*, *:before, *:after {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Work Sans', sans-serif;
  color: #1f0120;
  text-align: center;
  overflow: -moz-scrollbars-vertical;
  overflow-x: hidden;
  overflow-y: scroll;
}

a {
  color: #FF518C
}

a.squared {
  height: 76px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  margin: auto 24px auto 0;
  padding: 0 0 84px 0;
  text-align: center;
  background-position: 16px 8px, 8px 16px;
  background-size: calc(100% - 24px) 60px;
  background-repeat: no-repeat;
  -webkit-transition: background-position 0.25s;
  -moz-transition: background-position 0.25s;
  -o-transition: background-position 0.25s;
  -ms-transition: background-position 0.25s;
}

a.squared span {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 60px;
  padding: 0 16px;
  margin: 8px 16px 16px 24px;
  display: inline-block;
}

a.squared.indigo {
  background-image: url('../images/button-bg-indigo.png'), url('../images/button-bg-indigo-30.png');
}

a.squared:hover {
  background-position: 20px 4px, 4px 20px;
}

a.squared.fuchsia {
  background-image: url('../images/button-bg-fuchsia.png'), url('../images/button-bg-fuchsia-30.png');
}

button {
  text-align: left;
  font-size: 16px;
  border: 0;
  background: none;
  padding: 0;
}

h1,h2,h3 {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  letter-spacing: 0.02em;
}

h1 {
  font-size: 48px;
}

p {
  text-align: left;
}

img {
  -webkit-transform: translate3d(0,0,0);
  -moz-backface-visibility: hidden;
  border: none;
}

nav {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 156px;
  margin: 0 auto;
  padding: 0 64px 0 0;
  text-align: right;
  z-index: 2;
}

nav a {
  color: #fff;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  letter-spacing: 0.025em;
  line-height: 60px;
  padding: 0 3em;
  margin: 45px 0;
  border: 2px solid rgba(255,255,255,0);
  display: inline-block;
  -webkit-transition: border 0.5s;
  -moz-transition: border 0.5s;
  -o-transition: border 0.5s;
  -ms-transition: border 0.5s;
  transition: border 0.5s;
}

nav a:hover {
  border: 2px solid rgba(255,255,255,1);
}

nav a:last-child {
  margin-right: 48px;
  margin-left: 32px;
}

nav a.logo {
  position: absolute;
  top: 16px;
  left: 0;
  width: 222px;
  height: 40px;
  border: none;
}

nav a.logo svg {
  fill: #fff;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
}

nav a.logo:hover svg {
  opacity: 0.85;
}

.drivers-page nav a.drivers, .riders-page nav a.riders {
  border: 2px solid rgba(255,255,255,1);
}

.pink {
  color: #FF518C;
}

section {
  width: 100%;
  width: 100vw;
  margin: 0;
  display: block;
}

section.dark {
  background: #140124;
  color: #fff;
  padding: 116px 0;
}

.wrapper {
  width: 1040px;
  display: inline-block;
  margin: 0 auto;
  text-align: left;
}

