/* Touch friendly! */
#lib .styled-currency-select-container {
  position: relative;
  text-align: left;
  vertical-align: 50%;
  display: inline-block;
  min-width: 78px;
  vertical-align: middle;
}
#lib .styled-currency-select-container .text {
  border-radius: 2px;
  border: 1px solid #999999;
  font-size: 13px;
  padding: 3px 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: none;
  display: block;
  min-width: 40px;
  height: 32px;
  line-height: 32px;
  background: #FFF;
  padding-right: 0;
  overflow: hidden;
  padding-top: 1px;
  text-overflow: ellipsis;
  z-index: 1;
}
#lib .styled-currency-select-container .text:disabled {
  background: #F8F8F8;
  border: 1px solid #E2E2E2;
  color: #999999;
}
#lib .styled-currency-select-container .text:disabled:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#lib .styled-currency-select-container .text.error {
  border: 1px solid #d0493b;
}
#lib .styled-currency-select-container .text:focus {
  outline: none;
  border: 1px solid #28bcdc;
}
#lib .styled-currency-select-container .text:hover {
  -webkit-box-shadow: 0px 1px 0px rgba(145, 146, 138, 0.5);
  box-shadow: 0px 1px 0px rgba(145, 146, 138, 0.5);
}
#lib .styled-currency-select-container .text::-webkit-input-placeholder {
  color: #a3a39d;
}
#lib .styled-currency-select-container .text:-moz-placeholder {
  /* Firefox 18- */
  color: #a3a39d;
}
#lib .styled-currency-select-container .text::-moz-placeholder {
  /* Firefox 19+ */
  color: #a3a39d;
}
#lib .styled-currency-select-container .text:-ms-input-placeholder {
  color: #a3a39d;
}
#lib .styled-currency-select-container .text:after {
  content: " ";
  float: right;
  margin-top: 12px;
  background-size: 160px 360px;
  height: 18px;
  width: 18px;
  background-repeat: no-repeat;
  background-image: url('../img/sprite.v26.png');
  background-color: transparent;
  background-position: -101px -81px;
  width: 15px;
  margin-left: 5px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #lib .styled-currency-select-container .text:after {
    background-image: url('../img/sprite.v26@2x.png');
  }
}
#lib .styled-currency-select-container .text.placeholder {
  color: #a3a39d;
}
#lib .styled-currency-select-container select {
  position: absolute;
  line-height: 24px;
  margin: 0;
  -webkit-appearance: none;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  z-index: 3;
}
#lib .styled-currency-select-container select:focus ~ .text {
  outline: none;
  border: 1px solid #28bcdc;
}
#lib .styled-currency-select-container select:hover ~ .text {
  -webkit-box-shadow: 0px 1px 0px rgba(145, 146, 138, 0.5);
  box-shadow: 0px 1px 0px rgba(145, 146, 138, 0.5);
}
#lib .styled-currency-select-container select[disabled] ~ .text {
  background: #F8F8F8;
  border: 1px solid #E2E2E2;
  color: #999999;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#lib .styled-currency-select-container select[disabled] ~ .text:after {
  opacity: 0.5;
}
#lib .styled-currency-select-container select.error ~ .text {
  border: 1px solid #d0493b;
}
#lib .styled-currency-select-container .currency-symbol {
  position: absolute;
  left: 1px;
  top: 1px;
  height: 30px;
  line-height: 30px;
  padding: 0 7px;
  border-right: 1px solid #999999;
  background-color: #f5f5f5;
}
#lib .styled-currency-select-container .text {
  padding: 0 0 3px 30px;
}
#lib .styled-currency-select-container select[disabled] ~ .currency-symbol {
  background: #F8F8F8;
  color: #999999;
  border-right: 1px solid #E2E2E2;
}
#graphics .blue_ribbon_bottom_left {
  display: block;
  height: 10px;
  width: 10px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAACVBMVEUAAAARg5sQhJxtnrVJAAAAAnRSTlMAgJsrThgAAAAtSURBVHjabcgxAQAACMAgtH9oAzhOzH5q1apVq1atWrVq1apVq1atWrVq1ao9sbsBkYKZcFYAAAAASUVORK5CYII=') no-repeat;
  background-size: 10px;
}
#graphics .blue_ribbon_top_left {
  display: block;
  height: 10px;
  width: 10px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAATklEQVR4Aa3MQQ2AMAAEwUoAx03ABXgF9oGCziVzzx1y+3HNTpnbeT/ju2V/LDQWGguNhcZCY6Gx0FhoLDQWGguNhcZCY6Gx0FhoLDSWF752i6t+FvSTAAAAAElFTkSuQmCC') no-repeat;
  background-size: 10px;
}
.left-column #important-message,
.one-column #important-message {
  border: 1px solid #cccccc;
  background-color: #fafafa;
  padding: 20px;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 620px) {
  .left-column #important-message,
  .one-column #important-message {
    padding: 0;
  }
}
@media (max-width: 620px) {
  .left-column #important-message,
  .one-column #important-message {
    border-top: none;
    border-left: none;
    border-right: none;
    margin-top: -30px;
    margin-bottom: 20px;
    border-radius: 0;
    padding: 20px 10px;
  }
}
.left-column #important-message #uploaded-documents-in-review,
.one-column #important-message #uploaded-documents-in-review {
  font-size: 32px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #555555;
  line-height: 1.0em;
  min-height: 0;
  margin-bottom: 10px;
  color: #7fbf4d;
}
@media (max-width: 620px) {
  .left-column #important-message #uploaded-documents-in-review,
  .one-column #important-message #uploaded-documents-in-review {
    font-size: 24px;
  }
}
.left-column #important-message #upload-additional-document-button,
.one-column #important-message #upload-additional-document-button {
  width: 200px;
  display: block;
  margin-top: 20px;
}
.left-column #important-message p,
.one-column #important-message p {
  margin-top: 1em;
}
.left-column #important-message p:first-child,
.one-column #important-message p:first-child {
  margin-top: 0;
}
.left-column #important-message ol li,
.one-column #important-message ol li {
  list-style: decimal;
  margin-left: 2em;
}
.left-column #important-message .license-icon,
.one-column #important-message .license-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 150px;
  height: 86px;
  background: url('/resources/img/id_cards_small.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .left-column #important-message .license-icon,
  .one-column #important-message .license-icon {
    background: url('/resources/img/id_cards_small@2x.png');
    background-size: 100%;
  }
}
@media (max-width: 620px) {
  .left-column #important-message .license-icon,
  .one-column #important-message .license-icon {
    display: none;
  }
}
.left-column #important-message .manual-review-message h2,
.one-column #important-message .manual-review-message h2 {
  font-size: 32px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #555555;
  line-height: 1.0em;
  min-height: 0;
  margin-bottom: 10px;
  color: #7fbf4d;
}
@media (max-width: 620px) {
  .left-column #important-message .manual-review-message h2,
  .one-column #important-message .manual-review-message h2 {
    font-size: 24px;
  }
}
.left-column #important-message .manual-review-message p,
.one-column #important-message .manual-review-message p {
  margin-top: 0;
}
@media (max-width: 620px) {
  .left-column #important-message .manual-review-message p,
  .one-column #important-message .manual-review-message p {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 13px;
  }
}
.left-column #important-message .get-approved h3,
.one-column #important-message .get-approved h3 {
  font-size: 18px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #555555;
  min-height: 0;
  color: #fc7c1a;
}
.left-column #important-message .get-approved p,
.one-column #important-message .get-approved p {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 13px;
}
.left-column #important-message .pre-approval-message,
.one-column #important-message .pre-approval-message {
  overflow: hidden;
}
.left-column #important-message .pre-approval-message .stamp,
.one-column #important-message .pre-approval-message .stamp {
  position: absolute;
  top: -17px;
  right: 13px;
  background: url('/resources/img/approved.png') 0 0 no-repeat;
  width: 146px;
  height: 116px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .left-column #important-message .pre-approval-message .stamp,
  .one-column #important-message .pre-approval-message .stamp {
    background-image: url('/resources/img/approved@2x.png');
    background-size: 146px;
  }
}
@media (max-width: 620px) {
  .left-column #important-message .pre-approval-message .stamp,
  .one-column #important-message .pre-approval-message .stamp {
    background-image: url('/resources/img/approved_small@2x.png');
    background-size: 86px;
    width: 86px;
    height: 68px;
    top: -11px;
    right: 1px;
  }
}
.left-column #important-message .pre-approval-message h3,
.one-column #important-message .pre-approval-message h3 {
  font-size: 18px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #555555;
  font-size: 21px;
  margin-bottom: 15px;
  color: #7fbf4d;
}
@media (max-width: 620px) {
  .left-column #important-message .pre-approval-message h3,
  .one-column #important-message .pre-approval-message h3 {
    font-size: 18px;
  }
}
.left-column #important-message .pre-approval-message h3 br,
.one-column #important-message .pre-approval-message h3 br {
  display: none;
}
@media (max-width: 620px) {
  .left-column #important-message .pre-approval-message h3 br,
  .one-column #important-message .pre-approval-message h3 br {
    display: block;
  }
}
.left-column #important-message .pre-approval-message p,
.one-column #important-message .pre-approval-message p {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 13px;
}
.left-column > .inner-column.no-bottom-padding,
.one-column > .inner-column.no-bottom-padding {
  padding-bottom: 0px;
}
#dashboard-search {
  border: 1px solid #cccccc;
  background-color: #fafafa;
  padding: 20px;
}
@media (max-width: 620px) {
  #dashboard-search {
    border-left: none;
    border-right: none;
  }
}
#dashboard-search > h3 {
  margin-bottom: 20px;
  color: #7fbf4d;
}
#dashboard-search > form > .button {
  float: right;
  margin-left: 20px;
}
#dashboard-search > form > div {
  overflow: hidden;
}
#dashboard-search > form > div > input {
  width: 100%;
}
#dashboard-search > form .empty-search-error {
  display: none;
  float: left;
  clear: both;
  width: 260px;
  position: relative;
  border-radius: 2px;
  margin-top: 10px;
  padding: 5px;
  height: 12px;
  background-color: rgba(0, 0, 0, 0.3);
}
#dashboard-search > form .empty-search-error p {
  color: #ffffff;
  padding-left: 5px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 11px;
  line-height: 14px;
  font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#dashboard-search > form .empty-search-error.visible {
  display: block;
}
#dashboard-search > .city-links {
  zoom: 1;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #cccccc;
}
#dashboard-search > .city-links:after {
  content: "";
  display: table;
  clear: both;
}
#dashboard-search > .city-links > ul {
  float: left;
  width: 25%;
}
@media (max-width: 620px) {
  #dashboard-search > .city-links > ul {
    width: 50%;
  }
}
#dashboard-search > .city-links > ul > li {
  margin-top: 10px;
}
#dashboard-tasks {
  border: 1px solid #cccccc;
  background-color: #fafafa;
  padding: 20px;
}
#dashboard-tasks li {
  zoom: 1;
  position: relative;
  font-size: 15px;
  color: #888888;
  line-height: 40px;
  margin-top: 10px;
}
#dashboard-tasks li:after {
  content: "";
  display: table;
  clear: both;
}
#dashboard-tasks li:first-child {
  margin-top: 0;
}
#dashboard-tasks li .icon {
  background: url('/resources/img/dashboard_icons.v3.png') 0 0 no-repeat;
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 15px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #dashboard-tasks li .icon {
    background-image: url('/resources/img/dashboard_icons.v3@2x.png');
    background-size: 480px 80px;
  }
}
#dashboard-tasks li .check {
  background-size: 160px 360px;
  height: 18px;
  width: 18px;
  background-repeat: no-repeat;
  background-image: url('../img/sprite.v26.png');
  background-color: transparent;
  background-position: -141px -121px;
  position: absolute;
  top: 9px;
  right: 0;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #dashboard-tasks li .check {
    background-image: url('../img/sprite.v26@2x.png');
  }
}
#dashboard-tasks li.driver-status {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
#dashboard-tasks li.driver-status.approved .icon {
  background-position: 0 -40px;
}
#dashboard-tasks li.driver-status.applicant .icon {
  background-position: -360px 0;
}
#dashboard-tasks li.driver-status.pending-approval .icon {
  background-position: -400px -40px;
}
#dashboard-tasks li.driver-status.unable-to-rent .icon {
  background-position: -440px -40px;
}
#dashboard-tasks li.connect-facebook .icon {
  background-position: -40px 0;
}
#dashboard-tasks li.upload-photo .icon {
  background-position: -80px 0;
}
#dashboard-tasks li.refer-a-friend .icon {
  background-position: -160px 0;
}
#dashboard-tasks li.owner-guide .icon {
  background-position: -120px 0;
}
.current-trip {
  border-bottom: none;
}
.current-trip .vehicle-owner-profile,
.current-trip .details-and-actions {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.95);
  border: none;
}
.current-trip .action-expiration-message,
.current-trip .book-reservation {
  margin-top: 10px;
}
.current-trip .vehicle-owner-profile {
  margin-left: 20px;
  margin-top: 20px;
  width: 280px;
}
.current-trip .schedule-and-cost {
  margin-top: 20px;
  margin-right: 20px;
  width: 280px;
  z-index: 1;
  /* Make sure current trip actions appears above instructions */
}
.current-trip .instructions {
  background: #f0efec;
  position: relative;
  padding: 15px 20px;
  border: 1px solid #cccccc;
  border-top: none;
}
.current-trip .instructions p {
  margin-top: 5px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 13px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  color: #888888;
}
#dashboard-list-your-car {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 209px;
  padding: 20px;
  background: url('/resources/img/dashboard_list_bg.jpg') bottom right no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #dashboard-list-your-car {
    background-image: url('/resources/img/dashboard_list_bg@2x.jpg');
    background-size: 619px;
  }
}
#dashboard-list-your-car > .header {
  font-weight: bold;
  color: #28bcdc;
  margin-bottom: 5px;
}
#dashboard-list-your-car > .text {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #555555;
  font-size: 22px;
  margin-bottom: 20px;
}
@media (max-width: 450px) {
  #dashboard-list-your-car {
    min-height: 245px;
  }
}
.right-column > #dashboard-list-your-car {
  min-height: 245px;
}
@media (max-width: 620px) {
  .left-column > .inner-column .no-reservations,
  .one-column > .inner-column .no-reservations {
    height: auto;
  }
  #dashboard-tasks {
    margin-left: 10px;
    margin-right: 10px;
  }
  .current-trip {
    border: 1px solid #cccccc;
  }
  .current-trip .reservation.in-progress {
    height: auto;
    background: none;
  }
  .current-trip .vehicle-owner-profile,
  .current-trip .schedule-and-cost,
  .current-trip .details-and-actions {
    float: none;
    clear: both;
    width: auto;
    margin: 0;
    box-shadow: none;
    border: 0;
    background: none;
  }
  .current-trip .instructions {
    margin: 0;
    margin-top: -15px;
    border-left-width: 0;
    border-right-width: 0;
    padding: 15px 10px;
  }
  .current-trip .loading {
    text-align: center;
  }
  .current-trip .loading img {
    width: 240px;
    height: 160px;
  }
}
#dashboard-promote-your-car {
  position: relative;
}
#dashboard-promote-your-car .background-image-container {
  height: 372px;
}
#dashboard-promote-your-car .background-image-container .background-image {
  background-position: center center;
  background-size: cover;
  min-height: 100%;
  min-width: 100%;
}
#dashboard-promote-your-car .text-and-links {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.95);
  width: 410px;
}
#dashboard-promote-your-car .text-and-links > h2 {
  color: #fc7c1a;
}
@media (max-width: 620px) {
  #dashboard-promote-your-car .text-and-links > h2 {
    font-size: 24px;
  }
}
#dashboard-promote-your-car .text-and-links > p {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 13px;
  margin-top: 5px;
}
#dashboard-promote-your-car .text-and-links > ul {
  margin-top: 20px;
}
#dashboard-promote-your-car .text-and-links > ul > li {
  zoom: 1;
  line-height: 40px;
  margin-top: 10px;
}
#dashboard-promote-your-car .text-and-links > ul > li:after {
  content: "";
  display: table;
  clear: both;
}
#dashboard-promote-your-car .text-and-links > ul > li:first-child {
  margin-top: 0;
}
#dashboard-promote-your-car .text-and-links > ul > li .icon {
  background: url('/resources/img/dashboard_icons.v3.png') 0 0 no-repeat;
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 15px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #dashboard-promote-your-car .text-and-links > ul > li .icon {
    background-image: url('/resources/img/dashboard_icons.v3@2x.png');
    background-size: 480px 80px;
  }
}
#dashboard-promote-your-car .text-and-links > ul > li.facebook .icon {
  background-position: -40px 0;
}
#dashboard-promote-your-car .text-and-links > ul > li.twitter .icon {
  background-position: -280px 0;
}
#dashboard-promote-your-car .text-and-links > ul > li > #listing-url {
  display: inline-block;
  margin-bottom: 0;
  width: 240px;
}
@media (max-width: 620px) {
  #dashboard-promote-your-car .text-and-links {
    width: auto;
    top: 10px;
    left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 620px) {
  #dashboard-promote-your-car {
    margin-top: -30px;
    padding: 0;
  }
}
#dashboard-airport-promo {
  padding: 20px;
  height: 215px;
  background: url('/resources/img/airport_listing/parking_ad.png');
  background-repeat: no-repeat;
}
#dashboard-airport-promo h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
#dashboard-airport-promo .text {
  color: #555555;
  margin-bottom: 5px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #dashboard-airport-promo {
    background: url('/resources/img/airport_listing/parking_ad@2x.png');
    background-size: 300px 255px;
  }
}
@media (max-width: 620px) {
  #dashboard-airport-promo {
    margin: 0 10px;
    background-color: #b9dff2;
    background-position: right;
    background-repeat: no-repeat;
  }
}
.page-plane {
  z-index: 1;
}
.content-plane {
  z-index: 2;
}
.header-plane {
  z-index: 3;
}
.overlay-plane {
  z-index: 4 !important;
}
.dialog-plane {
  z-index: 5 !important;
}
html {
  min-width: 980px;
}
body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: #303030;
  min-width: 940px;
  -webkit-text-size-adjust: 100%;
}
a {
  color: #28bcdc;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cccccc;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #cccccc;
}
input:placeholder,
textarea:placeholder {
  color: #cccccc;
}
.left-column {
  float: left;
  clear: left;
  width: 620px;
}
.right-column {
  float: right;
  clear: right;
  width: 300px;
}
.left-column > div,
.right-column > div,
.one-column > div {
  margin-bottom: 20px;
}
.banner-frame {
  width: 100%;
  background-color: #555;
  background-image: url('../img/textures/footer_tread.png');
  position: relative;
  top: -30px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .banner-frame {
    background-image: url('../img/textures/footer_tread@2x.png');
    background-size: 16px 16px;
  }
}
@media (max-width: 620px) {
  .banner-frame {
    width: auto;
    padding: 0 10px;
  }
}
.banner-frame .top_gradient,
.banner-frame .bottom_gradient {
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
}
.banner-frame .top_gradient {
  top: 0;
  background: -moz-linear-gradient(top, #222222 0%, #555555 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(34, 34, 34, 0.4)), color-stop(100%, #555555));
  background: -webkit-linear-gradient(top, rgba(34, 34, 34, 0.4) 0%, rgba(85, 85, 85, 0.4) 100%);
  background: -o-linear-gradient(top, rgba(34, 34, 34, 0.4) 0%, rgba(85, 85, 85, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(34, 34, 34, 0.4) 0%, rgba(85, 85, 85, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(StartColorStr='#ff222222', EndColorStr='#ff555555', GradientType=0);
}
.banner-frame .bottom_gradient {
  bottom: 0;
  background: -moz-linear-gradient(top, #555555 0%, #222222 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(85, 85, 85, 0)), color-stop(100%, #222222));
  background: -webkit-linear-gradient(top, rgba(85, 85, 85, 0) 0%, rgba(34, 34, 34, 0) 100%);
  background: -o-linear-gradient(top, rgba(85, 85, 85, 0) 0%, rgba(34, 34, 34, 0) 100%);
  background: linear-gradient(to bottom, rgba(85, 85, 85, 0) 0%, rgba(34, 34, 34, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(StartColorStr='#ff555555', EndColorStr='#ff222222', GradientType=0);
}
.banner-frame .banner-content {
  position: relative;
  width: 940px;
  max-width: auto;
  margin: 0 auto;
  padding: 20px 0;
}
@media (max-width: 620px) {
  .banner-frame .banner-content {
    width: 100%;
  }
}
.banner-frame .banner-content .close {
  display: block;
  position: absolute;
  right: 0;
  top: 20px;
  width: 150px;
  height: 18px;
  padding-left: 20px;
}
@media (max-width: 620px) {
  .banner-frame .banner-content .close {
    width: 18px;
  }
  .banner-frame .banner-content .close .close-label {
    display: none;
  }
}
.banner-frame .banner-content .close:hover {
  cursor: pointer;
}
.banner-frame .banner-content .close .icon {
  display: block;
  position: absolute;
  background-size: 160px 360px;
  height: 18px;
  width: 18px;
  background-repeat: no-repeat;
  background-image: url('../img/sprite.v26.png');
  background-color: transparent;
  background-position: -121px -81px;
  top: 0;
  left: 0;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .banner-frame .banner-content .close .icon {
    background-image: url('../img/sprite.v26@2x.png');
  }
}
.banner-frame .banner-content h3 {
  color: white;
  margin-bottom: 3px;
}
@media (max-width: 620px) {
  .banner-frame .banner-content h3.search-exclusion-reminder {
    font-size: 18px;
  }
}
.banner-frame .banner-content .message {
  color: #DDD;
}
@media (max-width: 620px) {
  .banner-frame .banner-content .message {
    font-size: 13px;
  }
}
.full-page-content {
  margin-bottom: 20px;
  min-height: 600px;
}
.full-page-content h2 {
  margin-bottom: 20px;
}
.full-page-content .break {
  background: #cccccc;
  height: 1px;
  margin: 20px 0;
  position: relative;
}
.full-page-content .break span {
  position: absolute;
  left: 75px;
  top: -10px;
  background: white;
  padding: 0 5px;
  line-height: 20px;
  height: 20px;
  color: black;
  font-size: 14px;
}
.static-box {
  padding: 0;
}
div.major.sections {
  padding: 0;
}
div.major.sections > div {
  padding: 20px;
}
.spacer {
  clear: both;
}
.left-spacer {
  clear: left;
}
#messages li {
  position: relative;
  margin-bottom: 20px;
  padding: 25px 20px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 13px;
  color: #ffffff;
  text-transform: uppercase;
  background: #54544e;
}
#messages li .icon {
  display: none;
}
#messages li.success {
  background-color: #dccc01;
  background-repeat: repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADAgMAAAArRl0sAAAACVBMVEXKwAHIswLJugIc1IDSAAAADklEQVQIHWNIYGhhkAAAA4oA/YTT080AAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #messages li.success {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGAgMAAACdogfbAAAACVBMVEXHsgLIuAHKwwBF1mjAAAAAGklEQVQIHWNwXMDANoFByoEhk4FhiQDDhAQAIeED335/BwUAAAAASUVORK5CYII=);
    background-size: 3px 3px;
  }
}
#messages li.success:before {
  content: "";
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAKCAYAAAC0VX7mAAAAP0lEQVR42q3MoQ0AIBAEQQohoRW6JV8BCRg6O3CIk/ti7BRJKeaofUU7adGOpicp+mDkYORg5GDkYORg5CzCLtedFp0B+u1WAAAAAElFTkSuQmCC);
  height: 10px;
  width: 20px;
  position: absolute;
  top: -10px;
  left: 0;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #messages li.success:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAUAgMAAACCKJcoAAAADFBMVEX///+6qR+3pxy7qR/lk8sGAAAAA3RSTlMAwEBHUFIAAAAALElEQVR4XkXIsREAMAiAwLTZfwBHxc6n4v5d3w4MBoPBYDAYDAaDwWAwGAy2dS9gN/7Qdq4AAAAASUVORK5CYII=);
    background-size: 20px 10px;
  }
}
#messages li.success:after {
  content: "";
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAACVBMVEX///+7qR/a0HQtXzAZAAAALUlEQVR42m3IMQEAAAjAILR/aAM4Tsy36tSpU6dOnTp16tSpU6dOnTp16tSpO/d2AOcJbmdgAAAAAElFTkSuQmCC);
  height: 20px;
  width: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #messages li.success:after {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoAgMAAADxkFD+AAAACVBMVEX///+7qR/c0XepwCxQAAAARUlEQVR4XkXKoQ0AIBDAwC4JQf4ojI4iV1Vxrd+2x469oaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhD+U1S1FBAXZWAAAAAElFTkSuQmCC);
    background-size: 20px 20px;
  }
}
#messages li.error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADAgMAAAArRl0sAAAADFBMVEXvPwHsMwPqKQTpJgQr/A3DAAAADklEQVQIHWO4wODBoAIABRIBPWI3upcAAAAASUVORK5CYII=);
  background-color: #ec3302;
  background-repeat: repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #messages li.error {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGAgMAAACdogfbAAAACVBMVEXpJgTrMAPwRAAwZpRKAAAAGklEQVQIHWNgXMDANoFByoEhk4FhiQDDhAQAHaEDn8O2CgAAAAAASUVORK5CYII=);
    background-size: 3px 3px;
  }
}
#messages li.error:before {
  content: "";
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAKCAYAAAC0VX7mAAAAP0lEQVR42q3MsQ0AEBRFUYNILCCsYGsJjc0eneKV9xenPUlSiFnzWK2csGj3oico+mDkYORg5GDkYORg5CzCLgH24g4tI+w5AAAAAElFTkSuQmCC);
  height: 10px;
  width: 20px;
  position: absolute;
  top: -10px;
  left: 0;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #messages li.error:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAUAgMAAACCKJcoAAAADFBMVEX///+6Lh+3LBy7Lx8XgvmLAAAAA3RSTlMAwEBHUFIAAAAALElEQVR4XkXIsREAMAiAwLTZfwBHxc6n4v5d3w4MBoPBYDAYDAaDwWAwGAy2dS9gN/7Qdq4AAAAASUVORK5CYII=);
    background-size: 20px 10px;
  }
}
#messages li.error:after {
  content: "";
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAACVBMVEX///+7Lx/Vb2EWJWSKAAAALUlEQVR42m3IMQEAAAjAILR/aAM4Tsy36tSpU6dOnTp16tSpU6dOnTp16tSpO/d2AOcJbmdgAAAAAElFTkSuQmCC);
  height: 20px;
  width: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #messages li.error:after {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoAgMAAADxkFD+AAAACVBMVEX///+7Lx/QY1Tq6C1OAAAARUlEQVR4XkXKoQ0AIBDAwC4JQf4ojI4iV1Vxrd+2x469oaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhD+U1S1FBAXZWAAAAAElFTkSuQmCC);
    background-size: 20px 20px;
  }
}
@media (max-width: 620px) {
  #messages li {
    margin: -30px 0 30px 0;
    padding: 20px;
  }
  #messages li:before,
  #messages li:after {
    display: none;
  }
}
#page {
  z-index: 1;
  width: 940px;
  max-width: 940px;
  margin: 0 auto;
  padding-bottom: 30px;
  position: relative;
}
#content {
  z-index: 2;
  margin: 0 auto;
  position: relative;
  zoom: 1;
  min-height: 600px;
}
h1 {
  font-size: 52px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #555555;
  line-height: 1.0em;
}
@media (max-width: 620px) {
  h1 {
    font-size: 42px;
  }
}
h2 {
  font-size: 42px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #555555;
  line-height: 1.0em;
}
@media (max-width: 620px) {
  h2 {
    font-size: 36px;
  }
}
h3 {
  font-size: 32px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #555555;
  line-height: 1.0em;
}
@media (max-width: 620px) {
  h3 {
    font-size: 24px;
  }
}
h4 {
  font-size: 18px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #555555;
}
h5 {
  font-size: 18px;
  font-weight: normal;
  color: #fc7c1a;
  margin-bottom: 10px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #555555;
}
h6 {
  font-size: 15px;
  margin-bottom: 5px;
  font-weight: bold;
}
.sections > div {
  border-top: 1px solid #eeeeee;
  padding: 20px 0;
}
.sections > div:first-child {
  border-top: none;
  padding-top: 10px;
}
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.touch-device #page .footer .site-links > div li {
  padding-top: 15px;
}
@media (max-width: 620px) {
  html {
    min-width: 0;
  }
  body.fluid-layout {
    min-width: 0;
    /* Collapse columns into a a single column with no margin/shadow between */
  }
  body.fluid-layout #content,
  body.fluid-layout .full-page-content {
    min-height: 0;
  }
  body.fluid-layout #page {
    width: auto;
  }
  body.fluid-layout #page .footer {
    padding: 10px;
  }
  body.fluid-layout #page .footer .company .copyright,
  body.fluid-layout #page .footer .company .links > li {
    margin-bottom: 15px;
  }
  body.fluid-layout #page .footer .company .links > li {
    padding-left: 0.5em;
    margin-left: 0.5em;
    border-left: 0;
  }
  body.fluid-layout #page .footer .company .links > li:first-child {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
  }
  body.fluid-layout #page .footer .site-links > div {
    width: auto;
    margin-top: 20px;
  }
  body.fluid-layout #page .footer .site-links > div.site-links-1,
  body.fluid-layout #page .footer .site-links > div.site-links-3 {
    width: 53%;
    margin-right: 15px;
  }
  body.fluid-layout #page .footer .site-links > div.site-links-3 {
    clear: left;
  }
  body.fluid-layout .left-column {
    float: none;
    width: auto !important;
  }
  body.fluid-layout .right-column {
    float: none;
    margin: 0 auto -1px auto;
    width: auto !important;
  }
  body.fluid-layout .left-column > div,
  body.fluid-layout .right-column > div,
  body.fluid-layout .one-column > div,
  body.fluid-layout .full-page-content {
    padding: 0 10px;
  }
  body.fluid-layout #nav {
    display: none;
  }
}
.ui-spinner {
  position: relative;
  border: 0px solid white;
}
.ui-spinner-buttons {
  position: absolute;
}
.ui-spinner-button {
  overflow: hidden;
}
hr {
  clear: both;
  height: 1px;
  background: #d9d9d9;
  border-width: 0;
  margin-bottom: 20px;
  margin-top: 20px;
}
hr.small {
  margin-bottom: 10px;
  margin-top: 10px;
}
@media (max-width: 620px) {
  #narrow-display-test {
    position: absolute;
  }
}
.in-progress.renter .owner-profile .owner-profile-padding {
  box-shadow: none;
  background-color: transparent;
  margin: 0;
  padding-top: 0;
}
.in-progress.renter .owner-profile .owner-profile-padding .contact-and-profile {
  border-top: 1px solid #ccc;
  padding-top: 10px;
}
.owner-profile {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}
.vehicle-owner-profile .owner-profile .owner-profile-padding {
  border: 1px solid #cccccc;
  background-color: #fafafa;
  background-color: rgba(250, 250, 250, 0.95);
  margin: 10px;
  padding: 10px;
}
.owner-profile .contact-and-profile {
  zoom: 1;
}
.owner-profile .contact-and-profile:after {
  content: "";
  display: table;
  clear: both;
}
.owner-profile .name {
  max-width: 190px;
  padding-bottom: 4px;
  color: #999999;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}
.owner-profile .name > span {
  font-size: 15px;
  text-transform: none;
  display: block;
  margin-top: 3px;
}
.owner-profile .contact,
.owner-profile .phone {
  position: relative;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 13px;
  color: #888888;
  height: 18px;
  margin-top: 5px;
}
.owner-profile .contact-information,
.owner-profile .address {
  overflow: hidden;
}
.owner-profile .contact-information .image,
.owner-profile .address .image {
  vertical-align: middle;
  display: inline-block;
}
.owner-profile .contact-information {
  float: left;
}
.owner-profile .contact-information .contact .image {
  background-size: 160px 360px;
  height: 18px;
  width: 18px;
  background-repeat: no-repeat;
  background-image: url('../img/sprite.v26.png');
  background-color: transparent;
  background-position: -81px -121px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .owner-profile .contact-information .contact .image {
    background-image: url('../img/sprite.v26@2x.png');
  }
}
.owner-profile .contact-information .phone .image {
  background-size: 160px 360px;
  height: 18px;
  width: 18px;
  background-repeat: no-repeat;
  background-image: url('../img/sprite.v26.png');
  background-color: transparent;
  background-position: -101px -121px;
  margin-right: 4px;
  padding-top: 1px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .owner-profile .contact-information .phone .image {
    background-image: url('../img/sprite.v26@2x.png');
  }
}
.owner-profile .owner-image-wrapper {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.owner-profile .owner-image-wrapper > .owner-image {
  width: 60px;
  height: 60px;
}
.owner-profile .address {
  display: block;
  position: relative;
  border-top: 1px solid #cccccc;
  padding-top: 10px;
  padding-left: 21px;
  margin-top: 10px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 11px;
  line-height: 14px;
  font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.owner-profile .address ul li {
  float: left;
}
.owner-profile .address .content {
  display: inline-block;
}
.owner-profile .address .image {
  position: absolute;
  background-size: 160px 360px;
  height: 18px;
  width: 18px;
  background-repeat: no-repeat;
  background-image: url('../img/sprite.v26.png');
  background-color: transparent;
  background-position: -101px -1px;
  width: 16px;
  top: 8px;
  left: 0;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .owner-profile .address .image {
    background-image: url('../img/sprite.v26@2x.png');
  }
}
.trip-profile {
  padding: 10px;
}
.trip-profile .title {
  font-size: 18px;
  font-weight: 300;
}
.trip-profile .vehicle-make-and-model {
  font-weight: 300;
  font-size: 24px;
}
.trip-profile .vehicle-make-and-model a {
  color: inherit;
}
.trip-profile .vehicle-name {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 11px;
  line-height: 14px;
  font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.trip-profile .address {
  margin-top: 10px;
  border-top: 1px solid #cccccc;
  padding-top: 10px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 11px;
  line-height: 14px;
  font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.trip-profile .address ul li {
  display: inline-block;
  vertical-align: top;
}
.trip-profile .address .image {
  background-size: 160px 360px;
  height: 18px;
  width: 18px;
  background-repeat: no-repeat;
  background-image: url('../img/sprite.v26.png');
  background-color: transparent;
  background-position: -121px -1px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .trip-profile .address .image {
    background-image: url('../img/sprite.v26@2x.png');
  }
}
.ui-dialog #message-dialog {
  width: 550px;
}
#message-dialog {
  text-align: left;
}
#message-dialog label {
  float: left;
  clear: left;
  width: 100px;
  text-align: right;
  font-size: 18px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #555555;
  padding-right: 10px;
}
#message-dialog .field {
  float: left;
  width: 400px;
}
#message-dialog textarea {
  height: 130px;
  padding: 3px;
}
#message-dialog #message-dialog-to {
  margin-bottom: 10px;
}
#message-dialog #message-dialog-to .image {
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#message-dialog #message-dialog-to .text {
  display: inline-block;
  vertical-align: middle;
}
#message-dialog #message-dialog-to .name {
  display: block;
  font-weight: bold;
}
#message-dialog #message-dialog-copy {
  padding-top: 10px;
}
#message-dialog #message-dialog-submit {
  padding-top: 20px;
}
#message-dialog #message-dialog-submit .close-dialog {
  color: black;
}
#message-dialog #off-market-disclaimer {
  width: 400px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 11px;
  line-height: 14px;
  font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-left: 110px;
  margin-top: 20px;
}
@media (max-width: 620px) {
  #message-dialog label,
  #message-dialog .field {
    float: none;
    width: auto;
    text-align: left;
  }
  #message-dialog #message-dialog-to {
    display: inline-block;
  }
  #message-dialog #message-dialog-message {
    display: block;
  }
  #message-dialog #off-market-disclaimer {
    width: auto;
    margin-left: 0;
    margin-top: 10px;
  }
}
.message-heading {
  margin-bottom: 36px;
  margin-top: 0px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 62px;
  color: #333333;
}
@media (max-width: 620px) {
  .message-heading {
    font-size: 42px;
    margin-top: -15px;
    margin-bottom: 16px;
    margin-left: 10px;
  }
}
#message-summary-list {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #eeeeee;
  margin-bottom: 25px;
}
#logo-endmsg {
  padding: 0px;
  width: 42px;
  height: 42px;
  align-content: center;
  background-size: 42px 42px;
  background-repeat: no-repeat;
  background-image: url('/resources/img/logo_endmsg.png');
  display: block;
  margin: 0 auto;
  margin-bottom: 22px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #logo-endmsg {
    background-image: url('/resources/img/logo_endmsg@2x.png') !important;
  }
}
.message-summary {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e8e8e8;
  padding-bottom: 25px;
  margin-top: 25px;
  width: 100%;
  display: table;
}
.message-summary .summary-image-wrapper {
  display: table-cell;
  align: left;
  vertical-align: top;
  width: 60px;
}
.message-summary .summary-image-wrapper img {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  height: 60px;
  width: 60px;
}
@media (max-width: 620px) {
  .message-summary .summary-image-wrapper {
    width: 30px;
  }
  .message-summary .summary-image-wrapper img {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    height: 30px;
    width: 30px;
  }
}
.message-summary .summary-details {
  display: table-cell;
  vertical-align: top;
}
.message-summary .summary-details .other-driver-name {
  margin-left: 20px;
  font-size: 22px;
  line-height: 22px;
  color: #333333;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 620px) {
  .message-summary .summary-details .other-driver-name {
    margin-left: 10px;
  }
}
.message-summary .summary-details .message-vehicle {
  margin-top: 6px;
  margin-left: 20px;
}
@media (max-width: 620px) {
  .message-summary .summary-details .message-vehicle {
    margin-left: 10px;
  }
}
.message-summary .summary-details .message-vehicle a {
  font-size: 11px;
  line-height: 1em;
  color: #a3a39d;
  font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.message-summary .summary-details .message-snippet {
  max-width: 460px;
  max-height: 120px;
  margin-left: 20px;
  margin-top: 23px;
  font-size: 15px;
  line-height: 20px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 620px) {
  .message-summary .summary-details .message-snippet {
    margin-right: -30px;
    margin-top: 15px;
    margin-left: 10px;
    font-size: 13px;
  }
}
.message-summary .summary-details .message-show-more {
  margin-left: 20px;
  margin-top: 6px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 11px;
  line-height: 14px;
  font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
@media (max-width: 620px) {
  .message-summary .summary-details .message-show-more {
    margin-left: 10px;
  }
}
.message-summary .summary-details .message-show-more.hide-show-more {
  display: none;
}
.message-summary .summary-details .link-and-timestamp {
  margin-top: 22px;
  margin-left: 20px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 11px;
  line-height: 14px;
  font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
@media (max-width: 620px) {
  .message-summary .summary-details .link-and-timestamp {
    margin-left: 10px;
    margin-top: 7px;
  }
}
.message-summary .summary-count {
  display: table-cell;
  align: right;
  vertical-align: top;
  width: 40px;
  margin-left: 10px;
}
.message-summary .summary-count a {
  text-decoration: none;
}
.message-summary .summary-count .summary-count-marker {
  height: 25px;
  line-height: 25px;
  min-width: 25px;
  max-width: 40px;
  font-size: 15px;
  text-align: center;
  border-radius: 12px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  background-color: #f0efec;
  color: #4a4a4a;
}
.message-summary .summary-count .summary-count-marker .message-count-chevron {
  background-size: 160px 360px;
  height: 18px;
  width: 18px;
  background-repeat: no-repeat;
  background-image: url('../img/sprite.v26.png');
  background-color: transparent;
  background-position: -61px -181px;
  display: inline-block;
  margin-top: 4px;
  margin-right: -3px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .message-summary .summary-count .summary-count-marker .message-count-chevron {
    background-image: url('../img/sprite.v26@2x.png');
  }
}
.message-summary .summary-count .summary-count-marker .summary-message-count {
  display: inline-block;
  vertical-align: top;
}
.message-summary .summary-count .summary-count-marker:hover {
  outline: medium none;
  background-color: #E0E0E0;
  border-color: #F0F0F0 #E0E0E0 #E0E0E0;
}
.no-messages {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e8e8e8;
}
.no-messages .empty-message-image {
  display: table;
  margin: 0 auto;
  margin-top: 63px;
  width: 220px;
  height: 170px;
  background-size: 220px 170px;
  background-repeat: no-repeat;
  background-image: url('/resources/img/empty_msg.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .no-messages .empty-message-image {
    background-image: url('/resources/img/empty_msg@2x.png') !important;
  }
}
.no-messages .no-messages-message {
  display: table;
  margin: 0 auto;
  margin-top: 19px;
  margin-bottom: 24px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 42px;
  color: #a3a39d;
}
.no-messages .button-group {
  display: table;
  margin: 0 auto;
}
.no-messages .button-group .rent {
  margin-right: 10px;
}
#message-account-profile {
  border-width: 1px;
  border-style: solid;
  border-color: #eeeeee;
  background-color: #F9F9F9;
  height: 130px;
  width: 300px;
}
@media (max-width: 620px) {
  #message-account-profile {
    width: 100%;
    border-right: none;
    border-left: none;
    padding: 0;
    margin-top: 56px;
    margin-bottom: -29px;
  }
}
#message-account-profile .name-and-link {
  display: inline-block;
  width: 156px;
  margin-top: 19px;
  margin-left: 15px;
}
#message-account-profile .name-and-link a:hover {
  text-decoration: none;
}
#message-account-profile .name-and-link .driver-name {
  width: 156px;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 13px;
  color: #333333;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#message-account-profile .name-and-link .account-profile {
  display: block;
  width: 156px;
  height: 20px;
  line-height: 20px;
  padding: 0;
  margin: 0;
}
#message-account-profile .message-driver-image {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  display: inline-block;
  float: right;
  margin-top: 14px;
  margin-right: 14px;
}
#message-account-profile .message-driver-image img {
  width: 100px;
  height: 100px;
}
@media (max-width: 620px) {
  .message-content {
    padding: 0;
  }
  .message-profile {
    padding: 0;
  }
  .no-messages {
    padding: 0;
  }
}
@media (max-width: 620px) {
  #driver-approval {
    padding: 0 10px;
  }
}
#driver-approval .us-drivers-license-fields #driver_info_form {
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
#driver-approval .us-drivers-license-fields #driver_info_form .invalid .error {
  visibility: visible;
  font-weight: bold;
  color: #d0493b;
  line-height: 20px;
  margin-bottom: 15px;
}
#driver-approval .us-drivers-license-fields #driver_info_form .invalid input,
#driver-approval .us-drivers-license-fields #driver_info_form .invalid select,
#driver-approval .us-drivers-license-fields #driver_info_form .invalid .text {
  border: 1px solid #d0493b;
}
#driver-approval .us-drivers-license-fields #driver_info_form .error {
  display: table;
  color: #d0493b;
  padding-top: 2px;
}
#driver-approval .us-drivers-license-fields #driver_info_form .input-container {
  float: left;
  margin-left: 20px;
}
#driver-approval .us-drivers-license-fields #driver_info_form .input-container:first-child {
  margin-left: 0;
}
@media (max-width: 620px) {
  #driver-approval .us-drivers-license-fields #driver_info_form .input-container {
    float: none;
    margin-left: 0;
    margin-top: 20px;
  }
  #driver-approval .us-drivers-license-fields #driver_info_form .input-container:first-child {
    margin-top: 0;
  }
}
#driver-approval .us-drivers-license-fields #driver_info_form .input-container label {
  font-weight: normal;
  font-size: 13px;
  font-weight: bold;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #555555;
  padding-bottom: 5px;
  display: block;
  margin-bottom: 5px;
}
#driver-approval .us-drivers-license-fields #driver_info_form .input-container.first-name input,
#driver-approval .us-drivers-license-fields #driver_info_form .input-container.last-name input {
  width: 210px;
}
#driver-approval .us-drivers-license-fields #driver_info_form .input-container.middle-name input {
  width: 140px;
}
#driver-approval .us-drivers-license-fields #driver_info_form .input-container.license-number input {
  width: 204px;
}
#driver-approval .us-drivers-license-fields #driver_info_form .license-name {
  zoom: 1;
}
#driver-approval .us-drivers-license-fields #driver_info_form .license-name:after {
  content: "";
  display: table;
  clear: both;
}
#driver-approval .us-drivers-license-fields #driver_info_form .license-name .name-disclaimer {
  float: left;
  clear: left;
  margin-top: 5px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 11px;
  line-height: 14px;
  font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#driver-approval .us-drivers-license-fields #driver_info_form .license-name .name-disclaimer > span {
  color: #d44633;
}
#driver-approval .us-drivers-license-fields #driver_info_form .country-state-number {
  zoom: 1;
  margin-top: 20px;
}
#driver-approval .us-drivers-license-fields #driver_info_form .country-state-number:after {
  content: "";
  display: table;
  clear: both;
}
#driver-approval .us-drivers-license-fields #driver_info_form .country-state-number .license-country .styled-select-container {
  width: 286px;
}
#driver-approval .us-drivers-license-fields #driver_info_form .country-state-number .license-state .styled-select-container {
  width: 70px;
}
#driver-approval .us-drivers-license-fields #driver_info_form .country-state-number .license-number .hidden {
  visibility: hidden;
}
#driver-approval .us-drivers-license-fields #driver_info_form .country-state-number .license-number .valid-marker {
  visibility: hidden;
  color: #7fbf4d;
}
#driver-approval .us-drivers-license-fields #driver_info_form .country-state-number .license-number .hint-text {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 11px;
  line-height: 14px;
  font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-top: 5px;
  color: #999999;
}
#driver-approval .us-drivers-license-fields #driver_info_form .country-state-number .license-number .license-hint {
  position: absolute;
}
#driver-approval .us-drivers-license-fields #driver_info_form .country-state-number .license-number .license-hint #license-length-paragraph,
#driver-approval .us-drivers-license-fields #driver_info_form .country-state-number .license-number .license-hint #license-example-paragraph {
  max-width: 225px;
}
#driver-approval .us-drivers-license-fields #driver_info_form .country-state-number .license-number.valid .valid-marker {
  visibility: visible;
}
#driver-approval .us-drivers-license-fields #driver_info_form .country-state-number .license-number.invalid .hint-text {
  color: #d0493b;
}
#driver-approval .us-drivers-license-fields #driver_info_form .birth-date {
  zoom: 1;
  margin-top: 20px;
}
#driver-approval .us-drivers-license-fields #driver_info_form .birth-date:after {
  content: "";
  display: table;
  clear: both;
}
#driver-approval .us-drivers-license-fields #driver_info_form .birth-date .birth-month-container {
  width: 100px;
}
#driver-approval .us-drivers-license-fields #driver_info_form .birth-date .birth-day-container {
  width: 60px;
  margin-left: 5px;
}
#driver-approval .us-drivers-license-fields #driver_info_form .birth-date .birth-year-container {
  width: 70px;
  margin-left: 5px;
}
#driver-approval .us-drivers-license-fields #driver_info_form .expert-at-manual {
  zoom: 1;
  margin-top: 20px;
  border-top: 1px solid #cccccc;
  padding-top: 20px;
}
#driver-approval .us-drivers-license-fields #driver_info_form .expert-at-manual:after {
  content: "";
  display: table;
  clear: both;
}
#driver-approval .us-drivers-license-fields #driver_info_form .expert-at-manual .styled-select-container {
  width: 160px;
}
#driver-approval .us-drivers-license-fields #form-submit-button {
  margin-top: 20px;
}
#driver-approval .us-drivers-license-fields #authorize-checkbox-container {
  padding: 20px 0 5px;
}
#driver-approval .us-drivers-license-fields #authorize-checkbox-container > label {
  margin-left: 5px;
}
#driver-approval .us-drivers-license-fields #authorize-checkbox-container.invalid {
  color: #d44633;
}
#driver-approval .us-drivers-license-fields #loading-message {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 13px;
  padding: 20px;
  padding-bottom: 0;
  padding-left: 0;
  display: none;
}
#driver-approval .us-drivers-license-fields .us-only-field.hidden {
  display: none;
}
@media (max-width: 620px) {
  #driver-approval .us-drivers-license-fields #driver_info_form .rounded-box {
    padding: 0;
    border: none;
    margin: 0;
  }
  #driver-approval .us-drivers-license-fields #driver_info_form .rounded-box h4 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: normal;
  }
  #driver-approval .us-drivers-license-fields #driver_info_form .hidden {
    display: none;
  }
  #driver-approval .us-drivers-license-fields #driver_info_form .country-state-number .license-number .license-hint {
    position: static;
  }
}
#friend-sign-up-info {
  border: 1px solid #cccccc;
  background-color: #fafafa;
  padding: 20px;
}
#friend-sign-up-info .title {
  font-weight: bold;
}
#friend-sign-up-info p {
  margin-top: 20px;
}
#account-container td {
  padding-bottom: 10px;
  padding-right: 10px;
}
#account-container fieldset {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #D7D7D7;
}
#account-container fieldset:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
#account-container fieldset h1 {
  font-size: 32px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #555555;
  line-height: 1.0em;
  margin-bottom: 10px;
  position: relative;
}
@media (max-width: 620px) {
  #account-container fieldset h1 {
    font-size: 24px;
  }
}
#account-container ul {
  zoom: 1;
}
#account-container ul:after {
  content: "";
  display: table;
  clear: both;
}
#account-container li {
  margin-top: 10px;
  margin-left: 20px;
  float: left;
  min-width: 300px;
}
#account-container li:first-child {
  margin-left: 0;
}
#account-container li label {
  font-weight: normal;
  font-size: 13px;
  font-weight: bold;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #555555;
  display: block;
  padding-bottom: 5px;
}
#account-container li label.error {
  font-weight: normal;
  color: #d0493b;
}
@media (max-width: 620px) {
  #account-container li {
    margin-left: 0;
  }
}
#account-container #change-billing-address-link,
#account-container #add-credit-card-link {
  margin-top: 10px;
}
#account-container input.text {
  width: 200px;
}
#account-container div.error {
  font-weight: bold;
  color: #d0493b;
  line-height: 20px;
  margin: 15px 0;
}
#account-container #contact-information #mobile-phone-container #mobile-phone-verified {
  display: none;
  margin-left: 10px;
  color: #7fbf4d;
}
#account-container #contact-information #mobile-phone-container #verify-mobile-phone-button,
#account-container #contact-information #mobile-phone-container #change-phone-number-link {
  display: none;
  margin-top: 10px;
}
#account-container #contact-information #mobile-phone-container #add-phone-number-button {
  margin-top: 0;
}
#account-container #contact-information #mobile-phone-container #mobile-phone-number-container {
  display: none;
}
#account-container #contact-information #mobile-phone-container #mobile-phone-number-container #mobile-phone-number {
  font-size: 18px;
  font-weight: normal;
  color: #fc7c1a;
  margin-bottom: 10px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #555555;
}
#account-container #contact-information #mobile-phone-container.has-mobile-phone #add-phone-number-button {
  display: none;
}
#account-container #contact-information #mobile-phone-container.has-mobile-phone #mobile-phone-number-container {
  display: block;
}
#account-container #contact-information #mobile-phone-container.has-mobile-phone #verify-mobile-phone-button,
#account-container #contact-information #mobile-phone-container.has-mobile-phone #change-phone-number-link {
  display: inline-block;
}
#account-container #contact-information #mobile-phone-container.has-mobile-phone #mobile-phone-verified {
  display: none;
}
#account-container #contact-information #mobile-phone-container.verified #verify-mobile-phone-button {
  display: none;
}
#account-container #contact-information #mobile-phone-container.verified #mobile-phone-verified {
  display: inline-block;
}
#account-container #contact-information .update-password {
  margin-top: 15px;
}
#account-container #contact-information .notification-preferences {
  margin-top: 20px;
}
#account-container #contact-information .notification-preferences > div {
  margin-top: 20px;
}
#account-container #contact-information .notification-preferences > div:first-child {
  margin-top: 0;
}
#account-container #contact-information .notification-preferences > div > label {
  font-weight: normal;
  font-size: 13px;
  font-weight: bold;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #555555;
  display: block;
  padding-bottom: 5px;
}
#account-container #contact-information .notification-preferences > div > div {
  margin-top: 5px;
}
#account-container #contact-information .notification-preferences > div > div > input {
  vertical-align: middle;
}
#account-container #contact-information .notification-preferences > div > div > label {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  display: inline;
  margin-left: 5px;
  font-size: 15px;
  vertical-align: middle;
}
@media (max-width: 620px) {
  #account-container #contact-information .notification-preferences > div > div > label {
    font-size: 14px;
  }
}
#account-container #contact-information .actions {
  margin-top: 20px;
  clear: both;
}
@media (max-width: 620px) {
  #account-container #contact-information li {
    margin-top: 15px;
  }
}
#account-container .manual-transmission h1 {
  margin-bottom: 20px;
}
#account-container .manual-transmission .transmission-subtitle {
  margin-bottom: 20px;
}
#account-container .manual-transmission .transmission-subtitle .icon {
  background-image: url("/resources/img/manual_on_account.png");
  height: 50px;
  width: 50px;
  float: left;
  display: inline-block;
  margin-right: 20px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #account-container .manual-transmission .transmission-subtitle .icon {
    background-image: url("/resources/img/manual_on_account@2x.png");
    background-size: 50px;
  }
}
@media (max-width: 620px) {
  #account-container .manual-transmission .transmission-subtitle .icon {
    margin-right: 10px;
  }
}
#account-container .manual-transmission .transmission-subtitle p {
  padding-top: 5px;
  max-width: 500px;
}
@media (max-width: 620px) {
  #account-container .manual-transmission .transmission-subtitle p {
    padding: 0px;
    max-width: 325px;
    font-size: 13px;
  }
}
#account-container .manual-transmission .radio-option {
  float: left;
  clear: both;
  padding-top: 15px;
}
#account-container .manual-transmission .radio-option label {
  padding-left: 5px;
}
#account-container .manual-transmission .actions {
  padding-top: 20px;
  float: left;
  clear: both;
}
#account-container .manual-transmission #expert-response-message {
  padding-top: 10px;
  font-size: 13px;
  clear: both;
}
#account-container .manual-transmission #expert-response-message .error {
  color: #d44633;
}
#account-container .manual-transmission #expert-response-message .success {
  color: #7fbf4d;
}
#account-container #renter-approval-status .driver-status {
  zoom: 1;
  position: relative;
  font-size: 18px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-left: 0px;
  line-height: 30px;
  margin-top: 10px;
}
#account-container #renter-approval-status .driver-status:after {
  content: "";
  display: table;
  clear: both;
}
#account-container #renter-approval-status .driver-status:first-child {
  margin-top: 0;
}
#account-container #renter-approval-status .driver-status .driver-status-subtitle {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  margin-left: 45px;
  color: #888888;
}
#account-container #renter-approval-status .driver-status .driver-status-subtitle #upload-additional-document-button {
  display: block;
  width: 160px;
  margin-top: 10px;
}
#account-container #renter-approval-status .driver-status .driver-status-subtitle.new-paragraph {
  margin-top: 10px;
}
#account-container #renter-approval-status .driver-status .icon {
  background: url('/resources/img/account_status.v1.png') 0 0 no-repeat;
  float: left;
  width: 30px;
  height: 30px;
  margin-right: 15px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #account-container #renter-approval-status .driver-status .icon {
    background-image: url('/resources/img/account_status.v1@2x.png');
    background-size: 30px 120px;
  }
}
#account-container #renter-approval-status .driver-status.approved .icon {
  background-position: 0 0;
}
#account-container #renter-approval-status .driver-status.applicant .icon {
  background-position: 0 -30px;
}
#account-container #renter-approval-status .driver-status.unable-to-rent .icon {
  background-position: 0 -60px;
}
#account-container #renter-approval-status .driver-status.unable-to-rent .content {
  margin-left: 45px;
}
#account-container #renter-approval-status .driver-status.pending-approval .icon {
  background-position: 0 -90px;
}
@media (max-width: 620px) {
  #account-container #payment #change-credit-card-link {
    margin-top: 10px;
  }
  #account-container #payment li {
    margin-top: 20px;
  }
  #account-container #payment li:first-child {
    margin-top: 10px;
  }
}
#account-container #credit-card {
  position: relative;
}
#account-container #credit-card #credit-card-icon {
  float: left;
  width: 38px;
  height: 24px;
  background-image: url("/resources/img/cards/card_sprite.png");
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #account-container #credit-card #credit-card-icon {
    background-image: url('/resources/img/cards/card_sprite@2x.png');
    background-size: 152px;
  }
}
#account-container #credit-card .mastercard {
  background-position: 0 0;
}
#account-container #credit-card .visa {
  background-position: -38px 0;
}
#account-container #credit-card .amex {
  background-position: -76px 0;
}
#account-container #credit-card .discover {
  background-position: -114px 0;
}
#account-container #credit-card #credit-card-number {
  line-height: 24px;
  margin-left: 5px;
}
@media (max-width: 620px) {
  #account-container #credit-card .empty-line-to-align-with-address {
    display: none;
  }
}
#account-container #promo-code-form {
  margin-top: 20px;
  margin-bottom: 5px;
}
#account-container #promo-code-form #redeem-promo-code-button {
  margin-left: 10px;
}
#account-container #promo-code-form #not-eligible-to-rent {
  margin-top: 10px;
}
#account-container #promo-code-form #promo-code-response-message {
  margin-top: 10px;
  font-size: 13px;
  min-height: 20px;
}
#account-container #promo-code-form #promo-code-response-message .error {
  color: #d44633;
}
#account-container #promo-code-form #promo-code-response-message .success {
  color: #7fbf4d;
}
#account-container #driving-credit-balance.empty-balance {
  display: none;
}
#account-container #driving-credit-balance #balance {
  color: #7fbf4d;
}
#account-container #driving-credit-balance .info-link {
  margin-left: 5px;
}
#account-container #facebook-container .image-container {
  float: left;
  margin-right: 10px;
}
#account-container #facebook-container .image-container .facebook-icon {
  background-size: 160px 360px;
  height: 38px;
  width: 38px;
  background-repeat: no-repeat;
  background-image: url('../img/sprite.v26.png');
  background-color: transparent;
  background-position: -1px -121px;
  display: inline-block;
  background-color: #3b5998;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #account-container #facebook-container .image-container .facebook-icon {
    background-image: url('../img/sprite.v26@2x.png');
  }
}
#account-container #facebook-container .image-container .facebook-profile-image {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  width: 60px;
  height: 60px;
}
#account-container #facebook-container .image-container .facebook-profile-image img {
  width: 60px;
}
#account-container #facebook-container .button-container {
  float: left;
}
#account-container #facebook-container .button-container .facebook-profile-name {
  font-size: 18px;
  font-weight: normal;
  color: #fc7c1a;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #555555;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: none;
  margin-bottom: 10px;
  min-height: 23px;
  max-width: 230px;
}
#account-container #facebook-container .button-container #connect-facebook-button {
  margin-top: 7px;
}
#account-container #facebook-container .button-container #disconnect-facebook-button {
  display: none;
  margin-top: 0;
}
#account-container #facebook-container.connected .facebook-icon {
  display: none;
}
#account-container #facebook-container.connected .facebook-profile-image,
#account-container #facebook-container.connected .facebook-profile-name {
  display: block;
}
#account-container #facebook-container.connected #connect-facebook-button {
  display: none;
}
#account-container #facebook-container.connected #disconnect-facebook-button {
  display: inline-block;
}
#account-container #email.errors {
  display: block;
}
.info-link {
  background-size: 160px 360px;
  height: 18px;
  width: 18px;
  background-repeat: no-repeat;
  background-image: url('../img/sprite.v26.png');
  background-color: transparent;
  background-position: -1px -81px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  top: 2px;
  width: 13px;
  height: 13px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .info-link {
    background-image: url('../img/sprite.v26@2x.png');
  }
}
.info-link:hover,
.info-link.info-link-selected {
  background-size: 160px 360px;
  height: 18px;
  width: 18px;
  background-repeat: no-repeat;
  background-image: url('../img/sprite.v26.png');
  background-color: transparent;
  background-position: -21px -81px;
  width: 13px;
  height: 13px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .info-link:hover,
  .info-link.info-link-selected {
    background-image: url('../img/sprite.v26@2x.png');
  }
}
.ui-tooltip-relayrides .ui-tooltip-content {
  padding: 10px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.date-picker-dialog {
  display: none;
  position: absolute;
  z-index: 101;
}
.touch-device #start-date,
.touch-device #end-date {
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
@media (max-width: 620px) {
  .touch-device .date-picker-dialog {
    left: 50% !important;
    margin-left: -150px;
  }
}
.touch-device .date-picker-dialog > .ui-datepicker .ui-datepicker-calendar td .ui-state-default:hover {
  background-color: #EEE;
  color: #777;
}
.touch-device .date-picker-dialog > .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day .ui-state-default {
  background-color: #7fbf4d;
  color: #ffffff;
}
#standalone-referral-page #main-panel {
  border: 1px solid #cccccc;
  border-radius: 5px;
  overflow: hidden;
  padding: 0;
}
#standalone-referral-page #main-panel #referral-controls h2 {
  font-size: 40px;
}
#standalone-referral-page #main-panel #referral-controls #subheader {
  font-size: 20px;
  color: #555555;
  margin-bottom: 30px;
}
#standalone-referral-page #main-panel #referral-controls #control-container {
  padding: 40px;
}
#standalone-referral-page #main-panel #referral-controls ul li {
  color: #555555;
  line-height: 30px;
  /* Keep this smaller than the icon height */
  font-size: 20px;
  margin-bottom: 20px;
}
#standalone-referral-page #main-panel #referral-controls ul li:last-child {
  margin-bottom: 0;
}
#standalone-referral-page #main-panel #referral-controls ul li a {
  cursor: pointer;
}
#standalone-referral-page #main-panel #referral-controls ul li img {
  float: left;
  position: relative;
  top: -2px;
  width: 34px;
  height: 34px;
  vertical-align: middle;
  margin-right: 10px;
}
#standalone-referral-page #main-panel #referral-controls ul #referral-link {
  width: 240px;
  display: inline-block;
}
#standalone-referral-page #main-panel #explanation {
  padding: 30px 40px;
}
#standalone-referral-page #main-panel #explanation h3 {
  color: white;
  font-size: 18px;
  line-height: 2;
}
#standalone-referral-page #main-panel #explanation p {
  color: white;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
}
#standalone-referral-page #main-panel #explanation p.last-child {
  margin-bottom: 0;
}
#standalone-referral-page #main-panel #metrics {
  padding: 20px 60px;
  background-image: linear-gradient(bottom, #e6e6e6 0%, #ffffff 40%);
  background-image: -o-linear-gradient(bottom, #e6e6e6 0%, #ffffff 40%);
  background-image: -moz-linear-gradient(bottom, #e6e6e6 0%, #ffffff 40%);
  background-image: -webkit-linear-gradient(bottom, #e6e6e6 0%, #ffffff 40%);
  background-image: -ms-linear-gradient(bottom, #e6e6e6 0%, #ffffff 40%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e6e6e6), color-stop(0.4, #ffffff));
}
#standalone-referral-page #main-panel #metrics #friend-lists-car,
#standalone-referral-page #main-panel #metrics #earn-driving-credit {
  float: left;
  height: 34px;
  width: 150px;
  padding: 3px 0;
}
#standalone-referral-page #main-panel #metrics #friend-lists-car span,
#standalone-referral-page #main-panel #metrics #earn-driving-credit span {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 11px;
  line-height: 14px;
  font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#standalone-referral-page #main-panel #metrics #friend-lists-car img,
#standalone-referral-page #main-panel #metrics #earn-driving-credit img {
  vertical-align: middle;
  width: 34px;
  height: 34px;
  margin-right: 5px;
}
#standalone-referral-page #main-panel #metrics #equals {
  float: left;
  padding: 0 30px;
  color: #888888;
  font-size: 32px;
  font-weight: bold;
}
#standalone-referral-page #explanation {
  background-color: #13B0D3;
}
#standalone-referral-page #referral-controls {
  background: transparent url(../img/referral/background.png) bottom right no-repeat;
  height: 450px;
}
#standalone-referral-page #referral-controls #referral-link {
  margin-bottom: 0;
}
#email-dialog .address-column {
  float: left;
  margin-right: 20px;
}
@media (max-width: 620px) {
  #email-dialog .address-column {
    float: none;
    margin-bottom: 20px;
  }
}
#email-dialog .address-column li {
  margin-bottom: 10px;
}
#email-dialog .address-column li:last-child {
  margin-bottom: 20px;
}
#email-dialog .message-column {
  float: left;
}
@media (max-width: 620px) {
  #email-dialog .message-column {
    float: none;
    width: 100%;
  }
}
#email-dialog .message-column textarea {
  width: 410px;
  height: 190px;
  margin-bottom: 20px;
}
@media (max-width: 620px) {
  #email-dialog .message-column textarea {
    width: 100%;
  }
}
#email-dialog .message-column .status {
  margin-bottom: 20px;
  min-height: 17px;
}
#email-dialog .message-column .status p {
  display: none;
}
#email-dialog .message-column .status p.error {
  color: #d0493b;
}
#email-dialog .message-column .status.error p.error {
  display: block;
}
#email-dialog .message-column .status.success p.success {
  display: block;
}
@media (max-width: 620px) {
  #standalone-referral-page #main-panel #referral-controls {
    background: none;
  }
  #standalone-referral-page #main-panel #referral-controls h2 {
    font-size: 2em;
  }
  #standalone-referral-page #main-panel #referral-controls #subheader {
    font-size: 1em;
  }
  #standalone-referral-page #main-panel #referral-controls #control-container {
    padding: 20px;
  }
  #standalone-referral-page #metrics {
    display: none;
  }
}
#profile .left-column {
  width: 300px;
}
#profile .right-column {
  width: 620px;
}
@media (max-width: 620px) {
  #profile .name-and-button {
    padding: 0 10px;
  }
}
#profile h1 {
  padding-bottom: 20px;
}
#profile .feedback-container h2 {
  margin-bottom: 20px;
}
#profile .feedback-container .vehicle-feedback .feedback-list > div {
  border: none;
  border-bottom: solid #eeeeee 1px;
}
#profile .feedback-container .sections {
  margin-bottom: 20px;
}
#profile .feedback-container .summary {
  padding-top: 0;
}
#profile .feedback-container .details {
  padding-bottom: 15px;
  border-bottom: none;
}
#profile #driver-profile-data,
#profile #edit-driver-profile-data {
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1.15em;
  /* Set explicit line-height to workaround Chrome alignment bug */
}
#profile #driver-profile-data li,
#profile #edit-driver-profile-data li {
  padding-bottom: 15px;
}
#profile #driver-profile-data li .label,
#profile #edit-driver-profile-data li .label {
  font-weight: bold;
  float: left;
  width: 60px;
  text-align: right;
  padding-right: 20px;
}
#profile #driver-profile-data li .content,
#profile #edit-driver-profile-data li .content {
  text-align: left;
  margin-left: 80px;
}
#profile #driver-profile-data li textarea,
#profile #edit-driver-profile-data li textarea {
  min-height: 100px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#profile #driver-profile-data li input,
