/*!
 * https://github.com/YouCanBookMe/react-datetime
 */

.rdt {
  position: relative;
}
.rdtPicker {
  display: none;
  position: absolute;
  width: 250px;
  padding: 4px;
  margin-top: 1px;
  z-index: 99999 !important;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,.1);
  border: 1px solid #f9f9f9;
}
.rdtOpen .rdtPicker {
  display: block;
}
.rdtStatic .rdtPicker {
  box-shadow: none;
  position: static;
}

.rdtPicker .rdtTimeToggle {
  text-align: center;
}

.rdtPicker table {
  width: 100%;
  margin: 0;
}
.rdtPicker td,
.rdtPicker th {
  text-align: center;
  height: 28px;
}
.rdtPicker td {
  cursor: pointer;
}
.rdtPicker td.rdtDay:hover,
.rdtPicker td.rdtHour:hover,
.rdtPicker td.rdtMinute:hover,
.rdtPicker td.rdtSecond:hover,
.rdtPicker .rdtTimeToggle:hover {
  background: #eeeeee;
  cursor: pointer;
}
.rdtPicker td.rdtOld,
.rdtPicker td.rdtNew {
  color: #999999;
}
.rdtPicker td.rdtToday {
  position: relative;
}
.rdtPicker td.rdtToday:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #428bca;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.rdtPicker td.rdtActive,
.rdtPicker td.rdtActive:hover {
  background-color: #428bca;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.rdtPicker td.rdtActive.rdtToday:before {
  border-bottom-color: #fff;
}
.rdtPicker td.rdtDisabled,
.rdtPicker td.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}

.rdtPicker td span.rdtOld {
  color: #999999;
}
.rdtPicker td span.rdtDisabled,
.rdtPicker td span.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.rdtPicker th {
  border-bottom: 1px solid #f9f9f9;
}
.rdtPicker .dow {
  width: 14.2857%;
  border-bottom: none;
  cursor: default;
}
.rdtPicker th.rdtSwitch {
  width: 100px;
}
.rdtPicker th.rdtNext,
.rdtPicker th.rdtPrev {
  font-size: 21px;
  vertical-align: top;
}

.rdtPrev span,
.rdtNext span {
  display: block;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;
}

.rdtPicker th.rdtDisabled,
.rdtPicker th.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.rdtPicker thead tr:first-child th {
  cursor: pointer;
}
.rdtPicker thead tr:first-child th:hover {
  background: #eeeeee;
}

.rdtPicker tfoot {
  border-top: 1px solid #f9f9f9;
}

.rdtPicker button {
  border: none;
  background: none;
  cursor: pointer;
}
.rdtPicker button:hover {
  background-color: #eee;
}

.rdtPicker thead button {
  width: 100%;
  height: 100%;
}

td.rdtMonth,
td.rdtYear {
  height: 50px;
  width: 25%;
  cursor: pointer;
}
td.rdtMonth:hover,
td.rdtYear:hover {
  background: #eee;
}

.rdtCounters {
  display: inline-block;
}

.rdtCounters > div {
  float: left;
}

.rdtCounter {
  height: 100px;
}

.rdtCounter {
  width: 40px;
}

.rdtCounterSeparator {
  line-height: 100px;
}

.rdtCounter .rdtBtn {
  height: 40%;
  line-height: 40px;
  cursor: pointer;
  display: block;

  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;
}
.rdtCounter .rdtBtn:hover {
  background: #eee;
}
.rdtCounter .rdtCount {
  height: 20%;
  font-size: 1.2em;
}

.rdtMilli {
  vertical-align: middle;
  padding-left: 8px;
  width: 48px;
}

.rdtMilli input {
  width: 100%;
  font-size: 1.2em;
  margin-top: 37px;
}

.rdtTime td {
  cursor: default;
}

/*
Color overwrites
 */
.content-wrapper .content-wrapper__content > button {
  color: #291E49 !important;
  border-color: #291E49 !important;
  -webkit-transition: background-color .3s linear;
  -o-transition: background-color .3s linear;
  transition: background-color .3s linear; }
  .content-wrapper .content-wrapper__content > button span {
    background-image: url("/images/webicons/ovflex/icon_reset.svg") !important; }
  .content-wrapper .content-wrapper__content > button:hover {
    background-color: rgba(41, 30, 73, 0.2) !important; }

@font-face {
  font-family: Gotham;
  src: url("/fonts/Gotham-Book.woff"); }

@font-face {
  font-family: Gotham;
  src: url("/fonts/Gotham-Bold.woff");
  font-weight: bold; }

@font-face {
  font-family: Gotham;
  src: url("/fonts/Gotham-BookItalic.woff");
  font-style: italic; }

