/*
Theme Name: Mockingbird
Version: 1.0.0
*/

/* Global */
body {
    color: var(--body-text);
    position: relative;
    overflow-x: hidden;
    font-family: var(--primary-font);
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--headings-and-titles);
}
img[src=""] {
    display: none;
}
.fa-icon {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 600;
}
.display-none {
    display: none !important;
}
.marquee {
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
    line-height: 30px;
    font-size: 16px;
}
.marquee:hover {
    cursor: default;
}

.tw-secondary {
    color: var(--secondary-color);
}
.tw-bg-secondary {
    background-color: var(--secondary-color);
}
.tw-tertiary {
    color: var(--tertiary-color);
}
.tw-bg-tertiary {
    background-color: var(--tertiary-color);
}

.tw-font-family-secondary {
    font-family: var(--text-font-family-secondary);
}
.customizer-content #header #tw-main-menu-wrapper.tw-fixed {
    position: fixed;
    top: 0;
    left: 286px;
    right: 0;
    z-index: 4;
    -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}
.customizer-wrapper .customizer-content {
    font-family: var(--primary-font) !important;
    font-size: 16px;
    background-color: var(--body-background-color);
}

.customizer-content {
    font-family: var(--primary-font) !important;
    font-size: var(--default-size, 16px);
}

.customizer-content h1 {
    font-size: 48px;
    font-family: var(--headings-font, --primary-font);
}
.customizer-content h2 {
    font-size: var(--h2-size, 30px);
    font-family: var(--headings-font, --primary-font);
}
.customizer-content h3 {
    font-size: var(--h3-size, 24px);
    font-family: var(--headings-font, --primary-font);
}
.customizer-content h4 {
    font-size: var(--h4-size, 18px);
    font-family: var(--headings-font, --primary-font);
    font-weight: 700;
}
.customizer-content h5 {
    font-size: var(--h5-size, 14px);
    font-family: var(--headings-font, --primary-font);
}
.customizer-content h6 {
    font-size: var(--h6-size, 12px);
    font-family: var(--headings-font, --primary-font);
}
p {
    font-family: var(--primary-font);
}
h1, h2, h3, h4, h5, h6 {
    font-family: var(--headings-font, --primary-font);
    font-weight: 700;
}
.tw-view-more-link {
    border-bottom: 3px solid var(--primary-color);
    padding-bottom: 5px;
}
.tw-view-more-link,
.tw-read-more a,
.tw-view-more-link:hover {
    color: var(--primary-color);
}
.tw-read-more a {
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 700;
    display: inline;
}
.tw-read-more a:hover {
    text-decoration: none;
}
@media screen and (max-width: 845px) {
    .m-pt-0 {
        padding-top: 0 !important;
    }
    .m-pb-0 {
        padding-bottom: 0 !important;
    }
    .marquee {
        font-size: 14px;
        line-height: 120%;
    }
}
/* ========================================================================== */
/* ABOVE HEADER  TW ALERTS HEADER*/
/* ========================================================================== */
.tw_alerts_header {
    padding: 7px 0;
    color: var(--headings-and-titles);
    min-height: 52px;
    font-size: 16px;
    align-items: center;
}
.tw_alerts_header .header-widgets {
    padding-right: 0;
}
.offcanvas-body label.search-button,
.tw_alerts_header label.search-button {
    color: #000;
}
.offcanvas-body label.search-button button,
.tw_alerts_header label.search-button button {
    right: 5px;
    top: calc(50% - 8px);
    font-size: 16px;
    cursor: pointer;
    background-color: transparent;
    border: none;
}
#main-search-form input#search-input-field::placeholder{
    opacity: 0.85;
    color: rgba(0, 0, 0, 0.6);
    text-shadow: 0 0 0 rgba(255, 255, 255, 0);
    font-style: italic;
}
.offcanvas-body .search-container input:focus-visible,
.tw_alerts_header input:focus-visible {
    outline: none;
}
.offcanvas-body .search-container .input-group-btn,
.tw_alerts_header .input-group-btn {
    display: none;
}
.tw_alerts_header .nav-tabs {
    display: none;
}
.tw_alerts_header .tw-alerts-header-social {
    display: flex;
    align-items: center;
    justify-content: end;
}
.tw_alerts_header .tw-alerts-header-social a {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 0;
}
.tw_alerts_header .ticker-container {
    max-width: 1460px;
    margin: 0 auto;
}
.tw_alerts_header .marquee > div {
    width: 0 !important;
    text-wrap: nowrap;
    white-space: nowrap;
}
.tw_alerts_header a {
    color: inherit;
    text-decoration: none;
    font-size: 16px;
}
.tw_alerts_header .subscribe-menu a {
    font-weight: 700;
}
.tw_alerts_header .subscribe-menu a:hover {
    text-decoration: underline;
}
/* ========================================================================== */
/* End of ABOVE HEADER  TW ALERTS HEADER */
/* ========================================================================== */

/* ========================================================================== */
/* HEADER */
/* ========================================================================== */

  @media screen and (min-width: 769px) {

  }
  
  /* MEGA MENU*/
.dropdown-mega .dropdown-mega-menu {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px;
    border: none;
    left: 50%;
    transform: translateX(-50%);
    padding: 0px 15px;
    width: 100%;
    background-color: #F8F9FC;
    box-shadow: 0px -4px 8px 0px rgba(0, 0, 0, 0.10);
    top: 98%;
}
.dropdown-mega .dropdown-mega-menu .mega-menu-column .sk-megamenu-column-item-link {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 18px;
    text-wrap: auto;
}


.dropdown-mega .dropdown-mega-menu .mega-menu-column div.mb-2 {
    margin-bottom: 0 !important;
    padding-right: 5px;
}
.dropdown-mega .dropdown-mega-menu .mega-menu-column:not(:last-child) div.mb-2 {
    border-right: 1px solid rgba(255, 255, 255, .7);
}

.mega-menu-column ul.sk-megamenu-column-item-submenu {
    padding-left: 10px;
}
.mega-menu-column .sk-megamenu-column-item-submenu li {
    list-style-type: none;
    position: relative;
    padding: 5px 0;
}

.mega-menu-column .sk-megamenu-column-item-submenu li a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 12px;
}