#profile #edit-driver-profile-data li input {
  width: 497px;
}
#profile #driver-profile-data li.empty,
#profile #edit-driver-profile-data li.empty {
  display: none;
}
#profile form {
  border: none;
  box-shadow: none;
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  min-height: 0px;
}
#profile #edit-start {
  float: right;
}
#profile #edit-stop {
  margin-left: 10px;
}
#profile .editing #edit-driver-profile-data {
  display: block;
}
#profile .editing #edit-start {
  display: none;
}
#profile #edit-driver-profile-data {
  display: none;
}
#profile #profile-content.editing #edit-driver-profile-data {
  display: block;
}
#profile #profile-content.editing #driver-profile-data {
  display: none;
}
#profile .feedback-container {
  margin-top: 30px;
}
#profile .profile ol.vehicles {
  margin-bottom: 0;
}
#profile .profile ol.vehicles a {
  text-decoration: none;
}
#profile .profile ol.vehicles li {
  clear: left;
  margin-top: 20px;
  width: inherit;
  border-top: none;
}
#profile .profile ol.vehicles li a {
  padding: 0;
}
#profile .profile ol.vehicles li a.hover,
#profile .profile ol.vehicles li a:hover {
  background-color: inherit;
}
#profile .profile ol.vehicles li a .breaker {
  clear: left;
  display: block;
}
#profile .profile ol.vehicles li:last-child {
  border-bottom: none;
}
#profile .profile ol.vehicles .details {
  clear: left;
  padding-top: 4px;
}
#profile .profile ol.vehicles .details .model {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  display: block;
  min-width: 2em;
  margin-bottom: 1px;
}
#profile .profile ol.vehicles .details .car-name {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 11px;
  line-height: 14px;
  font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #888888;
}
#profile .profile ol.vehicles .image {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  float: none;
  margin: 0;
  width: auto;
  height: auto;
}
#profile .profile ol.vehicles .image img {
  width: 100%;
}
#profile .profile ol.vehicles .rating {
  zoom: 1;
}
#profile .profile ol.vehicles .rating:after {
  content: "";
  display: table;
  clear: both;
}
#profile .profile ol.vehicles .rating .rating-count {
  float: left;
  padding: 4px 0 0 3px;
  color: #888888;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 11px;
  line-height: 14px;
  font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#profile .edit-input-field {
  display: none;
}
#profile #driver-profile #driver-name {
  display: none;
}
@media (max-width: 620px) {
  #profile .profile ol.vehicles li .image {
    float: left;
    width: 120px;
  }
  #profile .profile ol.vehicles li .details {
    padding-top: 0;
    clear: none;
    margin-left: 130px;
  }
  #profile #driver-profile-data li .label,
  #profile #profile #edit-driver-profile-data li .label {
    text-align: left;
  }
  #profile #edit-driver-profile-data li input {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
