@font-face {
  font-family: "Futura";
  src: url("../fonts/Futura-Bold.woff2") format("woff2"), url("../fonts/Futura-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura BdCn BT";
  src: url("../fonts/FuturaBT-BoldCondensed.woff2") format("woff2"), url("../fonts/FuturaBT-BoldCondensed.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura Bk BT";
  src: url("../fonts/FuturaBT-Book.woff2") format("woff2"), url("../fonts/FuturaBT-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura PT Book";
  src: url("../fonts/FuturaPT-Book.woff2") format("woff2"), url("../fonts/FuturaPT-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura LtCn BT";
  src: url("../fonts/FuturaBT-LightCondensed.woff2") format("woff2"), url("../fonts/FuturaBT-LightCondensed.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura Lt BT";
  src: url("../fonts/FuturaBT-Light.woff2") format("woff2"), url("../fonts/FuturaBT-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura Md BT";
  src: url("../fonts/FuturaBT-Medium.woff2") format("woff2"), url("../fonts/FuturaBT-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura PT";
  src: url("../fonts/FuturaPT-Bold.woff2") format("woff2"), url("../fonts/FuturaPT-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  color: #000;
  font-size: 16px;
  font-family: "Futura PT Book";
}

html {
  font-size: 100%;
}

h1,
.h1,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #000;
}

h1,
.h1 {
  font-size: 32px;
  font-weight: 700;
  font-family: "Futura";
}

h2,
.h2 {
  font-size: 24px;
  font-weight: 700;
  font-family: "Futura";
}

h3,
.h3 {
  font-size: 24px;
  font-weight: 500;
  font-family: "Futura Md BT";
}

h4,
.h4 {
  font-size: 18px;
  font-weight: 700;
  font-family: "Futura";
}

h5,
.h5 {
  font-size: 20px;
  font-weight: 700;
  font-family: "Futura PT Book";
}

h6,
.h6 {
  font-size: 18px;
  text-transform: none;
  font-weight: 700;
  font-family: "Futura";
}

p {
  line-height: 24px;
  font-size: 18px;
  font-weight: normal;
  color: #000;
  font-family: "Futura PT Book";
}

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

a {
  color: #000;
  font-weight: 400;
  text-decoration: underline;
}
a:hover {
  color: #737373;
  text-decoration-style: solid !important;
  text-decoration: underline;
}

b,
strong {
  font-weight: 700;
  font-family: "Futura PT";
}

.link {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.link img {
  max-width: 18px;
  margin-left: 6px;
}
.link:hover {
  color: #00446A;
}

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

.btn_green {
  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: #000;
}

.btn_sm,
.gform_button {
  color: #fff;
  font-weight: 600;
  padding: 14px 20px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  position: relative;
  background: #00446A;
  border-radius: 0px;
  font-size: 14px;
  text-decoration: none;
  border: 0;
}
.btn_sm:hover,
.gform_button:hover {
  background: #C9C9C9;
  color: #000;
  text-decoration: none;
}
.btn_sm img,
.gform_button img {
  margin-right: 10px;
}
.btn_sm:focus,
.gform_button:focus {
  color: #fff;
}

.wp-block-button__link {
  padding: 16px 24px;
  display: inline-block;
  border-radius: 40px;
  background: #73A7C6;
  color: #000 !important;
  font-family: Futura;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  border: 1px solid transparent;
  text-decoration: none;
  text-align: center;
  min-width: 235px;
}
.wp-block-button__link:hover {
  border: 1px solid #000;
  text-decoration: none;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.16);
  background: #73a7c6;
}
.wp-block-button__link img {
  margin-right: 10px;
}

.container {
  max-width: 1200px;
}

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

video {
  max-width: 100%;
}

.form-control {
  min-height: 56px;
  background-color: #ffffff !important;
  border: 0;
  border-radius: 0px;
  box-shadow: none;
}

.Center {
  text-align: center;
}

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

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

select {
  min-height: 45px;
  background-image: url(../img/angle-down.svg);
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: top 17px right 12px;
  min-width: 100px;
  background-size: 20px;
  color: #000;
  border: 1px solid #C9C9C9;
  min-height: 50px;
}
select.form-control {
  color: #000;
  cursor: pointer;
}
select:hover {
  border: 1px solid #000;
}

.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 {
  font-size: 18px;
  color: #737373 !important;
}
.search-box ::-moz-placeholder {
  color: #737373 !important;
}
.search-box :-ms-input-placeholder {
  color: #737373 !important;
}
.search-box :-moz-placeholder {
  color: #737373 !important;
}

label.title {
  font-family: "Futura";
  font-size: 16px;
  font-weight: 700;
  line-height: 21.26px;
}

::-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: fixed;
  /* background: $white;*/
  z-index: 99;
  width: 100%;
  top: 0px;
  /*.plus-minus {


      position: absolute;
      width: 20px;
      height: 20px;
      right: 15px;
      text-align: center;
      cursor: pointer;
      top: 11px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #ccc;
      border: 1px solid #000;
      border-radius: 50px;


  }
  .plus-minus::after {
      content: "+";
      position: absolute;
      display: block;
      font-weight: 600;
      font-size: 18px;
      color: #000;
      top: -4px;
      left: 5px;
  }
  .plus-minus.minus-icon::after {
      content: "-";
      margin-top: -2px;
      left:7px;
  }*/
}
.main_header a {
  text-decoration: none;
  font-weight: 700;
}
.main_header .navbar {
  padding: 0px;
  background: #fff;
}
.main_header .navbar-brand {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0px;
  font-size: 14px;
  color: #000;
  font-weight: bold;
  margin-right: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.main_header .navbar-brand img {
  margin-right: 10px;
}
.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: 6px;
}
.main_header .navbar ul {
  list-style: none;
  padding: 0;
}
.main_header .navbar .container-fluid,
.main_header .navbar .container {
  align-items: center;
}
.main_header .social_media {
  display: flex;
  padding-right: 5px;
}
.main_header .social_media ul {
  display: flex;
  margin: 0;
  padding: 0px;
  list-style: none;
  visibility: visible;
}
.main_header .social_media ul li {
  margin-right: 5px;
}
.main_header .social_media a {
  padding: 3px 3px;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background-color: #000;
}
.main_header .social_media a img {
  max-width: 18px;
  max-height: 16px;
}
.main_header .social_media a:hover {
  background: #00446A;
}
.main_header .top_menu {
  display: flex;
  align-items: center;
}
.main_header .top_menu .top_inner_menu {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding-right: 32px;
  padding-left: 0;
  gap: 32px;
}
.main_header .top_menu .top_inner_menu a {
  color: #000;
  padding: 0px 10px;
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-family: "Futura Md BT";
}
.main_header .top_menu .top_inner_menu a:hover {
  color: #000;
  text-decoration: underline;
}
.main_header .top_menu .top_inner_menu li:last-child a::after {
  display: none;
}
.main_header .top_search {
  display: flex;
  position: relative;
  margin-right: 32px;
}
.main_header .top_search .search-box {
  margin-bottom: 0px;
  margin-right: 0px;
}
.main_header .top_search .form-control {
  min-height: 40px;
  padding: 8px 16px;
  max-width: 240px;
  height: auto;
  border-radius: 8px;
  border: 1px solid #C9C9C9;
  background: #FFF;
}
.main_header .top_search .form-control::-webkit-input-placeholder {
  color: #737373 !important;
}
.main_header .top_search .form-control::-moz-placeholder {
  color: #737373 !important;
}
.main_header .top_search .form-control:-ms-input-placeholder {
  color: #737373 !important;
}
.main_header .top_search .form-control:-moz-placeholder {
  color: #737373 !important;
}
.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 .innericon {
  background-image: url(../img/search-icon.svg) !important;
  background-size: 16px !important;
}
.main_header .top_search .probox {
  border: 0 !important;
  overflow: visible !important;
  height: auto;
}
.main_header .top_search .asp_main_container {
  overflow: visible !important;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
}
.main_header .top_search .probox {
  min-width: 240px;
}
.main_header .top_search .proinput input.orig {
  font-size: 15px !important;
  color: #000102 !important;
  border-bottom: 0 !important;
  padding-bottom: 4px !important;
  font-weight: normal !important;
}
.main_header .top_search ::-webkit-input-placeholder {
  color: #000102 !important;
  font-weight: normal !important;
}
.main_header .top_search ::-moz-placeholder {
  color: #000102 !important;
  font-weight: normal !important;
}
.main_header .top_search :-ms-input-placeholder {
  color: #000102 !important;
  font-weight: normal !important;
}
.main_header .top_search :-moz-placeholder {
  color: #000102 !important;
  font-weight: normal !important;
}
.main_header .top_search .promagnifier {
  background: transparent !important;
  border-radius: 0 !important;
}
.main_header .top_search .promagnifier:hover svg {
  fill: #000102 !important;
}
.main_header .nav_bottom {
  margin-top: 0;
  margin-left: auto;
  padding: 0px 24px;
}
.main_header .navbar-nav > li {
  position: relative;
  padding: 24px 0px;
  margin: 0px 30px;
}
.main_header .navbar-nav > li > a {
  padding: 8px 10px 9px 10px !important;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 24px;
  position: relative;
  color: #000;
  font-family: "Futura Md BT";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-bottom: 2px solid transparent;
}
@media (min-width: 1200px) {
  .main_header .navbar-nav > li:hover .dropdown-menu,
  .main_header .navbar-nav > li:hover .megamenu {
    display: block;
  }
}
.main_header .navbar-nav > li:hover > a {
  text-decoration: none;
  border-bottom: 2px solid #FDB913;
  color: #000;
}
.main_header .navbar-nav .dropdown-menu {
  width: 334px;
  border-radius: 0px;
  padding: 0px;
  text-align: left;
  margin-top: 0;
  left: 0;
  background: #F6F6F6;
  top: 100%;
  border: 0;
  padding: 40px;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.1607843137);
  border-radius: 0;
  position: absolute;
  z-index: 9999;
}
.main_header .navbar-nav .dropdown-menu > li {
  margin-bottom: 0px;
  position: relative;
  padding: 8px 0px;
}
.main_header .navbar-nav .dropdown-menu > li:first-child {
  padding-top: 0px;
}
.main_header .navbar-nav .dropdown-menu > li:last-child {
  padding-bottom: 0px;
}
.main_header .navbar-nav .dropdown-menu > li > a {
  color: #000;
  text-align: left;
  display: inline-block;
  padding: 0;
  font-size: 18px;
  border-bottom: 2px solid transparent;
  font-family: Futura;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
}
.main_header .navbar-nav .dropdown-menu > li > a:hover,
.main_header .navbar-nav .dropdown-menu > li > a .active {
  border-bottom: 2px solid #000;
}
.main_header .navbar-nav .dropdown-menu a {
  white-space: normal;
  background: none;
  color: #000;
  font-weight: 500;
}
.main_header .navbar-nav .dropdown-menu .mega-submenu {
  padding-top: 4px;
  /*display: none;*/
  padding-left: 0px;
}
.main_header .navbar-nav .dropdown-menu .mega-submenu li {
  margin-bottom: 0;
  list-style: none;
}
.main_header .navbar-nav .dropdown-menu .mega-submenu li a {
  color: #000;
  font-family: "Futura PT Book";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 8px 24px;
  display: block;
}
.main_header .navbar-nav .dropdown-menu .mega-submenu li a:hover {
  text-decoration: underline;
}
.main_header .navbar-nav .dropdown-menu .current_page_item a,
.main_header .navbar-nav .dropdown-menu .current-menu-item a {
  color: #00446A;
}
.main_header .navbar-nav .dropdown-menu .dropdown-menu {
  padding: 0px;
  position: relative;
  box-shadow: none;
  width: 100%;
}
.main_header .navbar-nav .dropdown-menu .dropdown-menu li {
  padding: 8px 24px;
}
.main_header .navbar-nav .dropdown-menu .dropdown-menu li a {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  font-family: "Futura PT Book";
  border: 0;
}
.main_header .navbar-nav .dropdown-menu .dropdown-menu li a:hover, .main_header .navbar-nav .dropdown-menu .dropdown-menu li a.active {
  text-decoration: underline;
}
.main_header .navbar-nav > li.current_page_ancestor > a,
.main_header .navbar-nav > li.current-menu-ancestor > a,
.main_header .navbar-nav > li.current-page-parent > a,
.main_header .navbar-nav > li.current_page_item > a,
.main_header .navbar-nav > li.current-menu-item > a,
.main_header .navbar-nav > li.current-page-ancestor > a {
  color: #000 !important;
  border-bottom: 2px solid #66A1B8;
}
.main_header .megamenu a {
  font-weight: 500;
  color: #000;
  font-size: 18px;
}
.main_header .megamenu a:hover {
  color: #00446A;
}
.main_header .megamenu li {
  margin-bottom: 10px;
}
.main_header .megamenu ul.sidemenu {
  -moz-column-count: 2;
       column-count: 2;
  width: 100%;
}
.main_header .megamenu .current_page_item a,
.main_header .megamenu .current-menu-item a {
  color: #00446A;
}

.logged-in .fixed_btns {
  top: 330px;
}

.fixed_btns {
  position: fixed;
  top: 300px;
  right: 0px;
}
.fixed_btns ul {
  list-style: none;
  padding: 0px;
}
.fixed_btns ul li {
  margin-bottom: 5px;
}
.fixed_btns ul li a {
  background: #73A7C6;
  padding: 5px 6px;
  width: 72px;
  color: #000102;
  font-weight: 600;
  font-size: 13px;
  display: flex;
  text-align: right;
  height: 50px;
  line-height: 16px;
  align-items: center;
  justify-content: flex-end;
}
.fixed_btns ul li:nth-child(1) a {
  color: #fff;
}
.fixed_btns ul li:nth-child(1) a:hover {
  background: #00446A;
  color: #fff;
}
.fixed_btns ul li:nth-child(2) a {
  background: #7CC4F5;
}
.fixed_btns ul li:nth-child(2) a:hover {
  background: #3aa4d1;
}
.fixed_btns ul li:nth-child(3) a {
  background: #bdce31;
}
.fixed_btns ul li:nth-child(3) a:hover {
  background: #95a516;
}
.fixed_btns ul li:nth-child(4) a {
  background: #f48737;
}
.fixed_btns ul li:nth-child(4) a:hover {
  background: #db6626;
}

.select_language {
  position: relative;
  width: 261px;
  left: 0px;
  /* &:before {
    content: "language";
    display: block;

    min-height: 50px;
    position: absolute;
    top: -1px;
    left: -17px;
    width: 100%;
    pointer-events: none;
  } */
}
.select_language select {
  cursor: pointer;
  border: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/angle-down.svg);
  background-repeat: no-repeat;
  color: #000 !important;
  padding-left: 110px;
  padding-right: 22px;
  font-weight: 400;
  background-position: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
  background-color: transparent;
  min-height: auto;
  text-align: right;
}
.select_language select option {
  font-size: 16px;
}
.select_language select:hover {
  color: #000 !important;
  text-decoration: underline;
}
.select_language select::-ms-expand {
  display: none;
}
.select_language > div {
  display: flex;
  position: relative;
  background-color: #FDB913;
  padding: 8px 10px 8px 16px;
  min-height: 39px;
}

.gtranslate_wrapper:before {
  content: "Language:";
  display: block;
  background-image: url(../img/globe.svg);
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: 0px 3px;
  background-size: 20px;
  min-height: 27px;
  position: absolute;
  top: 6px;
  left: 16px;
  width: auto;
  pointer-events: none;
  color: #000;
  font-family: "Futura PT";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  padding-left: 22px;
}

.nav_bottom.mobile-view {
  display: none;
}

.nav_bottom {
  margin-left: auto;
  display: flex;
  background: #f6f6f6;
  justify-content: center;
}

.home .nav_bottom {
  background: #F6F6F6;
}

.main_banner {
  padding-top: 152px;
  position: relative;
}
.main_banner .carousel {
  display: flex;
  justify-content: center;
  position: relative;
}
.main_banner .carousel:before {
  /* content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(
      180deg,
      rgba(47, 8, 85, 0.11) 0%,
      rgba(47, 8, 85, 0.43) 30%,
      rgba(47, 8, 85, 0.8) 100%
    )
    #d3d3d363 50%;*/
  z-index: 1;
}
.main_banner .carousel-item > img {
  width: 100%;
  max-height: calc(100vh - 10px);
  min-height: 830px;
  -o-object-fit: cover;
     object-fit: cover;
}
.main_banner .carousel-caption {
  left: 10%;
  right: 10%;
  text-align: left;
  top: 33%;
  max-width: 517px;
  bottom: auto;
  transform: translateY(-50%);
}
.main_banner .carousel-control-next {
  width: auto;
  right: 30px;
}
.main_banner .carousel-control-prev {
  width: auto;
  left: 30px;
}
.main_banner .carousel-indicators li {
  width: 15px;
  height: 15px;
  border: 0;
  border-radius: 100px;
  background: #fff;
  opacity: 1;
}
.main_banner .carousel-indicators li.active {
  background: #00446A;
}

.search_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 0.7fr 0.7fr 0.7fr 0.65fr;
  grid-column-gap: 15px;
}

.tripPlanner .nav-tabs {
  border: 0;
  gap: 4px;
}
.tripPlanner .nav-tabs li {
  flex: 1;
  width: 48%;
}
.tripPlanner .nav-tabs a {
  padding: 8px 20px;
  background: #FDB913;
  text-align: center;
  border: 0;
  border-radius: 8px 8px 0px 0px !important;
  box-shadow: none;
  font-weight: 700;
  color: #474747;
  font-family: Futura;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.tripPlanner .nav-tabs a:hover {
  background: #00446A;
  color: #fff;
}
.tripPlanner .nav-tabs a.active {
  background: #C9C9C9 !important;
  color: #000;
}
.tripPlanner .tab-content {
  border-radius: 0px 0px 8px 8px;
  padding: 24px;
  background: #C9C9C9;
  min-height: 630px;
}
.tripPlanner .tab-content .dep_ifo select {
  font-size: 14px;
  font-weight: 700;
  padding-left: 15px;
}
.tripPlanner .btn_sm {
  padding: 16px 20px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
  height: 100%;
  margin: 0px auto 7px;
}

.search_wrap .form-group {
  position: relative;
  margin-bottom: 0px;
}
.search_wrap .form-group .radiobuttons {
  display: flex;
  margin-top: 5px;
  margin-bottom: 10px;
}
.search_wrap .form-group .rdio label {
  font-size: 12px;
}

.rdio {
  position: relative;
  margin-right: 30px;
}
.rdio input[type=radio] {
  opacity: 0;
  margin: 0px;
  position: static;
}
.rdio label {
  padding-left: 6px;
  cursor: pointer;
  margin-bottom: 0px !important;
  min-width: 0;
  display: inline-block;
}
.rdio label:before {
  width: 17px;
  height: 17px;
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  display: inline-block;
  border: 1px solid #d9d9d9;
  background: #fff;
  border-radius: 100px;
}
.rdio input[type=radio]:checked + label::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 2px;
  text-decoration: underline;
  color: #00446A;
  display: inline-block;
  font-size: 11px;
  border-radius: 100px;
  width: 13px;
  height: 13px;
  justify-content: space-around;
  background-color: #bdce31;
}
.rdio input[type=radio]:checked + label::after {
  background-color: #bdce31;
}
.rdio input[type=radio]:disabled + label {
  color: #999;
}
.rdio input[type=radio]:disabled + label:before {
  background-color: #fbc52d;
}

.form-group.date_time {
  max-width: 330px;
  margin: auto;
}

.date_time_wrap {
  flex-wrap: wrap;
}
.date_time_wrap .dt_col {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-right: 7px;
  margin-bottom: 25px;
  flex-direction: column;
  width: 110px;
}
.date_time_wrap .btn_sm {
  margin: auto;
}

.alertlists .alert-title {
  display: flex;
  justify-content: space-between;
  margin-top: -12px;
}
.alertlists .alert-title a {
  font-family: "inter", sans-serif;
  color: #000;
  text-decoration: underline;
}
.alertlists span.h6 {
  font-family: "inter", sans-serif;
  margin: 0;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
}
.alertlists span.h6 img {
  margin-right: 8px;
}
.alertlists ul {
  list-style: none;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 12px;
}
.alertlists ul li {
  font-size: 12px;
  font-weight: 700;
  font-family: "inter", sans-serif;
  background: #ececec;
  padding: 6px;
  margin-right: 5px;
  margin-bottom: 6px;
  border-radius: 3px;
}
.alertlists ul li.active {
  background: #8B2428;
  color: #fff;
}

.gobtn {
  margin-top: 20px;
}

.nav_section {
  padding: 30px 0px 0;
  position: relative;
  margin-top: -200px;
  z-index: 9;
  padding: 30px 0px 0;
}
.nav_section .container {
  max-width: 1200px;
}
.nav_section .navcol {
  width: 20%;
  padding: 0px 10px;
}
.nav_section .navBlock_col {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.nav_section .navBlock_col:hover .navblock_icon {
  /* background: $primary;*/
}
.nav_section .navBlock_col:hover .navblock_icon img {
  /* @include img-white;*/
}
.nav_section .navBlock_col:hover .navblock_txt h2 {
  text-decoration: underline;
}
.nav_section .navblock_icon {
  border-radius: 100px;
  width: 225px;
  height: 225px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.nav_section h2 {
  color: #000;
  text-align: center;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.nav_section p {
  margin-bottom: 0px;
}
.nav_section a:hover {
  text-decoration: none;
}
.nav_section .navblock_icon {
  border-radius: 300px;
  width: 225px;
  height: 225px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.nav_section .navcol:nth-child(4) img {
  -o-object-position: left;
     object-position: left;
}
.nav_section .navblock_icon img {
  border-radius: 300px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.nav_section .navblock_icon:after {
  content: "";
  background: #7CC4F5;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.65;
}
.nav_section .navcol:nth-child(2) .navblock_icon:after {
  background: #00446A;
}
.nav_section .navcol:nth-child(3) .navblock_icon:after {
  background: #ffffff;
}
.nav_section .navcol:nth-child(4) .navblock_icon:after {
  background: #ffffff;
}
.nav_section .navBlock_col:hover .navblock_icon:after {
  background: transparent;
}

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

.img-card-wrap {
  padding-top: 40px;
  padding-bottom: 80px;
  background: #00446A;
  padding-left: 20px;
  padding-right: 20px;
}

.title_sm {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 40px;
}

.clip {
  -webkit-clip-path: polygon(100% 0, 100% 81%, 90% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 81%, 90% 100%, 0 100%, 0 0);
}

.link_white {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.link_white img {
  margin-left: 6px;
}
.link_white:hover {
  color: #fff;
}

.meetingBoxblock {
  margin-bottom: 12px;
}
.meetingBoxblock .meetingBox {
  display: grid;
  grid-template-columns: 65px auto;
}
.meetingBoxblock .meetingBox .timedate {
  background: #f2f2f2;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  font-weight: 700;
  color: #000;
  flex-direction: column;
}
.meetingBoxblock .meetingInfo {
  padding-left: 15px;
}
.meetingBoxblock .meetingInfo h4 {
  margin-bottom: 0px;
}

.blue_black_info .info_box {
  background: #7CC4F5;
  padding: 45px 25px;
  -webkit-clip-path: polygon(100% 0, 100% 81%, 92% 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% 81%, 92% 100%, 0 100%, 0 0);
  margin-bottom: 10px;
}
.blue_black_info .info_box h3 {
  font-size: 28px;
  color: #fff;
}
.blue_black_info .info_box p {
  color: #fff;
  font-weight: 500;
}
.blue_black_info .info_box.black {
  background: #000;
}

.main_banner.mobile-sec {
  display: none;
}

.NewsMettings {
  padding-top: 40px;
  padding-bottom: 30px;
}
.NewsMettings .col-md-3.nm_col {
  padding-left: 8px;
  padding-right: 8px;
}

.allBtn {
  padding-top: 0px;
  display: block;
  margin: 40px 0px 0px;
  text-align: center;
}
.allBtn a {
  min-width: 215px;
  padding: 16px 24px !important;
  display: inline-block;
  border-radius: 40px;
  background: #73A7C6 !important;
  color: #000;
  font-family: Futura;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  border: 1px solid transparent !important;
  text-decoration: none;
  text-align: center;
}
.allBtn a:hover {
  border: 1px solid #000 !important;
  text-decoration: none;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.16);
  background: #73a7c6;
}
.allBtn a img {
  margin-left: 6px;
}
.allBtn a:hover {
  color: #000 !important;
}

.gr .allBtn a:hover {
  background: #737373;
}

section.NewsMettings {
  background: #F6F6F6;
}

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

.nm_col:nth-child(2) .cat {
  background: #ffffff;
}

.nm_col:nth-child(3) .cat {
  background: #00446A;
}

.nm_col:nth-child(4) .cat {
  background: #00446A;
}

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

.mt-img-wrap {
  margin-bottom: 20px;
  margin-bottom: 20px;
  background: #C9C9C9;
  /* box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25); */
  height: 100%;
  border-radius: 8px;
  border: 1px solid transparent;
}

.mt-img-wrap:hover {
  border: 1px solid #000;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.16);
}

.text_mt_block {
  margin: 24px;
  background: #ffffff;
  padding: 16px;
  border-radius: 4px;
}

.cat {
  color: #000;
  font-family: Futura;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 16px;
  display: block;
}

p {
  font-weight: 500;
}

h5 {
  font-size: 16px;
  font-weight: normal;
  color: #00446A;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 12px;
}

.img_mt_block {
  position: relative;
}
.img_mt_block img {
  height: 320px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  -o-object-position: center;
  object-position: center;
  border-radius: 8px 8px 0px 0px;
}

.mt-category {
  color: #474747;
  background: #73A7C6;
  font-weight: normal;
  min-width: 160px;
  text-align: center;
  padding: 2px 10px;
  display: inline-block;
  font-size: 15px;
}

.text_mt_block h3 {
  margin-bottom: 4px;
  color: #000;
  font-family: "Futura Md BT";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}
.text_mt_block a {
  padding: 16px 24px;
  display: block;
}
.text_mt_block a:hover {
  text-decoration: none;
}

.top-Title {
  text-align: center;
  margin-bottom: 15px;
}
.top-Title.text-left {
  align-items: flex-start;
}
.top-Title.text-center {
  margin-bottom: 32px;
}
.top-Title h2 {
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.top-Title .btn_sm {
  margin-top: 10px;
}

.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: #C9C9C9;
  margin-left: 0;
}
.site_img_panel .panel_row .col_img {
  padding-left: 0px;
}

.story-wrap {
  padding: 32px 0px 56px;
  background: linear-gradient(278deg, rgba(209, 106, 38, 0.25) 15.5%, rgba(79, 38, 131, 0.25) 76.28%, rgba(37, 16, 64, 0.25) 97.36%);
}
.story-wrap a:hover {
  text-decoration: none;
}
.story-wrap .story_col {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.story-wrap .story_col:hover .story_txt h2 {
  text-decoration: underline;
}
.story-wrap .story_col h2 {
  color: #000;
  text-align: center;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.story-wrap .story_col:hover .story_icon:after {
  content: "";
  background: #00446A;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.story-wrap .story_icon {
  border-radius: 300px;
  width: 225px;
  height: 225px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
}
.story-wrap .story_icon img {
  border-radius: 300px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.lg_click_img {
  padding-bottom: 90px;
}

.footer-content {
  background: #00446A;
  padding: 40px 0px 40px 0px;
}
.footer-content .footer-row {
  display: flex;
  grid-template-columns: 1.5fr 2.5fr 1.2fr;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-content h2 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}
.footer-content .foo_info {
  margin-bottom: 25px;
}
.footer-content .foo_info a {
  font-family: "inter", sans-serif;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}
.footer-content p {
  color: #fff;
}
.footer-content p a {
  color: #fff;
  text-decoration: none;
  font-weight: normal;
}
.footer-content p a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.footer-content .foot_logo {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 16px;
}
.footer-content .foot_logo span {
  color: var(--white, #fff);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.footer-content .address {
  color: #ffffff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.footer-content .foot_media {
  padding-top: 0px;
}
.footer-content .foot_media ul {
  display: flex;
  margin: 0;
  padding: 0px;
  list-style: none;
  visibility: visible;
}
.footer-content .foot_media ul li {
  margin-right: 5px;
}
.footer-content .foot_media a {
  display: block;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  padding: 0px;
  /*background-color: $black;*/
}
.footer-content .foot_media a img {
  min-height: 22px;
}
.footer-content .foot_media a:hover {
  background: #00446A;
}
.footer-content .foot_media a:hover img {
  filter: brightness(0) saturate(100%) invert(72%) sepia(73%) saturate(862%) hue-rotate(348deg) brightness(101%) contrast(98%);
}
.footer-content .fotr-eye li {
  list-style: none;
}
.footer-content .foot_col:nth-child(2) {
  text-align: center;
}
.footer-content .footmenu {
  padding-top: 35px;
  margin-bottom: 36px;
}
.footer-content .footmenu ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.footer-content .footmenu ul li {
  margin-bottom: 0px;
  display: inline-block;
  padding: 0px 40px;
}
.footer-content .footmenu ul li a {
  color: #F6F6F6;
  font-family: Futura;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
}
.footer-content .footmenu ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer-content a.eye-link {
  background: #fccc06 url(../img/eye.png) no-repeat;
  padding: 18px 40px 18px 70px !important;
  color: #1e1e1e;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  border-radius: 100px;
  background-position: left 37px center;
  display: inline-block;
}
.footer-content .copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.footer-content .copyright {
  color: #F6F6F6;
  text-align: center;
  font-family: "Futura PT";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  max-width: 768px;
  margin: 0px auto;
}
.footer-content .copyright p {
  font-size: 14px;
  margin: 0;
  font-weight: 400;
}
.footer-content .ftr-loc a {
  text-decoration: none;
  margin-bottom: 0;
  color: #fff;
  font-size: 18px;
  font-family: "Futura PT Book";
  font-weight: 300;
}
.footer-content .ftr-loc a:hover {
  color: #fff;
  text-decoration-style: none !important;
  text-decoration: underline;
}
.footer-content .ftr-loc {
  margin-bottom: 16px;
}

.footer-content .container-fluid .row {
  margin: 0px;
}

.main_header .container-fluid {
  padding: 8px 24px;
}

.gray,
.grey {
  background-color: #C9C9C9;
  color: #000000;
}

.blue {
  background-color: #7CC4F5;
}

.black {
  background: #000;
}

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

.main_wrapper {
  padding-top: 192px;
  overflow: hidden;
}
.main_wrapper p {
  margin-bottom: 20px;
}
.main_wrapper li {
  font-family: "Futura PT Book";
  padding: 8px;
  font-size: 18px;
  margin-bottom: 0px !important;
  padding-bottom: 0px;
  padding-top: 0px;
  color: #000;
}

.titile-wrap {
  position: relative;
}

.main_breadcrumb {
  padding: 6px 0px 8px;
  background: #00446A;
  position: relative;
  z-index: 98;
  width: 100%;
}
.main_breadcrumb .breadcrumb {
  background: none;
  margin: 0px;
  padding-left: 10px;
  padding-right: 30px;
  font-size: 16px;
  padding-top: 0px;
  padding-bottom: 0px;
  align-items: center;
}
.main_breadcrumb .breadcrumb a {
  color: #ffffff;
  font-weight: 400;
  text-decoration: none;
  font-size: 16px;
}
.main_breadcrumb .breadcrumb li.active {
  color: #ffffff;
  font-weight: 400;
}
.main_breadcrumb .breadcrumb img {
  vertical-align: unset;
  margin-right: 2px;
}
.main_breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "";
  background: url(../img/brd-img.svg);
  background-repeat: repeat;
  background-repeat: no-repeat;
  margin-top: 4.5px;
  margin-right: 10px;
  margin-left: 3px;
  padding-right: 8px;
  padding-left: 8px;
}
.main_breadcrumb .breadcrumb-item.active::before {
  margin-top: 6px;
}
.main_breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 3px;
}
.titile-wrap {
  margin-bottom: 0px;
}

.page_title {
  padding-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 24px;
  position: relative;
  background: url(../img/title-bg.svg) no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 190px;
  padding-left: 10px;
  padding-right: 10px;
}
.page_title h1 {
  position: relative;
  z-index: 1;
  display: table;
  position: relative;
  font-size: 32px;
  font-weight: 700;
  font-family: "Futura";
  color: #000;
}
.page_title::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  background-size: cover;
  height: 100%;
  background-color: #F6F6F6;
  opacity: 0.7;
}

.generic_middle_block {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0px;
  padding-top: 0px;
}
.generic_middle_block .date {
  color: #000;
  font-weight: 400;
  margin-bottom: 24px;
  font-size: 16px;
}
.generic_middle_block p {
  margin-bottom: 24px;
}
.generic_middle_block h2 {
  margin-bottom: 4px !important;
  font-weight: 500 !important;
  font-family: "Futura Md BT" !important;
  font-size: 24px !important;
}
.generic_middle_block .document_era .col-md-12 {
  padding-left: 0px;
  padding-right: 0px;
}
.generic_middle_block .document_era.document_era:last-child {
  margin-bottom: 0px;
}
.generic_middle_block ul,
.generic_middle_block ol {
  margin-bottom: 24px;
}

.general_carousel {
  margin-bottom: 24px;
}
.general_carousel .caption-carousel {
  padding-top: 8px;
}
.general_carousel .carousel-control-prev img {
  /* @include rotate;*/
}
.general_carousel .carousel-control-next,
.general_carousel .carousel-control-prev {
  width: 8%;
}
.general_carousel .carousel-control-next,
.general_carousel .carousel-control-prev {
  opacity: 1;
}
.general_carousel .carousel-control-next img,
.general_carousel .carousel-control-prev img {
  max-width: 57px;
  height: 37px;
  padding: 10px 10px;
  border-radius: 40px;
  background: #FDB913;
}
.general_carousel .carousel-control-next img:hover, .general_carousel .carousel-control-next img:focus,
.general_carousel .carousel-control-prev img:hover,
.general_carousel .carousel-control-prev img:focus {
  background: #FDB913;
  border: 1px solid #000;
  outline: none;
}
.general_carousel .carousel-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  height: 620px;
}

.doc_block {
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 8px;
  font-family: "Futura PT Book";
}
.doc_block img {
  margin-right: 8px;
  max-width: 24px;
}
.doc_block strong {
  font-size: 16px;
  margin-right: 10px;
}
.doc_block:hover {
  color: #737373;
}

.pd {
  padding: 24px 48px 4px;
  margin-bottom: 24px;
}
.pd p {
  margin-bottom: 16px;
}
.pd p em b {
  font-family: "Futura Md BT";
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
}

.doc_block:hover img {
  filter: brightness(0) saturate(100%) invert(29%) sepia(99%) saturate(978%) hue-rotate(359deg) brightness(96%) contrast(104%);
}

.topTitle {
  text-align: left;
  margin-bottom: 40px;
}

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

section.img_buttons {
  background: #F6F6F6;
}

.img_text_card_row {
  margin-right: -20px;
  margin-left: -20px;
  row-gap: 40px;
}
.img_text_card_row .img_text_card_col {
  padding: 0px 20px 0px 20px;
  margin-bottom: 0px;
}
.img_text_card_row .img_text_card_col > a:hover .link img {
  filter: brightness(0) saturate(100%) invert(51%) sepia(78%) saturate(5573%) hue-rotate(149deg) brightness(94%) contrast(99%);
}
.img_text_card_row .img_text_card_col.one .text-img-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  grid-column-gap: 20px;
}
.img_text_card_row .img_text_card_col.one .link {
  bottom: 40px;
}
.img_text_card_row .img_text_card_col.one .text_card_block {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.img_text_card_row .text-img-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  border: 0;
  background: #C9C9C9;
  border: 1px solid transparent;
  border-radius: 8px;
}
.img_text_card_row .text-img-wrap > a {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
}
.img_text_card_row .text-img-wrap > a:hover {
  text-decoration: none;
}
.img_text_card_row .text-img-wrap:hover {
  border: 1px solid #000;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.16);
}
.img_text_card_row .text-img-wrap.no-img .btn_sm {
  position: absolute;
  bottom: 20px;
}
.img_text_card_row .text-img-wrap .img_card_block img {
  width: 100%;
  border-radius: 8px 8px 0px 0px;
  height: 275px;
  -o-object-fit: cover;
     object-fit: cover;
}
.img_text_card_row .text-img-wrap .text_card_block {
  height: 100%;
  margin: 24px;
  background: #ffffff;
  padding: 16px;
  border-radius: 4px;
  line-break: normal;
}
.img_text_card_row .text-img-wrap .text_card_block p {
  margin-bottom: 16px;
}
.img_text_card_row .text-img-wrap .text_card_block p:last-child {
  margin-bottom: 0;
}
.img_text_card_row .text-img-wrap .text_card_block h3 {
  font-size: 24px;
  margin-bottom: 4px;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .img_text_card_row .text-img-wrap .text_card_block {
    margin: 15px;
    padding: 12px;
  }
}
.img_text_card_row .text-img-wrap:hover h3 {
  text-decoration: none;
}
.img_text_card_row .text-img-wrap .category {
  position: absolute;
  top: 0px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: normal;
  padding: 5px 10px;
  font-family: "inter", sans-serif;
}
.img_text_card_row .text-img-wrap.no-img {
  padding-top: 30px;
}
.img_text_card_row.one .text-img-wrap > a {
  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 {
  height: 100% !important;
  position: relative;
  padding-bottom: 70px;
}
.img_text_card_row .has-button.text-img-wrap .btn_sm:last-child {
  position: absolute;
  left: 25px;
  display: table;
  width: auto;
  bottom: 30px;
}

.img_text_card.aligncenter .text_card_block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.img_text_card.aligncenter .text_card_block .btn_sm:last-child {
  left: auto !important;
  right: auto !important;
}

.button_block {
  display: flex;
}

.img_button_row {
  justify-content: center;
  height: 100%;
}
.img_button_row .img_btn_col {
  margin-bottom: 15px;
  /* padding-left: 0px;
  padding-right: 0px;*/
}
.img_button_row .img_btn_col .img_block {
  background: #F6F6F6;
  padding: 0px;
  border-radius: 16px;
  text-align: center;
  height: 100%;
  border: 1px solid #00446a;
}
.img_button_row .img_btn_col .img_block:hover {
  border: 1px solid #C9C9C9;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.16);
}
.img_button_row .img_btn_col .img_block a {
  text-decoration: none;
}
.img_button_row .img_btn_col .img_block_title {
  position: absolute;
  background-color: #000;
  padding: 15px 10px;
  text-align: center;
  z-index: 9;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  display: none;
}
.img_button_row .img_btn_col .img_block_title h3 {
  position: relative;
  color: #fff;
  margin: 0px;
  display: flex;
  align-items: center;
}
.img_button_row .img_btn_col .img_block_title h3 img {
  width: auto;
}
.img_button_row .img_btn_col .img_block_title p {
  color: #fff;
}
.img_button_row .img_btn_col img {
  width: 100%;
  border-radius: 16px 16px 0px 0px;
  min-height: 232px;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
}
.img_button_row .img_btn_col .img_block_descr {
  padding: 16px;
}
.img_button_row .img_btn_col .img_block_descr h3 {
  color: #000;
  align-items: center;
  text-align: center;
  font-family: "Futura";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  border-bottom: 2px solid #FDB913;
  padding-bottom: 8px;
  display: flex;
  min-height: 60px;
  justify-content: center;
}
.img_button_row .img_btn_col .img_block_descr p,
.img_button_row .img_btn_col .img_block_descr h3 {
  color: #000;
  align-items: center;
}
.img_button_row .img_btn_col .img_block_descr p img,
.img_button_row .img_btn_col .img_block_descr h3 img {
  width: auto;
  margin-left: 8px;
}
.img_button_row .img_btn_col .img_block_descr p {
  font-weight: 500;
}
.img_button_row .img_btn_col .img_block_descr p:last-child {
  margin-bottom: 8px;
}
.img_button_row .img_btn_col .img_block_descr span {
  padding-bottom: 16px;
  margin: 0px;
  color: #000;
  text-align: center;
  font-family: "inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.img_button_row .img_btn_col:hover .img_block_title {
  display: none;
}

.img_button_row {
  justify-content: left;
  height: 100%;
  display: flex;
  /* grid-template-columns: 270px 270px 270px 270px;
  gap: 40px;*/
}
.img_button_row .col-md-3.img_btn_col {
  max-width: 100%;
}

.img-card-wrap .titleBlock h2 {
  color: #F6F6F6;
  font-family: Futura;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 24px;
}

.img_buttons .img_button_row .img_btn_col .img_block {
  padding: 0px;
}

.img_buttons .img_button_row .img_btn_col .img_block:hover {
  border: 1px solid #000;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.16);
}

.img-block-wrap {
  overflow: hidden;
  position: relative;
}

.simple_list_info .row {
  justify-content: center;
  gap: 40px;
}

.simple_list_col {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  flex: 0 0 calc(33.333333% - 27px);
  max-width: calc(33.333333% - 27px);
  margin: 0;
}
.simple_list_col a {
  color: #000;
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
  min-height: 60px;
  align-items: center;
  font-size: 20px;
  line-height: 26.58px;
  padding: 10px 24px;
  background-color: #73A7C6;
  border-radius: 30px;
  font-weight: 500;
  height: 100%;
  position: relative;
  border: 1px solid transparent;
  transition: background-color 0.3s ease-in-out;
  font-weight: 700;
  text-decoration: none;
  font-family: "Futura";
}
.simple_list_col a:hover {
  text-decoration: none;
  background: #73A7C6;
  border: 1px solid #000;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.161);
}

.icon_buttons_row a:hover {
  text-decoration: none;
}
.icon_buttons_row .button_ico_col {
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 24px;
}

section.icon-button {
  padding: 43px 0px;
}

.button_ico_box {
  text-align: center;
  padding: 25px 20px 0;
  border-radius: 0px;
}
.button_ico_box .img_icon {
  margin-bottom: 15px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border-radius: 100px;
}
.button_ico_box .img_icon img {
  max-height: 90px;
}
.button_ico_box h3 {
  color: #00446A;
  text-align: center;
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.button_ico_box h4 {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.how_to_cont {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.how_to_cont h2 {
  margin-bottom: 50px;
  position: relative;
}
.how_to_cont .how_row {
  flex-wrap: nowrap;
  margin-bottom: 32px;
  padding-top: 10px;
}
.how_to_cont .how_row h6 {
  margin-bottom: 0px;
}
.how_to_cont .how_row .how_title {
  font-size: 18px;
  font-weight: 700;
}
.how_to_cont .how_row .number {
  width: 32px;
  height: 32px;
  border-radius: 100px;
  display: flex;
  min-width: 32px;
  min-height: 32px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  background: transparent;
  color: #000;
  border: 2px solid #000;
  font-weight: 700;
  font-size: 18px;
  margin-top: -6px;
}
.how_to_cont .how_row p.how_title {
  margin-bottom: 5px;
}

.desc p:last-child {
  margin-bottom: 0px;
}

.contact_cards .topTitle {
  margin-bottom: 24px;
}

.contactcard_row {
  row-gap: 40px;
  margin-right: -20px;
  margin-left: -20px;
}
.contactcard_row .contact_col {
  padding: 0px 20px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 0;
}
.contactcard_row .cont_inner {
  padding: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #FFF;
  border-radius: 8px;
}
.contactcard_row .contact_box {
  background: transparent;
  border: 0;
  height: 100%;
}
.contactcard_row .contact_box p {
  margin-bottom: 5px;
}
.contactcard_row .contact_box p a {
  text-decoration: none;
}
.contactcard_row .contact_box h3 {
  color: #000;
  font-family: Futura;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  margin-bottom: 4px;
}
.contactcard_row .contact_box h4 {
  text-transform: none;
  font-family: "Futura PT Book";
  font-size: 18px;
  font-weight: 400;
  line-height: 23.08px;
  text-align: left;
}
.contactcard_row .contact_box .cont_img img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}
.contactcard_row .contact_box.no-img .cont_inner {
  height: 100%;
}
.contactcard_row .contact_box .directions {
  margin-bottom: 0;
}
.contactcard_row .tel_em_fax {
  margin-top: 0;
  padding-top: 10px;
}
.contactcard_row .tel_em_fax strong {
  color: #000;
  font-weight: normal;
}
.contactcard_row .tel_em_fax a {
  color: #000;
  text-decoration: none;
  font-weight: 400;
}
.contactcard_row .tel_em_fax a:hover {
  text-decoration: underline;
}
.contactcard_row .tel_em_fax p {
  margin-bottom: 10px;
}
.contactcard_row .tel_em_fax p:last-child {
  margin-bottom: 0px;
}
.contactcard_row .tel_em_fax p.adress {
  padding-top: 15px;
}
.contactcard_row .tel_em_fax a[href^="mailto:"] {
  /* padding-left: 25px;*/
}

.left-align .contactcard_row {
  justify-content: flex-start !important;
}

.right-align .contactcard_row {
  justify-content: flex-end !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: 50px;
  height: 60px;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  max-width: 37px;
  height: 37px;
  padding: 10px 10px;
  border-radius: 40px;
  background: #FDB913;
}
.owl-general .owl-nav button img {
  max-width: 20px;
}
.owl-general .owl-nav button:hover, .owl-general .owl-nav button:focus {
  background: #FDB913;
  border: 1px solid #000;
  outline: none;
}
.owl-general .owl-nav .owl-next {
  right: 16px;
}
.owl-general .owl-nav .owl-prev {
  left: 16px;
}
.owl-general .owl-nav .owl-prev img {
  transform: rotate(180deg);
}
.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;
}

section.expand_img_grid {
  background: #F6F6F6;
}

h2 + .expand_img_grid {
  padding-top: 10px;
}

.expanding-grid a.active .expand_box:hover {
  border: 1px solid transparent;
  box-shadow: none;
}

.expanding-grid {
  position: relative;
}
.expanding-grid .expand_box {
  position: relative;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid transparent;
  min-height: 378px;
}
.expanding-grid .expand_box:hover {
  border: 1px solid #000;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.16);
}
.expanding-grid .expand_box:hover span {
  /*text-decoration: underline;*/
}
.expanding-grid .expand_box:hover:hover::after {
  /*border-left: 1px solid #000;
  border-right: 1px solid #000;*/
}
.expanding-grid .expand_det {
  text-align: left;
  padding: 15px;
  padding-bottom: 20px;
  /*  background: #fff;*/
}
.expanding-grid .expand_det span, .expanding-grid .expand_det h3 {
  text-transform: none;
  display: block;
  color: #000;
  text-align: center;
  font-family: Futura !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-bottom: 2px solid #FDB913;
  padding-bottom: 8px;
  margin-bottom: 16px;
}
.expanding-grid .expand_det .job-title,
.expanding-grid .expand_det h3, .expanding-grid .expand_det .expnd-titl {
  text-decoration: none;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  color: #000;
  line-height: 24px;
  font-family: "Futura PT Book";
  margin-bottom: 16px;
}
.expanding-grid .links {
  display: block;
  overflow: hidden;
  padding: 0px 0px;
  margin: 0px -20px;
  padding-top: 0px;
}
.expanding-grid .links > li {
  box-sizing: border-box;
  float: left;
  padding: 0px 20px;
  width: 25%;
  list-style: none;
  margin-bottom: 40px !important;
}
.expanding-grid .links > li > a {
  text-decoration: none;
}
.expanding-grid .links > li .active .plus-minus_icon img {
  transform: rotate(180deg);
}
.expanding-grid .links > li .active .expand_box::after {
  content: "";
  position: absolute;
  width: calc(99.8% + 2.1px);
  left: -0.5px;
  right: 0;
  height: 70px;
  bottom: -65px;
  background: #ffffff;
  z-index: 9;
}
.expanding-grid .expand_img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 43.284%;
  overflow: hidden;
  position: relative;
  border-radius: 8px 8px 0px 0px;
}
.expanding-grid .expand_img img {
  width: 100%;
  max-width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
}
.expanding-grid .spacer {
  clear: both;
  display: block;
  margin-bottom: 0px;
}
.expanding-grid .expanding-container {
  clear: both;
  display: none;
  overflow: hidden;
  width: 100%;
  margin-top: -23px !important;
  box-shadow: none;
  background: #ffffff;
  border-radius: 8px;
  margin: 0px;
}
.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: 48px;
  display: block;
}
.expanding-grid .expand-content .expand-txt-p p {
  margin-bottom: 16px;
}
.expanding-grid .expand-content .expand-txt-p .orgnzr-wrap {
  margin-bottom: 16px;
}
.expanding-grid .expand-content .expand-txt-p .orgnzr-wrap strong {
  font-size: 20px;
}
.expanding-grid .expand-content .expand-txt-p .hyperlink {
  margin-top: -20px;
}
.expanding-grid .expand-content .expand-txt-p .hyperlink p {
  margin-bottom: 0;
}
.expanding-grid .expand-text-area {
  border-right: 1px solid #00446A;
  padding-left: 32px;
}
.expanding-grid .phone_email {
  padding-bottom: 8px;
}
.expanding-grid .plus-minus_icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 27px;
  margin: 0px auto;
  position: absolute;
  bottom: 7px;
  left: 50%;
  transform: translateX(-50%);
}
.expanding-grid .plus-minus_icon img {
  max-width: 22px;
}
.expanding-grid .no-content > a {
  pointer-events: none;
}
.expanding-grid .no-content .plus-minus_icon {
  visibility: hidden;
}

.expanding-grid.ex-logo .expand_img img {
  width: 100%;
  margin: 0px;
  min-height: 232px;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-owl-slider .container {
  max-width: 1200px;
}

.no-found-wraper .container {
  max-width: 1000px;
}

.no-found-info {
  padding: 80px 0px 80px 0px;
  text-align: center;
  margin: auto;
  border-bottom: 2px solid #FDB913;
  margin-bottom: 0px;
}
.no-found-info .larger-text {
  margin-bottom: 40px;
}
.no-found-info h3 {
  font-family: "Futura";
  font-weight: 700;
  text-align: center;
  margin: 0;
}
.no-found-info .btn_sm {
  min-width: 140px;
  margin-top: 30px;
}

/* result page start */
.titile-wrap.no-margin {
  margin-bottom: 0;
}

.page_title.resut_title {
  padding-top: 100px;
  padding-bottom: 20px;
}

.main_search_content {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  margin-top: 24px;
}
.main_search_content > span {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  margin-right: 16px;
}
.main_search_content .h6 {
  margin-right: 20px;
  margin-bottom: 0px;
}
.main_search_content .search_box {
  margin-bottom: 0px;
  max-width: 280px;
}
.main_search_content .search_box .btn {
  border: 0;
  background: none;
  border-radius: 0px;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 50px;
  z-index: 90;
}
.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,
.main_search_content .search_box .promagnifier {
  height: 56px !important;
  font-size: 16px !important;
}
.main_search_content .search_box .innericon {
  background-image: url(../img/search-icon.svg) !important;
  background-size: 24px !important;
}
.main_search_content .search_box .probox {
  border: 0 !important;
  overflow: visible !important;
  height: auto;
}
.main_search_content .search_box .asp_main_container {
  overflow: visible !important;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  box-shadow: none !important;
}
.main_search_content .search_box .probox {
  min-width: 240px;
}
.main_search_content .search_box .proinput input.orig {
  font-family: "Montserrat", sans-serif !important;
  font-size: 15px !important;
  color: #000102 !important;
  border-bottom: 0 !important;
  padding-bottom: 4px !important;
  font-weight: normal !important;
  min-height: 56px !important;
}
.main_search_content .search_box ::-webkit-input-placeholder {
  font-family: "Montserrat", sans-serif !important;
  font-size: 15px !important;
  color: #000102 !important;
  font-weight: normal !important;
}
.main_search_content .search_box ::-moz-placeholder {
  font-family: "Montserrat", sans-serif !important;
  font-size: 15px !important;
  color: #000102 !important;
  font-weight: normal !important;
}
.main_search_content .search_box :-ms-input-placeholder {
  font-family: "Montserrat", sans-serif !important;
  font-size: 15px !important;
  color: #000102 !important;
  font-weight: normal !important;
}
.main_search_content .search_box :-moz-placeholder {
  font-family: "Montserrat", sans-serif !important;
  font-size: 15px !important;
  color: #000102 !important;
  font-weight: normal !important;
}
.main_search_content .search_box .promagnifier {
  background: transparent !important;
  border-radius: 0px 5px 5px 0px !important;
  width: 45px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main_search_content .search_box .innericon svg {
  width: 28px !important;
  display: none !important;
}
.main_search_content .form-control {
  min-width: 240px;
  border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -ms-border-radius: 8px !important;
  -o-border-radius: 8px !important;
}

.main_search_content div.asp_m.asp_m_1 .probox {
  border-radius: 8px;
  border: 1px solid #C9C9C9 !important;
  background: #FFF;
  min-height: 56px !important;
}

.main_search_content div.asp_m.asp_m_1 .probox:hover {
  border: 1px solid #000 !important;
}

.resultmain {
  padding: 0px 0px 0px 0px;
}
.resultmain .main_search {
  padding: 80px 0px;
}
.resultmain .main_search p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
  text-align: center;
}
.resultmain .main_search p em {
  font-family: "Futura Md BT";
  font-style: italic;
  font-weight: 500;
  margin-left: 10px;
}

.resultmain .main_search .container,
.resultmain .rslt_txt .container,
.resull_filter .container {
  max-width: 1000px;
}

.rslt_txt {
  padding: 80px 0px;
  margin: auto;
  margin-top: 0px;
}
.rslt_txt h2 {
  font-family: Futura;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  margin-bottom: 24px;
}
.rslt_txt .top-Title.text-center {
  margin-bottom: 0;
}

.resull_filter .more-title h2 {
  font-family: Futura;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  margin-bottom: 40px;
}

.acc__card {
  margin-bottom: 40px;
}
.acc__card:last-child {
  margin-bottom: 0px;
}

.resultmain .acc__title {
  box-shadow: none;
}

.acc__title {
  border-radius: 0px;
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 16px;
  background: #F6F6F6;
  border: 1px solid #F6F6F6;
  padding-right: 40px;
  cursor: pointer;
  position: relative;
  box-shadow: none;
  border-radius: 8px;
}
.acc__title:hover {
  border: 1px solid #00446A;
}
.acc__title h3 {
  margin: 0px;
  color: #000;
  position: relative;
  font-family: "Futura";
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  text-transform: none;
}
.acc__title .acco_sign {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.acc__title .acco_sign img {
  width: 100%;
  height: auto;
}
.acc__title.active .acco_sign img {
  transform: rotate(180deg);
}
section.faq .acc__title h3 {
  /*text-transform: uppercase;*/
}

.gray-bg .acc__title {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.gray-bg .acc__title:hover {
  border: 1px solid #00446A;
}

.acc__panel {
  display: none;
  border-top: 0;
  padding: 24px 24px 0;
}

.faq-srch-warp {
  margin-bottom: 18px;
}

.middle_wrap {
  margin-bottom: 0px;
  padding: 0px 0px;
  background-color: #fff;
}

section.middle_wrap {
  margin-bottom: 0px;
  padding-top: 40px;
}

.resultWraper .title-sort {
  gap: 40px;
  margin-bottom: 40px;
}

.resultWraper .searchFilterBlock {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  width: 100%;
  max-width: calc(100% - 352px);
}
.resultWraper .searchFilterBlock .title-sort {
  gap: 40px;
}
.resultWraper .searchFilterBlock .filterBlock {
  width: 100%;
  max-width: 100%;
}
.resultWraper .searchFilterBlock .form-group {
  margin-bottom: 0px !important;
}
.resultWraper .searchFilterBlock .allBtn {
  padding: 13px 22px 13px 22px;
  border-radius: 40px;
  border: 3px solid #73A7C6;
  margin-top: 29px;
  font-family: Futura;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  background-color: #ffffff;
  white-space: nowrap;
}
.resultWraper .searchFilterBlock .allBtn:hover {
  background: transparent;
  border: 3px solid #000;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.161);
}

.more-title {
  margin-bottom: 24px;
}

.title-sort {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
  grid-template-columns: 280px 280px;
  margin-bottom: 24px;
}

.result_row:hover {
  border: 1px solid #000;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
}

.result_row {
  margin-bottom: 40px;
  border: 1px solid transparent;
}
.result_row:last-child {
  margin-bottom: 0px;
}
.result_row a {
  position: relative;
  border: 0;
  padding: 60px 24px 24px;
  background-color: #FFFFFF;
  border-radius: 8px;
}
.result_row h4,
.result_row h5,
.result_row h2 {
  font-size: 18px;
  font-weight: 700;
}
.result_row h3 {
  font-family: "Futura Md BT";
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-align: left;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 2px solid #FDB913;
}
.result_row .rsltBody {
  padding: 8px 0px 0px 0px;
}
.result_row .rsltBody > a {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}
.result_row .re_category {
  background: #C9C9C9;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 8px 0px;
  font-family: "Futura PT";
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  padding: 8px 16px;
}
.result_row > a {
  display: block;
  text-decoration: none;
  color: #000;
  font-weight: normal;
  font-size: 18px;
}
.result_row > a:hover {
  color: #737373;
  text-decoration-line: none;
  text-decoration: none;
}
.result_row:hover h3 {
  /*color: $primary;
  text-decoration: underline;*/
}

.filterBlocks .topTitle {
  margin-bottom: 20px;
}

.resull_filter {
  padding: 40px 0px 80px 0px;
}

.pagination {
  justify-content: center;
}

.sort_boxResult {
  margin-left: auto;
  margin-bottom: 0px;
  width: 100%;
  max-width: 312px;
}

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

.event_wraper .event_top_filter {
  display: grid;
  max-width: 900px;
  margin: 0 auto;
  grid-template-columns: 1.3fr 1fr 1fr;
  grid-column-gap: 10px;
  margin-bottom: 35px;
}
.event_wraper .event_item {
  background-color: #C9C9C9;
  height: 100%;
}
.event_wraper .event_item h5 {
  background-color: #000;
  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;
}

.news_wraper .page_title {
  padding-bottom: 30px;
}
.news_wraper .container {
  max-width: 1200px;
}

.news_category {
  min-width: 110px;
  background: #4fa2df;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  padding: 8px 24px;
  display: block;
  /*position: absolute;*/
  top: 0px;
  left: 0px;
  font-family: "Barlow Semi Condensed", sans-serif;
  text-align: left;
  font-size: 16px;
}

.top-title {
  margin-bottom: 20px;
}

.newsRow {
  margin-left: -4px;
  margin-right: -4px;
  margin-top: 20px;
}
.newsRow .newsColumn {
  width: 25%;
  padding: 0px 6px;
  margin-bottom: 0px;
  display: flex;
  flex-direction: column;
}

.faq .rslt_txt {
  background: transparent;
  padding: 0;
}

.newsColumn:nth-child(2) .news_category,
.newsColumn:nth-child(5) .news_category {
  background: #ffffff;
}

.newsColumn:nth-child(3) .news_category,
.newsColumn:nth-child(6) .news_category {
  background: #00446A;
}

.newsColumn:nth-child(4) .news_category,
.newsColumn:nth-child(7) .news_category {
  background: #00446A;
}

.faq .rslt_txt .container {
  max-width: 1200px;
  padding: 0px;
}

.newsimg img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 190px;
}

.news_content {
  height: 100%;
  background: #ffffff;
  position: relative;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
  border: 1px solid transparent;
}
.news_content:hover {
  border: 1px solid #00446A;
}
.news_content .new-dt {
  font-size: 16px;
  font-weight: normal;
  color: #00446A;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 12px;
}
.news_content h3 {
  margin-bottom: 12px;
  font-size: 18px;
}
.news_content > a {
  text-decoration: none;
}
.news_content:hover h3 {
  text-decoration: underline;
}
.news_content.no-img .newsBody {
  padding-top: 45px;
}

.newsBody {
  padding: 16px 24px;
}

.signup_alerts_news {
  background: #68c8f1;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.161);
  text-align: center;
  padding: 60px 20px;
}
.signup_alerts_news form {
  grid-template-columns: 600px 165px;
  display: grid;
  margin: 0 auto;
  justify-content: center;
}
.signup_alerts_news .large,
.signup_alerts_news .small {
  border: 1px solid #d9d9d9 !important;
  border-radius: 5px;
}
.signup_alerts_news .gform_button {
  min-width: 140px;
}
.signup_alerts_news .gform_button:hover {
  background: #000;
  color: #fff;
}
.signup_alerts_news .gform_footer {
  padding-top: 0px !important;
}

.newsSearchEra {
  padding-top: 28px;
  padding-bottom: 40px;
}

.dflex {
  display: flex;
}

.filterWrap {
  padding-left: 0px;
}
.filterWrap form {
  display: grid !important;
  grid-template-columns: 265px 265px 265px 240px 162px;
}
.filterWrap .reset {
  margin-top: 15px;
}

.search_filter_title .search-box {
  max-width: 100%;
  width: 100%;
  margin-bottom: 40px;
  margin-right: 0;
}
.search_filter_title .search_input form {
  display: grid !important;
  grid-template-columns: 295px 162px;
  -moz-column-gap: 15px;
       column-gap: 15px;
}

.search_filter_title .allBtn {
  padding: 13px 20px 13px 20px;
  border-radius: 40px;
  border: 3px solid #73A7C6;
  margin-top: 29px;
  font-family: Futura;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  background-color: #ffffff;
  min-width: 150px;
}
.search_filter_title .allBtn:hover {
  background: transparent;
  border: 3px solid #000;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.161);
}
.search_filter_title .filter_box {
  max-width: 225px;
  width: 100%;
  margin-right: 40px;
  margin-bottom: 40px;
}
.search_filter_title .filter_box.col-six {
  margin-right: 0;
  max-width: unset;
  width: auto;
}
.search_filter_title .filter_box.col-five {
  margin-right: 16px;
}
.search_filter_title .filterWrap {
  margin-bottom: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.newsInRow {
  margin-bottom: 55px;
}

.nsRight {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.nsRight .newsSort {
  width: 280px;
  margin-left: auto;
  margin-bottom: 0px;
}

.news_detail {
  padding-bottom: 50px;
}
.news_detail .page_title {
  padding-bottom: 30px;
}
.news_detail .container {
  max-width: 900px;
}
.news_detail .news-dt-img {
  margin-bottom: 20px;
}
.news_detail .news-dt-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news_detail .news-dt-content h5 {
  padding-bottom: 10px;
}
.news_detail .newsdt-row {
  margin-left: 0px;
  margin-right: 0px;
  flex-direction: column;
}
.news_detail .date {
  color: #b74a02;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 12px;
}

.contact_wraper .page_title {
  padding-bottom: 30px;
}
.contact_wraper .cont_info p {
  margin-bottom: 6px;
  margin-top: 16px;
}
.contact_wraper .cont_info p img {
  margin-right: 6px;
}
.contact_wraper .hour-info {
  padding-top: 15px;
}
.contact_wraper .hour-info h3 {
  margin-bottom: 15px;
}
.contact_wraper .img_text_card {
  padding: 60px 0px;
}
.contact_wraper .container {
  max-width: 1400px;
}
.contact_wraper .cont_form {
  padding-bottom: 60px;
  padding-top: 10px;
}
.contact_wraper .cont_form_info {
  width: 900px;
  margin: 0px auto;
}
.contact_wraper .topTitle {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 24px;
}
.contact_wraper .topTitle p {
  padding-top: 10px;
}
.contact_wraper .cont-btns {
  background: #C9C9C9;
  padding: 15px;
}
.contact_wraper .cont-btns p {
  text-align: center;
}
.contact_wraper .simple_list_col {
  width: 100%;
}
.contact_wraper .simple_list_col a {
  font-size: 16px;
  width: 100%;
  min-height: 50px;
}
.contact_wraper .form_row {
  padding-top: 10px;
}
.contact_wraper .cont_info {
  max-width: 580px;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.alignleft {
  float: left;
  margin-right: 15px !important;
}

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

.wp-block-group {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
  clear: both;
}
.wp-block-group > h2 {
  margin-bottom: 20px;
}
.wp-block-group > h2.entry-title {
  margin-bottom: 10px;
}
.wp-block-group.alignfull {
  padding: 0px !important;
}
.wp-block-group .entry-content {
  margin-bottom: 30px;
}
.wp-block-group > iframe {
  display: table;
}

.wp-block-group:not(.gray,
.blue,
.grey,
.lightgreen,
.green,
.has-secondary-background-color) + .wp-block-group:not(.gray,
.blue,
.grey,
.lightgreen,
.green,
.has-secondary-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: 900px !important;
}
.main_wrapper .wp-block-media-text.alignfull {
  max-width: 100% !important;
}
.main_wrapper .wp-block-media-text.alignwide {
  max-width: 1200px !important;
}

.wp-block-media-text {
  color: #000;
  /*background: #2876ae !important;*/
  padding: 0px;
  position: relative;
}
.wp-block-media-text h2,
.wp-block-media-text h3,
.wp-block-media-text h4,
.wp-block-media-text h5,
.wp-block-media-text h6,
.wp-block-media-text p,
.wp-block-media-text li {
  color: #000 !important;
}
.wp-block-media-text p a,
.wp-block-media-text li a {
  color: #000;
  text-decoration: underline;
}
.wp-block-media-text p a:hover,
.wp-block-media-text li a:hover {
  color: #737373;
}
.wp-block-media-text .block-editor-block-list__block .wp-block-button__link::after {
  top: 5px !important;
}
.wp-block-media-text:before {
  content: "";
  background-image: url(../img/media-text-background.svg);
  width: 600px;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
.wp-block-media-text .wp-block-media-text__media {
  position: relative;
}
.wp-block-media-text .wp-block-button__link:hover {
  background: #73A7C6 !important;
  color: #000 !important;
}
.wp-block-media-text .wp-block-media-text__content {
  position: relative;
}

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

.main_wrapper .wp-block-buttons {
  display: flex;
  flex-wrap: wrap !important;
  margin-bottom: 15px;
}
.main_wrapper .wp-block-buttons > .wp-block-button {
  margin-right: 10px;
  margin-bottom: 16px;
}
.main_wrapper .wp-block-buttons > .wp-block-button:last-child {
  margin-right: 0px;
}

.simple_list_info .row.three .simple_list_col {
  /*flex: 0 0 30.3%;
  max-width: 30.3%;*/
  flex: 0 0 calc(33.333333% - 27px);
  max-width: calc(33.333333% - 27px);
}

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

.simple_list_info .row.four .simple_list_col {
  flex: 0 0 22%;
  max-width: 22%;
}

.img_text_card_row.four .img_text_card_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%;
}

.simple_list_info .row.two .simple_list_col {
  flex: 0 0 48%;
  max-width: 48%;
}

.img_button_row.two .img_btn_col,
.img_text_card_row.two .img_text_card_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-body-wrapper div.advgb-tab-body {
  background: #c9c9c9;
  margin: 0 auto;
  border-radius: 0px 0px 8px 8px;
  padding: 24px;
  border: 32px solid #c9c9c9;
  position: relative;
  z-index: 1;
  min-height: 396px;
}
.advgb-tabs-wrapper .advgb-tab-body-wrapper div.advgb-tab-body > .has-background:first-of-type:first-child {
  margin-top: -40px;
  margin-bottom: -40px;
}
@media screen and (max-width: 767px) {
  .advgb-tabs-wrapper .advgb-tab-body-wrapper div.advgb-tab-body {
    border: 5px solid #c9c9c9;
    padding: 15px;
  }
}

.advgb-tabs-wrapper .advgb-tab-body-wrapper div.advgb-tab-body:before {
  content: "";
  position: absolute;
  background-color: #FFF;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 8px;
}

.advgb-tab-body-wrapper div.advgb-tab-body > * {
  max-width: 1200px;
  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,
.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: 10px;
}
.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 #00446A !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: 1200px;
  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: 900px;
}

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

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

body .alignfull.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 100% !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;*/
}
.wp-block-group > .wp-block-table,
.wp-block-group > .wp-block-advgb-table {
  margin-left: auto;
  margin-right: auto;
}

.main_content > * {
  max-width: 900px;
  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: 0px;
}
.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;
}

.advgb-tabs-wrapper ul.advgb-tabs-panel li.advgb-tab a {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  width: 100%;
  height: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: visible !important;
  color: #474747 !important;
  font-family: "Futura";
  font-style: normal;
}

.advgb-tab-body .wp-block-heading {
  margin-bottom: 24px;
}

.wp-block-advgb-accordions .wp-block-advgb-accordion-item,
.wp-block-advgb-accordions .advgb-accordion-item,
.advgb-accordions-wrapper .wp-block-advgb-accordion-item,
.advgb-accordions-wrapper .advgb-accordion-item {
  margin-bottom: 40px !important;
  box-shadow: none;
  border-radius: 0px;
  border: none;
}
.wp-block-advgb-accordions .advgb-accordion-header,
.advgb-accordions-wrapper .advgb-accordion-header {
  padding: 16px !important;
  border: none !important;
  margin-top: 0px !important;
  padding-right: 50px !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  background: #ffffff !important;
}
.wp-block-advgb-accordions .advgb-accordion-header:hover,
.advgb-accordions-wrapper .advgb-accordion-header:hover {
  outline: 1px solid #000;
}
.wp-block-advgb-accordions .advgb-accordion-header .advgb-accordion-header-title,
.advgb-accordions-wrapper .advgb-accordion-header .advgb-accordion-header-title {
  color: #000 !important;
  position: relative;
  font-size: 18px !important;
  font-weight: 700;
  font-family: "Futura", sans-serif;
}
.wp-block-advgb-accordions .advgb-accordion-header svg,
.advgb-accordions-wrapper .advgb-accordion-header svg {
  display: none;
}
.wp-block-advgb-accordions .advgb-accordion-header.ui-accordion-header-active,
.advgb-accordions-wrapper .advgb-accordion-header.ui-accordion-header-active {
  /* background: none !important;*/
  border-bottom: 1px solid #dbdbdb !important;
}
.wp-block-advgb-accordions .advgb-accordion-header.ui-accordion-header-active h4,
.advgb-accordions-wrapper .advgb-accordion-header.ui-accordion-header-active h4 {
  /*  color: $primary !important;*/
}
.wp-block-advgb-accordions .advgb-accordion-header-icon,
.advgb-accordions-wrapper .advgb-accordion-header-icon {
  margin-right: 0px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-top: 12px;
  background-image: url(../img/select-arrow.svg);
  position: absolute;
  right: 15px;
}
.wp-block-advgb-accordions .ui-accordion-header-icon,
.wp-block-advgb-accordions .advgb-accordion-header-icon,
.advgb-accordions-wrapper .ui-accordion-header-icon,
.advgb-accordions-wrapper .advgb-accordion-header-icon {
  display: block !important;
}
.wp-block-advgb-accordions .advgb-accordion-body,
.advgb-accordions-wrapper .advgb-accordion-body {
  background: transparent !important;
  border: 1px solid transparent !important;
  padding: 24px 24px 0px !important;
  margin-bottom: 0px !important;
}
.wp-block-advgb-accordions .advgb-accordion-header[aria-expanded=true] .advgb-accordion-header-icon,
.advgb-accordions-wrapper .advgb-accordion-header[aria-expanded=true] .advgb-accordion-header-icon {
  transform: rotate(180deg);
  margin-top: 12px;
}

.wp-block-table thead,
.wp-block-advgb-table thead {
  border-bottom: none !important;
}
.wp-block-table td,
.wp-block-advgb-table td {
  /*padding: 10px 20px !important;
  border: 0 !important;
  border-right: 0 !important;*/
  padding: 16px 16px !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-align: left;
}
.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: #00446A;
  text-transform: none;
  color: #fff;
  padding: 24px !important;
  font-family: Futura;
  font-size: 24px;
  font-weight: 700;
  line-height: 31px;
  text-align: left;
}
.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: #F6F6F6 !important;
}
.wp-block-table tbody tr:nth-child(2n),
.wp-block-advgb-table tbody tr:nth-child(2n) {
  background: #C9C9C9 !important;
}

.table-wrapper {
  overflow-x: auto;
}
.table-wrapper table {
  width: 100%;
}

.advgb-tabs-wrapper .advgb-tabs-panel {
  justify-content: flex-start;
}

.advgb-tab-vert-desktop ul.advgb-tabs-panel {
  height: 395px;
  overflow: auto !important;
}

.advgb-tabs-wrapper .advgb-tabs-panel::-webkit-scrollbar {
  width: 6px;
  height: 8px;
}

/* Track */
.advgb-tabs-wrapper .advgb-tabs-panel::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
.advgb-tabs-wrapper .advgb-tabs-panel::-webkit-scrollbar-thumb {
  background: #73A7C6;
  border-radius: 10px;
  height: 6px;
}

/* Handle on hover */
.advgb-tabs-wrapper .advgb-tabs-panel::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.advgb-tabs-wrapper ul.advgb-tabs-panel {
  display: flex;
  justify-content: center;
  border-bottom: 5px solid #c9c9c9 !important;
  overflow-x: auto;
  overflow-y: hidden;
}
.advgb-tabs-wrapper ul.advgb-tabs-panel li.advgb-tab {
  color: #000000 !important;
  font-weight: 700;
  min-width: 236.8px;
  min-height: 60px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px !important;
  margin-right: 0px !important;
  border: none !important;
  border-radius: 8px 8px 0px 0px !important;
  background: #FDB913 !important;
  margin: 0px 4px;
}
.advgb-tabs-wrapper ul.advgb-tabs-panel li.advgb-tab a {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  width: 100%;
  height: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: visible !important;
  color: #474747 !important;
  font-family: "Futura";
}
.advgb-tabs-wrapper ul.advgb-tabs-panel li.advgb-tab a:focus {
  outline: 1px dotted #000;
}
.advgb-tabs-wrapper ul.advgb-tabs-panel li.advgb-tab.advgb-tab.advgb-tab-active {
  background: #C9C9C9 !important;
  /*margin-bottom: -1px !important;*/
  border-right: 0 !important;
  border-left: 0px !important;
}
.advgb-tabs-wrapper ul.advgb-tabs-panel li.advgb-tab.advgb-tab.advgb-tab-active a {
  color: #000 !important;
}
.advgb-tabs-wrapper ul.advgb-tabs-panel li.advgb-tab.advgb-tab.advgb-tab-active a p {
  color: #000 !important;
}
.advgb-tabs-wrapper ul.advgb-tabs-panel li.advgb-tab.advgb-tab.advgb-tab-active a:after {
  content: "";
  position: absolute;
  background: #c9c9c9;
  left: 0px;
  width: 100%;
  height: 10px;
  bottom: -4px;
  z-index: 8;
}
.advgb-tabs-wrapper ul.advgb-tabs-panel li.advgb-tab:hover {
  background: #FDB913 !important;
}
.advgb-tabs-wrapper ul.advgb-tabs-panel li.advgb-tab:hover a {
  color: #000 !important;
}
.advgb-tabs-wrapper ul.advgb-tabs-panel li.advgb-tab:hover a p {
  color: #000 !important;
}
.advgb-tabs-wrapper ul.advgb-tabs-panel li.advgb-tab:first-child.advgb-tab.advgb-tab-active {
  border-left: none !important;
}
.advgb-tabs-wrapper ul.advgb-tabs-panel li.advgb-tab:last-child.advgb-tab.advgb-tab-active {
  border-right: 1px solid none !important;
}
.advgb-tabs-wrapper.advgb-tab-vert-desktop {
  max-width: 1000px;
}
.advgb-tabs-wrapper.advgb-tab-vert-desktop ul.advgb-tabs-panel {
  border-bottom: 0px !important;
}
.advgb-tabs-wrapper.advgb-tab-vert-desktop ul.advgb-tabs-panel .advgb-tab-active a::after {
  display: none;
}
.advgb-tabs-wrapper.advgb-tab-vert-desktop ul.advgb-tabs-panel li.advgb-tab.advgb-tab.advgb-tab-active {
  border-left: 1px solid #b1adad !important;
  border-right: 0px !important;
}
.advgb-tabs-wrapper.advgb-tab-vert-desktop div.advgb-tab-body {
  padding-left: 20px !important;
}

.advgb-tabs-wrapper.advgb-tab-vert-desktop ul.advgb-tabs-panel li.advgb-tab {
  border-radius: 8px 0px 0px 8px !important;
  margin: 0px 0px 4px 0px !important;
  padding: 8px;
}

.advgb-tabs-wrapper.advgb-tab-vert-desktop .advgb-tab-body-wrapper div.advgb-tab-body {
  border-radius: 0px 8px 8px 0px;
}

.advgb-tabs-wrapper.advgb-tab-vert-desktop ul.advgb-tabs-panel li.advgb-tab a {
  text-align: center;
  font-size: 18px;
  justify-content: flex-start;
  min-height: 60px;
}

.alert-area {
  background: #8B2428;
  position: relative;
  top: 0px;
  z-index: 9;
  width: 100%;
}
.alert-area .alert {
  background: none;
  border: 0;
  text-align: center;
  margin: 0;
  padding-right: 40px;
  display: block;
  justify-content: center;
  gap: 4px;
}
.alert-area .alert a {
  color: #ffffff !important;
  font-weight: 400;
  text-decoration: underline;
  color: #FFF;
  font-family: "Futura PT Book";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.alert-area .alert a:hover {
  font-weight: bold;
}
.alert-area p {
  color: #000;
  font-weight: 500;
  margin-bottom: 2px;
}
.alert-area a {
  color: #000;
  font-weight: 500;
}
.alert-area p:empty {
  display: none;
}
.alert-area .close {
  position: absolute;
  right: 20px;
  top: 10px;
  opacity: 1;
  color: #fff;
  visibility: visible;
}

.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: 0;
  color: #000000;
  font-size: 18px;
  font-family: "Futura PT Book";
  cursor: pointer;
  border-radius: 8px;
  border: 1px solid #C9C9C9;
  background: #FFF;
  padding: 8px 16px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.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;
  border-radius: 8px;
  border: 1px solid #C9C9C9;
  background: #73A7C6;
}
.cvf-universal-pagination ul li:nth-child(1) {
  /* display: none;*/
}

.advgb-recent-posts-block {
  max-width: 1200px !important;
}
.advgb-recent-posts-block .advgb-post-title {
  color: #000;
  font-family: "Futura Md BT";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}
.advgb-recent-posts-block .advgb-post-title a {
  text-decoration: none;
  color: #000;
  font-family: "Futura Md BT";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}
.advgb-recent-posts-block .advgb-post-readmore a {
  color: #000;
  font-family: "Futura PT Book";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration: underline !important;
}
.advgb-recent-posts-block .advgb-post-readmore a:hover {
  text-decoration: underline !important;
  color: #737373;
}
.advgb-recent-posts-block .advgb-recent-post {
  background: #fff;
  /* box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);*/
  border-radius: 8px;
}
.advgb-recent-posts-block .advgb-recent-post:hover {
  outline: 1px solid #000;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.16);
}
.advgb-recent-posts-block .advgb-recent-post:hover h2 a {
  color: #000;
  text-decoration: none;
}
.advgb-recent-posts-block .advgb-post-wrapper {
  /* margin-top: 0px !important;
  padding: 25px 30px;*/
  margin-top: 0px !important;
  padding: 24px;
}
.advgb-recent-posts-block .advgb-post-info {
  overflow: hidden;
}
.advgb-recent-posts-block .advgb-post-info .advgb-post-datetime {
  text-transform: none;
  margin-left: -62px;
  color: #000 !important;
  font-size: 16px;
  font-weight: 400;
}
.advgb-recent-posts-block .advgb-post-category .advgb-post-tax-term {
  font-size: 16px !important;
  font-weight: 700;
  border: 0 !important;
  padding: 0;
  text-transform: none !important;
  font-family: "Futura";
}
.advgb-recent-posts-block .advgb-post-category > div {
  margin: 0px !important;
}
.advgb-recent-posts-block.grid-view {
  max-width: 1200px !important;
}
.advgb-recent-posts-block.grid-view .advgb-post-tax-info {
  margin: 0;
  /*position: absolute;*/
  top: 0;
  padding-top: 3px;
  order: 1;
  padding-bottom: 16px;
}
.advgb-recent-posts-block.grid-view .advgb-recent-post {
  padding-top: 0px;
}
.advgb-recent-posts-block.grid-view .advgb-post-info {
  margin: 4px 0px !important;
}
.advgb-recent-posts-block.grid-view .advgb-post-thumbnail a {
  width: 100%;
}
.advgb-recent-posts-block.grid-view .advgb-post-thumbnail a img {
  width: 100%;
}
.advgb-recent-posts-block.grid-view .advgb-post-content {
  order: 4;
}
.advgb-recent-posts-block.grid-view h2.advgb-post-title {
  order: 2;
}
.advgb-recent-posts-block.grid-view .advgb-post-info {
  order: 3;
}
.advgb-recent-posts-block.list-view .advgb-post-wrapper {
  padding: 30px 20px;
  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: 1;
}
.advgb-recent-posts-block.list-view .advgb-post-wrapper .advgb-post-content {
  order: 4;
}
.advgb-recent-posts-block.list-view .advgb-recent-post {
  grid-template-columns: 50% 1fr !important;
  padding-bottom: 0px !important;
}
.advgb-recent-posts-block.list-view .advgb-recent-post--no-image .advgb-post-wrapper {
  padding-left: 24px;
  padding-right: 24px;
}
.advgb-recent-posts-block.list-view .advgb-post-thumbnail a {
  width: 100%;
}
.advgb-recent-posts-block.list-view .advgb-post-thumbnail a img {
  width: 100%;
}
.advgb-recent-posts-block.slider-view {
  max-width: 1200px !important;
}
.advgb-recent-posts-block.slider-view .advgb-recent-post {
  box-shadow: none;
  outline: none;
}
.advgb-recent-posts-block.slider-view .advgb-post-thumbnail {
  width: 100%;
}
.advgb-recent-posts-block.slider-view .advgb-post-thumbnail a {
  width: 100%;
}
.advgb-recent-posts-block.slider-view .advgb-post-thumbnail a img {
  width: 100% !important;
}
.advgb-recent-posts-block.slider-view .advgb-post-wrapper {
  padding: 24px 0px !important;
  text-align: center;
}
.advgb-recent-posts-block.slider-view .slick-prev {
  border: 0px;
  font-size: 0px;
  background: url(../img/arrow-forward.svg) !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: 33%;
  width: 41px;
  height: 41px;
  background-size: 14px;
  transform: rotate(180deg);
  z-index: 9;
  left: 20px;
  border: 1px solid transparent;
}
.advgb-recent-posts-block.slider-view .slick-prev:hover {
  border: 1px solid #000;
  border-radius: 40px;
}
.advgb-recent-posts-block.slider-view .slick-next {
  border: 0px;
  border: 1px solid transparent;
  font-size: 0px;
  background: url(../img/arrow-forward.svg) !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: 50%;
  width: 41px;
  height: 41px;
  background-size: 14px;
  z-index: 9;
  right: 20px;
}
.advgb-recent-posts-block.slider-view .slick-next:hover {
  border: 1px solid #000;
  border-radius: 40px;
}
.advgb-recent-posts-block.slider-view .slick-dots {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0px;
  bottom: -60px !important;
}
.advgb-recent-posts-block.slider-view .slick-dots li {
  margin-left: 3px !important;
  margin-right: 3px !important;
  width: auto;
}
.advgb-recent-posts-block.slider-view .slick-dots li button {
  background: none !important;
  font-size: 0;
  border: 1px solid #000;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  padding: 0;
}
.advgb-recent-posts-block.slider-view .slick-dots li button:before {
  display: none;
}
.advgb-recent-posts-block.slider-view .slick-dots li.slick-active button {
  background: #000 !important;
}
.advgb-recent-posts-block.slider-view .slick-prev::before,
.advgb-recent-posts-block.slider-view .slick-next::before {
  display: none;
}
.advgb-recent-posts-block.slider-view .slick-dots li.slick-active button::before {
  display: none;
}
.advgb-recent-posts-block.newspaper-view .advgb-recent-post {
  box-shadow: none;
  border: 1px solid transparent;
}
.advgb-recent-posts-block.newspaper-view .advgb-recent-post .advgb-post-thumbnail {
  margin-bottom: 0px !important;
}
.advgb-recent-posts-block.newspaper-view .advgb-post-wrapper {
  padding: 24px 0px;
}
.advgb-recent-posts-block.newspaper-view .advgb-recent-posts .advgb-recent-post:nth-child(1)::after {
  display: none;
}
.advgb-recent-posts-block.newspaper-view .advgb-recent-post--no-image .advgb-post-wrapper {
  padding: 0px;
}
.advgb-recent-posts-block.newspaper-view .advgb-recent-post--no-image:after {
  border-color: transparent !important;
}
.advgb-recent-posts-block.newspaper-view .advgb-recent-post:hover {
  outline: 0 !important;
  border: 1px solid #000;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.16);
}
.advgb-recent-posts-block.newspaper-view .advgb-post-title {
  min-height: 10px;
}
.advgb-recent-posts-block.masonry-view .advgb-post-wrapper {
  background: none !important;
}
.advgb-recent-posts-block.masonry-view .advgb-recent-post {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.advgb-recent-posts-block.masonry-view.masonry-view.columns-2 .advgb-recent-posts .advgb-recent-post {
  width: 46.5%;
  padding: 24px !important;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 40px !important;
}
.block-editor .block-editor-block-list__block .advgb-post-datetime {
  margin-left: -88px;
}

.innerHero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.innerHero .hr_row {
  width: 100%;
  margin: 0px;
  background: #f7f7f7;
}
.innerHero .hr_row .col_left {
  padding: 0px;
}
.innerHero .hr_row .col_left .hero_map > img {
  width: 100%;
}
.innerHero .hr_row .col_right {
  padding: 0px;
}
.innerHero .tripPlanner_wrap {
  position: static;
  width: auto;
}
.innerHero .tripPlanner_wrap .tripPlanner .nav-tabs a {
  font-size: 24px;
  padding: 10px 16px;
}
.innerHero .tripPlanner_wrap .search_wrap {
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 12px;
}
.innerHero .tripPlanner_wrap .search_wrap > div:nth-child(1),
.innerHero .tripPlanner_wrap .search_wrap > div:nth-child(2) {
  grid-column: 1/3;
}
.innerHero .tripPlanner_wrap .search_wrap .sub_btn {
  grid-column: 1/2;
}
.innerHero .tripPlanner_wrap .search_wrap .sub_btn a {
  width: 100px;
  height: 50px;
}
.innerHero .map_wrap {
  width: 100%;
}
.innerHero > img {
  min-height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.innerHero .fixmapAlert {
  position: absolute;
  bottom: 0px;
  display: flex;
  margin: auto;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  flex-wrap: wrap;
}
.innerHero .fixmapAlert a {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .innerHero .fixmapAlert a {
    margin-bottom: 5px;
  }
}
.innerHero .alert-left {
  position: absolute;
  left: 0px;
  top: 0px;
}
.innerHero .alert-left a {
  background: #8B2428;
  color: #fff;
  font-weight: 700;
  padding: 14px 20px;
}
.innerHero .alert-left a img {
  margin-right: 5px;
}
.innerHero .alert {
  background: #f48737;
  max-width: 540px;
  min-width: 540px;
  padding: 25px 40px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.innerHero .alert .close {
  padding: 10px;
  right: 10px;
  opacity: 1;
  top: -10px;
}
.innerHero .alert p a {
  color: #000;
  font-weight: 600;
  text-decoration: underline;
}
.innerHero .alert p a:hover {
  text-decoration: none;
  font-weight: 700;
}
.innerHero .leaflet-bottom,
.innerHero .leaflet-top {
  z-index: 0;
}
.innerHero div#route_map {
  height: 600px !important;
  width: 100%;
}

.search-box {
  max-width: 304px;
  margin-bottom: 25px;
}
.search-box .input-group {
  /*border: 1px solid $black;*/
}
.search-box .btn {
  position: absolute;
  right: 0px;
  background: none;
  height: 100%;
  border-radius: 0px 5px 5px 0px;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: center;
}

.RouteWraper {
  padding-top: 60px;
  padding-bottom: 50px;
}
.RouteWraper .container {
  max-width: 1200px;
}
.RouteWraper .checkWraper {
  margin-bottom: 30px;
  padding-top: 5px;
}
.RouteWraper .leftScFtr {
  padding-top: 65px;
}
.RouteWraper .select2-container .select2-selection--single {
  height: 35px;
  padding: 3px;
}

.text-Holder-sr {
  background: #7CC4F5;
  padding: 22px;
  margin-top: 20px;
  display: block;
}
.text-Holder-sr h4 {
  color: #fff;
}
.text-Holder-sr .btn_sm {
  width: 100%;
  margin-bottom: 8px;
}

.checkbox-custom {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 30px;
}

.checkbox-custom,
.checkbox-custom-label {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  cursor: pointer;
  font-weight: 700;
}

.checkbox-custom + .checkbox-custom-label:before {
  content: "";
  background: #fff;
  border-radius: 0;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  padding: 2px;
  margin-right: 10px;
  text-align: center;
  border: 2px solid #b1adad;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
  content: "";
  display: inline-block;
  background: #2e71a2;
}

.route-info-wrap {
  margin-bottom: 50px;
}
.route-info-wrap h2 {
  margin-bottom: 30px;
  text-align: center;
  color: #10204e;
}
.route-info-wrap .routeAccdn {
  padding-top: 10px;
}

.accoRt_block {
  margin-bottom: 10px;
}
.accoRt_block .rtTitle {
  background: #C9C9C9;
  display: flex;
  align-items: center;
  min-height: 55px;
  padding: 8px 15px;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
  padding-right: 60px;
  padding-left: 45px;
}
.accoRt_block .rtTitle h3 {
  margin: 0;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
}
.accoRt_block .rtTitle h3 .rtNo {
  margin-right: 5px;
}
.accoRt_block .rtTitle p {
  margin: 0px;
}
.accoRt_block .rtTitle .accordion_sign {
  position: absolute;
  right: 15px;
  top: 15px;
}
.accoRt_block .rtTitle .accordion_sign img {
  width: 20px;
}
.accoRt_block .rtTitle.active .accordion_sign img {
  transform: rotate(180deg);
}
.accoRt_block .rtTitle:hover {
  background: #00446A;
}
.accoRt_block .rtTitle:hover h3,
.accoRt_block .rtTitle:hover p {
  color: #fff;
}
.accoRt_block .rtTitle:hover .accordion_sign img {
  filter: brightness(0) invert(1);
}
.accoRt_block .rtTitleWrap {
  display: flex;
  align-items: center;
}
.accoRt_block .rtTitleWrap + p {
  min-width: 110px;
}
.accoRt_block .rtDots {
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  border-radius: 100px;
  margin-right: 8px;
  background: #73A7C6;
}
.accoRt_block .alerticon {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 5px;
  top: 10px;
}

.inner-alert {
  background: #8B2428;
  padding: 15px;
  margin-bottom: 20px;
}
.inner-alert p {
  margin-bottom: 5px;
  color: #fff;
}
.inner-alert p a {
  color: #000;
  font-weight: 600;
  text-decoration: underline;
}
.inner-alert p a:hover {
  text-decoration: none;
  font-weight: 700;
}
.inner-alert h4 {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  margin: 0px;
  display: flex;
  align-items: center;
}
.inner-alert h4 img {
  margin-right: 5px;
}

.accoRtpanel {
  display: none;
  padding: 20px;
  background: #C9C9C9;
}
.accoRtpanel .btn_sm {
  margin-bottom: 20px;
}

.destination_info {
  padding-top: 15px;
}
.destination_info h4 {
  font-family: "Montserrat", sans-serif;
}

.centerInfo {
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 40px;
  padding-top: 40px;
}
.centerInfo .btn_sm {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.route-detail-info .container {
  max-width: 1200px;
}

.generic_form-news {
  background: #00446A;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.161);
  padding: 25px 25px;
}
.generic_form-news h2,
.generic_form-news p,
.generic_form-news p a {
  color: #fff;
}
.generic_form-news h2 {
  font-size: 32px;
  margin-bottom: 24px;
}
.generic_form-news p {
  margin-bottom: 24px;
}

.newsSearchEra h2 {
  margin-bottom: 42px;
}

.newsSearchEra .search-box {
  margin-bottom: 28px;
}

.signup-alerts {
  background: #4f2683;
  padding: 16px 25px 25px;
  margin: 40px 0px 0px;
}
.signup-alerts h2 {
  font-size: 32px;
  margin-bottom: 24px;
}
.signup-alerts .generic_form-news {
  box-shadow: none;
  max-width: 795px;
  margin: 0px auto;
  padding: 0px;
}
.signup-alerts .btn_white {
  background: #00446A;
  border: none;
  padding: 12px 50px;
  border-radius: 5px;
  font-family: "Barlow Semi Condensed", sans-serif;
  color: #ffffff;
  font-weight: bold;
  height: 50px;
  border: 2px solid #ffffff;
}
.signup-alerts .btn_white:hover {
  background: #ffffff;
  color: #00446A;
}
.signup-alerts .col-md-5,
.signup-alerts .col-md-2 {
  padding: 0px 9px;
}

.general-tabs {
  background: #fff;
}
.general-tabs .nav-tabs {
  border-bottom: 1px solid #000;
}
.general-tabs .nav-tabs .nav-item a {
  font-size: 21px;
  color: #000;
  text-align: center;
  padding: 12px 10px;
  background: #C9C9C9;
  border-radius: 0px;
  min-width: 300px;
  border: 1px solid #000;
}
.general-tabs .nav-tabs .nav-item a.active {
  background: #000;
  color: #fff;
  border-color: #000;
}
.general-tabs .tab-content {
  padding-top: 25px;
  padding-bottom: 80px;
}

.name-route {
  text-align: center;
}
.name-route span {
  width: 23px;
  height: 23px;
  border-radius: 100px;
  background: #73A7C6;
  margin-right: 15px;
}
.name-route h3 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.destination-info {
  margin-bottom: 30px;
}
.destination-info .input-group-one {
  flex: 1;
  min-height: 50px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #000;
  line-height: 28px;
}
.destination-info .input-group-one .form-control {
  border: 0;
  border-bottom: 0;
  color: #000;
  font-weight: normal;
  padding-left: 0;
  padding-bottom: 0px !important;
  border-radius: 0;
  font-size: 14px;
  text-align: center;
}
.destination-info .to-text {
  padding: 5px 20px;
  font-weight: 400;
  font-size: 14px;
  text-transform: lowercase;
}
.destination-info .dest-row {
  /*
      padding: 0px 30px;
      max-width: 700px;*/
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.destination-info .switch {
  text-align: center;
}
.destination-info .switch a {
  font-weight: 700;
  color: #00446A;
  text-decoration: none;
  font-size: 14px;
}
.destination-info .switch a img {
  margin-right: 6px;
}

.stTitle {
  background: #C9C9C9;
  padding: 10px 20px;
  padding-right: 40px;
  position: relative;
  min-height: 55px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.stTitle .accordion-sign {
  position: absolute;
  right: 15px;
  top: 14px;
}
.stTitle .accordion-sign img {
  width: 23px;
}
.stTitle h3 {
  margin: 0px;
  font-weight: 700;
  font-size: 16px;
}
.stTitle.active .accordion-sign {
  transform: rotate(180deg);
}
.stTitle:hover {
  background: #7CC4F5;
}
.stTitle:hover h3 {
  color: #fff;
}
.stTitle:hover .accordion-sign img {
  filter: brightness(0) invert(1);
}

.accostpanel {
  padding: 15px 20px;
  padding-bottom: 15px;
  display: none;
  background: #C9C9C9;
}

.accostp_block {
  margin-bottom: 6px;
}

.accostpanel table tbody tr:nth-of-type(2n) {
  background-color: #fff;
}

.accostpanel table td {
  padding: 8px;
  border: 0;
  text-align: center;
  border: 1px solid #000;
}
.accostpanel table td a {
  font-weight: 700;
  color: #2F6E29;
  font-family: "Montserrat", sans-serif;
}

.tooltip-inner {
  background-color: #7CC4F5;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.161);
  border: 1px solid #dbdbdb;
  border-radius: 0px;
  color: #fff;
  padding: 10px 10px;
  font-size: 16px;
  min-width: 260px;
}

.tooltip.bs-tooltip-right .arrow:before {
  border-right-color: #7CC4F5 !important;
}

.tooltip.bs-tooltip-left .arrow:before {
  border-left-color: #7CC4F5 !important;
}

.tooltip.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #7CC4F5 !important;
}

.tooltip.bs-tooltip-top .arrow:before {
  border-top-color: #7CC4F5 !important;
}

.tooltip .arrow:before {
  content: "";
  position: absolute;
  background: #7CC4F5;
  width: 24px;
  height: 24px;
  transform: translateX(-50%) rotate(45deg);
  z-index: 2;
  border: 1px solid #7CC4F5;
  border-width: 0 1px 1px 0;
  border-top-left-radius: 100%;
  margin-left: 10px;
  margin-top: -13px;
}

.rt-modal .modal-dialog {
  max-width: 780px;
  min-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .rt-modal .modal-dialog {
    min-height: calc(100vh - 20px);
  }
}
.rt-modal .rt-modal-info {
  padding: 25px 25px;
  position: relative;
}
.rt-modal .rt-modal-info .close {
  position: absolute;
  right: 5px;
  top: 5px;
  opacity: 1;
}
.rt-modal .rt-modal-info .close:hover {
  filter: brightness(0) saturate(100%) invert(48%) sepia(0%) saturate(0%) hue-rotate(135deg) brightness(93%) contrast(87%);
  opacity: 1;
}
.rt-modal .rt-modal-info .rte-name {
  justify-content: center;
}
.rt-modal .rt-modal-info .accostp_block {
  pointer-events: none;
}
.rt-modal .rt-modal-info .accostp_block .accostpanel {
  display: block !important;
  padding-top: 5px !important;
}
.rt-modal .rt-modal-info .stpAccdn {
  padding-top: 0px;
}
.rt-modal .rt-modal-info .stTitle {
  padding-right: 80px;
}
.rt-modal .rt-modal-info .stTitle h5 {
  margin: 0px;
  font-weight: 700;
  color: #000;
  text-transform: none;
  font-size: 18px;
}
.rt-modal .modal-content {
  border-radius: 0px;
  border: 0;
}
.rt-modal .rt-time {
  position: absolute;
  right: 15px;
  top: 0;
  min-height: 45px;
  display: flex;
  align-items: center;
  min-width: 90px;
  text-align: center;
  justify-content: center;
  font-weight: 700;
  background: #00446A;
  color: #fff;
  top: 5px;
  text-transform: uppercase;
}

.modal-alert .modal-dialog {
  max-width: 750px;
  min-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .modal-alert .modal-dialog {
    min-height: calc(100vh - 20px);
  }
}
.modal-alert .modal-alert-info {
  padding: 25px 25px;
  position: relative;
  background: #C9C9C9;
}
.modal-alert .modal-alert-info .close {
  position: absolute;
  right: 5px;
  top: 5px;
  opacity: 1;
}
.modal-alert .modal-alert-info .close:hover {
  filter: brightness(0) saturate(100%) invert(48%) sepia(0%) saturate(0%) hue-rotate(135deg) brightness(93%) contrast(87%);
  opacity: 1;
}
.modal-alert .modal-content {
  border-radius: 0px;
  border: 0;
}
.modal-alert .modal-body {
  padding: 0px;
}
.modal-alert .modal-body h2 {
  display: flex;
  align-items: center;
}
.modal-alert .modal-body h2 img {
  margin-right: 6px;
}

.alertsWrap {
  padding-bottom: 60px;
}
.alertsWrap .container {
  max-width: 1200px;
}
.alertsWrap .filter_top {
  max-width: 340px;
  margin-bottom: 40px;
}

.alertBlocks {
  margin-bottom: 40px;
}

.service_acco {
  padding-top: 10px;
}
.service_acco .accordion_bk {
  margin-bottom: 10px;
  background: #C9C9C9;
}
.service_acco .main_acco_sv {
  border: 0;
  padding: 22px;
  position: relative;
  padding-right: 45px;
  cursor: pointer;
}
.service_acco .main_acco_sv h3 {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
}
.service_acco .main_acco_sv h4 {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
}
.service_acco .main_acco_sv h5 {
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  margin-bottom: 0px;
}
.service_acco .main_acco_sv h6 {
  margin-bottom: 10px;
}
.service_acco .main_acco_sv.active .accosign img {
  transform: rotate(180deg);
}
.service_acco .main_acco_sv:hover h3 {
  color: #00446A;
  text-decoration: underline;
}
.service_acco .accosign {
  position: absolute;
  top: 30px;
  right: 20px;
  transform: translateY(-50%);
}
.service_acco .accosign img {
  width: 23px;
}
.service_acco .acco_panel_sv {
  display: none;
  padding: 0px 22px 22px 22px;
}
.service_acco .acco_panel_sv p {
  font-weight: 500;
}

.meeting-wraper {
  padding-bottom: 50px;
}
.meeting-wraper .tab-content {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  padding-top: 40px;
}
.meeting-wraper .tab-content .filter_top {
  max-width: 300px;
  margin-bottom: 50px;
}
.meeting-wraper .top-text {
  max-width: 1000px;
  margin: 0 auto;
}
.meeting-wraper .expanding-grid {
  padding-top: 20px;
}
.meeting-wraper .meeting-content {
  max-width: 900px;
  margin: 0 auto;
}
.meeting-wraper .filterWrap-meet {
  display: grid;
  grid-template-columns: 304px 280px;
  grid-column-gap: 15px;
  padding-top: 16px;
  padding-bottom: 5px;
}
.meeting-wraper .agenda_content {
  max-width: 1000px;
  margin: 0 auto;
}
.meeting-wraper .agd_filter {
  padding-top: 15px;
  padding-bottom: 5px;
  display: flex;
  flex-wrap: wrap;
}
.meeting-wraper .agd_filter .filter_left {
  width: 70%;
  display: grid;
  grid-template-columns: 260px 150px 150px;
  align-items: end;
  grid-column-gap: 10px;
}
.meeting-wraper .agd_filter .filter_right {
  width: 30%;
  display: grid;
  align-items: end;
}
.meeting-wraper .agd_filter .filter_right select {
  max-width: 260px;
  margin-left: auto;
}

.rp_content ul {
  list-style: none;
  padding: 0px;
}
.rp_content ul li {
  background: #C9C9C9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 20px;
  margin-bottom: 12px;
}
.rp_content ul li a {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  padding: 15px 20px;
  display: block;
}
.rp_content ul li:hover {
  background: #00446A;
}
.rp_content ul li:hover a,
.rp_content ul li:hover span {
  color: #fff;
}

.main-tabs .nav-tabs {
  border-bottom: 1px solid #000;
  justify-content: center;
}
.main-tabs .nav-tabs .nav-item a {
  font-size: 21px;
  color: #000;
  text-align: center;
  padding: 12px 10px;
  background: #C9C9C9;
  border-radius: 0px;
  min-width: 300px;
  border: 1px solid #000;
}
.main-tabs .nav-tabs .nav-item a.active {
  background: #000;
  color: #fff;
  border-color: #000;
}

.back_next_posts {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  position: relative;
}
.back_next_posts a {
  font-weight: 600;
  text-decoration: none;
}
.back_next_posts .prev_link {
  position: absolute;
  left: 0px;
}
.back_next_posts .next_link {
  position: absolute;
  right: 0px;
  display: flex;
}
.back_next_posts .next_link img {
  order: 2;
  transform: rotate(180deg);
  padding-right: 5px;
}

.accordion_block {
  margin-bottom: 10px;
}

.main_acco_title {
  border: 0;
  display: flex;
  position: relative;
  background: #ffffff;
  align-items: center;
}
.main_acco_title p {
  margin-bottom: 0px;
}
.main_acco_title .date_meet {
  background: #4f2683;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 125px;
  flex-direction: column;
  text-align: center;
  min-height: 104px;
  padding: 16px;
}
.main_acco_title .date_meet .time {
  font-weight: 400;
}
.main_acco_title .acco_title_info {
  flex-grow: 1;
  padding: 16px;
  padding-right: 50px;
}
.main_acco_title .acco_title_info span.category {
  color: #73A7C6;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.main_acco_title .acco_title_info h3 {
  margin-bottom: 5px;
  font-size: 18px;
}
.main_acco_title .acco_title_info .category {
  color: #000;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 8px !important;
  padding-left: 0px;
}
.main_acco_title .accosign {
  position: absolute;
  right: 20px;
  top: 42px;
}
.main_acco_title .accosign img {
  width: 16px;
}
.main_acco_title.active .accosign img {
  transform: rotate(180deg);
}
.main_acco_title .cancel-info {
  position: absolute;
  top: 0;
  right: 0;
}
.main_acco_title:hover h2 {
  color: #00446A;
  text-decoration: underline;
}

.cancel-info {
  background: #F6F6F6;
  padding: 2px 6px;
  display: inline-block;
  margin: 8px 0px;
  font-family: Futura;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  color: #8B2428;
  margin-bottom: 23px !important;
  margin-top: 0;
  vertical-align: top;
  text-transform: capitalize;
}

.mt-dat-time {
  margin-bottom: 2px !important;
}
.mt-dat-time p {
  margin-bottom: 0 !important;
}
.mt-dat-time a {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-decoration: none;
}
.mt-dat-time strong {
  font-family: Futura PT;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #000;
  display: inline-block;
  margin-bottom: 4px !important;
}

.add-to-cal,
.directions,
.document_era {
  margin-bottom: 16px !important;
}
.add-to-cal a,
.directions a,
.document_era a {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}
.add-to-cal a:hover img,
.directions a:hover img,
.document_era a:hover img {
  filter: brightness(0) saturate(100%) invert(48%) sepia(0%) saturate(0%) hue-rotate(135deg) brightness(93%) contrast(87%);
}
.add-to-cal img,
.directions img,
.document_era img {
  margin-right: 2px;
  max-width: 24px;
  height: auto;
  display: inline-block;
  margin-top: -3px;
}

.directions a,
.document_era a {
  color: #000;
  text-decoration: underline !important;
}
.directions a:hover,
.document_era a:hover {
  color: #737373 !important;
}

.single .directions {
  margin-bottom: 23px !important;
}

.orgnzr-wrap {
  margin-bottom: 24px !important;
}

.acco_panel {
  padding: 30px 16px 30px;
  display: none;
}
.acco_panel h3 {
  font-size: 18px;
  margin-bottom: 24px;
}
.acco_panel .document_era {
  margin-bottom: 20px;
}
.acco_panel .agenda {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  padding-top: 10px;
}
.acco_panel .agenda .doc_block {
  margin-bottom: 0px;
  padding-left: 10px;
}
.acco_panel .addeventatc.addtocal {
  padding-bottom: 0px !important;
}

.add-to-cal:hover svg {
  filter: brightness(0) saturate(100%) invert(48%) sepia(0%) saturate(0%) hue-rotate(135deg) brightness(93%) contrast(87%);
}

.btn_sm {
  font-size: 16px;
  padding: 16px 40px;
  border-radius: 5px;
  font-weight: 500;
  margin-bottom: 16px;
}

.meeting-detail {
  padding-bottom: 60px;
}
.meeting-detail .detail-content {
  max-width: 900px;
  margin: 0px auto;
  padding: 16px 32px;
  background: #ffffff;
}
.meeting-detail .all-meet-link {
  color: #00446A;
  /* Hyperlink default */
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 24px */
  margin-bottom: 16px;
}
.meeting-detail .category {
  max-width: 349px;
  margin-bottom: 16px;
}
.meeting-detail .add-to-cal {
  margin-bottom: 16px;
}
.meeting-detail .document_era {
  margin-bottom: 19px;
}
.meeting-detail .container {
  max-width: 1200px;
}
.meeting-detail .link {
  margin-bottom: 0px;
}
.meeting-detail .address {
  padding-top: 10px;
}
.meeting-detail .agenda {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  padding-top: 10px;
  text-transform: uppercase;
}
.meeting-detail .agenda .doc_block {
  margin-bottom: 0px;
  padding-left: 10px;
}
.meeting-detail h2 {
  margin-bottom: 16px;
}
.meeting-detail .cancel-info {
  margin-bottom: 16px;
}
.meeting-detail .addeventatc.addtocal {
  padding-bottom: 0px !important;
}
.meeting-detail h5 {
  padding-top: 12px;
}
.meeting-detail .slider_info .carousel-control-next,
.meeting-detail .slider_info .carousel-control-prev {
  width: auto;
}

.proc_wrap {
  padding-bottom: 30px;
}
.proc_wrap .container {
  max-width: 900px;
  margin: 0 auto;
}
.proc_wrap .top-text h2 {
  margin-bottom: 39px;
}
.proc_wrap .top-text p {
  text-align: justify;
  margin-bottom: 39px;
}
.proc_wrap .proc_filter {
  display: grid;
  grid-template-columns: 280px 161px 161px 221px;
  align-items: end;
  grid-column-gap: 12px;
  margin-bottom: 40px;
}
.proc_wrap .form-group {
  margin-bottom: 0;
}
.proc_wrap .search-box {
  max-width: 280px;
}
.proc_wrap .acc-center p {
  color: var(--darker-brand-orange, #b74a02);
  /* DATE Text */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0px;
}

.serv_wrap {
  padding-bottom: 30px;
}
.serv_wrap .container {
  max-width: 900px;
  margin: 0 auto;
}
.serv_wrap .top-text h2 {
  margin-bottom: 24px;
}
.serv_wrap .top-text p {
  text-align: justify;
  margin-bottom: 32px;
}
.serv_wrap .top-text p b {
  font-family: "Futura PT";
}
.serv_wrap .proc_filter {
  display: grid;
  grid-template-columns: 280px 161px 161px 221px;
  align-items: end;
  grid-column-gap: 12px;
  margin-bottom: 40px;
}
.serv_wrap .form-group {
  margin-bottom: 0;
}
.serv_wrap .search-box {
  max-width: 280px;
  margin-bottom: 8px;
}
.serv_wrap .acc-center p {
  margin-bottom: 0px;
}
.serv_wrap .acc_right span {
  padding-right: 40px;
}
.serv_wrap .address p {
  color: #00446A;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 0px;
}
.serv_wrap .accpanel {
  padding: 16px;
  display: none;
}
.serv_wrap .acc_left {
  max-width: 310px;
}
.serv_wrap .acccard .acctitle h3 {
  font-family: "Inter";
  text-transform: none;
  font-size: 16px;
  font-weight: 700;
}

.diretory_wrap {
  padding-bottom: 30px;
}
.diretory_wrap .container {
  max-width: 900px;
  margin: 0px auto;
}
.diretory_wrap .proc_filter {
  display: grid;
  grid-template-columns: 262px 280px 280px;
  align-items: end;
  grid-column-gap: 16px;
  margin-bottom: 40px;
}
.diretory_wrap .form-group {
  margin-bottom: 0;
}
.diretory_wrap .search-box {
  margin-bottom: 0px;
}
.diretory_wrap .acc-center p {
  margin-bottom: 0px;
}
.diretory_wrap .acc_right span {
  padding-right: 40px;
}
.diretory_wrap .address p {
  color: #00446A;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 0px;
}
.diretory_wrap .accpanel {
  padding: 16px;
  display: none;
}
.diretory_wrap .acc_left {
  max-width: 310px;
}
.diretory_wrap .acctitles {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
}
.diretory_wrap .acctitles .ac-cat {
  font-family: "Barlow Semi Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}
.diretory_wrap .acccard .document_era {
  margin-bottom: 0px;
}

.acccard {
  margin-bottom: 18px;
}
.acccard .acctitle {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
}
.acccard .acctitle span {
  font-family: "Barlow Semi Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}
.acccard .acctitle h4,
.acccard .acctitle .cat {
  font-size: 16px;
  margin: 0px 0px 2px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 400;
}
.acccard .acctitle h4 span,
.acccard .acctitle .cat span {
  font-weight: normal;
}
.acccard .acctitle .acco_sign {
  margin-left: 15px;
}
.acccard .acctitle .acco_sign img {
  width: 22px;
}
.acccard .acctitle.active .acco_sign img {
  transform: rotate(180deg);
}
.acccard .acctitle:hover h2 {
  color: #00446A;
  text-decoration: underline;
}
.acccard .acc_right {
  display: flex;
}
.acccard .acc_right p {
  margin: 0px;
}
.acccard .document_era {
  margin-bottom: 20px;
}

.accpanel {
  padding: 20px;
  display: none;
}
.accpanel p {
  margin-bottom: 15px;
}

.signup-box {
  background: #000;
  padding: 25px 70px 40px 70px;
  -webkit-clip-path: polygon(100% 0, 100% 81%, 97% 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% 81%, 97% 100%, 0 100%, 0 0);
  max-width: 900px;
  margin: 0 auto;
  margin-top: 50px;
}
.signup-box h2,
.signup-box p {
  color: #fff;
  text-align: center;
}

.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=outfith],
.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 #d9d9d9;
  background-color: #fff;
  min-height: 56px;
  padding: 10px;
  border-radius: 5px;
  width: 100%;
}
.gform_wrapper.gravity-theme .gform_footer {
  justify-content: center;
  padding-top: 20px;
}
.gform_wrapper.gravity-theme textarea.small {
  min-height: 200px;
}
.gform_wrapper.gravity-theme .gfield_radio,
.gform_wrapper.gravity-theme .gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
}
.gform_wrapper.gravity-theme .gfield_radio > div,
.gform_wrapper.gravity-theme .gfield_checkbox > div {
  margin-right: 15px;
}
.gform_wrapper.gravity-theme .ginput_container_consent {
  padding-top: 10px;
}
.gform_wrapper.gravity-theme .ginput_container_consent label {
  display: inline-block;
  padding: 0px;
}
.gform_wrapper.gravity-theme .gfield_error .validation_message {
  color: red;
}
.gform_wrapper.gravity-theme .ginput_container_date {
  position: relative;
  max-width: 220px;
}
.gform_wrapper.gravity-theme .ginput_container_date .ui-datepicker-trigger {
  position: absolute;
  right: 10px;
  top: 10px;
}

.wp-pagenavi,
.pagination {
  padding-top: 40px;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.wp-pagenavi a,
.wp-pagenavi span,
.pagination a,
.pagination span {
  border: 0;
  color: #000;
  font-weight: normal;
  position: relative;
  font-size: 15px;
  text-transform: uppercase;
  margin: 0px 3px;
  text-decoration: none !important;
  font-family: "Futura PT Book";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  border-radius: 8px;
  border: 1px solid #C9C9C9;
  background: #ffffff;
  padding: 7px 14px;
}
.wp-pagenavi span.current,
.pagination span.current {
  font-weight: bold;
  border-bottom: none;
  position: relative;
  top: 1px;
  background: #73A7C6;
}
.wp-pagenavi a:hover,
.pagination a:hover {
  font-weight: 700;
}
.wp-pagenavi .nextpostslink,
.pagination .nextpostslink {
  position: relative;
  font-size: 0px;
  visibility: visible;
}
.wp-pagenavi .nextpostslink::after,
.pagination .nextpostslink::after {
  content: "NEXT";
  font-size: 15px;
  color: #000;
}
.wp-pagenavi .nextpostslink:hover::after,
.pagination .nextpostslink:hover::after {
  font-weight: bold;
}
.wp-pagenavi .previouspostslink,
.pagination .previouspostslink {
  position: relative;
  font-size: 0px;
  visibility: visible;
}
.wp-pagenavi .previouspostslink:after,
.pagination .previouspostslink:after {
  content: "PREV";
  font-size: 15px;
  color: #000;
}
.wp-pagenavi .previouspostslink:hover::after,
.pagination .previouspostslink:hover::after {
  font-weight: bold;
}
.wp-pagenavi .pages,
.pagination .pages {
  display: none;
}
.wp-pagenavi .last,
.wp-pagenavi .first,
.pagination .last,
.pagination .first {
  display: none;
}

#pagination-bottom {
  padding-top: 30px;
  text-transform: uppercase;
}
#pagination-bottom a {
  font-size: 14px;
  font-weight: normal;
  color: #474747;
}
#pagination-bottom > div,
#pagination-bottom span,
#pagination-bottom a {
  margin: 0px 6px;
  line-height: 20px;
}
#pagination-bottom .current {
  position: relative;
  font-weight: 700;
}
#pagination-bottom .current::after {
  content: "";
  position: absolute;
  bottom: -6px;
  width: 15px;
  height: 5px;
  background: #00446A;
  left: 50%;
  transform: translateX(-50%);
}
#pagination-bottom a:hover {
  font-weight: 600;
}

#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;
}
.wp-block-group.content-center {
  max-width: 1000px;
  margin: 0px auto;
  padding-top: 30px;
}

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

.addeventatc.addtocal {
  color: #00446A !important;
  font-weight: 600;
  font-size: 16px !important;
  box-shadow: none !important;
  background: none !important;
  padding-left: 0px !important;
  z-index: 9;
  padding: 4px 0px 0px;
}
.addeventatc.addtocal a {
  text-transform: none;
  text-decoration: underline;
  font-family: "Futura PT Book";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.addeventatc.addtocal:hover {
  color: #737373 !important;
}

.addeventatc .addeventatc_icon {
  background-image: url(../img/calendar-icon.svg);
  background-repeat: no-repeat;
  width: 22px;
  height: 24px;
  background-size: 20px;
  display: none;
}

.wp-adminify .adminify-top_bar nav.adminify-top-navbar .navbar-brand .navbar-item img {
  max-height: 30px !important;
  width: auto !important;
}

.page-template-template-page-builder .gform_wrapper .large,
.page-template-template-page-builder .gform_wrapper select,
.page-template-template-page-builder .gform_wrapper textarea {
  background-color: #fafafa !important;
}

.acf-admin-page .notice.notice-success::after {
  border-radius: 100px !important;
}

.wp-adminify #wpbody-content .notice-dismiss {
  border-radius: 100px !important;
  min-width: 30px;
  min-height: 30px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

button.is-pressed > svg {
  fill: #fff !important;
}
button.is-pressed .dashicons::before {
  color: #fff;
}

.left_right_wraper {
  clear: both;
}

.wp-block-embed__wrapper > iframe {
  width: 100%;
  /*min-height: 400px;*/
}

.advgb-tab-body-wrapper .wp-block-embed__wrapper > iframe {
  min-height: 400px;
}

.img_buttons + .wp-block-buttons {
  max-width: 1250px;
  padding: 0px 8px;
  padding-top: 20px;
}

.acf-postbox .acf-fields.-left > .acf-field::before {
  background: #fff;
  border: 0;
}

.toplevel_page_gf_edit_forms {
  background: none !important;
}

/* backend font fixes*/
button.is-pressed svg {
  fill: #fff !important;
}
button.is-pressed .dashicons::before {
  color: #fff;
}

.components-toggle-group-control-option-base[aria-checked=true] svg {
  fill: #fff !important;
}

.ac-table-actions .ac-table-actions-buttons {
  height: auto !important;
}

.wp-adminify #wpbody-content .actions input[type=submit] {
  line-height: 20px !important;
  padding: 8px 16px !important;
}

.postbox-container .tagchecklist {
  margin-left: 0px;
}
.postbox-container .tagchecklist .ntdelbutton {
  background: none !important;
  width: 10px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.postbox-container .tagchecklist .ntdelbutton .remove-tag-icon::before {
  margin-left: 0px;
  color: #fff;
}
.postbox-container .tagchecklist .ntdelbutton:hover .remove-tag-icon::before {
  color: #d63638;
}

.main_wrapper iframe {
  display: table;
  max-width: 920px;
}

.gform-field-label {
  display: block;
  font-weight: 500;
  padding-bottom: 10px;
  padding-top: 5px;
}

legend.gform-field-label {
  font-size: 16px;
}

.gfield_checkbox .gform-field-label,
.gfield_radio .gform-field-label {
  display: inline-block;
  font-weight: normal;
}

.gpld-inline-datepicker .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default,
.gpld-inline-datepicker .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar th span {
  line-height: 40px !important;
}

.gravity-theme.ui-datepicker .ui-datepicker-next::before,
.gravity-theme.ui-datepicker .ui-datepicker-prev::before {
  display: none !important;
}

.ajaxsearchpro {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161) !important;
  border: 0 !important;
  background: #fff !important;
  min-width: 280px;
}
.ajaxsearchpro .results .item .asp_content h3 a {
  color: #000 !important;
  font-size: 16px !important;
}
.ajaxsearchpro .asp_res_text {
  color: #000102;
  font-size: 14px;
  line-height: 20px;
}

.sections-default .advgb-post-thumbnail {
  display: grid;
}

.sections-default .advgb-post-thumbnail img {
  width: 100%;
}

.acco_panel .agenda {
  text-transform: uppercase;
}

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

.wp-block-group.grey + .wp-block-media-text {
  margin-top: 40px;
}

.is-vertical > section {
  margin-left: auto !important;
  margin-right: auto !important;
}
.is-vertical .row {
  flex-direction: column;
}

.is-nowrap > section {
  margin-left: auto !important;
  margin-right: auto !important;
}
.is-nowrap .img_text_card_col {
  max-width: 100% !important;
  flex: 0 0 100% !important;
}
.is-nowrap .text_card_block {
  height: auto !important;
}
.is-nowrap .text-img-wrap {
  flex-direction: row;
}
@media (max-width: 767px) {
  .is-nowrap .text-img-wrap {
    flex-direction: column;
  }
}
.is-nowrap .text-img-wrap .img_card_block,
.is-nowrap .text-img-wrap .text_card_block {
  width: 50%;
}
@media (max-width: 767px) {
  .is-nowrap .text-img-wrap .img_card_block,
  .is-nowrap .text-img-wrap .text_card_block {
    width: 100%;
  }
}

#userwayAccessibilityIcon span.uiiw {
  transform: scaleX(-1);
}

.wp-block-advgb-images-slider .slick-prev {
  border: 0px;
  font-size: 0px;
  background: url(../img/arrow-forward.svg) !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: 40%;
  width: 14px;
  height: 24px;
  background-size: 14px;
  transform: rotate(180deg);
  z-index: 9;
  left: -20px;
  outline: 0;
}
.wp-block-advgb-images-slider .slick-next {
  border: 0px;
  font-size: 0px;
  background: url(../img/arrow-forward.svg) !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: 40%;
  width: 14px;
  height: 24px;
  background-size: 14px;
  z-index: 9;
  right: -20px;
  outline: 0;
}
.wp-block-advgb-images-slider .slick-dots {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0px;
}
.wp-block-advgb-images-slider .slick-dots li {
  margin-left: 3px !important;
  margin-right: 3px !important;
  width: auto;
}
.wp-block-advgb-images-slider .slick-dots li button {
  background: none !important;
  font-size: 0;
  border: 1px solid #000;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  padding: 0;
}
.wp-block-advgb-images-slider .slick-dots li button:before {
  display: none;
}
.wp-block-advgb-images-slider .slick-dots li.slick-active button {
  background: #000 !important;
}
.wp-block-advgb-images-slider .slick-prev::before,
.wp-block-advgb-images-slider .slick-next::before {
  display: none;
}
.wp-block-advgb-images-slider .slick-dots li.slick-active button::before {
  display: none;
}

.sb-customizer-sidebar {
  position: static !important;
  float: left;
}

.sbi-csz-header.sbi-fb-header {
  position: static !important;
  width: 100%;
}

.sb-button-standard.sbi-fb-hd-btn svg {
  position: static;
}

.ui-datepicker-calendar {
  width: 100%;
}

/*babita*/
.top-section-wrap {
  background: rgba(0, 68, 106, 0.85);
  position: relative;
}

.navbar-brand {
  color: #000;
  font-family: "inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.navbar-brand span {
  color: #000;
  font-family: "inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.main_header .top_menu .top_inner_menu a.eye-link {
  background: #fccc06 url(../img/eye.png) no-repeat;
  padding: 18px 40px 18px 70px !important;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  border-radius: 100px;
  background-position: left 37px center;
}

.main_header .top_menu .top_inner_menu a.eye-link:hover {
  text-decoration: none !important;
}

.carousel-caption p {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 32px;
}

.carousel-caption h1 {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  font-family: "Futura";
  margin-bottom: 16px;
}

.banner-btn-wrap {
  display: flex;
  gap: 20px;
  text-align: center;
}

.banner-yellow-btn {
  border-radius: 16px;
  background: #FDB913;
  padding: 16px;
  color: #000;
  font-family: Futura;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  border: 1px solid transparent;
  cursor: pointer;
}

.banner-yellow-btn:hover {
  border: 1px solid #000;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.16);
}

.banner-yellow-btn p {
  color: #000;
}

.banner-blue-btn p {
  color: #fff;
}

.banner-blue-btn {
  border-radius: 16px;
  background: #00446A;
  padding: 16px;
  color: #F6F6F6;
  font-family: Futura;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  border: 1px solid transparent;
  cursor: pointer;
}

.banner-blue-btn:hover {
  border: 1px solid #F6F6F6;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.16);
}

.banner-btn-wrap p {
  margin-bottom: 0px;
}

.banner-btn-wrap p {
  /* color: #F6F6F6; */
  /* font-family: "Futura PT"; */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 4px;
}

.row.mt_row {
  margin: 0px;
}

.img_evt_block img {
  width: 100%;
}

.img_text_card {
  background: #ffffff;
}

.contact_row {
  background: #737373;
}

.Calendar-wrap img {
  width: 100%;
}

.event_col {
  margin-bottom: 35px;
}

.cont_info .cont-ic img {
  position: relative;
  top: 3px;
}

.cont_info .cont-ic {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 6px;
}

.cont_map img {
  height: 100%;
}

.cont_map {
  height: 100%;
}

.title-up {
  margin-bottom: 30px;
}

.event_item {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
}
.event_item .category {
  background: #00446A;
  padding: 6px 24px;
  color: #000;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.event_item .text_evt_block {
  display: flex;
  gap: 17px;
  padding: 24px;
}
.event_item .evt-date {
  color: #828286;
  text-align: center;
  font-family: "Barlow Semi Condensed";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
.event_item .evt-date span {
  color: #000;
  text-align: center;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 65px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
}
.event_item h3 {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.event_item .evt-time {
  color: #00446A;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.event_item .content-area {
  padding-top: 6px;
}

.cal-top-sec .search_box {
  width: 100%;
}
.cal-top-sec button#searchsubmit {
  border-radius: 3px !important;
  background: #4f2683 !important;
  color: #fff;
  text-align: center;
  font-family: "Barlow Semi Condensed";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: 0;
  background: none;
  border-radius: 0px;
  position: absolute;
  right: 225px;
  top: 8px;
  height: 35px;
}
.cal-top-sec .input-group input#searchbox {
  width: 100%;
}
.cal-top-sec .btn-wrap img {
  position: absolute;
  right: 15px;
  top: 16px;
  height: 18px;
}
.cal-top-sec button#searchsubmits {
  position: absolute;
  top: 4px;
}
.cal-top-sec input#searchbox {
  padding-left: 50px;
}
.cal-top-sec .all-cat-wrap {
  padding: 14px 0px 40px;
}
.cal-top-sec .all-cat-wrap ul {
  background: #ffffff;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  border-radius: 0;
  width: 258px;
  padding: 22px 26px;
}
.cal-top-sec .all-cat-wrap li {
  list-style: none;
}
.cal-top-sec .all-cat-wrap li a {
  border-radius: 10px;
  color: #5C5A5A;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  font-family: "Barlow Semi Condensed", sans-serif;
}

button.multiselect.dropdown-toggle.btn.btn-default {
  text-align: left;
  padding: 16px 35px 10px 16px;
  display: block;
  width: 100%;
  font-family: "Futura PT Book";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 8px;
  background-color: #fff;
  min-width: 100px;
  background-size: 20px;
  color: #000;
  border: 1px solid #C9C9C9;
  min-height: 50px;
  text-align: left !important;
}

.multiselect-container > li > a > label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  font-weight: 400;
  padding: 0;
  color: #000;
  /* Copy */
  font-family: "Futura PT Book", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
  text-transform: capitalize;
  padding: 0px 0px !important;
  display: inline-block;
  gap: 8px;
  align-items: baseline;
}

