@charset "UTF-8";

/** Import everything from autoload */

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

@font-face {
  font-family: "icomoon";
  src: url(/wp-content/themes/ecolife/dist/fonts/fonts/icomoon.eot);
  src: url(/wp-content/themes/ecolife/dist/fonts/fonts/icomoon.eot) format("embedded-opentype"), url(/wp-content/themes/ecolife/dist/fonts/fonts/icomoon.ttf) format("truetype"), url(/wp-content/themes/ecolife/dist/fonts/fonts/icomoon.woff) format("woff"), url(/wp-content/themes/ecolife/dist/fonts/fonts/icomoon.svg) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-pinterest:before {
  content: "\E90F";
  color: #fcbb1f;
}

.icon-clock:before {
  content: "\E900";
}

.icon-map:before {
  content: "\E901";
}

.icon-quote:before {
  content: "\E902";
}

.icon-chevron-down:before {
  content: "\E903";
}

.icon-chevron-left:before {
  content: "\E904";
}

.icon-chevron-right:before {
  content: "\E905";
}

.icon-chevron-up:before {
  content: "\E906";
}

.icon-triangle-down:before {
  content: "\E907";
}

.icon-triangle-left:before {
  content: "\E908";
}

.icon-triangle-right:before {
  content: "\E909";
}

.icon-triangle-up:before {
  content: "\E90A";
}

.icon-cancel:before {
  content: "\E90E";
}

.icon-linkedin:before {
  content: "\E90B";
}

.icon-twitter:before {
  content: "\E90C";
}

.icon-youtube:before {
  content: "\E90D";
}

.icon-search:before {
  content: "\F002";
}

.icon-facebook:before {
  content: "\F09A";
}

.icon-instagram:before {
  content: "\F16D";
}

.icon-at:before {
  content: "\F1FA";
}

/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */

/** Import theme styles */

.container,
.main > .woocommerce,
.woocommerce-notices-wrapper,
.container-fluid {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container:before,
.main > .woocommerce:before,
.woocommerce-notices-wrapper:before,
.container:after,
.main > .woocommerce:after,
.woocommerce-notices-wrapper:after,
.container-fluid:before,
.container-fluid:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container *,
.main > .woocommerce *,
.woocommerce-notices-wrapper *,
.container *:before,
.main > .woocommerce *:before,
.woocommerce-notices-wrapper *:before,
.container *:after,
.main > .woocommerce *:after,
.woocommerce-notices-wrapper *:after,
.container-fluid *,
.container-fluid *:before,
.container-fluid *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container,
.main > .woocommerce,
.woocommerce-notices-wrapper,
.container-fluid {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 768px) {
  .container,
  .main > .woocommerce,
  .woocommerce-notices-wrapper,
  .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.container.fill,
.main > .fill.woocommerce,
.fill.woocommerce-notices-wrapper,
.container-fluid.fill {
  padding-left: 0;
  padding-right: 0;
}

.container.fill .row,
.main > .fill.woocommerce .row,
.fill.woocommerce-notices-wrapper .row,
.container.fill .alm-reveal,
.main > .fill.woocommerce .alm-reveal,
.fill.woocommerce-notices-wrapper .alm-reveal,
.container-fluid.fill .row,
.container-fluid.fill .alm-reveal {
  margin-left: 0;
  margin-right: 0;
}

.container.fill .column,
.main > .fill.woocommerce .column,
.fill.woocommerce-notices-wrapper .column,
.container-fluid.fill .column {
  padding-left: 0;
  padding-right: 0;
}

.container,
.main > .woocommerce,
.woocommerce-notices-wrapper {
  max-width: 1400px;
}

.row,
.alm-reveal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
}

.row.justify-center,
.justify-center.alm-reveal {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.row.justify-right,
.justify-right.alm-reveal {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding-left: 30px;
  padding-right: 30px;
}

.column.xs-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.column.xs-20 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.column.xs-25 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.column.xs-33 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.column.xs-40 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
}

.column.xs-50 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.column.xs-60 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  max-width: 60%;
}

.column.xs-67 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.column.xs-75 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.column.xs-80 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  max-width: 80%;
}

.column.xs-83 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333333%;
          flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.column.xs-100 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .row.sm-reverse,
  .sm-reverse.alm-reveal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .column.sm-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .column.sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
    max-width: 10%;
  }

  .column.sm-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .column.sm-25 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .column.sm-33 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .column.sm-40 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }

  .column.sm-50 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .column.sm-60 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }

  .column.sm-67 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .column.sm-75 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .column.sm-80 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }

  .column.sm-83 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .column.sm-100 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .row.md-reverse,
  .md-reverse.alm-reveal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .column {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .column.md-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .column.md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
    max-width: 10%;
  }

  .column.md-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .column.md-25 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .column.md-33 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .column.md-40 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }

  .column.md-50 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .column.md-60 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }

  .column.md-67 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .column.md-75 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .column.md-80 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }

  .column.md-83 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .column.md-100 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .row.lg-reverse,
  .lg-reverse.alm-reveal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .column.lg-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .column.lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
    max-width: 10%;
  }

  .column.lg-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .column.lg-25 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .column.lg-33 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .column.lg-40 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }

  .column.lg-50 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .column.lg-60 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }

  .column.lg-67 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .column.lg-75 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .column.lg-80 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }

  .column.lg-83 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .column.lg-100 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .row.xl-reverse,
  .xl-reverse.alm-reveal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .column.xl-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .column.xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
    max-width: 10%;
  }

  .column.xl-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .column.xl-25 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .column.xl-33 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .column.xl-40 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }

  .column.xl-50 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .column.xl-60 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }

  .column.xl-67 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .column.xl-75 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .column.xl-80 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }

  .column.xl-83 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .column.xl-100 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.reveal,
