html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Montserrat', sans-serif;
}


#scrollBtn {
    display: inline-block;
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #CD1041;
    color: white;
    cursor: pointer;
    padding: 11px 10px;
    /*border-radius: 4px;*/
    opacity: 0;
    visibility: hidden;
    width: 46px;
    height: 46px;
    border-radius: 50%;
}

    #scrollBtn:hover {
        background-color: #555;
    }

@media screen and (max-width:768px) {
    #scrollBtn {
        right: 15px;
        font-size: 15px;
        width: 40px;
        height: 40px;
    }
}

#page-loader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 9999;
    text-align: center;
    background-color: #00000029;
}

    #page-loader .spinner-border {
        width: 2.5rem;
        height: 2.5rem;
        position: absolute;
        top: 50%;
        left: 50%;
    }

/*Header*/
@media screen and (min-width:1400px) {
    nav.navbar {
        height: 8.5rem;
    }
    /*nav.navbar .container-fluid {
        align-items: unset;   
    }*/
}

nav.navbar .container-fluid {
    padding: 0;
}


@media screen and (max-width:992px) {
    nav.navbar .container-fluid {
        padding-top: 0px !important;
    }
}

@media screen and (max-width:1200px) {
    nav.navbar .container-fluid {
        padding-top: 20px;
    }
}

nav.navbar {
    background-color: transparent;
    background-image: linear-gradient(90deg, #FFFFFF 15%, #EEEEEE 100%);
}

@media screen and (max-width:1200px) {
    nav.navbar {
        background-image: none;
    }
}

#main-navbar-toggler {
    background-color: #1b3966;
}

nav.navbar button.navbar-toggler {
    border-radius: 0;
}

nav.navbar a {
    color: black !important;
}

@media screen and (max-width:768px) {
    nav.navbar a {
        padding: 0;
    }
}

@media screen and (min-width:1400px) {
    nav.navbar .transparency-logo {
        margin-left: 1em !important;
        width: 390px !important;
    }
}

nav.navbar .transparency-logo {
    width: 350px;
    margin-left: 1.5em;
}


@media screen and (max-width:1200px) {
    nav.navbar .transparency-logo {
        margin-left: 0;
        width: 250px;
    }

    nav.navbar button.navbar-toggler {
        position: inherit;
        right: 20px;
        height: 40px;
        width: 40px;
        top: 10%;
        margin: 0 auto;
        align-items: center;
        align-content: center;
        padding: 0.25rem;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    /*nav.navbar button.navbar-toggler svg {
        stroke-width: 2px;
    }*/
}



#center-menu {
    justify-content: center;
    width: 100%;
}

    #center-menu a.nav-item.nav-link {
        font-size: 17px;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 1.3em;
        color: #1b3966 !important;
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
    }

        #center-menu a.nav-item.nav-link:hover {
            color: #CD1041 !important;
        }

#right-menu {
    background-color: #CD1041;
    height: 8.5rem;
}

    #right-menu .nav-item.nav-link {
        z-index: 2;
    }

@media screen and (max-width:768px) {
    #center-menu a.nav-item.nav-link {
        font-size: 15px;
        margin-bottom: 5px;
    }
}

@media screen and (max-width:1200px) {
    #center-menu {
        background: rgb(240, 239, 239);
        padding: 5px 0px;
    }

    #right-menu {
        flex-direction: row;
        display: inline-flex;
        width: 100%;
    }
}

.nav-item.nav-link.dropdown-toggle::after {
    display: none;
}

.widget-wrap.dropdown .dropdown-menu {
    border-right-color: rgba(0, 0, 0, .15) !important;
    border-radius: 0;
    margin-top: 0;
    font-size: 14px;
}

/*    .widget-wrap.LocateDropdown .dropdown-menu .dropdown-header {
        color: rgb(205, 16, 65);
    }

.widget-wrap.LocateDropdown:hover > .dropdown-menu {
    display: block;
    bottom: -75px;
    width: 9.5rem;
    min-width: unset;
    font-size: 14px;
    border-radius: 0;
    left: 0;
}

@@media screen and (max-width:1200px) {
    .LocateDropdown .dropdown-menu {
        display: none !important;
    }
}

.widget-wrap.LocateDropdown:hover > .dropdown-menu li a.dropdown-item {
    background-repeat: no-repeat;
    background-image: url('https://quality.healthfinder.fl.gov/images/listdot.svg');
    background-size: 12px 12px;
    background-position-y: 4px;
    background-position-x: 2px;
    padding-left: 18px;
}*/
/*.LocateDropdown:hover .dropdown-menu {
    display: block;
    bottom: -75px;
    width: 9.5rem;
    min-width: unset;
    font-size: 14px;
    border-radius: 0;
    left: 0;
}

@media screen and (max-width:1200px) {
    .LocateDropdown .dropdown-menu {
        display: none !important;
    }
}*/
.widget-wrap.dropdown > .dropdown-menu li a.dropdown-item {
    background-repeat: no-repeat;
    background-image: url('https://quality.healthfinder.fl.gov/images/listdot.svg');
    background-size: 12px 12px;
    background-position-y: 4px;
    background-position-x: 2px;
    padding-left: 18px;
}

.widget-wrap {
    display: flex;
    position: relative;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    justify-content: center;
    padding: 20px 3px 0;
}

    .widget-wrap.CompareDropdown {
        background-image: url('https://quality.healthfinder.fl.gov/images/checklist.png');
        background-size: 5rem;
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: 14px;
    }

    .widget-wrap.LocateDropdown {
        background-image: url('https://quality.healthfinder.fl.gov/images/Florida-white.png');
        background-size: 5.3rem;
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: 28px;
        position: relative;
    }

.fl-dot {
    position: absolute;
    top: 18%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1.5px solid #CD1041 !important;
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
}

.fl-dot-inner {
    position: absolute;
    background-color: #CD1041;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-55%, -50%);
}
/*span.FL-location-dot {
    position: absolute;
    top: 48%;
    left: 58.4%;
    transform: translate(-50%, -50%);
    font-size: 18px;
}
    span.FL-location-dot i {
        color: #CD1041;
    }*/
.widget-wrap.dropdown a {
    width: 100%;
    padding: 0;
}

.widget-wrap.dropdown .nav-item {
    border-right: 1px solid #c96464;
}

@media screen and (max-width:1200px) {
    .widget-wrap.dropdown .nav-item {
        border-right: none;
    }
}

.widget-wrap:last-of-type {
    background-image: url('https://quality.healthfinder.fl.gov/images/Cancer-Logo-White-Transparent.png');
    background-size: 5.5rem;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 13px;
}

    .widget-wrap:last-of-type a {
        width: 100%;
        padding: 0;
    }

.img-wrap {
    width: 100%;
    display: block;
    border-right: 1px solid #c96464;
    text-align: center;
    height: 5.9rem;
    padding: 0 5px;
}

.widget-wrap.dropdown .img-wrap {
    border-right: none;
}

.widget-wrap:last-of-type .img-wrap {
    border-right: none;
}

@media screen and (max-width:1200px) {
    .widget-wrap.dropdown .dropdown-menu.show {
        position: absolute !important;
        width: 100% !important;
        min-width: max-content !important;
        max-width: 100% !important;
    }
}

