@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,900&display=swap");
html {
  font-size: 10px;
}

body {
  font-size: 1.6rem;
  color: #222222;
}
body.fixed {
  position: fixed;
  height: 100vh;
  width: 100%;
}

h1, h2, h3, h4, h5 {
  font-family: "Lato", sans-serif;
}

p {
  font-family: "Helvetica", sans-serif;
  font-weight: 400;
}

.btn,
.et_pb_button {
  font-size: 16px;
  padding: 12px 13px;
  border: 1px solid #458500;
  background-color: #ffffff;
  color: #458500;
}
.btn--white,
.et_pb_button--white {
  border: 1px solid #458500;
  color: #458500;
  background-color: #ffffff;
}

.social-icon {
  width: 25px;
  height: 25px;
  margin: 0 10px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
}
.social-icon:hover {
  opacity: 0.7;
}
.social-icon.facebook {
  background-image: url("../images/Facebook.svg");
}
.social-icon.twitter {
  background-image: url("../images/Twitter.svg");
}
.social-icon.instagram {
  background-image: url("../images/Instagram.svg");
}
.social-icon.pinterest {
  background-image: url("../images/Pinterest.svg");
}
.social-icon.youtube {
  background-image: url("../images/YouTube.svg");
}
.social-icon.linkedin {
  background-image: url("../images/Linkedin.svg");
}

.grecaptcha-badge {
  bottom: 50px !important;
}

form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
form input[type=text],
form input[type=email],
form input[type=password],
form input[type=number],
form textarea,
form select {
  width: 100%;
  height: 39px;
  padding: 0 15px;
  background-color: #ffffff;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #E5E5E5;
  font-size: 14px;
}
form textarea {
  height: auto;
  resize: none;
  padding: 10px 15px;
}
form label {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: bold;
}
form .wpcf7-form-control-wrap {
  display: block;
}
form p {
  position: relative;
}
form .form-el {
  margin-bottom: 21px;
}
@media all and (max-width: 767px) {
  form .form-el {
    margin-bottom: 20px;
  }
}
form .form-left {
  width: 50%;
  padding-right: 24px;
}
@media all and (max-width: 767px) {
  form .form-left {
    width: 100%;
    padding-right: 0;
  }
}
form .form-left .form-el:last-child {
  margin-bottom: 0;
}
form .form-right {
  width: 50%;
  padding-left: 24px;
}
@media all and (max-width: 767px) {
  form .form-right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}
