#logo {
  margin-left: 10px;
}

#left-sidebar {
  height: 600px;
  overflow: auto;
  width: 200px;
}

  #left-sidebar .nav-static.nav-fix {
    position: fixed;
    top: 100px;
  }

  #left-sidebar .nav-static.nav-fix-bottom {
    position: absolute;
    bottom: 0px;
  }

  #left-sidebar .nav-static {
    margin-left: 0;
    position: absolute;
    padding-left: 10px;
  }

    #left-sidebar .nav-static > li.nav-header {
      color: #323232;
      font-size: 12px;
    }

    #left-sidebar .nav-static > li > a {
      color: #737373;
    }

      #left-sidebar .nav-static > li > a:hover,
      #left-sidebar .nav-static > li.active > a {
        background-color: transparent;
        color: #00b205;
      }

      #left-sidebar .nav-static > li.active > a {
        text-shadow: none;
        font-weight: 700;
font-family: 'Montserrat', sans-serif;
      }


#content h1 {
  text-align: center;
  font-weight: 400;
font-family: 'Montserrat', sans-serif;
}

#content h2 {
  border: none;
  font-weight: 400;
font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  margin-bottom: 8px;
  margin-top: 32px;
}

#content h3 {
  color: inherit;
  font-size: 14px;
}

#content ul {
  margin-left: 15px;
}

#content p, #content ul, #content ol, #content table {
  font-size: 13px;
}

#content a {
  color: #00b205;
}

  #content a:hover,
  #content a:visited {
    color: #009504;
  }

#content .btn,
#content a.btn {
  background-color: #00b205;
  color: #fff;
  text-shadow: none;
  background-image: none;
  border: none;
  box-shadow: none;
}

#content .btn:hover,
#content a.btn:hover {
  background-color: #009504;
  color: #fff;
}

#content .nav-tabs {
  margin-left: 0;
}

  #content .nav-tabs {
    border: none;
  }

    #content .nav-tabs > li > a {
      border: none;
      color: #666;
      font-size: 16px;
    }

    #content .nav-tabs > li > a:hover {
      background-color: transparent;
    }

    #content .nav-tabs > li.active > a {
      border-bottom: 2px solid #00b205;
      font-weight: 600;
    }

#content .table-skinny > thead > tr > th {
  background-color: transparent;
  border-bottom: 2px solid #00b205;
}

#content .table-skinny > tbody > tr > td {
  border: none;
  border-bottom: 1px solid #ddd;
}

#content .central-subtitle {
  font-size: 16px;
  text-align: center;
}

#content h1 + .central-subtitle {
  margin-top: -8px;
}

#content .left-aligned-subtitle {
  font-size: 15px;
  line-height: 20px;
  text-align: left;
}

#content h1 + .left-aligned-subtitle {
  margin-top: -8px;
}

#content .space-owner-types {
  font-size: 14px;
}

#content .central-separator {
  border-bottom: 1px solid #ddd;
  width: 120px;
  margin: 0px auto;
  height: 0px;
  margin-bottom: 30px;
}

#content .media-contact p,
#content .media-contact ul,
#content .media-contact ol,
#content .media-contact table {
  font-size: 12px;
}

/* About page */

#content .about-header {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(/media/img/static/about/anna_banner.png);
  color: #fff;
  height: 180px;
}

  #content .about-header > .central-title {
    padding-top: 60px;
  }

#content .investor-section {
  margin-bottom: 20px;
}

#content .js-read-more-text {
  display: none;
}

#content .js-read-more-text.visible {
  display: block;
}


#content .press-report {
  margin-bottom: 30px;
}

/** HOW IT WORKS **/

#content .how-it-works-header {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #fff;
  height: 180px;
}

#content .how-it-works-header.driver {
  background-image: url(/media/img/static/how-to/driver/driver-header.png);
}

#content .how-it-works-header.owner {
  background-image: url(/media/img/static/how-to/owner/owner-header.jpg);
}

#content .how-it-works-header.gva {
  background-image: url(/media/img/static/how-to/gva-header.jpg);
  background-position: 50%;
  background-size: inherit;
}

  #content .how-it-works-header > .central-title {
    padding-top: 60px;
    font-weight: 700;
font-family: 'Montserrat', sans-serif;
  }

#content .thumbnail-list {
  margin-top: 30px;
}

  #content .thumbnail-list > .thumbnail-item {
    display: inline-block;
    width: 28%;
    vertical-align: top;
  }

  #content .thumbnail-list > .thumbnail-item:not(:last-child) {
    padding-right: 4%;
  }

    #content .thumbnail-list > .thumbnail-item > .image {
      text-align: center;
      border-bottom: 2px solid #00b205;
      padding-bottom: 20px;
      height: 50px;
    }

    #content .thumbnail-list > .thumbnail-item > .text {
      padding-top: 16px;
    }

      #content .thumbnail-list > .thumbnail-item > .text > h3 {
       font-size: 14px;
       font-weight: 600;
      }

