@import url('fallback-theme.handheld-blessed1.css?z=427');

#checkout-form-container #pricing-summary .table-container .table .col .currency-symbol,
#checkout-form-container #pricing-summary .table-container .table .col .currency-value,
#checkout-form-container #pricing-summary .table-container .table .col .plus,
#checkout-form-container #pricing-summary .table-container .table .col .points,
#checkout-form-container #pricing-summary .table-container .table .col .shortfall,
#confirmation-page-container #pricing-summary .table-container .table .col .currency-symbol,
#confirmation-page-container #pricing-summary .table-container .table .col .currency-value,
#confirmation-page-container #pricing-summary .table-container .table .col .plus,
#confirmation-page-container #pricing-summary .table-container .table .col .points,
#confirmation-page-container #pricing-summary .table-container .table .col .shortfall {
  width: auto;
}

#checkout-form-container #pricing-summary .table-container .table .total,
#confirmation-page-container #pricing-summary .table-container .table .total {
  padding: 10px 0 0;
  border-top: 1px #999 dotted;
}

#checkout-form-container #pricing-summary .table-container .table .total td,
#checkout-form-container #pricing-summary .table-container .table .total th,
#confirmation-page-container #pricing-summary .table-container .table .total td,
#confirmation-page-container #pricing-summary .table-container .table .total th {
  border-color: #999;
  border-bottom: 0;
  border-top: 0;
}

#checkout-form-container #pricing-summary .table-container .table caption,
#confirmation-page-container #pricing-summary .table-container .table caption {
  border-bottom: 1px #999 solid;
}

#checkout-form-container #pricing-summary .table-container .table tr,
#confirmation-page-container #pricing-summary .table-container .table tr {
  margin: 10px 0;
  display: block;
}

#checkout-form-container #pricing-summary .table-container .table td,
#confirmation-page-container #pricing-summary .table-container .table td {
  font-weight: 400;
}

#checkout-form-container #pricing-summary .table-container .table th,
#confirmation-page-container #pricing-summary .table-container .table th {
  font-weight: bolder;
}

#checkout-form-container #pricing-summary #discount .row,
#confirmation-page-container #pricing-summary #discount .row {
  margin: 0;
}

@media (max-width:769px) {
  .hidden-tablet-down {
    display: none!important;
  }
}

.daily-room-rates-table.two-columns-room-rates-table>tr>td:first-child {
  padding-left: 0;
}

pre {
  margin: 0;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 16px;
}

.nav-tabs {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}

.nav-tabs>li {
  float: none;
  display: inline-block;
}

.nav-tabs::-webkit-scrollbar {
  width: 0!important;
}

.navbar-nav>li>label {
  padding: 10px 16px;
}

.navbar-nav>li>label .select-dropdown:after {
  bottom: 0;
}

.navbar-nav>li>label select {
  margin-bottom: 0;
}

#client-header-navbar .btn-link {
  color: #004684;
}

.product-summary-page-body {
  background-color: #f1f3f5;
}

.product-summary-page-body .table-container {
  padding: 10px 16px;
  background-color: #f1f3f5;
}

.product-summary-page-body .table-container>h2 {
  margin-top: 0;
}

.product-summary-page-body .table-container .table {
  background-color: #f1f3f5;
  color: #212529;
}

.product-summary-page-body .table-container .table th {
  font-weight: 400;
}

.product-summary-page-body .table-container .table tr {
  padding-bottom: 10px;
  display: block;
}

.product-summary-page-body .table-container .table .pricing-table-total th {
  border-top: 1px solid #e5e5e5;
  padding-top: 10px;
}

.product-summary-page-body .content-container {
  background-color: #fff;
  padding-top: 16px;
}

.product-summary-page-body .content-container .flight-summary-continue-button {
  margin: 16px 0 16px 0;
}

.products-list {
  padding: 8px;
}

#grouped-products .product {
  margin-top: 0;
}

#grouped-products .product-body {
  padding: 15px 8px 8px;
  border-radius: 0;
}

#grouped-products .product-groups>button {
  border-radius: 0;
  margin-top: 15px;
  border: 1px solid #ccc;
  background: #fff;
}

#grouped-products .product-groups>button .h4 {
  color: #333;
}

.loyalty-deal-container .loyalty-deal {
  margin: 10px 0;
}

.loyalty-deal-container .loyalty-deal .loyalty-deal-text {
  display: inline-block;
  background: #ce210f;
  padding: 5px 16px;
  color: #fff;
}

.error-page-404 {
  width: 50%;
  margin: 5% auto;
}

.error-page-404 h1 {
  font-size: 8em;
  border-bottom: 2px solid;
  margin: 0 auto 24px auto;
  color: #004684!important;
}

.error-page-404 p {
  color: #595959!important;
}

.error-page-404 .lead {
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: -1px;
  color: #004684!important;
}

.error-page-404 .icon {
  padding-right: 10px;
}

@media (max-width:769px) {
  .error-page-404 {
    width: 85%;
  }
}

#shopping-page-container {
  position: relative;
}

#shopping-page-container .main-header .form-group {
  margin-bottom: 0;
}

#shopping-page-container .main-header ul {
  margin: 24px 0 0;
}

#shopping-page-container .main-header ul>li>a {
  padding: 10px;
}

#shopping-page-container .aside-header {
  vertical-align: middle;
}

#shopping-page-container .map-view-toggle {
  cursor: pointer;
  position: relative;
  display: inline-block;
}

#shopping-page-container .map-view-toggle img {
  max-height: 132px;
  width: 100%;
}

#shopping-page-container .map-view-toggle .toggle-list-view {
  width: 100%;
  -webkit-box-shadow: 0 1px 2px 1px rgba(0,0,0,.1);
  box-shadow: 0 1px 2px 1px rgba(0,0,0,.1);
}

#shopping-page-container .map-view-toggle .toggle-view-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

#shopping-page-container .products-hotels .hotel-thumbnail {
  min-height: 60px;
}

#shopping-page-container #shopping-cart .component-section {
  border-bottom: none;
  padding-bottom: 0;
}

#shopping-page-container .products-loading-overlay:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(255,255,255,.8);
  position: absolute;
  top: 0;
}

#shopping-page-container .price-total .or:after {
  content: "";
  display: inline;
}

#search-results-form-container>.ember-view:first-of-type>h2 {
  margin-top: 0;
}

#search-results-form-container .map-legend-wrapper {
  margin: 1em 0;
  color: #0272b3;
}

#checkout-form-container,
#traveler-info-container {
  padding: 0 8px;
}

#checkout-form-container section,
#traveler-info-container section {
  margin: 0;
}

#checkout-form-container section header,
#traveler-info-container section header {
  background-color: #fff;
  padding: 10px 0;
  color: #212529;
}

#checkout-form-container section .air-leg,
#traveler-info-container section .air-leg {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 24px;
  padding-bottom: 24px;
}

#checkout-form-container section .air-leg:last-of-type,
#traveler-info-container section .air-leg:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

#checkout-form-container section .section-body,
#traveler-info-container section .section-body {
  background-color: #fff;
  padding: 10px 2%;
}

#checkout-form-container section#purchase header,
#traveler-info-container section#purchase header {
  background-color: #fff;
  color: #212529;
}

#checkout-form-container section#purchase h2,
#traveler-info-container section#purchase h2 {
  font-weight: 400;
}

#checkout-form-container section#purchase .section-body,
#traveler-info-container section#purchase .section-body {
  background-color: #fff;
}

#checkout-form-container section#purchase .purchase-button-container,
#traveler-info-container section#purchase .purchase-button-container {
  text-align: center;
}

#checkout-form-container section#purchase #purchase-button,
#traveler-info-container section#purchase #purchase-button {
  margin: 0;
}

#checkout-form-container section#purchase .iframe-seamless-container,
#traveler-info-container section#purchase .iframe-seamless-container {
  max-height: 30vh;
}

#checkout-form-container+.aside-contents-container,
#traveler-info-container+.aside-contents-container {
  padding: 0 8px;
}

#checkout-form-container+.aside-contents-container section>header,
#traveler-info-container+.aside-contents-container section>header {
  background-color: transparent;
  border-color: #212529;
}

#checkout-form-container+.aside-contents-container section>header h2,
#traveler-info-container+.aside-contents-container section>header h2 {
  color: #212529;
}

#checkout-form-container+.aside-contents-container section .section-body header,
#traveler-info-container+.aside-contents-container section .section-body header {
  border-color: #212529;
}

#checkout-form-container+.aside-contents-container section .section-body .components-container h4,
#traveler-info-container+.aside-contents-container section .section-body .components-container h4 {
  font-weight: 500;
  display: inline-block;
}

#checkout-form-container+.aside-contents-container section .section-body .components-container .edit-ancillary-link,
#traveler-info-container+.aside-contents-container section .section-body .components-container .edit-ancillary-link {
  float: right;
  margin: 10px 0;
}

#checkout-form-container+.aside-contents-container section .section-body .components-container .component,
#traveler-info-container+.aside-contents-container section .section-body .components-container .component {
  border-color: #f2f2f2;
}

#checkout-form-container+.aside-contents-container section .section-body .components-container .component .icon-collapsible--closed,
#traveler-info-container+.aside-contents-container section .section-body .components-container .component .icon-collapsible--closed {
  color: #212529;
}

#checkout-form-container+.aside-contents-container section .section-body .components-container .component .text-info,
#traveler-info-container+.aside-contents-container section .section-body .components-container .component .text-info {
  color: #0272b3;
}

#checkout-form-container .travelers-details legend,
#traveler-info-container .travelers-details legend {
  background-color: #f2f2f2;
  padding: 10px 8px;
  text-transform: none;
  font-weight: 700;
}

#checkout-form-container .travelers-details .special-service-requests legend,
#traveler-info-container .travelers-details .special-service-requests legend {
  background-color: initial;
  padding: initial;
  font-weight: initial;
}

#checkout-form-container .travelers-details .special-service-requests .checkbox,
#traveler-info-container .travelers-details .special-service-requests .checkbox {
  margin-bottom: 15px;
}

#checkout-form-container #pricing-summary h2,
#traveler-info-container #pricing-summary h2 {
  font-weight: 400;
}

#checkout-form-container #pricing-summary caption,
#traveler-info-container #pricing-summary caption {
  padding: 0 5px;
}

#checkout-form-container #pricing-summary .component-section:only-of-type,
#traveler-info-container #pricing-summary .component-section:only-of-type {
  padding-bottom: 10px;
  border-bottom: 1px solid #f2f2f2;
}

#checkout-form-container .section-body ul,
#traveler-info-container .section-body ul {
  list-style: none;
}

#checkout-form-container .section-body ul li,
#traveler-info-container .section-body ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
}

#checkout-form-container .section-body ul.list-styled li,
#traveler-info-container .section-body ul.list-styled li {
  margin-left: 16px!important;
  list-style: disc!important;
}

#checkout-form-container ul,
#traveler-info-container ul {
  margin: 0;
  padding: 0;
}

#checkout-form-container ul.nav-tabs,
#traveler-info-container ul.nav-tabs {
  margin-bottom: 24px;
}

#checkout-form-container .nav-pills,
#traveler-info-container .nav-pills {
  padding-bottom: 20px;
}

#checkout-form-container .travelers .section-body .traveler,
#traveler-info-container .travelers .section-body .traveler {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 10px;
}

#checkout-form-container .travelers .section-body li:last-of-type,
#traveler-info-container .travelers .section-body li:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

#checkout-form-container .added-traveler,
#traveler-info-container .added-traveler {
  text-transform: uppercase;
}

#checkout-form-container .traveler:last-of-type .row>[class*=span],
#traveler-info-container .traveler:last-of-type .row>[class*=span] {
  min-height: 0;
}

#checkout-form-container .sec-code,
#traveler-info-container .sec-code {
  background: transparent url(//cdn.switchfly.com/static/d5c78c5/resources/shopping/images/application/cvv2/security_code.png) top left no-repeat;
  height: 30px;
  width: 117px;
  position: relative;
  top: 2px;
  left: 5px;
  overflow: hidden;
}

#checkout-form-container .payment .has-icons label,
#traveler-info-container .payment .has-icons label {
  display: grid;
  grid-template-columns: 12px auto auto;
  grid-column-gap: 6px;
}

#checkout-form-container .payment-option-icon,
#checkout-form-container .payment-option-icon-lg,
#traveler-info-container .payment-option-icon,
#traveler-info-container .payment-option-icon-lg {
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  justify-self: end;
  width: 75px;
  height: 25px;
}

#checkout-form-container .payment-option-icon-lg,
#traveler-info-container .payment-option-icon-lg {
  width: 100px;
  height: 50px;
}

#checkout-form-container .marcuspay-payment-option .payment-option-icon,
#checkout-form-container .marcuspay-payment-option .payment-option-icon-lg,
#traveler-info-container .marcuspay-payment-option .payment-option-icon,
#traveler-info-container .marcuspay-payment-option .payment-option-icon-lg {
  background-image: url(//cdn.switchfly.com/static/d5c78c5/resources/shopping/images/application/checkout/payment_options_marcuspay_dark.svg);
}

#checkout-form-container .creditcard-payment-option .payment-option-icon,
#traveler-info-container .creditcard-payment-option .payment-option-icon {
  background-image: url(//cdn.switchfly.com/static/d5c78c5/resources/shopping/images/application/checkout/payment_options_creditcard.svg);
}

#checkout-form-container .paypal-payment-option .payment-option-icon,
#traveler-info-container .paypal-payment-option .payment-option-icon {
  background-image: url(//cdn.switchfly.com/static/d5c78c5/resources/shopping/images/application/checkout/payment_options_paypal.png);
}

#checkout-form-container .banktransfer-payment-option .payment-option-icon,
#traveler-info-container .banktransfer-payment-option .payment-option-icon {
  background-image: url(//cdn.switchfly.com/static/d5c78c5/resources/shopping/images/application/checkout/payment_options_banktransfer.svg);
}

#checkout-form-container .points-payment-option,
#traveler-info-container .points-payment-option {
  margin-bottom: 24px;
  margin-left: 20px;
}

#checkout-form-container .points-payment-option:last-of-type,
#traveler-info-container .points-payment-option:last-of-type {
  margin-bottom: 0;
}

#checkout-form-container .points-payment-option input[type=radio],
#traveler-info-container .points-payment-option input[type=radio] {
  margin-top: 0;
}

#checkout-form-container .points-payment-option-body,
#traveler-info-container .points-payment-option-body {
  margin: 24px 0;
}

#checkout-form-container .component-section .span9>.ember-view:last-of-type .air-passenger,
#traveler-info-container .component-section .span9>.ember-view:last-of-type .air-passenger {
  border-bottom: 0;
  margin-bottom: 0;
}

#checkout-form-container #payment li,
#traveler-info-container #payment li {
  margin-bottom: 5px;
}

#checkout-form-container .seat-selection .component-section i,
#traveler-info-container .seat-selection .component-section i {
  vertical-align: middle;
}

#checkout-form-container #discounts-container input,
#traveler-info-container #discounts-container input {
  margin-bottom: 0;
}

#checkout-form-container #discounts-container .promo-toggle,
#traveler-info-container #discounts-container .promo-toggle {
  display: none;
}

#checkout-form-container .truncate-text,
#traveler-info-container .truncate-text {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

#checkout-form-container .payment-supplier-logo li,
#traveler-info-container .payment-supplier-logo li {
  height: 40px;
  margin-left: 8px;
}

#checkout-form-container .payment-supplier-logo li:first-of-type,
#traveler-info-container .payment-supplier-logo li:first-of-type {
  margin-left: 0;
}

#checkout-form-container .slider.slider-horizontal,
#traveler-info-container .slider.slider-horizontal {
  width: 99%;
  left: 0;
}

#checkout-form-container .component-section+.points-slider-label,
#checkout-form-container .filters-container .filter-subheader+.points-slider-label,
#checkout-form-container .list-panels+.points-slider-label,
#checkout-form-container .p+.points-slider-label,
#checkout-form-container .page-header section+.points-slider-label,
#checkout-form-container .travelers .section-body #traveler-info-container .traveler+.points-slider-label,
#checkout-form-container .travelers .section-body .traveler+.points-slider-label,
#traveler-info-container .component-section+.points-slider-label,
#traveler-info-container .filters-container .filter-subheader+.points-slider-label,
#traveler-info-container .list-panels+.points-slider-label,
#traveler-info-container .p+.points-slider-label,
#traveler-info-container .page-header section+.points-slider-label,
#traveler-info-container .travelers .section-body #checkout-form-container .traveler+.points-slider-label,
#traveler-info-container .travelers .section-body .traveler+.points-slider-label,
.filters-container #checkout-form-container .filter-subheader+.points-slider-label,
.filters-container #traveler-info-container .filter-subheader+.points-slider-label,
.page-header #checkout-form-container section+.points-slider-label,
.page-header #traveler-info-container section+.points-slider-label {
  margin-top: 24px;
  line-height: initial;
}

#checkout-form-container .points-slider-component,
#traveler-info-container .points-slider-component {
  margin-bottom: 38px;
}

#checkout-form-container .points-slider-label,
#traveler-info-container .points-slider-label {
  word-wrap: break-word;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
}

#checkout-form-container .points-slider-total .toolbar,
#checkout-form-container .points-slider-total .well,
#traveler-info-container .points-slider-total .toolbar,
#traveler-info-container .points-slider-total .well {
  margin-bottom: 0;
}

.case-handheld #checkout-form-container #discounts-container {
  margin-top: 20px;
  margin-bottom: 10px;
}

.insurance .section-body {
  background-color: #fff;
  color: #595959;
}

.insurance .section-body a {
  color: #0272b3;
}

@media (max-width:769px) {
  .insurance-image {
    max-width: 50%;
  }
}

.case-base.page-hotel-detail .page-body--is-loading .page-body {
  margin-top: 80px;
}

.case-base.page-hotel-detail .page-body--is-loading .page-body::after {
  content: '';
  display: block;
  height: 100vh;
  margin-top: 16px;
  animation: hotel-detail-animate 2s infinite;
  background: linear-gradient(to right,rgba(255,255,255,.6),rgba(255,255,255,.6) 100%),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#fff,#fff),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#fff,#fff),linear-gradient(180deg,#e7e9eb,#e7e9eb);
  background-size: 85vw 100vh,40% 40px,50% 40px,25% 40px,20% 300px,58% 300px,20% 300px,30% 40px,100% 40px,100% 40px,20% 120px,40% 30px,40% 15px,40% 15px,10% 40px,20% 120px,40% 30px,40% 15px,40% 15px,10% 40px,calc(100% - 2px) calc(250px - 2px),100% 250px,calc(100% - 2px) calc(250px - 2px),100% 250px;
  background-position: 100% 0,0 0,0 60px,100% 60px,left 145px,center 145px,right 145px,0 490px,0 540px,0 590px,20px 700px,40% 700px,40% 740px,40% 780px,98% 870px,20px 975px,40% 975px,40% 1015px,40% 1055px,98% 1145px,center calc(675px + 1px),center 675px,center calc(950px + 1px),center 950px;
  background-repeat: no-repeat;
}

@keyframes hotel-detail-animate {
  0% {
    background-size: 100vw 100vh,40% 40px,50% 40px,25% 40px,20% 300px,58% 300px,20% 300px,30% 40px,100% 40px,100% 40px,20% 120px,40% 30px,40% 15px,40% 15px,10% 40px,20% 120px,40% 30px,40% 15px,40% 15px,10% 40px,calc(100% - 2px) calc(250px - 2px),100% 250px,calc(100% - 2px) calc(250px - 2px),100% 250px;
  }

  100% {
    background-size: 0 100vh,40% 40px,50% 40px,25% 40px,20% 300px,58% 300px,20% 300px,30% 40px,100% 40px,100% 40px,20% 120px,40% 30px,40% 15px,40% 15px,10% 40px,20% 120px,40% 30px,40% 15px,40% 15px,10% 40px,calc(100% - 2px) calc(250px - 2px),100% 250px,calc(100% - 2px) calc(250px - 2px),100% 250px;
  }
}

.case-handheld.page-hotel-detail .page-body--is-loading .page-body {
  margin: 10px 16px;
}

.case-handheld.page-hotel-detail .page-body--is-loading .page-body::after {
  content: '';
  display: block;
  height: 100vh;
  margin-top: 16px;
  animation: hotel-detail-animate-h 2s infinite;
  background: linear-gradient(to right,rgba(255,255,255,.6),rgba(255,255,255,.6) 100%),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#fff,#fff),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#fff,#fff),linear-gradient(180deg,#e7e9eb,#e7e9eb);
  background-size: 85vw 100vh,100% 40px,40% 20px,40% 20px,100% 130px,92% 130px,75% 10px,75% 10px,82% 40px,92% 130px,75% 10px,75% 10px,82% 40px,calc(92% - 2px) calc(140px - 2px),92% 140px,calc(92% - 2px) calc(140px - 2px),92% 140px;
  background-position: 105% 0,0 0,0 55px,0 85px,0 120px,center 265px,center 410px,center 430px,center 480px,center 565px,center 710px,center 730px,center 780px,center calc(395px + 1px),center 395px,center calc(695px + 1px),center 695px;
  background-repeat: no-repeat;
}

@keyframes hotel-detail-animate-h {
  from {
    background-size: 100vw 100vh,100% 40px,40% 20px,40% 20px,100% 130px,92% 130px,75% 10px,75% 10px,82% 40px,92% 130px,75% 10px,75% 10px,82% 40px,calc(92% - 2px) calc(140px - 2px),92% 140px,calc(92% - 2px) calc(140px - 2px),92% 140px;
  }

  100%, 80% {
    background-size: 0 100vh,100% 40px,40% 20px,40% 20px,100% 130px,92% 130px,75% 10px,75% 10px,82% 40px,92% 130px,75% 10px,75% 10px,82% 40px,calc(92% - 2px) calc(140px - 2px),92% 140px,calc(92% - 2px) calc(140px - 2px),92% 140px;
  }
}

.case-base.page-activity-detail .page-body--is-loading .page-body {
  margin-top: 80px;
}

.case-base.page-activity-detail .page-body--is-loading .page-body::after {
  content: '';
  display: block;
  height: 100vh;
  margin-top: 16px;
  animation: activity-detail-animate 2s infinite;
  background: linear-gradient(to right,rgba(255,255,255,.6),rgba(255,255,255,.6) 100%),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#fff,#fff),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#fff,#fff),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#fff,#fff),linear-gradient(180deg,#e7e9eb,#e7e9eb);
  background-size: 85vw 100vh,465px 40px,175px 100px,40% 40px,60% 40px,60% 40px,40% 40px,33% 40px,40% 40px,40% 40px,33% 40px,40% 40px,40% 40px,33% 40px,40% 40px,100% 40px,calc(79% - 2px) calc(200px - 2px),79% 200px,calc(79% - 2px) calc(200px - 2px),79% 200px,calc(79% - 2px) calc(200px - 2px),79% 200px;
  background-position: 100% 0,0 10px,10px 80px,200px 80px,200px 135px,200px 185px,210px 275px,92.5% 275px,210px 325px,210px 500px,92.5% 500px,210px 550px,210px 725px,92.5% 725px,210px 775px,0 930px,calc(200px + 1px) calc(265px + 1px),200px 265px,calc(200px + 1px) calc(490px + 1px),200px 490px,calc(200px + 1px) calc(715px + 1px),200px 715px;
  background-repeat: no-repeat;
}

@media (max-width:1200px) {
  .case-base.page-activity-detail .page-body--is-loading .page-body::after {
    background: linear-gradient(to right,rgba(255,255,255,.6),rgba(255,255,255,.6) 100%),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#fff,#fff),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#fff,#fff),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#fff,#fff),linear-gradient(180deg,#e7e9eb,#e7e9eb);
    background-size: 85vw 100vh,465px 40px,175px 100px,40% 40px,60% 40px,60% 40px,40% 40px,33% 40px,40% 40px,40% 40px,33% 40px,40% 40px,40% 40px,33% 40px,40% 40px,100% 40px,calc(79% - 2px) calc(200px - 2px),79% 200px,calc(79% - 2px) calc(200px - 2px),79% 200px,calc(79% - 2px) calc(200px - 2px),79% 200px;
    background-position: 100% 0,0 10px,10px 80px,200px 80px,200px 135px,200px 185px,210px 275px,96.5% 275px,210px 325px,210px 500px,96.5% 500px,210px 550px,210px 725px,96.5% 725px,210px 775px,0 930px,calc(200px + 1px) calc(265px + 1px),200px 265px,calc(200px + 1px) calc(490px + 1px),200px 490px,calc(200px + 1px) calc(715px + 1px),200px 715px;
    background-repeat: no-repeat;
  }
}

@keyframes activity-detail-animate {
  0% {
    background-size: 100vw 100vh,465px 40px,175px 100px,40% 40px,60% 40px,60% 40px,40% 40px,33% 40px,40% 40px,40% 40px,33% 40px,40% 40px,40% 40px,33% 40px,40% 40px,100% 40px,calc(79% - 2px) calc(200px - 2px),79% 200px,calc(79% - 2px) calc(200px - 2px),79% 200px,calc(79% - 2px) calc(200px - 2px),79% 200px;
  }

  100% {
    background-size: 0 100vh,465px 40px,175px 100px,40% 40px,60% 40px,60% 40px,40% 40px,33% 40px,40% 40px,40% 40px,33% 40px,40% 40px,40% 40px,33% 40px,40% 40px,100% 40px,calc(79% - 2px) calc(200px - 2px),79% 200px,calc(79% - 2px) calc(200px - 2px),79% 200px,calc(79% - 2px) calc(200px - 2px),79% 200px;
  }
}

