* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

ol, ul {
    padding: 0
}

body, html {
    scroll-behavior: auto
}

blockquote, body, dd, dl, figcaption, figure, h1, h2, h3, h4, li, ol, p, ul {
    margin: 0
}

@font-face {
    font-family: Montserrat-Regular;
    src: url("../fonts/Montserrat-Regular.ttf") format("truetype"),url("../fonts/Montserrat-Regular.ttf") format("truetype"),url("../GovBuilt.Theme.MissouriWave/fonts/Montserrat-Regular.woff") format("woff"),url("../fonts/Montserrat-Regular.woff") format("woff"),url("../GovBuilt.Theme.MissouriWave/fonts/Montserrat-Regular.woff2") format("woff2"),url("../fonts/Montserrat-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat-Bold;
    src: url("../fonts/Montserrat-Bold.ttf") format("truetype"),url("../fonts/Montserrat-Bold.ttf") format("truetype"),url("../GovBuilt.Theme.MissouriWave/fonts/Montserrat-Bold.woff") format("woff"),url("../fonts/Montserrat-Bold.woff") format("woff"),url("../GovBuilt.Theme.MissouriWave/fonts/Montserrat-Bold.woff2") format("woff2"),url("../fonts/Montserrat-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: bold;
    font-display: swap
}

@font-face {
    font-family: Montserrat-SemiBold;
    src: url("../fonts/Montserrat-SemiBold.ttf") format("truetype"),url("../fonts/Montserrat-SemiBold.ttf") format("truetype"),url("../GovBuilt.Theme.MissouriWave/fonts/Montserrat-SemiBold.woff") format("woff"),url("../fonts/Montserrat-SemiBold.woff") format("woff"),url("../GovBuilt.Theme.MissouriWave/fonts/Montserrat-SemiBold.woff2") format("woff2"),url("../fonts/Montserrat-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat-Black;
    src: url("../fonts/Montserrat-Black.ttf") format("truetype"),url("../fonts/Montserrat-Black.ttf") format("truetype"),url("../GovBuilt.Theme.MissouriWave/fonts/Montserrat-Black.woff") format("woff"),url("../fonts/Montserrat-Black.woff") format("woff"),url("../GovBuilt.Theme.MissouriWave/fonts/Montserrat-Black.woff2") format("woff2"),url("../fonts/Montserrat-Black.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat-Light;
    src: url("../fonts/Montserrat-Light.ttf") format("truetype"),url("../fonts/Montserrat-Light.ttf") format("truetype"),url("../GovBuilt.Theme.MissouriWave/fonts/Montserrat-Light.woff") format("woff"),url("../fonts/Montserrat-Light.woff") format("woff"),url("../GovBuilt.Theme.MissouriWave/fonts/Montserrat-Light.woff2") format("woff2"),url("../fonts/Montserrat-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

body {
    color: var(--text-color);
    font-size: 16px;
    font-family: Montserrat-Regular,Arial,sans-serif
}

.msb {
    font-family: Montserrat-SemiBold,Arial,sans-serif
}

.mb {
    font-family: Montserrat-Bold,Arial,sans-serif
}

.mbb {
    font-family: Montserrat-Black,Arial,sans-serif
}

a {
    color: var(--site-link-color)
}

    a:hover {
        color: var(--site-link-hover-color)
    }

.calendar-section-month-heading, .heading-wrapper h2, .home-news-heading, .home-news-highlighted-heading {
    color: var(--fore-color)
}

.section-heading {
    color: var(--text-color);
    margin-bottom: 70px;
    text-align: center;
    text-transform: capitalize;
    font-size: 24px !important
}

body div .section-heading {
    margin-bottom: 0;
    margin-top: 0
}

.interior-services-section .section-heading {
    color: var(--text-color);
    margin-bottom: 70px;
    text-align: center
}

.container {
    margin: 0 auto;
    max-width: 1500px;
    padding: 0 50px;
    position: relative
}

img {
    -o-object-fit: cover;
    object-fit: cover;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0
}

img {
    max-width: 100%
}

.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    background: var(--fore-color);
    color: #fff;
    padding: 8px 12px;
    z-index: 100;
    margin: auto;
    width: -moz-fit-content;
    width: fit-content
}

    .skip-link:focus-visible {
        top: 0
    }

.events-section button.nav-link:focus-visible, .faq-section .accordion-button:focus-visible, .header-searchbox input:focus-visible, .navbar .dropdown .dropdown-item:focus-visible, .navbar-nav li .nav-link:focus-visible, .site-login .dropdown-menu button:focus-visible, .slick-next:focus-visible, .slick-prev:focus-visible, .website-links li.dropdown .dropdown-menu a:focus-visible {
    outline: 1px solid #000 !important;
    box-shadow: 0 0 0 !important
}

.navbar-nav li .nav-link:focus {
    box-shadow: 0 0 0
}

.alert-bar-heading {
    font-size: 16px;
    font-weight: 700
}

body section h4 {
    margin-bottom: 0
}

.summary-data section {
    padding: 0 !important
}

body .announcements-heading {
    font-size: 20px;
    margin: 0 0 15px
}

.announcements-content p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 15;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    box-sizing: border-box;
    word-break: break-word;
    margin: 0;
    font-size: 14px
}

.announcements-img {
    width: 100%
}

.announcements-date {
    font-size: 14px;
    padding: 10px 0;
    display: flex;
    gap: 10px;
    justify-content: space-between
}

.announcements-content h2 {
    font-size: 20px
}

.announcements-content {
    padding: 20px 0 0
}

.website-btn .site-btn {
    padding: 10px 32px;
    align-items: center;
    gap: 12px;
    display: inline-flex;
    border: 2px solid var(--site-color);
    border-radius: 50px;
    color: var(--fore-color);
    text-decoration: none;
    transition: ease-in-out .2s;
    font-size: 16px;
    background: var(--white-color);
    justify-content: center
}

body .announcements-content .site-btn {
    width: 100%;
    background: 0 0;
    border-color: var(--white-color);
    color: var(--white-color)
}

.announcements-content .site-btn:hover {
    background: var(--white-color);
    color: var(--fore-color)
}

.site-login .dropdown-menu a, .site-login .dropdown-menu button {
    padding-top: 3px;
    padding-bottom: 3px;
    margin: 0 !important;
    width: 100%;
    text-align: left
}

.site-login .dropdown-menu {
    top: auto;
    right: auto;
    left: auto
}

.topbar-contact-info i, .topbar-contact-info svg {
    color: var(--site-color);
    font-size: 16px
}

.topbar-col a {
    text-decoration: none;
    color: var(--white-color)
}

.topbar-container .sign-in:hover {
    text-decoration: underline
}

.banner-row {
    max-width: 624px
}

.breadcrumb {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    background-color: #f8f9fa;
    border-radius: .25rem
}

.interior-about-content h1, .interior-about-content h1 a, .interior-about-content h2, .interior-about-content h2 a, .interior-about-content h3, .interior-about-content h3 a, .interior-about-content h4, .interior-about-content h4 a, .interior-about-content h5, .interior-about-content h5 a, .interior-about-content h6, .interior-about-content h6 a {
    color: var(--fore-color);
    font-weight: 700;
    font-family: Montserrat-Bold,sans-serif
}

.interior-about-content h1 {
    font-size: 44px;
    position: relative;
    padding: 15px 0 0
}

.interior-about-content .calendar-section h1 {
    padding: 0;
    margin: 0
}

.home-banner-section h1, .home-banner-section h2 {
    color: var(--white-color);
    position: relative;
    z-index: 1;
    width: 100%;
    font-size: 54px;
    line-height: 1.1;
    padding: 0 0 25px;
    font-family: Montserrat-Black,Arial,sans-serif
}

.topbar-banner {
    background: var(--fore-color);
    padding: 12px 0 !important;
    font-size: 14px
}

.topbar-container {
    max-width: 1500px;
    padding: 0 50px;
    margin: auto;
    color: var(--white-color)
}

body .landing-page-navbar {
    padding: 0 !important;
    background: var(--white-color);
    position: sticky;
    top: 0;
    z-index: 5;
    box-shadow: 0 8px 20px rgba(145,145,145,.3411)
}

.landing-page-navbar .navbar-brand .website-logo {
    max-height: -moz-fit-content;
    max-height: fit-content;
    filter: drop-shadow(0px 12px 8px rgba(0, 0, 0, .15))
}

.landing-page-navbar .navbar-brand {
    max-width: 120px;
    margin: 0;
    position: absolute;
    top: 0;
    filter: drop-shadow(0 0 10px rgba(145, 145, 145, .25));
    padding: 0;
    z-index: 1
}

.Footer-Address a i, .Footer-Address a svg {
    font-size: 16px
}

.follow-more a i, .follow-more a svg {
    color: var(--white)
}

.frequently-questions ul li a i, .frequently-questions ul li a svg {
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 16px
}

.website-btn .site-btn i, .website-btn .site-btn svg {
    padding: 0;
    position: relative;
    top: 1px
}

.landing-page-navbar .navbar-nav .nav-item .dropdown-hover-button {
    display: flex;
    align-items: center;
    gap: 6px
}

    .landing-page-navbar .navbar-nav .nav-item .dropdown-hover-button i, .landing-page-navbar .navbar-nav .nav-item .dropdown-hover-button svg {
        font-size: 14px
    }

.landing-page-navbar .navbar-nav .nav-item {
    padding: 30px 18px;
    cursor: pointer
}

.landing-page-navbar .navbar-nav .nav-link {
    color: var(--fore-color);
    transition: all 0s ease-in-out;
    font-size: 16px;
    padding: 0;
    cursor: pointer
}

.landing-page-navbar .navbar-nav .active .dropdown-hover-button i, .landing-page-navbar .navbar-nav .active .dropdown-hover-button svg, .landing-page-navbar .navbar-nav .active .nav-link, .landing-page-navbar .navbar-nav .hover .dropdown-hover-button i, .landing-page-navbar .navbar-nav .hover .dropdown-hover-button svg, .landing-page-navbar .navbar-nav .hover .nav-link {
    color: var(--site-color) !important
}

.nav-item.active > .nav-link {
    color: var(--site-color)
}

.landing-page-navbar .navbar-nav .nav-link:hover, .landing-page-navbar .navbar-nav.website-links .nav-item:hover .dropdown-hover-button i, .landing-page-navbar .navbar-nav.website-links .nav-item:hover .dropdown-hover-button svg, .landing-page-navbar .navbar-nav.website-links .nav-item:hover .nav-link {
    color: var(--site-color)
}

.landing-page-navbar .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0
}

.landing-page-navbar .navbar-nav {
    padding: 0 0 0 150px
}

.action-btns, .container1 {
    display: none
}

.navbar-container {
    max-width: 1500px
}

.website-links li.dropdown .dropdown-menu a {
    display: block;
    text-align: left;
    width: 100%
}

    .website-links li.dropdown .dropdown-menu a:active {
        border: 0 !important
    }

.services-section {
    background: #f3f3f4;
    padding: 40px 0
}

.services-cards a {
    color: var(--fore-color);
    position: relative;
    left: 0;
    transition: .2s ease-in-out;
    cursor: pointer
}

.service-card-heading a {
    margin: 0;
    font-size: 14px;
    padding: 18px 0 0;
    text-decoration: none
}

.footer-logo-section a {
    color: var(--white-color);
    text-decoration: none;
    font-size: 14px;
    display: inline-block
}

.breadcrumb-item a {
    color: var(--dark-gray);
    font-size: 1rem;
    text-decoration: none
}

.tab-links a {
    display: block;
    padding: 11px 30px !important;
    background: var(--white-color);
    text-align: center;
    text-decoration: none
}

.follow-more a {
    color: var(--white-color);
    width: 32px;
    background: var(--fore-color);
    height: 32px;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    border-radius: 50px;
    margin: 0 8px 10px 0;
    font-size: 18px
}

.contact-us-cards a, .services-cards a {
    text-decoration: none
}

.breadcrumb a, .breadcrumbitem a, .related-menuitems, .related-menuitems:hover {
    text-decoration: none
}

.Footer-Address a {
    display: flex;
    gap: 16px;
    color: var(--white-color);
    text-decoration: none;
    padding: 0 0 13px;
    font-size: 14px;
    align-items: center
}

.copyright-content a, .social-media-icons a {
    color: var(--white-color);
    text-decoration: none
}

.interior-about-content ol, .interior-about-content ol a, .interior-about-content p, .interior-about-content ul, .interior-about-content ul a {
    color: var(--text-color);
    font-size: 16px;
    line-height: 24px;
    padding: 0 0 10px
}

.article-content p + p {
    padding: 10px 0 0 0
}

.dropdown-hover h5, .dropdown-hover h5 a {
    color: var(--white-color);
    text-decoration: none;
    font-family: Montserrat-Bold,sans-serif
}

.website-calendar table a, .website-calendar td a, .website-calendar th a {
    text-decoration: none;
    color: var(--text-color);
    padding: 7px
}

.website-calendar table, .website-calendar td, .website-calendar th {
    font-size: 14px;
    cursor: pointer;
    border: 0 !important
}

    .website-calendar table td a {
        padding: 0 !important
    }

    .website-calendar th a {
        font-family: Montserrat-SemiBold,sans-serif
    }

.staff-sublinks ul li a {
    font-size: 16px;
    color: #7e7e7e
}

.frequently-questions ul li a {
    border-bottom: 1px solid #d9d9d9;
    font-size: 16px;
    padding: 12px 12px 12px 0;
    text-decoration: none;
    display: block;
    position: relative;
    transition: ease-in-out .2s
}

.services-cards:hover a {
    color: var(--site-color)
}

.service-card-heading {
    text-decoration: none;
    font-size: 14px !important;
    padding: 10px !important;
    margin: 0 !important
}

.services-cards {
    font-size: 40px;
    border-right: 1px solid rgba(211,211,215,.549);
    border-top: 0;
    border-bottom: 0;
    padding: 5px 0
}

    .services-cards:last-child {
        border-right: 0
    }

.interior-news .slick-arrow::before, .news-section .slick-arrow::before {
    color: #b1b1b1;
    font-size: 24px;
    opacity: 1
}

.news-section .slick-prev::before {
    color: var(--site-color)
}

.latest-news-slider .slick-next::before, .latest-news-slider .slick-prev::before {
    color: var(--site-color);
    font-size: 24px
}

.news-section .slick-next::before, .news-section .slick-prev::before {
    color: var(--site-color)
}

.home-banner-section {
    position: relative;
    background: unset !important;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 451px;
    border-bottom: 12px solid var(--site-color)
}

    .home-banner-section .banner-img {
        width: 100%;
        height: 100%;
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        -o-object-fit: cover;
        object-fit: cover
    }

.home-banner {
    height: calc(85vh - 129px);
    border: 0
}

.home-banner-section::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(25,28,47,.5882)
}

.header-searchbox {
    position: relative;
    z-index: 1;
    justify-content: center
}

    .header-searchbox input {
        font-size: 14px;
        color: var(--text-color);
        border-radius: 8px;
        width: 500px;
        max-width: 500px;
        height: 60px;
        padding: 14px 45px 14px 22px;
        background: var(--white-color);
        box-shadow: 0 0 0;
        outline: 0;
        border: 0;
        flex-grow: 1
    }

        .header-searchbox input::-moz-placeholder {
            color: var(--text-color)
        }

        .header-searchbox input::placeholder {
            color: var(--text-color)
        }

        .header-searchbox input:focus {
            color: var(--text-color);
            background: var(--white-color)
        }

    .header-searchbox .search-website-data {
        border: 0;
        border-radius: 8px;
        font-size: 14px;
        height: 60px;
        text-align: center;
        padding: 0 29px;
        line-height: 60px;
        color: var(--white-color);
        background-color: var(--site-color)
    }

        .header-searchbox .search-website-data:focus, .header-searchbox .search-website-data:hover {
            background-color: var(--site-color)
        }

.dropdown-hover .dropdown-menu {
    margin-top: 0
}

.dropdown-hover {
    float: left
}

.menu-items-active .topbar-banner {
    display: none
}

.dropdown-hover .dropdown-hover-content {
    display: none;
    background-color: var(--fore-color);
    top: 84px;
    height: 100%;
    left: 0;
    right: 0;
    padding: 60px 0 20px;
    z-index: 0;
    position: fixed;
    cursor: initial
}

    .dropdown-hover .dropdown-hover-content a {
        cursor: pointer
    }

        .dropdown-hover .dropdown-hover-content a:hover {
            text-decoration: underline
        }

.dropdown-links {
    flex-basis: 240px
}

.dropdown-hover-content .row {
    width: 100%
}

.dropdown-hover-content .dropdown-item {
    font-size: 14px;
    white-space: normal
}

.dropdown-hover.active .dropdown-hover-content {
    display: block
}

.dropdown-hover .row-flex {
    flex-wrap: wrap;
    max-width: 100%;
    margin: auto;
    position: relative;
    gap: 30px
}

.dropdown-hover h5 {
    font-size: 18px;
    padding: 0 0 6px;
    text-transform: capitalize;
    font-weight: 700
}

.dropdown-hover .dropdown-item {
    padding: 0 0 9px;
    color: #e2e2e2;
    transition: ease-in-out .1s;
    font-size: 16px;
    font-family: Montserrat-Light,sans-serif
}

.dropdown-hover-content .container::-webkit-scrollbar {
    width: 7px;
    border-radius: 10px;
    background-color: #fff
}

.dropdown-hover-content .container::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: var(--site-color)
}

.dropdown-hover-content .container::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    border-radius: 10px;
    background-color: var(--white-color)
}

