@charset "UTF-8";
/*! Bottom Admin WP Toolbar */
html.bottom-admin-toolbar {
  padding-top: 0;
  padding-bottom: 32px; }

#wpadminbar {
  top: auto;
  bottom: 0;
  transition: transform .3s ease-in-out; }

#wpadminbar.is-hidden {
  transform: translateY(var(--bab-data-height)); }

#wpadminbar .menupop .ab-sub-wrapper {
  bottom: var(--bab-data-height); }

@media all and (max-width: 600px) {
  #wpadminbar {
    position: fixed; } }

/*! 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 */
  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; }

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box; }

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit; }

/**
 * Basic styles for body
 */
body {
  background: white;
  font-family: "Red Hat Text", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px; }
  @media (min-width: 960px) {
    body {
      font-size: 18px; } }
/**
 * Basic styles for links
 */
a {
  color: #222222;
  text-decoration: none; }
  a:hover, a:active, a:focus, a:focus-within {
    color: #222222; }

::-moz-selection {
  /* Code for Firefox */
  color: white;
  background: #90ba4e; }

::selection {
  color: white;
  background: #90ba4e; }

.content-spacer {
  height: 8em; }
  @media (min-width: 960px) {
    .content-spacer {
      height: 13em; } }
.content {
  position: relative; }
  .content cite,
  .content p,
  .content h1,
  .content h2,
  .content h3,
  .content h4,
  .content h5,
  .content h6,
  .content ul,
  .content ol,
  .content .tag-list {
    margin-left: 0%;
    margin-right: 0%; }
    @media (min-width: 960px) {
      .content cite,
      .content p,
      .content h1,
      .content h2,
      .content h3,
      .content h4,
      .content h5,
      .content h6,
      .content ul,
      .content ol,
      .content .tag-list {
        margin-left: 13%;
        margin-right: 13%; } }
  .content a {
    border-bottom: 2px solid #40853e; }
  .content h1 {
    font-size: 32px;
    font-family: "Marcellus", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
    @media (min-width: 960px) {
      .content h1 {
        font-size: 37px; } }
  .content h2 {
    font-size: 32px;
    font-family: "Marcellus", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
    @media (min-width: 960px) {
      .content h2 {
        font-size: 37px; } }
  .content h3 {
    font-size: 27px;
    font-family: "Marcellus", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
    @media (min-width: 960px) {
      .content h3 {
        font-size: 30px; } }
  .content h4,
  .content h5,
  .content h6 {
    font-family: "Marcellus", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
  .content blockquote {
    font-family: "Marcellus", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 23px;
    position: relative;
    margin: 30px 0 30px 40px; }
    @media (min-width: 960px) {
      .content blockquote {
        font-size: 30px;
        margin: 30px 0 30px 50px; } }
    .content blockquote:before {
      position: absolute;
      content: open-quote;
      font-size: 4em;
      color: #40853e;
      margin-top: -0.3em;
      margin-left: -40px; }
      @media (min-width: 960px) {
        .content blockquote:before {
          font-size: 6em;
          margin-left: -75px;
          margin-top: -0.33em; } }
  .content p + img {
    margin: 1em 0 1.5em 0; }
    @media (min-width: 960px) {
      .content p + img {
        margin: 2em 0 2.5em 0; } }
  .content img {
    border-radius: 5px; }

.page-title {
  margin: 0; }
  @media (min-width: 960px) {
    .page-title {
      margin-left: 13%;
      margin-right: 13%; } }
.meta {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block; }
  .meta li {
    display: inline-block; }

h1,
.h1,
h2,
.h2
h3,
.h3 {
  font-family: "Marcellus", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
  margin: 0 0 0.25em 0; }

h1 {
  font-size: 40px;
  font-family: "Marcellus", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important; }
  @media (min-width: 960px) {
    h1 {
      font-size: 50px; } }
h2 {
  font-size: 30px;
  font-family: "Marcellus", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important; }
  @media (min-width: 960px) {
    h2 {
      font-size: 38px; } }
h3 {
  font-size: 27px;
  font-family: "Marcellus", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important; }
  @media (min-width: 960px) {
    h3 {
      font-size: 31px; } }
h4 {
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  font-size: 14px; }
  @media (min-width: 960px) {
    h4 {
      font-size: 14px; } }
.font-md {
  font-size: 19px; }
  @media (min-width: 960px) {
    .font-md {
      font-size: 20px; } }
.font-lg {
  font-size: 40px; }
  @media (min-width: 960px) {
    .font-lg {
      font-size: 52px; } }
.font-xl {
  font-size: 50px; }
  @media (min-width: 960px) {
    .font-xl {
      font-size: 80px; } }
p:last-of-type {
  margin-bottom: 0; }

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

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: 1580px;
  /* 1 */
  margin-left: auto;
  /* 2 */
  margin-right: auto;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  padding-right: 20px;
  /* 3 */
  width: 100%;
  /* 1 */ }

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap; }

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.mw-80 {
  max-width: 100%; }
  @media (min-width: 960px) {
    .mw-80 {
      max-width: 80%; } }
.text-right {
  text-align: right; }

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important; }

.container {
  width: 100%;
  padding-left: 5%;
  padding-right: 5%; }

.cta {
  background: #40853e;
  color: white;
  padding: 1em;
  min-height: 500px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: relative; }
  @media (min-width: 960px) {
    .cta {
      padding: 6em 0; } }
.cta-bg {
  position: absolute;
  top: 0;
  right: -50%;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1; }
  .cta-bg img {
    width: 80%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
    opacity: 0.05; }

.cta-content {
  max-width: 550px;
  margin: 0 auto;
  position: relative;
  z-index: 10; }

.header {
  position: absolute;
  width: 100%;
  padding: 1.25em 0;
  background: transparent;
  z-index: 9999 !important; }
  @media (min-width: 960px) {
    .header {
      padding: 2em 0; } }
  .header .logo,
  .header .logo img {
    max-height: 70px; }
    @media (min-width: 960px) {
      .header .logo,
      .header .logo img {
        max-height: 100px; } }
.header.white .nav-menu > li:not(.pll-parent-menu-item) > a {
  color: white; }

.header.white.page-header .btn-nav {
  background: white; }
  .header.white.page-header .btn-nav a {
    color: black !important; }

.hero {
  height: 100vh;
  min-height: 800px;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 99;
  padding: 6em 0; }
  .hero .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block; }
    .hero .bg img {
      width: 100%;
      height: 100%;
      display: block;
      -o-object-fit: cover;
      object-fit: cover;
      object-position: center; }
    .hero .bg .overlay {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      opacity: 0.3;
      transition: .5s ease;
      background-color: #000; }
  .hero .text {
    position: relative;
    z-index: 100;
    color: white;
    height: 100%;
    display: flex;
    align-items: flex-end; }

.footer {
  background: black;
  color: white;
  padding: 3em 0 2em 0; }
  .footer a {
    color: white; }
  .footer ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .footer ul li {
      font-weight: 500;
      padding-bottom: 0.4em; }
  .footer h2 {
    color: #40853e; }
  .footer .logo-img {
    width: 100px; }
  .footer .btn-nav,
  .footer .pll-parent-menu-item {
    display: none; }

.site-info {
  margin-top: 4em;
  padding: 10px 0; }
  @media (min-width: 960px) {
    .site-info {
      margin-top: 8em; } }
.nav-btn {
  position: relative;
  z-index: 22;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  float: right; }

.nav-btn .nav-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 37px;
  height: 35px;
  cursor: pointer; }

.nav-btn span {
  display: block;
  width: 40px;
  border-radius: 1px;
  height: 2px;
  background: black;
  transition: all 0.3s;
  position: relative; }
  .header.white .nav-btn span {
    background: white; }

.nav-btn span + span {
  margin-top: 8px; }

.nav-btn.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg); }

.nav-btn.active span:nth-child(2) {
  opacity: 0; }

.nav-btn.active span:nth-child(3) {
  transform: translateY(-12px) rotate(-45deg); }

.header.white .nav-btn.active span {
  background: #000; }

.nav-mobile {
  top: 0;
  height: 0%;
  width: 100%;
  display: none;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  background: white;
  border-top: 1px solid white;
  padding: 1.25em 0; }

.nav-mobile.active {
  display: block;
  opacity: 1;
  height: 100%;
  visibility: visible;
  position: fixed; }

.nav-mobile.active ul {
  list-style: none;
  padding: 0;
  margin: 20px 0; }

.nav-mobile.active ul > li:not(.btn-nav, .pll-parent-menu-item, .lang-item) {
  padding: 0; }
  .nav-mobile.active ul > li:not(.btn-nav, .pll-parent-menu-item, .lang-item) > a {
    color: #222222 !important;
    font-family: "Marcellus", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 25px;
    line-height: 2; }

.nav-mobile.active .pll-parent-menu-item {
    display:none;
}

.nav-mobile .pll-switcher-select {
    background: #efedde;
    padding: 0.4em 0.65em !important;
    border-radius: 3px;
    max-width:50px;
    font-family: "Red Hat Text", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.02em;
}

.nav-mobile.active .btn-nav {
  margin-left: 0;
  margin-top: 10px; }

@media screen and (min-width: 1096px) {
  .nav-mobile.active {
    display: none; } }

/**
 * Base Nave
 */
.navigation {
  position: relative;
  margin: 0;
  text-align: right; }
  .navigation > ul {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
    opacity: 1;
    visibility: visible;
    transition: all .6s ease; }
    .navigation > ul > li:not(.btn-nav) {
      float: left;
      margin: 0 10px;
      padding: 0.4em 0;
      font-family: "Red Hat Text", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      font-weight: 500;
      font-size: 15px;
      letter-spacing: 0.02em; }
      .navigation > ul > li:not(.btn-nav) > a {
        color: #222222; }
      .navigation > ul > li:not(.btn-nav) > a.active {
        color: #222222; }
    .navigation > ul li.current_page_item a {
      opacity: .4; }
    .navigation > ul li.current_page_item.btn-nav {
      opacity: .5; }

/**
 * Dropdown
 */
.navigation > ul > li > .sub-menu {
  opacity: 0;
  display: block;
  position: absolute;
  visibility: hidden;
  list-style: none !important;
  top: calc(100% + 3px) !important;
  width: 42px !important;
  padding: 0 !important;
  margin: 0 0 0 -10px !important;
  background-color: #efedde;
  height: auto !important;
  border: 0;
  border-radius: 5px;
  transition: all 0.55s ease-in-out; }
  .navigation > ul > li > .sub-menu li {
    margin: 0;
    position: relative;
    margin: 0;
    padding: 0;
    background: 0 0; }
    .navigation > ul > li > .sub-menu li a {
      color: #000 !important;
      letter-spacing: 0.2px;
      padding: 0.4em 0.65em !important;
      border-top: 0 none !important;
      border-bottom: 0;
      transition: all 0.25s;
      display: block;
      line-height: 1.3; }
      .navigation > ul > li > .sub-menu li a:hover {
        color: #222222 !important; }
  .navigation > ul > li > .sub-menu li:last-child a {
    border-bottom: 0;
    padding-bottom: 0; }
  .navigation > ul > li > .sub-menu li:first-child a {
    padding-top: 0; }

.navigation > ul > li.with-sub:hover > ul.sub-menu {
  opacity: 1;
  display: block;
  visibility: visible; }

/**
 * Polylang Language Switcher
 */
.pll-parent-menu-item {
  background: #efedde;
  padding: 0.4em 0.65em !important;
  border-radius: 3px; }
  .pll-parent-menu-item a {
    color: #222222 !important; }

.btn {
  font-family: "Red Hat Text", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  display: inline-block; }

.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none; }

.btn-green {
  background: #40853e;
  border: 1px solid #40853e;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.8em 1em !important;
  color: white; }
  .btn-green a {
    color: white !important; }
    .btn-green a:hover {
      text-decoration: none; }

.btn-text {
  font-weight: 700;
  border-bottom: 2px solid;
  display: inline-block;
  line-height: 1; }

.btn-more {
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  align-items: center;
  color: inherit;
  display: inline-flex;
  flex-wrap: nowrap;
  border: 0;
  background: transparent;
  font-size: 14px;
  height: 40px; }
  .btn-more::before {
    content: " ";
    background-color: #40853e;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny" id="Layer_1" x="0px" y="0px" viewBox="0 0 29.2 27.6" overflow="visible" xml:space="preserve"><g><path fill="%23FFFFFF" d="M15.5,27.6l-2.9-2.9l8.8-8.8H0v-4.2h21.3l-8.8-8.8L15.5,0l13.8,13.8L15.5,27.6z"/></g></svg>');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 12px;
    transition: all 0.2s;
    position: absolute; }
  .btn-more.light {
    color: white; }
    .btn-more.light::before {
      background-color: white;
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny" id="Layer_1" x="0px" y="0px" viewBox="0 0 29.2 27.6" overflow="visible" xml:space="preserve"><g><path fill="%23000000" d="M15.5,27.6l-2.9-2.9l8.8-8.8H0v-4.2h21.3l-8.8-8.8L15.5,0l13.8,13.8L15.5,27.6z"/></g></svg>'); }
  .btn-more span {
    margin-left: 50px; }

.btn-nav {
  background: #40853e;
  border: 1px solid #40853e;
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.48em 0.65em !important;
  margin-left: 5px;
  margin-top: -1px; }
  .btn-nav a {
    color: white !important; }
    .btn-nav a:hover {
      text-decoration: none; }

.btn-white {
  background: white;
  border: 1px solid white;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.8em 1em !important;
  margin-left: 20px; }
  .btn-white a {
    color: white !important; }
    .btn-white a:hover {
      text-decoration: none; }

.btn-group-text {
  list-style: none;
  margin: 0;
  padding: 0; }

.btn-video::before {
  background-image: none !important;
  content: "▶";
  color: #40853e;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding-left: 4px; }

.card {
  border-radius: 10px; }

.card-light {
  background: #efedde;
  border: 0; }

.card-body {
  padding: 1.5em 1em; }

.columns {
  padding: 6em 0;
  position: relative;
  overflow:hidden;}
  .columns .image-1,
  .columns .image-2 {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important; }
  .columns .image-1 {
    background: red;
    border-radius: 10px;
    width: 100%;
    height: 300px; }
  .columns .image-2 {
    background: red;
    border-radius: 10px;
    width: 100%;
    height: 600px; }
  .columns .text {
    position: relative;
    z-index: 10; }

.columns-bg {
  position: absolute;
  top: 0;
  right: -50%;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1; }
  .columns-bg img {
    width: 80%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
    opacity: 0.08; }

@media (max-width:960px) {
    .columns-bg, .cta-bg {
        position:absolute;
        right:0;
        top:0;
    }
    .columns-bg img, .cta-bg img {
        width:100%;
    }
}

.logos {
  padding: 4em 0;
  text-align: center; }
  .logos img {
    filter: grayscale(100%);
    max-height: 130px;
    width: auto;
    padding: 15px;
    opacity: 0.75; }

@keyframes scroll {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-100%); }
  200% {
    transform: translateX(0); } }

.logos-slider {
  width: 100%;
  overflow: hidden;
  /* Hide overflow to prevent visible scrollbars */ }

.slide-track {
  display: flex;
  animation: scroll 80s linear infinite; }

.slide {
  flex: 0 0 250px;
  /* Set the width of each slide */ }

@keyframes scroll {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-100%); } }

.page-header {
  background: #40853e;
  padding-bottom: 2em; }
  @media (min-width: 960px) {
    .page-header {
      padding-bottom: 3em; } }
  .page-header .text {
    font-size: 35px;
    font-family: "Marcellus", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    color: white;
    line-height: 1.2; }
    @media (min-width: 960px) {
      .page-header .text {
        font-size: 55px; } }
  .page-header .text-muted {
    color: white !important;
    opacity: 0.5; }

.page-header.plain {
  background: 0;
  padding: 0; }

.nav-links {
  padding: 1em 0;
  display: inline-block;
  width: 100%; }

.nav-previous {
  float: left; }

.nav-next {
  float: right; }

.pingpong {
  padding: 3em 0; }
  .pingpong img {
    border-radius: 8px; }

.pingpong-row {
  padding: 1.35em 0; }
  @media (min-width: 960px) {
    .pingpong-row {
      padding: 3em 0; } }
  .pingpong-row .text {
    max-width: 100%; }
    @media (min-width: 960px) {
      .pingpong-row .text {
        max-width: 85%; } }
.pingpong-row:nth-of-type(2n + 1) .col-text {
  order: 0 !important; }
  @media (min-width: 960px) {
    .pingpong-row:nth-of-type(2n + 1) .col-text {
      order: 2 !important;
      align-items: flex-end; } }
.social-sharing ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .social-sharing ul li {
    display: inline; }

.video {
  min-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 7em 0; }
  .video .bg {
    width: 100vw;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1; }
    .video .bg img {
      width: 100%;
      height: 100%;
      display: block;
      -o-object-fit: cover;
      object-fit: cover;
      object-position: center; }
  .video .text {
    background: #40853e;
    border-radius: 10px;
    color: white;
    padding: 2em; }

.iframe-responsive {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */ }

/* Then style the iframe to fit in the container div with full height and width */
iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%; }

.content iframe {
	position:relative !important;
	min-height:350px;
}

.events {
  margin-bottom: 4em; }

.event {
  margin-bottom: 2em; }
  .event:last-of-type {
    margin-bottom: 0; }

.event .date {
  color: white;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.25;
  display: flex;
  justify-content: center;
  text-align:center;
  align-items: center;
  flex-direction: column;
  padding: 0.65em;
  border-top-left-radius: 10px; }
  @media (min-width: 960px) {
    .event .date {
      padding: 1em; } }
.event:nth-of-type(2n + 1) .date {
  background: #40853e; }

.event:nth-of-type(2n + 2) .date {
  background: #90ba4e; }

.event:nth-of-type(2n + 3) .date {
  background: #4da7bc; }

.event .day {
  font-family: "Marcellus", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 30px; }
  
 @media (max-width: 960px) {
     .event .day {
         font-size:16px;
     }
 }

.events-feed {
  padding: 6em 0;
  background: #efedde; }
  .events-feed .card-light {
    background: white; }

.declaration-content {
  padding-top: 4em;
  padding-bottom: 3em; }
  .declaration-content .section-content ol {
    list-style: none;
    counter-reset: my-counter;
    padding-left: 0;
    position: relative;
    margin-bottom: 2em; }
  .declaration-content .section-content ol li::before {
    content: counter(my-counter);
    font-family: "Marcellus", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    counter-increment: my-counter;
    font-size: 30px;
    position: absolute;
    left: 0; }
  .declaration-content .section-content li {
    padding-left: 40px;
    position: relative;
    border-top: 1px solid #CBD9CB;
    padding-top: 1em;
    padding-bottom: 1em; }
    .declaration-content .section-content li:last-of-type {
      border-bottom: 1px solid #CBD9CB; }

.declaration-form {
  padding: 6em 0;
  background: #efedde; }

.news {
  padding-bottom: 6em; }
  .news .news-item a {
    border-bottom: 1px solid #CBD9CB;
    display: block;
    padding: 2em 0; }

.news-item:first-of-type a {
  border-top: 1px solid #CBD9CB; }

.news-feed {
  padding: 6em 0; }
  .news-feed .news-item a {
    border-bottom: 1px solid #CBD9CB;
    display: block;
    padding: 2em 0; }

.news-item img {
  border-radius: 5px; }

.news-related {
  border-top: 1px solid #CBD9CB;
  padding: 4em 0; }
  .news-related .news-item {
    margin-left: 0%;
    margin-right: 0%;
    padding: 2em 0;
    display: block;
    border-bottom: 1px solid #CBD9CB; }
    .news-related .news-item:first-of-type {
      padding-top: 0; }
    .news-related .news-item:last-of-type {
      border-bottom: 0; }
    @media (min-width: 960px) {
      .news-related .news-item {
        margin-left: 13%;
        margin-right: 13%; } }


/*
 * VS Changes
 */
 
.gform_wrapper .gf_progressbar_wrapper {
    display: none;
}

.gform_wrapper {
    background:#fff;
    padding:20px;
    font-family: "Marcellus", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size:1.3rem;
    max-width:800px;
    margin:auto;
    text-align:left;
}

.gform_wrapper label {
    display:inline;
}

.gform_wrapper input[type="submit"] {
    background: #40853e;
    border: 1px solid #40853e;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 0.8em 1em;
    color: white;
    font-weight:bold;
}

.gform_wrapper .gform_heading {
    text-align:center;
    margin-bottom:15px;
}

.gform_required_legend {
    display:none;
}

.hero a {
    margin-bottom:10px;
}

.hero .text {
    min-height:647px;
}

.counter {
 width:100%;
 background: #40853e; 
 color: white;
 padding:20px;
 font-size:1.5rem;
 text-align:center;
}

.counter_number {
 padding-top:10px;
}

@media (max-width: 960px) {
 .counter {
     text-align:left;
 }
 .counter h2 {
     float:left !important;
     position:relative;
     top:-10px;
     margin-right:10px;
 }
}   