/*
Theme Name: Village of Sister Bay
Version: 1.0.0
*/
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rammetto+One&display=swap');

body,
#clientCustomizer .customizer-content {
    background-color: var(--body-background-color);
    font-family: var(--primary-font) !important;
    color: #000000;
    position: relative;
    overflow-x: hidden;
}

.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-content {
    font-family: var(--primary-font) !important;
}

.customizer-content h1 {
    font-size: var(--h1-size, 36px);
    font-family: var(--hedings-font, --primary-font);
}
.customizer-content h2 {
    font-size: var(--h2-size, 30px);
    font-family: var(--hedings-font, --primary-font);
}
.customizer-content h3 {
    font-size: var(--h3-size, 24px);
    font-family: var(--hedings-font, --primary-font);
}
.customizer-content h4 {
    font-size: var(--h4-size, 18px);
    font-family: var(--hedings-font, --primary-font);
}
.customizer-content h5 {
    font-size: var(--h5-size, 14px);
    font-family: var(--hedings-font, --primary-font);
}
.customizer-content h6 {
    font-size: var(--h6-size, 12px);
    font-family: var(--hedings-font, --primary-font);
}
#juniper {
    font-family: var(--primary-font);
}

#juniper h1 {
    font-size: var(--h1-size, 36px);
    font-family: var(--hedings-font, --primary-font);
}
#juniper h2 {
    font-size: var(--h2-size, 30px);
    font-family: var(--hedings-font, --primary-font);
}
#juniper h3 {
    font-size: var(--h3-size, 24px);
    font-family: var(--hedings-font, --primary-font);
}
#juniper h4 {
    font-size: var(--h4-size, 18px);
    font-family: var(--hedings-font, --primary-font);
}
#juniper h5 {
    font-size: var(--h5-size, 14px);
    font-family: var(--hedings-font, --primary-font);
}
#juniper h6 {
    font-size: var(--h6-size, 12px);
    font-family: var(--hedings-font, --primary-font);
}

.tw-primary {
    color: var(--primary-color);
}
.tw-bg-primary {
    background-color: var(--primary-color);
}
.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);
}

.tw-btn {
    padding: 10px 35px;
    background: #decb53;
    border-radius: 8px;
    transition: unset;
    border-bottom: none;
    font-size: 17px;
    font-weight: 700;
    color: #07483d;
    display: inline-block;
}
/* .tw-action-btn, */
.tw-view-all {
    display: flex;
    justify-content: center;
}
.tw-action-btn button,
.tw-view-all a {
    display: flex;
    font-size: 14px;
    background-color: var(--helper-2-color);
    width: 239px;
    height: 51px;
    padding: 5px 15px;
    justify-content: center;
    align-items: center;
    border-radius: 88px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 17px;
    border: none;
}
.has-error {
    border: 2px solid #c0392b !important;
}
a.tw-btn {
    text-decoration: none;
}
a.tw-btn:hover {
    color: #07483d;
}
#back-to-top {
    display: none;
    position: fixed;
    right: 27px;
    bottom: 10px;
    cursor: pointer;
    width: 60px;
    height: 60px;
    background: var(--primary-color);
    opacity: 0.5;
    border-radius: 50%;
    z-index: 1000;
    text-align: center;
    transition: 1s;
    box-shadow: 0 16px 32px rgb(0 0 0 / 100%);
    -webkit-text-stroke: 3px var(--primary-color);
}

#back-to-top:hover {
    opacity: 0.8;
}

#back-to-top i {
    color: #ffffff;
    font-size: 35px;
    padding-top: 19%;
    background: transparent;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 1px 9px 1px var(--primary-color);
}
.fixed-navbar {
    transition: 0.5s;
}

#fixed-header-logo {
    left: 10px;
    opacity: 0;
    transition: 0.8s;
    padding-top: 0.5rem;
    height: 67px;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    z-index: 1001;
}

.fixed #fixed-header-logo {
    opacity: 1;
}

.fixed.down #fixed-header-logo {
    animation-name: appear;
}

#bottom.up:not(.fixed) #fixed-header-logo {
    animation-name: disappear;
}

#fixed-header-logo img {
    height: 50px;
    width: auto;
    transition: 0.8s;
}

.fixed-side-menu {
    position: fixed;
    right: 0;
    z-index: 999;
}

