@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  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 {
  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: inline-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;
}

/* Slider */
.slick-loading .slick-list {
  background: white slick-image-url("../slick/ajax-loader.gif") center center no-repeat;
}

@font-face {
  font-family: "slick";
  src: slick-font-url("../slick/slick.eot");
  src: slick-font-url("../slick/slick.eot?#iefix") format("embedded-opentype"), slick-font-url("../slick/slick.woff") format("woff"), slick-font-url("../slick/slick.ttf") format("truetype"), slick-font-url("../slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 20px auto;
  transition: all 0.5s ease;
  color: transparent;
  top: 50%;
  padding: 0;
  border: none;
  outline: none;
  z-index: 10;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background-position: center center;
  background-repeat: no-repeat;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev {
  background: url(../images/arrow-left-white.svg) center center no-repeat;
  left: 20px;
  transform: translateX(0%);
  border-radius: 50%;
  box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.75);
}
.slick-prev:hover {
  transform: translateX(0%) translateY(-5px);
}

.slick-next {
  background: url(../images/arrow-right-white.svg) center center no-repeat;
  right: 20px;
  transform: translateX(0%);
  border-radius: 50%;
  box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.75);
}
.slick-next:hover {
  transform: translateX(0%) translateY(-5px);
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 30px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 4px;
  width: auto;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  background: black;
  border-radius: 30px;
}
.slick-dots li {
  position: relative;
  display: block;
  float: left;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 24px;
  line-height: 20px;
  text-align: center;
  color: white;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: green;
  opacity: 1;
}

