@import url(https://fonts.googleapis.com/css?family=Karla:400,700);
@charset "UTF-8";
/**
 * Theme Name: Wordpress Boilerplate
 * Version: 1.0
 * Description: Theme template for Wordpress Boilerplate
 * Author: Baytek
 * Author URI: http://baytek.ca
 */
/** Color Palette */
/** Usefully Named Variables */
/**
 * Layout Variables
 */
/**
 * Breakpoints
 *
 * NOTE: since these are screen widths, not document widths,
 * the rem calculation isn't reduced by the HTML font-size
 * so the rem to pixel ratio is still 1:16, rather than 1:10
 * like all the other variables
 */
/**
 * Screen Breakpoints
 */
/**
 * Selectors
 */
/**
 * Site-specific variables
 */
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/**
 * Foundations
 *
 * A collection of styles for the grid, base elements and typography
 */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

.screen-reader-text {
  clip: rect(0.1rem, 0.1rem, 0.1rem, 0.1rem);
  position: absolute;
  height: 0.1rem;
  width: 0.1rem;
  overflow: hidden;
}

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

/**
 * Sizing for the typography test
 */
div#top.page {
  padding: 4.8rem;
  max-width: 1440px;
  margin: 0 auto;
}

/**
 * Alignments
 */
.centered, .centered * {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/**
 * Divi grid
 */
#et_builder_outer_content {
  margin: 0 auto;
}

.demo .et_pb_section .et_pb_row .et_pb_column {
  background: rgb(240, 240, 240);
  outline: 1px solid rgb(200, 200, 200);
  border: 2px solid rgb(250, 250, 250);
  min-height: 1em;
}
.demo .et_pb_section .et_pb_row .et_pb_column.et_pb_column_1_2:after {
  content: "1_2";
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  font-size: 1rem;
  font-family: sans-serif;
  line-height: 1rem;
  text-shadow: 0 0 1rem rgb(255, 255, 255);
}
.demo .et_pb_section .et_pb_row .et_pb_column.et_pb_column_2_2:after {
  content: "2_2";
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  font-size: 1rem;
  font-family: sans-serif;
  line-height: 1rem;
  text-shadow: 0 0 1rem rgb(255, 255, 255);
}
.demo .et_pb_section .et_pb_row .et_pb_column.et_pb_column_1_3:after {
  content: "1_3";
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  font-size: 1rem;
  font-family: sans-serif;
  line-height: 1rem;
  text-shadow: 0 0 1rem rgb(255, 255, 255);
}
.demo .et_pb_section .et_pb_row .et_pb_column.et_pb_column_2_3:after {
  content: "2_3";
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  font-size: 1rem;
  font-family: sans-serif;
  line-height: 1rem;
  text-shadow: 0 0 1rem rgb(255, 255, 255);
}
.demo .et_pb_section .et_pb_row .et_pb_column.et_pb_column_3_3:after {
  content: "3_3";
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  font-size: 1rem;
  font-family: sans-serif;
  line-height: 1rem;
  text-shadow: 0 0 1rem rgb(255, 255, 255);
}
.demo .et_pb_section .et_pb_row .et_pb_column.et_pb_column_1_4:after {
  content: "1_4";
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  font-size: 1rem;
  font-family: sans-serif;
  line-height: 1rem;
  text-shadow: 0 0 1rem rgb(255, 255, 255);
}
.demo .et_pb_section .et_pb_row .et_pb_column.et_pb_column_2_4:after {
  content: "2_4";
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  font-size: 1rem;
  font-family: sans-serif;
  line-height: 1rem;
  text-shadow: 0 0 1rem rgb(255, 255, 255);
}
.demo .et_pb_section .et_pb_row .et_pb_column.et_pb_column_3_4:after {
  content: "3_4";
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  font-size: 1rem;
  font-family: sans-serif;
  line-height: 1rem;
  text-shadow: 0 0 1rem rgb(255, 255, 255);
}
.demo .et_pb_section .et_pb_row .et_pb_column.et_pb_column_4_4:after {
  content: "4_4";
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  font-size: 1rem;
  font-family: sans-serif;
  line-height: 1rem;
  text-shadow: 0 0 1rem rgb(255, 255, 255);
}
.demo .et_pb_section .et_pb_row .et_pb_column.et_pb_column_1_5:after {
  content: "1_5";
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  font-size: 1rem;
  font-family: sans-serif;
  line-height: 1rem;
  text-shadow: 0 0 1rem rgb(255, 255, 255);
}
.demo .et_pb_section .et_pb_row .et_pb_column.et_pb_column_2_5:after {
  content: "2_5";
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  font-size: 1rem;
  font-family: sans-serif;
  line-height: 1rem;
  text-shadow: 0 0 1rem rgb(255, 255, 255);
}
.demo .et_pb_section .et_pb_row .et_pb_column.et_pb_column_3_5:after {
  content: "3_5";
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  font-size: 1rem;
  font-family: sans-serif;
  line-height: 1rem;
  text-shadow: 0 0 1rem rgb(255, 255, 255);
}
.demo .et_pb_section .et_pb_row .et_pb_column.et_pb_column_4_5:after {
  content: "4_5";
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  font-size: 1rem;
  font-family: sans-serif;
  line-height: 1rem;
  text-shadow: 0 0 1rem rgb(255, 255, 255);
}
.demo .et_pb_section .et_pb_row .et_pb_column.et_pb_column_5_5:after {
  content: "5_5";
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  font-size: 1rem;
  font-family: sans-serif;
  line-height: 1rem;
  text-shadow: 0 0 1rem rgb(255, 255, 255);
}
.demo .et_pb_section .et_pb_row .et_pb_column.et_pb_column_1_6:after {
  content: "1_6";
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  font-size: 1rem;
  font-family: sans-serif;
  line-height: 1rem;
  text-shadow: 0 0 1rem rgb(255, 255, 255);
}
.demo .et_pb_section .et_pb_row .et_pb_column.et_pb_column_2_6:after {
  content: "2_6";
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  font-size: 1rem;
  font-family: sans-serif;
  line-height: 1rem;
  text-shadow: 0 0 1rem rgb(255, 255, 255);
}
.demo .et_pb_section .et_pb_row .et_pb_column.et_pb_column_3_6:after {
  content: "3_6";
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  font-size: 1rem;
  font-family: sans-serif;
  line-height: 1rem;
  text-shadow: 0 0 1rem rgb(255, 255, 255);
}
.demo .et_pb_section .et_pb_row .et_pb_column.et_pb_column_4_6:after {
  content: "4_6";
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  font-size: 1rem;
  font-family: sans-serif;
  line-height: 1rem;
  text-shadow: 0 0 1rem rgb(255, 255, 255);
}
.demo .et_pb_section .et_pb_row .et_pb_column.et_pb_column_5_6:after {
  content: "5_6";
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  font-size: 1rem;
  font-family: sans-serif;
  line-height: 1rem;
  text-shadow: 0 0 1rem rgb(255, 255, 255);
}
.demo .et_pb_section .et_pb_row .et_pb_column.et_pb_column_6_6:after {
  content: "6_6";
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  font-size: 1rem;
  font-family: sans-serif;
  line-height: 1rem;
  text-shadow: 0 0 1rem rgb(255, 255, 255);
}

