/*
Theme Name: Willowbay
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;
  font-size: var(--default-size, 16px);
}

.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);
  font-size: var(--default-size, 16px);
}

#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-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;
}

@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;
}

.fa-wb-information::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  margin: 15px auto auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin-top: 0;
}

.fa-wb-notification::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  margin: 15px auto auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 85%;
  margin-top: 0;
}

.fa-wb-bill::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  margin: 15px auto auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin-top: 0;
}

.fa-wb-311::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  margin: 15px auto auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 85%;
  margin-top: 0;
}

.fa-wb-truck::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  margin: 15px auto auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin-top: 0;
}

.fa-wb-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: 85%;
  margin-top: -1px;
}

.fa-wb-clock::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  margin: 15px auto auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90%;
  margin-top: 0;
}

.fa-wb-pin::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  margin: 15px auto auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 83%;
  margin-top: -1px;
}

.fa-wb-thumbs-up::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  margin: 15px auto auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 65%;
  margin-top: -1px;
}

.fa-wb-thumbs-down::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  margin: 15px auto auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 65%;
  margin-top: -1px;
}

.fa-wb-repeat::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  margin: 15px auto auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 65%;
  margin-top: -1px;
}

.fa-wb-package::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  margin: 15px auto auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 65%;
  margin-top: -1px;
}

.fa-wb-car::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  margin: 15px auto auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 65%;
  margin-top: -1px;
}

.fa-wb-ball-cricket::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  margin: 15px auto auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 65%;
  margin-top: -1px;
}

.fa-wb-ball-tennis::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  margin: 15px auto auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 65%;
  margin-top: -1px;
}

.fa-wb-basketball::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  margin: 15px auto auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 65%;
  margin-top: -1px;
}

.fa-wb-fishing-boat::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  margin: 15px auto auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 65%;
  margin-top: -1px;
}

.fa-wb-surface::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  margin: 15px auto auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 65%;
  margin-top: -1px;
}

.fa-wb-loading::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  margin: 15px auto auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 65%;
  margin-top: -1px;
}

.fa-wb-agenda::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  margin: 15px auto auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 65%;
  margin-top: -1px;
}

.fa-wb-agenda-packet::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  margin: 15px auto auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 85%;
  margin-top: -1px;
}

.fa-wb-minutes::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  margin: 15px auto auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  margin-top: -1px;
}

.fa-wb-audio::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  margin: 15px auto auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin-top: -1px;
}

.fa-wb-video::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  margin: 15px auto auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 95%;
  margin-top: -1px;
}

.btn-section {
  font-size: 14px;
  background-color: #f4f4f4;
  border-radius: 4px;
  color: #245bc4;
}

.btn-section:hover {
  background-color: #245bc4;
  color: white;
}

/* Bottom Buttons*/
/* .heygov-widget-button {
    right: 60px !important;
    bottom: 15px !important;
} */

/* .uai.userway_dark {
    bottom: 0px !important;
    right: 0px !important;
} */

/************************************************************************************************************
                                                Breadcrumbs
*************************************************************************************************************/

#juniper-breadcrumbs .breadcrumbs li a {
  text-decoration: none;
  color: #bebebe;
}

#juniper-breadcrumbs .breadcrumbs li.active {
  color: #245bc4;
}

@media (max-width: 991.99px) {
  #juniper-breadcrumbs .breadcrumbs li a {
    font-size: 12px;
    line-height: 12px;
  }
}

/************************************************************************************************************
                                                PAGE
*************************************************************************************************************/

.juniper-page .page-header h1 {
  font-size: 70px;
  line-height: 88px;
  color: #245bc4;
}

.juniper-page .page-header span {
  font-size: 20px;
  line-height: 20px;
  color: #737373;
}

@media (max-width: 991.99px) {
  .juniper-page .page-header h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .juniper-page .page-header span {
    font-size: 14px;
    line-height: 14px;
    color: #737373;
  }
}

/************************************************************************************************************
                                                Header Styles
*************************************************************************************************************/

header {
  width: 100%;
  background-color: #fff;
}

header div#top-header {
  padding-top: 30px;
  padding-bottom: 30px;
}

header div#top-header .site-name {
  color: #245bc4;
  font-size: 28px;
  margin-left: 20px;
}

header div#top-header .logo img {
  width: 80px;
}

header div#top-header #searchright {
  border: 1px solid #bebebe;
  border-radius: 4px;
  width: 240px;
  height: 28px;
  padding-left: 5px;
}

header div#top-header .searchbutton {
  padding: 1px 5px 5px 6px;
  width: 28px;
  height: 28px;
  background-color: #f4f4f4;
  border-radius: 4px;
  color: #245bc4;
  font-size: 17px;
  margin-left: 5px;
}

header div#top-header .searchbutton:hover {
  background-color: #245bc4;
  color: white;
}

header div#bottom-header #menuPrimary {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  color: #fff;
  z-index: 1;
  border-bottom: 1px solid #f4f4f4;
  border-top: 1px solid #f4f4f4;
}

header div#bottom-header #menuPrimary #menuPrimaryContent .nav-link {
  color: #245bc4;
}

header div#bottom-header #menuPrimary #menuPrimaryContent .nav-link.first-level-link {
  border-bottom: 3px solid transparent;
  color: #737373;
  font-weight: bold;
}

header div#bottom-header #menuPrimary #menuPrimaryContent .nav-link.first-level-link:hover {
  border-bottom: 3px solid #245bc4;
  color: #245bc4;
}

header div#bottom-header #menuPrimary #menuPrimaryContent .nav-link.first-level-link.active {
  border-bottom: 3px solid #245bc4;
  color: #245bc4;
}

header .dropdown-toggle::after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900;
  margin-left: 10px;
  display: inline-block;
  vertical-align: 1px;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  font-size: 14px;
}

