@charset "UTF-8";
/*****************************************************************
	Colors
*****************************************************************/
/*****************************************************************
	Fonts
*****************************************************************/
/*****************************************************************
	Breakpoints
*****************************************************************/
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, body blockquote h6, body blockquote cite, p, .gform_heading .gform_description, 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 {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

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: none;
}

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

@font-face {
  font-family: "theme-icons";
  src: url("../fonts/theme-icons.eot");
  src: url("../fonts/theme-icons.eot?#iefix") format("eot"), url("../fonts/theme-icons.woff2") format("woff2"), url("../fonts/theme-icons.woff") format("woff"), url("../fonts/theme-icons.ttf") format("truetype"), url("../fonts/theme-icons.svg#theme-icons") format("svg");
}
.icon-users:before, .icon-user:before, .icon-spinner:before, .icon-social-youtube:before, .icon-social-twitter:before, .icon-social-linkedin:before, .icon-social-instagram:before, .icon-social-google-plus:before, .icon-social-facebook:before, .icon-search:before, .icon-question:before, .icon-plus:before, .icon-play:before, .icon-minus:before, .icon-info:before, .icon-email:before, .icon-close:before, .icon-chevron-up:before, .icon-chevron-right:before, .icon-chevron-left:before, .icon-chevron-down:before, .icon-check:before {
  font-family: "theme-icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.icon-check:before {
  content: "\E001";
}

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

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

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

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

.icon-close:before {
  content: "\E006";
}

.icon-email:before {
  content: "\E007";
}

.icon-info:before {
  content: "\E008";
}

.icon-minus:before {
  content: "\E009";
}

.icon-play:before {
  content: "\E00A";
}

.icon-plus:before {
  content: "\E00B";
}

.icon-question:before {
  content: "\E00C";
}

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

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

.icon-social-google-plus:before {
  content: "\E00F";
}

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

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

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

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

.icon-spinner:before {
  content: "\E014";
}

.icon-user:before {
  content: "\E015";
}

.icon-users:before {
  content: "\E016";
}

/* Uncomment and set these variables to customize the grid. */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 80px;
  padding-left: 80px;
}
@media (max-width: 768px) {
  .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.container {
  width: 1510px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
  padding-right: 80px;
  padding-left: 80px;
}
@media (max-width: 768px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

.row.reverse {
  flex-direction: row-reverse;
}

.col.reverse {
  flex-direction: column-reverse;
}

.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  flex-basis: 8.333%;
  max-width: 8.333%;
}

.col-xs-2 {
  flex-basis: 16.667%;
  max-width: 16.667%;
}

.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  flex-basis: 33.333%;
  max-width: 33.333%;
}

.col-xs-5 {
  flex-basis: 41.667%;
  max-width: 41.667%;
}

.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  flex-basis: 58.333%;
  max-width: 58.333%;
}

.col-xs-8 {
  flex-basis: 66.667%;
  max-width: 66.667%;
}

.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  flex-basis: 83.333%;
  max-width: 83.333%;
}

.col-xs-11 {
  flex-basis: 91.667%;
  max-width: 91.667%;
}

.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-1 {
  margin-left: 8.333%;
}

.col-xs-offset-2 {
  margin-left: 16.667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.333%;
}

.col-xs-offset-5 {
  margin-left: 41.667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.333%;
}

.col-xs-offset-8 {
  margin-left: 66.667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.333%;
}

.col-xs-offset-11 {
  margin-left: 91.667%;
}

.start-xs {
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  justify-content: center;
  text-align: center;
}

.end-xs {
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  align-items: flex-start;
}

.middle-xs {
  align-items: center;
}

.bottom-xs {
  align-items: flex-end;
}

.around-xs {
  justify-content: space-around;
}

