@charset "UTF-8";
.relative,
.🔃 {
  position: relative;
}

/** Import theme styles */
.bg.absolute {
  --bg_object_position_height: 50%;
  --bg_object_position_width: 50%;
  --bg_object_position_height_mobile: 50%;
  --bg_object_position_width_mobile: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
}
.bg.absolute img,
.bg.absolute picture {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: var(--bg_object_position_width) var(--bg_object_position_height);
     object-position: var(--bg_object_position_width) var(--bg_object_position_height);
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .bg.absolute img,
  .bg.absolute picture {
    -o-object-position: var(--bg_object_position_width_mobile) var(--bg_object_position_height_mobile);
       object-position: var(--bg_object_position_width_mobile) var(--bg_object_position_height_mobile);
    -webkit-transition: 0.25s object-position ease;
    transition: 0.25s object-position ease;
    transition: 0.25s object-position ease, 0.25s -o-object-position ease;
  }
}
.bg.absolute svg {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% var(--bg_object_position_height);
     object-position: 50% var(--bg_object_position_height);
  height: 100%;
}
.bg.absolute video {
  background-color: #132f6a;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bg.absolute[has_bottom_image] > img,
.bg.absolute[has_bottom_image] > svg {
  width: 100%;
  height: auto;
}
.bg.absolute[has_bottom_image] > img[is_bottom_image],
.bg.absolute[has_bottom_image] > svg[is_bottom_image] {
  position: absolute;
  bottom: 0;
}

._above_bg,
.above_bg,
.👆 {
  z-index: 7;
}

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */
/** Media alignment */
.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 8px auto;
  height: auto;
}

.alignleft,
.alignright {
  margin-bottom: 8px;
  height: auto;
}

article.post.type-post {
  padding: clamp(60px, 3.75rem + 40 * (100vw - 767px) / 1153, 100px) 0;
}
article.post.type-post .container {
  padding: 0 40px;
}
article.post.type-post .container .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  position: absolute;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media screen and (max-width: 767px) {
  article.post.type-post .container .social {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    top: -45px;
  }
}
article.post.type-post .container .social > a {
  padding: 5px;
  margin-right: clamp(5px, 0.0625rem + 5 * (100vw - 767px) / 473, 10px);
}
@media screen and (max-width: 767px) {
  article.post.type-post .container .social > a {
    margin-right: 0;
    margin-left: -5px;
  }
}
article.post.type-post .container .flex {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  article.post.type-post .container .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
article.post.type-post .container article.article-parent {
  width: 100%;
  max-width: 730px;
  margin-right: clamp(50px, 3.125rem + 100 * (100vw - 767px) / 1153, 150px);
}
article.post.type-post .container article.article-parent p.label {
  text-align: left;
  font-style: normal;
  font-weight: 900;
  font-size: 15px;
  line-height: 2.4em;
  letter-spacing: 3px;
  color: #7a9a01;
  text-transform: uppercase;
  opacity: 1;
}
article.post.type-post .container article.article-parent h1 {
  color: var(--unnamed-color-000000);
  text-align: left;
  font-style: normal;
  font-weight: bold;
  font-size: clamp(28px, 1.75rem + 10 * (100vw - 767px) / 1153, 38px);
  line-height: 1.315em;
  letter-spacing: -0.76px;
  color: #000;
}
article.post.type-post .container article.article-parent div.entry-meta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: left;
  color: #000;
  letter-spacing: 0;
  line-height: 1.42em;
  font-size: 19px;
  margin-bottom: 30px;
}
article.post.type-post .container article.article-parent div.entry-meta p, article.post.type-post .container article.article-parent div.entry-meta time {
  font-weight: normal;
  text-align: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
}
article.post.type-post .container article.article-parent div.entry-meta a.author {
  font-weight: 500;
  text-align: inherit;
  letter-spacing: inherit;
  color: inherit;
}
article.post.type-post .container article.article-parent div.entry-meta p.divider {
  margin: 0 0.4em;
  color: #7a9a01;
}
article.post.type-post .container article.article-parent div.image-container.featured-image {
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  article.post.type-post .container article.article-parent div.image-container.featured-image {
    margin-top: 15px;
  }
}
article.post.type-post .container article.article-parent div.image-container.featured-image > img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
  width: 100%;
  height: 100%;
}
article.post.type-post .container article.article-parent article.article_main_content p,
article.post.type-post .container article.article-parent article.article_main_content b,
article.post.type-post .container article.article-parent article.article_main_content ul li,
article.post.type-post .container article.article-parent article.article_main_content ol li {
  font-style: normal;
  font-weight: normal;
  font-size: clamp(16px, 1rem + 3 * (100vw - 767px) / 1153, 19px);
  line-height: clamp(26px, 1.625rem + 10 * (100vw - 767px) / 1153, 36px);
  letter-spacing: 0px;
  color: #000;
  opacity: 0.8;
}
article.post.type-post .container article.article-parent article.article_main_content ul li, article.post.type-post .container article.article-parent article.article_main_content ol li {
  margin-left: 2em;
}
article.post.type-post .container article.article-parent article.article_main_content ul + p, article.post.type-post .container article.article-parent article.article_main_content ol + p {
  margin-top: 0.75em;
}
article.post.type-post .container article.article-parent article.article_main_content ul {
  list-style: disc;
}
article.post.type-post .container article.article-parent article.article_main_content ol {
  list-style: decimal;
}
article.post.type-post .container article.article-parent article.article_main_content h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: -0.48px;
  color: #000;
  opacity: 1;
  margin-top: clamp(30px, 1.875rem + 20 * (100vw - 767px) / 1153, 50px);
  margin-bottom: 10px;
}
article.post.type-post .container article.article-parent article.article_main_content h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2em;
  letter-spacing: -0.48px;
  color: #000;
  opacity: 1;
  margin-top: 0.75em;
}
article.post.type-post .container section.article-side-panel {
  width: 100%;
  max-width: clamp(150px, 9.375rem + 141 * (100vw - 767px) / 1153, 291px);
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  article.post.type-post .container section.article-side-panel {
    max-width: 100%;
  }
}
article.post.type-post .container section.article-side-panel .featured_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
article.post.type-post .container section.article-side-panel .featured_container h2 {
  width: 100%;
  font-style: normal;
  font-weight: 600;
  text-align: left;
  font-size: clamp(18px, 1.125rem + 6 * (100vw - 767px) / 1153, 24px);
  line-height: 1.5em;
  letter-spacing: -0.48px;
  color: #000;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  article.post.type-post .container section.article-side-panel .featured_container div.posts_parent_container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
  }
}
article.post.type-post .container section.article-side-panel .featured_container .post_container div.image-container {
  width: 100%;
  height: clamp(100px, 6.25rem + 66 * (100vw - 767px) / 1153, 166px);
}
article.post.type-post .container section.article-side-panel .featured_container .post_container div.image-container img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
article.post.type-post .container section.article-side-panel .featured_container .post_container div.text-container {
  text-align: left;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(16px, 1rem + 3 * (100vw - 767px) / 1153, 19px);
  line-height: clamp(20px, 1.25rem + 8 * (100vw - 767px) / 1153, 28px);
  letter-spacing: 0;
  color: #000;
  opacity: 0.8;
  margin-top: 10px;
}
article.post.type-post .container section.article-side-panel .featured_container .post_container + .post_container {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  article.post.type-post .container section.article-side-panel .featured_container .post_container + .post_container {
    margin-top: 0;
  }
}