.multiselect-container input[type=checkbox] {
  width: 24px;
  height: 24px;
  border-radius: 2px;
  border: 1px solid #000 !important;
  background: #ffffff;
}

.multiselect-container span.close {
  font-weight: 300;
  font-size: 15px;
  color: #49494D !important;
  opacity: 0.8 !important;
  top: 6px;
  position: relative;
  cursor: pointer;
}

.event_calendar_info {
  display: none;
}

.hd {
  text-transform: uppercase;
  font-family: "Barlow Semi Condensed", sans-serif;
  margin-bottom: 25px;
}

.yellow {
  background: #FDB913 !important;
}

.lightorange {
  background: #00446A !important;
}

.blue {
  background: #7CC4F5 !important;
}

.event .titile-wrap {
  background: #F6F6F6;
  margin-bottom: 24px;
}

.location,
.orgnzr-wrap {
  margin-top: 0;
  margin-bottom: 0px;
}
.location p,
.location a,
.orgnzr-wrap p,
.orgnzr-wrap a {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-decoration: none;
  margin-bottom: 0px;
  font-style: normal !important;
}
.location strong,
.orgnzr-wrap strong {
  font-family: Futura PT;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #000;
  display: inline-block;
  margin-bottom: 4px;
  font-style: normal !important;
}