@font-face {
  font-family: "Lexend Light";
  src: url("/wp-content/themes/fem/fonts/lexend/lexend-light-300.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend";
  src: url("/wp-content/themes/fem/fonts/lexend/lexend-regular-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend Semi";
  src: url("/wp-content/themes/fem/fonts/lexend/lexend-semibold-600.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend Bold";
  src: url("/wp-content/themes/fem/fonts/lexend/lexend-bold-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant";
  src: url("/wp-content/themes/fem/fonts/cormorant/cormorant-light.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html,
body {
  height: 100%;
}

html {
  box-sizing: border-box;
  interpolate-size: allow-keywords;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  font-family: "Lexend", -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
  color: #212121;
  background: #1d1d1d;
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  height: 100%;
  scroll-behavior: smooth;
  accent-color: #1a4e41;
}
strong {
  font-weight: 700;
}

ul {
  margin: 0 0 15px 0;
  padding: 0;
  list-style-type: disc;
}

ol {
  margin: 0 0 15px 0;
  padding: 0;
  list-style-type: decimal;
}

li {
  margin: 0 0 15px 25px;
}

a {
  color: #1a4e41;
  text-decoration: none;
}
a:hover {
  color: #0cacc9;
}

::-moz-selection {
  background: #1a4e41;
  color: white;
}

::selection {
  background: #1a4e41;
  color: white;
}

.link {
  position: relative;
  padding-right: 30px;
}
.link:after {
  content: "→";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 20px;
  transform: translateY(-50%);
  transition: all 0.5s ease;
  line-height: 1;
}
.link:hover:after {
  right: 0;
}

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

td,
th {
  padding: 0;
}

input,
textarea,
button,
select,
label,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.clear:after {
  content: "";
  display: table;
  clear: both !important;
}

.hidden,
.hideMe {
  display: none;
}

.elementor-editor-active .e-con.elementor-element-edit-mode {
  opacity: 1 !important;
  visibility: visible !important;
}

/**
 * Basic typography style for copy text
 */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 0;
  margin-bottom: 16px;
}

h1,
.h1 {
  font-size: 64px;
  line-height: 92%;
  letter-spacing: -0.07em;
  font-weight: 700;
  font-family: "Lexend Bold", -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 50px;
    line-height: 92%;
    letter-spacing: -0.07em;
  }
}

h2,
.h2 {
  font-size: 38px;
  line-height: 100%;
  letter-spacing: -0.03em;
  font-family: "Lexend Bold", -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 30px;
    line-height: 100%;
  }
}

h3,
.h3 {
  font-size: 28px;
  line-height: 110%;
  letter-spacing: -0.04em;
  font-weight: 300;
  font-family: "Lexend Light", -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
}
@media (max-width: 767px) {
  h3,
  .h3 {
    font-size: 24px;
    line-height: 110%;
  }
}

h4,
.h4 {
  font-size: 22px;
  line-height: 120%;
  letter-spacing: -0.04em;
  font-weight: 400;
  font-family: "Lexend", -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
}
@media (max-width: 767px) {
  h4,
  .h4 {
    font-size: 22px;
    line-height: 120%;
  }
}

h5,
.h5 {
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.04em;
  font-weight: 700;
  font-family: "Lexend Bold", -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
}
@media (max-width: 767px) {
  h5,
  .h5 {
    font-size: 20px;
    line-height: 120%;
  }
}

p {
  color: #212121;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Lexend", -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
  margin-top: 0;
  margin-bottom: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a:hover {
  text-decoration: underline;
}

strong {
  font-weight: 700;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

.wrap {
  display: flex;
  flex-direction: column;
  background: #212121;
}

/* ------------------------------------------- Structure --- */
.flex {
  display: flex;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.fl-align-center {
  margin: auto;
  align-items: center;
}

.fl-j-center {
  justify-content: center;
}

.fl-align-left {
  margin-right: auto;
  align-self: center;
}

.fl-align-right {
  margin-left: auto;
  align-self: center;
}

.fl-align-x-center {
  margin-right: auto;
  margin-left: auto;
}

.fl-align-x-left {
  margin-right: auto;
}

.fl-align-x-right {
  margin-left: auto;
}

.fl-align-y-center {
  align-self: center;
}

.fl-align-y-top {
  align-self: flex-start;
}

.fl-align-y-bottom {
  align-self: flex-end;
}

.block {
  display: inline-block;
  margin: 0 auto;
  width: 100%;
}

.section {
  display: flex;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  flex-direction: column;
}

.inner {
  display: flex;
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  justify-content: space-between;
}
.inner.nested {
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .inner {
    flex-direction: column;
  }
}
@media (max-width: 479px) {
  .inner {
    flex-direction: column;
  }
}

.col-1-12 {
  width: 8%;
}

.col-2-12 {
  width: 15%;
}

.col-3-12 {
  width: 23%;
}

.col-4-12 {
  width: 31%;
}

.col-5-12 {
  width: 40%;
}

.col-6-12 {
  width: 48%;
}

.col-7-12 {
  width: 57%;
}

.col-8-12 {
  width: 66%;
}

.col-9-12 {
  width: 75%;
}

.col-10-12 {
  width: 82%;
}

.col-11-12 {
  width: 90%;
}

.col-12-12 {
  width: 100%;
}

@media (max-width: 767px) {
  [class*=col-] {
    margin-bottom: 20px;
  }
  .med-hide {
    display: none;
  }
  .col-1-12 {
    width: 100%;
  }
  .col-2-12 {
    width: 100%;
  }
  .col-3-12 {
    width: 100%;
  }
  .col-4-12 {
    width: 100%;
  }
  .col-5-12 {
    width: 100%;
  }
  .col-6-12 {
    width: 100%;
  }
  .col-7-12 {
    width: 100%;
  }
  .col-8-12 {
    width: 100%;
  }
  .col-9-12 {
    width: 100%;
  }
  .col-10-12 {
    width: 100%;
  }
  .col-11-12 {
    width: 100%;
  }
  .col-12-12 {
    width: 100%;
  }
}
.header {
  background: white;
}

.nav-wrap {
  width: 100%;
}

.top-nav {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  z-index: 100;
  transition: all 0.5s ease;
  background: transparent;
  width: 100%;
}
@media (max-width: 1024px) {
  .top-nav {
    transform: translateX(0);
    position: fixed;
    top: 0;
    left: 0;
    right: auto;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.top-nav .inner {
  align-items: center;
  max-width: 1400px;
}
@media (max-width: 1024px) {
  .top-nav .inner {
    align-items: flex-start;
    flex-direction: row;
    width: 100%;
    padding: 0;
    height: 100%;
    justify-content: flex-end;
  }
}
.top-nav .logo {
  width: 30%;
  max-width: 170px;
  margin-right: 50px;
}
@media (max-width: 1024px) {
  .top-nav .logo {
    max-width: 150px;
    width: 45%;
    padding: 0 0 0 20px;
    margin-right: 0;
    margin-right: auto;
  }
}
.top-nav .logo img,
.top-nav .logo svg {
  max-width: 100%;
  height: auto;
  display: block;
}
.top-nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: left;
  transition: all 0.5s ease;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .top-nav ul {
    flex-direction: column;
    background: #1a4e41;
    height: auto;
    border-radius: 0 6px 6px 0;
    justify-content: flex-start;
    position: absolute;
    top: 20px;
    left: -100%;
    width: 90%;
  }
}
.top-nav ul.open {
  left: 0;
}
.top-nav ul li {
  display: inline-flex;
  padding: 0;
  position: relative;
  align-items: center;
  margin: 0;
  background: rgba(255, 255, 255, 0.3);
  margin-left: 10px;
  border-radius: 100px;
}
@media (max-width: 1024px) {
  .top-nav ul li {
    height: auto;
    width: 100%;
    padding: 0px;
    display: block;
    margin: 0 0 0px 0;
    align-items: center;
    background: none;
    margin-left: 0px;
    border-radius: 0px;
  }
}
.top-nav ul li:hover > a {
  color: #429738;
}
.top-nav ul li a {
  height: 40px;
  color: white;
  background: transparent;
  padding: 5px 20px;
  transition: all 0.5s ease;
  font-size: 16px;
  display: flex;
  align-items: center;
  font-family: "Lexend", -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .top-nav ul li a {
    margin-left: 0;
    margin-bottom: 0px;
    height: auto;
    font-size: 20px;
    font-weight: 350;
    padding: 10px 0;
    font-family: "Lexend Light", -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    height: auto;
    line-height: 1;
    display: flex;
    align-items: center;
    padding: 20px;
  }
}
@media (max-width: 1024px) {
  .top-nav ul li:not(:first-child) a {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.top-nav ul ul {
  position: absolute;
  top: 70px;
  left: 0;
  background: rgba(255, 255, 255, 0.2);
  display: none;
  flex-direction: column;
}
.top-nav ul ul li a {
  height: 60px;
}

.nav-scroll {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #efefef;
  height: auto;
  z-index: 9;
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}
@media (max-width: 1024px) {
  .nav-scroll {
    display: none;
  }
}
.nav-scroll ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: left;
  transition: all 0.5s ease;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .nav-scroll ul {
    flex-direction: column;
    background: none;
    height: auto;
    justify-content: flex-start;
    position: absolute;
    top: 20px;
    left: -100%;
    width: 90%;
  }
}
.nav-scroll ul li {
  display: inline-flex;
  padding: 0;
  position: relative;
  align-items: center;
  margin: 0;
  margin-left: 10px;
}
@media (max-width: 1024px) {
  .nav-scroll ul li {
    height: auto;
    width: 100%;
    padding: 0px;
    display: block;
    margin: 0 0 0px 0;
    align-items: center;
    background: none;
    margin-left: 0px;
    border-radius: 0px;
  }
}
.nav-scroll ul li:hover > a {
  color: #429738;
}
.nav-scroll ul li a {
  height: 40px;
  color: rgb(41, 41, 41);
  background: transparent;
  padding: 5px 20px;
  transition: all 0.5s ease;
  font-size: 16px;
  display: flex;
  align-items: center;
  font-family: "Lexend", -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .nav-scroll ul li a {
    margin-left: 0;
    margin-bottom: 0px;
    height: auto;
    font-size: 20px;
    font-weight: 350;
    padding: 10px 0;
    font-family: "Lexend Light", -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    height: auto;
    line-height: 1;
    display: flex;
    align-items: center;
    padding: 20px;
  }
}

/* -------------------------------------------------------
------------ HAMBURGER MOBILE NAVIGATION -----------------
------------------------------------------------------- */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  display: none;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  border: 1px solid #ebebeb;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: white;
  margin-left: 10px;
  border-radius: 2px;
  padding: 0;
  z-index: 100;
}
@media (max-width: 1024px) {
  .hamburger {
    display: flex;
    margin-left: auto;
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 100;
  }
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #3a3a3a;
}

.hamburger-box {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 20px;
  height: 2px;
  background-color: #3a3a3a;
  border-radius: 2px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -5px;
}

.hamburger-inner::after {
  bottom: -5px;
}

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

footer {
  background: #282828;
  background-size: contain;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: auto;
  color: white;
  display: flex;
  align-items: center;
}
footer img {
  max-width: 200px;
  height: auto;
}
footer .date {
  display: inline-block;
  margin-top: 20px;
  font-size: 12px;
}

.btn, .btn_outline_reversed, .btn_outline, .btn_reverse {
  background-color: #1a4e41;
  color: white;
  cursor: pointer;
  display: flex;
  align-self: flex-start;
  padding: 16px 24px;
  transition: all 0.5s ease;
  text-align: left;
  font-family: "Lexend Bold", -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
  border-radius: 6px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  position: relative;
}
@media (max-width: 1024px) {
  .btn, .btn_outline_reversed, .btn_outline, .btn_reverse {
    padding: 16px 24px;
    font-size: 12px;
  }
}
.btn:hover, .btn_outline_reversed:hover, .btn_outline:hover, .btn_reverse:hover {
  background-color: #429738;
  text-decoration: none;
  color: white;
}

.btn_reverse {
  background: white;
  color: #212121;
}
.btn_reverse:hover {
  color: white;
  background-color: #429738;
}

.btn_outline {
  background: transparent;
  color: #212121;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.btn_outline:hover {
  color: #429738;
  border: 1px solid #429738;
  background: transparent;
}

.btn_outline_reversed {
  background: transparent;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.btn_outline_reversed:hover {
  background: transparent;
  color: #429738;
  border: 1px solid #429738;
}

#home_wrap {
  max-width: 1920px;
  margin: 0 auto;
}

.top_logo {
  filter: drop-shadow(0px 0px 40px rgba(0, 0, 0, 0.7));
}
@media (max-width: 1024px) {
  .top_logo {
    filter: drop-shadow(0px 0px 10px black);
  }
}

.vid_banner {
  aspect-ratio: 16/9;
  width: 100%;
  min-height: 600px;
  max-height: 80vh;
  max-width: 1920px;
}
@media (max-width: 1024px) {
  .vid_banner {
    aspect-ratio: unset;
    max-height: none;
  }
}
.vid_banner h1 {
  font-family: "Cormorant", serif;
  margin-bottom: 40px;
  font-size: 48px;
  letter-spacing: -0.03em;
  font-weight: 300;
  color: white;
  text-shadow: rgba(0, 0, 0, 0.75) 0px 0px 20px, rgb(0, 0, 0) 0px 0px 60px;
}
@media (max-width: 1024px) {
  .vid_banner h1 {
    font-size: 36px;
    margin-bottom: 20px;
    margin-top: 50px;
  }
}
@media (max-width: 1024px) {
  .vid_banner img {
    margin-top: 50px;
  }
}
.vid_banner p {
  margin-top: 40px;
  color: white;
}

.vid {
  width: 100%;
  overflow: hidden;
  position: absolute;
  aspect-ratio: 16/9;
  min-height: 600px;
  max-height: 80vh;
  max-width: 1920px;
  margin: 0 auto;
  transform: translateX(-50%);
  top: 0;
  left: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.vid::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(45deg, #020f0c, rgba(2, 15, 12, 0));
}
@media (max-width: 1024px) {
  .vid {
    aspect-ratio: 1/1;
    min-height: 420px;
    max-height: 60vh;
    opacity: 0.7;
  }
  .vid::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #212121, rgba(33, 33, 33, 0) 50%);
  }
}

.vid video {
  width: 100%;
  position: relative;
  opacity: 1;
}
@media (max-width: 1024px) {
  .vid video {
    width: 1200px;
    position: relative;
    opacity: 0.5;
    margin-left: -50%;
    width: 270%;
    height: auto;
  }
}

#services .icon_panel p {
  font-size: 12px;
  font-family: "Lexend Bold", -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
  font-weight: 700;
}
#services .serv_intro h2 {
  font-family: "Cormorant", serif;
  font-weight: 400;
  font-size: 24px;
}

#about h2 {
  font-family: "Cormorant", serif;
  font-weight: 300;
}
#about .about_text h4 {
  font-family: "Cormorant", serif;
  font-weight: 400;
  font-size: 32px;
}

#contact {
  color: white;
}
#contact h2 {
  font-family: "Cormorant", serif;
  font-weight: 300;
}
#contact h2,
#contact p {
  color: white;
}
#contact .fem_form label {
  display: none;
}

