/* Neat 1.7.0
 * http://neat.bourbon.io
 * Copyright 2012-2014 thoughtbot, inc.
 * MIT License */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,300);

@font-face {
    font-family: 'gotham';
    src: url('fonts/gotham-book2-webfont.eot');
    src: url('fonts/gotham-book2-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotham-book2-webfont.woff2') format('woff2'),
         url('fonts/gotham-book2-webfont.woff') format('woff'),
         url('fonts/gotham-book2-webfont.ttf') format('truetype'),
         url('fonts/gotham-book2-webfont.svg#gothamregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


html, body, div, span, applet, object, iframe,
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,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

html {
  box-sizing: border-box; }

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




html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
}

h1, h2, h3, h4, h5 {
  cursor: default; }

h1, h2 {
  font-family: "open sans", "Lucida Grande", "Tahoma", "Verdana", "Arial", sans-serif;
  font-weight: 300; }

h1 {
  font-size: 3.2em;
  text-align: center;
  line-height: 1.3;
  color: #3A4145;
 }
  @media screen and (min-width: 480px) and (max-width: 1024px) {
    h1 {
      font-size: 2.8em; } }
  @media screen and (min-width: 320px) and (max-width: 480px) {
    h1 {
      font-size: 2em; } }

h2 {
  font-size: 2.3em; }

h3 {
  text-align: center;
  font-size: 1.5em;
  font-family: "open sans", "Lucida Grande", "Tahoma", "Verdana", "Arial", sans-serif;
  padding-bottom: 30px; }

h4 {
  font-size: 1.3em; }
  h4.form-head {
    font-family: "open sans", "Lucida Grande", "Tahoma", "Verdana", "Arial", sans-serif; }

br {
  clear: both; }

hr {
  width: 60%;
  border: 0;
  height: 1px;
  background: #d9dadb; }

body {
  color: #3A4145; }

.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.none {
  display: none; }

.modal-open {
  overflow: hidden; }

p.lead {
  font-size: 1.5em;
  font-family: "open sans", "Lucida Grande", "Tahoma", "Verdana", "Arial", sans-serif;
  text-align: center;
  margin-top: 10px;
  color: #79869f;
  -webkit-font-smoothing: antialiased; }
p.center {
  text-align: center; }
p.disclaimer {
  font-size: .75em;
  font-family: "open sans", "Lucida Grande", "Tahoma", "Verdana", "Arial", sans-serif;
  color: #79869f;
  -webkit-font-smoothing: antialiased; }
  p.disclaimer a {
    color: #3A4145;
    text-decoration: none; }
    p.disclaimer a:hover {
      border-bottom: 1px dotted #3A4145; }


strong {
  font-weight: 600; }

body {
  font-family: "gotham", "open sans", "Tahoma", "Verdana", "Arial", sans-serif;
  line-height: 1.5; 
}

header {
  height: 80px;
  margin-bottom: 50px; }


footer {
  width: 100%;
  margin-top: 25px;
  }

  footer .footer-links {
    color: rgba(0, 0, 0, 0.4);
    font-weight: 300; }
    footer .footer-links ul {
      text-align: center;
      /*padding: 40px 0 25;*/
      padding: 0px 20px 10px;
    }
    footer .footer-links ul li {
      display: inline-block;
      margin-right: 20px;
      padding-bottom: 15px;
      text-align: center; }
      footer .footer-links ul li a {
        color: #3A4145;
        text-decoration: none;
        font-weight: 300;
        opacity: 0.7;
        transition: opacity 0.2s ease; }
        footer .footer-links ul li a:hover {
          opacity: 1; }

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

.marketing {
  height: 100%;
  width: 100%;
  position: relative;
}
  .marketing body {
    height: 100%;
    width: 100%;
    position: relative;
    color: #79869f;
     }


    @media screen and (min-width: 320px) and (max-width: 650px) {
      .marketing body {
        font-size: 0.85em; } 
      }
    .marketing body.stop-scroll {
      overflow: hidden; }
  .marketing #tell-me-more {
    opacity: 0;
    position: absolute;
    top: 0px;
    /*top: 80px;*/
    right: 0; }
  .marketing input, .marketing button, .marketing div, .marketing form, .marketing img {
    box-sizing: border-box; }
  .marketing p.lead {
    font-size: 20px;
    padding: 0 18px;
    color: #79869f; }
  .marketing h1 {
    font-size: 3.2em; }
    @media screen and (min-width: 320px) and (max-width: 650px) {
      .marketing h1 {
        font-size: 2.8em;
        margin-bottom: 20px;
         } }
  .marketing h2 {
    font-size: 1.8em;
    color: #3b4246; }
    @media screen and (min-width: 320px) and (max-width: 650px) {
      .marketing h2 {
        width: 90%; } 
      .marketing .feature-list h2 {
        width: 100%;
      }
      }
  .marketing h3 {
    font-family: "open sans", "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
    font-size: 1.3em;
    color: #3b4246;
    padding-bottom: 15px; }
  .marketing span.text-green {
    color: #82bf02; }
  .marketing span.em {
    font-style: italic;
    font-weight: 600; }
  .marketing header {
    padding-top: 60px;
    text-align: center; }
  .marketing .highlightme {
    background-color: #fffac2; }
  .marketing section {
    margin: 0; }
    .marketing section:nth-of-type(1) {
      margin: 0; }
  .marketing .outer-container {
    max-width: 60em;
    margin-left: auto;
    margin-right: auto; }
    .marketing .outer-container:after {
      content: "";
      display: table;
      clear: both; }
  .marketing .logo-container {
    position: relative; }
    .marketing .logo-container .logo {
      background: url(../img-assets/logo-large.png) no-repeat;
      background-size: 160px;
      width: 160px;
      height: 84px;
      position: absolute;
      margin: auto;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }

      .marketing .icon-container {
        height: 100px;
        width: 100%;
        /* min-height: 200px; */
        margin-bottom: 35px;
        position: relative;
    }


      .icon-container .icon {
        background: url(../img-assets/LittleBook_Android.png) no-repeat;
        background-size: 100px;
        width: 100px;
        height: 100px;
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0; 
    }

      @media screen and (min-width: 320px) and (max-width: 650px) {
        .marketing .logo-container .logo {
          width: 120px;
          height: 70px;
          background-size: 120px; } }
  .marketing .logo-container, .marketing .splash-foot {
    height: 32.5%;
    width: 100%;
    min-height: 200px; }
  @media screen and (min-width: 320px) and (max-width: 650px) {
    .marketing .logo-container {
      height: 15%;
      min-height: 0; } }
  .marketing .splash-foot {
    overflow: visible;
    position: relative;
    text-align: center; }
    .marketing .splash-foot .more-wrap {
      margin: auto;
      width: 300px;
      height: 30px;
      position: absolute;
      /*top: -130px;*/
      top: -10px;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 999; }
      @media screen and (min-width: 320px) and (max-width: 650px) {
        .marketing .splash-foot .more-wrap {
          display: none; } }
    .marketing .splash-foot .tell-me-more {
      padding: 12px 74px;
      border-radius: 3px;
      /*border: 1px #D3D3D3 solid;*/
      background: rgba(255, 255, 255, 0.6);
      font-size: 1.4em;
      color: #0087e2;
      font-weight: 300;
      cursor: pointer;
      text-decoration: none; 
    }
      .marketing .splash-foot .tell-me-more:hover {
        /*color: #64B5F6; #0F67BE; */
        /*color: #0087e2;*/

      }
    .marketing .splash-foot .background-hills, .marketing .splash-foot .foreground-hills {
      position: relative;
      background-color: transparent;
      z-index: 9; }
    .marketing .splash-foot .foreground-hills:before {
      content: "";
      width: 100%;
      height: 450px;
      background: url(../images/hills.svg) no-repeat;
      background-size: 120%;
      background-position: center center;
      position: absolute;
      top: 0;
      right: 0;
      overflow: visible;
      z-index: -1; }
      @media screen and (min-width: 801px) and (max-width: 1024px) {
        .marketing .splash-foot .foreground-hills:before {
          background-size: 1500px; } }
      @media screen and (min-width: 651px) and (max-width: 800px) {
        .marketing .splash-foot .foreground-hills:before {
          background-size: 1300px; } }
      @media screen and (min-width: 320px) and (max-width: 650px) {
        .marketing .splash-foot .foreground-hills:before {
          background-size: 1200px;
          height: 300px;
          top: 100px; } }
    .marketing .splash-foot .background-hills:before {
      content: "";
      width: 100%;
      height: 400px;
      position: absolute;
      top: -70px;
      right: 0;
      background: url(../images/hills3.svg) no-repeat;
      background-size: 110%;
      background-position: center center;
      z-index: -2;
      opacity: 0.1; }
      @media screen and (min-width: 801px) and (max-width: 1024px) {
        .marketing .splash-foot .background-hills:before {
          background-size: 1500px; } }
      @media screen and (min-width: 651px) and (max-width: 800px) {
        .marketing .splash-foot .background-hills:before {
          display: none; } }
      @media screen and (min-width: 320px) and (max-width: 650px) {
        .marketing .splash-foot .background-hills:before {
          display: none; } }
    .marketing .splash-foot .background-mask {
      width: 100%;
      height: 200px;
      background: #F2F8FD;
      position: absolute;
      right: 0;
      bottom: -150px; }
  .marketing .main-cta {
    width: 600px;
    margin: 35px auto 0; }
    @media screen and (min-width: 320px) and (max-width: 650px) {
      .marketing .main-cta {
        width: 90%; } }
    .marketing .main-cta:hover .input-main-cta {
      border-color: #0096fb; }
    .marketing .main-cta:hover .btn-main-cta {
      background: #0096fb;
      border-color: #0096fb; }
    .marketing .main-cta .input-main-cta {
      font-family: "open sans", "open sans", "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
      font-weight: 300;
      font-size: 18px;
      padding: 0 15px;
      width: 380px;
      height: 50px;
      border: 2px solid #0087e2;
      border-radius: 3px 0 0 3px;
      border-right: 0;
      margin: 0;
      display: block;
      float: left;
      transition: border-color 0.2s ease; }
      .marketing .main-cta .input-main-cta::-webkit-input-placeholder {
        color: #d9dadb; }
      .marketing .main-cta .input-main-cta::-moz-placeholder {
        color: #d9dadb; }
      .marketing .main-cta .input-main-cta:-moz-placeholder {
        color: #d9dadb; }
      .marketing .main-cta .input-main-cta:-ms-input-placeholder {
        color: #d9dadb; }
      .marketing .main-cta .input-main-cta:focus {
        border-color: #0087e2; }
    .marketing .main-cta .btn-main-cta {
      cursor: pointer;
      height: 50px;
      padding: 0;
      width: 220px;
      border-radius: 0 3px 3px 0;
      color: #fff;
      background: #0087e2;
      border: solid 2px #0087e2;
      border-left: 0;
      transition: all 0.2s ease;
      display: block;
      float: left;
      margin: 0;
      font-family: "open sans", "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
      font-weight: 300;
      font-size: 18px; }
      .marketing .main-cta .btn-main-cta:focus {
        -webkit-box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.5); }
    @media screen and (min-width: 320px) and (max-width: 650px) {
      .marketing .main-cta .btn-main-cta, .marketing .main-cta .input-main-cta {
        width: 100%;
        margin-bottom: 10px;
        border-right: 2px solid #0087e2;
        border-left: 2px solid #0087e2;
        border-radius: 3px; } }
  .marketing .splash-content {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    min-height: 640px;
    position: relative;
    z-index: 5;
    background: #b3dbf6;
    /* Old browsers */
    background: -moz-linear-gradient(5deg, #b3dbf6 0%, #cbebff 10%, #f3f9fd 44%, #f7fafc 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #b3dbf6), color-stop(10%, #cbebff), color-stop(44%, #f3f9fd), color-stop(100%, #f7fafc));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(5deg, #b3dbf6 0%, #cbebff 10%, #f3f9fd 44%, #f7fafc 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(5deg, #b3dbf6 0%, #cbebff 10%, #f3f9fd 44%, #f7fafc 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(5deg, #b3dbf6 0%, #cbebff 10%, #f3f9fd 44%, #f7fafc 100%);
    /* IE10+ */
    background: linear-gradient(5deg, #b3dbf6 0%, #cbebff 10%, #f3f9fd 44%, #f7fafc 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3dbf6', endColorstr='#f7fafc',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */ 
    background: url(../img-assets/joy3.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
    /*background-position: 62% 0;*/
    /*background-position: bottom;*/
  }

    /* Use larger background for larger screens */
      @media screen and (min-width: 1200px) {
       .marketing .splash-content {
          background: url(../img-assets/joy2.jpg) no-repeat;
          background-position: 0% 72%;
          background-size: cover;
        }
    }

    .marketing .splash-content .main-center {
      text-align: center;
      height: 35%;
      min-height: 200px;
      width: 100%;
      text-align: center;
      background-color: transparent; }
      @media screen and (min-width: 320px) and (max-width: 650px) {

        .marketing .splash-content {
          /*height: 760px;*/
        }
        .marketing .splash-content .main-center {
          height: auto;
          padding: auto 10px; } 
        }
/*  .marketing .features, .marketing .feature-checks {
    background: rgba(0, 135, 226, 0.05); }*/
  .marketing .features, .marketing .three-points, .marketing .feature-checks, .marketing .faq, .marketing .paragraph-text, .marketing .foot-cta {
    padding-top: 100px;
    padding-bottom: 118px; }

  .foot-cta {
    background: url(../img-assets/takeoff2.jpg) no-repeat top;
    /*background: url(../img-assets/takeoff2.jpg) no-repeat 0 286px;*/
    background-size: cover;
/*    background-attachment: fixed;
*/  }

  .marketing .faq, .marketing .paragraph-text {
    border-bottom: 1px solid #E1E6EF; }

  .marketing .faq {
    padding-bottom: 200px
  }

  .marketing .features {    
    /*padding-top: 200px;   */
    position: relative; 
    }

    @media screen and (min-width: 320px) and (max-width: 650px) {
      .marketing .features {
        padding-top: 100px; 
        padding-bottom: 118px;
      } 
      section.foot-cta {
        background: url(../img-assets/takeoff-mobile.jpg) no-repeat;
        background-size: cover;
      }
      .marketing .foot-cta {
       padding-top: 55px;
       padding-bottom: 70px;
      }
      .marketing .three-points, .marketing .feature-checks {
      padding-top: 40px;
      padding-bottom: 0px; 
      }
      .marketing .faq {
       padding-top: 80px;
      padding-bottom: 80px; 
      }
    }
  .marketing .video {
    width: 600px;
    height: 338px;
    margin: 0 auto; }
    @media screen and (min-width: 651px) and (max-width: 800px) {
      .marketing .video {
        width: 80%;
        height: auto; } }
    @media screen and (min-width: 320px) and (max-width: 650px) {
      .marketing .video {
        width: 95%;
        height: auto; } }
  .marketing .three-points {
    text-align: center; }
    .marketing .three-points h2 {
      margin: 80px auto 100px;
     }
    .marketing .three-points .first-image, .marketing .three-points .second-image, .marketing .three-points .third-image {
      height: 246px;
      width: 246px;
      border-radius: 3px;
      background: url("../images/1.2.jpg") no-repeat center center/246px;
      margin: 10px auto 30px; }
    .marketing .three-points .first-image {
      background: url("../img-assets/1.2.jpg") no-repeat center center/246px; }
    .marketing .three-points .second-image {
      background: url("../img-assets/2.2.jpg") no-repeat center center/246px; }
    .marketing .three-points .third-image {
      background: url("../img-assets/3.2.jpg") no-repeat center center/246px; }
  .marketing .third {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    padding: 0 20px; }
    .marketing .third:last-child {
      margin-right: 0; }
    @media screen and (min-width: 651px) and (max-width: 800px) {
      .marketing .third {
        float: left;
        display: block;
        margin-right: 3.57866%;
        width: 100%;
        margin-bottom: 10px; }
        .marketing .third:last-child {
          margin-right: 0; }
        .marketing .third p {
          max-width: 400px;
          margin: 0 auto; } }
    @media screen and (min-width: 320px) and (max-width: 650px) {
      .marketing .third {
        float: left;
        display: block;
        /*margin-right: 7.42297%;*/
        width: 100%;
        margin-bottom: 40px; }
        .marketing .third:last-child {
          margin-right: 0; }
        .marketing .third p {
          max-width: 400px;
          margin: 0 auto; }
        }
  .marketing .half {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    padding: 0 20px;
    text-align: center; }
    .marketing .half:last-child {
      margin-right: 0; }
    @media screen and (min-width: 320px) and (max-width: 650px) {
      .marketing .half {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%; }
        .marketing .half:last-child {
          margin-right: 0; }
        .marketing .half:first-of-type {
          margin-bottom: 30px; } }
  .marketing .balloon {
    position: absolute;
    top: 0;
    left: -300px;
    width: 240px;
    height: 365px;
    -webkit-animation: bob 3s ease-in-out infinite;
    -moz-animation: bob 3s ease-in-out infinite;
    animation: bob 3s ease-in-out infinite; }
    @media screen and (min-width: 320px) and (max-width: 650px) {
      .marketing .balloon {
        display: none; } }
@-webkit-keyframes bob {
  50% {
    -webkit-transform: translateY(-10px); } }
@-moz-keyframes bob {
  50% {
    -moz-transform: translateY(-10px); } }
@keyframes bob {
  50% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px); } }
  .marketing .balloon:after {
    content: "";
    width: 100%;
    height: 100%;
    background: url("../img-assets/angel.gif") no-repeat center center/188px;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  .marketing .clouds1 {
    position: absolute;
    top: -120px;
    left: -560px;
    width: 560px;
    height: 550px; }
    @media screen and (min-width: 320px) and (max-width: 650px) {
      .marketing .clouds1 {
        display: none; } }
  .marketing .clouds1:after {
    content: "";
    width: 100%; 
    height: 100%;
    background: url("../images/clouds1.svg") no-repeat center center/550px;
    position: absolute;
    top: 0;
    right: 0; }
  .marketing .clouds2 {
    position: absolute;
    top: -20px;
    right: -150px;
    width: 310px;
    height: 350px; }
    @media screen and (min-width: 320px) and (max-width: 650px) {
      .marketing .clouds2 {
        display: none; } }
  .marketing .clouds2:after {
    content: "";
    width: 100%;
    height: 100%;
    background: url("../images/clouds2.svg") no-repeat center center/300px;
    background-size: 300px;
    position: absolute;
    top: 0;
    right: 0; }
  .marketing .feature-list {
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-left: 42.64902%; }
    .marketing .feature-list:last-child {
      margin-right: 0; }
    .marketing .feature-list ul {
      padding-top: 20px; }
    @media screen and (min-width: 320px) and (max-width: 650px) {
      .marketing .feature-list {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%;
        margin-left: 0%; }
        .marketing .feature-list:last-child {
          margin-right: 0; }
        .marketing .feature-list h2 {
          text-align: center; }
        .marketing .feature-list ul {
          display: table;
          margin: 0 auto; } }
  .marketing .feature-li {
    padding: 5px 0;
    margin-left: 40px;
    position: relative; }
    .marketing .feature-li:before {
      content: "";
      width: 25px;
      height: 25px;
      position: absolute;
      left: -35px;
      top: 6px;
      background: url("../img-assets/graphic-tick.svg") no-repeat center center/25px; }
  .marketing .paragraph-text p {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-left: 17.05961%;
    text-align: center; }
    .marketing .paragraph-text p:last-child {
      margin-right: 0; }
  .marketing .foot-cta h2 {
    text-align: center;
    margin: 0 auto; }


        .mobile-apps .apps .app-item {
      display: inline-block;
      margin-top: 35px;
      }

      .mobile-apps .app-link {
          display: block;
          height: 40px;
          width: 135px;
      }

      .mobile-apps .app-ios {
        background: url("/img-assets/mobile-install-apple.png") transparent no-repeat;
        margin-right: 20px;
      }

      .mobile-apps .app-android {
        background: url("/img-assets/mobile-install-google.png") transparent no-repeat;
      }


  @media screen and (min-width: 320px) and (max-width: 650px) {
    .marketing footer {
      height: 120px;
      margin-top: 45px;
       } 
    .marketing .splash-content{
      /*background-size: 900px 900px;*/
        }

          .mobile-apps .app-ios {
        margin-right: 10px;
        }
     }
  .marketing footer.sign-up {
    height: 120px;
     }

 /* .marketing section.paragraph-text.features.top-part {
    padding-bottom: 200px;
  }
*/
  .marketing section.paragraph-text.bottom-part {
    padding: 100px 0;
  }

.book {
    margin: 0 50%;
    width: 100px;
    position: relative;
    left: -50px;
}