.between-xs {
  justify-content: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media (min-width: 580px) {
  .col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-sm-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-sm-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-sm-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-sm-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-sm-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-sm-offset-1 {
    margin-left: 8.333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.667%;
  }

  .start-sm {
    justify-content: flex-start;
    text-align: start;
  }

  .center-sm {
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    justify-content: flex-end;
    text-align: end;
  }

  .top-sm {
    align-items: flex-start;
  }

  .middle-sm {
    align-items: center;
  }

  .bottom-sm {
    align-items: flex-end;
  }

  .around-sm {
    justify-content: space-around;
  }

  .between-sm {
    justify-content: space-between;
  }

  .first-sm {
    order: -1;
  }

  .last-sm {
    order: 1;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-md-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-md-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-md-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-md-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-md-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-md-offset-1 {
    margin-left: 8.333%;
  }

  .col-md-offset-2 {
    margin-left: 16.667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.333%;
  }

  .col-md-offset-5 {
    margin-left: 41.667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.333%;
  }

  .col-md-offset-8 {
    margin-left: 66.667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.333%;
  }

  .col-md-offset-11 {
    margin-left: 91.667%;
  }

  .start-md {
    justify-content: flex-start;
    text-align: start;
  }

  .center-md {
    justify-content: center;
    text-align: center;
  }

  .end-md {
    justify-content: flex-end;
    text-align: end;
  }

  .top-md {
    align-items: flex-start;
  }

  .middle-md {
    align-items: center;
  }

  .bottom-md {
    align-items: flex-end;
  }

  .around-md {
    justify-content: space-around;
  }

  .between-md {
    justify-content: space-between;
  }

  .first-md {
    order: -1;
  }

  .last-md {
    order: 1;
  }
}
@media (min-width: 991px) {
  .col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-lg-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-lg-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-lg-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-lg-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-lg-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.667%;
  }

  .start-lg {
    justify-content: flex-start;
    text-align: start;
  }

  .center-lg {
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    justify-content: flex-end;
    text-align: end;
  }

  .top-lg {
    align-items: flex-start;
  }

  .middle-lg {
    align-items: center;
  }

  .bottom-lg {
    align-items: flex-end;
  }

  .around-lg {
    justify-content: space-around;
  }

  .between-lg {
    justify-content: space-between;
  }

  .first-lg {
    order: -1;
  }

  .last-lg {
    order: 1;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.animate, .animate-1, .animate-2, .animate-3, .animate-4, .animate-5, .animate-6, .animate-7, .animate-8, .animate-9, .animate-10, .animate-11, .animate-12, .animate-13, .animate-14, .animate-15, .animate-16, .animate-17, .animate-18, .animate-19, .animate-20, .animate-21 {
  opacity: 0;
  transition: 0.3s ease-out;
}
.animate.visible, .animate-1.visible, .animate-2.visible, .animate-3.visible, .animate-4.visible, .animate-5.visible, .animate-6.visible, .animate-7.visible, .animate-8.visible, .animate-9.visible, .animate-10.visible, .animate-11.visible, .animate-12.visible, .animate-13.visible, .animate-14.visible, .animate-15.visible, .animate-16.visible, .animate-17.visible, .animate-18.visible, .animate-19.visible, .animate-20.visible, .animate-21.visible {
  opacity: 1;
}

body {
  font-family: "freight-text-pro", sans-serif;
  color: #4A4A4A;
}
body ::-moz-selection {
  background: #EAF3E4;
}
body ::selection {
  background: #EAF3E4;
}
body * {
  -webkit-font-smoothing: antialiased;
}
body a {
  color: #66A441;
  text-decoration: none;
  transition: 0.3s;
}
body a:hover {
  color: #959494;
}
body strong, body b {
  font-weight: 700;
}
body em {
  font-style: italic;
}
body hr {
  width: 100%;
  height: 1px;
  max-width: 100%;
  background: #CFCFCF;
  border: none;
  box-shadow: none;
  border-radius: 0px;
  margin: 50px auto;
}
body hr.divider, body hr.anchor-hr {
  height: 5px;
  background-color: #E1EED9;
  margin: 0;
}
body h1, body .h1 {
  font-family: "freight-display-pro", sans-serif;
  color: #222620;
  font-size: 44px;
  line-height: 1.15em;
  margin: 0 0 32px;
  font-weight: 700;
  letter-spacing: -0.005em;
}
@media (min-width: 768px) {
  body h1, body .h1 {
    font-size: 63px;
  }
}
@media (min-width: 1200px) {
  body h1, body .h1 {
    font-size: 80px;
  }
}
body h1.home-title, body .h1.home-title {
  font-size: 38px;
}
@media (min-width: 768px) {
  body h1.home-title, body .h1.home-title {
    font-size: 60px;
  }
}
@media (min-width: 1200px) {
  body h1.home-title, body .h1.home-title {
    font-size: 72px;
  }
}
body h2, body .h2 {
  font-family: "freight-display-pro", sans-serif;
  color: #222620;
  font-size: 38px;
  line-height: 1.1em;
  margin: 0 0 32px;
  font-weight: 700;
  letter-spacing: -0.005em;
}
@media (min-width: 768px) {
  body h2, body .h2 {
    font-size: 44px;
  }
}
@media (min-width: 1200px) {
  body h2, body .h2 {
    font-size: 56px;
  }
}
body h3, body .h3 {
  font-family: "freight-text-pro", sans-serif;
  color: #222620;
  font-size: 30px;
  line-height: 1.3em;
  margin: 0 0 32px;
  font-weight: 400;
}
@media (min-width: 768px) {
  body h3, body .h3 {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  body h3, body .h3 {
    font-size: 42px;
  }
}
body h3.small, body .h3.small {
  font-size: 26px;
  line-height: 140%;
}
body h4, body .h4 {
  font-family: "freight-text-pro", sans-serif;
  color: #222620;
  font-size: 26px;
  line-height: 1.4em;
  margin: 0 0 12px;
  font-weight: 400;
}
@media (min-width: 768px) {
  body h4, body .h4 {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  body h4, body .h4 {
    font-size: 32px;
  }
}
body h5, body .h5 {
  font-family: "freight-text-pro", sans-serif;
  color: #222620;
  font-size: 21px;
  line-height: 1.4em;
  margin: 0 0 22px;
  font-weight: 400;
}
@media (min-width: 768px) {
  body h5, body .h5 {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  body h5, body .h5 {
    font-size: 26px;
  }
}
body h6, body blockquote h6, body blockquote cite, body .h6 {
  font-family: "futura-pt", sans-serif;
  color: #66A441;
  font-size: 17px;
  line-height: 1.4em;
  margin: 0 0 22px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  body h6, body blockquote h6, body blockquote cite, body .h6 {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  body h6, body blockquote h6, body blockquote cite, body .h6 {
    font-size: 20px;
  }
}
body h6.small, body blockquote cite.small, body .h6.small {
  font-size: 14px;
  line-height: 110%;
  letter-spacing: 0.08em;
}
body p, body .gform_heading .gform_description, .gform_heading body .gform_description {
  font-family: "freight-text-pro", sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.55em;
  margin: 0 0 32px;
  letter-spacing: 0;
  color: #4A4A4A;
}
@media (min-width: 768px) {
  body p, body .gform_heading .gform_description, .gform_heading body .gform_description {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  body p, body .gform_heading .gform_description, .gform_heading body .gform_description {
    font-size: 22px;
  }
}
body p.small, body .gform_heading .small.gform_description, .gform_heading body .small.gform_description {
  font-style: italic;
  font-size: 17px;
  line-height: 155%;
}
body img {
  max-width: 100%;
  height: auto;
}
body img.alignleft {
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
}
@media (max-width: 768px) {
  body img.alignleft {
    float: none;
    display: block;
    margin: 0 auto 20px;
  }
}
body img.alignright {
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
}
@media (max-width: 768px) {
  body img.alignright {
    float: none;
    display: block;
    margin: 0 auto 20px;
  }
}
body img.aligncenter {
  float: none;
  display: block;
  margin: 0 auto 20px;
}
body button, body input, body select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
body .wp-caption {
  font-size: 17px;
  max-width: 100%;
  font-style: italic;
}
body .wp-caption img {
  max-width: 100%;
  height: auto;
}
body .wp-caption p, body .wp-caption .gform_heading .gform_description, .gform_heading body .wp-caption .gform_description, body .wp-caption p.wp-caption-text {
  font-size: 17px;
  margin-top: 5px;
  font-style: italic;
}
body blockquote {
  font-weight: 700;
  font-size: 32px;
  line-height: 140%;
  color: #66A441;
  letter-spacing: -0.005em;
  border-left: 10px solid #66A441;
  padding-left: 50px;
  box-sizing: border-box;
  margin-bottom: 32px;
}
@media (min-width: 1200px) {
  body blockquote {
    width: calc(100% + 116px);
    margin-left: -58px;
  }
}
body blockquote p, body blockquote .gform_heading .gform_description, .gform_heading body blockquote .gform_description {
  font-weight: 700;
  font-size: 32px;
  line-height: 140%;
  color: #66A441;
  letter-spacing: -0.005em;
}
body blockquote h6, body blockquote cite {
  margin-bottom: 0px !important;
}
body .content-styled {
  text-align: left;
}
body .content-styled h1:last-child, body .content-styled h2:last-child, body .content-styled h3:last-child, body .content-styled h4:last-child, body .content-styled h5:last-child, body .content-styled h6:last-child, body .content-styled blockquote cite:last-child, body blockquote .content-styled cite:last-child, body .content-styled > ul:last-child, body .content-styled > ol:last-child, body .content-styled > p:last-child, body .gform_heading .content-styled > .gform_description:last-child, .gform_heading body .content-styled > .gform_description:last-child {
  margin-bottom: 0;
}
body .content-styled img {
  max-width: 100%;
  height: auto;
}
body .content-styled img.alignleft {
  float: left;
  margin-right: 25px;
  margin-bottom: 25px;
}
body .content-styled .btn, body .content-styled .normal_content .gform_footer .gform_button, .normal_content .gform_footer body .content-styled .gform_button, body .content-styled .arrowed {
  margin-bottom: 32px;
}
body .content-styled p > a, body .content-styled .gform_heading .gform_description > a, .gform_heading body .content-styled .gform_description > a, body .content-styled li > a, body .content-styled p > em > a, body .content-styled .gform_heading .gform_description > em > a, .gform_heading body .content-styled .gform_description > em > a {
  color: #66A441;
  text-decoration: underline;
  font-weight: 700;
}
body .content-styled p > a:hover, body .content-styled .gform_heading .gform_description > a:hover, .gform_heading body .content-styled .gform_description > a:hover, body .content-styled li > a:hover, body .content-styled p > em > a:hover, body .content-styled .gform_heading .gform_description > em > a:hover, .gform_heading body .content-styled .gform_description > em > a:hover {
  color: #959494;
  text-decoration: none;
}
body .content-styled p > a.endnote, body .content-styled .gform_heading .gform_description > a.endnote, .gform_heading body .content-styled .gform_description > a.endnote, body .content-styled li > a.endnote, body .content-styled p > em > a.endnote, body .content-styled .gform_heading .gform_description > em > a.endnote, .gform_heading body .content-styled .gform_description > em > a.endnote {
  font-weight: 500;
  font-size: 12px;
  line-height: 2em;
  font-family: "futura-pt", sans-serif;
  color: #66A441;
  letter-spacing: 0.08em;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: uppercase;
  vertical-align: top;
}
body .content-styled p > a.endnote:hover, body .content-styled .gform_heading .gform_description > a.endnote:hover, .gform_heading body .content-styled .gform_description > a.endnote:hover, body .content-styled li > a.endnote:hover, body .content-styled p > em > a.endnote:hover, body .content-styled .gform_heading .gform_description > em > a.endnote:hover, .gform_heading body .content-styled .gform_description > em > a.endnote:hover {
  color: #222620;
}
body .content-styled ul, body .content-styled ol {
  padding: none;
  margin-bottom: 32px;
}
body .content-styled ul li, body .content-styled ol li {
  position: relative;
  padding-left: 40px;
  font-family: "freight-text-pro", sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.55em;
  margin: 0 0 16px;
  letter-spacing: 0;
  color: #4A4A4A;
}
@media (min-width: 768px) {
  body .content-styled ul li, body .content-styled ol li {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  body .content-styled ul li, body .content-styled ol li {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  body .content-styled ul li, body .content-styled ol li {
    padding-left: 30px;
  }
}
body .content-styled ul li:before, body .content-styled ol li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #66A441;
  font-weight: 500;
  font-family: "futura-pt", sans-serif;
}
body .content-styled ol {
  counter-reset: item;
}
body .content-styled ol li {
  counter-increment: item;
  list-style: none inside;
}
body .content-styled ol li:before {
  content: "" counter(item) ".";
}

.site-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.site-wrapper.loaded .border {
  height: 30px;
}
@media (max-width: 1275px) {
  .site-wrapper.loaded .border {
    height: 18px;
  }
}
@media (max-width: 768px) {
  .site-wrapper.loaded .border {
    height: 8px;
  }
}
.site-wrapper .border {
  background-color: #ffffff;
  display: block;
  z-index: 500;
  transition: 1s;
  overflow: hidden;
  height: 0px;
}
.site-wrapper .border.top {
  top: 0;
}
.site-wrapper .border.bottom {
  bottom: 0;
}
.site-wrapper .border.top, .site-wrapper .border.bottom {
  width: 100%;
  left: 0;
  position: absolute;
}
.site-wrapper .border.left {
  left: 0;
  transform-origin: bottom left;
  transform: rotate(90deg);
}
.site-wrapper .border.right {
  right: 0;
  transform-origin: bottom right;
  transform: rotate(-90deg);
}
.site-wrapper .border.left, .site-wrapper .border.right {
  position: fixed;
  width: 100vh;
  top: -30px;
}
@media (max-width: 1275px) {
  .site-wrapper .border.left, .site-wrapper .border.right {
    top: -18px;
    width: calc(100vh + 100px);
  }
}
@media (max-width: 768px) {
  .site-wrapper .border.left, .site-wrapper .border.right {
    top: -8px;
  }
}

.status-bar {
  text-align: center;
  position: relative;
}
.status-bar a {
  display: block;
  background-color: #4A4A4A;
}
.status-bar a:hover {
  background-color: #EE4823;
}
.status-bar h5 {
  color: #ffffff;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  padding: 13px 60px 13px 20px;
  font-family: "freight-display-pro", sans-serif;
}
.status-bar .close-btn {
  position: absolute;
  cursor: pointer;
  top: 50%;
  right: 20px;
  color: #ffffff;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: 0.3s ease-out;
}
.status-bar .close-btn:hover {
  color: #EE4823;
}
.status-bar .close-btn i {
  font-size: 25px;
}

.skip-navigation {
  font-size: 1px;
  display: block;
  height: 1px;
  margin-bottom: -1px;
  width: 100%;
  text-align: center;
  color: #fff;
}

header.global-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding-top: 52px;
}
@media (max-width: 768px) {
  header.global-header {
    padding-top: 22px;
  }
}
header.global-header.nav-inverse:not(.headroom--not-top) .hamburger span {
  background-color: #ffffff;
}
header.global-header.nav-inverse:not(.headroom--not-top) .hamburger span:before, header.global-header.nav-inverse:not(.headroom--not-top) .hamburger span:after {
  background-color: #ffffff;
}
header.global-header.nav-inverse:not(.headroom--not-top) .hamburger.active span {
  background-color: transparent;
}
header.global-header.nav-inverse:not(.headroom--not-top) .main-navigation .logo-link svg .text.forward {
  fill: #ffffff;
}
header.global-header.nav-inverse:not(.headroom--not-top) .main-navigation .menu-grid .search-toggle .icon-search {
  color: #ffffff;
}
header.global-header.nav-inverse:not(.headroom--not-top) .main-navigation .menu-grid .menu > .menu-item.menu-item-has-children:after {
  background-image: url("../img/nav-arrow-white.svg");
}
header.global-header.nav-inverse:not(.headroom--not-top) .main-navigation .menu-grid .menu > .menu-item > a {
  color: #ffffff;
}
header.global-header.nav-inverse:not(.headroom--not-top) .main-navigation .menu-grid .menu > .menu-item > a:hover {
  border-color: #ffffff;
}
header.global-header.headroom--not-top {
  transition: 0.3s ease-out;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  padding: 10px 0;
  position: fixed;
}
header.global-header.headroom--not-top:not(.headroom--pinned):not(.hovered) {
  transform: translateY(-150%);
  transition: none;
}
header.global-header .main-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
@media (max-width: 768px) {
  header.global-header .main-navigation .logo-link {
    width: 250px;
    max-width: calc(100% - 120px);
  }
}
header.global-header .main-navigation .logo-link svg {
  max-width: 100%;
  display: block;
}
header.global-header .main-navigation .logo-link svg .text.forward {
  fill: #4A4A4A;
}
header.global-header .main-navigation .menu-grid {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
}
@media (max-width: 1275px) {
  header.global-header .main-navigation .menu-grid .btn, header.global-header .main-navigation .menu-grid .normal_content .gform_footer .gform_button, .normal_content .gform_footer header.global-header .main-navigation .menu-grid .gform_button {
    display: none;
  }
}
header.global-header .main-navigation .menu-grid .search-toggle {
  margin-left: 5px;
  margin-right: 35px;
  cursor: pointer;
  transition: 0.3s ease-out;
}
@media (max-width: 1380px) {
  header.global-header .main-navigation .menu-grid .search-toggle {
    margin-left: 0;
    margin-right: 25px;
  }
}
@media (max-width: 1275px) {
  header.global-header .main-navigation .menu-grid .search-toggle {
    margin-right: 0;
  }
}
header.global-header .main-navigation .menu-grid .search-toggle:hover {
  opacity: 0.65;
}
header.global-header .main-navigation .menu-grid .search-toggle .icon-search {
  color: #4A4A4A;
  font-size: 24px;
}
header.global-header .main-navigation .menu-grid .menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
}
@media (max-width: 1275px) {
  header.global-header .main-navigation .menu-grid .menu {
    display: none;
  }
}
header.global-header .main-navigation .menu-grid .menu > .menu-item {
  position: relative;
  margin-right: 30px;
}
@media (max-width: 1380px) {
  header.global-header .main-navigation .menu-grid .menu > .menu-item {
    margin-right: 20px;
  }
}
header.global-header .main-navigation .menu-grid .menu > .menu-item.menu-item-has-children:after {
  content: "";
  width: 11px;
  height: 7px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("../img/nav-arrow.svg");
  background-position: center center;
  margin-left: 8px;
  transform-origin: center;
  transition: 0.3s ease-out;
}
@media (max-width: 1380px) {
  header.global-header .main-navigation .menu-grid .menu > .menu-item.menu-item-has-children:after {
    margin-left: 5px;
  }
}
header.global-header .main-navigation .menu-grid .menu > .menu-item.menu-item-has-children:hover:after {
  transform: rotate(180deg);
}
header.global-header .main-navigation .menu-grid .menu > .menu-item.menu-item-has-children:hover .sub-menu {
  max-height: 500px;
  padding: 17px 30px 13px;
  overflow: visible;
  opacity: 1;
}
header.global-header .main-navigation .menu-grid .menu > .menu-item > a {
  display: inline-block;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  color: #4A4A4A;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  padding-bottom: 6px;
  padding-top: 20px;
  margin-bottom: 20px;
}
header.global-header .main-navigation .menu-grid .menu > .menu-item > a:hover {
  border-color: #4A4A4A;
}
header.global-header .main-navigation .menu-grid .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #66A441;
  max-height: 0px;
  transition: 0.3s;
  padding: 0 30px;
  overflow: hidden;
  opacity: 0;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.2);
}
header.global-header .main-navigation .menu-grid .menu > .menu-item .sub-menu:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(102, 164, 65, 0);
  border-bottom-color: #66A441;
  border-width: 7px;
  margin-left: -7px;
}
header.global-header .main-navigation .menu-grid .menu > .menu-item .sub-menu .menu-item {
  display: block;
  text-align: left;
}
header.global-header .main-navigation .menu-grid .menu > .menu-item .sub-menu .menu-item:last-child a {
  border: none;
}
header.global-header .main-navigation .menu-grid .menu > .menu-item .sub-menu .menu-item a {
  color: #ffffff;
  font-weight: 400;
  font-size: 19px;
  line-height: 155%;
  font-family: "freight-display-pro", sans-serif;
  padding: 8px 50px 8px 0;
  display: block;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  white-space: nowrap;
}
header.global-header .main-navigation .menu-grid .menu > .menu-item .sub-menu .menu-item a:hover {
  color: #222620;
}

.global-hero {
  position: relative;
  padding-top: 220px;
  background-color: #F8F8F4;
}
@media (max-width: 991px) {
  .global-hero {
    padding-top: 180px;
  }
}
@media (max-width: 768px) {
  .global-hero {
    padding-top: 140px;
  }
}
.global-hero.size-large {
  padding-top: 420px;
}
@media (max-width: 991px) {
  .global-hero.size-large {
    padding-top: 180px;
  }
}
@media (max-width: 768px) {
  .global-hero.size-large {
    padding-top: 140px;
  }
}
.global-hero.size-large .container .content-wrapper {
  padding-bottom: 90px;
}
.global-hero.with-image {
  background-color: #222620;
  color: #ffffff;
}
.global-hero.with-image h1, .global-hero.with-image h2, .global-hero.with-image h3, .global-hero.with-image h4, .global-hero.with-image h5, .global-hero.with-image h6, .global-hero.with-image body blockquote cite, body blockquote .global-hero.with-image cite, .global-hero.with-image p, .global-hero.with-image .gform_heading .gform_description, .gform_heading .global-hero.with-image .gform_description, .global-hero.with-image li, .global-hero.with-image span:not(.label) {
  color: #ffffff;
}
.global-hero.with-image .container .content-wrapper {
  padding-bottom: 90px;
}
.global-hero.with-image .container .content-wrapper .pretitle {
  color: #ffffff;
}
.global-hero .background-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s ease-out;
  z-index: 10;
}
.global-hero .background-image:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 275px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 50;
}
.global-hero .background-image.visible {
  opacity: 0.5;
}
.global-hero .container {
  position: relative;
  z-index: 100;
}
.global-hero .container .content-wrapper {
  padding-bottom: 90px;
}
@media (max-width: 768px) {
  .global-hero .container .content-wrapper {
    padding-bottom: 40px;
  }
}
.global-hero .container .content-wrapper .pretitle {
  margin-bottom: 10px;
  color: #222620;
}
.global-hero .container .content-wrapper .page-title {
  margin-bottom: 20px;
}
.global-hero .container .content-wrapper .introduction {
  width: 100%;
  max-width: 800px;
}
.global-hero .container .content-wrapper .video-cta {
  background-image: url("../img/play-icon.svg");
  background-repeat: no-repeat;
  background-position: left center;
  height: 85px;
  white-space: nowrap;
  line-height: 85px;
  padding-left: 123px;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 20px;
  font-family: "futura-pt", sans-serif;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #FFFFFF;
  display: inline-block;
  margin-top: 20px;
  cursor: pointer;
}
.global-hero .container .content-wrapper .video-cta:hover {
  opacity: 0.65;
}
.global-hero .hero-bar {
  height: 20px;
  background-color: #66A441;
  background-image: url("../img/hero-bar.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0;
  position: relative;
  z-index: 100;
}

@media (max-width: 1275px) {
  html.nav-locked, body.nav-locked {
    background-color: #222620;
  }
  html.nav-locked .global-main, html.nav-locked .footer-cta, html.nav-locked .global-footer, html.nav-locked .share-wrapper, body.nav-locked .global-main, body.nav-locked .footer-cta, body.nav-locked .global-footer, body.nav-locked .share-wrapper {
    display: none;
  }
  html.nav-locked header.global-header .hamburger span, body.nav-locked header.global-header .hamburger span {
    background-color: #ffffff;
  }
  html.nav-locked header.global-header .hamburger span:before, html.nav-locked header.global-header .hamburger span:after, body.nav-locked header.global-header .hamburger span:before, body.nav-locked header.global-header .hamburger span:after {
    background-color: #ffffff;
  }
  html.nav-locked header.global-header .hamburger.active span, body.nav-locked header.global-header .hamburger.active span {
    background-color: transparent;
  }
  html.nav-locked header.global-header .main-navigation .logo-link svg .text.forward, body.nav-locked header.global-header .main-navigation .logo-link svg .text.forward {
    fill: #ffffff;
  }
  html.nav-locked header.global-header .main-navigation .menu-grid .search-toggle .icon-search, body.nav-locked header.global-header .main-navigation .menu-grid .search-toggle .icon-search {
    color: #ffffff;
  }
}

.hamburger {
  display: none;
  float: right;
  margin: 0;
  cursor: pointer;
  overflow: hidden;
  height: 20px;
}
@media (max-width: 1275px) {
  .hamburger {
    display: block;
  }
}
.hamburger:hover {
  opacity: 0.65;
}
.hamburger span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 20px;
  width: 25px;
  height: 2px;
  background-color: #222620;
  position: relative;
}
.hamburger span:before, .hamburger span:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 35px;
  height: 2px;
  background-color: #222620;
  transition: 0.3s;
}
.hamburger span:before {
  top: -8px;
}
.hamburger span:after {
  bottom: -8px;
}
.hamburger.active span {
  background-color: transparent;
  margin-top: 1px;
}
.hamburger.active span:before, .hamburger.active span:after {
  width: 25px;
}
.hamburger.active span:before {
  transform: rotate(45deg);
  top: 0;
}
.hamburger.active span:after {
  transform: rotate(-45deg);
  bottom: 0;
}
.hamburger.active:hover:before, .hamburger.active:hover:after {
  background-color: #66A441;
}

.mobile-navigation-wrapper {
  display: none;
  min-height: 100vh;
  padding: 155px 0 130px;
  box-sizing: border-box;
  background-size: cover;
  background-position: center center;
  opacity: 0;
  z-index: -1;
  transition: 0.5s;
  position: absolute;
  width: 100%;
}
@media (max-width: 1275px) {
  .mobile-navigation-wrapper {
    display: block;
  }
  .mobile-navigation-wrapper.active {
    opacity: 1;
    z-index: 900;
    position: relative;
    background-color: #222620;
  }
}
@media (max-width: 768px) {
  .mobile-navigation-wrapper {
    padding-top: 110px;
  }
}
.mobile-navigation-wrapper .btn-wrapper {
  margin: 30px auto;
  text-align: center;
  display: block;
}
.mobile-navigation-wrapper .social-links ul {
  text-align: center;
}
.mobile-navigation-wrapper .social-links ul li a {
  color: #ffffff;
  font-size: 26px;
}
.mobile-navigation-wrapper .social-links ul li a:hover {
  color: #66A441;
}
.mobile-navigation-wrapper .menu {
  padding: 0 80px;
  width: 100%;
  box-sizing: border-box;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .mobile-navigation-wrapper .menu {
    padding: 0 30px;
  }
}
.mobile-navigation-wrapper .menu > .menu-item {
  display: block;
}
.mobile-navigation-wrapper .menu > .menu-item:last-child {
  border-bottom: 1px solid rgba(124, 124, 129, 0.5);
}
.mobile-navigation-wrapper .menu > .menu-item.menu-item-has-children {
  position: relative;
}
.mobile-navigation-wrapper .menu > .menu-item.menu-item-has-children .toggle {
  position: absolute;
  width: 30px;
  height: 42px;
  cursor: pointer;
  top: 0;
  right: 0;
  display: block;
  background-position: right center;
  background-size: 15px;
  background-image: url("../img/toggle.svg");
  background-repeat: no-repeat;
}
.mobile-navigation-wrapper .menu > .menu-item.menu-item-has-children .toggle:hover {
  background-image: url("../img/toggle-hover.svg");
}
.mobile-navigation-wrapper .menu > .menu-item.menu-item-has-children.open .toggle {
  background-image: url("../img/toggle-open.svg");
}
.mobile-navigation-wrapper .menu > .menu-item.menu-item-has-children.open .toggle:hover {
  background-image: url("../img/toggle-open-hover.svg");
}
.mobile-navigation-wrapper .menu > .menu-item.menu-item-has-children.open .sub-menu {
  display: block;
}
.mobile-navigation-wrapper .menu > .menu-item > a {
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  font-family: "futura-pt", sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: 0.3s;
  padding: 12px 0;
  border-top: 1px solid rgba(124, 124, 129, 0.5);
  display: block;
}
.mobile-navigation-wrapper .menu > .menu-item > a:hover {
  color: #66A441;
}
.mobile-navigation-wrapper .menu > .menu-item .sub-menu {
  padding-left: 30px;
  display: none;
}
.mobile-navigation-wrapper .menu > .menu-item .sub-menu .menu-item:first-child a {
  padding-top: 0;
}
.mobile-navigation-wrapper .menu > .menu-item .sub-menu .menu-item:last-child a {
  border: none;
  padding-bottom: 12px;
}
.mobile-navigation-wrapper .menu > .menu-item .sub-menu .menu-item a {
  color: #ffffff;
  font-weight: 400;
  font-size: 19px;
  line-height: 155%;
  font-family: "freight-text-pro", sans-serif;
  border-bottom: 1px solid rgba(124, 124, 129, 0.5);
  padding: 8px 0;
  display: block;
}
.mobile-navigation-wrapper .menu > .menu-item .sub-menu .menu-item a:hover {
  color: #66A441;
}

.subnavigation {
  background-color: #222620;
}
.subnavigation .menu {
  display: block;
  text-align: center;
  padding: 17px 0 7px;
}
.subnavigation .menu .menu-item {
  display: inline-block;
  margin: 0 20px 7px;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  font-weight: 700;
}
.subnavigation .menu .menu-item.current-menu-item a {
  border-color: #ffbb17;
}
.subnavigation .menu .menu-item a {
  display: block;
  color: #ffffff;
  border-bottom: 3px solid transparent;
}
.subnavigation .menu .menu-item a:hover {
  border-color: #ffbb17;
}

#cookie-law-info-bar {
  background-color: rgba(0, 0, 0, 0.9) !important;
  width: 510px !important;
  max-width: calc(100% - 120px) !important;
  left: auto !important;
  right: 60px !important;
  bottom: 60px !important;
  padding: 20px 44px !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
}
#cookie-law-info-bar > span {
  font-size: 15px !important;
  line-height: 22px !important;
  color: #ffffff !important;
  font-family: "freight-text-pro", sans-serif !important;
}
#cookie-law-info-bar > span a {
  color: #ffffff !important;
  text-decoration: underline !important;
}
#cookie-law-info-bar > span a:hover {
  text-decoration: none !important;
}
#cookie-law-info-bar > span p, #cookie-law-info-bar > span .gform_heading .gform_description, .gform_heading #cookie-law-info-bar > span .gform_description {
  margin: 0 !important;
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  font-family: "freight-text-pro", sans-serif;
  text-align: center;
  color: #FFFFFF;
}
#cookie-law-info-bar > span br {
  display: none;
}
#cookie-law-info-bar #wt-cli-accept-all-btn {
  position: absolute !important;
  width: 15px !important;
  height: 15px !important;
  right: 15px !important;
  top: 15px !important;
  transform: translateY(0%) !important;
  text-indent: 110% !important;
  overflow: hidden !important;
  cursor: pointer !important;
  z-index: 100 !important;
  background-image: url("../img/x.svg") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
}
#cookie-law-info-bar #wt-cli-accept-all-btn:hover {
  opacity: 0.6;
}
#cookie-law-info-bar #cookie_action_close_header {
  background-image: url("../img/cookie-agree.svg");
  width: 67px;
  height: 15px;
  display: block;
  font-size: 0px;
  text-indent: 150%;
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s ease-out;
  margin: 10px auto 0;
}
#cookie-law-info-bar #cookie_action_close_header:hover {
  opacity: 0.65;
}

