.alignnone {
  margin-bottom: 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.sticky {
  display: block; }

.gallery-caption {
  display: block; }

.bypostauthor {
  display: block; }

/* Preload images */
body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #222;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  opacity: 0.95;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  background: #fff; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-container {
  padding: 0px; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

@font-face {
  font-family: "Helvetica Neue  Light";
  src: url("../fonts/cb0d1e8a-e111-4dbf-82c2-e948aba954c0.eot?#iefix");
  src: url("../fonts/cb0d1e8a-e111-4dbf-82c2-e948aba954c0.eot?#iefix") format("eot"), url("../fonts/f9c5199e-a996-4c08-9042-1eb845bb7495.woff2") format("woff2"), url("../fonts/2a34f1f8-d701-4949-b12d-133c1c2636eb.woff") format("woff"), url("../fonts/fdf10d5e-4ce0-45e5-a6c1-5eaff6cb1c11.ttf") format("truetype"); }

@font-face {
  font-family: "Helvetica Neue LT W01_75 Bold";
  src: url("../fonts/9697cfef-7816-47cc-81ed-c56c029d3bcf.eot?#iefix");
  src: url("../fonts/9697cfef-7816-47cc-81ed-c56c029d3bcf.eot?#iefix") format("eot"), url("../fonts/1f4274cd-2674-481e-9023-69e33ffca161.woff2") format("woff2"), url("../fonts/5e8d493c-be01-44b9-962e-504a5cf10dd8.woff") format("woff"), url("../fonts/ae36b4a0-aa2c-46cc-98d8-d8b7d22241dc.ttf") format("truetype"); }

* {
  outline: none;
  box-sizing: border-box; }

html {
  scroll-behavior: smooth; }

body {
  background: #fff;
  margin: 0;
  font: 400 16px/26px "Helvetica Neue LT W05_45 Light", sans-serif;
  color: #050707;
  letter-spacing: .03em;
  scroll-behavior: smooth; }
  body.lock {
    margin: 0;
    height: 100%;
    overflow: hidden; }

a {
  color: #050707;
  transition: all .2s ease; }

a:hover {
  text-decoration: none; }

strong {
  font-family: "Helvetica Neue Bold", sans-serif; }

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

p,
ul {
  margin-top: 0;
  margin-bottom: 15px; }

h1,
h2,
h3,
h4 {
  font-family: "Gotham A", "Gotham B", sans-serif;
  line-height: normal;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 700; }

h1 {
  font-size: 100px;
  letter-spacing: -.06em;
  margin-bottom: 15px; }

h2 {
  font-size: 55px;
  line-height: 55px;
  letter-spacing: -.06em;
  font-weight: 400; }

h3 {
  font-size: 25px;
  letter-spacing: -.04em;
  color: #107a67; }

p.big {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0em; }

.site-container {
  max-width: 1200px;
  margin: 0 auto;
  *zoom: 1; }
  .site-container:before, .site-container:after {
    display: table;
    content: ""; }
  .site-container:after {
    clear: both; }

.site-container.narrow {
  max-width: 1000px; }

.half {
  float: left;
  width: 50%;
  min-height: 1px; }

.col66 {
  float: left;
  width: calc(66.66% - 16.67px);
  margin-right: 50px;
  min-height: 1px; }

.col50 {
  float: left;
  width: calc(50% - 25px);
  margin-right: 50px;
  min-height: 1px; }

.col33 {
  float: left;
  width: calc(33.33% - 33.33px);
  margin-right: 50px;
  min-height: 1px; }

.col-last {
  margin-right: 0; }

.button {
  color: #fff;
  background: #000;
  font-family: "Gotham A", "Gotham B", sans-serif;
  text-decoration: none;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 3px;
  font-weight: 700; }
  .button:hover {
    background-color: #333; }
  .button--secondary {
    background-color: #d6e03d;
    color: #261c02; }
    .button--secondary:hover {
      background-color: #bac42c; }
  .button--nav {
    margin-top: 10px;
    margin-inline: 15px; }
    @media (min-width: 901px) {
      .button--nav {
        margin-left: 10px;
        transform: translateY(-7px);
        margin-top: 0; } }
    .button--nav a {
      color: #fff; }
    .button--nav:hover {
      background-color: #333;
      transition: all .2s ease; }
      .button--nav:hover a {
        color: #fff; }

main {
  display: block; }

/*-----Layouts-----*/
.safeherb-section {
  padding: 75px 0; }
  .safeherb-section.no-top-padding {
    padding-top: 0; }
  .safeherb-section.no-bottom-padding {
    padding-bottom: 0; }

.product {
  margin-bottom: 30px;
  *zoom: 1; }
  .product:before, .product:after {
    display: table;
    content: ""; }
  .product:after {
    clear: both; }
  .product svg {
    fill: #000;
    width: 40%;
    margin-left: 60%;
    display: block; }
  .product .product-heading {
    margin-bottom: 5px; }

.person {
  margin-bottom: 30px;
  *zoom: 1; }
  .person:before, .person:after {
    display: table;
    content: ""; }
  .person:after {
    clear: both; }
  .person .person-heading {
    font-size: 53px;
    line-height: 53px;
    margin-bottom: 5px; }

.title {
  background-size: cover !important;
  background-position: center center !important;
  padding: 100px 30px;
  text-align: center;
  position: relative;
  min-height: 440px;
  display: flex;
  align-items: center; }
  .title__shim {
    margin: 134px 0; }
  .title:after {
    content: "";
    display: block;
    position: absolute;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    width: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    height: 100%; }
  .title h1 {
    color: #fff;
    position: relative;
    z-index: 3;
    max-width: 1115px;
    margin: 0 auto; }

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

.background-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.text-center {
  text-align: center; }

.gray-background {
  background-color: #eee; }

.text-left {
  text-align: left; }

.unstyled {
  list-style-type: none;
  padding-left: 0; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

/*-----Fix Flash of Unstyled Text-----*/
.wf-loading {
  opacity: 0.0; }

.wf-active {
  -webkit-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in;
  opacity: 1; }

.wf-inactive {
  opacity: 1; }

@media (min-width: 901px) {
  html {
    scroll-padding: 165px; } }

@media (max-width: 1250px) {
  .site-container {
    padding: 0 30px; } }

@media (max-width: 1024px) {
  .col66, .col33 {
    float: none;
    width: 100%;
    margin: 0; } }

@media (max-width: 900px) {
  body {
    -webkit-text-size-adjust: none;
    font-size: 16px;
    line-height: 24px; }
  h2 {
    font-size: 35px;
    line-height: 35px; }
  .half,
  .col50 {
    float: none;
    width: 100%;
    margin: 0; }
  .safeherb-section {
    padding: 40px 0; }
  .title {
    min-height: 0; }
    .title__shim {
      margin: 0; }
  .product svg {
    width: 120px;
    margin: 0 0 30px; } }

@media (max-width: 599px) {
  h1 {
    font-size: 40px; } }

/*-----Forms-----*/
.gform_wrapper {
  margin: 0 !important; }
  .gform_wrapper li {
    list-style-type: none;
    padding-right: 0 !important; }
  .gform_wrapper .gfield,
  .gform_wrapper .ginput_container {
    margin: 0 !important; }
  .gform_wrapper textarea, .gform_wrapper input:not([type="submit"]) {
    display: block !important;
    padding: 10px 15px !important;
    width: 100% !important;
    border: 1px solid #eee !important;
    border-radius: 3px !important;
    margin-top: 0 !important;
    margin-bottom: 10px !important; }
  .gform_wrapper textarea {
    margin-bottom: 0;
    height: 100px !important;
    font: 400 45px/43px "Gotham A", "Gotham B", sans-serif;
    padding-top: 0 !important; }
  .gform_wrapper .gform_footer.top_label {
    margin-top: .5rem !important;
    padding-top: 0 !important; }
  .gform_wrapper .button {
    display: inline-block;
    background: #261c02 !important;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin-top: 0px !important;
    max-width: 200px;
    padding: 5px 20px;
    line-height: 25px;
    border: none;
    -webkit-appearance: none !important; }
    .gform_wrapper .button:hover {
      cursor: pointer;
      color: #fff;
      background: #999 !important; }

.gform_confirmation_message * {
  font: 400 45px/43px "Gotham A", "Gotham B", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #d6e03d !important; }

header {
  position: fixed;
  z-index: 999;
  width: 100%;
  padding: 40px 120px 20px;
  background: linear-gradient(to bottom, #d6e03d 0%, #d6e03d 40px, white 40px, white 100%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 0; }
  header img {
    height: 105px;
    width: auto;
    transform: translateY(-15px);
    vertical-align: top; }

#nav-toggle {
  display: none; }

nav {
  margin-top: 30px; }
  nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex; }

nav li a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  font: 700 20px "Gotham A", "Gotham B", sans-serif;
  letter-spacing: -.01em; }

nav li a:hover {
  color: #107a67; }

nav li ul {
  display: none;
  position: absolute;
  z-index: 99;
  background: #fff;
  padding: 10px;
  margin-left: -10px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1); }
  nav li ul li.menu-item-has-children {
    position: relative; }
    nav li ul li.menu-item-has-children::after {
      position: absolute;
      content: ">";
      top: 5px;
      right: 0; }
  nav li ul li ul {
    left: 100%;
    width: 100%;
    top: 2%; }

nav li:hover > ul {
  display: block; }

nav li li {
  float: none; }

nav li li a {
  font: 400 16px/24px "Helvetica Neue LT W05_45 Light", sans-serif;
  text-transform: none;
  padding: 7.5px 15px;
  letter-spacing: 0; }

.aux-nav {
  padding: 20px 0;
  background-color: #d6e03d;
  text-align: right;
  position: fixed;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 4; }
  .aux-nav a {
    text-decoration: none;
    color: #fff;
    transition: all .2s ease; }
    .aux-nav a:hover {
      text-decoration: none;
      color: #107a67;
      transition: all .2s ease; }

@media (max-width: 1025px) {
  header {
    padding: 0 75px 20px; } }

@media (max-width: 900px) {
  header {
    padding: 20px;
    text-align: center;
    justify-content: center;
    background: linear-gradient(to bottom, #d6e03d 0%, #d6e03d 30px, white 30px, white 100%);
    position: static; }
    header img {
      height: 80px;
      float: none;
      transform: none; }
  #outer-wrapper {
    position: relative;
    transition: transform .25s;
    -webkit-backface-visibility: hidden; }
  #outer-wrapper.nav-open {
    transform: translate3d(250px, 0, 0); }
  #nav-toggle {
    display: block;
    position: absolute;
    top: 60px;
    transform: translateY(-50%);
    left: 15px;
    width: 40px;
    height: 40px; }
  #nav-toggle:after {
    display: inline-block;
    content: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='45' height='45' fill='%23333' viewBox='0 0 32 32'%3E%3Cpath d='M28.068 14.114h-24.136c-1.041 0-1.131 0.843-1.131 1.886s0.091 1.886 1.131 1.886h24.136c1.041 0 1.131-0.843 1.131-1.886s-0.091-1.886-1.131-1.886zM28.068 21.657h-24.136c-1.041 0-1.131 0.843-1.131 1.886s0.091 1.886 1.131 1.886h24.136c1.041 0 1.131-0.843 1.131-1.886s-0.091-1.886-1.131-1.886zM3.932 10.343h24.136c1.041 0 1.131-0.843 1.131-1.886s-0.091-1.886-1.131-1.886h-24.136c-1.041 0-1.131 0.843-1.131 1.886s0.091 1.886 1.131 1.886z'%3E%3C/path%3E%3C/svg%3E"); }
  #nav-toggle.nav-open:after {
    content: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='45' height='45' fill='%23333' viewBox='0 0 32 32'%3E%3Cpath d='M22.958 21.043l-4.413-5.043 4.413-5.043c0.75-0.75 0.75-1.966 0-2.715s-1.966-0.749-2.715 0l-4.243 4.85-4.242-4.848c-0.75-0.75-1.966-0.75-2.715 0s-0.749 1.966 0 2.715l4.411 5.042-4.413 5.043c-0.749 0.75-0.749 1.963 0 2.712 0.75 0.75 1.966 0.75 2.715 0l4.243-4.846 4.242 4.846c0.75 0.75 1.966 0.75 2.715 0s0.75-1.962 0.002-2.712z'%3E%3C/path%3E%3C/svg%3E"); }
  nav {
    position: absolute;
    top: 0;
    left: -250px;
    width: 250px;
    min-height: 100vh;
    overflow: auto;
    background: #261c02;
    float: none; }
    nav .sub-menu .sub-menu {
      padding-left: 20px; }
      nav .sub-menu .sub-menu a {
        font-size: 15px;
        padding: 5px 30px; }
    nav ul {
      padding: 50px 0;
      flex-direction: column; }
    nav li {
      float: none;
      text-align: left; }
      nav li a {
        color: #fff;
        padding: 10px 30px; }
        nav li a:hover {
          color: #ccc; }
      nav li ul {
        display: block;
        position: static;
        background: transparent;
        padding: 0;
        margin: 0;
        box-shadow: none; }
        nav li ul li.menu-item-has-children::after {
          display: none; }
      nav li li a {
        padding: 10px 30px;
        font-size: 17px; } }

footer {
  color: #666;
  background: #eee;
  padding: 30px 0;
  font-size: 14px; }
  footer p {
    margin: 0; }
  footer a {
    color: #666;
    text-decoration: none; }
  footer p.info {
    float: left; }
  footer p.social {
    float: right; }
    footer p.social a {
      display: inline-block;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      margin-left: 1px;
      border: solid 1px #666; }
      footer p.social a svg {
        height: 20px;
        fill: #666;
        display: block;
        margin: 12px auto 0 auto;
        transition: all .2s ease; }
  footer .footer-logos img {
    display: inline-block;
    height: 175px;
    margin: auto 2%; }
  footer .footer-links {
    text-align: right;
    margin-bottom: 25px; }
    footer .footer-links a {
      width: 175px;
      display: inline-block;
      text-align: center; }
      footer .footer-links a:first-of-type {
        margin: 8px 0; }
  footer .connect {
    text-align: right;
    margin-bottom: 0; }

@media (max-width: 900px) {
  footer {
    text-align: center; }
    footer p.social {
      float: none; }
      footer p.social a {
        width: 37px;
        height: 37px;
        margin: 0 5px; }
        footer p.social a svg {
          height: 16px;
          margin: 10px auto 0; }
    footer p.info {
      float: none;
      margin-bottom: 30px; }
    footer .footer-logos {
      margin-bottom: 30px; }
      footer .footer-logos img {
        height: 120px; }
    footer .connect {
      margin-bottom: 15px; }
    footer .connect,
    footer .footer-links {
      text-align: center; } }

.hero {
  height: calc(80vh - 165px);
  overflow: hidden;
  position: relative;
  text-align: center;
  margin-top: 165px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .hero .overlay {
    position: absolute;
    height: calc(80vh - 165px);
    background: linear-gradient(to bottom, rgba(50, 50, 50, 0.25) 0%, rgba(0, 0, 0, 0.9) 100%);
    width: 100%;
    z-index: 2;
    padding-inline: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .hero h1 {
    margin: 0;
    font-size: 97.5px;
    line-height: 100px;
    letter-spacing: -.07em;
    color: #fff; }
    .hero h1 span {
      text-transform: uppercase;
      color: #d6e03d;
      display: block; }
  .hero h3 {
    color: #261c02;
    margin: 0; }
  .hero .ticker-wrapper {
    position: relative;
    margin-top: .75%;
    height: 115px;
    overflow: hidden; }
  .hero #ticker {
    position: absolute;
    margin: 0 5px;
    list-style: none;
    padding: 0;
    vertical-align: top;
    height: 78px;
    top: 0;
    text-align: center;
    transition: 0.5s;
    display: inline-block;
    width: 100%;
    height: 115px;
    left: 50%;
    transform: translateX(-50%); }
    .hero #ticker li {
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      height: 100%;
      font-size: 5vw;
      line-height: 12vh;
      letter-spacing: -.07em;
      transition: 0.8s;
      color: #d6e03d;
      font-weight: 700; }

.flexslider {
  position: relative;
  overflow: hidden; }
  .flexslider ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .flexslider .slides > li {
    display: none; }
  .flexslider .slides li {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    z-index: 9;
    height: 80vh;
    background-position: center 75%; }
    @media (max-width: 900px) {
      .flexslider .slides li {
        background-position: center bottom; } }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

.about {
  overflow: hidden;
  display: flex; }
  .about .col33 {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 50%, white 100%), linear-gradient(to bottom, #107a67 0%, #b5d43c 100%); }
  .about .padder {
    padding: 100px 0 100px 100px; }
    .about .padder--top {
      padding: 100px 0 0 80px; }
  .about h2 {
    font-weight: 400;
    color: #000; }

ul.customers {
  padding: 35px 100px 100px 75px;
  margin: 0;
  list-style: none;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px; }
  ul.customers li a {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    font: 700 25px/25px "Gotham A", "Gotham B", sans-serif;
    letter-spacing: -.04em;
    color: #fff;
    padding: 15px 25px 15px 33px;
    border-radius: 3px;
    background: #666;
    position: relative;
    height: 100%;
    justify-content: center; }
    ul.customers li a::after {
      content: "";
      position: absolute;
      background-image: url("../../assets/img/arrow.svg");
      background-repeat: no-repeat;
      background-position: center left;
      top: 0;
      left: 10px;
      width: 50px;
      height: 100%; }
    ul.customers li a:hover {
      background: #107a67; }

.products {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: inset 0 0 0 999px rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 100px 0;
  text-align: center; }
  .products h2 {
    font-weight: 400;
    color: white;
    margin-bottom: 50px; }
  .products ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap; }
  .products li {
    width: 33%;
    float: left;
    text-align: center;
    font: 700 25px "Gotham A", "Gotham B", sans-serif;
    letter-spacing: -.04em;
    margin-bottom: 45px;
    padding: 10px; }
    .products li img {
      min-height: 250px;
      object-fit: cover; }
    .products li a {
      color: #d6e03d;
      text-decoration: none; }
      .products li a svg {
        fill: #fff;
        height: 75px;
        display: block;
        margin: 0 auto 15px auto;
        transition: all .2s ease; }
      .products li a:hover svg {
        height: 85px;
        margin: 0 auto 5px auto; }
  .products__button-wrapper {
    margin-top: 0px; }

.stats {
  background: #000;
  padding: 100px 0;
  text-align: center;
  color: #fff; }
  .stats ul {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .stats li {
    width: 22.5%;
    padding: 0 30px;
    font: 400 20px "Gotham A", "Gotham B", sans-serif;
    letter-spacing: -.04em;
    color: #999; }
    .stats li strong {
      display: block;
      font: 700 50px/45px "Gotham A", "Gotham B", sans-serif;
      letter-spacing: -.04em;
      margin-bottom: 25px;
      color: #fff;
      position: relative; }
      .stats li strong:after {
        content: "";
        background-color: #b5d43c;
        bottom: -15px;
        height: 5px;
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
        width: 75px; }

.full-cta {
  padding: 50px 0;
  background-color: #000000;
  color: #fff;
  text-align: center; }
  .full-cta h2 {
    color: #fff;
    margin-bottom: 35px; }
  .full-cta__link a {
    padding-inline: 37.5px;
    border-radius: 5px; }

.cta-blocks {
  overflow: hidden;
  display: flex; }
  .cta-blocks .padder {
    padding: 100px; }
    .cta-blocks .padder--half {
      padding: 50px; }
  .cta-blocks .half {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    position: relative; }
  .cta-blocks div.half:nth-of-type(1) {
    box-shadow: inset 0 0 0 999px rgba(214, 224, 61, 0.9); }
  .cta-blocks div.half:nth-of-type(2) {
    box-shadow: inset 0 0 0 999px rgba(16, 122, 103, 0.9); }
  .cta-blocks .testimonials {
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .cta-blocks .testimonials small {
      font-size: 24px;
      letter-spacing: normal; }
    .cta-blocks .testimonials .testimonial-slider {
      padding: 0;
      margin: 0; }
      .cta-blocks .testimonials .testimonial-slider .slick-track {
        display: flex; }
      .cta-blocks .testimonials .testimonial-slider .slick-slide {
        width: 100% !important;
        height: inherit !important;
        align-items: center;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center; }
        .cta-blocks .testimonials .testimonial-slider .slick-slide h2 {
          font-size: 40px;
          margin: 0;
          line-height: 1.15;
          color: #261c02; }
          .cta-blocks .testimonials .testimonial-slider .slick-slide h2 span {
            font-size: 42.5px;
            font-weight: bold; }

.map {
  background: #b5d43c url("images/state.jpg") no-repeat center center;
  background-size: cover;
  color: #fff; }

.agent {
  background: #107a67 url("images/agent.jpg") no-repeat center center;
  background-size: cover;
  color: #fff;
  box-shadow: inset 0 0 0 999px rgba(16, 122, 103, 0.9); }

.state {
  margin-bottom: 15px;
  overflow: hidden; }
  .state h2 {
    margin-bottom: 5px; }

.map-content-container .legend {
  list-style: none; }
  .map-content-container .legend span {
    border: 1px solid #ccc;
    float: left;
    width: 20px;
    height: 20px;
    margin: 4px; }

.map-state {
  fill: #fff; }

path.legalized {
  fill: #107a67; }

path.medical {
  fill: #bfca20; }

path.decriminalized {
  fill: #969e19; }

path.illegal {
  fill: #d9d9d9; }

path.medical.decriminalized {
  fill: #6c7212; }

@media (min-width: 481px) {
  path:hover {
    stroke: #fff !important;
    stroke-linejoin: round;
    cursor: pointer;
    fill: #d6e03d !important; } }

.weedmap-legend {
  margin-bottom: 50px; }
  .weedmap-legend span {
    height: 16px;
    width: 16px;
    display: inline-block; }
    .weedmap-legend span.legalized {
      background: #107a67; }
    .weedmap-legend span.decriminalized {
      background: #969e19; }
    .weedmap-legend span.medical {
      background: #bfca20; }
    .weedmap-legend span.illegal {
      background: #d9d9d9; }
    .weedmap-legend span.medical.decriminalized {
      background: #6c7212; }
  .weedmap-legend li {
    float: left;
    margin-right: 20px; }

#administrative-needs h2 {
  margin-bottom: 50px; }

#administrative-needs h3 {
  margin-bottom: 3px; }

#administrative-needs p {
  margin-bottom: 20px; }

#why h3 {
  padding-bottom: 7px;
  border-bottom: 2px solid #c8c8c8;
  margin-bottom: 20px; }

#info-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  position: absolute;
  width: auto;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  border: 2px solid #d1cfcf;
  border-radius: 2px;
  line-height: 0;
  text-align: left; }

.title-and-form .gform_wrapper .button {
  background: #d6e03d !important;
  color: #261c02 !important; }
  .title-and-form .gform_wrapper .button:hover {
    background: #fff !important; }

@media (max-width: 480px) {
  #info-box {
    display: none !important; } }

.document-grid {
  list-style: none;
  padding: 0;
  margin: 50px 0; }
  .document-grid img {
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.3); }
  .document-grid li {
    text-align: center;
    margin-bottom: 30px; }
    .document-grid li a {
      display: block;
      text-decoration: none; }

.post-wrapper {
  padding: 50px 0; }

.avant-news {
  background-image: url("https://safeherb.local/wp-content/uploads/2023/03/Tractor-Dryvan-shutterstock_2253269511.jpg");
  background-size: cover;
  background-position: center center; }

@media (max-width: 1024px) {
  .about {
    flex-direction: column; } }

@media (max-width: 900px) {
  .hero {
    height: 350px;
    margin-top: 0; }
    .hero .overlay {
      height: 350px;
      width: 100%;
      z-index: 2;
      padding-inline: 30px; }
    .hero h1 {
      font-size: 50px;
      line-height: 45px;
      letter-spacing: -.07em; }
      .hero h1 br {
        display: none; }
    .hero h3 {
      font-size: 20px;
      line-height: 20px; }
    .hero .ticker-wrapper {
      margin-top: 3%;
      height: 40px; }
    .hero #ticker li {
      font-size: 5.5vw;
      line-height: 4.5vh; }
  .about h2 {
    font-size: 30px;
    margin: 0 0 15px; }
  .about .padder {
    padding: 30px; }
    .about .padder.padder--top {
      padding-bottom: 0; }
  ul.customers {
    padding: 30px;
    display: block; }
    ul.customers li {
      width: auto;
      margin: 0 0 20px;
      float: none; }
      ul.customers li a span strong {
        font-size: 20px; }
  .products {
    padding: 50px 0; }
    .products h2 {
      margin: 0 0 30px 0; }
    .products ul {
      display: block; }
    .products li {
      width: auto;
      float: none;
      margin: 0 0 30px 0; }
      .products li span {
        display: block;
        margin-top: 5px; }
      .products li a svg,
      .products li a:hover svg {
        height: 65px;
        margin: 0 auto 5px auto; }
  .full-cta {
    padding: 50px 0; }
  .stats ul li {
    width: 100%;
    padding-bottom: 25px; }
  .cta-blocks {
    display: block; }
    .cta-blocks .padder {
      padding: 30px; }
    .cta-blocks .testimonials {
      position: relative;
      z-index: 0;
      width: 100%;
      padding: 50px;
      top: 0;
      left: 0;
      transform: none; }
      .cta-blocks .testimonials .testimonial-slider h2, .cta-blocks .testimonials .testimonial-slider h2 span {
        font-size: 28px !important; } }

@media (max-width: 500px) {
  .hero h1 {
    font-size: 45px;
    line-height: 1; }
  .hero #ticker li {
    font-size: 7vw;
    line-height: 5vh; } }