.et_pb_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 3rem 0;
  background-position: center;
  background-size: 100%;
  background-size: cover;
}
@media screen and (min-width: 640px) {
  .et_pb_section {
    padding: calc(4.8rem * 2) 0 calc(4.8rem * 2) 0;
  }
}
.et_pb_section .et_pb_row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  margin: 0 calc((4.8rem / 2) * -1);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 1px;
}
.et_pb_section .et_pb_row .et_pb_column {
  margin: 0 calc( 4.8rem / 2) calc( 4.8rem / 2);
  width: calc(100% - 4.8rem);
  position: relative;
}
.et_pb_section .et_pb_row .et_pb_column .et_pb_module {
  background-position: center;
  background-size: 100%;
  background-size: cover;
}
.et_pb_section .et_pb_row .et_pb_column.et_pb_column_empty {
  display: none;
}
@media screen and (min-width: 640px) {
  .et_pb_section .et_pb_row .et_pb_column.et_pb_column_empty {
    display: block;
  }
}
@media only screen and (min-width: 640px) {
  .et_pb_section .et_pb_row .et_pb_column.et_pb_column_1_2 {
    width: calc(((100% / 2) * 1) - 4.8rem);
  }
}
@media only screen and (min-width: 640px) {
  .et_pb_section .et_pb_row .et_pb_column.et_pb_column_2_2 {
    width: calc(((100% / 2) * 2) - 4.8rem);
  }
}
@media only screen and (min-width: 640px) {
  .et_pb_section .et_pb_row .et_pb_column.et_pb_column_1_3 {
    width: calc(((100% / 3) * 1) - 4.8rem);
  }
}
@media only screen and (min-width: 640px) {
  .et_pb_section .et_pb_row .et_pb_column.et_pb_column_2_3 {
    width: calc(((100% / 3) * 2) - 4.8rem);
  }
}
@media only screen and (min-width: 640px) {
  .et_pb_section .et_pb_row .et_pb_column.et_pb_column_3_3 {
    width: calc(((100% / 3) * 3) - 4.8rem);
  }
}
@media only screen and (min-width: 640px) {
  .et_pb_section .et_pb_row .et_pb_column.et_pb_column_1_4 {
    width: calc(((100% / 4) * 1) - 4.8rem);
  }
}
@media only screen and (min-width: 640px) {
  .et_pb_section .et_pb_row .et_pb_column.et_pb_column_2_4 {
    width: calc(((100% / 4) * 2) - 4.8rem);
  }
}
@media only screen and (min-width: 640px) {
  .et_pb_section .et_pb_row .et_pb_column.et_pb_column_3_4 {
    width: calc(((100% / 4) * 3) - 4.8rem);
  }
}
@media only screen and (min-width: 640px) {
  .et_pb_section .et_pb_row .et_pb_column.et_pb_column_4_4 {
    width: calc(((100% / 4) * 4) - 4.8rem);
  }
}
@media only screen and (min-width: 640px) {
  .et_pb_section .et_pb_row .et_pb_column.et_pb_column_1_5 {
    width: calc(((100% / 5) * 1) - 4.8rem);
  }
}
@media only screen and (min-width: 640px) {
  .et_pb_section .et_pb_row .et_pb_column.et_pb_column_2_5 {
    width: calc(((100% / 5) * 2) - 4.8rem);
  }
}
@media only screen and (min-width: 640px) {
  .et_pb_section .et_pb_row .et_pb_column.et_pb_column_3_5 {
    width: calc(((100% / 5) * 3) - 4.8rem);
  }
}
@media only screen and (min-width: 640px) {
  .et_pb_section .et_pb_row .et_pb_column.et_pb_column_4_5 {
    width: calc(((100% / 5) * 4) - 4.8rem);
  }
}
@media only screen and (min-width: 640px) {
  .et_pb_section .et_pb_row .et_pb_column.et_pb_column_5_5 {
    width: calc(((100% / 5) * 5) - 4.8rem);
  }
}
@media only screen and (min-width: 640px) {
  .et_pb_section .et_pb_row .et_pb_column.et_pb_column_1_6 {
    width: calc(((100% / 6) * 1) - 4.8rem);
  }
}
@media only screen and (min-width: 640px) {
  .et_pb_section .et_pb_row .et_pb_column.et_pb_column_2_6 {
    width: calc(((100% / 6) * 2) - 4.8rem);
  }
}
@media only screen and (min-width: 640px) {
  .et_pb_section .et_pb_row .et_pb_column.et_pb_column_3_6 {
    width: calc(((100% / 6) * 3) - 4.8rem);
  }
}
@media only screen and (min-width: 640px) {
  .et_pb_section .et_pb_row .et_pb_column.et_pb_column_4_6 {
    width: calc(((100% / 6) * 4) - 4.8rem);
  }
}
@media only screen and (min-width: 640px) {
  .et_pb_section .et_pb_row .et_pb_column.et_pb_column_5_6 {
    width: calc(((100% / 6) * 5) - 4.8rem);
  }
}
@media only screen and (min-width: 640px) {
  .et_pb_section .et_pb_row .et_pb_column.et_pb_column_6_6 {
    width: calc(((100% / 6) * 6) - 4.8rem);
  }
}
@media only screen and (min-width: 479px) {
  .et_pb_section .et_pb_row .et_pb_column.et_pb_column_1_2, .et_pb_section .et_pb_row .et_pb_column.et_pb_column_1_4, .et_pb_section .et_pb_row .et_pb_column.et_pb_column_1_6 {
    width: calc((100% / 2) - 4.8rem);
  }
}
@media only screen and (min-width: 980px) {
  .et_pb_section .et_pb_row .et_pb_column.et_pb_column_1_4 {
    width: calc((100% / 4) - 4.8rem);
  }
}
@media only screen and (min-width: 640px) {
  .et_pb_section .et_pb_row .et_pb_column.et_pb_column_1_6 {
    width: calc(((100% / 6) * 3) - 4.8rem);
  }
}
@media only screen and (min-width: 980px) {
  .et_pb_section .et_pb_row .et_pb_column.et_pb_column_1_6 {
    width: calc(((100% / 6) * 2) - 4.8rem);
  }
}
@media only screen and (min-width: 1440px) {
  .et_pb_section .et_pb_row .et_pb_column.et_pb_column_1_6 {
    width: calc((100% / 6) - 4.8rem);
  }
}
.et_pb_section .et_pb_row.centered-small, .et_pb_section .et_pb_row.centered-medium, .et_pb_section .et_pb_row.centered-large {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.et_pb_section .et_pb_row.centered-small .et_pb_column, .et_pb_section .et_pb_row.centered-medium .et_pb_column, .et_pb_section .et_pb_row.centered-large .et_pb_column {
  margin-left: 0;
  margin-right: 0;
}
.et_pb_section .et_pb_row.centered-small .et_pb_column {
  max-width: 40rem;
}
.et_pb_section .et_pb_row.centered-medium .et_pb_column {
  max-width: 63.6rem;
}
.et_pb_section .et_pb_row.centered-large .et_pb_column {
  max-width: 84.4rem;
}
.et_pb_section .et_pb_row.et_pb_row_4col .et_pb_column.et_pb_column_1_4, .et_pb_section .et_pb_row.et_pb_row_1-4_3-4 .et_pb_column.et_pb_column_1_4, .et_pb_section .et_pb_row.et_pb_row_3-4_1-4 .et_pb_column.et_pb_column_1_4 {
  width: calc((100% / 1) - 4.8rem);
}
@media only screen and (min-width: 640px) {
  .et_pb_section .et_pb_row.et_pb_row_4col .et_pb_column.et_pb_column_1_4, .et_pb_section .et_pb_row.et_pb_row_1-4_3-4 .et_pb_column.et_pb_column_1_4, .et_pb_section .et_pb_row.et_pb_row_3-4_1-4 .et_pb_column.et_pb_column_1_4 {
    width: calc((100% / 2) - 4.8rem);
  }
}
@media only screen and (min-width: 980px) {
  .et_pb_section .et_pb_row.et_pb_row_4col .et_pb_column.et_pb_column_1_4, .et_pb_section .et_pb_row.et_pb_row_1-4_3-4 .et_pb_column.et_pb_column_1_4, .et_pb_section .et_pb_row.et_pb_row_3-4_1-4 .et_pb_column.et_pb_column_1_4 {
    width: calc((100% / 4) - 4.8rem);
  }
}
@media only screen and (min-width: 640px) {
  .et_pb_section .et_pb_row.et_pb_row_4col .et_pb_column.et_pb_column_3_4, .et_pb_section .et_pb_row.et_pb_row_1-4_3-4 .et_pb_column.et_pb_column_3_4, .et_pb_section .et_pb_row.et_pb_row_3-4_1-4 .et_pb_column.et_pb_column_3_4 {
    width: calc((100% / 2) - 4.8rem);
  }
}
@media only screen and (min-width: 980px) {
  .et_pb_section .et_pb_row.et_pb_row_4col .et_pb_column.et_pb_column_3_4, .et_pb_section .et_pb_row.et_pb_row_1-4_3-4 .et_pb_column.et_pb_column_3_4, .et_pb_section .et_pb_row.et_pb_row_3-4_1-4 .et_pb_column.et_pb_column_3_4 {
    width: calc(((100% / 4) *3) - 4.8rem);
  }
}
@media only screen and (min-width: 479px) {
  .et_pb_section .et_pb_row.et_pb_row_4col .et_pb_column.et_pb_column_1_4 {
    width: calc((100% / 2) - 4.8rem);
  }
}
@media only screen and (min-width: 640px) {
  .et_pb_section .et_pb_row.et_pb_row_4col .et_pb_column.et_pb_column_1_4 {
    width: calc((100% / 4) - 4.8rem);
  }
}
@media only screen and (min-width: 640px) {
  .et_pb_section .et_pb_row.et_pb_row_1-2_1-4_1-4 .et_pb_column.et_pb_column_1_4, .et_pb_section .et_pb_row.et_pb_row_1-4_1-4_1-2 .et_pb_column.et_pb_column_1_4 {
    width: calc((100% / 2) - 4.8rem);
  }
}
@media only screen and (min-width: 980px) {
  .et_pb_section .et_pb_row.et_pb_row_1-2_1-4_1-4 .et_pb_column.et_pb_column_1_4, .et_pb_section .et_pb_row.et_pb_row_1-4_1-4_1-2 .et_pb_column.et_pb_column_1_4 {
    width: calc((100% / 4) - 4.8rem);
  }
}
@media only screen and (max-width: 980px) {
  .et_pb_section .et_pb_row.et_pb_row_1-2_1-4_1-4 .et_pb_column.et_pb_column_1_2, .et_pb_section .et_pb_row.et_pb_row_1-4_1-4_1-2 .et_pb_column.et_pb_column_1_2 {
    width: calc(100% - 4.8rem);
  }
}
.et_pb_section .et_pb_row.et_pb_row_1-4_1-2_1-4 .et_pb_column.et_pb_column_1_4 {
  width: calc((100% / 1) - 4.8rem);
}
@media only screen and (min-width: 640px) {
  .et_pb_section .et_pb_row.et_pb_row_1-4_1-2_1-4 .et_pb_column.et_pb_column_1_4 {
    width: calc((100% / 2) - 4.8rem);
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (min-width: 980px) {
  .et_pb_section .et_pb_row.et_pb_row_1-4_1-2_1-4 .et_pb_column.et_pb_column_1_4 {
    width: calc((100% / 4) - 4.8rem);
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media only screen and (max-width: 980px) {
  .et_pb_section .et_pb_row.et_pb_row_1-4_1-2_1-4 .et_pb_column.et_pb_column_1_2 {
    width: calc(100% - 4.8rem);
  }
}
.et_pb_section .et_pb_row.et_pb_row_1-5_1-5_3-5 .et_pb_column.et_pb_column_1_5, .et_pb_section .et_pb_row.et_pb_row_3-5_1-5_1-5 .et_pb_column.et_pb_column_1_5 {
  width: calc((100% / 1) - 4.8rem);
}
@media only screen and (min-width: 640px) {
  .et_pb_section .et_pb_row.et_pb_row_1-5_1-5_3-5 .et_pb_column.et_pb_column_1_5, .et_pb_section .et_pb_row.et_pb_row_3-5_1-5_1-5 .et_pb_column.et_pb_column_1_5 {
    width: calc((100% / 2) - 4.8rem);
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (min-width: 980px) {
  .et_pb_section .et_pb_row.et_pb_row_1-5_1-5_3-5 .et_pb_column.et_pb_column_1_5, .et_pb_section .et_pb_row.et_pb_row_3-5_1-5_1-5 .et_pb_column.et_pb_column_1_5 {
    width: calc((100% / 5) - 4.8rem);
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.et_pb_section .et_pb_row.et_pb_row_1-5_1-5_3-5 .et_pb_column.et_pb_column_3_5, .et_pb_section .et_pb_row.et_pb_row_3-5_1-5_1-5 .et_pb_column.et_pb_column_3_5 {
  width: calc((100% / 1) - 4.8rem);
}
@media only screen and (min-width: 980px) {
  .et_pb_section .et_pb_row.et_pb_row_1-5_1-5_3-5 .et_pb_column.et_pb_column_3_5, .et_pb_section .et_pb_row.et_pb_row_3-5_1-5_1-5 .et_pb_column.et_pb_column_3_5 {
    width: calc(((100% / 5) * 3) - 4.8rem);
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.et_pb_section .et_pb_row.et_pb_row_1-5_3-5_1-5 {
  width: calc((100% / 1) - 4.8rem);
}
.et_pb_section .et_pb_row.et_pb_row_1-6_1-6_1-6_1-2 .et_pb_column.et_pb_column_1_6, .et_pb_section .et_pb_row.et_pb_row_1-2_1-6_1-6_1-6 .et_pb_column.et_pb_column_1_6 {
  width: calc((100% / 1) - 4.8rem);
}
@media only screen and (min-width: 479px) {
  .et_pb_section .et_pb_row.et_pb_row_1-6_1-6_1-6_1-2 .et_pb_column.et_pb_column_1_6, .et_pb_section .et_pb_row.et_pb_row_1-2_1-6_1-6_1-6 .et_pb_column.et_pb_column_1_6 {
    width: calc(((100% / 6) * 2) - 4.8rem);
  }
}
@media only screen and (min-width: 980px) {
  .et_pb_section .et_pb_row.et_pb_row_1-6_1-6_1-6_1-2 .et_pb_column.et_pb_column_1_6, .et_pb_section .et_pb_row.et_pb_row_1-2_1-6_1-6_1-6 .et_pb_column.et_pb_column_1_6 {
    width: calc((100% / 6) - 4.8rem);
  }
}
.et_pb_section .et_pb_row.et_pb_row_1-6_1-6_1-6_1-2 .et_pb_column.et_pb_column_1_2, .et_pb_section .et_pb_row.et_pb_row_1-2_1-6_1-6_1-6 .et_pb_column.et_pb_column_1_2 {
  width: calc((100% / 1) - 4.8rem);
}
@media only screen and (min-width: 980px) {
  .et_pb_section .et_pb_row.et_pb_row_1-6_1-6_1-6_1-2 .et_pb_column.et_pb_column_1_2, .et_pb_section .et_pb_row.et_pb_row_1-2_1-6_1-6_1-6 .et_pb_column.et_pb_column_1_2 {
    width: calc(100% / 2 - 4.8rem);
  }
}
.et_pb_section.et_pb_fullwidth_section .et_pb_row, .et_pb_section.full-width .et_pb_row {
  max-width: 100%;
}

/**
 * Exceptions
 */
.et_pb_section.gutterless {
  padding: 0;
  margin: 0;
}
.et_pb_section.gutterless .et_pb_row .et_pb_column {
  margin: 0;
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .et_pb_section.gutterless .et_pb_row .et_pb_column.et_pb_column_1_3 {
    width: 33.3333333333%;
    margin-top: 0;
  }
}
@media only screen and (min-width: 640px) {
  .et_pb_section.gutterless .et_pb_row .et_pb_column.et_pb_column_1_2 {
    width: 50%;
    margin-top: 0;
  }
}

/****************************************************************************
**
** 12 Column Grid
**
****************************************************************************/
.demo-col {
  display: block;
  padding: 1em 0;
  border-radius: 3px;
  text-align: center;
  background-color: #242424;
  color: #fff;
}

.row {
  margin-bottom: 1em;
}

.row {
  margin-left: -4.8rem;
  margin-right: -4.8rem;
}

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

.col-1 {
  float: left;
  width: 8.3333333333%;
}

.col-2 {
  float: left;
  width: 16.6666666667%;
}

.col-3 {
  float: left;
  width: 25%;
}

.col-4 {
  float: left;
  width: 33.3333333333%;
}

.col-5 {
  float: left;
  width: 41.6666666667%;
}

.col-6 {
  float: left;
  width: 50%;
}

.col-7 {
  float: left;
  width: 58.3333333333%;
}

.col-8 {
  float: left;
  width: 66.6666666667%;
}

.col-9 {
  float: left;
  width: 75%;
}

.col-10 {
  float: left;
  width: 83.3333333333%;
}

.col-11 {
  float: left;
  width: 91.6666666667%;
}

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

.col-one-third {
  width: 33.3333333333%;
}

.col-two-thirds {
  width: 66.6666666667%;
}

.col-half {
  width: 50%;
}

.col-quarter {
  width: 25%;
}

@media (max-width: 1024px) {
  [class^=col-] {
    padding: 0 2.4rem;
  }

  .row {
    margin-left: -2.4rem;
    margin-right: -2.4rem;
  }
}
@media (max-width: 768px) {
  [class^=col-] {
    width: 100%;
  }
}
.fullwidth-thin .et_pb_row {
  max-width: 63.6rem;
}

.fullwidth-medium .et_pb_row {
  max-width: 90rem;
}
.fullwidth-medium .et_pb_row .et_pb_text_inner p {
  max-width: 35rem;
}

@font-face {
  font-family: "GreycliffCF";
  src: url("/wp-content/themes/gff/assets/fonts/webfonts/greycliff-cf/greycliff-cf-bold.eot");
  src: url("/wp-content/themes/gff/assets/fonts/webfonts/greycliff-cf/greycliff-cf-bold.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/gff/assets/fonts/webfonts/greycliff-cf/greycliff-cf-bold.ttf") format("truetype"), url("/wp-content/themes/gff/assets/fonts/webfonts/greycliff-cf/greycliff-cf-bold.woff") format("woff"), url("/wp-content/themes/gff/assets/fonts/webfonts/greycliff-cf/greycliff-cf-bold.svg") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "GreycliffCF";
  src: url("/wp-content/themes/gff/assets/fonts/webfonts/greycliff-cf/greycliff-cf-medium.eot");
  src: url("/wp-content/themes/gff/assets/fonts/webfonts/greycliff-cf/greycliff-cf-medium.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/gff/assets/fonts/webfonts/greycliff-cf/greycliff-cf-medium.ttf") format("truetype"), url("/wp-content/themes/gff/assets/fonts/webfonts/greycliff-cf/greycliff-cf-medium.woff") format("woff"), url("/wp-content/themes/gff/assets/fonts/webfonts/greycliff-cf/greycliff-cf-medium.svg") format("svg");
  font-weight: 500;
  font-style: normal;
}
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  font-size: 62.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: normal;
}

@-moz-document url-prefix() {
  body {
    font-weight: lighter !important;
  }
}
body {
  font-family: "Karla", sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

/**
 * Headers and block text
 */
h1, .h1, h1 a, h2, h2 a, .h2, body.eyebrows h3, h3, h3 a, .h3, body.eyebrows h4, h4, h4 a, .h4, body.eyebrows h5, h5, .h5, body.eyebrows h6 {
  font-family: "GreycliffCF", Helvetica, Arial, Sans-Serif;
  font-weight: 700;
}

h1, .h1 {
  color: #242424;
  font-size: 3rem;
  line-height: 3.4rem;
  margin-bottom: 1.5rem;
  font-weight: 700;
}
@media only screen and (min-width: 980px) {
  h1, .h1 {
    font-size: 8rem;
    line-height: 9rem;
  }
}

h2, .h2, body.eyebrows h3 {
  color: #242424;
  font-size: 2.8rem;
  line-height: 3.2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 980px) {
  h2, .h2, body.eyebrows h3 {
    font-size: 6rem;
    line-height: 7rem;
    font-weight: 700;
  }
}

h1 .eyebrow, .h1 .eyebrow,
h2 .eyebrow, .h2 .eyebrow,
body.eyebrows h2 {
  font-family: "Karla", sans-serif;
  letter-spacing: 0.08rem;
  color: #242424;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-bottom: 1.5rem;
}
h3, .h3, body.eyebrows h4 {
  color: #242424;
  font-size: 2.4rem;
  line-height: 2.6rem;
  margin-bottom: 1.5rem;
  font-weight: 700;
}
@media only screen and (min-width: 980px) {
  h3, .h3, body.eyebrows h4 {
    font-size: 4.4rem;
    line-height: 5.2rem;
  }
}

h4, .h4, body.eyebrows h5 {
  color: #242424;
  font-size: 2.2rem;
  line-height: 2.4rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 980px) {
  h4, .h4, body.eyebrows h5 {
    font-size: 2.4rem;
    line-height: 3.8rem;
  }
}

h5, .h5, body.eyebrows h6 {
  color: #4B4B4B;
  font-size: 2rem;
  line-height: 2.4rem;
  margin-bottom: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (min-width: 980px) {
  h5, .h5, body.eyebrows h6 {
    font-size: 2.2rem;
    line-height: 2.6rem;
  }
}

h6, .h6 {
  color: #4B4B4B;
  font-size: 1.1rem;
  line-height: 1.4rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

p, .p {
  color: #4B4B4B;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 300;
  margin-bottom: 0.8rem;
}
@media only screen and (min-width: 980px) {
  p, .p {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}

blockquote {
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: 300;
  font-style: italic;
  color: #21201E;
}
@media only screen and (min-width: 980px) {
  blockquote {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}
blockquote * {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

/**
 * Inline elements
 */
a {
  color: #61A50E;
  text-decoration: none;
  font-weight: 400;
  cursor: pointer;
}
a:hover {
  opacity: 0.5;
}
a.view-more, a.et_pb_more_button {
  position: relative;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 980px) {
  a.view-more, a.et_pb_more_button {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}
a.view-more:before, a.et_pb_more_button:before {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  content: "";
  border-bottom: 0.1rem solid #61A50E;
  width: 6rem;
  bottom: -0.6rem;
}
a.view-more:hover:before, a.et_pb_more_button:hover:before {
  width: 100%;
}
a.view-more.no-caps, a.et_pb_more_button.no-caps {
  text-transform: lowercase;
}

small, .small {
  color: #4B4B4B;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 300;
  display: block;
}
@media only screen and (min-width: 980px) {
  small, .small {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}

strong, .strong, b {
  font-weight: 700;
}

em, .em, i {
  font-style: italic;
}

sup, .sup {
  vertical-align: super;
  font-size: smaller;
}

sub, .sub {
  vertical-align: sub;
  font-size: smaller;
}

/**
 * Lists
 */
ul, ol {
  margin-left: 2.2rem;
}

ul {
  list-style-type: disc;
}
ol {
  list-style-type: decimal;
}
/**
 * Code
 */
kbd, code, samp, pre {
  margin: 0px 1em 1em 1em;
  font-family: "Monaco", "Monaco", monospace;
  white-space: pre;
  font-size: smaller;
}

/**
 * Images
 */
img {
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0 auto 1.5rem;
  max-width: 100%;
}
figure.aligncenter figcaption {
  text-align: center;
}
figure.alignleft figcaption {
  text-align: left;
}
figure.alignright figcaption {
  text-align: right;
}

/**
 * Multimedia
 */
/**
 * Miscellaneous
 */
.light-bg,
.alt-bg,
.dark-bg,
.light-horizontal-gradient,
.dark-horizontal-gradient {
  position: relative;
}
.light-bg:before,
.alt-bg:before,
.dark-bg:before,
.light-horizontal-gradient:before,
.dark-horizontal-gradient:before {
  content: " ";
  background-color: #FFFFFF;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.light-bg:after,
.alt-bg:after,
.dark-bg:after,
.light-horizontal-gradient:after,
.dark-horizontal-gradient:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  z-index: 1;
}
.light-bg > *,
.alt-bg > *,
.dark-bg > *,
.light-horizontal-gradient > *,
.dark-horizontal-gradient > * {
  z-index: 2;
  position: relative;
}

.light-bg:after {
  background-color: #FFFFFF;
  -webkit-filter: grayscale(1) opacity(0.15);
          filter: grayscale(1) opacity(0.15);
}

.alt-bg:before {
  background-color: #61A50E;
}

.alt-bg:after {
  background-color: #61A50E;
  -webkit-filter: grayscale(1) opacity(0.15);
          filter: grayscale(1) opacity(0.15);
}

.dark-bg,
.dark-horizontal-gradient {
  color: #21201E;
}
.dark-bg:before,
.dark-horizontal-gradient:before {
  background-color: #4B4B4B;
}

.dark-bg:after {
  background-color: #4B4B4B;
  -webkit-filter: grayscale(1) opacity(0.25);
          filter: grayscale(1) opacity(0.25);
}

.dark-horizontal-gradient:before {
  background: inherit;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.dark-horizontal-gradient:after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
}

/**
 * Buttons (for use in and out of forms)
 */
button, .button,
input[type=submit],
input[type=button],
input[type=reset] {
  font-size: 1rem;
  line-height: 1.8rem;
  font-weight: 500;
  font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: #61A50E;
  border: 0.2rem solid #61A50E;
  padding: 2rem 4rem;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  margin: auto !important;
}
button:hover, button:active, button:focus, .button:hover, .button:active, .button:focus,
input[type=submit]:hover,
input[type=submit]:active,
input[type=submit]:focus,
input[type=button]:hover,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:hover,
input[type=reset]:active,
input[type=reset]:focus {
  background-color: #61A50E;
  color: #FFFFFF;
  opacity: 1;
}
button:hover:after, button:active:after, button:focus:after, .button:hover:after, .button:active:after, .button:focus:after,
input[type=submit]:hover:after,
input[type=submit]:active:after,
input[type=submit]:focus:after,
input[type=button]:hover:after,
input[type=button]:active:after,
input[type=button]:focus:after,
input[type=reset]:hover:after,
input[type=reset]:active:after,
input[type=reset]:focus:after {
  color: #FFFFFF;
}

button.secondary,
.button.secondary,
input[type=reset] {
  color: #006937;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 105, 55, 0)), to(rgba(193, 212, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 105, 55, 0) 0%, rgba(193, 212, 0, 0) 100%);
  background-color: #FFFFFF;
  border: 0.1rem solid #61A50E;
}
button.secondary:hover,
.button.secondary:hover,
input[type=reset]:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 105, 55, 0)), to(rgba(193, 212, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 105, 55, 0) 0%, rgba(193, 212, 0, 0) 100%);
  background-color: rgba(0, 105, 55, 0.1);
}

button.inverse,
.button.inverse {
  color: #006937;
  border-color: #FFFFFF;
  background-color: transparent;
}
button.inverse:hover,
.button.inverse:hover {
  color: #FFFFFF;
  border-color: #61A50E;
}

form {
  /* Change Autocomplete styles in Chrome*/
}
form label {
  font-size: 1.4rem;
  line-height: 3rem;
  font-weight: 300;
  display: none;
}
form input[type=text],
form input[type=password],
form input[type=url],
form input[type=email],
form input[type=tel],
form input[type=search],
form input[type=number] {
  height: 5rem;
  width: 100%;
  border: 0rem solid #C1D400;
  border-radius: 0;
  background-color: #F7F7F7;
  padding-left: 1rem;
  font-size: 1.6rem;
  color: #4B4B4B;
  margin-bottom: 1rem;
}
form select {
  height: 5rem;
  width: 100%;
  border: none;
  background-color: #F7F7F7;
  padding-left: 1rem;
  font-size: 1.6rem;
  color: #4B4B4B;
  margin-bottom: 2rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}
form textarea {
  height: 20rem;
  width: 100%;
  padding: 1rem;
  border: 0 solid #C1D400;
  border-radius: 0.4rem;
  background-color: #F7F7F7;
  font-size: 1.6rem;
  color: #4B4B4B;
  margin-bottom: 2rem;
}
form ::-moz-placeholder {
  color: rgba(75, 75, 75, 0.5);
  font-weight: 300;
}
form ::-webkit-input-placeholder {
  color: rgba(75, 75, 75, 0.5);
  font-weight: 300;
}
form ::-ms-input-placeholder {
  color: rgba(75, 75, 75, 0.5);
  font-weight: 300;
}
form :-ms-input-placeholder {
  color: rgba(75, 75, 75, 0.5);
  font-weight: 300;
}
form ::placeholder {
  color: rgba(75, 75, 75, 0.5);
  font-weight: 300;
}
form input:-webkit-autofill,
form input:-webkit-autofill:hover,
form input:-webkit-autofill:focus textarea:-webkit-autofill,
form textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
form select:-webkit-autofill,
form select:-webkit-autofill:hover,
form select:-webkit-autofill:focus {
  border: 1px solid #61A50E;
  -webkit-text-fill-color: rgba(75, 75, 75, 0.5);
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  background-color: #F7F7F7 !important;
}
form input[type=date],
form input[type=month],
form input[type=week],
form input[type=datetime],
form input[type=datetime-local] {
  height: 5rem;
  width: 100%;
  border: none;
  background-color: #F7F7F7;
  padding-left: 1rem;
  font-size: 1.6rem;
  color: #4B4B4B;
  margin-bottom: 2rem;
}

table {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #C1D400;
  width: 100%;
  text-align: left;
}
table tr {
  border-bottom: 0.2rem solid #C1D400;
}
table tr th, table tr td {
  padding-top: calc(4.8rem / 4);
  padding-bottom: calc(4.8rem / 4 * 2);
}
table thead {
  color: #4B4B4B;
  text-transform: uppercase;
  font-weight: 500;
}
table tbody tr {
  font-weight: 400;
}
table tbody td {
  font-weight: 300;
}
/**
*	Animations
*/
@-webkit-keyframes slideIn {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes slideIn {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes slideOut {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes slideOut {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
/**
 * Animations for text
 */
@-webkit-keyframes textFadeAndLift {
  from {
    opacity: 0;
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes textFadeAndLift {
  from {
    opacity: 0;
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes textFadeAndDrop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes textFadeAndDrop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes basicFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes basicFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes basicFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes basicFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
 * Pre-footer
 */
@-webkit-keyframes iconPop {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes iconPop {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.et_pb_section h1, .et_pb_section h2, .et_pb_section h3, .et_pb_section h4, .et_pb_section h5, .et_pb_section h6,
.et_pb_section p, .et_pb_section ul, .et_pb_section ol, .et_pb_section strong,
.et_pb_section a:not(.et-pb-arrow-prev):not(.et-pb-arrow-next), .et_pb_section button, .hero h1, .hero h2, .hero h3, .hero h4, .hero h5, .hero h6,
.hero p, .hero ul, .hero ol, .hero strong,
.hero a:not(.et-pb-arrow-prev):not(.et-pb-arrow-next), .hero button {
  opacity: 0;
}
.et_pb_section.ready-to-animate img,
.et_pb_section.ready-to-animate h1, .et_pb_section.ready-to-animate h2, .et_pb_section.ready-to-animate h3, .et_pb_section.ready-to-animate h4, .et_pb_section.ready-to-animate h5, .et_pb_section.ready-to-animate h6,
.et_pb_section.ready-to-animate p, .et_pb_section.ready-to-animate ul, .et_pb_section.ready-to-animate ol, .et_pb_section.ready-to-animate strong,
.et_pb_section.ready-to-animate a:not(.et-pb-arrow-prev):not(.et-pb-arrow-next), .et_pb_section.ready-to-animate button, .hero.ready-to-animate img,
.hero.ready-to-animate h1, .hero.ready-to-animate h2, .hero.ready-to-animate h3, .hero.ready-to-animate h4, .hero.ready-to-animate h5, .hero.ready-to-animate h6,
.hero.ready-to-animate p, .hero.ready-to-animate ul, .hero.ready-to-animate ol, .hero.ready-to-animate strong,
.hero.ready-to-animate a:not(.et-pb-arrow-prev):not(.et-pb-arrow-next), .hero.ready-to-animate button {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.et_pb_section.ready-to-animate .waterfall-column .et_pb_module, .hero.ready-to-animate .waterfall-column .et_pb_module {
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: basicFade;
          animation-name: basicFade;
}
.et_pb_section.ready-to-animate .waterfall-column .et_pb_module:nth-child(1n), .hero.ready-to-animate .waterfall-column .et_pb_module:nth-child(1n) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.et_pb_section.ready-to-animate .waterfall-column .et_pb_module:nth-child(2n), .hero.ready-to-animate .waterfall-column .et_pb_module:nth-child(2n) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.et_pb_section.ready-to-animate .waterfall-column .et_pb_module:nth-child(3n), .hero.ready-to-animate .waterfall-column .et_pb_module:nth-child(3n) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
.et_pb_section.ready-to-animate .waterfall-column .et_pb_module:nth-child(4n), .hero.ready-to-animate .waterfall-column .et_pb_module:nth-child(4n) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.et_pb_section.ready-to-animate .waterfall-column .et_pb_module:nth-child(5n), .hero.ready-to-animate .waterfall-column .et_pb_module:nth-child(5n) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.et_pb_section.ready-to-animate .waterfall-column .et_pb_module:nth-child(6n), .hero.ready-to-animate .waterfall-column .et_pb_module:nth-child(6n) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.et_pb_section.ready-to-animate .waterfall-column .et_pb_module:nth-child(7n), .hero.ready-to-animate .waterfall-column .et_pb_module:nth-child(7n) {
  -webkit-animation-delay: 1.05s;
          animation-delay: 1.05s;
}
.et_pb_section.ready-to-animate .waterfall-column .et_pb_module:nth-child(8n), .hero.ready-to-animate .waterfall-column .et_pb_module:nth-child(8n) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.et_pb_section.ready-to-animate .waterfall-column .et_pb_module:nth-child(9n), .hero.ready-to-animate .waterfall-column .et_pb_module:nth-child(9n) {
  -webkit-animation-delay: 1.35s;
          animation-delay: 1.35s;
}
.et_pb_section.ready-to-animate .waterfall-column .et_pb_module:nth-child(10n), .hero.ready-to-animate .waterfall-column .et_pb_module:nth-child(10n) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.et_pb_section .waterfall-column .et_pb_module, .hero .waterfall-column .et_pb_module {
  opacity: 0;
}

.et_pb_section.ready-to-animate h1, .et_pb_section.ready-to-animate h2, .et_pb_section.ready-to-animate h3, .et_pb_section.ready-to-animate h4, .et_pb_section.ready-to-animate h5, .et_pb_section.ready-to-animate h6 {
  -webkit-animation-name: basicFade;
          animation-name: basicFade;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.et_pb_section.ready-to-animate p, .et_pb_section.ready-to-animate ul, .et_pb_section.ready-to-animate ol, .et_pb_section.ready-to-animate strong {
  -webkit-animation-name: basicFade;
          animation-name: basicFade;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.et_pb_section.ready-to-animate a:not(.et-pb-arrow-prev):not(.et-pb-arrow-next), .et_pb_section.ready-to-animate button {
  -webkit-animation-name: basicFade;
          animation-name: basicFade;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.hero img {
  opacity: 0;
}
.hero.ready-to-animate img {
  -webkit-animation-name: basicFade;
          animation-name: basicFade;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.hero.ready-to-animate h1, .hero.ready-to-animate h2, .hero.ready-to-animate h3, .hero.ready-to-animate h4, .hero.ready-to-animate h5, .hero.ready-to-animate h6 {
  -webkit-animation-name: basicFade;
          animation-name: basicFade;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.hero.ready-to-animate p, .hero.ready-to-animate ul, .hero.ready-to-animate ol {
  -webkit-animation-name: basicFade;
          animation-name: basicFade;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.hero.ready-to-animate a, .hero.ready-to-animate button {
  -webkit-animation-name: basicFade;
          animation-name: basicFade;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.waterfall-list ul {
  -webkit-animation: none !important;
          animation: none !important;
  opacity: 1;
}
.waterfall-list li {
  opacity: 0;
}
.waterfall-list li a {
  -webkit-animation: none !important;
          animation: none !important;
  opacity: 1 !important;
}
.waterfall-list.ready-to-animate li {
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: basicFade;
          animation-name: basicFade;
}
.waterfall-list.ready-to-animate li:nth-child(1n) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.waterfall-list.ready-to-animate li:nth-child(2n) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.waterfall-list.ready-to-animate li:nth-child(3n) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
.waterfall-list.ready-to-animate li:nth-child(4n) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.waterfall-list.ready-to-animate li:nth-child(5n) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.waterfall-list.ready-to-animate li:nth-child(6n) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.waterfall-list.ready-to-animate li:nth-child(7n) {
  -webkit-animation-delay: 1.05s;
          animation-delay: 1.05s;
}
.waterfall-list.ready-to-animate li:nth-child(8n) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.waterfall-list.ready-to-animate li:nth-child(9n) {
  -webkit-animation-delay: 1.35s;
          animation-delay: 1.35s;
}
.waterfall-list.ready-to-animate li:nth-child(10n) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.waterfall-archive article {
  opacity: 0;
}
.waterfall-archive.ready-to-animate article {
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: basicFade;
          animation-name: basicFade;
}
.waterfall-archive.ready-to-animate article:nth-child(12n+1) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.waterfall-archive.ready-to-animate article:nth-child(12n+2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.waterfall-archive.ready-to-animate article:nth-child(12n+3) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.waterfall-archive.ready-to-animate article:nth-child(12n+4) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.waterfall-archive.ready-to-animate article:nth-child(12n+5) {
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s;
}
.waterfall-archive.ready-to-animate article:nth-child(12n+6) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.waterfall-archive.ready-to-animate article:nth-child(12n+7) {
  -webkit-animation-delay: 1.75s;
          animation-delay: 1.75s;
}
.waterfall-archive.ready-to-animate article:nth-child(12n+8) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.waterfall-archive.ready-to-animate article:nth-child(12n+9) {
  -webkit-animation-delay: 2.25s;
          animation-delay: 2.25s;
}
.waterfall-archive.ready-to-animate article:nth-child(12n+10) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

footer .footer-menu > div {
  opacity: 0;
}
footer.ready-to-animate .footer-menu > div {
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: basicFade;
          animation-name: basicFade;
}
footer.ready-to-animate .footer-menu > div:nth-child(1n) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
footer.ready-to-animate .footer-menu > div:nth-child(2n) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
footer.ready-to-animate .footer-menu > div:nth-child(3n) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
footer.ready-to-animate .footer-menu > div:nth-child(4n) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
footer.ready-to-animate .footer-menu > div:nth-child(5n) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
footer.ready-to-animate .footer-menu > div:nth-child(6n) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
footer.ready-to-animate .footer-menu > div:nth-child(7n) {
  -webkit-animation-delay: 1.05s;
          animation-delay: 1.05s;
}
footer.ready-to-animate .footer-menu > div:nth-child(8n) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
footer.ready-to-animate .footer-menu > div:nth-child(9n) {
  -webkit-animation-delay: 1.35s;
          animation-delay: 1.35s;
}
footer.ready-to-animate .footer-menu > div:nth-child(10n) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.pre-footer .et_pb_section img {
  opacity: 0;
}
.pre-footer .et_pb_section form {
  opacity: 0;
}
.pre-footer .et_pb_section.ready-to-animate img {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: basicFade;
          animation-name: basicFade;
}
.pre-footer .et_pb_section.ready-to-animate form {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: basicFade;
          animation-name: basicFade;
}
.pre-footer .et_pb_section.ready-to-animate .et_pb_row:last-child .et_pb_column:nth-child(1n) img {
  -webkit-animation-delay: 0.8666666667s;
          animation-delay: 0.8666666667s;
}
.pre-footer .et_pb_section.ready-to-animate .et_pb_row:last-child .et_pb_column:nth-child(1n) h3 {
  -webkit-animation-delay: 1.0666666667s;
          animation-delay: 1.0666666667s;
}
.pre-footer .et_pb_section.ready-to-animate .et_pb_row:last-child .et_pb_column:nth-child(1n) p {
  -webkit-animation-delay: 1.2666666667s;
          animation-delay: 1.2666666667s;
}
.pre-footer .et_pb_section.ready-to-animate .et_pb_row:last-child .et_pb_column:nth-child(1n) a, .pre-footer .et_pb_section.ready-to-animate .et_pb_row:last-child .et_pb_column:nth-child(1n) form {
  -webkit-animation-delay: 1.4666666667s;
          animation-delay: 1.4666666667s;
}
.pre-footer .et_pb_section.ready-to-animate .et_pb_row:last-child .et_pb_column:nth-child(2n) img {
  -webkit-animation-delay: 1.5333333333s;
          animation-delay: 1.5333333333s;
}
.pre-footer .et_pb_section.ready-to-animate .et_pb_row:last-child .et_pb_column:nth-child(2n) h3 {
  -webkit-animation-delay: 1.7333333333s;
          animation-delay: 1.7333333333s;
}
.pre-footer .et_pb_section.ready-to-animate .et_pb_row:last-child .et_pb_column:nth-child(2n) p {
  -webkit-animation-delay: 1.9333333333s;
          animation-delay: 1.9333333333s;
}
.pre-footer .et_pb_section.ready-to-animate .et_pb_row:last-child .et_pb_column:nth-child(2n) a, .pre-footer .et_pb_section.ready-to-animate .et_pb_row:last-child .et_pb_column:nth-child(2n) form {
  -webkit-animation-delay: 2.1333333333s;
          animation-delay: 2.1333333333s;
}
.pre-footer .et_pb_section.ready-to-animate .et_pb_row:last-child .et_pb_column:nth-child(3n) img {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
.pre-footer .et_pb_section.ready-to-animate .et_pb_row:last-child .et_pb_column:nth-child(3n) h3 {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
.pre-footer .et_pb_section.ready-to-animate .et_pb_row:last-child .et_pb_column:nth-child(3n) p {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}
.pre-footer .et_pb_section.ready-to-animate .et_pb_row:last-child .et_pb_column:nth-child(3n) a, .pre-footer .et_pb_section.ready-to-animate .et_pb_row:last-child .et_pb_column:nth-child(3n) form {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}
.pre-footer .et_pb_section.ready-to-animate .et_pb_row:last-child .et_pb_column:nth-child(4n) img {
  -webkit-animation-delay: 2.8666666667s;
          animation-delay: 2.8666666667s;
}
.pre-footer .et_pb_section.ready-to-animate .et_pb_row:last-child .et_pb_column:nth-child(4n) h3 {
  -webkit-animation-delay: 3.0666666667s;
          animation-delay: 3.0666666667s;
}
.pre-footer .et_pb_section.ready-to-animate .et_pb_row:last-child .et_pb_column:nth-child(4n) p {
  -webkit-animation-delay: 3.2666666667s;
          animation-delay: 3.2666666667s;
}
.pre-footer .et_pb_section.ready-to-animate .et_pb_row:last-child .et_pb_column:nth-child(4n) a, .pre-footer .et_pb_section.ready-to-animate .et_pb_row:last-child .et_pb_column:nth-child(4n) form {
  -webkit-animation-delay: 3.4666666667s;
          animation-delay: 3.4666666667s;
}
.pre-footer .et_pb_section.ready-to-animate .et_pb_row:last-child .et_pb_column:nth-child(5n) img {
  -webkit-animation-delay: 3.5333333333s;
          animation-delay: 3.5333333333s;
}
.pre-footer .et_pb_section.ready-to-animate .et_pb_row:last-child .et_pb_column:nth-child(5n) h3 {
  -webkit-animation-delay: 3.7333333333s;
          animation-delay: 3.7333333333s;
}
.pre-footer .et_pb_section.ready-to-animate .et_pb_row:last-child .et_pb_column:nth-child(5n) p {
  -webkit-animation-delay: 3.9333333333s;
          animation-delay: 3.9333333333s;
}
.pre-footer .et_pb_section.ready-to-animate .et_pb_row:last-child .et_pb_column:nth-child(5n) a, .pre-footer .et_pb_section.ready-to-animate .et_pb_row:last-child .et_pb_column:nth-child(5n) form {
  -webkit-animation-delay: 4.1333333333s;
          animation-delay: 4.1333333333s;
}
.pre-footer .et_pb_section.ready-to-animate .et_pb_row:last-child .et_pb_column:nth-child(6n) img {
  -webkit-animation-delay: 4.2s;
          animation-delay: 4.2s;
}
.pre-footer .et_pb_section.ready-to-animate .et_pb_row:last-child .et_pb_column:nth-child(6n) h3 {
  -webkit-animation-delay: 4.4s;
          animation-delay: 4.4s;
}
.pre-footer .et_pb_section.ready-to-animate .et_pb_row:last-child .et_pb_column:nth-child(6n) p {
  -webkit-animation-delay: 4.6s;
          animation-delay: 4.6s;
}
.pre-footer .et_pb_section.ready-to-animate .et_pb_row:last-child .et_pb_column:nth-child(6n) a, .pre-footer .et_pb_section.ready-to-animate .et_pb_row:last-child .et_pb_column:nth-child(6n) form {
  -webkit-animation-delay: 4.8s;
          animation-delay: 4.8s;
}
.pre-footer .et_pb_section.ready-to-animate .et_pb_row:last-child .et_pb_column:nth-child(7n) img {
  -webkit-animation-delay: 4.8666666667s;
          animation-delay: 4.8666666667s;
}
.pre-footer .et_pb_section.ready-to-animate .et_pb_row:last-child .et_pb_column:nth-child(7n) h3 {
  -webkit-animation-delay: 5.0666666667s;
          animation-delay: 5.0666666667s;
}
.pre-footer .et_pb_section.ready-to-animate .et_pb_row:last-child .et_pb_column:nth-child(7n) p {
  -webkit-animation-delay: 5.2666666667s;
          animation-delay: 5.2666666667s;
}
.pre-footer .et_pb_section.ready-to-animate .et_pb_row:last-child .et_pb_column:nth-child(7n) a, .pre-footer .et_pb_section.ready-to-animate .et_pb_row:last-child .et_pb_column:nth-child(7n) form {
  -webkit-animation-delay: 5.4666666667s;
          animation-delay: 5.4666666667s;
}
.pre-footer .et_pb_section.ready-to-animate .et_pb_row:last-child .et_pb_column:nth-child(8n) img {
  -webkit-animation-delay: 5.5333333333s;
          animation-delay: 5.5333333333s;
}
.pre-footer .et_pb_section.ready-to-animate .et_pb_row:last-child .et_pb_column:nth-child(8n) h3 {
  -webkit-animation-delay: 5.7333333333s;
          animation-delay: 5.7333333333s;
}
.pre-footer .et_pb_section.ready-to-animate .et_pb_row:last-child .et_pb_column:nth-child(8n) p {
  -webkit-animation-delay: 5.9333333333s;
          animation-delay: 5.9333333333s;
}
.pre-footer .et_pb_section.ready-to-animate .et_pb_row:last-child .et_pb_column:nth-child(8n) a, .pre-footer .et_pb_section.ready-to-animate .et_pb_row:last-child .et_pb_column:nth-child(8n) form {
  -webkit-animation-delay: 6.1333333333s;
          animation-delay: 6.1333333333s;
}
.pre-footer .et_pb_section.ready-to-animate .et_pb_row:last-child .et_pb_column:nth-child(9n) img {
  -webkit-animation-delay: 6.2s;
          animation-delay: 6.2s;
}
.pre-footer .et_pb_section.ready-to-animate .et_pb_row:last-child .et_pb_column:nth-child(9n) h3 {
  -webkit-animation-delay: 6.4s;
          animation-delay: 6.4s;
}
.pre-footer .et_pb_section.ready-to-animate .et_pb_row:last-child .et_pb_column:nth-child(9n) p {
  -webkit-animation-delay: 6.6s;
          animation-delay: 6.6s;
}
.pre-footer .et_pb_section.ready-to-animate .et_pb_row:last-child .et_pb_column:nth-child(9n) a, .pre-footer .et_pb_section.ready-to-animate .et_pb_row:last-child .et_pb_column:nth-child(9n) form {
  -webkit-animation-delay: 6.8s;
          animation-delay: 6.8s;
}
.pre-footer .et_pb_section.ready-to-animate .et_pb_row:last-child .et_pb_column:nth-child(10n) img {
  -webkit-animation-delay: 6.8666666667s;
          animation-delay: 6.8666666667s;
}
.pre-footer .et_pb_section.ready-to-animate .et_pb_row:last-child .et_pb_column:nth-child(10n) h3 {
  -webkit-animation-delay: 7.0666666667s;
          animation-delay: 7.0666666667s;
}
.pre-footer .et_pb_section.ready-to-animate .et_pb_row:last-child .et_pb_column:nth-child(10n) p {
  -webkit-animation-delay: 7.2666666667s;
          animation-delay: 7.2666666667s;
}
.pre-footer .et_pb_section.ready-to-animate .et_pb_row:last-child .et_pb_column:nth-child(10n) a, .pre-footer .et_pb_section.ready-to-animate .et_pb_row:last-child .et_pb_column:nth-child(10n) form {
  -webkit-animation-delay: 7.4666666667s;
          animation-delay: 7.4666666667s;
}

h2:after, .h2:after {
  content: "";
  background-color: #4B4B4B;
  display: block;
  height: 0.1rem;
  width: 3rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 980px) {
  h2:after, .h2:after {
    width: 6rem;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
h2.centered:after, .h2.centered:after {
  margin-left: auto;
  margin-right: auto;
}

.dark-bg h2:after, .dark-bg .h2:after, .dark-horizontal-gradient h2:after, .dark-horizontal-gradient .h2:after {
  background-color: #21201E;
}

.et_pb_text_align_center h2:after, .et_pb_text_align_center .h2:after {
  margin-left: auto;
  margin-right: auto;
}

.no_after h2:after, .no_after .h2:after {
  display: none;
}

/**
 * Layouts
 *
 * Styles that define complex layout elements, such as navigation and footer
 */
@media only screen and (min-width: 640px) {
  .archive-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.archive-item {
  margin: 1.5rem;
}
@media only screen and (min-width: 640px) {
  .archive-item {
    width: calc(33% - 4.8rem);
    margin: calc(4.8rem/2);
  }
}
@media only screen and (min-width: 980px) {
  .archive-item {
    margin: 0 calc(4.8rem/2) 4.8rem;
  }
}
@media only screen and (min-width: 980px) {
  .archive-item:nth-child(3n-5) {
    margin-left: 0;
  }
}
.archive-item .featured-image img {
  margin-bottom: 2rem;
}
.archive-item .archive-meta {
  font-size: 1.1rem;
  line-height: 1.3rem;
  font-weight: 300;
  color: #C1D400;
  letter-spacing: 0.1rem;
}
.archive-item .excerpt p {
  font-size: 1.4rem;
  line-height: 2rem;
}
.archive-item .read-more i {
  margin-left: 1rem;
}

.grey-background {
  background-color: rgba(12, 0, 0, 0.05);
  padding-top: 11.5rem;
}

@media only screen and (min-width: 640px) {
  .et_pb_code_inner .archive-item {
    width: 100%;
    margin: 1.5rem;
  }
}
@media only screen and (max-width: calc(980px - 0.1rem)) {
  .et_pb_code_inner .archive-item {
    margin: 0 0 1.5rem;
  }
}

#results-column {
  margin: 0 2rem;
}
#results-column .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 1.2em;
  padding: 0 1rem 0 2rem;
}
@media only screen and (min-width: 980px) {
  #results-column .header {
    margin-right: 5.5rem;
    padding: 0 1.2rem 0 0;
  }
}
#results-column .header p {
  display: inline-block;
}
#results-column .header .sort select {
  border: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#results-column .header .sort:after {
  border-style: solid;
  border-width: 0 0 0.1em 0.1em;
  content: "";
  display: inline-block;
  height: 0.45em;
  float: right;
  position: relative;
  width: 0.45em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  font-size: 1.4rem;
  top: 1rem;
  right: -0.5rem;
}

/**
 * Pagination on archive pages
 */
.archive-container .pagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 0 4rem;
}
@media only screen and (min-width: 980px) {
  .archive-container .pagination {
    font-size: 1.8rem;
    line-height: 2.4rem;
    padding: 3.6rem 0 6.6rem;
  }
}
.archive-container .pagination .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.archive-container .pagination .links a {
  cursor: pointer;
  display: inline-block;
  text-align: center;
}
.archive-container .pagination .links a:not(:first-of-type) {
  margin-left: 0.5rem;
}
.archive-container .pagination .links a.bubble {
  background-color: #FFFFFF;
  border-radius: 50%;
  border: solid 0.1rem #61A50E;
  width: 3rem;
  height: 3rem;
  padding-top: 0.2rem;
}
.archive-container .pagination .links a.bubble.active {
  color: #FFFFFF;
  background-color: #61A50E;
}
.archive-container .pagination .links a.bubble.active:hover {
  opacity: 1;
}
.archive-container .pagination .links a.disabled {
  opacity: 0.5;
}
.archive-container .pagination .links a i {
  font-size: 2rem;
}

.filter-sidebar-mobile {
  display: none;
  width: 100%;
  border-bottom: 0.1rem solid #E3E3E3;
  border-top: 0.1rem solid #E3E3E3;
  color: #006937;
  padding: 1em;
  position: relative;
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
}
.filter-sidebar-mobile:after {
  border-style: solid;
  border-width: 0 0 0.1em 0.1em;
  content: "";
  display: inline-block;
  height: 0.45em;
  float: right;
  position: relative;
  vertical-align: top;
  width: 0.45em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  font-size: 2.7rem;
}
.filter-sidebar-mobile.active:after {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}
@media only screen and (max-width: 979px) {
  .filter-sidebar-mobile {
    display: block;
  }
}

@media only screen and (max-width: 979px) {
  .filter-sidebar {
    display: none;
  }
}

@media only screen and (max-width: 979px) {
  .sidebar-content-wrapper .sidebar .categories h2 {
    display: none;
  }
}

.selectize-input {
  width: 100% !important;
  padding-left: 2rem;
  border: 0.1rem solid rgba(48, 57, 52, 0.15);
}

.selectize-dropdown-header {
  position: relative;
  padding: 0.5rem 0.8rem;
  border-bottom: 0.1rem solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 0.3rem 0.3rem 0 0;
}

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -1.2rem;
  line-height: 2rem;
  font-size: 2rem !important;
}

.selectize-dropdown-header-close:hover {
  color: #006937;
}

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 3rem !important;
  width: 100%;
}

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1.7prem;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 12px;
  border-radius: 0 0.2rem 0.2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.selectize-control.multi .selectize-input.has-items {
  padding: 1rem;
}
.selectize-control.multi .selectize-input.has-items input[type=text] {
  height: 3rem !important;
}
.selectize-control.multi .selectize-input.has-items .item {
  width: auto;
  border-radius: 3rem;
  padding-left: 1rem;
}

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

.selectize-input.dropdown-active {
  border-radius: 3px 3px 0 0;
}

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: white;
  color: #006937;
  border: 1px solid rgba(0, 105, 55, 0.15);
  border-radius: 4px;
}

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 1px !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.selectize-input > input::-ms-clear {
  display: none;
}

.selectize-input > input:focus {
  outline: none !important;
}

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid rgba(0, 105, 55, 0.15);
  background-color: #f8f8f8;
  margin: -1px 0 0 0;
  border-top: 0 none;
}

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  padding-left: 2rem;
  overflow: hidden;
}

.selectize-dropdown .active {
  color: #495c68;
}

.selectize-dropdown .active.create {
  color: #495c68;
}

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}
.selectize-dropdown-content .option {
  color: #006937;
  padding: 0.5rem 1rem;
}
.selectize-dropdown-content .option:hover {
  color: rgba(0, 105, 55, 0.5);
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

#filter-form #program-area-tax .selectize-control.multi .selectize-input.has-items .item {
  padding-left: 3rem;
}
#filter-form #program-area-tax .selectize-control.multi .selectize-input.has-items .item:before {
  position: absolute;
  content: "•";
  font-size: 4rem;
  top: 0.4rem;
  left: 1rem;
}

footer {
  padding: 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 1.6rem;
  background-color: #242424;
}
@media only screen and (min-width: 980px) {
  footer {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left;
  }
}
footer > * {
  width: 100%;
}
footer p {
  color: #FFFFFF;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 700;
}
footer .smaller {
  letter-spacing: 0.1rem;
  font-weight: 600;
}
footer .footer-menu {
  padding-top: 5.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1440px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
footer .footer-menu .widget_media_image img {
  width: 20rem;
  padding-bottom: 2rem;
}
@media only screen and (min-width: 980px) {
  footer .footer-menu {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left;
  }
}
footer .footer-menu ul, footer .footer-menu li, footer .footer-menu ul.menu li {
  margin-left: 0;
  list-style: none;
}
footer .footer-menu ul li {
  margin-top: 1rem;
}
footer .footer-menu ul li:first-child {
  margin-top: 0rem;
}
footer .footer-menu ul.menu {
  display: block;
}
footer .footer-menu ul.menu > li > a {
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}
footer .footer-menu ul.menu .sub-menu > li a {
  line-height: 1.8rem;
  color: #FFFFFF;
  font-size: 1.4rem;
}
footer .footer-menu .column {
  margin: 0;
  width: 100%;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 640px) {
  footer .footer-menu .column {
    width: 50%;
  }
}
@media only screen and (min-width: 980px) {
  footer .footer-menu .column {
    max-width: 20rem;
  }
}

.legal-credits {
  padding: 3rem 4.8rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: #242424;
}
@media only screen and (min-width: 980px) {
  .legal-credits {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
}
.legal-credits > * {
  width: 100%;
}
@media only screen and (min-width: 980px) {
  .legal-credits > * {
    width: auto;
  }
}
.legal-credits .copyright p {
  color: #FFFFFF;
}
.legal-credits .copyright p a {
  font-weight: 800;
}
.legal-credits p, .legal-credits li, .legal-credits a {
  font-size: 1.2rem;
  line-height: 2.2rem;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.02rem;
  font-weight: 800;
}
.legal-credits a {
  color: #C1D400;
}
@media only screen and (min-width: 980px) {
  .legal-credits .legal-menu {
    margin-left: 0.3rem;
  }
}
@media only screen and (min-width: 980px) {
  .legal-credits .legal-menu li:not(:first-of-type):before {
    color: #FFFFFF;
    margin-right: 1rem;
  }
}
.legal-credits .legal-menu .menu {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 980px) {
  .legal-credits .legal-menu .menu {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.legal-credits .byline {
  margin-top: 1.5rem;
}
@media only screen and (min-width: 980px) {
  .legal-credits .byline {
    margin-top: 0;
    margin-left: auto;
  }
}

.admin-bar header.is-sticky {
  top: 0;
}
@media screen and (min-width: 640px) {
  .admin-bar header.is-sticky {
    top: 3.2rem;
  }
}

header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3rem 2rem;
  width: 100%;
  max-height: 10rem;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0);
  z-index: 999;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  /* Main Menu Mobile Icon */
}
@media screen and (min-width: 980px) {
  header {
    padding: 2rem calc(3rem * 2);
    margin-top: 1rem;
  }
}
header .logo-wrapper {
  z-index: 10;
}
header .logo-wrapper .logo {
  height: 4rem;
}
@media screen and (min-width: 980px) {
  header .logo-wrapper .logo {
    height: 6rem;
  }
}
header .logo-wrapper .logo.desktop {
  display: none;
}
@media screen and (min-width: 980px) {
  header .logo-wrapper .logo.desktop {
    display: block;
  }
}
@media screen and (min-width: 980px) {
  header .logo-wrapper .logo.mobile {
    display: none;
  }
}
header.is-sticky {
  position: fixed;
  max-height: 8rem;
  height: 8rem;
  top: 0;
  background-color: #006937;
  -webkit-box-shadow: 0 2rem 5rem 0 rgba(36, 36, 36, 0.16);
          box-shadow: 0 2rem 5rem 0 rgba(36, 36, 36, 0.16);
  margin-top: 0;
}
header.is-sticky .logo-wrapper .logo {
  max-height: 4rem;
  min-width: 4rem;
}
header.is-sticky + #content {
  margin-top: 8rem;
}
header #toggle-right {
  display: none;
}
header .mobile-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 9rem;
}
@media screen and (min-width: 980px) {
  header .mobile-wrapper {
    display: none;
  }
}
@media screen and (min-width: 980px) {
  header .mobile-wrapper .mobile-french {
    display: none;
  }
}
header .mobile-wrapper .mobile-french .wpml-ls-item a {
  color: #61A50E;
  border: 1px solid #61A50E;
  padding: 0.9rem 1.3rem;
  border-radius: 50%;
  font-size: 1.3rem;
  font-weight: 600;
}
header .mobile-wrapper .mobile-french .wpml-ls-item.wpml-ls-item-en a {
  padding: 1rem 1.3rem;
}
header .mobile-wrapper #nav-icon {
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
@media screen and (min-width: 980px) {
  header .mobile-wrapper #nav-icon {
    display: none;
  }
}
header .mobile-wrapper #nav-icon span {
  display: block;
  position: absolute;
  height: 0.4rem;
  width: 100%;
  background: #61A50E;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
header .mobile-wrapper #nav-icon span:nth-child(1) {
  top: 0.2rem;
}
header .mobile-wrapper #nav-icon span:nth-child(2) {
  top: 1.4rem;
}
header .mobile-wrapper #nav-icon span:nth-child(3) {
  top: 2.6rem;
}
header .mobile-wrapper #nav-icon.cross span:nth-child(1) {
  top: 1.5rem;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
header .mobile-wrapper #nav-icon.cross span:nth-child(2) {
  opacity: 0;
  left: -6rem;
}
header .mobile-wrapper #nav-icon.cross span:nth-child(3) {
  top: 1.5rem;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

body.home header:not(.is-sticky) {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (min-width: 980px) {
  #page:before {
    display: inline-block;
    border-radius: 30rem;
    width: 30rem;
    height: 30rem;
    background-color: #F7F7F7;
    content: "";
    position: absolute;
    top: -12rem;
    left: -7rem;
  }
}

.pre-footer {
  background-color: #C1D400;
  overflow: hidden;
}
.pre-footer h1, .pre-footer .h1, .pre-footer h2, .pre-footer .h2, .pre-footer h3, .pre-footer .h3, .pre-footer h4, .pre-footer .h4, .pre-footer h5, .pre-footer .h5, .pre-footer h6, .pre-footer .h6, .pre-footer p, .pre-footer .p, .pre-footer .eyebrow, .pre-footer a, .pre-footer small {
  color: #FFFFFF;
}
.pre-footer *:after {
  color: #FFFFFF;
  background-color: #FFFFFF;
}
.pre-footer .icon {
  text-align: center;
  margin-bottom: 1rem;
}
.pre-footer .icon .et_pb_image_wrap img {
  max-width: 6.4rem;
  max-height: 6.4rem;
  width: 6.4rem;
  height: 6.4rem;
}

.sidebar-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 980px) {
  .sidebar-content-wrapper {
    padding-top: calc(3rem * 2);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.sidebar-content-wrapper .sidebar {
  padding: 0 3rem;
  text-align: center;
}
@media only screen and (min-width: 980px) {
  .sidebar-content-wrapper .sidebar {
    padding: 0;
    min-width: 26rem;
    margin: 0 calc(3rem * 2);
    text-align: left;
  }
}
.sidebar-content-wrapper .sidebar button {
  font-size: 1.1rem;
  margin: 0 auto;
}
@media only screen and (min-width: 980px) {
  .sidebar-content-wrapper .sidebar button {
    margin-left: 0;
  }
}
.sidebar-content-wrapper .sidebar ul {
  margin-left: 0;
}
.sidebar-content-wrapper .sidebar ul li {
  list-style: none;
}
.sidebar-content-wrapper .sidebar ul li a {
  font-weight: 300;
}
.sidebar-content-wrapper .sidebar ul li a:hover {
  opacity: 0.8;
}
.sidebar-content-wrapper .sidebar > * {
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 980px) {
  .sidebar-content-wrapper .sidebar > * {
    margin-bottom: 5rem;
  }
}
.sidebar-content-wrapper .sidebar #keyword .terms {
  position: relative;
}
.sidebar-content-wrapper .sidebar #keyword .terms::after {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  content: "\f002";
  position: absolute;
  top: 1.4rem;
  right: 2rem;
  z-index: 5;
  font-size: 2rem;
  font-weight: 300;
  color: #C1D400;
  pointer-events: none;
}
.sidebar-content-wrapper .sidebar #date-after .terms,
.sidebar-content-wrapper .sidebar #date-before .terms {
  position: relative;
}
.sidebar-content-wrapper .sidebar #date-after .terms::after,
.sidebar-content-wrapper .sidebar #date-before .terms::after {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  content: "\f133";
  position: absolute;
  top: 1.4rem;
  right: 2rem;
  z-index: 5;
  font-size: 2rem;
  font-weight: 300;
  color: #C1D400;
  pointer-events: none;
}
.sidebar-content-wrapper .sidebar #filter-form.search-active #keyword .terms::after {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  content: "\f3f4";
  position: absolute;
  top: 1.4rem;
  right: 2rem;
  z-index: 5;
  font-size: 2rem;
  font-weight: 300;
  color: #C1D400;
  pointer-events: none;
}
.sidebar-content-wrapper .sidebar #filter-form.search-active #keyword .terms:after {
  -webkit-animation: rotating 2s linear infinite;
          animation: rotating 2s linear infinite;
}
.sidebar-content-wrapper > article {
  padding: 3rem;
  width: 100%;
}
@media only screen and (min-width: 980px) {
  .sidebar-content-wrapper > article {
    padding: 0;
    margin-right: calc(3rem * 2);
  }
}
.sidebar-content-wrapper > article h1 {
  color: #4B4B4B;
}
.sidebar-content-wrapper > article .post-meta {
  color: #242424;
}
.sidebar-content-wrapper > article .post-meta span {
  margin-right: 1rem;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 500;
}
@media only screen and (min-width: 980px) {
  .sidebar-content-wrapper > article .post-meta span {
    margin-right: 2rem;
  }
}
.sidebar-content-wrapper > article .post-meta span i, .sidebar-content-wrapper > article .post-meta span svg {
  margin-right: 0.5rem;
}
.sidebar-content-wrapper > article .featured-image img {
  margin: 0 auto 2rem;
  display: block;
}
.sidebar-content-wrapper .posts-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 980px) {
  .sidebar-content-wrapper .posts-nav {
    margin: calc(3rem * 2) 0;
  }
}
.sidebar-content-wrapper .posts-nav .prev-link {
  margin-right: auto;
}
.sidebar-content-wrapper .posts-nav .prev-link span {
  margin-left: 1rem;
}
.sidebar-content-wrapper .posts-nav .next-link {
  margin-left: auto;
}
.sidebar-content-wrapper .posts-nav .next-link span {
  margin-right: 1rem;
}
.sidebar-content-wrapper .posts-nav a {
  color: #242424;
  font-size: 1.1rem;
  line-height: 1.3rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
.sidebar-content-wrapper .posts-nav a:hover {
  opacity: 0.8;
}

.error404 #content .error-404 {
  height: 80vh;
  min-height: 60rem;
  padding: 10rem;
}

#primary {
  position: relative;
  overflow: hidden;
}

#page #hero-slider {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  position: relative;
  background-repeat: no-repeat;
  background-size: 33rem;
  background-position: center top;
}
@media only screen and (min-width: 640px) {
  #page #hero-slider {
    background-size: 46rem;
    margin-bottom: 6rem;
  }
}
@media only screen and (min-width: 980px) {
  #page #hero-slider {
    background-size: 50%;
    background-position: center right;
    margin-right: -9rem;
    height: 80rem;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1440px) {
  #page #hero-slider {
    background-size: contain;
  }
}
#page #hero-slider .et_pb_row {
  background-repeat: no-repeat;
}
@media only screen and (max-width: 979px) {
  #page #hero-slider .et_pb_row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 980px) {
  #page #hero-slider .et_pb_row {
    min-height: 70rem;
  }
}
@media only screen and (max-width: 979px) {
  #page #hero-slider .et_pb_row .et_pb_column {
    width: calc(100% - 4.8rem);
    margin: 0 2.4rem 2.4rem;
  }
}
@media only screen and (min-width: 980px) {
  #page #hero-slider .et_pb_row .et_pb_column {
    margin-right: 0;
    margin-left: 6rem;
  }
}
@media only screen and (min-width: 1440px) {
  #page #hero-slider .et_pb_row .et_pb_column {
    margin-left: -2.8rem;
    width: calc(100% + 3.8rem);
  }
}
#page #hero-slider .et_pb_row .et_pb_column_empty {
  background-position: center !important;
  min-height: 28rem;
  display: block;
}
@media only screen and (min-width: 640px) {
  #page #hero-slider .et_pb_row .et_pb_column_empty {
    min-height: 39rem;
  }
}
@media only screen and (min-width: 980px) {
  #page #hero-slider .et_pb_row .et_pb_column_empty {
    background-image: none !important;
  }
}
@media screen and (min-height: 600px) and (max-height: 1000px) and (orientation: landscape) {
  #page #hero-slider .et_pb_slider .et_pb_slides {
    margin-top: 4rem;
  }
}

.scroller {
  display: none;
}
@media only screen and (min-width: 980px) {
  .scroller {
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: absolute;
    bottom: 8.3rem;
    left: -5rem;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
.scroller a {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 2.2rem;
  letter-spacing: 0.1rem;
  font-weight: 700;
  color: #4B4B4B;
  position: relative;
}
.scroller a .pointer {
  margin-right: 2rem;
}
.scroller a .pointer:after {
  content: "";
  background-image: url("/wp-content/themes/gff/assets/images/Arrow.svg");
  background-size: initial;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  right: 12rem;
  bottom: -0.2rem;
  width: 2rem;
  height: 3rem;
  position: absolute;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.scroller a .pointer:lang(fr-FR):after {
  right: 16rem;
}
@media screen and (min-height: 600px) and (max-height: 1000px) and (orientation: landscape) {
  .scroller {
    bottom: 13rem;
  }
}

#services {
  position: relative;
  padding-top: 0;
}
@media only screen and (min-width: 980px) {
  #services {
    padding-top: 20rem;
  }
  #services:before {
    display: inline-block;
    border-radius: 58.2rem;
    width: 58.2rem;
    height: 58.2rem;
    background-color: #F7F7F7;
    content: "";
    position: absolute;
    top: -27rem;
    z-index: -1;
  }
  #services:after {
    display: inline-block;
    background-image: url("/wp-content/themes/gff/assets/images/LineCircles.svg");
    background-size: initial;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    width: 50rem;
    height: 50rem;
    left: -30rem;
    top: -10rem;
    z-index: -1;
  }
}