form .form-right .form-el {
  height: 100%;
}
form .form-right .form-el .wpcf7-form-control-wrap {
  height: calc(100% - 27px);
}
form .form-right .form-el textarea {
  height: 100%;
}
form .form-right textarea {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
form .form-bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  margin-top: 35px;
}
@media all and (max-width: 768px) {
  form .form-bottom {
    display: block;
  }
}
@media all and (max-width: 900px) {
  form .form-bottom .submit-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
form .form-bottom input[type=submit] {
  min-width: 81px;
  height: 40px;
  border: 1px solid #458500;
  color: #458500;
  font-size: 16px;
  font-weight: bold;
  background-color: transparent;
}
@media all and (max-width: 767px) {
  form .form-bottom input[type=submit] {
    margin-top: 20px;
  }
}
form .form-bottom input[type=submit]:hover {
  background-color: #458500;
  color: #ffffff;
  cursor: pointer;
}
form .form-bottom .ajax-loader {
  position: absolute;
  top: 6px;
  right: 100px;
  margin: 0;
}
@media all and (max-width: 767px) {
  form .form-bottom .ajax-loader {
    right: initial;
    top: initial;
    left: calc(50% + 55px);
    bottom: 9px;
  }
}
form .wpcf7-not-valid-tip {
  position: absolute;
  right: 0;
  font-size: 14px;
  font-weight: 400;
}
form .cf7sr-recaptcha {
  position: absolute;
  top: 100%;
  left: 0;
}
@media all and (max-width: 768px) {
  form .cf7sr-recaptcha {
    top: 75px;
  }
}
form .cf7sr-recaptcha .wpcf7-not-valid-tip {
  position: relative;
}
form .wpcf7-response-output {
  border: 2px solid #dc3232 !important;
  margin-left: 0 !important;
}

.wpcf7-form.sent .wpcf7-response-output {
  border: 2px solid #458500 !important;
}

#main-header {
  background-color: #458500;
}
@media all and (max-width: 1024px) {
  #main-header {
    position: fixed !important;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media all and (max-width: 1024px) {
  #main-header:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    height: 1px;
    background-color: #458500;
  }
}
#main-header.open {
  background-color: #ffffff;
}
#main-header.open .logo_container {
  display: none;
}
#main-header.open .mobile-menu-wrapper:after {
  opacity: 1;
}
#main-header.open .header-socials {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1111;
}
@media all and (min-width: 1025px) {
  #main-header.et-fixed-header {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) !important;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) !important;
  }
}
@media all and (min-width: 1025px) {
  #main-header.et-fixed-header #logo {
    content: url("../images/logo-desktop-on-scroll.png");
  }
}
#main-header.et-fixed-header #top-menu > li > a {
  color: #458500;
}
#main-header.et-fixed-header #top-menu .shop-link a {
  border: 1px solid #458500;
}
#main-header.et-fixed-header #top-menu .shop-link a:hover {
  background-color: #458500;
  color: #ffffff;
}
#main-header #logo {
  max-width: 100%;
  content: url("../images/logo-desktop-default.png");
}
#main-header .logo_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 190px;
}
@media all and (max-width: 1366px) {
  #main-header .logo_container {
    width: 130px;
  }
}
@media all and (max-width: 1024px) {
  #main-header .logo_container {
    width: 170px;
  }
}
#main-header .logo_container a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#main-header #et-top-navigation {
  float: none;
  margin-left: auto;
  padding-top: 0;
  padding-left: 0 !important;
}
@media all and (max-width: 1024px) {
  #main-header #et-top-navigation {
    margin-left: auto;
  }
}
#main-header .et_menu_container {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1430px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
@media all and (max-width: 1366px) {
  #main-header .et_menu_container {
    padding: 0 15px;
  }
}
#main-header #top-menu-nav {
  display: none;
  padding-left: 35px;
}
@media all and (max-width: 1366px) {
  #main-header #top-menu-nav {
    padding-left: 10px;
  }
}
@media all and (min-width: 1025px) {
  #main-header #top-menu-nav {
    display: block;
  }
}
#main-header #top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 66px;
}
@media all and (max-width: 1366px) {
  #main-header #top-menu {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media all and (max-width: 1024px) {
  #main-header #top-menu {
    display: none;
  }
}
#main-header #top-menu > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-right: 0;
}
#main-header #top-menu > li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #6AAC22;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#main-header #top-menu > li:hover:after {
  width: 100%;
}
#main-header #top-menu > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
}
@media all and (max-width: 1366px) {
  #main-header #top-menu > li a {
    padding: 0 9px;
    font-size: 14px;
  }
}
#main-header #top-menu > li a:after {
  top: 50%;
  right: -5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#main-header #top-menu > li a:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
}
#main-header #top-menu .shop-link {
  height: auto;
  margin-left: 42px;
}
@media all and (max-width: 1366px) {
  #main-header #top-menu .shop-link {
    margin-left: 0;
  }
}
#main-header #top-menu .shop-link:after {
  display: none;
}
#main-header #top-menu .shop-link:hover a {
  background-color: #ffffff;
  color: #458500;
}
#main-header #top-menu .shop-link a {
  padding: 12px 14px;
  font-weight: 700;
  border: 1px solid #ffffff;
}
@media all and (max-width: 1366px) {
  #main-header #top-menu .shop-link a {
    padding: 10px 10px;
  }
}
#main-header #top-menu .sub-menu {
  top: 100%;
  padding: 20px 30px;
  background-color: #F6F6F6;
  border-top: none;
}
#main-header #top-menu .sub-menu li {
  padding: 0;
}
#main-header #top-menu .sub-menu a {
  font-size: 14px;
  font-weight: 400;
  padding: 3px 0;
  color: #222222;
}
#main-header #top-menu .sub-menu a:hover {
  background-color: transparent;
  opacity: 1;
  font-weight: 700;
}
#main-header .mobile-menu-wrapper {
  display: none;
  position: absolute;
  z-index: -1;
  width: 100%;
  left: 0;
  top: 0;
  max-height: 100vh;
  overflow-y: auto;
}
@media all and (max-width: 1024px) {
  #main-header .mobile-menu-wrapper {
    display: block;
  }
}
@media all and (max-width: 1024px) {
  #main-header .mobile-menu-wrapper:after {
    content: "";
    position: absolute;
    z-index: 111;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 165px;
    height: 50px;
    background-image: url("../images/logo-desktop-on-scroll.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
  }
}
#main-header .header-socials {
  width: 100%;
  height: 150px;
  position: relative;
  bottom: 0;
  z-index: -1;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #ffffff;
}
#main-header .header-socials ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#main-header .header-socials ul li:hover {
  cursor: pointer;
}
#main-header .header-socials ul a {
  display: block;
}
#main-header #et_mobile_nav_menu {
  width: 100%;
  height: calc(100% - 100px);
  float: none;
}
@media all and (max-width: 1024px) {
  #main-header #et_mobile_nav_menu {
    display: block;
  }
}
#main-header #et_mobile_nav_menu .mobile_nav {
  height: 100%;
}
#main-header #et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar:before {
  content: "M";
  color: #666666;
}
#main-header #et_mobile_nav_menu .mobile_menu_bar {
  position: absolute;
  z-index: 111;
  right: 10px;
  top: 10px;
  padding-bottom: 0;
  text-align: right;
}
#main-header #et_mobile_nav_menu .mobile_menu_bar:before {
  color: #ffffff;
}
#main-header #et_mobile_nav_menu #mobile_menu {
  position: relative;
  z-index: 100;
  height: calc(100vh - 150px);
  top: 50px;
  padding: 0 15px 30px 15px;
  overflow-y: auto;
  border-top: none;
  border-bottom: 70px solid #ffffff;
}
#main-header #et_mobile_nav_menu #mobile_menu li {
  position: relative;
}
#main-header #et_mobile_nav_menu #mobile_menu li .has-sub-menu {
  position: absolute;
  z-index: 2;
  width: 30px;
  height: 30px;
  right: 0;
  top: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform-origin: top;
          transform-origin: top;
  background-image: url("../images/arrow-right.svg");
  background-size: 7px;
  background-position: center;
  background-repeat: no-repeat;
}
#main-header #et_mobile_nav_menu #mobile_menu li a {
  padding: 13px 5px;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
  border-bottom: none;
  background-color: transparent;
  color: #458500;
}
#main-header #et_mobile_nav_menu #mobile_menu li.shop-link {
  margin-top: 15px;
}
#main-header #et_mobile_nav_menu #mobile_menu li.shop-link a {
  margin-left: 6px;
  padding: 9px 13px;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  border: 1px solid #458500;
}
#main-header #et_mobile_nav_menu #mobile_menu .sub-menu.open li {
  display: block;
}
#main-header #et_mobile_nav_menu #mobile_menu .sub-menu.open + .has-sub-menu {
  -webkit-transform: rotateZ(90deg) translateY(-50%);
          transform: rotateZ(90deg) translateY(-50%);
}
#main-header #et_mobile_nav_menu #mobile_menu .sub-menu li {
  display: none;
  padding-left: 10px;
}
#main-header #et_mobile_nav_menu #mobile_menu .sub-menu li a {
  font-size: 16px;
  font-weight: 700;
}

