/* =======================================
   VARIABLES
   ======================================= */
/* =======================================
   IMPORTS
   ======================================= */
/* =======================================
   SIZES
   ======================================= */
/* =======================================
   FONTS
======================================= */
@font-face {
  font-family: "Averta PE";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/AvertaPE-Regular.woff2") format("woff2"), url("../fonts/AvertaPE-Regular.woff") format("woff");
}
@font-face {
  font-family: "Averta PE";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/AvertaPE-Light.woff2") format("woff2"), url("../fonts/AvertaPE-Light.woff") format("woff");
}
@font-face {
  font-family: "Averta PE";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/AvertaPE-Semibold.woff2") format("woff2"), url("../fonts/AvertaPE-Semibold.woff") format("woff");
}
@font-face {
  font-family: "Averta PE";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/AvertaPE-Bold.woff2") format("woff2"), url("../fonts/AvertaPE-Bold.woff") format("woff");
}
@font-face {
  font-family: "Averta PE";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/AvertaPE-Black.woff2") format("woff2"), url("../fonts/AvertaPE-Black.woff") format("woff");
}
@font-face {
  font-family: "Averta PE";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/AvertaPE-Thin.woff2") format("woff2"), url("../fonts/AvertaPE-Thin.woff") format("woff");
}
@font-face {
  font-family: "Averta PE";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/AvertaPE-Extrabold.woff") format("woff"), url("../fonts/AvertaPE-Extrabold.woff") format("woff");
}
@font-face {
  font-family: "Averta PE";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/AvertaPE-Extrathin.woff2") format("woff2"), url("../fonts/AvertaPE-Extrathin.woff") format("woff");
}
@font-face {
  font-family: "BauzietReg";
  src: url("../fonts/bauziet-extrabold.woff2") format("woff2"), url("../fonts/bauziet-extrabold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
header#header1 {
  z-index: 999;
  width: 100%;
  top: 0;
  position: relative;
  background: #1E1915;
}
header#header1 .top {
  background: #DEDEDE;
}
header#header1 .top .container {
  max-width: 1368px;
  margin: 0 auto;
  width: 100%;
  padding: calc(16px / 2) 16px;
  display: flex;
  align-items: center;
}
@media (max-width: 1120px) {
  header#header1 .top .container {
    padding: 0 16px;
  }
}
header#header1 .top .container .menu-utility-menu-container {
  margin-left: auto;
}
header#header1 .top .container .menu-utility-menu-container .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
}
header#header1 .top .container .menu-utility-menu-container .menu li {
  display: inline-block;
  padding: calc(16px / 2);
  line-height: 14px;
}
header#header1 .top .container .menu-utility-menu-container .menu li:first-of-type {
  padding-left: 0;
}
header#header1 .top .container .menu-utility-menu-container .menu li:last-of-type {
  padding-right: 0;
}
header#header1 .top .container a {
  color: #000000;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}
header#header1 .top .container a:hover {
  color: #131515;
}
@media (max-width: 1120px) {
  header#header1 .top {
    display: none;
  }
}
header#header1 .main .container {
  max-width: 1368px;
  margin: 0 auto;
  width: 100%;
  padding: 0 16px;
  display: flex;
  align-items: center;
}
@media (max-width: 1120px) {
  header#header1 .main .container {
    padding: 0 16px;
  }
}
header#header1 .main .container .logo {
  padding: 16px 0;
}
header#header1 .main .container .logo img {
  display: block;
}
header#header1 .main .container #main-menu {
  margin-left: auto;
  display: flex;
  align-items: center;
}
header#header1 .main .container #main-menu .menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
header#header1 .main .container #main-menu .menu li {
  display: inline-block;
  padding: 16px 8px;
  position: relative;
}
header#header1 .main .container #main-menu .menu li:first-of-type {
  padding-left: 0;
}
header#header1 .main .container #main-menu .menu li:last-of-type {
  padding-right: 0;
}
header#header1 .main .container #main-menu .menu li a {
  color: #000000;
  font-size: 20px;
  line-height: 26px;
  text-decoration: none;
  transition: all 0.2s ease;
  font-weight: bold;
}
header#header1 .main .container #main-menu .menu li a:hover {
  color: #131515;
}
header#header1 .main .container #main-menu .menu li .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  background: #EDEFF0;
  padding: calc(16px / 2) 16px;
  width: 100vw;
  max-width: 250px;
  margin-left: calc(0px - 16px);
}
header#header1 .main .container #main-menu .menu li .sub-menu li {
  padding: calc(16px / 2);
  display: block;
}
header#header1 .main .container #main-menu .menu li .sub-menu li a {
  text-transform: none;
  font-size: 18px;
  line-height: 26px;
  display: block;
}
header#header1 .main .container #main-menu .menu li:hover .sub-menu {
  display: block;
}
header#header1 .main .container #main-menu .search {
  position: relative;
}
@media (max-width: 1120px) {
  header#header1 .main .container #main-menu .search {
    display: none;
  }
}
header#header1 .main .container #main-menu .search #searchButton {
  display: block;
  transition: all 0.2s ease;
  margin-left: calc(16px * 2);
}
header#header1 .main .container #main-menu .search #searchform {
  background: #131515;
  position: absolute;
  width: 400px;
  right: 0;
  top: calc(100% + 16px);
  padding: 16px 16px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}
header#header1 .main .container #main-menu .search #searchform div {
  max-width: 1368px;
  margin: 0 auto;
  width: 100%;
  display: flex;
}
@media (max-width: 1120px) {
  header#header1 .main .container #main-menu .search #searchform div {
    padding: 0 16px;
  }
}
header#header1 .main .container #main-menu .search #searchform div input[type=search] {
  width: 100%;
  background: #FFFFFF url(../img/search.svg) no-repeat 20px 12px;
  border: none;
  padding: calc(16px / 2) calc(16px / 2) calc(16px / 2) 50px;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0.34px;
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
}
header#header1 .main .container #main-menu .search #searchform div input[type=submit] {
  background: #FFFFFF;
  border: none;
  margin-left: calc(16px / 2);
  padding: calc(16px / 2) 16px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}
header#header1 .main .container #main-menu .search #searchform.active {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 1120px) {
  header#header1 .main .container #main-menu {
    display: none;
  }
}
header#header1 #mobile-toggle {
  display: none;
  z-index: 999;
  margin-left: auto;
}
@media (max-width: 1120px) {
  header#header1 #mobile-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
header#header1 #mobile-menu {
  visibility: hidden;
  z-index: -1;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 16px 0;
  opacity: 0;
  transition: all 0.2s ease;
  height: calc(100vh - 90px);
  top: 100%;
  overflow-y: auto;
  background: #1E1915;
}
header#header1 #mobile-menu .menu-content {
  position: relative;
  z-index: 100000;
}
header#header1 #mobile-menu .slant {
  height: 160px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  display: block;
}
header#header1 #mobile-menu .searchform input[type=submit] {
  display: none;
}
header#header1 #mobile-menu .searchform input[type=search] {
  width: 100%;
  background: #FFFFFF url(../img/search.svg) no-repeat;
  background-position: 20px 10px;
  padding: calc(16px / 2) calc(16px / 2) calc(16px / 2) 50px;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0.34px;
  color: #FFFFFF;
  font-weight: 400;
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
}
header#header1 #mobile-menu.active {
  visibility: visible;
  opacity: 1;
  z-index: 900;
}
header#header1 #mobile-menu ul {
  padding: 0;
  margin: 16px 0 0;
}
header#header1 #mobile-menu ul li {
  list-style: none;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #473C33;
  padding-left: 30px;
  padding-right: 20px;
}
header#header1 #mobile-menu ul li .sub-menu {
  display: none;
}
header#header1 #mobile-menu ul li.menu-item-has-children::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  background: url(../img/chevron-green.svg) no-repeat 50% 50%;
  margin-left: auto;
}
header#header1 #mobile-menu ul li a {
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  color: #FBFBF9;
  padding-bottom: 24px;
  padding-top: 24px;
  display: block;
  flex-grow: 1;
  text-decoration: none;
  letter-spacing: 0.4px;
}
header#header1 #mobile-menu ul li.hidden {
  display: none;
}
header#header1 #mobile-menu ul li.expanded {
  flex-wrap: wrap;
  border: none;
}
header#header1 #mobile-menu ul li.expanded::after {
  display: none;
}
header#header1 #mobile-menu ul li.expanded a {
  padding: 16px;
  margin: 0 calc(0px - 16px) calc(0px - 16px);
}
header#header1 #mobile-menu ul li.expanded a::after {
  display: none;
}
header#header1 #mobile-menu ul li.expanded a::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 14px;
  background: url(../img/chevron-green.svg) no-repeat 50% 50%;
  margin-right: 16px;
  transform: rotate(180deg);
}
header#header1 #mobile-menu ul li.expanded .sub-menu {
  display: block;
  width: 100%;
}
header#header1 #mobile-menu ul li.expanded .sub-menu li {
  border-top: none;
}
header#header1 #mobile-menu ul li.expanded .sub-menu li::after {
  display: none;
}
header#header1 #mobile-menu ul li.expanded .sub-menu li a {
  text-transform: none !important;
  font-weight: 400;
  display: flex;
  align-items: center;
  padding: 16px 0;
  background: transparent;
  margin: 0;
  border-bottom: none;
}
header#header1 #mobile-menu ul li.expanded .sub-menu li a::before {
  display: none;
}

#alert {
  display: none;
}
#alert.visible {
  display: block;
  background: #131515;
  color: #FFFFFF;
  z-index: 1;
}
#alert .container {
  max-width: 1368px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(16px / 2) calc(16px * 3) calc(16px / 2) 16px;
  position: relative;
  max-width: calc(1440px - calc(16px * 2));
}
@media (max-width: 1120px) {
  #alert .container {
    padding: 0 16px;
  }
}
#alert .container .copy {
  margin: 0 16px;
}
#alert .container .copy p {
  margin: 0;
  line-height: 28px;
  text-transform: uppercase;
}
#alert .container .copy p a {
  color: #FFFFFF;
  text-transform: none;
  font-weight: 600;
}
#alert .container #noticeClose {
  position: absolute;
  right: 0;
  cursor: pointer;
  margin-right: 16px;
}

footer#footer1 {
  background-color: #438030;
}
footer#footer1 a {
  color: #FBFBF9;
  text-decoration: none;
}
footer#footer1 a:hover {
  text-decoration: underline;
}
footer#footer1 .logo {
  margin-bottom: 30px;
}
footer#footer1 #menu-item-1024:before {
  content: "";
  display: inline-block;
  margin-right: 3px;
  background: url(../img/lock.svg);
  height: 17px;
  width: 17px;
  position: relative;
  top: 3px;
}
footer#footer1 .container {
  max-width: 1368px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 1120px) {
  footer#footer1 .container {
    padding: 0 16px;
  }
}
footer#footer1 .container h3 {
  font-size: 20px;
  line-height: 22px;
  margin: 0 0 calc(16px / 2);
}
footer#footer1 .container .top {
  padding-top: 48px;
  padding-bottom: 32px;
  display: flex;
  flex-wrap: wrap;
}
footer#footer1 .container .top p {
  margin: 0;
  line-height: 28px;
}
footer#footer1 .container .top .address-area h2 {
  font-size: 20px;
  color: #FBFBF9;
  font-family: "Averta PE";
  margin-bottom: 8px;
}
footer#footer1 .container .top .address-area address {
  font-style: normal;
  color: #FBFBF9;
  margin-bottom: 16px;
}
footer#footer1 .container .top .menu {
  padding: 0;
  margin: 16px 0;
  list-style: none;
}
footer#footer1 .container .top .menu li {
  margin: 0 0 28px;
}
footer#footer1 .container .top .menu a {
  line-height: 28px;
  color: #FBFBF9;
}
footer#footer1 .container .top .menu a:hover {
  text-decoration: underline;
}
footer#footer1 .container .top .right {
  width: 70%;
  max-width: 1000px;
  padding: calc(16px * 2) calc(16px * 3);
}
@media (max-width: 1120px) {
  footer#footer1 .container .top .right {
    width: calc(100% - calc(16px * 3) - calc(16px * 3));
    max-width: 900px;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  footer#footer1 .container .top .right {
    width: calc(100% - calc(16px * 2));
    padding: calc(16px * 2) 16px;
  }
}
footer#footer1 .container .top .right .container .menus {
  width: 100%;
  display: flex;
  margin-top: 78px;
  flex-wrap: wrap;
}
@media (max-width: 1120px) {
  footer#footer1 .container .top .right .container .menus {
    display: none;
  }
}
footer#footer1 .container .top .right .container .menus .column {
  flex-grow: 1;
  width: calc(25% - 16px);
  margin-right: 16px;
  margin-bottom: calc(16px * 2);
  min-width: 200px;
}
footer#footer1 .container .top .right .container .menus .column h4 {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #DEDEDE;
  letter-spacing: 0.12px;
}
footer#footer1 .container .top .right .container .menus .column ul {
  padding: 0;
  list-style: none;
  margin-top: calc(16px * 2);
}
footer#footer1 .container .top .right .container .menus .column ul li {
  margin-bottom: calc(16px / 2);
}
footer#footer1 .container .top .right .container .menus .column ul li a {
  color: #FBFBF9;
  text-decoration: none;
  transition: all 0.2s ease;
  font-weight: 400;
}
footer#footer1 .container .top .right .container .menus .column ul li a:hover {
  text-decoration: underline;
}
footer#footer1 .container .top .right .container .social a {
  display: inline-block;
  transition: all 0.2s ease;
  margin: 0 calc(calc(16px / 2) / 2);
}
footer#footer1 .container .top .right .container .social a:hover {
  transform: translateY(-3px);
}
@media (max-width: 1120px) {
  footer#footer1 .container .top .right .container .social {
    text-align: center;
  }
  footer#footer1 .container .top .right .container .social a img {
    width: 30px;
    height: 30px;
  }
}
footer#footer1 .container .top .right .container .copyright {
  display: flex;
  margin-top: calc(16px * 3);
  font-size: 16px;
}
@media (max-width: 1390px) {
  footer#footer1 .container .top .right .container .copyright {
    flex-direction: column;
  }
}
@media (max-width: 1120px) {
  footer#footer1 .container .top .right .container .copyright {
    margin-top: calc(16px * 2);
  }
}
footer#footer1 .container .top .right .container .copyright .left {
  background: transparent;
  padding: 0;
  width: auto;
  margin-right: calc(16px * 3);
}
@media (max-width: 1390px) {
  footer#footer1 .container .top .right .container .copyright .left {
    margin-bottom: calc(16px / 2);
  }
}
@media (max-width: 1120px) {
  footer#footer1 .container .top .right .container .copyright .left {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
footer#footer1 .container .top .right .container .copyright .right {
  padding: 0;
  width: auto;
}
footer#footer1 .container .top .right .container .copyright .right ul {
  padding: 0;
  margin: 0;
}
footer#footer1 .container .top .right .container .copyright .right ul li {
  list-style: none;
  display: inline-block;
}
footer#footer1 .container .top .right .container .copyright .right ul li:not(:last-of-type) {
  margin-right: 16px;
}
footer#footer1 .container .top .right .container .copyright .right ul li a {
  color: #FBFBF9;
  text-decoration: none;
  font-weight: 400;
}
footer#footer1 .container .top .right .container .copyright .right ul li a:hover {
  text-decoration: underline;
}
@media (max-width: 1120px) {
  footer#footer1 .container .top .right .container .copyright .right ul li {
    display: block;
    text-align: center;
    margin-right: 0 !important;
  }
}
footer#footer1 .container .top .social a {
  display: inline-block;
}
footer#footer1 .container .top .social a svg path {
  transition: all 0.2s ease;
  fill: #131515;
}
footer#footer1 .bottom {
  background: #438030;
  border-top: 1px solid #AAD19E;
  padding: 32px 0;
  color: #AAD19E;
}
footer#footer1 .bottom a {
  color: #AAD19E;
}
footer#footer1 .bottom a:hover {
  color: #AAD19E;
  text-decoration: underline;
}
footer#footer1 .bottom .container {
  max-width: 1368px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 1120px) {
  footer#footer1 .bottom .container {
    padding: 0 16px;
  }
}
footer#footer1 .bottom .container .menu-policy-menu-container .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: calc(16px * 3);
  flex-wrap: wrap;
}
@media (max-width: 1120px) {
  footer#footer1 .bottom .container .menu-policy-menu-container .menu {
    gap: calc(16px * 2);
    margin: 10px 0;
  }
}
footer#footer1 .bottom .container .menu-policy-menu-container .menu li {
  display: inline-block;
}
footer#footer1 .bottom .container .menu-policy-menu-container .menu li a {
  color: #AAD19E;
}
footer#footer1 .bottom .container .menu-policy-menu-container .menu li a:hover {
  color: #AAD19E;
  text-decoration: underline;
}
footer#footer1 .bottom .container .copy-disclaimer {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.7px;
}
@media (max-width: 1120px) {
  footer#footer1 .bottom .container .copy-disclaimer {
    margin-bottom: calc(16px * 2);
  }
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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;
}

