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

html { 
    height: 100%;
    max-width: 100%;
    min-height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Work Sans', sans-serif;
    color: #1f0120;
    text-align: center;
    overflow: -moz-scrollbars-vertical;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    max-width: 100%;
    min-height: 100%;
    background: #fff;
    -webkit-overflow-scrolling: touch;
}


html::-webkit-scrollbar { display: none; }

a {
  color: #18FFFF;
  text-decoration: none;
}


button {
  text-align: left;
  font-size: 16px;
  border: 0;
  background: none;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
}

button:focus, input[type=submit]:focus {
    outline: none;   
}

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

h1 {
  font-size: 48px;
}

p {
  text-align: left;
}

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

input:focus { outline: none;}

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

nav a {
  color: #fff;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  letter-spacing: 0.025em;
  padding: 0 3em;
  margin: 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.logo {
  position: absolute;
  display: block;
  top: 0;
  left: 37px;
  width: 222px;
  height: 150px;
  border: none;
}

nav a.logo svg {
  position: absolute;
  top: 52px;
  left: 30px;
  -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;
}

nav .nav-links {
    position: absolute;
    display: inline-block;
    height: 126px;
    width: 360px;
    top: 23px;
    top: 0;
    right: 50px;
    padding: 0 32px;
    background: #fff;
}

nav .nav-links .smaller {
    display: inline-block;
    position: absolute;
    top: 23px;
    right: 14px;
    height: 60px;
    width: 268px;
    padding: 10px 0 0 0;
}

nav .nav-links .smaller button {
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    background: #18FFFF;
    color: #000;
    height: 37px;
    line-height: 37px;
    padding: 0 16px;
    border-radius: 24px;
    margin: 0 13px 0 0;
}

nav .nav-links .smaller button:hover {
    background: #80FAFA;
}

nav .nav-links .smaller a {
    color: #000;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    height: 37px;
    line-height: 37px;
    margin: 0;
    padding: 0 10px;
    -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}

nav .nav-links .smaller a:hover {
    color: #2EDCDC;
}

nav .nav-links .main {
    display: inline-block;
    height: 44px;
    width: 330px;
    padding: 0;
    position: absolute;
    right: 24px;
    top: 83px;
}

nav .nav-links .main a {
    color: #000;
    display: inline-block;
    font-size: 16px;
    height: 44px;
    line-height: 44px;
    margin: 0 0 0 30px;
    padding: 0 20px;
    display: inline-block;
    background-image: url('../images/nav-dot.svg');
    background-repeat: no-repeat;
    background-position: 0 -20px;
    -webkit-transition: background-position 0.25s;
   -moz-transition: background-position 0.25s;
   -o-transition: background-position 0.25s;
   -ms-transition: background-position 0.25s;
   transition: background-position 0.25s;
}

nav .nav-links .main a:first-child {
    margin: 0;
}

nav .nav-links .main a:hover,
body.drive .nav-links .main a.drive,
body.ride .nav-links .main a.ride,
body.safety .nav-links .main a.safety
{ background-position: 0 17px; }

.hero {
    background-size: cover;
    max-width: 794px;
    width: calc(50% - 20px);
    height: 516px;
    position: absolute;
    top: 150px;
    left: calc(50% + 20px);
    border-radius: 80px 0 80px 80px;
}

section {
    width: 100%;
    max-width: 100%;
    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 {
    text-align: center;
    height: 760px;
    z-index: 1;
    background-image: url('../images/bg-3stripe.png'), url('../images/green-bar.png'), url('../images/green-bar.png');
    background-repeat: repeat-y, repeat-y, no-repeat;
    background-position: center top, left top, right top;
    background-size: 617px 1334px, 37px, 50px 150px;
    overflow: hidden;
}


footer {
  width: 100%;
  background: #000;
  color: #fff;
  padding: 48px 0;
  display: block;
  text-align: center;
  position: relative;
  float: left;
}

footer .wrapper {
    width: 995px;
    margin: 0 auto;
    text-align: left;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer ul {
    list-style: none;
    margin: 0 0 24px 0;
    padding: 0;
    width: 687px;
    display: block;
    float: left;
}

footer ul li {
    display: inline-block;
}

footer ul li a {
    margin-right: 24px;
}

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

footer p {
    width: 687px;
    margin: 0 0 1em 0;
    font-size: 12px;
    display: inline-block;
    float: left;
}

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

footer a:hover {
    color: #18FFFF;
}

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

footer .social {
    height: 32px;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 80px;
    width: 144px;
    text-align: right;
}

footer .social a {
  width: 32px;
  height: 32px;
  margin: 0;
  display: inline-block;
}

footer .social a svg {
    width: 32px;
    height: 32px;
}

footer .social a.twitter {
  width: 39px;
}

footer .social a.twitter svg {
    width: 37px;
    height: 31px;
}

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

footer .social a:hover > svg .colorize {
  fill: #18FFFF;
}


body.error .top { 
    padding-top: 300px;
    height: 100vh;
}

body.error .top h1, body.error .top p { 
    background: #fff;
    display: inline-block;
    width: auto;
}
body.error footer {
    position: fixed;
    bottom: 0;
}

#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: 100%;
  min-height: 100vh;
  background: #000;
  color: #fff;
  padding-top: 80px;
  z-index: 50;
  display: none;
}

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

#menu .bar {
  height: 68px;
  background-color: #000;
  width: 100%;
  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 .scrollable {
    position: absolute;
    top: 68px;
    left: 0;
    width: 100%;
    height: calc(100vh - 68px);
    overflow-y: scroll;
    padding-bottom: 80px;
}

#menu .social {
  width: 48px;
  position: absolute;
 right: 6px;
    top: 22px;
}

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

#menu p {
  position: relative;
  font-size: 14px;
    margin-left: 28px;
}