.fixed-side-menu ul li {
    width: 160px !important;
    padding-right: 0 !important;
}

.fixed-side-menu a span:first-child {
    transition: 0.2s;
    display: flex !important;
}

.fixed-side-menu a span:last-child {
    transition: 0.2s;
    display: none;
}

.absolute-side-menu {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

@keyframes appear {
    0% {
        transform: translatex(-200px);
    }
    100% {
        transform: translatex(0px) translatey(0px) translateZ(0px);
    }
}

@keyframes disappear {
    0% {
        transform: translatex(0px) translatey(0px) translateZ(0px);
    }
    100% {
        transform: translatex(-200px);
    }
}

@media (min-width: 768px) {
    .fixed-navbar {
        padding-left: 150px;
    }
}
article .wp-post-image {
    width: 100%;
    height: auto;
    border-radius: 3px 3px 0 0;
}

.cursor-pointer {
    cursor: pointer;
}

/* CUSTOM ICONS */
.fa-sailboat::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    margin: 15px auto auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
    margin-top: 0;
}
.fa-calendar::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    margin: 15px auto auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
    margin-top: 0;
}
.fa-binoculars::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    margin: 15px auto auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
    margin-top: 0;
}
.fa-news::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    margin: 15px auto auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70%;
    margin-top: 0;
}
.fa-notebook::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    margin: 15px auto auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
    margin-top: 0;
}
.fa-person::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    margin: 15px auto auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
    margin-top: 0;
}
.fa-recycle::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    margin: 15px auto auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70%;
    margin-top: 0;
}

#juniper.tw-juniper-body:not(.tw-juniper-homepage) header + div {
    padding-top: 150px;
}

/*=====================================
=            HEADER STYLES            =
=====================================*/
#juniper.tw-juniper-body:not(.tw-juniper-homepage) header#header {
    background: var(--primary-color);
}
header div#top-header {
    background: var(--secondary-color);
    height: 50px;
    border-radius: 0px 0px 15px 15px;
}
header div#bottom-header #menuPrimary {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    color: #fff;
    z-index: 1;
}
header div#bottom-header #menuPrimary a.navbar-brand {
}
header div#bottom-header #menuPrimary a.navbar-brand img {
    width: 140px;
    top: 10px;
}
header div#bottom-header #menuPrimary button.navbar-toggler {
    width: 138px;
    height: 41px;
    border-radius: 15px;
    border: 0.5px solid #000;
    /* background: #FFF; */
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.18);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}
header div#bottom-header #menuPrimary button.navbar-toggler {
    top: 37px;
}
header div#bottom-header #menuPrimary button.navbar-toggler,
header div#bottom-header #menuPrimary button.navbar-toggler .navbar-toggler-icon {
    color: #000;
}
header div#bottom-header #menuPrimary #menuPrimaryContent .nav-link {
    color: #fff;
}
@media (min-width: 992px) {
    header div#bottom-header #menuPrimary a.navbar-brand {
        width: 195px;
    }
    header div#bottom-header #menuPrimary a.navbar-brand img {
        width: 195px;
        top: -40px;
    }
    header div#bottom-header #menuPrimary #menuPrimaryContent > ul > li:last-child {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    header div#bottom-header #menuPrimary #menuPrimaryContent > ul > li:last-child > a {
        width: 138px;
        height: 41px;
        border-radius: 15px;
        border: 0.5px solid #000;
        /* background: #FFF; */
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.18);
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
    }
    header div#bottom-header #menuPrimary #menuPrimaryContent > ul > li:last-child a {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 0;
        padding-right: 0;
        /* padding-left: 5px;
        padding-right: 5px; */
    }
    header div#bottom-header #menuPrimary #menuPrimaryContent > ul > li:last-child a {
        color: #000;
    }
}
@media (max-width: 991.99px) {
    header div#bottom-header #menuPrimary #menuPrimaryContent {
        position: absolute;
        left: 0;
        right: 0;
        top: 100px;
        background-color: var(--primary-color);
        border-radius: 5px;
        text-align: center;
    }
}
@media (min-width: 1100px) {
    header div#bottom-header #menuPrimary #menuPrimaryContent > ul > li > a {
        padding-left: 0;
        /* padding-right: 0; */
    }
    header div#bottom-header #menuPrimary #menuPrimaryContent > ul > li {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