.hero {
  padding: calc(16px * 4) 0;
  background-color: #1E1915;
}
.hero .container {
  max-width: 1368px;
  margin: 0 auto;
  width: 100%;
  align-items: center;
  gap: calc(16px * 4);
}
@media (max-width: 1120px) {
  .hero .container {
    padding: 0 16px;
  }
}
@media (max-width: 1120px) {
  .hero .container {
    flex-wrap: wrap;
    gap: calc(16px * 2);
  }
  .hero .container .left, .hero .container .right {
    width: 100%;
    text-align: center;
  }
}

.general {
  padding: 80px 0 70px;
}
.general .container {
  max-width: 1368px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: calc(16px * 2);
}
@media (max-width: 1120px) {
  .general .container {
    padding: 0 16px;
  }
}
.general .container .column {
  width: 100%;
}
.general .container .column .module:not(:last-of-type) {
  margin-bottom: 16px;
}
.general .container .column img, .general .container .column iframe {
  max-width: 100%;
}
.general .container.halves .column {
  width: calc(50% - 16px);
}
@media (max-width: 600px) {
  .general .container.halves .column {
    width: 100% !important;
  }
}
.general .container.smallleft .column:first-of-type {
  width: calc(40% - 16px);
}
.general .container.smallleft .column:last-of-type {
  width: calc(60% - 16px);
}
@media (max-width: 600px) {
  .general .container.smallleft .column {
    width: 100% !important;
  }
}
.general .container.smallright .column:first-of-type {
  width: calc(60% - 16px);
}
.general .container.smallright .column:last-of-type {
  width: calc(40% - 16px);
}
@media (max-width: 600px) {
  .general .container.smallright .column {
    width: 100% !important;
  }
}
.general .container.thirds .column {
  width: calc(33.3333% - 16px * 1.3333);
}
@media (max-width: 600px) {
  .general .container.thirds .column {
    width: 100%;
  }
}
.general .container.fourths .column {
  width: calc(25% - 16px - calc(16px / 2));
}
@media (max-width: 1120px) {
  .general .container.fourths .column {
    width: calc(50% - 16px);
  }
}
@media (max-width: 600px) {
  .general .container.fourths .column {
    width: 100%;
  }
}
.general.small .container {
  max-width: 1050px;
}

.posts {
  padding: calc(16px * 4) 0;
  background: #2A231D;
}
.posts .container {
  max-width: 1368px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  max-width: 1050px;
}
@media (max-width: 1120px) {
  .posts .container {
    padding: 0 16px;
  }
}
.posts .container h2 {
  margin: 0;
  max-width: 650px;
  color: #FBFBF9;
}
.posts .container .viewall {
  color: #75BC1E;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 34px;
  letter-spacing: 1.28px;
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  display: inline-block;
  margin-top: calc(16px * 1.5);
}
.posts .container .viewall:hover {
  text-decoration: underline;
}
.posts .container .columns {
  display: flex;
  gap: 0;
  margin-top: calc(16px * 1.5);
  flex-wrap: wrap;
}
.posts .container .columns .post {
  width: calc(33.3333% - calc(16px * 2));
  max-width: 320px;
  text-decoration: none;
  color: #000000;
}
.posts .container .columns .post .thumb {
  width: 100%;
  max-width: 427px;
  height: 289px;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 8px;
}
.posts .container .columns .post .content {
  padding: 24px 0;
}
.posts .container .columns .post .content h3 {
  font-size: 24px;
  color: #FBFBF9;
  margin: 0;
  font-family: "Averta PE";
}
.posts .container .columns .post .content .date {
  margin-bottom: 16px;
  font-weight: 500;
}
.posts .container .columns .post:hover .thumbnail {
  border-color: #131515;
}
.posts .container .columns .post:hover .thumbnail img {
  transform: scale(1.05);
}
@media (max-width: 1120px) {
  .posts .container .columns .post {
    width: calc(50% - calc(16px * 2)) !important;
    max-width: 100%;
  }
  .posts .container .columns .post .thumbnail {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .posts .container .columns .post {
    width: 100% !important;
  }
}
.posts.notop {
  padding-top: 0;
}
.posts.nobottom {
  padding-bottom: 0;
}
.posts.noposts {
  margin-bottom: calc(16px * 4) !important;
}

.accordion {
  padding: 80px 0;
  background-color: #F2F2ED;
}
.accordion .container {
  max-width: 1368px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 1120px) {
  .accordion .container {
    padding: 0 16px;
  }
}
.accordion .container .accordionItems .accordionItem {
  background: #FFFFFF;
  margin-bottom: 8px;
  border-radius: 10px;
  border: 0.5px solid #DDDCD0;
  background: #FBFBF9;
}
.accordion .container .accordionItems .accordionItem .accordionTitle {
  padding: 24px 54px 24px 40px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
  color: #2A231D;
  font-family: "Averta PE";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.36px;
}
.accordion .container .accordionItems .accordionItem .accordionTitle:hover {
  color: #131515;
}
.accordion .container .accordionItems .accordionItem .accordionTitle::after {
  content: "";
  display: inline-block;
  background: #E7E6DC url(../img/plus-accordion.svg) no-repeat 50% 50%;
  width: 24px;
  height: 24px;
  margin-right: 16px;
  transition: all 0.2s ease;
  border-radius: 50%;
  position: absolute;
  top: 24px;
  right: 10px;
}
.accordion .container .accordionItems .accordionItem .accordionTitle.active::after {
  background-image: url(../img/neg.svg);
  background-position: calc(50% + 1px) 50%;
}
.accordion .container .accordionItems .accordionItem .accordionTitle.active {
  display: flex;
}
.accordion .container .accordionItems .accordionItem .accordionTitle.active::before {
  background: url(../img/minus.svg) no-repeat center/contain;
}
.accordion .container .accordionItems .accordionItem .accordionCopy {
  display: none;
  padding: 0 24px 12px 40px;
  color: #2A231D;
  font-family: Arial;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
}
.accordion .container .accordionItems .accordionItem .accordionCopy p:first-of-type {
  margin-top: 0;
}
.accordion .container .accordionItems .accordionItem .accordionCopy ::marker {
  color: #131515;
}

.testimonial {
  max-width: 100% !important;
  overflow: hidden;
  padding: calc(16px * 4) 0;
}
.testimonial .container {
  max-width: 1368px;
  margin: 0 auto;
  width: 100%;
  max-width: 1050px;
}
@media (max-width: 1120px) {
  .testimonial .container {
    padding: 0 16px;
  }
}
.testimonial.single .container {
  display: flex;
  max-width: 900px;
  gap: calc(16px * 3);
  align-items: center;
}
.testimonial.single .container .image {
  width: 33%;
}
.testimonial.single .container .image img {
  display: block;
}
.testimonial.single .container .content {
  padding: calc(16px * 3) 0;
  width: 66%;
}
.testimonial.single .container .content blockquote {
  font-size: 24px;
  font-weight: 300;
  font-style: italic;
  color: #000000;
  letter-spacing: 0.48px;
  line-height: 38px;
  padding: 0;
  margin: 0;
  display: block;
}
.testimonial.single .container .content blockquote::before {
  content: "";
  display: block;
  background: url(../img/quote.svg) no-repeat center/contain;
  width: 50px;
  height: 36px;
  margin-bottom: 16px;
}
.testimonial.single .container .content .author {
  display: inline-block;
  margin-top: 16px;
}
.testimonial.single .container .content .author p {
  margin: 4px 0;
}
.testimonial.single .container .content .author a {
  color: #131515;
  text-decoration: none;
}
.testimonial.single .container .content .author a:hover {
  text-decoration: underline;
}
@media (max-width: 1120px) {
  .testimonial.single .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .testimonial.single .container .image {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 16px;
  }
  .testimonial.single .container .content {
    padding-top: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
.testimonial.multi .slide {
  display: flex !important;
  max-width: 900px;
  gap: 48px;
  align-items: center;
  margin: 0 auto;
}
.testimonial.multi .slide .image {
  width: 33%;
}
.testimonial.multi .slide .image img {
  max-width: 100%;
  height: auto;
  display: block;
}
.testimonial.multi .slide .content {
  padding: calc(16px * 3) 0;
  width: 66%;
}
.testimonial.multi .slide .content blockquote {
  font-size: 24px;
  font-weight: 300;
  font-style: italic;
  color: #000000;
  letter-spacing: 0.48px;
  line-height: 38px;
  padding: 0;
  margin: 0;
  display: block;
}
.testimonial.multi .slide .content blockquote::before {
  content: "";
  display: block;
  background: url(../img/quote.svg) no-repeat center/contain;
  width: 50px;
  height: 36px;
  margin-bottom: 16px;
}
.testimonial.multi .slide .content .author {
  display: inline-block;
  margin-top: 16px;
}
.testimonial.multi .slide .content .author p {
  margin: 4px 0;
}
.testimonial.multi .slide .content .author a {
  color: #131515;
  text-decoration: none;
}
.testimonial.multi .slide .content .author a:hover {
  text-decoration: underline;
}
@media (max-width: 1120px) {
  .testimonial.multi .slide {
    flex-direction: column;
    gap: 0px;
    align-items: flex-start;
  }
  .testimonial.multi .slide .image {
    width: 100%;
  }
  .testimonial.multi .slide .image img {
    margin: 0 auto;
  }
  .testimonial.multi .slide .content {
    width: 100%;
  }
}
.testimonial.multi .testimonialSlider {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.testimonial.multi .testimonialSlider .slick-list {
  max-width: calc(100% - 92px);
}
.testimonial.multi .testimonialSlider .slick-slide {
  z-index: 900 !important;
}

.cards {
  padding: calc(16px * 4) 0;
}
.cards .container {
  max-width: 1368px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
@media (max-width: 1120px) {
  .cards .container {
    padding: 0 16px;
  }
}
.cards .container .intro {
  width: 100%;
}
.cards .container h2 {
  width: 100%;
  margin: 0;
}
.cards .container .card {
  width: calc(50% - 12px);
  display: flex;
  text-decoration: none;
  color: #000000;
  position: relative;
  align-items: flex-end;
}
.cards .container .card .content {
  padding: 40px 24px;
}
.cards .container .card .content h3 {
  color: #FBFBF9;
  transition: all 0.2s ease;
  font-size: 30px;
}
.cards .container .card .content .eyebrow {
  color: #FBFBF9;
}
.cards .container .card .content span {
  display: inline-block;
  margin-top: auto;
  padding-top: calc(16px * 2);
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}
.cards .container .card .content span::after {
  content: "";
  display: inline-block;
  background: url(../img/arrow-right.svg) no-repeat right/cover;
  width: 20px;
  height: 15px;
  transition: all 0.2s ease;
  margin-left: calc(16px / 2);
}
@media (max-width: 1120px) {
  .cards .container .card {
    width: calc(50% - calc(16px * 1.5));
    min-width: calc(50% - calc(16px * 1.5));
  }
}
@media (max-width: 600px) {
  .cards .container .card {
    width: 100%;
  }
}
.cards .container .icon-card {
  display: block;
}
.cards .container a:hover h4 {
  color: #131515 !important;
}
.cards .container a:hover span::after {
  width: 31px !important;
}
.cards.stretch .card {
  width: calc(50% - calc(16px * 1.5));
}
.cards.stretch .card .image {
  min-height: 117px;
}
.cards.stretch .card.last {
  justify-content: center;
}
.cards.stretch .card.last * {
  width: 100%;
  max-width: 300px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.cards.stretch .card.last .button {
  margin: calc(16px * 2) 0 0 !important;
  width: auto !important;
}
.cards.stretch .card.last ul, .cards.stretch .card.last ol {
  padding-left: 20px;
}
.cards.stretch .card.last *:not(.button) {
  max-width: calc(100% - calc(16px * 4));
  padding: 0;
}
@media (max-width: 600px) {
  .cards.stretch .card {
    width: calc(100% - calc(16px * 1.5));
  }
}
.cards .image.noimage {
  min-height: 0px !important;
}
.cards.bg .container {
  gap: calc(16px * 3) 0;
}
.cards.bg .container h2 {
  margin-bottom: calc(16px * 2);
}
.cards.bg .container .card {
  background-size: cover;
  background-position: center;
  width: 33.3333%;
}
.cards.bg .container .card .content {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 50%, transparent 100%);
  min-height: calc(270px - calc(16px * 4));
  padding: calc(16px * 2);
}
.cards.bg .container .card .content h4 {
  color: #FFFFFF;
  margin-top: auto;
  margin-bottom: 16px;
}
.cards.bg .container .card .content h4::after {
  opacity: 0;
  content: "";
  display: inline-block;
  background: url(../img/arrow-right.svg) no-repeat right/cover;
  width: 20px;
  height: 15px;
  transition: all 0.2s ease;
  margin-left: calc(16px / 2);
}
.cards.bg .container .card .image {
  display: none;
}
@media (max-width: 1120px) {
  .cards.bg .container .card {
    width: 100%;
  }
}
.cards.bg .container a:hover .content h4::after {
  margin-left: 16px;
  opacity: 1;
}

.image-card {
  background-size: cover;
}

.form {
  padding: calc(16px * 4) 0;
}
.form .container {
  max-width: 1368px;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
}
@media (max-width: 1120px) {
  .form .container {
    padding: 0 16px;
  }
}
.form .container .intro {
  width: 100%;
  margin-bottom: calc(16px * 3);
}
.form.withside .container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1050px;
  gap: calc(16px * 2) 180px;
}
.form.withside .container .gForm {
  flex-grow: 1;
}
.form.withside .container .sidebar {
  width: 350px;
  margin-left: auto;
}
.form.withside .container .sidebar .block {
  background: #131515;
  color: #FFFFFF;
  padding: 16px calc(16px * 3);
  margin-bottom: calc(16px * 2);
}
.form.withside .container .sidebar .block h1, .form.withside .container .sidebar .block h2, .form.withside .container .sidebar .block h3, .form.withside .container .sidebar .block h4, .form.withside .container .sidebar .block h5, .form.withside .container .sidebar .block h6 {
  margin: 16px 0;
}
@media (max-width: 1120px) {
  .form.withside .container {
    gap: calc(16px * 4);
  }
}
@media (max-width: 800px) {
  .form.withside .container {
    flex-direction: column;
  }
  .form.withside .container .sidebar {
    width: 100%;
  }
}

.gform_wrapper.gravity-theme input[type=radio], .gform_wrapper.gravity-theme input[type=checkbox] {
  display: inline-block;
}
.gform_wrapper.gravity-theme .gfield_label {
  color: #000000;
  line-height: 26px;
  text-transform: uppercase;
}
.gform_wrapper.gravity-theme .gfield_required {
  color: #000000;
  padding-left: 0px;
}
.gform_wrapper.gravity-theme .gfield:not(:last-child), .gform_wrapper.gravity-theme fieldset:not(:last-child) {
  margin-bottom: 16px;
}
.gform_wrapper.gravity-theme .gform_footer {
  justify-content: center;
}
.gform_wrapper.gravity-theme .button {
  cursor: pointer;
}
.gform_wrapper.gravity-theme .gform_validation_errors {
  border-color: #E3405F;
  background-color: #FFFFFF;
}
.gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  color: #E3405F;
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  text-transform: none;
  font-size: 16px;
}
.gform_wrapper.gravity-theme .gfield_error label, .gform_wrapper.gravity-theme .gfield_error .gfield_required, .gform_wrapper.gravity-theme .gfield_error .validation_message {
  color: #E3405F;
}
.gform_wrapper.gravity-theme .gfield_error input, .gform_wrapper.gravity-theme .gfield_error textarea {
  border-color: #E3405F;
}
.gform_wrapper.gravity-theme .gfield_error .validation_message {
  border: none;
  padding: 0;
  background: transparent;
}

input[type=text], input[type=email], input[type=tel], textarea, select {
  border: #707070 1px solid;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
}
input[type=text]:focus, input[type=text]:focus-visible, input[type=email]:focus, input[type=email]:focus-visible, input[type=tel]:focus, input[type=tel]:focus-visible, textarea:focus, textarea:focus-visible, select:focus, select:focus-visible {
  border-color: #000000;
  outline: none;
}

.newsletter {
  padding: calc(16px * 4) 0;
}
.newsletter .container {
  max-width: 1368px;
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
  display: flex;
  gap: 120px;
  align-items: flex-end;
}
@media (max-width: 1120px) {
  .newsletter .container {
    padding: 0 16px;
  }
}
.newsletter .container .left, .newsletter .container .right {
  width: 50%;
}
@media (max-width: 1120px) {
  .newsletter .container {
    flex-direction: column;
    gap: calc(16px * 2);
  }
  .newsletter .container .left, .newsletter .container .right {
    width: 100%;
  }
}

form#gform_1 {
  display: flex;
  align-items: flex-end;
}
form#gform_1 .gform_body {
  flex-grow: 1;
}
form#gform_1 .gform_footer {
  padding: 0;
}
form#gform_1 .gfield_required {
  display: none;
}
form#gform_1 .button {
  margin-bottom: 0;
  height: 50px;
  width: 50px;
  text-indent: -9999px;
  padding: 0;
  background: #FFFFFF url(../img/arrow-right-large.svg) no-repeat center/19px;
  margin-left: 16px;
  border: #707070 1px solid;
}