.orgnzr-wrap {
  margin-bottom: 24px !important;
}

.single .directions {
  margin-bottom: 23px !important;
}

.event-detail .all-evnt {
  margin-left: 0px;
  margin-bottom: 40px;
  display: block;
  text-decoration: none;
}
.event-detail .all-evnt img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  display: inline-block;
  margin-top: -4px;
}
.event-detail .all-evnt:hover img {
  filter: brightness(0) saturate(100%) invert(48%) sepia(0%) saturate(0%) hue-rotate(135deg) brightness(93%) contrast(87%);
}
.event-detail h1 {
  margin-top: 11px;
  margin-bottom: 30px;
  font-family: "Futura Md BT";
  font-weight: 500 !important;
  width: 77%;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 23px !important;
  font-size: 24px;
}
.event-detail .row.mt_row {
  background: #fff;
}
.event-detail .col_left > p {
  margin-bottom: 23px;
}
.event-detail .location,
.event-detail .orgnzr-wrap {
  margin-top: 23px;
  margin-bottom: 0px;
}
.event-detail .orgnzr-wrap {
  margin-bottom: 23px;
}

.relatd-event h3 {
  margin-bottom: 8px;
}

.category {
  padding: 6px 24px;
  color: #1E1E1E;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.navbar-toggler p {
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 12px;
}

