/* fonts*/
body {
  color: #1C1C1C;
  font-size: 15px;
  font-family: "Ubuntu", sans-serif;
  font-family: "Ubuntu", sans-serif;
}

.heading {
  display: flex;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1C1C1C;
  font-weight: 700;
}

h1,
.h1 {
  /* 58 to 52*/
  font-size: 48px;
  font-family: "Ubuntu", sans-serif;
  text-transform: uppercase;
}

h2,
.h2 {
  /*42 to 38*/
  font-size: 38px;
  font-family: "Ubuntu", sans-serif;
}

h3,
.h3 {
  /* 28 to 26*/
  font-size: 26px;
  font-family: "Ubuntu", sans-serif;
}

h4,
.h4 {
  /* 24 to 22*/
  font-size: 22px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
}

h5,
.h5 {
  /* 21 to 19*/
  font-size: 19px;
  text-transform: none;
  font-family: "Ubuntu", sans-serif;
}

h6,
.h6 {
  /* 18 to 16*/
  font-size: 16px;
  text-transform: none;
  font-family: "Ubuntu", sans-serif;
}

p {
  line-height: 25px;
  font-size: 15px;
  font-weight: normal;
  color: #1C1C1C;
  font-family: "Open Sans", sans-serif;
}

p.has-large-font-size {
  font-size: 26px !important;
  line-height: 36px;
}

a {
  color: #327136;
  font-weight: 700;
}
a:hover {
  color: #202188;
  text-decoration: none;
}

.advgb-tab-body li a,
.wp-block-advgb-list li a,
.expand-content ul li a,
.main_wrapper ul:not(.advgb-tabs-panel, .links, .ome, .nav-tabs) li a,
.main_wrapper ol li a,
table td a {
  text-decoration: underline;
}

p a:hover,
.advgb-tab-body li a:hover,
.wp-block-advgb-list li a:hover,
.expand-content ul li a:hover,
.main_wrapper ul:not(.advgb-tabs-panel, .links, .ome, .nav-tabs) li a:hover,
.main_wrapper ol li a:hover,
table td a:hover,
.expand-content > a:hover {
  text-decoration: underline;
}

b,
strong {
  font-weight: 700;
}

.hyperlink {
  color: #327136;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  text-decoration: none;
}
.hyperlink:hover {
  color: #202188;
  text-decoration: underline;
}

.link {
  font-size: 17px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.link img {
  max-width: 18px;
  margin-left: 6px;
}
.link:hover {
  color: #202188;
}
.link:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(141deg) brightness(102%) contrast(104%);
}

.container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}

.btn_green {
  background-color: #327136;
  color: #fff;
  font-weight: 700;
  padding: 10px 30px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  position: relative;
}
.btn_green:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all 0.3s ease;
  width: 0%;
  height: 105%;
}
.btn_green:hover {
  color: #fff;
  text-decoration: none;
}
.btn_green:hover::before {
  width: 101%;
  background: #1C1C1C;
}

.btn_sm {
  color: #327136;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  font-family: "Open Sans", sans-serif;
}
.btn_sm:after {
  content: "";
  position: absolute;
  background-image: url(../img/arrow.svg);
  top: 5px;
  right: -25px;
  width: 15px;
  height: 14px;
  background-size: 100%;
}
.btn_sm:hover {
  color: #202188;
}
.btn_sm:hover:after {
  filter: brightness(0) saturate(100%) invert(20%) sepia(35%) saturate(4674%) hue-rotate(229deg) brightness(73%) contrast(106%);
}

.btn_submit {
  background: #F0AB2B;
  color: #1C1C1C;
  display: inline-block;
  padding: 8px 40px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  border-radius: 50px;
  border: 0;
}
.btn_submit:hover {
  background: #327136;
  color: #ffffff;
}

.container {
  max-width: 1200px;
}

img {
  max-width: 100%;
  height: auto;
}

.form-control {
  border: 1px solid #1C1C1C;
  border-radius: 0;
  min-height: 45px;
  background-color: #EFEFF0;
}

.no-margin {
  margin-left: 0px;
  margin-right: 0px;
}

.sm-gutters > .col,
.sm-gutters > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

select {
  min-height: 24px;
  background-image: url(../img/arrow-down.svg);
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: top 16px right 12px;
  min-width: 100px;
  background-size: 16px;
  border: 1px solid #202188;
  background-color: #fff;
  color: #1C1C1C;
}
select.form-control {
  color: #1C1C1C;
  background-color: #fff;
}

.search-box .btn {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  z-index: 9;
}
.search-box .form-control {
  color: #000;
}
.search-box ::-webkit-input-placeholder {
  color: #000;
}
.search-box ::-moz-placeholder {
  color: #000;
}
.search-box :-ms-input-placeholder {
  color: #000;
}
.search-box :-moz-placeholder {
  color: #000;
}

label.title {
  font-weight: 700;
  font-size: 16px;
}

::-webkit-input-placeholder {
  color: #000 !important;
  opacity: 1 !important;
}

::-moz-placeholder {
  color: #000 !important;
  opacity: 1 !important;
}

:-ms-input-placeholder {
  color: #000 !important;
  opacity: 1 !important;
}

:-moz-placeholder {
  color: #000 !important;
  opacity: 1 !important;
}