@media (max-width: 991.99px) {
  header div#top-header {
    padding: 20px;
    border-bottom: 1px solid #f4f4f4;
  }
  header div#top-header .logo img {
    width: 40px;
  }

  header div#top-header .site-name {
    font-size: 20px;
    margin-left: 10px;
  }

  header .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

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;
  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;
  }
}

/************************************************************************************************************
                                            Homepage Section Hero
*************************************************************************************************************/

section#homepageSectionHero .slider-image-hero {
  border-radius: 8px;
  margin-top: 40px;
  width: 100%;
}

#homepageSectionHeroMenu {
  margin-top: 20px;
}

#homepageSectionHeroMenu .menu-links-wrapper {
  margin-left: -5px;
  margin-right: -5px;
}

#homepageSectionHeroMenu #hero-menu-links {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  color: #737373;
}

#homepageSectionHeroMenu #hero-menu-links .nav-item a {
  width: 100%;
  border: 1px solid #f4f4f4;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  padding: 16px;
  min-height: 100px;
}

#homepageSectionHeroMenu #hero-menu-links .nav-item a .menu-item-description-wrapper {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}

#homepageSectionHeroMenu #hero-menu-links .nav-item a .menu-item-description-wrapper .menu-item-label {
  width: 100%;
  font-size: 18px;
  color: #000000;
  line-height: 18px;
  margin-top: 3px;
  margin-bottom: 5px;
}
#homepageSectionHeroMenu #hero-menu-links .nav-item a .menu-item-description-wrapper .menu-item-description {
  width: 100%;
  font-size: 16px;
  line-height: 16px;
  color: #737373;
}

#homepageSectionHeroMenu #hero-menu-links .nav-item a:hover {
  background-color: #f4f4f4;
}

#homepageSectionHeroMenu #hero-menu-links .nav-item a span {
  color: #000;
  font-weight: 700;
  font-size: 18px;
  width: 75%;
}

#homepageSectionHeroMenu #hero-menu-links li {
  width: 20%;
  padding: 5px;
}

#homepageSectionHeroMenu #hero-menu-links li a i {
  width: 24px;
  height: 24px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #737373;
}

.ticker-content {
  white-space: nowrap;
  overflow: hidden;
  margin-top: 10px;
  background-color: whitesmoke;
  border-radius: 8px;
  padding: 5px;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  #homepageSectionHeroMenu #hero-menu-links li {
    width: 50%;
    padding: 5px;
  }
  #homepageSectionHeroMenu #hero-menu-links .nav-item a .menu-item-description-wrapper .menu-item-label {
    width: 100%;
    font-size: 12px;
    line-height: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  #homepageSectionHeroMenu #hero-menu-links .nav-item a .menu-item-description-wrapper .menu-item-description {
    width: 100%;
    font-size: 12px;
    line-height: 12px;
    color: #737373;
  }
  #homepageSectionHeroMenu #hero-menu-links .nav-item a {
    min-height: 60px;
  }
}

/************************************************************************************************************
                                            Homepage Section Events Carousel
*************************************************************************************************************/

section#homepageSectionEventsCarousel {
  border-bottom: 1px solid #f4f4f4;
  border-top: 1px solid #f4f4f4;
  padding-bottom: 70px;
}

section#homepageSectionEventsCarousel .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  flex-wrap: wrap;
}

section#homepageSectionEventsCarousel .heading .title {
  color: #245bc4;
  font-size: 28px;
}

section#homepageSectionEventsCarousel .event-item-wrapper {
  border-top: 1px solid #bebebe;
  display: flex;
  justify-content: start;
  align-items: start;
}

section#homepageSectionEventsCarousel .event-item-wrapper .short-date {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #bebebe;
  border-top: none;
  margin-left: 20px;
  flex-direction: column;
  padding: 10px 15px;
  color: #245bc4;
  border-radius: 0px 0px 4px 4px;
}

section#homepageSectionEventsCarousel .event-item-wrapper .short-date .month {
  font-size: 16px;
  text-transform: uppercase;
}

section#homepageSectionEventsCarousel .event-item-wrapper .short-date .day {
  font-size: 26px;
  line-height: 22px;
}

section#homepageSectionEventsCarousel .event-item-wrapper .details {
  padding-left: 20px;
  padding-top: 10px;
}

section#homepageSectionEventsCarousel .event-item-wrapper .details .with-icon {
  display: flex;
  justify-content: start;
  align-items: center;
}

section#homepageSectionEventsCarousel .event-item-wrapper .details i {
  width: 16px;
  height: 16px;
}

section#homepageSectionEventsCarousel .event-item-wrapper .name {
  margin-bottom: 7px;
}

section#homepageSectionEventsCarousel .event-item-wrapper .name a {
  color: #000000;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 5px;
}

section#homepageSectionEventsCarousel .event-item-wrapper .date {
  color: #737373;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 5px;
}

section#homepageSectionEventsCarousel .event-item-wrapper .time {
  color: #737373;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 5px;
}

section#homepageSectionEventsCarousel .event-item-wrapper .location {
  color: #737373;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 5px;
}

@media (max-width: 991px) {
  section#homepageSectionEventsCarousel .heading .title {
    font-size: 20px;
  }

  section#homepageSectionEventsCarousel .event-item-wrapper .details {
    padding-left: 0px;
  }

  section#homepageSectionEventsCarousel .event-item-wrapper .short-date {
    display: none;
  }

  section#homepageSectionEventsCarousel .event-item-wrapper .name a {
    font-size: 14px;
    line-height: 14px;
  }

  section#homepageSectionEventsCarousel .event-item-wrapper .date {
    color: #245bc4;
    font-size: 12px;
    line-height: 12px;
    border: 1px solid #245bc4;
    border-radius: 4px;
    padding: 3px;
    margin-bottom: 5px;
  }

  section#homepageSectionEventsCarousel .event-item-wrapper .date i {
    display: none;
  }

  section#homepageSectionEventsCarousel .event-item-wrapper .time {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 5px;
  }

  section#homepageSectionEventsCarousel .event-item-wrapper .location {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 5px;
  }
}