section.top {
  background: linear-gradient(124.69deg, #FEA469 -1.4%, #FF518C 50.03%, #6A319C 102.04%);
  text-align: center;
  height: 644px;
  z-index: 1;
}

.standard section.top {
  height: 156px;
  margin-bottom: 6em;
}

.drivers-page section.top h1, .riders-page section.top h1 {
  background: #fff;
  box-shadow: 0px 24px 44px rgba(0, 0, 0, 0.25);
  display: inline-block;
  padding: 0.66em 48px;
  margin: 0 0 0 -415px;
  width: 780px;
  position: relative;
  top: 141px;
  z-index: 10;
  text-align: left;
}

.riders-page section.top h1 {
  color: #fff;
  background: #000;
  width: 15em;
  margin: 0 0 0 -475px;
}

.zoom-drivers, .zoom-riders {
  background-image: url('../images/zoom-drivers.jpg');
  background-color: rgba(0, 0, 0, .25);
  background-size: cover;
  background-repeat: no-repeat;
  width: 1099px;
  height: 573px;
  display: block;
  position: absolute;
  margin: 0;
  padding: 0;
  top: 225px;
  left: calc(50vw - 550px);
}

.zoom-riders {
  background-image: url('../images/zoom-riders.jpg');
}

.download-box {
  background: #fff;
  box-shadow: 0px 24px 44px rgba(0, 0, 0, 0.55);
  padding: 18px 32px;
  position: absolute;
  bottom: 48px;
  right: 48px;
}

.download-box p {
  font-size: 18px;
  line-height: 1.5em;
}

.download-box a {
  float: left;
  width: 118px;
  height: 40px;
  background: #000;
  border-radius: 8px;
  margin: 10px 18px 18px 0;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -ms-transition: background 0.5s;
  transition: background 0.5s;
}

.download-box a:hover {
  background: #6A319C;
}

.message {
  padding: 116px 0;
}

.riders-page .message {
  margin-top: 116px;
}

.message h1 {
  font-size: 60px;
}

.underline {
  background-image: linear-gradient(to right, #FF518C 100%, transparent 0%);
    background-position: 0 0.98em;
    background-repeat: repeat-x;
    background-size: 8px 8px;
}

.underline.sky {
  background-image: linear-gradient(to right, #73CED8 100%, transparent 0%);
}

.underline.mandarin {
  background-image: linear-gradient(to right, #FEA469 100%, transparent 0%);
}

.promo {
  background: #F6F6F6;
  padding: 0 0 68px 0;
}

.promo .wrapper {
  padding: 92px 0 24px 0;
}

.drivers-page .promo .wrapper {
  margin-top: 200px;
}

.promo .wrapper h1 {
  font-size: 44px;
  line-height: 1.2em;
  margin-bottom: 10px;
  float: left;
}

.promo .wrapper h1 span.small {
  display: inline-block;
  font-size: 22px;
  line-height: 28px;
}

.terms-link {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  text-decoration: underline;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -ms-transition: color 0.5s;
  transition: color 0.5s;
}

.terms-link:hover {
  color: #CD1F5A;
}

#terms-text {
  color: #999;
  line-height: 1.5em;
  display: none;
}

.column-3-1 {
  width: 267px;
  margin-right: 89px;
  float: left;
}

.column-3-1:last-child {
  margin-right: 0;
}

.column-3-1 img {
  display: block;
  margin-bottom: 2em;
}

.column-3-1 h2 {
  width: 267px;
}

.column-3-1 h2 span {
  display: inline-block;
}

.column-3-1 p {
  width: 238px;
  line-height: 1.4em;
}

.features {
  padding: 116px 0;
}

.thumbnail-stack {
  width: 327px;
  float: left;
}

.thumbnail-stack .photo {
  width: 327px;
  height: 191px;
  color: #fff;
  margin-bottom: 40px;
  background-size: cover;
  background-repeat: no-repeat;
}

.photo h3 {
  text-transform: uppercase;
  text-align: center;
  line-height: 191px;
  font-size: 18px;
  letter-spacing: 0.1em;
}

.photo.fuchsia {
  box-shadow: 10px 10px 0px #FF518C;
}

.photo.mandarin {
  box-shadow: 10px 10px 0px #FEA469;
}

.photo.sky {
  box-shadow: 10px 10px 0px #73CED8;
}

.photo.services {
  background-image: url('../images/services.jpg');
}

.photo.cities {
  background-image: url('../images/cities.jpg');
}

.photo.rural {
  background-image: url('../images/rural.jpg');
}

.pullout {
  width: 506px;
  font-size: 18px;
  line-height: 32px;
  display: inline-block;
}

.pullout p {
  width: 100%;
}

.pullout span {
  color: #FF518C;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  font-size: 24px;
}

.dark .pullout {
  margin: 177px 0 0 119px;
}

.zigzag {
  padding: 116px 0;
  text-align: left;
  float: left;
}

.zigzag .right {
  margin-left: calc(50vw - 520px);
  display: block;
  float: left;
}

.zigzag .text-container {
  display: table;
  width: 327px;
  height: 424px;
  float: left;
  padding: 0;
  margin-right: 119px;
}

.zigzag .text {
  width: 327px;
  height: 424px;
  display: table-cell;
  vertical-align: middle;
}

.zigzag p {
  line-height: 1.4em;
}

.zigzag .right, .zigzag .left {
  height: 424px;
  background-size: 794px 424px;
  background-repeat: no-repeat;
  background-position: 446px 50%;
  width: calc(1040px + 50vw - 520px);
  min-width: 1040px;
  max-width: 1240px;
  float: left;
  margin-bottom: 128px;
}

.zigzag .left {
  float: right;
  margin-right: calc(50vw - 520px);
  margin-left: 0;
}

.zigzag .left .text-container {
  float: right;
  margin-right: 0;
}

.zigzag .left .photo {
  width: 55.1388888888889vw;
  max-width: 794px;
  height: 424px;
  float: left;
  background-position: 50%;
  background-size: 794px 424px;
}

.right.choose {
  background-image: url('../images/rider-choose-the-ride.jpg');
}

.left.trusted .photo {
  background-image: url('../images/rider-trusted.jpg');
}

.right.marketplace {
  background-image: url('../images/rider-marketplace.jpg');
}

.company-zoom-logo {
  width: 857px;
  height: 235px;
  margin: 105px auto 144px auto;
  background-image: url('../images/company-zoom-logo.jpg');
  background-size: 857px 235px;
}

.paragraphs {
  width: 857px;
  margin: 0 auto 150px auto;
  text-align: left;
}

.paragraphs.wide {
  width: 1040px;
}

.paragraphs h2, .paragraphs p {
  width: 505px;
}

.paragraphs.wide h2, .paragraphs.wide p {
  width: 100%;
}

.paragraphs p {
  line-height: 1.5em;
}

footer {
  width: 100vw;
  background: #73CED8;
  padding: 48px 0;
  display: block;
  text-align: center;
  position: relative;
  float: left;
}

footer p {
  text-align: center;
  width: 100vw;
}

footer p a {
  color: #1f0120;
  text-decoration: none;
  margin: 0 1em;
}

footer p a.main {
  font-family: 'Poppins', sans-serif;
}

footer p a:hover {
  text-decoration: underline;
}

footer .social {
  height: 48px;
  padding: 0;
  position: relative;
  width: 100vw;
  margin-top: 40px;
}

footer .social a {
  width: 48px;
  height: 48px;
  margin: 0;
  text-decoration: none;
  display: inline-block;
}

footer .social a.twitter {
  width: 57px
}

footer .social a:nth-child(2) {
 margin: 0 24px;
}

footer .social a > svg .colorize {
  -webkit-transition: fill 0.5s;
  -moz-transition: fill 0.5s;
  -o-transition: fill 0.5s;
  -ms-transition: fill 0.5s;
  transition: fill 0.5s;
}

footer .social a:hover > svg .colorize {
  fill: #6A319C;
}

#menu-open {
  display: none;
  width: 49px;
  height: 49px;
  position: absolute;
  top: 9px;
  right: 19px;
  border-radius: 25px;
}

#menu-open svg {
  stroke: #fff;
}

#menu-open:active {
  background: black;
}

