<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.nih-banner {
    background-image: url('../../../images/nih/banner.png');
    background-position: 30vw;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
}

.institute:hover, .institute a:hover {
    background: #F8F8F8;
    color: #8E1536 !important;
    font-family: Avenir Bold !important;
}

.nih_offices_list label {
    word-break: break-all;
}

.link-institutes{
    font-size: 15px;
}

.link-institutes:hover{
   text-decoration: underline !important;
   color:#8E1536 !important;
}

/* ACCORDION */
.accordion .accordion-body {
    border-left: 5px solid #1B4630;
    border-top: 1px solid #ECECEC !important;
    border-right: 1px solid #ECECEC !important;
    border-bottom: 1px solid #ECECEC !important;
}

.accordion-button::after {
    background-image: url(../../../images/global/green-carret.svg) !important;

}

.accordion-button:not(.collapsed)::after {
    background-image: url(../../../images/global/green-carret.svg) !important;
}

.accordion-button {
    border-color: none !important;
    box-shadow: none !important;
    background-color: white !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 2px solid #ECECEC !important;
}

.accordion-button:not(.collapsed){
    color: #8E1536;
}

.accordion-item {
    border: none !important;
}

.accordion-button:focus {
    border-color: none !important;
    box-shadow: none !important;
}

.accordion-icon img {
    width: 15px;
}

.accordion-label label {
    font-size: 1.3em !important;
}


@media (max-width: 768px) {
    .home-sub-heading {
        font-size: 35px;
    }

    .home-sub-banner-content {
        width: 100% !important;
    }

    .home-sub-banner-content a {
        font-size: 16px !important;
        padding: 13px 17px !important;
    }
}</pre></body></html>