.main_header {
  position: relative;
  background: #fff;
  z-index: 99;
  width: 100%;
  top: 0px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.main_header a {
  text-decoration: none;
  font-weight: 700;
}
.main_header .top_header {
  background: #202188;
  padding: 3px 0px;
}
.main_header .select_language {
  display: inline-block;
  z-index: 9;
  width: 24px;
  height: 34px;
  margin-right: 18px;
}
.main_header .select_language select {
  cursor: pointer;
  background: none;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../img/globe.svg) !important;
  background-repeat: no-repeat;
  font-size: 0;
  background-size: 24px;
}
.main_header .select_language select option {
  font-size: 16px;
}
.main_header .select_language select::-ms-expand {
  display: none;
}
.main_header .select_language :focus-visible {
  outline: 0;
}
.main_header .navbar {
  padding: 0px;
  height: 125px;
  position: relative;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.main_header .navbar-brand {
  display: flex;
  align-items: center;
  position: absolute;
  padding: 0px;
}
.main_header .navbar-brand img {
  max-width: 150px;
  margin-right: 0px;
}
.main_header .navbar-brand .logo-txt {
  font-size: 34px;
  color: #1C1C1C;
  font-family: "Ubuntu", sans-serif;
  line-height: 26px;
  padding-left: 10px;
  padding-bottom: 10px;
}
.main_header .navbar-brand .logo-txt .logo-city {
  color: #202188;
  font-size: 20px;
}
.main_header .navbar-collapse {
  flex-direction: column;
}
.main_header .container {
  align-items: flex-start;
}
.main_header .top_header_cont {
  margin-left: auto;
  z-index: 9;
  padding-top: 15px;
}
.main_header .navbar ul {
  list-style: none;
  padding: 0;
}
.main_header .navbar .container-fluid {
  align-items: flex-start;
}
.main_header .social_media {
  display: flex;
  padding-right: 20px;
}
.main_header .social_media ul {
  display: flex;
  margin: 0;
  padding: 0px;
  list-style: none;
  visibility: visible;
  align-items: center;
}
.main_header .social_media ul li {
  margin-right: 5px;
}
.main_header .social_media a {
  padding: 7px 9px;
  display: block;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background-color: #202188;
}
.main_header .social_media a img {
  max-width: 24px;
  max-height: 18px;
}
.main_header .social_media a:hover {
  background: #327136;
}
.main_header .header-right {
  display: flex;
  align-items: center;
}
.main_header .top_menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.main_header .top_menu .top_inner_menu {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding-right: 0;
  list-style: none;
}
.main_header .top_menu .top_inner_menu a {
  font-size: 14px;
  padding: 8px 17px;
  display: flex;
  position: relative;
  color: #fff;
  font-family: "Open Sans", sans-serif;
}
.main_header .top_menu .top_inner_menu a img {
  padding-right: 10px;
}
.main_header .top_menu .top_inner_menu a span {
  padding-left: 0px;
}
.main_header .top_menu .top_inner_menu a:hover {
  color: #fff;
  text-decoration: underline;
}
.main_header .top_menu .top_inner_menu li:last-child a::after {
  display: none;
}
.main_header .top_menu .donate-btn {
  margin-right: 10px;
}
.main_header .top_menu .donate-btn a {
  min-width: 130px;
}
.main_header .top_menu .donate-btn a:hover {
  color: #fff;
}
.main_header .top_search {
  display: flex;
  position: relative;
  margin-right: 0px;
  border: 1px solid #202188;
  border-radius: 20px;
  background: #EFEFF0;
  height: 45px;
  z-index: 10;
  max-width: 230px;
}
.main_header .top_search div.asp_m.asp_m_1 {
  background: none;
  background-image: none;
}
.main_header .top_search div.asp_m.asp_m_1 .probox .proinput input.orig {
  margin: 0 !important;
  height: 40px;
}
.main_header .top_search div.asp_m.asp_m_1 .probox .promagnifier {
  background-image: none;
}
.main_header .top_search div.asp_m.asp_m_1 .probox .promagnifier .innericon {
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.main_header .top_search div.asp_m.asp_m_1 .probox .promagnifier .innericon svg {
  fill: #202188;
}
.main_header .top_search div.asp_m.asp_m_1 .probox .proloading {
  position: absolute;
  top: 7px;
  right: 40px;
}
.main_header .top_search div.asp_m.ajaxsearchpro .probox .proclose {
  position: absolute;
  right: 40px;
  top: 6px;
}
.main_header .top_search .form-control {
  min-height: 40px;
  padding: 2px 10px;
  border-radius: 0px;
  max-width: 250px;
  height: auto;
}
.main_header .top_search .searchbardiv {
  max-width: 250px;
  display: none;
}
.main_header .top_search .buttonsearch {
  background: none;
  border: 0;
}
.main_header .top_search .buttonsearch img {
  max-width: 25px;
}
.main_header .top_search .probox {
  border: 0 !important;
  overflow: visible !important;
  height: auto;
  min-width: 230px;
}
.main_header .top_search .asp_main_container {
  overflow: visible !important;
}
.main_header .top_search .proinput input.orig {
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px !important;
  color: #000 !important;
  border-bottom: 0 !important;
  padding-bottom: 4px !important;
  font-weight: 400 !important;
}
.main_header .top_search ::-webkit-input-placeholder {
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px !important;
  color: #000 !important;
  font-weight: 400 !important;
}
.main_header .top_search ::-moz-placeholder {
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px !important;
  color: #000 !important;
  font-weight: 400 !important;
}
.main_header .top_search :-ms-input-placeholder {
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px !important;
  color: #000 !important;
  font-weight: 400 !important;
}
.main_header .top_search :-moz-placeholder {
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px !important;
  color: #000 !important;
  font-weight: 400 !important;
}
.main_header .nav_bottom {
  margin-top: 0px;
  margin-left: auto;
  display: flex;
  align-items: center;
}
.main_header .navbar-nav > li {
  position: relative;
  margin: 0px 17px;
}
.main_header .navbar-nav > li.current-menu-item a {
  color: #327136;
}
.main_header .navbar-nav > li > a {
  font-size: 18px;
  padding: 35px 0 35px 0 !important;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #202188;
  font-family: "Ubuntu", sans-serif;
}
@media (min-width: 1200px) {
  .main_header .navbar-nav > li:hover .dropdown-menu {
    display: block;
  }
}
.main_header .navbar-nav > li:hover > a {
  /* color: $secondary !important; */
}
.main_header .navbar-nav > li:hover > a::after {
  content: "";
  position: absolute;
  height: 8px;
  width: 100%;
  bottom: 0;
  bottom: -1px;
  background: #202188;
}
.main_header .navbar-nav > li.megamenu > .megadrop {
  padding-top: 20px;
  -moz-column-count: 2;
  column-count: 2;
  width: 550px;
  left: -220px;
  transform: none;
}
.main_header .navbar-nav .dropdown-menu {
  width: 300px;
  border-radius: 0px;
  padding: 0px;
  text-align: left;
  margin-top: 0;
  left: -20px;
  background: #fff;
  top: 100%;
  border: 0;
  padding-top: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-top: 5px solid #000000;
  border-radius: 0;
  padding-bottom: 15px;
}
.main_header .navbar-nav .dropdown-menu > li {
  margin-bottom: 0px;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.main_header .navbar-nav .dropdown-menu > li > a {
  color: #202188;
  text-align: left;
  display: block;
  padding: 5px 30px;
  font-size: 16px;
  padding-left: 0px;
  padding-right: 0px;
}
.main_header .navbar-nav .dropdown-menu > li > a:hover {
  color: #327136;
}
.main_header .navbar-nav .dropdown-menu a {
  white-space: normal;
  background: none;
}
.main_header .navbar-nav .dropdown-menu .mega-submenu {
  padding-left: 0px;
}
.main_header .navbar-nav .dropdown-menu .mega-submenu li {
  margin-bottom: 8px;
}
.main_header .navbar-nav .dropdown-menu .mega-submenu li > a {
  font-size: 16px;
  color: #1C1C1C;
}
.main_header .navbar-nav .dropdown-menu .mega-submenu li > a:hover {
  color: #327136;
}
.main_header .navbar-nav .dropdown-menu .mega-submenu li ul {
  padding-left: 15px;
  padding-top: 5px;
}
.main_header .navbar-nav .dropdown-menu .mega-submenu li ul li a {
  font-weight: normal;
}
.main_header .navbar-nav .dropdown-menu .mega-submenu li ul li a:hover {
  color: #327136;
  text-decoration: underline;
}
.main_header .navbar-nav .dropdown-menu .svce_btn {
  display: inline-block;
  margin-bottom: 8px;
}
.main_header .navbar-nav .dropdown-menu .svce_btn a {
  background: #F0AB2B;
  color: #1C1C1C !important;
  display: inline-block;
  padding: 8px 20px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  border-radius: 100px;
  border: 0;
}
.main_header .navbar-nav .dropdown-menu .svce_btn a:hover {
  background: #327136;
  color: #ffffff !important;
}
.main_header .plus-minus {
  position: absolute;
  top: 10px;
  right: 22px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  .main_header .plus-minus {
    display: none;
  }
}
.main_header .plus-minus::after {
  content: "+";
  position: absolute;
  color: #202188;
  font-weight: bold;
  font-size: 24px;
}
.main_header .plus-minus.minus-icon::after {
  content: "-";
  margin-top: -2px;
}
.main_header.header-recreation .top_header {
  padding-top: 8px;
  padding-bottom: 8px;
}
.main_header.header-recreation .top_header .container-fluid {
  padding-left: 15px;
}
.main_header.header-recreation .top_menu {
  justify-content: space-between;
}
.main_header.header-recreation .menu-right {
  display: flex;
}
.main_header.header-recreation .menu-right .select_search {
  display: flex;
}
.main_header.header-recreation .menu-right .select_search select {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(141deg) brightness(102%) contrast(104%);
  margin-top: 10px;
}
.main_header.header-recreation .menu-left a {
  font-size: 15px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  display: flex;
  align-items: center;
}
.main_header.header-recreation .menu-left a img {
  margin-right: 5px;
}
.main_header.header-recreation .top_search {
  height: 42px;
}
.main_header.header-recreation .top_search div.asp_m.asp_m_1 .probox .proinput input.orig {
  height: 36px !important;
}
.main_header.header-recreation .navbar-nav > li > a {
  font-size: 16px;
  color: #1C1C1C;
}
@media (min-width: 1500px) and (max-width: 1700px) {
  .main_header.header-recreation .nav_bottom {
    width: calc(100% - 420px);
    justify-content: flex-end;
  }
}
@media (min-width: 1300px) and (max-width: 1500px) {
  .main_header.header-recreation .nav_bottom {
    width: calc(100% - 360px);
    justify-content: flex-end;
  }
}

div.asp_r.asp_r_1 .asp_nores .asp_keyword {
  color: #1C1C1C !important;
}

div.asp_r.asp_r_1.vertical {
  padding: 2px 2px 3px !important;
  background: #202188 !important;
  margin-top: 20px;
}

.main_banner {
  position: relative;
  /* &:after {
      content: "";
      position: absolute;
      bottom: 0px;
      width: 100%;
      height: 122px;
      background-image: url(../img/banner-shape.png);
      z-index: 1;
      background-size: cover;
      left: 0px;
  } */
}
.main_banner:before {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(90deg, #000000D1, #54545400); */
  z-index: 1;
}
.main_banner h2 {
  color: #1C1C1C;
  font-size: 36px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.main_banner .carousel-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* height: calc(100vh - 0px);
  width: 100%;
  object-fit: cover; */
}
.main_banner .carousel-caption {
  left: 0;
  right: 0;
  text-align: center;
  top: 20%;
  width: 487px;
  height: 257px;
  margin: auto;
  bottom: 0;
  transform: translateY(-50%);
  background-image: url(../img/banner-Subtraction-bg.png);
  align-items: center;
  justify-content: center;
  display: flex;
  flex-flow: column;
}
.main_banner .btn_sm {
  padding: 13px 35px;
  margin-top: 20px;
}
.main_banner .carousel-control-next {
  width: auto;
  right: 30px;
}
.main_banner .carousel-control-next img {
  transform: rotate(180deg);
}
.main_banner .carousel-control-prev {
  width: auto;
  left: 30px;
}

.recreation-main .nav_section {
  position: absolute;
  /* max-width: 1500px; */
  bottom: 0;
  z-index: 9;
  max-width: 96%;
  width: 96%;
  left: 3%;
  right: 3%;
  padding: 0;
}
.recreation-main .nav_section .navcol {
  width: 16.3%;
  padding: 0px;
}
.recreation-main .nav_section .navBlock_col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  height: 210px;
  background: rgba(50, 113, 54, 0.95);
  margin-left: 5px;
}
.recreation-main .nav_section .navBlock_col:hover {
  background: rgba(32, 33, 136, 0.9098039216);
}

.nav_section {
  position: absolute;
  /* max-width: 1500px; */
  bottom: 0;
  z-index: 9;
  max-width: 96%;
  width: 96%;
  left: 3%;
  right: 3%;
  padding: 0;
}
.nav_section .navcol {
  width: 16.3%;
  padding: 0px;
}
.nav_section .navBlock_col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  height: 210px;
  background: rgba(32, 33, 136, 0.9098039216);
  margin-left: 5px;
}
.nav_section .navBlock_col:hover {
  background: rgba(50, 113, 54, 0.95);
}
.nav_section .navblock_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  width: 87px;
  height: 87px;
  margin-bottom: 15px;
  border: 1px solid #fff;
}
.nav_section span {
  margin: 0px;
  text-align: center;
  font-family: "Ubuntu", sans-serif;
  font-size: 20px;
  color: #ffffff;
}
.nav_section a:hover {
  /*  .navblock_icon {
      background: $secondary;
  }
  h4 {
      color: $secondary;
  } */
}

.featured-programs {
  background: #ffffff;
  padding-top: 100px;
  padding-bottom: 0;
  /* .top-title {
      display: flex;
      align-items: center;
      padding-bottom: 40px;
      justify-content: center;
      h2{
          @include opensans;
          font-size: 32px;
          color: $black;
          margin: 0;
          span{
              font-size: 42px;
              @include bold
          }
      }
  } */
}
.featured-programs.paddtop60 {
  padding-top: 60px;
}
.featured-programs .fp_card_col {
  padding-left: 8px;
  padding-right: 8px;
}
.featured-programs .programs_list_info .programs_lst_row {
  background: #fff;
  cursor: pointer;
}
.featured-programs .programs_list_info .programs_lst_row .programsimg img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.featured-programs .programs_list_info .programs_lst_row .programsbody_inner {
  padding: 16px 0 16px 0;
  /*
  a.btn_learn {
      color: $secondary;
      font-size: 21px;
      @include opensans;
      @include bold;
      cursor: pointer;
      position: relative;
      &:after {
          content: '';
          position: absolute;
          background-image: url(../img/arrow.svg);
          top: 8px;
          right: -25px;
          width: 19px;
          height: 18px;
      }
  }*/
}
.featured-programs .programs_list_info .programs_lst_row .programsbody_inner h3 {
  margin-bottom: 20px;
  color: #1C1C1C;
  font-weight: 700;
}
.featured-programs .programs_list_info .programs_lst_row .programsbody_inner > a {
  font-size: 18px;
}
.featured-programs .programs_list_info .programs_lst_row .programsbody_inner > a:hover img {
  filter: brightness(0) saturate(100%) invert(12%) sepia(65%) saturate(3734%) hue-rotate(237deg) brightness(90%) contrast(104%);
}
.featured-programs .programs_list_info .programs_lst_row:hover .programsbody_inner a.btn_learn {
  color: #202188;
}
.featured-programs .programs_list_info .programs_lst_row:hover .programsbody_inner a.btn_learn:after {
  filter: brightness(0) saturate(100%) invert(20%) sepia(35%) saturate(4674%) hue-rotate(229deg) brightness(73%) contrast(106%);
}

.img_buttons.imagelist {
  position: relative;
  background-image: url(../img/home-grey-bg.svg);
  padding-top: 200px;
  padding-bottom: 100px;
  background-position: -10px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.counters_number {
  position: relative;
  padding-top: 140px;
  padding-bottom: 45px;
  margin-top: 0;
  background-image: url(../img/counters-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.counters_number .shape_top {
  position: absolute;
  top: 0;
}
.counters_number .counter-box {
  display: block;
  padding: 40px 20px 37px;
  text-align: center;
}
.counters_number .counter-box .counter {
  font-size: 55px;
  font-weight: 700;
  color: #ffffff;
  padding-bottom: 10px;
}
.counters_number .counter-box span {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
}
.counters_number .counter-box span.percent {
  font-size: 55px;
}

.section-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}

.more-detail {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 10px;
}

.top-Title {
  text-align: center;
  margin-bottom: 15px;
}
.top-Title.text-left {
  align-items: flex-start;
}
.top-Title.text-center {
  margin-bottom: 30px;
}
.top-Title h2 {
  color: #1C1C1C;
}
.top-Title .btn_sm {
  margin-top: 10px;
}

.mission {
  padding-top: 180px;
  position: relative;
}
.mission .img_buttons {
  padding-top: 20px;
}
.mission::before {
  content: "";
  position: absolute;
  background: #F3F1EB;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: -9;
  height: 80%;
}

.NewsMettings {
  padding-top: 100px;
  padding-bottom: 0;
  position: relative;
}

.newsRowMain {
  margin-left: -8px;
  margin-right: -8px;
}

.mt_card_col {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 0;
}

.mt-img-wrap {
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  height: 100%;
}
.mt-img-wrap .img_mt_block img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.mt-img-wrap h3 {
  color: #1C1C1C;
}
.mt-img-wrap .text_mt_block {
  padding: 15px;
}
.mt-img-wrap .text_mt_block h3 {
  font-weight: 700;
  font-family: "Ubuntu", sans-serif;
  color: #473D3C;
  font-size: 21px;
}
.mt-img-wrap .text_mt_block h4 {
  font-weight: 700;
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  color: #1C1C1C;
  padding-bottom: 5px;
}
.mt-img-wrap .text_mt_block h5 {
  font-weight: 600;
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  color: #1C1C1C;
  padding-bottom: 5px;
}
.mt-img-wrap .text_mt_block span {
  font-weight: 600;
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  color: #1C1C1C;
  padding-bottom: 5px;
  display: block;
}
.mt-img-wrap .text_mt_block .icon-connect {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 5px;
}
.mt-img-wrap .text_mt_block .icon-connect .icon {
  width: 71px;
  display: flex;
}
.mt-img-wrap .text_mt_block .icon-connect .icon-txt {
  display: inline-block;
  padding-top: 8px;
}
.mt-img-wrap a {
  text-decoration: none;
}
.mt-img-wrap.noimg {
  padding-top: 30px;
}
.mt-img-wrap:hover .text_mt_block h3 {
  color: #202188;
  text-decoration: underline;
}

.meetingBoxblock {
  background: #fff;
}
.meetingBoxblock .meetingBox {
  display: grid;
  grid-template-columns: 90px auto;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  margin-bottom: 5px;
}
.meetingBoxblock .meetingBox:hover h3 {
  color: #202188;
  text-decoration: underline;
}
.meetingBoxblock .timedate {
  background: #F0AB2B;
  color: #1C1C1C;
  font-size: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
}
.meetingBoxblock .timedate span {
  display: block;
}
.meetingBoxblock .meetingInfo {
  padding: 12px;
}
.meetingBoxblock .meetingInfo p {
  margin-bottom: 0px;
}
.meetingBoxblock .meetingInfo p span {
  font-size: 16px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
}
.meetingBoxblock .meetingInfo h3 {
  color: #1C1C1C;
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 7px;
}

.signup-alerts {
  padding-top: 100px;
}
.signup-alerts .form_bg {
  padding: 40px 0px;
  background: url(../img/signup_bg.svg);
}
.signup-alerts .form_bg .generic_form-news {
  max-width: 900px;
  margin: 0 auto;
}
.signup-alerts .form_bg .generic_form-news p {
  margin-bottom: 10px;
  color: #fff;
}
.signup-alerts .form_bg .generic_form-news h2 {
  color: #fff;
  font-size: 36px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  margin: 0;
}
.signup-alerts .form_bg .generic_form-news .form-control {
  border: 1px solid #E8E9EA;
  min-height: 45px;
}
.signup-alerts form {
  display: grid;
  justify-content: center;
  grid-template-columns: 1fr 140px;
  max-width: 800px;
  margin: 0 auto;
}

.connect-withus {
  padding-top: 100px;
}

.main-text-cards .top-Title.text-center {
  margin-bottom: 40px;
}

.site_img_panel .panel_det_r h3 {
  font-size: 28px;
  margin-bottom: 20px;
}
.site_img_panel .link {
  margin-top: 30px;
}
.site_img_panel .panel_row {
  background-color: #EFEFF0;
  margin-left: 0;
}
.site_img_panel .panel_row .col_img {
  padding-left: 0px;
}

.logo_slider,
.logo_slider5 {
  padding: 30px 0px;
}
.logo_slider .item,
.logo_slider5 .item {
  text-align: center;
}
.logo_slider .owl-carousel .owl-item img,
.logo_slider5 .owl-carousel .owl-item img {
  width: auto;
  transition: all 0.3s ease-in-out;
}
.logo_slider .logo-slider-area,
.logo_slider5 .logo-slider-area {
  padding-top: 0px;
}
.logo_slider .owl-dots,
.logo_slider5 .owl-dots {
  text-align: center;
  padding-top: 25px;
}
.logo_slider .owl-dot,
.logo_slider5 .owl-dot {
  background: #424548 !important;
  width: 14px;
  height: 14px;
  border-radius: 100px;
  box-shadow: none;
  margin-right: 6px;
}
.logo_slider .owl-dot.active,
.logo_slider5 .owl-dot.active {
  background: #380E2D !important;
}
.logo_slider .partner-logo,
.logo_slider5 .partner-logo {
  padding-top: 8px;
  display: flex;
  justify-content: center;
}
.logo_slider .logo-caption span,
.logo_slider5 .logo-caption span {
  font-weight: normal;
  display: block;
}
.logo_slider .logo-caption.inline-caption span,
.logo_slider5 .logo-caption.inline-caption span {
  display: inline-block;
}

.upcoming_events {
  padding: 60px 0px;
}

.meeting-content {
  max-width: 1000px;
  margin: 0 auto;
}

.back_next_posts {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.back_next_posts a {
  color: #202188;
}

.accordion_block {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  margin-bottom: 15px;
}

.main_acco_title {
  display: flex;
  border-radius: 0px;
  background: #fff;
  position: relative;
  cursor: pointer;
}
.main_acco_title .date_meet {
  background: #202188;
  color: #fff;
  min-width: 110px;
  min-height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-radius: 0px;
  flex-direction: column;
}
.main_acco_title .date_meet span {
  display: block;
  padding-top: 5px;
  font-weight: normal;
}
.main_acco_title .acco_title_info {
  flex-grow: 1;
  padding: 15px 20px;
  padding-right: 40px;
}
.main_acco_title .acco_title_info p {
  margin-bottom: 3px;
}
.main_acco_title h4 {
  margin-bottom: 8px;
  color: #202188;
}
.main_acco_title p {
  font-size: 15px;
  line-height: 22px;
}
.main_acco_title .accosign {
  position: absolute;
  top: 25px;
  right: 25px;
}
.main_acco_title .accosign img {
  max-width: 18px;
}
.main_acco_title.active .accosign img {
  transform: rotate(180deg);
}
.acco_panel {
  display: none;
  background: #fff;
  padding: 25px;
}
.acco_panel .date {
  font-weight: 700;
}
.acco_panel .document_era {
  margin-top: 0px;
  margin-bottom: 20px;
}
.acco_panel .document_era h3 {
  margin-bottom: 20px;
}

.meeting-wraper {
  padding-bottom: 50px;
}
.meeting-wraper .filterWrap-meet {
  display: grid;
  grid-template-columns: 1fr 1fr 2.3fr;
  max-width: 90%;
  grid-column-gap: 15px;
  margin-top: 30px;
  margin-bottom: 50px;
}

.filter_sort {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.filter_sort select {
  min-width: 180px;
}

.dir_content {
  max-width: 1050px;
  padding: 0px 15px;
  margin: 0 auto;
  padding-top: 50px;
}
.dir_content .acctitle_pb h4 {
  margin-bottom: 0px;
}
.dir_content .acco_sign_pb {
  transform: translateY(-50%);
  top: 50% !important;
}

.directory_wrap .logo_slider5 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.contact_wraper {
  background: #EBE9DF;
  padding-bottom: 50px;
}
.contact_wraper .page_title h1 {
  padding-bottom: 40px;
}
.contact_wraper .contact_content p {
  display: flex;
  flex-wrap: wrap;
}
.contact_wraper .contact_content p span {
  min-width: 30px;
}

.Department-details {
  padding-top: 130px;
}
.Department-details .depart_cont .top-intr-text {
  padding-bottom: 25px;
}
.Department-details .depart_cont .top-intr-text p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}
.Department-details .depart_cont .top-intr-text p strong {
  font-weight: 700;
}
.Department-details .depart_cont .img_text_card_row .img_text_card_col:first-child {
  padding-left: 15px;
}
.Department-details .depart_cont .img_text_card_row .img_text_card_col:last-child {
  padding-right: 15px;
}
.Department-details .no-margin {
  margin-left: -8px;
}
.Department-details .col-le {
  max-width: calc(100% - 400px);
}
.Department-details .col-re {
  min-width: 340px;
  max-width: 340px;
}

.main_banner.recreation-main .nav_section .navcol {
  width: 25%;
}
.main_banner.recreation-main .carousel-caption {
  left: 3%;
  right: 0;
  text-align: left;
  top: 0;
  width: 100%;
  height: 257px;
  margin: auto;
  bottom: 0;
  transform: translateY(-30%);
  align-items: flex-start;
  justify-content: flex-start;
  display: flex;
  background: none;
}
.main_banner.recreation-main .carousel-caption h2 {
  color: #202188;
  font-size: 36px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  line-height: 80px;
  text-transform: uppercase;
}
.main_banner.recreation-main .carousel-caption h2 span {
  color: #1C1C1C;
  font-size: 84px;
  font-family: "Ubuntu", sans-serif;
}

.NewsMettings.imagegray {
  position: relative;
  background-image: url(../img/home-grey-bg.svg);
  padding-top: 200px;
  padding-bottom: 200px;
  background-position: -10px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
.NewsMettings .form_bg {
  /* padding:40px 0px 40px;
      background: url(../img/signup_bg.svg);
      background-size: 100%;
      background-repeat: no-repeat; */
  padding: 40px 0px 40px;
  background-image: url(../img/traingles-left.png), url(../img/traingles-right.png);
  background-position: left 132px, right 12px;
  background-repeat: no-repeat, no-repeat;
  background-color: #202188;
}
.NewsMettings .form_bg form {
  display: grid;
  justify-content: center;
  grid-template-columns: 1fr 140px;
  max-width: 800px;
  margin: 0 auto;
}
.NewsMettings .form_bg .generic_form-news {
  max-width: 800px;
  margin: 0 auto;
}
.NewsMettings .form_bg .generic_form-news p {
  margin-bottom: 10px;
  color: #fff;
}
.NewsMettings .form_bg .generic_form-news h2 {
  color: #fff;
  font-size: 36px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  margin: 0;
}
.NewsMettings .form_bg .generic_form-news .form-control {
  border: 1px solid #E8E9EA;
  min-height: 45px;
}
.NewsMettings .gform_fields {
  grid-column-gap: 8px !important;
  grid-row-gap: 0 !important;
}
.NewsMettings .form_bg {
  position: absolute;
  bottom: -110px;
  left: 0;
  right: 0;
  width: 1370px;
  margin: 0 auto;
}
.NewsMettings .form_bg .generic_form-news {
  max-width: 900px;
  margin: 0 auto;
}
.NewsMettings .form_bg .generic_form-news p {
  margin-bottom: 10px;
  color: #fff;
}
.NewsMettings .form_bg .generic_form-news h2 {
  color: #fff;
  font-size: 38px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  margin: 0;
}
.NewsMettings .form_bg .generic_form-news .form-control {
  border: 1px solid #E8E9EA;
  min-height: 45px;
}

.pinole-tv {
  padding-top: 210px;
}
.pinole-tv .cont-center {
  padding-top: 40px;
}

.dp-wrapper {
  justify-content: space-between;
  gap: 60px;
  margin: 0;
}

.gover_cont {
  padding-bottom: 20px;
}
.gover_cont .top-intr-text {
  max-width: 1000px;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 30px;
}
.gover_cont .top-intr-text p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}
.gover_cont .top-intr-text p strong {
  font-weight: 700;
  font-style: italic;
}

.government_wrap {
  position: relative;
}
.government_wrap::after {
  content: "";
  position: absolute;
  bottom: -180px;
  height: 200px;
  background-color: #EFEFF0;
  width: 100%;
  left: 0;
}

.button_list {
  padding-top: 50px;
  padding-bottom: 30px;
}

.footer {
  background-image: url(../img/bg-footer.svg);
  margin-top: 50px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer .footer-top {
  padding: 160px 0px 60px;
}
.footer .footer_logo {
  margin-bottom: 40px;
}
.footer .footer-top-grid {
  /* display: grid;
  grid-template-columns: 1fr 2fr 1fr; */
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer .footer-top-grid .foo_col1 h4 {
  color: #ffffff;
  border-bottom: 1px solid #6566aa;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
}
.footer .footer-top-grid .foo_col1 ul {
  list-style: none;
  padding: 0px;
}
.footer .footer-top-grid .foo_col1 ul li {
  color: #fff;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
}
.footer .footer-top-grid .foo_col1 ul li strong {
  margin-right: 2px;
}
.footer .footer-top-grid .foo_col1 ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}
.footer .footer-top-grid .foo_col1 ul li a:hover {
  color: #F0AB2B;
  text-decoration: underline;
}
.footer .footer-top-grid .foo_col1 ul li img {
  margin-right: 10px;
  margin-top: 4px;
}
.footer .footer-top-grid .foo_col2 h4 {
  color: #ffffff;
  border-bottom: 1px solid #6566aa;
  margin: 0 0 15px 0;
  padding: 0 0 10px 0;
}
.footer .footer-top-grid .foo_col2 ul {
  list-style: none;
  padding: 0 120px 0 0;
  /* display: inline-table; */
  -moz-column-count: 2;
       column-count: 2;
}
.footer .footer-top-grid .foo_col2 ul li {
  color: #fff;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
}
.footer .footer-top-grid .foo_col2 ul li strong {
  margin-right: 2px;
}
.footer .footer-top-grid .foo_col2 ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
}
.footer .footer-top-grid .foo_col2 ul li a:hover {
  color: #F0AB2B;
  text-decoration: underline;
}
.footer .footer-top-grid .foo_col2 ul li img {
  margin-right: 10px;
  margin-top: 4px;
}
.footer .soc_media {
  display: flex;
  padding-right: 20px;
}
.footer .soc_media ul {
  display: flex;
  margin: 0;
  padding: 0px;
  list-style: none;
  visibility: visible;
  align-items: center;
}
.footer .soc_media ul li {
  margin-right: 5px;
}
.footer .soc_media a {
  padding: 7px 9px;
  display: block;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background-color: #ffffff;
}
.footer .soc_media a img {
  max-width: 30px;
  max-height: 30px;
}
.footer .soc_media a:hover {
  background: #327136;
}
.footer .soc_media a:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7482%) hue-rotate(86deg) brightness(100%) contrast(105%);
}
.footer .footer-bottom {
  padding: 15px 0px;
}
.footer .footer-bottom .footer-bottom-content {
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
}
.footer .footer-bottom .footer-bottom-content ul {
  list-style: none;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0px;
}
.footer .footer-bottom .footer-bottom-content ul li {
  padding: 0px 15px;
  position: relative;
}
.footer .footer-bottom .footer-bottom-content ul li a {
  color: #fff;
  font-family: "Ubuntu", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
}
.footer .footer-bottom .footer-bottom-content ul li a:hover {
  color: #F0AB2B;
  text-decoration: underline;
}
.footer .footer-bottom .footer-bottom-content ul li::after {
  content: "";
  position: absolute;
  right: 0px;
  width: 1px;
  height: 12px;
  top: 7px;
  background: #fff;
}
.footer .footer-bottom .footer-bottom-content ul li:last-child::after {
  display: none;
}
.footer .footer-bottom .footer-bottom-content ul li:last-child {
  padding-right: 0px;
}
.footer .footer-bottom .copyright {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .footer-bottom .copyright p {
  color: #fff;
  margin-bottom: 0px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

.gray,
.grey {
  background-color: #EFEFF0 !important;
}

.main_wrapper > section {
  padding: 50px 0px;
}

.editor-styles-wrapper h1 {
  font-family: "Ubuntu", sans-serif !important;
  font-weight: 700 !important;
}

.editor-styles-wrapper h2 {
  font-family: "Ubuntu", sans-serif !important;
  font-weight: 700 !important;
  color: #1C1C1C;
  font-size: 38px !important;
}

.editor-styles-wrapper .wp-block-button .wp-block-button__link {
  border-radius: 30px !important;
  background-color: #F0AB2B !important;
  color: #1C1C1C !important;
  font-size: 16px !important;
  font-weight: bold;
}

.main_wrapper {
  padding-top: 0;
  position: relative;
}
.main_wrapper p {
  margin-bottom: 20px;
}

.main_breadcrumb {
  /* position: absolute;
  left: 207px;
  top: 15px;*/
  padding-top: 30px;
}
.main_breadcrumb .container {
  max-width: 100%;
  padding-left: 190px;
}
.main_breadcrumb .breadcrumb {
  background: none;
  margin: 0px;
  padding-left: 10px;
  padding-right: 30px;
  font-size: 15px;
  text-transform: uppercase;
  padding-top: 6px;
  padding-bottom: 6px;
  align-items: center;
}
.main_breadcrumb .breadcrumb a {
  color: #1C1C1C;
  font-weight: normal;
  text-decoration: none;
  color: #1C1C1C;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}
.main_breadcrumb .breadcrumb li.active {
  color: #1C1C1C;
  font-weight: 700;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}
.main_breadcrumb .breadcrumb img {
  vertical-align: unset;
  margin-right: 2px;
}
.main_breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "";
  background: url(../img/down_small.svg);
  background-repeat: repeat;
  background-repeat: no-repeat;
  margin-top: 6px;
  margin-right: 3px;
  margin-left: 3px;
  padding-right: 5px;
  padding-left: 5px;
}
.main_breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 3px;
}
.page_title {
  padding-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.page_title h1 {
  position: relative;
  z-index: 9;
  display: table;
  padding-bottom: 42px;
  text-transform: uppercase;
  color: #1C1C1C;
  font-size: 48px;
  font-weight: 700;
  margin: 0;
}

.left-page_title {
  display: flex;
  align-items: center;
  justify-content: left;
  text-align: left;
}
.left-page_title h1 {
  position: relative;
  z-index: 9;
  display: table;
  padding-bottom: 42px;
  text-transform: uppercase;
  color: #1C1C1C;
  font-size: 52px;
  font-weight: 700;
  margin: 0;
}
.left-page_title h2 {
  position: relative;
  z-index: 9;
  display: table;
  padding-bottom: 25px;
  text-transform: uppercase;
  color: #1C1C1C;
  font-weight: 700;
  margin: 0;
}

.generic_middle_block {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
  padding-top: 0px;
}
.generic_middle_block .date {
  color: #1C1C1C;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 15px;
  display: block;
  line-height: 25px;
}
.generic_middle_block h2 {
  color: #1C1C1C;
  text-transform: uppercase;
  padding-bottom: 10px;
  line-height: 50px;
}
.generic_middle_block .txt-italic {
  font-style: italic;
  text-align: center;
  padding-bottom: 30px;
}
.generic_middle_block ul {
  margin-bottom: 16px;
}
.generic_middle_block ul li {
  color: #1C1C1C;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  list-style: disc;
  padding-bottom: 5px;
}
.generic_middle_block ol {
  margin-bottom: 16px;
}
.generic_middle_block ol li {
  list-style: decimal;
  color: #1C1C1C;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  padding-bottom: 5px;
}

.img_carousel {
  background-color: #EFEFF0;
  padding: 80px 0px 110px !important;
}
.img_carousel #general-slider_1 {
  max-width: 1400px;
  margin: 0 auto;
}

.general_carousel {
  margin-bottom: 10px;
  /* .carousel-control-next:hover img,
  .carousel-control-prev:hover img {
      @include img-white;
  } */
}
.general_carousel .carousel-control-prev img {
  transform: rotate(180deg);
}
.general_carousel .carousel-control-next,
.general_carousel .carousel-control-prev {
  width: 54px;
  height: 54px;
  top: 45%;
  background: #fff;
  opacity: 1;
}
.general_carousel .carousel-control-next img,
.general_carousel .carousel-control-prev img {
  max-width: 26px;
}
.general_carousel .carousel-control-next:hover,
.general_carousel .carousel-control-prev:hover {
  background-color: #F0AB2B;
}
.general_carousel .carousel-control-next:hover img,
.general_carousel .carousel-control-prev:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(141deg) brightness(102%) contrast(104%);
}
.general_carousel .carousel-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.doc_block {
  display: block;
  color: #327136;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  text-decoration: none;
}
.doc_block img {
  margin-right: 8px;
  max-width: 20px;
}
.doc_block strong {
  font-size: 16px;
  margin-right: 10px;
}
.doc_block:hover {
  color: #202188;
  text-decoration: underline;
}
.doc_block:hover img {
  filter: brightness(0) saturate(100%) invert(9%) sepia(87%) saturate(5689%) hue-rotate(240deg) brightness(75%) contrast(86%);
}
.doc_block:hover span {
  color: #202188 !important;
}

.topTitle {
  text-align: center;
  margin-bottom: 40px;
}
.topTitle h2 {
  color: #1C1C1C;
  margin: 0;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif;
  text-transform: uppercase;
}
.topTitle h2 span {
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: 400;
}
.topTitle h3 {
  font-weight: 700;
  font-family: "Ubuntu", sans-serif;
  color: #1C1C1C;
  margin: 0;
}
.topTitle p {
  font-size: 19px;
  font-style: italic;
  font-weight: 700;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.topTitle.text-left h2 {
  margin-left: 0;
}
.topTitle.text-left h2::after {
  margin-left: 0px;
}

.allBtn {
  margin-top: 25px;
  text-align: center;
}

.link_text {
  color: #5C6B26;
  font-weight: 700;
  font-size: 15px;
}
.link_text img {
  margin-left: 3px;
  transform: rotate(180deg);
}

.img_text_card_row .img_text_card_col {
  padding: 0px 6px;
  margin-bottom: 15px;
}
.img_text_card_row .img_text_card_col > a:hover .link img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(141deg) brightness(102%) contrast(104%);
}
.img_text_card_row .text-img-wrap {
  background: #fff;
  height: 100%;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1607843137);
  cursor: pointer;
}
.img_text_card_row .text-img-wrap.no-img .text_card_block {
  height: 100%;
}
.img_text_card_row .text-img-wrap.no-img .btn_sm {
  position: absolute;
  bottom: 20px;
}
.img_text_card_row .text-img-wrap:hover h4,
.img_text_card_row .text-img-wrap:hover h5 {
  color: #202188;
}
.img_text_card_row .text-img-wrap:hover .link {
  color: #202188;
}
.img_text_card_row .text-img-wrap:hover .link img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(141deg) brightness(102%) contrast(104%);
}
.img_text_card_row .text-img-wrap:hover .text_card_block h4 {
  color: #202188;
  text-decoration: underline;
}
.img_text_card_row .text-img-wrap:hover .text_card_block h3 {
  color: #202188;
  text-decoration: underline;
}
.img_text_card_row .text-img-wrap:hover .text_card_block a.btn_learn {
  color: #202188;
}
.img_text_card_row .text-img-wrap:hover .text_card_block a.btn_learn:after {
  filter: brightness(0) saturate(100%) invert(20%) sepia(35%) saturate(4674%) hue-rotate(229deg) brightness(73%) contrast(106%);
}
.img_text_card_row .text-img-wrap .img_card_block img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 230px;
}
.img_text_card_row .text-img-wrap .text_card_block {
  padding: 22px 20px 40px;
  /* height: calc(100% - 230px); */
  position: relative;
}
.img_text_card_row .text-img-wrap .text_card_block p {
  color: #1C1C1C;
}
.img_text_card_row .text-img-wrap .text_card_block h4 {
  margin-bottom: 8px;
  color: #1C1C1C;
}
.img_text_card_row .text-img-wrap .text_card_block h2 {
  margin-bottom: 8px;
  color: #1C1C1C;
  font-size: 22px;
}
.img_text_card_row .text-img-wrap .text_card_block h3 {
  margin-bottom: 8px;
  color: #1C1C1C;
  font-size: 24px;
}
.img_text_card_row .text-img-wrap .text_card_block h5 {
  margin-bottom: 18px;
  color: #1C1C1C;
  font-weight: 500;
  font-size: 16px;
}
.img_text_card_row .text-img-wrap .text_card_block span {
  margin-bottom: 18px;
  color: #327136;
  font-weight: 700;
  font-size: 16px;
  display: flex;
}
.img_text_card_row .text-img-wrap .text_card_block a.btn_learn {
  color: #327136;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  cursor: pointer;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.img_text_card_row .text-img-wrap .text_card_block a.btn_learn:after {
  content: "";
  position: absolute;
  background-image: url(../img/arrow.svg);
  top: 7px;
  right: -24px;
  width: 15px;
  height: 14px;
  background-size: 100%;
}
.img_text_card_row.one .text-img-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  grid-column-gap: 20px;
}
.img_text_card_row .has-button.text-img-wrap .text_card_block {
  position: relative;
  padding-bottom: 50px;
}
.img_text_card_row .has-button.text-img-wrap .link {
  position: absolute;
  left: 25px;
  display: table;
  width: auto;
  bottom: 30px;
}

