/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{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}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}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,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:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[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}[hidden],template{display:none}

/* General */
body, html {
  background-color: #fff;
  color: #222526;
  font-family: -apple-system,
                BlinkMacSystemFont,
                "Segoe UI",
                Roboto,
                Oxygen-Sans,
                Ubuntu,
                Cantarell,
                "Helvetica Neue",
                sans-serif;
  font-size: 18px;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

header, main, footer {
  background-color: #fff;
  box-sizing: border-box;
  clear: both;
  margin: 0 auto;
  max-width: 1440px;
}

a, a:active, a:visited {
  color: #00a854;
  text-decoration: none;
  -webkit-transition: 250ms all ease;
  transition: 250ms all ease;
}

a:hover, a:focus {
  color: #008040;
  text-decoration: underline;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

header {
  height: 64px;
  padding: 9px;
}

header #nameplate, header #nameplate img {
  display: inline-block;
  height: 100%;
  width: auto;
}

header nav {
  display: inline-block;
  width: auto;
  float: right;
}

header nav a, header nav a:active, header nav a:visited {
  border-bottom: 2px solid transparent;
  border-radius: 4px;
  color: #393e40;
  display: inline-block;
  line-height: 36px;
  margin: 0 0 0 12px;
  padding: 0 18px;
  text-decoration: none;
  -webkit-transition: 250ms all ease;
  transition: 250ms all ease;
}

header nav a:hover, header nav a:focus {
  background-color: #393e40;
  color: #fff;
}

header nav a.cta {
  background-color: #00a854;
  color: #fff;
}

header nav a.cta:hover, header nav a.cta:focus {
  background-color: #008040;
}

footer {
  padding: 9px;
}

footer a.cta {
  margin: 36px auto 108px;
}

footer a.cta, footer a.cta:active, footer a.cta:visited {
  background-color: #00a854;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 27px;
  font-weight: 600;
  padding: 12px;
  text-decoration: none;
  width: 252px;
  -webkit-transition: 250ms all ease;
  transition: 250ms all ease;
}

footer a.cta:hover, footer a.cta:focus {
  background-color: #008040;
}

footer a.cta:after {
  color: #2e3233;
  content: 'Free while in beta!';
  display: block;
  float: left;
  font-size: 12px;
  font-weight: 400;
  position: relative;
  top: 18px;
  width: 100%;
}

footer a img {
  display: inline-block;
  height: 100%;
  width: auto;
}

footer section:nth-of-type(1) {
  text-align: center;
}

footer section:nth-of-type(2) {
  height: 54px;
}

footer section:nth-of-type(2) a:not(:first-of-type) {
  border-bottom: 2px solid #0000;
  color: #222526;
  display: inline-block;
  float: right;
  line-height: 54px;
  height: 36px;
  width: auto;
  margin: 0 0 0 12px;
  padding: 4px 9px;
  text-decoration: none;
  -webkit-transition: 250ms all ease;
  transition: 250ms all ease;
}

footer section:nth-of-type(2) a:not(:first-of-type):hover, footer section:nth-of-type(2) a:not(:first-of-type):focus {
  border-color: #222526;
}

footer section:nth-of-type(3) {
  color: #576b75;
  font-size: 12px;
  margin: 36px auto 9px;
  text-align: center;
}

/* Homepage */
#hero {
  background-image: url(assets/index-bg.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 18px 9px 0;
  text-align: center;
}

#hero h1, #hero a {
  display: block;
  margin: 0 auto;
  text-align: center
}

#hero h1 {
  font-size: 42px;
  font-weight: 800;
  margin: 0 auto;
}

#hero h2 {
  font-size: 27px;
  font-weight: 600;
}

#hero a.cta {
  margin: 36px auto 60px;
}

#hero a.cta, #hero a.cta:active, #hero a.cta:visited {
  background-color: #00a854;
  border-radius: 4px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  padding: 12px;
  text-decoration: none;
  width: 252px;
  -webkit-transition: 250ms all ease;
  transition: 250ms all ease;
}

#hero a.cta:hover, #hero a.cta:focus {
  background-color: #008040;
}

#hero a.cta:after {
  color: #2e3233;
  content: 'Free while in beta!';
  display: block;
  float: left;
  font-size: 12px;
  font-weight: 400;
  position: relative;
  top: 18px;
  width: 100%;
}

#hero img {
  margin: 18px auto 0;
}