footer.global-footer {
  padding: 100px 0 40px;
  background-color: #F8F8F4;
  position: relative;
}
footer.global-footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(180deg, #FFFFFF 0%, #F8F8F4 100%);
}
footer.global-footer .top-divider {
  margin-bottom: 40px;
}
footer.global-footer .logo-link {
  display: block;
  width: 347px;
  max-width: 100%;
  margin-bottom: 50px;
}
footer.global-footer .logo-link svg .text.forward {
  fill: #7C7C81;
}
footer.global-footer .media-wrapper {
  padding-bottom: 35px;
}
footer.global-footer .media-wrapper .media-title {
  font-size: 16px;
  margin-bottom: 15px;
  color: #222620;
}
footer.global-footer .media-wrapper .media-content p, footer.global-footer .media-wrapper .media-content .gform_heading .gform_description, .gform_heading footer.global-footer .media-wrapper .media-content .gform_description {
  font-size: 17px;
  margin-bottom: 15px;
}
footer.global-footer .media-wrapper .media-content p a, footer.global-footer .media-wrapper .media-content .gform_heading .gform_description a, .gform_heading footer.global-footer .media-wrapper .media-content .gform_description a {
  border-bottom: 1px solid #959494;
  text-decoration: none !important;
}
footer.global-footer .media-wrapper .media-content p a:hover, footer.global-footer .media-wrapper .media-content .gform_heading .gform_description a:hover, .gform_heading footer.global-footer .media-wrapper .media-content .gform_description a:hover {
  border-color: transparent;
}
footer.global-footer .gform_wrapper {
  margin-bottom: 54px;
}
footer.global-footer .gform_wrapper .gform_heading {
  margin: 0;
}
footer.global-footer .gform_wrapper .gform_heading .gform_title {
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000000;
  margin: 0 0 12px;
  font-family: "futura-pt", sans-serif;
}
footer.global-footer .gform_wrapper form {
  display: flex;
}
footer.global-footer .gform_wrapper form .gform_body {
  margin-right: 25px;
  width: 335px;
}
footer.global-footer .gform_wrapper form .gform_body .gfield {
  margin: 0;
}
footer.global-footer .gform_wrapper form .gform_body .gfield .gfield_label {
  display: none;
}
footer.global-footer .gform_wrapper form .gform_body .gfield .ginput_container input {
  border: 1px solid #959494;
  background-color: transparent;
  margin: 0;
}
footer.global-footer .gform_wrapper form .gform_footer .gform_button {
  color: #66A441;
  border-color: #66A441;
  margin-top: 10px;
}
footer.global-footer .gform_wrapper form .gform_footer .gform_button:hover {
  color: #222620;
  border-color: #222620;
}
footer.global-footer .social-links {
  margin-bottom: 54px;
}
footer.global-footer .social-links ul li a {
  font-size: 22px;
  color: #222620;
}
footer.global-footer .social-links ul li a:hover {
  color: #66A441;
}
footer.global-footer .featured-wrapper {
  margin-top: 100px;
}
footer.global-footer .featured-wrapper .featured-title {
  color: #222620;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
footer.global-footer .featured-wrapper .featured-logos {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
  margin: 0 -15px 42px;
}
footer.global-footer .featured-wrapper .featured-logos .featured-logo {
  padding: 0 15px 20px;
}
footer.global-footer .featured-wrapper .featured-logos .featured-logo .logo {
  max-width: 170px;
  max-height: 50px;
  height: auto;
  width: auto;
  mix-blend-mode: multiply;
}
footer.global-footer .nav-wrapper {
  display: flex;
  flex-wrap: wrap;
}
footer.global-footer .nav-wrapper .nav-column {
  width: 33.333%;
  padding-right: 20px;
  box-sizing: border-box;
}
footer.global-footer .nav-wrapper .nav-column:last-child {
  padding: 0;
}
@media (max-width: 768px) {
  footer.global-footer .nav-wrapper .nav-column {
    width: 100%;
    padding: 0;
  }
}
footer.global-footer .nav-wrapper .nav-column .search-toggle {
  margin-bottom: 30px;
  display: inline-block;
}
footer.global-footer .nav-wrapper .nav-column .search-toggle:hover .search-icon path {
  stroke: #66A441;
}
footer.global-footer .nav-wrapper .nav-column .search-toggle:hover .text {
  color: #66A441;
  border-bottom: 1px solid #959494;
}
footer.global-footer .nav-wrapper .nav-column .search-toggle .search-icon {
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
  transition: 0.3s ease-out;
}
footer.global-footer .nav-wrapper .nav-column .search-toggle .search-icon path {
  stroke: #222620;
}
footer.global-footer .nav-wrapper .nav-column .search-toggle .text {
  font-weight: 500;
  font-size: 16px;
  font-family: "futura-pt", sans-serif;
  line-height: 110%;
  color: #222620;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  vertical-align: middle;
  display: inline-block;
  transition: 0.3s ease-out;
}
footer.global-footer .nav-wrapper .nav-column .menu > .menu-item {
  margin-bottom: 50px;
  display: block;
}
footer.global-footer .nav-wrapper .nav-column .menu > .menu-item > a {
  font-weight: 500;
  font-size: 16px;
  font-family: "futura-pt", sans-serif;
  line-height: 110%;
  color: #222620;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
footer.global-footer .nav-wrapper .nav-column .menu > .menu-item > a:hover {
  color: #66A441;
  border-bottom: 1px solid #959494;
}
footer.global-footer .nav-wrapper .nav-column .menu > .menu-item .sub-menu {
  margin-top: 15px;
}
footer.global-footer .nav-wrapper .nav-column .menu > .menu-item .sub-menu .menu-item {
  margin-bottom: 10px;
}
footer.global-footer .nav-wrapper .nav-column .menu > .menu-item .sub-menu .menu-item a {
  font-weight: 400;
  font-size: 17px;
  line-height: 155%;
  color: #4A4A4A;
}
footer.global-footer .nav-wrapper .nav-column .menu > .menu-item .sub-menu .menu-item a:hover {
  color: #66A441;
  border-bottom: 1px solid #959494;
}
footer.global-footer .lower-divider {
  margin-bottom: 25px;
}
footer.global-footer .copyright-menu {
  margin-bottom: 5px;
  display: flex;
}
@media (max-width: 768px) {
  footer.global-footer .copyright-menu {
    flex-wrap: wrap;
  }
}
footer.global-footer .copyright-menu .copyright {
  font-size: 12px;
  line-height: 155%;
  color: #4A4A4A;
  margin: 0 30px 20px 0;
}
footer.global-footer .copyright-menu .menu {
  margin: 0;
  display: flex;
}
footer.global-footer .copyright-menu .menu .menu-item {
  margin: 0 30px 20px 0;
}
footer.global-footer .copyright-menu .menu .menu-item a {
  font-size: 12px;
  line-height: 155%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #4A4A4A;
}
footer.global-footer .copyright-menu .menu .menu-item a:hover {
  text-decoration: none;
}
footer.global-footer .roni {
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  line-height: 155%;
  font-family: "freight-text-pro", sans-serif;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #959494;
  display: inline-block;
  margin-bottom: 35px;
}
footer.global-footer .roni:hover {
  text-decoration: none;
}
footer.global-footer .to-top {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 0;
  color: #ffffff;
  opacity: 0;
}

.body-noscroll {
  overflow: hidden;
}

.cookied-popup {
  position: fixed;
  bottom: 30px;
  left: 30px;
  right: auto;
  top: auto;
  display: block;
  width: 475px;
  max-width: calc(100% - 60px);
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 40px 42px 32px 50px;
  opacity: 0;
  z-index: -1000;
  transition: 0.3s ease-out;
}
.cookied-popup.visible {
  z-index: 3000;
  opacity: 1;
}
.cookied-popup .close-icon {
  right: 15px;
  top: 15px;
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  line-height: 30px;
  text-align: center;
}
.cookied-popup .close-icon:hover i {
  opacity: 0.6;
}
.cookied-popup .close-icon i {
  font-size: 30px;
  color: #959494;
  transition: 0.3s ease-out;
}
.cookied-popup .popup-title {
  font-weight: 700;
  font-size: 35px;
  line-height: 120%;
  margin-bottom: 20px;
}
.cookied-popup .lower-content {
  display: flex;
}
.cookied-popup .lower-content .image {
  width: 125px;
  height: 125px;
  margin: 0 20px 20px 0;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 768px) {
  .cookied-popup .lower-content .image {
    display: none;
  }
}
.cookied-popup .lower-content .content-wrapper {
  width: calc(100% - 145px);
}
@media (max-width: 768px) {
  .cookied-popup .lower-content .content-wrapper {
    width: 100%;
  }
}
.cookied-popup .lower-content .content-wrapper .content-styled p, .cookied-popup .lower-content .content-wrapper .content-styled .gform_heading .gform_description, .gform_heading .cookied-popup .lower-content .content-wrapper .content-styled .gform_description {
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 155%;
}
.cookied-popup .lower-content .content-wrapper .arrowed {
  margin: 0;
}

.video-popup-wrapper {
  display: none;
  background-color: rgba(102, 164, 65, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
}
.video-popup-wrapper.active {
  display: block;
}
.video-popup-wrapper .close-icon {
  right: 15px;
  position: absolute;
  top: 15px;
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.video-popup-wrapper .close-icon:hover i {
  color: #959494;
}
.video-popup-wrapper .close-icon i {
  color: #ffffff;
  font-size: 30px;
}
.video-popup-wrapper .popup-content-wrapper {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background-color: #222620;
  max-width: 175vh;
  width: 85%;
  height: auto;
  transition: 0.3s ease-out;
  box-sizing: border-box;
}
.video-popup-wrapper .popup-content-wrapper .popup-content {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56%;
  display: block;
}
.video-popup-wrapper .popup-content-wrapper .popup-content iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.video-popup-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

.search-popup {
  position: relative;
  z-index: 5000;
  background-color: #66A441;
  padding: 0 30px;
  overflow: hidden;
  height: 0px;
  box-sizing: border-box;
  transition: 0.3s ease-out;
}
.search-popup.active {
  padding: 7px 30px;
  height: 80px;
}
@media (max-width: 768px) {
  .search-popup.active {
    padding: 4px 30px;
    height: 70px;
  }
}
.search-popup.active .close-icon {
  opacity: 1;
}
.search-popup .close-icon {
  position: absolute;
  right: 30px;
  top: 20px;
  cursor: pointer;
  opacity: 0;
}
.search-popup .close-icon i {
  color: #ffffff;
  font-size: 26px;
  transition: 0.3s ease-out;
}
.search-popup .close-icon:hover i {
  color: #4A4A4A;
}
.search-popup form {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  margin-right: 55px;
}
.search-popup form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ffffff;
}
.search-popup form ::-moz-placeholder {
  color: #ffffff;
}
.search-popup form ::placeholder {
  color: #ffffff;
}
.search-popup form .search-input {
  margin: 0;
  background-color: transparent;
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../img/search.svg");
  background-position: left center;
  font-family: "freight-text-pro", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 140%;
  color: #ffffff;
  background-repeat: no-repeat;
  padding-left: 35px;
}
@media (max-width: 768px) {
  .search-popup form .search-input {
    font-size: 24px;
  }
}
.search-popup form .search-input:focus {
  outline: none;
  background-color: transparent;
}
.social-links ul {
  list-style: none;
  margin: 0 -11px;
  display: block;
}
.social-links ul li {
  display: inline-block;
  font-size: 15px;
  margin: 0 11px;
}

.btn, .normal_content .gform_footer .gform_button {
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0.05em;
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  background-color: #66A441;
  display: inline-block;
  border-radius: 0px !important;
  padding: 9px 14px;
  color: #ffffff !important;
  text-align: left;
  cursor: pointer;
  transition: 0.3s ease-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: none;
  border: none;
  box-shadow: none;
  text-decoration: none !important;
}
.btn:hover, .normal_content .gform_footer .gform_button:hover {
  color: #ffffff;
  background-color: #222620;
}
.btn.btn-arrowed-small, .normal_content .gform_footer .btn-arrowed-small.gform_button {
  background-color: #E1EED9;
  color: #222620 !important;
  padding: 10px 47px 10px 20px;
  background-image: url("../img/arrow-grey.svg");
  background-repeat: no-repeat;
  background-position: right 19px center;
  background-size: 16px 14px;
  font-family: "freight-display-pro", sans-serif;
  font-weight: 700;
  font-size: 23px;
  line-height: 140%;
  letter-spacing: 0;
  text-transform: none;
}
.btn.btn-arrowed-small:hover, .normal_content .gform_footer .btn-arrowed-small.gform_button:hover {
  background-color: #66A441;
  color: #ffffff !important;
  background-image: url("../img/arrow-white.svg");
}
.btn.btn-arrowed, .normal_content .gform_footer .btn-arrowed.gform_button, .btn.btn-arrow, .normal_content .gform_footer .btn-arrow.gform_button {
  padding: 22px 10px 22px 92px;
  width: 295px;
  box-sizing: border-box;
  background-image: url("../img/arrow-btn.svg");
  background-position: left 30px center;
  background-repeat: no-repeat;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.2);
  font-weight: 500;
  font-size: 23px;
  line-height: 115%;
  letter-spacing: 0;
  text-transform: none;
}
.btn.btn-arrowed:hover, .normal_content .gform_footer .btn-arrowed.gform_button:hover, .btn.btn-arrow:hover, .normal_content .gform_footer .btn-arrow.gform_button:hover {
  background-color: #222620;
  background-image: url("../img/arrow-btn-hover.svg");
}
.btn.btn-small, .normal_content .gform_footer .btn-small.gform_button {
  padding: 7px 9px;
  font-size: 12px;
}
.btn.btn-small:hover, .normal_content .gform_footer .btn-small.gform_button:hover {
  background-color: #222620;
}

.arrowed {
  background-image: none;
  border: none;
  box-shadow: none;
  background-color: transparent;
  font-weight: 500;
  font-size: 23px;
  line-height: 115%;
  background-image: none !important;
  border-radius: 0px !important;
  font-family: "futura-pt", sans-serif;
  padding: 7px 0 5px;
  border-bottom: 1px solid #66A441;
  color: #66A441;
  transition: 0.3s ease-out;
  cursor: pointer;
  display: inline-block;
  position: relative;
  margin-right: 31px;
  text-decoration: none !important;
}
.arrowed:after {
  width: 21px;
  height: 19px;
  position: absolute;
  left: 100%;
  content: "";
  margin-left: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../img/arrow-green.svg");
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  transition: 0.3s ease-out;
}
.arrowed:hover {
  color: #4A4A4A;
  border-color: #4A4A4A;
}
.arrowed:hover:after {
  background-image: url("../img/arrow-grey.svg");
}
.arrowed.arrowed-down:after {
  background-image: url("../img/arrow-down.svg");
}
.arrowed.arrowed-down:hover:after {
  background-image: url("../img/arrow-down-grey.svg");
}
.arrowed.arrowed-white, main.global-main .take_action .inner .right-content-wrapper .ctas-wrapper .arrowed, main.global-main .featured_content .inner.bg-green .arrowed, main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block.bg-green .arrowed, main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block.bg-image .arrowed {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.5);
}
.arrowed.arrowed-white:after, main.global-main .take_action .inner .right-content-wrapper .ctas-wrapper .arrowed:after, main.global-main .featured_content .inner.bg-green .arrowed:after, main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block.bg-green .arrowed:after, main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block.bg-image .arrowed:after {
  background-image: url("../img/arrow-white.svg");
}
.arrowed.arrowed-white:hover, main.global-main .take_action .inner .right-content-wrapper .ctas-wrapper .arrowed:hover, main.global-main .featured_content .inner.bg-green .arrowed:hover, main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block.bg-green .arrowed:hover, main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block.bg-image .arrowed:hover {
  color: #4A4A4A;
  border-color: #4A4A4A;
}
.arrowed.arrowed-white:hover:after, main.global-main .take_action .inner .right-content-wrapper .ctas-wrapper .arrowed:hover:after, main.global-main .featured_content .inner.bg-green .arrowed:hover:after, main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block.bg-green .arrowed:hover:after, main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block.bg-image .arrowed:hover:after {
  background-image: url("../img/arrow-grey.svg");
}
.arrowed.arrowed-white.arrowed-down:after, main.global-main .take_action .inner .right-content-wrapper .ctas-wrapper .arrowed.arrowed-down:after, main.global-main .featured_content .inner.bg-green .arrowed.arrowed-down:after, main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block.bg-green .arrowed.arrowed-down:after, main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block.bg-image .arrowed.arrowed-down:after {
  background-image: url("../img/arrow-down-white.svg");
}
.arrowed.arrowed-white.arrowed-down:hover, main.global-main .take_action .inner .right-content-wrapper .ctas-wrapper .arrowed.arrowed-down:hover, main.global-main .featured_content .inner.bg-green .arrowed.arrowed-down:hover, main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block.bg-green .arrowed.arrowed-down:hover, main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block.bg-image .arrowed.arrowed-down:hover {
  color: #ffffff;
  border-color: #66A441;
}
.arrowed.arrowed-white.arrowed-down:hover:after, main.global-main .take_action .inner .right-content-wrapper .ctas-wrapper .arrowed.arrowed-down:hover:after, main.global-main .featured_content .inner.bg-green .arrowed.arrowed-down:hover:after, main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block.bg-green .arrowed.arrowed-down:hover:after, main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block.bg-image .arrowed.arrowed-down:hover:after {
  background-image: url("../img/arrow-down-green.svg");
}
.arrowed.arrowed-small {
  color: #222620;
  border-color: transparent;
  font-size: 14px;
  padding: 0;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.arrowed.arrowed-small:after {
  background-image: url("../img/arrow-small.svg");
  width: 12px;
}
.arrowed.arrowed-small:hover {
  color: #66A441;
}
.arrowed.arrowed-small:hover:after {
  background-image: url("../img/arrow-small-green.svg");
}
.arrowed.arrowed-small.arrowed-white, main.global-main .take_action .inner .right-content-wrapper .ctas-wrapper .arrowed.arrowed-small, main.global-main .featured_content .inner.bg-green .arrowed.arrowed-small, main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block.bg-green .arrowed.arrowed-small, main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block.bg-image .arrowed.arrowed-small {
  color: #ffffff;
}
.arrowed.arrowed-small.arrowed-white:after, main.global-main .take_action .inner .right-content-wrapper .ctas-wrapper .arrowed.arrowed-small:after, main.global-main .featured_content .inner.bg-green .arrowed.arrowed-small:after, main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block.bg-green .arrowed.arrowed-small:after, main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block.bg-image .arrowed.arrowed-small:after {
  background-image: url("../img/arrow-small-white.svg");
}
.arrowed.arrowed-small.arrowed-white.arrowed-down, main.global-main .take_action .inner .right-content-wrapper .ctas-wrapper .arrowed.arrowed-small.arrowed-down, main.global-main .featured_content .inner.bg-green .arrowed.arrowed-small.arrowed-down, main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block.bg-green .arrowed.arrowed-small.arrowed-down, main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block.bg-image .arrowed.arrowed-small.arrowed-down {
  border-bottom: 1px solid transparent;
}
.arrowed.arrowed-small.arrowed-white.arrowed-down:after, main.global-main .take_action .inner .right-content-wrapper .ctas-wrapper .arrowed.arrowed-small.arrowed-down:after, main.global-main .featured_content .inner.bg-green .arrowed.arrowed-small.arrowed-down:after, main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block.bg-green .arrowed.arrowed-small.arrowed-down:after, main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block.bg-image .arrowed.arrowed-small.arrowed-down:after {
  background-image: url("../img/arrow-small-white-down.svg");
}
.arrowed.arrowed-small.arrowed-white.arrowed-down:hover, main.global-main .take_action .inner .right-content-wrapper .ctas-wrapper .arrowed.arrowed-small.arrowed-down:hover, main.global-main .featured_content .inner.bg-green .arrowed.arrowed-small.arrowed-down:hover, main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block.bg-green .arrowed.arrowed-small.arrowed-down:hover, main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block.bg-image .arrowed.arrowed-small.arrowed-down:hover {
  border-color: #ffffff;
}
.arrowed.arrowed-back {
  margin-left: 31px;
}
.arrowed.arrowed-back:before {
  width: 21px;
  height: 19px;
  position: absolute;
  right: 100%;
  content: "";
  margin-right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../img/arrow-back.svg");
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  transition: 0.3s ease-out;
}
.arrowed.arrowed-back:after {
  display: none;
}
.arrowed.arrowed-back:hover:before {
  background-image: url("../img/arrow-back-grey.svg");
}

.breadcrumb {
  display: block;
  background-color: #222620;
  padding: 13px 0;
}
.breadcrumb .flex-row {
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.breadcrumb .flex-row .breadcrumb-link {
  padding-left: 22px;
  background-image: url("../img/arrow-back-small-white.svg");
  background-repeat: no-repeat;
  background-position: left center;
  font-weight: 500;
  font-size: 14px;
  line-height: 110%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "futura-pt", sans-serif;
  cursor: pointer;
}
@media (max-width: 768px) {
  .breadcrumb .flex-row .breadcrumb-link {
    background-position: left top 2px;
  }
}
.breadcrumb .flex-row .breadcrumb-link:hover {
  color: #66A441;
  background-image: url("../img/arrow-back-small-green.svg");
}
.breadcrumb .flex-row .breadcrumb-link:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  margin: 0 20px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 768px) {
  .breadcrumb .flex-row .breadcrumb-link:after {
    display: block;
    margin: 15px 0;
    height: 1px;
    width: 100%;
  }
}
.breadcrumb .flex-row .page-title {
  padding-bottom: 2px;
  font-weight: 500;
  font-size: 14px;
  line-height: 110%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "futura-pt", sans-serif;
}
@media (max-width: 768px) {
  .breadcrumb .flex-row .page-title {
    width: 100%;
    padding-left: 22px;
    box-sizing: border-box;
  }
}

.pagination-wrapper {
  text-align: center;
  margin: 100px 0;
  padding: 0 100px;
  position: relative;
}
.pagination-wrapper .page-numbers {
  margin: 0 13px;
}
.pagination-wrapper .page-numbers .number {
  padding-bottom: 7px;
  font-weight: 500;
  font-size: 23px;
  line-height: 115%;
  font-family: "futura-pt", sans-serif;
  padding: 7px 0;
  border-bottom: 1px solid transparent;
  color: #222620;
  transition: 0.3s ease-out;
}
.pagination-wrapper .page-numbers .number:hover {
  border-color: #66A441;
  color: #66A441;
}
.pagination-wrapper .page-numbers.current .number {
  color: #222620;
  border-color: #222620;
}
.pagination-wrapper .page-numbers.next {
  position: absolute;
  right: 0;
}
.pagination-wrapper .page-numbers.prev {
  position: absolute;
  left: 0;
}

.grecaptcha-badge {
  background-color: #ffffff;
  z-index: 1000;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #4A4A4A;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #4A4A4A;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #4A4A4A;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #4A4A4A;
}

input[type=text], input[type=url], input[type=email], input[type=tel], input[type=number], input[type=date], input[type=search], input[type=password], input.ginput_total, textarea, select {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #959494;
  height: 60px;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 155%;
  color: #4A4A4A;
  padding: 13px 18px;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  background-color: #ffffff;
  font-family: "freight-text-pro", sans-serif;
  box-shadow: none;
  border-radius: 0px;
  margin: 0px;
  float: none;
  transition: 0.3s ease-out;
}
input[type=text]:focus, input[type=url]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=number]:focus, input[type=date]:focus, input[type=search]:focus, input[type=password]:focus, input.ginput_total:focus, textarea:focus, select:focus {
  background-color: #ffffff;
}

select {
  background-image: url("../img/select-arrow.svg");
  background-repeat: no-repeat;
  background-size: 20px 12px;
  background-position: right 30px center;
  padding-right: 50px;
  border: none;
  background-color: #66A441;
  color: #ffffff;
  cursor: pointer;
}
select:hover, select:focus {
  background-color: #222620;
}

textarea {
  height: 200px;
}

.gform_heading {
  margin-bottom: 40px;
}
.gform_heading .gform_title {
  margin-bottom: 20px;
}
.validation_error {
  display: none;
}

.gform_body .gform_fields .gfield {
  padding-left: 0;
  margin-bottom: 30px;
}
.gform_body .gform_fields .gfield:before {
  display: none;
}
.gform_body .gform_fields .gfield.gform_validation_container {
  display: none;
}
.gform_body .gform_fields .gfield#field_1_21, .gform_body .gform_fields .gfield.hideproduct {
  display: none;
}
.gform_body .gform_fields .gfield#field_1_19 label.gfield_label {
  display: none;
}
.gform_body .gform_fields .gfield.gfield_total {
  display: none;
}
.gform_body .gform_fields .gfield.number {
  position: relative;
}
.gform_body .gform_fields .gfield.number:after {
  content: "";
  width: 28px;
  height: 11px;
  position: absolute;
  right: 22px;
  top: 23px;
  background-image: url("../img/usd.svg");
  background-repeat: no-repeat;
}
.gform_body .gform_fields .gfield.number label.gfield_label, .gform_body .gform_fields .gfield.number .instruction {
  display: none;
}
.gform_body .gform_fields .gfield.number input {
  padding-left: 43px;
  padding-right: 55px;
  background-image: url("../img/dollar.svg");
  background-repeat: no-repeat;
  background-position: left 19px center;
}
.gform_body .gform_fields .gfield.prices legend.gfield_label {
  display: none;
}
.gform_body .gform_fields .gfield.prices .gfield_radio {
  display: flex;
}
.gform_body .gform_fields .gfield.prices .gfield_radio .gchoice {
  width: 20%;
}
.gform_body .gform_fields .gfield.prices .gfield_radio .gchoice input {
  display: none;
}
.gform_body .gform_fields .gfield.prices .gfield_radio .gchoice label {
  width: 100%;
  box-sizing: border-box;
  background: #F8F8F4;
  height: 60px;
  border: 1px solid #959494;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  padding: 10px 5px;
  line-height: 155%;
  font-family: "freight-text-pro", sans-serif;
  text-align: center;
  color: #4A4A4A;
  transition: 0.3s ease-out;
}
.gform_body .gform_fields .gfield.prices .gfield_radio .gchoice label:hover {
  background-color: #222620;
  border-color: #222620;
  color: #ffffff;
}
.gform_body .gform_fields .gfield.prices .gfield_radio .gchoice label.checked {
  background-color: #66A441;
  border-color: #66A441;
  color: #ffffff;
}
.gform_body .gform_fields .gfield.prices .gfield_radio .gchoice:not(:last-child) label {
  border-right: none;
}
@media (min-width: 768px) {
  .gform_body .gform_fields .gfield.two_col_left, .gform_body .gform_fields .gfield.two_col_right {
    width: 50%;
    box-sizing: border-box;
    float: left;
  }
  .gform_body .gform_fields .gfield.two_col_left {
    padding-right: 15px;
  }
  .gform_body .gform_fields .gfield.two_col_right {
    padding-left: 15px;
  }
}
.gform_body .gform_fields .gfield.one_col {
  width: 100%;
  float: none;
  clear: both;
}
.gform_body .gform_fields .gfield.gfield_error input[type=text], .gform_body .gform_fields .gfield.gfield_error input[type=url], .gform_body .gform_fields .gfield.gfield_error input[type=email], .gform_body .gform_fields .gfield.gfield_error input[type=tel], .gform_body .gform_fields .gfield.gfield_error input[type=number], .gform_body .gform_fields .gfield.gfield_error input[type=date], .gform_body .gform_fields .gfield.gfield_error input[type=search], .gform_body .gform_fields .gfield.gfield_error input[type=password], .gform_body .gform_fields .gfield.gfield_error textarea, .gform_body .gform_fields .gfield.gfield_error select {
  border-color: #EE4823;
  border-width: 3px;
}
.gform_body .gform_fields .gfield.gfield_error .gfield_description.validation_message {
  text-align: right;
  color: #EE4823;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}
.gform_body .gform_fields .gfield .gfield_label {
  font-weight: 500;
  font-size: 14px;
  line-height: 110%;
  font-family: "futura-pt", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #4A4A4A;
  margin-bottom: 12px;
  display: block;
}
.gform_body .gform_fields .gfield .gfield_label .gfield_required {
  display: none;
}
.gform_body .gform_fields .gfield.inline .gfield_radio, .gform_body .gform_fields .gfield.inline .gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
}
.gform_body .gform_fields .gfield.inline .gfield_radio .gchoice, .gform_body .gform_fields .gfield.inline .gfield_checkbox .gchoice {
  margin-right: 30px;
}
.gform_body .gform_fields .gfield .gfield_radio .gchoice, .gform_body .gform_fields .gfield .gfield_checkbox .gchoice {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.gform_body .gform_fields .gfield .gfield_radio .gchoice:before, .gform_body .gform_fields .gfield .gfield_checkbox .gchoice:before {
  display: none;
}
.gform_body .gform_fields .gfield .gfield_radio .gchoice > label, .gform_body .gform_fields .gfield .gfield_checkbox .gchoice > label {
  cursor: pointer;
  transition: 0.3s ease-out;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 155%;
  font-family: "freight-text-pro", sans-serif;
  color: #444B60;
}
.gform_body .gform_fields .gfield .gfield_radio .gchoice > label:hover, .gform_body .gform_fields .gfield .gfield_checkbox .gchoice > label:hover {
  color: #959494;
}
.gform_body .gform_fields .gfield .gfield_radio .gchoice > input, .gform_body .gform_fields .gfield .gfield_checkbox .gchoice > input {
  background-repeat: no-repeat;
  background-position: left bottom;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: content-box;
  outline: none;
  cursor: pointer;
  transition: 0.3s ease-out;
}
.gform_body .gform_fields .gfield .gfield_radio .gchoice > input {
  background-image: url("../img/radio.svg");
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  padding-right: 13px;
  padding-top: 5px;
}
.gform_body .gform_fields .gfield .gfield_radio .gchoice > input:checked {
  background-image: url("../img/radio-checked.svg");
}
.gform_body .gform_fields .gfield .gfield_checkbox .gchoice > input {
  background-image: url("../img/checkbox.svg");
  background-size: 28px 25px;
  width: 28px;
  height: 25px;
  padding-top: 2px;
  padding-right: 5px;
}
.gform_body .gform_fields .gfield .gfield_checkbox .gchoice > input:checked {
  background-image: url("../img/checkbox-checked.svg");
}
.gform_body .gform_fields .gfield .ginput_complex {
  display: flex;
  flex-wrap: wrap;
}
.gform_body .gform_fields .gfield .ginput_complex.has_first_name.has_last_name {
  justify-content: space-between;
}
.gform_body .gform_fields .gfield .ginput_complex.has_first_name.has_last_name span.name_first, .gform_body .gform_fields .gfield .ginput_complex.has_first_name.has_last_name span.name_last {
  width: calc(50% - 15px);
}
.gform_body .gform_fields .gfield .ginput_complex.has_first_name.has_last_name span.name_first label, .gform_body .gform_fields .gfield .ginput_complex.has_first_name.has_last_name span.name_last label {
  font-style: italic;
  font-weight: 400;
  font-size: 17px;
  line-height: 155%;
  font-family: "freight-text-pro", sans-serif;
}
.gform_body .gform_fields .gfield .ginput_complex.ginput_stripe_creditcard .ginput_full {
  margin-bottom: 30px;
}
.gform_body .gform_fields .gfield .ginput_complex.ginput_stripe_creditcard .ginput_full label {
  font-style: italic;
  font-weight: 400;
  font-size: 17px;
  line-height: 155%;
  font-family: "freight-text-pro", sans-serif;
}
@media (min-width: 768px) {
  .gform_body .gform_fields .gfield .ginput_complex .ginput_left, .gform_body .gform_fields .gfield .ginput_complex .ginput_right {
    width: 50%;
    box-sizing: border-box;
    float: left;
  }
  .gform_body .gform_fields .gfield .ginput_complex .ginput_left {
    padding-right: 15px;
  }
  .gform_body .gform_fields .gfield .ginput_complex .ginput_right {
    padding-left: 15px;
  }
}
.gform_body .gform_fields .gfield .ginput_complex .gf_clear, .gform_body .gform_fields .gfield .ginput_complex .ginput_full {
  width: 100%;
  float: none;
  clear: both;
}

.gform_footer .gform_button {
  margin: 0;
  background-color: transparent;
  background-image: none;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #222620;
  padding: 0 0 7px;
  color: #222620;
  font-weight: 500;
  font-size: 23px;
  line-height: 115%;
  cursor: pointer;
  font-family: "futura-pt", sans-serif;
  transition: 0.3s ease-out;
}
.gform_footer .gform_button:hover {
  border-color: transparent;
  color: #66A441;
}

.normal_content .gform_footer .gform_button {
  border-top: none;
  border-left: none;
  border-right: none;
  box-shadow: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  transition: 0.3s ease-out;
  cursor: pointer;
  margin: 0;
  padding: 16px 24px;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 23px;
  line-height: 115%;
  font-family: "futura-pt", sans-serif;
}
.normal_content .gform_footer .gform_button:after {
  display: none;
}

.responsive-video {
  width: 100%;
  position: relative;
  height: 0px;
  padding-bottom: 56%;
  margin-bottom: 32px;
  display: block;
}
.responsive-video iframe {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
}

.endnote-popup {
  position: absolute;
  transform: translateX(-50%);
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  padding: 25px 65px 30px 30px;
  width: 445px;
  max-width: 100%;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  font-weight: 400;
  font-size: 17px;
  line-height: 155%;
  z-index: 2000;
}
.endnote-popup .close-icon {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
  transition: 0.3s ease-out;
}
.endnote-popup .close-icon:hover {
  opacity: 0.6;
}
@media (max-width: 768px) {
  .endnote-popup {
    left: 50% !important;
  }
}
.endnote-popup p, .endnote-popup .gform_heading .gform_description, .gform_heading .endnote-popup .gform_description {
  font-size: 17px;
}
.endnote-popup p a, .endnote-popup .gform_heading .gform_description a, .gform_heading .endnote-popup .gform_description a {
  word-break: break-word;
}

.endnote-endnote .number, .endnote-popup .number {
  font-weight: 500;
  font-size: 17px;
  line-height: 110%;
  font-family: "futura-pt", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: inline;
}
.endnote-endnote .content-styled, .endnote-popup .content-styled {
  display: inline;
}
.endnote-endnote .content-styled p, .endnote-endnote .content-styled .gform_heading .gform_description, .gform_heading .endnote-endnote .content-styled .gform_description, .endnote-popup .content-styled p, .endnote-popup .content-styled .gform_heading .gform_description, .gform_heading .endnote-popup .content-styled .gform_description {
  display: inline;
}

.endnotes-wrapper .inner {
  border-top: 1px solid #959494;
  border-bottom: 1px solid #959494;
  padding: 30px 0;
}
.endnotes-wrapper .endnotes-toggle {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  transition: 0.3s ease-out;
}
.endnotes-wrapper .endnotes-toggle:hover .text {
  color: #222620;
  border-color: #222620;
}
.endnotes-wrapper .endnotes-toggle:hover .arrow path {
  fill: #222620;
}
.endnotes-wrapper .endnotes-toggle .text {
  font-weight: 500;
  font-size: 23px;
  line-height: 115%;
  color: #66A441;
  font-family: "futura-pt", sans-serif;
  border-bottom: 1px solid rgba(102, 164, 65, 0.5);
  display: inline-block;
  padding: 2px 0;
}
.endnotes-wrapper .endnotes-toggle .arrow {
  position: absolute;
  right: 0;
  transition: 0.3s ease-out;
}
.endnotes-wrapper .endnotes-toggle .arrow path {
  transition: 0.3s ease-out;
}
.endnotes-wrapper.open .inner {
  padding: 30px 0 50px;
}
.endnotes-wrapper.open .endnotes-toggle {
  margin-bottom: 40px;
}
.endnotes-wrapper.open .endnotes-toggle .arrow {
  transform: rotate(90deg);
}
.endnotes-wrapper.open .endnotes-toggle .arrow path {
  fill: #222620;
}
.endnotes-wrapper.open .endnote-endnote {
  display: block;
}
.endnotes-wrapper .endnote-endnote {
  display: none;
  margin-bottom: 22px;
}
.endnotes-wrapper .endnote-endnote p, .endnotes-wrapper .endnote-endnote .gform_heading .gform_description, .gform_heading .endnotes-wrapper .endnote-endnote .gform_description {
  font-family: "freight-text-pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 155%;
}
.endnotes-wrapper .endnote-endnote:last-child {
  margin-bottom: 0;
}

.share-wrapper-lower {
  display: none;
}

@media (max-width: 768px) {
  .share-wrapper-lower {
    padding: 0 0 30px;
    display: block;
    width: 100%;
  }
  .share-wrapper-lower .inner {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .share-wrapper-lower .inner .share-label {
    margin-right: 21px;
    margin-bottom: 0;
  }
  .share-wrapper-lower .inner a {
    font-size: 25px;
    margin-right: 16px;
  }
  .share-wrapper-lower .inner a:last-child {
    margin: 0;
  }
}
.share-wrapper {
  position: absolute;
  right: 30px;
  top: 435px;
  z-index: 900;
}
@media (max-width: 1275px) {
  .share-wrapper {
    right: 18px;
  }
}
@media (max-width: 768px) {
  .share-wrapper {
    display: none;
  }
}
.share-wrapper.stuck .inner {
  position: fixed;
  top: 100px;
  right: 30px;
}
@media (max-width: 1275px) {
  .share-wrapper.stuck .inner {
    right: 18px;
  }
}
@media (max-width: 768px) {
  .share-wrapper.stuck .inner {
    right: 8px;
  }
}
.share-wrapper.stuck.shift .inner {
  top: 145px;
}
.share-wrapper .inner {
  display: flex;
  flex-flow: column;
  background-color: #ffffff;
  padding: 20px 13px 4px;
  z-index: 2500;
}
.share-wrapper .inner .share-label {
  margin: 0 auto 21px;
  display: block;
  height: 48px;
  width: 16px;
  overflow: visible;
}
.share-wrapper .inner .share-label .text {
  display: block;
  transform: rotate(90deg);
  transform-origin: center;
}
.share-wrapper .inner a {
  font-size: 25px;
  margin-bottom: 16px;
}

.publication-filter, .news-filter, .search-filter {
  background-color: #66A441;
}
.publication-filter .filter-row, .news-filter .filter-row, .search-filter .filter-row {
  display: flex;
  height: 60px;
  overflow: visible;
}
.publication-filter .filter-row .filter-label, .news-filter .filter-row .filter-label, .search-filter .filter-row .filter-label {
  font-family: "freight-text-pro", sans-serif;
  color: #ffffff;
  font-style: italic;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.55em;
  padding: 14px 29px 12px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  margin: 0;
}
@media (max-width: 768px) {
  .publication-filter .filter-row .filter-label, .news-filter .filter-row .filter-label, .search-filter .filter-row .filter-label {
    display: none;
  }
}
.publication-filter .filter-row .filter-dropdown, .news-filter .filter-row .filter-dropdown, .search-filter .filter-row .filter-dropdown {
  display: flex;
  flex-flow: column nowrap;
  height: 60px;
  overflow: hidden;
  position: relative;
  z-index: 900;
}
.publication-filter .filter-row .filter-dropdown.open, .news-filter .filter-row .filter-dropdown.open, .search-filter .filter-row .filter-dropdown.open {
  height: 409px;
  overflow: auto;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.2);
  background-color: #222620;
}
.publication-filter .filter-row .filter-dropdown .filter-toggle, .news-filter .filter-row .filter-dropdown .filter-toggle, .search-filter .filter-row .filter-dropdown .filter-toggle {
  padding: 13px 30px 12px;
  order: 2;
  padding-right: 40px;
  background-position: right 10px top 26px;
  background-repeat: no-repeat;
  background-color: #222620;
  transition: 0.3s ease-out;
}
.publication-filter .filter-row .filter-dropdown .filter-toggle:hover, .news-filter .filter-row .filter-dropdown .filter-toggle:hover, .search-filter .filter-row .filter-dropdown .filter-toggle:hover {
  background-color: #ffffff;
}
.publication-filter .filter-row .filter-dropdown .filter-toggle:hover a, .news-filter .filter-row .filter-dropdown .filter-toggle:hover a, .search-filter .filter-row .filter-dropdown .filter-toggle:hover a {
  color: #222620;
}
.publication-filter .filter-row .filter-dropdown .filter-toggle:hover.active, .news-filter .filter-row .filter-dropdown .filter-toggle:hover.active, .search-filter .filter-row .filter-dropdown .filter-toggle:hover.active {
  background-image: url("../img/filter-arrow-dark.svg");
}
.publication-filter .filter-row .filter-dropdown .filter-toggle:hover.active a, .news-filter .filter-row .filter-dropdown .filter-toggle:hover.active a, .search-filter .filter-row .filter-dropdown .filter-toggle:hover.active a {
  color: #222620;
}
.publication-filter .filter-row .filter-dropdown .filter-toggle.active, .news-filter .filter-row .filter-dropdown .filter-toggle.active, .search-filter .filter-row .filter-dropdown .filter-toggle.active {
  background-color: #66A441;
  order: 1;
  background-image: url("../img/filter-arrow.svg");
}
.publication-filter .filter-row .filter-dropdown .filter-toggle.active a, .news-filter .filter-row .filter-dropdown .filter-toggle.active a, .search-filter .filter-row .filter-dropdown .filter-toggle.active a {
  color: #ffffff;
}
.publication-filter .filter-row .filter-dropdown .filter-toggle a, .news-filter .filter-row .filter-dropdown .filter-toggle a, .search-filter .filter-row .filter-dropdown .filter-toggle a {
  color: #ffffff;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.65em;
  font-family: "freight-text-pro", sans-serif;
  display: block;
}

main.global-main {
  position: relative;
}
main.global-main .padding-top-xl {
  padding-top: 200px;
}
@media (max-width: 768px) {
  main.global-main .padding-top-xl {
    padding-top: 120px;
  }
}
main.global-main .padding-bottom-large {
  padding-bottom: 200px;
}
@media (max-width: 768px) {
  main.global-main .padding-bottom-large {
    padding-bottom: 120px;
  }
}
main.global-main .padding-top-large {
  padding-top: 100px;
}
@media (max-width: 768px) {
  main.global-main .padding-top-large {
    padding-top: 50px;
  }
}
main.global-main .padding-bottom-large {
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  main.global-main .padding-bottom-large {
    padding-bottom: 50px;
  }
}
main.global-main .padding-top-small {
  padding-top: 75px;
}
@media (max-width: 768px) {
  main.global-main .padding-top-small {
    padding-top: 35px;
  }
}
main.global-main .padding-bottom-small {
  padding-bottom: 75px;
}
@media (max-width: 768px) {
  main.global-main .padding-bottom-small {
    padding-bottom: 35px;
  }
}
main.global-main .padding-top-none {
  padding-top: 0px;
}
main.global-main .padding-bottom-none {
  padding-bottom: 0px;
}
main.global-main .bg-offwhite {
  background-color: #F8F8F4;
}
main.global-main .bg-green {
  background-color: #66A441;
  color: #ffffff;
}
main.global-main .bg-green h1, main.global-main .bg-green h2, main.global-main .bg-green h3, main.global-main .bg-green h4, main.global-main .bg-green h5, main.global-main .bg-green h6, main.global-main .bg-green body blockquote cite, body blockquote main.global-main .bg-green cite, main.global-main .bg-green p, main.global-main .bg-green .gform_heading .gform_description, .gform_heading main.global-main .bg-green .gform_description, main.global-main .bg-green li, main.global-main .bg-green span:not(.label) {
  color: #ffffff;
}

main.global-main .campaign_content .victories-wrapper {
  padding-top: 100px;
}
main.global-main .campaign_content .victories-wrapper .victories-title {
  margin-bottom: 50px;
}
main.global-main .campaign_content .victories-wrapper .victories {
  margin-bottom: -50px;
}
main.global-main .campaign_content .victories-wrapper .victories .victory {
  margin-bottom: 50px;
  display: flex;
}
main.global-main .campaign_content .victories-wrapper .victories .victory .checkmark-icon {
  margin-right: 38px;
}
main.global-main .campaign_content .victories-wrapper .victories .victory .victory-content {
  width: calc(100% - 106px);
  box-sizing: border-box;
}
@media (min-width: 1200px) {
  main.global-main .campaign_content .victories-wrapper .victories .victory .victory-content {
    padding-right: 60px;
  }
}
main.global-main .campaign_content .victories-wrapper .victories .victory .victory-content .content-styled p, main.global-main .campaign_content .victories-wrapper .victories .victory .victory-content .content-styled .gform_heading .gform_description, .gform_heading main.global-main .campaign_content .victories-wrapper .victories .victory .victory-content .content-styled .gform_description {
  font-size: 26px;
  margin-bottom: 20px;
}
main.global-main .campaign_content .sidebar-wrapper {
  width: 560px;
  max-width: 100%;
  box-sizing: border-box;
}
@media (min-width: 1200px) {
  main.global-main .campaign_content .sidebar-wrapper {
    padding-left: 55px;
  }
}
@media (max-width: 768px) {
  main.global-main .campaign_content .sidebar-wrapper {
    margin-top: 50px;
    width: 100%;
    margin-bottom: 30px;
  }
}
main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks {
  width: 100%;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.2);
}
main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block {
  width: 100%;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
}
@media (min-width: 1200px) {
  main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block {
    padding: 50px;
  }
}
main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block.bg-green, main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block.bg-image {
  color: #ffffff;
}
main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block.bg-green h1, main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block.bg-green h2, main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block.bg-green h3, main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block.bg-green h4, main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block.bg-green h5, main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block.bg-green h6, main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block.bg-green body blockquote cite, body blockquote main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block.bg-green cite, main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block.bg-green p, main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block.bg-green .gform_heading .gform_description, .gform_heading main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block.bg-green .gform_description, main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block.bg-green li, main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block.bg-green span:not(.label), main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block.bg-image h1, main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block.bg-image h2, main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block.bg-image h3, main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block.bg-image h4, main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block.bg-image h5, main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block.bg-image h6, main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block.bg-image body blockquote cite, body blockquote main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block.bg-image cite, main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block.bg-image p, main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block.bg-image .gform_heading .gform_description, .gform_heading main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block.bg-image .gform_description, main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block.bg-image li, main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block.bg-image span:not(.label) {
  color: #ffffff;
}
main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block.bg-green .arrowed:hover, main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block.bg-image .arrowed:hover {
  color: #66A441;
  border-color: #66A441;
}
main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block.bg-green .arrowed:hover:after, main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block.bg-image .arrowed:hover:after {
  background-image: url("../img/arrow-green.svg");
}
main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block .background-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: grayscale(1);
}
main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block .background-image:before {
  content: "";
  position: absolute;
  background: #222620;
  opacity: 0.7;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block .block-title {
  margin-bottom: 15px;
  position: relative;
}
main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block .content-styled {
  margin-bottom: 20px;
  position: relative;
}
main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block .content-styled h5 {
  font-weight: 700;
}
main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block .pledge-wrapper {
  width: 100%;
  position: relative;
  padding-top: 10px;
}
main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block .pledge-wrapper .pledge-bar {
  display: block;
  background-color: #E1EED9;
  width: 100%;
  height: 20px;
  box-sizing: border-box;
  border: 3px solid #E1EED9;
}
main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block .pledge-wrapper .pledge-bar .inner {
  display: block;
  width: 100%;
  height: 14px;
  position: relative;
}
main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block .pledge-wrapper .pledge-bar .inner span {
  width: 0;
  height: 14px;
  background-color: #222620;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block .pledge-wrapper .pledge-meta {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}
main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block .pledge-wrapper .pledge-meta .number, main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block .pledge-wrapper .pledge-meta .total {
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #4A4A4A;
  font-family: "futura-pt", sans-serif;
  text-align: right;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block .form-wrapper {
  padding-top: 30px;
}
main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block .form-wrapper .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
  color: #4A4A4A !important;
}
main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block .form-wrapper .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=text], main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block .form-wrapper .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=url], main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block .form-wrapper .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=email], main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block .form-wrapper .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=tel], main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block .form-wrapper .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=number], main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block .form-wrapper .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=date], main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block .form-wrapper .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=search], main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block .form-wrapper .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=password], main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block .form-wrapper .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea, main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block .form-wrapper .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select {
  border: 1px solid #959494;
  color: #4A4A4A;
}
main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block .form-wrapper .gform_wrapper .gform_footer .gform_button {
  color: #66A441;
  border-color: rgba(102, 164, 65, 0.5);
}
main.global-main .campaign_content .sidebar-wrapper .sidebar-blocks .sidebar-block .form-wrapper .gform_wrapper .gform_footer .gform_button:hover {
  color: #222620;
  border-color: #222620;
}