#menu {
  position: fixed;
  width: 100vw;
  min-height: 100vh;
  background: #140124;
  color: #fff;
  padding-top: 112px;
  z-index: 1000;
  display: none;
}

#menu .logo {
  width: 163px;
  height: 27px;
  top: 22px;
  left: 20px;
  position: absolute;
  z-index: 10;
}

#menu .bar {
  height: 68px;
  background-color: #140124;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

#menu #close {
  position: absolute;
  z-index: 10;
  top: 9px;
  right: 19px;
  width: 49px;
  height: 49px;
  border-radius: 25px;
}

#menu #close:active {
  background: rgba(255, 255, 255, .15);
}

#menu a.large {
  display: inline-block;
  width: 100vw;
  margin-left: 0;
  margin-bottom: 0.5em;
  height: 54px;
  line-height: 54px;
  font-family: 'Poppins', sans-serif;
  font-size: 36px;
  text-align: left;
  letter-spacing: 0.02em;
  color: #fff;
  text-decoration: none;
  padding: 0 0 0 62px;
  background-image: url('../images/mobile-nav-bullet.svg');
  background-repeat: no-repeat;
  background-position: 32px 50%;
  position: relative;
  z-index: 1;
}

#menu a.large:active {
  background-color: rgba(255, 255, 255, 0.15) !important;
}

#menu .social {
  width: 48px;
  float: left;
  margin-left: 32px;
  margin-top: 24px;
}

#menu .social a {
  width: 48px;
  height: 48px;
  display: inline-block;
  margin-bottom: 1em;
}

#menu ul {
  float: left;
  list-style-type: none;
  text-align: left;
}

#menu ul a {
  color: #73CED8;
  text-decoration: none;
  line-height: 3em;
}

