/*
 * Colors
 */
/*
 * Fonts
 */
/*
 * Bootstrap Media Queries
 */
/*
 * Z-index helpers
 */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  position: relative;
}

::-moz-selection {
  background-color: #8acce9;
  color: #031727;
}

::selection {
  background-color: #8acce9;
  color: #031727;
}

:root {
  font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

body, html {
  background-color: #fff;
  overflow-x: hidden;
}

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 {
  font-family: inherit;
  line-height: inherit;
}

button,
[type='text'] {
  -webkit-appearance: none;
  border: 0;
  color: inherit;
  font-size: inherit;
  outline: none;
}

h2 {
  font-weight: 600;
}

h1, h2, h3, h4, h5 {
  font-weight: 300;
  font-family: "Open Sans";
}

h4 {
  font-weight: bold;
  font-size: 21px;
}

h1, h5 {
  font-weight: bold;
}

h3 {
  color: #279bcc;
}

p {
  font-family: "Open Sans";
}

p.caption {
  font-size: 17px;
}

p.blurb {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  color: #979797;
}

p.subhead {
  margin-bottom: 30px;
}

.margin-top-sm {
  margin-top: 1em !important;
}

.margin-top-md {
  margin-top: 3em !important;
}

.margin-top-lg {
  margin-top: 6em;
}

.margin-top-xlg {
  margin-top: 8em;
}

.margin-bottom-sm {
  margin-bottom: 1em;
}

.margin-bottom-md {
  margin-bottom: 3em !important;
}

.margin-bottom-lg {
  margin-bottom: 6em;
}

.hide {
  display: none;
}

@media (max-width: 768px) {
  .hide-for-small-only {
    display: none !important;
  }
}

.right {
  float: right !important;
}

.anchor {
  position: relative;
  top: -75px;
}

.flex-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

flex-start {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.flex-container {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 1em;
}

@media (min-width: 540px) {
  .flex-container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .flex-container {
    max-width: 768px;
  }
}

@media (min-width: 992px) {
  .flex-container {
    max-width: 992px;
  }
}

@media (min-width: 1200px) {
  .flex-container {
    max-width: 1200px;
  }
}

.flex-row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1em;
}

.flex-row--v-center {
  -ms-flex-align: center;
      align-items: center;
}

.flex-row--v-bottom {
  -ms-flex-align: end;
      align-items: flex-end;
}

.flex-row--h-center {
  -ms-flex-pack: center;
      justify-content: center;
}

.flex-row--h-right {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.flex-row--reverse {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

.flex-row--h-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.flex-col-xs-1,
.flex-col-sm-1,
.flex-col-md-1,
.flex-col-lg-1 {
  box-sizing: border-box;
  padding: 1em;
  width: 100%;
}

@media (min-width: 540px) {
  .flex-col-xs-1 {
    max-width: calc(100% * (1 / 12));
    width: calc(100% * (1 / 12));
  }
}

@media (min-width: 768px) {
  .flex-col-sm-1 {
    max-width: calc(100% * (1 / 12));
    width: calc(100% * (1 / 12));
  }
}

@media (min-width: 992px) {
  .flex-col-md-1 {
    max-width: calc(100% * (1 / 12));
    width: calc(100% * (1 / 12));
  }
}

@media (min-width: 1200px) {
  .flex-col-lg-1 {
    max-width: calc(100% * (1 / 12));
    width: calc(100% * (1 / 12));
  }
}

.flex-col-xs-2,
.flex-col-sm-2,
.flex-col-md-2,
.flex-col-lg-2 {
  box-sizing: border-box;
  padding: 1em;
  width: 100%;
}

@media (min-width: 540px) {
  .flex-col-xs-2 {
    max-width: calc(100% * (2 / 12));
    width: calc(100% * (2 / 12));
  }
}

@media (min-width: 768px) {
  .flex-col-sm-2 {
    max-width: calc(100% * (2 / 12));
    width: calc(100% * (2 / 12));
  }
}

@media (min-width: 992px) {
  .flex-col-md-2 {
    max-width: calc(100% * (2 / 12));
    width: calc(100% * (2 / 12));
  }
}

@media (min-width: 1200px) {
  .flex-col-lg-2 {
    max-width: calc(100% * (2 / 12));
    width: calc(100% * (2 / 12));
  }
}

.flex-col-xs-3,
.flex-col-sm-3,
.flex-col-md-3,
.flex-col-lg-3 {
  box-sizing: border-box;
  padding: 1em;
  width: 100%;
}

@media (min-width: 540px) {
  .flex-col-xs-3 {
    max-width: calc(100% * (3 / 12));
    width: calc(100% * (3 / 12));
  }
}

@media (min-width: 768px) {
  .flex-col-sm-3 {
    max-width: calc(100% * (3 / 12));
    width: calc(100% * (3 / 12));
  }
}

@media (min-width: 992px) {
  .flex-col-md-3 {
    max-width: calc(100% * (3 / 12));
    width: calc(100% * (3 / 12));
  }
}

@media (min-width: 1200px) {
  .flex-col-lg-3 {
    max-width: calc(100% * (3 / 12));
    width: calc(100% * (3 / 12));
  }
}

.flex-col-xs-4,
.flex-col-sm-4,
.flex-col-md-4,
.flex-col-lg-4 {
  box-sizing: border-box;
  padding: 1em;
  width: 100%;
}

@media (min-width: 540px) {
  .flex-col-xs-4 {
    max-width: calc(100% * (4 / 12));
    width: calc(100% * (4 / 12));
  }
}

@media (min-width: 768px) {
  .flex-col-sm-4 {
    max-width: calc(100% * (4 / 12));
    width: calc(100% * (4 / 12));
  }
}

@media (min-width: 992px) {
  .flex-col-md-4 {
    max-width: calc(100% * (4 / 12));
    width: calc(100% * (4 / 12));
  }
}

@media (min-width: 1200px) {
  .flex-col-lg-4 {
    max-width: calc(100% * (4 / 12));
    width: calc(100% * (4 / 12));
  }
}

.flex-col-xs-5,
.flex-col-sm-5,
.flex-col-md-5,
.flex-col-lg-5 {
  box-sizing: border-box;
  padding: 1em;
  width: 100%;
}

@media (min-width: 540px) {
  .flex-col-xs-5 {
    max-width: calc(100% * (5 / 12));
    width: calc(100% * (5 / 12));
  }
}

@media (min-width: 768px) {
  .flex-col-sm-5 {
    max-width: calc(100% * (5 / 12));
    width: calc(100% * (5 / 12));
  }
}

@media (min-width: 992px) {
  .flex-col-md-5 {
    max-width: calc(100% * (5 / 12));
    width: calc(100% * (5 / 12));
  }
}

@media (min-width: 1200px) {
  .flex-col-lg-5 {
    max-width: calc(100% * (5 / 12));
    width: calc(100% * (5 / 12));
  }
}

.flex-col-xs-6,
.flex-col-sm-6,
.flex-col-md-6,
.flex-col-lg-6 {
  box-sizing: border-box;
  padding: 1em;
  width: 100%;
}

@media (min-width: 540px) {
  .flex-col-xs-6 {
    max-width: calc(100% * (6 / 12));
    width: calc(100% * (6 / 12));
  }
}

@media (min-width: 768px) {
  .flex-col-sm-6 {
    max-width: calc(100% * (6 / 12));
    width: calc(100% * (6 / 12));
  }
}

@media (min-width: 992px) {
  .flex-col-md-6 {
    max-width: calc(100% * (6 / 12));
    width: calc(100% * (6 / 12));
  }
}

@media (min-width: 1200px) {
  .flex-col-lg-6 {
    max-width: calc(100% * (6 / 12));
    width: calc(100% * (6 / 12));
  }
}

.flex-col-xs-7,
.flex-col-sm-7,
.flex-col-md-7,
.flex-col-lg-7 {
  box-sizing: border-box;
  padding: 1em;
  width: 100%;
}

@media (min-width: 540px) {
  .flex-col-xs-7 {
    max-width: calc(100% * (7 / 12));
    width: calc(100% * (7 / 12));
  }
}

@media (min-width: 768px) {
  .flex-col-sm-7 {
    max-width: calc(100% * (7 / 12));
    width: calc(100% * (7 / 12));
  }
}

@media (min-width: 992px) {
  .flex-col-md-7 {
    max-width: calc(100% * (7 / 12));
    width: calc(100% * (7 / 12));
  }
}

@media (min-width: 1200px) {
  .flex-col-lg-7 {
    max-width: calc(100% * (7 / 12));
    width: calc(100% * (7 / 12));
  }
}

.flex-col-xs-8,
.flex-col-sm-8,
.flex-col-md-8,
.flex-col-lg-8 {
  box-sizing: border-box;
  padding: 1em;
  width: 100%;
}

@media (min-width: 540px) {
  .flex-col-xs-8 {
    max-width: calc(100% * (8 / 12));
    width: calc(100% * (8 / 12));
  }
}

@media (min-width: 768px) {
  .flex-col-sm-8 {
    max-width: calc(100% * (8 / 12));
    width: calc(100% * (8 / 12));
  }
}

@media (min-width: 992px) {
  .flex-col-md-8 {
    max-width: calc(100% * (8 / 12));
    width: calc(100% * (8 / 12));
  }
}

@media (min-width: 1200px) {
  .flex-col-lg-8 {
    max-width: calc(100% * (8 / 12));
    width: calc(100% * (8 / 12));
  }
}

.flex-col-xs-9,
.flex-col-sm-9,
.flex-col-md-9,
.flex-col-lg-9 {
  box-sizing: border-box;
  padding: 1em;
  width: 100%;
}

@media (min-width: 540px) {
  .flex-col-xs-9 {
    max-width: calc(100% * (9 / 12));
    width: calc(100% * (9 / 12));
  }
}

@media (min-width: 768px) {
  .flex-col-sm-9 {
    max-width: calc(100% * (9 / 12));
    width: calc(100% * (9 / 12));
  }
}

@media (min-width: 992px) {
  .flex-col-md-9 {
    max-width: calc(100% * (9 / 12));
    width: calc(100% * (9 / 12));
  }
}

@media (min-width: 1200px) {
  .flex-col-lg-9 {
    max-width: calc(100% * (9 / 12));
    width: calc(100% * (9 / 12));
  }
}

.flex-col-xs-10,
.flex-col-sm-10,
.flex-col-md-10,
.flex-col-lg-10 {
  box-sizing: border-box;
  padding: 1em;
  width: 100%;
}

@media (min-width: 540px) {
  .flex-col-xs-10 {
    max-width: calc(100% * (10 / 12));
    width: calc(100% * (10 / 12));
  }
}

@media (min-width: 768px) {
  .flex-col-sm-10 {
    max-width: calc(100% * (10 / 12));
    width: calc(100% * (10 / 12));
  }
}

@media (min-width: 992px) {
  .flex-col-md-10 {
    max-width: calc(100% * (10 / 12));
    width: calc(100% * (10 / 12));
  }
}

@media (min-width: 1200px) {
  .flex-col-lg-10 {
    max-width: calc(100% * (10 / 12));
    width: calc(100% * (10 / 12));
  }
}

.flex-col-xs-11,
.flex-col-sm-11,
.flex-col-md-11,
.flex-col-lg-11 {
  box-sizing: border-box;
  padding: 1em;
  width: 100%;
}

@media (min-width: 540px) {
  .flex-col-xs-11 {
    max-width: calc(100% * (11 / 12));
    width: calc(100% * (11 / 12));
  }
}

@media (min-width: 768px) {
  .flex-col-sm-11 {
    max-width: calc(100% * (11 / 12));
    width: calc(100% * (11 / 12));
  }
}

@media (min-width: 992px) {
  .flex-col-md-11 {
    max-width: calc(100% * (11 / 12));
    width: calc(100% * (11 / 12));
  }
}

@media (min-width: 1200px) {
  .flex-col-lg-11 {
    max-width: calc(100% * (11 / 12));
    width: calc(100% * (11 / 12));
  }
}

.flex-col-xs-12,
.flex-col-sm-12,
.flex-col-md-12,
.flex-col-lg-12 {
  box-sizing: border-box;
  padding: 1em;
  width: 100%;
}

@media (min-width: 540px) {
  .flex-col-xs-12 {
    max-width: calc(100% * (12 / 12));
    width: calc(100% * (12 / 12));
  }
}

@media (min-width: 768px) {
  .flex-col-sm-12 {
    max-width: calc(100% * (12 / 12));
    width: calc(100% * (12 / 12));
  }
}

@media (min-width: 992px) {
  .flex-col-md-12 {
    max-width: calc(100% * (12 / 12));
    width: calc(100% * (12 / 12));
  }
}

@media (min-width: 1200px) {
  .flex-col-lg-12 {
    max-width: calc(100% * (12 / 12));
    width: calc(100% * (12 / 12));
  }
}

@media (max-width: 768px) {
  .hide-sm {
    display: none;
  }
}

@media (min-width: 992px) {
  .hide-md {
    display: none;
  }
}

.close {
  float: none;
  position: absolute;
  right: 15px;
  top: 21px;
}

.form-group {
  width: 80%;
  margin: auto;
}

.form-group .form-control {
  background-color: #f9f9f9;
}

.modal-content {
  padding: 2em 1em 1em 0em;
}

.modal-title {
  margin: auto;
  width: 80%;
}

.modal-header {
  padding-left: 20px;
  border-bottom: none;
}

.modal-footer {
  border-top: none;
}

.form-group {
  padding-bottom: 17px;
}

.form-group input, .form-group select {
  height: 50px;
}

.form-group label {
  font-size: 17px;
  font-weight: normal;
  margin-bottom: 8px;
}

nav li a {
  font-size: 14px;
  font-weight: 500;
}

.navbar {
  background-color: transparent;
  border-radius: 0;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  min-width: 350px;
}

.navbar .bordered-link {
  border: 2px solid white;
  border-radius: 6px;
  padding: 0.5em;
  margin-top: 10px;
  margin-left: 15px;
  transition: background 0.2s linear;
  max-width: 170px;
}

.navbar .bordered-link:hover {
  background: rgba(255, 255, 255, 0.25) !important;
}

.navbar-header {
  z-index: 9;
  margin-top: -4px;
}

@media (max-width: 435px) {
  .navbar-header {
    margin-top: -19px;
  }
}

.navbar-nav li a {
  color: #333;
  font-size: 13px;
}

.navbar-right {
  margin-right: -25px;
  margin-top: 8px;
}

.navbar-right .logo {
  opacity: 0;
}

@media (min-width: 768px) {
  .navbar-right .logo {
    display: none;
  }
}

.navbar-right a {
  opacity: 0.8;
}

.navbar-right a:hover {
  opacity: 1;
}

.navbar-right .active a {
  opacity: 1;
  background-color: transparent !important;
}

.visible {
  padding-top: 5px !important;
}

.visible .navbar-right .logo {
  opacity: 1;
}

.navbar--fixed {
  background-image: linear-gradient(to right bottom, #009dce, #00c9e4);
  background-color: #fff;
  box-shadow: 0px 2px 2px rgba(32, 32, 32, 0.1);
  position: fixed;
}

.navbar--fixed.slide-in {
  animation-duration: 0.25s;
  animation-fill-mode: forwards;
  animation-name: header-slide-in;
}

@keyframes header-slide-in {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0%);
  }
}

@media (max-width: 768px) {
  .navbar--fixed {
    box-shadow: none;
  }
}

@media (max-width: 768px) {
  .navbar--fixed .navbar-header {
    box-shadow: 0px 3px 4px rgba(32, 32, 32, 0.25);
  }
}

.navbar-default .navbar-toggle {
  border-color: transparent;
  margin-top: 30px;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-default .navbar-collapse {
  background-color: #031727;
  border-top: 0;
}

@media (min-width: 768px) {
  .navbar-default .navbar-collapse {
    background-color: transparent;
  }
}

.navbar-default .navbar-brand {
  font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
  margin-bottom: 15px;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
}

.navbar-nav li a:hover {
  background-color: #fff;
  color: #000;
}

.navbar-brand__strong {
  font-weight: 700;
}

.navbar-brand__light {
  font-weight: 300;
}

@media (max-width: 768px) {
  .navbar__links-wrapper {
    background-color: #279bcc;
    box-shadow: 0px 2px 4px rgba(32, 32, 32, 0.25);
    height: 200vh;
    position: fixed;
    right: 0;
    top: 0;
    min-width: 240px;
    padding: 60px 1em 0 2em;
    transform: translateX(100%);
    transition: transform 0.5s;
    z-index: 9999;
  }
  .navbar__links-wrapper.visible {
    transform: translateX(0%);
  }
  .navbar__links-wrapper li {
    margin-bottom: 1em;
  }
  .navbar__mobile-shade {
    background-color: transparent;
    height: 0;
    left: 0;
    position: fixed;
    top: 0;
    transition: background-color 0.25s;
    width: 100vw;
    z-index: 999;
  }
  .visible ~ .navbar__mobile-shade {
    background-color: rgba(0, 0, 0, 0.75);
    height: 200vh;
  }
}

.hero__wrapper {
  position: relative;
}

.hero__wrapper .hero {
  background-image: linear-gradient(to right bottom, #009dce, #00c9e4);
  text-align: center;
  padding: 5em 1em 0px;
  min-height: 662px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-flow: column-reverse;
      flex-flow: column-reverse;
}

.hero__wrapper .hero._no-padding {
  padding: 0;
}

.hero__wrapper .hero__headline {
  -ms-flex-align: center;
      align-items: center;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 50px;
  font-weight: 100;
  margin: 0.5em 0;
  min-height: 214px;
  opacity: 1;
  transition: opacity 0.5s;
}

.hero__wrapper .hero__headline small {
  color: #fff;
  font-size: .35em;
  margin-top: 8px;
  font-weight: 100;
}

@media (max-width: 768px) {
  .hero__wrapper .hero__headline {
    min-height: 214px;
    font-size: 1.8em;
  }
}

.hero__wrapper .hero__subhead {
  display: block;
  font-size: 17px;
  top: 220px;
  color: white;
}

@media (max-width: 768px) {
  .hero__wrapper .hero__subhead {
    top: 180px;
    font-size: 12px;
  }
}

.hero__wrapper .hero__headline--fade-out {
  opacity: 0;
}

.hero__wrapper .email {
  box-shadow: none;
}

.hero__wrapper .email__main-content {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.hero__wrapper .email__body,
.hero__wrapper .email__field:last-child {
  position: static;
}

.hero__wrapper .email__body {
  max-height: 125px;
  min-height: 125px;
}

.hero__wrapper .email__body::before {
  content: '';
  display: block;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
  height: 60px;
  width: 100%;
  top: calc(100% - 60px + 1px);
  left: 0;
  position: absolute;
  z-index: 9;
}

.callout {
  border-bottom: 1px solid #faebcc;
  color: #8a6d3b;
  background-color: #fcf8e3;
}

.callout p {
  padding: 15px;
  padding-bottom: 7px;
}

.callout a {
  color: #8a6d3b;
  font-weight: bold;
  text-decoration: underline;
}

.hero--automatic-interaction {
  overflow: hidden;
}

.hero__automatic-interaction-message {
  color: #fff;
  font-size: 1.2em;
  opacity: 0;
  position: absolute;
  transition: opacity 0.75s;
  width: 100%;
}

.hero__automatic-interaction-message--show {
  opacity: 1;
}

/* Typed.js */
.typed-cursor {
  opacity: 1;
  animation: blink 0.7s infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.typed-fade-out {
  opacity: 0;
  animation: 0;
  transition: opacity .25s;
}

/* End Typed.js */
.form-control:focus {
  border-color: #3498db;
}

.sign-up {
  background-color: #f9f9f9;
  padding: 3em 0;
}

.sign-up__input-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media (min-width: 992px) {
  .sign-up__input-wrapper {
    width: 55%;
    height: 55px;
  }
}

.sign-up__input {
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding: 0.5em;
  border: 1px solid #e1e1e1;
}

.sign-up__submit-button {
  border-radius: 0.25em;
  cursor: pointer;
  padding: 0.75em 1em;
  white-space: nowrap;
}

.sign-up__submit-button:focus, .sign-up__submit-button:active {
  outline: 0;
}

.featured-logos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 2em;
  padding-bottom: 2em;
}

.featured-logos::after {
  bottom: 0;
  content: '';
  display: block;
  height: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 100%;
}

@media (max-width: 992px) {
  .featured-logos {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.featured-logos__logo-wrapper {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  max-width: calc(100% / 7);
  padding: 1em;
  width: calc(100% / 7);
}

.featured-logos__logo-wrapper img {
  max-height: 50px;
  max-width: 100%;
  opacity: 0.5;
}

.featured-logos__logo-wrapper [alt^='cnet'] {
  height: 100%;
}

@media (max-width: 992px) {
  .featured-logos__logo-wrapper {
    min-width: 150px;
    max-width: calc(100% / 4);
    width: calc(100% / 4);
  }
}

@media (max-width: 768px) {
  .featured-logos__logo-wrapper:nth-of-type(1n + 5) {
    min-width: 150px;
    max-width: calc(100% / 3);
    width: calc(100% / 3);
  }
}

footer {
  display: -ms-flexbox;
  display: flex;
  background-color: #f9f9f9;
  color: #979797;
  padding: 6em 7em;
  text-align: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.info-column {
  max-width: 350px;
  min-width: 250px;
  margin: 0 5em;
}

.info-column.text {
  margin-top: 4em;
}

.info-column .info {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
  width: 100%;
}

.info-column .info img.icon-rocket {
  margin-right: 10px;
}

.info-column .info img.icon {
  margin-top: 3px;
  margin-right: 1em;
}

.info-column .info .info-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-left: 2em;
  width: 100%;
}

.info-column .info .info-text h4 {
  color: #202020;
  font-weight: 600;
  margin-top: 0;
  font-size: 14px;
}

.info-column .info .info-text p {
  text-align: left;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.6em;
  color: #9fa1a4;
  width: 100%;
}

.links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}

.links-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  text-align: left;
  max-width: 300px;
  min-width: 130px;
  margin: 0.5em auto;
  padding-left: 20px;
  font-size: 13px;
}

.links-column h4 {
  color: #202020;
  font-weight: 600;
  margin-top: 0;
  font-size: 14px;
}

.links-column a {
  font-weight: 300;
  line-height: 1.6em;
  color: #9fa1a4;
  text-decoration: none;
}

.links-column a:hover {
  color: #787878;
}

section.featured-logos {
  background-color: #f9f9f9;
  margin: 0;
  padding: 2em 10em;
  width: 100%;
}

section.featured-logos img {
  width: 100%;
}

section.main-features {
  padding: 1em 10%;
  margin-top: 3em;
  margin-bottom: 4em;
}

section.main-features h3 {
  font-size: 30px;
  font-weight: 100;
  margin-top: 0;
}

section.main-features p.blurb {
  font-size: 16px;
  font-weight: 400;
}

section.section-amazing {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 400px;
  background-image: url("/assets/images/amazing.png");
  background-size: 2058px 1375px;
  background-repeat: no-repeat;
  background-position: center;
}

section.section-amazing .blue-filter {
  position: absolute;
  background-color: #279bcc;
  width: 100%;
  top: 0;
  left: 0;
  height: 400px;
  opacity: 0.7;
}

section.section-amazing p {
  color: #fff;
  font-style: italic;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  text-align: center;
}

section.section-amazing p.quote {
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
  font-weight: 700;
  font-size: 90px;
  max-height: 20px;
  bottom: 20px;
  left: 15px;
}

section.section-amazing p.username {
  font-size: 12px;
  font-style: normal;
}

section.section-manifesto {
  padding: 5em 5%;
}

section.section-manifesto h3 {
  color: black;
  font-size: 30px;
  font-weight: 100;
}

section.section-just-email {
  background-color: #f9f9f9;
  padding: 4em 5%;
  padding-bottom: 60px;
  width: 100%;
}

section.section-just-email .sub-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.5em 0.5em;
}

section.section-just-email .sub-section .text-wrapper {
  margin-left: 1em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

section.section-just-email h3 {
  color: black;
  font-size: 30px;
  font-weight: 100;
  margin-bottom: 1em;
}

section.section-just-email h4 {
  margin: 0;
  color: black;
  font-size: 21px;
  font-weight: 400;
}

section.section-just-email p {
  width: 280px;
}

section.section-trusted {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  background-image: url("/assets/images/bg-logos.png");
  margin: 4em auto;
  height: 400px;
  background-size: 80% 400px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

section.section-trusted h3 {
  margin: 0;
}

@media (max-width: 768px) {
  section.section-trusted h3 {
    font-size: 16px;
  }
}

section.pricing-main-content {
  margin-top: 50px;
}

section.pricing-main-content li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

section.text-main-content {
  margin-top: 50px;
}

section.text-main-content .mtree {
  margin-top: 70px;
}

section.text-main-content .fut-emulator-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  section.text-main-content .fut-emulator-holder {
    margin-top: 4em;
  }
}

section.text-main-content .fut-emulator-holder .email {
  max-height: none;
}

section.text-main-content a {
  font-weight: 300;
  line-height: 1.6em;
  color: #00a2cb;
  text-decoration: none;
}

section.text-main-content a:hover {
  color: #787878;
  cursor: pointer;
  font-weight: 300;
}

section.text-main-content a:focus {
  color: #787878;
}

section.text-main-content p.lead {
  font-size: 1.11875rem;
  line-height: 1.6;
}

section.text-main-content .savetime-section img {
  margin-left: 15px;
}

section.text-main-content ul, section.text-main-content ol {
  margin-left: 1.25rem;
  margin-bottom: 1.25rem;
}

section.text-main-content .block-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  list-style: none;
}

section.text-main-content .block-grid li {
  width: 49%;
  margin-left: 1%;
  min-width: 250px;
}

section.text-main-content .block-grid li .icon_feature {
  margin-left: 30px;
  width: 100px;
  height: 100px;
  margin-top: 20px;
}

section.text-main-content .block-grid ul li {
  width: 95%;
}

section.text-main-content .panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
}

section.text-main-content .button {
  background-color: #0088cc;
  border-bottom: 3px solid #01679a;
  color: white;
  margin-bottom: 50px;
}

section.text-main-content .button:hover {
  background-color: #0077b3;
  color: white;
}

section.text-main-content .button.tiny {
  border-bottom-width: 3px;
  padding-top: 0.625rem;
  padding-right: 1.25rem;
  padding-bottom: 0.6875rem;
  padding-left: 1.25rem;
  font-size: 0.6875rem;
}

section.text-main-content .button.radius {
  border-radius: 3px;
}

section.text-main-content .common-formats {
  margin-top: 20px;
  margin-bottom: 20px;
}

section.text-main-content img {
  max-width: 100%;
  height: auto;
}

section.text-main-content img.center {
  margin: 2em;
  clear: both;
  display: block;
}

section.text-main-content .shadow {
  box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.35);
}

section.section-light-gray {
  background-color: #f9f9f9;
  padding: 6em 0;
}

section.section-light-gray .text {
  width: 500px;
  margin-left: 1em;
}

section.section-light-gray img {
  margin-bottom: 0;
  margin-right: 1em;
  max-width: 250px;
}

section.section-light-gray h3 {
  margin-top: 0em;
}

section.section-pricelist {
  margin-top: 4em;
  padding: 5em 5em 0 5em;
  /* Create three columns of equal width */
  /* Style the list */
  /* Add shadows on current pricing plan */
  /* Pricing header */
  /* List items */
  /* Grey list item */
  /* The "Sign Up" button */
  /* Change the width of the three columns to 100%
    (to stack horizontally on small screens) */
}

section.section-pricelist .pricelist {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1em;
}

section.section-pricelist .price {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex: 1;
      flex: 1;
  list-style-type: none;
  border: 1px solid #eee;
  margin: 5px;
  padding: 0;
  transition: 0.3s;
  min-width: 150px;
}

section.section-pricelist .price .grey {
  padding: 25px !important;
}

section.section-pricelist .current {
  box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.3);
}

section.section-pricelist .price .header {
  background-color: #111;
  color: white;
  font-size: 22px;
}

section.section-pricelist .price li {
  border-bottom: 1px solid #eee;
  padding: 12px;
  font-size: 13px;
  text-align: center;
}

section.section-pricelist .price li.info {
  color: #787878;
  font-style: italic;
}

section.section-pricelist .price .grey {
  background-color: #eee;
  font-size: 17px;
  padding: 18px;
}

section.section-pricelist .price .grey label {
  margin: 0;
}

section.section-pricelist .button {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
}

@media only screen and (max-width: 600px) {
  section.section-pricelist .columns {
    width: 100%;
  }
}

.icons {
  margin-top: 50px;
  margin-bottom: 100px;
}

.avatar {
  border-radius: 1000px;
}

.about-pad {
  margin-top: 35px;
}

.numberCircle {
  border-radius: 50%;
  behavior: url(PIE.htc);
  /* remove if you don't care about IE8 */
  width: 65px;
  height: 65px;
  padding: 9px;
  background: #fff;
  border: 2px solid #279bcc;
  color: #279bcc;
  text-align: center;
  font-weight: 300;
  font: 32px 'Open Sans', sans-serif;
  display: inline-block;
  margin-top: 50px;
}

.home .email {
  box-shadow: none !important;
}

.home .email__main-content {
  border-radius: 0 !important;
}

.home .interactive-email-wrapper {
  margin-top: 10px !important;
}

.home .fut-emulator-wrapper {
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -ms-flex-pack: center;
      justify-content: center;
}

.home .api-response__reset-btn {
  color: white !important;
  border-color: white !important;
}

.mtree {
  list-style-type: none;
  max-width: 350px;
  min-width: 250px;
  margin-top: 35px;
}

@media (min-width: 768px) {
  .mtree {
    position: fixed;
  }
}

.mtree .title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.mtree .title img.icon-md {
  margin: 0 10px 0 0;
}

.mtree .title img.icon-sm {
  margin: 0 18px 0 0;
}

.mtree .mtree-node {
  margin-bottom: 1em;
}

.mtree .mtree-level-1 {
  margin: 0 0 0 2em;
}

.mtree .mtree-level-1 li:first-child {
  margin-top: 5px;
}

.mtree label {
  background-size: 15px;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 29px;
  color: #202020;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.mtree label.getting-started {
  background-image: url("/assets/images/icon-menu-rocket.png");
}

.mtree label.time-formats {
  background-image: url("/assets/images/icon-menu-clock.png");
}

.mtree label.extensions {
  background-size: 10px;
  background-position: 2px;
  background-image: url("/assets/images/icon-menu-extensions.png");
}

.mtree label.use-cases {
  background-image: url("/assets/images/icon-menu-lightbulb.png");
}

.mtree a {
  font-size: 0.95em;
  font-weight: 100;
  line-height: 1.6em;
  color: #979797;
  text-decoration: none;
}

.mtree a:hover {
  font-weight: 600;
}

#navbar__top-message {
  background-color: #333;
  padding: 7px;
  font-size: 11px;
  color: white;
  text-align: center;
}