#menu .primary {
    display: flex;
    justify-content: flex-start; 
    flex-direction: column;
    text-align: left;
    margin-left: 28px;
    margin-top: 20px;
}

#menu .primary button.cta {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 0 0 -20px;
    font-size: 18px;
    width: calc(100% - 40px);
    max-width: 400px;
}

#menu .primary a {
    color: #fff;
    font-size: 29px;
    margin-bottom: 30px;
    font-family: 'Poppins', sans-serif;
}

#menu .primary a.login {
    font-family: 'Work Sans', sans-serif;
}

#menu ul {
    float: left;
    list-style-type: none;
    text-align: left;
    width: calc(100% - 28px);
    margin-left: 0;
    padding-left: 0;
    z-index: 50;
    font-family: 'Work Sans', sans-serif;
}

#menu ul a {
    color: #fff;
    text-decoration: none;
    line-height: 3em  !important;
    font-size: 18px  !important;
    font-family: 'Work Sans', sans-serif !important;
}

.menu-open {
  display: block;
}


nav a.logo svg {
    fill: #18FFFF;
}

nav a.logo {
    margin-left: 0;
    width: 300px;
    top: 0;
    left: 37px;
    background-color: #fff;
    height: 150px;
}

.home .top h1 {
    font-size: 77px;
    text-align: left;
    line-height: 92px;
    background: #fff;
    position: absolute;
    top: 245px;
    left: calc(50% - 470px);
}

.home .top h1 span {
    font-size: 39px;
    line-height: 60px;
    display: block;
    margin-top: 0;
}

.home .top p {
    position: absolute;
    top: 480px;
    left: calc(50% - 470px);
    background: #fff;
    width: 367px;
    padding: 10px 0;
    line-height: 1.5em;
}

.top button, .top a, #menu button.cta {
    position: absolute;
    top: 590px;
    left: calc(50% - 470px);
    background-color: #18FFFF;
    color: #000;
    height: 68px;
    width: 367px;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    line-height: 68px;
    padding: 0 0 0 24px;
    border-radius: 34px;
    box-shadow: 10px 12px 0px rgba(21, 247, 247, 0.2);
    background-image: url('../images/button-arrow.svg');
    background-repeat: no-repeat;
    background-size: 23px 22px;
    background-position: 93% center;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -ms-transition: all 0.25s;
    transition: all 0.25s;
    z-index: 2;
}

.top button:hover, .top a:hover {
    box-shadow: 10px 12px 0px rgba(0, 0, 0, 0.8);
    background-position: 96% center;
}

.home .top .hero-bg {
    position: absolute;
    max-width: 822px;
    width: calc(50% - 108px);
    height: 610px;
    top: 150px;
    left: calc(50% + 108px);
    border-radius: 122px 0px 122px 122px;
    background-image: url('../images/farerides-top-car-beach.jpg');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    margin: 0;
}

.home .top .marker {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    width: 482px;
    height: 578px;
    background-image: url('../images/fare-rides-top-marker.png');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
}

.ecosystem {
    height: 670px;
    background-image: url('../images/bg-3stripe.png');
    background-repeat: repeat-y;
    background-position: center top;
    background-size: 617px 20px;
    text-align: left;
    overflow-x: hidden;
}

.ecosystem .center {
    width: 262px;
    height:262px;
    border-radius: 100%;
    position: absolute;
    margin-top: 195px;
    left: calc(50% - 130px);
}

.ecosystem .center svg, .ecosystem .center img {position: absolute}

.ecosystem .center svg {
    left: calc(50% - 130px);
}

.ecosystem .center .fare-rides-logo {
    margin-top: 79px;
    left: calc(50% - 85px);
}

.ecosystem .item, .ecosystem .item.left {
    position: absolute;
    width: 183px;
    height: 95px;
}

.ecosystem .item svg {
    position: relative;
    float: left
}

.ecosystem .item.left svg {
    position: relative;
    float: right;
}

.ecosystem .item p {
    padding: 0;
    margin-top: 30px;
    margin-left: 92px;
    font-size: 14px;
    display: inline-block;
    width: 90px;
    position: absolute
}

.ecosystem .item.left p {
    margin-left: 0;
    margin-right: 88px;
    text-align: right;
}

.ecosystem .driver-search {
    margin-top: 95px;
    margin-left: calc(50% + 40px);
}