.reveal--children .wpb_wrapper > * {
  opacity: 0;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.reveal.revealed,
.reveal--children .wpb_wrapper > .revealed {
  opacity: 1;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}

.no-js .reveal,
.no-js .reveal--children .wpb_wrapper > *,
.reveal--children .no-js .wpb_wrapper > * {
  opacity: 1;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}

@media (min-width: 576px) {
  .reveal--up {
    -webkit-transform: translateY(-40px);
         -o-transform: translateY(-40px);
            transform: translateY(-40px);
  }
}

@media (min-width: 576px) {
  .reveal--down {
    -webkit-transform: translateY(40px);
         -o-transform: translateY(40px);
            transform: translateY(40px);
  }
}

@media (min-width: 576px) {
  .reveal--right {
    -webkit-transform: translateX(-40px);
         -o-transform: translateX(-40px);
            transform: translateX(-40px);
  }
}

@media (min-width: 576px) {
  .reveal--left {
    -webkit-transform: translateX(40px);
         -o-transform: translateX(40px);
            transform: translateX(40px);
  }
}

@media (min-width: 576px) {
  .reveal--delay {
    -webkit-transition-delay: 1s;
         -o-transition-delay: 1s;
            transition-delay: 1s;
  }
}

@media (min-width: 576px) {
  .reveal--delay-long {
    -webkit-transition-delay: 1.5s;
         -o-transition-delay: 1.5s;
            transition-delay: 1.5s;
  }
}

@media (min-width: 576px) {
  .reveal--slow {
    -webkit-transition-duration: 2.5s;
         -o-transition-duration: 2.5s;
            transition-duration: 2.5s;
  }
}

.reveal--children .wpb_wrapper > * {
  -webkit-transition-delay: .15s;
       -o-transition-delay: .15s;
          transition-delay: .15s;
}

.reveal--tier > *:nth-child(1) {
  -webkit-transition-delay: 0.125s;
       -o-transition-delay: 0.125s;
          transition-delay: 0.125s;
}

.reveal--tier > *:nth-child(2) {
  -webkit-transition-delay: 0.25s;
       -o-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.reveal--tier > *:nth-child(3) {
  -webkit-transition-delay: 0.375s;
       -o-transition-delay: 0.375s;
          transition-delay: 0.375s;
}

.reveal--tier > *:nth-child(4) {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.reveal--tier > *:nth-child(5) {
  -webkit-transition-delay: 0.625s;
       -o-transition-delay: 0.625s;
          transition-delay: 0.625s;
}

.reveal--tier > *:nth-child(6) {
  -webkit-transition-delay: 0.75s;
       -o-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

.reveal--tier > *:nth-child(7) {
  -webkit-transition-delay: 0.875s;
       -o-transition-delay: 0.875s;
          transition-delay: 0.875s;
}

.reveal--tier > *:nth-child(8) {
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}

/* Parallax Images */

.parallax-image {
  display: none;
}

@media (min-width: 768px) {
  .parallax-images {
    position: relative;
    z-index: 1;
  }

  .parallax-image {
    position: relative;
    max-width: 50%;
    z-index: -1;
    display: initial;
  }

  .parallax-image--main {
    max-width: 100%;
  }

  .parallax-image--large {
    max-width: 75%;
  }

  .parallax-image--top-right {
    position: absolute;
    top: 20%;
    right: -20%;
  }

  .parallax-image--top-right.parallax-image--large {
    top: -15%;
    right: -40%;
  }

  .parallax-image--top-left {
    position: absolute;
    top: 20%;
    left: -20%;
  }

  .parallax-image--top-left.parallax-image--large {
    top: -15%;
    left: -40%;
  }

  .parallax-image--bottom-left {
    position: absolute;
    bottom: -20%;
    left: -20%;
  }

  .parallax-image--bottom-left.parallax-image--large {
    bottom: -40%;
    left: -40%;
  }

  .parallax-image--bottom-right {
    position: absolute;
    bottom: -100%;
    right: -20%;
  }

  .parallax-image--bottom-right.parallax-image--large {
    bottom: -40%;
    right: -40%;
  }
}

address {
  font-weight: 300;
}

address {
  font-size: 1rem;
}

@media screen and (min-width: 576px) {
  address {
    font-size: calc(0.32051vw + 0.88462rem);
  }
}

@media screen and (min-width: 1200px) {
  address {
    font-size: 1.125rem;
  }
}

address {
  line-height: 1.5rem;
}

@media screen and (min-width: 576px) {
  address {
    line-height: calc(0.64103vw + 1.26923rem);
  }
}

@media screen and (min-width: 1200px) {
  address {
    line-height: 1.75rem;
  }
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

body {
  color: #313131;
  font-family: "open-sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-size: 1rem;
}

h1,
.h1,
h2,
.post__title,
.h2,
h3,
.list-item--search .list-item__title,
.post--product .related.products h2,
.post--product .related.products .post__title,
.woocommerce .cart_totals h2,
.woocommerce .cart_totals .post__title,
.h3,
h4,
.vc_toggle .vc_toggle_title > *,
.vc_toggle.vc_toggle_default .vc_toggle_title > *,
.h4,
h5,
form[id*=give-form] legend,
form[id*=give-form] .give-double-the-donation-wrap .give-label,
.main-menu-sub-menu--1__link,
.list-item__title,
.h5,
h6,
.featured-story__label,
.main-menu-sub-menu--2,
.heading-callout,
.h6 {
  font-family: "bebas-neue", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 18px;
}

h1.buffer,
.h1.buffer,
h2.buffer,
.buffer.post__title,
.h2.buffer,
h3.buffer,
.list-item--search .buffer.list-item__title,
.post--product .related.products h2.buffer,
.post--product .related.products .buffer.post__title,
.woocommerce .cart_totals h2.buffer,
.woocommerce .cart_totals .buffer.post__title,
.h3.buffer,
h4.buffer,
.vc_toggle .vc_toggle_title > .buffer,
.h4.buffer,
h5.buffer,
form[id*=give-form] legend.buffer,
form[id*=give-form] .give-double-the-donation-wrap .buffer.give-label,
.buffer.main-menu-sub-menu--1__link,
.buffer.list-item__title,
.h5.buffer,
h6.buffer,
.buffer.featured-story__label,
.buffer.main-menu-sub-menu--2,
.buffer.heading-callout,
.h6.buffer {
  padding-top: 40px;
}

h1,
.h1 {
  font-size: 2rem;
}

@media screen and (min-width: 576px) {
  h1,
  .h1 {
    font-size: calc(6.41026vw - 0.30769rem);
  }
}

@media screen and (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 4.5rem;
  }
}

h1,
.h1 {
  line-height: 1.875rem;
}

@media screen and (min-width: 576px) {
  h1,
  .h1 {
    line-height: calc(6.41026vw - 0.43269rem);
  }
}

@media screen and (min-width: 1200px) {
  h1,
  .h1 {
    line-height: 4.375rem;
  }
}

h2,
.post__title,
.h2 {
  font-size: 1.625rem;
}

@media screen and (min-width: 576px) {
  h2,
  .post__title,
  .h2 {
    font-size: calc(5.44872vw - 0.33654rem);
  }
}

@media screen and (min-width: 1200px) {
  h2,
  .post__title,
  .h2 {
    font-size: 3.75rem;
  }
}

h2,
.post__title,
.h2 {
  line-height: 1.625rem;
}

@media screen and (min-width: 576px) {
  h2,
  .post__title,
  .h2 {
    line-height: calc(4.16667vw + 0.125rem);
  }
}

@media screen and (min-width: 1200px) {
  h2,
  .post__title,
  .h2 {
    line-height: 3.25rem;
  }
}

h3,
.list-item--search .list-item__title,
.post--product .related.products h2,
.post--product .related.products .post__title,
.woocommerce .cart_totals h2,
.woocommerce .cart_totals .post__title,
.h3 {
  font-size: 1.5rem;
}

@media screen and (min-width: 576px) {
  h3,
  .list-item--search .list-item__title,
  .post--product .related.products h2,
  .post--product .related.products .post__title,
  .woocommerce .cart_totals h2,
  .woocommerce .cart_totals .post__title,
  .h3 {
    font-size: calc(2.5641vw + 0.57692rem);
  }
}

@media screen and (min-width: 1200px) {
  h3,
  .list-item--search .list-item__title,
  .post--product .related.products h2,
  .post--product .related.products .post__title,
  .woocommerce .cart_totals h2,
  .woocommerce .cart_totals .post__title,
  .h3 {
    font-size: 2.5rem;
  }
}

h3,
.list-item--search .list-item__title,
.post--product .related.products h2,
.post--product .related.products .post__title,
.woocommerce .cart_totals h2,
.woocommerce .cart_totals .post__title,
.h3 {
  line-height: 1.5rem;
}

@media screen and (min-width: 576px) {
  h3,
  .list-item--search .list-item__title,
  .post--product .related.products h2,
  .post--product .related.products .post__title,
  .woocommerce .cart_totals h2,
  .woocommerce .cart_totals .post__title,
  .h3 {
    line-height: calc(2.5641vw + 0.57692rem);
  }
}

@media screen and (min-width: 1200px) {
  h3,
  .list-item--search .list-item__title,
  .post--product .related.products h2,
  .post--product .related.products .post__title,
  .woocommerce .cart_totals h2,
  .woocommerce .cart_totals .post__title,
  .h3 {
    line-height: 2.5rem;
  }
}

h4,
.vc_toggle .vc_toggle_title > *,
.vc_toggle.vc_toggle_default .vc_toggle_title > *,
.h4 {
  font-family: "open-sans", sans-serif;
  font-weight: 500;
  text-transform: unset;
}

h4,
.vc_toggle .vc_toggle_title > *,
.vc_toggle.vc_toggle_default .vc_toggle_title > *,
.h4 {
  font-size: 1rem;
}

@media screen and (min-width: 576px) {
  h4,
  .vc_toggle .vc_toggle_title > *,
  .vc_toggle.vc_toggle_default .vc_toggle_title > *,
  .h4 {
    font-size: calc(0.64103vw + 0.76923rem);
  }
}

@media screen and (min-width: 1200px) {
  h4,
  .vc_toggle .vc_toggle_title > *,
  .vc_toggle.vc_toggle_default .vc_toggle_title > *,
  .h4 {
    font-size: 1.25rem;
  }
}

h4,
.vc_toggle .vc_toggle_title > *,
.vc_toggle.vc_toggle_default .vc_toggle_title > *,
.h4 {
  line-height: 1.5rem;
}

@media screen and (min-width: 576px) {
  h4,
  .vc_toggle .vc_toggle_title > *,
  .vc_toggle.vc_toggle_default .vc_toggle_title > *,
  .h4 {
    line-height: calc(0.32051vw + 1.38462rem);
  }
}

@media screen and (min-width: 1200px) {
  h4,
  .vc_toggle .vc_toggle_title > *,
  .vc_toggle.vc_toggle_default .vc_toggle_title > *,
  .h4 {
    line-height: 1.625rem;
  }
}

h5,
form[id*=give-form] legend,
form[id*=give-form] .give-double-the-donation-wrap .give-label,
.main-menu-sub-menu--1__link,
.list-item__title,
.h5 {
  font-size: 1.25rem;
}

@media screen and (min-width: 576px) {
  h5,
  form[id*=give-form] legend,
  form[id*=give-form] .give-double-the-donation-wrap .give-label,
  .main-menu-sub-menu--1__link,
  .list-item__title,
  .h5 {
    font-size: calc(1.60256vw + 0.67308rem);
  }
}

@media screen and (min-width: 1200px) {
  h5,
  form[id*=give-form] legend,
  form[id*=give-form] .give-double-the-donation-wrap .give-label,
  .main-menu-sub-menu--1__link,
  .list-item__title,
  .h5 {
    font-size: 1.875rem;
  }
}

h5,
form[id*=give-form] legend,
form[id*=give-form] .give-double-the-donation-wrap .give-label,
.main-menu-sub-menu--1__link,
.list-item__title,
.h5 {
  line-height: 1.5rem;
}

@media screen and (min-width: 576px) {
  h5,
  form[id*=give-form] legend,
  form[id*=give-form] .give-double-the-donation-wrap .give-label,
  .main-menu-sub-menu--1__link,
  .list-item__title,
  .h5 {
    line-height: calc(0.64103vw + 1.26923rem);
  }
}

@media screen and (min-width: 1200px) {
  h5,
  form[id*=give-form] legend,
  form[id*=give-form] .give-double-the-donation-wrap .give-label,
  .main-menu-sub-menu--1__link,
  .list-item__title,
  .h5 {
    line-height: 1.75rem;
  }
}

h6,
.featured-story__label,
.main-menu-sub-menu--2,
.heading-callout,
.h6 {
  font-size: 1rem;
}

@media screen and (min-width: 576px) {
  h6,
  .featured-story__label,
  .main-menu-sub-menu--2,
  .heading-callout,
  .h6 {
    font-size: calc(1.28205vw + 0.53846rem);
  }
}

@media screen and (min-width: 1200px) {
  h6,
  .featured-story__label,
  .main-menu-sub-menu--2,
  .heading-callout,
  .h6 {
    font-size: 1.5rem;
  }
}

h6,
.featured-story__label,
.main-menu-sub-menu--2,
.heading-callout,
.h6 {
  line-height: 1.25rem;
}

@media screen and (min-width: 576px) {
  h6,
  .featured-story__label,
  .main-menu-sub-menu--2,
  .heading-callout,
  .h6 {
    line-height: calc(0vw + 1.25rem);
  }
}

@media screen and (min-width: 1200px) {
  h6,
  .featured-story__label,
  .main-menu-sub-menu--2,
  .heading-callout,
  .h6 {
    line-height: 1.25rem;
  }
}

p {
  font-weight: 300;
}

p {
  font-size: 1rem;
}

@media screen and (min-width: 576px) {
  p {
    font-size: calc(0.32051vw + 0.88462rem);
  }
}

@media screen and (min-width: 1200px) {
  p {
    font-size: 1.125rem;
  }
}

p {
  line-height: 1.5rem;
}

@media screen and (min-width: 576px) {
  p {
    line-height: calc(0.64103vw + 1.26923rem);
  }
}

@media screen and (min-width: 1200px) {
  p {
    line-height: 1.75rem;
  }
}

a {
  color: #6EA84A;
  text-decoration: none;
  -webkit-transition: color 0.15s ease, opacity 0.15s ease;
  -o-transition: color 0.15s ease, opacity 0.15s ease;
  transition: color 0.15s ease, opacity 0.15s ease;
  will-change: color, opacity;
}

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

.single-post a .post__content {
  text-decoration: underline;
}

blockquote {
  font-family: "bebas-neue", sans-serif;
  position: relative;
  padding-left: 0;
  margin: 0;
}

blockquote {
  font-size: 2.25rem;
}

@media screen and (min-width: 576px) {
  blockquote {
    font-size: calc(1.92308vw + 1.55769rem);
  }
}

@media screen and (min-width: 1200px) {
  blockquote {
    font-size: 3rem;
  }
}

blockquote {
  line-height: 2rem;
}

@media screen and (min-width: 576px) {
  blockquote {
    line-height: calc(2.5641vw + 1.07692rem);
  }
}

@media screen and (min-width: 1200px) {
  blockquote {
    line-height: 3rem;
  }
}

blockquote:before {
  content: "\E902";
  color: #59C4D4;
  font-family: 'icomoon';
}

blockquote:before {
  font-size: 2.5rem;
}

@media screen and (min-width: 768px) {
  blockquote:before {
    font-size: calc(16.2037vw - 5.27778rem);
  }
}

@media screen and (min-width: 1200px) {
  blockquote:before {
    font-size: 6.875rem;
  }
}

blockquote:before {
  line-height: 2.5rem;
}

@media screen and (min-width: 768px) {
  blockquote:before {
    line-height: calc(18.51852vw - 6.38889rem);
  }
}

@media screen and (min-width: 1200px) {
  blockquote:before {
    line-height: 7.5rem;
  }
}

blockquote p {
  font-family: "bebas-neue", sans-serif;
}

blockquote p {
  font-size: 2.25rem;
}

@media screen and (min-width: 576px) {
  blockquote p {
    font-size: calc(1.92308vw + 1.55769rem);
  }
}

@media screen and (min-width: 1200px) {
  blockquote p {
    font-size: 3rem;
  }
}

blockquote p {
  line-height: 2rem;
}

@media screen and (min-width: 576px) {
  blockquote p {
    line-height: calc(2.5641vw + 1.07692rem);
  }
}

@media screen and (min-width: 1200px) {
  blockquote p {
    line-height: 3rem;
  }
}

blockquote > *:first-child {
  margin-top: 0;
}

@media (min-width: 576px) {
  blockquote {
    padding-left: 40px;
    border-left: 1px solid #D8D8D8;
    margin: 0 0 0 100px;
  }

  blockquote:before {
    position: absolute;
    left: -100px;
    top: 0;
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  blockquote {
    margin-left: 190px;
  }

  blockquote::before {
    left: -190px;
  }
}

blockquote cite {
  display: block;
  margin-top: 20px;
  font-style: normal;
  font-family: "open-sans", sans-serif;
  text-transform: none;
  line-height: 1.5rem;
  font-size: 18px;
  font-size: 1.125rem;
}

.main ul:not(.list-inline):not(.list-unstyled) ul {
  margin-top: 1em;
}

ul,
ol,
dl {
  font-weight: 300;
}

ul,
ol,
dl {
  font-size: 1rem;
}

@media screen and (min-width: 576px) {
  ul,
  ol,
  dl {
    font-size: calc(0.32051vw + 0.88462rem);
  }
}

@media screen and (min-width: 1200px) {
  ul,
  ol,
  dl {
    font-size: 1.125rem;
  }
}

ul,
ol,
dl {
  line-height: 1.5rem;
}

@media screen and (min-width: 576px) {
  ul,
  ol,
  dl {
    line-height: calc(0.64103vw + 1.26923rem);
  }
}

@media screen and (min-width: 1200px) {
  ul,
  ol,
  dl {
    line-height: 1.75rem;
  }
}

.list-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.list-inline > li {
  color: inherit;
  display: inline-block;
  margin-bottom: inherit;
}

dd {
  margin-left: 0;
}

img,
figure {
  max-width: 100%;
  height: auto;
}

figure img {
  margin-bottom: 15px;
}

figure figcaption {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 0.875rem;
}

img:before {
  content: attr(alt);
  padding: 5px 8px;
  background-color: #e6e6e6;
}

img[src*=".svg"] {
  width: 100%;
}

.img-cover,
.img-circle,
.post__media {
  position: relative;
  overflow: hidden;
  position: relative;
}

.img-cover:before,
.img-circle:before,
.post__media:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

.img-cover > .content,
.img-circle > .content,
.post__media > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.img-cover img,
.img-circle img,
.post__media img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  max-width: none;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.img-cover img.portrait,
.img-circle img.portrait,
.post__media img.portrait {
  height: auto;
  width: 100%;
}

.img-contain {
  position: relative;
  overflow: hidden;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}

.img-contain img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: auto;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.img-contain img.portrait {
  height: 100%;
  width: auto;
}

.img-circle {
  border-radius: 50%;
  /* fixes overflow:hidden bug in Chrome/Opera */
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
  position: relative;
}

.img-circle:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

.img-circle > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.img-circle img {
  /* fixes border radius bug in Chrome */
  -webkit-clip-path: circle(50%);
}

table {
  width: 100%;
}

.vc_toggle,
.vc_toggle.vc_toggle_default {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #D8D8D8;
}

.vc_toggle:last-of-type,
.vc_toggle.vc_toggle_default:last-of-type {
  border-bottom: none;
}

.vc_toggle .vc_toggle_title,
.vc_toggle.vc_toggle_default .vc_toggle_title {
  padding-left: 0;
  padding-right: 50px;
}

.vc_toggle .vc_toggle_title > *,
.vc_toggle.vc_toggle_default .vc_toggle_title > * {
  margin-bottom: 0;
  font-weight: 300;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.vc_toggle .vc_toggle_title > *,
.vc_toggle.vc_toggle_default .vc_toggle_title > * {
  line-height: 1.25rem;
}

@media screen and (min-width: 576px) {
  .vc_toggle .vc_toggle_title > *,
  .vc_toggle.vc_toggle_default .vc_toggle_title > * {
    line-height: calc(3.36538vw + 0.03846rem);
  }
}

@media screen and (min-width: 1200px) {
  .vc_toggle .vc_toggle_title > *,
  .vc_toggle.vc_toggle_default .vc_toggle_title > * {
    line-height: 2.5625rem;
  }
}

.vc_toggle .vc_toggle_title:hover h4,
.vc_toggle .vc_toggle_title:hover .vc_toggle_title > *,
.vc_toggle.vc_toggle_default .vc_toggle_title:hover h4,
.vc_toggle.vc_toggle_default .vc_toggle_title:hover .vc_toggle_title > * {
  color: #6EA84A;
}

.vc_toggle .vc_toggle_title .vc_toggle_icon,
.vc_toggle.vc_toggle_default .vc_toggle_title .vc_toggle_icon {
  left: auto;
  right: 0;
  width: 41px;
  height: 41px;
  border: none;
  border-radius: 50%;
  background-color: #6EA84A;
}

.vc_toggle .vc_toggle_title .vc_toggle_icon:before,
.vc_toggle .vc_toggle_title .vc_toggle_icon:after,
.vc_toggle.vc_toggle_default .vc_toggle_title .vc_toggle_icon:before,
.vc_toggle.vc_toggle_default .vc_toggle_title .vc_toggle_icon:after {
  border-color: white;
  background-color: white;
}

.vc_toggle .vc_toggle_title .vc_toggle_icon:before,
.vc_toggle.vc_toggle_default .vc_toggle_title .vc_toggle_icon:before {
  height: 18px;
}

.vc_toggle .vc_toggle_title .vc_toggle_icon:after,
.vc_toggle.vc_toggle_default .vc_toggle_title .vc_toggle_icon:after {
  width: 18px;
  height: 4px;
}

.vc_toggle.vc_toggle_active .vc_toggle_title,
.vc_toggle.vc_toggle_default.vc_toggle_active .vc_toggle_title {
  color: #6EA84A;
}

.vc_toggle.vc_toggle_active .vc_toggle_icon::after,
.vc_toggle.vc_toggle_default.vc_toggle_active .vc_toggle_icon::after {
  visibility: visible;
}

.vc_toggle .vc_toggle_content,
.vc_toggle.vc_toggle_default .vc_toggle_content {
  padding-left: 0;
  margin-bottom: 0;
}

.vc_toggle .vc_toggle_content *:last-child,
.vc_toggle.vc_toggle_default .vc_toggle_content *:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .vc_toggle .vc_toggle_content,
  .vc_toggle.vc_toggle_default .vc_toggle_content {
    padding-right: 41px;
  }
}

.no-js .vc_toggle .vc_toggle_content,
.no-js
    .vc_toggle.vc_toggle_default .vc_toggle_content {
  display: block;
}

button,
input[type="button"],
input[type="submit"],
input[type="reset"],
.btn,
.gform_wrapper .gform_page_footer input.button,
#tribe-events-footer .tribe-events-pagination a,
.tribe-events .tribe-events-c-search__button,
.post--product .woocommerce .single_add_to_cart_button.button.alt,
.checkout #place_order,
.woocommerce a.button,
.alm-btn-wrap button.alm-load-more-btn,
a.btn,
#tribe-events-footer .tribe-events-pagination a,
.tribe-events a.tribe-events-c-search__button,
.post--product .woocommerce a.single_add_to_cart_button.button.alt,
.checkout a#place_order,
.woocommerce a.button,
.vc_general.vc_btn3 {
  cursor: pointer;
  color: #313131;
  font-weight: 400;
  font-family: "bebas-neue", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 25px;
  background-color: transparent;
  border: none;
  position: relative;
  -webkit-transition-delay: 0.15s;
       -o-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

button,
input[type="button"],
input[type="submit"],
input[type="reset"],
.btn,
.gform_wrapper .gform_page_footer input.button,
#tribe-events-footer .tribe-events-pagination a,
.tribe-events .tribe-events-c-search__button,
.post--product .woocommerce .single_add_to_cart_button.button.alt,
.checkout #place_order,
.woocommerce a.button,
.alm-btn-wrap button.alm-load-more-btn,
a.btn,
#tribe-events-footer .tribe-events-pagination a,
.tribe-events a.tribe-events-c-search__button,
.post--product .woocommerce a.single_add_to_cart_button.button.alt,
.checkout a#place_order,
.woocommerce a.button,
.vc_general.vc_btn3 {
  font-size: 1.25rem;
}

@media screen and (min-width: 576px) {
  button,
  input[type="button"],
  input[type="submit"],
  input[type="reset"],
  .btn,
  .gform_wrapper .gform_page_footer input.button,
  #tribe-events-footer .tribe-events-pagination a,
  .tribe-events .tribe-events-c-search__button,
  .post--product .woocommerce .single_add_to_cart_button.button.alt,
  .checkout #place_order,
  .woocommerce a.button,
  .alm-btn-wrap button.alm-load-more-btn,
  a.btn,
  #tribe-events-footer .tribe-events-pagination a,
  .tribe-events a.tribe-events-c-search__button,
  .post--product .woocommerce a.single_add_to_cart_button.button.alt,
  .checkout a#place_order,
  .woocommerce a.button,
  .vc_general.vc_btn3 {
    font-size: calc(0.64103vw + 1.01923rem);
  }
}

@media screen and (min-width: 1200px) {
  button,
  input[type="button"],
  input[type="submit"],
  input[type="reset"],
  .btn,
  .gform_wrapper .gform_page_footer input.button,
  #tribe-events-footer .tribe-events-pagination a,
  .tribe-events .tribe-events-c-search__button,
  .post--product .woocommerce .single_add_to_cart_button.button.alt,
  .checkout #place_order,
  .woocommerce a.button,
  .alm-btn-wrap button.alm-load-more-btn,
  a.btn,
  #tribe-events-footer .tribe-events-pagination a,
  .tribe-events a.tribe-events-c-search__button,
  .post--product .woocommerce a.single_add_to_cart_button.button.alt,
  .checkout a#place_order,
  .woocommerce a.button,
  .vc_general.vc_btn3 {
    font-size: 1.5rem;
  }
}

button,
input[type="button"],
input[type="submit"],
input[type="reset"],
.btn,
.gform_wrapper .gform_page_footer input.button,
#tribe-events-footer .tribe-events-pagination a,
.tribe-events .tribe-events-c-search__button,
.post--product .woocommerce .single_add_to_cart_button.button.alt,
.checkout #place_order,
.woocommerce a.button,
.alm-btn-wrap button.alm-load-more-btn,
a.btn,
#tribe-events-footer .tribe-events-pagination a,
.tribe-events a.tribe-events-c-search__button,
.post--product .woocommerce a.single_add_to_cart_button.button.alt,
.checkout a#place_order,
.woocommerce a.button,
.vc_general.vc_btn3 {
  line-height: 1.375rem;
}

@media screen and (min-width: 576px) {
  button,
  input[type="button"],
  input[type="submit"],
  input[type="reset"],
  .btn,
  .gform_wrapper .gform_page_footer input.button,
  #tribe-events-footer .tribe-events-pagination a,
  .tribe-events .tribe-events-c-search__button,
  .post--product .woocommerce .single_add_to_cart_button.button.alt,
  .checkout #place_order,
  .woocommerce a.button,
  .alm-btn-wrap button.alm-load-more-btn,
  a.btn,
  #tribe-events-footer .tribe-events-pagination a,
  .tribe-events a.tribe-events-c-search__button,
  .post--product .woocommerce a.single_add_to_cart_button.button.alt,
  .checkout a#place_order,
  .woocommerce a.button,
  .vc_general.vc_btn3 {
    line-height: calc(0vw + 1.375rem);
  }
}

@media screen and (min-width: 1200px) {
  button,
  input[type="button"],
  input[type="submit"],
  input[type="reset"],
  .btn,
  .gform_wrapper .gform_page_footer input.button,
  #tribe-events-footer .tribe-events-pagination a,
  .tribe-events .tribe-events-c-search__button,
  .post--product .woocommerce .single_add_to_cart_button.button.alt,
  .checkout #place_order,
  .woocommerce a.button,
  .alm-btn-wrap button.alm-load-more-btn,
  a.btn,
  #tribe-events-footer .tribe-events-pagination a,
  .tribe-events a.tribe-events-c-search__button,
  .post--product .woocommerce a.single_add_to_cart_button.button.alt,
  .checkout a#place_order,
  .woocommerce a.button,
  .vc_general.vc_btn3 {
    line-height: 1.375rem;
  }
}

button:after,
input[type="button"]:after,
input[type="submit"]:after,
input[type="reset"]:after,
.btn:after,
.gform_wrapper .gform_page_footer input.button:after,
#tribe-events-footer .tribe-events-pagination a:after,
.tribe-events .tribe-events-c-search__button:after,
.post--product .woocommerce .single_add_to_cart_button.button.alt:after,
.checkout #place_order:after,
.woocommerce a.button:after,
.alm-btn-wrap button.alm-load-more-btn:after,
a.btn:after,
#tribe-events-footer .tribe-events-pagination a:after,
.tribe-events a.tribe-events-c-search__button:after,
.post--product .woocommerce a.single_add_to_cart_button.button.alt:after,
.checkout a#place_order:after,
.woocommerce a.button:after,
.vc_general.vc_btn3:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 5px;
  background: #FCBB1F;
  bottom: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.3s cubic-bezier(0.75, -0.1, 0.25, 0.5);
  -o-transition: all 0.3s cubic-bezier(0.75, -0.1, 0.25, 0.5);
  transition: all 0.3s cubic-bezier(0.75, -0.1, 0.25, 0.5);
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
.btn:hover,
.gform_wrapper .gform_page_footer input.button:hover,
#tribe-events-footer .tribe-events-pagination a:hover,
.tribe-events .tribe-events-c-search__button:hover,
.post--product .woocommerce .single_add_to_cart_button.button.alt:hover,
.checkout #place_order:hover,
.woocommerce a.button:hover,
.alm-btn-wrap button.alm-load-more-btn:hover,
.btn:focus,
.gform_wrapper .gform_page_footer input.button:focus,
#tribe-events-footer .tribe-events-pagination a:focus,
.tribe-events .tribe-events-c-search__button:focus,
.post--product .woocommerce .single_add_to_cart_button.button.alt:focus,
.checkout #place_order:focus,
.woocommerce a.button:focus,
.alm-btn-wrap button.alm-load-more-btn:focus,
a.btn:hover,
#tribe-events-footer .tribe-events-pagination a:hover,
.tribe-events a.tribe-events-c-search__button:hover,
.post--product .woocommerce a.single_add_to_cart_button.button.alt:hover,
.checkout a#place_order:hover,
.woocommerce a.button:hover,
a.btn:focus,
#tribe-events-footer .tribe-events-pagination a:focus,
.tribe-events a.tribe-events-c-search__button:focus,
.post--product .woocommerce a.single_add_to_cart_button.button.alt:focus,
.checkout a#place_order:focus,
.woocommerce a.button:focus,
.vc_general.vc_btn3:hover,
.vc_general.vc_btn3:focus {
  color: #313131;
  border: none;
  cursor: pointer;
}

button:hover:after,
button:focus:after,
input[type="button"]:hover:after,
input[type="button"]:focus:after,
input[type="submit"]:hover:after,
input[type="submit"]:focus:after,
input[type="reset"]:hover:after,
input[type="reset"]:focus:after,
.btn:hover:after,
.gform_wrapper .gform_page_footer input.button:hover:after,
#tribe-events-footer .tribe-events-pagination a:hover:after,
.tribe-events .tribe-events-c-search__button:hover:after,
.post--product .woocommerce .single_add_to_cart_button.button.alt:hover:after,
.checkout #place_order:hover:after,
.woocommerce a.button:hover:after,
.alm-btn-wrap button.alm-load-more-btn:hover:after,
.btn:focus:after,
.gform_wrapper .gform_page_footer input.button:focus:after,
#tribe-events-footer .tribe-events-pagination a:focus:after,
.tribe-events .tribe-events-c-search__button:focus:after,
.post--product .woocommerce .single_add_to_cart_button.button.alt:focus:after,
.checkout #place_order:focus:after,
.woocommerce a.button:focus:after,
.alm-btn-wrap button.alm-load-more-btn:focus:after,
a.btn:hover:after,
#tribe-events-footer .tribe-events-pagination a:hover:after,
.tribe-events a.tribe-events-c-search__button:hover:after,
.post--product .woocommerce a.single_add_to_cart_button.button.alt:hover:after,
.checkout a#place_order:hover:after,
.woocommerce a.button:hover:after,
a.btn:focus:after,
#tribe-events-footer .tribe-events-pagination a:focus:after,
.tribe-events a.tribe-events-c-search__button:focus:after,
.post--product .woocommerce a.single_add_to_cart_button.button.alt:focus:after,
.checkout a#place_order:focus:after,
.woocommerce a.button:focus:after,
.vc_general.vc_btn3:hover:after,
.vc_general.vc_btn3:focus:after {
  height: 100%;
}

button.vc_btn3-size-lg,
input[type="button"].vc_btn3-size-lg,
input[type="submit"].vc_btn3-size-lg,
input[type="reset"].vc_btn3-size-lg,
.btn.vc_btn3-size-lg,
.gform_wrapper .gform_page_footer input.vc_btn3-size-lg.button,
#tribe-events-footer .tribe-events-pagination a.vc_btn3-size-lg,
.tribe-events .vc_btn3-size-lg.tribe-events-c-search__button,
.post--product .woocommerce .vc_btn3-size-lg.single_add_to_cart_button.button.alt,
.checkout .vc_btn3-size-lg#place_order,
.woocommerce a.vc_btn3-size-lg.button,
.alm-btn-wrap button.vc_btn3-size-lg.alm-load-more-btn,
a.btn.vc_btn3-size-lg,
#tribe-events-footer .tribe-events-pagination a.vc_btn3-size-lg,
.tribe-events a.vc_btn3-size-lg.tribe-events-c-search__button,
.post--product .woocommerce a.vc_btn3-size-lg.single_add_to_cart_button.button.alt,
.checkout a.vc_btn3-size-lg#place_order,
.woocommerce a.vc_btn3-size-lg.button,
.vc_general.vc_btn3.vc_btn3-size-lg {
  padding: 20px 40px;
  line-height: 1.75rem;
  font-size: 28px;
  font-size: 1.75rem;
}

@media (min-width: 768px) {
  button.vc_btn3-size-lg,
  input[type="button"].vc_btn3-size-lg,
  input[type="submit"].vc_btn3-size-lg,
  input[type="reset"].vc_btn3-size-lg,
  .btn.vc_btn3-size-lg,
  .gform_wrapper .gform_page_footer input.vc_btn3-size-lg.button,
  #tribe-events-footer .tribe-events-pagination a.vc_btn3-size-lg,
  .tribe-events .vc_btn3-size-lg.tribe-events-c-search__button,
  .post--product .woocommerce .vc_btn3-size-lg.single_add_to_cart_button.button.alt,
  .checkout .vc_btn3-size-lg#place_order,
  .woocommerce a.vc_btn3-size-lg.button,
  .alm-btn-wrap button.vc_btn3-size-lg.alm-load-more-btn,
  a.btn.vc_btn3-size-lg,
  #tribe-events-footer .tribe-events-pagination a.vc_btn3-size-lg,
  .tribe-events a.vc_btn3-size-lg.tribe-events-c-search__button,
  .post--product .woocommerce a.vc_btn3-size-lg.single_add_to_cart_button.button.alt,
  .checkout a.vc_btn3-size-lg#place_order,
  .woocommerce a.vc_btn3-size-lg.button,
  .vc_general.vc_btn3.vc_btn3-size-lg {
    width: 100%;
  }
}

button.ghost,
input[type="button"].ghost,
input[type="submit"].ghost,
input[type="reset"].ghost,
.btn.ghost,
.gform_wrapper .gform_page_footer input.ghost.button,
#tribe-events-footer .tribe-events-pagination a.ghost,
.tribe-events .ghost.tribe-events-c-search__button,
.post--product .woocommerce .ghost.single_add_to_cart_button.button.alt,
.checkout .ghost#place_order,
.woocommerce a.ghost.button,
.alm-btn-wrap button.ghost.alm-load-more-btn,
a.btn.ghost,
#tribe-events-footer .tribe-events-pagination a.ghost,
.tribe-events a.ghost.tribe-events-c-search__button,
.post--product .woocommerce a.ghost.single_add_to_cart_button.button.alt,
.checkout a.ghost#place_order,
.woocommerce a.ghost.button,
.vc_general.vc_btn3.ghost {
  color: #6EA84A;
  background-color: transparent;
}

button.btn--full,
.btn--full button,
input[type="button"].btn--full,
.btn--full
  input[type="button"],
input[type="submit"].btn--full,
.btn--full
  input[type="submit"],
input[type="reset"].btn--full,
.btn--full
  input[type="reset"],
.btn.btn--full,
.gform_wrapper .gform_page_footer input.btn--full.button,
#tribe-events-footer .tribe-events-pagination a.btn--full,
.tribe-events .btn--full.tribe-events-c-search__button,
.post--product .woocommerce .btn--full.single_add_to_cart_button.button.alt,
.checkout .btn--full#place_order,
.woocommerce a.btn--full.button,
.alm-btn-wrap button.btn--full.alm-load-more-btn,
.btn--full
  .btn,
.btn--full .gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer
  .btn--full input.button,
.btn--full #tribe-events-footer .tribe-events-pagination a,
#tribe-events-footer .tribe-events-pagination
  .btn--full a,
.btn--full .tribe-events .tribe-events-c-search__button,
.tribe-events
  .btn--full .tribe-events-c-search__button,
.btn--full .post--product .woocommerce .single_add_to_cart_button.button.alt,
.post--product .woocommerce
  .btn--full .single_add_to_cart_button.button.alt,
.btn--full .checkout #place_order,
.checkout
  .btn--full #place_order,
.btn--full .woocommerce a.button,
.woocommerce
  .btn--full a.button,
.btn--full .alm-btn-wrap button.alm-load-more-btn,
.alm-btn-wrap
  .btn--full button.alm-load-more-btn,
a.btn.btn--full,
#tribe-events-footer .tribe-events-pagination a.btn--full,
.tribe-events a.btn--full.tribe-events-c-search__button,
.post--product .woocommerce a.btn--full.single_add_to_cart_button.button.alt,
.checkout a.btn--full#place_order,
.woocommerce a.btn--full.button,
.btn--full
  a.btn,
.btn--full #tribe-events-footer .tribe-events-pagination a,
#tribe-events-footer .tribe-events-pagination
  .btn--full a,
.btn--full .tribe-events a.tribe-events-c-search__button,
.tribe-events
  .btn--full a.tribe-events-c-search__button,
.btn--full .post--product .woocommerce a.single_add_to_cart_button.button.alt,
.post--product .woocommerce
  .btn--full a.single_add_to_cart_button.button.alt,
.btn--full .checkout a#place_order,
.checkout
  .btn--full a#place_order,
.btn--full .woocommerce a.button,
.woocommerce
  .btn--full a.button,
.vc_general.vc_btn3.btn--full,
.btn--full
  .vc_general.vc_btn3 {
  background-color: #FCBB1F;
}

button.btn--full:after,
.btn--full button:after,
input[type="button"].btn--full:after,
.btn--full
    input[type="button"]:after,
input[type="submit"].btn--full:after,
.btn--full
    input[type="submit"]:after,
input[type="reset"].btn--full:after,
.btn--full
    input[type="reset"]:after,
.btn.btn--full:after,
.gform_wrapper .gform_page_footer input.btn--full.button:after,
#tribe-events-footer .tribe-events-pagination a.btn--full:after,
.tribe-events .btn--full.tribe-events-c-search__button:after,
.post--product .woocommerce .btn--full.single_add_to_cart_button.button.alt:after,
.checkout .btn--full#place_order:after,
.woocommerce a.btn--full.button:after,
.alm-btn-wrap button.btn--full.alm-load-more-btn:after,
.btn--full
    .btn:after,
.btn--full .gform_wrapper .gform_page_footer input.button:after,
.gform_wrapper .gform_page_footer
    .btn--full input.button:after,
.btn--full #tribe-events-footer .tribe-events-pagination a:after,
#tribe-events-footer .tribe-events-pagination
    .btn--full a:after,
.btn--full .tribe-events .tribe-events-c-search__button:after,
.tribe-events
    .btn--full .tribe-events-c-search__button:after,
.btn--full .post--product .woocommerce .single_add_to_cart_button.button.alt:after,
.post--product .woocommerce
    .btn--full .single_add_to_cart_button.button.alt:after,
.btn--full .checkout #place_order:after,
.checkout
    .btn--full #place_order:after,
.btn--full .woocommerce a.button:after,
.woocommerce
    .btn--full a.button:after,
.btn--full .alm-btn-wrap button.alm-load-more-btn:after,
.alm-btn-wrap
    .btn--full button.alm-load-more-btn:after,
a.btn.btn--full:after,
#tribe-events-footer .tribe-events-pagination a.btn--full:after,
.tribe-events a.btn--full.tribe-events-c-search__button:after,
.post--product .woocommerce a.btn--full.single_add_to_cart_button.button.alt:after,
.checkout a.btn--full#place_order:after,
.woocommerce a.btn--full.button:after,
.btn--full
    a.btn:after,
.btn--full #tribe-events-footer .tribe-events-pagination a:after,
#tribe-events-footer .tribe-events-pagination
    .btn--full a:after,
.btn--full .tribe-events a.tribe-events-c-search__button:after,
.tribe-events
    .btn--full a.tribe-events-c-search__button:after,
.btn--full .post--product .woocommerce a.single_add_to_cart_button.button.alt:after,
.post--product .woocommerce
    .btn--full a.single_add_to_cart_button.button.alt:after,
.btn--full .checkout a#place_order:after,
.checkout
    .btn--full a#place_order:after,
.btn--full .woocommerce a.button:after,
.woocommerce
    .btn--full a.button:after,
.vc_general.vc_btn3.btn--full:after,
.btn--full
    .vc_general.vc_btn3:after {
  display: none;
}

button.btn--full:hover,
.btn--full button:hover,
input[type="button"].btn--full:hover,
.btn--full
    input[type="button"]:hover,
input[type="submit"].btn--full:hover,
.btn--full
    input[type="submit"]:hover,
input[type="reset"].btn--full:hover,
.btn--full
    input[type="reset"]:hover,
.btn.btn--full:hover,
.gform_wrapper .gform_page_footer input.btn--full.button:hover,
#tribe-events-footer .tribe-events-pagination a.btn--full:hover,
.tribe-events .btn--full.tribe-events-c-search__button:hover,
.post--product .woocommerce .btn--full.single_add_to_cart_button.button.alt:hover,
.checkout .btn--full#place_order:hover,
.woocommerce a.btn--full.button:hover,
.alm-btn-wrap button.btn--full.alm-load-more-btn:hover,
.btn--full
    .btn:hover,
.btn--full .gform_wrapper .gform_page_footer input.button:hover,
.gform_wrapper .gform_page_footer
    .btn--full input.button:hover,
.btn--full #tribe-events-footer .tribe-events-pagination a:hover,
#tribe-events-footer .tribe-events-pagination
    .btn--full a:hover,
.btn--full .tribe-events .tribe-events-c-search__button:hover,
.tribe-events
    .btn--full .tribe-events-c-search__button:hover,
.btn--full .post--product .woocommerce .single_add_to_cart_button.button.alt:hover,
.post--product .woocommerce
    .btn--full .single_add_to_cart_button.button.alt:hover,
.btn--full .checkout #place_order:hover,
.checkout
    .btn--full #place_order:hover,
.btn--full .woocommerce a.button:hover,
.woocommerce
    .btn--full a.button:hover,
.btn--full .alm-btn-wrap button.alm-load-more-btn:hover,
.alm-btn-wrap
    .btn--full button.alm-load-more-btn:hover,
a.btn.btn--full:hover,
#tribe-events-footer .tribe-events-pagination a.btn--full:hover,
.tribe-events a.btn--full.tribe-events-c-search__button:hover,
.post--product .woocommerce a.btn--full.single_add_to_cart_button.button.alt:hover,
.checkout a.btn--full#place_order:hover,
.woocommerce a.btn--full.button:hover,
.btn--full
    a.btn:hover,
.btn--full #tribe-events-footer .tribe-events-pagination a:hover,
#tribe-events-footer .tribe-events-pagination
    .btn--full a:hover,
.btn--full .tribe-events a.tribe-events-c-search__button:hover,
.tribe-events
    .btn--full a.tribe-events-c-search__button:hover,
.btn--full .post--product .woocommerce a.single_add_to_cart_button.button.alt:hover,
.post--product .woocommerce
    .btn--full a.single_add_to_cart_button.button.alt:hover,
.btn--full .checkout a#place_order:hover,
.checkout
    .btn--full a#place_order:hover,
.btn--full .woocommerce a.button:hover,
.woocommerce
    .btn--full a.button:hover,
.vc_general.vc_btn3.btn--full:hover,
.btn--full
    .vc_general.vc_btn3:hover {
  background-color: #eaa603;
}

.text-white button,
.text-white
  input[type="button"],
.text-white
  input[type="submit"],
.text-white
  input[type="reset"],
.text-white
  .btn,
.text-white .gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer .text-white input.button,
.text-white #tribe-events-footer .tribe-events-pagination a,
#tribe-events-footer .tribe-events-pagination .text-white a,
.text-white .tribe-events .tribe-events-c-search__button,
.tribe-events .text-white .tribe-events-c-search__button,
.text-white .post--product .woocommerce .single_add_to_cart_button.button.alt,
.post--product .woocommerce .text-white .single_add_to_cart_button.button.alt,
.text-white .checkout #place_order,
.checkout .text-white #place_order,
.text-white .woocommerce a.button,
.woocommerce .text-white a.button,
.text-white .alm-btn-wrap button.alm-load-more-btn,
.alm-btn-wrap .text-white button.alm-load-more-btn,
.text-white
  a.btn,
.text-white #tribe-events-footer .tribe-events-pagination a,
#tribe-events-footer .tribe-events-pagination .text-white a,
.text-white .tribe-events a.tribe-events-c-search__button,
.tribe-events .text-white a.tribe-events-c-search__button,
.text-white .post--product .woocommerce a.single_add_to_cart_button.button.alt,
.post--product .woocommerce .text-white a.single_add_to_cart_button.button.alt,
.text-white .checkout a#place_order,
.checkout .text-white a#place_order,
.text-white .woocommerce a.button,
.woocommerce .text-white a.button,
.text-white
  .vc_general.vc_btn3 {
  color: white;
}

.text-white button:hover,
.text-white button:focus,
.text-white
    input[type="button"]:hover,
.text-white
    input[type="button"]:focus,
.text-white
    input[type="submit"]:hover,
.text-white
    input[type="submit"]:focus,
.text-white
    input[type="reset"]:hover,
.text-white
    input[type="reset"]:focus,
.text-white
    .btn:hover,
.text-white .gform_wrapper .gform_page_footer input.button:hover,
.gform_wrapper .gform_page_footer .text-white input.button:hover,
.text-white #tribe-events-footer .tribe-events-pagination a:hover,
#tribe-events-footer .tribe-events-pagination .text-white a:hover,
.text-white .tribe-events .tribe-events-c-search__button:hover,
.tribe-events .text-white .tribe-events-c-search__button:hover,
.text-white .post--product .woocommerce .single_add_to_cart_button.button.alt:hover,
.post--product .woocommerce .text-white .single_add_to_cart_button.button.alt:hover,
.text-white .checkout #place_order:hover,
.checkout .text-white #place_order:hover,
.text-white .woocommerce a.button:hover,
.woocommerce .text-white a.button:hover,
.text-white .alm-btn-wrap button.alm-load-more-btn:hover,
.alm-btn-wrap .text-white button.alm-load-more-btn:hover,
.text-white
    .btn:focus,
.text-white .gform_wrapper .gform_page_footer input.button:focus,
.gform_wrapper .gform_page_footer .text-white input.button:focus,
.text-white #tribe-events-footer .tribe-events-pagination a:focus,
#tribe-events-footer .tribe-events-pagination .text-white a:focus,
.text-white .tribe-events .tribe-events-c-search__button:focus,
.tribe-events .text-white .tribe-events-c-search__button:focus,
.text-white .post--product .woocommerce .single_add_to_cart_button.button.alt:focus,
.post--product .woocommerce .text-white .single_add_to_cart_button.button.alt:focus,
.text-white .checkout #place_order:focus,
.checkout .text-white #place_order:focus,
.text-white .woocommerce a.button:focus,
.woocommerce .text-white a.button:focus,
.text-white .alm-btn-wrap button.alm-load-more-btn:focus,
.alm-btn-wrap .text-white button.alm-load-more-btn:focus,
.text-white
    a.btn:hover,
.text-white #tribe-events-footer .tribe-events-pagination a:hover,
#tribe-events-footer .tribe-events-pagination .text-white a:hover,
.text-white .tribe-events a.tribe-events-c-search__button:hover,
.tribe-events .text-white a.tribe-events-c-search__button:hover,
.text-white .post--product .woocommerce a.single_add_to_cart_button.button.alt:hover,
.post--product .woocommerce .text-white a.single_add_to_cart_button.button.alt:hover,
.text-white .checkout a#place_order:hover,
.checkout .text-white a#place_order:hover,
.text-white .woocommerce a.button:hover,
.woocommerce .text-white a.button:hover,
.text-white
    a.btn:focus,
.text-white #tribe-events-footer .tribe-events-pagination a:focus,
#tribe-events-footer .tribe-events-pagination .text-white a:focus,
.text-white .tribe-events a.tribe-events-c-search__button:focus,
.tribe-events .text-white a.tribe-events-c-search__button:focus,
.text-white .post--product .woocommerce a.single_add_to_cart_button.button.alt:focus,
.post--product .woocommerce .text-white a.single_add_to_cart_button.button.alt:focus,
.text-white .checkout a#place_order:focus,
.checkout .text-white a#place_order:focus,
.text-white .woocommerce a.button:focus,
.woocommerce .text-white a.button:focus,
.text-white
    .vc_general.vc_btn3:hover,
.text-white
    .vc_general.vc_btn3:focus {
  color: white;
}

.post__content button,
.post__content
  input[type="button"],
.post__content
  input[type="submit"],
.post__content
  input[type="reset"],
.post__content
  .btn,
.post__content .gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer .post__content input.button,
.post__content #tribe-events-footer .tribe-events-pagination a,
#tribe-events-footer .tribe-events-pagination .post__content a,
.post__content .tribe-events .tribe-events-c-search__button,
.tribe-events .post__content .tribe-events-c-search__button,
.post__content .post--product .woocommerce .single_add_to_cart_button.button.alt,
.post--product .woocommerce .post__content .single_add_to_cart_button.button.alt,
.post__content .checkout #place_order,
.checkout .post__content #place_order,
.post__content .woocommerce a.button,
.woocommerce .post__content a.button,
.post__content .alm-btn-wrap button.alm-load-more-btn,
.alm-btn-wrap .post__content button.alm-load-more-btn,
.post__content
  a.btn,
.post__content #tribe-events-footer .tribe-events-pagination a,
#tribe-events-footer .tribe-events-pagination .post__content a,
.post__content .tribe-events a.tribe-events-c-search__button,
.tribe-events .post__content a.tribe-events-c-search__button,
.post__content .post--product .woocommerce a.single_add_to_cart_button.button.alt,
.post--product .woocommerce .post__content a.single_add_to_cart_button.button.alt,
.post__content .checkout a#place_order,
.checkout .post__content a#place_order,
.post__content .woocommerce a.button,
.woocommerce .post__content a.button,
.post__content
  .vc_general.vc_btn3 {
  text-decoration: none;
}

.breadcrumbs,
.post--people .post__feed > p {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
}

.breadcrumbs a,
.post--people .post__feed > p a {
  color: #FCBB1F;
}

.breadcrumbs a:hover,
.post--people .post__feed > p a:hover,
.breadcrumbs a:focus,
.post--people .post__feed > p a:focus {
  color: #6EA84A;
}

.comment-list ol {
  list-style: none;
}

.featured-story {
  color: white;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  background-size: cover;
  background-position: center;
}

.featured-story > .container,
.main.featured-story > .woocommerce,
.featured-story > .woocommerce-notices-wrapper {
  position: relative;
  z-index: 1;
}

.featured-story:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-image: -webkit-linear-gradient(30deg, rgba(0, 0, 0, 0.65) 0%, rgba(49, 49, 49, 0) 100%);
  background-image: -o-linear-gradient(30deg, rgba(0, 0, 0, 0.65) 0%, rgba(49, 49, 49, 0) 100%);
  background-image: linear-gradient(60deg, rgba(0, 0, 0, 0.65) 0%, rgba(49, 49, 49, 0) 100%);
}

.featured-story__label {
  padding: 8px 20px;
  display: inline-block;
  background-color: #6EA84A;
}

.featured-story__title {
  margin-bottom: 0;
}

.featured-story__btn {
  margin-top: 50px;
}

.featured-story__btn.btn,
.gform_wrapper .gform_page_footer input.featured-story__btn.button,
#tribe-events-footer .tribe-events-pagination a.featured-story__btn,
.tribe-events .featured-story__btn.tribe-events-c-search__button,
.post--product .woocommerce .featured-story__btn.single_add_to_cart_button.button.alt,
.checkout .featured-story__btn#place_order,
.woocommerce a.featured-story__btn.button,
.alm-btn-wrap button.featured-story__btn.alm-load-more-btn {
  color: white;
}

.filters--pills {
  margin-top: 25px;
}

.filters--updates {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #e5e5e5;
}

.filters--updates .filters__form {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (min-width: 992px) {
  .filters--updates .filters__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 992px) {
  .filters--updates .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.filters--updates .filters__select {
  -webkit-appearance: none;
  width: auto;
  margin: 0;
  border: none;
  font-weight: 700;
  text-transform: uppercase;
  padding-right: 30px;
  background: transparent url('data:image/svg+xml;utf8,<svg width="10px" height="5px" viewBox="0 0 10 5" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="Comps" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="5.0-Updates-&amp;-Resources" transform="translate(-415.000000, -860.000000)" fill="%23F3AF0C"><g id="Filter" transform="translate(0.000000, 794.000000)"><polygon id="Path-2-Copy" points="415 66 425 66 420 71"></polygon></g></g></g></svg>');
  background-repeat: no-repeat;
  background-position: right 15px center;
}

.filters--updates .filters__select {
  font-size: 1rem;
}

@media screen and (min-width: 576px) {
  .filters--updates .filters__select {
    font-size: calc(-0.64103vw + 1.23077rem);
  }
}

@media screen and (min-width: 1200px) {
  .filters--updates .filters__select {
    font-size: 0.75rem;
  }
}

.filters--updates .filters__label[for="update_keyword"] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  border: 1px solid #c9c9c9;
  margin-bottom: 0;
  background-color: white;
}

@media (min-width: 1200px) {
  .filters--updates .filters__label[for="update_keyword"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
}

.filters--updates .filters__input {
  margin: 0;
  padding: 14px 12px;
  font-family: "open-sans", sans-serif;
  border: none;
  background: transparent;
  font-size: 14px;
  font-size: 0.875rem;
}

.filters--updates .filters__submit {
  margin: 0;
  color: #FCBB1F;
  padding: 14px;
  font-family: 'icomoon';
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 18px;
  font-size: 1.125rem;
}

@media (min-width: 992px) {
  .filters--updates .filters__submit {
    bottom: auto;
    top: 0;
  }
}

.filters h6,
.filters .featured-story__label,
.filters .main-menu-sub-menu--2,
.filters .heading-callout {
  margin-bottom: 0;
  margin-right: 15px;
  font-size: 14px;
  font-size: 0.875rem;
}

.filters--topics {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #F5F4F4;
}

.filters--topics .filters__checkbox {
  display: none;
}

@media (min-width: 992px) {
  .filters--topics h6,
  .filters--topics .featured-story__label,
  .filters--topics .main-menu-sub-menu--2,
  .filters--topics .heading-callout {
    margin-right: 15px;
  }
}

.filters--topics h6,
.filters--topics .featured-story__label,
.filters--topics .main-menu-sub-menu--2,
.filters--topics .heading-callout,
.filters--topics p {
  display: inline-block;
}

.filters--topics p {
  margin-bottom: 0;
}

.filters--topics .filters__label label {
  margin-right: 6px;
  margin-bottom: 10px;
  display: inline-block;
  color: #313131;
  font-family: "bebas-neue", sans-serif;
  padding: 8px 12px;
  border: 2px solid #FCBB1F;
  border-radius: 20px;
  background-color: transparent;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  font-size: 18px;
  font-size: 1.125rem;
}

.filters--topics .filters__label label:hover,
.filters--topics .filters__label label:focus,
.filters--topics .filters__label label:active {
  color: #313131;
  cursor: pointer;
  background-color: #FCBB1F;
}

@media (min-width: 576px) {
  .filters--topics .filters__label label {
    margin: 6px;
    padding: 8px 36px;
  }
}

.filters--topics .filters__label.checked label {
  color: #313131;
  background-color: #FCBB1F;
}

.filters--topics .filters__label--clear {
  float: right;
  margin: 6px;
  color: #D8D8D8;
  font-family: "bebas-neue", sans-serif;
  padding: 8px 36px;
  border: 2px solid #D8D8D8;
  border-radius: 20px;
  background-color: transparent;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  font-size: 18px;
  font-size: 1.125rem;
}

.filters--topics .filters__label--clear [class^="icon-"] {
  display: inline-block;
  margin-top: 2px;
}

.filters--topics .filters__label--clear:hover,
.filters--topics .filters__label--clear:focus,
.filters--topics .filters__label--clear:active {
  color: #F5F4F4;
  cursor: pointer;
  background-color: #D8D8D8;
}

.no-js .filters--topics .filters__checkbox {
  display: initial;
}

.filters--topics .filters__submit {
  background-color: #FCBB1F;
}

.filters--topics .filters__submit:hover,
.filters--topics .filters__submit:focus {
  background-color: #f4ad03;
}

label {
  display: block;
  margin-bottom: 5px;
  font-family: "bebas-neue", sans-serif;
  line-height: 1.25rem;
  font-size: 16px;
  font-size: 1rem;
}

input,
textarea,
select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #D8D8D8;
  padding: 12px;
  font-size: 16px;
  font-family: inherit;
  border-radius: 5px;
  background-color: #F5F4F4;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #6EA84A;
}

input[type="text"] {
  font-family: "open-sans", sans-serif;
}

input[type="checkbox"],
input[type="radio"] {
  width: initial;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
}

input[type="checkbox"]:focus,
input[type="radio"]:focus {
  outline: 1px solid #6EA84A;
}

select::-ms-expand {
  display: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  padding: 14px 30px 14px 10px;
  border-radius: 5px;
  background: white url('data:image/svg+xml;utf8,<svg width="12px" height="6px" viewBox="0 0 12 6" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="Comps" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="6.1-Donation-Form" transform="translate(-915.000000, -2229.000000)" fill="%23F3AF0C"><polygon id="Path-2-Copy-2" points="915 2229 927 2229 921 2235"></polygon></g></g></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  font-size: 12px;
  font-size: 0.75rem;
}

input[type="submit"],
input[type="button"],
input[type="reset"] {
  cursor: pointer;
  width: auto;
}

.yikes-mailchimp-container .yikes-easy-mc-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.yikes-mailchimp-container .yikes-easy-mc-form span.EMAIL-label {
  display: none;
}

.yikes-mailchimp-container .yikes-easy-mc-form label {
  margin: 0;
}

.yikes-mailchimp-container .yikes-easy-mc-form input[type=email] {
  margin: 0;
  padding: 13px;
  color: white;
  font-family: "open-sans", sans-serif;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.1);
}

.yikes-mailchimp-container .yikes-easy-mc-form .yikes-easy-mc-submit-button {
  width: auto;
  background-color: #FCBB1F;
  margin: 0;
  min-height: 0;
  padding: 0 10px;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.yikes-mailchimp-container .yikes-easy-mc-form .yikes-easy-mc-submit-button:hover,
.yikes-mailchimp-container .yikes-easy-mc-form .yikes-easy-mc-submit-button:focus {
  background-color: #e5a303;
}

.popmake-content .yikes-mailchimp-container .yikes-easy-mc-form {
  margin: 50px auto 0;
}

@media (min-width: 992px) {
  .popmake-content .yikes-mailchimp-container .yikes-easy-mc-form {
    max-width: 75%;
  }
}

.popmake-content .yikes-mailchimp-container .yikes-easy-mc-form input[type=email] {
  color: #313131;
  background-color: white;
}

.popmake-title {
  display: none;
}

.yikes-mailchimp-submit-button-span-text {
  font-size: 0;
}

.yikes-mailchimp-submit-button-span-text:before {
  content: "\E909";
  font-family: 'icomoon';
  line-height: 3rem;
  font-size: 18px;
  font-size: 1.125rem;
}

.yikes-easy-mc-error-message {
  padding: 0;
  background-color: transparent;
}

.footer {
  color: white;
  font-weight: 300;
  padding-top: 60px;
  background-color: #313131;
  line-height: 1.25rem;
  font-size: 16px;
  font-size: 1rem;
}

.footer .column {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .footer .column {
    margin-bottom: 0;
  }
}

.footer p {
  line-height: 1.25rem;
  font-size: 16px;
  font-size: 1rem;
}

.footer address {
  font-style: normal;
  line-height: 1.25rem;
  font-size: 16px;
  font-size: 1rem;
}

.footer a {
  color: white;
}

.footer a:hover,
.footer a:focus {
  color: #FCBB1F;
}

.footer a.btn:hover,
.footer #tribe-events-footer .tribe-events-pagination a:hover,
#tribe-events-footer .tribe-events-pagination .footer a:hover,
.footer .tribe-events a.tribe-events-c-search__button:hover,
.tribe-events .footer a.tribe-events-c-search__button:hover,
.footer .post--product .woocommerce a.single_add_to_cart_button.button.alt:hover,
.post--product .woocommerce .footer a.single_add_to_cart_button.button.alt:hover,
.footer .checkout a#place_order:hover,
.checkout .footer a#place_order:hover,
.footer .woocommerce a.button:hover,
.woocommerce .footer a.button:hover,
.footer a.btn:focus,
.footer #tribe-events-footer .tribe-events-pagination a:focus,
#tribe-events-footer .tribe-events-pagination .footer a:focus,
.footer .tribe-events a.tribe-events-c-search__button:focus,
.tribe-events .footer a.tribe-events-c-search__button:focus,
.footer .post--product .woocommerce a.single_add_to_cart_button.button.alt:focus,
.post--product .woocommerce .footer a.single_add_to_cart_button.button.alt:focus,
.footer .checkout a#place_order:focus,
.checkout .footer a#place_order:focus,
.footer .woocommerce a.button:focus,
.woocommerce .footer a.button:focus {
  color: #313131;
}

.footer h6,
.footer .featured-story__label,
.footer .main-menu-sub-menu--2,
.footer .heading-callout {
  margin-bottom: 30px;
}

.footer .nav .menu-item {
  display: block;
}

@media (min-width: 768px) {
  .footer .nav .menu-item {
    display: inline-block;
  }
}

.footer .social-links [class^="icon-"],
.footer .social-links [class*=" icon-"] {
  font-size: 0;
}

.footer .social-links [class^="icon-"]::before,
.footer .social-links [class*=" icon-"]::before {
  line-height: 1.5rem;
  font-size: 18px;
  font-size: 1.125rem;
}

.footer .social-links__link {
  color: #FCBB1F;
  display: block;
  margin-left: 5px;
  margin-right: 5px;
}

.footer .social-links__link:hover,
.footer .social-links__link:focus {
  color: white;
}

.footer--post {
  margin-top: 75px;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #181818;
}

.footer--post a {
  font-weight: 800;
  color: #FCBB1F;
  font-size: 16px;
  font-size: 1rem;
}

.footer--post a:hover,
.footer--post a:focus {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .footer--post .container,
  .footer--post .main > .woocommerce,
  .footer--post .woocommerce-notices-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 768px) {
  .footer--post .nav li {
    margin-right: 30px;
  }
}

@media (min-width: 768px) {
  .footer--post .copyright {
    margin-right: 36px;
  }
}

.footer--post .ratings {
  margin-top: 15px;
  margin-left: auto;
}

@media (min-width: 768px) {
  .footer--post .ratings {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .footer--post .ratings {
    margin-right: 55px;
  }
}

@media (min-width: 1200px) {
  .footer--post .ratings {
    margin-right: 125px;
  }
}

.footer--post .ratings-btn {
  margin-left: 10px;
}

.wpb_images_carousel .vc_images_carousel .vc_carousel-control {
  color: white;
  opacity: 1;
  border-radius: 50%;
  background-color: #FCBB1F;
  text-shadow: none;
  height: 45px;
  width: 45px;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 768px) {
  .wpb_images_carousel .vc_images_carousel .vc_carousel-control {
    height: 80px;
    width: 80px;
  }
}

.wpb_images_carousel .vc_images_carousel .vc_carousel-control.vc_right {
  right: 36px;
}

.wpb_images_carousel .vc_images_carousel .vc_carousel-control.vc_left {
  left: 36px;
}

.wpb_images_carousel .vc_images_carousel .vc_carousel-control .icon-next {
  width: auto;
  height: auto;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.wpb_images_carousel .vc_images_carousel .vc_carousel-control .icon-next:before {
  content: "\E905";
  top: 0;
  font-family: 'icomoon';
  font-size: 42px;
  font-size: 2.625rem;
}

.wpb_images_carousel .vc_images_carousel .vc_carousel-control .icon-prev {
  width: auto;
  height: auto;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.wpb_images_carousel .vc_images_carousel .vc_carousel-control .icon-prev:before {
  content: "\E904";
  top: 0;
  font-family: 'icomoon';
  font-size: 42px;
  font-size: 2.625rem;
}

.wpb_images_carousel .vc_images_carousel.vc_per-view-more .vc_carousel-slideline .vc_carousel-slideline-inner > .vc_item > .vc_inner {
  margin: 0;
}

.no-js .wpb_images_carousel .vc_images_carousel .vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner > .vc_item {
  float: none;
  visibility: visible;
  text-align: center;
}

.no-js .wpb_images_carousel .vc_images_carousel .vc_carousel-control {
  display: none !important;
}

.ult-carousel-wrapper button {
  background-color: #FCBB1F;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.ult-carousel-wrapper button:after {
  display: none;
}

.ult-carousel-wrapper button:hover {
  background-color: #59C4D4 !important;
}

.ult-carousel-wrapper button.slick-arrow {
  width: 42px;
  height: 42px;
  line-height: 42px;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ult-carousel-wrapper button.slick-arrow i {
  font-size: 22px !important;
}

.ult-carousel-wrapper button.slick-prev {
  left: 36px;
}

.ult-carousel-wrapper button.slick-next {
  right: 36px;
}

.ult-carousel-wrapper button i {
  vertical-align: middle;
}

@media (min-width: 992px) {
  .ult-carousel-wrapper button.slick-arrow {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}

.ult-carousel-wrapper img {
  margin-bottom: 0;
}

.gform_wrapper {
  margin-top: 0;
}

.gform_wrapper li.gfield:first-child {
  margin-top: 0;
}

.gform_wrapper li.gfield .gfield_label {
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
}

.gform_wrapper li.gfield textarea {
  padding: 12px;
}

.gform_wrapper li.gfield .ginput_container_checkbox .gfield_checkbox {
  margin-top: 0;
}

.gform_wrapper li.gfield .ginput_container_checkbox .gfield_checkbox li input[type="checkbox"] {
  margin: 0;
}

.gform_wrapper li.gfield .ginput_container_checkbox .gfield_checkbox li input[type="checkbox"]:checked + label {
  font-weight: 300;
}

.gform_wrapper li.gfield .ginput_container_checkbox .gfield_checkbox label {
  font-family: "open-sans", sans-serif;
}

.gform_wrapper li.gfield .ginput_container_consent input[type="checkbox"] {
  margin: 0;
}

.gform_wrapper li.gfield .ginput_container_consent label {
  font-family: "open-sans", sans-serif;
}

.gform_wrapper li.gfield ul.gfield_radio {
  margin-top: 0;
}

.gform_wrapper li.gfield ul.gfield_radio input[type="radio"] {
  margin: 0;
}

.gform_wrapper li.gfield ul.gfield_radio input[type="radio"] + label {
  font-family: "open-sans", sans-serif;
}

.gform_wrapper li.gfield.gfield_price .ginput_container_total {
  font-size: 24px;
  font-size: 1.5rem;
}

.gform_wrapper li.gfield.gfield_price .ginput_container_singleproduct .ginput_product_price_label {
  display: none;
}

.gform_wrapper li.gfield.gfield_error {
  border: none;
  background-color: transparent;
}

.gform_wrapper li.gfield.gfield_error .validation_message {
  padding-top: 0;
}

.gform_wrapper .top_label .gfield div.ginput_container {
  margin-top: 0;
}

.gform_wrapper .gfield_description {
  margin-bottom: 12px;
  font-size: 16px;
  font-size: 1rem;
}

.gform_wrapper .field_description_below .gfield_description {
  padding-top: 0;
}

.gform_wrapper.gf_browser_chrome select {
  padding: 14px 30px 14px 10px;
  font-size: 12px;
  font-size: 0.75rem;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 12px;
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1rem;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) + label {
  font-family: "open-sans", sans-serif;
}

.gform_wrapper .gf_progressbar_wrapper {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.gform_wrapper .gf_progressbar_wrapper:after {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title,
.gform_wrapper .gf_progressbar_wrapper .list-item--search .gf_progressbar_title.list-item__title,
.list-item--search .gform_wrapper .gf_progressbar_wrapper .gf_progressbar_title.list-item__title,
.gform_wrapper .gf_progressbar_wrapper .post--product .related.products h2.gf_progressbar_title,
.post--product .related.products .gform_wrapper .gf_progressbar_wrapper h2.gf_progressbar_title,
.gform_wrapper .gf_progressbar_wrapper .post--product .related.products .gf_progressbar_title.post__title,
.post--product .related.products .gform_wrapper .gf_progressbar_wrapper .gf_progressbar_title.post__title,
.gform_wrapper .gf_progressbar_wrapper .woocommerce .cart_totals h2.gf_progressbar_title,
.woocommerce .cart_totals .gform_wrapper .gf_progressbar_wrapper h2.gf_progressbar_title,
.gform_wrapper .gf_progressbar_wrapper .woocommerce .cart_totals .gf_progressbar_title.post__title,
.woocommerce .cart_totals .gform_wrapper .gf_progressbar_wrapper .gf_progressbar_title.post__title {
  margin-left: 0 !important;
}

.gform_wrapper .gf_progressbar_wrapper .gf_progressbar_percentage {
  background: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.1) 10px, rgba(0, 0, 0, 0.1) 20px), -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.2)));
  background: -webkit-repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(0, 0, 0, 0.1) 10px, rgba(0, 0, 0, 0.1) 20px), -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.2));
  background: -o-repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(0, 0, 0, 0.1) 10px, rgba(0, 0, 0, 0.1) 20px), -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.2));
  background: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.1) 10px, rgba(0, 0, 0, 0.1) 20px), linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.2));
  background-color: #578938;
}