#navbar__top-message a {
  text-decoration: underline;
  color: white;
  margin: 0 12px;
}

#navbar__top-message .glyphicon {
  margin: 0 12px;
}

div#message {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: white;
  height: 40px;
  font-size: 12px;
}

div#message a {
  padding: 0 1em;
  color: #e1e1e1;
}

.fut-emulator-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.email__tooltip {
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

.fut-emulator {
  width: auto !important;
}

.fly-in {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 50%;
  top: 50%;
  list-style: none;
  transform: translateX(-50%) translateY(-50%);
}

.fly-in.row2 {
  top: 60%;
}

.fly-in.row3 {
  top: 70%;
}

.fly-in li {
  display: inline-block;
  margin-right: 5px;
  font-weight: 300;
  color: #fff;
  font-style: italic;
  font-size: 32px;
  font-weight: 600;
  line-height: 25px;
  color: #e7e7e7;
  opacity: 1;
  transition: all 2.8s cubic-bezier(0.6, -0.005, 0.32, 1.75);
}

.fly-in li.username {
  font-size: 12px;
  font-style: normal;
}

.fly-in.not_shown li {
  opacity: 0;
}

.fly-in.not_shown li:nth-child(1) {
  transform: translateX(150px) translateY(-170px);
}

.fly-in.not_shown li:nth-child(2) {
  transform: translateX(-210px) translateY(170px);
}

.fly-in.not_shown li:nth-child(3) {
  transform: translateX(20px) translateY(-100px);
}

.fly-in.not_shown li:nth-child(4) {
  transform: translateX(-100px) translateY(-20px);
}

.fly-in.not_shown li:nth-child(5) {
  transform: translateX(-70px) translateY(-200px);
}

.fly-in.not_shown li:nth-child(6) {
  transform: translateX(200px) translateY(70px);
}

.fly-in.not_shown li:nth-child(7) {
  transform: translateX(30px) translateY(200px);
}

.fly-in.not_shown li:nth-child(8) {
  transform: translateX(30px) translateY(-100px);
}

.fly-in.not_shown li:nth-child(9) {
  transform: translateX(100px) translateY(-170px);
}

.fly-in.not_shown li:nth-child(10) {
  transform: translateX(50px) translateY(50px);
}

.above-connect {
  height: 150px;
}

h1.connect {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 100;
  color: #5B5B5B;
}

div.center {
  text-align: center;
}

div.push-down {
  margin-bottom: 100px;
}

p.connect-text {
  font-size: 16px;
  line-height: 1.5em;
  margin: 1.5em 0 0.75em 0;
  color: #5B5B5B;
}

img.evernote-logo {
  display: block;
  margin: auto;
  height: 80px;
}

.connect-btn {
  padding: 15px 65px 15px 65px;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 100;
  font-family: 'Open Sans', Arial, sans-serif;
  box-shadow: 0 5px 12px 0px rgba(0, 0, 0, 0.2);
}

div.emu-section {
  margin-top: 250px;
}

h1.section-head {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 100;
  color: #5B5B5B;
  font-size: 24px;
  margin-top: 5px;
}

p.section-par {
  font-size: 14px;
  line-height: 1.6em;
  color: #5B5B5B;
}

.evernote-green {
  color: #6fb536;
}

img.dones {
  width: 100%;
  display: block;
  padding: 0px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 9px 0px;
}

.code-carrot {
  font-size: 60px;
  font-weight: 500;
  vertical-align: middle;
  display: inline-block;
  line-height: 60px;
  height: 60px;
}

.footer-text {
  vertical-align: middle;
  font-weight: 100;
  letter-spacing: .01em;
}

.footer-btn {
  height: 36px;
  font-size: 12px;
  line-height: -40px;
  padding: 0 20px 0 20px;
}

.footer-spacing {
  font-size: 60px;
  font-weight: 500;
  vertical-align: middle;
}

.footer-par {
  margin-top: 10px;
  padding: 0;
}

#footer {
  position: fixed;
  left: 0px;
  bottom: 0px;
  height: 100px !important;
  width: 100%;
  background: #0d7faf;
  padding: 0;
  margin-left: 0;
  text-align: center;
  padding-left: 0;
  z-index: 9999;
  color: #fff !important;
  box-shadow: 0px -2px 2px rgba(32, 32, 32, 0.1);
  white-space: nowrap;
}

