@font-face {
  font-family: "Trade Gothic";
  src: url("../assets/fonts/trade-gothic/TradeGothicNextLTPro-Hv.otf")
    format("opentype");
  font-weight: 900;
}

@font-face {
  font-family: "Futura";
  src: url("../assets/fonts/futura/FuturaLTPro-Book.otf") format("opentype");
  font-weight: 300;
}

@font-face {
  font-family: "Futura";
  src: url("../assets/fonts/futura/FuturaLTPro-Bold.otf") format("opentype");
  font-weight: 700;
}

html {
  line-height: 1.5;
  color: #000;
  font-family: "Nunito Sans";
}

h1,
h2,
h3,
h4,
h5 {
  /*font-weight: normal;*/
  /*font-family: 'Mukta';*/
}

iframe {
  max-width: 100%;
}

img {
  max-width: 100%;
  display: block;
}

.faqs,
.text {
  font-size: 18px;
}

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

/******************************
         helpers
*******************************/

.page__wrap {
  min-height: 100vh;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: stretch;
  align-items: stretch;
  justify-content: flex-start;
}

.page__wrap > .mastfoot {
  margin-top: auto;
}

.bounds {
  position: relative;
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1400px) {
  .bounds {
    max-width: 1024px;
  }
}

@media only screen and (max-width: 1024px) {
  .bounds {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.maxw-830 {
  max-width: 830px;
}

.has-clean-links a,
.has-clean-links a:link,
.has-clean-links a:visited {
  text-decoration: none;
  color: inherit;
}

.has-clean-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.ticks {
  list-style: none;
  position: relative;
  padding-left: 24px;
}

ul.ticks li::before {
  content: "✓";
  position: absolute;
  left: 2px;
  color: #39a424;
}

.op5 {
  opacity: 0.5;
}

body.has-menu-open {
  overflow: hidden;
}

/******************************
         grid helpers
*******************************/

nf-fields-wrap.is-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [10];
  grid-template-columns: repeat(9, 1fr);
  grid-column-gap: 20px;
}

nf-fields-wrap > * {
  grid-column: 1 / -1;
}

nf-fields-wrap > .grid-10 {
  -ms-grid-column-span: 1;
  grid-column: span 1;
}
nf-fields-wrap > .grid-20 {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
nf-fields-wrap > .grid-30 {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}
nf-fields-wrap > .grid-40 {
  -ms-grid-column-span: 4;
  grid-column: span 4;
}
nf-fields-wrap > .grid-50 {
  -ms-grid-column-span: 5;
  grid-column: span 5;
}
nf-fields-wrap > .grid-60 {
  -ms-grid-column-span: 6;
  grid-column: span 6;
}
nf-fields-wrap > .grid-70 {
  -ms-grid-column-span: 7;
  grid-column: span 7;
}
nf-fields-wrap > .grid-80 {
  -ms-grid-column-span: 8;
  grid-column: span 8;
}
nf-fields-wrap > .grid-90 {
  -ms-grid-column-span: 9;
  grid-column: span 9;
}

@media only screen and (max-width: 700px) {
  nf-fields-wrap > .grid {
    grid-column: 1 / -1;
  }
}

/******************************
      master header
*******************************/

@media only screen and (min-width: 782px) {
  .admin-bar .masthead {
    top: 32px;
  }
}
/*contact*/

.mh__contact {
  transform: translateY(-100%);
  background-color: #36a021;
  text-align: right;
  padding: 8px;
  /*top: 0;*/
  /*left: 0;*/
  z-index: 99;
  width: 100%;
  /*position: fixed;*/
  font-size: 13px;
  color: #fff;
  transition: transform 0.5s ease;
}

.is-scrolled .mh__contact {
  transform: translateY(0);
}

.has-menu-open .mh__contact {
  transition: none;
}

.mh__contact p {
  margin: 0;
  display: inline-block;
}

.mh__phone .fa,
.mh__email .fa {
  margin-right: 4px;
}

.mh__contact p:not(:last-child) {
  margin-right: 10px;
}

.mh__contact a,
.mh__contact a:link,
.mh__contact a:visited {
  text-decoration: none;
  color: inherit;
}

.mh__social-media a:not(:last-child) {
  margin-right: 6px;
}

/*logo*/

.masthead {
  font-family: "Open Sans", sans-serif;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.4s ease;
  z-index: 99;
  color: #fff;
  box-shadow: 2px 2px 5px rgba(23, 23, 23, 0.1);
}

.mh__main .bounds {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.mh__logo {
  margin-right: auto;
  width: 220px;
  transition: 0.5s ease;
}

.mh__logo img {
  width: 100%;
  /*display: block;*/
}

.is-scrolled .mh__logo {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 50px;
}

/*nav*/

.mh__nav {
  flex: 1;
}

.mh__nav #primary-menu {
  height: 100%;
}

.mh__nav #primary-menu > ul {
  gap: 20px;
  transform: translateX(20px);
  height: 100%;
  justify-content: flex-end;
  -ms-align-items: center;
  align-items: center;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  /*background-color: #f5f5f5;*/
}

.mh__nav li {
  text-align: left;
}

.mh__nav a {
  padding: 10px 20px;
  /*background-color: #eee;*/
  position: relative;
  z-index: 1;
  display: block;
  font-weight: bold;
  border-bottom: 3px solid transparent;
}

@media only screen and (min-width: 1025px) {
  .is-scrolled
    .mh__nav
    #primary-menu
    > ul
    > li:not(.menu-item-has-children):hover
    > a {
    background-color: #eee;
    /*border-bottom: 3px solid #39a424;*/
  }

  .mh__nav #primary-menu > ul > li:hover {
    background-color: #fff;
    color: #000;
  }

  .mh__nav .sub-menu > li > a:hover {
    /*background-color: #39a424;*/
    background-color: #eee;
    /*color: #fff;*/
    /*color: #39a424;*/
  }

  body:not(.home):not(.is-scrolled)
    .mh__nav
    #primary-menu
    > ul
    > li:not(:hover) {
    color: #fff;
  }
}