.gform_wrapper .gform_fileupload_multifile .gform_drop_area {
  background-color: #F5F4F4;
}

.gform_wrapper .gform_button_select_files {
  font-family: "open-sans", sans-serif;
  text-transform: none;
  background-color: #e4e1e1;
  font-size: 16px;
  font-size: 1rem;
}

.gform_wrapper .gform_page_footer {
  margin-top: 40px;
  border-top: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.gform_wrapper .gform_page_footer input.button {
  border-radius: 0;
  border-bottom: 4px solid #FCBB1F;
  -webkit-transition: background-color .25s ease;
  -o-transition: background-color .25s ease;
  transition: background-color .25s ease;
}

.gform_wrapper .gform_page_footer input.button:hover,
.gform_wrapper .gform_page_footer input.button:focus {
  background-color: #FCBB1F;
  border-bottom: 4px solid #FCBB1F;
}

.gform_wrapper .gform_body {
  margin-bottom: 48px;
}

.gform_wrapper .gform_footer {
  width: auto;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.gform_wrapper .gform_footer input[type=submit].gform_button {
  margin: 0;
  border-radius: 0;
  background-color: #FCBB1F;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  font-size: 24px;
  font-size: 1.5rem;
}

.gform_wrapper .gform_footer input[type=submit].gform_button:hover,
.gform_wrapper .gform_footer input[type=submit].gform_button:focus {
  background-color: #f4ad03;
}

.gform_wrapper h2.gsection_title,
.gform_wrapper .gsection_title.post__title {
  font-weight: 400;
}

.gform_wrapper span.ginput_quantity_label,
.gform_wrapper span.ginput_product_price {
  font-size: 16px;
  font-size: 1rem;
}

.gform_wrapper .StripeElement {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #D8D8D8;
  padding: 15px 12px;
  font-size: 16px;
  font-family: inherit;
  border-radius: 5px;
  background-color: #F5F4F4;
  height: 48px;
}

.gform_wrapper div.validation_error {
  border: none;
  text-align: initial;
  font-size: 18px;
  font-size: 1.125rem;
}

form[id*=give-form] legend {
  border-bottom: none;
}

form[id*=give-form] h3.give-section-break.give-tributes-legend,
form[id*=give-form] .list-item--search .give-section-break.give-tributes-legend.list-item__title,
.list-item--search form[id*=give-form] .give-section-break.give-tributes-legend.list-item__title,
form[id*=give-form] .post--product .related.products h2.give-section-break.give-tributes-legend,
.post--product .related.products form[id*=give-form] h2.give-section-break.give-tributes-legend,
form[id*=give-form] .post--product .related.products .give-section-break.give-tributes-legend.post__title,
.post--product .related.products form[id*=give-form] .give-section-break.give-tributes-legend.post__title,
form[id*=give-form] .woocommerce .cart_totals h2.give-section-break.give-tributes-legend,
.woocommerce .cart_totals form[id*=give-form] h2.give-section-break.give-tributes-legend,
form[id*=give-form] .woocommerce .cart_totals .give-section-break.give-tributes-legend.post__title,
.woocommerce .cart_totals form[id*=give-form] .give-section-break.give-tributes-legend.post__title {
  font-weight: 400;
  border-bottom: none;
  margin-bottom: 0;
}

form[id*=give-form] #give-ffm-section .give-label {
  font-family: "open-sans", sans-serif;
}

form[id*=give-form] .form-row input[type="text"],
form[id*=give-form] .form-row input[type="email"] {
  padding: 12px;
  border-radius: 5px;
  background-color: #F5F4F4;
  border: 1px solid #D8D8D8;
}

form[id*=give-form] .form-row select {
  width: auto;
  font-weight: 600;
  padding: 14px 30px 14px 10px;
  border-radius: 5px;
}

form[id*=give-form] .give-donation-amount {
  font-family: "bebas-neue", sans-serif;
}

form[id*=give-form] .give-donation-amount .give-currency-symbol.give-currency-position-before {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  height: auto;
  font-size: 24px;
  font-size: 1.5rem;
}

form[id*=give-form] .give-donation-amount #give-amount {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  height: auto;
  font-size: 24px;
  font-size: 1.5rem;
}