.mega-menu-column .sk-megamenu-column-item-submenu li:hover {
    text-decoration: underline;
    margin-left: 2px;
    transition: margin-left 0.3s ease;
    color: #ffffff;
}
.mega-menu-column .sk-megamenu-column-item-submenu li:hover::before {
    color: #FFBC49;
    font-size:3.5rem;
    left: -22px;
    transition: color 0.3s ease;
}
#main-navigation .main-search-form {
    height: 50px;
    min-width: 263px;
    position: relative;
}
#main-navigation #search-input-field {
    height: 100%;
    width: 100%;
    padding: 10px;
}
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
#main-navigation .search-icon {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: var(--body-text);
}
#main-navigation .header-container {
    max-width: 1460px;
    margin: 0 auto;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    background-color: var(--primary-color);
}
/* Link base */
.navbar-expand-lg .navbar-nav .dropdown-menu .mega-menu-column .sk-megamenu-column-item-link {
    display: inline-block; /* allow block positioning */
    transition: transform 0.3s ease;
    font-weight: 500;
    /* font-size: 14px; */
    position: relative;
    text-decoration: none; /* remove default */
}
.navbar-expand-lg .navbar-nav .dropdown-menu .mega-menu-column .sk-megamenu-column-item-link {
    text-decoration: none;
    position: relative;
    display: inline-block;
    transition: transform 0.3s ease;
}
.navbar-expand-lg .navbar-nav .dropdown-menu .mega-menu-column .sk-megamenu-column-item-link:hover {
    transform: translateX(3px);
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, 0.5);
}
ul#main-menu.navbar-nav .nav-item .nav-link {
    color:#000000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}
ul#main-menu.navbar-nav .nav-item .nav-link:hover {
    transition: color 0.3s ease;
}
ul#main-menu .nav-item .nav-link.first-level-link {
    padding: 10px;
    margin: 8px 10px;
    border-radius: 3px;
}
ul#main-menu.navbar-nav .nav-item .nav-link.show::after {
    width: 40px;
    border-color: var(--secondary-color);
}
ul#main-menu .nav-item .nav-link.first-level-link {
    position: relative;
}
ul#main-menu .nav-item .nav-link.first-level-link::after {
    content: "";
    border: none;
    border-width: 2px;
    border-bottom: 2px solid #E0E0E0CC;
    width: 20px;
    display: block;
    margin-top: 5px;
    position: absolute ;
    transition: all 0.3s ease-in-out;
}
ul#main-menu .nav-item .nav-link.first-level-link:hover::after {
    width: 40px;
    border-width: 3px;
    border-color: var(--secondary-color);
}
.navbar-brand h4 {
    font-size: 19px;
    color: #fff;
    font-weight: 500;
}
.navbar-brand h1 {
    color: #fff;
    font-size: 33px;
    font-weight: 500;
}
.navbar-brand:focus, .navbar-brand:hover {
    color: #FFF;
}
.navbar #primaryMenuOffcanvas {
    padding: 0 2rem;
}
.navbar .navbar-toggler {
    color: #FFF;
    font-size: 24px;
    border: none;
    box-shadow: none;
    transform: scale(1.4, 1)
}
@media screen and (min-width: 768px) {
    .dropdown-mega .dropdown-mega-menu {
        width: 90%;
    }
}
@media screen and (min-width: 1200px) {
    .dropdown-mega .dropdown-mega-menu {
        width: 70%;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu .mega-menu-column .sk-megamenu-column-item-link {
        /* font-size: 16px; */
    }
    .mega-menu-column .sk-megamenu-column-item-submenu li a {
        font-size: 14px;
    }
}
@media screen and (min-width: 1350px) {
    ul#main-menu.navbar-nav .nav-item .nav-link {
        /* font-size: 18px; */
    }
}
@media screen and (max-width: 991.99px) {
    .navbar .offcanvas.offcanvas-start {
        transform: translateX(100%);
        left: unset;
        right: -1px;
        width: 80%;
        background-color: var(--primary-color);
    }
    .navbar .offcanvas.show:not(.hiding), .offcanvas.showing {
        transform: none;
    }
    .navbar .navbar-toggler {
        color: #FFF;
        font-size: 24px;
        border: none;
        box-shadow: none;
    }
    .navbar .mobile-close-btn {
        width: 2rem;
        height: auto;
        background: transparent;
        border: none;
        fill: #fff;
    }
    .navar .navbar-toggler:focus {
        border: none;
    }
    .navar .navbar-brand h4 {
        font-size: 14px;
        color: #fff;
    }
    .navar .navbar-brand h1 {
        font-size: 26px;
    }
    ul#main-menu .nav-item .nav-link.first-level-link {
        padding: 0;
    }
    ul#main-menu.navbar-nav .nav-item .nav-link.show {
        background-color: var(--primary-color);
        color: #fff;
    }
    ul#main-menu .nav-item .nav-link.first-level-link::after {
        margin-right: unset;
        width: 95%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    ul#main-menu.navbar-nav .nav-item .nav-link {
        font-size: 15px;
        position: relative;
    }
    ul#main-menu .nav-item.haveSubmenu .nav-link.first-level-link::before {
        content: "\f107";
        font-family: "Font Awesome 5 Free";
        position: absolute;
        right: 0;
    }
    ul#main-menu .nav-item.haveSubmenu .nav-link.first-level-link.show::before {
        content: "\f106";
        font-family: "Font Awesome 5 Free";
        position: absolute;
        right: 0;
    }

    ul#ma.in-menu .nav-item .nav-link.first-level-link:hover {
        background-color: var(--primary-color);
        color: #fff;
    }
    ul#main-menu .nav-item .nav-link.first-level-link:hover::after {
        margin-right: unset;
        width: 95%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    ul#main-menu .dropdown-mega .dropdown-mega-menu {
        box-shadow: none;
        transform: unset;
        padding: 0;
        border-radius: 0;
    }
    ul#main-menu .nav-item .nav-link.first-level-link:hover {
        background-color: transparent;
        color: #FFF;
    }
    .dropdown-mega .dropdown-mega-menu .mega-menu-column .sk-megamenu-column-item-link {
        color: #fff;
        font-size: 14px;
    }
    .dropdown-mega .dropdown-mega-menu .mega-menu-column .sk-megamenu-column-item-link::after {
        display: none;
    }
    .mega-menu-column .sk-megamenu-column-item-submenu li::before {
        display: none;
    }
    .mega-menu-column .sk-megamenu-column-item-submenu li a {
        font-size: 14px;
        color: #fff;
    }
    ul.sk-megamenu-column-item-submenu {
        padding-left: 1rem;
    }
    .mega-menu-columns .mega-menu-column:first-child {
        padding-top: 0.8rem !important;
        padding-bottom: 0 !important;
    }
    .mega-menu-columns .mega-menu-column:last-child {
        padding-bottom: 0.4rem !important;
    }
    .mega-menu-columns .mega-menu-column {
        padding-top: 0.4rem !important;
        padding-bottom: 0 !important;
    }
    .dropdown-mega .dropdown-mega-menu .mega-menu-column .mb-2:not(:first-child) {
        margin: 0;
    }

}
/*------END MEGA MENU---------*/
/*------END MENU PRIMARY------*/

header.header-main {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 98;
    background-color: #fff;
}
header.header-main a {
    /* color: #fff; */
}
header.header-main.header-fixed {
    position: fixed;
}

/* ========================================================================== */
/* End of HEADER */
/* ========================================================================== */


/* ========================================================================== */
/* FOOTER */
/* ========================================================================== */