/*
------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------
------------- News & Events pages -----------------------------------------------------------------------
------------------------------------------------------------------------------------------------
*/
.single_article {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
}
.single_article .img_wrap {
  display: block;
  margin-bottom: 30px;
}

.news_content {
  background: rgba(0, 0, 0, 0.5);
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 40px;
}
.news_content.news_article_text {
  max-width: 860px;
  flex-direction: column;
}
.news_content.news_article_text h1 {
  font-size: 44px;
}
.news_content.news_article_text img {
  margin-bottom: 30px;
  height: 460px;
  -o-object-fit: contain;
     object-fit: contain;
}

.img_wrap {
  text-align: right;
}

/*
------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------
------------- News items -----------------------------------------------------------------------
------------------------------------------------------------------------------------------------
*/
.latest_news_panel {
  background-color: white;
}
.latest_news_panel h3 {
  color: #e69310;
}

.news-grid-4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
  width: 100%;
  margin-bottom: 4rem;
  justify-items: stretch;
}
.news-grid-4 > * {
  min-width: 0;
}
.news-grid-4 .news-title {
  font-size: 28px;
}
.news-grid-4 .event-dates {
  font-size: 16px;
}

.news_panel_top,
.news_panel_btm {
  height: 310px;
}

.news-item {
  position: relative;
  display: flex;
  min-height: 300px;
  text-decoration: none;
  color: #2d2d2d;
  flex-direction: column;
  max-width: 446px;
}
@media (max-width: 1024px) {
  .news-item {
    max-width: 100%;
  }
}
.news-item:hover {
  text-decoration: none;
  color: #3d3d3d;
}
.news-item .pic_overlay {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 100%;
  width: 90%;
  background: #efefef;
  background-size: 100% auto;
  border-radius: 10px;
  opacity: 0.2;
  overflow: hidden;
}

