/*
 Theme Name:     Auro Theme
 Theme URI:      
 Description:    Simple Bootstrap Child Theme
 Author:         Next Step
 Author URI:     http://www.hellonextstep.com
 Template:       simple-bootstrap
 Version:        1.0.0
*/
 
@import url("../simple-bootstrap/style.css");

.block {
    box-shadow: none !important;
}

/*
Colors:

o L Blue    #2890E0
o Blue    #19589E
o M Grey    #666666
o D Grey    #333333
o Black   #000000

*/

/* FONTS */
@font-face {
    font-family: 'qanelas_softregular';
    src: url('./fonts/qanelassoft-regular-webfont.woff2') format('woff2'),
         url('./fonts/qanelassoft-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gilroybold';
    src: url('./fonts/gilroy-bold-webfont.woff2') format('woff2'),
         url('./fonts/gilroy-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gilroymedium';
    src: url('./fonts/gilroy-medium-webfont.woff2') format('woff2'),
         url('./fonts/gilroy-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gilroyregular';
    src: url('./fonts/gilroy-regular-webfont.woff2') format('woff2'),
         url('./fonts/gilroy-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gilroysemibold';
    src: url('./fonts/gilroy-semibold-webfont.woff2') format('woff2'),
         url('./fonts/gilroy-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* GENERAL */
body{
	background: #fff;
	font-family: 'gilroyregular', sans-serif;
	font-size: 16px;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'gilroyregular', sans-serif;
}
h1{
	font-size: 35px;
	font-weight: 400;
	margin-bottom: 15px;
}
h2{
	font-size: 30px;
}
h4{
	font-size: 20px;
}
/* strong, b{
	font-weight: 500;
} */ /* Deactivated by Arpan, 5/30/2020 (to bring back bold formatting) */
a{
	color:#2890E0;
}
a:hover, a:focus{
	color:#2890E0;
	text-decoration:none;
	outline: none;
}
.button{
	opacity: 1;
	transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    background: #2890E0;
    border-radius: 50px;
    color: #fff;
    padding: 10px 35px;
    margin-bottom: 2.5rem;
    display: inline-block;
    font-size: 15px;
    font-family: 'gilroybold', serif;
}

.button:hover, .button:focus{
	opacity: 0.7;
	text-decoration: none;
  color: #fff;
}

#page-content-blog {
    display: block;
}

.img {border: none !important;}

@media screen and (min-width: 992px) {
    #page-content-blog {
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media screen and (max-width: 991px) {
    #page-content-blog {
        padding-left: 50px;
        padding-right: 50px;
    }
}

figure {
    width: auto !important;
}

/* Centered figures with top & bottom margin (Arpan, 5/30/2020) */
figure.wp-caption {
  margin: 1em auto;
}

/* Centered figure captions (Arpan, 5/30/2020) */
figcaption.wp-caption-text {
  text-align: center;
}

.featured-image {
    margin: 0 0 20px 0;
    /* max-width: 800px; */  /* Note: Deactivated by Arpan (5/12/2020) */
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>> Added Oct 2017 */
/* JV Media Design */

.button.green {
    background: #70BF4A;
    transition: background 300ms ease-out;
}

.button.green:hover, .button.green:focus {
    background: #2890E0;
    opacity: 1;
}

.msgbar {
    padding: 0;
    width: 100%;
    max-width: 100%;
    display: block;
    clear: both;
    overflow: hidden;
}

.msgbar .container-fluid {
    padding: 0;
}

.msgbar .col-md-2, .msgbar .col-md-8 {
    padding: 0;
}

.msgbar .msg-first, .msgbar .msg-mid, .msgbar .msg-btn {
    min-height: 85px;
}

.msgbar .msg-first {
    background: #56575B;
    padding: 2rem 0 0 0;
    overflow: hidden;
    text-align: center;
}

.msgbar .msg-mid {
    background: #49494B;
    padding: 2.5rem 2rem 0 2rem;
}

.msgbar .msg-mid p {
    color: #fff;
    margin-bottom: 0;
    padding: 0;
}

.msgbar h4 {
    font-size: 22.5px;
    font-weight: 300;
    line-height: 1.4;
    color: #fff;
    margin: 0;
}


.msgbar .msg-btn {
    background: #49494B;
    padding: 2.2rem 0 0 0;
    text-align: center;
}

.msgbar .msg-btn .button {
    margin-bottom: 0;
}

.hide {
    display: none;
}

/* end jvm */

.visible-tablet, .visible-smtablet{
	display: none;
}
.hidden-smtablet{
	display: block;
}
.centered{
  text-align: center;
}

/* HEADER */
#content-wrapper > header{
  display: block;
}
.wrapper-main-menu{
  background: transparent;
  color: #1a1a1a;
  height: 100px;
  -webkit-transition: top 0.3s;
  -moz-transition: top 0.3s;
  -ms-transition: top 0.3s;
  -o-transition: top 0.3s;
  transition: top 0.3s;
}
.wrapper-main-menu.affix-top{
  top:-60px;
}
.wrapper-main-menu.affix{
  top:0px;
  width: 100%;
  height: 85px;
  z-index: 90;
  background:#fff;
}
.wrapper-main-menu.affix #mega-menu-wrap-main_nav {
    margin-top: 10px;
}

.navbar-default{
  border: none;
  background-color: transparent;
  margin:0px;
  min-height: 100px;
}
.navbar-collapse{
  float: right;
}
.navbar-header .navbar-brand{
  padding: 15px 20px;
  margin-top: 15px;
}

.wrapper-main-menu.affix  .navbar-header .navbar-brand {
    padding: 0px 20px;
    margin-top: 10px;
}

.navbar-header .navbar-brand .logo{
  max-width: 175px;
  width: 100%;
  /* -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;*/
}
.navbar-nav{
  margin-right: 0px;
}
.navbar-nav > li {
    margin: 25px 0;
}
.navbar-default .navbar-nav > li > a{
  font-size: 16px;
  font-family: 'gilroybold', serif;
  color: #58595b;
  padding-right: 45px;
  padding-left: 45px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #195895;
    background-color: transparent;
}
.navbar-default .navbar-nav > li.button-link > a{
  background: #2890E0;
  color: #fff;
  border-radius: 50px 0px 0 50px;
  padding: 15px 30px;
  opacity: 1;
  margin-left: 30px;

  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
}
.navbar-default .navbar-nav > li.button-link > a:hover{
  opacity: 0.7;
}

.navbar-collapse{
  padding-right: 0px;
}
.wrapper-main-menu.affix .logo{
  max-width: 100px;
  margin-top: 10px;
}
.wrapper-main-menu.affix .navbar-nav > li{
  margin: 7px 0;
}
.navbar-default .wrapper-main-menu.affix .navbar-nav > li.button-link > a{
  padding: 12px 30px;
}

.navbar-default .navbar-form{
	margin: 0px !important;
    padding: 0px;
    width: 100%;
}

#page-content{
  display: block;
  margin-top:-101px;
}

#page-content.no-margin {
margin-top: 0 !important;}

/*   FOOTER   */

footer .menu{
  list-style: none;
  padding: 0px;
}
footer .menu a{
  color: #fff;
}
footer #inner-footer{
  background: #333333;
  padding: 120px 0 0;
  border: none;
}
footer .bottom-sentence{
  font-size: 13px;
  color: #828282;
  padding-bottom:90px;
  padding-top: 50px;
}
footer .footer-info{
  color: #ffcc33;
  font-size: 16px;
  padding-right: 35%;
}
footer .menu li {
    font-size: 14px;
    margin-bottom: 12px;
}
footer .menu .title a{
  color: #ffcc33;
  font-size: 16px;
}
footer .social-icons .icon{
  background: url('./img/social-icons.png') no-repeat;
  float:left;
  height: 40px;
  width: 40px;
  background-size: 38px;
  margin-right: 30px;
}
footer .social-icons{
  overflow: auto;
  margin-bottom: 0px;
}
footer .social-icons .icon:hover{
  opacity: 0.7;
}
footer .social-icons .fb{
  background-position: 0px -111px;
}
footer .social-icons .in{
  background-position: 0px -54px;
}
footer .social-icons .tw{
  background-position: 0px -167px;
}
footer .social-icons .ig{
  background-position: 0px 0px;
}
footer .copyright{
  background: #1a1a1a;
  color: #b3b3b3;
  padding: 70px 0;
}
footer .copyright .bottom-menu{
  list-style: none;
  padding: 0px;
  margin-bottom: 0px;
}
footer .copyright .bottom-menu li{
  display: inline-block;
  margin-right: 22px;
}
footer .copyright .bottom-menu li a{
  color: #b3b3b3;
  font-weight: 400;
}
footer .copy .copy-text {
    margin-bottom: 0px;
        font-size: 15px;
    font-family: 'gilroymedium', sans-serif;
    margin-top: 10px;
}

/*Go back to top link*/
#top-link-block.affix-top {
    position: absolute; /* allows it to "slide" up into view */
    bottom: -82px; /* negative of the offset - height of link element */
    right: 10px; /* padding from the left side of the window */
    visibility: hidden;
}
#top-link-block.affix {
    position: fixed; /* keeps it on the bottom once in view */
    bottom: 60px; /* height of link element */
    right: 30px; /* padding from the left side of the window */
    z-index: 10;
    visibility: visible;
}
#top-link-block img{
	max-width: 52px;
}

