html {
    scroll-behavior: smooth;
}
article a,
section a {
    border-bottom: none;
} 
article a:hover,
section a:hover {
    border-bottom: 1px solid  #1E64C8
}
.hidden {
    display: none
}
.invisible {
    visibility: hidden;
}
.standalone-link {
    display: inline !important
}
.breadcrumb a {
    color: #1E64C8 !important;
    border-bottom: none !important
}
.breadcrumb a:hover {
    border-bottom: 1px solid  #1E64C8 !important
}
.btn:hover {
    border:none
}
.override-to-black {
    font-family: "PannoTextSemiBold", Arial, sans-serif;
    color: #202020
}
.pageheader .navbar-default .nav-primary > li > a, .pageheader .navbar-default .nav-primary > li > a:hover,
.pageheader .navbar-default .nav-primary > li > a:focus {
    text-transform: none !important;
}
.pageheader img.fluenticon.link,
.page-footer img.fluenticon.link {
    width: 16px;
    height: 16px;
    margin-left: -2px
}
.pageheader h1 {
    font-size:32px;
    margin-top:20px
}
.pageheader h1 a {
    color: #fff
}
.pageheader img.fluenticon.link,
.page-footer img.fluenticon.link {
    width: 16px;
    height: 16px;
    margin-left: -2px
}
.branding-container h1 {
    font-size:22px;
    margin-top:25px
}
@media (max-width: 720px) {
    .branding-container h1 {
        font-size:22px;
        margin-top:10px
    }
}

.page--home {
    padding: 0 15px
}
.page--home .bg-tertiary {
    min-height:350px
}
.page--home .bg-tertiary .text-wrap {
    padding: 10px
}
.page--home .display h1 {
    font-size:30px;
    line-height:115%
}
.page--home .bg-image-container {
    background-position-y: center;
}