.footer {
  padding: 52px 0 40px;
  color: #ffffff;
}
@media all and (max-width: 991px) {
  .footer {
    padding: 27px 0 30px;
  }
}
@media all and (max-width: 767px) {
  .footer {
    padding-top: 30px;
  }
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1430px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  background-color: #222222;
}
.footer__left {
  width: 30%;
  padding-left: 27px;
}
@media all and (max-width: 991px) {
  .footer__left {
    padding-left: 0;
  }
}
@media all and (max-width: 767px) {
  .footer__left {
    width: 100%;
  }
}
@media all and (max-width: 991px) {
  .footer__left .footer-logo {
    width: 200px;
  }
}
.footer__left a {
  display: inline-block;
}
.footer__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 48%;
  padding: 8px 10px 0 10px;
}
@media all and (max-width: 991px) {
  .footer__center {
    width: 38%;
    padding: 15px 10px 0 36px;
  }
}
@media all and (max-width: 767px) {
  .footer__center {
    width: 100%;
    padding: 13px 10px 0 15px;
  }
}
.footer__center .footer-menu {
  width: 50%;
}
@media all and (max-width: 991px) {
  .footer__center .footer-menu {
    width: 100%;
  }
}
.footer__center .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer__center .menu li {
  width: 100%;
  margin-bottom: 15px;
}
@media all and (max-width: 991px) {
  .footer__center .menu li {
    width: 100%;
  }
}
.footer__center .menu li a {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}
.footer__right {
  width: 22%;
  padding-top: 6px;
}
@media all and (max-width: 991px) {
  .footer__right {
    width: 32%;
    padding-top: 14px;
  }
}
@media all and (max-width: 767px) {
  .footer__right {
    width: 100%;
    padding-top: 23px;
    padding-left: 15px;
  }
}
.footer__right .iherb-menu .shop-link a {
  padding: 9px 16px;
  font-weight: 700;
  border: 1px solid #ffffff;
}
.footer__right .iherb-menu .shop-link a:hover {
  text-decoration: none;
  border: 1px solid #6AAC22;
}
.footer__bottom {
  width: 70%;
  margin-top: 43px;
  margin-left: auto;
}
@media all and (max-width: 991px) {
  .footer__bottom {
    margin-top: 34px;
    padding-left: 30px;
  }
}
@media all and (max-width: 767px) {
  .footer__bottom {
    width: 100%;
    margin-top: 48px;
    padding-left: 7px;
  }
}
.footer__bottom .footer-social-menu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__bottom .footer-social-menu .menu li:hover {
  cursor: pointer;
}
.footer__bottom .footer-social-menu .menu li a {
  display: block;
}
.footer__bottom .footer-info-menu {
  margin-top: 20px;
}
@media all and (max-width: 991px) {
  .footer__bottom .footer-info-menu {
    margin-top: 10px;
  }
}
.footer__bottom .footer-info-menu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer__bottom .footer-info-menu .menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0 9px;
}
.footer__bottom .footer-info-menu .menu li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 15px;
  background-color: #707070;
}
.footer__bottom .footer-info-menu .menu li:last-child:after {
  display: none;
}
.footer__bottom .footer-info-menu .menu li a {
  font-family: "Helvetica", sans-serif;
  font-size: 13px;
  line-height: 21px;
  font-weight: 400;
}
.footer .menu li a {
  color: #ffffff;
}
.footer .menu li a:hover {
  color: #6AAC22;
  text-decoration: underline;
}