/* HOME */

.auro-home .banner{
  background: url(./img/home-hero-image.jpg) no-repeat center center transparent;
  background-size: 100%;
  height: 886px;
  text-align: center;
}
.auro-home .banner a{
 
  font-size: 20px;
  font-family: 'gilroysemibold', serif;
  color: #2890e0;
  opacity: 1;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
}
.auro-home .banner a:hover{
  opacity: 0.7;
}
.auro-home .banner a .text{
  display: inline-block;
  vertical-align: middle;
}
.auro-home .banner h1{
  color: #000;
  font-family: 'qanelas_softregular', serif;
  font-size: 50px;
  margin-top: 150px;
}
.auro-home .banner .play-button{
  max-width: 19px;
  width: 100%;
  margin-right: 15px;
}
.auro-home .banner .info{
  color: #333;
  font-size: 20px;
   font-family: 'gilroymedium', serif;
}
.auro-home .banner .view-video{
  margin-top: 20px;
}
.auro-home .shuttles{
  text-align: center;
  padding: 80px 0 120px 0;
}
.auro-home .shuttles h1{
  font-family: 'gilroysemibold', serif;
}
.auro-home .shuttles .info-text{
      color: #333333;
    font-size: 20px;
    margin-bottom: 35px;
}
.auro-home .shuttles .wrap-text p{
  padding: 0 20px;
}
.auro-home .shuttles .img-wrap {
    text-align: center;
    margin: 35px 0;
}
.auro-home .shuttles .shuttle-img{
  max-width: 130px;
  width: 100%;
}
.auro-home .on-demand{
  background: url(./img/home-mobile-feature.jpg) no-repeat center center transparent;
  background-size: cover;
  padding: 140px 0;
}
.auro-home .on-demand h1{
  font-size: 40px;
}
.auro-home .on-demand p{
  font-size: 20px;
}
.auro-home .who-needs {
    text-align: center;
    padding: 120px 0 120px 0;
}
.who-needs .university, .who-needs .parks, .who-needs .residential {
    margin-top: 70px;
}
.who-needs .who-needs-img {
    width: 100%;
    max-width: 124px;
    margin-bottom: 30px;
}
.who-needs .wrap-text h4{
  font-family: 'gilroybold', serif;
  font-size: 20px;
}
.who-needs .wrap-text .text {
    /*min-height: 120px;*/
    margin-bottom: 20px;
    color: #666666;
    font-size: 14px;
}
.who-needs .wrap-text .button{
  font-family: 'gilroybold', serif;
}