#services-columns .full {
  background-color: #242424;
  max-width: 100%;
  min-height: 48rem;
}
#services-columns .full .foods {
  z-index: 20;
  margin-top: -10rem;
  padding-bottom: 5rem;
}
#services-columns .full .foods .et_pb_module.et_pb_text h3, #services-columns .full .foods .et_pb_module.et_pb_text p, #services-columns .full .foods .et_pb_module.et_pb_text a {
  color: #C1D400;
}
#services-columns .full .foods .et_pb_module.et_pb_text h3, #services-columns .full .foods .et_pb_module.et_pb_text p {
  margin-bottom: 3rem;
}
#services-columns .full .foods .et_pb_module.et_pb_text .view-more:before {
  border-bottom: 0.1rem solid #C1D400;
}
@media only screen and (min-width: 640px) {
  #services-columns .full {
    padding: 20% 0;
  }
  #services-columns .full .foods {
    margin-top: 0;
    position: absolute;
    z-index: 30;
    top: -7.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 0;
  }
  #services-columns .full .foods .et_pb_module {
    width: 66rem;
    float: left;
  }
  #services-columns .full .foods .et_pb_module.et_pb_text {
    padding: 22rem 0 14rem 4rem;
    min-height: 63rem;
  }
}
@media only screen and (min-width: 980px) {
  #services-columns .full .foods {
    top: -9.5rem;
  }
  #services-columns .full .foods .et_pb_module.et_pb_text {
    padding: 21rem 0 14rem 4rem;
  }
}
@media only screen and (min-width: 1440px) {
  #services-columns .full {
    padding: 29rem 0;
  }
}
@media only screen and (min-width: 980px) {
  #services-columns:after {
    display: inline-block;
    background-image: url("/wp-content/themes/gff/assets/images/LargeCircles.svg");
    background-size: initial;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    width: 95rem;
    height: 95rem;
    right: -35rem;
    bottom: 15%;
    z-index: 0;
  }
}