.yellowbtn {
  width: 170px;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  padding: 10px 30px;
  background-color: #F0AB2B;
  font-weight: 700;
  color: #1C1C1C;
  border: 0;
  border-radius: 50px;
  margin-bottom: 15px;
}
.yellowbtn:hover {
  background-color: #327136;
  color: #ffffff;
  text-decoration: none;
}

.button_block {
  display: flex;
}

.img_button_row {
  justify-content: center;
  padding-bottom: 30px;
}
.img_button_row .img_btn_col {
  padding-left: 8px;
  padding-right: 8px;
}
.img_button_row .img_block {
  position: relative;
}
.img_button_row .img_block .img_block_title {
  position: absolute;
  background-color: #FFFFFF;
  padding: 15px 10px;
  text-align: center;
  width: 84%;
  bottom: -25px;
  margin: 0 35px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.img_button_row .img_block .img_block_title h3 {
  position: relative;
  color: #1C1C1C;
  margin: 0px;
  font-size: 22px;
  font-weight: 700;
}
.img_button_row .img_block img {
  width: 100%;
}
.img_button_row .img_block:hover .img_block_title {
  background: #327136;
}
.img_button_row .img_block:hover .img_block_title h3 {
  color: #ffffff;
}

.simple_list_info {
  max-width: 1200px;
  margin: 0 auto;
}
.simple_list_info .row {
  align-items: center;
  justify-content: center;
}

.simple_list_col {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 18px;
}
.simple_list_col a {
  color: #fff;
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
  min-height: 60px;
  align-items: center;
  font-size: 19px;
  padding: 10px;
  background: #202188;
  font-weight: 700;
  height: 100%;
}
.simple_list_col a:hover {
  color: #fff;
  background: #327136;
}

.how_to_cont {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.how_to_cont h2 {
  margin-bottom: 50px;
  position: relative;
  padding-left: 25px;
}
.how_to_cont .how_row {
  flex-wrap: nowrap;
  margin-bottom: 10px;
}
.how_to_cont .how_row h6 {
  margin-bottom: 0px;
}
.how_to_cont .how_row .number {
  width: 43px;
  height: 43px;
  border-radius: 100px;
  display: flex;
  min-width: 43px;
  min-height: 43px;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  background: #202188;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  border: 0;
  margin-right: 19px;
}
.how_to_cont .how_row .how_title {
  font-size: 15px;
  text-transform: none;
  color: #1C1C1C;
  font-weight: 700;
  margin: 0 0 5px 0;
}
.how_to_cont .how_row p.how_title {
  margin-bottom: 5px;
}

.contact-card .contactcard_row .contact_box .cont_img {
  height: auto;
}

.contactcard_row .contact_col {
  padding: 0px 6px;
  margin-bottom: 15px;
}
.contactcard_row .cont_inner {
  padding: 20px 30px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.contactcard_row .contact_box {
  background: #fff;
  height: 100%;
}
.contactcard_row .contact_box p {
  margin-bottom: 5px;
}
.contactcard_row .contact_box .cont_img {
  height: 367px;
}
.contactcard_row .contact_box .cont_img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contactcard_row .contact_box h3 {
  color: #1C1C1C;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 21px;
}
.contactcard_row .contact_box h5 {
  color: #1C1C1C;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
}
.contactcard_row .tel_em_fax {
  margin-top: 10px;
}
.contactcard_row .tel_em_fax strong {
  color: #1C1C1C;
  font-weight: 700;
}
.contactcard_row .tel_em_fax a {
  color: #327136;
  text-decoration: none;
  font-weight: 700;
}
.contactcard_row .tel_em_fax a:hover {
  text-decoration: underline;
  color: #202188;
}
.contactcard_row .tel_em_fax p {
  margin-bottom: 3px;
}
.contactcard_row .tel_em_fax p.adress {
  padding-top: 15px;
}

section.main-owl-slider.list {
  max-width: 1400px !important;
}

.owl-general {
  position: relative;
  margin: 0px auto;
}
.owl-general .owl-stage {
  display: flex;
}
.owl-general .owl-stage .owl-item {
  width: -moz-max-content !important;
  width: max-content !important;
}
.owl-general .owl-stage .item {
  width: -moz-max-content;
  width: max-content;
}
.owl-general .owl-carousel .owl-item img {
  /* width: auto;
  margin-left: auto;
  margin-right: auto; */
}
.owl-general .owl-nav button {
  width: 54px;
  height: 54px;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  background: #ffffff;
}
.owl-general .owl-nav button img {
  max-width: 20px;
}
.owl-general .owl-nav button:hover {
  background: #F0AB2B;
}
.owl-general .owl-nav button:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(141deg) brightness(102%) contrast(104%);
}
.owl-general .owl-nav .owl-next {
  right: 0;
}
.owl-general .owl-nav .owl-prev {
  left: 0;
}
.owl-general .owl-stage-outer {
  margin: auto;
  overflow: hidden;
}
.owl-general .owl-carousel .owl-dot {
  width: 32px;
  height: 1px;
  border-radius: 0;
  margin: 0px 3px;
  background: #4E453B;
}
.owl-general .owl-carousel .owl-dots {
  text-align: center;
  margin-top: 15px;
  display: none;
  margin-bottom: 15px;
}
.owl-general .owl-carousel .owl-dot.active {
  background: #4E453B;
  height: 3px;
}

.expanding-grid {
  position: relative;
}
.expanding-grid .expand_box {
  background: white;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  position: relative;
}
.expanding-grid .expand_box:hover h6,
.expanding-grid .expand_box:hover h6 span,
.expanding-grid .expand_box:hover .plus-minus_icon::after {
  color: #327136;
}
.expanding-grid .expand_box:hover .expand_det h5 {
  color: #202188;
  text-decoration: underline;
  font-weight: 700;
}
.expanding-grid .expand_box:hover .expand_det span {
  color: #1C1C1C;
  text-decoration: none;
  font-weight: 400;
}
.expanding-grid .plus-minus_icon {
  position: relative;
}
.expanding-grid .plus-minus_icon:after {
  content: "+";
  font-weight: normal;
  color: #327136;
  text-align: center;
  font-size: 38px;
  line-height: 23px;
  font-family: "Ubuntu", sans-serif;
}
.expanding-grid .expand_det {
  text-align: center;
  padding: 20px;
}
.expanding-grid .expand_det h5 {
  margin-bottom: 8px;
  color: #1C1C1C;
  font-weight: 700;
}
.expanding-grid .expand_det span {
  display: block;
  font-size: 16px;
  margin-bottom: 30px;
  color: #1C1C1C;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
}
.expanding-grid .links {
  display: block;
  overflow: hidden;
  padding: 1em 0;
  margin: 0px -5px;
  padding-top: 0px;
}
.expanding-grid .links > li {
  box-sizing: border-box;
  float: left;
  padding: 0px 5px;
  width: 25%;
  list-style: none;
  margin-bottom: 16px;
}
.expanding-grid .links > li .active .plus-minus_icon:after {
  content: "-";
  font-size: 42px;
}
.expanding-grid .links > li .active .expand_det {
  background: #ffffff;
}
.expanding-grid .expand_img img {
  width: 100%;
}
.expanding-grid .spacer {
  clear: both;
  display: block;
  margin-bottom: 0px;
}
.expanding-grid .expanding-container {
  clear: both;
  display: none;
  overflow: hidden;
  width: 100%;
  margin-top: -12px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  background: #ffffff;
}
.expanding-grid .expanding-container.expanded,
.expanding-grid .expanding-grid .expanding-container:target {
  display: block;
}
.expanding-grid .close-button {
  background: url(../img/cancel.png);
  color: #fff;
  display: inline-block;
  height: 25px;
  line-height: 1;
  overflow: hidden;
  text-decoration: none;
  text-indent: 5em;
  white-space: nowrap;
  width: 25px;
  will-change: opacity;
  z-index: 5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-size: cover;
  margin-top: 20px;
  margin-right: 20px;
}
.expanding-grid .close-button.active {
  transition: opacity 0.2s;
}
.expanding-grid .close-button:hover {
  opacity: 0.5;
}
.expanding-grid .expand-content {
  padding: 30px 30px;
  margin: auto;
}
.expanding-grid .active .expand_box {
  background: #fff;
}
.expanding-grid .active .expand_box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 15px;
  bottom: -10px;
  background: #fff;
  z-index: 9;
}
.expanding-grid .active h6,
.expanding-grid .active h6 span,
.expanding-grid .active .plus-minus_icon::after {
  color: #202188 !important;
}

#conference-timeline {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
#conference-timeline .conference-center-line {
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0px;
  left: 50%;
  margin-left: -2px;
  background: #202188;
  border-radius: 10px;
  z-index: 0;
}

