@charset "UTF-8";

.card__news-category a:before,
.main-header__nav > .menu > li.menu-item-object-ccs_custom_menu_item > a:before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #00a63b;
  content: '';
  opacity: 0;
  -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: height 0.3s, opacity 0.3s, transform 0.3s;
  transition: height 0.3s, opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.card__news-category a:hover:before,
.main-header__nav > .menu > li.menu-item-object-ccs_custom_menu_item > a:hover:before {
  height: 2px;
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.page-content a:not([class]),
.main-header__subnav a {
  position: relative;
}

.page-content a:not([class]):before,
.main-header__subnav a:before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 0%;
  height: 3px;
  background: #00a63b;
  content: '';
  opacity: 0;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
  margin-top: 2px;
}

.page-content a:not([class]):hover:before,
.main-header__subnav a:hover:before {
  opacity: 1;
  width: 100%;
}

.main-footer a {
  position: relative;
}

.main-footer a:before,
.main-footer a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  height: 2px;
  width: 0;
}

.main-footer a:after {
  right: 0;
  border-bottom: 3px solid #99DBB0;
  -webkit-transition: width .25s ease-in-out;
  transition: width .25s ease-in-out;
}

.main-footer a:before {
  left: 0;
  -webkit-transition: width 0ms ease-in-out,border-bottom .25s ease-in-out;
  transition: width 0ms ease-in-out,border-bottom .25s ease-in-out;
}

.main-footer a:hover:after {
  width: 100%;
  border-bottom: 3px solid transparent;
  -webkit-transition: width 0ms ease-in-out,border-bottom 0ms ease-in-out;
  transition: width 0ms ease-in-out,border-bottom 0ms ease-in-out;
}

.main-footer a:hover:before {
  width: 100%;
  border-bottom: 3px solid #99DBB0;
  -webkit-transition: width .25s ease-in-out;
  transition: width .25s ease-in-out;
}

.home-lightbox__close,
.post-categories-lightbox__close {
  position: absolute;
  z-index: 999;
  top: 20px;
  right: 25px;
  display: block;
  width: 48px;
  height: 48px;
  cursor: pointer;
  -webkit-transition: background .2s linear;
  transition: background .2s linear;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 50%;
}

.home-lightbox__close:hover,
.post-categories-lightbox__close:hover {
  background-color: #e1f5e8;
}

.home-lightbox__close:after,
.post-categories-lightbox__close:after,
.home-lightbox__close:before,
.post-categories-lightbox__close:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: '';
  -webkit-transition: background .2s linear;
  transition: background .2s linear;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 2px;
  background-color: #06380e;
}

.home-lightbox__close:after,
.post-categories-lightbox__close:after {
  width: 2px;
  height: 24px;
}

.home-lightbox__close:before,
.post-categories-lightbox__close:before {
  width: 24px;
  height: 2px;
}

/*! normalize.css v6.0.0 | 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
 *    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
   ========================================================================== */

/**
 * 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-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  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 {
  -webkit-box-sizing: content-box;
          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
   ========================================================================== */

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

/**
 * 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 */
  -webkit-text-decoration: underline dotted;
          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
   ========================================================================== */

/**
 * Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

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

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

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

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  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;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          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 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

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

/**
 * Base styles that aim to normalize fonts, and display of elements
 * across browsers, and make writing further styles easier.
 */

/* Set font and clear body padding */

html,
button,
input,
select,
textarea {
  font-family: "freight-sans-pro", sans-serif;
}

body {
  font-family: "freight-sans-pro", sans-serif;
  font-size: 22px;
  line-height: 32px;
  min-width: 320px;
  margin: 0;
  color: #333d47;
  background-color: #E1F5E8;
  -webkit-font-smoothing: antialiased;
}

body.lock-scroll {
  overflow: hidden;
}

body.overlayed {
  position: relative;
}

body.overlayed:before {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 9;
  content: '';
  display: block;
  position: absolute;
}

body.overlayed--woo:before {
  z-index: 99;
}

/* Setting sizes is much more predictable with border-box */

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:focus {
  outline: 0 !important;
}

figure {
  margin: 0;
}

/* Make all images responsive */

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* Make inputs on iOS look normal */

input:not([type=checkbox]):not([type=radio]) {
  -webkit-appearance: none;
}

/* Custom List Styles */

ol {
  margin: 0 0 16px;
  padding: 0;
  counter-reset: item;
  display: block;
}

ol li {
  position: relative;
  display: block;
  margin: 0 0 16px;
  padding: 0 0 0 20px;
}

ol li li {
  margin: 0;
  padding: 0 0 0 35px;
}

ol li:before {
  font-size: 24px;
  top: -2px;
  position: absolute;
  left: 0;
  content: counters(item, ".") " ";
  counter-increment: item;
}

ul:not([class]) {
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
}

ul:not([class]) + ol {
  margin-top: -16px;
}

ul:not([class]) li {
  position: relative;
  margin: 0 0 16px;
  padding: 0 0 0 20px;
}

ul:not([class]) li:last-child {
  margin: 0;
}

ul:not([class]) li:before {
  position: absolute;
  top: 13px;
  left: 1px;
  display: block;
  width: 5px;
  height: 5px;
  content: '';
  border: 1px solid #333d47;
  border-radius: 50%;
  background: #333d47;
}

ul:not([class]) li li {
  margin: 0;
}

ul:not([class]) li li:before {
  left: 4px;
  background: transparent;
}

ul:not([class]) li ul {
  margin: 0;
}

/* Normalize links across browsers */

a {
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  text-decoration: none;
  color: #00a63b;
}

.page-content a:not([class]) {
  display: inline-block;
}

.page-content a:not([class]):before {
  height: 3px;
  margin-top: -2px;
  z-index: 3;
}

.page-content a:not([class]):after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 3px;
  background: #99dbb0;
  content: '';
  margin-top: -2px;
}

a img {
  border: 0;
}

a:focus,
a:hover {
  text-decoration: none;
  color: #00a63b;
}

.section-title {
  margin: 0 0 39px;
  text-align: center;
}

.tablet-checker {
  display: none;
}

#page {
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  background: #fcfcfc;
  -webkit-box-shadow: 0 8px 16px 0 rgba(6, 56, 14, 0.2);
          box-shadow: 0 8px 16px 0 rgba(6, 56, 14, 0.2);
}

.fadeInContentWrapper > div:nth-child(1) .fadeInContent {
  -webkit-transition-delay: 0.05882353s;
          transition-delay: 0.05882353s;
}

.fadeInContentWrapper > div:nth-child(2) .fadeInContent {
  -webkit-transition-delay: 0.11764706s;
          transition-delay: 0.11764706s;
}

.fadeInContentWrapper > div:nth-child(3) .fadeInContent {
  -webkit-transition-delay: 0.17647059s;
          transition-delay: 0.17647059s;
}

.fadeInContentWrapper > div:nth-child(4) .fadeInContent {
  -webkit-transition-delay: 0.23529412s;
          transition-delay: 0.23529412s;
}

.fadeInContentWrapper > div:nth-child(5) .fadeInContent {
  -webkit-transition-delay: 0.29411765s;
          transition-delay: 0.29411765s;
}

.fadeInContentWrapper > div:nth-child(6) .fadeInContent {
  -webkit-transition-delay: 0.35294118s;
          transition-delay: 0.35294118s;
}

.fadeInContentWrapper > div:nth-child(7) .fadeInContent {
  -webkit-transition-delay: 0.41176471s;
          transition-delay: 0.41176471s;
}

.fadeInContentWrapper > div:nth-child(8) .fadeInContent {
  -webkit-transition-delay: 0.47058824s;
          transition-delay: 0.47058824s;
}

.fadeInContentWrapper > div:nth-child(9) .fadeInContent {
  -webkit-transition-delay: 0.52941176s;
          transition-delay: 0.52941176s;
}

.fadeInContentWrapper > div:nth-child(10) .fadeInContent {
  -webkit-transition-delay: 0.58823529s;
          transition-delay: 0.58823529s;
}

.fadeInContentWrapper > div:nth-child(11) .fadeInContent {
  -webkit-transition-delay: 0.64705882s;
          transition-delay: 0.64705882s;
}

.fadeInContentWrapper > div:nth-child(12) .fadeInContent {
  -webkit-transition-delay: 0.70588235s;
          transition-delay: 0.70588235s;
}

.fadeInContent {
  opacity: 0;
  -webkit-transform: translate(0, -15px);
          transform: translate(0, -15px);
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
}

.fadeInContent.showing {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

/**
 * WordPress specific base styles.
 */

.gm-style img {
  max-width: none;
}

.media img,
.media video,
.media object,
.media iframe {
  width: 100%;
  height: auto;
}

/* Make WordPress media inserted to post behave correctly */

.alignleft {
  float: left;
  margin: 0 40px 40px 0;
}

.alignright {
  float: right;
  margin: 0 0 40px 40px;
}

.alignnone {
  display: inline-block;
  margin: 40px 0;
}

.aligncenter {
  display: block;
  clear: both;
  margin: 40px auto;
  text-align: center;
}

/* Make a 404 page look nicer and more readable */

.error404 {
  text-align: center;
}

.error404 ul {
  text-align: left;
}

.navigation.pagination {
  clear: both;
}

/* WP navigation menus are lists, but they don't need default list styling */

nav a {
  text-decoration: none;
  color: #333d47;
}

nav a:hover {
  text-decoration: none;
  color: #333d47;
}

nav li {
  display: inline-block;
}

nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption-text {
  font-size: 15px;
  line-height: 22px;
  padding: 5px 0;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  line-height: 1;
  margin: 0 0 47px;
  color: #06380e;
}

h1:only-child,
h2:only-child,
h3:only-child,
h4:only-child,
h5:only-child,
h6:only-child {
  margin: 0;
}

p + h1,
p +
h2,
p +
h3,
p +
h4,
p +
h5,
p +
h6 {
  margin-top: 42px;
}

h1 {
  font-size: 64px;
  margin: 0 0 47px;
}

h2 {
  font-size: 48px;
  line-height: 52px;
  margin: 0 0 32px;
}

p + h2 {
  margin-top: 76px;
}

h3 {
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
  margin: 0 0 18px;
}

h4 {
  font-size: 21px;
  line-height: 24px;
  font-weight: 500;
  margin: 0 0 3px;
  letter-spacing: 0.4px;
}

p + h4 {
  margin-top: 37px;
}

h5 {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  margin: 0 0 15px;
}

p + h5 {
  margin-top: 32px;
}

h6 {
  font-size: 14px;
  line-height: 16px;
  margin: 0 0 15px;
}

p + h6 {
  margin-top: 28px;
}

/* Text Elements */

p {
  margin: 0 0 32px;
}

p:last-child {
  margin: 0;
}

p ul,
ol + p {
  margin-top: 32px;
}

strong {
  font-weight: 700;
}

/* Horizontal Line */

hr {
  margin: 87px 0 84px;
  border-top: 1px solid #ccced6;
}

::-moz-selection {
  background: #e1f5e8;
}

::selection {
  background: #e1f5e8;
}

::-moz-selection {
  background: #e1f5e8;
}

sup {
  font-size: 68%;
  top: -3px;
}

/* Blocks / Columns Spacing Helpers */

.block-top-spacing {
  padding-top: 85px;
}

.block-bottom-spacing {
  padding-bottom: 85px;
}

.columns-spacing-top {
  padding-top: 47px;
}

.columns-spacing-bottom {
  padding-bottom: 48px;
}

.block-margin-top {
  margin-top: 96px;
}

.block-margin-bottom {
  margin-bottom: 95px;
}

.content-column {
  margin-bottom: 32px;
  padding-right: 20px;
}

.content-column.last_column {
  padding-right: 0;
  padding-left: 20px;
}

/* Buttons */

.c-btn,
.gform_button,
.hs-button {
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
  letter-spacing: 0.6px;
  display: inline-block;
  min-width: 160px;
  padding: 21px 44px 22px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  background: #00a63b;
  overflow: hidden;
  border-radius: 50px;
  border: 0;
  outline: 0;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
}

.c-btn span,
.gform_button span,
.hs-button span {
  position: relative;
}

.c-btn:before,
.gform_button:before,
.hs-button:before {
  content: '';
  z-index: 0;
  position: absolute;
  top: 50%;
  right: 100%;
  margin: -15px 0 0 1px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #009936;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scale3d(1, 2, 1);
          transform: scale3d(1, 2, 1);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
          transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
}

.c-btn:hover,
.gform_button:hover,
.hs-button:hover {
  text-decoration: none;
  color: #ffffff;
}

.c-btn:hover:before,
.gform_button:hover:before,
.hs-button:hover:before {
  -webkit-transform: scale3d(13, 13, 1);
          transform: scale3d(13, 13, 1);
}

.c-btn.c-btn-color-alt,
.gform_button.c-btn-color-alt,
.hs-button.c-btn-color-alt {
  padding: 20px 15px 20px;
  min-width: 230px;
  color: #06380e;
  border: 2px solid #ffffff;
  background: transparent;
  color: #ffffff;
  position: relative;
}

.c-btn.c-btn-color-alt:hover,
.gform_button.c-btn-color-alt:hover,
.hs-button.c-btn-color-alt:hover {
  color: #ffffff;
  background: transparent;
}

.c-btn.c-btn-color-alt:hover span,
.gform_button.c-btn-color-alt:hover span,
.hs-button.c-btn-color-alt:hover span {
  color: #00a63b;
  z-index: 99;
  position: relative;
}

.c-btn.c-btn-color-alt:hover:after,
.gform_button.c-btn-color-alt:hover:after,
.hs-button.c-btn-color-alt:hover:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.c-btn.c-btn-color-alt:hover svg,
.gform_button.c-btn-color-alt:hover svg,
.hs-button.c-btn-color-alt:hover svg {
  -webkit-transform: translate(5px);
          transform: translate(5px);
}

.c-btn.c-btn-color-alt:hover path,
.gform_button.c-btn-color-alt:hover path,
.hs-button.c-btn-color-alt:hover path {
  fill: #ffffff;
}

.c-btn.c-btn-color-alt:before,
.gform_button.c-btn-color-alt:before,
.hs-button.c-btn-color-alt:before {
  display: none;
}

.c-btn.c-btn-color-alt:after,
.gform_button.c-btn-color-alt:after,
.hs-button.c-btn-color-alt:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: "";
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  background: #ffffff;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.c-btn.c-btn-color-alt--simple:before,
.gform_button.c-btn-color-alt--simple:before,
.hs-button.c-btn-color-alt--simple:before {
  display: none;
}

.c-btn.c-btn-color-alt--simple:after,
.gform_button.c-btn-color-alt--simple:after,
.hs-button.c-btn-color-alt--simple:after {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0%;
  background: #00a63b;
  content: "";
  -webkit-transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.c-btn.c-btn-color-alt--simple:hover:after,
.gform_button.c-btn-color-alt--simple:hover:after,
.hs-button.c-btn-color-alt--simple:hover:after {
  width: 100%;
}

.c-btn.c-btn-color-alt svg,
.gform_button.c-btn-color-alt svg,
.hs-button.c-btn-color-alt svg {
  width: 27px;
  position: absolute;
  right: 26px;
  top: 24px;
  z-index: 1;
  -webkit-transition: all 0.2s 0.1s;
  transition: all 0.2s 0.1s;
}

.c-btn.c-btn-color-alt svg *,
.gform_button.c-btn-color-alt svg *,
.hs-button.c-btn-color-alt svg * {
  fill: #00a63b;
}

.c-btn.c-btn-color-alt--green,
.gform_button.c-btn-color-alt--green,
.hs-button.c-btn-color-alt--green {
  border-color: #00a63b;
}

.c-btn.c-btn-color-alt--green span,
.gform_button.c-btn-color-alt--green span,
.hs-button.c-btn-color-alt--green span {
  color: #00a63b;
}

.c-btn.c-btn-color-alt--green:after,
.gform_button.c-btn-color-alt--green:after,
.hs-button.c-btn-color-alt--green:after {
  background: #00a63b;
}

.c-btn.c-btn-color-alt--green:hover span,
.gform_button.c-btn-color-alt--green:hover span,
.hs-button.c-btn-color-alt--green:hover span {
  color: #ffffff;
}

.c-btn.c-btn-color-alt--green-light,
.gform_button.c-btn-color-alt--green-light,
.hs-button.c-btn-color-alt--green-light {
  border-color: #99DBB0;
}

.c-btn.c-btn-color-alt--green-light span,
.gform_button.c-btn-color-alt--green-light span,
.hs-button.c-btn-color-alt--green-light span {
  color: #06380e;
}

.c-btn.c-btn-color-alt--green-light:after,
.gform_button.c-btn-color-alt--green-light:after,
.hs-button.c-btn-color-alt--green-light:after {
  background-color: #99DBB0;
}

.c-btn.c-btn-color-alt--green-light:hover span,
.gform_button.c-btn-color-alt--green-light:hover span,
.hs-button.c-btn-color-alt--green-light:hover span {
  color: #06380e;
}

.c-btn-wrapper,
.gform_button-wrapper,
.hs-button-wrapper {
  line-height: 16px;
  display: block;
  margin: 40px 0 40px;
  text-align: left;
}

.c-btn-wrapper.align-center,
.gform_button-wrapper.align-center,
.hs-button-wrapper.align-center {
  text-align: center;
}

.c-btn-wrapper.align-right,
.gform_button-wrapper.align-right,
.hs-button-wrapper.align-right {
  text-align: right;
}

.c-btn-wrapper:last-child,
.gform_button-wrapper:last-child,
.hs-button-wrapper:last-child {
  margin-bottom: 0;
}

.c-btn-icon,
.gform_button-icon,
.hs-button-icon {
  position: absolute;
  top: 0;
  right: 0;
  left: 8px;
}

.c-btn-secondary,
.gform_button-secondary,
.hs-button-secondary {
  position: relative;
  min-width: 0;
  padding: 0 10px 5px 0;
  border-radius: 0;
  color: #06380e;
  border-bottom: 0px solid transparent;
  background: transparent;
  margin-bottom: -9px;
  overflow: unset;
}

.c-btn-secondary:after,
.gform_button-secondary:after,
.hs-button-secondary:after {
  content: "";
  height: 3px;
  position: absolute;
  left: 0;
  width: 0%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  bottom: 2px;
  background-color: #00a63b;
  z-index: 99;
}

.c-btn-secondary:before,
.gform_button-secondary:before,
.hs-button-secondary:before {
  content: "";
  height: 3px;
  position: absolute;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  bottom: 2px;
  background-color: #99dbb0;
  z-index: 99;
  margin: 0;
  top: auto;
  -webkit-transform: none !important;
          transform: none !important;
  border-radius: 0;
}

.c-btn-secondary svg,
.gform_button-secondary svg,
.hs-button-secondary svg {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.c-btn-secondary svg *,
.gform_button-secondary svg *,
.hs-button-secondary svg * {
  stroke: #06380e;
}

.c-btn-secondary:hover,
.gform_button-secondary:hover,
.hs-button-secondary:hover {
  background: transparent;
  color: #06380e;
}

.c-btn-secondary:hover:after,
.gform_button-secondary:hover:after,
.hs-button-secondary:hover:after {
  width: 100%;
}

.c-btn-secondary:hover svg,
.gform_button-secondary:hover svg,
.hs-button-secondary:hover svg {
  -webkit-transform: translate(3px);
          transform: translate(3px);
}

.c-btn-secondary:hover svg *,
.gform_button-secondary:hover svg *,
.hs-button-secondary:hover svg * {
  stroke: #06380e;
}

.c-btn-secondary.no-icon,
.gform_button-secondary.no-icon,
.hs-button-secondary.no-icon {
  font-weight: 600;
  padding: 5px 0;
  margin: 0;
  letter-spacing: 1px;
  font-size: 14px;
}

.c-btn br,
.gform_button br,
.hs-button br {
  display: none;
}

/* Embed Video Styles */

.iframe-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: 0;
  margin: 38px auto;
  padding-bottom: 56.6%;
}

.iframe-wrapper iframe,
.iframe-wrapper object,
.iframe-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.card {
  border: 0;
  -webkit-box-shadow: 0 1px 2px rgba(4, 38, 10, 0.2);
          box-shadow: 0 1px 2px rgba(4, 38, 10, 0.2);
  border-radius: 6px;
  background-color: #fcfcfc;
  overflow: hidden;
}

.card--news .card__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card--news .card__content .card__a {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 -30px -24px -30px;
  padding: 0 30px 24px 30px;
}

.card--project {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.card--project:hover .card__link--title {
  color: #00a63b;
}

.card--project .card__link {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 51.4%;
      -ms-flex: 0 0 51.4%;
          flex: 0 0 51.4%;
  display: block;
  position: relative;
}

.card--project .card__link--title {
  color: #06380e;
}

.card--project .card__content {
  min-height: 416px;
  padding: 55px 50px;
  color: #06380e;
}

.card--project .card__image-placeholder,
.card--project .card__image {
  height: 100%;
  display: block;
}

.card--project .card__image {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.card--project-category {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 32px;
}

.card--project-category:hover .card__link--title {
  color: #00a63b;
}

.card--project-category .card__link {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 51.4%;
      -ms-flex: 0 0 51.4%;
          flex: 0 0 51.4%;
}

.card--project-category .card__link--title {
  color: #06380e;
}

.card--project-category .card__content {
  min-height: 416px;
  padding: 55px 50px;
  color: #06380e;
}

.card--project-category .card__image-placeholder,
.card--project-category .card__image {
  height: 100%;
}

.card__image {
  overflow: hidden;
}

.card__image-placeholder {
  height: 368px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.card__image-placeholder--news {
  height: 192px;
}

.card:hover .card__image-placeholder {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.card:hover .card__title,
.card:hover .card__news-title {
  color: #00a63b;
}

.card:hover .card__icon path {
  fill: #00a63b;
}

.card__title {
  padding: 20px 30px 23px;
  position: relative;
  color: #06380e;
  font-weight: 400;
  letter-spacing: -0.1px;
  margin-bottom: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.card__content {
  padding: 24px 30px;
  min-height: 223px;
}

.card__news-category {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.1px;
  line-height: 14px;
  text-transform: uppercase;
  color: #06380e;
  margin-bottom: 17px;
}

.card__news-category a {
  position: relative;
  color: #06380e;
}

.card__news-category a:before {
  background: #06380e;
  height: 1px;
}

.card__news-title {
  color: #06380e;
  line-height: 32px;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.card__project-title {
  font-size: 48px;
  font-weight: 300;
  line-height: 48px;
  color: #06380e;
  letter-spacing: normal;
  margin-bottom: 50px;
}

.card__icon {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  margin-top: -3px;
}

.card__icon svg {
  width: 10px;
  height: 16px;
}

.card__icon svg path {
  fill: #06380e;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

/* Slider Global */

.slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  margin: -24px 0 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border: 2px solid #99dbaf;
  border-radius: 50%;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.slick-arrow:hover {
  border-color: #00a63b;
  outline: none;
}

.slick-arrow:hover:after {
  border-color: #04260a;
}

.slick-arrow:hover:before {
  width: 53px;
}

.slick-arrow:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 12px;
  height: 12px;
  margin-top: 0;
  content: '';
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  border: 2px solid #06380e;
  border-width: 2px 2px 0 0;
  border-radius: 2px 2px 2px 0;
}

.slick-arrow:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 43px;
  height: 2px;
  background-color: #06380e;
  content: "";
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  margin-top: -1px;
  margin-left: -4px;
}

.slick-arrow.slick-prev {
  right: 100%;
  left: auto;
  margin-right: 30px;
}

.slick-arrow.slick-prev:after {
  margin-left: 2px;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}

.slick-arrow.slick-next {
  right: auto;
  left: 100%;
  margin-left: 30px;
}

.slick-arrow.slick-next:after {
  margin-left: -2px;
}

.slick-arrow.slick-next:before {
  left: auto;
  right: 50%;
  margin-left: 0;
  margin-right: -4px;
}

.slick-dots {
  padding-left: 10px;
  list-style: none;
  text-align: center;
  margin-top: 16px;
}

.slick-dots li {
  border-radius: 50%;
  vertical-align: middle;
  margin: 0 9px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: inline-block;
  width: 12px;
}

.slick-dots li.slick-active svg {
  width: 12px;
  height: 12px;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.slick-dots li.slick-active svg circle {
  opacity: 1;
  stroke-dashoffset: 3;
  -webkit-transition: stroke-dashoffset 0.3s, opacity 0.15s;
  transition: stroke-dashoffset 0.3s, opacity 0.15s;
  fill: #E1F5E8;
  stroke: #06380e;
}

.slick-dots svg {
  width: 8px;
  height: 8px;
  -webkit-transform: translate(0, -1.5px);
          transform: translate(0, -1.5px);
}

.slick-dots svg circle {
  opacity: 1;
  fill: #06380e;
  stroke: #E1F5E8;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 39 39;
  stroke-dashoffset: 39;
  -webkit-transition: stroke-dashoffset 0.3s, opacity 0.3s;
  transition: stroke-dashoffset 0.3s, opacity 0.3s;
}

/* BASE TABLES */

#page .tablepress-table-name {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 1.5px;
  text-transform: none;
}

#page .tablepress {
  margin-top: -23px;
  margin-bottom: 40px;
}

#page .tablepress caption {
  display: none;
}

#page .tablepress thead th {
  font-size: 14px;
  line-height: 20px;
  position: relative;
  padding: 12px 20px 14px;
  color: #0a0f14;
  border: 0;
  background-color: transparent;
  font-weight: 600;
}

#page .tablepress thead th strong {
  font-weight: 600;
}

#page .tablepress thead th:after {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  border-bottom: 1px solid #ccced6;
}

#page .tablepress thead th br {
  display: none;
}

#page .tablepress tbody td {
  font-size: 16px;
  line-height: 20px;
  position: relative;
  padding: 14px 19px;
  color: #0a0f14;
  border: 0;
  min-width: 190px;
}