section.cta:not(.hero) {
  padding: calc(16px * 4) 0;
}
section.cta:not(.hero) .container {
  max-width: 1368px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  gap: calc(calc(16px * 4) * 2);
  align-items: center;
}
@media (max-width: 1120px) {
  section.cta:not(.hero) .container {
    padding: 0 16px;
  }
}
section.cta:not(.hero) .container .left, section.cta:not(.hero) .container .right {
  width: 50%;
}
section.cta:not(.hero) .container .left {
  max-width: 470px;
}
section.cta:not(.hero) .container .left h2 {
  margin-top: 0;
}
section.cta:not(.hero) .container .left p {
  line-height: 26px;
}
section.cta:not(.hero) .container .left .buttons {
  display: flex;
  margin-top: calc(16px * 2);
  gap: calc(16px * 1.5);
}
section.cta:not(.hero) .container .left.noimage {
  max-width: 100%;
  text-align: center;
  width: 100%;
}
section.cta:not(.hero) .container .left.noimage .buttons {
  justify-content: center;
}
section.cta:not(.hero) .container .right {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 50%;
  margin-left: auto;
}
section.cta:not(.hero) .container .right img {
  width: 100%;
  height: auto;
}
@media (max-width: 1120px) {
  section.cta:not(.hero) .container {
    flex-direction: column;
    gap: 0px;
  }
  section.cta:not(.hero) .container .left {
    width: 100%;
    max-width: 100%;
  }
  section.cta:not(.hero) .container .right {
    max-width: calc(100% + calc(16px * 2));
    width: calc(100% + calc(16px * 2));
    margin-left: 0;
    padding-bottom: calc(16px * 4);
  }
  section.cta:not(.hero) .container .right::before {
    display: none;
  }
}
section.cta:not(.hero).notop .left {
  padding-top: 0;
}
section.cta:not(.hero).nobottom .left {
  padding-bottom: 0;
}

.comparison {
  padding: calc(16px * 4) 0;
}
.comparison .container {
  max-width: 1368px;
  margin: 0 auto;
  width: 100%;
  max-width: 1050px;
}
@media (max-width: 1120px) {
  .comparison .container {
    padding: 0 16px;
  }
}
.comparison .container .intro {
  max-width: 600px;
  padding-bottom: calc(16px * 2);
}
.comparison .container .comparisonTable {
  display: flex;
  gap: calc(16px * 3);
  justify-content: center;
}
@media (max-width: 1120px) {
  .comparison .container .comparisonTable {
    flex-wrap: wrap;
  }
}
.comparison .container .comparisonTable .tableItem {
  width: 33.3333%;
  background: #EDEFF0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1120px) {
  .comparison .container .comparisonTable .tableItem {
    width: calc(50% - calc(16px * 4));
  }
}
@media (max-width: 600px) {
  .comparison .container .comparisonTable .tableItem {
    width: 100%;
  }
}
.comparison .container .comparisonTable .tableItem .heading {
  background: #DEDEDE;
  padding: 16px calc(16px * 2);
  min-height: calc(100px - calc(16px * 2));
}
.comparison .container .comparisonTable .tableItem .heading h3 {
  margin: 0;
  max-width: 80%;
}
.comparison .container .comparisonTable .tableItem.flagged .heading {
  position: relative;
}
.comparison .container .comparisonTable .tableItem.flagged .heading::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 32px;
  height: 46px;
  background: #131515;
  mask-image: url(../img/banner.svg);
  -webkit-mask-image: url(../img/banner.svg);
  mask-size: cover;
  -webkit-mask-size: cover;
  top: 0;
  right: 16px;
}
.comparison .container .comparisonTable .tableItem:first-of-type .heading {
  border-color: #131515;
}
.comparison .container .comparisonTable .tableItem:first-of-type .heading::after {
  background: #131515;
}
.comparison .container .comparisonTable .tableItem:nth-child(3) .heading {
  border-color: #131515;
}
.comparison .container .comparisonTable .tableItem:nth-child(3) .heading::after {
  background: #131515;
}
.comparison .container .comparisonTable .tableItem .content {
  display: flex;
  height: 100%;
  flex-direction: column;
}
.comparison .container .comparisonTable .tableItem .content .tableItems {
  padding: 16px calc(16px * 2);
}
.comparison .container .comparisonTable .tableItem .content .tableItems .item {
  padding: 16px 0;
}
.comparison .container .comparisonTable .tableItem .content .tableItems .item.small {
  font-size: 16px;
  color: #000000;
  line-height: 26px;
  letter-spacing: 0.32px;
}
.comparison .container .comparisonTable .tableItem .content .tableItems .item span {
  display: block;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.4px;
  color: #000000;
  font-weight: 500;
}
.comparison .container .comparisonTable .tableItem .content .cta {
  margin-top: auto;
  padding: 16px calc(16px * 2) calc(16px * 2);
}
.comparison .disclaimer {
  margin-top: -100px;
  padding: calc(100px + calc(16px * 2)) 0 calc(16px * 2);
  background: rgba(0, 0, 0, 0.1);
  text-align: center;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.32px;
  font-style: italic;
}
.comparison .disclaimer p {
  max-width: 700px;
  margin: 16px auto;
}