#suppliers {
  margin-top: 5rem !important;
}
@media only screen and (min-width: 980px) {
  #suppliers {
    margin-top: 15rem !important;
  }
}
#suppliers:before {
  display: inline-block;
  border-radius: 100%;
  width: 230%;
  height: 30rem;
  background-color: #F7F7F7;
  content: "";
  position: absolute;
  top: -6rem;
  z-index: -10;
}
@media only screen and (min-width: 980px) {
  #suppliers:before {
    height: 200rem;
    top: -16rem;
  }
  #suppliers:after {
    display: inline-block;
    background-image: url("/wp-content/themes/gff/assets/images/cheese-circle.png");
    background-size: initial;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    width: 46rem;
    height: 46rem;
    right: -25rem;
    top: -24%;
    z-index: 10;
  }
}
@media only screen and (min-width: 980px) and (min-width: 1440px) {
  #suppliers:after {
    right: -15rem;
  }
}

@media only screen and (max-width: 479px - 1px) {
  #learn {
    padding-bottom: 0;
  }
}

#learn-columns {
  position: relative;
}
#learn-columns .et_pb_row .et_pb_column {
  width: calc(100% - 4.8rem);
}
@media only screen and (min-width: 600px) {
  #learn-columns .et_pb_row {
    max-width: 70rem;
    min-height: 47rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #learn-columns .et_pb_row .et_pb_column {
    width: calc((100% / 2) - 4.8rem);
  }
}
#learn-columns .et_pb_row .et_pb_column:nth-child(even) {
  min-height: 11rem;
}
#learn-columns .circle-img {
  position: relative;
}
#learn-columns .circle-img:before {
  height: 50rem;
  width: 50rem;
  position: absolute;
  left: 50%;
  margin-left: -25rem;
  top: 50%;
  margin-top: -25rem;
  content: "";
  background-color: #f7f7f7;
  border-radius: 50%;
  z-index: -1;
}
#learn-columns .circle-img:after {
  height: 29.4rem;
  width: 29.4rem;
  position: absolute;
  left: 50%;
  margin-left: -14.7rem;
  top: 50%;
  margin-top: -15rem;
  content: "";
  background-color: white;
  border-radius: 50%;
  z-index: -1;
}
@media only screen and (min-width: 980px) {
  #learn-columns .circle-img:after {
    margin-top: -15.1rem;
  }
}
#learn-columns .circle-img .et_pb_text_inner p {
  max-width: 100%;
  text-align: center;
}
#learn-columns .circle-img .et_pb_text_inner img {
  -webkit-clip-path: circle(50% at center);
          clip-path: circle(50% at center);
  max-width: 28.4rem;
}
@media only and (max-width: 600px) {
  #learn-columns .et_pb_text_inner {
    text-align: center;
  }
  #learn-columns .et_pb_text_inner p {
    margin: auto;
  }
}
@media only screen and (max-width: 479px - 1px) {
  #learn-columns {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 980px) {
  #learn-columns:before {
    display: inline-block;
    background-image: url("/wp-content/themes/gff/assets/images/logo-sm.svg");
    background-size: initial;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    width: 51.5rem;
    height: 51.5rem;
    right: -27rem;
    top: -24%;
    z-index: -10;
  }
  #learn-columns:after {
    display: inline-block;
    background-image: url("/wp-content/themes/gff/assets/images/GreenCircles.svg");
    background-size: initial;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    width: 63.6rem;
    height: 63.6rem;
    left: -35rem;
    bottom: -27%;
    z-index: 10;
  }
}
@media only and (max-width: 600px) {
  #learn-columns .et_pb_row:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}

@media only screen and (min-width: 980px) {
  #clients {
    margin-top: 15rem;
    margin-bottom: 7rem;
  }
}