/* Portrait phones and smaller */
@media only screen and (max-width: 500px) {
  .navbar-header {
    height: 90px !important;
  }
  .navbar-header img {
    margin-top: 20px;
  }
  #footer {
    height: 200px !important;
    padding-top: 20px !important;
    line-height: 18px !important;
    white-space: normal;
  }
  #footer p {
    line-height: 26px;
    width: 250px;
  }
  #footer span {
    display: block;
  }
  #footer button#api-access {
    margin-top: 10px;
  }
  footer .links {
    margin-bottom: 150px;
  }
}

h1.upgrade-unlock {
  -ms-flex-align: center;
      align-items: center;
  color: #279bcc;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 50px;
  font-weight: 100;
  margin: 0.5em 0;
}

a, a:hover {
  color: #279bcc;
}

.how .fut-emulator {
  width: 400px !important;
}

a.anchor {
  margin-top: -25px;
  padding-top: 25px;
}

.anchor {
  position: relative !important;
  top: -100px !important;
}

.paper-card {
  background: #f6f9fc;
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0 7px 14px 0 rgba(50, 50, 93, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
}

h2.lead {
  font-size: 1.5em !important;
}

a.gopher-logo {
  display: block;
  padding: 30px;
  text-decoration: none;
  font-family: 'Roboto', 'Open Sans', sans-serif;
  font-weight: 500;
  font-size: 26px;
}

.gopher-logo-1 {
  color: #925539;
}

.gopher-logo-2 {
  color: #482323;
}

a#gopher-new-account-button {
  padding: 8px 16px;
  border-radius: 31px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  font-family: 'Roboto', 'Open Sans', sans-serif;
  color: #979797;
  font-size: 16px;
  margin-top: 20px;
  font-weight: 500;
}