@media (min-width: 1200px) {
    header div#bottom-header #menuPrimary #menuPrimaryContent > ul > li {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
/*----------  hamburger animated  ----------*/
header#header nav.navbar button.navbar-toggler .tw-hamburger-animated-icon {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

header#header nav.navbar button.navbar-toggler .tw-hamburger-animated-icon span {
    display: block;
    position: absolute;
    background: #000;
    /* background: var(--secondary-color); */
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
header#header nav.navbar button.navbar-toggler:focus {
    box-shadow: none;
}
header#header nav.navbar button.navbar-toggler .tw-hamburger-animated-icon span:nth-child(1) {
    top: 0px;
}

header#header nav.navbar button.navbar-toggler .tw-hamburger-animated-icon span:nth-child(2) {
    top: 10px;
}

header#header nav.navbar button.navbar-toggler .tw-hamburger-animated-icon span:nth-child(3) {
    top: 20px;
}

header#header nav.navbar button[aria-expanded="true"] .tw-hamburger-animated-icon span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

header#header nav.navbar button[aria-expanded="true"] .tw-hamburger-animated-icon span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

header#header nav.navbar button[aria-expanded="true"] .tw-hamburger-animated-icon span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
header#header #tw-main-menu-wrapper {
    border-top: 6px solid var(--primary-color);
}
header#header nav.navbar #mainMenuWrapper ul {
    padding-top: 40px;
}
header#header nav.navbar #mainMenuWrapper ul .dropdown-menu {
    padding-top: 10px;
}

#mainMenuWrapper .ul {
    padding-top: 40px;
}
@media (max-width: 767.99px) {
    header#header .tw-main-menu-wrapper {
        margin-left: 0;
        padding-left: 0;
    }
}
@media (min-width: 992px) {
    header#header nav.navbar #mainMenuWrapper ul li {
        padding-left: 20px;
        padding-right: 20px;
    }
}
/*---------------------------------------------------------------------------*/
/*=====  End of HEADER STYLES  ======*/
/*===================================
=            HERO STYLES            =
===================================*/
section#tw-hero {
}
section#tw-hero #tw-hero-image {
    background-color: var(--primary-color);
    /* background-image: url('../images/hero.png'); */
    background-repeat: no-repeat;
    background-size: cover;
}
section#tw-hero #tw-hero-image > div > div {
    height: 500px;
}
section#tw-hero #tw-hero-image h1 {
    color: #FFF;
    text-shadow: 0px 7px 4px rgba(0, 0, 0, 0.66);
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 123%; /* 104.55px */
    margin-top: 200px;
}
@media (min-width: 768px) {
    section#tw-hero #tw-hero-image h1 {
        max-width: 50%;
    }
}
@media (min-width: 992px) {
    section#tw-hero #tw-hero-image > div > div {
        height: 730px;
    }
    section#tw-hero #tw-hero-image h1 {
        margin-top: 150px;
        font-size: 65px;
    }
}
@media (min-width: 1200px) {
    section#tw-hero #tw-hero-image h1 {
        font-size: 85px;
    }
}
/*=====  End of HERO STYLES  ======*/

/*======================================
=            HERO LINE MENU            =
======================================*/
section#tw-hero #tw-hero-menu #heroLineMenuWrapper {
    height: 233px;
    flex-shrink: 0;
    border-radius: 0px 0px 15px 15px;
    border: 1px solid #E7E0D9;
    background: var(--tertiary-color);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

div#heroLineMenuWrapper ul li.nav-item {
    flex: 1 0 0%;
}
div#heroLineMenuWrapper ul li {
    list-style: none;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 150px;
}
div#heroLineMenuWrapper ul li:hover i {
    /* transform: scale(1.2); */
    background: var(--secondary-color);
}
div#heroLineMenuWrapper ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
div#heroLineMenuWrapper ul li a i {
    width: 100px;
    height: 100px;
    background: var(--primary-color);
    /* border: 1px solid var(--primary-color); */
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* color: #000; */
    transition: 0.3s;
    margin-bottom: 15px;
    box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.25) inset;
    padding: 5px;
}
div#heroLineMenuWrapper ul li.nav-item .nav-link span {
    /* color: #000; */
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20.5px; /* 113.889% */
}
/*=====  End of HERO LINE MENU  ======*/