.ecosystem .ride-hail {
    margin-top: 211px;
    margin-left: calc(50% + 142px);
}

.ecosystem .delivery-services {
    margin-top: 345px;
    margin-left: calc(50% + 142px);
}

.ecosystem .add-ons {
    margin-top: 461px;
    margin-left: calc(50% + 40px);
}

.ecosystem .credit-cards {
    margin-top: 461px;
    margin-left: calc(50% - 212px);
}

.ecosystem .savings-account {
    margin-top: 345px;
    margin-left: calc(50% - 307px);
}

.ecosystem .background-check {
    margin-top: 211px;
    margin-left: calc(50% - 307px);
}

.ecosystem .vehicle-insurance {
    margin-top: 95px;
    margin-left: calc(50% - 212px);
}

.ecosystem .driver-app, .ecosystem .rider-app {
    position: absolute;
    margin-top: 290px;
}

.ecosystem .driver-app {left: calc(50% - 480px);}
.ecosystem .rider-app {left: calc(50% + 308px);}

.ecosystem h2 {
    display: inline-block;
    position: absolute;
    margin-top: 230px;
}

.ecosystem h2.driver-app-title {left: calc(50% - 510px);}
.ecosystem h2.rider-app-title {left: calc(50% + 400px);}

.news {
    margin-bottom: 0;
    color: #fff;
    background-color: #000;
    background-image: url('../images/bg-3stripe-white-partial-left.png'), url('../images/bg-3stripe-white-right.png'), url('../images/green-bar.png');
    background-repeat: no-repeat, repeat-y, repeat-y;
    background-position: center top, center top, right top;
    background-size: 617px 100px, 617px 1334px, 50px 50px;
    padding: 100px 0;
}

.news .headline {
    float: left;
    width: 664px;
    margin-left: 56px;
    margin-bottom: 40px;
    background: #000;
}

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

.news .news-block {
    width: 264px;
    float: right;
    padding: 32px 0 24px 24px;
    margin-right: 89px;
    background: #000;
}

.news h3, .news h3 a {
    color: #fff;
    text-decoration: none;
    font-size: 28px;
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -o-transition: color 0.5s;
    -ms-transition: color 0.5s;
    transition: color 0.5s;
}

