.bhp-hide {
    display: none !important;
}

.bhp-button {
    display: inline-block;
    text-align: center;
    border-radius: 20px;
    line-height: 17px;
    padding: 7px 30px;
    background-color: #003778;
    border: 2px solid #003778;
    color: #fff;
    text-decoration: none;
    transition: all .25s cubic-bezier(.55,0,.1,1);
}

.bhp-button--outline {
    color: #00549A;
    background-color: transparent;
    border: 2px solid #00549A;
}

.bhp-button:hover, .bhp-button:focus {
    background-color: #00549a;
    border-color: #00549a;
    text-decoration: none;
}

.bhp-button--outline:hover, .bhp-button--outline:focus {
    background-color: #ccd7e4;
}

.bhp-footer {
    background-color: #f4f4f4;
}

.bhp-footer--home {
    background-color: #00549a;
    color: #fff;
}

.bhp-footer > .container {
    padding-right: 15px;
    padding-left: 15px;
    margin: 0;
}

.bhp-skip-to-main {
    display: inline-block;
    padding: 7px 12px;
    position: absolute;
    left: -300px;
    text-decoration: underline;
    border-bottom-right-radius: 8px;
    transition: left .3s ease-out;
    background-color: #e1e1e1;
    z-index: 3000;
    font-size: 13px;
    color: #00549a;
}

    .bhp-skip-to-main:focus {
        left: 0;
        color: #00549a !important;
    }

.bhp-footer-links-title > span,
.bhp-footer-links-title > button {
    font-size: 18px;
    color: #111;
    margin: 0;
    padding: 22px 0;
    line-height: 1;
    font-weight: bold;
    position: relative;
    margin: 0;
    background-color: transparent;
    border: none;
    display: block;
    width: 100%;
    text-align: left;
}

.bhp-footer--home .bhp-footer-links-title > span,
.bhp-footer--home .bhp-footer-links-title > button {
    color: #fff;
}


.bhp-footer--home .bhp-button--outline {
    border-color: #fff;
}

    .bhp-footer--home .bhp-button--outline:hover,
    .bhp-footer--home .bhp-button--outline:focus {
        background-color: #3376ae;
    }

.bhp-footer-links-title > button + span {
    display: none;
}

.bhp-footer-links-title > button {
    padding-right: 50px;
    position: relative;
}

    .bhp-footer-links-title > button:before {
        border-style: solid;
        border-width: 1px 1px 0 0;
        content: '';
        display: inline-block;
        height: 8px;
        position: absolute;
        top: 32px;
        vertical-align: top;
        width: 8px;
        right: 5px;
        transform: rotate(-45deg);
        border-color: #00549a;
    }

.bhp-footer--home .bhp-footer-links-title > button:before {
    border-color: #fff;
}

.bhp-footer-links-title > button[aria-expanded="false"]:before {
    top: 28px;
    right: 5px;
    transform: rotate(135deg);
}

.bhp-footer-links {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

    .bhp-footer-links a {
        text-decoration: none;
        display: block;
        margin-bottom: 8px;
        position: relative;
    }

    .bhp-footer-links li:first-child a {
        margin-top: 5px;
    }

    .bhp-footer-links li:last-child a {
        margin-bottom: 15px;
        position: relative;
        min-height: 30px;
    }

    .bhp-footer-links a:hover,
    .bhp-footer-links a:hover > span,
    .bhp-footer-links a:focus,
    .bhp-footer-links a:focus > span {
        text-decoration: underline;
    }

.bhp-footer-links-section {
    border-bottom: 1px solid #d4d4d4;
}

.bhp-footer-links-section--icons .bhp-footer-links a {
    margin-bottom: 15px;
}

.bhp-footer-links-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #00549a;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    vertical-align: middle;
}

.bhp-footer--home .bhp-footer-links-icon {
    border-color: #fff;
}

.bhp-footer-links-text {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    padding-top: 5px;
    padding-left: 30px;
}

.bhp-footer.bhp-footer--home a,
.bhp-footer.bhp-footer--home a {
    color: #fff;
}

.bhp-footer--home .bhp-footer-links-text,
.bhp-footer--home .bhp-footer-links a {
    color: #fff;
}


.bhp-footer-links-icon svg {
    width: 18px;
    height: 18px;
    fill: #00549a;
    position: absolute;
    top: 4px;
    left: 4px;
}

.bhp-footer-links-appt .bhp-footer-links-icon svg {
    width: 16px;
    height: 16px;
    top: 5px;
    left: 5px;
}

.bhp-footer.bhp-footer--home svg,
.bhp-footer.bhp-footer--home svg {
    fill: #fff;
}


.bhp-footer-social ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}

    .bhp-footer-social ul li {
        position: relative;
        width: 100%;
        text-align: center;
    }


        .bhp-footer-social ul li:after {
            content: "";
            display: block;
            position: absolute;
            width: 1px;
            height: 25px;
            top: 50%;
            transform: translateY(-50%);
            right: 0;
            background-color: #d4d4d4;
        }

