/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
button.mfp-arrow {
  position: absolute;
  margin: 0;
  top: 50%;
  margin-top: -22.5px;
  padding: 0;
  width: 40px;
  height: 45px;
  background-image: url(images/gallery-arrows.png);
}
button.mfp-arrow-left {
  left: 25px;
  background-position: 0 0;
}
button.mfp-arrow-left:hover {
  background-position: 0 -45px;
}
button.mfp-arrow-right {
  right: 25px;
  background-position: 100% 0;
}
button.mfp-arrow-right:hover {
  background-position: 100% -45px;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 0;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  position: relative;
  margin: 0;
}
.mfp-figure figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  line-height: 1.625em;
  color: #fff;
}
.mfp-figure figure figcaption .mfp-counter {
  display: none;
}
/*
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }
  */
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
html,
body {
  min-width: 320px;
  height: 100%;
}
body {
  position: relative;
  overflow-x: hidden;
  font-family: 'montserratlight', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.75em;
  font-weight: normal;
  color: #000;
}
body.home {
  background-image: url(images/bg-vid-hero.jpg);
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
/*************************************************************/
/******************************** CONSTANTS ******************/
/*************************************************************/
:focus {
  outline: none !important;
  text-decoration: none !important;
}
h1,
h2 {
  margin-top: 30px;
  margin-bottom: 45px;
  font-family: 'alex_brushregular', Georgia, serif;
  font-size: 63px;
  line-height: 0.82em;
  font-weight: normal;
  color: #003f0a;
}
h1 small,
h2 small {
  display: block;
  padding-top: 10px;
}
h3 {
  font-size: 20px;
  font-weight: normal;
}
h3.alt {
  font-family: 'alex_brushregular', Georgia, serif;
  font-size: 42px;
  color: #003f0a;
}
h3.alt2 {
  font-family: Georgia, serif;
  font-size: 36px;
  color: #003f0a;
  margin-bottom: 20px;
}
h4 {
  font-size: 16px;
  text-transform: uppercase;
}
p {
  margin-bottom: 25px;
}
p.small {
  font-size: 12px;
  line-height: 1.33em;
  margin-bottom: 10px;
}
strong {
  font-family: 'montserratsemi_bold', Arial, sans-serif !important;
  font-weight: bold !!important;
}
a {
  outline: none !important;
  color: #3e9c00;
}
a:hover {
  text-decoration: none;
}
blockquote {
  position: relative;
  padding: 30px 0;
  margin: 40px 0;
  border: none;
  border-top: 1px solid #ccced4;
  border-bottom: 1px solid #ccced4;
  font-family: 'nimbus-roman', Georgia, serif;
  font-size: 20px;
  line-height: 1.25em;
  font-style: italic;
}
blockquote:before {
  content: url(images/open-quote.png);
  position: absolute;
  top: -12px;
  left: 50%;
  margin-left: -14px;
}
blockquote:after {
  content: url(images/close-quote.png);
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -14px;
}
hr {
  border-color: #ddd;
}
hr.short {
  width: 180px;
  margin: 45px auto;
  border-color: #7ac142;
}
ul,
ol {
  padding-left: 25px;
  margin-bottom: 30px;
}
img {
  max-width: 100%;
}
.alignright {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
}
.alignleft {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.arrow-r:after,
.arrow-b:after,
.arrow-t:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
}
.arrow-r:after {
  left: 0;
  top: 13px;
  border-left-color: #4a8d9d;
}
.arrow-b:after {
  left: 40%;
  top: 38px;
  border-top-color: #fff;
}
.arrow-t:after {
  right: 15px;
  top: 5px;
  border-bottom-color: #fff;
}
.t-pad {
  padding-top: 30px !important;
}
.b-pad {
  padding-bottom: 30px !important;
}
.social-bookmarks {
  text-align: left;
}
.social-bookmarks > * {
  display: inline-block !important;
}
.social-bookmarks h3 {
  position: relative;
  top: 10px;
}
.social-bookmarks a {
  width: 33px;
  height: 33px;
  margin: 0 5px 15px 0;
  background: url(images/social-icons-sprite.png);
  text-indent: -9999px;
}
.social-bookmarks a[href*="facebook.com/"] {
  background-position: -60px -15px;
}
.social-bookmarks a[href*="facebook.com/"]:hover {
  background-position: -60px -144px;
}
.social-bookmarks a[href*="twitter.com/"] {
  background-position: -100px -15px;
}
.social-bookmarks a[href*="twitter.com/"]:hover {
  background-position: -100px -144px;
}
.social-bookmarks a[href*="plus.google.com/"] {
  background-position: -140px -15px;
}
.social-bookmarks a[href*="plus.google.com/"]:hover {
  background-position: -140px -144px;
}
.social-bookmarks a[href*="linkedin.com/"] {
  background-position: -180px -15px;
}
.social-bookmarks a[href*="linkedin.com/"]:hover {
  background-position: -180px -144px;
}
.social-bookmarks a[href*="myspace.com/"] {
  background-position: -220px -15px;
}
.social-bookmarks a[href*="myspace.com/"]:hover {
  background-position: -220px -144px;
}
.social-bookmarks a[href*="pheed.com/"] {
  background-position: -260px -15px;
}
.social-bookmarks a[href*="pheed.com/"]:hover {
  background-position: -260px -144px;
}
.social-bookmarks a[href*="last.fm/"] {
  background-position: -300px -15px;
}
.social-bookmarks a[href*="last.fm/"]:hover {
  background-position: -300px -144px;
}
.social-bookmarks a[href*="vimeo.com/"] {
  background-position: -340px -15px;
}
.social-bookmarks a[href*="vimeo.com/"]:hover {
  background-position: -340px -144px;
}
.social-bookmarks a[href*="youtube.com/"] {
  background-position: -380px -15px;
}
.social-bookmarks a[href*="youtube.com/"]:hover {
  background-position: -380px -144px;
}
.social-bookmarks a[href*="viddler.com/"] {
  background-position: -420px -15px;
}
.social-bookmarks a[href*="viddler.com/"]:hover {
  background-position: -420px -144px;
}
.social-bookmarks a[href*="dribbble.com/"] {
  background-position: -460px -15px;
}
.social-bookmarks a[href*="dribbble.com/"]:hover {
  background-position: -460px -144px;
}
.social-bookmarks a[href*="forrst.com/"] {
  background-position: -180px -15px;
}
.social-bookmarks a[href*="forrst.com/"]:hover {
  background-position: -180px -144px;
}
.social-bookmarks a[href*="flickr.com/"] {
  background-position: -60px -68px;
}
.social-bookmarks a[href*="flickr.com/"]:hover {
  background-position: -60px -197px;
}
.social-bookmarks a[href*="picasa.google.com/"] {
  background-position: -100px -68px;
}
.social-bookmarks a[href*="picasa.google.com/"]:hover {
  background-position: -100px -197px;
}
.social-bookmarks a[href*="tumblr.com/"] {
  background-position: -140px -68px;
}
.social-bookmarks a[href*="tumblr.com/"]:hover {
  background-position: -140px -197px;
}
.social-bookmarks a[href*="wordpress.com/"] {
  background-position: -180px -68px;
}
.social-bookmarks a[href*="wordpress.com/"]:hover {
  background-position: -180px -197px;
}
.social-bookmarks a[href*="blogger.com/"] {
  background-position: -220px -68px;
}
.social-bookmarks a[href*="blogger.com/"]:hover {
  background-position: -220px -197px;
}
.social-bookmarks a[href*="digg.com/"] {
  background-position: -260px -68px;
}
.social-bookmarks a[href*="digg.com/"]:hover {
  background-position: -260px -197px;
}
.social-bookmarks a[href*="pinterest.com/"] {
  background-position: -300px -68px;
}
.social-bookmarks a[href*="pinterest.com/"]:hover {
  background-position: -300px -197px;
}
.social-bookmarks a[href*="stumbleupon.com/"] {
  background-position: -340px -68px;
}
.social-bookmarks a[href*="stumbleupon.com/"]:hover {
  background-position: -340px -197px;
}
.social-bookmarks a[href*="skype.com/"] {
  background-position: -380px -68px;
}
.social-bookmarks a[href*="skype.com/"]:hover {
  background-position: -380px -197px;
}
.social-bookmarks a[href*="paypal.com/"] {
  background-position: -420px -68px;
}
.social-bookmarks a[href*="paypal.com/"]:hover {
  background-position: -420px -197px;
}
.social-bookmarks a[href*="deviantart.com/"] {
  background-position: -460px -68px;
}
.social-bookmarks a[href*="deviantart.com/"]:hover {
  background-position: -460px -197px;
}
.social-bookmarks a[href*="behance.net/"] {
  background-position: -500px -68px;
}
.social-bookmarks a[href*="behance.net/"]:hover {
  background-position: -500px -197px;
}
.social-bookmarks a[href*="sharethis.com/"] {
  background-position: -540px -68px;
}
.social-bookmarks a[href*="sharethis.com/"]:hover {
  background-position: -540px -197px;
}
.btn-primary {
  background-color: #003f0a;
  border-color: #003f0a;
}
.btn-primary:hover {
  background-color: #000c02;
  border-color: #000c02;
}
.btn-primary:focus,
.btn-primary:active {
  background-color: #000000;
  border-color: #000000;
}
.text-btn,
input[type="submit"] {
  display: inline-block;
  padding: 10px 45px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #003f0a;
  border: none;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
}
.text-btn:hover,
input[type="submit"]:hover {
  background-color: #000c02;
  text-decoration: none;
}
.alt-bg {
  background-color: #fff5e8;
  border-top: 20px solid #f8efe4;
}
.link-list a,
.link-list span {
  display: block;
  padding-bottom: 5px;
  text-decoration: none;
}
.two-col,
.three-col {
  overflow: hidden;
}
.two-col > div,
.three-col > div {
  width: 50%;
  padding-right: 20px;
  float: left;
}
.three-col > div {
  width: 33%;
}
.responsive-map {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 30px;
  overflow: hidden;
}
.responsive-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.popup-youtube {
  text-decoration: none;
  color: #003f0a;
}
.popup-youtube img {
  display: inline-block;
}
.popup-youtube p {
  padding-top: 15px;
}
.leaf-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.leaf-list li {
  padding-left: 35px;
  padding-bottom: 10px;
  background: url(images/leaf-list.png) 0 6px no-repeat;
}
.vert-align {
  position: relative;
  width: 100%;
}
.vert-align .left {
  position: relative;
  width: 50%;
  padding-right: 15px;
  float: left;
}
.vert-align .right {
  width: 50%;
  padding-left: 15px;
  float: left;
}
.vert-align .dummy {
  padding-top: 100%;
}
.vert-align .img-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  font: 0/0 a;
}
.vert-align .img-container:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.vert-align .img-container img {
  display: inline-block;
  vertical-align: middle;
}
form ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
form input[type="text"],
form input[type="email"],
form input[type="tel"],
form select,
form textarea {
  width: 100%;
  /* min-width: 350px; */
  padding: 5px 10px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
}
form input[type="text"].md,
form input[type="email"].md,
form input[type="tel"].md,
form select.md,
form textarea.md {
  width: 70%;
  min-width: 300px;
}
form input[type="text"].sm,
form input[type="email"].sm,
form input[type="tel"].sm,
form select.sm,
form textarea.sm {
  width: 40%;
  min-width: 200px;
}
form textarea {
  height: 150px;
}
form input + small {
  display: block;
  margin-top: -15px;
  margin-bottom: 15px;
}
form .ginput_container_radio {
  margin-top: 0 !important;
}
form .ginput_container_radio ul {
  margin: 0 0 25px !important;
}
form .ginput_container_radio ul label {
  font-weight: normal !important;
}
form .gform_body li.gfield {
  /* overflow: hidden; */
}
form .gform_body input[type="text"] + label,
form .gform_body select + label {
  position: relative;
  top: -15px;
}
form .gform_body select {
  height: 40px;
}
form .ginput_container_consent {
  display: inline-block;
  width: 160px;
  float: left;
}
form .gfield_consent_description {
  display: inline-block;
  width: calc(100% - 160px) !important;
  line-height: 1.8 !important;
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin-top: 0px !important;
}
.ui-datepicker-title {
  color: #000 !important;
}
.gform_wrapper label {
  margin-bottom: 12px !important;
}
.gform_wrapper [class*="address_"] {
  padding-bottom: 8px !important;
}
.gform_wrapper .gfield_label {
  margin-bottom: 3px !important;
}
.gform_wrapper .gfield_description {
  padding-top: 5px !important;
}
.gform_wrapper .ginput_container_address span,
.gform_wrapper .ginput_full:not(:last-of-type) {
  margin-bottom: 0 !important;
}
.gform_wrapper .ginput_complex label {
  padding-top: 2px !important;
  margin-bottom: 0 !important;
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gform_wrapper .gform_drop_area {
  margin-bottom: 0 !important;
}
.gform_wrapper .gform_fileupload_rules {
  padding-top: 4px !important;
  margin-top: 0 !important;
}
.gform_wrapper .gfield_checkbox label {
  margin-bottom: 0 !important;
}
.gform_wrapper .textarea-xs textarea {
  height: 50px !important;
}
.gform_wrapper .ginput_counter {
  display: none;
}
.gform_wrapper .image-choices-choice-image-wrap {
  margin-bottom: 3px !important;
}
.gform_wrapper .image-choices-choice-text {
  width: 100%;
  line-height: 1.2 !important;
  text-align: left !important;
}
.gform_wrapper .has-helper {
  position: relative;
  z-index: 9;
}
.gform_wrapper .has-helper .helper-popup {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  display: none;
  width: 400px;
  padding: 7px;
  background-color: #666;
  transform: translateX(-50%);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.gform_wrapper .has-helper .helper-popup img {
  margin-bottom: 0 !important;
}
.gform_wrapper .has-helper .helper-popup:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #666;
}
.gform_wrapper .has-helper:hover .helper-popup {
  display: block;
}
.gform_confirmation_message {
  margin-bottom: 30px;
}
.can-code .gfield_radio {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 5px;
}
.can-code .gchoice,
.can-code .gform-field-label {
  width: 100% !important;
}
@media (max-width: 991px) {
  .can-code .gfield_radio {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .can-code .gfield_radio {
    grid-template-columns: repeat(2, 1fr);
  }
}
/*************************************************************/
/******************************** HEADER *********************/
/*************************************************************/
#bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#bg-vid-container {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
#bg-vid-container:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 15%, rgba(0, 0, 0, 0) 40%);
  z-index: 1;
}
#bg-vid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-aspect-ratio: 16/9) {
  #bg-vid {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  #bg-vid {
    width: 300%;
    left: -100%;
  }
}
#bg-vid-ph {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background-image: url(images/placeholder.jpg);
  background-position: 50% 0;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
}
#site-header {
  border-top: 4px solid #7ac142;
  border-bottom: 2px solid #313d3f;
}
#site-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 139px;
  min-height: 110px !important;
  background-color: #fff;
  z-index: 1000;
}
#site-header.home {
  position: relative;
  background: none;
  border-bottom: none;
}
#site-header.home .container {
  position: relative;
}
#site-header.home .media {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
}
#site-header.home .media:hover {
  color: #7ac142;
}
#site-header.small #primary-nav {
  margin: 12px 0 0;
}
#logo {
  position: relative;
  margin-bottom: 13px;
  float: left;
  z-index: 1001;
}
#logo.lg {
  display: block;
}
#logo.sm {
  display: none;
}
#logo img {
  display: inline-block;
}
#primary-nav {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1170px;
  padding: 0;
  margin: 0 0 0 -585px;
  z-index: 1000;
}
#primary-nav.home a {
  color: #fff;
}
#primary-nav > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  float: right;
}
#primary-nav > ul > li {
  position: relative;
  padding: 0;
  margin: 0;
  float: left;
}
#primary-nav > ul > li.current > a {
  padding-bottom: 19px;
  border-bottom: 4px solid #7ac142;
  color: #003f0a;
}
#primary-nav > ul > li:hover > a {
  padding-bottom: 19px;
  border-bottom: 4px solid #7ac142;
  color: #003f0a;
}
#primary-nav > ul > li:hover .drop {
  left: 0;
}
#primary-nav > ul > li > a {
  display: block;
  padding: 20px 15px 19px;
  border-bottom: 4px solid transparent;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
  color: #464646;
}
#primary-nav .drop {
  position: absolute;
  top: 71px;
  left: -9999px;
  display: inline-block;
  background-color: #313d3f;
}
#primary-nav .drop a {
  display: block;
  padding: 10px 25px;
  font-family: 'montserratlight', Arial, sans-serif;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  color: #fff;
}
#primary-nav .drop a:hover {
  background-color: #394547;
}
#primary-nav .drop a + a {
  border-top: 1px solid #394547;
}
/*************************************************************/
/******************************** MAIN ***********************/
/*************************************************************/
.brands .gfield_label_before_complex {
  margin-bottom: 8px !important;
}
.brands .gfield_radio {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
}
.brands .gfield_radio .gchoice {
  max-inline-size: 100% !important;
  inline-size: auto !important;
  min-inline-size: 0 !important;
  border: 1px solid #ddd !important;
  border-radius: 10px !important;
  overflow: hidden !important;
}
.brands .gfield_radio .gfield-choice-image-wrapper {
  margin: 0 !important;
  aspect-ratio: unset !important;
  text-align: center;
}
.brands .gfield_radio .gfield-choice-image-wrapper:before {
  border-radius: 10px !important;
}
.brands .gfield_radio .gfield-choice-image {
  display: inline-block !important;
  width: auto !important;
  max-height: 70px !important;
}
.brands .gfield_radio .gfield-image-choice-wrapper-inner {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
#site-main.home {
  position: relative;
  padding-top: 75px !important;
  padding-bottom: 150px;
  overflow: hidden;
}
#site-main.home h1 {
  font-family: 'alex_brushregular', Georgia, serif;
  font-size: 68px;
  line-height: 0.82em;
  color: #fff;
}
#site-main.home h1 small {
  display: inline-block;
  width: 100%;
  margin-bottom: 25px;
  font-family: 'montserratlight', Arial, sans-serif;
  font-size: 31px;
  text-transform: uppercase;
  color: #fff;
}
#site-main .intro-img {
  position: relative;
  width: 100%;
  height: 250px;
  background-attachment: fixed;
  background-position: 50% 150px;
  background-repeat: no-repeat;
  background-size: 100%;
}
#site-main .intro-img.about {
  background-image: url(images/about-intro.jpg);
}
#site-main .intro-img.products {
  background-image: url(images/products-intro.jpg);
}
#site-main .intro-img.organic {
  background-image: url(images/organic-intro.jpg);
}
#site-main .intro-img.organic img {
  position: relative;
  top: 50%;
  display: inline-block;
  margin-top: -93.5px;
}
#site-main .intro-img.expertise {
  background-image: url(images/expertise-intro.jpg);
}
#site-main .intro-img.careers {
  background-image: url(images/careers-intro.jpg);
}
#site-main .intro-img.contact {
  background-image: url(images/contact-intro.jpg);
}
#site-main .logos img {
  display: inline-block;
  padding: 10px;
}
#site-main .tidbit {
  width: 36%;
  padding: 30px 40px 30px 50px;
  background-color: rgba(0, 0, 0, 0.3);
  float: right;
}
#site-main .tidbit p {
  margin-bottom: 5px;
  font-family: 'montserratlight', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4em;
  color: #fff;
}
#site-main .tidbit a {
  background: #358700;
  color: white;
  padding: 10px 30px 10px 30px;
}
#sub-nav {
  width: 100%;
  background: #358700;
  background: -moz-linear-gradient(top, #358700 0%, #3e9c00 10%);
  background: -webkit-linear-gradient(top, #358700 0%, #3e9c00 10%);
  background: linear-gradient(to bottom, #358700 0%, #3e9c00 10%);
  text-align: center;
}
#sub-nav.fixed {
  position: fixed;
  top: 106px;
  left: 0;
  z-index: 999;
}
#sub-nav.fixed + .section {
  margin-top: 49px;
}
#sub-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sub-nav li {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
}
#sub-nav li.active a:after {
  content: '';
  position: absolute;
  top: 36px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -4px;
  border: 8px solid transparent;
  border-bottom-color: #fff;
}
#sub-nav a {
  position: relative;
  display: block;
  padding: 12px 5px;
  font-family: 'montserratlight', Arial, sans-serif;
  font-size: 18px;
  text-decoration: none;
  color: #fff;
}
.section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.section h2 {
  display: block;
}
#sustainability {
  position: relative;
  width: 100%;
  background-image: url(images/sustainability.jpg);
  background-attachment: fixed;
  background-position: 50% 200px;
  background-repeat: no-repeat;
  background-size: cover !important;
}
#sustainability .container {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#sustainability .container:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
#sustainability h2,
#sustainability p {
  color: #fff;
}
#sales.section {
  padding-bottom: 0;
}
.product,
.brand {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 30px;
  border: 1px solid #ddd;
}
.product .overlay,
.brand .overlay {
  position: absolute;
  top: 0;
  left: -9999px;
  padding: 30px;
  background-color: rgba(50, 94, 122, 0.9);
  text-align: left;
}
.product .overlay h4,
.brand .overlay h4,
.product .overlay p,
.brand .overlay p {
  margin-top: 0;
  margin-bottom: 10px;
  color: #fff;
}
.product .overlay a,
.brand .overlay a {
  text-decoration: underline;
  color: #fff;
}
.product h3,
.brand h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  padding: 15px;
  margin: 0;
  z-index: 99;
}
.product:hover .overlay,
.brand:hover .overlay {
  left: 0;
  width: 100%;
  height: 100%;
}
#our-history {
  position: relative;
  padding-bottom: 0;
}
#clipboard {
  position: relative;
  width: 100%;
  height: 450px;
  background-image: url(images/clipboard.jpg);
  background-attachment: fixed;
  background-position: 50% 100px;
  background-repeat: no-repeat;
  background-size: cover;
}
#product-dev {
  position: relative;
  width: 100%;
  height: 450px;
  background-image: url(images/boy-ravioli.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
#logo-bar {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #e5e5e5;
  background: -moz-linear-gradient(top, #e5e5e5 0%, #ffffff 10%);
  background: -webkit-linear-gradient(top, #e5e5e5 0%, #ffffff 10%);
  background: linear-gradient(to bottom, #e5e5e5 0%, #ffffff 10%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#ffffff', GradientType=0);
  -moz-box-shadow: 0 -5px 0 10px rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 -5px 0 10px rgba(255, 255, 255, 0.5);
  box-shadow: 0 -5px 0 10px rgba(255, 255, 255, 0.5);
}
#logo-bar .container {
  position: relative;
}
#logo-bar .inner {
  width: 1140px;
  overflow: hidden;
}
#logo-bar ul {
  list-style: none;
  position: relative;
  left: -190px;
  width: 9999px;
  padding: 0;
  margin: 0;
}
#logo-bar li {
  width: 190px;
  padding: 0;
  margin: 0;
  float: left;
  text-align: center;
}
#logo-bar a {
  display: block;
  margin: 0 auto;
}
#logo-bar .left-scroll,
#logo-bar .right-scroll {
  position: absolute;
  top: 30%;
  left: -10px;
  width: 20px;
  height: 28px;
  background-image: url(images/carousel-left.gif);
  cursor: pointer;
}
#logo-bar .right-scroll {
  right: -10px;
  left: auto;
  background-image: url(images/carousel-right.gif);
}
.pouch-xs {
  display: none;
}
#timeline {
  position: relative;
  width: 100%;
  height: 675px;
  background: #eee url(images/dashes.png) 50% 0 repeat-y;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}
