@charset "UTF-8";
/* Slider */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;800&display=swap");
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, hr, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  background: transparent;
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul, menu {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

img {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:focus, button, input, select, textarea {
  border: 0;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
  line-height: 1.5;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  background-color: #FFFFFF;
  background-repeat: repeat;
  height: 100%;
  margin: 0;
  position: static !important;
}
body * {
  font-family: "Montserrat", sans-serif;
}

.site-main {
  padding-top: 80px;
}
@media only screen and (min-width: 500px) {
  .site-main {
    padding-top: 110px;
  }
}

.entry-footer {
  background-color: #FFFFFF;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?gn9h1u");
  src: url("fonts/icomoon.eot?gn9h1u#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?gn9h1u") format("truetype"), url("fonts/icomoon.woff?gn9h1u") format("woff"), url("fonts/icomoon.svg?gn9h1u#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-tiktok:before {
  content: "";
}

.icon-location:before {
  content: "";
}

.icon-calendar:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-phone:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-facebook-f:before {
  content: "";
}

.icon-bars:before {
  content: "";
}

.icon-navicon:before {
  content: "";
}

.icon-reorder:before {
  content: "";
}

.icon-envelope:before {
  content: "";
}

.icon-angle-double-down:before {
  content: "";
}

.icon-youtube-play:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-graduation-cap:before {
  content: "";
}

.icon-mortar-board:before {
  content: "";
}

.icon-paper-plane:before {
  content: "";
}

.icon-send:before {
  content: "";
}

.icon-birthday-cake:before {
  content: "";
}

.icon-chevron-thin-down:before {
  content: "";
}

.icon-chevron-thin-left:before {
  content: "";
}

.icon-chevron-thin-right:before {
  content: "";
}

.icon-chevron-thin-up:before {
  content: "";
}

.icon-cross:before {
  content: "";
}

.icon-menu:before {
  content: "";
}

.icon-coin-dollar:before {
  content: "";
}

.icon-play2:before {
  content: "";
}

.icon-pause:before {
  content: "";
}

body.admin-bar #wpadminbar {
  top: 0;
  position: fixed;
}
body.admin-bar .site-header {
  top: 46px;
}
@media only screen and (min-width: 783px) {
  body.admin-bar .site-header {
    top: 32px;
  }
}

.site-header {
  position: fixed;
  width: 100%;
  z-index: 1000;
  top: 0;
  transition: 1s all ease;
  box-shadow: 0px 0px 41px #363636;
  background: #3b3b3b;
}
.site-header.nav-up {
  top: -100px;
}

.top-menu {
  background: #D0AC56;
  padding: 0 20px;
  display: none;
}
@media only screen and (min-width: 500px) {
  .top-menu {
    display: block;
  }
}
.top-menu .top-menu-inner {
  max-width: 1350px;
  margin: 0 auto;
}
.top-menu .menu {
  display: flex;
  justify-content: right;
}
.top-menu .sub-menu {
  display: none;
  position: absolute;
  background: #2E2E2E;
}
.top-menu .menu-item-has-children {
  cursor: pointer;
}
.top-menu .menu-item-has-children .parent-link {
  cursor: pointer;
}
.top-menu .menu-item-has-children .parent-link:after {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  padding-left: 5px;
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  color: #FFFFFF;
}
.top-menu .menu-item-has-children.active .sub-menu {
  display: block;
}
.top-menu .menu-item-has-children.active .parent-link:after {
  content: "";
}
.top-menu a {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 600;
  padding: 1px 12px;
  font-size: 13px;
  display: inline-block;
  cursor: pointer;
  text-shadow: 0px 1px 2px #000;
}
.top-menu a.skip-link {
  text-shadow: none;
}

.main-menu-wrapper {
  display: flex;
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 20px;
  align-items: center;
}
.main-menu-wrapper .site-branding {
  padding: 10px 0;
}
.main-menu-wrapper .site-branding .custom-logo-link {
  display: block;
}
.main-menu-wrapper .site-branding .custom-logo {
  width: 100%;
  max-width: 129px;
  height: auto;
}
.main-menu-wrapper .main-nav-links {
  display: none;
  margin-left: auto;
}
@media only screen and (min-width: 500px) {
  .main-menu-wrapper .main-nav-links {
    display: block;
  }
}
.main-menu-wrapper .main-nav-links ul {
  display: flex;
}
.main-menu-wrapper .main-nav-links li {
  margin: 0 10px;
}
.main-menu-wrapper .main-nav-links a {
  text-decoration: none;
  color: #FFFFFF;
  font-weight: 600;
  text-shadow: 0 0 5px #000000;
}
.main-menu-wrapper .main-navigation {
  height: 100%;
  min-height: 1200px;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #2E2E2E;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.5s;
  display: none;
  max-width: 0;
}
.main-menu-wrapper .main-navigation.active {
  width: 100%;
  max-width: 330px;
}
.main-menu-wrapper .main-navigation a {
  padding: 4px 8px 4px 32px;
  text-decoration: none;
  font-size: 16px;
  color: #FFFFFF;
  display: block;
  transition: 0.3s;
  max-width: 250px;
}
.main-menu-wrapper .main-navigation a:hover {
  color: #f1f1f1;
}
.main-menu-wrapper .main-navigation .sub-menu {
  margin-left: 20px;
}
.main-menu-wrapper .menu-primary-nav-container {
  padding-bottom: 100px;
}
@media screen and (max-height: 450px) {
  .main-menu-wrapper .mainmain-navigation {
    padding-top: 15px;
  }
  .main-menu-wrapper .main-navigation a {
    font-size: 18px;
  }
}
.main-menu-wrapper .menu-open {
  background: none;
  color: #FFFFFF;
  font-size: 19px;
  margin-left: auto;
  text-shadow: 0 0 5px #000000;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (min-width: 500px) {
  .main-menu-wrapper .menu-open {
    margin-left: 12px;
  }
}
.main-menu-wrapper a.menu-close {
  background: none;
  color: #FFFFFF;
  font-size: 26px;
  margin-left: auto;
  margin-right: 20px;
  cursor: pointer;
  text-decoration: none;
  padding: 0;
  width: 30px;
}

.site-footer {
  background-color: #2E2E2E;
  padding: 3em 2em;
  color: #FFFFFF;
  position: relative;
}
.site-footer .site-info {
  max-width: 1350px;
  margin: 0 auto;
}
.site-footer .footer-inner-wrap {
  display: flex;
  flex-wrap: wrap;
}
.site-footer .mid-col {
  width: 100%;
  margin-top: 30px;
}
@media only screen and (min-width: 960px) {
  .site-footer .mid-col {
    width: 60%;
    margin-left: 75px;
    margin-top: 0;
  }
}
.site-footer .links-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.site-footer .links-wrapper .headline {
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}
.site-footer .links-wrapper .col {
  width: 50%;
  margin-bottom: 30px;
}
@media only screen and (min-width: 767px) {
  .site-footer .links-wrapper .col {
    width: 32%;
    margin-bottom: 0;
  }
}
.site-footer .links-wrapper ul li {
  margin-top: 7px;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
}
.site-footer .links-wrapper ul li a {
  text-decoration: none;
  text-transform: uppercase;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
}
.site-footer .right-col {
  width: 100%;
  margin-top: 20px;
}
@media only screen and (min-width: 960px) {
  .site-footer .right-col {
    width: 22%;
    margin-top: 0;
    align-self: flex-end;
    margin-left: auto;
  }
}
.site-footer .social-footer-wrap {
  display: flex;
}
.site-footer .social-footer-wrap li {
  margin: 0 10px;
}
.site-footer .social-footer-wrap li:first-child {
  margin-left: 0;
}
.site-footer .social-footer-wrap a {
  color: #FFFFFF;
  font-size: 30px;
  text-decoration: none;
}
.site-footer .copyright-line {
  font-weight: 600;
  font-size: 0.6em;
}

.error-404 {
  text-align: center;
}
.error-404 .page-title {
  font-size: 40px;
  font-weight: 600;
  padding-top: 250px;
}
.error-404 .page-content {
  padding: 2em 1em;
  min-height: 400px;
}
.error-404 .page-content a {
  color: #315826;
  font-weight: 600;
  display: block;
}

body.home .site-header {
  background: transparent;
  box-shadow: none;
}
body.home .site-header.bkg {
  box-shadow: 0px 0px 41px #363636;
  background: #3b3b3b;
}

.homepage-wrapper .hero-wrapper {
  position: fixed;
  text-align: center;
  width: 100vw;
  height: 100vh;
  top: 0;
}
.homepage-wrapper .hero-wrapper, .homepage-wrapper .hero-wrapper video, .homepage-wrapper .hero-wrapper .viewport-header {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}
.homepage-wrapper .hero-wrapper video {
  background: #2E2E2E;
  object-fit: cover;
}
.homepage-wrapper .hero-wrapper .viewport-header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.homepage-wrapper .hero-wrapper .home-video-play-button {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 100;
  background: none;
  color: white;
  font-size: 34px;
}
.homepage-wrapper .hero-wrapper .home-video-play-button.pause .icon-pause:before {
  content: "";
}
.homepage-wrapper .hero-headline {
  color: #FFFFFF;
  font-size: 50px;
  font-weight: 600;
  text-shadow: 0 0 5px #000000;
  line-height: initial;
  max-width: 770px;
  padding: 0 30px;
  align-self: end;
}
@media only screen and (min-width: 767px) {
  .homepage-wrapper .hero-headline {
    font-size: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .homepage-wrapper .hero-headline {
    font-size: 110px;
  }
}
.homepage-wrapper .scroll-down {
  width: 100%;
  align-self: self-end;
  color: #FFFFFF;
  height: 80px;
  font-weight: 900;
  text-shadow: 0 0 5px #000000;
}
.homepage-wrapper .icon-angle-double-down {
  font-size: 25px;
}
.homepage-wrapper .main-wrap {
  background: #FFFFFF;
  position: relative;
  margin-top: 100vh;
  z-index: 10;
}
.homepage-wrapper .homepage-section {
  padding: 5em 1em;
}
.homepage-wrapper .info-title {
  text-align: center;
  padding: 30px 20px 20px;
  font-size: 41px;
  font-weight: 600;
  line-height: 37px;
  color: #FFFFFF;
}
.homepage-wrapper .info-subtitle {
  font-size: 21px;
  text-align: center;
  padding: 0px 20px 10px;
  font-weight: 600;
  line-height: 25px;
  color: #FFFFFF;
}
.homepage-wrapper .info-section {
  background-color: #2E2E2E;
  color: #FFFFFF;
  padding: 5em 1em 8em;
}
.homepage-wrapper .info-section::before {
  content: "";
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  top: -100vh;
}
.homepage-wrapper .info-section p {
  font-size: 1.1em;
  margin: 1rem auto;
}
.homepage-wrapper .info-inner-wrapper {
  max-width: 850px;
  padding: 0 20px;
  margin: 0 auto;
}
.homepage-wrapper .info-join-cta {
  margin-top: 40px;
  text-align: center;
}
.homepage-wrapper .info-join-cta .join-link {
  background: #FFFFFF;
  color: #2E2E2E;
  text-decoration: none;
  font-weight: 600;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 54px;
  min-width: 150px;
  cursor: pointer;
  transition: ease all 0.4s;
}
.homepage-wrapper .info-join-cta .join-link:hover {
  background: #D0AC56;
  color: #FFFFFF;
}
.homepage-wrapper .navigation-section {
  padding: 0;
  margin-top: -50px;
}
.homepage-wrapper .inner-nav-section {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  flex-wrap: wrap;
  min-height: 590px;
  transition: ease all 2s;
}
.homepage-wrapper .inner-nav-section .nav-item {
  max-width: 100%;
  cursor: pointer;
  overflow: hidden;
  width: 100%;
  position: relative;
  background-size: cover;
}
@media only screen and (min-width: 767px) {
  .homepage-wrapper .inner-nav-section .nav-item {
    max-width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .homepage-wrapper .inner-nav-section .nav-item {
    background-image: none !important;
    max-width: 25%;
    position: static;
  }
}
.homepage-wrapper .inner-nav-section .nav-item:hover .nav-item-inner {
  background-size: auto 110%;
}
.homepage-wrapper .inner-nav-section .nav-item .home-nav-title {
  color: white;
  text-shadow: 0 0 5px #000000;
  font-size: 2.3em;
  font-weight: 600;
  padding: 130px 20px;
}
@media only screen and (min-width: 1024px) {
  .homepage-wrapper .inner-nav-section .nav-item .home-nav-title {
    position: relative;
    z-index: 10;
    top: 220px;
    padding: 0;
    padding: 0 10px;
    text-align: center;
  }
}
.homepage-wrapper .inner-nav-section .nav-item .home-nav-link {
  top: 0;
  height: 100%;
  width: 100%;
  text-decoration: none;
  display: block;
  box-sizing: border-box;
  border: 1px solid transparent;
}
.homepage-wrapper .inner-nav-section .nav-item .home-nav-link:focus {
  border: 1px solid blue;
}
.homepage-wrapper .inner-nav-section .nav-item .mobile-nav-title {
  color: white;
  text-shadow: 0 0 5px #000000;
  font-size: 37px;
  font-weight: 600;
  padding: 130px 20px;
  line-height: 40px;
  text-decoration: none;
  display: block;
}
.homepage-wrapper .inner-nav-section .nav-item.active .nav-item-inner {
  z-index: 1000;
  width: 100%;
  left: 0 !important;
  background-size: cover !important;
}
.homepage-wrapper .inner-nav-section .nav-item.active .home-nav-title {
  z-index: 1000;
}
.homepage-wrapper .inner-nav-section .nav-item-inner {
  background-color: #2E2E2E;
  display: none;
  height: 270px;
  background-size: auto 100%;
  transition: 1.5s all ease;
  background-position: center;
  width: 100%;
}
@media only screen and (min-width: 767px) {
  .homepage-wrapper .inner-nav-section .nav-item-inner {
    height: 350px;
  }
}
@media only screen and (min-width: 1024px) {
  .homepage-wrapper .inner-nav-section .nav-item-inner {
    height: 520px;
    display: block;
    width: 25%;
    position: absolute;
  }
}
.homepage-wrapper .inner-nav-section .nav-item-1 {
  left: 0%;
}
.homepage-wrapper .inner-nav-section .nav-item-2 {
  left: 25%;
}
.homepage-wrapper .inner-nav-section .nav-item-3 {
  left: 50%;
}
.homepage-wrapper .inner-nav-section .nav-item-4 {
  left: 75%;
}
.homepage-wrapper .inner-nav-section.bigger {
  max-width: 100%;
}
.homepage-wrapper .inner-nav-section.bigger .active .nav-item-inner {
  height: 100%;
}
.homepage-wrapper .cta-section {
  background: #D0AC56;
  overflow: hidden;
  position: relative;
}
.homepage-wrapper .cta-section .cta-title {
  font-size: 35px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 40px;
  text-shadow: 0 0 5px #000000;
}
.homepage-wrapper .cta-section .ending-cta-button {
  text-align: center;
  position: relative;
  z-index: 10;
}
.homepage-wrapper .cta-section .cta-link {
  background: #FFFFFF;
  color: #2E2E2E;
  text-decoration: none;
  font-weight: 600;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 54px;
  min-width: 150px;
  cursor: pointer;
  transition: ease all 0.4s;
  border: 2px solid #FFFFFF;
  z-index: 10;
}
.homepage-wrapper .cta-section .cta-link:hover {
  background: #D0AC56;
  color: #FFFFFF;
}
.homepage-wrapper .cta-section .cta-bkg-image {
  opacity: 0.2;
  position: absolute;
  width: 400px;
  top: 30px;
  left: 50%;
  margin-left: -200px;
}
@media only screen and (min-width: 600px) {
  .homepage-wrapper .cta-section .cta-bkg-image {
    width: 800px;
    top: -110px;
    margin-left: -400px;
  }
}

.about-stats {
  background: #3a6225;
  padding: 60px 20px;
}
.about-stats .about-stats-wrapper {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 550px) {
  .about-stats .about-stats-wrapper {
    max-width: 360px;
  }
}
@media only screen and (min-width: 768px) {
  .about-stats .about-stats-wrapper {
    max-width: 1140px;
  }
}
.about-stats .stat {
  max-width: 180px;
  text-align: center;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  width: 100%;
}
@media only screen and (min-width: 550px) {
  .about-stats .stat {
    max-width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .about-stats .stat {
    max-width: 25%;
  }
}
.about-stats .stat .info-wrap {
  text-align: left;
  margin-left: 10px;
  color: #FFFFFF;
}
.about-stats .stat .info {
  display: block;
  color: #FFFFFF;
  font-size: 11px;
}
.about-stats .stat .count {
  color: #FFFFFF;
  font-size: 42px;
}
@media only screen and (min-width: 768px) {
  .about-stats .stat .count {
    font-size: 30px;
  }
}
.about-stats .stat .icon {
  display: block;
  font-size: 35px;
  color: #FFFFFF;
}
@media only screen and (min-width: 768px) {
  .about-stats .stat .icon {
    font-size: 50px;
  }
}

.testimonials .testimonials-wrap {
  max-width: 1140px;
  padding: 60px 40px;
  margin: 0 auto;
}
.testimonials .headline {
  font-weight: 500;
  border-bottom: 1px solid #ccc;
  padding-bottom: 4px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: 25px;
  color: #636363;
  text-align: center;
  margin: 0 auto 20px;
  max-width: 290px;
}
.testimonials .testimonials-slider {
  max-width: 660px;
  margin: 0 auto;
}
.testimonials .quote {
  font-size: 1em;
  text-align: center;
  margin: 0 auto;
  max-width: 760px;
}
@media only screen and (min-width: 768px) {
  .testimonials .quote {
    font-size: 1.1em;
  }
}
.testimonials .author {
  text-align: center;
  font-size: 0.9em;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .testimonials .author {
    font-size: 1em;
  }
}
.testimonials .arrow-btn {
  background: none;
  border: none;
  font-size: 36px;
  color: #636363;
  position: absolute;
  top: 50%;
  margin-top: -60px;
  cursor: pointer;
}
.testimonials .slick-prev {
  left: -50px;
}
.testimonials .slick-next {
  right: -50px;
}
.testimonials .slick-dots {
  padding-left: 0;
  display: flex;
  justify-content: center;
}
.testimonials .slick-dots li {
  list-style-type: none;
  margin-bottom: 0;
  margin: 5px;
}
.testimonials .slick-dots li button {
  background: #636363;
  border: none;
  font-size: 0px;
  height: 12px;
  width: 12px;
  border-radius: 100%;
  opacity: 0.5;
  cursor: pointer;
}
.testimonials .slick-dots li.slick-active button {
  opacity: 1;
}

.site-main .page .entry-content {
  background-color: #FFFFFF;
}
.site-main .page .entry-content h2 {
  font-weight: 600;
  border-bottom: 1px solid #ccc;
  padding-bottom: 4px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: 25px;
  color: #2E2E2E;
  display: inline-block;
  padding-right: 30px;
  margin-bottom: 13px;
  margin-top: 40px;
}
.site-main .page .entry-content h3 {
  font-weight: 600;
  border-bottom: 1px solid #ccc;
  padding-bottom: 4px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: 22px;
  color: #2E2E2E;
  display: inline-block;
  padding-right: 30px;
  margin-bottom: 13px;
  margin-top: 40px;
}
.site-main .page .entry-inner-wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding: 7em 20px;
}
.site-main .page .entry-inner-wrap p {
  margin-bottom: 10px;
}
.site-main .entry-header {
  color: #FFFFFF;
  font-size: 30px;
  padding: 230px 20px;
  text-align: center;
}
.site-main .blank-entry-header {
  background-color: #2E2E2E;
}
.site-main .entry-title {
  text-emphasis: center;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 50px;
  line-height: initial;
  text-shadow: 0 0 5px #000000;
}
.site-main .fixed-header-image {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}
.site-main .fixed-header-video video {
  min-width: 100%;
  position: fixed;
  top: 0;
  z-index: -999;
}
.site-main strong {
  font-weight: 600;
}
.site-main em {
  font-style: italic;
}
.site-main a {
  color: #315826;
  font-weight: 500;
}
.site-main a:hover {
  opacity: 0.6;
}
.site-main .entry-content ul {
  padding-left: 2em;
}
.site-main .entry-content ul li {
  list-style-type: disc;
  margin-bottom: 10px;
}
.site-main .entry-content ol {
  padding-left: 2em;
}
.site-main .entry-content ol li {
  list-style-type: decimal;
  margin-bottom: 10px;
}
.site-main .entry-content strong {
  font-weight: 600;
}
.site-main .wp-block-quote {
  padding: 40px 10px;
}
.site-main .wp-block-quote p {
  font-size: 17px;
}
.site-main .wp-block-quote p em {
  font-style: italic;
}
.site-main .wp-block-quote cite {
  font-weight: 600;
}
.site-main .more-info-container .more-info-headline {
  font-weight: 600;
  border-bottom: 1px solid #ccc;
  padding-bottom: 4px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: 25px;
  color: #2E2E2E;
  display: inline-block;
  padding-right: 30px;
  margin-bottom: 13px;
  margin-top: 40px;
}
.site-main .more-info-container .slick-slide {
  margin: 10px;
}
.site-main .more-info-container .more-info-block {
  border: 1px solid #ccc;
  box-sizing: border-box;
  text-align: center;
}
.site-main .more-info-container .more-info-block a {
  display: block;
  padding: 50px 20px;
  text-decoration: none;
}
.site-main .more-info-container .more-info-block a:hover {
  background: #315826;
  color: #FFFFFF;
  opacity: 1;
}
.site-main .more-info-container .arrow-btn {
  background: none;
  border: none;
  font-size: 25px;
  color: #636363;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  cursor: pointer;
}
.site-main .more-info-container .slick-prev {
  left: -16px;
}
.site-main .more-info-container .slick-next {
  right: -16px;
}
.site-main .more-info-container .slick-dots {
  padding-left: 0;
  display: flex;
  justify-content: center;
}
.site-main .more-info-container .slick-dots li {
  list-style-type: none;
  margin-bottom: 0;
  margin: 5px;
}
.site-main .more-info-container .slick-dots li button {
  background: #636363;
  border: none;
  font-size: 0px;
  height: 12px;
  width: 12px;
  border-radius: 100%;
  opacity: 0.5;
  cursor: pointer;
}
.site-main .more-info-container .slick-dots li.slick-active button {
  opacity: 1;
}

.mat-card {
  max-width: 100% !important;
  border-top-color: #FFFFFF;
}

.contact-page iframe {
  width: 100%;
  height: 300px;
}
.contact-page .contact-hero-container {
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 140px 2em;
  font-size: 30px;
  position: relative;
}
.contact-page .contact-hero-container:before {
  content: "";
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  height: 100%;
  width: 100%;
  opacity: 0.4;
}
.contact-page .page-title {
  z-index: 100;
  position: relative;
  font-weight: 600;
  color: #2E2E2E;
}
.contact-page .contact-form-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1170px;
  margin: 0 auto;
  padding: 80px 2em;
  align-items: center;
}
.contact-page .contact-form-container .contact-form-wrapper {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .contact-page .contact-form-container .contact-form-wrapper {
    max-width: 50%;
  }
}
.contact-page .contact-form-container .contact-form-wrapper iframe {
  width: 100%;
  height: 300px;
}
@media only screen and (min-width: 992px) {
  .contact-page .contact-form-container .contact-form-wrapper iframe {
    height: 600px;
  }
}
.contact-page .contact-form-container .contact-info-wrapper {
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (min-width: 992px) {
  .contact-page .contact-form-container .contact-info-wrapper {
    max-width: 50%;
    padding: 0 3em;
  }
}
@media only screen and (min-width: 1200px) {
  .contact-page .contact-form-container .contact-info-wrapper {
    padding: 0em 8em 0 0;
  }
}
.contact-page .contact-form-container .contact-section-title {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 20px;
  color: #2E2E2E;
}
.contact-page .contact-form-container .contact-section-subtitle {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 1em;
  color: #2E2E2E;
  line-height: 25px;
}
.contact-page .contact-form-container .contact-section-subtitle p {
  margin-bottom: 10px;
}
.contact-page .contact-form-container .contact-methods {
  margin-bottom: 60px;
}
.contact-page .contact-form-container .method {
  display: flex;
  align-items: center;
  margin-top: 30px;
  border: 1px solid #ccc;
  padding: 30px;
  border-radius: 2px;
}
.contact-page .contact-form-container .method .info {
  margin-left: 20px;
}
.contact-page .contact-form-container .method .title {
  font-size: 20px;
  font-weight: 600;
}
.contact-page .contact-form-container .method .icon {
  color: #666f38;
  font-size: 30px;
}
.contact-page .contact-form-container .method a {
  text-decoration: none;
  font-weight: 600;
}
.contact-page .contact-form-container .nf-field-label, .contact-page .contact-form-container .nf-before-form-content, .contact-page .contact-form-container .nf-form-title {
  display: none;
}
.contact-page .contact-form-container .nf-form-content {
  padding: 0;
}
.contact-page .contact-form-container .nf-error-msg {
  font-size: 10px;
  position: absolute;
  bottom: -16px;
}
.contact-page .contact-form-container .nf-after-form-content {
  position: relative;
}
.contact-page .contact-form-container .nf-form-content .ninja-forms-field {
  font-weight: 500;
  font-size: 14px;
}

.faq-wrapper .entry-content {
  background-color: #FFFFFF;
}
.faq-wrapper .entry-inner-wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding: 7em 20px;
}
.faq-wrapper .faq-container {
  border: 1px solid #2E2E2E;
  border-radius: 4px;
}
.faq-wrapper .faq-block {
  border-bottom: 1px solid #2E2E2E;
  padding: 20px 10px;
  position: relative;
  cursor: pointer;
}
.faq-wrapper .faq-block:after {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  position: absolute;
  right: 20px;
  top: 25px;
}
.faq-wrapper .faq-block.active:after {
  content: "";
}
.faq-wrapper .faq-block:last-child {
  border-bottom: none;
}
.faq-wrapper .question {
  font-weight: 600;
  color: #2E2E2E;
}
.faq-wrapper .answer {
  display: none;
  font-size: 14px;
  padding-top: 15px;
}

.faq-search-container {
  background-color: #315826;
}
.faq-search-container .faq-search-wrapper {
  max-width: 1180px;
  margin: 0 auto;
  padding: 90px 20px;
}
.faq-search-container p {
  text-align: center;
  color: #FFFFFF;
  margin-top: 10px;
}
.faq-search-container h2 {
  text-align: center;
  font-size: 30px;
  line-height: 32px;
  color: #FFFFFF;
}
@media only screen and (min-width: 992px) {
  .faq-search-container h2 {
    font-size: 40px;
    line-height: 42px;
  }
}
.faq-search-container .search-form {
  max-width: 410px;
  margin: 30px auto 0;
  display: flex;
}
.faq-search-container label {
  width: 80%;
}
.faq-search-container .search-field {
  width: 100%;
  padding: 7px;
  border-radius: 2px;
}
.faq-search-container .search-submit {
  width: 18%;
  margin-left: auto;
  border-radius: 2px;
  color: #2E2E2E;
  background-color: #D0AC56;
}

.search-page .search-page-header {
  background: #315826;
  color: #FFFFFF;
  font-size: 30px;
  padding: 230px 20px;
  text-align: center;
}
.search-page .page-title {
  text-emphasis: center;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 50px;
  line-height: initial;
  text-shadow: 0 0 5px #000000;
}
.search-page .search-listings {
  display: flex;
  max-width: 1180px;
  margin: 0 auto;
  padding: 3em 20px;
  flex-wrap: wrap;
}
.search-page .search-post {
  width: 31%;
  border: 1px solid #2E2E2E;
  border-radius: 2px;
  padding: 40px;
  margin: 1%;
  box-sizing: border-box;
}
.search-page .search-form {
  max-width: 410px;
  margin: 0 auto 0;
  display: flex;
  width: 100%;
  align-items: center;
}
.search-page label {
  width: 80%;
}
.search-page .search-field {
  width: 100%;
  padding: 7px;
  border-radius: 2px;
  height: 100%;
}
.search-page .search-submit {
  width: 18%;
  margin-left: auto;
  border-radius: 2px;
  color: #2E2E2E;
  background-color: #D0AC56;
  padding: 7px;
}
.search-page .results {
  font-size: 12px;
}
.search-page .no-results-copy {
  text-align: center;
  max-width: 1180px;
  margin: 0 auto;
  padding: 8em 20px;
}

.donate-page .donate-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 4em 1em;
}
@media only screen and (min-width: 960px) {
  .donate-page .donate-container {
    display: flex;
  }
}
.donate-page .donate-form-container {
  margin: -150px auto 40px;
  background: white;
  padding: 30px 20px;
  border-radius: 10px;
  width: 100%;
  max-width: 420px;
}
@media only screen and (min-width: 500px) {
  .donate-page .donate-form-container {
    padding: 30px 30px;
  }
}
@media only screen and (min-width: 960px) {
  .donate-page .donate-form-container {
    margin: -150px 0 0;
  }
}
.donate-page .donate-info-container {
  padding-left: 40px;
}
@media only screen and (min-width: 960px) {
  .donate-page .donate-info-container {
    max-width: 50%;
  }
}
.donate-page .headline {
  font-size: 35px;
  color: #2E2E2E;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 20px;
}
.donate-page .donate-info p {
  margin-bottom: 10px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 1.1em;
  overflow: auto;
  text-align: center;
  box-sizing: border-box;
}
.modal:before {
  content: "";
  margin-right: -6px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 1px;
  height: 100%;
}
.modal:after {
  content: " ";
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.56;
  background: #000000;
}
.modal .modal-inner {
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding: 2em;
  background: #FFFFFF;
  box-sizing: border-box;
  text-align: left;
}
.modal .modal-inner:before {
  content: " ";
  display: table;
}
.modal .modal-inner:after {
  content: " ";
  clear: both;
  display: table;
}
.modal .btn-close, .modal .modal-btn-close {
  display: block;
  border: 0;
  position: absolute;
  top: 80px;
  right: 20px;
  cursor: pointer;
  color: #FFFFFF;
  text-decoration: none;
  z-index: 1000;
  border: 2px solid #FFFFFF;
  padding: 6px 6px;
  border-radius: 100%;
  font-size: 26px;
  line-height: 20px;
}
.modal .modal-overlay {
  content: " ";
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.56;
  background: #2E2E2E;
}
.modal .modal-content a {
  color: #315826;
  font-weight: 600;
}
.modal.modal-open {
  display: block;
}

.no-overflow {
  overflow: hidden !important;
}

.modal-video-wrap {
  position: relative;
}
.modal-video-wrap .video_trigger {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 1000;
  cursor: pointer;
}
.modal-video-wrap .video-image {
  width: 100%;
}
.modal-video-wrap .video-block-copy {
  position: absolute;
  top: 40%;
  left: 50%;
  font-size: 60px;
}
.modal-video-wrap .video-play-button {
  width: 40px;
  height: 40px;
  border: 3px solid #fff;
  border-radius: 100%;
  padding: 20px 20px;
  fill: #FFFFFF;
}
.modal-video-wrap:hover .video-play-button {
  background: #FFFFFF;
  fill: #585858;
}

.modal-video .modal-inner {
  max-width: 1050px;
  border-radius: 10px;
  padding: 0;
  background: transparent;
}
.modal-video iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.modal-video video {
  width: 100%;
}

.video-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}
.video-wrapper .video-block {
  width: 100%;
  margin: 1%;
  position: relative;
}
@media only screen and (min-width: 767px) {
  .video-wrapper .video-block {
    width: 48%;
  }
}
.video-wrapper .video-box {
  height: 410px;
  background-size: cover;
  background-position: center;
  transition: ease all 1.2s;
}
@media only screen and (min-width: 767px) {
  .video-wrapper .video-box {
    background-size: auto 110%;
  }
  .video-wrapper .video-box:hover {
    background-size: auto 120%;
  }
}
.video-wrapper .video-block-copy {
  position: absolute;
  bottom: 30px;
  color: white;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 20px;
}
.video-wrapper .video-title {
  font-weight: 600;
  text-shadow: 0 0 5px #000000;
}
.video-wrapper .video_trigger {
  height: 100%;
  width: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
.video-wrapper .video-play-button {
  fill: #FFFFFF;
  border: 2px solid #FFFFFF;
  border-radius: 100%;
  padding: 8px 10px;
}

.apply-page .application-section {
  background: #D0AC56;
  overflow: hidden;
  position: relative;
  text-align: center;
  padding: 5em 1em;
}
.apply-page .application-section h2 {
  font-size: 55px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 40px;
  text-shadow: 0 0 5px #000000;
}
.apply-page .application-section .join-link {
  background: #FFFFFF;
  color: #2E2E2E;
  text-decoration: none;
  font-weight: 600;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 54px;
  min-width: 150px;
  cursor: pointer;
  transition: ease all 0.4s;
  border: 2px solid #FFFFFF;
  z-index: 10;
}
.apply-page .application-section .join-link:hover {
  background: #D0AC56;
  color: #FFFFFF;
}
.apply-page .application-section .cta-bkg-image {
  opacity: 0.2;
  position: absolute;
  width: 400px;
  top: 30px;
  left: 50%;
  margin-left: -200px;
}
@media only screen and (min-width: 600px) {
  .apply-page .application-section .cta-bkg-image {
    width: 800px;
    top: -110px;
    margin-left: -400px;
  }
}
.apply-page .apply-faqs {
  background-color: #FFFFFF;
}
.apply-page .apply-faqs .apply-faqs-inner {
  padding: 5em 20px;
  max-width: 1140px;
  margin: 0 auto;
}
.apply-page .apply-faqs .apply-faqs-headline {
  font-weight: 600;
  border-bottom: 1px solid #ccc;
  padding-bottom: 4px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: 25px;
  color: #2E2E2E;
  display: inline-block;
  padding-right: 30px;
  margin-bottom: 13px;
  margin-top: 40px;
}
.apply-page .apply-faqs .entry-inner-wrap {
  padding: 2em 0 7em;
}

.modal-apply .modal-header {
  text-align: center;
  margin-bottom: 20px;
}
.modal-apply .apply-modal-title {
  text-align: center;
  color: #2E2E2E;
  font-size: 40px;
  font-weight: 600;
  line-height: initial;
  margin-bottom: 10px;
}
.modal-apply .modal-inner {
  max-width: 950px;
  margin-top: 120px;
  border-radius: 6px;
}
.modal-apply .mat-card * {
  font-size: 12px;
}

.cdk-overlay-container {
  z-index: 2000 !important;
}

/*# sourceMappingURL=style.css.map */