@media screen and (max-width:576px) {
    #right-menu {
        height: 6.5rem;
    }

    .widget-wrap.CompareDropdown {
        background-position-y: 0rem;
        background-size: 3.5rem !important;
    }

    .widget-wrap.LocateDropdown {
        background-position-y: 0.8rem;
        background-size: 3.5rem !important;
    }

    .fl-dot {
        top: 9%;
        left: 50%;
        height: 15px;
        width: 15px;
        border: 1px solid #CD1041 !important;
    }

    .fl-dot-inner {
        height: 5px;
        width: 5px;
    }
    /*span.FL-location-dot {
        top: 39%;
        left: 58.4%;
        font-size: 15px;
    }*/
    .widget-wrap:last-of-type {
        background-position-y: 0rem;
        background-size: 3.5rem;
    }

    .widget-wrap p {
        font-size: 9px !important;
        font-weight: 500 !important;
        margin-top: -25px !important;
    }

    .widget-wrap img.img-fluid {
        width: 32px !important;
    }

    span.break {
        display: block;
    }

    .widget-wrap.dropdown .dropdown-menu.show {
        position: absolute !important;
        width: 100% !important;
        min-width: 15rem !important;
        max-width: 100% !important;
    }

    .widget-wrap.dropdown > .dropdown-menu li a.dropdown-item {
        white-space: normal !important;
        font-size: 12px !important;
        background-size: 10px 10px;
        padding-left: 15px;
    }

    .img-wrap {
        height: 4rem;
    }
}

@media screen and (max-width:1200px) {
    .img-wrap {
        border-right: none;
    }
}

@media screen and (max-width:1400px) {
    .img-wrap {
        height: 5rem;
    }

    span.break {
        display: block;
    }
    /*.widget-wrap:first-of-type {
        background-size: 4rem;
    }*/

    /*.widget-wrap:last-of-type {
        background-size: 4rem;
    }*/
}

.widget-wrap img.img-fluid {
    width: 55px;
    margin: 0;
}

@media screen and (max-width:1400px) {
    .widget-wrap.CompareDropdown {
        background-size: 4rem !important;
    }

    .widget-wrap.LocateDropdown {
        background-size: 4rem !important;
    }

    .fl-dot {
        height: 20px;
        width: 20px;
    }

    .fl-dot-inner {
        height: 7px;
        width: 7px;
        transform: translate(-50%, -50%);
    }

    .widget-wrap img.img-fluid {
        width: 45px;
    }

    .widget-wrap:last-of-type {
        background-size: 4.5rem !important;
    }
}

.widget-wrap #compareIcon {
    width: 5em;
    position: absolute;
    display: block;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width:1200px) {
    .widget-wrap #compareIcon {
        top: 35%;
    }
}

@media screen and (max-width:576px) {
    .widget-wrap #compareIcon {
        top: 25%;
        left: 50%;
    }
}

.widget-wrap p {
    position: relative;
    width: 100%;
    color: #FFFFFF;
    font-family: "Montserrat", Sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin-top: -15px;
}

@media screen and (max-width:576px) {
    .widget-wrap {
        padding: 10px 5px 0;
    }
}

.alt-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
}

/************* MEGA MENU ***************/
#megamenu-navbar-toggler {
    margin: unset;
    justify-content: start;
    text-align: left;
    position: relative;
    width: 100%;
    outline: none;
    border: none;
    right: 0;
    left: 0;
    top: 0px;
    background-color: #1B3966;
    height: 37px;
    padding-left: 1rem;
    border-bottom: 2px solid #4b70a9;
}

.fhf-bottommenu {
    background: #eeeeee;
    height: auto !important;
    background-image: none;
}

#fhf-megamenu > ul > li > a {
    background: #1B3966;
    color: #fff !important;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
}

    #fhf-megamenu > ul > li > a:hover {
        background: #CD1041;
    }

@media screen and (min-width:992px) {
    .dropdown-menu.columns-1 {
        min-width: 400px !important;
    }

    .dropdown-menu.columns-3 {
        min-width: 850px !important;
    }
}

@media screen and (min-width:992px) {
    .fhf-mmdropdown h6 {
        text-align: center;
        color: #004FA2;
        border-bottom: #004FA2 2px solid;
        padding-bottom: 5px;
        width: max-content;
        text-align: center;
        display: block;
        margin: 0 auto;
        margin-bottom: 5px;
        font-weight: 600;
    }
}

.fhf-mmdropdown h6 {
    color: #004FA2;
    font-weight: 600;
    border-bottom: #004FA2 2px solid;
    padding-bottom: 3px;
}

ul.multi-column-dropdown {
    list-style: none;
    padding: 0;
}

@media screen and (max-width:992px) {
    .dropdown-menu.multi-column {
        min-width: 240px !important;
        overflow-x: hidden;
    }

    ul.multi-column-dropdown {
        margin-bottom: 1rem;
    }
}

.fhf-titlemenuitem {
    font-size: 26px;
    text-align: center;
    margin-bottom: 10px;
}

@media screen and (max-width:992px) {
    .fhf-titlemenuitem {
        font-size: 20px;
        white-space: break-spaces;
    }
}

@media screen and (max-width:768px) {
    .fhf-titlemenuitem {
        font-size: 15px;
        text-align: left;
        white-space: break-spaces;
    }
}

.fhf-titlemenuitem a {
    color: #1B3966 !important;
    font-weight: 800;
    pointer-events: none;
}

    .fhf-titlemenuitem a:hover {
        background: transparent;
    }

.fhf-mmdropdown li:not(.fhf-titlemenuitem) {
    background-repeat: no-repeat;
    background-image: url('https://quality.healthfinder.fl.gov/images/listdot.svg');
    background-size: 16px 16px;
    background-position-y: 8px;
}

    .fhf-mmdropdown li:not(.fhf-titlemenuitem) a.dropdown-item:focus, .fhf-mmdropdown li:not(.fhf-titlemenuitem) a.dropdown-item:hover {
        background-color: transparent;
    }

/*.menuToggle #toggleIcon {
    background-image: url('https://quality.healthfinder.fl.gov/icons/svgs/solid/chevron-down.svg') background-repeat: no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 11rem;
    background-size: 0.7rem;
    top: 8px;
}

.menuToggle[aria-expanded="true"] #toggleIcon {
    background-image: url('https://quality.healthfinder.fl.gov/icons/svgs/solid/chevron-up.svg')
}*/

@media screen and (max-width:768px) {
    .fhf-mmdropdown li:not(.fhf-titlemenuitem) {
        background-position-y: 2px;
    }
}

.fhf-mmdropdown .second-level li {
    position: relative;
    background-image: none !important;
    list-style: none;
}

    .fhf-mmdropdown .second-level li::before {
        position: absolute;
        display: block;
        font: var(--fa-font-solid);
        content: "\f068";
        color: #235298;
        top: 5px;
    }

.fhf-mmdropdown .third-level li {
    background-repeat: no-repeat;
    background-image: url('https://quality.healthfinder.fl.gov/images/listdot.svg') !important;
    background-size: 16px 16px;
    background-position-y: 4px !important;
}

    .fhf-mmdropdown .third-level li::before {
        display: none !important;
    }