.dropdown-hover-content .container {
    max-width: 1500px;
    padding: 0 50px;
    max-height: calc(100vh - 188px);
    overflow: auto
}

.action-btns {
    display: none;
    position: fixed;
    right: 40px;
    z-index: 5;
    bottom: 40px;
    top: auto
}

    .action-btns button {
        border: 0;
        background: 0;
        color: var(--white-color);
        font-size: 40px;
        line-height: 0
    }

    .action-btns .back-btn {
        font-size: 36px;
        display: none
    }

.close-btn {
    background: 0 0;
    border: 0;
    color: var(--white-color);
    font-size: 30px;
    line-height: 0
}

.action-btns .close-btn {
    font-size: 24px;
    width: 2em;
    height: 2em;
    background: var(--site-color);
    border-radius: 100px;
    transition: ease-in-out .2s
}

    .action-btns .close-btn:hover {
        color: var(--site-color);
        background-color: var(--white-color)
    }

.action-btns, .action-btns.active .back-btn {
    z-index: 8
}

.body .action-btns {
    display: block
}

.body {
    overflow: hidden;
    height: 100vh
}

    .body.menu-items-active .landing-page-navbar {
        position: fixed;
        width: 100%
    }

.interior-about-content .table-responsive table td, .interior-about-content .table-responsive table th, .news-article-page .table-responsive table td, .news-article-page .table-responsive table th {
    min-width: 200px !important
}

.interior-about-content table td, .news-article-page table td {
    vertical-align: top
}

.interior-about-section .interior-about-card {
    border-radius: 0;
    display: flex;
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    padding: 0 50px;
    width: 100%
}

    .interior-about-section .interior-about-card .related-links-card {
        background: var(--site-color);
        color: #fff;
        flex: 1 1 370px;
        min-width: 370px;
        padding: 35px 35px 70px
    }

.website-btn {
    padding: 25px 0 0
}

.home-news-slider-col .website-btn a {
    width: 100%
}

.Footer-Address a:first-child {
    align-items: baseline
}

.interior-about-content .breadcrumb, .interior-about-content .breadcrumb a {
    padding: 0;
    font-size: 14px
}

.staff-data h5 {
    padding: 0;
    font-size: 20px !important;
    margin: 0 0 3px !important;
    font-weight: 700;
    font-family: Montserrat-Bold,sans-serif;
    color: var(--fore-color)
}

.about-staff-row h5 {
    padding: 0 0 5px
}

.interior-about-section .interior-about-card .related-links-card h2 {
    font-size: 24px;
    margin: 0 0 16px
}

.interior-about-content {
    flex-basis: calc(100% - 370px);
    min-width: calc(100% - 370px);
    padding: 35px 35px 70px 0;
    flex-grow: 1
}

.breadcrumb-item {
    display: flex;
    align-items: center
}

    .breadcrumb-item + .breadcrumb-item::before {
        content: "/";
        padding: 0 .5rem;
        color: #6c757d
    }

.accordion-button {
    font-weight: 700
}

    .accordion-button.collapsed {
        font-weight: 500
    }

.accordion-container .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentcolor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 3a.5.5 0 0 1 .5.5V7h3a.5.5 0 0 1 0 1H8.5v3a.5.5 0 0 1-1 0V8H4a.5.5 0 0 1 0-1h3V3A.5.5 0 0 1 8 3z'%3E%3C/path%3E%3C/svg%3E");
    transition: all .5s;
    filter: invert(1)
}

.accordion-container .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentcolor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M3 8a.5.5 0 0 1 .5-.5h12a.5.5 0 0 1 0 1H3A.5.5 0 0 1 3 8z'%3E%3C/path%3E%3C/svg%3E");
    filter: invert(1)
}

.accordion-container .accordion-links li + li {
    padding: 10px 0 0
}

.accordion-container .accordion-button {
    padding: 0;
    background: 0 0;
    border: 0;
    color: var(--white);
    max-width: -moz-fit-content;
    max-width: fit-content
}

.accordion-container .accordion-body {
    padding: 12px 0 0 12px
}

.related-menuitems, .related-menuitems:hover {
    color: var(--white);
    font-size: 1rem
}

.accordion-links ul {
    list-style-type: none
}

.accordion-container .accordion-item {
    background: 0 0;
    border: 0;
    color: var(--white);
    padding: 10px 0
}

.accordion-container .accordion-button:not(.collapsed) {
    color: var(--white);
    background-color: transparent;
    box-shadow: 0 0 0
}

.accordion-container .accordion-ul-list {
    list-style-type: none;
    font-size: 16px
}

    .accordion-container .accordion-ul-list a {
        list-style-type: none;
        color: var(--white);
        padding: 10px 0;
        display: inline-block;
        text-decoration: none
    }

.accordion-container .accordion-button:focus {
    box-shadow: 0 0 0
}

.interior-about-content h2 {
    font-size: 24px;
    margin: 20px 0 10px
}

.interior-about-content h3 {
    font-size: 22px;
    margin: 20px 0 10px
}

.interior-about-content h4 {
    font-size: 20px;
    margin: 20px 0 10px
}

.interior-about-content h5 {
    font-size: 20px;
    margin: 20px 0 10px
}

