@charset "UTF-8";
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Correct the line height in all browsers.
     * 2. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  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
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }

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

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

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

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
     * 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 */ }

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

/**
     * 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 style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * 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
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

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

/**
     * Show the overflow in IE.
     */
button {
  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; }

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 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 and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [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 */ }

/**
     * 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 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

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

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

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

.transition-fade {
  opacity: 0;
  transition: 1s; }

.transition-fade.is-visible {
  opacity: 1; }

.content-blocks h2:not(.scroll-animation__title) {
  opacity: 0;
  transition: 1s;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px); }
  .content-blocks h2:not(.scroll-animation__title).is-visible {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }

.transition-slideup {
  opacity: 0;
  transition: 1s ease-out;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px); }

.transition-slideup.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px); }

.transition-slideup-early {
  opacity: 0;
  transition: 1s;
  -webkit-transform: translateY(70px);
  -moz-transform: translateY(70px);
  -ms-transform: translateY(70px);
  -o-transform: translateY(70px);
  transform: translateY(70px); }

.transition-slideup-early.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px); }

.transition {
  opacity: 0;
  transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .transition--expand {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-clip-path: inset(0 10% 0 10%);
    clip-path: inset(0 10% 0 10%); }
  .transition--pop {
    -webkit-transform: scale(0.9, 0.9);
    -moz-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1); }

.transition.is-visible {
  opacity: 1; }
  .transition.is-visible.transition--expand {
    -webkit-clip-path: inset(0 0% 0 0%);
    clip-path: inset(0 0% 0 0%);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  .transition.is-visible.transition--pop {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }

.button,
input[type="submit"],
input[type="reset"],
input[type="button"],
.nf-form-content input[type=button],
.wp-block-button__link {
  display: inline-flex;
  padding: 12px 15px;
  color: #3c312b;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  font-family: "proxima-nova", sans-serif;
  letter-spacing: 0rem;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #3c312b;
  border-radius: 500px;
  cursor: pointer;
  box-sizing: border-box;
  transition: 0.5s;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0); }
  @media screen and (min-width: 768px) {
    .button,
    input[type="submit"],
    input[type="reset"],
    input[type="button"],
    .nf-form-content input[type=button],
    .wp-block-button__link {
      font-size: 15px; } }
  @media screen and (min-width: 992px) {
    .button,
    input[type="submit"],
    input[type="reset"],
    input[type="button"],
    .nf-form-content input[type=button],
    .wp-block-button__link {
      font-size: 16px; } }
  @media screen and (min-width: 1200px) {
    .button,
    input[type="submit"],
    input[type="reset"],
    input[type="button"],
    .nf-form-content input[type=button],
    .wp-block-button__link {
      font-size: 18px; } }
  .button span,
  input[type="submit"] span,
  input[type="reset"] span,
  input[type="button"] span,
  .nf-form-content input[type=button] span,
  .wp-block-button__link span {
    align-items: center;
    display: flex;
    position: relative;
    z-index: 1; }
  .button::before,
  input[type="submit"]::before,
  input[type="reset"]::before,
  input[type="button"]::before,
  .nf-form-content input[type=button]::before,
  .wp-block-button__link::before {
    background: #79a25c;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: 0.3s;
    width: 100%; }
  .button:hover, .button:focus,
  input[type="submit"]:hover,
  input[type="submit"]:focus,
  input[type="reset"]:hover,
  input[type="reset"]:focus,
  input[type="button"]:hover,
  input[type="button"]:focus,
  .nf-form-content input[type=button]:hover,
  .nf-form-content input[type=button]:focus,
  .wp-block-button__link:hover,
  .wp-block-button__link:focus {
    color: #fff;
    border-color: #79a25c;
    outline: 0; }
    .button:hover::before, .button:focus::before,
    input[type="submit"]:hover::before,
    input[type="submit"]:focus::before,
    input[type="reset"]:hover::before,
    input[type="reset"]:focus::before,
    input[type="button"]:hover::before,
    input[type="button"]:focus::before,
    .nf-form-content input[type=button]:hover::before,
    .nf-form-content input[type=button]:focus::before,
    .wp-block-button__link:hover::before,
    .wp-block-button__link:focus::before {
      transform: scaleX(1); }
  .button svg,
  input[type="submit"] svg,
  input[type="reset"] svg,
  input[type="button"] svg,
  .nf-form-content input[type=button] svg,
  .wp-block-button__link svg {
    height: 9px;
    margin-left: 20px;
    width: 24px; }

.button.button--primary,
input[type="submit"].button--primary,
input[type="reset"].button-primary,
input[type="button"].button-primary,
.wp-block-button__link {
  color: #FFF;
  background-color: #618146;
  border-color: #618146;
  display: inline-flex;
  align-items: center;
  justify-content: space-between; }
  .button.button--primary .icon,
  input[type="submit"].button--primary .icon,
  input[type="reset"].button-primary .icon,
  input[type="button"].button-primary .icon,
  .wp-block-button__link .icon {
    height: 20px;
    width: auto;
    margin-left: 10px; }
  .button.button--primary .icon__fill,
  input[type="submit"].button--primary .icon__fill,
  input[type="reset"].button-primary .icon__fill,
  input[type="button"].button-primary .icon__fill,
  .wp-block-button__link .icon__fill {
    fill: #fff !important; }
  .button.button--primary:hover, .button.button--primary:focus,
  input[type="submit"].button--primary:hover,
  input[type="submit"].button--primary:focus,
  input[type="reset"].button-primary:hover,
  input[type="reset"].button-primary:focus,
  input[type="button"].button-primary:hover,
  input[type="button"].button-primary:focus,
  .wp-block-button__link:hover,
  .wp-block-button__link:focus {
    color: #FFF;
    background-color: #3c312b;
    border-color: #3c312b; }

.is-style-secondary .wp-block-button__link {
  background-color: transparent;
  border: 1px solid #3c312b;
  color: #3c312b; }
  .is-style-secondary .wp-block-button__link:hover, .is-style-secondary .wp-block-button__link:focus {
    color: #618146;
    border-color: #618146;
    outline: 0; }

.has-background {
  padding: 10px; }

.has-black-background-color {
  background-color: #3c312b; }

.has-white-background-color {
  background-color: #fff; }

.has-light-grey-background-color {
  background-color: #faf6ee; }

.has-light-blue-background-color {
  background-color: #79a25c; }

.has-black-color {
  color: #3c312b; }

.has-white-color {
  color: #fff; }

.has-light-grey-color {
  color: #faf6ee; }

.has-light-blue-color {
  color: #79a25c; }

@font-face {
  font-family: 'GT Super Ds Trial Bd';
  src: url("../font/GT-Super-Display-Bold.woff2") format("woff2"), url("../font/GT-Super-Display-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select {
  height: 44px;
  padding: 6px 15px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #E6E6E6;
  border-radius: 500px;
  box-shadow: none;
  box-sizing: border-box;
  width: 100%;
  color: #3c312b;
  font-family: "proxima-nova", sans-serif;
  font-size: 1.4rem;
  line-height: 1.4; }
  @media screen and (min-width: 768px) {
    input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select {
      font-size: 1.6rem;
      line-height: 1.4; } }
  @media screen and (min-width: 992px) {
    input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select {
      font-size: 1.8rem;
      line-height: 1.5; } }
  @media screen and (min-width: 1200px) {
    input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select {
      font-size: 1.8rem;
      line-height: 1.5; } }

/* Removes awkward default styles on some inputs for iOS */
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus {
    border: 1px solid #618146;
    outline: 0; }

select:focus {
  border: 1px solid #618146;
  outline: 0; }

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }

label, legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 400;
  font-family: "proxima-nova", sans-serif;
  font-size: 1.4rem;
  line-height: 1.4; }
  @media screen and (min-width: 768px) {
    label, legend {
      font-size: 1.6rem;
      line-height: 1.4; } }
  @media screen and (min-width: 992px) {
    label, legend {
      font-size: 1.8rem;
      line-height: 1.5; } }
  @media screen and (min-width: 1200px) {
    label, legend {
      font-size: 1.8rem;
      line-height: 1.5; } }

fieldset {
  padding: 0;
  border-width: 0; }

input[type="checkbox"], input[type="radio"] {
  display: inline; }

label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

.checkbox label {
  display: inline-block;
  margin-left: 10px; }

.nf-form-content {
  margin-top: 20px !important;
  max-width: none !important;
  padding: 0 !important; }

.nf-form-content label {
  display: none; }

.grid {
  display: grid;
  grid-gap: 20px; }

.grid--two-cols {
  grid-template-columns: repeat(1, 1fr); }
  @media (min-width: 768px) {
    .grid--two-cols {
      grid-template-columns: repeat(2, 1fr); } }

.grid--three-cols {
  grid-template-columns: repeat(1, 1fr); }
  @media (min-width: 768px) {
    .grid--three-cols {
      grid-template-columns: repeat(3, 1fr); } }

.grid--four-cols {
  grid-template-columns: repeat(1, 1fr); }
  @media (min-width: 768px) {
    .grid--four-cols {
      grid-template-columns: repeat(4, 1fr); } }

.container-fluid, .container {
  margin: 0px auto; }

.container, .container--large, .container--small, .wp-block-cover__inner-container, .wp-block-group__inner-container {
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
  max-width: 1200px; }

.container--small {
  max-width: 1000px; }

ul {
  list-style: circle inside; }

ol {
  padding-left: 20px; }
  ol li::marker {
    font-weight: 700; }

ol, ul {
  padding-left: 2rem;
  margin-top: 0; }

ul ul, ul ol, ol ol, ol ul {
  margin: 1.5rem 0 1.5rem 1.5rem;
  font-size: 90%; }

li {
  margin-bottom: 1rem; }

@font-face {
  font-family: 'fontello';
  src: url("../font/fontello.eot?56878259");
  src: url("../font/fontello.eot?56878259#iefix") format("embedded-opentype"), url("../font/fontello.woff2?56878259") format("woff2"), url("../font/fontello.woff?56878259") format("woff"), url("../font/fontello.ttf?56878259") format("truetype"), url("../font/fontello.svg?56878259#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?56878259#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-left-open-big:before {
  content: '\e800'; }

/* '' */
.icon-right-open-big:before {
  content: '\e801'; }

/* '' */
.icon-right-small:before {
  content: '\e802'; }

/* '' */
.icon-phone:before {
  content: '\e803'; }

/* '' */
.icon-search:before {
  content: '\e804'; }

/* '' */
.icon-calendar:before {
  content: '\e805'; }

/* '' */
.icon-mail:before {
  content: '\e806'; }

/* '' */
.icon-right:before {
  content: '\e807'; }

/* '' */
.icon-ok:before {
  content: '\e808'; }

/* '' */
.icon-left:before {
  content: '\e809'; }

/* '' */
.icon-home:before {
  content: '\e80a'; }

/* '' */
.icon-info-circled:before {
  content: '\e80b'; }

/* '' */
.icon-heart:before {
  content: '\e80c'; }

/* '' */
.icon-location:before {
  content: '\e80d'; }

/* '' */
.icon-cog:before {
  content: '\e80e'; }

/* '' */
.icon-right-dir:before {
  content: '\e80f'; }

/* '' */
.icon-users:before {
  content: '\e810'; }

/* '' */
.icon-heart-empty:before {
  content: '\e811'; }

/* '' */
.icon-star:before {
  content: '\e812'; }

/* '' */
.icon-star-empty:before {
  content: '\e813'; }

/* '' */
.icon-user:before {
  content: '\e814'; }

/* '' */
.icon-video:before {
  content: '\e815'; }

/* '' */
.icon-videocam:before {
  content: '\e816'; }

/* '' */
.icon-picture:before {
  content: '\e817'; }

/* '' */
.icon-ok-circled:before {
  content: '\e818'; }

/* '' */
.icon-plus-circled:before {
  content: '\e819'; }

/* '' */
.icon-cancel-circled:before {
  content: '\e81a'; }

/* '' */
.icon-help-circled:before {
  content: '\e81c'; }

/* '' */
.icon-link:before {
  content: '\e81d'; }

/* '' */
.icon-lock:before {
  content: '\e81e'; }

/* '' */
.icon-eye:before {
  content: '\e81f'; }

/* '' */
.icon-thumbs-up:before {
  content: '\e820'; }

/* '' */
.icon-thumbs-down:before {
  content: '\e821'; }

/* '' */
.icon-download:before {
  content: '\e822'; }

/* '' */
.icon-upload:before {
  content: '\e823'; }

/* '' */
.icon-pencil:before {
  content: '\e824'; }

/* '' */
.icon-print:before {
  content: '\e825'; }

/* '' */
.icon-comment:before {
  content: '\e826'; }

/* '' */
.icon-chat:before {
  content: '\e827'; }

/* '' */
.icon-doc:before {
  content: '\e828'; }

/* '' */
.icon-ccw:before {
  content: '\e829'; }

/* '' */
.icon-link-ext:before {
  content: '\f08e'; }

/* '' */
.icon-twitter-1:before {
  content: '\f099'; }

/* '' */
.icon-facebook-1:before {
  content: '\f09a'; }

/* '' */
.icon-docs:before {
  content: '\f0c5'; }

/* '' */
.icon-mail-alt:before {
  content: '\f0e0'; }

/* '' */
.icon-linkedin:before {
  content: '\f0e1'; }

/* '' */
.icon-doc-text:before {
  content: '\f0f6'; }

/* '' */
.icon-angle-left:before {
  content: '\f104'; }

/* '' */
.icon-angle-right:before {
  content: '\f105'; }

/* '' */
.icon-angle-up:before {
  content: '\f106'; }

/* '' */
.icon-angle-down:before {
  content: '\f107'; }

/* '' */
.icon-mobile:before {
  content: '\f10b'; }

/* '' */
.icon-help:before {
  content: '\f128'; }

/* '' */
.icon-info:before {
  content: '\f129'; }

/* '' */
.icon-lock-open-alt:before {
  content: '\f13e'; }

/* '' */
.icon-youtube:before {
  content: '\f167'; }

/* '' */
.icon-youtube-play:before {
  content: '\f16a'; }

/* '' */
.icon-instagram:before {
  content: '\f16d'; }

/* '' */
.icon-down:before {
  content: '\f175'; }

/* '' */
.icon-up:before {
  content: '\f176'; }

/* '' */
.icon-weibo:before {
  content: '\f18a'; }

/* '' */
.icon-file-pdf:before {
  content: '\f1c1'; }

/* '' */
.icon-file-word:before {
  content: '\f1c2'; }

/* '' */
.icon-file-excel:before {
  content: '\f1c3'; }

/* '' */
.icon-file-powerpoint:before {
  content: '\f1c4'; }

/* '' */
.icon-file-image:before {
  content: '\f1c5'; }

/* '' */
.icon-paper-plane:before {
  content: '\f1d8'; }

/* '' */
.icon-paper-plane-empty:before {
  content: '\f1d9'; }

/* '' */
.icon-yelp:before {
  content: '\f1e9'; }

/* '' */
.icon-trash:before {
  content: '\f1f8'; }

/* '' */
.icon-pinterest:before {
  content: '\f231'; }

/* '' */
.icon-whatsapp:before {
  content: '\f232'; }

/* '' */
.icon-user-plus:before {
  content: '\f234'; }

/* '' */
.icon-houzz:before {
  content: '\f27c'; }

/* '' */
button, .button {
  margin-bottom: 1rem; }

input, textarea, select, fieldset {
  margin-bottom: 1.5rem; }

pre, blockquote, dl, figure, table, p, ul, ol, form {
  margin-bottom: 2.5rem; }

table {
  width: 100%;
  border-collapse: collapse; }

th, td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E6E6E6; }

