.bar .logo {
    max-height: 5em;
}
.bg-light-blue{
    background-color: #E8F0F2;
}
.bg-dark-blue{
    background-color: #1E4583;
}
.text-blue{
    color: #0E5099;
    font-weight: 500;
}
.text-white{
    color: #fff;
}
.bg-blue-footer{
    background-color: #1E4583;
    padding-top: 4.95238095em !important;
}
.bg-blue{
    background-color: #0E5099;
}
.text-orange{
    color: #FF4F33;
    font-weight: 500;
}
.type--fine-print{
    font-size: 1em;
}
p + a:not(.btn){
    font-size: 1em;
}
p a{
    text-decoration:none;
}
a:hover{
    text-decoration:none;
}
footer.space--sm{
    padding-bottom: 2em;
}
h6:not(:last-child){
    margin-bottom: 1.5em;
}
h5{
    line-height: 1.2em;
}
.logo-tooltip {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
}
.accordion li.active .accordion__content {
    max-height: 2000px;
}
article.imagebg:hover:before{
    opacity: 0;
}
[data-scrim-bottom="8"]:before{
    opacity: 0;
}
.sec-pad{
    padding-top: 50px !important;
    padding-bottom: 50px;
}
@media only screen and (max-width: 768px){
    .accordion li.active .accordion__content {
        max-height: 4000px;
    }
}