.case-handheld.page-activity-detail .page-body--is-loading .page-body::after {
  content: '';
  display: block;
  height: 100vh;
  margin-top: 16px;
  animation: activity-detail-animate-h 2s infinite;
  background: linear-gradient(to right,rgba(255,255,255,.6),rgba(255,255,255,.6) 100%),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#fff,#fff),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#fff,#fff),linear-gradient(180deg,#e7e9eb,#e7e9eb),linear-gradient(180deg,#fff,#fff),linear-gradient(180deg,#e7e9eb,#e7e9eb);
  background-size: 85vw 100vh,92% 30px,100px 60px,61% 20px,61% 20px,95% 1px,85% 20px,85% 20px,85% 20px,85% 30px,30% 20px,85% 20px,85% 20px,85% 20px,85% 30px,30% 20px,85% 20px,85% 20px,85% 20px,85% 30px,30% 20px,calc(95% - 2px) calc(300px - 2px),95% 300px,calc(95% - 2px) calc(300px - 2px),95% 300px,calc(95% - 2px) calc(300px - 2px),95% 300px;
  background-position: 100% 0,10px 0,15px 40px,123px 40px,123px 65px,15px 140px,25px 190px,25px 220px,25px 250px,25px 350px,25px 390px,25px 510px,25px 540px,25px 570px,25px 670px,25px 710px,25px 830px,25px 860px,25px 890px,25px 990px,25px 1030px,center calc(160px + 1px),center 160px,center calc(485px + 1px),center 485px,center calc(810px + 1px),center 810px;
  background-repeat: no-repeat;
}

@keyframes activity-detail-animate-h {
  0% {
    background-size: 100vw 100vh,92% 30px,100px 60px,61% 20px,61% 20px,95% 1px,85% 20px,85% 20px,85% 20px,85% 30px,30% 20px,85% 20px,85% 20px,85% 20px,85% 30px,30% 20px,85% 20px,85% 20px,85% 20px,85% 30px,30% 20px,calc(95% - 2px) calc(300px - 2px),95% 300px,calc(95% - 2px) calc(300px - 2px),95% 300px,calc(95% - 2px) calc(300px - 2px),95% 300px;
  }

  100% {
    background-size: 0 100vh,92% 30px,100px 60px,61% 20px,61% 20px,95% 1px,85% 20px,85% 20px,85% 20px,85% 30px,30% 20px,85% 20px,85% 20px,85% 20px,85% 30px,30% 20px,85% 20px,85% 20px,85% 20px,85% 30px,30% 20px,calc(95% - 2px) calc(300px - 2px),95% 300px,calc(95% - 2px) calc(300px - 2px),95% 300px,calc(95% - 2px) calc(300px - 2px),95% 300px;
  }
}

.col-flexbox-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.col-flexbox-container li {
  flex-grow: 1;
}

.col-flexbox-container>li {
  flex-basis: 0;
}

.col-flexbox-container>li.flex-start {
  align-self: flex-start;
}

.flex-valign-middle,
.toolbar.toolbar-dynamic .dropdown>a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.flex-valign-middle li,
.toolbar.toolbar-dynamic .dropdown>a li {
  flex-grow: 1;
}

.flex-container,
.toolbar.toolbar-dynamic .toolbar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-container.flex-col,
.toolbar.toolbar-dynamic .flex-col.toolbar-container {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.flex-container.flex-row,
.toolbar.toolbar-dynamic .flex-row.toolbar-container {
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.flex-container.align-items-center,
.toolbar.toolbar-dynamic .align-items-center.toolbar-container {
  align-items: center;
}

.flex-container.justify-end,
.toolbar.toolbar-dynamic .justify-end.toolbar-container {
  justify-content: flex-end;
}

.flex-container.justify-center,
.toolbar.toolbar-dynamic .justify-center.toolbar-container {
  justify-content: center;
}

.flex-container.space-between,
.toolbar.toolbar-dynamic .space-between.toolbar-container {
  justify-content: space-between;
}

.flex-container.wrap,
.toolbar.toolbar-dynamic .wrap.toolbar-container {
  flex-wrap: wrap;
}

.flex-container.row-wrap,
.toolbar.toolbar-dynamic .row-wrap.toolbar-container {
  flex-flow: row wrap;
}

.flex-container.baseline,
.toolbar.toolbar-dynamic .baseline.toolbar-container {
  align-items: baseline;
}

.flex-container .align-center,
.toolbar.toolbar-dynamic .toolbar-container .align-center {
  align-content: center;
}

.flex-container .flex-grow,
.toolbar.toolbar-dynamic .toolbar-container .flex-grow {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.flex-container .align-self-start,
.toolbar.toolbar-dynamic .toolbar-container .align-self-start {
  align-self: flex-start;
}

.flex-container .flex-align-top,
.toolbar.toolbar-dynamic .toolbar-container .flex-align-top {
  flex: 1;
  align-self: flex-start;
}

.flex-container .flex-align-bottom,
.toolbar.toolbar-dynamic .toolbar-container .flex-align-bottom {
  flex: 1;
  align-self: flex-end;
}

.flex-container .flex-col2,
.toolbar.toolbar-dynamic .toolbar-container .flex-col2 {
  flex-direction: column;
  flex: 1 0 50%;
}

.flex-baseline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
}

.flex-baseline li {
  flex-grow: 1;
}

.flex-justify-content-end {
  justify-content: flex-end;
}

.flex-center-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  justify-content: center;
}

.flex-center-left li {
  flex-grow: 1;
}

.flex-center-left .flex-center-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  align-items: flex-start;
}

.flex-center-left .flex-center-container li {
  flex-grow: 1;
}

.flex-aligner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-aligner .flex-align-top {
  flex: 1;
  align-self: flex-start;
}

.flex-aligner .flex-align-bottom {
  flex: 1;
  align-self: flex-end;
}

.flex-group {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.flex-group.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-grow-none {
  flex-grow: unset!important;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-no-shrink {
  flex-shrink: 0;
}

.fare-kards .kard-deck .kard,
.flex-1 {
  flex: 1;
}

.case-base .fare-kards .kard-horizontal .kard-detail,
.flex-2 {
  flex: 2;
}

.flex-3 {
  flex: 3;
}

.flex-4 {
  flex: 4;
}

.flex-5 {
  flex: 5;
}

.flex-6 {
  flex: 6;
}

.flex-7 {
  flex: 7;
}

.flex-8 {
  flex: 8;
}

.flex-9 {
  flex: 9;
}

.flex-10 {
  flex: 10;
}

.flex-11 {
  flex: 11;
}

.flex-self-top {
  align-self: self-start;
}

.flex-self-bottom {
  align-self: flex-end;
}

.flex-self-middle {
  align-self: center;
}

.flex-items-top {
  align-items: flex-start;
}

.flex-items-middle {
  align-items: center;
}

.flex-items-bottom {
  align-items: flex-end;
}

.grid-inline {
  display: -ms-grid;
  display: inline-grid;
  grid-column-gap: 16px;
}

.grid-inline .col-span-2 {
  -ms-grid-column-span: 3;
  grid-column-end: span 2;
}

.grid-inline>div {
  display: table-cell;
}

.select-option-grid .grid-item-1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: item-1;
}

.select-option-grid .grid-item-2 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: item-2;
}

.select-option-grid .grid-item-3 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: item-3;
}

.select-option-grid .grid-item-4 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  grid-area: item-4;
}

.select-option-grid .grid-item-5 {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: item-5;
}

.select-option-grid .grid-item-6 {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
  grid-area: item-6;
}

.select-option-grid .grid-item-7 {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
  grid-area: item-7;
}

.select-option-grid .grid-item-8 {
  -ms-grid-row: 7;
  -ms-grid-column: 5;
  grid-area: item-8;
}

.select-option-grid .item-vl {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 3;
  grid-area: vl;
}

.select-option-grid .grid-container {
  display: grid;
  display: -ms-grid;
  -ms-grid-columns: 1fr 40px auto 40px 1fr;
  grid-template-columns: 1fr auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 20px;
  position: relative;
  grid-template-areas: "item-1 vl item-5" "item-2 vl item-6" "item-3 vl item-7" "item-4 vl item-8";
}

.select-option-grid .item-vl.or-text {
  border-right: 1px solid #e5e5e5;
}

.select-option-grid .item-vl.or-text span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background-color: #fff;
  font-size: 20px;
  padding: 8px 0;
  color: currentColor;
}

.header-brand-container,
.header-loyalty-container,
.header-toolbar-container {
  min-height: 1px;
  position: relative;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 8px;
  padding-right: 8px;
  float: left;
  margin-left: 0!important;
}

.header-toolbar-container {
  float: none;
}

.header-toolbar-container {
  width: 100%!important;
  padding-top: 6px;
  padding-bottom: 6px;
  border-top: 1px solid #f2f2f2;
  background: #fff;
  color: #004684;
}

@media (max-width:480px) {
  .header-brand-container {
    width: 50%;
  }

  .header-loyalty-container {
    width: 50%;
  }
}

@media (min-width:480px) and (max-width:769px) {
  .header-brand-container {
    width: 41.66667%;
  }

  .header-loyalty-container {
    width: 58.33333%;
  }
}

@media (min-width:770px) and (max-width:988px) {
  .header-brand-container {
    width: 33.33333%;
  }

  .header-loyalty-container {
    width: 66.66667%;
  }
}

@media (min-width:989px) and (max-width:1200px) {
  .header-brand-container {
    width: 41.66667%;
  }

  .header-loyalty-container {
    width: 58.33333%;
  }
}

@media (min-width:1201px) {
  .header-brand-container {
    width: 41.66667%;
  }

  .header-loyalty-container {
    width: 58.33333%;
  }
}

.case-base .search-form-has-time .input-daterange>.air-leg-journey-summary:after,
.case-base .search-form-has-time .input-daterange>.clearfix:after,
.case-base .search-form-has-time .input-daterange>.header-brand-container:after,
.case-base .search-form-has-time .input-daterange>.header-loyalty-container:after,
.case-base .search-form-has-time .input-daterange>.header-toolbar-container:after,
.case-base .search-form-has-time .input-daterange>.page-body:after,
.case-base .search-form-has-time .input-daterange>.products-list:after,
.case-base .search-form-has-time .input-daterange>.toolbar:after,
.case-base .search-form-has-time .product .input-daterange>.product-body:after,
.case-base .search-form-has-time .product .input-daterange>.product-deal:after,
.product .case-base .search-form-has-time .input-daterange>.product-body:after,
.product .case-base .search-form-has-time .input-daterange>.product-deal:after {
  clear: none;
}

.case-base .search-form-has-time .date-picker {
  clear: both;
}

.case-base .search-form-has-time .product .single-row>.product-body:after,
.case-base .search-form-has-time .product .single-row>.product-deal:after,
.case-base .search-form-has-time .single-row>.air-leg-journey-summary:after,
.case-base .search-form-has-time .single-row>.clearfix:after,
.case-base .search-form-has-time .single-row>.header-brand-container:after,
.case-base .search-form-has-time .single-row>.header-loyalty-container:after,
.case-base .search-form-has-time .single-row>.header-toolbar-container:after,
.case-base .search-form-has-time .single-row>.page-body:after,
.case-base .search-form-has-time .single-row>.products-list:after,
.case-base .search-form-has-time .single-row>.toolbar:after,
.product .case-base .search-form-has-time .single-row>.product-body:after,
.product .case-base .search-form-has-time .single-row>.product-deal:after {
  clear: none;
}

.case-base #search-form-container.search-form-right {
  float: right;
}

.case-base #search-form-container.search-form-center {
  margin-bottom: 20px;
}

.case-base #search-form-container.search-form-center+.search-form-marketing-card {
  margin-top: 0;
}

.case-base #search-form-container .main-contents-container {
  -webkit-box-shadow: 0 10px 20px 2px rgba(0,0,0,.17),0 6px 6px 0 rgba(0,0,0,.14),0 1px 2px 0 rgba(0,0,0,.08);
  box-shadow: 0 10px 20px 2px rgba(0,0,0,.17),0 6px 6px 0 rgba(0,0,0,.14),0 1px 2px 0 rgba(0,0,0,.08);
}

.case-base #search-form-container .main-contents-container .section-body {
  background-color: #eee;
  background-color: rgba(255,255,255,.9);
}

.case-base #search-form-container .main-contents-container .nav-tabs>li.active>a {
  background: 0 0;
}

.case-base #search-form-container .main-contents-container .nav-tabs>li>a,
.case-base #search-form-container .main-contents-container .nav-tabs>li>a:hover {
  height: 3em;
}

#discount .case-base #search-form-container .btn-default:last-of-type,
.case-base #search-form-container #discount .btn-default:last-of-type,
.case-base #search-form-container .btn-primary:last-of-type {
  float: right;
}

@media (min-width:988px) {
  .case-base .search-form-left {
    margin-right: 10px;
  }

  .case-base .search-form-right {
    margin-left: 10px;
  }
}

@media (max-width:988px) {
  .case-base #search-form-container {
    margin-bottom: 20px;
  }

  .case-base #search-form-container.search-form-right {
    float: none;
  }

  .case-base .kard.search-form-marketing-card {
    margin-top: 0;
  }
}

@media (min-width:480px) and (max-width:768px) {
  .case-base #search-form-container,
  .case-base .hero-message.background-transparent,
  .case-base .hero-message:not(.background-transparent) .container,
  .case-base .marketing-promotion-groups,
  .case-base .search-form-marketing-card {
    margin-left: 8.33333%;
    width: 83.33333%;
    padding: 0!important;
  }
}

@media (max-width:768px) {
  .case-base .btn-hero-group {
    display: flex;
    flex-wrap: wrap;
  }

  .case-base .btn-hero-group .btn {
    flex-grow: 1;
    margin: 2px 2px 0 2px;
  }
}

#modify-search-modal #search-form-travelers-selection .child-ages-container {
  margin: 10px 0 0 0;
  grid-template-columns: repeat(3,1fr);
}

.icon-inline {
  position: relative;
}

.icon-inline i.icon-flight__duration,
.icon-inline i.icon-user,
.icon-inline i[class*=icon-search-form__] {
  color: #ccc;
}

.icon-inline input,
.icon-inline select {
  padding-left: 2em;
}

.icon-inline input[disabled] {
  display: inline-block;
}

.icon-inline i.icon-flight__duration,
.icon-inline i.icon-user,
.icon-inline i[class*=icon-search-form__] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 8px;
  padding-bottom: 19px;
  pointer-events: none;
}

.icon-inline .input-group i[class*=icon-search-form__] {
  padding-bottom: 3px;
}

#search-form-travelers-selection .room-card {
  border: 1px solid #f2f2f2;
  background-color: #fff;
  padding: 10px 16px;
}

#search-form-travelers-selection .number-stepper {
  margin: 0 16px;
}

#search-form-travelers-selection .child-ages-container {
  -ms-grid-column: 3;
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(90px,1fr));
  grid-column-gap: 6px;
}

.main-contents-container-aside #search-form-travelers-selection .child-ages-container {
  -ms-grid-row: 2;
  -ms-grid-column-span: 3;
  grid-row-start: 2;
  grid-column-end: span 3;
  margin-top: 10px;
}

#search-form-travelers-selection .grid-container {
  display: -ms-grid;
  -ms-grid-columns: 80px 140px 1fr;
  display: grid;
  grid-template-columns: 80px 140px auto;
}

#search-form-travelers-selection .grid-container label {
  -ms-grid-column: 1;
}

#search-form-travelers-selection .grid-container label+.grid-item {
  -ms-grid-column: 2;
}

#search-form-travelers-selection .grid-container .child-age-alert {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  grid-row-start: 2;
  grid-column-start: 3;
}

.main-contents-container-aside #search-form-travelers-selection .grid-container .child-age-alert {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  grid-column-start: 1;
  grid-row-start: 3;
}

#search-form-travelers-selection .grid-container>label {
  margin-top: 10px;
}

#search-form-travelers-selection .child-age-alert {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  grid-row-start: 2;
  grid-column-start: 3;
}

.btn-text-input {
  -webkit-box-shadow: inset 0 1px 4px 0 rgba(0,0,0,.15);
  box-shadow: inset 0 1px 4px 0 rgba(0,0,0,.15);
  border: 1px solid #e5e5e5;
  color: #595959;
  text-align: left;
  padding: 6px 6px;
  margin-top: 3px;
  width: auto;
  min-width: 25%;
  line-height: normal;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 16px;
}

.btn-text-input:hover {
  border: 1px solid #e5e5e5;
  color: #595959;
}

.btn-text-input:focus {
  color: #595959;
}

.case-handheld .btn-text-input {
  width: 100%;
}

#modify-search-modal .btn-text-input {
  min-width: 50%;
}

@media (max-width:768px) {
  #search-form-travelers-selection .child-ages-container {
    margin: 10px 0 0 0;
    -ms-grid-column: 1;
    -ms-grid-row: 2;
    -ms-grid-column-span: 3;
    grid-column-start: 1;
    grid-row-start: 2;
    grid-column-end: span 3;
  }

  #search-form-travelers-selection .grid-container .child-age-alert {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-row-start: 3;
    grid-column-start: 1;
    grid-column-end: span 3;
  }
}

div[class*=row-air]+div[class*=row-air] h3 {
  margin-top: 0;
}

@media (max-width:500px) {
  .case-handheld .air-search-service-class {
    display: grid;
    grid-template-columns: 0 1fr 1fr 0;
    align-items: end;
  }

  .aside-contents-container .case-handheld .air-search-service-class header.split-header>h3,
  .aside-contents-container .case-handheld .air-search-service-class header.split-header>span,
  .case-handheld .air-search-service-class .aside-contents-container header.split-header>h3,
  .case-handheld .air-search-service-class .aside-contents-container header.split-header>span,
  .case-handheld .air-search-service-class .col-xs-6 {
    width: 100%!important;
  }

  #checkout-form-container .travelers .section-body .checkbox-inline.form-inline.traveler:nth-child(2),
  #checkout-form-container .travelers .section-body .checkbox-inline.navbar-form.traveler:nth-child(2),
  #traveler-info-container .travelers .section-body .checkbox-inline.form-inline.traveler:nth-child(2),
  #traveler-info-container .travelers .section-body .checkbox-inline.navbar-form.traveler:nth-child(2),
  .checkbox-inline.form-inline.component-section:nth-child(2),
  .checkbox-inline.form-inline.list-panels:nth-child(2),
  .checkbox-inline.form-inline.p:nth-child(2),
  .checkbox-inline.navbar-form.component-section:nth-child(2),
  .checkbox-inline.navbar-form.list-panels:nth-child(2),
  .checkbox-inline.p.navbar-form:nth-child(2),
  .filters-container .checkbox-inline.form-inline.filter-subheader:nth-child(2),
  .filters-container .checkbox-inline.navbar-form.filter-subheader:nth-child(2),
  .page-header section.checkbox-inline.form-inline:nth-child(2),
  .page-header section.checkbox-inline.navbar-form:nth-child(2) {
    margin-left: 0;
  }
}

.kard.banner-full-image-left .kard-block,
.kard.banner-full-image-right .kard-block,
.kard.banner-image-left .kard-block,
.kard.banner-image-right .kard-block {
  flex: 1;
  padding: 10px;
}

.kard.banner-full-image-left .img-container,
.kard.banner-full-image-right .img-container,
.kard.banner-image-left .img-container,
.kard.banner-image-right .img-container {
  overflow: hidden;
  margin: 10px;
}

.kard.banner-full-image-left .kard-block,
.kard.banner-full-image-right .kard-block {
  padding: 10px;
}

.kard.banner-full-image-left .img-container,
.kard.banner-full-image-left img,
.kard.banner-full-image-right .img-container,
.kard.banner-full-image-right img {
  margin: 0;
  border-radius: 0;
}

.kard.banner-full-image-left img,
.kard.banner-full-image-right img {
  object-fit: cover;
  min-height: 100%;
}

.case-base .kard.card-large-image-bottom img,
.case-base .kard.card-large-image-top img,
.case-base .kard.cross-sell-card-large-image-top-with-cta-button img,
.case-base .kard.cross-sell-text-only-with-cta-button img,
.case-base .kard.search-form-marketing-card img {
  height: 100%;
  object-fit: cover;
}

.kard-deck {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  background-color: transparent;
  padding: 0;
}

.kard-deck li {
  flex-grow: 1;
}

.kard-deck .media:first-child,
.kard-deck .media:first-of-type {
  margin-top: 10px;
}

.kard-deck .product .product-body {
  border: none;
  padding: 10px 6px;
  flex-grow: 1;
}

.kard-deck .product .product-body .product-deal.rate-deal {
  margin: 0;
  display: inherit;
}

.kard-deck .product .product-body .product-deal.rate-deal:before {
  content: none;
}

.kard-deck .product .product-body:hover {
  cursor: pointer;
}

.kard-deck .product-detail>.flex-grow+div:before {
  content: '';
  border-top: 1px solid #f2f2f2;
  display: block;
  margin-bottom: 5px;
}

.kard-deck .product-detail.flex-container>[class*=col-],
.kard-deck .toolbar.toolbar-dynamic .product-detail.toolbar-container>[class*=col-],
.toolbar.toolbar-dynamic .kard-deck .product-detail.toolbar-container>[class*=col-] {
  padding: 0 8px;
}

@media (min-width:769px) {
  .kard-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .kard-deck .kard {
    -ms-flex: 1 0 25%;
    flex: 1 0 25%;
  }
}

.kard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0;
  border: 1px solid #e5e5e5;
  background: #fff;
  margin: 10px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.14),0 1px 2px 0 rgba(0,0,0,.08);
  box-shadow: 0 2px 6px 0 rgba(0,0,0,.14),0 1px 2px 0 rgba(0,0,0,.08);
}

.kard li {
  flex-grow: 1;
}

.kard .kard-block {
  padding: 10px 16px;
  flex-grow: 1;
}

.kard .kard-block hr {
  border-color: #e5e5e5;
}

.kard.kard-link:hover {
  -webkit-box-shadow: 0 10px 20px 2px rgba(0,0,0,.17),0 6px 6px 0 rgba(0,0,0,.14),0 1px 2px 0 rgba(0,0,0,.08);
  box-shadow: 0 10px 20px 2px rgba(0,0,0,.17),0 6px 6px 0 rgba(0,0,0,.14),0 1px 2px 0 rgba(0,0,0,.08);
  transition: all .3s cubic-bezier(.25,.8,.25,1);
}

.kard .kard-title {
  font-size: 20px;
  font-weight: 400;
  color: inherit;
}

.kard .img-container {
  overflow: hidden;
}

.kard .img-container img {
  min-width: 100%;
}

.kard .btn {
  align-self: flex-start;
}

.kard.product-body .deal-container {
  margin: -30px 0 0 -26px;
}

.kard.product-body .product-deal.rate-deal {
  padding-right: 10px;
  margin: 0;
  position: relative;
  display: inline-block;
}

.kard.product-body .product-deal.rate-deal .list-ellipsis>li,
.kard.product-body .product-deal.rate-deal .text-ellipsis {
  max-width: 300px;
}

.kard.search-form-marketing-card {
  margin-top: 4em;
  -webkit-box-shadow: 0 10px 20px 2px rgba(0,0,0,.17),0 6px 6px 0 rgba(0,0,0,.14),0 1px 2px 0 rgba(0,0,0,.08);
  box-shadow: 0 10px 20px 2px rgba(0,0,0,.17),0 6px 6px 0 rgba(0,0,0,.14),0 1px 2px 0 rgba(0,0,0,.08);
  border: none;
}

.kard.search-form-marketing-card .img-container {
  padding: 10px;
}

.kard.search-form-marketing-card .hero-message {
  margin-bottom: 0;
  padding: 10px 16px;
}

.kard.card-large-image-top,
.kard.cross-sell-card-large-image-top-with-cta-button,
.kard.cross-sell-text-only-with-cta-button,
.kard.search-form-marketing-card {
  -ms-flex-direction: column;
  flex-direction: column;
}

.kard.card-large-image-top img.img-fixed-height,
.kard.cross-sell-card-large-image-top-with-cta-button img.img-fixed-height,
.kard.cross-sell-text-only-with-cta-button img.img-fixed-height,
.kard.search-form-marketing-card img.img-fixed-height {
  height: 150px;
  max-width: 250px;
  object-fit: cover;
}

.kard.card-large-image-bottom {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.kard.banner-full-image-left .img-container,
.kard.banner-image-left .img-container {
  margin-right: 0;
}

.kard.banner-full-image-right,
.kard.banner-image-right {
  flex-direction: row-reverse;
}

.kard.banner-full-image-right .img-container,
.kard.banner-image-right .img-container {
  margin-left: 0;
}

.kard.alternate {
  background: #212529!important;
  color: #fff;
}

.kard.alternate a {
  color: #fff;
}

.kard li {
  margin-left: 1.5rem;
}

@media (min-width:480px) and (max-width:768px) {
  .kard {
    margin-left: 0;
    margin-right: 0;
  }
}

.fare-kards .kard-deck {
  flex-flow: row wrap;
}

.fare-kards .kard-deck .kard {
  padding: .5em;
  border-radius: 0;
}

@media (min-width:480px) {
  .fare-kards .kard-deck .kard:not(:first-of-type) {
    margin-left: 5px;
  }
}

.fare-kards .kard-horizontal .kard-detail:hover {
  -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.14),0 1px 2px 0 rgba(0,0,0,.08);
  box-shadow: 0 2px 6px 0 rgba(0,0,0,.14),0 1px 2px 0 rgba(0,0,0,.08);
}

.fare-kards .kard-title {
  padding: 0 0 .5em;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 1em;
}

.fare-kards .kard-flag-indicator {
  display: none;
}

.fare-kards .product-selected {
  outline: 3px solid #037f03;
  position: relative;
}

.fare-kards .product-selected .h4.text-success {
  display: none;
}

.fare-kards .product-selected .kard-flag-indicator {
  line-height: 2;
  width: calc(100% + 6px);
  position: absolute;
  top: -2em;
  left: -3px;
  display: block;
  color: #fff;
  text-align: center;
  background: #037f03;
}

.case-base .kard .kard-block {
  flex-grow: 1;
}

.case-base .fare-kards .kard-title {
  text-align: center;
}

.case-base .fare-kards .kard-horizontal .kard {
  padding: 1.5em;
}

.case-base .fare-kards .kard-horizontal .kard-block {
  width: 100%;
}

.case-base .fare-kards .kard-horizontal .kard-title {
  text-align: left;
}

.case-handheld .kard.search-form-marketing-card {
  margin: 2.5vw 0;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.14),0 1px 2px 0 rgba(0,0,0,.08);
  box-shadow: 0 2px 6px 0 rgba(0,0,0,.14),0 1px 2px 0 rgba(0,0,0,.08);
}

.case-handheld .fare-kards .kard.product-selected {
  margin-top: calc(2em + 28px);
}