.section-heading::after {
    display: none
}

.interior-services-section .section-heading::after, .staff-section .section-heading::after {
    background: var(--site-color)
}

.interior-about-content .interior-images {
    width: 100%;
    max-width: -moz-max-content;
    max-width: max-content;
    height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px
}

.heading-border {
    width: 87px;
    max-width: 87px;
    height: 5px;
    margin: 10px 0 20px
}

.text-custom-red {
    color: var(--site-color)
}

.interior-about-content b {
    font-family: Montserrat-Bold,sans-serif
}

.interior-about-content .flow-paragraph ol, .interior-about-content .flow-paragraph ul, .interior-about-content .summary-data ol, .interior-about-content .summary-data ul, .interior-about-content .widget-html-widget ol, .interior-about-content .widget-html-widget ul, .interior-about-content .widget-liquid-widget ol, .interior-about-content .widget-liquid-widget ul {
    padding: 10px 0 10px 20px !important
}

.interior-about-content ul.quick-links-cards-list {
    padding: 0;
    margin: 0
}

.interior-about-content .calendar-section ol, .interior-about-content .calendar-section ul {
    padding: 0
}

body .breadcrumb-item + .breadcrumb-item {
    padding-left: 0
}

.interior-about-section {
    background-color: #fafafa;
    padding: 0 16px !important;
    overflow: hidden
}

.frequently-questions h4, .tab-section h4 {
    margin: 0
}

.interior-about-section .staff-section h4 {
    margin: 0
}

.staff-section {
    padding: 60px 0 0
}

.all-staff {
    gap: 30px;
    padding: 20px 0 0
}

.staff-data {
    flex-basis: calc(25% - 23px)
}

.bioslidepopup {
    cursor: pointer
}

.staff-data p {
    color: var(--dark-gray);
    font-size: 16px
}

.staff-img {
    clip-path: polygon(79% 0,100% 16%,100% 100%,0 100%,0 0);
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(to bottom,var(--white) 50%,#f2f7fb 50%);
    margin: 0 0 25px;
    transition: .2s ease-in-out;
    max-height: 310px;
    height: 310px;
    text-align: center
}

.staff-image {
    width: 100%;
    position: absolute;
    margin: auto;
    height: 100%;
    clip-path: polygon(79% 0,100% 16%,100% 100%,0 100%,0 0);
    -o-object-position: center 30%;
    object-position: center 30%
}

.staff-data:hover .staff-img {
    background-image: linear-gradient(to bottom,var(--white) 50%,var(--primary) 50%)
}

.interior-about-content iframe {
    max-width: 100%
}

.frequently-questions {
    padding: 60px 0 0;
    width: 100%
}

    .frequently-questions ul {
        padding: 0
    }

.footer-section a:hover {
    color: var(--white-color);
    text-decoration: underline
}

.tab-links .active a {
    border-bottom: 1px solid var(--white-color);
    font-size: 16px;
    padding: 12px 30px;
    background: var(--site-color);
    border-radius: 5px;
    color: var(--white-color) !important
}

.frequently-questions ul li a:hover {
    background-color: rgba(217,217,217,.2784);
    color: var(--site-color);
    font-weight: 700
}

.quick-links-card {
    padding: 18px 20px !important;
    background: var(--white-color);
    color: var(--fore-color) !important;
    border-radius: 8px;
    display: flex;
    box-shadow: 0 0 15px rgba(0,0,0,.0509);
    flex-basis: calc(50% - 7.5px);
    text-decoration: none;
    transition: ease-in-out .2s;
    gap: 13px;
    align-items: center
}

    .quick-links-card span {
        line-height: 20px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
        box-sizing: border-box;
        word-break: break-word;
        font-size: 16px
    }

    .quick-links-card i, .quick-links-card svg {
        font-size: 32px
    }

    .quick-links-card:hover {
        background: var(--fore-color);
        color: var(--white-color) !important
    }

.quick-links-cardspan {
    font-size: 16px
}

.quick-links-cards-list {
    gap: 15px
}

.tab-section {
    padding: 60px 0 0
}

    .tab-section .tab-links {
        list-style: none;
        margin: 0;
        display: flex;
        padding: 3px;
        border: 1px solid #d6d6d6;
        max-width: -moz-max-content;
        max-width: max-content;
        border-radius: 5px
    }

    .tab-section .tab-content .tab {
        padding: 20px 0 0;
        display: none
    }

    .tab-section .tab-content .active {
        display: block
    }

.staff-modal-open {
    overflow: hidden;
    height: 100vh
}

.container .row.inactive {
    position: unset
}

.modal-staff {
    position: relative;
    padding: 0 1em;
    margin: 0 auto;
    height: -moz-max-content;
    height: max-content
}

.mySlides {
    overflow: hidden;
    border-radius: 11px
}

.staff-modal-wrapper .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 100%;
    max-width: 67.45em;
    border-radius: 11px
}

.mystaffslides {
    border-radius: 11px;
    overflow: hidden
}

.staff-modal-wrapper .close {
    color: var(--white-color);
    position: absolute;
    top: -1.5em;
    right: 0;
    font-size: 40px;
    font-weight: 100
}

.cursor {
    cursor: pointer
}

.staff-modal-wrapper .next, .staff-modal-wrapper .prev {
    cursor: pointer;
    position: absolute;
    top: -1.7em;
    width: auto;
    padding: 0;
    margin-top: 0;
    color: var(--white-color);
    font-weight: 700;
    font-size: 32px;
    transition: .6s ease;
    border-radius: 0 3px 3px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.staff-modal-wrapper {
    padding: 5em 0 0;
    display: none;
    position: fixed;
    z-index: 52;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    box-shadow: 7px 14px 42px 26px rgba(0,0,0,.09);
    background: rgba(0,0,0,.849);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px)
}

.interior-services-section {
    background: #f1f1f1;
    padding-top: 100px;
    position: initial;
    background-image: linear-gradient(#f1f1f1 90%,var(--fore-color) 10%);
    margin: 0
}

.staff-modal-wrapper .next {
    left: 1.5em
}

.staff-modal-wrapper .prev {
    left: 0
}

.team-members-image {
    width: 100%;
    height: 368px;
    position: relative
}

    .team-members-image img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        -o-object-position: center 35%;
        object-position: center 35%
    }

body .interior-about-content .mySlides-name {
    font-weight: 700;
    font-size: 24px;
    font-family: Montserrat-Bold,sans-serif;
    line-height: 36px;
    color: var(--fore-color);
    margin: 0
}

.about-mySlides-content {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: var(--fore-color);
    padding: 0 !important
}

.mySlides-content {
    padding: 25px;
    position: relative
}

.staff-about-content {
    font-size: 14px;
    color: var(--fore-color);
    line-height: 23px;
    font-weight: 400;
    margin: 20px 0 0;
    max-height: 218px;
    overflow: auto;
    padding: 0 36px 0 0
}

    .staff-about-content::-webkit-scrollbar-track {
        border-radius: 50px;
        background-color: #e8e8e8
    }

    .staff-about-content::-webkit-scrollbar {
        width: 7px;
        height: 7px;
        background-color: transparent;
        border-radius: 50px
    }

    .staff-about-content::-webkit-scrollbar-thumb {
        border-radius: 50px;
        background-color: var(--fore-color)
    }

.follow-more.text-right.footer-icons {
    padding: 0 25px 0 0
}

.staff-sublinks {
    padding: 10px 0 0 20px;
    line-height: 25px
}

.follow-more.share-icons h3 {
    font-weight: 700;
    font-size: 21px;
    margin: 0 0 15px;
    color: #3d3d3d
}

.footer.staff-footer .row:first-child {
    border-top: 1px solid #ededed;
    padding: 90px 0 0
}

.staff-footer {
    padding: 0 0 125px
}

.follow-more.share-icons {
    margin: 45px 0 40px
}

.contact-us-cards {
    background: var(--white-color);
    border-radius: 8px;
    padding: 24px 20px;
    box-shadow: 0 0 25px rgba(0,0,0,.0313);
    transition: .2s;
    flex-basis: calc(25% - 15px)
}

    .contact-us-cards i, .contact-us-cards svg {
        font-size: 31px;
        color: var(--text-color)
    }

.home-news-date i, .home-news-date svg {
    color: var(--site-color);
    padding: 0 5px 0 0
}

.news-read-more-btn i, .news-read-more-btn svg {
    color: var(--site-color);
    padding: 0 0 0 5px;
    font-size: 16px
}

.contact-us-cards:hover {
    background: var(--fore-color)
}

body .contact-us-cards-list .contact-us-content {
    font-size: 16px;
    color: var(--fore-color);
    padding: 14px 0 0
}

    body .contact-us-cards-list .contact-us-content a {
        font-size: 16px;
        color: var(--fore-color);
        padding: 14px 0 0
    }

.social-media-card i, .social-media-card svg {
    font-size: 23px;
    color: var(--white-color)
}

.contact-us-cards:hover .contact-us-content, .contact-us-cards:hover i, .contact-us-cards:hover svg {
    color: var(--white-color) !important
}

    .contact-us-cards:hover .contact-us-content a, .contact-us-cards:hover i, .contact-us-cards:hover svg {
        color: var(--white-color) !important
    }

.contact-us-cards-list {
    gap: 15px
}

.news-cards-img {
    position: relative;
    width: 100%;
    height: 210px;
    overflow: hidden
}

.no-related-links .news-cards-img {
    height: 280px
}

.news-cards-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-position: top;
    object-position: top
}

.latest-news-slider .slick-track {
    display: flex;
    gap: 15px;
    position: relative;
    left: -2px
}

.latest-news-slider .news-heading.msb {
    font-size: 18px;
    color: var(--fore-color);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    box-sizing: border-box;
    word-break: break-word;
    padding: 0
}

.latest-news-slider .news-date {
    padding: 15px 0 10px;
    color: var(--text-color)
}

    .latest-news-slider .news-date i, .latest-news-slider .news-date svg {
        color: var(--site-color);
        padding: 0 7px 0 0
    }

.news-section .slick-arrow {
    position: absolute;
    background: var(--yellow);
    width: 40px;
    height: 40px;
    border-radius: 50px;
    bottom: 0;
    top: 0;
    transform: rotate(90deg);
    margin: auto
}

.news-section .slick-prev {
    right: -45px;
    left: auto;
    top: -40px
}

.latest-news-slider .slick-arrow, .latest-news-slider .slick-arrow:focus, .latest-news-slider .slick-arrow:hover {
    position: absolute;
    bottom: -60px;
    top: auto
}

.news-section .slick-arrow:focus, .news-section .slick-arrow:hover {
    position: absolute;
    background: var(--yellow);
    width: 40px;
    height: 40px;
    border-radius: 50px;
    bottom: 0;
    top: 0;
    transform: rotate(90deg);
    margin: auto
}

.latest-news-slider .slick-prev, .latest-news-slider .slick-prev:hover {
    right: auto;
    left: 0
}

.news-section .slick-prev:focus, .news-section .slick-prev:hover {
    right: -45px;
    left: auto;
    top: -40px
}

.news-section .slick-next {
    right: -45px;
    left: auto;
    top: 40px
}

.latest-news-slider .slick-next, .latest-news-slider .slick-next:hover {
    right: auto;
    left: 40px
}

.news-tab-links .nav-link {
    text-decoration: none;
    color: var(--text-color);
    height: 48px;
    line-height: 48px;
    border: 1px solid #d9d9d9;
    display: inline-block;
    padding: 0 20px;
    font-size: 16px;
    border-radius: 0
}

