@charset "UTF-8";
.bugger {
  color: #006;
  font-size: 1.05rem;
  font-weight: 700;
}

nav ul {
  display: flex;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0;
  padding: 0;
  list-style: none;
}

.taxi-reservationDirections {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin: 0 -0.5rem;
}

.taxi-reservationDirections > * {
  margin: 0 0.5rem;
}

.labelDetails {
  font-size: 0.8rem;
}

main section button,
.buttonPrimary,
a.buttonPrimary,
a.buttonPrimary:visited,
a.buttonSlideshow {
  background: #006 !important;
  border: 2px solid #006 !important;
  color: white !important;
  /*font-family:'Open Sans Condensed', sans-serif;*/
  font-size: 0.65rem !important;
  font-weight: 600;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
}

main section button:hover,
.buttonPrimary:hover,
a.buttonPrimary:hover,
a.buttonPrimary:active,
a.buttonPrimary:focus,
a.buttonSlideshow:hover {
  background: white !important;
  color: #006 !important;
}

.buttonGold,
.buttonGold:visited {
  background: #d9b97e;
  border-color: #d9b97e;
  color: white !important;
}

.buttonGold:hover,
.buttonGold:active,
.buttonGold:focus {
  background: white;
  color: #d9b97e !important;
}

.taxiSearchDiv .buttonGold2,
.taxiSearchDiv .buttonGold2:visited {
  /*
  background:white;
  border-color:#d9b97e;
  color:#d9b97e !important;
  */
  border: none;
  font-weight: 700;
  text-transform: uppercase;
  /*text-shadow:1px 1px 1px hsla(0,0%,0%,.65);*/
  background: transparent;
  border-color: transparent;
  border-radius: 0 !important;
  color: black !important;
  padding: 0 0.5rem !important;
}

.taxiSearchDiv .buttonGold2:hover,
.taxiSearchDiv .buttonGold2:active,
.taxiSearchDiv .buttonGold2:focus,
.taxiSearchDiv .buttonGold2.selected {
  /*
  background:#d9b97e;
  border-color:#d9b97e;
  color:white !important;
  background:white;
  */
  border-bottom: 2px solid rgba(0, 0, 0, 0.5);
  color: #3b3b3b !important;
}

.buttonRed,
.buttonRed:visited {
  background: #B12704 !important;
  border-color: #B12704 !important;
  color: white !important;
}

.buttonRed:hover,
.buttonRed:active,
.buttonRed:focus {
  background: white !important;
  color: #B12704 !important;
}

#logo {
  align-items: baseline;
  display: flex;
}

#logo :first-child {
  margin-right: 1rem;
}

#menuMatrix-menu {
  background: white;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.65);
  padding: 2rem;
  position: fixed;
  top: 5rem;
  left: 50%;
  transform: translateX(-50%);
}

#menuMatrix-menu a {
  border-bottom: 2px solid transparent;
  color: darkblue;
  display: block;
  margin-bottom: 0.5rem;
  white-space: nowrap;
  text-decoration: none;
}

#menuMatrix-menu a:hover {
  border-bottom: 2px solid darkblue;
}

#menuMatrix-menu > :first-child {
  border-bottom: 2px solid darkblue;
}

#menuMatrix-preview {
  padding: 2rem 0 0;
}

.flexList {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.flexList > * {
  margin: 0 1rem 2rem;
}

.flexList img {
  max-height: 150px;
  max-width: 200px;
}

.daterangepicker {
  z-index: 9999999999;
}
.daterangepicker th {
  padding: 0;
}
.daterangepicker td {
  padding: 0;
}
.daterangepicker td.in-range, .daterangepicker td.active, .daterangepicker td.active:hover, .daterangepicker td.available:hover {
  background-color: #006;
  color: white;
}
@media screen and (max-width: 650px) {
  .daterangepicker {
    position: fixed;
    top: 0 !important;
    bottom: auto !important;
    overflow: auto;
  }
}

@keyframes colorScroll {
  0% {
    left: 0%;
    transform: translateX(-100%);
  }
  80% {
    left: 0%;
    transform: translateX(-100%);
  }
  100% {
    left: 100%;
    transform: translateX(0%);
  }
}
.buttonBuy {
  background: #ffe14d !important;
  border: 2px solid #ffe14d !important;
  border-radius: 10rem !important;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.65);
  color: #242424 !important;
  /*font-family:'Open Sans Condensed', sans-serif;*/
  font-size: 0.91rem !important;
  font-weight: 700 !important;
  overflow: hidden;
  padding: 0.5rem 1rem !important;
  position: relative;
  text-decoration: none !important;
  text-shadow: none;
  text-transform: none;
  transition: all 0.3s ease-out;
  white-space: nowrap;
}

