/*neutral*/
* {
    font-family: 'karla', sans-serif;
}.footer,
.header {
    background: white;
    color: black;
}
.ctas-button {
    color: #444;
}@import url('https://fonts.googleapis.com/css?family=Karla:400,700');
*,
*:before,
*:after {
  margin: 0;
  box-sizing: border-box;
}
body {
  -webkit-font-smoothing: antialiased;
}
/*text*/
.heading {
  font-weight: 100;
  font-size: 50px;
  line-height: 68px;
  color: #659947;
}
@media (max-width: 900px) {
.heading {
    font-size: 32px;
    line-height: 40px;
    color: #659947;
  }
}
.subheading {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
}
@media (max-width: 900px) {
  .subheading {
    font-size: 26px;
    line-height: 35px;
  }
}
.subheading-small {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}
@media (max-width: 900px) {
  .subheading-small {
    font-size: 20px;
    line-height: 26px;
  }
}
.subheading-small-sub {
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
}
@media (max-width: 900px) {
  .subheading-small-sub {
    font-size: 18px;
    line-height: 25px;
  }
}
.paragraph {
  font-size: 17px;
  line-height: 32px;
  font-weight: 100;
}
.paragraph-small {
  font-size: 15px;
  line-height: 28px;
  font-weight: 100;
}
.heading + .paragraph {
  margin-top: 30px;
}
.heading + .paragraph-small {
  margin-top: 15px;
}
.subheading + .paragraph {
  margin-top: 10px;
}
.subheading + .paragraph-small {
  margin-top: 5px;
}
p.paragraph {
/*  color: rgba(0,0,0,.5); */
    color: black;
}
.paragraph-larger {
    margin-top: 35px;
    font-size: 1.3em;
    line-height: 1.4em;
    margin-bottom: 10px;
}
td.paragraph-larger {
    font-size: 1.5em;
    line-height: 1.4em;
    margin-bottom: 10px;
}
.paragraph-sublink {
/*    margin-bottom: 40px; */
}
.feature-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.logo {
  font-size: 30px;
  line-height: 30px;
  font-weight: 900;
  color: #659947;
  text-decoration: none;
}
@media (max-width: 420px) {
  .logo {
    font-size: 22px;
    color: #659947;
  }
}
.nav-link2,
.nav-link {
  text-decoration: none;
  font-size: 18px;
  line-height: 30px;
  color: blue;
  text-align: right;
  margin-right: 20px;
}
/*.nav-link:not(:first-of-type) {
  margin-left: 20px;
} */
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
/*flexbox styles*/
.flex,
.spread,
.center,
.right,
.vertical,
.centervertical {
  display: flex;
}
.spread {
  justify-content: space-between;
}
.center {
  align-items: center;
  justify-content: center;
}
.centervertical {
  flex-direction: column;
  justify-content: center;
}
.right {
  justify-content: flex-end;
}
.vertical {
  flex-direction: column;
}
/*grid*/
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  padding: 0 20px;
}
.col-1 {width: 8.333333%;}
.col-2 {width: 16.666667%;}
.col-3 {width: 25%;}
.col-4 {width: 33.333333%;}
.col-5 {width: 41.666667%;}
.col-6 {width: 50%;}
.col-7 {width: 58.333333%;}
.col-8 {width: 66.666667%;}
.col-9 {width: 75%;}
.col-10 {width: 83.333333%;}
.col-11 {width: 91.666667%;}
.col-12 {width: 100%;}