main.global-main .columns .row {
  margin-bottom: -60px;
}
main.global-main .columns .content-styled {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  main.global-main .columns .content-styled {
    padding-right: 40px;
  }
}

main.global-main .contents .ctas-wrapper .cta {
  display: block;
  font-weight: 500;
  font-size: 23px;
  line-height: 115%;
  font-family: "futura-pt", sans-serif;
  color: #66A441;
  border-bottom: 1px solid #959494;
  text-align: left;
  padding: 10px 0;
}
main.global-main .contents .ctas-wrapper .cta:hover {
  color: #959494;
}

main.global-main section.divider .inner {
  position: relative;
  display: block;
  padding: 200px 0 230px;
}
main.global-main section.divider .inner .background-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main.global-main section.divider .inner .background-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #222620;
  opacity: 0.5;
}
main.global-main section.divider .inner .container {
  position: relative;
}
main.global-main section.divider .inner .container .content-wrapper {
  color: #ffffff;
  text-align: left;
  max-width: 100%;
  width: 500px;
}
main.global-main section.divider .inner .container .content-wrapper h1, main.global-main section.divider .inner .container .content-wrapper h2, main.global-main section.divider .inner .container .content-wrapper h3, main.global-main section.divider .inner .container .content-wrapper h4, main.global-main section.divider .inner .container .content-wrapper h5, main.global-main section.divider .inner .container .content-wrapper h6, main.global-main section.divider .inner .container .content-wrapper body blockquote cite, body blockquote main.global-main section.divider .inner .container .content-wrapper cite, main.global-main section.divider .inner .container .content-wrapper p, main.global-main section.divider .inner .container .content-wrapper .gform_heading .gform_description, .gform_heading main.global-main section.divider .inner .container .content-wrapper .gform_description, main.global-main section.divider .inner .container .content-wrapper li, main.global-main section.divider .inner .container .content-wrapper span:not(.label) {
  color: #ffffff;
}
main.global-main section.divider .inner .container .content-wrapper .pretitle {
  font-size: 20px;
  margin-bottom: 10px;
}
main.global-main section.divider .inner .container .content-wrapper .section-title {
  margin: 0;
}