@media (orientation:landscape) {
  .case-handheld .product-body {
    -ms-flex-direction: row;
    flex-direction: row;
    flex-basis: 95%;
  }

  .case-handheld .product-body .kard-block {
    width: 75%;
  }

  .case-handheld .product-body .deal-container {
    margin: 0;
    display: inline-block;
  }

  .case-handheld .product-body .product-deal.rate-deal {
    margin-left: 0;
    padding-right: 10px;
  }

  .case-handheld .product-body .product-deal.rate-deal:before {
    content: none;
  }

  .case-handheld .product-body .product-deal.rate-deal .list-ellipsis>li,
  .case-handheld .product-body .product-deal.rate-deal .text-ellipsis {
    white-space: inherit;
    max-width: 100%;
  }

  .case-handheld .product-body .img-container {
    width: 35%;
    float: left;
  }

  .case-handheld .product-body .img-container img {
    margin: 10px;
  }
}

.media:first-of-type {
  margin-top: 0;
}

.media .media-object {
  width: 100%;
  height: auto;
}

.media .media-link {
  color: inherit;
}

.media .media-heading {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.33;
}

.media-list>div {
  margin-bottom: 15px;
}

.case-handheld #air-results-header small {
  display: block;
}

#air-details-container .product+.product {
  margin-top: 20px;
}

#air-details-container .product {
  margin-right: 8px;
}

#air-details-container .product-body,
#air-details-container .product-header {
  padding: 0 0 0 16px;
  border: 0;
}

#air-details-container .component {
  border-bottom: 1px dotted #f2f2f2;
  padding: 20px 0;
}

#air-details-container .component:last-of-type {
  border-bottom: 0;
}

#air-details-container .component-header .col-xs-10 {
  padding-bottom: 10px;
  border-bottom: 1px solid #f2f2f2;
}

#air-details-container .component-body {
  padding-top: 10px;
}

#flight-details-modal-body .product-header {
  border: 0;
}

#flight-details-modal-body .product-body {
  border: 0;
  padding: 3em 0 0;
}

#flight-details-modal-body .component {
  margin-bottom: 3em;
}

#flight-details-modal-body .component-body {
  margin: 0 -8px;
}

.products-list .price-container {
  background-color: inherit;
}

.products-list .product .product-body {
  -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.14),0 1px 2px 0 rgba(0,0,0,.08);
  box-shadow: 0 2px 6px 0 rgba(0,0,0,.14),0 1px 2px 0 rgba(0,0,0,.08);
  border-radius: 0;
}

.products-list .product .kard {
  margin: 10px 0;
  border-radius: 0;
}

.products-list.products-rooms {
  border-top: 1px solid #f2f2f2;
  background: #f1f3f5;
  margin-bottom: 0;
}

.products-list.products-rooms li.product.room-selected {
  background: #fff;
  border: 3px solid #037f03;
}

.products-rooms+.products-rooms {
  margin-top: -12px;
}

#room-options .section-body {
  padding-top: 0;
}

#room-options legend {
  margin-bottom: 0;
  background: #f1f3f5;
}

#room-options legend h3 {
  padding: 5px 16px;
}

#room-options .modal-body legend {
  background: 0 0;
}

#room-options .modal-body legend h3 {
  font-size: 20px;
  margin: 0 0 10px;
  padding: 0;
}

.product .no-results {
  padding: 10px;
}

.product .expandable-container .expandable {
  max-height: 300px;
  overflow: hidden;
  -webkit-transition: max-height .7s ease-in-out;
  transition: max-height .7s ease-in-out;
  position: relative;
}

.product .expandable-container .section-footer .icon-collapsible--opened {
  display: none;
}

.product .expandable-container .section-footer .icon-collapsible--closed {
  display: inline-block;
}

.product .expandable-container.section-expanded .expandable {
  max-height: 3000px;
  -webkit-transition: max-height .5s ease-in-out;
  transition: max-height .5s ease-in-out;
}

.product .expandable-container.section-expanded .mask {
  display: none;
}

.product .expandable-container .mask {
  background-image: -owg-linear-gradient(to bottom,rgba(255,255,255,0));
  background-image: -webkit-linear-gradient(to bottom,rgba(255,255,255,0));
  background-image: -moz-linear-gradient(to bottom,rgba(255,255,255,0));
  background-image: -o-linear-gradient(to bottom,rgba(255,255,255,0));
  background-image: linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 100%);
  position: absolute;
  width: 100%;
  height: 100px;
  bottom: 0;
  left: 0;
  bottom: 0;
}

.product .expandable-container .section-footer {
  border-top: 1px solid #ccc;
}

.product .product-featured-deal {
  background: #0272b3;
  color: #fff;
  font: normal 18px Helvetica,Arial,sans-serif;
  padding: 10px 8px;
}

.product .product-featured-deal.selected {
  font-size: 16px;
}

.product .product-featured-deal~.product-body {
  border: 1px solid #f2f2f2;
}

.product.product-selected .product-body {
  background: 0 0;
  border: 3px solid #037f03;
}

.product.product-selected .product-body,
.product.product-selected .product-deal {
  border-color: #037f03;
}

.product.product-selected .product-note .hr-text {
  border-top: 1px dashed currentColor;
  text-align: center;
  line-height: 0;
  margin: 24px 0;
}

.product.product-selected .product-note .hr-text span {
  background: 0 0;
  padding: 0 1em;
}

.product.product-loading .product-body {
  background: #f2f2f2;
}

.product.product-loading .product-body .icon-collapsible--closed:before {
  content: "\f110";
}

.product.product-loading .select-info,
.product.product-selected .select-info {
  background: #fff;
  color: #595959;
}

.product .price-footer {
  padding: 15px 0 0;
}

.product .product-footer:after,
.product .product-footer:before,
.product .product-header:after,
.product .product-header:before {
  content: " ";
  display: table;
}

.product .product-footer:after,
.product .product-header:after {
  clear: both;
}

.product .product-body,
.product .product-deal {
  border: 1px solid #f2f2f2;
  background: #fff;
  padding: 16px;
}

.product .product-body .product-notification,
.product .product-deal .product-notification {
  border: 1px solid #f1f3f5;
  background: #f1f3f5;
  color: #212529;
  margin: 5px 0 10px 0;
  padding: 5px 10px 5px 10px;
}

.product .product-detail-notification {
  border: 1px solid #f1f3f5;
  background: #f1f3f5;
  color: #212529;
  margin: 5px 10px 10px 10px;
  padding: 5px 10px 5px 10px;
}

.product .product-deal {
  border: 0;
}

.product .price-total:not(.price-strikethrough) span {
  font-size: 20px;
}

.product .map-container {
  margin-bottom: 10px;
}

.product .price-container {
  margin: 6px 0;
}

.product .price-primary {
  color: #595959!important;
  font-size: 1.6em!important;
  font-weight: 700!important;
  line-height: 1.25!important;
}

.product .price-primary .price-primary-label {
  color: #595959!important;
  font-size: 14px!important;
  font-weight: 400!important;
}

.product .price-primary .or {
  color: #595959!important;
}

.product .price-secondary {
  color: #595959!important;
  font-size: 16px!important;
  font-weight: 400!important;
  line-height: 1.25!important;
}

.product .price-secondary .or {
  color: #595959!important;
}

.product .promotion-notation {
  padding: 3px 8px;
  background: #f2f2f2;
  color: #595959;
}

.product .product-deal,
.product .product-featured {
  padding: 3px 8px;
  padding-right: 0;
}

.product .special-program {
  padding: 6px 6px;
}

.product.product-featured .product-body {
  border-color: #0272b3;
}

.product.product-featured h2 {
  padding-top: 6px;
  background: #0272b3;
  color: #fff;
}

.product .rate-deal {
  background: #0272b3;
  color: #fff;
}

.product .rate-deal::before {
  content: '';
  border-left: 10px solid transparent;
  position: absolute;
  bottom: -10px;
  left: 0;
  border-top: 10px solid #015281;
}

.product .rate-deal.no-fold {
  max-width: inherit;
}

.product .rate-deal.no-fold::after,
.product .rate-deal.no-fold::before {
  content: none;
}

.product .rate-deal.loyalty-deal {
  background: #ce210f;
  color: #fff;
}

.product .rate-deal.loyalty-deal:after {
  border-top-color: #ce210f;
}

.product .product-deal-container {
  position: relative;
  overflow: hidden;
}

.product .product-deal-container .product-deal {
  text-align: left;
  position: relative;
  margin-right: 15px;
  display: inline-block;
}

.product .product-deal-container .product-deal:after {
  content: "";
  float: right;
  position: absolute;
  top: 0;
  right: -14px;
  border-top: 50px solid;
  border-right: 15px solid transparent;
}

.product .product-deal-container .product-deal.loyalty-deal {
  background: #ce210f;
  color: #fff;
}

.product .product-deal-container .client-approved {
  background: #f2f2f2;
  color: #fff;
}

.product .product-deal-container .client-approved:after {
  border-top-color: #f2f2f2;
}

.product .product-deal-container .exclusive-deal {
  background: #f2f2f2;
  color: #fff;
}

.product .product-deal-container .exclusive-deal:after {
  border-top-color: #f2f2f2;
}

.product .product-deal-container .client-exclusive {
  background: #f2f2f2;
  color: #fff;
}

.product .product-deal-container .client-exclusive:after {
  border-top-color: #f2f2f2;
}

.product .product-deal-container .eligible-for-hotel-sale {
  background: #f2f2f2;
  color: #fff;
}

.product .product-deal-container .eligible-for-hotel-sale:after {
  border-top-color: #f2f2f2;
}

.product .product-deal-container .members-only-rate {
  background: #f2f2f2;
  color: #fff;
}

.product .product-deal-container .members-only-rate:after {
  border-top-color: #f2f2f2;
}

.product .product-deal-container .loyalty-deal {
  background: #ce210f;
  color: #fff;
}

.product .product-deal-container .loyalty-deal:after {
  border-top-color: #ce210f;
}

.product .product-deal.special-program {
  background: #595959;
  color: #fff;
}

.product .special-amenities {
  padding: 10px 2% 10px 2%;
}

.product .col-interactive {
  border-left: 1px solid #f2f2f2;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background: #f1f3f5;
  color: #595959;
}

.product .col-interactive.selected {
  background: #f1f3f5;
  color: #595959;
}

.product .product-supplier {
  color: #595959;
  font-size: 14px;
  padding: 0 16px;
}

.product .product-details-list .component-section-body>ul div>li {
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #fff;
}

.product .product-details-list .component-header .h3 {
  padding-top: 12px;
}

.product .product-details-list .component-body {
  margin: 0;
}

.product .product-details-list .component-body.row {
  margin: 0 -8px;
}

.product .product-details-list .component-body h3 {
  margin: 0;
}

.product .product-details-list.room-selection-section .component-footer {
  padding-right: 16px;
}

.product .product-note .hr-text {
  border-top: 1px dashed currentColor;
  text-align: center;
  line-height: 0;
  margin: 24px 0;
}

.product .product-note .hr-text span {
  background: #fff;
  padding: 0 1em;
}

.product .product-additional-options-container {
  background-color: #0293db;
  color: #fff;
  padding-bottom: 20px;
}

.product .product-additional-options-container .product-additional-options-container-header {
  padding: 10px 8px;
  padding-bottom: 0;
}

.product .product-additional-options-container .product-additional-options-container-header>div:first-child {
  font-size: 24px;
  color: #212529;
}

.product .product-additional-options-container .product-additional-options-panel {
  margin: 10px 8px;
}

.product .product-additional-options-container .product-additional-options-panel .product-additional-options-card-title {
  font-size: 24px;
  color: #595959;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.product .product-additional-options-container .product-additional-options-panel .branded-fares-details-list {
  margin-bottom: 15px;
}

.product .product-additional-options-container .product-additional-options-panel .branded-fares-details-list>li:not(:last-child) {
  margin-bottom: 20px;
}

.product .product-additional-options-container .product-additional-options-panel .product-additional-options-panel-footer,
.product .product-additional-options-container .product-additional-options-panel .product-additional-options-panel-nested-footer {
  border-top: 1px solid #f2f2f2;
  padding-top: 15px;
}

.product .product-additional-options-container .product-additional-options-panel .product-additional-options-panel-footer .expandable-section>div:first-child,
.product .product-additional-options-container .product-additional-options-panel .product-additional-options-panel-nested-footer .expandable-section>div:first-child {
  margin: 20px 0;
}

.product .product-additional-options-container .product-additional-options-panel .product-additional-options-panel-nested-footer {
  padding-top: 10px;
  margin-bottom: 5px;
}

.trip-advisor li {
  flex-shrink: 0;
}

.trip-advisor li:last-of-type {
  flex-shrink: 1;
}

.slideshow-container {
  background: #595959;
}

#hotel-slideshow .owl-nav>div,
#hotel-slideshow img,
.owl-carousel .owl-stage-outer {
  height: 250px!important;
}

#hotel-slideshow .owl-nav .btn {
  margin: 0!important;
  width: 100%;
  padding: 0;
}

#hotel-slideshow {
  margin-top: 0!important;
}

#hotel-slideshow .owl-item:not(.center) {
  visibility: hidden;
}

#hotel-slideshow .owl-dots {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}

#hotel-slideshow .owl-dots .owl-dot span {
  background: 0 0;
  height: 10px;
  width: 10px;
  border: 1px solid #fff;
  -webkit-box-shadow: 1px 2px 3px rgba(0,0,0,.5);
  box-shadow: 1px 2px 3px rgba(0,0,0,.5);
}

#hotel-slideshow .owl-dot.active span {
  background: #fff;
}

@media (max-width:600px) {
  #room-filters .flex-group {
    display: block;
  }

  #room-filters .flex-group>:first-of-type {
    display: flex;
    justify-content: space-between;
  }

  #room-filters .flex-group .visible-tablet-inline-block {
    display: block;
  }

  #room-filters h3 {
    display: inline-block;
    margin-bottom: 6px!important;
  }
}

#hotel-user-reviews li {
  border-top: 1px solid #f2f2f2;
  padding: 6px 0;
}

.product-detail .price-container+div:before,
.product-detail+div:before {
  content: '';
  border-top: 1px solid #f2f2f2;
  display: block;
}

.product-detail .price-container+div.loyalty-deal-message-container:before {
  border: none;
}

.special-amenities>ul {
  padding-left: 15px;
  list-style-type: disc;
}

.product-deal.included-flag {
  background: #037f03;
  color: #fff;
  width: 100%;
  text-align: center;
}

.product-image-placeholder {
  background-color: #f2f2f2;
  height: 100px;
  width: 100%;
}

.included-product-message {
  color: #037f03;
  font-weight: 700;
}

#grouped-products .enhanced-air,
#grouped-products .enhanced-air .product-groups>button {
  position: relative;
  font-family: Helvetica,Arial,sans-serif;
  letter-spacing: normal;
}

#grouped-products .enhanced-air .product .price-total:not(.price-strikethrough) span:not(.icon),
#grouped-products .enhanced-air .product-groups>button .product .price-total:not(.price-strikethrough) span:not(.icon),
#grouped-products .enhanced-air .product-groups>button .text-strong:not(.icon),
#grouped-products .enhanced-air .product-groups>button .toolbar.toolbar-dynamic .toolbar-label:not(.icon),
#grouped-products .enhanced-air .text-strong:not(.icon),
#grouped-products .enhanced-air .toolbar.toolbar-dynamic .toolbar-label:not(.icon),
.product .price-total:not(.price-strikethrough) #grouped-products .enhanced-air .product-groups>button span:not(.icon),
.product .price-total:not(.price-strikethrough) #grouped-products .enhanced-air span:not(.icon),
.toolbar.toolbar-dynamic #grouped-products .enhanced-air .product-groups>button .toolbar-label:not(.icon),
.toolbar.toolbar-dynamic #grouped-products .enhanced-air .toolbar-label:not(.icon) {
  font-family: Helvetica,Arial,sans-serif;
}

#grouped-products .enhanced-air .product-groups>button.product-group-selected,
#grouped-products .enhanced-air .product-groups>button.product-selected,
#grouped-products .enhanced-air.product-group-selected,
#grouped-products .enhanced-air.product-selected {
  border: 3px solid #037f03;
  margin-top: 2em;
}

#grouped-products .enhanced-air .product-groups>button.product-group-selected .product-body,
#grouped-products .enhanced-air .product-groups>button.product-selected .product-body,
#grouped-products .enhanced-air.product-group-selected .product-body,
#grouped-products .enhanced-air.product-selected .product-body {
  background: #fff;
}

#grouped-products .enhanced-air .product-groups>button.product-group-selected .product-group-indicator,
#grouped-products .enhanced-air .product-groups>button.product-group-selected .product-indicator,
#grouped-products .enhanced-air .product-groups>button.product-selected .product-group-indicator,
#grouped-products .enhanced-air .product-groups>button.product-selected .product-indicator,
#grouped-products .enhanced-air.product-group-selected .product-group-indicator,
#grouped-products .enhanced-air.product-group-selected .product-indicator,
#grouped-products .enhanced-air.product-selected .product-group-indicator,
#grouped-products .enhanced-air.product-selected .product-indicator {
  background: #037f03!important;
  color: #fff;
  height: 2em;
  line-height: 2em;
  padding: 0 8px;
  top: -2em;
  left: -3px;
  width: calc(100% + 6px);
}

#grouped-products .enhanced-air .product-groups>button.product-group-selected.active,
#grouped-products .enhanced-air .product-groups>button.product-selected.active,
#grouped-products .enhanced-air.product-group-selected.active,
#grouped-products .enhanced-air.product-selected.active {
  border: 1px solid #f2f2f2;
  margin-top: calc(2em + 2px);
}

#grouped-products .enhanced-air .product-groups>button.product-group-selected.active .product-indicator,
#grouped-products .enhanced-air .product-groups>button.product-selected.active .product-indicator,
#grouped-products .enhanced-air.product-group-selected.active .product-indicator,
#grouped-products .enhanced-air.product-selected.active .product-indicator {
  width: calc(100% + 2px);
  left: -1px;
}

#grouped-products .enhanced-air .product-groups>button.product-group-selected,
#grouped-products .enhanced-air.product-group-selected {
  margin-top: calc(2em + 15px);
}

#grouped-products .enhanced-air .product-group-indicator,
#grouped-products .enhanced-air .product-groups>button .product-group-indicator,
#grouped-products .enhanced-air .product-groups>button .product-indicator,
#grouped-products .enhanced-air .product-indicator {
  position: absolute;
  top: -1px;
  left: -1px;
  height: 6px;
  width: calc(100% + 2px);
}

.air-matrix .product .lead-price .price-total,
.air-matrix .product .leg-price .price-total {
  color: #0272b3;
}

.air-matrix .product .fare-price .price-total,
.air-matrix .product .fare-price .price-total span,
.air-matrix .product .leg-price .price-total,
.air-matrix .product .leg-price .price-total span {
  font-size: 16px;
}

.air-matrix .product .toggle-flight-details {
  font-size: 14px;
}

.filters-container .filter,
.filters-container .filter-info,
.filters-container .slider-filter-group .component-section {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}

.filters-container .slider-filter-group .component-section:last-of-type,
.filters-container>fieldset.filter:last-of-type {
  border-bottom: 0;
}

.filters-container .slider-filter-group .component-section:last-of-type {
  padding-bottom: 0;
}

.filters-container .filter h3 {
  font-size: 20px;
  margin: 0 0 10px;
}

.filters-container .filter>legend {
  margin-bottom: 0;
}

.filters-container .filter h3>div {
  margin: 5px 0;
  font-weight: 400;
}

.filters-container div:first-of-type .filter h3 {
  margin-top: 10px;
}

.filters-container .filter-subheader {
  display: inline-block;
  margin-left: 15px;
}

.filters-container .filter-body .form-inline select,
.filters-container .filter-body .navbar-form select {
  margin-bottom: 0;
}

.filters-container .list-filter>ul label {
  padding-left: 5px;
  display: inline-block;
  cursor: pointer;
  width: 85%;
  word-break: break-word;
}

.filters-container .list-filter li {
  margin-bottom: 12px;
  position: relative;
}

.filters-container .list-filter li>a:before {
  content: "";
  display: inline-block;
  padding-left: 1px;
}

.filters-container .list-filter li .badge {
  background: #f2f2f2;
  color: #595959;
  width: 3em;
  position: absolute;
  right: 0;
  top: 0;
}

.filters-container .list-filter.checkbox-filter .checkbox {
  display: block;
  padding-left: 16px;
  margin-top: 0;
}

.filters-container .list-filter.checkbox-filter .checkbox+li {
  margin-top: -5px;
}

.filters-container .list-filter.checkbox-filter .checkbox+li ul li:first-of-type {
  margin-top: 0;
}

.filters-container .list-filter.checkradio-filter .radio {
  padding-left: 0;
  margin-top: 0;
}

.filters-container .rating {
  display: inline-block;
}

.filters-container .rating-filter input {
  margin-right: 5px;
}

.filters-container .rating-filter .rating {
  line-height: 1;
}

.filters-container .rating-filter .rating>.icon {
  line-height: 25px;
  margin-left: 5px;
}

.filters-container .filter-image {
  font-family: initial;
}

.filters-container .filter-image input {
  margin-top: .55em;
}

.filters-container .filter-image img {
  margin-top: .3em;
}

.filters-container .filter-image .badge {
  margin-top: 3px;
  font-family: Helvetica,Arial,sans-serif;
}

.shopping-cart-details .no-selection {
  padding: 6px 0;
}

.shopping-cart-details .modal-header {
  background: #0272b3;
  color: #fff;
}

.shopping-cart-details .modal-header a {
  color: #0272b3;
  text-decoration: none;
}

.shopping-cart-details .modal-header a:hover {
  text-decoration: underline;
}

.shopping-cart-details .modal-header .h3,
.shopping-cart-details .modal-header h3 {
  color: #fff;
}

.shopping-cart-details .modal-body {
  background: #f2f2f2;
}

.shopping-cart-details .modal-body a {
  color: #0272b3;
  text-decoration: none;
}

.shopping-cart-details .modal-body a:hover {
  text-decoration: underline;
}

.shopping-cart-details .modal-footer {
  background: #f2f2f2;
  margin-top: 0;
}

.shopping-cart-details .modal-footer a {
  color: #0272b3;
  text-decoration: none;
}

.shopping-cart-details .modal-footer a:hover {
  text-decoration: underline;
}

.shopping-cart-details section {
  background: #f1f3f5;
  margin: 6px 0;
  padding: 10px 16px 16px 16px;
}

.shopping-cart-details section.visited {
  background: #fff;
}

.shopping-cart-details section .section-header {
  border-bottom: 1px solid #fff;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.shopping-cart-details section .section-header li {
  flex-grow: 1;
}

.shopping-cart-details section .section-header h2 {
  flex-grow: 1;
}

.shopping-cart-details section .section-header .heading {
  font-weight: 700;
  text-transform: uppercase;
}

.shopping-cart-details section .section-header .heading.itinerary {
  color: #0272b3;
}

.shopping-cart-details section .section-header .heading.itinerary:hover .icon {
  text-decoration: none;
}

.shopping-cart-details section .section-header .heading.itinerary .icon {
  color: #0272b3;
}

.shopping-cart-details section .section-header .heading .icon:before {
  text-align: center;
  width: 20px;
}

.shopping-cart-details section .section-header.trip-itinerary {
  border-bottom: 0;
  color: #0272b3;
  margin-bottom: 0;
  padding-bottom: 0;
}

.shopping-cart-details section.empty {
  background: #f1f3f5;
  padding-bottom: 10px;
}

.shopping-cart-details section.empty .section-header {
  border-bottom: 0;
  font-weight: 400;
  padding-bottom: 0;
  margin-bottom: 0;
}

.shopping-cart-details section .section-body {
  padding: 0;
}

.shopping-cart-details section .section-body table {
  border-collapse: collapse;
  background-color: transparent;
  margin-bottom: 0;
}

.shopping-cart-details section .section-body table .shopping-cart-total {
  border-top: 1px solid #fff;
}

.shopping-cart-details section .section-body table .shopping-cart-total td {
  padding: 6px 0;
}

.shopping-cart-details section .section-body .air-leg.row {
  margin-bottom: 6px;
}

.product .price-total:not(.price-strikethrough) .shopping-cart-details section .section-body .air-leg.row span,
.shopping-cart-details section .section-body .air-leg.row .product .price-total:not(.price-strikethrough) span,
.shopping-cart-details section .section-body .air-leg.row .text-strong,
.shopping-cart-details section .section-body .air-leg.row .toolbar.toolbar-dynamic .toolbar-label,
.toolbar.toolbar-dynamic .shopping-cart-details section .section-body .air-leg.row .toolbar-label {
  font-weight: 700;
}

.shopping-cart-details section .section-body p {
  margin-bottom: 2px;
}

.shopping-cart-details section .product-details-component {
  border-top: 1px solid #fff;
  margin-top: 10px;
  padding-top: 10px;
}

.shopping-cart-details section .product-details-component .hr-text {
  border-top: 1px solid #fff;
}

.shopping-cart-details section .product-details-component .hr-text span {
  background: #fff;
  color: #595959;
}

.shopping-cart-details .total-price {
  background: 0 0;
  margin-top: 6px;
}

.leg-based-air-flight-matrix {
  margin: 0 auto 1em auto;
  display: flex;
  flex-flow: row;
  width: 100%;
}

.leg-based-air-flight-matrix.loading-state {
  opacity: 0;
}

.leg-based-air-flight-matrix .next-button,
.leg-based-air-flight-matrix .prev-button {
  width: 40px;
  background-color: #f1f3f5;
  padding: 0;
  border-radius: 0;
  border-top: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  border-left: 1px solid #f2f2f2;
}

.leg-based-air-flight-matrix .next-button .icon,
.leg-based-air-flight-matrix .prev-button .icon {
  color: #0272b3;
  font-weight: 600;
  font-size: 24px;
}

.leg-based-air-flight-matrix .next-button:hover:not(:disabled),
.leg-based-air-flight-matrix .prev-button:hover:not(:disabled) {
  background-color: #0272b3;
  border-color: #0272b3;
}

.leg-based-air-flight-matrix .next-button:hover:not(:disabled) .icon,
.leg-based-air-flight-matrix .prev-button:hover:not(:disabled) .icon {
  color: #fff;
}

.leg-based-air-flight-matrix .next-button:disabled,
.leg-based-air-flight-matrix .prev-button:disabled {
  cursor: not-allowed;
}