/************************************************************************************************************
                                            Homepage Section News
*************************************************************************************************************/
section#homepageSectionNews {
  border-bottom: 1px solid #f4f4f4;
  border-top: 1px solid #f4f4f4;
  padding-bottom: 70px;
}

section#homepageSectionNews .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  flex-wrap: wrap;
}

section#homepageSectionNews .heading .title {
  color: #245bc4;
  font-size: 28px;
}

section#homepageSectionNews .news-item {
  margin-bottom: 30px;
}

section#homepageSectionNews .news-image {
  height: 250px;
  padding-bottom: 15px;
}

section#homepageSectionNews .news-image a {
  width: 100%;
}

section#homepageSectionNews .news-image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  transition: filter 0.3s ease;
}

section#homepageSectionNews .news-image img:hover {
  filter: saturate(300%);
}

section#homepageSectionNews .news-text {
  display: flex;
  flex-direction: column;
}

section#homepageSectionNews .news-text .category {
  padding-bottom: 5px;
  font-size: 16px;
  line-height: 16px;
  color: #737373;
}

section#homepageSectionNews .news-text .name {
  padding-bottom: 15px;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}

section#homepageSectionNews .news-text .name a {
  text-decoration: none;
  color: #000000;
}

section#homepageSectionNews .news-text .excerpt {
  font-size: 16px;
  line-height: 19px;
  color: #737373;
}

@media (max-width: 991px) {
  section#homepageSectionNews .heading .title {
    font-size: 20px;
  }

  section#homepageSectionNews .news-item {
    display: flex;
    flex-direction: row;
  }

  section#homepageSectionNews .news-image {
    height: 170px;
    padding-bottom: 0;
    width: 50%;
    margin-right: 10px;
  }

  section#homepageSectionNews .news-text {
    width: 50%;
  }

  section#homepageSectionNews .news-text .category {
    padding-bottom: 5px;
    font-size: 10px;
    line-height: 10px;
    color: #737373;
  }

  section#homepageSectionNews .news-text .name {
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
  }

  section#homepageSectionNews .news-text .excerpt {
    font-size: 14px;
    line-height: 16px;
    color: #737373;
  }
}

/************************************************************************************************************
                                            Homepage Section Recordings - Clerk Minutes
*************************************************************************************************************/
section#homepageSectionClerkMinutes {
  border-bottom: 1px solid #f4f4f4;
  border-top: 1px solid #f4f4f4;
  padding-bottom: 70px;
}

section#homepageSectionClerkMinutes .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  flex-wrap: wrap;
}

section#homepageSectionClerkMinutes .heading .title {
  color: #245bc4;
  font-size: 28px;
}

section#homepageSectionClerkMinutes .minute-item {
  margin-bottom: 30px;
}

section#homepageSectionClerkMinutes .minute-video {
  padding-bottom: 15px;
}

section#homepageSectionClerkMinutes .minute-video a {
  width: 100%;
}

section#homepageSectionClerkMinutes .minute-video a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  transition: filter 0.3s ease;
}

section#homepageSectionClerkMinutes .minute-video img:hover {
  filter: saturate(300%);
}

section#homepageSectionClerkMinutes .minute-text {
  display: flex;
  flex-direction: column;
}

section#homepageSectionClerkMinutes .minute-text .category {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 5px;
}

section#homepageSectionClerkMinutes .minute-text .category .category-name {
  font-size: 16px;
  line-height: 16px;
  color: #737373;
}

section#homepageSectionClerkMinutes .minute-text .category .date {
  font-size: 16px;
  line-height: 16px;
  color: #737373;
}

section#homepageSectionClerkMinutes .minute-text .name {
  padding-bottom: 15px;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}

section#homepageSectionClerkMinutes .minute-text .name a {
  text-decoration: none;
  color: #000000;
}

section#homepageSectionClerkMinutes .minute-text .excerpt {
  font-size: 16px;
  line-height: 19px;
  color: #737373;
}

@media (max-width: 991px) {
  section#homepageSectionClerkMinutes .heading .title {
    font-size: 20px;
  }

  section#homepageSectionClerkMinutes .minute-text .name {
    font-size: 16px;
    line-height: 19px;
  }

  section#homepageSectionClerkMinutes .minute-text .category .category-name {
    font-size: 12px;
    line-height: 12px;
  }

  section#homepageSectionClerkMinutes .minute-text .category .date {
    font-size: 12px;
    line-height: 12px;
  }
}

/************************************************************************************************************
                                            Homepage Section Subscriber
*************************************************************************************************************/
section#homepageSectionSubscribe {
  border-bottom: 1px solid #f4f4f4;
  border-top: 1px solid #f4f4f4;
  padding-bottom: 70px;
  background-color: #f4f4f4;
  margin-top: 50px;
}

section#homepageSectionSubscribe .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  flex-wrap: wrap;
}

section#homepageSectionSubscribe .heading .title {
  color: #245bc4;
  font-size: 28px;
  padding: 0;
  margin: 0;
}

section#homepageSectionSubscribe .subscribe-text {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  font-size: 20px;
  line-height: 24px;
}

section#homepageSectionSubscribe input {
  border-radius: 4px;
  border: 1px solid #bebebe;
  height: 36px;
  box-shadow: none;
}

section#homepageSectionSubscribe label {
  color: #737373;
  font-size: 16px;
  line-height: 16px;
}

section#homepageSectionSubscribe .submit-wrapper {
  display: flex;
  justify-content: end;
  align-items: end;
}

