@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.woff2') format("woff2"), url('../fonts/fa-regular-400.eot') format("embedded-opentype"), url('../fonts/fa-regular-400.woff') format("woff"), url('../fonts/fa-regular-400.ttf') format("truetype"), url('../fonts/fa-regular-400.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2"), url('../fonts/fa-solid-900.eot') format("embedded-opentype"), url('../fonts/fa-solid-900.woff') format("woff"), url('../fonts/fa-solid-900.ttf') format("truetype"), url('../fonts/fa-solid-900.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2"), url('../fonts/fa-brands-400.eot') format("embedded-opentype"), url('../fonts/fa-brands-400.woff') format("woff"), url('../fonts/fa-brands-400.ttf') format("truetype"), url('../fonts/fa-brands-400.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --white: white;
  --black: black;
}

.header-wrapper {
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 33px #0009;
}

.topnavbar {
  background-color: #005a30;
  padding-top: 15px;
  padding-bottom: 15px;
}

.top-nav-link {
  color: var(--white);
  margin-left: 20px;
}

.top-nav-link:hover {
  color: #ffffffb3;
}

.top-nav-title {
  font-family: PT Sans, sans-serif;
  display: inline-block;
}

.top-nav-title.icon {
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
}

.top-bar-text {
  float: left;
  opacity: .7;
  color: var(--white);
  margin-right: 10px;
  font-family: PT Sans, sans-serif;
  display: inline-block;
}

.top-bar-link {
  color: var(--white);
  font-family: PT Sans, sans-serif;
  text-decoration: none;
}

.top-bar-link:hover {
  text-decoration: underline;
}

.navbar {
  background-color: var(--white);
  font-family: PT Sans, sans-serif;
}

.image-logo {
  margin-top: 5px;
}

.nav-menu {
  float: right;
}

.nav-link {
  border-bottom: 3px solid var(--white);
  letter-spacing: 1px;
  text-transform: none;
  margin-left: 20px;
  margin-right: 0;
  padding: 40px 0 37px;
  transition: color .2s, border .2s;
}

.nav-link:hover {
  border-bottom-color: #005a30;
  text-decoration: none;
}

.nav-link.dropdown-toggle {
  padding-right: 20px;
}

.dropdown-icon {
  opacity: .33;
  margin-right: 0;
  font-size: 12px;
}

.dropdown-link {
  transition: color .2s, background-color .2s;
}

.dropdown-link:hover {
  color: var(--white);
  background-color: #005a30;
}

.dropdown-list.w--open {
  background-color: var(--white);
}

.hero-section {
  width: 100%;
  position: relative;
}

.hero-section.smaller {
  height: auto;
  min-height: 0;
}