.slider {
  padding: calc(16px * 4) 0;
}
.slider .container {
  max-width: 1368px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 1120px) {
  .slider .container {
    padding: 0 16px;
  }
}
.slider .container img {
  max-width: 100%;
}
.slider .container .slider-single {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.slider .container .slider-single .slick-list {
  width: calc(100% - 100px);
}
.slider .container .slider-single .slide {
  display: flex !important;
  align-items: center;
  gap: calc(16px * 3);
}
.slider .container .slider-single .slide .button {
  margin-top: calc(16px * 2);
}
.slider .container .slider-single .slide img {
  width: 33.333%;
}
@media (max-width: 1120px) {
  .slider .container .slider-single .slide {
    flex-direction: column;
  }
  .slider .container .slider-single .slide img {
    margin-right: 0;
    width: 100%;
  }
  .slider .container .slider-single .slide .content {
    margin-top: 16px;
    text-align: center;
  }
}
@media (max-width: 1120px) {
  .slider .container .slider-single {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .slider .container .slider-single .slick-list {
    max-width: calc(100% - 92px);
  }
}
.slider .container .slider-multi {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.slider .container .slider-multi .slick-list {
  max-width: calc(100% - 92px);
}
.slider .container .slider-multi a {
  text-decoration: none !important;
}
.slider .container .slider-multi .slide {
  padding: 0 calc(16px / 2);
  width: calc(100% - 16px) !important;
}
.slider .container .slider-multi .slide .content {
  margin-top: 16px;
}
.slider .container .slider-multi .slide .content p {
  font-size: 16px;
}

.slick-arrow {
  background: url(../img/chevron.svg) no-repeat center/cover;
  border: none;
  font-size: 0;
  width: 28px;
  min-width: 28px;
  height: 47px;
  cursor: pointer;
}

.slick-prev {
  transform: rotate(180deg);
  margin-right: 16px;
}

.slick-next {
  margin-left: 16px;
}

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: calc(16px * 2);
  padding: 0;
  width: 100%;
}
.slick-dots li {
  list-style: none;
  margin: 0 5px;
}
.slick-dots li button {
  font-size: 0;
  display: inline-block;
  height: 9px;
  width: 9px;
  border-radius: 100%;
  border: none;
  background-color: #000000;
  padding: 0;
  cursor: pointer;
  transition: all 0.2s ease;
}
.slick-dots li.slick-active button {
  background-color: #131515;
}

.videoCarousel {
  position: inherit !important;
  padding: calc(16px * 4) 0;
}
.videoCarousel .container {
  max-width: 1368px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 1120px) {
  .videoCarousel .container {
    padding: 0 16px;
  }
}
.videoCarousel .container .buttons {
  text-align: center;
}
.videoCarousel .container .buttons.left {
  text-align: left;
}
.videoCarousel .container .slide .thumbnail {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.videoCarousel .container .slide .thumbnail img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.videoCarousel .container .slide .thumbnail svg {
  position: absolute;
  max-width: 50px;
  max-height: 50px;
}
.videoCarousel .video-slider {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.videoCarousel .video-slider .slick-list {
  max-width: calc(100% - 92px);
  margin: 0 -20px;
}
.videoCarousel .video-slider .slick-list .slick-slide {
  margin: 0 20px;
}
.videoCarousel .popup {
  position: fixed;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  align-items: center;
  justify-content: center;
  display: none;
  z-index: 2;
}
.videoCarousel .popup .loading {
  position: absolute;
  z-index: 1;
  width: 50px;
  height: 50px;
}
.videoCarousel .popup.active {
  display: flex;
}
.videoCarousel .popup .close {
  margin-left: auto;
  cursor: pointer;
  position: relative;
  width: 34px;
  height: 34px;
}
.videoCarousel .popup .content {
  z-index: 2;
  max-width: 90%;
}
.videoCarousel .popup .content iframe {
  max-width: 100%;
}
.videoCarousel .st0 {
  fill: none;
}
.videoCarousel .st1 {
  fill: #FFFFFF;
}
.videoCarousel .st2 {
  fill: #131515;
}

.tabs {
  padding: calc(16px * 4) 0;
}
.tabs .container {
  max-width: 1368px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 1120px) {
  .tabs .container {
    padding: 0 16px;
  }
}
.tabs .container .tabItems .topTabs {
  display: flex;
  justify-content: center;
}
@media (max-width: 1120px) {
  .tabs .container .tabItems .topTabs {
    flex-direction: column;
  }
}
.tabs .container .tabItems .topTabs .tabTitle {
  text-transform: uppercase;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(16px / 2);
  cursor: pointer;
  transition: all 0.2s ease;
}
.tabs .container .tabItems .topTabs .tabTitle:hover {
  color: #000000;
  font-weight: bold;
}
.tabs .container .tabItems .topTabs .tabTitle.active {
  color: #131515;
  font-weight: bold;
}
.tabs .container .tabItems.side {
  display: flex;
  align-items: center;
}
.tabs .container .tabItems.side .sideTabs {
  width: 50%;
  margin-right: calc(16px * 2);
  display: flex;
  gap: 16px;
  flex-direction: column;
}
@media (max-width: 600px) {
  .tabs .container .tabItems.side .sideTabs {
    width: 100%;
    margin: 0;
  }
}
.tabs .container .tabItems.side .sideTabs .tabTitle {
  display: flex;
  cursor: pointer;
}
.tabs .container .tabItems.side .sideTabs .tabTitle:not(:last-of-type) {
  margin-bottom: 16px;
}
.tabs .container .tabItems.side .sideTabs .tabTitle a {
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}
.tabs .container .tabItems.side .sideTabs .tabTitle .icon {
  background: #FFFFFF;
  overflow: hidden;
  width: calc(16px * 2);
  height: calc(16px * 2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  transition: all 0.2s ease;
  padding: calc(16px / 2);
}
@media (max-width: 600px) {
  .tabs .container .tabItems.side .sideTabs .tabTitle .icon {
    width: calc(calc(16px * 2) + calc(16px / 2));
    height: calc(calc(16px * 2) + calc(16px / 2));
  }
}
.tabs .container .tabItems.side .sideTabs .tabTitle .icon img {
  max-width: 100%;
  max-height: 100%;
}
.tabs .container .tabItems.side .sideTabs .tabTitle .tabTitleContent {
  width: calc(100% - calc(16px * 3));
}
.tabs .container .tabItems.side .sideTabs .tabTitle span {
  font-size: 24px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: calc(16px / 2);
  display: block;
  transition: all 0.2s ease;
}
.tabs .container .tabItems.side .tabContent {
  width: 50%;
  display: flex;
}
@media (max-width: 600px) {
  .tabs .container .tabItems.side .tabContent {
    display: none;
  }
}
.tabs .container .tabItems.side .tabContent .tabCopy {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tabs .container .tabItems.side .tabContent .tabCopy img {
  max-width: 100%;
}
.tabs .container .tabItems.right .sideTabs {
  order: 2;
  margin-right: 0;
  margin-left: calc(16px * 2);
}
@media (max-width: 600px) {
  .tabs .container .tabItems.right .sideTabs {
    margin-left: 0;
    margin-top: 16px;
  }
}
.tabs .container .tabItems.right .tabContent {
  order: 1;
}
.tabs .container .tabItems .tabContent {
  display: flex;
  overflow: hidden;
}
.tabs .container .tabItems .tabContent .tabCopy {
  width: 100%;
  margin-top: 16px;
  padding-bottom: 16px;
  margin-right: -100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease;
}
.tabs .container .tabItems .tabContent .tabCopy.active {
  opacity: 1;
  visibility: visible;
}
.tabs .container .tabItems .tabContent.top .flex {
  display: flex;
  align-items: center;
  gap: calc(16px * 3);
}
@media (max-width: 1120px) {
  .tabs .container .tabItems .tabContent.top .flex {
    flex-wrap: wrap;
  }
}
.tabs .container .tabItems .tabContent.top .flex img.left {
  order: 1;
}
.tabs .container .tabItems .tabContent.top .flex .content {
  order: 2;
  width: 50%;
}
@media (max-width: 1120px) {
  .tabs .container .tabItems .tabContent.top .flex .content {
    width: 100%;
  }
}
.tabs .container .tabItems .tabContent.top .flex img.right {
  order: 3;
  margin-left: 16px;
}
.tabs .container .tabItems .tabContent.top .flex img {
  width: 50%;
}
@media (max-width: 1120px) {
  .tabs .container .tabItems .tabContent.top .flex img {
    width: 100%;
    order: 3 !important;
    margin: 16px 0 0;
  }
}
.tabs .container .tabItems .tabContent.top .tabCopy.full .content {
  width: 100% !important;
}

.gallery {
  padding: calc(16px * 4) 0;
}
.gallery .container {
  max-width: 1368px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 1120px) {
  .gallery .container {
    padding: 0 16px;
  }
}
.gallery .container .images {
  margin-top: calc(16px * 3);
  display: flex;
  flex-wrap: wrap;
  gap: calc(16px * 2);
}
.gallery .container .images .image {
  width: calc(33.3333% - 16px * 1.3333);
}
.gallery .container .images .image img {
  max-width: 100%;
  min-width: 50%;
  height: auto;
  margin: 0 auto;
}
.gallery .container .images .image figcaption {
  margin-top: 16px;
  font-size: 16px;
  font-style: italic;
}
.gallery .container .images.four .image {
  width: calc(25% - calc(16px * 1.5));
}
.gallery .container .images.five .image {
  width: calc(20% - 16px * 1.6);
}
@media (max-width: 1120px) {
  .gallery .container .images.four .image, .gallery .container .images.five .image {
    width: calc(33.3333% - 16px * 1.3333);
  }
}
@media (max-width: 600px) {
  .gallery .container .images .image {
    width: 100% !important;
  }
}

section.team {
  padding: 80px 0 10px;
}
section.team .container {
  max-width: 1368px;
  margin: 0 auto;
  width: 100%;
  max-width: 1050px;
}
@media (max-width: 1120px) {
  section.team .container {
    padding: 0 16px;
  }
}
section.team .container .search {
  margin-bottom: calc(16px * 4);
}
section.team .container .search form {
  display: flex;
  align-items: flex-end;
  gap: calc(16px * 4);
}
section.team .container .search form div {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
section.team .container .search form div strong {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 1.12px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: calc(16px / 2);
}
section.team .container .search form div select {
  background: #FFFFFF url(../img/down.svg) no-repeat calc(100% - calc(16px * 1.5)) center;
  border: #000000 1px solid;
  padding: calc(16px - 2px) calc(calc(16px * 1.5) - 2px);
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0.34px;
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media (max-width: 600px) {
  section.team .container .search form {
    flex-direction: column;
    gap: calc(16px * 2);
    align-items: center;
  }
  section.team .container .search form div {
    width: 100%;
  }
}
section.team .container .teamMembers {
  display: flex;
  flex-wrap: wrap;
  gap: calc(16px * 3);
  align-items: flex-start;
}
section.team .container .teamMembers .member {
  max-width: 318px;
  width: 100%;
  flex-grow: 1;
  height: 400px;
  overflow: hidden;
  position: relative;
}
section.team .container .teamMembers .member .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
}
section.team .container .teamMembers .member img {
  width: 100%;
  transition: all 0.2s ease;
}
section.team .container .teamMembers .member .content {
  position: absolute;
  bottom: 0;
  padding: 16px 16px calc(16px * 2) 16px;
  text-align: center;
  width: calc(100% - calc(16px * 2));
  color: #FFFFFF;
  z-index: 2;
}
section.team .container .teamMembers .member .content h3 {
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.44px;
  font-weight: 800;
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  color: #FFFFFF;
  margin: 0 0 calc(16px / 2);
}
section.team .container .teamMembers .member .content span {
  display: block;
}
section.team .container .teamMembers .member .content a {
  display: block;
  margin-top: 0;
  color: #FFFFFF;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease;
}
section.team .container .teamMembers .member:hover img {
  transform: scale(1.05);
}
section.team .container .teamMembers .member:hover .content a {
  margin-top: 16px;
  max-height: 100%;
  visibility: visible;
  opacity: 1;
}
@media (max-width: 1120px) {
  section.team .container .teamMembers .member .content a {
    margin-top: 16px;
    max-height: 100%;
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 1120px) {
  section.team .container .teamMembers {
    justify-content: center;
  }
}

.single .container {
  max-width: 1368px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 1120px) {
  .single .container {
    padding: 0 16px;
  }
}
.single .container .mainContent {
  max-width: 1050px;
  margin: calc(16px * 3) auto calc(calc(16px * 3) * 2);
}
.single .container .mainContent .returnLink {
  margin-bottom: calc(16px * 2);
}
.single .container .mainContent .returnLink a {
  color: #000000;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1.12px;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
}
.single .container .mainContent .returnLink a::before {
  content: "";
  display: inline-block;
  background: url(../img/arrow-white.svg) no-repeat center/contain;
  width: 16px;
  height: 10px;
  transform: rotate(180deg);
  margin-right: 16px;
  transition: all 0.2s ease;
}
.single .container .mainContent .returnLink a:hover::before {
  margin-right: calc(16px * 1.5);
}
.single .container .mainContent .image {
  margin-bottom: calc(16px * 2);
}
.single .container .mainContent .image img {
  max-width: 100%;
  height: auto;
}
.single .container .mainContent .flex {
  display: flex;
}
.single .container .mainContent .flex .addthis_inline_share_toolbox {
  max-width: 46px;
  margin-right: calc(16px * 2);
}
.single .container .mainContent .flex .addthis_inline_share_toolbox .at-resp-share-element .at-share-btn:focus, .single .container .mainContent .flex .addthis_inline_share_toolbox .at-resp-share-element .at-share-btn:hover {
  transform: translateX(-4px);
}
.single .container .mainContent .flex .content .data {
  display: flex;
  flex-wrap: wrap;
}
.single .container .mainContent .flex .content .data h1 {
  width: 100%;
  margin-top: 0;
  font-size: 32px;
  line-height: 38px;
}

.single-post .container .mainContent .flex .content .data {
  margin-bottom: calc(16px * 2);
}
.single-post .container .mainContent .flex .content .data h1 {
  margin: 0;
}

.post-type-archive-event .date, .search .posts .date {
  font-weight: 500;
  margin-bottom: 16px;
}

.blog .container, .archive .container {
  max-width: 1368px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 1120px) {
  .blog .container, .archive .container {
    padding: 0 16px;
  }
}
.blog .container .header, .archive .container .header {
  display: flex;
  align-items: center;
  margin: calc(16px * 2) 0 calc(calc(16px * 3) * 2) 0;
}
.blog .container .header h1, .archive .container .header h1 {
  margin: 0 calc(16px * 2) 0 0;
  width: 100%;
}
.blog .container .header form, .archive .container .header form {
  margin-left: auto;
  width: 100%;
}
.blog .container .header form div, .archive .container .header form div {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.blog .container .header form div input[type=search], .archive .container .header form div input[type=search] {
  background: #FFFFFF;
  background-position: 20px 10px;
  border: #000000 1px solid;
  padding: calc(16px - 4px) calc(16px * 1.5);
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0.34px;
  color: #000000;
  font-family: "Gotham Narrow", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  width: 100%;
  max-width: 350px;
}
.blog .container .header form div input[type=submit], .archive .container .header form div input[type=submit] {
  background: #131515 url(../img/arrow-white.svg) no-repeat center/19px;
  width: 48px;
  height: 48px;
  color: transparent;
  border: none;
  margin-left: 16px;
  border-radius: 100%;
  transition: all 0.2s ease;
  cursor: pointer;
  padding: 0;
}
.blog .container .header form div input[type=submit]:hover, .archive .container .header form div input[type=submit]:hover {
  background-color: #131515;
}
@media (max-width: 600px) {
  .blog .container .header, .archive .container .header {
    flex-wrap: wrap;
    gap: 16px;
  }
  .blog .container .header form div, .archive .container .header form div {
    justify-content: flex-start;
  }
}
.blog .container .navigation, .archive .container .navigation {
  text-align: center;
  margin-bottom: calc(calc(16px * 3) * 2);
}
.blog .container .navigation .nav-links, .archive .container .navigation .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog .container .navigation .nav-links .page-numbers, .archive .container .navigation .nav-links .page-numbers {
  color: #000000;
  text-decoration: none;
  margin: 0 calc(16px / 2);
}
.blog .container .navigation .nav-links .page-numbers.current, .archive .container .navigation .nav-links .page-numbers.current {
  color: #131515;
  font-weight: 600;
}
.blog .container .navigation .nav-links .page-numbers.next, .blog .container .navigation .nav-links .page-numbers.prev, .archive .container .navigation .nav-links .page-numbers.next, .archive .container .navigation .nav-links .page-numbers.prev {
  background: #131515 url(../img/arrow-black.svg) no-repeat center/13px;
  width: 33px;
  height: 33px;
  display: inline-block;
  text-indent: -9999px;
  border-radius: 100%;
}
.blog .container .navigation .nav-links .page-numbers.next, .archive .container .navigation .nav-links .page-numbers.next {
  margin-left: calc(16px * 3);
}
.blog .container .navigation .nav-links .page-numbers.prev, .archive .container .navigation .nav-links .page-numbers.prev {
  transform: rotate(180deg);
  margin-right: calc(16px * 3);
}
.blog .container .navigation .nav-links .page-numbers.inactive, .archive .container .navigation .nav-links .page-numbers.inactive {
  background: #FFFFFF url(../img/arrow-black.svg) no-repeat center/13px;
}
.blog .container .posts, .archive .container .posts {
  margin-bottom: calc(calc(16px * 3) * 2);
}
.blog .container .posts .post, .archive .container .posts .post {
  display: flex;
  max-width: 800px;
  margin: 0 auto;
  text-decoration: none;
  color: #000000;
  align-items: center;
}
.blog .container .posts .post:not(:last-child), .archive .container .posts .post:not(:last-child) {
  margin-bottom: calc(16px * 4);
}
.blog .container .posts .post .thumbnail, .archive .container .posts .post .thumbnail {
  min-width: 240px;
  width: 240px;
  height: 240px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: calc(16px * 4);
}
.blog .container .posts .post .thumbnail img, .archive .container .posts .post .thumbnail img {
  max-height: 100%;
  height: 100%;
  width: auto;
  display: block;
  transition: all 0.2s ease;
}
.blog .container .posts .post .content, .archive .container .posts .post .content {
  width: 100%;
}
.blog .container .posts .post .content h3, .archive .container .posts .post .content h3 {
  margin: 0 0 16px;
  transition: all 0.2s ease;
}
.blog .container .posts .post .content p, .archive .container .posts .post .content p {
  margin: 0 0 calc(16px * 2);
}
.blog .container .posts .post .content .readMore, .archive .container .posts .post .content .readMore {
  color: #000000;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1.12px;
  font-weight: 500;
  text-transform: uppercase;
}
.blog .container .posts .post .content .readMore::after, .archive .container .posts .post .content .readMore::after {
  content: "";
  display: inline-block;
  background: url(../img/long-arrow.svg) no-repeat right/cover;
  width: 15px;
  height: 10px;
  transition: all 0.2s ease;
  margin-left: calc(16px / 2);
}
.blog .container .posts .post:not(.hasthumb) p, .archive .container .posts .post:not(.hasthumb) p {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.4px;
}
.blog .container .posts .post:hover .thumbnail img, .archive .container .posts .post:hover .thumbnail img {
  transform: scale(1.05);
}
.blog .container .posts .post:hover h3, .archive .container .posts .post:hover h3 {
  color: #131515;
}
.blog .container .posts .post:hover .readMore::after, .archive .container .posts .post:hover .readMore::after {
  width: 24px;
}
@media (max-width: 1120px) {
  .blog .container .posts .post, .archive .container .posts .post {
    flex-direction: column;
    align-items: flex-start;
    gap: calc(16px * 1.5);
  }
}

/* =======================================
   GLOBAL STYLES
   ======================================= */
body {
  margin: 0;
  font-size: 16px;
  background: #ffffff;
  font-family: "Averta PE";
  font-weight: 400;
  padding-top: 77px;
  /* --------- GLOBAL TEXT STYLES --------- */
  /* --------- LINKS --------- */
  /* --------- GLOBAL SECTION STYLES --------- */
  /* --------- LIST STYLES --------- */
  /* --------- BREADCRUMBS --------- */
}
body.active {
  overflow-y: hidden;
}
body h1, body h2, body h3 {
  font-family: "BauzietReg", sans-serif;
}
body h1, body h2, body h3, body h4, body h5, body h6, body p, body ul, body ol {
  margin-top: 0;
}
body h1 {
  font-size: 40px;
  font-weight: 800;
  line-height: 55px;
  letter-spacing: 1px;
}
body h2 {
  font-size: 40px;
}
body h3 {
  font-size: 30px;
  line-height: 122.667%;
}
body h1, body h2, body h3, body h4, body h5, body h5, body p, body ul {
  margin-top: 0;
}
body a {
  color: #131515;
  transition: all 0.2s ease;
}
body .button {
  display: inline-block;
  padding: calc(16px / 2) calc(16px * 2);
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid;
}
body .button.primary {
  background: #DEDEDE;
  color: #000000;
  border-color: #131515;
}
body .button.primary:hover {
  background: #131515;
  border-color: #131515;
  color: #FFFFFF;
}
body .button.secondary {
  background: #FFFFFF;
  color: #131515;
  border-color: #131515;
}
body .button.secondary:hover {
  background: #131515;
  border-color: #131515;
  color: #FFFFFF;
}
body hr.anchor {
  border: none;
  margin: 0;
}
body section {
  padding: 0 16px;
}
body section *:first-child {
  margin-top: 0;
}
body section.gray {
  background: #EDEFF0;
}
body section.notop {
  padding-top: 0;
}
body section.nobottom {
  padding-bottom: 0;
}
body section img {
  display: block;
}
body .checklist {
  padding: 0;
  list-style: none;
}
body .checklist li {
  display: flex;
  align-items: flex-start;
  margin-bottom: calc(16px * 1.5);
  font-weight: 500;
}
body .checklist li::before {
  content: "";
  display: inline-block;
  background: url(../img/check.svg);
  min-width: 24px;
  min-height: 24px;
  width: 24px;
  height: 24px;
  margin-right: calc(16px / 2);
  margin-top: -2px;
}
body ol, body ul {
  padding-left: 20px;
}
body ol.two, body ul.two {
  columns: 2;
}
body ol.three, body ul.three {
  columns: 3;
}
body .breadcrumbWrapper {
  max-width: 1368px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 1120px) {
  body .breadcrumbWrapper {
    padding: 0 16px;
  }
}

body * {
  box-sizing: border-box;
}

.container {
  width: 100%;
  max-width: 1368px;
}

.feature-hero:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
}

.feature-hero {
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}

.feature-hero .content {
  position: relative;
  z-index: 1;
  max-width: 570px;
}

.hero p,
.hero h1 {
  color: #FBFBF9;
}

.hero p {
  font-size: 20px;
}

.feature-hero h1 {
  margin-bottom: 16px;
}

.feature-hero p {
  margin-bottom: 40px;
  font-size: 20px;
}

.feature-hero:after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  right: 0;
  width: 50%;
  height: 56px;
  max-width: 827px;
  background: url(../img/hero_accent.svg) no-repeat 0 100%;
  z-index: 1;
}

.btn,
.button {
  background-color: #438030;
  padding: 16px 32px;
  border-radius: 5px;
  color: #FBFBF9;
  font-size: 13px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
}

.btn:hover,
.button:hover {
  background-color: #326024;
  text-decoration: none;
}

body a {
  color: #438030;
  text-decoration: none;
}

body a:hover {
  text-decoration: underline;
}

.arrow-link:after {
  content: " ";
  display: inline-block;
  margin-left: 6px;
  height: 16px;
  width: 16px;
  background: url(../img/arrow-right.svg) no-repeat 50% 50%;
  position: relative;
  top: 3px;
  transition: all 300ms ease-in-out;
}

.arrow-link:hover:after {
  transform: translate(4px, 0);
}

.product-detail a {
  color: #75BC1E;
}

body section img.icon-20 {
  display: inline-block;
  margin-right: 7px;
}

.container {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.arrow-icon:after {
  content: " ";
  display: inline-block;
  background: url(../img/green_down_arrow.svg) no-repeat 50% 50%;
  height: 20px;
  width: 20px;
  margin-left: 4px;
}

.eyebrow {
  font-size: 14px;
  text-transform: uppercase;
}

.rep-img-sm {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-size: cover;
  background-position: 50% 50%;
}

.rep-detail-content {
  display: flex;
  flex-wrap: nowrap;
}

.product-navbar a {
  color: #FBFBF9;
  padding: 24px 40px;
  display: inline-block;
}

.product-navbar {
  background-color: #438030;
  display: none;
}

.general.brown p,
.general.brown h2,
.general.brown blockquote {
  color: #FBFBF9;
}

.general.brown .eyebrow {
  color: #9F9389;
}

.general.brown {
  background-color: #2A231D;
}

.general.brown blockquote {
  margin: 0;
  padding-top: 32px;
  position: relative;
  font-size: 28px;
}

.general.brown blockquote:before {
  height: 1px;
  width: 164px;
  background-color: #75BC1E;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
}

header#header1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999999;
}

header#header1 .main .container .logo {
  width: 220px;
  padding-top: 18px;
  padding-bottom: 18px;
}

header#header1 .main .container .logo img {
  width: 100%;
  height: auto;
}

.mobileMenu {
  background: url(../img/menu.svg) no-repeat 50% 50%;
  display: inline-block;
  height: 40px;
  width: 40px;
  border: 1px solid #438030;
  border-radius: 50%;
}

.mobileMenu {
  background: url(../img/menu.svg) no-repeat 50% 50%;
  display: inline-block;
  height: 40px;
  width: 40px;
  border: 1px solid #438030;
  border-radius: 50%;
}

#mobile-toggle.active .mobileMenu {
  background-image: url(../img/x.svg);
}

.partner-portal-login {
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 30px;
  padding-right: 30px;
}

.partner-portal-login h3 {
  font-size: 20px;
  color: #FBFBF9;
  margin: 0 0 7px;
}

.partner-portal-login a {
  color: #75BC1E;
}

.partner-portal-login p {
  margin-bottom: 0;
}

.how-to-buy-container {
  padding-left: 15px;
  padding-right: 15px;
}

.how-to-buy {
  width: 100%;
  display: block;
  text-align: center;
}

#mobile-menu.expanded .partner-portal-login,
#mobile-menu.expanded .how-to-buy-container {
  display: none;
}

header#header1 #mobile-menu.expanded ul li {
  border-width: 0;
  padding-left: 0;
  padding-right: 0;
}

header#header1 #mobile-menu.expanded ul li.expanded > a {
  margin-left: 30px;
  padding-left: 0;
  padding-right: 0;
}

header#header1 #mobile-menu.expanded ul.sub-menu {
  border-top: 1px solid #473C33;
  margin-top: 26px;
}

header#header1 #mobile-menu.expanded ul.sub-menu li {
  padding-left: 30px;
  padding-right: 30px;
}

header#header1 #mobile-menu ul li.expanded .sub-menu li::after {
  content: "";
  display: inline-block !important;
  width: 6px;
  height: 10px;
  background: url(../img/chevron-green.svg) no-repeat 50% 50%;
  margin-left: auto;
}

.home-hero {
  padding-top: 134px;
  padding-bottom: 124px;
}

.feature-hero p {
  margin-bottom: 32px;
}

.feature-hero:after {
  width: 70%;
}

body section.gray {
  background-color: #E7E6DC;
}

.eyebrow {
  font-size: 14px;
  color: #9F9389;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2.1px;
  margin-bottom: 24px;
}

.gray {
  color: #2A231D;
}

.gray h2 {
  color: #2A231D;
  margin-bottom: 16px;
}

.buttons {
  padding-top: 15px;
  display: flex;
  flex-wrap: wrap;
}

.buttons .btn {
  margin-bottom: 20px;
}

.text-btn {
  font-weight: 700;
}

.arrow-icon:after {
  position: relative;
  top: 4px;
}

.image-module img {
  border-radius: 6px;
  box-shadow: 134.649px 141.261px 54.701px 0 rgba(0, 0, 0, 0), 85.959px 90.768px 49.892px 0 rgba(0, 0, 0, 0.01), 48.089px 51.094px 42.078px 0 rgba(0, 0, 0, 0.05), 21.64px 22.842px 31.258px 0 rgba(0, 0, 0, 0.09), 5.41px 5.41px 17.432px 0 rgba(0, 0, 0, 0.1);
}

.general .column {
  margin-bottom: 20px;
}

.general .column:last-child {
  margin-bottom: 10px;
}

.menu-1,
.menu-2 {
  width: 50%;
}

.omri-logo {
  margin-bottom: 20px;
}

.product-detail-accordion h2 {
  color: #FBFBF9;
  letter-spacing: 0.8px;
  margin-bottom: 56px;
  line-height: 46px;
}

.product-detail-accordion {
  background-color: #2A231D;
  padding: 80px 0 100px;
}

.detail-img {
  height: 220px;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 10px;
  margin-bottom: 24px;
}

