.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
#subHeaderContent {
  width: 100%;
}
@media only screen and (min-width: 1440px) {
  
}
@media only screen and (min-width: 640px) {
  #customHeaderContent {
    background-image: url('files/bg_bottom.jpg');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 125% auto;
  }
}
@media only screen and (min-width: 1280px) {
  #customHeaderContent {
    background-position: bottom center;
    background-size: 100% auto;
  }
}
section {
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 1280px) {
  section {
    paddding: 0 30px;
  }
}
@media only screen and (min-width: 1440px) {
  
}
section.header {
  background-image: url(files/hero_mobile.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: auto;
  padding: 40px 20px 175px;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  section.header {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 960px) {
  section.header {
    background-image: url(files/hero_desktop.jpg);
    height: 500px;
  }
}
@media only screen and (min-width: 1024px) {
  section.header {
    height: 600px;
  }
}
@media only screen and (min-width: 1220px) {
  section.header {
    padding-top: 80px;
    height: 720px;
  }
}
section.header img.logo {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 100px;
}
@media only screen and (min-width: 768px) {
  section.header img.logo {
    max-width: 150px;
  }
}
@media only screen and (min-width: 960px) {
  section.header img.logo {
    max-width: 175px;
  }
}
@media only screen and (min-width: 1024px) {
  section.header img.logo {
    max-width: 200px;
  }
}
section.header h1 {
  font-family: "American Typewriter", 'omnes-pro', sans-serif;
  color: #00833f;
  font-weight: normal;
  margin: 10px auto 0;
  max-width: 720px;
  font-size: 30px;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  section.header h1 {
    font-size: 50px;
    max-width: 640px;
  }
}
@media only screen and (min-width: 1024px) {
  section.header h1 {
    font-size: 72px;
    margin-top: 20px;
    max-width: 720px;
  }
}
@media only screen and (min-width: 1280px) {
  section.header h1 {
    font-size: 80px;
    max-width: 880px;
  }
}
section.header h1 span {
  display: block;
  font-size: 22px;
  line-height: 1;
}
@media only screen and (min-width: 640px) {
  section.header h1 span {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  section.header h1 span {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1280px) {
  section.header h1 span {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1220px) {
  section.header + .module {
    background-image: url('files/shadow-bg.png');
    background-repeat: no-repeat;
    background-position: center top;
    margin-top: -75px;
    padding-top: 60px;
    max-width: 1240px;
  }
}
.module {
  box-sizing: border-box;
  max-width: 1220px;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 640px) {
  .module {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 960px) {
  .module {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1220px) {
  .module {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
.module * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.module h2 {
  font-family: "American Typewriter", 'omnes-pro', sans-serif;
  font-size: 26px;
  line-height: 1;
  font-weight: normal;
  letter-spacing: -0.3px;
  text-align: center;
  color: #002f6d;
}
@media only screen and (min-width: 960px) {
  .module h2 {
    font-size: 32px;
  }
}
.module h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.17;
  letter-spacing: -0.1px;
  text-align: left;
  color: #333333;
}
.module p {
  font-size: 16px;
  line-height: 1.33;
  text-align: left;
  color: #333333;
}
@media only screen and (min-width: 800px) {
  .module p {
    font-size: 20px;
  }
}
.module a.btn {
  display: block;
  background-color: #00833f;
  color: white;
  font-family: "American Typewriter", 'omnes-pro', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  max-width: 335px;
  width: 100%;
  margin: 40px auto 0;
  padding: 13px;
  border-radius: 3px;
  letter-spacing: normal;
}
.module li {
  list-style-type: none;
}
.module [class^="theme"] h2,
.module [class^="theme"] h3,
.module [class^="theme"] h4,
.module [class^="theme"] p,
.module [class^="theme"] span {
  color: white;
}
.module div.color-theme,
.module a.btn.color-theme {
  background-color: #00833f;
}
.module div.color-accent,
.module a.btn.color-accent {
  background-color: #f1f5f4;
}
.module h2.color-theme,
.module h3.color-theme,
.module p.color-theme,
.module a.color-theme,
.module span.color-theme {
  color: #00833f;
}
.module h2.color-accent,
.module h3.color-accent,
.module p.color-accent,
.module a.color-accent,
.module span.color-accent {
  color: #f1f5f4;
}
.module.divider-before {
  padding-top: 30px;
}
@media only screen and (min-width: 768px) {
  .module.divider-before {
    padding-top: 60px;
  }
}
.module.divider-after {
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .module.divider-after {
    padding-bottom: 60px;
  }
}
.module-text-block {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  *zoom: 1;
}
.module-text-block:before,
.module-text-block:after {
  display: table;
  content: "";
}
.module-text-block:after {
  clear: both;
}
@media only screen and (min-width: 960px) {
  .module-text-block {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .module-text-block {
    padding-left: 200px;
    padding-right: 200px;
  }
}
.module-text-block h2 {
  max-width: 450px;
  margin: 0 auto 30px;
  color: #00833f;
  text-align: inherit;
}
.module-text-block p {
  padding: 0;
  width: 100%;
  max-width: 800px;
  margin: 0;
  text-align: inherit;
  color: #00833f;
  overflow: hidden;
}
@media only screen and (min-width: 640px) {
  
}
.module-text-block p + p {
  margin-top: 20px;
}
.module-text-block p.lead {
  font-family: "American Typewriter", 'omnes-pro', sans-serif;
  color: #00833f;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 0;
}
@media only screen and (min-width: 640px) {
  .module-text-block p.lead {
    width: 100%;
    max-width: 760px;
  }
}
@media only screen and (min-width: 800px) {
  .module-text-block p.lead {
    font-size: 24px;
    line-height: 28px;
  }
}
.module-text-block img.plantbased {
  display: block;
  position: relative;
  margin: 0 auto 20px;
  max-width: 100px;
}
@media only screen and (min-width: 800px) {
  .module-text-block img.plantbased {
    max-width: 120px;
    float: left;
    margin-right: 50px;
    margin-right: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .module-text-block img.plantbased {
    max-width: 100%;
    margin-top: 40px;
    margin-right: 80px;
  }
}
.module-text-block > img {
  display: block;
  position: relative;
}
@media only screen and (min-width: 800px) {
  .module-text-block > img {
    position: absolute;
  }
}
.module-text-block > img.top-right {
  margin: 20px auto 0;
  width: 75%;
  max-width: 200px;
}
@media only screen and (min-width: 800px) {
  .module-text-block > img.top-right {
    max-width: 250px;
    width: 20%;
    top: 20px;
    right: -20px;
  }
}
@media only screen and (min-width: 1024px) {
  .module-text-block > img.top-right {
    width: auto;
    top: -50px;
    right: 20px;
  }
}
.module-text-block > img.bottom-left {
  display: block;
  position: absolute;
}
@media only screen and (max-width: 799px) {
  .module-text-block > img.bottom-left {
    top: -30px;
    left: 0;
    width: 120px;
  }
}
@media only screen and (min-width: 800px) {
  .module-text-block > img.bottom-left {
    bottom: 10px;
    left: 0;
    width: 15%;
  }
}
@media only screen and (min-width: 1024px) {
  .module-text-block > img.bottom-left {
    width: auto;
    bottom: 10px;
    left: 0;
  }
}
.module-text-block > img.bottom-right {
  display: none;
}
@media only screen and (min-width: 800px) {
  .module-text-block > img.bottom-right {
    display: block;
    bottom: -55px;
    right: -40px;
    width: 30%;
  }
}
@media only screen and (min-width: 1024px) {
  .module-text-block > img.bottom-right {
    width: auto;
    bottom: -55px;
    right: -40px;
  }
}
.module-text-block.bg {
  background-color: #f1f5f4;
  padding: 30px;
  max-width: 1100px;
}
@media only screen and (max-width: 799px) {
  .module-text-block.bg {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 800px) {
  .module-text-block.bg {
    padding: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .module-text-block.bg {
    padding: 120px 100px;
  }
}
.module-text-block div {
  position: relative;
  display: inline-block;
  max-width: 500px;
  margin: auto;
  z-index: 1;
}
@media only screen and (min-width: 800px) {
  .module-text-block div {
    max-width: 800px;
    text-align: left;
  }
}
@media only screen and (min-width: 800px) {
  .module-text-block div h2,
  .module-text-block div p {
    max-width: 400px;
    float: left;
    *zoom: 1;
  }
  .module-text-block div h2:before,
  .module-text-block div p:before,
  .module-text-block div h2:after,
  .module-text-block div p:after {
    display: table;
    content: "";
  }
  .module-text-block div h2:after,
  .module-text-block div p:after {
    clear: both;
  }
}
.module-text-block div + div {
  margin-top: 20px;
}
@media only screen and (min-width: 800px) {
  .module-text-block div + div {
    max-width: 520px;
    text-align: right;
    margin-top: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .module-text-block div + div {
    margin-top: 115px;
  }
}
.module-big-lift {
  margin-top: 20px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 640px;
}
@media only screen and (min-width: 800px) {
  .module-big-lift {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    max-width: 1100px;
  }
}
@media all and (min-width: 1000px) {
  .module-big-lift {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (min-width: 1280px) {
  
}
.module-big-lift .wrapper {
  display: inline-block;
  width: 100%;
}
@media only screen and (min-width: 800px) {
  .module-big-lift .wrapper {
    height: 235px;
  }
}
@media only screen and (min-width: 1024px) {
  .module-big-lift .wrapper {
    height: 392px;
  }
}
.module-big-lift .img-container {
  background-color: #cccccc;
  height: 235px;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
@media only screen and (min-width: 800px) {
  .module-big-lift .img-container {
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    left: 20px;
    bottom: 5px;
    width: calc( 100% - 440px );
  }
}
@media all and (min-width: 1000px) {
  .module-big-lift .img-container {
    width: calc( 100% - 460px );
    left: 0;
  }
}
.module-big-lift .txt-wrapper {
  position: relative;
  background-color: #00833f;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
  height: 100%;
  text-align: center;
}
@media only screen and (min-width: 375px) {
  .module-big-lift .txt-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 800px) {
  .module-big-lift .txt-wrapper {
    width: 460px;
    float: right;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1280px) {
  .module-big-lift .txt-wrapper {
    width: 460px;
    padding-left: 80px;
    padding-right: 56px;
    padding-bottom: 40px;
    padding-top: 50px;
  }
}
@media only screen and (min-width: 800px) {
  .module-big-lift .txt-wrapper a {
    display: flex;
    height: 100%;
  }
}
.module-big-lift .txt-wrapper h2 {
  color: white;
  padding-top: 0;
  text-align: left;
  line-height: 1.2;
  font-size: 20px;
  line-height: 1.15;
  margin: auto;
  left: 80px;
  right: 56px;
}
@media only screen and (min-width: 800px) {
  .module-big-lift .txt-wrapper h2 {
    font-size: 26px;
    padding-bottom: 40px;
  }
}
.module-big-lift .txt-wrapper img {
  display: block;
  margin: 10px auto 0;
}
@media only screen and (min-width: 800px) {
  .module-big-lift .txt-wrapper img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
  }
}
@media only screen and (min-width: 800px) {
  .module-big-lift.text-right .img-container {
    right: 20px;
    left: auto;
  }
}
@media all and (min-width: 1000px) {
  .module-big-lift.text-right .img-container {
    right: 0;
    left: auto;
  }
}
@media only screen and (min-width: 800px) {
  .module-big-lift.text-right .txt-wrapper {
    float: left;
  }
}
.module-big-lift.divider-before .img-container {
  top: 30px;
}
@media only screen and (min-width: 768px) {
  .module-big-lift.divider-before .img-container {
    top: 60px;
  }
}
.module-big-lift.divider-after .img-container {
  bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .module-big-lift.divider-after .img-container {
    bottom: 60px;
  }
}
.module-products {
  max-width: 100%;
  letter-spacing: 10px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .module-products {
    letter-spacing: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .module-products {
    padding-left: 0;
    padding-right: 0;
  }
}
.module-products:before {
  content: "";
  background-color: #f1f5f4;
  position: absolute;
  top: 75px;
  right: 0;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 1024px) {
  .module-products:before {
    top: 150px;
    bottom: 80px;
  }
}
.module-products h2 {
  margin-bottom: 50px;
}
.module-products ul {
  width: 100%;
  max-width: 1100px;
  padding-bottom: 40px;
  position: relative;
  margin: auto;
}
@media only screen and (min-width: 960px) {
  .module-products ul {
    padding-bottom: 75x;
  }
}
@media only screen and (min-width: 1024px) {
  .module-products ul {
    padding-bottom: 100px;
  }
}
.module-products li {
  display: inline-block;
  vertical-align: bottom;
  width: 100%;
  margin: 10px;
}
.module-products li + li {
  margin-top: 30px;
}
@media only screen and (min-width: 640px) {
  .module-products li + li {
    margin-top: 0;
  }
}
@media only screen and (min-width: 640px) {
  .module-products li {
    max-width: 50%;
  }
}
@media only screen and (min-width: 960px) {
  .module-products li {
    max-width: 31%;
    margin: 0;
  }
}
.module-products li img {
  position: relative;
  display: block;
  max-width: 100%;
  max-height: 230px;
  letter-spacing: normal;
  margin: auto;
}
@media only screen and (min-width: 1024px) {
  .module-products li img {
    max-height: 100%;
  }
}
.module-products li span {
  font-family: "American Typewriter", 'omnes-pro', sans-serif;
  display: block;
  letter-spacing: normal;
  text-align: center;
  color: #00833f;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  padding: 10px 20px;
  margin: 10px auto 0;
}
@media only screen and (min-width: 640px) {
  .module-products li span {
    padding: 10px 30px;
  }
}
@media only screen and (min-width: 768px) {
  .module-products li span {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .module-products li span {
    padding: 10px 50px;
  }
}
.module-products img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.module-products img.left {
  display: none;
  max-width: 283px;
  left: -300px;
}
@media only screen and (min-width: 960px) {
  .module-products img.left {
    display: block;
  }
}
.module-products img.right {
  display: none;
  max-width: 425px;
  right: -450px;
}
@media only screen and (min-width: 960px) {
  .module-products img.right {
    display: block;
  }
}
.divider-before {
  padding-top: 20px;
  margin-top: 40px;
  position: relative;
}
.divider-before:before {
  content: "";
  height: 2px;
  width: 75%;
  margin: auto;
  background-color: #e6e6e6;
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
}
@media only screen and (min-width: 800px) {
  .divider-before:before {
    left: 20px;
    right: 20px;
  }
}
@media all and (min-width: 1000px) {
  .divider-before:before {
    left: 0px;
    right: 0px;
  }
}
@media only screen and (min-width: 1280px) {
  .divider-before {
    padding-top: 40px;
    margin-top: 60px;
  }
}
.divider-after {
  padding-bottom: 20px;
  margin-bottom: 40px;
  position: relative;
}
.divider-after:after {
  content: "";
  height: 2px;
  background-color: #e6e6e6;
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
}
@media only screen and (min-width: 800px) {
  .divider-after:after {
    left: 20px;
    right: 20px;
  }
}
@media all and (min-width: 1000px) {
  .divider-after:after {
    left: 0px;
    right: 0px;
  }
}
@media only screen and (min-width: 1280px) {
  .divider-after {
    padding-bottom: 40px;
    margin-bottom: 60px;
  }
}