.buttonBuy:hover,
.buttonBuy:active,
.buttonBuy:focus {
  background: white !important;
  color: #242424 !important;
}

.buttonBuy > * {
  position: relative;
  z-index: 1;
}

.buttonBuy::before {
  animation: colorScroll 10s infinite;
  background: linear-gradient(105deg, #ffe14d 0%, #ffe14d 25%, #fff7cc 50%, #ffe14d 75%, #ffe14d 100%);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 40%;
  z-index: 0;
}

.buttonBuy:hover::before,
.buttonBuy:active::before,
.buttonBuy:focus::before {
  display: none;
}

/**************************
* INITIAL AND BASE STYLES *
**************************/
body.subdue {
  overflow: hidden;
}
body.subdue #bodyHeader-portalBlock {
  display: none;
}

.taxiSearchDiv {
  text-align: center;
  transition: all 0.1s ease-out;
  z-index: 110;
}
.taxiSearchDiv form {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1024px;
  position: relative;
  top: 0;
  transition: all 0.3s ease-out;
  width: 100%;
}
.taxiSearchDiv form .close {
  cursor: pointer;
  display: none;
  font-size: 20px;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
}
.taxiSearchDiv form h2 {
  font-size: 2rem;
  margin: 0 0 1rem;
  text-align: center;
  text-transform: none;
  white-space: nowrap;
}
.taxiSearchDiv form .taxi-reservationOptions {
  display: flex;
  justify-content: space-around;
}
.taxiSearchDiv form .taxi-reservationFields {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 -0.25rem -0.5rem;
}
.taxiSearchDiv form .taxi-reservationFields > div {
  box-sizing: border-box;
}
.taxiSearchDiv form .taxi-reservationFields > div.focused {
  z-index: 101;
}
.taxiSearchDiv form .taxi-reservationFields > div:not(.focused) {
  margin: 0 0.25rem 1rem;
  position: relative;
}
@media screen and (min-width: 651px) {
  .taxiSearchDiv form .taxi-reservationFields > div {
    margin: 0 0.25rem 1rem;
    position: relative;
  }
}
.taxiSearchDiv form .taxi-reservationFields > div:not(.submitDiv) {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  padding: 1rem 0.25rem 0.25rem calc(30px + .25rem);
}
.taxiSearchDiv form .taxi-reservationFields > div.submitDiv button {
  font-size: 20px !important;
  height: 100%;
}
.taxiSearchDiv form .taxi-reservationFields > div label {
  color: black;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  transition: all 0.3s ease-out;
}
.taxiSearchDiv form .taxi-reservationFields > div label.secondary {
  color: #525252;
  font-size: 12px;
  font-weight: 700;
}
.taxiSearchDiv form .taxi-reservationFields > div .required span {
  display: none;
}
.taxiSearchDiv form .taxi-reservationFields > div input {
  background: transparent;
  border: 0;
  box-sizing: border-box;
  color: black;
  font-size: 16px;
  max-width: none;
  padding: 0 0.25rem;
  width: 100%;
}
.taxiSearchDiv form .taxi-reservationFields > div > i {
  color: #d9b97e;
  font-size: 1.5rem;
  left: calc(.25rem + 13px);
  position: absolute;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65);
  top: 50%;
  transform: translate(-50%, -50%);
}
.taxiSearchDiv form .taxi-reservationFields > div .fieldPopup {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  box-sizing: border-box;
  display: none;
  height: 500px;
  inset: -5px auto auto -5px;
  padding: 0.25rem 0.25rem 0.25rem calc(30px + .25rem);
  position: absolute;
  text-align: left;
  width: 375px;
}
.taxiSearchDiv form .taxi-reservationFields > div .fieldPopup.open {
  display: block;
}
.taxiSearchDiv form .taxi-reservationFields > div .fieldPopup label {
  color: black;
  font-size: 16px;
}
.taxiSearchDiv form .taxi-reservationFields > div .fieldPopup input {
  font-size: 22px;
}
.taxiSearchDiv form .taxi-reservationFields > div .fieldPopup > i {
  color: #d9b97e;
  font-size: 1.5rem;
  left: calc(.25rem + 13px);
  position: absolute;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65);
  top: 40px;
  transform: translate(-50%, -50%);
}
.taxiSearchDiv form .taxi-reservationFields > div .fieldPopup .searchNotice {
  border-top: 1px solid #242424;
  color: black;
  font-size: 18px;
  font-weight: 400;
  margin: 2px -0.25rem 0 calc(-30px - .25rem);
  padding: 1rem;
  text-align: center;
  text-transform: none;
}
.taxiSearchDiv form .taxi-reservationFields > div .fieldPopup .searchNotice i {
  margin-right: 0.5rem;
}
.taxiSearchDiv form .taxi-reservationFields > div .fieldPopup .ui-menu {
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom: none;
  border-radius: 10px;
  left: 0 !important;
  margin: 1px -1px;
  max-height: calc(100% - 105px);
  min-height: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  width: calc(100%) !important;
}
.taxiSearchDiv form .taxi-reservationFields > div .fieldPopup .ui-menu li {
  font-size: 18px;
  font-weight: 400;
  margin-top: 1rem;
  text-align: left;
  text-transform: none;
}
.taxiSearchDiv form .taxi-reservationFields > div .fieldPopup .ui-menu li i {
  color: #006;
  font-weight: 700 !important;
}
.taxiSearchDiv form .taxi-reservationFields > div .fieldPopup .ui-menu li p i {
  margin-right: 0.5rem;
  margin-top: 0;
}
.taxiSearchDiv form .taxi-reservationFields > div .fieldPopup button.button {
  display: block;
  inset: auto 1rem 1rem;
  position: absolute;
}
.taxiSearchDiv form .taxi-reservationFields > div.ui-front button.button {
  display: none;
}
.taxiSearchDiv form .taxi-reservationFields > div:not(.focused) > label {
  left: calc(.5rem + 26px);
  position: absolute;
  text-align: left;
  top: 50%;
  transform: translateY(-50%);
}
.taxiSearchDiv form .taxi-reservationFields > div:not(.focused) > label.secondary {
  top: 0.25rem;
  transform: translateY(0%);
}
@media screen and (min-width: 651px) {
  .taxiSearchDiv form .taxi-reservationFields > div > label {
    left: calc(.5rem + 26px);
    position: absolute;
    text-align: left;
    top: 50%;
    transform: translateY(-50%);
  }
  .taxiSearchDiv form .taxi-reservationFields > div > label.secondary {
    top: 0.25rem;
    transform: translateY(0%);
  }
}
@media screen and (max-width: 650px) {
  .taxiSearchDiv form .taxi-reservationFields > div.focused {
    padding-top: 1rem;
    text-align: left;
  }
  .taxiSearchDiv form .taxi-reservationFields > div.focused label {
    font-size: 20px;
    margin-top: 1rem;
  }
  .taxiSearchDiv form .taxi-reservationFields > div.focused input {
    font-size: 22px;
  }
  .taxiSearchDiv form .taxi-reservationFields > div.focused > i {
    top: 50px;
  }
  .taxiSearchDiv form .taxi-reservationFields > div.focused .searchNotice {
    display: block;
  }
}

