@charset "UTF-8";
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"),
    url("../static/fonts/roboto-v20-latin-regular.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url("../static/fonts/roboto-v20-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-500 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"),
    url("../static/fonts/roboto-v20-latin-500.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url("../static/fonts/roboto-v20-latin-500.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: Roboto, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.container-1737 {
  position: relative;
  background-color: #fff;
  border-radius: 3px 3px 3px 3px;
  padding-bottom: 4em;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}
.logo-1737 {
  padding: 4em;
}
.copy-1737 a,
.copy-1737 a:hover,
.copy-1737 a:visited {
  color: #00bee2;
}
.copy-1737 li,
.copy-1737 p {
  font-size: 1.4em;
}
.copy-1737 strong {
  white-space: nowrap;
}
.faq-1737 h2 {
  font-size: 1em;
  color: #00bee2;
}
.faq-1737 p {
  font-size: 1em;
  color: #333;
}
.peer-1737 h2 {
  font-size: 1.5em;
  margin-top: 2em;
  color: #00bee2;
}
.peer-1737 p, .peer-1737 ul {
  font-size: 1.4em;
  color: #333;
}
.footer {
  border-top: none;
}
.row .marketing {
  padding-bottom: 30em;
}
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
body {
  padding-top: 0;
  padding-bottom: 20px;
  background-color: #e9f3f7;
  font-family: Roboto, sans-serif;
}

.centered {
  text-align: center;
  margin: auto;
}
.footer,
.header,
.marketing {
  padding-right: 15px;
  padding-left: 15px;
}
.header {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
}
.footer {
  padding-top: 19px;
  color: #777;
}
div#imp_update {
  text-align: left;
  padding: 15px;
  display: inline-block;
  margin-bottom: 54px;
  position: relative;
  margin-bottom: 50px;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
@media (min-width: 768px) {
  .container-1737 {
    margin-top: 1em;
  }
  .container {
    max-width: 730px;
  }
}
@media screen and (max-width: 620px) {
  .logo-1737 {
    padding: 3em;
  }
  .container-1737 {
    padding-bottom: 2em;
  }
}