/*===========================================
=            NEWS&NOTICES/AGENDAS STYLES            =
===========================================*/
/* news */
section#news-notices-agendas {
    position: relative;
    z-index: 2;
}
section#news-notices-agendas h3 {
    font-size: 35px;
    color: var(--primary-color);
}
section#news-notices-agendas #tw-news-notices-agendas-section-news-articles-wrapper article {
    border-radius: 15px;
    background: var(--nn-articles-bg-color);
    /* filter: blur(2px); */
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.10);
    color: #000;
}
section#news-notices-agendas #tw-news-notices-agendas-section-news-articles-wrapper article .tw-title {
    font-family: var(--hedings-font);
    font-size: 20px;
}
section#news-notices-agendas #tw-news-notices-agendas-section-news-articles-wrapper article .tw-content {
    font-size: 24px;
    line-height: 36px;
}
section#news-notices-agendas #tw-news-notices-agendas-section-news-articles-wrapper article .tw-read-more {
}
section#news-notices-agendas #tw-news-notices-agendas-section-news-articles-wrapper article .tw-read-more a {
    display: flex;
    width: 207.634px;
    height: 33.871px;
    justify-content: center;
    align-items: center;
    border-radius: 88px;
    background: var(--primary-color);

}
/* agendas */
section#news-notices-agendas #tw-news-notices-agendas-section-agenda-articles-wrapper a {
    text-decoration: none;
}
section#news-notices-agendas #tw-news-notices-agendas-section-agenda-articles-wrapper article {
    border-radius: 8px;
    border: 3px solid #EEE;
    background: #FFF;
    padding: 13px 85px 31px 30px;
    min-height: 70px;
    color: #000;
}
section#news-notices-agendas #tw-news-notices-agendas-section-agenda-articles-wrapper article .tw-date {
    font-size: 18px;
    font-weight: 500;
}
section#news-notices-agendas #tw-news-notices-agendas-section-agenda-articles-wrapper article .tw-title {
    font-size: 24px;
    font-weight: 700;
}
@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}
/*=====  End of NEWS&NOTICES STYLES  ======*/

/*==========================================
=            MEETING REPOSITORY            =
==========================================*/

/*=====  End of MEETING REPOSITORY  ======*/
/*========================================
=            HOMEPAGE CONTENT            =
========================================*/
/* .homepage-content::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--primary-color);
    opacity: 0.25;
    z-index: -1;
} */

/*=====  End of HOMEPAGE CONTENT  ======*/

/*=========================================
=            SINGLE DEPARTMENT            =
=========================================*/
div#tw-department div.tw-department-featured-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    height: 600px;
}
div#tw-department h2 {
    font-size: 35px;
}
div#tw-department h2 b {
    font-weight: 900;
}
div#tw-department h2 b + br + span {
    font-weight: 400;
    letter-spacing: 5px;
}
div#tw-department article p {
    color: #969393;
}
div#tw-department article h4 {
    font-size: 20px;
    font-weight: 900;
}
div#tw-department #tw-team .tw-member {
    border-radius: 6px;
}
div#tw-department #tw-team .tw-member div.row div:last-child {
    font-size: 14px;
}
div#tw-department #tw-team .tw-member .tw-member-name {
    font-size: 24px;
    font-weight: 900;
}
div#tw-department #tw-team .tw-member .tw-member-title {
    font-size: 18px;
    font-weight: 300;
}
div#tw-department #tw-team .tw-member .tw-member-email a {
    font-size: 30px;
    border-radius: 10px;
}
div#tw-department aside h4 {
    font-size: 26px;
    font-weight: 900;
    text-transform: capitalize;
}
div#tw-department aside #tw-contact-us {
    border-radius: 8px;
}
div#tw-department aside #tw-contact-us div {
    font-size: 20px;
}
div#tw-department aside #tw-latest-news {
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
}
div#tw-department aside #tw-latest-news .tw-latest-news-item > div h5 {
    font-size: 22px;
}
div#tw-department aside #tw-latest-news .tw-latest-news-item > div a {
    text-decoration: none;
}
div#tw-department aside #tw-latest-news .tw-latest-news-item > div span {
    font-size: 14px;
}