.detail-content h3 img {
  position: relative;
  top: 4px;
}

.detail-content h3 {
  font-size: 20px;
  color: #FBFBF9;
  letter-spacing: 0.4px;
  margin-bottom: 7px;
}

.detail-content p {
  color: #FBFBF9;
}

.product-detail {
  margin-bottom: 40px;
}

.general.white h2 {
  color: #2A231D;
}

.swap-image-order .container {
  flex-direction: column-reverse;
}

.general:not(.swap-image-order) .column:last-child {
  margin-bottom: 0;
}

.general.swap-image-order .column:first-child {
  margin-bottom: 10px;
}

#breadcrumbs {
  display: none;
}

.hero:not(.home-hero) .container {
  position: relative;
  z-index: 2;
}

.hero:not(.home-hero) {
  position: relative;
}

.hero:not(.home-hero):after {
  content: " ";
  height: 160px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background: url(../img/menu-slant.png) no-repeat 0 0/cover;
}

.cards {
  padding: 80px 0;
}

.cards .intro {
  margin-bottom: 10px;
}

.cards .intro p {
  color: #2A231D;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.4px;
  margin-bottom: 24px;
}

.cards .intro h2 {
  margin-bottom: 24px;
}

.inline-posts .post .thumb:before,
.post-type-archive-news-insights .news-insights-thumb:before,
.post-type-archive-humic-science .humic-post:before,
.image-card:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.image-card .eyebrow {
  margin-bottom: 16px;
}

.image-card {
  border-radius: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.humic-post .content,
.image-card .content {
  position: relative;
  z-index: 1;
}

.image-card h3 {
  margin-bottom: 0;
}

.cards.layout-icon {
  background-color: #F2F2ED;
}

.cards.layout-icon .icon-card {
  border-radius: 10px;
  border: 0.5px solid #DDDCD0;
  background: #FBFBF9;
  padding: 32px;
}

.cards.layout-icon .icon-card {
  padding-bottom: 60px;
  min-height: 302px;
}

.icon-card p {
  color: #473C33;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
}

.icon-card h3 {
  color: #2A231D;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 8px;
}

.icon-card img {
  margin-bottom: 24px;
}

.icon-card .card-link {
  position: absolute;
  bottom: 32px;
  left: 32px;
}

.layout-cta h2 {
  color: #FBFBF9;
  font-size: 40px;
  font-weight: 800;
  line-height: 46px;
  letter-spacing: 0.8px;
}

.layout-cta {
  background-color: #2A231D;
}

.cards .container .card.cta-card .content .arrow-link {
  color: #75BC1E;
}

.cards .container .card.cta-card .content p {
  color: #FBFBF9;
  font-weight: 400;
  letter-spacing: 0.32px;
}

.cards .container .card.cta-card img {
  width: 100%;
  height: auto;
  max-width: 400px;
}

.cards.layout-cta h2 {
  margin-bottom: 0;
}

.cards .container .card.cta-card .content h3 {
  margin-bottom: 8px;
}

.cards .container .card.cta-card .content {
  padding-left: 0;
  padding-right: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.cards .container .card.cta-card {
  background-color: #1E1915;
  border-radius: 10px;
  display: block;
  padding: 16px;
}

section.cta {
  background-color: #E7E6DC;
  text-align: center;
}

section.cta .buttons .btn {
  margin: auto;
}

section.cta .buttons {
  text-align: center;
}

section.cta h2 {
  font-size: 30px;
  margin-bottom: 16px;
}

.post-navbar {
  overflow: auto;
  background-color: #438030;
}

.post-navbar .container {
  display: flex;
  align-items: flex-start;
  padding: 0;
}

.post-navbar a {
  display: inline-block;
  padding: 24px;
  color: #FBFBF9;
  white-space: nowrap;
}

.post-navbar a:hover,
.post-navbar a.active {
  text-decoration: none;
  background-color: #326024;
}

.humic-science-posts .humic-post .eyebrow {
  color: #FBFBF9;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2.1px;
  text-transform: uppercase;
}

.humic-science-posts .humic-post h2 {
  margin-bottom: 0;
  color: #FBFBF9;
  font-size: 30px;
  font-weight: 800;
  line-height: 36.8px;
}

.humic-science-posts .humic-post:hover {
  text-decoration: none;
  color: #FBFBF9;
}

.humic-science-posts .humic-post:not(.large-post) h2 {
  color: #2A231D;
  font-size: 24px;
  font-weight: 800;
}

.humic-science-posts .humic-post:not(.large-post) .content {
  position: relative;
  top: 313px;
}

.humic-science-posts .humic-post:not(.large-post) .eyebrow {
  color: #9F9389;
  margin-bottom: 4px;
}

.humic-science-posts .humic-post {
  border-radius: 10px;
  display: block;
  height: 289px;
  margin-bottom: 140px;
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
}

.humic-science-posts .large-post .eyebrow {
  margin-bottom: 16px;
}

.humic-science-posts .large-post {
  height: 400px;
  display: flex;
  align-content: flex-end;
  padding: 32px 16px;
  flex-wrap: wrap;
  margin-bottom: 56px;
}

.humic-science-posts {
  padding: 56px 0 50px;
}

.post-navbar {
  height: 68px;
}

.post-feature-focused {
  position: fixed;
  top: 77px;
  left: 0;
  z-index: 2;
  width: 100%;
}

.post-navbar .container {
  width: max-content;
  white-space: nowrap;
  overflow-x: auto;
  height: auto;
}

.hero {
  padding: 40px 0 103px;
}

.map-module {
  background-color: #E7E6DC;
  padding: 0;
  position: relative;
}

.map-module .container {
  padding: 0;
}

#rep-map {
  padding-bottom: 56px;
}

#rep-map h2 {
  color: #2A231D;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.36px;
  padding-top: 53px;
}

.map-container svg.map-trigger {
  width: 100%;
  height: auto;
  opacity: 0;
}

.map-container {
  width: 100%;
  padding: 0 10px;
  max-width: 948px;
  margin: auto;
  position: relative;
}

.map-region {
  display: none;
}

.map-region,
.map-background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.map-container[data-show-region="1"] .map-region[data-region="1"] {
  display: block;
}

.map-container[data-show-region="2"] .map-region[data-region="2"] {
  display: block;
}

.map-container[data-show-region="3"] .map-region[data-region="3"] {
  display: block;
}

.map-container[data-show-region="4"] .map-region[data-region="4"] {
  display: block;
}

.map-container[data-show-region="5"] .map-region[data-region="5"] {
  display: block;
}

.rep-map-detail p {
  margin-bottom: 16px;
}

.rep-map-detail h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}

.rep-map-detail {
  border-radius: 5px;
  border: 1px solid #9F9389;
  background: #FBFBF9;
  box-shadow: 4px 4px 24px 0 rgba(0, 0, 0, 0.25);
  padding: 16px;
  width: 298px;
  position: absolute;
  display: none;
}

.rep-map-detail[data-region="1"] {
  top: 29.9%;
  left: 5.3%;
}

.rep-map-detail[data-region="2"] {
  top: 30.8%;
  left: 23%;
}

.rep-map-detail[data-region="3"] {
  top: 59.9%;
  left: 29%;
}

.rep-map-detail[data-region="4"] {
  top: 49.8%;
  left: 14.1%;
}

.rep-map-detail[data-region="5"] {
  top: 27.8%;
  left: 20%;
}

.right-rep-detail p {
  margin-bottom: 0;
}

.right-rep-detail {
  padding-left: 8px;
}

#reps {
  padding: 80px 20px 80px;
  background-color: #F2F2ED;
  margin-top: 56px;
}

#reps h2 {
  color: #1E1915;
  text-align: center;
  font-size: 30px;
  font-weight: 800;
  line-height: 36.8px;
}

.rep-full-detail {
  border-radius: 10px;
  background: #FBFBF9;
}

.rep-full-detail .rep-detail-content {
  padding: 16px;
  display: block;
}

.rep-full-detail .right-rep-detail {
  padding: 0;
}

.rep-full-detail .rep-img {
  width: 100%;
  height: 326px;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 5px;
  margin-bottom: 32px;
}

.rep-full-detail h3 {
  color: #2A231D;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 24px;
}

.rep-full-detail a:not(.btn, .arrow-link) {
  color: #2A231D;
  font-weight: 600;
}

.rep-full-detail .eyebrow {
  margin-bottom: 8px;
}

.tel-icon:before,
.email-icon:before {
  content: " ";
  display: inline-block;
  background: url(../img/email-icon.svg) no-repeat 50% 50%;
  height: 16px;
  width: 16px;
  margin-right: 8px;
  position: relative;
  top: 4px;
}

.tel-icon:before {
  background-image: url(../img/phone-icon.svg);
  height: 14px;
  width: 14px;
  top: 1px;
}

.right-rep-detail .buttons .btn {
  margin-bottom: 0;
}

.right-rep-detail .buttons {
  align-items: center;
  gap: 23px;
}

#rep-form {
  background-color: #FBFBF9;
  padding: 80px 16px;
}

#rep-form p {
  text-align: center;
}

#rep-form h2 {
  color: #1E1915;
  text-align: center;
  font-size: 30px;
  font-weight: 800;
  line-height: 36.8px;
  margin-bottom: 12px;
}

.gform_required_legend {
  display: none;
}

#rep-form .gform_wrapper {
  padding-top: 38px;
}

.portal-login.form label,
.parent-pageid-1309 .form label,
body .gform_wrapper.gravity-theme .gfield_label {
  color: #1E1915;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: none;
  margin-bottom: 8px;
}

.portal-login.form input[type=text],
.portal-login.form input[type=password],
.portal-login.form input[type=email],
.parent-pageid-1309 .form input[type=text],
.parent-pageid-1309 .form input[type=password],
.parent-pageid-1309 .form input[type=email],
body .gform_wrapper.gravity-theme .gfield select,
body .gform_wrapper.gravity-theme .gfield input[type=text],
body .gform_wrapper.gravity-theme .gfield input[type=email],
body .gform_wrapper.gravity-theme .gfield input[type=tel],
body .gform_wrapper.gravity-theme .gfield textarea {
  border-radius: 5px;
  border: 1px solid #DDDCD0;
  background: #FFF;
  color: #473C33;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1 !important;
  letter-spacing: 0.32px;
  padding: 12px 16px 14px;
  box-sizing: border-box;
}

.gform_wrapper.gravity-theme input[type=radio],
.gform_wrapper.gravity-theme input[type=checkbox] {
  position: relative;
  top: -6px;
}

body .gform_wrapper.gravity-theme .gfield-choice-input + label {
  margin-bottom: 16px;
}

body .gform_wrapper.gravity-theme .gform_footer button {
  width: 100%;
  padding: 16px 32px;
}

.post-type-archive-products {
  background-color: #F2F2ED;
}

body section.product-filter-section {
  padding: 60px 0;
}

.left-sidebar.active {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow-y: auto;
  background-color: #FBFBF9;
}

.left-sidebar.active h2 {
  padding-left: 16px;
  margin-top: 34px;
  font-size: 24px;
}

.left-sidebar {
  display: none;
}

.left-sidebar h2 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.4px;
}

.left-sidebar form {
  background: #FBFBF9;
  padding: 16px 16px 24px;
}

.filter-search {
  position: relative;
  margin-bottom: 16px;
}

.filter-search input[type=text] {
  border-radius: 100px;
  border: 1px solid #DDDCD0;
  background: #FBFBF9 url(../img/filter-icon.svg) no-repeat calc(100% - 16px) 50%;
  width: 100%;
  padding: 8px 33px 9px 24px;
  line-height: 1;
  box-sizing: border-box;
}

#product-filter h3 {
  color: #1E1915;
  font-size: 16px;
  font-weight: 600;
}

#product-filter ::placeholder {
  font-style: italic;
  color: #9F9389;
}

#product-filter ::-webkit-input-placeholder {
  font-style: italic;
  color: #9F9389;
}

#product-filter :-moz-placeholder {
  font-style: italic;
  color: #9F9389;
}

#product-filter ::-moz-placeholder {
  font-style: italic;
  color: #9F9389;
}

#product-filter :-ms-input-placeholder {
  font-style: italic;
  color: #9F9389;
}

.radio-group label:hover,
.radio-group label.active {
  border: 0.5px solid #438030;
}

.radio-group label {
  display: block;
  border-radius: 10px;
  background: #F2F2ED;
  padding: 12px;
  margin-bottom: 4px;
  border: 0.5px solid #F2F2ED;
}

.check-group label {
  display: block;
  margin-bottom: 12px;
}

.filter-group label input {
  position: relative;
  top: 1px;
}

.filter-group {
  margin-bottom: 32px;
  border-bottom: 1px solid #F2F2ED;
  padding-bottom: 4px;
}

.radio-group {
  padding-bottom: 16px;
}

.reset-btn:before {
  content: " ";
  display: inline-block;
  margin-right: 8px;
  width: 15px;
  height: 12px;
  background: url(../img/reset-icon.svg) no-repeat 50% 50%;
}

.reset-btn {
  text-align: center;
  background-color: #fff;
  border: 1px solid #438030;
  color: #438030;
  margin-top: 14px;
  margin-right: 12px;
}

.reset-btn:hover {
  color: #FBFBF9;
}

.products-listing {
  padding: 0 0 60px;
}

.product-num {
  margin-left: 8px;
}

.products-listing h2 .product-num {
  color: #9F9389;
  font-family: Arial;
  font-weight: 400;
}

.products-listing h2 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.4px;
}

.product {
  border-radius: 10px;
  border: 0.5px solid #DDDCD0;
  background: #FBFBF9;
  position: relative;
  margin-bottom: 16px;
}

.product .product-thumb {
  display: block;
  height: 237px;
  width: 100%;
  background-size: cover;
  background-position: 50% 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.product .content {
  padding: 32px 24px 88px;
  border-top: 1px solid #DDDCD0;
  color: #473C33;
}

.product h3 {
  color: #2A231D;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 8px;
}

.product .btn {
  position: absolute;
  bottom: 24px;
  left: 24px;
  width: calc(100% - 48px);
  text-align: center;
}

.ready-to-buy {
  border-radius: 10px;
  background: #2A231D;
  padding: 75px 40px 129px;
}

.products-listing .ready-to-buy p {
  color: #FCFDFF;
  font-family: Arial;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
  margin-bottom: 32px;
}

.products-listing .ready-to-buy h3 {
  color: #FCFDFF;
  font-family: Arial;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.4px;
}

.products-listing .ready-to-buy h2 {
  color: #FCFDFF;
  font-size: 30px;
  font-weight: 800;
  line-height: 36.8px;
  margin-bottom: 8px;
}

.products-listing .ready-to-buy .btn:hover {
  background-color: #438030;
}

.products-listing .ready-to-buy .btn {
  background-color: transparent;
  border: 1px solid #438030;
}

.filter-products-mobile-btn {
  padding: 16px 16px 0;
}

.filter-products-mobile-btn .btn {
  width: 100%;
  text-align: center;
}

.filter-products-mobile-btn .btn:before {
  content: " ";
  display: inline-block;
  height: 16px;
  width: 16px;
  background: url(../img/filter-sliders-icon.svg) no-repeat 50% 50%;
  position: relative;
  margin-right: 8px;
  top: 3px;
}

.close-filter {
  height: 44px;
  width: 44px;
  background: #F2F2ED url(../img/close-filter.svg) no-repeat 50% 50%;
  text-indent: -99999px;
  padding: 0;
  border-radius: 50%;
  position: absolute;
  top: 24px;
  right: 16px;
}

.single-products .general:not(.brown) .text-module p.stat {
  font-size: 18px;
}

.single-products .general:not(.brown) .text-module p {
  color: #2A231D;
  font-family: Arial;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.4px;
  margin-bottom: 32px;
}

.single-products .general h3 {
  color: #2A231D;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.36px;
  margin-bottom: 12px;
}

.single-products .general h2 {
  color: #2A231D;
  font-size: 40px;
  font-weight: 800;
  line-height: 46px;
  letter-spacing: 0.8px;
  margin-bottom: 16px;
}

.resource-docs a {
  color: #438030;
  font-family: "Averta PE";
  font-size: 16px;
  font-weight: 700;
}

.single-products .general.grey {
  background-color: #F2F2ED;
  border-bottom: 5px solid #fff;
}

.single-products .general .resource-docs p {
  margin-bottom: 12px;
}

.single-products .general .container .column {
  margin-bottom: 0;
}

.resource-doc:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/download-icon.svg) no-repeat 50% 50%;
  margin-left: 4px;
  position: relative;
  top: 4px;
}

.resource-docs {
  margin-bottom: 32px;
}

.product-tiles {
  background: #E7E6DC;
  padding: 60px 0;
}

.product-tile h2,
#product-specifications h2 {
  color: #2A231D;
  font-size: 30px;
  font-weight: 800;
  line-height: 36.8px;
}

.product-tile {
  border-radius: 10px;
  background: #F2F2ED;
  padding: 32px 24px;
  margin-bottom: 24px;
}