#menu p {
  position: absolute;
  bottom: 48px;
  left: 32px;
  font-size: 14px;
}

.menu-open {
  display: block;
}

/* countdown */

#countdown {
  color: #333;
  margin-top: 1.5em;
  font-weight: normal;
  display: inline-block;
  width: 505px;
  margin-right: 145px;
  margin-bottom: 0;
  float: right;
}
#countdown td {
  text-align: center;
  padding: 10px 5px;
}
#countdown .tr-text {
  font-size: 14px;
}
#countdown .tr-text td {
  padding: 0;
}
#countdown table {
  table-layout: fixed;
  margin-bottom: 0;
}
#countdown table tr {
  border: none;
}
#countdown .fix-width {
  position: relative;
  font-weight: 500;
  font-size: 2em;
  margin: 0 20px;
}
#countdown .circle {
  width: 76%;
  height: 0;
  padding-bottom: 71%;
  border-radius: 50%;
  margin: 0 auto;
}
#countdown .numbers {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  font-family: 'Poppins', sans-serif;
}
#countdown svg {
  width: 85%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* metrialize tables */
table, th, td {
  border: none;
}

table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}

table.striped tr {
  border-bottom: none;
}

table.striped > tbody > tr:nth-child(odd) {
  background-color: rgba(242, 242, 242, 0.5);
}

table.striped > tbody > tr > td {
  border-radius: 0;
}

table.highlight > tbody > tr {
  -webkit-transition: background-color .25s ease;
  transition: background-color .25s ease;
}

table.highlight > tbody > tr:hover {
  background-color: rgba(242, 242, 242, 0.5);
}

table.centered thead tr th, table.centered tbody tr td {
  text-align: center;
}

tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

td, th {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px;
}

@media only screen and (max-width: 992px) {
  table.responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
    /* sort out borders */
  }
  table.responsive-table td:empty:before {
    content: '\00a0';
  }
  table.responsive-table th,
  table.responsive-table td {
    margin: 0;
    vertical-align: top;
  }
  table.responsive-table th {
    text-align: left;
  }
  table.responsive-table thead {
    display: block;
    float: left;
  }
  table.responsive-table thead tr {
    display: block;
    padding: 0 10px 0 0;
  }
  table.responsive-table thead tr th::before {
    content: "\00a0";
  }
  table.responsive-table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  table.responsive-table tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  table.responsive-table th {
    display: block;
    text-align: right;
  }
  table.responsive-table td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }
  table.responsive-table tr {
    border-bottom: none;
    padding: 0 10px;
  }
  table.responsive-table thead {
    border: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
  }
}

.home nav a.logo svg {
  display: none;
}

.home nav a.logo {
  background-image: url('../images/zoom-logo-mobile.svg');
  background-image: url('../images/zoomrides-logo-mobile.svg');
  background-repeat: no-repeat;
  background-size: 124px 34px;
  background-size: 222px 36px;
  margin-left: 49px;
  background-position-y: 1px;
  height: 38px;
}

.hero {
  width: 100vw;
  height: 780px;
  margin-bottom: 93px;
}

.hero h1, .hero p, .hero .headline-shadow {
  left: calc(50% - 520px);
}