#page .tablepress tbody td strong {
  font-weight: 500;
}

#page .tablepress tbody td:first-child {
  text-align: left;
}

#page .tablepress tbody td:last-child {
  min-width: 160px;
}

#page .tablepress tbody td:after {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  border-bottom: 1px solid #ccced6;
}

#page .tablepress tbody tr {
  border-top: 0;
}

#page .tablepress tbody tr:last-child {
  border-bottom: 0;
}

.table-wrapper {
  position: relative;
}

.table-wrapper .tablepress:before {
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  width: 20px;
  content: '';
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.1)), to(transparent));
  background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0.1) 0%, transparent 100%);
}

.table-wrapper .tablepress.has-scroll:before {
  display: block;
}

/* Responsive TABLES */

.big-cta {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.big-cta__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 144px 15px 138px;
}

.big-cta__image {
  margin-bottom: 29px;
}

.big-cta__image svg {
  width: 168px;
}

.big-cta__link {
  text-align: center;
}

.big-cta__link:hover .big-cta__title {
  color: #00a63b;
}

.big-cta__link:hover .big-cta__cta-link svg {
  -webkit-transform: translate(5px);
          transform: translate(5px);
}

.big-cta__title {
  margin-bottom: 56px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.big-cta__cta-link {
  color: #06380e !important;
  font-size: 16px;
  font-weight: 800;
  line-height: 20.04px;
  text-transform: uppercase;
  letter-spacing: 0.64px;
}

.big-cta__cta-link svg {
  width: 27px;
  vertical-align: middle;
  margin-left: 9px;
  margin-bottom: 2px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  zoom: 1;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}

.big-cta__cta-link svg path {
  fill: #06380e;
}

.big-cta__cta-link:hover svg {
  -webkit-transform: translate(5px);
          transform: translate(5px);
}

.product-card {
  -webkit-box-shadow: 0 1px 2px rgba(4, 38, 10, 0.2);
          box-shadow: 0 1px 2px rgba(4, 38, 10, 0.2);
  border-radius: 6px;
  background-color: #fcfcfc;
  overflow: hidden;
  padding-bottom: 15px;
  min-height: 288px;
    margin-bottom: 77px;
}

.category-boxes__wrapper .category-boxes-slider .product-card {
  margin-bottom: 20px;
}

.product-card__thumbnail {
  position: relative;
  overflow: hidden;
}

.product-card__image {
  padding-top: 56.5%;
  width: 100%;
  background-size: cover;
  background-position: center;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.product-card:hover .product-card__image,
.product-card:focus .product-card__image {
  -webkit-transform: translate(0, -48px);
          transform: translate(0, -48px);
}

.product-card__addToCart {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fcfcfc;
  text-align: center;
  padding: 17px 10px 11px;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.56px;
}

.product-card__addToCart.added span:first-of-type,
.product-card__addToCart.loading span:first-of-type {
  opacity: 0;
}

.product-card__addToCart.added span:last-of-type,
.product-card__addToCart.loading span:last-of-type {
  opacity: 1;
}

.product-card__addToCart span {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.product-card__addToCart span:first-of-type {
  opacity: 1;
}

.product-card__addToCart span:last-of-type {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  line-height: 48px;
  padding-top: 3px;
}

.product-card:hover .product-card__addToCart,
.product-card:focus .product-card__addToCart,
.product-card__addToCart.added {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.product-card .added_to_cart {
  display: none !important;
}

.product-card__title,
.product-card__price {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  display: block;
  text-align: center;
  padding: 0 10px;
  letter-spacing: 0;
}

.product-card__excerpt {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.44px;
  margin-bottom: 15px;
}

.product-card__price {
  text-align: center;
}

.product-card__price .subscription-details {
  display: none;
}

.product-card__title {
  margin-top: 21px;
  margin-bottom: 1px;
}

.is_stuck {
  -webkit-transition: top 0.2s;
  transition: top 0.2s;
}

.main-header--sticky.active + .announcement + .post-hero + .content .is_stuck {
  top: 130px !important;
}

body .gform_wrapper .top_label span.select2 .select2-selection,
body .gform_wrapper .top_label span.select2 .select2-selection__rendered,
body .gform_wrapper .top_label textarea,
body .gform_wrapper .top_label input[type="text"],
body .gform_wrapper .top_label input[type="email"],
body .gform_wrapper .top_label input[type="tel"],
body .gform_wrapper .top_label input[type="number"],
.main-footer__newsletter-form input[type="text"],
.main-footer__newsletter-form input[type="email"] {
  border: 1px solid #ccced6;
  border-radius: 3px;
  width: 100%;
  background-color: #fcfcfc;
  font-size: 18px;
  line-height: 32px;
  height: 48px;
  padding: 0 15px 2px !important;
  font-size: 18px !important;
  line-height: 32px !important;
}

.main-footer__newsletter-form ul.gform_fields  {
  padding-left: 0 !important;
}

.main-footer__newsletter-form .hs-input {
  height: 48px !important;
  margin-bottom: 10px !important;
}

.main-footer__newsletter-form .hs_email {
  padding: 0 !important;
}

.main-footer__newsletter-form .actions {
  text-align: right;
}

.main-footer__newsletter-form .hs-error-msgs label {
  color: red !important;
  font-size: 70% !important;
}

body .gform_wrapper .top_label span.select2 .select2-selection::-webkit-input-placeholder,
body .gform_wrapper .top_label span.select2 .select2-selection__rendered::-webkit-input-placeholder,
body .gform_wrapper .top_label textarea::-webkit-input-placeholder,
body .gform_wrapper .top_label input[type=text]::-webkit-input-placeholder {
  color: #838588;
}

body .gform_wrapper .top_label span.select2 .select2-selection:-ms-input-placeholder,
body .gform_wrapper .top_label span.select2 .select2-selection__rendered:-ms-input-placeholder,
body .gform_wrapper .top_label textarea:-ms-input-placeholder,
body .gform_wrapper .top_label input[type=text]:-ms-input-placeholder {
  color: #838588;
}

body .gform_wrapper .top_label span.select2 .select2-selection::-ms-input-placeholder,
body .gform_wrapper .top_label span.select2 .select2-selection__rendered::-ms-input-placeholder,
body .gform_wrapper .top_label textarea::-ms-input-placeholder,
body .gform_wrapper .top_label input[type=text]::-ms-input-placeholder {
  color: #838588;
}

body .gform_wrapper .top_label span.select2 .select2-selection::placeholder,
body .gform_wrapper .top_label span.select2 .select2-selection__rendered::placeholder,
body .gform_wrapper .top_label textarea::placeholder,
body .gform_wrapper .top_label input[type=text]::placeholder {
  color: #838588;
}

body .gform_wrapper .top_label span.select2 .select2-selection:focus,
body .gform_wrapper .top_label span.select2 .select2-selection:active,
body .gform_wrapper .top_label span.select2 .select2-selection__rendered:focus,
body .gform_wrapper .top_label span.select2 .select2-selection__rendered:active,
body .gform_wrapper .top_label textarea:focus,
body .gform_wrapper .top_label textarea:active,
body .gform_wrapper .top_label input[type=text]:focus,
body .gform_wrapper .top_label input[type=text]:active {
  border: 1px solid #00a63b;
  outline: 0;
}

body .gform_wrapper .top_label span.select2 .select2-selection.medium,
body .gform_wrapper .top_label span.select2 .select2-selection__rendered.medium,
body .gform_wrapper .top_label textarea.medium,
body .gform_wrapper .top_label input[type=text].medium {
  width: 100%;
}

body .gform_wrapper .top_label textarea {
  height: 144px !important;
  padding-top: 5px;
}

body .gform_wrapper .top_label label.gfield_label,
body .gform_wrapper .top_label label {
  display: block;
  width: 100%;
  font-size: 20px;
  line-height: 32px !important;
  font-weight: 500;
  color: #06380e;
  letter-spacing: 0;
  margin: 0;
}

body .gform_wrapper .gfield_required {
  color: #e52229;
  margin: 0;
}

body .gform_wrapper .validation_error {
  display: none;
}

body .gform_wrapper ul.gform_fields input[type="checkbox"],
body .gform_wrapper ul.gform_fields input[type="radio"] {
  display: none;
}

body .gform_wrapper ul.gform_fields .gfield_radio,
body .gform_wrapper ul.gform_fields .gfield_checkbox {
  margin-top: 6px;
}

body .gform_wrapper ul.gform_fields .gfield_radio br,
body .gform_wrapper ul.gform_fields .gfield_checkbox br {
  display: none;
}

body .gform_wrapper ul.gform_fields .gfield_radio li,
body .gform_wrapper ul.gform_fields .gfield_checkbox li {
  margin: 0;
}

body .gform_wrapper ul.gform_fields .gfield_radio label,
body .gform_wrapper ul.gform_fields .gfield_checkbox label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

body .gform_wrapper ul.gform_fields .gfield_radio label::before,
body .gform_wrapper ul.gform_fields .gfield_checkbox label::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
  border: 1px solid #06380e;
  margin: 2px 10px 0 1px;
}

body .gform_wrapper ul.gform_fields .gfield_radio label:hover::before,
body .gform_wrapper ul.gform_fields .gfield_checkbox label:hover::before {
  border: 1px solid #00a63b;
}

body .gform_wrapper ul.gform_fields .gfield_radio input:checked ~ label::before,
body .gform_wrapper ul.gform_fields .gfield_checkbox input:checked ~ label::before {
  border: 1px solid #00a63b;
  background-image: url("../images/icons/thick.svg");
}

body .gform_wrapper ul.gform_fields .gfield_radio label::before {
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .gform_wrapper ul.gform_fields .gfield_radio input:checked ~ label {
  font-weight: 500 !important;
}

body .gform_wrapper ul.gform_fields .gfield_radio input:checked ~ label::before {
  content: '';
  border: 1px solid #00a63b;
  padding: 0 0 3px 0;
  color: #00a63b;
  background-image: none;
  font-size: 16px;
}

body .gform_wrapper ul.gform_fields .gfield_radio input:checked ~ label:after {
  content: "";
  background-color: #00a63b;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 16px;
  left: 10px;
  border-radius: 50%;
}

body .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
}

body .gform_wrapper ul.gform_fields li.gfield.disabled {
  pointer-events: none;
}

body .gform_wrapper ul.gform_fields li.gfield.disabled label {
  color: #838588;
}

body .gform_wrapper ul.gform_fields li.gfield.disabled input {
  pointer-events: none;
}

body .gform_wrapper ul.gform_fields li.gfield div.ginput_container {
  margin-top: 7px;
}

body .gform_wrapper ul.gform_fields li.gfield div.ginput_container.ginput_container_select {
  /* margin-bottom: 28px;*/
}

body .gform_wrapper ul.gform_fields li.gfield div.ginput_container.ginput_complex.has_first_name.has_last_name p {
  display: inline;
  line-height: 1px;
}

body .gform_wrapper .gform_footer {
  margin-top: 48px;
}

body .gform_wrapper.gf_browser_safari ul.gform_fields .gfield_radio input:checked ~ label::before {
  padding: 0 0 4px 0;
}

body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  max-width: unset !important;
  width: 100%;
}

body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) .gfield_description.validation_message {
  display: none;
}

body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) .gfield_label {
  color: #e52229;
}

body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) textarea,
body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) select,
body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) input[type=text] {
  border: 1px solid #e52229 !important;
  margin-bottom: 0;
  background-image: url(../images/icons/icon-error.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
}

body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half).gfield_contains_required div.ginput_container {
  margin-top: 8px;
}

body .gform_wrapper .gform_ajax_spinner {
  display: none;
}

body .gform_wrapper .top_label span.select2 .select2-selection {
  border: 0;
  padding: 0 !important;
}

body .gform_wrapper .top_label span.select2 .select2-selection:focus,
body .gform_wrapper .top_label span.select2 .select2-selection:active {
  border: 0;
}

body .gform_wrapper .top_label span.select2 .select2-selection:focus .select2-selection__rendered,
body .gform_wrapper .top_label span.select2 .select2-selection:active .select2-selection__rendered {
  border: 1px solid #00a63b !important;
}

body .gform_wrapper .top_label span.select2 .select2-selection__rendered {
  border: 1px solid #ccced6;
  border-radius: 3px;
  width: 100%;
  background-color: #fcfcfc;
  font-size: 18px;
  line-height: 32px;
  height: 48px;
  padding: 0 15px 2px !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

body .gform_wrapper .top_label span.select2 .select2-selection__rendered::-webkit-input-placeholder {
  color: #838588;
}

body .gform_wrapper .top_label span.select2 .select2-selection__rendered:-ms-input-placeholder {
  color: #838588;
}

body .gform_wrapper .top_label span.select2 .select2-selection__rendered::-ms-input-placeholder {
  color: #838588;
}

body .gform_wrapper .top_label span.select2 .select2-selection__rendered::placeholder {
  color: #838588;
}

body .gform_wrapper .top_label span.select2 .select2-selection__rendered:focus,
body .gform_wrapper .top_label span.select2 .select2-selection__rendered:active {
  border: 1px solid #00a63b;
  outline: 0;
}

body .select2-container--default {
  width: 100% !important;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 14px;
}

body .select2-container--default .select2-results__option {
  font-size: 18px;
}

body .select2-container--default .select2-results__option.select2-results__option--highlighted {
  background-color: #00a63b;
}

body .select2-container--default .select2-dropdown {
  border: 1px solid #00a63b;
  border-top: 0;
}

.post-partner {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.post-partner .post-partner__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.post-partner a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fcfcfc;
  border-radius: 6px;
  min-height: 160px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(4, 38, 10, 0.2);
          box-shadow: 0 1px 2px 0 rgba(4, 38, 10, 0.2);
  font-size: 32px;
  line-height: 32px;
  font-weight: 400;
  color: #04260a;
  -webkit-transition: color .2s;
  transition: color .2s;
  padding: 5px 30px 12px;
}

.post-partner a:focus,
.post-partner a:hover {
  color: #00a63b;
}

.post-staff {
  margin-bottom: 32px;
}

.post-staff .post-staff__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 6px;
  overflow: hidden;
  background-color: #fcfcfc;
  -webkit-box-shadow: 0 1px 2px 0 rgba(30, 40, 60, 0.2);
          box-shadow: 0 1px 2px 0 rgba(30, 40, 60, 0.2);
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

.post-staff .post-staff__image {
  overflow: hidden;
  display: block;
  flex: 0 0 160px;
}

.post-staff .post-staff__image img {
  -webkit-transition: .2s;
  transition: .2s;
  display: block;
}

.post-staff .post-staff__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 30px 30px;
}

.post-staff .post-staff__title {
  margin: 0 0 10px 0;
  font-weight: 400;
  letter-spacing: 0;
  -webkit-transition: .2s;
  transition: .2s;
}

.post-staff .post-staff__job-title {
  font-size: 16px;
  line-height: 16px;
  color: #06380e;
}

.post-staff:focus .post-staff__image img,
.post-staff:hover .post-staff__image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.post-staff:focus .post-staff__title,
.post-staff:hover .post-staff__title {
  color: #00a63b;
}

.post-staff:focus .post-staff__wrapper,
.post-staff:hover .post-staff__wrapper {
  -webkit-box-shadow: 0 1px 2px 0 rgba(30, 40, 60, 0.4);
          box-shadow: 0 1px 2px 0 rgba(30, 40, 60, 0.4);
}

.pagination .pagination__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
}

.pagination .page-numbers {
  position: relative;
  z-index: 1;
  padding: 5px 18px;
}