.stat-label {
  color: #2A231D;
  font-family: "Averta PE";
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

.stat-row {
  padding-bottom: 24px;
  margin-bottom: 26px;
  border-bottom: 1px solid #DDDCD0;
}

.stat-row:last-child {
  margin-bottom: 0;
}

#application h2 {
  margin-bottom: 32px;
}

#application .stat-row .stat-row:last-child {
  margin-bottom: 0;
}

#application .stat-row .stat-row .stat-content {
  padding-left: 16px;
}

#application .stat-row .stat-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 0;
  border-bottom-width: 0;
}

#application .stat-row .stat-row .stat-label,
#application .stat-row .stat-row .stat-content {
  width: 50%;
}

#application > .stat-row > .stat-label .stat-label-text {
  background: #DDDCD0;
  padding: 8px 16px;
  display: inline-block;
  border-radius: 100px;
  margin-bottom: 16px;
}

.application-types h3 {
  color: #2A231D;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}

.application-type img {
  margin-right: 8px;
}

.application-type {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.application-type:last-child {
  margin-bottom: 0;
}

#product-specifications,
.product-tiles-transparent {
  background-color: #E7E6DC;
}

.product-tiles-transparent .product-tile li {
  margin-bottom: 12px;
}

.product-tiles-transparent .product-tile:last-child {
  margin-bottom: 0;
}

.product-tiles-transparent .product-tile {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
}

#product-specification h2 {
  color: #2A231D;
  font-size: 30px;
  font-weight: 800;
  line-height: 36.8px;
  margin-bottom: 32px;
}

#product-specification .product-spec .notes {
  color: #81746A;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.28px;
}

#product-specification .product-spec p {
  margin-bottom: 12px;
}

#product-specification .product-spec {
  width: 224px;
  border-top: 1px solid #BDBBA8;
  padding-top: 24px;
  color: #2A231D;
  padding-bottom: 44px;
}

#product-specification {
  background-color: #E7E6DC;
  padding: 60px 0 20px;
  border-bottom: 50px solid #fff;
}

#product-specifications {
  padding: 70px 20px 30px;
}

#product-specifications .container {
  padding: 0;
}

.single-products .posts h2 {
  color: #2A231D;
  font-size: 40px;
  font-weight: 800;
  line-height: 46px;
  letter-spacing: 0.8px;
  margin-bottom: 8px;
}

.product-spec .notes {
  color: #81746A;
  font-family: "Averta PE";
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.28px;
}

.product-spec p {
  color: #2A231D;
  margin-bottom: 12px;
}

.product-spec {
  border-top: 1px solid #BDBBA8;
  padding-top: 24px;
  padding-bottom: 44px;
  width: 234px;
}

.single-products .posts {
  background-color: #F2F2ED;
  color: #2A231D;
  margin-top: 50px;
}

.single-products .posts .container .viewall:after {
  background-image: url(../img/arrow-right-dg.svg);
}

.single-products .posts .container .viewall {
  margin-top: 0;
  color: #438030;
}

.single-products .posts .product-post {
  width: 100%;
}

.single-products .posts .product-thumb {
  height: 246px;
  width: 100%;
  background-size: cover;
  background-position: 50% 0;
  display: block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.single-products .posts .content .btn {
  position: absolute;
  bottom: 24px;
  left: 24px;
  width: calc(100% - 48px);
  text-align: center;
}

.single-products .posts .content {
  padding: 32px 24px 88px;
  border-top: 1px solid #DDDCD0;
  color: #473C33;
  position: relative;
}

.single-products .product-post {
  border-radius: 10px;
  border: 0.5px solid #DDDCD0;
  background: #FBFBF9;
  position: relative;
  margin-bottom: 24px;
}

.single-products .product-post h3 {
  color: #2A231D;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 8px;
}

.industry-image {
  height: 238px;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 10px;
  box-shadow: 224px 235px 91px 0 rgba(0, 0, 0, 0), 143px 151px 83px 0 rgba(0, 0, 0, 0.01), 80px 85px 70px 0 rgba(0, 0, 0, 0.05), 36px 38px 52px 0 rgba(0, 0, 0, 0.09), 9px 9px 29px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}

.industry-blurb p {
  margin-bottom: 32px;
}

.single-industries .post-content h1,
.industry-blurb h2 {
  color: #2A231D;
  font-size: 40px;
  font-weight: 800;
  line-height: 46px;
  letter-spacing: 0.8px;
  margin-bottom: 16px;
}

.single-industries img.industry-icon,
.industry-blurb img.industry-icon {
  width: 48px;
  height: auto;
  margin-bottom: 12px;
  filter: brightness(0) saturate(100%) invert(64%) sepia(5%) saturate(820%) hue-rotate(345deg) brightness(93%) contrast(84%);
}

article.industry:last-child {
  margin-bottom: 0;
}

article.industry {
  margin-bottom: 120px;
}

.products-listing {
  padding: 0 0 50px;
  margin-bottom: 110px;
  background-color: #F2F2ED;
  overflow: hidden;
}

.post-type-archive-industries .products-listing {
  padding-top: 80px;
}

.post-type-archive-products h1 {
  margin-bottom: 14px;
}

.text-module .buttons a {
  margin-bottom: 0;
}

.text-module .buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 20px;
}

.text-module .buttons .btn {
  margin-right: 24px;
}

.general.white h2 {
  margin-bottom: 16px;
}

.general .text-module h2 {
  line-height: 46px;
}

.cards .intro h2 {
  color: #2A231D;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 46px;
  letter-spacing: 0.8px;
}

.cards .intro .eyebrow {
  color: #9F9389;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2.1px;
  text-transform: uppercase;
}

.back {
  margin-bottom: 16px;
}

.back a:before {
  height: 16px;
  width: 16px;
  position: relative;
  top: 3px;
  content: "";
  display: inline-block;
  background: url(../img/arrow-right-dg.svg) no-repeat 50% 50%;
  transform: rotate(180deg);
  margin-right: 8px;
  transition: all 300ms ease-in-out;
}

.back a:hover:before {
  transform: translate(-5px, 0) rotate(180deg);
}

.single-news-insights h1,
.single-humic-science h1 {
  color: #1E1915;
  font-size: 50px;
  font-weight: 800;
  line-height: 55px;
  letter-spacing: 1px;
  margin-bottom: 16px;
}

.single-news-insights .general .container,
.single-humic-science .general .container {
  display: block;
}

.author-term-date {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 16px;
}

.author-term-date p.author,
.author-term-date a {
  color: #1E1915;
  font-family: "Averta PE";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2.1px;
  text-transform: uppercase;
  margin-right: 40px;
}

.blog-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.blog-image {
  margin-bottom: 32px;
}

.blog-text {
  margin-bottom: 61px;
}

.single .blog-text .container,
.single .blog-image .container {
  padding: 0;
}

.single-news-insights .general > .container,
.single-humic-science .general > .container {
  max-width: 880px;
  padding-bottom: 20px;
}

.news-insights-grid {
  padding: 56px 0;
}

.news-insights-posts .container {
  padding: 0;
}

.news-insights-post {
  display: block;
  margin-bottom: 24px;
}

.news-insights-post:hover {
  text-decoration: none;
}

.news-insights-post h2 {
  color: #1E1915;
  font-family: "Averta PE";
  font-size: 24px;
  font-weight: 800;
  text-decoration: none;
}

.news-insights-thumb {
  height: 289px;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 24px;
  background-size: cover;
  background-position: 50% 50%;
}

.pagination {
  text-align: center;
  padding-bottom: 56px;
}

.prev,
.next {
  color: #438030;
  font-family: "Averta PE";
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.prev {
  margin-right: 40px;
}

.next {
  margin-left: 40px;
}

.next.disabled,
.prev.disabled {
  color: #BAB2AB;
}

.prev:hover,
.next:hover {
  text-decoration: none;
}

.page-numbers {
  height: 40px;
  width: 40px;
  border-radius: 5px;
  padding: 10px 4px;
  box-sizing: border-box;
  display: inline-block;
  color: #9F9389;
  text-align: center;
  font-family: "Averta PE";
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.36px;
  line-height: 1;
  border: 1px solid #fff;
  margin-left: 1px;
  margin-right: 1px;
}

.page-numbers.current,
.page-numbers:hover {
  color: #473C33;
  font-weight: 700;
  border: 1px solid #473C33;
  text-decoration: none;
}

.blog-contact h3 {
  color: #1E1915;
  font-family: "Averta PE";
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 4px;
}

.blog-contact p.phone {
  margin-bottom: 8px;
}

.blog-contact p.title {
  margin-bottom: 16px;
  color: #473C33;
  font-family: Arial;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
}

.blog-contact .tel,
.blog-contact .email {
  font-weight: 600;
}

.blog-contact p {
  margin-bottom: 26px;
}

.blog-contact p strong {
  color: #1E1915;
  font-family: "Averta PE";
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.36px;
}

.blog-contact {
  margin-top: 45px;
  padding-top: 56px;
  padding-bottom: 40px;
  border-top: 1px solid #BDBBA8;
}

.product h3 {
  font-family: "Averta PE";
}

.single-industries {
  background-color: #F2F2ED;
}

.single-industries .back {
  margin-top: 60px;
  margin-bottom: 20px;
}

.single-industries h1 > .industry-icon {
  display: block;
  margin-right: 16px;
}

.single-industries .related-products {
  padding: 0;
}

.single-industries .post-content h1 {
  margin-bottom: 32px;
}

.single-industries p {
  margin-bottom: 40px;
}

.single-industries h3 {
  color: #2A231D;
  font-family: "Averta PE";
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 8px;
}

.single-industries h2 {
  color: #2A231D;
  font-size: 30px;
  font-weight: 800;
  line-height: 36.8px;
}

.single-industries .related-products {
  padding-bottom: 60px;
}

.other-industries {
  background-color: #FBFBF9;
  padding: 56px 0;
}

.other-industry-link.active-industry,
.other-industry-link:hover {
  border: 1px solid #438030;
  background-color: transparent;
}

.other-industry-link {
  padding: 5px 24px 14px;
  background-color: #F2F2ED;
  color: #1E1915;
  font-size: 18px;
  text-transform: none;
  border: 1px solid transparent;
  line-height: 1;
  margin-bottom: 8px;
  margin-right: 8px;
}

.other-industry-link:last-child {
  margin-right: 0;
}

.other-industry-link img {
  display: inline-block;
  position: relative;
  top: 7px;
  margin-right: 8px;
  width: 24px;
  height: auto;
}

.single-industries .other-industries h3 {
  color: #000;
  margin-bottom: 16px;
}

.layout-cta .intro p,
.layout-cta .intro h2 {
  color: #FBFBF9;
}

section.cta:not(.hero) .container {
  display: block;
}

.member > a {
  display: block;
}

.member {
  margin-bottom: 80px;
}

.team-member .image img,
.member > a > img {
  width: 100%;
  height: auto;
  margin-bottom: 16px;
  border-radius: 10px;
}

.team-member .team-title,
.member h2 {
  color: #1E1915;
  font-size: 30px;
  font-weight: 800;
  line-height: 36.8px;
  margin-bottom: 8px;
}

.team-member .title,
.member p.title {
  color: #81746A;
  font-family: Arial;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.4px;
  margin-top: 0;
  margin-bottom: 16px;
}

.team-content-container {
  padding: 0;
  max-width: 100%;
}

.team-content-container .cta {
  padding-left: 20px;
  padding-right: 20px;
}

.cta-content {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.team-member {
  padding-bottom: 60px;
}

.team-member p:not(.title) {
  color: #2A231D;
  font-family: Arial;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
}

.container.max-1104 {
  max-width: 1140px;
}

.single-team .back {
  margin-bottom: 32px;
}

.careers-listing {
  padding: 80px 0;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.careers-listing h3 {
  color: #000;
  text-align: center;
  font-family: "Averta PE";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2.1px;
  text-transform: uppercase;
  margin-bottom: 48px;
}

.career-item:last-child {
  border-bottom: 1px solid #DDDCD0;
}

.career-item {
  border-top: 1px solid #DDDCD0;
  padding-top: 24px;
  padding-bottom: 24px;
}

.career-item p {
  color: #2A231D;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.career-item a.rev-btn {
  padding: 12px 24px;
  border: 1px solid #438030;
  background: transparent;
  border-radius: 5px;
  color: #438030;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  display: inline-block;
}

.career-item a.rev-btn:hover {
  color: #FBFBF9;
  background-color: #438030;
}

.no-openings p {
  text-align: center;
  width: 100% !important;
}

.contact-content-container .gform_wrapper {
  padding-top: 40px;
}

.contact-content-container p {
  color: #1E1915;
  font-family: Arial;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
}

.contact-content-container h2 {
  color: #1E1915;
  font-size: 40px;
  font-weight: 800;
  line-height: 46px;
  letter-spacing: 0.8px;
  margin-bottom: 12px;
}

.contact-content-container {
  padding: 60px 0;
}

.contact-content-container .right h3 {
  color: var(--Neutral-900, #202023);
}

.contact-content-container .right .eyebrow {
  color: #62646B;
  font-family: "Averta PE";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2.1px;
  margin-bottom: 15px;
}

.contact-content-container .right {
  padding-top: 40px;
}

.contact-content-container .address-contact address:before,
.contact-content-container .contact-phone-email:before {
  content: "";
  display: block;
  height: 40px;
  width: 40px;
  margin-bottom: 16px;
  background: #E7E6DC url(../img/MapPin-Icon.svg) no-repeat 50% 50%;
  border-radius: 50%;
}

.contact-content-container .contact-phone-email:before {
  background-image: url(../img/icon-user.svg);
}

.contact-content-container address a {
  display: inline-block;
  margin-top: 8px;
  font-weight: 600;
}

.contact-content-container .address-contact {
  margin-bottom: 32px;
}

.contact-content-container address {
  margin-bottom: 40px;
  font-style: normal;
}

.portal-login.form label sup,
.parent-pageid-1309 .form label sup,
body .gform_wrapper.gravity-theme .gfield_required {
  color: #1E1915;
  font-size: 16px;
  margin-left: 0;
  position: relative;
  left: -2px;
}

.operational-locations h3 {
  color: #202023;
  font-family: "Averta PE";
  font-size: 24px;
  font-weight: 800;
}

.locations-grid {
  color: #202023;
}

.sidebar-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.accordion .container {
  max-width: 920px;
}

body.single-products section.general.accent-right:after {
  display: none;
}

.single-products .general .container {
  padding-bottom: 50px;
}

.general:not(.brown) .text-module p {
  color: #473C33;
  font-family: Arial;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
  margin-bottom: 20px;
}

.general:not(.brown) .text-module p.eyebrow {
  color: #9F9389;
}

.general .text-module h3 {
  color: #2A231D;
  font-family: "Averta PE";
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 8px;
}

.general.gray .text-module p.eyebrow {
  color: #9F9389;
  font-family: "Averta PE";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2.1px;
  margin-bottom: 24px;
}

section.team .container {
  max-width: 1328px;
}

img.success {
  width: 300px;
  height: auto;
}

.thank-you-message {
  text-align: center;
  max-width: 498px;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 0 170px;
}

.form-footer a:hover,
.thank-you-message a:not(.btn):hover {
  color: #000;
  text-decoration: underline;
}

.form-footer a,
.thank-you-message a:not(.btn) {
  color: #1E1915;
  text-decoration: underline;
}

.form-footer {
  color: #1E1915;
}

.thank-you-message p {
  color: #1E1915;
  margin-bottom: 32px;
}

.thank-you-message .success {
  margin-bottom: -60px;
}

.thank-you-message h2 {
  color: #1E1915;
  margin-bottom: 12px;
}

.inline-posts .thumb:before,
.post-type-archive-news-insights .news-insights-thumb:before,
.post-type-archive-humic-science .humic-post:before,
.layout-image .image-card:before {
  transition: all 300ms ease-in-out;
}

.inline-posts .post:hover h3,
.post-type-archive-news-insights .news-insights-post:hover h2,
.post-type-archive-humic-science .humic-post:hover h2,
.layout-image .image-card:hover h3 {
  text-decoration: underline;
}

.inline-posts .post:hover .thumb:before,
.post-type-archive-news-insights .news-insights-thumb:hover:before,
.post-type-archive-humic-science .humic-post:hover:before,
.layout-image .image-card:hover:before {
  opacity: 0;
}

.inline-posts .thumb,
.news-insights-thumb,
.humic-post {
  position: relative;
}

.inline-posts .post {
  display: block;
}

body .popup-container input.error {
  border-color: #FF4949;
}

.portal-login.form .error-message,
.portal-popup .error-message {
  position: relative;
  color: #FF4949;
  font-size: 16px;
  margin-bottom: 8px;
}

.portal-popup {
  background: rgba(30, 25, 21, 0.45);
  backdrop-filter: blur(5px);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  padding: 5% 5%;
  z-index: 10000000;
  display: none;
}

.popup-active .portal-popup {
  display: block;
}

.popup-container h2:before {
  content: " ";
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #E7E6DC url(../img/portal-user-icon.svg) no-repeat 50% 50%;
  margin-right: 16px;
  position: relative;
  top: 12px;
}

.popup-container h2 {
  color: #202023;
  font-family: "Averta PE";
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.4px;
  margin-top: -12px;
}

.popup-container hr {
  border: none;
  height: 1px;
  background-color: #DDDCD0;
  margin: 34px 0 24px;
}

.or-divider span {
  width: 66px;
  background-color: #FBFBF9;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: -10px;
  margin-left: -33px;
  text-align: center;
  color: #81746A;
  font-weight: 600;
}

.or-divider {
  border-top: 1px solid #DDDCD0;
  height: 1px;
  position: relative;
  margin-top: 8px;
  margin-bottom: 44px;
}

.popup-container p {
  color: #202023;
  font-family: Arial;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
}

.popup-container .create-account {
  text-align: center;
}

.popup-container {
  border-radius: 10px;
  background: #FBFBF9;
  max-width: 450px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding: 32px;
  position: relative;
  overflow: auto;
  height: 95%;
}

.popup-container input[type=text],
.popup-container input[type=password] {
  border-radius: 5px;
  border: 1px solid #DDDCD0;
  background: #FFF;
  color: #473C33;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1 !important;
  letter-spacing: 0.32px;
  padding: 12px 16px 14px;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 24px;
}

.popup-container label sup {
  position: relative;
  top: 5px;
  font-size: 16px;
}

.popup-container label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
}

.popup-container .btn {
  width: 100%;
  margin-bottom: 24px;
  text-align: center;
}

.close-popup {
  height: 20px;
  width: 20px;
  background: url(../img/popup_close_icon.svg) no-repeat 50% 50%;
  display: inline-block;
  position: absolute;
  top: 42px;
  right: 50px;
  text-indent: -99999px;
  z-index: 1000000;
}

.form .password-container input[type=text],
.form input[type=password],
.portal-popup input[type=password] {
  background: #fff url(../img/eye.svg) no-repeat calc(100% - 20px) 12px !important;
}

.portal-login:before {
  content: " ";
  display: inline-block;
  background: url(../img/log-in.svg) no-repeat 50% 50%;
  height: 16px;
  width: 16px;
  margin-right: 8px;
  position: relative;
  top: 3px;
}

.login-opts a:hover {
  color: #000;
  text-decoration: underline;
}

.login-opts a {
  color: #000;
}

.login-opts {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 24px;
}

.portal-login.form .btn.create-account-btn:hover:before,
.create-account-btn:hover:before {
  background: url(../img/user-plus-wt.svg) no-repeat 50% 50%;
}

.portal-login.form .btn.create-account-btn:hover,
.popup-container .btn.create-account-btn:hover {
  color: #FBFBF9;
  background-color: #438030;
}

.portal-login.form .btn.create-account-btn:before,
.create-account-btn:before {
  content: " ";
  display: inline-block;
  background: url(../img/user-plus.svg) no-repeat 50% 50%;
  height: 16px;
  width: 16px;
  margin-right: 8px;
  position: relative;
  top: 3px;
}

.portal-login.form .btn.create-account-btn,
.popup-container .btn.create-account-btn {
  background-color: transparent;
  border: 1px solid #438030;
  color: #438030;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
  text-decoration: none;
}

.create-account {
  border-radius: 8px;
  background: #F2F2ED;
  padding: 16px;
}

.page-id-1309,
.parent-pageid-1311,
.parent-pageid-1309 {
  background-color: #F2F2ED;
}

.parent-pageid-1309 .form p,
.page-id-1311 .form p {
  color: #1E1915;
}

.portal-login h2,
.parent-pageid-1309 .form h2,
.page-id-1311 .form h2 {
  font-size: 30px;
  margin-bottom: 12px;
  color: #1E1915;
}

.gform_wrapper.gravity-theme#gform_wrapper_5 .ginput_container_consent a:hover {
  color: #000;
  text-decoration: underline;
}

.gform_wrapper.gravity-theme#gform_wrapper_5 .ginput_container_consent a {
  color: #1E1915;
  text-decoration: underline;
}

.gform_wrapper.gravity-theme#gform_wrapper_5 .ginput_container_consent {
  color: #1E1915;
}