.fhf-mmdropdown li a:hover {
    background: transparent;
    color: #ca0042 !important;
}

.fhf-mmdropdown li:not(.fhf-titlemenuitem) a {
    padding-left: 25px;
    text-decoration: none;
    white-space: break-spaces;
}

#fhf-megamenu .fhf-mmdropdown {
    padding: 10px 35px 25px;
    border-radius: 0;
    margin-top: 0;
    position: absolute !important;
}

@media screen and (max-width:768px) {
    #fhf-megamenu .fhf-mmdropdown {
        padding: 10px;
        max-width: 100%;
        width: 100%;
        min-width: auto !important;
    }
}

#collapseCG .card {
    border: none;
}

    #collapseCG .card .card-body {
        padding: 0;
    }


/*Banner*/
.jumbo {
    width: 100%;
    height: 590px;
    position: relative;
    background: #1B3966;
}

    .jumbo .background-overlay {
        background-attachment: fixed !important;
        background: #1B3966;
        background-image: url('https://quality.healthfinder.fl.gov/images/Florida-State-Silhoutte.png');
        background-position-x: left;
        background-position-y: 2rem;
        background-repeat: no-repeat;
        background-size: 60%;
        height: 100%;
        width: 50%;
        position: absolute;
        filter: brightness( 76% ) contrast( 200% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
        opacity: 0.2;
        mix-blend-mode: darken;
    }

    .jumbo .background-overlayB {
        background: #1B3966;
        background-image: linear-gradient(90deg, #142e56, #142e56c2, #162f562e, #162f562e, #162f5638, #162f562b, #162f56), url('https://quality.healthfinder.fl.gov/images/Shelves%20-%20RX1-small.jpg');
        background-position: center right;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100%;
        width: 50%;
        position: absolute;
        right: 0;
    }

    .jumbo .text-wrapper {
        display: flex;
        width: 50%;
        margin: 0;
        position: absolute;
        top: 50%;
        left: 40%;
        transform: translate(-50%, -50%);
    }

@media screen and (max-width:1400px) {
    .jumbo .text-wrapper {
        width: 65% !important;
        position: absolute;
        top: 50%;
        left: 37%;
        transform: translate(-50%, -50%);
        margin: 0 !important;
    }
}

@media screen and (max-width:992px) {
    .jumbo .text-wrapper {
        width: 100% !important;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0 !important;
    }
}

.jumbo .inner {
    align-content: center;
    align-items: center;
    padding: 0 20px 0;
}

    .jumbo .inner .missionStatement {
        border-radius: 0.25rem;
        background: #235298c2;
        color: white;
        padding: 2rem;
        max-width: 665px;
        clear: both;
        max-height: 200px;
        height: 100%;
        margin-top: 2.5rem;
    }

        .jumbo .inner .missionStatement img {
            float: left;
        }

        .jumbo .inner .missionStatement p {
            font-size: initial !important;
            text-align: center;
            padding-left: 6rem;
            width: auto;
        }

@media screen and (max-width:992px) {
    .jumbo .inner .missionStatement {
        display: none;
        max-height: fit-content;
        height: auto;
        padding: 1rem;
    }

        .jumbo .inner .missionStatement img {
            float: none;
            margin: 0 auto 10px;
            display: block;
        }

        .jumbo .inner .missionStatement p {
            padding-left: 0;
            font-size: 16px !important;
        }

    .jumbo .inner {
        padding: 10px 20px;
    }
}

.jumbo .heading-title {
    color: #4591CE;
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    -webkit-text-stroke-color: #000;
    stroke: #000;
    text-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
    position: relative;
    padding: 0 5px;
    border-bottom: #CD1041 2px solid;
    width: fit-content;
    padding-bottom: 10px;
    margin-bottom: 0;
}

    .jumbo .heading-title span {
        font-weight: 600;
        color: white;
    }



.jumbo p {
    color: white;
    width: 76%;
    font-size: 19px;
}

@media screen and (max-width:1400px) {
    .jumbo p {
        width: 100%;
    }
}





@media screen and (max-width:1200px) {
    .background-overlay {
        display: none;
    }

    .background-overlayB {
        width: 100% !important;
        background-position-x: center !important;
        background-image: linear-gradient(90deg, #142e56, #142e56c2, #162f562e, #162f562e, #162f5638, #162f562b, #142e56c2, #162f56), url('https://quality.healthfinder.fl.gov/images/Shelves%20-%20RX1-small.jpg') !important;
    }

    .jumbo .text-wrapper {
        width: 100%;
        justify-content: center;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0;
    }
}

@media screen and (max-width:576px) {
    .jumbo .heading-title {
        font-size: 18px;
    }
}

@media screen and (max-width:992px) {
    .jumbo .heading-title {
        font-size: 22px;
    }

    .jumbo p {
        width: 100%;
        font-size: 16px !important;
    }
}

.headingTitle {
    color: #183866;
    font-weight: 800;
    font-family: "Montserrat", sans-serif;
}


/********** INDEX PAGE ************/
.carousel-item {
    min-height: 105vh;
    background-size: cover;
    background-position: center center;
}

.fhf-homeheader {
    padding: 60px 0;
}

.fhf-homeslider {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
}

.fhf-slide1 {
    background-image: url('https://quality.healthfinder.fl.gov/images/slide1.jpg');
}

.fhf-slide2 {
    background-image: url('https://quality.healthfinder.fl.gov/images/slide2.jpg');
}

.fhf-slide3 {
    background-image: url('https://quality.healthfinder.fl.gov/images/slide3.jpg');
}

.fhf-headerslider {
    /* position: absolute;
    z-index: 999;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    max-width: 1300px; */
    max-width: 1300px;
    margin: 0 auto;
    z-index: 1;
    min-height: 55vh;
    display: flex;
    align-items: center;
}

.imgOverlay {
    background-color: transparent;
    background-image: linear-gradient(90deg, #1B3966 35%, #1B39661F 100%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width:768px) {
    .imgOverlay {
        background-image: linear-gradient(90deg, #1B3966 -100%, #1B39661F 100%);
    }
}

.fhf-headerslider-text {
    width: 55.537%;
    padding: 20px 20px 80px 20px;
}

@media screen and (max-width:768px) {
    .fhf-headerslider-text {
        width: 100%
    }
}

.fhf-headerslider h2 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}

.fhf-headerslider h1 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
}

@media screen and (max-width:992px) {
    .fhf-headerslider h1 {
        font-size: 18px;
    }
}

.fhf-sep {
    height: 3px;
    background: #ca0042;
    width: 120px;
    margin: 15px 0;
}

.fhf-headerslider p {
    color: #fff;
    margin-top: 20px;
}

.fhf-btn {
    color: #fff;
    background: #ca0042;
}

    .fhf-btn:hover {
        color: #fff;
        background: #1e293b;
    }

    .fhf-btn svg {
        fill: #fff;
        width: 16px;
        margin-left: 5px;
    }

.fhf-fhftools {
    background-color: transparent;
    background-image: linear-gradient(90deg, #EBF2FA 50%, #CBE5EF 100%);
    padding: 100px 0 120px;
}

.fhf-dashboards {
    padding: 100px 0;
}

.fhf-lefttitle {
    color: #1B3966;
    font-size: 32px;
    font-weight: 800;
    border-left: 5px solid #CD1041;
    padding: 10px;
}

    .fhf-lefttitle span {
        color: #CD1041;
    }

@media screen and (max-width:992px) {
    .fhf-lefttitle {
        font-size: 30px;
    }
}

@media screen and (max-width:768px) {
    .fhf-lefttitle {
        font-size: 26px;
    }
}

.fhf-righttext {
    color: #1e293b;
    font-size: 20px;
    font-weight: 500;
}

.fhf-dashboardsitem {
    position: relative;
    min-height: 280px;
    border: 1px solid #000;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.5);
    border-radius: 10px 10px 10px 10px;
    padding: 20px 15px 25px 15px;
}

    .fhf-dashboardsitem h3 {
        color: #CD1041;
        font-size: 22px;
    }

        .fhf-dashboardsitem h3 a {
            color: #CD1041;
            text-decoration: none;
        }

            .fhf-dashboardsitem h3 a:hover {
                text-decoration: underline;
            }

    .fhf-dashboardsitem img {
        width: 123px;
        position: absolute;
        right: -50px;
        bottom: -57px;
    }

@media screen and (max-width:576px) {
    .fhf-dashboardsitem img {
        width: 105px;
        position: absolute;
        right: -13px;
        bottom: -13px;
    }
}

@media screen and (max-width:992px) {
    .fhf-dashboardsitem {
        margin-bottom: 4rem;
    }
}
/** Flip card css **/
/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
    background-color: transparent;
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
    position: relative;
    width: 100%;
    min-height: 300px;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
    padding: 20px;
    border-radius: 25px 25px 25px 25px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
    color: #fff;
    background-color: transparent;
    background-image: linear-gradient(180deg, #004FA2 50%, #023B78 100%);
}

/* Style the back side */
.flip-card-back {
    background-color: #7BA3E8;
    color: white;
    transform: rotateY(180deg);
    text-align: left;
}

    .flip-card-back .fhf-flipbox-back-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        background-image: url('https://quality.healthfinder.fl.gov/images/4%20Blood%20FlipCard%20High%20Res.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-size: 80%;
        background-position: bottom -50px right -50px;
        opacity: .3;
    }

.flip-card-front img {
    width: 76px;
}

.flip-card-front h3 {
    font-size: 40px;
    font-weight: 800;
    margin: 20px 0px 10px 0px;
}

.flip-card-back h3 {
    color: #1e293b;
    font-size: 26px;
    font-weight: 600;
    z-index: 1;
    text-align: center;
}

@media screen and (min-width:992px) {
    .flip-card-back ul {
        width: 80%;
    }
}

.flip-card-back ul {
    margin: 0;
    padding: 0;
    z-index: 1;
}

    .flip-card-back ul li {
        color: #1e293b;
    }

        .flip-card-back ul li a {
            color: #1e293b;
            font-size: 15px;
            font-weight: 600;
            text-decoration: none;
        }

            .flip-card-back ul li a:hover {
                color: #ca0042;
                text-decoration: underline;
            }

@media screen and (min-width:768px) {
    .flip-card-front h3 {
        font-size: 30px;
    }

    .flip-card-back h3 {
        font-size: 22px;
    }
}

@media screen and (max-width:768px) {
    .flip-card-front h3 {
        font-size: 22px;
    }

    .flip-card-back h3 {
        font-size: 18px;
    }
}

.fhf-missions {
    background: #f9fafb;
    padding: 100px 0;
}

.fhf-missionleft h3 {
    color: #1B3966;
    font-size: 1.4rem;
    font-weight: bold;
    /*text-transform: uppercase;*/
    letter-spacing: 1.5px;
}

.fhf-missionleft h2 {
    color: #1B3966;
    font-size: 34px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.1em;
}

    .fhf-missionleft h2 a {
        color: #1B3966;
        text-decoration: none;
    }

.fhf-loadmorebtn {
    background: #1B3966;
    color: #fff;
    width: fit-content;
    margin: 0 auto;
    padding: 8px 24px;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 500;
}

    .fhf-loadmorebtn:hover {
        background: #CD1041;
        color: #fff;
    }

    .fhf-loadmorebtn.noContent {
        display: none;
    }

.fhf-loadmoretoolsbtn {
    background: #1B3966;
    color: #fff;
    width: fit-content;
    margin: 0 auto;
    padding: 8px 24px;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 500;
}

    .fhf-loadmoretoolsbtn:hover {
        background: #CD1041;
        color: #fff;
    }

    .fhf-loadmoretoolsbtn.noContent {
        display: none;
    }



#map_container {
    position: relative;
    max-width: 600px;
    width: 100%;
    display: block;
    margin: 0 auto;
}
/** SVG styling **/
#flusmapbase {
    border-radius: 0.25rem;
}

    #flusmapbase svg {
        max-height: 100%;
        width: 100%;
        max-width: 100%;
        margin: 0;
    }

.fl_path:hover {
    stroke: #235298 !important;
    stroke-width: 2px;
    stroke-linejoin: round;
    fill: #235298 !important;
    cursor: pointer;
}

.fl_path.clicked {
    stroke: #235298 !important;
    stroke-width: 2px;
    stroke-linejoin: round;
    fill: #235298 !important;
}

.fl_path.selected {
    stroke: #235298 !important;
    stroke-width: 2px;
    stroke-linejoin: round;
    fill: #235298 !important;
}

@media screen and (max-width:768px) {
    .fl_path {
        stroke-width: 1px !important;
    }
}

/** tooltip styling **/
#custom_tooltip {
    color: white;
    background-color: #235298;
    padding: 15px 20px;
    width: auto;
    height: auto;
    font-size: small;
    clear: both;
    display: none;
    position: absolute;
    letter-spacing: 0.5px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}

    #custom_tooltip #countyTitle {
        font-weight: bold;
        font-size: 18px;
        text-transform: capitalize;
    }

    #custom_tooltip #dataPreview {
        font-size: 16px;
        display: none;
    }