.timeline-article {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 20px 0;
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}
.timeline-article .content-left-container,
.timeline-article .content-right-container {
  max-width: 50%;
  width: 100%;
}
.timeline-article .content-left p,
.timeline-article .content-right p {
  max-width: 380px;
}
.timeline-article .content-left {
  text-align: left;
}
.timeline-article .content-left p {
  margin-left: auto;
}
.timeline-article .content-right {
  text-align: left;
}
.timeline-article .content-right h3 {
  color: #1C1C1C;
  font-weight: 700;
  margin-bottom: 20px;
}
.timeline-article .content-right .section_year {
  margin-left: 0;
}
.timeline-article .content-left {
  text-align: left;
}
.timeline-article .content-left h3 {
  color: #1C1C1C;
  font-weight: 700;
  margin-bottom: 20px;
}
.timeline-article .content-left-container {
  float: left;
  padding-right: 0px;
}
.timeline-article .content-right-container {
  float: right;
  margin-left: auto;
  padding-left: 0px;
}
.timeline-article .circle_yw {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  color: #fff;
  border-radius: 100%;
  background: #fff;
  border: 3px solid #202188;
  transform: translateY(-50%);
}
.timeline-article .circle_yw:before {
  content: "";
  background: #202188;
  width: 80px;
  height: 3px;
  display: flex;
  position: absolute;
  left: 25px;
  z-index: -9;
}
.timeline-article .circle_yw:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  background: #202188;
  border-radius: 100px;
  right: -85px;
}
.timeline-article.even .circle_yw:before {
  right: 25px;
  left: auto;
}
.timeline-article.even .circle_yw::after {
  right: auto;
  left: -85px;
}
.timeline-article.even h3 {
  max-width: 380px;
  margin-left: auto;
}
.timeline-article.no-img .section_img,
.timeline-article.no-img .section_year {
  display: none;
}
.timeline-article .image_year_row {
  display: flex;
  align-items: center;
}
.timeline-article .section_year {
  background: #202188;
  color: #fff;
  min-width: 150px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  height: 3px;
}
.timeline-article .circle_yw {
  display: flex;
  justify-content: center;
  align-items: center;
}

.timeline-level-two.inner_img .timeline-inner-left {
  position: relative;
}

.conference-timeline-content {
  max-width: 1200px;
  margin: auto;
}

.timeline-wrap {
  position: relative;
  padding-top: 70px;
}

.timeline-row {
  width: 100%;
}

.timeline-level-one {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.odd.timeline-article .content-right-container {
  padding-left: 150px;
}

.even.timeline-article .content-left-container {
  padding-right: 150px;
}

.timeline-inner-left,
.timeline-inner-right {
  max-width: 50%;
  width: 100%;
  position: relative;
}

.timeline-level-two {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  margin-top: 30px;
}

.timeline-inner-left {
  text-align: right;
  padding-right: 60px;
}

.timeline-inner-right {
  text-align: left;
  padding-left: 60px;
  position: relative;
}

.section_img {
  max-width: 400px;
  margin-left: auto;
  width: 100%;
}
.section_img img {
  width: 100%;
}

.img_right .section_img {
  margin-right: auto;
  margin-left: 0;
}

.inner_img .timeline-inner-right {
  text-align: right;
}

.inner_img .timeline-inner-right img {
  max-width: 500px;
}

.timeline-level-two .circle_yw {
  border-color: #097969;
  background: #1E9D8B;
  top: 0px;
  transform: none;
}

.two-left .circle_yw:after {
  content: "";
  width: 60px;
  height: 3px;
  background: #097969;
  position: absolute;
  right: 0;
  top: 12px;
  z-index: -1;
  display: block !important;
  border-radius: 0px;
}

.two-right .circle_yw:after {
  content: "";
  width: 60px;
  height: 3px;
  background: #097969;
  position: absolute;
  right: -40px;
  top: 12px;
  display: block !important;
  border-radius: 0px;
  z-index: -1;
}

.no-found-info {
  padding: 100px 0px 100px 0px;
  text-align: center;
  max-width: 800px;
  margin: auto;
}
.no-found-info h3,
.no-found-info h2 {
  color: #1C1C1C;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 700;
}
.no-found-info p {
  color: #1C1C1C;
  margin-bottom: 34px;
  font-size: 16px;
  font-weight: 700;
}
.no-found-info .larger-text {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-size: 95px;
  margin-bottom: 30px;
  color: #1C1C1C;
  line-height: 72px;
  padding-bottom: 0px;
}
.no-found-info .btn_submit {
  min-width: 150px;
}

/* result page start */
.main_search_content {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #202188;
  padding: 55px 15px;
}
.main_search_content span {
  margin-right: 20px;
  margin-bottom: 0px;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
}
.main_search_content .search_box {
  margin-bottom: 0px;
  max-width: 494px;
  min-width: 494px;
}
.main_search_content .search_box .btn {
  border: 0;
  background: none;
  border-radius: 0px;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 50px;
  z-index: 9;
}
.main_search_content .search_box .btn img {
  max-width: 30px;
}
.main_search_content .search_box .probox,
.main_search_content .search_box input.orig,
.main_search_content .search_box .proclose,
.main_search_content .search_box .innericon {
  height: 45px !important;
  font-family: "ubuntu", sans-serif !important;
  font-size: 16px !important;
}
.main_search_content .search_box .innericon svg {
  fill: #202188 !important;
  width: 32px !important;
}
.main_search_content .search_box .promagnifier {
  background: none !important;
}
.main_search_content .search_box ::-webkit-input-placeholder {
  color: #000;
  font-size: 16px !important;
}
.main_search_content .search_box ::-moz-placeholder {
  color: #000;
  font-size: 16px !important;
}
.main_search_content .search_box :-ms-input-placeholder {
  color: #000;
  font-size: 16px !important;
}
.main_search_content .search_box :-moz-placeholder {
  color: #000;
  font-size: 16px !important;
}
.main_search_content div.asp_m.asp_m_1 .probox .promagnifier .innericon {
  width: 52px;
}
.main_search_content div.asp_m.asp_m_1 .probox .promagnifier {
  width: 50px;
  height: 45px;
}
.main_search_content .form-control {
  min-width: 320px;
  border: 1px solid #000000;
}
.main_search_content div.asp_m.asp_m_1 .probox .proinput input::-moz-placeholder {
  font-size: 16px;
}
.main_search_content div.asp_m.asp_m_1 .probox .proinput input::placeholder {
  font-size: 16px;
}

.resultmain {
  padding: 0px 0px 0px 0px;
}

.rslt_txt {
  padding: 60px 0px 70px 0px;
  background: #EFEFF0;
  margin: auto;
}
.rslt_txt .container {
  max-width: 1100px;
}

.acc__card {
  margin-bottom: 15px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}

.acc__title {
  border-radius: 0px;
  display: flex;
  align-items: center;
  min-height: 55px;
  padding: 10px 20px;
  padding-right: 40px;
  cursor: pointer;
  position: relative;
}
.acc__title h3 {
  margin: 0px;
  color: #1C1C1C;
  font-size: 16px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  position: relative;
}
.acc__title .acco_sign {
  position: absolute;
  right: 20px;
  top: 15px;
}
.acc__title .acco_sign img {
  max-width: 20px;
}
.acc__title.active .acco_sign img {
  transform: rotate(180deg);
}
.acc__title:hover {
  background-color: #327136;
}
.acc__title:hover h3 {
  color: #ffffff;
}
.acc__title:hover .acco_sign img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(15deg) brightness(107%) contrast(101%);
}

.acc__panel {
  display: none;
  padding: 20px 30px 30px 30px;
}

.resultWraper .searchFilterBlock {
  padding-top: 156px;
}
.resultWraper .searchFilterBlock .form-group {
  margin-bottom: 10px;
}
.resultWraper .searchFilterBlock .form-group label.title {
  font-size: 16px;
  color: #1C1C1C;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 5px;
}
.resultWraper .searchFilterBlock .filterBlock .reset_link a {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #1C1C1C;
  font-weight: normal;
}
.resultWraper .searchFilterBlock .filterBlock .reset_link span {
  color: #202188;
  font-weight: 700;
}

.filterBlock .reset_link a {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #1C1C1C;
  font-weight: normal;
}
.filterBlock .reset_link span {
  color: #202188;
  font-weight: 700;
}