/*----------  Accordion Nav Menu  ----------*/
div#tw-department .tw-accordion-menu ul {
    list-style: none;
    padding: 0;
}
div#tw-department .tw-accordion-menu ul > li.active {
    background: #293b6d;
}
div#tw-department aside.tw-accordion-menu ul li a {
    color: #fff;
    padding: 0;
    text-decoration: none;
}
div#tw-department aside.tw-accordion-menu > nav > div > div {
    width: 100%;
}
div#tw-department aside.tw-accordion-menu > nav > div > div > ul > li {
    margin-bottom: 2px;
    padding-top: 10px;
    padding-bottom: 10px;
}
div#tw-department aside.tw-accordion-menu li {
    padding-left: 40px;
    /*padding-right: 20px;*/
    width: 100%;
    background: var(--primary-color);
}
div#tw-department aside.tw-accordion-menu span[data-bs-toggle="collapse"] {
    cursor: pointer;
    position: relative;
    color: #fff;
}
div#tw-department
    aside.tw-accordion-menu
    span[data-bs-toggle="collapse"]::after {
    position: absolute;
    left: -20px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f146";
}
div#tw-department
    aside.tw-accordion-menu
    span.collapsed[data-bs-toggle="collapse"]::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0fe";
}
/*accordion nav hamburger animated*/
div#tw-department aside.tw-accordion-menu button:focus {
    box-shadow: none;
}
div#tw-department aside.tw-accordion-menu button label {
    display: flex;
    flex-direction: column;
    width: 40px;
    cursor: pointer;
}
div#tw-department aside.tw-accordion-menu button label span {
    background: #fff;
    border-radius: 10px;
    height: 4px;
    margin: 4px 0;
    transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
div#tw-department aside.tw-accordion-menu button label span:nth-of-type(1) {
    width: 50%;
}
div#tw-department aside.tw-accordion-menu button label span:nth-of-type(2) {
    width: 100%;
}
div#tw-department aside.tw-accordion-menu button label span:nth-of-type(3) {
    width: 75%;
}
div#tw-department aside.tw-accordion-menu button input[type="checkbox"] {
    display: none;
}
div#tw-department
    aside.tw-accordion-menu
    button
    input[type="checkbox"]:checked
    ~ span:nth-of-type(1) {
    transform-origin: bottom;
    transform: rotatez(45deg) translate(6px, 0.5px);
}
div#tw-department
    aside.tw-accordion-menu
    button
    input[type="checkbox"]:checked
    ~ span:nth-of-type(2) {
    transform-origin: top;
    transform: rotatez(-45deg);
}
div#tw-department
    aside.tw-accordion-menu
    button
    input[type="checkbox"]:checked
    ~ span:nth-of-type(3) {
    transform-origin: bottom;
    width: 50%;
    transform: translate(17px, -6px) rotatez(45deg);
}
/*=====  End of SINGLE DEPARTMENT  ======*/