.auro-home .testimonial{
  background: url(./img/call-to-action-ripple.png) no-repeat center 250px #dbdbdb;
  background-size: cover;
  padding-top: 110px;
  text-align: center;
}
.auro-home .testimonial-logo .testim-img {
    max-width: 200px;
    width: 100%;
}
.auro-home .testimonial .auro-car {
    max-width: 689px;
    width: 100%;
}
.auro-home .testimonial-logo {
  margin-top: 40px;
    padding-bottom: 175px;
}
.auro-home .testimonial-logo .testim-img {
    max-width: 200px;
    width: 100%;
}
.auro-home .testimonial quote{
  font-size: 24px;
  position: relative;
  display: block;
  padding-top: 90px;
}
.auro-home .testimonial quote:after{
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -24px;
  background: url(./img/quote-icon.png) no-repeat center center transparent;
  width: 48px;
  height: 35px;
  background-size: 100%;
  top: 0px;
}
.auro-home .testimonial .logos-wrapper {
    padding: 50px 0 150px 0;
}
.auro-home .testimonial .logo-column {
    display: inline-block;
    width: 19.5%;
}
.auro-home .testimonial .logo-column a{
  opacity: 1;
  transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
}
.auro-home .testimonial .logo-column a:hover{
  opacity: 0.7;
}
.auro-home .testimonial .logo-column .social-logo {
    max-width: 228px;
    width: 100%;
}

.auro-home .cta{
  padding: 30px 0 165px 0;
  text-align: center;
}
.auro-home .cta h1{
  font-size: 50px;
}
.auro-home .cta h4{
  font-size: 24px;
  margin-bottom: 50px;
}


/* 404 */
.error404 #content{
  padding: 40px 0 100px 0;
}
.error404 .post_content{
  padding: 100px 0 80px 0;
  min-height: 600px;
}
.error404 .btn-primary{
      background-color: #c1092b;
    border-color: #c1092b;
}

/* fancybox */
.fancybox-inner{
  overflow: hidden !important;
}


/* Market served */
.overview.who-needs {
    text-align: center;
    padding: 150px 0 120px 0;
}
.overview.who-needs .wrap-text .button {
    margin-top: 25px;
    display: inline-block;
}
.markets{
  margin-bottom: 35px;
}
.markets .banner{
  height: 450px;
}
.markets .banner-university{
  background:url('./img/university-campuses-background.jpg') no-repeat center center transparent;

    background-size: cover;
}
.markets .banner-parks{
  background:url('./img/corporate-parks-background.jpg') no-repeat top center transparent;
    background-size: cover;
}
.markets .banner-residential{
  background:url('./img/residential-background.jpg') no-repeat top center transparent;
    background-size: cover;
}
.markets .benefits .col-2 {
    display: inline-block;
    width: 50%;
    vertical-align: text-top;
    margin-right: -4px;
}
.markets .benefits-wrapper {
    background: #f2f2f2;
    margin:55px 0 75px 0;
}
.markets .benefits {
    padding: 50px 60px;
}
.markets .benefits h4{
  margin-bottom: 30px;
  color: #000;
}
.markets .benefits .dot{
  padding-right: 20px;
}
.markets h2 {
    color: #195894;
    font-size: 40px;
    margin: 65px 0 25px 0;
}
.markets .intro {
    font-size: 20px;
    margin-bottom: 25px;
}
.markets .testimonial-img.santa-clara-logo {
    max-width: 200px;
    width: 100%;
}
.markets blockquote{
  border: none;
  margin: 0 0 0px;
  padding: 10.5px 0;
}
.markets .testimonial{
    overflow: auto;
    clear: both;
    margin-bottom: 60px;
}

.interior-cta{
  background: url(./img/interior-cta.jpg) no-repeat center top #d2d2d2;
  background-size: contain;
  padding-top: 0px;
  text-align: center;
  padding-bottom: 170px;
}
.interior-cta .auro-car {
    max-width: 689px;
    width: 100%;
}
.interior-cta h1 {
    font-size: 50px;
    margin-top: 50px;
}
.interior-cta h4 {
    font-size: 24px;
    margin-bottom: 50px;
}
ul.dot {
    padding-left: 20px;
}
ul.dot li {
    margin-bottom: 20px;
}