.result_row {
  background: #fff;
  margin-bottom: 25px;
  border-radius: 0px;
  position: relative;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.result_row h3 {
  color: #1C1C1C;
  font-weight: 700;
  padding-bottom: 14px;
}
.result_row .rsltBody {
  padding: 30px 30px 20px;
}
.result_row .re_category {
  color: #fff;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  background: #202188;
  font-weight: 500;
  min-width: 150px;
  padding: 5px 20px;
}
.result_row > a {
  display: block;
}
.result_row:hover h3 {
  color: #202188;
  text-decoration: underline;
}

.filterBlocks .topTitle {
  margin-bottom: 20px;
}
.filterBlocks .sc_filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
.filterBlocks .sc_filter .sort_boxResult {
  margin-left: auto;
  margin-bottom: 20px;
  width: 245px;
}
.filterBlocks .sc_filter .sort_boxResult label.title {
  font-size: 16px;
  color: #1C1C1C;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 5px;
}
.filterBlocks .sc_filter .sort_boxResult select {
  min-height: 50px;
  background-image: url(../img/arrow-down.svg);
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: top 20px right 12px;
  min-width: 130px;
  background-size: 18px;
}

.resull_filter {
  padding: 60px 0px 60px 0px;
}

.pagination {
  justify-content: center;
  font-family: "Open Sans", sans-serif;
}
.pagination a {
  font-size: 16px;
  color: #1C1C1C;
  padding: 0 8px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}
.pagination a:hover {
  color: #202188;
  text-decoration: underline;
}
.pagination .current {
  color: #1C1C1C;
  font-weight: 700;
  padding: 0 8px;
}
.pagination .next-prev-btn {
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 8px;
}
.pagination span.next-prev-btn.previous-page {
  display: none;
}
.pagination span.next-prev-btn.next-page {
  display: none;
}

.sort_boxResult {
  margin-left: auto;
  margin-bottom: 20px;
}

.sort_boxResult select {
  min-width: 270px;
}

.event_wraper .event_top_filter {
  display: grid;
  max-width: 800px;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 15px;
  margin-bottom: 35px;
}
.event_wraper .event_item {
  background-color: #EFEFF0;
}
.event_wraper .event_item h5 {
  background-color: #1C1C1C;
  color: #fff;
  font-size: 14px;
  padding: 6px 10px;
  margin: 0px;
  font-weight: 500;
  text-transform: uppercase;
}
.event_wraper .event_item .text_evt_block {
  padding: 15px;
}
.event_wraper .event_item .text_evt_block h4 {
  font-size: 18px;
  line-height: 30px;
}
.event_wraper .event_item .cancel-info {
  color: #BF1E2E;
  font-weight: bold;
  margin-left: 15px;
  padding-left: 10px;
  position: relative;
}
.event_wraper .event_item .cancel-info::before {
  content: "";
  position: absolute;
  left: 0px;
  width: 2px;
  height: 20px;
  background: #000000;
  top: 1px;
}
.event_wraper .event_item .img_evt_block img {
  width: 100%;
}
.event_wraper .event_col {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 30px;
}

.search_box {
  max-width: 285px;
  margin-bottom: 24px;
}
.search_box .form-control {
  background-color: #fff;
}
.search_box .btn {
  position: absolute;
  right: 0px;
  z-index: 9;
}
.search_box .btn img {
  max-width: 26px;
}

.lebel-hed {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #1C1C1C;
}

.news_wraper .signup-alerts {
  padding-top: 0;
}
.news_wraper .signup-alerts .form_bg {
  /* padding:40px 0px 40px;
  background: url(../img/signup_bg.svg);
  background-size: 100%;
  background-repeat: no-repeat; */
  padding: 40px 0px 40px;
  background-image: url(../img/traingles-left.png), url(../img/traingles-right.png);
  background-position: left 132px, right 12px;
  background-repeat: no-repeat, no-repeat;
  background-color: #202188;
}
.news_wraper .signup-alerts .form_bg .generic_form-news {
  max-width: 800px;
  margin: 0 auto;
}
.news_wraper .signup-alerts .form_bg .generic_form-news p {
  margin-bottom: 10px;
  color: #fff;
}
.news_wraper .signup-alerts .form_bg .generic_form-news h2 {
  color: #fff;
  font-size: 36px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  margin: 0;
}
.news_wraper .signup-alerts .form_bg .generic_form-news .form-control {
  border: 1px solid #E8E9EA;
  min-height: 45px;
}
.news_wraper .signup-alerts .gform_fields {
  grid-column-gap: 8px !important;
  grid-row-gap: 0 !important;
}
.news_wraper .nsRight {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.news_wraper .news_section {
  margin-top: 30px;
}
.news_wraper .news_dt_title {
  padding: 15px 0px;
}
.news_wraper .news_dt_title .date {
  margin-bottom: 5px;
  text-transform: uppercase;
}
.news_wraper .news_dt_title p {
  margin-bottom: 10px;
}
.news_wraper .news_dt_title h6 {
  text-transform: uppercase;
  font-size: 15px;
}
.news_wraper .news_dt_title:hover h3 {
  color: #202188;
}
.news_wraper .news_sec_detail {
  margin-top: -20px;
  padding-left: 10px;
}
.news_wraper .news_sec_detail .news_dt_title {
  border-bottom: 1px solid #142848;
}
.news_wraper .newsSearchEra {
  padding-top: 20px;
  padding-bottom: 50px;
}
.news_wraper .newsInRow {
  margin-bottom: 20px;
}
.news_wraper .search_filter_title .filterWrap {
  display: flex;
  align-items: end;
}
.news_wraper .search_filter_title .filterWrap .reset_link {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 80px;
}
.news_wraper .search_filter_title .filterWrap .filter_box.col-one {
  width: 290px;
}
.news_wraper .search_filter_title .filterWrap form {
  display: grid;
  grid-template-columns: 1fr 128px 110px;
  align-items: end;
  grid-column-gap: 5px;
}
.news_wraper .search_filter_title .reset {
  padding-top: 6px;
}
.news_wraper .newsSort {
  padding-left: 30px;
  width: 50%;
}
.news_wraper .newsSort .green_label {
  color: #1C1C1C;
  font-size: 16px;
  padding-bottom: 7px;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
.news_wraper .newsRow {
  margin-left: -12px;
  margin-right: -12px;
  margin-top: 45px;
}
.news_wraper .newsRow .newsColumn {
  width: 33.3%;
  padding: 0px 12px;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
}
.news_wraper .newsRow .newsColumn.newscolLg {
  margin-bottom: 15px;
  width: 100% !important;
}
.news_wraper .newsRow .newsColumn .news_category {
  font-size: 14px;
  padding: 5px 10px;
  text-transform: uppercase;
}
.news_wraper .newsRow .news_content {
  background: #ffffff;
  height: 100%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  cursor: pointer;
}
.news_wraper .newsRow .news_content .newsimg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.news_wraper .newsRow .news_content .newsinfo {
  padding: 25px;
}
.news_wraper .newsRow .news_content .newsinfo .newsBody span {
  color: #1C1C1C;
  font-size: 16px;
  padding-bottom: 10px;
  margin: 0;
  display: block;
  font-weight: 500;
}
.news_wraper .newsRow .news_content .newsinfo .newsBody h3 {
  color: #1C1C1C;
  padding-bottom: 15px;
  margin: 0;
  font-weight: 700;
  font-size: 22px;
}
.news_wraper .newsRow .news_content .newsinfo .newsBody h4 {
  color: #1C1C1C;
  padding-bottom: 14px;
  margin: 0;
  font-weight: 500;
  font-size: 16px;
}
.news_wraper .newsRow .news_content .date {
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
}
.news_wraper .newsRow .news_content:hover .newsinfo .newsBody h3 {
  color: #202188;
  text-decoration: underline;
}
.news_wraper .newsContainer {
  padding-top: 10px;
}
.news_wraper .newsContainer h2 {
  font-size: 28px;
  color: #1C1C1C;
  padding-bottom: 35px;
  font-weight: 700;
  margin: 0;
}
.news_wraper .news_lst_row {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  margin-bottom: 15px;
}
.news_wraper .news_lst_row:hover {
  background: #202188;
}
.news_wraper .news_lst_row:hover h3,
.news_wraper .news_lst_row:hover h6,
.news_wraper .news_lst_row:hover p {
  color: #fff;
}
.news_wraper .news_lst_row .newsimg img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 270px;
}
.news_wraper .news_lst_row .newsBody {
  padding: 20px;
}
.news_wraper .news_lst_row .newsBody h6 {
  font-weight: 600;
  font-family: "Ubuntu", sans-serif;
  font-size: 15px;
}
.news_wraper .news_lst_row .news_category {
  color: #fff;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  font-size: 15px;
  background: #327136;
  min-width: 130px;
  text-transform: uppercase;
  padding: 5px 20px;
}

.event_wraper .signup-alerts {
  padding-top: 0;
}
.event_wraper .signup-alerts .form_bg {
  padding: 40px 0px;
  background: url(../img/signup_bg.svg);
}
.event_wraper .signup-alerts .form_bg .generic_form-news {
  max-width: 900px;
  margin: 0 auto;
}
.event_wraper .signup-alerts .form_bg .generic_form-news p {
  margin-bottom: 10px;
  color: #fff;
}
.event_wraper .signup-alerts .form_bg .generic_form-news h2 {
  color: #fff;
  font-size: 38px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  margin: 0;
}
.event_wraper .signup-alerts .form_bg .generic_form-news .form-control {
  border: 1px solid #E8E9EA;
  min-height: 45px;
}
.event_wraper .nsRight {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.event_wraper .event_section {
  margin-top: 30px;
}
.event_wraper .event_dt_title {
  padding: 15px 0px;
}
.event_wraper .event_dt_title .date {
  margin-bottom: 5px;
  text-transform: uppercase;
}
.event_wraper .event_dt_title p {
  margin-bottom: 10px;
}
.event_wraper .event_dt_title h6 {
  text-transform: uppercase;
  font-size: 15px;
}
.event_wraper .event_dt_title:hover h3 {
  color: #202188;
}
.event_wraper .event_sec_detail {
  margin-top: -20px;
  padding-left: 10px;
}
.event_wraper .event_sec_detail .event_dt_title {
  border-bottom: 1px solid #142848;
}
.event_wraper .eventSearchEra {
  padding-top: 20px;
  padding-bottom: 50px;
}
.event_wraper .eventInRow {
  margin-bottom: 20px;
}
.event_wraper .search_filter_title .filterWrap {
  display: grid;
  grid-template-columns: 1fr 300px 38px;
  align-items: end;
  grid-column-gap: 15px;
}
.event_wraper .search_filter_title .filterWrap .search_box {
  max-width: 300px;
  margin-bottom: 0;
}
.event_wraper .search_filter_title .filterWrap .filter_box {
  max-width: 300px;
  margin-bottom: 0;
}
.event_wraper .search_filter_title .reset {
  padding-top: 6px;
}
.event_wraper .eventSort {
  padding-left: 30px;
  width: 50%;
}
.event_wraper .eventSort .list_grid_view_evt {
  margin-top: 30px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  justify-content: end;
}
.event_wraper .eventSort .list_grid_view_evt a {
  margin-left: 15px;
  width: 42px;
  text-align: center;
  cursor: pointer;
}
.event_wraper .eventSort .list_grid_view_evt a.active img {
  filter: brightness(0) saturate(100%) invert(8%) sepia(75%) saturate(4988%) hue-rotate(241deg) brightness(94%) contrast(93%);
}
.event_wraper .eventSort .list_grid_view_evt a:hover img {
  filter: brightness(0) saturate(100%) invert(8%) sepia(75%) saturate(4988%) hue-rotate(241deg) brightness(94%) contrast(93%);
}
.event_wraper .eventRow {
  margin-left: -12px;
  margin-right: -12px;
  margin-top: 45px;
}
.event_wraper .eventRow .eventColumn {
  width: 33.3%;
  padding: 0px 12px;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
}
.event_wraper .eventRow .eventColumn.eventcolLg {
  margin-bottom: 15px;
  width: 100% !important;
}
.event_wraper .eventRow .eventColumn .event_category {
  font-size: 14px;
  padding: 5px 10px;
  text-transform: uppercase;
}
.event_wraper .eventRow .event_content {
  background: #ffffff;
  height: 100%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  cursor: pointer;
}
.event_wraper .eventRow .event_content .eventimg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.event_wraper .eventRow .event_content .eventinfo {
  padding: 25px;
}
.event_wraper .eventRow .event_content .eventinfo .eventBody span {
  color: #1C1C1C;
  font-size: 18px;
  padding-bottom: 10px;
  margin: 0;
  display: block;
}
.event_wraper .eventRow .event_content .eventinfo .eventBody h2 {
  color: #1C1C1C;
  padding-bottom: 15px;
  margin: 0;
  font-weight: 700;
  font-size: 24px;
}
.event_wraper .eventRow .event_content .eventinfo .eventBody h4 {
  color: #1C1C1C;
  padding-bottom: 14px;
  margin: 0;
  font-weight: 500;
  font-size: 16px;
}
.event_wraper .eventRow .event_content .date {
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
}
.event_wraper .eventRow .event_content:hover .eventinfo .eventBody h3 {
  color: #202188;
  text-decoration: underline;
}
.event_wraper .eventRow .event_content:hover .eventinfo .eventBody .eventbody_inner h2 {
  color: #202188;
  text-decoration: underline;
}
.event_wraper .eventContainer {
  padding-top: 10px;
}
.event_wraper .eventContainer .fc-center h2 {
  color: #1C1C1C;
  padding-bottom: 0;
  font-weight: 700;
  margin: 0;
}
.event_wraper .eventContainer h2 {
  color: #1C1C1C;
  padding-bottom: 35px;
  font-weight: 700;
  margin: 0;
}
.event_wraper .event_calendar_info {
  background-color: #FAFAFA;
  padding: 75px;
}
.event_wraper .event_lst_row {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  margin-bottom: 15px;
}
.event_wraper .event_lst_row:hover {
  background: #202188;
}
.event_wraper .event_lst_row:hover h3,
.event_wraper .event_lst_row:hover h6,
.event_wraper .event_lst_row:hover p {
  color: #fff;
}
.event_wraper .event_lst_row .eventimg img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 270px;
}
.event_wraper .event_lst_row .eventBody {
  padding: 20px;
}
.event_wraper .event_lst_row .eventBody h6 {
  font-weight: 600;
  font-family: "Ubuntu", sans-serif;
  font-size: 15px;
}
.event_wraper .event_lst_row .event_category {
  color: #fff;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  font-size: 15px;
  background: #327136;
  min-width: 130px;
  text-transform: uppercase;
  padding: 5px 20px;
}

h2.pst {
  display: none;
}

.owl-carousel .owl-stage-outer {
  padding: 50px 0;
}

.addeventatc_dropdown {
  width: 190px !important;
  margin-left: -6px !important;
  overflow: auto;
  height: 190px;
  transform: none !important;
  top: -92px !important;
}

.event-det-wraper .event-det-content .container {
  max-width: 1200px;
}
.event-det-wraper .event-det-content h6 {
  color: #1C1C1C;
  font-weight: 500;
  padding-bottom: 15px;
  margin: 0;
}
.event-det-wraper .event-det-content .cancel-btn {
  color: #C70000;
  padding-bottom: 15px;
}
.event-det-wraper .event-det-content .event-address {
  color: #327136;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  line-height: 27px;
  padding-bottom: 15px;
  margin: 0;
}
.event-det-wraper .event-det-content .event-det-img {
  margin-bottom: 20px;
}
.event-det-wraper .event-det-content .evt_slider {
  padding-top: 20px;
  margin-left: 30px;
}
.event-det-wraper .event-det-content .evt_slider .topTitle {
  margin-left: -30px;
  margin-bottom: 0;
}
.event-det-wraper .event-det-content .slider-news .owl-prev {
  position: absolute;
  left: -30px;
  top: 35%;
  background-image: url(../img/slider-arrow-normal.svg) !important;
  width: 21px;
  height: 29px;
  background-repeat: no-repeat !important;
}
.event-det-wraper .event-det-content .slider-news .owl-prev span {
  font-size: 0;
}
.event-det-wraper .event-det-content .slider-news .owl-prev:hover {
  background-image: url(../img/slider-arrow-hover.svg) !important;
}
.event-det-wraper .event-det-content .slider-news .owl-next {
  position: absolute;
  right: -30px;
  top: 35%;
  background-image: url(../img/slider-arrow-normal.svg) !important;
  transform: rotate(-180deg);
  width: 21px;
  height: 29px;
  background-repeat: no-repeat !important;
}
.event-det-wraper .event-det-content .slider-news .owl-next span {
  font-size: 0;
}
.event-det-wraper .event-det-content .slider-news .owl-next:hover {
  background-image: url(../img/slider-arrow-hover.svg) !important;
}
.event-det-wraper .event-det-content .post-slide {
  border: 1px solid #9D9D9D;
  background: #FAFAFA;
  text-align: center;
  height: 103px;
  display: grid;
  align-items: center;
  justify-content: center;
}
.event-det-wraper .event-det-content .post-slide h6 {
  padding-bottom: 0;
  margin-bottom: -23px;
}
.event-det-wraper .event-det-content .post-slide .calendar-txt {
  margin-bottom: 0;
}

button:focus {
  outline: 0;
}

.calendar-btn a {
  line-height: 20px;
  display: inline-flex;
  align-items: center;
}
.calendar-btn a img {
  padding-right: 10px;
}
.calendar-btn a:hover {
  color: #202188;
  text-decoration: underline;
}
.calendar-btn a:hover img {
  filter: brightness(0) saturate(100%) invert(17%) sepia(21%) saturate(7014%) hue-rotate(228deg) brightness(91%) contrast(108%);
}

a.btn_learn {
  color: #327136;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  bottom: 0;
  left: 0;
}
a.btn_learn:after {
  content: "";
  position: absolute;
  background-image: url(../img/arrow.svg);
  top: 5px;
  right: -24px;
  width: 15px;
  height: 14px;
  background-size: 100%;
}
a:hover {
  color: #202188;
}
a:hover:after {
  filter: brightness(0) saturate(100%) invert(20%) sepia(35%) saturate(4674%) hue-rotate(229deg) brightness(73%) contrast(106%);
}

.gm-style .gm-style-iw-c {
  border-top: 7px solid #327136;
  border-radius: 0;
  padding: 24px !important;
}

.gm-style .gm-style-iw {
  font-size: 16px !important;
}

.gm-ui-hover-effect > span {
  background-color: #000;
  width: 25px !important;
  height: 25px !important;
  margin: 4px !important;
}

.gm-ui-hover-effect {
  top: 4px !important;
  right: 6px !important;
}

.interactive_map .lightblue {
  background: #EFEFF0;
}
.interactive_map .map_area .searchFilterBlock {
  padding: 65px 90px;
}
.interactive_map .map_area .searchFilterBlock .search_box {
  max-width: 100%;
}
.interactive_map .map_area .searchFilterBlock .search_box .title {
  color: #1C1C1C;
  padding-bottom: 7px;
  margin: 0;
}
.interactive_map .map_area .searchFilterBlock .filterBlock .title {
  color: #1C1C1C;
  padding-bottom: 7px;
  margin: 0;
}
.interactive_map .map_area .col-re {
  padding: 0px;
}
.interactive_map .map_area .int_map img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.interactive_map .pro_cards {
  padding-top: 60px;
  padding-bottom: 120px;
}
.interactive_map .pro_cards .main_card_col {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 20px;
}
.interactive_map .pro_cards .main_card_col .main_card {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #EDEEEF;
  height: 100%;
}
.interactive_map .pro_cards .main_card_col .main_card a .card_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.interactive_map .pro_cards .main_card_col .main_card a .card_content {
  padding: 18px;
  position: relative;
  height: calc(100% - 230px);
}
.interactive_map .pro_cards .main_card_col .main_card a .card_content h3 {
  font-weight: 700;
  color: #1C1C1C;
  padding-bottom: 8px;
  margin: 0;
  font-size: 22px;
}
.interactive_map .pro_cards .main_card_col .main_card a .card_content h4 {
  font-weight: 700;
  color: #1C1C1C;
  padding-bottom: 8px;
  margin: 0;
}
.interactive_map .pro_cards .main_card_col .main_card a .card_content h6 {
  font-weight: 500;
  color: #1C1C1C;
  padding-bottom: 8px;
  margin: 0;
}
.interactive_map .pro_cards .main_card_col .main_card a .card_content p {
  padding-bottom: 10px;
  margin: 0;
  font-weight: 700;
}
.interactive_map .pro_cards .main_card_col .main_card a .card_content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  display: flex;
}
.interactive_map .pro_cards .main_card_col .main_card a .card_content ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #327136;
  border-radius: 5px;
  width: 43px;
  height: 43px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 3px 5px;
}
.interactive_map .pro_cards .main_card_col .main_card:hover {
  cursor: pointer;
}
.interactive_map .pro_cards .main_card_col .main_card:hover .card_content a.btn_learn {
  color: #202188;
}
.interactive_map .pro_cards .main_card_col .main_card:hover .card_content a.btn_learn::after {
  filter: brightness(0) saturate(100%) invert(20%) sepia(35%) saturate(4674%) hue-rotate(229deg) brightness(73%) contrast(106%);
}
.interactive_map .pro_cards .main_card_col .main_card:hover .card_content h3 {
  color: #202188;
  text-decoration: underline;
}