.gform_wrapper.gravity-theme#gform_wrapper_5 input[type=checkbox] {
  top: 0;
}

.additional-help a {
  color: #000;
  text-decoration: underline;
}

.additional-help p {
  color: #000;
  font-family: "Averta PE";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.28px;
  margin-bottom: 0;
}

.additional-help h3 {
  color: #000;
  font-family: "Averta PE";
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}

.additional-help {
  border-radius: 8px;
  background: #E7E6DC;
  padding: 16px;
}

.portal-login.form input[type=text],
.portal-login.form input[type=password],
.portal-login.form input[type=email],
.parent-pageid-1309 .form input[type=text],
.parent-pageid-1309 .form input[type=password],
.parent-pageid-1309 .form input[type=email] {
  width: 100%;
  margin-bottom: 24px;
}

.parent-pageid-1309 .form-footer {
  padding-bottom: 10px;
}

.parent-pageid-1309 .form .intro {
  margin-bottom: 32px;
}

.portal-login.form label,
.parent-pageid-1309 .form label:not(.gfield_consent_label) {
  display: block;
}

.form-width-600 .container {
  max-width: 640px;
  padding-bottom: 100px;
}

button.portal-login,
#reset-pw .btn {
  border-width: 0;
}

.recovery-email .btn,
.reset-pw-btn {
  width: 100%;
  margin-bottom: 24px;
  text-align: center;
}

.portal-login.form label sup,
.parent-pageid-1309 .form label sup {
  top: 5px;
  left: 1px;
}

.portal-login.form input.error,
.parent-pageid-1309 input.error {
  border-color: #FF4949 !important;
}

.portal-login.form div.error,
.parent-pageid-1309 div.error {
  color: #FF4949;
  margin-bottom: 8px;
}

.portal-login.form input[type=text],
.portal-login.form input[type=password],
.portal-login.form input[type=email] {
  width: 100%;
}

.success-msg:before {
  content: "";
  display: inline-block;
  background: url(../img/green-check.svg) no-repeat 50% 50%;
  height: 15px;
  width: 15px;
  border-radius: 100px;
  border: 2px solid #326024;
  margin-right: 8px;
  position: relative;
  top: 5px;
}