.news_pic {
  width: 100%;
  aspect-ratio: 16/10;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #efefef;
}
.news_pic .event_tag {
  background: #e69310;
  display: inline-block;
  padding: 5px 10px 5px 10px;
  line-height: 1;
  position: absolute;
  top: -10px;
  right: 10px;
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  font-family: "Lexend Bold", -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
}
.news_pic .news_tag {
  background: #109fe6;
  display: inline-block;
  padding: 5px 10px 5px 10px;
  line-height: 1;
  position: absolute;
  top: -10px;
  right: 10px;
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  font-family: "Lexend Bold", -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
}

.news-content {
  position: relative;
  padding: 20px;
  background: #efefef;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 0px;
  flex-grow: 1;
}

.news-title {
  color: #2d2d2d;
  margin: 0 0 10px;
  font-weight: 700;
  font-size: 26px;
  font-family: "Lexend Light", -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
  font-weight: 300;
  letter-spacing: -0.05em;
}

.read_more {
  color: #2d2d2d;
  margin-bottom: 0;
  margin-top: auto;
  text-transform: uppercase;
  font-size: 14px;
}

/* ------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
------------------------------PAGINATED NAV--------------------------------------------------------
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
*/
.navigation {
  text-align: center;
  clear: both;
  margin-bottom: 30px;
  width: 100%;
}
.navigation .navPrevPage {
  width: 100px;
  margin: 0 auto 0 0;
  display: flex;
  justify-content: flex-start;
}
.navigation .navPrevPage a {
  padding: 5px 15px;
}
@media (max-width: 479px) {
  .navigation .navPrevPage {
    width: 100%;
    margin: 0;
  }
}
.navigation .navNextPage {
  width: 100px;
  margin: 0 0 0 auto;
  display: flex;
  justify-content: flex-end;
}
.navigation .navNextPage a {
  padding: 5px 15px;
}
@media (max-width: 479px) {
  .navigation .navNextPage {
    width: 100%;
    margin: 0;
  }
}
.navigation ul {
  display: flex;
  margin: 0;
  width: 100%;
  padding-right: 0;
  justify-content: center;
}
.navigation li {
  display: flex;
  margin: 0 5px;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  color: #3a3a3a;
  border: 1px solid #3a3a3a;
  text-decoration: none;
  border-radius: 4px;
  cursor: pointer;
  padding: 5px 15px;
  transition: all 0.5s ease;
}
.navigation li a:hover,
.navigation li.active a {
  background-color: #002559;
  color: white;
  border: 1px solid #002559;
}