.hero h1 {
  width: 574px;
  color: #fff;
  text-align: left;
  font-size: 40px;
  padding: 32px 40px;
  background: linear-gradient(130.08deg, #F06C4E -1.4%, #E14E80 50.03%, #6A319C 102.04%), linear-gradient(130.08deg, #FEA469 -1.4%, #FF518C 50.03%, #6A319C 102.04%);
  position: absolute;
  z-index: 3;
  top: 156px;
}

.hero h1 span {
  display: inline-block;
}

.hero .headline-shadow {
  width: 513px;
  height: 143px;
  top: 276px;
  position: absolute;
  display: inline-block;
  background-image: url('../images/h1-shadow.png');
  background-size: 513px 143px;
  background-repeat: no-repeat;
  z-index: 2;
}

.hero .photo {
  width: 55.138889vw;
  height: 764px;
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 1;
  background-image: url('../images/zoom-ride-hail-bg-home.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero p {
  width: 354px;
  font-size: 15px;
  line-height: 1.4em;
  color: #140124;
  position: absolute;
  top: 432px;
  padding: 41px 0 0 54px;
  background-image: url('../images/bracket.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
}

.hero .buttons {
  width: 400px;
  height: 60px;
  position: absolute;
  top: 658px;
  text-align: left;
  left: calc(50% - 466px);
}

.news {
  margin-bottom: 32px;
}

.news .headline {
  float: left;
  width: 540px;
  margin-left: 59px;
}

.news h1 {
  text-align: left;
  width: 540px;
  font-size: 40px;
  margin-bottom: 1em;
}

.news .news-block {
  border: 1px solid #C4C4C4;
  width: 327px;
  float: right;
  padding: 32px 0 24px 24px;
  margin-right: 89px;
}

.news h3, .news h3 a {
  color: #6a319c;
  text-decoration: none;
}

.news h3, .news h3 a:hover {
  color: #e1336e;
}

.news small {
  color: #949494;
  display: inline-block;
  margin-top: 1em;
}

.news p {
  line-height: 1.4em;
}

.news h3, p, small {
  width: 240px;
}

.news .line {
  width: 40px;
  height: 2px;
  background: #140124;
  margin: 14px 0 17px 0;
}

.simple-zig-zag {
  margin-bottom: 93px;
}

.simple-zig-zag .row {
  width: 100%;
  height: 561px;
  display: block;
}

.simple-zig-zag .row:last-child {
  margin-top: 64px;
}

.simple-zig-zag .text-container {
  display: table;
  width: 327px;
  height: 561px;
  padding: 0;
}

.simple-zig-zag .text {
  width: 327px;
  height: 561px;
  display: table-cell;
  vertical-align: middle;
  line-height: 1.4em;
}

.simple-zig-zag h2 {
  line-height: 1.3em;
}

.simple-zig-zag .text-container.left {
  float: left;
  margin-left: 59px;
}

.simple-zig-zag .text-container.right {
  float: right;
  margin-right: 59px;
}

.simple-zig-zag .imagery {
  width: 563px;
  height: 561px;
  background-size: 563px 561px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: inline-block;
}

.simple-zig-zag .imagery.right {
  float: right;
}

.simple-zig-zag .imagery.pricing {
  background-image: url('../images/keep-earnings.png');
  background-size: 388px 321px;
}

.simple-zig-zag .imagery.repeat {
  background-image: url('../images/repeat.jpg');
  background-size: 462px 394px;
}

.simple-zig-zag .imagery.living {
  background-image: url('../images/living.jpg');
  margin-right: -29px;
}

.simple-zig-zag .imagery.matching {
  background-image: url('../images/matching.jpg');
  margin-left: -29px;
}


/* MEDIA QUERIES */

@media only screen and (min-width: 1200px) {
  .hero .photo {
    width: 50vw;
  }
}

@media only screen and (max-width: 1200px) {
   
   h1 {
     font-size: 32px;
   }
   
   .news .headline {
     float: left;
     margin-right: 0;
     width: 40vw;
   }
   
   .news .news-block {
     margin-left: 0;
   }
   
   .news .headline h1 {
     width: 100%;
   }
   
   .drivers-page section.top h1, .riders-page section.top h1 {
     margin: 0;
     width: 480px;
     position: absolute;
     left: 0;
   }
   
   .riders-page section.top h1 {
     width: 19em;
     margin: 0;
   }
   
   .zoom-drivers, .zoom-riders {
     background-position: 50% 50%;
     width: 100vw;
     display: block;
     position: absolute;
     margin: 0;
     padding: 0;
     top: 225px;
     left: 0;
   }
    
    .wrapper {
      width: 90vw;
      display: inline-block;
      margin: 0 auto;
      text-align: left;
    }
    
    .promo .container {
      display: inline-block;
      width: auto;
      float: right;
    }
    
    #countdown {
      float: right;
      margin-right: 0;
    }
    
    .column-3-1 {
      width: 28.33333%;
      margin-right: 5%;
    }
    
    .column-3-1 h2 {
      width: 100%;
    }
    
    .column-3-1 p {
      width: 100%;
      line-height: 1.4em;
    }
    
    .pullout {
      width: 50%;
    }
    
    .zigzag .right {
      margin-left: 0;
    }
    
    .zigzag .text-container {
      width: 33.33vw;
      padding: 0;
      margin: 0 8.33vw;
    }
    
    .zigzag .text {
      width: 100%;
    }
    
    .zigzag .right, .zigzag .left {
      background-position-x: 50vw;
      background-position-y: 50%;
      width: 100%;
      min-width: 100%;
      max-width: 100%;
      float: left;
      margin-bottom: 128px;
    }
    
    .zigzag .left {
      float: left;
      margin-bottom: 128px;
      width: 100vw;
    }
    
    .zigzag .left .text-container {
      float: right;
      margin-right: 8.33vw;
    }
    
    .zigzag .left .photo {
      width: 50vw;
      max-width: 794px;
      height: 424px;
      float: left;
      background-position: 0 50%;
      background-size: cover;
    }
    
    .paragraphs.wide {
      width: 90vw;
      margin-left: 5vw;
    }
    
}

@media only screen and (max-width: 1023px) {
  
  #menu-open {
    display: block;
  }
  
  nav {
    height: 68px;
    background: linear-gradient(150.37deg, #FEA469 -1.03%, #FF518C 59.22%, #6A319C 120.14%);
    position: fixed;
    z-index: 11;
    box-shadow: 0px 4px 18px rgba(17, 2, 30, 0.14);
  }
  
  nav a.drivers, nav a.riders {
    display: none;
  }
  
  nav a.logo {
    width: 163px;
    height: 27px;
    padding: 0;
    top: 22px;
    left: 19px;
    position: absolute;
    margin: 0;
  }
  
  nav a.logo svg {
    width: 163px;
    height: 27px;
    float: left;
    margin: 0;
    left: 0;
  }
  
  .home nav {
    background: #fff;
  }
  
  .home nav a.logo {
    background-size: 91px 25px;
    margin-left: 0;
  }
  
  .home #menu-open svg {
    stroke: #6A319C;
  }
  
  .home #menu-open:active {
    background: #e0e0e0;
  }
  
  .hero h1 {
    font-size: 24px;
    width: 380px;
    left: calc(50% - 380px);
    top: 120px;
  }
  
  .hero .headline-shadow {
    width: 380px;
    left: calc(50% - 380px);
    background-size: 380px 106px;
    top: 185px;
  }
  
  .hero p {
    width: 270px;
    font-size: 16px;
    line-height: 1.4em;
    top: 302px;
    padding: 41px 0 0 54px;
    left: calc(50% - 380px);
  }
  
  .hero .buttons {
    width: 250px;
    height: auto;
    position: absolute;
    top: 590px;
    left: calc(50% - 341px);
  }
  
  .hero .buttons a {
    width: 100%;
  }
  
  .hero {
    margin-bottom: 48px;
  }
  
  h1, .news h1 {
    font-size: 27px;
    line-height: 1.25em;
  }
  
  .news h1 {
    width: 100%;
  }
  
  .news .headline {
    margin-bottom: 2em;
    margin-left: 0;
    float: left;
    width: 100%;
  }
  
  .news .news-block {
    width: 100%;
    float: left;
    margin-left: 0;
    padding-right: 24px;
  }
  
  .news .news-block h3, .news .news-block p {
    width: 100%;
  }
  
  .simple-zig-zag .text-container h2,  .simple-zig-zag .text-container p{
    width: 100%;
  }
  
  .simple-zig-zag, .simple-zig-zag .wrapper {
    padding: 0;
  }
  
  .simple-zig-zag .text-container {
    width: 100%;
    height: auto;
    margin: 64px 0 16px 0;
    left: 0;
    float: left;
  }
  
  .simple-zig-zag .text {
    width: 100%;
    height: auto;
    display: table-cell;
    vertical-align: top;
    line-height: 1.4em;
    margin: 0;
  }
  
  .simple-zig-zag .text-container.left {
    margin-left: 0;
  }
  
  .simple-zig-zag .text-container.right {
    float: left;
    margin-right: 0;
  }
  
  .simple-zig-zag .imagery, .simple-zig-zag .imagery.pricing, .simple-zig-zag .imagery.repeat, .simple-zig-zag .imagery.living, .simple-zig-zag .imagery.matching {
    width: 100%;
    height: 300px;
    background-size: contain;
    background-position: 50% 50%;
    margin: 0;
  }

  .simple-zig-zag .imagery.pricing {
    background-position: calc(50% + 30px) 50%;
  }
  
  .simple-zig-zag .row {
    height: auto;
  }
  
  body.standard section.top {
    height: 68px;
    padding: 0;
    z-index: 1;
    margin-bottom: 3em;
  }
  
  section.top {
    z-index: 2;
  }
  
  .drivers-page section.top h1, .riders-page section.top h1 {
    margin: 0;
    padding: 0.66em 38px;
    width: 328px;
    position: absolute;
    left: calc(50vw - 164px);
    top: 223px;
  }
  
  .standard {
    padding-bottom: 8em;
  }
  
  .riders-page section.top h1 {
   font-size: 24px;
   top: 243px;
  }
  
  .zoom-drivers, .zoom-riders {
    height: 232px;
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;
    top: 68px;
    left: 0;
    background-size: 100%;
    background-position: 50% 75%;
  }
  
  .zoom-riders {
    background-position: 50% 20%;
  }
  
  .download-box {
    padding: 18px 32px;
    position: absolute;
    display: block;
    width: 328px;
    height: 173px;
    top: 55vh;
    top: 314px;
    right: auto;
    left: calc(50vw - 164px);
    margin: 0;
  }
  
  .download-box a {
    margin: 10px 14px 18px 0;
  }
  
  .promo h1 {
    width: 100%;
  }
  
  .promo .wrapper {
    padding: 0 0 24px 0;
  }
  
  .promo .container {
    float: left;
  }
  
  .drivers-page .promo .wrapper {
    margin-top: 100px;
  }
  
  .riders-page .message {
    margin-top: 80px;
    padding-bottom: 80px;
  }
  
  .riders-page .promo {
    padding-top: 80px;
  }
  
  .message {
    padding: 40px 0 116px;
  }
  
  .message h1 {
    font-size: 48px;
    line-height: 1.5em;
  }
  
  #countdown {
    margin-top: 16px;
    width: 345px;
    margin-right: 0;
    margin-bottom: 32px;
    padding: 0;
    position: relative;
    float: left;
    margin-left: 0;
  }
  #countdown td {
    text-align: center;
    padding: 10px 0;
    margin: 0;
    width: 80px;
  }
  
  #countdown .circle {
    width: 100%;
    height: 0;
    padding-bottom: 64px;
    border-radius: 50%;
    margin: 0 auto;
  }
  
  #countdown svg {
    width: 100%;
    width: 88px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .features {
    padding: 80px 0;
  }

  .column-3-1 {
    width: 100%;
    margin-right: 0;
    text-align: center;
    margin-bottom: 48px;
  }
  
  .column-3-1:last-child {
    margin-bottom: 0;
  }
  
  .column-3-1 img {
    margin: 0 auto 2em auto;
  }
  
  img.driver-character {
    padding-left: 48px;
  }
  
  img.scheduled-rides {
    padding-left: 40px;
  }

  .thumbnail-stack {
    width: 320px;
    float: none;
    margin: 0 auto;
  }
  
  .pullout {
    width: 80vw;
    display: block;
    margin: 0;
    float: none;
    left: 0;
    padding: 0;
    position: relative;
  }
  
  .dark .pullout {
    margin: 5em auto 0 auto;
  }
  
  .company-zoom-logo {
    width: 80vw;
    height: 33.33vh;
    margin: 6vh auto 4vh auto;
    background-image: url('../images/company-zoom-logo.jpg');
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  
  .paragraphs {
    width: 90vw;
    margin: 0 auto;
  }
  
  .paragraphs h2, .paragraphs p {
    width: 100%;
  }
}