.hero-contact-overlay-bloack {
  z-index: 20;
  padding-bottom: 90px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.hero-slider {
  width: 100%;
}

.hero-slider.auto-height {
  height: auto;
}

.slide {
  background-image: url('../images/573cea152d818d524f2a0ac6_Photo-6.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide._3 {
  background-image: url('../images/1000031366.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide._2 {
  background-image: url('../images/571cc7ae0a88198209357fc9_Photo-7.jpg');
}

.hero-slide-overlay {
  background-color: #0000004d;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.hero-slide-overlay.padding {
  padding-top: 270px;
  padding-bottom: 120px;
}

.slide-load-boar {
  width: 100%;
  height: 11px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.container {
  position: relative;
}

.container.hero-slider-container {
  flex: 1;
}

.hero-slide-content-block {
  z-index: 40;
  width: 630px;
  position: relative;
}

.hero-slide-intro-title {
  color: var(--white);
  font-family: PT Sans, sans-serif;
  font-size: 20px;
}

.hero-slide-title {
  color: var(--white);
  font-family: PT Sans, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 53px;
}

.slide-intro-paragraph {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 200;
  line-height: 34px;
}

.button.slider-button {
  letter-spacing: 1px;
  background-color: #232926;
  margin-top: 10px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: PT Sans, sans-serif;
  font-size: 13px;
  line-height: 27px;
  transition: background-color .2s;
}

.button.slider-button:hover {
  color: var(--black);
  background-color: #ffa602;
}

.button.white {
  background-color: var(--white);
  color: var(--black);
  border-radius: 3px;
  transition: color .2s, background-color .2s;
}

.button.white:hover {
  background-color: var(--black);
  color: var(--white);
}

.button.submit-button {
  background-color: #005a30;
  border-radius: 4px;
  width: 100%;
  margin-top: 10px;
  transition: background-color .2s;
}

.button.submit-button:hover {
  background-color: #ffa602;
}

.hero-slider-button {
  background-color: #0003;
  width: 80px;
  height: 70px;
  font-family: PT Sans, sans-serif;
  font-size: 15px;
  transition: width .2s, background-color .2s;
}

.hero-slider-button:hover {
  background-color: #0006;
  width: 100px;
  display: flex;
}

.hero-slider-nav {
  display: none;
}

.slide-load-bar-fill {
  background-color: #0003;
  width: 10px;
  height: 100%;
}

.section {
  background-color: var(--white);
}

.section.tint {
  background-color: #f7f7fa;
}

.section.tint.welcome {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.tint.matt-2 {
  height: 500px;
}

.welcome-heading {
  color: #005a30;
  border-bottom: 1px solid #ffa602;
  margin-top: 0;
  font-family: PT Serif, serif;
  font-size: 25px;
}

.paragraph {
  font-family: PT Sans, sans-serif;
}

.div-block {
  padding-left: 10px;
}

.text_features {
  font-family: PT Sans, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.card_base {
  color: #000;
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  min-height: 270px;
  margin-bottom: 35px;
  padding: 55px 25px 15px;
  position: relative;
  box-shadow: 1px 1px 20px #2f49521c;
}

.button-3 {
  text-align: center;
  background-color: #005a30;
  border-radius: 2px;
  margin: 20px auto;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  transition: all .5s;
  display: block;
}

.button-3:hover {
  color: var(--black);
  background-color: #ffa602;
}

.icon_wrap {
  overflow: hidden;
}

.h1_features {
  font-family: PT Serif, serif;
  font-size: 18px;
  line-height: 27px;
}

.columns-4 {
  margin-top: 0;
  margin-left: 5%;
  margin-right: 5%;
}

.image-section {
  background-image: url('../images/571cc7ae0a88198209357fc9_Photo-7.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-section-overlay {
  background-color: #0006;
  padding-top: 110px;
  padding-bottom: 110px;
}

.image-section-content-block {
  float: left;
  width: 470px;
}

.image-section-title {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: PT Serif, serif;
  font-size: 39px;
  line-height: 43px;
}

.image-section-title._2 {
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 33px;
}

.image-section-contact-form {
  float: right;
  width: 350px;
  margin-bottom: 0;
  overflow: hidden;
}

.contact-form-block {
  text-align: center;
  background-color: #005a30;
  border-bottom: 1px solid #e4e4e4;
  padding: 25px 40px;
  font-family: PT Sans, sans-serif;
}

.contact-form-block._2 {
  background-color: var(--white);
  border-bottom-width: 0;
}

.contact-form-title {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
}

.field {
  border-bottom: 1px solid #e4e4e4;
  border-radius: 3px;
  height: 45px;
  margin-bottom: 5px;
  transition: background-color .2s, border .2s;
}

.field.register {
  text-align: center;
}

.news-column-left {
  padding-right: 30px;
}

.about-column-right {
  padding-left: 40px;
}

.section-title-wrapper {
  margin-bottom: 40px;
}

.section-title {
  font-family: PT Serif, serif;
  font-size: 25px;
}

.section-title-divider {
  background-color: var(--black);
  opacity: .1;
  width: 100px;
  height: 1px;
  margin-top: 20px;
}

.news-post-item {
  border-bottom: 1px solid #00000012;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.news-post-title-link {
  color: #005a30;
  margin-bottom: 7px;
  font-family: PT Sans, sans-serif;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  display: block;
}

.news-post-title-link:hover {
  color: #000;
  text-decoration: underline;
}

.clock-icon {
  color: #bebebe;
  margin-right: 9px;
  font-family: "Fa 400", sans-serif;
  display: inline-block;
}

.news-info-title {
  color: #979797;
  margin-right: 10px;
  line-height: 19px;
  display: inline-block;
}

.video-lightbox {
  display: block;
}

.about-image-block {
  background-image: url('../images/862783-1200x900.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 220px;
  margin-bottom: 30px;
  overflow: hidden;
}

.lightbox-overlay-block {
  background-color: #0000001a;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: background-color .2s;
  display: flex;
}

.lightbox-overlay-block:hover {
  background-color: #ffffffb3;
}

.overlay-lightbox-icon {
  color: var(--white);
  text-align: center;
  flex: 1;
  align-self: center;
  font-family: "Fa solid 900", sans-serif;
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  text-decoration: none;
  overflow: hidden;
}

.link-below-para {
  color: #005a30;
  margin-top: 10px;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

.link-below-para:hover {
  color: #000;
  text-decoration: underline;
}

html.w-mod-js [data-ix="slide-title-1"], html.w-mod-js [data-ix="slide-title-2"], html.w-mod-js [data-ix="slide-title-4"], html.w-mod-js [data-ix="slide-title-3"] {
  opacity: 0;
  transform: translate(70px);
}

@media screen and (max-width: 991px) {
  .nav-menu {
    background-color: var(--white);
    margin-left: 60px;
    margin-right: 0;
    box-shadow: 0 0 40px #000;
  }

  .nav-link {
    background-color: #4f65be1a;
    border-bottom-width: 1px;
    border-bottom-color: #f8f8f8;
    margin-left: 0;
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    transition: background-color .2s, color .2s, border .2s;
  }

  .dropdown-link {
    background-color: #18774b;
  }

  .menu-button {
    float: right;
    background-color: var(--white);
    text-align: center;
    width: 65px;
    height: 65px;
    padding-top: 20px;
    padding-left: 17px;
  }

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

  .hero-slide-content-block {
    width: 580px;
  }

  .hero-slide-title {
    margin-bottom: 0;
    font-size: 54px;
    line-height: 47px;
  }

  .slide-intro-paragraph {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .hero-slider-button {
    width: 40px;
    display: flex;
  }

  .hero-slider-button:hover {
    width: 50px;
  }
}

@media screen and (max-width: 767px) {
  .top-nav-menu {
    float: none;
    text-align: center;
  }

  .top-bar-text, .top-bar-link {
    display: none;
  }

  .container.hero-slider-container {
    padding-left: 60px;
  }

  .hero-slide-content-block {
    width: 90%;
  }

  .hero-slide-title {
    margin-top: 10px;
    font-size: 36px;
    line-height: 34px;
  }

  .slide-intro-paragraph {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
  }
}

@media screen and (max-width: 479px) {
  .hero-slide-content-block {
    width: 100%;
  }

  .hero-slide-intro-title {
    font-size: 15px;
  }

  .hero-slide-title {
    font-size: 28px;
    line-height: 27px;
  }

  .slide-intro-paragraph {
    font-size: 15px;
    line-height: 19px;
  }

  .button.slider-button {
    margin-top: 5px;
    padding-left: 21px;
    padding-right: 21px;
    line-height: 17px;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}