@media only screen and (min-width: 1180px) {
  .mh__logo-bg {
    transform-origin: 0% 50%;
    transform: scale(1.5) translateY(7px);
  }
}

#primary-menu > ul li {
  position: relative;
}

@media only screen and (min-width: 1025px) {
  #primary-menu .sub-menu {
    position: absolute;
    right: 0;
    white-space: nowrap;
    background-color: #fff;
    /*z-index: 20;*/
    /*display: none;*/
    box-shadow: 0px 10px 20px rgba(26, 26, 26, 0.2);
    transition: transform 0.4s ease, opacity 0.3s ease;
    transform: translateY(4px);
    top: -6000px;
    opacity: 0;
    z-index: -20;
  }

  #primary-menu .sub-menu a {
    opacity: 0;
    transition: transform 0.4s ease, opacity 0.4s ease 0.1s;
    transform: translateY(4px);
  }

  #primary-menu > ul li:hover .sub-menu {
    top: 100%;
    display: block;
    z-index: 20;
    opacity: 1;
    transform: translateY(0);
  }

  #primary-menu > ul li:hover .sub-menu a {
    opacity: 1;
    transform: translateY(0);
  }
}

/*#primary-menu .sub-menu li {
  text-align: right;
}*/

/*mobile nav*/
.menu-toggle-wrap {
  display: none;
  padding: 10px 0;
}

[data-menu-toggle] {
  display: none;
  position: fixed;
  top: 20px;
  right: 20px;
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  padding: 8px 12px;
  font-size: 14px;
  text-transform: uppercase;
  z-index: 9001;
}

[data-menu-toggle] .fa {
  font-size: 20px;
  /*margin-right: 8px;*/
}

.sm1-backlink {
  display: none;
}

