body {
  font-family: 'Open Sans', sans-serif;
  color: #2d2d2d;
  font-size: 16px;
  line-height: 24px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 55px;
  line-height: 60px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #79ad4d;
  font-size: 40px;
  line-height: 45px;
  font-weight: 400;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  text-transform: uppercase;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #79ad4d;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 35px;
  font-weight: 300;
}

.navbar {
  padding-right: 15px;
  padding-left: 15px;
  background-color: transparent;
}

.navbar.inner {
  background-color: #2d2d2d;
}

.nav-link {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: hsla(0, 0%, 100%, .75);
}

.nav-link.w--current {
  color: #fff;
}

.nav-link.nav-button {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #79ad4d;
}

.marquee-section {
  margin-top: -65px;
  padding-top: 125px;
  padding-bottom: 125px;
  background-image: url('../images/bg_marquee_dark.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: inset 0 0 10px 1px #2d2d2d;
}

.light {
  color: #fff;
}

.light.green {
  color: #79ad4d;
}

.light.about-heading {
  display: inline-block;
  color: #79ad4d;
}

.button {
  min-width: 200px;
  padding: 15px 30px 12px;
  border-bottom: 3px solid #5f8d39;
  border-radius: 5px;
  background-color: #79ad4d;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #5f8d39;
}

.story-section {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url('../images/subtle_dots_@2X.jpg');
  background-position: 50% 50%;
  background-size: 27px;
  color: #2d2d2d;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}

.spacer {
  height: 25px;
}

.line {
  display: inline-block;
  width: 75px;
  height: 3px;
  margin-bottom: 0px;
  background-color: #79ad4d;
}

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

.mission-section {
  background-image: url('../images/Sunset.jpg');
  background-position: 100% 100%;
  background-size: cover;
}

.no-padding {
  padding-right: 0px;
  padding-left: 0px;
}

.mission-copy {
  max-width: 700px;
  padding: 75px 50px;
  float: right;
}

.copy {
  color: rgba(45, 45, 45, .75);
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  text-transform: none;
}

.copy.green {
  color: #79ad4d;
}

.copy.disclaimer {
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 15px;
  font-style: italic;
}

.mission-overlay {
  background-color: hsla(0, 0%, 100%, .9);
}

.about-section {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url('../images/bg_about_alt.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #2d2d2d;
  text-align: center;
}

.about-card {
  min-height: 365px;
  padding: 50px 25px;
  border: 5px solid #fff;
  background-color: #fff;
  -webkit-transition: border-color 500ms ease;
  transition: border-color 500ms ease;
}

.about-card:hover {
  border-color: #79ad4d;
}

.about-icon {
  margin-bottom: 25px;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}

.about-row {
  margin-bottom: 20px;
}

.about-tagline {
  display: inline-block;
  float: right;
  color: #fff;
  line-height: 45px;
  font-weight: 300;
}

.sign-up-section {
  background-color: #79ad4d;
  background-image: url('../images/bg_sign_up.png');
  background-position: 50% 50%;
  background-size: cover;
}

.sign-up-image {
  max-width: 700px;
  padding: 75px 50px;
}

.label {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}

.input {
  width: 99%;
  min-height: 50px;
  padding: 15px;
}

.input:focus {
  border: 1px solid #79ad4d;
}

.footer-section {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #2d2d2d;
  color: hsla(0, 0%, 100%, .5);
  font-weight: 300;
}

.footer-copy {
  display: inline-block;
  font-size: 14px;
}

.footer-link {
  margin-right: 15px;
  margin-left: 15px;
  color: #79ad4d;
  font-size: 14px;
  text-decoration: none;
}

.footer-link.social {
  float: right;
  font-size: 14px;
}

.footer-column {
  line-height: 40px;
}

.brand {
  margin-top: 8px;
  margin-bottom: 8px;
}

.spacer-20 {
  min-height: 20px;
}

.success {
  padding: 25px;
  background-color: #79ad4d;
  color: #fff;
}

.star {
  position: absolute;
  margin-top: -6px;
  font-size: 15px;
}

.inner-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.form {
  padding: 50px;
  background-color: #f0f0f0;
}

.input-box {
  padding: 15px;
}

.input-box:focus {
  border: 1px solid #79ad4d;
}

.text-link {
  color: #79ad4d;
  text-decoration: none;
}

.link-green {
  color: #79ad4d;
}

.narrow-div {
  display: block;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.spacer-15 {
  height: 15px;
}

.spacer-10 {
  height: 10px;
}

.how-section {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f5f5f5;
  background-image: url('../images/bg-how.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
  text-align: center;
}

.how-card {
  padding: 50px 40px;
  border-bottom: 5px solid #5f8d39;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(45, 45, 45, .25);
  color: #2d2d2d;
  line-height: 26px;
  font-weight: 300;
  text-align: left;
}

.green {
  color: #79ad4d;
}

.how-link {
  color: #2d2d2d;
}

.social {
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
  padding: 5px;
  float: right;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.social:hover {
  opacity: 1;
  color: #fff;
}

.dark {
  color: #2d2d2d;
}

.how-list {
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  border-bottom: 1px solid #f1f1f1;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}

.how-list:hover {
  border-bottom-color: #79ad4d;
}

html.w-mod-js *[data-ix="fade-up"] {
  opacity: 0;
  -webkit-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate(0px, 200px);
}

html.w-mod-js *[data-ix="fade-right"] {
  opacity: 0;
  -webkit-transform: translate(-200px, 0px);
  -ms-transform: translate(-200px, 0px);
  transform: translate(-200px, 0px);
}

html.w-mod-js *[data-ix="fade-left"] {
  opacity: 0;
  -webkit-transform: translate(200px, 0px);
  -ms-transform: translate(200px, 0px);
  transform: translate(200px, 0px);
}

html.w-mod-js *[data-ix="card-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="card-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="card-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

@media (max-width: 991px) {
  .nav-link {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    color: #2d2d2d;
    text-align: center;
  }
  .nav-link:hover {
    color: rgba(45, 45, 45, .75);
  }
  .nav-link.nav-button.mobile {
    margin-right: 10px;
    margin-left: 10px;
    color: #fff;
  }
  .marquee-section {
    padding: 125px 25px;
  }
  .story-section {
    padding: 75px 25px;
  }
  .mission-section {
    background-position: 50% 50%;
  }
  .about-section {
    padding: 75px 25px;
  }
  .about-card {
    min-height: 390px;
  }
  .sign-up-section {
    background-position: 50% 50%;
  }
  .menu-button {
    color: #fff;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .nav-menu {
    background-color: #fff;
  }
  .inner-section {
    padding-right: 15px;
    padding-left: 15px;
  }
  .how-card {
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 55px;
    line-height: 65px;
  }
  .marquee-section {
    padding: 100px 15px 75px;
  }
  .story-section {
    padding: 50px 25px;
  }
  .mission-copy {
    max-width: none;
    padding: 75px 31px;
    float: none;
  }
  .about-section {
    padding: 50px 15px;
  }
  .about-card {
    min-height: 0px;
    margin-bottom: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .about-row {
    margin-bottom: 0px;
  }
  .sign-up-image {
    padding: 75px 25px;
  }
  .footer-link.social {
    float: none;
  }
  .footer-social {
    text-align: center;
  }
  .footer-column {
    text-align: center;
  }
  .inner-section {
    text-align: center;
  }
  .narrow-div {
    max-width: none;
  }
  .how-section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .how-card {
    margin-bottom: 15px;
  }
  .social {
    float: none;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 40px;
    line-height: 45px;
  }
  .marquee-section {
    padding-top: 75px;
    padding-bottom: 75px;
    text-align: center;
  }
  .story-section {
    text-align: center;
  }
  .mission-section {
    text-align: center;
  }
  .mission-copy {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .about-card {
    padding: 25px;
  }
  .sign-up-section {
    text-align: center;
  }
  .sign-up-image {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .footer-copy {
    line-height: 24px;
  }
  .footer-link {
    line-height: 24px;
  }
  .footer-social {
    margin-top: 20px;
  }
  .form {
    padding: 15px;
  }
  .how-card {
    padding-right: 25px;
    padding-left: 25px;
  }
}