.success-msg {
  border-radius: 5px;
  border: 1px solid var(--Primary-Green-100, #AAD19E);
  background: rgba(170, 209, 158, 0.2);
  padding: 9px 12px 15px;
  color: #326024;
  font-family: "Averta PE";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.28px;
  margin-top: 32px;
  margin-bottom: 0;
}

.portal-login .container .intro {
  margin-bottom: 32px;
}

.portal-login.form .portal-login {
  width: 100%;
  text-align: center;
}

.portal-login.form .or-divider span {
  background-color: #F2F2ED;
}

.portal-login.form .or-divider {
  margin-top: 42px;
  margin-bottom: 42px;
}

.portal-login.form .additional-help p {
  color: #1E1915;
  text-align: center;
  font-family: Arial;
  font-size: 16px;
  letter-spacing: 0.32px;
  margin-bottom: 16px;
}

.portal-login.form .additional-help .btn {
  width: 100%;
}

.portal-login.form .additional-help {
  text-align: center;
}

.humic-science-posts.card-posts {
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
}

.humic-science-posts.card-posts .container {
  padding: 0;
}

.map-module .container .rep-full-detail {
  max-width: 652px;
}

.map-module .container {
  width: 100%;
  max-width: 100%;
}

.logout-btn {
  display: inline-block;
  margin-left: 24px;
}

.partner-hero {
  color: #1E1915;
  font-weight: 600;
  background-color: #F2F2ED;
  padding: 56px 0;
}

.partner-hero a {
  font-weight: 400;
}

.partner-hero h1 {
  color: #1E1915;
  font-size: 30px;
  font-weight: 800;
  line-height: 55px;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.portal-container {
  background-color: #FBFBF9;
  padding-top: 40px;
  padding-bottom: 80px;
}

.portal-container .container,
.partner-hero .container {
  margin-left: auto;
  margin-right: auto;
}

.document-categories {
  margin-bottom: 16px;
}

a.document-category {
  display: inline-block;
  padding: 12px 24px;
  background-color: #F2F2ED;
  border-radius: 100px;
  color: #473C33;
  font-family: "Averta PE";
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

a.document-category.active,
a.document-category:hover {
  background-color: #1E1915;
  text-decoration: none;
  color: #FBFBF9;
}

.documents div.documents-heading:after,
.documents a:after {
  content: "";
  display: inline-block;
  background: url(../img/dl-grey.svg) no-repeat 50% 50%;
  height: 16px;
  width: 16px;
  margin-left: 16px;
  position: relative;
  top: 2px;
}

.documents div.documents-heading:after {
  background-image: url(../img/light-grey-down.svg);
  margin-left: 8px;
  top: 3px;
}

.documents a {
  color: #1E1915;
  font-weight: 600;
}

.documents a span {
  font-weight: 400;
}

.documents > div {
  border: 1px solid #E7E6DC;
  border-top-width: 0;
  padding: 16px;
  color: #1E1915;
}

.documents > div.documents-heading {
  font-weight: 700;
}

.documents > div.documents-heading {
  border-top: 1px solid #E7E6DC;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.documents > div:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.blog-text .alignleft {
  margin-bottom: 20px;
  width: 100%;
}

.blog-text .alignright {
  margin-bottom: 20px;
  width: 100%;
}

.blog-text h1,
.blog-text h2,
.blog-text h3 {
  clear: both;
}

.product h3 > a:hover,
.product h3 > a {
  text-decoration: none;
  color: #2A231D;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

body .gform_wrapper.gravity-theme .gfield select,
select {
  background-color: #fff;
  background-image: url(../img/down-sm.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 14px) 17px;
  background-size: 16px;
  padding-right: 30px;
}

.single-team .back {
  margin-top: 56px;
}

.password-container {
  position: relative;
}

.password-toggle {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  z-index: 1;
}

.industries-grid article div.related-products {
  width: 100%;
}

.industries-grid article div.related-products h3 {
  color: var(--Primary-Brown-700, #2A231D);
  font-family: "Averta PE";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.36px;
  margin-bottom: 12px;
}

.industries-grid article div.related-products li a:after {
  content: " ";
  display: inline-block;
  margin-left: 6px;
  height: 16px;
  width: 16px;
  background: url(../img/arrow-right-dr-gr.svg) no-repeat 50% 50%;
  position: relative;
  top: 1px;
  transition: all 300ms ease-in-out;
}

.industries-grid article div.related-products li a:hover:after {
  transform: translate(4px, 0);
}

.industries-grid article div.related-products li {
  list-style-type: none;
  margin-bottom: 12px;
}

.industries-grid article div.related-products ul {
  padding: 0;
  margin: 0;
}

.map-module .rep-full-detail {
  margin-bottom: 50px;
}

body .blog-text h2 {
  font-size: 32px;
}

.caption {
  text-align: center;
  padding-top: 8px;
}

.page-template-template-thank-you .container {
  margin-left: auto;
  margin-right: auto;
}

.contact-details {
  margin-top: 30px;
}

.contact-details p {
  margin-bottom: 12px;
}

.contact-details p:last-child {
  margin-bottom: 0;
}

.general:not(.brown) .text-module .resource-docs p {
  margin-bottom: 12px;
}

.general .text-module .resource-docs h3 {
  color: #2A231D;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.36px;
  margin-bottom: 12px;
}

.single-products .general.accent-right .container {
  max-width: 1140px;
}

.int-btn {
  position: absolute;
  right: 20px;
  bottom: -80px;
  z-index: 100000;
  border: 1px solid #438030;
  background-color: transparent;
  color: #2A231D;
}

.int-btn:hover {
  background-color: #438030;
  color: #FBFBF9;
}

.flag-img {
  width: 100px;
}

.flag-img > img {
  margin-bottom: 30px;
  width: 100%;
  height: auto;
}

body section.general.gray {
  background-color: #E7E6DC;
}

body section.nobottom .container {
  padding-bottom: 20px;
}

.general:not(.brown) .text-module p.large-text {
  font-size: 20px;
}

body .general.sidebar-module .container {
  align-items: flex-start;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.general.sidebar-module {
  background-size: contain;
  background-position: 0 100%;
  background-repeat: no-repeat;
}

.general.sidebar-module.has-bg {
  padding-bottom: 30%;
}

.sidebar-module li {
  color: #2A231D;
  font-family: Arial;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
  margin-bottom: 12px;
}

.sidebar-module .column h2 {
  font-size: 30px;
}

.sidebar-module .column:last-child {
  border-radius: 10px;
  background-color: #F2F2ED;
  padding: 32px 32px 8px;
}

.sidebar-module .text-module h3 {
  font-size: 18px;
}

.icon-group {
  margin-top: 32px;
}

.icon-flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-right: 20px;
  margin-bottom: 24px;
}

.icon-flex span {
  display: inline-block;
  width: calc(100% - 40px);
  padding-left: 16px;
}

.icon-flex > img {
  width: 40px;
  height: auto;
}

.sidebar-module .text-module .check-flex:before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/check-gr.svg) no-repeat 50% 50%;
  height: 18px;
  width: 18px;
  border: 2px solid #438030;
  border-radius: 50%;
}

.sidebar-module .text-module .check-flex {
  padding-left: 30px;
  position: relative;
  margin-bottom: 32px;
}

.sidebar-module .text-module .checkmark-group {
  margin-top: 32px;
}

.sidebar-module .text-module .checkmark-group h3 {
  font-size: 16px;
}

.sidebar-module .text-module .checkmark-group h3 span {
  color: #438030;
}

.general:not(.brown) .text-module p.check-source {
  color: #81746A;
  font-family: Arial;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.24px;
}

@media screen and (max-width: 500px) {
  .single-products .general .image-module {
    margin-bottom: 30px;
  }
  .single-products .general .container {
    flex-direction: column-reverse;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 500px) {
  body h1 {
    font-size: 50px;
  }
  .blog-text .alignright {
    margin-left: 20px;
    width: auto;
  }
  .blog-text .alignleft {
    margin-right: 20px;
    width: auto;
  }
  footer#footer1 .bottom > .container > p {
    margin-bottom: 0;
    margin-right: 40px;
  }
  footer#footer1 .container .top .menu {
    margin-top: 4px;
  }
  .img-left-content-right {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
  }
  .flag-img > img {
    margin-bottom: 0;
  }
  .flag-content {
    width: calc(100% - 100px);
  }
}
@media screen and (min-width: 641px) {
  #field_3_19,
  #field_3_12,
  #field_3_11,
  #field_3_18,
  #field_4_15,
  #field_4_9,
  #field_4_16,
  #field_4_8 {
    grid-column: span 4;
  }
  .map-module .rep-full-detail {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .icon-group {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .icon-flex {
    width: 50%;
  }
  body .blog-text h2 {
    font-size: 40px;
  }
  .member {
    margin-bottom: 64px;
  }
  .blog-text .alignright {
    float: right;
  }
  .blog-text .alignleft {
    float: left;
  }
  .partner-hero h1 {
    font-size: 50px;
  }
  .arrows {
    position: absolute;
    bottom: -2px;
    right: 0;
    display: inline-block;
    line-height: 1;
  }
  .arrows a {
    height: 56px;
    width: 56px;
    background: #438030 url(../img/slider-arrow-r.svg) no-repeat 50% 50%;
    display: inline-block;
    transform-origin: 50% 50%;
    line-height: 1;
  }
  .arrows a:hover {
    background-color: #326024;
  }
  .arrows .left-arrow {
    transform: rotate(180deg);
  }
  .humic-science-posts.card-posts .large-post {
    margin-bottom: 0;
  }
  .home-hero {
    padding: 100px 0 103px;
  }
  .feature-hero p {
    margin-bottom: 20px;
  }
  .product-detail-img {
    display: none;
  }
  .product-detail:hover {
    cursor: pointer;
  }
  .detail-content > *:not(h3) {
    display: none;
  }
  .product-detail.active .detail-content > *:not(h3) {
    display: block;
  }
  .product-detail-accordion {
    position: relative;
    padding-bottom: 40px;
  }
  .product-detail-accordion .container {
    padding-right: calc(50% + 20px);
    margin-left: auto;
    margin-right: auto;
  }
  .detail-content {
    border-bottom: 1px solid #473C33;
    padding-bottom: 24px;
  }
  .product-detail {
    margin-bottom: 24px;
  }
  .product-detail.active .product-detail-img .detail-img {
    border-radius: 0;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .product-detail.active .product-detail-img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    border-radius: 0;
  }
  .cards .intro {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .cards .intro .left,
  .cards .intro .right {
    width: 50%;
  }
  .cards .intro .left {
    padding-right: 80px;
  }
  .cards .intro .right {
    padding-top: 42px;
  }
  body section.posts {
    position: relative;
    padding-top: 80px;
  }
  body section.posts .container .columns {
    gap: 24px;
  }
  body section.posts .container .columns a.post {
    width: calc(33.3333% - 16px) !important;
  }
  .posts .container .viewall {
    position: absolute;
    top: 60px;
    right: 20px;
  }
  #breadcrumbs {
    display: block;
  }
  .hero #breadcrumbs {
    margin-bottom: 24px;
    margin-top: 30px;
  }
  .hero #breadcrumbs span {
    color: #BAB2AB;
    font-size: 14px;
  }
  .hero #breadcrumbs a {
    color: #BAB2AB;
    font-size: 14px;
    font-weight: 400;
    text-decoration-line: underline;
  }
  #breadcrumbs {
    margin-top: 16px;
    margin-bottom: 56px;
  }
  #breadcrumbs span {
    color: #1E1915;
    font-size: 14px;
    font-weight: 400;
  }
  #breadcrumbs a {
    color: #1E1915;
    font-size: 14px;
    font-weight: 400;
    text-decoration-line: underline;
    text-decoration-style: solid;
  }
  .hero:not(.home-hero):after {
    background: url(../img/hero_accent2.svg) no-repeat 0 100%;
    max-width: 639px;
    width: 50%;
    height: 100%;
    right: 0;
    left: auto;
  }
  .post-navbar {
    height: 68px;
  }
  .post-navbar .container {
    width: 100%;
  }
  .post-navbar .content {
    text-align: left;
    padding-left: 20px;
  }
  .humic-science-posts .container {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    row-gap: 0;
  }
  .humic-science-posts .humic-post {
    width: calc(33.3333% - 16px);
    background-size: cover;
    background-position: 50% 50%;
  }
  .humic-science-posts .large-post {
    width: calc(50% - 12px);
    margin-bottom: 40px;
  }
  .single-news-insights section.general,
  .single-humic-science section.general {
    padding-top: 0;
  }
  .news-insights-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    row-gap: 0;
  }
  .news-insights-post {
    width: calc(50% - 12px);
  }
  #rep-map h2 {
    font-size: 24px;
  }
  #reps {
    padding-bottom: 56px;
  }
  .rep-full-detail {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
  }
  .rep-full-detail .rep-img {
    width: 326px;
    margin-bottom: 0;
  }
  .rep-full-detail .rep-detail-content {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .rep-full-detail .right-rep-detail {
    padding-left: 98px;
  }
  .right-rep-detail .buttons {
    padding-top: 24px;
  }
  .rep-form-content {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  body #rep-form .gform_wrapper.gravity-theme .gform_footer button {
    width: auto;
    margin-top: 20px;
  }
  .hero h1 {
    margin-bottom: 16px;
  }
  .hero .content {
    max-width: 880px;
  }
  .hero p {
    font-family: Arial;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.4px;
  }
  .hero:not(.home-hero) {
    padding-bottom: 63px;
  }
  .filter-products-mobile-btn {
    display: none;
  }
  .product-filter-section .products-listing {
    width: calc(100% - 250px);
  }
  .product-filter-section .left-sidebar {
    display: block;
    width: 250px;
  }
  .product-filter-section .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
  }
  .product-filter-section .show-products-btn {
    display: none;
  }
  .product-filter-section .reset-btn {
    width: 100%;
  }
  .product-filter-section .reset-btn:before {
    display: none;
  }
  .products-listing {
    padding-top: 0;
    margin-bottom: 10px;
  }
  .post-type-archive-industries .products-listing {
    margin-bottom: 0;
  }
  .ready-to-buy,
  .products-listing .post-grid .product {
    width: calc(50% - 8px);
    margin-bottom: 0;
  }
  .products-listing .post-grid {
    display: flex;
    justify-content: flex-start;
    gap: 16px;
    row-gap: 16px;
    flex-wrap: wrap;
  }
  .product-navbar {
    width: 100%;
    overflow-x: auto;
    display: block;
  }
  .product-navbar .container {
    background-color: #438030;
    width: max-content;
  }
  .product-navbar.product-navbar-focused {
    position: fixed;
    top: 92px;
    left: 0;
    z-index: 100000;
  }
  .product-navbar .nav-icon {
    margin-right: 8px;
    position: relative;
    top: 2px;
  }
  .single-products .general {
    padding-bottom: 50px;
  }
  .single-products .general.grey {
    border-bottom-width: 0;
  }
  .single-products .general .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 100px;
    row-gap: 0;
  }
  .single-products .general .container .column {
    width: calc(50% - 50px);
  }
  .product-tiles {
    padding-top: 80px;
  }
  .product-tiles .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
    max-width: 1144px;
  }
  .product-tiles .container article {
    width: calc(50% - 12px);
  }
  .product-tile .stat-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
  }
  .product-tile .stat-row > div {
    width: calc(50% - 15px);
  }
  #application .stat-row .stat-row .stat-label {
    width: calc(50% - 15px);
  }
  #application > .stat-row > .stat-label {
    flex: 1 0 150px;
  }
  #application.product-tile .stat-row > div.stat-inner {
    flex: 1 0 calc(100% - 180px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  #application.product-tile .stat-row > div.stat-inner .stat-row {
    width: 100%;
    flex-wrap: nowrap;
  }
  #application.product-tile .stat-row > div.stat-inner .stat-row > div {
    width: 50%;
  }
  .application-types {
    padding-top: 5px;
  }
  .application-type-group {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .application-type:last-child {
    margin-right: 0;
  }
  .application-type {
    margin-right: 16px;
  }
  #handling .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 100px;
    row-gap: 0;
    max-width: 1144px;
  }
  #handling article {
    width: calc(50% - 50px);
  }
  .single-products .posts .container .viewall {
    top: 13px;
  }
  .single-products .posts .container {
    position: relative;
  }
  .single-products .posts .container,
  #product-specifications .container {
    max-width: 1144px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .product-specs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 56px;
    row-gap: 0;
  }
  .product-spec {
    width: calc(25% - 42px);
  }
  .single-products .posts {
    margin-top: 0;
  }
  .posts .container {
    position: relative;
  }
  .posts .container .viewall {
    top: 0;
  }
  .posts .container .columns {
    margin-top: 32px;
  }
  .inline-posts .container {
    max-width: 1368px;
  }
  .inline-posts .container .columns .post {
    max-width: 100%;
  }
  .single-products .posts {
    padding-top: 100px;
  }
  .related-products-grid article,
  .single-products .posts .product-post {
    width: calc(50% - 12px);
  }
  .related-products-grid,
  body section.posts .container .columns {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
    row-gap: 0;
  }
  .related-products-grid {
    flex-wrap: wrap;
    align-items: normal;
  }
  #footer1 .column:first-child {
    padding-right: 40px;
  }
  .menu-1,
  .menu-2 {
    width: 200px;
  }
  .post-type-archive-industries .products-listing .container {
    max-width: 1144px;
  }
  .post-type-archive-industries .products-listing {
    padding-top: 80px;
  }
  .industry-image {
    height: 382px;
    margin-bottom: 0;
  }
  .industries-grid article {
    width: 50%;
    gap: 80px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .industries-grid article.image-right {
    flex-direction: row-reverse;
  }
  .industries-grid article div {
    width: calc(50% - 40px);
  }
  article.industry {
    margin-bottom: 160px;
  }
  .single-industries .back {
    margin-top: 50px;
  }
  .single-industries h1 > .industry-icon {
    display: inline-block;
    margin-bottom: -6px;
    filter: brightness(0) saturate(100%) invert(6%) sepia(10%) saturate(1530%) hue-rotate(344deg) brightness(99%) contrast(91%);
  }
  .single-industries .post-content h1 {
    font-size: 50px;
    margin-bottom: 40px;
  }
  .single-industries .other-industries .container {
    max-width: 920px;
  }
  .single-industries .related-products,
  .single-industries .post-content,
  .single-industries .back {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
  }
  .cards.layout-icon .icon-card {
    width: calc(50% - 12px);
  }
  .cards .container .card.cta-card .content {
    padding-left: 40px;
    padding-right: 40px;
  }
  .cards .container .card.cta-card > img {
    width: 230px;
    height: auto;
  }
  .cards .container .card.cta-card {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .team-members {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 32px;
    row-gap: 0;
  }
  .team-members .member {
    width: calc(50% - 16px);
  }
  .cta {
    background-image: url(../img/banner-cta-prefooter.webp);
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
  }
  .team-member {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .team-member .image {
    padding-right: 53px;
  }
  .team-member .content {
    padding-left: 20px;
  }
  .team-member .image,
  .team-member .content {
    width: 50%;
  }
  .team-member .title {
    margin-bottom: 35px;
  }
  .team-member .team-title {
    font-size: 50px;
    line-height: 55px;
  }
  .career-item {
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: space-between;
  }
  .career-item a {
    width: 170px;
  }
  .career-item p {
    width: calc(100% - 194px);
    margin-bottom: 0;
  }
  .image-card {
    height: 400px;
  }
  .team-members {
    justify-content: flex-start;
  }
  .contact-content-container .container {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  .general .column {
    margin-bottom: 60px;
  }
  .ready-to-buy,
  .products-listing .post-grid .product {
    width: calc(33.3333% - 12px);
  }
  .product-filter-section .products-listing {
    width: calc(100% - 303px);
  }
  .product-filter-section .left-sidebar {
    width: 303px;
  }
  .team-members .member {
    width: calc(33.3333% - 22px);
  }
  .contact-content-container .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 120px;
    row-gap: 0;
  }
  .contact-content-container .left,
  .contact-content-container .right {
    width: calc(50% - 60px);
  }
  .contact-content-container .right {
    padding-top: 0;
  }
  body .contact-content-container .gform_wrapper.gravity-theme .gform_footer button {
    width: auto;
    margin-left: 0;
  }
  body .contact-content-container .gform_wrapper.gravity-theme .gform_footer {
    display: block;
  }
  .rep-flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
    max-width: 1328px;
    margin-left: auto;
    margin-right: auto;
  }
  #reps h2 {
    width: 100%;
  }
  #reps .rep-full-detail {
    width: calc(50% - 12px);
    margin-bottom: 0;
  }
  .rep-full-detail .right-rep-detail {
    padding-left: 30px;
    width: calc(100% - 253px);
  }
  .rep-full-detail .rep-img {
    height: 253px;
    width: 253px;
  }
  .related-products-grid article,
  .single-products .posts .product-post {
    width: calc(33.3333% - 16px);
  }
  .related-products-grid .product-thumb {
    height: 198px;
  }
}
@media screen and (min-width: 1100px) {
  .home-hero {
    padding: 207px 0 81px;
  }
  .feature-hero:after {
    width: 827px;
  }
  body section.general {
    padding-bottom: 0;
  }
  body section.general {
    position: relative;
  }
  body section.general.accent-right:after,
  body section.general.accent-left:after {
    content: " ";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../img/green-accent.svg) no-repeat 0 0/cover;
    padding-bottom: 70px;
    width: calc(50% + 100px);
    height: 500px;
    z-index: 1;
  }
  body section.general.accent-left:after {
    right: auto;
    left: 0;
    transform: scaleX(-1);
  }
  body section.general .column:first-child .module.text-module {
    padding-right: 20px;
  }
  body.page-template-template-careers section.general .column:first-child .module.text-module {
    padding-right: 110px;
  }
  body section.general.brown .column:first-child .module.text-module {
    padding-right: 90px;
  }
  body section.general .column {
    position: relative;
    z-index: 2;
  }
  .general .container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 90px;
  }
  .general.brown .container {
    align-items: flex-start;
  }
  .product-detail-accordion .container {
    padding-right: calc(50% + 150px);
  }
  .news-insights-post {
    width: calc(33.3333% - 16px);
  }
  .cards.layout-icon:not(.num-cards-2) .icon-card {
    width: calc(33.3333% - 16px);
  }
  .cards.layout-cta .container {
    gap: 24px;
    flex-wrap: wrap;
  }
  .cards.layout-cta .container .card.cta-card .content {
    padding-top: 0;
    padding-bottom: 0;
  }
  .cards.layout-cta .container .card.cta-card {
    width: calc(50% - 12px);
  }
  .general.brown .column {
    margin-bottom: 0;
  }
  .icon-flex {
    width: 100%;
  }
  .sidebar-module .column:first-child h2 {
    margin-top: 32px;
  }
}
@media screen and (min-width: 1121px) {
  .post-feature-focused {
    top: 92px;
  }
  body {
    padding-top: 92px;
  }
  #main-menu {
    width: calc(100% - 220px);
  }
  #main-menu .how-to-buy {
    width: auto;
  }
  header#header1 .main .container #main-menu {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .menu-main-menu-1-container {
    width: calc(100% - 313px);
    padding-right: 20px;
  }
  header#header1 .main .container #main-menu .menu {
    text-align: right;
  }
  header#header1 .main .container #main-menu .menu > li {
    padding-bottom: 0;
  }
  header#header1 .main .container #main-menu #menu-main-menu-2 > li > a,
  #main-menu a.partner-portal-logout,
  #main-menu a.partner-portal {
    color: #FBFBF9;
    font-family: Arial;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.32px;
    padding-bottom: 34px;
  }
  #main-menu a.partner-portal,
  #main-menu a.partner-portal-logout {
    display: inline-block;
    width: 134px;
    padding-bottom: 4px;
  }
  #main-menu a.partner-portal-logout {
    width: 72px;
  }
  #main-menu a.partner-portal-logout:before,
  #main-menu a.partner-portal:before {
    content: "";
    display: inline-block;
    margin-right: 3px;
    background: url(../img/lock.svg);
    height: 17px;
    width: 17px;
    position: relative;
    top: 3px;
  }
  .parent-pageid-975 .main .container #main-menu .menu .menu-item-1006 > a,
  .single-news-insights .main .container #main-menu .menu .menu-item-1005 > a,
  .single-humic-science .main .container #main-menu .menu .menu-item-1005 > a,
  .post-type-archive-news-insights .main .container #main-menu .menu .menu-item-1005 > a,
  .post-type-archive-humic-science .main .container #main-menu .menu .menu-item-1005 > a,
  header#header1 .main .container #main-menu .menu > li.current-menu-item > a,
  .single-products .main .container #main-menu .menu .menu-item-1003 > a,
  .single-industries .main .container #main-menu .menu .menu-item-1003 > a,
  .post-type-archive-industries .main .container #main-menu .menu .menu-item-1003 > a,
  .post-type-archive-products .main .container #main-menu .menu .menu-item-1003 > a,
  header#header1 .main .container #main-menu .menu > li:hover > a,
  header#header1 .main .container #main-menu .menu > li:not(.menu-item-has-children):hover > a {
    border-bottom: 4px solid #75BC1E;
  }
  header#header1 .main .container #main-menu .menu > li > a:hover {
    border-bottom: 6px solid #75BC1E;
  }
  .single-products .main .container #main-menu .menu .menu-item-1003 a,
  .single-industries .main .container #main-menu .menu .menu-item-1003 a,
  .post-type-archive-industries .main .container #main-menu .menu .menu-item-1003 a,
  .post-type-archive-products .main .container #main-menu .menu .menu-item-1003 a,
  header#header1 .main .container #main-menu .menu > li > a:hover,
  header#header1 .main .container #main-menu .menu > li.current-menu-parent > a,
  header#header1 .main .container #main-menu .menu > li.current-menu-item > a {
    color: #75BC1E;
  }
  #menu-main-menu-2 > li.menu-item-has-children > a:after {
    width: 9px;
    height: 5px;
    content: " ";
    display: inline-block;
    background: url(../img/green_down.svg) no-repeat 50% 50%;
    margin-left: 9px;
    position: relative;
    top: -3px;
  }
  header#header1 .main .container #main-menu .menu li .sub-menu {
    padding: 12px 16px;
    top: 59px;
    background-color: #FBFBF9;
    width: 280px;
  }
  header#header1 .main .container #main-menu .menu li .sub-menu li a {
    color: #2A231D;
    font-family: "Averta PE";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
    border-radius: 5px;
  }
  header#header1 .main .container #main-menu .menu li .sub-menu li a:hover {
    background-color: #F2F2ED;
    color: #438030;
  }
  header#header1 .main .container #main-menu .menu li .sub-menu li {
    text-align: left;
    padding: 0;
  }
  header#header1 .main .container .logo {
    padding-top: 25px;
    padding-bottom: 26px;
  }
  header#header1 .main .container #main-menu .menu li {
    padding-top: 0;
  }
  #main-menu .how-to-buy {
    padding: 12px 24px;
    background-color: transparent;
    color: #FBFBF9;
    border: 1px solid #438030;
    width: 147px;
  }
  #main-menu .how-to-buy:hover {
    background-color: #438030;
  }
  #footer1 .column:first-child {
    padding-right: 150px;
  }
}
@media screen and (min-width: 1250px) {
  .menu-main-menu-1-container {
    padding-right: 100px;
  }
  header#header1 .main .container #main-menu .menu li {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1300px) {
  .contact-content-container .address-contact {
    margin-bottom: 0;
  }
  .contact-content-container address {
    margin-bottom: 32px;
  }
  .locations-grid address {
    margin-bottom: 40px;
  }
  .address-contact,
  .locations-grid {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 50px;
    row-gap: 0;
  }
  .address-contact .contact-phone-email,
  .address-contact address,
  .locations-grid address {
    width: calc(50% - 25px);
  }
  #footer1 .column:first-child {
    padding-right: 230px;
  }
}
@media screen and (min-width: 1440px) {
  .product-detail-accordion .container {
    padding-right: calc(50% + 50px);
  }
}
@media screen and (min-width: 1800px) {
  .product-detail-accordion .container {
    padding-right: calc(50% - 150px);
  }
}/*# sourceMappingURL=styles.css.map */