body {
  font: normal 16px/1.55 Montserrat, sans-serif;
  color: #797979; }

.img-fix {
  display: block;
  width: 100%; }

.bg-white {
  background-color: #fff; }

.bg-gray {
  background-color: #f7f8f8; }

.green {
  color: #00963b; }

.tac {
  text-align: center; }

.m0 {
  margin: 0; }

.mb20 {
  margin-bottom: 20px; }

h1 {
  display: block;
  margin: 0 auto 10px;
  max-width: 850px;
  color: #fff;
  line-height: 1.1;
  font-size: 52px;
  font-weight: 800;
  font-style: italic; }

h2 {
  margin: 0 0 40px;
  line-height: 1.4;
  font-size: 34px;
  font-weight: 300;
  color: #00963b; }

h3, h4 {
  color: #000; }

h3 {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 800;
  font-style: italic; }

h4 {
  width: 100%;
  margin: 0;
  padding: 22px 0;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer; }

h6 {
  margin-bottom: 20px;
  color: #9fca41; }

p {
  line-height: 1.9; }
  p.subheadline {
    margin-bottom: 40px;
    color: #fff;
    font-size: 18px; }
  p.info {
    font-size: 12px; }
  p.note {
    opacity: 0.7;
    display: block;
    max-width: 520px;
    width: 100%;
    margin: 20px auto 0;
    text-align: center;
    font-size: 14px; }

label {
  font-weight: 500;
  cursor: pointer; }

input[type="text"],
input[type="email"],
input[type="tel"] {
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
  padding-left: 10px;
  font-size: 15px;
  line-height: 60px;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15); }

input[type="radio"] {
  float: left;
  margin: 2px 10px 0 0; }

button {
  display: block;
  padding: 8px 36px;
  background: -webkit-linear-gradient(65deg, #1d7646 0%, #51b958 100%);
  background: -moz-linear-gradient(65deg, #1d7646 0%, #51b958 100%);
  background: -ms-linear-gradient(65deg, #1d7646 0%, #51b958 100%);
  background: linear-gradient(65deg, #1d7646 0%, #51b958 100%);
  font-size: 20px;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  border: none;
  border-radius: 100px;
  color: #fff;
  cursor: pointer;
  transition: all 150ms ease-in-out; }
  button:hover {
    transform: scale(1.025); }

.page {
  display: none; }

#main {
  overflow: hidden;
  margin: 0 auto 60px;
  padding: 0;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05); }

.angle-bottom {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 90%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 90%, 0% 100%); }

.angle-both {
  padding: 100px 40px;
  -webkit-clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
  clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%); }

#home-page header {
  background: url(../images/hero-bg.jpg) no-repeat center top/cover; }

#order-options-page {
  background-color: #f7f8f8; }
  #order-options-page header {
    padding: 40px 40px 20px;
    background: url(../images/hero-bg.jpg) no-repeat center bottom/cover;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 80%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 80%, 0% 100%); }

#products-page header {
  background: url(../images/products-bg.jpg) no-repeat center center/cover; }
  #products-page header h1 {
    margin: 80px auto; }

#pre-order-page h2 {
  color: #559540; }
  #pre-order-page h2 span {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    background-color: #559540;
    border-radius: 100px;
    color: #fff;
    line-height: 50px; }

#pre-order-page footer {
  margin-top: 0;
  padding: 30px 40px; }