header .top_search .search_input {
  position: relative;
  top: 0px;
}

.search-box {
  max-width: 240px;
  margin-bottom: 25px;
  width: 100%;
  margin-right: 32px;
}

.form-control {
  color: #000;
  font-family: "Futura PT Book";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: 1px solid #C9C9C9;
  border-radius: 8px;
}
.form-control::-webkit-input-placeholder {
  color: #545454 !important;
}
.form-control::-moz-placeholder {
  color: #545454 !important;
}
.form-control:-ms-input-placeholder {
  color: #545454 !important;
}
.form-control:-moz-placeholder {
  color: #545454 !important;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #000000;
}

.search-box .input-group input.form-control {
  border-radius: 8px;
}
.evt_lst_row_wrap {
  display: block;
  width: 100%;
}

.evt_lst_row {
  margin-bottom: 35px;
}

.list-unstyled {
  height: 30px;
  width: 85px;
}

.list-unstyled li {
  padding: 1px 10px;
  z-index: 2;
}

.list-unstyled li:not(.init) {
  float: left;
  width: 100px;
  display: none;
  background: #ffffff;
}

.list-unstyled li.init {
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
}

.list-unstyled li a {
  font-size: 11px;
  font-weight: 700;
}

.list-unstyled a#submit {
  z-index: 1;
}