.news h3, .news h3 a span { color: #18FFFF}

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

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

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

.news img {
    margin-left: 26px;
    display: inline-block;
}

.layout-width {
    width: 1228px;
    display: inline-block;
    position: relative;
    text-align: left;
}

.col-4 {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.column {
    flex: 1;
    margin: 0 57px;
}

.get-started {
    background-image: url('../images/bg-3stripe.png');
    background-repeat: repeat-y;
    background-position: center top;
    background-size: 617px 20px;
    padding: 80px 0;
}

.get-started .layout-width {padding: 57px 0;}

.get-started .column {text-align: center}
.get-started h1, .get-started h3, .get-started p { text-align: left}

.get-started h1, .monthly-package h1 {
    background: #fff;
    display: inline-block;
    margin-bottom: 80px;
    margin-left: 20px;
}

.get-started h3 {
    margin-top: 30px;
    font-size: 21px;
	line-height: 26px;
}

.get-started .p-container {
    width: 100%;
    display: block;
}

.get-started p {
    line-height: 1.5em;
    font-family: 'Work Sans', sans-serif !important;
    font-size: 16px !important;
}

.monthly-package {
    color: #fff;
    background-color: #000;
    background-image: url('../images/bg-3stripe-white.png');
    background-repeat: repeat-y;
    background-position: center top;
    background-size: 617px 20px;
    padding: 80px 0;
    font-family: 'Poppins', sans-serif;
}

.monthly-package h1 {
    margin-bottom: 80px;
    background: #000;
    display: inline-block;
}

.monthly-package ul { 
    list-style-type: none; 
    padding: 0;
}
.monthly-package li {
    font-size: 18px;
    margin-bottom: 24px;
}

.contact {
    background: #18FFFF;
    padding: 30px 0 20px 0;
    display: inline-block;
    margin: 0;
    float: left;
}

.contact .layout-width {
	width: 995px;
}

.contact .message {
    float: left;
    text-align: left;
    display: inline-block;
    position: relative;
    margin-right: 160px;
}

.contact .message h3 {
    font-size: 21px;
    line-height: 1.2em;
}
.contact .message p {
    margin-top: 8px;
    line-height: 1.25em;
    padding: 0 0 -20px 0;
    display: inline-block;
}

.contact .inputs{
	float: left;
}

.contact button {
    background: #000;
    color: #fff;
    height: 50px;
    border-radius: 25px;
    padding: 0 24px;
    font-family: 'Poppins', sans-serif;
    margin-left: 20px;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    -ms-transition: background 0.5s;
    transition: background 0.5s;
}

.contact button:hover {
    background: #007416;
}

.contact label {
    display: block;
    font-size: 12px;
    margin-bottom: 12px;
}

input[type=text], input[type=email], input[type=password] {
    border: 0;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border-radius: 25px;
    padding: 0 16px;
    width: 257px;
    background: #F3F3F3;
    font-family: 'Work Sans', sans-serif;
    -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

input[type=text]::placeholder, input[type=email]::placeholder, input[type=password]::placeholder { font-style: italic}

input[type=text]:hover, input[type=text]:focus, input[type=email]:hover, input[type=email]:focus, input[type=password]:hover, input[type=password]:focus {
    box-shadow: inset 0px 0px 0px 4px #049797;
}

label span {font-style: italic;}


input[type=text].error, input[type=email].error, input[type=password].error {
    border: 0;
    background: #F3F3F3;
    box-shadow: inset 0px 0px 0px 4px #ff0000;
}

/* DRIVE PAGE */

body.drive .hero { 
    background-image: url('../images/drive-top.jpg');
}

body.drive .top, body.ride .top, body.safety .top { text-align: left }

body.drive .top  h1, body.drive .top  p,
body.ride .top  h1, body.ride .top  p,
body.safety .top  h1, body.safety .top  p{
    width: 372px;
    position: absolute;
    left: calc(50% - 470px);
    background: #fff;
}

.safety-intro {
    line-height: 1.4em;
}

body.drive .top  h1, body.ride .top  h1, body.safety .top  h1 {  top: 278px; }

body.drive p,
body.ride p {
    font-family: 'Poppins', sans-serif;
    line-height: 1.5em;
    font-size: 18px;
}

body.drive .top p { top: 390px; }
body.drive .top button { top: 520px;}

.zig-zag {
    height: 588px;
    background-image: url('../images/bg-3stripe.png'), url('../images/green-bar.png');
    background-repeat: repeat-y, repeat-y;
    background-position: center top, left top;
    background-size: 617px 1334px, 37px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.zig-zag:last-child { height: 700px; }

.zig-zag.right {justify-content: right;}

.zig-zag .visual {
    max-width: 794px;
    height: 516px;
    position: absolute;
    border-radius: 80px;
    background-size: cover;
}

.zig-zag.left .visual { 
    left: calc(50% - 799px);
    width: 794px;
}

.zig-zag.right .visual { 
    left: calc(50% + 20px); 
    width: calc(50% - 20px);
}

.zig-zag .text-block {
	width: 372px;
    text-align: left;
    background: #fff;
}

.zig-zag .text-block h1, .zig-zag .text-block p { width: 100%; }

.zig-zag.left .text-block { margin-left: calc(50% + 86px); }
.zig-zag.right .text-block { margin-left: calc(50% - 404px); }

.drive-1 .visual { background-image: url('../images/drive-1.jpg'); }
.drive-2 .visual { background-image: url('../images/drive-2.jpg'); }


/* RIDE PAGE */

body.ride .hero { background-image: url('../images/ride-top.jpg');}
body.ride .top  h1, 
body.ride .top  p { 
    width: 460px;
    left: calc(50% - 560px);
}

body.ride .top p { top: 450px; }
body.ride .top a { 
    top: 560px;
    left: calc(50% - 560px);
    z-index: 2;
}

/* SAFETY PAGE */

body.safety .hero { background-image: url('../images/safety-top.jpg');}

body.safety .top  h1, 
body.safety .top  p { 
    width: 460px;
    left: calc(50% - 560px);
}

body.safety .top p { top: 450px; }
body.safety .top a { left: calc(50% - 560px); }

.safety-list .wrapper { 
    width: 809px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 86px;
}

.safety-list .wrapper .row {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.safety-list .wrapper .row  img {
    width: 270px;
    height: 270px;
    border-radius: 60px;
    margin-right: 73px;
}


.safety-list .wrapper .row p {
    width: 466px;
    line-height: 1.5em;
}

/* INVESTORS PAGE */


body.investors .top { 
    height: 798px;
    text-align: center;
}
body.investors .top .hero-logo {
    width: 479px;
    margin-top: 230px;
}

.points {
    display: flex;
    justify-content: space-between;
    margin: 84px auto 0 auto;
    width: 955px;
}

.points div {
    width: 292px;
    height: 191px;
    line-height: 191px;
    text-align: center;
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    display: flex;
    background-size: cover;
}

.points h3 {
    width: 100%;
}

.points .services { background-image: url('../images/point-services.jpg'); }
.points .cities { background-image: url('../images/point-cities.jpg'); }
.points .rural { background-image: url('../images/point-rural.jpg'); }

.center-paragraph {
    text-align: center;
    padding: 72px 0;
    background-image: url('../images/bg-3stripe.png');
    background-repeat: repeat-y;
    background-position: center top;
    background-size: 617px 20px;
}

.center-paragraph p {
    width: 564px;
    line-height: 1.5em;
    text-align: left;
    margin: 0 auto;
    padding-top: 1em;
    padding-bottom: 2em;
    background: #fff;
}

.center-paragraph h1, .center-paragraph h2, .center-paragraph ul {
    width: 564px;
    text-align: left;
    margin: 0 auto;
    background: #fff;
    display: inline-block;
}

.center-paragraph ul {
    padding-bottom: 2em;
    line-height: 1.5em;
}

body.legal { padding-top: 150px; }

body.legal .center-paragraph .wrapper { 
    width: 564px;
}

body.legal .center-paragraph h1, body.legal .center-paragraph h2 {
    margin-top: 2em;
    padding: 0;
    display: inline-block;
    width: auto;
}


/* MODAL */

.Modal {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    width: 500px;
}

.modal-bg-hit-area {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: none;
}

.Modal-Background {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    background: rgba(0, 0, 0, 0.85);
    z-index: 100;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 0;
}

.toggle-Modal {
  cursor: pointer;
}
.is-Hidden {
  display: none;
}

.Center-Block {
    background: #fff;
    color: #000;
    padding: 40px;
    border-radius: 44px;
    min-height: auto;
}

.Absolute-Center {
  width: 691px;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  min-height: auto;
}

.Absolute-Center.is-Fixed {
  position: fixed;
  z-index: 999;
}

.absolutecentercontent .Absolute-Center.is-Variable {
  display: table;
  height: auto;
}

.Center-Content {
    text-align: left; 
    overflow-y: auto;
    flex: 1 1 auto;
}
.Center-Content h1 {font-size: 45px;}
.Center-Content ul, .login-container ul {
    list-style-type: none;
    width: 267px;
    padding: 0;
}

.verified-form {
    width: 267px;
 }


.Center-Content li, .login-container li {margin-bottom: 18px;}

.Center-Content input[type=text], .Center-Content input[type=email], .Center-Content input[type=password] {width: 267px;}

.Center-Content label {
    font-size: 12px;
    width: 100%;
    display: inline-block;
    margin-bottom: 0.5em;
}

.Center-Content input[type=submit],
.verified-form input[type=submit] {
    background-color: #18FFFF;
    height: 68px;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    line-height: 68px;
    padding: 0 24px;
    border-radius: 34px;
    box-shadow: 10px 12px 0px rgba(21, 247, 247, 0.2);
    background-repeat: no-repeat;
    background-size: 23px 22px;
    background-position: 93% center;
    outline: none;
    border: none;
    margin-top: 20px;
    -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.Center-Content input[type=submit]:hover, .login-container input[type=submit] {
    box-shadow: 10px 12px 0px rgba(0, 0, 0, 0.8);
    background-position: 96% center;
}

.Center-Content p.gray {
    color: #9A9A9A;
    font-size: 12px;
    float: right;
    width: 280px;
    margin-top: 20px;
    line-height: 1.5em;
    font-family: 'Work Sans', sans-serif;
}

.Center-Content p.gray a {
    color: #9A9A9A;
    text-decoration: underline;
}

.Center-Content p.gray a:hover { color: #777; }

.modal-logo {
    fill: #31E854;
    margin-bottom: 28px;
}

.modal-close {
    cursor: pointer;
    position: absolute;
    margin-left: 578px;
    margin-top: -20px;
}

.modal-close .outer {
    -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.modal-close:hover .outer {
    stroke: #000;
}

.modal-visual {
    width: 304px;
    height: 331px;
    float: right;
    margin-top: 26px;
}

.modal-supplemental {
    float: right;
    width: 304px;
    background: #fff;
}

.modal-supplemental-mobile { display: none;}

ul.error {
	color: #ff0000;
    width: 100%;
}

ul.error li {
    margin: 0 0 4px 0;
}

/* LOGIN */

.login .brand {
    width: 50%;
    height: 100%;
    background-image: url('../images/login-bg.jpg');
    background-size: cover;
    position: absolute;
}

.login .brand img {
    width: 378px;
    height: 518px;
    margin: 0;
    position: absolute;
    top: calc(50% - 259px);
    left: calc(50% - 189px);
}

.login-ui {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 50%;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-container {
    width: 267px;
    position: absolute;
}

.login-container h1 {
    margin-bottom: 40px;
}

.login-container input {
    width: 100%;
}

.login-container button {
    margin-bottom: 32px;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    width: 100%;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -ms-transition: all 0.25s;
    transition: all 0.25s;
}

.login-container a {
	color: #000;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -ms-transition: all 0.25s;
    transition: all 0.25s;
}

.login-container button:hover, .login-container a:hover { color: #18FFFF}


.login-container input[type=submit] {
    background-color: #18FFFF;
    height: 68px;
    width: 367px;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    line-height: 68px;
    padding: 0 0 0 24px;
    border-radius: 34px;
    box-shadow: 10px 12px 0px rgba(21, 247, 247, 0.2);
    background-image: url('../images/button-arrow.svg');
    background-repeat: no-repeat;
    background-size: 23px 22px;
    background-position: 93% center;
    border: 0;
    cursor: pointer;
    text-align: left;
    width: 100%;
    margin-top: 28px;
    margin-bottom: 40px;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -ms-transition: all 0.25s;
    transition: all 0.25s;
}

.login-container input[type=submit]:hover {
    box-shadow: 10px 12px 0px rgba(0, 0, 0, 0.8);
    background-position: 96% center;
}


.login-ui label {
    width: 100%;
    display: inline-block;
    margin-bottom: 0.5em;
}



/* MEDIA QUERIES */

@media only screen and (max-width: 1600px) {
    .home .top .hero-bg {
        border-radius: 122px 0px 0 122px;
    }
}

@media only screen and (max-width: 1200px) {
   
   .news .headline {
     float: left;
     margin-right: 0;
     width: 40vw;
   }
   
   .news .news-block {
     margin-left: 0;
   }
   
   .news .headline h1 {
     width: 100%;
   }
    
    .wrapper {
      width: 90vw;
      display: inline-block;
      margin: 0 auto;
      text-align: left;
    }
    
    .col-4 {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    
    .get-started .layout-width {
        width: 100%;
    }
    
    footer .wrapper {
        width: calc(100% - 48px);
    }

    
    footer ul { 
        margin-bottom: 24px;
        width: 100%;
    }
    
    footer .social {
        position: relative;
        float: left;
        right: auto;
        width: 100%;
        text-align: left;
        margin-bottom: 24px;
    }

    .get-started .column {
       text-align: left;
        margin-bottom: 40px;
        margin-left: 5%;
        width: 90%;
    }
    
    .get-started .column img {
        display: block;
        background: #fff;
    }
    .get-started .column h3, .get-started .column p {
        background: #fff;
        display: inline-block;
    }
    
    .zig-zag.left .visual {
        border-radius: 0px 80px 80px 0px;
    }
    
    .zig-zag.right .visual {
        border-radius: 80px 0px 0px 80px;
    }
    
    .top .hero { background-position: 50%; }
    
    body.drive .top  h1, body.drive .top  p,
    body.ride .top  h1, body.ride .top  p,
    body.safety .top  h1, body.safety .top  p {
        width: 270px;
        left: calc(50% - 280px);
    }
    
    body.drive .top  h1, body.ride .top  h1, body.safety .top  h1 {  
        top: 190px; 
        font-size: 39px;
        width: 280px;
    }
    
    body.drive .top  p {top: 276px;}
    body.ride .top  p {top: 404px;}
    body.safety .top  p {top: 370px;}
    
    body.drive .top button { 
        top: 450px;
        left: calc(50% - 280px);
    }
    
    body.ride .top a, body.safety .top a {
        left: calc(50% - 280px);
        width: 280px;
    }

    body.safety .top a.CTA {
        top: 590px; 
    }
    
    body.safety .top a { top: 550px; }
    
    
    .monthly-package .layout-width { width: 100%; }


}

@media only screen and (max-width: 1023px) {
  
  #menu-open {
    display: block;
  }
  
  nav {
    height: 68px;
    background: #fff;
    position: fixed;
    z-index: 11;
  }
  
    nav .nav-links { display: none; }
  
    nav a.logo {
        width: 163px;
        height: 27px;
        padding: 0;
        top: 21px;
        left: 0px;
        position: absolute;
        margin: 0;
    }

    nav a.logo svg {
        width: 163px;
        height: 27px;
        float: left;
        margin: 0;
        left: 0;
        top: 0;
    }

    .home nav { background: #fff; }
  
    .home nav a.logo {
        background-size: 91px 25px;
        margin-left: 0;
    }
    
    .home .top { height: 540px;}
    
    .home .top h1 {
        font-size: 47px;
        line-height: 1.25em;
        top: 150px;
        left: calc(50% - 290px);
        width: 280px;
    }

    .home .top h1 span {
        font-size: 28px;
        line-height: 1.25em;
        margin-top: 4px;
    }

    .home .top p {
        top: 340px;
        left: calc(50% - 290px);
        width: 280px;
        padding: 10px 0;
    }

    .top button, .top a, #menu button.cta {
        top: 430px;
        left: calc(50% - 290px);
        height: 68px;
        width: 330px;
        z-index: 3;
    }

    .home .top .hero-bg {
        max-width: 822px;
        width: calc(50% - 54px);
        height: 432px;
        top: 110px;
        left: calc(50% + 54px);
        border-radius: 80px 0px 0px 80px;
    }

    .home .top .marker {
        position: absolute;
        z-index: 1;
        top: 8px;
        left: 50%;
        width: 328px;
        height: 405px;
    }
  
    #menu-open svg { stroke: #000; }
    
    #menu button {
        top: auto;
        left: auto;
    }
    
    .ecosystem { height: 780px;}

    .ecosystem .center {
        width: 167px;
        height:167px;
        border-radius: 100%;
        position: absolute;
        margin-top: 40px;
        left: calc(50% - 82px);
    }

    .ecosystem .center svg { left: calc(50% - 84px);}

    .ecosystem .center .fare-rides-logo {
        margin-top: 46px;
        left: calc(50% - 64px);
        width: 127px;
        height: 74px;
    }
    
    .ecosystem .item svg {
      transform: scale(0.62);
      scale: 0.5;
    }

    .ecosystem .item, .ecosystem .item.left {
        width: 170px;
        height: 44px;
    }

    .ecosystem .item p {
        padding: 0;
        margin-top: 30px;
        margin-left: 73px;
        width: 90px;
    }

    .ecosystem .item.left p {
        margin-left: 0;
        margin-right: 65px;
    }

    .ecosystem .driver-search {
        margin-top: 420px;
        margin-left: calc(50% - 2px);
    }

    .ecosystem .ride-hail {
        margin-top: 500px;
        margin-left: calc(50% - 2px);
    }

    .ecosystem .delivery-services {
        margin-top: 580px;
         margin-left: calc(50% - 2px);
    }

    .ecosystem .add-ons {
        margin-top: 660px;
         margin-left: calc(50% - 2px);
    }

    .ecosystem .credit-cards {
        margin-top: 660px;
        margin-left: calc(50% - 164px);
    }

    .ecosystem .savings-account {
        margin-top: 580px;
        margin-left: calc(50% - 164px);
    }

    .ecosystem .background-check {
        margin-top: 500px;
        margin-left: calc(50% - 164px);
    }

    .ecosystem .vehicle-insurance {
        margin-top: 420px;
        margin-left: calc(50% - 164px);
    }

    .ecosystem .driver-app, .ecosystem .rider-app {
        position: absolute;
        margin-top: 290px;
    }
    
    .ecosystem svg .green-line {display: none;}

    .ecosystem .driver-app {
        left: calc(50% - 118px);
        transform: translate(0, -20px);
    }
    
    .ecosystem .rider-app {
        left: calc(50% - 63px);
        transform: translate(0, -20px);
    }
    
    .ecosystem h2 { margin-top: 230px; }

    .ecosystem h2.driver-app-title {left: calc(50% - 156px);}
    .ecosystem h2.rider-app-title {
        left: calc(50% + 24px);
        width: 200px;
    }
    
  .news h1 { width: 100%; }
  
  .news .headline {
    margin-bottom: 2em;
    margin-left: 0;
    float: left;
  }
  
  .news .news-block {
    width: 95%;
    float: left;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }
  
    .news .news-block h3, .news .news-block p {
        width: 100%;
    }

    .get-started { padding: 40px 0; }
    
    .get-started h1 { font-size: 48px;}

  section.top {
    z-index: 2;
    overflow: hidden;
  }
  
  .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;
  }
    
   .login .brand img {
        width: 150px;
        height: 87px;
        margin: 0;
        position: absolute;
        top: calc(50% - 43px);
        left: calc(50% - 75px);
    }
    
    .contact .layout-width {
        width: 90%
    }
    
    footer { 
        padding: 40px 0; 
        margin: 0; 
        overflow: hidden;
    }
    
    footer .wrapper { width: 90%}
    
    
    body.investors .top {height: auto;}
    
    body.investors .hero-logo {
        width: 329px !important;
        height: 191px;
        margin-top: 100px !important;
    }
    
    .points {
        display: flex;
        justify-content: space-between;
        margin: 40px auto 0 auto;
        width: 100%;
        flex-direction: column;
        text-align: center;
    }
    
    .points div { 
        margin-bottom: 20px; 
        align-self: center;
    }
    
    .center-paragraph {
	   width: 90%;
        margin-left: 5%;
    }
    
    .center-paragraph .wrapper, .center-paragraph p { width: 100% !important; }
    
    body.legal { padding-top: 0; }

}

@media only screen and (max-width: 768px) {
    
    section.top {
        background-image: url('../images/green-bar.png');
        background-repeat: repeat-y;
        background-position: left top;
        background-size: 8px;
    }

    .home .top { height: 752px;}
    
    .home .top h1 {
        font-size: 48px;
        line-height: 1.25em;
        top: 75px;
        left: 24px;
        width: calc(100% - 48px);
        max-width: 336px;
    }

    .home .top h1 span {
        font-size: 20px;
        line-height: 1.25em;
        margin-top: 4px;
    }

    .home .top p {
        top: 220px;
        left: 24px;
        width: calc(100% - 48px);
        max-width: 336px;
        padding: 10px 0;
    }

    .top button, .top a, #menu button.cta {
        top: 320px;
        left: 20px;
        height: 68px;
        max-width: 330px;
        width: calc(100% - 40px);
        z-index: 3;
    }

    .home .top .hero-bg, .top .hero {
        max-width: 454px;
        width: calc(100% - 24px);
        height: 322px;
        top: 433px;
        left: 24px;
        border-radius: 64px 0px 64px 64px;
        background-size: 454px 322px;
    }
    
    .top .hero { background-size: cover; }

    .home .top .marker {
        position: absolute;
        z-index: 1;
        top: 364px;
        left: -15px;
        width: 243px;
        height: 302px;
    }
    
    .news {
        background-image: url('../images/bg-3stripe-white-partial-left.png'), url('../images/bg-3stripe-white-right.png'), url('../images/green-bar.png');
        background-repeat: no-repeat, repeat-y, repeat-y;
        background-position: center top, center top, right top;
        background-size: 617px 100px, 617px 1334px, 8px;
        padding: 60px 0;
    }
    
    .news .headline { width: 90%}
    
    .news img {
        width: 90%;
        height: auto;
        margin-left: 0;
    }
    
    .get-started { padding: 40px 0;}
    .get-started .layout-width { padding: 0; }
    .get-started h1, .monthly-package h1 {
        font-size: 32px;
        margin-top: 0;
        margin-bottom: 24px;
        margin-left: 5%;
    }
    
     footer ul { 
        line-height: 2em;
    }
    
    .column h3 { font-size: 24px;}

    .login .brand {
        width: 100%;
        height: 170px;
    }
    
    .login .brand img {
        width: 186px;
        height: 107px;
        margin: 0;
        position: absolute;
        top: 32px;
        left: calc(50% - 93px);
    }
    
    .login-ui {
        width: 100%;
        height: auto;
        position: relative;
        left: 0;
        top: 200px;
        text-align: left;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .login-container {
        width: 267px;
        position: relative;
        padding-bottom: 80px;
    }
    
    .contact .message { width: 100%;}

    .contact .inputs input[type=email]{
        width: 100%;
        margin-bottom: 24px;
    }
    
    .contact button {
        margin-left: 0;
    }
    
    body.error footer {
        position: relative;
        bottom: auto;
    }
    
    .modal-supplemental {display: none;}
    .modal-supplemental-mobile { 
        display: block; 
        background: #fff;
        width: 280px;
    }
    .modal-supplemental-mobile p.gray { 
        padding: 0;
        margin-bottom: 0;
        margin-top: 0;
        background: #fff;
    }

    
    .Center-Content .modal-logo {
        width: 185px;
        height: 30px;
        margin-bottom: 12px;
    }
    
    .Center-Content {
        height: 100vh;
        overflow-y: scroll;
    }
     .Center-Content::-webkit-scrollbar { display: none; }
    
    .Center-Content h1 { font-size: 28px;}
    .Center-Content label { font-size: 16px;}
    
    .Absolute-Center { 
        width: 325px;
        height: calc(100vh - 400px);
        top: auto;
        left: 0;
        bottom: auto;
        right: 0;
    }
    
    .Center-Content input[type=submit] { margin-bottom: 60px; }
    
    .Center-Block { margin-left: calc((100% - 345px) / 2);}
    
    .Absolute-Center.is-Fixed { position: relative; }
    
    .modal-close {
        margin-left: 0;
        margin-top: -20px;
        right: 24px;
    }
    
    body.drive .top h1,
    body.ride .top h1,
    body.safety .top h1{
        font-size: 39px;
        top: 80px;
        left: 24px;
    }
    
    body.drive .top p,
    body.ride .top p,
    body.safety .top p
    { left: 24px;}
    
    body.drive .top p { top: 165px; }
    body.ride .top p { top: 290px; }
    body.safety .top p { top: 260px; }
    
    body.drive .top button { 
        top: 328px;
        left: 24px;
    }
    body.ride .top a.CTA { 
        top: 440px; 
        left: 24px;
    }
    body.safety .top a.CTA { 
        top: 460px; 
        left: 24px;
    }
    
    body.ride .top { height: 900px; }
    body.ride .top .hero { top: 550px}
    
    body.safety .top { 
        height: 862px;
        margin-bottom: 80px;
    }
    body.safety .top .hero { top: 540px;}
    
    .safety-list .wrapper { 
        width: 100%;
    }
    
    .safety-list .wrapper .row {
        flex-direction: column;
        padding: 0;
        margin-bottom: 80px;
    }
    
    .safety-list .wrapper .row p { 
        margin: 0;
        width: calc(100% - 48px);
    }
    .safety-list .wrapper .row  img { 
        margin-right: 0;
        flex: 0 1 auto;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        margin-bottom: 40px;
    }
    
    .zig-zag {
        height: 588px;
        background-image: url('../images/bg-3stripe.png'), url('../images/green-bar.png');
        background-repeat: repeat-y, repeat-y;
        background-position: center top, left top;
        background-size: 617px 1334px, 8px;
        display: block;
        flex-direction: column;
        align-items: center;
        position: relative;
        padding-bottom: 40px;
        height: auto;
    }

    .zig-zag .visual {
        height: 322px !important;
        width: calc(100% - 48px) !important;
        left: 24px !important;
        border-radius: 60px !important;
        position: relative;
        float: left;
        display: block !important;
        margin-bottom: 24px;
        background-position: center;
    }
    
    .zig-zag.left { 
        background-position: center top, right top;
    }
    
    .zig-zag .text-block {
        width: calc(100% - 48px);
        margin-left: 24px !important;
        margin-top: 24px !important;
        margin-bottom: 40px;
    }
    
    .ecosystem {
	   width: 100%;
        padding:0;
    }
    
    h2.rider-app-title {
        width: 120px !important;
    }

}


@media only screen and (max-width: 414px) {
    .home .top .hero-bg, .top .hero { border-radius: 64px 0px 0px 64px; }
}

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

  
}

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

  .home .top h1 {
        font-size: 44px;
        line-height: 1.25em;
        top: 75px;
        left: 24px;
        width: calc(100% - 48px);
        max-width: 336px;
    }
    .home .top p {
        top: 200px;
    }
    
    .top button, .top a, #menu button.cta { font-size: 18px;}
}


