@import url("https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,700");
html,
body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  background-color: #FFFFFF;
  overflow-x: hidden;
  font-weight: 300 !important; }

h1,
h2,
h3,
h4 {
  font-weight: 200 !important; }

header {
  background-image: url("../img/hero-v2.jpg");
  position: relative;
  height: 105vh;
  width: 100%;
  background-size: cover;
  padding-top: 40px;
  font-weight: 400; }
  header .cta {
    height: 211px;
    width: 300px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    color: #4A4A4A;
    font-weight: 200;
    position: absolute;
    top: -48px;
    z-index: 9999; }
    header .cta a,
    header .cta a:active,
    header .cta a:hover,
    header .cta a:visited {
      color: #000000; }
    header .cta .container {
      padding: 0; }
    header .cta .charge-and-drive,
    header .cta .provide-and-earn {
      cursor: pointer;
      margin-top: 14px; }
    header .cta .charge-and-drive {
      border-bottom: 1px solid #979797;
      height: 80px; }
    header .cta .provide-and-earn .disclaimer {
      font-size: 14px;
      font-weight: 300;
      font-style: italic;
      color: #8C8F94;
      margin-left: 25px; }
    header .cta .icon {
      float: left;
      clear: right;
      margin-left: 10px;
      margin-top: 10px;
      margin-left: 25px; }
    header .cta .meta {
      float: left;
      clear: right;
      margin-top: 16px;
      margin-left: 20px; }
    header .cta .go {
      float: left;
      clear: right;
      margin-top: 18px;
      margin-left: 45px; }

.navbar-header a,
.navbar-header a:hover {
  color: #FFFFFF;
  text-decoration: none; }

.navbar-header .list-inline-item {
  margin-right: 40px; }

.hero {
  color: #FFFFFF; }
  .hero h1 {
    margin-top: 10%;
    font-size: 30px;
    letter-spacing: 0.47px;
    box-shadow: 0 2px 4px 0 rgba(73, 73, 73, 0.25); }
  .hero a {
    padding: 10px;
    margin-top: 12px;
    width: auto;
    color: #FFFFFF;
    background: #D83D4C;
    box-shadow: 0 2px 4px 0 rgba(73, 73, 73, 0.25);
    border-radius: 4px;
    border: 1px solid #D83D4C;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.2px;
    outline: none !important; }
    .hero a:hover, .hero a:active, .hero a:focus {
      background: #D83D4C;
      border: 1px solid #D83D4C; }

.consumers,
.providers {
  margin-top: 5%; }
  .consumers h2,
  .providers h2 {
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 5%;
    text-align: center; }
  .consumers .grid,
  .providers .grid {
    position: relative;
    margin: 0 auto; }
    .consumers .grid .grid-2,
    .providers .grid .grid-2 {
      border-right: 1px solid #E8E9E9;
      border-left: 1px solid #E8E9E9; }
    @media screen and (max-width: 48em) {
      .consumers .grid .grid-2,
      .providers .grid .grid-2 {
        border: none; } }
    .consumers .grid .icon,
    .providers .grid .icon {
      text-align: center;
      margin-top: 30px;
      margin-bottom: 40px; }
    .consumers .grid p,
    .providers .grid p {
      font-size: 15px;
      font-weight: 400;
      color: #8C8F94;
      line-height: 26px; }
      .consumers .grid p .highlight,
      .providers .grid p .highlight {
        color: #D83D4C; }

.coming-soon {
  margin-top: 5%;
  text-align: center; }
  .coming-soon h2 {
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 5%; }
  .coming-soon img {
    margin: 0 auto; }

.sign-up {
  background-color: #F6F6F6;
  margin-top: 8%;
  padding: 100px;
  text-align: center; }
  @media screen and (max-width: 48em) {
    .sign-up .app-stores {
      margin-bottom: 25px; } }
  .sign-up svg {
    margin-top: 20px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5; }
    .sign-up svg:nth-child(1) {
      margin-right: 12px; }
  .sign-up .form-container {
    height: 54px;
    min-width: 438px;
    border: 1px solid #D83D4C;
    border-radius: 4px;
    background: #FFFFFF; }
  .sign-up input {
    border-radius: 4px;
    padding: 0 20px 0 20px;
    height: 52px;
    font-size: 14px;
    font-weight: 300; }
  .sign-up input[type="text"] {
    width: 30%;
    outline: none;
    float: left;
    border: none; }
  .sign-up input[type="email"] {
    width: 70%;
    border-top: none;
    border-right: none;
    border-left: 1px solid #D83D4C;
    border-top: none;
    border-bottom: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    outline: none;
    float: left; }
  .sign-up button[type="submit"] {
    height: 38px;
    width: 115px;
    padding: 0 20px 0 20px;
    color: #FFFFFF;
    background: #D83D4C;
    box-shadow: 0 2px 4px 0 rgba(73, 73, 73, 0.25);
    border-radius: 4px;
    border: 1px solid #D83D4C;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.2px;
    outline: none;
    position: absolute;
    top: 8px;
    right: 24px;
    cursor: pointer; }
  .sign-up .disclaimer {
    font-size: 14px;
    color: #8C8F94;
    float: left;
    margin-top: 8px;
    font-style: italic; }

footer {
  margin-top: 8%;
  background-color: #D83D4C;
  height: 60px;
  color: #FFFFFF;
  padding: 40px; }
  footer .left,
  footer .right {
    display: flex;
    display: -webkit-flex;
    align-items: center; }
  footer .left {
    margin-top: -10px; }
  footer .right {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin-top: -30px; }
  footer a,
  footer a:hover {
    color: #FFFFFF;
    text-decoration: none; }

/*# sourceMappingURL=style.css.map */