@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css);
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 *
 * Improved by Gecko Designs to reset ALL the things!
 */
html, body, div, span, applet, object, iframe,
button, input, select, textarea,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, main,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  background: none;
  vertical-align: baseline; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section,
main {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none;
  color: inherit; }

h1, h2, h3, h4, h5, h6 {
  text-decoration: none; }

main > .clamped-width {
  max-width: 48.75rem;
  margin: 0 auto; }

/* Full-width mixin (1.0.0)
 * Creates a full-width section
 * Side-effect: element must be position relative
 */
/* Grid Box (1.0.0)
 * Creates a variable-count and variable-gutter grid system.
 * Apply this class to all children and ensure that they are the only members of the grid container.
 * This system is much more flexible than Foundation, it should be used for grids instead of columns.
 */
/* Breakpoint Utilities (1.0.0)
 * Provides utilities for imlementing custom, flexible breakpoints.
 */
/* Touch Nav Detection (1.1.0)
 * Determines whether we should be using touch navigation or not.
 * Pass in 'false' to the argument if the mixin is being used in the root instead of in a block.
 */
/* Base Styles
 * The styles that go here should be site-global and not specific to any individual components.
 */
body {
  font-family: "Arial Light", sans-serif;
  font-size: 18px;
  font-weight: 100;
  color: #71655c;
  background-color: #71655c; }

button,
.button,
input[type="button"] {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  min-width: 12.5rem;
  border-radius: 100px;
  color: #FFF;
  font-size: 0.8em;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.2s ease;
  background-color: #71655c; }
  button:hover,
  .button:hover,
  input[type="button"]:hover {
    background-color: #87796e; }

select,
textarea,
input[type="tel"],
input[type="text"],
input[type="email"],
input[type="password"] {
  display: block;
  padding: 0.5rem;
  width: 100%;
  color: #71655c;
  outline: none;
  transition: all 0.35s ease;
  border-radius: 3px;
  border: 1px solid rgba(113, 101, 92, 0.2);
  background-color: rgba(213, 210, 201, 0.2);
  box-shadow: 0 0 0 0 transparent inset; }
  select:focus,
  textarea:focus,
  input[type="tel"]:focus,
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="password"]:focus {
    background-color: rgba(191, 186, 172, 0.2);
    box-shadow: 0 0 2px 1px rgba(255, 106, 1, 0.5) inset; }

body > section > .row, body > footer > .row {
  margin: 0 auto;
  max-width: 48.75rem;
  width: 100%; }

body > section .section-title {
  margin: 0 0 1.5rem;
  color: #FFF;
  font-size: 2.125rem;
  letter-spacing: 2px;
  line-height: 1.1em;
  text-transform: uppercase;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); }

body > section p {
  margin: 0 0 1.5rem;
  line-height: 1.3125em; }

body > section.intro {
  padding: 2rem 0 5rem;
  background-image: url(../images/intro-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 840px) {
    body > section.intro {
      padding: 2rem 0; } }
  body > section.intro .logo {
    margin: 0 auto 4rem;
    width: 261px;
    height: 132px;
    background-image: url(../images/logo-dark.png);
    background-position: center;
    background-repeat: no-repeat; }
    @media (max-width: 840px) {
      body > section.intro .logo {
        margin: 0 auto; } }
  body > section.intro .details {
    position: relative; }
    @media (max-width: 840px) {
      body > section.intro .details {
        text-align: center; } }
    body > section.intro .details .text {
      width: 100%;
      padding: 0 354px 0 0; }
      @media (max-width: 840px) {
        body > section.intro .details .text {
          padding: 0 1rem; } }
    body > section.intro .details .product-image {
      -ms-flex-preferred-size: 21rem;
      flex-basis: 21rem;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      position: absolute;
      bottom: 0;
      right: -1rem;
      height: 351px;
      width: 354px;
      background-image: url(../images/unit.png);
      background-repeat: no-repeat;
      background-position: center; }
      @media (max-width: 840px) {
        body > section.intro .details .product-image {
          position: relative;
          bottom: inherit;
          right: inherit;
          margin: 0 0 1rem;
          height: 240px;
          width: 100%;
          background-size: contain; } }
    body > section.intro .details h1 {
      margin: 0 0 0.5rem;
      font-size: 2.125rem;
      font-family: "Arial Light", sans-serif;
      font-weight: 300;
      line-height: 1.1em;
      color: #79af42;
      text-transform: uppercase; }
    body > section.intro .details nav {
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 840px) {
        body > section.intro .details nav {
          -ms-flex-direction: column;
          flex-direction: column;
          -ms-flex-pack: center;
          justify-content: center; } }
      body > section.intro .details nav .watch::after {
        display: inline-block;
        margin: 0 0 0 0.5rem;
        height: 16px;
        width: 16px;
        content: "";
        background-image: url(../images/play-button.png);
        background-position: center;
        background-repeat: no-repeat; }
      body > section.intro .details nav .signup {
        background-color: #ff6a01; }
        body > section.intro .details nav .signup:hover {
          background-color: #ff822a; }
      body > section.intro .details nav a:not(:last-child) {
        margin-right: 1.25rem; }
        @media (max-width: 840px) {
          body > section.intro .details nav a:not(:last-child) {
            margin-right: 0;
            margin-bottom: 1.25rem; } }

body > section.gallery {
  padding: 3.25rem 1rem;
  background-image: url(../images/green-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center; }
  body > section.gallery .photos {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 600px) {
      body > section.gallery .photos {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center; } }
    body > section.gallery .photos .photo {
      margin: 1rem;
      height: 8rem;
      width: 8rem;
      border-radius: 2000px;
      cursor: pointer;
      background-color: #FFF;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      box-shadow: 0 2px 1rem rgba(0, 0, 0, 0.4);
      transition: all 0.2s ease-in-out; }
      body > section.gallery .photos .photo:nth-child(1) {
        background-image: url(../images/thumbnail-1.jpg); }
      body > section.gallery .photos .photo:nth-child(2) {
        background-image: url(../images/thumbnail-2.jpg); }
      body > section.gallery .photos .photo:nth-child(3) {
        background-image: url(../images/thumbnail-3.jpg); }
      body > section.gallery .photos .photo:nth-child(4) {
        background-image: url(../images/thumbnail-4.jpg); }
      body > section.gallery .photos .photo:hover {
        transform: scale(1.02);
        box-shadow: 0 3px 2rem rgba(0, 0, 0, 0.4); }

body > section.waste-fact {
  padding: 3.25rem 1rem;
  background-image: url(../images/waste-fact-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFF;
  text-align: center;
  letter-spacing: 1px;
  text-shadow: 0 2px 1px rgba(113, 101, 92, 0.7); }
  body > section.waste-fact .row {
    max-width: 28.4375rem; }
  body > section.waste-fact .section-title {
    position: relative;
    margin: 0 0 1rem;
    padding: 0 0 1rem; }
    body > section.waste-fact .section-title::after {
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translateX(-50%);
      width: 14rem;
      content: "";
      border-top: 1px solid #ff6a01; }

body > section.cta-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  background-color: #d5d2c9; }
  @media (max-width: 460px) {
    body > section.cta-buttons {
      -ms-flex-direction: column;
      flex-direction: column; } }
  body > section.cta-buttons .signup {
    margin-right: 2rem;
    background-color: #ff6a01; }
    @media (max-width: 460px) {
      body > section.cta-buttons .signup {
        margin-right: 0;
        margin-bottom: 1rem; } }
    body > section.cta-buttons .signup:hover {
      background-color: #ff822a; }
  body > section.cta-buttons .contact {
    background-color: #79af42; }
    body > section.cta-buttons .contact:hover {
      background-color: #8dc159; }

body > section.closing-statement {
  padding: 5.25rem 1rem 7rem;
  background-image: url(../images/closing-statement-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center; }
  body > section.closing-statement .logo {
    margin: 0 auto 2rem;
    height: 153px;
    width: 279px;
    background-image: url(../images/logo-light.png);
    background-position: center;
    background-repeat: no-repeat; }
  body > section.closing-statement .section-title {
    font-size: 2.5rem;
    letter-spacing: 3px;
    text-shadow: 0px 1px 1rem #000; }

body > footer {
  padding: 3.25rem 1rem 5.25rem;
  background-image: url(../images/green-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 0.9rem;
  line-height: 1.3em;
  text-align: center;
  color: #FFF;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }
  body > footer > .row {
    max-width: 32.5rem; }
  body > footer a {
    color: #FFF;
    text-decoration: underline; }
  body > footer p {
    margin: 0 0 1rem; }
  body > footer .menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1rem 0 0; }
    @media (max-width: 460px) {
      body > footer .menu {
        -ms-flex-direction: column;
        flex-direction: column; } }
    body > footer .menu > li {
      padding: 0 0.5rem; }
      body > footer .menu > li:not(:last-of-type) {
        border-right: 1px solid #FFF; }
        @media (max-width: 460px) {
          body > footer .menu > li:not(:last-of-type) {
            border-right: 0;
            padding: 0.5rem; } }
    body > footer .menu .sub-menu {
      display: none; }

body.login {
  background-color: #134282; }
  body.login div#login h1 a {
    background-image: url(../avatar.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 300px;
    height: 100px; }

div[data-modal] {
  position: fixed;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  div[data-modal] .overlay {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all 0.4s ease;
    background-color: rgba(0, 0, 0, 0.5); }
  div[data-modal] .content {
    position: relative;
    z-index: 20;
    width: calc(100% - 4rem);
    max-width: 48.75rem;
    max-height: calc(100% - 4rem);
    overflow: auto;
    padding: 2rem;
    opacity: 0;
    transform: scale(0.9);
    transition: all 0.4s ease;
    background-color: #FFF;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); }
    @media (max-width: 600px) {
      div[data-modal] .content {
        padding: 1rem; } }
    div[data-modal] .content .close-modal {
      position: fixed;
      z-index: 100;
      top: 0;
      right: 0;
      display: block;
      margin: 0;
      padding: 0;
      height: 4rem;
      width: 4rem;
      min-width: 0;
      font-size: 4rem;
      line-height: 0.9em;
      cursor: pointer;
      text-align: center;
      color: #ff6a01;
      outline: none;
      border-radius: 0;
      background: none;
      transition: all 0.35s ease; }
      @media (max-width: 600px) {
        div[data-modal] .content .close-modal {
          height: 3rem;
          width: 3rem;
          font-size: 3rem; } }
    div[data-modal] .content .wysiwyg h1 {
      margin: 0 0 1rem 0;
      font-size: 2rem;
      color: #79af42; }
    div[data-modal] .content .wysiwyg h2 {
      margin: 0 0 1rem 0;
      font-size: 1.4rem;
      color: #79af42; }
    div[data-modal] .content .wysiwyg p {
      margin: 0 0 1rem 0;
      line-height: 1.2em; }
    div[data-modal] .content video {
      width: 100%;
      max-width: 100%; }
  div[data-modal][data-modal="watch-video"] .content, div[data-modal][data-gallery] .content {
    overflow: hidden;
    padding: 0; }
    div[data-modal][data-modal="watch-video"] .content .close-modal, div[data-modal][data-gallery] .content .close-modal {
      color: #FFF;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4); }
  div[data-modal][data-status="active"] {
    visibility: visible; }
    div[data-modal][data-status="active"] .overlay {
      opacity: 1; }
    div[data-modal][data-status="active"] .content {
      opacity: 1;
      transform: scale(1); }

div[data-modal][data-gallery] .content {
  max-width: 640px;
  background-color: #111; }
  div[data-modal][data-gallery] .content .close-modal {
    opacity: 0.66; }
    div[data-modal][data-gallery] .content .close-modal:hover {
      opacity: 1; }

div[data-modal][data-gallery] .gallery {
  position: relative;
  display: block;
  height: 480px; }
  div[data-modal][data-gallery] .gallery .slide {
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
    div[data-modal][data-gallery] .gallery .slide[data-slide-status="current"] {
      z-index: 30; }
    div[data-modal][data-gallery] .gallery .slide img {
      display: block;
      max-width: 100%;
      height: auto; }
  div[data-modal][data-gallery] .gallery .control {
    position: absolute;
    z-index: 90;
    top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem;
    height: 100%;
    width: 50%;
    min-width: 4rem;
    transition: all 0.3s ease;
    opacity: 0.3;
    cursor: pointer; }
    div[data-modal][data-gallery] .gallery .control::before {
      color: #d5d2c9;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
      font-size: 4rem;
      font-family: fontawesome; }
    div[data-modal][data-gallery] .gallery .control:hover {
      opacity: 1; }
    div[data-modal][data-gallery] .gallery .control.left {
      left: 0; }
      div[data-modal][data-gallery] .gallery .control.left::before {
        content: "\f104"; }
    div[data-modal][data-gallery] .gallery .control.right {
      right: 0;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      div[data-modal][data-gallery] .gallery .control.right::before {
        content: "\f105"; }
  div[data-modal][data-gallery] .gallery .dots {
    position: absolute;
    z-index: 90;
    bottom: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.75rem;
    width: 100%; }
    div[data-modal][data-gallery] .gallery .dots .dot {
      margin: 0 0.5rem;
      height: 10px;
      width: 10px;
      transition: all 0.4s ease;
      border-radius: 1rem;
      background-color: rgba(213, 210, 201, 0.3);
      cursor: pointer; }
      div[data-modal][data-gallery] .gallery .dots .dot.current {
        background-color: rgba(213, 210, 201, 0.8);
        cursor: default;
        box-shadow: 0 0 0 4px rgba(113, 101, 92, 0.6); }
      div[data-modal][data-gallery] .gallery .dots .dot:hover {
        background-color: rgba(213, 210, 201, 0.5);
        box-shadow: 0 0 0 2px rgba(113, 101, 92, 0.3); }

.gform_wrapper .gform_heading {
  margin: 0 0 1rem; }
  .gform_wrapper .gform_heading .gform_title {
    display: block;
    margin: 0 0 0.25rem;
    font-size: 2rem;
    color: #79af42; }
  .gform_wrapper .gform_heading .gform_description {
    font-size: 0.9em; }

.gform_wrapper .validation_error {
  margin: 0 0 1rem;
  padding: 1rem;
  color: #e53935;
  background-color: rgba(229, 57, 53, 0.1);
  border-radius: 3px;
  border: 1px solid #e53935; }

.gform_wrapper .gform_body .gform_fields {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1rem; }
  .gform_wrapper .gform_body .gform_fields .gfield {
    margin: 0 0 1rem;
    padding: 0 1rem;
    width: 100%; }
    .gform_wrapper .gform_body .gform_fields .gfield.half-col {
      width: 50%; }
      @media (max-width: 600px) {
        .gform_wrapper .gform_body .gform_fields .gfield.half-col {
          width: 100%; } }
    .gform_wrapper .gform_body .gform_fields .gfield.gfield_visibility_ {
      margin-top: 0;
      margin-bottom: 0;
      height: 0;
      overflow: hidden;
      visibility: hidden; }
    .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
      display: block;
      margin: 0 0 0.25rem;
      font-size: 0.8em;
      text-transform: uppercase; }
      .gform_wrapper .gform_body .gform_fields .gfield .gfield_label .gfield_required {
        display: inline-block;
        margin: 0 0 0 0.125rem;
        color: #e53935; }
    .gform_wrapper .gform_body .gform_fields .gfield .validation_message {
      padding: 0.4rem 0.4rem 0.2rem;
      background-color: rgba(229, 57, 53, 0.15);
      border-radius: 0 0 3px 3px;
      border: 1px solid #e53935;
      border-top: 0;
      color: #e53935;
      font-size: 0.7em;
      text-transform: uppercase; }
    .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_address {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0 -0.5rem; }
      .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_address span {
        display: block;
        padding: 0 0.5rem;
        margin: 0 0 0.5rem;
        width: 100%; }
        .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_address span.ginput_left, .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_address span.ginput_right {
          width: 50%; }
          @media (max-width: 600px) {
            .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_address span.ginput_left, .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_address span.ginput_right {
              width: 100%; } }
        .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_address span label {
          text-transform: uppercase;
          font-size: 0.6em; }
    .gform_wrapper .gform_body .gform_fields .gfield.gfield_error input {
      background-color: rgba(229, 57, 53, 0.1);
      border-color: #e53935;
      border-bottom: 0;
      border-radius: 3px 3px 0 0; }

.gform_wrapper .gform_footer {
  position: relative;
  text-align: center; }
  .gform_wrapper .gform_footer .button {
    outline: none; }
  .gform_wrapper .gform_footer .gform_ajax_spinner {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-size: contain;
    background-position: center; }

/*# sourceMappingURL=theme.css.map */