a#gopher-new-account-button:hover {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.35);
  /* Safari */
  transition: box-shadow .25s;
}

a#gopher-sign-in-link {
  font-family: 'Roboto', 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 100;
  margin: 0px;
  padding: 25px;
  color: #4E4E4E;
}

div.gopher-hero {
  margin-top: 200px;
}

h1.gopher-header {
  font-family: 'Roboto', 'Open Sans', sans-serif;
  font-size: 59px;
  font-weight: 500;
}

.do-anything {
  color: #925539;
}

.with-email {
  color: #482323;
}

p.gopher-lead {
  font-family: 'Roboto', 'Open Sans', sans-serif;
  font-weight: 100;
  color: #898989;
  font-size: 24px;
}

div.gopher-skyline {
  background: url("/assets/mailbots-images/gopher-city-trees.png") repeat-x center bottom;
  min-height: 471px;
  -ms-flex-pack: center;
      justify-content: center;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
}

div.hiding-gopher {
  background: url("/assets/mailbots-images/gopher-bg.png") no-repeat right;
  width: 670px;
  height: 260px;
}

img.gopher-main-animation {
  box-shadow: 0px -3px 25px rgba(0, 0, 0, 0.2);
}

div.gopher-skyline img.gopher-preview {
  display: block;
  position: absolute;
  bottom: 0;
  left: 40%;
}