/******************************
* END INITIAL AND BASE STYLES *
******************************/
/**************************
* DESKTOP & TABLET STYLES *
**************************/
/******************************
* END DESKTOP & TABLET STYLES *
******************************/
/****************
* TABLET STYLES *
****************/
@media screen and (min-width: 651px) and (max-width: 950px) {
  .taxiSearchDiv form .taxi-reservationFields > div .fieldPopup {
    height: 500px;
    inset: 50% auto auto 50%;
    max-height: 100%;
    max-width: 100%;
    position: fixed;
    transform: translate(-50%, -50%);
    width: 375px;
  }
  .taxiSearchDiv form .taxi-reservationFields > div .fieldPopup::before {
    background: rgba(0, 0, 0, 0.65);
    content: "";
    height: 100vh;
    inset: 50% auto auto 50%;
    position: fixed;
    transform: translate(-50%, -50%);
    width: 100vw;
    z-index: -1;
  }
  .taxiSearchDiv form .taxi-reservationFields > div .fieldPopup::after {
    background: white;
    border-radius: 10px;
    content: "";
    inset: 0;
    position: absolute;
    z-index: -1;
  }
}
/********************
* END TABLET STYLES *
********************/
/*****************
* DESKTOP STYLES *
*****************/
@media screen and (min-width: 651px) {
  /****************
  * HEADER STYLES *
  ****************/
  #quoteFormDiv:not(.focused) {
    background: transparent;
  }
  #quoteFormDiv:not(.focused) form h2 {
    display: none;
  }
  #quoteFormDiv:not(.focused) form .smallHeading {
    font-size: 1.3rem;
  }

  /********************
  * END HEADER STYLES *
  ********************/
  /****************
  * POPOUT STYLES *
  ****************/

  /********************
  * END POPOUT STYLES *
  ********************/
}
@media screen and (min-width: 651px) and (min-width: 976px) and (max-width: 1366px) {
  #quoteFormDiv:not(.focused) form .smallHeading {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 651px) and (min-width: 1920px) {
  #quoteFormDiv:not(.focused) form .smallHeading {
    font-size: 2rem;
  }
}
@media screen and (min-width: 651px) {
  #quoteFormDiv:not(.focused) form .taxi-reservationOptions .tripDiv,
#quoteFormDiv:not(.focused) form .taxi-reservationOptions .typeDiv {
    white-space: nowrap;
  }
}
@media screen and (min-width: 651px) and (max-width: 1365px) {
  #quoteFormDiv:not(.focused) form .taxi-reservationOptions .tripDiv,
#quoteFormDiv:not(.focused) form .taxi-reservationOptions .typeDiv {
    display: none;
  }
}
@media screen and (min-width: 651px) {
  #quoteFormDiv:not(.focused) form .taxi-reservationFields {
    background: white;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    margin-bottom: 0;
    padding: 0.25rem 0;
    position: relative;
  }
  #quoteFormDiv:not(.focused) form .taxi-reservationFields > * {
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0.75rem 0.25rem 0 30px;
  }
  #quoteFormDiv:not(.focused) form .taxi-reservationFields .fromDiv {
    border-radius: 10px 0 0 10px;
    border-right: 1px solid rgba(0, 0, 0, 0.5);
    flex: 1 1;
  }
  #quoteFormDiv:not(.focused) form .taxi-reservationFields .toDiv {
    flex: 1 1;
  }
}
@media screen and (min-width: 651px) and (max-width: 1170px) {
  #quoteFormDiv:not(.focused) form .taxi-reservationFields .toDiv {
    border-radius: 0 10px 10px 0;
  }
}
@media screen and (min-width: 651px) and (min-width: 1171px) {
  #quoteFormDiv:not(.focused) form .taxi-reservationFields .toDiv {
    border-right: 1px solid rgba(0, 0, 0, 0.5);
  }
}
@media screen and (min-width: 651px) and (min-width: 976px) and (max-width: 1170px) {
  #quoteFormDiv:not(.focused) form .taxi-reservationFields .onewayDiv,
#quoteFormDiv:not(.focused) form .taxi-reservationFields .roundtripDiv {
    display: none;
  }
}
@media screen and (min-width: 651px) and (max-width: 1366px) {
  #quoteFormDiv:not(.focused) form .taxi-reservationFields .onewayDiv,
#quoteFormDiv:not(.focused) form .taxi-reservationFields .roundtripDiv {
    border-radius: 0 10px 10px 0;
  }
}
@media screen and (min-width: 651px) and (min-width: 1367px) {
  #quoteFormDiv:not(.focused) form .taxi-reservationFields .onewayDiv,
#quoteFormDiv:not(.focused) form .taxi-reservationFields .roundtripDiv {
    border-right: 1px solid rgba(0, 0, 0, 0.5);
  }
}
@media screen and (min-width: 651px) {
  #quoteFormDiv:not(.focused) form .taxi-reservationFields .onewayDiv,
#quoteFormDiv:not(.focused) form .taxi-reservationFields .roundtripDiv {
    margin-bottom: 0.25rem;
  }
  #quoteFormDiv:not(.focused) form .taxi-reservationFields .onewayDiv input,
