.test-btn {
  background-color: #156CB7;
}

body {
  color: #454545;
  font-size: 16px;
  font-family: "Libre Franklin", sans-serif;
  background-color: #fff;
}

html {
  font-size: 100%;
}

/*
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    color: $black;
    font-family: $libre;
}*/
h1,
.h1 {
  font-size: 42px;
  font-weight: 500;
  color: #084d69;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: capitalize;
}

h2,
.h2 {
  font-size: 30px;
  font-weight: 600;
  color: #084d69;
  font-family: "Libre Franklin", sans-serif;
}

h3,
.h3 {
  font-size: 24px;
  font-weight: 700;
  color: #454545;
  font-family: "Libre Franklin", sans-serif;
}

h4,
.h4 {
  font-size: 18px;
  font-weight: 700;
  color: #454545;
  font-family: "Libre Franklin", sans-serif;
}

h5,
.h5 {
  font-size: 16px;
  font-weight: 700;
  color: #454545;
  font-family: "Libre Franklin", sans-serif;
  text-transform: none;
}

h6,
.h6 {
  font-size: 14px;
  font-weight: 700;
  color: #454545;
  font-family: "Libre Franklin", sans-serif;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  display: block;
}

p {
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
  color: #454545;
  font-family: "Libre Franklin", sans-serif;
}
p strong {
  font-weight: 600;
}

p.bold {
  font-weight: 700;
  color: #454545;
}

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

a {
  color: #923a18;
  text-decoration: none;
}
a:hover {
  color: #923a18;
  text-decoration: underline;
  text-decoration-style: solid !important;
}

b,
strong {
  font-weight: 700;
}

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

.btn_sm {
  font-size: 16px;
  color: #ffffff;
  font-family: "Libre Franklin", sans-serif;
  background: #084D69;
  font-weight: 600;
  padding: 16px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  position: relative;
  border-radius: 8px;
  text-decoration: none;
  border: 0;
  text-transform: capitalize;
  min-width: 165px;
}
.btn_sm:hover {
  background: #00807A;
  color: #fff;
  text-decoration: none;
}
.btn_sm img {
  margin-right: 10px;
}
.btn_sm.full {
  width: 100%;
}

.gform_button {
  color: #ffffff !important;
  background: #084D69 !important;
  font-weight: 600 !important;
  padding: 16px !important;
  line-height: 24px !important;
  display: inline-block !important;
  text-align: center !important;
  position: relative;
  border-radius: 8px !important;
  font-size: 16px !important;
  text-decoration: none;
  border: 0 !important;
  font-family: "Libre Franklin", sans-serif;
  min-width: 165px;
}
.gform_button:hover {
  background: #00807A !important;
  color: #fff !important;
  text-decoration: none !important;
  opacity: 1 !important;
}

.wp-block-button__link {
  color: #ffffff !important;
  background: #084D69 !important;
  font-weight: 600 !important;
  padding: 16px !important;
  line-height: 24px !important;
  display: inline-block !important;
  text-align: center !important;
  position: relative;
  border-radius: 8px !important;
  font-size: 16px !important;
  text-decoration: none;
  border: 0 !important;
  font-family: "Libre Franklin", sans-serif;
  min-width: 165px;
  text-transform: capitalize;
  transition: background-color 0.3s ease-in-out;
}
.wp-block-button__link:hover {
  background: #00807A !important;
  color: #fff !important;
  text-decoration: none !important;
  opacity: 1 !important;
}

.small_btn .wp-block-button__link {
  padding: 10px 25px !important;
}