section#homepageSectionSubscribe .submit {
  color: #ffffff;
  background-color: #000000;
  border-radius: 4px;
  width: 100%;
  transition: 0.5s all ease;
}

section#homepageSectionSubscribe .submit:hover {
  background-color: #245bc4;
}

/************************************************************************************************************
                                                  Footer
*************************************************************************************************************/
footer#footer {
  background-color: #1d1f26;
  color: #ffffff;
  padding-top: 50px;
  padding-bottom: 50px;
}

footer#footer .top-footer {
  border-bottom: 1px solid #737373;
  margin-left: 0px;
  margin-right: 0px;
  padding: 50px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer#footer .top-footer .left-side {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

footer#footer .top-footer .thumbs {
  display: flex;
  justify-content: start;
  align-items: center;
}

footer#footer .top-footer .thumbs .thumb {
  background-color: #000000;
  width: 48px;
  height: 40px;
  color: white;
  display: block;
  padding: 12px 8px;
  border-radius: 8px;
  transition: 0.5s all ease;
}

footer#footer .top-footer .thumbs .thumb:hover {
  background-color: #ffffff;
  color: 245bc4;
}

footer#footer .top-footer .right-side {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

footer#footer .middle-footer {
  padding-top: 30px;
}

footer#footer .middle-footer .logo {
  padding-bottom: 15px;
}

footer#footer .middle-footer .logo .city-name {
  padding-left: 20px;
  font-size: 28px;
}

footer#footer .middle-footer ul {
  list-style: none;
}

footer#footer .middle-footer ul li a {
  color: #ffffff;
}

footer#footer .middle-footer ul .nav-link {
  padding: 2px 5px;
}

footer#footer .middle-footer ul li .menu-item-description {
  display: none;
}

footer#footer .middle-footer ul li i {
  display: none;
}

footer#footer .middle-footer .footer-subscribe {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding-top: 8px;
}

footer#footer .middle-footer .footer-subscribe input {
  background-color: #ffffff;
  border: 1px solid #bebebe;
  border-radius: 4px;
  box-shadow: none;
  height: 28px;
  flex: 1;
}

footer#footer .middle-footer .footer-subscribe .btn-subscribe {
  background-color: #f4f4f4;
  color: #245bc4;
  border-radius: 4px;
  height: 28px;
  padding: 0px 5px;
  margin-left: 15px;
  flex: 0 0 auto;
  transition: 0.5s all ease;
}

footer#footer .middle-footer .footer-subscribe .btn-subscribe:hover {
  background-color: #245bc4;
  color: #f4f4f4;
}

footer#footer .bottom-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 30px;
  color: #737373;
}

footer#footer .bottom-footer .left-side {
  color: #737373;
}

footer#footer .bottom-footer .left-side a {
  color: #737373;
}

footer#footer .bottom-footer .right-side {
  color: #737373;
}

footer#footer .bottom-footer .right-side a {
  color: #737373;
}

footer#footer .middle-footer .footer-social li {
  margin-bottom: 10px;
}

footer#footer .middle-footer .footer-social {
  display: flex;
  justify-content: start;
  text-align: center;
  flex-direction: column;
}

footer#footer .middle-footer .footer-social i {
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer#footer .middle-footer .footer-menu ul {
  padding: 0;
}

@media (max-width: 991px) {
  footer#footer {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  footer#footer .top-footer {
    justify-content: space-between;
    align-items: start;
    flex-direction: column;
  }

  footer#footer .top-footer .left-side {
    margin-bottom: 20px;
  }

  footer#footer .middle-footer .logo {
    padding-bottom: 0;
  }

  footer#footer .middle-footer .logo .city-name {
    display: flex;
    padding-left: 0px;
    font-size: 18px;
    padding-top: 10px;
  }

  footer#footer .middle-footer .section-1 {
    font-size: 12px;
  }

  footer#footer .middle-footer ul li a {
    font-size: 12px;
  }

  footer#footer .bottom-footer .left-side {
    font-size: 12px;
  }

  footer#footer .bottom-footer .left-side a {
    font-size: 12px;
  }

  footer#footer .bottom-footer .right-side {
    font-size: 12px;
  }

  footer#footer .bottom-footer .right-side a {
    font-size: 12px;
  }
}

/************************************************************************************************************
                                                Department Single
*************************************************************************************************************/

div#departmentSinglePage .department-description {
  display: flex;
  flex-direction: column;
  justify-content: end;
}

div#departmentSinglePage .department-title h1 {
  font-size: 90px;
  color: #245bc4;
}

div#departmentSinglePage .department-content {
  font-size: 20px;
  color: #737373;
}

div#departmentSinglePage .department-contacts {
  padding: 20px;
  background-color: #f4f4f4;
  border-radius: 8px;
}

div#departmentSinglePage .department-presonnel {
  padding: 20px;
  background-color: #f4f4f4;
  border-radius: 8px;
  margin-top: 49px;
}

section#departmentImageMenuSection2 {
  border-bottom: 1px solid #f4f4f4;
}

div#departmentSinglePage .department-image img {
  border-radius: 8px;
  height: 390px;
  object-fit: cover;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

#departmentSinglePageMenu {
  margin-bottom: 20px;
}

#departmentSinglePageMenu .menu-links-wrapper {
  margin-left: -5px;
  margin-right: -5px;
}

#departmentSinglePageMenu #department-menu-links {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  color: #737373;
}

#departmentSinglePageMenu #department-menu-links .nav-item a {
  width: 100%;
  border: 1px solid #f4f4f4;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  padding: 16px;
  min-height: 85px;
}

#departmentSinglePageMenu #department-menu-links .nav-item a .menu-item-description-wrapper {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}