#heroSection h4 {
  padding-bottom: 0;
}

.slider-row {
  position: relative;
}
.slider-row:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 3px;
  background-color: #C4C4C4;
}
@media all and (max-width: 1366px) {
  .slider-row:before {
    width: 88%;
  }
}
@media all and (max-width: 1024px) {
  .slider-row:before {
    width: 100%;
    top: 19px;
  }
}

#slider-year .years-slider {
  position: relative;
  right: -60px;
  display: block;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
}
@media all and (max-width: 1366px) {
  #slider-year .years-slider {
    right: 0;
  }
}
@media all and (max-width: 767px) {
  #slider-year .years-slider {
    padding: 0 10px;
  }
}
#slider-year .years-slider .year-slider {
  position: relative;
  width: 100%;
  margin-top: 10px;
  padding-left: 0;
}
@media all and (max-width: 1024px) {
  #slider-year .years-slider .year-slider {
    margin-top: 5px;
  }
}
#slider-year .years-slider .year-slider .slick-track {
  position: relative;
}
#slider-year .years-slider .year-slider .year-slide {
  padding-left: 5px;
  padding-right: 25px;
}
@media all and (max-width: 767px) {
  #slider-year .years-slider .year-slider .year-slide {
    padding: 0;
  }
}
#slider-year .years-slider .year-slider .year-slide .year {
  position: relative;
  margin-bottom: 7px;
  padding-bottom: 0;
  font-size: 36px;
  font-weight: 900;
  font-style: italic;
  font-family: "Lato", sans-serif;
  text-align: left;
  color: #F38A00;
}
@media all and (max-width: 1024px) {
  #slider-year .years-slider .year-slider .year-slide .year {
    font-size: 20px;
  }
}
#slider-year .years-slider .year-slider .year-slide .year span {
  position: relative;
  left: -5px;
  padding: 0 15px;
  background-color: #ffffff;
}
@media all and (max-width: 767px) {
  #slider-year .years-slider .year-slider .year-slide .year span {
    padding: 0 10px;
    left: 0;
  }
}
#slider-year .years-slider .year-slider .year-slide .green-hightlight {
  padding: 1px 10px;
}
#slider-year .years-slider .year-slider .year-slide .green-hightlight span {
  font-family: "Helvetica", sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  background-color: #458500;
  color: #ffffff;
  margin-top: 12px;
  padding: 2px 10px;
}
@media all and (max-width: 1024px) {
  #slider-year .years-slider .year-slider .year-slide .green-hightlight span {
    margin-top: 7px;
  }
}
#slider-year .years-slider .year-slider .year-slide .text-list {
  font-family: Helvetica, sans-serif;
  padding: 0;
  padding-left: 18px;
  margin-top: 8px;
  margin-left: 13px;
}
#slider-year .years-slider .year-slider .year-slide .text-list .list-item {
  margin-bottom: -1px;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
}
#slider-year .years-slider .year-slider .year-slide .text-list .list-item strong {
  font-weight: 700;
}
#slider-year .years-slider .year-slider .prev,
#slider-year .years-slider .year-slider .next {
  position: absolute;
  z-index: 5;
  width: 48px;
  height: 48px;
  top: -8px;
  display: block;
  color: orange;
  border: 1px solid #eeeeee;
  text-align: center;
  border-radius: 50%;
  background: #ffffff;
}
#slider-year .years-slider .year-slider .prev:hover,
#slider-year .years-slider .year-slider .next:hover {
  cursor: pointer;
}
#slider-year .years-slider .year-slider .prev::before,
#slider-year .years-slider .year-slider .next::before {
  content: "<";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#slider-year .years-slider .year-slider .prev {
  left: -200px;
}
@media all and (max-width: 1366px) {
  #slider-year .years-slider .year-slider .prev {
    left: -50px;
  }
}
@media all and (max-width: 1024px) {
  #slider-year .years-slider .year-slider .prev {
    display: none;
  }
}
#slider-year .years-slider .year-slider .next {
  right: -80px;
}
@media all and (max-width: 1366px) {
  #slider-year .years-slider .year-slider .next {
    right: -30px;
  }
}
@media all and (max-width: 1024px) {
  #slider-year .years-slider .year-slider .next {
    display: none;
  }
}
#slider-year .years-slider .year-slider .next::before {
  content: ">";
}