#footerDefault {
    background-color: var(--tertiary-color);
    color: #ffffff;
    z-index: 1;
}
#footerDefault > .container {
    z-index: 3;
}
#footerDefault a {
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
}
#footerDefault p {
    font-size: 15px;
}
#footerDefault a:hover {
    text-decoration: underline;
}
#footerDefault .footer-brand:hover {
    text-decoration: none;
}
#footerDefault .footer-brand h4 {
    font-size: 23px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
}
#footerDefault .footer-brand h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 500;
}
#footerDefault h5.footer-default-heading {
    font-size: 16px;
    font-weight: 700;
    color: var(--secondary-color);
    margin-bottom: 10px;
}
#footerDefault .footer-section {
    border: 1px solid transparent;
}
/* #footerDefault .footer-section:hover {
    border: 0.8px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    background-color: #0B266D;
    box-shadow: 0px 15px 25px 0px #0000003D;
    transition: background-color 0.2s ease-out, box-shadow 0.2s ease-out;
} */
#footerDefault .footer-copyright {
    border-top: 0.6px solid #ffffff;
    font-size: 15px;
}
#footerDefault .bck-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 2;
}

/* ========================================================================== */
/* End of FOOTER */
/* ========================================================================== */



/* ========================================================================== */
/* HERO */
/* ========================================================================== */
section#tw-hero .main-bck-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
section#tw-hero .search-container {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    max-width: 100%;
}
section#tw-hero .hero-heading h1 {
    font-size: 28px;
}
section#tw-hero .hero-heading em {
    font-family: "Playfair Display", Times, serif;
    font-weight: 400;
}
section#tw-hero .hero-heading form {
    max-width: 600px;
}
section#tw-hero .hero-heading form input {
    height: 52px;
    border-radius: 4px;
}
section#tw-hero .hero-heading form input::placeholder {
    font-style: italic;
    color: rgba(0, 0, 0, 0.72);
    font-size: 1rem;
}
section#tw-hero .hero-heading form #search-btn {
    top: 50%;
    right: 18px;
    transform: translate(0, -50%);
    font-size: 1em;
    width: 1.5em;
    height: 1.5em;
    background: transparent;
    border: none;
    padding: 0;
}
section#tw-hero .hero-heading form #search-btn::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="19" viewBox="0 0 19 19" fill="none"><path d="M18.2841 16.31L13.7477 11.7736C14.6013 10.6001 15.1057 9.15698 15.1057 7.59816C15.1057 3.67526 11.9141 0.483765 7.99122 0.483765C4.06837 0.483765 0.876831 3.67526 0.876831 7.59816C0.876831 11.521 4.06841 14.7126 7.99122 14.7126C9.47815 14.7126 10.8598 14.2537 12.0026 13.4707L16.563 18.0311L18.2841 16.31ZM2.96318 7.59816C2.96318 4.82567 5.21874 2.57007 7.99122 2.57007C10.7638 2.57007 13.0194 4.82563 13.0194 7.59816C13.0194 10.3706 10.7638 12.6262 7.99122 12.6262C5.21874 12.6262 2.96318 10.3706 2.96318 7.59816Z" fill="currentColor"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="19" viewBox="0 0 19 19" fill="none"><path d="M18.2841 16.31L13.7477 11.7736C14.6013 10.6001 15.1057 9.15698 15.1057 7.59816C15.1057 3.67526 11.9141 0.483765 7.99122 0.483765C4.06837 0.483765 0.876831 3.67526 0.876831 7.59816C0.876831 11.521 4.06841 14.7126 7.99122 14.7126C9.47815 14.7126 10.8598 14.2537 12.0026 13.4707L16.563 18.0311L18.2841 16.31ZM2.96318 7.59816C2.96318 4.82567 5.21874 2.57007 7.99122 2.57007C10.7638 2.57007 13.0194 4.82563 13.0194 7.59816C13.0194 10.3706 10.7638 12.6262 7.99122 12.6262C5.21874 12.6262 2.96318 10.3706 2.96318 7.59816Z" fill="currentColor"/></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background-color: var(--primary-color);
}
section#tw-hero .hero-heading .ask-mayor-wrapper {
    bottom: 50px;
    right: 3%;
}
section#tw-hero .hero-heading .ask-mayor-wrapper .message-from-mayor-icon::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M17.2994 5.51251C16.8477 4.43679 16.1906 3.45903 15.3647 2.63372C14.5413 1.80699 13.5632 1.14968 12.4859 0.699125C11.3823 0.235322 10.1965 -0.00242082 8.99906 1.85836e-05H8.95879C7.74083 0.00604536 6.56312 0.247117 5.45386 0.721223C4.38582 1.1764 3.41688 1.83488 2.6012 2.65984C1.78331 3.48328 1.13374 4.45763 0.688683 5.52858C0.226695 6.64226 -0.00739789 7.8369 0.000178179 9.0422C0.0062177 10.4364 0.340404 11.8205 0.964488 13.058V16.1116C0.964488 16.6219 1.3792 17.0357 1.88853 17.0357H4.94453C6.19042 17.6631 7.56529 17.9932 8.96081 18H9.00308C10.207 18 11.3726 17.767 12.4718 17.3109C13.5436 16.8658 14.5181 16.2161 15.3406 15.3984C16.17 14.5768 16.8222 13.6165 17.2792 12.5458C17.7523 11.4368 17.9939 10.2576 18 9.04019C18.004 7.81675 17.7664 6.62948 17.2994 5.51251ZM4.98077 9.96429C4.44929 9.96429 4.01646 9.53237 4.01646 9.00001C4.01646 8.46764 4.44929 8.03572 4.98077 8.03572C5.51224 8.03572 5.94508 8.46764 5.94508 9.00001C5.94508 9.53237 5.51426 9.96429 4.98077 9.96429ZM8.99906 9.96429C8.46758 9.96429 8.03475 9.53237 8.03475 9.00001C8.03475 8.46764 8.46758 8.03572 8.99906 8.03572C9.53054 8.03572 9.96337 8.46764 9.96337 9.00001C9.96337 9.53237 9.53054 9.96429 8.99906 9.96429ZM13.0173 9.96429C12.4859 9.96429 12.053 9.53237 12.053 9.00001C12.053 8.46764 12.4859 8.03572 13.0173 8.03572C13.5488 8.03572 13.9817 8.46764 13.9817 9.00001C13.9817 9.53237 13.5488 9.96429 13.0173 9.96429Z' fill='currentColor'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M17.2994 5.51251C16.8477 4.43679 16.1906 3.45903 15.3647 2.63372C14.5413 1.80699 13.5632 1.14968 12.4859 0.699125C11.3823 0.235322 10.1965 -0.00242082 8.99906 1.85836e-05H8.95879C7.74083 0.00604536 6.56312 0.247117 5.45386 0.721223C4.38582 1.1764 3.41688 1.83488 2.6012 2.65984C1.78331 3.48328 1.13374 4.45763 0.688683 5.52858C0.226695 6.64226 -0.00739789 7.8369 0.000178179 9.0422C0.0062177 10.4364 0.340404 11.8205 0.964488 13.058V16.1116C0.964488 16.6219 1.3792 17.0357 1.88853 17.0357H4.94453C6.19042 17.6631 7.56529 17.9932 8.96081 18H9.00308C10.207 18 11.3726 17.767 12.4718 17.3109C13.5436 16.8658 14.5181 16.2161 15.3406 15.3984C16.17 14.5768 16.8222 13.6165 17.2792 12.5458C17.7523 11.4368 17.9939 10.2576 18 9.04019C18.004 7.81675 17.7664 6.62948 17.2994 5.51251ZM4.98077 9.96429C4.44929 9.96429 4.01646 9.53237 4.01646 9.00001C4.01646 8.46764 4.44929 8.03572 4.98077 8.03572C5.51224 8.03572 5.94508 8.46764 5.94508 9.00001C5.94508 9.53237 5.51426 9.96429 4.98077 9.96429ZM8.99906 9.96429C8.46758 9.96429 8.03475 9.53237 8.03475 9.00001C8.03475 8.46764 8.46758 8.03572 8.99906 8.03572C9.53054 8.03572 9.96337 8.46764 9.96337 9.00001C9.96337 9.53237 9.53054 9.96429 8.99906 9.96429ZM13.0173 9.96429C12.4859 9.96429 12.053 9.53237 12.053 9.00001C12.053 8.46764 12.4859 8.03572 13.0173 8.03572C13.5488 8.03572 13.9817 8.46764 13.9817 9.00001C13.9817 9.53237 13.5488 9.96429 13.0173 9.96429Z' fill='currentColor'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background-color: currentColor;
}
section#tw-hero .hero-heading .ask-mayor-wrapper a.ask-mayor {
    font-size: 16px;
    font-weight: 700;
    color: var(--tertiary-color);
    border-color: var(--secondary-color);
    background-color: var(--secondary-color);
    border-radius: 8px;
    padding: 0.7rem 2rem;
}
/* Quick access (links) items */