.leg-based-air-flight-matrix .next-button:disabled .icon,
.leg-based-air-flight-matrix .prev-button:disabled .icon {
  color: #e5e5e5;
}

.leg-based-air-flight-matrix .calendar-dates-wrapper {
  width: calc(100% - 80px);
  overflow: hidden;
}

.leg-based-air-flight-matrix .calendar-dates-wrapper.scrollable {
  overflow-x: scroll;
}

.leg-based-air-flight-matrix .calendar-dates-wrapper.scrollable::-webkit-scrollbar {
  display: none;
}

.leg-based-air-flight-matrix .calendar-dates-wrapper.no-button {
  width: 100%;
}

.leg-based-air-flight-matrix .calendar-dates-wrapper::after {
  border-bottom: 5px solid #0272b3;
  content: "";
  display: block;
}

.leg-based-air-flight-matrix ul.calendar-dates {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  flex-flow: row;
  transition: all .3s ease-in-out;
}

.leg-based-air-flight-matrix ul.calendar-dates li.calendar-date {
  background-color: #f1f3f5;
  text-align: center;
  cursor: pointer;
  padding: 15px 15px 20px 15px;
  position: relative;
  border-top: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  border-left: 1px solid #f2f2f2;
}

.leg-based-air-flight-matrix ul.calendar-dates li.calendar-date button {
  background: 0 0;
  border: none;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.leg-based-air-flight-matrix ul.calendar-dates li.calendar-date .date {
  color: #212529;
  font-weight: 400;
  font-size: 16px;
}

.leg-based-air-flight-matrix ul.calendar-dates li.calendar-date .price {
  color: #212529;
  font-size: 20px;
}

.leg-based-air-flight-matrix ul.calendar-dates li.calendar-date .from-label {
  color: #595959;
  font-size: 14px;
  font-weight: 400;
}

.leg-based-air-flight-matrix ul.calendar-dates li.calendar-date .not-available-label {
  color: #595959;
  font-size: 16px;
  font-weight: 400;
}

.leg-based-air-flight-matrix ul.calendar-dates li.calendar-date:hover:not(.no-flight-available):not(.selected) {
  background-color: #f1f3f5;
  border-color: #f2f2f2;
  text-decoration: underline;
}

.leg-based-air-flight-matrix ul.calendar-dates li.calendar-date:hover:not(.no-flight-available):not(.selected) .date,
.leg-based-air-flight-matrix ul.calendar-dates li.calendar-date:hover:not(.no-flight-available):not(.selected) .from-label,
.leg-based-air-flight-matrix ul.calendar-dates li.calendar-date:hover:not(.no-flight-available):not(.selected) .price {
  color: #0272b3;
}

.leg-based-air-flight-matrix ul.calendar-dates li.calendar-date.selected {
  background-color: #fff;
  border-top: none!important;
  position: relative;
  bottom: -5px;
  margin-top: -5px;
  border-top: 5px solid #0272b3;
  border-right: 1px solid #f2f2f2;
  border-left: 1px solid #f2f2f2;
}

.leg-based-air-flight-matrix ul.calendar-dates li.calendar-date.selected::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #0272b3;
  height: 5px;
}

.leg-based-air-flight-matrix ul.calendar-dates li.calendar-date.selected .date,
.leg-based-air-flight-matrix ul.calendar-dates li.calendar-date.selected .from-label,
.leg-based-air-flight-matrix ul.calendar-dates li.calendar-date.selected .price {
  color: #0272b3;
}

.leg-based-air-flight-matrix ul.calendar-dates li.calendar-date.no-flight-available {
  cursor: not-allowed;
}

.leg-based-air-flight-matrix ul.calendar-dates li.calendar-date.no-flight-available button {
  cursor: not-allowed;
}

.leg-based-air-flight-matrix ul.calendar-dates li.calendar-date.no-flight-available .date {
  color: #595959;
}

.leg-based-air-flight-matrix ul.calendar-dates li.calendar-date.no-flight-available-confirmed {
  background-color: #e5e5e5;
}

.leg-based-air-flight-matrix ul.calendar-dates li.calendar-date.no-flight-available-confirmed .date,
.leg-based-air-flight-matrix ul.calendar-dates li.calendar-date.no-flight-available-confirmed .not-available-label {
  color: #212529;
  font-size: 16px;
}

.case-handheld .leg-based-air-flight-matrix .calendar-dates-wrapper::after {
  border-bottom: 1px solid #f2f2f2;
}

.case-handheld .leg-based-air-flight-matrix ul.calendar-dates li.calendar-date {
  border-top: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  border-left: 1px solid #f2f2f2;
}

.case-handheld .leg-based-air-flight-matrix ul.calendar-dates li.calendar-date.selected {
  border-top: 5px solid #0272b3;
  border-right: 1px solid #f2f2f2;
  border-left: 1px solid #f2f2f2;
}

#dashcart .section-xsell header,
#your-itinerary .section-xsell header {
  background: #dee2e6;
}

#dashcart .section-xsell header h2,
#your-itinerary .section-xsell header h2 {
  color: #595959;
}

#dashcart .section-xsell .section-body,
#your-itinerary .section-xsell .section-body {
  background: #0293db;
  border-color: #0293db;
  color: #fff;
}

#dashcart .section-xsell .section-body>div,
#your-itinerary .section-xsell .section-body>div {
  border-bottom: 1px solid #0293db;
}

#dashcart .section-xsell .section-body>div:last-of-type,
#your-itinerary .section-xsell .section-body>div:last-of-type {
  border-bottom: 0;
}

#dashcart .section-xsell .product-xsell,
#your-itinerary .section-xsell .product-xsell {
  padding: 10px 0;
}

#dashcart-modal .section-xsell .section-body,
#dashcart-modal section>header,
#shopping-cart-modal .section-xsell .section-body,
#shopping-cart-modal section>header {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
}

#dashcart-modal .component hr,
#dashcart-modal .dashcart-header hr,
#shopping-cart-modal .component hr,
#shopping-cart-modal .dashcart-header hr {
  margin: 10px -20px;
}

#dashcart-modal .dashcart-body,
#shopping-cart-modal .dashcart-body {
  padding-bottom: 30px;
}

#dashcart-modal .section-body,
#shopping-cart-modal .section-body {
  padding-left: 0;
  padding-right: 0;
}

#dashcart-modal .dashcart-footer>header,
#shopping-cart-modal .dashcart-footer>header {
  padding: 0;
  border-bottom: 0;
}

#dashcart-modal .component:last-of-type hr,
#shopping-cart-modal .component:last-of-type hr {
  display: none;
}

#dashcart-modal .component-body,
#shopping-cart-modal .component-body {
  margin: 20px 0;
}

#dashcart-modal .hr-text,
#shopping-cart-modal .hr-text {
  margin-top: 20px!important;
}

.dashbar-handheld {
  padding: 0 10px;
  color: #fff;
  background-color: #0272b3;
  height: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.dashbar-handheld li {
  flex-grow: 1;
}

.dashbar-handheld .dashbar-icon-left div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.dashbar-handheld .dashbar-icon-left div li {
  flex-grow: 1;
}

.dashbar-handheld .icon-scroll--prev-item {
  font-size: 36px;
}

#checkout-form-container #purchase .dashbar-handheld .section-body,
#traveler-info-container #purchase .dashbar-handheld .section-body,
.dashbar-handheld #checkout-form-container #purchase .section-body,
.dashbar-handheld #traveler-info-container #purchase .section-body,
.dashbar-handheld .status-bars-container div.test-bar,
.dashbar-handheld .text-center,
.status-bars-container .dashbar-handheld div.test-bar {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.dashbar-handheld .dashbar-go-back,
.dashbar-handheld .dashbar-trip-summary {
  padding-left: 8px;
}

.seat-selection-popover {
  overflow: visible;
  max-width: none;
  width: 320px;
}

.seat-selection-popover.bottom {
  margin-top: 0;
}

.seat-selection-popover .popover-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0;
}

.seat-selection-popover .popover-footer .btn {
  flex-grow: 0;
  margin: 7px;
}

.seat-selection-popover .popover-footer .btn {
  flex-grow: 1;
}

.membership-tier {
  text-transform: lowercase;
}

.membership-tier:first-letter {
  text-transform: capitalize;
}

.modal-open .seat-map-flight-header.affix {
  right: 15px;
}

.seat-map-flight-header {
  padding-left: 0;
  padding-right: 0;
}

.seat-map-flight-header .flight-info {
  background: #f1f3f5;
  padding: 5px 8px;
}

.seat-map-flight-header.affix {
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  padding-left: 16px;
  padding-right: 16px;
}

.seat-map-flight-header.affix .content {
  padding-left: 24px;
  padding-right: 24px;
  background: #f1f3f5;
}

.spoke-page .affix {
  padding-left: 8px;
  padding-right: 8px;
}

.seat-selection-status-bar.seat-selection-status-success {
  background-color: #ebfbee;
  border-color: #396f3a;
  color: #396f3a;
}

.seat-selection-status-bar.seat-selection-status-success hr {
  border-top-color: #305e31;
}

.seat-selection-status-bar.seat-selection-status-success .alert-link {
  color: #284d28;
}

.seat-selection-status-bar.seat-selection-status-info {
  background-color: #ecf8ff;
  border-color: #0b7285;
  color: #0b7285;
}

.seat-selection-status-bar.seat-selection-status-info hr {
  border-top-color: #095e6d;
}

.seat-selection-status-bar.seat-selection-status-info .alert-link {
  color: #074a56;
}

.seat-selection-status-bar .status-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
  padding: 10px 0;
}

.seat-selection-status-bar .status-row li {
  flex-grow: 1;
}

.seat-map-legend-trigger {
  height: 2em;
  margin: 4px 8px;
}

.case-base #seat-map-legend {
  padding: 15px 16px;
}

#seat-map-legend .facility,
#seat-map-legend .seat,
.seat-map-flight-container .facility,
.seat-map-flight-container .seat {
  font-size: 12px;
  border-radius: 0;
  height: 44px;
  width: 44px;
}

#seat-map-legend .seat.seat-unavailable,
.seat-map-flight-container .seat.seat-unavailable {
  background: #e5e5e5;
  pointer-events: none;
  position: relative;
  overflow: hidden;
}

#seat-map-legend .seat.seat-unavailable::after,
#seat-map-legend .seat.seat-unavailable::before,
.seat-map-flight-container .seat.seat-unavailable::after,
.seat-map-flight-container .seat.seat-unavailable::before {
  content: '';
  position: absolute;
  height: 1px;
  width: 62px;
  top: 50%;
  left: -8px;
  background: #595959;
}

#seat-map-legend .seat.seat-unavailable::before,
.seat-map-flight-container .seat.seat-unavailable::before {
  transform: rotate(45deg);
}

#seat-map-legend .seat.seat-unavailable::after,
.seat-map-flight-container .seat.seat-unavailable::after {
  transform: rotate(-45deg);
}

#seat-map-legend .seat.selected,
.seat-map-flight-container .seat.selected {
  background-color: #037f03;
  color: #fff;
  border-radius: 50%;
}

#seat-map-legend .facility,
.seat-map-flight-container .facility {
  background-color: #e5e5e5;
  color: #595959;
  font-size: 24px;
  line-height: 38px;
}

#seat-map-legend .facility.empty,
.seat-map-flight-container .facility.empty {
  background: 0 0;
}

#seat-map-legend .facility.bulkhead,
.seat-map-flight-container .facility.bulkhead {
  border-bottom: 2px #e5e5e5 solid;
  background: 0 0;
  height: 0;
}

#seat-map-legend .facility.facility-wchr,
.seat-map-flight-container .facility.facility-wchr {
  font-size: 19px;
}

.seat-total .row {
  margin-bottom: 10px;
}

.seat-map-buttons,
.seat-total {
  padding-top: 10px;
  padding-bottom: 10px;
}

section.seat-map-container {
  background-color: #f1f3f5;
  margin: 0;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
}

section.seat-map-container .module-title {
  padding: 10px 0;
}

section.seat-map-container .seat-map-unavailable {
  padding: 50px 16px;
}

section.seat-map-container .seat-map {
  background: #fff;
  overflow: auto;
  padding-bottom: 24px;
  padding-top: 24px;
}

section.seat-map-container .seating-summary {
  background: #fff;
  margin: 0 auto;
  max-width: 740px;
  border: 1px #e5e5e5 solid;
  padding: 24px;
}

section.seat-map-container .seating-summary header {
  border-bottom: none;
  padding: 8px;
}

section.seat-map-container .seating-summary .seat-air-segments .flight-segment {
  padding: 18px 8px 2.5px;
}

section.seat-map-container .seating-summary .seat-air-segments .seat-selection-summary-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 8px 0;
  border-bottom: 1px solid #f1f3f5;
}

section.seat-map-container .seating-summary .seat-air-segments .seat-selection-summary-row li {
  flex-grow: 1;
}

section.seat-map-container .seating-summary .seat-air-segments .seat-selection-summary-row:last-child {
  border-bottom: none;
}

section.seat-map-container .seating-summary .seat-air-segments .seat-selection-summary-row .icon-collapsible--closed {
  padding-left: 8px;
}

section.seat-map-container .seating-summary .seat-air-segments .seat-selection-summary-container .seat-selection-summary-row:first-of-type {
  border-top: 1px solid #e5e5e5;
}

section.seat-map-container .seating-summary .seat-air-segments .segment-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 8px;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}

section.seat-map-container .seating-summary .seat-air-segments .segment-content li {
  flex-grow: 1;
}

section.seat-map-container .seating-summary .seat-air-segments .segment-content .select-seat {
  color: #0272b3;
}

section.seat-map-container .seating-summary .seat-air-segments .segment-content .select-seat span {
  margin-right: 8px;
}

.seat-map-flight-container .table-seat-map {
  margin: 0 auto;
}

.seat-map-flight-container .table-seat-map td+td,
.seat-map-flight-container .table-seat-map th+th,
.seat-map-flight-container .table-seat-map tr {
  background: 0 0;
}

.seat-map-flight-container .table-seat-map td:first-of-type,
.seat-map-flight-container .table-seat-map td:last-of-type,
.seat-map-flight-container .table-seat-map th:first-of-type,
.seat-map-flight-container .table-seat-map th:last-of-type {
  background: #fff;
}

.seat-map-flight-container .table-seat-map .aircraft-left,
.seat-map-flight-container .table-seat-map .aircraft-right {
  width: 30px;
  min-width: 30px;
  border-right: 3px solid #e5e5e5;
}

.seat-map-flight-container .table-seat-map .aircraft-right {
  border-right: 0;
  border-left: 3px solid #e5e5e5;
}

.seat-map-flight-container .table-seat-map th {
  text-align: center;
  padding-top: 20px;
}

.seat-map-flight-container .table-seat-map th+th {
  border-bottom: 3px solid #e5e5e5;
}

.seat-map-flight-container .table-seat-map th.row-number,
.seat-map-flight-container .table-seat-map th:last-of-type {
  border-bottom: 0;
}

.seat-map-flight-container .table-seat-map td {
  padding: 10px 2px;
}

.seat-map-flight-container .table-seat-map td.bulkhead {
  border-top: 2px #e5e5e5 solid;
}

.seat-map-flight-container .table-seat-map td .aisle {
  min-width: 44px;
  width: 100%;
}

.seat-map-flight-container .table-seat-map td[colspan]:not([colspan="1"]) .facility {
  width: 100%;
}

.seat-map-flight-container .table-seat-map .row-exit .aircraft-left,
.seat-map-flight-container .table-seat-map .row-exit .aircraft-right {
  padding: 0;
  position: relative;
}

.seat-map-flight-container .table-seat-map .row-exit .aircraft-left:after,
.seat-map-flight-container .table-seat-map .row-exit .aircraft-right:after {
  font-family: switchflyShopping;
  color: #c00;
  display: block;
  font-size: 32px;
  line-height: 44px;
  position: absolute;
  content: "\e934";
  right: 2px;
  top: calc(50% - 22px);
}

.seat-map-flight-container .table-seat-map .row-exit .aircraft-right:after {
  content: "\e935";
  left: 2px;
}

.seat-map-flight-container .table-seat-map .row-emergency:not(.cabin-facility-row) td+td:not(.aircraft-left):not(.aircraft-right) {
  background: #ffb3b3;
}

.seat-map-flight-container .table-seat-map .row-wing .aircraft-left,
.seat-map-flight-container .table-seat-map .row-wing .aircraft-right {
  background: #f2f2f2;
}

.seat-map-flight-container .table-seat-map .row-wing.row-wing-first .aircraft-left {
  background-image: linear-gradient(135deg,#fff 0,#fff 30%,#f2f2f2 30%,#f2f2f2 100%);
}

.seat-map-flight-container .table-seat-map .row-wing.row-wing-first .aircraft-right {
  background-image: linear-gradient(45deg,#f2f2f2 0,#f2f2f2 70%,#fff 70%,#fff 100%);
}

.seat-selection-component {
  margin-bottom: 12px;
}

.seat-selection-component header p.h4 {
  color: #e5e5e5;
}

.seat-map-flight-header.affix,
.seat-map-flight-header.affix .content {
  padding: 0;
}

.seat-map-flight-header .flight-info {
  background: #f1f3f5;
  padding: 10px 8px;
}

#seat-map-legend .seat.selected,
.seat-map-flight-container .seat.selected {
  font-size: 12.18px;
}

section.seat-map-container {
  margin-bottom: 12px;
  padding: 0;
}

section.seat-map-container .seat-summary-continue-button {
  padding: 16px 0;
}

section.seat-map-container .seat-air-segments .route-separator {
  text-transform: lowercase;
}

.ancillary-page .seat-map-container {
  padding: 0;
}

.ancillary-page .seat-map-container .seating-summary {
  border: none;
  padding: 24px 0;
}

#seat-map-legend {
  background: #fff;
  padding: 8px;
}

#seat-map-legend .facility,
#seat-map-legend .seat {
  text-align: center;
  display: inline-block;
  margin-right: 16px;
}

#seat-map-legend .facility.row-exit {
  background: #ffb3b3;
}

#seat-map-legend .facility.exit-door {
  background: 0 0;
  position: relative;
}

#seat-map-legend .facility.exit-door:after {
  font-family: switchflyShopping;
  color: #c92a2a;
  display: block;
  font-size: 32px;
  line-height: 44px;
  position: absolute;
  content: "\e935";
  left: calc(50% - 4px);
  top: calc(50% - 21px);
}

#seat-map-legend [class^=col-] {
  line-height: 44px;
  padding: 10px 16px;
}

#seat-map-legend [class^=col-]>* {
  vertical-align: middle;
}

#seat-map-legend {
  background: 0 0;
}

.seat-selection-preview #seat-map-modal h3 {
  margin-top: 24px;
  margin-bottom: 12px;
}

.seat-selection-preview #seat-map-modal .row {
  margin-left: 0;
}

.seat-selection-preview #seat-map-modal .modal-body {
  padding-bottom: 0;
}

.seat-selection-preview #seat-map-modal .loading {
  margin-top: 15%;
  display: block;
  text-align: center;
}

.seat-selection-preview #seat-map-modal .loading:before {
  left: 48%;
}

.seat-selection-preview .map-body {
  padding: 0 15px;
}

.seat-selection-preview .seat-map-container,
.seat-selection-preview .seat-map-unavailable-container {
  overflow-y: auto;
  height: 325px;
  margin-right: -15px;
}

.seat-selection-preview .seat-map-flight-container .seat.btn {
  cursor: auto;
  pointer-events: none;
}

.seat-selection-preview .seat-map-flight-container .seat.btn:hover {
  background-color: #02629a;
}

.seat-selection-preview .map-body .span4>div {
  margin-bottom: 24px;
}

.seat-selection-preview .map-header {
  border-bottom: 1px solid #f2f2f2;
}

.seat-selection-preview .map-body .span8 {
  border-left: 1px solid #f2f2f2;
}

.seat-selection-preview .map-body [class*=span] {
  padding-top: 10px;
}

.seat-selection-preview .map-body header span {
  padding-left: 10px;
}

.seat-selection-preview .seat-map-legend li {
  line-height: 30px;
  margin-bottom: 5px;
}

.seat-selection-preview .seat-map-legend li span {
  margin-right: 10px;
}

.seat-selection-preview .table-seats {
  width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-left: 8px;
  padding-right: 8px;
}

.seat-selection-preview .table-seats:after,
.seat-selection-preview .table-seats:before {
  content: " ";
  display: table;
}

.seat-selection-preview .table-seats:after {
  clear: both;
}

.seat-selection-preview .table-seats td {
  width: 20px;
  text-align: center;
  padding: 2px;
  border: 0;
}

.seat-selection-preview .table-seats .row-exit td:first-of-type,
.seat-selection-preview .table-seats .row-exit td:last-of-type {
  background: 0 0;
}

.seat-selection-preview .table-seats .row-wing td:first-of-type,
.seat-selection-preview .table-seats .row-wing td:last-of-type {
  background: #ccc;
  width: 20px;
}

.seat-selection-preview .table-seats td:first-of-type {
  border-right: 1px solid #f2f2f2;
}

.seat-selection-preview .table-seats td:last-of-type {
  border-left: 1px solid #f2f2f2;
}

.seat-selection-preview .table-seats thead td:first-of-type,
.seat-selection-preview .table-seats thead td:last-of-type {
  border: none;
}

.seat-selection-preview .table-seats .aisle {
  border: 1px solid #f2f2f2;
  border-width: 0 1px;
}

.seat-selection-preview .table-seats thead tr td {
  font-weight: 700;
}

.seat-selection-preview .legend-exit {
  display: inline-block;
  height: 25px;
  width: 20px;
}

.seat-selection-preview .legend-exit,
.seat-selection-preview .table-seats .row-exit td {
  background: pink;
  background-image: -owg-linear-gradient(left top,rgba(255,255,255,.2));
  background-image: -webkit-linear-gradient(left top,rgba(255,255,255,.2));
  background-image: -moz-linear-gradient(left top,rgba(255,255,255,.2));
  background-image: -o-linear-gradient(left top,rgba(255,255,255,.2));
  background-image: linear-gradient(left top,rgba(255,255,255,.2) 0,transparent 25%,rgba(255,255,255,.2) 50%,transparent 75%,rgba(255,255,255,.2) 100%);
  background-size: 25% 17%;
}

.seat-selection-preview .inline-seat-number {
  vertical-align: inherit;
}

.seat-selection-preview .icon-alert__warning,
.seat-selection-preview .icon-spinner {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
}

.seat-selection-preview .icon-alert__warning {
  font-size: 240px;
  margin: 0 auto;
  display: block;
}

.seat-selection-preview .seat-map-unavailable-container .loading {
  display: block;
  margin-top: 130px;
}

.seat-selection-preview .seat-map-unavailable-container h3 {
  margin-top: 24px;
}

.seat-selection-preview .seat-map-unavailable-container .icon-spinner {
  margin-top: 130px;
}

.seat-selection-preview button.air-seat,
.seat-selection-preview span.air-seat {
  display: block;
  width: 20px;
  height: 25px;
}