div.sf-lightbox {
  display: none;
  position: fixed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  background: hsla(71, 12%, 20%, 0.9);
}
div.sf-lightbox.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
div.sf-lightbox .lb-container {
  width: 718px;
  max-width: 100%;
}
div.sf-lightbox .lb-container .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
div.sf-lightbox .lb-container .top .close-popup {
  margin-bottom: 5px;
}
div.sf-lightbox .lb-container .top .close-popup:hover {
  cursor: pointer;
}
div.sf-lightbox .lb-container .bottom {
  width: 100%;
}
div.sf-lightbox .lightbox-form-parent {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #a9c23f;
  border-radius: 5px;
  width: 100%;
  padding: 30px;
}
div.sf-lightbox .lightbox-form-parent._left_image_right_form {
  padding: 30px 50px 30px 0;
  display: grid;
  grid-template-columns: 1fr 230px;
  grid-gap: 20px;
}
@media screen and (max-width: 767px) {
  div.sf-lightbox .lightbox-form-parent._left_image_right_form {
    padding: 30px;
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}

.sf-lightbox.video-lightbox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  height: 100%;
  width: 100%;
  max-width: 100%;
  background: rgba(78, 115, 138, 0.9);
  top: 0;
  left: 0;
  padding: 0 30px;
}
.sf-lightbox.video-lightbox .lb-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: auto;
  max-width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sf-lightbox.video-lightbox .lb-container .iframe_container {
  border-radius: 10px;
  border: transparent;
  background: rgba(43, 71, 89, 0.9);
  overflow: hidden;
  height: 315px;
  width: 560px;
  max-width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (max-width: 767px) {
  .sf-lightbox.video-lightbox .lb-container .iframe_container {
    height: 300px;
  }
}
.sf-lightbox.video-lightbox .lb-container .iframe_container iframe {
  max-width: inherit;
}
@media screen and (max-width: 767px) {
  .sf-lightbox.video-lightbox .lb-container .iframe_container iframe {
    height: 300px;
  }
}

/** Import Custom Fields */
.fc-testimonial {
  padding: 100px 0;
}
.fc-testimonial.gray {
  background: rgba(88, 88, 88, 0.1);
}
.fc-testimonial .testimonial {
  position: relative;
  width: 840px;
  max-width: 100%;
  margin: 0 auto;
}
.fc-testimonial .testimonial .special-quote {
  position: absolute;
  top: -20px;
  left: -70px;
  font-size: 120px;
  color: #7a9a01;
  opacity: 50%;
}
.fc-testimonial .testimonial p {
  font-size: 19px;
  line-height: 36px;
}
.fc-testimonial .testimonial h4 {
  text-align: right;
  font-size: 19px;
  font-weight: bold;
}

.fc-team-slider {
  padding: 100px 0;
  /* For Matching Slide Heights */
}
.fc-team-slider h2 {
  font-size: 38px;
  font-weight: 600;
}
.fc-team-slider .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.fc-team-slider .slick-slide {
  height: inherit !important;
}
.fc-team-slider .container {
  position: relative;
}
.fc-team-slider .container .slick-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: absolute;
  top: 0;
  right: 50px;
}
.fc-team-slider .container .slick-arrows .slick-prev {
  margin-right: 25px;
}
@media screen and (max-width: 500px) {
  .fc-team-slider .container .slick-arrows .slick-prev {
    margin-right: 10px;
  }
}
.fc-team-slider .team-slider {
  padding-top: 40px;
}
.fc-team-slider .team-slider .team-member {
  border: 2px solid rgba(88, 88, 88, 0.1);
  padding: 20px;
  width: 440px;
  max-width: 100%;
  margin-right: 30px;
}
.fc-team-slider .team-slider .team-member:last-child {
  margin-right: 0;
}
.fc-team-slider .team-slider .team-member h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
}
.fc-team-slider .team-slider .team-member h4 {
  color: #7a9a01;
  font-size: 19px;
  font-weight: 400;
  line-height: 36px;
}
.fc-team-slider .team-slider .team-member p {
  margin-top: 20px;
  font-size: 19px;
  line-height: 36px;
}