#departmentSinglePageMenu #department-menu-links .nav-item a .menu-item-description-wrapper .menu-item-label {
  width: 100%;
  font-size: 18px;
  color: #000000;
  line-height: 18px;
  margin-top: 3px;
  margin-bottom: 5px;
}
#departmentSinglePageMenu #department-menu-links .nav-item a .menu-item-description-wrapper .menu-item-description {
  width: 100%;
  font-size: 16px;
  line-height: 16px;
  color: #737373;
}

#departmentSinglePageMenu #department-menu-links .nav-item a:hover {
  background-color: #f4f4f4;
}

#departmentSinglePageMenu #department-menu-links .nav-item a span {
  color: #000;
  font-weight: 700;
  font-size: 18px;
  width: calc(100% - 50px);
}

#departmentSinglePageMenu #department-menu-links li {
  width: 33.3%;
  padding: 5px;
}

#departmentSinglePageMenu #department-menu-links li a i {
  width: 24px;
  height: 24px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

@media (max-width: 991px) {
  div#departmentSinglePage .department-title h1 {
    font-size: 40px;
    line-height: 50px;
    color: #245bc4;
  }
  div#departmentSinglePage .department-image img {
    height: 164px;
  }
  #departmentSinglePageMenu #department-menu-links li {
    width: 50%;
    padding: 5px;
  }
  #departmentSinglePageMenu #department-menu-links .nav-item a .menu-item-description-wrapper .menu-item-label {
    width: 100%;
    font-size: 12px;
    line-height: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  #departmentSinglePageMenu #department-menu-links .nav-item a .menu-item-description-wrapper .menu-item-description {
    width: 100%;
    font-size: 12px;
    line-height: 12px;
    color: #737373;
  }
  #departmentSinglePageMenu #department-menu-links .nav-item a {
    min-height: 60px;
  }

  #departmentSinglePageMenu #department-menu-links .nav-item a span {
    width: calc(100% - 30px);
    font-size: 12px;
    line-height: 12px;
  }
}

/************************************************************************************************************
                                                Widget Department News
*************************************************************************************************************/
section#widgetNews .widget-border-bottom {
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 20px;
}

section#widgetNews .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  flex-wrap: wrap;
}

section#widgetNews .heading .title {
  color: #245bc4;
  font-size: 28px;
}

section#widgetNews .news-item {
  margin-bottom: 30px;
}

section#widgetNews .news-image {
  height: 250px;
  padding-bottom: 15px;
}

section#widgetNews .news-image a {
  width: 100%;
}

section#widgetNews .news-image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  transition: filter 0.3s ease;
}

section#widgetNews .news-image img:hover {
  filter: saturate(300%);
}

section#widgetNews .news-text {
  display: flex;
  flex-direction: column;
}

section#widgetNews .news-text .category {
  padding-bottom: 5px;
  font-size: 16px;
  line-height: 16px;
  color: #737373;
}

section#widgetNews .news-text .name {
  padding-bottom: 15px;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}

section#widgetNews .news-text .name a {
  text-decoration: none;
  color: #000000;
}

section#widgetNews .news-text .excerpt {
  font-size: 16px;
  line-height: 19px;
  color: #737373;
}

@media (max-width: 991px) {
  section#widgetNews .heading .title {
    font-size: 20px;
  }

  section#widgetNews .news-item {
    display: flex;
    flex-direction: row;
  }

  section#widgetNews .news-text .category {
    padding-bottom: 5px;
    font-size: 10px;
    line-height: 10px;
    color: #737373;
  }

  section#widgetNews .news-text .name {
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
  }

  section#widgetNews .news-text .excerpt {
    font-size: 14px;
    line-height: 16px;
    color: #737373;
  }
}

/************************************************************************************************************
                                                Widget Department Events
*************************************************************************************************************/

section#widgetEventsCarousel .widget-border-bottom {
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 20px;
}

section#widgetEventsCarousel .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  flex-wrap: wrap;
}

section#widgetEventsCarousel .heading .title {
  color: #245bc4;
  font-size: 28px;
}

section#widgetEventsCarousel .event-item-wrapper {
  border-top: 1px solid #bebebe;
  display: flex;
  justify-content: start;
  align-items: start;
}

section#widgetEventsCarousel .event-item-wrapper .short-date {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #bebebe;
  border-top: none;
  margin-left: 20px;
  flex-direction: column;
  padding: 10px 15px;
  color: #245bc4;
  border-radius: 0px 0px 4px 4px;
}

section#widgetEventsCarousel .event-item-wrapper .short-date .month {
  font-size: 16px;
  text-transform: uppercase;
}

section#widgetEventsCarousel .event-item-wrapper .short-date .day {
  font-size: 26px;
  line-height: 22px;
}

section#widgetEventsCarousel .event-item-wrapper .details {
  padding-left: 20px;
  padding-top: 10px;
}

section#widgetEventsCarousel .event-item-wrapper .details .with-icon {
  display: flex;
  justify-content: start;
  align-items: center;
}

section#widgetEventsCarousel .event-item-wrapper .details i {
  width: 16px;
  height: 16px;
}

section#widgetEventsCarousel .event-item-wrapper .name {
  margin-bottom: 7px;
}

section#widgetEventsCarousel .event-item-wrapper .name a {
  color: #000000;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 5px;
}

section#widgetEventsCarousel .event-item-wrapper .date {
  color: #737373;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 5px;
}

section#widgetEventsCarousel .event-item-wrapper .time {
  color: #737373;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 5px;
}

section#widgetEventsCarousel .event-item-wrapper .location {
  color: #737373;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 5px;
}