.seat-selection-preview button.seat-available,
.seat-selection-preview span.seat-available {
  background: transparent url(//cdn.switchfly.com/static/d5c78c5/resources/shopping/images/application/seat_maps/seatmap_avail.png) top left no-repeat;
}

.seat-selection-preview button.seat-available:hover,
.seat-selection-preview span.seat-available:hover {
  cursor: pointer;
}

.seat-selection-preview button.seat-unavailable,
.seat-selection-preview span.seat-unavailable {
  background: transparent url(//cdn.switchfly.com/static/d5c78c5/resources/shopping/images/application/seat_maps/seatmap_unavail.png) top left no-repeat;
}

.seat-selection-preview button.seat-selected,
.seat-selection-preview span.seat-selected {
  background: transparent url(//cdn.switchfly.com/static/d5c78c5/resources/shopping/images/application/seat_maps/seatmap_selected.png) top left no-repeat;
}

.air-seating button.air-seat,
.air-seating span.air-seat {
  display: block;
  width: 20px;
  height: 25px;
}

.air-seating button.seat-available,
.air-seating span.seat-available {
  background: transparent url(//cdn.switchfly.com/static/d5c78c5/resources/shopping/images/application/seat_maps/seatmap_avail.png) top left no-repeat;
}

.air-seating button.seat-available:hover,
.air-seating span.seat-available:hover {
  cursor: pointer;
}

.air-seating button.seat-unavailable,
.air-seating span.seat-unavailable {
  background: transparent url(//cdn.switchfly.com/static/d5c78c5/resources/shopping/images/application/seat_maps/seatmap_unavail.png) top left no-repeat;
}

.air-seating button.seat-selected,
.air-seating span.seat-selected {
  background: transparent url(//cdn.switchfly.com/static/d5c78c5/resources/shopping/images/application/seat_maps/seatmap_selected.png) top left no-repeat;
}

.air-seating .seat-map-legend li {
  line-height: 30px;
  margin-bottom: 5px;
}

.air-seating .seat-map-legend li span {
  margin-right: 10px;
}

.air-seating .legend-exit {
  display: inline-block;
  height: 25px;
  width: 20px;
}

.air-seating .legend-exit,
.air-seating .table-seats .row-exit td {
  background: pink;
  background-image: -owg-linear-gradient(left top,rgba(255,255,255,.2));
  background-image: -webkit-linear-gradient(left top,rgba(255,255,255,.2));
  background-image: -moz-linear-gradient(left top,rgba(255,255,255,.2));
  background-image: -o-linear-gradient(left top,rgba(255,255,255,.2));
  background-image: linear-gradient(left top,rgba(255,255,255,.2) 0,transparent 25%,rgba(255,255,255,.2) 50%,transparent 75%,rgba(255,255,255,.2) 100%);
  background-size: 25% 17%;
}

.air-seating .product .price-total:not(.price-strikethrough) span,
.air-seating .text-strong,
.air-seating .toolbar.toolbar-dynamic .toolbar-label,
.product .price-total:not(.price-strikethrough) .air-seating span,
.toolbar.toolbar-dynamic .air-seating .toolbar-label {
  font-family: MyliusModernRegular,Helvetica,Arial,sans-serif;
}

.air-seating .flight-details-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  background: #ccc;
  color: #595959;
  padding: 6px 16px;
}

.air-seating .flight-details-row li {
  flex-grow: 1;
}

.air-seating .success-selected-row {
  background: #ebfbee;
  color: #037f03;
  padding: 6px 16px;
}

.air-seating .table-seats-container {
  overflow: auto;
}

.air-seating .table-seats {
  background: #fff;
  overflow: auto;
}

.air-seating .table-seats.blur td {
  -webkit-filter: blur(8px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
  opacity: .95;
}

.air-seating .table-seats.blur td.seat-selected.seat-selecting {
  -webkit-filter: blur(0);
  -moz-filter: blur(0);
  -o-filter: blur(0);
  -ms-filter: blur(0);
  filter: blur(0);
  opacity: 1;
}

.air-seating .table-seats td {
  border: 1px solid #fff;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  width: 50px;
}

.air-seating .table-seats td.seat-available {
  background: #0272b3;
  color: #fff;
  line-height: 16px;
  min-width: 50px;
}

.air-seating .table-seats td.seat-available.hover {
  cursor: pointer;
}

.air-seating .table-seats td.seat-unavailable {
  background: #fff;
  min-width: 50px;
  pointer-events: none;
  position: relative;
  text-indent: -9999px;
}

.air-seating .table-seats td.seat-unavailable::after,
.air-seating .table-seats td.seat-unavailable::before {
  content: '';
  position: absolute;
  height: 2px;
  width: 50px;
  top: 50%;
  left: 0;
  background: #0272b3;
}

.air-seating .table-seats td.seat-unavailable::before {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.air-seating .table-seats td.seat-unavailable::after {
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.air-seating .table-seats td.aircraft-left,
.air-seating .table-seats td.aircraft-right {
  padding: 0;
}

.air-seating .table-seats td.fuselage-left,
.air-seating .table-seats td.fuselage-right {
  padding: 0;
  width: 0;
}

.air-seating .table-seats td.seat-selecting {
  background: #e5e5e5;
  color: #595959;
  text-indent: 0;
}

.air-seating .table-seats td.seat-selected {
  background: #037f03;
  color: #fff;
  font-size: 0;
}

.air-seating .table-seats td.seat-selected:before {
  font-family: switchflyShopping;
  content: "\e942";
  font-size: 20px;
  vertical-align: middle;
}

.air-seating .table-seats td.seat-selected span {
  display: none;
}

.air-seating .table-seats tr[class*=row-exit] .aircraft-left:after,
.air-seating .table-seats tr[class*=row-exit] .aircraft-right:after {
  font-family: switchflyShopping;
  color: red;
  display: block;
  font-size: 20px;
  line-height: 40px;
  position: relative;
}

.air-seating .table-seats tr[class*=row-exit] .aircraft-left:after {
  content: "\e934";
  right: 0;
  padding-left: 5px;
}

.air-seating .table-seats tr[class*=row-exit] .aircraft-right:after {
  content: "\e935";
  left: 0;
  padding-right: 5px;
}

.air-seating .table-seats .row-wing .aircraft-left,
.air-seating .table-seats .row-wing .aircraft-right {
  background: #dce;
  border: none;
}

.air-seating .table-seats .row-wing-first .aircraft-left {
  background-image: -owg-linear-gradient(135deg,#fff 0,#fff 30%,#dce 30%,#dce 100%) );
  background-image: -webkit-linear-gradient(135deg,#fff 0,#fff 30%,#dce 30%,#dce 100%) );
  background-image: -moz-linear-gradient(135deg,#fff 0,#fff 30%,#dce 30%,#dce 100%) );
  background-image: -o-linear-gradient(135deg,#fff 0,#fff 30%,#dce 30%,#dce 100%) );
  background-image: linear-gradient(135deg,#fff 0,#fff 30%,#dce 30%,#dce 100%);
}

.air-seating .table-seats .row-wing-first .aircraft-right {
  background-image: -owg-linear-gradient(45deg,#dce 0,#dce 70%,#fff 70%,#fff 100%) );
  background-image: -webkit-linear-gradient(45deg,#dce 0,#dce 70%,#fff 70%,#fff 100%) );
  background-image: -moz-linear-gradient(45deg,#dce 0,#dce 70%,#fff 70%,#fff 100%) );
  background-image: -o-linear-gradient(45deg,#dce 0,#dce 70%,#fff 70%,#fff 100%) );
  background-image: linear-gradient(45deg,#dce 0,#dce 70%,#fff 70%,#fff 100%);
}

.air-seating .table-seats .row-wing-last .aircraft-left {
  background-image: -owg-linear-gradient(135deg,#dce 0,#dce 30%,#fff 30%,#fff 100%) );
  background-image: -webkit-linear-gradient(135deg,#dce 0,#dce 30%,#fff 30%,#fff 100%) );
  background-image: -moz-linear-gradient(135deg,#dce 0,#dce 30%,#fff 30%,#fff 100%) );
  background-image: -o-linear-gradient(135deg,#dce 0,#dce 30%,#fff 30%,#fff 100%) );
  background-image: linear-gradient(135deg,#dce 0,#dce 30%,#fff 30%,#fff 100%);
}

.air-seating .table-seats .row-wing-last .aircraft-right {
  background-image: -owg-linear-gradient(45deg,#fff 0,#fff 70%,#dce 70%,#dce 100%) );
  background-image: -webkit-linear-gradient(45deg,#fff 0,#fff 70%,#dce 70%,#dce 100%) );
  background-image: -moz-linear-gradient(45deg,#fff 0,#fff 70%,#dce 70%,#dce 100%) );
  background-image: -o-linear-gradient(45deg,#fff 0,#fff 70%,#dce 70%,#dce 100%) );
  background-image: linear-gradient(45deg,#fff 0,#fff 70%,#dce 70%,#dce 100%);
}

.air-seating .seat-map-container.blur {
  -webkit-filter: blur(20px);
  -moz-filter: blur(15px);
  -o-filter: blur(15px);
  -ms-filter: blur(15px);
  filter: blur(15px);
  opacity: .95;
}

.air-seating .seat-map-unavailable-container {
  height: 50px;
  text-align: center;
}

.air-seating .seat-map-unavailable-container .loading:before {
  top: 15px;
}

#bags-selection header {
  background-color: #fff;
  border: none;
}

#bags-selection header p {
  color: #e5e5e5;
}

#bags-selection .air-leg-bag-option .air-leg-bag-unavailable {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  box-sizing: content-box;
  color: #c00;
  font-style: italic;
  margin-bottom: 0;
  padding: 10px 8px;
  text-transform: lowercase;
}

#bags-selection .air-leg-bag-option .air-leg-bag-unavailable:first-letter {
  text-transform: capitalize;
}

#bags-selection .air-leg-bag-option .leg-title {
  font-weight: 700;
  margin: 0;
  padding: 10px 8px;
}

#bags-selection .air-leg-bag-option .traveler-list {
  background: #fff;
  border-top: 1px solid #e5e5e5;
  padding-left: 0;
}

#bags-selection .air-leg-bag-option .traveler-list .traveler-item {
  border-bottom: 1px solid #e5e5e5;
  box-sizing: content-box;
  margin-bottom: 0;
}

#bags-selection .air-leg-bag-option .traveler-list .traveler-item .traveler-item-bag {
  align-items: center;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  padding: 12px 8px;
}

#bags-selection .air-leg-bag-option .traveler-list .traveler-item .traveler-item-bag .traveler-name {
  padding-right: 8px;
}

#bags-selection .air-leg-bag-option .traveler-list .traveler-item .traveler-item-bag .traveler-name.highlight {
  font-weight: 700;
}

#bags-selection .air-leg-bag-option .traveler-list .traveler-item .traveler-item-bag .membership-tier {
  font-style: italic;
  text-transform: lowercase;
}

#bags-selection .air-leg-bag-option .traveler-list .traveler-item .traveler-item-bag .membership-tier:first-letter {
  text-transform: capitalize;
}

#bags-selection .air-leg-bag-option .traveler-list .traveler-item .bag-details,
#bags-selection .air-leg-bag-option .traveler-list .traveler-item .bag-options {
  overflow: hidden;
}

#bags-selection .air-leg-bag-option .traveler-list .traveler-item .bag-options div:last-child .bag-item {
  border: none;
}

#bags-selection .air-leg-bag-option .traveler-list .traveler-item .bag-options .bag-item {
  border-bottom: 1px solid #f1f3f5;
}

#bags-selection .air-leg-bag-option .traveler-list .traveler-item .bag-options .bag-item.selected {
  background-color: rgba(2,114,179,.15);
}

#bags-selection .air-leg-bag-option .traveler-list .traveler-item .bag-options .bag-item .bag-details {
  align-items: center;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}

#bags-selection .air-leg-bag-option .traveler-list .traveler-item .bag-options .bag-item .bag-details .ancillary-price-from-label,
#bags-selection .air-leg-bag-option .traveler-list .traveler-item .bag-options .bag-item .bag-details .price-strikethrough {
  line-height: 1.2;
}

#bags-selection .air-leg-bag-option .traveler-list .traveler-item .bag-options .bag-item .bag-details .bag-number-stepper {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#bags-selection .air-leg-bag-option .traveler-list .traveler-item .bag-options .bag-item .bag-details .icon {
  color: #0272b3;
}

#bags-selection .air-leg-bag-option .traveler-list .traveler-item .bag-options .bag-item .bag-details .no-bag-description i {
  display: none;
}

#bags-selection .air-leg-bag-option .traveler-list .traveler-item .bag-options .bag-item .bag-details .no-bag-description span {
  color: #595959;
}

#bags-selection .air-leg-bag-option .traveler-list .traveler-item .bag-options .bag-item .bag-details span {
  display: block;
}

#bags-selection .air-leg-bag-option .traveler-list .traveler-item .bag-options .bag-item .bag-details>:first-child {
  padding-left: 0;
}

#bags-selection .air-leg-bag-option .traveler-list .traveler-item .bag-options .bag-item .bag-details>:last-child {
  padding-right: 0;
}

#bags-selection .air-leg-bag-option .traveler-list .traveler-item .bag-options .bag-item .bag-details .bag-name {
  color: #0272b3;
}

#bags-selection .air-leg-bag-option .traveler-list .traveler-item .bag-options .bag-item .bag-details .bag-name span {
  display: table;
}

#bags-selection .air-leg-bag-option .traveler-list .traveler-item .bag-options .bag-item .bag-details .bag-name i {
  padding: 0 5px;
}

#bags-selection .air-leg-bag-option .traveler-list .traveler-item .bag-options .bag-item .bags-included {
  padding-left: 20px;
}

#bags-selection .air-leg-bag-option .traveler-list .traveler-item .bag-options .bag-item .bag-dimensions .content {
  color: #ccc;
  margin: 0 15px 10px 20px;
}

#bags-selection .air-leg-bag-option .traveler-list .traveler-item .bag-options .bag-item .bag-dimensions .content p {
  margin: 0;
}

#bags-selection .product-footer {
  padding-top: 10px;
}

#bags-selection .product-footer .row {
  margin: 0;
}

#bags-selection .product-footer .apply-to-all {
  color: #0272b3;
  margin-bottom: 30px;
  padding: 0 8px;
}

#bags-selection .product-footer .clear-all {
  padding: 0 8px;
}

.ancillary-page .page-header {
  margin-top: 0;
}

.ancillary-page .page-header .hub-page-title {
  text-align: center;
}

.ancillary-page .page-header .hub-page-title h1 {
  color: #212529;
  font-size: 20px;
  margin-top: 0;
}

.ancillary-page .page-header .hub-page-title h2 {
  color: #595959;
  font-size: 14px;
  margin-top: 0;
}

.ancillary-page {
  padding-top: 12px;
  padding-bottom: 12px;
  background: #f2f2f2;
}

.ancillary-page .btn-continue-hub {
  display: block;
  position: fixed;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  bottom: 0;
  border-radius: 0;
  height: 50px;
  font-size: 15px;
  z-index: 999;
}

.ancillary-page .ancillary-module {
  margin-bottom: 12px;
}

.main-contents-container #hotel-preview-results header .btn-link {
  display: block;
}

.main-contents-container #hotel-preview-results .card-deck {
  align-items: stretch;
  flex-flow: column;
}

.main-contents-container #hotel-preview-results .card-block {
  flex-flow: column;
  flex-direction: column;
  padding: 10px;
}

.main-contents-container #hotel-preview-results .hotel-preview-selected {
  border: 1px solid #037f03;
}

.main-contents-container #hotel-preview-results .hotel-preview-selected .container {
  padding: 20px;
}

.main-contents-container #hotel-preview-results .hotel-preview-selected h3 {
  margin-top: 0;
}

.main-contents-container #hotel-preview-results .hotel-preview-selected h4 {
  display: inline;
}

.main-contents-container #hotel-preview-results .hotel-preview-selected .selected-label {
  padding-bottom: 15px;
}

.main-contents-container #hotel-preview-results .hotel-preview-selected .selected-hotel-info {
  background: 0 0;
  margin-top: 20px;
}

.main-contents-container #hotel-preview-results .hotel-preview-selected .selected-hotel-info td:nth-child(odd) {
  min-width: 80px;
}

.main-contents-container #hotel-preview-results .hotel-preview-selected .selected-hotel-info .room-title {
  vertical-align: text-top;
}

.main-contents-container #hotel-preview-results .hotel-preview-selected img {
  display: none;
}

.itinerary-container .hidden-cart-summary {
  display: none!important;
}

.itinerary-container .dashcart-footer,
.itinerary-container .dashcart-header {
  padding: 10px 8px;
}

#checkout-form-container .components-body {
  margin: 10px 0;
}

.twitter-typeahead {
  width: 100%;
}

.twitter-typeahead .tt-dropdown-menu {
  width: 100%;
  box-shadow: 0 10px 10px rgba(0,0,0,.3);
  background: #fff;
  border: 1px solid #d9d9d9;
  color: #595959;
  margin-top: -15px;
}

.twitter-typeahead .tt-suggestion .row {
  padding: 4px 8px;
}

.twitter-typeahead .tt-highlight {
  color: #0272b3;
}

.twitter-typeahead li.tt-cursor {
  color: #595959;
  background: #0293db;
}

.twitter-typeahead .tt-empty {
  background: #ffc;
  padding: 4px 0;
}

.twitter-typeahead .rating {
  line-height: 1;
}

.twitter-typeahead .rating span.star {
  margin-right: -3%;
}

.twitter-typeahead .rating span.star:before {
  color: #d9d9d9;
}

.basic-typeahead .twitter-typeahead {
  width: 100%;
}

.basic-typeahead .tt-dropdown-menu {
  box-shadow: 0 10px 10px rgba(0,0,0,.3);
  background: #fff;
  border: 1px solid #d9d9d9;
  color: #595959;
  max-height: 200px;
  width: 100%;
  overflow-y: scroll;
}

.basic-typeahead .tt-popular-destinations-header,
.basic-typeahead .tt-suggestion {
  padding: 4px 8px;
}

.basic-typeahead .tt-highlight {
  color: #0272b3;
}

.wide-results .tt-dropdown-menu {
  width: 150%;
}

.hidden-map-marker {
  display: none;
  background: #0272b3;
}

.hidden-map-marker-cluster {
  display: none;
  color: #fff;
  background: #0272b3;
  border: 1px solid #fff;
}

.MicrosoftMap {
  overflow: hidden;
}

.MicrosoftMap .OverlaysBR-logoAware {
  display: none;
}

.MicrosoftMap a {
  color: #0272b3!important;
}

.MicrosoftMap .map-marker {
  display: inline-block;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #0272b3;
  -webkit-box-shadow: 0 0 0 2px #01324e;
  box-shadow: 0 0 0 2px #01324e;
  cursor: pointer;
  pointer-events: all;
}

.MicrosoftMap .map-marker-cluster {
  text-align: center;
  border-radius: 50%;
  width: 2em;
  height: 2em;
  line-height: 1.9;
  letter-spacing: -.5px;
  color: #fff;
  background: #0272b3;
  -webkit-box-shadow: 0 0 0 3px #01324e;
  box-shadow: 0 0 0 3px #01324e;
  border: 1px solid #fff;
  cursor: pointer;
  pointer-events: all;
  position: relative;
  z-index: 1;
}

.MicrosoftMap .map-marker-active {
  color: #595959;
  background: #0293db;
  border: 1px solid #014f76;
  -webkit-box-shadow: 0 0 0 3px #01324e;
  box-shadow: 0 0 0 3px #01324e;
  z-index: 2;
  position: relative;
}

.MicrosoftMap .product-mini {
  background: #fff;
  border: 1px solid #d9d9d9;
  color: #595959;
  padding: 10px 2px;
  width: 90vw;
  max-width: 350px;
  position: relative;
  z-index: 100;
  bottom: 20px;
  box-shadow: 0 0 15px rgba(0,0,0,.5);
  cursor: pointer;
}

.MicrosoftMap .product-mini:hover a {
  text-decoration: underline;
  color: #015281;
}

.MicrosoftMap .product-mini:after {
  left: 150px!important;
}

.MicrosoftMap .product-mini .rating span.star:before {
  color: #d9d9d9;
}

.MicrosoftMap .product-mini .price-container {
  border-left: 0;
  padding-top: 5px;
}

.MicrosoftMap .product-mini .price-container>ul {
  margin-bottom: 0;
}

.MicrosoftMap .product-mini .popover-footer {
  border-top: 1px solid #f2f2f2;
  padding: 8px;
}

.MicrosoftMap .product-mini-cluster {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  box-shadow: 0 0 15px rgba(0,0,0,.5);
  border: 0;
  padding: 0;
}

.MicrosoftMap .product-mini-cluster .product-mini {
  margin: 0 0 -1px 0;
  box-shadow: none;
  padding: 5px 0;
  bottom: 0;
}

.MicrosoftMap .product-mini-cluster .product-mini .price-info .price-total:after {
  content: "";
  display: block;
}

.MicrosoftMap .product-mini-cluster .product-mini .price-info .price-total {
  padding-left: 5px;
}

.MicrosoftMap .product-mini-cluster .product-mini>a {
  max-height: 90px;
  overflow: hidden;
}

.MicrosoftMap .product-mini-cluster .product-mini>a,
.MicrosoftMap .product-mini-cluster .product-mini>div {
  padding: 0 5px;
}

.MicrosoftMap .product-mini-cluster .media-heading {
  font-size: 16px;
  line-height: 1;
}

.filter-bing-map-container {
  height: 580px;
  margin-bottom: 20px;
}

.filter-bing-map {
  height: 100%;
  position: relative;
}

.filter-bing-map .map-container {
  position: relative;
  height: 100%;
}

.filter-bing-map .map-warning {
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  margin: 0 auto;
}

.filter-bing-map .basic-typeahead-container {
  width: 100%;
  padding: 8px 0 17px 0;
  border: 1px solid #f2f2f2;
  background: #f1f3f5;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 1px 2px 1px rgba(0,0,0,.1);
  box-shadow: 0 1px 2px 1px rgba(0,0,0,.1);
}

.filter-bing-map .basic-typeahead-container .tt-dropdown-menu {
  width: 100%;
  overflow-y: auto!important;
  z-index: 1100!important;
}

.filter-bing-map #map-search {
  z-index: 1100;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #f1f3f5;
  padding-top: 10px;
  -webkit-box-shadow: 0 1px 2px 1px rgba(0,0,0,.1);
  box-shadow: 0 1px 2px 1px rgba(0,0,0,.1);
}

#info-card-modal .modal-body {
  max-height: 60vh;
  overflow-y: auto;
}

#info-card-modal .product .price-container {
  border-left: 0;
}

#info-card-modal .list-group-item {
  display: block;
  margin-top: 6px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.14),0 1px 2px 0 rgba(0,0,0,.08);
  box-shadow: 0 2px 6px 0 rgba(0,0,0,.14),0 1px 2px 0 rgba(0,0,0,.08);
}

#info-card-modal .list-inline>li:first-of-type {
  padding-left: 0;
}

#CentinelGeneratedMask {
  z-index: 1000;
  top: 0;
  position: absolute;
  background-color: rgba(204,204,204,.7)!important;
}

#CentinelGeneratedDialog {
  position: absolute;
  z-index: 1001;
  bottom: 0;
  background: #fff;
  width: 400px;
  height: 400px;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0,0,0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.no-js .owl-carousel {
  display: block;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(../britishairways/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3,1.3);
  transform: scale(1.3,1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

#hotel-slideshow,
.owl-stage-outer {
  margin-top: -10px;
  max-height: 400px;
  overflow: hidden;
}

#room-images-modal .carousel-current-image-label {
  color: #fff;
  font-size: 16px;
}

#room-images-modal #hotel-slideshow {
  overflow: inherit;
  max-height: 100%;
}

#hotel-slideshow img {
  height: 400px;
  width: auto;
}

#hotel-slideshow .owl-nav>div {
  position: absolute;
  height: 400px;
  width: 9%;
  background: 0 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
}

#hotel-slideshow .owl-nav>div>i {
  position: relative;
  top: 45%;
  color: #999;
  padding: 5px 10px;
  margin: 0 5px;
  border-radius: 4px;
  font-size: 4em;
}

#hotel-slideshow .owl-nav>div:hover>i {
  box-shadow: inset 0 0 100px #777;
  color: #fff;
}

#hotel-slideshow .owl-nav .owl-prev {
  left: 0;
  top: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#hotel-slideshow .owl-nav .owl-next {
  right: 0;
  top: 0;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#hotel-slideshow .owl-nav .btn {
  margin: 0 .5em;
  padding: .5em 0;
}

.owl-carousel .owl-item {
  opacity: .2;
}

.owl-carousel .owl-item.center {
  opacity: 1;
}

.loading {
  position: relative;
  min-height: 100px;
}

.loading:before {
  font-family: switchflyShopping;
  content: "\e91e";
  position: absolute;
  left: 45%;
  top: 20%;
  font-size: 1.5em;
  color: #ccc;
}

.owl-dots button {
  border: none;
  background: 0 0;
}

.owl-custom-dark-theme .owl-stage-outer {
  border: 1px solid rgba(151,151,151,.9);
  background: #3c3c3c;
}

.owl-custom-dark-theme .owl-next,
.owl-custom-dark-theme .owl-prev {
  background: 0 0!important;
}

.owl-custom-dark-theme .owl-item:not(.center) {
  opacity: 1;
}

.owl-custom-dark-theme .owl-item:not(.center):before {
  content: '';
  position: absolute;
  background-color: rgba(27,27,27,.75);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.owl-custom-dark-theme .owl-dots {
  display: none;
}

.owl-custom-dark-theme .modal-body {
  margin-bottom: -50px;
}

.owl-carousel-no-preview .owl-item:not(.center):before {
  background-color: #1b1b1b!important;
}

@keyframes loader-spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }

  20% {
    height: 0;
    width: 2em;
    opacity: 1;
  }

  40% {
    height: 4em;
    width: 2em;
    opacity: 1;
  }

  100% {
    height: 4em;
    width: 2em;
    opacity: 1;
  }
}

.circle-loader {
  margin: 0 auto;
  border: 2px solid rgba(0,0,0,.2);
  border-left-color: #0272b3;
  -webkit-animation: loader-spin 1s infinite linear;
  -moz-animation: loader-spin 1s infinite linear;
  -ms-animation: loader-spin 1s infinite linear;
  -o-animation: loader-spin 1s infinite linear;
  animation: loader-spin 1s infinite linear;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.circle-loader.load-complete {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  -o-animation: none;
  animation: none;
  border-color: #037f03;
  -webkit-transition: border .5s ease-out;
  transition: border .5s ease-out;
}

.circle-loader.load-complete .checkmark {
  display: block;
}

.circle-loader .checkmark {
  display: none;
}

.circle-loader .checkmark.draw:after {
  -webkit-animation-duration: .8s;
  -moz-animation-duration: .8s;
  -ms-animation-duration: .8s;
  -o-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-name: checkmark;
  -moz-animation-name: checkmark;
  -ms-animation-name: checkmark;
  -o-animation-name: checkmark;
  animation-name: checkmark;
  -moz-transform: scaleX(-1) rotate(135deg);
  -o-transform: scaleX(-1) rotate(135deg);
  -ms-transform: scaleX(-1) rotate(135deg);
  -webkit-transform: scaleX(-1) rotate(135deg);
  transform: scaleX(-1) rotate(135deg);
}

.circle-loader .checkmark:after {
  opacity: 1;
  height: 4em;
  width: 2em;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  -ms-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  border-right: 2px solid #037f03;
  border-top: 2px solid #037f03;
  content: '';
  left: 2em;
  top: 4em;
  position: absolute;
}

.circle-loader,
.circle-loader:after {
  border-radius: 50%;
  width: 8em;
  height: 8em;
}

.confirmation-page-container section {
  margin-bottom: 80px;
}

.confirmation-page-container section p {
  margin-bottom: 4px;
}

.confirmation-page-container section .section-body {
  background: #f1f3f5;
  padding: 32px;
}

.confirmation-page-container section .section-body header {
  border-bottom: 2px solid #f2f2f2;
  padding-bottom: 4px;
  margin-bottom: 16px;
}

.confirmation-page-container section .section-body .section-subheader {
  border-bottom: 2px solid #f2f2f2;
  margin-bottom: 16px;
  padding-bottom: 8px;
  text-transform: none;
}

.confirmation-page-container section .section-body .section-subheader i {
  display: inline-block;
  width: 20px;
}

.confirmation-page-container section .section-body .section-subbody {
  margin-bottom: 24px;
}

.confirmation-page-container section .section-body .section-subbody:last-child {
  margin-bottom: 0;
}

.confirmation-page-container section .section-body hr {
  border-top: 1px solid #f2f2f2;
  margin: 16px 0 16px 24px;
}

.confirmation-page-container section .section-body .traveler-name {
  padding-left: 24px;
}

.confirmation-page-container .section-booking-confirmation {
  font-size: 16px;
  margin: 240px 0;
}

.confirmation-page-container .section-booking-confirmation .margin-vertical {
  margin: 20px 0;
}

.confirmation-page-container .section-booking-confirmation .h1,
.confirmation-page-container .section-booking-confirmation .h3 {
  color: #212529;
}

.confirmation-page-container .section-booking-confirmation .confirmation-number {
  color: #037f03;
  margin-top: 0;
}

.confirmation-page-container .section-booking-confirmation .view-updated-itinerary-button {
  padding-top: 20px;
}

.confirmation-page-container .section-trip-summary .section-body-bottom {
  border-top: 2px solid #f2f2f2;
  margin-top: 16px;
  padding-top: 16px;
}

.confirmation-page-container .section-trip-summary .list-inline>li:first-child {
  padding-left: 0;
}

.confirmation-page-container .section-itinerary .air-leg-component {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 32px;
  padding-bottom: 32px;
}

.confirmation-page-container .section-itinerary .air-leg-component:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.confirmation-page-container .section-itinerary .layover .hr-text {
  border-top: 1px solid #f2f2f2;
}

.confirmation-page-container .section-itinerary .layover .hr-text span {
  background: #f1f3f5;
}

.confirmation-page-container .section-purchase-summary .card-left {
  border-right: 2px solid #f2f2f2;
  padding-right: 32px;
}

.confirmation-page-container .section-purchase-summary .card-right {
  padding-left: 32px;
}

.confirmation-page-container .section-purchase-summary .section-subbody {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 16px;
  padding-bottom: 12px;
}

.confirmation-page-container .section-purchase-summary .section-subbody:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.confirmation-page-container .text-success {
  color: #037f03;
}

li[class*=social-media]>a {
  font-family: switchflyShopping;
  font-size: 2em;
}

li[class*=social-media]>a:active,
li[class*=social-media]>a:focus,
li[class*=social-media]>a:hover {
  text-decoration: none;
}

.social-media-link-facebook>a:before {
  content: "";
}

.social-media-link-instagram>a:before {
  content: "";
}

.social-media-link-linkedin>a:before {
  content: "";
}

.social-media-link-github>a:before {
  content: "";
}

.social-media-link-youtube>a:before {
  content: "";
}

.social-media-link-googleplus>a:before {
  content: "";
}

.social-media-link-twitter>a:before {
  content: "";
}

.social-media-link-tumblr>a:before {
  content: "";
}

.social-media-link-flickr>a:before {
  content: "";
}

.social-media-link-xing>a:before {
  content: "";
}

.trip-summary {
  color: #595959;
  background-color: #fff;
  font-weight: 400;
  padding-left: 15px;
  padding-top: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
}

.trip-summary p {
  margin: 0;
}

.trip-summary .summary-title {
  font-size: 14px;
  color: #212529;
  padding-bottom: 5px;
}

.trip-summary .icon {
  padding-left: 14px;
  width: 1.3em;
  height: 1.3em;
  display: inline-block;
  vertical-align: 120%;
}

.trip-summary .icon .icon-product__flight {
  color: #fff;
  font-size: 13px;
  bottom: 4px;
}

.trip-summary .information {
  display: inline-block;
}

.trip-summary .information .arrival-date,
.trip-summary .information .arrival-location,
.trip-summary .information .departure-date,
.trip-summary .information .departure-location {
  font-size: 14px;
  color: #ccc;
}

.trip-summary .information .to-translation {
  text-transform: lowercase;
  font-size: 14px;
  color: #ccc;
}

.toolbar,
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 24px;
  background-color: #f1f3f5;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 2px 1px rgba(0,0,0,.1);
  box-shadow: 0 1px 2px 1px rgba(0,0,0,.1);
}