div.get-gopher {
  height: 180px;
  z-index: 10;
}

a.get-gopher-btn {
  margin-top: 60px;
  padding: 15px;
  background-color: #B13709;
  border-radius: 50px;
  border: none;
  font-size: 20px;
  font-family: 'Roboto', 'Open Sans', sans-serif;
  font-weight: 400;
  width: 340px;
  height: 60px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  letter-spacing: .02em;
}

a.get-gopher-btn:hover {
  background-color: #B13709;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  /* Safari */
  transition: box-shadow .25s;
}

div.get-commands {
  background-color: #272822;
  padding: 100px;
}

div.get-commands h2 {
  font-family: 'Roboto', 'Open Sans', sans-serif;
  font-weight: 100;
  color: #fff;
  font-size: 36px;
}

div.get-commands p {
  font-family: 'Roboto', 'Open Sans', sans-serif;
  font-weight: 100;
  color: #fff;
  font-size: 18px;
}

.table-commands {
  margin: 0 auto;
  text-align: left;
  width: 65%;
  font-family: 'Inconsolata', 'Open Sans', sans-serif;
  margin-top: 30px;
  font-size: 18px;
  margin-bottom: 50px;
}

.table-commands td {
  color: #FFD244;
}

.table-commands th {
  color: #BBBBBB;
}