#tw-hero-menu-wrapper {
    z-index: 1;
    position: relative;
}

#tw-hero-menu-wrapper .quick-access-items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#tw-hero-menu-wrapper .quick-access-item {
    text-align: center;
    padding: 1.5rem 0;
}
#tw-hero-menu-wrapper .quick-access-item h4 {
    font-size: 1.3rem;
}
#tw-hero-menu-wrapper .quick-access-item a {
    text-decoration: none;
}
#tw-hero-menu-wrapper .quick-access-item .icon-wrapper {
    background-color: var(--primary-color);
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    transition: transform 0.5s ease;
    transition: background-color 0.5s ease;
    border: 5px solid #ffffff;
}
#tw-hero-menu-wrapper .quick-access-item .title {
    padding: 0.8rem;
}
#tw-hero-menu-wrapper .quick-access-item .title h4 {
    color: #000;
    font-weight: 600;
    font-size: 1.1rem;
}
#tw-hero-menu-wrapper .quick-access-item .icon-wrapper .icon svg {
    fill: #fff;
}
#tw-hero-menu-wrapper .quick-access-item:hover a {
    text-decoration: none;
    transition: text-decoration 0.5s ease;
}
#tw-hero-menu-wrapper .quick-access-item .icon-wrapper:hover {
    transform: scale(1.1);
    transition: transform 0.5s ease;
    background-color: #1B7C6A;
}
#tw-hero-menu-wrapper .quick-access-item .icon-wrapper:hover .icon svg{
    fill: var(--primary-color);
    transition: fill 0.5s ease;
}
@media screen and (min-width: 768px) {
    section#tw-hero .hero-heading h1 {
        font-size: 48px;
    }
}
@media screen and (min-width: 845px) {
    #tw-hero-menu-wrapper {
        margin-top: -3rem;
    }
}
@media screen and (min-width: 1200px) {
    section#tw-hero .hero-heading {
        text-align: left;
    }
    #tw-hero-menu-wrapper {
        margin-top: -5rem;
    }
}
@media screen and (max-width: 845px) {
    #tw-hero-menu-wrapper .quick-access-items {
        flex-wrap: wrap;
    }
    #tw-hero-menu-wrapper .quick-access-item {
        flex: 1 1 50%;
    }
    #tw-hero-menu-wrapper .quick-access-item .icon-wrapper {
        width: 88px;
        height: 88px;
    }
    #tw-hero-menu-wrapper .quick-access-item {
        padding: 0.8rem;
    }
    #tw-hero-menu-wrapper .quick-access-item .icon-wrapper .icon svg{
        fill: var(--primary-color);
    }
}
/* ========================================================================== */
/* End of HERO */
/* ========================================================================== */

/* Home page global styles */
.theme-category {
    font-weight: 800;
    color: var(--primary-color);
    font-size: 14px;
}
.theme-category .top-line {
    border-top: 4px solid var(--secondary-color);
    width: 45px;
    display: block;
}
.excerpt-content h1.section-title {
    font-size: 32px;
    font-weight: 800;
    color: var(--headings-and-titles);
}
.section-header .section-button {
    text-align: end;
    align-self: flex-end;
}
.section-header .section-button button,
.small-res-btn,
#tw-subscribe .btn.btn-primary {
    font-size: 18px;
    font-weight: 700;
    color: var(--tertiary-color);
    border-color: var(--secondary-color);
    background-color: var(--secondary-color);
    border-radius: 4px;
    padding: 0.7rem 2rem;
}
.section-header .section-button button:hover,
.small-res-btn:hover,
#tw-subscribe .btn.btn-primary:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color) !important;
    color: #fff;
}

.section-header .section-button button.icon-none::after {
    display: none;
    content: '';
}
@media screen and (max-width: 845px) {
    .theme-category {
        font-size: 10px;
        padding-bottom: 5px !important;
    }
    .theme-category .top-line {
        width: 36.29px;
    }
    .excerpt-content h1.section-title {
        font-size: 20px;
    }
    .section-header .section-button {
        text-align: start;
    }
    .section-header .section-button button::after {
        padding: 7px 10px;
        border-radius: 25px;
        background-color: var(--primary-color);
        color: #fff;
        margin-left: 10px;
        font-size: 14px;
    }
    .section-header .section-button button:hover {
        background-color: #fff;
        color: var(--primary-color);
    }
    .right-linear-gradient::after {
        display: none;
    }
}
/* Home page global styles ::: END*/


/* ========================================================================== */
/* SPOTLIGHT */
/* ========================================================================== */