.pagination .page-numbers:not(.prev),
.pagination .page-numbers:not(.next) {
  font-family: "ff-good-headline-web-pro-con", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #06380e;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}

.pagination .page-numbers:not(.prev)::before,
.pagination .page-numbers:not(.next)::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fcfcfc;
  display: none;
  z-index: -1;
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next {
  padding: 5px 17px 4px;
}

.pagination .page-numbers.prev svg,
.pagination .page-numbers.next svg {
  position: relative;
  width: 8px;
  height: 14px;
  fill: #06380e;
  z-index: 1;
}

.pagination .page-numbers.prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.pagination .page-numbers.disabled {
  pointer-events: none;
}

.pagination .page-numbers.disabled svg {
  fill: #aac6b1;
}

.pagination .page-numbers.current {
  color: #00a63b;
  z-index: 0;
}

.pagination .page-numbers.current::before {
  display: block;
}

.pagination .page-numbers.dots {
  color: transparent;
  position: relative;
}

.pagination .page-numbers.dots:after {
  content: ". . .";
  color: #06380e;
  position: absolute;
  letter-spacing: -1px;
}

.single-socials {
  max-width: 1140px;
  width: 100%;
  padding-left: 11px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  pointer-events: none;
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
}

.single-socials .a2a_kit {
  pointer-events: all;
}

.single-socials__wrapper {
  width: 50px;
}

.single-socials__wrapper a {
  display: block !important;
  padding: 0px !important;
}

.single-socials__wrapper a:hover span {
  border-color: #00a63b;
  opacity: 1 !important;
}

.single-socials__wrapper a span {
  border: 1px solid #99DBB0;
  border-radius: 50% !important;
  width: 49px !important;
  height: 49px !important;
  line-height: 49px !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: #fcfcfc !important;
}

.single-socials__wrapper a span.a2a_s_link svg {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.single-socials__wrapper svg {
  width: 24px !important;
}

.single-socials__wrapper svg path {
  fill: #06380e !important;
}

.leadparagraph {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin: 0 0 77px;
}

.highlight-text {
  padding: 3px 0;
  background: #e1f5e8;
}

blockquote.alternate,
blockquote {
  font-size: 40px;
  font-weight: 300;
  line-height: 48px;
  position: relative;
  margin: 50px 0 40px;
  padding: 0 0 54px;
  color: #01701d;
}

blockquote.alternate:not([class]),
blockquote:not([class]) {
  padding: 11px 38px;
}

blockquote.alternate:not([class]) > p:before,
blockquote.alternate:not([class]) > p:after,
blockquote:not([class]) > p:before,
blockquote:not([class]) > p:after {
  display: inline;
}

blockquote.alternate:not([class]) > p:before,
blockquote:not([class]) > p:before {
  position: absolute;
  top: 10px;
  left: 26px;
  content: '“';
}

blockquote.alternate:not([class]) > p:after,
blockquote:not([class]) > p:after {
  content: '”';
}

blockquote.alternate p,
blockquote p {
  margin: 0;
}

blockquote.alternate cite,
blockquote cite {
  font-style: italic;
}

blockquote.alternate cite:before,
blockquote.alternate cite:after,
blockquote cite:before,
blockquote cite:after {
  display: inline;
}

blockquote.alternate cite:before,
blockquote cite:before {
  position: absolute;
  top: 0;
  left: -13px;
  content: '“';
}

blockquote.alternate cite:after,
blockquote cite:after {
  content: '”';
}

blockquote.alternate .author,
blockquote .author {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  position: absolute;
  bottom: 13px;
  left: 0;
  color: #04260a;
}

blockquote.alternate .author:before,
blockquote .author:before {
  display: inline;
  margin-right: 4px;
  content: '—';
}

.page-accordion {
  padding: 7px 0 84px;
}

.page-accordion + .page-fullwidth-image {
  padding-top: 0px;
}

.single-accordion {
  padding: 0 0 17px;
  border-top: 1px solid #828f9b;
}

.single-accordion:last-of-type {
  border-bottom: 1px solid #828f9b;
}

.single-accordion p:last-child {
  margin: 0;
}

.single-accordion.active .single-accordion__icons svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.single-accordion__content {
  display: none;
  padding: 0 45px 16px 20px;
}

.single-accordion__icons {
  position: absolute;
  right: 19px;
  top: 50%;
  margin-top: -2px;
}

.single-accordion__icons svg {
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 14px;
  height: 14px;
}

.single-accordion__icons svg path {
  fill: #04260a;
}

.single-accordion__title {
  position: relative;
  display: block;
  padding: 35px 40px 19px 20px;
  cursor: pointer;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  letter-spacing: 0;
}

.single-accordion__title h4 {
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
  font-weight: 600;
  letter-spacing: 0.4px;
}

.single-accordion__title:hover {
  color: #00a63b;
}

.single-accordion__title:hover h4 {
  color: #00a63b;
}

.single-accordion__title:hover .single-accordion__icons path {
  fill: #00a63b;
}

.page-fullwidth-image {
  padding: 87px 0 89px;
}

.page-fullwidth-image__wrapper:before,
.page-fullwidth-image__wrapper:after {
  content: '';
  display: table;
}

.page-fullwidth-image__wrapper:after {
  clear: both;
}

.page-fullwidth-image__wrapper img {
  width: 100%;
  margin: 0;
}

.page-fullwidth-image .content-image__align-left.spacing-normal {
  padding-left: 30px;
  margin-top: 0;
}

.page-fullwidth-image .content-image__align-right.spacing-normal {
  padding-right: 30px;
  margin-top: 0;
}

.content-image__align-left,
.content-image__align-right {
  width: 50%;
}

.content-image__align-left {
  float: left;
}

.content-image__align-left.spacing-normal {
  margin-top: 41px;
  padding-right: 15px;
}

.content-image__align-right {
  float: right;
}

.content-image__align-right.spacing-normal {
  margin-top: 41px;
  padding-left: 15px;
}

.content-image img {
  width: 100%;
  margin: 0;
}

/* Main Header */

.main-header {
  font-weight: 500;
  position: relative;
  background-color: #fcfcfc;
  z-index: 10;
}

.main-header--sticky {
  position: fixed;
  left: 50%;
  top: 0;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  max-width: 1680px;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}

.main-header--sticky.active {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  opacity: 1;
  pointer-events: all;
}

.main-header--sticky .main-header__bottom {
  padding-bottom: 6px;
  padding-top: 9px;
}

.main-header__bottom {
  padding-bottom: 30px;
}

.main-header__logo {
  display: inline-block;
}

.main-header__logo--desktop svg {
  width: 282px;
  max-width: 100%;
  height: auto;
}

.main-header__logo--mobile {
  display: none;
}

.main-header__wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 85px;
}

.main-header__nav {
  font-size: 16px;
  line-height: 18px;
  position: static;
}

.main-header__nav .highlight-text {
  padding: 0;
}

.main-header__nav li {
  padding: 0 7px;
}

.main-header__nav > .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 55px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.main-header__nav > .menu > li {
  padding: 23px 0 25px;
  margin-right: 40px;
}

.main-header__nav > .menu > li:last-child {
  margin-right: 0;
}

.main-header__nav > .menu > li.menu-item-object-ccs_custom_menu_item > a {
  position: relative;
  padding-right: 15px;
}

.main-header__nav > .menu > li.menu-item-object-ccs_custom_menu_item > a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 3.5px 0 3.5px;
  border-color: #06380e transparent transparent transparent;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  margin-top: 2px;
}

.main-header__nav a {
  position: relative;
  display: inline-block;
  color: #06380e;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

.main-header__nav a:focus {
  color: currentColor;
}

.main-header__nav a:hover {
  color: currentColor;
}

.main-header__nav a:hover:before {
  background: #06380e;
}

.main-header__subnav {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0.3px;
  padding: 13px 0 0;
  text-align: right;
}

.main-header__subnav li {
  margin-right: 11px;
}

.main-header__subnav li:last-child {
  margin-right: 10px;
}

.main-header__subnav a {
  color: #06380e;
}

.main-header__subnav a:hover {
  color: #04260a;
}

.main-header__right {
  text-align: right;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0;
      -ms-flex: 0 0;
          flex: 0 0;
  white-space: nowrap;
}

.main-header__right .c-btn {
  margin-right: 0px;
  margin-bottom: 3px;
  vertical-align: middle;
  padding: 14px 10px 14px;
}

.main-header__left {
  max-width: 312px;
}

.main-header__cart-icon-mobile {
  display: none;
}

.main-header__cart-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-top: 7px;
  margin-right: 15px;
}

.main-header__cart-icon svg * {
  fill: #06380e;
}

.main-header__cart-icon .badge {
  border-radius: 50%;
  position: absolute;
  right: -7px;
  top: -6px;
  color: #fcfcfc;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  text-transform: uppercase;
  letter-spacing: 0.96px;
  background-color: #00a63b;
  width: 17px;
  height: 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.announcement {
  margin-top: 0px;
  background-color: #00a63b;
  padding: 10px;
  position: relative;
  overflow: hidden;
  height: 49px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.announcement.inactive {
  margin-top: -49px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.announcement__content {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: white;
  text-align: center;
}

.announcement__content a {
  color: white;
  border-bottom: 1px solid;
  display: inline-block;
  margin-left: 8px;
}

.announcement__content > *:first-child,
.announcement__content > *:last-child {
  margin-top: 0;
  margin-bottom: 0;
}

.announcement__close {
  position: absolute;
  right: 20px;
  top: 49%;
  cursor: pointer;
  display: block;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg) translate(0, -50%);
          transform: rotate(45deg) translate(0, -50%);
  border-radius: 50%;
}

.announcement__close:after,
.announcement__close:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: '';
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 2px;
  background-color: white;
}

.announcement__close:after {
  width: 2px;
  height: 16.5px;
}

.announcement__close:before {
  width: 16.5px;
  height: 2px;
}

/* Mega Menu */

.mega-menu-wrapper {
  position: absolute;
  z-index: -999;
  top: 100%;
  left: 0;
  visibility: hidden;
  width: 100%;
  padding-top: 85px;
  padding-bottom: 121px;
  background: transparent;
}

.mega-menu-wrapper .container {
  max-width: 763px;
}

.mega-menu-wrapper ul > li a {
  font-weight: 400;
  line-height: 32px;
  font-size: 32px;
}

.mega-menu-wrapper li {
  display: block;
  padding: 0 0 30px 0;
}

.mega-menu-wrapper li.current-menu-item > a {
  color: #06380e;
}

.mega-menu-wrapper a {
  font-weight: bold;
  visibility: hidden;
  padding: 0;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  opacity: 0;
  color: #06380e;
}

.mega-menu-wrapper a.active {
  visibility: visible;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 1;
}

.mega-menu-wrapper a:hover {
  -webkit-transition: color .1s 0s !important;
  transition: color .1s 0s !important;
  color: #00a63b;
}

.mega-menu-wrapper h1,
.mega-menu-wrapper h2,
.mega-menu-wrapper h3,
.mega-menu-wrapper h4,
.mega-menu-wrapper h5,
.mega-menu-wrapper h6,
.mega-menu-wrapper p,
.mega-menu-wrapper blockquote {
  visibility: hidden;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  opacity: 0;
}

.mega-menu-wrapper h1.active,
.mega-menu-wrapper h2.active,
.mega-menu-wrapper h3.active,
.mega-menu-wrapper h4.active,
.mega-menu-wrapper h5.active,
.mega-menu-wrapper h6.active,
.mega-menu-wrapper p.active,
.mega-menu-wrapper blockquote.active {
  visibility: visible;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 1;
}

.mega-menu-wrapper.active {
  z-index: 999;
  visibility: visible;
}

.mega-menu-wrapper.active a {
  -webkit-transform: none;
          transform: none;
}

.mega-menu-wrapper .sub-menu {
  margin: 33px 0 15px;
}

.mega-menu-wrapper .sub-menu li {
  padding-bottom: 31px;
  padding-left: 0;
}

.mega-menu-wrapper .sub-menu li:last-child {
  padding-bottom: 0;
}

.mega-menu-wrapper .sub-menu a {
  font-size: 24px;
  font-weight: normal;
  line-height: 32px;
  position: relative;
  padding-left: 25px;
}

.mega-menu-wrapper .sub-menu a.active:before {
  opacity: 1;
}

.mega-menu-wrapper .sub-menu a:before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  border-right: 2px solid #00a63b;
  border-top: 2px solid #00a63b;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg) translate(0, -50%);
          transform: rotate(45deg) translate(0, -50%);
  content: "";
  background: transparent;
  margin-left: -2px;
  opacity: 0;
  border-radius: 2px 2px 2px 0;
}

.mega-menu-wrapper .sub-menu i,
.mega-menu-wrapper .sub-menu em {
  -webkit-transition-delay: 0s !important;
          transition-delay: 0s !important;
}

.mega-menu-background {
  position: absolute;
  z-index: 998;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fcfcfc;
  -webkit-box-shadow: 0 3px 4px -2px rgba(4, 38, 10, 0.2);
          box-shadow: 0 3px 4px -2px rgba(4, 38, 10, 0.2);
}

/* Main Header Mobile */

.btn-hamburger {
  position: absolute;
  z-index: 9999;
  top: 50%;
  right: 0;
  display: none;
  width: 32px;
  height: 23px;
  margin: 4px 0 0;
  padding: 0;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border: 0;
  outline: 0;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.btn-hamburger:hover,
.btn-hamburger:focus {
  outline: 0;
}

.btn-hamburger span {
  position: absolute;
  left: 0;
  display: block;
  width: 32px;
  height: 3px;
  -webkit-transition: .45s ease-in-out;
  transition: .45s ease-in-out;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  opacity: 1;
  border-radius: 0;
  background: #06380e;
}

.btn-hamburger span:nth-child(1) {
  top: 0;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.btn-hamburger span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.btn-hamburger span:nth-child(3) {
  top: 19px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.btn-hamburger.open span:nth-child(1) {
  top: -6px;
  left: 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.btn-hamburger.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}

.btn-hamburger.open span:nth-child(3) {
  top: 16px;
  left: 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.main-header__nav-mobile {
  font-size: 20px;
  line-height: 32px;
  border-top: 1px solid #ccced6;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
}

.main-header__nav-mobile .menu > li {
  border-bottom: 1px solid #ccced6;
  padding-bottom: 8px;
}

.main-header__nav-mobile .menu > li > a {
  font-weight: 600;
  position: relative;
  padding: 24px 40px 14px;
}

.main-header__nav-mobile .menu > li > a.open {
  background: white;
}

.main-header__nav-mobile .menu > li > a.open + .sub-menu {
  display: block;
}

.main-header__nav-mobile .menu > li.menu-item-has-children > a:after {
  position: absolute;
  top: 50%;
  right: 40px;
  display: block;
  width: 8px;
  height: 8px;
  margin-top: 0;
  content: '';
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border: 2px solid #06380e;
  border-width: 2px 2px 0 0;
}

.main-header__nav-mobile .menu > li.menu-item-has-children > a.open:after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-color: #00a63b;
}

.main-header__nav-mobile .sub-menu {
  display: none;
  padding: 0px 0 16px;
}

.main-header__nav-mobile .sub-menu .sub-menu {
  display: block;
  margin-left: 19px;
  margin-top: 15px;
  padding-bottom: 0;
}

.main-header__nav-mobile .sub-menu li {
  margin: 0 0 15px;
}

.main-header__nav-mobile .sub-menu li:last-child {
  margin: 0;
}

.main-header__nav-mobile .sub-menu a {
  padding: 0 60px;
  font-weight: 500;
}

.main-header__nav-mobile a {
  font-weight: 400;
  color: #06380e;
  display: block;
}

.main-header__nav-mobile a:hover,
.main-header__nav-mobile a:focus {
  color: #06380e;
}

.main-header__nav-mobile--wrapper {
  position: fixed;
  z-index: 999;
  top: 110px;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transition: all 0.2s 0.1s;
  transition: all 0.2s 0.1s;
  overflow-y: auto;
  display: none;
  background: white;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-header__nav-mobile--wrapper nav li {
  display: block;
}

.main-header__nav-mobile--wrapper .c-btn {
  font-size: 12px;
  line-height: 15px;
  width: 100%;
}

.main-header__cta-wrapper--mobile {
  padding: 0 0 0;
}

.main-header__cta-wrapper--mobile .c-btn {
  border-radius: 0;
  margin: 0;
  font-size: 15px;
  line-height: 20px;
  display: block;
  padding: 22px 15px;
}

.page-hero--category {
  position: relative;
}

.page-hero--category:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: #e1f5e8;
  content: "";
  z-index: 0;
}

.page-hero--category .page-hero__introtext {
  margin-bottom: 0;
}

.page-hero--category .page-hero__content {
  padding-bottom: 180px;
}

.page-hero--category.page-hero--thumbnail .page-hero__content {
  padding-bottom: 55px;
}

.page-hero--category.page-hero--thumbnail:after {
  height: 40.2%;
}

.page-hero--category.page-hero--thumbnail .page-hero__thumbnail-wrapper {
  max-width: 100%;
  padding: 0 165px;
}

.page-hero__thumbnail {
  background-repeat: no-repeat;
  margin-bottom: 87px;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding-top: 56.217%;
}

.page-hero__content {
  padding: 57px 0 55px;
  text-align: center;
}

.page-hero__introtext {
  margin-top: 48px;
  margin-bottom: 65px;
}

.page-hero__icon {
  position: absolute;
  width: 64px;
  height: 64px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 4px rgba(4, 38, 10, 0.2);
          box-shadow: 0 2px 4px rgba(4, 38, 10, 0.2);
}

.block-tabs {
  overflow: hidden;
}

.block-tabs .section-title {
  margin: 0 0 32px;
  text-align: left;
}

.block-tabs.block-bottom-spacing {
  padding-bottom: 35px;
}

.tabs__link-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tabs__link-list:before,
.tabs__link-list:after {
  content: '';
  display: table;
}

.tabs__link-list:after {
  clear: both;
}

.tabs__link-list-wrapper {
  position: relative;
  border-bottom: 1px solid #ccced6;
}

.tabs__link-list-wrapper:before {
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  bottom: 6px;
  display: none;
  width: 20px;
  content: '';
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.1)), to(transparent));
  background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0.1) 0%, transparent 100%);
}

.tabs__link-list-wrapper.has-scroll:before {
  display: block;
}

.tabs__link {
  font-size: 16px;
  font-weight: 600;
  display: block;
  float: left;
  position: relative;
}

.tabs__link:nth-last-child(2).active ~ li:last-child::before {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.tabs__link:nth-last-child(3).active ~ li:last-child::before {
  -webkit-transform: translate3d(-200%, 0, 0);
          transform: translate3d(-200%, 0, 0);
}

.tabs__link:nth-last-child(4).active ~ li:last-child::before {
  -webkit-transform: translate3d(-300%, 0, 0);
          transform: translate3d(-300%, 0, 0);
}

.tabs__link:nth-last-child(5).active ~ li:last-child::before {
  -webkit-transform: translate3d(-400%, 0, 0);
          transform: translate3d(-400%, 0, 0);
}

.tabs__link:nth-last-child(6).active ~ li:last-child::before {
  -webkit-transform: translate3d(-500%, 0, 0);
          transform: translate3d(-500%, 0, 0);
}

.tabs__link:nth-last-child(7).active ~ li:last-child::before {
  -webkit-transform: translate3d(-600%, 0, 0);
          transform: translate3d(-600%, 0, 0);
}

.tabs__link:last-child:before {
  position: absolute;
  right: auto;
  bottom: 0px;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  content: '';
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  background-color: #00a63b;
}

.tabs__link a {
  position: relative;
  display: block;
  min-width: 150px;
  padding: 1px 20px 5px;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
  text-align: center;
  text-decoration: none;
  color: #06380e;
}

.tabs__link a:hover {
  color: #00a63b;
}

.tabs__link:not(:first-child) a {
  padding-left: 18px;
}

.tabs__link.active a {
  color: #000;
}

.tabs__link.active a:after {
  width: 100%;
}

.tabs__tab-content {
  position: static;
  visibility: visible;
  padding: 40px 0 95px;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
  opacity: 1;
}

.tabs__tab-content-wrapper {
  border-bottom: 1px solid #ccced6;
  background: #f7f7f8;
}

.tabs__tab-content:not(.active) {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}

.tabs__tab-content p .alignnone {
  margin-bottom: 56px;
}

.tabs__tab-content .table-wrapper .tablepress {
  margin-top: -6px !important;
  margin-bottom: 56px !important;
}

.tab-head-wrap {
  position: relative;
  margin-bottom: -1px;
}

.tab-head-wrap button {
  position: relative;
  display: none;
}

.tab-head-wrap button.tab-prev,
.tab-head-wrap button.tab-next {
  z-index: 5;
  right: 0;
  display: none;
  width: 20px;
  height: 20px;
  margin-top: -2px;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: 0;
  background: transparent;
}

.tab-head-wrap button.tab-prev:before,
.tab-head-wrap button.tab-next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 10px;
  height: 10px;
  content: '';
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 2px solid #04260a;
  border-width: 2px 2px 0 0;
}

.tab-head-wrap button.tab-prev:hover:before,
.tab-head-wrap button.tab-next:hover:before {
  opacity: 1;
}

.tab-head-wrap button.tab-prev.disabled,
.tab-head-wrap button.tab-next.disabled {
  cursor: default;
}

.tab-head-wrap button.tab-prev.disabled:before,
.tab-head-wrap button.tab-next.disabled:before {
  opacity: 0;
}

.tab-head-wrap button.tab-next {
  right: -2px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}

.tab-head-wrap button.tab-prev {
  left: -2px;
  -webkit-transform: translate(0, -50%) rotate(-135deg);
          transform: translate(0, -50%) rotate(-135deg);
}

.block-img-comp {
  padding: 71px 15px;
}

.block-img-comp .container-fluid {
  padding: 0 1.04166667vw;
}

.block-img-comp .row {
  margin: 0 -1.04166667vw;
  padding: 0 0 2.22222222vw;
}

.block-img-comp .row:last-child {
  padding: 0;
}

.block-img-comp [class*='col'] {
  padding: 0 1.04166667vw;
}

.block-img-single img {
  display: block;
  width: 100%;
}

.block-img-single.small-top {
  padding-bottom: 2.22222222vw;
}

.block-gallery-slider {
  padding: 76px 0 64px;
}

.bc-gallery__slider {
  padding: 0;
  padding-top: 7px;
}

.bc-gallery__caption {
  font-size: 14px;
  line-height: 18px;
  padding: 19px 15px;
  text-align: center;
  font-weight: 500;
}

.block-gallery-lightbox {
  overflow: hidden;
  padding-top: 77px;
  padding-bottom: 64px;
}

.lightbox-gallery__single-thumb {
  padding-bottom: 31px;
}