#login-dialog #facebook-login-link-container {
  float: left;
  padding-top: 68px;
}
#login-dialog .separator {
  float: left;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 11px;
  line-height: 14px;
  font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding: 82px 0;
  margin: 0 10px 0 20px;
  border-left: solid #cccccc 1px;
}
#login-dialog .separator span {
  position: relative;
  left: -50%;
  background-color: white;
}
#login-dialog .inputs {
  float: left;
  padding-top: 12px;
}
#login-dialog .inputs .input-container {
  width: 225px;
  margin-top: 20px;
}
#login-dialog .inputs .input-container:first-child {
  margin-top: 0;
}
#login-dialog .inputs .input-container input {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#login-dialog .inputs .input-container input[type="password"] {
  margin-bottom: 4px;
}
#login-dialog .inputs #reset-password {
  float: right;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 11px;
  line-height: 14px;
  font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 16px;
  /* align veritcally with label */
}
#login-dialog .signup-prompt {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 15px;
  margin-top: 30px;
}
#login-dialog .error {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 11px;
  line-height: 14px;
  font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 15px;
  width: 225px;
  color: #d0493b;
  margin-bottom: 20px;
}
#signup-facebook .facebook-signup-button {
  margin-bottom: 10px;
}
#signup-facebook .details {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 13px;
  margin-bottom: 10px;
}
#signup-facebook .details.no-account {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 15px;
  margin-top: 20px;
}
#signup-facebook .fine-print {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 11px;
  line-height: 14px;
  font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#signup-email .input-container {
  float: left;
  width: 212px;
  margin: 0 20px 20px 0;
}
#signup-email .input-container input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
#signup-email .input-container.error-line {
  height: 65px;
}
#signup-email .input-container.full-width {
  width: auto;
}
#signup-email .error-container {
  color: #d0493b;
  width: auto;
  margin-bottom: 20px;
}
#signup-email input[type=checkbox] {
  -webkit-appearance: checkbox;
  width: auto;
}
#signup-email .checkbox-label {
  display: inline;
  font-weight: normal;
}
#signup-email .breaker {
  clear: left;
  width: 0px;
  height: 0px;
}
#signup-confirmation .contact-information {
  font-weight: bold;
  white-space: nowrap;
}
#signup-confirmation .close-dialog {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
  display: inline-block;
  background: #fc7c1a;
  border-radius: 2px;
  border: 1px solid #fc7c1a;
  border-bottom-color: #f96e03;
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  line-height: 1em;
  padding: 7px 15px 8px 15px;
  text-align: center;
  margin: 0px 0 0px 0;
  cursor: pointer;
}
#signup-confirmation .close-dialog:hover,
#signup-confirmation .close-dialog:focus {
  text-decoration: none;
  outline: none;
  background-color: #fc730b;
  border-left-color: #fc730b;
  border-right-color: #fc730b;
  border-bottom-color: #fc730b;
  border-top-color: #fc8529;
}
.touch-device #signup-confirmation .close-dialog:active,
.not-touch-device #signup-confirmation .close-dialog:hover:active,
#signup-confirmation .close-dialog.selected {
  background-color: #ea6703;
  border: 1px solid #ea6703;
}
#signup-confirmation .close-dialog.disabled,
#signup-confirmation .close-dialog:disabled {
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: alpha(opacity=50);
  cursor: default;
  background-color: #fc7c1a;
}
#signup-confirmation .close-dialog.disabled:active,
#signup-confirmation .close-dialog:disabled:active,
#signup-confirmation .close-dialog.disabled:hover:active,
#signup-confirmation .close-dialog:disabled:hover:active {
  background-color: #fc7c1a;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #d65e03;
}
#signup-confirmation .close-dialog.loading:before {
  background-image: url('/resources/img/loading-small-white.gif');
}
#signup-confirmation .close-dialog.small.loading:before {
  background-image: url('/resources/img/loading-tiny-white.gif');
}
#signup-confirmation p {
  line-height: 18px;
  margin-bottom: 20px;
}
#mobile-verification #mobile-phone-verified {
  color: green;
}
#mobile-verification #mobile-phone-unverified {
  color: red;
}
#mobile-verification #verification-code-container {
  max-width: 350px;
  margin: 20px 0;
}
#mobile-verification form input[type="text"] {
  font-size: 24px;
  height: 42px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px;
}
#mobile-verification .resend-link-container {
  float: right;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 11px;
  line-height: 14px;
  font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 15px;
}
#mobile-verification .resend-link-container a {
  margin-left: 0.3em;
}
#mobile-verification .error-message-container {
  margin-top: 10px;
  min-height: 14px;
}
#mobile-verification .error-message-container > p {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 11px;
  font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 14px;
}
#mobile-verification .verification-failure,
#mobile-verification .phone-number-already-in-use {
  color: #d0493b;
}
#add-mobile-phone #add-phone-number-valid {
  color: #7fbf4d;
}
#add-mobile-phone #add-phone-number-invalid {
  color: #d0493b;
}
#add-mobile-phone input[type="tel"] {
  height: 42px;
  font-size: 24px;
  width: 256px;
}
#add-mobile-phone .input-container {
  margin-bottom: 20px;
}
#add-mobile-phone p {
  margin-bottom: 20px;
}
#add-mobile-phone #add-phone-number-error {
  margin-top: 5px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 11px;
  line-height: 14px;
  font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #d0493b;
}
#add-mobile-phone label {
  font-weight: normal;
  font-size: 13px;
  font-weight: bold;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #555555;
  display: block;
  padding-bottom: 5px;
  margin-bottom: 0;
}
#add-mobile-phone .help {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 11px;
  line-height: 14px;
  font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  display: block;
  margin-bottom: 5px;
  color: #888888;
}
@media (max-width: 620px) {
  #login-dialog #facebook-login-link-container {
    float: none;
    padding-left: 0;
    padding-top: 0;
  }
  #login-dialog .separator {
    float: none;
    width: 25px;
    padding: 0 100px;
    margin: 30px 0 10px;
    border-left: none;
    border-top: solid #cccccc 1px;
  }
  #login-dialog .separator span {
    left: 0;
    top: -10px;
  }
  #login-dialog .inputs {
    float: none;
  }
  #login-dialog .breaker {
    display: none;
  }
  #mobile-verification .resend-link-container .missed-it {
    display: none;
  }
}
.search-links h2 {
  font-size: 32px;
  margin-bottom: 30px;
}
.search-links #header {
  margin-bottom: 30px;
}
.search-links #header h4 {
  margin-top: 5px;
}
.search-links > .columns {
  position: relative;
  overflow: hidden;
}
.search-links > .columns > ul {
  float: left;
  width: 225px;
  max-width: 225px;
  overflow: hidden;
}
.search-links > .columns > ul > li {
  margin-bottom: 30px;
  width: 225px;
  position: relative;
  overflow: hidden;
}
.search-links > .columns > ul > li > h4 {
  margin-bottom: 7.5px;
  font-size: 13px;
  font-weight: bold;
}
.search-links > .columns > ul > li > h4 > a {
  color: #555555;
}
.search-links > .columns > ul > li > ul > li {
  margin-bottom: 3.75px;
  font-size: 13px;
}
.search-links > .columns > ul > li p.see-more {
  margin-top: 10px;
  font-size: 13px;
}
.search-links > .columns > ul > li p.see-more > a:after {
  content: " \00bb";
}
#active-airports-hero {
  position: relative;
  margin-top: -30px;
  margin-bottom: 40px;
  height: 300px;
  width: 100%;
  background-color: #DDD;
}
@media (max-width: 620px) {
  #active-airports-hero {
    padding: 0;
  }
}
#active-airports-hero .hero_bg {
  -webkit-backface-visibility: hidden;
  z-index: 0;
  position: absolute;
  height: 300px;
  width: 100%;
  overflow: hidden;
}
#active-airports-hero .hero_bg .wash {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAISCAYAAAANyKWVAAABRklEQVRIx+2VMXLEMAwDsSjzpdR5Yf57SHGWLdmU7BTp0mg8IwokAZDWx+fXtyXp//g/fn+g/AlyHsVBjMRzZIiVsH3dv3APP3nBcPGkoCL5mkmwrCoEbjVKe4a91HJFO4QW94S6GAoiIF1BZTOJzLotX299AjUy57fsJBYA20UshfY1dH7oVopcqGpuRZkqCMRJsMcQWAll3dobiTd8sx5zexvkVKKMORrKrXgbLwVXsPLfyrbV9HhKrJvNqnLPtt27dF4Xec5mKFIepQGamx+4zMy86T0RfR/pzTrO6iHPFMp6DZXO4iqaquWB0tts7ZITL6CY3hHZnUOxpE+rarXHx7/GNvaiz3vc5tX8Mir9HiEl17FqDR7+e+8mJgWhHFzJZAewqnXDeauQyO6Fp01FkY1r58NCYQc9Wh1cQi77r/N4S/4DodhvDdorJmMAAAAASUVORK5CYII=') repeat-x;
}
#active-airports-hero .hero_bg .hero_container {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  height: 300px;
}
@media (max-width: 620px) {
  #active-airports-hero .hero_bg .hero_container {
    height: 300px;
    max-width: auto;
    overflow: hidden;
  }
  #active-airports-hero .hero_bg .hero_container .fade {
    display: none;
  }
  #active-airports-hero .hero_bg .hero_container .wash {
    width: 100%;
    left: 0;
    height: 300px;
  }
}
#active-airports-hero .hero_bg .hero_container .hero_image {
  background-position: center center;
  background-size: cover;
  min-height: 100%;
  min-width: 100%;
}
#active-airports-hero .hero_bg .hero_container .fade {
  display: block;
  height: 300px;
  width: 140px;
  position: absolute;
  top: 0;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media all and (max-width: 1400px - 100px) {
  #active-airports-hero .hero_bg .hero_container .fade {
    opacity: 0;
  }
}
#active-airports-hero .hero_bg .hero_container .fade.left {
  left: 0;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAAABCAQAAACm546zAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADpJREFUGJVjvPuP4T8S/AfFqLx/GCwYhLH/ooj+RWLj5v1Fk/tLUJYQ7z8SD+bWvxju/4fDp0hQ+T8A+7aMAoEV4XkAAAAASUVORK5CYII=') repeat-y;
}
#active-airports-hero .hero_bg .hero_container .fade.right {
  right: 0;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAAABCAQAAACm546zAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADtJREFUGJVjZGC4y8iACplQWExQFhOcB2Exw1kgkhmJDeMxEeQxo/CZCcoSYyYjnMeIIorufiYcPoVCAHtTAd2CsK8kAAAAAElFTkSuQmCC') repeat-y;
}
#active-airports-hero .hero_bg .wash {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 300px;
}
#active-airports-hero .hero_fg {
  position: relative;
  z-index: 2;
  width: 940px;
  height: 300px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 620px) {
  #active-airports-hero .hero_fg {
    height: 300px;
    width: auto;
    padding-left: 10px;
  }
}
#active-airports-hero .hero_fg .centered {
  position: absolute;
  top: 40px;
}
@media (max-width: 620px) {
  #active-airports-hero .hero_fg .centered {
    left: 10px;
    width: auto;
    right: 10px;
  }
}
#active-airports-hero .hero_fg .centered h1,
#active-airports-hero .hero_fg .centered h2,
#active-airports-hero .hero_fg .centered p,
#active-airports-hero .hero_fg .centered li {
  color: #ffffff;
  text-shadow: 0 0 5px #082930;
}
#active-airports-hero .hero_image {
  background-image: url('../img/browse/all_airports_hero.jpg');
}
#active-airports-hero h1 {
  color: #7fbf4d;
}
#active-airports-hero p.subtitle {
  font-size: 15px;
  margin-top: 10px;
  max-width: 460px;
}
@media (max-width: 620px) {
  #post-listing {
    padding: 10px;
  }
}
#post-listing h1 {
  font-size: 42px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #555555;
  line-height: 1.0em;
}
@media (max-width: 620px) {
  #post-listing h1 {
    font-size: 36px;
  }
}
@media (max-width: 620px) {
  #post-listing h1 {
    font-size: 26px;
  }
}
#post-listing h1#congratulations {
  color: #7fbf4d;
}
#post-listing h2 {
  font-size: 32px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #555555;
  line-height: 1.0em;
  max-width: 545px;
  margin-bottom: 15px;
}
@media (max-width: 620px) {
  #post-listing h2 {
    font-size: 24px;
  }
}
#post-listing .subtitle {
  margin: 5px 0 40px;
  color: #888888;
  white-space: pre-line;
}
@media (max-width: 620px) {
  #post-listing .subtitle {
    margin: 10px 0 20px;
  }
}
#post-listing .block-container {
  position: relative;
  zoom: 1;
}
#post-listing .block-container:after {
  content: "";
  display: table;
  clear: both;
}
#post-listing ol.next-steps {
  float: left;
  width: 520px;
}
@media (max-width: 620px) {
  #post-listing ol.next-steps {
    width: auto;
    margin-bottom: 20px;
  }
}
#post-listing ol.next-steps li {
  clear: left;
  position: relative;
  margin-top: 40px;
  padding: 10px 0 0 40px;
  counter-increment: next-steps-counter;
  background-repeat: no-repeat;
}
@media (max-width: 620px) {
  #post-listing ol.next-steps li {
    clear: both;
  }
}
@media (max-width: 620px) {
  #post-listing ol.next-steps li {
    padding-left: 30px;
    margin-top: 20px;
  }
}
#post-listing ol.next-steps li:before {
  content: counter(next-steps-counter);
  position: absolute;
  display: block;
  top: -6px;
  left: 0px;
  font-size: 42px;
  font-weight: 200;
  color: #fc7c1a;
}
@media (max-width: 620px) {
  #post-listing ol.next-steps li:before {
    font-size: 32px;
  }
}
#post-listing ol.next-steps li:first-child {
  margin-top: 0;
}
#post-listing ol.next-steps li h3 {
  font-size: 18px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #555555;
  margin-bottom: 4px;
}
#post-listing ol.next-steps li p {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 13px;
  margin-bottom: 10px;
}
#post-listing ol.next-steps li p.step-description {
  color: #888888;
}
#post-listing ol.next-steps li .lets-go-button {
  display: inline-block;
}
#post-listing ol.next-steps li #calendar-button {
  margin-top: 10px;
}
#post-listing #whats-next {
  float: right;
  width: 380px;
  padding: 20px;
  background-color: #fafafa;
  -webkit-box-shadow: inset 0 0 10px 0px #eeeeee;
  box-shadow: inset 0 0 10px 0px #eeeeee;
}
#post-listing #whats-next h2 {
  margin-bottom: 25px;
  font-size: 24px;
}
@media (max-width: 620px) {
  #post-listing #whats-next {
    position: static;
    width: auto;
  }
}
#post-listing #whats-next h2 {
  padding-left: 5px;
}
#post-listing #whats-next ul {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 11px;
  line-height: 14px;
  font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#post-listing #whats-next ul li {
  padding-left: 40px;
  position: relative;
  margin-bottom: 30px;
}
#post-listing #whats-next ul li h4 {
  margin-bottom: 5px;
}
#post-listing #whats-next ul li:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0px;
  top: -12px;
  width: 30px;
  height: 40px;
  background-image: url(../img/whatnext.png);
  background-size: 40px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #post-listing #whats-next ul li:before {
    background-image: url(../img/whatnext@2x.png);
  }
}
#post-listing #whats-next ul li#insurance:before {
  background-position: -5px 0px;
}
#post-listing #whats-next ul li#payment:before {
  background-position: -5px -40px;
}
#post-listing #whats-next ul li#response:before {
  background-position: -5px -80px;
}
#post-listing #whats-next ul li#pricing:before {
  background-position: -5px -120px;
}
#post-listing #whats-next ul li#questions:before {
  background-position: -5px -160px;
}
#post-listing #whats-next ul li:last-child {
  margin-bottom: 0;
}
#post-listing #whats-next ul li ul.faq {
  margin-top: 5px;
}
#post-listing #whats-next ul li ul.faq li {
  margin-bottom: 3px;
  padding-left: 4px;
}
#post-listing #whats-next ul li ul.faq li:before {
  content: "› ";
  display: inline;
  position: static;
  background: none;
  width: auto;
  height: auto;
}
#post-listing #whats-next h4 {
  line-height: 1.0;
}
/*
* qTip2 - Pretty powerful tooltips
* http://craigsworks.com/projects/qtip2/
*
* Version: nightly
* Copyright 2009-2010 Craig Michael Thompson - http://craigsworks.com
*
* Dual licensed under MIT or GPLv2 licenses
*   http://en.wikipedia.org/wiki/MIT_License
*   http://en.wikipedia.org/wiki/GNU_General_Public_License
*
* Date: Sat Mar  3 09:04:15.0000000000 2012
*/
/* Core qTip styles */
.ui-tooltip,
.qtip {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  max-width: 280px;
  min-width: 50px;
  font-size: 10.5px;
  line-height: 12px;
}
/* Fluid class for determining actual width in IE */
.ui-tooltip-fluid {
  display: block;
  visibility: hidden;
  position: static !important;
  float: left !important;
}
.ui-tooltip-content {
  position: relative;
  padding: 5px 9px;
  border: 1px solid #000001;
  text-align: left;
  word-wrap: break-word;
  overflow: hidden;
}
.ui-tooltip-content {
  border-top-width: 0px !important;
}
/* Tips plugin */
.ui-tooltip .ui-tooltip-tip {
  margin: 0 auto;
  overflow: hidden;
  z-index: 10;
}
.ui-tooltip .ui-tooltip-tip,
.ui-tooltip .ui-tooltip-tip * {
  position: absolute;
  line-height: 0.1px !important;
  font-size: 0.1px !important;
  color: #123456;
  background: transparent;
  border: 0px dashed transparent;
}
.ui-tooltip .ui-tooltip-tip canvas {
  top: 0;
  left: 0;
}
/*! Dark tooltip style */
.ui-tooltip-dark .ui-tooltip-content {
  border-color: #303030;
  color: #f3f3f3;
}
.ui-tooltip-dark .ui-tooltip-content {
  background-color: #505050;
}
.ui-tooltip-shadow {
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}
.ui-tooltip-rounded,
.ui-tooltip-rounded .ui-tooltip-content {
  border-radius: 4px;
}
.ui-tooltip-modal .ui-tooltip-content {
  background: #fafafa;
  color: #303030;
}
/* Modal plugin */
#qtip-overlay {
  position: fixed;
  left: -10000em;
  top: -10000em;
  min-height: 100%;
  /* Workaround iPhone height bug that was causing overlay to be too short */
}
/* Applied to modals with show.modal.blur set to true */
#qtip-overlay.blurs {
  cursor: pointer;
}
/* Change opacity of overlay here */
#qtip-overlay div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.time-picker-output {
  margin-top: 10px;
  margin-right: 3px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 13px;
}
.time-picker-output .hidden {
  display: none;
}
.time-picker-output > .instruction > .driving-credit-available-instruction > .label {
  color: #303030;
}
.time-picker-output > .instruction > .driving-credit-available-instruction > .value {
  font-weight: bold;
}
.time-picker-output > .instruction > .choose-start-time-instruction,
.time-picker-output > .instruction .choose-end-time-instruction {
  font-weight: bold;
}
.time-picker-output > #request-info-error {
  font-weight: bold;
  max-width: 475px;
}
.time-picker-output > #vehicle-unavailable > p {
  zoom: 1;
  margin-bottom: 5px;
}
.time-picker-output > #vehicle-unavailable > p:after {
  content: "";
  display: table;
  clear: both;
}
.time-picker-output > #vehicle-unavailable > p > .icon {
  float: left;
  background-size: 160px 360px;
  height: 18px;
  width: 18px;
  background-repeat: no-repeat;
  background-image: url('../img/sprite.v26.png');
  background-color: transparent;
  background-position: -61px -81px;
  position: relative;
  top: 1px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .time-picker-output > #vehicle-unavailable > p > .icon {
    background-image: url('../img/sprite.v26@2x.png');
  }
}
.time-picker-output > #vehicle-unavailable li {
  margin-left: 18px;
  font-weight: bold;
}
.time-picker-output > #request-info {
  line-height: 1.5em;
}
.time-picker-output > #request-info > li > span {
  color: #303030;
}
.time-picker-output > #request-info > li > span.label {
  min-width: 120px;
  float: left;
  clear: left;
  color: #303030;
}
.time-picker-output > #request-info > li > span.value {
  font-weight: bold;
  text-align: left;
  padding-left: 8px;
}
.time-picker-output > #request-info > li > span.negative-value {
  font-weight: bold;
  text-align: left;
}
.time-picker-output > #request-info #change-protection-level-link {
  margin-left: 5px;
}
#manual-review-instructions-header {
  margin-top: -30px;
  background: -moz-linear-gradient(top, #f5f5f5 0%, #f1f1f1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #f1f1f1));
  background: -webkit-linear-gradient(top, #f5f5f5 0%, #f1f1f1 100%);
  background: -o-linear-gradient(top, #f5f5f5 0%, #f1f1f1 100%);
  background: linear-gradient(to bottom, #f5f5f5 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(StartColorStr='#fff5f5f5', EndColorStr='#fff1f1f1', GradientType=0);
  border-bottom: 1px solid #cccccc;
}
#manual-review-instructions-header > .content {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 120px;
  max-width: 940px;
  margin: 0 auto;
  position: relative;
  min-height: 227px;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 620px) {
  #manual-review-instructions-header > .content {
    padding: 80px 10px 0 10px;
    min-height: 180px;
  }
}
#manual-review-instructions-header > .content > .background {
  position: absolute;
  right: 0;
  top: 0;
  width: 484px;
  height: 227px;
  background: url('/resources/img/floating_shields.png') top right no-repeat;
  z-index: -1;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #manual-review-instructions-header > .content > .background {
    background-image: url('/resources/img/floating_shields@2x.png');
    background-size: 484px;
  }
}
#manual-review-instructions-header > .content > h2 {
  font-size: 52px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #555555;
  line-height: 1.0em;
}
@media (max-width: 620px) {
  #manual-review-instructions-header > .content > h2 {
    font-size: 42px;
  }
}
#manual-review-instructions-header > .content > p {
  margin-top: 5px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 13px;
  color: #888888;
}
@media (max-width: 620px) {
  #manual-review-instructions-header > .content {
    padding-top: 75px;
    min-height: 160px;
  }
  #manual-review-instructions-header > .content > h2 {
    font-size: 32px;
  }
  #manual-review-instructions-header > .content > .background {
    background-image: url('/resources/img/floating_shields_mobile.png');
    width: 300px;
    top: -17px;
    right: -45px;
  }
  #manual-review-instructions-header > .content > p {
    padding-right: 15px;
  }
}
@media (max-width: 620px) and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #manual-review-instructions-header > .content > .background {
    background-image: url('/resources/img/floating_shields_mobile@2x.png');
    background-size: 300px;
  }
}
#manual-review-instructions {
  margin-top: 40px;
}
@media (max-width: 620px) {
  #manual-review-instructions {
    margin-top: 30px;
  }
}
#manual-review-instructions > p {
  color: #888888;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 11px;
  line-height: 14px;
  font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-bottom: 30px;
}
#manual-review-instructions .instructions {
  margin-bottom: 20px;
}
#manual-review-instructions > span {
  margin-bottom: 30px;
}
#manual-review-instructions > span > p {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #303030;
  margin-left: 20px;
  margin-bottom: 20px;
  max-width: 375px;
}
#manual-review-instructions ol {
  counter-reset: li;
}
#manual-review-instructions ol > li {
  display: table;
  position: relative;
  list-style: none;
  margin-top: 20px;
  min-height: 36px;
}
#manual-review-instructions ol > li:first-child {
  margin-top: 0;
}
#manual-review-instructions ol > li > p {
  padding-left: 40px;
}
#manual-review-instructions ol > li > p.instruction {
  font-size: 18px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #555555;
}
#manual-review-instructions ol > li > p.instruction.one-line {
  display: table-cell;
  vertical-align: middle;
}
#manual-review-instructions ol > li > p.text {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 11px;
  line-height: 14px;
  font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-top: 1px;
}
#manual-review-instructions ol > li:before {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #555555;
  position: absolute;
  margin-top: -18px;
  top: 50%;
  left: 0;
  content: counter(li);
  counter-increment: li;
  color: #28bcdc;
  font-size: 36px;
  line-height: 1em;
}
#manual-review-instructions ol .not-enough-driving-experience {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 13px;
  margin-top: 20px;
  color: #73736d;
}
#manual-review-instructions .mvr-abstract-message {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 13px;
  margin-top: 20px;
  color: #73736d;
}
#manual-review-instructions .photos-and-uploader {
  margin-top: 40px;
  margin-bottom: 20px;
  border-top: 1px solid #eeeeee;
}
#manual-review-instructions .photos-and-uploader > li {
  position: relative;
  padding: 3px 0;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #eeeeee;
}
#manual-review-instructions .photos-and-uploader > li.uploaded > img {
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
#manual-review-instructions .photos-and-uploader > li.uploaded > .text {
  display: block;
  margin-right: 90px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #28bcdc;
}
#manual-review-instructions .photos-and-uploader > li.uploading {
  background: url('/resources/img/loading-small.gif') center left no-repeat;
  padding-left: 28px;
  color: #888888;
}
#manual-review-instructions .photos-and-uploader > li.uploader {
  text-align: right;
}
#manual-review-instructions .photos-and-uploader > li > a {
  vertical-align: middle;
}
#manual-review-instructions .photos-and-uploader > li > a.button {
  position: absolute !important;
  right: 0;
  top: 9px;
}
#manual-review-instructions .photos-and-uploader > li > a.button.delete {
  right: 7px;
}
#manual-review-instructions .submission {
  padding: 0;
}
#manual-review-instructions .submission > .confirmation,
#manual-review-instructions .submission > .progress-indicator {
  display: none;
}
#manual-review-instructions .submission.confirming > .submit {
  display: none;
}
#manual-review-instructions .submission.confirming > .confirmation {
  display: block;
}
#manual-review-instructions .submission.confirming > .confirmation > p {
  margin-bottom: 15px;
}
#manual-review-instructions .submission.confirming > .confirmation > .confirm {
  margin-right: 10px;
  margin-bottom: 10px;
}
#manual-review-instructions .submission.submitting > .submit {
  display: none;
}
#manual-review-instructions .submission.submitting > .progress-indicator {
  display: block;
  color: #888888;
  background: url('/resources/img/loading-small.gif') center left no-repeat;
  padding-left: 28px;
}
@media (max-width: 620px) {
  #manual-review-instructions {
    width: auto;
    padding: 0 10px;
  }
  #manual-review-instructions > span > p {
    width: 275px;
  }
}
#identity-verification-submitted {
  max-width: 575px;
}
.ui-dialog > #identity-verification-submitted {
  padding: 40px;
}
#identity-verification-submitted > h1 {
  color: #28bcdc;
  font-size: 42px;
}
#identity-verification-submitted > p {
  margin: 20px 0;
}
.error-page #odometer {
  overflow: hidden;
  position: relative;
}
.error-page #odometer .shadow-overlay {
  box-shadow: inset 10px 0 30px #000000;
  position: absolute;
  top: 0;
  left: 0;
  width: 240px;
  height: 50px;
}
.error-page #odometer .roller {
  color: white;
  background: black;
  float: left;
  position: relative;
  height: 42px;
  width: 24px;
  overflow: hidden;
  border: 3px solid black;
}
.error-page #odometer .roller .nottransition {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.error-page #odometer .roller .numbers {
  position: absolute;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  transition-property: top;
  -webkit-transition-duration: 4s;
  -moz-transition-duration: 4s;
  -o-transition-duration: 4s;
  transition-duration: 4s;
}
.error-page #odometer .roller .numbers li {
  padding: 3px;
  font-size: 32px;
}
.error-page #odometer .roller.tenths {
  color: black;
  background: white;
}
.error-page #odometer,
.error-page p {
  margin-top: 20px;
}
#custom-error {
  min-height: 300px;
}
#custom-error h1 {
  font-size: 36px;
}
#custom-error .error-content {
  font-size: 14px;
  margin: 20px 0;
}
#check-availability-dialog .trip-summary.check-availability {
  border: none;
  border-left: 1px solid #cccccc;
  margin: -20px;
}
@media (max-width: 620px) {
  #check-availability-dialog .trip-summary.check-availability {
    border: none;
    margin: 20px -10px 0;
  }
}
#check-availability-dialog .trip-summary.check-availability .meeting-location {
  display: block;
}
.trip-summary {
  position: relative;
  border: 1px solid #cccccc;
  background-color: #fafafa;
  border-bottom: 0;
  padding: 20px;
}
.trip-summary .hidden {
  display: none;
}
.trip-summary > div {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #cccccc;
}
.trip-summary > div:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.trip-summary li {
  padding: 3px 0;
}
.trip-summary .label {
  font-size: 13px;
  font-weight: bold;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #555555;
  display: block;
  padding-bottom: 5px;
  float: left;
  clear: left;
  margin-bottom: 0;
  font-weight: normal;
  width: 95px;
  color: #92928b;
}
.trip-summary .value {
  font-size: 13px;
  font-weight: bold;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #555555;
  display: block;
  padding-bottom: 5px;
  color: #303030;
  float: right;
  text-align: right;
  font-weight: normal;
  margin-bottom: 0;
}
.trip-summary .policy {
  color: #92928B;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 11px;
  line-height: 14px;
  font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  clear: both;
  line-height: 18px;
}
.trip-summary .vehicle-details {
  border: none;
  margin-top: 0;
  padding-top: 0;
  width: 260px;
}
.trip-summary .vehicle-details .image-wrapper {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  width: 90px;
  height: 54px;
  float: left;
}
.trip-summary .vehicle-details .image-wrapper img {
  width: 90px;
  height: 54px;
}
.trip-summary .vehicle-details .name-and-model {
  float: left;
  margin-left: 10px;
  width: 160px;
}
.trip-summary .vehicle-details .name-and-model .trip-type {
  color: #303030;
  font-size: 13px;
  width: 160px;
}
.trip-summary .vehicle-details .name-and-model .name {
  color: #92928B;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 11px;
  line-height: 14px;
  font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 160px;
}
.trip-summary .vehicle-details .name-and-model .model {
  color: #303030;
  font-size: 22px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
  width: 160px;
}
.trip-summary .vehicle-details .name-and-model .car-year {
  color: #303030;
  font-size: 13px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 0;
  width: 160px;
}
@media (max-width: 620px) {
  .trip-summary .vehicle-details .name-and-model {
    width: 150px;
  }
}
@media (max-width: 620px) {
  .trip-summary .vehicle-details {
    width: auto;
  }
}
.trip-summary .schedule {
  margin-top: 25px;
  padding-top: 0;
  border-top: 0;
  overflow: hidden;
}
.trip-summary .schedule .pickup,
.trip-summary .schedule .drop-off {
  zoom: 1;
  line-height: 15px;
  float: left;
}
.trip-summary .schedule .pickup:after,
.trip-summary .schedule .drop-off:after {
  content: "";
  display: table;
  clear: both;
}
.trip-summary .schedule .pickup .label,
.trip-summary .schedule .drop-off .label {
  color: #92928B;
  font-size: 13px;
  float: none;
}
.trip-summary .schedule .pickup .datetime,
.trip-summary .schedule .drop-off .datetime {
  clear: both;
  float: left;
}
.trip-summary .schedule .pickup .datetime .date,
.trip-summary .schedule .drop-off .datetime .date {
  color: #303030;
  font-size: 22px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: left;
  margin-top: 5px;
  float: left;
}
.trip-summary .schedule .pickup .datetime .time,
.trip-summary .schedule .drop-off .datetime .time {
  text-align: left;
  color: #303030;
  font-size: 15px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 5px;
  margin-bottom: 15px;
  float: left;
  clear: both;
}
.trip-summary .schedule .pickup .previous,
.trip-summary .schedule .drop-off .previous {
  display: none;
  margin-top: 5px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 13px;
  color: #999999;
  text-decoration: line-through;
  padding-bottom: 5px;
}
.trip-summary .schedule .pickup .previous.visible,
.trip-summary .schedule .drop-off .previous.visible {
  display: block;
}
@media (max-width: 620px) {
  .trip-summary .schedule .pickup,
  .trip-summary .schedule .drop-off {
    width: 129px;
  }
}
.trip-summary .schedule .drop-off {
  margin-left: 35px;
}
@media (max-width: 620px) {
  .trip-summary .schedule .drop-off {
    margin-left: 0px;
  }
}
.trip-summary .trip-summary-location-container .meeting-location {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #cccccc;
}
.trip-summary .trip-summary-location-container .meeting-location,
.trip-summary.check-availability .meeting-location {
  font-size: 13px;
}
.trip-summary .trip-summary-location-container .meeting-location .label-text,
.trip-summary.check-availability .meeting-location .label-text {
  font-weight: normal;
  color: #92928b;
  margin-bottom: 10px;
}
.trip-summary .quote li {
  zoom: 1;
}
.trip-summary .quote li:after {
  content: "";
  display: table;
  clear: both;
}
.trip-summary .quote .label {
  width: 125px;
}
.trip-summary .quote .info-link {
  margin-left: 3px;
}
.trip-summary .quote #mileage-limit .value {
  float: left;
  margin-left: 5px;
}
.trip-summary .quote #rental-fee {
  margin-top: 15px;
}
.trip-summary .quote #driving-credit-applied,
.trip-summary .quote .previous-payment,
.trip-summary .quote #promotional-credit-fee {
  margin-top: 15px;
}
.trip-summary .quote #driving-credit-applied .value,
.trip-summary .quote .previous-payment .value,
.trip-summary .quote #promotional-credit-fee .value {
  color: #669F30;
}
.trip-summary .quote .previous-payment ~ .previous-payment {
  margin-top: 0px;
}
.trip-summary .quote #new-charges,
.trip-summary .quote #trip-subtotal,
.trip-summary .quote #trip-total,
.trip-summary .quote #earnings {
  margin-top: 15px;
  line-height: 18px;
}
.trip-summary .quote #new-charges .label,
.trip-summary .quote #trip-subtotal .label,
.trip-summary .quote #trip-total .label,
.trip-summary .quote #earnings .label,
.trip-summary .quote #new-charges .value,
.trip-summary .quote #trip-subtotal .value,
.trip-summary .quote #trip-total .value,
.trip-summary .quote #earnings .value {
  vertical-align: middle;
}
.trip-summary .quote #new-charges .value,
.trip-summary .quote #trip-subtotal .value,
.trip-summary .quote #trip-total .value,
.trip-summary .quote #earnings .value {
  color: #303030;
  font-size: 22px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.trip-summary .quote #earnings {
  padding-top: 15px;
  border-top: 1px solid #cccccc;
}
.trip-summary .payment #change-credit-card-link {
  display: block;
  margin-top: 5px;
  text-align: right;
}
.trip-summary.check-availability .quote #rental-price {
  border-top: 0;
  padding-top: 0;
}
.trip-summary.check-availability .mileage-policy {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #cccccc;
}
.trip-summary .actions {
  border-top: 0;
  padding-top: 0;
  min-height: 32px;
}
.trip-summary .actions .submit {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.trip-summary .actions .loading-indicator {
  display: none;
  background: url('/resources/img/loading-small.gif');
  width: 18px;
  height: 18px;
  vertical-align: middle;
}
.trip-summary .error-container {
  display: none;
  margin-top: 20px;
  border-top: 0;
  padding-top: 0;
  color: #d0493b;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 13px;
}
.trip-summary .security-deposit {
  border-top: 0;
  padding-top: 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 13px;
}
.trip-summary .security-deposit #security-deposit-amount {
  overflow: hidden;
}
.trip-summary .security-deposit .label {
  width: 125px;
}
.trip-summary .security-deposit .policy {
  margin-top: 15px;
}
.trip-summary .spacer {
  margin: 0;
  padding: 0;
  border: 0;
}
.trip-summary .bottom-border-icon {
  background: url('../img/torn_edge.png') 5px 0 repeat-x;
  position: absolute;
  bottom: 0;
  left: -1px;
  width: 100%;
  height: 5px;
  padding: 0 1px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .trip-summary .bottom-border-icon {
    background-image: url('../img/torn_edge@2x.png');
    background-size: auto 5px;
  }
}
.trip-summary.booking .actions .submit {
  display: none;
}
.trip-summary.booking .actions .loading-indicator {
  display: inline-block;
}
#reservation-detail .breaker {
  clear: both;
  width: 1px;
  height: 1px;
}
#reservation-detail .reservation-details {
  border-top-width: 5px;
}
@media (max-width: 620px) {
  #reservation-detail .reservation-details {
    padding: 0;
  }
}
#reservation-detail .reservation-details .details {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 21px;
}
#reservation-detail .reservation-details .details:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
#reservation-detail .reservation-details .reimbursement-info {
  font-size: 15px;
}
#reservation-detail .reservation-details .accepted + .actions > .reimbursement-info {
  margin-top: 7px;
}
#reservation-detail .reservation-details .status-image {
  width: 34px;
  height: 34px;
  background-image: url('/resources/img/reservation_page_icons.png');
  background-size: 204px;
  background-position: -68px 0;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #reservation-detail .reservation-details .status-image {
    background-image: url('/resources/img/reservation_page_icons@2x.png');
  }
}
#reservation-detail .reservation-details .status-image.approved {
  background-position: 0 0;
}
#reservation-detail .reservation-details .status-image.changing {
  background-position: -136px 0;
}
#reservation-detail .reservation-details .status-image.cancelled {
  background-position: -34px 0;
}
#reservation-detail .reservation-details .reimbursement-image {
  width: 34px;
  height: 34px;
}
#reservation-detail .reservation-details .reimbursement-image.pending,
#reservation-detail .reservation-details .reimbursement-image.under-review {
  background: url('/resources/img/reimbursement_icons/reimbursement_rp.png') no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #reservation-detail .reservation-details .reimbursement-image.pending,
  #reservation-detail .reservation-details .reimbursement-image.under-review {
    background: url('/resources/img/reimbursement_icons/reimbursement_rp@2x.png') no-repeat;
    background-size: 34px;
  }
}
#reservation-detail .reservation-details .reimbursement-image.disputed {
  background: url('/resources/img/reimbursement_icons/dispute_rp.v2.png') no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #reservation-detail .reservation-details .reimbursement-image.disputed {
    background: url('/resources/img/reimbursement_icons/dispute_rp.v2@2x.png') no-repeat;
    background-size: 34px;
  }
}
#reservation-detail .reservation-details .trip-photos-image {
  width: 34px;
  height: 34px;
  background: url('/resources/img/trip_photos/trip-photos_rp.png') no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #reservation-detail .reservation-details .trip-photos-image {
    background: url('/resources/img/trip_photos/trip-photos_rp@2x.png') no-repeat;
    background-size: 34px;
  }
}
#reservation-detail .reservation-details .expiration,
#reservation-detail .reservation-details .reimbursement,
#reservation-detail .reservation-details .trip-photos-reminder {
  font-size: 15px;
  padding-top: 7px;
}
#reservation-detail .vehicle-location-header {
  min-height: 45px;
  margin: 0 0 10px 0;
  line-height: 45px;
  vertical-align: bottom;
}
#reservation-detail #banner {
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 20px 20px 20px 50px;
  background-image: url('/resources/img/info.png');
  background-position: 20px 18px;
  background-repeat: no-repeat;
  color: #555555;
  font-size: 16px;
}
@media (max-width: 620px) {
  #reservation-detail #banner {
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
}
#reservation-detail #banner p {
  font-size: 14px;
  color: #666;
  margin-top: 1em;
}
#reservation-detail #price-details {
  position: relative;
  border: 1px solid #cccccc;
  background-color: #fafafa;
  padding: 20px;
  border-bottom: 0;
}
@media (max-width: 620px) {
  #reservation-detail #price-details {
    margin-top: 20px;
  }
}
#reservation-detail #price-details table {
  width: 100%;
  font-size: 14px;
}
#reservation-detail #price-details table tr {
  height: 30px;
}
#reservation-detail #price-details table .paid .label {
  font-style: italic;
}
#reservation-detail #price-details table .subtotal {
  font-weight: bold;
}
#reservation-detail #price-details table .total {
  font-size: 18px;
  font-weight: bold;
}
#reservation-detail #price-details table .outstanding-balance {
  font-weight: bold;
}
#reservation-detail #price-details table .value {
  width: 96px;
  font-size: 20px;
  text-align: right;
}
#reservation-detail #price-details .mileage-limit {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 13px;
}
@media (max-width: 620px) {
  #reservation-detail #price-details .mileage-limit {
    padding-top: 0;
  }
}
#reservation-detail #price-details .cost-disclaimer {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 11px;
  line-height: 14px;
  font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-top: 15px;
}
#reservation-detail #price-details .bottom-border-icon {
  background: url('../img/torn_edge.png') 5px 0 repeat-x;
  position: absolute;
  bottom: 0;
  left: -1px;
  width: 100%;
  height: 5px;
  padding: 0 1px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #reservation-detail #price-details .bottom-border-icon {
    background-image: url('../img/torn_edge@2x.png');
    background-size: auto 5px;
  }
}
#reservation-detail #vehicle-location #map-container {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
#reservation-detail #vehicle-location #map-container #vehicle-map {
  position: relative;
  width: 300px;
}
#reservation-detail #vehicle-location #map-container #vehicle-map > a {
  display: block;
  height: 200px;
}
#reservation-detail #vehicle-location #map-container > a {
  display: block;
  margin-top: 10px;
}
#reservation-detail #vehicle-location > .right {
  margin-left: 320px;
}
#reservation-detail #vehicle-location .address {
  font-weight: bold;
}
#reservation-detail #vehicle-location .picking-up-the-car-header {
  margin: 15px 0 10px;
}
#reservation-detail #vehicle-location li {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 20px;
  margin-bottom: 10px;
}
#reservation-detail #vehicle-location p {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 13px;
}
#reservation-detail #vehicle-location .shuttle-info {
  margin-bottom: 10px;
}
#reservation-detail #reimbursement {
  padding: 0px;
}
#reservation-detail #reimbursement .reimbursement-summary {
  margin-top: 20px;
  border: 1px solid #dbdbdb;
  padding: 20px;
  font-size: 13px;
  color: #262626;
}
@media (max-width: 620px) {
  #reservation-detail #reimbursement .reimbursement-summary {
    padding: 10px;
  }
}
#reservation-detail #reimbursement .reimbursement-summary h3 {
  color: #fc7c1a;
  font-size: 24px;
  margin-bottom: 30px;
}
#reservation-detail #reimbursement .reimbursement-summary li {
  margin-bottom: 20px;
}
#reservation-detail #reimbursement .reimbursement-summary .price {
  float: right;
  font-weight: bold;
  clear: right;
}
#reservation-detail #reimbursement .reimbursement-summary .fee {
  font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #92928b;
  font-size: 11px;
}
#reservation-detail #reimbursement .reimbursement-summary .fee li:first-child {
  margin-bottom: 15px;
}
#reservation-detail #reimbursement .reimbursement-summary .fee .price {
  font-weight: normal;
}
#reservation-detail #reimbursement .reimbursement-summary .total {
  padding-top: 20px;
  border-top: 1px solid #E2E2E2;
}
#reservation-detail #reimbursement .reimbursement-summary .total .total-amount {
  float: right;
  font-size: 22px;
  line-height: 13px;
}
#reservation-detail .trip-photos {
  margin-top: 50px;
}
@media (max-width: 620px) {
  #reservation-detail .trip-photos {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
#reservation-detail .trip-photos > .title {
  text-decoration: none;
}
#reservation-detail .trip-photos > .title > .text-and-badge {
  display: inline-block;
}
#reservation-detail .trip-photos > .title > .text-and-badge > .text {
  font-size: 32px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #555555;
  line-height: 1.0em;
  color: #333333;
  vertical-align: middle;
}
@media (max-width: 620px) {
  #reservation-detail .trip-photos > .title > .text-and-badge > .text {
    font-size: 24px;
  }
}
#reservation-detail .trip-photos > .title > .text-and-badge > .badge {
  display: inline-block;
  min-width: 40px;
  margin-left: 10px;
  vertical-align: middle;
}
#reservation-detail .trip-photos > .title > .text-and-badge > .badge .content {
  display: block;
  padding: 0 5px;
  height: 25px;
  line-height: 25px;
  min-width: 25px;
  font-size: 15px;
  text-align: center;
  border-radius: 12px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  background-color: #f0efec;
  color: #4a4a4a;
}
#reservation-detail .trip-photos > .title > .text-and-badge > .badge .content .icon {
  background-size: 160px 360px;
  height: 18px;
  width: 18px;
  background-repeat: no-repeat;
  background-image: url('../img/sprite.v26.png');
  background-color: transparent;
  background-position: -61px -181px;
  display: inline-block;
  margin-top: 4px;
  margin-right: -3px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #reservation-detail .trip-photos > .title > .text-and-badge > .badge .content .icon {
    background-image: url('../img/sprite.v26@2x.png');
  }
}
#reservation-detail .trip-photos > .title > .text-and-badge > .badge .content .text {
  display: inline-block;
  vertical-align: top;
}
#reservation-detail .trip-photos > .title > .text-and-badge > .badge .content:hover {
  outline: medium none;
  background-color: #E0E0E0;
  border-color: #F0F0F0 #E0E0E0 #E0E0E0;
}
#reservation-detail .trip-photos > .title > .text-and-badge > .badge.empty {
  min-width: 0;
}
#reservation-detail .trip-photos > .title > .text-and-badge > .badge.empty .content {
  padding: 0;
}
#reservation-detail .trip-photos > .title > .text-and-badge > .badge.empty .content .icon {
  margin-right: 0;
}
#reservation-detail .trip-photos > .title > .text-and-badge:hover > .badge .content {
  outline: medium none;
  background-color: #E0E0E0;
  border-color: #F0F0F0 #E0E0E0 #E0E0E0;
}
#reservation-detail .trip-photos .images {
  zoom: 1;
  margin-top: 20px;
}
#reservation-detail .trip-photos .images:after {
  content: "";
  display: table;
  clear: both;
}
#reservation-detail .trip-photos .images .thumbnail {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-left: 20px;
  width: 60px;
  height: 60px;
}
#reservation-detail .trip-photos .images .thumbnail:first-child {
  margin-left: 0;
}
#reservation-detail .trip-photos .images .thumbnail.add-photo-link {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
  display: inline-block;
  background: #28bcdc;
  border-radius: 2px;
  border: 1px solid #28bcdc;
  border-bottom-color: #21acca;
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  line-height: 1em;
  padding: 7px 15px 8px 15px;
  text-align: center;
  margin: 0px 0 0px 0;
  cursor: pointer;
  border-radius: 0;
  padding: 0;
  background: #ffffff url('/resources/img/reservation/plus.png') center no-repeat;
  background-size: 29px;
}
#reservation-detail .trip-photos .images .thumbnail.add-photo-link:hover,
#reservation-detail .trip-photos .images .thumbnail.add-photo-link:focus {
  text-decoration: none;
  outline: none;
  background-color: #22b3d2;
  border-left-color: #22b3d2;
  border-right-color: #22b3d2;
  border-bottom-color: #22b3d2;
  border-top-color: #35c0de;
}
.touch-device #reservation-detail .trip-photos .images .thumbnail.add-photo-link:active,
.not-touch-device #reservation-detail .trip-photos .images .thumbnail.add-photo-link:hover:active,
#reservation-detail .trip-photos .images .thumbnail.add-photo-link.selected {
  background-color: #1fa0bd;
  border: 1px solid #1fa0bd;
}
#reservation-detail .trip-photos .images .thumbnail.add-photo-link.disabled,
#reservation-detail .trip-photos .images .thumbnail.add-photo-link:disabled {
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: alpha(opacity=50);
  cursor: default;
  background-color: #28bcdc;
}
#reservation-detail .trip-photos .images .thumbnail.add-photo-link.disabled:active,
#reservation-detail .trip-photos .images .thumbnail.add-photo-link:disabled:active,
#reservation-detail .trip-photos .images .thumbnail.add-photo-link.disabled:hover:active,
#reservation-detail .trip-photos .images .thumbnail.add-photo-link:disabled:hover:active {
  background-color: #28bcdc;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #1c92ab;
}
#reservation-detail .trip-photos .images .thumbnail.add-photo-link.loading:before {
  background-image: url('/resources/img/loading-small-white.gif');
}
#reservation-detail .trip-photos .images .thumbnail.add-photo-link.small.loading:before {
  background-image: url('/resources/img/loading-tiny-white.gif');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #reservation-detail .trip-photos .images .thumbnail.add-photo-link {
    background-image: url('/resources/img/reservation/plus@2x.png');
  }
}
#reservation-detail .trip-photos .images .thumbnail.add-photo-link:hover,
#reservation-detail .trip-photos .images .thumbnail.add-photo-link:focus {
  background-image: url('/resources/img/reservation/plus_white.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #reservation-detail .trip-photos .images .thumbnail.add-photo-link:hover,
  #reservation-detail .trip-photos .images .thumbnail.add-photo-link:focus {
    background-image: url('/resources/img/reservation/plus_white@2x.png');
  }
}
#reservation-detail .trip-photos .images .thumbnail .overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/resources/img/reservation/trip_photo_overlay.png') 0 0 no-repeat;
  background-size: 60px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #reservation-detail .trip-photos .images .thumbnail .overlay {
    background-image: url('/resources/img/reservation/trip_photo_overlay@2x.png');
  }
}
#reservation-detail .trip-photos .images .thumbnail:hover .overlay {
  display: block;
}
@media (max-width: 620px) {
  #reservation-detail .trip-photos .images .thumbnail:nth-child(7) {
    display: none;
  }
}
@media (max-width: 560px) {
  #reservation-detail .trip-photos .images .thumbnail:nth-child(6) {
    display: none;
  }
}
@media (max-width: 480px) {
  #reservation-detail .trip-photos .images .thumbnail:nth-child(5) {
    display: none;
  }
}
@media (max-width: 400px) {
  #reservation-detail .trip-photos .images .thumbnail:nth-child(4) {
    display: none;
  }
}
#reservation-detail .messages {
  margin-top: 50px;
  padding-bottom: 20px;
}
#reservation-detail .messages .message-title {
  float: left;
  color: #333333;
  font-size: 32px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #555555;
  line-height: 1.0em;
  margin-bottom: 20px;
}
@media (max-width: 620px) {
  #reservation-detail .messages .message-title {
    font-size: 24px;
  }
}
#reservation-detail .messages .message-count-area {
  height: 20px;
  line-height: 20px;
  min-width: 20px;
  border-radius: 10px;
  background-color: #555555;
  text-align: center;
  color: #ffffff;
  float: left;
  margin-left: 10px;
  margin-top: 8px;
  margin-bottom: 10px;
}
#reservation-detail .messages .message-count-area .message-count {
  padding-left: 2px;
  padding-right: 2px;
}
@media (max-width: 620px) {
  #reservation-detail .messages .message-count-area {
    margin-top: 2px;
  }
}
#reservation-detail .messages .message-list {
  clear: both;
}
#reservation-detail .messages .message-list .message-list-item {
  line-height: 20px;
}
#reservation-detail .messages .detail-message.submitting #message-dialog-submit {
  display: none;
}
#reservation-detail .messages .detail-message.submitting .inputs .loading-indicator {
  display: block !important;
}
#reservation-detail .messages .detail-message {
  margin-top: 20px;
}
#reservation-detail .messages .detail-message #sendMessageForm {
  position: relative;
  padding-left: 75px;
}
#reservation-detail .messages .detail-message #sendMessageForm .driver-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  width: 60px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
#reservation-detail .messages .detail-message #sendMessageForm .driver-image > img {
  height: inherit;
  width: inherit;
}
#reservation-detail .messages .detail-message #sendMessageForm .inputs {
  zoom: 1;
}
#reservation-detail .messages .detail-message #sendMessageForm .inputs:after {
  content: "";
  display: table;
  clear: both;
}
#reservation-detail .messages .detail-message #sendMessageForm .inputs .textarea {
  margin-bottom: 10px;
  padding: 0px;
}
#reservation-detail .messages .detail-message #sendMessageForm .inputs .textarea textarea {
  height: 60px;
  padding-right: 0px;
  padding-bottom: 0px;
  margin: 0px;
}
#reservation-detail .messages .detail-message #sendMessageForm .inputs #message-dialog-submit {
  float: right;
  position: relative;
  margin-bottom: 10px;
}
#reservation-detail .messages .detail-message #sendMessageForm .inputs #message-dialog-submit #wait {
  position: absolute;
  display: none;
  background: url('/resources/img/loading-small.gif') 0 0 no-repeat;
  height: 18px;
  width: 18px;
  right: 0;
  top: 7px;
}
#reservation-detail .messages .detail-message #sendMessageForm .inputs .loading-indicator {
  display: none;
}
#reservation-detail .messages .detail-message #sendMessageForm .inputs .loading-indicator .label {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 13px;
  margin-left: 10px;
  position: relative;
  top: -4px;
}
@media (max-width: 620px) {
  #reservation-detail .messages {
    padding-top: 0;
    margin-top: 0;
  }
  #reservation-detail .messages .detail-message {
    padding-top: 0;
  }
  #reservation-detail .messages .detail-message #sendMessageForm {
    padding-left: 40px;
  }
  #reservation-detail .messages .detail-message #sendMessageForm .driver-image {
    height: 30px;
    width: 30px;
  }
  #reservation-detail .messages .detail-message #sendMessageForm .inputs #message-dialog-submit {
    float: none;
  }
  #reservation-detail .messages .detail-message #sendMessageForm .inputs #message-dialog-submit #wait {
    right: auto;
    left: 0;
    top: 7px;
  }
}
.not-touch-device #reservation-detail #vehicle-location #map-container #vehicle-map {
  height: 300px;
}
.touch-device #reservation-detail #vehicle-location #map-container #vehicle-map a {
  position: relative;
}
.touch-device #reservation-detail #vehicle-location #map-container #vehicle-map a img.location-image-overlay {
  width: 86px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -43px;
  margin-left: -43px;
}
@media (max-width: 620px) {
  #reservation-detail {
    padding: 0;
    margin: 0;
  }
  #reservation-detail .right-column {
    zoom: 1;
  }
  #reservation-detail .right-column:after {
    content: "";
    display: table;
    clear: both;
  }
  #reservation-detail #vehicle-location #map-container {
    float: none;
    margin-right: 0;
  }
  #reservation-detail #vehicle-location #map-container #vehicle-map {
    height: auto;
    width: 100%;
  }
  #reservation-detail #vehicle-location > .right {
    clear: left;
    margin-left: 0;
  }
}
#earnings-display .earnings .failed-direct-deposit,
#earnings-display .earnings .no-direct-deposit {
  border: 1px solid #cccccc;
  background-color: #fafafa;
  width: 48%;
  float: left;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
}
#earnings-display .earnings .failed-direct-deposit h3,
#earnings-display .earnings .no-direct-deposit h3 {
  padding: 20px;
  font-size: 25px;
}
#earnings-display .earnings .failed-direct-deposit p,
#earnings-display .earnings .no-direct-deposit p,
#earnings-display .earnings .failed-direct-deposit a,
#earnings-display .earnings .no-direct-deposit a {
  margin-left: 20px;
  margin-right: 20px;
}
#earnings-display .earnings .failed-direct-deposit p,
#earnings-display .earnings .no-direct-deposit p {
  margin-bottom: 10px;
}
#earnings-display .earnings p {
  padding-bottom: 5px;
}
#earnings-display .earnings .amount-owed,
#earnings-display .earnings .account-information,
#earnings-display .earnings .next-deposit-date {
  float: left;
  color: #555555;
  font-size: 13px;
  width: 25%;
  padding-bottom: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