.fc-contact .section-1 {
  padding: 100px 0;
  position: relative;
  text-align: center;
}
.fc-contact .section-1 h2 {
  color: #fff;
  font-size: 58px;
}
.fc-contact .section-1 a {
  color: #a9c23f;
  font-size: 38px;
  text-decoration: none;
}
.fc-contact .section-2 {
  padding: 100px 0;
  position: relative;
}
.fc-contact .section-2 .bg {
  right: 40%;
}
.fc-contact .section-2 .bg-overlay {
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(70%, rgb(255, 255, 255)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgb(255, 255, 255) 70%);
  height: 100%;
  width: 400px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.fc-contact .section-2 a {
  color: #a9c23f;
}
.fc-contact .section-2 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  z-index: 2;
}
.fc-contact .section-2 .flex .right {
  width: 450px;
}
.fc-contact .section-2 .flex .right p {
  font-size: 19px;
  opacity: 80%;
}

.fc-resources {
  padding: 100px 0;
  background: rgba(88, 88, 88, 0.1);
}
.fc-resources .filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-bottom: 50px;
}
.fc-resources .filters a.btn.btn-lime.inactive {
  background: rgba(88, 88, 88, 0.4);
}
.fc-resources .resources {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
}
.fc-resources .resources .resource.coming-soon {
  display: none;
}
.fc-resources .resources.showing-one .resource.coming-soon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fc-resources .resource {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.fc-resources .resource .thumbnail {
  width: 400px;
  max-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fc-resources .resource .content {
  width: calc(100% - 430px);
}
.fc-resources .resource h2 {
  color: #000;
  font-size: 24px;
  line-height: 36px;
}
.fc-resources .resource h3 {
  color: #7a9a01;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 3px;
}
.fc-resources .resource p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 19px;
  line-height: 36px;
  margin-top: 10px;
}
.fc-resources .resource + .resource {
  margin-top: 50px;
}
.fc-resources .resource.coming-soon {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fc-resources .resource.coming-soon .content {
  margin: 0 auto;
}
.fc-resources .resource.coming-soon h2 {
  text-align: center;
}
.fc-resources .pagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
.fc-resources .pagination > span,
.fc-resources .pagination > a {
  font-size: 24px;
  margin: 0 0.1em;
  padding: 10px;
  background: hsla(90, 1%, 67%, 0);
  border-radius: 5px;
  color: #7a9a01;
}
.fc-resources .pagination > a:hover {
  background: hsla(90, 1%, 67%, 0.25);
}
.fc-resources .pagination a.prev,
.fc-resources .pagination a.next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fc-resources .pagination svg path {
  fill: #7a9a01;
}
.fc-resources .pagination .page-numbers {
  font-weight: 500;
}
.fc-resources .pagination .page-numbers.current {
  color: #000;
  font-weight: 500;
}/*# sourceMappingURL=main.css.map */