.lightbox-gallery__single-thumb img {
  width: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.lightbox-gallery__single-thumb-wrapper {
  position: relative;
  overflow: hidden;
}

.lightbox-gallery__single-thumb-wrapper:after {
  content: "";
  border: 0px solid rgba(255, 255, 255, 0.75);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.lightbox-gallery__single-thumb-wrapper:hover:after {
  border-width: 8px;
}

.lightbox-gallery__gallery-wrapper {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: visible;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 1;
  background: #06380e;
}

.lightbox-gallery__gallery-wrapper .slick-arrow.slick-prev {
  right: auto;
  left: 0;
  border-width: 3px;
}

.lightbox-gallery__gallery-wrapper .slick-arrow.slick-prev:after {
  border-color: white;
}

.lightbox-gallery__gallery-wrapper .slick-arrow.slick-prev:before {
  background-color: white;
}

.lightbox-gallery__gallery-wrapper .slick-arrow.slick-next {
  right: 0;
  left: auto;
  border-width: 3px;
}

.lightbox-gallery__gallery-wrapper .slick-arrow.slick-next:after {
  border-color: white;
}

.lightbox-gallery__gallery-wrapper .slick-arrow.slick-next:before {
  background-color: white;
}

.lightbox-gallery__gallery-wrapper:not(.active) {
  visibility: hidden;
  opacity: 0;
}

.lightbox-gallery__thumbnails-wrapper {
  margin-top: 39px;
}

.lightbox-gallery__slider {
  max-width: 1075px;
  width: 100%;
  margin: 0 auto;
  padding: 0 65px;
}

.lightbox-gallery__single-slide {
  position: relative;
  height: 100vh;
  padding: 60px 0;
  outline: none;
}

.lightbox-gallery__single-slide.slick-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lightbox-gallery__single-slide img {
  width: auto;
  max-height: calc(100vh - 120px);
  margin: 0 auto;
}

.lightbox-gallery__slide-image {
  max-height: 100%;
}

.lightbox-gallery__caption {
  font-size: 14px;
  line-height: 18px;
  padding: 19px 15px;
  text-align: center;
  font-weight: 500;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  color: white;
}

.lightbox-gallery__close {
  position: absolute;
  z-index: 999;
  top: 20px;
  right: 25px;
  display: block;
  width: 48px;
  height: 48px;
  cursor: pointer;
  -webkit-transition: background .2s linear;
  transition: background .2s linear;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 50%;
}

.lightbox-gallery__close:hover {
  background: #04260a;
}

.lightbox-gallery__close:hover:before,
.lightbox-gallery__close:hover:after {
  background: #fff;
}

.lightbox-gallery__close:after,
.lightbox-gallery__close:before {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 2px;
  display: block;
  content: '';
  -webkit-transition: background .2s linear;
  transition: background .2s linear;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: white;
}

.lightbox-gallery__close:after {
  width: 2px;
  height: 24px;
}

.lightbox-gallery__close:before {
  width: 24px;
  height: 2px;
}

.block-content-links {
  padding: 70px 0 37px;
}

.block-content-links + .block-content-links {
  padding-top: 0;
}

.block-content-links-text {
  padding-bottom: 64px;
}

.block-content-links-text .content-link {
  margin-bottom: 31px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.block-content-links-text .content-link__title {
  padding: 18px 70px 20px 20px;
  border: 1px solid #d3d5de;
  border-radius: 5px;
}

.block-content-links__wrapper {
  margin-top: 39px;
}

.content-link {
  display: block;
  margin-bottom: 31px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(4, 38, 10, 0.2);
          box-shadow: 0 2px 4px 0 rgba(4, 38, 10, 0.2);
  border-radius: 5px 5px;
  background: #fafafa;
  overflow: hidden;
}

.content-link__title {
  font-weight: 500;
  position: relative;
  margin: 0;
  padding: 19px 70px 20px 20px;
  letter-spacing: 0.4px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  color: #06380e;
}

.content-link:hover .content-link__title {
  color: #00a63b;
}

.content-link__img-wrapper {
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}

.content-link:hover .content-link__img-wrapper img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.content-link__img-wrapper img {
  width: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.content-link__icon {
  position: absolute;
  top: 50%;
  right: 20px;
  overflow: hidden;
  width: 9px;
  height: 16px;
  -webkit-transition: width .2s linear;
  transition: width .2s linear;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.content-link:hover .content-link__icon svg path {
  fill: #00a63b;
}

.content-link__icon svg {
  position: absolute;
  top: 0;
  right: 0;
}

.content-link__icon svg path {
  fill: #06380e;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.block-content-images {
  background: transparent;
}

.block-content-images.has-container {
  background: transparent;
}

.block-content-images.has-container .row {
  margin: 0;
}

.block-content-images.has-container .b-content-images__content-wrapper {
  max-width: 353px;
}

.b-content-images__content-wrapper {
  max-width: 370px;
  margin: 0 auto;
  padding: 8px 0 20px 0;
  position: relative;
  left: 40px;
}

.b-content-images__content-wrapper p {
  margin: 0 0 16px;
  letter-spacing: -0.4px;
}

.b-content-images__image img {
  width: 100%;
}

.b-content-images__col.image-left {
  padding-right: 60px;
  padding-left: 0;
}

.has-container .b-content-images__col.image-left {
  padding-right: 77px;
}

.b-content-images__col.image-right {
  padding-right: 0;
  padding-left: 60px;
}

.has-container .b-content-images__col.image-right {
  padding-left: 77px;
}

.b-content-images__col.content-right .b-content-images__content-wrapper {
  margin: 0 auto;
  left: -30px;
}

.block-cta {
  padding: 48px 0 56px;
  color: #ffffff;
  background: #00a63b;
}

.block-cta h1,
.block-cta h2,
.block-cta h3,
.block-cta h4,
.block-cta h5,
.block-cta h6 {
  color: currentColor;
  font-weight: 400;
}

.block-cta__button-wrapper {
  text-align: right;
  margin-top: 16px;
}

.project-category-section {
  margin-bottom: 194px;
}

.home-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 93px;
}

.home-hero__content {
  padding: 54px 87px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 31.25%;
      -ms-flex: 0 0 31.25%;
          flex: 0 0 31.25%;
}

.home-hero__image {
  background-size: cover;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 640px;
}

.home-hero__title {
  font-size: 96px;
  font-weight: 300;
  line-height: 80px;
  margin-bottom: 58px;
}

.home-hero__ctas {
  min-width: 270px;
}

.home-hero .home-hero__cta {
  color: #00a63b;
  border-color: #00a63b;
  width: 100%;
  display: block;
  text-align: left;
  padding-left: 30px;
  margin-bottom: 16px;
}

.icons-wrapper {
  margin-bottom: 188px;
}

.icons-wrapper__section-title {
  text-align: center;
  font-size: 64px;
  font-weight: 300;
  line-height: 64px;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 54px;
}

.icons-wrapper__section-title sup {
  font-size: 38%;
  letter-spacing: 0;
  top: -31px;
}

.icons-wrapper__single svg {
  margin-left: auto;
  margin-right: auto;
  height: 96px;
  display: block;
  margin-bottom: 23px;
}

.icons-wrapper__single-title {
  text-align: center;
  font-size: 48px;
  font-weight: 300;
  line-height: 48px;
  margin-bottom: 13px;
}

.icons-wrapper__single-text {
  text-align: center;
  font-size: 22px;
  line-height: 24px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.image-boxes {
  position: relative;
  padding-bottom: 192px;
}

.image-boxes:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 35.75%;
  background-color: #99dbb0;
  z-index: 0;
}

.image-boxes__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.image-boxes__content {
  padding: 10px 80px 33px;
  max-width: 580px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

.image-boxes__section-title {
  font-size: 64px;
  line-height: 64px;
  margin-bottom: 47px;
}

.image-boxes__section-content {
  margin-bottom: 56px;
}

.image-boxes__images {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  position: relative;
}

.image-boxes__link {
  margin-bottom: 15px;
}

.image-boxes__image {
  width: 100%;
  max-width: 525px;
  margin-left: auto;
  height: 208px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: center;
  background-size: cover;
}

.image-boxes__image-title {
  color: white;
  font-size: 88px;
  font-family: "ff-good-headline-web-pro-con", sans-serif;
  font-weight: 300;
  line-height: 88px;
  margin-bottom: 3px;
}

.image-boxes__image-text {
  color: white;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: normal;
  font-weight: 400;
  margin-bottom: 0;
}

.image-boxes__cta {
  vertical-align: middle;
}

.image-boxes__cta:first-of-type {
  min-width: 230px;
  margin-right: 25px;
}

.image-boxes__cta:last-of-type {
  margin-bottom: -5px;
}

.home-projects {
  background-color: #e1f5e8;
  padding: 184px 0 192px;
}

.home-projects__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 56px;
}

.home-projects__section-title {
  font-size: 64px;
  line-height: 64px;
  margin-bottom: 0;
}

.home-projects__section-content {
  max-width: 350px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  padding: 10px 0 0;
}

.home-partners {
  position: relative;
  margin-bottom: 175px;
  margin-top: 192px;
}

.home-partners__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home-partners__content {
  padding: 72px 80px 128px;
  max-width: 620px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

.home-partners__section-title {
  font-size: 64px;
  line-height: 64px;
  margin-bottom: 47px;
}

.home-partners__section-content {
  margin-bottom: 57px;
}

.home-partners__image {
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 57.7%;
  right: 0;
  top: 0;
  bottom: 0;
}

.home-partners__cta {
  vertical-align: middle;
}

.home-partners__cta:first-of-type {
  min-width: 230px;
  margin-right: 25px;
  padding-left: 10px;
  padding-right: 10px;
}

.home-partners__cta:last-of-type {
  margin-bottom: -5px;
}

.partners-strip {
  margin-bottom: 169px;
}

.partners-strip__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.partners-strip__wrapper img {
  max-height: 61px;
  width: auto;
}

.partners-strip__title {
  line-height: 32px;
  width: 190px;
  margin-top: 8px;
  font-weight: 400;
  letter-spacing: normal;
}

.partners-strip__logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.partners-strip__logo {
  display: none;
}

.background-section {
  background-color: #e1f5e8;
  padding: 184px 0 192px;
}

.background-section__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 56px;
}

.background-section__header-title {
  font-size: 64px;
  line-height: 64px;
  margin-bottom: 0;
}

.background-section__header-content {
  max-width: 350px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  padding: 10px 0 0;
}

.background-section__header-content a {
  color: #06380e;
}

.background-section__cta {
  margin-top: 28px;
}

.background-section__cta--mobile {
  display: none;
}

.home-lightbox {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  z-index: 99;
  overflow: auto;
  background-color: #fcfcfc;
}

.home-lightbox.active {
  display: block;
}

.home-lightbox__wrapper {
  z-index: 9999;
  padding: 0 15px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  height: 100%;
}

.home-lightbox__wrapper .row {
  height: 100%;
}

.home-lightbox__wrapper .col-12:first-of-type {
  border-right: 1px solid #ccced6;
}

.home-lightbox__close {
  position: fixed;
  z-index: 99991;
}

.big-ctas {
  padding: 0 15px;
}

.big-ctas .col-12:first-of-type {
  border-right: 1px solid #ccced6;
}

.category-boxes {
  background-color: #e1f5e8;
  padding-top: 77px;
  padding-bottom: 192px;
}

.category-boxes__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.category-boxes__cta {
  margin-top: 27px;
}

.category-boxes__cta .c-btn {
  font-size: 20px;
}
@media (max-width: 991px) {
  .category-boxes__cta .c-btn {
    font-size: 14px;
  }
}

.category-boxes__icon {
  width: 48px;
  display: inline-block;
  margin-right: 12px;
  margin-top: 11px;
}

.category-boxes__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 31px !important;
}

.category-boxes__wrapper {
  margin-bottom: 15px;
}

.category-boxes__wrapper:last-of-type {
  margin-bottom: 0;
}

.category-boxes__wrapper .col-12:nth-child(1) .product-card {
  -webkit-transition-delay: 0.05882353s;
          transition-delay: 0.05882353s;
}

.category-boxes__wrapper .col-12:nth-child(2) .product-card {
  -webkit-transition-delay: 0.11764706s;
          transition-delay: 0.11764706s;
}

.category-boxes__wrapper .col-12:nth-child(3) .product-card {
  -webkit-transition-delay: 0.17647059s;
          transition-delay: 0.17647059s;
}

.category-boxes__wrapper .col-12:nth-child(4) .product-card {
  -webkit-transition-delay: 0.23529412s;
          transition-delay: 0.23529412s;
}

.category-boxes .slick-dots {
  margin-top: 1px;
  padding-right: 13px;
}

.category-boxes .slick-dots li {
  margin: 0 12px;
}

.category-boxes .slick-dots li.slick-active {
  margin-right: 9px;
}

.category-list {
  background-color: #e1f5e8;
  padding-bottom: 129px;
}

.category-list__title {
  text-align: center;
  margin-bottom: 38px;
}

.category-page-content {
  margin-top: 116px;
  margin-bottom: 153px;
}

.category-page-content .content-column {
  margin-top: 51px;
}

.category-page-content .content-column p + h4 {
  margin-top: 53px;
}

.category-page-content .content-column h4 strong {
  font-weight: 500;
  letter-spacing: -0.4px;
}

.category-page-content .content-column.last_column {
  padding-left: 15px;
}

.nav-links {
  background-color: #00a63b;
  padding: 64px 0 56px;
}

.nav-links__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px;
}

.nav-links__link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  min-width: 220px;
}

.nav-links__link-next {
  text-align: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.nav-links__link:hover .slick-arrow {
  border-color: white;
}

.nav-links__link:hover .slick-arrow:before {
  width: 53px;
}

.nav-links__link .slick-arrow {
  position: relative;
  display: block;
  -webkit-transform: none;
          transform: none;
  margin: 0;
  left: auto;
  right: auto;
  top: auto;
  border-width: 3px;
  width: 48px;
  height: 48px;
}

.nav-links__link .slick-arrow::before {
  background-color: white;
}

.nav-links__link .slick-arrow:after {
  border-color: white;
}

.nav-links__link .slick-arrow.slick-prev {
  margin-right: 44px;
}

.nav-links__link .slick-arrow.slick-next {
  margin-left: 44px;
}

.nav-links__link-content {
  color: #fcfcfc;
  font-size: 22px;
  line-height: 21px;
  font-weight: 500;
  margin-bottom: 4px;
}

.nav-links__link-content:hover,
.nav-links__link-content:focus {
  color: #fcfcfc;
}

.nav-links__link-content .text {
  font-size: 14px;
  display: block;
}

.nav-links__center-link {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

.nav-links__center-link--mobile {
  display: none;
}

body.single-partner .back-to-archive {
  margin: 48px 0 192px;
  min-width: 230px;
}

.partner-details {
  padding: 108px 0 40px;
}

.partner-details .partner-details__single {
  min-height: 70px;
}

@media (max-width: 767px) {
    .partner-details .partner-details__single {
        min-height: 35px;
    }
}

.partner-details .partner-details__name {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #06380e;
  display: block;
  letter-spacing: 1px;
}

.partner-details .partner-details__value {
  font-size: 18px;
  line-height: 24px;
  color: #0a0f14;
  display: block;
  margin-top: 2px;
}

.partner-details .partner-details__value p {
  margin-bottom: 0;
}

.partner-details .partner-details__link {
  position: relative;
  top: -4px;
  font-size: 18px;
  line-height: 24px;
  color: #0a0f14;
  display: inline-block;
  text-transform: none;
  font-weight: normal;
  padding: 0;
  margin: 0;
  letter-spacing: 0;
}

.partner-details .partner-details__link::before,
.partner-details .partner-details__link::after {
  bottom: -2px;
}

.partner-details .partner-details__link_full-row {
  margin-right: 20px;
  display: inline-block;
}

.partner-hero {
  background: #e1f5e8;
  padding: 80px 80px;
}

.partner-hero > .container > .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.partner-hero .partner-hero__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 192px;
  background: white;
  margin-top: 15px;
}

.partner-archive-hero {
  padding: 58px 0 119px;
  text-align: center;
}

.partner-archive-hero .partner-archive-hero__title {
  margin-bottom: 47px;
}

.partner-archive-search {
  border-top: 1px solid #ccced6;
  padding: 32px 0;
}

.partner-archive-search form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.partner-archive-search input[type="text"] {
  border: 1px solid #ccced6;
  border-radius: 3px;
  width: 100%;
  background-color: #fcfcfc;
  font-size: 18px;
  line-height: 32px;
  height: 48px;
  padding: 0 15px 2px !important;
  width: 365px;
  height: 64px;
  margin-right: 15px;
  font-size: 20px !important;
  padding-left: 20px !important;
  background-color: #fcfcfc;
}

.partner-archive-search input[type="text"]::-webkit-input-placeholder {
  color: #838588;
}

.partner-archive-search input[type="text"]:-ms-input-placeholder {
  color: #838588;
}

.partner-archive-search input[type="text"]::-ms-input-placeholder {
  color: #838588;
}

.partner-archive-search input[type="text"]::placeholder {
  color: #838588;
}

.partner-archive-search input[type="text"]:focus,
.partner-archive-search input[type="text"]:active {
  border: 1px solid #00a63b;
  outline: 0;
}

.partner-archive-search button[type="submit"] {
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
  letter-spacing: 0.6px;
  display: inline-block;
  min-width: 160px;
  padding: 21px 44px 22px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  background: #00a63b;
  overflow: hidden;
  border-radius: 50px;
  border: 0;
  outline: 0;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  color: #f7f9fa;
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  height: 64px;
  padding-left: 37px;
  padding-right: 34px;
}

.partner-archive-search button[type="submit"] span {
  position: relative;
}

.partner-archive-search button[type="submit"]:before {
  content: '';
  z-index: 0;
  position: absolute;
  top: 50%;
  right: 100%;
  margin: -15px 0 0 1px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #009936;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scale3d(1, 2, 1);
          transform: scale3d(1, 2, 1);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
          transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
}

.partner-archive-search button[type="submit"]:hover {
  text-decoration: none;
  color: #ffffff;
}

.partner-archive-search button[type="submit"]:hover:before {
  -webkit-transform: scale3d(13, 13, 1);
          transform: scale3d(13, 13, 1);
}

.partner-archive-search button[type="submit"] span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 1px;
}

.partner-archive-search button[type="submit"] span svg {
  margin-right: 10px;
  width: 16px;
  height: 16px;
}

.partner-archive-search button[type="submit"] span svg * {
  fill: #f7f9fa;
}

.partner-filters {
  background: #052e0b;
  overflow: hidden;
}

.partner-filters .partner-filters__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.partner-filters .partner-filters__letter-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fafafa;
  font-size: 18px;
  line-height: 32px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 16px 10px;
  overflow: hidden;
  z-index: 1;
}

.partner-filters .partner-filters__letter-link.active::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: calc(100% - 6px);
  left: 50%;
  background: #e1f5e8;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: translateX(-50%) rotateY(42deg) rotateZ(45deg);
          transform: translateX(-50%) rotateY(42deg) rotateZ(45deg);
}

.partner-filters .partner-filters__letter-link:last-of-type {
  padding-right: 0;
}

.partner-filters .partner-filters__letter-link:last-of-type::after {
  left: 70%;
}

.partner-filters .partner-filters__letter-link.link-all {
  padding-left: 0;
  padding-right: 17px;
}

.partner-filters .partner-filters__letter-link.link-all::after {
  left: 30%;
}

.partner-filters .partner-filters__letter-link.link-digits {
  font-weight: 400;
}

.partner-filters .partner-filters__letter-link.link-disabled {
  opacity: .3;
  pointer-events: none;
}

.partner-filters .next-arrow {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  height: 64px;
  width: 65px;
  background: #052e0b;
  cursor: pointer;
}

.partner-filters .next-arrow svg {
  width: 8px;
  height: 14px;
}

.partner-filters .next-arrow svg * {
  stroke: #fcfcfc;
}

.partner-loop {
  padding: 64px 0 20px;
  background: #e1f5e8;
}

.partner-loop h2.no-results {
  display: block;
  width: 100%;
  text-align: center;
  margin: -10px 0 30px;
}

.partner-loop h2.no-results + p {
  display: block;
  text-align: center;
  width: 100%;
  margin-bottom: 916px;
}

.partner-loop h2.search-results {
  display: block;
  width: 100%;
  text-align: center;
  margin: -10px 0 30px;
}

.partner-loop h2.search-results + p {
  display: block;
  text-align: center;
  width: 100%;
  margin-bottom: 56px;
}

.pagination--partner {
  background: #e1f5e8;
  padding-bottom: 182px;
}

body.single-leadership .back-to-archive {
  margin: 33px 0 192px;
  min-width: 230px;
}

.staff-hero {
  background: #e1f5e8;
  padding: 114px 0 127px;
  margin-bottom: 89px;
}

.staff-hero > .container > .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.staff-hero .staff-hero__title {
  margin-bottom: 12px;
}

.staff-hero .staff-hero__job-title {
  display: block;
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 19px;
}

.staff-hero .staff-hero__email {
  font-size: 16px;
  line-height: 30px;
  color: #0a0f14;
  display: inline-block;
  text-transform: none;
  font-weight: normal;
  padding: 0;
  margin: 0;
  letter-spacing: 0;
}

.staff-hero .staff-hero__image {
  margin: 15px 0 0 -30px;
}

.staff-archive-hero {
  padding: 58px 0 119px;
  text-align: center;
}

.staff-loop {
  padding: 65px 0 160px;
  background: #e1f5e8;
}

.campaign-hero {
  padding: 57px 0 56px;
  text-align: center;
}

.campaign-hero .campaign-hero__title {
  margin: 30px 0 57px;
}

.campaign-featured-image .container {
  max-width: 100%;
  padding: 0 165px;
}

.campaign-sponsors {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 47px;
}

.campaign-sponsors .campaign-sponsors__wrapper {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 27px 20px;
  background: #fcfcfc;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(4, 38, 10, 0.2);
          box-shadow: 0 1px 2px 0 rgba(4, 38, 10, 0.2);
}

.campaign-sponsors .campaign-sponsors__wrapper img {
  margin: 0 14px;
}

body.page-template-tpl-campaign .c-btn-primary {
  min-width: 230px;
}

.page-template-tpl-campaign .block-content-links {
  margin-top: 192px;
  background: #e1f5e8;
  padding: 192px 0 176px;
}

.page-template-tpl-campaign .block-content-links .section-title {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 1.4px;
  margin-bottom: 60px;
}

.page-template-tpl-campaign .block-content-links .content-link {
  border-radius: 5px;
  overflow: hidden;
}

.page-template-tpl-campaign .block-content-links .content-link__title {
  padding: 18px 70px 22px 20px;
}

.page-template-tpl-campaign .block-content-links .content-link__img-wrapper {
  overflow: hidden;
  max-height: 176px;
}

.blog-archive__hero {
  padding: 57px 0 105px;
}

.blog-archive__hero .blog-archive__title {
  text-align: center;
}

body.archive.tag .blog-archive__hero {
  padding: 58px 0 119px;
}

.post-categories {
  padding: 10px 0 21px;
}

.post-categories .post-categories__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.post-categories .mobile-category-trigger {
  display: none;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.96px;
  color: #06380e;
  position: relative;
  padding-bottom: 7px;
  margin: 0 20px;
}

.post-categories .mobile-category-trigger::before,
.post-categories .mobile-category-trigger::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 3px;
  left: 0;
  background-color: #99DBB0;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.post-categories .mobile-category-trigger::after {
  background-color: #00a63b;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  visibility: hidden;
}

.post-categories .mobile-category-trigger:focus::after,
.post-categories .mobile-category-trigger:hover::after {
  visibility: visible;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.post-categories .mobile-category-trigger .arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 3.5px 0 3.5px;
  border-color: #06380e transparent transparent transparent;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  margin-top: -5px;
}

.post-categories .category-trigger {
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  line-height: 32px;
  color: #06380e;
  letter-spacing: 1px;
  margin: 0 15px;
}

.post-categories .category-trigger::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 3px;
  left: 0;
  background-color: #99DBB0;
  visibility: hidden;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.post-categories .category-trigger.active::before,
.post-categories .category-trigger:hover::before {
  visibility: visible;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.post-categories-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: white;
  padding: 99px 34px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.2s, visibility 0s 0.2s;
  transition: opacity 0.2s, visibility 0s 0.2s;
}

.post-categories-lightbox.active {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
  -webkit-transition: opacity 0.2s, visibility 0s 0s;
  transition: opacity 0.2s, visibility 0s 0s;
}

.post-categories-lightbox__close {
  top: 6px;
  right: 6px;
}

.post-categories-lightbox .category-trigger {
  display: block;
  letter-spacing: 0.96px;
  font-size: 12px;
  margin-bottom: 16px;
}

.post-categories-lightbox .category-trigger.active,
.post-categories-lightbox .category-trigger:hover,
.post-categories-lightbox .category-trigger:focus {
  color: #00a63b;
}

.post-categories-lightbox .category-trigger:before {
  display: none;
}

.blog-posts {
  padding: 64px 0 9px;
  background: #e1f5e8;
}

.blog-posts__wrapper {
  -webkit-transition: all 0.2s 0.25s;
  transition: all 0.2s 0.25s;
  opacity: 1;
}

.blog-posts__wrapper.loading {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0.3;
}

.blog-posts .card {
  margin-bottom: 32px;
  height: calc(100% - 32px);
}

.pagination--blog {
  background: #e1f5e8;
  padding: 10px 0 182px;
}

body.single .c-btn-all-posts {
  margin: 86px 0 0;
}