.parkdetails .park_row {
  margin-bottom: 40px;
}
.parkdetails .park_row .img-park-detail-map img {
  width: 100%;
}
.parkdetails .park_row .map_park_info {
  padding: 25px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.parkdetails .park_row .map_park_info .address a {
  color: #327136;
  font-weight: bold;
}
.parkdetails .park_row .map_park_info .address a:hover {
  color: #202188;
  text-decoration: underline;
}
.parkdetails .park_row .pk_amen_rent {
  padding-top: 19px;
}
.parkdetails .park_row .pk_amen_rent .pk_amenity h4 {
  font-weight: 700;
  color: #1C1C1C;
  padding-bottom: 16px;
  margin: 0;
}
.parkdetails .park_row .pk_amen_rent .pk_amenity .amt_row ul {
  padding: 0px;
  /*  display: flex; */
  list-style: none;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  float: left;
}
.parkdetails .park_row .pk_amen_rent .pk_amenity .amt_row ul li {
  margin-right: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #327136;
  border-radius: 5px;
  width: 43px;
  height: 43px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 3px 5px;
}
.parkdetails .park_row .project-iframe {
  width: 100%;
  background-color: #EFEFF0;
  height: 400px;
  margin-top: 24px;
  text-align: center;
}
.parkdetails .park_row .project-iframe p {
  line-height: 104px;
}
.parkdetails .park-det {
  padding: 0;
  background-color: #ffffff;
}

.services-dir-details .search_box {
  max-width: 312px;
}
.services-dir-details .park_row h3 {
  font-family: "Ubuntu", sans-serif;
  color: #1C1C1C;
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 700;
}
.services-dir-details .park-det {
  padding: 0;
  background-color: #ffffff;
}
.services-dir-details .park-det .acc__title h3 {
  margin: 0px;
  color: #1C1C1C;
  font-size: 16px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  position: relative;
}
.services-dir-details .park-det .acc__title:hover h3 {
  color: #ffffff;
}
.services-dir-details .searchFilterBlock .search_box .title,
.services-dir-details .searchFilterBlock .filterBlock .title {
  font-size: 16px;
  color: #1C1C1C;
  padding-bottom: 7px;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
.services-dir-details .searchFilterBlock .filterBlock .dropdown-menu.show {
  width: 100%;
}
.services-dir-details .searchFilterBlock .filterBlock .dropdown-menu.show .dropdown-item img {
  margin-right: 10px;
}
.services-dir-details .nsRight {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0 0 20px 0;
}
.services-dir-details .nsRight .newsSort {
  width: 245px;
}
.services-dir-details .nsRight .newsSort .green_label {
  color: #1C1C1C;
  font-size: 16px;
  padding-bottom: 7px;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

.main-tabs {
  padding-top: 15px;
}
.main-tabs ul.nav-tabs {
  margin-bottom: 40px;
  border-bottom: 2px solid #1C1C1C;
  justify-content: center;
}
.main-tabs ul.nav-tabs .menu-item {
  border: 1px solid #311c1c;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 15px 45px;
  background: #EFEFF0;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #1C1C1C;
  border-bottom: 0;
}
.main-tabs ul.nav-tabs .menu-item a {
  color: #1C1C1C;
}
.main-tabs ul.nav-tabs .menu-item.current-menu-item {
  background-color: #202188;
  border-color: #202188;
}
.main-tabs ul.nav-tabs .menu-item.current-menu-item a {
  color: #fff;
}

.cont-iframe {
  width: 100%;
  background-color: #EFEFF0;
  border: 0.5px solid #9D9D9D;
  opacity: 1;
  text-align: center;
}
.cont-iframe p {
  line-height: 125px;
}

.form-section {
  background-color: #EFEFF0;
  padding: 50px;
}

.cont-form-area img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.contact-block {
  max-width: 1400px !important;
}
.contact-block #advgb-cols-1b8dec34-f201-4220-a4a2-8d75c9df9ad7 {
  padding-left: 0;
  padding-right: 0;
}
.contact-block .gform_wrapper.gravity-theme .gform_footer {
  display: block !important;
}
.contact-block p {
  padding: 0;
  align-items: center;
  display: flex;
  margin: 0 0 20px 0;
}
.contact-block p .phone-i {
  width: 28px;
  height: 28px;
  background-image: url(../img/icon_phone.svg);
  background-repeat: no-repeat;
  background-color: #327136;
  border-radius: 100%;
  background-position: 7px;
  margin-right: 10px;
}
.contact-block p .fax-i {
  width: 28px;
  height: 28px;
  background-image: url(../img/icon_fax.svg);
  background-repeat: no-repeat;
  background-color: #327136;
  border-radius: 100%;
  background-position: 7px;
  margin-right: 10px;
}
.contact-block p .email-i {
  width: 28px;
  height: 28px;
  background-image: url(../img/icon_email.svg);
  background-repeat: no-repeat;
  background-color: #327136;
  border-radius: 100%;
  background-position: 7px;
  margin-right: 10px;
}
.contact-block p .pin-i {
  width: 28px;
  height: 28px;
  background-image: url(../img/icon_pin.svg);
  background-repeat: no-repeat;
  background-color: #327136;
  border-radius: 100%;
  background-position: 8px;
  margin-right: 10px;
}
.contact-block p:hover span {
  background-color: #202188;
}
.contact-block .clock {
  display: flex;
  align-items: flex-start;
  color: #1C1C1C;
  font-family: "Open Sans", sans-serif;
}
.contact-block .clock .clock-i {
  width: 28px;
  height: 28px;
  background-image: url(../img/icon-clock.svg);
  background-repeat: no-repeat;
  border-radius: 100%;
  background-position: 0;
  margin-right: 10px;
}

.directory-block {
  padding-top: 60px !important;
  position: relative;
}
.directory-block:after {
  content: "";
  position: absolute;
  bottom: -180px;
  height: 200px;
  background-color: #EFEFF0;
  width: 100%;
  left: 0;
}
.directory-block h3 {
  font-weight: 700;
  font-family: "Ubuntu", sans-serif;
  font-size: 28px;
  color: #1C1C1C;
}

.business_wraper .businessRow {
  margin-left: -12px;
  margin-right: -12px;
  margin-top: 30px;
}
.business_wraper .businessRow .businessColumn {
  width: 33.3%;
  padding: 0px 12px;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
}
.business_wraper .businessRow .business_content {
  background: #ffffff;
  height: 100%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  cursor: pointer;
}
.business_wraper .businessRow .business_content .businessinfo {
  padding: 25px;
}
.business_wraper .businessRow .business_content .businessinfo .businessBody h5 {
  color: #1C1C1C;
  padding-bottom: 10px;
  margin: 0;
  font-weight: 700;
  font-size: 21px;
}
.business_wraper .businessRow .business_content .businessinfo .businessBody h3 {
  color: #1C1C1C;
  padding-bottom: 10px;
  margin: 0;
  font-weight: 700;
  font-size: 21px;
}
.business_wraper .businessRow .business_content .businessinfo .businessBody h4 {
  color: #1C1C1C;
  padding-bottom: 14px;
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  display: flex;
  align-items: center;
}
.business_wraper .businessRow .business_content .businessinfo .businessBody h4 img {
  margin-right: 5px;
}
.business_wraper .businessRow .business_content .businessinfo .businessBody .addrs {
  color: #327136;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 14px;
}
.business_wraper .businessRow .business_content:hover .businessinfo .businessBody .businessbody_inner a h5 {
  color: #202188;
  text-decoration: underline;
}
.business_wraper .businessRow .business_content:hover .businessinfo .businessBody .businessbody_inner a h3 {
  color: #202188;
  text-decoration: underline;
}

.news_detail {
  padding-top: 10px;
  padding-bottom: 50px;
}
.news_detail.dt_wrap .container {
  max-width: 1200px;
}
.news_detail.dt_wrap ul {
  font-family: "Open Sans", sans-serif;
  color: #1C1C1C;
  font-size: 16px;
}
.news_detail.dt_wrap ul li {
  list-style-type: disc;
}
.news_detail .dt_ul {
  list-style: none;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.news_detail .dt_ul li {
  font-weight: 500;
  margin-right: 10px;
  position: relative;
  color: #1C1C1C;
  font-size: 16px;
  list-style-type: none !important;
}
.news_detail .dt_ul li h2 {
  color: #327136;
  font-weight: 500;
  font-size: 16px;
  text-transform: none;
}
.news_detail .dt_ul li:last-child {
  padding-left: 15px;
  line-height: 22px;
}
.news_detail .dt_ul li:last-child::before {
  content: "";
  position: absolute;
  background: #1C1C1C;
  height: 15px;
  width: 2px;
  left: 2px;
  top: 3px;
}
.news_detail .dt_ul li a {
  font-weight: 700;
  color: #9D9D9D;
}
.news_detail .newsdt_img {
  margin-bottom: 20px;
}
.news_detail .newsdt_img img {
  width: 100%;
}
.news_detail .news-dt-row {
  margin-bottom: 30px;
}
.news_detail .news-dt-row h3 {
  color: #202188;
}
.news_detail .News_sponsors .topTitle {
  margin-bottom: 15px;
}
.news_detail .News_sponsors .topTitle h2 {
  margin-bottom: 0px;
}
.news_detail .how_to_cont {
  padding-top: 30px;
}
.news_detail.dt_wrap .news-dt-soc {
  padding-top: 20px;
  margin-bottom: 0px;
}

.news-dt-soc span.h4 {
  margin-bottom: 24px;
  color: #1C1C1C;
  font-weight: 700;
  display: block;
}
.news-dt-soc .social_media {
  display: flex;
  padding-right: 20px;
}
.news-dt-soc .social_media ul {
  display: flex;
  margin: 0;
  padding: 0px;
  list-style: none;
  visibility: visible;
  align-items: center;
}
.news-dt-soc .social_media ul li {
  margin-right: 5px;
  list-style-type: none;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 100%;
  padding-bottom: 0;
}
.news-dt-soc .social_media a {
  padding: 7px 9px;
  display: block;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background-color: #ffffff;
}
.news-dt-soc .social_media a img {
  max-width: 26px;
  max-height: 26px;
}
.news-dt-soc .social_media a:hover {
  background: #327136;
}
.news-dt-soc .social_media a:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7482%) hue-rotate(86deg) brightness(100%) contrast(105%);
}
.news-dt-soc .addtoany_list {
  display: flex;
}
.news-dt-soc .addtoany_list a {
  background: #ffffff;
  width: 40px;
  height: 40px;
  padding: 7px 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  margin-right: 5px;
}
.news-dt-soc .addtoany_list a:hover {
  background: #327136;
}
.news-dt-soc .addtoany_list a span {
  width: auto !important;
  height: auto !important;
  display: flex !important;
  background: none !important;
  opacity: 1;
}
.news-dt-soc .addtoany_list a img {
  opacity: 1 !important;
}

.news_latest > h3 {
  font-weight: normal;
  margin-bottom: 20px;
}

.nme_row {
  display: grid;
  margin-bottom: 12px;
  grid-template-columns: 90px auto;
  background: #EBE9DF;
}
.nme_row .nme_date {
  background: #202188;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  flex-direction: column;
  min-height: 80px;
  font-size: 20px;
}
.nme_row h6 {
  font-weight: normal;
  font-size: 15px;
}
.nme_row h3 {
  color: #202188;
  font-family: "Ubuntu", sans-serif;
  margin-bottom: 5px;
}
.nme_row .nme_descr {
  padding: 15px 10px;
}
.nme_row p {
  margin: 0px;
}

.testimonials {
  background: #EBE9DF;
  padding-top: 60px;
  padding-bottom: 20px;
}
.testimonials .testim-content {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 60px;
}
.testimonials .testim-content h4 {
  color: #202188;
}
.testimonials .carousel-indicators li {
  width: 15px;
  height: 15px;
  background: #424548;
  border-radius: 100px;
  border: 0;
  padding: 0;
  opacity: 1;
}
.testimonials .carousel-indicators li.active {
  background: #327136;
}
.testimonials .carousel-control-next,
.testimonials .carousel-control-prev {
  width: auto;
  opacity: 1;
}
.testimonials .carousel-control-next:hover,
.testimonials .carousel-control-prev:hover {
  opacity: 0.8;
}
.testimonials .carousel-control-next img {
  transform: rotate(180deg);
}

.icon_content {
  padding: 60px 0px;
}
.icon_content .icon_wrap {
  width: 70px;
  height: 70px;
  background: #202188;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.icon_content .icon_col {
  margin-bottom: 30px;
}

.aligncenter .row {
  justify-content: center;
}
.aligncenter .wp-block-embed__wrapper {
  text-align: center;
}

.alignleft {
  float: left;
  margin-right: 10px;
}

.alignright {
  float: right;
  margin-left: 10px;
}

.wp-block-group {
  padding-top: 60px;
  padding-bottom: 60px;
}
.wp-block-group .button_list {
  padding-top: 0;
  padding-bottom: 0;
}
.wp-block-group > h2 {
  margin-bottom: 40px;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif;
  text-transform: uppercase;
}
.wp-block-group.alignfull {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.wp-block-group > iframe {
  display: table;
}
.wp-block-group.form-main .gform_wrapper.gravity-theme .gform_footer {
  display: flex !important;
}

.wp-block-group:not(.gray, .blue, .grey, .lightgreen, .green, .has-secondary-background-color, .has-background-background-color) + .wp-block-group:not(.gray, .blue, .grey, .lightgreen, .green, .has-secondary-background-color, .has-background-background-color) {
  padding-top: 0px;
}

.wp-block-media-text.alignwide {
  max-width: 1200px !important;
  margin-left: auto;
  margin-right: auto;
}

.main_wrapper .wp-block-media-text {
  max-width: 1000px !important;
  padding-bottom: 60px;
}
.main_wrapper .wp-block-media-text.alignfull {
  max-width: 100% !important;
}
.main_wrapper .wp-block-media-text.alignwide {
  max-width: 1200px !important;
}
.main_wrapper .wp-block-media-text .wp-block-media-text__content {
  padding: 0 33px 0 33px;
}
.main_wrapper .wp-block-media-text .wp-block-media-text__content h2 {
  font-weight: 700;
  text-transform: uppercase;
}

.gen_video_img {
  padding: 0px 40px;
}

.wp-admin .media {
  display: inline-block;
}

.main_wrapper .wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.main_wrapper .wp-block-buttons > .wp-block-button {
  margin-right: 10px;
}
.main_wrapper .wp-block-buttons > .wp-block-button:last-child {
  margin-right: 0px;
}
.main_wrapper .wp-block-buttons .wp-element-button,
.main_wrapper .wp-block-buttons .wp-block-button__link {
  background-color: #F0AB2B;
  border-width: 0;
  color: #1C1C1C;
  padding: 12px 28px;
}
.main_wrapper .wp-block-buttons .wp-element-button:hover,
.main_wrapper .wp-block-buttons .wp-block-button__link:hover {
  background-color: #327136;
  color: #ffffff;
}

.img_button_row.three .img_btn_col,
.img_text_card_row.three .img_text_card_col,
.simple_list_info .row.three .simple_list_col,
.contactcard_row.three .contact_col {
  flex: 0 0 33.3%;
  max-width: 33.3%;
}

.img_button_row.four .img_btn_col,
.img_text_card_row.four .img_text_card_col,
.simple_list_info .row.four .simple_list_col,
.contactcard_row.four .contact_col {
  flex: 0 0 25%;
  max-width: 25%;
}

.contactcard_row.one {
  justify-content: center;
}

.contactcard_row.one .contact_col {
  flex: 0 0 40%;
  max-width: 40%;
  min-width: 300px;
}

.alignwide .contactcard_row.one .contact_col {
  flex: 0 0 40%;
  max-width: 40%;
}

.img_button_row.two .img_btn_col,
.img_text_card_row.two .img_text_card_col,
.simple_list_info .row.two .simple_list_col,
.contactcard_row.two .contact_col {
  flex: 0 0 50%;
  max-width: 50%;
}

.expanding-grid.four .links > li {
  width: 25%;
}

.expanding-grid.two .links > li {
  width: 50%;
}

.expanding-grid.three .links > li {
  width: 33.3%;
}

.advgb-tab-body-wrapper {
  border-radius: 0px !important;
  border: 0 !important;
}

.advgb-tabs-wrapper.advgb-tab-vert-desktop .advgb-tab-body-wrapper div.advgb-tab-body {
  padding-left: 45px;
}

.advgb-tabs-wrapper .advgb-tab-body-wrapper div.advgb-tab-body {
  padding-left: 0;
  padding-right: 0px;
  background: #fff;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
}
.advgb-tabs-wrapper .advgb-tab-body-wrapper div.advgb-tab-body > .has-background:first-of-type:first-child {
  margin-top: -40px;
  margin-bottom: -40px;
}

.wp-block-group .advgb-tabs-wrapper.advgb-tab-vert-desktop {
  max-width: 1200px !important;
}

.advgb-tab-body-wrapper div.advgb-tab-body > * {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

div.advgb-tab-body > iframe {
  display: table;
}

.advgb-tab-body-wrapper div.advgb-tab-body > .wp-block-button {
  margin-bottom: 20px;
}

.advgb-tab-body-wrapper div.advgb-tab-body > div,
.advgb-tab-body-wrapper div.advgb-tab-body > section {
  max-width: 100%;
}

.advgb-tab-body-wrapper div.advgb-tab-body .wp-block-advgb-accordions {
  margin-bottom: 35px;
}

.advgb-tab-body-wrapper div.advgb-tab-body .wp-block-advgb-accordions,
.advgb-tab-body-wrapper div.advgb-tab-body .document_era,
.advgb-tab-body-wrapper div.advgb-tab-body .wp-block-advgb-list,
.advgb-tab-body-wrapper div.advgb-tab-body .wp-block-button,
.advgb-tab-body-wrapper div.advgb-tab-body .gform_confirmation_wrapper,
.advgb-tab-body-wrapper div.advgb-tab-body .wp-block-advgb-image,
.advgb-tab-body-wrapper div.advgb-tab-body .wp-block-advgb-list,
.advgb-tab-body-wrapper div.advgb-tab-body .wp-block-buttons,
.advgb-tab-body-wrapper div.advgb-tab-body .embed-container,
.advgb-tab-body-wrapper div.advgb-tab-body .gform_wrapper,
.advgb-tab-body-wrapper div.advgb-tab-body .left_right_wraper,
.advgb-tab-body-wrapper div.advgb-tab-body .wp-block-advgb-images-slider,
.advgb-tab-body-wrapper div.advgb-tab-body .wp-block-advgb-video {
  max-width: 1000px;
}
.advgb-tab-body-wrapper div.advgb-tab-body > ul li,
.advgb-tab-body-wrapper div.advgb-tab-body > ol li {
  margin-bottom: 16px;
}
.advgb-tab-body-wrapper div.advgb-tab-body .advgb-column-inner li {
  margin-bottom: 10px;
}

.wp-block-advgb-video .advgb-video-wrapper.full-width video {
  width: auto !important;
}

.advgb-tabs-wrapper.advgb-tab-horz-desktop + p,
.advgb-tabs-wrapper.advgb-tab-horz-desktop + h2,
.advgb-tabs-wrapper.advgb-tab-horz-desktop + h3,
.advgb-tabs-wrapper.advgb-tab-horz-desktop + h4,
.advgb-tabs-wrapper.advgb-tab-horz-desktop + ul,
.advgb-tabs-wrapper.advgb-tab-horz-desktop + ol {
  padding-top: 40px;
}

.gform_legacy_markup_wrapper .description,
.gform_legacy_markup_wrapper .gfield_description,
.gform_legacy_markup_wrapper .gsection_description,
.gform_legacy_markup_wrapper .instruction,
.gform_legacy_markup_wrapper .gfield_checkbox li label,
.gform_legacy_markup_wrapper .gfield_radio li label {
  font-size: 16px !important;
}

.has-text-field #wp-link .query-results {
  top: 280px !important;
}

.gform_wrapper input:focus,
.gform_wrapper select:focus,
.gform_wrapper textarea:focus {
  border: 1px solid #202188 !important;
  outline: 0 !important;
}

.wp-block-image.alignfull {
  width: 100vw;
  margin-left: 0;
  margin-right: 0;
  max-width: 100vw;
}

.wp-block-group__inner-container .main-owl-slider + h2 {
  margin-top: 30px;
}

.halfHeight > img {
  height: 70vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.quartHeight > img {
  height: 40vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.maxHeight > img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.wp-block-group > *,
.wp-block-group > .document_era,
.wp-block-group > .wp-block-advgb-accordions,
.wp-block-group > .gform_legacy_markup_wrapper,
.wp-block-group > .wp-block-image,
.wp-block-group > .wp-block-quote,
.wp-block-group > .embed-container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-group.is-content-justification-left > * {
  margin-left: 0px !important;
  max-width: 100% !important;
  padding-left: 40px;
  padding-right: 40px;
}

.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 1000px;
}

body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 1000px !important;
}

body .is-layout-constrained > .wp-block-group {
  max-width: 100% !important;
}

.wp-block-group > section,
.wp-block-group > .wp-block-advgb-adv-tabs,
.wp-block-group > .wp-block-media-text,
.wp-block-group > .wp-block-group,
.wp-block-group > .wp-block-columns,
.wp-block-group > .wp-block-advgb-columns {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.wp-block-group > .wp-block-table,
.wp-block-group > .wp-block-advgb-table {
  margin-left: auto;
  margin-right: auto;
}

.main_wrapper .wp-block-advgb-columns.advgb-columns-wrapper {
  max-width: 1000px !important;
}

.main_wrapper .wp-block-advgb-columns.advgb-columns-wrapper.alignwide {
  max-width: 1200px !important;
}

.main_wrapper .wp-block-advgb-columns.advgb-columns-wrapper.alignfull {
  max-width: 100% !important;
}

.main_content > * {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.main_content > .wp-block-quote,
.main_content > .wp-block-image,
.main_content > .wp-block-embed {
  margin-left: auto;
  margin-right: auto;
}
.main_content > p:first-of-type:first-child,
.main_content > h2:first-of-type:first-child,
.main_content > h3:first-of-type:first-child,
.main_content > h4:first-of-type:first-child,
.main_content > h5:first-of-type:first-child,
.main_content > h1:first-of-type:first-child,
.main_content > ul:first-of-type:first-child,
.main_content > ol:first-of-type:first-child {
  padding-top: 40px;
}
.main_content > p:last-of-type:last-child,
.main_content > h2:last-of-type:last-child,
.main_content > h3:last-of-type:last-child,
.main_content > h4:last-of-type:last-child,
.main_content > h5:last-of-type:last-child,
.main_content > h1:last-of-type:last-child,
.main_content > ul:last-of-type:last-child,
.main_content > ol:last-of-type:last-child,
.main_content > .button_list:last-of-type:last-child,
.main_content > .img_text_card:last-of-type:last-child,
.main_content > .contact_cards:not(.grey, .gray, .blue):last-child,
.main_content > .advgb-recent-posts-block:last-of-type:last-child,
.main_content > .wp-block-buttons:last-of-type:last-child {
  padding-bottom: 40px;
}
.main_content > .wp-block-advgb-columns,
.main_content > .wp-block-group,
.main_content > .wp-block-media-text,
.main_content > .wp-block-columns,
.main_content > .advgb-tabs-wrapper,
.main_content > section {
  max-width: 100%;
}
.main_content > .column-center {
  max-width: 1250px;
  padding-left: 15px;
  padding-right: 15px;
}
.main_content p + ul,
.main_content p + ol {
  margin-top: -15px;
}

.contact_cards.alignleft {
  max-width: 100%;
  float: none !important;
}
.contact_cards.alignleft .contactcard_row {
  justify-content: flex-start;
  margin-left: 0;
  margin-right: 0px;
}

.page_title + .main_content > p:first-of-type:first-child {
  padding-top: 0px;
}

.components-panel__body-title .components-flex.components-input-control {
  height: auto !important;
}

.wp-block-separator.alignfull {
  width: 100% !important;
}

.sirsc-buttons .button-primary {
  white-space: nowrap !important;
}

.wp-adminify #wpbody-content #dashboard_right_now ul {
  flex-wrap: wrap;
}

.interface-interface-skeleton__notices .components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary) {
  color: #fff !important;
  text-decoration: underline !important;
}

.wp-adminify #wpbody-content .interface-interface-skeleton__body .block-editor-inserter__tabs .components-tab-panel__tabs button::before {
  border: 0 !important;
}

.wp-adminify #wpbody-content .interface-interface-skeleton__body .edit-post-sidebar .edit-post-sidebar__panel-tabs button.is-active::before,
.wp-adminify #wpbody-content .interface-interface-skeleton__body .edit-widgets-sidebar .edit-widgets-sidebar__panel-tabs button.is-active::before {
  border: 0;
}

