@font-face {
  font-family: "Futura Std";
  src: url("../fonts/FuturaStd-Medium.woff2") format("woff2"), url("../fonts/FuturaStd-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura Cyrillic";
  src: url("../fonts/FuturaCyrillicMedium.woff2") format("woff2"), url("../fonts/FuturaCyrillicMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura Cyrillic";
  src: url("../fonts/FuturaCyrillicHeavy.woff2") format("woff2"), url("../fonts/FuturaCyrillicHeavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Black.woff2") format("woff2"), url("../fonts/SourceSansPro-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Bold.woff2") format("woff2"), url("../fonts/SourceSansPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-BlackIt.woff2") format("woff2"), url("../fonts/SourceSansPro-BlackIt.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-ExtraLight.woff2") format("woff2"), url("../fonts/SourceSansPro-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Light.woff2") format("woff2"), url("../fonts/SourceSansPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-It.woff2") format("woff2"), url("../fonts/SourceSansPro-It.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-ExtraLightIt.woff2") format("woff2"), url("../fonts/SourceSansPro-ExtraLightIt.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-LightIt.woff2") format("woff2"), url("../fonts/SourceSansPro-LightIt.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-BoldIt.woff2") format("woff2"), url("../fonts/SourceSansPro-BoldIt.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Bold.woff2") format("woff2"), url("../fonts/SourceSansPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-SemiboldIt.woff2") format("woff2"), url("../fonts/SourceSansPro-SemiboldIt.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Regular.woff2") format("woff2"), url("../fonts/SourceSansPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Semibold.woff2") format("woff2"), url("../fonts/SourceSansPro-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
body {
  color: #000000;
  font-size: 16px;
  font-family: "Source Sans Pro";
}

html {
  font-size: 100%;
}

h1,
.h1,
h3,
.h3,
h4,
.h4 {
  color: #231F20;
  font-family: "Futura Cyrillic";
  font-weight: 700;
}

h2,
.h2 {
  font-family: "Futura Cyrillic";
  color: #231F20;
  font-weight: 500;
}

h5,
.h5,
h6,
.h6 {
  font-family: "Source Sans Pro";
  color: #231F20;
}

h1,
.h1 {
  font-size: 42px;
}

h2,
.h2 {
  font-size: 36px;
  font-weight: 500;
}

h3,
.h3 {
  font-size: 21px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
}

h6,
.h6 {
  font-size: 16px;
  text-transform: none;
}

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

p {
  line-height: 24px;
  font-size: 18px;
  font-weight: normal;
  color: #000000;
  font-family: "Source Sans Pro";
}

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

a {
  color: #0E3FFA;
  font-weight: 600;
}
a:hover {
  color: #08164E;
  text-decoration-style: solid !important;
}

p a {
  text-decoration: underline;
  color: #0E3FFA;
}
p a:hover {
  color: #08164E;
}

li > a {
  text-decoration: underline;
  color: #0E3FFA;
}
li > a:hover {
  color: #08164E;
}

b,
strong {
  font-weight: 700;
  font-family: "Source Sans Pro";
}

.demo_h_tag {
  margin-bottom: 16px;
}

h6.demo_h_tag {
  margin-bottom: 24px;
}

ol li,
ul li {
  margin-top: 8px;
  margin-bottom: 8px;
}

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

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

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

.btn_sm {
  color: #fff;
  padding: 10px 24px;
  display: inline-block;
  text-align: center;
  position: relative;
  background: #08164E;
  border-radius: 5px;
  font-size: 18px;
  text-decoration: none;
  font-weight: bold;
  border: solid 1px #08164E;
  font-family: "Source Sans Pro";
}
.btn_sm:hover {
  background: #7DC8E7;
  color: #231F20;
  text-decoration: none;
}
.btn_sm img {
  margin-right: 10px;
}
.btn_sm:focus {
  color: #fff;
}

.btn_brown {
  color: #fff;
  padding: 8px 16px;
  display: inline-block;
  text-align: center;
  position: relative;
  background: #7B0000;
  border-radius: 0px;
  font-size: 18px;
  text-decoration: none;
  font-weight: bold;
  border: 0;
  text-transform: uppercase;
}
.btn_brown:hover {
  background: #c50105;
  color: #fff;
  text-decoration: none;
}
.btn_brown img {
  margin-right: 10px;
}
.btn_brown:focus {
  color: #fff;
}

.btn_yellow {
  color: #231F20;
  padding: 16px 24px;
  display: inline-flex;
  text-align: center;
  position: relative;
  background: #FAC90E;
  border-radius: 0px;
  font-size: 18px;
  text-decoration: none;
  font-weight: 700;
  align-items: center;
  border: 0;
  -moz-column-gap: 8px;
       column-gap: 8px;
  font-family: "Source Sans Pro";
}
.btn_yellow:hover {
  background: #7DC8E7;
  text-decoration: none;
  color: #231F20;
}
.btn_yellow img {
  width: 20px !important;
  height: 20px !important;
  min-height: 20px !important;
}
.btn_yellow:focus {
  color: #fff;
}

.gform_button,
.gform_wrapper.gravity-theme #field_submit input {
  color: #fff;
  padding: 10px 24px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  position: relative;
  background: #08164E;
  border-radius: 5px;
  text-decoration: none;
  border: 0;
  min-width: 106px;
  border: solid 1px #08164E;
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.gform_button:hover,
.gform_wrapper.gravity-theme #field_submit input:hover {
  background: #7DC8E7;
  color: #08164E;
}

#wpbody-content .gform_button {
  min-width: 50px;
}

/*
    .wp-block-button__link {
        color: #fff !important;
        font-weight: 700 !important;
        padding: 14px 30px;
        text-align: center !important;
        position: relative;
        background: #000000 !important;
        border-radius: 0px !important;
        font-size: 16px !important;
        text-decoration: none !important;
        border: 0;
        &:hover {
            background: $primary !important;
            color: #fff;
            text-decoration: none;
        }
        img {
            margin-right: 10px;
        }
    }*/
.wp-block-button__link {
  background: none !important;
  color: #0E3FFA !important;
  padding: 0px !important;
  font-size: 18px !important;
  position: relative;
  text-decoration: underline;
}
.wp-block-button__link:hover {
  color: #08164E !important;
  text-decoration: underline !important;
}
.wp-block-button__link.wp-element-button {
  display: flex !important;
  padding: 9px 24px !important;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #08164E !important;
  background: #08164E !important;
  color: #ffffff !important;
  font-family: "Source Sans Pro";
  font-size: 18px !important;
  font-weight: 700;
  line-height: normal !important;
  text-decoration: none !important;
}
.wp-block-button__link.wp-element-button:hover {
  background-color: #7DC8E7 !important;
  color: #231F20 !important;
}

.container {
  max-width: 1230px;
}

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

video {
  max-width: 100%;
}

.form-control {
  min-height: 42px;
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 0px;
}

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

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

select {
  min-height: 40px;
  background-image: url(../img/select-arrow.svg);
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: top 16px right 12px;
  min-width: 96px;
  background-size: 18px;
  color: #000000;
  border: 1px solid #000;
  min-height: 50px;
}
select.form-control {
  color: #3E3739;
  cursor: pointer;
  border: 1px solid #3E3739;
}

.gform_wrapper select {
  background-image: url(../img/blue-arrow.svg);
  background-position: top 15px right 12px;
  padding-right: 35px !important;
}

.search-box .btn {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  z-index: 9;
}
.search-box .btn:hover img {
  filter: brightness(0) saturate(100%) invert(1%) sepia(77%) saturate(1660%) hue-rotate(166deg) brightness(90%) contrast(102%);
}
.search-box .form-control {
  color: #000;
}
.search-box ::-webkit-input-placeholder {
  color: #000;
}
.search-box ::-moz-placeholder {
  color: #000;
}
.search-box :-ms-input-placeholder {
  color: #000;
}
.search-box :-moz-placeholder {
  color: #000;
}

label.title {
  font-weight: 700;
  font-family: "Source Sans Pro";
  color: #231F20;
}

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

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

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

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

.main_header {
  position: static;
  background: #08164E;
  z-index: 99;
  width: 100%;
  top: 0px;
}
.main_header a {
  text-decoration: none;
  font-weight: 700;
}
.main_header .navbar_wraper {
  width: 100%;
}
.main_header .navbar {
  padding: 0px;
}
.main_header .navbar-brand {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0px;
  font-size: 14px;
  color: #000000;
  font-weight: bold;
  margin-right: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.main_header .navbar-brand img {
  max-width: 210px;
  margin-right: 25px;
}
.main_header .navbar-collapse {
  flex-direction: column;
}
.main_header .container {
  align-items: flex-start;
}
.main_header .top_header_cont {
  margin-left: auto;
  z-index: 9;
  padding-top: 0px;
  width: 100%;
  background: #24ABE2;
}
.main_header .navbar ul {
  list-style: none;
  padding: 0;
}
.main_header .navbar .container-fluid {
  align-items: center;
}
.main_header .social_media {
  display: flex;
  padding-right: 5px;
}
.main_header .social_media ul {
  display: flex;
  margin: 0;
  padding: 0px;
  list-style: none;
  visibility: visible;
}
.main_header .social_media ul li {
  margin-right: 5px;
}
.main_header .social_media a {
  padding: 7px 9px;
  display: block;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background-color: #004B8F;
}
.main_header .social_media a img {
  max-width: 24px;
  max-height: 18px;
}
.main_header .social_media a:hover {
  background: #08164E;
}
.main_header .top_menu {
  display: flex;
  align-items: center;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.main_header .top_menu .top_inner_menu {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding-right: 24px;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.main_header .top_menu .top_inner_menu a {
  color: #231F20;
  font-family: "Source Sans Pro";
  font-size: 16px;
  padding: 8px 0px;
  display: flex;
  position: relative;
  -moz-column-gap: 8px;
       column-gap: 8px;
  font-weight: 700;
}
.main_header .top_menu .top_inner_menu li {
  margin-top: 0px;
  margin-bottom: 0px;
}
.main_header .top_menu .top_inner_menu a:hover {
  text-decoration: underline;
}
.main_header .top_menu .top_inner_menu li:last-child a::after {
  display: none;
}
.main_header .top_menu .select_language {
  margin-right: 24px;
}
.main_header .top_menu div.asp_m.asp_m_1 .probox .proinput input.orig {
  margin-top: -3px !important;
}
.main_header .top_search {
  display: flex;
  position: relative;
  margin-right: 0px;
}
.main_header .top_search .form-control {
  min-height: 40px;
  padding: 2px 10px;
  border-radius: 0px;
  max-width: 250px;
  height: auto;
}
.main_header .top_search .searchbardiv {
  max-width: 250px;
  display: none;
}
.main_header .top_search .buttonsearch {
  background: none;
  border: 0;
}
.main_header .top_search .buttonsearch img {
  max-width: 25px;
}
.main_header .top_search .innericon {
  background-image: url(../img/search-icon.svg) !important;
  background-size: 20px !important;
  background-position: top 10px right 12px !important;
  height: 40px !important;
  width: 40px !important;
}
.main_header .top_search .innericon svg {
  display: none !important;
}
.main_header .top_search .probox {
  border: 0 !important;
  overflow: visible !important;
  height: 40px !important;
}
.main_header .top_search .asp_main_container {
  overflow: visible !important;
}
.main_header .top_search .proinput {
  min-width: 200px;
}
.main_header .top_search .proinput input.orig {
  font-family: "futura";
  font-size: 15px !important;
  color: #58595B !important;
  padding-bottom: 4px !important;
  font-weight: 400 !important;
  height: 40px !important;
  margin-top: -3px !important;
}
.main_header .top_search ::-webkit-input-placeholder {
  font-family: "futura";
  font-size: 15px !important;
  color: #58595B !important;
  font-weight: 400 !important;
}
.main_header .top_search ::-moz-placeholder {
  font-family: "futura";
  font-size: 15px !important;
  color: #58595B !important;
  font-weight: 400 !important;
}
.main_header .top_search :-ms-input-placeholder {
  font-family: "futura";
  font-size: 15px !important;
  color: #58595B !important;
  font-weight: 400 !important;
}
.main_header .top_search :-moz-placeholder {
  font-family: "futura";
  font-size: 15px !important;
  color: #000 !important;
  font-weight: 400 !important;
}
.main_header .nav_bottom {
  width: 100%;
  height: 124px;
  display: flex;
  align-items: center;
  position: relative;
}
.main_header .navbar-nav > li {
  position: relative;
  margin: 0px 4px;
}
.main_header .navbar-nav > li > a {
  font-size: 21px;
  padding: 34px 18px 34px 18px !important;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 24px;
  position: relative;
  color: #ffffff !important;
  font-weight: 700;
  font-family: "Futura Cyrillic";
  text-transform: uppercase;
  flex-direction: column;
  row-gap: 8px;
}
@media (min-width: 1200px) {
  .main_header .navbar-nav > li:hover .dropdown-menu {
    display: block;
  }
}
.main_header .navbar-nav > li:hover > a:after {
  background: #FAC90E;
  position: absolute;
  bottom: 0px;
  left: 15px;
  right: 15px;
  height: 4px;
  content: "";
}
.main_header .navbar-nav > li:hover > a {
  color: #FAC90E !important;
}
.main_header .navbar-nav > li:hover > a img {
  filter: brightness(0) saturate(100%) invert(90%) sepia(16%) saturate(5467%) hue-rotate(352deg) brightness(101%) contrast(96%);
}
.main_header .navbar-nav > li.has_sub_menu:hover > a:after {
  background: #08164E;
}
.main_header .navbar-nav > li.menu-item-has-children:hover a::after {
  display: none;
}
.main_header .navbar-nav .dropdown-menu {
  width: 288px;
  border-radius: 0px;
  padding: 0px;
  text-align: left;
  margin-top: -1px;
  left: -20px;
  background: #08164E;
  top: 100%;
  border: 0;
  padding-top: 5px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 0;
  padding-bottom: 15px;
  border-top: solid 3px #FAC90E;
}
.main_header .navbar-nav .dropdown-menu > li {
  margin-bottom: 0px;
  position: relative;
}
.main_header .navbar-nav .dropdown-menu > li > a {
  color: #ffffff;
  text-align: left;
  display: block;
  padding: 10px 30px;
  color: var(--White, #FFF);
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
.main_header .navbar-nav .dropdown-menu > li > a:hover {
  color: #FAC90E;
}
.main_header .navbar-nav .dropdown-menu > li > a:hover + ul + .plus-minus::after {
  filter: brightness(0) saturate(100%) invert(91%) sepia(25%) saturate(3159%) hue-rotate(346deg) brightness(97%) contrast(101%);
}
.main_header .navbar-nav .dropdown-menu a {
  white-space: normal;
  background: none;
  color: #ffffff;
}
.main_header .navbar-nav .dropdown-menu .mega-submenu {
  padding-left: 8px;
  display: none;
  position: relative;
}
.main_header .navbar-nav .dropdown-menu .mega-submenu li {
  margin-bottom: 8px;
  position: relative;
}
.main_header .plus-minus {
  position: absolute;
  top: 10px;
  right: 22px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main_header .plus-minus::after {
  content: "";
  position: absolute;
  background-image: url(../img/chevron-down.svg);
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  transform: rotate(90deg);
  background-position: center;
}
.main_header .plus-minus.minus-icon::after {
  content: "";
  transform: rotate(-90deg);
}
.main_header div.asp_m.asp_m_1 .probox .promagnifier {
  height: 40px !important;
  background-color: transparent !important;
  background-image: none !important;
}
.main_header .menu-depth-2 a {
  font-family: "Source Sans Pro";
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: normal;
}
.main_header .menu-depth-2 a:hover {
  color: #FAC90E !important;
}
.main_header .menu-depth-3 {
  padding-left: 16px !important;
}
.main_header .menu-depth-3 a {
  color: var(--White, #FFF);
  font-family: "Source Sans Pro";
  font-size: 14px !important;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}
.main_header .menu-depth-3 a:hover {
  color: #FAC90E !important;
  text-decoration: underline;
}
.main_header .menu-depth-3 + .plus-minus {
  top: 3px !important;
}

.select_language {
  display: flex;
  margin: 0px 2px;
  position: relative;
  padding-left: 0px;
  z-index: 9;
}
.select_language select {
  cursor: pointer;
  background: none;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../img/g_translate.svg) !important;
  background-repeat: no-repeat;
  font-size: 16px;
  color: #231F20 !important;
  box-shadow: none;
  padding-left: 0px;
  padding-right: 30px;
  font-weight: 700;
  background-position: top 13px right 2px;
}
.select_language select option {
  font-size: 16px;
}
.select_language select::-ms-expand {
  display: none;
}
.select_language > div {
  display: flex;
}

.main_banner {
  padding-top: 0px;
  position: relative;
}
.main_banner .iframe_wrap {
  width: 100%;
}
.main_banner .carousel {
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.main_banner .carousel .carousel-inner:before {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(5, 5, 7, 0.3) 0%, rgba(5, 5, 7, 0.3) 100%);
  z-index: 1;
}
.main_banner .carousel-item img {
  width: 100%;
  max-height: calc(100vh - 150px);
  min-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 12/5;
}
.main_banner iframe,
.main_banner video,
.main_banner .wp-video {
  width: 100% !important;
  max-height: calc(100vh - 150px);
  min-height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 9;
}
.main_banner .caption_wrap {
  display: flex;
  justify-content: center;
}
.main_banner .carousel-caption {
  position: absolute;
  width: 1200px;
  bottom: 50px;
  z-index: 9;
  margin: 0 auto;
  display: table;
  left: 0;
  right: 0;
  text-align: left;
}
.main_banner .carousel-caption h1 {
  color: #ffffff;
  max-width: 900px;
  font-size: 66px;
  line-height: normal;
}
.main_banner .carousel-caption span {
  color: #ffffff;
  font-family: "Futura Cyrillic";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.main_banner .carousel-caption p {
  font-size: 21px;
  color: #ffffff;
  max-width: 700px;
}
@media (max-width: 768px) {
  .main_banner .carousel-caption {
    text-align: left;
  }
  .main_banner .carousel-caption h1 {
    font-size: 52px;
  }
}
.main_banner .carousel-control-next {
  width: auto;
  right: 30px;
}
.main_banner .carousel-control-next img {
  transform: rotate(180deg);
}
.main_banner .carousel-control-prev {
  width: auto;
  left: 30px;
}
.main_banner .carousel-indicators li {
  width: 15px;
  height: 15px;
  border: 0;
  border-radius: 100px;
  background: #fff;
  opacity: 1;
}
.main_banner .carousel-indicators li.active {
  background: #08164E;
}

.tripPlanner_wrap {
  position: absolute;
  bottom: 50px;
  width: 1200px;
  z-index: 9;
}
.tripPlanner_wrap .form-control {
  min-height: 50px;
}
.tripPlanner_wrap select {
  background-position: top 18px right 12px;
}

.banner-caption {
  max-width: 650px;
  margin-bottom: 30px;
}
.banner-caption h1 {
  color: #ffffff;
  text-transform: uppercase;
  font-variant: all-small-caps;
}
.banner-caption p {
  font-size: 21px;
  color: #ffffff;
}

.search_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 0.5fr 0.5fr 1fr;
  grid-column-gap: 10px;
  align-items: end;
}
.search_wrap .btn_sm {
  width: 100%;
  height: 50px;
  padding: 11px 16px;
}

.tripPlanner .nav-item {
  margin-bottom: 0px;
}
.tripPlanner .nav-tabs {
  border: 0;
}
.tripPlanner .nav-tabs a {
  font-size: 21px;
  color: #ffffff;
  padding: 18px 20px;
  background: #08164E;
  text-align: center;
  border: 0;
  border-radius: 0px !important;
  box-shadow: none;
  font-family: "Source Sans Pro";
  min-width: 220px;
  font-variant: all-small-caps;
}
.tripPlanner .nav-tabs a:hover {
  background: #08164E;
  color: #fff;
}
.tripPlanner .nav-tabs a.active {
  background: #fff !important;
  color: #000;
}
.tripPlanner .nav-tabs a span {
  font-size: 14px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background: #EA0029;
  display: inline-block;
  color: #ffffff;
  margin-left: 3px;
}
.tripPlanner .tab-content {
  padding: 40px 40px;
  background: #fff;
}
.tripPlanner .tab-content label {
  font-weight: 700;
}
.tripPlanner .tab-content .dep_ifo select {
  font-size: 14px;
  font-weight: 700;
  padding-left: 15px;
}

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

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

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

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

.alertlists .alert-title {
  display: flex;
  justify-content: space-between;
  margin-top: -12px;
}
.alertlists .alert-title a {
  font-family: "Source Sans Pro";
  color: #000000;
  text-decoration: underline;
}
.alertlists .alert-title a:hover {
  color: #08164E;
}
.alertlists span.h6 {
  font-family: "Source Sans Pro";
  margin: 0;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
}
.alertlists span.h6 img {
  margin-right: 8px;
}
.alertlists ul {
  list-style: none;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 12px;
}
.alertlists ul li {
  font-size: 12px;
  font-weight: 700;
  font-family: "Source Sans Pro";
  background: #ececec;
  padding: 6px;
  margin-right: 5px;
  margin-bottom: 6px;
  border-radius: 3px;
  position: relative;
}
.alertlists ul li.active {
  background: #EA0029;
  color: #fff;
}
.alertlists ul li .alert_icon {
  position: absolute;
  right: -4px;
  top: -10px;
}
.alertlists ul .route_active {
  cursor: pointer;
}

.gobtn {
  margin-top: 20px;
}

.nav_section {
  margin-top: 32px;
}
.nav_section .navcol {
  width: 20%;
  padding: 16px 15px;
}
.nav_section .navcol:last-child {
  border: 0;
}
.nav_section .navcol > a:focus .navblock_icon, .nav_section .navcol > a:focus-within .navblock_icon {
  background: #7DC8E7;
}
.nav_section .navcol > a:focus .navblock_icon img, .nav_section .navcol > a:focus-within .navblock_icon img {
  filter: brightness(0) saturate(100%) invert(10%) sepia(1%) saturate(3921%) hue-rotate(295deg) brightness(95%) contrast(93%);
}
.nav_section .navBlock_col {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 16px;
}
.nav_section .navBlock_col:hover .navblock_icon, .nav_section .navBlock_col:focus .navblock_icon {
  background: #7DC8E7;
}
.nav_section .navBlock_col:hover .navblock_icon img, .nav_section .navBlock_col:focus .navblock_icon img {
  filter: brightness(0) saturate(100%) invert(10%) sepia(1%) saturate(3921%) hue-rotate(295deg) brightness(95%) contrast(93%);
}
.nav_section .navblock_icon {
  background: #08164E;
  border-radius: 100px;
  width: 90px;
  height: 90px;
  min-width: 90px;
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border: 1px solid #0D2CA0;
}
.nav_section .navblock_icon img {
  width: 40px;
  height: 40px;
  filter: brightness(0) invert(1);
}
.nav_section h4,
.nav_section h3 {
  color: #231F20;
  font-size: 21px;
}
.nav_section p {
  margin-bottom: 0px;
}
.nav_section a:hover {
  text-decoration: none;
}

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

.main-services {
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .main-services .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1900px;
  }
}

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

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

.newsRow {
  margin-left: 0px;
  margin-right: 0px;
  flex-wrap: wrap;
}
.newsRow .newsColumn {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  width: calc(25% - 12px);
}
.newsRow .news_column_wraper {
  width: 75%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.newsRow .news_column_wraper .news_column_main {
  display: flex;
  justify-content: center;
}

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

.NewsMettings {
  padding-top: 64px;
  padding-bottom: 64px;
}
.NewsMettings .newsRow {
  flex-wrap: nowrap;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.NewsMettings .newsRow .newsColumn {
  width: calc(33.33% - 12px);
}
.NewsMettings h2 {
  margin-bottom: 16px;
}

.top-Title {
  margin-bottom: 24px;
  align-items: center;
}
.top-Title h2 {
  margin-bottom: 0px;
}
.top-Title P {
  color: #3E3739;
  font-size: 20px;
  padding-top: 20px;
  font-weight: 600;
}

.up_events .evt_row {
  padding-top: 6px;
}
.up_events .evt_col {
  margin-bottom: 20px;
  padding: 0px 6px;
}
.up_events .evt_col a {
  text-decoration: none;
}
.up_events .evt-content {
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
  background: #ffffff;
}
.up_events .evt-content .evt_date {
  padding: 5px 10px;
  min-height: 55px;
  display: flex;
  align-items: center;
}
.up_events .evt-content .evt_date span {
  font-size: 18px;
}
.up_events .evt-content h3 {
  margin-bottom: 10px;
}
.up_events .evt-content:hover h3 {
  color: #008943;
  text-decoration: underline;
}
.up_events .evt-content .canel-info {
  color: #EA0029;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  padding-left: 15px;
}
.up_events .evt-content .canel-info:before {
  content: "";
  position: absolute;
  left: 6px;
  background: #3E3739;
  width: 1px;
  height: 14px;
  top: 4px;
}
.up_events .evt-info {
  padding: 20px 15px;
  padding-bottom: 10px;
}
.up_events .evt-info p {
  margin-bottom: 8px;
  color: #3E3739;
}
.up_events .allBtn a {
  min-width: 125px;
}

.top-Title {
  text-align: center;
  margin-bottom: 8px;
}
.top-Title.text-left {
  align-items: flex-start;
}
.top-Title.text-left h2 {
  margin-left: 0px;
}
.top-Title.text-center {
  margin-bottom: 8px;
}
.top-Title h2 {
  color: #231F20;
  display: table;
}
.top-Title .btn_sm {
  margin-top: 10px;
}

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

.footer-content {
  background-color: #08164E;
  padding: 64px 0px 32px 0px;
  border-top: solid 3px #FAC90E;
}
.footer-content .footer-row {
  display: grid;
  grid-template-columns: 0.4fr 0.6fr 1fr;
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .footer-content .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.footer-content h2,
.footer-content h3 {
  color: #fff;
}
.footer-content p {
  color: #fff;
}
.footer-content p a {
  color: #fff;
  text-decoration: underline;
  font-family: "Source Sans Pro";
  font-weight: 700;
}
.footer-content p a:hover {
  color: #FAC90E;
}
.footer-content .foot_logo {
  height: 140px;
}
.footer-content .foot_logo img {
  height: 100%;
}
.footer-content .foot_media {
  display: flex;
  padding-top: 10px;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.footer-content .foot_media ul {
  display: flex;
  margin: 0;
  padding: 0px;
  list-style: none;
  visibility: visible;
}
.footer-content .foot_media a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 100%;
}
.footer-content .foot_media a:hover {
  background: #7DC8E7;
}
.footer-content .foot_media a .menu-image-title {
  display: none;
}
.footer-content .foot_menu {
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.footer-content .foot_menu ul {
  list-style: none;
  padding: 0px;
  border-left: 1px solid #FAC90E;
  padding: 8px 16px;
  flex: 1;
  margin-bottom: 0px;
}
.footer-content .foot_menu ul li {
  margin-bottom: 16px;
}
.footer-content .foot_menu ul li a {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  font-family: "Source Sans Pro";
}
.footer-content .foot_menu ul li a:hover {
  color: #FAC90E;
  text-decoration: underline;
}
.footer-content .foot_menu ul li:last-child {
  margin-bottom: 0px;
}
.footer-content .foot_bt_menu ul {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.footer-content .foot_bt_menu ul li {
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
  position: relative;
  font-family: "Source Sans Pro";
}
.footer-content .foot_bt_menu ul li a {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-family: "Source Sans Pro";
}
.footer-content .foot_bt_menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 24px;
}
.footer-content .foot_address p {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  align-items: flex-start;
}
.footer-content .foot_address p a {
  text-decoration: none;
}
.footer-content .foot_address p a:hover {
  text-decoration: underline;
  color: #FAC90E;
}
.footer-content .ft_wraper_0,
.footer-content .ft_wraper_1 {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 8px;
       column-gap: 8px;
}

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

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

.blue {
  background-color: #004B8F;
}

.black {
  background: #000000;
}

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

.main_wrapper {
  padding-top: 0px;
}
.main_wrapper p {
  margin-bottom: 16px;
}
.main_wrapper li {
  font-family: "Source Sans Pro";
}
.main_wrapper.watermark {
  position: relative;
}
.main_wrapper.watermark::after {
  content: "";
  position: absolute;
  width: 374px;
  height: 689px;
  right: 0px;
  bottom: 50px;
  background-image: url(../img/watermark.svg);
  background-size: 374px;
  background-repeat: no-repeat;
}

.wp-block-quote {
  text-align: left;
  max-width: 800px !important;
  border: none !important;
}
.wp-block-quote cite {
  font-size: 16px !important;
  font-weight: 700;
}

.main_breadcrumb {
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: "Source Sans Pro";
}
.main_breadcrumb .breadcrumb {
  background: none;
  margin: 0px;
  padding-left: 10px;
  padding-right: 30px;
  font-size: 16px;
  padding-top: 0px;
  padding-bottom: 0px;
  align-items: center;
  text-transform: capitalize;
}
.main_breadcrumb .breadcrumb li {
  margin-top: 0px;
  margin-bottom: 0px;
}
.main_breadcrumb .breadcrumb a {
  color: #08164E;
  font-weight: 700;
  text-decoration: none;
}
.main_breadcrumb .breadcrumb a:hover {
  text-decoration: underline;
}
.main_breadcrumb .breadcrumb li.active {
  color: #000000;
  font-weight: bold;
}
.main_breadcrumb .breadcrumb img {
  vertical-align: unset;
  margin-right: 2px;
}
.main_breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "";
  background: url(../img/angle-right.svg);
  background-repeat: repeat;
  background-repeat: no-repeat;
  margin-top: 7px;
  margin-right: 5px;
  margin-left: 5px;
  padding-right: 4px;
  padding-left: 4px;
}
.main_breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 3px;
  font-family: "Source Sans Pro";
}
.main_breadcrumb .container {
  max-width: 100%;
  padding-left: 50px;
  padding-right: 50px;
}

.page_title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  flex-direction: column;
  margin-bottom: 24px;
  margin-top: 24px;
}
.page_title h1 {
  position: relative;
  z-index: 9;
  display: table;
  margin-bottom: 0px;
}
.page_title p {
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Source Sans Pro";
  padding-left: 15px;
  padding-right: 15px;
}
.page_title .btn_sm {
  padding: 10px 16px;
}

.generic_middle_block {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  padding-top: 40px;
}
.generic_middle_block .document_era .col-md-12 {
  padding-left: 0px;
  padding-right: 0px;
}
.generic_middle_block > h2 {
  margin-bottom: 5px !important;
}
.generic_middle_block ul,
.generic_middle_block ol {
  margin-bottom: 24px;
}
.generic_middle_block blockquote {
  margin-top: 48px;
  padding-left: 48px;
  padding-right: 48px;
  margin-bottom: 48px;
}
.generic_middle_block blockquote p {
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.generic_middle_block blockquote p strong {
  font-weight: 700;
  font-style: italic;
  font-family: "Source Sans Pro";
}

.wp-block-image {
  margin-bottom: 40px;
}

.general_carousel {
  margin-bottom: 30px;
}
.general_carousel .caption-carousel {
  padding-top: 15px;
}
.general_carousel .carousel-control-next img {
  transform: rotate(180deg);
}
.general_carousel .carousel-control-next,
.general_carousel .carousel-control-prev {
  opacity: 1;
  width: 42px;
  height: 52px;
  top: 40%;
  background: rgba(255, 255, 255, 0.9);
}
.general_carousel .carousel-control-next img,
.general_carousel .carousel-control-prev img {
  max-width: 26px;
}
.general_carousel .carousel-control-next:hover img,
.general_carousel .carousel-control-prev:hover img {
  filter: brightness(0) saturate(100%) invert(51%) sepia(78%) saturate(5573%) hue-rotate(149deg) brightness(94%) contrast(99%);
}
.general_carousel .carousel-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.doc_block {
  display: block;
  color: #0E3FFA;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
  text-decoration: underline;
  font-family: "Source Sans Pro";
}
.doc_block img {
  margin-right: 8px;
  width: 21px;
}
.doc_block strong {
  font-size: 16px;
  margin-right: 10px;
}
.doc_block:hover {
  color: #08164E;
}
.doc_block:hover img {
  filter: brightness(0) saturate(100%) invert(5%) sepia(45%) saturate(6370%) hue-rotate(231deg) brightness(117%) contrast(102%);
}

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

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

.img_text_card_row .img_text_card_col {
  padding: 0px 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(51%) sepia(78%) saturate(5573%) hue-rotate(149deg) brightness(94%) contrast(99%);
}
.img_text_card_row .img_text_card_col a:hover h3 {
  text-decoration: underline;
  color: #08164E;
}
.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: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  border: 0;
  box-shadow: 0px 2px 8px 0px rgba(99, 99, 99, 0.2);
}
.img_text_card_row .text-img-wrap > a {
  display: flex;
  flex-direction: column;
  /* height: 100%;*/
}
.img_text_card_row .text-img-wrap > a:hover h3 {
  color: #08164E;
}
.img_text_card_row .text-img-wrap.no-img .btn_sm {
  position: absolute;
  bottom: 20px;
}
.img_text_card_row .text-img-wrap .img_card_block {
  position: relative;
}
.img_text_card_row .text-img-wrap .img_card_block img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.img_text_card_row .text-img-wrap .text_card_block {
  padding: 16px 16px;
  height: auto;
}
.img_text_card_row .text-img-wrap .text_card_block p {
  margin-bottom: 10px;
}
.img_text_card_row .text-img-wrap .text_card_block h3 {
  font-size: 21px;
  color: #231F20;
}
.img_text_card_row .text-img-wrap .text_card_block .email a {
  word-wrap: anywhere;
  line-height: 20px;
}
.img_text_card_row .text-img-wrap .category {
  bottom: 0px;
  color: #231F20;
  text-transform: none;
  font-size: 15px;
  font-weight: 700;
  font-family: "Source Sans Pro";
  left: 0px;
  margin-bottom: 8px;
}
.img_text_card_row .text-img-wrap.no-img {
  padding-top: 30px;
}
.img_text_card_row.one .text-img-wrap > a {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  grid-column-gap: 20px;
}
.img_text_card_row .has-button.text-img-wrap .text_card_block {
  height: 100% !important;
  position: relative;
  padding-bottom: 70px;
}
.img_text_card_row .has-button.text-img-wrap .btn_sm:last-child {
  position: absolute;
  left: 25px;
  display: table;
  width: auto;
  bottom: 30px;
}

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

.button_block {
  display: flex;
}

.img_button_row .img_btn_col {
  padding-left: 12px;
  padding-right: 12px;
}
.img_button_row .img_btn_col:hover .img_block_title h3 {
  color: #08164E;
}
.img_button_row .img_block img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.img_button_row .img_block_title {
  padding: 16px 0px;
}
.img_button_row .img_block_title h3 {
  color: #231F20;
}
.simple_list_info .row {
  justify-content: center;
}

.simple_list_col {
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 24px;
}
.simple_list_col a {
  color: #fff;
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
  min-height: 55px;
  align-items: center;
  font-size: 18px;
  padding: 16px 24px;
  background-color: #08164E;
  border-radius: 0px;
  font-weight: 700;
  height: 100%;
  position: relative;
  border: 0;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  font-family: "Source Sans Pro";
}
.simple_list_col a:hover {
  color: #231F20;
  background-color: #7DC8E7;
  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: #eee;
  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: #08164E;
}
.button_ico_box:hover .img_icon {
  background: #08164E;
}
.button_ico_box:hover .img_icon img {
  filter: brightness(0) invert(1);
}

.how_to_cont {
  max-width: 900px;
  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: 0px;
  padding-top: 10px;
}
.how_to_cont .how_row h6 {
  margin-bottom: 0px;
}
.how_to_cont .how_row .number {
  width: 32px;
  height: 32px;
  border-radius: 100px;
  display: flex;
  min-width: 32px;
  min-height: 32px;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  color: #08164E;
  font-weight: 700;
  font-size: 16px;
  border: 2px solid #08164E;
  font-family: "Source Sans Pro";
}
.how_to_cont .how_row p.how_title {
  margin-bottom: 5px;
}
.how_to_cont h3 {
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #231F20;
  margin-top: 8px;
}
.how_to_cont p {
  margin-bottom: 24px;
}
.how_to_cont p:last-child {
  margin-bottom: 0px;
}

.contactcard_row .contact_col {
  padding: 0px 6px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.contactcard_row .contact_col.no-img .contact_box {
  box-shadow: none;
}
.contactcard_row .contact_col.no-img .cont_inner {
  height: calc(100% - 287px);
  box-shadow: 0px 2px 8px 0px rgba(99, 99, 99, 0.2);
}
.contactcard_row .cont_inner {
  padding: 15px 20px;
  min-height: 170px;
  display: flex;
  flex-direction: column;
  background: #ffffff;
}
.contactcard_row .cont_inner h3 {
  margin-bottom: 16px;
}
.contactcard_row .contact_box {
  border: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 2px 8px 0px rgba(99, 99, 99, 0.2);
}
.contactcard_row .contact_box p {
  margin-bottom: 5px;
}
.contactcard_row .contact_box h4 {
  font-weight: normal;
  font-size: 18px;
  text-transform: none;
  font-family: "Source Sans Pro";
  text-transform: capitalize;
}
.contactcard_row .contact_box .cont_img {
  height: 287px;
}
.contactcard_row .contact_box .cont_img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.contactcard_row .contact_box.no-img .cont_inner {
  height: 100%;
}
.contactcard_row .tel_em_fax {
  margin-top: 0;
  padding-top: 0px;
}
.contactcard_row .tel_em_fax strong {
  color: #000000;
  font-weight: normal;
}
.contactcard_row .tel_em_fax p {
  margin-bottom: 8px;
}
.contactcard_row .tel_em_fax p.adress {
  padding-top: 15px;
}
.contactcard_row .tel_em_fax a[href^="mailto:"] {
  /* padding-left: 25px;*/
}

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

.right-align .contactcard_row {
  justify-content: flex-end !important;
}

.owl-general {
  position: relative;
  margin: 0px auto;
  max-width: 1200px;
}
.owl-general .owl-stage {
  display: flex;
}
.owl-general .owl-stage .owl-item {
  width: 1200px !important;
}
.owl-general .owl-stage .item {
  width: 1200px;
}
.owl-general .owl-carousel .owl-item img {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.owl-general .owl-nav button {
  width: 50px;
  height: 50px;
  border-radius: 0px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
.owl-general .owl-nav button img {
  max-width: 20px;
  filter: brightness(0) saturate(100%) invert(5%) sepia(45%) saturate(6370%) hue-rotate(231deg) brightness(117%) contrast(102%);
}
.owl-general .owl-nav button:hover {
  background: #0E3FFA;
}
.owl-general .owl-nav button:hover img {
  filter: brightness(0) invert(1);
}
.owl-general .owl-nav .owl-next {
  right: 0px;
}
.owl-general .owl-nav .owl-prev {
  left: 0px;
}
.owl-general .owl-nav .owl-prev img {
  transform: rotate(-180deg);
}
.owl-general .owl-stage-outer {
  margin: auto;
  overflow: hidden;
}
.owl-general .owl-carousel .owl-dot {
  width: 32px;
  height: 1px;
  border-radius: 0;
  margin: 0px 3px;
  background: #4e453b;
}
.owl-general .owl-carousel .owl-dots {
  text-align: center;
  margin-top: 15px;
  display: none;
  margin-bottom: 15px;
}
.owl-general .owl-carousel .owl-dot.active {
  background: #4e453b;
  height: 3px;
}

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

.expanding-grid {
  position: relative;
}
.expanding-grid .expand_box {
  background: #ffffff;
  position: relative;
  box-shadow: 0px 2px 8px 0px rgba(99, 99, 99, 0.2);
}
.expanding-grid .expand_box:hover h3 {
  color: #08164E;
  text-decoration: underline;
}
.expanding-grid .expand_det {
  text-align: left;
  padding: 15px;
  padding-bottom: 20px;
  /*  background: #fff;*/
}
.expanding-grid .expand_det h3 {
  font-size: 21px;
  margin-bottom: 8px;
  color: #231F20;
}
.expanding-grid .expand_det p {
  color: #3E3739;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.expanding-grid .links {
  display: block;
  overflow: hidden;
  padding: 1em 0;
  margin: 0px -5px;
  padding-top: 0px;
}
.expanding-grid .links > li {
  box-sizing: border-box;
  float: left;
  padding: 0px 12px;
  width: 25%;
  list-style: none;
  margin-bottom: 24px;
  margin-top: 0px;
}
.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: 18px;
  bottom: -15px;
  background: #ffffff;
  z-index: 9;
}
.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: calc(100% - 12px);
  margin-top: -15px;
  box-shadow: none;
  background: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(99, 99, 99, 0.2);
  z-index: 55;
  margin-left: 6px;
}
.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: 960px;
}
.expanding-grid .expand-content .phone_email {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.expanding-grid .expand-content p:last-child {
  margin-bottom: 0px;
}
.expanding-grid .plus-minus_icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.expanding-grid .plus-minus_icon img {
  max-width: 22px;
}
.expanding-grid .no-content > a {
  pointer-events: none;
}
.expanding-grid .no-content .plus-minus_icon {
  visibility: hidden;
}

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

.no-found-info {
  padding: 40px 0px 48px 0px;
  text-align: center;
  max-width: 800px;
  margin: auto;
}
.no-found-info .larger-text {
  margin-bottom: 40px;
}
.no-found-info h1 {
  font-size: 120px;
  margin-bottom: 24px;
  color: #231F20;
}
.no-found-info h2 {
  font-size: 36px;
  margin-bottom: 16px;
  color: #231F20;
}
.no-found-info .btn_sm {
  min-width: 158px;
  margin-top: 0px;
  padding: 10px 24px;
}

/* result page start */
.main_search_content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32px 15px 32px 15px;
  flex-direction: column;
}
.main_search_content .h6 {
  margin-right: 0px;
  margin-bottom: 16px;
  color: #3E3739;
  font-size: 21px;
  font-family: "Source Sans Pro";
  font-weight: normal;
  text-transform: none;
}
.main_search_content .search_box {
  margin-bottom: 0px;
  max-width: 280px;
}
.main_search_content .search_box .btn {
  border: 0;
  background: none;
  border-radius: 0px;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 50px;
  z-index: 90;
}
.main_search_content .search_box .btn img {
  max-width: 30px;
}
.main_search_content .search_box .innericon {
  background-image: url(../img/search-icon.svg) !important;
  background-size: 20px !important;
}
.main_search_content .search_box .innericon svg {
  display: none !important;
}
.main_search_content .search_box .promagnifier {
  display: flex !important;
  justify-content: flex-start;
}
.main_search_content .search_box .asp_main_container {
  overflow: visible !important;
  border-radius: 0;
  width: 265px;
  box-shadow: none !important;
}
.main_search_content .search_box .probox {
  border: 1px solid #3E3739 !important;
  overflow: visible !important;
  height: auto;
  width: 185px;
  background: #fff !important;
}
.main_search_content .search_box .proinput input.orig {
  font-size: 16px !important;
  color: #3E3739 !important;
  border-bottom: 0 !important;
  padding-bottom: 4px !important;
  font-family: "Source Sans Pro";
  font-weight: 400 !important;
  line-height: normal;
}
.main_search_content .search_box ::-webkit-input-placeholder {
  font-size: 14px !important;
  color: #000102 !important;
  font-weight: normal !important;
}
.main_search_content .search_box ::-moz-placeholder {
  font-size: 14px !important;
  color: #000102 !important;
  font-weight: normal !important;
}
.main_search_content .search_box :-ms-input-placeholder {
  font-size: 14px !important;
  color: #000102 !important;
  font-weight: normal !important;
}
.main_search_content .search_box :-moz-placeholder {
  font-size: 14px !important;
  color: #000102 !important;
  font-weight: normal !important;
}
.main_search_content .search_box .promagnifier {
  background: none !important;
  border-radius: 0px 0px 0px 0px !important;
  width: 40px !important;
}
.main_search_content .search_box input.orig,
.main_search_content .search_box .probox,
.main_search_content .search_box .promagnifier,
.main_search_content .search_box .innericon,
.main_search_content .search_box .proclose {
  height: 42px !important;
}
.main_search_content .form-control {
  min-width: 320px;
  border: 1px solid #000000;
}

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

.rslt_txt {
  padding: 40px 0px 40px 0px;
  margin: auto;
  background: #eee;
}
.rslt_txt .container {
  max-width: 900px;
}
.rslt_txt .top-Title.text-left h2 {
  margin-left: 0px;
}

.acc__card {
  margin-bottom: 15px;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  border-left: 3px solid #FAC90E;
  background: #FFF;
  box-shadow: 0px 2px 8px 0px rgba(99, 99, 99, 0.2);
}

.acc__title {
  border-radius: 0px;
  display: flex;
  align-items: center;
  min-height: 55px;
  padding: 10px 24px;
  background: #ffffff;
  border: 0;
  padding-right: 40px;
  cursor: pointer;
  position: relative;
}
.acc__title h3 {
  margin: 0px;
  color: #231F20;
  font-size: 21px;
  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 {
  background-color: #7DC8E7;
}
.acc__title:hover h3 {
  color: #231F20;
}

.acc__panel {
  display: none;
  border-top: 0;
  padding: 15px 25px;
  background: #fff;
}

.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 {
  background: #ffffff;
  margin-bottom: 15px;
  border-radius: 0px;
  position: relative;
  border-left: 3px solid #FAC90E;
  background: #FFF;
  box-shadow: 0px 2px 8px 0px rgba(99, 99, 99, 0.2);
  padding: 24px;
}
.result_row h3,
.result_row h4,
.result_row h5,
.result_row h2 {
  font-size: 21px;
  color: #231F20;
}
.result_row .rsltBody p:last-child {
  margin-bottom: 0px;
}
.result_row .re_category {
  font-size: 16px;
  color: #3E3739;
  font-family: "Source Sans Pro";
  display: block;
  margin-bottom: 0px;
  font-weight: 700;
  text-transform: capitalize;
}
.result_row > a {
  display: block;
  text-decoration: none !important;
  color: #000000;
  font-weight: normal;
}
.result_row:hover h3 {
  color: #08164E;
  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;
  align-items: center;
}
.filterBlocks .filter_sort select {
  min-width: 232px;
}
@media (max-width: 768px) {
  .filterBlocks .filter_sort {
    display: block;
  }
  .filterBlocks .filter_sort select {
    width: 100%;
  }
}

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

.filterBy_wraper {
  background: var(--Light-Gray, #EEE);
  padding: 40px 24px;
}

.pagination {
  justify-content: center;
}

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

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

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

.newsArea {
  padding: 40px 0px;
}
.newsArea.grid_view .newsRow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: flex-start;
}
.newsArea.grid_view .newsRow .newsColumn:nth-child(1) {
  grid-row: span 3;
}
.newsArea.grid_view .newsBody {
  border-left: 3px solid #FAC90E;
}
.newsArea.grid_view .newsRow .newsColumn {
  min-height: 100px;
  width: 100%;
  margin-bottom: 0px;
  padding: 0px;
}
.newsArea.grid_view.news_letter_section .newsRow {
  grid-template-columns: 1fr;
  gap: 0px;
}
.newsArea.grid_view.news_letter_section .gform_wrapper.gravity-theme .gform_fields {
  align-items: flex-end;
  gap: 8px;
}
.newsArea.grid_view.news_letter_section h2 + p {
  margin-bottom: 0px;
}

.cat_date_wraper {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}
.cat_date_wraper span.date,
.cat_date_wraper p.date {
  margin-bottom: 0px;
  color: #3E3739;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.cat_date_wraper span {
  color: #3E3739;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.news_category {
  font-weight: 400;
  font-family: "Source Sans Pro";
  position: relative;
}
.news_category::after {
  content: "|";
  margin-left: 8px;
}

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

.newsRow {
  margin-left: -10px;
  margin-right: -10px;
}
.newsRow .newsColumn {
  width: 25%;
  padding: 0px 8px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}
.newsRow .newsColumn.no-img .news_category + .newsinfo {
  padding-top: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .newsRow .newsColumn {
    width: 50%;
  }
}

.newsimg {
  position: relative;
}
.newsimg img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}

span.date,
p.date {
  color: #3E3739;
  font-size: 14px;
  font-family: "Source Sans Pro";
  font-weight: 400;
  display: block;
  margin-bottom: 8px;
}

.news_content {
  height: 100%;
  background: #ffffff;
  position: relative;
  box-shadow: 0px 2px 8px 0px rgba(99, 99, 99, 0.2);
}
.news_content h3 {
  font-size: 21px;
  color: #231F20;
  font-weight: 600;
}
.news_content > a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.news_content:hover h3 {
  color: #08164E;
  text-decoration: underline;
}
.news_content .date {
  color: #3E3739 !important;
  font-family: "Source Sans Pro";
  font-size: 16px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal;
}
.news_content.no-img .newsBody .newsbody_inner p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_content.no-img .newsBody .newsbody_inner p:last-child {
  margin-bottom: 0px;
}
.news_content.no-img .news_category {
  top: 0px;
  bottom: auto;
}

.newsBody {
  padding: 24px 16px;
}
.newsBody .newsbody_inner p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsBody .newsbody_inner p:last-child {
  margin-bottom: 0px;
}

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

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

.filterWrap {
  padding-left: 10px;
}
.filterWrap form {
  display: grid !important;
  grid-template-columns: 260px 150px 150px;
}
.filterWrap .reset {
  margin-top: 15px;
}

.reset a {
  color: #231F20;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  cursor: pointer;
}
.reset a svg path {
  fill: #08164E !important;
}

@media (max-width: 768px) {
  .search_filter_title .search-box {
    max-width: 100%;
  }
}
.search_filter_title .filterwrap form {
  display: grid;
  grid-template-columns: 423px 223px 108px 93px 250px;
  grid-column-gap: 10px;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .search_filter_title .filterwrap form {
    grid-template-columns: auto !important;
  }
}

.newsInRow {
  margin-bottom: 40px;
  margin-left: 0px;
  margin-right: 0px;
  background-color: #eee;
  padding: 24px 16px;
}
.newsInRow .nsleft {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.newsInRow .nsRight {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.nsRight {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.nsRight .newsSort {
  width: 280px;
  margin-left: auto;
}
@media (max-width: 768px) {
  .nsRight .newsSort {
    width: 100%;
  }
}

.news_detail {
  padding-bottom: 50px;
  padding-top: 0px;
}
.news_detail .page_title {
  padding-bottom: 40px;
}
.news_detail .container {
  max-width: 1200px;
}
.news_detail .news-dt-img {
  margin-bottom: 20px;
}
.news_detail .news-dt-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}
.news_detail .news-dt-content h5 {
  padding-bottom: 10px;
}
.news_detail .newsdt-row {
  margin-left: 0px;
  margin-right: 0px;
  flex-direction: column;
}
.news_detail h2 {
  margin-bottom: 16px;
}
.news_detail .media-social span {
  font-size: 21px;
  font-weight: 700;
  color: #1c2f5e;
  display: block;
  margin-bottom: 10px;
}
.news_detail .media-social ul {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0px;
}
.news_detail .media-social ul li {
  margin-right: 8px;
}
.news_detail .media-social ul li a {
  width: 35px;
  height: 35px;
  background: #08164E;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
.news_detail .media-social ul li a:hover {
  background: #008943;
}

.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: 40px;
  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: 30px;
}
.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;
}
.wp-block-group.alignwide .container > .row {
  margin-left: 0px;
  margin-right: 0px;
}

.wp-block-group.has-background + .wp-block-heading,
.wp-block-group.has-background + p {
  padding-top: 20px;
}

@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;
  margin-left: auto;
  margin-right: auto;
}
.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,
.main_wrapper .wp-block-columns {
  max-width: 900px !important;
}

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

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

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

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

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

.img_text_card_row,
.simple_list_info,
.contactcard_row {
  max-width: 1200px;
  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 .wp-block-kadence-table {
  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 .wp-block-kadence-table {
  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;
}
.wp-block-media-text .wp-block-media-text__content h2 {
  margin-bottom: 15px;
}
.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%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.advgb-tab-body-wrapper div.advgb-tab-body .wp-block-advgb-accordions,
.advgb-tab-body-wrapper div.advgb-tab-body .document_era,
.advgb-tab-body-wrapper div.advgb-tab-body .wp-block-advgb-list,
.advgb-tab-body-wrapper div.advgb-tab-body .wp-block-button,
.advgb-tab-body-wrapper div.advgb-tab-body .gform_confirmation_wrapper,
.advgb-tab-body-wrapper div.advgb-tab-body .wp-block-advgb-image,
.advgb-tab-body-wrapper div.advgb-tab-body .wp-block-advgb-list,
.advgb-tab-body-wrapper div.advgb-tab-body .wp-block-buttons,
.advgb-tab-body-wrapper div.advgb-tab-body .embed-container,
.advgb-tab-body-wrapper div.advgb-tab-body .gform_wrapper,
.advgb-tab-body-wrapper div.advgb-tab-body .left_right_wraper,
.advgb-tab-body-wrapper div.advgb-tab-body .wp-block-advgb-images-slider,
.advgb-tab-body-wrapper div.advgb-tab-body .wp-block-advgb-video {
  max-width: 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: 2px solid #000000 !important;
  outline: 0 !important;
}
.gform_wrapper input[type=submit]:focus {
  outline: 2px solid #005fcc !important;
  outline-offset: 2px !important;
}

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

.wp-block-image figcaption {
  font-family: "Source Sans Pro";
  font-size: 18px !important;
  font-style: italic !important;
  font-weight: 400 !important;
  line-height: normal !important;
  color: #231F20 !important;
}

.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-advgb-table,
.wp-block-advgb-columns {
  max-width: 1000px !important;
}
.wp-block-advgb-table.alignwide,
.wp-block-advgb-columns.alignwide {
  max-width: 1200px !important;
}
.wp-block-advgb-table.alignfull,
.wp-block-advgb-columns.alignfull {
  max-width: 100% !important;
}

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

.main_content {
  min-height: calc(100vh - 447px);
}
.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 {
  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:first-of-type:first-child,
.main_content > .wp-block-kadence-tabs:first-of-type:first-child,
.main_content > .wp-block-kadence-accordion:first-of-type:first-child {
  padding-top: 40px;
}
.main_content > p:last-of-type:last-child,
.main_content > h2:last-of-type:last-child,
.main_content > h3:last-of-type:last-child,
.main_content > h4:last-of-type:last-child,
.main_content > h5:last-of-type:last-child,
.main_content > h1:last-of-type:last-child,
.main_content > ul:last-of-type:last-child,
.main_content > ol:last-of-type:last-child,
.main_content > .button_list:last-of-type:last-child,
.main_content > .img_text_card:last-of-type:last-child,
.main_content > .contact_cards:not(.grey,
.gray,
.blue):last-child,
.main_content > .advgb-recent-posts-block:last-of-type:last-child,
.main_content > .wp-block-buttons:last-of-type:last-child,
.main_content > .gform_wrapper:last-of-type,
.main_content > section:last-of-type:last-child,
.main_content > .document_era:last-of-type:last-child,
.main_content > .wp-block-media-text:last-of-type:last-child,
.main_content > .wp-block-kadence-accordion:last-of-type:last-child {
  padding-bottom: 40px;
}
.main_content > .wp-block-advgb-columns,
.main_content > .wp-block-group,
.main_content > .wp-block-media-text,
.main_content > .wp-block-columns,
.main_content > .advgb-tabs-wrapper,
.main_content > section {
  max-width: 100%;
}
.main_content > .column-center {
  max-width: 1250px;
  padding-left: 15px;
  padding-right: 15px;
}
.main_content p + ul,
.main_content p + ol {
  margin-top: -15px;
}

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

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

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

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

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

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

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

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

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

.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: #eee;
}
.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: #eee !important;
  padding-right: 40px !important;
}
.wp-block-advgb-accordions .advgb-accordion-header:hover,
.advgb-accordions-wrapper .advgb-accordion-header:hover {
  background: #08164E !important;
}
.wp-block-advgb-accordions .advgb-accordion-header:hover .advgb-accordion-header-title,
.advgb-accordions-wrapper .advgb-accordion-header:hover .advgb-accordion-header-title {
  color: #ffffff !important;
}
.wp-block-advgb-accordions .advgb-accordion-header:hover .advgb-accordion-header-icon,
.advgb-accordions-wrapper .advgb-accordion-header:hover .advgb-accordion-header-icon {
  filter: brightness(0) invert(1);
}
.wp-block-advgb-accordions .advgb-accordion-header .advgb-accordion-header-title,
.advgb-accordions-wrapper .advgb-accordion-header .advgb-accordion-header-title {
  color: #000 !important;
  position: relative;
  font-size: 16px !important;
  font-weight: 700;
  font-family: "Source Sans Pro";
}
.wp-block-advgb-accordions .advgb-accordion-header svg,
.advgb-accordions-wrapper .advgb-accordion-header svg {
  display: none;
}
.wp-block-advgb-accordions .advgb-accordion-header.ui-accordion-header-active,
.advgb-accordions-wrapper .advgb-accordion-header.ui-accordion-header-active {
  /* background: none !important;*/
  border-bottom: 0 !important;
}
.wp-block-advgb-accordions .advgb-accordion-header.ui-accordion-header-active h4,
.advgb-accordions-wrapper .advgb-accordion-header.ui-accordion-header-active h4 {
  /*  color: $primary !important;*/
}
.wp-block-advgb-accordions .advgb-accordion-header-icon,
.advgb-accordions-wrapper .advgb-accordion-header-icon {
  margin-right: 0px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 18px;
  margin-top: 5px;
  background-image: url(../img/angle-down.svg);
  position: absolute;
  right: 15px;
}
.wp-block-advgb-accordions .ui-accordion-header-icon,
.wp-block-advgb-accordions .advgb-accordion-header-icon,
.advgb-accordions-wrapper .ui-accordion-header-icon,
.advgb-accordions-wrapper .advgb-accordion-header-icon {
  display: block !important;
}
.wp-block-advgb-accordions .advgb-accordion-body,
.advgb-accordions-wrapper .advgb-accordion-body {
  border: 0 !important;
  padding: 0px !important;
  margin-bottom: 0px !important;
  border-color: #fff !important;
}
.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-table,
.wp-block-advgb-table {
  border: 1px solid #000000;
}
.wp-block-table thead,
.wp-block-advgb-table thead {
  border-bottom: none !important;
}
.wp-block-table tr:last-child td,
.wp-block-advgb-table tr:last-child td {
  border-bottom: 0px !important;
}
.wp-block-table td,
.wp-block-advgb-table td {
  padding: 16px 16px !important;
  border: 1px solid #000 !important;
  border-bottom: none !important;
  border-top: none !important;
}
.wp-block-table td:first-child,
.wp-block-advgb-table td:first-child {
  border-left: 0px !important;
}
.wp-block-table td:last-child,
.wp-block-advgb-table td:last-child {
  border-right: 0px !important;
}
.wp-block-table th,
.wp-block-advgb-table th {
  background: #231F20;
  text-transform: none;
  color: #fff;
  border-top: 0 !important;
  border-bottom: 0px !important;
  padding: 16px 16px !important;
  border: 0 !important;
  font-weight: 600;
  font-size: 21px;
  text-align: center;
  border-right: 1px solid #ffffff !important;
  font-family: "Futura Cyrillic";
}
.wp-block-table th:first-child,
.wp-block-advgb-table th:first-child {
  border-left: 1px solid #231F20 !important;
}
.wp-block-table th:last-child,
.wp-block-advgb-table th:last-child {
  border-right: solid 1px #231F20 !important;
}
.wp-block-table th:last-child,
.wp-block-advgb-table th:last-child {
  border-right: 0px;
}
.wp-block-table tbody tr:nth-child(2n+1),
.wp-block-advgb-table tbody tr:nth-child(2n+1) {
  background: #eee !important;
}
.wp-block-table tbody tr:nth-child(2n),
.wp-block-advgb-table tbody tr:nth-child(2n) {
  background: #fff !important;
}

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

.advgb-tabs-wrapper {
  /* Track */
  /* Handle */
}
.advgb-tabs-wrapper ul.advgb-tabs-panel {
  display: flex;
  justify-content: center;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
}
.advgb-tabs-wrapper ul.advgb-tabs-panel:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #000000;
  left: 0px;
  bottom: 0px;
}
.advgb-tabs-wrapper ul.advgb-tabs-panel li.advgb-tab {
  border-radius: 0 !important;
  background: #eee !important;
  color: #000000 !important;
  font-weight: 700;
  min-width: 170px;
  min-height: 55px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px !important;
  margin-right: 0px !important;
  border: 0 !important;
}
.advgb-tabs-wrapper ul.advgb-tabs-panel li.advgb-tab a {
  font-family: "Source Sans Pro";
  color: #000000 !important;
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  width: 100%;
  height: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: visible !important;
}
.advgb-tabs-wrapper ul.advgb-tabs-panel li.advgb-tab a:focus {
  outline: 1px dotted #000;
}
.advgb-tabs-wrapper ul.advgb-tabs-panel li.advgb-tab.advgb-tab.advgb-tab-active {
  background: #000000 !important;
  margin-bottom: -1px !important;
  border-right: 0 !important;
  border-left: 0px !important;
}
.advgb-tabs-wrapper ul.advgb-tabs-panel li.advgb-tab.advgb-tab.advgb-tab-active a {
  color: #fff !important;
}
.advgb-tabs-wrapper ul.advgb-tabs-panel li.advgb-tab.advgb-tab.advgb-tab-active a p {
  color: #fff !important;
}
.advgb-tabs-wrapper ul.advgb-tabs-panel li.advgb-tab.advgb-tab.advgb-tab-active a:after {
  /* content: "";
      position: absolute;
      background: #fff;
      left: 0px;
      width: 100%;
      height: 10px;
      bottom: -4px;
      z-index: 999;*/
}
.advgb-tabs-wrapper ul.advgb-tabs-panel li.advgb-tab:hover {
  background: #08164E !important;
}
.advgb-tabs-wrapper ul.advgb-tabs-panel li.advgb-tab:hover a {
  color: #fff !important;
}
.advgb-tabs-wrapper ul.advgb-tabs-panel li.advgb-tab:hover a p {
  color: #fff !important;
}
.advgb-tabs-wrapper .advgb-tabs-panel::-webkit-scrollbar {
  width: 10px;
}
.advgb-tabs-wrapper .advgb-tabs-panel::-webkit-scrollbar-track {
  background: #e5ebf0;
}
.advgb-tabs-wrapper .advgb-tabs-panel::-webkit-scrollbar-thumb {
  background: #d9d9d9;
}
.advgb-tabs-wrapper .advgb-tabs-panel {
  scrollbar-color: #d9d9d9 #e5ebf0;
  scrollbar-width: thin;
}
.advgb-tabs-wrapper.advgb-tab-vert-desktop {
  max-width: 1300px !important;
  padding-left: 20px;
  padding-right: 20px;
}
.advgb-tabs-wrapper.advgb-tab-vert-desktop ul.advgb-tabs-panel {
  border-bottom: 0px !important;
}
.advgb-tabs-wrapper.advgb-tab-vert-desktop ul.advgb-tabs-panel .advgb-tab-active a::after {
  display: none;
}
.advgb-tabs-wrapper.advgb-tab-vert-desktop ul.advgb-tabs-panel li.advgb-tab.advgb-tab.advgb-tab-active {
  border-left: 1px solid #b1adad !important;
  border-right: 0px !important;
}
.advgb-tabs-wrapper.advgb-tab-vert-desktop ul.advgb-tabs-panel::after {
  display: none;
}
.advgb-tabs-wrapper.advgb-tab-vert-desktop div.advgb-tab-body {
  padding-left: 35px !important;
  padding-top: 0px;
}
.advgb-tabs-wrapper.overflowing .advgb-tabs-panel {
  justify-content: flex-start;
}

.alert-area {
  background: #F8DEB6;
  /*  position: absolute;
      top: 118px;
      z-index: 9;*/
  width: 100%;
}
.alert-area .alert {
  background: none;
  border: 0;
  text-align: center;
  margin: 0;
  padding-right: 40px;
  display: flex;
  justify-content: center;
  -moz-column-gap: 4px;
       column-gap: 4px;
  padding: 10px 24px;
}
.alert-area p {
  color: #231F20;
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 16px;
  text-align: center;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.alert-area a {
  color: #0E3FFA;
  font-weight: 400;
  text-decoration: underline;
}
.alert-area a:hover {
  color: #08164E;
}
.alert-area p:empty {
  display: none;
}
.alert-area .close {
  position: absolute;
  right: 20px;
  top: 10px;
  opacity: 1;
  color: #fff;
  visibility: visible;
}
.alert-area .close:hover {
  filter: brightness(0) saturate(100%) invert(12%) sepia(14%) saturate(7415%) hue-rotate(208deg) brightness(91%) contrast(108%);
}

.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: #3E3739;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
}
.cvf-universal-pagination ul li.inactive {
  opacity: 0.6;
}
.cvf-universal-pagination ul li.inactive:hover {
  cursor: pointer;
}
.cvf-universal-pagination ul li:hover {
  font-weight: 700;
  color: #08164E;
  text-decoration: underline;
}
.cvf-universal-pagination ul li.selected {
  font-weight: 700;
  opacity: 1;
  text-decoration: underline;
}
.cvf-universal-pagination ul li:nth-child(1) {
  /* display: none;*/
}

.advgb-recent-posts-block {
  max-width: 1200px !important;
}
.advgb-recent-posts-block .advgb-post-content,
.advgb-recent-posts-block .advgb-post-readmore {
  margin-top: 0px !important;
}
.advgb-recent-posts-block .advgb-post-title {
  color: #000000;
  font-weight: 700 !important;
  font-size: 24px !important;
}
.advgb-recent-posts-block .advgb-post-title a {
  color: #000000;
  font-weight: 700 !important;
  text-decoration: none;
}
.advgb-recent-posts-block .advgb-post-readmore a {
  text-decoration: none;
  color: #008943;
}
.advgb-recent-posts-block .advgb-post-readmore a:hover {
  text-decoration: underline !important;
  color: #008943;
}
.advgb-recent-posts-block .advgb-recent-post {
  background: #eee;
  box-shadow: none;
  border: 0 !important;
}
.advgb-recent-posts-block .advgb-recent-post:hover {
  outline: 0;
}
.advgb-recent-posts-block .advgb-recent-post:hover h2 a {
  color: #08164E !important;
  text-decoration: underline;
}
.advgb-recent-posts-block .advgb-post-wrapper {
  margin-top: 0px !important;
  padding: 20px 20px;
}
.advgb-recent-posts-block .advgb-post-info {
  overflow: hidden;
}
.advgb-recent-posts-block .advgb-post-info .advgb-post-datetime {
  text-transform: uppercase;
  margin-left: -88px;
  color: #7DC8E7 !important;
  font-size: 15px;
  font-weight: 700;
}
.advgb-recent-posts-block .advgb-post-category .advgb-post-tax-term {
  font-size: 15px !important;
  font-weight: 700;
  border: 0 !important;
  padding: 0;
}
.advgb-recent-posts-block .advgb-post-category > div {
  margin: 0px !important;
}
.advgb-recent-posts-block.grid-view {
  max-width: 1200px !important;
}
.advgb-recent-posts-block.grid-view .advgb-post-tax-info {
  margin: 0;
  position: absolute;
  top: 0;
  padding-top: 3px;
}
.advgb-recent-posts-block.grid-view .advgb-recent-post {
  padding-top: 0px;
}
.advgb-recent-posts-block.grid-view .advgb-post-info {
  margin: 4px 0px !important;
}
.advgb-recent-posts-block.grid-view .advgb-post-thumbnail a {
  width: 100%;
}
.advgb-recent-posts-block.grid-view .advgb-post-thumbnail a img {
  width: 100%;
}
.advgb-recent-posts-block.list-view .advgb-post-thumbnail {
  padding: 20px;
  padding-right: 0;
}
.advgb-recent-posts-block.list-view .advgb-post-wrapper {
  padding: 30px 20px;
  padding-left: 5px;
  align-content: start;
}
.advgb-recent-posts-block.list-view .advgb-post-wrapper .advgb-post-tax-info {
  order: 1;
}
.advgb-recent-posts-block.list-view .advgb-post-wrapper .advgb-post-info {
  order: 2;
}
.advgb-recent-posts-block.list-view .advgb-post-wrapper .advgb-post-title {
  order: 1;
}
.advgb-recent-posts-block.list-view .advgb-post-wrapper .advgb-post-content {
  order: 4;
}
.advgb-recent-posts-block.list-view .advgb-recent-post {
  grid-template-columns: 40% 1fr !important;
  padding-bottom: 0px !important;
}
.advgb-recent-posts-block.list-view .advgb-recent-post--no-image .advgb-post-wrapper {
  padding-left: 60px;
  padding-right: 60px;
}
.advgb-recent-posts-block.list-view .advgb-post-thumbnail a {
  width: 100%;
}
.advgb-recent-posts-block.list-view .advgb-post-thumbnail a img {
  width: 100%;
}
.advgb-recent-posts-block.slider-view {
  max-width: 900px !important;
}
.advgb-recent-posts-block.slider-view .advgb-recent-post {
  box-shadow: none;
}
.advgb-recent-posts-block.slider-view .advgb-post-thumbnail {
  width: 100%;
}
.advgb-recent-posts-block.slider-view .advgb-post-thumbnail a {
  width: 100%;
}
.advgb-recent-posts-block.slider-view .advgb-post-thumbnail a img {
  width: 100% !important;
}
.advgb-recent-posts-block.slider-view .advgb-post-wrapper {
  text-align: left;
}
.advgb-recent-posts-block.slider-view .slick-prev {
  border: 0px;
  font-size: 0px;
  background-image: url(../img/slider-arrow.svg) !important;
  background-color: rgba(255, 255, 255, 0.9);
  background-repeat: no-repeat !important;
  position: absolute;
  top: 40%;
  width: 42px;
  height: 52px;
  background-size: 18px;
  z-index: 9;
  left: 0px;
  background-position: center;
}
.advgb-recent-posts-block.slider-view .slick-prev:hover {
  background-image: url(../img/slider-arrow-green.svg) !important;
  transform: rotate(180deg);
}
.advgb-recent-posts-block.slider-view .slick-next {
  border: 0px;
  font-size: 0px;
  background-image: url(../img/slider-arrow.svg) !important;
  background-color: rgba(255, 255, 255, 0.9);
  background-repeat: no-repeat !important;
  position: absolute;
  top: 40%;
  width: 42px;
  height: 52px;
  background-size: 18px;
  z-index: 9;
  right: 0px;
  transform: rotate(180deg);
  background-position: center;
}
.advgb-recent-posts-block.slider-view .slick-next:hover {
  background-image: url(../img/slider-arrow-green.svg) !important;
  transform: none;
}
.advgb-recent-posts-block.slider-view .slick-dots {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0px;
}
.advgb-recent-posts-block.slider-view .slick-dots li {
  margin-left: 3px !important;
  margin-right: 3px !important;
  width: auto;
}
.advgb-recent-posts-block.slider-view .slick-dots li button {
  background: #eee !important;
  font-size: 0;
  border: 0;
  width: 15px;
  height: 15px;
  border-radius: 100px;
  padding: 0;
}
.advgb-recent-posts-block.slider-view .slick-dots li button:before {
  display: none;
}
.advgb-recent-posts-block.slider-view .slick-dots li.slick-active button {
  background: #008943 !important;
}
.advgb-recent-posts-block.slider-view .slick-prev::before,
.advgb-recent-posts-block.slider-view .slick-next::before {
  display: none;
}
.advgb-recent-posts-block.slider-view .slick-dots li.slick-active button::before {
  display: none;
}
.advgb-recent-posts-block.newspaper-view .advgb-recent-posts {
  grid-gap: 15px !important;
}
.advgb-recent-posts-block.newspaper-view .advgb-recent-post {
  box-shadow: none;
}
.advgb-recent-posts-block.newspaper-view .advgb-recent-post .advgb-post-thumbnail {
  margin-bottom: 0px !important;
}
.advgb-recent-posts-block.newspaper-view .advgb-post-readmore {
  padding-top: 10px;
}
.advgb-recent-posts-block.newspaper-view .advgb-recent-posts .advgb-recent-post:nth-child(1)::after {
  display: none;
}
.advgb-recent-posts-block.newspaper-view .advgb-recent-post--no-image:after {
  display: none;
}
.advgb-recent-posts-block.newspaper-view .advgb-recent-post:hover {
  outline: 0 !important;
}
.advgb-recent-posts-block.newspaper-view .advgb-post-title {
  min-height: 10px;
}
.advgb-recent-posts-block.masonry-view .advgb-post-wrapper {
  background: none !important;
}
.advgb-recent-posts-block.masonry-view .advgb-recent-post {
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-bottom: 15px !important;
}
.advgb-recent-posts-block.masonry-view.masonry-view.columns-2 .advgb-recent-posts .advgb-recent-post {
  width: 48%;
  padding: 0 !important;
  margin-left: 8px;
  margin-right: 8px;
}
.block-editor .block-editor-block-list__block .advgb-post-datetime {
  margin-left: -88px;
}

.innerHero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.innerHero .hr_row {
  width: 100%;
  margin: 0px;
  background: #f7f7f7;
}
.innerHero .hr_row .col_left {
  padding: 0px;
}
.innerHero .hr_row .col_left .hero_map > img {
  width: 100%;
  height: 500px;
  -o-object-fit: c;
     object-fit: c;
}
.innerHero .hr_row .col_right {
  padding: 0px;
}
.innerHero .tripPlanner_wrap {
  position: static;
  width: auto;
  background: #eee;
  padding: 24px 40px;
  height: 100%;
}
@media (max-width: 768px) {
  .innerHero .tripPlanner_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.innerHero .tripPlanner_wrap .tab-content {
  background: #eee;
  padding: 0;
}
.innerHero .tripPlanner_wrap .tp_title {
  margin-bottom: 20px;
}
.innerHero .tripPlanner_wrap .tp_title h2 {
  font-size: 24px;
}
.innerHero .tripPlanner_wrap .tripPlanner .nav-tabs a {
  font-size: 24px;
  padding: 10px 16px;
}
.innerHero .tripPlanner_wrap .tripPlanner .nav-tabs .nav-item {
  flex-grow: 1;
}
.innerHero .tripPlanner_wrap .search_wrap {
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 15px;
  grid-column-gap: 12px;
}
.innerHero .tripPlanner_wrap .search_wrap > div:nth-child(1),
.innerHero .tripPlanner_wrap .search_wrap > div:nth-child(2) {
  grid-column: 1/3;
}
.innerHero .tripPlanner_wrap .search_wrap .sub_btn {
  grid-column: 1/3;
}
.innerHero .tripPlanner_wrap .search_wrap .sub_btn a,
.innerHero .tripPlanner_wrap .search_wrap .sub_btn .btn_sm {
  height: 50px;
  width: 100%;
}
.innerHero .tripPlanner_wrap .search_wrap .date_time_wrap .dt_col {
  width: 100%;
  padding-right: 0px;
  margin-bottom: 0px;
}
.innerHero .map_wrap {
  width: 100%;
}
.innerHero > img {
  min-height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.innerHero .fixmapAlert {
  position: absolute;
  bottom: 0px;
  display: flex;
  margin: auto;
  text-align: center;
  flex-wrap: wrap;
  left: 30px;
}
.innerHero .fixmapAlert a {
  margin-right: 15px;
  padding: 8px 16px;
  margin-top: 5px;
}
.innerHero .fixmapAlert a.smap {
  background: #08164E;
}
.innerHero .fixmapAlert a.smap:hover {
  background: #141d46;
}
.innerHero .fixmapAlert a.dtmap {
  background: #EA0029;
}
.innerHero .fixmapAlert a.dtmap:hover {
  background: #c50105;
}
.innerHero .fixmapAlert a.cmap {
  background: #3E3739;
}
.innerHero .fixmapAlert a.cmap:hover {
  background: #474542;
}
.innerHero .fixmapAlert.center {
  left: 50%;
  transform: translateX(-50%);
}
.innerHero .alert-left {
  position: absolute;
  left: 0px;
  top: 0px;
}
.innerHero .alert-left > a {
  background: #7B0000;
  border: 1px solid #ffffff;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  padding: 14px 20px;
  display: flex;
  align-items: center;
}
.innerHero .alert-left > a img {
  margin-right: 5px;
}
.innerHero .alert {
  background: #f48737;
  max-width: 540px;
  min-width: 540px;
  padding: 25px 40px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.innerHero .alert .close {
  padding: 10px;
  right: 10px;
  opacity: 1;
  top: -10px;
}
.innerHero .alert p a {
  color: #000000;
  font-weight: 600;
  text-decoration: underline;
}
.innerHero .alert p a:hover {
  text-decoration: none;
  font-weight: 700;
}
.innerHero .leaflet-bottom,
.innerHero .leaflet-top {
  z-index: 0;
}
.innerHero .leaflet-top.leaflet-left {
  top: 55px;
}
.innerHero div#route_map {
  height: 500px !important;
  width: 100%;
}

.search-box {
  margin-bottom: 0px;
}
.search-box .btn {
  position: absolute;
  right: 0px;
  background: none;
  height: 100%;
  border-radius: 0px 5px 5px 0px;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: center;
}

.programs_wraper {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .programs_wraper .leftColumn {
    flex: 0 0 27%;
    max-width: 27%;
    padding-right: 36px;
  }
  .programs_wraper .rightColumn {
    flex: 0 0 73%;
    max-width: 73%;
  }
}
.programs_wraper .checkWraper {
  margin-bottom: 30px;
  padding-top: 5px;
}
.programs_wraper .leftScFtr {
  background: #eee;
  padding: 40px 24px;
}
.programs_wraper .leftScFtr .s-icon {
  display: none;
}
.programs_wraper .leftScFtr .search-box {
  margin-bottom: 16px;
}
.programs_wraper .select2-container {
  width: 100% !important;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 15px;
}
.programs_wraper .select2-container .select2-selection__arrow b {
  display: none;
}
.programs_wraper .select2-container .select2-selection--single {
  padding-right: 40px;
  height: 50px;
  padding: 3px;
  border: 1px solid #000;
  padding: 10px 0px;
  border-radius: 0;
  background-image: url(../img/search-icon.svg);
  background-repeat: no-repeat;
  background-position: top 8px right 10px;
}
.programs_wraper .select2-selection__clear {
  margin-right: 45px !important;
}
.programs_wraper .select2-selection__rendered,
.programs_wraper .select2-selection__placeholder {
  color: #000 !important;
}

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

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

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

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

.route-info-wrap {
  margin-bottom: 30px;
}
.route-info-wrap h2 {
  margin-bottom: 24px;
  text-align: center;
}
.route-info-wrap .routeAccdn {
  padding-top: 10px;
}

.accoRt_block {
  margin-bottom: 10px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.accoRt_block .rtTitle {
  display: flex;
  align-items: center;
  min-height: 55px;
  padding: 8px 15px;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
  padding-right: 70px;
  padding-left: 55px;
}
.accoRt_block .rtTitle h3 {
  margin: 0;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 21px;
  font-family: "Source Sans Pro";
}
.accoRt_block .rtTitle h3 .rtNo {
  margin-right: 10px;
  color: #08164E;
  font-family: "Futura Std";
  background: #EFEFEF;
  border: 1px solid #08164E;
  min-width: 45px;
  padding: 5px;
  text-align: center;
}
.accoRt_block .rtTitle p {
  margin: 0px;
}
.accoRt_block .rtTitle .accordion_sign {
  position: absolute;
  right: 20px;
  top: 12px;
}
.accoRt_block .rtTitle .accordion_sign img {
  width: 20px;
}
.accoRt_block .rtTitle.active .accordion_sign img {
  transform: rotate(180deg);
}
.accoRt_block .rtTitle:hover h3 {
  text-decoration: underline;
  color: #7DC8E7;
}
.accoRt_block .rtTitleWrap {
  display: flex;
  align-items: center;
}
.accoRt_block .rtTitleWrap + p {
  min-width: 110px;
  padding: 6px 0px;
  font-size: 16px;
  color: #08164E;
  text-decoration: underline;
  font-weight: bold;
}
.accoRt_block .rtTitleWrap + p a {
  font-weight: normal;
  color: #000000;
}
.accoRt_block .rtDots {
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  border-radius: 100px;
  margin-right: 8px;
  background: #7DC8E7;
  display: none;
}
.accoRt_block .alerticon {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 15px;
  top: 10px;
}

.inner-alert {
  background: rgba(123, 0, 0, 0.1);
  padding: 15px 40px;
  margin-bottom: 20px;
  margin-top: -15px;
  margin-left: -40px;
  margin-right: -40px;
}
.inner-alert p {
  margin-bottom: 5px;
}
.inner-alert h4 {
  color: #ffffff;
  font-family: "Source Sans Pro";
  font-size: 16px;
  display: flex;
  align-items: center;
}
.inner-alert h4 img {
  margin-right: 5px;
}

.accoRtpanel {
  display: none;
  padding: 15px 40px;
}
.accoRtpanel .btn_sm {
  text-transform: capitalize;
}
.accoRtpanel .document_era {
  padding-bottom: 10px;
}
.accoRtpanel .connections {
  padding-top: 5px;
}
.accoRtpanel .connections h3 {
  font-size: 21px;
  margin-bottom: 12px;
}
.accoRtpanel .connections p {
  margin-bottom: 5px;
}
.accoRtpanel .connections .rt_info {
  margin-bottom: 15px;
}

ul.numbers {
  padding: 0px;
  list-style: none;
  margin-bottom: 0px;
  display: flex;
  flex-wrap: wrap;
}
ul.numbers li {
  margin-right: 5px;
  color: #08164E;
  font-family: "Source Sans Pro";
  background: #EFEFEF;
  border: 1px solid #08164E;
  min-width: 45px;
  padding: 0px;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.numbers li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding-left: 3px;
  padding-right: 3px;
}
ul.numbers li a:hover {
  background: #1E2859;
  color: #ffffff;
}

.destination_info {
  padding-top: 15px;
}
.destination_info h4 {
  font-family: "Source Sans Pro";
}

.centerInfo {
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 30px;
  padding-top: 30px;
}
.btn_row {
  display: flex;
  flex-wrap: wrap;
}
.btn_row a {
  margin-right: 15px;
  margin-bottom: 5px;
}

.route-detail-info {
  padding-top: 40px;
}
.route-detail-info .connect_info {
  background: #eee;
  padding: 24px;
  padding-bottom: 5px;
  border-radius: 5px;
}
.route-detail-info .connect_info h3 {
  font-size: 21px;
  margin-bottom: 12px;
}
.route-detail-info .connect_info p {
  margin-bottom: 5px;
}
.route-detail-info .connect_info .rt_info {
  margin-bottom: 15px;
}
.route-detail-info .connect_info ul.numbers li {
  margin-bottom: 10px;
}

.general-tabs {
  background: #fff;
}
.general-tabs .nav-tabs {
  border-bottom: 1px solid #08164E;
  padding-left: 24px;
  padding-right: 24px;
}
.general-tabs .nav-tabs .nav-item {
  flex-grow: 1;
}
.general-tabs .nav-tabs .nav-item a {
  font-size: 21px;
  font-family: "Source Sans Pro";
  text-transform: uppercase;
  background: #eee;
  border-radius: 5px 5px 0px 0px;
  padding: 13px 20px;
  text-align: center;
}
.general-tabs .nav-tabs .nav-item a:hover {
  background: #EA0029;
  color: #ffffff;
}
.general-tabs .nav-tabs .nav-item a.active {
  background: #08164E;
  color: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
}
.general-tabs .tab-content {
  padding-top: 40px;
  padding-bottom: 80px;
}

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

.destination-info {
  margin-bottom: 30px;
}
.destination-info .input-group-one {
  flex: 1;
  min-height: 40px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #000000;
  line-height: 28px;
  font-family: "Source Sans Pro";
}
.destination-info .input-group-one .form-control {
  border: 0;
  border-bottom: 0;
  color: #3E3739;
  font-weight: normal;
  padding-left: 0;
  padding-bottom: 0px !important;
  border-radius: 0;
  font-size: 14px;
  text-align: center;
  background: #fff;
  padding-top: 0px;
  font-family: "Source Sans Pro";
}
.destination-info .to-text {
  padding: 5px 20px;
  font-weight: 400;
  font-size: 16px;
  text-transform: lowercase;
  font-family: "Source Sans Pro";
}
.destination-info .dest-row {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.destination-info .switch {
  text-align: center;
}
.destination-info .switch a {
  font-weight: 700;
  color: #08164E;
  text-decoration: none;
  font-size: 16px;
  font-family: "Source Sans Pro";
  text-decoration: underline;
}
.destination-info .switch a img {
  margin-right: 6px;
}
.destination-info .switch a:hover {
  color: #000000;
  text-decoration: underline;
  cursor: pointer;
}

.accostp_block {
  margin-bottom: 6px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}

.stTitle {
  background: #ffffff;
  padding: 10px 20px;
  padding-right: 40px;
  position: relative;
  min-height: 55px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.stTitle .accordion-sign {
  position: absolute;
  right: 20px;
  top: 14px;
}
.stTitle h3 {
  margin: 0px;
  font-weight: 700;
  font-size: 21px;
}
.stTitle h3 .number {
  border: 1px solid #08164E;
  color: #08164E;
  font-size: 18px;
  font-weight: bold;
  padding: 5px;
  min-width: 25px;
  margin-right: 10px;
}
.stTitle.active .accordion-sign {
  transform: rotate(180deg);
}
.stTitle.active .accordion-sign img {
  filter: brightness(0) saturate(100%) invert(17%) sepia(70%) saturate(7042%) hue-rotate(342deg) brightness(87%) contrast(114%);
}
.stTitle:hover h3 .name {
  color: #7DC8E7;
  text-decoration: underline;
}

.accostpanel {
  padding: 24px 60px;
  padding-bottom: 15px;
  display: none;
}
.accostpanel table {
  margin-bottom: 20px;
}
.accostpanel table tr:nth-child(odd) {
  background: #F5F5F5;
}

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

.accostpanel table td {
  padding: 8px;
  border: 0;
  text-align: center;
  border: 1px solid #fff;
}
.tooltip-inner {
  background-color: #ffffff;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #dbdbdb;
  border-radius: 0px;
  color: #000000;
  padding: 5px 5px;
  font-size: 16px;
  min-width: 220px;
}

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

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

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

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

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

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

.modal-alert .modal-dialog {
  max-width: 700px;
  min-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .modal-alert .modal-dialog {
    min-height: calc(100vh - 20px);
  }
}
.modal-alert .modal-alert-info {
  padding: 30px;
  position: relative;
}
.modal-alert .modal-alert-info .close {
  position: absolute;
  right: 15px;
  top: 5px;
  opacity: 1;
}
.modal-alert .modal-alert-info .close:hover {
  opacity: 1;
}
.modal-alert .modal-content {
  border-radius: 5px;
  border: 0;
}
.modal-alert .modal-body {
  padding: 0px;
}
.modal-alert .modal-body h2 {
  display: flex;
  align-items: center;
}
.modal-alert .modal-body h2 img {
  margin-right: 6px;
}

.st_exandable_grid {
  padding: 40px 0px;
}
.st_exandable_grid .links {
  margin-left: -10px;
  margin-right: -10px;
}
.st_exandable_grid .container {
  max-width: 930px;
}
.st_exandable_grid .links > li {
  width: 33.3%;
}
.st_exandable_grid .expand-content {
  padding: 45px;
  max-width: 100%;
}
.st_exandable_grid .tt_row h4 {
  font-size: 18px;
}
.st_exandable_grid .tt_row ul.numbers {
  margin-bottom: 15px;
}
.st_exandable_grid .tt_row ul.numbers li {
  margin-right: 10px;
}
.st_exandable_grid .tt_row .tt_right {
  border-left: 2px solid #504D49;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .st_exandable_grid .tt_right {
    border-top: 2px solid #504D49;
    padding-top: 10px;
  }
  .st_exandable_grid .expand-content {
    padding: 20px;
  }
}

ul.icons {
  padding: 0px;
  list-style: none;
}
ul.icons li {
  display: inline-block;
}

.alertsWrap {
  padding-bottom: 60px;
}
.alertsWrap .container {
  max-width: 1030px;
}
.alertsWrap .filter_top {
  max-width: 230px;
  margin-bottom: 20px;
}
.alertsWrap .filter_top select {
  background-image: url(../img/red-arrow.svg);
}

.alertBlocks {
  margin-bottom: 40px;
}

.service_acco {
  padding-top: 10px;
}
.service_acco .accordion_bk {
  margin-bottom: 10px;
  background: #ffffff;
  box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
.service_acco .accordion_bk .route {
  margin-bottom: 12px;
}
.service_acco .accordion_bk .route span {
  background: #eee;
  border: 1px solid #08164E;
  min-width: 52px;
  display: inline-block;
  padding: 6px 10px;
  margin-left: 2px;
  color: #08164E;
  font-family: "Source Sans Pro";
  font-size: 18px;
}
.service_acco .accordion_bk h3 {
  font-size: 21px;
  color: #08164E;
}
.service_acco .accordion_bk .date_info {
  margin-bottom: 0px;
}
.service_acco .main_acco_sv {
  border: 0;
  padding: 16px 25px;
  position: relative;
  padding-right: 45px;
  cursor: pointer;
}
.service_acco .main_acco_sv.active .accosign img {
  transform: rotate(180deg);
  filter: brightness(0) saturate(100%) invert(17%) sepia(70%) saturate(7042%) hue-rotate(342deg) brightness(87%) contrast(114%);
}
.service_acco .main_acco_sv:hover h3 {
  color: #7DC8E7;
  text-decoration: underline;
}
.service_acco .main_acco_sv:hover .accosign img {
  filter: brightness(0) saturate(100%) invert(17%) sepia(70%) saturate(7042%) hue-rotate(342deg) brightness(87%) contrast(114%);
}
.service_acco .accosign {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.service_acco .accosign img {
  width: 16px;
}
.service_acco .acco_panel_sv {
  display: none;
  padding: 0px 22px 22px 22px;
}
.service_acco .acco_panel_sv p {
  font-weight: 500;
}
.service_acco .acco_panel_sv p:last-of-type:last-child {
  margin-bottom: 5px;
}

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

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

.event-detail {
  padding-top: 40px;
  padding-bottom: 40px;
}
.event-detail h1 {
  font-size: 42px;
  margin-bottom: 40px;
}
.event-detail .evt_img_info {
  text-align: left;
  margin-bottom: 15px;
}
.event-detail .cancel-info {
  margin-bottom: 20px;
}
.event-detail .category {
  color: #231F20;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}
.event-detail .date {
  color: #000000;
  font-size: 18px;
  margin-bottom: 16px;
}
.event-detail .dt-info p {
  margin-bottom: 5px;
}
.event-detail .document_era {
  padding-top: 10px;
  padding-bottom: 10px;
}
.event-detail .img_caption {
  padding-top: 5px;
}
.event-detail .img_caption p {
  font-style: italic;
}
.event-detail .date_wraper {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.event-detail .dt-info {
  margin-bottom: 16px;
}
.event-detail .cost_wraper strong:nth-child(2) {
  text-transform: uppercase;
}
.event-detail element.style {
  visibility: visible;
}
.event-detail .addeventatc {
  background: transparent !important;
  box-shadow: none !important;
  display: flex;
  align-items: center;
  padding: 0px 12px 16px 0px;
  color: #0E3FFA !important;
  z-index: 1 !important;
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.event-detail .addeventatc::before {
  content: "";
  width: 21px;
  height: 24px;
  background-image: url(../img/calendar-days.svg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 21px;
  display: flex;
  z-index: 1;
  margin-right: 8px;
}
.event-detail .addeventatc:hover {
  color: #08164E !important;
  font-size: 18px;
  text-decoration: underline !important;
}

.backlink {
  margin-bottom: 30px;
}
.backlink a {
  display: flex;
  align-items: center;
}
.backlink a img {
  margin-right: 6px;
}

.evt_row {
  margin-left: -8px;
  margin-right: -8px;
}
.evt_row a {
  font-weight: normal;
  text-decoration: none;
}
.evt_row .evt_col {
  padding-left: 4px;
  padding-right: 4px;
  margin-bottom: 12px;
}
.evt_row .category {
  color: #231F20;
  font-size: 16px;
  font-family: "Source Sans Pro";
  margin-bottom: 8px;
  font-weight: 700;
}
.evt_row .event_item {
  border-radius: 0px 0px 5px 5px;
  height: 100%;
}
.evt_row .event_item:hover h3 {
  text-decoration: underline;
  color: #08164E;
}
.evt_row .evt_img img {
  width: 100%;
}
.evt_row .text_evt_block {
  display: grid;
  grid-template-columns: 96px auto;
  height: 100%;
  background: #fff;
  border-radius: 0px 5px 5px 0px;
}
.evt_row .text_evt_block .evt-date {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000000;
  text-align: center;
  font-family: "Source Sans Pro";
  line-height: 30px;
  background: #FAC90E;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: center;
}
.evt_row .text_evt_block .evt-date span {
  font-size: 36px;
  font-weight: 700;
  color: #08164E;
  font-family: "Source Sans Pro";
}
.evt_row .text_evt_block .evt-date .month {
  color: #231F20;
  text-align: center;
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.evt_row .text_evt_block .evt-date .day {
  color: #231F20;
  text-align: center;
  font-family: "Source Sans Pro";
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.evt_row .text_evt_block .evt-date .time {
  color: #231F20;
  text-align: center;
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.evt_row .text_evt_block .evt-time {
  margin-bottom: 3px;
  font-size: 14px;
  color: #3E3739;
  font-family: "Source Sans Pro";
  padding-top: 4px;
  padding-bottom: 5px;
}
.evt_row .text_evt_block h3 {
  font-size: 21px;
  color: #231F20;
}
.evt_row .text_evt_block .content-area {
  padding: 10px 8px;
}
.evt_row .text_evt_block .content-area p:last-child {
  margin-bottom: 0px;
}

.agenda_table_wraper,
.directory_table_wraper {
  margin-top: 24px;
}
.agenda_table_wraper h3,
.directory_table_wraper h3 {
  margin-bottom: 24px;
}

.agenda_table table,
.directory_table table {
  width: 100%;
  border: 1px solid #3E3739;
}
.agenda_table table thead tr,
.directory_table table thead tr {
  background-color: #231F20;
  color: #ffffff;
}
.agenda_table table thead tr th,
.directory_table table thead tr th {
  border-right: solid 1px #000;
  padding: 8px;
}
.agenda_table table tbody tr:nth-child(odd),
.directory_table table tbody tr:nth-child(odd) {
  background-color: #EEE;
}
.agenda_table table tbody td,
.directory_table table tbody td {
  border-right: solid 1px #3E3739;
  padding: 8px;
}
.agenda_table table tbody td a,
.directory_table table tbody td a {
  color: #0E3FFA;
  font-size: 18px;
  font-weight: 600;
  font-family: "Source Sans Pro";
  text-decoration: underline;
}
.agenda_table table tbody td a:hover,
.directory_table table tbody td a:hover {
  color: #231F20;
}

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

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

.accordion_block {
  margin-bottom: 10px;
}

.main_acco_title {
  border: 0;
  display: flex;
  position: relative;
  background: #eee;
  align-items: center;
  padding-right: 45px;
  cursor: pointer;
}
.main_acco_title .date_meet {
  background: #060C28;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Source Sans Pro";
  width: 100px;
  min-width: 100px;
  flex-direction: column;
  text-align: center;
  min-height: 90px;
  line-height: 26px;
}
.main_acco_title .acco_title_info {
  flex-grow: 1;
  padding: 10px 25px;
  padding-right: 45px;
}
.main_acco_title .acco_title_info span.category {
  color: #7DC8E7;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.main_acco_title .acco_title_info h2 {
  margin-bottom: 5px;
  font-size: 16px;
}
.main_acco_title .acco_title_info p {
  margin: 0px;
}
.main_acco_title .accosign {
  position: absolute;
  right: 20px;
  top: 30px;
}
.main_acco_title .accosign img {
  width: 25px;
}
.main_acco_title.active .accosign img {
  transform: rotate(180deg);
}
.main_acco_title .cancel-info {
  position: absolute;
  top: 0;
  right: 0;
}
.main_acco_title:hover h2 {
  color: #08164E;
  text-decoration: underline;
}

.cancel-info {
  background: #EEE;
  color: #B12024;
  text-align: center;
  line-height: normal;
  padding: 4px 8px;
  font-size: 18px;
  display: table;
  font-weight: 700;
  font-family: "Source Sans Pro";
  text-transform: capitalize;
}

.acco_panel {
  padding: 30px 30px 30px 30px;
  display: none;
  background: #eee;
}
.acco_panel .document_era {
  margin-bottom: 20px;
}
.acco_panel .btn_sm {
  font-size: 16px;
  padding: 12px 20px;
}
.acco_panel .agenda {
  display: flex;
  align-items: center;
  /* margin-bottom: 30px;
      padding-top: 10px;*/
}
.acco_panel .agenda .doc_block {
  margin-bottom: 0px;
  padding-left: 10px;
}
.meeting-detail {
  padding-bottom: 60px;
}
.meeting-detail .container {
  max-width: 1200px;
}
.meeting-detail .link {
  margin-bottom: 0px;
}
.meeting-detail .address {
  padding-top: 10px;
}
.meeting-detail .date {
  font-weight: 500;
}
.meeting-detail .agenda {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  padding-top: 10px;
  text-transform: uppercase;
}
.meeting-detail .agenda .doc_block {
  margin-bottom: 0px;
  padding-left: 10px;
}
.meeting-detail .cancel-info {
  margin-bottom: 20px;
}
.meeting-detail h5 {
  padding-top: 12px;
}
.meeting-detail .slider_info .carousel-control-next,
.meeting-detail .slider_info .carousel-control-prev {
  width: 45px;
  height: 55px;
  top: 40%;
  opacity: 1;
  background: rgba(255, 255, 255, 0.9);
}
.meeting-detail .slider_info .carousel-control-next:hover img,
.meeting-detail .slider_info .carousel-control-prev:hover img {
  filter: brightness(0) saturate(100%) invert(51%) sepia(78%) saturate(5573%) hue-rotate(149deg) brightness(94%) contrast(99%);
}
.meeting-detail .slider_info .carousel-control-next img {
  transform: rotate(180deg);
}
.meeting-detail .slider_info .carousel-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.proc_wrap {
  padding-bottom: 30px;
}
.proc_wrap .container {
  max-width: 900px;
  margin: 0 auto;
}
.proc_wrap .top-text {
  max-width: 900px;
  margin: 0 auto;
}
.proc_wrap .top-text h2 {
  text-align: center;
  font-size: 16px;
  margin-bottom: 0px;
  font-family: "Source Sans Pro";
}
.proc_wrap .top-text p {
  visibility: visible;
}
.proc_wrap .proc_filter {
  display: grid;
  grid-template-columns: 260px 150px 150px;
  align-items: end;
  grid-column-gap: 10px;
}

.acccard {
  background: #eee;
  margin-bottom: 15px;
}
.acccard .acctitle {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
}
.acccard .acctitle h2 {
  font-size: 16px;
  font-family: "Source Sans Pro";
}
.acccard .acctitle h3 {
  font-size: 16px;
  margin: 0px;
  font-family: "Source Sans Pro";
}
.acccard .acctitle h3 span {
  font-weight: normal;
}
.acccard .acctitle .acco_sign {
  margin-left: 15px;
}
.acccard .acctitle .acco_sign img {
  width: 22px;
}
.acccard .acctitle.active .acco_sign img {
  transform: rotate(180deg);
}
.acccard .acctitle:hover h2 {
  color: #08164E;
  text-decoration: underline;
}
.acccard .acc_right {
  display: flex;
}
.acccard .acc_right p {
  margin: 0px;
}
.acccard .document_era {
  margin-bottom: 20px;
  display: block;
  color: #008943;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.acccard .document_era > img {
  margin-right: 5px;
}

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

.signup-box {
  background: #000000;
  padding: 25px 70px 40px 70px;
  clip-path: polygon(100% 0, 100% 81%, 97% 100%, 0 100%, 0 0);
  max-width: 900px;
  margin: 0 auto;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .signup-box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.signup-box h2,
.signup-box p {
  color: #fff;
  text-align: center;
}
.signup-box .large {
  min-height: 50px !important;
  border-radius: 0px !important;
}
.signup-box form {
  display: grid;
  grid-template-columns: auto 190px;
  grid-column-gap: 15px;
}
@media (max-width: 768px) {
  .signup-box form {
    grid-template-columns: auto;
  }
}
.signup-box .gform_footer {
  padding-top: 0px !important;
}
@media (max-width: 768px) {
  .signup-box .gform_footer {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}
.signup-box .gform_footer .gform_button {
  background: #008943;
  color: #ffffff;
  min-width: 185px;
  text-align: center;
  padding: 13px 20px;
  font-size: 16px;
}
.signup-box .gform_footer .gform_button:hover {
  background: #ffffff;
  color: #008943;
}

.gform_wrapper.gravity-theme input[type=color],
.gform_wrapper.gravity-theme input[type=date],
.gform_wrapper.gravity-theme input[type=datetime-local],
.gform_wrapper.gravity-theme input[type=datetime],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=outfith],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme input[type=password],
.gform_wrapper.gravity-theme input[type=search],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=time],
.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gravity-theme input[type=week],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
  border: 1px solid #3E3739;
  background-color: #fff;
  min-height: 42px;
  padding: 10px;
  border-radius: 0px;
  width: 100%;
}
@media (max-width: 768px) {
  .gform_wrapper.gravity-theme input[type=color],
  .gform_wrapper.gravity-theme input[type=date],
  .gform_wrapper.gravity-theme input[type=datetime-local],
  .gform_wrapper.gravity-theme input[type=datetime],
  .gform_wrapper.gravity-theme input[type=email],
  .gform_wrapper.gravity-theme input[type=outfith],
  .gform_wrapper.gravity-theme input[type=number],
  .gform_wrapper.gravity-theme input[type=password],
  .gform_wrapper.gravity-theme input[type=search],
  .gform_wrapper.gravity-theme input[type=tel],
  .gform_wrapper.gravity-theme input[type=text],
  .gform_wrapper.gravity-theme input[type=time],
  .gform_wrapper.gravity-theme input[type=url],
  .gform_wrapper.gravity-theme input[type=week],
  .gform_wrapper.gravity-theme select,
  .gform_wrapper.gravity-theme textarea {
    font-size: 12px;
  }
}
.gform_wrapper.gravity-theme .gform_footer {
  padding-top: 0px !important;
}
.gform_wrapper.gravity-theme textarea.small {
  min-height: 134px;
}
.gform_wrapper.gravity-theme .gfield_radio,
.gform_wrapper.gravity-theme .gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
}
.gform_wrapper.gravity-theme .gfield_radio > div,
.gform_wrapper.gravity-theme .gfield_checkbox > div {
  margin-right: 15px;
}
.gform_wrapper.gravity-theme .ginput_container_consent {
  padding-top: 10px;
}
.gform_wrapper.gravity-theme .ginput_container_consent label {
  display: inline-block;
  padding: 0px;
}
.gform_wrapper.gravity-theme .gfield_error .validation_message {
  color: #e90000;
}
.gform_wrapper.gravity-theme .ginput_container_date {
  position: relative;
  max-width: 220px;
}
.gform_wrapper.gravity-theme .ginput_container_date .ui-datepicker-trigger {
  position: absolute;
  right: 10px;
  top: 10px;
}
.gform_wrapper.gravity-theme .gsection_title {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}
.gform_wrapper.gravity-theme .gform_submission_error {
  color: red;
}
@media (max-width: 768px) {
  .gform_wrapper.gravity-theme input.small {
    min-width: 100px;
  }
}

.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: #3E3739;
  font-weight: 700;
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0px 3px;
  text-decoration: none !important;
  padding: 2px 4px;
  font-family: "Source Sans Pro";
}
.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: 700;
  color: #08164E;
  text-decoration: underline !important;
}
.wp-pagenavi a:hover,
.pagination a:hover {
  font-weight: 700;
  color: #0E3FFA;
  text-decoration: underline !important;
}
.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-green.svg);
  width: 11px;
  height: 22px;
  margin-left: 5px;
  background-size: 11px;
  top: -1px;
  background-repeat: no-repeat;
}
.wp-pagenavi .next-page:hover,
.wp-pagenavi .nextpostslink:hover,
.pagination .next-page:hover,
.pagination .nextpostslink:hover {
  filter: brightness(0) saturate(100%) invert(27%) sepia(83%) saturate(7276%) hue-rotate(232deg) brightness(94%) contrast(108%);
}
.wp-pagenavi .previous-page,
.wp-pagenavi .previouspostslink,
.pagination .previous-page,
.pagination .previouspostslink {
  font-size: 0px;
  background-image: url(../img/angle-right-green.svg);
  width: 11px;
  height: 22px;
  margin-right: 5px;
  background-size: 11px;
  transform: rotate(180deg);
  top: 1px;
  background-repeat: no-repeat;
}
.wp-pagenavi .previous-page:hover,
.wp-pagenavi .previouspostslink:hover,
.pagination .previous-page:hover,
.pagination .previouspostslink:hover {
  filter: brightness(0) saturate(100%) invert(16%) sepia(99%) saturate(6116%) hue-rotate(235deg) brightness(97%) contrast(102%);
}
.wp-pagenavi .pages,
.pagination .pages {
  display: none;
}
.wp-pagenavi .last,
.wp-pagenavi .first,
.pagination .last,
.pagination .first {
  display: none;
}

#pagination-bottom {
  padding-top: 30px;
  text-transform: uppercase;
}
#pagination-bottom a {
  font-size: 14px;
  font-weight: normal;
  color: #3E3739;
}
#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: #08164E;
  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.addtocal {
  color: #008943 !important;
  font-weight: 700;
  font-size: 16px !important;
  box-shadow: none !important;
  background: none !important;
  padding-left: 30px !important;
  z-index: 9;
}
.addeventatc.addtocal::before {
  content: "";
  position: absolute;
  background-image: url(../img/calendar-days.svg);
  background-repeat: no-repeat;
  width: 18px;
  height: 21px;
  background-repeat: no-repeat;
  left: 0;
  top: 11px;
}
.addeventatc.addtocal:hover {
  text-decoration: underline;
}

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

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

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

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

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

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

.left_right_wraper {
  clear: both;
}

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

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

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

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

.toplevel_page_gf_edit_forms {
  background: none !important;
}

/* backend font fixes*/
.editor-styles-wrapper .wp-block-post-title {
  font-weight: 700 !important;
}

/* link color*/
.editor-styles-wrapper a:where(:not(.wp-element-button)) {
  color: #0E3FFA !important;
  text-decoration: underline !important;
}
.editor-styles-wrapper a:where(:not(.wp-element-button)):hover {
  color: #08164E !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;
  padding-bottom: 10px;
  padding-top: 5px;
  margin-bottom: 0px;
  color: #231F20;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

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

div.asp_r.asp_r_1.vertical {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25) !important;
  border: 0px !important;
  left: auto !important;
  right: 40px !important;
}

.ajaxsearchpro {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137) !important;
  border: 0 !important;
  background: #fff !important;
  min-width: 280px;
  border-radius: 50px !important;
}
.ajaxsearchpro .results .item .asp_content h3 a {
  color: #000000 !important;
  font-size: 16px !important;
}
.ajaxsearchpro .asp_res_text {
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-family: "Source Sans Pro";
}

div.asp_r.asp_r_1.vertical .item {
  border-bottom: 1px solid #000 !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%;
}

div.asp_r.asp_r_1.vertical {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25) !important;
  border: 0px !important;
  left: auto !important;
  right: 40px !important;
  border-radius: 0px !important;
}

/*page builder map*/
.mapinfo {
  position: relative;
  padding: 0px !important;
}
.mapinfo .map_btn {
  position: absolute;
  bottom: 0px;
  display: flex;
  margin: auto;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  flex-wrap: wrap;
}

.faq_main {
  max-width: 1200px;
  margin: 0 auto;
}
.faq_main .search-filter-title {
  display: grid;
  grid-template-columns: 250px 250px;
  justify-content: space-between;
}
.faq_main .search-filter-title .reset {
  margin-top: 5px;
  text-align: right;
  margin-bottom: 10px;
}
.faq_main .search-filter-title select {
  background-image: url(../img/blue-arrow.svg);
}
@media (min-width: 992px) {
  .faq_main .search-filter-title .search-box {
    margin-bottom: 30px;
  }
}
.faq_main .filterWrap form {
  display: grid !important;
  grid-template-columns: 1fr;
}

p.phone {
  position: relative;
  padding-left: 25px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
p.phone:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url(../img/phone.svg);
  left: 0px;
  background-repeat: no-repeat;
}

p.email {
  position: relative;
  padding-left: 25px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
p.email:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url(../img/envelope.svg);
  left: 0px;
  background-repeat: no-repeat;
}

p.map {
  position: relative;
  padding-left: 25px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
p.map:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url(../img/location-dot.svg);
  left: 0px;
  background-repeat: no-repeat;
}

.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: #008943 !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;
}

.grey-box {
  background: #eee;
  margin-bottom: 20px;
  padding: 24px;
  position: relative;
  z-index: 9;
}
.grey-box .h4 {
  margin-bottom: 15px;
}
.grey-box p:empty {
  display: none;
}
.grey-box .btn_sm {
  width: 100%;
  margin-bottom: 10px;
}
.grey-box .mail_box_wrap p {
  margin-bottom: 2px;
}

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

.list_addr {
  max-height: 600px;
  overflow: auto;
}
.list_addr ul {
  padding: 0px;
  list-style: none;
}
.list_addr ul li {
  padding-bottom: 10px;
}
.list_addr ul li h3 {
  margin-bottom: 3px;
}
.list_addr ul li p {
  line-height: 18px;
  margin-bottom: 5px !important;
}

.gm-style .gm-style-iw-c {
  padding: 30px !important;
  min-width: 320px;
}

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

.wp-block-group.has-primary-background-color {
  color: #fff;
}
.wp-block-group.has-primary-background-color h1,
.wp-block-group.has-primary-background-color h2,
.wp-block-group.has-primary-background-color h3,
.wp-block-group.has-primary-background-color h4,
.wp-block-group.has-primary-background-color h5,
.wp-block-group.has-primary-background-color h6,
.wp-block-group.has-primary-background-color p,
.wp-block-group.has-primary-background-color li {
  color: #fff;
}

.page-id-33465 .wp-block-group {
  padding-top: 30px;
  padding-bottom: 30px;
}

.home .tooltip-inner {
  background-color: #004B8F;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1607843137);
  border: 0;
  border-radius: 0px;
  color: #fff;
  padding: 8px 8px;
  font-size: 14px;
  min-width: 260px;
}

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

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

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

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

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

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

.nav-menus-php .major-publishing-actions .delete-action {
  display: none;
  visibility: hidden;
}

#sb_instagram .sbi_inner_wrap {
  background: #f7f7f7 !important;
  box-shadow: none !important;
  height: 100%;
}
#sb_instagram .sbi_photo {
  height: 200px !important;
}
#sb_instagram .sbi_caption {
  font-size: 16px !important;
  color: #121212 !important;
}

.hide_fields {
  display: none !important;
}

.alert-area .alert.about {
  display: none;
}
.alert-area .alert.work-with-us {
  display: none;
}

#contactForm .form-control {
  border: 1px solid #000;
}
#contactForm .alert.alert-success {
  color: #fff !important;
  background: #0175be !important;
}

.stTitle img.timepoint_0 {
  display: none;
}

.single .centerInfo {
  max-width: 1200px;
}

.page-id-33408 .img_button_row .img_block .img_block_descr {
  transform: translateY(calc(100% - 100px));
  padding: 10px 16px;
}
.page-id-33408 .img_button_row .img_block .img_block_descr h3 {
  font-size: 20px;
  min-height: 110px;
}
.page-id-33408 .img_button_row .img_block .img_block_descr p {
  font-size: 14px;
  line-height: 22px;
}
.page-id-33408 .img_button_row .img_block:hover h3 {
  min-height: 10px;
}
.page-id-33408 .img_button_row .img_block:hover .img_block_descr {
  transform: translateY(0);
  bottom: 0;
}

.events_colum_wraper {
  width: 25%;
}
.events_colum_wraper .event_item {
  display: flex;
  margin-bottom: 16px;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(99, 99, 99, 0.2);
}
.events_colum_wraper .event_item a {
  display: flex;
  text-decoration: none;
}
.events_colum_wraper .event_item a:hover h3 {
  text-decoration: underline;
  color: #08164E;
}
.events_colum_wraper .event_item .event_date {
  background: #FAC90E;
  min-width: 96px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.events_colum_wraper .event_item .event_date .ev_month {
  color: #3E3739;
  text-align: center;
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.events_colum_wraper .event_item .event_date .ev_day {
  color: #3E3739;
  text-align: center;
  font-family: "Source Sans Pro";
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.events_colum_wraper .event_item .event_date .ev_time {
  color: #3E3739;
  text-align: center;
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.events_colum_wraper .event_item h3 {
  color: #231F20;
  font-family: "Futura Cyrillic";
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.events_colum_wraper .event_dtl {
  padding: 8px 10px;
}
.events_colum_wraper .event_dtl p {
  margin-bottom: 0px;
}
.events_colum_wraper .event_dtl .event_cat {
  overflow: hidden;
  color: #3E3739;
  text-overflow: ellipsis;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.text_img_section {
  margin-top: 64px;
  margin-bottom: 64px;
}
.text_img_section .wr_section_content {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  align-items: flex-start;
}
.text_img_section .wr_section_content h2 {
  margin-bottom: 24px;
}

.help_wraper {
  position: fixed;
  bottom: 68px;
  right: 8px;
  z-index: 55;
}

.icon_button_list {
  display: flex;
  justify-content: space-between;
}

.icon_button_row {
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
  margin-left: auto;
  margin-right: auto;
}

.icon_button {
  border: 1px solid #08164E;
  background: #ffffff;
  color: #08164E;
  padding: 8px 24px;
  display: flex;
  align-items: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
  min-width: 282px;
  font-family: "Source Sans Pro";
}
.icon_button .icon_bx {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: #7DC8E7;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.icon_button .icon_bx img {
  width: 40px;
  aspect-ratio: 3/4;
  filter: brightness(0) saturate(100%) invert(17%) sepia(12%) saturate(3615%) hue-rotate(189deg) brightness(87%) contrast(116%);
}
.icon_button:hover {
  background-color: #08164E;
  color: #ffffff;
  text-decoration: none;
}

.program_detail_wrap,
.program_category_wrap {
  padding-top: 40px;
  padding-bottom: 40px;
}
.program_detail_wrap .row,
.program_category_wrap .row {
  margin-left: 0px;
  margin-right: 0px;
}
.program_detail_wrap h2,
.program_category_wrap h2 {
  margin-bottom: 16px;
}
.program_detail_wrap .overview_info,
.program_category_wrap .overview_info {
  margin-bottom: 32px;
}
.program_detail_wrap section,
.program_category_wrap section {
  margin-bottom: 32px;
}

.program_category_wrap .document_era {
  margin-bottom: 32px;
}
.program_category_wrap .img_block_title h3 {
  text-align: center;
}

.committe_page_wrap {
  margin-bottom: 40px;
  margin-top: 56px;
}
.committe_page_wrap .container {
  max-width: 880px;
}

.dp_sidebar .sidebar_box {
  background: #eee;
}
.dp_sidebar .sidebar-content {
  padding: 16px;
}
.dp_sidebar .sidebar-content p {
  margin-bottom: 8px;
}

.forms_rel {
  background: #eee;
  margin-top: 24px;
  padding: 16px;
}
.forms_rel h3 {
  margin-bottom: 16px;
}

.right_sidebar {
  background-color: #eee;
  padding: 32px 16px;
}
.right_sidebar .other_news_wraper {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.right_sidebar h3 {
  margin-bottom: 16px;
}
.right_sidebar .other_news_item {
  border-left: 3px solid #FAC90E;
  background: #FFF;
  box-shadow: 0px 2px 8px 0px rgba(99, 99, 99, 0.2);
}
.right_sidebar .other_news_item h4 {
  color: #231F20;
}
.right_sidebar .other_news_item a {
  padding: 16px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.right_sidebar .other_news_item a:hover h4 {
  text-decoration: underline;
  color: #08164E;
}
.right_sidebar .other_news_item .category {
  color: #231F20;
}

.calendar_wraper {
  text-align: center;
}

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

.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #000;
  color: #fff;
  padding: 8px;
  z-index: 100;
}

.skip-link:focus {
  top: 0;
}

a:focus,
button:focus,
a:focus-within,
button:focus-within {
  outline: 2px solid #005fcc;
  outline-offset: 2px;
}

.tribe-events-calendar-list__event-row.event_item {
  margin-top: 0px !important;
  margin-bottom: 16px !important;
}
.tribe-events-calendar-list__event-row.event_item .text_evt_block {
  display: grid;
  grid-template-columns: 96px 1fr;
  -moz-column-gap: 16px;
       column-gap: 16px;
  gap: 16px;
  background: var(--White, #FFF);
  box-shadow: 0px 2px 8px 0px rgba(99, 99, 99, 0.2);
  width: calc(100% - 24px);
}
.tribe-events-calendar-list__event-row.event_item .content-area {
  padding: 16px 0px;
}
.tribe-events-calendar-list__event-row.event_item .content-area h3 {
  font-weight: 600;
  line-height: normal;
}
.tribe-events-calendar-list__event-row.event_item .content-area .location {
  margin-bottom: 0px;
  color: var(--Dark-Gray, #3E3739);
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.tribe-events-calendar-list__event-row.event_item .content-area p:last-child {
  margin-bottom: 0px;
}
.tribe-events-calendar-list__event-row.event_item .content-area .category .cat {
  color: #3E3739;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.tribe-events-calendar-list__event-row.event_item .evt-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #FAC90E;
  justify-content: center;
}
.tribe-events-calendar-list__event-row.event_item .evt-date .month {
  color: #3E3739;
  text-align: center;
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.tribe-events-calendar-list__event-row.event_item .evt-date .day {
  color: #3E3739;
  text-align: center;
  font-family: "Source Sans Pro";
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.tribe-events-calendar-list__event-row.event_item .evt-date .time {
  color: #3E3739;
  text-align: center;
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.tribe-events-calendar-list__event-row.event_item .evt-date .year {
  color: var(--Dark-Gray, #3E3739);
  text-align: center;
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.tribe-events-calendar-list__event-row article:hover h3 {
  color: #08164E;
  text-decoration: underline;
}

div.asp_m.ajaxsearchpro .probox .proclose,
div.asp_m.asp_m_1 .probox .proloading {
  position: absolute !important;
  cursor: pointer;
  z-index: 2;
  right: 40px !important;
  top: 4px !important;
}

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

.tribe-events .tribe-events-c-search__button,
.tribe-events button.tribe-events-c-search__button {
  background-color: #08164E !important;
  padding: 8px 16px !important;
  font-family: "Source Sans Pro" !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: normal !important;
  border-radius: 0px !important;
  border: 1px solid #08164E !important;
  color: #ffffff !important;
}

.tribe-events .tribe-events-c-search__button:focus,
.tribe-events .tribe-events-c-search__button:hover,
.tribe-events button.tribe-events-c-search__button:focus,
.tribe-events button.tribe-events-c-search__button:hover {
  background-color: #7DC8E7;
  padding: 8px 16px;
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 0px !important;
  border: 1px solid #08164E;
  color: #ffffff !important;
}

.tribe-events-c-events-bar__filter-button-text.tribe-common-b2.tribe-common-a11y-visual-hide {
  color: #231F20 !important;
  font-family: "Source Sans Pro";
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__button-text {
  color: #3E3739 !important;
  font-family: "Source Sans Pro";
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: normal;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__button {
  background-image: url(../img/angle-down.svg);
  background-position: top 19px right 10px;
  background-repeat: no-repeat;
  background-size: 28px;
  padding-right: 48px !important;
  padding-left: 16px !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__button svg {
  display: none !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__button:hover {
  background-image: url(../img/angle-down.svg) !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__today-button {
  background: #DDD !important;
  padding: 8px 16px !important;
  border-radius: 0px !important;
  color: #231F20 !important;
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.tribe-common .tribe-common-c-btn-icon--caret-left .tribe-common-c-btn-icon__icon-svg path,
.tribe-common .tribe-common-c-btn-icon--caret-right .tribe-common-c-btn-icon__icon-svg path {
  fill: #08164E !important;
}

.tribe-events .tribe-events-c-top-bar__nav-list-item {
  padding-right: 4px !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__datepicker-button-icon-svg {
  height: 12px !important;
  width: 22px !important;
}

.tribe-common .tribe-common-c-svgicon__svg-fill {
  fill: #08164E !important;
}

.tribe-common.tribe-common--breakpoint-medium button.tribe-events-c-top-bar__datepicker-button {
  color: #231F20 !important;
  font-family: "Futura Cyrillic" !important;
  font-size: 36px !important;
  font-weight: 500;
  line-height: normal;
}

.tribe-events .tribe-events-calendar-month__calendar-event-title a {
  color: #0E3FFA !important;
  font-family: "Source Sans Pro" !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: normal !important;
}
.tribe-events .tribe-events-calendar-month__calendar-event-title a:hover {
  color: #08164E !important;
}

.tribe-events .tribe-events-calendar-month__calendar-event-datetime {
  color: #4D4D50 !important;
  font-size: 12px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal;
}

.tribe-events .tribe-events-calendar-month__calendar-event {
  padding: 0 8px !important;
}

.tribe-events .tribe-events-calendar-month__day-date-daynum {
  font-family: "Futura Cyrillic" !important;
  color: #231F20 !important;
}

.tribe-events .tribe-events-calendar-month__day-date {
  text-align: right;
}

.tooltipster-base.tribe-events-tooltip-theme {
  max-width: 374px !important;
  padding: 24px !important;
  border-right: 1px solid #DDD !important;
  border-bottom: 1px solid #DDD !important;
  border-left: 1px solid #DDD !important;
  background: #ffffff !important;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25) !important;
}

.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-datetime {
  color: #000 !important;
  font-family: "Source Sans Pro";
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: normal !important;
}

.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-title {
  color: #231F20 !important;
  font-family: "Futura Cyrillic" !important;
  font-size: 21px !important;
  font-weight: 600 !important;
  line-height: normal !important;
  margin-bottom: 8px;
}

.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-featured-image-wrapper {
  width: 100% !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day {
  border-color: #4D4D50 !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day.tribe-events-calendar-month__day--current {
  border: 2px solid #0E3FFA !important;
  border-left-width: 1px !important;
  border-top-width: 1px !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__body {
  border-top: 1px solid #4D4D50 !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__week {
  border-left: 1px solid #4D4D50 !important;
}

.tribe-events-calendar-day__event-content .text_evt_block {
  display: grid;
  grid-template-columns: 96px 1fr;
  -moz-column-gap: 16px;
       column-gap: 16px;
  background: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(99, 99, 99, 0.2);
}
.tribe-events-calendar-day__event-content .evt-date {
  background-color: #FAC90E;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: normal;
  color: #3E3739;
}
.tribe-events-calendar-day__event-content .content-area {
  padding: 16px 16px 16px 0px;
}
.tribe-events-calendar-day__event-content .content-area h3 {
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.tribe-events-calendar-day__event-content .content-area .location {
  font-family: "Source Sans Pro";
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: normal !important;
  margin-bottom: 0px !important;
}
.tribe-events-calendar-day__event-content .content-area .category {
  margin-bottom: 8px;
}
.tribe-events-calendar-day__event-content .content-area .cat {
  font-family: "Source Sans Pro";
  font-size: 16px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal;
  color: #3E3739 !important;
}
.tribe-events-calendar-day__event-content .content-area p:last-child {
  margin-bottom: 0px !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__event:before {
  display: none !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__time-separator + .tribe-events-calendar-day__event,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__type-separator + .tribe-events-calendar-day__event {
  margin-top: 32px !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__input-control {
  background-image: url(../img/search-icon.svg) !important;
  background-size: 20px !important;
  background-repeat: no-repeat;
  background-position: left 10px top 9px;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__input-control svg {
  display: none;
}

.tribe-events .tribe-events-c-events-bar .tribe-common-form-control-text__input {
  color: #3E3739;
  font-family: "Source Sans Pro" !important;
  font-size: 16px !important;
  font-weight: 400;
  line-height: normal;
}
.tribe-events .tribe-events-c-events-bar .tribe-common-form-control-text__input::-moz-placeholder {
  color: #3E3739;
  font-family: "Source Sans Pro" !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: normal;
}
.tribe-events .tribe-events-c-events-bar .tribe-common-form-control-text__input::placeholder {
  color: #3E3739;
  font-family: "Source Sans Pro" !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: normal;
}

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

.tribe-common .tribe-common-b3 {
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: normal !important;
  font-family: "Source Sans Pro" !important;
  color: #231F20 !important;
  text-transform: capitalize;
}

.tribe-events-calendar-day__event-content a:hover h3 {
  color: #08164E !important;
  text-decoration: underline !important;
}

.tribe-events-calendar-month__day.tribe-events-calendar-month__day--current {
  border-color: #0E3FFA !important;
}

.tooltipster-box .category {
  margin-bottom: 8px !important;
}
.tooltipster-box .category .cat {
  color: #3E3739 !important;
  font-family: "Source Sans Pro";
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: normal;
}

.tribe-events-calendar-month__calendar-event-tooltip-datetime {
  margin-bottom: 8px !important;
}

.tribe-events .tribe-events-calendar-month__calendar-event:last-child {
  margin-bottom: 12px !important;
}

.tribe-events .tribe-events-calendar-month__more-events {
  border-top: 1px solid #3E3739 !important;
  margin: 0 8px !important;
}

.tribe-events .tribe-events-calendar-month__more-events-link {
  color: #08164E !important;
  font-family: "Source Sans Pro" !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: normal;
  border-bottom: none !important;
  text-decoration: underline !important;
}

.tribe-events-calendar-month__day-cell {
  background-color: #fff !important;
}

.tribe-events-calendar-month__day--past,
.tribe-events-calendar-month__day--past-month .tribe-events-calendar-month__day-cell {
  background: #F3F3F3 !important;
}

.tribe-events-calendar-month__day--next-month .tribe-events-calendar-month__day-cell,
.tribe-events-calendar-month__day--past.tribe-events-calendar-month__day--other-month.tribe-events-calendar-month__day--past-month .tribe-events-calendar-month__day-cell {
  background: #F3F3F3 !important;
}

.tribe-events-calendar-month__day--other-month.tribe-events-calendar-month__day--past-month .tribe-events-calendar-month__day-cell {
  background: #fff !important;
}

.tribe-events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__calendar-event a,
.tribe-events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__calendar-event time {
  color: #353535 !important;
  opacity: 1 !important;
  background: #F3F3F3 !important;
}

.evt_filter .tribe-filter-bar--vertical.tribe-filter-bar,
.tribe-filter-bar__form .tribe-filter-bar--vertical.tribe-filter-bar {
  margin-right: 18px !important;
}
.evt_filter .tribe-common-h5,
.tribe-filter-bar__form .tribe-common-h5 {
  font-family: "Source Sans Pro" !important;
  color: #231F20 !important;
  padding-top: 0px !important;
  font-family: "Source Sans Pro" !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: normal;
  padding-bottom: 4px !important;
}
.evt_filter .tribe-filter-bar,
.tribe-filter-bar__form .tribe-filter-bar {
  width: auto !important;
}
@media (max-width: 768px) {
  .evt_filter .tribe-filter-bar,
  .tribe-filter-bar__form .tribe-filter-bar {
    position: static !important;
  }
}
.evt_filter .tribe-filter-bar__filters,
.tribe-filter-bar__form .tribe-filter-bar__filters {
  border: 0 !important;
}
.evt_filter .tribe-filter-bar-c-filter,
.tribe-filter-bar__form .tribe-filter-bar-c-filter {
  border: 0 !important;
  border: 1px solid #3E3739 !important;
  border-radius: 0px !important;
}
.evt_filter .tribe-filter-bar-c-filter .tribe-filter-bar-c-filter__toggle,
.tribe-filter-bar__form .tribe-filter-bar-c-filter .tribe-filter-bar-c-filter__toggle {
  color: #3E3739 !important;
  padding: 9px 8px !important;
  opacity: 1 !important;
  font-weight: normal;
  font-family: "Source Sans Pro";
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: normal;
  height: 42px;
}
.evt_filter .tribe-filter-bar-c-filter .tribe-filter-bar-c-filter__toggle-icon,
.tribe-filter-bar__form .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;
}
.evt_filter .tribe-filter-bar-c-filter .tribe-filter-bar-c-filter__toggle-icon svg,
.tribe-filter-bar__form .tribe-filter-bar-c-filter .tribe-filter-bar-c-filter__toggle-icon svg {
  display: none;
}
.evt_filter .tribe-filter-bar-c-filter .tribe-filter-bar-c-filter__toggle-icon.tribe-filter-bar-c-filter__toggle-icon--minus,
.tribe-filter-bar__form .tribe-filter-bar-c-filter .tribe-filter-bar-c-filter__toggle-icon.tribe-filter-bar-c-filter__toggle-icon--minus {
  transform: rotate(180deg);
}
.evt_filter .tribe-filter-bar-c-filter__container,
.tribe-filter-bar__form .tribe-filter-bar-c-filter__container {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 10px;
}

.tribe-filter-bar__form {
  position: relative;
}
.tribe-filter-bar__form .tribe-filter-bar__selected-filters-header {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.tribe-filter-bar__form .tribe-filter-bar-c-clear-button {
  position: absolute;
  bottom: -30px;
  display: flex;
  align-items: center;
}
.tribe-filter-bar__form .tribe-filter-bar-c-clear-button .tribe-filter-bar-c-clear-button__text {
  color: #0E3FFA !important;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
.tribe-filter-bar__form .tribe-filter-bar-c-clear-button svg path {
  fill: #0E3FFA;
}
.tribe-filter-bar__form .tribe-filter-bar-c-clear-button:hover .tribe-filter-bar-c-clear-button__text {
  color: #08164E !important;
  text-decoration: underline;
}

li.close_drop a {
  color: var(--White, #FFF);
  font-family: "Source Sans Pro";
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: normal;
  text-decoration: underline;
  text-transform: uppercase;
  padding-bottom: 24px !important;
  background-image: url(../img/back-arrow.svg) !important;
  padding-left: 16px !important;
  background-repeat: no-repeat !important;
  background-size: 8px !important;
  background-position: top 13px left 0px !important;
}

.addtoany_list {
  display: flex !important;
  -moz-column-gap: 8px !important;
       column-gap: 8px !important;
}

.addtoany_list a,
.widget .addtoany_list a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #fff;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) !important;
  flex-direction: row;
}
.addtoany_list a:hover,
.widget .addtoany_list a:hover {
  background: #DDD !important;
}

.splide__pagination {
  display: none !important;
}

.kb-splide .splide__arrow {
  display: flex;
  width: 50px !important;
  height: 50px !important;
  padding: 5px 15px !important;
  justify-content: center;
  align-items: center;
  gap: 10px;
  aspect-ratio: 1/1;
  background-color: rgba(255, 255, 255, 0.7) !important;
  opacity: 1 !important;
  border-radius: 0px !important;
  background-image: url(../img/arrow_back_ios.svg) !important;
  background-size: 20px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.kb-splide .splide__arrow svg {
  display: none !important;
}
.kb-splide .splide__arrow.splide__arrow--next {
  background-image: url(../img/arrow_forward.svg) !important;
}
.kb-splide .splide__arrow:hover {
  background-color: #0E3FFA !important;
  background-image: url(../img/arrow_back_ios-white.svg) !important;
}
.kb-splide .splide__arrow:hover.splide__arrow--next {
  background-image: url(../img/arrow_forward-white.svg) !important;
}

.kadence-blocks-gallery-item__caption {
  color: #231F20 !important;
  font-family: "Source Sans Pro" !important;
  font-size: 18px !important;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}

.wp-block-kadence-advancedgallery {
  max-width: 1170px;
}

.kt-accordion-pane {
  border-left: 3px solid #FAC90E !important;
  background: #FFF;
  box-shadow: 0px 2px 8px 0px rgba(99, 99, 99, 0.2) !important;
  margin-bottom: 0px !important;
}

.kt-accordion-header-wrap .kt-blocks-accordion-header {
  padding: 16px !important;
}

.kt-accordion-inner-wrap {
  row-gap: 24px !important;
}

.kt-accordion-id31707_1878e8-34:not(.kt-accodion-icon-style-basiccircle):not(.kt-accodion-icon-style-xclosecircle):not(.kt-accodion-icon-style-arrowcircle) .kt-blocks-accordion-icon-trigger:after,
.kt-accordion-id31707_1878e8-34:not(.kt-accodion-icon-style-basiccircle):not(.kt-accodion-icon-style-xclosecircle):not(.kt-accodion-icon-style-arrowcircle) .kt-blocks-accordion-icon-trigger:before {
  background: #08164E !important;
}

.wp-block-kadence-tabs {
  max-width: 100%;
}

.kt-tabs-title-list {
  justify-content: center;
}

.kt-tabs-wrap .wp-block-kadence-tab,
.kt-tabs-content-wrap {
  border: none !important;
}

.kt-tab-inner-content-inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-kadence-tabs .kt-tabs-title-list li {
  max-width: 297px;
  min-width: 250px;
  text-align: center;
}
.wp-block-kadence-tabs .kt-tabs-title-list li a {
  text-align: center;
}
.wp-block-kadence-tabs .kt-tabs-title-list li .kt-title-text {
  width: 100%;
  text-align: center;
}

.kt-tabs-layout-vtabs {
  max-width: 1200px;
}
.kt-tabs-layout-vtabs .kt-tabs-title-list li {
  max-width: 100%;
  min-width: 100%;
}
.kt-tabs-layout-vtabs .wp-block-kadence-tab {
  padding: 0px 24px !important;
}

.kt-tabs-title-list li a.kt-tab-title,
.wp-block-kadence-tabs .kt-tabs-title-list li .kt-tab-title {
  border: 1px solid #231F20 !important;
  background: #eee !important;
  color: #231F20 !important;
  border-radius: 0px !important;
  padding: 16px 16px !important;
  line-height: normal;
}

.kt-tabs-title-list li.kt-tab-title-active a.kt-tab-title {
  border: solid 1px #1C2F5E !important;
  background: #08164E !important;
  color: #ffffff !important;
}

.kt-tabs-title-list li:hover a.kt-tab-title,
.wp-block-kadence-tabs .kt-tabs-title-list li:hover .kt-tab-title {
  border: solid 1px #0D2CA0 !important;
  background: #7DC8E7 !important;
  color: #231F20 !important;
}

.kt-tabs-layout-vtabs > .kt-tabs-title-list {
  width: 248px !important;
}

:where(.editor-styles-wrapper) h1,
:where(.editor-styles-wrapper) .h1,
:where(.editor-styles-wrapper) h3,
:where(.editor-styles-wrapper) .h3,
:where(.editor-styles-wrapper) h4,
:where(.editor-styles-wrapper) .h4 {
  color: #231F20 !important;
  font-family: "Futura Cyrillic" !important;
  font-weight: 700 !important;
}
:where(.editor-styles-wrapper) h2,
:where(.editor-styles-wrapper) .h2 {
  font-family: "Futura Cyrillic" !important;
  color: #231F20 !important;
  font-weight: 500 !important;
}
:where(.editor-styles-wrapper) h5,
:where(.editor-styles-wrapper) .h5,
:where(.editor-styles-wrapper) h6,
:where(.editor-styles-wrapper) .h6 {
  font-family: "Source Sans Pro" !important;
  color: #231F20 !important;
}
:where(.editor-styles-wrapper) h1,
:where(.editor-styles-wrapper) .h1 {
  font-size: 42px !important;
}
:where(.editor-styles-wrapper) h2,
:where(.editor-styles-wrapper) .h2 {
  font-size: 36px !important;
  font-weight: 500 !important;
}
:where(.editor-styles-wrapper) h3,
:where(.editor-styles-wrapper) .h3 {
  font-size: 21px !important;
}
:where(.editor-styles-wrapper) h4,
:where(.editor-styles-wrapper) .h4 {
  font-size: 18px !important;
}
:where(.editor-styles-wrapper) h5,
:where(.editor-styles-wrapper) .h5 {
  font-size: 16px !important;
  font-weight: 700 !important;
  text-transform: none !important;
}
:where(.editor-styles-wrapper) h6,
:where(.editor-styles-wrapper) .h6 {
  font-size: 16px !important;
  text-transform: none !important;
}

.directory_table td a {
  position: relative;
}
.directory_table td a article.dpt_dtl_tooltip {
  position: absolute;
  background: #fff;
  padding: 24px;
  z-index: 1;
  display: none;
  flex-direction: column;
  min-width: 231px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  margin-top: 20px;
}
.directory_table td a article.dpt_dtl_tooltip::before {
  content: "";
  position: absolute;
  top: -17px;
  left: 40px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 18px solid #fff;
}
.directory_table td a article.dpt_dtl_tooltip h3 {
  margin-bottom: 8px;
  font-size: 18px !important;
  color: #231F20;
  margin-top: 8px;
}
.directory_table td a article.dpt_dtl_tooltip .dpt_title {
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 8px;
  color: #3E3739;
}
.directory_table td a article.dpt_dtl_tooltip .department {
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #000;
}
.directory_table td a:hover article.dpt_dtl_tooltip {
  display: flex;
}
.directory_table th:nth-child(1) {
  width: 220px;
}
.directory_table th:nth-child(2) {
  width: 330px;
}
.directory_table th:nth-child(3) {
  width: 250px;
}
.directory_table th:nth-child(4) {
  width: 210px;
}

:root :where(.is-layout-flow) > * {
  margin-block-start: 0;
  margin-block-end: 0;
}

.page-template-template-contact h2 {
  font-size: 21px !important;
  font-weight: 600 !important;
  line-height: normal !important;
  margin-bottom: 16px !important;
  color: #231F20 !important;
  letter-spacing: 0.1px;
}

.staff_directory_wraper {
  padding-top: 40px;
  padding-bottom: 40px;
}
.staff_directory_wraper h2 {
  font-size: 36px !important;
  font-weight: 500 !important;
}

.con_phone img {
  margin-right: 10px;
}
.con_phone a {
  display: flex;
  margin-left: 30px;
}

.con_addr img {
  margin-right: 10px;
}
.con_addr a {
  display: flex;
  margin-left: 30px;
}

.col_left .img_buttons .container {
  padding-left: 0px;
  padding-right: 0px;
}
.col_left .wp-block-group.alignwide > * {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.col_left .wp-block-image {
  margin-left: 0px !important;
  margin-right: 0px !important;
  width: 100% !important;
}
.col_left .wp-block-image img {
  width: 100%;
  height: auto;
}

.cancel {
  color: #B12024;
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.tribe-events .tribe-events-status-label__text {
  display: flex !important;
  color: var(--Stoplight-Red, #B12024);
  font-family: "Source Sans Pro" !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: normal !important;
}

.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-title-link:hover {
  color: #08164E !important;
}

figure {
  margin-inline-start: 0 !important;
  margin-inline-end: 0 !important;
}
figure img {
  width: 100%;
}

.wp-block-list {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.document_era.list {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.document_era.list .col-md-6 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.wp-block-media-text.alignwide {
  border: none !important;
}

.advocacy_wraper .wp-block-columns {
  margin-bottom: 24px !important;
  margin-top: 8px !important;
}

.general_accordion {
  margin-top: 50px !important;
}

h2.gform_submission_error.hide_summary {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px !important;
}

.gform-body input:focus,
.gform-body textarea:focus,
.gform-body select:focus {
  border: 2px solid #231F20 !important;
}

.overview_info + .wp-block-group {
  padding-top: 0px !important;
}
.overview_info p {
  margin-bottom: 40px;
}

.cgptcb-body .cgptcb-chat-box-action {
  opacity: 0.7 !important;
}

.term-373 .col {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.directory_table tr:last-child td .dpt_dtl_tooltip, .directory_table tr:nth-last-child(2) td .dpt_dtl_tooltip {
  top: -180px;
}
.directory_table tr:last-child td .dpt_dtl_tooltip::before, .directory_table tr:nth-last-child(2) td .dpt_dtl_tooltip::before {
  top: auto;
  bottom: -16px;
  transform: rotate(180deg);
}

.page-template-template-home-php .cgptcb-chat-bubble {
  visibility: hidden !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event {
  flex-direction: column !important;
}

.awards-section {
  text-align: center;
  padding: 2rem;
  background: #f9f9f9;
}
.awards-section .awards-row {
  display: flex;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
}
.awards-section .awards-row .award {
  text-align: center;
}
.awards-section .awards-row .award img {
  max-width: 100%;
  height: auto;
  display: block;
  height: 212px;
  width: 282px;
  -o-object-fit: contain;
     object-fit: contain;
}
.awards-section .awards-row .award .award-caption {
  font-size: 18px;
  font-weight: 600;
  font-family: "Futura Cyrillic";
}

.overview_info h2 {
  margin-left: -2px;
}

.select_language select:hover {
  text-decoration: underline;
}

.kt-accordion-id36473_60cd8e-04 .wp-block-kadence-pane .kt-accordion-header-wrap .kt-blocks-accordion-header {
  color: var(--Roadway-Black, #231F20) !important;
  font-family: "Futura Cyrillic" !important;
  font-size: 21px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: normal !important;
}

.cgptcb-body .cgptcb-chat-box-action::after {
  top: -50px !important;
}

.kt-tab-inner-content-inner .wp-block-kadence-accordion.alignnone {
  margin-bottom: 24px;
}

.page-id-42018 .program_Wraper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
.page-id-42018 .program_Wraper select {
  max-width: 232px !important;
  min-width: 232px !important;
}
.page-id-42018 .program_Wraper .form-group {
  margin-bottom: 0px !important;
}
.page-id-42018 .cvf_pag_loading {
  width: 100%;
}
.page-id-42018 .directory_table {
  width: 100%;
}
.page-id-42018 .directory_table_wraper {
  width: 100%;
}
.page-id-42018 .row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.ame-collapsible-heading {
  position: relative;
}

.ame-collapsible-heading .wp-menu-name::before {
  content: "\f142";
  position: absolute;
  right: 10px;
  top: 14px;
  font: normal 22px/1 dashicons;
  color: #fff;
}

.ame-collapsible-heading.ame-is-collapsed-heading .wp-menu-name::before {
  content: "\f140";
}

.tribe-events--filter-bar-vertical.tribe-common--breakpoint-medium .tribe-events-l-container .tribe-filter-bar--open ~ .tribe-events-calendar-list {
  width: calc(100% - 320px) !important;
}

.tribe-common--breakpoint-medium .tribe-filter-bar--vertical.tribe-filter-bar {
  width: 260px !important;
  margin-right: 60px !important;
}

.search_filter_title .meet_agenda_wrap form {
  grid-template-columns: 220px 117px 117px 220px 1fr;
  align-items: center;
}
.search_filter_title .meet_agenda_wrap form .search-box {
  margin-bottom: 0px;
}
.search_filter_title .meet_agenda_wrap form .btn_sm {
  margin-top: 30px;
  line-height: normal;
}

.agenda_table .date {
  color: var(--Pure-Black, #000);
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0px;
}
.agenda_table td a {
  color: #0E3FFA;
}

ul.tbl_footer {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  align-items: center;
  justify-content: flex-end;
}
ul.tbl_footer li {
  list-style-type: none;
}
ul.tbl_footer li a {
  color: var(--Blue, #0E3FFA);
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
ul.tbl_footer li.active a {
  color: #231F20;
}
ul.tbl_footer select {
  border: none;
  min-height: 35px;
  color: var(--Blue, #0E3FFA);
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  text-decoration: underline;
  background-image: url(../img/plus-blue.svg);
  background-position: top 11px right 0px;
  min-width: 96px;
  background-size: 14px;
  padding-right: 24px;
}
ul.tbl_footer select option {
  color: var(--Blue, #0E3FFA);
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  text-decoration: underline;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
ul.tbl_footer select:focus {
  box-shadow: 0 0 10px rgba(0, 150, 255, 0.5);
}

.ui-widget-content {
  z-index: 55 !important;
}/*# sourceMappingURL=custom.css.map */