body.single .c-btn-all-posts .back-to-archive {
  padding-left: 39px;
  padding-right: 39px;
}

body.single .c-btn-all-projects {
  margin-top: 64px;
}

body.single .c-btn-all-projects .back-to-projects {
  padding: 22px 58px 22px;
}

.entry {
  position: relative;
}

.entry:after {
  content: "";
  display: table;
  clear: both;
  height: 0;
}

.post-hero {
  padding: 57px 0 89px;
  text-align: center;
}

.post-hero .post-hero__title {
  margin: 31px 0 47px;
}

.post-hero .post-hero__date {
  font-size: 18px;
  line-height: 32px;
  color: #06380e;
}

.post-hero .attachment-post-thumbnail {
  margin-top: 54px;
}

.post-hero--project .attachment-post-thumbnail {
  margin-top: 9px;
}

.post-hero--project .post-hero__thumbnail {
  max-width: 100%;
  padding: 0 165px;
}

.post-hero--post .post-hero__thumbnail {
  max-width: 100%;
  padding: 0 165px;
}

.post-tags {
  padding: 84px 0 0;
}

.post-tags .post-tags__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.post-tags .post-tags__title {
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin-right: 5px;
}

.post-tags .tag-trigger {
  text-transform: none;
  font-size: 14px;
  line-height: 16px;
  margin: 0 4px;
  letter-spacing: 0;
  padding: 7px 0;
}

body:not(.home) .background-section--news,
.background-section--projects {
  margin-top: 193px;
  padding: 192px 0 225px;
}

body:not(.home) .background-section--news .background-section__header,
.background-section--projects .background-section__header {
  margin-bottom: 60px;
}

body:not(.home) .background-section--news .background-section__header-title,
.background-section--projects .background-section__header-title {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.background-section--projects {
  margin-top: 192px;
}

.background-section--projects-category {
  padding: 64px 0 192px;
}

.background-section--projects-category .c-btn-category-projects {
  margin-top: 32px;
}

.background-section--projects-category .back-to-projects {
  margin-top: 32px;
  padding: 22px 56px;
}

.project-product {
  text-align: center;
  max-width: 160px;
  margin-top: 3px;
}

.project-product__title {
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: normal;
  margin-bottom: 15px;
}

.project-product__quantity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px 10px;
  margin-bottom: 11px;
}

.project-product__quantity-label {
  font-size: 44px;
  font-weight: 400;
  line-height: 44px;
  color: #06380e;
  font-family: "ff-good-headline-web-pro-con", sans-serif;
  width: 62px;
  border-bottom: 3px solid #99DBB0;
  margin-top: -3px;
  padding-bottom: 10px;
}

.project-product__quantity .project-button-plus,
.project-product__quantity .project-button-minus {
  margin-top: 5px;
}

.project-product__subtitle {
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 1.12px;
  color: #06380e;
}

.project-product__price {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #06380e;
  margin-bottom: 20px;
}

.project-single__intro {
  font-size: 18px;
  line-height: 24px;
}

.project-single__intro p {
  margin-bottom: 30px;
}

.project-single__intro h4 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.12px;
  line-height: 16px;
  margin: 10px 0 2px;
  text-transform: uppercase;
}

.project-single__intro ul:not([class]) + h4 {
  margin-top: 30px;
}

.project-single__intro ul:not([class]) li {
  margin: 0 0 8px;
}

.project-single__intro ul:not([class]) li:before {
  top: 12px;
  left: 5px;
  width: 4px;
  height: 4px;
}

.project-single__intro .content-column.last_column {
  padding-left: 15px;
}

.project-single__content {
  margin-top: 35px;
}

.page-404__wrapper {
  padding-top: 147px;
  padding-bottom: 295px;
  text-align: center;
}

.page-404__subheading {
  color: #06380e;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.9px;
  line-height: 16px;
  margin-bottom: 7px;
}

.page-404__heading {
  color: #06380e;
}

.page-404__content a {
  color: #06380e;
}

body.error404 .addtoany_content_bottom {
  display: none !important;
}

body.error404 {
  text-align: left;
}

/* Main Footer */

.main-footer {
  padding-bottom: 90px;
  background-color: #052e0b;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  color: #fafafa;
}

.main-footer a {
  color: #fafafa;
}

.main-footer__top {
  padding-top: 90px;
  padding-bottom: 90px;
}

.main-footer__top .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 500;
  letter-spacing: 0.3px;
}

.main-footer__bottom {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.main-footer__bottom a {
  display: inline-block;
  margin-left: 16px;
}

.main-footer .main-footer__newsletter-form form,
.main-footer .main-footer__newsletter-form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.main-footer .main-footer__newsletter-form .hbspt-form {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.hbspt-form ul {
  padding-left: 0;
}

.hbspt-form ul > li {
  list-style: none;
}

.hbspt-form ul > li.gfield {
  margin-bottom: 24px;
}

.hbspt-form .hs_firstname {
  margin-bottom: 24px;
}

.main-footer .hs_firstname {
  margin: 0 !important;
}

.hbspt-form select {
  width: 100%;
  height: 48px;
}

.hs-error-msgs {
  margin: 0 !important;
}

.hs-error-msgs label {
  color: red !important;
  font-size: 70% !important;
}

.main-footer .main-footer__newsletter-form .gform_validation_error {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 10px;
}

.main-footer .main-footer__newsletter-form .validation_error {
  display: none;
}

.main-footer .main-footer__newsletter-form .gform_wrapper {
  margin-top: 3px;
}

.main-footer .main-footer__newsletter-form .gform_body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.main-footer .main-footer__newsletter-form .gform_footer,
.main-footer .main-footer__newsletter-form .hs_submit {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0;
      -ms-flex: 0 0;
          flex: 0 0;
  margin: 0;
  padding: 0;
}

.main-footer .main-footer__newsletter-form .hs_email {
  padding: 0;
  margin: 0;
  padding-right: 15px;
  position: relative;
}

.main-footer .main-footer__newsletter-form .hs_error_rollup {
  display: none;
}

.main-footer .main-footer__newsletter-form .gform_wrapper .gform_body ul.top_label.gform_fields.description_below li.gfield {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  padding-right: 15px !important;
  position: relative;
}

.main-footer .main-footer__newsletter-form .gform_wrapper .gform_body ul.top_label.gform_fields.description_below li.gfield.gfield_error {
  background-color: transparent;
  border: 0;
  padding: 0;
}

.main-footer .main-footer__newsletter-form .gform_wrapper .gform_body ul.top_label.gform_fields.description_below li.gfield.gfield_error .gfield_label {
  color: #fafafa;
}

.main-footer .main-footer__newsletter-form .gform_wrapper .gform_body ul.top_label.gform_fields.description_below li.gfield.gfield_error input:not([type=radio]):not([type=checkbox]):not([type='submit']):not([type='button']):not([type='image']):not([type='file']) {
  border: 0;
  background-image: url(../images/icons/icon-error.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
}

.main-footer .main-footer__newsletter-form .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
  margin-bottom: -3px !important;
}

.main-footer .main-footer__newsletter-form .validation_message {
  position: absolute;
  right: 0;
  left: 190px;
  top: 100%;
  color: #fcfcfc;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  padding: 0 !important;
  text-align: left;
}

.main-footer .main-footer__newsletter-form .ginput_container,
.main-footer .main-footer__newsletter-form form > div:first-of-type {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  margin-top: 3px !important;
}

.main-footer .main-footer__newsletter-form .hs-form-field label {
  display: none;
}

.main-footer .main-footer__newsletter-form .hs-error-msgs {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.main-footer .main-footer__newsletter-form .hs-error-msgs label {
  display: block;
}

.main-footer .main-footer__newsletter-form .gform_wrapper .top_label .gfield_label,
.main-footer .main-footer__newsletter-form .main-footer__newsletter-label {
  font-size: 32px !important;
  font-weight: 300 !important;
  line-height: 32px !important;
  margin: 0;
  max-width: 190px;
  margin-top: 0 !important;
  color: #fafafa !important;
}

.main-footer .main-footer__newsletter-form .gfield_required {
  display: none;
}

.main-footer .main-footer__newsletter-form .gform_wrapper .top_label input.medium,
.main-footer .main-footer__newsletter-form .hs-input {
  width: 100%;
  border-radius: 3px;
  background-color: #fcfcfc;
  height: 64px;
  color: #838588;
  font-size: 18px !important;
  font-weight: 400;
  line-height: 32px;
  border: 0;
  padding: 0 15px 1px !important;
}

.main-footer .main-footer__newsletter-form .gform_button,
.main-footer .main-footer__newsletter-form .hs-button {
  border: 0;
  height: 64px;
  margin-right: 0 !important;
  margin-top: 3px !important;
}

.woo-popup {
  border-radius: 4px;
  background-color: #fcfcfc;
  z-index: 999;
  width: 541px;
  min-height: 300px;
  padding: 24px 25px 22px;
  -webkit-font-smoothing: subpixel-antialiased;
  z-index: 99;
  position: relative;
}

.woo-popup-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 99999;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: opacity 0.2s, zoom 0.2s, visibility 0s 0.2s;
  transition: opacity 0.2s, zoom 0.2s, visibility 0s 0.2s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  zoom: 50%;
}

.woo-popup-container.active {
  visibility: visible;
  opacity: 1;
  zoom: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  pointer-events: all;
  -webkit-transition: opacity 0.2s, zoom 0.2s, visibility 0s 0s;
  transition: opacity 0.2s, zoom 0.2s, visibility 0s 0s;
}

.woo-popup__wrapper {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  pointer-events: all;
  max-width: 352px;
  margin-left: auto;
  margin-right: auto;
}

.woo-popup__wrapper.loading {
  opacity: 0.5;
  pointer-events: none;
  cursor: normal;
}

.woo-popup__title {
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  padding-left: 31px;
  margin-bottom: 9px;
}

.woo-popup__close {
  position: absolute;
  right: 20.5px;
  top: 20px;
  cursor: pointer;
  display: block;
  width: 16px;
  height: 16px;
  -webkit-transform: rotate(45deg) translate(0, -50%);
          transform: rotate(45deg) translate(0, -50%);
  border-radius: 50%;
}

.woo-popup__close:after,
.woo-popup__close:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: '';
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 2px;
  background-color: #06380e;
}

.woo-popup__close:after {
  width: 2px;
  height: 20px;
}

.woo-popup__close:before {
  width: 20px;
  height: 2px;
}

.woo-popup__single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 2px solid #ccced6;
  padding-top: 10px;
  padding-bottom: 17px;
}

.woo-popup__single:last-of-type {
  border-bottom: 0;
}

.woo-popup__delete {
  margin-right: 11px;
  position: relative;
  z-index: 999;
  display: block;
  width: 24px;
  height: 24px;
  cursor: pointer;
  -webkit-transition: background .2s linear;
  transition: background .2s linear;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 50%;
  border: 2px solid #99dbaf;
}

.woo-popup__delete:hover {
  background-color: #e1f5e8;
}

.woo-popup__delete:after,
.woo-popup__delete:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  border-radius: 2px;
  content: '';
  -webkit-transition: background .2s linear;
  transition: background .2s linear;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #06380e;
}

.woo-popup__delete:after {
  width: 2px;
  height: 12px;
}

.woo-popup__delete:before {
  width: 12px;
  height: 2px;
}

.woo-popup__content {
  margin-top: 5px;
}

.woo-popup__content .product-name {
  font-weight: 500;
  line-height: 14px;
  font-size: 14px;
  letter-spacing: normal;
  color: #06380e;
  margin-bottom: 0;
}

.woo-popup__price {
  font-weight: 500;
  line-height: 14px;
  font-size: 14px;
  color: #06380e;
  margin-top: 2px;
  margin-left: 1px;
  letter-spacing: 0.2px;
}

.woo-popup__total {
  background-color: #e1f5e8;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  padding: 8px 32px;
  margin-top: 17px;
  margin-bottom: 32px;
  color: #06380e;
}

.woo-popup__ctas {
  text-align: center;
  margin-bottom: 10px;
}

.woo-popup__cta {
  font-size: 12px;
  font-weight: bold;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: 0.64px;
  border: 2px solid #ccced6;
  background-color: #fafafa;
  padding: 15px 9px 15px;
  width: 122px;
  color: #06380e;
  border-radius: 50px;
  display: inline-block;
  height: 47px;
  margin-right: 10px;
}

.woo-popup__cta:last-of-type {
  margin-right: 0;
}

.woo-popup__footer {
  text-align: center;
}

.woo-popup__footer a {
  color: #00a63b;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.woocommerce .woocommerce-cart-form {
  margin: -15px -15px 0;
}

.woocommerce table.shop_table {
  border: 0;
  margin-bottom: 0;
}

.woocommerce table.shop_table td {
  border-top: 1px solid #ccced6;
}

.woocommerce table.shop_table .screen-reader-text + br {
  display: none;
}

.woocommerce table.shop_table .product-thumbnail {
  display: none;
}

.woocommerce table.shop_table thead th {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  color: #06380e;
  padding: 9px 12px 23px;
}

.woocommerce table.shop_table thead th.product-subtotal {
  width: 16.4%;
}

.woocommerce table.shop_table thead th.product-price {
  width: 8.3%;
}

.woocommerce table.shop_table tbody {
  line-height: 32px;
  font-size: 20px;
  color: #06380e;
}

.woocommerce table.shop_table tbody .product-name {
  font-weight: 500;
  width: 58.5%;
}

.woocommerce table.shop_table tbody .product-name p {
  display: none;
}

.woocommerce table.shop_table tbody td {
  height: 112px;
  vertical-align: top;
  padding-top: 25px;
}

.woocommerce table.shop_table input.qty {
  width: 38px !important;
  height: 29px;
  line-height: 29px !important;
  border-radius: 4px;
  border: 1px solid #838588;
  color: #838588;
}

.woocommerce table.shop_table .checkout-button br {
  display: none;
}

.woocommerce table.shop_table td.product-remove {
  position: relative;
  text-align: center;
  width: 8.5%;
  padding-top: 37px !important;
}

.woocommerce table.shop_table a.remove {
  position: relative;
  z-index: 999;
  margin: 0 auto;
  display: block;
  width: 34px;
  height: 34px;
  top: 0;
  left: 0;
  cursor: pointer;
  -webkit-transition: background .2s linear;
  transition: background .2s linear;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 50%;
  border: 2px solid #99dbaf;
  text-indent: -999px;
  color: transparent !important;
}

.woocommerce table.shop_table a.remove:hover {
  background-color: #e1f5e8;
}

.woocommerce table.shop_table a.remove:after,
.woocommerce table.shop_table a.remove:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: '';
  -webkit-transition: background .2s linear;
  transition: background .2s linear;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #06380e;
}

.woocommerce table.shop_table a.remove:after {
  width: 2px;
  height: 15px;
}

.woocommerce table.shop_table a.remove:before {
  width: 15px;
  height: 2px;
}

.woocommerce table.shop_table .subscription-product {
  font-weight: 400;
}

.woocommerce table.shop_table .subscription-product .checkbox {
  width: 16px;
  height: 16px;
  background-color: #00a63b;
  display: inline-block;
  margin-right: 10px;
  background-image: url(../images/icons/check-white.svg);
  background-size: 10px 8px;
  background-position: center;
  background-repeat: no-repeat;
}

.woocommerce table.shop_table .subscription-details {
  display: none;
}

.woocommerce table.shop_table .actions {
  padding-top: 47px;
}

.woocommerce table.shop_table .actions p {
  display: inline-block;
  vertical-align: middle;
}

.woocommerce table.shop_table .actions .c-btn {
  min-width: 0;
  padding-left: 23px;
  padding-right: 23px;
}

.woocommerce table.shop_table .actions .actions-link {
  margin-right: 24px;
  color: #06380e;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.64px;
  position: relative;
  padding-left: 16px;
  vertical-align: 1px;
  display: inline-block;
}