main.global-main .columns .row {
  margin-bottom: -60px;
}
main.global-main .columns .content-styled {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  main.global-main .columns .content-styled {
    padding-right: 40px;
  }
}

main.global-main .featured_content .inner {
  padding: 55px 0;
}
main.global-main .featured_content .row {
  align-content: center;
  align-items: center;
}
main.global-main .featured_content .arrowed {
  margin-top: 40px;
}
main.global-main .featured_content .image-wrapper {
  width: 610px;
  max-width: 100%;
}
@media (max-width: 768px) {
  main.global-main .featured_content .image-wrapper {
    width: 400px;
    margin: 0 auto 50px;
  }
}
main.global-main .featured_content .image-wrapper .image {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
}
main.global-main .featured_content .reverse {
  clear: both;
  zoom: 1;
}
main.global-main .featured_content .reverse:before, main.global-main .featured_content .reverse:after {
  content: "";
  display: table;
}
main.global-main .featured_content .reverse:after {
  clear: both;
}
@media (min-width: 768px) {
  main.global-main .featured_content .reverse .image-wrapper {
    float: right;
  }
}

main.global-main .featured_issues .section-title {
  margin-bottom: 60px;
}
main.global-main .featured_issues .row {
  margin-bottom: -60px;
  margin-left: -30px;
  margin-right: -30px;
}
main.global-main .featured_issues .row .col-md-4 {
  padding-left: 30px;
  padding-right: 30px;
}
main.global-main .featured_issues .featured-issue {
  position: relative;
  margin-bottom: 50px;
}
main.global-main .featured_issues .featured-issue:hover .featured-image {
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.2);
}
main.global-main .featured_issues .featured-issue:hover .content-wrapper .featured-title {
  color: #66A441;
  border-color: #66A441;
}
main.global-main .featured_issues .featured-issue:hover .content-wrapper .arrowed-small {
  color: #959494;
}
main.global-main .featured_issues .featured-issue:hover .content-wrapper .arrowed-small:after {
  background-image: url("../img/arrow-small-grey.svg");
}
main.global-main .featured_issues .featured-issue .hidden {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 100;
}
main.global-main .featured_issues .featured-issue .featured-image {
  width: 100%;
  height: 224px;
  margin-bottom: 27px;
  background-size: cover;
  background-position: center center;
  transition: 0.3s ease-out;
}
main.global-main .featured_issues .featured-issue .content-wrapper {
  padding: 0 10px;
}
main.global-main .featured_issues .featured-issue .content-wrapper .featured-title {
  font-size: 26px;
  border-bottom: 1px solid transparent;
  transition: 0.3s ease-out;
  display: inline;
}
main.global-main .featured_issues .featured-issue .content-wrapper .featured-text {
  padding-top: 10px;
  margin-bottom: 30px;
  font-size: 17px;
}
main.global-main .featured_issues .featured-issue .content-wrapper .arrowed-small {
  margin: 0;
}

main.global-main .columns .row {
  margin-bottom: -60px;
}
main.global-main .columns .content-styled {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  main.global-main .columns .content-styled {
    padding-right: 40px;
  }
}

main.global-main .full_screen_embed .embed-wrapper {
  position: relative;
  height: 100vh;
}
main.global-main .full_screen_embed .embed-wrapper #wrapper {
  height: 100%;
  width: 100%;
  border-radius: 0px;
  padding: 0 30px;
  box-sizing: border-box;
}
main.global-main .full_screen_embed .embed-wrapper iframe, main.global-main .full_screen_embed .embed-wrapper embed {
  width: 100%;
  height: 100%;
  border-radius: 0px;
}

main.global-main .issue_area_ctas .side-cta-wrapper {
  text-align: right;
}
@media (max-width: 768px) {
  main.global-main .issue_area_ctas .side-cta-wrapper {
    margin-top: 30px;
    text-align: left;
  }
}
main.global-main .issue_area_ctas .ctas-wrapper {
  margin-top: 50px;
  margin-bottom: -27px;
}
main.global-main .issue_area_ctas .ctas-wrapper .btn, main.global-main .issue_area_ctas .ctas-wrapper .normal_content .gform_footer .gform_button, .normal_content .gform_footer main.global-main .issue_area_ctas .ctas-wrapper .gform_button {
  margin-right: 20px;
  margin-bottom: 27px;
}