.news-tab-links {
    justify-content: end
}

.calendar-section-month-arrows button {
    background: 0 0;
    border: 0
}

.news-tab-links > button:first-child {
    border-radius: 8px 0 0 8px
}

.news-tab-links > button:last-child {
    border-radius: 0 8px 8px 0
}

.news-tab-links .news-tabs-button.active {
    background: var(--site-color);
    color: var(--white-color);
    border-color: var(--site-color)
}

.interior-news .slick-arrow::before, .news-section .slick-arrow::before, .services-section .slick-arrow::before {
    color: #b1b1b1 !important;
    font-size: 24px;
    opacity: 1 !important
}

.interior-news .slick-arrow.active-color::before, .interior-news .slick-next::before, .interior-news .slick-next:hover::before, .interior-news .slick-prev:hover::before, .services-section .slick-arrow.active-color::before, .services-section .slick-next::before, .services-section .slick-next:hover::before, .services-section .slick-prev:hover::before {
    color: var(--site-color) !important
}

.news-section .slick-arrow.active-color::before, .news-section .slick-next:hover::before, .news-section .slick-prev::before, .news-section .slick-prev:hover::before {
    color: var(--site-color) !important
}

.frequently-questions .accordion-item {
    border: 0 solid #ccc;
    background: 0 0
}

.frequently-questions {
    padding: 60px 0 0 !important
}

    .frequently-questions .accordion-header {
        border-bottom: 1px solid #d9d9d9;
        font-size: 16px;
        padding: 15px 0 15px 0;
        text-decoration: none;
        display: block;
        position: relative;
        transition: ease-in-out .2s;
        font-weight: 400;
        margin: 0;
        background-color: transparent;
        font-family: Montserrat-Regular,sans-serif;
        cursor: pointer
    }

    .frequently-questions .accordion-item.active .accordion-header {
        font-family: Montserrat-Bold,sans-serif;
        color: var(--site-color)
    }

    .frequently-questions .accordion-item .accordion-header::after {
        display: none
    }

    .frequently-questions .accordion-item .accordion-header .chev-icon {
        transform: rotate(0);
        color: #9e9e9e;
        font-size: 16px;
        transition: ease-in-out .2s
    }

    .frequently-questions .accordion-item.active .accordion-header .chev-icon {
        transform: rotate(-90deg);
        color: var(--site-color)
    }

    .frequently-questions .accordion-content {
        font-size: 16px;
        padding: 15px 0 5px;
        color: var(--text-color);
        display: none
    }

    .frequently-questions .accordion-item.active .accordion-content {
        display: block
    }

body .news-section {
    padding: 120px 0
}

.home-news-slider-col {
    flex-basis: 485px;
    max-width: 485px;
    min-width: 485px
}

.home-news-highlighted-col {
    flex: 1
}

.home-news-highlighted-cards-img {
    min-width: 485px;
    flex-basis: 485px;
    height: 440px;
    background: red;
    position: relative;
    overflow: hidden
}

    .home-news-cards-img::after, .home-news-highlighted-cards-img::after, .news-cards-img::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(179,46,43,.2117)
    }

.home-news-highlighted-col, .home-news-slider-row {
    gap: 30px
}

.home-news-highlighted-heading {
    font-size: 40px;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    box-sizing: border-box;
    word-break: break-word
}

.home-news-date {
    font-size: 14px;
    color: var(--text-color);
    padding: 20px 0 30px
}

.news-read-more-btn {
    display: inline-block;
    float: right;
    padding: 30px 0 0;
    text-align: right;
    color: var(--text-color);
    text-decoration: none;
    font-size: 18px
}

    .news-read-more-btn:hover {
        color: var(--text-color)
    }

.home-news-highlighted-cards-img img {
    width: 100%;
    position: absolute;
    height: 100%
}

.home-news-highlighted-text {
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    box-sizing: border-box;
    word-break: break-word
}

.home-news-cards-img {
    width: 120px;
    height: 107px;
    position: relative;
    overflow: hidden
}

    .home-news-cards-img img {
        width: 100%;
        height: 100%;
        position: absolute
    }

.home-news-heading {
    font-size: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    box-sizing: border-box;
    word-break: break-word
}

.home-news-cards-content {
    flex: 1
}

    .home-news-cards-content .home-news-date {
        padding: 0 0 20px
    }

.home-news-cards {
    gap: 20px;
    margin: 0 0 20px
}

.news-section .slick-next:focus, .news-section .slick-next:hover {
    right: -45px;
    left: auto;
    top: 40px
}

.home-news-slider-col .website-btn {
    padding: 0
}

#nav-release .home-news-highlighted-col.d-flex {
    padding: 0 20px 0 0;
    border-right: 1px solid #e1e2e4
}

.home-news-highlighted-cards-content {
    width: 100%
}

#nav-release .home-news-highlighted-text {
    -webkit-line-clamp: 10;
    min-height: 250px;
    line-height: 26px
}

.home-news-slider-row {
    margin: 0
}

#nav-release .home-news-cards {
    padding: 0 0 15px 0;
    border-bottom: 1px solid #e1e2e4;
    height: 118px;
    display: flex !important;
    align-items: center
}

.calendar-section .website-btn {
    padding: 15px 0 0
}

.calendar-section-month-heading {
    font-size: 22px !important
}

#showDetailsModal .modal-body {
    word-wrap: break-word;
    word-break: break-all
}

.calendar-events-row > a {
    cursor: pointer
}

#showDetailsModal .close {
    margin-left: auto
}

.calendar-events-row {
    gap: 15px;
    margin: 20px 0 0
}

.calendar-section .calendar-events-row, .calendar-section .website-btn, .website-events .calendar-section-month-heading {
    padding-left: 20px;
    padding-right: 20px
}

#nav-release .home-news-slider-col .website-btn {
    padding: 0 0 0 20px
}

.calendar-section.home-calendar {
    padding: 120px 0;
    background: #f7f7f9
}

#nav-council-tab {
    border-radius: 0
}

.calendar-section-month {
    max-width: 93%;
    margin: 0 auto 5px
}

.calendar-row {
    box-shadow: 0 0 25px rgba(0,0,0,.0313)
}

.website-calendar {
    flex-basis: 450px;
    min-width: 450px;
    padding: 20px;
    background: var(--white-color)
}

    .website-calendar td .fc-daygrid-day-events {
        display: none
    }

    .website-calendar td .fc-daygrid-day-top {
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
        height: 52px;
        line-height: 52px
    }

    .website-calendar .fc .fc-toolbar.fc-header-toolbar {
        margin-bottom: 1em
    }

    .website-calendar .fc .fc-daygrid-day.fc-day-today {
        background-color: var(--site-color)
    }

.calendar-section .website-btn .site-btn {
    background: 0 0;
    border-color: var(--white-color);
    color: var(--white-color)
}

.website-calendar .fc .fc-daygrid-day.fc-day-today a {
    color: var(--white-color)
}

.website-calendar .fc-scrollgrid-sync-table tr td:hover {
    background-color: rgba(226,226,226,.7529)
}

.website-events {
    background: var(--site-color);
    flex: 1;
    padding: 20px 10px
}

.list-inline .list-inline-item {
    font-size: 14px;
    padding: 0;
    color: var(--text-color)
}

    .list-inline .list-inline-item i, .list-inline .list-inline-item svg {
        color: var(--site-color)
    }

.calendar-section .row-striped .col-10 p {
    padding: 0;
    font-size: 12px;
    font-weight: 900;
    line-height: 16px
}

.calendar-section .hasevent .fc-daygrid-day-number::after {
    background: var(--site-color);
    width: 7px;
    height: 7px;
    border-radius: 50px;
    position: absolute;
    bottom: 2px;
    z-index: 1000;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    display: block
}

.calendar-section .col-10 .text-uppercase {
    font-size: 18px;
    color: var(--fore-color);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    box-sizing: border-box;
    word-break: break-word;
    margin: 0;
    text-transform: capitalize !important
}

.calendar-section .calendar-events-row a .col-2 h2 {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0
}

.calendar-section .calendar-events-row a .col-2 .badge.bg-secondary {
    color: var(--fore-color);
    border-radius: 8px;
    padding: 0;
    min-width: 70px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 24px
}

.calendar-section .calendar-events-row a .row.row-striped {
    background: var(--white-color);
    border-radius: 8px;
    padding: 12px;
    display: flex;
    flex-basis: 100%;
    width: 100%;
    margin: auto;
    flex-wrap: nowrap
}

.calendar-section .calendar-events-row a .col-2 {
    padding: 0;
    width: 70px
}

.calendar-events-row > a {
    flex-basis: calc(50% - 15px);
    flex-grow: 1;
    height: -moz-fit-content;
    height: fit-content
}

.calendar-section .calendar-events-row a .col-10 {
    padding: 0 0 0 12px !important;
    flex-basis: calc(100% - 70px);
    flex-grow: 1
}

.calendar-section .calendar-events-row a:nth-child(2n) .col-2 .badge.bg-secondary {
    background-color: #e8e9eb !important
}

.calendar-section .calendar-events-row a:nth-child(odd) .col-2 .badge.bg-secondary {
    background-color: #f8ebea !important
}

.badge.bg-secondary {
    background: #f8ebea;
    color: var(--fore-color)
}

.calendar-section .calendar-events-row {
    max-height: 280px;
    min-height: 184px;
    overflow-y: auto;
    overflow-x: clip
}

    .calendar-section .calendar-events-row::-webkit-scrollbar {
        width: 7px;
        border-radius: 50px
    }

    .calendar-section .calendar-events-row::-webkit-scrollbar-thumb {
        border-radius: 50px;
        box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: var(--white-color)
    }

    .calendar-section .calendar-events-row::-webkit-scrollbar-track {
        box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        border-radius: 50px;
        background-color: var(--site-color)
    }

.website-btn .site-btn:hover {
    background-color: var(--fore-color);
    color: var(--white-color);
    border: 2px solid var(--fore-color)
}

.social-media-section .container .social-media-wrapper {
    position: relative;
    padding: 32px 30px;
    z-index: 0;
    background: var(--white-color);
    border-radius: 8px;
    box-shadow: 0 0 25px rgba(0,0,0,.0313);
    top: -62px
}

.footer-section .container {
    max-width: 1440px;
    padding: 0 50px
}

.social-media-name.mb.text-white {
    font-size: 18px
}

.social-media-card {
    display: flex;
    align-items: center;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background: var(--fore-color);
    border-radius: 8px;
    padding: 5px 20px;
    text-decoration: none;
    transition: .2s ease-in-out;
    cursor: pointer;
    gap: 13px
}

    .social-media-card:hover {
        background: var(--site-color)
    }

.social-media-row-flex {
    gap: 20px
}

.footer-wrapper {
    padding: 20px 0 0;
    gap: 15px
}

.footer-section .social-media-card:hover {
    text-decoration: none
}

.footer-section {
    background-color: var(--footer-color);
    padding: 50px 0 0 0
}

.footer-logo-wrap {
    flex-basis: 170px
}

.footer-links-wrap {
    flex-basis: 250px
}

.footer-logo-wrap {
    flex-basis: 170px
}

.footer-logo {
    display: block;
    width: 120px;
    height: 120px;
    position: relative;
    margin: auto
}

.footer-logo-section {
    max-width: 170px;
    text-align: center
}