form[id*=give-form] .give-donation-amount #give-amount-text {
  height: auto;
  padding: 4px 12px;
  font-size: 24px;
  font-size: 1.5rem;
}

@media (min-width: 992px) {
  form[id*=give-form] .give-total-wrap {
    float: left;
  }
}

form[id*=give-form] #program_1-wrap {
  margin-top: 24px;
  margin-bottom: 24px;
}

form[id*=give-form] #give-payment-mode-select {
  margin-bottom: 16px;
}

form[id*=give-form] #gift_milkweed_seeds-wrap,
form[id*=give-form] #gift_stove_tile-wrap,
form[id*=give-form] #gift_stove_certificate-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

form[id*=give-form] .ffm-field-container {
  padding: 0;
}

form[id*=give-form] .ffm-checkbox-field label {
  font-size: 0;
}

form[id*=give-form] .ffm-field-container[data-field-type="checkbox"] fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

form[id*=give-form] .ffm-field-container[data-field-type="checkbox"] label.give-label {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  font-size: 0;
  margin: 0;
}

form[id*=give-form] .ffm-field-container[data-field-type="checkbox"] div.give-label {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

form[id*=give-form] .ffm-field-container[data-field-type="select"] {
  margin-top: 32px;
}

form[id*=give-form] .ffm-field-container[data-field-name="donor_privacy_policy"] {
  margin-top: 32px;
}

form[id*=give-form] .ffm-field-container[data-field-name="donor_privacy_policy"] b,
form[id*=give-form] .ffm-field-container[data-field-name="donor_privacy_policy"] p {
  line-height: pxotrem(24px);
  font-size: 16px;
  font-size: 1rem;
}

form[id*=give-form] .ffm-field-container[data-field-name="donor_privacy_policy"] p {
  margin-top: 0;
  font-weight: 400;
}

form[id*=give-form] .give-double-the-donation-wrap {
  margin-top: 55px;
}

form[id*=give-form] #give-donation-level-radio-list li {
  margin-bottom: 8px;
}

form[id*=give-form] #give-donation-level-radio-list label {
  font-family: "open-sans", sans-serif;
}

form[id*=give-form] #give-donation-level-radio-list label {
  font-size: 1rem;
}

@media screen and (min-width: 576px) {
  form[id*=give-form] #give-donation-level-radio-list label {
    font-size: calc(0.32051vw + 0.88462rem);
  }
}

@media screen and (min-width: 1200px) {
  form[id*=give-form] #give-donation-level-radio-list label {
    font-size: 1.125rem;
  }
}

form[id*=give-form] #give-donation-level-radio-list label {
  line-height: 1.5rem;
}

@media screen and (min-width: 576px) {
  form[id*=give-form] #give-donation-level-radio-list label {
    line-height: calc(0.64103vw + 1.26923rem);
  }
}

@media screen and (min-width: 1200px) {
  form[id*=give-form] #give-donation-level-radio-list label {
    line-height: 1.75rem;
  }
}

form[id*=give-form] #give-donation-level-button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

form[id*=give-form] #give-donation-level-button-wrap::before {
  display: none;
}

@media (min-width: 992px) {
  form[id*=give-form] #give-donation-level-button-wrap {
    clear: none;
    padding-left: 12px;
  }
}

@media (min-width: 1200px) {
  form[id*=give-form] #give-donation-level-button-wrap {
    margin-bottom: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

form[id*=give-form] #give-donation-level-button-wrap > li {
  margin-right: 12px;
  margin-bottom: 12px;
}

form[id*=give-form] #give-donation-level-button-wrap > li:last-child {
  margin-right: 0;
}

form[id*=give-form] .give-donation-level-btn {
  border-radius: 5px;
  border: 1px solid #7d7d7d;
  font-family: "bebas-neue", sans-serif;
  padding: 6px 16px;
  background-color: white;
  -webkit-transition-delay: unset;
       -o-transition-delay: unset;
          transition-delay: unset;
  -webkit-box-shadow: 0 4px 0px #e9e9e9;
          box-shadow: 0 4px 0px #e9e9e9;
}

form[id*=give-form] .give-donation-level-btn {
  font-size: 1.25rem;
}

@media screen and (min-width: 576px) {
  form[id*=give-form] .give-donation-level-btn {
    font-size: calc(0.64103vw + 1.01923rem);
  }
}

@media screen and (min-width: 1200px) {
  form[id*=give-form] .give-donation-level-btn {
    font-size: 1.5rem;
  }
}

form[id*=give-form] .give-donation-level-btn.give-btn-level-custom {
  color: #7d7d7d;
}

form[id*=give-form] .give-donation-level-btn:hover,
form[id*=give-form] .give-donation-level-btn:focus,
form[id*=give-form] .give-donation-level-btn.give-default-level {
  color: white;
  border-radius: 5px;
  border: 1px solid #6EA84A;
  background-color: #6EA84A;
}

@media (min-width: 992px) {
  form[id*=give-form] .give-donation-level-btn {
    padding: 6px 12px;
  }
}