@media screen and (max-width:768px) {
    #custom_tooltip {
        padding: 5px 10px;
    }

        #custom_tooltip #countyTitle {
            font-size: 12px;
        }
}
/** selects styling **/
#filter-wrapper select.filter {
    background-color: white;
    color: #013E7F;
    border-color: #013E7F;
    border-radius: 0;
    border-width: 2px;
    font-weight: bold;
    text-transform: capitalize;
    cursor: pointer;
}

#filter-wrapper label {
    color: #013E7F;
}



/* Index page */
#mainContainer {
}


/* Additional pages */
.subpages {
    height: 100%;
}

@media screen and (max-width:1200px) {
    .subpages {
        height: 100%;
    }
}

.subpages h2 {
    font-weight: 800;
    text-transform: uppercase;
    color: #1b3966;
}

.subpages .section-title {
    color: #CD1041;
    border-bottom: 3px solid;
    display: inline-block;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 1.4rem;
    letter-spacing: 1.5px;
}

.subpages :target {
    scroll-margin-top: 2em;
    animation-name: bgcolor;
    animation-duration: 4s;
}

@keyframes bgcolor {
    from {
        background-color: #e8f6ff;
    }

    to {
        background-color: initial;
    }
}

.pageBanner {
    background-color: #1B3966;
    color: white;
    padding: 2rem 5rem;
    text-align: center;
}

    .pageBanner h4.pageBannerTitle {
        border-bottom: 2px solid #CD1041;
        padding-bottom: 15px;
        text-transform: uppercase;
        display: inline-block;
        margin-bottom: 1rem;
        font-weight: 600;
    }

    .pageBanner h2 {
        margin-bottom: 1rem;
        font-weight: 800;
        text-transform: uppercase;
    }

    .pageBanner p {
        color: #cbdaf3;
    }

    .pageBanner .compare-btn-blue {
        background-color: #235298;
        color: white;
        padding: 1rem 1.5rem;
        color: white;
        transition: all 0.5s;
        text-decoration: none;
    }

        .pageBanner .compare-btn-blue:hover {
            background-color: #CD1041;
            color: white;
        }