main.global-main .large_cta .cta-box {
  position: relative;
  padding: 75px 120px 75px 345px;
  min-height: 530px;
  box-sizing: border-box;
  text-align: left;
}
@media (max-width: 1275px) {
  main.global-main .large_cta .cta-box {
    padding: 30px 30px 75px;
  }
}
main.global-main .large_cta .cta-box:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 20px;
  width: 50%;
  background-image: url("../img/hero-bar.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 20px;
}
main.global-main .large_cta .cta-box .image {
  width: 400px;
  height: 400px;
  background-size: cover;
  background-position: right center;
  position: absolute;
  top: 76px;
  left: -115px;
  border-radius: 50%;
}
@media (max-width: 1275px) {
  main.global-main .large_cta .cta-box .image {
    position: relative;
    left: auto;
    top: auto;
    margin-bottom: 30px;
    margin-left: -100px;
  }
}
@media (max-width: 768px) {
  main.global-main .large_cta .cta-box .image {
    margin: 0 auto 30px;
  }
}
main.global-main .large_cta .cta-box .arrowed {
  margin-top: 40px;
}

main.global-main .last_updated .last-updated-wrapper {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
main.global-main .last_updated .last-updated-wrapper .section-title {
  color: #4A4A4A;
  font-size: 16px;
  line-height: 110%;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 10px 0 0;
}
main.global-main .last_updated .last-updated-wrapper .date {
  margin: 0;
}

main.global-main .latest_news .title-row {
  display: flex;
  justify-content: space-between;
  align-content: flex-end;
  align-items: flex-end;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  main.global-main .latest_news .title-row {
    display: block;
  }
}
main.global-main .latest_news .title-row .section-title {
  margin: 0;
}
@media (max-width: 991px) {
  main.global-main .latest_news .title-row .section-title {
    margin-bottom: 30px;
  }
}
main.global-main .latest_news .title-row .arrowed {
  margin-bottom: 3px;
}
@media (max-width: 768px) {
  main.global-main .latest_news .title-row .arrowed {
    margin-bottom: 30px;
  }
}

.posts-row {
  margin-bottom: -50px;
}
.posts-row .post {
  margin-bottom: 50px;
}

.col-md-4 .post {
  position: relative;
}
.col-md-4 .post:hover .featured-image {
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.2);
}
.col-md-4 .post:hover .content-wrapper .post-title {
  color: #66A441;
  border-color: #66A441;
}
.col-md-4 .post .post-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.col-md-4 .post .featured-image {
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  height: 225px;
  background-size: cover;
  transition: 0.3s ease-out;
  background-position: center center;
}
.col-md-4 .post .featured-image .btn, .col-md-4 .post .featured-image .normal_content .gform_footer .gform_button, .normal_content .gform_footer .col-md-4 .post .featured-image .gform_button {
  position: relative;
  z-index: 200;
}
.col-md-4 .post .content-wrapper {
  padding: 25px 10px 0;
}
.col-md-4 .post .content-wrapper .date {
  color: #959494;
  margin: 0 0 5px;
}
.col-md-4 .post .content-wrapper .post-title {
  display: inline;
  margin-bottom: 0;
  transition: 0.3s ease-out;
  border-bottom: 1px solid transparent;
}

main.global-main .latest_publications .inner {
  position: relative;
  padding: 100px 0 90px;
}
main.global-main .latest_publications .inner .background-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main.global-main .latest_publications .inner .background-image:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
main.global-main .latest_publications .inner .container {
  position: relative;
}
main.global-main .latest_publications .inner .container .left-content {
  color: #ffffff;
  text-align: center;
}
main.global-main .latest_publications .inner .container .left-content h1, main.global-main .latest_publications .inner .container .left-content h2, main.global-main .latest_publications .inner .container .left-content h3, main.global-main .latest_publications .inner .container .left-content h4, main.global-main .latest_publications .inner .container .left-content h5, main.global-main .latest_publications .inner .container .left-content h6, main.global-main .latest_publications .inner .container .left-content body blockquote cite, body blockquote main.global-main .latest_publications .inner .container .left-content cite, main.global-main .latest_publications .inner .container .left-content p, main.global-main .latest_publications .inner .container .left-content .gform_heading .gform_description, .gform_heading main.global-main .latest_publications .inner .container .left-content .gform_description, main.global-main .latest_publications .inner .container .left-content li, main.global-main .latest_publications .inner .container .left-content span:not(.label) {
  color: #ffffff;
}
main.global-main .latest_publications .inner .container .left-content .content-styled {
  text-align: center;
  margin: 0 auto;
  width: 810px;
  max-width: 100%;
}
@media (min-width: 768px) {
  main.global-main .latest_publications .inner .container .left-content .content-styled p, main.global-main .latest_publications .inner .container .left-content .content-styled .gform_heading .gform_description, .gform_heading main.global-main .latest_publications .inner .container .left-content .content-styled .gform_description {
    font-size: 32px;
  }
}
main.global-main .latest_publications .inner .container .left-content .arrowed {
  margin-top: 40px;
}
@media (max-width: 768px) {
  main.global-main .latest_publications .inner .container .left-content .arrowed {
    margin-bottom: 40px;
  }
}
main.global-main .latest_publications .inner .container .left-content .arrowed:hover {
  color: #ffffff;
  border-color: #66A441;
}
main.global-main .latest_publications .inner .container .left-content .arrowed:hover:after {
  background-image: url("../img/arrow-green.svg");
}
main.global-main .latest_publications .inner .publication {
  display: block;
  position: relative;
  transition: 0.3s ease-out;
}
main.global-main .latest_publications .inner .publication:hover .featured-image {
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.2);
}
main.global-main .latest_publications .inner .publication:hover .content-wrapper .publication-title {
  border-color: #ffffff;
}
main.global-main .latest_publications .inner .publication .publication-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main.global-main .latest_publications .inner .publication .featured-image {
  width: 100%;
  height: 224px;
  background-size: cover;
  background-position: center center;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 27px;
  transition: 0.3s ease-out;
}
main.global-main .latest_publications .inner .publication .content-wrapper {
  padding: 0 10px;
  color: #ffffff;
}
main.global-main .latest_publications .inner .publication .content-wrapper h1, main.global-main .latest_publications .inner .publication .content-wrapper h2, main.global-main .latest_publications .inner .publication .content-wrapper h3, main.global-main .latest_publications .inner .publication .content-wrapper h4, main.global-main .latest_publications .inner .publication .content-wrapper h5, main.global-main .latest_publications .inner .publication .content-wrapper h6, main.global-main .latest_publications .inner .publication .content-wrapper body blockquote cite, body blockquote main.global-main .latest_publications .inner .publication .content-wrapper cite, main.global-main .latest_publications .inner .publication .content-wrapper p, main.global-main .latest_publications .inner .publication .content-wrapper .gform_heading .gform_description, .gform_heading main.global-main .latest_publications .inner .publication .content-wrapper .gform_description, main.global-main .latest_publications .inner .publication .content-wrapper li, main.global-main .latest_publications .inner .publication .content-wrapper span:not(.label) {
  color: #ffffff;
}
main.global-main .latest_publications .inner .publication .content-wrapper .date {
  margin-bottom: 5px;
  font-size: 12px;
}
main.global-main .latest_publications .inner .publication .content-wrapper .publication-title {
  font-size: 26px;
  border-bottom: 1px solid transparent;
  display: inline;
  transition: 0.3s ease-out;
}

main.global-main .links_with_content .section-title {
  margin-bottom: 30px;
  color: #222620;
  font-size: 16px;
}
main.global-main .links_with_content .ctas-wrapper {
  margin-bottom: 35px;
}
main.global-main .links_with_content .ctas-wrapper .arrowed {
  margin-bottom: 15px;
}

main.global-main .logos .content-styled {
  margin-bottom: 50px;
}
main.global-main .logos .logos-wrapper {
  margin-left: -50px;
  margin-right: -50px;
  margin-bottom: -80px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
}
main.global-main .logos .logos-wrapper .logo-wrapper {
  padding: 0 70px 80px;
  box-sizing: border-box;
  width: 25%;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
@media (max-width: 1200px) {
  main.global-main .logos .logos-wrapper .logo-wrapper {
    width: 33.333%;
  }
}
@media (max-width: 768px) {
  main.global-main .logos .logos-wrapper .logo-wrapper {
    width: 50%;
  }
}
@media (max-width: 580px) {
  main.global-main .logos .logos-wrapper .logo-wrapper {
    width: 100%;
  }
}
main.global-main .media_quote .inner .divider {
  margin: 0 0 90px;
}
main.global-main .media_quote .inner .quote-wrapper {
  padding-left: 115px;
  background-position: top left;
  background-image: url("../img/quote.svg");
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  main.global-main .media_quote .inner .quote-wrapper {
    margin-bottom: 50px;
    padding-left: 75px;
  }
}
main.global-main .media_quote .inner .quote-wrapper .staff-member {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}
main.global-main .media_quote .inner .quote-wrapper .staff-member:hover .content-wrapper .name, main.global-main .media_quote .inner .quote-wrapper .staff-member:hover .content-wrapper .jobtitle {
  color: #959494;
}
main.global-main .media_quote .inner .quote-wrapper .staff-member .headshot {
  display: block;
  width: 79px;
  height: 79px;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
  margin-right: 25px;
}
main.global-main .media_quote .inner .quote-wrapper .staff-member .content-wrapper {
  width: calc(100% - 104px);
}
main.global-main .media_quote .inner .quote-wrapper .staff-member .content-wrapper .name {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 5px;
  transition: 0.3s ease-out;
}
main.global-main .media_quote .inner .quote-wrapper .staff-member .content-wrapper .jobtitle {
  margin: 0;
  font-size: 14px;
  transition: 0.3s ease-out;
}
main.global-main .media_quote .inner .right-content {
  text-align: center;
}
main.global-main .media_quote .inner .right-content .right-title {
  margin: 0 auto 50px;
  width: 410px;
  max-width: 100%;
}
main.global-main .media_quote .inner .right-content .logo {
  width: 365px;
  max-width: 100%;
  margin: 0 auto 50px;
  display: block;
}
main.global-main .media_quote .inner .gradient {
  height: 100px;
  width: 100%;
  display: block;
  background: linear-gradient(0deg, #FFFFFF 0%, #F9F9F7 100%);
  margin-top: 24px;
}

main.global-main .normal_content {
  width: 100%;
  display: block;
  overflow: hidden;
}
@media (min-width: 768px) {
  main.global-main .normal_content .wp-caption {
    max-width: 100vw;
    width: calc(100% + 116px) !important;
    margin-left: -58px;
  }
}

main.global-main .previous_campaigns .section-title {
  margin-bottom: 50px;
}
main.global-main .previous_campaigns .campaigns-wrapper {
  margin-bottom: -60px;
}
main.global-main .previous_campaigns .campaigns-wrapper .campaign {
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  position: relative;
}
main.global-main .previous_campaigns .campaigns-wrapper .campaign .hidden {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
main.global-main .previous_campaigns .campaigns-wrapper .campaign:hover .content-wrapper .campaign-title {
  color: #66A441;
  border-color: #66A441;
}
main.global-main .previous_campaigns .campaigns-wrapper .campaign:hover .content-wrapper .arrowed-small {
  color: #959494;
}
main.global-main .previous_campaigns .campaigns-wrapper .campaign:hover .content-wrapper .arrowed-small:after {
  background-image: url("../img/arrow-small-grey.svg");
}
main.global-main .previous_campaigns .campaigns-wrapper .campaign:hover .image-wrapper {
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.2);
}
main.global-main .previous_campaigns .campaigns-wrapper .campaign .content-wrapper {
  width: calc(100% - 660px);
}
@media (max-width: 1200px) {
  main.global-main .previous_campaigns .campaigns-wrapper .campaign .content-wrapper {
    width: calc(100% - 460px);
  }
}
@media (max-width: 991px) {
  main.global-main .previous_campaigns .campaigns-wrapper .campaign .content-wrapper {
    width: calc(100% - 310px);
  }
}
@media (max-width: 768px) {
  main.global-main .previous_campaigns .campaigns-wrapper .campaign .content-wrapper {
    width: calc(100% - 250px);
  }
}
@media (max-width: 580px) {
  main.global-main .previous_campaigns .campaigns-wrapper .campaign .content-wrapper {
    width: 100%;
    order: 2;
    box-sizing: border-box;
    padding: 0 10px;
  }
}
main.global-main .previous_campaigns .campaigns-wrapper .campaign .content-wrapper .campaign-title {
  margin: 0px;
  transition: 0.3s ease-out;
  display: inline;
  border-bottom: 1px solid transparent;
}
main.global-main .previous_campaigns .campaigns-wrapper .campaign .content-wrapper .content-styled {
  padding-top: 12px;
}
main.global-main .previous_campaigns .campaigns-wrapper .campaign .content-wrapper .arrowed-small {
  margin-top: 20px;
}
main.global-main .previous_campaigns .campaigns-wrapper .campaign .image-wrapper {
  width: 550px;
  transition: 0.3s ease-out;
}
@media (max-width: 1200px) {
  main.global-main .previous_campaigns .campaigns-wrapper .campaign .image-wrapper {
    width: 400px;
  }
}
@media (max-width: 991px) {
  main.global-main .previous_campaigns .campaigns-wrapper .campaign .image-wrapper {
    width: 250px;
  }
}
@media (max-width: 768px) {
  main.global-main .previous_campaigns .campaigns-wrapper .campaign .image-wrapper {
    width: 200px;
  }
}
@media (max-width: 580px) {
  main.global-main .previous_campaigns .campaigns-wrapper .campaign .image-wrapper {
    width: 100%;
    margin-bottom: 27px;
    order: 1;
  }
}
main.global-main .previous_campaigns .campaigns-wrapper .campaign .image-wrapper .image {
  padding-bottom: 59%;
  width: 100%;
  height: 0;
  box-sizing: content-box;
  background-size: cover;
  background-position: center center;
}

main.global-main .resource_links .content-styled {
  margin-bottom: 30px;
}
main.global-main .resource_links .ctas-wrapper {
  margin-bottom: -15px;
}
main.global-main .resource_links .ctas-wrapper .cta-wrapper {
  margin-bottom: 15px;
  text-align: left;
}

main.global-main .staff .section-title {
  text-align: center;
  margin-bottom: 50px;
}
main.global-main .staff .row {
  margin-bottom: -50px;
}
main.global-main .staff .row .staff-member {
  display: flex;
  margin-bottom: 50px;
  align-content: center;
  align-items: center;
}
main.global-main .staff .row .staff-member:hover .content-wrapper .name, main.global-main .staff .row .staff-member:hover .content-wrapper .jobtitle, main.global-main .staff .row .staff-member:hover .content-wrapper .pronouns {
  color: #959494;
}
main.global-main .staff .row .staff-member .headshot {
  width: 200px;
  height: 200px;
  display: block;
  border-radius: 50%;
  margin-right: 40px;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 768px) {
  main.global-main .staff .row .staff-member .headshot {
    width: 125px;
    height: 125px;
  }
}
main.global-main .staff .row .staff-member .content-wrapper {
  text-align: left;
  width: calc(100% - 240px);
}
@media (max-width: 768px) {
  main.global-main .staff .row .staff-member .content-wrapper {
    width: calc(100% - 165px);
  }
}
main.global-main .staff .row .staff-member .content-wrapper .name {
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 42px;
  line-height: 130%;
  color: #4A4A4A;
  transition: 0.3s ease-out;
}
@media (max-width: 768px) {
  main.global-main .staff .row .staff-member .content-wrapper .name {
    font-size: 30px;
  }
}
main.global-main .staff .row .staff-member .content-wrapper .jobtitle {
  font-family: "futura-pt", sans-serif;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 155%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #66A441;
  transition: 0.3s ease-out;
}
main.global-main .staff .row .staff-member .content-wrapper .pronouns {
  font-family: "freight-display-pro", sans-serif;
  margin: 0;
  font-style: italic;
  font-weight: 400;
  font-size: 17px;
  line-height: 155%;
  color: #4A4A4A;
  transition: 0.3s ease-out;
}

main.global-main .take_action .inner {
  position: relative;
  padding: 100px 0 155px;
}
@media (max-width: 991px) {
  main.global-main .take_action .inner {
    padding-bottom: 0;
    padding-top: 50px;
  }
}
main.global-main .take_action .inner .background-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  left: 50%;
  right: 0;
  width: 50%;
  filter: grayscale(1);
}
@media (max-width: 991px) {
  main.global-main .take_action .inner .background-image {
    width: 100%;
    left: 0;
    bottom: 0;
    top: auto;
  }
}
main.global-main .take_action .inner .background-image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
}
main.global-main .take_action .inner .container {
  position: relative;
}
main.global-main .take_action .inner .gform_wrapper {
  margin-top: 35px;
  width: 500px;
  max-width: 100%;
}
main.global-main .take_action .inner .gform_wrapper form {
  display: flex;
  justify-content: flex-start;
  align-content: flex-end;
  align-items: flex-end;
}
main.global-main .take_action .inner .gform_wrapper form .gform_body {
  width: 100%;
  margin: 0 20px 0 0;
}
main.global-main .take_action .inner .gform_wrapper form .gform_body .gfield {
  margin: 0;
}
main.global-main .take_action .inner .gform_wrapper form .gform_body .gfield label {
  color: #ffffff;
}
main.global-main .take_action .inner .gform_wrapper form .gform_body .gfield input {
  margin: 0;
  border: none;
}
main.global-main .take_action .inner .gform_wrapper form .gform_footer {
  margin-bottom: 13px;
}
main.global-main .take_action .inner .gform_wrapper form .gform_footer .gform_button {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.5);
}
main.global-main .take_action .inner .gform_wrapper form .gform_footer .gform_button:hover {
  color: #222620;
  border-color: #222620;
}
main.global-main .take_action .inner .right-title {
  margin-bottom: 11px;
}
@media (max-width: 991px) {
  main.global-main .take_action .inner .right-content-wrapper {
    padding: 100px 0 125px;
  }
}
main.global-main .take_action .inner .right-content-wrapper .right-content {
  margin-bottom: 33px;
}
main.global-main .take_action .inner .right-content-wrapper .ctas-wrapper .arrowed:hover {
  border-color: #66A441;
  color: #ffffff;
}
main.global-main .take_action .inner .right-content-wrapper .ctas-wrapper .arrowed:hover:after {
  background-image: url("../img/arrow-green.svg");
}
main.global-main .take_action .inner .right-content-wrapper .donate-form {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  main.global-main .take_action .inner .right-content-wrapper .donate-form {
    flex-wrap: wrap;
  }
}
main.global-main .take_action .inner .right-content-wrapper .donate-form:after {
  content: "";
  width: 8px;
  height: 13px;
  display: block;
  position: absolute;
  left: 19px;
  top: 25px;
  background-image: url("../img/dollar.svg");
}
main.global-main .take_action .inner .right-content-wrapper .donate-form input[type=number] {
  width: 258px;
  margin: 0 25px 0 0;
  background-image: url("../img/usd.svg");
  background-position: right 40px center;
  background-repeat: no-repeat;
  border: none;
  padding-left: 43px;
  padding-right: 70px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-top: 0px;
  padding-bottom: 0px;
  font-weight: 700;
  font-size: 39px;
  line-height: 100%;
  color: #66A441;
}
@media (max-width: 768px) {
  main.global-main .take_action .inner .right-content-wrapper .donate-form input[type=number] {
    width: 100%;
    margin-bottom: 20px;
  }
}
main.global-main .take_action .inner .right-content-wrapper .donate-form input[type=submit] {
  margin: 0;
  background-color: transparent;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0 0 7px;
  color: #ffffff;
  font-weight: 500;
  font-size: 23px;
  line-height: 115%;
  cursor: pointer;
  font-family: "futura-pt", sans-serif;
  transition: 0.3s ease-out;
  background-image: none !important;
  border-radius: 0px !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
}
main.global-main .take_action .inner .right-content-wrapper .donate-form input[type=submit]:hover {
  border-color: transparent;
  color: #66A441;
}