.event_grid_info {
  display: none;
}

.list_grid_view {
  position: absolute;
  right: 10px;
  top: 16px;
}

.dropdown-toggle::after {
  content: inherit;
}

ul.list-unstyled .init:after {
  position: absolute;
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  background-image: url(../img/list-ar.svg);
  top: 4px;
  width: 60px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: 10px 0px;
}

.hide-filter {
  position: absolute;
  right: 105px;
  top: 16px;
  font-size: 11px;
  font-weight: 400;
  border-right: 1px solid #ccc;
  padding-right: 20px;
}

.main_banner .icon-button {
  position: absolute;
  background: rgba(0, 68, 106, 0.85);
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0px;
}
.main_banner .icon-button .col-md-2.button_ico_col {
  max-width: 20%;
  flex: 20%;
}
.main_banner .icon-button .button_ico_box {
  text-align: center;
  padding: 0px 20px 0;
  border-radius: 0px;
  margin-top: -45px;
}
.main_banner .icon-button .button_ico_box p {
  color: #F6F6F6;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0px;
}
.main_banner .icon-button .col-md-2.button_ico_col:hover .img_icon {
  border: 1px solid #000;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.16);
}
.main_banner .icon-button .button_txt_box {
  padding: 8px;
  border: 1px solid transparent;
}
.main_banner .icon-button .button_ico_col:hover .button_txt_box {
  padding: 8px;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  border: 1px solid #000;
  background: #00446A;
}

.main_banner .button_ico_box h2 {
  color: #F6F6F6;
  text-align: center;
  font-family: "Futura";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  border-bottom: 2px solid #FDB913;
  padding-bottom: 8px;
}

.cta-wrap {
  padding: 40px 24px;
  background-color: #00446A;
}
.cta-wrap .container {
  max-width: 1000px;
  margin: 0px auto;
  padding: 0px;
}
.cta-wrap .white-box {
  border-radius: 8px;
  background: #F6F6F6;
  padding: 40px;
  text-align: center;
}
.cta-wrap .white-box h3, .cta-wrap .white-box .cta-hdng {
  color: #000;
  text-align: center;
  font-family: "Futura Md BT";
  font-size: 24px;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 32px;
}

.home-event-sec {
  padding: 80px 24px;
  background: #f6f6f6;
}

.evt-txt h3, .evt-hdng {
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: 700;
  font-family: "Futura";
}

.text_mt_block p {
  margin-bottom: 0px;
}

.evt-date {
  background: #73A7C6;
  padding: 16px 16px;
  text-align: center;
  font-size: 18px;
  font-family: "Futura PT";
  font-weight: bold;
  margin-right: 17px;
  border-radius: 4px 0px 0px 4px;
  line-height: 24px;
  min-width: 104px;
  max-width: 104px;
  min-height: 125px;
  display: flex;
  align-self: stretch;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.evt-time {
  font-family: "Futura PT Book";
  font-weight: 400;
}

.evt_list .evnt-wrap {
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px 4px 5px 4px;
  display: flex;
  /*align-items: center;*/
  background: #fff;
  margin-bottom: 16px;
  border: 1px solid #c9c9c9;
  padding-right: 10px;
}

.evt_list .evnt-wrap:not(:last-child) {
  margin-bottom: 16px;
}

.evnt-wrap:hover {
  border: 1px solid #000;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.16);
}

.evt_list ul li span {
  color: #2E5C06;
  font-size: 30px;
  margin-right: 15px;
}

.evnt-date {
  color: #000;
  font-family: "Futura PT Book";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  margin-bottom: 4px;
}

.location {
  color: #000;
  font-family: "Futura Md BT";
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 16px;
  font-style: italic;
}

.evt-txt h5 {
  font-weight: bold;
}

.evt-txt p {
  margin-bottom: 2px;
  color: #000;
  font-family: "Futura PT Book";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.career-txt {
  padding-right: 70px;
  border-right: 2px solid #2AAAE2;
  padding-top: 133px;
  padding-bottom: 133px;
}

.follow-us .allBtn {
  margin-top: 0px !important;
}

.titleBlock h2 {
  font-family: "Futura";
  margin-bottom: 8px;
}

.count-numbr {
  padding: 80px 0px;
  background: #F6F6F6;
}

.count_ico_box h3, .count_ico_box div, .cont-hdng {
  color: #000;
  text-align: center;
  font-family: Futura;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  border-bottom: 2px solid #FDB913;
  padding: 0px 0px 24px;
  margin-bottom: 24px;
}

.count_ico_box {
  padding: 0px 24px;
  text-align: center;
}

/*==================testimonials===================*/
.testimonials {
  background: url(../img/test-img.svg) no-repeat;
  background-size: cover;
  position: relative;
}
.testimonials .col-center {
  margin: 0 auto;
  float: none !important;
}
.testimonials .carousel {
  padding: 0 70px;
}
.testimonials .carousel .carousel-item {
  color: #fff;
  font-size: 18px;
  text-align: left;
  overflow: hidden;
  font-family: "futura";
}
.testimonials .carousel .carousel-item p {
  color: #fff;
  font-size: 18px;
  text-align: left;
  margin-bottom: 16px;
  font-family: "Futura Md BT";
  font-weight: 500;
  font-style: italic;
}
.testimonials .carousel .carousel-item .img-box {
  width: 135px;
  height: 135px;
  margin: 0 auto;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 50%;
}
.testimonials .carousel .img-box img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}
.testimonials .carousel .testimonial {
  padding: 0px 0 0px;
}
.testimonials .carousel .overview {
  font-style: italic;
}
.testimonials .carousel p.overview {
  color: #F6F6F6;
  text-align: left;
  font-family: "Futura PT";
  font-size: 18px;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 24px;
  margin-bottom: 8px;
}
.testimonials .carousel-control-prev,
.testimonials .carousel-control-next {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  top: 50%;
  background: none;
}
.testimonials .carousel-control-prev i,
.testimonials .carousel-control-next i {
  font-size: 68px;
  line-height: 42px;
  position: absolute;
  display: inline-block;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
.testimonials .carousel-indicators {
  bottom: -40px;
}
.testimonials .carousel-indicators li,
.testimonials .carousel-indicators li.active {
  width: 12px;
  height: 12px;
  margin: 1px 3px;
  border-radius: 50%;
  border: none;
}
.testimonials .carousel-indicators li {
  background: #999;
  border-color: transparent;
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}
.testimonials .carousel-indicators li.active {
  background: #555;
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}
.testimonials .test-wrap {
  padding: 80px 0px;
  min-height: 300px;
}
.testimonials .test-wrap h2 {
  color: #fff;
}
.testimonials .test-wrap h2 {
  color: #F6F6F6;
  font-family: Futura;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.testimonials .affilation {
  color: #F6F6F6;
  text-align: left;
  font-family: "Futura PT Book";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.testimonials .carousel-control-next img {
  transform: rotate(180deg);
}

.testimonials:before {
  content: "";
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(0deg, rgba(0, 68, 106, 0.85) 0%, rgba(0, 68, 106, 0.85) 100%), url(<path-to-image>) rgba(211, 211, 211, 0) 50%/cover no-repeat;
  width: 100%;
  height: 100%;
}

.partner-wrap {
  padding: 60px 20px;
  background: #fff;
}
.partner-wrap .stretch-card .card {
  background: transparent;
  border: none;
  padding: 0px;
}
.partner-wrap h2 {
  color: #000;
  font-family: Futura;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 24px;
}
.partner-wrap .stretch-card .owl-item img {
  display: block;
  /*width: 160px;*/
  margin-left: 2px;
}
.partner-wrap .stretch-card .owl-item img:hover {
  border-radius: 8px;
  border: 1px solid #000;
  background: #FFF;
  /* Button hover shadow */
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.16);
}
.partner-wrap .card-body {
  padding: 0px;
}
.partner-wrap .stretch-card button {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  position: absolute;
  top: 40%;
  left: -60px;
  outline: none;
}
.partner-wrap .stretch-card button.owl-next {
  left: auto;
  right: -40px;
}
.partner-wrap .stretch-card button img {
  max-width: 57px;
  height: 37px;
  padding: 10px 10px;
  border-radius: 40px;
  background: #FDB913;
}
.partner-wrap .stretch-card button img:hover {
  border: 1px solid #000;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.16);
}
.partner-wrap .owl-stage {
  display: flex;
  justify-content: center;
  align-items: center;
}
.partner-wrap .owl-stage {
  display: flex;
  justify-content: center;
  align-items: center;
}
.partner-wrap .col-lg-12.grid-margin.stretch-card {
  padding: 0px !important;
}

.partner-wrap.mobile-sec {
  display: none;
}

.button_ico_col a,
.count_ico_col a {
  text-decoration: none;
}

header.main_header.shrink .nav_bottom {
  background: #F6F6F6;
}

.img_buttons .img_button_row .img_btn_col .img_block {
  background: #ffffff;
  padding: 0px;
  border-radius: 16px;
  text-align: center;
  height: 100%;
  border: 1px solid #f6f6f6;
}

.carousel-inner img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

#custCarousel .carousel-indicators {
  position: static;
  margin-top: 20px;
}

#custCarousel .carousel-indicators > li {
  width: 294px;
}

#custCarousel .carousel-indicators li img {
  display: block;
  opacity: 0.5;
}