#earnings-display .earnings .amount-owed .amount,
#earnings-display .earnings .account-information .amount,
#earnings-display .earnings .next-deposit-date .amount,
#earnings-display .earnings .amount-owed .account-number,
#earnings-display .earnings .account-information .account-number,
#earnings-display .earnings .next-deposit-date .account-number,
#earnings-display .earnings .amount-owed .deposit-date,
#earnings-display .earnings .account-information .deposit-date,
#earnings-display .earnings .next-deposit-date .deposit-date {
  text-transform: capitalize;
  font-size: 32px;
  font-weight: 300;
}
#earnings-display .earnings .account-information > .dialog-link {
  margin-top: 5px;
  text-transform: capitalize;
}
#earnings-display .earnings .next-deposit-date p {
  float: left;
}
#earnings-display .earnings .info-link {
  float: left;
  margin-left: 5px;
}
@media (max-width: 620px) {
  #earnings-display .earnings h3 {
    padding-bottom: 10px;
  }
  #earnings-display .earnings .amount-owed,
  #earnings-display .earnings .account-information,
  #earnings-display .earnings .next-deposit-date {
    padding-bottom: 10px;
  }
  #earnings-display .earnings .amount-owed {
    width: auto;
    position: relative;
    top: -5px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #earnings-display .earnings .account-information {
    width: auto;
    float: right;
    position: relative;
    top: -5px;
    padding-right: 10px;
    padding-left: 10px;
  }
  #earnings-display .earnings .next-deposit-date {
    width: 195px;
    float: left;
    position: relative;
    top: -5px;
    padding-right: 10px;
    padding-left: 10px;
  }
  #earnings-display .earnings .next-deposit-date + .account-information {
    float: left;
    padding-right: 0px;
    padding-left: 10px;
  }
  #earnings-display .earnings .failed-direct-deposit,
  #earnings-display .earnings .no-direct-deposit {
    width: auto;
    margin-bottom: 0px;
    margin-right: 0px;
    position: relative;
    top: -30px;
  }
  #earnings-display .earnings .failed-direct-deposit h3,
  #earnings-display .earnings .no-direct-deposit h3 {
    padding-left: 10px;
  }
  #earnings-display .earnings .failed-direct-deposit p,
  #earnings-display .earnings .no-direct-deposit p,
  #earnings-display .earnings .failed-direct-deposit a,
  #earnings-display .earnings .no-direct-deposit a {
    margin-left: 10px;
  }
}
#earnings-display .earnings-history {
  display: table;
  width: 100%;
  clear: left;
}
#earnings-display .earnings-history .earnings-history-header-row {
  display: table-row;
  height: 40px;
  border-bottom: 1px solid #ffffff;
  text-transform: uppercase;
}
#earnings-display .earnings-history .earnings-history-header-row .earnings-history-header-cell {
  display: table-cell;
  background-color: #73736d;
  font-weight: bold;
  font-size: 13px;
  color: #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  vertical-align: middle;
}
#earnings-display .earnings-history #earnings-header {
  text-align: right;
  min-width: 160px;
}
#earnings-display .earnings-history #earnings-header p {
  padding-right: 10px;
}
#earnings-display .earnings-history #payment-header {
  text-align: right;
  width: 230px;
}
#earnings-display .earnings-history #payment-header p {
  padding-right: 10px;
}
#earnings-display .earnings-history #date-header {
  text-align: right;
  min-width: 160px;
}
#earnings-display .earnings-history #date-header p {
  padding-right: 10px;
}
#earnings-display .earnings-history #description-header {
  min-width: 390px;
}
#earnings-display .earnings-history #description-header p {
  padding-left: 10px;
}
#earnings-display .earnings-history .earnings-row {
  display: table-row;
  height: 40px;
  color: #303030;
}
#earnings-display .earnings-history .earnings-row div {
  padding-top: 10px;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