span.date {
  font-weight: 700;
  font-family: "Libre Franklin", sans-serif;
  color: #8DC63F;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}

.generic_middle_block p.date {
  font-weight: 700;
  font-family: "Libre Franklin", sans-serif;
  color: #8DC63F;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 10px;
}

.container {
  max-width: 1230px;
}

.short_container {
  max-width: 900px;
}

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

video {
  max-width: 100%;
}

.form-control {
  min-height: 45px;
  background-color: #ffffff;
  border: 0;
  border-radius: 0px !important;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  color: #001500;
}

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

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

select {
  background-image: url(../img/angle-down.svg);
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: top 18px right 12px;
  min-width: 130px;
  background-size: 16px;
  color: #000;
  border-radius: 3px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 500;
  color: #001500;
}
select.form-control {
  color: #001500;
  cursor: pointer;
  padding-right: 30px;
}

input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 3px;
  border: 1px solid #b2b2b2;
  background: #fff;
}
input[type=checkbox]:checked {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="21" viewBox="0 0 21 21" fill="none"><path d="M18.6235 5.83187L17.2897 4.49812C17.0435 4.2525 16.646 4.2525 16.4004 4.49812L8.40348 12.495L4.59973 8.66375C4.3541 8.41812 3.9566 8.41812 3.71035 8.66375L2.3766 9.9975C2.13098 10.2437 2.13098 10.6412 2.3766 10.8869L7.9541 16.5019C8.19973 16.7475 8.59785 16.7475 8.84348 16.5019L18.6235 6.72125C18.8691 6.47625 18.8691 6.0775 18.6235 5.83187Z" fill="white"/></svg>');
  border: 1px solid var(--084-d-69-dark-blue, #084d69);
  background: #084d69;
}

label {
  color: #454545;
  font-family: "Libre Franklin", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.gform_wrapper select {
  padding-right: 35px !important;
}

.search-box .btn {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  z-index: 9;
  background: none;
  border-radius: 0px;
}
.search-box .btn:hover {
  background: #084D69;
}
.search-box .btn:hover img {
  filter: brightness(0) invert(1);
}
.search-box .form-control {
  color: #000;
  padding-right: 40px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
}
.search-box ::-webkit-input-placeholder {
  color: #000;
}
.search-box ::-moz-placeholder {
  color: #000;
}
.search-box :-ms-input-placeholder {
  color: #000;
}
.search-box :-moz-placeholder {
  color: #000;
}

label.title {
  font-weight: 600;
  font-family: "Libre Franklin", sans-serif;
  font-size: 16px;
  color: #001500;
}

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

.cats {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  padding: 4px 0 8px;
}

.cat {
  display: flex;
  width: 25px;
  height: 25px;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  background: #1D7698;
}
.cat span {
  display: flex;
}

.main_header {
  background-color: #084d69;
  border-bottom: 10px solid #ea7e26;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}
.main_header a {
  text-decoration: none;
  font-weight: 700;
  color: #43546a;
}
.main_header .navbar {
  padding: 0px;
}
.main_header .navbar-brand {
  /* display: flex;
        align-items: center;
        justify-content: center;*/
  position: relative;
  padding: 0px;
  font-size: 14px;
  color: #000;
  font-weight: bold;
  margin-right: 0px;
  max-width: 470px;
}
.main_header .navbar-brand img {
  margin-right: 0px;
  transition: 0.2s;
}
@media (max-width: 767px) {
  .main_header .navbar-brand img {
    max-width: 180px;
  }
}
.main_header .navbar-collapse {
  flex-direction: column;
}
.main_header .container {
  align-items: flex-start;
  position: relative;
}
.main_header .navbar ul {
  list-style: none;
  padding: 0;
}
.main_header .nav_wrap {
  display: table;
  margin-left: auto;
}
.main_header .nav_bottom {
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
}
.main_header .nav_bottom .mega-dropdown-menu {
  display: none;
  background: #fefffa;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
  width: 720px;
  position: absolute;
  top: 100%;
  padding: 15px 20px 20px 20px;
  max-height: calc(100vh - 160px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}
.main_header .nav_bottom .mega-dropdown-menu a:hover {
  text-decoration: underline;
  color: #056a38 !important;
}
.main_header .nav_bottom .mega-dropdown-menu .row {
  margin: 0px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
}
.main_header .nav_bottom .mega-dropdown-menu .row .mega_col > ul > li {
  margin-bottom: 10px;
  position: relative;
}
.main_header .nav_bottom .mega-dropdown-menu .row .mega_col > ul > li a {
  color: #001500;
  font-weight: 700;
  font-size: 16px;
}
@media (max-width: 1199.9px) {
  .main_header .nav_bottom .mega-dropdown-menu .row .mega_col > ul > li a {
    font-weight: 600;
  }
}
.main_header .nav_bottom .mega-dropdown-menu .row .mega_col > ul > li .sub-menu {
  padding-left: 8px;
  padding-top: 5px;
}
.main_header .nav_bottom .mega-dropdown-menu .row .mega_col > ul > li .sub-menu li {
  margin-bottom: 10px;
}
.main_header .nav_bottom .mega-dropdown-menu .row .mega_col > ul > li .sub-menu li a {
  font-weight: normal;
  line-height: 20px;
  display: block;
}
.main_header .nav_bottom .mega-dropdown-menu .row .mega_col .btn_menu a {
  font-size: 16px;
  color: #000;
  font-family: "Libre Franklin", sans-serif;
  background: #F6B319;
  font-weight: 600;
  padding: 16px 30px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  position: relative;
  border-radius: 0px;
  text-decoration: none;
  border: 0;
  text-transform: capitalize;
  width: 100%;
}
.main_header .nav_bottom .mega-dropdown-menu .row .mega_col .btn_menu a:hover {
  background: #8DC63F;
  color: #fff;
  text-decoration: none;
}
.main_header .nav_bottom .mega-dropdown-menu .row .mega_col .btn_menu a img {
  margin-right: 10px;
}
@media (max-width: 1199.9px) {
  .main_header .nav_bottom .mega-dropdown-menu {
    position: static;
    transform: none;
    box-shadow: none;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 10px;
    max-height: unset;
  }
  .main_header .nav_bottom .mega-dropdown-menu .row {
    display: block !important;
  }
  .main_header .nav_bottom .mega-dropdown-menu .row .sub-menu {
    display: none;
    padding-left: 15px !important;
    padding-top: 12px !important;
  }
  .main_header .nav_bottom .mega-dropdown-menu .row .sub-menu li a {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #013d62 !important;
  }
  .main_header .nav_bottom .mega-dropdown-menu .btn_menu {
    padding-left: 20px;
    padding-right: 20px;
  }
  .main_header .nav_bottom .mega-dropdown-menu .btn_menu a {
    padding: 10px 30px;
  }
}
.main_header .nav_bottom .navbar-nav > li:last-child .mega-dropdown-menu {
  max-width: 460px;
}
.main_header .nav_bottom .navbar-nav > li:last-child .mega-dropdown-menu .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.main_header .navbar-nav > li:focus-within > ul {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.main_header .navbar-nav > li {
  position: relative;
  margin: 0px 4px;
  display: flex;
  align-items: center;
}
.main_header .navbar-nav > li > a {
  border: 0 none;
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.2em;
  padding: 10px 20px;
  text-transform: uppercase;
  border-radius: 6px;
  letter-spacing: 1px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1200px) {
  .main_header .navbar-nav > li > a::after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background: rgba(255, 255, 255, 0.5647058824);
    transition: width 0.3s;
    margin-top: 0.25em;
    max-width: 60%;
  }
}
@media (min-width: 1200px) {
  .main_header .navbar-nav > li:hover .dropdown-menu,
  .main_header .navbar-nav > li:hover .megamenu,
  .main_header .navbar-nav > li:hover .mega-dropdown-menu {
    display: block;
  }
}
@media (min-width: 1200px) {
  .main_header .navbar-nav > li:hover > a {
    background-color: #fff;
    border: 0 none;
    font-style: normal;
    font-weight: 400;
    color: #084d69 !important;
    text-decoration: none;
    box-shadow: 3px 3px 25px 0 rgba(8, 77, 105, 0.81);
  }
  .main_header .navbar-nav > li:hover > a::after {
    width: 80px;
    background: #084d69;
  }
}
.main_header .navbar-nav .dropdown-menu {
  width: 300px;
  border-radius: 0px;
  padding: 20px;
  text-align: left;
  margin-top: 0;
  left: -20px;
  background: #fff;
  top: 100%;
  border: 0;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
  border-radius: 0;
  padding-bottom: 15px;
  max-height: calc(100vh - 160px);
  overflow-y: auto;
}
.main_header .navbar-nav .dropdown-menu > li {
  margin-bottom: 12px;
  position: relative;
}
.main_header .navbar-nav .dropdown-menu > li > a {
  color: #001500;
  text-align: left;
  display: block;
  font-size: 16px;
  font-weight: 700;
  padding: 0px;
}
.main_header .navbar-nav .dropdown-menu > li > a:hover {
  color: #8DC63F;
  text-decoration: underline;
}
.main_header .navbar-nav .dropdown-menu > li ul {
  padding-top: 10px;
  padding-left: 15px;
  padding-bottom: 0px;
  display: none;
}
.main_header .navbar-nav .dropdown-menu > li ul li {
  margin-bottom: 10px;
  position: relative;
}
.main_header .navbar-nav .dropdown-menu > li ul li a {
  font-size: 14px;
  font-weight: normal;
}
.main_header .navbar-nav .dropdown-menu a {
  white-space: normal;
  background: none;
  color: #000;
  font-weight: 500;
  font-family: "Libre Franklin", sans-serif;
}
.main_header .navbar-nav .dropdown-menu a:hover {
  color: #8DC63F;
  text-decoration: underline;
}
.main_header .navbar-nav .dropdown-menu .current_page_item a,
.main_header .navbar-nav .dropdown-menu .current-menu-item a {
  font-weight: 700;
}
.main_header .plus-minus {
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  width: 15px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main_header .plus-minus::after {
  content: "+";
  position: absolute;
  color: #084D69;
  font-weight: 300;
  /*background-image: url(../img/select-arrow.svg);
            background-repeat: no-repeat;
            width: 18px;
            height: 12px;*/
  color: #828181;
  font-size: 28px;
}
.main_header .plus-minus.minus-icon::after {
  /*  transform: rotate(180deg);*/
  content: "-";
}
@media (min-width: 1200px) {
  .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 {
    background-color: #fff;
    border: 0 none;
    font-style: normal;
    font-weight: 400;
    color: #084d69 !important;
    text-decoration: none;
    box-shadow: 3px 3px 25px 0 rgba(8, 77, 105, 0.81);
  }
  .main_header .navbar-nav > li.current_page_ancestor > a::after,
  .main_header .navbar-nav > li.current-menu-ancestor > a::after,
  .main_header .navbar-nav > li.current-page-parent > a::after,
  .main_header .navbar-nav > li.current_page_item > a::after,
  .main_header .navbar-nav > li.current-menu-item > a::after,
  .main_header .navbar-nav > li.current-page-ancestor > a::after {
    width: 80px;
    background: #084d69;
  }
}
.main_header .mega-menu-wrap {
  position: static !important;
  background: none !important;
}
.main_header .mega-menu-wrap > ul {
  position: static !important;
  font-size: unset !important;
}
.main_header .mega-menu-wrap > ul > li {
  margin: 0px 4px !important;
  font-size: unset !important;
}
.main_header .mega-menu-wrap > ul > li > a {
  border: 0 none !important;
  font-family: "Roboto Condensed", sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  color: #454545 !important;
  text-decoration: none !important;
  font-size: 1.2em !important;
  padding: 10px 20px !important;
  text-transform: uppercase !important;
  border-radius: 6px !important;
  letter-spacing: 1px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  height: auto !important;
  line-height: normal !important;
}
@media (min-width: 1200px) {
  .main_header .mega-menu-wrap > ul > li > a {
    color: #ffffff !important;
  }
  .main_header .mega-menu-wrap > ul > li > a::after {
    content: "" !important;
    display: block !important;
    width: 50px !important;
    height: 3px !important;
    background: rgba(255, 255, 255, 0.5647058824) !important;
    transition: width 0.3s !important;
    margin-top: 0.25em !important;
    max-width: 60%;
  }
}
.main_header .mega-menu-wrap > ul > li > a .mega-indicator {
  display: none !important;
}
.main_header .mega-menu-wrap > ul > li > ul.mega-sub-menu {
  background-color: #fff !important;
  border: 0 none !important;
  padding: 1.5em !important;
  box-shadow: 3px 3px 25px 0 rgba(8, 77, 105, 0.81) !important;
  border-radius: 8px !important;
}
.main_header .mega-menu-wrap > ul > li > ul.mega-sub-menu .mega-block-title {
  font-weight: 400 !important;
  color: #084d69 !important;
  position: relative;
  margin-bottom: 10px !important;
}
.main_header .mega-menu-wrap > ul > li > ul.mega-sub-menu .mega-block-title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 75px;
  background: #d8d8d8;
  content: "";
  transition: 0.3s ease-in-out;
}
.main_header .mega-menu-wrap > ul > li.mega-current-menu-item > a, .main_header .mega-menu-wrap > ul > li.mega-toggle-on > a {
  background: none !important;
}
@media (min-width: 1200px) {
  .main_header .mega-menu-wrap > ul > li:hover > a {
    background-color: #fff !important;
    border: 0 none !important;
    font-style: normal !important;
    font-weight: 400 !important;
    color: #084d69 !important;
    text-decoration: none !important;
    box-shadow: 3px 3px 25px 0 rgba(8, 77, 105, 0.81) !important;
  }
  .main_header .mega-menu-wrap > ul > li:hover > a::after {
    width: 80px !important;
    background: #084d69 !important;
  }
}
.main_header .mega-menu-wrap > ul > .mega-menu-flyout .mega-sub-menu {
  background: #fff !important;
  padding: 10px !important;
}
.main_header .mega-menu-wrap > ul > .mega-menu-flyout .mega-sub-menu li {
  margin-bottom: 0px !important;
}
.main_header .mega-menu-wrap > ul > .mega-menu-flyout .mega-sub-menu li a {
  color: #000 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  background: #fff !important;
}
.main_header .mega-menu-wrap > ul > .mega-menu-flyout .mega-sub-menu li a:hover {
  text-decoration: underline !important;
}
@media screen and (max-width: 1199.9px) {
  .main_header .mega-menu-wrap > ul {
    width: 100% !important;
    height: auto !important;
    background: none !important;
    visibility: visible !important;
  }
  .main_header .mega-menu-wrap > ul > li {
    margin-right: 0 !important;
    position: static !important;
  }
  .main_header .mega-menu-wrap > ul > li li {
    margin-right: 0 !important;
  }
  .main_header .mega-menu-wrap > ul > li > .mega-sub-menu {
    position: absolute !important;
    top: 0px !important;
  }
  .main_header .mega-menu-wrap > ul > li > a,
  .main_header .mega-menu-wrap > ul > li a {
    align-items: flex-start !important;
    border-bottom: 1px solid #f3f3f3 !important;
    font-size: 12px !important;
    padding: 14px 20px !important;
    display: block !important;
  }
  .main_header .mega-menu-wrap > ul > li > a:hover,
  .main_header .mega-menu-wrap > ul > li a:hover {
    background-color: #084d69 !important;
    border-bottom: 0 none !important;
    color: #fff !important;
    border-left: 6px solid #d87a30 !important;
    border-bottom: 1px solid transparent !important;
    border-radius: 0 !important;
  }
}
.main_header .mega-menu-wrap .mega-sub-menu .menu {
  padding-left: 10px;
}
.main_header .mega-menu-wrap .mega-sub-menu .menu > li > a {
  font-size: 14px;
  color: #454545;
  font-weight: 400;
}
.main_header .mega-menu-wrap .mega-sub-menu .menu > li > a:hover {
  color: #1D7698;
  text-decoration: underline;
}
.main_header .mega-menu-wrap .mega-sub-menu .menu > li .sub-menu li a {
  color: #454545;
  font-size: 15px;
  font-weight: normal;
  border-left: 1px solid #4d4d50;
  padding-left: 8px;
}
.main_header.shrink .navbar-brand img {
  max-width: 205px;
}
@media (min-width: 1200px) {
  .main_header.shrink .nav_bottom {
    margin-left: 15%;
  }
}

.select_language {
  display: flex;
  margin: 0px 2px;
  position: relative;
  margin-right: 20px;
}
.select_language select {
  cursor: pointer;
  background: none;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../img/globe.svg) !important;
  background-repeat: no-repeat;
  font-size: 16px;
  color: #ffffff !important;
  font-weight: 400;
  background-position: right;
  box-shadow: none;
  min-width: 120px;
}
.select_language select option {
  font-size: 16px;
  color: #001500 !important;
}
.select_language select:hover {
  color: #ffffff !important;
  text-decoration: underline !important;
}
.select_language select::-ms-expand {
  display: none;
}
.select_language > div {
  display: flex;
}

.hero-sec .container {
  max-width: 100%;
}
@media (max-width: 991px) {
  .hero-sec .container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 991px) {
  .hero-sec .container > .row {
    margin-right: 0;
    margin-left: 0;
  }
  .hero-sec .container > .row > div .int_map {
    display: block;
    height: 100%;
  }
  .hero-sec .container > .row > div .int_map .acf-map {
    min-height: 400px;
  }
}
.hero-sec .container > .row > div {
  padding: 0;
}
.hero-sec .container > .row > div:first-child {
  order: 2;
}
.hero-sec .container > .row > div .int_map {
  display: block;
  height: 100%;
}
.hero-sec .container > .row > div .int_map .acf-map {
  height: 100%;
}
@media (min-width: 992px) {
  .hero-sec .container > .row > div:first-child {
    order: 1;
    padding-left: 0;
    padding-right: 9px;
  }
  .hero-sec .container > .row > div:last-child {
    padding-right: 0;
    padding-left: 9px;
    order: 2;
  }
}
.hero-sec .container .searchbox {
  padding: 8px 32px 16px 32px;
  background: #084D69;
}
.hero-sec .container .searchbox label,
.hero-sec .container .searchbox .label {
  color: #fff;
  font-family: "Libre Franklin", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 8px;
}
.hero-sec .container .searchbox .form-control {
  border-radius: 3px !important;
}
.hero-sec .container .searchbox .form-control::-moz-placeholder {
  color: #626161;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
}
.hero-sec .container .searchbox .form-control::placeholder {
  color: #626161;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
}
.hero-sec .container .searchbox .search_btn {
  background: none;
  border: none;
  box-shadow: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
.hero-sec .container .searchbox .filterMobile {
  margin-top: 12px;
  position: relative;
}
.hero-sec .container .searchbox .filterMobile .form-control {
  padding: 8px 17px;
  padding-right: 40px;
  color: #626161;
  font-family: "Libre Franklin";
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
  text-align: left;
  position: relative;
}
.hero-sec .container .searchbox .filterMobile .form-control::before {
  content: "";
  background-image: url(../img/arrow-down_fill.svg);
  width: 25px;
  height: 25px;
  position: absolute;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.hero-sec .container .searchbox .filterMobile .form-control[aria-expanded=true]::before {
  transform: translateY(-50%) rotate(180deg);
}
.hero-sec .container .searchbox .filterMobile #filterMobile {
  position: absolute;
  width: 100%;
}
.hero-sec .container .searchbox .filterMobile #filterMobile .card-body {
  padding: 4px 8px;
  background: none;
}
.hero-sec .container .searchbox .filterMobile #filterMobile.show .card-body .taxonomy-filter-wapper {
  position: absolute;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
  background: #ffffff;
  z-index: 9;
  left: 0;
}
.hero-sec .container .searchbox .filterMobile #filterMobile .taxonomy-filter-wapper {
  padding: 8px;
  padding-left: 24px;
}
.hero-sec .container .searchbox .filterMobile #filterMobile .taxonomy-filter-wapper .taxonomy-filter {
  display: flex;
  gap: 24px;
  row-gap: 8px;
  flex-wrap: wrap;
}
.hero-sec .container .searchbox .filterMobile #filterMobile .taxonomy-filter-wapper .taxonomy-filter label {
  color: #454545;
  font-family: "Libre Franklin", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.hero-sec .container .searchbox .filterMobile #filterMobile .taxonomy-filter-wapper .taxonomy-filter label {
  display: flex;
  gap: 8px;
  align-items: center;
  width: 100%;
}
.hero-sec .container .searchbox .filterMobile #filterMobile .taxonomy-filter-wapper .taxonomy-filter label .cat {
  display: flex;
  width: 25px;
  height: 25px;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  background: #1D7698;
}
@media screen and (min-width: 992px) and (max-width: 1100px) {
  .hero-sec .container .searchbox {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.hero-sec .container form {
  background: var(--f-7-f-9-fasite-light-gray, #f7f9fa);
  box-shadow: -2px 0px 4px 0px rgba(0, 0, 0, 0.1);
}
.hero-sec .container form .label {
  color: var(--084-d-69-dark-blue, #084d69);
  font-family: "Libre Franklin", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}
.hero-sec .container form .filter-sec {
  margin: 10px 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid #9bb1be;
}
.hero-sec .container form .filter-sec input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 3px;
}
.hero-sec .container form .filter-sec .input-group {
  gap: 24px;
}
.hero-sec .container form .filter-sec .input-group > * {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #454545;
  font-family: "Libre Franklin", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin: 0;
}
.hero-sec .container form .filter-sec .input-group > * .label {
  display: flex;
  align-items: center;
}
.hero-sec .container form .filter-sec .input-group > * input {
  color: #454545;
  font-family: "Libre Franklin", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.hero-sec .container form .filter-sec .input-group > * [type=reset] {
  background: none;
  border: none;
  padding-left: 25px;
  z-index: 1;
}
.hero-sec .container form .filter-sec .input-group > * .reseticon {
  position: absolute;
  z-index: 0;
}
@media screen and (min-width: 992px) and (max-width: 1100px) {
  .hero-sec .container form .filter-sec {
    margin-left: 18px;
    margin-right: 18px;
  }
}
.hero-sec .container form .taxonomy-filter-wapper {
  padding: 0px 32px;
  margin-top: 8px;
  margin-bottom: 16px;
}
.hero-sec .container form .taxonomy-filter-wapper .taxonomy-filter {
  display: flex;
  gap: 24px;
  row-gap: 8px;
  flex-wrap: wrap;
}
.hero-sec .container form .taxonomy-filter-wapper .taxonomy-filter label {
  display: flex;
  gap: 8px;
  align-items: center;
  width: calc(50% - 25px);
  word-break: break-word;
}
.hero-sec .container form .taxonomy-filter-wapper .taxonomy-filter label > * {
  flex: 1;
}
.hero-sec .container form .taxonomy-filter-wapper .taxonomy-filter label .cat {
  display: flex;
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  background: #1D7698;
}
.hero-sec .container form .taxonomy-filter-wapper .taxonomy-filter label input[type=checkbox] {
  flex: 0 0 25px;
}
@media screen and (min-width: 992px) and (max-width: 1100px) {
  .hero-sec .container form .taxonomy-filter-wapper {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.hero-sec .container form .btn_sm {
  padding: 7px;
  border-radius: 3px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  background: #1D7698;
  margin: 10px 32px;
  margin-top: 0;
}
@media (max-width: 991px) {
  .hero-sec .container form .btn_sm {
    margin: auto;
    margin-top: 20px;
    padding: 13px;
  }
}
.hero-sec .container form .btn_sm:hover {
  background: #00807A;
}
@media (max-width: 991px) {
  .hero-sec .container form {
    display: flex;
    flex-direction: column;
  }
  .hero-sec .container form .searchbox {
    order: 2;
  }
  .hero-sec .container form .filter-sec {
    order: 1;
    margin: 8px 14px;
  }
  .hero-sec .container form .filter-sec .input-group {
    justify-content: center;
  }
  .hero-sec .container form > *:not(.searchbox, .filter-sec) {
    display: none;
  }
}
.hero-sec.trail-directory .container form {
  padding: 0px;
}
.hero-sec.trail-directory .container form .taxonomy-filter-wapper {
  margin: 0;
  padding-top: 32px;
}
.hero-sec.trail-directory .container form .taxonomy-filter-wapper > div:first-child:not(:last-child) {
  margin-bottom: 40px;
}
.hero-sec.trail-directory .container form .taxonomy-filter-wapper > div .taxonomy-filter label {
  width: 100%;
}
.hero-sec.trail-directory .container form .btn_sm {
  margin-top: 64px;
  margin-bottom: 32px;
}

.result-sec {
  padding: 40px 0;
}
.result-sec .row {
  row-gap: 32px;
}
.result-sec .trail-box a {
  color: inherit;
}
.result-sec .trail-box a:hover {
  text-decoration: none;
}
.result-sec .trail-box .feature-img {
  aspect-ratio: 3/2;
  width: 100%;
  height: auto;
  margin-bottom: 8px;
}
.result-sec .trail-box h3 {
  color: #454545;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
  text-transform: capitalize;
  margin: 0;
}
.result-sec .trail-box .meta {
  color: var(--084-d-69-dark-blue, #084d69);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 171.429% */
  text-transform: capitalize;
  margin: 0;
}
.result-sec .trail-box .cats {
  margin-top: 8px;
  margin-bottom: 10px;
}
.result-sec .trail-box .address {
  color: var(--454545-text-color, #454545);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 146.667% */
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0;
}
.result-sec .trail-box .address a {
  color: #923a18;
}
.result-sec .trail-box .address a:hover {
  text-decoration: underline;
}
.result-sec .trail-box:hover {
  text-decoration: none;
  cursor: pointer;
}
.result-sec .trail-box:hover h3 {
  color: #923a18;
}

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

.slider-main {
  padding-top: 40px;
  padding-bottom: 90px;
}
.slider-main .slider-row {
  align-items: center;
}
.slider-main .slider_content {
  padding: 55px 50px;
  position: relative;
}
.slider-main .slider_content h3 {
  font-size: 28px;
  color: #fff;
}
.slider-main .slider_content p {
  color: #fff;
}
.slider-main .slider_content:before {
  content: "";
  background: #000;
  position: absolute;
  width: calc(100% + 300px);
  height: 100%;
  z-index: -9;
  left: 0;
  top: 0;
  -webkit-clip-path: polygon(100% 0, 100% 81%, 95% 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% 81%, 95% 100%, 0 100%, 0 0);
}
.slider-main .carousel-indicators {
  bottom: -40px;
}
.slider-main .carousel-indicators li {
  width: 12px;
  height: 12px;
  background: #F7F9FA;
  border: 0;
  border-radius: 100px;
}
.slider-main .carousel-indicators li.active {
  background: #013D62;
}

.icons-sec {
  padding: 30px 0;
  background: #f7f9fa;
}
.icons-sec .icons-wrapper {
  display: grid;
  gap: 15px;
  row-gap: 25px;
  grid-template-columns: repeat(6, 1fr);
}
.icons-sec .icons-wrapper .icon_box {
  text-align: center;
}
.icons-sec .icons-wrapper .icon_box img {
  padding-bottom: 10px;
}
.icons-sec .icons-wrapper .icon_box h3 {
  font-size: 18px;
  color: #454545;
  font-weight: 500;
}
@media (max-width: 767px) {
  .icons-sec .icons-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

.footer {
  position: relative;
  background-color: #084d69;
  border-top: 10px solid #f0b72c;
}
.footer .footer-bottom {
  background-color: #1c7599;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.footer .footer-bottom svg {
  width: 25px;
  margin-right: 10px;
}
.footer .footer-bottom svg path {
  fill: #ffffff;
}
.footer .footer-bottom a {
  color: #ffffff;
}
.footer .select_language {
  position: fixed;
  right: 16px;
  bottom: 10px;
  margin: 0;
}
.footer .select_language > div {
  display: block;
}
.footer .select_language select {
  cursor: pointer;
  background: none;
  border: 0;
  -webkit-appearance: auto;
  -moz-appearance: none;
  background-image: url(https://www.gstatic.com/images/branding/product/2x/translate_24dp.png) !important;
  background-repeat: no-repeat !important;
  background-position: 5px 5px !important;
  background-size: 18px !important;
  text-indent: 14px;
  font-size: 10pt;
  color: #000000 !important;
  font-weight: 400;
  box-shadow: none;
  min-width: 120px;
  border-radius: 50px;
  background: #fff;
  min-height: auto !important;
  padding: 5px 15px;
  font-family: arial;
  border: 1px solid #bcc9d7;
}
.footer .select_language .gt_float_switcher {
  min-width: 120px;
  border-radius: 50px;
  background: #fff;
  min-height: auto !important;
  font-size: 14px;
  width: 100%;
  border: 1px solid #bcc9d7;
}
.footer .select_language .gt_float_switcher:has(.gt-open) {
  border-radius: 20px;
}
.footer .select_language .gt_float_switcher .gt_options.gt-open {
  opacity: 1;
  transform: translateX(0px);
  max-width: 100% !important;
}
.footer .select_language .gt_float_switcher .gt-current-lang img {
  width: 20px;
}
.footer .select_language .gt_float_switcher .gt-current-lang span.gt_float_switcher-arrow {
  display: inline-block;
  height: 24px;
  width: 15px;
  vertical-align: middle;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 285 285'><path d='M282 76.5l-14.2-14.3a9 9 0 0 0-13.1 0L142.5 174.4 30.3 62.2a9 9 0 0 0-13.2 0L3 76.5a9 9 0 0 0 0 13.1l133 133a9 9 0 0 0 13.1 0l133-133a9 9 0 0 0 0-13z' style='fill:%23666'/></svg>");
  background-position: 50%;
  background-size: 11px;
  background-repeat: no-repeat;
  transition: all 0.3s;
  transform: rotate(0);
  position: absolute;
  right: 10px;
}
.footer .select_language .gt_float_switcher .gt-current-lang span.gt_float_switcher-arrow.gt_arrow_rotate {
  transform: rotate(-180deg);
}
.footer .select_language .gtranslate_wrapper {
  display: flex;
  flex-direction: column-reverse;
}
.footer .select_language #google_translate_element2 {
  display: block !important;
}
.footer .select_language #google_translate_element2 .skiptranslate {
  display: block !important;
  font-size: 0px;
  white-space: nowrap;
  text-align: right;
}
.footer .select_language #google_translate_element2 .skiptranslate a {
  color: #000;
}
.footer .select_language #google_translate_element2 select {
  display: none;
}

.footer-row {
  margin: 0px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
  padding: 50px 0px 50px 0px;
}
.footer-row .foot_col {
  padding: 10px;
}
.footer-row .foot_col h3 {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  color: #fff;
  font-size: 1.5em;
  text-transform: uppercase;
  padding-bottom: 1em;
  margin: 0;
  letter-spacing: 5px;
}
.footer-row .col2:hover,
.footer-row .col3:hover,
.footer-row .col4:hover {
  border-color: #1c7599;
  box-shadow: 3px 3px 25px 0 rgba(0, 35, 50, 0.61);
}
@media (max-width: 991px) {
  .footer-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.footer-content {
  position: relative;
}
.footer-content p,
.footer-content a {
  color: #ffffff;
}
.footer-content .btn_sm {
  min-width: 220px;
}
.footer-content .foot_media {
  display: flex;
  padding-top: 30px;
}
.footer-content .foot_media ul {
  display: flex;
  margin: 0;
  padding: 0px;
  list-style: none;
  visibility: visible;
  gap: 10px;
}
.footer-content .foot_media ul li {
  margin-right: 5px;
}
.footer-content .foot_media ul li a {
  display: block;
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
.footer-content .foot_media ul li a img {
  min-height: 16px;
  padding-right: 0;
}
.footer-content .foot_media ul li a:hover img {
  border-bottom: 2px solid;
}
.footer-content .foot_media ul li a .menu-image-title {
  display: block;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.footer-content .footmenu ul {
  padding-left: 15px;
  margin-bottom: 0px;
}
.footer-content .footmenu ul li {
  margin-bottom: 5px;
  position: relative;
}
.footer-content .footmenu ul li::marker {
  color: #fff;
}
.footer-content .logo_adress {
  display: flex;
  align-items: center;
  color: #ffffff;
}
.footer-content .logo_adress a {
  color: #ffffff;
  font-weight: normal;
}
.footer-content .foot_logo {
  margin-right: 10px;
}
.gray,
.grey {
  background-color: #F7F9FA;
  color: #000000;
}

.lightblue {
  background-color: #ddedf2;
}

.lightgray,
.lightgrey {
  background-color: #eee;
}

.blue {
  background-color: #013D62;
}

.black {
  background: #000;
}

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

.main_wrapper p {
  margin-bottom: 20px;
  margin-top: 0px;
}
.main_wrapper .wp-block-heading + .wp-block-advgb-table {
  padding-top: 15px;
}
.main_wrapper .wp-block-group.grey + .howto {
  padding-top: 20px;
}
.main_wrapper .wp-block-image.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.main_wrapper .wp-block-separator {
  margin-left: 0px;
  margin-right: 0px;
}
.main_wrapper .wp-block-separator.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-quote {
  text-align: left;
  font-family: "Libre Franklin", sans-serif;
  max-width: 800px !important;
  border-left: 0px !important;
}
.wp-block-quote cite {
  font-size: 16px !important;
  font-weight: normal;
  color: #001500 !important;
  margin-top: 0px;
}
.wp-block-quote p {
  margin-bottom: 12px;
  font-style: italic;
}

.main_breadcrumb {
  font-family: "Libre Franklin", sans-serif;
}
@media (min-width: 992px) {
  .main_breadcrumb .container {
    padding-left: 20px;
  }
}
.main_breadcrumb .breadcrumb {
  background: none;
  margin: 0px;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  text-transform: capitalize;
}
.main_breadcrumb .breadcrumb a {
  color: var(--454545-text-color, #454545);
  font-family: "Libre Franklin";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.main_breadcrumb .breadcrumb a:hover {
  color: #001500;
  text-decoration: underline;
}
.main_breadcrumb .breadcrumb li.active {
  color: var(--454545-text-color, #454545);
  font-family: "Libre Franklin";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.main_breadcrumb .breadcrumb img {
  vertical-align: unset;
  margin-right: 2px;
}
.main_breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "";
  background: url(../img/Down_small.svg);
  background-repeat: repeat;
  background-repeat: no-repeat;
  margin-top: 4px;
  margin-right: 3px;
  margin-left: 3px;
  padding-right: 5px;
  padding-left: 5px;
}
.main_breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 3px;
}
@media (max-width: 767px) {
  .main_breadcrumb .breadcrumb .breadcrumb-item {
    white-space: nowrap;
  }
  .main_breadcrumb .breadcrumb .breadcrumb-item a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 70px; /* adjust as needed */
    display: inline-block;
    vertical-align: middle;
  }
  .main_breadcrumb .breadcrumb .breadcrumb-item:first-child a {
    font-size: 0px !important;
  }
  .main_breadcrumb .breadcrumb .breadcrumb-item:first-child a::before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M575.8 255.5c0 18-15 32.1-32 32.1l-32 0 .7 160.2c0 2.7-.2 5.4-.5 8.1l0 16.2c0 22.1-17.9 40-40 40l-16 0c-1.1 0-2.2 0-3.3-.1c-1.4 .1-2.8 .1-4.2 .1L416 512l-24 0c-22.1 0-40-17.9-40-40l0-24 0-64c0-17.7-14.3-32-32-32l-64 0c-17.7 0-32 14.3-32 32l0 64 0 24c0 22.1-17.9 40-40 40l-24 0-31.9 0c-1.5 0-3-.1-4.5-.2c-1.2 .1-2.4 .2-3.6 .2l-16 0c-22.1 0-40-17.9-40-40l0-112c0-.9 0-1.9 .1-2.8l0-69.7-32 0c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L564.8 231.5c8 7 12 15 11 24z"/></svg>');
    font-size: 14px;
    display: inline-block;
    width: 16px;
  }
}

.page_title {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.page_title h1 {
  position: relative;
  z-index: 9;
  display: table;
  margin: 0;
}
.page_title.left_align {
  justify-content: flex-start;
  padding-bottom: 20px !important;
}
.page_title.left_align h1 {
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
}

.generic_middle_block {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  padding-top: 40px !important;
}
.generic_middle_block .document_era .col-md-12 {
  padding-left: 0px;
  padding-right: 0px;
}

.general_carousel {
  margin-bottom: 30px;
}
.general_carousel .caption-carousel {
  padding-top: 10px;
}
.general_carousel .caption-carousel p {
  color: #001500;
  font-size: 14px;
}
.general_carousel .carousel-control-next {
  right: 15px;
}
.general_carousel .carousel-control-next img {
  transform: rotate(180deg);
}
.general_carousel .carousel-control-prev {
  left: 15px;
}
.general_carousel .carousel-control-next,
.general_carousel .carousel-control-prev {
  opacity: 1;
  width: 46px;
  height: 46px;
  top: 50%;
  opacity: 1;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.6);
  border-radius: 100px;
}
.general_carousel .carousel-control-next:hover,
.general_carousel .carousel-control-prev:hover {
  background: rgba(255, 255, 255, 0.8);
}
.general_carousel .carousel-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.document_era h3 {
  margin-bottom: 20px;
}

.doc_block {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 12px;
  font-family: "Libre Franklin", sans-serif;
  text-decoration: none;
}
.doc_block img {
  margin-right: 8px;
  max-width: 24px;
}
.doc_block strong {
  font-size: 16px;
  margin-right: 10px;
}
.doc_block:hover {
  text-decoration: underline;
}
.topTitle {
  text-align: center;
  margin-bottom: 40px;
}

.link_text {
  color: #F6B319;
  font-weight: 600;
  font-size: 16px;
  text-decoration: underline;
}
.link_text img {
  margin-left: 3px;
}

.form-main .cont_form_wrapper {
  background: #1D7698;
  padding: 50px 50px;
}
@media (max-width: 768px) {
  .form-main .cont_form_wrapper {
    padding: 30px;
  }
}
.form-main .gform_heading p {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
}
.form-main .gform_heading,
.form-main .cont_form,
.form-main .gform_validation_errors {
  max-width: 600px;
  margin: 0 auto;
}
.form-main .gform_heading .gform_button,
.form-main .cont_form .gform_button,
.form-main .gform_validation_errors .gform_button {
  border: 1px solid #fff;
  padding: 8px 20px;
  min-width: 120px;
  border-radius: 3px;
}
.form-main .gform_heading .gform_button:hover,
.form-main .cont_form .gform_button:hover,
.form-main .gform_validation_errors .gform_button:hover {
  background: #ffffff;
  color: #1D7698;
}
.form-main .gform_heading .gform_footer,
.form-main .cont_form .gform_footer,
.form-main .gform_validation_errors .gform_footer {
  padding-top: 30px !important;
}
.form-main .gform_confirmation_message {
  padding-top: 20px;
  font-weight: 700;
  text-align: center;
}
.form-main .large {
  border: 0 !important;
}
.form-main .gform_fields {
  grid-gap: 10px !important;
}

.img_text_card_row .img_text_card_col {
  padding: 0px 12px;
  margin-bottom: 15px;
}
.img_text_card_row .img_text_card_col > a:hover {
  text-decoration: none;
}
.img_text_card_row .img_text_card_col > a:hover .link img {
  filter: brightness(0) saturate(100%) invert(38%) sepia(36%) saturate(664%) hue-rotate(98deg) brightness(97%) contrast(82%);
}
.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 {
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.img_text_card_row .text-img-wrap h3 {
  font-size: 18px;
}
.img_text_card_row .text-img-wrap > a {
  display: flex;
  flex-direction: column;
  /* height: 100%;*/
  text-decoration: none !important;
}
.img_text_card_row .text-img-wrap .img_card_block {
  position: relative;
}
.img_text_card_row .text-img-wrap .img_card_block img {
  width: 100%;
  aspect-ratio: 3/2;
}
.img_text_card_row .text-img-wrap .text_card_block {
  padding: 8px 16px 10px;
  height: auto;
}
.img_text_card_row .text-img-wrap .text_card_block p {
  margin-bottom: 10px;
}
.img_text_card_row .text-img-wrap a:hover h3 {
  text-decoration: underline;
}
.img_text_card_row .text-img-wrap .category {
  font-weight: 700;
  position: absolute;
  background: #BDDCC8;
  font-size: 16px;
  font-family: "Libre Franklin", sans-serif;
  color: #454545;
  bottom: 0px;
  left: 0px;
  padding: 5px 12px;
}
.img_text_card_row .text-img-wrap.no-img {
  padding-top: 30px;
}
.img_text_card_row .text-img-wrap:hover {
  cursor: pointer;
}
.img_text_card_row .text-img-wrap:hover h3 {
  text-decoration: underline;
}
.img_text_card_row .text-img-wrap:hover a .text_card_block .h3 {
  text-decoration: underline;
}
.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;
}
.img_button_row a {
  color: #454545;
}
.img_button_row .img_btn_col {
  margin-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
.img_button_row .img_block {
  position: relative;
  overflow: hidden;
}
.img_button_row .img_block .img_block_title {
  text-align: center;
}
.img_button_row .img_block img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.img_button_row .img_block .img_block_descr {
  text-align: center;
  padding: 10px;
}
.img_button_row .img_block .img_block_descr p {
  font-weight: 500;
}
.img_button_row .img_block .img_block_descr h3 {
  margin-bottom: 0px;
  font-size: 18px;
}
.img_button_row .img_block:hover h3 {
  text-decoration: underline;
}
.img_button_row .img_block > a {
  display: block;
}

.simple_list_info .row {
  justify-content: center;
}

.simple_list_col {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 15px;
}
.simple_list_col a {
  color: #ffffff;
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
  min-height: 65px;
  align-items: center;
  font-size: 16px;
  padding: 16px;
  background: #084D69;
  border-radius: 8px;
  font-weight: 600;
  height: 100%;
  position: relative;
  border: 0;
  transition: background-color 0.3s ease-in-out;
  font-family: "Libre Franklin", sans-serif;
  text-decoration: none;
}
.simple_list_col a img {
  display: none;
}
.simple_list_col a:hover {
  background-color: #00807A;
  color: #ffffff;
  text-decoration: none;
  border: 0;
}

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

.button_ico_box {
  background: #F7F9FA;
  text-align: center;
  padding: 25px 20px;
  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 {
  font-size: 21px;
  color: #084D69;
}
.button_ico_box:hover .img_icon {
  background: #084D69;
}
.button_ico_box:hover .img_icon img {
  filter: brightness(0) invert(1);
}

.how_to_cont {
  max-width: 1000px;
  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: 12px;
}
.how_to_cont .how_row h6 {
  margin-bottom: 0px;
}
.how_to_cont .how_row .number {
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  border: 0;
  font-family: "Libre Franklin", sans-serif;
  background: #013d62;
}
.how_to_cont .how_row .how_title {
  color: #454545;
  font-size: 16px;
  font-weight: 700;
}
.how_to_cont .how_row p.how_title {
  margin-bottom: 8px;
}
.how_to_cont .how_row .desc {
  padding-top: 6px;
}

.contactcard_row .contact_col {
  padding: 0px 8px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.contactcard_row .cont_inner {
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.contactcard_row .cont_inner span.h4 {
  font-family: "Libre Franklin", sans-serif;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 0px;
}
.contactcard_row .contact_box {
  background: #f7f9fa;
  height: 100%;
}
.contactcard_row .contact_box p {
  margin-bottom: 5px;
}
.contactcard_row .contact_box h3 {
  font-size: 18px;
  color: #001500;
}
.contactcard_row .contact_box .cont_img img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.contactcard_row .contact_box.no-img .cont_inner {
  height: 100%;
}
.contactcard_row .tel_em_fax {
  margin-top: 0;
  padding-top: 15px;
}
.contactcard_row .tel_em_fax strong {
  color: #000;
}
.contactcard_row .tel_em_fax p {
  margin-bottom: 10px;
}
.contactcard_row .tel_em_fax p img {
  margin-right: 8px;
}
.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: 0 auto;
}
.owl-general .owl-stage {
  display: flex;
}
.owl-general .owl-stage .owl-item {
  width: -moz-max-content !important;
  width: max-content !important;
  opacity: 0.45;
}
.owl-general .owl-stage .owl-item.active.center {
  opacity: 1;
}
.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: 46px;
  height: 46px;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  background: none;
  padding: 0px;
  opacity: 1;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.6);
}
.owl-general .owl-nav button:hover {
  opacity: 0.8;
}
.owl-general .owl-nav .owl-next {
  right: 40px;
}
.owl-general .owl-nav .owl-next img {
  transform: rotate(180deg);
  position: relative;
  left: 2px;
}
.owl-general .owl-nav .owl-prev {
  left: 40px;
}
.owl-general .owl-nav .owl-prev img {
  position: relative;
  right: 2px;
}
.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;
}

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

.expanding-grid {
  position: relative;
}
.expanding-grid .expand_box {
  background: #ffffff;
  position: relative;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
}
.expanding-grid .expand_box:hover h3 {
  text-decoration: underline;
}
.expanding-grid .expand_det {
  text-align: left;
  padding: 15px;
  padding-bottom: 10px;
  text-align: center;
  /*  background: #fff;*/
}
.expanding-grid .expand_det p {
  margin-bottom: 0px;
  font-size: 14px;
}
.expanding-grid .expand_det h3 {
  font-size: 16px;
  font-weight: 600;
}
.expanding-grid .expand_det .job_title {
  font-size: 16px;
  color: #454545;
}
.expanding-grid .links {
  display: block;
  overflow: hidden;
  padding: 1em 0;
  margin: 0px -12px;
  padding-top: 0px;
}
.expanding-grid .links > li {
  box-sizing: border-box;
  float: left;
  padding: 0px 12px;
  width: 25%;
  list-style: none;
  margin-bottom: 16px;
}
.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: 100%;
  height: 20px;
  bottom: -18px;
  background: #ffffff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  z-index: 0;
}
.expanding-grid .links:has(.active) > li {
  margin-bottom: 32px;
}
.expanding-grid .expand_img img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.expanding-grid .spacer {
  clear: both;
  display: block;
  margin-bottom: 0px;
}
.expanding-grid .expanding-container {
  clear: both;
  display: none;
  overflow: hidden;
  width: 100%;
  margin-top: -16px;
  box-shadow: none;
  background: #ffffff;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
  border: 0;
}
.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 30px;
  margin: 0 auto;
  max-width: 900px;
}
.expanding-grid .expand-content .contact_info a {
  margin-bottom: 8px;
  display: grid;
  grid-template-columns: 25px auto;
}
.expanding-grid .expand-content .contact_info a img {
  position: relative;
  top: 3px;
}
.expanding-grid .plus-minus_icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0px;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  margin-left: auto;
  margin-right: auto;
}
.expanding-grid .no-content > a {
  pointer-events: none;
}
.expanding-grid .no-content .plus-minus_icon {
  visibility: hidden;
}
.expanding-grid.three .expand_img img {
  aspect-ratio: 1/1;
}

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

.no-found-info {
  padding: 70px 0px 70px 0px;
  text-align: center;
  max-width: 800px;
  margin: auto;
}
.no-found-info h1 {
  font-size: 150px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 150px;
}
.no-found-info h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
}
.no-found-info p {
  color: #001500;
  font-weight: 600;
}
.no-found-info .btn_sm {
  min-width: 225px;
  margin-top: 20px;
}
.no-found-info .search404 {
  max-width: 300px;
  margin: 0 auto;
  padding-top: 30px;
}
.no-found-info .asp_w_container .promagnifier {
  background: #ffffff !important;
  width: 40px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.no-found-info .asp_w_container .promagnifier svg {
  fill: #013d62 !important;
}
.no-found-info .asp_w_container .promagnifier:hover {
  background: #084D69 !important;
  outline: 1px solid #084D69 !important;
}
.no-found-info .asp_w_container .promagnifier:hover svg {
  fill: #fff !important;
}
.no-found-info .asp_w_container .probox,
.no-found-info .asp_w_container .promagnifier,
.no-found-info .asp_w_container input.orig,
.no-found-info .asp_w_container .proclose {
  height: 40px !important;
}
.no-found-info .asp_w_container .probox {
  border: 0 !important;
  overflow: visible !important;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25) !important;
  border-radius: 0px !important;
}
.no-found-info .asp_w_container .asp_main_container {
  overflow: visible !important;
}
.no-found-info .asp_w_container .proinput {
  min-width: 170px;
}
.no-found-info .asp_w_container .proinput input.orig {
  font-family: "Libre Franklin", sans-serif !important;
  font-size: 16px !important;
  color: #001500 !important;
  padding-bottom: 4px !important;
  font-weight: 400 !important;
}
.no-found-info .asp_w_container ::-webkit-input-placeholder {
  font-family: "Libre Franklin", sans-serif !important;
  font-size: 16px !important;
  color: #001500 !important;
  padding-bottom: 4px !important;
  font-weight: 400 !important;
}
.no-found-info .asp_w_container ::-moz-placeholder {
  font-family: "Libre Franklin", sans-serif !important;
  font-size: 16px !important;
  color: #001500 !important;
  padding-bottom: 4px !important;
  font-weight: 400 !important;
}
.no-found-info .asp_w_container :-ms-input-placeholder {
  font-family: "Libre Franklin", sans-serif !important;
  font-size: 16px !important;
  color: #001500 !important;
  padding-bottom: 4px !important;
  font-weight: 400 !important;
}
.no-found-info .asp_w_container :-moz-placeholder {
  font-family: "Libre Franklin", sans-serif !important;
  font-size: 16px !important;
  color: #001500 !important;
  padding-bottom: 4px !important;
  font-weight: 400 !important;
}
@media (max-width: 768px) {
  .no-found-info h1 {
    font-size: 100px;
    line-height: 100px;
  }
}

/* result page start */
.main_search_content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main_search_content .h5 {
  margin-right: 8px;
  font-family: "Libre Franklin", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #1e1e1e;
  margin-bottom: 0px;
}
.main_search_content .search_box {
  margin-bottom: 0px;
  min-width: 345px;
}
.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 .asp_w_container .promagnifier {
  background: none !important;
  width: 40px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main_search_content .search_box .asp_w_container .promagnifier svg {
  fill: #084D69 !important;
  width: 30px !important;
}
.main_search_content .search_box .asp_w_container .promagnifier:hover {
  background: #084D69 !important;
}
.main_search_content .search_box .asp_w_container .promagnifier:hover svg {
  fill: #ffffff !important;
}
.main_search_content .search_box .asp_w_container .probox,
.main_search_content .search_box .asp_w_container .promagnifier,
.main_search_content .search_box .asp_w_container input.orig,
.main_search_content .search_box .asp_w_container .proclose {
  height: 50px !important;
}
.main_search_content .search_box .asp_w_container .probox {
  overflow: visible !important;
  box-shadow: none !important;
  border-radius: 0px !important;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25) !important;
  border: 0 !important;
}
.main_search_content .search_box .asp_w_container .asp_main_container {
  overflow: visible !important;
}
.main_search_content .search_box .asp_w_container .proinput {
  min-width: 170px;
}
.main_search_content .search_box .asp_w_container .proinput input.orig {
  font-family: "Libre Franklin", sans-serif !important;
  font-size: 16px !important;
  color: #001500 !important;
  padding-bottom: 4px !important;
  font-weight: normal !important;
}
.main_search_content .search_box .asp_w_container ::-webkit-input-placeholder {
  font-family: "Libre Franklin", sans-serif !important;
  font-size: 16px !important;
  color: #001500 !important;
  padding-bottom: 4px !important;
  font-weight: normal !important;
}
.main_search_content .search_box .asp_w_container ::-moz-placeholder {
  font-family: "Libre Franklin", sans-serif !important;
  font-size: 16px !important;
  color: #001500 !important;
  padding-bottom: 4px !important;
  font-weight: normal !important;
}
.main_search_content .search_box .asp_w_container :-ms-input-placeholder {
  font-family: "Libre Franklin", sans-serif !important;
  font-size: 16px !important;
  color: #001500 !important;
  padding-bottom: 4px !important;
  font-weight: normal !important;
}
.main_search_content .search_box .asp_w_container :-moz-placeholder {
  font-family: "Libre Franklin", sans-serif !important;
  font-size: 16px !important;
  color: #001500 !important;
  padding-bottom: 4px !important;
  font-weight: normal !important;
}
.main_search_content .form-control {
  min-width: 320px;
  border: 1px solid #000000;
}

.resultmain {
  padding: 12px 0px 0px 0px;
  background: #28C0D2;
}
.resultmain .top-Title h2::after {
  display: none;
}

.rslt_txt {
  padding: 40px 0px 20px 0px;
  margin: auto;
}
.rslt_txt .container {
  max-width: 930px;
}
.rslt_txt .top-Title {
  margin-bottom: 15px;
}

.acc__card {
  margin-bottom: 16px;
}

.acc__title {
  background: #f7f9fa;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
  border-radius: 0px;
  display: flex;
  align-items: center;
  padding: 16px 32px;
  border: 0;
  padding-right: 40px;
  cursor: pointer;
  position: relative;
}
.acc__title h3 {
  margin: 0px !important;
  font-size: 18px;
  position: relative;
}
.acc__title .acco_sign {
  position: absolute;
  right: 20px;
  top: 14px;
}
.acc__title .acco_sign img {
  width: 18px;
}
.acc__title.active .acco_sign img {
  transform: rotate(180deg);
}
.acc__title:hover h3 {
  text-decoration: underline;
}
.acc__panel {
  display: none;
  border-top: 0;
  padding: 24px 16px 16px;
}

.resultWraper .searchFilterBlock {
  padding-top: 15px;
}
.resultWraper .searchFilterBlock .form-group {
  margin-bottom: 10px;
}

.title-sort {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.result_row {
  margin-bottom: 24px;
  border-radius: 0px;
  position: relative;
  border-bottom: 1px solid #898888;
  padding: 0px 15px 10px 15px;
}
.result_row h3,
.result_row h4,
.result_row h5,
.result_row h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.result_row p {
  margin-bottom: 12px;
}
.result_row .re_category {
  font-weight: 300;
  background: none;
  font-size: 14px;
  color: #001500;
  display: inline-block;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.result_row > a {
  display: block;
  text-decoration: none !important;
  color: #000;
  font-weight: normal;
}
.result_row:hover h3 {
  text-decoration: underline;
}

.filterBlocks {
  max-width: 900px;
  margin: 0 auto;
}
.filterBlocks .topTitle {
  margin-bottom: 20px;
}
.filterBlocks .filter_sort {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}
.filterBlocks .filter_sort select {
  min-width: 270px;
}
@media (max-width: 768px) {
  .filterBlocks .filter_sort {
    flex-wrap: wrap;
  }
  .filterBlocks .filter_sort select {
    width: 100%;
  }
  .filterBlocks .filter_sort .form-group {
    width: 100%;
  }
}

.resull_filter {
  padding: 40px 0px 40px 0px;
}
.pagination {
  justify-content: center;
}

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

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

.cancel {
  background: #ad2406;
  color: #ffffff;
  text-transform: uppercase;
  display: table;
  min-width: 130px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}

.event_wraper {
  padding-top: 20px;
  padding-bottom: 50px;
}
.event_wraper .pagination {
  padding-top: 0px;
}
.event_wraper .mt_row {
  padding-top: 20px;
}
.event_wraper .mt_row .evt_filter .form-group {
  margin-bottom: 0px;
}
.event_wraper .mt_row .evt_filter .reset {
  text-align: left;
}
.event_wraper .mt_row .evt_filter label {
  color: #1D7698;
  font-size: 20px;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 600;
}
@media (max-width: 768px) {
  .event_wraper .mt_row .evt_filter {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .event_wraper .mt_row .col_left {
    padding-right: 0px;
  }
}

.tribe-events-calendar-list__event-wrapper {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.tribe-events-calendar-list .tribe-events-calendar-list__month-separator {
  margin-bottom: 10px;
}
.tribe-events-calendar-list .tribe-events-calendar-list__month-separator .tribe-events-calendar-list__month-separator-text {
  font-size: 18px !important;
  color: #001500;
}
.tribe-events-calendar-list .tribe-events-calendar-list__month-separator::after {
  background: #ffd600 !important;
  height: 6px !important;
}

.evt_lst_row {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  background: #ffffff;
  margin-bottom: 15px !important;
  margin-top: 0px !important;
}
.evt_lst_row .category {
  font-weight: 700;
  background: #bddcc8;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  color: #4d4d50;
  padding: 5px 12px;
  display: inline-block;
}
.evt_lst_row .text_evt_block {
  padding: 15px;
  display: grid;
  grid-template-columns: 40px auto;
  grid-column-gap: 15px;
}
.evt_lst_row .text_evt_block .evt-date {
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  color: #454545;
  text-transform: uppercase;
  width: auto !important;
  min-width: 10px !important;
}
.evt_lst_row .text_evt_block .evt-date span {
  font-size: 34px;
  color: #1D7698;
  font-weight: 700;
  font-family: "Libre Franklin", sans-serif;
  line-height: 40px;
}
.evt_lst_row .text_evt_block .canel-info {
  color: #b61717;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  position: relative;
}
.evt_lst_row .text_evt_block p {
  color: #454545;
}
.evt_lst_row .text_evt_block h3 {
  margin-bottom: 0px;
}
.evt_lst_row .text_evt_block h3 a {
  text-decoration: none;
  font-weight: 700;
  font-size: 22px;
  color: #1D7698 !important;
  font-family: "Libre Franklin", sans-serif;
  border: 0 !important;
}
.evt_lst_row .text_evt_block h3:hover a {
  text-decoration: underline;
}

.event-detail {
  padding-top: 70px;
  padding-bottom: 50px;
}
.event-detail .evt-row {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 60px;
  padding-left: 10px;
  padding-right: 10px;
  background: #fff;
  padding-top: 32px;
}
.event-detail h1 {
  font-size: 34px;
  margin-bottom: 25px;
}
.event-detail .evt_img_info {
  text-align: left;
  margin-bottom: 15px;
}

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

.service_dir {
  padding-top: 20px;
  padding-bottom: 30px;
}
.service_dir .searchFilterBlock {
  background: #28C0D2;
  padding: 18px 18px 25px 18px;
  width: 100%;
}
@media (max-width: 768px) {
  .service_dir .searchFilterBlock {
    margin-bottom: 20px;
  }
}
.service_dir .searchFilterBlock .search-box,
.service_dir .searchFilterBlock .form-group {
  margin-bottom: 12px;
}

.acc_main .acc_card {
  margin-bottom: 15px;
}
.acc_main .acc_card .acc_title {
  background: #F7F9FA;
  position: relative;
  padding: 16px 32px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  padding-right: 40px;
  border: 1px solid transparent;
}
.acc_main .acc_card .acc_title span.dpt {
  font-size: 14px;
  font-weight: 300;
  display: block;
  margin-bottom: 12px;
}
.acc_main .acc_card .acc_title h3 {
  font-size: 18px;
}
.acc_main .acc_card .acc_title .acco_sign {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.acc_main .acc_card .acc_title.active .acco_sign img {
  transform: rotate(180deg);
}
.acc_main .acc_card .acc_title:hover {
  cursor: pointer;
  border: 1px solid #084D69;
}
.acc_main .acc_card .acc_title:hover h3 {
  text-decoration: underline;
}
.acc_main .acc_panel {
  display: none;
  padding: 24px 32px 16px 32px;
}
.acc_main .acc_panel .btn_sm {
  min-width: 150px;
  padding: 10px 40px;
}

.directory_wrap {
  padding-top: 30px;
  padding-bottom: 40px;
}
.directory_wrap .dd_col {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .directory_wrap .dd_col {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.directory_wrap .dd_col > a {
  text-decoration: none;
}
.directory_wrap .ddbox .dd_img img {
  aspect-ratio: 3/2;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.directory_wrap .ddbox h3 {
  font-size: 18px;
  margin-bottom: 15px;
}
.directory_wrap .ddbox .dd_content {
  padding-top: 15px;
}
.directory_wrap .ddbox:hover h3 {
  text-decoration: underline;
}

.detail_wrap {
  padding-top: 30px;
}
.detail_wrap .img_text_card_row,
.detail_wrap .simple_list_info,
.detail_wrap .contactcard_row {
  max-width: 100%;
}
.detail_wrap .img_text_card_row {
  margin-left: -12px;
  margin-right: -12px;
}
.detail_wrap .simple_list_info .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: flex-start;
}
.detail_wrap .tribe-events-view {
  padding-bottom: 50px;
}
.detail_wrap .topTitle {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .detail_wrap .topTitle {
    flex-wrap: wrap;
  }
  .detail_wrap .topTitle .link_right {
    width: 100%;
    padding-top: 0 !important;
    padding-bottom: 10px;
  }
}
.detail_wrap .topTitle .link_right {
  padding-top: 18px;
}
.detail_wrap .container .container {
  padding: 0px;
}
@media (min-width: 992px) {
  .detail_wrap .dp_detail_info {
    padding-right: 15px;
  }
}
.detail_wrap .dp_detail_info h2,
.detail_wrap .dp_detail_info h3.wp-block-heading {
  margin-bottom: 20px;
}
.detail_wrap .document_era .col-md-12 {
  padding-left: 0px;
  padding-right: 0px;
}
.detail_wrap .mission {
  padding-top: 40px;
}
.detail_wrap .mission h3 {
  margin-bottom: 25px;
}
.detail_wrap section {
  padding: 40px 0px;
}
.detail_wrap section + section {
  padding-top: 0px;
}
.detail_wrap h2 + section {
  padding-top: 25px;
}
.detail_wrap .wp-block-group {
  padding: 40px 0px;
}
.detail_wrap .wp-block-group section {
  padding: 0px;
  margin: 0px;
}
.detail_wrap .wp-block-group > h2 {
  display: flex;
  justify-content: space-between;
}
.detail_wrap .wp-block-group code {
  color: #013d62;
  font-weight: 600;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  position: relative;
}
.detail_wrap .wp-block-group code::after {
  content: "";
  background-image: url(../img/right-arrow.svg);
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: 5px;
}
.detail_wrap .img_button_row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: flex-start;
}
.detail_wrap .wp-block-group.has-background-background-color {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
@media (min-width: 992px) {
  .detail_wrap .serv_dt_row .col_left {
    flex: 0 0 78%;
    max-width: 78%;
  }
  .detail_wrap .serv_dt_row .col_right {
    flex: 0 0 22%;
    max-width: 22%;
  }
}
.detail_wrap .expand-content {
  max-width: 750px;
}
.detail_wrap .expand-content .staff_info p {
  margin-bottom: 6px;
}
.detail_wrap .expand-content .staff_info p strong {
  font-weight: 700;
}
.detail_wrap .expand-content .staff_info p.adress {
  display: grid;
  grid-template-columns: 75px auto;
}
@media (min-width: 768px) {
  .detail_wrap .col_left {
    flex: 0 0 74%;
    max-width: 74%;
  }
  .detail_wrap .col_right {
    flex: 0 0 26%;
    max-width: 26%;
  }
}
.detail_wrap .no_sidebar .wp-block-group > * {
  max-width: 100% !important;
}
.detail_wrap .no_sidebar .how_to_cont {
  margin-left: 0px;
}

.ct_info p a {
  display: grid;
  grid-template-columns: 30px auto;
  word-wrap: anywhere;
}
.ct_info p a img {
  vertical-align: middle;
}
.ct_info p {
  margin-bottom: 12px;
}

.sidebar_box {
  background: #28C0D2;
  margin-bottom: 40px;
}
.sidebar_box .h4 {
  font-size: 16px;
  margin-bottom: 10px;
}
.sidebar_box .sidebar_title {
  background: #084D69;
  padding: 16px;
  text-align: center;
}
.sidebar_box .sidebar_title h3 {
  color: #ffffff;
}
.sidebar_box .sidebar-content {
  padding: 16px;
}
.sidebar_box .sidebar-content p {
  margin-bottom: 10px;
}
.sidebar_box .sidebar-content .ct_info {
  padding-bottom: 20px;
}
.sidebar_box .sidebar-content .follow-us {
  padding-bottom: 15px;
}
.sidebar_box .sidebar-content .follow-us ul {
  list-style: none;
  padding: 0px;
  display: flex;
}
.sidebar_box .sidebar-content .follow-us ul li {
  margin-right: 5px;
}
.sidebar_box .sidebar-content .follow-us ul li a {
  width: 25px;
  height: 25px;
  border-radius: 100px;
  background: #084D69;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar_box .sidebar-content .follow-us ul li a:hover {
  background: #001500;
}
.sidebar_box .sidebar-content .follow-us ul li a:hover img {
  filter: brightness(0) invert(1);
}
.sidebar_box .sidebar-content .hours {
  padding-bottom: 20px;
}
.sidebar_box .sidebar_img img {
  width: 100%;
}
.sidebar_box a[href^="mailto:"] {
  word-break: break-word;
}

.dp_news_area h3 {
  margin-bottom: 15px;
}
.dp_news_area .btn_sm {
  width: 100%;
  margin-bottom: 15px;
}

.forms_rel h3 {
  margin-bottom: 20px;
}
.forms_rel .doc_block {
  margin-bottom: 15px;
}

.sidebar_search {
  margin-bottom: 24px;
}
.sidebar_search .top_logo {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
}
.sidebar_search .lb_search {
  background: #28C0D2;
  padding: 16px;
}
.sidebar_search .h4 {
  margin-bottom: 15px;
}
.sidebar_search .links a img {
  margin-left: 5px;
}

.img_card_row .img_card_content h3 {
  font-size: 16px;
}
.img_card_row .img_card_img {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.img_card_row .img_card_info {
  padding-top: 15px;
}

.accordion_era .accordion_block {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
}
.accordion_era .main_acco_title {
  display: flex;
  position: relative;
  cursor: pointer;
}
.accordion_era .main_acco_title p {
  margin-bottom: 0px;
}
.accordion_era .main_acco_title .date_meet {
  background: #BDDCC8;
  min-width: 100px;
  min-height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #454545;
  font-weight: 700;
  text-align: center;
}
.accordion_era .main_acco_title h2 {
  font-size: 22px;
  margin-bottom: 10px;
}
.accordion_era .main_acco_title .acco_title_info {
  padding: 15px;
  flex-grow: 1;
  padding-right: 40px;
}
.accordion_era .main_acco_title .accosign {
  position: absolute;
  right: 20px;
  top: 30px;
}
.accordion_era .main_acco_title.active .accosign img {
  transform: rotate(180deg);
  filter: brightness(0) saturate(100%) invert(46%) sepia(26%) saturate(472%) hue-rotate(337deg) brightness(95%) contrast(89%);
}
.accordion_era .main_acco_title:hover h2 {
  text-decoration: underline;
}
.accordion_era .acco_panel {
  display: none;
  padding: 15px 30px;
}
.accordion_era .acco_panel h3 {
  color: #454545;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 600;
}

.news_wraper {
  padding-top: 0px;
  padding-bottom: 40px;
}
.news_wraper .NewsMettings {
  padding-top: 20px;
}
.news_wraper .row .newsColumn {
  margin-bottom: 25px;
}
.news_wraper .title {
  font-weight: normal;
}

.signup-box {
  background: #084D69;
  padding: 55px 0px;
}
.signup-box h2 {
  color: #ffffff;
  font-size: 18px;
}
.signup-box .sign_up_head {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}
.signup-box p {
  color: #ffffff;
}
.signup-box .sign-up-container {
  max-width: 700px;
  margin: 0 auto;
}
.signup-box form {
  display: grid;
  grid-template-columns: auto 130px;
  max-width: 800px;
  margin: 0 auto;
}
.signup-box form .gform_fields {
  display: grid;
  grid-template-columns: 1fr 1fr !important;
}
.signup-box form .gform_fields .gfield {
  grid-column: inherit !important;
}
@media (max-width: 768px) {
  .signup-box form .gform_fields .gfield {
    grid-column: 1/3 !important;
  }
}
.signup-box form .large {
  border-radius: 0px !important;
  border: 0 !important;
  min-height: 45px !important;
}
.signup-box form.gform_confirmation_wrapper {
  display: block;
  text-align: center;
}
.signup-box form.gform_confirmation_wrapper h2 {
  text-transform: none;
}
.signup-box .gform_footer {
  padding-top: 0px !important;
  margin-top: 0px !important;
  padding-left: 20px !important;
  display: block !important;
}
.signup-box .gform_footer .gform_button {
  padding: 10px 25px !important;
}
.signup-box h2.gform_submission_error {
  font-size: 20px;
  text-transform: none;
}
@media (max-width: 768px) {
  .signup-box form {
    grid-template-columns: auto;
  }
  .signup-box form .gform_fields {
    grid-template-columns: auto !important;
  }
  .signup-box .gform_footer {
    padding-top: 10px !important;
    padding-left: 0px !important;
  }
}

.news_filter {
  display: grid;
  grid-template-columns: 280px auto;
  grid-column-gap: 20px;
}
@media (max-width: 768px) {
  .news_filter {
    grid-template-columns: auto;
  }
  .news_filter .filterWrap {
    padding-top: 10px;
  }
}
.news_filter .reset {
  grid-column: 1/4;
  padding-top: 10px;
  margin-bottom: 30px;
}
.news_filter .filterWrap form {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
}
.news_filter .filterWrap form .date_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 10px;
}

.news_category {
  font-size: 14px;
  font-weight: 400;
  color: #001500;
  text-transform: capitalize;
}

.newsinfo a {
  text-decoration: none !important;
}

.newsRow {
  margin-left: -14px;
  margin-right: -14px;
}
.newsRow .newsColumn {
  width: 25%;
  padding: 0px 15px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}
.newsRow .newsColumn.no-img .newsimg {
  position: static;
  padding-top: 30px;
}
.newsRow .newsColumn.no-img .newsimg .news_category {
  top: 0;
  bottom: auto;
}
.newsRow .newsColumn a {
  text-decoration: none;
}

.newsimg {
  position: relative;
}
.newsimg img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .newsimg img {
    height: auto;
  }
}

.news_content {
  height: 100%;
  position: relative;
  box-shadow: none;
}
.news_content h3 {
  margin-bottom: 3px;
  font-size: 18px;
}
.news_content:hover h3 {
  text-decoration: underline;
}
.news_content .date {
  margin-bottom: 5px;
  display: block;
  padding-top: 5px;
}
.news_content > a {
  text-decoration: none;
}

.newsBody {
  padding: 15px 0px;
}

.allBtn a {
  min-width: 180px;
}

.newsSearchEra {
  padding-top: 50px;
}
.newsSearchEra .top-title {
  margin-bottom: 30px;
}
.newsSearchEra .filterWrap {
  display: grid;
  grid-template-columns: 300px 200px 200px 150px;
  grid-column-gap: 10px;
  align-items: center;
}
.newsSearchEra .filterWrap .reset {
  padding-left: 20px;
  padding-top: 30px;
}
@media (max-width: 768px) {
  .newsSearchEra .filterWrap {
    grid-template-columns: auto;
    grid-row-gap: 10px;
  }
  .newsSearchEra .filterWrap .reset {
    padding-left: 0px;
    padding-top: 0;
  }
}

.search-box {
  max-width: 300px;
  margin-bottom: 15px;
}

.reset {
  text-align: left;
  padding-top: 8px;
}
.reset a {
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}
.reset a:hover {
  text-decoration: underline !important;
}
.reset svg {
  margin-right: 10px;
  vertical-align: bottom;
}

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

.list_grid_view {
  display: flex;
  margin-bottom: 40px;
  justify-content: flex-end;
  margin-top: 25px;
}
.list_grid_view a {
  border-radius: 3px 0px 0px 3px;
  color: #001500;
  font-weight: normal;
  padding: 6px 12px;
  min-width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  text-decoration: none !important;
  font-weight: normal;
}
.list_grid_view a img {
  margin-right: 8px;
}
.list_grid_view a.active {
  background: #F7F9FA;
}
.list_grid_view a:last-child {
  border-radius: 0px 3px 3px 0px;
}

.news_filer {
  display: table;
  display: flex;
  flex-wrap: wrap;
}
.news_filer > label {
  width: 100%;
}
.news_filer ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
  list-style: none;
  margin-bottom: 0px;
}
.news_filer ul li {
  margin-right: 5px;
  margin-bottom: 5px;
}
.news_filer ul li a {
  background: #084D69;
  border-radius: 3px;
  padding: 10px 15px;
  text-decoration: none;
  font-size: 14px;
  color: #464d4d;
  font-weight: 500;
  display: block;
  text-transform: capitalize;
}
.news_filer ul li a:hover {
  background: #097f8e;
  color: #ffffff;
}
.news_filer ul li a.active {
  background: #1D7698;
  color: #ffffff;
}
.news_filer .reset {
  padding-top: 0px;
}

.newsInRow {
  margin-bottom: 30px;
  margin-left: 0px;
  margin-right: 0px;
}

.news_list_info {
  display: none;
  padding-top: 30px;
}
.news_list_info .newsimg img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news_list_info .newsBody {
  padding: 20px 40px;
}
.news_list_info .news_lst_row {
  border-bottom: 1px solid #084D69;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.news_list_info .news_lst_row:hover h3 {
  text-decoration: underline;
}
.news_list_info .news_lst_row.no-img .newsinfo {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .news_list_info .newsimg {
    flex: 0 0 24%;
    max-width: 24%;
  }
  .news_list_info .newsinfo {
    flex: 0 0 76%;
    max-width: 76%;
  }
}

.news_detail {
  padding-bottom: 50px;
  padding-top: 50px;
}
.news_detail .container {
  max-width: 900px;
}
.news_detail .news-dt-content {
  padding-top: 30px;
}
.news_detail .news-dt-content h1 {
  font-size: 32px;
  font-weight: 700;
}
.news_detail .news-dt-img {
  margin-bottom: 20px;
}
.news_detail .category {
  font-size: 16px;
  font-weight: 700;
  color: #454545;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.news_detail .document_era {
  padding-top: 40px;
}
.news_detail .document_era h3 {
  margin-bottom: 20px;
}
.news_detail .newsdt-row {
  margin-left: 0px;
  margin-right: 0px;
  flex-direction: column;
}
.news_detail .addtoany_shortcode {
  padding-left: 10px;
}
.news_detail .share_info {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #001500;
}
.news_detail .addtoany_list {
  display: flex;
  align-items: center;
}
.news_detail .addtoany_list a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  margin-right: 8px;
  background: #084D69;
}
.news_detail .addtoany_list a:hover {
  background: #001500;
}
.news_detail .addtoany_list a:hover img {
  filter: brightness(0) invert(1);
}
.news_detail .addtoany_list a.a2a_button_facebook img {
  max-height: 20px;
}
.news_detail .addtoany_list a img {
  filter: brightness(0) invert(1);
  max-width: 16px;
}
.meeting-detail {
  padding-bottom: 50px;
  padding-top: 50px;
}
.meeting-detail .container {
  max-width: 900px;
}
.meeting-detail .meeting-dt-content {
  padding-top: 30px;
}
.meeting-detail h1 {
  font-size: 32px;
  font-weight: 700;
}
.meeting-detail .date_meeting {
  font-size: 14px;
  margin-bottom: 15px;
}
.meeting-detail .join_meeting {
  margin-bottom: 30px;
}
.meeting-detail .document_era h3 {
  margin-bottom: 20px;
}

.dt-info {
  margin-bottom: 30px;
}
.dt-info p {
  font-weight: 600;
}

.cancel-info {
  background: #a50303;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  min-width: 160px;
  padding: 3px 20px;
  display: table;
  text-align: center;
  margin-bottom: 15px;
}

.backlink {
  margin-bottom: 25px;
}
.backlink a {
  color: #001500;
  font-weight: 600;
}
.backlink img {
  margin-right: 10px;
}

.proc_wrap {
  padding-bottom: 50px;
  padding-top: 30px;
}
.proc_wrap .top-text {
  text-align: center;
}
.proc_wrap .proc_filter {
  padding-top: 10px;
  background: #28C0D2;
  padding: 25px 16px;
}
.proc_wrap .proc_filter select + select {
  margin-top: 10px;
}
.proc_wrap .proc_filter .form-control {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
}
.proc_wrap .proc_filter .reset {
  padding-top: 0;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .proc_wrap .col_left {
    flex: 0 0 27%;
    max-width: 27%;
  }
  .proc_wrap .col_right {
    flex: 0 0 73%;
    max-width: 73%;
  }
}
@media (max-width: 768px) {
  .proc_wrap .proc_content {
    padding-top: 15px;
  }
}

.acccard {
  margin-bottom: 18px;
}
.acccard .acctitle {
  padding: 18px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
  align-items: center;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  background: #F7F9FA;
}
.acccard .acctitle h3 {
  font-size: 18px;
}
.acccard .acctitle p {
  margin: 0px;
}
.acccard .acctitle p strong {
  font-weight: 700;
}
.acccard .acctitle .acco_sign {
  margin-left: 15px;
}
.acccard .acctitle .acco_sign img {
  width: 18px;
}
.acccard .acctitle.active .acco_sign img {
  transform: rotate(180deg);
}
.acccard .acctitle:hover h3 {
  text-decoration: underline;
}
.acccard .acc_right {
  display: flex;
}
.acccard .acc_right p {
  margin: 0px;
}
.acccard .document_era {
  margin-bottom: 20px;
}

.accpanel {
  padding: 20px 32px;
  display: none;
}
.accpanel p {
  margin-bottom: 15px;
}
.accpanel h4 {
  font-size: 16px;
}
.accpanel .btn_sm {
  padding-top: 12px;
  padding-bottom: 12px;
}

.rfp_detail {
  padding-top: 50px;
  padding-bottom: 30px;
}
.rfp_detail .container {
  max-width: 930px;
}
.rfp_detail h1 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}
.rfp_detail .rfp_dt_content p {
  margin-bottom: 12px;
}
.rfp_detail .rfp_dt_content .h5 {
  padding-top: 10px;
  font-weight: 600;
}
.rfp_detail .rfp_dt_content .main-tabs {
  padding-top: 20px;
}
.rfp_detail .rfp_dt_content .main-tabs li a {
  min-width: 200px;
}
.rfp_detail .rfp_dt_content .main-tabs .tab-content {
  padding-top: 20px;
}
.rfp_detail .rfp_dt_content p strong {
  font-weight: 700;
}

.doc_wrap {
  padding-bottom: 50px;
  padding-top: 30px;
}
.doc_wrap .doc_filter {
  padding-top: 10px;
  background: #28C0D2;
  padding: 25px 16px;
}
.doc_wrap .doc_filter select + select {
  margin-top: 10px;
}
.doc_wrap .doc_filter .form-control {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
}
.doc_wrap .doc_filter .reset {
  padding-top: 0;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .doc_wrap .col_left {
    flex: 0 0 27%;
    max-width: 27%;
  }
  .doc_wrap .col_right {
    flex: 0 0 73%;
    max-width: 73%;
  }
}
@media (max-width: 768px) {
  .doc_wrap .doc_content {
    padding-top: 15px;
  }
}
.doc_wrap .acc__main_sd .acc__card_sd {
  background: #f6f7f7;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  padding: 24px;
  margin-bottom: 18px;
}
.doc_wrap .acc__main_sd .acc__card_sd .cat_dept {
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}
.doc_wrap .acc__main_sd .acc__card_sd .cat_dept .dept {
  padding-left: 15px;
}
.doc_wrap .acc__main_sd .acc__card_sd .cat_dept span {
  color: #001500;
  font-weight: normal;
  cursor: auto;
}
.doc_wrap .acc__main_sd .acc__card_sd .doc_info a {
  font-size: 16px;
  font-weight: 600;
}
.doc_wrap .acc__main_sd .acc__card_sd .doc_info a img {
  margin-right: 6px;
}
.doc_wrap .acc__main_sd .acc__card_sd > a {
  text-decoration: none;
}

.contact-row .cont_info {
  padding: 40px 24px !important;
}
.contact-row .cont_info h3 {
  font-size: 18px;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .contact-row .cont_info {
    padding: 20px 5px !important;
  }
}
.contact-row .acf-map {
  height: 550px !important;
}

p.c_detail {
  display: grid;
  grid-template-columns: 30px auto;
  margin-bottom: 10px;
}
p.c_detail img {
  margin-top: 5px;
}

.contact-wrap.wp-block-advgb-columns h3 {
  margin-bottom: 15px;
}
.contact-wrap.wp-block-advgb-columns .form-section {
  padding: 24px;
}
.contact-wrap.wp-block-advgb-columns .form-section .gform_footer {
  justify-content: flex-start !important;
}
.contact-wrap.wp-block-advgb-columns .form-section .gform_button {
  min-width: 110px;
}
.contact-wrap.wp-block-advgb-columns .c_detail + h3 {
  padding-top: 10px;
}
@media (max-width: 768px) {
  .contact-wrap.wp-block-advgb-columns > .advgb-columns-container {
    padding: 0px 20px;
  }
}
.contact-wrap.wp-block-advgb-columns .contact-wrap {
  margin-bottom: 20px;
}

.staff_dir_content .stf_main .stf_card {
  margin-bottom: 12px;
}
.staff_dir_content .stf_main .stf_title {
  background: #f6f7f7;
  padding: 12px 16px;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-right: 100px;
  align-items: center;
  cursor: pointer;
}
.staff_dir_content .stf_main .stf_title h3 {
  font-size: 16px;
  margin-bottom: 5px;
}
.staff_dir_content .stf_main .stf_title p {
  margin-bottom: 0px;
}
.staff_dir_content .stf_main .stf_title.active .acc_stf_sign img {
  transform: rotate(180deg);
}
.staff_dir_content .stf_main .stf_title:hover {
  outline: 1px solid #084D69;
}
.staff_dir_content .stf_main .acc_stf_sign {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.staff_dir_content .stf_main .stf_panel {
  padding: 20px 35px;
  display: none;
}
.staff_dir_content .stf_main .stf_panel .loc_icon {
  position: relative;
  top: 3px;
}
.staff_dir_content .stf_main .ct_info_wrap {
  display: grid;
  grid-template-columns: 200px 230px;
}
.staff_dir_content .stf_main .ct_info_wrap .ct_info:nth-last-of-type(1):nth-of-type(n + 2) {
  position: relative;
  padding-left: 20px;
}
.staff_dir_content .stf_main .ct_info_wrap .ct_info:nth-last-of-type(1):nth-of-type(n + 2)::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 2px;
  height: calc(100% - 10px);
  background: #084D69;
}
.staff_dir_content .stf_main .ct_info_wrap p {
  margin-bottom: 8px;
}

.int_map .map_row {
  display: grid;
  grid-template-columns: 360px auto;
}
@media (max-width: 768px) {
  .int_map .map_row {
    grid-template-columns: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .int_map .map_row {
    grid-template-columns: 1.5fr 3fr auto;
  }
}
.int_map .map_row .col-le,
.int_map .map_row .col-re {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0px;
}
.int_map .map_row .form-control {
  min-height: 40px;
  background-position: top 15px right 12px;
}
.int_map .map_row .title {
  font-weight: normal;
}
.int_map .map_row form {
  height: 100%;
}
.int_map .searchFilterBlock {
  padding: 55px 32px 100px 32px;
  background: #28C0D2;
  height: 100%;
}
.int_map .searchFilterBlock .form-group {
  margin-bottom: 8px;
}
.int_map .page_title {
  padding-bottom: 20px;
}

.map_details {
  padding-top: 40px;
  padding-bottom: 50px;
}
.map_details .container {
  max-width: 1250px;
}

.main_card_col {
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 24px;
}

.main_card {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid transparent;
  height: 100%;
}
.main_card .card_content {
  padding: 16px;
}
.main_card .card_content h3 {
  font-size: 18px;
}
.main_card:hover {
  border-color: #28C0D2;
}
.main_card:hover h3 {
  text-decoration: underline;
}
.main_card .card_img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main_card .lists {
  padding-left: 15px;
}
.main_card .lists li {
  font-weight: normal;
  color: #001500;
}
.main_card:hover {
  border-color: #084D69;
}
.main_card a {
  text-decoration: none;
}
.main_card .amt_row {
  padding-top: 10px;
}

.amt_row .icons {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0px;
  margin-bottom: 10px;
}
.amt_row .icons li {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #084D69;
  margin-right: 4px;
  margin-bottom: 4px;
}
.amt_row .lists {
  padding-left: 15px;
}
.amt_row h6 {
  margin-bottom: 5px;
}

.tooltip {
  position: absolute !important;
  top: 0px !important;
  transform: rotate(-180deg);
  opacity: 1 !important;
}
.tooltip .arrow:before {
  content: "";
  position: absolute;
  display: block;
  width: 0px;
  left: 50%;
  bottom: auto;
  top: -12px;
  border: 8px solid transparent;
  border-bottom: 0;
  border-top: 8px solid #d9d9d9;
  transform: translate(-50%, calc(100% + 5px));
}

.tooltip-inner {
  background-color: #fff;
  border-radius: 0px;
  color: #000000;
  border: 1px solid #d9d9d9;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}

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

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

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

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

.gm-style-iw.gm-style-iw-c {
  max-width: 300px !important;
  padding: 0px;
  border-radius: 0px !important;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
  border: 0px solid #d9d9d9 !important;
  max-height: none !important;
  overflow: visible;
  margin-top: 20px;
}
.gm-style-iw.gm-style-iw-c button[title=Close] {
  display: none !important;
}
.gm-style-iw.gm-style-iw-c h3 {
  font-family: "Libre Franklin";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  color: #454545;
}
.gm-style-iw.gm-style-iw-c h3 a {
  color: inherit;
}
.gm-style-iw.gm-style-iw-c .img_card_block {
  margin-bottom: 10px;
}
.gm-style-iw.gm-style-iw-c .img_card_block img {
  max-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.gm-style-iw.gm-style-iw-c .gm-style-iw-chr {
  position: absolute;
  right: 0px;
}
.gm-style-iw.gm-style-iw-c .card_content {
  padding: 16px;
}
.gm-style-iw.gm-style-iw-c .card_content h3 {
  font-size: 18px;
}
.gm-style-iw.gm-style-iw-c .card_content:hover h3 {
  text-decoration: underline;
}
.gm-style-iw.gm-style-iw-c .card_content .lists {
  padding-left: 20px;
  font-size: 16px;
}
.gm-style-iw.gm-style-iw-c .card_content .lists li {
  color: #001500;
}

.gm-style-iw-d {
  max-height: none !important;
  overflow: hidden !important;
}
.gm-style-iw-d .card_img img {
  max-width: 100% !important;
}
.gm-style-iw-d p {
  margin-bottom: 8px;
}

.parks_detail_info {
  padding-bottom: 40px;
}
.parks_detail_info .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
.parks_detail_info .main-tabs {
  padding-top: 30px;
}

.park_row {
  padding-bottom: 23px;
  padding-top: 23px;
}
@media (max-width: 768px) {
  .park_row .park_map {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .park_row .park_map .acf-map {
    height: 280px !important;
  }
}
.park_row .park_img .general_carousel {
  margin: 0;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .park_row .park_img {
    width: 100%;
    padding-left: 0px;
  }
}
.park_row .park_img .carousel-inner {
  height: 100%;
}
.park_row .park_img .carousel-item {
  height: 100%;
}
.park_row .park_img .carousel-item img {
  height: 600px;
  min-height: 550px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.park_row .park_img .carousel-control-next,
.park_row .park_img .carousel-control-prev {
  background: rgba(255, 255, 255, 0.75);
  width: 56px;
  height: 56px;
  top: 50%;
  opacity: 1;
  border-radius: 0;
}
.park_row .park_img .carousel-control-next:focus-visible,
.park_row .park_img .carousel-control-prev:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}
.park_row .park_img .carousel-control-next:hover,
.park_row .park_img .carousel-control-prev:hover {
  background: rgba(255, 255, 255, 0.9);
}
.park_row .park_img .carousel-control-next {
  right: 0px;
}
.park_row .park_img .carousel-control-prev {
  left: 0px;
}
.single-trail .park_row .park_img #route_map {
  height: 100% !important;
}
.single-trail .park_row .park_img .carousel-item {
  height: 100%;
}
.single-trail .park_row .park_img .carousel-item img {
  height: auto;
  min-height: 260px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.park_row .cats {
  margin-top: 16px;
}
.park_row .right {
  background: var(--f-7-f-9-fasite-light-gray, #f7f9fa);
}
.park_row iframe {
  max-width: 100%;
  height: 280px;
}
.park_row .pro_facts {
  padding: 20px 30px;
  background: #F7F9FA;
}
.park_row .pro_facts ul li {
  font-weight: 600;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .park_row .acf-map,
  .park_row #route_map {
    height: 330px !important;
  }
  .park_row .park_img .carousel-item {
    height: 100%;
  }
  .park_row .park_img .carousel-item img {
    height: auto;
    min-height: auto;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.widget {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  width: 295px;
  height: 150px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  background-color: #1c900b;
}

.map_park_info {
  padding: 16px 24px;
  background: #F7F9FA;
}
.map_park_info .heading {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 700;
}
.map_park_info .pt_info {
  padding-bottom: 24px;
}
.map_park_info .pt_info p {
  margin: 0;
}

.pk_amen_rent {
  margin-top: 0px;
  margin-bottom: 10px;
}

.main-tabs .nav-tabs {
  justify-content: flex-start;
  border-color: #ced1ce;
  padding-left: 15px;
  padding-right: 15px;
}
.main-tabs .nav-tabs li {
  margin-right: 4px;
  margin-bottom: 0px;
}
.main-tabs .nav-tabs li a {
  background: #f6f7f7;
  border: 1px solid #ced1ce;
  color: #001500;
  padding: 8px 10px;
  min-width: 130px;
  text-align: center;
  border-radius: 0px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  border-bottom: 0px;
}
.main-tabs .nav-tabs li a.active {
  background: #ffffff;
  color: #001500;
}
.main-tabs .tab-content {
  padding-top: 40px;
}

.park_dt_content .document_era {
  padding-top: 30px;
}
.park_dt_content .document_era h3 {
  margin-bottom: 20px;
}
.park_dt_content .advgb-tab-body h3 {
  font-size: 32px;
}
.park_dt_content .advgb-tabs-wrapper ul.advgb-tabs-panel {
  margin-left: 0px !important;
}

.ralated_parks {
  padding-top: 30px;
}
.ralated_parks .main_card_col {
  padding: 0px;
  max-width: 300px;
}

.project_detail .park_row {
  padding-bottom: 30px;
}

.title-sec {
  padding-bottom: 40px;
  padding-left: 55px;
}
.title-sec > .d-flex {
  gap: 30px;
}
.title-sec h1 {
  font-size: 30px;
  font-weight: 700;
  font-family: "Libre Franklin", sans-serif;
}

.single-park .result-sec,
.single-trail .result-sec {
  padding-bottom: 0;
  border-top: 1px solid var(--9-bb-1-be-lighest-blue, #9bb1be);
}
.single-park .result-sec h2,
.single-trail .result-sec h2 {
  color: var(--454545-text-color, #454545);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
}

.contact_wrap .contact_row {
  background: #28C0D2;
}
.contact_wrap .contact_row h3 {
  font-size: 18px;
}
.contact_wrap .contact_row h2 {
  margin-bottom: 24px;
}
.contact_wrap .contact_row .ct_info {
  padding-bottom: 10px;
}
.contact_wrap .contact_row .btn_sm {
  min-width: 290px;
}
@media (max-width: 768px) {
  .contact_wrap .contact_row .btn_sm {
    min-width: 100%;
  }
}
.contact_wrap .cont_info {
  padding: 40px 5px 30px 5px;
}
.contact_wrap .contact_bottom_row {
  padding-top: 25px;
  padding-bottom: 25px;
}

.um-page .page_title {
  background: none;
  padding-top: 40px !important;
}
.um-page .page_title h1 {
  color: #001500;
}
.um-page .main_breadcrumb {
  display: none;
}
.um-page .um-account {
  max-width: 1200px;
}
.um-page .um-account .um-account-name > a {
  font-size: 16px;
  font-weight: 600;
  color: #001500;
  text-transform: capitalize;
}
.um-page .um-account div.um-account-heading {
  color: #001500;
  margin-bottom: 15px !important;
}
.um-page .um-account div.um-account-heading i {
  color: #084D69;
}
.um-page .um-account .um-form-field {
  border: 1px solid #898888 !important;
  color: #001500 !important;
}
.um-page .um-account .um-account-side li {
  background: #28C0D2;
  margin-bottom: 2px !important;
}
.um-page .um-account .um-account-side li a {
  height: 32px;
}
.um-page .um-account .um-account-side li a span.um-account-title {
  height: 32px;
  color: #001500;
  font-size: 16px;
  font-weight: 400;
  padding-left: 15px;
}
.um-page .um-account .um-account-side li a .um-faicon-angle-right::before {
  font-weight: 100 !important;
}
.um-page .um-account .um-account-side li a.current span.um-account-title {
  font-weight: 700;
}
.um-page .um-account .um-account-side li a.current .um-faicon-angle-right::before {
  font-weight: 700 !important;
}
.um-page .um-account .um-account-side li a:hover {
  background: #c6dfe7;
}
.um-page .um-account .um-account-side li a span.um-account-arrow {
  opacity: 1;
}
.um-page .um-account .um-account-side li .um-account-icon {
  border-color: #85aec9 !important;
}
.um-page .um-account .um-account-side li .um-account-icon i {
  color: #084D69;
}
.um-page .um-account .um-account-side li .um-account-arrow i {
  color: #084D69;
}
.um-page .um {
  padding-bottom: 40px;
}
.um-page .um .um-field-label label {
  color: #001500;
  font-size: 16px !important;
  font-weight: 600;
  margin-bottom: 0;
}
.um-page .um .um-field-text .um-form-field {
  border: 1px solid #ced1ce !important;
}
.um-page .um .um-field-checkbox-option {
  font-size: 14px;
  color: #001500 !important;
  font-weight: 400;
  margin-left: 28px;
}
.um-page .um .um-col-alt .um-button {
  border-radius: 0 !important;
  color: #001500 !important;
  font-size: 16px;
  font-weight: 600 !important;
  background: #F6B319 !important;
  box-shadow: none;
}
.um-page .um .um-col-alt .um-button:hover {
  background: #1D7698 !important;
  color: #ffffff !important;
}
.um-page .um .um-col-alt .um-button.um-alt {
  background: #ddedf2 !important;
}
.um-page .um .um-col-alt .um-button.um-alt:hover {
  background: #084D69 !important;
  color: #ffffff !important;
}
.um-page .um .um-col-alt-b .um-link-alt {
  font-size: 14px;
  font-weight: 400;
  color: #001500 !important;
}

.aligncenter .row {
  justify-content: center;
}
.aligncenter .wp-block-embed__wrapper {
  text-align: center;
}
.aligncenter.wp-block-video {
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
  margin-right: 15px !important;
}
.alignleft .img_button_row,
.alignleft .simple_list_info .row,
.alignleft .img_text_card_row,
.alignleft .contactcard_row {
  justify-content: flex-start;
}

.alignright {
  float: right;
  margin-left: 10px !important;
}
.alignright .img_button_row,
.alignright .simple_list_info .row,
.alignright .img_text_card_row,
.alignright .contactcard_row {
  justify-content: flex-end;
}

.aligncenter .contactcard_row,
.aligncenter .img_text_card_row,
.aligncenter .img_button_row,
.aligncenter .simple_list_info .row {
  justify-content: center;
}

section.alignleft,
section.alignright {
  float: none !important;
}

figure.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-group {
  padding-top: 40px;
  padding-bottom: 64px;
  padding-left: 0px !important;
  padding-right: 0px !important;
  clear: both;
}
.wp-block-group > .document_era .col-md-12 {
  padding-left: 0px;
  padding-right: 0px;
}
.wp-block-group > h2.has-text-align-center {
  margin-bottom: 32px;
}
.wp-block-group > h2.has-text-align-center.entry-title {
  margin-bottom: 10px;
}
.wp-block-group.alignfull {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.wp-block-group .entry-content {
  margin-bottom: 30px;
}
.wp-block-group > iframe {
  display: table;
}
.wp-block-group > ul,
.wp-block-group > ol {
  padding-left: 60px;
}
.wp-block-group > ul + .wp-block-heading,
.wp-block-group > ol + .wp-block-heading {
  padding-top: 20px;
}
.wp-block-group > ul li,
.wp-block-group > ol li {
  margin-bottom: 8px;
}
.wp-block-group.alignwide > * {
  max-width: 1200px;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.wp-block-group.alignwide > section,
.wp-block-group.alignwide > .wp-block-advgb-adv-tabs,
.wp-block-group.alignwide > .wp-block-group,
.wp-block-group.alignwide > .wp-block-columns,
.wp-block-group.alignwide > .wp-block-advgb-columns,
.wp-block-group.alignwide > .wp-block-media-text,
.wp-block-group.alignwide > .wp-block-table,
.wp-block-group.alignwide > .kb-table-container,
.wp-block-group.alignwide > .wp-block-kadence-tabs {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.wp-block-group.alignwide .container > .row {
  margin-left: 0px;
  margin-right: 0px;
}

@media (min-width: 992px) {
  .kt-inside-inner-col .wp-block-group {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.wp-block-group:not(.gray, .blue, .grey, .lightgreen, .green, .has-secondary-background-color, .has-background) + .wp-block-group:not(.gray, .blue, .grey, .lightgreen, .green, .has-secondary-background-color, .has-background) {
  padding-top: 0px;
}

.wp-block-media-text,
.wp-block-image {
  max-width: 900px !important;
}
.wp-block-media-text.alignfull,
.wp-block-image.alignfull {
  max-width: 100% !important;
}
.wp-block-media-text.alignwide,
.wp-block-image.alignwide {
  max-width: 1200px !important;
}
.wp-block-media-text p + ul.listen_sec,
.wp-block-image p + ul.listen_sec {
  margin-top: -15px;
  width: calc(100% + 20px);
}

.wp-block-media-text + .wp-block-media-text {
  margin-top: 50px;
}

.wp-block-media-text + section {
  padding-top: 40px;
}

.wp-block-media-text + .wp-block-heading {
  padding-top: 25px;
}

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

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

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

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

.img_text_card_row,
.simple_list_info,
.contactcard_row {
  max-width: 910px;
  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 {
  width: 100%;
}

.alignwide .img_text_card_row,
.alignwide .simple_list_info,
.alignwide .contactcard_row {
  max-width: 1210px;
}
.alignwide .wp-block-media-text,
.alignwide .wp-block-table,
.alignwide .kb-table-container {
  max-width: 1200px !important;
}

.alignfull .img_text_card_row,
.alignfull .simple_list_info,
.alignfull .contactcard_row {
  max-width: 100%;
}
.alignfull .wp-block-media-text,
.alignfull .wp-block-table,
.alignfull .kb-table-container {
  max-width: 100% !important;
}

.wp-block-media-text {
  position: relative;
}
.wp-block-media-text .block-editor-block-list__block .wp-block-button__link::after {
  top: 5px !important;
}
.wp-block-media-text .wp-block-media-text__media {
  position: relative;
}
.wp-block-media-text .wp-block-media-text__content {
  position: relative;
  padding: 0px 24px 0px 32px !important;
}
.wp-block-media-text .wp-block-media-text__content h2 {
  margin-bottom: 15px;
}
.wp-block-media-text .wp-block-media-text__content > p {
  max-width: 600px;
}
.wp-block-media-text .wp-block-button__link {
  min-width: 220px;
}

.wp-block-group.has-background-background-color .wp-block-media-text.alignwide {
  background: #fff;
}

.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;
}
.main_wrapper .wp-block-buttons > .wp-block-button:last-child {
  margin-right: 0px;
}

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

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

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

.contactcard_row.one {
  flex-direction: column;
  align-items: flex-start;
}

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

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

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

.expanding-grid.five .links > li {
  width: 20%;
}

.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 {
  padding-left: 0px;
  padding-right: 0px;
  background: #fefffa;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
}
.advgb-tabs-wrapper .advgb-tab-body-wrapper div.advgb-tab-body > .has-background:first-of-type:first-child {
  margin-top: -40px;
  margin-bottom: -40px;
}
@media (max-width: 768px) {
  .advgb-tabs-wrapper .advgb-tab-body-wrapper div.advgb-tab-body .container {
    padding: 0px;
  }
}

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

.advgb-tab-body-header {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

.advgb-tab-body-header + div.advgb-tab-body {
  padding-top: 20px !important;
}

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,
.advgb-tab-body-wrapper div.advgb-tab-body .faq_main .container {
  max-width: 900px;
}
.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 #084D69 !important;
  outline: 0 !important;
}

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

.wp-block-image figcaption {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  color: #001500;
}

.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: 900px;
  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 .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-group {
  max-width: 100% !important;
}
.wp-block-group > .wp-block-table,
.wp-block-group > .wp-block-advgb-table,
.wp-block-group > .kb-table-container {
  margin-left: auto;
  margin-right: auto;
}

.main_content > * {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.main_content > .row {
  max-width: 1200px;
  padding-left: 0px;
  padding-right: 0px;
}
.main_content > .wp-block-quote,
.main_content > .wp-block-image,
.main_content > .wp-block-embed,
.main_content > .wp-block-table {
  margin-left: auto;
  margin-right: auto;
}
.main_content > .wp-block-group:first-of-type:first-child {
  padding-top: 0px;
}
.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,
.main_content > section,
.main_content > .wp-block-kadence-tabs {
  padding-top: 40px;
}
.main_content > figure:first-of-type:first-child {
  margin-top: 40px;
}
.main_content > p:last-of-type:last-child,
.main_content > h2:last-of-type:last-child,
.main_content > h3:last-of-type:last-child,
.main_content > h4:last-of-type:last-child,
.main_content > h5:last-of-type:last-child,
.main_content > h1:last-of-type:last-child,
.main_content > ul:last-of-type:last-child,
.main_content > ol:last-of-type:last-child,
.main_content > .button_list:last-of-type:last-child,
.main_content > .img_text_card:last-of-type:last-child,
.main_content > .contact_cards:not(.grey, .gray, .blue):last-child,
.main_content > .advgb-recent-posts-block:last-of-type:last-child,
.main_content > .wp-block-buttons:last-of-type:last-child,
.main_content > .gform_wrapper:last-of-type,
.main_content > section {
  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;
}

.main_content > .document_era {
  margin-left: auto !important;
  float: none !important;
  margin-right: auto !important;
}
.main_content > .document_era.alignright .doc_block {
  text-align: right;
}
.main_content > .document_era.alignleft .doc_block {
  text-align: left;
}
.main_content > .document_era.aligncenter .doc_block {
  text-align: center;
}

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

.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: 8px !important;
  box-shadow: none;
  border-radius: 0px;
  border: 0;
  background: #ffffff;
  border: 0;
  border-radius: 0px;
}
.wp-block-advgb-accordions .advgb-accordion-header,
.advgb-accordions-wrapper .advgb-accordion-header {
  padding: 8px 25px !important;
  border: 0 !important;
  border-radius: 0px !important;
  margin-top: 0px !important;
  background: #F7F9FA !important;
  padding-right: 40px !important;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
}
.wp-block-advgb-accordions .advgb-accordion-header .ui-icon,
.advgb-accordions-wrapper .advgb-accordion-header .ui-icon {
  display: none !important;
}
.wp-block-advgb-accordions .advgb-accordion-header:hover,
.advgb-accordions-wrapper .advgb-accordion-header:hover {
  outline: 1px solid #084D69;
}
.wp-block-advgb-accordions .advgb-accordion-header .advgb-accordion-header-title,
.advgb-accordions-wrapper .advgb-accordion-header .advgb-accordion-header-title {
  color: #001500 !important;
  position: relative;
  font-size: 18px !important;
  font-weight: 700;
  font-family: "Libre Franklin", sans-serif;
  text-transform: none;
}
.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;*/
}
.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: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: 18px;
  margin-top: 5px;
  background-image: url(../img/angle-down.svg);
  position: absolute;
  right: 15px;
  background-position: center;
  border-radius: 100px;
}
.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 {
  border: 0 !important;
  padding: 0px !important;
  margin-bottom: 0px !important;
  border-color: #fff !important;
  margin-top: 0px;
}
.wp-block-advgb-accordions .advgb-accordion-body .accordion-content,
.advgb-accordions-wrapper .advgb-accordion-body .accordion-content {
  padding: 25px;
}
.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: 0;
}

.wp-block-kadence-accordion {
  max-width: 1000px;
  padding-bottom: 30px;
}
.wp-block-kadence-accordion .kt-blocks-accordion-header {
  border: 0 !important;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
  background: #f7f9fa !important;
  padding: 16px 32px !important;
  padding-right: 16px !important;
}
.wp-block-kadence-accordion .kt-blocks-accordion-header .kt-blocks-accordion-title {
  font-size: 18px;
  font-weight: 700;
  color: #454545;
  font-family: "Libre Franklin", sans-serif;
}
.wp-block-kadence-accordion .kt-blocks-accordion-header:focus {
  outline: none;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
}
.wp-block-kadence-accordion .kt-blocks-accordion-header:hover {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
}
.wp-block-kadence-accordion .kt-blocks-accordion-header:hover .kt-blocks-accordion-title {
  text-decoration: underline;
}
.wp-block-kadence-accordion .kt-blocks-accordion-header:focus-visible {
  outline: 1px solid #013d62;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
}
.wp-block-kadence-accordion .kt-blocks-accordion-header:focus-visible .kt-blocks-accordion-title {
  text-decoration: underline;
}
.wp-block-kadence-accordion .kt-accordion-inner-wrap {
  row-gap: 15px !important;
}
.wp-block-kadence-accordion .kt-blocks-accordion-icon-trigger:before,
.wp-block-kadence-accordion .kt-blocks-accordion-icon-trigger:after {
  background: #084d69 !important;
}
.wp-block-kadence-accordion .kt-accordion-panel-inner {
  background: none !important;
  padding-bottom: 10px !important;
}

.wp-block-kadence-tabs {
  max-width: 1200px !important;
}
.wp-block-kadence-tabs .kt-tabs-wrap {
  max-width: 100% !important;
  /* Track */
  /* Handle */
}
.wp-block-kadence-tabs .kt-tabs-wrap .kt-tabs-title-list {
  flex-wrap: nowrap !important;
  justify-content: flex-start;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  border-bottom: 1px solid #d8d8d8;
}
@media (max-width: 992px) {
  .wp-block-kadence-tabs .kt-tabs-wrap .kt-tabs-title-list {
    justify-content: flex-start;
  }
}
.wp-block-kadence-tabs .kt-tabs-wrap li.kt-title-item {
  border-radius: 0;
  color: #000 !important;
  font-weight: 500;
  min-width: 236.8px;
  min-height: 36px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px !important;
  margin-right: 4px !important;
  border: 0 !important;
}
.wp-block-kadence-tabs .kt-tabs-wrap li.kt-title-item .kt-tab-title {
  color: #454545 !important;
  text-align: center;
  font-size: 16px !important;
  font-weight: 500 !important;
  width: 100%;
  height: 100%;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative;
  overflow: visible !important;
  border: 1px solid #d8d8d8 !important;
  padding: 8px !important;
  border-radius: 0px !important;
  background: #f7f9fa !important;
  border-bottom: 0px !important;
}
.wp-block-kadence-tabs .kt-tabs-wrap li.kt-title-item .kt-tab-title:focus {
  outline: 0;
}
.wp-block-kadence-tabs .kt-tabs-wrap li.kt-title-item .kt-tab-title p {
  font-size: 16px !important;
  font-weight: 500 !important;
}
.wp-block-kadence-tabs .kt-tabs-wrap li.kt-title-item .kt-tab-title:focus-visible {
  outline: 1px solid #013d62;
  outline-offset: -1px;
}
.wp-block-kadence-tabs .kt-tabs-wrap li.kt-title-item:last-child {
  margin-right: 0 !important;
}
.wp-block-kadence-tabs .kt-tabs-wrap li.kt-title-item:hover {
  background: #084D69 !important;
}
.wp-block-kadence-tabs .kt-tabs-wrap li.kt-title-item:hover .kt-tab-title {
  font-weight: 500;
  color: #fff !important;
  background: #084D69 !important;
}
.wp-block-kadence-tabs .kt-tabs-wrap li.kt-title-item:hover .kt-tab-title p {
  color: #fff !important;
}
.wp-block-kadence-tabs .kt-tabs-wrap li.kt-title-item.kt-tab-title-active .kt-tab-title {
  color: #001500 !important;
  background: #fff !important;
}
.wp-block-kadence-tabs .kt-tabs-wrap li.kt-title-item.kt-tab-title-active .kt-tab-title p {
  color: #454545 !important;
  font-weight: 500;
}
.wp-block-kadence-tabs .kt-tabs-wrap li.kt-title-item:focus {
  background: #1D7698 !important;
}
.wp-block-kadence-tabs .kt-tabs-wrap .kt-tab-inner-content {
  border: 0 !important;
  background: none !important;
  padding: 40px 16px 16px !important;
}
.wp-block-kadence-tabs .kt-tabs-wrap .kt-tab-inner-content-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.wp-block-kadence-tabs .kt-tabs-wrap .kt-tabs-title-list::-webkit-scrollbar {
  width: 12px;
}
.wp-block-kadence-tabs .kt-tabs-wrap .kt-tabs-title-list::-webkit-scrollbar-track {
  background: #ebedee;
}
.wp-block-kadence-tabs .kt-tabs-wrap .kt-tabs-title-list::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #b2b2b3;
}
.wp-block-kadence-tabs .kt-tabs-wrap .kt-tabs-title-list {
  scrollbar-color: #334731 #c3c3c3;
  scrollbar-width: thin;
}
.wp-block-kadence-tabs .kt-tabs-wrap.kt-tabs-layout-vtabs {
  max-width: 1200px !important;
}
.wp-block-kadence-tabs .kt-tabs-wrap.kt-tabs-layout-vtabs ul.kt-tabs-title-list {
  border-bottom: 0px !important;
  justify-content: flex-start;
  width: 25%;
}
.wp-block-kadence-tabs .kt-tabs-wrap.kt-tabs-layout-vtabs ul.kt-tabs-title-list .kt-title-item {
  margin-right: 0px !important;
  margin-bottom: 4px !important;
  background: none !important;
  min-height: 50px;
}
.wp-block-kadence-tabs .kt-tabs-wrap.kt-tabs-layout-vtabs ul.kt-tabs-title-list .kt-title-item .kt-tab-title {
  min-height: 50px;
}
.wp-block-kadence-tabs .kt-tabs-wrap.kt-tabs-layout-vtabs ul.kt-tabs-title-list::after {
  display: none;
}
.wp-block-kadence-tabs .kt-tabs-wrap.kt-tabs-layout-vtabs .kt-tabs-content-wrap {
  width: 75%;
}
.wp-block-kadence-tabs .kt-tabs-wrap.kt-tabs-layout-vtabs .kt-tab-inner-content {
  padding-top: 20px !important;
}
.wp-block-kadence-tabs .kt-tabs-wrap.kt-tabs-mobile-layout-accordion .kt-tabs-accordion-title .kt-tab-title {
  color: #454545 !important;
  text-align: center;
  font-size: 16px !important;
  font-weight: 500 !important;
  width: 100%;
  height: 100%;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative;
  overflow: visible !important;
  border: 1px solid #d8d8d8 !important;
  padding: 8px !important;
  border-radius: 0px !important;
  background: #f7f9fa !important;
}
.wp-block-kadence-tabs .kt-tabs-wrap.kt-tabs-mobile-layout-accordion .kt-tabs-accordion-title .kt-tab-title:focus {
  outline: 0;
}
.wp-block-kadence-tabs .kt-tabs-wrap.kt-tabs-mobile-layout-accordion .kt-tabs-accordion-title .kt-tab-title p {
  font-size: 16px !important;
  font-weight: 500 !important;
}
.wp-block-kadence-tabs .kt-tabs-wrap.kt-tabs-mobile-layout-accordion .kt-tabs-accordion-title .kt-tab-title:focus-visible {
  outline: 1px solid #013d62;
  outline-offset: -1px;
}
.wp-block-kadence-tabs .kt-tabs-wrap.kt-tabs-mobile-layout-accordion .kt-tabs-accordion-title:hover {
  background: #084D69 !important;
}
.wp-block-kadence-tabs .kt-tabs-wrap.kt-tabs-mobile-layout-accordion .kt-tabs-accordion-title:hover .kt-tab-title {
  font-weight: 500;
  color: #fff !important;
  background: #084D69 !important;
}
.wp-block-kadence-tabs .kt-tabs-wrap.kt-tabs-mobile-layout-accordion .kt-tabs-accordion-title:hover .kt-tab-title p {
  color: #fff !important;
}
.wp-block-kadence-tabs .kt-tabs-wrap.kt-tabs-mobile-layout-accordion .kt-tabs-accordion-title.kt-tab-title-active .kt-tab-title {
  color: #001500 !important;
  background: #fff !important;
}
.wp-block-kadence-tabs .kt-tabs-wrap.kt-tabs-mobile-layout-accordion .kt-tabs-accordion-title.kt-tab-title-active .kt-tab-title p {
  color: #454545 !important;
  font-weight: 500;
}

.park_desc .kt-tabs-title-list {
  justify-content: flex-start !important;
}

.wp-block-table,
.wp-block-advgb-table,
.kb-table-container {
  border: 0px solid #cdd9ea;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.wp-block-table table,
.wp-block-advgb-table table,
.kb-table-container table {
  min-width: 900px;
  overflow: hidden;
}
.wp-block-table table.kb-table tbody tr:nth-child(2n+1),
.wp-block-advgb-table table.kb-table tbody tr:nth-child(2n+1),
.kb-table-container table.kb-table tbody tr:nth-child(2n+1) {
  background: #e7eaec !important;
}
.wp-block-table table.kb-table tbody tr:nth-child(2n),
.wp-block-advgb-table table.kb-table tbody tr:nth-child(2n),
.kb-table-container table.kb-table tbody tr:nth-child(2n) {
  background: #f7f9fa !important;
}
.wp-block-table thead,
.wp-block-advgb-table thead,
.kb-table-container thead {
  border-bottom: none !important;
}
.wp-block-table td,
.wp-block-advgb-table td,
.kb-table-container td {
  padding: 16px 16px 16px 32px !important;
  border: 1px solid #fff !important;
  color: #454545;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  font-family: "Libre Franklin", sans-serif;
}
.wp-block-table td p,
.wp-block-advgb-table td p,
.kb-table-container td p {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.wp-block-table td:last-child,
.wp-block-advgb-table td:last-child,
.kb-table-container td:last-child {
  /*   border-right: 0px !important;*/
}
.wp-block-table th,
.wp-block-advgb-table th,
.kb-table-container th {
  background: #084D69;
  text-transform: none;
  color: #fff;
  border-top: 0 !important;
  border-bottom: 0px !important;
  padding: 24px 24px 24px 32px !important;
  border: 0 !important;
  font-weight: 700;
  font-size: 16px;
  text-align: left;
  font-family: "Libre Franklin", sans-serif;
  border-right: 1px solid #fff !important;
}
.wp-block-table th p,
.wp-block-advgb-table th p,
.kb-table-container th p {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.wp-block-table th:last-child,
.wp-block-advgb-table th:last-child,
.kb-table-container th:last-child {
  border-top-right-radius: 0px;
}
.wp-block-table th:first-child,
.wp-block-advgb-table th:first-child,
.kb-table-container th:first-child {
  border-top-left-radius: 0px;
}
.wp-block-table tbody tr:nth-child(2n+1),
.wp-block-advgb-table tbody tr:nth-child(2n+1),
.kb-table-container tbody tr:nth-child(2n+1) {
  background: #e7eaec !important;
}
.wp-block-table tbody tr:nth-child(2n),
.wp-block-advgb-table tbody tr:nth-child(2n),
.kb-table-container tbody tr:nth-child(2n) {
  background: #f7f9fa !important;
}

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

.cont_form .wp-block-heading.has-text-align-center {
  margin-bottom: 15px;
}

.form-section {
  background: #084D69;
  padding: 40px 40px 20px 40px;
}
.form-section .gform_button {
  padding: 10px 25px !important;
  min-width: 160px;
}
.form-section .gform_footer {
  padding-top: 0px !important;
}
.form-section .gform_fields {
  grid-gap: 12px !important;
}
.form-section .gform_confirmation_message {
  color: #ffffff;
}
.form-section .gform_confirmation_message h2 {
  color: #ffffff;
}

.main_wrapper .advgb-tabs-wrapper.advgb-tab-horz-desktop {
  max-width: 1200px !important;
}
.main_wrapper .advgb-tabs-wrapper.advgb-tab-horz-desktop .advgb-tabs-panel {
  max-width: 100%;
}

.advgb-tabs-wrapper {
  /* Track */
  /* Handle */
}
.advgb-tabs-wrapper ul.advgb-tabs-panel {
  margin: 0 auto !important;
  display: flex;
  justify-content: center;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  border-bottom: 1px solid #ced1ce;
}
.advgb-tabs-wrapper ul.advgb-tabs-panel:after {
  /* content: '';
               position: absolute;
               width: 100%;
               height: 1px;
               background: $black;
               left: 0px;
               bottom: 0px;*/
}
.advgb-tabs-wrapper ul.advgb-tabs-panel li.advgb-tab {
  border-radius: 0 !important;
  background: #F7F9FA !important;
  color: #000000 !important;
  font-weight: 700;
  min-width: 145px;
  min-height: 35px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px !important;
  margin-right: 4px !important;
  border: 0 !important;
}
.advgb-tabs-wrapper ul.advgb-tabs-panel li.advgb-tab a {
  font-family: "Libre Franklin", sans-serif;
  color: #001500 !important;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  height: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: visible !important;
  background: #F7F9FA !important;
  border: 1px solid #ced1ce !important;
  border-bottom: 0px !important;
  padding: 6px 15px;
}
.advgb-tabs-wrapper ul.advgb-tabs-panel li.advgb-tab a:focus {
  outline: 0;
}
.advgb-tabs-wrapper ul.advgb-tabs-panel li.advgb-tab.advgb-tab.advgb-tab-active {
  background: #ffffff !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 {
  font-weight: 500;
  color: #001500 !important;
  background: #ffffff !important;
}
.advgb-tabs-wrapper ul.advgb-tabs-panel li.advgb-tab.advgb-tab.advgb-tab-active a p {
  color: #001500 !important;
}
.advgb-tabs-wrapper ul.advgb-tabs-panel li.advgb-tab:hover a {
  color: #ffffff !important;
  background: #084D69 !important;
}
.advgb-tabs-wrapper ul.advgb-tabs-panel li.advgb-tab:hover a p {
  color: #fff !important;
  font-weight: 500;
}
.advgb-tabs-wrapper ul.advgb-tabs-panel li.advgb-tab:focus {
  background: #1D7698 !important;
}
.advgb-tabs-wrapper .advgb-tabs-panel::-webkit-scrollbar {
  width: 10px;
}
.advgb-tabs-wrapper .advgb-tabs-panel::-webkit-scrollbar-track {
  background: #eee;
}
.advgb-tabs-wrapper .advgb-tabs-panel::-webkit-scrollbar-thumb {
  background: #43546a;
  border-radius: 20px;
}
.advgb-tabs-wrapper .advgb-tabs-panel {
  scrollbar-color: #43546a #eee;
  scrollbar-width: thin;
}
.advgb-tabs-wrapper.advgb-tab-vert-desktop {
  max-width: 1200px !important;
  padding-left: 20px;
  padding-right: 20px;
}
.advgb-tabs-wrapper.advgb-tab-vert-desktop ul.advgb-tabs-panel {
  border-bottom: 0px !important;
  justify-content: flex-start;
}
.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 .advgb-tab {
  margin-right: 0px !important;
  margin-bottom: 4px !important;
  min-height: 54px;
}
.advgb-tabs-wrapper.advgb-tab-vert-desktop ul.advgb-tabs-panel .advgb-tab a {
  border: 1px solid #ced1ce !important;
  min-height: 54px;
}
.advgb-tabs-wrapper.advgb-tab-vert-desktop ul.advgb-tabs-panel::after {
  display: none;
}
.advgb-tabs-wrapper.advgb-tab-vert-desktop div.advgb-tab-body {
  padding: 24px;
}
.advgb-tabs-wrapper.overflowing .advgb-tabs-panel {
  justify-content: flex-start;
}

.alert-area {
  background: #ffd600;
  /*  position: absolute;
         top: 118px;
         z-index: 9;*/
  width: 100%;
}
.alert-area .alert {
  background: none;
  border: 0;
  text-align: center;
  margin: 0;
  padding-right: 40px;
}
.alert-area p {
  color: #000;
  font-weight: 500;
  margin-bottom: 2px;
  font-size: 16px;
}
.alert-area a {
  color: #000;
  font-weight: 500;
  text-decoration: underline;
}
.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: 4px 4px;
  color: #000000;
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
}
.cvf-universal-pagination ul li.inactive {
  display: none !important;
}
.cvf-universal-pagination ul li.inactive:hover {
  cursor: pointer;
}
.cvf-universal-pagination ul li:hover {
  font-weight: 700;
}
.cvf-universal-pagination ul li.selected {
  font-weight: bold;
  opacity: 1;
}
.cvf-universal-pagination ul li:nth-child(1) {
  /* display: none;*/
}

.block-editor .block-editor-block-list__block .advgb-post-datetime {
  margin-left: -88px;
}

.main_wrapper .gform_wrapper.gravity-theme {
  padding: 40px 48px 24px 48px !important;
  background: #f7f9fa;
}
.main_wrapper .gform_wrapper.gravity-theme form {
  max-width: 725px;
  margin: auto;
}
.main_wrapper .gform_wrapper.gravity-theme input[type=color],
.main_wrapper .gform_wrapper.gravity-theme input[type=date],
.main_wrapper .gform_wrapper.gravity-theme input[type=datetime-local],
.main_wrapper .gform_wrapper.gravity-theme input[type=datetime],
.main_wrapper .gform_wrapper.gravity-theme input[type=email],
.main_wrapper .gform_wrapper.gravity-theme input[type=interh],
.main_wrapper .gform_wrapper.gravity-theme input[type=number],
.main_wrapper .gform_wrapper.gravity-theme input[type=password],
.main_wrapper .gform_wrapper.gravity-theme input[type=search],
.main_wrapper .gform_wrapper.gravity-theme input[type=tel],
.main_wrapper .gform_wrapper.gravity-theme input[type=text],
.main_wrapper .gform_wrapper.gravity-theme input[type=time],
.main_wrapper .gform_wrapper.gravity-theme input[type=url],
.main_wrapper .gform_wrapper.gravity-theme input[type=week],
.main_wrapper .gform_wrapper.gravity-theme select,
.main_wrapper .gform_wrapper.gravity-theme textarea {
  background-color: #fff;
  min-height: 55px;
  padding: 16px;
  border-radius: 0px;
  width: 100%;
  border: 1px solid #e8ecef;
  background: #fff;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
}
.main_wrapper .gform_wrapper.gravity-theme .gform_title {
  color: #001500;
  text-align: center;
  font-family: "Libre Franklin", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 24px;
}
.main_wrapper .gform_wrapper.gravity-theme .gform_footer {
  justify-content: center;
  padding: 0;
  padding-top: 24px;
  margin: 0;
}
.main_wrapper .gform_wrapper.gravity-theme textarea.small {
  min-height: 100px;
}
.main_wrapper .gform_wrapper.gravity-theme .gfield_radio,
.main_wrapper .gform_wrapper.gravity-theme .gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
}
.main_wrapper .gform_wrapper.gravity-theme .gfield_radio > div,
.main_wrapper .gform_wrapper.gravity-theme .gfield_checkbox > div {
  margin-right: 15px;
}
.main_wrapper .gform_wrapper.gravity-theme .ginput_container_consent {
  padding-top: 10px;
}
.main_wrapper .gform_wrapper.gravity-theme .ginput_container_consent label {
  display: inline-block;
  padding: 0px;
}
.main_wrapper .gform_wrapper.gravity-theme .gfield_error .validation_message {
  color: red;
}
.main_wrapper .gform_wrapper.gravity-theme .ginput_container_date {
  position: relative;
  max-width: 220px;
}
.main_wrapper .gform_wrapper.gravity-theme .ginput_container_date .ui-datepicker-trigger {
  position: absolute;
  right: 10px;
  top: 10px;
}
.main_wrapper .gform_wrapper.gravity-theme .gsection_title {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}

.wp-pagenavi,
.pagination {
  padding-top: 30px;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.wp-pagenavi a,
.wp-pagenavi span,
.pagination a,
.pagination span {
  border: 0;
  color: #454545;
  font-weight: normal;
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0px 6px;
  text-decoration: none !important;
  padding: 2px 4px;
  font-family: "Libre Franklin", sans-serif;
}
.wp-pagenavi .next.page-numbers,
.wp-pagenavi .prev.page-numbers,
.pagination .next.page-numbers,
.pagination .prev.page-numbers {
  display: none;
}
.wp-pagenavi span.current,
.pagination span.current {
  font-weight: bold;
  color: #43546a;
}
.wp-pagenavi span.current::after,
.pagination span.current::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 1px;
  bottom: 2px;
  left: 50%;
  background: #43546a;
  transform: translateX(-50%);
}
.wp-pagenavi a:hover,
.pagination a:hover {
  font-weight: 700;
  color: #000;
}
.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: $black;*/
}
.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: $black;*/
}
.wp-pagenavi .previouspostslink:hover::after,
.pagination .previouspostslink:hover::after {
  font-weight: bold;
}
.wp-pagenavi .next-page,
.wp-pagenavi .nextpostslink,
.pagination .next-page,
.pagination .nextpostslink {
  font-size: 0px;
  background-image: url(../img/angle-right.svg);
  width: 10px;
  height: 16px;
  margin-left: 5px;
  background-size: 10px;
  top: 0px;
}
.wp-pagenavi .previous-page,
.wp-pagenavi .previouspostslink,
.pagination .previous-page,
.pagination .previouspostslink {
  font-size: 0px;
  background-image: url(../img/angle-right.svg);
  width: 10px;
  height: 16px;
  margin-right: 5px;
  background-size: 10px;
  transform: rotate(180deg);
  top: 1px;
}
.wp-pagenavi .pages,
.pagination .pages {
  display: none;
}
.wp-pagenavi .last,
.wp-pagenavi .first,
.pagination .last,
.pagination .first {
  display: none;
}
.wp-pagenavi span.previous-page,
.wp-pagenavi span.next-page,
.pagination span.previous-page,
.pagination span.next-page {
  opacity: 0.75;
}

#pagination-bottom {
  padding-top: 30px;
  text-transform: uppercase;
}
#pagination-bottom a {
  font-size: 14px;
  font-weight: normal;
  color: #454545;
}
#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: #084D69;
  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: 900px;
  margin: 0px auto;
  padding-top: 30px;
}

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

.addeventatc.add-to-cal {
  color: #084D69 !important;
  font-weight: 600;
  font-size: 16px !important;
  font-family: "Libre Franklin", sans-serif !important;
  box-shadow: none !important;
  background: none !important;
  padding-left: 33px !important;
  z-index: 9;
  opacity: 1;
  padding: 7px 12px 12px 33px;
  text-decoration: none;
  margin-bottom: 10px;
}
.addeventatc.add-to-cal::before {
  content: "";
  position: absolute;
  background-image: url(../img/calendar-icon.svg);
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  left: 0;
  top: 5px;
}
.addeventatc.add-to-cal:hover {
  text-decoration: underline;
  color: #084D69 !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;
}

.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*/
.editor-styles-wrapper .wp-block-post-title {
  font-family: "Poppins", sans-serif !important;
  font-weight: 700 !important;
}

/* link color*/
/*
.editor-styles-wrapper a:where(:not(.wp-element-button)) {
    color: $green !important;
    text-decoration: none !important;
}

.editor-styles-wrapper a:where(:not(.wp-element-button)):hover {
    text-decoration: underline !important;
}*/
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: 100%;
}

.gform-field-label {
  display: block;
  font-weight: 700;
  padding-bottom: 10px;
  padding-top: 5px;
  margin-bottom: 0px;
  font-family: "Libre Franklin", sans-serif;
}

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

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

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

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

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

.faq_main {
  margin: 0 auto;
}
.faq_main .search-filter-title {
  display: grid;
  grid-template-columns: 300px 300px;
  margin-bottom: 10px;
  display: none;
}
.faq_main .search-filter-title .reset {
  margin-top: 5px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .faq_main .search-filter-title .reset {
    position: absolute;
    right: -140px;
    top: 30px;
  }
}
.faq_main .search-filter-title .filterWrap {
  padding-left: 20px;
}
.faq_main .filter_box {
  position: relative;
}

.addtoany_content .addtoany_header {
  font-size: 21px;
  font-weight: 700;
  color: #1c2f5e;
  display: block;
  margin-bottom: 10px;
}
.addtoany_content .addtoany_list {
  display: flex !important;
}
.addtoany_content .addtoany_list > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.addtoany_content .addtoany_list > a > span {
  border-radius: 100px !important;
  width: 35px !important;
  height: 35px !important;
}
.addtoany_content .addtoany_list > a > span svg {
  display: none;
}
.addtoany_content .addtoany_list > a:hover > span {
  background: #8DC63F !important;
  opacity: 1 !important;
}
.addtoany_content .a2a_button_facebook::before {
  content: "";
  position: absolute;
  background-image: url(../img/facebook.svg);
  width: 12px;
  height: 20px;
  background-size: 12px;
  background-repeat: no-repeat;
}
.addtoany_content .a2a_button_twitter::before {
  content: "";
  position: absolute;
  background-image: url(../img/Twitter.svg);
  width: 17px;
  height: 17px;
  background-size: 17px;
  background-repeat: no-repeat;
}
.addtoany_content .a2a_button_linkedin::before {
  content: "";
  position: absolute;
  background-image: url(../img/linkedin.svg);
  width: 17px;
  height: 17px;
  background-size: 17px;
  background-repeat: no-repeat;
}

.table-wrap {
  overflow-x: auto;
  overflow-y: hidden;
}

.acf-map.contact_map_wrap {
  height: 600px;
}

.gm-style .gm-style-iw-c {
  padding: 20px 16px 16px !important;
  min-width: 300px;
}

.page-template-template-parks .gm-style .gm-style-iw-c,
.page-template-template-projects .gm-style .gm-style-iw-c {
  padding: 0px !important;
}
.page-template-template-parks .gm-style .gm-style-iw-tc,
.page-template-template-projects .gm-style .gm-style-iw-tc {
  display: none;
}
.page-template-template-parks .gm-style-iw-d > div > a,
.page-template-template-projects .gm-style-iw-d > div > a {
  text-decoration: none;
}

#wpcontent .acp-sh-container.-sticky {
  top: 50px !important;
}

#wpcontent .edit-post-visual-editor .wp-block-post-title {
  text-transform: uppercase;
}
#wpcontent .edit-post-visual-editor .wp-block-post-title,
#wpcontent .edit-post-visual-editor .wp-block-heading {
  font-family: "Inter", sans-serif !important;
  font-weight: 700;
}
#wpcontent .edit-post-visual-editor h1.wp-block-heading {
  font-size: 40px !important;
}
#wpcontent .edit-post-visual-editor h2.wp-block-heading {
  font-size: 32px !important;
}
#wpcontent .edit-post-visual-editor h3.wp-block-heading {
  font-size: 24px !important;
}
#wpcontent .edit-post-visual-editor h4.wp-block-heading {
  font-size: 18px !important;
}
#wpcontent .edit-post-visual-editor h5.wp-block-heading {
  font-size: 16px !important;
}
/* popover*/
.popover {
  max-width: 900px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #dedede;
  border-radius: 0;
  font-family: "Libre Franklin", sans-serif;
  z-index: 9;
}
.popover .exp_left {
  width: 26%;
  border-right: 1px solid #156cb7;
}
.popover .exp_left .day {
  font-size: 14px;
  color: #1D7698;
  font-weight: normal;
  text-transform: uppercase;
}
.popover .exp_left .category {
  text-transform: uppercase;
}
.popover .exp_right {
  width: 74%;
  padding-left: 25px;
}
.popover .exp_right .link {
  margin-top: 10px;
}
.popover p {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
.popover .expand-contentevt {
  padding: 30px;
}
@media (max-width: 768px) {
  .popover {
    width: 100%;
  }
  .popover .exp_left {
    width: 100%;
    border-right: 0px;
  }
  .popover .exp_right {
    width: 100%;
    padding-left: 0px;
    padding-top: 10px;
  }
}

.fc .fc-toolbar.fc-header-toolbar {
  background: #1D7698;
  padding: 10px 0px;
  margin-bottom: 0;
}
.fc .fc-toolbar.fc-header-toolbar h2 {
  color: #ffffff;
}
.fc .fc-toolbar.fc-header-toolbar .fc-button {
  border: 0;
  background: none;
  box-shadow: none !important;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-top: 8px;
}
.fc .fc-toolbar.fc-header-toolbar .fc-button.fc-prev-button:after {
  content: "Previous";
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-shadow: none;
}
.fc .fc-toolbar.fc-header-toolbar .fc-button.fc-next-button::before {
  content: "Next";
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-shadow: none;
}
.fc .fc-view-container {
  background: #e9eef5;
  padding: 70px 50px;
}
.fc .fc-widget-header {
  border: 0;
  font-size: 16px;
  font-weight: 600;
}
.fc .fc-widget-content {
  border: 0;
}
.fc .fc-day-grid td {
  background: #f9fafc;
  border: 1px solid #cdd9ea;
}
.fc .fc-day-grid td.fc-other-month {
  background: #c4c9d1;
  border-color: #e3e3e3;
}
.fc table {
  border-collapse: separate;
  border-spacing: 12px 6px;
}
.fc .fc-day-number {
  font-size: 18px;
  font-weight: 500;
  margin-right: 10px;
}
.fc .fc-basic-view .fc-body .fc-row {
  min-height: 140px;
}
.fc .fc-widget-content .fc-event {
  background: none;
  color: #2d3036;
  font-size: 12px;
  border: 0;
  font-weight: normal;
}
.fc .fc-widget-content .fc-event .fc-title {
  display: block;
}
@media (max-width: 768px) {
  .fc .fc-view-container {
    padding: 10px;
  }
  .fc table {
    min-width: 800px;
  }
  .fc .fc-view {
    overflow: auto;
  }
  .fc .fc-toolbar.fc-header-toolbar h2 {
    font-size: 20px;
  }
}

#wpbody-content .editor-styles-wrapper .contact-row h2 {
  font-size: 20px !important;
}

.has-primary-background-color .advgb-tabs-wrapper ul.advgb-tabs-panel li.advgb-tab a {
  background: #ffffff !important;
}

.acf-map {
  width: 100%;
  height: 408px;
}

.acf-map img {
  max-width: inherit !important;
}

.tribe-block {
  margin: 0px !important;
}

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

/*==================calander-drop-dwon-css=====================*/
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__list-item-icon,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-header .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__button {
  display: flex !important;
  visibility: visible !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-header .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__content {
  display: none;
  height: auto !important;
  padding: var(--tec-spacer-2) calc(var(--tec-spacer-2) / 2);
  position: absolute;
  right: 0;
  top: 68%;
  transform: translateY(var(--tec-spacer-3));
  z-index: var(--tec-z-index-dropdown);
}

.tribe-events-c-events-bar__views:has(.tribe-events-c-view-selector__button--active) .tribe-events-c-view-selector__content {
  display: block !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list {
  display: block !important;
  height: 100%;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item-link {
  padding: 5px 0px !important;
}

.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__button:focus,
.tribe-events .tribe-events-c-view-selector--labels button.tribe-events-c-view-selector__button:focus {
  outline: none !important;
}

.tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-link:after {
  content: inherit !important;
}

/*==================calander-drop-dwon-css-end=====================*/
.tooltipster-base.tribe-events-tooltip-theme {
  max-width: 241px !important;
  min-width: 241px;
  border: none !important;
  border-radius: 0 !important;
  padding: 16px !important;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
  background: #ffffff !important;
}
.tooltipster-base.tribe-events-tooltip-theme .popover-body {
  color: #000;
}
.tooltipster-base.tribe-events-tooltip-theme .popover-body p {
  font-weight: 400;
  color: #000;
  margin-bottom: 15px;
}
.tooltipster-base.tribe-events-tooltip-theme .popover-body .tribe-events-calendar-list__event-datetime {
  font-size: 14px;
  text-transform: uppercase;
  color: #1D7698;
  font-weight: normal;
}
.tooltipster-base.tribe-events-tooltip-theme .popover-body .evt_title {
  font-weight: 700;
  padding-bottom: 20px;
}
.tooltipster-base.tribe-events-tooltip-theme .popover-body .event-cat {
  font-size: 14px;
  font-weight: 300;
  color: #070b0f;
  text-transform: uppercase;
}
.tooltipster-base.tribe-events-tooltip-theme .popover-body .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: start !important;
}
.tooltipster-base.tribe-events-tooltip-theme .popover-body .row h3 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
  color: #43546a;
}
.tooltipster-base.tribe-events-tooltip-theme .popover-body .row .cat {
  color: #4d4d50;
  font-weight: 700;
  margin-bottom: 15px;
  display: block;
}
.tooltipster-base.tribe-events-tooltip-theme .popover-body .row .col-md-5,
.tooltipster-base.tribe-events-tooltip-theme .popover-body .row .col-md-7 {
  flex: 0 0 100%;
  max-width: 100%;
}
.tooltipster-base.tribe-events-tooltip-theme .popover-body .row .col-md-5 {
  border-right: 5px solid #bfc2a8;
}
@media (min-width: 992px) {
  .tooltipster-base.tribe-events-tooltip-theme .popover-body .row .col-md-7 {
    padding-left: 20px;
  }
}
.tooltipster-base.tribe-events-tooltip-theme .popover-body .row .event_right {
  border-left: 1px solid #156cb7;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .tooltipster-base.tribe-events-tooltip-theme .popover-body .row .event_right {
    padding-left: 0px;
    border-left: 0px;
  }
}
.tooltipster-base.tribe-events-tooltip-theme .popover-body .row .more a {
  background: #ccbe9e !important;
  padding: 12px 15px !important;
  font-size: 18px !important;
  font-weight: 600 !important;
}
.tooltipster-base.tribe-events-tooltip-theme .popover-body .row .more a:hover {
  background: #337d58 !important;
  color: #fff !important;
}
.tooltipster-base.tribe-events-tooltip-theme .popover-body .row .ev-address strong {
  font-weight: normal;
}
.tooltipster-base.tribe-events-tooltip-theme .popover-body .row .ev-address a {
  font-weight: normal;
}
.tooltipster-base.tribe-events-tooltip-theme .popover-body .cancel-info {
  text-transform: uppercase;
  color: #b61717;
  display: block;
  margin-bottom: 10px;
}
.tooltipster-base.tribe-events-tooltip-theme .popover-body .modal-footer {
  justify-content: center;
  padding-top: 30px;
  display: none;
  max-width: 800px;
}
.tooltipster-base.tribe-events-tooltip-theme .popover-body .modal-footer h3 {
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
}
.tooltipster-base.tribe-events-tooltip-theme .popover-body .evt_slider {
  padding-left: 25px;
  padding-right: 25px;
}
.tooltipster-base.tribe-events-tooltip-theme .popover-body .evt_slider > h3 {
  margin-bottom: 18px;
}
.tooltipster-base.tribe-events-tooltip-theme .popover-body .evt_slider .post-slide {
  background: #084D69;
  border-radius: 15px;
  padding: 15px;
}
.tooltipster-base.tribe-events-tooltip-theme .popover-body .evt_slider .post-slide p {
  margin-bottom: 0px;
  color: #1D7698;
  opacity: 0.9;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}
.tooltipster-base.tribe-events-tooltip-theme .popover-body .evt_slider .owl-prev {
  position: absolute;
  left: -30px;
  top: 60px;
  transform: translateY(-50%);
  background-image: url(../img/blue-left-arrow.svg) !important;
  width: 20px;
  height: 25px;
  background-repeat: no-repeat !important;
}
.tooltipster-base.tribe-events-tooltip-theme .popover-body .evt_slider .owl-prev span {
  display: none;
}
.tooltipster-base.tribe-events-tooltip-theme .popover-body .evt_slider .owl-next {
  position: absolute;
  right: -30px;
  top: 60px;
  transform: translateY(-50%);
  background-image: url(../img/blue-right-arrow.svg) !important;
  width: 20px;
  height: 25px;
  background-repeat: no-repeat !important;
}
.tooltipster-base.tribe-events-tooltip-theme .popover-body .evt_slider .owl-next span {
  display: none;
}
.tooltipster-base.tribe-events-tooltip-theme .popover-body .evt_slider .owl-dots {
  display: none;
}
.tooltipster-base.tribe-events-tooltip-theme .popover-body .hide_arrow .owl-nav {
  display: none;
}
.tooltipster-base.tribe-events-tooltip-theme .popover-body .hide_arrow {
  display: flex;
  justify-content: center;
}
.tooltipster-base.tribe-events-tooltip-theme .popover-body .add_cal_det .addeventatc {
  box-shadow: none !important;
  text-shadow: none !important;
  color: #1D7698 !important;
  font-weight: 800 !important;
  font-family: "Roboto Condensed", sans-serif !important;
  padding: 13px 12px 12px 35px !important;
  text-decoration: underline;
}
.tooltipster-base.tribe-events-tooltip-theme .popover-body .add_cal_det .addeventatc::before {
  left: -3px !important;
}
.tooltipster-base.tribe-events-tooltip-theme .popover-body .add_cal_det .addeventatc_dropdown span {
  padding: 10px 10px 14px 55px !important;
}

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

.tribe-events-view .tribe-events-l-container {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  min-height: 100px !important;
}
.tribe-events-view .tribe-events-header__events-bar {
  border: 1px solid #454545 !important;
  border-radius: 5px;
  margin-bottom: 25px !important;
}
@media (max-width: 768px) {
  .tribe-events-view .tribe-events-header__events-bar {
    border: 0px !important;
  }
}
.tribe-events-view .tribe-events-header__events-bar .tribe-events-c-search__input {
  padding: 15px 15px 15px 40px !important;
}
.tribe-events-view .tribe-events-header__events-bar .tribe-events-c-search__input-control-icon-svg path {
  fill: #8DC63F !important;
}
.tribe-events-view .tribe-events-header__events-bar .tribe-common-form-control-text__input {
  color: #4d4d50;
}
.tribe-events-view .tribe-events-header__events-bar .tribe-events-c-events-bar__search-container {
  background: none !important;
}
@media (max-width: 768px) {
  .tribe-events-view .tribe-events-header__events-bar .tribe-events-c-events-bar__search-container {
    background: #fff !important;
  }
}
.tribe-events-view .tribe-events-header__events-bar .tribe-events-c-view-selector__button {
  padding: 15px 15px !important;
}
@media (max-width: 768px) {
  .tribe-events-view .tribe-events-header__events-bar .tribe-events-c-view-selector__button {
    padding: 0px !important;
  }
}
.tribe-events-view .tribe-events-header__events-bar .tribe-events-c-view-selector__content {
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15) !important;
}
.tribe-events-view .tribe-events-header__events-bar ::-webkit-input-placeholder {
  font-family: "Lato", sans-serif !important;
  font-size: 16px !important;
  color: #454545 !important;
  padding-bottom: 0px !important;
  font-weight: normal !important;
}
.tribe-events-view .tribe-events-header__events-bar ::-moz-placeholder {
  font-family: "Lato", sans-serif !important;
  font-size: 16px !important;
  color: #454545 !important;
  padding-bottom: 0px !important;
  font-weight: normal !important;
}
.tribe-events-view .tribe-events-header__events-bar :-ms-input-placeholder {
  font-family: "Lato", sans-serif !important;
  font-size: 16px !important;
  color: #454545 !important;
  padding-bottom: 0px !important;
  font-weight: normal !important;
}
.tribe-events-view .tribe-events-header__events-bar :-moz-placeholder {
  font-family: "Lato", sans-serif !important;
  font-size: 16px !important;
  color: #454545 !important;
  padding-bottom: 0px !important;
  font-weight: normal !important;
}
.tribe-events-view .tribe-events-c-view-selector__button-text {
  font-family: "Libre Franklin", sans-serif !important;
  font-size: 15px !important;
  color: #454545 !important;
  font-weight: normal !important;
}
.tribe-events-view .tribe-events-c-top-bar .tribe-common-c-svgicon path {
  fill: #013D62 !important;
}
.tribe-events-view .tribe-events-c-top-bar .tribe-common-c-btn-icon:disabled svg path {
  fill: #ced1ce !important;
}
.tribe-events-view .tribe-events-c-top-bar .tribe-common-c-btn-icon--caret-right:disabled .tribe-common-c-btn-icon__icon-svg path {
  opacity: 0.7 !important;
}
.tribe-events-view .tribe-events-c-top-bar .tribe-common-c-btn-border-small {
  font-size: 16px !important;
  color: #000 !important;
  font-family: "Libre Franklin", sans-serif !important;
  font-weight: 600 !important;
  padding: 6px 15px !important;
  text-decoration: none !important;
  display: inline-block !important;
  text-align: center !important;
  position: relative !important;
  border-radius: 0px !important;
  text-decoration: none !important;
  border: 0;
}
.tribe-events-view .tribe-events-c-top-bar .tribe-common-c-btn-border-small:hover {
  background: #8DC63F !important;
  color: #fff !important;
  text-decoration: none !important;
}
.tribe-events-view .tribe-events-c-top-bar .tribe-events-c-top-bar__datepicker-time span {
  font-size: 34px !important;
  font-family: "Libre Franklin", sans-serif !important;
  color: #1D7698 !important;
  font-weight: 700 !important;
}
.tribe-events-view .tribe-events-c-top-bar .tribe-events-c-top-bar__datepicker-button-icon-svg {
  height: 10px !important;
  width: 16px !important;
}
.tribe-events-view .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event {
  display: block !important;
  margin: 0px !important;
}
.tribe-events-view .tribe-events-calendar-list__event-row .tribe-events-status-label {
  display: none;
}
.tribe-events-view .evt_filter .tribe-filter-bar--vertical.tribe-filter-bar {
  margin-right: 18px !important;
  border-bottom: 1px solid #ced1ce;
}
.tribe-events-view .evt_filter .tribe-common-h5 {
  font-size: 18px;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  color: #001500 !important;
  padding-top: 0px !important;
  border-bottom: 1px solid #ced1ce;
}
.tribe-events-view .evt_filter .tribe-filter-bar {
  width: auto !important;
}
@media (max-width: 768px) {
  .tribe-events-view .evt_filter .tribe-filter-bar {
    position: static !important;
  }
}
.tribe-events-view .evt_filter .tribe-filter-bar__filters {
  border: 0 !important;
}
.tribe-events-view .evt_filter .tribe-filter-bar-c-filter {
  /* border: 0 !important;
           border: 1px solid #4d4d50 !important;
           border-radius: 5px !important;*/
}
.tribe-events-view .evt_filter .tribe-filter-bar-c-filter .tribe-filter-bar-c-filter__toggle {
  color: #001500 !important;
  padding: 13px 10px !important;
  opacity: 1 !important;
  font-size: 14px !important;
  font-weight: 700;
  padding-left: 0px !important;
}
.tribe-events-view .evt_filter .tribe-filter-bar-c-filter .tribe-filter-bar-c-filter__toggle-icon {
  /* background-image: url(../img/arrow-down.svg);
              background-repeat: no-repeat;
              width: 19px;
              height: 11px;
              svg {
                  display: none;
              }
              &.tribe-filter-bar-c-filter__toggle-icon--minus {
                  transform: rotate(180deg);
              }*/
}
.tribe-events-view .evt_filter .tribe-filter-bar-c-filter__container {
  padding-left: 8px;
  padding-right: 8px;
}
.tribe-events-view .evt_lst_row_wrap .evt_lst_row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.tribe-events-view .tribe-events-calendar-month__body,
.tribe-events-view .tribe-events-calendar-month__week {
  border: 0 !important;
}
.tribe-events-view .tribe-events-calendar-month__header-column {
  padding-bottom: 5px !important;
  padding-left: 5px !important;
}
.tribe-events-view .tribe-events-calendar-month__header-column-title {
  font-family: "Libre Franklin", sans-serif !important;
  color: #1D7698 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-transform: none;
}
.tribe-events-view .tribe-events-calendar-month__day {
  padding: 0px !important;
  border: 0px !important;
}
.tribe-events-view .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell {
  background: #fff;
  border: 1px solid #ced1ce;
}
.tribe-events-view .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell .tribe-events-calendar-month__day-date {
  font-size: 24px !important;
  font-weight: normal !important;
  text-align: left;
  padding: 8px 16px !important;
  color: #000 !important;
  opacity: 1 !important;
}
.tribe-events-view .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell .tribe-events-calendar-month__day-date a {
  /* font-family: "Lato", sans-serif;
                 font-weight: normal !important;
                 color: #000 !important;*/
}
.tribe-events-view .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell .tribe-events-status-label__text--canceled {
  background: #B61717;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-family: "Inter", sans-serif;
  padding: 3px 10px;
  font-size: 12px;
  font-weight: 500;
  display: block;
}
.tribe-events-view .tribe-events-calendar-month__day.tribe-events-calendar-month__day--past-month .tribe-events-calendar-month__day-cell {
  background: #f6f7f7;
}
.tribe-events-view .tribe-events-calendar-month__day.tribe-events-calendar-month__day--past-month .tribe-events-calendar-month__day-cell .tribe-events-calendar-month__day-date {
  color: #454545 !important;
}
.tribe-events-view .tribe-events-calendar-month__day.tribe-events-calendar-month__day--past-month .tribe-events-calendar-month__day-cell .tribe-events-calendar-month__day-date time {
  color: #454545 !important;
}
.tribe-events-view .tribe-events-calendar-month__day:hover::after {
  display: none !important;
}
.tribe-events-view .tribe-events-calendar-month__day.tribe-events-calendar-month__day--current {
  border-bottom: 5px solid #013d62 !important;
}
.tribe-events-view .tribe-events-calendar-month__day.tribe-events-calendar-month__day--next-month {
  background: #f6f7f7 !important;
}
.tribe-events-view .tribe-events-calendar-month__day.tribe-events-calendar-month__day--next-month .tribe-events-calendar-month__day-cell {
  background: #f6f7f7 !important;
}
.tribe-events-view .tribe-events-calendar-month__calendar-event {
  opacity: 1 !important;
  padding: 0px 16px !important;
}
.tribe-events-view .tribe-events-calendar-month__calendar-event .tribe-events-calendar-month__calendar-event-datetime {
  opacity: 1 !important;
  color: #001500 !important;
  font-size: 12px !important;
  font-weight: normal !important;
  font-family: "Libre Franklin", sans-serif;
  line-height: 12px;
  margin-bottom: 5px;
}
.tribe-events-view .tribe-events-calendar-month__calendar-event .tribe-events-calendar-month__calendar-event-title a {
  font-family: "Libre Franklin", sans-serif;
  color: #001500;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.56px;
}
.tribe-events-view .tribe-events-calendar-month__multiday-event-bar {
  background: #cbcdbe !important;
  border-radius: 0px !important;
}
.tribe-events-view .tribe-events-calendar-month__multiday-event-bar .tribe-events-calendar-month__multiday-event-bar-inner {
  background: #cbcdbe !important;
}
.tribe-events-view .tribe-events-calendar-month__multiday-event-bar .tribe-events-calendar-month__multiday-event-bar-inner .tribe-events-calendar-month__multiday-event-bar-title {
  color: #43546a;
  font-weight: 500;
  text-decoration: underline;
}
.tribe-events-view .tribe-events-calendar-month__multiday-event-bar .tribe-events-calendar-month__multiday-event-bar-inner:hover .tribe-events-calendar-month__multiday-event-bar-title {
  color: #337d58 !important;
}
.tribe-events-view .tribe-events-calendar-month__multiday-event-bar .tribe-events-calendar-month__multiday-event-hidden-link:hover .tribe-events-calendar-month__multiday-event-hidden-title {
  color: #337d58 !important;
}

.tooltipster-base.tribe-events-tooltip-theme .tooltipster-arrow {
  display: none !important;
  overflow: visible !important;
}

.tooltipster-sidetip .tooltipster-arrow-background {
  border: 15px solid transparent !important;
  border-top-color: #fff !important;
  top: 10px !important;
}

.tooltipster-sidetip .tooltipster-arrow-border {
  border: 15px solid transparent !important;
  border-top-color: #4d4d50 !important;
  top: 11px !important;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  transform: rotate(180deg);
  top: -10px !important;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background,
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border,
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background,
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border: 0 !important;
}

/*=================new-css-for calander=================*/
.tribe-common.tribe-events-view button.tribe-common-c-btn.tribe-events-c-search__button {
  width: 100% !important;
  max-width: 122px;
  height: 37px;
  padding: 11px 8px !important;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 3px !important;
  background: #F6B319;
  color: #001500 !important;
  text-align: center;
  font-family: Inter;
  font-size: 12px !important;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.tribe-common.tribe-events-view button.tribe-common-c-btn.tribe-events-c-search__button:hover {
  background: #056a38 !important;
  color: #ffffff !important;
}
.tribe-common.tribe-events-view span.tribe-events-c-events-bar__filter-button-text.tribe-common-b2.tribe-common-a11y-visual-hide {
  font-size: 11px;
}
.tribe-common.tribe-events-view .tribe-events-c-view-selector__button-text {
  font-weight: 700 !important;
  font-size: 11px !important;
  color: #001500;
}
.tribe-common.tribe-events-view .tribe-events-header__events-bar {
  border: none !important;
  border-radius: 5px;
  margin-bottom: 25px !important;
  max-height: 52px;
  padding: 7px 11px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  background: #fff;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
}
.tribe-common.tribe-events-view .tribe-events-header__events-bar .tribe-events-c-search__input-control-icon-svg path {
  fill: #013D62 !important;
  stroke-width: 2px;
}
.tribe-common.tribe-events-view input#tribe-events-events-bar-keyword {
  color: #001500;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.tribe-common.tribe-events-view ::-webkit-input-placeholder {
  font-family: "Inter", sans-serif !important;
  color: #001500 !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal;
  text-transform: uppercase !important;
}
.tribe-common.tribe-events-view ::-moz-placeholder {
  font-family: "Inter", sans-serif !important;
  color: #001500 !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal;
  text-transform: uppercase !important;
}
.tribe-common.tribe-events-view :-ms-input-placeholder {
  font-family: "Inter", sans-serif !important;
  color: #001500 !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal;
  text-transform: uppercase !important;
}
.tribe-common.tribe-events-view :-moz-placeholder {
  font-family: "Inter", sans-serif !important;
  color: #001500 !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal;
  text-transform: uppercase !important;
}
.tribe-common.tribe-events-view .tribe-events-c-top-bar__datepicker-desktop.tribe-common-a11y-hidden {
  color: #001500 !important;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.tribe-common.tribe-events-view a.tribe-common-c-btn-border-small.tribe-events-c-top-bar__today-button.tribe-common-a11y-hidden {
  border-radius: 3px !important;
  border: 1px solid #ced1ce;
  color: #000 !important;
  text-align: center;
  font-size: 10px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal;
}
.tribe-common.tribe-events-view a.tribe-common-c-btn-border-small.tribe-events-c-top-bar__today-button.tribe-common-a11y-hidden:hover {
  background: #8DC63F !important;
  color: #ffffff !important;
}

.tribe-common.tribe-events-view--list .tribe-events-calendar-list__event-details.tribe-common-g-col {
  width: 100% !important;
}
.tribe-common.tribe-events-view--list .evt_lst_row {
  box-shadow: none;
  margin-bottom: 24px !important;
  margin-top: 0px !important;
  border-bottom: 1px solid #ced1ce !important;
  padding-bottom: 24px !important;
}
.tribe-common.tribe-events-view--list .tribe-events-calendar-list__event-details.tribe-common-g-col {
  padding: 0 !important;
}
.tribe-common.tribe-events-view--list .evt_lst_row .text_evt_block {
  padding: 0 !important;
}
.tribe-common.tribe-events-view--list .img_evt_block {
  display: none;
}
.tribe-common.tribe-events-view--list .text_evt_block {
  display: flex !important;
  gap: 24px !important;
}
.tribe-common.tribe-events-view--list .text_evt_block .evt-date {
  background: #8DC63F;
  display: flex;
  max-width: 102px !important;
  min-width: 102px !important;
  padding: 24px;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  color: #ffffff;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  height: -moz-fit-content;
  height: fit-content;
}
.tribe-common.tribe-events-view--list .text_evt_block .evt-date span {
  color: #ffffff;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.tribe-common.tribe-events-view--list .text_evt_block .content-area {
  display: flex;
  flex-direction: column;
}
.tribe-common.tribe-events-view--list .text_evt_block .content-area p.evt-time {
  color: #001500;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}
.tribe-common.tribe-events-view--list .text_evt_block .content-area h6,
.tribe-common.tribe-events-view--list .text_evt_block .content-area h3 {
  color: #001500;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: none;
  margin-bottom: 6px;
}
.tribe-common.tribe-events-view--list .text_evt_block .dt-info a {
  font-weight: 500;
}
.tribe-common.tribe-events-view--list .text_evt_block .dt-info p a strong {
  font-weight: 600;
}
.tribe-common.tribe-events-view--list .text_evt_block p {
  color: #001500;
  margin-bottom: 10px;
}
.tribe-common.tribe-events-view--list .text_evt_block .cancel-info {
  margin-bottom: 10px !important;
}
.tribe-common.tribe-events-view--list .tribe-events-calendar-list__event-details:hover a h6,
.tribe-common.tribe-events-view--list .tribe-events-calendar-list__event-details:hover a h3 {
  text-decoration: underline;
}

.tribe-common.tribe-events-view--photo article.tribe-common-g-col.tribe-events-pro-photo__event {
  border: 1px solid transparent;
  padding: 0 !important;
  margin: 0px 8px 24px;
  display: flex;
  flex-direction: column;
  flex: 1 1 31%;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
}
.tribe-common.tribe-events-view--photo article.tribe-common-g-col.tribe-events-pro-photo__event:hover {
  border: 1px solid #013d62;
}
.tribe-common.tribe-events-view--photo .category {
  background: #013d62;
  padding: 8px 16px !important;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.tribe-common.tribe-events-view--photo .tribe-events-pro-photo__event-featured-image-wrapper {
  margin-bottom: 0 !important;
}
.tribe-common.tribe-events-view--photo .tribe-events-pro-photo__event-details-wrapper {
  padding: 8px 10px !important;
}
.tribe-common.tribe-events-view--photo .tribe-events-pro-photo__event-details {
  display: flex;
  flex-direction: column;
}
.tribe-common.tribe-events-view--photo h3.tribe-events-pro-photo__event-title.tribe-common-h6 {
  order: 2;
}
.tribe-common.tribe-events-view--photo .tribe-events-pro-photo__event-datetime.tribe-common-b2 {
  order: 1;
  margin: 0px !important;
}
.tribe-common.tribe-events-view--photo .tribe-events-pro-photo__event-featured-image-wrapper img {
  border-style: none;
  height: auto;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0px !important;
}
.tribe-common.tribe-events-view--photo span.tribe-events-pro-photo__event-date-tag-daynum.tribe-common-h5.tribe-common-h4--min-medium {
  font-family: "Inter", sans-serif !important;
  color: #001500 !important;
  font-size: 24px;
  line-height: 34px;
}
.tribe-common.tribe-events-view--photo .tribe-events-pro-photo__event-datetime.tribe-common-b2 {
  font-family: "Inter", sans-serif !important;
}
.tribe-common.tribe-events-view--photo span.tribe-events-pro-photo__event-date-tag-month {
  color: #001500 !important;
  font-family: "Inter", sans-serif !important;
}
.tribe-common.tribe-events-view--photo h3.tribe-events-pro-photo__event-title.tribe-common-h6 {
  font-family: "Inter", sans-serif !important;
  color: #001500;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 25.92px;
}

.tribe-events-pro-photo__event:hover h3.tribe-events-pro-photo__event-title.tribe-common-h6 {
  text-decoration: underline;
}

.tribe-common.tribe-events-view--month span.tribe-events-calendar-month__header-column-title-desktop.tribe-common-a11y-hidden {
  color: #001500;
  font-family: "Inter", sans-serif !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.56px;
  text-transform: capitalize;
}
.tribe-common.tribe-events-view--month .tribe-events-calendar-month__day-date-daynum {
  color: #001500;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
}

a.acf-icon.dark.-cancel:hover {
  color: #fff;
}

.block-editor-block-list__block .advgb-tabs-wrapper ul.advgb-tabs-panel {
  overflow: initial;
}

#customModal .gform_confirmation_message {
  color: #ffffff;
}
#customModal .modal-content {
  background: #084D69;
  border-radius: 0;
}
#customModal .gform_fields {
  grid-row-gap: 10px !important;
}
#customModal .modal-footer {
  display: none;
}
#customModal h5 {
  color: #ffffff;
  font-size: 16px;
}
#customModal .modal-header {
  border-bottom: 0;
}
#customModal .modal-dialog {
  min-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto;
}
@media (max-width: 768px) {
  #customModal .modal-dialog {
    min-height: calc(100vh - 20px);
  }
}
#customModal input {
  min-height: 55px;
}
#customModal .gform_button {
  min-height: 45px;
  padding: 10px 25px !important;
}
#customModal .modal-header,
#customModal .modal-body {
  padding-left: 24px;
  padding-right: 24px;
}
#customModal .modal-body {
  padding-top: 5px;
}
#customModal .gform_footer {
  padding-top: 0px !important;
}
#customModal .close {
  background: rgba(255, 255, 255, 0.45);
  border-radius: 100px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 12px;
  right: 20px;
  margin-right: 0;
  margin-top: 0px;
}
#customModal .close span {
  color: #013d62;
  text-shadow: none;
  font-weight: 400;
}
#customModal .close:hover {
  background: rgba(255, 255, 255, 0.8);
}/*# sourceMappingURL=custom.css.map */