.footer-logo img {
    display: block;
    width: 100%;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.footer-description {
    color: var(--white-color);
    padding: 0 0 10px;
    font-size: 16px
}

.social-media-icons {
    list-style-type: none;
    display: flex;
    align-items: center;
    font-size: 21px;
    gap: 20px;
    color: var(--white-color)
}

.copyright-content {
    background-color: #272a41;
    padding: 20px;
    text-align: center;
    margin: 50px 0 0;
    font-size: 14px
}

.footer-links-heading {
    color: #83888e;
    padding: 0 0 15px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1.5px
}

.flow .calendar-section {
    padding: 60px 0 0
}

    .flow .calendar-section .container {
        padding: 0
    }

.website-events .alert {
    height: -moz-fit-content;
    height: fit-content
}

.interior-about-content table td, .interior-about-content table th {
    padding: .5rem .5rem;
    border-bottom: 1px solid #dee2e6
}

.interior-about-content .calendar-section table td, .interior-about-content .calendar-section table th {
    padding: 0;
    border-bottom: 0
}

.no-related-links .all-staff {
    gap: 20px
}

.no-related-links .interior-about-content {
    padding-right: 0
}

.no-related-links .staff-data {
    flex-basis: calc(20% - 20px)
}

.bioSlidePopup {
    cursor: pointer
}

.no-related-links .contact-us-cards {
    flex-basis: calc(20% - 15px);
    max-width: calc(20% - 15px)
}

.no-related-links .quick-links-card {
    flex-basis: calc(33% - 7.5px)
}

#showDetailsModal .close {
    background: 0 0;
    border: 0;
    font-size: 38px;
    line-height: 0
}

.interior-about-section .flow > .services-section {
    padding: 20px 0 !important
}

.interior-about-section .services-container {
    padding: 0 30px
}

.interior-about-content {
    word-wrap: break-word
}

.home-news-highlighted-text img {
    width: 220px !important
}

.gap-2 {
    gap: .5rem !important
}

.gap-3 {
    gap: 1rem !important
}

.contact-us-cards {
    padding: 0
}

    .contact-us-cards a {
        display: block;
        padding: 24px 20px
    }

.SocialMediaDatacontainer.row iframe {
    width: 100% !important
}

.SocialMedia {
    padding: 60px 0 0 !important
}

.social-media-section .heading-border {
    margin-bottom: 0 !important
}

.social-media-name {
    padding-bottom: 0 !important
}

.social-media-section .container .social-media-wrapper {
    top: 0
}

.socialmedia-section .container {
    padding: 0 0 !important
}

.flow > section:not(.socialMediaSection) {
    width: 100% !important
}

.flow .searchpage-data-wrapper {
    display: none
}

.flow .services-section, .flow .socialmedia-section {
    margin-top: 40px
}

@media screen and (min-width:991px) {
    .dropdown:hover .dropdown-menu {
        display: block
    }
}

@media screen and (max-width:1440px) {
    #nav-release .home-news-cards {
        height: 105px
    }

    .staff-img {
        max-height: 280px
    }

    .home-news-highlighted-heading {
        font-size: 28px
    }

    .news-read-more-btn {
        font-size: 16px
    }

    .home-news-heading {
        font-size: 18px;
        line-height: 1.3
    }

    .home-news-cards-img {
        height: 96px
    }

    .home-news-highlighted-text {
        -webkit-line-clamp: 7
    }

    .home-news-highlighted-cards-img {
        min-width: 400px;
        flex-basis: 400px;
        height: 400px
    }

    .news-tab-links .nav-link {
        height: 45px;
        line-height: 45px;
        padding: 0 15px;
        font-size: 14px
    }

    .latest-news-slider .news-date {
        padding: 12px 0 8px;
        font-size: 14px
    }

    .news-cards-img {
        height: 190px
    }

    .no-related-links .news-cards-img {
        height: 250px
    }

    .contact-us-cards {
        padding: 24px 10px
    }

    .interior-about-content {
        flex-basis: calc(100% - 300px);
        min-width: calc(100% - 300px)
    }

    .interior-about-section .interior-about-card .related-links-card {
        flex: 1 1 300px;
        min-width: 300px;
        max-width: 300px;
        padding: 20px 20px 70px
    }

    .interior-services-section {
        padding-top: 70px
    }

    .interior-about-content h1 {
        font-size: 36px
    }

    .flow .calendar-section, .frequently-questions, .staff-section, .tab-section {
        padding: 50px 0 0
    }

    .calendar-section.home-calendar {
        padding: 90px 0
    }

    .col-10 .text-uppercase {
        font-size: 16px
    }
}

@media screen and (max-width:1366px) {
    .home-news-slider-col {
        flex-basis: 400px;
        max-width: 400px;
        min-width: 400px
    }

    .services-cards {
        left: 0
    }

    .social-media-name.mb.text-white {
        font-size: 16px
    }

    .social-media-card {
        height: 52px;
        line-height: 52px;
        padding: 5px 15px
    }
}

@media screen and (max-width:1280px) {
    #nav-release .home-news-cards {
        height: 100px
    }

    .no-related-links .staff-data {
        flex-basis: calc(25% - 20px)
    }

    .no-related-links .contact-us-cards {
        flex-basis: calc(25% - 15px);
        max-width: calc(25% - 15px)
    }

    .container {
        padding: 0 15px
    }

    .services-container {
        padding: 0 30px
    }

    #eventsdiv a + a {
        flex-basis: 100% !important;
        margin-top: 10px;
        display: block
    }

    .news-container.container {
        padding: 0 45px 0 15px
    }

    body .news-section {
        padding: 90px 0
    }

    .home-news-heading {
        font-size: 16px
    }

    .calendar-section-month-heading {
        font-size: 18px !important
    }

    body .contact-us-cards-list .contact-us-content {
        font-size: 14px;
        line-height: 1.5
    }

    .latest-news-slider .news-heading.msb {
        font-size: 16px
    }

    .row.row-striped {
        flex-basis: 100%
    }

    .calendar-events-row {
        display: block !important
    }

        .calendar-events-row > a + a {
            margin: 10px 0 0;
            display: block
        }

    .dropdown-hover .dropdown-hover-content {
        top: 65px
    }

    .footer-section .container, .navbar-container, .topbar-container {
        max-width: 100%;
        padding: 0 15px !important
    }

    .landing-page-navbar .navbar-nav .nav-item {
        padding: 24px 15px
    }

    .landing-page-navbar .navbar-nav .nav-link {
        font-size: 14px;
        padding: 0
    }

    .header-searchbox input {
        max-width: 400px
    }

    .landing-page-navbar .navbar-brand {
        max-width: 101px
    }

    .interior-about-section .interior-about-card {
        padding: 0
    }

    .all-staff {
        padding: 0
    }

    .staff-data {
        flex-basis: calc(33.33% - 20px)
    }

    .staff-img {
        padding: 0 0 15px
    }

    .staff-data h5 {
        font-size: 18px !important;
        margin: 0
    }

    .staff-data p {
        font-size: 14px
    }

    .footer-links-wrap {
        flex-basis: 240px
    }

    .interior-about-section .website-calendar td .fc-daygrid-day-top {
        height: 38px;
        line-height: 38px
    }

    .interior-about-section .website-calendar {
        flex-basis: 300px;
        min-width: 300px;
        padding: 15px
    }

    .interior-about-section .calendar-section .calendar-events-row, .interior-about-section .calendar-section .website-btn, .interior-about-section .website-events .calendar-section-month-heading {
        padding-left: 10px;
        padding-right: 10px
    }

    .interior-about-section .website-events {
        padding: 15px 10px
    }

    .interior-about-section .calendar-section .calendar-events-row {
        max-height: 280px;
        min-height: 100px
    }

    .interior-about-section .calendar-event-date {
        min-width: 60px;
        height: 52px;
        line-height: 42px
    }

    .landing-page-navbar {
        min-height: 69px
    }
}

@media screen and (max-width:1200px) {
    .social-media-section .heading-border {
        margin-bottom: 20px !important
    }

    .landing-page-navbar .navbar-nav {
        padding: 0 0 0 100px
    }

        .landing-page-navbar .navbar-nav .nav-item {
            padding: 24px 12px
        }

    .home-news-date {
        padding: 15px 0
    }

    .home-news-cards-content .home-news-date {
        padding: 0 0 12px
    }

    .home-news-highlighted-col, .home-news-slider-row {
        gap: 20px
    }

    body .home-news-highlighted-col {
        display: grid !important
    }

    .news-read-more-btn {
        padding: 15px 0 0
    }

    .home-news-highlighted-cards-content {
        order: 2
    }

    .home-news-highlighted-heading, .home-news-highlighted-text {
        -webkit-line-clamp: 2
    }

    .home-news-highlighted-cards-img {
        height: 300px;
        order: 1
    }

    body .social-media-row-flex {
        width: 100%;
        justify-content: center !important;
        gap: 10px
    }

    .social-media-section .heading-wrapper {
        text-align: center !important
    }

    .heading-border {
        margin: 5px 0 20px
    }

    .footer-wrapper {
        padding: 0
    }

    body .social-media-wrapper {
        flex-wrap: wrap;
        gap: 0;
        justify-content: center !important
    }

    .interior-about-section .interior-about-card .related-links-card {
        padding: 20px 15px 70px;
        flex: 1 1 280px;
        min-width: 280px;
        max-width: 280px
    }

    .interior-about-content {
        flex-basis: calc(100% - 280px);
        min-width: calc(100% - 280px);
        padding: 25px 25px 60px 0
    }
}

