<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media only screen and (max-width: 768px) {
    .offcanvas-top {
        height: 55vh !important;
    }

    .brand-img {
        height:35px !important;
    }
}

@media only screen and (max-width: 991px) {
    .brand-img {
        height: 35px !important;
    }
    .rd-navbar-fixed .rd-nav-link {
        padding: 14px 18px 14px 18px !important;
    }
}

@media only screen and (min-width: 1000px) {
    .emergency-contact-col {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}

.offcanvas-top {
    height: 35vh;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected{
    background-color: black !important;
}</pre></body></html>