.block-editor-block-list__block .advgb-accordion-item .advgb-accordion-header {
  border: 0 !important;
  border-radius: 0px !important;
  margin-top: 0px !important;
  background: #ffffff !important;
  padding-right: 35px !important;
}

.block-editor-block-list__block .advgb-accordion-item {
  box-shadow: none;
  border-radius: 0px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}

.advgb-accordion-header-icon svg {
  filter: brightness(0) saturate(100%) invert(12%) sepia(52%) saturate(3506%) hue-rotate(228deg) brightness(108%) contrast(100%);
}

.editor-styles-wrapper h4 {
  color: #1C1C1C !important;
  position: relative;
  font-size: 16px;
  line-height: normal;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
}

.wp-block-advgb-accordions .wp-block-advgb-accordion-item {
  margin-bottom: 15px !important;
  box-shadow: none;
  border-radius: 0px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.wp-block-advgb-accordions .advgb-accordion-header {
  padding: 17px 17px 17px 35px !important;
  border: 0 !important;
  border-radius: 0px !important;
  margin-top: 0px !important;
  background: #ffffff !important;
  padding-right: 35px !important;
}
.wp-block-advgb-accordions .advgb-accordion-header:hover {
  background-color: #327136 !important;
}
.wp-block-advgb-accordions .advgb-accordion-header:hover .advgb-accordion-header-icon {
  filter: brightness(0) saturate(100%) invert(92%) sepia(100%) saturate(0%) hue-rotate(18deg) brightness(104%) contrast(105%);
}
.wp-block-advgb-accordions .advgb-accordion-header:hover svg {
  fill: #ffffff;
}
.wp-block-advgb-accordions .advgb-accordion-header:hover .advgb-accordion-header-title {
  color: #ffffff !important;
}
.wp-block-advgb-accordions .advgb-accordion-header:hover .advgb-accordion-header-icon img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(141deg) brightness(102%) contrast(104%);
}
.wp-block-advgb-accordions .advgb-accordion-header .advgb-accordion-header-title {
  color: #1C1C1C !important;
  position: relative;
  font-size: 16px;
  line-height: normal;
}
.wp-block-advgb-accordions .advgb-accordion-header svg {
  /* display: block;
  width: 34px;
  height: 34px;
  fill: $primary; */
  display: none;
}
.wp-block-advgb-accordions .advgb-accordion-header.ui-accordion-header-active .advgb-accordion-header-icon img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(141deg) brightness(102%) contrast(104%);
}
.wp-block-advgb-accordions .advgb-accordion-header-icon {
  margin-right: 0px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-top: 10px;
  background-image: url(../img/arrow-down.svg);
  position: absolute;
  right: 20px;
  top: 10px;
}
.wp-block-advgb-accordions .ui-accordion-header-icon,
.wp-block-advgb-accordions .advgb-accordion-header-icon {
  display: block !important;
}
.wp-block-advgb-accordions .advgb-accordion-body {
  background: #fff !important;
  border: 1px solid #fff !important;
  padding-left: 35px !important;
  padding-right: 30px !important;
  margin-bottom: 15px !important;
}
.wp-block-advgb-accordions .advgb-accordion-header[aria-expanded=true] .advgb-accordion-header-icon {
  transform: rotate(180deg);
  margin-top: 0;
}

.wp-block-table thead,
.wp-block-advgb-table thead {
  border-bottom: none !important;
}
.wp-block-table td,
.wp-block-advgb-table td {
  padding: 15px 20px !important;
  border: 0 !important;
  border-right: 1px solid #EDEDED !important;
  border-bottom: 1px solid #EDEDED !important;
  background: #fff;
  font-family: "Open Sans", sans-serif;
}
.wp-block-table td:last-child,
.wp-block-advgb-table td:last-child {
  border-right: 0px !important;
}
.wp-block-table th,
.wp-block-advgb-table th {
  background: #202188;
  text-transform: none;
  color: #fff;
  border-top: 0 !important;
  border-bottom: 0px !important;
  padding: 30px 15px !important;
  border-right: 1px solid #EDEDED !important;
  font-weight: 700;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}
.wp-block-table th:last-child,
.wp-block-advgb-table th:last-child {
  border-right: 0px;
}
.wp-block-table tbody tr:nth-child(2n+1),
.wp-block-advgb-table tbody tr:nth-child(2n+1) {
  background: #fafafa !important;
}
.wp-block-table tbody tr:nth-child(2n),
.wp-block-advgb-table tbody tr:nth-child(2n) {
  background: #fff !important;
}

ul.advgb-tabs-panel li.advgb-tab.advgb-tab-active {
  background-color: #202188 !important;
  border-radius: 0 !important;
}

ul.advgb-tabs-panel li.advgb-tab.advgb-tab-active a p {
  color: #fff;
}

ul.advgb-tabs-panel li.advgb-tab,
ul.advgb-tabs-panel li.advgb-tab.ui-state-default {
  border: 1px solid #e0e0e0 !important;
  border-radius: 0 !important;
  border-right: 0.5px solid #9D9D9D !important;
  border-bottom: 0.5px solid #9D9D9D !important;
  border-top: 0.5px solid #9D9D9D !important;
  margin: 0 !important;
}

ul.advgb-tabs-panel li.advgb-tab a p {
  margin: 0;
}

