.content, .content-thin, .ProgressBar__steps {
  margin: 0 auto;
  padding: 0 8px;
  max-width: 800px;
  width: 100%; }
  .content__contact__title {
    margin: 12px 0 0; }
  .content__contact__body {
    margin: 4px 0 32px 0; }

.content-thin, .ProgressBar__steps {
  max-width: 404px;
  width: 100%; }

.ProgressBar {
  width: 100%;
  background: #29B5F7;
  height: 58px; }
  .ProgressBar__steps {
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    padding: 8px; }
  .ProgressBar__step {
    color: #FFFFFF;
    text-align: center;
    -ms-flex: 1;
        flex: 1;
    opacity: 0.3;
    transition: opacity 0.2s ease-in-out; }
    .ProgressBar__step.\--isActive {
      opacity: 1; }
    .ProgressBar__step__number {
      display: block;
      font-size: 2rem; }
    .ProgressBar__step__name {
      display: block;
      font-size: 1.4rem; }
      .ProgressBar__step__name.\--noNumber {
        margin-top: 1rem; }
.BookingLocationSummary {
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  display: block;
  width: 100%;
  background-color: #FFFFFF;
  margin-bottom: 8px;
  cursor: pointer; }
  .BookingLocationSummary__address {
    padding: 12px 20px;
    border-bottom: 1px solid #DDDDDD;
    text-align: center;
    font-size: 1.8rem; }
    .BookingLocationSummary__address:last-child {
      border-bottom: none; }
  .BookingLocationSummary__action {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
    border-top: 1px solid #DDDDDD;
    padding: 12px;
    text-decoration: none;
    border-top: none; }
.BookingMap {
  position: absolute;
  top: 110px;
  left: 0;
  width: 100%;
  height: 250px; }