/*=====================================
=            SUBSCRIBE STYLES         =
=====================================*/
section#tw-subscribe {
    margin-top: 100px;
    position: relative;
    padding-bottom: 70px;
}
section#tw-subscribe > div {
    position: relative;
    z-index: 2;
}
section#tw-subscribe #tw-subscribe-wrapper {
    border-radius: 15px;
    border: 3px solid var(--secondary-color);
    background: rgba(255, 255, 255, 0.87);
}
section#tw-subscribe #tw-subscribe-wrapper h3 {
    font-size: 35px;
    color: var(--primary-color);
}
section#tw-subscribe #tw-subscribe-wrapper .tw-disclaimer {
    font-size: 24px;
    color: #000;
}
section#tw-subscribe #tw-subscribe-wrapper input {
    height: 51px;
}
section#tw-subscribe::before {
    content: '';
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position-y: bottom;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: calc(100vw*0.3);
    display: none;
    z-index: 1;
}
section#tw-subscribe::after {
    content: '';
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position-y: bottom;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: calc(100vw *0.3);
    z-index: 1;
}
@media (min-width: 768px) {
    section#tw-subscribe::before {
        display: block;
    }
}
/*=====================================
=            FOOTER STYLES            =
=====================================*/
footer#footerDefault {
    position: relative;
    border-top: 2px solid var(--primary-color);
}
footer#footerDefault a.navbar-brand img {
    width: 100%;
    max-width: 273px;
    height: auto;
}
footer#footerDefault ul {
    list-style: none;
    padding: 0;
}
footer#footerDefault ul a {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}
footer#footerDefault,
footer#footerDefault a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}
footer#footerDefault h5 {
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 400;
}
footer#footerDefault #footer-ribbon {
    margin-bottom: 70px;
    background-color: var(--secondary-color);
    border-radius: 15px 15px 0 0;
    padding-top: 20px;
    padding-bottom: 20px;
}
footer#footerDefault #footer-ribbon,
footer#footerDefault #footer-ribbon a {
    font-size: 12px;
}
footer#footerDefault #footer-ribbon .tw-separator {
    margin-left: 5px;
    margin-right: 5px;
}
.tw-clearfix::after {
    display: block;
    clear: both;
    content: "";
}
@media (min-width: 768px) {
    footer#footerDefault::before {
        display: block;
    }
    footer#footerDefault #footer-ribbon,
    footer#footerDefault #footer-ribbon a {
        font-size: 16px;
    }
    .tw-clearfix::after {
        display: inline;
        clear: both;
        content: "";
    }
}
@media (min-width: 992px) {
    footer#footerDefault #footer-ribbon {
        margin-bottom: 0;
    }
}
/*===============================
=            ARCHIVE            =
===============================*/
div#archive-wrapper article {
    position: relative;
    box-shadow: 0 0 2px rgb(0 0 0 / 20%);
    background: #fff;
    border-radius: 5px;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    width: 100%;
}
div#archive-wrapper article a {
    color: var(--secondary-color);
}
div#archive-wrapper article .entry-wrap {
    padding: 2rem 2.5rem 1rem;
}
div#archive-wrapper article .entry-wrap p {
    font-weight: 400;
}
div#archive-wrapper article .wp-post-image {
    width: 100%;
    height: auto;
    border-radius: 3px 3px 0 0;
}
div#archive-wrapper article .entry-footer {
    display: none;
}
/*----------  pagination  ----------*/
div#archive-wrapper .pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}
div#archive-wrapper .page-item .page-link a {
    color: var(--secondary-color);
}
div#archive-wrapper .page-item a.page-link:focus {
    box-shadow: none;
}
div#archive-wrapper .page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}
div#archive-wrapper .page-item:first-child .page-link {
    margin-left: 0;
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}
div#archive-wrapper .page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: var(--secondary-color);
    background-color: #fff;
    border: 1px solid var(--secondary-color);
}
/*----------  side bar  ----------*/
div#archive-wrapper .widget-area .widget {
    margin: 1.5rem 0;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #f0f0f0;
    color: var(--secondary-color);
}
div#archive-wrapper .widget-area .widget li {
    margin-bottom: 10px;
}
div#archive-wrapper .widget-area .widget a {
    color: var(--secondary-color);
}
/*=====  End of ARCHIVE  ======*/