#earnings-display .earnings-history .count1 {
  background-color: #f5f5f5;
}
#earnings-display .earnings-history .date {
  display: table-cell;
  text-align: right;
  width: 160px;
}
#earnings-display .earnings-history .date span {
  padding-right: 10px;
}
#earnings-display .earnings-history .description {
  display: table-cell;
  width: 390px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#earnings-display .earnings-history .description span {
  font-size: 15px;
}
#earnings-display .earnings-history .description span:first-child {
  padding-left: 10px;
}
#earnings-display .earnings-history .description .account-last {
  font-size: 13px;
}
#earnings-display .earnings-history .description .failed-payment,
#earnings-display .earnings-history .description .failed-payment + span {
  color: #D34836;
}
#earnings-display .earnings-history .adjustment {
  display: table-cell;
  font-weight: bold;
  text-align: right;
  width: 160px;
}
#earnings-display .earnings-history .adjustment .currency {
  padding-right: 10px;
}
#earnings-display .earnings-history .payment,
#earnings-display .earnings-history .failed-payment-amount {
  color: #7fbf4d;
  display: table-cell;
  font-weight: bold;
  text-align: right;
  width: 230px;
}
#earnings-display .earnings-history .payment .currency,
#earnings-display .earnings-history .failed-payment-amount .currency {
  padding-right: 10px;
}
#earnings-display .earnings-history .failed-payment-amount {
  color: #D34836;
  text-decoration: line-through;
  font-weight: normal;
}
#earnings-display .earnings-history .icon {
  background-size: 160px 360px;
  height: 18px;
  width: 18px;
  background-repeat: no-repeat;
  background-image: url('../img/sprite.v26.png');
  background-color: transparent;
  background-position: -61px -181px;
  display: none;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #earnings-display .earnings-history .icon {
    background-image: url('../img/sprite.v26@2x.png');
  }
}
#earnings-display .earnings-history .empty-icon {
  display: none;
}
@media (max-width: 620px) {
  #earnings-display .earnings-history {
    border-top: 1px solid #cccccc;
    border-bottom: 0px;
    float: left;
    display: block;
  }
  #earnings-display .earnings-history .earnings-history-header-row,
  #earnings-display .earnings-history .earnings-history-header-cell {
    display: none;
  }
  #earnings-display .earnings-history .earnings-row {
    height: 55px;
    display: block;
    position: relative;
  }
  #earnings-display .earnings-history .earnings-row div {
    border: none;
    display: block;
    position: absolute;
    padding-top: 0px;
  }
  #earnings-display .earnings-history .description {
    width: 160px;
    height: 55px;
    white-space: normal;
    left: 10px;
  }
  #earnings-display .earnings-history .description span,
  #earnings-display .earnings-history .description .account-last {
    font-size: 11px;
    color: #303030;
    position: absolute;
  }
  #earnings-display .earnings-history .description span:last-child,
  #earnings-display .earnings-history .description .account-last:last-child {
    top: 32px;
  }
  #earnings-display .earnings-history .description span:first-child,
  #earnings-display .earnings-history .description .account-last:first-child {
    width: 110px;
    font-size: 15px;
    padding-left: 0px;
    top: 11px;
  }
  #earnings-display .earnings-history .date {
    font-weight: bold;
    font-size: 11px;
    color: #555555;
    right: 35px;
    top: 32px;
    text-align: right;
    width: 80px;
  }
  #earnings-display .earnings-history .date span {
    padding-right: 0px;
  }
  #earnings-display .earnings-history .adjustment,
  #earnings-display .earnings-history .payment,
  #earnings-display .earnings-history .failed-payment-amount {
    font-weight: bold;
    font-size: 15px;
    width: auto;
    right: 25px;
    top: 11px;
  }
  #earnings-display .earnings-history .payment + .icon,
  #earnings-display .earnings-history .empty-payment,
  #earnings-display .earnings-history .empty-adjustment {
    display: none;
  }
  #earnings-display .earnings-history .icon {
    padding-top: 0px;
    top: 19px;
    font-weight: bold;
    right: 9px;
  }
}
#earnings-display .cutoffDateRow {
  text-align: center;
  background-color: #73736d;
  color: #ffffff;
  font-weight: bold;
  height: 40px;
  border: 1px solid #ffffff;
}
#earnings-display .cutoffDateRow p {
  position: relative;
  top: 10px;
}
@media (max-width: 620px) {
  #earnings-display .cutoffDateRow {
    border-top: 1px solid #cccccc;
    float: left;
    text-align: center;
    height: 60px;
  }
}
#add-bank-account-dialog .explanation {
  max-width: 620px;
}
#add-bank-account-dialog .number-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #fc7c1a;
  color: #ffffff;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
}
#add-bank-account-dialog #balanced-bank-account-form {
  margin-top: 20px;
}
#add-bank-account-dialog #balanced-bank-account-form .input-container {
  float: left;
  margin-left: 20px;
}
#add-bank-account-dialog #balanced-bank-account-form .input-container:first-child {
  margin-left: 0;
}
#add-bank-account-dialog #balanced-bank-account-form .input-container .label-container {
  line-height: 20px;
}
#add-bank-account-dialog #balanced-bank-account-form .input-container .label-container .number-icon {
  float: left;
  margin-right: 10px;
}
#add-bank-account-dialog #balanced-bank-account-form .input-container .label-container label {
  font-weight: normal;
  font-size: 13px;
  font-weight: bold;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #555555;
  display: block;
  padding-bottom: 5px;
}
#add-bank-account-dialog #balanced-bank-account-form .input-container input[type="text"] {
  width: 150px;
  margin-left: 30px;
}
@media (max-width: 620px) {
  #add-bank-account-dialog #balanced-bank-account-form .input-container {
    margin: 0 20px 20px 0;
  }
}
#add-bank-account-dialog #balanced-bank-account-form .account-type > h3 {
  font-weight: normal;
  font-size: 13px;
  font-weight: bold;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #555555;
  display: block;
  padding-bottom: 5px;
}
#add-bank-account-dialog #balanced-bank-account-form .account-type > label {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 13px;
}
#add-bank-account-dialog #balanced-bank-account-form .account-type #account-type-savings {
  margin-left: 10px;
}
#add-bank-account-dialog #balanced-bank-account-form .account-type .error-code {
  display: none;
  color: #D1493C;
  margin-left: 10px;
}
#add-bank-account-dialog #balanced-bank-account-form .account-holder-and-number {
  zoom: 1;
  margin-top: 20px;
}
#add-bank-account-dialog #balanced-bank-account-form .account-holder-and-number:after {
  content: "";
  display: table;
  clear: both;
}
#add-bank-account-dialog #balanced-bank-account-form .check-icon {
  position: relative;
  margin-top: 40px;
}
#add-bank-account-dialog #balanced-bank-account-form .check-icon .check-icon-large {
  width: 620px;
  height: 298px;
  background-image: url('../img/check.png');
}
@media (max-width: 620px) {
  #add-bank-account-dialog #balanced-bank-account-form .check-icon .check-icon-large {
    display: none;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #add-bank-account-dialog #balanced-bank-account-form .check-icon .check-icon-large {
    background-image: url('../img/check@2x.png');
    background-size: 620px;
  }
}
#add-bank-account-dialog #balanced-bank-account-form .check-icon .check-icon-small {
  display: none;
  width: 489px;
  height: 243px;
  background-image: url('../img/check-small.png');
}
@media (max-width: 620px) {
  #add-bank-account-dialog #balanced-bank-account-form .check-icon .check-icon-small {
    display: block;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #add-bank-account-dialog #balanced-bank-account-form .check-icon .check-icon-small {
    background-image: url('../img/check-small@2x.png');
    background-size: 489px;
  }
}
#add-bank-account-dialog #balanced-bank-account-form .check-icon #number-icon-one {
  position: absolute;
  top: 28px;
  left: 156px;
}
@media (max-width: 620px) {
  #add-bank-account-dialog #balanced-bank-account-form .check-icon #number-icon-one {
    top: 19px;
    left: 137px;
  }
}
#add-bank-account-dialog #balanced-bank-account-form .check-icon #number-icon-two {
  position: relative;
  left: 80px;
}
@media (max-width: 620px) {
  #add-bank-account-dialog #balanced-bank-account-form .check-icon #number-icon-two {
    left: 62px;
  }
}
#add-bank-account-dialog #balanced-bank-account-form .check-icon #number-icon-three {
  position: relative;
  left: 194px;
}
@media (max-width: 620px) {
  #add-bank-account-dialog #balanced-bank-account-form .check-icon #number-icon-three {
    left: 148px;
  }
}
@media (max-width: 620px) {
  #add-bank-account-dialog #balanced-bank-account-form .check-icon {
    margin-top: 20px;
  }
}
@media (max-width: 620px) {
  #add-bank-account-dialog #balanced-bank-account-form {
    margin-top: 20px;
  }
}
#add-bank-account-dialog .actions {
  margin-top: 20px;
}
#add-bank-account-dialog .actions .button {
  margin-top: 0;
}
#add-bank-account-dialog .actions .error-message {
  display: none;
  color: #d0493b;
}
@media (max-width: 620px) {
  #add-bank-account-dialog .actions .error-message {
    display: block;
    visibility: hidden;
    margin-top: 20px;
    height: 26px;
    line-height: 13px;
  }
}
@media (max-width: 620px) {
  #add-bank-account-dialog .actions {
    margin-top: 0;
  }
}
#add-bank-account-dialog.error .actions .error-message {
  display: inline-block;
}
@media (max-width: 620px) {
  #add-bank-account-dialog.error .actions .error-message {
    visibility: visible;
  }
}
.sfo_signup {
  min-height: 600px;
}
.sfo_signup #local .section_box {
  background: -moz-linear-gradient(top, #f7f7f6 0%, #fafafa 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(247, 247, 246, 0.95)), color-stop(100%, #fafafa));
  background: -webkit-linear-gradient(top, rgba(247, 247, 246, 0.95) 0%, rgba(250, 250, 250, 0.95) 100%);
  background: -o-linear-gradient(top, rgba(247, 247, 246, 0.95) 0%, rgba(250, 250, 250, 0.95) 100%);
  background: linear-gradient(to bottom, rgba(247, 247, 246, 0.95) 0%, rgba(250, 250, 250, 0.95) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(StartColorStr='#fff7f7f6', EndColorStr='#fffafafa', GradientType=0);
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
}
.sfo_signup + #page {
  z-index: -1;
}
.sfo_signup + #page > #content {
  min-height: 0;
}
.sfo_signup .listing-airports-hero .hero_and_box {
  position: relative;
  margin-top: -30px;
  margin-bottom: 40px;
  height: 382px;
  width: 100%;
  background-color: #DDD;
  background-color: #b9dff2;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 620px) {
  .sfo_signup .listing-airports-hero .hero_and_box {
    padding: 0;
  }
}
.sfo_signup .listing-airports-hero .hero_and_box .hero_bg {
  -webkit-backface-visibility: hidden;
  z-index: 0;
  position: absolute;
  height: 382px;
  width: 100%;
  overflow: hidden;
}
.sfo_signup .listing-airports-hero .hero_and_box .hero_bg .wash {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAISCAYAAAANyKWVAAABRklEQVRIx+2VMXLEMAwDsSjzpdR5Yf57SHGWLdmU7BTp0mg8IwokAZDWx+fXtyXp//g/fn+g/AlyHsVBjMRzZIiVsH3dv3APP3nBcPGkoCL5mkmwrCoEbjVKe4a91HJFO4QW94S6GAoiIF1BZTOJzLotX299AjUy57fsJBYA20UshfY1dH7oVopcqGpuRZkqCMRJsMcQWAll3dobiTd8sx5zexvkVKKMORrKrXgbLwVXsPLfyrbV9HhKrJvNqnLPtt27dF4Xec5mKFIepQGamx+4zMy86T0RfR/pzTrO6iHPFMp6DZXO4iqaquWB0tts7ZITL6CY3hHZnUOxpE+rarXHx7/GNvaiz3vc5tX8Mir9HiEl17FqDR7+e+8mJgWhHFzJZAewqnXDeauQyO6Fp01FkY1r58NCYQc9Wh1cQi77r/N4S/4DodhvDdorJmMAAAAASUVORK5CYII=') repeat-x;
}
.sfo_signup .listing-airports-hero .hero_and_box .hero_bg .hero_container {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  height: 382px;
}
@media (max-width: 620px) {
  .sfo_signup .listing-airports-hero .hero_and_box .hero_bg .hero_container {
    height: 382px;
    max-width: auto;
    overflow: hidden;
  }
  .sfo_signup .listing-airports-hero .hero_and_box .hero_bg .hero_container .fade {
    display: none;
  }
  .sfo_signup .listing-airports-hero .hero_and_box .hero_bg .hero_container .wash {
    width: 100%;
    left: 0;
    height: 382px;
  }
}
.sfo_signup .listing-airports-hero .hero_and_box .hero_bg .hero_container .hero_image {
  background-position: center center;
  background-size: cover;
  min-height: 100%;
  min-width: 100%;
}
.sfo_signup .listing-airports-hero .hero_and_box .hero_bg .hero_container .fade {
  display: block;
  height: 382px;
  width: 140px;
  position: absolute;
  top: 0;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media all and (max-width: 1400px - 100px) {
  .sfo_signup .listing-airports-hero .hero_and_box .hero_bg .hero_container .fade {
    opacity: 0;
  }
}
.sfo_signup .listing-airports-hero .hero_and_box .hero_bg .hero_container .fade.left {
  left: 0;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAAABCAQAAACm546zAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADpJREFUGJVjvPuP4T8S/AfFqLx/GCwYhLH/ooj+RWLj5v1Fk/tLUJYQ7z8SD+bWvxju/4fDp0hQ+T8A+7aMAoEV4XkAAAAASUVORK5CYII=') repeat-y;
}
.sfo_signup .listing-airports-hero .hero_and_box .hero_bg .hero_container .fade.right {
  right: 0;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAAABCAQAAACm546zAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADtJREFUGJVjZGC4y8iACplQWExQFhOcB2Exw1kgkhmJDeMxEeQxo/CZCcoSYyYjnMeIIorufiYcPoVCAHtTAd2CsK8kAAAAAElFTkSuQmCC') repeat-y;
}
.sfo_signup .listing-airports-hero .hero_and_box .hero_bg .wash {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 382px;
}
.sfo_signup .listing-airports-hero .hero_and_box .hero_fg {
  position: relative;
  z-index: 2;
  width: 940px;
  height: 382px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 620px) {
  .sfo_signup .listing-airports-hero .hero_and_box .hero_fg {
    height: 382px;
    width: auto;
    padding-left: 10px;
  }
}
.sfo_signup .listing-airports-hero .hero_and_box .hero_fg .centered {
  position: absolute;
  top: 40px;
}
@media (max-width: 620px) {
  .sfo_signup .listing-airports-hero .hero_and_box .hero_fg .centered {
    left: 10px;
    width: auto;
    right: 10px;
  }
}
.sfo_signup .listing-airports-hero .hero_and_box .hero_fg .centered h1,
.sfo_signup .listing-airports-hero .hero_and_box .hero_fg .centered h2,
.sfo_signup .listing-airports-hero .hero_and_box .hero_fg .centered p,
.sfo_signup .listing-airports-hero .hero_and_box .hero_fg .centered li {
  color: #ffffff;
  text-shadow: 0 0 5px #082930;
}
.sfo_signup .listing-airports-hero .hero_and_box .hero_bg .hero_container .hero_image {
  background-image: url("../img/airport_listing/listing_hero.jpg");
}
@media (max-width: 620px) {
  .sfo_signup .listing-airports-hero .hero_and_box .hero_bg .hero_container .hero_image {
    background-image: url("../img/airport_listing/listing_hero_narrow.jpg");
  }
}
.sfo_signup .listing-airports-hero .hero_and_box .hero_fg .centered h1 {
  color: #21acca;
  font-size: 50px;
  max-width: 620px;
  text-shadow: none;
}
@media (max-width: 620px) {
  .sfo_signup .listing-airports-hero .hero_and_box .hero_fg .centered h1 {
    font-size: 42px;
  }
}
@media (max-width: 620px) {
  .sfo_signup .listing-airports-hero .hero_and_box .hero_fg {
    height: 100%;
    background: rgba(234, 245, 251, 0.85);
  }
  .sfo_signup .listing-airports-hero .hero_and_box .hero_fg .centered_frame h1 {
    font-size: 32px;
    padding-right: 0;
    text-shadow: 0 0 10px #eaf5fb;
  }
}
.sfo_signup #list-airport-vehicle {
  width: 940px;
  margin: 0 auto;
  clear: both;
  position: relative;
  top: -180px;
  margin-bottom: -150px;
  z-index: 2;
}
@media (max-width: 620px) {
  .sfo_signup #list-airport-vehicle {
    width: auto;
    margin: 0;
    padding: 0 10px;
  }
}
@media (max-width: 620px) {
  .sfo_signup #list-airport-vehicle {
    margin-bottom: -210px;
  }
}
.sfo_signup #list-airport-vehicle .box {
  background: -moz-linear-gradient(top, #f7f7f6 0%, #fafafa 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(247, 247, 246, 0.95)), color-stop(100%, #fafafa));
  background: -webkit-linear-gradient(top, rgba(247, 247, 246, 0.95) 0%, rgba(250, 250, 250, 0.95) 100%);
  background: -o-linear-gradient(top, rgba(247, 247, 246, 0.95) 0%, rgba(250, 250, 250, 0.95) 100%);
  background: linear-gradient(to bottom, rgba(247, 247, 246, 0.95) 0%, rgba(250, 250, 250, 0.95) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(StartColorStr='#fff7f7f6', EndColorStr='#fffafafa', GradientType=0);
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
  padding: 70px 20px 20px 20px;
  min-height: 200px;
  height: 300px;
  width: 260px;
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
  position: relative;
}
.sfo_signup #list-airport-vehicle .box .error + label {
  color: #d0493b;
}
.sfo_signup #list-airport-vehicle .box .title {
  position: absolute;
  top: 10px;
  left: -10px;
  height: 35px;
  background: #28bcdc;
}
.sfo_signup #list-airport-vehicle .box .title .text {
  display: block;
  padding: 10px 10px 5px 10px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 15px;
  color: #FFF;
}
.sfo_signup #list-airport-vehicle .box .title .ribbon {
  display: block;
  height: 10px;
  width: 10px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAACVBMVEUAAAARg5sQhJxtnrVJAAAAAnRSTlMAgJsrThgAAAAtSURBVHjabcgxAQAACMAgtH9oAzhOzH5q1apVq1atWrVq1apVq1atWrVq1ao9sbsBkYKZcFYAAAAASUVORK5CYII=') no-repeat;
  background-size: 10px;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.sfo_signup #list-airport-vehicle .box .content label {
  display: block;
  font-weight: bold;
  font-size: 13px;
  padding-top: 10px;
  padding-bottom: 5px;
}
.sfo_signup #list-airport-vehicle .box .content input {
  clear: both;
  max-width: 300px;
}
@media (max-width: 620px) {
  .sfo_signup #list-airport-vehicle .box {
    float: none;
    clear: both;
    height: auto;
    width: 100%;
    margin-left: -10px;
    margin-right: 0;
    margin-bottom: 0;
    padding: 45px 10px 20px 10px;
  }
  .sfo_signup #list-airport-vehicle .box .title {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .sfo_signup #list-airport-vehicle .box .title .ribbon {
    display: none;
  }
}
.sfo_signup #list-airport-vehicle #vehicle-eligibility {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 13px;
  display: none;
  margin-top: 10px;
}
.sfo_signup #list-airport-vehicle .details .color,
.sfo_signup #list-airport-vehicle .details .doors {
  width: 45%;
  margin-bottom: 20px;
  float: left;
}
.sfo_signup #list-airport-vehicle .details .color input,
.sfo_signup #list-airport-vehicle .details .doors input {
  width: 100%;
}
.sfo_signup #list-airport-vehicle .details .color {
  margin-right: 20px;
}
.sfo_signup #list-airport-vehicle .details .doors {
  margin-right: 0;
}
.sfo_signup #list-airport-vehicle .details .convertible,
.sfo_signup #list-airport-vehicle .details .manual-transmission,
.sfo_signup #list-airport-vehicle .details .safe-operating-condition {
  margin-bottom: 10px;
  width: 100%;
  max-width: 300px;
  position: relative;
  clear: both;
}
.sfo_signup #list-airport-vehicle .details .convertible label,
.sfo_signup #list-airport-vehicle .details .manual-transmission label,
.sfo_signup #list-airport-vehicle .details .safe-operating-condition label {
  float: none;
  display: block;
  padding-top: 0;
  padding-left: 20px;
}
.sfo_signup #list-airport-vehicle .details .convertible input,
.sfo_signup #list-airport-vehicle .details .manual-transmission input,
.sfo_signup #list-airport-vehicle .details .safe-operating-condition input {
  float: none;
  position: absolute;
  top: 3px;
  left: 0;
}
.sfo_signup #list-airport-vehicle .details .mileage-range {
  margin-bottom: 15px;
}
.sfo_signup #list-airport-vehicle .details .mileage-range .mileage-range-eligibility {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 13px;
  display: none;
  margin-top: 10px;
}
.sfo_signup #list-airport-vehicle .vehicle .content .year,
.sfo_signup #list-airport-vehicle .vehicle .content .make,
.sfo_signup #list-airport-vehicle .vehicle .content .model {
  margin-bottom: 10px;
  clear: left;
}
.sfo_signup #list-airport-vehicle .vehicle .content .year .styled-select-container .text,
.sfo_signup #list-airport-vehicle .vehicle .content .make .styled-select-container .text,
.sfo_signup #list-airport-vehicle .vehicle .content .model .styled-select-container .text {
  width: 250px;
}
.sfo_signup #list-airport-vehicle #earnings {
  clear: both;
  background: -moz-linear-gradient(top, #f7f7f6 0%, #fafafa 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(247, 247, 246, 0.95)), color-stop(100%, #fafafa));
  background: -webkit-linear-gradient(top, rgba(247, 247, 246, 0.95) 0%, rgba(250, 250, 250, 0.95) 100%);
  background: -o-linear-gradient(top, rgba(247, 247, 246, 0.95) 0%, rgba(250, 250, 250, 0.95) 100%);
  background: linear-gradient(to bottom, rgba(247, 247, 246, 0.95) 0%, rgba(250, 250, 250, 0.95) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(StartColorStr='#fff7f7f6', EndColorStr='#fffafafa', GradientType=0);
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
  width: 100%;
  display: none;
}
.sfo_signup #list-airport-vehicle #earnings #rate {
  text-align: center;
  color: #7fbf4d;
  padding: 20px 40px;
  width: 220px;
  height: 100px;
}
.sfo_signup #list-airport-vehicle #earnings #rate #amount {
  font-size: 50px;
  font-weight: 100;
}
.sfo_signup #list-airport-vehicle #earnings #rate #interval {
  margin-top: -10px;
  font-size: 24px;
}
.sfo_signup #list-airport-vehicle #earnings #text {
  color: white;
  background: #7fbf4d;
}
.sfo_signup #list-airport-vehicle #earnings #text > div {
  margin: 20px;
  margin-left: 30px;
}
@media (max-width: 620px) {
  .sfo_signup #list-airport-vehicle #earnings {
    margin-right: -10px;
    margin-left: -10px;
    width: auto;
  }
  .sfo_signup #list-airport-vehicle #earnings #rate {
    display: none;
  }
}
.sfo_signup #list-airport-vehicle .travel {
  margin-right: 0;
}
.sfo_signup #list-airport-vehicle .travel .content .date-time-selector {
  margin-top: 10px;
}
.sfo_signup #list-airport-vehicle .travel .content .date-time-selector:first-child {
  margin-top: 0;
}
.sfo_signup #list-airport-vehicle .travel .content .date-time-selector label {
  width: 100px;
}
.sfo_signup #list-airport-vehicle .travel .content .date-time-selector input {
  clear: left;
}
.sfo_signup #list-airport-vehicle .travel .content .date-time-selector .search-time-container {
  clear: left;
}
@media (max-width: 620px) {
  .sfo_signup #list-airport-vehicle .travel .content .date-time-selector > div {
    float: left;
  }
  .sfo_signup #list-airport-vehicle .travel .content .date-time-selector .start-date,
  .sfo_signup #list-airport-vehicle .travel .content .date-time-selector .end-date {
    margin-right: 10px;
  }
  .sfo_signup #list-airport-vehicle .travel .content .date-time-selector .start-time {
    margin-bottom: 20px;
  }
}
.sfo_signup #list-airport-vehicle .travel .content .parking-duration-eligibility {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 13px;
  display: none;
  margin-top: 10px;
}
.sfo_signup #list-airport-vehicle .optional {
  background: -moz-linear-gradient(top, #f7f7f6 0%, #fafafa 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(247, 247, 246, 0.95)), color-stop(100%, #fafafa));
  background: -webkit-linear-gradient(top, rgba(247, 247, 246, 0.95) 0%, rgba(250, 250, 250, 0.95) 100%);
  background: -o-linear-gradient(top, rgba(247, 247, 246, 0.95) 0%, rgba(250, 250, 250, 0.95) 100%);
  background: linear-gradient(to bottom, rgba(247, 247, 246, 0.95) 0%, rgba(250, 250, 250, 0.95) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(StartColorStr='#fff7f7f6', EndColorStr='#fffafafa', GradientType=0);
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
  padding: 20px;
  clear: both;
  margin-bottom: 10px;
}
.sfo_signup #list-airport-vehicle .optional .title h4 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
}
.sfo_signup #list-airport-vehicle .optional #travel-frequency,
.sfo_signup #list-airport-vehicle .optional #travel-length {
  float: left;
}
.sfo_signup #list-airport-vehicle .optional #travel-frequency h5,
.sfo_signup #list-airport-vehicle .optional #travel-length h5 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
}
.sfo_signup #list-airport-vehicle .optional #travel-frequency .option,
.sfo_signup #list-airport-vehicle .optional #travel-length .option {
  margin-bottom: 5px;
}
.sfo_signup #list-airport-vehicle .optional #travel-frequency .option label,
.sfo_signup #list-airport-vehicle .optional #travel-length .option label {
  font-size: 13px;
  padding-left: 3px;
}
.sfo_signup #list-airport-vehicle .optional #travel-frequency {
  width: 300px;
  margin-right: 80px;
}
.sfo_signup #list-airport-vehicle .optional #travel-length {
  width: 380px;
}
@media (max-width: 620px) {
  .sfo_signup #list-airport-vehicle .optional {
    float: none;
    clear: both;
    width: 100%;
    margin-left: -10px;
    position: relative;
    padding: 60px 10px 20px 10px;
  }
  .sfo_signup #list-airport-vehicle .optional .title {
    position: absolute;
    width: 100%;
    background: #54544e;
    top: 0;
    left: 0;
  }
  .sfo_signup #list-airport-vehicle .optional .title h4 {
    padding: 10px 10px 0px 10px;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 15px;
  }
  .sfo_signup #list-airport-vehicle .optional #travel-frequency,
  .sfo_signup #list-airport-vehicle .optional #travel-length {
    width: auto;
    margin-right: 0;
  }
  .sfo_signup #list-airport-vehicle .optional #travel-frequency {
    margin-bottom: 20px;
  }
}
.sfo_signup #list-airport-vehicle .accept-terms-and-conditions {
  clear: both;
  margin-top: 30px;
}
.sfo_signup #list-airport-vehicle .accept-terms-and-conditions label {
  margin-left: 5px;
}
.sfo_signup #list-airport-vehicle .actions {
  clear: both;
  margin-top: 20px;
  margin-bottom: 45px;
}
.sfo_signup #list-airport-vehicle .actions .error-message {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 13px;
  margin-top: 10px;
  color: #d0493b;
  visibility: hidden;
}
.sfo_signup .error + label {
  color: #d0493b;
}
.sfo_signup .cancellationBar {
  width: 100%;
  margin-top: 40px;
  margin-bottom: -60px;
  background: #f1f1f1 url("../img/airport_listing/light_bg_texture.png");
  clear: both;
  min-height: 230px;
}
@media (max-width: 620px) {
  .sfo_signup .cancellationBar {
    margin-bottom: -30px;
    margin-top: 30px;
  }
}
.sfo_signup .cancellationBar .container {
  width: 940px;
  margin: 0 auto;
  clear: both;
  position: relative;
  padding: 40px 0;
}
@media (max-width: 620px) {
  .sfo_signup .cancellationBar .container {
    width: auto;
    margin: 0;
    padding: 0 10px;
  }
}
.sfo_signup .cancellationBar .container .cancellationPolicy,
.sfo_signup .cancellationBar .container .changePolicy {
  float: left;
  width: 380px;
  margin-top: 5px;
  margin-right: 0;
}
.sfo_signup .cancellationBar .container .cancellationPolicy h5,
.sfo_signup .cancellationBar .container .changePolicy h5 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
}
.sfo_signup .cancellationBar .container .cancellationPolicy p,
.sfo_signup .cancellationBar .container .changePolicy p {
  font-size: 13px;
  line-height: 1.4;
}
@media (max-width: 620px) {
  .sfo_signup .cancellationBar .container {
    padding: 30px 10px;
  }
  .sfo_signup .cancellationBar .container .cancellationPolicy,
  .sfo_signup .cancellationBar .container .changePolicy {
    float: none;
    width: auto;
    margin: 0;
    margin-bottom: 20px;
  }
}
#list-airport-vehicle-confirmation-dialog {
  width: auto;
}
#list-airport-vehicle-confirmation-dialog a {
  margin-top: 10px;
}
#list-airport-vehicle-confirm-policy-dialog {
  width: auto;
}
#list-airport-vehicle-confirm-policy-dialog a,
#list-airport-vehicle-confirm-policy-dialog button {
  margin-top: 10px;
}
#idology-identity-verification h2,
#book-trip-idology-identity-verification h2 {
  margin-bottom: 10px;
}
#idology-identity-verification .description,
#book-trip-idology-identity-verification .description {
  margin-bottom: 20px;
  font-size: 13px;
}
#idology-identity-verification #identity-verification-questions #identity-verification-form,
#book-trip-idology-identity-verification #identity-verification-questions #identity-verification-form {
  zoom: 1;
  border: 1px solid #cccccc;
  background-color: #fafafa;
  padding: 20px;
}
#idology-identity-verification #identity-verification-questions #identity-verification-form:after,
#book-trip-idology-identity-verification #identity-verification-questions #identity-verification-form:after {
  content: "";
  display: table;
  clear: both;
}
#idology-identity-verification #identity-verification-questions #identity-verification-form #question .answers,
#book-trip-idology-identity-verification #identity-verification-questions #identity-verification-form #question .answers {
  zoom: 1;
}
#idology-identity-verification #identity-verification-questions #identity-verification-form #question .answers:after,
#book-trip-idology-identity-verification #identity-verification-questions #identity-verification-form #question .answers:after {
  content: "";
  display: table;
  clear: both;
}
#idology-identity-verification #identity-verification-questions #identity-verification-form #question .answers .prompt,
#book-trip-idology-identity-verification #identity-verification-questions #identity-verification-form #question .answers .prompt {
  font-size: 15px;
  margin-bottom: 15px;
}
#idology-identity-verification #identity-verification-questions #identity-verification-form #question .answers input,
#book-trip-idology-identity-verification #identity-verification-questions #identity-verification-form #question .answers input {
  float: left;
  clear: left;
  margin-bottom: 15px;
  margin-right: 10px;
}
#idology-identity-verification #identity-verification-questions #identity-verification-form #question .answers label,
#book-trip-idology-identity-verification #identity-verification-questions #identity-verification-form #question .answers label {
  float: left;
}
#idology-identity-verification #identity-verification-questions #identity-verification-form .button,
#book-trip-idology-identity-verification #identity-verification-questions #identity-verification-form .button {
  margin-top: 20px;
  display: inline-block;
}
#idology-identity-verification #identity-verification-questions #identity-verification-form #next-button,
#book-trip-idology-identity-verification #identity-verification-questions #identity-verification-form #next-button {
  clear: left;
  margin-right: 15px;
}
@media (max-width: 620px) {
  #idology-identity-verification #identity-verification-questions #identity-verification-form,
  #book-trip-idology-identity-verification #identity-verification-questions #identity-verification-form {
    float: none;
    margin-bottom: 15px;
  }
}
@media (max-width: 620px) {
  #idology-identity-verification #identity-verification-questions,
  #book-trip-idology-identity-verification #identity-verification-questions {
    margin-bottom: 15px;
  }
}
#idology-identity-verification .right-column .trip-summary-container h3,
#book-trip-idology-identity-verification .right-column .trip-summary-container h3 {
  clear: left;
}
#idology-identity-verification .right-column .trip-summary-container .trip-summary,
#book-trip-idology-identity-verification .right-column .trip-summary-container .trip-summary {
  clear: left;
  margin-top: 15px;
}
#idology-identity-verification .right-column .trip-summary-container .trip-summary .payment,
#book-trip-idology-identity-verification .right-column .trip-summary-container .trip-summary .payment {
  display: none;
}
#idology-identity-verification .right-column .trip-summary-container .trip-summary .actions,
#book-trip-idology-identity-verification .right-column .trip-summary-container .trip-summary .actions {
  display: none;
}
#idology-identity-verification .right-column .trip-summary-container .trip-summary .security-deposit,
#book-trip-idology-identity-verification .right-column .trip-summary-container .trip-summary .security-deposit {
  display: none;
}
@media (max-width: 620px) {
  #idology-identity-verification,
  #book-trip-idology-identity-verification {
    margin: 0px 10px;
  }
}
#start-identity-verification #current-address-form {
  margin-bottom: 40px;
  max-width: 330px;
}
#start-identity-verification #current-address-form .input-container {
  padding-top: 20px;
}
#start-identity-verification #current-address-form .input-container label {
  font-weight: normal;
  font-size: 13px;
  font-weight: bold;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #555555;
  display: block;
  padding-bottom: 5px;
}
#start-identity-verification #current-address-form .input-container select {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 13px;
}
#start-identity-verification #current-address-form #street-address {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#start-identity-verification #current-address-form .city-state-zip {
  display: table;
  width: 100%;
}
#start-identity-verification #current-address-form .city-state-zip .input-container {
  display: table-cell;
  padding-left: 10px;
}
#start-identity-verification #current-address-form .city-state-zip .input-container input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
#start-identity-verification #current-address-form .city-state-zip .input-container.city {
  padding-left: 0;
}
#start-identity-verification #current-address-form .city-state-zip .input-container.state .text {
  width: 70px;
}
#start-identity-verification #current-address-form .city-state-zip .input-container.zip {
  width: 66px;
}
#start-identity-verification #ssn-form > p {
  margin-top: 10px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 11px;
  line-height: 14px;
  font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#start-identity-verification #ssn-form #ssn-description {
  margin-top: 30px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 13px;
  font-weight: bold;
}
#start-identity-verification #ssn-form .ssnLast4-container {
  margin-top: 10px;
}
#start-identity-verification #ssn-form .ssnLast4-container #ssnFirst5 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 13px;
  color: #a3a39d;
}
#start-identity-verification #ssn-form .ssnLast4-container #ssnLast4-input {
  width: 60px;
  height: 30px;
  font-size: 16px;
}
#start-identity-verification #ssn-form .no-ssn-checkbox {
  margin-top: 20px;
}
#start-identity-verification #ssn-form .no-ssn-checkbox > label {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 13px;
  margin-left: 5px;
}
#start-identity-verification #ssn-form .no-ssn-confirmation {
  display: none;
  width: 265px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 13px;
  margin-top: 20px;
}
#start-identity-verification #ssn-form .actions {
  margin-top: 30px;
}
#start-identity-verification #ssn-form .actions #no-ssn-button {
  display: none;
}
@media (max-width: 620px) {
  #start-identity-verification {
    margin: 0px 10px;
  }
}
#listing-vehicle-photo-uploader {
  border-top: none;
  padding-top: 0;
  margin-right: -10px;
}
#listing-vehicle-photo-uploader #delete-button-template {
  display: none;
}
#listing-vehicle-photo-uploader ul.items {
  position: relative;
  float: left;
  width: 100%;
}
#listing-vehicle-photo-uploader ul.items li {
  float: left;
  width: 170px;
  height: 102px;
  margin-right: 10px;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  background: white;
}
@media (max-width: 320px) {
  #listing-vehicle-photo-uploader ul.items li {
    width: 145px;
    height: 87px;
  }
}
#listing-vehicle-photo-uploader ul.items li .text {
  padding: 10px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 11px;
  line-height: 14px;
  font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#listing-vehicle-photo-uploader ul.items li .delete-button {
  visibility: hidden;
}
#listing-vehicle-photo-uploader ul.items li.uploading {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
#listing-vehicle-photo-uploader ul.items li.uploading .loading {
  position: absolute;
  bottom: 10px;
  width: 100%;
  background: url('/resources/img/loading-small.gif') center center no-repeat;
  height: 18px;
}
#listing-vehicle-photo-uploader ul.items li.uploaded {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
#listing-vehicle-photo-uploader ul.items li.uploaded img {
  width: 100%;
}
#listing-vehicle-photo-uploader ul.items li.placeholder {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px dashed #cccccc;
}
#listing-vehicle-photo-uploader ul.items li.uploader {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
#listing-vehicle-photo-uploader ul.items li.uploader .title {
  padding-top: 5px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 13px;
}
#listing-vehicle-photo-uploader ul.items li.uploader .upload {
  display: inline-block;
  position: absolute !important;
  top: 50%;
  margin-top: -16px;
  left: 50%;
  margin-left: -52px;
}
#listing-vehicle-photo-uploader ul.items .first-photo-banner {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 11px;
  line-height: 14px;
  font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  position: absolute;
  left: -10px;
  top: 90px;
  padding: 5px;
  background: #28bcdc;
}
@media (max-width: 320px) {
  #listing-vehicle-photo-uploader ul.items .first-photo-banner {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 9px;
    line-height: 11px;
    font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    top: 75px;
    left: -5px;
  }
}
#listing-vehicle-photo-uploader ul.items .first-photo-banner .ribbon {
  display: block;
  height: 10px;
  width: 10px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAATklEQVR4Aa3MQQ2AMAAEwUoAx03ABXgF9oGCziVzzx1y+3HNTpnbeT/ju2V/LDQWGguNhcZCY6Gx0FhoLDQWGguNhcZCY6Gx0FhoLDSWF752i6t+FvSTAAAAAElFTkSuQmCC') no-repeat;
  background-size: 10px;
  position: absolute;
  left: 0;
  top: -10px;
}
@media (max-width: 320px) {
  #listing-vehicle-photo-uploader ul.items .first-photo-banner .ribbon {
    width: 5px;
  }
}
#listing-vehicle-photo-uploader ul.items .first-photo-banner .text {
  padding: 0;
  color: #ffffff;
}
#listing-vehicle-photo-uploader ul.items.multiple-photos li {
  cursor: move;
}
#listing-vehicle-photo-uploader ul.items.multiple-photos li.uploader {
  cursor: auto;
}
#listing-vehicle-photo-uploader ul.items.multiple-photos li .delete-button {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 13px;
  cursor: auto;
  visibility: visible;
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 5px 7px;
}
#listing-vehicle-photo-uploader ul.items.multiple-photos li .delete-button .icon {
  background-size: 160px 360px;
  height: 18px;
  width: 18px;
  background-repeat: no-repeat;
  background-image: url('../img/sprite.v26.png');
  background-color: transparent;
  background-position: -141px -101px;
  display: inline-block;
  vertical-align: middle;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #listing-vehicle-photo-uploader ul.items.multiple-photos li .delete-button .icon {
    background-image: url('../img/sprite.v26@2x.png');
  }
}
#listing-vehicle-photo-uploader ul.items.multiple-photos li .delete-button .confirm {
  display: none;
  position: relative;
  top: 2px;
}
#listing-vehicle-photo-uploader ul.items.multiple-photos li .delete-button.deleting {
  cursor: pointer;
}
#listing-vehicle-photo-uploader ul.items.multiple-photos li .delete-button.deleting .confirm {
  display: inline-block;
  margin-left: 7px;
}
#trip-photos .navigation {
  margin-bottom: 40px;
}
@media (max-width: 620px) {
  #trip-photos .navigation {
    margin: 20px 0;
  }
}
#trip-photos .navigation .trip-details-link {
  display: table;
  font-size: 13px;
  text-transform: uppercase;
  color: #4a4a4a;
  text-decoration: none;
}
#trip-photos .navigation .trip-details-link .icon {
  background-size: 160px 360px;
  height: 18px;
  width: 18px;
  background-repeat: no-repeat;
  background-image: url('../img/sprite.v26.png');
  background-color: transparent;
  background-position: -41px -181px;
  display: table-cell;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #trip-photos .navigation .trip-details-link .icon {
    background-image: url('../img/sprite.v26@2x.png');
  }
}
#trip-photos .navigation .trip-details-link .text {
  display: table-cell;
  vertical-align: middle;
  padding-top: 1px;
}
#trip-photos .left-column {
  width: 700px;
  padding-bottom: 40px;
}
@media (max-width: 620px) {
  #trip-photos .left-column {
    padding-bottom: 0;
  }
}
#trip-photos .left-column > div {
  border: 1px solid #D9D7D0;
  padding: 15px;
}
@media (max-width: 620px) {
  #trip-photos .left-column > div {
    border-left: none;
    border-right: none;
    padding: 15px 10px;
  }
}
#trip-photos .left-column > div > div {
  margin-top: 30px;
  border-top: 1px solid #dbdbdb;
  padding-top: 20px;
}
#trip-photos .left-column > div > div:first-child {
  margin-top: 0;
  border-top: none;
  padding-top: 0;
}
#trip-photos .left-column > div .photo-uploader #upload-photo-form {
  zoom: 1;
}
#trip-photos .left-column > div .photo-uploader #upload-photo-form:after {
  content: "";
  display: table;
  clear: both;
}
#trip-photos .left-column > div .photo-uploader #upload-photo-form .add-photo-container {
  float: left;
  width: 206px;
  height: 206px;
}
@media (max-width: 620px) {
  #trip-photos .left-column > div .photo-uploader #upload-photo-form .add-photo-container {
    float: none;
    width: auto;
    height: 130px;
  }
}
#trip-photos .left-column > div .photo-uploader #upload-photo-form .add-photo-container #add-photo-button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
  display: inline-block;
  background: #28bcdc;
  border-radius: 2px;
  border: 1px solid #28bcdc;
  border-bottom-color: #21acca;
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  line-height: 1em;
  padding: 7px 15px 8px 15px;
  margin: 0px 0 0px 0;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #ffffff;
  color: #28bcdc;
}
#trip-photos .left-column > div .photo-uploader #upload-photo-form .add-photo-container #add-photo-button:hover,
#trip-photos .left-column > div .photo-uploader #upload-photo-form .add-photo-container #add-photo-button:focus {
  text-decoration: none;
  outline: none;
  background-color: #22b3d2;
  border-left-color: #22b3d2;
  border-right-color: #22b3d2;
  border-bottom-color: #22b3d2;
  border-top-color: #35c0de;
}
.touch-device #trip-photos .left-column > div .photo-uploader #upload-photo-form .add-photo-container #add-photo-button:active,
.not-touch-device #trip-photos .left-column > div .photo-uploader #upload-photo-form .add-photo-container #add-photo-button:hover:active,
#trip-photos .left-column > div .photo-uploader #upload-photo-form .add-photo-container #add-photo-button.selected {
  background-color: #1fa0bd;
  border: 1px solid #1fa0bd;
}
#trip-photos .left-column > div .photo-uploader #upload-photo-form .add-photo-container #add-photo-button.disabled,
#trip-photos .left-column > div .photo-uploader #upload-photo-form .add-photo-container #add-photo-button:disabled {
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: alpha(opacity=50);
  cursor: default;
  background-color: #28bcdc;
}
#trip-photos .left-column > div .photo-uploader #upload-photo-form .add-photo-container #add-photo-button.disabled:active,
#trip-photos .left-column > div .photo-uploader #upload-photo-form .add-photo-container #add-photo-button:disabled:active,
#trip-photos .left-column > div .photo-uploader #upload-photo-form .add-photo-container #add-photo-button.disabled:hover:active,
#trip-photos .left-column > div .photo-uploader #upload-photo-form .add-photo-container #add-photo-button:disabled:hover:active {
  background-color: #28bcdc;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #1c92ab;
}
#trip-photos .left-column > div .photo-uploader #upload-photo-form .add-photo-container #add-photo-button.loading:before {
  background-image: url('/resources/img/loading-small-white.gif');
}
#trip-photos .left-column > div .photo-uploader #upload-photo-form .add-photo-container #add-photo-button.small.loading:before {
  background-image: url('/resources/img/loading-tiny-white.gif');
}
#trip-photos .left-column > div .photo-uploader #upload-photo-form .add-photo-container #add-photo-button:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
#trip-photos .left-column > div .photo-uploader #upload-photo-form .add-photo-container #add-photo-button > .content {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
#trip-photos .left-column > div .photo-uploader #upload-photo-form .add-photo-container #add-photo-button > .content .icon {
  display: block;
  margin: 0 auto;
  width: 56px;
  height: 56px;
  background: url('/resources/img/trip_photos/plus.png') no-repeat center;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #trip-photos .left-column > div .photo-uploader #upload-photo-form .add-photo-container #add-photo-button > .content .icon {
    background-image: url('/resources/img/trip_photos/plus@2x.png');
    background-size: 56px;
  }
}
@media (max-width: 620px) {
  #trip-photos .left-column > div .photo-uploader #upload-photo-form .add-photo-container #add-photo-button > .content .icon {
    width: 28px;
    height: 28px;
    background-image: url('/resources/img/trip_photos/plus_small.png');
    background-size: 28px;
  }
}
@media (max-width: 620px) and (-webkit-min-device-pixel-ratio: 1.5), (max-width: 620px) and (min--moz-device-pixel-ratio: 1.5), (max-width: 620px) and (min-resolution: 1.5dppx) {
  #trip-photos .left-column > div .photo-uploader #upload-photo-form .add-photo-container #add-photo-button > .content .icon {
    background-image: url('/resources/img/trip_photos/plus_small@2x.png');
    background-size: 28px;
  }
}
#trip-photos .left-column > div .photo-uploader #upload-photo-form .add-photo-container #add-photo-button > .content .text {
  display: block;
  margin-top: 10px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
}
#trip-photos .left-column > div .photo-uploader #upload-photo-form .add-photo-container #add-photo-button:hover,
#trip-photos .left-column > div .photo-uploader #upload-photo-form .add-photo-container #add-photo-button:focus {
  color: #ffffff;
}
#trip-photos .left-column > div .photo-uploader #upload-photo-form .add-photo-container #add-photo-button:hover > .content .icon,
#trip-photos .left-column > div .photo-uploader #upload-photo-form .add-photo-container #add-photo-button:focus > .content .icon {
  background-image: url('/resources/img/trip_photos/plus_white.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #trip-photos .left-column > div .photo-uploader #upload-photo-form .add-photo-container #add-photo-button:hover > .content .icon,
  #trip-photos .left-column > div .photo-uploader #upload-photo-form .add-photo-container #add-photo-button:focus > .content .icon {
    background-image: url('/resources/img/trip_photos/plus_white@2x.png');
  }
}
@media (max-width: 620px) {
  #trip-photos .left-column > div .photo-uploader #upload-photo-form .add-photo-container #add-photo-button:hover > .content .icon,
  #trip-photos .left-column > div .photo-uploader #upload-photo-form .add-photo-container #add-photo-button:focus > .content .icon {
    background-image: url('/resources/img/trip_photos/plus_white_small.png');
  }
}
@media (max-width: 620px) and (-webkit-min-device-pixel-ratio: 1.5), (max-width: 620px) and (min--moz-device-pixel-ratio: 1.5), (max-width: 620px) and (min-resolution: 1.5dppx) {
  #trip-photos .left-column > div .photo-uploader #upload-photo-form .add-photo-container #add-photo-button:hover > .content .icon,
  #trip-photos .left-column > div .photo-uploader #upload-photo-form .add-photo-container #add-photo-button:focus > .content .icon {
    background-image: url('/resources/img/trip_photos/plus_white_small@2x.png');
  }
}
#trip-photos .left-column > div .photo-uploader #upload-photo-form .add-photo-container .photo-preview-container {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
  background: no-repeat 50%;
  background-size: cover;
}
#trip-photos .left-column > div .photo-uploader #upload-photo-form .add-photo-container .photo-preview-container .change-photo {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
#trip-photos .left-column > div .photo-uploader #upload-photo-form .add-photo-container .photo-preview-container .change-photo #change-photo-button {
  margin: 0;
}
@media (max-width: 620px) {
  #trip-photos .left-column > div .photo-uploader #upload-photo-form .add-photo-container .photo-preview-container .change-photo #change-photo-button {
    display: block;
    margin: 0 10px;
  }
}
#trip-photos .left-column > div .photo-uploader #upload-photo-form .add-photo-container .photo-preview-container .photo-placeholder {
  display: none;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 620px) {
  #trip-photos .left-column > div .photo-uploader #upload-photo-form .add-photo-container .photo-preview-container .photo-placeholder {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 23px;
    margin: auto;
  }
}
#trip-photos .left-column > div .photo-uploader #upload-photo-form .add-photo-container .photo-preview-container .photo-placeholder > .icon {
  display: block;
  margin: 0 auto 10px;
  width: 73px;
  height: 59px;
  background: url('/resources/img/trip_photos/trip_photo_placeholder.png') 0 0 no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #trip-photos .left-column > div .photo-uploader #upload-photo-form .add-photo-container .photo-preview-container .photo-placeholder > .icon {
    background-image: url('/resources/img/trip_photos/trip_photo_placeholder@2x.png');
    background-size: 73px;
  }
}
@media (max-width: 620px) {
  #trip-photos .left-column > div .photo-uploader #upload-photo-form .add-photo-container .photo-preview-container .photo-placeholder > .icon {
    display: none;
  }
}
#trip-photos .left-column > div .photo-uploader #upload-photo-form .add-photo-container .photo-preview-container .photo-placeholder > .text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-width: 186px;
  margin: 0 10px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  color: #ffffff;
}
@media (max-width: 620px) {
  #trip-photos .left-column > div .photo-uploader #upload-photo-form .add-photo-container .photo-preview-container .photo-placeholder > .text {
    max-width: none;
    font-size: 19px;
  }
}
#trip-photos .left-column > div .photo-uploader #upload-photo-form .add-photo-container.preview #add-photo-button {
  display: none;
}
#trip-photos .left-column > div .photo-uploader #upload-photo-form .add-photo-container.preview .photo-preview-container {
  display: block;
}
#trip-photos .left-column > div .photo-uploader #upload-photo-form .add-photo-container.preview.placeholder .photo-preview-container {
  display: table;
  background-color: #555551;
}
#trip-photos .left-column > div .photo-uploader #upload-photo-form .add-photo-container.preview.placeholder .photo-preview-container .photo-placeholder {
  display: table-cell;
}
#trip-photos .left-column > div .photo-uploader #upload-photo-form .description-and-share {
  position: relative;
  float: right;
  width: 447px;
  min-height: 206px;
}
@media (max-width: 620px) {
  #trip-photos .left-column > div .photo-uploader #upload-photo-form .description-and-share {
    float: none;
    width: auto;
    min-height: 0;
    margin-top: 20px;
  }
}
#trip-photos .left-column > div .photo-uploader #upload-photo-form .description-and-share .description {
  min-height: 130px;
}
#trip-photos .left-column > div .photo-uploader #upload-photo-form .description-and-share .share-button {
  margin-top: 44px;
}
@media (max-width: 620px) {
  #trip-photos .left-column > div .photo-uploader #upload-photo-form .description-and-share .share-button {
    width: 100%;
    margin-top: 20px;
  }
}
#trip-photos .left-column > div .photos-section {
  position: relative;
}
#trip-photos .left-column > div .photos-section .label {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 13px;
  position: absolute;
  line-height: 16px;
  top: -8px;
  left: 0;
  padding-right: 10px;
  text-transform: uppercase;
  background-color: #ffffff;
  color: #6D6D72;
}
#trip-photos .left-column > div .photos-section > ul > li {
  margin-top: 15px;
}
#trip-photos .left-column > div .photos-section > ul > li:first-child {
  margin-top: 0;
}
#trip-photos .left-column > div .photos-section .trip-photo {
  zoom: 1;
}
#trip-photos .left-column > div .photos-section .trip-photo:after {
  content: "";
  display: table;
  clear: both;
}
#trip-photos .left-column > div .photos-section .trip-photo > a {
  float: left;
  position: relative;
  text-decoration: none;
}
@media (max-width: 620px) {
  #trip-photos .left-column > div .photos-section .trip-photo > a {
    float: none;
    display: block;
  }
}
#trip-photos .left-column > div .photos-section .trip-photo > a .image-container {
  display: inline-block;
  position: relative;
  width: 206px;
  height: 206px;
  overflow: hidden;
}
@media (max-width: 620px) {
  #trip-photos .left-column > div .photos-section .trip-photo > a .image-container {
    width: auto;
    height: auto;
    overflow: visible;
  }
}
#trip-photos .left-column > div .photos-section .trip-photo > a .image-container > img {
  position: absolute;
  left: -100%;
  right: -100%;
  margin: 0 auto;
  width: auto;
  height: 206px;
}
@media (max-width: 620px) {
  #trip-photos .left-column > div .photos-section .trip-photo > a .image-container > img {
    position: relative;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    height: auto;
  }
}
#trip-photos .left-column > div .photos-section .trip-photo > a .image-container .overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/resources/img/trip_photos/photo_gradient_small.png') 0 0 no-repeat;
  background-size: 206px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #trip-photos .left-column > div .photos-section .trip-photo > a .image-container .overlay {
    background-image: url('/resources/img/trip_photos/photo_gradient_small@2x.png');
  }
}
@media (max-width: 620px) {
  #trip-photos .left-column > div .photos-section .trip-photo > a .image-container .overlay {
    display: none;
  }
}
#trip-photos .left-column > div .photos-section .trip-photo > a .image-container:hover .overlay {
  display: block;
}
#trip-photos .left-column > div .photos-section .trip-photo > a .narrow-details {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/resources/img/trip_photos/photo_gradient.png") repeat-x left bottom;
  background-size: 100% 100%;
}
@media (max-width: 620px) {
  #trip-photos .left-column > div .photos-section .trip-photo > a .narrow-details {
    display: block;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #trip-photos .left-column > div .photos-section .trip-photo > a .narrow-details {
    background-image: url("/resources/img/trip_photos/photo_gradient@2x.png");
  }
}
#trip-photos .left-column > div .photos-section .trip-photo > a .narrow-details:hover,
#trip-photos .left-column > div .photos-section .trip-photo > a .narrow-details:focus {
  background-image: url("/resources/img/trip_photos/photo_gradient_hover.png");
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #trip-photos .left-column > div .photos-section .trip-photo > a .narrow-details:hover,
  #trip-photos .left-column > div .photos-section .trip-photo > a .narrow-details:focus {
    background-image: url("/resources/img/trip_photos/photo_gradient_hover@2x.png");
  }
}
#trip-photos .left-column > div .photos-section .trip-photo > a .narrow-details .description-and-created {
  position: absolute;
  left: 0;
  bottom: 15px;
  max-width: 100%;
}
#trip-photos .left-column > div .photos-section .trip-photo > a .narrow-details .description-and-created .description {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  margin: 0 15px 10px 15px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  color: #ffffff;
}
#trip-photos .left-column > div .photos-section .trip-photo > a .narrow-details .description-and-created .created {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 11px;
  line-height: 14px;
  font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  display: block;
  margin-left: 15px;
  color: #A8A8A1;
}
#trip-photos .left-column > div .photos-section .trip-photo .details {
  float: left;
  margin-left: 15px;
  max-width: 447px;
}
@media (max-width: 620px) {
  #trip-photos .left-column > div .photos-section .trip-photo .details {
    display: none;
  }
}
#trip-photos .left-column > div .photos-section .trip-photo .details .description {
  margin-bottom: 10px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 25px;
}
#trip-photos .left-column > div .photos-section .trip-photo .details .created {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 11px;
  line-height: 14px;
  font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 25px;
  color: #A8A8A1;
}
#trip-photos .left-column > div .photos-section.my-photos {
  display: block;
}
#trip-photos .left-column > div .instructions-no-photos {
  display: none;
  border-top: 0;
  margin-top: 0;
  padding: 50px 0;
}
@media (max-width: 620px) {
  #trip-photos .left-column > div .instructions-no-photos {
    padding: 20px 0;
  }
}
#trip-photos .left-column > div .instructions-no-photos .title-and-instructions {
  margin: 0 auto;
  max-width: 374px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #a3a39d;
}
@media (max-width: 620px) {
  #trip-photos .left-column > div .instructions-no-photos .title-and-instructions {
    display: table-cell;
    padding-right: 10px;
    max-width: none;
    text-align: left;
  }
}
#trip-photos .left-column > div .instructions-no-photos .title-and-instructions > .title {
  font-size: 28px;
}
@media (max-width: 620px) {
  #trip-photos .left-column > div .instructions-no-photos .title-and-instructions > .title {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 13px;
  }
}
#trip-photos .left-column > div .instructions-no-photos .title-and-instructions > .instructions {
  margin-top: 15px;
  font-size: 18px;
}
@media (max-width: 620px) {
  #trip-photos .left-column > div .instructions-no-photos .title-and-instructions > .instructions {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 11px;
    line-height: 14px;
    font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 15px;
    margin-top: 10px;
  }
}
#trip-photos .left-column > div .instructions-no-photos > .icon {
  margin: 15px auto 0;
  width: 374px;
  height: 254px;
  background: url('/resources/img/trip_photos/phone_hand_large.png') center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #trip-photos .left-column > div .instructions-no-photos > .icon {
    background-image: url('/resources/img/trip_photos/phone_hand_large@2x.png');
    background-size: 374px;
  }
}
@media (max-width: 620px) {
  #trip-photos .left-column > div .instructions-no-photos > .icon {
    display: table-cell;
    width: 141px;
    height: 113px;
    background-image: url('/resources/img/trip_photos/phone_hand_small.png');
    background-size: 141px;
  }
}
@media (max-width: 620px) and (-webkit-min-device-pixel-ratio: 1.5), (max-width: 620px) and (min--moz-device-pixel-ratio: 1.5), (max-width: 620px) and (min-resolution: 1.5dppx) {
  #trip-photos .left-column > div .instructions-no-photos > .icon {
    background-image: url('/resources/img/trip_photos/phone_hand_small@2x.png');
  }
}
#trip-photos .right-column {
  width: 220px;
}
@media (max-width: 620px) {
  #trip-photos .right-column > .instructions {
    position: relative;
    min-height: 113px;
    padding-right: 151px;
  }
}
#trip-photos .right-column > .instructions .icon {
  margin-bottom: 15px;
  width: 221px;
  height: 176px;
  background: url('/resources/img/trip_photos/phone_hand.png') 0 0 no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #trip-photos .right-column > .instructions .icon {
    background-image: url('/resources/img/trip_photos/phone_hand@2x.png');
    background-size: 221px;
  }
}
@media (max-width: 620px) {
  #trip-photos .right-column > .instructions .icon {
    position: absolute;
    top: 0;
    right: 10px;
    margin-bottom: 0;
    width: 141px;
    height: 113px;
    background-image: url('/resources/img/trip_photos/phone_hand_small.png');
  }
}
@media (max-width: 620px) and (-webkit-min-device-pixel-ratio: 1.5), (max-width: 620px) and (min--moz-device-pixel-ratio: 1.5), (max-width: 620px) and (min-resolution: 1.5dppx) {
  #trip-photos .right-column > .instructions .icon {
    background-image: url('/resources/img/trip_photos/phone_hand_small@2x.png');
    background-size: 141px;
  }
}
#trip-photos .right-column > .instructions > .text {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #A8A8A1;
}
@media (max-width: 620px) {
  #trip-photos .right-column > .instructions > .text {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 11px;
    line-height: 14px;
    font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 15px;
    float: left;
  }
}
#trip-photos.no-photos .left-column > div > .my-photos {
  display: none;
}
#trip-photos.no-photos .left-column > div > .instructions-no-photos {
  display: block;
}
@media (max-width: 620px) {
  #trip-photos.no-photos .left-column > div > .instructions-no-photos {
    display: table;
  }
}
#trip-photos.no-photos .right-column {
  display: none;
}
/*-----------------------------------*\
    $DEVELOPMENT, $DEV
\*-----------------------------------*/
/**
 * This newlib class needs to be added to the html tag in web/WEB-INF/jsp/base.jsp
 * for the grid to work how it is supposed to. The min-widths and widths set on
 * the html, body, and #page elements remove the grid's responsiveness.
 * IMPORTANT: ** This is already taken care of in newlib_base.jsp **
 * FOR YOUR CODE, INCLUDE newlib_base.jsp instead of base.jsp.
 */