#tw-spotlight .row-reverse {
    flex-direction: row-reverse !important;
}
#tw-spotlight .excerpt-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
#tw-spotlight .excerpt-content p {
    font-size: 18px;
}
#tw-spotlight .continue-link a {
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 800;
    color: var(--primary-color);
}
#tw-spotlight .continue-link a::after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    margin-left: 15px;
    font-weight: 800;
    font-size: 17px;
}
#tw-spotlight .spotlight-image {
    display: block;
}
#tw-spotlight .spotlight-image img {
    width: 100%;
    border-radius: 8px;
}
@media screen and (max-width: 845px) {
    #tw-spotlight .excerpt-content p {
        font-size: 12px;
        padding-bottom: 0 !important;
    }
    #tw-spotlight .continue-link a {
        padding-bottom: 2rem !important;
    }
    #tw-spotlight .continue-link a {
        font-size: 12px;
    }
    #tw-spotlight .spotlight-image img {
        border-radius: 0;
    }
}
/* ========================================================================== */
/* End of SPOTLIGHT */
/* ========================================================================== */

/* ========================================================================== */
/* NEWS SLIDER */
/* ========================================================================== */

#sectionNewsSlider .news-articles-slider .news-article-image {
    height: 180px;
    width: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    
}
#sectionNewsSlider .news-article:hover {
    transform: scale(1.05);
    transition: transform 0.35s ease-out;
}
#sectionNewsSlider .news-article {
    margin: 10px;
    border-radius: 8px;
    border: 1px solid #cfcfcf;
    transition: transform 0.35s ease-out;
    width: 100%;
}
#sectionNewsSlider a {
    text-decoration: none;
}
#sectionNewsSlider .news-article-title h4 {
    max-width: 80%;
    font-weight: 600;
    font-size: 18px;
}
#sectionNewsSlider .news-article-title {
    background-color: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    min-height: 60px;
    position: relative;
}
#sectionNewsSlider .news-article:hover .news-read-more {
    text-decoration: underline;
}
#sectionNewsSlider .news-read-more {
    position: relative;
    font-weight: 700;
    font-size: 16px;
    color: var(--primary-color);
}
#sectionNewsSlider .news-read-more::after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    font-size: 18px;
    padding-left: 10px;
    position: absolute;
    color: var(--primary-color);
}

@media screen and (min-width: 600px) {
    #sectionNewsSlider .news-article {
        display: flex;
        flex-direction: column;
    }
    #sectionNewsSlider .slick-track
    {
        display: flex !important;
    }
    #sectionNewsSlider .slick-slide
    {
        height: inherit !important;
    }
    #sectionNewsSlider a {
        display: flex;
        justify-content: end;
    }
    #sectionNewsSlider .news-article-title {
        flex-grow: 1;
    }
}

@media screen and (max-width: 845px) {
    #sectionNewsSlider .news-article-title {
        min-height: 80px;
    }
    #sectionNewsSlider .news-article-title h4 {
        font-size: 14px;
    }
    #sectionNewsSlider .news-article-title::after {
        font-size: 22px;
    }
    #sectionNewsSlider .news-articles-slider .news-article-image {
        height: 185px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    #sectionNewsSlider .news-article {
        /* margin-left: 0;
        margin-right: 0; */
    }
}

/* ========================================================================== */
/* End of NEWS SLIDER */
/* ========================================================================== */

/* ========================================================================== */
/* QUICK LINKS */
/* ========================================================================== */

#sectionQuickLinks {
    position: relative;
    z-index: 2;
}

#sectionQuickLinks .quick-links-wrapper {
    /* display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 1rem; */
}
#sectionQuickLinks .quick-links-wrapper h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;
}
#sectionQuickLinks .quick-links-wrapper a {
    text-decoration: none;
    min-width: 24%;
    height: 180px;
    border-radius: 8px;
    padding: 1.5rem;
    position: relative;
    transition: transform 0.3s ease;
    background: linear-gradient(180deg, #147160 0%, #0D5749 100%);
}
#sectionQuickLinks .quick-links-wrapper a:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}
#sectionQuickLinks .quick-links-wrapper .quick-access-item h4 {
    color: white;
}
#sectionQuickLinks .quick-links-wrapper .quick-access-item .icon-wrapper {
    position: absolute;
    display: block;
    bottom: 1.5rem;
}

@media screen and (max-width: 845px) {
    #sectionQuickLinks .news-article-title {
        min-height: 80px;
    }
    #sectionQuickLinks .news-article-title h4 {
        font-size: 14px;
    }
    #sectionQuickLinks .news-article-title::after {
        font-size: 22px;
    }
    #sectionQuickLinks .news-articles-slider .news-article-image {
        height: 185px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    #sectionQuickLinks .news-article {
        margin-left: 0;
        margin-right: 0;
    }
}

/* ========================================================================== */
/* End of QUICK LINKS */
/* ========================================================================== */

/* SLICK SLIDER CSS */

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    /* background: transparent; */
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    /* background: transparent; */
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}
.slick-prev:before,
.slick-next:before {
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    font-weight: 600;
    line-height: 1.85;
    opacity: .75;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: -10px;
    top: 45%;
    height: 48px;
    width: 48px;
    display: block;
    border: 1px solid #000;
    border-radius: 30px;
    background-color: #fff;
    z-index: 1;
}
.slick-arrow:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.slick-arrow:hover::before {
    color: #fff;
}
.slick-vertical .slick-prev.slick-disabled,
.slick-vertical .slick-next.slick-disabled {
    display: none !important;
    opacity: 0 !important;
}
.slick-vertical .slick-prev {
    top: 1%;
    left: 45%;
}
.slick-vertical .slick-next {
    top: 100%;
    left: 45%;
}
[dir='rtl'] .slick-prev {
    right: -10px;
    left: auto;
}
.slick-vertical .slick-prev:before {
    content: "\f106";
}
.slick-prev:before {
    content: "\f104";
}
[dir='rtl'] .slick-vertical  .slick-prev:before {
    content: "\f106";
}
[dir='rtl'] .slick-prev:before {
    content: "\f104";   
}
.slick-next {
    right: -10px;
    top: 45%;
    height: 48px;
    width: 48px;
    display: block;
    border: 1px solid #000;
    border-radius: 30px;
    background-color: #fff;
    z-index: 1;
}
[dir='rtl'] .slick-next {
    right: auto;
    left: -10px;
}
.slick-vertical .slick-next:before {
    content: "\f107";
}
.slick-next:before {
    content: "\f105";
}
[dir='rtl'] .slick-next:before {
    content: "\f105";
}
[dir='rtl'] .slick-vertical .slick-next:before {
    content: "\f107";
}
/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li {
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

.slick-slide.slick-active:first-child .news-article {
    padding-left: 0 !important;
}
.slick-slide.slick-active:last-child .news-article {
   padding-right: 0 !important;
}
/* SLICK SLIDER CSS :::: END */

/* ========================================================================== */
/* HOME PAGE CALENDAR AND EVENTS */
/* ========================================================================== */

#calendar-body {
    border-collapse: separate;
    border-spacing: 0;
}
#calendar-body td {
    padding: 2px;
    height: 60px;
    width: 60px;
    padding: 0;
    position: relative;
    font-size: 16px;
}
#calendar-body td a {
    font-size: 21px;
    line-height: 120%;
    color: var(--headings-and-titles);
}
#calendar-body td.has-events .single-date-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}
#calendar-body .previous-month .single-date-wrapper,
#calendar-body .next-month .single-date-wrapper {
    font-weight: 100;
    color: #8C8D92;
}
#calendar-body .previous-month.has-events .single-date-wrapper,
#calendar-body .previous-month .single-date-wrapper,
#calendar-body .next-month .single-date-wrapper,
#calendar-body .next-month.has-events .single-date-wrapper {
    background-color: transparent;
}
#calendar-body .previous-month .single-date-wrapper a,
#calendar-body .previous-month.has-events .single-date-wrapper a,
#calendar-body .next-month .single-date-wrapper a,
#calendar-body .next-month.has-events .single-date-wrapper a {
    font-weight: 100;
    color: #8C8D92;
}