@media only screen and (max-width: 1024px) {
  [data-menu-toggle] {
    display: block;
  }

  .mh__nav {
    display: none;
  }

  .has-menu-open .mh__nav {
    display: block;
  }
  .has-menu-open .mh__main > div {
    flex-direction: column;
  }
  .has-menu-open .mh__content {
    padding-top: 8px;
    padding-bottom: 40px;
    margin: 0;
    color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    height: 100vh;
    z-index: 140;
    background-color: #417142;
    overflow: auto;
    transform: translateY(0);
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }

  .mh__main .bounds {
    -ms-align-items: center;
    align-items: center;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }

  .mh__nav #primary-menu {
    margin-top: 20px;
  }

  .mh__nav {
    width: 100%;
  }

  .mh__nav a {
    text-transform: initial;
  }

  .mh__nav li {
    text-align: left;
  }

  .mh__nav #primary-menu {
    margin-top: 10px;
  }

  .mh__nav #primary-menu > ul {
    transform: translateX(0);
    -ms-align-items: stretch;
    align-items: stretch;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }

  .mh__nav #primary-menu > ul > li {
  }

  /* .mh__nav .sub-menu a[href]::before {
    content: '■';
    display: inline-block;
    margin-right: 8px;
    color: #39a424;
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 6px;
    opacity: 0.5;
  }*/

  .mh__nav a:not([href]) {
    color: #ccc;
    padding-bottom: 0;
    font-size: 0.8em;
    padding-left: 40px;
    text-transform: uppercase;
  }

  .mh__nav .sub-menu {
    padding-left: 20px;
  }

  .mh__nav .sub-menu li:last-of-type {
    padding-bottom: 10px;
  }

  #primary-menu .sub-menu {
    top: initial;
    right: initial;
    position: relative;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    box-shadow: none;
    background-color: transparent;
  }

  #primary-menu .sub-menu li {
    text-align: left;
  }

  .has-menu-open .mh__contact p:not(:first-of-type) {
    margin-top: 0;
    margin-bottom: 6px;
  }

  .has-menu-open .mh__contact > .mh__social-media {
    padding: 10px 0;
  }

  .has-menu-open .mh__contact > p:not(:last-child) {
    margin-right: 0;
  }

  .has-menu-open .mh__contact {
    order: 2;
    position: relative;
    text-align: center;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column-reverse;
    transform: none;
  }

  .has-menu-open .mh__contact {
    margin-top: auto;
    padding-bottom: 20px;
  }

  .has-menu-open .mh__email span,
  .has-menu-open .mh__phone span {
    display: none;
  }

  .has-menu-open .mh__contact p:not(:last-child) {
    margin: 0;
  }

  .has-menu-open .mh__social-media a:not(:last-child) {
    margin: 0;
  }

  .has-menu-open .mh__contact .fa {
    font-size: 46px;
    font-size: 10vw;
    margin-right: 8vw;
  }

  .has-menu-open .mh__contact .mh__social-media a:last-child .fa {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 440px) {
  .has-menu-open .mh__contact .fa {
    font-size: 46px;
    /*font-size: 10vw;*/
    margin-right: 8vw;
  }
}

/******************************
         footer
*******************************/

.mastfoot {
  font-family: "Open Sans", sans-serif;
  background-color: #333;
  padding: 1px;
  text-align: center;
  color: #fff;
  font-size: 12px;
}

/******************************
         text
*******************************/

.text {
  padding: 80px 0;
}

.banner + .text {
  padding-top: 20px;
}

.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

.text h1:first-child,
.text h2:first-child,
.text h3:first-child,
.text h4:first-child,
.text h5:first-child,
.text h6:first-child {
  margin-top: 0;
}

.text-container h1,
.text-container h2,
.text-container h3,
.text-container h4,
.text-container h5,
.text-container h6 {
  font-weight: normal;
  margin-top: 2em;
  margin-bottom: 0.5em;
}

.text.text--bg-white {
  background-color: #fff;
  color: #000;
}

.text--bg-white .text-container h1,
.text--bg-white .text-container h2,
.text--bg-white .text-container h3,
.text--bg-white .text-container h4,
.text--bg-white .text-container h5,
.text--bg-white .text-container h6 {
  color: #539738;
}

.text.text--bg-grey {
  background-color: #eee;
  color: #000;
}

.text.text--bg-green {
  background-color: #39a424;
  color: #fff;
}

.text.text--bg-green a:not(.btn) {
  text-decoration: none;
  color: inherit;
}

.text.text--bg-green a:not(.btn):hover {
  text-decoration: underline;
}

.text.text--bg-green .btn:hover {
  background-color: #fff;
  color: #39a424;
  border: 1px solid #fff;
}

.text h1 {
  margin: 0 0 0.5em;
  /*font-weight: normal;*/
  font-size: 36px;
}

.text p {
  max-width: 800px;
}

.text table {
  margin-top: 20px;
  text-align: center;
  margin-bottom: 40px;
}

.text table img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.text table h4 {
  margin: 0;
}

.text-image {
  margin-left: 40px;
  float: right;
  max-width: 320px;
}

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

.bounds--w-sidebar {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.text-container {
  flex: 1;
}

.sidebar-track {
  margin-left: 80px;
  flex: 0 0 340px;
}

.sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
  /*background-color: #eee;*/
  padding: 20px;
}