.timeline-slider {
  position: relative;
}
@media all and (max-width: 991px) {
  .timeline-slider {
    padding: 0 25px;
  }
}
@media all and (max-width: 991px) {
  .timeline-slider {
    padding: 0 10px;
  }
}
.timeline-slider:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 3px;
  background-color: #C4C4C4;
}
@media all and (max-width: 991px) {
  .timeline-slider:before {
    top: 9px;
  }
}
.timeline-slider .slick-list {
  position: relative;
  right: -70px;
  max-width: 1010px;
  margin: 0 auto;
}
@media all and (max-width: 1366px) {
  .timeline-slider .slick-list {
    right: -20px;
  }
}
@media all and (max-width: 991px) {
  .timeline-slider .slick-list {
    right: 0;
  }
}
.timeline-slider .slick-slide {
  padding: 0 25px 0 15px;
  direction: ltr;
}
.timeline-slider .slick-slide h5 {
  font-family: "Helvetica", sans-serif;
}
.timeline-slider .slick-slide h3 span {
  position: relative;
  left: 0px;
}
.timeline-slider ul {
  margin-left: 20px;
  padding: 0;
}
.timeline-slider ul li {
  font-family: "Helvetica", sans-serif;
  font-size: 14px;
}
.timeline-slider .prev,
.timeline-slider .next {
  position: absolute;
  z-index: 5;
  width: 48px;
  height: 48px;
  top: -8px;
  display: block;
  color: orange;
  border: 1px solid #eeeeee;
  text-align: center;
  border-radius: 50%;
  background: #ffffff;
}
.timeline-slider .prev:hover,
.timeline-slider .next:hover {
  cursor: pointer;
}
.timeline-slider .prev::before,
.timeline-slider .next::before {
  content: "<";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.timeline-slider .prev {
  left: -40px;
}
@media all and (max-width: 1024px) {
  .timeline-slider .prev {
    display: none;
  }
}
.timeline-slider .next {
  right: -40px;
}
@media all and (max-width: 1366px) {
  .timeline-slider .next {
    right: -30px;
  }
}
@media all and (max-width: 1024px) {
  .timeline-slider .next {
    display: none;
  }
}
.timeline-slider .next::before {
  content: ">";
}

#whatsetsiherbapart h3 {
  padding-bottom: 6px;
}
#whatsetsiherbapart h5 {
  padding-bottom: 6px;
  font-weight: 400;
  color: #222222;
}
@media all and (max-width: 1024px) {
  #whatsetsiherbapart h5 {
    padding-bottom: 8px;
  }
}
#whatsetsiherbapart p {
  font-size: 14px;
  font-weight: 400;
}
@media all and (max-width: 1024px) {
  #whatsetsiherbapart .whatsetsiherbapart-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media all and (max-width: 767px) {
  #whatsetsiherbapart .whatsetsiherbapart-row {
    display: block;
  }
}
@media all and (max-width: 1024px) {
  #whatsetsiherbapart .whatsetsiherbapart-row .et_pb_column {
    width: 33.3%;
  }
}
@media all and (max-width: 767px) {
  #whatsetsiherbapart .whatsetsiherbapart-row .et_pb_column {
    width: 100%;
    margin-bottom: 20px;
  }
}