/* Who We Are */
.who-we-are h1{
  font-size: 40px;
}
.who-we-are h2{
  font-size: 40px;
}
.who-we-are .investors h2{
  margin-bottom: 75px;
}
.who-we-are .investor-img, .who-we-are .investor-name {
    text-align: center;
}
.who-we-are .investor-img img {
    max-width: 280px;
    width: 100%;
}
.who-we-are .investor-name {
    margin-top: 30px;
    font-size: 20px;
}
.who-we-are .investor-name.blue{
  color: #2887d7;
}
.who-we-are .investors .investor-link{
  color: #000;
}
.who-we-are .investors .investor-link:hover{
  color: #2887d7;
}
.who-we-are .investors .investor-img a:hover{
  opacity: 0.8;
}
.who-we-are .press .press-logo-small {
    display: inline-block;
    width: 33%;
}
.who-we-are .press .press-logo-big {
    display: inline-block;
    width: 46%;
    padding: 0 4%;
    margin-top: 20px;
}
.who-we-are{
  background: url(./img/who-we-are-background.jpg) no-repeat top center transparent;
  margin-top: 150px;
}

.who-we-are .team .profile-pic{
  max-width: 170px;
  width: 100%;
  padding: 10px;
  border: 1px solid #2887d7;
  border-radius: 50%;
}
.who-we-are .team .profile{
  display: inline-block;
  width: 33%;
  text-align: center;
  margin-bottom: 50px;
  vertical-align: text-top;
}
.who-we-are .team .team-wrapper {
   margin-top: -80px;
   position: relative;
   z-index: 2;
   /*padding-right: 16.66666667%;*/
   background: url(./img/path-vertical.jpg) repeat-y right top transparent;
   background-size: 5.5px;
}
.who-we-are .team .bio-wrap{
  width: 80%;
  margin: auto;
}
.who-we-are .team .carousel{
  width: 80%;
  margin: auto;
}
.who-we-are .team .carousel-control{
  width: 7%;

}
.who-we-are .team .carousel-control.right, .who-we-are .team .carousel-control.left{
  background:none;
}
.who-we-are .team .carousel-control{
  color: #2890E0;
}
.who-we-are .team .carousel-inner > .item{
  min-height: 612px;
}
.who-we-are .team .car-path-1{
  background: url(./img/path-car-1.png) no-repeat center top transparent;
  background-size: cover;
  height: 295px; 
}
.who-we-are .team .team-title{
  padding-bottom: 190px;
  background: url(./img/path-curve-1-short.png) no-repeat 101% 44px transparent;
  background-size: 390px;
}
.who-we-are .team .profile h4{
  color:#195896;
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'gilroybold', sans-serif;
  margin-bottom: 7px;
}
.who-we-are .team .profile .position{
  font-size: 14px;
  color: #666666;
  text-transform: uppercase;
  display: block;
}
.who-we-are .team .profile .read-more {
    margin-top: 5px;
    display: inline-block;
}
.who-we-are .investors-container {
    padding-top: 50px; 
    padding-bottom: 110px;
    background: url(./img/path-vertical.jpg) repeat-y left top transparent;
    background-size: 5.5px;
}
.who-we-are .signal-path{
  height: 220px;
  background: url('./img/path-sign-1.png') no-repeat left center transparent;
  background-size: 909px;
}
.who-we-are .press-container {
    padding-top: 0px;
    background: url(./img/path-vertical.jpg) repeat-y 78% top transparent;
    background-size: 5.5px;
}
.who-we-are .car-path-2{
   height: 425px;
  background: url('./img/path-car-2.png') no-repeat 27% center transparent;
  background-size: 817px;
}
.who-we-are .jobs-container {
    padding-top: 0px;
    padding-bottom: 160px;
    background: url(./img/path-vertical.jpg) repeat-y 8% top transparent;
    background-size: 5.5px;
}
.who-we-are .jobs h2{
  margin-bottom: 5px;
}
.who-we-are .jobs p{
  font-size: 20px;
  font-family: 'gilroysemibold', sans-serif;
  margin-bottom: 40px;
}
.who-we-are .press p {
    font-size: 20px;
    font-family: 'gilroymedium', sans-serif;
    margin-bottom: 50px;
}
.who-we-are .collage img{
  width: 100%;
}
.who-we-are .collage .col-2 img{
  width: 50%;
  display: inline-block;
}
.who-we-are .collage .col-2 .img-left{
  padding-right: 15px;
}
.who-we-are .collage .col-2 .img-right{
  padding-left: 15px;
}
.who-we-are .collage .collage-row {
    margin-bottom: 30px;
}
.who-we-are .collage{
  padding-bottom: 240px;
}