body.home .homepage-alert-wrapper {
  position: absolute;
  top: 180px;
  right: 60px;
  width: 337px;
  box-sizing: border-box;
  padding: 25px 23px 27px 30px;
  background-color: #EE4823;
  color: #ffffff;
  z-index: 1000;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.2);
  transition: 0.3s ease-out;
  max-width: calc(100% - 120px);
}
body.home .homepage-alert-wrapper h1, body.home .homepage-alert-wrapper h2, body.home .homepage-alert-wrapper h3, body.home .homepage-alert-wrapper h4, body.home .homepage-alert-wrapper h5, body.home .homepage-alert-wrapper h6, body.home .homepage-alert-wrapper blockquote cite, body.home blockquote .homepage-alert-wrapper cite, body.home .homepage-alert-wrapper p, body.home .homepage-alert-wrapper .gform_heading .gform_description, .gform_heading body.home .homepage-alert-wrapper .gform_description, body.home .homepage-alert-wrapper li, body.home .homepage-alert-wrapper span:not(.label) {
  color: #ffffff;
}
@media (max-width: 768px) {
  body.home .homepage-alert-wrapper {
    display: none !important;
  }
}
body.home .homepage-alert-wrapper:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(238, 72, 35, 0);
  border-left-color: #EE4823;
  border-width: 10px;
  margin-top: -10px;
  transition: 0.3s ease-out;
}
body.home .homepage-alert-wrapper .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.home .homepage-alert-wrapper .alert-text {
  margin-bottom: 15px;
  font-family: "freight-text-pro", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
}
body.home .homepage-alert-wrapper .arrowed {
  border: none;
  transition: 0.3s ease-out;
}
body.home .homepage-alert-wrapper:hover {
  background-color: #222620;
}
body.home .homepage-alert-wrapper:hover:before {
  border-left-color: #222620;
}
body.home .homepage-alert-wrapper:hover .arrowed {
  opacity: 0.65;
}
body.home .homepage-alert-wrapper .close-icon {
  position: absolute;
  right: 12px;
  top: 12px;
  cursor: pointer;
}
body.home .homepage-alert-wrapper .close-icon:hover i {
  opacity: 1;
}
body.home .homepage-alert-wrapper .close-icon i {
  font-size: 20px;
  color: #ffffff;
  opacity: 0.5;
  transition: 0.3s ease-out;
}
body.home .home-hero {
  position: relative;
  background-color: #222620;
  padding: 250px 0 0;
}
@media (max-width: 768px) {
  body.home .home-hero {
    padding: 140px 0 0;
    margin-bottom: 100px;
  }
}
body.home .home-hero:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 275px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 50;
}
body.home .home-hero .background-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s ease-out;
  z-index: 10;
}
body.home .home-hero .background-image.reveal {
  opacity: 0.5;
}
body.home .home-hero .container-main {
  position: relative;
  z-index: 100;
  padding-bottom: 225px;
}
@media (max-width: 768px) {
  body.home .home-hero .container-main {
    padding-bottom: 140px;
  }
}
body.home .home-hero .container-main .content-wrapper {
  text-align: left;
  color: #ffffff;
}
body.home .home-hero .container-main .content-wrapper h1, body.home .home-hero .container-main .content-wrapper h2, body.home .home-hero .container-main .content-wrapper h3, body.home .home-hero .container-main .content-wrapper h4, body.home .home-hero .container-main .content-wrapper h5, body.home .home-hero .container-main .content-wrapper h6, body.home .home-hero .container-main .content-wrapper blockquote cite, body.home blockquote .home-hero .container-main .content-wrapper cite, body.home .home-hero .container-main .content-wrapper p, body.home .home-hero .container-main .content-wrapper .gform_heading .gform_description, .gform_heading body.home .home-hero .container-main .content-wrapper .gform_description, body.home .home-hero .container-main .content-wrapper li, body.home .home-hero .container-main .content-wrapper span:not(.label) {
  color: #ffffff;
}
body.home .home-hero .container-main .content-wrapper .pretitle {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  body.home .home-hero .container-main .content-wrapper .page-title {
    font-size: 44px;
  }
}
body.home .home-hero .ctas-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 110;
}
@media (max-width: 768px) {
  body.home .home-hero .ctas-wrapper {
    bottom: -80px;
  }
}
body.home .home-hero .ctas-wrapper .container .inner {
  display: flex;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  body.home .home-hero .ctas-wrapper .container .inner {
    flex-wrap: wrap;
  }
}
body.home .home-hero .ctas-wrapper .container .inner .btn, body.home .home-hero .ctas-wrapper .container .inner .normal_content .gform_footer .gform_button, .normal_content .gform_footer body.home .home-hero .ctas-wrapper .container .inner .gform_button {
  transform: translateY(50%);
  margin-left: 60px;
}
@media (max-width: 768px) {
  body.home .home-hero .ctas-wrapper .container .inner .btn, body.home .home-hero .ctas-wrapper .container .inner .normal_content .gform_footer .gform_button, .normal_content .gform_footer body.home .home-hero .ctas-wrapper .container .inner .gform_button {
    margin: 10px 0;
    width: 100%;
    transform: translateY(50%);
  }
}
body.home .home-hero .hero-bar {
  height: 20px;
  background-color: #66A441;
  background-image: url("../img/hero-bar.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0;
  position: relative;
  z-index: 100;
}

body.archive.author .author-hero {
  background-color: #F8F8F4;
}
body.archive.author .author-hero .jobtitle {
  color: #222620;
  margin-bottom: 10px;
}
body.archive.author .author-hero .page-title {
  margin-bottom: 10px;
}
body.archive.author .author-hero .pronouns {
  margin: 0;
  font-size: 26px;
  font-style: italic;
}
body.archive.author .author-hero .bio {
  margin-top: 50px;
}
@media (min-width: 768px) {
  body.archive.author .author-hero .bio {
    padding-right: 40px;
  }
}
body.archive.author .author-hero .headshot-wrapper {
  width: 100%;
  max-width: 505px;
  margin-bottom: 100px;
  display: none;
}
@media (max-width: 768px) {
  body.archive.author .author-hero .headshot-wrapper.mobile {
    display: block;
    margin-bottom: 50px;
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  body.archive.author .author-hero .headshot-wrapper.desktop {
    display: block;
  }
}
body.archive.author .author-hero .headshot-wrapper .headshot {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
}
body.archive.author .author-posts {
  padding-top: 100px;
}
body.archive.author .author-posts .meta {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  padding-bottom: 30px;
}
body.archive.author .author-posts .meta .written-by {
  margin-bottom: 10px;
}
body.archive.author .author-posts .meta .arrowed {
  margin-bottom: 10px;
}

body.single-post .single-hero {
  background-color: #F8F8F4;
  position: relative;
}
body.single-post .single-hero:after {
  content: "";
  background: linear-gradient(0deg, #FFFFFF 0%, #F8F8F4 100%);
  position: absolute;
  left: 0;
  width: 100%;
  height: 100px;
  bottom: 0;
}
body.single-post .single-hero .content-wrapper {
  padding-bottom: 100px;
}
body.single-post .single-hero .content-wrapper .meta {
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
body.single-post .single-hero .content-wrapper .meta .date {
  margin: 0px 40px 10px 0px;
  color: #222620;
}
body.single-post .single-hero .content-wrapper .meta .categories {
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-right: 20px;
}
body.single-post .single-hero .content-wrapper .meta .categories .label {
  margin: 0 20px 10px 0;
}
body.single-post .single-hero .content-wrapper .meta .categories .category {
  margin: 0 20px 10px 0;
}
body.single-post .single-hero .content-wrapper .meta .read-time {
  margin: 0 0 10px;
}
body.single-post .single-hero .content-wrapper .page-title {
  margin-bottom: 30px;
}
body.single-post .single-hero .content-wrapper .staff-member-wrapper {
  display: inline-block;
}
body.single-post .single-hero .content-wrapper .staff-member {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}
body.single-post .single-hero .content-wrapper .staff-member:hover .content-wrapper .name, body.single-post .single-hero .content-wrapper .staff-member:hover .content-wrapper .jobtitle {
  color: #959494;
}
body.single-post .single-hero .content-wrapper .staff-member .headshot {
  display: block;
  width: 79px;
  height: 79px;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
  margin-right: 25px;
}
body.single-post .single-hero .content-wrapper .staff-member .content-wrapper {
  padding: 0;
  max-width: calc(100% - 104px);
}
body.single-post .single-hero .content-wrapper .staff-member .content-wrapper .name {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 31px;
  transition: 0.3s ease-out;
}
body.single-post .single-hero .content-wrapper .staff-member .content-wrapper .jobtitle {
  margin: 0;
  font-size: 14px;
  transition: 0.3s ease-out;
}
body.single-post .single-hero .featured-image-wrapper {
  height: 680px;
}
@media (max-width: 991px) {
  body.single-post .single-hero .featured-image-wrapper {
    height: 460px;
  }
}
@media (max-width: 768px) {
  body.single-post .single-hero .featured-image-wrapper {
    height: 340px;
  }
}
body.single-post .single-hero .featured-image-wrapper .featured-image {
  height: 680px;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 991px) {
  body.single-post .single-hero .featured-image-wrapper .featured-image {
    height: 460px;
  }
}
@media (max-width: 768px) {
  body.single-post .single-hero .featured-image-wrapper .featured-image {
    height: 340px;
  }
}

body.blog .global-hero, body.category .global-hero {
  background-color: #F8F8F4;
}
body.blog .posts, body.category .posts {
  padding-top: 70px;
}
body.blog .posts .post, body.category .posts .post {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
  position: relative;
}
body.blog .posts .post .link, body.category .posts .post .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
body.blog .posts .post:hover .featuredimage-wrapper, body.category .posts .post:hover .featuredimage-wrapper {
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.2);
}
body.blog .posts .post:hover .content-wrapper .post-title, body.category .posts .post:hover .content-wrapper .post-title {
  color: #66A441;
  border-color: #66A441;
}
body.blog .posts .post .featuredimage-wrapper, body.category .posts .post .featuredimage-wrapper {
  position: relative;
  width: 505px;
  height: 325px;
  transition: 0.3s ease-out;
}
@media (max-width: 1200px) {
  body.blog .posts .post .featuredimage-wrapper, body.category .posts .post .featuredimage-wrapper {
    width: 305px;
  }
}
@media (max-width: 580px) {
  body.blog .posts .post .featuredimage-wrapper, body.category .posts .post .featuredimage-wrapper {
    width: 100%;
  }
}
@media (max-width: 768px) {
  body.blog .posts .post .featuredimage-wrapper, body.category .posts .post .featuredimage-wrapper {
    height: 240px;
  }
}
body.blog .posts .post .featuredimage-wrapper .featured-image, body.category .posts .post .featuredimage-wrapper .featured-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.blog .posts .post .content-wrapper, body.category .posts .post .content-wrapper {
  width: calc(100% - 575px);
}
@media (max-width: 1200px) {
  body.blog .posts .post .content-wrapper, body.category .posts .post .content-wrapper {
    width: calc(100% - 375px);
  }
}
@media (max-width: 768px) {
  body.blog .posts .post .content-wrapper, body.category .posts .post .content-wrapper {
    width: calc(100% - 325px);
  }
}
@media (max-width: 580px) {
  body.blog .posts .post .content-wrapper, body.category .posts .post .content-wrapper {
    width: 100%;
    margin-top: 27px;
    padding: 0 10px;
  }
}
body.blog .posts .post .content-wrapper .meta, body.category .posts .post .content-wrapper .meta {
  display: flex;
  flex-wrap: wrap;
}
body.blog .posts .post .content-wrapper .meta .date, body.blog .posts .post .content-wrapper .meta .author, body.category .posts .post .content-wrapper .meta .date, body.category .posts .post .content-wrapper .meta .author {
  display: inline-block;
  padding-right: 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #959494;
  margin: 0 0 10px;
  white-space: nowrap;
}
body.blog .posts .post .content-wrapper .post-title, body.category .posts .post .content-wrapper .post-title {
  transition: 0.3s ease-out;
  display: inline;
  border-bottom: 1px solid transparent;
}
body.blog .posts .post .content-wrapper .excerpt, body.category .posts .post .content-wrapper .excerpt {
  padding-top: 10px;
  display: block;
}
body.blog .posts .post .content-wrapper .categories, body.category .posts .post .content-wrapper .categories {
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-right: 20px;
  padding-top: 20px;
}
body.blog .posts .post .content-wrapper .categories .label, body.category .posts .post .content-wrapper .categories .label {
  margin: 10px 20px 0 0;
}
body.blog .posts .post .content-wrapper .categories .category, body.category .posts .post .content-wrapper .categories .category {
  position: relative;
  z-index: 200;
  margin: 10px 10px 0 0;
}

body.single-publication .subnavigation {
  height: 60px;
  display: block;
  position: relative;
}
@media (max-width: 768px) {
  body.single-publication .subnavigation {
    display: none;
  }
}
body.single-publication .subnavigation .inner {
  background-color: #66A441;
  height: 60px;
  overflow: visible;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: 0.3s ease-out;
  z-index: 400;
}
body.single-publication .subnavigation .inner.stuck {
  position: fixed;
  z-index: 800;
}
body.single-publication .subnavigation .inner.stuck.headroom--not-top.headroom--not-bottom.headroom--pinned {
  top: 84px;
}
body.single-publication .subnavigation .inner.stuck .flex-row .arrowed {
  opacity: 1;
}
body.single-publication .subnavigation .inner .flex-row {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  overflow: visible;
}
body.single-publication .subnavigation .inner .flex-row .left-stuff {
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
  height: 60px;
  overflow: visible;
}
body.single-publication .subnavigation .inner .flex-row .left-stuff .label {
  font-style: italic;
  font-weight: 400;
  font-size: 22px;
  font-family: "freight-text-pro", sans-serif;
  color: #ffffff;
  padding-right: 32px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 60px;
}
body.single-publication .subnavigation .inner .flex-row .left-stuff .subnav-dropdown {
  display: block;
  overflow: hidden;
  height: 60px;
  background-color: #222620;
  width: 850px;
  max-width: 50vw;
}
body.single-publication .subnavigation .inner .flex-row .left-stuff .subnav-dropdown.open {
  height: 409px;
  overflow: auto;
}
body.single-publication .subnavigation .inner .flex-row .left-stuff .subnav-dropdown.open .dropdown-label {
  background-color: #222620;
}
body.single-publication .subnavigation .inner .flex-row .left-stuff .subnav-dropdown.open .dropdown-label .text {
  background-image: none;
}
body.single-publication .subnavigation .inner .flex-row .left-stuff .subnav-dropdown .dropdown-label {
  display: block;
  background-color: #66A441;
  color: #ffffff;
  height: 60px;
  padding-left: 29px;
  line-height: 60px;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  cursor: pointer;
  font-weight: 400;
  font-size: 22px;
  font-family: "freight-text-pro", sans-serif;
  box-sizing: border-box;
}
body.single-publication .subnavigation .inner .flex-row .left-stuff .subnav-dropdown .dropdown-label .text {
  background-image: url("../img/filter-arrow.svg");
  background-position: right center;
  background-repeat: no-repeat;
  display: inline-block;
  padding-right: 31px;
}
body.single-publication .subnavigation .inner .flex-row .left-stuff .subnav-dropdown .dropdown-label:hover .text {
  color: #222620;
  background-image: url("../img/filter-arrow-dark.svg");
}
body.single-publication .subnavigation .inner .flex-row .left-stuff .subnav-dropdown .subnav-toggle:last-child .subnav-link .border-span {
  border: none;
}
body.single-publication .subnavigation .inner .flex-row .left-stuff .subnav-dropdown .subnav-toggle .subnav-link {
  display: block;
  background-color: #222620;
  color: #ffffff;
  height: 60px;
  padding: 0 29px;
  line-height: 60px;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  font-weight: 400;
  font-size: 22px;
  font-family: "freight-text-pro", sans-serif;
  box-sizing: border-box;
}
body.single-publication .subnavigation .inner .flex-row .left-stuff .subnav-dropdown .subnav-toggle .subnav-link.active {
  background-color: #66A441;
}
body.single-publication .subnavigation .inner .flex-row .left-stuff .subnav-dropdown .subnav-toggle .subnav-link:hover {
  background-color: #ffffff;
  color: #222620;
}
body.single-publication .subnavigation .inner .flex-row .left-stuff .subnav-dropdown .subnav-toggle .subnav-link .border-span {
  line-height: 59px;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
}
body.single-publication .subnavigation .inner .flex-row .arrowed {
  opacity: 0;
}
body.single-publication .publication-hero {
  color: #ffffff;
}
body.single-publication .publication-hero h1, body.single-publication .publication-hero h2, body.single-publication .publication-hero h3, body.single-publication .publication-hero h4, body.single-publication .publication-hero h5, body.single-publication .publication-hero h6, body.single-publication .publication-hero blockquote cite, body.single-publication blockquote .publication-hero cite, body.single-publication .publication-hero p, body.single-publication .publication-hero .gform_heading .gform_description, .gform_heading body.single-publication .publication-hero .gform_description, body.single-publication .publication-hero li, body.single-publication .publication-hero span:not(.label) {
  color: #ffffff;
}
body.single-publication .publication-hero .background-image:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
body.single-publication .publication-hero .content-wrapper {
  position: relative;
}
body.single-publication .publication-hero .content-wrapper .meta {
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
body.single-publication .publication-hero .content-wrapper .meta .date {
  margin: 0px 40px 10px 0px;
}
body.single-publication .publication-hero .content-wrapper .meta .categories {
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-right: 20px;
}
body.single-publication .publication-hero .content-wrapper .meta .categories .label {
  margin: 0 20px 10px 0;
}
body.single-publication .publication-hero .content-wrapper .meta .categories .category {
  margin: 0 20px 10px 0;
}
body.single-publication .publication-hero .content-wrapper .page-title {
  margin-bottom: 20px;
}
body.single-publication .publication-hero .content-wrapper .introduction {
  margin-bottom: 40px;
}
body.single-publication .publication-hero .hero-bar {
  height: 20px;
  background-color: #66A441;
  background-image: url("../img/hero-bar.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0;
  position: relative;
  z-index: 100;
}
body.single-publication .pdf-link {
  text-align: center;
  padding: 100px 0;
}

body.post-type-archive-publication .global-hero, body.tax-publication-category .global-hero {
  background-color: #F8F8F4;
}
body.post-type-archive-publication .publication-posts-wrapper, body.tax-publication-category .publication-posts-wrapper {
  padding-top: 85px;
}
body.post-type-archive-publication .publication-posts-wrapper .publication-posts-row, body.tax-publication-category .publication-posts-wrapper .publication-posts-row {
  margin-bottom: -80px;
  margin-left: -30px;
  margin-right: -30px;
}
body.post-type-archive-publication .publication-posts-wrapper .publication-posts-row .publication-post-grid, body.tax-publication-category .publication-posts-wrapper .publication-posts-row .publication-post-grid {
  padding: 0 30px;
}
body.post-type-archive-publication .publication-posts-wrapper .publication-posts-row .publication-post, body.tax-publication-category .publication-posts-wrapper .publication-posts-row .publication-post {
  position: relative;
  padding: 0 0 70px;
}
body.post-type-archive-publication .publication-posts-wrapper .publication-posts-row .publication-post:hover .featuredimage-wrapper, body.tax-publication-category .publication-posts-wrapper .publication-posts-row .publication-post:hover .featuredimage-wrapper {
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.2);
}
body.post-type-archive-publication .publication-posts-wrapper .publication-posts-row .publication-post:hover .content-wrapper .post-title, body.tax-publication-category .publication-posts-wrapper .publication-posts-row .publication-post:hover .content-wrapper .post-title {
  color: #66A441;
  border-color: #66A441;
}
body.post-type-archive-publication .publication-posts-wrapper .publication-posts-row .publication-post .link, body.tax-publication-category .publication-posts-wrapper .publication-posts-row .publication-post .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.post-type-archive-publication .publication-posts-wrapper .publication-posts-row .publication-post .featuredimage-wrapper, body.tax-publication-category .publication-posts-wrapper .publication-posts-row .publication-post .featuredimage-wrapper {
  display: block;
  width: 100%;
}
body.post-type-archive-publication .publication-posts-wrapper .publication-posts-row .publication-post .featuredimage-wrapper .featured-image, body.tax-publication-category .publication-posts-wrapper .publication-posts-row .publication-post .featuredimage-wrapper .featured-image {
  display: block;
  padding-bottom: 46.5%;
  width: 100%;
  height: 0;
  background-size: cover;
  background-position: center center;
  margin-bottom: 20px;
}
body.post-type-archive-publication .publication-posts-wrapper .publication-posts-row .publication-post .content-wrapper .meta .date, body.tax-publication-category .publication-posts-wrapper .publication-posts-row .publication-post .content-wrapper .meta .date {
  color: #959494;
  margin-bottom: 10px;
}
body.post-type-archive-publication .publication-posts-wrapper .publication-posts-row .publication-post .content-wrapper .post-title, body.tax-publication-category .publication-posts-wrapper .publication-posts-row .publication-post .content-wrapper .post-title {
  margin-bottom: 10px;
  display: inline;
  transition: 0.3s ease-out;
  border-bottom: 1px solid transparent;
}
body.post-type-archive-publication .publication-posts-wrapper .publication-posts-row .publication-post .content-wrapper .excerpt, body.tax-publication-category .publication-posts-wrapper .publication-posts-row .publication-post .content-wrapper .excerpt {
  padding-top: 10px;
  margin-bottom: 20px;
}
body.post-type-archive-publication .publication-posts-wrapper .publication-posts-row .publication-post .content-wrapper .categories, body.tax-publication-category .publication-posts-wrapper .publication-posts-row .publication-post .content-wrapper .categories {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
}
body.post-type-archive-publication .publication-posts-wrapper .publication-posts-row .publication-post .content-wrapper .categories .label, body.tax-publication-category .publication-posts-wrapper .publication-posts-row .publication-post .content-wrapper .categories .label {
  margin: 0 20px 10px 0;
}
body.post-type-archive-publication .publication-posts-wrapper .publication-posts-row .publication-post .content-wrapper .categories .category, body.tax-publication-category .publication-posts-wrapper .publication-posts-row .publication-post .content-wrapper .categories .category {
  margin: 0 20px 10px 0;
  position: relative;
  z-index: 200;
}

body.post-type-archive-labelguide .global-hero {
  background-color: #F8F8F4;
}
body.post-type-archive-labelguide .no-labelguides {
  position: absolute;
  top: 580px;
  right: 60px;
  width: 495px;
  box-sizing: border-box;
  padding: 50px;
  background-color: #66A441;
  color: #ffffff;
  display: block;
  z-index: -1;
  transition: 0.3s ease-out;
  opacity: 0;
}
body.post-type-archive-labelguide .no-labelguides h1, body.post-type-archive-labelguide .no-labelguides h2, body.post-type-archive-labelguide .no-labelguides h3, body.post-type-archive-labelguide .no-labelguides h4, body.post-type-archive-labelguide .no-labelguides h5, body.post-type-archive-labelguide .no-labelguides h6, body.post-type-archive-labelguide .no-labelguides blockquote cite, body.post-type-archive-labelguide blockquote .no-labelguides cite, body.post-type-archive-labelguide .no-labelguides p, body.post-type-archive-labelguide .no-labelguides .gform_heading .gform_description, .gform_heading body.post-type-archive-labelguide .no-labelguides .gform_description, body.post-type-archive-labelguide .no-labelguides li, body.post-type-archive-labelguide .no-labelguides span:not(.label) {
  color: #ffffff;
}
@media (max-width: 768px) {
  body.post-type-archive-labelguide .no-labelguides {
    max-width: calc(100% - 60px);
    right: 30px;
    padding: 30px;
    top: 1450px;
  }
}
body.post-type-archive-labelguide .no-labelguides.visible {
  z-index: 500;
  opacity: 1;
}
body.post-type-archive-labelguide .no-labelguides .arrowed:hover {
  color: #222620;
}
body.post-type-archive-labelguide .no-labelguides .arrowed:hover:after {
  background-image: url("../img/arrow-grey.svg");
}
body.post-type-archive-labelguide .labelguide-posts-wrapper {
  padding-top: 50px;
}
@media (min-width: 768px) {
  body.post-type-archive-labelguide .labelguide-posts-wrapper .filters-wrapper {
    padding-right: 36px;
  }
}
body.post-type-archive-labelguide .labelguide-posts-wrapper .filters-wrapper .filter-text {
  margin-bottom: 30px;
  font-weight: 700;
}
body.post-type-archive-labelguide .labelguide-posts-wrapper .filters-wrapper .filters-label {
  margin-bottom: 24px;
}
body.post-type-archive-labelguide .labelguide-posts-wrapper .filters-wrapper .labelguide-categories {
  padding-bottom: 15px;
}
body.post-type-archive-labelguide .labelguide-posts-wrapper .filters-wrapper .labelguide-categories .labelguide-filter-toggle {
  display: block;
  cursor: pointer;
  position: relative;
  margin-bottom: 15px;
  padding-left: 34px;
  color: #7C7C81;
  font-weight: 400;
  font-size: 22px;
  line-height: 155%;
  transition: 0.3s ease-out;
}
body.post-type-archive-labelguide .labelguide-posts-wrapper .filters-wrapper .labelguide-categories .labelguide-filter-toggle:before {
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  background-image: url("../img/checkbox.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
  transition: 0.3s ease-out;
}
body.post-type-archive-labelguide .labelguide-posts-wrapper .filters-wrapper .labelguide-categories .labelguide-filter-toggle:hover {
  color: #66A441;
}
body.post-type-archive-labelguide .labelguide-posts-wrapper .filters-wrapper .labelguide-categories .labelguide-filter-toggle:hover:before {
  background-image: url("../img/checkbox-hover.svg");
}
body.post-type-archive-labelguide .labelguide-posts-wrapper .filters-wrapper .labelguide-categories .labelguide-filter-toggle.active:before {
  background-image: url("../img/checkbox-checked.svg");
}
body.post-type-archive-labelguide .labelguide-posts-wrapper .filters-wrapper .clear-filters {
  font-weight: 500;
  font-size: 23px;
  line-height: 115%;
  font-family: "futura-pt", sans-serif;
  padding: 7px 0;
  border-bottom: 1px solid #222620;
  color: #222620;
  transition: 0.3s ease-out;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 60px;
}
body.post-type-archive-labelguide .labelguide-posts-wrapper .filters-wrapper .clear-filters:hover {
  color: #66A441;
  border-color: #66A441;
}
body.post-type-archive-labelguide .labelguide-posts-wrapper .labelguide-posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
}
body.post-type-archive-labelguide .labelguide-posts-wrapper .labelguide-posts .labelguide-post {
  cursor: pointer;
  position: relative;
  display: block;
  width: calc(50% - 15px);
  min-height: 500px;
  box-sizing: border-box;
  border: 10px solid #ffffff;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  padding: 40px 40px 80px;
  margin-bottom: 30px;
  transition: 0.3s ease-out;
}
@media (max-width: 1200px) {
  body.post-type-archive-labelguide .labelguide-posts-wrapper .labelguide-posts .labelguide-post {
    width: 100%;
  }
}
@media (max-width: 768px) {
  body.post-type-archive-labelguide .labelguide-posts-wrapper .labelguide-posts .labelguide-post {
    padding: 20px 20px 60px;
  }
}
body.post-type-archive-labelguide .labelguide-posts-wrapper .labelguide-posts .labelguide-post:hover {
  border-color: #66A441;
}
body.post-type-archive-labelguide .labelguide-posts-wrapper .labelguide-posts .labelguide-post.disabled {
  border-color: #ffffff;
  order: 2;
}
body.post-type-archive-labelguide .labelguide-posts-wrapper .labelguide-posts .labelguide-post.disabled:after {
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  content: "";
  opacity: 0.8;
  background-color: #222620;
}
body.post-type-archive-labelguide .labelguide-posts-wrapper .labelguide-posts .labelguide-post .thumbnail-wrapper {
  height: 160px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin-bottom: 30px;
}
body.post-type-archive-labelguide .labelguide-posts-wrapper .labelguide-posts .labelguide-post .thumbnail-wrapper img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
body.post-type-archive-labelguide .labelguide-posts-wrapper .labelguide-posts .labelguide-post .post-title {
  margin-bottom: 15px;
}
body.post-type-archive-labelguide .labelguide-posts-wrapper .labelguide-posts .labelguide-post .excerpt {
  min-height: 125px;
  overflow: hidden;
}
body.post-type-archive-labelguide .labelguide-posts-wrapper .labelguide-posts .labelguide-post .excerpt p, body.post-type-archive-labelguide .labelguide-posts-wrapper .labelguide-posts .labelguide-post .excerpt .gform_heading .gform_description, .gform_heading body.post-type-archive-labelguide .labelguide-posts-wrapper .labelguide-posts .labelguide-post .excerpt .gform_description {
  font-size: 17px;
}
body.post-type-archive-labelguide .labelguide-posts-wrapper .labelguide-posts .labelguide-post .arrowed {
  position: absolute;
  bottom: 40px;
  left: 40px;
}
@media (max-width: 768px) {
  body.post-type-archive-labelguide .labelguide-posts-wrapper .labelguide-posts .labelguide-post .arrowed {
    bottom: 20px;
    left: 20px;
  }
}
body.post-type-archive-labelguide .labelguide-posts-wrapper .labelguide-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(102, 164, 65, 0.7);
  display: none;
  transition: 0.3s ease-out;
}
body.post-type-archive-labelguide .labelguide-posts-wrapper .labelguide-popup.open {
  display: block;
}
body.post-type-archive-labelguide .labelguide-posts-wrapper .labelguide-popup .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.post-type-archive-labelguide .labelguide-posts-wrapper .labelguide-popup .content-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.2);
  width: 890px;
  box-sizing: border-box;
  display: flex;
  padding: 50px 60px 45px 45px;
  max-width: calc(100% - 60px);
  flex-wrap: wrap;
  max-height: 100vh;
  overflow: auto;
}
body.post-type-archive-labelguide .labelguide-posts-wrapper .labelguide-popup .content-box .close-toggle {
  position: absolute;
  right: 20px;
  top: 20px;
  transition: 0.3s ease-out;
  cursor: pointer;
}
body.post-type-archive-labelguide .labelguide-posts-wrapper .labelguide-popup .content-box .close-toggle:hover {
  opacity: 0.6;
}
body.post-type-archive-labelguide .labelguide-posts-wrapper .labelguide-popup .content-box .thumbnail-wrapper {
  width: 220px;
  margin-right: 40px;
}
@media (max-width: 768px) {
  body.post-type-archive-labelguide .labelguide-posts-wrapper .labelguide-popup .content-box .thumbnail-wrapper {
    margin: 0 0 20px;
  }
}
body.post-type-archive-labelguide .labelguide-posts-wrapper .labelguide-popup .content-box .content-wrapper {
  width: calc(100% - 260px);
}
@media (max-width: 768px) {
  body.post-type-archive-labelguide .labelguide-posts-wrapper .labelguide-popup .content-box .content-wrapper {
    width: 100%;
  }
}
body.post-type-archive-labelguide .labelguide-posts-wrapper .labelguide-popup .content-box .content-wrapper p, body.post-type-archive-labelguide .labelguide-posts-wrapper .labelguide-popup .content-box .content-wrapper .gform_heading .gform_description, .gform_heading body.post-type-archive-labelguide .labelguide-posts-wrapper .labelguide-popup .content-box .content-wrapper .gform_description {
  font-size: 17px;
}

body.search .global-hero {
  background-color: #F8F8F4;
}
body.search .search-posts-wrapper {
  padding-top: 40px;
}
body.search .search-posts-wrapper .search-posts .search-post {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
  border-bottom: 1px solid #CFCFCF;
}
@media (max-width: 768px) {
  body.search .search-posts-wrapper .search-posts .search-post {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
body.search .search-posts-wrapper .search-posts .search-post:hover .featuredimage-wrapper {
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.2);
}
body.search .search-posts-wrapper .search-posts .search-post:hover .content-wrapper .post-title {
  color: #66A441;
  border-color: #66A441;
}
body.search .search-posts-wrapper .search-posts .search-post .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
body.search .search-posts-wrapper .search-posts .search-post .content-wrapper {
  padding-right: 40px;
  box-sizing: border-box;
  width: 100%;
}
body.search .search-posts-wrapper .search-posts .search-post .content-wrapper.with-image {
  width: calc(100% - 545px);
}
@media (max-width: 1380px) {
  body.search .search-posts-wrapper .search-posts .search-post .content-wrapper.with-image {
    width: calc(100% - 300px);
  }
}
@media (max-width: 768px) {
  body.search .search-posts-wrapper .search-posts .search-post .content-wrapper.with-image {
    width: 100%;
  }
}
body.search .search-posts-wrapper .search-posts .search-post .content-wrapper .meta {
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
body.search .search-posts-wrapper .search-posts .search-post .content-wrapper .meta .date, body.search .search-posts-wrapper .search-posts .search-post .content-wrapper .meta .author, body.search .search-posts-wrapper .search-posts .search-post .content-wrapper .meta .label {
  margin: 0px 40px 10px 0px;
  color: #959494;
}
body.search .search-posts-wrapper .search-posts .search-post .content-wrapper .post-title {
  transition: 0.3s ease-out;
  border-bottom: 1px solid transparent;
  display: inline;
}
body.search .search-posts-wrapper .search-posts .search-post .content-wrapper .excerpt {
  padding-top: 10px;
}
body.search .search-posts-wrapper .search-posts .search-post .content-wrapper .categories {
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-right: 20px;
  padding-top: 20px;
}
body.search .search-posts-wrapper .search-posts .search-post .content-wrapper .categories .label {
  margin: 10px 20px 0 0;
}
body.search .search-posts-wrapper .search-posts .search-post .content-wrapper .categories .category {
  position: relative;
  z-index: 200;
  margin: 10px 10px 0 0;
}
body.search .search-posts-wrapper .search-posts .search-post .featuredimage-wrapper {
  width: 545px;
  height: 300px;
  display: block;
  position: relative;
}
@media (max-width: 1380px) {
  body.search .search-posts-wrapper .search-posts .search-post .featuredimage-wrapper {
    width: 300px;
    height: 200px;
  }
}
@media (max-width: 768px) {
  body.search .search-posts-wrapper .search-posts .search-post .featuredimage-wrapper {
    width: 100%;
    margin-top: 30px;
    height: 240px;
  }
}
body.search .search-posts-wrapper .search-posts .search-post .featuredimage-wrapper .featured-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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