.well-active.toolbar,
.well.well-active {
  background: #ecf8ff;
  color: #595959;
}

.well-lg {
  padding: 24px;
}

.toolbar,
.well-sm {
  padding: 9px;
}

.case-handheld .toolbar,
.case-handheld .well {
  margin: 6px 0;
}

.case-handheld .well-lg {
  margin: 10px 0;
}

.case-handheld .toolbar,
.case-handheld .well-sm {
  margin: 5px 0;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 24px 0;
  border-radius: 4px;
}

.pagination>li {
  display: inline;
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 6px;
  line-height: 1.5;
  text-decoration: none;
  background-color: #fff;
  color: #0272b3;
  border: 1px solid #f2f2f2;
  margin-left: -1px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  background-color: #f2f2f2;
  color: #595959;
  border-color: #f2f2f2;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  z-index: 2;
  color: #fff;
  background-color: #0272b3;
  border-color: #0272b3;
  cursor: default;
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
  color: #495057;
  background-color: #fff;
  border-color: #f2f2f2;
  cursor: not-allowed;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
  padding: 10px 16px;
  font-size: 20px;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
  padding: 5px 8px;
  font-size: 14px;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/*!
 * Slider for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */

.points-allocation-component {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.allocation-container .slider {
  display: block;
  vertical-align: middle;
  position: relative;
}

.allocation-container .slider input {
  display: none;
}

.allocation-container .slider .tooltip-inner {
  white-space: nowrap;
}

.allocation-container .slider.slider-horizontal {
  width: 93%!important;
  height: 30px;
  margin: 12px 0 10px;
}

.allocation-container .slider.slider-horizontal .slider-track {
  height: 11px;
  width: 100%;
  top: 0;
  left: 0;
  border: 1px solid #01324e;
}

.allocation-container .slider.slider-horizontal .slider-selection {
  height: 100%;
  top: 0;
  bottom: 0;
}

.allocation-container .slider-track {
  position: absolute;
  cursor: pointer;
  background: #f2f2f2;
  -webkit-box-shadow: inset 0 2px 9px -2px rgba(0,0,0,.5);
  box-shadow: inset 0 2px 9px -2px rgba(0,0,0,.5);
  border-radius: 0;
}

.allocation-container .slider-selection {
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #0272b3;
  -webkit-box-shadow: inset 0 2px 9px -2px rgba(0,0,0,.5);
  box-shadow: inset 0 2px 9px -2px rgba(0,0,0,.5);
  border-radius: 0;
}

.allocation-container .slider-handle {
  position: absolute;
  top: -15px;
  background: #0272b3;
  width: 30px;
  height: 30px;
  border: 8px solid #004684;
  border-radius: 50%;
}

.allocation-container .table {
  margin-bottom: 0;
}

.allocation-container .table>tbody>tr>td {
  line-height: 34px;
}

.allocation-container .table td input {
  line-height: 34px;
  float: none;
  height: initial;
  width: 120px;
  display: inline-block;
  padding: 0;
  padding-left: 12px;
}

.allocation-container .table .plus {
  width: 30px;
  text-align: center;
}

.allocation-container .table td:nth-of-type(2) {
  text-align: right;
}

.allocation-container td {
  vertical-align: middle;
}

.allocation-container td:first-of-type {
  padding-left: 0;
}

.allocation-container td:last-of-type {
  width: 81px;
  text-align: right;
}

.allocation-container input[type=text] {
  padding: 0;
  margin-bottom: 0;
}

.allocation-container .points-label {
  color: #666;
}

.points-allocation-radio .allocation-container .link-breakdown {
  display: inline-block;
}

.points-allocation-radio .allocation-container .popover {
  max-width: none;
}

/*! =======================================================
                      VERSION  9.2.0
========================================================= */

/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================= */

.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.slider.slider-horizontal {
  width: 210px;
  height: 20px;
}

.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}

.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-high,
.slider.slider-horizontal .slider-track-low {
  height: 100%;
  top: 0;
  bottom: 0;
}

.slider.slider-horizontal .slider-handle,
.slider.slider-horizontal .slider-tick {
  margin-left: -10px;
}

.slider.slider-horizontal .slider-handle.triangle,
.slider.slider-horizontal .slider-tick.triangle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}

.slider.slider-horizontal .slider-tick-container {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  padding-top: 4px;
  display: inline-block;
  text-align: center;
}

.slider.slider-vertical {
  height: 210px;
  width: 20px;
}

.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  left: 25%;
  top: 0;
}

.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}

.slider.slider-vertical .slider-track-high,
.slider.slider-vertical .slider-track-low {
  width: 100%;
  left: 0;
  right: 0;
}

.slider.slider-vertical .slider-handle,
.slider.slider-vertical .slider-tick {
  margin-top: -10px;
}

.slider.slider-vertical .slider-handle.triangle,
.slider.slider-vertical .slider-tick.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  margin-left: 0;
}

.slider.slider-vertical .slider-tick-label-container {
  white-space: nowrap;
}

.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
  padding-left: 4px;
}

.slider.slider-disabled .slider-handle {
  background-image: -webkit-linear-gradient(top,#dfdfdf 0,#bebebe 100%);
  background-image: -o-linear-gradient(top,#dfdfdf 0,#bebebe 100%);
  background-image: linear-gradient(to bottom,#dfdfdf 0,#bebebe 100%);
  background-repeat: repeat-x;
}

.slider.slider-disabled .slider-track {
  background-image: -webkit-linear-gradient(top,#e5e5e5 0,#e9e9e9 100%);
  background-image: -o-linear-gradient(top,#e5e5e5 0,#e9e9e9 100%);
  background-image: linear-gradient(to bottom,#e5e5e5 0,#e9e9e9 100%);
  background-repeat: repeat-x;
  cursor: not-allowed;
}

.slider input {
  display: none;
}

.slider .tooltip.top {
  margin-top: -36px;
}

.slider .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}

.slider .hide {
  display: none;
}

.slider-track {
  position: absolute;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top,#f5f5f5 0,#f9f9f9 100%);
  background-image: -o-linear-gradient(top,#f5f5f5 0,#f9f9f9 100%);
  background-image: linear-gradient(to bottom,#f5f5f5 0,#f9f9f9 100%);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  border-radius: 4px;
}

.slider-selection {
  position: absolute;
  background-image: -webkit-linear-gradient(top,#f9f9f9 0,#f5f5f5 100%);
  background-image: -o-linear-gradient(top,#f9f9f9 0,#f5f5f5 100%);
  background-image: linear-gradient(to bottom,#f9f9f9 0,#f5f5f5 100%);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}

.slider-selection.tick-slider-selection {
  background-image: -webkit-linear-gradient(top,#89cdef 0,#81bfde 100%);
  background-image: -o-linear-gradient(top,#89cdef 0,#81bfde 100%);
  background-image: linear-gradient(to bottom,#89cdef 0,#81bfde 100%);
  background-repeat: repeat-x;
}

.slider-track-high,
.slider-track-low {
  position: absolute;
  background: 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}

.slider-handle {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #337ab7;
  background-image: -webkit-linear-gradient(top,#149bdf 0,#0480be 100%);
  background-image: -o-linear-gradient(top,#149bdf 0,#0480be 100%);
  background-image: linear-gradient(to bottom,#149bdf 0,#0480be 100%);
  background-repeat: repeat-x;
  filter: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
  border: 0 solid transparent;
}

.slider-handle.round {
  border-radius: 50%;
}

.slider-handle.triangle {
  background: transparent none;
}

.slider-handle.custom {
  background: transparent none;
}

.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}

.slider-tick {
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: -webkit-linear-gradient(top,#f9f9f9 0,#f5f5f5 100%);
  background-image: -o-linear-gradient(top,#f9f9f9 0,#f5f5f5 100%);
  background-image: linear-gradient(to bottom,#f9f9f9 0,#f5f5f5 100%);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  filter: none;
  opacity: .8;
  border: 0 solid transparent;
}

.slider-tick.round {
  border-radius: 50%;
}

.slider-tick.triangle {
  background: transparent none;
}

.slider-tick.custom {
  background: transparent none;
}

.slider-tick.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}

.slider-tick.in-selection {
  background-image: -webkit-linear-gradient(top,#89cdef 0,#81bfde 100%);
  background-image: -o-linear-gradient(top,#89cdef 0,#81bfde 100%);
  background-image: linear-gradient(to bottom,#89cdef 0,#81bfde 100%);
  background-repeat: repeat-x;
  opacity: 1;
}

.filter-container {
  margin-bottom: 30px;
}

.filter-container:last-of-type {
  margin-bottom: 0;
}

.filter-container h3 {
  font-size: 16px;
  font-weight: 700;
}

.filter-container h3>div {
  margin: 5px 0;
  font-weight: 400;
}

.filter-subheader {
  display: inline-block;
  margin-left: 11px;
  margin-bottom: 10px;
}

.checklist-filter>ul {
  padding-left: 4%;
  border-left: 1px solid #f2f2f2;
}

.checklist-filter li>a:before {
  content: "";
  display: inline-block;
  padding-left: 17px;
}

.slider-filter .price {
  font-weight: 700;
}

.slider-filter .slider-horizontal {
  width: 90%;
  left: 10px;
}

.slider-filter.slider-horizontal {
  width: 95%;
}

div.datepicker-calendar {
  margin: 0 10px 10px 0;
  padding: 5px;
  position: absolute;
  border: 1px solid #e5e5e5;
  z-index: 50;
}

.case-base div.datepicker-calendar {
  width: 261px;
}

div.datepicker-calendar div.datepicker-month-wrap {
  margin: 0;
  padding-top: 1px;
  text-align: center;
  height: 30px;
}

div.datepicker-calendar div.datepicker-month-fast-next.disabled,
div.datepicker-calendar div.datepicker-month-fast-prev.disabled,
div.datepicker-calendar div.datepicker-month-next.disabled,
div.datepicker-calendar div.datepicker-month-prev.disabled {
  border: none;
  cursor: default;
}

div.datepicker-calendar div.datepicker-month-fast-next,
div.datepicker-calendar div.datepicker-month-fast-prev,
div.datepicker-calendar div.datepicker-month-next,
div.datepicker-calendar div.datepicker-month-prev {
  cursor: pointer;
}

div.datepicker-calendar div.datepicker-month {
  margin: 3px 56px 2px 56px;
  height: 24px;
  text-align: center;
  font-weight: 700;
  font-size: 1.2em;
  cursor: pointer;
  padding-top: 1px;
  color: #595959;
}

div.datepicker-calendar table.datepicker-grid {
  width: 100%;
  font-size: 1.2em;
  text-align: center;
  margin-bottom: 6px;
}

div.datepicker-calendar table.datepicker-grid:focus {
  outline: 0;
}

div.datepicker-calendar table.datepicker-grid.rtl {
  direction: rtl;
}

div.datepicker-calendar table.datepicker-grid td,
div.datepicker-calendar table.datepicker-grid th {
  text-align: center;
  padding: 0;
}

div.datepicker-calendar table.datepicker-grid th abbr {
  border: none;
  text-decoration: none;
}

div.datepicker-calendar table.datepicker-grid td.unselectable {
  cursor: default;
}

div.datepicker-calendar table.datepicker-grid td.day,
div.datepicker-calendar table.datepicker-grid th {
  height: 30px;
}

div.datepicker-calendar table.datepicker-grid td.month {
  height: 60px;
}

div.datepicker-calendar table.datepicker-grid td.year {
  height: 45px;
}

div.datepicker-calendar .offscreen {
  position: absolute;
  left: -200em;
  top: -100em;
}

div.datepicker-calendar.default {
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(0,0,0,.14),0 1px 2px 0 rgba(0,0,0,.08);
}

div.datepicker-calendar.default tr.datepicker-weekdays {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

div.datepicker-calendar.default table.datepicker-grid th {
  background-color: #fff;
  color: #595959;
}

div.datepicker-calendar.default table.datepicker-grid td {
  border: 1px solid #e5e5e5;
  color: #595959;
}

.case-handheld div.datepicker-calendar.default table.datepicker-grid td {
  padding: 7px;
}

div.datepicker-calendar.default table.datepicker-grid td.unselectable {
  background: #f2f2f2;
  color: #ccc;
}

div.datepicker-calendar.default table.datepicker-grid td.empty {
  background: #f2f2f2;
  color: #ccc;
}

div.datepicker-calendar.default table.datepicker-grid td.curDay,
div.datepicker-calendar.default table.datepicker-grid td.curMonth,
div.datepicker-calendar.default table.datepicker-grid td.curYear {
  background-color: #037f03;
  color: #fff;
}

div.datepicker-calendar.default table.datepicker-grid td.selectable:hover {
  background-color: #0272b3;
  color: #fff;
}

div.datepicker-calendar.default table.datepicker-grid td.selectable.focus {
  background-color: #0272b3;
  color: #fff;
}

div.datepicker-calendar.default table.datepicker-grid td.empty {
  visibility: hidden;
}

.intl-tel-input {
  position: relative;
  display: inline-block;
}

.intl-tel-input * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.intl-tel-input .hide {
  display: none;
}

.intl-tel-input .v-hide {
  visibility: hidden;
}

.intl-tel-input input,
.intl-tel-input input[type=tel],
.intl-tel-input input[type=text] {
  position: relative;
  z-index: 0;
  margin-top: 0!important;
  padding-right: 36px;
  margin-right: 0;
}

.intl-tel-input .flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}

.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  width: 36px;
  height: 100%;
  padding: 0 0 0 8px;
}

.intl-tel-input .selected-flag .iti-flag {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.intl-tel-input .selected-flag .iti-arrow {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

.intl-tel-input .selected-flag .iti-arrow.up {
  border-top: none;
  border-bottom: 4px solid #555;
}

.intl-tel-input .country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0,0,0,.2);
  background-color: #fff;
  border: 1px solid #ccc;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
}

.intl-tel-input .country-list.dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

.intl-tel-input .country-list .flag-box {
  display: inline-block;
  width: 20px;
}

@media (max-width:500px) {
  .intl-tel-input .country-list {
    white-space: normal;
  }
}

.intl-tel-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

.intl-tel-input .country-list .country {
  padding: 5px 10px;
}

.intl-tel-input .country-list .country .dial-code {
  color: #999;
}

.intl-tel-input .country-list .country.highlight {
  background-color: rgba(0,0,0,.05);
}

.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code,
.intl-tel-input .country-list .flag-box {
  vertical-align: middle;
}

.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .flag-box {
  margin-right: 6px;
}

.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type=tel],
.intl-tel-input.allow-dropdown input[type=text],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type=tel],
.intl-tel-input.separate-dial-code input[type=text] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

.intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container {
  right: auto;
  left: 0;
}

.intl-tel-input.allow-dropdown .selected-flag,
.intl-tel-input.separate-dial-code .selected-flag {
  width: 46px;
}

.intl-tel-input.allow-dropdown .flag-container:hover {
  cursor: pointer;
}

.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: rgba(0,0,0,.05);
}

.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover,
.intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover {
  cursor: default;
}

.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover .selected-flag,
.intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover .selected-flag {
  background-color: transparent;
}

.intl-tel-input.separate-dial-code .selected-flag {
  background-color: rgba(0,0,0,.05);
  display: table;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
  display: table-cell;
  vertical-align: middle;
  padding-left: 28px;
}

.intl-tel-input.separate-dial-code.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel],
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text] {
  padding-left: 66px;
}

.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
  width: 60px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text] {
  padding-left: 76px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
  width: 70px;
}

.intl-tel-input.separate-dial-code.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel],
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text] {
  padding-left: 74px;
}

.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
  width: 68px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text] {
  padding-left: 84px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
  width: 78px;
}

.intl-tel-input.separate-dial-code.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel],
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text] {
  padding-left: 82px;
}

.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
  width: 76px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text] {
  padding-left: 92px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
  width: 86px;
}

.intl-tel-input.separate-dial-code.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel],
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text] {
  padding-left: 90px;
}

.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
  width: 84px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text] {
  padding-left: 100px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
  width: 94px;
}

.intl-tel-input.iti-container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}

.intl-tel-input.iti-container:hover {
  cursor: pointer;
}

.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}

.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%;
}

.iti-mobile .intl-tel-input .country-list .country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti-flag {
  width: 20px;
}

.iti-flag.be {
  width: 18px;
}

.iti-flag.ch {
  width: 15px;
}

.iti-flag.mc {
  width: 19px;
}

.iti-flag.ne {
  width: 18px;
}

.iti-flag.np {
  width: 13px;
}

.iti-flag.va {
  width: 15px;
}

@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2 / 1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
  .iti-flag {
    background-size: 5630px 15px;
  }
}

.iti-flag.ac {
  height: 10px;
  background-position: 0 0;
}

.iti-flag.ad {
  height: 14px;
  background-position: -22px 0;
}

.iti-flag.ae {
  height: 10px;
  background-position: -44px 0;
}

.iti-flag.af {
  height: 14px;
  background-position: -66px 0;
}

.iti-flag.ag {
  height: 14px;
  background-position: -88px 0;
}

.iti-flag.ai {
  height: 10px;
  background-position: -110px 0;
}

.iti-flag.al {
  height: 15px;
  background-position: -132px 0;
}

.iti-flag.am {
  height: 10px;
  background-position: -154px 0;
}

.iti-flag.ao {
  height: 14px;
  background-position: -176px 0;
}

.iti-flag.aq {
  height: 14px;
  background-position: -198px 0;
}

.iti-flag.ar {
  height: 13px;
  background-position: -220px 0;
}

.iti-flag.as {
  height: 10px;
  background-position: -242px 0;
}

.iti-flag.at {
  height: 14px;
  background-position: -264px 0;
}

.iti-flag.au {
  height: 10px;
  background-position: -286px 0;
}

.iti-flag.aw {
  height: 14px;
  background-position: -308px 0;
}

.iti-flag.ax {
  height: 13px;
  background-position: -330px 0;
}

.iti-flag.az {
  height: 10px;
  background-position: -352px 0;
}

.iti-flag.ba {
  height: 10px;
  background-position: -374px 0;
}

.iti-flag.bb {
  height: 14px;
  background-position: -396px 0;
}

.iti-flag.bd {
  height: 12px;
  background-position: -418px 0;
}

.iti-flag.be {
  height: 15px;
  background-position: -440px 0;
}

.iti-flag.bf {
  height: 14px;
  background-position: -460px 0;
}

.iti-flag.bg {
  height: 12px;
  background-position: -482px 0;
}

.iti-flag.bh {
  height: 12px;
  background-position: -504px 0;
}

.iti-flag.bi {
  height: 12px;
  background-position: -526px 0;
}

.iti-flag.bj {
  height: 14px;
  background-position: -548px 0;
}

.iti-flag.bl {
  height: 14px;
  background-position: -570px 0;
}

.iti-flag.bm {
  height: 10px;
  background-position: -592px 0;
}

.iti-flag.bn {
  height: 10px;
  background-position: -614px 0;
}

.iti-flag.bo {
  height: 14px;
  background-position: -636px 0;
}

.iti-flag.bq {
  height: 14px;
  background-position: -658px 0;
}

.iti-flag.br {
  height: 14px;
  background-position: -680px 0;
}

.iti-flag.bs {
  height: 10px;
  background-position: -702px 0;
}

.iti-flag.bt {
  height: 14px;
  background-position: -724px 0;
}

.iti-flag.bv {
  height: 15px;
  background-position: -746px 0;
}

.iti-flag.bw {
  height: 14px;
  background-position: -768px 0;
}

.iti-flag.by {
  height: 10px;
  background-position: -790px 0;
}

.iti-flag.bz {
  height: 14px;
  background-position: -812px 0;
}

.iti-flag.ca {
  height: 10px;
  background-position: -834px 0;
}

.iti-flag.cc {
  height: 10px;
  background-position: -856px 0;
}

.iti-flag.cd {
  height: 15px;
  background-position: -878px 0;
}

.iti-flag.cf {
  height: 14px;
  background-position: -900px 0;
}

.iti-flag.cg {
  height: 14px;
  background-position: -922px 0;
}

.iti-flag.ch {
  height: 15px;
  background-position: -944px 0;
}

.iti-flag.ci {
  height: 14px;
  background-position: -961px 0;
}

.iti-flag.ck {
  height: 10px;
  background-position: -983px 0;
}

.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0;
}

.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0;
}

.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0;
}

.iti-flag.co {
  height: 14px;
  background-position: -1071px 0;
}

.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0;
}

.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0;
}

.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0;
}

.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0;
}

.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0;
}

.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0;
}

.iti-flag.cy {
  height: 13px;
  background-position: -1225px 0;
}

.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0;
}

.iti-flag.de {
  height: 12px;
  background-position: -1269px 0;
}

.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0;
}

.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0;
}

.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0;
}

.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0;
}

.iti-flag.do {
  height: 13px;
  background-position: -1379px 0;
}

.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0;
}

.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0;
}

.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0;
}

.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0;
}

.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0;
}

.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0;
}

.iti-flag.er {
  height: 10px;
  background-position: -1533px 0;
}

.iti-flag.es {
  height: 14px;
  background-position: -1555px 0;
}

.iti-flag.et {
  height: 10px;
  background-position: -1577px 0;
}

.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0;
}

.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0;
}

.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0;
}

.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0;
}

.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0;
}

.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0;
}

.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0;
}

.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0;
}

.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0;
}

.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0;
}

.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0;
}

.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0;
}

.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0;
}

.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0;
}

.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0;
}

.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0;
}

.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0;
}

.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0;
}

.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0;
}

.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0;
}

.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0;
}

.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0;
}

.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0;
}

.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0;
}

.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0;
}

.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0;
}

.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0;
}

.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0;
}

.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0;
}

.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0;
}

.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0;
}

.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0;
}

.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0;
}

.iti-flag.id {
  height: 14px;
  background-position: -2325px 0;
}

.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0;
}

.iti-flag.il {
  height: 15px;
  background-position: -2369px 0;
}

.iti-flag.im {
  height: 10px;
  background-position: -2391px 0;
}

.iti-flag.in {
  height: 14px;
  background-position: -2413px 0;
}

.iti-flag.io {
  height: 10px;
  background-position: -2435px 0;
}

.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0;
}

.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0;
}

.iti-flag.is {
  height: 15px;
  background-position: -2501px 0;
}

.iti-flag.it {
  height: 14px;
  background-position: -2523px 0;
}

.iti-flag.je {
  height: 12px;
  background-position: -2545px 0;
}

.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0;
}

.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0;
}

.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0;
}

.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0;
}

.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0;
}

.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0;
}

.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0;
}

.iti-flag.km {
  height: 12px;
  background-position: -2721px 0;
}

.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0;
}

.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0;
}

.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0;
}

.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0;
}

.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0;
}

.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0;
}

.iti-flag.la {
  height: 14px;
  background-position: -2875px 0;
}

.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0;
}

.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0;
}

.iti-flag.li {
  height: 12px;
  background-position: -2941px 0;
}

.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0;
}

.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0;
}

.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0;
}

.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0;
}

.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0;
}

.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0;
}

.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0;
}

.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0;
}

.iti-flag.mc {
  height: 15px;
  background-position: -3139px 0;
}

.iti-flag.md {
  height: 10px;
  background-position: -3160px 0;
}

.iti-flag.me {
  height: 10px;
  background-position: -3182px 0;
}

.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0;
}

.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0;
}

.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0;
}

.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0;
}

.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0;
}