@media only screen and (max-width: 768px) {
  
  .hero {
    height: 700px;
  }

  .hero .photo {
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    height: 330px;
  }

  .hero h1 {
    font-size: 24px;
    width: 100%;
    left: 0;
    top: 300px;
  }
  
  .hero .headline-shadow {
    width: 100%;
    background-size: 100% 100px;
    left: 0;
    top: 370px;
  }
  
  .hero .buttons {
    width: 100%;
    text-align: center;
    left: 0;
    top: 470px;
  }
  
  .hero .buttons a {
    width: auto;
    margin: 0;
  }
  
  .hero p {
    width: 100%;
    top: 570px;
    left: 0;
    background: none;
    padding: 0 32px;
  }
  
  .simple-zig-zag h2 {
    padding-top: 1em;
    border-top: 1px solid #949494;
  }

 .zoom-drivers, .zoom-riders {
   background-size: 100%;
   background-position: 50% 85%;
   height: 40vh;
   height: 232px;
   display: block;
   position: absolute;
   margin: 0;
   padding: 0;
   top: 68px;
   left: 0;
 }
 .zoom-riders {
   background-position: 50% 40%;
 }
}

@media only screen and (max-width: 600px) {
  .zoom-drivers, .zoom-riders {
    background-size: 140%;
    background-position: 50% 80%;
  }
  
  .zoom-riders {
    background-position: 50% 20%;
  }
  
  .message h1 {
    font-size: 7vw;
  }
  
  .underline {
      background-position: 0 0.96em;
      background-size: 6px 6px;
  }
  
  .zigzag {
    padding-top: 0;
  }
  
  .zigzag .right, .zigzag .left {
    width: 100vw;
    
  }
  
  .zigzag .text-container {
    width: 90vw;
    padding: 0;
    margin: 340px 5vw 0 5vw;
  }
  
  .zigzag .text {
    width: 100%;
    vertical-align: top;
  }
  
  .zigzag h2 {
    margin-top: 0;
  }
  
  .zigzag .right, .zigzag .left {
    background-position-x: 50%;
    background-position-y: top;
    background-size: 600px 320px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    float: left;
    margin-bottom: 128px;
  }
  
  .zigzag .left .text-container {
    float: left;
    margin: 340px 0 0 5vw;
    padding-top: 0;
    width: 90vw;
  }
  
  
  .zigzag .left .photo {
    width: 100vw;
    height: 320px;
    float: left;
    background-position: 50% 50%;
    background-size: cover;
    position: absolute;
  }
  
}