@media screen and (max-width:992px) {
    .pageBanner {
        padding: 2rem;
    }
}

.card-container {
    box-shadow: -12px 12px 57px 10px rgb(16 45 94 / 17%);
    border-radius: 0.25rem;
    margin: 0 auto;
}

.resized {
    max-width: 35rem;
    width: 100%;
}

@media screen and (max-width:1200px) {
    .card-container .card-group {
        display: block !important;
    }
}

@media screen and (max-width:992px) {
    .card-container .card {
        padding-top: 2rem;
    }
}

.card-container .card {
    text-align: center;
    text-transform: uppercase;
    border: none;
    border-bottom: 1px solid #e1f1ff;
}

    .card-container .card:last-child {
        border-bottom: none;
    }

@media (min-width: 900px) {
    .card-container .card {
        border-bottom: none;
        border-right: 1px solid #e1f1ff;
        padding: 2rem;
    }

        .card-container .card:last-child {
            border-right: none;
        }
}

.card-container .card-title {
    color: #888;
    font-weight: 800;
    letter-spacing: 1px;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
}

    .card-container .card-title a {
        color: #888;
        text-decoration: none;
        transition: all 0.5s;
    }

        .card-container .card-title a:hover {
            color: #CD1041;
        }

.card-container ul {
    color: #016FF9;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 50px 0 25px;
    list-style: none;
}

    .card-container ul li {
        border-top: 1px solid #e1f1ff;
        font-size: 12px;
        line-height: 1.5;
        padding: 15px 0;
    }

        .card-container ul li:last-child {
            border-bottom: 1px solid #e1f1ff;
        }

.card-container .card-footer {
    background-color: transparent;
    border: none;
}

.card-container .card-img-top {
    margin-bottom: 1rem;
    max-width: 100%;
    font-size: 2rem;
    color: #CD1041;
    position: relative;
    height: 4rem;
    text-align: center;
}

.card-container .card-footer .btn {
    width: 100%;
    border: 1px solid #9dd1ff;
    border-radius: 10px;
    color: #348EFE;
    display: none;
    margin: 25px 0;
    padding: 15px 35px;
    text-decoration: none;
    transition: all 150ms ease-in-out;
}

    .card-container .card-footer .btn:hover,
    .card-container .card-footer .btn:focus {
        background-color: #e1f1ff;
    }

.shadow-1 {
    position: absolute;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffd3d3;
}

    .shadow-1 > i {
        top: 47%;
        left: 51%;
        transform: translate(-50%, -50%);
        position: absolute;
    }

.shadow-2 {
    position: absolute;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff1f1;
    padding: 3rem;
}
/*.item-card {
    background-color: white;
    border-radius: 0.25rem;
    height: 26rem;
    max-width: 24rem;
    width: 100%;
    margin: 0 1rem;
    box-shadow: -12px 12px 57px 10px rgb(16 45 94 / 17%);
    display: inline-block;
}

    .item-card .img {
        background-repeat: no-repeat;
        background-size: cover;
        height: 11rem;
        position: relative;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    .item-card .bg-overlay {
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        position: absolute;
        background-color: #ffffff;
        opacity: 0.8;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
        transition-timing-function: ease-in-out;
        transition: all 2s;
    }

    .item-card .img:hover .bg-overlay {
        background-color: #aae0f9;
    }

    .item-card .text-overlay {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
        color: #CD1041;
        font-size: 20px;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        text-align: center;*/
/*text-shadow: 2px 2px 4px #565656;*/
/*}

    .item-card .item-card-body {
        padding: 1rem 0.5rem;
        overflow-y: auto;
        height: 14rem;
    }*/
/* width */
/*.item-card .item-card-body::-webkit-scrollbar {
            width: 4px;
        }*/

/* Track */
/*.item-card .item-card-body::-webkit-scrollbar-track {
            background: #f1f1f1;
        }*/

/* Handle */
/*.item-card .item-card-body::-webkit-scrollbar-thumb {
            background: #888;
        }*/

/* Handle on hover */
/*.item-card .item-card-body::-webkit-scrollbar-thumb:hover {
                background: #555;
            }

        .item-card .item-card-body ul {
            margin-left: 1.5rem;
        }

            .item-card .item-card-body ul li::before {
                background-image: url('https://quality.healthfinder.fl.gov/%22data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2016%2016'%20fill='%23CD1041'%3e%3cpath%20fill-rule='evenodd'%20d='M6.776%201.553a.5.5%200%200%201%20.671.223l3%206a.5.5%200%200%201%200%20.448l-3%206a.5.5%200%201%201-.894-.448L9.44%208%206.553%202.224a.5.5%200%200%201%20.223-.671z'/%3e%3c/svg%3e");
                position: absolute;
                top: 5px;
                left: -20px;
                width: 2.25rem;
                height: 2.25rem;
                background-size: 1rem;
                background-repeat: no-repeat;
                display: inline-block;
                content: "";
            }

            .item-card .item-card-body ul li {
                position: relative;
                margin-bottom: 5px;
            }

                .item-card .item-card-body ul li a {
                    text-decoration: none;
                    font-size: 15px;
                }

                    .item-card .item-card-body ul li a:hover {
                        color: #CD1041;
                    }

@media screen and (max-width:1400px) {
    .item-card {
        margin: 0 auto 2rem;
        display: block;
    }
}*/

.subpages .compare-btn-blue {
    background-color: #1B3966;
    padding: 1rem 1.5rem;
    color: white;
    transition: all 0.5s;
    text-decoration: none;
}

    .subpages .compare-btn-blue:hover {
        background-color: #CD1041;
        color: white;
    }

.customlist {
    list-style-type: none;
    margin: 0 0 1.75em;
}

    .customlist li {
        list-style-type: none;
        position: relative;
    }

        .customlist li:before {
            content: '';
            display: inline-block;
            border-color: transparent transparent transparent #CD1041;
            border-style: solid;
            border-width: 5px 0 5px 8.7px;
            height: 0;
            left: -20px;
            position: absolute;
            top: .4em;
            width: 0;
        }