.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0;
}

.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0;
}

.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0;
}

.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0;
}

.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0;
}

.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0;
}

.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0;
}

.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0;
}

.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0;
}

.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0;
}

.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0;
}

.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0;
}

.iti-flag.my {
  height: 10px;
  background-position: -3578px 0;
}

.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0;
}

.iti-flag.na {
  height: 14px;
  background-position: -3622px 0;
}

.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0;
}

.iti-flag.ne {
  height: 15px;
  background-position: -3666px 0;
}

.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0;
}

.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0;
}

.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0;
}

.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0;
}

.iti-flag.no {
  height: 15px;
  background-position: -3774px 0;
}

.iti-flag.np {
  height: 15px;
  background-position: -3796px 0;
}

.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0;
}

.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0;
}

.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0;
}

.iti-flag.om {
  height: 10px;
  background-position: -3877px 0;
}

.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0;
}

.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0;
}

.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0;
}

.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0;
}

.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0;
}

.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0;
}

.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0;
}

.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0;
}

.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0;
}

.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0;
}

.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0;
}

.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0;
}

.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0;
}

.iti-flag.py {
  height: 11px;
  background-position: -4185px 0;
}

.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0;
}

.iti-flag.re {
  height: 14px;
  background-position: -4229px 0;
}

.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0;
}

.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0;
}

.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0;
}

.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0;
}

.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0;
}

.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0;
}

.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0;
}

.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0;
}

.iti-flag.se {
  height: 13px;
  background-position: -4427px 0;
}

.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0;
}

.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0;
}

.iti-flag.si {
  height: 10px;
  background-position: -4493px 0;
}

.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0;
}

.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0;
}

.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0;
}

.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0;
}

.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0;
}

.iti-flag.so {
  height: 14px;
  background-position: -4625px 0;
}

.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0;
}

.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0;
}

.iti-flag.st {
  height: 10px;
  background-position: -4691px 0;
}

.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0;
}

.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0;
}

.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0;
}

.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0;
}

.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0;
}

.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0;
}

.iti-flag.td {
  height: 14px;
  background-position: -4845px 0;
}

.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0;
}

.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0;
}

.iti-flag.th {
  height: 14px;
  background-position: -4911px 0;
}

.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0;
}

.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0;
}

.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0;
}

.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0;
}

.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0;
}

.iti-flag.to {
  height: 10px;
  background-position: -5043px 0;
}

.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0;
}

.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0;
}

.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0;
}

.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0;
}

.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0;
}

.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0;
}

.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0;
}

.iti-flag.um {
  height: 11px;
  background-position: -5219px 0;
}

.iti-flag.us {
  height: 11px;
  background-position: -5241px 0;
}

.iti-flag.uy {
  height: 14px;
  background-position: -5263px 0;
}

.iti-flag.uz {
  height: 10px;
  background-position: -5285px 0;
}

.iti-flag.va {
  height: 15px;
  background-position: -5307px 0;
}

.iti-flag.vc {
  height: 14px;
  background-position: -5324px 0;
}

.iti-flag.ve {
  height: 14px;
  background-position: -5346px 0;
}

.iti-flag.vg {
  height: 10px;
  background-position: -5368px 0;
}

.iti-flag.vi {
  height: 14px;
  background-position: -5390px 0;
}

.iti-flag.vn {
  height: 14px;
  background-position: -5412px 0;
}

.iti-flag.vu {
  height: 12px;
  background-position: -5434px 0;
}

.iti-flag.wf {
  height: 14px;
  background-position: -5456px 0;
}

.iti-flag.ws {
  height: 10px;
  background-position: -5478px 0;
}

.iti-flag.xk {
  height: 15px;
  background-position: -5500px 0;
}

.iti-flag.ye {
  height: 14px;
  background-position: -5522px 0;
}

.iti-flag.yt {
  height: 14px;
  background-position: -5544px 0;
}

.iti-flag.za {
  height: 14px;
  background-position: -5566px 0;
}

.iti-flag.zm {
  height: 14px;
  background-position: -5588px 0;
}

.iti-flag.zw {
  height: 10px;
  background-position: -5610px 0;
}

.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0 0 1px 0 #888;
  background-image: url(../../../images/application/intl-tel-input/flags.png);
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}

@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2 / 1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
  .iti-flag {
    background-image: url(../../../images/application/intl-tel-input/flags@2x.png);
  }
}

.iti-flag.np {
  background-color: transparent;
}

.intl-tel-input {
  width: 100%;
}

.intl-tel-input .country-list .country .dial-code {
  color: #595959;
  font-weight: 700;
}

.intl-tel-input .selected-flag {
  height: 38px;
}

.intl-tel-input .flag-container {
  top: inherit;
  bottom: 19px;
}

.intl-tel-input input,
.intl-tel-input input[type=tel],
.intl-tel-input input[type=text] {
  margin-top: 3px!important;
}

.iti-flag {
  background-image: url(//cdn.switchfly.com/static/d5c78c5/resources/shopping/images/application/intl-tel-input/flags.png);
}

@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2 / 1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
  .iti-flag {
    background-image: url(//cdn.switchfly.com/static/d5c78c5/resources/shopping/images/application/intl-tel-input/flags@2x.png);
  }
}

#ancillary-tiles .tile-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

#ancillary-tiles .tile-row li {
  flex-grow: 1;
}

#ancillary-tiles .tile {
  background: 0 0;
  border: 1px solid #0272b3;
  border-radius: 0;
  min-height: 120px;
  justify-content: center;
  margin: 15px;
  width: 140px;
}

#ancillary-tiles .tile .tile-aligner .tile-body p {
  margin: 0 6px;
}

#ancillary-tiles .tile .tile-aligner .tile-body .tile-product-name {
  font-size: 16px;
}

#ancillary-tiles .tile .tile-aligner .tile-body .tile-product-name.selected {
  display: inline;
  color: #0272b3;
}

#ancillary-tiles .tile .tile-aligner .tile-body .icon-product__selected {
  color: #037f03;
}

#ancillary-tiles .tile .tile-aligner .tile-body .tile-lead-pricing {
  font-size: 14px;
}

#ancillary-tiles .tile .tile-aligner .tile-spinner {
  padding: 45px 0;
}

#ancillary-tiles .tile .tile-aligner .tile-spinner .icon-spinner {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#ancillary-tiles .tile.selected {
  background-color: rgba(2,114,179,.12);
}

.number-stepper {
  align-items: baseline;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.number-stepper .btn {
  padding: 0;
  border: 0!important;
  border-radius: 0;
  line-height: 1;
  overflow: hidden;
  color: #0272b3;
  background: 0 0!important;
}

.number-stepper .btn:active,
.number-stepper .btn:focus,
.number-stepper .btn:hover {
  color: #015281;
}

.number-stepper .btn.disabled {
  background: 0 0!important;
}

.number-stepper .btn.disabled i:before {
  color: #e5e5e5;
}

.number-stepper .btn.disabled:active,
.number-stepper .btn.disabled:focus,
.number-stepper .btn.disabled:hover {
  background: 0 0!important;
}

.number-stepper .btn.disabled .icon-product__remove--outline:before {
  content: '\e94d';
}

.number-stepper .btn.disabled .icon-product__add--outline:before {
  content: '\e94f';
}

.number-stepper i:active,
.number-stepper i:focus,
.number-stepper i:hover {
  text-decoration: none;
}

.number-stepper label {
  width: auto;
  height: 32px;
}

.number-stepper input {
  width: 3em;
  text-align: center;
  border: 0;
  background-color: transparent!important;
  outline: 0;
  box-shadow: none;
  font-family: inherit;
  font-size: inherit;
  cursor: default;
  margin-bottom: 0;
}

.number-stepper input[type=text][disabled] {
  -webkit-text-fill-color: #595959;
  -webkit-opacity: 1;
}

.card-deck {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.card-deck li {
  flex-grow: 1;
}

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
  flex: 1;
  border: 1px solid #f2f2f2;
  background: #fff;
  padding: 10px 16px;
  margin: 10px 16px;
}

.card li {
  flex-grow: 1;
}

.card-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
  margin-top: 10px;
}

.card-header li {
  flex-grow: 1;
}

.card-header .card-header-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
}

.card-header .card-header-title li {
  flex-grow: 1;
}

.card-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #f2f2f2;
  margin-top: 20px;
  padding-top: 20px;
}

.card-block li {
  flex-grow: 1;
}

.card-block.inclusions {
  min-height: 230px;
}

.card-block.ancillary-bundle-items {
  flex-flow: column;
}

.card-block ol,
.card-block ul {
  margin-top: 16px;
}

.card-block li {
  margin-bottom: 20px;
}

.card-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-self: flex-end;
  flex-flow: column;
  border-top: 1px solid #f2f2f2;
  margin-top: 20px;
  padding-top: 20px;
}

.card-footer li {
  flex-grow: 1;
}

.branded-fare-details-panel {
  border: 1px solid;
  border-color: #f2f2f2;
}

.branded-fare-details-panel>.panel-heading {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #f2f2f2;
}

.branded-fare-details-panel>.panel-heading+.panel-collapse .panel-body {
  border-top-color: #f2f2f2;
}

.branded-fare-details-panel>.panel-footer+.panel-collapse .panel-body {
  border-bottom-color: #f2f2f2;
}

.air-flight-matrix {
  display: flex;
  flex-flow: column;
}

.air-flight-matrix .air-flight-matrix-header {
  margin-bottom: 0;
  margin-top: 0;
}

.air-flight-matrix .air-flight-matrix-description {
  margin-top: 1em;
}

.air-flight-matrix .air-flight-matrix-navigation-bar {
  display: flex;
  margin-bottom: .5em;
}

.air-flight-matrix .air-flight-matrix-navigation-bar.left-visible button:first-child {
  visibility: visible;
}

.air-flight-matrix .air-flight-matrix-navigation-bar.right-visible button:last-child {
  visibility: visible;
}

.air-flight-matrix .air-flight-matrix-navigation-bar button {
  margin-right: 2px;
  visibility: hidden;
  padding: .5em 0;
  width: 50%;
}

.air-flight-matrix .selected button.btn:hover,
.air-flight-matrix .selected button.btn:hover span,
.air-flight-matrix button.btn:hover,
.air-flight-matrix button.btn:hover .icon,
.air-flight-matrix button.btn:hover span {
  color: #212529!important;
}

.air-flight-matrix button.btn:hover span.or {
  color: #212529!important;
}

.air-flight-matrix .air-flight-matrix-table-wrapper {
  position: relative;
  margin-top: 2em;
}

.air-flight-matrix .air-flight-matrix-table-wrapper table {
  width: 100%;
  table-layout: fixed;
}

.air-flight-matrix .air-flight-matrix-table-wrapper table td,
.air-flight-matrix .air-flight-matrix-table-wrapper table th {
  padding: 1em;
  text-align: center;
  border: 1px solid #f2f2f2;
  height: 80px;
}

.air-flight-matrix .air-flight-matrix-table-wrapper table th {
  font-weight: 500;
}

.air-flight-matrix .air-flight-matrix-table-wrapper table td {
  color: #212529;
  padding: 0;
  font-size: 16px;
}

.air-flight-matrix .air-flight-matrix-table-wrapper table td.selected:hover,
.air-flight-matrix .air-flight-matrix-table-wrapper table td:hover {
  background-color: rgba(2,114,179,.1);
}

.air-flight-matrix .air-flight-matrix-table-wrapper table td.no-flight-available:hover {
  background: 0 0;
}

.air-flight-matrix .air-flight-matrix-table-wrapper table td button {
  color: #212529;
  height: 100%;
  padding: .5em;
  font-size: 16px;
  position: relative;
}

.air-flight-matrix .air-flight-matrix-table-wrapper table td button:hover {
  text-decoration: underline;
}

.air-flight-matrix .air-flight-matrix-table-wrapper table td button.no-flight-available {
  height: 100%;
}

.air-flight-matrix .air-flight-matrix-table-wrapper table td button.no-flight-available:disabled {
  background: 0 0!important;
  color: #ccc!important;
}

.air-flight-matrix .air-flight-matrix-table-wrapper table td button.no-flight-available:disabled:hover {
  background: 0 0!important;
  color: #ccc!important;
  text-decoration: none;
}

.air-flight-matrix .air-flight-matrix-table-wrapper table td.selected {
  outline: 2px solid #0272b3;
  outline-offset: -1px;
  background-color: transparent;
}

.air-flight-matrix .air-flight-matrix-table-wrapper table td.selected .btn,
.air-flight-matrix .air-flight-matrix-table-wrapper table td.selected .or {
  color: #212529;
}

.air-flight-matrix .air-flight-matrix-table-wrapper table td.selected .btn {
  font-weight: inherit;
}

.air-flight-matrix .air-flight-matrix-table-wrapper table td.selected.air-flight-matrix-lowest-price:not(:hover) {
  background-color: transparent;
}

.air-flight-matrix .air-flight-matrix-table-wrapper table .air-flight-matrix-lowest-price {
  outline: 2px solid inherit;
  outline-offset: -1px;
  background-color: transparent;
  color: #037f03;
}

.air-flight-matrix .air-flight-matrix-table-wrapper table .air-flight-matrix-lowest-price button.btn,
.air-flight-matrix .air-flight-matrix-table-wrapper table .air-flight-matrix-lowest-price span.or {
  color: #037f03;
  font-weight: 400;
}

.air-flight-matrix .air-flight-matrix-table-wrapper table .air-flight-matrix-lowest-price .icon.icon-product__lowest-price {
  color: #037f03;
  font-size: inherit;
  position: absolute;
  left: 3px;
  top: 3px;
}

.air-flight-matrix .air-flight-matrix-table-wrapper table .header {
  background-color: #f1f3f5;
  color: #000;
  font-weight: 500;
  font-size: inherit;
}

.air-flight-matrix .air-flight-matrix-table-wrapper table .header:hover {
  background-color: #f1f3f5;
}

.air-flight-matrix .air-flight-matrix-table-wrapper table .header.selected {
  background-color: #0272b3;
  border-color: #0272b3;
  color: #fff!important;
  outline: 0;
}

.air-flight-matrix .air-flight-matrix-table-wrapper table .header.selected:hover {
  background-color: #0272b3;
}

.air-flight-matrix .air-flight-matrix-table-wrapper table .return-header {
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  padding: 0 0 .5em 0;
  border: none;
}

.air-flight-matrix .air-flight-matrix-depart-label {
  position: absolute;
  top: -2em;
  left: 0;
}

.air-flight-matrix .air-flight-matrix-lowest-price-legend-wrapper {
  margin-top: 1em;
}

.air-flight-matrix .air-flight-matrix-lowest-price-legend-wrapper .air-flight-matrix-lowest-price-legend-label {
  color: #037f03;
}

.air-flight-matrix .air-flight-matrix-lowest-price-legend-wrapper .air-flight-matrix-lowest-price-legend-label .icon.icon-product__lowest-price {
  background: 0 0;
  color: #037f03;
  padding: 3px;
}

.air-flight-matrix .air-flight-matrix-lowest-price-legend-wrapper .air-flight-matrix-lowest-price-legend-label span {
  margin-left: 8px;
}

.air-flight-matrix:not(.roundtrip) .air-flight-matrix-navigation-bar {
  width: 100%!important;
}

.air-flight-matrix .air-flight-matrix-table-wrapper {
  align-self: center;
}

.air-flight-matrix .air-flight-matrix-table-wrapper table .header {
  background-color: #212529;
  color: #fff;
  font-size: inherit;
}

.air-flight-matrix .air-flight-matrix-table-wrapper table .header.selected {
  border-color: #f2f2f2;
}

.air-flight-matrix .air-flight-matrix-table-wrapper table .header:hover {
  background-color: #212529;
}

.air-flight-matrix .air-flight-matrix-lowest-price-legend-wrapper {
  margin-bottom: 1em;
}

.air-flight-matrix table td button:disabled,
.air-flight-matrix table td button>span {
  font-size: 3.5vw;
}

.air-flight-matrix .air-flight-matrix-description {
  padding: 15px 0;
  border-top: 1px solid #f2f2f2;
  margin-top: 0;
}

.air-flight-matrix .air-flight-matrix-table-wrapper {
  margin: 20px 0;
}

.air-layovers {
  height: unset!important;
  flex-wrap: unset!important;
}

.air-layovers .layover-element .text-separator {
  margin-right: 8px;
}

.air-layovers .layover-element.layover-full:nth-last-child(2) .text-separator {
  display: none;
}