@media only screen and (min-width: 980px) {
  #about:after {
    display: inline-block;
    border-radius: 68.7rem;
    width: 68.7rem;
    height: 68.7rem;
    background-color: #F7F7F7;
    content: "";
    position: absolute;
    right: -35rem;
    top: -100%;
    z-index: -10;
  }
}

@media only screen and (min-width: 640px) {
  #about-columns .et_pb_row {
    padding-top: 10rem;
  }
  #about-columns .et_pb_row .et_pb_column {
    width: calc((100% / 2) - 4.8rem) !important;
  }
}
#about-columns .et_pb_row .et_pb_column {
  width: calc((100%) - 4.8rem);
}
#about-columns .et_pb_row .et_pb_column .et_pb_module {
  max-width: 30rem;
  margin: auto;
  margin-bottom: 2rem;
}
#about-columns .et_pb_row .et_pb_column .et_pb_module.circle-img {
  position: relative;
}
#about-columns .et_pb_row .et_pb_column .et_pb_module.circle-img:before {
  height: 50rem;
  width: 50rem;
  position: absolute;
  left: 50%;
  margin-left: -25rem;
  top: 50%;
  margin-top: -25rem;
  content: "";
  border: 0.1rem solid rgba(0, 105, 55, 0.15);
  border-radius: 50%;
  z-index: -1;
}
#about-columns .et_pb_row .et_pb_column .et_pb_module.circle-img:after {
  height: 40rem;
  width: 40rem;
  position: absolute;
  left: 50%;
  margin-left: -20rem;
  top: 50%;
  margin-top: -20rem;
  content: "";
  border: 0.1rem solid rgba(0, 105, 55, 0.15);
  border-radius: 50%;
  z-index: -1;
}
#about-columns .et_pb_row .et_pb_column .et_pb_module.circle-img .et_pb_text_inner img {
  -webkit-clip-path: circle(50% at center);
          clip-path: circle(50% at center);
  max-width: 29.4rem;
}
@media only screen and (min-width: 980px) {
  #about-columns:before {
    display: inline-block;
    border-radius: 20rem;
    width: 20rem;
    height: 20rem;
    background-color: #F7F7F7;
    content: "";
    position: absolute;
    top: 33rem;
    left: 4rem;
    z-index: -10;
  }
  #about-columns:after {
    display: inline-block;
    border-radius: 9rem;
    width: 9rem;
    height: 9rem;
    background-color: #F7F7F7;
    content: "";
    position: absolute;
    top: 55rem;
    left: 14rem;
    z-index: -10;
  }
}

#careers {
  overflow: hidden;
}
#careers .et_pb_row {
  position: relative;
  max-width: 100%;
}
#careers .et_pb_row .et_pb_column {
  max-width: 1440px;
  margin: auto;
}
@media only screen and (max-width: 479px - 1px) {
  #careers .et_pb_row .et_pb_text .et_pb_text_inner {
    text-align: center;
  }
  #careers .et_pb_row .et_pb_text .et_pb_text_inner h2:after {
    margin: auto;
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 980px) {
  #careers .et_pb_row .et_pb_text {
    max-width: 50%;
  }
}
#careers .et_pb_row .et_pb_text h3, #careers .et_pb_row .et_pb_text h2, #careers .et_pb_row .et_pb_text p, #careers .et_pb_row .et_pb_text a, #careers .et_pb_row .et_pb_text .eyebrow {
  color: #FFFFFF;
}
#careers .et_pb_row .et_pb_text h2:after {
  background-color: #FFFFFF;
}
#careers .et_pb_row .et_pb_image {
  -webkit-filter: blur(8px);
          filter: blur(8px);
  position: absolute;
  top: -20rem;
  left: -30%;
  z-index: -1;
  width: 500%;
}
@media only screen and (min-width: 479px) {
  #careers .et_pb_row .et_pb_image {
    width: 250%;
  }
}
@media only screen and (min-width: 640px) {
  #careers .et_pb_row .et_pb_image {
    width: 165%;
  }
}
#careers:after {
  background-color: rgba(36, 36, 36, 0.39);
  position: absolute;
  top: 0rem;
  bottom: 0rem;
  right: 0rem;
  left: 0rem;
  content: "";
  z-index: -1;
}
@media only screen and (min-width: 479px) {
  #careers:after {
    bottom: -13.5rem;
  }
}
#careers .indeed {
  border: 0.1rem solid #FFFFFF;
  margin-top: 4.8rem;
  padding: 2rem;
}
@media only screen and (min-width: 980px) {
  #careers .indeed {
    max-width: 90% !important;
    padding: 2rem 2rem 5rem 2rem;
  }
}
@media only screen and (min-width: 1440px) {
  #careers .indeed {
    max-width: 70% !important;
  }
}
#careers .indeed p {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 3.2rem;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 980px) {
  #careers .indeed p {
    width: 50%;
    float: left;
  }
}
@media only screen and (max-width: 979px) {
  #careers .indeed p {
    text-align: center;
  }
}
#careers .indeed a {
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
}
@media only screen and (min-width: 980px) {
  #careers .indeed a {
    float: right;
  }
}
#careers .indeed a:before {
  border-bottom: 0.1rem solid #FFFFFF;
}
#careers.bottom {
  padding-bottom: 10rem;
}
@media only screen and (min-width: 1440px) {
  #careers.bottom .et_pb_row .et_pb_column {
    padding-left: 2.8rem;
  }
}
@media only screen and (max-width: 479px - 1px) {
  #careers.bottom .et_pb_row .et_pb_column:first-child {
    margin-top: 7rem;
    margin-bottom: 10rem;
  }
  #careers.bottom .et_pb_row .et_pb_column:last-child {
    padding-top: 10rem;
  }
}
#careers.bottom .et_pb_row .et_pb_text {
  max-width: 70%;
}
#careers.bottom .et_pb_row .et_pb_text a:before {
  border-bottom: 0.1rem solid #FFFFFF;
}
@media only screen and (max-width: 479px - 1px) {
  #careers.bottom .et_pb_row .et_pb_text .et_pb_text_inner {
    text-align: left;
  }
}
#careers.bottom .et_pb_row .et_pb_text .et_pb_text_inner p:last-child {
  margin-top: 2rem;
}
#careers.bottom .et_pb_row .et_pb_image {
  z-index: -1;
  width: 220%;
}
@media only screen and (min-width: 479px) {
  #careers.bottom .et_pb_row .et_pb_image {
    width: 310%;
  }
}
@media only screen and (min-width: 980px) {
  #careers.bottom .et_pb_row .et_pb_image {
    width: 250%;
  }
}
#careers.bottom:after {
  width: 100%;
}
@media only screen and (min-width: 479px) {
  #careers.bottom:after {
    width: 50%;
  }
}
#careers .suppliers {
  position: relative;
}
@media only screen and (max-width: 479px - 1px) {
  #careers .suppliers {
    padding-bottom: 0 !important;
  }
}
#careers .suppliers:after {
  display: inline-block;
  background-image: url("/wp-content/themes/gff/assets/images/GFFWatermark.svg");
  background-size: initial;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  width: 30.7rem;
  height: 30.7rem;
  right: -10rem;
  bottom: -17rem;
  z-index: 0;
}
@media only screen and (min-width: 980px) {
  #careers .suppliers:after {
    right: 0;
  }
}
#careers .suppliers:before {
  background-color: #61A50E;
  position: absolute;
  top: 0;
  bottom: -30rem;
  right: -30rem;
  left: -2.4rem;
  content: "";
  z-index: 0;
}
@media only screen and (min-width: 479px) {
  #careers .suppliers:before {
    top: -30rem;
  }
}

#contact {
  padding-top: 6rem;
  position: relative;
  padding-bottom: 20rem;
}
@media only screen and (min-width: 980px) {
  #contact {
    padding-top: 15rem;
  }
  #contact:before {
    display: inline-block;
    border-radius: 20rem;
    width: 20rem;
    height: 20rem;
    background-color: #F7F7F7;
    content: "";
    position: absolute;
    top: 11rem;
    left: 4rem;
    z-index: -10;
  }
  #contact:after {
    display: inline-block;
    background-image: url("/wp-content/themes/gff/assets/images/LargeLineCircles.svg");
    background-size: initial;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    width: 113rem;
    height: 113rem;
    right: -40%;
    top: -44%;
    z-index: -10;
  }
}
@media only screen and (min-width: 980px) {
  #contact .et_pb_row:before {
    display: inline-block;
    border-radius: 9rem;
    width: 9rem;
    height: 9rem;
    background-color: #F7F7F7;
    content: "";
    position: absolute;
    top: 2rem;
    left: -1rem;
    z-index: -10;
  }
}