form[id*=give-form] .give-tributes-dedicate-donation,
form[id*=give-form] #give_checkout_user_info,
form[id*=give-form] #give_cc_fields,
form[id*=give-form] #give_cc_address,
form[id*=give-form] .give-do-validate {
  margin-top: 55px;
}

form[id*=give-form] .give-recurring-donors-choice label {
  font-family: "open-sans", sans-serif;
}

form[id*=give-form] .give-recurring-donors-choice-period {
  color: #313131;
  height: initial;
  padding: 0 10px 0 5px;
  padding-right: 30px;
  font-size: 16px;
  font-size: 1rem;
}

form[id*=give-form] .give-fee-recovery-donors-choice {
  margin-bottom: 0;
}

form[id*=give-form] .give-fee-message-label {
  font-family: "open-sans", sans-serif;
}

form[id*=give-form] .give-tributes-dedicate-donation label {
  font-weight: 400;
  font-family: "open-sans", sans-serif;
}

form[id*=give-form] .give-mc-optin-label {
  font-family: "open-sans", sans-serif;
}

form[id*=give-form] #give-final-total-wrap {
  margin-top: 25px;
}

form[id*=give-form] .give-donation-submit {
  margin-top: 55px;
}

form[id*=give-form] #give-final-total-wrap .give-donation-total-label,
form[id*=give-form] #give-final-total-wrap .give-final-total-amount {
  font-family: "bebas-neue", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
}

form[id*=give-form] #give-final-total-wrap .give-donation-total-label {
  height: auto;
  padding-top: 4px;
  padding-bottom: 4px;
}

@media (min-width: 576px) {
  form[id*=give-form] #give-final-total-wrap .give-donation-total-label {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
}

form[id*=give-form] #give-final-total-wrap .give-final-total-amount {
  height: auto;
  padding-top: 4px;
  padding-bottom: 4px;
}

@media (min-width: 576px) {
  form[id*=give-form] #give-final-total-wrap .give-final-total-amount {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}

form[id*=give-form] .give-submit-button-wrap {
  position: relative;
  display: inline-block;
}

form[id*=give-form] .give-submit-button-wrap .give-submit {
  margin-bottom: 0;
  border-radius: 0;
  padding: 20px 25px;
  background-color: #FCBB1F;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  font-size: 32px;
  font-size: 2rem;
}

form[id*=give-form] .give-submit-button-wrap .give-submit:hover,
form[id*=give-form] .give-submit-button-wrap .give-submit:focus {
  background-color: #e5a303;
}

form[id*=give-form] .give-recurring-donors-choice input[type="checkbox"] {
  -webkit-transform: translateY(-2px);
       -o-transform: translateY(-2px);
          transform: translateY(-2px);
}

.give-goal-progress {
  margin: 80px 0 30px;
}

.give-goal-progress .income {
  color: #6EA84A;
  font-weight: 400;
  font-family: "bebas-neue", sans-serif;
  font-size: 60px;
  font-size: 3.75rem;
}

.give-progress-bar {
  min-height: 30px;
}

.gfc-clock-wrap .flipdown .rotor-top,
.gfc-clock-wrap .flipdown .rotor-bottom,
.gfc-clock-wrap .flipdown .rotor-leaf-rear,
.gfc-clock-wrap .flipdown .rotor-leaf-front {
  font-weight: 400;
  font-family: "bebas-neue", sans-serif;
}

.gfc-clock-wrap .flipdown.flipdown__theme-light .rotor-group-heading:before {
  color: #313131;
  font-weight: 600;
  font-family: "open-sans", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 992px) {
  #give-paypal-commerce-smart-buttons-wrap {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}

.header {
  position: fixed;
  top: 0;
  z-index: 50;
  width: 100%;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-height: 150px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .header {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.scroll-triggered .header {
  background: white;
}

.scroll-triggered .header::before {
  opacity: 0;
}

.header--img-bg::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 1;
  -webkit-transition: 0.15s ease;
  -o-transition: 0.15s ease;
  transition: 0.15s ease;
  background: -webkit-gradient(linear, left bottom, left top, from(transparent), to(rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(bottom, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -o-linear-gradient(bottom, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(0deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
}

.scroll-triggered .header {
  background-color: white;
}

@media (min-width: 992px) {
  .header--expand,
  .header--expand-search {
    background-color: #578938;
  }

  .header--expand::before,
  .header--expand-search::before {
    opacity: 0;
  }
}

.header--expand-search {
  max-height: none;
}

.header [class^="icon-"] {
  color: inherit;
}

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

@media (min-width: 992px) {
  .header__inner {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.header__brand {
  display: block;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  margin-right: auto;
  max-height: 150px;
}

.header__brand svg {
  display: block;
  width: 80px;
  height: 60px;
  margin: 18px 10px 18px 0;
  -webkit-transition: all  0.3s ease;
  -o-transition: all  0.3s ease;
  transition: all  0.3s ease;
}

@media (min-width: 1500px) {
  .header__brand svg {
    width: 150px;
    height: 113px;
  }
}

.header__brand #conservation,
.header__brand #ecolife {
  -webkit-transition: opacity 0.2s ease-in .4s, visibility 0.2s ease-in .4s;
  -o-transition: opacity 0.2s ease-in .4s, visibility 0.2s ease-in .4s;
  transition: opacity 0.2s ease-in .4s, visibility 0.2s ease-in .4s;
}

.header--img-bg .header__brand #conservation,
.mobile-nav-open .header__brand #conservation {
  fill: white;
}

.header--img-bg .header__brand #ecolife polygon,
.header--img-bg .header__brand #ecolife path,
.mobile-nav-open .header__brand #ecolife polygon,
.mobile-nav-open .header__brand #ecolife path {
  fill: white;
}

.header--img-bg .header__brand #butterfly path,
.mobile-nav-open .header__brand #butterfly path {
  fill: white;
}

.header--img-bg .header__brand #wing-lines,
.mobile-nav-open .header__brand #wing-lines {
  stroke: white;
}

@media (min-width: 992px) {
  .header--expand .header__brand #conservation {
    fill: white;
  }

  .header--expand .header__brand #ecolife polygon,
  .header--expand .header__brand #ecolife path {
    fill: white;
  }

  .header--expand .header__brand #butterfly path {
    fill: white;
  }

  .header--expand .header__brand #wing-lines {
    stroke: white;
  }
}

.scroll-triggered .header__brand {
  max-height: 80px;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.scroll-triggered .header__brand svg {
  margin: 3px 10px 0 0;
  -webkit-transform: translateY(12px);
       -o-transform: translateY(12px);
          transform: translateY(12px);
}

@media (min-width: 1500px) {
  .scroll-triggered .header__brand svg {
    margin-top: 0px;
  }
}

.scroll-triggered .header__brand #conservation,
.scroll-triggered .header__brand #ecolife {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.scroll-triggered .header__brand #butterfly path {
  fill: #6EA84A;
}

.scroll-triggered .header__brand #wing-lines {
  stroke: #6EA84A;
}

.header__navigation {
  display: none;
}

@media (min-width: 992px) {
  .header__navigation {
    display: inline-block;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    position: relative;
  }

  .header__navigation > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (min-width: 1200px) {
  .header__navigation {
    margin-right: 10px;
  }
}

.header__search-button {
  font-size: 0;
  color: #313131;
  display: none;
}

@media (min-width: 992px) {
  .header__search-button {
    display: block;
  }
}

.header__search-button:before {
  font-size: 24px;
  font-size: 1.5rem;
}

@media (min-width: 992px) {
  .header__search-button:before {
    font-size: 16px;
    font-size: 1rem;
  }
}

.header--img-bg .header__search-button,
.header--expand .header__search-button {
  color: white;
}

.header__search-button:hover,
.header__search-button:focus {
  color: #FCBB1F;
}

.header__search {
  display: none;
}

.header__search > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.header__search-form {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header__search-form label {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.scroll-triggered .header__search-form label {
  border-color: #313131;
}

@media (min-width: 1200px) {
  .header__search-form label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}

.header__search-form input[type="text"] {
  margin: 0;
  border: none;
  color: #fff;
  text-align: right;
  font-family: "bebas-neue", sans-serif;
  text-transform: uppercase;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-color: transparent;
  font-size: 32px;
  font-size: 2rem;
}

.header__search-form input[type="text"]:focus {
  outline: none;
}

.header__search-form input[type="text"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
}

.header__search-form input[type="text"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
}

.header__search-form input[type="text"]::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
}

.header__search-form input[type="text"]::placeholder {
  color: rgba(255, 255, 255, 0.75);
}

.scroll-triggered .header__search-form input[type="text"] {
  color: #313131;
}

.scroll-triggered .header__search-form input[type="text"]::-webkit-input-placeholder {
  color: rgba(49, 49, 49, 0.75);
}

.scroll-triggered .header__search-form input[type="text"]:-ms-input-placeholder {
  color: rgba(49, 49, 49, 0.75);
}

.scroll-triggered .header__search-form input[type="text"]::-ms-input-placeholder {
  color: rgba(49, 49, 49, 0.75);
}

.scroll-triggered .header__search-form input[type="text"]::placeholder {
  color: rgba(49, 49, 49, 0.75);
}

.header__search-form input[type="submit"] {
  color: white;
  font-size: 16px;
  font-size: 1rem;
}

.scroll-triggered .header__search-form input[type="submit"] {
  color: #313131;
}

.header__search-close {
  cursor: pointer;
  color: white;
  font-size: 0;
  display: inline-block;
}

.header__search-close::before {
  font-size: 24px;
  font-size: 1.5rem;
}

.scroll-triggered .header__search-close {
  color: #313131;
}

.header__support {
  display: none;
  margin-left: 20px;
}

@media (min-width: 992px) {
  .header__support {
    display: inline-block;
  }

  .header__support > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (min-width: 1500px) {
  .header__support {
    margin-left: 40px;
  }
}

.no-js .header {
  position: absolute;
}

.main-menu {
  padding: 0;
  margin: 0;
  text-align: right;
}

.main-menu__link {
  color: #313131;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
}

@media (min-width: 1200px) {
  .main-menu__link {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.header--img-bg .main-menu__link,
.header--expand .main-menu__link {
  color: #fff;
}

.header--img-bg .main-menu__link:hover,
.header--img-bg .main-menu__link:focus,
.header--expand .main-menu__link:hover,
.header--expand .main-menu__link:focus {
  color: #FCBB1F;
}

.scroll-triggered .main-menu__link {
  color: #313131;
}

.main-menu__link:hover,
.main-menu__link:focus {
  color: #6EA84A;
}

.main-menu__item {
  text-align: left;
  list-style-type: none;
  display: inline-block;
  padding: 20px 5px;
}

@media (min-width: 992px) {
  .main-menu__item {
    padding: 20px 5px;
    margin-left: 3px;
    margin-right: 3px;
  }

  .main-menu__item:hover .main-menu-sub-menu--1 {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s ease-out, visibility 0s linear, -webkit-transform .3s ease-out;
    transition: opacity 0.5s ease-out, visibility 0s linear, -webkit-transform .3s ease-out;
    -o-transition: opacity 0.5s ease-out, visibility 0s linear, -o-transform .3s ease-out;
    transition: opacity 0.5s ease-out, transform .3s ease-out, visibility 0s linear;
    transition: opacity 0.5s ease-out, transform .3s ease-out, visibility 0s linear, -webkit-transform .3s ease-out, -o-transform .3s ease-out;
  }
}

@media (min-width: 1200px) {
  .main-menu__item {
    position: relative;
  }

  .main-menu__item:hover .main-menu-sub-menu--1 {
    -webkit-transform: translate(-50%, 0);
         -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }

  .main-menu__item:first-child .main-menu-sub-menu--1 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  .main-menu__item:first-child:hover .main-menu-sub-menu--1 {
    -webkit-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@media (min-width: 1500px) {
  .main-menu__item {
    margin-left: 20px;
    margin-right: 20px;
  }

  .main-menu__item:first-child .main-menu-sub-menu--1 {
    -webkit-transform: translate(-50%, -2%);
         -o-transform: translate(-50%, -2%);
            transform: translate(-50%, -2%);
  }

  .main-menu__item:first-child:hover .main-menu-sub-menu--1 {
    -webkit-transform: translate(-50%, 0);
         -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

.main-menu__item .main-menu__icon {
  display: none;
}

.main-menu__item--parent .main-menu__icon {
  display: initial;
}

.main-menu__item--active .main-menu__link,
.main-menu__item--active > .main-menu-sub-menu__link,
.main-menu__item--parent--active .main-menu__link,
.main-menu__item--parent--active > .main-menu-sub-menu__link {
  color: #FCBB1F;
}

.main-menu__item:nth-child(2) .main-menu-sub-menu__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
}

.main-menu__item:last-child .main-menu-sub-menu--1 {
  width: auto;
  left: auto;
  padding: 60px 20px 0;
  min-width: 200px;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}

.main-menu__item:last-child .main-menu-sub-menu--1__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding: 0;
}

.scroll-triggered .main-menu__item {
  padding: 10px 5px;
}

.main-menu__icon {
  color: #FCBB1F;
  margin-left: 5px;
  font-size: 12px;
  font-size: 0.75rem;
}

.main-menu__description {
  display: block;
  color: #313131;
  font-family: "open-sans", sans-serif;
  text-transform: none;
  line-height: 1.5rem;
  font-size: 14px;
  font-size: 0.875rem;
}

.main-menu-sub-menu__link {
  -webkit-font-smoothing: antialiased;
}

.main-menu-sub-menu__link:hover,
.main-menu-sub-menu__link:focus {
  color: #59C4D4;
}

.main-menu-sub-menu {
  list-style-type: none;
}

.main-menu-sub-menu__link {
  color: #313131;
}

.main-menu-sub-menu--1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.1s ease-in, visibility 0s linear 0.5s, -webkit-transform .3s ease-in;
  transition: opacity 0.1s ease-in, visibility 0s linear 0.5s, -webkit-transform .3s ease-in;
  -o-transition: opacity 0.1s ease-in, visibility 0s linear 0.5s, -o-transform .3s ease-in;
  transition: opacity 0.1s ease-in, transform .3s ease-in, visibility 0s linear 0.5s;
  transition: opacity 0.1s ease-in, transform .3s ease-in, visibility 0s linear 0.5s, -webkit-transform .3s ease-in, -o-transform .3s ease-in;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  left: 0;
  margin-top: 21px;
  padding: 60px 40px;
  z-index: 5;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}

.main-menu-sub-menu--1__item {
  padding: 0 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.main-menu-sub-menu--1__link {
  display: inline-block;
  margin-bottom: 35px;
}

.main-menu-sub-menu--1 .main-menu__icon {
  color: inherit;
  margin-left: 8px;
  font-size: 18px;
  font-size: 1.125rem;
}

@media (min-width: 992px) {
  .main-menu-sub-menu--1 {
    width: 750px;
  }
}

@media (min-width: 1200px) {
  .main-menu-sub-menu--1 {
    width: 800px;
    -webkit-transform: translate(-50%, -2%);
         -o-transform: translate(-50%, -2%);
            transform: translate(-50%, -2%);
  }
}

@media (min-width: 1500px) {
  .main-menu-sub-menu--1 {
    width: 840px;
    left: 50%;
    padding: 60px 30px;
  }
}

.main-menu-sub-menu--2 {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.main-menu-sub-menu--2__item {
  margin-bottom: 25px;
}

.main-menu-sub-menu--2__item:last-child {
  margin-bottom: 0;
}

.main-menu-sub-menu--3 {
  padding-left: 0;
}

.main-menu-sub-menu--3 .main-menu__icon {
  margin-left: 4px;
  font-size: 14px;
  font-size: 0.875rem;
}

.support-menu {
  padding: 0;
  margin: 0;
}

.support-menu__item {
  text-align: center;
  list-style-type: none;
  display: inline-block;
  padding: 0;
  position: relative;
}

@media (min-width: 1500px) {
  .support-menu__item {
    min-width: 205px;
  }
}

.support-menu__item:hover .support-menu-sub-menu {
  visibility: visible;
  max-height: 600px;
  -webkit-transition: visibility 0s linear 0.2s, max-height 0.25s ease-in 0.1s;
  -o-transition: visibility 0s linear 0.2s, max-height 0.25s ease-in 0.1s;
  transition: visibility 0s linear 0.2s, max-height 0.25s ease-in 0.1s;
}

.support-menu__link {
  color: #fff;
  display: block;
  padding: 13px 20px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 35px;
  background-color: #FCBB1F;
  -webkit-transition: background-color 0.2s ease-in;
  -o-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
  font-size: 12px;
  font-size: 0.75rem;
}

@media (min-width: 1200px) {
  .support-menu__link {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.support-menu__link:hover,
.support-menu__link:focus {
  color: white;
  background-color: #59C4D4;
}

.support-menu__link .main-menu__icon {
  display: none;
}

.support-menu-sub-menu {
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 10px 0 0;
  border-radius: 5px;
  position: absolute;
  top: 100%;
  padding: 15px;
  list-style-type: none;
  z-index: 5;
  background: white;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  min-width: 250px;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.25);
  -webkit-transition: visibility 0s linear 0.15s, max-height 0.2s ease-in;
  -o-transition: visibility 0s linear 0.15s, max-height 0.2s ease-in;
  transition: visibility 0s linear 0.15s, max-height 0.2s ease-in;
}

.support-menu-sub-menu__item {
  display: block;
  padding: 5px 20px;
  text-align: left;
  margin-bottom: 15px;
}

.support-menu-sub-menu__item:last-child {
  margin-bottom: 0;
}

.support-menu-sub-menu__link {
  color: #313131;
  font-family: "bebas-neue", sans-serif;
  display: inline-block;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 1.25rem;
}

.support-menu-sub-menu__link:hover,
.support-menu-sub-menu__link:focus {
  color: #59C4D4;
}

/**
 * No Masthead & Scrolled
 */

.no-masthead header.banner a,
.no-masthead header.banner #header-search form.searchform input[type="text"],
.scroll-triggered header.banner a,
.scroll-triggered header.banner #header-search form.searchform input[type="text"] {
  color: #7d7d7d;
}

.no-masthead header.banner #header-search form.searchform input[type="text"]::-webkit-input-placeholder,
.scroll-triggered header.banner #header-search form.searchform input[type="text"]::-webkit-input-placeholder {
  color: #7d7d7d;
}

.no-masthead header.banner #header-search form.searchform input[type="text"]:-ms-input-placeholder,
.scroll-triggered header.banner #header-search form.searchform input[type="text"]:-ms-input-placeholder {
  color: #7d7d7d;
}

.no-masthead header.banner #header-search form.searchform input[type="text"]::-ms-input-placeholder,
.scroll-triggered header.banner #header-search form.searchform input[type="text"]::-ms-input-placeholder {
  color: #7d7d7d;
}

.no-masthead header.banner #header-search form.searchform input[type="text"]::placeholder,
.scroll-triggered header.banner #header-search form.searchform input[type="text"]::placeholder {
  color: #7d7d7d;
}

.no-masthead header.banner .brand svg path,
.scroll-triggered header.banner .brand svg path {
  fill: initial;
}

.list-item {
  margin-bottom: 60px;
}

@media (min-width: 992px) {
  .list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.list-item:last-child {
  margin-bottom: 60px;
}

.list-item__link {
  display: block;
}

.list-item__link:hover .list-item__title,
.list-item__link:focus .list-item__title {
  color: #59C4D4;
}

.list-item__link:hover .list-item__image:before,
.list-item__link:focus .list-item__image:before {
  background-color: rgba(35, 145, 143, 0.75);
}

.list-item__image {
  background-color: #F5F4F4;
  position: relative;
  min-width: 100%;
  width: auto;
  position: relative;
}

.list-item__image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}

.list-item__image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.list-item__image:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(35, 145, 143, 0);
  -webkit-transition: background-color 0.15s ease-in;
  -o-transition: background-color 0.15s ease-in;
  transition: background-color 0.15s ease-in;
}

.list-item__image a {
  display: block;
}

.list-item__image img {
  display: block;
}

.list-item__image .img-cover:before,
.list-item__image .img-circle:before,
.list-item__image .post__media:before {
  padding-top: 75%;
}

.list-item__image svg {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.list-item__title {
  color: #313131;
  -webkit-transition: color 0.15s ease-in, opacity 0.15s ease-in;
  -o-transition: color 0.15s ease-in, opacity 0.15s ease-in;
  transition: color 0.15s ease-in, opacity 0.15s ease-in;
}

.list-item__title [class^="icon-"] {
  line-height: 28px;
  vertical-align: middle;
  font-size: 18px;
  font-size: 1.125rem;
}

.list-item__label {
  color: white;
  font-family: "bebas-neue", sans-serif;
  margin: 0 0 18px;
  padding: 0 25px;
  display: inline-block;
  background-color: #6EA84A;
  font-size: 14px;
  font-size: 0.875rem;
}

.list-item__meta {
  color: #313131;
  font-size: 14px;
  font-size: 0.875rem;
}

.list-item__meta p {
  margin: 0;
  display: inline-block;
  line-height: 1.25rem;
  font-size: 14px;
  font-size: 0.875rem;
}

.list-item__meta hr {
  border: none;
  border-bottom: 2px solid #D8D8D8;
}

.list-item--related .img-cover,
.list-item--related .img-circle,
.list-item--related .post__media {
  position: relative;
}

.list-item--related .img-cover:before,
.list-item--related .img-circle:before,
.list-item--related .post__media:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}

.list-item--related .img-cover > .content,
.list-item--related .img-circle > .content,
.list-item--related .post__media > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.list-item--people {
  display: block;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .list-item--people {
    margin-bottom: 0;
  }
}

.list-item--people .list-item__image {
  margin-bottom: 18px;
  overflow: hidden;
  background-color: transparent;
}

.list-item--people .list-item__image img {
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  -o-transition: -o-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in, -o-transform 0.2s ease-in;
}

.list-item--people:hover .list-item__title,
.list-item--people:focus .list-item__title {
  color: #6EA84A;
}

.list-item--people:hover img,
.list-item--people:focus img {
  -webkit-transform: scale(1.04);
       -o-transform: scale(1.04);
          transform: scale(1.04);
}

.list-item--people .list-item__title {
  margin-bottom: 0;
}

.list-item--search {
  padding-bottom: 60px;
  border-bottom: 2px solid #D8D8D8;
}

.list-item--search .list-item__image {
  background-color: transparent;
}

.list-item--search .list-item__image img {
  margin-right: auto;
  margin-left: auto;
}

.list-item--search .list-item__content {
  margin-bottom: 15px;
}

.list-item--search .list-item__title {
  margin-bottom: 0;
}

.list-item--search .list-item__title a {
  color: #313131;
}

.list-item--search .list-item__title a:hover,
.list-item--search .list-item__title a:focus {
  color: #6EA84A;
}

.list-item--search .list-item__meta {
  margin-bottom: 15px;
}

#tribe-events-content-wrapper {
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  #tribe-events-content-wrapper {
    padding-top: 60px;
  }
}

.list-item-event.type-tribe_events {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 0;
  border-bottom: 1px solid #D8D8D8;
}

.list-item-event.type-tribe_events.tribe-events-first {
  padding-top: 40px;
  border-top: 1px solid #D8D8D8;
}

.list-item-event.type-tribe_events.tribe-events-last {
  border-bottom: 1px solid #D8D8D8;
}

@media (min-width: 768px) {
  .list-item-event.type-tribe_events .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.list-item-event__title {
  margin: 0;
}

.list-item-event__content {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .list-item-event__content {
    margin-bottom: 0;
  }
}

.list-item-event__meta {
  font-size: 16px;
  font-size: 1rem;
}

.list-item-event__categories {
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
}

.list-item-event__categories a {
  color: #313131;
}

.list-item-event__categories a:hover,
.list-item-event__categories a:focus {
  color: #6EA84A;
}

@media (min-width: 768px) {
  .list-item-event__categories {
    margin-bottom: 0;
  }
}

.list-item-event__schedule {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
}

.list-item-event__venue {
  font-weight: 600;
  line-height: 1.75rem;
  font-size: 16px;
  font-size: 1rem;
}

.list-item-event__venue .icon-map {
  color: #6EA84A;
  vertical-align: middle;
  font-size: 28px;
  font-size: 1.75rem;
}

.list-item-event__members {
  margin-top: 25px;
}

.list-item-event__description img {
  display: none;
}

.list-item-event__description > *:last-child {
  margin-bottom: 0;
}

.list-item-event .tribe-events-gmap {
  display: block;
}

.list-item-event .tribe-event-url {
  color: #313131;
}

.list-item-event .tribe-event-url:hover,
.list-item-event .tribe-event-url:focus {
  color: #23918f;
  color: #6EA84A;
}

.tribe-events-loop .list-item-event .tribe-events-event-image {
  width: auto;
  float: none;
  margin: 0;
}

.tribe-events-notices {
  color: #313131;
  border: none;
  border-radius: 0;
  background-color: #F5F4F4;
}

.tribe-events-notices > ul:not(.list-inline):not(.list-unstyled) {
  margin-top: 0;
}

#tribe-events-footer {
  margin-top: 60px;
}

#tribe-events-footer::before,
#tribe-events-footer::after {
  display: none;
}