/*----------  EVENTS CALENDAR  ----------*/
section#events-calendar {
    height: 700px;
}
section#events-calendar h3#tw-events-calendar-title {
    font-size: 35px;
    color: var(--primary-color);
}
section#events-calendar > .container-fluid.position-relative::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* background-position: center; */
    height: 600px;
    background-repeat: repeat-x;
    border: 10px solid var(--body-background-color);
}
/*simple*/
.tw-calendar-shortcode .cursor-pointer {
    cursor: pointer;
}
/*rich*/
.tw-calendar-shortcode.tw-calendar-shortcode-rich h4.tw-calendar-title {
    font-size: 25px;
    color: var(--calendar-title-color);
}
.tw-calendar-shortcode.tw-calendar-shortcode-rich #tw-calendar-calendar {
    border-radius: 30px;
    border: 2px solid #8ACF2D;
    background: rgba(255, 255, 255, 0.90);
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.20);
    transform: rotate(2deg);
    padding: 24px;
    height: 370px;
    width: 370px;
    top: 40px;
}
.tw-calendar-shortcode .tw-calendar-table-header th {
    width: 14.28%;
    font-size: 12px;
    font-weight: 400;
}
.tw-calendar-shortcode .tw-calendar-table-body.tw-calendar-table-body-rich td {
    border-radius: 6px;
    border: 2px solid #FFF;
}
.tw-calendar-shortcode .tw-calendar-table-body.tw-calendar-table-body-rich td:not(.previous-month):not(.next-month) {
    background-color: var(--calendar-cell-color);
}
.tw-calendar-shortcode .tw-calendar-table-body.tw-calendar-table-body-rich td.previous-month {
    opacity: .5;
}
.tw-calendar-shortcode .tw-calendar-table-body.tw-calendar-table-body-rich td > div {
    min-height: 35px;
    max-width: 35px;
    /* min-width: 70px; */
    font-size: 10px;
    overflow: hidden;
    text-wrap: nowrap;
    white-space: nowrap;
    line-height: 1.1;
}
.tw-calendar-shortcode .tw-calendar-table-body.tw-calendar-table-body-rich td > div > div:first-child {
    padding-bottom: 2px;
}
.tw-calendar-shortcode .tw-calendar-table-body.tw-calendar-table-body-rich td > div > div:not(:first-child) {
    text-align: start;
}
.tw-calendar-shortcode .tw-calendar-table-body.tw-calendar-table-body-rich tr > td.tw-calendar-day-active {
    background-color: var(--calendar-cell-day-active-color) !important;
}
/*----------  EVENTS LIST  ----------*/
.tw-calendar-shortcode .tw-calendar-events-cards {
    padding-top: 50px;
}
.tw-calendar-shortcode .tw-calendar-events-cards ul.nav li.nav-item {
    padding-right: 15px;
}
.tw-calendar-shortcode .tw-calendar-events-cards ul.nav li.nav-item a.nav-link {
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    opacity: .3;
    color: #000;
}
.tw-calendar-shortcode .tw-calendar-events-cards ul.nav li.nav-item a.nav-link.active {
    opacity: 1;
    border: none;
    border-bottom: 5px solid var(--helper-2-color);
    background-color: transparent;
}
.tw-calendar-shortcode #eventsCalendarListContainerContent {
    min-height: 300px;
}
.tw-calendar-shortcode .tw-calendar-events-cards #events-calendar-list-date {
    font-family: var(--primary-font);
    font-size: 18px;
    font-weight: 400;
}
.tw-calendar-shortcode .tw-calendar-events-cards article {
    min-height: 110px;
    border-radius: 4px;
    padding: 15px 20px;
}
.tw-calendar-shortcode .tw-calendar-events-cards article,
.tw-calendar-shortcode .tw-calendar-events-cards a article {
    color: #000;
    font-size: 14px;
    font-weight: 300;
}
.tw-calendar-shortcode .tw-calendar-events-cards a {
    text-decoration: none;
}
.tw-calendar-shortcode .tw-calendar-events-cards a article .tw-calendar-event-article-title {
    font-weight: 700;
}
@media (min-width: 500px) {
    .tw-calendar-shortcode .tw-calendar-events-cards ul.nav li.nav-item a.nav-link {
        font-size: 14px;
    }
}
@media (min-width: 768px) {
    .tw-calendar-shortcode .tw-calendar-events-cards ul.nav li.nav-item a.nav-link {
        font-size: 18px;
    }
}
@media (min-width: 992px) {
    .tw-calendar-shortcode .tw-calendar-events-cards ul.nav li.nav-item a.nav-link {
        font-size: 22px;
    }
}
@media (min-width: 1100px) {
    #juniper .tw-calendar-shortcode h4.tw-calendar-title {
        font-size: 30px;
    }
    .tw-calendar-shortcode.tw-calendar-shortcode-rich #tw-calendar-calendar {
        height: 450px;
        width: 450px;
        top: -10px;
    }
    .tw-calendar-shortcode .tw-calendar-table-body.tw-calendar-table-body-rich td > div {
        min-height: 50px;
        max-width: 50px;
    }
}
@media (min-width: 1440px) {
    #juniper .tw-calendar-shortcode h4.tw-calendar-title {
        font-size: 38px;
    }
    .tw-calendar-shortcode.tw-calendar-shortcode-rich #tw-calendar-calendar {
        height: 580px;
        width: 580px;
        top: -55px;
    }
    .tw-calendar-shortcode .tw-calendar-table-body.tw-calendar-table-body-rich td > div {
        min-height: 70px;
        max-width: 70px;
        line-height: 1.3;
    }
    .tw-calendar-shortcode .tw-calendar-events-cards article {
        max-width: 460px;
    }
}
/*---------- End EVENTS LIST -----------*/
/*====================================
=            SEARCH MODAL            =
====================================*/
#searchModalCenter .modal-content {
    border-radius: 15px;
    background: var(--nn-articles-bg-color);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.10);
    color: #000;
}
#searchModalCenter #search-btn {
    display: flex;
    width: 207.634px;
    height: 33.871px;
    justify-content: center;
    align-items: center;
    border-radius: 88px;
    background: var(--primary-color);
}