#content .thumbnail-item__first {
  height: 45px;
  margin-top: 9px;
}

#content .thumbnail-item__third {
  margin-top: 5px;
}

#content .feature-list {
  text-align: center;
  margin-top: 40px;
}

  #content .feature-list > * {
    display: inline-block;
    vertical-align: top;
  }

  #content .feature-list > .feature-column {
    width: 40%;
  }

  #content .feature-list > .feature-column:first-child {
    text-align: right;
  }

  #content .feature-list > .feature-column:last-child {
    margin-top: 30px;
    text-align: left;
  }

    #content .feature-list > .feature-column > .feature-item {
      margin-bottom: 20px;
    }

      #content .feature-list > .feature-column > .feature-item > h2 {
        color: #00b205;
        margin-bottom: 0px!important;
      }

      #content .feature-list > .feature-column > .feature-item > p {
        font-size: 15px;
      }

  #content .feature-list > .feature-separator {
    display: inline-block;
    width: 10px;
    height: 304px;
    background-image: url(/media/img/static/how-to/driver/stick.png);
    background-repeat: no-repeat;
    margin: 0px 32px;
    margin-top: 10px;
  }

#content .social-link-list {
  margin-top: 20px;
  margin-bottom: 20px;
}

  #content .social-link-list .social-link {
    height: 40px;
    width: 40px;
    padding: 4px;
  }
  #content .social-link-list .social-link:first-child {
    padding-left: 0;
  }

  #content .owner-cta {
    margin-left: 227px;
    margin-top: 20px;
    width: 196px;
  }

  #content .owner-cta > a {
    font-size: 16px;
    line-height: 40px;
  }

/** END (HOW IT WORKS) **/


/**
 * Jobs
 */

.jobs-header {
  background: url(/media/img/static/about/jobs-header.png) no-repeat;
  background-size:cover;
}

  .jobs-header h1 {
    color: #fff;
    padding:80px 0;
    font-size:26px;
  }

  .jobs-header h1:after {
    content: "";
    display:block;
    width:100px;
    border-bottom:1px solid #fff;
    margin:0 auto;
    margin-top:30px;
  }

.jobs-roles-button {
  display:block;
  width:200px;
  height:40px;
  text-align:center;
  margin:0 auto 40px auto;
  font-size:13px;
}

  .jobs-roles-button:hover {
    text-decoration: none;
  }

  .jobs-roles-button:after {
    content: "";
    display:block;
    background:url(/media/img/static/about/down-arrow.png);
    width:15px;
    height:9px;
    margin:5px auto 0 auto;
  }

.jobs-footer-text {
  font-weight:800;
}

.jobs-description {
  margin-bottom:40px;
}

.job-roles {
  margin-bottom:40px;
}

.job-role {
  float:left;
  width:47%;
  margin-right:3%;
  margin-bottom:10px;
}

  .job-role ul {
    list-style-type: none;
    margin:0!important;
    padding:0;
  }

  .job-role h3 {
    border-bottom:2px solid #00b205;
    margin-bottom:0;
    padding:15px 20px;
  }

  .job-role a {
    display:block;
    padding:15px 20px;
    border-bottom:1px solid #ddd;
    background: linear-gradient(to right, #00b205 50%, #fff 50%) 100% 0;
    background-size: 200% 100%;
    transition: background-position 200ms ease-in-out;
    -webkit-transition: background-position 200ms ease-in-out;
  }

  .job-role a:hover {
    color:#fff!important;
    text-decoration: none;
    background-position: 0 0;
    transition: background-position 400ms ease-in-out;
    -webkit-transition: background-position 400ms ease-in-out;
    background:#00b205\9\0; /*Only works in IE9*/
  }

    .job-role a .post {
      color:#fff;
      display:none;
      visibility:hidden;
    }

    .job-role a:hover .post {
      display:block;
      visibility: visible;
    }

    .job-role a:hover .pre {
      display:none;
      visibility: hidden;
    }

  .cf:before,
  .cf:after {
      content: " ";
      display: table;
  }

  .cf:after {
      clear: both;
  }

/**
 * End jobs
 */

/**
 * Hero video.
 */

#hero-video-container {
  position: absolute;
}

#hero-video {
  width: 100%;
}

/**
 * End hero video.
 */