.table-commands .btn-add {
  border-radius: 10px;
  font-family: 'Roboto', 'Open Sans', sans-serif;
  font-size: 9px;
}

div.dev {
  margin-top: 100px;
  margin-bottom: 100px;
}

div.dev h2 {
  font-family: 'Roboto', 'Open Sans', sans-serif;
  font-weight: 100;
  font-size: 36px;
  color: #925539;
}

div.dev p {
  color: #898989;
  font-family: 'Roboto', 'Open Sans', sans-serif;
  font-weight: 100;
  font-size: 18px;
}

div.feature {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: left;
}

.gray {
  background-color: #f5f5f5;
}

div.feature h2 {
  font-family: 'Roboto', 'Open Sans', sans-serif;
  font-weight: 100;
  font-size: 36px;
  color: #925539;
}

div.feature h3 {
  font-family: 'Roboto', 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #333;
  margin-bottom: 0;
}

div.feature p {
  color: #898989;
  font-family: 'Roboto', 'Open Sans', sans-serif;
  font-weight: 100;
  font-size: 18px;
  line-height: 29px;
}

div.feature code {
  font-weight: 300;
  font-family: 'Inconsolata', 'Open Sans', sans-serif;
}

.feature-text {
  padding-left: 50px;
}

img.gif-shadow {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.4);
}