.who-we-are .team .im-wrap {
    position: relative;
    width: 100%;
    margin: auto;
    max-width: 170px;
    cursor: pointer;
}
.who-we-are .team .im-wrap .img-hover{
  display: inline-block;
}
.who-we-are .team .im-wrap:before{
    content: '';
    background-color: #2887d7;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.who-we-are .team .im-wrap:after{
  content:'';
  -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background:url('./img/mag-glass-icon.png') no-repeat center center transparent;
    background-size: 74px;
    width: 74px;
    height: 74px;
    top: 50%;
    left: 50%;
    margin-left: -37px;
    position: absolute;
    opacity: 0;
     transition: all 0.5s 0s;
  -webkit-transition: all 0.5s 0s;

}
.who-we-are .team .im-wrap:hover:before{
  opacity: 1;
  transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.who-we-are .team .im-wrap:hover:after{
  opacity: 1;
    transition: all 0.5s 0.4s;
    -webkit-transition: all 0.5s 0.4s;
}
.who-we-are .team .candidate{
  cursor: inherit;
}
.who-we-are .team .candidate:after, .who-we-are .team .candidate:before{
  background:transparent;
  transition: none;
  -webkit-transition:none;
  display: none;
}
.who-we-are .team .hover-opacity{
  opacity: 0.2;
}
.who-we-are .team .im-wrap:hover{
  opacity: 1;
}

.who-we-are .social-icons .icon{
  background: url('./img/social-icons-share.png') no-repeat;
  float:left;
  height: 41px;
  width: 40px;
  background-size: 100%;
  margin-right: 20px;
}
.who-we-are .social-icons{
  overflow: auto;
  margin-bottom: 75px;
  margin-top: 30px;
  list-style: none;
  padding: 0px;
}
.who-we-are .social-icons .icon:hover{
  opacity: 0.7;
}
.who-we-are .social-icons .linkedin{
  background-position: 0px 0px;
}
.who-we-are .social-icons .twitter{
  background-position: 0px -53px;
}
.who-we-are .social-icons .mail{
  background-position: 0px -104px;
  margin-right: 0px;
}

/* Deployment Page */
.deployment-page h2, .deployment-page h1{
  font-size: 40px;
}
.deployment-page h1{
  margin-bottom: 30px;
  margin-top: 20px;
}
.deployment-page .map-section{
  margin-top: 150px;
}
.deployment-page .map{
  width: 100%;
  height: 650px;
}
.deployment-page .map > div:first-child{
  pointer-events: none;
}
.deployment-page .map-section{
  text-align: center;
}
.deployment-page .location-selector {
    margin-bottom: 50px;
}
.deployment-page .location-selector .text-selector {
    margin-right: 15px;
    font-size: 20px;
}
.deployment-page .shuttle-container .container{
  background-color: #19588f;
  color: #fff;    
  margin-top: -80px;
  position: relative;
}
.deployment-page .shuttle-container .shuttle-img-wrap{
  height: 330px;
}
.deployment-page .shuttle-container .shuttle-img{
  width: 100%;
  max-width: 650px;
  position: absolute;
  left: -50px;    
  bottom: -100px;
}
.deployment-page .shuttle-container h2{
  margin-top: 85px;
  font-size: 40px;
}
.deployment-page .shuttle-container .feedback-box{
  text-align: left;
  padding-top: 60px;
  padding-bottom:85px;
}
.deployment-page .shuttle-container .feedback-box h4{
  font-size: 28px;
}
.deployment-page .shuttle-container .feedback-box p{
  font-size: 20px;
}
.deployment-page .faq {
    margin-top: 280px;
}
.deployment-page .faq h2{
  font-family: 'gilroyregular', serif;
}
.deployment-page .faq .faq-item {
    background: #ededed;
    padding: 30px;
    margin-bottom: 25px;
    cursor: pointer;
}
.deployment-page .faq .faq-item .question{
  color: #000;
}
.deployment-page .faq .faq-item .answer{
  margin-top: 40px;
}
.deployment-page .faq .faq-item.slide-down{
  background:#288bdb;
  color: #fff;
}
.deployment-page .faq .faq-item.slide-down .question{
  color: #fff;
}
.deployment-page .cta-app {
    background:  #195898;
    margin-top: 250px;
    color: #fff;
    padding: 110px 0 50px;
}
.deployment-page .cta-app h2{
  font-size: 30px;
  margin-bottom: 25px;
}
.deployment-page .app-img {
    display: inline-block;
}
.deployment-page .app-img img {
    max-width: 196px;
    width: 100%;
}
.deployment-page .app-img .store-img{
  margin-left: 20px;
}
.deployment-page .cta-app .mobile-app {
    max-width: 493px;
    width: 100%;
    margin-top: -181px;
}

/* PRODUCT PAGE */
.product-overview {
    padding-top: 150px;
    background-image:
    linear-gradient(to bottom, #fff, #fff 80%, #f1f1f1 80%, #f1f1f1 100%);
}
.product-overview .car-product {
    max-width: 641px;
    width: 100%;
}
.product-overview h1 {
    font-size: 40px;
    margin-top: 100px;
}
.product-autonomous{
  background:#f1f1f1;
  padding: 115px 0 165px 0;
}
.product-autonomous .hidden-link {
    height: 50px;
    width: 50px;
    position: absolute;
    background-color: transparent;
    cursor: pointer;
}
.product-autonomous #link-1 {
    top: 0px;
    left: 168px;
}
.product-autonomous #link-2 {
    bottom: 110px;
    left: 98px;
}
.product-autonomous #link-3 {
    top: 130px;
    right: 120px;
}
.product-autonomous #link-4 {
    bottom: 90px;
    right: 210px;
}
.product-autonomous .feature.left {
    text-align: right;
}
.product-autonomous .feature{
    margin-top: 45px;
    visibility: hidden;
}
.product-autonomous .img-wrap {
    text-align: center;
}
.product-autonomous .centered p {
    margin-bottom: 40px;
}
.product-autonomous h2, .product-technical h2, .product-shuttles h2, .product-management h2{
  font-size: 40px;
}
.product-autonomous .shuttle-grid {
    max-width: 504px;
    width: 100%;
}
.product-autonomous .centered p.intro {
    margin-bottom: 15px;
    font-size: 18px;
}
.product-technical .icon-tech {
    max-width: 135px;
    width: 100%;
}
.product-technical{
  text-align: center;
  padding: 90px 0 110px 0;
}
.product-technical h4 {
    font-size: 16px;
    line-height: 150%;
}
.product-technical .icon-wrap {
    margin-top: 50px;
}
.product-mobility{
  color: #fff;
  background: url('./img/product-mobility-reinvented.jpg') no-repeat top center transparent;
  background-size: cover;
  padding: 175px 0;
  line-height: 150%;
}
.product-mobility p {
    font-size: 20px;
}
.product-shuttles h2{
  margin-bottom: 40px;
}