@media screen and (max-width:991px) {
    .navbar .dropdown .dropdown-item:focus-visible, .navbar-nav li .nav-link:focus-visible {
        outline: 1px solid #fff !important
    }

    .interior-about-content .table-responsive table td, .interior-about-content .table-responsive table th, .news-article-page .table-responsive table td, .news-article-page .table-responsive table th {
        min-width: 250px !important
    }

    .no-related-links .all-staff {
        gap: 10px
    }

    .staff-img {
        max-height: 300px
    }

    .staff-img {
        margin: 0 0 15px
    }

    .no-related-links .quick-links-card {
        flex-basis: calc(50% - 7.5px)
    }

    .no-related-links .contact-us-cards {
        flex-basis: calc(33.33% - 15px);
        max-width: calc(33.33% - 15px)
    }

    .website-btn .site-btn {
        font-size: 14px
    }

    .landing-page-navbar .navbar-nav .nav-item .dropdown-hover-button i, .landing-page-navbar .navbar-nav .nav-item .dropdown-hover-button svg {
        color: var(--white-color)
    }

    .dropdown-hover .row-flex {
        gap: 20px
    }

    .action-btns button {
        font-size: 34px
    }

    .action-btns .back-btn {
        font-size: 30px
    }

    .action-btns .close-btn, .action-btns .close-btn:hover {
        font-size: 34px;
        width: auto;
        height: auto;
        background: 0 0;
        color: var(--white-color)
    }

    .dropdown-hover-content .container {
        max-height: auto;
        padding: 0;
        overflow: unset
    }

    .action-btns {
        right: 0;
        padding: 10px;
        top: 0;
        bottom: auto
    }

    .search-icons a {
        padding: 10px 0
    }

    .dropdown-hover .dropdown-hover-content {
        margin: 15px 0 0;
        position: relative;
        top: 0;
        padding: 0
    }

    .dropdown-hover h5 {
        font-size: 18px;
        padding: 0 0 5px
    }

    .menu-items-active .navbar-nav .active {
        display: block
    }

    .menu-items-active .navbar-nav li {
        display: none
    }

    .body .action-btns .back-btn {
        display: none
    }

    html .menu-items-active .action-btns .back-btn {
        display: block
    }

    .body .action-btns, .body .action-btns .close-btn {
        display: block
    }

    html .menu-items-active .action-btns {
        display: flex;
        width: 100%;
        top: 0;
        right: 0;
        left: 0;
        justify-content: space-between;
        padding: 10px
    }

    .navbar-collapse {
        display: none
    }

    .body .navbar-collapse {
        background: var(--fore-color);
        display: block;
        z-index: 5;
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        bottom: 0;
        padding: 50px 0 10px
    }

    .landing-page-navbar .navbar-nav .nav-item {
        padding: 0 15px
    }

        .landing-page-navbar .navbar-nav .nav-item.active {
            padding: 5px 10px
        }

        .landing-page-navbar .navbar-nav .nav-item.site-login.active {
            padding: 0 10px
        }

        .landing-page-navbar .navbar-nav .nav-item a.dropdown-hover-button {
            padding: 10px 0
        }

    .landing-page-navbar .navbar-nav .nav-link {
        font-size: 16px;
        padding: 0;
        color: var(--white-color)
    }

    .navbar .website-links li .nav-link {
        font-size: 16px;
        padding: 0;
        color: var(--white-color)
    }

    .navbar-nav {
        padding-top: 60px
    }

    .interior-about-content {
        padding: 0 0 40px 0
    }

    .container1 {
        display: block;
        margin-left: auto;
        padding: 20px 0
    }

    .bar1, .bar2, .bar3 {
        width: 28px;
        height: 2px;
        background-color: var(--text-color);
        margin: 6px 0;
        transition: .4s;
        display: block
    }

    .bar2 {
        width: 23px
    }

    .navbar-modal-wrapper .prev {
        left: -10px
    }

    .navbar-modal-wrapper .next {
        right: -10px
    }

    .close-navbar-modal {
        right: 20px;
        font-size: 21px
    }

    .navbar-modal-wrapper .next, .navbar-modal-wrapper .prev {
        width: 36px;
        height: 36px;
        line-height: 36px
    }

    .landing-page-navbar .navbar-nav {
        padding: 0;
        width: 100%;
        max-height: 100vh;
        overflow: auto;
        height: 100%
    }

        .landing-page-navbar .navbar-nav::-webkit-scrollbar {
            width: 7px;
            border-radius: 10px;
            background-color: #fff
        }

        .landing-page-navbar .navbar-nav::-webkit-scrollbar-thumb {
            border-radius: 10px;
            box-shadow: inset 0 0 6px rgba(0,0,0,.3);
            background-color: var(--site-color)
        }

        .landing-page-navbar .navbar-nav::-webkit-scrollbar-track {
            box-shadow: inset 0 0 6px rgba(0,0,0,.3);
            border-radius: 10px;
            background-color: var(--white-color)
        }

    .interior-about-content ol, .interior-about-content ol a, .interior-about-content p, .interior-about-content table td, .interior-about-content table th, .interior-about-content ul, .interior-about-content ul a {
        font-size: 14px;
        line-height: 22px
    }

    .interior-about-content h1 {
        font-size: 36px
    }

    .all-staff {
        gap: 15px
    }

    .interior-about-section .interior-about-card {
        flex-wrap: wrap;
        padding: 30px 0 0 0
    }

    .interior-about-content {
        flex-basis: 100%;
        min-width: 100%
    }

    .interior-about-section .interior-about-card .related-links-card {
        flex-basis: 100%;
        min-width: 100%;
        padding: 0
    }

    .interior-about-section .interior-about-card .related-links-card {
        padding: 20px;
        min-width: 100%
    }

    .accordion-container .accordion-ul-list a {
        padding: 6px 0
    }

    .service-wrapper-flex {
        padding: 20px 0 0
    }

    .interior-banner {
        height: 80vh
    }

    .interior-about-content h2 {
        margin: 20px 0 10px;
        font-size: 24px
    }

    .interior-about-section .interior-about-card .related-links-card h2 {
        font-size: 20px;
        margin: 0 0 15px
    }

    .accordion-container .accordion-item {
        padding: 8px 0
    }

    .mystaffslides {
        padding: 20px 0 0
    }

    .staff-modal-wrapper .next, .staff-modal-wrapper .prev {
        font-size: 25px
    }

    .staff-modal-wrapper {
        padding: 4em 0 0
    }

    .staff-img {
        padding: 0 0 15px
    }

    .mySlides-name {
        font-size: 24px;
        line-height: 33px
    }

    .about-mySlides-content {
        font-size: 14px;
        margin: 0
    }

    .mySlides-content .d-flex {
        gap: 1em
    }

    .staff-modal-wrapper .close {
        font-size: 33px
    }

    .staff-about-content {
        font-size: 14px;
        line-height: 20px;
        margin: 15px 0 0;
        padding: 0 15px 0 0
    }

    .mySlides {
        padding: 1em 0 0
    }

    .mySlides-content {
        padding: 1em
    }

    .team-members-image {
        max-width: 220px;
        height: 220px;
        position: relative;
        margin: auto;
        border-radius: 100%;
        overflow: hidden;
        border: 7px solid var(--fore-color)
    }

    .staff-modal-wrapper .modal-content {
        width: 95%
    }

    .staff-modal-wrapper .prev {
        right: auto;
        left: 0;
        top: -1.7em;
        padding: 0
    }

    .staff-modal-wrapper .next {
        right: auto;
        left: 1.4em;
        top: -1.7em;
        padding: 0
    }

    .no-related-links .staff-data, .staff-data {
        flex-basis: calc(33.33% - 10px);
        min-width: calc(33.33% - 10px)
    }

    .interior-services-section {
        padding-top: 70px
    }

    .footer-links-heading {
        font-size: 16px
    }

    .footer-links-wrap {
        flex-basis: 200px
    }

    .website-calendar td .fc-daygrid-day-top {
        height: 38px;
        line-height: 38px
    }

    .website-calendar {
        flex-basis: 300px;
        min-width: 300px;
        padding: 15px
    }

    .calendar-section .calendar-events-row, .calendar-section .website-btn, .website-events .calendar-section-month-heading {
        padding-left: 10px;
        padding-right: 10px
    }

    .website-events {
        padding: 15px 10px
    }

    .calendar-section .calendar-events-row {
        max-height: 200px;
        min-height: 200px
    }

    .badge bg-secondary {
        min-width: 60px;
        height: 52px;
        line-height: 42px
    }

    .calendar-section.home-calendar {
        padding: 70px 0
    }

    .home-banner-section h1, .home-banner-section h2 {
        font-size: 36px;
        line-height: 1.1;
        max-width: 399px;
        margin: auto
    }
}

@media (max-width:912px) {
    .topbar-col {
        text-align: center;
        margin: auto
    }

    .home-news-cards-img {
        width: 100%;
        height: 200px
    }

    .home-news-content-slider .slick-track, .home-news-slider .slick-track {
        gap: 10px;
        display: flex;
        margin: 0
    }

    .home-news-cards-content .home-news-date {
        padding: 0 0 10px
    }

    .home-news-cards {
        flex-wrap: wrap;
        gap: 10px
    }

    #nav-release .home-news-highlighted-col.d-flex {
        padding-right: 0;
        border-right: 0 solid #e1e2e4
    }

    #nav-release .home-news-highlighted-text {
        -webkit-line-clamp: 5;
        min-height: auto
    }

    .home-news-slider-row {
        flex-wrap: wrap
    }

    #nav-release .home-news-slider-row {
        gap: 20px
    }

    #nav-release .home-news-cards {
        padding-left: 0;
        border-bottom: 0 solid #e1e2e4;
        padding-right: 18px
    }

    #nav-release .home-news-slider-col .website-btn {
        padding-left: 0
    }

    #nav-release .home-news-content-slider {
        padding-right: 0
    }

    .home-news-highlighted-cards-img {
        min-width: 100%;
        flex-basis: 100%
    }

    .news-section .slick-prev {
        display: none
    }

    .news-section .slick-next, .news-section .slick-next:focus, .news-section .slick-next:hover {
        right: -54px;
        background: var(--site-color);
        transform: rotate(0);
        width: 100px;
        height: 100px;
        color: var(--white-color);
        top: -97px
    }

    .news-section .home-news-content-slider .slick-next, .news-section .home-news-content-slider .slick-next:focus, .news-section .home-news-content-slider .slick-next:hover {
        top: -30px;
        width: 50px;
        height: 50px;
        right: -33px
    }

    .news-section .slick-arrow.active-color::before, .news-section .slick-next:hover::before, body .news-section .slick-arrow::before {
        font-size: 24px;
        opacity: 1 !important;
        position: relative;
        left: -16px;
        color: var(--white-color) !important
    }

    .news-section .home-news-content-slider .slick-next.active-color::before, .news-section .home-news-content-slider .slick-next:hover::before, body .news-section .home-news-content-slider .slick-next::before {
        font-size: 16px;
        left: -7px
    }

    body .news-section {
        overflow: hidden
    }

    .home-news-slider {
        width: calc(100% + 0px);
        padding: 0
    }

    .home-news-slider-col {
        flex-basis: 100%;
        max-width: 100%;
        min-width: 100%
    }

    .home-news-highlighted-heading {
        font-size: 24px
    }

    .news-container.container {
        padding: 0 15px
    }

    .no-related-links .staff-data, .staff-data {
        flex-basis: calc(33.33% - 10px);
        min-width: auto
    }

    .header-searchbox input {
        max-width: 300px;
        height: 50px
    }

    .header-searchbox .search-website-data {
        height: 50px;
        line-height: 50px
    }

    .topbar-container .topbar-col.d-flex {
        display: none !important
    }
}

@media screen and (max-width:767px) {
    .footer-wrapper {
        gap: 20px
    }

    .footer-logo-wrap {
        margin: auto;
        flex-basis: 100%
    }

    .staff-img {
        max-height: 270px
    }

    .interior-about-content h1, .interior-about-content h2, .interior-about-content h3, .interior-about-content h4, .interior-about-content h5, .interior-about-content h6 {
        margin: 20px 0 10px;
        padding: 0
    }

    .home-news-highlighted-text {
        font-size: 14px
    }

    body .news-section {
        padding: 50px 0
    }

    .topbar-col {
        text-align: center;
        margin: auto
    }

    .topbar-banner {
        padding: 8px 0
    }

    .social-media-name {
        display: none
    }

    .social-media-section .container .social-media-wrapper {
        padding: 25px 20px
    }

    .footer-logo-section {
        max-width: 100%;
        margin: auto
    }

    .copyright-content {
        margin: 20px 0 0
    }

    .footer-description, .footer-logo-wrap {
        flex-basis: 100%;
        text-align: center
    }

    .footer-wrapper {
        gap: 15px;
        max-width: 250px;
        margin: auto;
        text-align: center
    }

    .social-media-icons {
        justify-content: center
    }

    .footer-links-wrap {
        flex-basis: 100%
    }

    .Footer-Address a {
        justify-content: center
    }

    .footer-logo {
        margin: auto
    }

    .footer-links-wrap.footer-contact-wrapper a {
        justify-content: start;
        text-align: left;
        max-width: 12em;
        margin: auto
    }

    .social-media-section .social-media-row-flex {
        gap: 10px
    }

    .home-banner-section {
        height: 350px
    }

    .staff-data p {
        font-size: 14px
    }

    .container, .staff-container {
        max-width: 100%
    }

    .contact-us-cards-list {
        flex-wrap: wrap
    }

        .contact-us-cards-list > div, .no-related-links .contact-us-cards {
            padding: 24px 20px;
            flex-basis: calc(50% - 7.5px);
            max-width: calc(50% - 7.5px)
        }

    .calendar-section-month {
        max-width: 100%
    }

    .interior-about-section .website-calendar, .website-calendar {
        flex-basis: 100%;
        min-width: 100%
    }

    .calendar-row, .news-row {
        flex-wrap: wrap
    }

    .news-row {
        padding-bottom: 20px
    }

    .calendar-section .calendar-events-row {
        max-height: 280px;
        min-height: 100px
    }

    .website-events {
        padding: 15px 10px 30px
    }

    .calendar-section.home-calendar {
        padding: 50px 0
    }
}