#contact-info:before {
  display: inline-block;
  border-radius: 100%;
  width: 230%;
  height: 30rem;
  background-color: #006937;
  content: "";
  position: absolute;
  top: -10rem;
  z-index: -10;
}
@media only screen and (min-width: 640px) {
  #contact-info:before {
    top: -4rem;
  }
}
@media only screen and (min-width: 980px) {
  #contact-info:before {
    height: 145rem;
  }
}
@media only screen and (min-width: 1440px) {
  #contact-info:before {
    height: 200rem;
  }
}
#contact-info .logo-mountain .et_pb_image {
  position: relative;
  text-align: center;
  margin-bottom: -9rem;
}
#contact-info .logo-mountain .et_pb_image img {
  width: 10.8rem;
}
#contact-info .contacts {
  background-color: #006937;
  padding-top: 0;
  max-width: 120rem;
  padding-bottom: 4.8rem;
}
#contact-info .contacts h4, #contact-info .contacts p, #contact-info .contacts a {
  color: #C1D400;
}
#contact-info .contacts p, #contact-info .contacts a {
  font-size: 1.6rem;
}
#contact-info .contacts .logo .logo-mountain {
  position: absolute;
  top: -20rem;
  left: calc(50% - 6rem);
}
@media only screen and (max-width: 640px - 1px) {
  #contact-info .contacts .logo .logo-mountain {
    top: -38rem;
    left: calc(50% - 5.5rem);
  }
}
#contact-info .contacts .logo:after {
  display: inline-block;
  border-radius: 50%;
  background-color: #006937;
  content: "";
  position: absolute;
  width: 15rem;
  height: 15rem;
  top: -22rem;
  z-index: -1;
  left: calc(50% - 8rem);
}
@media only screen and (max-width: 640px - 1px) {
  #contact-info .contacts .logo:after {
    top: -40rem;
    left: calc(50% - 7.5rem);
  }
}

.no-vertical-padding {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.no-top-padding {
  padding-top: 0 !important;
}

.no-bottom-padding {
  padding-bottom: 0 !important;
}

.card {
  padding: 4.5rem 4rem 3.5rem 4rem;
  background-color: #FFFFFF;
}
.card.light {
  background-color: #F7F7F7;
  z-index: 1;
}

.tri-border {
  position: relative;
}
.tri-border.top:before {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #C1D400), color-stop(33.3%, #C1D400), color-stop(33.3%, #61A50E), color-stop(66.6%, #61A50E), color-stop(66.6%, #006937), to(#006937)) no-repeat;
  background: linear-gradient(to right, #C1D400 0, #C1D400 33.3%, #61A50E 33.3%, #61A50E 66.6%, #006937 66.6%, #006937) no-repeat;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.5rem;
  z-index: 2;
}
.tri-border.bottom:after {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #C1D400), color-stop(33.3%, #C1D400), color-stop(33.3%, #61A50E), color-stop(66.6%, #61A50E), color-stop(66.6%, #006937), to(#006937)) bottom no-repeat;
  background: linear-gradient(to right, #C1D400 0, #C1D400 33.3%, #61A50E 33.3%, #61A50E 66.6%, #006937 66.6%, #006937) bottom no-repeat;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.5rem;
  z-index: 2;
}
nav ul, ul.menu {
  list-style: none;
  margin-left: 0;
}
@media only screen and (min-width: 980px) {
  nav ul, ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 980px) {
  nav ul li:not(:first-of-type), ul.menu li:not(:first-of-type) {
    margin-left: 1rem;
  }
}
nav ul#menu-main-menu > li, nav ul#menu-french > li, ul.menu#menu-main-menu > li, ul.menu#menu-french > li {
  margin-left: 2rem;
}
@media only screen and (min-width: 980px) {
  nav ul#menu-main-menu > li, nav ul#menu-french > li, ul.menu#menu-main-menu > li, ul.menu#menu-french > li {
    margin-left: 1.8rem;
  }
  nav ul#menu-main-menu > li a, nav ul#menu-french > li a, ul.menu#menu-main-menu > li a, ul.menu#menu-french > li a {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1440px) {
  nav ul#menu-main-menu > li, nav ul#menu-french > li, ul.menu#menu-main-menu > li, ul.menu#menu-french > li {
    margin-left: 4.8rem;
  }
}
nav ul#menu-main-menu > li a, nav ul#menu-french > li a, ul.menu#menu-main-menu > li a, ul.menu#menu-french > li a {
  color: #242424;
  font-size: 1.3rem;
  line-height: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.13rem;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  text-transform: uppercase;
}
nav ul#menu-main-menu > li a:hover, nav ul#menu-french > li a:hover, ul.menu#menu-main-menu > li a:hover, ul.menu#menu-french > li a:hover {
  opacity: 0.5;
}
nav ul#menu-main-menu > li.wpml-ls-item a, nav ul#menu-french > li.wpml-ls-item a, ul.menu#menu-main-menu > li.wpml-ls-item a, ul.menu#menu-french > li.wpml-ls-item a {
  color: #61A50E;
  border: 1px solid #61A50E;
  padding: 1rem 1.2rem;
  border-radius: 50%;
}

.is-sticky nav ul#menu-main-menu > li.current-menu-item > a, .is-sticky nav ul#menu-french > li.current-menu-item > a, .is-sticky ul.menu#menu-main-menu > li.current-menu-item > a, .is-sticky ul.menu#menu-french > li.current-menu-item > a, .is-sticky .menu ul#menu-main-menu > li.current-menu-item > a, .is-sticky .menu ul#menu-french > li.current-menu-item > a {
  color: #C1D400;
  opacity: 1;
}
.is-sticky nav ul#menu-main-menu > li a, .is-sticky nav ul#menu-french > li a, .is-sticky ul.menu#menu-main-menu > li a, .is-sticky ul.menu#menu-french > li a, .is-sticky .menu ul#menu-main-menu > li a, .is-sticky .menu ul#menu-french > li a {
  color: #C1D400;
}

nav#site-navigation,
nav#social-navigation {
  display: none;
}
@media only screen and (min-width: 980px) {
  nav#site-navigation,
nav#social-navigation {
    display: block;
  }
}

nav#mobile-navigation {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 100%;
  padding: 4.8rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: #FFFFFF;
}
nav#mobile-navigation.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 8rem;
}
nav#mobile-navigation .mobile-primary {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
nav#mobile-navigation .mobile-primary ul.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav#mobile-navigation .mobile-primary ul.menu li a {
  font-size: 2.4rem;
  line-height: 6rem;
  color: #242424;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.24rem;
}
nav#mobile-navigation .mobile-primary ul.menu li a:after {
  content: "";
  background-color: #4B4B4B;
  display: block;
  height: 0.1rem;
  width: 3rem;
  margin: auto;
}
@media only screen and (min-width: 980px) {
  nav#mobile-navigation .mobile-primary ul.menu li a:after {
    width: 6rem;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
nav#mobile-navigation .mobile-primary ul.menu li:nth-last-child(2) a:after {
  display: none;
}
nav#mobile-navigation .mobile-primary ul.menu li.wpml-ls-item {
  display: none !important;
}

.wpml-ls-statics-shortcode_actions {
  color: #61A50E;
  border: 1px solid #61A50E !important;
  padding: 0.5rem 0rem !important;
  border-radius: 50%;
  position: absolute;
  right: 8rem;
}
.wpml-ls-statics-shortcode_actions a {
  color: #61A50E;
}
.wpml-ls-statics-shortcode_actions span {
  background: none !important;
}
@media only screen and (min-width: 980px) {
  .wpml-ls-statics-shortcode_actions {
    display: none;
  }
}

/**
 * Uncomment the menu style of choice, if needed
 */
/**
 * Components
 *
 * Styles for re-usable, modular sections of the site
 */
.contact-map {
  padding: 0;
}
.contact-map .et_pb_row {
  max-width: 100%;
}
.contact-map .et_pb_row .et_pb_column {
  margin: 0;
  width: 100% !important;
}
.contact-map .et_pb_row .et_pb_column .cartograph {
  height: 65rem;
  margin-bottom: 0rem;
}

.gform_wrapper {
  margin-top: 0;
}
.gform_wrapper form div.validation_error {
  border-top: none;
  border-bottom: none;
  color: #242424;
}
.gform_wrapper form .gform_body .gform_fields {
  list-style-type: none;
}
@media only screen and (min-width: 980px) {
  .gform_wrapper form .gform_body .gform_fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.gform_wrapper form .gform_body .gform_fields .gfield {
  width: 100%;
  margin: 0 2rem 2rem;
  padding: 0 0 0 0;
}
.gform_wrapper form .gform_body .gform_fields .gfield label {
  display: none;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_checkbox label {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 300;
  color: #4B4B4B;
}
.gform_wrapper form .gform_body .gform_fields .gfield.show-label > label {
  display: inline-block;
  font-size: 2rem;
  line-height: 2.4rem;
  margin-bottom: 1.5rem;
  font-weight: 500;
  color: #4B4B4B;
}
@media only screen and (min-width: 980px) {
  .gform_wrapper form .gform_body .gform_fields .gfield.show-label > label {
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: 300;
  }
}
.gform_wrapper form .gform_body .gform_fields .gfield.show-label > label .gfield_required {
  color: #4B4B4B;
}
.gform_wrapper form .gform_body .gform_fields .gfield.show-label.small-label > label {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 300;
}
.gform_wrapper form .gform_body .gform_fields .gfield.show-label.right-label {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.gform_wrapper form .gform_body .gform_fields .gfield.show-label.right-label > label {
  margin-bottom: 0;
  margin-left: 2rem;
}
.gform_wrapper form .gform_body .gform_fields .gfield.show-label.right-label select {
  width: 10.8rem;
}
.gform_wrapper form .gform_body .gform_fields .gfield .gfield_description {
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #4B4B4B;
}
.gform_wrapper form .gform_body .gform_fields .gfield .gfield_description.validation_message {
  color: #242424;
  font-weight: 400;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield_error {
  border-top: none;
  border-bottom: none;
  background: transparent;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield_error input, .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error select, .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error textarea {
  background-color: rgba(255, 255, 255, 0.25);
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield_error.gfield_contains_required div.ginput_container {
  margin-top: 0;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .ginput_container_checkbox label, .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .ginput_container_checkbox a {
  color: #242424;
}
.gform_wrapper form .gform_body .gform_fields .gfield.dollar-field .ginput_container {
  position: relative;
}
.gform_wrapper form .gform_body .gform_fields .gfield.dollar-field .ginput_container:before {
  content: "$";
  color: #4B4B4B;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 300;
  display: block;
  position: absolute;
  height: 0;
  top: 1.4rem;
  left: 2rem;
}
.gform_wrapper form .gform_body .gform_fields .gfield.dollar-field .ginput_container input {
  padding-left: 4rem !important;
}
.gform_wrapper form .gform_body .gform_fields .gfield.inverse select {
  background-color: #242424;
  border: 0.1rem solid #242424;
  border-radius: 0;
}
.gform_wrapper form .gform_body .gform_fields .gfield input.medium, .gform_wrapper form .gform_body .gform_fields .gfield input.large, .gform_wrapper form .gform_body .gform_fields .gfield input.small,
.gform_wrapper form .gform_body .gform_fields .gfield select.medium, .gform_wrapper form .gform_body .gform_fields .gfield select.large, .gform_wrapper form .gform_body .gform_fields .gfield select.small,
.gform_wrapper form .gform_body .gform_fields .gfield textarea {
  width: 100%;
  margin-bottom: 0;
}
.gform_wrapper form .gform_body .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper form .gform_body .gform_fields .gfield select, .gform_wrapper form .gform_body .gform_fields .gfield textarea {
  padding: 1rem 2rem;
}
@media only screen and (min-width: 980px) {
  .gform_wrapper form .gform_body .gform_fields .gfield.half {
    width: calc(50% - 2rem);
  }
}
@media only screen and (min-width: 980px) {
  .gform_wrapper form .gform_body .gform_fields .gfield.fancy {
    width: calc(50% - 2rem);
    margin-left: auto !important;
    margin-right: auto;
  }
}
.gform_wrapper form .gform_body .gform_fields .gfield.fancy select {
  font-size: 1.3rem;
  line-height: 1.3rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: #006937;
  border: 0.1rem solid #61A50E;
  border-radius: 4rem;
  padding: 1.3rem 3rem;
  letter-spacing: 0.1rem;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield_html {
  margin-bottom: 0;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield_html.left-aligned-p p {
  text-align: left;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gsection {
  border-bottom: none;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gsection .gsection_title {
  display: none;
}
.gform_wrapper form .gform_body .gform_fields input {
  width: 100%;
}
.gform_wrapper form .gform_body .gform_fields h3 {
  text-align: center;
  font-size: 2.2rem;
  line-height: 2.4rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 980px) {
  .gform_wrapper form .gform_body .gform_fields h3 {
    font-size: 2.4rem;
    line-height: 3rem;
    font-weight: 300;
  }
}
.gform_wrapper form .gform_body .gform_fields h4 {
  text-align: center;
  font-size: 2rem;
  line-height: 2.4rem;
  margin-bottom: 1.5rem;
  font-weight: 500;
}
@media only screen and (min-width: 980px) {
  .gform_wrapper form .gform_body .gform_fields h4 {
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: 300;
  }
}
.gform_wrapper form .gform_body .gform_fields p {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.6rem;
}
.gform_wrapper form .gform_footer {
  margin-top: 0;
  padding: 0;
}
.gform_wrapper form .gform_footer input.button, .gform_wrapper form .gform_footer input[type=submit] {
  font-size: 1.6rem;
  margin: 0 auto;
  display: block;
}

body .standard-modal .gform_wrapper {
  max-width: 64rem;
  margin: 0 auto;
}
body .standard-modal .gform_wrapper .top_label div.ginput_container {
  margin-top: 0;
}

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

#et_builder_outer_content .gform_wrapper form .gform_footer input.button, #et_builder_outer_content .gform_wrapper form .gform_footer input[type=submit] {
  margin: 0;
}

.ginput_container_select {
  position: relative;
}
.ginput_container_select:after {
  content: "\f078";
  position: absolute;
  top: 1.3rem;
  right: 2rem;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Font Awesome 5 Pro";
  color: #4B4B4B;
  pointer-events: none;
}

.gfmc-column {
  width: 48% !important;
  margin-right: 2%;
}

.hero h1, .hero .h1, .hero h2, .hero .h2, .hero h3, .hero .h3, .hero h4, .hero .h4, .hero h5, .hero .h5, .hero h6, .hero .h6, .hero p, .hero .p, .hero .eyebrow, .hero a, .hero small {
  color: #242424;
}
.hero .featured-image {
  background-size: cover;
  background-position: center;
}
.hero .featured-image .overlay {
  padding: 12rem 4rem 0;
  max-width: 90rem;
  margin: auto;
}
@media only screen and (min-width: 980px) {
  .hero .featured-image .overlay {
    min-height: 52rem;
  }
}
.hero .featured-image .overlay .content {
  max-width: calc(1440px/2);
  z-index: 2;
}
.hero .featured-image .overlay .content h2 a {
  color: #242424;
}
.hero .featured-image .overlay .content p {
  color: #4B4B4B;
}
@media only screen and (min-width: 980px) {
  .hero.subpage .featured-image .overlay {
    min-height: 25rem;
  }
}
.hero.subpage .featured-image .overlay .eyebrow a {
  font-weight: 600;
  color: #242424;
}
.hero.subpage .featured-image .overlay .eyebrow .current-crumb {
  font-weight: 300;
}
.hero.subpage .featured-image .overlay .eyebrow .divider {
  margin: 0 0.5rem;
}

.et_pb_text .image-left-text,
.et_pb_code .image-left-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.et_pb_text .image-left-text img.rounded-img,
.et_pb_code .image-left-text img.rounded-img {
  max-width: 10rem;
  max-height: 10rem;
  margin-right: 1.5rem;
}
.et_pb_text .image-left-text p.margined-right,
.et_pb_code .image-left-text p.margined-right {
  margin-right: 1.5rem;
}
.et_pb_text .image-left-text p:first-child,
.et_pb_code .image-left-text p:first-child {
  width: auto;
  min-width: 10rem;
  margin-right: 1.5rem;
}
.et_pb_text .image-left-text img,
.et_pb_code .image-left-text img {
  min-width: 10rem;
}
.et_pb_text .image-left-text a.etmodules-link,
.et_pb_code .image-left-text a.etmodules-link {
  margin-top: 1rem;
}

/**
 * Fixes for IE 11
 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .et_pb_text .image-left-text,
.et_pb_code .image-left-text {
    display: table-row;
  }
  .et_pb_text .image-left-text > *,
.et_pb_code .image-left-text > * {
    display: table-cell;
    vertical-align: top;
  }
}
.images-grid {
  margin-bottom: 4.8rem;
}
.images-grid > .et_pb_column .et_pb_module {
  margin-bottom: calc( 4.8rem / 2);
}
.images-grid > .et_pb_column .et_pb_module:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 980px) {
  .images-grid > .et_pb_column {
    display: grid;
    grid-row-gap: 4rem;
    grid-column-gap: 4rem;
    grid-template-areas: "large-image medium-image-1" "large-image medium-image-2";
    margin: calc(calc(3rem * 1.75) * 2) auto;
  }
  .images-grid > .et_pb_column .et_pb_module {
    margin-bottom: 0;
  }
  .images-grid > .et_pb_column > div:first-child {
    grid-area: large-image;
  }
  .images-grid > .et_pb_column > div:nth-child(2) {
    grid-area: medium-image-1;
  }
  .images-grid > .et_pb_column > div:nth-child(3) {
    grid-area: medium-image-2;
    align-self: end;
  }
}

.images-grid-secondary > .et_pb_column {
  margin-top: 0 !important;
}
.images-grid-secondary > .et_pb_column:first-of-type {
  margin-left: 0;
}
.images-grid-secondary > .et_pb_column:last-of-type {
  margin-right: 0;
}

.intro-section-links {
  background-color: #4B4B4B;
  border-top: 0.1rem solid #FFFFFF;
  padding: 2rem;
}
@media screen and (min-width: 640px) {
  .intro-section-links {
    padding: 3rem 0;
  }
}
.intro-section-links .et_pb_row .et_pb_column {
  margin: 0;
}
.intro-section-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0;
  list-style-type: none;
}
@media screen and (min-width: 640px) {
  .intro-section-links ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.intro-section-links ul li {
  margin-bottom: 2rem;
}
@media screen and (min-width: 640px) {
  .intro-section-links ul li {
    margin-left: calc(3rem * 2);
    margin-bottom: 0;
  }
}
.intro-section-links ul li:first-of-type {
  margin-top: 2rem;
}
@media screen and (min-width: 640px) {
  .intro-section-links ul li:first-of-type {
    margin-left: 0;
    margin-top: 0;
  }
}
.intro-section-links ul a {
  color: #21201E;
  font-size: 1.8rem;
  letter-spacing: 0.025rem;
  line-height: 2.7rem;
  font-weight: 700;
}
.intro-section-links ul a:hover {
  color: #61A50E;
}
.intro-section-links.secondary {
  color: #006937;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
.intro-section-links.secondary .filter-sidebar {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 calc(3rem * 2);
}
@media screen and (min-width: 640px) {
  .intro-section-links.secondary .filter-sidebar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.intro-section-links.secondary .filter-sidebar p.filter-heading {
  color: #006937;
  font-size: 1.8rem;
  letter-spacing: 0.025rem;
  line-height: 2.7rem;
  font-weight: 700;
  margin-right: 4rem;
}
@media screen and (min-width: 640px) {
  .intro-section-links.secondary .filter-sidebar p.filter-heading {
    margin-bottom: 0;
  }
}
.intro-section-links.secondary .filter-sidebar a {
  color: #006937;
}
.intro-section-links.secondary .filter-sidebar .heading {
  display: none;
}
.intro-section-links.secondary .filter-sidebar .terms {
  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-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (min-width: 640px) {
  .intro-section-links.secondary .filter-sidebar .terms {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.intro-section-links.secondary .filter-sidebar .terms .checkbox_group {
  margin-right: 2rem;
}
.intro-section-links.secondary .filter-sidebar .terms .checkbox_group input[type=checkbox] {
  display: none;
}
.intro-section-links.secondary .filter-sidebar .terms .checkbox_group input[type=checkbox] + label:before {
  background: transparent;
  border: 0.1rem solid #fff;
  content: " ";
  display: inline-block;
  height: 1.6rem;
  width: 1.6rem;
  vertical-align: middle;
  margin: 0 1.5rem 0 0;
}
.intro-section-links.secondary .filter-sidebar .terms .checkbox_group input[type=checkbox]:checked + label:before {
  content: "✓";
  line-height: 16px;
  font-size: 12px;
  text-align: center;
}
.intro-section-links.tertiary {
  padding: 0;
}
.intro-section-links.tertiary .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 14rem;
}
.intro-section-links.tertiary .container h1 {
  color: #006937;
}
.intro-section-links.tertiary .container a {
  color: #006937;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2.7rem;
  letter-spacing: 0.025rem;
}
.intro-section-links.tertiary .container a i {
  margin-left: 1rem;
}

.large-bg-video {
  position: relative;
  padding: 0;
}
.large-bg-video .et_pb_row {
  margin: 0;
  padding: 0;
  max-width: none;
}
.large-bg-video .et_pb_row .et_pb_column {
  width: 100%;
  height: 100%;
  margin: 0;
}
.large-bg-video .et_pb_row .et_pb_column .mejs-controls {
  display: none;
  opacity: 0;
}
.large-bg-video .et_pb_row .et_pb_column video {
  margin-left: 50% !important;
  pointer-events: none;
}
.large-bg-video .icons {
  display: none;
  height: 6rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 9999;
}
.large-bg-video .icons .et_pb_column {
  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;
}
.large-bg-video .icons .et_pb_text_inner {
  margin-left: -1rem;
}
@media screen and (min-width: 980px) {
  .large-bg-video .icons {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #21201E;
  }
  .large-bg-video .icons p {
    margin-bottom: 2.5rem;
    color: #006937;
    text-transform: uppercase;
    font-size: 1.2rem;
    letter-spacing: 0.025em;
    line-height: 1.8rem;
  }
  .large-bg-video .icons img {
    height: 3rem;
    width: 2rem;
    -webkit-animation: arrowBounce 2s infinite;
            animation: arrowBounce 2s infinite;
  }
}

body {
  overflow: auto;
}
body.modal-open {
  overflow: hidden;
}
body .mfp-bg {
  background-color: #fff;
}
body .mfp-close-btn-in .mfp-close {
  height: 5rem;
  width: 5rem;
  top: -5rem;
  right: -5rem;
  position: absolute;
  color: #242424;
  font-size: 5rem;
  cursor: pointer;
  color: transparent;
}
body .mfp-close-btn-in .mfp-close:before, body .mfp-close-btn-in .mfp-close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.25rem;
  margin-left: -1.75rem;
  display: block;
  height: 0.5rem;
  width: 3.5rem;
  background-color: #242424;
  border-radius: 0.5rem;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
body .mfp-close-btn-in .mfp-close:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
body .mfp-close-btn-in .mfp-close:hover:before, body .mfp-close-btn-in .mfp-close:hover:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  background-color: #242424;
}
body .standard-modal {
  position: relative;
  background: #fff;
  padding: 4.8rem;
  width: auto;
  -webkit-box-shadow: 0 1rem 2rem 0 rgba(36, 36, 36, 0.16);
          box-shadow: 0 1rem 2rem 0 rgba(36, 36, 36, 0.16);
  margin: 4.8rem 4.8rem;
}

.slider, .controls {
  position: relative;
}
.slider .slick-arrow, .controls .slick-arrow {
  z-index: 1;
  position: absolute;
  top: 4.8rem;
  border: solid 1px #242424;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
}
.slider .slick-arrow:before, .controls .slick-arrow:before {
  display: none;
}
.slider .slick-arrow.slick-prev, .controls .slick-arrow.slick-prev {
  left: calc(100% - (3rem*3));
}
@media screen and (min-width: 980px) {
  .slider .slick-arrow.slick-prev, .controls .slick-arrow.slick-prev {
    left: calc(100% - (calc(3rem * 2)*2));
  }
}
.slider .slick-arrow.slick-next, .controls .slick-arrow.slick-next {
  right: 3rem;
}
@media screen and (min-width: 980px) {
  .slider .slick-arrow.slick-next, .controls .slick-arrow.slick-next {
    right: calc(3rem * 2);
  }
}
.slider .slick-count, .controls .slick-count {
  z-index: 1;
  position: absolute;
  top: calc(4.8rem);
  left: 3rem;
  font-size: 1.1rem;
  font-weight: 500;
  color: #242424;
  text-transform: uppercase;
}
@media screen and (min-width: 980px) {
  .slider .slick-count, .controls .slick-count {
    left: calc(3rem * 2);
  }
}
.slider.inverse .slick-arrow, .controls.inverse .slick-arrow {
  border-color: #FFFFFF;
}
.slider.inverse .slick-count, .controls.inverse .slick-count {
  color: #FFFFFF;
}
.slider .slick-slide, .controls .slick-slide {
  height: auto;
}

@media screen and (min-width: 980px) {
  .slider-position-left .slick-arrow.slick-prev {
    left: calc(50% - (calc(3rem * 2)*2));
  }
}
@media screen and (min-width: 980px) {
  .slider-position-left .slick-arrow.slick-next {
    right: calc(calc(3rem * 2) + 50%);
  }
}

@media screen and (min-width: 980px) {
  .slider-position-right .slick-count {
    left: calc(50% + calc(3rem * 2));
  }
}

.slider-item-team-member .slick-arrow, .slider-item-team-member .slick-count {
  top: calc(4.8rem + 36rem);
}
@media screen and (min-width: 980px) {
  .slider-item-team-member .slick-arrow, .slider-item-team-member .slick-count {
    top: 4.8rem;
  }
}

.social-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style-type: none;
  margin-right: 2rem;
}
.social-buttons li {
  line-height: 3.2rem;
}
.social-buttons i {
  font-size: 2.4rem;
}
.social-buttons a {
  padding: 0 1rem 0 0;
  font-size: 3rem;
  line-height: 3rem;
  color: #C1D400;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.social-buttons a:hover, .social-buttons a:focus {
  color: #242424;
}

/*
 * Team Member Template Styling
 * - Default Picture Shows at first
 * - Hover reveals name, title, bio, and more links
*/
.team-members .et_pb_code_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(4.8rem * 2);
}

.et_divi_builder #et_builder_outer_content .featured-team-member {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin-right: 0;
  margin-bottom: 4%;
}
@media screen and (min-width: 479px) {
  .et_divi_builder #et_builder_outer_content .featured-team-member {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 250px;
            flex: 1 1 250px;
    max-width: 25rem;
    margin: 0 4% 4% 0;
  }
}
@media screen and (min-width: 640px) {
  .et_divi_builder #et_builder_outer_content .featured-team-member {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 1.3em);
            flex: 1 1 calc(50% - 1.3em);
    min-width: calc(50% - 1.3em);
    max-width: calc(50% - 1.3em);
    margin-right: 2.6em;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 979px) {
  .et_divi_builder #et_builder_outer_content .featured-team-member:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 980px) {
  .et_divi_builder #et_builder_outer_content .featured-team-member {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(25% - 1.3em);
            flex: 1 1 calc(25% - 1.3em);
    min-width: calc(25% - 1.3em);
    max-width: calc(25% - 1.3em);
    margin-right: 1.73em;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 980px) {
  .et_divi_builder #et_builder_outer_content .featured-team-member:nth-child(4n) {
    margin-right: 0;
  }
}
.et_divi_builder #et_builder_outer_content .featured-team-member .featured-image {
  position: relative;
  height: 36.8rem;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.et_divi_builder #et_builder_outer_content .featured-team-member .featured-image:hover .team-open {
  opacity: 1;
}
.et_divi_builder #et_builder_outer_content .featured-team-member .featured-image .team-open {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 3rem;
  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: top;
      -ms-flex-pack: top;
          justify-content: top;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  background: rgba(36, 36, 36, 0.6);
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.et_divi_builder #et_builder_outer_content .featured-team-member .featured-image .team-open h5 {
  color: #FFFFFF;
  font-weight: 800;
}
.et_divi_builder #et_builder_outer_content .featured-team-member .featured-image .team-open h5:after {
  content: "";
  background-color: #FFFFFF;
  display: block;
  height: 0.15rem;
  width: 5rem;
  margin-top: 1rem;
}
@media only screen and (min-width: 980px) {
  .et_divi_builder #et_builder_outer_content .featured-team-member .featured-image .team-open h5:after {
    height: 0.2rem;
    width: 6.8rem;
    margin-top: 1.5rem;
  }
}
.et_divi_builder #et_builder_outer_content .featured-team-member .featured-image .team-open h6 {
  color: #FFFFFF;
  font-weight: 800;
  position: absolute;
  bottom: 0;
  right: 1rem;
  padding-right: 4rem;
  padding-bottom: 1rem;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.2rem;
}
.et_divi_builder #et_builder_outer_content .featured-team-member .featured-image .team-open h6 .large-link-arrow {
  top: -0.7rem;
}
.et_divi_builder #et_builder_outer_content .featured-team-member .featured-image .team-open small {
  color: #FFFFFF;
  font-size: 1.6rem;
}