.woocommerce table.shop_table .actions .actions-link .c-btn-icon {
  right: auto;
  left: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.woocommerce .cart_totals {
  width: 367px !important;
}

.woocommerce .cart_totals .order-total strong {
  font-weight: 400;
}

.woocommerce .cart_totals h2 {
  display: none;
}

.woocommerce .cart_totals tbody tr td {
  padding: 25px 16px 24px 60px !important;
  height: auto !important;
}

.woocommerce .cart_totals tbody tr th {
  padding: 25px 16px 24px !important;
  font-weight: 600 !important;
}

.woocommerce .cart_totals tbody tr:first-of-type td {
  padding: 5px 16px 24px 60px !important;
  height: auto !important;
}

.woocommerce .cart_totals tbody tr:first-of-type th {
  padding: 5px 16px 24px !important;
  font-weight: 600 !important;
}

.woocommerce .wc-proceed-to-checkout {
  text-align: center;
}

.woocommerce .wc-proceed-to-checkout .c-btn {
  padding: 22px 80px;
}

.woocommerce input::-webkit-outer-spin-button,
.woocommerce input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

.woocommerce input[type=number] {
  -moz-appearance: textfield;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
  margin-bottom: 50px;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2,
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  max-width: 100% !important;
  -webkit-box-flex: 1 !important;
  -webkit-flex: auto !important;
      -ms-flex: auto !important;
          flex: auto !important;
}

.woocommerce .col2-set .col-2 span.select2 .select2-selection,
.woocommerce .col2-set .col-2 textarea,
.woocommerce .col2-set .col-2 input[type=tel],
.woocommerce .col2-set .col-2 input[type=email],
.woocommerce .col2-set .col-2 input[type=text],
.woocommerce-page .col2-set .col-2 span.select2 .select2-selection,
.woocommerce-page .col2-set .col-2 textarea,
.woocommerce-page .col2-set .col-2 input[type=tel],
.woocommerce-page .col2-set .col-2 input[type=email],
.woocommerce-page .col2-set .col-2 input[type=text],
.woocommerce .col2-set .col-1 span.select2 .select2-selection,
.woocommerce .col2-set .col-1 textarea,
.woocommerce .col2-set .col-1 input[type=tel],
.woocommerce .col2-set .col-1 input[type=email],
.woocommerce .col2-set .col-1 input[type=text],
.woocommerce-page .col2-set .col-1 span.select2 .select2-selection,
.woocommerce-page .col2-set .col-1 textarea,
.woocommerce-page .col2-set .col-1 input[type=tel],
.woocommerce-page .col2-set .col-1 input[type=email],
.woocommerce-page .col2-set .col-1 input[type=text] {
  border: 1px solid #ccced6;
  border-radius: 3px;
  width: 100%;
  background-color: #fcfcfc;
  font-size: 18px;
  line-height: 32px;
  height: 48px;
  padding: 0 15px 2px !important;
  font-size: 18px !important;
  line-height: 32px !important;
}

.woocommerce .col2-set .col-2 span.select2 .select2-selection::-webkit-input-placeholder,
.woocommerce .col2-set .col-2 textarea::-webkit-input-placeholder,
.woocommerce .col2-set .col-2 input[type=tel]::-webkit-input-placeholder,
.woocommerce .col2-set .col-2 input[type=email]::-webkit-input-placeholder,
.woocommerce .col2-set .col-2 input[type=text]::-webkit-input-placeholder,
.woocommerce-page .col2-set .col-2 span.select2 .select2-selection::-webkit-input-placeholder,
.woocommerce-page .col2-set .col-2 textarea::-webkit-input-placeholder,
.woocommerce-page .col2-set .col-2 input[type=tel]::-webkit-input-placeholder,
.woocommerce-page .col2-set .col-2 input[type=email]::-webkit-input-placeholder,
.woocommerce-page .col2-set .col-2 input[type=text]::-webkit-input-placeholder,
.woocommerce .col2-set .col-1 span.select2 .select2-selection::-webkit-input-placeholder,
.woocommerce .col2-set .col-1 textarea::-webkit-input-placeholder,
.woocommerce .col2-set .col-1 input[type=tel]::-webkit-input-placeholder,
.woocommerce .col2-set .col-1 input[type=email]::-webkit-input-placeholder,
.woocommerce .col2-set .col-1 input[type=text]::-webkit-input-placeholder,
.woocommerce-page .col2-set .col-1 span.select2 .select2-selection::-webkit-input-placeholder,
.woocommerce-page .col2-set .col-1 textarea::-webkit-input-placeholder,
.woocommerce-page .col2-set .col-1 input[type=tel]::-webkit-input-placeholder,
.woocommerce-page .col2-set .col-1 input[type=email]::-webkit-input-placeholder,
.woocommerce-page .col2-set .col-1 input[type=text]::-webkit-input-placeholder {
  color: #838588;
}

.woocommerce .col2-set .col-2 span.select2 .select2-selection:-ms-input-placeholder,
.woocommerce .col2-set .col-2 textarea:-ms-input-placeholder,
.woocommerce .col2-set .col-2 input[type=tel]:-ms-input-placeholder,
.woocommerce .col2-set .col-2 input[type=email]:-ms-input-placeholder,
.woocommerce .col2-set .col-2 input[type=text]:-ms-input-placeholder,
.woocommerce-page .col2-set .col-2 span.select2 .select2-selection:-ms-input-placeholder,
.woocommerce-page .col2-set .col-2 textarea:-ms-input-placeholder,
.woocommerce-page .col2-set .col-2 input[type=tel]:-ms-input-placeholder,
.woocommerce-page .col2-set .col-2 input[type=email]:-ms-input-placeholder,
.woocommerce-page .col2-set .col-2 input[type=text]:-ms-input-placeholder,
.woocommerce .col2-set .col-1 span.select2 .select2-selection:-ms-input-placeholder,
.woocommerce .col2-set .col-1 textarea:-ms-input-placeholder,
.woocommerce .col2-set .col-1 input[type=tel]:-ms-input-placeholder,
.woocommerce .col2-set .col-1 input[type=email]:-ms-input-placeholder,
.woocommerce .col2-set .col-1 input[type=text]:-ms-input-placeholder,
.woocommerce-page .col2-set .col-1 span.select2 .select2-selection:-ms-input-placeholder,
.woocommerce-page .col2-set .col-1 textarea:-ms-input-placeholder,
.woocommerce-page .col2-set .col-1 input[type=tel]:-ms-input-placeholder,
.woocommerce-page .col2-set .col-1 input[type=email]:-ms-input-placeholder,
.woocommerce-page .col2-set .col-1 input[type=text]:-ms-input-placeholder {
  color: #838588;
}

.woocommerce .col2-set .col-2 span.select2 .select2-selection::-ms-input-placeholder,
.woocommerce .col2-set .col-2 textarea::-ms-input-placeholder,
.woocommerce .col2-set .col-2 input[type=tel]::-ms-input-placeholder,
.woocommerce .col2-set .col-2 input[type=email]::-ms-input-placeholder,
.woocommerce .col2-set .col-2 input[type=text]::-ms-input-placeholder,
.woocommerce-page .col2-set .col-2 span.select2 .select2-selection::-ms-input-placeholder,
.woocommerce-page .col2-set .col-2 textarea::-ms-input-placeholder,
.woocommerce-page .col2-set .col-2 input[type=tel]::-ms-input-placeholder,
.woocommerce-page .col2-set .col-2 input[type=email]::-ms-input-placeholder,
.woocommerce-page .col2-set .col-2 input[type=text]::-ms-input-placeholder,
.woocommerce .col2-set .col-1 span.select2 .select2-selection::-ms-input-placeholder,
.woocommerce .col2-set .col-1 textarea::-ms-input-placeholder,
.woocommerce .col2-set .col-1 input[type=tel]::-ms-input-placeholder,
.woocommerce .col2-set .col-1 input[type=email]::-ms-input-placeholder,
.woocommerce .col2-set .col-1 input[type=text]::-ms-input-placeholder,
.woocommerce-page .col2-set .col-1 span.select2 .select2-selection::-ms-input-placeholder,
.woocommerce-page .col2-set .col-1 textarea::-ms-input-placeholder,
.woocommerce-page .col2-set .col-1 input[type=tel]::-ms-input-placeholder,
.woocommerce-page .col2-set .col-1 input[type=email]::-ms-input-placeholder,
.woocommerce-page .col2-set .col-1 input[type=text]::-ms-input-placeholder {
  color: #838588;
}

.woocommerce .col2-set .col-2 span.select2 .select2-selection::placeholder,
.woocommerce .col2-set .col-2 textarea::placeholder,
.woocommerce .col2-set .col-2 input[type=tel]::placeholder,
.woocommerce .col2-set .col-2 input[type=email]::placeholder,
.woocommerce .col2-set .col-2 input[type=text]::placeholder,
.woocommerce-page .col2-set .col-2 span.select2 .select2-selection::placeholder,
.woocommerce-page .col2-set .col-2 textarea::placeholder,
.woocommerce-page .col2-set .col-2 input[type=tel]::placeholder,
.woocommerce-page .col2-set .col-2 input[type=email]::placeholder,
.woocommerce-page .col2-set .col-2 input[type=text]::placeholder,
.woocommerce .col2-set .col-1 span.select2 .select2-selection::placeholder,
.woocommerce .col2-set .col-1 textarea::placeholder,
.woocommerce .col2-set .col-1 input[type=tel]::placeholder,
.woocommerce .col2-set .col-1 input[type=email]::placeholder,
.woocommerce .col2-set .col-1 input[type=text]::placeholder,
.woocommerce-page .col2-set .col-1 span.select2 .select2-selection::placeholder,
.woocommerce-page .col2-set .col-1 textarea::placeholder,
.woocommerce-page .col2-set .col-1 input[type=tel]::placeholder,
.woocommerce-page .col2-set .col-1 input[type=email]::placeholder,
.woocommerce-page .col2-set .col-1 input[type=text]::placeholder {
  color: #838588;
}

.woocommerce .col2-set .col-2 span.select2 .select2-selection:focus,
.woocommerce .col2-set .col-2 span.select2 .select2-selection:active,
.woocommerce .col2-set .col-2 textarea:focus,
.woocommerce .col2-set .col-2 textarea:active,
.woocommerce .col2-set .col-2 input[type=tel]:focus,
.woocommerce .col2-set .col-2 input[type=tel]:active,
.woocommerce .col2-set .col-2 input[type=email]:focus,
.woocommerce .col2-set .col-2 input[type=email]:active,
.woocommerce .col2-set .col-2 input[type=text]:focus,
.woocommerce .col2-set .col-2 input[type=text]:active,
.woocommerce-page .col2-set .col-2 span.select2 .select2-selection:focus,
.woocommerce-page .col2-set .col-2 span.select2 .select2-selection:active,
.woocommerce-page .col2-set .col-2 textarea:focus,
.woocommerce-page .col2-set .col-2 textarea:active,
.woocommerce-page .col2-set .col-2 input[type=tel]:focus,
.woocommerce-page .col2-set .col-2 input[type=tel]:active,
.woocommerce-page .col2-set .col-2 input[type=email]:focus,
.woocommerce-page .col2-set .col-2 input[type=email]:active,
.woocommerce-page .col2-set .col-2 input[type=text]:focus,
.woocommerce-page .col2-set .col-2 input[type=text]:active,
.woocommerce .col2-set .col-1 span.select2 .select2-selection:focus,
.woocommerce .col2-set .col-1 span.select2 .select2-selection:active,
.woocommerce .col2-set .col-1 textarea:focus,
.woocommerce .col2-set .col-1 textarea:active,
.woocommerce .col2-set .col-1 input[type=tel]:focus,
.woocommerce .col2-set .col-1 input[type=tel]:active,
.woocommerce .col2-set .col-1 input[type=email]:focus,
.woocommerce .col2-set .col-1 input[type=email]:active,
.woocommerce .col2-set .col-1 input[type=text]:focus,
.woocommerce .col2-set .col-1 input[type=text]:active,
.woocommerce-page .col2-set .col-1 span.select2 .select2-selection:focus,
.woocommerce-page .col2-set .col-1 span.select2 .select2-selection:active,
.woocommerce-page .col2-set .col-1 textarea:focus,
.woocommerce-page .col2-set .col-1 textarea:active,
.woocommerce-page .col2-set .col-1 input[type=tel]:focus,
.woocommerce-page .col2-set .col-1 input[type=tel]:active,
.woocommerce-page .col2-set .col-1 input[type=email]:focus,
.woocommerce-page .col2-set .col-1 input[type=email]:active,
.woocommerce-page .col2-set .col-1 input[type=text]:focus,
.woocommerce-page .col2-set .col-1 input[type=text]:active {
  border: 1px solid #00a63b;
  outline: 0;
}

.woocommerce .col2-set .col-2 .select2-selection__rendered,
.woocommerce-page .col2-set .col-2 .select2-selection__rendered,
.woocommerce .col2-set .col-1 .select2-selection__rendered,
.woocommerce-page .col2-set .col-1 .select2-selection__rendered {
  line-height: 43px !important;
}

.woocommerce .col2-set .col-2 label,
.woocommerce-page .col2-set .col-2 label,
.woocommerce .col2-set .col-1 label,
.woocommerce-page .col2-set .col-1 label {
  display: block;
  width: 100%;
  font-size: 20px;
  line-height: 32px !important;
  font-weight: 500;
  color: #06380e;
  letter-spacing: 0;
  margin: 0;
}

.woocommerce .col2-set .col-2 textarea.input-text,
.woocommerce-page .col2-set .col-2 textarea.input-text,
.woocommerce .col2-set .col-1 textarea.input-text,
.woocommerce-page .col2-set .col-1 textarea.input-text {
  height: 250px !important;
}

.woocommerce .col2-set .col-2 .woocommerce-input-wrapper,
.woocommerce-page .col2-set .col-2 .woocommerce-input-wrapper,
.woocommerce .col2-set .col-1 .woocommerce-input-wrapper,
.woocommerce-page .col2-set .col-1 .woocommerce-input-wrapper {
  display: block;
  width: 100%;
}

.woocommerce .button.alt {
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
  letter-spacing: 0.6px;
  display: inline-block;
  min-width: 160px;
  padding: 21px 44px 22px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  background: #00a63b;
  overflow: hidden;
  border-radius: 50px;
  border: 0;
  outline: 0;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  background-color: #00a63b !important;
}

.woocommerce .button.alt span {
  position: relative;
}

.woocommerce .button.alt:before {
  content: '';
  z-index: 0;
  position: absolute;
  top: 50%;
  right: 100%;
  margin: -15px 0 0 1px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #009936;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scale3d(1, 2, 1);
          transform: scale3d(1, 2, 1);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
          transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
}

.woocommerce .button.alt:hover {
  text-decoration: none;
  color: #ffffff;
}

.woocommerce .button.alt:hover:before {
  -webkit-transform: scale3d(13, 13, 1);
          transform: scale3d(13, 13, 1);
}

.woocommerce .button.alt:before {
  display: none;
}

body.page-id-786 .page-content .content-column {
  padding: 0;
}

body.page-id-786 .page-content .gform_wrapper {
  padding-top: 9px;
}

body.page-id-786 .page-content .gform_wrapper#gform_wrapper_3 {
  margin-top: 1px;
}

body.page-id-786 .page-content .gform_wrapper li.gfield {
  margin-top: 24px;
}

body.page-id-786 .page-content .gform_wrapper #field_3_2,
body.page-id-786 .page-content .gform_wrapper #field_3_1 {
  margin-top: 34px;
}

body.page-id-786 .page-content .gform_wrapper #field_3_2 label.gfield_label,
body.page-id-786 .page-content .gform_wrapper #field_3_1 label.gfield_label {
  display: none;
}

body.page-id-786 .page-content .gform_wrapper #gform_submit_button_3 {
  display: none;
}

@media (min-width: 992px) {
  .partners-strip__logo.show-desktop {
    display: block;
  }
}

@media (max-width: 1439px) {
  .page-hero--category.page-hero--thumbnail .page-hero__thumbnail-wrapper {
    padding: 0 15px;
    max-width: 1140px;
  }

  .campaign-featured-image .container {
    padding: 0 15px;
    max-width: 1140px;
  }

  .post-hero--project .post-hero__thumbnail {
    padding: 0 15px;
    max-width: 1140px;
  }

  .post-hero--post .post-hero__thumbnail {
    padding: 0 15px;
    max-width: 1140px;
  }
}

@media (max-width: 1199px) {
  .card__title {
    font-size: 26px;
  }

  #page .tablepress tbody td {
    min-width: 150px;
  }

  .single-socials {
    max-width: 960px;
  }

  .main-header__nav {
    font-size: 14px;
    line-height: 16px;
  }

  .main-header__nav > .menu > li {
    margin-right: 25px;
  }

  .page-hero--category.page-hero--thumbnail .page-hero__thumbnail-wrapper {
    max-width: 960px;
  }

  .partners-strip__wrapper img {
    padding: 0 10px;
  }

  .campaign-featured-image .container {
    max-width: 960px;
  }

  .post-hero--project .post-hero__thumbnail {
    max-width: 960px;
  }

  .post-hero--post .post-hero__thumbnail {
    max-width: 960px;
  }

  body.page-id-786 .page-content .content-column {
    width: 100%;
  }

  body.page-id-786 .page-content .content-column > div {
    padding: 0 !important;
  }
}

@media (max-width: 1024px) {
  .main-header__nav > .menu > li {
    margin-right: 20px;
  }

  .main-header__right .c-btn {
    font-size: 14px;
    min-width: 100px;
  }
}

@media (max-width: 991px) {
  .tablet-checker {
    display: block;
  }

  .block-margin-top {
    margin-top: 75px;
  }

  .block-margin-bottom {
    margin-bottom: 98px;
  }

  .iframe-wrapper {
    padding-bottom: 56.2%;
  }

  .card {
    margin-bottom: 32px;
  }

  .card--news .card__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .card--news .card__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    position: relative;
  }

  .card--news .card__image-placeholder {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }

  .card--project {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .card--project .card__link {
    -webkit-box-flex: unset;
    -webkit-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }

  .card--project .card__content {
    min-height: 144px;
    padding: 21px 32px;
    -webkit-box-flex: unset;
    -webkit-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }

  .card--project .card__image {
    position: static;
    -webkit-box-flex: unset;
    -webkit-flex: unset;
        -ms-flex: unset;
            flex: unset;
    height: auto;
  }

  .card--project .card__image-placeholder {
    padding-top: 56%;
  }

  .card--project-category {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .card--project-category .card__link {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .card--project-category .card__content {
    min-height: 417px;
    padding: 55px 50px;
  }

  .card--project-category .card__image-placeholder {
    padding-top: 56%;
  }

  .card__image-placeholder--news {
    height: 100%;
    display: block;
  }

  .card__title {
    font-size: 32px;
  }

  .slick-arrow {
    border: 0;
  }

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

  .slick-arrow.slick-prev {
    margin-right: 9px;
  }

  .slick-arrow.slick-next {
    margin-left: 9px;
  }

  #page .tablepress-table-name {
    margin-bottom: 19px;
    letter-spacing: 0;
  }

  #page .tablepress {
    position: relative;
    display: block;
    overflow-x: auto;
    width: 100%;
    margin-top: -9px;
    border-spacing: 0;
    border-collapse: collapse;
    white-space: nowrap;
  }

  #page .tablepress thead {
    display: block;
    float: left;
    min-width: 165px;
  }

  #page .tablepress thead tr {
    display: block;
    border-right: 1px solid #ccced6;
  }

  #page .tablepress thead th {
    display: block;
    padding: 15px 20px 13px;
  }

  #page .tablepress thead th:after {
    display: none;
  }

  #page .tablepress tbody {
    position: relative;
    display: block;
    overflow-x: auto;
    width: auto;
    white-space: nowrap;
  }

  #page .tablepress tbody tr {
    display: inline-block;
    min-width: 177px;
    vertical-align: top;
    border-right: 1px solid #ccced6;
  }

  #page .tablepress tbody td {
    display: block;
    padding: 14px 35px;
  }

  #page .tablepress tbody td:after {
    display: none;
  }

  .big-cta__wrapper {
    padding: 81.5px 15px 90px;
  }

  .product-card {
    margin-bottom: 33px;
  }

  .product-card__image {
    padding-top: 53.5%;
  }

  .post-staff .post-staff__wrapper {
    max-width: 540px;
    margin: 0 auto;
  }

  .single-socials.is_stuck + div {
    display: none !important;
  }

  .single-socials {
    position: relative !important;
    padding-left: 15px;
    top: 0 !important;
  }

  .single-socials__wrapper {
    width: 100%;
    text-align: center;
  }

  .single-socials__wrapper a {
    display: inline-block !important;
  }

  .single-socials__wrapper a span {
    margin: 0 8px;
  }

  .page-fullwidth-image {
    padding-bottom: 88px;
  }

  .page-fullwidth-image .content-image__align-left.spacing-normal {
    padding-left: 39.5px;
    padding-right: 14.5px;
  }

  .page-fullwidth-image .content-image__align-right.spacing-normal {
    padding-right: 39.5px;
    padding-left: 14.5px;
  }

  .main-header--sticky {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
    left: 0;
    right: 0;
  }

  .main-header--sticky.active {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  .main-header--sticky .main-header__bottom {
    padding: 0;
  }

  .main-header .row {
    margin: 0;
  }

  .main-header__top {
    display: none;
  }

  .main-header__bottom {
    padding-bottom: 0px;
  }

  .main-header__logo--desktop svg {
    width: 280px;
  }

  .main-header__wrapper {
    padding: 0 40px;
  }

  .main-header__nav {
    display: none;
  }

  .main-header__right {
    display: none;
  }

  .main-header__left {
    padding: 28px 0 26px;
    max-width: 100%;
  }

  .main-header__cart-icon-mobile {
    display: block;
  }

  .main-header__cart-icon {
    position: absolute;
    right: 64px;
    top: 50%;
    margin-top: 6px;
    margin-right: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    display: block;
  }

  .btn-hamburger {
    display: block;
    margin-top: 4px;
  }

  .btn-hamburger.open {
    margin-top: 8px;
  }

  .main-header__nav-mobile--wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .main-header__nav-mobile--wrapper.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  .main-header__subnav {
    text-align: left;
    margin-top: auto;
    margin-bottom: 0;
    background: #06380e;
    padding-top: 0;
  }

  .main-header__subnav a {
    display: block;
    color: white;
    padding: 19px 40px;
    text-align: center;
    line-height: 24px;
  }

  .main-header__subnav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
  }

  .main-header__subnav li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-right: 1px solid rgba(250, 250, 250, 0.3);
    margin: 0 !important;
  }

  .main-header__subnav li:last-child {
    border-right: 0;
  }

  .main-header__subnav li a:hover {
    color: white;
  }

  .page-hero--category.page-hero--thumbnail:after {
    height: 34.6%;
  }

  .page-hero--category.page-hero--thumbnail .page-hero__thumbnail-wrapper {
    max-width: 720px;
  }

  .page-hero--category .page-hero__content {
    padding-top: 73px;
  }

  .page-hero--project-category .page-hero__content {
    padding-top: 71px;
  }

  .page-hero__thumbnail {
    min-height: 384px;
    padding-top: 0;
  }

  .page-hero__content {
    padding: 121px 0 55px;
  }

  .product-index .page-hero__content {
    padding: 73px 0 53px;
  }

  .tabs__tab-content {
    padding: 41px 0 95px;
  }

  .tabs__tab-content .table-wrapper .tablepress {
    margin-top: 39px !important;
  }

  .block-img-comp {
    padding: 70px 31px;
  }

  .lightbox-gallery__gallery-wrapper .slick-arrow {
    margin-top: -24px;
  }

  .lightbox-gallery__gallery-wrapper .slick-arrow.slick-prev {
    left: -11px;
  }

  .lightbox-gallery__gallery-wrapper .slick-arrow.slick-prev:before {
    display: none;
  }

  .lightbox-gallery__gallery-wrapper .slick-arrow.slick-next {
    right: -11px;
  }

  .lightbox-gallery__gallery-wrapper .slick-arrow.slick-next:before {
    display: none;
  }

  .lightbox-gallery__slider {
    padding: 0 45px;
    max-width: 661px;
  }

  .block-content-links-text {
    padding-bottom: 44px;
  }

  .block-content-images.has-container .b-content-images__content-wrapper {
    max-width: 571px;
  }

  .b-content-images__content-wrapper {
    max-width: 571px;
    margin: 0 auto;
    padding: 47px 0 9px;
    left: auto;
  }

  .b-content-images__col.image-left {
    padding: 0;
  }

  .has-container .b-content-images__col.image-left {
    padding: 0;
  }

  .b-content-images__col.image-right {
    padding: 0;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }

  .has-container .b-content-images__col.image-right {
    padding: 0;
  }

  .b-content-images__col.content-right .b-content-images__content-wrapper {
    left: auto;
    margin: 0 auto;
  }

  .block-cta {
    text-align: center;
  }

  .block-cta__text-wrapper {
    padding-top: 5px;
    padding-bottom: 23px;
  }

  .block-cta__button-wrapper {
    text-align: center;
  }

  .project-category-section {
    margin-bottom: 99px;
  }

  .home-hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .home-hero__content {
    padding: 23px 77px 63px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .home-hero__copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .home-hero__image {
    height: 464px;
    -webkit-box-flex: unset;
    -webkit-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }

  .home-hero__title {
    margin-bottom: 11px;
  }

  .icons-wrapper__section-title sup {
    font-size: 40%;
  }

  .icons-wrapper__single-text {
    max-width: 100%;
  }

  .image-boxes {
    padding-bottom: 0;
  }

  .image-boxes:before {
    width: 100%;
    bottom: auto;
    height: 648px;
  }

  .image-boxes__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 128px 39px 105px;
  }

  .image-boxes__content {
    max-width: 600px;
    padding: 88px 15px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-boxes__section-title {
    max-width: 500px;
  }

  .image-boxes__images {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }

  .image-boxes__image {
    max-width: 100%;
  }

  .home-projects {
    padding-bottom: 161px;
  }

  .home-projects__section-content {
    padding-left: 20px;
  }

  .home-partners {
    margin-bottom: 0;
    margin-top: 0;
  }

  .home-partners__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 128px 0 105px;
  }

  .home-partners__content {
    max-width: 600px;
    padding: 60px 15px 95px;
    margin-left: auto;
    margin-right: auto;
  }

  .home-partners__section-title {
    max-width: 500px;
  }

  .home-partners__image {
    max-width: 100%;
    position: relative;
    left: 0;
    height: 512px;
    width: 100%;
  }

  .partners-strip {
    margin-top: 69px;
  }

  .partners-strip__title {
    width: 168px;
  }

  .partners-strip__logos {
    margin-right: -13px;
  }

  .partners-strip__logo.show-tablet {
    display: block;
  }

  .background-section {
    padding-bottom: 161px;
  }

  .background-section__header-content {
    padding-left: 20px;
  }

  .home-lightbox__wrapper {
    padding: 30px 15px;
  }

  .home-lightbox__wrapper .row {
    height: unset;
  }

  .home-lightbox__wrapper .col-12:first-of-type {
    border-right: 0;
    border-bottom: 1px solid #ccced6;
  }

  .big-ctas {
    padding: 0 20px;
  }

  .big-ctas .col-12:first-of-type {
    border-right: 0;
    border-bottom: 1px solid #ccced6;
  }

  .category-boxes {
    padding-bottom: 159px;
  }

  .category-boxes .container {
    max-width: 601px;
  }

  .category-boxes__wrapper {
    margin-bottom: 44px;
  }

  .category-list {
    padding-bottom: 93px;
  }

  .category-list .category-boxes__wrapper {
    max-width: 571px;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-links__link {
    min-width: 200px;
  }

  .nav-links__link .slick-arrow {
    border: 3px solid #99dbaf !important;
  }

  .nav-links__link .slick-arrow::before {
    display: block;
  }

  .nav-links__link .slick-arrow.slick-prev {
    margin-left: -14px;
  }

  .nav-links__link .slick-arrow.slick-next {
    margin-right: -5px;
  }

  .partner-details {
    padding-top: 92px;
  }

  .partner-hero {
    padding-top: 121px;
  }

  .partner-hero .partner-hero__logo {
    margin-top: 55px;
  }

  .partner-archive-hero {
    padding-top: 73px;
  }

  .partner-filters .partner-filters__wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow-x: auto;
    width: calc(100% - 45px);
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .partner-filters .partner-filters__letter-link {
    min-width: 39px;
  }

  .partner-filters .partner-filters__letter-link.active::after {
    left: 48%;
  }

  .partner-filters .partner-filters__letter-link:last-of-type::after {
    left: 62%;
  }

  .partner-filters .partner-filters__letter-link.link-all {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 13px;
    padding-right: 0;
    min-width: 65px;
  }

  .partner-filters .partner-filters__letter-link.link-all::after {
    left: 43%;
  }

  .partner-filters .next-arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .partner-loop h2.no-results + p {
    margin-bottom: 500px;
  }

  .partner-loop h2.search-results + p {
    margin-bottom: 36px;
  }

  .staff-hero {
    padding-top: 121px;
    text-align: center;
  }

  .staff-hero .staff-hero__image {
    margin: 38px 0 0 0;
  }

  .staff-archive-hero {
    padding-top: 73px;
  }

  .campaign-hero {
    padding-top: 72px;
  }

  .campaign-featured-image .container {
    max-width: 720px;
  }

  .page-template-tpl-campaign .block-content-links {
    padding: 192px 0;
  }

  .page-template-tpl-campaign .block-content-links .content-link {
    margin-bottom: 32px;
  }

  .page-template-tpl-campaign .block-content-links .content-link__img-wrapper {
    max-height: 240px;
  }

  .blog-archive__hero {
    padding: 73px 0 103px;
  }

  .post-categories .post-categories__wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .post-categories .category-trigger {
    letter-spacing: 1.12px;
    margin: 0 6px;
  }

  body.single .c-btn-all-posts {
    margin-bottom: 49px;
  }

  body.single .c-btn-all-projects {
    margin-top: 33px;
  }

  .post-hero {
    padding-top: 72px;
    padding-bottom: 84px;
  }

  .post-hero .post-hero__title {
    margin-bottom: 43px;
  }

  .post-hero .attachment-post-thumbnail {
    margin-top: 59px;
  }

  .post-hero--project .attachment-post-thumbnail {
    margin-top: 12px;
  }

  .post-hero--project .post-hero__title {
    margin-top: 31px !important;
  }

  .post-hero--project .post-hero__thumbnail {
    max-width: 720px;
  }

  .post-hero--post .post-hero__thumbnail {
    max-width: 720px;
  }

  body:not(.home) .background-section--news,
  .background-section--projects {
    padding-bottom: 191px;
  }

  .background-section--projects {
    margin-top: 185px;
    padding-bottom: 223px;
  }

  .background-section--projects .container {
    max-width: 600px;
  }

  .background-section--projects .background-section__header {
    margin-bottom: 44px;
  }

  .background-section--projects-category .container {
    max-width: 600px;
  }

  .project-single__intro h4 + ul {
    margin-top: 10px;
  }

  .project-single__intro .content-column.last_column {
    padding-left: 0;
    margin-bottom: 0;
  }

  .project-single__intro .one_half {
    width: 100%;
    margin-bottom: -11px;
  }

  .project-single__content {
    margin-top: 66px;
  }

  .project-single__product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .page-404__wrapper {
    padding-top: 210px;
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
  }

  .main-footer__top {
    padding-bottom: 84px;
  }

  .main-footer .main-footer__newsletter-form form,
  .main-footer .main-footer__newsletter-form-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .main-footer .main-footer__newsletter-form .hs_email {
    padding-right: 0;
  }

  .main-footer .main-footer__newsletter-form .gform_wrapper .gform_body ul.top_label.gform_fields.description_below li.gfield {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0 !important;
    position: static;
  }

  .main-footer .main-footer__newsletter-form .validation_message {
    left: 0;
  }

  .main-footer .main-footer__newsletter-form .ginput_container,
  .main-footer .main-footer__newsletter-form form > div:first-of-type {
    margin-top: 19px !important;
  }

  .main-footer .main-footer__newsletter-form .gform_wrapper .top_label .gfield_label,
  .main-footer .main-footer__newsletter-form .main-footer__newsletter-label {
    max-width: 100%;
    margin-bottom: 16px;
  }

  .main-footer .main-footer__newsletter-form .gform_button,
  .main-footer .main-footer__newsletter-form .hs-button {
    width: 100% !important;
    display: block;
    margin-top: 16px !important;
  }

  .woo-popup {
    max-width: 95%;
  }

  .woo-popup__wrapper {
    max-width: 90%;
  }

  .woo-popup__delete {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 24px;
        -ms-flex: 0 0 24px;
            flex: 0 0 24px;
  }

  .woocommerce .woocommerce-cart-form {
    margin: 0;
  }

  .woocommerce table.shop_table tbody td {
    height: auto;
  }

  .woocommerce table.shop_table a.remove {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 24px;
        -ms-flex: 0 0 24px;
            flex: 0 0 24px;
  }
}