.air-layovers .layover-element.airport-codes-only .text-separator:last-child {
  display: none;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 20px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress-bar-component {
  width: 400px;
  height: 20px;
  background-color: #ccc;
  border: 1px solid transparent;
  border-radius: 0;
  margin: 0 auto;
}

.progress-bar-component .bar {
  background-size: 20px 20px;
  background-color: #0272b3;
  background-image: linear-gradient(45deg,#014267 25%,transparent 25%,transparent 50%,#014267 50%,#014267 75%,transparent 75%,transparent);
  height: 100%;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-component {
  width: 90vw;
  height: 20px;
}

.progress-bar-component .bar {
  background-size: 20px 20px;
}

.section-travel-credit .panel-price .panel-body-top>span {
  font-size: 30px;
  font-weight: 700;
}

.section-travel-credit .panel-price .panel-body-bottom>span {
  font-weight: 700;
}

.section-travel-credit {
  margin-top: 20px;
  background: 0 0!important;
  padding: 0!important;
}

.section-travel-credit .panel-price .panel-body-top {
  font-size: 16px;
}

.section-travel-credit .panel-price .panel-body-bottom {
  font-size: 18px;
}

.fare-options-container {
  background-color: #fff;
  margin: 16px;
}

.fare-options-container .branded-fare-container {
  overflow-x: scroll;
}

.fare-options-container .shadow {
  position: relative;
}

.fare-options-container .shadow-left.hidden-left::after,
.fare-options-container .shadow-right.hidden-right::before {
  animation-duration: .1s;
  animation-name: fadeOut;
  animation-fill-mode: forwards;
}

.fare-options-container .shadow-left::after,
.fare-options-container .shadow-right::before {
  animation-duration: .1s;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  background: #fff;
  position: absolute;
  top: 0;
  height: 100%;
  width: 15px;
  content: '';
}

.fare-options-container .shadow-right::before {
  background: linear-gradient(90deg,rgba(255,255,255,0) 0,rgba(73,80,87,.2) 100%);
  right: 0;
}

.fare-options-container .shadow-left::after {
  background: linear-gradient(90deg,rgba(73,80,87,.2) 0,rgba(255,255,255,0) 100%);
  left: 0;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fare-options-container .branded-fare-names {
  font-size: 1.6em;
  text-align: center;
}

.fare-options-container .branded-fare-options-container {
  display: -ms-grid;
  -ms-grid-rows: 1fr;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: repeat(auto-fit,minmax(0,1fr));
  grid-template-areas: "grid-item-0-1 grid-item-1-1 grid-item-2-1 grid-item-3-1 grid-item-4-1 grid-item-5-1 grid-item-6-1 grid-item-7-1 grid-item-8-1 grid-item-9-1 " "grid-item-0-2 grid-item-1-2 grid-item-2-2 grid-item-3-2 grid-item-4-2 grid-item-5-2 grid-item-6-2 grid-item-7-2 grid-item-8-2 grid-item-9-2 " "grid-item-0-3 grid-item-1-3 grid-item-2-3 grid-item-3-3 grid-item-4-3 grid-item-5-3 grid-item-6-3 grid-item-7-3 grid-item-8-3 grid-item-9-3 " "grid-item-0-4 grid-item-1-4 grid-item-2-4 grid-item-3-4 grid-item-4-4 grid-item-5-4 grid-item-6-4 grid-item-7-4 grid-item-8-4 grid-item-9-4 " "grid-item-0-5 grid-item-1-5 grid-item-2-5 grid-item-3-5 grid-item-4-5 grid-item-5-5 grid-item-6-5 grid-item-7-5 grid-item-8-5 grid-item-9-5 " "grid-item-0-6 grid-item-1-6 grid-item-2-6 grid-item-3-6 grid-item-4-6 grid-item-5-6 grid-item-6-6 grid-item-7-6 grid-item-8-6 grid-item-9-6 " "grid-item-0-7 grid-item-1-7 grid-item-2-7 grid-item-3-7 grid-item-4-7 grid-item-5-7 grid-item-6-7 grid-item-7-7 grid-item-8-7 grid-item-9-7 ";
}

.fare-options-container .branded-fare-options-container.two-column {
  -ms-grid-columns: 1fr 1fr;
}

.fare-options-container .branded-fare-options-container .grid-item-0:nth-of-type(1) {
  grid-area: grid-item-0-1;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}

.fare-options-container .branded-fare-options-container .grid-item-0:nth-of-type(2) {
  grid-area: grid-item-0-2;
  -ms-grid-column: 1;
  -ms-grid-row: 2;
}

.fare-options-container .branded-fare-options-container .grid-item-0:nth-of-type(3) {
  grid-area: grid-item-0-3;
  -ms-grid-column: 1;
  -ms-grid-row: 3;
}

.fare-options-container .branded-fare-options-container .grid-item-0:nth-of-type(4) {
  grid-area: grid-item-0-4;
  -ms-grid-column: 1;
  -ms-grid-row: 4;
}

.fare-options-container .branded-fare-options-container .grid-item-0:nth-of-type(5) {
  grid-area: grid-item-0-5;
  -ms-grid-column: 1;
  -ms-grid-row: 5;
}

.fare-options-container .branded-fare-options-container .grid-item-0:nth-of-type(6) {
  grid-area: grid-item-0-6;
  -ms-grid-column: 1;
  -ms-grid-row: 6;
}

.fare-options-container .branded-fare-options-container .grid-item-0:nth-of-type(7) {
  grid-area: grid-item-0-7;
  -ms-grid-column: 1;
  -ms-grid-row: 7;
}

.fare-options-container .branded-fare-options-container .grid-item-1:nth-of-type(8) {
  grid-area: grid-item-1-1;
  -ms-grid-column: 2;
  -ms-grid-row: 1;
}

.fare-options-container .branded-fare-options-container .grid-item-1:nth-of-type(9) {
  grid-area: grid-item-1-2;
  -ms-grid-column: 2;
  -ms-grid-row: 2;
}

.fare-options-container .branded-fare-options-container .grid-item-1:nth-of-type(10) {
  grid-area: grid-item-1-3;
  -ms-grid-column: 2;
  -ms-grid-row: 3;
}

.fare-options-container .branded-fare-options-container .grid-item-1:nth-of-type(11) {
  grid-area: grid-item-1-4;
  -ms-grid-column: 2;
  -ms-grid-row: 4;
}

.fare-options-container .branded-fare-options-container .grid-item-1:nth-of-type(12) {
  grid-area: grid-item-1-5;
  -ms-grid-column: 2;
  -ms-grid-row: 5;
}

.fare-options-container .branded-fare-options-container .grid-item-1:nth-of-type(13) {
  grid-area: grid-item-1-6;
  -ms-grid-column: 2;
  -ms-grid-row: 6;
}

.fare-options-container .branded-fare-options-container .grid-item-1:nth-of-type(14) {
  grid-area: grid-item-1-7;
  -ms-grid-column: 2;
  -ms-grid-row: 7;
}

.fare-options-container .branded-fare-options-container .grid-item-2:nth-of-type(15) {
  grid-area: grid-item-2-1;
  -ms-grid-column: 3;
  -ms-grid-row: 1;
}

.fare-options-container .branded-fare-options-container .grid-item-2:nth-of-type(16) {
  grid-area: grid-item-2-2;
  -ms-grid-column: 3;
  -ms-grid-row: 2;
}

.fare-options-container .branded-fare-options-container .grid-item-2:nth-of-type(17) {
  grid-area: grid-item-2-3;
  -ms-grid-column: 3;
  -ms-grid-row: 3;
}

.fare-options-container .branded-fare-options-container .grid-item-2:nth-of-type(18) {
  grid-area: grid-item-2-4;
  -ms-grid-column: 3;
  -ms-grid-row: 4;
}

.fare-options-container .branded-fare-options-container .grid-item-2:nth-of-type(19) {
  grid-area: grid-item-2-5;
  -ms-grid-column: 3;
  -ms-grid-row: 5;
}

.fare-options-container .branded-fare-options-container .grid-item-2:nth-of-type(20) {
  grid-area: grid-item-2-6;
  -ms-grid-column: 3;
  -ms-grid-row: 6;
}

.fare-options-container .branded-fare-options-container .grid-item-2:nth-of-type(21) {
  grid-area: grid-item-2-7;
  -ms-grid-column: 3;
  -ms-grid-row: 7;
}

.fare-options-container .branded-fare-options-container .grid-item-3:nth-of-type(22) {
  grid-area: grid-item-3-1;
  -ms-grid-column: 4;
  -ms-grid-row: 1;
}

.fare-options-container .branded-fare-options-container .grid-item-3:nth-of-type(23) {
  grid-area: grid-item-3-2;
  -ms-grid-column: 4;
  -ms-grid-row: 2;
}

.fare-options-container .branded-fare-options-container .grid-item-3:nth-of-type(24) {
  grid-area: grid-item-3-3;
  -ms-grid-column: 4;
  -ms-grid-row: 3;
}

.fare-options-container .branded-fare-options-container .grid-item-3:nth-of-type(25) {
  grid-area: grid-item-3-4;
  -ms-grid-column: 4;
  -ms-grid-row: 4;
}

.fare-options-container .branded-fare-options-container .grid-item-3:nth-of-type(26) {
  grid-area: grid-item-3-5;
  -ms-grid-column: 4;
  -ms-grid-row: 5;
}

.fare-options-container .branded-fare-options-container .grid-item-3:nth-of-type(27) {
  grid-area: grid-item-3-6;
  -ms-grid-column: 4;
  -ms-grid-row: 6;
}

.fare-options-container .branded-fare-options-container .grid-item-3:nth-of-type(28) {
  grid-area: grid-item-3-7;
  -ms-grid-column: 4;
  -ms-grid-row: 7;
}

.fare-options-container .branded-fare-options-container .grid-item-4:nth-of-type(29) {
  grid-area: grid-item-4-1;
  -ms-grid-column: 5;
  -ms-grid-row: 1;
}

.fare-options-container .branded-fare-options-container .grid-item-4:nth-of-type(30) {
  grid-area: grid-item-4-2;
  -ms-grid-column: 5;
  -ms-grid-row: 2;
}

.fare-options-container .branded-fare-options-container .grid-item-4:nth-of-type(31) {
  grid-area: grid-item-4-3;
  -ms-grid-column: 5;
  -ms-grid-row: 3;
}

.fare-options-container .branded-fare-options-container .grid-item-4:nth-of-type(32) {
  grid-area: grid-item-4-4;
  -ms-grid-column: 5;
  -ms-grid-row: 4;
}

.fare-options-container .branded-fare-options-container .grid-item-4:nth-of-type(33) {
  grid-area: grid-item-4-5;
  -ms-grid-column: 5;
  -ms-grid-row: 5;
}

.fare-options-container .branded-fare-options-container .grid-item-4:nth-of-type(34) {
  grid-area: grid-item-4-6;
  -ms-grid-column: 5;
  -ms-grid-row: 6;
}

.fare-options-container .branded-fare-options-container .grid-item-4:nth-of-type(35) {
  grid-area: grid-item-4-7;
  -ms-grid-column: 5;
  -ms-grid-row: 7;
}

.fare-options-container .branded-fare-options-container .grid-item-5:nth-of-type(36) {
  grid-area: grid-item-5-1;
  -ms-grid-column: 6;
  -ms-grid-row: 1;
}

.fare-options-container .branded-fare-options-container .grid-item-5:nth-of-type(37) {
  grid-area: grid-item-5-2;
  -ms-grid-column: 6;
  -ms-grid-row: 2;
}

.fare-options-container .branded-fare-options-container .grid-item-5:nth-of-type(38) {
  grid-area: grid-item-5-3;
  -ms-grid-column: 6;
  -ms-grid-row: 3;
}

.fare-options-container .branded-fare-options-container .grid-item-5:nth-of-type(39) {
  grid-area: grid-item-5-4;
  -ms-grid-column: 6;
  -ms-grid-row: 4;
}

.fare-options-container .branded-fare-options-container .grid-item-5:nth-of-type(40) {
  grid-area: grid-item-5-5;
  -ms-grid-column: 6;
  -ms-grid-row: 5;
}

.fare-options-container .branded-fare-options-container .grid-item-5:nth-of-type(41) {
  grid-area: grid-item-5-6;
  -ms-grid-column: 6;
  -ms-grid-row: 6;
}

.fare-options-container .branded-fare-options-container .grid-item-5:nth-of-type(42) {
  grid-area: grid-item-5-7;
  -ms-grid-column: 6;
  -ms-grid-row: 7;
}

.fare-options-container .branded-fare-options-container .grid-item-6:nth-of-type(43) {
  grid-area: grid-item-6-1;
  -ms-grid-column: 7;
  -ms-grid-row: 1;
}

.fare-options-container .branded-fare-options-container .grid-item-6:nth-of-type(44) {
  grid-area: grid-item-6-2;
  -ms-grid-column: 7;
  -ms-grid-row: 2;
}

.fare-options-container .branded-fare-options-container .grid-item-6:nth-of-type(45) {
  grid-area: grid-item-6-3;
  -ms-grid-column: 7;
  -ms-grid-row: 3;
}

.fare-options-container .branded-fare-options-container .grid-item-6:nth-of-type(46) {
  grid-area: grid-item-6-4;
  -ms-grid-column: 7;
  -ms-grid-row: 4;
}

.fare-options-container .branded-fare-options-container .grid-item-6:nth-of-type(47) {
  grid-area: grid-item-6-5;
  -ms-grid-column: 7;
  -ms-grid-row: 5;
}

.fare-options-container .branded-fare-options-container .grid-item-6:nth-of-type(48) {
  grid-area: grid-item-6-6;
  -ms-grid-column: 7;
  -ms-grid-row: 6;
}

.fare-options-container .branded-fare-options-container .grid-item-6:nth-of-type(49) {
  grid-area: grid-item-6-7;
  -ms-grid-column: 7;
  -ms-grid-row: 7;
}

.fare-options-container .branded-fare-options-container .grid-item-7:nth-of-type(50) {
  grid-area: grid-item-7-1;
  -ms-grid-column: 8;
  -ms-grid-row: 1;
}

.fare-options-container .branded-fare-options-container .grid-item-7:nth-of-type(51) {
  grid-area: grid-item-7-2;
  -ms-grid-column: 8;
  -ms-grid-row: 2;
}

.fare-options-container .branded-fare-options-container .grid-item-7:nth-of-type(52) {
  grid-area: grid-item-7-3;
  -ms-grid-column: 8;
  -ms-grid-row: 3;
}

.fare-options-container .branded-fare-options-container .grid-item-7:nth-of-type(53) {
  grid-area: grid-item-7-4;
  -ms-grid-column: 8;
  -ms-grid-row: 4;
}

.fare-options-container .branded-fare-options-container .grid-item-7:nth-of-type(54) {
  grid-area: grid-item-7-5;
  -ms-grid-column: 8;
  -ms-grid-row: 5;
}

.fare-options-container .branded-fare-options-container .grid-item-7:nth-of-type(55) {
  grid-area: grid-item-7-6;
  -ms-grid-column: 8;
  -ms-grid-row: 6;
}

.fare-options-container .branded-fare-options-container .grid-item-7:nth-of-type(56) {
  grid-area: grid-item-7-7;
  -ms-grid-column: 8;
  -ms-grid-row: 7;
}

.fare-options-container .branded-fare-options-container .grid-item-8:nth-of-type(57) {
  grid-area: grid-item-8-1;
  -ms-grid-column: 9;
  -ms-grid-row: 1;
}

.fare-options-container .branded-fare-options-container .grid-item-8:nth-of-type(58) {
  grid-area: grid-item-8-2;
  -ms-grid-column: 9;
  -ms-grid-row: 2;
}

.fare-options-container .branded-fare-options-container .grid-item-8:nth-of-type(59) {
  grid-area: grid-item-8-3;
  -ms-grid-column: 9;
  -ms-grid-row: 3;
}

.fare-options-container .branded-fare-options-container .grid-item-8:nth-of-type(60) {
  grid-area: grid-item-8-4;
  -ms-grid-column: 9;
  -ms-grid-row: 4;
}

.fare-options-container .branded-fare-options-container .grid-item-8:nth-of-type(61) {
  grid-area: grid-item-8-5;
  -ms-grid-column: 9;
  -ms-grid-row: 5;
}

.fare-options-container .branded-fare-options-container .grid-item-8:nth-of-type(62) {
  grid-area: grid-item-8-6;
  -ms-grid-column: 9;
  -ms-grid-row: 6;
}

.fare-options-container .branded-fare-options-container .grid-item-8:nth-of-type(63) {
  grid-area: grid-item-8-7;
  -ms-grid-column: 9;
  -ms-grid-row: 7;
}

.fare-options-container .branded-fare-options-container .grid-item-9:nth-of-type(64) {
  grid-area: grid-item-9-1;
  -ms-grid-column: 10;
  -ms-grid-row: 1;
}

.fare-options-container .branded-fare-options-container .grid-item-9:nth-of-type(65) {
  grid-area: grid-item-9-2;
  -ms-grid-column: 10;
  -ms-grid-row: 2;
}

.fare-options-container .branded-fare-options-container .grid-item-9:nth-of-type(66) {
  grid-area: grid-item-9-3;
  -ms-grid-column: 10;
  -ms-grid-row: 3;
}

.fare-options-container .branded-fare-options-container .grid-item-9:nth-of-type(67) {
  grid-area: grid-item-9-4;
  -ms-grid-column: 10;
  -ms-grid-row: 4;
}

.fare-options-container .branded-fare-options-container .grid-item-9:nth-of-type(68) {
  grid-area: grid-item-9-5;
  -ms-grid-column: 10;
  -ms-grid-row: 5;
}

.fare-options-container .branded-fare-options-container .grid-item-9:nth-of-type(69) {
  grid-area: grid-item-9-6;
  -ms-grid-column: 10;
  -ms-grid-row: 6;
}

.fare-options-container .branded-fare-options-container .grid-item-9:nth-of-type(70) {
  grid-area: grid-item-9-7;
  -ms-grid-column: 10;
  -ms-grid-row: 7;
}

.fare-options-container .branded-fare-options-container-fixed {
  display: -ms-grid;
  -ms-grid-rows: 1fr;
  display: grid;
  -ms-grid-columns: 265px 265px 265px 265px 265px 265px 265px 265px 265px 265px;
  grid-template-columns: repeat(10,265px);
  grid-template-areas: "grid-item-0-1 grid-item-1-1 grid-item-2-1 grid-item-3-1 grid-item-4-1 grid-item-5-1 grid-item-6-1 grid-item-7-1 grid-item-8-1 grid-item-9-1 " "grid-item-0-2 grid-item-1-2 grid-item-2-2 grid-item-3-2 grid-item-4-2 grid-item-5-2 grid-item-6-2 grid-item-7-2 grid-item-8-2 grid-item-9-2 " "grid-item-0-3 grid-item-1-3 grid-item-2-3 grid-item-3-3 grid-item-4-3 grid-item-5-3 grid-item-6-3 grid-item-7-3 grid-item-8-3 grid-item-9-3 " "grid-item-0-4 grid-item-1-4 grid-item-2-4 grid-item-3-4 grid-item-4-4 grid-item-5-4 grid-item-6-4 grid-item-7-4 grid-item-8-4 grid-item-9-4 " "grid-item-0-5 grid-item-1-5 grid-item-2-5 grid-item-3-5 grid-item-4-5 grid-item-5-5 grid-item-6-5 grid-item-7-5 grid-item-8-5 grid-item-9-5 " "grid-item-0-6 grid-item-1-6 grid-item-2-6 grid-item-3-6 grid-item-4-6 grid-item-5-6 grid-item-6-6 grid-item-7-6 grid-item-8-6 grid-item-9-6 " "grid-item-0-7 grid-item-1-7 grid-item-2-7 grid-item-3-7 grid-item-4-7 grid-item-5-7 grid-item-6-7 grid-item-7-7 grid-item-8-7 grid-item-9-7 ";
}

.fare-options-container .branded-fare-options-container-fixed .grid-item-0:nth-of-type(1) {
  grid-area: grid-item-0-1;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}

.fare-options-container .branded-fare-options-container-fixed .grid-item-0:nth-of-type(2) {
  grid-area: grid-item-0-2;
  -ms-grid-column: 1;
  -ms-grid-row: 2;
}

.fare-options-container .branded-fare-options-container-fixed .grid-item-0:nth-of-type(3) {
  grid-area: grid-item-0-3;
  -ms-grid-column: 1;
  -ms-grid-row: 3;
}

.fare-options-container .branded-fare-options-container-fixed .grid-item-0:nth-of-type(4) {
  grid-area: grid-item-0-4;
  -ms-grid-column: 1;
  -ms-grid-row: 4;
}

.fare-options-container .branded-fare-options-container-fixed .grid-item-0:nth-of-type(5) {
  grid-area: grid-item-0-5;
  -ms-grid-column: 1;
  -ms-grid-row: 5;
}

.fare-options-container .branded-fare-options-container-fixed .grid-item-0:nth-of-type(6) {
  grid-area: grid-item-0-6;
  -ms-grid-column: 1;
  -ms-grid-row: 6;
}

.fare-options-container .branded-fare-options-container-fixed .grid-item-0:nth-of-type(7) {
  grid-area: grid-item-0-7;
  -ms-grid-column: 1;
  -ms-grid-row: 7;
}

.fare-options-container .branded-fare-options-container-fixed .grid-item-1:nth-of-type(8) {
  grid-area: grid-item-1-1;
  -ms-grid-column: 2;
  -ms-grid-row: 1;
}

.fare-options-container .branded-fare-options-container-fixed .grid-item-1:nth-of-type(9) {
  grid-area: grid-item-1-2;
  -ms-grid-column: 2;
  -ms-grid-row: 2;
}

.fare-options-container .branded-fare-options-container-fixed .grid-item-1:nth-of-type(10) {
  grid-area: grid-item-1-3;
  -ms-grid-column: 2;
  -ms-grid-row: 3;
}

.fare-options-container .branded-fare-options-container-fixed .grid-item-1:nth-of-type(11) {
  grid-area: grid-item-1-4;
  -ms-grid-column: 2;
  -ms-grid-row: 4;
}

.fare-options-container .branded-fare-options-container-fixed .grid-item-1:nth-of-type(12) {
  grid-area: grid-item-1-5;
  -ms-grid-column: 2;
  -ms-grid-row: 5;
}

.fare-options-container .branded-fare-options-container-fixed .grid-item-1:nth-of-type(13) {
  grid-area: grid-item-1-6;
  -ms-grid-column: 2;
  -ms-grid-row: 6;
}

.fare-options-container .branded-fare-options-container-fixed .grid-item-1:nth-of-type(14) {
  grid-area: grid-item-1-7;
  -ms-grid-column: 2;
  -ms-grid-row: 7;
}

.fare-options-container .branded-fare-options-container-fixed .grid-item-2:nth-of-type(15) {
  grid-area: grid-item-2-1;
  -ms-grid-column: 3;
  -ms-grid-row: 1;
}

.fare-options-container .branded-fare-options-container-fixed .grid-item-2:nth-of-type(16) {
  grid-area: grid-item-2-2;
  -ms-grid-column: 3;
  -ms-grid-row: 2;
}

.fare-options-container .branded-fare-options-container-fixed .grid-item-2:nth-of-type(17) {
  grid-area: grid-item-2-3;
  -ms-grid-column: 3;
  -ms-grid-row: 3;
}

.fare-options-container .branded-fare-options-container-fixed .grid-item-2:nth-of-type(18) {
  grid-area: grid-item-2-4;
  -ms-grid-column: 3;
  -ms-grid-row: 4;
}

.fare-options-container .branded-fare-options-container-fixed .grid-item-2:nth-of-type(19) {
  grid-area: grid-item-2-5;
  -ms-grid-column: 3;
  -ms-grid-row: 5;
}

.fare-options-container .branded-fare-options-container-fixed .grid-item-2:nth-of-type(20) {
  grid-area: grid-item-2-6;
  -ms-grid-column: 3;
  -ms-grid-row: 6;
}

.fare-options-container .branded-fare-options-container-fixed .grid-item-2:nth-of-type(21) {
  grid-area: grid-item-2-7;
  -ms-grid-column: 3;
  -ms-grid-row: 7;
}

.fare-options-container .branded-fare-options-container-fixed .grid-item-3:nth-of-type(22) {
  grid-area: grid-item-3-1;
  -ms-grid-column: 4;
  -ms-grid-row: 1;
}

.fare-options-container .branded-fare-options-container-fixed .grid-item-3:nth-of-type(23) {
  grid-area: grid-item-3-2;
  -ms-grid-column: 4;
  -ms-grid-row: 2;
}

.fare-options-container .branded-fare-options-container-fixed .grid-item-3:nth-of-type(24) {
  grid-area: grid-item-3-3;
  -ms-grid-column: 4;
  -ms-grid-row: 3;
}

.fare-options-container .branded-fare-options-container-fixed .grid-item-3:nth-of-type(25) {
  grid-area: grid-item-3-4;
  -ms-grid-column: 4;
  -ms-grid-row: 4;
}

.fare-options-container .branded-fare-options-container-fixed .grid-item-3:nth-of-type(26) {
  grid-area: grid-item-3-5;
  -ms-grid-column: 4;
  -ms-grid-row: 5;
}

.fare-options-container .branded-fare-options-container-fixed .grid-item-3:nth-of-type(27) {
  grid-area: grid-item-3-6;
  -ms-grid-column: 4;
  -ms-grid-row: 6;
}

.fare-options-container .branded-fare-options-container-fixed .grid-item-3:nth-of-type(28) {
  grid-area: grid-item-3-7;
  -ms-grid-column: 4;
  -ms-grid-row: 7;
}

.fare-options-container .branded-fare-options-container-fixed .grid-item-4:nth-of-type(29) {
  grid-area: grid-item-4-1;
  -ms-grid-column: 5;
  -ms-grid-row: 1;
}

.fare-options-container .branded-fare-options-container-fixed .grid-item-4:nth-of-type(30) {
  grid-area: grid-item-4-2;
  -ms-grid-column: 5;
  -ms-grid-row: 2;
}

.fare-options-container .branded-fare-options-container-fixed .grid-item-4:nth-of-type(31) {
  grid-area: grid-item-4-3;
  -ms-grid-column: 5;
  -ms-grid-row: 3;
}

.fare-options-container .branded-fare-options-container-fixed .grid-item-4:nth-of-type(32) {
  grid-area: grid-item-4-4;
  -ms-grid-column: 5;
  -ms-grid-row: 4;
}

.fare-options-container .branded-fare-options-container-fixed .grid-item-4:nth-of-type(33) {
  grid-area: grid-item-4-5;
  -ms-grid-column: 5;
  -ms-grid-row: 5;
}

.fare-options-container .branded-fare-options-container-fixed .grid-item-4:nth-of-type(34) {
  grid-area: grid-item-4-6;
  -ms-grid-column: 5;
  -ms-grid-row: 6;
}

.fare-options-container .branded-fare-options-container-fixed .grid-item-4:nth-of-type(35) {
  grid-area: grid-item-4-7;
  -ms-grid-column: 5;
  -ms-grid-row: 7;
}

.fare-options-container .branded-fare-options-container-fixed .grid-item-5:nth-of-type(36) {
  grid-area: grid-item-5-1;
  -ms-grid-column: 6;
  -ms-grid-row: 1;
}

.fare-options-container .branded-fare-options-container-fixed .grid-item-5:nth-of-type(37) {
  grid-area: grid-item-5-2;
  -ms-grid-column: 6;
  -ms-grid-row: 2;
}

.fare-options-container .branded-fare-options-container-fixed .grid-item-5:nth-of-type(38) {
  grid-area: grid-item-5-3;
  -ms-grid-column: 6;
  -ms-grid-row: 3;
}

.fare-options-container .branded-fare-options-container-fixed .grid-item-5:nth-of-type(39) {
  grid-area: grid-item-5-4;
  -ms-grid-column: 6;
  -ms-grid-row: 4;
}

.fare-options-container .branded-fare-options-container-fixed .grid-item-5:nth-of-type(40) {
  grid-area: grid-item-5-5;
  -ms-grid-column: 6;
  -ms-grid-row: 5;
}

.fare-options-container .branded-fare-options-container-fixed .grid-item-5:nth-of-type(41) {
  grid-area: grid-item-5-6;
  -ms-grid-column: 6;
  -ms-grid-row: 6;
}

.fare-options-container .branded-fare-options-container-fixed .grid-item-5:nth-of-type(42) {
  grid-area: grid-item-5-7;
  -ms-grid-column: 6;
  -ms-grid-row: 7;
}

.fare-options-container .branded-fare-options-container-fixed .grid-item-6:nth-of-type(43) {
  grid-area: grid-item-6-1;
  -ms-grid-column: 7;
  -ms-grid-row: 1;
}

.fare-options-container .branded-fare-options-container-fixed .grid-item-6:nth-of-type(44) {
  grid-area: grid-item-6-2;
  -ms-grid-column: 7;
  -ms-grid-row: 2;
}

.fare-options-container .branded-fare-options-container-fixed .grid-item-6:nth-of-type(45) {
  grid-area: grid-item-6-3;
  -ms-grid-column: 7;
  -ms-grid-row: 3;
}

.fare-options-container .branded-fare-options-container-fixed .grid-item-6:nth-of-type(46) {
  grid-area: grid-item-6-4;
  -ms-grid-column: 7;
  -ms-grid-row: 4;
}

.fare-options-container .branded-fare-options-container-fixed .grid-item-6:nth-of-type(47) {
  grid-area: grid-item-6-5;
  -ms-grid-column: 7;
  -ms-grid-row: 5;
}

.fare-options-container .branded-fare-options-container-fixed .grid-item-6:nth-of-type(48) {
  grid-area: grid-item-6-6;
  -ms-grid-column: 7;
  -ms-grid-row: 6;
}

.fare-options-container .branded-fare-options-container-fixed .grid-item-6:nth-of-type(49) {
  grid-area: grid-item-6-7;
  -ms-grid-column: 7;
  -ms-grid-row: 7;
}

.fare-options-container .branded-fare-options-container-fixed .grid-item-7:nth-of-type(50) {
  grid-area: grid-item-7-1;
  -ms-grid-column: 8;
  -ms-grid-row: 1;
}

.fare-options-container .branded-fare-options-container-fixed .grid-item-7:nth-of-type(51) {
  grid-area: grid-item-7-2;
  -ms-grid-column: 8;
  -ms-grid-row: 2;
}

.fare-options-container .branded-fare-options-container-fixed .grid-item-7:nth-of-type(52) {
  grid-area: grid-item-7-3;
  -ms-grid-column: 8;
  -ms-grid-row: 3;
}

.fare-options-container .branded-fare-options-container-fixed .grid-item-7:nth-of-type(53) {
  grid-area: grid-item-7-4;
  -ms-grid-column: 8;
  -ms-grid-row: 4;
}

.fare-options-container .branded-fare-options-container-fixed .grid-item-7:nth-of-type(54) {
  grid-area: grid-item-7-5;
  -ms-grid-column: 8;
  -ms-grid-row: 5;
}

.fare-options-container .branded-fare-options-container-fixed .grid-item-7:nth-of-type(55) {
  grid-area: grid-item-7-6;
  -ms-grid-column: 8;
  -ms-grid-row: 6;
}

.fare-options-container .branded-fare-options-container-fixed .grid-item-7:nth-of-type(56) {
  grid-area: grid-item-7-7;
  -ms-grid-column: 8;
  -ms-grid-row: 7;
}

.fare-options-container .branded-fare-options-container-fixed .grid-item-8:nth-of-type(57) {
  grid-area: grid-item-8-1;
  -ms-grid-column: 9;
  -ms-grid-row: 1;
}

.fare-options-container .branded-fare-options-container-fixed .grid-item-8:nth-of-type(58) {
  grid-area: grid-item-8-2;
  -ms-grid-column: 9;
  -ms-grid-row: 2;
}

.fare-options-container .branded-fare-options-container-fixed .grid-item-8:nth-of-type(59) {
  grid-area: grid-item-8-3;
  -ms-grid-column: 9;
  -ms-grid-row: 3;
}

.fare-options-container .branded-fare-options-container-fixed .grid-item-8:nth-of-type(60) {
  grid-area: grid-item-8-4;
  -ms-grid-column: 9;
  -ms-grid-row: 4;
}

.fare-options-container .branded-fare-options-container-fixed .grid-item-8:nth-of-type(61) {
  grid-area: grid-item-8-5;
  -ms-grid-column: 9;
  -ms-grid-row: 5;
}

.fare-options-container .branded-fare-options-container-fixed .grid-item-8:nth-of-type(62) {
  grid-area: grid-item-8-6;
  -ms-grid-column: 9;
  -ms-grid-row: 6;
}

.fare-options-container .branded-fare-options-container-fixed .grid-item-8:nth-of-type(63) {
  grid-area: grid-item-8-7;
  -ms-grid-column: 9;
  -ms-grid-row: 7;
}

.fare-options-container .branded-fare-options-container-fixed .grid-item-9:nth-of-type(64) {
  grid-area: grid-item-9-1;
  -ms-grid-column: 10;
  -ms-grid-row: 1;
}

.fare-options-container .branded-fare-options-container-fixed .grid-item-9:nth-of-type(65) {
  grid-area: grid-item-9-2;
  -ms-grid-column: 10;
  -ms-grid-row: 2;
}

.fare-options-container .branded-fare-options-container-fixed .grid-item-9:nth-of-type(66) {
  grid-area: grid-item-9-3;
  -ms-grid-column: 10;
  -ms-grid-row: 3;
}

.fare-options-container .branded-fare-options-container-fixed .grid-item-9:nth-of-type(67) {
  grid-area: grid-item-9-4;
  -ms-grid-column: 10;
  -ms-grid-row: 4;
}

.fare-options-container .branded-fare-options-container-fixed .grid-item-9:nth-of-type(68) {
  grid-area: grid-item-9-5;
  -ms-grid-column: 10;
  -ms-grid-row: 5;
}

.fare-options-container .branded-fare-options-container-fixed .grid-item-9:nth-of-type(69) {
  grid-area: grid-item-9-6;
  -ms-grid-column: 10;
  -ms-grid-row: 6;
}

.fare-options-container .branded-fare-options-container-fixed .grid-item-9:nth-of-type(70) {
  grid-area: grid-item-9-7;
  -ms-grid-column: 10;
  -ms-grid-row: 7;
}

.fare-options-container .branded-fare-options-container .selected,
.fare-options-container .branded-fare-options-container-fixed .selected {
  border-left: solid 3px #037f03;
  border-right: solid 3px #037f03;
}

.fare-options-container .branded-fare-options-container .selected:nth-child(7n+2),
.fare-options-container .branded-fare-options-container-fixed .selected:nth-child(7n+2) {
  border-top: 3px solid #037f03;
}

.fare-options-container .branded-fare-options-container .selected:nth-child(7n+7),
.fare-options-container .branded-fare-options-container-fixed .selected:nth-child(7n+7) {
  border-bottom: 3px solid #037f03;
}

.mixed-fare-details-container {
  background-color: #f1f3f5;
  padding-top: 10px;
  padding-bottom: 10px;
}

.branded-fare-baggage-info {
  background-color: #f1f3f5;
}

.branded-fare-baggage-info .fare-details-link {
  color: #0272b3;
}

@media print {
  .btn,
  .circle-loader.load-complete,
  a,
  button {
    display: none;
  }

  a[href]:after {
    content: none!important;
  }

  #checkout-form-container .travelers .section-body .traveler,
  #traveler-info-container .travelers .section-body .traveler,
  .component-section,
  .filters-container .filter-subheader,
  .h2,
  .list-panels,
  .p,
  .p-sm,
  .page-body .page-header,
  .page-header section,
  .product-detail .price-container+div:before,
  .product-detail+div:before,
  h2,
  p {
    margin: 0!important;
  }

  .h1,
  .h2,
  h1,
  h2 {
    font-size: 20px;
  }

  #site-header .logo-primary {
    content: url(//cdn.switchfly.com/static/d5c78c5/resources/shopping/images/themes/britishairways/britishairways-header.png);
    display: block;
    min-width: initial;
    max-width: 200px;
  }
}