header {
  position: relative;
  z-index: 10;
  padding: 40px 40px 80px; }
  header .who-bar {
    width: calc(100% + 80px);
    margin: -40px -40px 20px;
    padding: 5px 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.5); }
    header .who-bar p {
      margin: 0;
      color: #ccc;
      font-size: 14px; }
  header .top-nav {
    margin-bottom: 40px; }
    header .top-nav .logo {
      display: block;
      width: 200px;
      cursor: pointer; }
  header .mobile-nav-button .navbar-toggler {
    float: right;
    margin: 0 -12px 20px 0; }
    header .mobile-nav-button .navbar-toggler img {
      display: block;
      width: 36px; }
  header ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right; }
    header ul li {
      display: inline-block;
      margin-left: 5px;
      padding: 12px;
      color: #fff;
      transition: all 100ms ease-in-out; }
      header ul li:hover {
        cursor: pointer;
        box-shadow: inset 0 -3px 0 0 #00963b; }

section {
  position: relative;
  padding: 60px 40px; }
  section#s2 img {
    margin-bottom: -80px; }
  section#s2 p {
    margin: 20px 0; }
  section#s3 img {
    margin-bottom: 30px; }
  section#s4, section#s7 {
    color: #fff;
    text-shadow: 1px 2px 6px rgba(0, 0, 0, 0.7); }
    section#s4 h2, section#s7 h2 {
      margin-bottom: 0;
      font-weight: 800;
      color: #fff; }
    section#s4 hr, section#s7 hr {
      margin: 30px auto;
      width: 100px;
      height: 2px;
      background: #fff;
      border: none; }
    section#s4 p, section#s7 p {
      font-size: 20px; }
  section#s4 {
    background: url(../images/wheat-bg.jpg) no-repeat center top/cover; }
  section#s5 .img-fix {
    margin-left: -40px; }
  section#s5 p {
    margin-bottom: 40px; }
  section#s5 ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    section#s5 ul li {
      margin: 0 0 15px;
      font-size: 24px;
      color: #000; }
      section#s5 ul li img {
        display: block;
        float: left;
        width: 32px;
        height: 32px;
        margin: 2px 15px 0 0; }
  section#s6 {
    padding-bottom: 120px; }
    section#s6 .feature {
      background-color: #fff;
      border-radius: 15px;
      padding: 40px 30px; }
      section#s6 .feature img {
        display: block;
        width: 84px;
        height: 84px;
        margin: 0 auto 20px; }
    section#s6 button {
      display: block;
      margin: 40px auto 0; }
  section#s7 {
    margin-top: -60px;
    background: url(../images/chemistry.jpg) no-repeat center center/cover; }
  section#s8 {
    padding-bottom: 100px;
    background-color: #fff; }
    section#s8 .faq-box {
      border-bottom: 1px solid #e3e3e3; }
    section#s8 button {
      display: block;
      margin: 60px auto 0; }
  section#s9 {
    margin-top: -40px;
    background: #fff; }
    section#s9 h2 {
      margin-bottom: 20px; }
  section#s10 {
    padding-bottom: 100px; }
    section#s10 h2 {
      margin-bottom: 40px;
      color: #000; }
      section#s10 h2 strong {
        color: #00963b;
        font-weight: 800;
        font-style: italic; }
      section#s10 h2 span {
        display: block;
        font-size: 20px;
        color: #787878; }
    section#s10 button {
      margin: 50px auto 30px;
      font-size: 28px; }
    section#s10 #products .product .inner {
      display: block;
      padding: 40px 50px;
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
      background-color: #fff;
      border-radius: 15px; }
      section#s10 #products .product .inner h3 {
        font-size: 30px;
        margin-bottom: 20px; }
      section#s10 #products .product .inner img {
        display: block;
        max-height: 260px;
        max-width: 100%;
        margin: 0 auto; }
      section#s10 #products .product .inner p {
        margin: 20px auto 0; }
      section#s10 #products .product .inner .price {
        margin: 20px 0;
        font-size: 24px;
        font-weight: 800;
        color: #00963b; }
        section#s10 #products .product .inner .price span {
          margin-left: -70px;
          text-decoration: line-through;
          font-size: 16px;
          font-weight: 400;
          color: #797979; }
      section#s10 #products .product .inner button {
        display: block;
        margin: 0 auto; }
  section#s12 {
    padding-bottom: 0; }
  section#s13 {
    padding-top: 0; }
    section#s13 #order-box {
      padding: 40px 30px;
      border: 1px solid #1d7646;
      border-radius: 5px;
      background-color: #f9f9f9; }
      section#s13 #order-box .row:first-of-type h6 {
        margin-bottom: 60px;
        color: #559540; }
      section#s13 #order-box .form-chunk {
        margin-bottom: 50px; }
        section#s13 #order-box .form-chunk:last-of-type {
          margin-bottom: 20px; }
      section#s13 #order-box #account-table tr:last-of-type td {
        padding-top: 10px; }
      section#s13 #order-box #account-table td {
        vertical-align: top; }
      section#s13 #order-box #form-table {
        margin-top: 60px;
        width: 100%; }
        section#s13 #order-box #form-table ::placeholder {
          color: #d4d4d4;
          text-align: center; }
        section#s13 #order-box #form-table td {
          width: 50%; }
          section#s13 #order-box #form-table td input {
            width: 60%; }
      section#s13 #order-box button {
        display: block;
        margin: 0 auto; }
  section .product-highlight > div:first-of-type {
    text-align: right; }
  section .product-highlight img {
    max-width: 100%;
    width: auto;
    max-height: 340px;
    margin: 0 auto; }
  section .product-highlight .price {
    display: block;
    margin: 0 auto 20px;
    color: #00963b;
    font-size: 26px;
    font-weight: 500;
    text-align: center;
    line-height: 1.3; }
    section .product-highlight .price span {
      display: block;
      font-size: 16px;
      font-weight: 400;
      color: #797979; }
  section .product-highlight button {
    display: block;
    margin: 0 auto; }
  section .product-highlight .green {
    margin-bottom: 5px; }
    section .product-highlight .green + p {
      font-size: 14px; }
  section#p8 {
    padding-bottom: 100px; }