.wp-block-advgb-adv-tabs.advgb-tab-vert-desktop ul.advgb-tabs-panel {
  border-bottom: 0 !important;
}
.wp-block-advgb-adv-tabs.advgb-tab-vert-desktop ul.advgb-tabs-panel li.advgb-tab {
  border-left: 0.5px solid #9D9D9D !important;
}
.wp-block-advgb-adv-tabs.advgb-tab-vert-desktop ul.advgb-tabs-panel li.advgb-tab:last-child {
  border-bottom: 0.5px solid #9D9D9D !important;
}
.wp-block-advgb-adv-tabs ul.advgb-tabs-panel {
  display: flex;
  justify-content: center;
  border-bottom: 2px solid #9D9D9D !important;
  margin-bottom: 30px !important;
}
.wp-block-advgb-adv-tabs ul.advgb-tabs-panel li.advgb-tab {
  border-radius: 0 !important;
  background: #EFEFF0 !important;
  color: #000000 !important;
  font-weight: 700;
  min-width: 218px;
  min-height: 73px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px !important;
  margin-right: 0px !important;
  border-right: 1px solid #9D9D9D !important;
  border-top: 1px solid #9D9D9D !important;
}
.wp-block-advgb-adv-tabs ul.advgb-tabs-panel li.advgb-tab:first-child {
  border-left: 0.5px solid #9D9D9D !important;
}
.wp-block-advgb-adv-tabs ul.advgb-tabs-panel li.advgb-tab a {
  color: #1C1C1C !important;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  width: 100%;
  height: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.wp-block-advgb-adv-tabs ul.advgb-tabs-panel li.advgb-tab.advgb-tab.advgb-tab-active {
  background: #202188 !important;
  margin-bottom: -1px !important;
}
.wp-block-advgb-adv-tabs ul.advgb-tabs-panel li.advgb-tab.advgb-tab.advgb-tab-active a {
  color: #fff !important;
}
.wp-block-advgb-adv-tabs ul.advgb-tabs-panel li.advgb-tab:hover {
  background: #327136 !important;
}
.wp-block-advgb-adv-tabs ul.advgb-tabs-panel li.advgb-tab:hover a {
  color: #fff !important;
}

.alert-area {
  background: #F0AB2B;
  position: absolute;
  width: 100%;
  z-index: 10;
  top: 168px;
  border: 0;
  height: 65px;
  text-align: center;
  padding: 10px 10px;
  border-radius: 0px;
  margin: 0;
}
.alert-area .alert {
  background: none;
  border: 0;
  text-align: center;
  margin: 0;
  padding: 0 40px;
}
.alert-area p {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 2px;
  font-size: 21px;
  line-height: 45px;
}
.alert-area p:empty {
  display: none;
}
.alert-area .close {
  position: absolute;
  right: 20px;
  top: 7px;
  opacity: 1;
  color: #fff;
  width: 30px;
  visibility: visible;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 100%;
  line-height: 10px;
}
.alert-area .close span {
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
}

.cvf-universal-pagination ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cvf-universal-pagination ul li {
  display: inline;
  margin: 0px 3px;
  padding: 4px 4px;
  color: #000000;
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
}
.cvf-universal-pagination ul li.inactive {
  display: none !important;
}
.cvf-universal-pagination ul li.inactive:hover {
  cursor: pointer;
}
.cvf-universal-pagination ul li:hover {
  font-weight: 700;
}
.cvf-universal-pagination ul li.selected {
  font-weight: bold;
  opacity: 1;
}
.cvf-universal-pagination ul li:nth-child(1), .cvf-universal-pagination ul li:nth-child(6) {
  display: none;
}

.advgb-recent-posts .slick-prev,
.advgb-recent-posts .slick-next {
  width: 54px;
  height: 54px;
  top: 45%;
  background: #fff !important;
  opacity: 1;
}
.advgb-recent-posts .slick-prev:hover,
.advgb-recent-posts .slick-next:hover {
  background-color: #F0AB2B !important;
}
.advgb-recent-posts .slick-prev:hover:before,
.advgb-recent-posts .slick-next:hover:before {
  filter: brightness(0) saturate(100%) invert(92%) sepia(100%) saturate(0%) hue-rotate(18deg) brightness(104%) contrast(105%);
}

.advgb-recent-posts .slick-prev {
  left: 0;
}

.advgb-recent-posts .slick-next {
  right: 0;
}

.advgb-recent-posts .slick-prev:before {
  font-size: 0;
  opacity: 1;
  background-image: url(../img/white-arrow-left.svg);
  width: 20px;
  height: 30px;
  content: "";
  background-size: 100%;
  display: inline-block;
}

.advgb-recent-posts .slick-next:before {
  font-size: 0;
  opacity: 1;
  background-image: url(../img/white-arrow-right.svg);
  width: 20px;
  height: 30px;
  content: "";
  background-size: 100%;
  display: inline-block;
}

.slick-dots li {
  width: 15px !important;
  height: 15px !important;
}
.slick-dots li button {
  width: 15px !important;
  height: 15px !important;
  background: #E4E4E4;
  color: #E4E4E4 !important;
}
.slick-dots li button::before {
  left: 0;
  background: #E4E4E4;
  width: 15px !important;
  border-radius: 100%;
  height: 15px !important;
  color: #E4E4E4 !important;
  opacity: 1 !important;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #202188 !important;
  background: #202188;
}

.advgb-recent-posts-block {
  max-width: 1200px !important;
}
.advgb-recent-posts-block.slider-view {
  max-width: 1000px !important;
}

.advgb-recent-posts-block .advgb-post-title {
  color: #000000;
  font-family: "ubuntu", sans-serif !important;
  font-weight: 700;
  font-size: 22px;
}
.advgb-recent-posts-block .advgb-post-title a {
  color: #1C1C1C;
}
.advgb-recent-posts-block .advgb-post-excerpt {
  font-family: "ubuntu", sans-serif !important;
}
.advgb-recent-posts-block .slick-track .advgb-recent-post {
  box-shadow: none !important;
}
.advgb-recent-posts-block .advgb-recent-post {
  background: #ffffff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-bottom: 0 !important;
}
.advgb-recent-posts-block .advgb-recent-post:hover {
  /* outline: 1px solid $primary; */
}
.advgb-recent-posts-block .advgb-recent-post:hover h2 a {
  color: #202188;
  text-decoration: underline !important;
}
.advgb-recent-posts-block .advgb-recent-post .advgb-post-thumbnail a {
  width: 100%;
}
.advgb-recent-posts-block .advgb-recent-post .advgb-post-thumbnail img {
  width: 100% !important;
  height: 100%;
}
.advgb-recent-posts-block .advgb-post-wrapper {
  margin-top: 0px !important;
  padding: 25px;
  background: #fff !important;
}
.advgb-recent-posts-block .advgb-post-info {
  overflow: hidden;
}
.advgb-recent-posts-block .advgb-post-info .advgb-post-datetime {
  text-transform: uppercase;
  margin-left: -85px;
  font-size: 15px !important;
  color: #1C1C1C !important;
}
.advgb-recent-posts-block .advgb-post-category .advgb-post-tax-term {
  font-size: 15px !important;
  font-weight: 700;
  border: 0 !important;
  padding: 0;
}
.advgb-recent-posts-block .advgb-post-category > div {
  margin: 0px !important;
}
.advgb-recent-posts-block.grid-view .advgb-post-tax-info {
  margin: 0;
  position: absolute;
  top: 0;
  padding-top: 3px;
}
.advgb-recent-posts-block.grid-view .advgb-post-info {
  margin: 4px 0px !important;
}
.advgb-recent-posts-block.list-view .advgb-post-wrapper {
  padding: 25px 25px;
  align-content: start;
}
.advgb-recent-posts-block.list-view .advgb-post-wrapper .advgb-post-tax-info {
  order: 1;
}
.advgb-recent-posts-block.list-view .advgb-post-wrapper .advgb-post-info {
  order: 2;
}
.advgb-recent-posts-block.list-view .advgb-post-wrapper .advgb-post-title {
  order: 3;
}
.advgb-recent-posts-block.list-view .advgb-post-wrapper .advgb-post-content {
  order: 4;
}
.advgb-recent-posts-block.list-view .advgb-recent-post {
  padding-bottom: 0px !important;
  grid-gap: 0px !important;
}
.advgb-recent-posts-block .advgb-post-readmore {
  margin: 0 !important;
}
.advgb-recent-posts-block .advgb-post-readmore a {
  font-family: "Open Sans", sans-serif;
}
.advgb-recent-posts-block.newspaper-view.layout-np-1-3 .advgb-recent-posts {
  /* grid-template-columns: 2fr 2fr !important; */
  grid-gap: 20px !important;
  overflow: visible !important;
}
.advgb-recent-posts-block.newspaper-view .advgb-recent-posts .advgb-recent-post {
  box-shadow: none !important;
}
.advgb-recent-posts-block.newspaper-view .advgb-recent-posts .advgb-recent-post:nth-child(1)::after {
  border-right: 0 !important;
}
.advgb-recent-posts-block.newspaper-view .advgb-recent-posts .advgb-recent-post .advgb-post-thumbnail {
  margin-bottom: 0 !important;
}
.advgb-recent-posts-block.newspaper-view .advgb-recent-posts .advgb-recent-post .advgb-post-wrapper {
  padding: 25px 0;
}
.advgb-recent-posts-block.masonry-view .advgb-recent-posts .advgb-recent-post .advgb-post-wrapper {
  background: #ffffff !important;
}
.advgb-recent-posts-block.masonry-view.columns-2 .advgb-recent-posts .advgb-recent-post {
  width: calc(50% - 30px) !important;
  padding: 0 !important;
}

.gform_wrapper.gravity-theme input[type=color],
.gform_wrapper.gravity-theme input[type=date],
.gform_wrapper.gravity-theme input[type=datetime-local],
.gform_wrapper.gravity-theme input[type=datetime],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=month],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme input[type=password],
.gform_wrapper.gravity-theme input[type=search],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=time],
.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gravity-theme input[type=week],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
  border: 1px solid #000;
  background-color: #fff;
  min-height: 45px;
}
.gform_wrapper.gravity-theme .gform_button {
  color: #1C1C1C;
  font-weight: 700;
  padding: 8px 40px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  position: relative;
  background: #F0AB2B;
  overflow: hidden;
  z-index: 1;
  border: 0 !important;
  border-radius: 50px;
  font-size: 18px;
}
.gform_wrapper.gravity-theme .gform_button:hover {
  background: #327136;
  color: #fff;
}
.gform_wrapper.gravity-theme .gform_footer {
  justify-content: center;
}
.gform_wrapper.gravity-theme textarea.small {
  min-height: 200px;
}
.gform_wrapper.gravity-theme .gform_footer {
  color: #fff;
  font-weight: 700;
  padding: 10px 30px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: table !important;
  margin-left: 10px !important;
  margin-right: auto !important;
  padding: 0 !important;
  margin-top: 0 !important;
}
.gform_wrapper.gravity-theme .gform_footer:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all 0.3s ease;
  width: 0%;
  height: 105%;
}
.gform_wrapper.gravity-theme .gform_footer:hover {
  color: #fff;
}
.gform_wrapper.gravity-theme .gform_footer .gform_button {
  /* background: none !important; */
  margin-bottom: 0 !important;
}
.gform_wrapper.gravity-theme .gfield_label {
  font-family: "Open Sans", sans-serif;
}

.main-form {
  background: #1C1C1C;
  padding: 40px 20px;
  margin-top: 50px;
  margin-bottom: 40px;
}
.main-form h2 {
  font-size: 40px;
  color: #fff;
  text-align: center;
}
.main-form p {
  color: #fff;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.main-form form {
  display: grid;
  grid-template-columns: auto 130px !important;
  max-width: 1000px;
  margin: auto;
  margin-top: 25px;
}
.main-form .gform_fields {
  grid-column-gap: 8px !important;
}
.main-form .gform_button {
  background: #202188 !important;
}
.main-form .gform_button:hover {
  background: #fff !important;
  color: #000 !important;
}
.main-form .gform_wrapper.gravity-theme .gform_footer {
  background: #202188;
  margin-top: 0 !important;
}
.main-form .gform_wrapper.gravity-theme .gform_footer:hover::before {
  background: #fff;
}

.wp-pagenavi {
  padding-top: 30px;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
  border: 0;
  color: #000;
  font-weight: normal;
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0px 5px;
}
.wp-pagenavi span.current {
  font-weight: bold;
}
.wp-pagenavi .nextpostslink {
  position: relative;
  font-size: 0px;
  visibility: visible;
}
.wp-pagenavi .nextpostslink::after {
  content: "NEXT";
  font-size: 18px;
  color: #000;
}
.wp-pagenavi .nextpostslink:hover::after {
  font-weight: bold;
}
.wp-pagenavi .previouspostslink {
  position: relative;
  font-size: 0px;
  visibility: visible;
}
.wp-pagenavi .previouspostslink:after {
  content: "PREV";
  font-size: 18px;
  color: #000;
}
.wp-pagenavi .previouspostslink:hover::after {
  font-weight: bold;
}
.wp-pagenavi .pages {
  display: none;
}

#pagination-container {
  display: flex;
  justify-content: center;
}
#pagination-container a,
#pagination-container span {
  border: 0;
  color: #000;
  font-weight: normal;
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0px 5px;
  visibility: visible;
}
#pagination-container span.current {
  font-weight: bold;
}

.page-id-22418 .page_title h1,
.page-id-22598 .page_title h1 {
  padding-bottom: 10px;
}

.wp-block-group.content-center {
  max-width: 900px;
  margin: 0px auto;
  padding-top: 30px;
}

.wp-site-blocks {
  padding: 0px !important;
  margin: 0px !important;
}

.addeventatc.addtocal {
  color: #327136 !important;
  font-weight: 700;
  font-size: 16px !important;
  font-family: "ubuntu", sans-serif;
  box-shadow: none !important;
  background: none !important;
  z-index: 9;
  padding: 13px 12px 12px 33px;
}
.addeventatc.addtocal:hover {
  color: #202188 !important;
}
.addeventatc.addtocal:hover .addeventatc_icon {
  filter: brightness(0) saturate(100%) invert(18%) sepia(94%) saturate(1927%) hue-rotate(230deg) brightness(73%) contrast(108%);
}

.addeventatc .addeventatc_icon {
  background-image: url(../img/calendar.svg) !important;
  background-repeat: no-repeat !important;
  width: 22px !important;
  height: 24px !important;
  background-size: 20px !important;
  left: 0 !important;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.dropdown.custom-drop .btn-primary {
  background: none !important;
  border: 1px solid #1C1C1C;
  width: 100%;
  border-radius: 0;
  color: #1C1C1C !important;
  text-align: left;
  min-height: 45px;
}
.dropdown.custom-drop .btn-primary::after {
  background-image: url(../img/arrow-down.svg);
  width: 22px;
  height: 14px;
  background-size: 19px;
  background-repeat: no-repeat;
  border: 0 !important;
  position: absolute;
  right: 10px;
  top: 16px;
}
.dropdown.custom-drop .dropdown-item {
  color: #1C1C1C;
  background: none;
}

.fc-header-toolbar {
  margin-bottom: 5px !important;
}
.fc-header-toolbar .fc-button {
  border: 0;
  background: none !important;
  outline: 0 !important;
  padding: 0px;
  position: relative;
  box-shadow: none !important;
}
.fc-header-toolbar .fc-icon {
  height: auto;
  display: flex;
  align-items: center;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}
.fc-header-toolbar .fc-icon:hover::after {
  color: #202188;
  text-decoration: none;
}
.fc-header-toolbar .fc-icon:hover::before {
  filter: brightness(0) saturate(100%) invert(16%) sepia(48%) saturate(3013%) hue-rotate(220deg) brightness(95%) contrast(99%);
}
.fc-header-toolbar .fc-center {
  position: relative;
  top: -30px;
  left: -20px;
}

.fc-icon-left-single-arrow::before {
  content: "";
  background-image: url(../img/angle-left.svg);
  width: 9px;
  height: 14px;
  display: flex;
  background-size: 9px;
  top: 0;
  background-repeat: no-repeat;
}

.fc-icon-left-single-arrow::after {
  content: "Last Month";
  color: #327136;
  font-weight: bold;
  font-size: 15px;
  text-transform: capitalize;
  margin-left: 7px;
}

.fc-icon-right-single-arrow::after {
  content: "Next Month";
  color: #327136;
  font-weight: bold;
  font-size: 15px;
  margin-right: 17px;
  text-transform: capitalize;
}

.fc-icon-right-single-arrow::before {
  content: "";
  background-image: url(../img/angle-left.svg);
  width: 9px;
  height: 14px;
  display: flex;
  background-size: 9px;
  top: 0;
  transform: rotate(180deg);
  right: 0;
  position: absolute;
}

/* .fc-icon-right-single-arrow:after {
    display: none;
} */
.fc-toolbar .fc-left {
  float: left;
}
.fc-toolbar .fc-right {
  float: right;
}

.fc table {
  background: #fff;
}

.fc table th {
  /* background: #001489; */
  color: #1C1C1C;
  padding: 10px 5px;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}

td.fc-other-month {
  background: #F5F5F5;
  opacity: 1 !important;
}

.fc-basic-view .fc-body .fc-row {
  min-height: 150px;
}

.fc-event {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 17px;
  border-radius: 0;
  border: 0;
  background-color: transparent !important;
  color: #327136 !important;
  font-weight: normal;
}

.fc-content span {
  font-weight: normal !important;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right;
  font-weight: 700;
  font-size: 16px;
}

.exp_full {
  padding: 10px 20px;
}

.fc-content:hover {
  color: #202188;
  text-decoration: underline;
}

.prev_link a:hover img {
  filter: brightness(0) saturate(100%) invert(16%) sepia(48%) saturate(3013%) hue-rotate(220deg) brightness(95%) contrast(99%);
}/*# sourceMappingURL=custom.css.map */