#highlights {
  background-color: #cfdee5;
  padding: 36px 9px;
}

#highlights h2 {
  margin: 0 auto 18px;
  text-align: center;
}

#highlights ul {
  list-style: none;
  padding: 36px 0 0 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-padding-start: 0;
  text-align: center;
}

#highlights li {
  margin: 0 auto 72px;
}

#highlights img {
  display: block;
  margin: 0 auto;
  max-width: 256px;
  width: 100%;
}

#carriers {
  text-align: center;
}

#carriers h2 {
  margin: 108px auto 5%;
  text-align: center;
}

#carriers img {
  display: inline-block;
  margin: 2.5%;
  max-height: 54px;
  max-width: 120px;
  width: auto;
  opacity: 0.85;
  vertical-align: middle;
}

#carriers a, #carriers a:active, #carriers a:visited {
  border-bottom: 2px solid #393e40;
  color: #393e40;
  display: block;
  font-weight: 500;
  height: 36px;
  line-height: 2;
  margin: 2.5% auto 5%;
  text-decoration: none;
  max-width: 152px;
  width: 100%;
  -webkit-transition: 250ms all ease;
  transition: 250ms all ease;
}

#carriers a:hover, #carriers a:focus {
  background-color: #393e40;
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
  max-width: 180px;
}

#space {
  padding: 54px 0;
  overflow: hidden;
}

#space img {
  position: relative;
  top: 0;
  left: -10%;
  max-width: 1440px;
  width: 120%;
}

/* Mobile only */
@media (max-width: 425px) {}

/* Tablet and up*/
@media (min-width: 426px) {
  section h2 {
    font-size: 36px;
  }

  #hero h1 {
    max-width: 648px;
  }

  #hero a.cta {
    margin: 36px auto 72px;
  }

  #highlights {
    padding: 108px 18px;
  }

  #highlights li {
    display: inline-block;
    margin: 0 1%;
    vertical-align: top;
    width: 30%;
  }

  #carriers {
    margin: 0 auto;
    max-width: 768px;
  }

  #space {
    margin: 0 auto -216px;
  }

  footer h2, footer a.cta {
    position: relative;
  }

  footer h2 {
    margin: 42px auto 9px;
  }
}

/* Large tablet and up */
@media (min-width: 769px) {
  body, html {
    background-color: #e6eef2;
  }

  header #nameplate {
    background: url(assets/logo-alt.png) no-repeat;
    background-size: contain;
    position: relative;
    width: 50%;
    height: 100%;
  }

  header #nameplate img {
    display: none;
  }

  footer section:nth-of-type(2) {
    padding: 0 9px;
  }

  #hero {
    background-position: top 252px center;
    background-size: cover;
    height: 480px;
    padding: 18px 18px 0;
    position: relative;
  }

  #hero h1 {
    float: left;
    text-align: left;
    margin: 5% auto 0;
    max-width: 50%;
    width: 50%;
  }

  #hero a.cta {
    clear: both;
    float: left;
    line-height: 27px;
    height: 27px;
    margin: 18px 72px;
  }

  #hero img {
    float: right;
    position: absolute;
    right: 18px;
    width: 50%;
  }

  #highlights {
    padding: 54px 0 108px;
  }

  #highlights ul {
    margin: 0 auto;
    max-width: 1280px;
  }

  #carriers {
    max-width: 100%;
  }

  #carriers h2 {
    margin-bottom: 36px;
  }

  #carriers img {
    max-height: 54px;
    margin: 1%;
  }

  #space {
    margin: -108px auto;
  }

  #space img {
    max-width: 90%;
  }
}

/* Desktop only */
@media (min-width: 1025px) {
  #highlights h2 {
    margin: 108px auto 36px;
  }

  #carriers img {
    margin: 1% 1.5%;
  }

  footer a.cta {
    margin: 36px auto 144px;
  }
}

/* Large desktop only */
@media (min-width: 1441px) {
  header {
    height: 108px;
    padding: 36px 54px;
  }

  #hero {
    background-position: top 234px center;
  }

  #hero h1, #hero img {
    width: 648px;
  }

  #hero h1 {
    margin: 5% 10% 0;
  }

  #hero a.cta {
    margin: 18px 18%;
  }

  #hero img {
    right: 10%;
  }

  #space {
    margin: -108px auto -198px;
  }

  footer {
    padding: 18px 54px;
  }
}