/*Advanced search form */
#accordionForm {
    margin-bottom: 5rem;
}

    #accordionForm .accordion-item {
        border-radius: 0;
    }

    #accordionForm.accordion-header {
        border: 1px solid #ccc;
        padding: 15px 20px 15px 20px;
    }

    #accordionForm .accordion-button {
        color: #CD1041;
        font-size: 16px;
        font-weight: 800;
        border-radius: 0;
    }

        #accordionForm .accordion-button.collapsed {
            color: #CD1041;
            background-color: #e2e8f0;
        }

        #accordionForm .accordion-button:not(.collapsed) {
            background-color: #e2e8f0;
        }

        #accordionForm .accordion-button .fhf-plusicon {
            display: none;
        }

        #accordionForm .accordion-button .fhf-plusicon,
        #accordionForm .accordion-button .fhf-minusicon {
            margin-right: 10px;
            font-size: 20px;
        }

        #accordionForm .accordion-button.collapsed .fhf-plusicon {
            display: block;
        }

        #accordionForm .accordion-button.collapsed .fhf-minusicon {
            display: none;
        }

        #accordionForm .accordion-button::after {
            display: none;
        }

.accordion-button:not(.collapsed)::before {
    display: none;
}

#accordionForm #collapseForm {
    padding: 20px 20px 40px 20px;
    border-top: 0;
    background-color: #e2e8f0;
}

    #accordionForm #collapseForm .form-label, #accordionForm #collapseForm .form-check-label {
        color: #1B3966;
        font-weight: 500;
    }

    #accordionForm #collapseForm select {
        border-radius: 0 !important;
        border-color: #1B3966 !important;
        border-width: 2px !important;
    }

    #accordionForm #collapseForm input[type="text"] {
        border-radius: 0 !important;
        border-color: #1B3966 !important;
        border-width: 2px !important;
    }

    #accordionForm #collapseForm input[type="checkbox"] {
        border-radius: 0 !important;
        border-color: #1B3966 !important;
        border-width: 2px !important;
    }

    #accordionForm #collapseForm button {
        background-color: #CD1041;
        border-color: #CD1041;
        color: white;
        text-decoration: none;
    }

        #accordionForm #collapseForm button:hover {
            background: #383838 !important;
            border-color: #cccccc !important;
            color: rgba(255,255,255,1) !important;
        }

/* custom data table styling*/
.buttons-collection {
    border-radius: 0 !important;
    background-color: #1B3966;
    border-color: #1B3966;
    padding: 0.25rem 0.5rem;
    font-size: 15px;
    border-radius: 0.2rem;
}

#excelDownload {
    border-radius: 0 !important;
    background-color: #1B3966;
    border-color: #1B3966;
    padding: 0.25rem 0.5rem;
    font-size: 15px;
    border-radius: 0.2rem;
}

    #excelDownload:hover {
        color: #fff;
        background-color: #5c636a;
        border-color: #565e64;
    }

    #excelDownload:focus {
        color: #fff;
        background-color: #5c636a;
        border-color: #565e64;
        box-shadow: 0 0 0 0.25rem rgba(130,138,145,.5);
    }

div.dataTables_wrapper {
    margin-bottom: 3rem;
}

.fhf-datatable th {
    background-color: #1B3966;
    color: #fff;
    padding: 10px 18px;
    font-size: 15px;
}

.fhf-datatable td {
    font-family: "Montserrat";
    font-size: 13px;
    font-weight: 500;
    padding: 9px 5px !important;
}

.fhf-datatable tr:nth-child(even) {
    background-color: #E1EBF0 !important;
}

table.dataTable.display > tbody > tr.odd > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_1 {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.054);
}

.fhf-datatable th {
    vertical-align: middle;
}

.fhf-datatable, .fhf-datatable td, .fhf-datatable th {
    border: 1px solid #e2e8f0;
}

    .fhf-datatable td, .fhf-datatable th {
        border-width: 0 1px 1px 0;
    }

    .fhf-datatable tr th:nth-child(1), .fhf-datatable tbody td:nth-child(1) {
        text-align: center;
    }

.dataTables_length {
    width: auto;
    float: left;
    margin-right: 2rem;
}

.dataTables_filter {
    max-width: fit-content;
    float: right;
}

div.dt-buttons .dt-button {
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0 !important;
}

.dataTables_length label {
    width: 13rem;
    display: flex;
    align-items: center;
}

.dataTables_wrapper .dataTables_length select {
    margin: 0 4px;
}

.dataTables_filter label {
    display: flex;
    align-items: center;
}

/* for hidden child data on responsive*/
table.dataTable > tbody > tr.child ul.dtr-details {
    width: 100%;
}

span.dtr-data {
    font-weight: 500;
}

/*Hides/removes links inside search pane that points to another page*/
.dtsp-searchPanes .dtsp-name a {
    text-decoration: none;
    pointer-events: none;
    color: #212529;
}
/*Locate & Proximities*/
.dtsp-searchPanes .dtsp-name span a[title="View driving directions"] {
    display: none;
}
/*Nursing Homes*/
.dtsp-searchPanes .dtsp-name span a[title="View Inspection Details"] {
    display: none;
}

div.dtsp-searchPane div.dtsp-topRow.dtsp-bordered {
    border: 1px solid #aaa !important;
}
/*div.dtsp-topRow div.dtsp-subRow1 button.dtsp-searchIcon span {
    position: relative;
    background-image: none !important;
    background-size: 0px !important;
}
    div.dtsp-topRow div.dtsp-subRow1 button.dtsp-searchIcon span:before {
        position: absolute;
        font: var(--fa-font-solid);
        content: '\f002';
        display: inline-block;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        color: black;
        top: 10px;
        right: 0px;
    }*/
div.dtsp-searchPane button.dtsp-paneButton {
    color: rgb(89 89 89) !important;
    opacity: 0.8 !important;
}

button.dtsp-disabledButton.dtsp-paneButton.clearButton {
    font-size: 18px !important;
    opacity: 1 !important;
    color: #454545 !important;
}

div.dtsp-topRow button.dtsp-collapseButton span.dtsp-caret {
    font-size: 17px !important;
    color: #000000 !important;
    opacity: 1 !important;
    font-weight: 600 !important;
    top: 5px !important;
}

/*adds background color to search panes*/
.dtsp-panesContainer {
    background-color: #e7f1ff;
    padding: 0 1rem 1rem !important;
    margin-top: 1rem;
    border: 1px solid rgba(0,0,0,.125);
}

div.dtsp-topRow {
    background-color: white;
}

input.dtsp-paneInputButton.dtsp-search:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);
}


/*GPS Detection*/
#gpsDropdown {
    display: flex;
    justify-content: end;
    margin-bottom: 2rem;
}

    #gpsDropdown button {
        background-color: #ca0042;
        border-color: #ca0042;
        color: white;
    }

#showAutocompleteMatch div.autocompleteOption:hover {
    background-color: #7BA3E8;
}