/* ------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
------------------------------NEWS ARTICLE --------------------------------------------------------
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
*/
.news_article_content h1 {
  font-size: 44px;
}
.news_article_content h2 {
  font-size: 32px;
}
.news_article_content h3 {
  font-size: 26px;
}
.news_article_content p {
  margin-bottom: 30px;
}

/*

CONTACT FORM7 Updated Styles

*/
.g-recaptcha {
  transform-origin: left top;
  -webkit-transform-origin: left top;
}

.wpcf7-form,
.wpcf7 {
  width: 100%;
}

.form-row {
  margin-bottom: 15px;
}

.wpcf7-radio {
  padding: 10px 0 15px 0;
  display: block;
}

.wpcf7-response-output {
  border: none !important;
  margin: 0 0 10px 0 !important;
  padding: 10px !important;
  border-radius: 6px;
}

.wpcf7-validation-errors {
  background: #dba92e;
  color: white;
}

.wpcf7-mail-sent-ok {
  background: #1a4e41;
  color: white;
}

.wpcf7-mail-sent-ng {
  background: #dba92e;
  color: white;
}

span.wpcf7-not-valid-tip {
  background: #dba92e;
  color: white;
  padding: 5px 10px;
  border-radius: 0 0 6px 6px;
  font-size: 12px;
  display: inline-block;
  margin-left: 4px;
}