#tribe-events-footer .tribe-events-pagination {
  text-align: center;
}

#tribe-events-footer .tribe-events-pagination a span {
  display: inline-block;
  content: '';
  position: static;
}

#tribe-events-footer .tribe-events-pagination a span:before {
  font-size: 14px;
  font-size: 0.875rem;
}

#tribe-events-footer .tribe-events-pagination a[rel="prev"]:hover .icon {
  -webkit-animation: bounceLeftArrow 1.5s infinite;
       -o-animation: bounceLeftArrow 1.5s infinite;
          animation: bounceLeftArrow 1.5s infinite;
}

#tribe-events-footer .tribe-events-pagination a[rel="next"]:hover .icon {
  -webkit-animation: bounceRightArrow 1.5s infinite;
       -o-animation: bounceRightArrow 1.5s infinite;
          animation: bounceRightArrow 1.5s infinite;
}

.single-tribe_events .tribe-events-venue-map {
  width: 100%;
  margin: 0;
}

#tribe-events-content > a.tribe-events-ical.tribe-events-button {
  float: right;
  height: initial;
  line-height: initial;
  display: inline-block;
  border-radius: 0;
  padding: 2px 20px;
  border-width: 4px;
  text-transform: none;
  letter-spacing: 0;
  font-size: 16px;
  font-size: 1rem;
}

#tribe-events-content > a.tribe-events-ical.tribe-events-button:hover,
#tribe-events-content > a.tribe-events-ical.tribe-events-button:focus {
  border-width: 4px;
}

#tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title,
#tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] .list-item--search .tribe-events-month-event-title.list-item__title,
.list-item--search #tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] .tribe-events-month-event-title.list-item__title,
#tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] .post--product .related.products h2.tribe-events-month-event-title,
.post--product .related.products #tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h2.tribe-events-month-event-title,
#tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] .post--product .related.products .tribe-events-month-event-title.post__title,
.post--product .related.products #tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] .tribe-events-month-event-title.post__title,
#tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] .woocommerce .cart_totals h2.tribe-events-month-event-title,
.woocommerce .cart_totals #tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h2.tribe-events-month-event-title,
#tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] .woocommerce .cart_totals .tribe-events-month-event-title.post__title,
.woocommerce .cart_totals #tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] .tribe-events-month-event-title.post__title {
  font-family: "open-sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
}

.pagination {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
}

.vc-custom-promo-box {
  max-height: 680px;
}

.vc-custom-promo-box:before {
  padding-top: 150%;
  background-color: rgba(49, 49, 49, 0.3);
}

.vc-custom-promo-box:hover:before {
  background-color: rgba(89, 196, 212, 0.9);
}

.vc-custom-promo-box.text-slide-up .vc-promo-header {
  position: relative;
}

.vc-custom-promo-box.text-slide-up .vc-promo-header:after {
  content: '\E903';
  font-family: 'icomoon';
  color: #59C4D4;
  display: block;
}

@media (min-width: 992px) {
  .vc-custom-promo-box.text-slide-up .content {
    padding: 25px;
    -webkit-transform: translateY(-25%);
         -o-transform: translateY(-25%);
            transform: translateY(-25%);
    bottom: auto;
    top: 50%;
  }
}

@media (min-width: 992px) {
  .vc-custom-promo-box.text-slide-up:hover .content {
    -webkit-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    bottom: auto;
    top: 50%;
  }
}

.vc-custom-promo-box .vc-promo-header span {
  display: block;
}

.visc-hover-box {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.visc-hover-box .vc-hoverbox-block-inner,
.visc-hover-box .vc-hoverbox-back-inner {
  padding: 100px 20px;
}

.entry-meta--event .entry-meta__date,
.entry-meta--event .entry-meta__time {
  margin: 0;
  font-weight: 700;
}

.entry-meta--event .entry-meta__time {
  margin-bottom: 16px;
}

.entry-meta--event .tribe-events-meta-group .tribe-events-single-section-title {
  font-weight: 700;
  line-height: 1.5rem;
  font-size: 16px;
  font-size: 1rem;
}

.entry-meta--event .tribe-events-meta-group .tribe-venue,
.entry-meta--event .tribe-events-meta-group .tribe-venue-location address {
  line-height: 1.5rem;
  font-size: 16px;
  font-size: 1rem;
}

.entry-meta .tribe-events-single-section-title {
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1.5rem;
}

.entry-meta .tribe-events-single-section-title .icon-map {
  color: #6EA84A;
  vertical-align: text-bottom;
  line-height: 1.5rem;
  font-size: 22px;
  font-size: 1.375rem;
}

.entry-meta .tribe-events-meta-group dl {
  margin-top: 0;
}

.entry-meta .tribe-events-meta-group dd {
  margin-left: 0;
}

.entry-meta .tribe-events-meta-group address {
  font-style: normal;
}

.entry-meta .tribe-events-meta-group .tribe-events-gmap {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
}

/**
 * Mobile Navigation
 */

#nav-toggle {
  display: none;
}

#nav-toggle:checked ~ #mobile-nav {
  z-index: 49;
  top: 0;
  opacity: 1;
  height: 100vh;
  -webkit-transition: z-index 0s linear 0.3s, top 0s linear 0.3s, opacity 0.5s ease-out;
  -o-transition: z-index 0s linear 0.3s, top 0s linear 0.3s, opacity 0.5s ease-out;
  transition: z-index 0s linear 0.3s, top 0s linear 0.3s, opacity 0.5s ease-out;
}

#nav-toggle:checked ~ #mobile-nav .mobile-nav,
#nav-toggle:checked ~ #mobile-nav .mobile-nav__menu,
#nav-toggle:checked ~ #mobile-nav .mobile-nav__menu--support,
#nav-toggle:checked ~ #mobile-nav .mobile-search {
  opacity: 1;
  top: 0;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.5s ease 0.5s, -webkit-transform .5s ease 0.5s;
  transition: opacity 0.5s ease 0.5s, -webkit-transform .5s ease 0.5s;
  -o-transition: opacity 0.5s ease 0.5s, -o-transform .5s ease 0.5s;
  transition: opacity 0.5s ease 0.5s, transform .5s ease 0.5s;
  transition: opacity 0.5s ease 0.5s, transform .5s ease 0.5s, -webkit-transform .5s ease 0.5s, -o-transform .5s ease 0.5s;
}

#mobile-nav {
  position: fixed;
  top: -999999px;
  height: 0;
  width: 100%;
  z-index: -1;
  opacity: 0;
  color: #fff;
  padding-top: 96px;
  overflow-y: scroll;
  background-color: #6EA84A;
  -webkit-transition: z-index 0s linear 0s, top 0s linear 0s, opacity 0.3s ease-in;
  -o-transition: z-index 0s linear 0s, top 0s linear 0s, opacity 0.3s ease-in;
  transition: z-index 0s linear 0s, top 0s linear 0s, opacity 0.3s ease-in;
}