@media (max-width: 991px) {
  section#widgetEventsCarousel .heading .title {
    font-size: 20px;
  }

  section#widgetEventsCarousel .event-item-wrapper .details {
    padding-left: 0px;
  }

  section#widgetEventsCarousel .event-item-wrapper .short-date {
    display: none;
  }

  section#widgetEventsCarousel .event-item-wrapper .name a {
    font-size: 14px;
    line-height: 14px;
  }

  section#widgetEventsCarousel .event-item-wrapper .date {
    color: #245bc4;
    font-size: 12px;
    line-height: 12px;
    border: 1px solid #245bc4;
    border-radius: 4px;
    padding: 3px;
    margin-bottom: 5px;
  }

  section#widgetEventsCarousel .event-item-wrapper .date i {
    display: none;
  }

  section#widgetEventsCarousel .event-item-wrapper .time {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 5px;
  }

  section#widgetEventsCarousel .event-item-wrapper .location {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 5px;
  }
}

/************************************************************************************************************
                                            Widget FAQs
*************************************************************************************************************/
section#widgetFaqs .widget-border-bottom {
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 20px;
}

section#widgetFaqs .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  flex-wrap: wrap;
}

section#widgetFaqs .heading .title {
  color: #245bc4;
  font-size: 28px;
}

section#widgetFaqs .accordion-item {
  border: none;
}

section#widgetFaqs .accordion-button {
  border-radius: 8px;
  border: 1px solid #f4f4f4;
  font-size: 18px;
  color: #000;
}

.accordion-button:focus {
  box-shadow: none;
}

section#widgetFaqs .accordion-button:not(.collapsed) {
  color: #000;
  background-color: transparent;
  box-shadow: none;
  border: none;
}

section#widgetFaqs .accordion-item {
  background: #f4f4f4;
  border-radius: 8px;
}

@media (max-width: 991px) {
  section#widgetFaqs .heading .title {
    font-size: 20px;
  }
}

/************************************************************************************************************
                                            Widget Rentals
*************************************************************************************************************/
section#widgetRentals .widget-border-bottom {
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 20px;
}

section#widgetRentals .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  flex-wrap: wrap;
}

section#widgetRentals .heading .title {
  color: #245bc4;
  font-size: 28px;
}

section#widgetRentals .rental-item {
  margin-bottom: 30px;
}

section#widgetRentals .rental-image {
  height: 250px;
  padding-bottom: 15px;
}

section#widgetRentals .rental-image a {
  width: 100%;
}

section#widgetRentals .rental-image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  transition: filter 0.3s ease;
}

section#widgetRentals .rental-image img:hover {
  filter: saturate(300%);
}

section#widgetRentals .rental-text {
  display: flex;
  flex-direction: column;
}

section#widgetRentals .news-text .name {
  padding-bottom: 15px;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}

section#widgetRentals .rental-text .name a {
  text-decoration: none;
  color: #000000;
}

section#widgetRentals .rental-text .price {
  margin-top: 10px;
  font-size: 14px;
  line-height: 14px;
  color: #737373;
}

@media (max-width: 991px) {
  section#widgetRentals .heading .title {
    font-size: 20px;
  }

  section#widgetRentals .rental-item {
    display: flex;
    flex-direction: row;
  }

  section#widgetRentals .rental-image {
    height: 170px;
    padding-bottom: 0;
    width: 50%;
    margin-right: 10px;
  }

  section#widgetRentals .rental-text {
    width: 50%;
    display: flex;
    justify-content: center;
  }

  section#widgetRentals .rental-text .name {
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
  }

  section#widgetRentals .rental-text .price {
    font-size: 14px;
    line-height: 16px;
    color: #737373;
  }
}

/************************************************************************************************************
                                            Widget Programs
*************************************************************************************************************/
section#widgetPrograms .widget-border-bottom {
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 20px;
}

section#widgetPrograms .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  flex-wrap: wrap;
}

section#widgetPrograms .heading .title {
  color: #245bc4;
  font-size: 28px;
}

section#widgetPrograms .programm-item {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 15px;
}

section#widgetPrograms .programm-item a {
  width: 100%;
  display: flex;
  border: 1px solid #f4f4f4;
  border-radius: 8px;
  padding: 10px;
  text-decoration: none;
}

section#widgetPrograms .programm-item .programm-item-left i {
  width: 24px;
  height: 24px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

section#widgetPrograms .programm-item .programm-item-right .name {
  font-size: 18px;
  color: #000000;
}

section#widgetPrograms .programm-item .programm-item-right .excerpt {
  font-size: 16px;
  color: #737373;
}

#widgetPrograms .programm-item a:hover {
  background-color: #f4f4f4;
}

#widgetPrograms #department-menu-links .nav-item a span {
  color: #000;
  font-weight: 700;
  font-size: 18px;
  width: calc(100% - 50px);
}

#widgetPrograms #department-menu-links li {
  width: 33.3%;
  padding: 5px;
}

@media (max-width: 991px) {
  section#widgetPrograms .heading .title {
    font-size: 20px;
  }

  section#widgetPrograms .programm-item .programm-item-right .name {
    font-size: 12px;
  }

  section#widgetPrograms .programm-item .programm-item-right .excerpt {
    font-size: 12px;
  }
}

/************************************************************************************************************
                                            Widget Events Calendar
*************************************************************************************************************/
section#widgetEventsCalendar .widget-border-bottom {
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 20px;
}

section#widgetEventsCalendar .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  flex-wrap: wrap;
}

section#widgetEventsCalendar .heading .title {
  color: #245bc4;
  font-size: 28px;
}

.widget-calendar-table {
  width: 100%;
}

.widget-calendar-month-year {
  color: #737373;
}

.widget-calendar-table .widget-calendar-table-head th {
  width: calc(100% / 7);
  height: 45px;
  border: 1px solid #f4f4f4;
  vertical-align: middle;
  color: #969696;
  padding-left: 10px;
  text-transform: uppercase;
}

.widget-calendar-table .widget-calendar-table-body td {
  height: 100px;
  border: 1px solid #f4f4f4;
  vertical-align: baseline;
  color: #737373;
  padding: 10px;
}