form input[type=text],
form input[type=password],
form input[type=email],
form input[type=url],
form input[type=date],
form input[type=month],
form input[type=time],
form input[type=datetime],
form input[type=datetime-local],
form input[type=week],
form input[type=number],
form input[type=search],
form input[type=tel],
form input[type=color],
form select,
form textarea {
  width: 100%;
  padding: 5px;
  display: inline-block;
  border: 1px solid #ebebeb;
  border-radius: 6px;
  vertical-align: middle;
  box-sizing: border-box;
  font-size: 16px;
}

form input[type=submit] {
  background: #1a4e41;
  border-radius: 6px;
  border: none;
  vertical-align: middle;
  padding: 5px 14px;
  text-transform: uppercase;
  font-size: 16px;
  color: white;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
form input:not([type]) {
  padding: 5px;
  display: inline-block;
  border: 1px solid #ebebeb;
  box-shadow: inset 0 1px 3px #3a3a3a;
  border-radius: 4px;
  box-sizing: border-box;
}

/* Chrome (as of v.32/34 on OS X) needs additional room for color to display. */
/* May be able to remove this tweak as color inputs become more standardized across browsers. */
form input[type=color] {
  padding: 0.2em 0.5em;
}

form input[type=text]:focus,
form input[type=password]:focus,
form input[type=email]:focus,
form input[type=url]:focus,
form input[type=date]:focus,
form input[type=month]:focus,
form input[type=time]:focus,
form input[type=datetime]:focus,
form input[type=datetime-local]:focus,
form input[type=week]:focus,
form input[type=number]:focus,
form input[type=search]:focus,
form input[type=tel]:focus,
form input[type=color]:focus,
form select:focus,
form textarea:focus {
  outline: 0;
  border-color: #ebebeb;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
form input:not([type]):focus {
  outline: 0;
  border-color: #ebebeb;
}

form input[type=file]:focus,
form input[type=radio]:focus,
form input[type=checkbox]:focus {
  outline: thin solid #ebebeb;
  outline: 1px auto #ebebeb;
}

form .checkbox,
form .radio {
  margin: 0.5em 0;
  display: block;
}

form input[type=text][disabled],
form input[type=password][disabled],
form input[type=email][disabled],
form input[type=url][disabled],
form input[type=date][disabled],
form input[type=month][disabled],
form input[type=time][disabled],
form input[type=datetime][disabled],
form input[type=datetime-local][disabled],
form input[type=week][disabled],
form input[type=number][disabled],
form input[type=search][disabled],
form input[type=tel][disabled],
form input[type=color][disabled],
form select[disabled],
form textarea[disabled] {
  cursor: not-allowed;
  background-color: #ebebeb;
  color: #3a3a3a;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
form input:not([type])[disabled] {
  cursor: not-allowed;
  background-color: #ebebeb;
  color: #3a3a3a;
}

form input[readonly],
form select[readonly],
form textarea[readonly] {
  background-color: #ebebeb; /* menu hover bg color */
  color: #212121; /* menu text color */
  border-color: #ebebeb;
}

form input:focus:invalid,
form textarea:focus:invalid,
form select:focus:invalid {
  color: #c33333;
  border-color: #3a3a3a;
}

form input[type=file]:focus:invalid:focus,
form input[type=radio]:focus:invalid:focus,
form input[type=checkbox]:focus:invalid:focus {
  outline-color: #3a3a3a;
}

form select {
  /* Normalizes the height; padding is not sufficient. */
  height: 2.25em;
  border: 1px solid #ebebeb;
  background-color: white;
}

form select[multiple] {
  height: auto;
}

form label {
  font-size: 14px;
  margin-bottom: 5px;
  display: inline-block;
}

form fieldset {
  margin: 0;
  padding: 0.35em 0 0.75em;
  border: 0;
}

form legend {
  display: block;
  width: 100%;
  padding: 0.3em 0;
  margin-bottom: 0.3em;
  color: #212121;
  border-bottom: 1px solid #ebebeb;
}

.form-stacked input[type=text],
.form-stacked input[type=password],
.form-stacked input[type=email],
.form-stacked input[type=url],
.form-stacked input[type=date],
.form-stacked input[type=month],
.form-stacked input[type=time],
.form-stacked input[type=datetime],
.form-stacked input[type=datetime-local],
.form-stacked input[type=week],
.form-stacked input[type=number],
.form-stacked input[type=search],
.form-stacked input[type=tel],
.form-stacked input[type=color],
.form-stacked input[type=file],
.form-stacked select,
.form-stacked label,
.form-stacked textarea {
  display: block;
  margin: 0.25em 0;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
.form-stacked input:not([type]) {
  display: block;
  margin: 0.25em 0;
}

.form-aligned input,
.form-aligned textarea,
.form-aligned select,
.form-aligned .help-inline,
.form-message-inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.form-aligned textarea {
  vertical-align: top;
}

/* Aligned Forms */
.form-aligned .control-group {
  margin-bottom: 0.5em;
}

.form-aligned .control-group label {
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  width: 10em;
  margin: 0 1em 0 0;
}

.form-aligned .controls {
  margin: 1.5em 0 0 11em;
}

/* Rounded Inputs */
form input.input-rounded,
form .input-rounded {
  border-radius: 6px;
  padding: 0.5em 1em;
}

@media only screen and (max-width: 480px) {
  form button[type=submit] {
    margin: 0.7em 0 0;
  }
  form input:not([type]),
  form input[type=text],
  form input[type=password],
  form input[type=email],
  form input[type=url],
  form input[type=date],
  form input[type=month],
  form input[type=time],
  form input[type=datetime],
  form input[type=datetime-local],
  form input[type=week],
  form input[type=number],
  form input[type=search],
  form input[type=tel],
  form input[type=color],
  form label {
    margin-bottom: 0.3em;
    display: block;
  }
}

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