#custCarousel .carousel-indicators li.active img {
  opacity: 1;
}

#custCarousel .carousel-indicators li:hover img {
  opacity: 0.75;
}

.carousel-indicators {
  margin: 20px 0px !important;
}

.ecommerce-gallery .carousel-inner img {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.ecommerce-gallery #custCarousel .carousel-indicators {
  display: flex;
  gap: 8px;
  margin-top: 8px !important;
}
.ecommerce-gallery #custCarousel .carousel-indicators li {
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: 294px;
  height: auto;
  width: 100%;
  flex: 1;
}
.ecommerce-gallery #custCarousel .carousel-indicators li a {
  height: 100%;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.ecommerce-gallery #custCarousel .carousel-indicators li a img {
  width: 100%;
  height: 243px;
  -o-object-fit: cover;
  object-fit: cover;
}

.text_carousel {
  background-color: #F6F6F6;
}
.text_carousel .text_card_block {
  padding: 24px 68px;
  background-color: #ffffff;
  border-radius: 8px;
  width: 100%;
  text-align: center;
}
.text_carousel .text_card_block h3 {
  margin-bottom: 20px;
  width: 100%;
}
.text_carousel .text_card_block .hyperlink {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}

.owl-text_carousel {
  position: relative;
  margin: 0px auto;
}
.owl-text_carousel .owl-dots {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.owl-text_carousel .owl-dots .owl-dot {
  border: 1px solid #000;
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 12px;
}
.owl-text_carousel .owl-dots .owl-dot.active, .owl-text_carousel .owl-dots .owl-dot:hover {
  background-color: #000;
}
.owl-text_carousel .owl-nav button {
  width: 50px;
  height: 60px;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  max-width: 37px;
  height: 37px;
  padding: 10px 10px;
  border-radius: 40px;
  background: #FDB913;
  margin-top: -26px;
}
.owl-text_carousel .owl-nav button img {
  max-width: 20px;
}
.owl-text_carousel .owl-nav button:hover, .owl-text_carousel .owl-nav button:focus {
  background: #FDB913;
  border: 1px solid #000;
  outline: none;
}
.owl-text_carousel .owl-nav .owl-prev {
  left: 16px;
}
.owl-text_carousel .owl-nav .owl-prev img {
  transform: rotate(180deg);
}
.owl-text_carousel .owl-nav .owl-next {
  right: 16px;
}

/*===============19-06-2024==========================*/
.calendar-view {
  padding: 40px 0px 80px;
}

.about-page .faq {
  background: #f6f6f6;
  padding: 80px 0px 0px;
}
.about-page .faq .acc__title {
  background: #fff;
}
.about-page .faq .acc__title h3 {
  text-transform: none !important;
}

.acc__panel h3 {
  margin-bottom: 24px;
}

.about-page .faq .rslt_txt .container {
  max-width: 1200px;
}

.acc__panel .allBtn.text-left {
  margin-bottom: 48px;
}

.img-cta-wrap {
  background-size: cover !important;
  position: relative;
  padding: 0px !important;
  background-position: center top;
  min-height: 474px;
}

.img-cta-wrap .container {
  padding: 80px 0px;
}

.img-cta-wrap .white-box {
  position: relative;
}

.img-cta-wrap:before {
  content: "";
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(0deg, rgba(0, 68, 106, 0.85) 0%, rgba(0, 68, 106, 0.85) 100%), url(<path-to-image>) rgba(211, 211, 211, 0) 50%/cover no-repeat;
  width: 100%;
  height: 100%;
}

.img-cta-wrap h3 {
  margin-bottom: 24px;
}

/********************Global****************/
section .container {
  position: relative;
}

section .container > hr {
  border-top: 2px solid #FDB913;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -80px;
  max-width: 1200px;
  margin: 0px auto;
}

.gray-bg {
  background: #F6F6F6;
}

/********************END Global****************/
.gray-bg .contactcard_row .cont_inner {
  border: 1px solid transparent;
}

.gray-bg .contactcard_row .cont_inner:hover {
  border: 1px solid #000;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.161);
}

.textwrap_Section {
  padding-bottom: 80px;
  background-color: #FFF;
}

.textwrap_Section p b {
  font-family: "Futura PT";
}

.textwrap_Section .container {
  max-width: 1000px;
}

.service_card {
  background-color: #F6F6F6;
}
.service_card .topTitle {
  margin-bottom: 24px;
}
.service_card + .img_buttons .topTitle {
  margin-bottom: 24px;
}

.servicecard_row {
  row-gap: 40px;
  margin-right: -20px;
  margin-left: -20px;
}
.servicecard_row .service_col {
  padding-left: 20px;
  padding-right: 20px;
}

.servicecard_row h3 {
  font-size: 18px;
  line-height: 24px;
  font-family: "Futura";
  margin: 0;
}

.servicecard_row p {
  font-weight: 400;
  font-family: "Futura PT Book";
}

.servicecard_row p:last-child {
  margin-bottom: 0;
}

.servicecard_row a {
  text-decoration: none;
}

.servicecard_row .service_cardbox {
  padding: 24px;
  background: #FFF;
  border-radius: 8px;
  border: 1px solid #FFF;
  height: 100%;
  position: relative;
  min-height: 210px;
}

.servicecard_row .service_cardbox:hover {
  border: 1px solid #000;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.161);
}

.servicecard_row .serv_iconwrap {
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
  padding-right: 35px;
  margin-bottom: 24px;
}

.servicecard_row .serv_iconwrap .serv_sign {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.servicecard_row .serv_iconwrap .serv_sign img {
  transform: rotate(-90deg);
}

.servicecard_row .serv_iconwrap .icon {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.uii-wrap {
  background: url(../img/test-img.svg) no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.uii-wrap::before {
  content: "";
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(0deg, rgba(0, 68, 106, 0.85) 0%, rgba(0, 68, 106, 0.85) 100%), url(<path-to-image>) rgba(211, 211, 211, 0) 50%/cover no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
}


.col_right .ecommerce-gallery .container {
  padding: 0;
}
.col_right .bottompostion {
  position: absolute;
  right: 0;
  bottom: 0;
}
.col_right .bottompostion .all-evnt {
  margin-bottom: 0 !important;
}
.col_right .ecommerce-gallery #custCarousel .carousel-indicators li {
  max-width: 136px;
}
.col_right .ecommerce-gallery #custCarousel .carousel-indicators li a img {
  height: 85px;
}

.event-popup .col_right .ecommerce-gallery #custCarousel .carousel-indicators li a img {
  height: 114px;
}

.ev-timeblock {
  margin-top: 40px !important;
}
.ev-timeblock h2 {
  font-family: Futura PT;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  margin-bottom: 15px;
}
.ev-timeblock img.atc_node {
  width: auto !important;
}
.ev-timeblock .ev-timecontainer {
  max-width: 600px;
  width: 100%;
  height: auto;
  margin: 0px auto;
  background: #F6F6F6;
  border-radius: 8px;
  padding: 16px 42px;
  border: 1px solid #C9C9C9;
}
.ev-timeblock .ev-timecontainer .ev-time-carousel,
.ev-timeblock .ev-timecontainer .owl-stage-outer {
  width: 100%;
}
.ev-timeblock .ev-timecontainer .owl-stage {
  position: relative;
}
.ev-timeblock .ev-timecontainer .owl-item {
  padding: 0px 20px 0px 10px;
}
.ev-timeblock .ev-timecontainer .owl-item:before {
  content: "";
  background: #FDB913;
  width: 2px;
  height: 100%;
  display: block;
  position: absolute;
  right: 6px;
}
.ev-timeblock .ev-timecontainer .owl-item.active + .active::before {
  display: none;
}
.ev-timeblock .ev-timecontainer .owl-item .mt-dat-time a {
  line-height: 28px;
}
.ev-timeblock .ev-timecontainer .owl-item .add-to-cal {
  margin-bottom: 0;
  margin-top: 6px;
}
.ev-timeblock .ev-timecontainer .owl-item .add-to-cal img {
  display: inline-block;
}
.ev-timeblock .ev-timecontainer .owl-item .add-to-cal a {
  color: #000000;
}
.ev-timeblock .ev-timecontainer .owl-item .add-to-cal a:hover {
  color: #737373;
}
.ev-timeblock .ev-timecontainer .owl-carousel .owl-nav button {
  width: 50px;
  height: 60px;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  max-width: 37px;
  height: 37px;
  padding: 10px 10px;
  border-radius: 40px;
  background: transparent;
  border: 1px solid transparent;
}
.ev-timeblock .ev-timecontainer .owl-carousel .owl-nav button.owl-prev {
  left: -40px;
}
.ev-timeblock .ev-timecontainer .owl-carousel .owl-nav button.owl-prev img {
  transform: rotate(180deg);
}
.ev-timeblock .ev-timecontainer .owl-carousel .owl-nav button.owl-next {
  right: -40px;
}
.ev-timeblock .ev-timecontainer .owl-carousel .owl-nav button img {
  max-width: 20px;
}
.ev-timeblock .ev-timecontainer .owl-carousel .owl-nav button:focus {
  outline: none;
  box-shadow: none;
}

.event-popup {
  background: #FFFFFF;
  padding: 80px 65px;
  max-width: 1200px;
  margin: 0px auto;
  border-radius: 8px;
  position: relative;
}
.event-popup button.close-popup {
  position: absolute;
  top: 30px;
  right: 30px;
  background-color: transparent;
  border: 0;
  padding: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.event-popup button.close-popup:hover, .event-popup button.close-popup:focus {
  outline: none;
  box-shadow: none;
  filter: brightness(0) saturate(100%) invert(48%) sepia(0%) saturate(0%) hue-rotate(135deg) brightness(93%) contrast(87%);
}
.event-popup .event-detail {
  margin-bottom: 0;
}

.connectionbutton_section .topTitle {
  margin-bottom: 20px;
}

.connectionbutton_row {
  row-gap: 40px;
  margin-right: -20px;
  margin-left: -20px;
}
.connectionbutton_row .connectionbutton_col {
  padding-left: 20px;
  padding-right: 20px;
}
.connectionbutton_row a {
  text-decoration: none;
}
.connectionbutton_row .connectionbutton_inner {
  padding: 24px;
  display: flex;
  align-items: center;
  background-color: #FFF;
  border: 1px solid transparent;
  border-radius: 8px;
  height: 100%;
  gap: 8px;
  justify-content: space-between;
}
.connectionbutton_row .connectionbutton_inner:hover {
  border: 1px solid #000;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.161);
}
.connectionbutton_row .connectionbutton_inner h3 {
  font-family: "Futura PT";
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  margin: 0;
}
.connectionbutton_row .connectionbutton_inner .icon {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
}

.col-lg-4.col_left .map-box {
  margin-bottom: 40px;
  width: 100%;
}
.col-lg-4.col_left .map-box img {
  width: 100%;
}

.locationsidecard {
  padding: 24px;
  border: 2px solid #F6F6F6;
  background: #F6F6F6;
  border-radius: 8px;
}
.locationsidecard .location,
.locationsidecard .mt-dat-time,
.locationsidecard .orgnzr-wrap {
  margin-bottom: 16px;
}
.locationsidecard > div:last-child {
  margin-bottom: 0;
}

.graycard-wrap {
  background: #C9C9C9;
  padding: 24px;
  border-radius: 8px;
  margin-bottom: 40px;
}
.graycard-wrap .white-card {
  background-color: #FFF;
  margin: 0;
  padding: 16px 1px;
  border-radius: 4px;
}
.graycard-wrap .topTitle {
  padding: 0px 0px;
  text-align: left;
  width: 100%;
  margin-bottom: 20px;
}
.graycard-wrap .topTitle h3 {
  font-weight: 500;
  font-family: "Futura Md BT";
}
.graycard-wrap .allBtn a {
  margin-bottom: 0px;
}

.location-detail .col_right .graycard-wrap:last-child {
  margin-bottom: 0px;
}
.location-detail .col-lg-8.col_right {
  padding-left: 20px;
}
.location-detail .col-lg-4.col_left {
  padding-right: 20px;
}
.location-detail .col_right .ecommerce-gallery #custCarousel .carousel-indicators li a img {
  height: 90px;
}

.Newssingleblock_section > .container {
  max-width: 1000px;
}

.nssingle-card {
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  max-height: 240px;
}
.nssingle-card .ns-content,
.nssingle-card .ns-image {
  max-height: 240px;
}
.nssingle-card .ns-image {
  padding: 0;
}
.nssingle-card .ns-image img {
  height: 100%;
  max-height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.nssingle-card .ns-content {
  padding: 24px;
  background-color: #C9C9C9;
}
.nssingle-card .ns-content .ns-inner {
  background-color: #FFF;
  padding: 16px;
  border-radius: 4px;
  line-height: 24px;
  font-size: 18px;
}
.nssingle-card .ns-content .ns-inner p {
  margin-bottom: 18px;
}
.nssingle-card .ns-content .ns-datetime p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
}
.nssingle-card .ns-content h3 {
  margin-bottom: 4px;
}
.nssingle-card .ns-content h3 a {
  text-decoration: none;
}

.Newsarchive_list {
  padding-top: 40px !important;
}
.Newsarchive_list .container {
  max-width: 1000px;
}
.Newsarchive_list .nal_col {
  margin-bottom: 16px;
}
.Newsarchive_list .nal_col .nal_inner {
  padding: 24px;
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #ffffff;
  padding: 24px;
  display: flex;
  gap: 4px;
}
.Newsarchive_list .nal_col .nal_inner p:last-child {
  margin-bottom: 0;
}
.Newsarchive_list .nal_col .nal_inner:hover {
  border: 1px solid #000;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.161);
}
.Newsarchive_list .nal_col:last-child {
  margin-bottom: 0px;
}
.Newsarchive_list .newstitle-sort {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.Newsarchive_list .newstitle-sort .newssearchFilterBlock {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  width: 100%;
  max-width: calc(100% - 352px);
}
.Newsarchive_list .newstitle-sort .newssearchFilterBlock .filterBlock {
  width: 100%;
  max-width: 100%;
}
.Newsarchive_list .newstitle-sort .newssearchFilterBlock .filterBlock .form-group {
  margin: 0 !important;
}
.Newsarchive_list .newstitle-sort .newssearchFilterBlock .allBtn {
  padding: 13px 20px 13px 20px;
  border-radius: 40px;
  border: 3px solid #73A7C6;
  margin-top: 29px;
  font-family: Futura;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  background-color: #ffffff;
  white-space: nowrap;
}
.Newsarchive_list .newstitle-sort .newssearchFilterBlock .allBtn:hover {
  background: transparent;
  border: 3px solid #000;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.161);
}
.Newsarchive_list .newssort_boxResult {
  margin-left: auto;
  margin-bottom: 0px;
  width: 100%;
  max-width: 312px;
}

body.login .main_wrapper {
  padding-top: 106px;
}

.login_Section {
  background-image: url(../img/login-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 120px 15px !important;
  min-height: 996px;
}
.login_Section .login-box {
  max-width: 504px;
  padding: 24px;
  background-color: #F6F6F6;
  border-radius: 8px;
}
.login_Section .login-box h1 {
  margin-bottom: 8px;
  line-height: 1.3;
}
.login_Section .login-box h1 span {
  color: #00446A;
}
.login_Section .login-box p {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
.login_Section .login-box .form-group {
  margin-bottom: 8px !important;
}
.login_Section .login-box input[type=submit] {
  padding: 16px 24px;
  display: inline-block;
  border-radius: 40px;
  background: #73A7C6;
  color: #000;
  font-family: Futura;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  border: 1px solid transparent;
  text-decoration: none;
  text-align: center;
  margin-top: 18px;
}
.login_Section .login-box input[type=submit]:hover {
  border: 1px solid #000;
  text-decoration: none;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.16);
  background: #73a7c6;
}

.resources_event_wrap .col-lg-6 .gray-bg {
  padding: 24px;
  border-radius: 8px;
}
.resources_event_wrap .col-lg-6 .gray-bg > h2 {
  font-family: Futura;
  margin-bottom: 24px;
  font-size: 24px;
}
.resources_event_wrap .col-lg-6 .gray-bg .graycard-wrap {
  padding: 40px;
  margin-bottom: 0;
}

.row.all-resources_list.list-custom-scroll.resouce-type .resources_cardbox {
  margin-bottom: 0px;
}

.resources_cardbox {
  padding: 24px;
  background: #FFF;
  border-radius: 8px;
  border: 1px solid #FFF;
  height: 100%;
  position: relative;
  margin-bottom: 15px;
}
.resources_cardbox:hover {
  border: 1px solid #000;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.16);
}
.resources_cardbox a {
  text-decoration: none;
}
.resources_cardbox h3 {
  font-size: 18px;
  line-height: 24px;
  font-family: "Futura";
  margin: 0;
}
.resources_cardbox p {
  margin-bottom: 16px;
}
.resources_cardbox p:last-child {
  margin-bottom: 0;
}
.resources_cardbox .res_iconwrap {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  padding-right: 35px;
  margin-bottom: 16px;
}
.resources_cardbox .res_iconwrap .icon {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.resources_cardbox .res_iconwrap .res_sign {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.resources_cardbox .res_iconwrap .res_sign img {
  transform: rotate(-90deg);
}

.bulletinboard_Section .tripPlanner .nav-tabs {
  justify-content: space-between;
}
.bulletinboard_Section .tripPlanner .nav-tabs li.nav-item {
  padding: 0;
  flex: 1;
}
.bulletinboard_Section .tripPlanner .nav-tabs a {
  min-width: unset;
}

.boardpost-wrap {
  margin-bottom: 40px;
}
.boardpost-wrap:last-child {
  margin-bottom: 0px;
}
.boardpost-wrap .boardpost-inner {
  padding: 24px;
  border-radius: 8px;
  background-color: #FFF;
}
.boardpost-wrap .boardpost-inner > a {
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
  text-align: left;
  display: inline-block;
}
.boardpost-wrap .boardpost-inner h3 {
  margin-bottom: 4px;
}
.boardpost-wrap .boardpost-inner h3 a {
  text-decoration: none;
}
.boardpost-wrap .boardpost-inner .boardpost-datetime p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
}
.boardpost-wrap .boardpost-inner p {
  margin-bottom: 24px;
}
.boardpost-wrap .boardpost-inner p b,
.boardpost-wrap .boardpost-inner p strong {
  font-family: Futura PT;
}

.boardalert-wrap {
  margin-bottom: 40px;
}
.boardalert-wrap:last-child {
  margin-bottom: 0px;
}
.boardalert-wrap .boardalert-inner {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  background-color: #FFFFFF;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.boardalert-wrap .boardalert-inner p a {
  display: inline-block;
}
.boardalert-wrap .boardalert-inner .red-label {
  background-color: #8B2428;
  padding: 8px;
  text-align: center;
  width: 100%;
}
.boardalert-wrap .boardalert-inner .red-label p {
  color: #FFFFFF;
  margin-bottom: 0;
}
.boardalert-wrap .boardalert-inner .boardalert-datetime {
  padding: 24px 0px 24px 24px;
  max-width: 104px;
  width: 100%;
}
.boardalert-wrap .boardalert-inner .boardalert-body {
  padding: 24px;
  gap: 24px;
  max-width: calc(100% - 104px);
  width: 100%;
}
.boardalert-wrap .boardalert-inner .boardalert-body p:last-child {
  margin-bottom: 0px;
}

.row.all-resources_list {
  margin-right: -20px;
  margin-left: -20px;
  row-gap: 32px;
  padding-bottom: 20px;
}
.row.all-resources_list .col-md-6.col-lg-3,
.row.all-resources_list .col-md-6.col-lg-4 {
  padding-right: 20px;
  padding-left: 20px;
}

.calendar-view .textwrap_Section {
  padding-bottom: 32px;
}
.calendar-view .textwrap_Section .allBtn {
  margin-top: 24px;
}

.submit-event-popup > img,
.submit-expand-popup > img {
  display: block;
  margin: auto;
}

.directory_filterWrap form {
  display: block;
  width: 100%;
  margin-bottom: 40px;
}
.directory_filterWrap form .filter_box {
  flex: 1;
  max-width: 202px;
}

.list-custom-scroll {
  max-height: 508px;
  overflow: auto;
}

.list-custom-scroll::-webkit-scrollbar-track {
  background-color: #FFFFFF;
  border: 2px solid #C9C9C9;
}

.list-custom-scroll::-webkit-scrollbar {
  width: 16px;
  background-color: #FFFFFF;
  border: 2px solid #C9C9C9;
}

.list-custom-scroll::-webkit-scrollbar-thumb {
  border: 2px solid #C9C9C9;
  background-color: #474747;
}

.row.event-Row {
  margin-right: -20px;
  margin-left: -20px;
}
.row.event-Row .col-md-6.evtLeft,
.row.event-Row .col-md-6.evtRight {
  padding: 0px 20px;
}

.login_dashboard .main_header .navbar-nav > li:hover > a {
  border-bottom-color: #66A1B8;
}

.login_dashboard .page_title {
  min-height: 124px;
}

.alert-bar {
  background: #8B2428;
  position: relative;
  width: 100%;
  top: 0px;
  margin: 0;
  border: 0;
  text-align: center;
  padding: 8px;
  color: #FFF;
  padding: 8px 40px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}
.alert-bar p {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  margin-bottom: 0;
  padding: 0px 20px;
}
.alert-bar p a {
  color: #FFF;
}
.alert-bar button.close {
  position: absolute;
  right: 40px;
  top: 0px;
  bottom: 0;
  width: 24px;
  height: 24px;
  margin: auto 0px;
  opacity: 1;
  background-color: transparent !important;
}
.alert-bar button.close img {
  display: block;
}

.tripPlanner .Newsarchive_list {
  padding-top: 0px !important;
}

.banner-btn-wrap a {
  text-decoration: none;
}

.banner-blue-btn a {
  color: #fff;
}

.banner-yellow-btn a {
  color: #000;
}

.home-event-sec .mt-img-wrap {
  margin-bottom: 0px;
}

.top_search div.asp_m.asp_m_1 .probox {
  min-height: 40px !important;
  height: auto;
  border-radius: 8px;
  border: 1px solid #C9C9C9 !important;
  background: #FFF;
}

.top_search div.asp_m.asp_m_1 .probox:hover {
  border: 1px solid #000 !important;
}

.top_search div.asp_m.asp_m_1 .probox .promagnifier {
  background-image: url(../img/search-icon.svg) !important;
  background-repeat: no-repeat !important;
  background-position: 5px 8px !important;
  width: 40px !important;
  height: 40px !important;
}

.top_search div.asp_m.asp_m_1 .probox .promagnifier .innericon {
  display: none;
}

.main_header .top_search .asp_main_container {
  box-shadow: none !important;
}

.top_search div.asp_m.asp_m_1 .probox .proinput input.orig {
  height: 40px !important;
}

.top_search div.asp_m.asp_m_1 .probox .proinput input.orig::-moz-placeholder {
  color: red !important;
  color: #737373 !important;
  font-family: "Futura PT Book" !important;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal;
  text-transform: capitalize !important;
}

.top_search div.asp_m.asp_m_1 .probox .proinput input.orig::placeholder {
  color: red !important;
  color: #737373 !important;
  font-family: "Futura PT Book" !important;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal;
  text-transform: capitalize !important;
}

blockquote.wp-block-quote.is-layout-flow.wp-block-quote-is-layout-flow {
  max-width: 804px !important;
  border-left: 0px;
  padding: 24px 0px 0px;
  margin-bottom: 48px;
}
blockquote.wp-block-quote.is-layout-flow.wp-block-quote-is-layout-flow p {
  margin-bottom: 16px !important;
}
blockquote.wp-block-quote.is-layout-flow.wp-block-quote-is-layout-flow cite {
  color: #000;
  font-family: "Futura PT Book";
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 24px;
  margin-top: 0px;
}

/*=========page-builder===============*/
.wp-block-media-text {
  max-width: 1200px !important;
}
.wp-block-media-text.alignfull {
  max-width: 100% !important;
}
.wp-block-media-text.alignwide {
  max-width: 1200px !important;
}

.img_text_card_row,
.simple_list_info,
.contactcard_row,
.howto.list {
  max-width: 900px;
  margin: 0 auto;
}
.img_text_card_row > h3,
.img_text_card_row > .topTitle,
.simple_list_info > h3,
.simple_list_info > .topTitle,
.contactcard_row > h3,
.contactcard_row > .topTitle,
.howto.list > h3,
.howto.list > .topTitle {
  width: 100%;
}

.alignwide .img_text_card_row,
.alignwide .simple_list_info,
.alignwide .contactcard_row,
.alignwide .howto.list {
  max-width: 1200px;
}

.alignfull .img_text_card_row,
.alignfull .simple_list_info,
.alignfull .contactcard_row,
.alignfull .howto.list {
  max-width: 100%;
}

.main_wrapper .wp-block-advgb-columns.advgb-columns-wrapper {
  max-width: 900px !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;
}

.wp-block-advgb-table,
.wp-block-advgb-columns {
  max-width: 900px !important;
}
.wp-block-advgb-table.alignwide,
.wp-block-advgb-columns.alignwide {
  max-width: 1200px !important;
}
.wp-block-advgb-table.alignfull,
.wp-block-advgb-columns.alignfull {
  max-width: 100% !important;
}

.alignfull .wp-block-media-text {
  max-width: 100% !important;
}

.wp-block-media-text .wp-block-media-text__content {
  padding: 24px 24px 0px 24px !important;
}

/*==============table-css===============*/
.wp-block-table table,
.wp-block-advgb-table table {
  border-collapse: separate !important;
  border-spacing: 0;
  table-layout: auto;
}

.wp-block-table table th,
.wp-block-table table td,
.wp-block-advgb-table table th,
.wp-block-advgb-table table td {
  border-style: solid;
  border-block-start-width: 0px;
  border-inline-end-width: 1px;
  border-block-end-width: 0px;
  border-inline-start-width: 0px;
  border-color: #ffffff;
}

.wp-block-table table th:first-child,
.wp-block-table table td:first-child,
.wp-block-advgb-table table th:first-child,
.wp-block-advgb-table table td:first-child {
  border-inline-start-width: 1px;
  border-left-color: #C9C9C9;
}

.wp-block-table table thead th {
  border-block-start-width: 1px;
  border-top-color: #C9C9C9;
}

.wp-block-table table th:last-child,
.wp-block-table table td:last-child,
.wp-block-advgb-table table th:last-child,
.wp-block-advgb-table table td:last-child {
  border-inline-end-width: 1px;
  border-right-color: #C9C9C9;
}

.wp-block-table table tr:last-child td,
.wp-block-advgb-table table tr:last-child td {
  border-bottom-color: #C9C9C9;
}

.wp-block-table table th:first-child,
.wp-block-advgb-table table th:first-child {
  border-top-left-radius: 8px;
}

.wp-block-table table th:last-child,
.wp-block-advgb-table table th:last-child {
  border-top-right-radius: 8px;
}

.wp-block-table table tr:last-child td:last-child,
.wp-block-advgb-table table tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}

.wp-block-table table tr:last-child td:first-child,
.wp-block-advgb-table table tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}

.wp-block-table table tr:last-child td,
.wp-block-advgb-table table tr:last-child td {
  border-block-end-width: 1px;
  border-bottom-color: #C9C9C9;
}

.generic_middle_block > * {
  max-width: 900px !important;
}

.search-box .search_input {
  display: flex;
  gap: 16px;
}
.search-box .search_box {
  max-width: 280px;
  width: 100%;
}

/***************grid-view***********/
.advgb-recent-posts-block.grid-view .advgb-recent-posts {
  grid-gap: 40px !important;
}
.advgb-recent-posts-block.grid-view .advgb-recent-posts .advgb-recent-post {
  border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.advgb-recent-posts-block.grid-view .advgb-recent-posts .advgb-post-wrapper {
  margin-top: 0px !important;
  padding: 24px 24px;
}

/***************list-view***********/
.advgb-recent-posts-block.list-view .advgb-recent-posts .advgb-recent-post {
  border-radius: 8px;
  grid-gap: 0 !important;
}
.advgb-recent-posts-block.list-view .advgb-recent-posts .advgb-recent-post .advgb-post-thumbnail {
  padding: 24px 12px 24px 24px;
}
.advgb-recent-posts-block.list-view .advgb-recent-posts .advgb-recent-post .advgb-post-thumbnail img {
  border-radius: 8px;
  overflow: hidden;
  line-height: 0;
}
.advgb-recent-posts-block.list-view .advgb-post-wrapper {
  padding: 24px 24px 24px 12px;
  align-content: start;
}

/*********frontpage-view***********/
.advgb-recent-posts-block.frontpage-view .advgb-recent-posts .advgb-recent-post {
  border-radius: 8px;
}
.advgb-recent-posts-block.frontpage-view .advgb-recent-posts .advgb-recent-post .advgb-post-thumbnail {
  padding: 24px 24px 0px;
}
.advgb-recent-posts-block.frontpage-view .advgb-recent-posts .advgb-recent-post .advgb-post-thumbnail img {
  border-radius: 8px;
}
.advgb-recent-posts-block.frontpage-view.gap-10 .advgb-recent-posts {
  grid-gap: 40px !important;
}

.advgb-recent-posts-block.newspaper-view .advgb-recent-posts .advgb-recent-post {
  padding: 24px !important;
}

.advgb-recent-posts-block.newspaper-view.layout-np-1-3 .advgb-recent-posts .advgb-recent-post:nth-child(n+2):not(:last-of-type):after {
  border: none !important;
}

.advgb-recent-posts-block.newspaper-view .advgb-recent-posts .advgb-recent-post .advgb-post-wrapper .advgb-post-title {
  margin: 0 0px 24px !important;
  padding: 0;
}

.advgb-recent-posts-block .advgb-recent-posts .advgb-recent-post .advgb-post-wrapper {
  display: block !important;
}

.advgb-recent-posts-block.grid-view .advgb-recent-post .advgb-post-wrapper {
  display: grid !important;
}

.advgb-recent-posts-block.masonry-view .advgb-recent-posts .advgb-recent-post .advgb-post-wrapper {
  padding-left: 0px !important;
  padding-right: 0px;
}

.advgb-recent-posts-block.masonry-view .advgb-recent-post--no-image .advgb-post-wrapper {
  padding: 0px !important;
}

.advgb-recent-posts-block.masonry-view .advgb-post-wrapper {
  padding: 24px 0px;
}

.advgb-recent-posts-block.masonry-view .advgb-recent-posts .advgb-recent-post .advgb-post-thumbnail img {
  width: 100%;
  border-radius: 8px;
}

/*****Global Button******/
.wp-block-advgb-button .wp-block-advgb-button_link {
  min-width: 215px;
  padding: 16px 24px;
  display: inline-block;
  border-radius: 50px !important;
  background: #73A7C6 !important;
  color: #000 !important;
  font-family: Futura;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  border: 1px solid transparent;
  text-decoration: none !important;
  text-align: center;
  box-shadow: none;
}

.wp-block-advgb-button .wp-block-advgb-button_link:hover {
  border: 1px solid #000;
  text-decoration: none;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.16);
  background: #73a7c6;
}

/******textwrap_Section*****/
.main_wrapper > section.textwrap_Section .wp-block-group {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.main_wrapper .textwrap_Section p {
  margin-bottom: 16px;
}
.main_wrapper .textwrap_Section .wp-block-advgb-button {
  margin-top: 40px;
}

.faq .acc__panel p {
  font-weight: 400;
}
.faq .acc__panel p:last-child {
  margin-bottom: 0;
}

.row.count_buttons_row > .col-md-4 {
  padding: 0px 20px;
}

.cta-wrap p {
  text-align: left;
}

.generic_middle_block h4 {
  font-family: "Futura pt";
}

.wp-block-media-text__content .wp-block-buttons {
  margin-top: 40px !important;
}

.wp-block-media-text .wp-block-media-text__content {
  align-self: flex-start !important;
}

.advgb-post-excerpt {
  color: #000;
  font-family: "Futura PT Book";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.advgb-recent-posts-block.list-view .advgb-recent-posts .advgb-recent-post:not(:last-child) {
  border-bottom: 0 !important;
}

.advgb-recent-posts-block.slider-view .advgb-post-wrapper .advgb-post-content {
  margin-top: 24px;
  margin-bottom: 0;
}

.advgb-recent-posts-block.list-view.advgb-recent-posts-block .advgb-post-readmore,
.frontpage-view.advgb-recent-posts-block .advgb-post-readmore {
  margin-top: 24px;
}

.advgb-recent-posts-block.masonry-view.gap-10 .advgb-recent-posts {
  margin-left: -20px !important;
  margin-right: -20px !important;
  width: auto !important;
}

.advgb-recent-posts-block.newspaper-view .advgb-recent-posts {
  grid-template-columns: 2.2fr 2fr !important;
}

.rslt_txt .faq:last-child p {
  margin-bottom: 0px;
}

.general_carousel .carousel-control-next,
.general_carousel .carousel-control-prev {
  height: 620px;
}

.img_text_card + .img_text_card {
  margin-top: 40px;
}

.wp-block-advgb-accordions .wp-block-advgb-accordion-item:last-child,
.wp-block-advgb-accordions .advgb-accordion-item:last-child {
  margin-bottom: 0 !important;
}

.page-template-template-login .main_wrapper {
  padding-top: 0px;
}

.acf-map {
  margin: 0px !important;
  border-radius: 8px;
}

.cont_inner a {
  text-decoration: none;
}

.page-template-template-loction .contactcard_row {
  row-gap: 40px;
  margin-right: -20px !important;
  margin-left: -20px !important;
  max-width: none;
}

.main_wrapper section:not(.wp-block-group) {
  padding: 80px 0px;
}

.main_wrapper .wp-block-group section {
  padding-top: 0;
  padding-bottom: 0;
}

.main_content > * {
  /* padding-left: 20px !important;
   padding-right: 20px !important;*/
}

.img-cta-wrap.cta-wrap {
  padding: 0px !important;
}

form.map-button-wrap {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}
form.map-button-wrap label.checkbox {
  display: flex;
  gap: 8px;
  margin-bottom: 0px;
}
form.map-button-wrap a {
  border-radius: 4px;
  background: #FFF;
  font-family: "Futura PT Book";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 8px;
  max-width: 280px;
  width: 100%;
  text-decoration: none;
  position: relative;
  display: block;
}
form.map-button-wrap .lacation-btn {
  border: 2px solid #2F6E29;
  color: #2F6E29;
}
form.map-button-wrap .lacation-btn:last-child {
  border: 2px solid #784413;
  color: #784413;
}
form.map-button-wrap input.category-filter {
  /* margin-bottom: 6px; */
  /* border-radius: 4px; */
  /* border: 1px solid #ff0000; */
  width: 24px;
  height: 24px;
}

.lacation-btn label.checkbox {
  position: relative;
}

.lacation-btn span.check-mark {
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  display: block;
  top: 0;
  pointer-events: none;
  border: 1px solid #2f6e29;
  border-radius: 2px;
}

form.map-button-wrap .lacation-btn:last-child span.check-mark {
  border: 1px solid #784413;
}

form.map-button-wrap input.category-filter:checked ~ span.check-mark {
  background-image: url(../img/check_small.svg);
  background-repeat: no-repeat;
}

form.map-button-wrap .lacation-btn:last-child input.category-filter:checked ~ span.check-mark {
  filter: brightness(0) saturate(100%) invert(26%) sepia(8%) saturate(5980%) hue-rotate(352deg) brightness(100%) contrast(89%);
}

.lacation-btn input.category-filter {
  opacity: 0;
}

.txt-map-block a {
  text-decoration: none;
}

.txt-map-block h3 {
  color: #000;
  font-family: Futura;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26.58px;
}

.gm-style-iw-chr {
  display: none;
}

.txt-map-block {
  padding-top: 8px;
}

.mt-img-wrap a {
  text-decoration: none;
}

.evnt-wrap a {
  display: flex;
  align-items: center;
  text-decoration: none;
  align-items: stretch;
}
.evnt-wrap a:hover {
  text-decoration: none;
}

.evnt-wrap a .evt-txt {
  align-self: center;
}

.evnt-wrap a span {
  color: #000;
}

.evt-time {
  color: #000;
}

.single .acf-map {
  border: 1px solid #C9C9C9;
}

section.calendar-view .mt_row {
  background: #F6F6F6;
  border-radius: 8px;
  padding: 40px 40px 150px;
}
section.calendar-view .cal-white {
  border-radius: 8px;
  background: #FFF;
  padding: 16px;
}
section.calendar-view .cal-white h3, section.calendar-view .cal-white h2 {
  color: #000;
  text-align: center;
  font-family: Futura;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
section.calendar-view .evnt-sec {
  position: relative;
  border-bottom: 2px solid #FDB913;
}
section.calendar-view .evnt-sec a {
  -webkit-text-decoration: auto;
          text-decoration: auto;
  display: block;
  padding: 8px;
  margin: 8px 0px;
  border-radius: 4px;
}
section.calendar-view .evnt-sec a:hover {
  background: #f6f6f6;
}
section.calendar-view .evnt-sec a:hover h4 {
  text-decoration: underline;
}
section.calendar-view .evnt-sec h4 {
  color: #000;
  text-align: left;
  font-family: "Futura PT";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 16px;
  padding-left: 30px;
}
section.calendar-view .evnt-sec h4 span {
  color: #8B2428;
  font-family: Futura;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  background: #f6f6f6;
  padding: 2px;
  text-align: right;
  float: right;
  text-transform: capitalize;
}
section.calendar-view .scroll-event {
  padding: 0px 0px 10px 10px;
  height: auto;
  max-height: 980px;
  overflow-y: auto;
  scroll-behavior: smooth;
  /*direction: rtl;*/
  margin-top: 24px;
  border: none !important;
}
section.calendar-view ::-webkit-scrollbar-track {
  background-color: #FFFFFF;
  border: 2px solid #C9C9C9;
  border-radius: 4px;
}
section.calendar-view ::-webkit-scrollbar {
  width: 16px;
  background-color: #FFFFFF;
}
section.calendar-view ::-webkit-scrollbar-thumb {
  border: 2px solid #C9C9C9;
  background-color: #474747;
  border-radius: 4px;
}

.popover {
  max-width: 1200px !important;
}

.profile-wrap {
  border-radius: 8px;
  background: #F6F6F6;
  padding: 40px;
}
.profile-wrap .prfile-img-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
  margin-bottom: 40px;
}
.profile-wrap .prfile-img-wrap .profile-hdng h2 {
  color: #000;
  font-family: Futura;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  margin-bottom: 16px;
}
.profile-wrap .prfile-img-wrap .profile-hdng .profile-titl {
  color: #000;
  font-family: Futura;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.profile-wrap .prfile-img-wrap .profile-img img {
  border-radius: 120px;
  border: 1px solid #C9C9C9;
  max-width: 232px;
  height: 232px;
  -o-object-fit: cover;
     object-fit: cover;
}
.profile-wrap .profile-tel-box p {
  margin-bottom: 0px;
  color: #000;
  font-family: Futura;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.profile-wrap .profile-tel-box a {
  color: #000;
  font-family: "Futura PT Book";
  font-size: 18px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal;
  text-decoration: none;
}
.profile-wrap .profile-tel-box a:hover {
  color: #737373;
  text-decoration: underline !important;
}
.profile-wrap .profile-tel-box .phone {
  margin-bottom: 16px;
}
.profile-wrap p a {
  cursor: pointer;
}

.Registr-wrap {
  background-image: url(../img/login-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 120px 15px !important;
  min-height: 996px;
}
.Registr-wrap .submit-expand-popup {
  margin: 0px auto;
  border-radius: 8px;
  background: #F6F6F6;
  max-width: 528px;
  padding: 24px;
}
.Registr-wrap .submit-expand-popup p {
  margin-bottom: 16px;
}
.Registr-wrap .submit-expand-popup input {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #C9C9C9;
  background: #FFF;
  height: 56px;
  padding: 5px 16px;
}
.Registr-wrap .submit-expand-popup textarea {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #C9C9C9;
  background: #FFF;
  height: 56px;
  padding: 5px 16px;
}
.Registr-wrap .submit-expand-popup label, .Registr-wrap .submit-expand-popup .label {
  color: #000;
  font-family: Futura;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
.Registr-wrap .submit-expand-popup input[type=submit] {
  padding: 16px 24px;
  display: inline-block;
  border-radius: 40px;
  background: #73A7C6;
  color: #000;
  font-family: Futura;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  border: 1px solid transparent;
  text-decoration: none;
  text-align: center;
  margin-top: 18px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.Registr-wrap .submit-expand-popup input[type=submit]:hover {
  border: 1px solid #000 !important;
  text-decoration: none;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.16);
  background: #73a7c6;
}
.Registr-wrap .submit-expand-popup .drop-zone {
  width: 100%;
  border: 1px solid #c9c9c9;
  border-radius: 10px;
  display: flex;
  position: relative;
  height: 124px;
  padding-top: 20px;
}
.Registr-wrap .submit-expand-popup .drop-zone:after {
  background-image: url(../img/uplod-img.svg);
  content: "";
  position: absolute;
  top: 25px;
  height: 33px;
  width: 32px;
  background-repeat: no-repeat;
}
.Registr-wrap .submit-expand-popup .drop-zone label {
  font-weight: 400 !important;
  font-family: "Futura PT Book" !important;
  font-size: 18px !important;
}
.Registr-wrap .submit-expand-popup .uploading {
  display: block;
  background: transparent !important;
  padding: 10px 0px 0px;
  width: 90%;
  position: relative;
}
.Registr-wrap .submit-expand-popup .uploading button.remove-btn {
  position: absolute;
  right: -42px;
  top: 11px !important;
}
.Registr-wrap .submit-expand-popup .uploading .label {
  color: #737373 !important;
  font-family: "Futura PT book" !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 20px;
  padding-bottom: 10px;
  padding-left: 10px;
}
.Registr-wrap .submit-expand-popup .uploading .progress-bar {
  background-color: transparent !important;
  height: 4px !important;
}
.Registr-wrap .submit-expand-popup .uploading .progress-bar-fill {
  height: 3px;
  background-color: #000;
  transition: width 0.25s;
}
.Registr-wrap button.remove-btn {
  background: url(../img/remove.svg);
  border: none;
  background-repeat: no-repeat;
  width: 20px;
  text-indent: 100px;
  overflow: hidden;
  float: right;
  top: -23px;
  position: relative;
}
.Registr-wrap .reg-btn {
  text-align: right;
}
.Registr-wrap .registr-hdng {
  margin-bottom: 16px;
}

h2.wp-block-heading {
  font-weight: 500;
  font-family: "Futura Md BT";
  margin-bottom: 16px;
}

h2.wp-block-heading.has-text-align-left {
  font-weight: 700;
}

.graycard-wrap h2 {
  font-weight: 500;
  font-family: "Futura Md BT" sans-serif;
}

.botm-evnts h2 {
  font-family: "Futura" sans-serif;
}

.error404 .titile-wrap {
  padding-top: 0px !important;
}

h2.wp-block-heading.has-text-color {
  font-weight: 700;
  font-family: "Futura";
}

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

.page-template-template-bulletin-board .newstitle-sort {
  display: block;
}
.page-template-template-bulletin-board .newstitle-sort form#searchform {
  display: flex;
}
.page-template-template-bulletin-board .col-12.nal_col {
  padding: 0px;
}

.Newsarchive_list_row.row .pagination {
  padding: 0px;
}

.modal-content {
  background: #F6F6F6;
}
.modal-content #custom_edit_profile_form p {
  margin-bottom: 16px;
}
.modal-content #custom_edit_profile_form input {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #C9C9C9;
  background: #FFF;
  height: 56px;
  padding: 15px;
}
.modal-content #custom_edit_profile_form textarea {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #C9C9C9;
  background: #FFF;
  height: 56px;
  padding: 15px;
}
.modal-content #custom_edit_profile_form label, .modal-content #custom_edit_profile_form .label {
  color: #000;
  font-family: Futura;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
.modal-content #custom_edit_profile_form input[type=submit] {
  padding: 16px 24px;
  display: inline-block;
  border-radius: 40px;
  background: #73A7C6;
  color: #000;
  font-family: Futura;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  border: 1px solid transparent;
  text-decoration: none;
  text-align: center;
  margin-top: 18px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.modal-content #custom_edit_profile_form input[type=submit]:hover {
  border: 1px solid #000 !important;
  text-decoration: none;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.16);
  background: #73a7c6;
}
.modal-content #custom_edit_profile_form .drop-zone {
  width: 100%;
  border: 1px solid #c9c9c9;
  border-radius: 10px;
  display: flex;
  position: relative;
  height: 124px;
  padding-top: 20px;
}
.modal-content #custom_edit_profile_form .drop-zone:after {
  background-image: url(../img/uplod-img.svg);
  content: "";
  position: absolute;
  top: 25px;
  height: 33px;
  width: 32px;
  background-repeat: no-repeat;
}
.modal-content #custom_edit_profile_form .drop-zone label {
  font-weight: 400 !important;
  font-family: "Futura PT Book" !important;
  font-size: 18px !important;
}
.modal-content #custom_edit_profile_form .uploading {
  display: block;
  background: transparent !important;
  padding: 10px 0px 0px;
  width: 90%;
  position: relative;
}
.modal-content #custom_edit_profile_form .uploading button.remove-btn {
  position: absolute;
  right: -42px;
  top: 11px !important;
}
.modal-content #custom_edit_profile_form .uploading .label {
  color: #737373 !important;
  font-family: "Futura PT book" !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 20px;
  padding-bottom: 10px;
  padding-left: 10px;
}
.modal-content #custom_edit_profile_form .uploading .progress-bar {
  background-color: transparent !important;
  height: 4px !important;
}
.modal-content #custom_edit_profile_form .uploading .progress-bar-fill {
  height: 3px;
  background-color: #000;
  transition: width 0.25s;
}
.modal-content button.remove-btn {
  background: url(../img/remove.svg);
  border: none;
  background-repeat: no-repeat;
  width: 20px;
  text-indent: 100px;
  overflow: hidden;
  float: right;
  top: -23px;
  position: relative;
}
.modal-content .reg-btn {
  text-align: right;
}
.modal-content .registr-hdng {
  margin-bottom: 16px;
}