.product-shuttles {
    background: #f0f0f0;
    padding: 100px 0 105px 0;
    text-align: center;
}
.product-shuttles .text-wrap {
  width: 90%;
  margin: auto;
}
.product-shuttles .shuttles-img{
  max-width: 338px;
  width: 100%;
}
.auro-3d {
    max-width: 562px;
    width: 100%;
}
.product-management .management-icon {
    max-width: 93px;
    width: 100%;
}
.product-management .img-wrap {
    width: 150px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.product-management .text-wrap {
    width: calc(100% - 160px);
    display: inline-block;
    vertical-align: middle;
}
.product-management {
    padding: 115px 0 70px 0;
}
.product-management h2{
  text-align: center;
}
.product-management .mgm-item {
    margin-bottom: 60px;
}
.product-management h2{
  margin-bottom: 60px;
}



/*** MEDIA QUERIES ***/

/* ONLY DESKTOP */
@media screen and (min-width: 1025px){
	
}

@media screen and (max-width: 1300px){
  /* homepage */
  .auro-home .banner{
    background-size: cover;
  }

  .deployment-page .shuttle-container .shuttle-img{
    left: -15px;
  }

}

@media screen and (max-width: 1200px){
  /* nav */
  .navbar-nav > li {
    margin: 20px 0;
  }
  .navbar-default .navbar-nav > li > a{
    padding-right: 40px;
    padding-left: 40px;
  }

  /* Who we are */
  .who-we-are .jobs-container{
    background: url(./img/path-vertical.jpg) repeat-y 9.5% top transparent;
    background-size: 5.5px;
  }
  .who-we-are .press-container{
    background: url(./img/path-vertical.jpg) repeat-y 94% top transparent;
    background-size: 5.5px;
  }
  .who-we-are .car-path-2{
    background: url(./img/path-car-2.png) no-repeat 62% center transparent;
    background-size: 817px;
  }
  .who-we-are .team .car-path-1 {
    background: url(./img/path-car-1.png) no-repeat center top transparent;
    background-size: 965px;
  }
  .who-we-are .investors-container{
    margin-top: -40px;
  }
  .who-we-are .team .team-title{
    background: url(./img/path-curve-1-short-tablet.png) no-repeat 100% 48px transparent;
    background-size: 300px;
    padding-bottom: 165px;
  }
  .who-we-are .team .team-wrapper {
    margin-top: -40px;
  }

  /* Deployment Page */
  .deployment-page .cta-app .mobile-app{
        margin-top: -176px;
  }
  .deployment-page .shuttle-container .shuttle-img{
    left: -20px;
  }
  .product-autonomous #link-1{
    top: 0px;
    left: 128px;
  }
  .product-autonomous #link-2 {
    bottom: 98px;
    left: 64px;
  }
  .product-autonomous #link-3 {
    top: 120px;
    right: 85px;
  }
  .product-autonomous #link-4 {
    bottom: 80px;
    right: 164px;
  }
}
/***
****  TABLET DEVICES ****
****/

@media screen and (max-width: 1024px) {
  #top-link-block.affix{
    right: 15px;
  }
  footer .social-icons{
    margin-right: 20px;
  }
  .navbar-header{
    width: 100% !important;
  }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
    /*max-height: 80%;*/
    background: #fff;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;
    width: 100%;
    float: none;
    z-index: 10;
    position: relative;
  }
  header .navbar-nav {
    float: none;
    text-align: center;
    width: 100%;
    margin: 0px;
    overflow-y: auto;
    height: auto;
    max-height: 80%;
  }
	.navbar-toggle {
      display: block;
      margin-right: 0px;
  }
  .navbar-toggle .icon-bar {
      width: 28px;
      height: 2.5px;
      transition: all 0.2s;
  }
  .navbar-toggle .top-bar {
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
      
      transform-origin: 16% 10%;
      -webkit-transform-origin: 16% 10%;
      -moz-transform-origin: 16% 10%;
    -o-transform-origin: 16% 10%;
  }
  .navbar-toggle .middle-bar {
      opacity: 0;
  }
  .navbar-toggle .bottom-bar {
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
      transform-origin: 16% 90%;
      -webkit-transform-origin: 16% 90%;
      -moz-transform: 16% 90%;
    -o-transform: 16% 90%;
  }

  .navbar-toggle.collapsed .top-bar {
      transform: rotate(0);
      -webkit-transform: rotate(0);
      -moz-transform: rotate(0);
    -o-transform: rotate(0);
  }
  .navbar-toggle.collapsed .middle-bar {
      opacity: 1;
  }
  .navbar-toggle.collapsed .bottom-bar {
      transform: rotate(0);
      -webkit-transform: rotate(0);
      -moz-transform: rotate(0);
    -o-transform: rotate(0);
  }
  .navbar-default .navbar-toggle .icon-bar{
    background-color: #000;
  }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
    background: transparent;
  }
  .navbar-nav > li{
    width: 100%;
    margin: 10px 0;
  }
  .navbar-default .navbar-nav > li.button-link > a{
    border-radius: 0px;
    margin-left: 0px;
  }
  .navbar-nav .button-link{
    margin-bottom: 0px;
  }
  .navbar-header .navbar-brand {
    padding: 5px 20px;
  }

   .deployment-page .shuttle-container .shuttle-img{
    left: 0px;
    }

}