#leadership .persons .et_pb_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#leadership .persons .et_pb_module {
  width: 33.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  padding: 10px 30px;
}
@media all and (max-width: 1024px) {
  #leadership .persons .et_pb_module {
    padding: 10px 10px;
  }
}
@media all and (max-width: 767px) {
  #leadership .persons .et_pb_module {
    width: 50%;
    padding: 10px 15px 0;
  }
}
#leadership .persons .et_pb_module:hover h4 {
  text-decoration: underline;
}
#leadership .persons .et_pb_team_member_description {
  margin-top: 15px;
}
@media all and (max-width: 767px) {
  #leadership .persons .et_pb_team_member_description {
    margin-top: 9px;
  }
}
#leadership .persons .et_pb_team_member_description h4 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 5px;
}
@media all and (max-width: 767px) {
  #leadership .persons .et_pb_team_member_description h4 {
    font-size: 17px;
  }
}
#leadership .persons .et_pb_team_member_description .et_pb_member_position {
  font-size: 16px;
  font-weight: normal;
  color: #222222;
}
@media all and (max-width: 767px) {
  #leadership .persons .et_pb_team_member_description .et_pb_member_position {
    font-size: 15px;
  }
}

#pressreleases {
  position: relative;
}
#pressreleases:after {
  content: "";
  position: absolute;
  width: 25%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #ffffff;
}
@media all and (max-width: 767px) {
  #pressreleases:after {
    display: none;
  }
}
#pressreleases .press-releases-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 767px) {
  #pressreleases .press-releases-row {
    display: block;
  }
}
#pressreleases .press-releases-row .et_pb_column {
  width: 50%;
  margin: 0;
}
#pressreleases .press-releases-row .et_pb_column:nth-child(1) {
  width: 48%;
}
@media all and (max-width: 767px) {
  #pressreleases .press-releases-row .et_pb_column:nth-child(1) {
    width: 100%;
  }
}
#pressreleases .press-releases-row .et_pb_column:nth-child(2) {
  width: 52%;
}
@media all and (max-width: 767px) {
  #pressreleases .press-releases-row .et_pb_column:nth-child(2) {
    width: 100%;
  }
}
#pressreleases .press-releases-row .single-release-post {
  padding-top: 15px;
  padding-bottom: 50px;
}
@media all and (max-width: 1024px) {
  #pressreleases .press-releases-row .single-release-post {
    padding-right: 15px;
  }
}
@media all and (max-width: 767px) {
  #pressreleases .press-releases-row .single-release-post {
    padding-left: 30px;
    padding-right: 30px;
  }
}
#pressreleases .press-releases-row .single-release-post .post-date {
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: normal;
  color: #707070;
  font-family: "Helvetica", sans-serif;
}
@media all and (max-width: 1024px) {
  #pressreleases .press-releases-row .single-release-post .post-date {
    margin-bottom: 0;
  }
}
#pressreleases .press-releases-row .single-release-post .post-title {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
  color: #222222;
}
@media all and (max-width: 1024px) {
  #pressreleases .press-releases-row .single-release-post .post-title {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 17px;
  }
}
#pressreleases .press-releases-row .single-release-post .post-excerpt {
  font-size: 14px;
}
#pressreleases .press-releases-row .single-release-post .post-excerpt .fluid-width-video-wrapper {
  margin-bottom: 25px;
}
#pressreleases .press-releases-row .single-release-post .post-excerpt .fluid-width-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
#pressreleases .press-releases-row .single-release-post .post-excerpt img {
  width: 100% !important;
  margin-bottom: 20px;
}
#pressreleases .press-releases-row .single-release-post .post-permalink {
  display: inline-block;
  margin-top: 25px;
  padding: 6px 16px;
  font-weight: bold;
  border: 1px solid #458500;
  color: #458500;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#pressreleases .press-releases-row .single-release-post .post-permalink:hover {
  background-color: #458500;
  color: #ffffff;
}
#pressreleases .press-releases-row .release-posts {
  padding-left: 100px;
  height: 100%;
}
@media all and (max-width: 1024px) {
  #pressreleases .press-releases-row .release-posts {
    padding-top: 19px;
    padding-left: 23px;
  }
}
@media all and (max-width: 767px) {
  #pressreleases .press-releases-row .release-posts {
    padding-left: 0;
  }
}
#pressreleases .press-releases-row .release-posts .et_pb_text_inner {
  height: 100%;
  background-color: #ffffff;
  padding: 10px 10px 10px 40px;
}
@media all and (max-width: 1024px) {
  #pressreleases .press-releases-row .release-posts .et_pb_text_inner {
    padding: 10px 10px 10px 30px;
  }
}
@media all and (max-width: 767px) {
  #pressreleases .press-releases-row .release-posts .et_pb_text_inner {
    padding: 10px 30px;
  }
}
#pressreleases .press-releases-row .release-posts .post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 26px 0;
  border-bottom: 1px solid #E5E5E5;
}
@media all and (max-width: 1024px) {
  #pressreleases .press-releases-row .release-posts .post {
    padding: 24px 0;
  }
}
#pressreleases .press-releases-row .release-posts .all-posts {
  font-size: 16px;
  font-weight: bold;
  color: #458500;
}
#pressreleases .press-releases-row .release-posts .all-posts:hover {
  text-decoration: underline;
}
#pressreleases .press-releases-row .release-posts .post-nav {
  border-bottom: none;
}
#pressreleases .press-releases-row .release-posts .post-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 110px;
  height: 80px;
}
#pressreleases .press-releases-row .release-posts .post-content {
  width: calc(100% - 110px);
  padding-left: 25px;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
}
#pressreleases .press-releases-row .release-posts .post-content .post-date {
  width: 100%;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #707070;
  font-family: "Helvetica", sans-serif;
  text-transform: uppercase;
}
#pressreleases .press-releases-row .release-posts .post-content .post-permalink {
  font-size: 14px;
  font-weight: bold;
  color: #222222;
}
#pressreleases .press-releases-row .release-posts .post-content .post-permalink:hover {
  color: #458500;
  text-decoration: underline;
}