#calendar-body .has-events .single-date-wrapper a {
    font-weight: 300;
    color:#141827;
    font-size: 16px;
    padding: 10px 0 5px 0;
}
#calendar-body .tw-calendar-day-active.has-events .single-date-wrapper {
    background-color: #F0F6F0;
}
#calendar-body .tw-current-day .single-date-wrapper,
#calendar-body .tw-calendar-day-active.tw-current-day .single-date-wrapper {
    background-color: #F0F6F0;
    display: flex;
    flex-direction: column;
    height: 100%;
}
#calendar-body .single-date-wrapper .day-events {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
#calendar-body .single-date-wrapper .day-event {
    font-size: 10px;
    list-style-type: none;
    color: #FFFFFF;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 5px;
}
#calendar-body .single-date-wrapper .day-event span {
    width: 7ch;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}
#tw-events-calendar-wrapper {
    background-color: #FFFFFF;
    box-shadow: 10px 15px 10px 0px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#events-calendar {
    position: relative;
}
#events-calendar .container {
    position: relative;
    z-index: 2;
}
#events-calendar .events-bck-image {
    height: 1200px;
    position: absolute;
    z-index: 0;
    width: 100%;
    bottom: 0;
    background-size: cover;
    background-position: center;
}
#events-calendar .tw-calendar-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    min-width: 60%;
    padding: 2rem 0;
}
#events-calendar .tw-calendar-title #monthAndYearTitle {
    color: var(--headings-and-titles);
    text-transform: capitalize;
    font-weight: 400;
    font-size: 24px;
}
#events-calendar .tw-calendar-title #monthAndYearTitle strong {
    font-weight: 800;
}
#events-calendar .tw-calendar-title .fa-icon {
    color: var(--primary-color);
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 700;
    cursor: pointer;
}
#events-calendar #thead-month th {
    padding: 1rem;
    font-size: 10px;
}
#events-calendar .single-homepage-event {
    border-radius: 6px;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.06);
}
#events-calendar .single-homepage-event:hover {
    transform: scale(1.04);
}
#events-calendar .single-homepage-event:hover .event-thumbnail .event-date {
    background-color: #fff;
    color: var(--primary-color);
}
#events-calendar #events-calendar-list-container {
    display: flex;
    flex-direction: column;
}
#events-calendar .single-homepage-event a {
    text-decoration: none;
    display: flex;
    flex-direction: row;
}
#events-calendar .single-homepage-event {
    padding: 1.5rem;
}
#events-calendar .single-homepage-event article {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#events-calendar .single-homepage-event .event-thumbnail {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-width: 175px;
    min-height: 140px;
    position: relative;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}
#events-calendar .single-homepage-event .event-thumbnail .event-date {
    position: absolute;
    left: 0;
    background-color: var(--primary-color);
    color: #fff;
    font-weight: 800;
    font-size: 13px;
    line-height: 120%;
    text-align: center;
    border-top-left-radius: 6px;
    transition: color 0.3s ease;
}
#events-calendar .single-homepage-event .event-thumbnail .event-date .tw-primary {
    padding: 0.7rem;
}
#events-calendar .single-homepage-event .tw-calendar-events-category-name {
    padding: 0.1rem 0.8rem;
    border-radius: 3px;
    margin-bottom: 15px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.85px;
}
#events-calendar .event-item-card h4 {
    font-size: 18px;
}
#events-calendar .event-item-card p {
    margin-bottom: 8px;
}
#events-calendar .event-item-card p:last-child {
    margin-bottom: 0;
}
#events-calendar .single-homepage-event .tw-calendar-events-list-time {
    font-size: 16px;
    font-weight: 400;
}

#events-calendar .tw-calendar-table,
#events-calendar .tw-calendar-table table {
    width: 100%;
}

@media screen and (max-width: 415px) {
    #tw-events-calendar-wrapper #events-calendar {
        zoom: .7;
    }
}

@media screen and (min-width: 600px) {
    #tw-events-calendar-wrapper {
        padding: 1rem;
    }
    #calendar-body td {
        height: 100px;
        width: 100px;
        border: 0.3px solid #C3C3C3;
    }
    #calendar-body .has-events .single-date-wrapper a,
    #calendar-body td {
        font-size: 13px;
    }
}

@media screen and (max-width: 845px) {
    #events-calendar .col-md-5 {
        flex: 0 0 auto;
        width: 100% !important;
    }
    #calendar-body td.has-events .single-date-wrapper {
        width: 35px;
        height: 35px;
    }
    #tw-events-calendar-wrapper {
        border-radius: 8px;
        box-shadow: 0px 3.825px 22.951px 0px rgba(0, 0, 0, 0.07);
    }
    #events-calendar .tw-calendar-title #monthAndYearTitle {
        font-size: 16px;
        padding: 5px 0;
    }
    #events-calendar #thead-month th {
        padding: 0.5rem 1rem;
    }
    #events-calendar .single-homepage-event {
        max-width: 100%;
        position: relative;
    }
    #events-calendar .single-homepage-event .event-thumbnail {
        min-width: 112px;
        min-height: 118px;
    }
    #events-calendar .single-homepage-event .event-thumbnail .event-date .tw-primary {
        padding: 0.5rem;
    }
    #events-calendar .single-homepage-event .event-thumbnail .event-date {
        border-top-left-radius: 0;
    }
    #events-calendar .single-homepage-event h4 {
        font-size: 14px;
    }
    #events-calendar .single-homepage-event .tw-calendar-events-list-time {
        font-size: 10px;
    }
    #events-calendar .single-homepage-event .learn-more {
        text-align: right;
        font-size: 10px;
        font-weight: 800;
        color: var(--primary-color);
        padding-right: 15px;
        position: absolute;
        right: 10px;
        bottom: 10px;
    }
    #events-calendar .single-homepage-event .learn-more::after {
        content: "\f105";
        font-family: "Font Awesome 5 Free";
        font-weight: 800;
        font-size: 10px;
        padding-left: 1.2rem;
        position: absolute;
        right: 0;
        top: 1px;
        color: var(--primary-color);
    }
    #events-calendar .single-homepage-event {
        padding: 1.5rem;
    }
    #events-calendar .single-homepage-event .tw-calendar-events-category-name {
        background-color: transparent !important;
    }
    
    #events-calendar #events-calendar-list-container {
        padding: 2rem 0;
    }
    #events-calendar .single-homepage-event .event-thumbnail {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }
    #calendar-body .tw-current-day .single-date-wrapper, 
    #calendar-body .tw-calendar-day-active.tw-current-day .single-date-wrapper {
        width: 35px;
        height: 35px;
    }
}

