*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  margin: 0;
  padding: 0;
}
body {
  background: #fff;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
body {
  padding: 4px 0 0 0;
}
body:after {
  content: '';
  display: block;
  background-image: -webkit-linear-gradient(90deg, #a16eff 0%, #3dcebb 100%);
  background-image: -moz-linear-gradient(90deg, #a16eff 0%, #3dcebb 100%);
  background-image: -ms-linear-gradient(90deg, #a16eff 0%, #3dcebb 100%);
  background-image: -o-linear-gradient(90deg, #a16eff 0%, #3dcebb 100%);
  background-image: linear-gradient(90deg, #a16eff 0%, #3dcebb 100%);
  height: 4px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
::selection {
  background: #f5f5f5;
}
a {
  color: inherit;
  text-decoration: none;
}
ul,
ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.inner {
  margin: 0 auto;
  width: 735px;
}
header.header {
  background: #4a596f;
  z-index: 100;
  opacity: 1;
}
header.header .bar-outer {
  height: 100px;
}
header.header .bar {
  color: #fff;
  padding: 0 40px;
  position: relative;
  height: 100px;
  z-index: 200;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
header.header .spacer {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
header.header .logo {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -o-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 20px 0 0;
  font-size: 20px;
  font-weight: 600;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
header.header .logo-type {
  margin: 0 0 0 15px;
}
header.header .logo-bit {
  width: 32px;
  height: 32px;
  display: inline-block;
  position: relative;
}
header.header .logo-bit .l,
header.header .logo-bit .r-t,
header.header .logo-bit .r-b {
  position: absolute;
  width: 50%;
}
header.header .logo-bit .l {
  height: 100%;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  background: #f5f7fa;
}
header.header .logo-bit .r-t {
  right: 0;
  height: 50%;
  background: rgba(245,247,250,0.9);
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -o-border-radius: 0 5px 0 0;
  -ms-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
}
header.header .logo-bit .r-b {
  right: 0;
  bottom: 0;
  height: 50%;
  background: rgba(245,247,250,0.1);
  -webkit-border-radius: 0 0 5px 0;
  -moz-border-radius: 0 0 5px 0;
  -o-border-radius: 0 0 5px 0;
  -ms-border-radius: 0 0 5px 0;
  border-radius: 0 0 5px 0;
}
header.header .logo-bit.light .l {
  background: #499aff;
}
header.header .logo-bit.light .r-t {
  background: #5ca4ff;
}
header.header .logo-bit.light .r-b {
  background: #e9f3ff;
}
header.header nav.navigation {
  text-transform: uppercase;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
header.header nav.navigation a {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -o-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: block;
  margin-right: 25px;
  font-weight: 600;
  padding: 10px;
  font-size: 14px;
  letter-spacing: 1px;
  cursor: pointer;
  position: relative;
}
header.header nav.navigation a.apis:after,
header.header nav.navigation a.integrations:after {
  display: inline-block;
  width: 9px;
  content: url("/assets/site/arrow_down.png");
  position: relative;
  right: -5px;
  top: -2px;
}
header.header nav.navigation a.apis.active:after,
header.header nav.navigation a.integrations.active:after {
  content: url("/assets/site/arrow_up.png");
}
header.header nav.navigation a.signup span {
  display: inline-block;
  padding: 8px 20px;
  color: #2c4162;
  background: #fff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  line-height: normal;
}
header.header nav.navigation form {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
header.header nav.navigation input[type=email] {
  margin: 0;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: none;
  font-size: 18px;
  background: #a7aebb;
  -webkit-font-smoothing: subpixel-antialiased;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  height: 35px;
  padding: 0 20px;
  width: 190px;
  -webkit-border-radius: 25px 0 0 25px;
  -moz-border-radius: 25px 0 0 25px;
  -o-border-radius: 25px 0 0 25px;
  -ms-border-radius: 25px 0 0 25px;
  border-radius: 25px 0 0 25px;
  outline: none;
  color: #fff;
}
header.header nav.navigation input[type=email]::-webkit-input-placeholder {
  color: #fff;
}
header.header nav.navigation button {
  display: block;
  height: 35px;
  line-height: 35px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: none;
  -webkit-border-radius: 0 25px 25px 0;
  -moz-border-radius: 0 25px 25px 0;
  -o-border-radius: 0 25px 25px 0;
  -ms-border-radius: 0 25px 25px 0;
  border-radius: 0 25px 25px 0;
  background: #3a495d;
  font-size: 13px;
  font-weight: 600;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  width: 130px;
  cursor: pointer;
  outline: none;
}
header.header nav.select {
  position: absolute;
  left: 0;
  right: 0;
  top: 100px;
  z-index: 100;
  display: none;
}
header.header nav.select .clip {
  overflow: hidden;
}
header.header nav.select .hit-area {
  position: absolute;
  top: -65px;
  height: 65px;
}
header.header nav.select .arrow {
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #13141c;
  -webkit-transition: all 320ms ease-out;
  -moz-transition: all 320ms ease-out;
  -o-transition: all 320ms ease-out;
  -ms-transition: all 320ms ease-out;
  transition: all 320ms ease-out;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  position: absolute;
  left: 50%;
  margin-left: -10px;
}
header.header nav.select .arrow-clip {
  padding: 0 30px;
  overflow: hidden;
  position: absolute;
  top: -11px;
  left: -10px;
  height: 12px;
  width: 12px;
}
header.header nav.select.show {
  display: block;
}
header.header nav.select.active {
  display: block;
}
header.header nav.select.active .dropdown {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
header.header nav.select.active .arrow {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
header.header nav.select .tabs nav.tab-nav {
  text-align: center;
  height: 70px;
  line-height: 70px;
  border-bottom: 1px solid #23242e;
}
header.header nav.select .tabs nav.tab-nav ul,
header.header nav.select .tabs nav.tab-nav li {
  list-style: none;
  margin: 0;
}
header.header nav.select .tabs nav.tab-nav li {
  display: inline-block;
  padding: 0 35px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  color: #50525c;
  cursor: pointer;
}
header.header nav.select .tabs nav.tab-nav li.active {
  color: #fff;
}
header.header nav.select .tabs .tab:not(.active) {
  display: none;
}
header.header nav.select .dropdown {
  background: #13141c;
  -webkit-transition: all 320ms ease-out;
  -moz-transition: all 320ms ease-out;
  -o-transition: all 320ms ease-out;
  -ms-transition: all 320ms ease-out;
  transition: all 320ms ease-out;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
header.header nav.select .dropdown .dropdown-inner {
  padding: 55px 0 5px 0;
  width: 830px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
header.header nav.select .dropdown a {
  display: block;
  width: 225px;
  line-height: normal;
  cursor: pointer;
  color: #fff;
  margin: 0 72px 35px 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -o-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
header.header nav.select .dropdown a:nth-child(3n+0) {
  margin-right: 0;
}
header.header nav.select .dropdown a:hover p {
  color: #fff;
}
header.header nav.select .dropdown a h3 {
  margin: 0 0 10px 0;
  color: #fff;
  font-weight: 500;
  font-size: 19px;
}
header.header nav.select .dropdown a h3:after {
  font-family: "apihub-production" !important;
  content: "c";
  font-size: 17px;
  margin-left: 12px;
  position: relative;
  bottom: -2px;
}
header.header nav.select .dropdown a p {
  font-size: 15px;
  color: #76818e;
  line-height: 1.5em;
  -webkit-transition: color 230ms;
  -moz-transition: color 230ms;
  -o-transition: color 230ms;
  -ms-transition: color 230ms;
  transition: color 230ms;
}
header.header:not(.fixed) .only-fixed {
  display: none;
}
header.header.fixed .not-fixed {
  display: none;
}
header.header.fixed .bar {
  z-index: 200;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  height: 60px;
  background: #fff;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
  -o-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
  box-shadow: 0 1px 5px rgba(0,0,0,0.1);
  color: #6a727c;
  border-bottom: 1px solid #dee1e6;
}
header.header.fixed .bar .logo-type {
  display: none;
}
header.header.fixed .bar .logo-bit .l {
  background: #499aff;
}
header.header.fixed .bar .logo-bit .r-t {
  background: #5ca4ff;
}
header.header.fixed .bar .logo-bit .r-b {
  background: #e9f3ff;
}
header.header.fixed nav.select {
  top: 59px;
}
header.header.slide-in .bar {
  -webkit-animation: slideIn 320ms;
  -moz-animation: slideIn 320ms;
  -o-animation: slideIn 320ms;
  -ms-animation: slideIn 320ms;
  animation: slideIn 320ms;
}
header.header.slide-out .bar {
  -webkit-animation: slideOut 320ms;
  -moz-animation: slideOut 320ms;
  -o-animation: slideOut 320ms;
  -ms-animation: slideOut 320ms;
  animation: slideOut 320ms;
}
header.header.fade-in .bar {
  -webkit-animation: fadeIn 200ms;
  -moz-animation: fadeIn 200ms;
  -o-animation: fadeIn 200ms;
  -ms-animation: fadeIn 200ms;
  animation: fadeIn 200ms;
}
header.header .hero {
  color: #fff;
  text-align: center;
  min-height: 168px;
  padding: 70px 0;
  border-top: 1px solid rgba(255,255,255,0.1);
  position: relative;
}
header.header .hero h1.bit-api:after {
  content: 'API';
  color: #9ca4ad;
  border-color: #9ca4ad;
  border: 1px solid;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 27px;
  padding: 0 12px;
  font-weight: bold;
  display: block;
  height: 27px;
  position: absolute;
  right: -67px;
  top: 50%;
  margin: -13px 0 0 0;
}
header.header .hero h1.bit-addon:after {
  content: 'Addon';
  color: #9ca4ad;
  border-color: #9ca4ad;
  border: 1px solid;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  font-size: 13px;
  line-height: 27px;
  padding: 0 12px;
  font-weight: bold;
  display: block;
  height: 27px;
  position: absolute;
  right: -74px;
  top: 50%;
  margin: -13px 0 0 0;
}
header.header .hero h1 {
  margin: 0;
  font-weight: 500;
  font-size: 40px;
  position: relative;
  display: inline-block;
}
header.header .hero .icon {
  width: 102px;
  height: 102px;
  position: absolute;
  left: 50%;
  margin-left: -51px;
  bottom: -51px;
}
footer.footer {
  background: #1c242e;
  background-image: -webkit-linear-gradient(180deg, #191f28, #28303a);
  background-image: -moz-linear-gradient(180deg, #191f28, #28303a);
  background-image: -ms-linear-gradient(180deg, #191f28, #28303a);
  background-image: -o-linear-gradient(180deg, #191f28, #28303a);
  background: linear-gradient(180deg, #191f28, #28303a);
  color: #fff;
}
footer.footer a {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  border-bottom: 2px solid rgba(255,255,255,0.13);
  cursor: pointer;
  line-height: 12px;
}
footer.footer header {
  height: 100px;
  line-height: 100px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
footer.footer .copyright {
  font-size: 13px;
}
footer.footer nav.actions {
  float: right;
}
footer.footer nav.actions a {
  margin: 0 0 0 65px;
}
footer.footer .links {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 65px 0;
}
footer.footer .links h3 {
  color: #8d9296;
  font-weight: normal;
  font-size: 20px;
  margin: 0 0 30px 0;
}
footer.footer .links .col {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -o-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
footer.footer .links a {
  margin: 0 0 20px 0;
  font-size: 13px;
}
@-moz-keyframes slideIn {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideIn {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes slideIn {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideIn {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes slideOut {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@-webkit-keyframes slideOut {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@-o-keyframes slideOut {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOut {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.content article.cta {
  background-image: -webkit-linear-gradient(-112deg, #4d96ce, #6367c6);
  background-image: -moz-linear-gradient(-112deg, #4d96ce, #6367c6);
  background-image: -ms-linear-gradient(-112deg, #4d96ce, #6367c6);
  background-image: -o-linear-gradient(-112deg, #4d96ce, #6367c6);
  background: linear-gradient(-112deg, #4d96ce, #6367c6);
  padding: 90px 0;
  color: #fff;
  text-align: center;
}
.content article.cta h2 {
  font-size: 27px;
  font-weight: 600;
  margin: 0;
}
.content article.cta h3 {
  color: #2e4871;
  text-transform: uppercase;
  font-size: 15px;
  margin: 25px 0 0 0;
  letter-spacing: 2px;
}
.content article.cta form {
  width: 450px;
  margin: 60px auto 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.content article.cta input[type=email] {
  margin: 0;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: none;
  font-size: 23px;
  background: #205481;
  -webkit-font-smoothing: subpixel-antialiased;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  height: 50px;
  padding: 0 30px;
  -webkit-border-radius: 25px 0 0 25px;
  -moz-border-radius: 25px 0 0 25px;
  -o-border-radius: 25px 0 0 25px;
  -ms-border-radius: 25px 0 0 25px;
  border-radius: 25px 0 0 25px;
  outline: none;
  color: #fff;
  font-weight: 300;
}
.content article.cta input[type=email]::-webkit-input-placeholder {
  color: #fff;
}
.content article.cta button {
  display: block;
  height: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: none;
  -webkit-border-radius: 0 25px 25px 0;
  -moz-border-radius: 0 25px 25px 0;
  -o-border-radius: 0 25px 25px 0;
  -ms-border-radius: 0 25px 25px 0;
  border-radius: 0 25px 25px 0;
  background: #fff;
  font-size: 13px;
  font-weight: 600;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #395580;
  width: 160px;
  cursor: pointer;
  outline: none;
}
.content article.logos {
  background: #fff;
}
.content article.logos .logos-img {
  height: 125px;
  background: url("/assets/site/logos.png?2") no-repeat center center;
  -webkit-background-size: 944px 37px;
  -moz-background-size: 944px 37px;
  -o-background-size: 944px 37px;
  -ms-background-size: 944px 37px;
  background-size: 944px 37px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .content article.logos .logos-img {
    background-image: url("/assets/site/logos@2x.png?2");
  }
}