.modal-body {
  padding: 24px;
}
.modal-body .close {
  float: right;
  font-size: 2rem;
  font-weight: 700;
  line-height: 10px;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
  background: #ccc !important;
  width: 15px;
  height: 15px;
}

section#tribe-events-pg-template {
  width: 100%;
  max-width: 100%;
  padding: 0px;
}

h2.wp-block-heading.has-text-align-left {
  margin-bottom: 40px;
}

.location-detail .ecommerce-gallery .carousel-item img {
  height: 243px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.gm-style-iw.gm-style-iw-c {
  padding: 0px;
}

.txt-map-block {
  padding: 8px 0px 0px 8px;
}

.directions {
  margin-bottom: 0;
}
.directions a {
  text-decoration: underline;
}

.addeventatc {
  box-shadow: none !important;
  padding: 0px;
}

.mt-24 {
  margin-top: 24px;
}

.btn-group {
  width: 100%;
  text-align: left;
}

.multiselect-container li {
  padding: 8px !important;
}

ul.multiselect-container.dropdown-menu.show {
  background: #FFF;
  width: 100%;
  padding: 16px;
  height: 170px;
  overflow: auto;
  border-radius: 8px;
  border: 1px solid #C9C9C9;
  background: #FFF;
  /* Button hover shadow */
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.16);
}

button.multiselect.dropdown-toggle.btn.btn-default:after {
  min-height: 50px;
  background-image: url(../img/angle-down.svg);
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: top 18px right 12px;
  background-size: 20px;
  font-weight: 400;
  line-height: normal;
  content: "";
  position: absolute;
  width: 35px;
  height: 30px;
  top: 0;
  right: 0;
  border: none;
}

button.multiselect.dropdown-toggle.btn.btn-default[aria-expanded=true]:after {
  transform: rotate(180deg);
  right: 10px;
  top: 6px;
}

.multiselect-container input[type=checkbox]:checked::before {
  transform: scale(1);
}

.multiselect-container input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: var(--form-background);
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  border-radius: 2px;
  transform: translateY(-0.075em);
  cursor: pointer;
  display: inline-flex;
  place-content: center;
  flex-wrap: wrap;
}

.multiselect-container input[type=checkbox]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
          clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  background-color: #000;
}

.home .text_mt_block a {
  padding: 0px;
}

a.directions {
  font-style: italic !important;
}