@media only screen and (max-width: 414px) {

  .hero {
    height: 720px;
  }
  
  .hero .headline-shadow {
    top: 330px;
  }

  .hero h1 {
    font-size: 19px;
    padding: 24px;
  }
  
  .hero .buttons {
    top: 450px;
  }
  
  .hero p {
    top: 550px;
  }
  
  .simple-zig-zag .imagery.pricing {
    background-size: 335px 277px;
    background-size: contain;
    background-position: top left;
  }
    
  .zoom-drivers, .zoom-riders {
    background-size: 160%;
    background-position: 50% 100%;
  }
  .zoom-riders {
    background-position: 50% 20%;
  }
  
  .message {
    padding: 20px 0 0 0;
  }
}

@media only screen and (max-width: 375px) {

  .hero {
    height: 800px;
  }

  .hero .buttons {
    top: 430px;
  }
  
  .hero .buttons a {
    width: 100%;
  }
  
  .hero p {
    top: 610px;
  }
  
  .zoom-drivers, .zoom-riders {
    background-size: 170%;
    background-position: 50% 100%;
  }
  .zoom-riders {
    background-position: 50% 10%;
  }
  
  #countdown {
    width: 335px;
  }
  
  .riders-page .message {
    margin-top: 10 0px;
  }
  
}