#quoteFormDiv:not(.focused) form .taxi-reservationFields .roundtripDiv input {
    width: calc(128px + .5rem);
  }
}
@media screen and (min-width: 651px) {
  #quoteFormDiv:not(.focused) form .taxi-reservationFields .guestsDiv {
    margin-right: 45px;
  }
  #quoteFormDiv:not(.focused) form .taxi-reservationFields .guestsDiv input {
    width: 60px;
  }
}
@media screen and (min-width: 651px) and (min-width: 976px) and (max-width: 1365px) {
  #quoteFormDiv:not(.focused) form .taxi-reservationFields .guestsDiv {
    display: none;
  }
}
@media screen and (min-width: 651px) {
  #quoteFormDiv:not(.focused) form .taxi-reservationFields .submitDiv {
    inset: -1px -1px -1px auto;
    padding: 0;
    position: absolute;
    width: 45px;
  }
}
@media screen and (min-width: 651px) and (min-width: 976px) and (max-width: 1365px), screen and (min-width: 651px) and (max-width: 800px) {
  #quoteFormDiv:not(.focused) form .taxi-reservationFields .submitDiv {
    display: none;
  }
}
@media screen and (min-width: 651px) {
  #quoteFormDiv:not(.focused) form .taxi-reservationFields .submitDiv button {
    padding: 0 0.5rem !important;
    height: 100%;
    border-radius: 0 10px 10px 0 !important;
    width: 100%;
  }
}
@media screen and (min-width: 651px) {
  #quoteFormDiv.focused {
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    inset: 0;
    position: fixed;
    z-index: var(--zindex-top);
  }
  #quoteFormDiv.focused form {
    background: #f2f2f2;
    border: 2px solid black;
    border-radius: 10px;
    margin: 0 1rem;
    padding: 2rem;
  }
}
@media screen and (min-width: 651px) and (min-width: 976px) {
  #quoteFormDiv.focused form {
    transform: translateY(-100%);
  }
}
@media screen and (min-width: 651px) {
  #quoteFormDiv.focused form .close {
    display: block;
  }
}
@media screen and (min-width: 651px) {
  #quoteFormDiv.focused form h2 {
    display: block;
  }
}
@media screen and (min-width: 651px) {
  #quoteFormDiv.focused form .smallHeading {
    display: none;
  }
}
@media screen and (min-width: 651px) and (max-width: 975px) {
  #quoteFormDiv.focused form .taxi-reservationFields > div.fromDiv, #quoteFormDiv.focused form .taxi-reservationFields > div.toDiv {
    width: calc(50% - .5rem);
  }
}
@media screen and (min-width: 651px) and (min-width: 976px) {
  #quoteFormDiv.focused form .taxi-reservationFields > div.fromDiv, #quoteFormDiv.focused form .taxi-reservationFields > div.toDiv {
    flex: 1 1;
  }
}
@media screen and (min-width: 651px) and (max-width: 975px) {
  #quoteFormDiv.focused form .taxi-reservationFields > div.onewayDiv, #quoteFormDiv.focused form .taxi-reservationFields > div.roundtripDiv {
    width: calc(50% - .5rem);
  }
}
@media screen and (min-width: 651px) and (min-width: 976px) {
  #quoteFormDiv.focused form .taxi-reservationFields > div.onewayDiv input, #quoteFormDiv.focused form .taxi-reservationFields > div.roundtripDiv input {
    width: calc(128px + .5rem);
  }
}
@media screen and (min-width: 651px) and (max-width: 975px) {
  #quoteFormDiv.focused form .taxi-reservationFields > div.guestsDiv {
    width: calc(25% - .5rem);
  }
}
@media screen and (min-width: 651px) and (min-width: 976px) {
  #quoteFormDiv.focused form .taxi-reservationFields > div.guestsDiv input {
    width: 70px;
  }
}
@media screen and (min-width: 651px) and (max-width: 975px) {
  #quoteFormDiv.focused form .taxi-reservationFields > div.submitDiv {
    width: calc(25% - .5rem);
  }
}
@media screen and (min-width: 651px) and (max-width: 975px) {
  #quoteFormDiv.focused form .taxi-reservationFields > div.submitDiv button {
    width: 100%;
  }
}
/************•********
* END DESKTOP STYLES *
*****************•***/
/****************
* MOBILE STYLES *
****************/
@media screen and (max-width: 650px) {
  /**
  ** FORM STYLES **
  */
  .taxiSearchDiv form h2 {
    display: block;
    font-size: 22px;
  }
}
@media screen and (max-width: 650px) and (max-width: 480px) {
  .taxiSearchDiv form h2 {
    font-size: 17px;
  }
}
@media screen and (max-width: 650px) {
  .taxiSearchDiv form .smallHeading {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .taxiSearchDiv form .taxi-reservationOptions {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-out;
  }
}
@media screen and (max-width: 650px) {
  .taxiSearchDiv form .taxi-reservationFields > div.fromDiv .fieldPopup, .taxiSearchDiv form .taxi-reservationFields > div.toDiv .fieldPopup {
    height: 100vh;
    inset: 0;
    position: fixed;
    width: 100vw;
    z-index: 9999999999;
  }
}
@media screen and (max-width: 650px) and (max-width: 480px) {
  .taxiSearchDiv form .taxi-reservationFields > div.fromDiv:not(.focused), .taxiSearchDiv form .taxi-reservationFields > div.toDiv:not(.focused) {
    width: calc(100% - .5rem);
  }
}
@media screen and (max-width: 650px) and (min-width: 481px) {
  .taxiSearchDiv form .taxi-reservationFields > div.fromDiv:not(.focused), .taxiSearchDiv form .taxi-reservationFields > div.toDiv:not(.focused) {
    width: calc(50% - .5rem);
  }
}
@media screen and (max-width: 650px) and (max-width: 650px) {
  .taxiSearchDiv form .taxi-reservationFields > div.fromDiv.focused, .taxiSearchDiv form .taxi-reservationFields > div.toDiv.focused {
    inset: 0;
    position: fixed;
    width: 100%;
    z-index: var(--zindex-top);
  }
}
@media screen and (max-width: 650px) and (max-width: 480px) {
  .taxiSearchDiv form .taxi-reservationFields > div.onewayDiv, .taxiSearchDiv form .taxi-reservationFields > div.roundtripDiv {
    width: calc(100% - .5rem);
  }
}
@media screen and (max-width: 650px) and (min-width: 481px) {
  .taxiSearchDiv form .taxi-reservationFields > div.onewayDiv, .taxiSearchDiv form .taxi-reservationFields > div.roundtripDiv {
    width: calc(50% - .5rem);
  }
}
@media screen and (max-width: 650px) and (max-width: 480px) {
  .taxiSearchDiv form .taxi-reservationFields > div.guestsDiv {
    width: calc(50% - .5rem);
  }
}
@media screen and (max-width: 650px) and (min-width: 481px) {
  .taxiSearchDiv form .taxi-reservationFields > div.guestsDiv {
    width: calc(25% - .5rem);
  }
}
@media screen and (max-width: 650px) and (max-width: 480px) {
  .taxiSearchDiv form .taxi-reservationFields > div.submitDiv {
    width: calc(50% - .5rem);
  }
}
@media screen and (max-width: 650px) and (min-width: 481px) {
  .taxiSearchDiv form .taxi-reservationFields > div.submitDiv {
    width: calc(25% - .5rem);
  }
}
@media screen and (max-width: 650px) {
  .taxiSearchDiv form .taxi-reservationFields > div.submitDiv button {
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  #quoteFormDiv {
    inset: auto 0 0;
    height: 0px;
    position: fixed;
  }
  #quoteFormDiv form {
    background: #f2f2f2;
    border: 2px solid black;
    border-radius: 10px;
    height: 100vh;
    /*inset:auto 0 0;*/
    max-height: 125px;
    padding: 2rem;
    /*position: fixed;*/
  }
}
@media screen and (max-width: 650px) {
  #quoteFormDiv.focused {
    background: rgba(0, 0, 102, 0.85);
    height: 100vh;
  }
}
@media screen and (max-width: 650px) and (max-width: 480px) {
  #quoteFormDiv.focused form {
    inset: 10vh 0 0;
    max-height: 400px;
    max-height: 90vh;
  }
}
@media screen and (max-width: 650px) and (min-width: 481px) {
  #quoteFormDiv.focused form {
    max-height: 300px;
    max-height: 90vh;
  }
}
@media screen and (max-width: 650px) {
  #quoteFormDiv.focused form .close {
    display: block;
  }
}
@media screen and (max-width: 650px) {
  #quoteFormDiv.focused form .taxi-reservationOptions {
    max-height: 100px;
  }
}
@media screen and (max-width: 650px) {
  #taxiSearchHomepage form {
    padding: 2rem 0;
  }
  #taxiSearchHomepage form .close {
    display: none;
  }
}
/********************
* END MOBILE STYLES *
********************/
/*# sourceMappingURL=taxi-search-form.css.map */