footer {
  margin-top: -100px;
  padding: 140px 40px 30px;
  font-size: 12px;
  text-align: center;
  background-color: #eff3f6; }
  footer p:last-of-type {
    margin-bottom: 0; }

#loadingGraphic {
  display: none; }

#loader {
  width: 44px;
  height: 44px;
  margin: 6px auto;
  -webkit-animation: 1s ease-in-out infinite animball_two;
  animation: 1s ease-in-out infinite animball_two; }
  #loader .loaderBall {
    width: 44px;
    height: 44px;
    position: absolute; }
    #loader .loaderBall .ball {
      position: absolute;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      -webkit-animation: 1s ease-in-out infinite animball_one;
      animation: 1s ease-in-out infinite animball_one; }
      #loader .loaderBall .ball.ball1 {
        background-color: #00963b;
        top: 0;
        left: 0; }
      #loader .loaderBall .ball.ball2 {
        background-color: #00963b;
        top: 0;
        left: 24px; }
      #loader .loaderBall .ball.ball3 {
        background-color: #00963b;
        top: 24px;
        left: 0; }
      #loader .loaderBall .ball.ball4 {
        background-color: #00963b;
        top: 24px;
        left: 24px; }

@-webkit-keyframes animball_one {
  0% {
    position: absolute; }
  50% {
    top: 12px;
    left: 12px;
    position: absolute;
    opacity: 0.5; }
  100% {
    position: absolute; } }

@keyframes animball_one {
  0% {
    position: absolute; }
  50% {
    top: 12px;
    left: 12px;
    position: absolute;
    opacity: 0.5; }
  100% {
    position: absolute; } }

@-webkit-keyframes animball_two {
  0% {
    -webkit-transform: rotate(0deg) scale(1); }
  50% {
    -webkit-transform: rotate(360deg) scale(1.3); }
  100% {
    -webkit-transform: rotate(720deg) scale(1); } }

@keyframes animball_two {
  0% {
    transform: rotate(0deg) scale(1); }
  50% {
    transform: rotate(360deg) scale(1.3); }
  100% {
    transform: rotate(720deg) scale(1); } }