.ProximityResultsDescription {
    color: white;
    font-weight: 500;
    margin-bottom: 2rem;
    background: #CD1041;
    padding: 1rem;
    width: max-content;
    max-width: 100%;
}


/*Facility Data exportForm*/
#exportForm {
    display: inline-block;
}


/* Footer */
.footer {
    background-color: #1b3966;
    height: 730px;
    padding-top: 5em;
    white-space: initial !important;
    position: relative !important;
    padding-bottom: 2em;
    background-image: linear-gradient(#1b3966e8, #1b3966e8),url('https://quality.healthfinder.fl.gov/images/Florida-State-Silhoutte.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 50% auto;
    border-top: transparent 1px solid !important;
}

@media screen and (max-width:768px) {
    .footer {
        background-size: 85%;
        padding-bottom: 4em;
    }
}

.footer .section-title {
    color: #F4F4F4;
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
}

@media screen and (max-width:768px) {
    .footer .section-title {
        font-size: 22px !important;
    }
}

@media screen and (max-width:992px) {
    .footer .section-title {
        font-size: 28px;
    }
}

.footer .section-divider {
    display: flex;
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: left;
}

    .footer .section-divider span {
        width: 11.5%;
        margin: 0px auto 0px 0px;
        border-top: 3px solid rgb(205, 16, 65);
        display: flex;
    }


@media screen and (max-width:992px) {
    .footer .section-divider span {
        width: 20.5%;
    }
}

.footer .section-content {
    margin-top: 0.5em;
    color: #FFFFFF;
    font-weight: 400;
    line-height: 1.7em;
}

    .footer .section-content ul li a {
        color: white;
        text-decoration: none;
    }

        .footer .section-content ul li a:hover {
            color: #c36;
        }

    .footer .section-content p {
        color: #FFFFFF;
        font-weight: 400;
        line-height: 1.7em;
    }

.footer .section-subtitle {
    color: #F4F4F4;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 25px;
}

@media screen and (max-width:768px) {
    .footer .section-subtitle {
        font-size: 14px !important;
    }
}

@media screen and (max-width:992px) {
    .footer .section-subtitle {
        font-size: 16px;
    }
}

.footer .elementor-icon-list-text {
    font-weight: 400;
}

.footer .list-unstyled li {
    margin-top: calc(15px/2);
    display: flex;
}

    .footer .list-unstyled li span.icon-container {
        align-content: center;
        align-items: center;
        display: flex;
        width: 1.5em;
    }

.footer .breadcrumb-item {
    font-weight: bold;
}

    .footer .breadcrumb-item + .breadcrumb-item::before {
        content: "|";
        color: white;
    }

.footer #citation {
    color: #F4F4F4;
}

    .footer #citation a {
        color: #c36;
        text-decoration: none;
    }

        .footer #citation a:hover {
            text-decoration: underline;
        }

@media screen and (max-width:576px) {
    .footer #citation nav {
        line-height: normal;
    }

    .footer #citation p {
        line-height: normal;
        margin-top: 10px;
    }
}

@media screen and (max-width:1200px) {
    .footer {
        height: 100%;
    }
}



@media screen and (max-width:1200px) {
    a {
        overflow-wrap: break-word;
    }
}




/*newly added*/
#SearchOptionModal .modal-content {
    border-top: 0;
    background-color: #f4f8ff;
}

#SearchOptionModal .modal-header {
    background-color: #1B3966;
    color: #ffffff;
}

    #SearchOptionModal .modal-header .btn-close {
        background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    }

#SearchOptionModal h5:not(.modal-title) {
    font-weight: 800;
    color: #235298;
    text-transform: initial;
    background-color: transparent;
    padding: 0.5rem 0rem;
    border-bottom: 2px solid #235298;
    width: fit-content;
    margin-bottom: 1rem;
}

#SearchOptionModal .form-label, #SearchOptionModal .form-check-label {
    color: #1B3966;
    font-weight: 500;
}

#SearchOptionModal select {
    border-radius: 0 !important;
    border-color: #1B3966 !important;
    border-width: 2px !important;
}

#SearchOptionModal input[type="text"] {
    border-radius: 0 !important;
    border-color: #1B3966 !important;
    border-width: 2px !important;
}

#SearchOptionModal button[type=submit] {
    background-color: #1B3966;
    border-color: #1B3966;
    color: white;
    text-decoration: none;
}

.SearchOptionModalBtn {
    background-color: #CD1041;
    border-color: #CD1041;
    color: white;
    text-decoration: none;
    padding: 0.25rem 0.5rem;
    border-radius: 0;
    max-width: 15rem;
    width: auto;
    font-size: 15px;
}

    .SearchOptionModalBtn:hover,
    .SearchOptionModalBtn:focus {
        color: #fff;
        background-color: #5c636a;
        border-color: #565e64;
    }

@media screen and (min-width:576px) {
    .SearchOptionModalBtn {
        float: left;
        margin-bottom: 1rem;
    }

    .subpages .dt-buttons.btn-group {
        float: right;
        margin-bottom: 1rem;
    }
}

#SearchOptionModal .accordion-item {
    border-radius: 0;
    border: none;
    background-color: transparent;
}

#SearchOptionModal .accordion-header {
    /*border: 1px solid #ccc;*/
    padding: 15px 20px 15px 20px;
}

#SearchOptionModal .accordion-button {
    color: white;
    font-size: inherit;
    font-weight: 800;
    border-radius: 0;
    padding: 0;
}

    #SearchOptionModal .accordion-button.collapsed {
        color: #235298;
        background-color: transparent;
    }

    #SearchOptionModal .accordion-button:not(.collapsed) {
        color: #235298;
        background-color: transparent;
        box-shadow: none;
    }

    #SearchOptionModal .accordion-button .fhf-plusicon {
        display: none;
    }

    #SearchOptionModal .accordion-button .fhf-plusicon,
    #SearchOptionModal .accordion-button .fhf-minusicon {
        margin-right: 10px;
        font-size: 20px;
    }

    #SearchOptionModal .accordion-button.collapsed .fhf-plusicon {
        display: block;
    }

    #SearchOptionModal .accordion-button.collapsed .fhf-minusicon {
        display: none;
    }

    #SearchOptionModal .accordion-button::after {
        display: none;
    }

    #SearchOptionModal .accordion-button:not(.collapsed)::before {
        display: none;
    }

#SearchOptionModal #clearCity {
    background-color: #1B3966;
    border-color: #1B3966;
    color: white;
}

#SearchOptionModal #clearFacCity {
    background-color: #1B3966;
    border-color: #1B3966;
    color: white;
}

#SearchOptionModal #showAutocompleteMatchforLocate {
    display: none;
    opacity: 0;
    height: 0px;
    visibility: hidden;
}

td.ahca_facID {
    text-align: center;
}

