@font-face {
    font-family: 'F37GingerPro-Bold';
    src: url('F37GingerPro-Bold/F37GingerPro-Bold.eot');
    src: url('F37GingerPro-Bold/F37GingerPro-Bold.eot?#iefix') format('embedded-opentype'),
         url('F37GingerPro-Bold/F37GingerPro-Bold.woff') format('woff'),
         url('F37GingerPro-Bold/F37GingerPro-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ html { line-height: 1.15; -webkit-text-size-adjust: 100% } body { margin: 0 } main { display: block } h1 { font-size: 2em; margin: .67em 0 } hr { box-sizing: content-box; height: 0; overflow: visible } pre { font-family: monospace, monospace; font-size: 1em } a { background-color: transparent } abbr[title] { border-bottom: none; text-decoration: underline; text-decoration: underline dotted } b, strong { font-weight: bolder } code, kbd, samp { font-family: monospace, monospace; font-size: 1em } small { font-size: 80% } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline } sub { bottom: -.25em } sup { top: -.5em } img { border-style: none } button, input, optgroup, select, textarea { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0 } button, input { overflow: visible } button, select { text-transform: none } [type=button], [type=reset], [type=submit], button { -webkit-appearance: button } [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner { border-style: none; padding: 0 } [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring { outline: 1px dotted ButtonText } fieldset { padding: .35em .75em .625em } legend { box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal } progress { vertical-align: baseline } textarea { overflow: auto } [type=checkbox], [type=radio] { box-sizing: border-box; padding: 0 } [type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button { height: auto } [type=search] { -webkit-appearance: textfield; outline-offset: -2px } [type=search]::-webkit-search-decoration { -webkit-appearance: none } ::-webkit-file-upload-button { -webkit-appearance: button; font: inherit } details { display: block } summary { display: list-item } template { display: none } [hidden] { display: none } 

.cls-1{fill:#00937d}.cls-2,.cls-3{fill:none}.cls-3{stroke:#00937d;stroke-miterlimit:10;stroke-width:6.3px}

body *,
.font-smoothing {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.font-unsmoothing {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

a, a:hover, a:visited {
  color: #232336;
  text-decoration: underline;
}

body {
  background-color: #ceefe9;
  color: #232336;
  font-family: 'F37GingerPro-Bold', sans-serif;
}

/*spinner by loading.io*/
#loading {
  width: 100%;
  height: 100%;
  background: url('/assets/loading2.gif') center center no-repeat;
  background-size: 100px 100px;
  opacity: 1;
  display: block;
  z-index: 1;
  position: relative;
}

body,
html {
  height: 100%;
  height: 100%;
  overflow: hidden;
}

body,
input {
  font-size: 14px;
  line-height: 16px;
}

h2 {
  margin: 0 0 25px;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: -0.02em;
}

#yard {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
  display: flex;
  max-width: 400px;
  align-items: center;
  display: none;
  z-index: 0;
}
.no-js #yard     { display: flex; }
.no-js #loading  { display: none; }

.scaling-svg-container { position: relative; height: 0; width: 100%; padding: 0; padding-bottom: 100%; }
.scaling-svg { position: absolute; height: 100%; width: 100%; left: 0; top: 0; }
#logo-scaling-svg-container { padding-bottom: 69.91869918699187% }

#logo {
  max-width: 350px;
  margin-bottom: 75px;
  display: block !important;
}

#logo-text {
  position: absolute;
  top: 0;
  left: -99999px;
  width: 1px;
  height: 1px;
}

#garden {
  margin: 0 auto;
  max-width: 400px;
  position: relative;
  width: 100%;
}

#eyes {
  position: relative;
}

.eyeball {
  position: absolute;
}

#eyeholes {
  position: relative;
}

#eyehole1,
#eyehole2 {
  fill: #CEEFE9;
  position: absolute;
}

.clearfixit {
  *zoom: 1;
}
.clearfixit:before,
.clearfixit:after {
  content: " ";
  display: table;
}
.clearfixit:after {
  clear: both;
}

/*-------------------------------------------------*/

#mc_embed_signup{clear:left;}

#mc_embed_signup_scroll label {
  height: 20px;
  display: block;
  clear: both;
}

#submit-container {
  position: relative;
  top: 20px;
  margin-bottom: 25px;
}

#fname-container {
  margin-bottom: 25px;
  width: 96%;
}

#mce-EMAIL,
#mce-FNAME,
#mc-embedded-subscribe {
  border: 0;
  height: 36px;
  display: block;
  font-weight: 700;
}
#email-container {
  float: left;
  width: 64%;
  clear: both;
  margin-bottom: 25px;
}

#mce-EMAIL {
  margin-bottom: 14px;
  margin-right: 4%;
  margin-bottom: 15px;
  clear: left;
}
#mce-FNAME,
#mce-EMAIL {
  border-radius: 0;
  color: #00937d;
  padding: 0 0 0 4%;
  margin-bottom: 15px;
  width: 100%;
  overflow: hidden;
}

input::-webkit-input-placeholder{ color: #00937d; }
input:-moz-placeholder { color: #00937d; }

#mc-embedded-subscribe {
  background: #00937D;
  border-radius: 36px;
  color: #fff;
  width: 82px;
  width: 30%;
  padding: 0;
  float: right;
  display: block;
  cursor: pointer;
  -webkit-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
      transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
      transition-timing-function: ease-in-out;
}
#mc-embedded-subscribe:hover {
  background:#232336;
}
#mc_embed_signup input.mce_inline_error {
  background-color: #fff;
  color: #00937d;
}
body #mc_embed_signup div.mce_inline_error {
  margin: 0 0 15px;
  padding: 0;
  background-color: transparent;
  font-weight: normal;
  font-style: italic;
  z-index: 1;
  color: #232336;
  color: #00937d;
}
#mce-responses {
  clear: both;
}

@media (max-width: 480px) {

    #yard {
    width: 80%;
    height: 100%;
    position: relative;
    margin: 0 auto;
    }

    h2 {
      font-size: 29px;
      line-height: 33px;
      letter-spacing: -0.02em;
    }

  #email-container {
    float: none;
    width: 96%;
  }

  #mce-FNAME,
  #mce-EMAIL {
    padding: 0 0 0 4%;
  }


  #mc-embedded-subscribe {
    width: 80px;
    float: none;
  }

  #submit-container {
    top: 0px;
  }

}