body .featured-content.standard-modal.team-modal {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  max-width: 107.4rem;
  padding: 0;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  body .featured-content.standard-modal.team-modal {
    margin: 6rem auto;
  }
}
body .featured-content.standard-modal.team-modal .featured-content-wrapper {
  padding: 3em 2em;
  width: 100%;
  max-width: 107.4rem;
  margin: 0 auto;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-shadow: 0 0 3rem 0 rgba(193, 212, 0, 0.3);
          box-shadow: 0 0 3rem 0 rgba(193, 212, 0, 0.3);
}
body .featured-content.standard-modal.team-modal .mfp-close {
  top: -5rem;
  right: -6rem;
  opacity: 1;
}
body .featured-content.standard-modal.team-modal .mfp-close:before, body .featured-content.standard-modal.team-modal .mfp-close:after {
  height: 0.25rem;
  border-radius: 0;
  background-color: #242424;
}
body .featured-content.standard-modal.team-modal p {
  font-size: 1.6rem;
  line-height: 2.2rem;
}
body .featured-content.standard-modal.team-modal .featured-image {
  height: 36.8rem;
  width: 29.4rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 640px) {
  body .featured-content.standard-modal.team-modal .featured-image {
    height: 36.8rem;
    margin-right: 4.8rem;
  }
}
body .featured-content.standard-modal.team-modal .featured-excerpt {
  max-width: 63.6rem;
  margin-top: 2rem;
}
@media screen and (min-width: 980px) {
  body .featured-content.standard-modal.team-modal .featured-excerpt {
    margin-top: -0.8rem;
    padding-right: 2rem;
  }
}
body .featured-content.standard-modal.team-modal .featured-excerpt .eyebrow {
  display: block;
  text-transform: none;
  font-size: 2.2rem;
  line-height: 2.5rem;
  margin-top: 1rem;
}
body .featured-content.standard-modal.team-modal .featured-excerpt .member-meta span {
  display: block;
}
@media screen and (min-width: 640px) {
  body .featured-content.standard-modal.team-modal .featured-excerpt .member-meta span {
    display: inline-block;
    margin-right: 1rem;
  }
}
body .featured-content.standard-modal.team-modal .featured-excerpt .member-meta span i {
  margin-right: 1rem;
}
body .featured-content.standard-modal.team-modal .featured-excerpt .member-meta span a {
  text-transform: none;
}
@media only screen and (max-width: 999px) {
  body .featured-content.standard-modal.team-modal .featured-content-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body .featured-content.standard-modal.team-modal .featured-excerpt {
    min-width: 100%;
  }
  body .featured-content.standard-modal.team-modal .featured-content-wrapper .featured-image {
    margin-right: 0;
    margin-top: 2rem;
  }
}

/*
 & WRAPPER - Team Member Wrapper Styling
 & - Has no max width and no padding
 &
*/
.et_divi_builder #et_builder_outer_content .et_pb_section .featured-team-member-wrapper {
  padding: 0 35px;
  margin-bottom: 2em;
}
.et_divi_builder #et_builder_outer_content .et_pb_section .featured-team-member-wrapper .et_pb_text:first-child {
  margin-bottom: 1em;
}
.et_divi_builder #et_builder_outer_content .et_pb_section .featured-team-member-wrapper .et_pb_text_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.popup-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: flex;
      -ms-flex-pack: flex;
          justify-content: flex;
}
@media only screen and (min-width: 980px) {
  .popup-gallery {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
}
.popup-gallery .gallery-item {
  margin: 0;
  width: 100%;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 640px) {
  .popup-gallery .gallery-item {
    margin-right: 2.5rem;
    width: calc(33.3333333333% - 1.6666666667rem);
  }
  .popup-gallery .gallery-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 980px) {
  .popup-gallery .gallery-item {
    margin-right: 5rem;
    width: calc(33.3333333333% - 3.3333333333rem);
  }
  .popup-gallery .gallery-item:nth-child(3n) {
    margin-right: 0;
  }
}
.popup-gallery .gallery-item .featured-image {
  padding-top: 58.66%;
  background-position: center;
  background-size: cover;
  position: relative;
}
.popup-gallery .gallery-item .featured-image .has-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.popup-gallery .gallery-item .featured-image .has-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #006937;
  opacity: 0.5;
  z-index: 2;
}
.popup-gallery .gallery-item .featured-image .has-overlay .far {
  color: #FFFFFF;
  font-size: 9rem;
  z-index: 1000;
}
.popup-gallery .gallery-item .featured-image:hover .has-overlay {
  opacity: 1;
}

.et_pb_accordion .et_pb_toggle {
  margin-bottom: 10px;
  position: relative;
  border: 1px solid #d9d9d9;
  padding: 20px;
}
.et_pb_accordion .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_content {
  display: block;
}
.et_pb_accordion .et_pb_toggle.et_pb_toggle_close {
  background-color: #f4f4f4;
}
.et_pb_accordion .et_pb_toggle.et_pb_toggle_close .et_pb_toggle_title:before {
  content: "\e050";
  position: absolute;
  right: 0;
  font-size: 16px;
  color: #ccc;
  top: 50%;
  margin-top: -0.5em;
  font-family: ETmodules;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0;
}
.et_pb_accordion .et_pb_toggle.et_pb_toggle_close .et_pb_toggle_content {
  display: none;
}
.et_pb_accordion .et_pb_toggle .et_pb_toggle_title {
  cursor: pointer;
  position: relative;
  padding: 0 50px 0 0;
}
.et_pb_bg_layout_light {
  color: #4B4B4B;
}

.et_pb_bg_layout_dark * {
  color: #21201E;
}