img.code {
  margin: 30px;
}

footer.gopher-footer {
  background-color: #fff;
}

footer.gopher-footer a {
  padding: 50px;
  color: #A5A5A5;
  font-family: 'Roboto', 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
}

footer.gopher-footer a:hover {
  text-decoration: none;
  color: #333;
}

.dev-portal-logo {
  color: #999;
  font-size: 12px;
}

.about {
  background: #F2FCFF !important;
}

label {
  line-height: 3em;
}

.navbar-brand img {
  display: inline;
}

.navbar-brand {
  padding: 24px 2px;
}

p.section-par {
  font-size: 16px;
  line-height: 1.6em;
  color: #5B5B5B;
}

div.push-down {
  margin-bottom: 50px;
}

.early-access {
  z-index: 10;
  width: 350px;
  border: 1px solid #cfd3d6;
  background: #F5F5F5;
  border-radius: 5px;
  box-sizing: border-box;
  transition: border-color .3s ease;
  color: #000;
  font-size: 1.1em;
  line-height: 1.5em;
  padding: 20px;
  height: 56px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.early-access-form-footer input {
  height: 30px;
  margin-top: 15px;
  padding: 22px;
  border: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.submit-btn-footer {
  font-family: 'Open Sans', Arial, sans-serif;
  padding: 0px 30px;
  font-size: 18px;
  background: #00769d;
  color: #fff;
  font-weight: 100;
  border-radius: 5px !important;
  border: 0;
  height: 47px;
  margin-top: -4px;
  margin-left: 5px;
  transition: background .4s ease-in-out;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.submit-btn-footer:hover {
  background: #006283;
}

.submit-btn {
  font-family: 'Open Sans', Arial, sans-serif;
  padding: 0px 30px;
  font-size: 18px;
  background: #00769d;
  color: #fff;
  font-weight: 100;
  border-radius: 6px;
  border: 0;
  height: 56px;
  margin-top: -4px;
  transition: background .4s ease-in-out;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.submit-btn:hover {
  background: #006283;
}

code.big {
  font-size: 20px;
  font-family: 'Courier', Arial, sans-serif;
  margin-top: 20px;
  line-height: 80px;
}

.dev-preview-form {
  width: 400px;
  margin-bottom: 10px;
  border-radius: 4px;
  border: 0;
  padding: 10px;
  color: #888888;
  border: 0;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 600;
  border: 2px solid #004e68;
}

p.lead {
  margin-bottom: 50px;
  font-size: 22px;
  color: #2c3e50;
  font-weight: normal;
}

p.lead-hero {
  font-size: 22px;
  color: #2c3e50;
  font-weight: normal;
  margin-bottom: 20px;
}

p.connect-text {
  font-size: 20px;
  margin-top: 50px;
  line-height: 1.5em;
  margin: 1.5em 0 0.75em 0;
  color: #5B5B5B;
}

.early-access-form {
  margin-top: 15px;
}

h1.feature-section {
  font-family: 'Open Sans', Arial, sans-serif;
  color: #0099cc;
  font-weight: 100;
  font-size: 45px;
  margin-bottom: 0;
  margin-top: 100px;
}

h1.feature-section-top {
  font-family: 'Open Sans', Arial, sans-serif;
  color: #0099cc;
  font-weight: 100;
  font-size: 35px;
  margin-top: 30px;
}

h1.feature-section-top-dev {
  font-family: 'Open Sans', Arial, sans-serif;
  color: #0099cc;
  font-weight: 100;
  font-size: 50px;
  margin-top: 30px;
  margin-bottom: 0;
}

h2.feature-title {
  font-family: 'Open Sans', Arial, sans-serif;
  color: #333;
  font-weight: 600;
  font-size: 18px;
  margin: 2px 0 0 0;
}

.dev-section h2.feature-title {
  font-size: 14px;
}

.dev-section p.section-par {
  font-size: 12px;
}

/*
.dev-section div {
  padding: 40px;
}*/
.shadow {
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
}

.gray-bg {
  background-color: #f5f7f7;
}

.above-connect {
  height: 100px;
}

img.main-animation {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  margin: 0 auto;
  margin-top: 25px;
}

footer.byline {
  height: 300px;
  font-size: 12px;
  color: #333;
  padding-top: 100px;
  background: #fff;
}

#footer {
  background-color: #00769d;
  height: 75px !important;
}

.btn-primary {
  background-color: #004e68;
  border-color: #004e68;
  font-size: 16px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 400;
  border-radius: 4px;
}

.btn-primary:hover {
  background-color: #004258;
  border-color: #004258;
}

.connect-btn {
  margin-top: 30px;
  font-family: 'Open Sans', Arial, sans-serif;
  padding: 20px 40px;
  font-size: 18px;
  background: #00769d;
  color: #fff;
  font-weight: 100;
  border-radius: 6px;
  border: 0;
  transition: background .4s ease-in-out;
}

.connect-btn:hover {
  background: #006283;
}

a.bottom-early-access {
  margin-top: 30px;
  font-family: 'Open Sans', Arial, sans-serif;
  padding: 10px 40px;
  font-size: 18px;
  background: #00769d;
  color: #fff;
  font-weight: 100;
  border-radius: 6px;
  border: 2px solid #fff;
  transition: background .4s ease-in-out;
}

a.bottom-early-access:hover {
  /*background-color: #C4E9F5;*/
  color: #fff;
  border: 2px solid #fff;
  background: #006385;
}

.phone-demo {
  width: 325px;
}

.dev-examples ul {
  margin-left: 30px;
  margin-top: 15px;
}

.modal-open {
  overflow-y: auto; /* Keep bootstrap modal from jumping */
} 

.close { 
  margin-top: -5px;  /* hack to properly align close "x" and anchor target */
} 

#terms-checkbox-label { 
  line-height: 1.3em;
  margin-top: 10px;
  margin-bottom: 30px;

}

#email-safe-with-us {
  float: right; 
  width: 250px; 
  color: #b4bcc2;
  margin-top: 10px;
}

#email-safe-with-us a:hover, #email-safe-with-us a:active, #email-safe-with-us a:visited  {
  text-decoration: underline;
  color: #b4bcc2;
}

@media only screen and (max-width: 580px) {
  #email-safe-with-us {
    width: 100%; 
    text-align: center;
  }

  #new-account-get-started-button {
    width: 100%;
  }

  #sign-up-new-account-modal .modal-body {
    padding: 20px 0;
  }

  .navbar-brand {
    margin: 10px;
    padding: 0;
  }

  .section-just-email {
    margin-left: 15px;
  }

  #gif-emulator {
    display: block !important;
  }
  #hero-emulator {
    display: none !important;
  }

}