@media only screen and (max-width: 320px) {

  .zoom-drivers, .zoom-riders {
    background-size: 180%;
    background-position: 50% 140%;
  }
  
  .zoom-riders {
    background-size: 150%;
    background-position: 50% 5%;
  }
  
  #countdown {
    width: 280px;
  }
  
  #countdown td {
    width: 60px;
  }
  
  #countdown svg {
    width: 70px;
  }
  
}



/* retina backgrounds */

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .zoom-drivers {
      background-image: url('../images/zoom-drivers@2x.jpg');
    }
    
    .zoom-riders {
      background-image: url('../images/zoom-riders@2x.jpg');
    }
    
    .photo.services {
      background-image: url('../images/services@2x.jpg');
    }
    
    .photo.cities {
      background-image: url('../images/cities@2x.jpg');
    }
    
    .photo.rural {
      background-image: url('../images/rural@2x.jpg');
    }
    
    .right.choose {
      background-image: url('../images/rider-choose-the-ride@2x.jpg');
    }
    
    .left.trusted .photo {
      background-image: url('../images/rider-trusted@2x.jpg');
    }
    
    .right.marketplace {
      background-image: url('../images/rider-marketplace@2x.jpg');
    }
    
    .company-zoom-logo {
      background-image: url('../images/company-zoom-logo@2x.jpg');
    }
    
    .simple-zig-zag .imagery.repeat {
      background-image: url('../images/repeat@2x.jpg');
    }
    
    .simple-zig-zag .imagery.living {
      background-image: url('../images/living@2x.jpg');
    }
    
    .simple-zig-zag .imagery.matching {
      background-image: url('../images/matching@2x.jpg');
    }
    
    
  }