#globalresponsibility .et_pb_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#globalresponsibility .et_pb_column {
  min-height: 425px;
  width: calc(33.3% - 30px);
  margin-right: 45px;
}
@media all and (max-width: 1024px) {
  #globalresponsibility .et_pb_column {
    width: 100%;
    margin: 0;
    min-height: auto;
  }
}
#globalresponsibility .et_pb_button {
  font-size: 14px;
  border: 1px solid #ffffff !important;
  color: #ffffff;
  background-color: transparent;
}
#globalresponsibility .et_pb_button:hover {
  background-color: #ffffff;
  color: #458500 !important;
}
#globalresponsibility .responsibility-tile {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (max-width: 1024px) {
  #globalresponsibility .responsibility-tile {
    width: calc(50% - 20px);
    margin-right: 40px;
    margin-top: 30px;
  }
}
@media (max-width: 980px) {
  #globalresponsibility .responsibility-tile {
    margin-top: 0;
  }
}
@media all and (max-width: 767px) {
  #globalresponsibility .responsibility-tile {
    width: 100%;
    min-height: 425px;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
#globalresponsibility .responsibility-tile:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#globalresponsibility .responsibility-tile h4 {
  position: relative;
  margin-bottom: 35px;
}
#globalresponsibility .responsibility-tile h4:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90px;
  height: 3px;
  background-color: #458500;
}
#globalresponsibility p {
  font-family: "Helvetica", sans-serif;
}

#careers {
  background-size: auto 80%;
  background-position: -120px center;
}
@media all and (max-width: 767px) {
  #careers {
    background-image: none;
  }
}
@media all and (max-width: 1024px) {
  #careers .career-col {
    width: 61%;
    float: none;
    margin-left: auto;
  }
}
@media all and (max-width: 767px) {
  #careers .career-col {
    width: 100%;
  }
}
#careers .et_pb_button {
  border: 1px solid #458500 !important;
  color: #458500;
  background-color: transparent;
}
#careers .et_pb_button:hover {
  background-color: #458500 !important;
  color: #ffffff !important;
}
@media all and (max-width: 767px) {
  #careers .images-block {
    max-width: 300px;
    margin: 0 auto;
  }
}
#careers .images-block img {
  margin: 0 6px 10px;
}
@media all and (max-width: 1024px) {
  #careers .images-block img {
    max-height: 71px;
    margin: 0 5px 10px;
  }
}
@media all and (max-width: 767px) {
  #careers .images-block img {
    margin: 0 6px 4px;
  }
}

#contactus a {
  color: #222222;
  text-decoration: underline;
}