.mobile-nav {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: z-index 0s linear 0.3s, top 0s linear 0.3s, opacity 0.3s linear 0s, height 0s linear 0.3s;
  -o-transition: z-index 0s linear 0.3s, top 0s linear 0.3s, opacity 0.3s linear 0s, height 0s linear 0.3s;
  transition: z-index 0s linear 0.3s, top 0s linear 0.3s, opacity 0.3s linear 0s, height 0s linear 0.3s;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

.mobile-nav ul {
  width: 100%;
  overflow-y: scroll;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav ul::-webkit-scrollbar {
  display: none;
}

.mobile-nav a {
  font-weight: 400;
  color: white;
  display: block;
  text-align: left;
  padding: 15px 0px;
  line-height: 1.375rem;
  font-size: 20px;
  font-size: 1.25rem;
}

.mobile-nav__menu {
  opacity: 0;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.5s ease 0s, -webkit-transform 1s ease 0.5s;
  transition: opacity 0.5s ease 0s, -webkit-transform 1s ease 0.5s;
  -o-transition: opacity 0.5s ease 0s, -o-transform 1s ease 0.5s;
  transition: opacity 0.5s ease 0s, transform 1s ease 0.5s;
  transition: opacity 0.5s ease 0s, transform 1s ease 0.5s, -webkit-transform 1s ease 0.5s, -o-transform 1s ease 0.5s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

.mobile-nav__menu li {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav__menu li.btn,
.mobile-nav__menu .tribe-events li.tribe-events-c-search__button,
.tribe-events .mobile-nav__menu li.tribe-events-c-search__button,
.mobile-nav__menu .post--product .woocommerce li.single_add_to_cart_button.button.alt,
.post--product .woocommerce .mobile-nav__menu li.single_add_to_cart_button.button.alt,
.mobile-nav__menu .checkout li#place_order,
.checkout .mobile-nav__menu li#place_order {
  padding: 0;
  text-align: left;
  background-color: transparent;
}

.mobile-nav__menu > li {
  margin-bottom: 20px;
}

.mobile-nav__menu > li > a {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 10px 0;
  font-family: "bebas-neue", sans-serif;
  text-transform: uppercase;
  line-height: 2.25rem;
  font-size: 26px;
  font-size: 1.625rem;
}

.mobile-nav__menu > li > a .icon-arrow-down {
  display: none;
}

.mobile-nav__menu .sub-menu--open {
  display: none;
}

.mobile-nav__menu > li.menu-item-has-children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mobile-nav__menu > li.menu-item-has-children > a {
  max-width: calc(100% - 70px);
}

.mobile-nav__menu > li.menu-item-has-children > .icon {
  display: initial;
  padding-left: 25px;
  padding-right: 5px;
}

.mobile-nav__menu > li.menu-item-has-children > .icon:before {
  content: "\E906";
  font-family: 'icomoon';
  display: block;
  line-height: 3rem;
  transition: transform .25s ease, -webkit-transform .25s ease, -o-transform .25s ease;
  font-size: 36px;
  font-size: 2.25rem;
}

.mobile-nav__menu--support {
  opacity: 0;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.5s ease 0s, -webkit-transform 1s ease 0.5s;
  transition: opacity 0.5s ease 0s, -webkit-transform 1s ease 0.5s;
  -o-transition: opacity 0.5s ease 0s, -o-transform 1s ease 0.5s;
  transition: opacity 0.5s ease 0s, transform 1s ease 0.5s;
  transition: opacity 0.5s ease 0s, transform 1s ease 0.5s, -webkit-transform 1s ease 0.5s, -o-transform 1s ease 0.5s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

.mobile-nav__menu--support .sub-menu {
  display: none;
}

.mobile-nav__menu--support .menu-item a {
  padding: 30px;
  text-align: center;
  font-family: "bebas-neue", sans-serif;
  background-color: #FCBB1F;
  font-size: 26px;
  font-size: 1.625rem;
}

.mobile-nav__menu--support .menu-item a:active {
  background-color: #f4ad03;
}

.mobile-nav .sub-menu {
  max-height: 0;
  padding-left: 20px;
  -webkit-transition: max-height 0.5s ease-in-out;
  -o-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}

.mobile-nav .sub-menu a {
  font-weight: 700;
  text-transform: uppercase;
}

.mobile-nav .sub-menu .sub-menu a {
  text-transform: unset;
}

.no-js .mobile-nav .sub-menu {
  max-height: none;
}

.mobile-nav__icon {
  z-index: 99;
  display: inline-block;
  padding: 30px 0;
  background-color: transparent;
  cursor: pointer;
  -ms-user-select: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-bottom: 0;
  margin-left: 30px;
}

.mobile-nav__icon > div {
  position: relative;
  width: 37px;
  height: 19px;
}

.mobile-nav__icon:hover .header__menu-line:first-child {
  -webkit-transform: translateY(1px);
       -o-transform: translateY(1px);
          transform: translateY(1px);
}

.mobile-nav__icon:hover .header__menu-line:last-child {
  -webkit-transform: translateY(-1px);
       -o-transform: translateY(-1px);
          transform: translateY(-1px);
}

@media (min-width: 992px) {
  .mobile-nav__icon {
    display: none;
  }
}

@media (min-width: 1200px) {
  .mobile-nav__icon {
    opacity: 0;
    z-index: -1;
    -webkit-transform: translateY(-200%);
         -o-transform: translateY(-200%);
            transform: translateY(-200%);
  }
}

.mobile-nav__menu-line {
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  background-color: #313131;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 150ms;
       -o-transition-delay: 150ms;
          transition-delay: 150ms;
  opacity: 1;
}

.mobile-nav__menu-line:first-child {
  top: 1px;
}

.mobile-nav__menu-line:nth-child(2) {
  opacity: 0;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mobile-nav__menu-line:nth-child(3) {
  top: calc(50% - 1px);
}

.mobile-nav__menu-line:last-child {
  top: auto;
  bottom: 0;
  -webkit-transition-delay: 200ms;
       -o-transition-delay: 200ms;
          transition-delay: 200ms;
}

.mobile-nav-open .mobile-nav__menu-line {
  background-color: white;
}

.mobile-nav-open .mobile-nav__menu-line:first-child,
.mobile-nav-open .mobile-nav__menu-line:last-child {
  opacity: 0;
}

.mobile-nav-open .mobile-nav__menu-line:nth-child(2) {
  opacity: 1;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mobile-nav-open .mobile-nav__menu-line:nth-child(3) {
  height: 2px;
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header--img-bg .mobile-nav__menu-line,
.header--alt .mobile-nav__menu-line {
  background-color: white;
}

.scroll-triggered .mobile-nav__menu-line {
  background-color: #313131;
}

.mobile-nav .menu__title--desktop,
.mobile-nav .menu-item-thumbnail img,
.mobile-nav .menu__title--page {
  display: none;
}

.mobile-nav .quicklinks {
  text-align: center;
}

.mobile-nav .quicklinks ul {
  margin-bottom: 12px;
}

.mobile-nav .quicklinks a {
  padding: 10px;
  font-size: 18px;
  font-size: 1.125rem;
}

.mobile-nav .quicklinks > a {
  display: inline-block;
}

.mobile-nav .quicklinks > a [class^="icon-"]:before,
.mobile-nav .quicklinks > a [class*=" icon-"]:before {
  font-size: 28px;
  font-size: 1.75rem;
}

.mobile-nav--opened .sub-menu {
  display: block;
  max-height: 700px;
  -webkit-transition: max-height 0.5s ease-in;
  -o-transition: max-height 0.5s ease-in;
  transition: max-height 0.5s ease-in;
}

.mobile-nav--opened.menu-item-has-children > .icon:before {
  -webkit-transform: translate(0, 0) rotate(180deg) !important;
       -o-transform: translate(0, 0) rotate(180deg) !important;
          transform: translate(0, 0) rotate(180deg) !important;
}

.mobile-nav .menu--intro-text {
  display: none;
}

.mobile-search {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-bottom: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid white;
  -webkit-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: opacity 0.5s ease 0s, -webkit-transform 1.2s ease 0.5s;
  transition: opacity 0.5s ease 0s, -webkit-transform 1.2s ease 0.5s;
  -o-transition: opacity 0.5s ease 0s, -o-transform 1.2s ease 0.5s;
  transition: opacity 0.5s ease 0s, transform 1.2s ease 0.5s;
  transition: opacity 0.5s ease 0s, transform 1.2s ease 0.5s, -webkit-transform 1.2s ease 0.5s, -o-transform 1.2s ease 0.5s;
}

.mobile-search__input {
  width: 80%;
  float: left;
}

.mobile-search__input input[type="text"] {
  width: 100%;
  color: white;
  margin-bottom: 0;
  border: none;
  background-color: transparent;
  line-height: 3rem;
  font-size: 24px;
  font-size: 1.5rem;
}

.mobile-search__input input[type="text"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.mobile-search__input input[type="text"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.mobile-search__input input[type="text"]::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.mobile-search__input input[type="text"]::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.mobile-search__submit,
.mobile-search input[type="submit"] {
  display: block;
  font-size: 0;
  color: #FCBB1F;
  text-align: right;
  min-width: 0;
  width: 20%;
  margin-bottom: 0;
  border: none;
  padding: 18px 10px 18px;
  background-color: transparent;
}

.mobile-search__submit .icon:before,
.mobile-search input[type="submit"] .icon:before {
  font-size: 24px;
  font-size: 1.5rem;
}

.mobile-search__submit:after,
.mobile-search input[type="submit"]:after {
  display: none;
}

.mobile-search__submit:hover,
.mobile-search__submit:focus,
.mobile-search input[type="submit"]:hover,
.mobile-search input[type="submit"]:focus {
  color: white;
  background-color: transparent;
}

.mobile-nav-open {
  overflow: hidden;
}

/**
 * Search & 404
 */

.searchform {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .searchform__fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 768px) {
  .searchform__fields label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 67%;
            flex: 0 0 67%;
  }
}

.vc-number-counter {
  margin: 0;
  color: #59C4D4;
  text-align: inherit;
}

.vc-number-counter {
  font-size: 5.625rem;
}

@media screen and (min-width: 576px) {
  .vc-number-counter {
    font-size: calc(8.01282vw + 2.74038rem);
  }
}

@media screen and (min-width: 1200px) {
  .vc-number-counter {
    font-size: 8.75rem;
  }
}

.vc-number-counter {
  line-height: 5.625rem;
}

@media screen and (min-width: 576px) {
  .vc-number-counter {
    line-height: calc(8.01282vw + 2.74038rem);
  }
}

@media screen and (min-width: 1200px) {
  .vc-number-counter {
    line-height: 8.75rem;
  }
}

.visceral-tickers + .vc_custom_heading {
  margin-top: 0;
}

.sub-nav {
  position: relative;
  z-index: 9;
  background-color: #F5F4F4;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  will-change: transform;
  -webkit-transition: all 0.34s ease-in-out;
  -o-transition: all 0.34s ease-in-out;
  transition: all 0.34s ease-in-out;
}

.sub-nav.vc_section {
  -webkit-transition: all 0.34s ease-in-out;
  -o-transition: all 0.34s ease-in-out;
  transition: all 0.34s ease-in-out;
}

.wpb-js-composer .vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-list {
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.wpb-js-composer .vc_general.vc_tta.vc_tta-tabs .vc_tta-tab {
  margin-right: 10px;
  margin-bottom: 15px;
}

.wpb-js-composer .vc_general.vc_tta.vc_tta-tabs .vc_tta-tab:first-child {
  margin-left: 0;
}

.wpb-js-composer .vc_general.vc_tta.vc_tta-tabs .vc_tta-tab > a {
  color: white;
  padding: 0;
  font-weight: 300;
  background: transparent;
}

.wpb-js-composer .vc_general.vc_tta.vc_tta-tabs .vc_tta-tab > a:hover {
  opacity: 1;
  background: transparent;
}

.wpb-js-composer .vc_general.vc_tta.vc_tta-tabs .vc_tta-tab.vc_active > a {
  color: white;
  font-weight: 700;
  background: transparent;
}

.wpb-js-composer .vc_general.vc_tta.vc_tta-tabs .vc_tta-panel .vc_tta-panel-heading {
  background: transparent;
}

.wpb-js-composer .vc_general.vc_tta.vc_tta-tabs .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a {
  color: white;
  padding-left: 0;
}

.wpb-js-composer .vc_general.vc_tta.vc_tta-tabs .vc_tta-panel .vc_tta-panel-heading:hover,
.wpb-js-composer .vc_general.vc_tta.vc_tta-tabs .vc_tta-panel .vc_tta-panel-heading:focus {
  background: transparent;
}

.wpb-js-composer .vc_general.vc_tta.vc_tta-tabs .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background: transparent;
  border-radius: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.wpb-js-composer .vc_general.vc_tta.vc_tta-tabs .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  font-weight: 700;
}

.no-js .vc_tta-panel-body {
  display: block !important;
}

.timeline-line {
  border-right: 2px dashed #979797;
}

.timeline-line span {
  display: none;
}

.timeline-wrapper .timeline-dot {
  width: 28px;
  height: 28px;
  padding: 0;
  top: 26px;
  right: -34px;
  background-color: #FCBB1F;
}

.timeline-wrapper .timeline-post-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.timeline-wrapper .timeline-post-right .timeline-header-block {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.timeline-wrapper .timeline-post-right .timeline-icon-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.timeline-wrapper .timeline-post-right .timeline-dot {
  left: -32px;
}

.timeline-wrapper .timeline-block {
  border: none;
  border-radius: 0;
  padding-bottom: 30px;
  background-color: white;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

.timeline-wrapper .timeline-block .timeline-item-spt p:first-child {
  display: none;
}

.timeline-wrapper .timeline-block .ult-timeline-title {
  margin-bottom: 0;
}

.timeline-wrapper .timeline-block .timeline-icon-block {
  padding: 10px;
  left: auto !important;
  top: auto !important;
  right: auto !important;
  position: relative !important;
}

.timeline-wrapper .timeline-block .timeline-icon-block .ult-just-icon-wrapper {
  margin: 0 !important;
}

.timeline-wrapper .timeline-block .aio-icon-img {
  display: block !important;
  width: initial;
  position: relative;
  overflow: hidden;
  position: relative;
}

.timeline-wrapper .timeline-block .aio-icon-img:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}

.timeline-wrapper .timeline-block .aio-icon-img > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.timeline-wrapper .timeline-block .aio-icon-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  max-width: unset !important;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.timeline-wrapper .timeline-block .timeline-header-block {
  margin: 30px 30px 0;
  width: initial;
}

.timeline-wrapper .timeline-block .timeline-header {
  padding: 0;
  text-align: initial;
  font-size: initial;
}

.timeline-wrapper .timeline-block.timeline-post-left .ult-timeline-arrow l,
.timeline-wrapper .timeline-block.timeline-post-left .ult-timeline-arrow s {
  border-color: rgba(255, 255, 255, 0) white !important;
}

.timeline-wrapper .timeline-block.timeline-post-right .ult-timeline-arrow l,
.timeline-wrapper .timeline-block.timeline-post-right .ult-timeline-arrow s {
  border-color: rgba(255, 255, 255, 0) white !important;
}

:root {
  --tec-font-family-sans-serif: "open-sans", sans-serif;
}

.tribe-events .tribe-events-c-search__button {
  border-radius: 0;
  background-color: #FCBB1F;
}

.tribe-events .tribe-events-c-search__button {
  font-size: 0.875rem;
}

@media screen and (min-width: 576px) {
  .tribe-events .tribe-events-c-search__button {
    font-size: calc(0.64103vw + 0.64423rem);
  }
}

@media screen and (min-width: 1200px) {
  .tribe-events .tribe-events-c-search__button {
    font-size: 1.125rem;
  }
}

.tribe-events .tribe-events-c-events-bar__views {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.tribe-events .tribe-common-c-btn-icon:after {
  display: none;
}

.tribe-events.tribe-common--breakpoint-medium .tribe-events-c-events-bar__search-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.tribe-events.tribe-common--breakpoint-medium .tribe-events-c-top-bar__datepicker-button {
  text-transform: none;
  font-weight: 600;
}

.tribe-events.tribe-common--breakpoint-medium .tribe-events-c-top-bar__datepicker-button {
  font-size: 1rem;
}

@media screen and (min-width: 576px) {
  .tribe-events.tribe-common--breakpoint-medium .tribe-events-c-top-bar__datepicker-button {
    font-size: calc(0.32051vw + 0.88462rem);
  }
}

@media screen and (min-width: 1200px) {
  .tribe-events.tribe-common--breakpoint-medium .tribe-events-c-top-bar__datepicker-button {
    font-size: 1.125rem;
  }
}

.tribe-events.tribe-common--breakpoint-medium .tribe-events-c-top-bar__datepicker-button:after {
  display: none;
}

.tribe-events .icon-map {
  color: #6EA84A;
}

.tribe-events .tribe-events-calendar-list__event-featured-image-link {
  border: 1px solid #D8D8D8;
}

.tribe-events .tribe-events-calendar-list__event-title {
  font-family: "bebas-neue", sans-serif;
  font-weight: 400;
}

.tribe-events .tribe-events-calendar-list__event-title {
  font-size: 1.5rem;
}

@media screen and (min-width: 576px) {
  .tribe-events .tribe-events-calendar-list__event-title {
    font-size: calc(2.5641vw + 0.57692rem);
  }
}

@media screen and (min-width: 1200px) {
  .tribe-events .tribe-events-calendar-list__event-title {
    font-size: 2.5rem;
  }
}

.tribe-events .tribe-events-calendar-list__event-title {
  line-height: 1.5rem;
}

@media screen and (min-width: 576px) {
  .tribe-events .tribe-events-calendar-list__event-title {
    line-height: calc(2.5641vw + 0.57692rem);
  }
}

@media screen and (min-width: 1200px) {
  .tribe-events .tribe-events-calendar-list__event-title {
    line-height: 2.5rem;
  }
}

.tribe-events .tribe-events-c-small-cta__price {
  font-weight: 800;
}

.tribe-events .tribe-events-c-events-bar__search {
  background-color: #F5F4F4;
  margin: 4px;
  margin-left: 12px;
}

.tribe-events .tribe-events-c-events-bar__search .tribe-events-c-search__input-control {
  margin: 0;
}

.tribe-events .tribe-events-calendar-list__event-date-tag-datetime {
  height: auto;
  width: 70px;
  max-height: 70px;
  background-color: #F5F4F4;
  border-radius: 50%;
  padding: 11px;
}

.tribe-events .tribe-events-header__top-bar {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tribe-events .tribe-events-header__top-bar .tribe-events-c-top-bar__today-button {
  margin-left: auto;
  border-radius: 0;
}

.tribe-events .tribe-common-c-btn-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tribe-events .tribe-common-c-btn-icon.tribe-common-c-btn-icon--caret-left .tribe-common-c-btn-icon__icon-svg,
.tribe-events .tribe-common-c-btn-icon.tribe-common-c-btn-icon--caret-right .tribe-common-c-btn-icon__icon-svg {
  width: 9px;
  height: 14px;
}

.tribe-events .tribe-common-c-btn-icon.tribe-common-c-btn-icon--caret-left .tribe-common-c-btn-icon__icon-svg path,
.tribe-events .tribe-common-c-btn-icon.tribe-common-c-btn-icon--caret-right .tribe-common-c-btn-icon__icon-svg path {
  fill: #313131;
}

.tribe-events .tribe-common-c-btn-icon.tribe-common-c-btn-icon--caret-left:disabled path,
.tribe-events .tribe-common-c-btn-icon.tribe-common-c-btn-icon--caret-right:disabled path {
  fill: var(--tec-color-text-disabled);
}

.tribe-events .tribe-common-c-btn-icon:hover {
  color: #FCBB1F;
  cursor: pointer;
}

.tribe-events .tribe-common-c-btn-icon:hover path {
  fill: #FCBB1F;
}

.tribe-events .tribe-common-c-btn-icon:disabled {
  color: var(--tec-color-text-disabled);
}

.tribe-events .tribe-events-c-nav__prev-label {
  font-family: "bebas-neue", sans-serif;
  margin-left: 6px;
}

.tribe-events .tribe-events-c-nav__next-label {
  font-family: "bebas-neue", sans-serif;
  margin-right: 6px;
}

.tribe-events .tribe-events-c-nav__prev {
  color: #313131;
}

.tribe-events .tribe-events-c-nav__prev .tribe-events-c-nav__prev-icon-svg {
  margin-right: 0;
}

.tribe-events .tribe-events-c-nav__prev:hover,
.tribe-events .tribe-events-c-nav__prev:focus {
  color: #FCBB1F;
}

.tribe-events .tribe-events-c-nav__next:after {
  display: none;
}

.tribe-events .tribe-events-c-nav__next .tribe-events-c-nav__next-icon-svg {
  margin-left: 0;
}

.tribe-events .tribe-events-c-top-bar__datepicker {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.tribe-events .tribe-events-c-top-bar__datepicker .tribe-events-c-top-bar__datepicker-button {
  font-size: 0.875rem;
}

@media screen and (min-width: 576px) {
  .tribe-events .tribe-events-c-top-bar__datepicker .tribe-events-c-top-bar__datepicker-button {
    font-size: calc(0.32051vw + 0.75962rem);
  }
}

@media screen and (min-width: 1200px) {
  .tribe-events .tribe-events-c-top-bar__datepicker .tribe-events-c-top-bar__datepicker-button {
    font-size: 1rem;
  }
}

.tribe-events .tribe-events-c-top-bar__datepicker .tribe-events-c-top-bar__datepicker-button {
  line-height: 1.125rem;
}

@media screen and (min-width: 576px) {
  .tribe-events .tribe-events-c-top-bar__datepicker .tribe-events-c-top-bar__datepicker-button {
    line-height: calc(0.32051vw + 1.00962rem);
  }
}

@media screen and (min-width: 1200px) {
  .tribe-events .tribe-events-c-top-bar__datepicker .tribe-events-c-top-bar__datepicker-button {
    line-height: 1.25rem;
  }
}

.tribe-events .tribe-events-c-subscribe-dropdown > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 25px;
  background-color: #FCBB1F;
}

.tribe-events .tribe-events-c-subscribe-dropdown__button-text {
  font-family: "bebas-neue", sans-serif;
}

.tribe-events .tribe-events-c-subscribe-dropdown__button-text {
  font-size: 1.25rem;
}

@media screen and (min-width: 576px) {
  .tribe-events .tribe-events-c-subscribe-dropdown__button-text {
    font-size: calc(0.32051vw + 1.13462rem);
  }
}

@media screen and (min-width: 1200px) {
  .tribe-events .tribe-events-c-subscribe-dropdown__button-text {
    font-size: 1.375rem;
  }
}

.tribe-events .tribe-events-c-subscribe-dropdown__button-text {
  line-height: 1.375rem;
}

@media screen and (min-width: 576px) {
  .tribe-events .tribe-events-c-subscribe-dropdown__button-text {
    line-height: calc(0vw + 1.375rem);
  }
}

@media screen and (min-width: 1200px) {
  .tribe-events .tribe-events-c-subscribe-dropdown__button-text {
    line-height: 1.375rem;
  }
}

.tribe-events .tribe-events-c-subscribe-dropdown__button-text:after {
  display: none;
}

.tribe-events .tribe-events-c-subscribe-dropdown__container {
  width: auto !important;
}

.tribe-events .tribe-events-c-subscribe-dropdown__button {
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.single-tribe_events .tribe-events .tribe-events-c-subscribe-dropdown__button {
  width: 225px;
}

.tribe-events .tribe-events-c-subscribe-dropdown__button:hover,
.tribe-events .tribe-events-c-subscribe-dropdown__button:focus {
  cursor: pointer;
  color: #313131 !important;
  background-color: #59C4D4 !important;
}

.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown {
  position: relative;
}

.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__content {
  padding-top: 0;
  position: absolute;
}

.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}

.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item {
  padding: 0;
}

.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item:hover,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item:focus {
  background: transparent;
}

.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item a {
  padding: 0;
}

.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item a {
  font-size: 1rem;
}

@media screen and (min-width: 576px) {
  .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item a {
    font-size: calc(0.32051vw + 0.88462rem);
  }
}

@media screen and (min-width: 1200px) {
  .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item a {
    font-size: 1.125rem;
  }
}

.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item a {
  line-height: 1.625rem;
}

@media screen and (min-width: 576px) {
  .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item a {
    line-height: calc(-1.28205vw + 2.08654rem);
  }
}

@media screen and (min-width: 1200px) {
  .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item a {
    line-height: 1.125rem;
  }
}

.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item a:hover,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item a:focus {
  text-decoration: underline;
}

#tribe-events-pg-template {
  padding-bottom: 80px;
}

.mfp-wrap .mfp-close {
  width: auto;
}

.mfp-wrap .mfp-close:after {
  display: none;
}

.video-modal polygon {
  -webkit-transition: fill 0.3s ease;
  -o-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

.video-modal circle {
  -webkit-transition: stroke 0.3s ease;
  -o-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
}

.video-modal:hover polygon,
.video-modal:focus polygon {
  fill: #FCBB1F;
}

.video-modal:hover circle,
.video-modal:focus circle {
  stroke: #FCBB1F;
}

.woocommerce-result-count {
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
}

.woocommerce ul.products li.product .woocommerce-loop-product__link {
  display: block;
}

.woocommerce ul.products li.product .woocommerce-loop-product__link:hover .woocommerce-loop-product__title {
  color: #57853a;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: #313131;
  padding: 0;
  -webkit-transition: color 0.15s ease;
  -o-transition: color 0.15s ease;
  transition: color 0.15s ease;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 1.125rem;
}

@media screen and (min-width: 576px) {
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: calc(0.96154vw + 0.77885rem);
  }
}

@media screen and (min-width: 1200px) {
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 1.5rem;
  }
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  line-height: 1.5rem;
}

@media screen and (min-width: 576px) {
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    line-height: calc(0.96154vw + 1.15385rem);
  }
}

@media screen and (min-width: 1200px) {
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    line-height: 1.875rem;
  }
}

.woocommerce ul.products li.product .woocommerce-Price-amount {
  color: #313131;
  font-family: "open-sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
}

.woocommerce ul.products li.product .button {
  display: none;
}

.post--product .container,
.post--product .main > .woocommerce,
.post--product .woocommerce-notices-wrapper {
  padding-left: 0;
  padding-right: 0;
}

.post--product .cart {
  margin-top: 40px;
}

@media (min-width: 576px) {
  .post--product .cart {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 450px;
  }
}

.post--product .variations label {
  font-family: "open-sans", sans-serif;
  margin-top: 4px;
}

.post--product .variations select {
  font-size: 16px;
  font-size: 1rem;
}

.post--product .woocommerce div.product .cart div.quantity {
  float: none;
  margin-bottom: 32px;
}

.post--product #wc-stripe-payment-request-wrapper {
  width: 150px;
  padding-top: 0 !important;
  margin: 0 auto;
}

.post--product #wc-stripe-payment-request-button-separator {
  font-size: 12px;
  font-size: 0.75rem;
}

@media (min-width: 576px) {
  .post--product #wc-stripe-payment-request-button-separator {
    margin: 0 !important;
  }
}

.post--product .row,
.post--product .alm-reveal {
  margin-left: 0;
  margin-right: 0;
}

.post--product .amount {
  font-family: "bebas-neue", sans-serif;
}

.post--product .amount {
  font-size: 1.5rem;
}

@media screen and (min-width: 576px) {
  .post--product .amount {
    font-size: calc(2.5641vw + 0.57692rem);
  }
}

@media screen and (min-width: 1200px) {
  .post--product .amount {
    font-size: 2.5rem;
  }
}

.post--product .qty {
  margin-bottom: 0;
}

.post--product .woocommerce div.product div.images {
  float: none;
  width: auto;
  padding: 0;
  border: 1px solid #D8D8D8;
}

.post--product .woocommerce div.product div.images img {
  margin-bottom: 0;
}

.post--product .woocommerce div.product div.summary {
  float: none;
  width: auto;
  padding: 0;
}

.post--product .related.products {
  margin-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 768px) {
  .post--product .related.products {
    margin-top: 80px;
  }
}

.post--product .woocommerce table.shop_attributes th {
  text-align: left;
}

.post--product .woocommerce table.shop_attributes td {
  font-style: normal;
}

@media (min-width: 768px) {
  .post--product .woocommerce-tabs {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.post--product .woocommerce .single_add_to_cart_button.button.alt {
  margin: 0;
  float: none;
  background-color: transparent;
}

.post--product .woocommerce .single_add_to_cart_button.button.alt:after {
  display: inline-block;
}

.post--product .woocommerce .single_add_to_cart_button.button.alt:hover,
.post--product .woocommerce .single_add_to_cart_button.button.alt:focus {
  color: #313131;
  background-color: transparent;
}

.post--product .tabs,
.post--product .panel > h2,
.post--product .panel > .post__title {
  display: none;
}

.woocommerce-product-attributes-item--weight {
  display: none;
}

.woocommerce-notices-wrapper .woocommerce-message {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.woocommerce-notices-wrapper .woocommerce-message:before {
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.woocommerce-notices-wrapper .woocommerce-message .button {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.woocommerce .cart #coupon_code {
  padding: 5px 13px;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 576px) {
  .woocommerce .cart #coupon_code {
    min-width: 150px;
  }
}

.woocommerce .cart .button {
  font-weight: 400;
  font-family: "open-sans", sans-serif;
  text-transform: none;
  -webkit-transition: background .2s ease;
  -o-transition: background .2s ease;
  transition: background .2s ease;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  font-size: 14px;
  font-size: 0.875rem;
}

.woocommerce .cart .button:after {
  display: none;
}

.woocommerce .cart-subtotal {
  font-weight: 300;
}

.woocommerce .cart_totals p {
  font-size: 16px;
  font-size: 1rem;
}

.woocommerce .cart_totals label {
  font-family: "open-sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
}

.woocommerce .cart_totals .button {
  font-weight: 400;
  font-family: "open-sans", sans-serif;
  text-transform: none;
  -webkit-transition: background .2s ease;
  -o-transition: background .2s ease;
  transition: background .2s ease;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  font-size: 14px;
  font-size: 0.875rem;
}

.woocommerce .cart_totals .button:after {
  display: none;
}

.woocommerce .cart_totals .wc-proceed-to-checkout .checkout-button {
  cursor: pointer;
  color: #313131;
  font-weight: 400;
  font-family: "bebas-neue", sans-serif;
  text-transform: uppercase;
  display: block;
  padding: 10px 25px;
  background-color: transparent;
  border: none;
  position: relative;
  -webkit-transition-delay: 0.15s;
       -o-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.woocommerce .cart_totals .wc-proceed-to-checkout .checkout-button {
  font-size: 1.5rem;
}

@media screen and (min-width: 576px) {
  .woocommerce .cart_totals .wc-proceed-to-checkout .checkout-button {
    font-size: calc(1.92308vw + 0.80769rem);
  }
}

@media screen and (min-width: 1200px) {
  .woocommerce .cart_totals .wc-proceed-to-checkout .checkout-button {
    font-size: 2.25rem;
  }
}

.woocommerce .cart_totals .wc-proceed-to-checkout .checkout-button {
  line-height: 1.75rem;
}

@media screen and (min-width: 576px) {
  .woocommerce .cart_totals .wc-proceed-to-checkout .checkout-button {
    line-height: calc(2.24359vw + 0.94231rem);
  }
}

@media screen and (min-width: 1200px) {
  .woocommerce .cart_totals .wc-proceed-to-checkout .checkout-button {
    line-height: 2.625rem;
  }
}

.woocommerce .cart_totals .wc-proceed-to-checkout .checkout-button:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 5px;
  background: #FCBB1F;
  bottom: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.3s cubic-bezier(0.75, -0.1, 0.25, 0.5);
  -o-transition: all 0.3s cubic-bezier(0.75, -0.1, 0.25, 0.5);
  transition: all 0.3s cubic-bezier(0.75, -0.1, 0.25, 0.5);
}

.woocommerce .cart_totals .wc-proceed-to-checkout .checkout-button:hover,
.woocommerce .cart_totals .wc-proceed-to-checkout .checkout-button:focus {
  color: #313131;
  border: none;
  cursor: pointer;
  background-color: transparent;
}

.woocommerce .cart_totals .wc-proceed-to-checkout .checkout-button:hover:after,
.woocommerce .cart_totals .wc-proceed-to-checkout .checkout-button:focus:after {
  height: 100%;
}

.checkout > div {
  margin-bottom: 60px;
}

.checkout #payment {
  background: transparent;
}

.checkout .select2.select2-container--default .select2-selection--single {
  height: auto;
  padding: 9px;
  border-color: #C5C5C5;
  font-family: "open-sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
}

.checkout .select2-selection__arrow {
  top: 50%;
  right: 17px;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.checkout .select2-selection__arrow b {
  border-width: 7px 6px 0 6px;
  border-color: #FCBB1F transparent transparent transparent;
}

.checkout #shipping_method li {
  margin-bottom: 0;
}

.checkout label {
  font-family: "open-sans", sans-serif;
  text-transform: none;
}

.checkout #place_order {
  font-size: 1.5rem;
}

@media screen and (min-width: 576px) {
  .checkout #place_order {
    font-size: calc(1.92308vw + 0.80769rem);
  }
}

@media screen and (min-width: 1200px) {
  .checkout #place_order {
    font-size: 2.25rem;
  }
}

.checkout #place_order {
  line-height: 1.75rem;
}

@media screen and (min-width: 576px) {
  .checkout #place_order {
    line-height: calc(2.24359vw + 0.94231rem);
  }
}

@media screen and (min-width: 1200px) {
  .checkout #place_order {
    line-height: 2.625rem;
  }
}