.bhp-footer--home .bhp-footer-social ul li:after {
    background-color: #3c79b0;
}

.bhp-footer-social ul li:last-child::after {
    display: none;
}


.bhp-footer-social ul a {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
}

.bhp-footer-social-blog a {
    content: "Blog";
    font-family: bell-slim-black,Helvetica,Arial,sans-serif !important;
    line-height: 26px;
    letter-spacing: -.5px;
    font-style: normal;
    text-decoration: none;
    font-size: 20px;
    text-decoration: none;
    text-transform: capitalize;
}

.bhp-footer-social svg {
    width: 21px;
    height: 24px;
    fill: #00549a;
}

.bhp-footer-social-accessibility-mobile {
    margin-top: 5px;
}

.rsx-lgc-footer, .rsx-dock-rp-enabled {
    background-color: #fff !important;
}
.bhp-footer-social-accessibility-desktop {
    margin-top: 5px;
    display: none;
}

.bhp-footer-copyright {
    font-size: 12px;
    padding: 20px 0 30px;
}

    .bhp-footer-copyright > span {
        display: block;
        margin-bottom: 6px;
    }

    .bhp-footer-copyright a,
    .bhp-footer-copyright button {
        text-decoration: none;
        color: #555;
        background-color: transparent;
        border: none;
        padding: 0;
        margin: 0;
    }

.bhp-footer--home .bhp-footer-copyright button {
    color: #fff;
}

.bhp-footer--home .bhp-footer-links-section {
    border-color: #3c79b0;
}

.bhp-footer-copyright a:hover,
.bhp-footer-copyright a:focus {
    text-decoration: underline;
}

.bhp-footer-copyright button:hover > span,
.bhp-footer-copyright button:focus > span {
    text-decoration: underline;
}

.bhp-footer-copyright a {
    border-left: 1px solid #d4d4d4;
    padding-left: 10px;
    margin-left: 10px;
}

.bhp-accordion .bhp-container {
    padding: 15px;
}

.bhp-accordion-trigger {
    color: #00549a;
    border: none;
    background-color: transparent;
    padding: 5px 0 5px 30px;
    position: relative;
}

.bhp-accordion-icon {
    width: 20px;
    height: 20px;
    border: 2px solid #00549a;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
    pointer-events: none;
}

    .bhp-accordion-icon:before,
    .bhp-accordion-icon:after {
        content: "";
        position: absolute;
        background: #00549A;
    }

    .bhp-accordion-icon:before {
        transition: 0.3s cubic-bezier(.55,0,.1,1);
        height: 10px;
        width: 2px;
        left: 7px;
        top: 3px;
    }

    .bhp-accordion-icon:after {
        width: 10px;
        height: 2px;
        left: 3px;
        top: 7px;
    }

.bhp-accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease-out;
}

.bhp-accordion.bhp-active .bhp-accordion-icon:before {
    transform: scaleY(0);
}

.bhp-accordion-content {
    padding-top: 15px;
    padding-bottom: 15px;
}

.bhp-accordion-body ol {
    padding: 0 0 0 15px;
    margin: 0;
}

.bhp-footer > .container {
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 25px;
}

.bhp-footer-links {
    border-bottom: none;
    max-height: initial;
    overflow: visible;
}

.bhp-footer-links-wrap {
    display: flex;
    width: 100%;
}

.bhp-footer-links-section {
    width: 25%;
}

    .bhp-footer-links-section li {
        padding-right: 15px;
    }

    .bhp-footer-links-section.bhp-footer-links-section--icons li {
        padding-right: 0;
    }

.bhp-footer-links-section--double {
    width: 50%;
}

    .bhp-footer-links-section--double ul {
        height: 140px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }

        .bhp-footer-links-section--double ul > li {
            width: 50%;
        }

.bhp-footer-links-title > button {
    display: none;
}

    .bhp-footer-links-title > button + span {
        display: block;
    }

.bhp-footer-social {
    display: flex;
}

.bhp-footer-social-links {
    margin-top: 10px;
}

    .bhp-footer-social-links a {
        padding: 0 15px;
    }

.bhp-footer-social-accessibility-desktop {
    display: block;
    flex-grow: 1;
}

    .bhp-footer-social-accessibility-desktop a {
        margin-top: 20px;
    }

.bhp-footer-social-accessibility-mobile {
    display: none;
}

.bhp-footer-copyright span {
    display: inline-block;
}

.bhp-footer-copyright button {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #d4d4d4;
}

.bhp-footer--fr .bhp-footer-links-section--double ul {
    height: 170px;
}



.bhp-footer > .container {
    width: 100%;
}

.bhp-footer > .container {
    padding-right: 0;
    padding-left: 0;
    margin: 0 auto;
}