@font-face {
  font-family: Gotham;
  src: url("/fonts/Gotham-BoldItalic.woff");
  font-weight: bold;
  font-style: italic; }

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 70px;
  background-color: #ffffff; }
  .header__child {
    margin: 0 20px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1; }
    .header__child--image {
      height: 45px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .header__child--image img {
        width: 100%;
        max-width: 180px;
        max-height: 33px; }
    .header__child--right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .header__child--right .button--menu {
        display: none; }
      @media (max-width: 768px) {
        .header__child--right {
          margin: 0 15px 0 0; }
          .header__child--right .button--menu {
            display: block;
            position: relative; }
            .header__child--right .button--menu span {
              display: block;
              position: absolute;
              left: 25%;
              width: 50%;
              height: 3px;
              background: #554CA1;
              border-radius: 2px;
              top: 21px; }
              .header__child--right .button--menu span:first-child {
                top: 14px; }
              .header__child--right .button--menu span:last-child {
                top: 28px; } }

.content-wrapper {
  overflow: auto;
  height: calc(100% - 72px);
  -webkit-overflow-scrolling: touch; }
  .content-wrapper__center {
    background: -o-linear-gradient(#554CA1 0%, #554CA1 260px, #f8f8f8 260px, #f8f8f8 100%);
    background: linear-gradient(#554CA1 0%, #554CA1 260px, #f8f8f8 260px, #f8f8f8 100%);
    min-height: 100%;
    width: 100%;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .content-wrapper__center--header {
      color: #ffffff;
      line-height: 1.3em;
      width: calc(100% - 40px);
      max-width: 1140px;
      margin: 1.5em auto 1em auto; }
  .content-wrapper__content {
    min-height: 340px;
    background-color: #ffffff;
    color: #000000;
    border-radius: 8px;
    border: solid 1px #e6e6e6;
    width: calc(100% - 40px);
    max-width: 1140px;
    margin: 0 auto auto auto;
    position: relative; }
    .content-wrapper__content > button {
      position: absolute;
      right: 0px;
      top: -65px; }
  .content-wrapper .footer {
    color: #000000;
    padding-bottom: 10px;
    text-align: center;
    width: calc(100% - 40px);
    max-width: 1140px;
    margin: 25px auto 0px auto;
    background-color: #f8f8f8;
    color: #9b9b9b; }
    .content-wrapper .footer__flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 10px 0; }
      .content-wrapper .footer__flex .copyright {
        margin-right: 15px; }
      .content-wrapper .footer__flex .footer__links {
        text-align: left; }
        .content-wrapper .footer__flex .footer__links a {
          display: inline-block; }
      @media (max-width: 768px) {
        .content-wrapper .footer__flex {
          font-size: 12px; } }
    .content-wrapper .footer hr {
      border: 0;
      border-top: 1px solid #e6e6e6; }
    .content-wrapper .footer span {
      margin: 12px 0;
      display: inline-block; }

.page__wrapper, .page__wrapper_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 5%; }
  .page__wrapper hr, .page__wrapper_top hr {
    border: none;
    width: 100%;
    border-top: solid 1px #e6e6e6; }

.page__wrapper_top {
  padding: 60px 5% 0 5%; }

.page__content {
  padding: 5% 0; }

.page__confirm {
  padding: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .page__confirm--error {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 200px;
            flex: 1 1 200px;
    padding-right: 10px; }
    .page__confirm--error p {
      color: #e6262d; }
  .page__confirm--button-wrapper:not(:first-child), .page__confirm button:not(:first-child) {
    margin-left: 20px; }

.page--404 i {
  display: block;
  width: 145px;
  height: 115px;
  background: transparent url("/images/webicons/404_error.svg") center center no-repeat;
  background-size: contain;
  margin-bottom: 45px; }

.page--404 h2 {
  font-size: 36px;
  line-height: 1; }

.form__wrapper, .form__wrapper_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 5%; }
  .form__wrapper hr, .form__wrapper_top hr {
    border: none;
    width: 100%;
    border-top: solid 1px #e6e6e6; }

.form__wrapper_top {
  padding: 3% 5% 0 5%; }

.form__content {
  padding: 5% 0; }

.form__item {
  padding: 5% 1% 0 1%;
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1 200px;
          flex: 1 200px;
  min-width: 35%;
  position: relative; }
  .form__item input, .form__item .Select-control, .form__item .react-tel-input {
    margin-bottom: 20px; }
  .form__item label, .form__item label > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .form__item label p, .form__item label > div p {
      height: 20px;
      line-height: 1; }
      .form__item label p span, .form__item label > div p span {
        cursor: pointer; }
        .form__item label p span.active, .form__item label > div p span.active {
          color: #554CA1; }
  .form__item--checkbox {
    margin-top: 30px; }
    .form__item--checkbox label {
      display: inline-block;
      padding-left: 15px;
      text-indent: -15px; }
    .form__item--checkbox input {
      width: 25px;
      height: 25px;
      padding: 0;
      margin: 0;
      vertical-align: bottom;
      position: relative;
      top: -1px;
      overflow: hidden;
      border: solid 1px #e6e6e6;
      background-color: #f8f8f8 !important;
      -webkit-appearance: none; }
      .form__item--checkbox input:checked {
        background-image: url("/images/webicons/checkbox_check.svg");
        background-repeat: no-repeat;
        background-size: 10px;
        background-position: center; }
    .form__item--checkbox span {
      padding-left: 15px;
      line-height: 25px; }
  .form__item--error input, .form__item--error .Select-control, .form__item--error .react-tel-input {
    border: solid 1px #e6262d;
    margin-bottom: 0px; }

@media (max-width: 768px) {
  .form__wrapper--selectors .form__item {
    width: 100%;
    min-width: 100%; } }

.form__error {
  color: #e6262d;
  font-size: 12px;
  margin: 5px 0; }

.form__spacer {
  min-width: 2em;
  margin-bottom: 1em; }
  .form__spacer--switch {
    background: url(/images/webicons/switch_fields.svg) no-repeat scroll 1em;
    background-position: bottom;
    cursor: pointer;
    height: 20px;
    margin-top: auto;
    margin-bottom: 2.5em;
    outline: none; }
  @media (max-width: 768px) {
    .form__spacer {
      display: none; }
      .form__spacer--switch {
        display: block;
        width: 100%;
        background-position: center center;
        margin: 0px auto -55px auto;
        position: relative;
        z-index: 2;
        -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg);
        outline: none;
        width: 50px;
        height: 50px; } }

.form__confirm {
  padding: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .form__confirm--error {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 200px;
            flex: 1 1 200px;
    padding-right: 10px; }
    .form__confirm--error p {
      color: #e6262d; }
  .form__confirm--button-wrapper, .form__confirm button {
    margin-left: auto; }
    .form__confirm--button-wrapper:not(:first-child), .form__confirm button:not(:first-child) {
      margin-left: 20px; }

.popup .form__wrapper {
  padding: 0; }
  .popup .form__wrapper--centered {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.popup .form__item {
  padding-top: 1%; }

.popup .form__confirm {
  padding: 20px 0 0px 0; }
  .popup .form__confirm button:not(:first-child) {
    margin-left: 10px; }

.form__wrapper .__spacer--switch {
  width: 100%;
  margin: 20px 0 -51px 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg); }

.form-bottom {
  background-color: #fafdff;
  border-top: 1px solid #e6e6e6;
  padding: 2%;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  min-width: 45%;
  -ms-flex-line-pack: center;
      align-content: center; }
  .form-bottom__item {
    min-height: 40px; }
  .form-bottom__icon {
    padding-right: 16px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    background-size: 28px;
    background-repeat: no-repeat;
    background-position: center; }
  .form-bottom__wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .form-bottom__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left; }
  .form-bottom__link {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .form-bottom__label {
    color: #4d5b66;
    padding: 2px; }
  .form-bottom__sublabel {
    color: #9b9b9b;
    padding: 2px; }
  @media (max-width: 768px) {
    .form-bottom {
      padding: 2%; }
      .form-bottom__wrapper {
        width: calc(100% - 50px); }
      .form-bottom__content {
        width: 100%; }
      .form-bottom__icon {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 20px;
                flex: 0 0 20px;
        background-size: 50%; }
      .form-bottom__link {
        display: none; }
      .form-bottom__label {
        font-size: 14px; }
      .form-bottom__sublabel {
        font-size: 13px;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        display: block; } }

.add-payment-method-form .hosted-field {
  height: 4em;
  padding: 1em;
  background-color: #f8f8f8 !important;
  color: #4d5b66;
  font-size: 15px;
  height: 18px;
  font-weight: bold;
  letter-spacing: 0.1px;
  border: solid 1px #e6e6e6;
  margin: 10px 0; }

.add-payment-method-form input {
  margin: 0; }

.summary {
  background-color: #fafdff;
  border-bottom: 1px solid #e6e6e6;
  padding: 3% 5%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 35%;
          flex: 1 35%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative; }
  .summary__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: 45%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .summary__item {
    padding: 10px 0;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .summary__spacer {
    min-width: 2em; }
  .summary__label {
    padding-right: 1em;
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: 0.1px;
    color: #9b9b9b;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 85px;
            flex: 0 0 85px;
    min-width: 110px;
    -ms-flex-item-align: center;
        align-self: center; }
  .summary__icon {
    padding-right: 2em;
    background-position-x: left;
    background-position-y: center;
    background-repeat: no-repeat;
    height: 20px;
    display: block; }
  .summary__content {
    color: #4d5b66;
    font-weight: bold;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100px;
            flex: 1 1 100px;
    -ms-flex-item-align: center;
        align-self: center; }
    .summary__content--warning {
      color: #ffa500; }
  .summary__change {
    position: absolute;
    right: 5%;
    padding-top: 10px; }
  .summary__warning {
    width: 100%;
    padding: 16px;
    background: #fff6e6;
    border: 1px solid #ffa500;
    color: #ffa500;
    border-radius: 7px;
    margin: 1em -10px 0 -10px; }
    .summary__warning .icon {
      vertical-align: middle;
      margin-right: 2em; }
      .summary__warning .icon svg * {
        fill: #ffa500; }
  @media (max-width: 768px) {
    .summary__wrapper {
      min-width: 100%;
      margin-bottom: 20px; }
    .summary__change {
      position: absolute;
      right: 20px;
      bottom: 15px;
      padding-top: 10px;
      padding-bottom: 0px; }
    .summary__item {
      display: block; }
      .summary__item--location {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .summary__item--payment .summary__icon {
        float: left; }
      .summary__item--payment .summary__content {
        margin-top: 7px;
        display: block; }
    .summary__label {
      min-width: 100%;
      display: block;
      margin-bottom: 3px; } }

.sign-up-sign-in-buttons a, .sign-up-sign-in-buttons a:visited {
  padding-right: 30px;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0.1px;
  color: #4d5b66; }

.sign-up-sign-in-buttons .button {
  margin-bottom: 10px; }

.sign-up-sign-in-buttons .button:first-child {
  margin-right: 10px; }

.sign-up-sign-in-buttons .button:last-child {
  margin-left: 0px; }

.header .sign-up-sign-in-buttons .button {
  min-width: 137px;
  margin-bottom: 0px; }

.header .sign-up-sign-in-buttons .button:first-child {
  margin-right: 0px; }

.header .sign-up-sign-in-buttons .button:last-child {
  margin-left: 10px; }

@media (max-width: 768px) {
  .header .sign-up-sign-in-buttons {
    display: none;
    position: absolute;
    z-index: 14;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    top: 70px;
    left: 0;
    width: 100%;
    background: white;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 13px 18px 3px 18px;
    border-top: 1px solid #e6e6e6;
    text-align: right; }
    .header .sign-up-sign-in-buttons .button {
      min-width: 137px;
      margin-bottom: 10px; }
  .header.menu-open .sign-up-sign-in-buttons {
    display: block; } }

.cookie-bar {
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100%;
  background-color: #4d5b66;
  color: #ffffff;
  font-size: 12px;
  z-index: 9999; }
  .cookie-bar__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .cookie-bar__child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .cookie-bar__child--left {
      padding-left: 56px;
      -webkit-box-flex: 1;
          -ms-flex: 1 250px;
              flex: 1 250px;
      background: url("/images/webicons/icon_info.svg");
      background-size: 22px 22px;
      background-repeat: no-repeat;
      background-attachment: scroll;
      background-position-x: 22px;
      background-position-y: center; }
      .cookie-bar__child--left p {
        display: table-cell;
        vertical-align: middle;
        padding: 15px;
        color: #ffffff; }
    .cookie-bar__child--right {
      float: right;
      padding: 0 20px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
  .cookie-bar a {
    color: #ffffff;
    text-decoration: underline;
    padding-left: 4px; }

.meetingpoint-field__with-map-select input:disabled {
  color: #4d5b66 !important;
  -webkit-text-fill-color: #4d5b66;
  -webkit-appearance: none;
  opacity: 1 !important;
  border-radius: 0; }
  .meetingpoint-field__with-map-select input:disabled::-webkit-input-placeholder {
    color: #9b9b9b;
    -webkit-text-fill-color: #9b9b9b;
    opacity: 1; }
  .meetingpoint-field__with-map-select input:disabled:-ms-input-placeholder {
    color: #9b9b9b;
    -webkit-text-fill-color: #9b9b9b;
    opacity: 1; }
  .meetingpoint-field__with-map-select input:disabled::-ms-input-placeholder {
    color: #9b9b9b;
    -webkit-text-fill-color: #9b9b9b;
    opacity: 1; }
  .meetingpoint-field__with-map-select input:disabled::placeholder {
    color: #9b9b9b;
    -webkit-text-fill-color: #9b9b9b;
    opacity: 1; }

.meetingpoint-field--disabled input, .meetingpoint-field--disabled input:disabled {
  color: #9b9b9b;
  -webkit-text-fill-color: #9b9b9b; }

.button {
  min-width: 160px;
  height: 45px;
  border-radius: 8px;
  border: 0px solid;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.1px;
  color: #ffffff;
  background-color: #9b9b9b;
  cursor: pointer; }
  .button--primary {
    background-color: #62B31B; }
  .button--secondary {
    background-color: #554CA1; }
  .button--danger {
    background-color: #d54950; }
  .button--red {
    background-color: #e6262d; }
  .button--blue {
    background-color: #554CA1; }
  .button--white {
    background-color: #ffffff;
    color: black; }
  .button--grey {
    background-color: #e6e6e6; }
  .button--cancel {
    background-color: #e6262d; }
  .button--small {
    min-width: 150px; }
  .button__icon {
    width: 20px;
    height: 20px;
    margin-right: 0.5em;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center; }
  .button--transparent {
    background-color: transparent !important;
    border: solid 1px; }
    .button--transparent.button--red {
      color: #e6262d !important;
      border-color: #e6262d; }
    .button--transparent.button--blue {
      color: #554CA1 !important;
      border-color: #554CA1; }
    .button--transparent.button--white {
      color: #ffffff !important;
      border-color: #ffffff; }
    .button--transparent.button--grey {
      color: #e6e6e6 !important;
      border-color: #e6e6e6; }
  .button--menu {
    background-color: transparent !important;
    border: solid 1px;
    border-color: #e6e6e6;
    color: #554CA1 !important;
    min-width: 45px;
    margin-left: 10px;
    border-radius: 4px; }
  .button--disabled {
    background-color: #9b9b9b;
    cursor: default; }
    .button--disabled.button--grey {
      background-color: transparent !important;
      color: #e6e6e6 !important; }

.center-buttons {
  text-align: center; }
  .center-buttons .button {
    display: inline-block; }

.switch-button {
  border: solid 1px #e6e6e6;
  border-radius: 8px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  max-width: 320px;
  height: 45px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.1px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .switch-button:focus {
    outline: 0; }
  .switch-button__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    padding: 12px 0;
    color: #554CA1; }
    .switch-button__item:first-child {
      border-top-left-radius: 8px;
      border-bottom-left-radius: 8px; }
    .switch-button__item:last-child {
      border-top-right-radius: 8px;
      border-bottom-right-radius: 8px; }
    .switch-button__item--active {
      background-color: #554CA1;
      color: #ffffff; }

.dropdown {
  position: absolute;
  top: 56px;
  left: 0;
  z-index: 20;
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
  min-width: 234px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px; }
  .dropdown__item {
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-top: solid 1px #e6e6e6;
    cursor: pointer; }
    .dropdown__item:hover {
      background-color: #e6e6e6; }
  .dropdown__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 25px;
            flex: 0 1 25px;
    width: 25px;
    height: 25px;
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 15px;
    -ms-flex-item-align: center;
        align-self: center; }

.concession-picker {
  max-width: 235px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  cursor: pointer;
  outline: none; }
  .concession-picker__child {
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0; }
  .concession-picker__icon {
    background-repeat: no-repeat;
    background-position: center; }
    .concession-picker__icon--dropdown {
      width: 15px;
      height: 8px;
      background-image: url("/images/webicons/input_dropdown.svg");
      background-size: 15px 8px;
      padding: 15px 0; }
  .concession-picker .dropdown {
    z-index: 25; }
    .concession-picker .dropdown__item {
      padding: 10px 0; }
    .concession-picker .dropdown__icon {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 30px;
              flex: 0 1 30px;
      height: 50px;
      background-size: 30px; }
    .concession-picker .dropdown__label {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 150px;
              flex: 1 1 150px;
      font-weight: bold;
      -ms-flex-item-align: center;
          align-self: center; }

.date-field, .form__wrapper .form__item label > .date-field {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .date-field:focus, .form__wrapper .form__item label > .date-field:focus {
    outline: 1px solid #554CA1; }
  .date-field input, .form__wrapper .form__item label > .date-field input {
    width: 100%; }
  .date-field .rdtPicker td.rdtDisabled, .date-field .rdtPicker .td.rdtDisabled:hover, .form__wrapper .form__item label > .date-field .rdtPicker td.rdtDisabled, .form__wrapper .form__item label > .date-field .rdtPicker .td.rdtDisabled:hover {
    background: #9b9b9b;
    color: #ffffff; }
  .date-field__button, .form__wrapper .form__item label > .date-field__button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48px;
            flex: 0 0 48px;
    background-color: #ffffff;
    border: solid 1px #e6e6e6;
    border-left: none;
    background-image: url("/images/webicons/icon_calendar.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1.8em; }
  .date-field__picker, .form__wrapper .form__item label > .date-field__picker {
    position: absolute;
    top: 3.4em;
    left: 0;
    z-index: 1;
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.13);
            box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.13); }
  .date-field--disabled, .form__wrapper .form__item label > .date-field--disabled {
    cursor: not-allowed; }
    .date-field--disabled > *, .form__wrapper .form__item label > .date-field--disabled > * {
      color: #9b9b9b; }
    .date-field--disabled:focus, .form__wrapper .form__item label > .date-field--disabled:focus {
      outline: none; }

.time-field, .form__wrapper .form__item label > .time-field {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .time-field:focus, .form__wrapper .form__item label > .time-field:focus {
    outline: 1px solid #554CA1; }
  .time-field input, .form__wrapper .form__item label > .time-field input {
    width: 100%; }
  .time-field__button, .form__wrapper .form__item label > .time-field__button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48px;
            flex: 0 0 48px;
    background-color: #ffffff;
    border: solid 1px #e6e6e6;
    border-left: none;
    background-image: url("/images/webicons/icon_time.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1.8em; }
  .time-field__picker, .form__wrapper .form__item label > .time-field__picker {
    position: absolute;
    top: 3.4em;
    left: 0;
    z-index: 1;
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.13);
            box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.13); }
  .time-field--disabled, .form__wrapper .form__item label > .time-field--disabled {
    cursor: not-allowed; }
    .time-field--disabled > *, .form__wrapper .form__item label > .time-field--disabled > * {
      color: #9b9b9b; }
    .time-field--disabled:focus, .form__wrapper .form__item label > .time-field--disabled:focus {
      outline: none; }

.form__item .text-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .form__item .text-field input {
    width: 100%; }
  .form__item .text-field__button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48px;
            flex: 0 0 48px;
    background-color: #ffffff;
    border: solid 1px #e6e6e6;
    border-left: none;
    background-image: url("/images/webicons/icon_edit.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1.8em; }

.payment-method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 20px 0;
  outline: none; }
  .payment-method__text {
    -webkit-box-flex: 1;
        -ms-flex: 1 150px;
            flex: 1 150px; }
    .payment-method__text--label {
      font-size: 15px;
      font-weight: bold;
      color: #4d5b66; }
    .payment-method__text--details {
      font-size: 14px;
      line-height: 1.43;
      color: #9b9b9b; }
  .payment-method__icon {
    width: 37px;
    height: 37px;
    margin-right: 16px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37px;
            flex: 0 0 37px;
    background-size: 37px;
    background-repeat: no-repeat;
    background-position: center; }
  .payment-method__control {
    width: 31px;
    height: 31px;
    padding: 2px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31px;
            flex: 0 0 31px;
    background-size: 31px;
    background-repeat: no-repeat;
    background-position: center;
    outline: none; }

.payment-method-list {
  width: 100%; }
  .payment-method-list hr {
    margin: 0;
    border: 0;
    border-top: 1px solid #ccc;
    color: #e6e6e6; }

.logged-in-user {
  width: 234px;
  height: 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  cursor: pointer;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  margin-left: 10px; }
  .logged-in-user__user {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-item-align: center;
        align-self: center;
    padding-left: 15px;
    padding-right: 30px;
    background-image: url("/images/webicons/input_dropdown.svg");
    background-size: 15px 8px;
    background-position: right 10px center;
    background-repeat: no-repeat; }
    .logged-in-user__user p {
      line-height: 43px;
      margin: 0;
      white-space: nowrap;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis; }
  .logged-in-user__icon {
    background-repeat: no-repeat;
    background-position: center; }
    .logged-in-user__icon--dropdown {
      width: 15px;
      height: 8px;
      background-image: url("/images/webicons/input_dropdown.svg");
      background-size: 15px 8px;
      padding: 15px 0; }
  .logged-in-user .dropdown {
    min-width: auto;
    right: 0;
    left: auto;
    min-width: 230px; }
  @media (max-width: 768px) {
    .logged-in-user {
      background-image: url(/images/webicons/icon_menu.svg);
      background-position: center center;
      background-repeat: no-repeat;
      background-color: transparent !important;
      border: solid 1px;
      border-color: #e6e6e6;
      color: #554CA1 !important;
      min-width: 45px;
      width: 45px;
      margin-left: 10px; }
      .logged-in-user__user {
        display: none; }
      .logged-in-user .dropdown {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 100vw;
        right: 0px;
        top: 72px;
        position: fixed; } }

.booking-overview {
  width: calc(100% - 40px);
  max-width: 1140px;
  margin: 0 auto 20px auto;
  margin-bottom: 20px; }
  .booking-overview__content {
    background-color: #ffffff;
    color: #000000;
    border-radius: 8px;
    border: solid 1px #e6e6e6;
    width: 100%; }

.booking-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .booking-table__row--index {
    font-weight: bold;
    color: #4d5b66; }
  .booking-table__row span {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100px;
            flex: 1 1 100px;
    margin: 10px 15px; }
    .booking-table__row span p {
      margin: 3px 0; }
      .booking-table__row span p:first-child {
        color: #4d5b66; }
  .booking-table__row--icon {
    background-image: url("/images/webicons/icon_remove.svg");
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    min-height: 50px; }
  .booking-table__row--small {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50px !important;
            flex: 0 0 50px !important; }
  .booking-table__row__buttons .button {
    margin: 0 15px 15px 15px; }

.booking-table hr {
  border: 0;
  border-top: 1px solid #e6e6e6; }

.notification {
  left: 20px;
  bottom: 20px;
  position: fixed;
  z-index: 1200; }
  .notification__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 320px;
    min-height: 56px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 15px;
    border-radius: 4px;
    line-height: 15px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    background-color: #4d5b66;
    color: #fff;
    font-weight: 600; }
    .notification__content:first-child {
      margin-bottom: 0; }
    .notification__content--error {
      background-color: #d54950; }
    .notification__content p {
      margin: 0;
      -webkit-box-flex: 8;
          -ms-flex: 8;
              flex: 8;
      padding: 0 20px;
      color: #fff; }
  .notification__icon {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: no-repeat center; }
    .notification__icon img {
      height: 25px; }
  .notification__close {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    cursor: pointer;
    background: no-repeat center; }
    .notification__close img {
      height: 12px; }
  .notification__bar {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    width: 100%;
    color: rgba(0, 0, 0, 0.1); }
    .notification__bar svg {
      height: 100%; }
  @media (max-width: 768px) {
    .notification {
      left: 0px;
      bottom: 0px;
      width: 100%; }
      .notification__content {
        border-radius: 0;
        width: 100%; } }

.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative; }
  .search__overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 20; }
  .search input {
    background-color: #fafdff !important;
    border: 1px solid transparent;
    border-bottom: 1px solid #e6e6e6;
    background-image: url("/images/webicons/icon_search.svg");
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 20px;
    padding: 25px 65px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    font-size: 18px;
    z-index: 21; }
    .search input:focus {
      -webkit-box-shadow: 0 2px 4px 0 rgba(170, 170, 170, 0.5);
              box-shadow: 0 2px 4px 0 rgba(170, 170, 170, 0.5);
      outline: 0px; }
    .search input::-webkit-input-placeholder {
      color: #e6e6e6; }
    .search input:-ms-input-placeholder {
      color: #e6e6e6; }
    .search input::-ms-input-placeholder {
      color: #e6e6e6; }
    .search input::placeholder {
      color: #e6e6e6; }
  .search__clear {
    position: absolute;
    right: 20px;
    top: 16px;
    border: none;
    background-color: transparent;
    background-image: url("/images/webicons/icon_remove_grey.svg");
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: center;
    width: 36px;
    height: 36px;
    z-index: 22;
    cursor: pointer; }
  .search__dropdown {
    position: absolute;
    top: 70px;
    width: 100%;
    z-index: 20; }
  .search__results {
    padding: 0;
    margin: 0;
    list-style: none;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px; }
    .search__results li {
      padding: 15px;
      border-bottom: 1px solid #e6e6e6; }
    .search__results strong {
      color: #4d5b66; }
    .search__results p {
      margin: 0;
      padding: 3px;
      color: #9b9b9b; }
    .search__results_selected {
      background: #e6e6e6; }

.promocode__button-wrapper {
  width: 100%; }

.promocode__button {
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px; }
  .promocode__button--label {
    margin-left: 1em;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100px;
            flex: 1 1 100px;
    color: #4d5b66; }
  .promocode__button--icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px 30px; }

.promocode__list-item {
  width: 100%; }
  .promocode__list-item p {
    margin: 5px 0; }
  .promocode__list-item__label {
    font-weight: bold;
    color: #4d5b66; }
  .promocode__list-item__details {
    color: #9b9b9b; }

.price-tag {
  width: 100%; }
  .price-tag__item {
    padding: 20px 0;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .price-tag__label {
    padding-right: 1em;
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: 0.1px;
    color: #9b9b9b;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 85px;
            flex: 0 0 85px;
    min-width: 110px;
    -ms-flex-item-align: center;
        align-self: center; }
    .price-tag__label.explanation {
      display: none; }
  .price-tag__content {
    color: #4d5b66;
    font-weight: bold;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 125px;
            flex: 0 1 125px;
    -ms-flex-item-align: center;
        align-self: center; }
    .price-tag__content--disabled, .price-tag__content--disabled h1 {
      color: #9b9b9b;
      text-decoration: line-through; }
    .price-tag__content h1 {
      padding: 0 5px;
      display: inline-block;
      min-width: -webkit-max-content;
      min-width: -moz-max-content;
      min-width: max-content; }

.language-switch {
  height: 45px;
  margin-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .language-switch__language {
    padding: 10px 12px;
    line-height: 21px;
    text-transform: uppercase;
    font-weight: bold;
    color: #9b9b9b; }
    .language-switch__language img {
      margin-right: 5px;
      height: 18px;
      vertical-align: middle; }
  .language-switch__selected {
    border: 1px solid #e6e6e6;
    border-radius: 4px; }
  .language-switch .dropdown {
    z-index: 25;
    min-width: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    top: 57px;
    overflow: hidden; }
    .language-switch .dropdown a {
      padding: 15px 12px;
      outline: none; }

.trip-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.trip-card {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(50% - 10px);
  margin-bottom: 20px;
  background-color: #ffffff;
  border: solid 1px #e6e6e6;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative; }
  .trip-card h4 {
    color: #4d5b66;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 5px 0; }
  .trip-card p {
    font-size: 14px;
    margin: 0; }
  .trip-card__wrapper {
    padding: 28px 16px;
    border-bottom: solid 1px #e6e6e6;
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2; }
    .trip-card__wrapper button {
      width: 100%;
      margin-bottom: 0px;
      margin-top: 20px; }
  .trip-card__times {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .trip-card__buttons {
    padding: 28px 16px 18px 16px; }
    .trip-card__buttons .button {
      width: 100%;
      margin-bottom: 10px; }
  .trip-card__item {
    padding: 0px 0 0 30px;
    margin-bottom: 20px;
    background-repeat: no-repeat; }
    .trip-card__item h3 {
      color: #4d5b66;
      font-weight: bold;
      font-size: 14px;
      line-height: 18px;
      margin: 0 0 5px 0; }
    .trip-card__item p {
      font-size: 14px;
      margin: 0; }
    .trip-card__item:last-child {
      margin-bottom: 0; }
  @media (max-width: 768px) {
    .trip-card {
      width: 100%; }
      .trip-card__wrapper {
        padding: 20px 16px; }
      .trip-card__buttons {
        padding: 20px 16px 10px 16px; } }

.map__container {
  position: relative;
  height: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .map__container #map {
    width: 100%;
    height: 100%;
    z-index: 100; }

.map__meetingpoint-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .map__meetingpoint-info p {
    max-width: 500px; }

.map__info {
  margin-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .map__info > button {
    margin-left: auto; }

.map__spinner {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  background: rgba(0, 0, 0, 0.5); }
  .map__spinner .spinner {
    position: absolute;
    top: 44%;
    left: 44%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-animation: rotator 1.4s linear infinite;
            animation: rotator 1.4s linear infinite; }
  .map__spinner .path {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    -webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
            animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite; }

.map__search {
  position: absolute;
  top: 20px;
  left: 25px;
  right: auto;
  width: calc(100% - 50px);
  margin-top: 0;
  z-index: 100;
  font-size: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 10px 10px 60px;
  color: #000;
  outline: none;
  border: 1px solid #E6E6E6;
  height: 60px;
  font-weight: bold;
  background-image: url("/images/webicons/icon_search.svg");
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 20px; }

@-webkit-keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); } }

@keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); } }

@-webkit-keyframes colors {
  0% {
    stroke: #4285F4; }
  25% {
    stroke: #DE3E35; }
  50% {
    stroke: #F7C223; }
  75% {
    stroke: #1B9A59; }
  100% {
    stroke: #4285F4; } }

@keyframes colors {
  0% {
    stroke: #4285F4; }
  25% {
    stroke: #DE3E35; }
  50% {
    stroke: #F7C223; }
  75% {
    stroke: #1B9A59; }
  100% {
    stroke: #4285F4; } }

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 187; }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
            transform: rotate(450deg); } }

@keyframes dash {
  0% {
    stroke-dashoffset: 187; }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
            transform: rotate(450deg); } }

.autocomplete-suggestions {
  text-align: left;
  cursor: default;
  border: 1px solid #ccc;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1);
  /* core styles should not be changed */
  position: absolute;
  display: none;
  z-index: 9999;
  max-height: 254px;
  overflow: hidden;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.autocomplete-suggestion {
  position: relative;
  padding: 0 .6em;
  line-height: 23px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-size: 1.02em;
  color: #333; }
  .autocomplete-suggestion b {
    font-weight: normal;
    color: #1f8dd6; }
  .autocomplete-suggestion.selected {
    background: #f0f0f0; }

.autocomplete__suggestion {
  padding: 5px;
  font-weight: bold;
  cursor: pointer; }
  .autocomplete__suggestion--place {
    font-weight: normal; }

.popup {
  z-index: 100; }
  .popup h1 {
    color: #554CA1; }
    .popup h1:first-of-type {
      margin-top: 0; }
  .popup a {
    text-decoration: underline;
    font-weight: bold; }
  .popup label {
    color: #9b9b9b;
    font-size: 14px; }
  .popup__overlay {
    position: fixed;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1050; }
  .popup__container {
    position: fixed !important;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1060;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .popup__content {
    position: relative;
    top: 50%;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #ffffff;
    max-width: 85%;
    max-height: 95%;
    border-radius: 8px;
    border: solid 1px #e6e6e6;
    overflow: auto; }
  .popup--map .popup__content {
    height: 95%; }
  .popup--small .popup__content {
    width: 400px; }
  .popup--medium .popup__content {
    min-width: 60%; }
  .popup--large .popup__content {
    min-width: 95%; }
  .popup__wrapper {
    padding: 20px 40px 40px 40px;
    height: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block; }
  .popup .map {
    position: absolute;
    top: 80px;
    bottom: 40px;
    left: 40px;
    right: 40px;
    height: auto; }
    .popup .map .gm-style-iw > div {
      overflow: visible !important; }
    .popup .map button {
      width: calc(100% + 20px);
      margin-bottom: 10px; }
    .popup .map > #loader {
      position: relative;
      width: 100%;
      height: 100%; }
  .popup__close-button {
    width: 42px;
    height: 42px;
    position: relative;
    z-index: 2;
    float: right;
    margin: 10px 10px 0 0; }
    .popup__close-button .icon {
      width: 42px;
      height: 42px; }
  @media (max-width: 768px) {
    .popup__content {
      top: 0;
      margin: 0 auto;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      width: 100% !important;
      height: 100% !important;
      max-width: 100%;
      max-height: 100%;
      border-radius: 0px;
      border: none; }
    .popup__wrapper {
      padding: 22px 20px 20px 20px !important; }
      .popup__wrapper h1 {
        padding-right: 20px;
        font-size: 20px;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis; }
    .popup .map {
      top: 70px;
      bottom: 0px;
      left: 0px;
      right: 0px;
      height: auto; }
      .popup .map__search {
        top: 10px;
        left: 10px;
        right: 10px;
        width: calc(100% - 20px); } }

#loader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5); }
  #loader:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 40px;
    height: 40px;
    margin: -20px;
    background-color: white;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out; }

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    opacity: 0; } }

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

.icon {
  display: inline-block;
  width: 24px;
  height: 24px; }
  .icon svg {
    width: 100%;
    height: 100%; }
    .icon svg * {
      fill: #554CA1; }

.reschedule-options {
  border: 1px solid #E6E6E6;
  width: 100%;
  max-height: calc(100vh - 375px);
  min-height: 200px;
  overflow: auto; }
  @media (max-width: 768px) {
    .reschedule-options {
      max-height: calc(100vh - 275px); } }

.reschedule-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 20px 20px;
  cursor: pointer;
  outline: none;
  border-bottom: 1px solid #E6E6E6; }
  .reschedule-option:last-child {
    border-bottom: none; }
  .reschedule-option__text {
    -webkit-box-flex: 1;
        -ms-flex: 1 150px;
            flex: 1 150px; }
    .reschedule-option__text--label {
      font-size: 15px;
      font-weight: bold;
      color: #4d5b66; }
    .reschedule-option__text--details {
      font-size: 14px;
      line-height: 1.43;
      color: #9b9b9b; }
  .reschedule-option__icon {
    width: 37px;
    height: 37px;
    margin-right: 16px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37px;
            flex: 0 0 37px;
    background-size: 37px;
    background-repeat: no-repeat;
    background-position: center; }
  .reschedule-option__control {
    width: 31px;
    height: 31px;
    padding: 2px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31px;
            flex: 0 0 31px;
    background-size: 31px;
    background-repeat: no-repeat;
    background-position: center;
    outline: none; }

/**
 * React Select
 * ============
 * Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
 * https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
 * MIT License: https://github.com/JedWatson/react-select

 * CUSTIMIZED!!!
*/
.Select {
  position: relative; }

.Select input::-webkit-contacts-auto-fill-button,
.Select input::-webkit-credentials-auto-fill-button {
  display: none !important; }

.Select input::-ms-clear {
  display: none !important; }

.Select input::-ms-reveal {
  display: none !important; }

.Select,
.Select div,
.Select input,
.Select span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.Select.is-disabled .Select-value > span {
  color: #9b9b9b !important; }

.Select.is-disabled .Select-arrow-zone {
  cursor: default;
  pointer-events: none;
  opacity: 0.35; }

.Select.is-disabled > .Select-control {
  background-color: #f9f9f9; }

.Select.is-disabled > .Select-control:hover {
  -webkit-box-shadow: none;
          box-shadow: none; }

.Select.is-open > .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9; }

.Select.is-open > .Select-control .Select-arrow {
  top: -2px;
  border-color: transparent transparent #999;
  border-width: 0 5px 5px; }

.Select.is-searchable.is-open > .Select-control {
  cursor: text; }

.Select.is-searchable.is-focused:not(.is-open) > .Select-control {
  cursor: text; }

.Select.is-focused > .Select-control {
  background: #fff;
  border: 1px solid #554CA1; }

.Select.is-focused:not(.is-open) > .Select-control {
  border-color: #554CA1;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
  background: #fff; }

.Select.has-value.is-clearable.Select--single > .Select-control .Select-value {
  padding-right: 42px; }

.Select.has-value.Select--single > .Select-control .Select-value .Select-value-label,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
  color: #4d5b66; }

.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label {
  cursor: pointer;
  text-decoration: none; }

.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  color: #554CA1;
  outline: none;
  text-decoration: underline; }

.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  background: #fff; }

.Select.has-value.is-pseudo-focused .Select-input {
  opacity: 0; }

.Select.is-open .Select-arrow,
.Select .Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #666; }

.Select.Select--rtl {
  direction: rtl;
  text-align: right; }

.Select-control {
  background-color: #fff;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  cursor: default;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  height: 36px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%;
  background-color: #f8f8f8 !important;
  color: #4d5b66;
  font-size: 15px;
  line-height: 1;
  height: 50px;
  font-weight: bold;
  letter-spacing: 0.1px;
  border: solid 1px #e6e6e6;
  -webkit-appearance: none; }
  .Select-control:focus {
    outline: 1px solid #554CA1; }

.Select-control:hover {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06); }

.Select-control .Select-input:focus {
  outline: none; }

.Select-placeholder,
.Select--single > .Select-control .Select-value {
  bottom: 0;
  color: #aaa;
  left: 0;
  line-height: 50px;
  padding-left: 1em;
  padding-right: 1em;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap; }

.Select-input {
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle; }

.Select-input > input {
  width: 100%;
  background: none transparent;
  border: 0 none;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  outline: none;
  line-height: 17px;
  /* For IE 8 compatibility */
  padding: 8px 0 12px;
  /* For IE 8 compatibility */
  -webkit-appearance: none; }

.is-focused .Select-input > input {
  cursor: text; }

.has-value.is-pseudo-focused .Select-input {
  opacity: 0; }

.Select-control:not(.is-searchable) > .Select-input {
  outline: none; }

.Select-loading-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 16px; }

.Select-loading {
  -webkit-animation: Select-animation-spin 400ms infinite linear;
  animation: Select-animation-spin 400ms infinite linear;
  width: 16px;
  height: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #333;
  display: inline-block;
  position: relative;
  vertical-align: middle; }

.Select-clear-zone {
  -webkit-animation: Select-animation-fadeIn 200ms;
  animation: Select-animation-fadeIn 200ms;
  color: #999;
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 17px; }

.Select-clear-zone:hover {
  color: #D0021B; }

.Select-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1; }

.Select--multi .Select-clear-zone {
  width: 17px; }

.Select-arrow-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 45px;
  padding-right: 5px;
  height: 8px;
  background-image: url("/images/webicons/input_dropdown.svg");
  background-repeat: no-repeat;
  background-size: 15px 8px;
  background-position-x: center;
  background-position-y: center; }

.Select--rtl .Select-arrow-zone {
  padding-right: 0;
  padding-left: 5px; }

.Select-control > *:last-child {
  padding-right: 5px; }

.Select--multi .Select-multi-value-wrapper {
  display: inline-block; }

.Select .Select-aria-only {
  position: absolute;
  display: inline-block;
  height: 1px;
  width: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  float: left; }

@-webkit-keyframes Select-animation-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes Select-animation-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.Select-menu-outer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-color: #e6e6e6;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 1;
  -webkit-overflow-scrolling: touch; }

.Select-menu {
  max-height: 198px;
  overflow-y: auto; }

.Select-option {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  color: #666666;
  cursor: pointer;
  display: block;
  padding: 8px 10px; }

.Select-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.Select-option.is-selected {
  background-color: #f5faff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.04);
  color: #333; }

.Select-option.is-focused {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  color: #333; }

.Select-option.is-disabled {
  color: #cccccc;
  cursor: default; }

.Select-noresults {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #999999;
  cursor: default;
  display: block;
  padding: 8px 10px; }

.Select--multi .Select-input {
  vertical-align: middle;
  margin-left: 10px;
  padding: 0; }

.Select--multi.Select--rtl .Select-input {
  margin-left: 0;
  margin-right: 10px; }

.Select--multi.has-value .Select-input {
  margin-left: 5px; }

.Select--multi .Select-value {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  border-radius: 2px;
  border: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border: 1px solid rgba(0, 126, 255, 0.24);
  color: #554CA1;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.4;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top; }

.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
  display: inline-block;
  vertical-align: middle; }

.Select--multi .Select-value-label {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  padding: 2px 5px; }

.Select--multi a.Select-value-label {
  color: #554CA1;
  cursor: pointer;
  text-decoration: none; }

.Select--multi a.Select-value-label:hover {
  text-decoration: underline; }

.Select--multi .Select-value-icon {
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-right: 1px solid rgba(0, 126, 255, 0.24);
  padding: 1px 5px 3px; }

.Select--multi .Select-value-icon:hover,
.Select--multi .Select-value-icon:focus {
  background-color: #d8eafd;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 113, 230, 0.08);
  color: #0071e6; }

.Select--multi .Select-value-icon:active {
  background-color: #c2e0ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.24); }

.Select--multi.Select--rtl .Select-value {
  margin-left: 0;
  margin-right: 5px; }

.Select--multi.Select--rtl .Select-value-icon {
  border-right: none;
  border-left: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-left: 1px solid rgba(0, 126, 255, 0.24); }

.Select--multi.is-disabled .Select-value {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  color: #333; }

.Select--multi.is-disabled .Select-value-icon {
  cursor: not-allowed;
  border-right: 1px solid #e3e3e3; }

.Select--multi.is-disabled .Select-value-icon:hover,
.Select--multi.is-disabled .Select-value-icon:focus,
.Select--multi.is-disabled .Select-value-icon:active {
  background-color: #fcfcfc; }

@keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn); } }

@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn); } }

.questionnare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 20px 0;
  outline: none; }
  .questionnare__text {
    -webkit-box-flex: 1;
        -ms-flex: 1 150px;
            flex: 1 150px;
    display: inline-block;
    vertical-align: middle; }
    .questionnare__text--label {
      font-size: 15px;
      font-weight: bold;
      color: #4d5b66;
      padding-right: 20px;
      padding-left: 5px; }
    .questionnare__text--details {
      font-size: 14px;
      line-height: 1.43;
      color: #9b9b9b;
      margin-top: 7px; }
  .questionnare__control {
    vertical-align: middle;
    display: inline-block;
    width: 31px;
    height: 31px;
    padding: 2px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31px;
            flex: 0 0 31px;
    background-size: 31px;
    background-repeat: no-repeat;
    background-position: center;
    outline: none; }

body {
  margin: 0;
  font-family: Gotham, HelveticaNeue, Helvetica, Arial, sans-serif;
  font-size: 15px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html,
body {
  height: 100%;
  background-repeat: no-repeat; }

#container,
#container > div,
#router-wrapper,
#router-wrapper {
  height: 100%; }

button:focus {
  outline: 0; }

h1 {
  font-size: 36px;
  font-weight: bold;
  color: #554CA1;
  margin: 14px 0; }
  @media (max-width: 768px) {
    h1 {
      font-size: 24px; } }

h2 {
  margin: 0;
  font-size: 28px;
  line-height: 3.5em;
  font-weight: bold;
  color: #554CA1; }
  @media (max-width: 768px) {
    h2 {
      font-size: 20px; } }

p {
  color: #9b9b9b;
  font-size: 14px; }

a,
a:visited {
  text-decoration: none;
  color: #554CA1;
  cursor: pointer; }

label {
  font-size: 14px;
  line-height: 1.43;
  color: #9b9b9b; }

input,
.input-mock {
  padding: 1em;
  background-color: #f8f8f8 !important;
  color: #4d5b66;
  font-size: 15px;
  height: 18px;
  font-weight: bold;
  letter-spacing: 0.1px;
  border: solid 1px #e6e6e6;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis; }
  input:focus,
  .input-mock:focus {
    outline: 1px solid #554CA1; }
  input::-webkit-input-placeholder,
  .input-mock::-webkit-input-placeholder {
    color: #9b9b9b; }
  input:-ms-input-placeholder,
  .input-mock:-ms-input-placeholder {
    color: #9b9b9b; }
  input::-ms-input-placeholder,
  .input-mock::-ms-input-placeholder {
    color: #9b9b9b; }
  input::placeholder,
  .input-mock::placeholder {
    color: #9b9b9b; }
  input:disabled,
  .input-mock:disabled {
    color: #9b9b9b !important; }

.input-mock {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .input-mock--placeholder {
    color: #9b9b9b; }

select {
  padding: 1em;
  background-color: #f8f8f8 !important;
  color: #4d5b66;
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  letter-spacing: 0.1px;
  border: solid 1px #e6e6e6;
  -webkit-appearance: none;
  background-image: url("/images/webicons/input_dropdown.svg");
  background-repeat: no-repeat;
  background-size: 15px 8px;
  background-position-x: calc(100% - 20px);
  background-position-y: center; }
  select:focus {
    outline: 1px solid #554CA1; }

.react-tel-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.map__container {
  position: relative;
  height: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .map__container #map {
    width: 100%;
    height: 100%;
    z-index: 100; }

.map__meetingpoint-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .map__meetingpoint-info p {
    max-width: 500px; }

.map__info {
  margin-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .map__info > button {
    margin-left: auto; }

.map__spinner {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  background: rgba(0, 0, 0, 0.5); }
  .map__spinner .spinner {
    position: absolute;
    top: 44%;
    left: 44%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-animation: rotator 1.4s linear infinite;
            animation: rotator 1.4s linear infinite; }
  .map__spinner .path {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    -webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
            animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite; }

.map__search {
  position: absolute;
  top: 20px;
  left: 25px;
  right: auto;
  width: calc(100% - 50px);
  margin-top: 0;
  z-index: 100;
  font-size: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 10px 10px 60px;
  color: #000;
  outline: none;
  border: 1px solid #E6E6E6;
  height: 60px;
  font-weight: bold;
  background-image: url("/images/webicons/icon_search.svg");
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 20px; }

@keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); } }

@keyframes colors {
  0% {
    stroke: #4285F4; }
  25% {
    stroke: #DE3E35; }
  50% {
    stroke: #F7C223; }
  75% {
    stroke: #1B9A59; }
  100% {
    stroke: #4285F4; } }

@keyframes dash {
  0% {
    stroke-dashoffset: 187; }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
            transform: rotate(450deg); } }

.autocomplete-suggestions {
  text-align: left;
  cursor: default;
  border: 1px solid #ccc;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1);
  /* core styles should not be changed */
  position: absolute;
  display: none;
  z-index: 9999;
  max-height: 254px;
  overflow: hidden;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.autocomplete-suggestion {
  position: relative;
  padding: 0 .6em;
  line-height: 23px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-size: 1.02em;
  color: #333; }
  .autocomplete-suggestion b {
    font-weight: normal;
    color: #1f8dd6; }
  .autocomplete-suggestion.selected {
    background: #f0f0f0; }

.autocomplete__suggestion {
  padding: 5px;
  font-weight: bold;
  cursor: pointer; }
  .autocomplete__suggestion--place {
    font-weight: normal; }

.concession-marker {
  border: 7px solid #A09BD1;
  height: 50px;
  width: 50px;
  background-color: #fff;
  position: relative;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .concession-marker:before {
    content: "";
    position: absolute;
    top: -14px;
    left: -14px;
    right: -14px;
    bottom: -14px;
    border: 7px solid rgba(160, 155, 209, 0.7); }
  .concession-marker:before {
    border-radius: 50%; }
  .concession-marker img {
    width: 45%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: absolute; }

.location-marker {
  height: 50px;
  width: 50px;
  background-color: #fff;
  position: absolute;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 110;
  bottom: 30px;
  left: 15px;
  cursor: pointer; }
  .location-marker img {
    width: 55%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: absolute; }
  .location-marker--loading {
    opacity: 0.5;
    cursor: not-allowed; }