.widget-calendar-table .widget-calendar-table-body td .month-day {
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
}

.widget-calendar-table .widget-calendar-table-body .tw-calendar-day-active .month-day {
  background-color: #245bc4;
  color: #ffffff;
}

.widget-calendar-table .widget-calendar-table-body td.previous-month {
  color: #bebebe;
  background-color: #e8e8e8;
}

.widget-calendar-table .widget-calendar-table-body td.next-month {
  color: #bebebe;
  background-color: #e8e8e8;
}

.widget-calendar-table .widget-calendar-table-body td .widget-calendar-event {
  font-size: 10px;
  line-height: 10px;
  color: #474747;
  padding: 6px 4px 6px 4px;
  border-radius: 4px;
  display: flex;
}

.widget-calendar-table .widget-calendar-table-body td .widget-calendar-event .line {
  border-radius: 3px;
  width: 3px;
  background-color: #308359;
  margin-right: 3px;
}

.widget-calendar-day-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  cursor: pointer;
}

.widget-calendar .event-item-wrapper {
  border-top: 1px solid #bebebe;
  display: flex;
  justify-content: start;
  align-items: start;
}

.widget-calendar .event-item-wrapper .short-date {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #bebebe;
  border-top: none;
  margin-left: 20px;
  flex-direction: column;
  padding: 10px 15px;
  color: #245bc4;
  border-radius: 0px 0px 4px 4px;
}

.widget-calendar .event-item-wrapper .short-date .month {
  font-size: 16px;
  text-transform: uppercase;
}

.widget-calendar .event-item-wrapper .short-date .day {
  font-size: 26px;
  line-height: 22px;
}

.widget-calendar .event-item-wrapper .details {
  padding-left: 20px;
  padding-top: 10px;
}

.widget-calendar .event-item-wrapper .details .with-icon {
  display: flex;
  justify-content: start;
  align-items: center;
}

.widget-calendar .event-item-wrapper .details i {
  width: 16px;
  height: 16px;
}

.widget-calendar .event-item-wrapper .name {
  margin-bottom: 7px;
}

.widget-calendar .event-item-wrapper .name a {
  color: #000000;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 5px;
}

.widget-calendar .event-item-wrapper .date {
  color: #737373;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 5px;
}

.widget-calendar .event-item-wrapper .time {
  color: #737373;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 5px;
}

.widget-calendar .event-item-wrapper .location {
  color: #737373;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 5px;
}

@media (max-width: 991px) {
  section#widgetEventsCalendar .heading .title {
    font-size: 20px;
  }
}

/************************************************************************************************************
                                            Agendas & Minutes Page
*************************************************************************************************************/

#meetingsPage .meetings-categories {
  margin-bottom: 15px;
}

#meetingsPage .meetings-categories-filters .category-checkbox {
  display: none;
}

#meetingsPage .meetings-categories-filters .category-checkbox + label {
  width: 100%;
  background-color: #f4f4f4;
  padding: 8px 12px 8px 12px;
  cursor: pointer;
  text-align: center;
  border-radius: 4px;
  font-size: 14px;
  color: #737373;
  margin-bottom: 10px;
}

#meetingsPage .meetings-categories-filters .category-checkbox:checked + label {
  background-color: #245bc4;
  color: #ffffff;
}

#meetingsPage .meetings-categories-filters .category-checkbox-all {
  display: none;
}

#meetingsPage .meetings-categories-filters .category-checkbox-all + label {
  width: 100%;
  background-color: #f4f4f4;
  padding: 8px 12px 8px 12px;
  cursor: pointer;
  text-align: center;
  border-radius: 4px;
  font-size: 14px;
  color: #737373;
  margin-bottom: 10px;
}

#meetingsPage .meetings-categories-filters .category-checkbox-all:checked + label {
  background-color: #245bc4;
  color: #ffffff;
}

#meetingsPage .meetings-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#meetingsPage .meetings-actions .date-from input {
  padding-left: 50px;
}

#meetingsPage .meetings-actions .date-from::before {
  content: "From";
  position: absolute;
  font-size: 14px;
  color: #bebebe;
  margin-top: 9px;
  margin-left: 10px;
}

#meetingsPage .meetings-actions .date-to input {
  padding-left: 50px;
}

#meetingsPage .meetings-actions .date-to::before {
  content: "To";
  position: absolute;
  font-size: 14px;
  color: #bebebe;
  margin-top: 9px;
  margin-left: 10px;
}

#meetingsPage .meetings-actions .date-submit #searchMeetings {
  width: 100%;
  background-color: #245bc4;
}

#meetingsPage .meetings-table {
  margin-top: 50px;
}

#meetingsPage .meeting-category-wrapper {
  background-color: #f4f4f4;
  padding: 18px 8px 12px 8px;
  border-radius: 12px;
  margin-bottom: 20px;
}

#meetingsPage .meeting-category-wrapper .meeting-category-name {
  font-size: 20px;
  line-height: 40px;
  color: #737373;
}

#meetingsPage .meeting-category-wrapper .meeting-item {
  border-radius: 10px;
  background-color: #ffffff;
  margin-bottom: 10px;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#meetingsPage .meeting-category-wrapper .meeting-item .description {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}

#meetingsPage .meeting-category-wrapper .meeting-item .description .date-text {
  font-size: 12px;
  line-height: 12px;
  color: #737373;
  margin-bottom: 5px;
}

#meetingsPage .meeting-category-wrapper .meeting-item .description .date {
  font-size: 20px;
  line-height: 20px;
  color: #000000;
}

#meetingsPage .meeting-category-wrapper .meeting-item .icons {
  width: 485px;
  display: flex;
}