.checkout #place_order:after {
  display: block;
}

.checkout .mc4wp-checkbox-woocommerce span {
  margin-left: 4px;
}

.woocommerce a.button:hover {
  background-color: transparent;
}

.woocommerce-order-overview {
  padding: 0;
}

.woocommerce table.shop_table tfoot td {
  font-weight: 400;
}

.woocommerce table.shop_table tfoot tr:last-child th,
.woocommerce table.shop_table tfoot tr:last-child td {
  font-weight: 700;
}

.woocommerce ul.order_details li {
  text-transform: none;
  font-size: 16px;
  font-size: 1rem;
}

.no-masthead .wrap,
.single .wrap {
  padding-top: 150px;
}

@media (min-width: 992px) {
  .no-masthead .wrap,
  .single .wrap {
    padding-top: 200px;
  }
}

.main:focus {
  outline: none;
}

.post__title {
  margin-top: 0;
}

.post__meta p {
  margin-top: 0;
  line-height: 1rem;
  font-size: 14px;
  font-size: 0.875rem;
}

.post__meta p a {
  color: #313131;
}

.post__meta p a:hover,
.post__meta p a:focus {
  color: #FCBB1F;
}

.post__meta [class^="icon-"],
.post__meta [class*=" icon-"] {
  color: #FCBB1F;
  margin-right: 15px;
}

.post__meta [class^="icon-"],
.post__meta [class*=" icon-"] {
  font-size: 1rem;
}

@media screen and (min-width: 576px) {
  .post__meta [class^="icon-"],
  .post__meta [class*=" icon-"] {
    font-size: calc(1.28205vw + 0.53846rem);
  }
}

@media screen and (min-width: 1200px) {
  .post__meta [class^="icon-"],
  .post__meta [class*=" icon-"] {
    font-size: 1.5rem;
  }
}

.post__date {
  margin-bottom: 60px;
}

.post__author {
  margin-left: 25px;
  border-left: 1px solid #7d7d7d;
  padding-left: 25px;
}

.post__type-label {
  color: white;
  font-family: "bebas-neue", sans-serif;
  display: inline-block;
  padding: 7px 22px;
  margin-right: 10px;
  background-color: #6EA84A;
  font-size: 14px;
  font-size: 0.875rem;
}

.post__topics {
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
}

.post__media {
  margin-top: 30px;
  position: relative;
}

.post__media:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}

.post__media > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.post__video {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin-bottom: 40px;
}

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

.post__content {
  margin-top: 30px;
}

.post__content a {
  text-decoration: underline;
}

.post__footer {
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #F5F4F4;
}

.post__footer .related-content {
  margin-top: 50px;
}

.post--people {
  padding-bottom: 100px;
}

.post--people > div {
  padding-bottom: 40px;
  background-color: white;
}

.post--people .post__header {
  margin-bottom: 40px;
}

.post--people .post__content {
  margin-top: 0;
}

.post--people .post__content *:first-child {
  margin-top: 0;
}

@media (min-width: 992px) {
  .people_type-staff .post--people .post__content {
    border-right: 1px solid #D8D8D8;
  }
}

.post--people .post__feed > p {
  margin-top: 0;
}

.post--people .post__footer {
  background-color: transparent;
}

.post--people .list-item {
  display: block;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .post--people .list-item {
    margin-bottom: 35px;
  }
}

.post--people .list-item__title {
  margin-bottom: 0;
}

.post--people .list-item:hover .list-item__title,
.post--people .list-item:focus .list-item__title {
  color: #59C4D4;
}

.masthead {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 150px;
  padding-bottom: 50px;
  overflow: hidden;
}

@media (min-width: 992px) {
  .masthead {
    padding-top: 200px;
  }
}

.masthead__overlay {
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
  opacity: 1;
  -webkit-transition: opacity .75s ease-in;
  -o-transition: opacity .75s ease-in;
  transition: opacity .75s ease-in;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  background-size: cover;
  background-position: center;
}

.masthead__overlay.fade-out {
  opacity: 0;
}

.masthead__content {
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: .5s;
       -o-transition-delay: .5s;
          transition-delay: .5s;
}

.masthead__title {
  margin-top: 0;
  margin-bottom: 0;
}

.masthead--img-bg {
  color: white;
  position: relative;
  min-height: 500px;
  background-color: #313131;
  background-size: cover;
  background-position: center;
  padding-bottom: 80px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.masthead--img-bg::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(11%, transparent), to(rgba(0, 0, 0, 0.75)));
  background-image: -webkit-linear-gradient(top, transparent 11%, rgba(0, 0, 0, 0.75) 100%);
  background-image: -o-linear-gradient(top, transparent 11%, rgba(0, 0, 0, 0.75) 100%);
  background-image: linear-gradient(180deg, transparent 11%, rgba(0, 0, 0, 0.75) 100%);
}

.masthead--img-bg > .container,
.main.masthead--img-bg > .woocommerce,
.masthead--img-bg > .woocommerce-notices-wrapper {
  z-index: 5;
}

@media (min-width: 992px) {
  .masthead--img-bg {
    min-height: 500px;
    height: 75vh;
  }
}

.masthead--img-bg .breadcrumbs,
.masthead--img-bg .post--people .post__feed > p,
.post--people .masthead--img-bg .post__feed > p {
  font-size: 18px;
  font-size: 1.125rem;
}

.masthead--page {
  background-position: center;
  background-size: cover;
}

.masthead--home {
  color: white;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 992px) {
  .masthead--home {
    min-height: 90vh;
    padding-bottom: 90px;
  }
}

.masthead--home .masthead__title {
  margin-bottom: 30px;
  -webkit-transition-delay: .6s;
       -o-transition-delay: .6s;
          transition-delay: .6s;
}

.masthead--home .masthead__title {
  font-size: 2.5rem;
}

@media screen and (min-width: 576px) {
  .masthead--home .masthead__title {
    font-size: calc(9.61538vw - 0.96154rem);
  }
}

@media screen and (min-width: 1200px) {
  .masthead--home .masthead__title {
    font-size: 6.25rem;
  }
}

.masthead--home .masthead__title {
  line-height: 2.375rem;
}

@media screen and (min-width: 576px) {
  .masthead--home .masthead__title {
    line-height: calc(7.85256vw - 0.45192rem);
  }
}

@media screen and (min-width: 1200px) {
  .masthead--home .masthead__title {
    line-height: 5.4375rem;
  }
}

.masthead--home .video-modal--home {
  color: white;
  font-weight: 800;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition-delay: .9s;
       -o-transition-delay: .9s;
          transition-delay: .9s;
  font-size: 18px;
  font-size: 1.125rem;
}

.masthead--home .video-modal--home:hover {
  color: #FCBB1F;
}

.masthead--home .video-modal--home:hover polygon {
  fill: #FCBB1F;
}

.masthead--home .video-modal--home:hover circle {
  stroke: #FCBB1F;
}

.masthead--home svg {
  display: block;
  max-width: 75px;
}

.masthead--home svg polygon {
  -webkit-transition: fill 0.2s ease;
  -o-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
}

.masthead--home svg circle {
  -webkit-transition: stroke .2s ease;
  -o-transition: stroke .2s ease;
  transition: stroke .2s ease;
}

@media (min-width: 992px) {
  .masthead--home svg {
    max-width: unset;
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .masthead--updates {
    padding-bottom: 100px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.masthead--updates .masthead__link {
  display: block;
  color: white;
}

.masthead--updates .masthead__link:hover,
.masthead--updates .masthead__link:focus {
  color: #FCBB1F;
}

.masthead--updates .masthead__label {
  font-family: "bebas-neue", sans-serif;
  display: inline-block;
  color: white;
  padding: 0 25px;
  margin-top: 0;
  background-color: #6EA84A;
  font-size: 24px;
  font-size: 1.5rem;
}

.masthead--updates .masthead__meta {
  border-top: 1px solid #D8D8D8;
  padding-top: 12px;
  margin-bottom: 20px;
}

.masthead--updates .masthead__meta p {
  margin: 0;
  margin-right: 8px;
  display: inline-block;
  line-height: 0.875rem;
  font-size: 14px;
  font-size: 0.875rem;
}

.masthead--updates .masthead__meta p:first-child {
  padding-right: 16px;
  border-right: 1px solid #D8D8D8;
}

.masthead--search .masthead__content {
  margin-bottom: 60px;
  border-bottom: 2px solid #D8D8D8;
}

.masthead--search .masthead__title {
  margin-bottom: 40px;
}

.error404 .masthead {
  margin-bottom: 60px;
}

.list-wrap--posts {
  padding-top: 80px;
  padding-bottom: 80px;
}

/** Text meant only for screen readers */

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.no-js .js-hide {
  display: inline-block !important;
}

.no-js .no-js-hide {
  display: none !important;
}

.js-hide {
  display: none !important;
}

@media (max-width: 768px) {
  .mobile-hide {
    display: none !important;
  }
}

.text-white {
  color: #fff;
}

.text-white p,
.text-white h1,
.text-white h2,
.text-white .post__title,
.text-white h3,
.text-white .list-item--search .list-item__title,
.list-item--search .text-white .list-item__title,
.text-white .post--product .related.products h2,
.post--product .related.products .text-white h2,
.text-white .post--product .related.products .post__title,
.post--product .related.products .text-white .post__title,
.text-white .woocommerce .cart_totals h2,
.woocommerce .cart_totals .text-white h2,
.text-white .woocommerce .cart_totals .post__title,
.woocommerce .cart_totals .text-white .post__title,
.text-white h4,
.text-white .vc_toggle .vc_toggle_title > *,
.vc_toggle .text-white .vc_toggle_title > *,
.text-white h5,
.text-white form[id*=give-form] legend,
form[id*=give-form] .text-white legend,
.text-white form[id*=give-form] .give-double-the-donation-wrap .give-label,
form[id*=give-form] .give-double-the-donation-wrap .text-white .give-label,
.text-white .main-menu-sub-menu--1__link,
.text-white .list-item__title,
.text-white h6,
.text-white .featured-story__label,
.text-white .main-menu-sub-menu--2,
.text-white .heading-callout {
  color: #fff;
}

a.text-white,
.text-white a:not(.btn):not(.gform_wrapper .gform_page_footer input.button):not(#tribe-events-footer .tribe-events-pagination a):not(.tribe-events .tribe-events-c-search__button):not(.post--product .woocommerce .single_add_to_cart_button.button.alt):not(.checkout #place_order):not(.woocommerce a.button):not(.alm-btn-wrap button.alm-load-more-btn):not(.vc_btn3) {
  color: #fff;
  text-decoration: underline;
}

a.text-white:hover,
.text-white a:not(.btn):not(.gform_wrapper .gform_page_footer input.button):not(#tribe-events-footer .tribe-events-pagination a):not(.tribe-events .tribe-events-c-search__button):not(.post--product .woocommerce .single_add_to_cart_button.button.alt):not(.checkout #place_order):not(.woocommerce a.button):not(.alm-btn-wrap button.alm-load-more-btn):not(.vc_btn3):hover {
  color: #fff;
  text-decoration: none;
}

.heading-callout {
  color: #59C4D4;
  position: relative;
}

.heading-callout:after {
  content: '';
  display: inline-block;
  width: 55%;
  height: 6px;
  left: 50%;
  max-width: 80px;
  position: absolute;
  top: 100%;
  margin-top: 2px;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: rgba(89, 196, 212, 0.25);
}

.heading-callout--gold::after {
  background-color: rgba(252, 187, 31, 0.25);
}

.text-center {
  display: block;
  text-align: center;
}

.text-center--mobile {
  text-align: center;
}

@media (min-width: 768px) {
  .text-center--mobile {
    text-align: initial;
  }
}

.overlay {
  position: relative;
}

.overlay:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(42, 42, 44, 0.7);
}

.overlay > * {
  position: relative;
  z-index: 1;
}

.overlay-gradient {
  position: relative;
}

.overlay-gradient:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.6)));
  background-image: -webkit-linear-gradient(transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  background-image: -o-linear-gradient(transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  background-image: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.6) 100%);
}

.gradient-white {
  position: relative;
}

.gradient-white::before {
  content: '';
  display: block !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(15%, white), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(white 0%, white 15%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(white 0%, white 15%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(white 0%, white 15%, rgba(255, 255, 255, 0) 100%);
}

.gradient-white--ltr {
  position: relative;
}

.gradient-white--ltr::before {
  content: '';
  display: block !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(244, 244, 244, 0.9)), to(rgba(244, 244, 244, 0.7)));
  background-image: -webkit-linear-gradient(rgba(244, 244, 244, 0.9) 0%, rgba(244, 244, 244, 0.7) 100%);
  background-image: -o-linear-gradient(rgba(244, 244, 244, 0.9) 0%, rgba(244, 244, 244, 0.7) 100%);
  background-image: linear-gradient(rgba(244, 244, 244, 0.9) 0%, rgba(244, 244, 244, 0.7) 100%);
}

@media (min-width: 992px) {
  .gradient-white--ltr::before {
    background-image: -webkit-gradient(linear, left top, right top, from(#F4F4F4), color-stop(40%, #f4f4f4), color-stop(75%, rgba(244, 244, 244, 0)));
    background-image: -webkit-linear-gradient(left, #F4F4F4 0%, #f4f4f4 40%, rgba(244, 244, 244, 0) 75%);
    background-image: -o-linear-gradient(left, #F4F4F4 0%, #f4f4f4 40%, rgba(244, 244, 244, 0) 75%);
    background-image: linear-gradient(90deg, #F4F4F4 0%, #f4f4f4 40%, rgba(244, 244, 244, 0) 75%);
  }

  .gradient-white--ltr.vc_row {
    min-height: 450px;
  }
}

.gradient-white--rtl {
  position: relative;
}

.gradient-white--rtl::before {
  content: '';
  display: block !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(244, 244, 244, 0.9)), to(rgba(244, 244, 244, 0.7)));
  background-image: -webkit-linear-gradient(rgba(244, 244, 244, 0.9) 0%, rgba(244, 244, 244, 0.7) 100%);
  background-image: -o-linear-gradient(rgba(244, 244, 244, 0.9) 0%, rgba(244, 244, 244, 0.7) 100%);
  background-image: linear-gradient(rgba(244, 244, 244, 0.9) 0%, rgba(244, 244, 244, 0.7) 100%);
}

@media (min-width: 992px) {
  .gradient-white--rtl::before {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(244, 244, 244, 0)), color-stop(60%, #f4f4f4), to(#F4F4F4));
    background-image: -webkit-linear-gradient(left, rgba(244, 244, 244, 0) 0%, #f4f4f4 60%, #F4F4F4 100%);
    background-image: -o-linear-gradient(left, rgba(244, 244, 244, 0) 0%, #f4f4f4 60%, #F4F4F4 100%);
    background-image: linear-gradient(90deg, rgba(244, 244, 244, 0) 0%, #f4f4f4 60%, #F4F4F4 100%);
  }

  .gradient-white--rtl.vc_row {
    min-height: 450px;
  }
}

@media (min-width: 768px) {
  .negative-offset {
    margin-top: -25%;
  }
}

#skip-to-content {
  position: fixed;
  top: 0;
  left: 0;
  padding: 15px 23px 14px;
  color: #fff;
  background: #6EA84A;
  z-index: 100000;
  opacity: 0;
  -webkit-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
}

#skip-to-content:focus,
#skip-to-content:active {
  opacity: 1;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

@media print {
  h1,
  h2,
  .post__title,
  h3,
  .list-item--search .list-item__title,
  .post--product .related.products h2,
  .post--product .related.products .post__title,
  .woocommerce .cart_totals h2,
  .woocommerce .cart_totals .post__title,
  h4,
  .vc_toggle .vc_toggle_title > *,
  .vc_toggle.vc_toggle_default .vc_toggle_title > *,
  h5,
  form[id*=give-form] legend,
  form[id*=give-form] .give-double-the-donation-wrap .give-label,
  .main-menu-sub-menu--1__link,
  .list-item__title,
  h6,
  .featured-story__label,
  .main-menu-sub-menu--2,
  .heading-callout {
    page-break-after: avoid;
  }

  img {
    page-break-before: auto;
    /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-after: auto;
    /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-inside: avoid;
    /* or 'auto' */
  }

  .no-print {
    display: none;
  }

  .text-white,
  h1,
  h2,
  .post__title,
  h3,
  .list-item--search .list-item__title,
  .post--product .related.products h2,
  .post--product .related.products .post__title,
  .woocommerce .cart_totals h2,
  .woocommerce .cart_totals .post__title,
  h4,
  .vc_toggle .vc_toggle_title > *,
  .vc_toggle.vc_toggle_default .vc_toggle_title > *,
  h5,
  form[id*=give-form] legend,
  form[id*=give-form] .give-double-the-donation-wrap .give-label,
  .main-menu-sub-menu--1__link,
  .list-item__title,
  h6,
  .featured-story__label,
  .main-menu-sub-menu--2,
  .heading-callout,
  p,
  span {
    color: #000 !important;
  }

  a {
    color: #6EA84A !important;
  }

  *[data-vc-full-width="true"] {
    left: 0 !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .full-width {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0;
    padding-right: 0;
  }

  .img-cover:before,
  .img-circle:before,
  .post__media:before,
  .img-circle:before,
  .img-contain:before {
    display: none !important;
  }

  .img-cover img,
  .img-circle img,
  .post__media img,
  .img-circle img,
  .img-contain img {
    position: relative !important;
    width: auto !important;
    height: auto !important;
    -webkit-transform: translate(0) !important;
         -o-transform: translate(0) !important;
            transform: translate(0) !important;
    left: 0;
  }

  .img-cover .content,
  .img-circle .content,
  .post__media .content,
  .img-circle .content,
  .img-contain .content {
    position: relative !important;
  }

  header.banner {
    position: relative !important;
  }

  header.banner svg path {
    fill: #000 !important;
  }

  .masthead {
    position: relative;
    display: block !important;
    min-height: unset;
    padding: 10% 0;
  }

  .masthead.masthead--img-bg .breadcrumbs,
  .masthead.masthead--img-bg .post--people .post__feed > p,
  .post--people .masthead.masthead--img-bg .post__feed > p,
  .masthead.masthead--img-bg .masthead__title {
    color: white !important;
  }

  .masthead.masthead--img-bg:after {
    display: none;
  }

  .reveal,
  .reveal--children .wpb_wrapper > * {
    opacity: 1 !important;
    visibility: visible !important;
  }

  .wpb_column {
    float: left;
  }

  .vc_col-sm-7 {
    width: 58.33333333%;
  }

  .vc_col-sm-5 {
    width: 41.66666667%;
  }

  .vc_col-sm-4 {
    width: 33.33333333%;
  }

  .column {
    float: left;
  }

  .column.lg-33 {
    width: 33.33333%;
    max-width: 33.33333%;
  }

  .list-item img {
    max-width: 100%;
  }

  .header__navigation,
  .header__support,
  .header__search-button {
    display: none;
  }
}

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */

/** Media alignment */

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

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

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

@media (min-width: 576px) {
  .alignleft {
    float: left;
    margin-right: 20px;
  }

  .alignright {
    float: right;
    margin-left: 20px;
  }
}

/** Captions */

/**
 * WP Bakery Page Builder
 */

.vc_row-o-equal-height .vc_column-inner > .wpb_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.vc_row.container,
.main > .vc_row.woocommerce,
.vc_row.woocommerce-notices-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.vc_section[data-vc-full-width] .vc_row.container,
.vc_section[data-vc-full-width] .main > .vc_row.woocommerce,
.vc_section[data-vc-full-width] .vc_row.woocommerce-notices-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .vc_section[data-vc-full-width] .vc_row.container,
  .vc_section[data-vc-full-width] .main > .vc_row.woocommerce,
  .vc_section[data-vc-full-width] .vc_row.woocommerce-notices-wrapper {
    padding-left: 45px;
    padding-right: 45px;
  }
}

.vc_section {
  margin-left: 0;
  margin-right: 0;
}

.vc_section[data-vc-full-width] {
  margin-left: -15px;
  margin-right: -15px;
}

.vc_mobile .vc_video-bg {
  display: none;
}

.alm-btn-wrap button.alm-load-more-btn:hover,
.alm-btn-wrap button.alm-load-more-btn:focus {
  background-color: transparent;
}

.alm-btn-wrap button.alm-load-more-btn.loading {
  padding-left: 25px;
  border-radius: 0;
  background-color: #FCBB1F;
}

.alm-btn-wrap button.alm-load-more-btn.loading:before {
  display: none;
}

.alm-btn-wrap button.alm-load-more-btn.done {
  opacity: 0;
}

.page-id-8649 .masthead {
  text-align: center;
}

.page-id-8649 .masthead .row,
.page-id-8649 .masthead .alm-reveal {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-id-8649 .masthead .column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}


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