/* Neat 1.7.0
 * http://neat.bourbon.io
 * Copyright 2012-2014 thoughtbot, inc.
 * MIT License */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *: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: 80px;
    right: 0; }
  @media screen and (min-width: 320px) and (max-width: 650px) {
    .marketing .sign-in-button {
      background: none;
      padding: 0;
      border: 0;
      font-size: 0.85em; } }
  .marketing input, .marketing button, .marketing div, .marketing form, .marketing img {
    box-sizing: border-box; }
  .marketing p.lead {
    font-size: 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; } }
  .marketing h2 {
    font-size: 1.8em;
    color: #3b4246; }
    @media screen and (min-width: 320px) and (max-width: 650px) {
      .marketing h2 {
        width: 90%; } }
  .marketing h3 {
    font-family: "proxima nova", "proxima-nova", "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(../images/ce_logo.png) no-repeat;
      background-size: 160px;
      width: 160px;
      height: 84px;
      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: 200px;
      height: 30px;
      position: absolute;
      top: -130px;
      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: 5px 12px;
      border-radius: 3px;
      background: rgba(255, 255, 255, 0.5);
      font-size: 1em;
      color: #0087e2;
      font-weight: 300;
      cursor: pointer;
      text-decoration: none; }
      .marketing .splash-foot .tell-me-more:hover {
        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: "proxima nova", "proxima-nova", "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 {
      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: "proxima nova", "proxima-nova", "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: 600px;
    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 */ }
    .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 .main-center {
          height: auto;
          padding: auto 10px; } }
  .marketing .ce-video, .marketing .feature-checks {
    background: rgba(0, 135, 226, 0.05); }
  .marketing .ce-video, .marketing .three-points, .marketing .feature-checks, .marketing .faq, .marketing .paragraph-text, .marketing .foot-cta {
    padding-top: 80px;
    padding-bottom: 80px; }
  .marketing .faq, .marketing .paragraph-text {
    border-bottom: 1px solid #E1E6EF; }
  .marketing .ce-video {
    padding-top: 200px;
    position: relative; }
    @media screen and (min-width: 320px) and (max-width: 650px) {
      .marketing .ce-video {
        padding-top: 100px; } }
  .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 .video .wistia-embedd {
      z-index: 9999; }
  .marketing .three-points {
    text-align: center; }
    .marketing .three-points h2 {
      margin: 0 auto;
      margin-bottom: 20px; }
    .marketing .three-points .clicking-img, .marketing .three-points .scroll-img, .marketing .three-points .sources-img {
      height: 175px;
      width: 175px;
      background: url("../images/webpage.svg") no-repeat center center/175px;
      margin: 10px auto 15px; }
    .marketing .three-points .clicking-img {
      background: url("../images/webpage-heatmap-img.svg") no-repeat center center/175px; }
    .marketing .three-points .scroll-img {
      background: url("../images/webpage-scrollmap-img.svg") no-repeat center center/175px; }
    .marketing .three-points .sources-img {
      background: url("../images/webpage-confetti-img.svg") no-repeat center center/175px; }
  .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: 10px; }
        .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("../images/balloon.svg") no-repeat center center/220px;
    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: -40px;
      background: url("../images/graphic-tick.svg") no-repeat center center/20px; }
  .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; }
  @media screen and (min-width: 320px) and (max-width: 650px) {
    .marketing footer {
      height: 120px; } }
  .marketing footer.sign-up {
    height: 120px; }