@media screen and (max-width:630px) {
    .no-related-links .staff-data, .staff-data {
        flex-basis: calc(50% - 10px) !important
    }
}

@media screen and (max-width:600px) {
    .contact-us-cards-list, .socialmedia-section .gap-3 {
        justify-content: center
    }

    .row-center {
        text-align: center
    }

    .news-tab-links {
        justify-content: center
    }

    .home-banner-section h1, .home-banner-section h2, .interior-about-content h1 {
        font-size: 32px
    }

    #showDetailsModal h4 {
        text-align: left !important
    }

    .tab-section .tab-links {
        margin: auto
    }

    body .social-media-wrapper {
        gap: 0
    }

    .section-heading {
        text-align: center !important
    }

    body div .heading-border {
        margin: 10px auto 20px;
        display: block
    }

    body .h1-heading-shap .heading-border {
        margin: 10px 0 20px
    }

    .news-tab-links, .tab-links {
        margin: auto;
        justify-content: center
    }

    .website-btn {
        padding: 15px 0 0
    }

    body div .website-btn {
        text-align: center !important
    }

    body .interior-news div .website-btn {
        text-align: end !important
    }

    .services-section {
        padding: 20px 0
    }

    .calendar-section-row, .home-news-slider-row {
        margin: 0
    }

    .website-btn .site-btn {
        padding: 9px 26px;
        font-size: 14px
    }

    .news-row {
        flex-wrap: wrap;
        padding: 0 0 15px
    }

    .heading-wrapper {
        flex-basis: 100%
    }

    .news-tab-links .nav-link {
        height: 40px;
        line-height: 40px;
        padding: 0 8px;
        font-size: 12px
    }

    .services-container {
        padding: 0 30px
    }

    .social-media-section .section-heading {
        text-align: center
    }

    .no-related-links .quick-links-card, .quick-links-card {
        flex-basis: 100%
    }

    .quick-links-cards-list {
        gap: 10px
    }

    .interior-about-content .interior-images {
        height: 250px;
        max-width: 100%
    }

    .staff-section .heading-wrapper {
        text-align: center
    }

    .all-staff {
        justify-content: center
    }

    .interior-about-section {
        padding: 0 15px
    }

    .service-section {
        padding: 40px 0
    }

    .staff-section .section-heading {
        text-align: center
    }

    .interior-about-section .staff-section h4 {
        text-align: center
    }

    .interior-services-section {
        padding-top: 50px
    }

    .staff-data h5 {
        font-size: 16px !important
    }

    .interior-about-section .interior-about-card .related-links-card {
        border-top: 1px solid #d2d2d2
    }

    .no-related-links .staff-data, .staff-data {
        flex-basis: calc(50% - 10px)
    }

    .services-cards {
        border: 0
    }
}

@media (max-width:576px) {
    .dropdown.Calendar-view button {
        padding: .4em .3em;
        font-size: .8em
    }

    .calendar-section .calendar-events-row a .col-2 .badge.bg-secondary {
        min-width: 60px;
        height: 50px;
        line-height: 50px;
        font-size: 20px
    }

    .calendar-section .calendar-events-row a .col-2 {
        width: 60px
    }

    .latest-news-slider .slick-arrow, .latest-news-slider .slick-arrow:focus, .latest-news-slider .slick-arrow:hover {
        bottom: -55px
    }

    .dropdown-links {
        flex-basis: 100%
    }

    .dropdown-hover .dropdown-item {
        font-size: 14px
    }

    .dropdown-hover h5 {
        font-size: 16px
    }

    .home-news-cards-img {
        height: 210px
    }

    .home-news-slider .home-news-cards {
        position: relative;
        left: 4.1%
    }
}

@media (max-width:500px) {
    .header-searchbox .search-website-data {
        padding: 0 20px
    }

    .header-searchbox input {
        max-width: 210px
    }

    .latest-news-slider .slick-track {
        gap: 0;
        left: 0
    }
}

@media screen and (max-width:450px) {
    .no-related-links .staff-data, .staff-data {
        flex-basis: 100% !important
    }

    .staff-img {
        max-width: 270px;
        margin: 0 auto 15px
    }

    .no-related-links .staff-data, .staff-data {
        flex-basis: 100% !important
    }

    .staff-img {
        max-width: 270px;
        margin: 0 auto 15px
    }
}

@media (max-width:414px) {
    .banner-row {
        padding: 0 10px
    }

    .no-related-links .staff-data, .staff-data {
        flex-basis: 100%
    }

    .staff-img {
        max-width: 270px;
        margin: 0 auto 15px
    }

    .home-news-cards-img {
        height: 170px
    }

    .home-news-highlighted-cards-img {
        height: 250px
    }

    .contact-us-cards-list > div, .no-related-links .contact-us-cards {
        flex-basis: 100%;
        max-width: 100%
    }
}

.field-name-common-services-icon, .field-name-common-services-title, .field-name-common-services-u-r-l, .field-name-common-services-widget-title, .field-name-contact-us-widget-heading, .field-name-contact-us-widget-sub-heading, .field-name-department-authorization-part-allow-all-to-view-f-e-page, .field-name-department-authorization-part-department-content-item-ids, .field-name-department-landing-page-banner, .field-name-department-landing-page-heading, .field-name-department-landing-page-summary, .field-name-document-library-document, .field-name-document-library-widget-view-all, .field-name-f-a-q-widget-heading, .field-name-f-a-q-widget-sub-heading, .field-name-interior-page-banner, .field-name-page-show-sibling-pagein-sidebar, .field-name-quick-links-widget-heading, .field-name-quick-links-widget-sub-heading, .field-name-related-links-widget-page-title, .field-name-related-links-widget-parent-page, .field-name-related-sub-link-child-page, .field-name-related-sub-link-page-title, .field.field-type-booleanfield.field-name-common-services-is-open-in-new-tab, .field.field-type-booleanfield.field-name-document-library-is-open-in-new-tab, .field.field-type-contentpickerfield, .field.field-type-contentpickerfield.field-name-department-landing-page-navigation, .field.field-type-contentpickerfield.field-name-page-navigation, .field.field-type-contentpickerfield.field-name-page-parent-page, .field.field-type-htmlfield.field-name-page-summary, .field.field-type-mediafield.field-name-page-banner, .field.field-type-textfield.field-name-contact-us-text, .field.field-type-textfield.field-name-contact-us-u-r-l, .field.field-type-textfield.field-name-page-heading {
    display: none
}

.flow {
    display: flex;
    flex-wrap: wrap;
    gap: 15px
}

    .flow > section:not(.widgetSizeStyle) {
        width: 100% !important
    }

.paragraph-widget, .widget-html-widget.widget-align-justify, .widget-image-widget, .widget-liquid-widget {
    padding: 40px 0 0
}

.flow-paragraph :is(h1,h2,h3,h4,h5,h6):first-of-type {
    margin-top: 0
}

.widget-size-25 {
    width: 24%
}

.widget-size-33 {
    width: 32%
}

.widget-size-50 {
    width: 49%
}

.widget-size-66 {
    width: 65%
}

.widget-size-75 {
    width: 74%
}

.figure-img.img-fluid.rounded {
    margin: 0
}

.calendarTypesMobile {
    padding-right: 30px
}

.default-button-actions .dropdown-menu, .default-button-actions .dropdown-menu.show {
    z-index: 1
}

section.interior-about-section section {
    max-width: 100% !important
}

.profileRow div#myList {
    margin: 0 0 10px
}

.advancedforms-wrapper .selectedView {
    color: var(--fore-color) !important
}

.calendar-section h2.section-heading {
    white-space: nowrap
}

.home-news-highlighted-text p, .home-news-highlighted-text span, .news-wrapper .field-name-news-article p, .news-wrapper .field-name-news-article span {
    font-size: 16px !important
}

.departmentDirectoryFEClass .flexBox a {
    margin: 0 !important;
    position: relative;
    top: -7px
}

.news-wrapper .col-md-12.shape_render ol, .news-wrapper .col-md-12.shape_render ul {
    padding: 0 0 0 20px
}

.calendarFEClass #calendarDiv .fc-daygrid-day-events .fc-daygrid-event {
    flex-wrap: wrap;
    word-break: break-word;
    white-space: normal !important;
    padding: 3px
}

table#agendaBuilderTable td, table#agendaBuilderTable th {
    white-space: nowrap;
    padding: 10px
}

.advancedforms-wrapper .description, .advancedforms-wrapper .form-link, .btn-flex-wrapper .fileinput-button {
    font-family: Montserrat-Regular,arial,sans-serif !important
}

.container.profileRow .col-md-9 h2, .container.profileRow .col-md-9 h3, .container.profileRow .col-md-9 h4 {
    font-size: 20px !important;
    font-family: Montserrat-Bold,arial,sans-serif !important
}

.profileRow h3 a.pull-right {
    font-family: Montserrat-Regular,arial,sans-serif !important
}

.interior-about-content .flow .widget-size-100 {
    width: 100%
}

.interior-about-content .flow .row {
    width: 100% !important;
    margin: auto !important
}

.interior-about-content .flow strong {
    margin: auto;
    max-width: 100%
}

.container.profileRow .col-md-9 .widgetContent h4 {
    font-family: Montserrat-Bold,arial,sans-serif !important
}

.interior-about-content .widget-liquid-widget .table, .staffdirectoryFEClass-wrapper .table {
    width: 100% !important
}

.inner-item h3 {
    font-size: 20px !important;
    color: var(--fore-color) !important
}

.flexBox svg path, .inner-item .flexBox a {
    color: var(--text-color) !important;
    fill: var(--site-color) !important
}

#formsDataList .panel-heading, .advancedforms-wrapper .panel-heading, .faq-pagesection-panel .panel-heading {
    border-bottom: 2px solid var(--fore-color)
}

#formsDataList .yellow-head, .advanced-form .card-header, .advanced-panel .panel-default > .panel-heading, .advancedforms-wrapper .yellow-head, .commentsRow .panel-heading, .interior-about-content .flow .widget-liquid-widget .table_header, .staffdirectoryFEClass-wrapper .table_header, div#formio .card-header {
    background: var(--fore-color) !important;
    color: var(--white-color) !important;
    font-family: Montserrat-Regular,arial,sans-serif !important
}

.faq-pagesection-heading > h4 {
    font-size: 20px !important;
    padding: 0 0 10px 0 !important;
    color: var(--site-color) !important;
    font-weight: 400
}