.newlib {
  min-width: 0;
}
.newlib > body {
  min-width: 0;
}
.newlib #page {
  width: inherit;
}
/*------------------------------------*\
    $VARIABLES, $GLOBAL
\*------------------------------------*/
/**
 * Don't use this anywhere -- use .rounded class
 */
/**
 * Media Queries
 */
/*------------------------------------*\
    $MIXINS
\*------------------------------------*/
/**
 * .grid__item use this, so it shouldn't need to be added anywhere directly
 */
.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.rounded {
  border-radius: 2px;
}
/*------------------------------------*\
    $RESET
\*------------------------------------*/
#newlib h1,
#newlib h2,
#newlib h3,
#newlib h4,
#newlib h5,
#newlib h6,
#newlib p,
#newlib li {
  padding: 0;
  margin: 0;
}
/*------------------------------------*\
    $SPACING
\*------------------------------------*/
/**
 * Top Margins.
 * These are used for adding vertical space between elements.
 * No elements should have bottom margins
 * Use percentages over pixels. With pixels, we need to add multiple media
 *  queries to adjust the spacing. With percentages, the proportions remain the
 *  same regardless of screen width.
 */
#newlib {
  /**
 * Padding.
 * Used to add padding for elements. 
 * Uses ems to ensure that padding is a percentage of the font size.
 */
}
#newlib .push-down--1 {
  margin-top: 1%;
}
#newlib .push-down--2 {
  margin-top: 2%;
}
#newlib .push-down--3 {
  margin-top: 3%;
}
#newlib .push-down--4 {
  margin-top: 4%;
}
#newlib .push-down--5 {
  margin-top: 5%;
}
#newlib .push-down--6 {
  margin-top: 6%;
}
#newlib .push-down--7 {
  margin-top: 7%;
}
#newlib .push-down--8 {
  margin-top: 8%;
}
#newlib .push-down--9 {
  margin-top: 9%;
}
#newlib .push-down--10 {
  margin-top: 10%;
}
#newlib .push-down--gutter {
  margin-top: 20px;
}
#newlib .pad--0 {
  padding: 0em;
}
#newlib .pad--1-4 {
  padding: 0.25em;
}
#newlib .pad--2-4 {
  padding: 0.5em;
}
#newlib .pad--3-4 {
  padding: 0.75em;
}
#newlib .pad--4-4 {
  padding: 1em;
}
#newlib .pad--5-4 {
  padding: 1.25em;
}
#newlib .pad--6-4 {
  padding: 1.5em;
}
#newlib .pad--7-4 {
  padding: 1.75em;
}
#newlib .pad--8-4 {
  padding: 2em;
}
#newlib .pad--gutter {
  padding: 20px;
}
#newlib .pad-top-bottom--1-4 {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}
#newlib .pad-top-bottom--2-4 {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
#newlib .pad-top-bottom--3-4 {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}
#newlib .pad-top-bottom--4-4 {
  padding-top: 1em;
  padding-bottom: 1em;
}
#newlib .pad-top-bottom--5-4 {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}
#newlib .pad-top-bottom--6-4 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
#newlib .pad-top-bottom--7-4 {
  padding-top: 1.75em;
  padding-bottom: 1.75em;
}
#newlib .pad-top-bottom--8-4 {
  padding-top: 2em;
  padding-bottom: 2em;
}
#newlib .pad-left-right--1-4 {
  padding-left: 0.25em;
  padding-right: 0.25em;
}
#newlib .pad-left-right--2-4 {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
#newlib .pad-left-right--3-4 {
  padding-left: 0.75em;
  padding-right: 0.75em;
}
#newlib .pad-left-right--4-4 {
  padding-left: 1em;
  padding-right: 1em;
}
#newlib .pad-left-right--5-4 {
  padding-left: 1.25em;
  padding-right: 1.25em;
}
#newlib .pad-left-right--6-4 {
  padding-left: 1.5em;
  padding-right: 1.5em;
}
#newlib .pad-left-right--7-4 {
  padding-left: 1.75em;
  padding-right: 1.75em;
}
#newlib .pad-left-right--8-4 {
  padding-left: 2em;
  padding-right: 2em;
}
/*------------------------------------*\
    $GRID, $LAYOUT
\*------------------------------------*/
/**
 * This grid should be fairly robust in making a responsive layout for the site
 * A few key points to note:
 * 1) .section must be used as a top-most container. Should be used where a
 *    <section> tag would be appropriate
 * 2) .grid is the next level down and is required. It is the container for grid
 *     items
 * 3) .grid__item must be used inside of .grid, and each instance of .grid__item
 *    needs to use a .col-* class to set its width
 * 4) .col-* classes need to add up to 100%
 * 5) .push-* and .pull-* classes may be used to add left or right margins
 *
 *  Example usage:
 *  <section class="section">
 *      <div class="grid">
 *          <div class="grid__item col-1-4">...</div>
 *          <div class="grid__item col-1-4">...</div>
 *          <div class="grid__item col-1-4 push-1-4">...</div>
 *      </div>
 *  </section>
 *
 *  Yields:
 *  =====================================================================
 *  |  XXXXXXXXXX    |  XXXXXXXXXX    |                 |  XXXXXXXXXX   |
 *  |  XXXXXXXXXX    |  XXXXXXXXXX    |     (empty)     |  XXXXXXXXXX   |
 *  |  XXXXXXXXXX    |  XXXXXXXXXX    |                 |  XXXXXXXXXX   |
 *  =====================================================================
 */