@media only screen and (max-width: 991px) {
  .dataTables_wrapper .cf:after {
    font-size: 0;
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ' ';
  }

  .dataTables_wrapper * html .cf {
    zoom: 1;
  }

  .dataTables_wrapper *:first-child + html .cf {
    zoom: 1;
  }

  .dataTables_wrapper table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
  }

  .dataTables_wrapper th,
  .dataTables_wrapper td {
    margin: 0;
    vertical-align: top;
  }

  .dataTables_wrapper th {
    text-align: left;
  }

  .dataTables_wrapper table {
    position: relative;
    display: block;
    width: 100%;
  }

  .dataTables_wrapper thead {
    display: block;
    float: left;
  }

  .dataTables_wrapper tbody {
    position: relative;
    display: block;
    overflow-x: auto;
    width: auto;
    white-space: nowrap;
  }

  .dataTables_wrapper thead tr {
    display: block;
  }

  .dataTables_wrapper th {
    display: block;
    text-align: right;
  }

  .dataTables_wrapper tbody tr {
    display: inline-block;
    vertical-align: top;
  }

  .dataTables_wrapper td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }

  /* sort out borders */

  #flip-scroll th {
    border-bottom: 0;
    border-left: 0;
  }

  #flip-scroll td {
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
  }

  #flip-scroll tbody tr {
    border-left: 1px solid #e1f5e8;
  }

  #flip-scroll th:last-child,
  #flip-scroll td:last-child {
    border-bottom: 1px solid #e1f5e8;
  }
}