.sidebar h2 {
  color: #539738;
  font-weight: 300;
  /*font-family: 'Trade Gothic';*/
  line-height: 1.2;
}

.sidebar .btn {
  /*font-family: "Futura";*/
  font-weight: 300;
  border-width: 1px;
}

.sidebar .btn:hover {
  border-color: #539738;
  background-color: #539738;
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .text-image {
    float: none;
    margin-left: 0;
    margin-bottom: 20px;
  }

  body.home .text table tr {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  body.home .text table td {
    flex: 1;
  }

  body.home .text table td:first-child {
    flex: 0 0 100%;
  }
}

/******************************
         split hero
*******************************/

.split-hero {
  /*background-color: #82DD70;*/
  background-color: #85d276;
  height: 100vh;
  position: relative;
}

.mask {
  /*background-image: url("../assets/images/45-degree-fabric-dark.png");*/
  /*opacity: 0.5;*/
  /*background-color: #38a323;*/
  background-image: url("../assets/images/black-linen.png");
  opacity: 0.2;

  /*background-image: url("../assets/images/black-paper.png");*/
  /*opacity: 0.4;*/
  background-repeat: repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.sh__bounds {
  z-index: 1;
  position: relative;
  height: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}

.sh__top {
  order: 2;
  /*margin-top: auto;*/
  /*padding: 0 0 30px;*/
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: center;
  background-color: #fff;
  padding: 10px 0;
  box-shadow: 2px 2px 6px rgba(2, 2, 2, 0.3);
}

.sh__title {
}

.sh__title > * {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6em;
  font-weight: bold;
}

.sh__title strong {
  font-size: 1.4em;
}

.sh__bottom {
  margin-top: 120px;
  flex: 1;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-left: -30px;
  margin-right: -30px;
}

.sh__side {
  position: relative;
  border-radius: 2px;
  background-color: #39a424;
  flex: 1;
  /*margin: 0 30px 45px;*/
  margin: 0 30px 30px;
  /*padding: 40px 40px 0;*/
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  box-shadow: 2px 2px 6px rgba(2, 2, 2, 0.3);
}

.sh__side-title {
  box-shadow: 2px 2px 6px rgba(2, 2, 2, 0.3);
  z-index: 10;
  position: absolute;
  font-family: "Mukta";
  font-weight: 700;
  font-size: 32px;
  top: 0;
  left: 0;
  transform: translate(20px, 20px);
  display: inline-block;
  background-color: #fff;
  padding: 5px 20px;
  color: #000;
}

.sh__side:hover .sh__side-title {
  transform: translate(40px, 30px) scale(1.15) rotate(-2deg);
  transition: 0.4s ease;
}

.sh__side-title-inverse {
  position: absolute;
  background-color: #39a424;
  color: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  overflow: hidden;
  opacity: 0;
  /*max-height: 0;*/
}

.sh__side-title-inverse span {
  padding: 5px 20px;
  display: block;
}

.sh__side:hover .sh__side-title-inverse {
  opacity: 1;
  /*max-height: 100px;*/
  transition: 0.4s ease;
}

.sh__side-image {
  margin-top: auto;
  width: 100%;
  height: 100%;
  position: relative;
}

.sh__side-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 1024px) {
  .split-hero {
    height: initial;
  }

  .sh__top {
    background-color: transparent;
    box-shadow: none;
    margin-top: 100px;
    order: 1;
  }

  .sh__title h1 {
    font-size: 24px;
  }

  .sh__title h1 strong {
    /*white-space: nowrap;*/
  }

  .sh__bottom {
    margin-top: initial;
    order: 2;
  }

  .sh__side-image img {
    position: relative;
    left: initial;
    top: initial;
  }
}

@media only screen and (max-width: 660px) {
  .sh__bottom {
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
}

/******************************
         faqs
*******************************/

.faqs {
  padding-bottom: 40px;
}

.text + .faqs {
  margin-top: -80px;
}

.faq-items {
  max-width: 720px;
  background-color: #eee;
}

.faq-item > * {
  position: relative;
  padding: 20px;
}

.faq-item {
  transition: 0.5s ease;
}

.faq-item:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

.faq-item p:first-child {
  margin-top: 0;
}

.faq-item p:last-child {
  margin-bottom: 0;
}

.faq-question {
  cursor: pointer;
}

.faq-question.has-answer-open {
  background-color: #39a424;
  color: #fff;
}

.faq-question .fa {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.faq-question.has-answer-open .fa-plus,
.faq-question .fa-minus {
  display: none;
}

.faq-question.has-answer-open .fa-minus {
  display: block;
}

.faq-answer {
  display: none;
  border: 1px solid transparent;
  padding-left: 60px;
}

.faq-answer::before {
  content: "\f054";
  font-family: "FontAwesome";
  position: absolute;
  left: 22px;
  top: 21px;
  font-size: 20px;
  display: block;
  color: #39a424;
}

.has-answer-open .faq-answer {
  /*border: 1px solid #39a424;*/
}

.has-answer-open .faq-answer {
  /*display: block;*/
}

/******************************
         banner
*******************************/

.banner {
  position: relative;
  margin-bottom: 100px;
}

.banner img {
  display: block;
  min-height: 460px;
  max-height: 460px;
  width: 100%;
  -webkit-filter: grayscale(1) brightness(62%);
  filter: grayscale(1) brightness(62%);
  -o-object-fit: cover;
  object-fit: cover;
}

.banner-overlay {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  background-color: rgba(55, 149, 37, 0.7);
  mix-blend-mode: revert;
}

.banner-text {
  position: absolute;
  color: #fff;
  top: 58%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}

.banner-text h1 {
  font-size: 62px;
  font-family: "Trade Gothic";
  text-transform: uppercase;
  font-weight: 900;
  max-width: 560px;
  line-height: 1.15;
  margin: 0;
}

.shape-wrap {
  height: 100%;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.shape {
  position: absolute;
  bottom: 0;
  height: 100%;
}

.shape-angle {
  position: absolute;
  left: 100%;
  width: 220px;
  height: 100%;
  overflow: hidden;
}

/*.shape-angle::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 500px;
  height: 500px;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: rotate(25deg);
      -ms-transform: rotate(25deg);
          transform: rotate(25deg);
}*/

.shape1 {
  /*opacity: 0.1;*/
  width: 80%;
}

.shape2 {
  opacity: 0.25;
  width: 25%;
}

.shape3 {
  opacity: 0.4;
  width: 10%;
}

.shape1 {
  background-color: #39a424;
  background: linear-gradient(
    to right,
    rgba(57, 164, 36, 0.4),
    rgba(57, 164, 36, 0)
  );
}
.shape2,
.shape3,
.shape1 .shape-angle::after,
.shape2 .shape-angle::after,
.shape3 .shape-angle::after {
  background-color: #39a424;
}

@media only screen and (max-width: 1024px) {
  .banner img {
    min-height: 460px;
    max-height: 460px;
    -o-object-fit: cover;
    object-fit: cover;
    /*max-height: initial;*/
  }
}

@media only screen and (max-width: 600px) {
  .banner-text h1 {
    font-size: 32px;
  }
}

/******************************
         ninja forms
*******************************/

.form {
  /*background-color: #eee;  */
}

.text + .form {
  margin-top: -60px;
}

.form .nf-form-content {
  /*max-width: 540px;*/
  margin-left: initial;
  padding: 20px 0;
}

.form .nf-form-content input:not([type="button"]),
.form .nf-form-content textarea {
  border: 1px solid #333;
  color: #000;
  background-color: #fff;
  border-radius: 2px;
}

.form .nf-form-content input:not([type="button"]):focus,
.form .nf-form-content textarea:focus {
  border: 1px solid #39a424;
  color: #000;
}

.form .nf-form-content ::-webkit-input-placeholder {
  color: #333;
  opacity: 0;
}

.form .nf-form-content ::-moz-placeholder {
  color: #333;
  opacity: 0;
}

.form .nf-form-content :-ms-input-placeholder {
  color: #333;
  opacity: 0;
}

.form .nf-form-content ::-ms-input-placeholder {
  color: #333;
  opacity: 0;
}

.form .nf-form-content ::placeholder {
  color: #333;
  opacity: 0;
}

.form .nf-before-form-content,
.form .nf-response-msg {
  font-size: 20px;
}

.form .nf-form-content .label-hidden .nf-field-label,
.form .nf-form-fields-required {
  display: none;
}

.form .nf-form-content .nf-field-label label {
  font-weight: 500;
}

.form .nf-after-form-content {
  margin-bottom: 20px;
}

.form .submit-wrap {
  text-align: right;
}

.form .field-wrap input[type="button"] {
  /*display: block;*/
  /*width: 100%;*/
  cursor: pointer;
  font-family: "Crimson Pro";
  font-family: "Montserrat";
  padding: 12px 40px 14px;
  border: 1px solid;
  margin-left: auto;
  font-size: 20px;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  /*letter-spacing: 1px;*/
  /*font-weight: bold;*/
  border-radius: 4px;
  background-color: transparent;
  color: inherit;
  font-weight: 500;
  /*color: #fff;*/
  border: 2px solid;
}

.form .field-wrap input[type="button"]:hover {
  background-color: #39a424;
  color: #fff;
  border-color: #39a424;
}

@media only screen and (max-width: 700px) {
  .form .field-wrap input[type="button"] {
    display: block;
    width: 100%;
  }
}

/******************************
         hero
*******************************/

.hero {
  height: 1024px;
  height: 100vh;
  background-color: #59a23b;
  background: linear-gradient(to bottom, #39a424, #4b7c2f);
  position: relative;
  overflow: hidden;
}

.hero .bounds {
  height: 100%;
}

.hero__globe {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60%;
  /*width: 50%; */
  /*min-width: 740px;*/
  transform: translate(-15%, 30%);
}

.hero__foreground {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.hero__text {
  /*font-family: "Futura";*/
  font-weight: 300;
  font-size: 24px;
  margin: 1em -0px 1.5em;
}

.hero__buttons {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.hero__btn {
  flex: 1;
  padding-left: 34px;
  padding-right: 34px;

  /*font-family: "Futura";*/
  /*font-weight: bold;*/
}

.hero__btn:nth-child(1) {
  margin-right: 16px;
}

.hero__btn:hover {
  color: #3a602b;
}

@media only screen and (max-width: 1100px) {
  .hero__foreground {
    right: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .hero__buttons {
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    padding-left: 20%;
    padding-right: 20%;
  }

  .hero__btn:nth-child(1) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 680px) {
  .hero {
    height: initial;
  }

  .hero__foreground {
    text-align: center;
    padding-top: 120px;
    position: relative;
    right: initial;
    transform: initial;
    top: initial;
    padding-bottom: 140px;
  }

  .hero__buttons {
    padding-left: 40%;
    padding-right: 0;
  }

  .hero__title span:nth-child(1) {
    font-size: 9.3vw;
  }

  .hero__title span:nth-child(2) {
    font-size: 17.6vw;
  }

  .hero__title span:nth-child(3) {
    font-size: 15vw;
  }

  .hero__text {
    font-size: 4vw;
    /*text-align: left;*/
  }
}

/******************************
         where next
*******************************/

.where-next {
  padding: 60px 0 80px;
}

.where-next__title {
  font-size: 24px;
  font-weight: 400;
  color: #539738;
}

.where-next__title > * {
  margin: 0;
}

.where-next__links {
  font-family: "Trade Gothic";
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
  -ms-align-items: stretch;
  align-items: stretch;
}

.where-next__link-container {
  display: block;
  flex: 0 0 50%;
  padding: 20px;
}

.where-next__link {
  position: relative;
  display: block;
  height: 100%;
}

.where-next__link img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  -webkit-filter: grayscale(1) brightness(62%);
  filter: grayscale(1) brightness(62%);
}

.where-next__link-foreground {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(55, 149, 37, 0.7);
  mix-blend-mode: revert;
  color: #fff;
  text-transform: uppercase;
}

.where-next__link-title {
  text-align: center;
  font-size: 46px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
}

.where-next__link-foreground:hover .where-next__link-title {
  transform: translate(-50%, -50%) scale(1.05);
  transition: transform 0.3s ease;
}

@media only screen and (max-width: 1024px) {
  .where-next {
    padding: 40px 0 10px;
  }

  .where-next__title {
    text-align: center;
    margin-bottom: 20px;
  }

  .where-next__link-title {
    font-size: 32px;
  }

  .where-next__link-container {
    padding: 10px;
  }
}

@media only screen and (max-width: 780px) {
  .where-next__links {
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .where-next__link-container {
    flex: 0 0 100%;
    min-height: 220px;
  }
}

/******************************
         policy page
*******************************/

.policy {
  border-top: 100px solid #36a021;
  padding-top: 80px;
}

@media only screen and (max-width: 780px) {
  .policy {
    border-top: 40px solid #36a021;
    padding-top: 40px;
  }
}