/** SMALL TABLETS ****/
@media screen and (max-width:991px) {


.msgbar {
    text-align: center;
}
    
	/*html.mobileMenuOpen, html.mobileMenuOpen body{
    height: 100%;
    overflow: hidden;
    width: 100%;
    position: fixed;
  }*/
  .visible-smtablet{
    display: block;
  }
  .hidden-smtablet{
    display: none;
  }

  /* Top Link */
  #top-link-block.affix{
    right: 10px;
  }


  /* home */
  .auro-home .who-needs .top-text {
    min-height: 190px;
  }

  /*who we are*/
  .who-we-are .collage .col-2 img {
    width: 49.2%;
  }
  .who-we-are .team .team-wrapper{
    /*padding-right: 0px;*/
    background: transparent;
  }
  .who-we-are .investors-container, .who-we-are .press-container, .who-we-are .jobs-container, .who-we-are .team .team-title{
    background:transparent;
  }
  .who-we-are .collage-row.first-row{
    margin-bottom: 28px;
  }
  .who-we-are .team .carousel {
    width: 90%;
  }
  /* Deployment page */
  .deployment-page .cta-app .mobile-app {
    margin-top: -110px;
  }
  .deployment-page .cta-app{
    margin-top: 150px;
  }
  .deployment-page .cta-app{
    padding: 60px 0 60px;
  }
  .deployment-page .cta-app h2 {
    font-size: 28px;
  }
  .deployment-page .app-img img {
    max-width: 160px;
  }
  .deployment-page .faq {
    margin-top: 180px;
  }
  .deployment-page .shuttle-container h2{
    font-size: 37px;
  }
  .deployment-page .map{
    height: 580px;
  }

  /* PRODUCT*/
  .product-overview h1{
    margin-top: 24px;
  }
  .product-autonomous .shuttle-grid{
    margin-top: 80px;
  }
  .product-management .img-wrap, .product-management .text-wrap{
    vertical-align: text-top;
  }
  .product-management .text-wrap{
    min-height: 233px;
  }
  .hidden-link {
    height: 40px;
    width: 40px;
  }
  .product-autonomous #link-1{
    top: 75px;
    left: 88px;
  }
  .product-autonomous #link-2 {
    bottom: 67px;
    left: 40px;
  }
  .product-autonomous #link-3 {
    top: 170px;
    right: 56px;
  }
  .product-autonomous #link-4 {
     bottom: 54px;
    right: 116px;
  }
}


/* Portrait IPAD */

@media screen and (max-width: 768px) {
	.navbar-collapse{
    border: 0px
  }
  .navbar-nav{
    margin: 0px;
  }

}


/***
****  MOBILE DEVICES ****
****/