.BookingQuote {
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  display: block;
  width: 100%;
  background-color: #FFFFFF;
  margin-bottom: 8px;
  text-align: center; }
  .BookingQuote__notice {
    padding: 12px 20px;
    border-bottom: 1px solid #DDDDDD;
    color: #F35141;
    font-size: 1.5rem; }
    .BookingQuote__notice:last-child {
      border-bottom: none; }
  .BookingQuote__price {
    display: block;
    color: #29B5F7;
    font-size: 4.5rem;
    padding-top: 10px; }
  .BookingQuote__duration {
    display: block;
    font-size: 1.8rem;
    font-family: "museo_sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    padding-bottom: 10px; }
.BookingQuoteScreen__form {
  position: relative;
  z-index: 1;
  margin-top: 0;
  transition: margin-top 0.2s ease-in-out; }
  .BookingQuoteScreen__form.\--hasMap {
    margin-top: 180px; }

.BookingQuoteScreen__times {
  margin-bottom: 8px; }
  .BookingQuoteScreen__times {
    *zoom: 1; }
  .BookingQuoteScreen__times:before, .BookingQuoteScreen__times:after {
    content: " ";
    display: table; }
  .BookingQuoteScreen__times:after {
    clear: both; }
  .BookingQuoteScreen__times__arriving {
    float: left;
    width: 50%;
    padding-right: 4px; }
  .BookingQuoteScreen__times__leaving {
    float: right;
    width: 50%;
    padding-left: 4px; }

.BookingQuoteScreen__quote {
  margin: 12px 0; }
.UserDetailsForm__section {
  padding: 12px 20px;
  border-bottom: 1px solid #DDDDDD; }
  .UserDetailsForm__section:last-child {
    border-bottom: none; }
  .UserDetailsForm__section__title {
    color: #29B5F7;
    font-size: 16px; }
.CountryPicker {
  border-radius: 4px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  width: 100%;
  background: #FFFFFF; }
  .CountryPicker__label {
    display: block;
    padding: 8px 0 0 20px;
    width: 100%;
    color: #999999;
    text-align: left;
    font-size: 1.6rem; }
  .CountryPicker__country {
    margin-bottom: 8px;
    width: 100%;
    height: 74px;
    padding: 0 12px;
    font-size: 1.4em;
    line-height: 1.33;
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    cursor: text;
    transition: border-color ease 0.2s;
    padding: 0 12px;
    cursor: pointer;
    -webkit-appearance: button;
    -moz-appearance: none;
    border-radius: 0 0 4px 4px;
    margin: 0 auto;
    padding: 8px 20px;
    width: 100%;
    height: 50px;
    border: none;
    color: #555555;
    text-align: left;
    font-size: 2rem; }
    .CountryPicker__country.\--has-error {
      border-color: #F35141; }
    .CountryPicker__country.\--has-label {
      background-position: right 16px center;
      padding-right: 50px; }
    .CountryPicker__country::-webkit-input-placeholder {
      color: #DDDDDD;
      font-weight: 300;
      opacity: 1; }
    .CountryPicker__country:-moz-placeholder {
      /* Firefox 18- */
      color: #DDDDDD;
      font-weight: 300;
      opacity: 1; }
    .CountryPicker__country::-moz-placeholder {
      /* Firefox 19+ */
      color: #DDDDDD;
      font-weight: 300;
      opacity: 1; }
    .CountryPicker__country:-ms-input-placeholder {
      color: #DDDDDD;
      font-weight: 300;
      opacity: 1; }
    .CountryPicker__country:disabled {
      cursor: not-allowed;
      background-color: #DDDDDD; }
    .CountryPicker__country__error-message {
      display: block;
      clear: both;
      margin-bottom: 8px;
      color: #F35141;
      font-size: 1.2em; }
    .CountryPicker__country::-ms-expand {
      display: none; }
    .CountryPicker__country.\--faded {
      color: #DDDDDD; }
      .CountryPicker__country.\--faded:focus {
        color: #555555; }
.BookingDetailsScreen {
  margin-top: 12px; }
  .BookingDetailsScreen__signedInAs {
    display: block;
    margin-bottom: 8px; }
.EmailVerification {
  max-width: 400px;
  margin: 0 auto;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 8px;
  border: 1px solid #e0e0e0; }
  .EmailVerification__header {
    text-align: center;
    margin-bottom: 24px; }
    .EmailVerification__header h3 {
      margin: 0 0 12px 0;
      color: #333;
      font-size: 18px;
      font-weight: 600; }
    .EmailVerification__header p {
      margin: 0;
      color: #666;
      font-size: 14px;
      line-height: 1.4; }
  .EmailVerification__form-group {
    margin-bottom: 20px; }
  .EmailVerification__label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #333;
    font-size: 14px; }
  .EmailVerification__input {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #ddd;
    border-radius: 6px;
    font-size: 18px;
    letter-spacing: 4px;
    text-align: center;
    font-family: monospace;
    transition: border-color 0.2s ease; }
    .EmailVerification__input:focus {
      outline: none;
      border-color: #007bff; }
    .EmailVerification__input:disabled {
      background-color: #f5f5f5;
      color: #999; }
    .EmailVerification__input:-ms-input-placeholder {
      color: #ccc; }
    .EmailVerification__input::placeholder {
      color: #ccc; }
  .EmailVerification__submit {
    width: 100%;
    margin-bottom: 16px; }
  .EmailVerification__resend {
    text-align: center;
    padding-top: 16px;
    border-top: 1px solid #e0e0e0; }
    .EmailVerification__resend p {
      margin: 0 0 8px 0;
      color: #666;
      font-size: 14px; }
  .EmailVerification__resend-button {
    background: none;
    border: none;
    color: #007bff;
    cursor: pointer;
    font-size: 14px;
    text-decoration: underline;
    transition: color 0.2s ease; }
    .EmailVerification__resend-button:hover:not(:disabled) {
      color: #0056b3; }
    .EmailVerification__resend-button:disabled {
      color: #999;
      cursor: not-allowed;
      text-decoration: none; }
.BookingQuoteSummary {
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  display: block;
  width: 100%;
  background-color: #FFFFFF;
  margin-bottom: 8px;
  cursor: pointer; }
  .BookingQuoteSummary__content {
    padding: 12px 20px;
    border-bottom: 1px solid #DDDDDD;
    border-bottom: none; }
    .BookingQuoteSummary__content:last-child {
      border-bottom: none; }
  .BookingQuoteSummary__action {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
    border-top: 1px solid #DDDDDD;
    padding: 12px;
    text-decoration: none; }
.BookingUserSummary {
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  display: block;
  width: 100%;
  background-color: #FFFFFF;
  margin-bottom: 8px; }
  .BookingUserSummary__content {
    padding: 12px 20px;
    border-bottom: 1px solid #DDDDDD;
    border-bottom: none; }
    .BookingUserSummary__content:last-child {
      border-bottom: none; }
  .BookingUserSummary__section {
    margin-bottom: 20px; }
    .BookingUserSummary__section.\--isLast {
      margin-bottom: 0; }
  .BookingUserSummary__label {
    display: block;
    margin-bottom: 2px;
    color: #999999;
    font-size: 1.6rem; }
  .BookingUserSummary__value {
    display: block;
    font-size: 2.2rem;
    line-height: 1; }
  .BookingUserSummary__cardDetails {
    position: relative;
    padding-left: 62px; }
    .BookingUserSummary__cardDetails__type {
      position: absolute;
      top: 4px;
      left: 0; }
    .BookingUserSummary__cardDetails__expiry {
      color: #999999;
      font-size: 1.6rem; }
  .BookingUserSummary__action {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
    border-top: 1px solid #DDDDDD;
    padding: 12px;
    text-decoration: none; }
.ScrollHint {
  border-radius: 4px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  background-color: #29B5F7;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  font-size: 2em;
  text-align: center;
  display: block;
  border: none;
  color: #FFFFFF;
  padding: 12px 20px;
  margin-bottom: 8px;
  text-decoration: none;
  position: fixed;
  right: 12px;
  bottom: 12px;
  margin: 0;
  padding: 8px 16px;
  width: auto;
  outline: none;
  font-size: 1.6rem;
  opacity: 1;
  transition: opacity 0.2s ease-in-out 0.2s; }
  .ScrollHint:hover {
    background-color: #15aef6; }
  .ScrollHint:active {
    background-color: #09a8f3; }
  .ScrollHint:disabled {
    background-color: #DDDDDD; }
  .ScrollHint:hover {
    color: #FFFFFF; }
  .ScrollHint.\--isHidden {
    opacity: 0;
    cursor: default; }
  .ScrollHint__icon {
    margin-right: 12px; }
.PrintConfirmationModal {
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  display: block;
  width: 100%;
  background-color: #FFFFFF;
  margin-bottom: 8px;
  padding: 12px 20px;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 24px;
  max-width: 348px;
  text-align: center;
  bottom-border: none; }
  .PrintConfirmationModal:last-child {
    border-bottom: none; }
  .PrintConfirmationModal__icon {
    margin: 16px auto;
    padding-top: 15px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #F7F7F7;
    text-align: center; }
  .PrintConfirmationModal__title {
    display: block;
    margin-bottom: 8px;
    color: #29B5F7;
    font-size: 2.2rem;
    font-family: "museo_sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
  .PrintConfirmationModal__content {
    display: block;
    margin-bottom: 24px;
    font-size: 1.8rem; }
  .PrintConfirmationModal__confirm {
    margin-bottom: 20px; }
  .PrintConfirmationModal__cancel {
    font-size: 1.6rem; }
.PaymentMethodsForm {
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  display: block;
  width: 100%;
  background-color: #FFFFFF;
  margin-bottom: 8px; }
  .PaymentMethodsForm__checkoutContainer {
    padding: 12px 20px;
    border-bottom: 1px solid #DDDDDD;
    padding: 20px; }
    .PaymentMethodsForm__checkoutContainer:last-child {
      border-bottom: none; }
.BookingReviewScreen__form {
  position: relative;
  z-index: 1;
  margin-top: 0;
  transition: margin-top 0.2s ease-in-out; }
  .BookingReviewScreen__form.\--hasMap {
    margin-top: 136px; }

.BookingReviewScreen__scrollHint {
  display: none; }
  @media (min-width: 768px) {
    .BookingReviewScreen__scrollHint {
      display: block; } }

/*# sourceMappingURL=bookings.edit.a23bf1febc609fb29a75.css.map*/