tbody tr:nth-child(even) {
  background: #faf6ee; }

html {
  font-size: 62.5%; }

body {
  font-size: 1.4em;
  /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.4;
  font-weight: 300;
  font-family: "proxima-nova", sans-serif;
  color: #3c312b; }

h1, h2, h3, h4, h5, h6 {
  font-family: "GT Super Ds Trial Bd", serif;
  margin-top: 0;
  margin-bottom: 2.5rem;
  font-weight: 500;
  color: #79a25c; }

h1, .h1 {
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 4rem; }
  @media screen and (min-width: 768px) {
    h1, .h1 {
      font-size: 5rem;
      line-height: 1.1; } }
  @media screen and (min-width: 992px) {
    h1, .h1 {
      font-size: 6rem;
      line-height: 1.1; } }
  @media screen and (min-width: 1200px) {
    h1, .h1 {
      font-size: 7.9rem;
      line-height: 1.1; } }

h2, .h2 {
  font-size: 3rem;
  line-height: 1.2; }
  @media screen and (min-width: 768px) {
    h2, .h2 {
      font-size: 3.2rem;
      line-height: 1.1; } }
  @media screen and (min-width: 992px) {
    h2, .h2 {
      font-size: 3.5rem;
      line-height: 1.1; } }
  @media screen and (min-width: 1200px) {
    h2, .h2 {
      font-size: 4rem;
      line-height: 1.1; } }

h3, .h3 {
  font-size: 2rem;
  line-height: 1.2;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  color: #3c312b;
  margin-bottom: 1.5rem; }
  @media screen and (min-width: 768px) {
    h3, .h3 {
      font-size: 2rem;
      line-height: 1.1; } }
  @media screen and (min-width: 992px) {
    h3, .h3 {
      font-size: 2.4rem;
      line-height: 1.1; } }
  @media screen and (min-width: 1200px) {
    h3, .h3 {
      font-size: 2.8rem;
      line-height: 1.1; } }

h4, .h4 {
  font-size: 1.8rem;
  line-height: 1.2;
  color: #3c312b;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  margin-bottom: 1.5rem; }
  @media screen and (min-width: 768px) {
    h4, .h4 {
      font-size: 2rem;
      line-height: 1.1; } }
  @media screen and (min-width: 992px) {
    h4, .h4 {
      font-size: 2.2rem;
      line-height: 1.1; } }
  @media screen and (min-width: 1200px) {
    h4, .h4 {
      font-size: 2.4rem;
      line-height: 1.1; } }

h5 {
  font-size: 1.8rem;
  line-height: 1.2;
  font-family: "proxima-nova", sans-serif; }
  @media screen and (min-width: 768px) {
    h5 {
      font-size: 2rem;
      line-height: 1.1; } }
  @media screen and (min-width: 992px) {
    h5 {
      font-size: 2.2rem;
      line-height: 1.1; } }
  @media screen and (min-width: 1200px) {
    h5 {
      font-size: 2.4rem;
      line-height: 1.1; } }

h6 {
  font-size: 1.8rem;
  line-height: 1.2;
  font-family: "proxima-nova", sans-serif; }
  @media screen and (min-width: 768px) {
    h6 {
      font-size: 2rem;
      line-height: 1.1; } }
  @media screen and (min-width: 992px) {
    h6 {
      font-size: 2.2rem;
      line-height: 1.1; } }
  @media screen and (min-width: 1200px) {
    h6 {
      font-size: 2.4rem;
      line-height: 1.1; } }

p, li, .p, th, td {
  font-size: 1.4rem;
  line-height: 1.4;
  -webkit-margin-before: 0; }
  @media screen and (min-width: 768px) {
    p, li, .p, th, td {
      font-size: 1.6rem;
      line-height: 1.4; } }
  @media screen and (min-width: 992px) {
    p, li, .p, th, td {
      font-size: 1.8rem;
      line-height: 1.5; } }
  @media screen and (min-width: 1200px) {
    p, li, .p, th, td {
      font-size: 1.8rem;
      line-height: 1.5; } }

p em {
  color: #3c312b; }

p:last-child {
  margin-bottom: 0; }

ul li {
  list-style: disc; }

strong {
  font-weight: 700; }

blockquote {
  font-size: 2rem;
  line-height: 1.4; }
  @media screen and (min-width: 768px) {
    blockquote {
      font-size: 2.2rem;
      line-height: 1.4; } }
  @media screen and (min-width: 992px) {
    blockquote {
      font-size: 2.5rem;
      line-height: 1.4; } }
  @media screen and (min-width: 1200px) {
    blockquote {
      font-size: 3rem;
      line-height: 1.4; } }
  blockquote p {
    font-size: 2rem;
    line-height: 1.4; }
    @media screen and (min-width: 768px) {
      blockquote p {
        font-size: 2.2rem;
        line-height: 1.4; } }
    @media screen and (min-width: 992px) {
      blockquote p {
        font-size: 2.5rem;
        line-height: 1.4; } }
    @media screen and (min-width: 1200px) {
      blockquote p {
        font-size: 3rem;
        line-height: 1.4; } }

time {
  color: #618146;
  text-transform: uppercase;
  font-size: 1.6rem;
  display: block;
  margin-bottom: 0.75rem; }

a {
  color: #618146;
  text-decoration: none;
  transition: 0.5s; }

a:hover {
  color: #3c312b; }

.screen-reader-text {
  display: none; }

.has-large-font-size {
  font-size: 1.7rem;
  line-height: 1.4; }
  @media screen and (min-width: 768px) {
    .has-large-font-size {
      font-size: 1.7rem;
      line-height: 1.4; } }
  @media screen and (min-width: 992px) {
    .has-large-font-size {
      font-size: 2rem;
      line-height: 1.4; } }
  @media screen and (min-width: 1200px) {
    .has-large-font-size {
      font-size: 3rem;
      line-height: 1.4; } }

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.alignright, .floatright {
  margin: 0 0 20px 0; }

.alignleft, .floatleft {
  margin: 0 0 20px 0; }

.group:before,
.group:after {
  content: " ";
  display: table; }

.group:after {
  clear: both; }

.group {
  *zoom: 1; }

.inline li {
  float: left;
  display: inline; }

.not-for-mobile {
  display: none !important; }

.respond {
  width: 100%;
  height: auto; }

.respond-down {
  max-width: 100%;
  height: auto; }

.no-margin {
  margin-bottom: 0; }

@media (min-width: 768px) {
  .mobile-only {
    display: none; }
  .not-for-mobile {
    display: block !important; }
  .vertical-centre {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); } }

@media (min-width: 992px) {
  .alignright, .floatright {
    float: right;
    margin: 0px 0px 20px 20px;
    clear: both;
    max-width: 36%; }
    .alignright img, .floatright img {
      width: 100%;
      height: auto; }
  .alignleft, .floatleft {
    float: left;
    margin: 0px 20px 20px 0px;
    max-width: 36%; }
    .alignleft img, .floatleft img {
      width: 100%;
      height: auto; } }

/* Alignment
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.centre {
  text-align: center; }

.right {
  text-align: right; }

@media (max-width: 767px) {
  .centre-sm {
    text-align: center; } }

/* Responsive Videos */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.entry-content img,
.entry-content iframe,
.entry-content object,
.entry-content embed {
  max-width: 100%; }

.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: none;
  width: auto; }

.has-black-color {
  color: #3c312b; }

.has-white-color {
  color: #ffffff; }

.has-light-green-color {
  color: #79a25c; }

.has-dark-green-color {
  color: #618146; }

.has-bg-green-color {
  color: #faf6ee; }

.has-black-background-color,
.has-white-background-color,
.has-light-green-background-color,
.has-dark-green-background-color,
.has-bg-green-background-color {
  padding-bottom: 35px;
  padding-top: 35px; }

.has-black-background-color {
  background-color: #3c312b; }

.has-white-background-color {
  background-color: #ffffff; }

.has-light-green-background-color {
  background-color: #79a25c; }

.has-dark-green-background-color {
  background-color: #618146; }

.has-bg-green-background-color {
  background-color: #faf6ee; }

:root {
  --vw: 100vw;
  --vh: 100vh; }

html {
  scroll-behavior: smooth; }

.header {
  position: absolute;
  height: 75px;
  z-index: 100;
  width: 100%; }
  @media (min-width: 768px) {
    .header {
      height: 75px; } }
  .header.is-fixed {
    background: #fff;
    height: 75px; }

.header__wrap {
  position: relative; }

.header__logo {
  left: 19px;
  position: absolute;
  padding-top: 20px;
  top: 0;
  width: 100px; }
  @media (min-width: 768px) {
    .header__logo {
      left: 18px;
      padding-top: 40px;
      width: 143px; } }
  .header__logo a {
    transition: none; }
  .header__logo img {
    height: auto;
    width: 100%; }
  .is-fixed .header__logo {
    padding-top: 17px; }
    @media (min-width: 768px) {
      .is-fixed .header__logo {
        padding-top: 10px; } }

.header__logo-small {
  display: none; }
  .is-fixed .header__logo-small {
    display: block; }

.header__logo-large {
  position: absolute; }
  @media (min-width: 768px) {
    .header__logo-large {
      position: absolute;
      transition: 0.1s opacity; } }
  .is-fixed .header__logo-large {
    opacity: 0; }

.header__nav {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: var(--vh);
  pointer-events: none;
  top: 0;
  left: 0;
  z-index: 100; }
  .header__nav .container {
    position: relative; }

.footer {
  background: #79a25c;
  padding: 40px 0; }
  .footer h2, .footer p {
    color: #fff; }
  .footer h2 {
    margin-bottom: 3rem; }

@media (min-width: 768px) {
  .footer__container {
    justify-content: space-between;
    display: flex; } }

.footer__sign-up {
  max-width: 800px; }
  .footer__sign-up p {
    max-width: 400px; }
  .footer__sign-up .nf-before-form-content {
    display: none; }
  .footer__sign-up label {
    color: #fff !important;
    margin-bottom: 0; }
  .footer__sign-up input[type="email"], .footer__sign-up input[type="number"], .footer__sign-up input[type="search"], .footer__sign-up input[type="text"], .footer__sign-up input[type="tel"], .footer__sign-up input[type="url"], .footer__sign-up input[type="password"], .footer__sign-up textarea, .footer__sign-up select {
    background-color: #618146 !important;
    border: 1px solid #fff !important;
    border-radius: 500px !important;
    color: #fff !important;
    margin-bottom: 2px !important; }
    .footer__sign-up input[type="email"]::placeholder, .footer__sign-up input[type="number"]::placeholder, .footer__sign-up input[type="search"]::placeholder, .footer__sign-up input[type="text"]::placeholder, .footer__sign-up input[type="tel"]::placeholder, .footer__sign-up input[type="url"]::placeholder, .footer__sign-up input[type="password"]::placeholder, .footer__sign-up textarea::placeholder, .footer__sign-up select::placeholder {
      opacity: 1;
      color: #fff; }
  .footer__sign-up input[type="submit"] {
    background: url("../images/icon-arrow-right.svg") no-repeat center right !important;
    background-size: 30px !important;
    background-color: #fff !important;
    background-position: 90% 50% !important;
    padding-right: 60px !important;
    border: 1px solid #3c312b !important;
    border-radius: 500px !important;
    color: #3c312b !important;
    margin-top: 5px !important; }
    .footer__sign-up input[type="submit"]:hover, .footer__sign-up input[type="submit"]:focus {
      background-color: #618146 !important;
      border-color: #fff !important; }
  .footer__sign-up ul {
    margin: 0;
    padding: 0; }
  .footer__sign-up li {
    font-style: italic;
    list-style: none;
    margin: 0;
    padding: 0; }
  .footer__sign-up .nf-field-container {
    margin-bottom: 5px !important; }
  .footer__sign-up .nf-error.field-wrap .nf-field-element:after {
    border-radius: 50% !important;
    background-color: #3c312b !important; }
  .footer__sign-up .nf-error .nf-error-msg,
  .footer__sign-up .nf-error-msg {
    color: #fff !important; }
  .footer__sign-up .nf-form-hp {
    display: none; }

.footer__logo {
  align-items: end;
  display: flex;
  gap: 20px; }
  @media (min-width: 768px) {
    .footer__logo {
      flex-direction: column;
      justify-content: space-between;
      width: 143px; } }
  .footer__logo img {
    height: auto;
    order: 2;
    width: 100px; }
    @media (min-width: 768px) {
      .footer__logo img {
        order: 1;
        width: 143px; } }
  .footer__logo p {
    font-size: 1rem;
    margin-left: 13px;
    order: 1;
    width: 60%; }
    @media (min-width: 768px) {
      .footer__logo p {
        order: 2;
        width: auto; } }
  .footer__logo a {
    color: #fff; }

.post {
  background-color: #faf6ee;
  padding-bottom: 50px; }
  @media (min-width: 768px) {
    .post .container > *:not(.alignfull):not(.page-intro):not(.alignwide):not(.cta-block):not(.person-card):not(.post__author) {
      padding-left: 30%;
      padding-right: 100px; } }
  .post .page-intro {
    margin-bottom: 50px; }
  .post ol li {
    margin-left: 20px; }

.post__author {
  margin-top: 50px; }

.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: none;
  width: auto; }

.person-articles {
  margin-bottom: 50px;
  padding-left: 30%;
  padding-right: 100px; }
  .person-articles .initiative-card__downloads a svg {
    width: 16px; }

.primary-nav {
  background: #79a25c;
  box-sizing: border-box;
  height: 100vh;
  padding: 90px 25px;
  position: fixed;
  right: calc(50% - calc(var(--vw)/2));
  top: 0;
  width: var(--vw);
  z-index: 100;
  pointer-events: all; }
  @media (min-width: 768px) {
    .primary-nav {
      padding: 90px 50px;
      width: 50vw; } }
  .primary-nav[aria-hidden="true"] {
    display: none; }
  .primary-nav.is-active {
    display: block; }
  .primary-nav ul, .primary-nav li {
    list-style: none;
    margin: 0;
    padding: 0; }
  .primary-nav ul {
    font-family: "GT Super Ds Trial Bd", serif;
    position: relative;
    z-index: 1; }
  .primary-nav li {
    font-size: 3rem;
    text-align: left; }
    @media (min-width: 768px) {
      .primary-nav li {
        font-size: 4rem; } }
    .primary-nav li li {
      font-family: "proxima-nova", sans-serif;
      font-size: 2rem;
      padding: 5px 0; }
  .primary-nav a {
    color: #fff;
    display: block;
    height: 100%;
    opacity: 1;
    padding: 5px 25px 5px 10px;
    border-bottom: 1px solid #fff; }
    @media (min-width: 768px) {
      .primary-nav a {
        padding: 5px 25px 5px 5px; } }
    .primary-nav a:hover, .primary-nav a:focus {
      color: #3c312b; }
  .primary-nav li li a {
    align-items: center;
    border-bottom: none;
    display: flex;
    position: relative; }
    .primary-nav li li a::before {
      background: #fff url("../images/icon-arrow-right-sm.svg") no-repeat center;
      background-size: 12px 12px;
      border-radius: 50%;
      content: "";
      display: block;
      flex-shrink: 0;
      height: 23px;
      margin-right: 10px;
      width: 23px; }
  .primary-nav li ul {
    border-bottom: 1px solid #fff;
    padding: 5px 0; }

.primary-nav-toggle a span, .primary-nav-toggle a span:before, .primary-nav-toggle a span:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: #3c312b;
  transition: 0.5s; }

.primary-nav-toggle {
  position: absolute;
  right: 25px;
  top: 24px;
  width: 32px;
  height: 25px;
  z-index: 2001;
  pointer-events: all; }
  @media (min-width: 768px) {
    .primary-nav-toggle {
      right: 25px;
      top: 70px;
      transition: 0.5s top; }
      .header__nav .primary-nav-toggle {
        top: 25px; }
      .is-fixed .primary-nav-toggle {
        top: 25px; } }
  .primary-nav-toggle--light a span,
  .primary-nav-toggle--light a span:before,
  .primary-nav-toggle--light a span:after {
    background: #3c312b; }
  .primary-nav-toggle a {
    display: block;
    width: 100%;
    height: 100%; }
    .primary-nav-toggle a span {
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      width: 100%; }
      .primary-nav-toggle a span:before {
        left: 0;
        content: "";
        top: -10px; }
      .primary-nav-toggle a span:after {
        left: 0;
        content: "";
        top: 10px; }
  .primary-nav-toggle.is-active a span {
    background: rgba(255, 255, 255, 0); }
    .primary-nav-toggle.is-active a span:before {
      top: 0;
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      -o-transform: rotate(135deg);
      transform: rotate(135deg);
      background: #fff; }
    .primary-nav-toggle.is-active a span:after {
      top: 0;
      -webkit-transform: rotate(225deg);
      -moz-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
      -o-transform: rotate(225deg);
      transform: rotate(225deg);
      background: #fff; }

.social-media {
  margin: 5px 0 0 0;
  padding: 0; }
  .social-media__item {
    margin: 0 5px 0 0;
    list-style: none;
    display: inline-block;
    padding: 0; }
  .social-media__link {
    align-content: center;
    color: #79a25c;
    display: flex;
    width: 30px;
    height: 30px;
    justify-content: center;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #3c312b; }
    .social-media__link svg {
      width: 16px; }
    .social-media__link:hover {
      color: #3c312b; }
  .social-media.social-media--dark .social-media__link {
    color: #618146; }

.hero {
  position: relative;
  z-index: -1; }
  .hero button {
    display: none; }

.hero__overlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }
  .hero__overlay .container {
    height: 100%; }

.hero__content {
  align-items: center;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  height: 100%;
  padding: 70px 0;
  width: 40%; }
  .home .hero__content {
    width: 100%; }
  .page-id-169 .hero__content {
    width: 100%; }
  .hero__content h1 {
    color: #fff;
    margin: 0; }

.single-post .hero__content {
  width: 75%; }
  @media (min-width: 768px) {
    .single-post .hero__content {
      width: 60%; } }

.category .hero__content h1 {
  font-size: 1.4rem;
  line-height: 1.4;
  font-family: "proxima-nova", sans-serif; }
  @media screen and (min-width: 768px) {
    .category .hero__content h1 {
      font-size: 1.6rem;
      line-height: 1.4; } }
  @media screen and (min-width: 992px) {
    .category .hero__content h1 {
      font-size: 1.8rem;
      line-height: 1.5; } }
  @media screen and (min-width: 1200px) {
    .category .hero__content h1 {
      font-size: 1.8rem;
      line-height: 1.5; } }
  .category .hero__content h1 span {
    display: block;
    font-size: 4rem;
    line-height: 1.2;
    font-family: "GT Super Ds Trial Bd", serif; }
    @media screen and (min-width: 768px) {
      .category .hero__content h1 span {
        font-size: 5rem;
        line-height: 1.1; } }
    @media screen and (min-width: 992px) {
      .category .hero__content h1 span {
        font-size: 6rem;
        line-height: 1.1; } }
    @media screen and (min-width: 1200px) {
      .category .hero__content h1 span {
        font-size: 7.9rem;
        line-height: 1.1; } }

.single-post .hero__content h1 {
  font-size: 3rem;
  line-height: 1.2; }
  @media screen and (min-width: 768px) {
    .single-post .hero__content h1 {
      font-size: 3.2rem;
      line-height: 1.1; } }
  @media screen and (min-width: 992px) {
    .single-post .hero__content h1 {
      font-size: 3.5rem;
      line-height: 1.1; } }
  @media screen and (min-width: 1200px) {
    .single-post .hero__content h1 {
      font-size: 4rem;
      line-height: 1.1; } }

.hero__image-wrap {
  height: 60vh;
  overflow: hidden; }
  @media (min-width: 768px) {
    .hero__image-wrap {
      height: 70vh;
      max-height: 600px; } }

.hero__image-wrap--overlay {
  position: relative; }
  .hero__image-wrap--overlay::after {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.hero__image {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
  display: block; }

.hero__eyebrow {
  font-weight: 700;
  font-size: 2.1rem;
  margin-bottom: 5px; }

.page-intro {
  padding-top: 75px;
  position: relative;
  z-index: 1; }
  .page-intro:after {
    content: "";
    height: 100%;
    left: calc(50% - var(--vw) / 2);
    position: absolute;
    right: calc(50% - var(--vw) / 2);
    top: 0;
    background: #fff;
    z-index: -1; }
  .page-intro.has-cream-background-color {
    padding-bottom: 100px; }
    .page-intro.has-cream-background-color::before {
      background-color: #618146;
      content: "";
      height: 1px;
      position: absolute;
      bottom: 100px;
      left: 0;
      width: 100%; }
    .page-intro.has-cream-background-color:after {
      background-color: #faf6ee; }
  .page-intro .nf-form-cont {
    margin: -40px 0 0;
    min-height: 350px; }
  .page-intro .nf-form-cont.join-us-form {
    margin-top: 0; }
  .page-intro .nf-before-form-content {
    display: none; }
  .page-intro label {
    color: #3c312b !important;
    font-weight: 300 !important;
    margin-bottom: 0; }
  .page-intro input[type="email"], .page-intro input[type="number"], .page-intro input[type="search"], .page-intro input[type="text"], .page-intro input[type="tel"], .page-intro input[type="url"], .page-intro input[type="password"], .page-intro textarea, .page-intro select {
    background-color: transparent !important;
    border: 1px solid #3c312b !important;
    border-radius: 500px !important;
    color: #3c312b !important;
    margin-bottom: 2px !important; }
    .page-intro input[type="email"]::placeholder, .page-intro input[type="number"]::placeholder, .page-intro input[type="search"]::placeholder, .page-intro input[type="text"]::placeholder, .page-intro input[type="tel"]::placeholder, .page-intro input[type="url"]::placeholder, .page-intro input[type="password"]::placeholder, .page-intro textarea::placeholder, .page-intro select::placeholder {
      opacity: 1;
      color: #3c312b; }
  .page-intro input[type="checkbox"] {
    background-color: transparent !important; }
  .page-intro input[type="submit"] {
    background: url("../images/icon-arrow-right.svg") no-repeat center right !important;
    background-size: 30px !important;
    background-color: #fff !important;
    background-position: 90% 50% !important;
    padding-right: 60px !important;
    border: 1px solid #3c312b !important;
    border-radius: 500px !important;
    color: #3c312b !important;
    margin-top: 5px !important; }
    .page-intro input[type="submit"]:hover, .page-intro input[type="submit"]:focus {
      background-color: #618146 !important;
      border-color: #fff !important; }
  .page-intro .nf-field-container.checkbox-container {
    margin: 30px 0 !important; }
    .page-intro .nf-field-container.checkbox-container label {
      font-size: 1.7rem;
      line-height: 1.4; }
      @media screen and (min-width: 768px) {
        .page-intro .nf-field-container.checkbox-container label {
          font-size: 1.7rem;
          line-height: 1.4; } }
      @media screen and (min-width: 992px) {
        .page-intro .nf-field-container.checkbox-container label {
          font-size: 2rem;
          line-height: 1.4; } }
      @media screen and (min-width: 1200px) {
        .page-intro .nf-field-container.checkbox-container label {
          font-size: 3rem;
          line-height: 1.4; } }
  .page-intro .checkbox-container.label-right label:after {
    top: 10px; }
  .page-intro .page-intro__content .nf-response-msg p {
    font-size: 1.7rem;
    line-height: 1.4; }
    @media screen and (min-width: 768px) {
      .page-intro .page-intro__content .nf-response-msg p {
        font-size: 1.7rem;
        line-height: 1.4; } }
    @media screen and (min-width: 992px) {
      .page-intro .page-intro__content .nf-response-msg p {
        font-size: 2rem;
        line-height: 1.4; } }
    @media screen and (min-width: 1200px) {
      .page-intro .page-intro__content .nf-response-msg p {
        font-size: 3rem;
        line-height: 1.4; } }
  .page-intro .nf-field-container {
    margin-bottom: 5px !important; }
  .page-intro .nf-error.field-wrap .nf-field-element:after {
    border-radius: 50% !important;
    background-color: #3c312b !important; }
  .page-intro .nf-error .nf-error-msg,
  .page-intro .nf-error-msg {
    color: #3c312b !important; }
  .page-intro .nf-form-hp {
    display: none; }

.page-intro__wrap {
  padding-bottom: 40px;
  padding-top: 100px; }
  @media (min-width: 768px) {
    .page-intro__wrap {
      margin-left: 30%;
      margin-right: 100px;
      margin-top: -15px;
      padding-top: 0;
      padding-bottom: 70px; } }
  .page-intro__wrap p {
    font-size: 1.7rem;
    line-height: 1.4; }
    @media screen and (min-width: 768px) {
      .page-intro__wrap p {
        font-size: 1.7rem;
        line-height: 1.4; } }
    @media screen and (min-width: 992px) {
      .page-intro__wrap p {
        font-size: 2rem;
        line-height: 1.4; } }
    @media screen and (min-width: 1200px) {
      .page-intro__wrap p {
        font-size: 3rem;
        line-height: 1.4; } }

.page-intro__content h2 {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    .page-intro__content h2 {
      font-size: 2rem;
      line-height: 1.1; } }
  @media screen and (min-width: 992px) {
    .page-intro__content h2 {
      font-size: 2.4rem;
      line-height: 1.1; } }
  @media screen and (min-width: 1200px) {
    .page-intro__content h2 {
      font-size: 2.8rem;
      line-height: 1.1; } }

.page-intro__content p {
  font-size: 1.4rem;
  line-height: 1.4; }
  @media screen and (min-width: 768px) {
    .page-intro__content p {
      font-size: 1.6rem;
      line-height: 1.4; } }
  @media screen and (min-width: 992px) {
    .page-intro__content p {
      font-size: 1.8rem;
      line-height: 1.5; } }
  @media screen and (min-width: 1200px) {
    .page-intro__content p {
      font-size: 1.8rem;
      line-height: 1.5; } }

.initiatives {
  padding: 0 0 40px 0;
  position: relative;
  z-index: 1; }
  .initiatives--pad {
    padding-top: 50px; }
  .initiatives:after {
    content: "";
    height: 100%;
    left: calc(50% - var(--vw) / 2);
    position: absolute;
    right: calc(50% - var(--vw) / 2);
    top: 0;
    background: #faf6ee;
    z-index: -1; }

.initiatives__title {
  background: #faf6ee;
  border-bottom: 1px solid #79a25c;
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
  padding: 40px 0 20px;
  position: relative;
  z-index: 10; }
  .initiatives__title h2 {
    margin-bottom: 15px; }

.initiatives__logo svg {
  width: 44px; }

.initiatives__item {
  margin-bottom: 80px; }
  .initiatives__item:last-of-type {
    margin-bottom: 0; }

.initiative-card__downloads {
  padding: 0; }
  .initiative-card__downloads li {
    list-style: none;
    padding: 0; }
  .initiative-card__downloads a {
    align-items: center;
    color: #3c312b;
    display: flex;
    gap: 10px;
    text-decoration: underline; }
    .initiative-card__downloads a span {
      align-content: center;
      border: 1px solid #3c312b;
      border-radius: 50%;
      color: #3c312b;
      display: flex;
      flex-shrink: 0;
      height: 29px;
      justify-content: center;
      transition: 0.5s;
      width: 29px; }
    .initiative-card__downloads a svg {
      width: 7px; }
    .initiative-card__downloads a:hover {
      color: #79a25c; }
      .initiative-card__downloads a:hover span {
        background-color: #79a25c; }

@media (min-width: 768px) {
  .initiative-card {
    display: flex; } }

.initiative-card__content {
  flex-basis: 45%;
  order: 1; }
  @media (min-width: 768px) {
    .initiative-card__content {
      padding-right: 70px; } }
  .initiative-card--alt .initiative-card__content {
    order: 2;
    padding-right: 0; }
    @media (min-width: 768px) {
      .initiative-card--alt .initiative-card__content {
        padding-left: 70px; } }

.initiative-card__image-wrap {
  flex-basis: 55%;
  margin-bottom: 20px;
  order: 2; }
  @media (min-width: 768px) {
    .initiative-card__image-wrap {
      margin-bottom: 0; } }
  .initiative-card--alt .initiative-card__image-wrap {
    order: 1; }
  .initiative-card__image-wrap img {
    border-radius: 6px;
    height: auto;
    margin-bottom: 20px;
    width: 100%; }

.banner {
  position: relative; }
  @media (min-width: 768px) {
    .banner {
      bottom: 0;
      left: 0;
      position: fixed;
      width: 100%; } }
  .banner .button-primary {
    border-color: #fff;
    color: #fff; }
  .banner.is-scrolling .container {
    padding: 0; }
  .banner .container {
    padding: 0; }
    @media (min-width: 768px) {
      .banner .container {
        padding: 0 25px; } }

.banner__image-wrap {
  height: 100%;
  left: calc(50% - var(--vw) / 2);
  position: absolute;
  right: calc(50% - var(--vw) / 2);
  top: 0;
  z-index: -1;
  background: #142907; }
  .banner__image-wrap img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%; }
  .banner__image-wrap img.mobile-only {
    object-fit: contain;
    object-position: top; }

.banner__content {
  box-sizing: border-box;
  justify-content: end;
  display: flex;
  flex-direction: column;
  min-height: 700px;
  padding: 70px 0; }
  .banner__content h2, .banner__content p {
    color: #fff; }
  .banner__content h2 {
    margin-bottom: 0; }
  .banner__content p {
    max-width: 600px; }

.banner__title {
  align-items: end;
  border-bottom: 1px solid #fff;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px; }
  .banner__title h2 {
    margin-bottom: 20px; }

.banner__icon {
  color: #fff;
  flex-shrink: 0;
  margin-bottom: 10px;
  width: 36px; }
  .banner__icon svg {
    width: 36px; }

.contact-us {
  padding: 40px 0;
  position: relative; }
  .contact-us:after {
    content: "";
    height: 100%;
    left: calc(50% - var(--vw) / 2);
    position: absolute;
    right: calc(50% - var(--vw) / 2);
    top: 0;
    background: #faf6ee;
    z-index: -1; }

.contact-us__title {
  align-content: end;
  border-bottom: 1px solid #79a25c;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 20px; }
  .contact-us__title h2 {
    margin-bottom: 15px; }

.contact-us__icon {
  width: 36px; }
  .contact-us__icon svg {
    width: 36px; }

@media (min-width: 768px) {
  .contact-us__content {
    display: flex; } }

.contact-us__details {
  flex-basis: 35%;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .contact-us__details {
      margin-right: 80px;
      margin-bottom: 0; } }
  .contact-us__details h4 {
    color: #618146;
    font-weight: 300;
    margin-bottom: 1rem; }
  .contact-us__details p {
    line-height: 2.2; }
    @media (min-width: 768px) {
      .contact-us__details p {
        line-height: 1.8; } }

.contact-us__map {
  border-radius: 6px;
  flex-basis: 65%;
  flex-shrink: 0;
  overflow: hidden; }

.contact-us__roundal {
  align-content: center;
  border: 1px solid #3c312b;
  border-radius: 50%;
  color: #79a25c;
  display: inline-flex;
  font-weight: 700;
  font-size: 14px;
  height: 13px;
  line-height: 1;
  justify-content: center;
  padding: 5px;
  width: 13px;
  margin-right: 10px; }

.quote {
  padding: 40px 0;
  position: relative; }
  .quote:after {
    content: "";
    height: 100%;
    left: calc(50% - var(--vw) / 2);
    position: absolute;
    right: calc(50% - var(--vw) / 2);
    top: 0;
    background: #fff;
    z-index: -1; }

.quote__content {
  margin: 0; }
  @media (min-width: 768px) {
    .quote__content {
      display: flex;
      gap: 30px;
      justify-content: space-between; } }

.quote__inner {
  margin-bottom: 40px; }
  .quote__inner::before {
    background: url("../images/quote-left.svg") no-repeat;
    content: "";
    display: block;
    height: 35px;
    margin-bottom: 20px;
    width: 45px; }
  .quote__inner::after {
    background: url("../images/quote-right.svg") no-repeat;
    content: "";
    display: block;
    height: 35px;
    margin-top: 20px;
    width: 45px; }
  .quote__inner p {
    font-size: 2.2rem; }
    @media (min-width: 768px) {
      .quote__inner p {
        font-size: 3rem; } }

.quote__cite {
  align-items: center;
  color: #79a25c;
  display: flex;
  gap: 20px;
  flex-basis: 20%;
  flex-shrink: 0;
  font-family: "GT Super Ds Trial Bd", serif;
  font-style: normal;
  margin-top: 65px;
  font-size: 2rem;
  line-height: 1.2; }
  @media screen and (min-width: 768px) {
    .quote__cite {
      font-size: 2rem;
      line-height: 1.1; } }
  @media screen and (min-width: 992px) {
    .quote__cite {
      font-size: 2.4rem;
      line-height: 1.1; } }
  @media screen and (min-width: 1200px) {
    .quote__cite {
      font-size: 2.8rem;
      line-height: 1.1; } }
  @media (min-width: 768px) {
    .quote__cite {
      display: block; } }
  @media (min-width: 768px) {
    .quote__cite div {
      float: right;
      width: 120px; } }
  .quote__cite img {
    display: block;
    max-width: 130px;
    margin-bottom: 10px; }

.cta-block {
  padding: 40px 0;
  position: relative;
  text-align: center;
  z-index: 2; }
  .cta-block:after {
    content: "";
    height: 100%;
    left: calc(50% - var(--vw) / 2);
    position: absolute;
    right: calc(50% - var(--vw) / 2);
    top: 0;
    background: #fff;
    border-top: 1px solid #79a25c;
    z-index: -1; }
  .cta-block.is-cream:after {
    background: #faf6ee; }

.explore-more {
  padding: 40px 0 40px 0;
  position: relative;
  z-index: 1; }
  .explore-more:after {
    content: "";
    height: 100%;
    left: calc(50% - var(--vw) / 2);
    position: absolute;
    right: calc(50% - var(--vw) / 2);
    top: 0;
    background: #faf6ee;
    z-index: -1; }

.initiatives + .explore-more {
  padding-top: 0; }

.explore-more__title {
  background: #faf6ee;
  border-bottom: 1px solid #79a25c;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 40px 0 15px;
  position: relative;
  z-index: 10; }
  .explore-more__title h2 {
    margin-bottom: 15px; }

.explore-more__logo svg {
  width: 44px; }

.explore-more__content {
  display: grid;
  gap: 35px;
  grid-template-columns: repeat(1, 1fr); }
  @media (min-width: 768px) {
    .explore-more__content {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 992px) {
    .explore-more__content {
      grid-template-columns: repeat(3, 1fr); } }

.content-card {
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative; }
  .content-card:hover .content-card__wrap {
    background: #79a25c;
    color: #fff;
    transition: 0.5s; }
  .content-card:hover .content-card__arrow {
    background-color: #618146;
    border-color: #fff;
    color: #fff; }
  .content-card:hover .content-card__inner a {
    color: #fff; }

.content-card__top {
  position: relative; }

.content-card__image-wrap {
  aspect-ratio: 354 / 269;
  margin: 0;
  padding: 0;
  position: relative; }
  .content-card__image-wrap img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
    display: block; }

.content-card__category {
  background: #fff;
  color: #3c312b !important;
  left: 20px;
  position: absolute;
  top: 20px;
  border-radius: 500px;
  border: 1px solid #3c312b;
  display: block;
  font-size: 16px;
  padding: 12px 20px;
  text-transform: uppercase;
  z-index: 10; }
  .content-card__category:hover, .content-card__category:focus {
    background: #618146;
    color: #fff !important; }

.content-card__wrap {
  background: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  height: 100%; }

.content-card__details {
  flex-grow: 1; }

.content-card__bottom {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  transition: 0.5s; }

.content-card__inner h3 {
  font-size: 20px;
  font-weight: 700; }

.content-card__inner a {
  color: #3c312b; }
  .content-card__inner a:hover {
    color: #fff; }
  .content-card__inner a::after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }

.content-card__arrow {
  align-items: center;
  border: 1px solid #3c312b;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 48px;
  justify-content: center;
  transition: 0.5s;
  width: 48px; }
  .content-card__arrow svg {
    width: 30px; }

.content-card__title {
  color: #3c312b; }

.content-card__play {
  bottom: 20px;
  color: #fff;
  left: 20px;
  position: absolute; }
  .content-card__play svg {
    display: block;
    width: 48px; }

.content-card__meta {
  margin-top: 20px; }

.content-card__date {
  text-transform: uppercase; }

.people {
  padding: 40px 0 40px 0;
  position: relative;
  z-index: 1; }
  .people:after {
    content: "";
    height: 100%;
    left: calc(50% - var(--vw) / 2);
    position: absolute;
    right: calc(50% - var(--vw) / 2);
    top: 0;
    background: #faf6ee;
    z-index: -1; }

.explore-more + .people {
  padding-top: 0; }

.people__title {
  background: #faf6ee;
  border-bottom: 1px solid #79a25c;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 40px 0 15px;
  position: relative;
  z-index: 10; }
  .people__title h2 {
    margin-bottom: 15px; }
  .people__title svg {
    width: 40px; }

.people__title--custom {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 40px;
  padding-top: 0; }

.person-card {
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 30px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .person-card {
      display: flex; } }

.person-card__image-wrap {
  aspect-ratio: 14 / 9;
  border-radius: 4px;
  flex-basis: 30%;
  flex-shrink: 0;
  overflow: hidden;
  position: relative; }
  .person-card__image-wrap img {
    height: 100%;
    object-fit: cover;
    object-position: center top;
    width: 100%;
    display: block; }

.person-card__details {
  padding: 30px; }

.faqs {
  padding: 40px 0 40px 0;
  position: relative;
  z-index: 1; }
  .faqs:after {
    content: "";
    height: 100%;
    left: calc(50% - var(--vw) / 2);
    position: absolute;
    right: calc(50% - var(--vw) / 2);
    top: 0;
    background: #faf6ee;
    z-index: -1; }

.people + .faqs {
  padding-top: 0; }

.faqs__title {
  background: #faf6ee;
  border-bottom: 1px solid #79a25c;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 40px 0 15px;
  position: relative;
  z-index: 10; }
  .faqs__title h2 {
    margin-bottom: 15px; }
  .faqs__title svg {
    width: 40px; }

.faqs__logo svg {
  width: 44px; }

.faq {
  margin-bottom: 30px; }

.faq__button {
  align-items: center;
  color: #3c312b;
  display: flex;
  gap: 20px;
  justify-content: space-between; }

.faq__icon {
  align-content: center;
  border: 1px solid #3c312b;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  font-size: 35px;
  font-weight: 300;
  height: 40px;
  line-height: 40px;
  justify-content: center;
  transform-origin: center;
  transition: 0.5s;
  width: 40px; }
  .is-open .faq__icon {
    background-color: #618146;
    color: #fff;
    transform: rotate(45deg); }

.faq__question-text {
  max-width: 800px;
  overflow: hidden; }

.faq__answer {
  display: none;
  width: 100% !important; }
  .faq__answer p {
    max-width: 800px; }

.gallery-block {
  margin: 0 calc(50% - var(--vw) / 2);
  padding: 40px 0 40px 0;
  position: relative;
  z-index: 1; }
  @media (min-width: 768px) {
    .gallery-block {
      padding: 100px 0 100px 0; } }
  .gallery-block:after {
    content: "";
    height: 100%;
    left: calc(50% - var(--vw) / 2);
    position: absolute;
    right: calc(50% - var(--vw) / 2);
    top: 0;
    background: #faf6ee;
    z-index: -1; }

.gallery-block__wrap {
  aspect-ratio: 16 / 9;
  border-radius: 15px;
  opacity: 0.5;
  overflow: hidden;
  position: relative;
  transform: scale(0.8);
  transition: 0.5s; }
  .gallery-block__wrap img {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%; }

.splide__slide.is-active .gallery-block__wrap {
  opacity: 1;
  transform: scale(1); }

.splide__slide p {
  margin: 20px auto 0;
  max-width: 600px;
  opacity: 0;
  text-align: center; }

.splide__slide.is-active p {
  opacity: 1; }

.tns-slide-active .gallery-block__wrap {
  opacity: 1; }

.gallery-block__thumbnails {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 40px 0;
  overflow: hidden; }

.gallery-block__thumbnail {
  flex-basis: 10%;
  aspect-ratio: 16 / 9;
  border-radius: 4px;
  cursor: pointer;
  overflow: hidden;
  position: relative; }
  .gallery-block__thumbnail img {
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%; }

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border-radius: 8px;
  border-color: #79a25c; }

.splide__arrow {
  background: #fff;
  border: 1px solid #3c312b;
  height: 6rem;
  padding: 10px;
  width: 6rem; }

.splide__arrow--prev img {
  transform: rotate(180deg); }

.posts {
  padding: 50px 0 40px 0;
  position: relative;
  z-index: 1; }
  .posts:after {
    content: "";
    height: 100%;
    left: calc(50% - var(--vw) / 2);
    position: absolute;
    right: calc(50% - var(--vw) / 2);
    top: 0;
    background: #faf6ee;
    z-index: -1; }

@media (min-width: 768px) {
  .posts__grid {
    display: grid;
    gap: 35px;
    grid-template-columns: repeat(3, 1fr); } }

.posts__filter {
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase; }

.posts__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 60px;
  padding: 0; }
  @media (min-width: 768px) {
    .posts__categories {
      gap: 20px; } }
  .posts__categories li {
    list-style: none;
    margin: 0; }
  .posts__categories a {
    border-radius: 500px;
    border: 1px solid #3c312b;
    color: #3c312b;
    display: block;
    font-size: 12px;
    padding: 8px 15px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .posts__categories a {
        font-size: 16px;
        padding: 12px 20px; } }
    .posts__categories a:hover, .posts__categories a:focus {
      background: #618146;
      color: #fff; }

.posts__pagination {
  margin: 30px 0; }
  .posts__pagination .nav-links {
    display: flex;
    justify-content: center; }
  .posts__pagination .nav-links > * {
    display: block;
    font-weight: bold;
    margin: 0;
    padding: 8px; }
  .posts__pagination .current {
    color: #3c312b; }
    .posts__pagination .current::after {
      content: "";
      display: block;
      height: 2px;
      background: #3c312b;
      margin-top: 5px; }
  .posts__pagination a {
    text-decoration: none; }
    .posts__pagination a .page-text {
      display: none; }
    .posts__pagination a:hover {
      text-decoration: underline; }
  .posts__pagination .page-text {
    margin-right: 5px;
    text-transform: uppercase; }

.author-publications {
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    .author-publications {
      padding-left: 30%;
      padding-right: 100px; } }
  .author-publications .initiative-card__downloads a svg {
    width: 16px; }

.media-publications {
  padding: 40px 0 40px 0;
  position: relative;
  z-index: 1; }
  .media-publications:after {
    content: "";
    height: 100%;
    left: calc(50% - var(--vw) / 2);
    position: absolute;
    right: calc(50% - var(--vw) / 2);
    top: 0;
    background: #faf6ee;
    z-index: -1; }

.media-publications__title {
  background: #faf6ee;
  border-bottom: 1px solid #79a25c;
  display: flex;
  justify-content: space-between;
  padding: 40px 0 20px;
  position: relative;
  z-index: 10; }
  .media-publications__title h2 {
    margin-bottom: 15px; }

.media-publications__logo svg {
  width: 44px; }

.media-publications__cta {
  text-align: center; }

.wp-block {
  max-width: 1200px;
  padding-right: 10px;
  padding-left: 10px; }
  .wp-block[data-align=full] {
    max-width: none;
    padding-right: 0;
    padding-left: 0; }
  .wp-block.has-background {
    padding: 10px; }
  .wp-block .wp-block {
    padding-right: 0;
    padding-left: 0; }
    .wp-block .wp-block.has-background {
      padding: 10px; }

.content-blocks h2 strong {
  padding: 25px 5px 5px 5px;
  color: #fff;
  background: #618146;
  display: inline-block; }

figure {
  margin: 0; }

.wp-block-image {
  margin-bottom: 20px; }
  .wp-block-image img {
    width: 100% !important;
    height: auto !important; }

.wp-block-embed {
  margin: 0; }

.wp-block-buttons {
  margin-bottom: 60px; }

.wp-block-columns {
  margin-bottom: 60px; }

.wp-block-cover {
  margin-bottom: 60px; }

.wp-block-footnotes li {
  font-size: 13px; }

.wp-block-group {
  margin-bottom: 60px; }
  .wp-block-group.has-background {
    padding: 60px 0; }

.wp-block-group__inner-container {
  padding-left: 0;
  padding-right: 0; }
  .wp-block-group__inner-container > *:last-child,
  .wp-block-group__inner-container > *:only-child {
    margin-bottom: 0; }

.wp-block-media-text {
  margin-bottom: 60px; }

.wp-block-media-text__content {
  margin-top: 20px; }
  @media (min-width: 768px) {
    .wp-block-media-text__content {
      margin-top: 0; } }

.wp-block-table {
  margin-bottom: 60px; }
  .wp-block-table table {
    width: 100%;
    border-collapse: collapse; }
  .wp-block-table th, .wp-block-table td {
    padding: 12px 15px;
    text-align: left;
    border: none;
    border-bottom: 1px solid #E6E6E6; }
  .wp-block-table tbody tr:nth-child(even) {
    background: #faf6ee; }