.et_pb_button_module_wrapper.et_pb_button_alignment_, .et_pb_button_module_wrapper.et_pb_button_alignment_left {
  text-align: left;
}
.et_pb_button_module_wrapper.et_pb_button_alignment_center {
  text-align: center;
}
.et_pb_button_module_wrapper.et_pb_button_alignment_right {
  text-align: right;
}
.et_pb_button_module_wrapper .et_pb_button {
  font-size: 1rem;
  line-height: 1.8rem;
  font-weight: 500;
  font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: #61A50E;
  border: 0.2rem solid #61A50E;
  padding: 2rem 4rem;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.et_pb_button_module_wrapper .et_pb_button:hover, .et_pb_button_module_wrapper .et_pb_button:active, .et_pb_button_module_wrapper .et_pb_button:focus {
  background-color: #61A50E;
  color: #FFFFFF;
  opacity: 1;
}
.et_pb_button_module_wrapper .et_pb_button:hover:after, .et_pb_button_module_wrapper .et_pb_button:active:after, .et_pb_button_module_wrapper .et_pb_button:focus:after {
  color: #FFFFFF;
}
.et_pb_button_module_wrapper .et_pb_button:focus {
  -webkit-box-shadow: 0 2rem 5rem 0 rgba(36, 36, 36, 0.16);
          box-shadow: 0 2rem 5rem 0 rgba(36, 36, 36, 0.16);
}
.et_pb_button_module_wrapper .et_pb_button:after {
  margin-left: 2.6rem;
  font-size: 1.4rem;
  font-family: "Font Awesome 5 Pro";
  line-height: inherit;
  content: "\f0da";
  color: #61A50E;
  font-weight: 700;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.et_pb_button_module_wrapper .et_pb_button.et_pb_bg_layout_dark {
  color: #FFFFFF;
}

.et_pb_more_button {
  color: #61A50E !important;
}

@font-face {
  font-family: ETmodules;
  src: url(/wp-content/plugins/divi-builder/core/admin/fonts/modules.eot);
  src: url(/wp-content/plugins/divi-builder/core/admin/fonts/modules.eot?#iefix) format("embedded-opentype"), url(/wp-content/plugins/divi-builder/core/admin/fonts/modules.ttf) format("truetype"), url(/wp-content/plugins/divi-builder/core/admin/fonts/modules.woff) format("woff"), url(/wp-content/plugins/divi-builder/core/admin/fonts/modules.svg#ETmodules) format("svg");
  font-weight: 400;
  font-style: normal;
}
@media only screen and (min-width: 640px) {
  .et_pb_gallery_grid .et_pb_gallery_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.et_pb_gallery_grid .et_pb_gallery_items .et_pb_gallery_item {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 640px) {
  .et_pb_gallery_grid .et_pb_gallery_items .et_pb_gallery_item {
    width: calc(33% - 4.8rem*2/3);
    margin: 0 calc(4.8rem/2) 4.8rem;
  }
}
@media only screen and (min-width: 640px) {
  .et_pb_gallery_grid .et_pb_gallery_items .et_pb_gallery_item:nth-child(3n-5) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 640px) {
  .et_pb_gallery_grid .et_pb_gallery_items .et_pb_gallery_item:nth-child(3n) {
    margin-right: 0;
  }
}
.et_pb_gallery_grid .et_pb_gallery_items .et_pb_gallery_item img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.et_pb_image .et_pb_image_wrap {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 100%;
}
.et_pb_image .et_pb_image_wrap img {
  position: relative;
  display: inline;
  width: inherit;
}

.et-db #et-boc .et-l .et_pb_slider {
  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;
  overflow: visible !important;
  width: 100%;
}
@media only screen and (max-width: 979px) {
  .et-db #et-boc .et-l .et_pb_slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 640px) {
  .et-db #et-boc .et-l .et_pb_slider {
    max-width: 100%;
  }
}
@media only screen and (min-width: 980px) {
  .et-db #et-boc .et-l .et_pb_slider {
    min-height: 81rem;
  }
}
.et-db #et-boc .et-l .et_pb_slider:hover .et-pb-slider-arrows a, .et-db #et-boc .et-l .et_pb_slider:focus .et-pb-slider-arrows a {
  opacity: 1;
}
.et-db #et-boc .et-l .et_pb_slider:hover .et-pb-slider-arrows a.et-pb-arrow-prev, .et-db #et-boc .et-l .et_pb_slider:focus .et-pb-slider-arrows a.et-pb-arrow-prev {
  left: 2.2rem;
}
.et-db #et-boc .et-l .et_pb_slider:hover .et-pb-slider-arrows a.et-pb-arrow-next, .et-db #et-boc .et-l .et_pb_slider:focus .et-pb-slider-arrows a.et-pb-arrow-next {
  right: 2.2rem;
}
.et-db #et-boc .et-l .et_pb_slider .et_pb_slides {
  margin-top: 8rem;
}
@media only screen and (min-width: 640px) {
  .et-db #et-boc .et-l .et_pb_slider .et_pb_slides {
    margin-top: 16rem;
  }
}
.et-db #et-boc .et-l .et_pb_slider .et_pb_slides .et_pb_slide {
  display: none;
  float: left;
  margin-right: -100%;
  position: relative;
  width: 100%;
  text-align: center;
  list-style: none;
  background-size: cover;
  background-position: center;
}
.et-db #et-boc .et-l .et_pb_slider .et_pb_slides .et_pb_slide.et-pb-active-slide {
  display: block;
}
.et-db #et-boc .et-l .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container {
  display: table;
  table-layout: fixed;
  width: 100%;
  max-width: initial;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 979px) {
  .et-db #et-boc .et-l .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container {
    height: auto !important;
  }
}
@media only screen and (min-width: 980px) {
  .et-db #et-boc .et-l .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner {
    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;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.et-db #et-boc .et-l .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_image {
  position: relative;
  margin-top: 0 !important;
}
.et-db #et-boc .et-l .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_image img {
  border-radius: 50%;
  width: 19rem !important;
  max-height: 19rem !important;
  margin-bottom: 5rem;
}
@media only screen and (min-width: 980px) {
  .et-db #et-boc .et-l .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_image img {
    width: 50rem !important;
    height: 50rem !important;
    max-width: 50rem;
    max-height: 50rem !important;
    margin-bottom: 0;
  }
}
.et-db #et-boc .et-l .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_image:after {
  display: inline-block;
  background-image: url("/wp-content/themes/gff/assets/images/GFF_Icon.svg");
  z-index: -1;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  width: 30rem;
  height: 30rem;
  left: calc(50% - 15rem);
  top: -5.5rem;
}
@media only screen and (min-width: 980px) {
  .et-db #et-boc .et-l .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_image:after {
    width: 80rem;
    height: 80rem;
    left: -15rem;
    top: -15rem;
  }
}
.et-db #et-boc .et-l .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description {
  width: auto;
  text-align: center !important;
  margin-top: 2rem;
}
@media only screen and (min-width: 980px) {
  .et-db #et-boc .et-l .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description {
    text-align: left !important;
    margin-top: 0;
  }
}
@media only screen and (min-width: 980px) {
  .et-db #et-boc .et-l .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description h2.et_pb_slide_title {
    max-width: 85%;
  }
}
.et-db #et-boc .et-l .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description h2.et_pb_slide_title a {
  font-size: 3rem;
  line-height: 3.4rem;
  margin-bottom: 1.5rem;
  font-weight: 700;
}
@media only screen and (min-width: 980px) {
  .et-db #et-boc .et-l .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description h2.et_pb_slide_title a {
    font-size: 8rem;
    line-height: 9rem;
  }
}
@media only screen and (max-width: 979px) {
  .et-db #et-boc .et-l .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description h2.et_pb_slide_title:after {
    margin-right: auto;
    margin-left: auto;
  }
}
.et-db #et-boc .et-l .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content {
  max-width: 47.5rem;
}
@media only screen and (max-width: 979px) {
  .et-db #et-boc .et-l .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content {
    margin: auto;
  }
}
.et-db #et-boc .et-l .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content p {
  font-size: 2rem;
  line-height: 2.8rem;
}
.et-db #et-boc .et-l .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description .et_pb_button_wrapper {
  margin-top: 2rem;
}
.et-db #et-boc .et-l .et_pb_slider .et-pb-slider-arrows a {
  position: absolute;
  top: 50%;
  z-index: 100;
  font-size: 4.8rem;
  color: #21201E;
  margin-top: -2.4rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.et-db #et-boc .et-l .et_pb_slider .et-pb-slider-arrows a span {
  display: none;
}
.et-db #et-boc .et-l .et_pb_slider .et-pb-slider-arrows a:before {
  color: inherit;
  font-family: ETmodules;
  speak: none;
  font-weight: 400;
  line-height: 1;
}
.et-db #et-boc .et-l .et_pb_slider .et-pb-slider-arrows a.et-pb-arrow-prev {
  left: -2.2rem;
}
.et-db #et-boc .et-l .et_pb_slider .et-pb-slider-arrows a.et-pb-arrow-prev:before {
  content: "4";
}
.et-db #et-boc .et-l .et_pb_slider .et-pb-slider-arrows a.et-pb-arrow-next {
  right: -2.2rem;
}
.et-db #et-boc .et-l .et_pb_slider .et-pb-slider-arrows a.et-pb-arrow-next:before {
  content: "5";
}
.et-db #et-boc .et-l .et_pb_slider .et-pb-controllers {
  padding-top: 2rem;
  text-align: center;
  z-index: 10;
}
@media only screen and (max-width: 979px) {
  .et-db #et-boc .et-l .et_pb_slider .et-pb-controllers {
    padding-bottom: 4rem;
  }
}
@media only screen and (min-width: 640px) {
  .et-db #et-boc .et-l .et_pb_slider .et-pb-controllers {
    padding-top: 4.8rem;
  }
}
@media only screen and (min-width: 980px) {
  .et-db #et-boc .et-l .et_pb_slider .et-pb-controllers {
    margin-top: 12rem;
    margin-left: -15rem;
  }
}
@media only screen and (min-width: 1440px) {
  .et-db #et-boc .et-l .et_pb_slider .et-pb-controllers {
    margin-left: -6rem;
  }
}
.et-db #et-boc .et-l .et_pb_slider .et-pb-controllers a {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0);
  border: 0.1rem solid #006937;
  text-indent: -9999px;
  border-radius: 1rem;
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
  padding: 0;
  line-height: 1em;
  color: #FFFFFF;
  text-decoration: none;
}
.et-db #et-boc .et-l .et_pb_slider .et-pb-controllers a.et-pb-active-control {
  background-color: #006937;
}

.et_pb_testimonial {
  background: none !important;
}
.et_pb_testimonial .et_pb_testimonial_description_inner p {
  color: #21201E;
}
.et_pb_testimonial .et_pb_testimonial_description_inner p:first-of-type {
  font-size: 2.6rem;
  line-height: 3rem;
  font-style: italic;
}
@media only screen and (min-width: 980px) {
  .et_pb_testimonial .et_pb_testimonial_description_inner p:first-of-type {
    font-size: 4rem;
    line-height: 4.8rem;
    float: left;
    max-width: 80%;
    padding-right: 4.8rem;
  }
}
.et_pb_testimonial .et_pb_testimonial_description_inner p:first-of-type:before {
  content: "“";
  position: relative;
  left: calc(0rem - 13rem);
  top: 3.4rem;
  margin-bottom: 0;
  max-width: 10rem;
  height: 0rem;
  display: block;
  font-style: normal;
}
@media only screen and (min-width: 980px) {
  .et_pb_testimonial .et_pb_testimonial_description_inner p:first-of-type:before {
    font-size: 10rem;
    font-weight: 600;
  }
}

.et_pb_text_align_,
.et_pb_text_align_left {
  text-align: left;
}

.et_pb_text_align_center {
  text-align: center;
}

.et_pb_text_align_right {
  text-align: right;
}

.et_pb_toggle.et_pb_toggle_close .et_pb_toggle_content {
  display: none;
}
.et_pb_toggle.et_pb_toggle_close .et_pb_toggle_title:after {
  top: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.et_pb_toggle .et_pb_toggle_title {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.et_pb_toggle .et_pb_toggle_title:after {
  border-style: solid;
  border-width: 0.15em 0.15em 0 0;
  content: "";
  display: inline-block;
  height: 0.65em;
  left: 0.15em;
  position: relative;
  vertical-align: top;
  width: 0.65em;
  top: 0.35em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top 0.2s, -webkit-transform 0.2s;
  transition: top 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, top 0.2s;
  transition: transform 0.2s, top 0.2s, -webkit-transform 0.2s;
}

.et_pb_map_container {
  width: 100%;
}
.et_pb_map_container .et_pb_map, .et_pb_map_container > div {
  height: 600px;
  min-height: 600px;
  width: 100%;
}

.gm-style-iw h3 {
  font-size: 1.1rem;
  line-height: 0rem;
}
.gm-style-iw .infowindow p {
  font-size: 1.1rem;
  line-height: 1.4rem;
}

/**
 * Styles for the Divi Fullwidth Menu module
 */
.et_pb_fullwidth_menu .et_pb_row {
  margin: 0;
}
.et_pb_fullwidth_menu .et_pb_row .fullwidth-menu-nav {
  display: none;
}
@media only screen and (min-width: 980px) {
  .et_pb_fullwidth_menu .et_pb_row .fullwidth-menu-nav {
    display: block;
  }
}
@media only screen and (min-width: 980px) {
  .et_pb_fullwidth_menu .et_pb_row .et_mobile_nav_menu {
    display: none;
  }
}

/**
 * Styles for the Social Share icons
 */
.social-share {
  margin: 3rem auto;
}
@media only screen and (min-width: 980px) {
  .social-share {
    margin: 6rem auto;
  }
}
.social-share .et_social_inline {
  margin-bottom: 0px;
}
.social-share .et_social_inline .et_social_networks .et_social_icons_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.social-share .et_social_inline .et_social_networks .et_social_icons_container li {
  width: auto;
  margin-right: 1rem;
  margin-left: 1rem !important;
  margin-bottom: 1rem;
  width: auto !important;
  line-height: calc(2rem * 1.167);
  position: relative;
  margin-top: 0 !important;
  background-color: transparent;
  border-radius: 0;
  overflow: visible !important;
}
.social-share .et_social_inline .et_social_networks .et_social_icons_container li a.et_social_share,
.social-share .et_social_inline .et_social_networks .et_social_icons_container li a.et_social_share_pinterest {
  line-height: inherit;
  border-radius: 0;
  opacity: 0.7;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(2rem * 1.67);
  height: calc(2rem * 1.67);
  overflow: visible !important;
  background: transparent;
}
.social-share .et_social_inline .et_social_networks .et_social_icons_container li a.et_social_share:hover,
.social-share .et_social_inline .et_social_networks .et_social_icons_container li a.et_social_share_pinterest:hover {
  opacity: 1;
}
.social-share .et_social_inline .et_social_networks .et_social_icons_container li a.et_social_share i.et_social_icon,
.social-share .et_social_inline .et_social_networks .et_social_icons_container li a.et_social_share_pinterest i.et_social_icon {
  color: #242424;
  float: none;
  font-size: 2rem;
  line-height: 2rem;
  width: auto;
  height: auto;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow: visible !important;
}
.social-share .et_social_inline .et_social_networks .et_social_icons_container li a.et_social_share i.et_social_icon:hover,
.social-share .et_social_inline .et_social_networks .et_social_icons_container li a.et_social_share_pinterest i.et_social_icon:hover {
  color: #242424;
}
.social-share .et_social_inline .et_social_networks .et_social_icons_container li a.et_social_share i.et_social_icon:after,
.social-share .et_social_inline .et_social_networks .et_social_icons_container li a.et_social_share_pinterest i.et_social_icon:after {
  display: none !important;
}
.social-share .et_social_inline .et_social_networks .et_social_icons_container li a.et_social_share i.et_social_icon:before,
.social-share .et_social_inline .et_social_networks .et_social_icons_container li a.et_social_share_pinterest i.et_social_icon:before {
  font-size: 2rem;
  line-height: 2rem;
  width: calc(2rem * 1.67);
  height: calc(2rem * 1.167);
}

/**
 * Extra styling for backgrounds
 * Uncomment if needed
 */
/**
 * Style the social share icons with a background
 */
.social-share .et_social_inline .et_social_networks .et_social_icons_container li {
  border-radius: 0rem;
}
.social-share .et_social_inline .et_social_networks .et_social_icons_container li a.et_social_share,
.social-share .et_social_inline .et_social_networks .et_social_icons_container li a.et_social_share_pinterest {
  background: #006937;
  border-radius: 0rem;
}
.social-share .et_social_inline .et_social_networks .et_social_icons_container li a.et_social_share i.et_social_icon,
.social-share .et_social_inline .et_social_networks .et_social_icons_container li a.et_social_share_pinterest i.et_social_icon {
  color: #FFFFFF;
}
.social-share .et_social_inline .et_social_networks .et_social_icons_container li a.et_social_share i.et_social_icon:hover,
.social-share .et_social_inline .et_social_networks .et_social_icons_container li a.et_social_share_pinterest i.et_social_icon:hover {
  color: #FFFFFF;
}

/**
 * Site
 *
 * Styles for site-specific, unique features
 */
#page .area-of-focus {
  z-index: 0;
  position: relative;
  max-width: 100%;
}
@media only screen and (max-width: 979px) {
  #page .area-of-focus {
    padding-bottom: 4.8rem;
  }
}
@media only screen and (min-width: 1100px) {
  #page .area-of-focus {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#page .area-of-focus.dark {
  background-color: #006937;
}
#page .area-of-focus .et_pb_column {
  margin: 0;
}
#page .area-of-focus .et_pb_column.et_pb_column_1_3 p {
  white-space: nowrap;
  color: #C1D400;
  text-align: center;
  padding: 4.8rem;
  letter-spacing: 0.055rem;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.2rem;
}
@media only screen and (max-width: 719px) {
  #page .area-of-focus .et_pb_column.et_pb_column_1_3 {
    width: 100%;
  }
}
@media only screen and (min-width: 640px) {
  #page .area-of-focus .et_pb_column.et_pb_column_1_3 {
    width: 6%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: $small-width) {
  #page .area-of-focus .et_pb_column.et_pb_column_1_3 {
    width: 5%;
  }
}
#page .area-of-focus .et_pb_column.et_pb_column_2_3 {
  width: 100%;
}
@media only screen and (max-width: 719px) {
  #page .area-of-focus .et_pb_column.et_pb_column_2_3 {
    margin: 0 !important;
  }
  #page .area-of-focus .et_pb_column.et_pb_column_2_3 .et_pb_module {
    min-height: 0 !important;
  }
}
@media only screen and (min-width: 640px) {
  #page .area-of-focus .et_pb_column.et_pb_column_2_3 {
    width: 94%;
    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;
  }
}
@media only screen and (min-width: $small-width) {
  #page .area-of-focus .et_pb_column.et_pb_column_2_3 {
    width: 95%;
  }
}
#page .area-of-focus .et_pb_column.et_pb_column_2_3 .et_pb_module.module_5, #page .area-of-focus .et_pb_column.et_pb_column_2_3 .et_pb_module.module_6 {
  padding: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  cursor: pointer;
}
@media only screen and (max-width: 719px) {
  #page .area-of-focus .et_pb_column.et_pb_column_2_3 .et_pb_module.module_5, #page .area-of-focus .et_pb_column.et_pb_column_2_3 .et_pb_module.module_6 {
    text-align: center !important;
  }
}
@media only screen and (min-width: 640px) {
  #page .area-of-focus .et_pb_column.et_pb_column_2_3 .et_pb_module.module_5, #page .area-of-focus .et_pb_column.et_pb_column_2_3 .et_pb_module.module_6 {
    width: 50% !important;
    margin: 0;
  }
}
@media only screen and (min-width: $small-width) {
  #page .area-of-focus .et_pb_column.et_pb_column_2_3 .et_pb_module.module_5, #page .area-of-focus .et_pb_column.et_pb_column_2_3 .et_pb_module.module_6 {
    width: 20% !important;
    min-height: 20rem;
    margin: 0;
  }
}
@media only screen and (min-width: 1100px) {
  #page .area-of-focus .et_pb_column.et_pb_column_2_3 .et_pb_module.module_5, #page .area-of-focus .et_pb_column.et_pb_column_2_3 .et_pb_module.module_6 {
    width: calc(20% - 4.8rem) !important;
    min-height: 36rem;
  }
}
#page .area-of-focus .et_pb_column.et_pb_column_2_3 .et_pb_module.module_5 img, #page .area-of-focus .et_pb_column.et_pb_column_2_3 .et_pb_module.module_6 img {
  width: auto;
  min-width: 16rem;
  opacity: 0.5;
}
@media only screen and (min-width: 640px) {
  #page .area-of-focus .et_pb_column.et_pb_column_2_3 .et_pb_module.module_6 {
    width: 50% !important;
    margin: 0;
  }
}
@media only screen and (min-width: $small-width) {
  #page .area-of-focus .et_pb_column.et_pb_column_2_3 .et_pb_module.module_6 {
    width: 33.3333333333% !important;
    margin: 0;
    min-height: 9rem;
  }
}
@media only screen and (min-width: 1100px) {
  #page .area-of-focus .et_pb_column.et_pb_column_2_3 .et_pb_module.module_6 {
    width: calc(16.6666666667% - 4.8rem) !important;
    min-height: 36rem;
  }
}

@media only screen and (min-width: 980px) {
  #page #suppliers-columns .area-of-focus {
    margin-bottom: 5rem;
    margin-top: 5rem;
  }
}

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