#timeline .bg {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 1000%;
}
#timeline .lines {
  position: absolute;
  top: 50%;
  right: 75px;
  margin-top: -430px;
}
#timeline .outer-container,
#timeline .points-container {
  position: absolute;
  top: 0;
  width: 30000px;
  height: 100%;
}
#timeline .point {
  position: absolute;
  top: 100px;
  width: 250px;
  /* height: 380px; */
  padding: 5px;
  margin: 0 0 0 -125px;
  background-color: #ece7da;
  background-image: url(images/card-faribault-bg.png);
  background-position: 100% 0;
  background-repeat: no-repeat;
  border-top: 20px solid #003f0a;
  z-index: 9;
  -moz-box-shadow: 0 0 10px #888;
  -webkit-box-shadow: 0 0 10px #888;
  box-shadow: 0 0 10px #888;
  -moz-transition: width 1.5s, height 1.5s, margin 1.5s;
  -webkit-transition: width 1.5s, height 1.5s, margin 1.5s;
  transition: width 1.5s, height 1.5s, margin 1.5s;
}
#timeline .point div {
  padding: 15px 40px;
  font-size: 12px;
  line-height: 1.333em;
  text-align: left;
  color: #331c19;
  -moz-transition: font-size 1s;
  -webkit-transition: font-size 1s;
  transition: font-size 1s;
}
#timeline .point div img {
  margin-bottom: 25px;
}
#timeline .point h3 {
  display: block;
  padding-top: 30px;
  padding-left: 40px;
  font-family: 'alex_brushregular', Georgia, serif;
  font-size: 60px;
  text-align: left;
  color: #003f0a;
}
#timeline .point h3.sm {
  font-size: 37px;
}
#timeline .point.back {
  top: 50px;
  background-image: url(images/card-la-costena-bg.png);
  border-top-color: #fc5600;
  z-index: 8;
}
#timeline .point.back h3 {
  color: #fc5600;
}
#timeline .point.back.alt {
  background-image: url(images/card-arizona-bg.png);
  border-top-color: #004b97;
}
#timeline .point.back.alt h3 {
  color: #004b97;
}
#timeline .point.back.alt-2 {
  background-image: url(images/card-bg.png);
  border-top-color: #623397;
}
#timeline .point.back.alt-2 h3 {
  color: #623397;
}
.t-prev,
.t-next {
  position: absolute;
  bottom: 50px;
  left: 30px;
  width: 60px;
  height: 60px;
  padding: 0;
  background-color: transparent;
  background-image: url(images/timeline-arrows.png);
  border: none;
  cursor: pointer;
  z-index: 999;
}
.t-next {
  right: 30px;
  left: auto;
  background-position: 100% 0;
}
.job_listings a {
  color: #003f0a;
}
.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
}
/*************************************************************/
/******************************** FOOTER *********************/
/*************************************************************/
#site-footer.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
#site-footer .top-bar {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #2b5068;
  font-size: 14px;
  font-family: 'montserratregular', Arial, sans-serif;
  font-weight: normal;
}
#site-footer .top-bar .container {
  position: relative;
}
#site-footer .top-bar button {
  position: absolute;
  top: 5px;
  left: 15px;
  padding-left: 20px;
  background: transparent url(images/show-hide-arrow.png) 0 -81px no-repeat;
  border: none;
  font-size: 10px;
  color: #fff;
}
#site-footer .top-bar button.hide-footer {
  background-position: 0 6px;
}
#site-footer .top-bar button:hover {
  color: #7ac142;
}
#site-footer .top-bar .copy {
  font-weight: normal;
  color: #ffefc7;
  font-size: 10px;
}
#site-footer .top-bar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#site-footer .top-bar li {
  display: inline-block;
}
#site-footer .top-bar a {
  display: block;
  padding: 5px;
  font-family: 'montserratlight', Arial, sans-serif;
  text-decoration: none;
  color: #fff;
}
#site-footer .top-bar a:hover {
  color: #7ac142;
}
#site-footer .content {
  display: none;
  padding-top: 30px;
  padding-bottom: 45px;
  background: #325e7a url(images/leaf.png) 85% 100% no-repeat;
}
#site-footer .content h3 {
  font-size: 14px;
  line-height: 2.5em;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #7ac142;
}
#site-footer .content p,
#site-footer .content a,
#site-footer .content span {
  font-family: 'montserratlight', Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5em;
  color: #fff;
}
#site-footer .content p a {
  text-decoration: underline;
}
#site-footer .content a:hover {
  color: #7ac142;
}
#site-footer .content .linkedin {
  padding: 10px 0 10px 30px;
  margin-top: 15px;
  margin-bottom: 15px;
  background: url(images/linkedin.png) 0 50% no-repeat;
}
/*************************************************************/
/******************************** RESPONSIVE *****************/
/*************************************************************/
@media (max-width: 1199px) {
  #primary-nav {
    width: 970px;
    margin-left: -485px;
  }
  #primary-nav > ul > li > a {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 13px;
  }
  #logo-bar .inner {
    width: 940px;
  }
  #logo-bar ul {
    left: -156.666667px;
  }
  #logo-bar li {
    width: 156.666667px;
  }
  .product p,
  .brand p {
    font-size: 13px;
    line-height: 1.2em;
  }
  .brand a {
    font-size: 13px;
    line-height: 1.2em;
  }
  #site-footer .top-bar a,
  #site-footer .top-bar .copy {
    font-size: 10px;
  }
}
/* END (max-width: 1199px) */
@media (max-width: 991px) {
  .two-col > div,
  .three-col > div {
    width: 100%;
  }
  #site-main.home {
    padding-bottom: 0;
  }
  #site-main .tidbit {
    padding-right: 5%;
    padding-left: 5%;
  }
  #site-footer .top-bar button {
    position: static;
  }
}
/* END (max-width: 991px) */
@media (min-width: 768px) {
  #primary-nav {
    display: inline-block;
  }
}
/* END (min-width: 768px) */
@media (min-width: 768px) and (max-width: 991px) {
  h3.alt {
    font-size: 34px;
  }
  #logo.lg {
    width: 200px;
    margin-top: 30px;
  }
  #logo.sm {
    width: 120px;
    margin-top: 20px;
  }
  #primary-nav {
    width: 750px;
    margin-left: -375px;
  }
  #primary-nav > ul > li > a {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
  }
  .tablet #site-main .intro-img {
    background-position: 50% 130px;
  }
  #sub-nav a {
    font-size: 13px;
  }
  .product .overlay,
  .brand .overlay {
    padding: 15px;
  }
  #logo-bar .inner {
    width: 660px;
    margin: 0 auto;
  }
  #logo-bar ul {
    left: -110px;
  }
  #logo-bar li {
    width: 110px;
  }
}
/* END (min-width: 767px) and (max-width: 991px) */
@media (max-width: 767px) {
  form .ginput_container_consent,
  form .gfield_consent_description {
    display: block !important;
    width: 100% !important;
  }
  form .gfield_required {
    display: inline !important;
  }
  .navbar-toggle {
    z-index: 9999;
    background-color: #7ac142;
  }
  .navbar-toggle .icon-bar {
    border: 1px solid;
    color: white;
  }
  .popup-youtube p {
    text-align: left;
  }
  #site-header.home {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #2b5068;
    z-index: 1000;
  }
  #site-header.home .media {
    display: none;
  }
  #site-header.fixed {
    height: auto;
  }
  #site-header.fixed .container {
    position: relative;
  }
  #site-header.fixed + #site-main {
    padding-top: 89px;
  }
  #logo {
    position: relative;
    left: 0;
    width: 250px;
    margin-bottom: 10px;
  }
  #primary-nav.home {
    background: #2b5068;
  }
  #site-main .tidbit {
    width: 90%;
    margin: 50px auto;
    background-color: rgba(0, 0, 0, 0.8);
    float: none;
  }
  #site-main .intro-img {
    height: 175px;
    background-size: cover;
  }
  #sub-nav.fixed {
    top: 110px;
  }
  .parallax {
    background-size: auto auto !important;
  }
  #primary-nav {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0 !important;
    float: none;
    clear: both;
    overflow-y: hidden;
  }
  #primary-nav > ul {
    float: none;
  }
  #primary-nav > ul > li {
    width: 100%;
    float: none;
    text-align: center;
  }
  #primary-nav > ul > li > a {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  #primary-nav .drop {
    display: none;
  }
  #sub-nav a {
    font-size: 11px;
  }
  #bg-vid {
    display: none;
  }
  #bg-vid-ph {
    display: block;
  }
  #sustainability,
  #product-dev {
    height: auto;
  }
  #logo-bar {
    display: none;
  }
}
/* END (max-width: 767px) */
@media (min-width: 481px) {
  #timeline .point.current {
    width: 350px;
    margin-top: -25px;
    margin-left: -175px;
    z-index: 10;
  }
  #timeline .point.current div {
    font-size: 16px;
  }
}
/* END (min-width: 481px) */
@media (max-width: 480px) {
  .vert-align .left {
    display: none;
  }
  .vert-align .right {
    width: 100%;
    float: none;
  }
  .section {
    padding-right: 15px;
    padding-left: 15px;
  }
  #primary-nav > ul > li.current > a,
  #primary-nav > ul > li > a:hover {
    border: none;
  }
  .parallax {
    background-attachment: inherit !important;
    background-position: 50% 0 !important;
    background-size: 255% auto !important;
  }
  #site-main .intro-img.organic img {
    width: 150px;
    margin-top: -67px;
  }
  #sub-nav {
    display: none;
  }
  #product-dev {
    background-image: none;
  }
  .pouch-xs {
    display: block;
  }
  #timeline {
    width: auto;
    height: 600px;
    margin-right: -15px;
    margin-left: -15px;
  }
  #timeline .lines {
    display: none;
  }
  #timeline .point.back {
    top: 100px;
  }
  .t-prev {
    top: 20px;
    left: 5px;
  }
  .t-next {
    top: 20px;
    right: 5px;
  }
}
/* END (max-width: 480px) */
@media (min-width: 992px) {
  #logo.lg {
    width: 344px;
  }
  #logo.sm {
    width: 200px;
  }
}
/* END (min-width: 992px) */
/* END (min-width: 1200px) */
/* IE8 and older styles */
.gfield_date_day {
  display: none !important;
}
body .gform_wrapper ul li.gfield {
  margin: 0 !important;
}
body .gform_wrapper .top_label div.ginput_container {
  margin: 0 !important;
}