@media screen and (max-width: 767px){
  .navbar-nav > li {
    margin: 15px 0;
  }
  .navbar-header .navbar-brand{
    padding: 0;
    margin-top: 20px;
  }
  .navbar-header .navbar-brand .logo {
    max-width: 140px;
  }
  header .navbar-collapse.collapse.in .navbar-nav{
        height: calc(100vh - 70px);
  }

  /* homepage */
  .auro-home .banner{
    height: 750px;
  }
  .auro-home .banner h1{
    font-size: 36px;
    margin-top: 100px;
  }
  .auro-home .shuttles {
    padding: 40px 0 80px 0;
  }
  .auro-home .who-needs{
    padding: 60px 0 80px 0;
  }
  .auro-home .who-needs h1, .auro-home .testimonial h1{
    margin: 0px;
    font-size: 32px;
  }
  .auro-home .who-needs .wrap-text .text {
    min-height: initial;
    margin-bottom: 30px;
  }
  .auro-home .testimonial{
    padding-top: 70px;
  }
  .auro-home .testimonial quote {
    font-size: 22px
  }
  .auro-home .testimonial-logo{
    padding-bottom: 90px;
  }
  .auro-home .cta h1, .interior-cta h1 {
    font-size: 38px;
  }
  .auro-home .cta {
    padding: 30px 0 100px 0;
  }
  .auro-home .who-needs .top-text {
    min-height: initial;
  }
  .auro-home .on-demand h1 {
    font-size: 32px;
  } 
  .auro-home .on-demand {
    background: url(./img/home-mobile-feature-mobile.jpg) no-repeat center center transparent;
    background-size: cover;
    padding: 305px 0 40px 0;
  }
  .auro-home .testimonial .logo-column {
    display: block;
    width: auto;
    clear: both;
    margin-bottom: 30px;
  }

  /* footer */
  footer .copyright{
    padding: 50px 0;
  }
  footer .copy .copy-text{
    text-align: center;
    margin-bottom: 30px;
  }
  footer .social-icons .icon{
    margin-right: 25px;
  }
  footer .social-icons {
    margin-right: 15px;
  }
  #top-link-block.affix{
    bottom: 70px;
  }
  footer .social-icons a:last-child .icon{
    margin-right: 0px;
  }
  footer .social-icons {
    margin-right: 0px;
  }
  footer .social.pull-right{
    float: none !important;
    width: 72%;
    margin: auto;
  }

  /* Interior Pages */
  .interior-cta{
    padding-bottom: 100px;
  }
  .markets .benefits {
    padding: 30px 20px;
  }
  .markets h2{
    font-size: 28px;
  }
  .markets .banner {
    height: 250px;
  }
  .markets.parks-market{
    margin-bottom: 0px;
  }
  .markets.parks-market .benefits-wrapper{
    margin: 45px 0 0px 0;
    padding-bottom: 30px;
  }
  .markets .testimonial{
    margin-bottom: 30px;
  }
  .markets .benefits .col-2{
    width: 100%;
    margin-right: 0px;
  }
  .markets .testimonial-img.santa-clara-logo{
    margin-bottom: 20px;
  }
  
  /* Who we are*/
  .who-we-are .team .profile{
    width: 100%;
  }
  .who-we-are .team .team-wrapper{
    padding-right: 15px;
  }
  .who-we-are .team .team-title {
    padding-bottom: 60px;
  }
  .who-we-are, .deployment-page .map-section{
    margin-top: 100px;
  }
  .who-we-are .team .team-wrapper {
    margin-top: 0px;
  }
  .who-we-are .team .car-path-1{
    height: 220px;
    background: url(./img/path-car-1.png) no-repeat center -50px transparent;
    background-size: 965px;
  }
  .who-we-are .car-path-2 {
    height: 225px;
  }
  .who-we-are .signal-path {
    height: 170px;
    background: url(./img/path-sign-1.png) no-repeat center top transparent;
    background-size: 909px;
  }
  .who-we-are .investor-name {
    margin-top: 15px;
    font-size: 20px;
  }
  .who-we-are .investors .col-xs-12.col-sm-4 {
    margin-bottom: 40px;
  }
  .who-we-are .jobs-container{
    padding-bottom: 90px;
  }
  .who-we-are .collage {
    padding-bottom: 80px;
  }
  .who-we-are h2 {
    font-size: 30px;
  }
  .who-we-are .team .im-wrap:before, .who-we-are .team .im-wrap:after{
    display: none;
  }

  /* Deployment Page */
  .deployment-page .map{
    height: 450px;
  }
  .deployment-page h2, .deployment-page h1{
    font-size: 36px;
  }
  .deployment-page .shuttle-container h2 {
    font-size: 30px;
  }
  .deployment-page .shuttle-container .feedback-box h4 {
    font-size: 24px;
  }
  .deployment-page .faq {
    margin-top: 80px;
  }
  .deployment-page .cta-app .mobile-app {
    margin-top: -100px;
  }
  .deployment-page .cta-app h2 {
    font-size: 24px;
  }
  .deployment-page .app-img img {
    max-width: 150px;
  }
  /* PRODUCT */
  .product-overview{
    padding-top: 90px;
    text-align: center;
  }
  .product-overview h1{
    margin-bottom: 40px;
  }
  .product-autonomous h2, .product-technical h2, .product-shuttles h2, .product-management h2 {
    font-size: 30px;
  }
  .product-autonomous{
    padding: 65px 0;
  }
  .product-autonomous .feature.left {
    text-align: left;
  }
  .product-autonomous h4{
    font-size: 18px;
  }
  .product-autonomous .feature p {
    min-height: 103px;
  }
  .product-autonomous .shuttle-grid {
    margin-top: 30px;
  }
  .product-technical{
    padding: 50px 0 80px 0;
  }
  .product-mobility{
    background: url(./img/product-mobility-reinvented.jpg) no-repeat top right transparent;
    background-size: cover;
    padding: 75px 0;
  }
  .product-shuttles{
    padding: 50px 0;
  }
  .product-shuttles .img-wrap {
    margin-top: 50px;
  }
  .product-shuttles h2 {
    margin-bottom: 0px;
  }
  .product-management {
    padding: 65px 0 40px 0;
  }
  .product-management .img-wrap {
    width: 110px;
  }
  .product-management .management-icon {
    max-width: 70px;
  }
  .product-management .text-wrap {
    min-height: 0px;
  }
  .product-autonomous .feature{
    visibility: visible;
  }
  .product-autonomous .hidden-link{
    display: none;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  footer .social-icons{
    text-align: center;
    margin: auto;
    width: 240px;
  }
}
@media only screen and (max-width: 640px) and (orientation: portrait) {

}

@media only screen and (max-width: 640px) and (orientation: landscape) {
	
}

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

}

/*** SMALLEST MOBILE DEVICES ****/
@media only screen and (min-width : 320px) and (max-width : 480px){

}

@media screen and (max-device-width:320px) and (device-height:568px) and (orientation: portrait){
    /* iPhone 5 only */
    .auro-home .on-demand h1 {
      font-size: 29px;
    }  
    .auro-home .banner h1{
      font-size: 32px;
    }
    .auro-home .banner .info{
      font-size: 18px;
    }
  

    footer .social.pull-right {
      width: 82%;
    }
}