#newlib {
  /**
     * Floats
     * Usually are not necessary, especially with a grid
     * Included here in layout, as they assist in layout, but will probably be
     * primarily used for text that needs to be floated to one side.
     */
  /**
     * Section classes
     * Should be used wherever a <section> tag makes sense in HTML
     *
     * 1. Normal, centered sections do not take up the entire width of the screen
     * 2. Center the section, meaning that a parent will need to have a set width
     * 3. Sections are 100% width and never are on the same line as another section
     * 4. For elements that should take up the entire screen. As such, they need no
     *    margins for centering and no max width
     */
  /**
     * The grid container houses grid items.
     * 1. Inline-block items by default have a small bit of space between elements.
     *    The space is a fraction of the font size of the element, so by setting the
     *    font-size to 0 in .grid, we eliminate the space between inline-block items.
     *    .grid__items elements may use fractional widths without overflowing onto
     *    new rows because of the invisible inline-block space.
     * 2. By setting the padding to 0, grids may be nested inside of each other.
     *    Grid items have left padding, so to prevent undesired extra padding with
     *    nested grids, it is reset here.
     * 3. Counteracts the padding-left of grid__items. Adding here gives the element
     *    an extra 20px of width. When .grid__item adds its own 20px of left padding,
     *    the element acts like a 960px-wide element. With this, the left-most col-*
     *    would actually be pushed in 20px, causing the grid to look off-center.
     */
  /**
     * Grid items go inside of a .grid and are used in conjunction with a .col-*.
     * Widths of items must ultimately add up to 100% to take up an entire row.
     * 1. Actually adds the gutter.
     */
  /**
     * Add the .col-* classes to .grid__items to set their width. Combined with
     * .pull-* and .push-* classes, should add up to a 100% width.
    /**

     * Whole.
     */
  /**
     * Halves.
     */
  /**
     * Thirds.
     */
  /**
     * Quarters.
     */
  /**
     * Fifths.
     */
  /**
     * Sixths.
     */
  /**
     * Eighths.
     */
  /**
     * Ninths.
     */
  /**
     * Tenths.
     */
  /**
     * Twelfths
     */
  /**
     * Push
     * To add left-margin for rows that wouldn't otherwise add up to 100%
     * Must be added to the specific .grid__item.col-* element that needs pushed
     * If you need to your own, you may do so, but be sure that it uses one of the
     * acceptable denominations -- 2, 3, 4, 5, 6, 8, 9, 10, or 12
     */
  /**
     * Pull
     * To add right-margin for rows that wouldn't otherwise add up to 100%
     * Must be added to the specific .grid__item.col-* element that needs pulled
     * If you need to your own, you may do so, but be sure that it uses one of the
     * acceptable denominations -- 2, 3, 4, 5, 6, 8, 9, 10, or 12
     */
}
#newlib .float--left {
  float: left;
}
#newlib .float--right {
  float: right;
}
#newlib .align--top {
  vertical-align: top;
}
#newlib .align--bottom {
  vertical-align: bottom;
}
#newlib .section {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 1000px;
  /* [1] */
  margin-left: auto;
  /* [2] */
  margin-right: auto;
  /* [2] */
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  display: block;
  /* [3] */
}
@media (max-width: 620px) {
  #newlib .section {
    min-width: 0;
  }
}
#newlib .section--full {
  width: 100%;
  /* [4] */
}
#newlib .grid {
  font-size: 0;
  /* [1] */
  padding: 0;
  /* [2] */
  margin-left: -20px;
  /* [3] */
}
#newlib .grid__item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  display: inline-block;
  padding-left: 20px;
  /* [1] */
}
#newlib .col-1-1 {
  width: 100%;
}
#newlib .col-1-2,
#newlib .col-2-4,
#newlib .col-3-6,
#newlib .col-4-8,
#newlib .col-5-10,
#newlib .col-6-12 {
  width: 50%;
}
#newlib .col-1-3,
#newlib .col-2-6,
#newlib .col-3-9,
#newlib .col-4-12 {
  width: 33.333%;
}
#newlib .col-2-3,
#newlib .col-4-6,
#newlib .col-6-9,
#newlib .col-8-12 {
  width: 66.666%;
}
#newlib .col-1-4,
#newlib .col-2-8,
#newlib .col-3-12 {
  width: 25%;
}
#newlib .col-3-4,
#newlib .col-6-8,
#newlib .col-9-12 {
  width: 75%;
}
#newlib .col-1-5,
#newlib .col-2-10 {
  width: 20%;
}
#newlib .col-2-5,
#newlib .col-4-10 {
  width: 40%;
}
#newlib .col-3-5,
#newlib .col-6-10 {
  width: 60%;
}
#newlib .col-4-5,
#newlib .col-8-10 {
  width: 80%;
}
#newlib .col-1-6,
#newlib .col-2-12 {
  width: 16.667%;
}
#newlib .col-5-6,
#newlib .col-10-12 {
  width: 83.333%;
}
#newlib .col-1-8 {
  width: 12.5%;
}
#newlib .col-3-8 {
  width: 37.5%;
}
#newlib .col-5-8 {
  width: 62.5%;
}
#newlib .col-7-8 {
  width: 87.5%;
}
#newlib .col-1-9 {
  width: 11.111%;
}
#newlib .col-2-9 {
  width: 22.222%;
}
#newlib .col-4-9 {
  width: 44.444%;
}
#newlib .col-5-9 {
  width: 55.555%;
}
#newlib .col-7-9 {
  width: 77.777%;
}
#newlib .col-8-9 {
  width: 88.888%;
}
#newlib .col-1-10 {
  width: 10%;
}
#newlib .col-3-10 {
  width: 30%;
}
#newlib .col-7-10 {
  width: 70%;
}
#newlib .col-9-10 {
  width: 90%;
}
#newlib .col-1-12 {
  width: 8.333%;
}
#newlib .col-5-12 {
  width: 41.666%;
}
#newlib .col-7-12 {
  width: 58.333%;
}
#newlib .col-11-12 {
  width: 91.667%;
}
@media (max-width: 620px) {
  #newlib .col-1-1,
  #newlib .col-1-2,
  #newlib .col-1-3,
  #newlib .col-1-4,
  #newlib .col-1-5,
  #newlib .col-1-6,
  #newlib .col-1-8,
  #newlib .col-1-9,
  #newlib .col-1-10,
  #newlib .col-1-12,
  #newlib .col-2-3,
  #newlib .col-2-4,
  #newlib .col-2-5,
  #newlib .col-2-6,
  #newlib .col-2-8,
  #newlib .col-2-9,
  #newlib .col-2-10,
  #newlib .col-2-12,
  #newlib .col-3-4,
  #newlib .col-3-5,
  #newlib .col-3-6,
  #newlib .col-3-8,
  #newlib .col-3-9,
  #newlib .col-3-10,
  #newlib .col-3-12,
  #newlib .col-4-5,
  #newlib .col-4-6,
  #newlib .col-4-8,
  #newlib .col-4-9,
  #newlib .col-4-10,
  #newlib .col-4-12,
  #newlib .col-5-6,
  #newlib .col-5-8,
  #newlib .col-5-9,
  #newlib .col-5-10,
  #newlib .col-5-12,
  #newlib .col-6-8,
  #newlib .col-6-9,
  #newlib .col-6-10,
  #newlib .col-6-12,
  #newlib .col-7-8,
  #newlib .col-7-9,
  #newlib .col-7-10,
  #newlib .col-7-12,
  #newlib .col-8-9,
  #newlib .col-8-10,
  #newlib .col-8-12,
  #newlib .col-9-10,
  #newlib .col-9-12,
  #newlib .col-10-12,
  #newlib .col-11-12 {
    width: 100%;
  }
}
#newlib .push-1-2 {
  margin-left: 50%;
}
#newlib .push-1-3 {
  margin-left: 33.3%;
}
#newlib .push-1-4 {
  margin-left: 25%;
}
#newlib .push-1-5 {
  margin-left: 20%;
}
#newlib .push-1-6 {
  margin-left: 16.67%;
}
#newlib .push-1-8 {
  margin-left: 12.5%;
}
#newlib .push-1-9 {
  margin-left: 11.11%;
}
#newlib .push-1-10 {
  margin-left: 10%;
}
#newlib .push-1-12 {
  margin-left: 8.33%;
}
#newlib .pull-1-2 {
  margin-right: 50%;
}
#newlib .pull-1-3 {
  margin-right: 33.3%;
}
#newlib .pull-1-4 {
  margin-right: 25%;
}
#newlib .pull-1-5 {
  margin-right: 20%;
}
#newlib .pull-1-6 {
  margin-right: 16.67%;
}
#newlib .pull-1-8 {
  margin-right: 12.5%;
}
#newlib .pull-1-9 {
  margin-right: 11.11%;
}
#newlib .pull-1-10 {
  margin-right: 10%;
}
#newlib .pull-1-12 {
  margin-right: 8.33%;
}
/*------------------------------------*\
    $COLORS
\*------------------------------------*/
/**
 * Following is a list of RelayRides colors.
 * Colors listed first are darkest, moving down to the lightest.
 * Colors may NOT be added to or subtracted from or altered on this list without
 * prior approval. If design gives the go-ahead, add the color in the proper
 * base color group and put it in the correct place (darkest at top, lightest at
 * bottom). Also add a .color-[COLOR] and a .bg-color-[COLOR] class so that they
 * may be resued (again, in the appropriate order).
 * Color names may be found at http://chir.ag/projects/name-that-color
 * Use the hex code in the variable and comment on how it was generated, if
 * necessary
 */