@media (max-width: 1199px) {
  h1 {
    font-size: 42px; }
  h2 {
    margin: 0 0 20px;
    font-size: 30px; }
  h4 {
    font-size: 18px; }
  section#s4 p, section#s7 p {
    font-size: 18px; }
  section#s5 ul li {
    font-size: 22px; }
  section#s10 #products .product .inner img {
    max-height: 230px; }
  section#s13 #order-box table td input {
    width: 80%; } }

@media (max-width: 991px) {
  h2 {
    font-size: 28px; }
  h3 {
    font-size: 20px; }
  p.subheadline {
    margin-bottom: 20px; }
  header .top-nav ul li {
    margin-left: 0;
    font-size: 14px; }
  header button {
    margin-bottom: 40px; }
  header .img-fix {
    width: 80%;
    margin: 0 auto; }
  section#s5 ul {
    margin-top: 5px; }
    section#s5 ul li {
      font-size: 18px; }
      section#s5 ul li img {
        width: 22px;
        height: 22px;
        margin: 0 10px 0 0; }
  section#s6 .feature {
    padding: 0;
    background-color: transparent; }
    section#s6 .feature p {
      font-size: 14px; }
  section#s10 #products .product .inner {
    padding: 40px 30px; }
    section#s10 #products .product .inner h3 {
      font-size: 26px; }
    section#s10 #products .product .inner img {
      max-height: 175px; }
    section#s10 #products .product .inner p {
      font-size: 14px; }
      section#s10 #products .product .inner p .green {
        font-size: 16px; }
  section#s13 #order-box #form-table td input {
    width: 100%; }
  section .product-highlight > div:first-of-type {
    text-align: left; }
  section .product-highlight img {
    max-width: 45%; }
  section .product-highlight button {
    margin: 0 auto 40px; } }

@media (max-width: 767px) {
  h1 {
    margin-top: 20px;
    font-size: 36px; }
  .angle-bottom {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%); }
  .angle-both {
    -webkit-clip-path: polygon(0 5%, 100% 0%, 100% 95%, 0% 100%);
    clip-path: polygon(0 5%, 100% 0%, 100% 95%, 0% 100%); }
  p.subheadline {
    line-height: 1.5; }
  input[type="radio"] {
    float: none; }
  #main {
    margin-bottom: 0; }
  header .top-nav {
    margin-bottom: 0; }
    header .top-nav .logo {
      width: 100%;
      margin: 0 auto 10px; }
  header ul {
    margin: 0 0 20px;
    padding-bottom: 20px;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
    header ul li {
      width: 100%;
      margin: 0;
      padding-left: 0; }
  header .img-fix {
    width: 100%; }
  #order-options-page header ul {
    border: none; }
  section {
    padding: 60px 20px; }
    section#s1 img {
      margin-top: 20px; }
    section#s2 img {
      margin-bottom: -10px; }
    section#s3 .col-sm-6:first-of-type p {
      margin-bottom: 40px; }
    section#s3 img {
      margin-bottom: 20px; }
    section#s4 p, section#s7 p {
      font-size: 16px;
      line-height: 1.6; }
    section#s5 {
      padding-bottom: 20px; }
      section#s5 p {
        margin-bottom: 20px; }
    section#s6 h2 {
      margin-bottom: 0; }
    section#s6 .feature img {
      margin: 20px auto 10px; }
    section#s10 .product :first-of-type {
      margin-bottom: 20px; }
    section#s10 button {
      margin-top: 0;
      font-size: 20px; }
    section#s13 #order-box .row:first-of-type h6 {
      margin-bottom: 30px; }
    section#s13 #order-box #form-table {
      margin-top: 30px; }
      section#s13 #order-box #form-table td:first-of-type {
        width: 40%; }
      section#s13 #order-box #form-table td:last-of-type {
        width: 60%; }
      section#s13 #order-box #form-table td input {
        width: 100%; }
    section#s13 #account-table tr td:first-of-type {
      width: 20px; }
  footer p:last-of-type {
    line-height: 1.5; } }