.calender-table .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.calender-table section.calendar-view .mt_row {
  background: #F6F6F6;
  border-radius: 8px;
  padding: 40px;
}
.calender-table .col-left {
  padding-right: 40px;
}
.calender-table .evnt-sec a .color-dots {
  width: 20px;
  height: 20px;
  display: inline-block;
  float: left;
  border-radius: 20px;
}
.calender-table .tribe-events-c-top-bar.tribe-events-header__top-bar {
  order: 1;
}
.calender-table .tribe-events-header__events-bar.tribe-events-c-events-bar.tribe-events-c-events-bar--border {
  order: 2;
}
.calender-table .tribe-filter-bar.tribe-filter-bar--horizontal.tribe-filter-bar--open {
  order: 3;
}
.calender-table .tribe-events-c-nav__next-label,
.calender-table .tribe-events-c-nav__prev-label {
  font-size: 24px;
}
.calender-table .tribe-events-header__events-bar.tribe-events-c-events-bar.tribe-events-c-events-bar--border {
  display: none;
}
.calender-table .tribe-filter-bar__filters-slider-container.tribe-swiper-container.tribe-swiper-container-initialized.tribe-swiper-container-horizontal.tribe-swiper-container-free-mode {
  display: none;
}
.calender-table .tribe-events .tribe-filter-bar-c-filter__container {
  display: block !important;
  visibility: visible !important;
}
.calender-table .tribe-events .tribe-filter-bar--horizontal {
  width: 100% !important;
}
.calender-table .tribe-common--breakpoint-medium .tribe-filter-bar--horizontal.tribe-filter-bar .tribe-filter-bar__filters-container {
  width: 100%;
  display: block;
  position: relative;
}
.calender-table .tribe-common--breakpoint-medium .tribe-filter-bar .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__container {
  width: 100% !important;
  padding-top: 0px !important;
  position: relative;
  top: auto;
  bottom: auto;
  transform: none;
}
.calender-table .tribe-filter-bar__filters {
  display: block !important;
}
.calender-table .tribe-filter-bar-c-filter__filter-fields {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 16px;
}
.calender-table legend.tribe-filter-bar-c-filter__filters-legend.tribe-common-h6.tribe-common-h--alt.tribe-common-a11y-visual-hide {
  display: none;
}
.calender-table .tribe-filter-bar .tribe-filter-bar-c-checkbox {
  margin: 5px 0px 0px;
}
.calender-table .tribe-filter-bar-c-filter__container {
  padding: 0px !important;
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  margin-bottom: 30px !important;
}
.calender-table button.tribe-filter-bar-c-filter__filters-close {
  display: none !important;
}
.calender-table .tribe-events-c-top-bar .tribe-common-c-btn-border-small.tribe-events-c-top-bar__today-button.tribe-common-a11y-hidden {
  display: none !important;
}
.calender-table .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar {
  display: block !important;
  border-bottom: 2px solid #FDB913;
}
.calender-table .tribe-events-c-top-bar__datepicker {
  width: 123px;
  margin: 0px auto !important;
  top: -32px;
}
.calender-table .tribe-events .tribe-events-c-top-bar__nav-list {
  display: flex;
  justify-content: space-between;
}
.calender-table span.tribe-events-calendar-month__header-column-title-desktop.tribe-common-a11y-hidden {
  color: #000;
  font-family: "Futura PT Book";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  text-transform: none;
}
.calender-table .tribe-events-calendar-month__day--past-month, .calender-table .tribe-events-calendar-month__day--next-month {
  border: 1px solid #C9C9C9;
  background: #C9C9C9;
}
.calender-table .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day {
  min-height: 165px;
  max-height: 165px;
  margin: 3px;
  border: 1px solid #C9C9C9;
}
.calender-table .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__week, .calender-table .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__body {
  border: none !important;
}
.calender-table .tribe-events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__day-date {
  opacity: 1;
  text-align: right;
  color: #000;
  font-family: "Futura PT";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.calender-table .tribe-events .tribe-events-calendar-month__day-date-daynum {
  /* color: #000; */
  font-family: "Futura PT Book";
}
.calender-table .tribe-common-form-control-checkbox__input {
  border: none !important;
  border-radius: 2px;
  width: 24px;
  height: 24px;
}
.calender-table label.tribe-common-form-control-checkbox__label {
  font-family: "Futura PT Book" !important;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.select2-results__options li {
  background: #E9EEF5 !important;
  color: #464D4D !important;
  border-radius: 3px !important;
  padding: 5px 10px !important;
  font-weight: 500 !important;
  font-family: "Inter", sans-serif !important;
  font-size: 14px !important;
  opacity: 1 !important;
}
.select2-results__options li:hover {
  background: #2F6E29 !important;
  color: #ffffff !important;
}
.select2-results__options li.select2-results__option--highlighted {
  /* background: $secondary !important;
  color: $white !important;*/
}

.tribe-filter-bar-c-dropdown .select2-selection__rendered {
  background: #73A7C6 !important;
  color: #ffffff !important;
  border-radius: 3px !important;
  font-size: 14px !important;
  font-family: "Inter", sans-serif !important;
  opacity: 1 !important;
}

.tribe-filter-bar-c-filter__toggle {
  display: none !important;
}

.tribe-filter-bar-c-filter__container {
  display: block !important;
  visibility: visible !important;
}

.tribe-filter-bar .tribe-filter-bar-c-filter,
.tribe-filter-bar .tribe-filter-bar__filters,
.tribe-filter-bar .tribe-filter-bar__selected-filters {
  border: 0 !important;
}
.tribe-filter-bar .tribe-filter-bar-c-dropdown .selection {
  display: none !important;
  /*  visibility: visible !important;*/
}
.tribe-filter-bar .tribe-filter-bar-c-pill--has-selections .tribe-filter-bar-c-pill__pill {
  background-color: #73A7C6;
  border-radius: 3px;
  color: #fff;
  font-weight: 500;
  font-family: "inter", sans-serif;
  font-size: 14px;
}
.tribe-filter-bar .tribe-filter-bar-c-pill__remove-button-icon path {
  stroke: #fff;
}

.tribe-filter-bar__selected-filters {
  max-width: 300px;
}

.tribe-events-calendar-list-nav {
  border-top: 0 !important;
  padding-top: 0px !important;
}
.tribe-events-calendar-list-nav .evt_title {
  width: 100%;
  justify-content: flex-start;
}
.tribe-events-calendar-list-nav .tribe-events-c-nav__list-item {
  width: 33.3% !important;
}
.tribe-events-calendar-list-nav .tribe-common-b2 {
  font-family: "inter", sans-serif !important;
  font-size: 32px !important;
  font-weight: 700;
}
.tribe-events-calendar-list-nav .tribe-common-c-svgicon path {
  fill: #fff !important;
}

.tooltipster-base.tribe-events-tooltip-theme {
  max-width: 1200px !important;
  min-width: 1200px;
}

.tribe-events-tooltip-theme--hover.tooltipster-show {
  display: block !important;
}

body:has(.tooltipster-show) {
  max-width: 100% !important;
  width: 100% !important;
  height: 100% !important;
  position: fixed !important;
  left: 0 !important;
  top: 0 !important;
}

body .tooltipster-base.tribe-events-tooltip-theme {
  left: 50% !important;
  top: 50% !important;
  max-height: 90vh !important;
  transform: translate(-50%, -50%);
  position: absolute;
  overflow-y: auto;
}

.tribe-filter-bar__actions {
  display: none !important;
}

.tribe-common-h4 time {
  color: #000;
  font-family: "Futura PT";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-align: right;
  display: block;
}

.add-to-cal.addeventatc {
  box-shadow: none !important;
  background: transparent !important;
  font-family: "Futura PT Book";
  text-decoration: underline !important;
  z-index: 9;
}

.add-to-cal.addeventatc:hover a {
  color: #737373 !important;
}

.directions a {
  text-decoration: underline !important;
}

span.tribe-events-status-label {
  display: none;
}

span.tribe-events-c-top-bar__datepicker-desktop.tribe-common-a11y-hidden {
  color: #000;
  font-family: "Futura Md BT";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}

.calender-table .tribe-common--breakpoint-full.tribe-events .tribe-events-c-top-bar__datepicker-mobile {
  display: block !important;
  visibility: visible !important;
}

.tribe-events .tribe-events-calendar-month__calendar-event--featured:before {
  content: inherit !important;
}

.tribe-events .tribe-events-calendar-month__calendar-event, .tribe-events .tribe-events-calendar-month__calendar-event {
  padding-left: 10px !important;
}

.tribe-events .tribe-events-calendar-month__multiday-event-bar-inner {
  padding: 0px !important;
}

.tribe-events-calendar-month__multiday-event-bar {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.tribe-events-calendar-month__events {
  display: flex;
  flex-wrap: wrap;
}

.tribe-events .tribe-events-calendar-month__multiday-event-bar, .tribe-events .tribe-events-calendar-month__multiday-event-bar-inner {
  background: transparent !important;
}

.tribe-events .tribe-events-calendar-month__multiday-event--width-2 .tribe-events-calendar-month__multiday-event-bar {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day:after {
  content: inherit !important;
}

span.tribe-events-c-top-bar__datepicker-mobile {
  width: 37px;
  margin: 4px auto 8px !important;
  text-indent: -50px;
  overflow: hidden;
  color: #000;
  font-family: "Futura PT Book";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

span.tribe-events-c-top-bar__datepicker-desktop.tribe-common-a11y-hidden {
  width: 120px;
  overflow: hidden;
  text-indent: 0px;
  height: 34px;
}

.tribe-events-c-top-bar__datepicker svg {
  display: none !important;
}

.tribe-events .tribe-events-c-top-bar__datepicker-container .dropdown-menu {
  min-width: auto !important;
  width: auto !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.tribe-events .tribe-events-l-container {
  padding: 0 !important;
}

.tribe-events-c-subscribe-dropdown__container {
  display: none !important;
}

/*====================*/
.ev-timecontainer .owl-nav.disabled {
  display: block !important;
}

.document_era a {
  margin-bottom: 8px !important;
}

.calendar-view .gform_wrapper.gravity-theme .gfield-choice-input + label {
  max-width: 100% !important;
  font-weight: bold;
}
.calendar-view .gform_wrapper.gravity-theme .ginput_container_date {
  max-width: 100% !important;
}
.calendar-view .gform_wrapper.gravity-theme .ginput_container_date input {
  width: 100% !important;
}
.calendar-view .gform_wrapper.gravity-theme .gfield textarea {
  height: 128px !important;
}

.addeventatc_dropdown span {
  padding: 14px 10px 14px 55px !important;
}

.tribe-events-c-top-bar__nav-link--prev svg, .tribe-events-c-top-bar__nav-link--next svg {
  display: none !important;
}

.tribe-events-c-top-bar__nav-list-item a:hover:before {
  color: #737373;
  filter: brightness(0) saturate(100%) invert(48%) sepia(0%) saturate(68%) hue-rotate(262deg) brightness(91%) contrast(84%);
  text-decoration: underline !important;
}

.tribe-events-c-top-bar__nav-link--prev:before {
  content: "Previous" !important;
  left: 0px;
  /*width:4%; */
  height: auto;
  position: absolute;
  color: #000;
  font-family: "Futura Md BT";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding-left: 15px;
  background: url(../img/ar-r.svg);
  text-align: left;
}
.tribe-events-c-top-bar__nav-link--prev:before:hover {
  color: #737373 !important;
}

.tribe-events-c-top-bar__nav-link--next:before {
  content: "Next" !important;
  right: 0px;
  width: 8%;
  height: auto;
  position: absolute;
  color: #000;
  font-family: "Futura Md BT";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding-right: 0px;
  background: url(../img/ar-l.svg);
  background-position: 30px;
  text-align: left;
}
.tribe-events-c-top-bar__nav-link--next:before:hover {
  color: #737373 !important;
}

.tribe-events .tribe-events-calendar-month__calendar-event, .tribe-events .tribe-events-calendar-month__calendar-event {
  padding-left: 5px !important;
  padding-right: 5px !important;
  margin-top: 0px !important;
}

.thumbs .owl-item.active {
  opacity: 0.5;
}

.thumbs .owl-item.active.current {
  opacity: 1;
}

.st-time, .end-time {
  grid-column: span 12 !important;
}

.st-time .ginput_container.ginput_complex, .end-time .ginput_container.ginput_complex {
  display: block !important;
}

label.gform-field-label {
  color: #000;
  font-family: Futura;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 8px;
  padding-bottom: 0px;
}

.gform_wrapper.gravity-theme .ginput_container_time {
  max-width: 100% !important;
  min-width: 100% !important;
}

.gform_wrapper.gravity-theme .gfield_label {
  font-family: "Futura", sans-serif !important;
}

.drop-zones .custom-file-upload {
  width: 100%;
  border: none !important;
}
.drop-zones .ginput_container_fileupload {
  width: 100%;
  border-radius: 10px;
  display: block;
  position: relative;
  height: 124px;
  padding-top: 20px;
  text-align: center;
}
.drop-zones label.gform-field-label {
  padding-top: 37px;
  cursor: pointer;
  margin-bottom: 0px;
}
.drop-zones .ginput_container_fileupload:after {
  /*background-image: url(../img/uplod-img.svg);
  content: "";
  position: absolute;
  top: 45px;
  height: 33px;
  width: 32px;
  background-repeat: no-repeat;*/
}
.drop-zones .custom-file-upload {
  border: none;
}
.drop-zones .gform_drop_area.gform-theme-field-control {
  border-radius: 8px;
  border: 1px solid #C9C9C9;
  background: #FFF;
}
.drop-zones button.button.gform_button_select_files.gform-theme-button.gform-theme-button--control {
  background-image: url(../img/uplod-img.svg);
  background-color: transparent !important;
  width: 50px;
  text-indent: 100px;
  overflow: hidden;
  background-repeat: no-repeat;
  height: 31px;
  border: none;
  order: 1;
}
.drop-zones .gform_drop_area.gform-theme-field-control {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.drop-zones .gform_wrapper.gravity-theme .gform_drop_instructions {
  display: block;
  margin-bottom: 8px;
  order: 2;
}
.drop-zones span.gfield_description.gform_fileupload_rules {
  border-radius: 8px;
  border: 1px solid #C9C9C9;
  background: #FFF;
  padding: 6px !important;
  text-align: left;
}
.drop-zones .ginput_preview {
  border-radius: 8px;
  border: 1px solid #C9C9C9;
  background: #FFF;
  padding: 6px !important;
  text-align: left;
  margin: 5px 0px 0px !important;
  width: 90%;
  position: relative;
}
.drop-zones span.gform_drop_instructions {
  order: 2;
}
.drop-zones .ginput_preview:first-child {
  margin: 75px 0px 0px !important;
}
.drop-zones .gform_wrapper.gravity-theme .ginput_preview {
  margin: 0px !important;
}
.drop-zones span.dashicons.dashicons-trash {
  background: url(../img/remove.svg);
  border: none;
  background-repeat: no-repeat;
  width: 20px;
  text-indent: 100px;
  overflow: hidden;
  top: 1px;
  position: relative;
}
.drop-zones button.gform_delete_file.gform-theme-button.gform-theme-button--simple {
  position: absolute;
  right: -50px;
}

.gform_button {
  padding: 16px 24px;
  display: inline-block;
  border-radius: 40px;
  background: #73A7C6;
  color: #000;
  font-family: Futura;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  border: 1px solid transparent;
  text-decoration: none;
  text-align: center;
  margin-top: 18px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.gform_button:hover {
  border: 1px solid #000 !important;
  text-decoration: none;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.16);
  background: #73a7c6;
}

h4.modal-title {
  color: #000;
  font-family: Futura;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 4px;
}

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

.p1 {
  margin-bottom: 16px;
}

.p1 p {
  margin-bottom: 0px;
}

.add-to-cal a {
  text-decoration: none;
}

.outer {
  max-width: 800px;
}
.outer .big .item {
  margin: 2px;
  color: #FFF;
  border-radius: 3px;
  text-align: center;
}
.outer .thumbs .item {
  height: 132px;
  line-height: 70px;
  padding: 0px;
  margin: 2px;
  color: #FFF;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
}
.outer .thumbs .item h1 {
  font-size: 18px;
}
.outer .owl-theme .owl-nav [class*=owl-] {
  transition: all 0.3s ease;
}
.outer .big.owl-theme {
  position: relative;
}
.outer .big.owl-theme .owl-next, .outer .big.owl-theme .owl-prev {
  width: 22px;
  line-height: 40px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  text-align: center;
  top: 50%;
}
.outer .big.owl-theme .owl-prev {
  left: 10px;
}
.outer .big.owl-theme .owl-next {
  right: 10px;
}
.outer .thumbs.owl-theme .owl-next, .outer .thumbs.owl-theme .owl-prev {
  background: #333;
}
.outer .big .item img {
  border-radius: 8px;
}
.outer .thumbs .item img {
  border-radius: 4px;
}

.page-template-template-login .alert-bar {
  top: 0px !important;
}

.orgnzr-wrap a {
  text-decoration: underline;
}

.location a:hover {
  text-decoration: underline;
}

.staf-name .ginput_complex {
  display: block !important;
}
.staf-name .gform-grid-col {
  display: block;
  padding: 0px !important;
}

.ginput_container.ginput_container_email input[type=email] {
  width: 100% !important;
}

.tribe-filter-bar-c-checkbox.tribe-common-form-control-checkbox {
  border-radius: 4px;
}

.loginwrap-btn {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.loginwrap-btn .register-btn a {
  color: #000;
  font-family: "Futura PT Book";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}
.loginwrap-btn .register-btn a:hover {
  color: #737373;
  text-decoration: underline;
}

.tribe-events .tribe-events-calendar-day__time-separator:after, .tribe-events .tribe-events-calendar-day__type-separator:after {
  content: inherit !important;
}

.tribe-events-calendar-month__day.tribe-events-calendar-month__day--past {
  background: transparent;
}

.tribe-events-calendar-month__day {
  background: #fff;
}

.tribe-events-calendar-month__day.tribe-events-calendar-month__day--past.tribe-events-calendar-month__day--other-month.tribe-events-calendar-month__day--past-month {
  background: #C9C9C9;
}

.main_content.middle_wrap {
  padding-top: 80px;
  padding-bottom: 80px;
}

.sqs-block-content ul[data-rte-list] li > *:first-child::before {
  content: inherit !important;
}

.sqs-block-content ul[data-rte-list] li, .sqs-block-content ol[data-rte-list] li {
  list-style: inside !important;
}

.sqs-block-content ul {
  padding-left: 0px !important;
}

a.sqs-block-button-element--small.sqs-button-element--tertiary.sqs-block-button-element {
  padding: 16px 24px;
  display: inline-block;
  border-radius: 40px;
  background: #73A7C6;
  color: #000 !important;
  font-family: Futura;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  border: 1px solid transparent;
  text-decoration: none;
  text-align: center;
}
a.sqs-block-button-element--small.sqs-button-element--tertiary.sqs-block-button-element:hover {
  border: 1px solid #000;
  text-decoration: none;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.16);
  background: #73a7c6;
}

label.gform-field-label.gform-field-label--type-inline {
  max-width: 100% !important;
}

.gfield_checkbox {
  display: block !important;
}

.cols-12.left-sec {
  padding: 16px;
}
.cols-12.left-sec .ecommerce-gallery {
  float: right;
  width: 55%;
  padding-left: 16px;
}
.cols-12.left-sec .ecommerce-gallery .carousel-item img {
  border-radius: 8px;
}

.form-group input {
  background-color: #ffffff !important;
}

.form-group input[type=username]:focus {
  background-color: #ffffff !important; /* White background on focus */
  fill: #fff !important;
}

input::-moz-placeholder {
  background-color: #ffffff !important;
  fill: #fff !important;
}

input::placeholder {
  background-color: #ffffff !important;
  fill: #fff !important;
}

input:-webkit-autofill {
  background-color: #ffffff !important; /* White background even for autofill */
  fill: #fff !important;
}

.onedate .owl-item.cloned {
  visibility: hidden;
}
.onedate .owl-item.cloned.active {
  visibility: hidden !important;
}
.onedate .owl-nav.disabled {
  visibility: hidden !important;
}
.onedate .owl-item.active {
  visibility: visible !important;
  transform: translate(50%, 0%);
}
.onedate .owl-item.cloned .add-to-cal {
  display: none;
}
.onedate .owl-item:before {
  content: inherit !important;
}

i.ph-duotone.ph-circle {
  font-size: 48px;
  color: #000;
}

i.ph-duotone.ph-caret-right {
  font-size: 22px;
  color: #000;
}

.orgnzr-wrap {
  font-size: 18px;
}

.tribe-events-calendar-month__day.tribe-events-calendar-month__day--current {
  border: 2px solid #474747 !important;
  background: #FFF;
}

.tribe-block.tec-block__single-event {
  margin: 0px;
}

.main_header.dash-hdr .navbar-nav > li:hover > a {
  border-bottom: 2px solid #66A1B8 !important;
}

@keyframes autofill {
  to {
    background: #fff;
  }
}
/* Apply animation on autofill */
input:-webkit-autofill {
  animation-name: autofill;
  animation-duration: 1ms;
}

input:-webkit-autofill {
  background-color: white !important;
  -webkit-text-fill-color: black !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

@keyframes onAutoFillStart {}
@keyframes onAutoFillEnd {}
input:-webkit-autofill {
  animation-name: onAutoFillStart;
}

input:not(:-webkit-autofill) {
  animation-name: onAutoFillEnd;
}

body:has(.alert-bar) .main_wrapper {
  padding-top: 220px;
}

body.page-template-template-event-calendar.logged-in:has(.alert-bar) .main_wrapper {
  padding-top: 170px;
}

body.page-template-template-event-calendar:has(.alert-bar) .main_wrapper {
  padding-top: 202px;
}

body.logged-in:has(.alert-bar) .main_wrapper {
  padding-top: 194px;
}

.logged-in .main_banner {
  padding-top: 163px;
}

.register-modal .modal-title {
  color: #000;
  font-family: Futura;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: none;
}
.register-modal .modal-header {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 5px;
}

.expand-content h2 {
  color: #000;
  font-family: Futura;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.expand-content .ex-title {
  color: #000;
  font-family: "Futura PT Book";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 16px;
}
.expand-content .org {
  margin-bottom: 16px;
}
.expand-content .org a {
  font-family: "Futura PT Book";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration-line: underline;
  padding-right: 16px;
}
.expand-content .spcl-wrap a {
  padding: 0px 16px 7px 0px;
  display: block;
}

.org-card {
  width: 100%;
  margin: 24px 0px 0px !important;
}
.org-card .col-md-6.col-lg-4 {
  padding-right: 12px;
  padding-left: 12px;
}
.org-card .resources_cardbox {
  background: #ccc;
  border-radius: 8px;
  background: #F6F6F6;
  height: 100%;
}
.org-card .ph-duotone.ph-user-circle {
  font-size: 48px;
}

.partnr-wrap h2 {
  margin-bottom: 16px;
}

.expanding-grid.ex-logo .expand_det span {
  font-size: 18px;
}

.page-id-37755 h2 {
  font-size: 24px !important;
  font-weight: 700 !important;
  font-family: "Futura" !important;
  color: #000 !important;
}

.middle_wrap li a {
  text-decoration: underline;
}

.wp-block-group.alignfull .wp-block-media-text.alignfull {
  padding: 0px !important;
}

.wp-block-media-text__media img, .wp-block-media-text__media video {
  border-radius: 8px;
}

.reset-btn {
  display: block;
  text-align: right;
  width: 100%;
  text-decoration: none;
  font-size: 18px;
}
.reset-btn:hover {
  color: #737373;
  text-decoration: underline;
}

.wp-block-group.has-background-background-color {
  margin-bottom: 20px;
}

.screen-reader-text:focus {
  padding: 10px !important;
}

.gform_wrapper.gravity-theme .ginput_complex {
  /* display: block!important;*/
}
.gform_wrapper.gravity-theme .gform_drop_area {
  background: #fff;
  border: 1px dashed #ccc;
  border-radius: 4px;
  margin-bottom: 8px;
  padding: 32px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.gform_wrapper.gravity-theme .gform_drop_area .gform-theme-button {
  background-image: url(../img/uplod-img.svg);
  border: none;
  background-color: transparent;
  width: 32px;
  text-indent: 100px;
  overflow: hidden;
  height: 30px;
  order: 1;
}
.gform_wrapper.gravity-theme .gform_drop_instructions {
  order: 2;
}

.resouce-type a {
  text-decoration: none;
}

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

.expanding-grid.ex-logo .expand_det span.aligntitlemid {
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.acf-map > div > div {
  width: 100% !important;
}

.graycard-wrap.botm-evnts .topTitle {
  text-align: center;
  margin-bottom: 40px;
}

.page-template-template-profile section.dashboard_Section {
  min-height: 430px;
}

.wp-block-group .wp-block-advgb-accordions {
  max-width: 100% !important;
}

.wp-block-group.alignwide .wp-block-advgb-accordions {
  max-width: 100% !important;
}
.wp-block-group.alignwide .wp-block-advgb-accordions .wp-block-advgb-accordion-item {
  max-width: 1200px;
  margin: 0px auto;
}

.wp-block-group.alignfull .wp-block-advgb-accordions {
  max-width: 100% !important;
}
.wp-block-group.alignfull .wp-block-advgb-accordions .wp-block-advgb-accordion-item {
  max-width: 1200px;
  margin: 0px auto;
}

.wp-block-advgb-accordions {
  background: #F6F6F6;
  padding: 80px 0px;
  max-width: 100%;
}
.wp-block-advgb-accordions .wp-block-advgb-accordion-item {
  max-width: 900px;
  margin: 0px auto;
}

.gform_wrapper.gravity-theme .gform_delete_file {
  background-image: url(../img/close-ic.svg) !important;
  background-repeat: no-repeat !important;
  width: 30px;
  height: 30px;
  position: relative;
  left: 4px;
  top: 4px;
}

.gform_delete_file span.dashicons.dashicons-trash {
  display: none;
}

.page-id-40890 .gform_wrapper, .page-id-40894 .gform_wrapper {
  max-width: 400px;
}

.btn.focus, .btn:focus {
  box-shadow: none;
}

.directory_filterWrap .search-box {
  max-width: 100%;
  margin-bottom: 25px;
  width: 100%;
  margin-right: 32px;
}
.directory_filterWrap .filter_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  width: 100%;
  margin-bottom: 40px;
  justify-content: center;
  align-items: flex-start;
}
.directory_filterWrap .clear-btn {
  border-radius: 40px;
  border: 3px solid #73A7C6;
  background: #FFF;
  color: #000;
  font-family: Futura;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  padding: 16px;
  text-decoration: underline;
  max-width: 180px;
  text-decoration: none !important;
  text-align: center;
  display: block;
}
.directory_filterWrap .clear-btn:hover {
  border: 3px solid #000;
  background: #FFF;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.16);
}
.directory_filterWrap .search_box .clear-btn {
  margin-top: 32px;
}

.dropdown-toggle {
  white-space: initial;
}

.stretch-card .owl-carousel.owl-rtl .owl-item {
  margin: 0px 24px;
}

.multiselect-selected-text {
  display: inline-block;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#lightboxOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); /* Black with transparency */
  z-index: 999; /* Tooltip se pehle dikhana */
  display: block; /* By default hidden */
}

body:has(.tooltipster-show) .lightboxOverlay {
  display: block !important;
}

.close {
  float: right;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 15px;
  color: #000;
  text-shadow: none;
  opacity: 1;
  background: #ccc !important;
  width: 14px;
  height: 14px;
  cursor: pointer;
  font-family: "Futura PT";
}

.passw-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.page-template-template-resource form#searchform {
  width: 100%;
}
.page-template-template-resource .search_filter_title .filter_box {
  max-width: 280px;
}

.wp-block-group.alignfull .img_buttons .container {
  max-width: 100%;
  padding: 0px 15px;
}

.copy-logo img {
  max-width: 200px;
  padding: 16px;
  border: 1px solid transparent;
}

.copy-logo img:hover {
  border: 1px solid #fff;
}

.tribe-filter-bar-c-checkbox:nth-child(4) label, .tribe-filter-bar-c-checkbox:nth-child(8) label {
  color: #fff;
}

.tooltipster-base {
  left: 10% !important;
  top: 100% !important;
}

.modal-open .modal {
  top: 50% !important;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 70%;
}

.test-wrap .carousel-inner {
  position: relative;
  width: 1000px;
  overflow: hidden;
  min-height: 152px;
}

.gfield_description {
  margin: 0px !important;
  padding: 0px 0px 16px !important;
}

.submit-btn input {
  padding: 16px;
  font-family: Futura;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  max-width: 180px;
  min-width: 180px;
  text-decoration: none;
  text-align: center;
  border-radius: 16px;
  background: #00446A;
  color: #f6f6f6 !important;
  border: 3px solid #00446A;
}
.submit-btn input:hover {
  border: 3px solid #000;
  background: #00446A;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.16);
}

.wp-block-group.alignfull.is-layout-constrained.wp-block-group-is-layout-constrained,
.wp-block-group.alignfull.is-layout-constrained.wp-block-group-is-layout-constrained {
  padding: 20px !important;
}

.submit-btn {
  margin-bottom: 10px;
}

.gfield_checkbox .gchoice {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.gfield-choice-input {
  width: auto !important;
  height: auto !important;
}

.search_box .clear-btn {
  border-radius: 40px;
  border: 3px solid #73A7C6;
  background: #FFF;
  color: #000;
  font-family: Futura;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.search_box .clear-btn:hover {
  border: 3px solid #000;
  background: #FFF;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.16);
}

.cvf-universal-pagination li.active:nth-child(5) {
  background-image: url(../img/arrow_right.svg);
  background-repeat: no-repeat;
  right: 0px;
  position: relative;
  background-size: 14px;
  background-position: top 12px right 8px;
  padding-right: 24px;
}
.cvf-universal-pagination li.active:last-child {
  background-image: url(../img/last-ar.svg);
  background-repeat: no-repeat;
  right: 0px;
  position: relative;
  background-size: 14px;
  background-position: top 12px right 8px;
  padding-right: 24px;
}

a:focus {
  text-decoration-style: 0;
  text-decoration: underline;
}

.copyright-text a {
  text-decoration: none;
}
.copyright-text a:hover {
  text-decoration: underline;
  color: #fff;
}

#hideadminbar.logged-in header.main_header {
  padding-top: 0px;
}

.copyright-text.text-center {
  padding-top: 16px;
}

.tribe-common .tribe-common-form-control-checkbox__input, .tribe-common .tribe-common-form-control-radio__input {
  height: 16px !important;
  width: 16px !important;
}

.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
  border: none !important;
  background: transparent !important;
}

.gform_wrapper.gravity-theme .gfield_error .validation_message {
  background: transparent !important;
  padding: 5px !important;
  margin-top: 5px !important;
  color: #c02b0a !important;
}

.gform_wrapper.gravity-theme .gform_validation_errors {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

.gform_wrapper.gravity-theme .gfield textarea {
  height: 90px !important;
}

footer .gform_heading h2, footer .gform_heading p {
  color: #000;
}

.gform_wrapper.gravity-theme .gfield_required {
  color: #c02b0a !important;
}

.page-template-template-event-calendar-private .tribe-events-calendar-day {
  padding-top: 100px !important;
}

.tribe-common .tribe-common-form-control-checkbox__input {
  border: 1px solid #ccc !important;
}

.tribe-events .tribe-events-c-top-bar__datepicker-button {
  margin: 0px auto;
}

.pagination span.next-prev-btn.next-page:last-child {
  display: none;
}

a.log-out {
  color: #8B2428 !important;
}

.calender-table .tribe-events .tribe-filter-bar--horizontal {
  width: 100% !important;
  position: inherit !important;
  top: 0px !important;
  margin: 0px !important;
}

.calender-table .tribe-filter-bar .tribe-filter-bar-c-checkbox {
  align-items: center;
}

.evnt-sec.ev_id-43692 {
  display: none;
}

.input-group .form-control {
  transition: border 0.3s;
}

.input-group button:hover + .form-control,
.input-group:hover .form-control {
  border: 1px solid #000;
}

footer .allBtn {
  margin: 40px 0px 16px;
}

span.s1 {
  word-break: break-word;
}

a:focus {
  text-decoration-style: initial;
  text-decoration: none !important;
}

header.main_header.dash-hdr.shrink {
  top: 0px;
}

.logged-in .main_header {
  top: 0px;
}

.multiselect-filter.d-flex.align-items-center {
  display: none !important;
}

.multiselect-container {
  padding-top: 16px;
  background: #FFF;
  width: 100%;
  height: 170px;
  overflow: auto;
  border-radius: 8px;
  border: 1px solid #C9C9C9;
  background: #FFF;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.16);
}
.multiselect-container .form-check {
  padding-left: 0 !important;
  padding-left: 0 !important;
  display: flex;
  justify-content: left;
  align-items: left;
  font-size: 18px;
}
.multiselect-container label.form-check-label {
  margin-left: 28px;
  line-height: 20px;
}
.multiselect-container .dropdown-item.active, .multiselect-container .dropdown-item:active {
  color: #212529 !important;
  text-decoration: none;
  background-color: transparent !important;
  border: none !important;
}
.multiselect-container .dropdown-item.active:hover, .multiselect-container .dropdown-item:active:hover {
  background-color: transparent !important;
}
.multiselect-container .dropdown-item:focus, .multiselect-container .dropdown-item:hover {
  background-color: transparent !important;
}
.multiselect-container .dropdown-item {
  white-space: normal;
  margin-bottom: 0px;
  padding: 8px 16px;
}

.multiselect-container.dropdown-menu.show {
  display: block !important;
}

.btn-group:focus-within .dropdown-menu {
  display: none;
  opacity: 1;
}

.main_header .nav_bottom > ul > li:focus-within > ul {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.directory_filterWrap .btn-group > .btn:focus {
  border: 1px solid #000 !important;
}
.directory_filterWrap a:focus, .directory_filterWrap a:focus-within, .directory_filterWrap button:focus, .directory_filterWrap button:focus-visible, .directory_filterWrap button:focus-within {
  border: 1px solid #000 !important;
  outline-offset: 0;
}

.advgb-tab-body .text-img-wrap.no-anchor:hover {
  border: 1px solid transparent;
  box-shadow: none;
}/*# sourceMappingURL=custom.css.map */