@media (max-width: 768px) {
  .woocommerce table.shop_table tbody .product-name {
    width: 100%;
  }

  .woocommerce table.shop_table td.product-remove {
    width: 100%;
  }

  .woocommerce .cart_totals {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .home-lightbox__close,
  .post-categories-lightbox__close {
    top: 10px;
    right: 10px;
  }

  body {
    font-size: 17px;
    line-height: 24px;
  }

  ol {
    margin: 0 0 14px;
  }

  ol li {
    margin: 0 0 12px;
    padding: 0 0 0 10px;
  }

  ol li li {
    padding: 0 0 0 20px;
  }

  ol li:before {
    font-size: 14px;
  }

  ul:not([class]) + ol {
    margin-top: -14px;
  }

  ul:not([class]) {
    margin: 25px 0 28px;
  }

  ul:not([class]) li {
    margin: 0 0 12px;
    padding: 0 0 0 10px;
  }

  ul:not([class]) li:before {
    top: 9px;
    left: 0;
    width: 4px;
    height: 4px;
  }

  ul:not([class]) li li:before {
    left: 11px;
  }

  ul:not([class]) li li {
    padding-left: 25px;
  }

  .page-content a:not([class]):before {
    height: 2px;
  }

  .page-content a:not([class]):after {
    height: 2px;
  }

  .page-content a:not([class]) {
    border-bottom-width: 2px;
  }

  .section-title {
    margin: 0 0 31px;
  }

  .container {
    max-width: 720px;
    padding: 0 20px;
  }

  .container-fluid {
    padding: 0 20px;
  }

  .row {
    margin: 0 -20px;
  }

  .col-12 {
    padding: 0 20px;
  }

  .alignleft {
    margin: 0 30px 30px 0;
  }

  .alignright {
    margin: 0 0 30px 30px;
  }

  .alignnone {
    margin: 14px 0 16px;
  }

  .aligncenter {
    margin: 30px auto;
  }

  p + h1,
  p +
  h2,
  p +
  h3,
  p +
  h4,
  p +
  h5,
  p +
  h6 {
    margin-top: 22px;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: 400;
  }

  h1 {
    font-size: 30px;
    margin: 0 0 38px;
  }

  h2 {
    font-size: 24px;
    line-height: 26px;
    margin: 0 0 14px;
  }

  p + h2 {
    margin-top: 33px;
  }

  h3 {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 1px;
  }

  h4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
  }

  p + h4 {
    margin-top: 12px;
  }

  h5 {
    font-weight: 500;
  }

  p {
    margin: 0 0 12px;
  }

  p ul,
  ol + p {
    margin-top: 24px;
  }

  hr {
    margin: 41px 0 38px;
  }

  .block-top-spacing {
    padding-top: 38px;
  }

  .block-bottom-spacing {
    padding-bottom: 51px;
  }

  .columns-spacing-top {
    padding-top: 28px;
  }

  .columns-spacing-bottom {
    padding-bottom: 25px;
  }

  .block-margin-top {
    margin-top: 28px;
  }

  .block-margin-bottom {
    margin-bottom: 48px;
  }

  .content-column {
    margin-bottom: 24px;
    padding-right: 15px;
  }

  .content-column.last_column {
    padding-right: 0;
    padding-left: 15px;
  }

  .c-btn,
  .gform_button,
  .hs-button {
    padding: 14px 34px 13px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.52px;
  }

  .c-btn.c-btn-color-alt,
  .gform_button.c-btn-color-alt,
  .hs-button.c-btn-color-alt {
    padding: 12px 15px 12px;
    font-size: 14px;
    letter-spacing: 0;
    min-width: 180px;
  }

  .c-btn.c-btn-color-alt svg,
  .gform_button.c-btn-color-alt svg,
  .hs-button.c-btn-color-alt svg {
    top: 16px;
    right: 29px;
  }

  .c-btn-wrapper,
  .gform_button-wrapper,
  .hs-button-wrapper {
    margin: 18px 0 16px;
  }

  .c-btn-icon,
  .gform_button-icon,
  .hs-button-icon {
    left: 10px;
    top: 1px;
  }

  .c-btn-secondary:after,
  .gform_button-secondary:after,
  .hs-button-secondary:after {
    bottom: 0;
  }

  .c-btn-secondary:before,
  .gform_button-secondary:before,
  .hs-button-secondary:before {
    bottom: 0;
  }

  .c-btn-secondary,
  .gform_button-secondary,
  .hs-button-secondary {
    padding: 0px 10px 4px 0;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.48px;
    font-weight: 600;
    margin-bottom: 0;
  }

  .c-btn-secondary svg,
  .gform_button-secondary svg,
  .hs-button-secondary svg {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }

  .c-btn-secondary:hover svg,
  .gform_button-secondary:hover svg,
  .hs-button-secondary:hover svg {
    -webkit-transform: scale(0.8) translate(2px);
            transform: scale(0.8) translate(2px);
  }

  .c-btn-secondary.no-icon,
  .gform_button-secondary.no-icon,
  .hs-button-secondary.no-icon {
    font-size: 12px;
    padding: 3px 0;
  }

  .iframe-wrapper {
    margin: 19px auto;
  }

  .card {
    margin-bottom: 12px;
  }

  .card--news .card__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .card--news .card__image {
    -webkit-box-flex: unset;
    -webkit-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
    position: static;
  }

  .card--news .card__image-placeholder {
    position: relative;
  }

  .card--project .card__content {
    padding: 25px 20px;
    min-height: 142px;
  }

  .card--project-category {
    margin-bottom: 13px;
  }

  .card--project-category .card__content {
    padding: 25px 20px;
    min-height: 142px;
  }

  .card__image-placeholder {
    height: 156px;
  }

  .card__image-placeholder--news {
    height: 0;
    padding-top: 55.39%;
    position: relative;
  }

  .card__title {
    font-size: 24px;
    line-height: 24px;
    padding: 11px 20px 12px;
  }

  .card__content {
    padding: 13px 20px;
    min-height: 155px;
  }

  .card__news-category {
    letter-spacing: 1px;
    font-size: 12px;
    margin-bottom: 9px;
  }

  .card__news-title {
    line-height: 24px;
    font-size: 19px;
  }

  .card__project-title {
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 0;
  }

  .card__project-excerpt {
    display: none;
  }

  .card__icon {
    right: 20px;
    margin-top: -2px;
  }

  .slick-arrow {
    width: 20px;
    margin: -21px 0 0;
  }

  .slick-arrow:after {
    border-radius: 2px 2px 2px 0px;
  }

  .slick-arrow.slick-prev {
    right: auto;
    left: 0;
    margin-right: 0;
    left: -4px;
  }

  .slick-arrow.slick-next {
    right: 0;
    left: auto;
    right: -4px;
    margin-left: 0;
  }

  #page .tablepress {
    margin-top: -11px;
    margin-bottom: 18px;
  }

  #page .tablepress thead {
    min-width: 90px;
  }

  #page .tablepress thead th {
    font-size: 13px;
    line-height: 14px;
    padding: 11px 0;
  }

  #page .tablepress tbody tr {
    min-width: 0;
  }

  #page .tablepress tbody td {
    font-size: 13px;
    line-height: 14px;
    padding: 11px 15px;
    min-width: 75px;
  }

  .big-cta__wrapper {
    padding-top: 48px;
    padding-bottom: 56px;
    min-height: 210px;
  }

  .big-cta__image {
    margin-bottom: 16px;
  }

  .big-cta__image svg {
    width: 126px;
  }

  .big-cta__title {
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 26px;
  }

  .big-cta__cta-link {
    font-size: 12px;
    letter-spacing: 0.48px;
    line-height: 16.08px;
  }

  .big-cta__cta-link svg {
    width: 12px;
    margin-left: 5px;
  }

  .product-card {
    min-height: 276px;
    margin-bottom: 3px;
  }

  .product-card__image {
    padding-top: 55.5%;
  }

  .product-card__excerpt {
    font-size: 14px;
    letter-spacing: normal;
    line-height: 14px;
    margin-top: -2px;
    margin-bottom: 19px;
  }

  .product-card__price {
    font-size: 18px;
  }

  .product-card__title {
    margin-top: 20px;
    font-size: 17px;
    margin-bottom: 0;
    line-height: 22px;
  }

  .main-header--sticky.active + .announcement + .post-hero + .content .is_stuck {
    top: auto !important;
  }

  body .gform_wrapper .top_label span.select2 .select2-selection,
  body .gform_wrapper .top_label span.select2 .select2-selection__rendered,
  body .gform_wrapper .top_label textarea,
  body .gform_wrapper .top_label input[type=text] {
    font-size: 16px;
    padding: 0 14px 2px !important;
  }

  body .gform_wrapper ul.gform_fields .gfield_radio input:checked ~ label::before {
    font-size: 17px;
    padding-bottom: 5px;
  }

  body .gform_wrapper .top_label span.select2 .select2-selection {
    padding: 0 !important;
  }

  body .gform_wrapper .top_label span.select2 .select2-selection__rendered {
    font-size: 16px;
    padding: 0 14px 2px !important;
  }

  .post-partner {
    margin-bottom: 12px;
  }

  .post-partner a {
    max-width: 260px;
    margin: 0 auto;
    font-size: 21px;
    line-height: 21px;
    min-height: 108px;
    padding: 5px 20px 8px;
  }

  .post-staff {
    margin-bottom: 12px;
  }

  .post-staff .post-staff__image {
    min-width: 84px;
  }

  .post-staff .post-staff__image img {
    width: 84px;
  }

  .post-staff .post-staff__content {
    padding: 5px 10px 10px 20px;
  }

  .post-staff .post-staff__title {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 8px;
  }

  .post-staff .post-staff__job-title {
    font-size: 12px;
    line-height: 12px;
  }

  .pagination .pagination__wrapper {
    padding: 12px 0;
  }

  .leadparagraph {
    font-size: 19px;
    line-height: 24px;
    margin: 0 0 33px;
  }

  blockquote.alternate,
  blockquote {
    font-size: 24px;
    line-height: 24px;
    margin: 21px 0 18px;
    padding: 0px 0px 44px 0px;
    letter-spacing: -0.1px;
    font-weight: 400;
  }

  blockquote.alternate:not([class]),
  blockquote:not([class]) {
    padding: 6px 14px 6px 18px;
  }

  blockquote.alternate:not([class]) > p:before,
  blockquote:not([class]) > p:before {
    top: 6px;
    left: 11px;
  }

  blockquote.alternate cite,
  blockquote cite {
    font-style: normal;
  }

  blockquote.alternate cite:before,
  blockquote.alternate cite:after,
  blockquote cite:before,
  blockquote cite:after {
    font-size: 18px;
  }

  blockquote.alternate cite:before,
  blockquote cite:before {
    top: -2px;
    left: -7px;
  }

  blockquote.alternate .author,
  blockquote .author {
    font-size: 14px;
    line-height: 16px;
    bottom: 10px;
  }

  .page-accordion {
    padding: 4px 0 38px;
  }

  .page-accordion + .page-fullwidth-image {
    padding-top: 10px;
  }

  .single-accordion {
    padding: 0 0 11px;
  }

  .single-accordion__content {
    padding: 0 30px 0 10px;
  }

  .single-accordion__title {
    padding: 12px 10px 0;
  }

  .single-accordion__title h4 {
    font-weight: 500;
    font-size: 16px;
  }

  .page-fullwidth-image {
    padding: 42px 0 42px;
  }

  .page-fullwidth-image .content-image__align-left.spacing-normal {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 22px;
  }

  .page-fullwidth-image .content-image__align-right.spacing-normal {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .content-image + .content-image {
    padding-top: 15px;
  }

  .content-image__align-left,
  .content-image__align-right {
    width: 100%;
  }

  .content-image__align-left {
    float: none;
  }

  .content-image__align-left.spacing-normal {
    padding: 0 0 10px;
    margin-top: 14px;
  }

  .content-image__align-left.spacing-normal:last-child {
    padding: 0;
  }

  .content-image__align-right {
    float: none;
  }

  .content-image__align-right.spacing-normal {
    margin-top: 0;
    padding: 0 0 15px;
  }

  .content-image__align-right.spacing-normal:last-child {
    padding: 0;
  }

  .main-header__logo {
    max-width: 100px;
  }

  .main-header__logo--desktop {
    display: none;
  }

  .main-header__logo--mobile {
    display: block;
  }

  .main-header__wrapper {
    padding: 0 20px;
  }

  .main-header__left {
    padding: 12px 0 5px;
    min-width: auto;
  }

  .main-header__cart-icon {
    right: 36px;
    top: 50%;
    margin-top: 2px;
  }

  .main-header__cart-icon svg {
    max-width: 22px;
  }

  .announcement {
    height: 50px;
  }

  .announcement.inactive {
    margin-top: -50px;
  }

  .announcement__wrapper {
    padding: 0 30px;
  }

  .announcement__content {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
  }

  .btn-hamburger {
    width: 20px;
    height: 15px;
    margin: 0;
  }

  .btn-hamburger span {
    height: 2px;
  }

  .btn-hamburger span {
    width: 20px;
  }

  .btn-hamburger span:nth-child(2) {
    top: 6px;
  }

  .btn-hamburger span:nth-child(3) {
    top: 12px;
  }

  .btn-hamburger.open {
    margin-top: 0;
  }

  .btn-hamburger.open span:nth-child(1) {
    top: -1px;
    left: 2px;
  }

  .btn-hamburger.open span:nth-child(3) {
    top: 13px;
  }

  .main-header__nav-mobile {
    font-size: 18px;
    line-height: 24px;
  }

  .main-header__nav-mobile .menu > li {
    padding-bottom: 7px;
  }

  .main-header__nav-mobile .menu > li > a {
    padding: 17px 20px 10px;
  }

  .main-header__nav-mobile .menu > li.menu-item-has-children > a:after {
    right: 27px;
    margin-top: -1px;
    width: 7px;
    height: 7px;
  }

  .main-header__nav-mobile .sub-menu .sub-menu {
    margin-top: 11px;
  }

  .main-header__nav-mobile .sub-menu li {
    margin-bottom: 11px;
  }

  .main-header__nav-mobile .sub-menu a {
    padding: 0 40px;
  }

  .main-header__nav-mobile--wrapper {
    right: 0px;
    left: 0px;
    top: 59px;
  }

  .main-header__subnav {
    padding: 0px 0;
  }

  .main-header__subnav a {
    padding: 12px 20px;
    font-size: 15px;
  }

  .main-header__subnav li {
    margin: 0;
  }

  .main-header__cta-wrapper--mobile .c-btn {
    padding: 14px 15px;
  }

  .main-header__cta-wrapper--mobile {
    padding: 0;
  }

  .page-hero--category h1 {
    margin-bottom: 26px;
  }

  .page-hero--category.page-hero--thumbnail .page-hero__content {
    padding-bottom: 31px;
  }

  .page-hero--category .page-hero__content {
    padding-top: 47px;
  }

  .page-hero--category .page-hero__thumbnail {
    min-height: 154px;
    margin-bottom: 39px;
  }

  .page-hero--project-category .page-hero__content {
    padding-top: 47px;
    padding-bottom: 54px;
  }

  .page-hero--project-category .page-hero__content h1 {
    margin-bottom: 18px;
  }

  .page-hero__thumbnail {
    min-height: 0;
    margin-bottom: 42px;
    padding-top: 55%;
  }

  .page-hero__content {
    padding: 57px 0 32px;
  }

  .product-index .page-hero__content {
    padding-top: 48px;
  }

  .product-index .page-hero__content h1 {
    margin-bottom: 25px;
  }

  .page-hero__introtext {
    margin-top: 25px;
    margin-bottom: 1px;
  }

  .page-hero__icon {
    width: 32px;
    height: 32px;
  }

  .block-tabs .section-title {
    margin: 0 0 26px;
  }

  .block-tabs h2 {
    margin-bottom: 17px;
  }

  .tabs__link-list {
    white-space: nowrap;
  }

  .tabs__link-list-wrapper {
    border-bottom-color: #828f9b;
  }

  .tabs__link {
    font-size: 14px;
    line-height: 18px;
    display: none;
    float: none;
  }

  .tabs__link:last-child:before {
    display: none;
  }

  .tabs__link a {
    font-weight: 500;
  }

  .tabs__link a:after {
    bottom: 0;
    position: absolute;
    right: auto;
    left: 0;
    display: block;
    width: 0;
    content: '';
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    background-color: #00a63b;
    height: 3px;
    left: 50%;
    -webkit-transform: translate(-50%, -1px);
            transform: translate(-50%, -1px);
  }

  .tabs__link.active {
    display: block;
  }

  .tabs__link.active a:after {
    width: 57%;
  }

  .tabs__tab-content {
    padding: 19px 0 45px;
  }

  .tabs__tab-content-wrapper {
    border-bottom-color: #828f9b;
  }

  .tabs__tab-content p .alignnone {
    margin-bottom: 31px;
  }

  .tabs__tab-content .table-wrapper .tablepress {
    margin-top: 17px !important;
    margin-bottom: 37px !important;
  }

  .tab-head-wrap button {
    position: absolute;
    top: 50%;
    display: block;
  }

  .tab-head-wrap button.tab-prev,
  .tab-head-wrap button.tab-next {
    display: block;
  }

  .block-img-comp {
    padding: 50px 20px 39px;
  }

  .block-img-comp .section-title {
    text-align: left;
  }

  .block-img-comp .container-fluid {
    padding: 0;
  }

  .block-img-comp .row {
    margin: 0;
    padding: 0;
  }

  .block-img-comp [class*='col'] {
    padding: 0 0 12px;
  }

  .block-img-single.small-top {
    padding-bottom: 12px;
  }

  .block-gallery-slider {
    padding: 31px 0 25px;
  }

  .block-gallery-slider h2 {
    margin-bottom: 19px;
  }

  .bc-gallery__slider {
    padding: 0 20px;
  }

  .bc-gallery__caption {
    font-size: 12px;
    line-height: 14px;
    padding: 13px 15px;
  }

  .block-gallery-lightbox {
    padding: 33px 0 33px;
  }

  .block-gallery-lightbox .row {
    margin: 0 -8px;
  }

  .lightbox-gallery__single-thumb {
    padding: 0 8px 12px;
  }

  .lightbox-gallery__gallery-wrapper .slick-arrow {
    top: 50%;
    margin-top: 0;
  }

  .lightbox-gallery__thumbnails-wrapper {
    margin-top: 18px;
  }

  .lightbox-gallery__slider {
    padding: 0 20px;
  }

  .lightbox-gallery__single-slide {
    padding: 40px 0;
  }

  .lightbox-gallery__single-slide img {
    max-height: calc(100vh - 80px);
  }

  .lightbox-gallery__caption {
    font-size: 12px;
    line-height: 14px;
    padding: 13px 15px;
  }

  .lightbox-gallery__close {
    top: 10px;
    right: 10px;
  }

  .block-content-links {
    padding: 38px 0 25px;
  }

  .block-content-links-text {
    padding-bottom: 25px;
  }

  .block-content-links-text .content-link {
    margin-bottom: 11px;
  }

  .block-content-links-text .content-link__title {
    padding: 11px 35px 11px 19px;
  }

  .block-content-links-text .content-link__icon {
    margin-top: -1px;
  }

  .block-content-links__wrapper {
    margin-top: 20px;
  }

  .content-link {
    margin-bottom: 11px;
  }

  .content-link__title {
    padding: 14px 35px 13px 20px;
  }

  .content-link__icon {
    right: 20px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    top: 38%;
  }

  .block-content-images h3 {
    font-size: 24px;
    line-height: 24px;
  }

  .block-content-images.has-container .b-content-images__content-wrapper {
    padding: 23px 0px 10px;
  }

  .b-content-images__content-wrapper {
    padding: 21px 20px 2px;
  }

  .block-cta {
    padding: 39px 0 42px;
  }

  .block-cta__text-wrapper {
    padding-bottom: 3px;
  }

  .project-category-section {
    margin-bottom: 64px;
  }

  .home-hero {
    margin-bottom: 45px;
  }

  .home-hero__content {
    padding: 33px 49px 48px;
  }

  .home-hero__copy {
    display: block;
  }

  .home-hero__image {
    height: 204px;
  }

  .home-hero__title {
    font-size: 64px;
    font-weight: 400;
    line-height: 54px;
    margin-bottom: 21px;
  }

  .home-hero__ctas {
    min-width: 0;
  }

  .home-hero .home-hero__cta {
    margin-bottom: 12px;
    padding-left: 33px;
    letter-spacing: 0.2px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .icons-wrapper {
    margin-bottom: 61px;
  }

  .icons-wrapper__section-title {
    font-size: 36px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -0.07px;
    max-width: 78%;
    margin-bottom: 30px;
  }

  .icons-wrapper__section-title sup {
    top: -15px;
    font-size: 42%;
  }

  .icons-wrapper__single {
    margin-bottom: 32px;
  }

  .icons-wrapper__single svg {
    margin-bottom: 11px;
  }

  .icons-wrapper__single-title {
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 19px;
  }

  .icons-wrapper__single-text {
    font-size: 17px;
    line-height: 20px;
  }

  .image-boxes:before {
    height: 330px;
  }

  .image-boxes__wrapper {
    padding: 60px 20px 56px;
  }

  .image-boxes__content {
    font-size: 17px;
    line-height: 24px;
    padding: 41px 0;
  }

  .image-boxes__section-title {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 25px;
  }

  .image-boxes__section-content {
    margin-bottom: 30px;
  }

  .image-boxes__link {
    margin-bottom: 0;
  }

  .image-boxes__image {
    height: 108px;
  }

  .image-boxes__image-title {
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 0;
  }

  .image-boxes__image-text {
    font-size: 17px;
    line-height: 24px;
  }

  .image-boxes__cta:first-of-type {
    min-width: 180px;
    margin-right: 0;
  }

  .image-boxes__cta:last-of-type {
    display: none;
  }

  .home-projects {
    padding-top: 90px;
    padding-bottom: 83px;
  }

  .home-projects__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-bottom: 30px;
  }

  .home-projects__section-title {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 15px;
  }

  .home-projects__section-content {
    padding-left: 0;
    font-size: 17px;
  }

  .home-partners__wrapper {
    padding: 60px 0 54px;
  }

  .home-partners__content {
    font-size: 17px;
    line-height: 24px;
    padding: 30px 20px 48px;
  }

  .home-partners__section-title {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 25px;
  }

  .home-partners__section-content {
    margin-bottom: 30px;
  }

  .home-partners__image {
    height: 204px;
  }

  .home-partners__cta:first-of-type {
    min-width: 180px;
    margin-right: 0;
  }

  .home-partners__cta:last-of-type {
    display: none;
  }

  .partners-strip {
    margin-top: 0;
    padding-top: 27px;
    margin-bottom: 68px;
  }

  .partners-strip__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }

  .partners-strip__title {
    margin-left: auto;
    margin-right: auto;
    max-width: 160px;
    font-size: 23px;
    line-height: 24px;
    margin-bottom: 21px;
  }

  .partners-strip__logos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 0;
  }

  .partners-strip__logo {
    margin-bottom: 16px;
  }

  .partners-strip__logo.show-tablet {
    display: none;
  }

  .partners-strip__logo.show-phone {
    display: block;
  }

  .background-section {
    padding-top: 90px;
    padding-bottom: 85px;
  }

  .background-section--news {
    padding-bottom: 88px;
  }

  .background-section--news .background-section__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 15px;
  }

  .background-section__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-bottom: 30px;
  }

  .background-section__header-title {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 15px;
  }

  .background-section__header-content {
    padding-left: 0;
    font-size: 17px;
  }

  .background-section__cta {
    display: none;
    margin-top: 0;
  }

  .background-section__cta--mobile {
    display: block;
  }

  .home-lightbox__wrapper .row {
    margin: 0 -15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }

  .home-lightbox__wrapper .col-12 {
    height: 50%;
  }

  .home-lightbox .big-cta__image {
    display: none;
  }

  .category-boxes {
    padding-top: 41px;
    padding-bottom: 76px;
  }

  .category-boxes__cta {
    margin-top: 13px;
  }

  .category-boxes__cta a {
    font-weight: bold;
    padding: 0px 6px 4px 0;
  }

  .category-boxes__cta a .c-btn-icon {
    left: 7px;
  }

  .category-boxes__icon {
    width: 32px;
    margin-top: 8px;
    margin-right: 4px;
  }

  .category-boxes__title {
    margin-bottom: 11px;
  }

  .category-boxes__wrapper {
    margin-bottom: 37px;
  }

  .category-list {
    padding-bottom: 48px;
  }

  .category-list__title {
    margin-bottom: 32px;
  }

  .category-list .product-card {
    margin: 0 10px;
    margin-bottom: 12px;
  }

  .category-page-content {
    margin-bottom: 66px;
    margin-top: 50px;
  }

  .category-page-content .content-column {
    margin-top: 24px;
  }

  .category-page-content .content-column p + h4 {
    margin-top: 24px;
  }

  .category-page-content .content-column h4 {
    font-size: 18px;
  }

  .category-page-content .content-column h4 strong {
    letter-spacing: 0;
  }

  .category-page-content .content-column.last_column {
    padding-left: 0;
    margin-top: 0;
  }

  .nav-links {
    padding: 37px 0 35px;
  }

  .nav-links__wrapper {
    padding: 0;
  }

  .nav-links__link {
    min-width: 0;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    margin-top: 0;
  }

  .nav-links__link-prev {
    margin-left: -13px;
  }

  .nav-links__link .slick-arrow {
    border-width: 2px !important;
  }

  .nav-links__link .slick-arrow::before {
    display: none;
  }

  .nav-links__link .slick-arrow.slick-prev {
    margin-right: 0;
    margin-left: 5px;
  }

  .nav-links__link .slick-arrow.slick-next {
    margin-left: 0;
    margin-right: 4px;
  }

  .nav-links__link-content {
    display: none;
  }

  .nav-links__center-link--desktop {
    display: none;
  }

  .nav-links__center-link--mobile {
    display: block;
  }

  .nav-links__center-link .c-btn {
    min-width: 161px;
    display: block;
  }

  body.single-partner .back-to-archive {
    margin: 24px 0 95px;
    min-width: 180px;
  }

  .partner-details {
    padding: 43px 0 15px 20px;
  }

  .partner-details .partner-details__single {
    margin-bottom: 16px;
  }

  .partner-details .partner-details__single:nth-of-type(3) {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }

  .partner-details .partner-details__single:nth-of-type(4) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }

  .partner-details .partner-details__name {
    font-size: 12px;
    letter-spacing: 0.7px;
  }

  .partner-details .partner-details__value {
    font-size: 16px;
    line-height: 16px;
    margin-top: 0;
  }

  .partner-details .partner-details__link {
    top: -6px;
    font-size: 16px;
    line-height: 16px;
    margin-top: 0;
  }

  .partner-details .partner-details__link::before,
  .partner-details .partner-details__link::after {
    height: 2px;
    bottom: -4px;
  }

  .partner-hero {
    padding: 59px 0 27px;
    text-align: center;
  }

  .partner-hero .partner-hero__logo {
    margin: 33px 0;
    height: 131px;
  }

  .partner-hero .partner-hero__logo img {
    max-width: 120px;
  }

  .partner-archive-hero {
    padding: 47px 0 30px;
  }

  .partner-archive-hero .partner-archive-hero__title {
    margin-bottom: 26px;
  }

  .partner-archive-search {
    border: 0;
    padding: 24px 0;
  }

  .partner-archive-search form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .partner-archive-search input[type="text"] {
    font-size: 16px;
    padding: 0 14px 2px !important;
  }

  .partner-archive-search input[type="text"] {
    width: 100%;
    max-width: 320px;
    margin: 0;
    height: 48px;
    font-size: 16px !important;
  }

  .partner-archive-search button[type="submit"] {
    padding: 14px 34px 13px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.52px;
  }

  .partner-archive-search button[type="submit"] {
    width: 100%;
    max-width: 320px;
    height: 48px;
    border-radius: 24px;
    padding: 13px 34px 13px 37px;
    margin-top: 12px;
  }

  .partner-archive-search button[type="submit"] span {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .partner-archive-search button[type="submit"] span svg {
    width: 12px;
    height: 12px;
    margin-right: 7px;
  }

  .partner-filters .partner-filters__letter-link {
    font-size: 15px;
    padding: 8px 10px;
    min-width: 33px;
  }

  .partner-filters .partner-filters__letter-link:last-of-type::after {
    left: 63%;
  }

  .partner-filters .partner-filters__letter-link.link-all {
    min-width: 69px;
    padding-left: 26px;
  }

  .partner-filters .partner-filters__letter-link.link-all::after {
    left: 53%;
  }

  .partner-filters .next-arrow {
    height: 48px;
    width: 45px;
    right: 28px;
  }

  .partner-filters .next-arrow svg {
    width: 6px;
    height: 10px;
  }

  .partner-loop {
    padding-top: 36px;
  }

  .partner-loop h2.no-results {
    margin-top: 0;
  }

  .partner-loop h2.no-results + p {
    margin-bottom: 300px;
  }

  .partner-loop h2.search-results {
    margin: 0 0 15px;
  }

  .partner-loop h2.search-results + p {
    margin-bottom: 26px;
  }

  .pagination--partner {
    padding-bottom: 94px;
  }

  body.single-leadership .back-to-archive {
    margin: 10px 0 95px;
    min-width: 180px;
  }

  .staff-hero {
    padding: 59px 0 72px;
    margin-bottom: 42px;
  }

  .staff-hero .staff-hero__title {
    margin-bottom: 2px;
  }

  .staff-hero .staff-hero__job-title {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 0;
  }

  .staff-hero .staff-hero__email {
    font-size: 14px;
    line-height: 25px;
  }

  .staff-hero .staff-hero__image {
    margin: 16px 0 0 0;
  }

  .staff-archive-hero {
    padding: 47px 0 54px;
  }

  .staff-archive-hero .staff-archive-hero__title {
    margin-bottom: 26px;
  }

  .staff-archive-hero .staff-archive-hero__description {
    text-align: left;
  }

  .staff-loop {
    padding: 36px 0 84px;
  }

  .campaign-hero {
    padding: 43px 0 31px;
  }

  .campaign-hero .campaign-hero__title {
    margin: 15px 0 32px;
  }

  .campaign-sponsors {
    margin-bottom: 29px;
  }

  .campaign-sponsors .campaign-sponsors__wrapper {
    padding: 15px 8px;
  }

  .campaign-sponsors .campaign-sponsors__wrapper img {
    max-width: 48px;
    max-height: 16px;
    margin: 0 8px;
  }

  body.page-template-tpl-campaign .c-btn-primary {
    min-width: 160px;
  }

  body.page-template-tpl-campaign .block-content h2 {
    text-align: left !important;
  }

  .page-template-tpl-campaign .block-content-links {
    padding: 94px 0 109px;
    margin-top: 93px;
  }

  .page-template-tpl-campaign .block-content-links .section-title {
    font-size: 14px;
    margin-bottom: 31px;
  }

  .page-template-tpl-campaign .block-content-links .content-link {
    margin-bottom: 12px;
  }

  .page-template-tpl-campaign .block-content-links .content-link__title {
    padding: 14px 70px 12px 20px;
  }

  .blog-archive__hero {
    padding-bottom: 41px;
    padding-top: 47px;
  }

  .post-categories {
    padding-bottom: 9px;
  }

  .post-categories .post-categories__wrapper {
    display: none;
  }

  .post-categories .mobile-category-trigger {
    display: block;
  }

  .blog-posts {
    padding-top: 36px;
  }

  .blog-posts .card {
    height: auto;
    margin-bottom: 13px;
  }

  .pagination--blog {
    padding-bottom: 94px;
    padding-top: 11px;
  }

  body.single .c-btn-all-posts {
    margin-bottom: 47px;
    margin-top: 42px;
  }

  body.single .c-btn-all-posts .back-to-archive {
    padding: 14px 30px;
  }

  body.single .c-btn-all-projects {
    margin-top: 24px;
  }

  body.single .c-btn-all-projects .back-to-projects {
    padding: 15px 45px;
  }

  .post-hero {
    padding: 43px 0 41px;
  }

  .post-hero .post-hero__title {
    margin: 9px 0 21px;
  }

  .post-hero .post-hero__date {
    font-size: 16px;
  }

  .post-hero .attachment-post-thumbnail {
    margin-top: 26px;
  }

  .post-hero--project .attachment-post-thumbnail {
    margin-top: 10px;
  }

  .post-tags {
    padding-top: 37px;
  }

  .post-tags .tag-trigger {
    font-size: 14px;
    margin: 0 5px;
    padding: 4px 0;
  }

  body:not(.home) .background-section--news,
  .background-section--projects {
    margin-top: 94px;
    padding-top: 92px;
    padding-bottom: 99px;
  }

  body:not(.home) .background-section--news .background-section__header,
  .background-section--projects .background-section__header {
    margin-bottom: 32px;
  }

  body:not(.home) .background-section--news .background-section__header-title,
  .background-section--projects .background-section__header-title {
    font-size: 14px;
    letter-spacing: 1.12px;
  }

  .background-section--projects {
    margin-top: 90px;
    padding-bottom: 116px;
  }

  .background-section--projects .container {
    padding: 0 30px;
  }

  .background-section--projects-category {
    padding-top: 48px;
    padding-bottom: 94px;
  }

  .background-section--projects-category .c-btn-category-projects {
    margin-top: 20px;
  }

  .background-section--projects-category .back-to-projects {
    margin-top: 16px;
    padding: 14px 43px;
  }

  .background-section--projects-category .container {
    padding: 0 30px;
  }

  .project-product {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
  }

  .project-product__title {
    font-size: 21px;
    line-height: 21px;
  }

  .project-product__quantity-label {
    padding-bottom: 12px;
  }

  .project-single__intro {
    font-size: 14px;
    margin-top: 34px;
  }

  .project-single__intro p {
    margin-bottom: 13px;
  }

  .project-single__intro h4 {
    font-size: 12px;
    letter-spacing: 0.96px;
    line-height: 24px;
    margin-bottom: -1px;
  }

  .project-single__intro h4 + ul {
    margin-top: 1px;
  }

  .project-single__intro ul:not([class]) + h4 {
    margin-top: 13px;
  }

  .project-single__intro ul:not([class]) li {
    padding-left: 20px;
    margin-bottom: 0px;
  }

  .project-single__intro .one_half {
    padding-right: 25px;
  }

  .project-single__content {
    margin-top: 19px;
  }

  .project-single__product {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    border-bottom: 1px solid #ccced6;
    padding-bottom: 41px;
  }

  .page-404__wrapper {
    padding: 73px 50px 102px;
  }

  .page-404__subheading {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0px;
  }

  .page-404__heading {
    margin-bottom: 26px;
  }

  .main-footer {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 39px;
  }

  .main-footer__top {
    padding-top: 36px;
    padding-bottom: 38px;
  }

  .main-footer__top .col-6 {
    padding: 0 19px;
  }

  .main-footer__top .col-6.col-lg-2:nth-child(2) {
    padding-left: 25px;
  }

  .main-footer__bottom {
    text-align: center;
  }

  .main-footer__bottom .row {
    display: inline-block;
    margin: 0;
  }

  .main-footer__bottom .col-12,
  .main-footer__bottom p {
    display: inline;
    line-height: 24px;
    padding: 0;
  }

  .main-footer__bottom a {
    margin: 0 16px 0 0;
    white-space: nowrap;
  }

  .main-footer__newsletter {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 27px;
  }

  .main-footer .main-footer__newsletter-form .validation_message {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
  }

  .main-footer .main-footer__newsletter-form .ginput_container,
  .main-footer .main-footer__newsletter-form form > div:first-of-type {
    margin-top: 3px !important;
  }

  .main-footer .main-footer__newsletter-form .gform_wrapper .top_label .gfield_label,
  .main-footer .main-footer__newsletter-form .main-footer__newsletter-label {
    font-size: 24px !important;
    font-weight: 400;
    line-height: 24px !important;
    text-align: center;
    margin-bottom: 18px;
  }

  .main-footer .main-footer__newsletter-form .gform_wrapper .top_label input.medium,
  .main-footer .main-footer__newsletter-form .hs-input {
    font-size: 16px !important;
    height: 48px;
  }

  .main-footer .main-footer__newsletter-form .gform_button,
  .main-footer .main-footer__newsletter-form .hs-button {
    font-size: 13px !important;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1.04px;
    height: 48px;
    margin-top: 12px !important;
    line-height: 1 !important;
  }

  .woo-popup {
    width: 95%;
  }

  .woo-popup__wrapper {
    max-width: 100%;
  }

  .woo-popup__close {
    width: 26px;
    height: 26px;
  }

  .woo-popup__cta:last-of-type {
    margin-right: auto;
    margin-top: 20px;
  }

  .woo-popup__cta {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .woocommerce .col2-set .col-2 span.select2 .select2-selection,
  .woocommerce .col2-set .col-2 textarea,
  .woocommerce .col2-set .col-2 input[type=tel],
  .woocommerce .col2-set .col-2 input[type=email],
  .woocommerce .col2-set .col-2 input[type=text],
  .woocommerce-page .col2-set .col-2 span.select2 .select2-selection,
  .woocommerce-page .col2-set .col-2 textarea,
  .woocommerce-page .col2-set .col-2 input[type=tel],
  .woocommerce-page .col2-set .col-2 input[type=email],
  .woocommerce-page .col2-set .col-2 input[type=text],
  .woocommerce .col2-set .col-1 span.select2 .select2-selection,
  .woocommerce .col2-set .col-1 textarea,
  .woocommerce .col2-set .col-1 input[type=tel],
  .woocommerce .col2-set .col-1 input[type=email],
  .woocommerce .col2-set .col-1 input[type=text],
  .woocommerce-page .col2-set .col-1 span.select2 .select2-selection,
  .woocommerce-page .col2-set .col-1 textarea,
  .woocommerce-page .col2-set .col-1 input[type=tel],
  .woocommerce-page .col2-set .col-1 input[type=email],
  .woocommerce-page .col2-set .col-1 input[type=text] {
    font-size: 16px;
    padding: 0 14px 2px !important;
  }

  .woocommerce .button.alt {
    padding: 14px 34px 13px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.52px;
  }
}

@media (max-width: 600px) {
  .content-column {
    padding-right: 0;
    padding-left: 0;
  }

  .content-column ul:last-child {
    margin-bottom: 0;
  }

  .content-column.last_column {
    padding-left: 0;
  }

  .content-column.last_column ul:first-child {
    margin-top: -12px;
  }

  .post-staff .post-staff__wrapper {
    max-width: 260px;
  }

  .lightbox-gallery__gallery-wrapper .slick-arrow {
    margin-top: 0;
    top: calc(50% - 20px);
  }
}

#user-choice h1, #user-choice .product_meta , #user-choice .related, #user-choice .woocommerce-tabs, .subscribe-content {
  display: none;
}

.subscribe-content.active {
  display: block;
}

.wc-item-meta p {
  display: inline-block !important;
}

.woocommerce div.product form.cart .variations label {
  white-space: nowrap;
}

.woocommerce div.product h1 {
  font-size: 44px;
}