/* Compare Search Form (Start a new search)*/
.CompareSearchForm .list-group-item {
    position: relative;
    padding-left: 1.5rem;
    border: none !important;
    background-color: transparent;
    color: #1B3966;
    font-weight: 500;
}

    .CompareSearchForm .list-group-item::before {
        position: absolute;
        left: 0;
        top: 13px;
        height: 14px;
        width: 14px;
        border-radius: 50%;
        border: 1px solid rgba(0,0,0,.25);
        content: '';
        display: inline-block;
        background-color: white;
    }

    .CompareSearchForm .list-group-item.active::before {
        position: absolute;
        left: 0;
        top: 13px;
        height: 14px;
        width: 14px;
        border-radius: 50%;
        border: 4px solid #0d6efd;
        content: '';
        display: inline-block;
    }

    .CompareSearchForm .list-group-item.active {
        background-color: inherit;
        border: none !important;
        background-color: transparent;
        color: inherit;
    }

.collapseFilteringBtn {
    background-color: #CD1041;
    border-color: #CD1041;
    color: white;
    text-decoration: none;
    padding: 0.25rem 0.5rem;
    border-radius: 0;
    max-width: 15rem;
    width: auto;
    margin-left: 2px;
    font-size: 15px;
}

    .collapseFilteringBtn:hover,
    .collapseFilteringBtn:focus {
        color: #fff;
        background-color: #5c636a;
        border-color: #565e64;
    }


.ui-autocomplete {
    max-height: 100px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    font-size: .875rem !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/* IE 6 doesn't support max-height
   * we use height instead, but this forces the menu to always be this tall
   */
* html .ui-autocomplete {
    height: 300px;
}

.ui-autocomplete-input {
    font-size: .875rem !important;
}

.newSearchBtn {
    background-color: #CD1041;
    border-color: #CD1041;
    color: white;
    text-decoration: none;
    padding: 0.25rem 0.5rem;
    border-radius: 0;
    max-width: 15rem;
    width: auto;
    font-size: 15px;
    margin-left: 2px;
}



.CompareForm, .LocateForm, .proximity_locateOption, .locateOption, .compareOption, .NotcompareOption {
    display: none;
}
    /* compare search options in modal */
    .CompareForm .form-select {
        text-transform: capitalize;
    }

    .CompareForm select {
        border-radius: 0 !important;
        border-color: #1B3966 !important;
        border-width: 2px !important;
    }

    .CompareForm input {
        border-radius: 0 !important;
        border-color: #1B3966 !important;
        border-width: 2px !important;
    }

    .CompareForm .form-text {
        color: #1B3966;
        font-weight: 500;
    }

    .CompareForm .form-label {
        color: #1B3966;
        font-weight: 500;
    }

    .CompareForm .form-check-label {
        color: #1B3966;
        font-weight: 500;
    }

#SearchOptionModal #resetBtn {
    background-color: #ca0042;
    border-color: #ca0042;
    color: white;
    text-decoration: none;
}



.CompareForm #accordionSearch .accordion-item {
    border-radius: 0;
    border: none;
    background-color: transparent;
}

.CompareForm #accordionSearch .accordion-header {
    border: 1px solid #ccc;
    padding: 15px 20px 15px 20px;
}

.CompareForm #accordionSearch .accordion-button {
    color: white;
    font-size: inherit;
    font-weight: 800;
    border-radius: 0;
    padding: 0;
}

    .CompareForm #accordionSearch .accordion-button.collapsed {
        color: white;
        background-color: #235298;
    }

    .CompareForm #accordionSearch .accordion-button:not(.collapsed) {
        color: white;
        background-color: #235298;
        box-shadow: none;
    }

    .CompareForm #accordionSearch .accordion-button .fhf-plusicon {
        display: none;
    }

    .CompareForm #accordionSearch .accordion-button .fhf-plusicon,
    .CompareForm #accordionSearch .accordion-button .fhf-minusicon {
        margin-right: 10px;
        font-size: 20px;
    }

    .CompareForm #accordionSearch .accordion-button.collapsed .fhf-plusicon {
        display: block;
    }

    .CompareForm #accordionSearch .accordion-button.collapsed .fhf-minusicon {
        display: none;
    }

    .CompareForm #accordionSearch .accordion-button::after {
        display: none;
    }

.CompareForm .accordion-button:not(.collapsed)::before {
    display: none;
}


.CompareForm #custom_tooltip {
    z-index: 1400;
}

.CompareForm .list-group-item {
    position: relative;
    padding-left: 1.5rem;
    border: none !important;
    background-color: transparent;
    color: #1B3966;
    font-weight: 500;
}

    .CompareForm .list-group-item::before {
        position: absolute;
        left: 0;
        top: 13px;
        height: 14px;
        width: 14px;
        border-radius: 50%;
        border: 1px solid rgba(0,0,0,.25);
        content: '';
        display: inline-block;
        background-color: #fff;
    }

    .CompareForm .list-group-item.active::before {
        position: absolute;
        left: 0;
        top: 13px;
        height: 14px;
        width: 14px;
        border-radius: 50%;
        border: 4px solid #0d6efd;
        content: '';
        display: inline-block;
    }

    .CompareForm .list-group-item.active {
        background-color: inherit;
        border: none !important;
        background-color: transparent;
        color: inherit;
    }

.startOverBtn {
    background-color: #CD1041;
    border-color: #CD1041;
    color: white;
    text-decoration: none;
    padding: 0.25rem 0.5rem;
    border-radius: 0;
    width: auto;
    font-size: 15px;
    width: auto;
    max-width: max-content;
}

    .startOverBtn:hover {
        background-color: #5c636a;
        border-color: #565e64;
        color: white;
    }

table.dataTable thead tr > .dtfc-fixed-left {
    background-color: #1B3966 !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control {
    text-align: left;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child {
    text-align: left;
}

.fixedRow td {
    font-weight: 700 !important;
    background-color: white !important;
    box-shadow: none !important;
    font-size: 15px;
}

.fixedRow .dtfc-fixed-left {
    background-color: white !important;
}

@media screen and (max-width:576px) {
    .filterCollapseContainer {
        display: block !important;
        margin-bottom: 0.5rem;
    }

    .collapseFilteringBtn {
        margin-right: 1px;
    }

    .MeasureTypeDropdown {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    button.btn.btn-secondary.buttons-collection.dropdown-toggle.buttons-colvis {
        margin-bottom: 0.5rem;
    }
}

.dropdown-item.buttons-columnVisibility span {
    white-space: normal;
}

#popupFormModal #popupForm .form-check-input:checked {
    background-color: #CD1041;
    border-color: #CD1041;
}

#popupFormModal .modal-header {
    background-color: #1B3966;
}

    #popupFormModal .modal-header .modal-title {
        color: white;
    }

    #popupFormModal .modal-header .btn-close {
        background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat
    }

#popupFormModal #btnSubmit {
    background-color: #CD1041;
    border-color: #CD1041;
    color: white;
}

#popupFormModal .required-icon {
    color: red;
    font-size: 20px;
    vertical-align: middle;
}

#popupFormModal div.question-label.required-field::after {
    content: "*";
    color: red;
    font-size: 20px;
}

#popupFormModal div.question-label.not-required-field::after {
    content: " ";
    color: transparent;
    font-size: 20px;
}

.alert-consumerGuides {
    margin-bottom: 0;
    text-align: center;
    background-color: #CD1041;
    color: white;
    border: none;
    border-bottom: 1px solid #9f0a31;
    font-weight: 500;
    font-size: 1.1rem;
    border-radius: 0;
}