/*containers*/
.container-lrg,
.container-sml {
  margin: auto;
  width: 100%;
}
.container-lrg {
  max-width: 1080px;
}
.feature3 .container-lrg .col-6 {
  margin-bottom: 40px;
}
.feature3 .container-lrg .col-12 {
  margin-bottom: 40px;
}
.container-sml {
  max-width: 700px;
}
.ctas {
  margin: 40px 0 0 0;
}
.centerdevices,
.sidedevices {
  position: relative;
}
.cook .header {
    padding: 20px 0 20px 0;
    overflow: hidden;
}
.cook .heading {
    margin: 30px 0 0 0;
}
.cook .paragraph {
    margin: 40px 0 0 0;
}
.cook .centerdevices {
    margin: 90px 0 0 0;
}
.normal .header {
    padding: 20px 0 45px 0;
    overflow: hidden;
}
.normal .heading {
    margin: 30px 0 0 0;
}
.normal .paragraph {
    margin: 20px 0 0 0;
}
.normal .centerdevices {
    margin: 45px 0 0 0;
}
.normal .long-list {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
@media (max-width: 900px) {
    .cook .flex {
        flex-direction: column;
    }
    .cook   .heading {
        margin-top: 60px;
    }
    .cook   .paragraph {
        margin-top: 30px;
    }
    .cook   .col-2,
    .cook   .col-3,
    .cook   .col-4,
    .cook   .col-5,
    .cook   .col-6,
    .cook   .col-7,
    .cook   .col-8,
    .cook   .col-9,
    .cook   .col-10 {
        width: 100%;
    }

    .cook   .col-2,
    .cook   .col-3,
    .cook   .col-4 {
        text-align: center;
    }
}
@media (max-width: 900px) {
    .normal .flex {
        flex-direction: column;
    }
    .normal .heading {
        margin-top: 30px;
    }
    .normal .paragraph {
        margin-top: 10px;
    }
    .normal   .col-2,
    .normal   .col-3,
    .normal   .col-4,
    .normal   .col-5,
    .normal   .col-6,
    .normal   .col-7,
    .normal   .col-8,
    .normal   .col-9,
    .normal   .col-10 {
        width: 100%;
    }

    .normal   .col-2,
    .normal   .col-3,
    .normal   .col-4 {
        text-align: center;
    }
}
@media (max-width: 750px) {
    .cook .flex {
        flex-direction: column;
    }
    .cook   .heading {
        margin-top: 60px;
    }
    .cook   .paragraph {
        margin-top: 30px;
    }
    .cook   .col-2,
    .cook   .col-3,
    .cook   .col-4,
    .cook   .col-5,
    .cook   .col-6,
    .cook   .col-7,
    .cook   .col-8,
    .cook   .col-9,
    .cook   .col-10 {
        width: 100%;
    }

    .cook   .col-2,
    .cook   .col-3,
    .cook   .col-4 {
        text-align: center;
    }
}
@media (max-width: 750px) {
    .normal .flex {
        flex-direction: column;
    }
    .normal .heading {
        margin-top: 30px;
    }
    .normal .paragraph {
        margin-top: 10px;
    }
    .normal   .col-2,
    .normal   .col-3,
    .normal   .col-4,
    .normal   .col-5,
    .normal   .col-6,
    .normal   .col-7,
    .normal   .col-8,
    .normal   .col-9,
    .normal   .col-10 {
        width: 100%;
    }

    .normal   .col-2,
    .normal   .col-3,
    .normal   .col-4 {
        text-align: center;
    }
}
@media (max-width: 440px) {
    .cook .flex {
        flex-direction: column;
    }
    .cook   .heading {
        margin-top: 60px;
    }
    .cook   .paragraph {
        margin-top: 30px;
    }
    .cook   .col-2,
    .cook   .col-3,
    .cook   .col-4,
    .cook   .col-5,
    .cook   .col-6,
    .cook   .col-7,
    .cook   .col-8,
    .cook   .col-9,
    .cook   .col-10 {
        width: 100%;
    }

    .cook   .col-2,
    .cook   .col-3,
    .cook   .col-4 {
        text-align: center;
    }
}
@media (max-width: 440px) {
    .normal .flex {
        flex-direction: column;
    }
    .normal .heading {
        margin-top: 30px;
    }
    .normal .paragraph {
        margin-top: 10px;
    }
    .normal   .col-2,
    .normal   .col-3,
    .normal   .col-4,
    .normal   .col-5,
    .normal   .col-6,
    .normal   .col-7,
    .normal   .col-8,
    .normal   .col-9,
    .normal   .col-10 {
        width: 100%;
    }

    .normal   .col-2,
    .normal   .col-3,
    .normal   .col-4 {
        text-align: center;
    }
}
.ctas-input {
    outline: none;
    border: none;
    border-radius: 3px;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    width: 260px;
    display: inline-block;
}
.ctas-button {
    display: inline-block;
    margin: 0 0 0 10px;
    height: 40px;
    line-height: 38px;
    padding: 0 30px;
    background: #fff;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .3px;
    border: 1px solid white;
    text-decoration: none;
}
@media (max-width: 440px) {
    .ctas-input,
    .ctas-button {
        display: block;
        width: 100%;
        text-align: center;
    }
    .ctas-button {
        margin: 10px 0 0 0;
    }
}.socialproof {
    padding: 90px 0;
}.ctas-button,
.ctas-button-2 {
    display: inline-block;
    height: 40px;
    line-height: 38px;
    padding: 0 30px;
    background: #fff;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .3px;
    border: 1px solid white;
    text-decoration: none;
}
.ctas-button-2 {
    background: transparent;
    color: white;
    margin: 0 0 0 10px;
}
@media (max-width: 440px) {
    .ctas-button,
    .ctas-button-2 {
        display: block;
        width: 100%;
        text-align: center;
    }
    .ctas-button-2 {
        margin: 10px 0 0 0;
    }
}.footer {
    padding: 45px 0;
}
.footer .nav-link {
    display: inline-block;
    margin: 0 10px;
}.ctas-button,
.ctas-button-2 {
    display: inline-block;
    height: 40px;
    line-height: 38px;
    padding: 0 30px;
    background: #fff;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .3px;
    border: 1px solid white;
    text-decoration: none;
}
.ctas-button-2 {
    background: transparent;
    color: white;
    margin: 0 0 0 10px;
}
@media (max-width: 440px) {
    .ctas-button,
    .ctas-button-2 {
        display: block;
        width: 100%;
        text-align: center;
    }
    .ctas-button-2 {
        margin: 10px 0 0 0;
    }
}
.feature3 {
    padding: 40px 0;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.feature3 .emoji {
    font-size: 55px;
    color: black
}
@media (max-width: 750px) {
  .feature3 {
    padding: 30px 0;
  }
  .feature3 .emoji {
    font-size: 40px;
  }
  .feature3 .flex {
    flex-wrap: wrap;
  }
  .feature3 .paragraph {
    font-weight: 300;
  }
  .feature3 .col-4:nth-of-type(1) {
    width: 100%;
    margin-bottom: 30px;
  }
  .feature3 .col-4:not(:nth-of-type(1)) {
    width: 50%;
  }
  .feature3 .col-6:nth-of-type(1) {
    width: 100%;
    margin-bottom: 60px;
  }
  .feature3 .col-6:not(:nth-of-type(1)) {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 500px) {
  .feature3 {
    padding: 30px 0;
    border-bottom: 1px solid rgba(0,0,0,.1);
  }
  .feature3 .emoji {
      font-size: 55px;
      color: black
  }
  .feature3 .paragraph {
    font-weight: 300;
  }
  .feature3 .col-4:nth-of-type(1) {
      margin-bottom: 0;
  }
  .feature3 .col-4:not(:nth-of-type(1)) {
    width: 100%;
    margin-top: 30px;
  }
  .feature3 .col-6:nth-of-type(1) {
    width: 100%;
    margin-bottom: 60px;
  }
  .feature3 .col-6:not(:nth-of-type(1)) {
    width: 100%;
    margin-bottom: 30px;
  }
}
.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}