/* ========================================================================== */
/* End of HOME PAGE CALENDAR AND EVENTS */
/* ========================================================================== */


/* ========================================================================== */
/* FAQ */
/* ========================================================================== */
#tw-faq {
    position: relative;
    overflow: hidden;
    z-index: 0;
}
#tw-faq .bck-image {
    width: 70%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    z-index: -1;
    opacity: 0.5;
}
#tw-faq .bck-image.img-right {
    right: 0;
}
#tw-faq .bck-image.img-left {
    left: 0;
}
#tw-faq .accordion-item .accordion-button {
    font-size: 20px;
    font-weight: 500;
}
#tw-faq .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding-top: 1.2rem;
}
#tw-faq .accordion-item:last-of-type .accordion-button {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding-bottom: 1.2rem;
}
#tw-faq .accordion-item .accordion-button::after {
    content: "\f107";
    background-image: none;
    color: var(--primary-color);
    font-family: "Font Awesome 5 Free";
    font-size: 25px;
    margin-right: 10px;
    font-weight: 600;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
}
#tw-faq #accordionFaq .accordion-body {
    color: var(--body-text);
}
@media screen and (max-width: 845px) {
    #tw-faq #accordionFaq {
        border-top: 4px solid var(--primary-color);
    }
    #tw-faq .bck-image {
        display: none;
    }
    #tw-faq.tw-faq-section .excerpt-wrapper h1.section-title {
        text-align: center;
    }
    #tw-faq .section-header .section-button {
        display: none;
    }
    #tw-faq .theme-category {
        text-align: center;
    }
    #tw-faq .theme-category .top-line {
        margin: 0 auto;
    }
    .accordion-item:first-of-type, #tw-faq .accordion-item:first-of-type .accordion-button {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .accordion-item:last-of-type, #tw-faq .accordion-item:last-of-type .accordion-button {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
    #tw-faq .accordion-item .accordion-button {
        font-size: 14px;
    }
    #tw-faq .accordion-item .accordion-button::after {
        content: "\f105";
        color: var(--primary-color);
        font-family: "Font Awesome 5 Free";
        font-size: 14px;
    }
    .accordion-button:not(.collapsed)::after {
        transform: rotate(90deg);
    }
    #tw-faq #accordionFaq .accordion-body {
        font-size: 14px;
    }
    #tw-faq #accordionFaq .accordion-body p {
        margin: 0;
    }
}
/* ========================================================================== */
/* End of FAQ */
/* ========================================================================== */

/* ========================================================================== */
/* HOME PAGE GALLERY */
/* ========================================================================== */

#sectionGallery .gallery-item-container {
    width: 310px;
    height: 325px;
    overflow: hidden;
    position: relative;
    border-radius: 6px;
    margin: 15px;
}
#sectionGallery .gallery-item {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s ease-out;
}
#sectionGallery .gallery-item:hover {
    transform: scale(1.1);
}

/* ========================================================================== */
/* End of HOME PAGE GALLERY */
/* ========================================================================== */

/* ========================================================================== */
/* HOME PAGE SUBSCRIBE */
/* ========================================================================== */
#tw-subscribe .container {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background: linear-gradient(180deg, rgba(239, 239, 239, 0.5) 0%, #C9E0C6 100%);
}
#tw-subscribe .juniper-parent-input {
    display: flex;
    flex-direction: row;
}
#juniper-meetings-categories {
    display: flex;
    flex-wrap: wrap;
}
#juniper-meetings-categories .sub {
    display: flex;
    flex-direction: row;
    flex: 0 0 33.3333%;
    box-sizing: border-box;
    padding: 0.5rem 0;
}
#juniper-meetings-categories .sub label {
    margin: 0 0.5rem;
}
#tw-subscribe .btn.btn-primary {
    font-size: 18px;
    font-weight: 700;
    color: var(--tertiary-color);
    border-color: var(--secondary-color);
    background-color: var(--secondary-color);
    border-radius: 8px;
    padding: 0.7rem 2rem;
    width: 100%;
}
#tw-subscribe .juniper-parent-checkbox,
#tw-subscribe .juniper-child-checkbox {
    width: 28px;
    height: 28px;
}
#tw-subscribe input.form-control {
    background: #ffffff;
    padding: 12px 18px;
    font-size: 18px;
    font-weight: 400;
    border: 1px solid #CFCFCF;
    border-radius: 4px;
    color: var(--body-text);
}
#tw-subscribe input.form-control:focus {
    box-shadow: 0 0;
}

@media screen and (min-width: 600px) {
    #tw-subscribe .container {
        border-radius: 16px;
    }
}

@media screen and (min-width: 992px) {
    #tw-subscribe .container {
        padding: 3rem 5rem;
        border-radius: 16px;
    }
    #tw-subscribe .btn.btn-primary {
        min-width: 180px;
    }
}

@media screen and (max-width: 845px) {

}
/* ========================================================================== */
/* End of HOME PAGE SUBSCRIBE */
/* ========================================================================== */


/* ========================================================================== */
/* DEPARTMENT PAGE */
/* ========================================================================== */
#tw-department .header {
    height:230px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