/*---------- End SEARCH MODAL -----------*/

img[src=""] {
    display: none;
}

.heygov-vidget-button {
    right: 60px;
    bottom: 15px;
}

.logo-on-header-slider {
    background: transparent;
    position: absolute;
    bottom: 33%;
    z-index: 2;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
}

.logo-on-header-slider img {
}

#newsSingleDefault img {
    max-width: 100%;
}

/* Juniper Subscribe Page*/

.juniper-subscriber-title {
    display: block;
    margin-bottom: 15px;
}

.juniper-row {
    margin-bottom: 10px;
}

.juniper-row:after {
    content: "";
    display: block;
    clear: both;
}

#juniper-subscribe-topics-parent,
#juniper-subscribe-method-parent {
    padding: 1rem 2rem;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.juniper-subscriber-form-box .sub {
    margin-left: 30px;
}
.juniper-subscriber-form-box .juniper-subscribe-method .custom-selection {
    position: relative;
    display: inline-block;
}
.juniper-subscriber-form-box .juniper-subscribe-method .custom-selection input {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.juniper-subscriber-form-box .juniper-subscribe-method .custom-selection label {
    border: 1px solid #c6c6c6;
    box-sizing: border-box;
    border-radius: 10px;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    padding: 10px;
    color: #4c4c4c;
    min-width: 100px;
    margin: 5px;
    padding-bottom: 1.5rem;
}
.juniper-subscriber-form-box
    .juniper-subscribe-method
    .custom-selection
    label
    i {
    display: block;
}
.juniper-subscriber-form-box
    .juniper-subscribe-method
    .custom-selection
    input:checked
    + label {
    border-color: #4245e7 !important;
}
.juniper-subscriber-form-box
    .juniper-subscribe-method
    .custom-selection
    input:checked
    + label
    i {
    color: #4245e7 !important;
}
.juniper-agendas-minutes-packets {
    display: none;
}

.heygov-widget-button {
    right: 60px !important;
    bottom: 16px !important;
}



/*
Responsive meeting tables
*/
@media only screen and (min-width: 1024px) {
    .twd-table td.meeting-date-column {
        width: 15%;
    }
    .twd-table td.agenda-column {
        width: 15%;
    }
    .twd-table td.agenda-packet-column {
        width: 10%;
    }
    .twd-table td.meeting-minutes-column {
        width: 15%;
    }
    .twd-table td.audio-column {
        width: 10%;
    }
    .twd-table td.video-column {
        width: 10%;
    }
    .twd-table td.additional-documents-column {
        width: 15%;
    }
  }

@media only screen and (max-width: 1024px) {
    .twd-table,
    .twd-table thead,
    .twd-table tbody,
    .twd-table th,
    .twd-table td,
    .twd-table tr {
        display: block;
    }

    .twd-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .twd-table td {
        border: none;
        position: relative;
        padding-left: 50% !important;
        min-height: 40px;
    }

    .twd-table td.empty {
        display: none;
    }

    .twd-table td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }

    /*
      Label the data
      */
    .twd-table td.title-column:before {
        content: "Title";
    }
    .twd-table td.meeting-date-column:before {
        content: "Meeting Date";
    }
    .twd-table td.agenda-column:before {
        content: "Agenda";
    }
    .twd-table td.agenda-packet-column:before {
        content: "Packet";
    }
    .twd-table td.meeting-minutes-column:before {
        content: "Meeting Minutes";
    }
    .twd-table td.audio-column:before {
        content: "Audio";
    }
    .twd-table td.video-column:before {
        content: "Video";
    }
    .twd-table td.additional-documents-column:before {
        content: "Additional Docs";
    }
    .twd-table td.notes-column:before {
        content: "Notes";
    }
}