.div-question-answer .faq-pagesection-panel .panel-collapse, .div-question-answer .faq-pagesection-panel .panel-heading {
    padding: 10px 0 !important;
    margin-bottom: 0 !important
}

.faq-pagesection-panel .col-md-12 {
    padding: 0 !important
}

.faq-pagesection-panel .panel-collapse ol, .faq-pagesection-panel .panel-collapse ul {
    padding: 0 0 0 18px
}

.newsFEClass {
    display: flex;
    align-items: center
}

.news-container .card-body {
    color: var(--text-color)
}

    .news-container .card-body .col-md-7 > b {
        color: var(--site-color) !important;
        padding: 0 0 10px 0 !important;
        display: inline-block
    }

.container.calendarFEClass {
    padding: 0
}

.calendarFEClass #calendarTitle, .calendarFEClass #mobileCalendarTitle {
    font-family: Montserrat-SemiBold,Arial,sans-serif;
    font-size: 24px
}

.advancedforms-wrapper .form_content:hover {
    border-color: var(--fore-color) !important
}

.showDetailsModalFE .modal-body .row .col-md-2 {
    width: 20px;
    padding: 0
}

.showDetailsModalFE .modal-body .row .col-md-10 {
    width: auto;
    padding: 0
}

.showDetailsModalFE .modal-body .row {
    gap: 10px;
    flex-wrap: nowrap !important
}

    .showDetailsModalFE .modal-body .row .popup-color-div {
        margin: 5px 0 0 0 !important
    }

    .showDetailsModalFE .modal-body .row .col-md-10 h4 {
        color: var(--fore-color) !important;
        text-transform: capitalize !important;
        font-size: 20px !important;
        font-family: Montserrat-SemiBold !important
    }

.calendarFEClass #lblchoosecalendar {
    margin: 0
}

#calendar-container #calendarTitle, #calendar-container #mobileCalendarTitle, #calendar-container h1, .advancedform-container h1, .advancedformFEClass h1, .agendaFEClass h1, .calendarFEClass h1, .container.news-wrapper .container .row .col-md-12 h1, .departmentDirectoryFEClass h1, .faqFEClass h1, .form-horizontal h4, .newsFEClass h1, .no-multisubmit h1, .page-heading, .profileRow h3, .profileRow h4, .searchpage-data-wrapper h2, .section-heading.text-capitalize.page-heading, .section-heading.text-uppercase, .staffdirectoryFEClass-wrapper h1 {
    color: var(--fore-color) !important;
    text-transform: capitalize !important;
    font-size: 24px !important;
    font-family: Montserrat-Bold !important
}

.news-container .col-md-7 h5 {
    text-transform: capitalize !important;
    font-size: 20px !important;
    font-family: Montserrat-Bold !important
}

.faqFEClass h1 {
    text-align: left !important
}

.advancedforms-wrapper .panel-heading h4 a {
    color: var(--fore-color) !important
}

.calendarFEClass p .collapse-icon {
    float: right
}

.searchpage-data-wrapper {
    border: 1px solid #dbdbdb;
    padding: 10px;
    background: var(--white-color)
}

.staffdirectoryFEClass-wrapper div#results {
    font-size: 16px;
    font-family: Montserrat-Regular,arial,sans-serif !important
}

.searchpage-data-wrapper .hint {
    display: inline-block
}

.searchpage-data-wrapper h2 a {
    text-decoration: none;
    font-size: 22px
}

.searchpage-data-wrapper .hint a {
    padding: 0 5px 0 0
}

#formsDataList .panel-heading h4 a, .advancedforms-wrapper .panel-heading h4 a {
    font-family: Montserrat-SemiBold,sans-serif;
    color: var(--fore-color) !important;
    font-size: 20px !important
}

.faq-pagesection-panel .panel-heading h4 a {
    font-family: Montserrat-SemiBold,sans-serif;
    color: var(--fore-color) !important;
    font-size: 16px !important
}

.calendarFEClass #lblChooseCalendar {
    margin: 0
}

#main-div .row {
    width: 100%;
    margin: auto
}

#main-div {
    padding: 80px 15px 120px !important
}

body #main-div {
    margin-top: 0 !important;
    min-height: calc(100vh - 355px)
}

.summary :is(h1,h2,h3,h4,h5,h6):first-of-type .paragraph-widget :is(h1,h2,h3,h4,h5,h6):first-of-type {
    margin: 0 !important
}

.interior-about-content table img {
    max-width: 300px
}

.quickLinkFEClass h1 {
    text-align: left !important
}

#formio label {
    font-family: Montserrat-Regular,arial,sans-serif !important
}

.departmentAlpha {
    max-width: -moz-max-content !important;
    max-width: max-content !important;
    width: -webkit-fill-available !important
}

.flow-paragraph p img {
    margin: 0 15px 0 0
}

.widget-image-widget .figure-img.img-fluid {
    height: 260px;
    width: 100%
}

.interior-about-section .flow .col-md-12 {
    padding: 0
}

.interior-about-section .flow #formio {
    margin: 20px 0 0 0
}

#myInputautocomplete-list {
    right: 0;
    z-index: 6;
    position: absolute;
    background: var(--white-color);
    top: 69px;
    border-radius: 8px;
    box-shadow: 0 7px 20px var(--text-color);
    overflow: auto;
    max-height: 55vh;
    min-height: auto;
    color: var(--text-color);
    left: 0;
    font-size: 16px;
    width: calc(100% + 114px)
}

    #myInputautocomplete-list::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: #f5f5f5
    }

    #myInputautocomplete-list::-webkit-scrollbar {
        width: 6px;
        background-color: #f5f5f5
    }

    #myInputautocomplete-list::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: var(--fore-color)
    }

    #myInputautocomplete-list .hint h1, #myInputautocomplete-list .hint h2, #myInputautocomplete-list .hint h3, #myInputautocomplete-list .hint h4, #myInputautocomplete-list .hint h5, #myInputautocomplete-list .hint h6 {
        font-family: Montserrat-Bold
    }

    #myInputautocomplete-list h1 {
        color: var(--text-color);
        padding: 0;
        font-size: 34px
    }

.searchResultMoreBtn {
    font-weight: 700;
    padding: 8px 26px;
    align-items: center;
    gap: 12px;
    display: inline-flex;
    border: 2px solid var(--site-color);
    border-radius: 50px;
    color: var(--fore-color);
    text-decoration: none;
    transition: ease-in-out .2s;
    font-size: 14px;
    background: var(--white-color);
    justify-content: center
}

    .searchResultMoreBtn:hover {
        background-color: var(--fore-color);
        color: var(--white-color);
        border: 2px solid var(--fore-color)
    }

.autocomplete-items div {
    border: 0;
    padding: .6em 1em;
    transition: .3s;
    cursor: pointer;
    background-color: var(--white-color);
    border-bottom: 1px solid #d4d4d4;
    text-align: left
}

.display-floating-label .searchInput:valid {
    width: 256px;
    padding: 7px 16px
}

.searchInput:valid {
    width: 0;
    padding: 8px 0
}

.autocomplete > div {
    padding: 0 !important
}

.remove-input-content {
    background: 0 0;
    border: 0;
    color: var(--fore-color);
    position: absolute;
    right: 9px;
    top: 0;
    bottom: 0;
    padding: 0 8px;
    font-size: 17px;
    display: none
}

.searchbox[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none
}

.searchbar-form .input-wrapper {
    position: relative
}

.alertbar-content-wrapper p {
    font-size: 14px;
    padding: .3em 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0
}

.alertbar-close-wrapper {
    cursor: pointer;
    font-size: 20px;
    position: relative;
    top: -2px
}

.alertbar-content-wrapper h2 {
    font-weight: 700;
    letter-spacing: .04em;
    font-size: 16px;
    margin: 0
}

.alertbar-content-wrapper {
    padding: 0 20px 0 15px;
    text-decoration: none
}

.alertbar-icon-wrapper {
    font-size: 20px;
    position: relative;
    top: -2px
}

.d-flex.alertbar-flex-wrapper {
    position: relative
}

.alertbar-wrapper {
    background: #ae0606;
    position: relative;
    z-index: 2 !important;
    color: var(--white-color);
    padding: .6em 6em;
    display: block;
    width: 100%
}

.alertbar-view-btn {
    white-space: nowrap;
    margin-left: auto;
    margin: 0 2em 0 auto;
    color: var(--white-color);
    text-decoration: underline;
    font-size: 16px
}

    .alertbar-view-btn:hover {
        color: var(--white-color)
    }

.container-wrapper {
    padding-top: 8em !important
}

body .main-wrapper {
    padding-top: 3em !important
}

.alertNavbar {
    margin-top: 0
}

.interior-about-section #formio .field-required:after, .interior-about-section .btn.signature-pad-refresh {
    z-index: 0 !important
}

.departmentDirectoryFEClass #btnSearch {
    height: 100%
}

@media screen and (max-width:1440px) {
    .paragraph-widget, .widget-html-widget.widget-align-justify, .widget-image-widget, .widget-liquid-widget {
        padding: 40px 0 0
    }

    .flow {
        gap: 10px
    }

        .flow .calendar-section, .frequently-questions, .staff-section, .tab-section {
            padding: 50px 0 0 !important
        }
}

@media only screen and (max-width:1200px) {
    .alertbar-wrapper {
        padding: .6em 1em
    }
}

@media screen and (max-width:991px) {
    #agendaBuilderTable_wrapper, #calendar-container #calendarDiv, #myInputautocomplete-list, .advancedforms-wrapper .panel-heading h4 a, .alertbar-view-btn, .faq-pagesection-panel .panel-heading h4 a, .interior-about-content .flow .widget-size-100, .list-group ul.menu-profile.menu, .staffdirectoryFEClass-wrapper div#results {
        font-size: 14px
    }

    #calendar-container {
        padding: 0
    }

    .staffdirectoryFEClass-wrapper div#results {
        width: 100%
    }

    #myInputautocomplete-list {
        top: 59px
    }

    #main-div {
        padding: 60px 12px 100px !important
    }

    .flow {
        gap: 10px
    }

        .flow > div, .flow > section {
            width: 100% !important
        }

        .flow > article {
            width: 49% !important
        }

    .alertbar-view-btn {
        margin: 0 1em 0 auto
    }

    .alertbar-content-wrapper {
        padding: 0 10px
    }

    .alertbar-wrapper {
        padding: .6em .5em;
        position: relative
    }

    div.container-wrapper {
        padding-top: 3em !important
    }
}

@media screen and (max-width:767px) {
    .flow {
        gap: 0
    }

        .flow > article {
            width: 100% !important
        }

    .showDetailsModalFE .modal-body .row .col-md-2 {
        width: 100%
    }

    .showDetailsModalFE .modal-body .row {
        flex-wrap: wrap !important
    }
}

@media screen and (max-width:575px) {
    body div#main-div {
        padding: 60px 12px 80px 12px !important
    }

    .flow-paragraph p img {
        float: none;
        margin: 0;
        display: block
    }
}

@media screen and (max-width:500px) {
    #myInputautocomplete-list {
        width: calc(100% + 95px)
    }
}

.hasEvent a.fc-daygrid-day-number::after {
    background: var(--site-color);
    width: 7px;
    height: 7px;
    border-radius: 50px;
    position: absolute;
    bottom: 0;
    z-index: 1000;
    content: ".";
    left: 0;
    right: 0;
    font-size: 0;
    margin: auto
}
