.button {
    background-color: #006298;
}
#home .hide-breadcrumb .content-top {display:none !important;}
#home main{padding-top:0}
#home #content{margin-top:0}
@media screen and (max-width:39.9375em){.banner.text-overlay{padding-bottom:0}
}
@media screen and (min-width:40em){.banner.text-overlay{padding:10vh 0}
}
@media screen and (min-width:64.0625em){.site-header{padding-bottom:1.5rem}
}
/* remove hyphens */
.panel .title, .panel--interactive .title {
    -webkit-hyphens: initial;
    -ms-hyphens: initial;
    hyphens: initial;
}

@media screen and (min-width: 40em) {
    .panel .title, .panel--interactive .title {
        font-size: 1.25em;
    }
}