#meetingsPage .meeting-category-wrapper .meeting-item .icons .meeting-icon {
  width: 103px;
  height: 50px;
  border: 1px solid #245bc4;
  padding: 8px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-left: 5px;
  text-decoration: none;
  transition: 0.5s all ease;
}

#meetingsPage .meeting-category-wrapper .meeting-item .icons .meeting-icon:hover {
  background-color: #f4f4f4;
}

#meetingsPage .meeting-category-wrapper .meeting-item .icons .meeting-icon i {
  width: 18px;
  height: 18px;
}

#meetingsPage .meeting-category-wrapper .meeting-item .icons .meeting-icon span {
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  color: #245bc4;
}

#meetingsPage .meeting-category-wrapper .meeting-item .icons .meeting-icon i {
  font-size: 12px;
  color: #245bc4;
}

#meetingsPage .meeting-category-wrapper .meeting-items-wrapper .meetings-items-load {
  font-size: 20px;
  color: #245bc4;
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#meetingsPage .meeting-category-wrapper .meeting-items-wrapper .meetings-items-load i {
  width: 24px;
  height: 24px;
}

@media (max-width: 991px) {
  #meetingsPage .meetings-actions .date-submit #searchMeetings {
    margin-top: 10px;
  }

  #meetingsPage .meetings-categories-filters .category-checkbox + label {
    font-size: 12px;
    color: #245bc4;
    padding: 6px 10px 6px 10px;
  }

  #meetingsPage .meetings-categories-filters .category-checkbox-all + label {
    font-size: 12px;
    color: #245bc4;
    padding: 6px 10px 6px 10px;
  }

  #meetingsPage .meeting-category-wrapper .meeting-item .description .date-text {
    font-size: 10px;
    line-height: 10px;
  }

  #meetingsPage .meeting-category-wrapper .meeting-item .description .date {
    font-size: 14px;
    line-height: 14px;
  }

  #meetingsPage .meeting-category-wrapper .meeting-item .icons .meeting-icon {
    width: 20%;
  }

  #meetingsPage .meeting-category-wrapper .meeting-item .icons .meeting-icon span {
    font-size: 10px;
    line-height: 10px;
    color: #245bc4;
    text-align: center;
  }

  #meetingsPage .meeting-category-wrapper .meeting-item .description {
    width: 125px;
  }
}

/************************************************************************************************************
                                                News Archive - Default
*************************************************************************************************************/
div#newsArchiveDefault .widget-border-bottom {
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 20px;
}

div#newsArchiveDefault .news-item {
  margin-bottom: 30px;
}

div#newsArchiveDefault .news-image {
  height: 250px;
  padding-bottom: 15px;
}

div#newsArchiveDefault .news-image a {
  width: 100%;
}

div#newsArchiveDefault .news-image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  transition: filter 0.3s ease;
}

div#newsArchiveDefault .news-image img:hover {
  filter: saturate(300%);
}

div#newsArchiveDefault .news-text {
  display: flex;
  flex-direction: column;
}

div#newsArchiveDefault .news-text .category {
  padding-bottom: 5px;
  font-size: 16px;
  line-height: 16px;
  color: #737373;
}

div#newsArchiveDefault .news-text .name {
  padding-bottom: 15px;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}

div#newsArchiveDefault .news-text .name a {
  text-decoration: none;
  color: #000000;
}

div#newsArchiveDefault .news-text .excerpt {
  font-size: 16px;
  line-height: 19px;
  color: #737373;
}

div#newsArchiveDefault .news-footer {
  margin-top: 20px;
  float: right;
}

div#newsArchiveDefault .news-footer a {
  background-color: #5e81f4;
  color: #ffffff;
  border-radius: 10px;
  padding: 10px 20px;
  text-decoration: none;
}

@media (max-width: 991px) {
  div#newsArchiveDefault .heading .title {
    font-size: 20px;
  }

  div#newsArchiveDefault .news-item {
    display: flex;
    flex-direction: row;
  }

  div#newsArchiveDefault .news-text .category {
    padding-bottom: 5px;
    font-size: 10px;
    line-height: 10px;
    color: #737373;
  }

  div#newsArchiveDefault .news-text .name {
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
  }

  div#newsArchiveDefault .news-text .excerpt {
    font-size: 14px;
    line-height: 16px;
    color: #737373;
  }
}
/************************************************************************************************************
                                                News Single - Default
*************************************************************************************************************/
#newsSingleDefault .news-featured-img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  #newsSingleDefault .news-featured-img {
    height: 250px;
  }
}

/************************************************************************************************************
                                                FAQs - Accordions
*************************************************************************************************************/
#faqsArchive .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  flex-wrap: wrap;
}

#faqsArchive .heading .title {
  color: #245bc4;
  font-size: 28px;
}

#faqsArchive .accordion-item {
  border: none;
}

#faqsArchive .accordion-button {
  border-radius: 8px;
  border: 1px solid #f4f4f4;
  font-size: 18px;
  color: #000;
}

.accordion-button:focus {
  box-shadow: none;
}

#faqsArchive .accordion-button:not(.collapsed) {
  color: #000;
  background-color: transparent;
  box-shadow: none;
  border: none;
}

#faqsArchive .accordion-item {
  background: #f4f4f4;
  border-radius: 8px;
}

@media (max-width: 991px) {
  #faqsArchive .heading .title {
    font-size: 20px;
  }
}

.news-single img {
  max-width: 100%;
}

/** HeyGov Virtual Clerk */
.virtual-clerk img {
  width: 50px;
  position: fixed;
  right: 15px;
  bottom: 15px;
  transition: transform 0.3s ease;
}

.virtual-clerk img:hover {
  transform: scale(1.1);
}

.modal-content {
  border-radius: 8px;
}

.form-control {
  border-radius: 8px;
}

.btn-sm {
  border-radius: 8px;
}

.modal-footer {
  padding: 5px;
}
/* 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;
}