#tw-department .content-container {
    position: relative;
}
/* #tw-department .content-container::before {
    content: '';
    width: 30%;
    display: block;
    height: 100%;
    margin-left: -5%;
    position: absolute;
    z-index: -1;
    background-color: #F2F1F5;
} */
/* #tw-department .left-sidebar {
    background-color: #F2F1F5;
} */
#tw-department .left-sidebar ul {
    padding-left: 0;
}
#tw-department .left-sidebar li {
    list-style-type: none;
}
#tw-department .header h1 {
    color: #FFF;
    text-align: center;
    text-shadow: 0px 2.189px 2.189px rgba(0, 0, 0, 0.25);
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: 30.645px; /* 139.297% */
}
#tw-department .header-image {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    opacity: 0.3;
    z-index: 1;
}
#tw-department .department-sidebar-title {
    color: var(--tertiary-color);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28.082px; /* 117.007% */
}
#tw-department .department-sidebar-title::after {
    content: '';
    display: block;
    width: 32px;
    height: 2px;
    background-color: var(--secondary-color);
    margin-top: 10px;
    border-radius: 10%;
}
#tw-department #departmentMenu,
#tw-department .staff-members {
    padding: 16px 20px;
}
#tw-department #departmentMenu .department-single-menu,
#tw-department #departmentMenu .department-single-menu a > span {
    width: 100%;
}
#tw-department #departmentMenu {
    padding-left: 0;
    padding-right: 0;
}
#tw-department #departmentMenu .department-single-menu li:not(:first-child) {
    border-top: 0.72px solid rgba(255, 255, 255, 0.72);
}
#tw-department #departmentMenu .department-single-menu li {
    transition: all .1s ease;
}
#tw-department #departmentMenu .department-single-menu a > span {
    padding-left: 20px;
    padding-right: 20px;
}
#tw-department #departmentMenu,
#tw-department #departmentMenu a,
#tw-department .staff-members,
#tw-department .staff-members a,
#tw-department .staff-members h5 {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 122.222% */
}
#tw-department #departmentMenu a,
#tw-department .staff-members a {
    font-weight: 600;
}
#tw-department .staff-members h5 {
    font-weight: 700;
}
#tw-department .nav-sidebar {
    height: 100%;
}
#tw-department .nav-sidebar .nav-link {
    padding: 8px 0;
}
#tw-department .nav-sidebar .nav-link span {
    display: block;
}
#tw-department .breadcrumb-item+.breadcrumb-item::before {
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 7px;
    color: #FFF;
}
#tw-department .breadcrumb-item,
#tw-department .breadcrumb-item a {
    text-decoration: none;
    color: #FFF;
    text-align: center;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14.602px; /* 104.303% */
}
#tw-department .breadcrumb-item.active a {
    color: var(--body-text);
}
#tw-department .nav-sidebar .nav-link:hover {
    font-weight: bold;
}
#tw-departmnt .department-title {
    color: #033B31;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28.082px; /* 87.755% */
}
#tw-department .staff-directory .staff-title {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
#tw-department .staff-member h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}

#tw-department .breadcrumb {
    background-color: transparent;
    padding: 0;
}
#tw-department .share-icon {
    position: absolute;
    top: 3%;
    right: 0;
}
#tw-department .share-icon button {
    border: none;
    background-color: transparent;
}
#tw-department .show-on-mobile-only {
    display: none;
}
#tw-department .main-content {
    padding: 3rem;
}
#tw-department .left-sidebar ul {
    margin-bottom: 0;
}
@media screen and (min-width: 992px) {
    #tw-department .header h1 {
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        font-size: 48px;
        line-height: 49.015px; /* 102.115% */
    }
    #tw-department .department-sidebar-title {
        font-size: 24px;
    }
    #tw-department .breadcrumb-item,
    #tw-department .breadcrumb-item a {
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        font-size: 18px;
    }
    #tw-departmnt .department-title {
        color: #000;
        font-size: 32px;
    }
    #tw-department #departmentMenu,
    #tw-department .staff-members {
        border-radius: 12px;
        background: var(--linear2, linear-gradient(180deg, #147160 0%, #0D5749 100%));
    }
    #tw-department #departmentMenu .department-single-menu li:hover {
        background-color: var(--tertiary-color);
        border-left: 5px solid var(--secondary-color);
    }
}
@media (max-width: 991.98px) {
    #tw-department .mobile-padd-0 {
        padding: 0 !important;
    }
    #tw-department p {
        font-size: 14px;
    }
    #tw-department .mobile-share {
        text-align: end;
    }
    #tw-department .mobile-share {
        color: var(--body-text);
    }
    #tw-department .nav-sidebar {
        padding: 0  ;
    }
    #tw-department .hide-on-mobile {
        display: none;
    }
    #tw-department .show-on-mobile-only {
        display: block;
    }
    /* #tw-department .content-container::before {
        display: none;
    } */
    #tw-department .nav-sidebar .bg-primary {
        display: none;
    }
    #tw-department .nav-sidebar .collapse:not(.show) {
        display: block;
    }
    #tw-department .left-sidebar {
        padding: 0;
    }
    #tw-department .left-sidebar.show-on-mobile-only #departmentMenu {
        width: 100vw;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    #tw-department .left-sidebar li {
        border-radius: 2px 0px 0px 2px;
        padding: 12px 20px;
        background: var(--linear, linear-gradient(180deg, #147160 0%, #0D5749 100%));
    }
    #tw-department .left-sidebar li:not(:first-child) {
        border-top: 1px solid #DFDFDF;
    }
    #tw-department .main-content {
        padding: 1rem 0;
    }
    #tw-department .department-single-menu {
        width: 100vw;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    #tw-department .staff-directory {
        max-width: 100%;
    }
    #tw-department .staff-directory .staff-title {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        padding-left: 1.8rem !important;
        padding-right: 1.8rem !important;
    }
    #tw-department .staff-members {
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        padding: 0 !important;
    }
    #tw-department .staff-members .staff-member .phone-number,
    #tw-department .staff-members .staff-member .email {
        padding: 2px 0 2px 0;
        margin-left: -3px;
    }
    #tw-department .staff-members .staff-member .show-on-mobile-only {
        display: inline;
    }
    #tw-department .staff-members,
    #tw-department .staff-members a,
    #tw-department .staff-members h5 {
        color: #2b2b2b;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px; /* 122.222% */
    }
    #tw-department .staff-members h5 {
        font-weight: 700;
    }
}

#tw-department .left-sidebar.show-on-mobile-only #departmentMenu ul#menu-administration-1 li > a > span {
    width: 100%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    line-height: 19px;
}
#tw-department .document-item {
    border-radius: 4px;
    padding: 20px;
    background: var(--linear, linear-gradient(180deg, #147160 0%, #0D5749 100%));
    color: #FFF;
}
#tw-department .document-item span:nth-child(2) {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px; /* 122.222% */
}
#tw-department .document-item i {
    color: var(--secondary-color);
    text-decoration: none;
    font-size: 25px;
}

/* Responsive max-widths based on breakpoints */
@media (min-width: 576px) {
    #tw-department .left-sidebar.show-on-mobile-only #departmentMenu ul#menu-administration-1 li > a > span {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    #tw-department .left-sidebar.show-on-mobile-only #departmentMenu ul#menu-administration-1 li > a > span {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    #tw-department .left-sidebar.show-on-mobile-only #departmentMenu ul#menu-administration-1 li > a > span {
        max-width: 960px;
    }
    #tw-department .document-item span:nth-child(2) {
        font-size: 18px;
    }
    #tw-department .document-item i {
        font-size: 30px;
    }
    #tw-department .document-item {
        border-radius: 8px;
        padding: 16px;
    }
}
@media (min-width: 1200px) {
    #tw-department .left-sidebar.show-on-mobile-only #departmentMenu ul#menu-administration-1 li > a > span {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    #tw-department .left-sidebar.show-on-mobile-only #departmentMenu ul#menu-administration-1 li > a > span {
        max-width: 1320px;
    }
}
/* ========================================================================== */
/* END OF DEPARTMENT PAGE */
/* ========================================================================== */