/**
 * REDS
 */
/**
 * ORANGES
 */
/**
 * YELLOWS
 */
/**
 * GREENS
 */
/**
 * BLUES
 */
/**
 * GREYS
 */
/**
 * TEXT COLORS
 */
#newlib {
  /**
     * BACKGROUND COLORS
     */
}
#newlib .color-red--cherrywood {
  color: #5b1c13;
}
#newlib .color-red--valencia {
  color: #d44633;
}
#newlib .color-red--valencia--light {
  color: #d75140;
}
#newlib .color-red--scarlet {
  color: #ec3302;
}
#newlib .color-red {
  color: #d44633;
}
#newlib .color--error {
  color: #d44633;
}
#newlib .color--alert {
  color: #ec3302;
}
#newlib .color-orange--ecstasy {
  color: #fc7c1a;
}
#newlib .color-orange {
  color: #fc7c1a;
}
#newlib .color-orange--crusta {
  color: #fb8530;
}
#newlib .color-yellow--buttercup {
  color: #f1c40f;
}
#newlib .color-yellow--corn {
  color: #dccc01;
}
#newlib .color-yellow {
  color: #f1c40f;
}
#newlib .color-attention {
  color: #dccc01;
}
#newlib .color-green--apple {
  color: #66a039;
}
#newlib .color-green--sushi-dark {
  color: #6bab39;
}
#newlib .color-green--sushi {
  color: #70b445;
}
#newlib .color-green--mantis {
  color: #7fbf4d;
}
#newlib .color-green--saltpan {
  color: #eaf3e2;
}
#newlib .color-green {
  color: #7fbf4d;
}
#newlib .color-green--booked {
  color: #70b445;
}
#newlib .color-blue--tiber {
  color: #082930;
}
#newlib .color-blue--facebook {
  color: #3b5998;
}
#newlib .color-blue--tradewind {
  color: #66a9b7;
}
#newlib .color-blue--eastern {
  color: #199cbf;
}
#newlib .color-blue--java {
  color: #21acca;
}
#newlib .color-blue--scooter {
  color: #28bcdc;
}
#newlib .color-blue--seagull {
  color: #80d7ea;
}
#newlib .color-blue--twitter {
  color: #9ae4e8;
}
#newlib .color-blue--mint-tulip {
  color: #b8e9f3;
}
#newlib .color-blue--aqua-spring {
  color: #eaf7f9;
}
#newlib .color-blue--polar {
  color: #ecf9fb;
}
#newlib .color-blue {
  color: #28bcdc;
}
#newlib .color-white {
  color: #ffffff;
}
#newlib .color-black {
  color: #000000;
}
#newlib .color-grey--mine-shaft--dark {
  color: #303030;
}
#newlib .color-grey--mine-shaft {
  color: #333333;
}
#newlib .color-grey--tundora {
  color: #4a4a4a;
}
#newlib .color-grey--emperor {
  color: #555555;
}
#newlib .color-grey--scorpion {
  color: #565656;
}
#newlib .color-grey--boulder {
  color: #777777;
}
#newlib .color-grey--dusty-grey {
  color: #888888;
}
#newlib .color-grey--lemongrass--dark {
  color: #919288;
}
#newlib .color-grey--lemongrass {
  color: #92928b;
}
#newlib .color-grey {
  color: #999999;
}
#newlib .color-grey--delta {
  color: #a3a39d;
}
#newlib .color-grey--nobel {
  color: #b7b7b7;
}
#newlib .color-grey--nickel {
  color: #bfbeb8;
}
#newlib .color-grey--silver--dark {
  color: #c2c2c2;
}
#newlib .color-grey--silver {
  color: #cccccc;
}
#newlib .color-grey--quill {
  color: #d1d1cf;
}
#newlib .color-grey--alto--darker {
  color: #d0d0d0;
}
#newlib .color-grey--alto--dark {
  color: #d9d9d9;
}
#newlib .color-grey--alto {
  color: #dbdbdb;
}
#newlib .color-grey--alto--light {
  color: #dddddd;
}
#newlib .color-grey--westar {
  color: #e5e3de;
}
#newlib .color-grey--mercury {
  color: #e8e8e8;
}
#newlib .color-grey--gallery {
  color: #eeeeee;
}
#newlib .color-grey--desert-storm {
  color: #f7f7f6;
}
#newlib .color-grey--fuscous--dark {
  color: #43433f;
}
#newlib .color-grey--fuscous {
  color: #54544e;
}
#newlib .color-grey--dove {
  color: #666666;
}
#newlib .color-grey--ironside {
  color: #73736d;
}
#newlib .color-grey--carrara {
  color: #f0efec;
}
#newlib .color-grey--wild-sand {
  color: #f5f5f5;
}
#newlib .color-grey--alabaster--dark {
  color: #f9f9f9;
}
#newlib .color-grey--alabaster {
  color: #fafafa;
}
#newlib .bg-color-red--scarlet {
  background-color: #ec3302;
}
#newlib .bg-color-red--valencia--light {
  background-color: #d75140;
}
#newlib .bg-color-red--valencia {
  background-color: #d44633;
}
#newlib .bg-color-red {
  background-color: #d44633;
}
#newlib .bg-color-red--cherrywood {
  background-color: #5b1c13;
}
#newlib .bg-color--error {
  background-color: #d44633;
}
#newlib .bg-color--alert {
  background-color: #ec3302;
}
#newlib .bg-color-orange--ecstasy {
  background-color: #fc7c1a;
}
#newlib .bg-color-orange {
  background-color: #fc7c1a;
}
#newlib .bg-color-orange--crusta {
  background-color: #fb8530;
}
#newlib .bg-color-yellow--buttercup {
  background-color: #f1c40f;
}
#newlib .bg-color-yellow--corn {
  background-color: #dccc01;
}
#newlib .bg-color-yellow {
  background-color: #f1c40f;
}
#newlib .bg-color-attention {
  background-color: #dccc01;
}
#newlib .bg-color-green--apple {
  background-color: #66a039;
}
#newlib .bg-color-green--sushi-dark {
  background-color: #6bab39;
}
#newlib .bg-color-green--sushi {
  background-color: #70b445;
}
#newlib .bg-color-green--mantis {
  background-color: #7fbf4d;
}
#newlib .bg-color-green--saltpan {
  background-color: #eaf3e2;
}
#newlib .bg-color-green {
  background-color: #7fbf4d;
}
#newlib .bg-color-green--booked {
  background-color: #70b445;
}
#newlib .bg-color-blue--tiber {
  background-color: #082930;
}
#newlib .bg-color-blue--facebook {
  background-color: #3b5998;
}
#newlib .bg-color-blue--tradewind {
  background-color: #66a9b7;
}
#newlib .bg-color-blue--eastern {
  background-color: #199cbf;
}
#newlib .bg-color-blue--java {
  background-color: #21acca;
}
#newlib .bg-color-blue--scooter {
  background-color: #28bcdc;
}
#newlib .bg-color-blue--seagull {
  background-color: #80d7ea;
}
#newlib .bg-color-blue--twitter {
  background-color: #9ae4e8;
}
#newlib .bg-color-blue--mint-tulip {
  background-color: #b8e9f3;
}
#newlib .bg-color-blue--aqua-spring {
  background-color: #eaf7f9;
}
#newlib .bg-color-blue--polar {
  background-color: #ecf9fb;
}
#newlib .bg-color-blue {
  background-color: #28bcdc;
}
#newlib .bg-color-white {
  background-color: #ffffff;
}
#newlib .bg-color-black {
  background-color: #000000;
}
#newlib .bg-color-grey--mine-shaft--dark {
  background-color: #303030;
}
#newlib .bg-color-grey--mine-shaft {
  background-color: #333333;
}
#newlib .bg-color-grey--tundora {
  background-color: #4a4a4a;
}
#newlib .bg-color-grey--emperor {
  background-color: #555555;
}
#newlib .bg-color-grey--scorpion {
  background-color: #565656;
}
#newlib .bg-color-grey--boulder {
  background-color: #777777;
}
#newlib .bg-color-grey--dusty-grey {
  background-color: #888888;
}
#newlib .bg-color-grey--lemongrass--dark {
  background-color: #919288;
}
#newlib .bg-color-grey--lemongrass {
  background-color: #92928b;
}
#newlib .bg-color-grey {
  background-color: #999999;
}
#newlib .bg-color-grey--delta {
  background-color: #a3a39d;
}
#newlib .bg-color-grey--nobel {
  background-color: #b7b7b7;
}
#newlib .bg-color-grey--nickel {
  background-color: #bfbeb8;
}
#newlib .bg-color-grey--silver--dark {
  background-color: #c2c2c2;
}
#newlib .bg-color-grey--silver {
  background-color: #cccccc;
}
#newlib .bg-color-grey--quill {
  background-color: #d1d1cf;
}
#newlib .bg-color-grey--alto--darker {
  background-color: #d0d0d0;
}
#newlib .bg-color-grey--alto--dark {
  background-color: #d9d9d9;
}
#newlib .bg-color-grey--alto {
  background-color: #dbdbdb;
}
#newlib .bg-color-grey--alto--light {
  background-color: #dddddd;
}
#newlib .bg-color-grey--westar {
  background-color: #e5e3de;
}
#newlib .bg-color-grey--mercury {
  background-color: #e8e8e8;
}
#newlib .bg-color-grey--gallery {
  background-color: #eeeeee;
}
#newlib .bg-color-grey--desert-storm {
  background-color: #f7f7f6;
}
#newlib .bg-color-grey--fuscous--dark {
  background-color: #43433f;
}
#newlib .bg-color-grey--fuscous {
  background-color: #54544e;
}
#newlib .bg-color-grey--dove {
  background-color: #666666;
}
#newlib .bg-color-grey--ironside {
  background-color: #73736d;
}
#newlib .bg-color-grey--carrara {
  background-color: #f0efec;
}
#newlib .bg-color-grey--wild-sand {
  background-color: #f5f5f5;
}
#newlib .bg-color-grey--alabaster--dark {
  background-color: #f9f9f9;
}
#newlib .bg-color-grey--alabaster {
  background-color: #fafafa;
}
/*------------------------------------*\
    $TEXT, $FONT
\*------------------------------------*/
/**
 * LINE HEIGHT
 * If you need to adjust the line height, do so here by using the mixin
 * Do not use units for line heights. Unitless line heights are recommended
 * because child elements will inherit the raw number value rather than the
 * computed value. With this, child elements can compute their line heights
 * based on their computed font size, rather than inheriting an arbitrary value
 * from a parent that is more likely to need overriding.
 */
.line-height--9-10 {
  line-height: 0.9;
}
.line-height--1 {
  line-height: 1;
}
.line-height--11-10 {
  line-height: 1.1;
}
.line-height--12-10 {
  line-height: 1.2;
}
.line-height--13-10 {
  line-height: 1.3;
}
.line-height--14-10 {
  line-height: 1.4;
}
.line-height--15-10 {
  line-height: 1.5;
}
/**
 * FONT WEIGHT
 */
.text--bold {
  font-weight: bold !important;
}
.text--light {
  font-weight: 300 !important;
}
.text--center {
  text-align: center;
}
.text--left {
  text-align: left;
}
.text--right {
  text-align: right;
}
/**
 * FONT FAMILIES
 */
/**
 * FONT SIZES
 */
#newlib body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#newlib h1 {
  font-size: 52px;
}
@media (max-width: 620px) {
  #newlib h1 {
    font-size: 42px;
  }
}
#newlib h2 {
  font-size: 42px;
}
#newlib h3 {
  font-size: 32px;
}
#newlib h4 {
  font-size: 24px;
}
#newlib h5 {
  font-size: 18px;
}
#newlib h6 {
  font-size: 14px;
}
#newlib h1,
#newlib h2,
#newlib h3,
#newlib h4,
#newlib h5 {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #555555;
}
#newlib h1,
#newlib h2,
#newlib h3,
#newlib h4 {
  font-weight: 300 !important;
}
#newlib h1,
#newlib h2,
#newlib h3 {
  line-height: 1;
}
#newlib h6 {
  font-weight: bold !important;
}
#newlib p,
#newlib li,
#newlib div {
  font-size: 15px;
}
#newlib a {
  color: #28bcdc;
  text-decoration: none;
}
#newlib a:hover {
  text-decoration: underline;
}
/*------------------------------------*\
    $BOXES, $BORDERS
\*------------------------------------*/
/**
 * The boxes will add backgrounds, borders, or shadows to elements
 * They should *not* be used on any element with .grid or .grid__item.
 * Instead, make a div between the .grid and .grid__item that contains the
 * grid__items
 */
#newlib .box {
  border: 1px solid #cccccc;
  border-radius: 2px;
  padding: 20px;
}
#newlib .box--light {
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  padding: 20px;
  background-color: #dbdbdb;
}
#newlib .box--lighter {
  border: 1px solid #cccccc;
  border-radius: 2px;
  padding: 20px;
  background-color: #fafafa;
}
#newlib .box--no-pad {
  padding: 0em;
}
#newlib .box-shadow--none {
  -webkit-box-shadow: none;
  box-shadow: none;
}
/*------------------------------------*\
    $GRADIENTS
\*------------------------------------*/
/*------------------------------------*\
    $BUTTONS
\*------------------------------------*/
/**
 * Buttons need to have the .btn class as well as the .btn--[COLOR] class
 * To make a new color, just follow the format of .btn--green
 */
#newlib .btn {
  line-height: 1;
  border-radius: 2px;
  border: 1px solid #cccccc;
  background-color: #e8e8e8;
  color: #ffffff;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 2em;
  padding-right: 2em;
  position: relative;
  cursor: pointer;
  text-align: center;
  font-size: 15px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: 0.5s all ease;
}
#newlib .btn:hover,
#newlib .btn:focus {
  text-decoration: none;
  outline: none;
  transition: 0.5s all ease;
}
#newlib .btn--green {
  border: 1px solid #7fbf4d;
  background: #7fbf4d;
  border-bottom-color: #72b240;
}
#newlib .btn--green:hover,
#newlib .btn--green:focus {
  background-color: #77ba43;
  border-bottom-color: #77ba43;
  border-right-color: #77ba43;
  border-left-color: #77ba43;
  border-top-color: #87c358;
}
#newlib .btn--orange {
  border: 1px solid #fc7c1a;
  background: #fc7c1a;
  border-bottom-color: #f96e03;
}
#newlib .btn--orange:hover,
#newlib .btn--orange:focus {
  background-color: #fc730b;
  border-bottom-color: #fc730b;
  border-right-color: #fc730b;
  border-left-color: #fc730b;
  border-top-color: #fc8529;
}
#newlib .btn--blue {
  border: 1px solid #28bcdc;
  background: #28bcdc;
  border-bottom-color: #21acca;
}
#newlib .btn--blue:hover,
#newlib .btn--blue:focus {
  background-color: #22b3d2;
  border-bottom-color: #22b3d2;
  border-right-color: #22b3d2;
  border-left-color: #22b3d2;
  border-top-color: #35c0de;
}
/*------------------------------------*\
    $MEDIA-OBJECT
\*------------------------------------*/
/**
 * Media objects are used where there is a picture/graphic next to text
 * .media contains the .media__img and .media__body classes. All three must be
 * present to work correctly.
 *
 * Example usage:
 * <section class="section">
 *     <div class="grid media">
 *         <div class="grid__item media__img col-1-3"><img /></div>
 *         <div class="grid__item media__body col-2-3">...</div>
 *     </div>
 * </section>
 *
 * Outputs an image on the left, taking up a third of the screen and text on the
 * right, taking up two thirds of the screen.
 */
#newlib .media {
  content: "";
  clear: both;
  display: block;
}
#newlib .media__img {
  float: left;
}
#newlib .media__img--reverse {
  float: right;
}
#newlib .media__img iframe,
#newlib .media__img--reverse iframe {
  width: 100%;
}
#newlib .media__body {
  overflow: hidden;
  line-height: 1.3;
}
/*------------------------------------*\
    $TEMPORARY
\*------------------------------------*/
/**
 * These classes are for display purposes only and will be deleted
 */
#newlib .blob {
  font-size: 20px;
  background-color: #7FBF4D;
  padding: 20px;
  text-align: center;
}
#newlib .blobby {
  padding: 20px;
  font-weight: bold;
  font-size: 20px;
}

