/* Minification failed. Returning unminified contents.
(551,9): run-time error CSS1030: Expected identifier, found ' '
(551,14): run-time error CSS1031: Expected selector, found ';'
(551,14): run-time error CSS1025: Expected comma or open brace, found ';'
(556,4): run-time error CSS1062: Expected semicolon or closing curly-brace, found '&'
(563,2): run-time error CSS1019: Unexpected token, found '}'
(581,4): run-time error CSS1035: Expected colon, found ','
(586,25): run-time error CSS1035: Expected colon, found '{'
(597,1): run-time error CSS1019: Unexpected token, found '}'
(597,3): run-time error CSS1031: Expected selector, found '/'

(597,3): run-time error CSS1025: Expected comma or open brace, found '/'
(743,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(744,6): run-time error CSS1035: Expected colon, found '{'
(748,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(749,6): run-time error CSS1035: Expected colon, found '{'
(753,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(754,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(791,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(792,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(6797,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(6798,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(6805,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(6806,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(9664,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(9665,8): run-time error CSS1035: Expected colon, found '{'
(9672,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(9673,8): run-time error CSS1035: Expected colon, found '{'
(9680,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(9681,8): run-time error CSS1035: Expected colon, found '{'
(9688,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(9689,8): run-time error CSS1035: Expected colon, found '{'
(9696,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(9697,8): run-time error CSS1035: Expected colon, found '{'
(9704,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(9705,8): run-time error CSS1035: Expected colon, found '{'
(9725,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(9726,8): run-time error CSS1035: Expected colon, found '{'
(9735,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(9736,8): run-time error CSS1035: Expected colon, found '{'
(9745,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(9746,8): run-time error CSS1035: Expected colon, found '{'
(9768,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(9769,8): run-time error CSS1035: Expected colon, found '{'
(9776,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(9777,8): run-time error CSS1035: Expected colon, found '{'
(9784,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(9785,8): run-time error CSS1035: Expected colon, found '{'
(9940,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(9941,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(9945,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(9946,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(9950,1): run-time error CSS1019: Unexpected token, found '@-ms-keyframes'
(9951,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(9960,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(9961,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(15134,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(15135,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(15139,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(15140,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(15144,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(15145,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
@import url(global-blessed1.css);

.ha-reshop-selection-modal .flight-select .flight-controls .label {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: 0em;
  /* extend => mixin */
  margin-top: 0px;
  color: #f4846b;
}
.ha-reshop-selection-modal .flight-select.hidden-when-collapsed {
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 350ms ease-out 500ms, max-height 1000ms ease-out;
  -moz-transition: opacity 350ms ease-out 500ms, max-height 1000ms ease-out;
  transition: opacity 350ms ease-out 500ms, max-height 1000ms ease-out;
  border-spacing: 0 !important;
  -ms-zoom: auto;
}
.lte-ie7 .ha-reshop-selection-modal .flight-select.hidden-when-collapsed {
  visibility: hidden;
}
.ha-reshop-selection-modal .flight-select.hidden-when-collapsed.expand {
  overflow: visible;
  height: auto;
  opacity: 1;
  border-spacing: 0 !important;
  -ms-zoom: auto;
}
.lte-ie7 .ha-reshop-selection-modal .flight-select.hidden-when-collapsed.expand {
  visibility: visible;
}
.ha-reshop-selection-modal .flight-select .flight-controls.hidden-when-collapsed {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 350ms ease-out 500ms, max-height 1000ms ease-out;
  -moz-transition: opacity 350ms ease-out 500ms, max-height 1000ms ease-out;
  transition: opacity 350ms ease-out 500ms, max-height 1000ms ease-out;
  border-spacing: 0 !important;
  -ms-zoom: auto;
}
.lte-ie7 .ha-reshop-selection-modal .flight-select .flight-controls.hidden-when-collapsed {
  visibility: hidden;
}
.ha-reshop-selection-modal .flight-select .flight-controls.hidden-when-collapsed.expand {
  overflow: visible;
  max-height: 600px;
  opacity: 1;
  border-spacing: 0 !important;
  -ms-zoom: auto;
}
.lte-ie7 .ha-reshop-selection-modal .flight-select .flight-controls.hidden-when-collapsed.expand {
  visibility: visible;
}
.ha-search-results .result-count {
  font-style: normal;
  font-size: 0.75em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0em;
  /* extend => mixin */
  color: #717072;
}
.ha-search-results .top-hit {
  border: solid #e0e0db;
  border-width: 1px;
  border-radius: 5px;
  padding: 11px 30px 26px;
}
.ha-search-results .top-hit .top-hit-flag {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  /* extend => mixin */
  color: #ffffff;
  background-color: #f4846b;
  position: relative;
  top: -11px;
  left: 0px;
  font-style: italic;
  text-align: center;
  padding-top: 2px;
  width: 60px;
  height: 23px;
}
.ha-search-results .top-hit .top-hit-flag:before {
  content: "Top Hit";
}
.ha-search-results .top-hit .top-hit-heading {
  font-style: normal;
  font-size: 1.125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0.02em;
  /* extend => mixin */
  color: #221f1f;
  padding-bottom: 6px;
}
.ha-search-results .top-hit .top-hit-page {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: 0em;
  /* extend => mixin */
  font-weight: bold;
  color: #CE0C88;
}
.ha-search-results .top-hit .top-hit-page:before {
  content: "\25b8";
  padding-right: 4px;
}
.ha-search-results .search-result {
  padding: 10px 0px;
}
.ha-search-results .search-result .keyword {
  font-weight: bold;
  color: #221f1f;
}
.ha-search-results .search-result .result-title {
  font-style: normal;
  font-size: 1.125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.3;
  letter-spacing: 0em;
  /* extend => mixin */
  color: #CE0C88;
  font-weight: bold;
}
.ha-search-results .search-result .result-preview {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  /* extend => mixin */
  color: #717072;
}
.ha-search-results .search-result .result-page {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  /* extend => mixin */
}
.ha-search-results .search-result .result-page a {
  color: #a0a3a5;
}
.ha-search-results .tab-group .tab-group-btn {
  color: #CE0C88;
  min-width: initial;
}
.ha-search-results .tab-group .tab-group-btn.active {
  color: #ffffff;
}
.ha-search-results .sidebar-promo {
  border: 1px solid #e0e0db;
  padding: 0px;
  margin-top: 15px;
}
.ha-search-results .sidebar-promo .hamiles_header {
  width: 100%;
  height: 42px;
  background: transparent url(/euf/assets/hawaiianair/common/images/hawaiianmiles.png) no-repeat center top;
  margin: 12px 0px;
}
.ha-search-results .sidebar-promo .content-wrapper {
  padding: 0px 20px;
}
.ha-search-results .sidebar-promo .title {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue-53-ext", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 0.08em;
  /* extend => mixin */
}
.ha-search-results .sidebar-promo .content {
  font-style: normal;
  font-size: 0.75em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0em;
  /* extend => mixin */
  color: #a0a3a5;
  line-height: 1.5;
  margin: 10px 0px;
}
.ha-search-results .sidebar-promo .action {
  background-color: #f5f5f2;
  padding: 20px;
  margin-top: 20px;
}
.ha-featured-deals-large .deal-tile .promo-tile {
  width: 100%;
}
.ha-featured-deals-large .all-deals-link {
  font-style: normal;
  font-size: 0.75em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  /* extend => mixin */
  padding-top: 15px;
  padding-right: 1px;
}
@media only screen and (max-device-width: 1024px) {
  .ha-featured-deals-large [ha-carousel-pagination-with-paddles] .previous,
  .ha-featured-deals-large [ha-carousel-pagination-with-paddles] .next {
    display: none;
  }
}
.ha-featured-deals-small {
  position: relative;
}
.ha-featured-deals-small .panel-title {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue-53-ext", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 0.08em;
  /* extend => mixin */
  color: #221f1f;
}
.ha-featured-deals-small .deal-tile .promo-tile {
  width: 100%;
}
.ha-featured-deals-small .ha-carousel-slide-wrapper {
  overflow: hidden;
}
.ha-featured-deals-small .all-deals-link {
  font-style: normal;
  font-size: 0.75em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  /* extend => mixin */
  padding-top: 15px;
}
@media only screen and (max-device-width: 1024px) {
  .ha-featured-deals-small [ha-carousel-pagination-with-paddles] .previous,
  .ha-featured-deals-small [ha-carousel-pagination-with-paddles] .next {
    display: none;
  }
}
.ha-metasearch .booking-widget.expanded {
  padding-top: 50px;
}
.ha-metasearch .booking-widget [ha-recent-searches] .toggle {
  color: #000000;
}
.ha-metasearch .booking-widget .trip-type-and-recents .btn-trip-type {
  color: black;
  border-color: #e0e0db;
}
.ha-metasearch .booking-widget .trip-type-and-recents .btn-trip-type.active,
.ha-metasearch .booking-widget .trip-type-and-recents .btn-trip-type:hover,
.ha-metasearch .booking-widget .trip-type-and-recents .btn-trip-type:focus {
  background-color: #463CBF;
  color: white;
}
.ha-metasearch header {
  background-image: url(/euf/assets/hawaiianair/common/images/demo_mountains2.jpg);
}
.ha-metasearch header .header-text {
  width: 500px;
  margin: auto;
}
.ha-metasearch .initLoader,
.ha-metasearch .metaLoader {
  width: 50px;
  margin: 0 auto;
  padding-top: 20px;
}
.ha-metasearch .metaLoader {
  display: none;
}
.ha-metasearch textarea {
  font-style: normal;
  font-size: 0.75em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0em;
  /* extend => mixin */
  width: 100%;
}
.ha-metasearch .formated-response {
  border: 1px solid #a0a3a5;
  padding: 10px;
  height: 400px;
  overflow-y: scroll;
}
.ha-metasearch .formated-response .table {
  display: table;
  table-layout: fixed;
  width: 100%;
  position: relative;
}
.ha-metasearch .formated-response .row {
  display: table-row;
  float: left;
}
.ha-metasearch .formated-response .col {
  display: table-cell;
  vertical-align: middle;
  padding-left: 5px;
  padding-right: 5px;
}
.ha-metasearch .formated-response .solutionBox {
  padding-top: 10px;
  padding-bottom: 30px;
  border-bottom: 1px solid #a0a3a5;
  margin-bottom: 15px;
}
.ha-metasearch .formated-response .solutionBox:last-child {
  border: none;
}
.ha-metasearch .formated-response .solution {
  font-style: normal;
  font-size: 0.75em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 0.08em;
  /* extend => mixin */
  margin-bottom: 5px;
}
.ha-metasearch .formated-response .solution .solution-title {
  width: 815px;
  padding-bottom: 5px;
}
.ha-metasearch .formated-response .leg {
  font-style: normal;
  font-size: 0.75em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0em;
  /* extend => mixin */
}
.ha-metasearch .formated-response .leg .leg-num {
  text-align: right;
  width: 45px;
}
.ha-metasearch .formated-response .leg .leg-origin {
  width: 100px;
}
.ha-metasearch .formated-response .leg .leg-flight {
  width: 70px;
}
.ha-metasearch .formated-response .leg .leg-dow {
  width: 50px;
}
.ha-metasearch .formated-response .leg .leg-date {
  width: 110px;
}
.ha-metasearch .formated-response .leg .leg-time {
  width: 160px;
}
.ha-metasearch .formated-response .leg .leg-class {
  width: 100px;
}
.ha-metasearch .formated-response .leg .leg-operating {
  width: auto;
}
.ha-metasearch .formated-response .faredetail {
  font-style: normal;
  font-size: 0.75em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 0.08em;
  /* extend => mixin */
  margin-top: 20px;
}
.ha-metasearch .formated-response .faredetail .faredetail-indent {
  width: 45px;
}
.ha-metasearch .formated-response .faredetail .faredetail-title {
  width: 130px;
}
.ha-metasearch .formated-response .faredetail .faredetail-total {
  width: 640px;
}
.ha-metasearch .formated-response .pricing {
  font-style: normal;
  font-size: 0.75em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0em;
  /* extend => mixin */
  margin-top: 10px;
}
.ha-metasearch .formated-response .pricing .pricing-indent {
  width: 95px;
}
.ha-metasearch .formated-response .pricing .pricing-passenger {
  width: 80px;
}
.ha-metasearch .formated-response .pricing .pricing-base {
  width: 200px;
}
.ha-metasearch .formated-response .pricing .pricing-taxes {
  width: 320px;
}
.ha-metasearch .formated-response .pricing .pricing-total {
  width: auto;
}
.ha-metasearch .formated-response .fare {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  /* extend => mixin */
  color: #717072;
  margin-bottom: 5px;
}
.ha-metasearch .formated-response .fare .fare-indent {
  width: 175px;
}
.ha-metasearch .formated-response .fare .fare-code {
  width: 200px;
}
.ha-metasearch .formated-response .fare .fare-base {
  width: 320px;
}
.ha-metasearch .formated-response .fare .fare-pax {
  width: auto;
}
.ie8 .ha-advanced-search .booking-widget .trip-type-and-recents .btn-trip-type {
  border: 1px solid #e0e0db;
  border-left: 0;
}
.ie8 .ha-advanced-search .booking-widget .trip-type-and-recents .btn-trip-type:first-child {
  border-left: 1px solid #e0e0db;
}
[ha-member-address] .address-zip .value {
  float: none;
}
.legal-rules-content {
  padding-left: 20px;
}
.legal-rules-content ul.anchor-links {
  list-style: none;
  padding-left: 0px;
}
.legal-rules-content .legal-rules {
  margin-bottom: 40px;
}
.legal-rules-content .legal-rules .legal-rule {
  margin-top: 40px;
}
.legal-rules-content .legal-rule.single-rule {
  margin-bottom: 40px;
}
.legal-rules-content .legal-rule .tocc {
  font-size: 14px;
  line-height: 1.4;
  color: #221f1f;
}
.legal-rules-content .legal-rule .tocc p,
.legal-rules-content .legal-rule .tocc dl,
.legal-rules-content .legal-rule .tocc ol,
.legal-rules-content .legal-rule .tocc ul,
.legal-rules-content .legal-rule .tocc dt,
.legal-rules-content .legal-rule .tocc dd {
  font-size: 14px;
  line-height: 1.4;
  color: #221f1f;
}
.legal-rules-content .legal-rule .tocc dt {
  float: left;
  margin: 0;
  padding: 0;
}
.legal-rules-content .legal-rule .tocc dd {
  margin: 0;
  padding: 0;
  padding-bottom: 1.5em;
  text-indent: .25em;
}
.legal-rules-content .legal-rule .tocc ol,
.legal-rules-content .legal-rule .tocc ul {
  padding-left: 2.5em;
  margin-bottom: 1em;
}
.legal-rules-content .legal-rule .tocc ol {
  list-style-type: upper-alpha;
}
.legal-rules-content .legal-rule .tocc ol ol {
  list-style-type: decimal;
}
.legal-rules-content .legal-rule .tocc ol ol ol {
  list-style-type: lower-alpha;
}
.legal-rules-content .legal-rule .tocc ol ol ol ol {
  list-style-type: lower-roman;
}
.legal-rules-content .legal-rule .tocc li {
  margin-bottom: 1em;
}
.legal-rules-content .legal-rule .tocc th,
.legal-rules-content .legal-rule .tocc td,
.legal-rules-content .legal-rule .tocc td p,
.legal-rules-content .legal-rule .tocc td li {
  font-size: 12px;
}
    width: auto;
    [ha-radio-option] {
      display: block;
      border: none;
      width: 100%;
      &:not(:first-child) {
        margin-left: 0;
      }
      &:first-child {
        border-bottom: 1px solid #e0e0db;
      }
    }
  }
  .first-name,
  .flight-number,
  .date-picker .col-5 {
    padding-left: 0;
  }
  .date-picker {
    margin-bottom: 12px;
  }
  .topic-wrapper {
    position: relative;
  }
  .topic-lookup.col-5 {
    background: #f5f5f2;
    position: absolute;
    height: 80%;
    right: 0;
    color: #b15e91;
    a, a:hover, a:active, a:focus {
      color: #b15e91;
    }
  }
  .hawaiianmiles-information {
    .hawaiianmiles-number {
      padding-left: 0;
    }
    .value {
      width: 100%;
      
    }
    .security-information {
      clear: both;
    }
  }
}*/
.ha-modal .card--form h3 {
  margin-top: 10px;
}
.ha-modal .close-modal-icon {
  position: absolute;
  right: 30px;
  top: 30px;
  color: #a0a3a5;
}
.ha-modal#registration-privacy .modalContainer {
  padding: 40px 105px 50px 105px !important;
}
.ha-modal#results-331Days .modalContainer {
  padding: 20px 5px 20px 20px !important;
}
.ha-modal#results-help .modalContainer ul,
.ha-modal#results-help .modalContainer ol {
  list-style-position: inside;
}
.ha-modal#results-coach .modalContainer,
.ha-modal#results-first .modalContainer {
  padding: 25px !important;
  max-width: 850px;
  min-width: 850px;
}
.ha-modal#results-BaggageModal .modalContainer ul {
  padding-left: 25px;
}
.ha-modal#results-BaggageModal .modalContainer .HAInset {
  padding-top: 50px !important;
}
.ha-modal#SelectAllSegmentsModalPopup .modalContainer,
.ha-modal#flightNotAvailableModal .modalContainer {
  padding: 20px 20px 20px 35px !important;
}
.ha-modal#flightNotAvailableModal .modalContainer .btn-primary {
  padding-top: 20px;
}
.ha-modal#InterstitialPayment-modal,
.ha-modal#InterstitialAirAvailability-modal {
  top: 0;
  left: 0;
  /*overflow-y: scroll;*/
  z-index: 55;
  height: 100%;
  position: fixed;
  width: 100%;
  padding: 0px;
  -webkit-transition: 300ms opacity ease-in-out;
  transition: 300ms opacity ease-in-out;
  opacity: 1 !important;
}
.ha-modal#InterstitialPayment-modal .modalContainer,
.ha-modal#InterstitialAirAvailability-modal .modalContainer {
  background: #F4F2EA;
  position: relative;
  max-width: 1693px;
  margin: 0;
}
.ha-modal#InterstitialPayment-modal .modalContainer .ha-book-flight-results .ha-loading-spinner,
.ha-modal#InterstitialAirAvailability-modal .modalContainer .ha-book-flight-results .ha-loading-spinner {
  left: 0%;
  margin-left: -15px;
}
.sectionIslandPreview {
  background: #ffffff;
}
.explore-islands-preview {
  padding: 5% 0;
  text-align: center;
  background: white;
}
.explore-islands-preview .tile {
  background: #f5f5f2;
  border-bottom: 1px solid #e0e0db;
}
.explore-islands-preview .tile a.image {
  height: 210px;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.explore-islands-preview .tile .content {
  padding: 40px;
}
.explore-islands-preview .tile .btn {
  width: 90%;
}
.explore-islands-preview .island h3 {
  text-transform: uppercase;
  font-size: 0.9375em;
}
.explore-islands-preview .island h3:after {
  display: block;
  content: "";
  margin: 0 auto;
  margin-top: 15px;
  width: 25px;
  height: 2px;
  background: #a0a3a5;
}
.explore-islands-preview .island p {
  color: #a0a3a5;
  font-size: 0.875em;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin-bottom: 25px;
}
.explore-islands-preview .island.bigisland .image {
  background-image: url(/euf/assets/hawaiianair/common/images/demo_volcano.jpg);
}
.ha-loading-spinner-with-text {
  position: relative;
  margin-bottom: 20px;
}
.ha-loading-spinner-with-text .ha-loading-text {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  /* extend => mixin */
  display: inline-block;
  vertical-align: top;
  margin-left: 8px;
  height: 25px;
  line-height: 25px;
  color: #555555;
}
.ha-loading-spinner-with-text.spinner-centered {
  text-align: center;
}
.ha-loading-spinner {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  width: 5em;
  height: 5em;
  margin: 0 0.5em;
  font-size: 12px;
  text-indent: 999em;
  overflow: hidden;
}
@keyframes spin_old {
  to {
    transform: rotate(1turn);
  }
}
@-webkit-keyframes spin_old {
  to {
    transform: rotate(1turn);
  }
}
@keyframes spinner {
  0% {
    background: #555;
    box-shadow: 0 3.5em transparent;
  }
  12.5% {
    background: #777;
    box-shadow: 0 3.5em transparent;
  }
  25% {
    background: #999;
    box-shadow: 0 3.5em transparent;
  }
  37.5% {
    background: #bbb;
    box-shadow: 0 3.5em transparent;
  }
  50% {
    background: transparent;
    box-shadow: 0 3.5em #555555;
  }
  62.5% {
    background: transparent;
    box-shadow: 0 3.5em #777777;
  }
  75% {
    background: transparent;
    box-shadow: 0 3.5em #999999;
  }
  87.5% {
    background: transparent;
    box-shadow: 0 3.5em #bbbbbb;
  }
  100% {
    background: #555;
    box-shadow: 0 3.5em transparent;
  }
}
@-webkit-keyframes spinner {
  0% {
    background: #555;
    box-shadow: 0 3.5em transparent;
  }
  12.5% {
    background: #777;
    box-shadow: 0 3.5em transparent;
  }
  25% {
    background: #999;
    box-shadow: 0 3.5em transparent;
  }
  37.5% {
    background: #bbb;
    box-shadow: 0 3.5em transparent;
  }
  50% {
    background: transparent;
    box-shadow: 0 3.5em #555555;
  }
  62.5% {
    background: transparent;
    box-shadow: 0 3.5em #777777;
  }
  75% {
    background: transparent;
    box-shadow: 0 3.5em #999999;
  }
  87.5% {
    background: transparent;
    box-shadow: 0 3.5em #bbbbbb;
  }
  100% {
    background: #555;
    box-shadow: 0 3.5em transparent;
  }
}
.ha-loading-spinner.small {
  font-size: 5px;
}
.ha-loading-spinner.large {
  font-size: 24px;
}
.ha-loading-spinner:before,
.ha-loading-spinner:after,
.ha-loading-spinner > div:before,
.ha-loading-spinner > div:after {
  -webkit-animation: spinner 0.75s infinite;
  animation: spinner 0.75s infinite;
  content: '';
  position: absolute;
  top: 0;
  left: 2.25em;
  /* (container width - part width)/2  */
  width: 0.5em;
  height: 1.5em;
  border-radius: 0.25em;
  background: #eee;
  box-shadow: 0 3.5em #eeeeee;
  /* container height - part height */
  -webkit-transform-origin: 50% 2.5em;
  -moz-transform-origin: 50% 2.5em;
  transform-origin: 50% 2.5em;
  /* container height / 2 */
  opacity: 1;
}
.ha-loading-spinner:before {
  -webkit-animation-delay: 0.28125s;
  animation-delay: 0.28125s;
}
.ha-loading-spinner:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation-delay: 0.1875s;
  animation-delay: 0.1875s;
}
.ha-loading-spinner > div:before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-animation-delay: 0.09375s;
  animation-delay: 0.09375s;
}
.ha-loading-spinner > div:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.ha-loading-spinner.fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  z-index: 999;
}
.ie6 .ha-loading-spinner,
.ie7 .ha-loading-spinner,
.ie8 .ha-loading-spinner,
.ie9 .ha-loading-spinner {
  background: url(/euf/assets/hawaiianair/common/images/loading_spinner_sm.gif) no-repeat center;
}
.ie6 .ha-loading-spinner:before,
.ie7 .ha-loading-spinner:before,
.ie8 .ha-loading-spinner:before,
.ie9 .ha-loading-spinner:before {
  display: none;
}
.ie6 .ha-loading-spinner:after,
.ie7 .ha-loading-spinner:after,
.ie8 .ha-loading-spinner:after,
.ie9 .ha-loading-spinner:after {
  display: none;
}
.ie6 .ha-loading-spinner div,
.ie7 .ha-loading-spinner div,
.ie8 .ha-loading-spinner div,
.ie9 .ha-loading-spinner div {
  display: none;
}
.ie6 .ha-loading-spinner div:before,
.ie7 .ha-loading-spinner div:before,
.ie8 .ha-loading-spinner div:before,
.ie9 .ha-loading-spinner div:before {
  display: none;
}
.ie6 .ha-loading-spinner div:after,
.ie7 .ha-loading-spinner div:after,
.ie8 .ha-loading-spinner div:after,
.ie9 .ha-loading-spinner div:after {
  display: none;
}
.ha-transportation-review .transportation-header {
  font-style: normal;
  font-size: 0.625em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.08em;
  /* extend => mixin */
  background: #f5f5f3;
  padding: 20px;
}
.ha-transportation-review .transportation {
  border: 1px solid #f5f5f3;
  height: 180px;
  background: #f5f5f3;
  overflow: hidden;
}
.ha-transportation-review .transportation > div {
  float: left;
  height: 100%;
}
.ha-transportation-review .transportation .image {
  width: 25%;
  background: #fff;
}
.ha-transportation-review .transportation .image img {
  width: 100%;
}
.ha-transportation-review .transportation .basic-details {
  width: 50%;
  padding: 30px 40px;
}
.ha-transportation-review .transportation .basic-details .dates {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  /* extend => mixin */
  margin-bottom: 10px;
}
.ha-transportation-review .transportation .basic-details .type {
  font-style: normal;
  font-size: 1.375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.3;
  letter-spacing: 0em;
  /* extend => mixin */
  margin-bottom: 20px;
  text-transform: uppercase;
}
.ha-transportation-review .transportation .basic-details .actions .details {
  background: #fff;
}
.ha-transportation-review .transportation .additional-details {
  font-style: normal;
  font-size: 0.6875em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.3;
  letter-spacing: 0em;
  /* extend => mixin */
  width: 25%;
  padding: 30px 40px;
  border-left: 1px dashed #e1e1df;
}
.ha-transportation-review .transportation .additional-details .title {
  font-style: normal;
  font-size: 1.125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0.02em;
  /* extend => mixin */
}
.ha-booking-hero {
  background-size: cover;
  text-align: center;
  text-transform: uppercase;
  min-height: 280px;
  background-position: 50%;
}
.ha-booking-hero.demo-plumeria-image {
  background-image: url(/euf/assets/hawaiianair/common/images/demo_flightresults_plumeria.jpg);
}
.ha-booking-hero header {
  padding-top: 30px;
}
.ha-booking-hero header h1 {
  font-style: normal;
  font-size: 1.875em;
  font-family: "helvetica-neue-63-med-ext", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.1;
  letter-spacing: 0.08em;
  /* extend => mixin */
  margin: 0 0 20px 0;
  color: #ffffff;
}
.ha-booking-hero header h1.has-description {
  margin-bottom: 0;
}
.ha-booking-hero header p.description {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: 0em;
  /* extend => mixin */
  color: white;
}
.ha-booking-hero header p.step {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue-53-ext", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 0.08em;
  /* extend => mixin */
  color: #ffffff;
  margin-bottom: 10px;
}
.ha-page-not-found {
  text-align: center;
  padding-top: 20px;
}
.ha-page-not-found .loading-message {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: 0em;
  /* extend => mixin */
  color: #717072;
}
.ha-page-not-found .spinner-container {
  margin-top: 20px;
}
.ha-page-not-found .spinner-container .ha-loading-spinner {
  position: relative;
  margin-right: 10px;
  top: 7px;
}
.ha-page-not-found .page-not-found-content {
  padding-top: 100px;
  padding-bottom: 120px;
}
.ha-page-not-found .page-not-found-content .hawaiian-airlines-logo {
  background-image: url(/euf/assets/hawaiianair/common/images/logo_hawaiian_airlines_basic.png);
  width: 145px;
  height: 145px;
  margin: 0 auto;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .ha-page-not-found .page-not-found-content .hawaiian-airlines-logo {
    background-image: url(/euf/assets/hawaiianair/common/images/logo_hawaiian_airlines_basic@2x.png);
    background-size: 145px 145px;
  }
}
.ha-page-not-found .page-not-found-content h1 {
  font-style: normal;
  font-size: 1.875em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0.02em;
  /* extend => mixin */
  margin-bottom: 10px;
  margin-top: 15px;
}
.ha-page-not-found .page-not-found-content .description {
  font-style: normal;
  font-size: 1.125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.3;
  letter-spacing: 0em;
  /* extend => mixin */
  color: #a0a3a5;
}
.ha-page-not-found .inline-bulleted-list {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  /* extend => mixin */
  list-style-type: none;
}
.ha-page-not-found .inline-bulleted-list li {
  display: inline-block;
  line-height: 1;
}
.ha-page-not-found .inline-bulleted-list li:before {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-size: 8px;
  color: #a0a3a5;
  padding-left: 4px;
  padding-right: 4px;
}
.ha-page-not-found .inline-bulleted-list li:first-child::before {
  content: '';
  display: none;
}
.ha-cms-rich-text-editor .ha-explore-route-map img {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 0;
}
.ha-cms-rich-text-editor .ha-explore-route-map ul {
  padding-left: 0;
  padding-right: 0;
}
.ha-explore-route-map .header-image {
  background-size: cover;
  -ms-behavior: url(/Scripts/lib/backgroundsize-polyfill/backgroundsize.htc);
  height: 140px;
  text-align: center;
}
.ha-explore-route-map .header-headline {
  font-style: normal;
  font-size: 2.25em;
  font-family: "helvetica-neue-63-med-ext", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.1;
  letter-spacing: 0.08em;
  /* extend => mixin */
  position: relative;
  top: 35%;
  color: #ffffff;
}
.ha-explore-route-map .container--tabs {
  position: relative;
  top: -70px;
  margin-bottom: -70px;
}
.lte-ie8 .ha-explore-route-map .container--tabs {
  margin-bottom: -90px;
}
.ha-explore-route-map .tab a {
  font-style: normal;
  font-size: 0.75em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  /* extend => mixin */
  text-transform: uppercase;
}
.ha-explore-route-map .col--map-headline {
  text-align: center;
}
.ha-explore-route-map .map-headline {
  font-style: normal;
  font-size: 1.375em;
  font-family: "helvetica-neue-53-ext", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.08em;
  /* extend => mixin */
  margin-top: 0;
}
.ha-explore-route-map .hawaii-map-image {
  width: 100%;
}
.ha-explore-route-map .row--maps {
  position: relative;
}
.ha-explore-route-map .col--hawaii-map {
  position: relative;
  z-index: 9;
}
.ha-explore-route-map .col--hawaii-map.inactive {
  z-index: 0;
  opacity: 0;
}
.ha-explore-route-map .col--everywhere-map {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
  opacity: 0;
}
.ha-explore-route-map .col--everywhere-map.active {
  z-index: 9;
  opacity: 1;
}
.global-header {
  background-color: #ffffff;
  position: relative;
}
.global-header [ha-global-message] {
  position: absolute;
  width: 100%;
  z-index: 99;
}
.search-modal {
  -webkit-transition: opacity 0.1s linear 0s, left 0s linear 0.1s;
  transition: opacity 0.1s linear 0s, left 0s linear 0.1s;
  margin-left: -449px;
  left: 50%;
  left: -200%;
  opacity: 0;
  position: absolute;
  top: 69px;
  width: 898px;
  height: 280px;
  background: #ffffff;
  z-index: 9999;
  -webkit-box-shadow: 4px 6px 30px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 4px 6px 30px 0px rgba(0, 0, 0, 0.4);
}
.search-modal.is-open {
  left: 50%;
  opacity: 1;
  -webkit-transition: opacity 0.1s linear 0s, left 0s linear 0;
  transition: opacity 0.1s linear 0s, left 0s linear 0;
}
.search-modal .search-section {
  width: 71.0467706%;
  height: 100%;
  float: left;
  position: relative;
  padding: 34px 30px 32px 50px;
  background: #ffffff;
  z-index: 20;
}
.lte-ie7 .search-modal .search-section {
  behavior: url(/bower_components/box-sizing-polyfill-master/boxsizing.htc);
  height: 280px;
  width: 60%;
  width: 61.24721604%;
  overflow: hidden;
}
.search-modal .list-section {
  width: 28.9532294%;
  height: 100%;
  float: right;
  position: relative;
  padding: 34px 45px 32px 30px;
  z-index: 20;
  background: #cce5ef;
  border-left: solid 1px #bbd3db;
}
.search-modal .list-section .title {
  margin: 5px 0 8px;
}
.search-modal .list-section .li {
  margin-bottom: 10px;
  display: block;
  line-height: 1.1;
}
.search-modal .list-section .cta-btn {
  position: absolute;
  bottom: 32px;
}
.lte-ie7 .search-modal .list-section {
  behavior: url(/bower_components/box-sizing-polyfill-master/boxsizing.htc);
  height: 280px;
}
.search-modal .search-icon {
  position: absolute;
  top: 35px;
  left: 49px;
  z-index: 50;
  visibility: visible;
  font-size: 35px;
  display: inline-block;
  vertical-align: middle;
  color: #a0a3a5;
}
.lte-ie7 .search-modal .search-icon {
  display: none;
}
.search-modal .search-close-btn {
  position: absolute;
  top: 15px;
  right: 14px;
  display: block;
  width: 26px;
  height: 26px;
}
.search-modal .search-close-btn .icon-16--x {
  margin: 5px;
  display: block;
}
.search-modal .search-textarea {
  border: none;
  outline: none;
  width: 100%;
  z-index: 10;
  color: #a0a3a5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 78px;
  resize: none;
}
.lte-ie7 .search-modal .search-textarea {
  behavior: url(/bower_components/box-sizing-polyfill-master/boxsizing.htc);
  text-indent: 0;
}
.search-modal.search-is-focused .search-textarea,
.search-modal.search-text-has-been-entered .search-textarea {
  text-indent: 0;
}
.search-modal.search-is-focused .search-icon,
.search-modal.search-text-has-been-entered .search-icon {
  visibility: hidden;
}
.search-modal.search-text-has-been-entered .search-textarea {
  color: #a0a3a5;
}
.search-modal.search-is-focused .search-textarea {
  color: #221f1f;
}
.search-modal .search-submit-btn {
  padding-left: 38px;
  padding-right: 38px;
  position: absolute;
  bottom: 32px;
  left: 50px;
}
.lte-ie8 .search-modal {
  border: solid 1px #e0e0db;
}
.nav-utility {
  padding-top: 10px;
  z-index: 40;
  position: relative;
}
.nav-utility:before,
.nav-utility:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav-utility:after {
  clear: both;
}
.nav-utility:before,
.nav-utility:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav-utility:after {
  clear: both;
}
.nav-utility:before {
  content: '';
  display: block;
}
.nav-utility:after {
  content: '';
  display: table;
  clear: both;
}
.nav-utility:before {
  content: '';
  display: block;
}
.nav-utility:after {
  content: '';
  display: table;
  clear: both;
}
.nav-utility-list {
  max-width: 80.625em;
  margin: 0 auto;
  text-align: right;
}
.nav-utility-li--logo {
  width: 175px;
  height: 47.7016129px;
  float: left;
}
.nav-utility-li--logo .nav-logo {
  display: block;
  width: 196px;
  height: 54px;
  margin-top: 11px;
  background-image: url(/euf/assets/hawaiianair/common/images/logo_ha_horizontal.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 196px 54px;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/euf/assets/hawaiianair/common/images/logo_ha_horizontal.png', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/euf/assets/hawaiianair/common/images/logo_ha_horizontal.png', sizingMethod='scale')"
}

.ie6 .nav-utility-li--logo .nav-logo , 
.ie7 .nav-utility-li--logo .nav-logo , 
.ie8 .nav-utility-li--logo .nav-logo  {
    background-image: none;
}

@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) {
  .nav-utility-li--logo .nav-logo {
    background-image: url(/euf/assets/hawaiianair/common/images/logo_ha_horizontal@2x.png);
     background-size: 196px 54px;
  }
}
.nav-utility-li {
  display: inline-block;
}
.lte-ie7 .nav-utility-li {
  display: inline;
  zoom: 1;
}
.nav-utility--legal {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "SlatePro-Light", "Helvetica", "Arial", "sans-serif";
  font-weight: normal;
  text-transform: none;
  line-height: 1.43;
  letter-spacing: 0em;
  -webkit-font-smoothing: antialiased;
  margin-right: 15px;
}
/*
.nav-utility--legal {
  font-style: normal;
  font-size: 0.75em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0em;
  margin-right: 15px;
}*/
.nav-utility--legal a {
  color: #000;
  letter-spacing: .02em;
}
.nav-utility-li--search {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.nav-utility-li--search .link {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: color 0.09s linear, background-color 0.09s linear, border-color 0.09s linear, opacity 0.09s linear, box-shadow 0.09s linear;
  transition: color 0.09s linear, background-color 0.09s linear, border-color 0.09s linear, opacity 0.09s linear, box-shadow 0.09s linear;
  display: inline-block;
  height: 23px;
  padding: 8px 15px 13px 11px;
  vertical-align: middle;
  z-index: 50;
}
.nav-utility-li--search .link:hover,
.nav-utility-li--search .link:active,
.nav-utility-li--search .link:focus,
.nav-utility-li--search .link.active {
  background: #f5f5f2;
  outline: none;
}
.nav-utility-li--search [class*="fontIcon16-"] {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0px;
  color: #787776;
  font-size: 14px;
}
.nav-utility-li--search .label {
  font-style: normal;
  font-size: 0.75em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0em;
  display: inline-block;
  color: #787776;
}
.nav-utility-li--region {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: relative;
  margin-right: 17px;
  -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0);
}
.nav-utility-li--region .link {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: color 0.09s linear, background-color 0.09s linear, border-color 0.09s linear, opacity 0.09s linear, box-shadow 0.09s linear;
  transition: color 0.09s linear, background-color 0.09s linear, border-color 0.09s linear, opacity 0.09s linear, box-shadow 0.09s linear;
  display: inline-block;
  overflow: hidden;
  position: relative;
  height: 16px;
  padding: 8px 22px 20px 17px;
  vertical-align: middle;
  z-index: 50;
}
.nav-utility-li--region .link:hover,
.nav-utility-li--region .link:active,
.nav-utility-li--region .link:focus,
.nav-utility-li--region .link.active {
  background: #f5f5f2;
  outline: none;
}
.nav-utility-li--region .link [class*="icon-flag-26--"] {
  display: inline-block;
  vertical-align: middle;
}
.nav-utility-li--region .link .label {
  display: inline-block;
  color: #221f1f;
  float: none;
}
.nav-utility-li--region .link:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #221f1f;
  position: absolute;
  top: 20px;
  right: 8px;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.nav-utility-li--region.is-open .link:after {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #CE0C88;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.nav-utility-li--region .flag-list {
  position: absolute;
  top: 42px;
  right: 9999px;
  opacity: 0;
  background: #ffffff;
  z-index: 50;
  -webkit-transition: opacity 0.1s linear 0s, right 0s linear 0.1s, box-shadow 0.1s linear 0s;
  transition: opacity 0.1s linear 0s, right 0s linear 0.1s, box-shadow 0.1s linear 0s;
}
.lte-ie8 .nav-utility-li--region .flag-list {
  border: solid 1px #e0e0db;
}
.nav-utility-li--region .flag-li {
  display: block;
}
.nav-utility-li--region a.flag-link {
  -webkit-transition: color 0.09s linear, background-color 0.09s linear, border-color 0.09s linear, opacity 0.09s linear, box-shadow 0.09s linear;
  transition: color 0.09s linear, background-color 0.09s linear, border-color 0.09s linear, opacity 0.09s linear, box-shadow 0.09s linear;
  display: block;
  vertical-align: middle;
  width: 190px;
  padding: 15px 25px 16px 23px;
  background: white;
  text-align: right;
  color: #221f1f;
  border-bottom: solid 1px #e0e0db;
}
.nav-utility-li--region a.flag-link:hover,
.nav-utility-li--region a.flag-link:active,
.nav-utility-li--region a.flag-link:focus,
.nav-utility-li--region a.flag-link.selected,
.nav-utility-li--region a.flag-link.active {
  color: #ffffff;
  background: #463CBF;
}
.nav-utility-li--region .flag-li:last-child a.flag-link {
  border: none;
}
.nav-utility-li--region .label {
  float: left;
  vertical-align: middle;
}
.nav-utility-li--region [class*="icon-flag-"] {
  vertical-align: middle;
}
.nav-utility-li--region.is-open {
  -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.35);
}
.nav-utility-li--region.is-open .flag-list {
  -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.35);
}
.nav-utility-li--region.is-open .link {
  background: white;
}
.nav-utility-li--region.is-open .flag-list {
  -webkit-transition: opacity 0.1s linear 0, right 0s linear 0, box-shadow 0.1s linear 0s;
  transition: opacity 0.1s linear 0, right 0s linear 0, box-shadow 0.1s linear 0s;
  right: 0;
  opacity: 1;
}
.ha-primary-nav {
  z-index: 20;
}
.nav-primary {
  background-color: #ffffff;
  border-bottom: 1px solid #F1F2F3;
  z-index: 30;
  width: 100%;
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.nav-primary .containerPartialBleed {
  text-align: right;
  position: relative;
  z-index: 2;
}
.nav-primary:before,
.nav-primary:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav-primary:after {
  clear: both;
}
.nav-primary:before,
.nav-primary:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav-primary:after {
  clear: both;
}
.nav-primary:before {
  content: '';
  display: block;
}
.nav-primary:after {
  content: '';
  display: table;
  clear: both;
}
.nav-primary:before {
  content: '';
  display: block;
}
.nav-primary:after {
  content: '';
  display: table;
  clear: both;
}
.nav-primary-list {
  display: inline-block;
  vertical-align: bottom;
  z-index: 20;
  max-width: 80.625em;
  margin: 0 auto;
}
/*
.nav-primary-list {
  width: 60%;
  float: left;
  z-index: 20;
  position: relative;
  max-width: 80.625em;
  margin: 0 auto;
  zoom: 1;
  padding-top: 6px;
}*/
.nav-primary-list:before,
.nav-primary-list:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav-primary-list:after {
  clear: both;
}
.nav-primary-list:before,
.nav-primary-list:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav-primary-list:after {
  clear: both;
}
.nav-primary-list:before {
  content: '';
  display: block;
}
.nav-primary-list:after {
  content: '';
  display: table;
  clear: both;
}
.nav-primary-list:before {
  content: '';
  display: block;
}
.nav-primary-list:after {
  content: '';
  display: table;
  clear: both;
}
.nav-li {
  display: block;
  float: left;
  z-index: 20;
  padding: 0 20px;
}
.nav-li:first-child {
  padding-left: 0;
}
.nav-li-inner {
  display: block;
  position: relative;
  line-height: 1;
  padding: 20px 0 12px;
}
.lte-ie7 .nav-li-inner {
  height: 66px;
}
.nav-li-inner:focus {
  outline: none;
}
.nav-li-inner-title {
  font-style: normal;
  font-size: 1.125em;
  font-family: 'SlatePro', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: normal;
  text-transform: none;
  line-height: 1.33;
  letter-spacing: 0em;
  -webkit-font-smoothing: antialiased;
  display: block;
  color: #000;
  line-height: 1.25;
}
.nav-li-inner-description {
  font-style: normal;
  font-size: 0.75em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0em;
  /* extend => mixin */
  color: #a0a3a5;
  line-height: 0.8;
}
.nav-primary-right-list {
  float: right;
  width: 40%;
  text-align: right;
  list-style: none;
}
.nav-primary-right-list li {
  display: inline-block;
}
.nav-primary-right-list .nav-li--account-signed-out {
  text-align: right;
}
.nav-primary-right-list .nav-li--account-signed-out .nav-li--account-title {
  display: block;
}
.nav-primary-right-list .nav-li--account-signed-out .nav-li--account-title,
.nav-primary-right-list .nav-li--account-signed-out .inline-bulleted-list li {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.inline-bulleted-list {
  list-style-type: none;
}
.inline-bulleted-list li {
  display: inline-block;
  line-height: 1;
}
.inline-bulleted-list li:before {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-size: 10px;
  color: #a0a3a5;
  padding-left: 8px;
  padding-right: 8px;
}
.inline-bulleted-list li:first-child::before {
  content: '';
  display: none;
}
.nav-li--account-menu-container {
  position: relative;
  width: 230px;
}
.nav-li--account-menu-container .nav-li--account {
  float: right;
}
.nav-li--account-menu-container .nav-li--account-menu {
  opacity: 0;
  filter: alpha(opacity=0);
  max-height: 0;
  overflow: hidden;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}
.nav-li--account-menu-container.open .nav-li--account-menu {
  max-height: 600px;
  overflow: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.nav-li--account-menu-toggle {
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  padding: 8px;
  display: block;
  width: 100%;
  position: relative;
  text-align: left;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.nav-li--account-menu-toggle:focus {
  outline: none;
}
.nav-li--account-menu-toggle::after {
  content: '';
  height: 0;
  width: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #717072;
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -3px;
}
.open .nav-li--account-menu-toggle {
  background-color: #e0e0db;
}
.open .nav-li--account-menu-toggle::after {
  border-top: none;
  border-bottom: 6px solid #717072;
}
.nav-li--account-menu-toggle .account-pic-icon,
.nav-li--account-menu-toggle > div {
  display: inline-block;
  vertical-align: middle;
}
.nav-li--account-menu-toggle .account-pic-icon {
  border-radius: 50%;
  overflow: hidden;
  width: 30px;
  height: 30px;
}
.nav-li--account-menu-toggle .account-pic-icon img {
  width: 100%;
  height: auto;
}
.nav-li--account-menu-toggle > div span {
  display: block;
}
.nav-li--account-menu-toggle > div .nav-account-name {
  font-style: normal;
  font-size: 0.6875em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 0.08em;
  color: #000000;
}
.nav-li--account-menu-toggle > div .nav-account-number {
  font-style: normal;
  font-size: 0.6875em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.3;
  letter-spacing: 0em;
  color: #a0a3a5;
}
.nav-li--account-menu {
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.5);
  top: 100%;
  right: -8px;
  width: 120%;
  text-align: left;
}
.nav-li--account-menu::after {
  content: '';
  position: absolute;
}
.nav-li--account-menu::after {
  bottom: 100%;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-bottom: 12px solid #ffffff;
}
.nav-li--account-menu::after {
  right: 13px;
}
.nav-li--account-menu::after {
  content: '';
  position: absolute;
}
.nav-li--account-menu::after {
  bottom: 100%;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-bottom: 12px solid #ffffff;
}
.nav-li--account-menu::after {
  right: 13px;
}
.nav-li--account-menu li {
  border-bottom: 1px solid #e0e0db;
  display: block;
}
.nav-li--account-menu li:last-child {
  border-bottom: none;
}
.nav-li--account-menu li a {
  padding: 10px 20px;
  display: block;
  -webkit-transition: background-color 200ms;
  transition: background-color 200ms;
}
.nav-li--account-menu li a span {
  -webkit-transition: color 200ms;
  transition: color 200ms;
}
.nav-li--account-menu li a:hover {
  background-color: #463CBF;
}
.nav-li--account-menu li a:hover span {
  color: #ffffff;
}
.nav-li--account-menu li .popover-link-primary {
  color: #000000;
}
.nav-li--account-menu li .popover-link-primary,
.nav-li--account-menu li .popover-link-secondary {
  display: block;
}
.nav-li--account-menu li .popover-link-primary,
.nav-li--account-menu li .popover-link-secondary {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
}
.nav-li--account-menu li .popover-link-primary > span,
.nav-li--account-menu li .popover-link-secondary {
  color: #a0a3a5;
}
.nav-li--account {
  z-index: 10;
}
.nav-li--minis {
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: visible;
}
.lte-ie7 .nav-li--minis {
  behavior: url(/bower_components/box-sizing-polyfill-master/boxsizing.htc);
  position: relative;
  float: left;
}
.nav-li-minis--list {
  overflow: visible;
  position: relative;
}
.lte-ie7 .nav-li-minis--list {
  behavior: url(/bower_components/box-sizing-polyfill-master/boxsizing.htc);
  display: inline;
  zoom: 1;
  margin: 0;
  padding-top: 46px;
}
.nav-li.nav-li--btn-mini {
  display: inline-block;
  border-right: none;
  overflow: visible;
}
.lte-ie7 .nav-li.nav-li--btn-mini {
  display: inline;
  zoom: 1;
  height: auto;
}
.nav-li.nav-li--btn-mini:before {
  content: "";
  display: block;
  width: 100%;
  height: 46px;
  background: transparent;
}
.nav-li.nav-li--btn-mini .nav-li-inner {
  padding: 10px 13px;
  height: 43px;
  border-left: 1px solid #e0e0db;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lte-ie7 .nav-li.nav-li--btn-mini .nav-li-inner {
  behavior: url(/bower_components/box-sizing-polyfill-master/boxsizing.htc);
}
.nav-li.nav-li--btn-mini .nav-li--btn-mini--status {
  position: absolute;
  top: 3px;
  right: 7px;
  color: #221f1f;
  text-shadow: 0px 0px 0px rgba(34, 31, 31, 0.8);
}
.nav-li.nav-li--btn-mini .nav-li--btn-mini--tooltip {
  display: none;
  position: absolute;
  padding: 7px 10px 4px;
  left: 0;
  top: 14px;
  background: #f4846b;
  white-space: nowrap;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
  line-height: 1;
}
.nav-li.nav-li--btn-mini .nav-li--btn-mini--tooltip:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #f4846b;
  position: absolute;
  bottom: -7px;
  left: 14px;
}
.nav-li.nav-li--btn-mini [class*="icon-23"] {
  margin: 0;
}
.nav-li--btn-mini.trip-in-progress .nav-li--btn-mini--tooltip {
  display: inline-block;
}
.nav-li-inner-indicator-bar {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  border-color: #463CBF;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  -webkit-transition: border-width 0.1s linear 0s;
  transition: border-width 0.1s linear 0s;
}
.lte-ie7 .nav-li-inner-indicator-bar {
  width: 95%;
}
.lte-ie7 .nav-li--btn-mini .nav-li-inner-indicator-bar {
  width: 85%;
}
.nav-li-inner.tray-closed:hover .nav-li-inner-indicator-bar,
.nav-li-inner.tray-closed:active .nav-li-inner-indicator-bar,
.nav-li-inner.tray-closed.active .nav-li-inner-indicator-bar,
.is-active.nav-li--btn .nav-li-inner-indicator-bar,
.is-active.nav-li--btn-mini .nav-li-inner-indicator-bar {
  border-top-width: 4px;
}
.is-secondary.nav-li--btn .nav-li-inner-indicator-bar {
  border-color: #e0e0db;
}
.is-primary.nav-li--btn .nav-li-inner-indicator-bar {
  border-color: #463CBF;
}
.navtray {
  background-color: #fafaf7;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 100%;
  z-index: 20;
  bottom: 0;
  height: 800px;
  margin-bottom: 20px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: bottom 0.2s ease-in;
  transition: bottom 0.2s ease-in;
}
.navtray > .containerPartialBleed,
.navtray > .containerPartialBleed > .row,
.navtray > .containerPartialBleed > .row > .col {
  height: 100%;
}
.lte-ie8 .navtray {
  bottom: 999px;
  border-bottom: solid 1px #e0e0db;
}
.navtray.is-open {
  -webkit-transition: bottom 0.2s ease-out;
  transition: bottom 0.2s ease-out;
}
.navtray-content {
  position: relative;
  height: 100%;
}
.navtray .navtray-content-inner {
  zoom: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: 100%;
  position: absolute;
  -webkit-transition: none;
  transition: none;
  bottom: 0;
  left: -9999px;
  opacity: 0;
}
.navtray .navtray-content-inner:before,
.navtray .navtray-content-inner:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navtray .navtray-content-inner:after {
  clear: both;
}
.navtray .navtray-content-inner:before,
.navtray .navtray-content-inner:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navtray .navtray-content-inner:after {
  clear: both;
}
.navtray .navtray-content-inner:before {
  content: '';
  display: block;
}
.navtray .navtray-content-inner:after {
  content: '';
  display: table;
  clear: both;
}
.navtray .navtray-content-inner:before {
  content: '';
  display: block;
}
.navtray .navtray-content-inner:after {
  content: '';
  display: table;
  clear: both;
}
.navtray .navtray-content-inner.active {
  left: 0;
  opacity: 1;
}
.lte-ie7 .navtray .navtray-content-inner {
  behavior: url(/bower_components/box-sizing-polyfill-master/boxsizing.htc);
}
.navtray.is-open .navtray-content-inner.transition-in {
  -webkit-transition: opacity 0.3s linear 0.09s, left 0s linear 0.09s;
  transition: opacity 0.3s linear 0.09s, left 0s linear 0.09s;
}
.navtray.is-open .navtray-content-inner.transition-out {
  -webkit-transition: opacity 0.09s linear 0s, left 0s linear 0.09s;
  transition: opacity 0.09s linear 0s, left 0s linear 0.09s;
}
.navtray-content-inner-2-3-left {
  width: 68.59688196%;
  float: left;
  min-height: 152px;
}
.lte-ie7 .navtray-content-inner-2-3-left {
  display: block;
  width: 64%;
  overflow: hidden;
  behavior: url(/bower_components/box-sizing-polyfill-master/boxsizing.htc);
}
.navtray-content-inner-2-3-right {
  width: 31.40311804%;
  float: left;
  border-left: 1px solid #e0e0db;
  min-height: 152px;
  position: relative;
}
.lte-ie7 .navtray-content-inner-2-3-right {
  display: block;
  overflow: hidden;
  border: none;
  behavior: url(/bower_components/box-sizing-polyfill-master/boxsizing.htc);
}
.navtray-content-inner--buttonlist {
  padding-top: 44px;
  padding-bottom: 36px;
}
.navtray-buttonlist-li {
  display: block;
  float: left;
}
.navtray-buttonlist-li .li-link {
  display: block;
  position: relative;
  width: 113px;
  height: 152px;
  background: #CE0C88;
  border-radius: 4px;
  margin-right: 6px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: background-color 0.09s linear, opacity 0.09s linear;
  transition: background-color 0.09s linear, opacity 0.09s linear;
}
.navtray-buttonlist-li .li-link:hover,
.navtray-buttonlist-li .li-link:active,
.navtray-buttonlist-li .li-link:focus,
.navtray-buttonlist-li .li-link.active {
  background: #463C8F;
}
.navtray-buttonlist-li .li-link [class*="icon-"] {
  margin-top: 30px;
}
.navtray-buttonlist-li .li-link [class*="fontIcon40-"] {
  display: inline-block;
  margin-top: 40px;
}
.navtray-buttonlist-li .li-link .account-pic-icon {
  display: block;
  border-radius: 50%;
  width: 62px;
  height: 62px;
  margin-left: -31px;
  left: 50%;
  overflow: hidden;
  border: solid 3px #ffffff;
  position: relative;
  top: 32px;
}
.lte-ie7 .navtray-buttonlist-li .li-link .account-pic-icon {
  visibility: hidden;
}
.navtray-buttonlist-li .li-link .account-pic-icon .account-pic {
  width: 58px;
  height: 58px;
  position: relative;
  left: -1px;
  top: -1px;
}
.navtray-buttonlist-li .link-labels {
  display: block;
  position: absolute;
  bottom: 18px;
  width: 100%;
  margin: 0;
  padding: 0 15px;
}
.lte-ie7 .navtray-buttonlist-li .link-labels {
  position: relative;
  bottom: 10px;
  behavior: url(/bower_components/box-sizing-polyfill-master/boxsizing.htc);
}
.navtray-buttonlist-li .link-labels .link-label {
  display: block;
  color: #ffffff;
}
.navtray-buttonlist-li .link-labels .link-sublabel {
  display: block;
  color: #e6a9cc;
  -webkit-transition: color 0.09s linear, background-color 0.09s linear, border-color 0.09s linear, opacity 0.09s linear, box-shadow 0.09s linear;
  transition: color 0.09s linear, background-color 0.09s linear, border-color 0.09s linear, opacity 0.09s linear, box-shadow 0.09s linear;
}
.navtray-buttonlist-li .link-labels [class*="btn-"] {
  position: relative;
  top: 2px;
}
.navtray-buttonlist-li a.li-link {
  color: #ffffff;
}
.navtray-buttonlist-li a.li-link:hover,
.navtray-buttonlist-li a.li-link:active,
.navtray-buttonlist-li a.li-link:focus,
.navtray-buttonlist-li a.li-link.active {
  color: #ffffff;
}
.navtray-buttonlist-li a.li-link:hover .link-labels .link-sublabel,
.navtray-buttonlist-li a.li-link:active .link-labels .link-sublabel,
.navtray-buttonlist-li a.li-link:focus .link-labels .link-sublabel,
.navtray-buttonlist-li a.li-link.active .link-labels .link-sublabel {
  color: #ffffff;
}
.navtray-buttonlist-li.navtray-buttonlist-li--wide-content .link-labels {
  padding: 0;
}
@media (max-width: 63.9375em) {
  .navtray-buttonlist-li {
    width: 19.25%;
  }
  .navtray-buttonlist-li .li-link {
    width: auto;
  }
}
.navtray-content-inner--stackedlistwrap {
  padding-top: 34px;
  padding-bottom: 30px;
}
.navtray-content-inner--stackedlistwrap .navtray-stackedlist {
  padding: 5px 0 8px;
}
.navtray-content-inner--stackedlistwrap .navtray-header {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue-53-ext", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 0.08em;
  /* extend => mixin */
  margin: 5px 0 3px 0;
}
.navtray-content-inner--stackedlistwrap .navtray-stackedlist-li {
  display: block;
  background: #ffffff;
  margin-bottom: 3px;
  padding: 15px 30px 17px;
}
.lte-ie7 .navtray-content-inner--stackedlistwrap .navtray-stackedlist-li {
  behavior: url(/bower_components/box-sizing-polyfill-master/boxsizing.htc);
  list-style: none;
}
.navtray-content-inner--stackedlistwrap.navtray-content-inner--trips .navtray-stackedlist-li {
  padding: 16px 30px 23px;
}
.navtray-content-inner--stackedlistwrap .stackedlist-li-main {
  zoom: 1;
}
.navtray-content-inner--stackedlistwrap .stackedlist-li-main:before,
.navtray-content-inner--stackedlistwrap .stackedlist-li-main:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navtray-content-inner--stackedlistwrap .stackedlist-li-main:after {
  clear: both;
}
.navtray-content-inner--stackedlistwrap .stackedlist-li-main:before,
.navtray-content-inner--stackedlistwrap .stackedlist-li-main:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navtray-content-inner--stackedlistwrap .stackedlist-li-main:after {
  clear: both;
}
.navtray-content-inner--stackedlistwrap .stackedlist-li-main:before {
  content: '';
  display: block;
}
.navtray-content-inner--stackedlistwrap .stackedlist-li-main:after {
  content: '';
  display: table;
  clear: both;
}
.navtray-content-inner--stackedlistwrap .stackedlist-li-main:before {
  content: '';
  display: block;
}
.navtray-content-inner--stackedlistwrap .stackedlist-li-main:after {
  content: '';
  display: table;
  clear: both;
}
.navtray-content-inner--stackedlistwrap .stackedlist-li-main-info {
  float: left;
  width: 63.7%;
}
@media (min-width: 68.75em) {
  .navtray-content-inner--stackedlistwrap .stackedlist-li-main-info {
    width: 68%;
  }
}
.navtray-content-inner--stackedlistwrap .stackedlist-li-headline {
  margin: 0 0 3px;
}
.navtray-content-inner--stackedlistwrap.navtray-content-inner--trips .stackedlist-li-headline {
  margin: 0 0 -3px;
}
.navtray-content-inner--stackedlistwrap .status-info-update {
  font-style: normal;
  font-size: 0.6875em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  /* extend => mixin */
  float: right;
  width: 150px;
  padding-right: 30px;
  margin-top: 8px;
  text-align: right;
  line-height: 1.2;
  color: #f4846b;
}
.lte-ie7 .navtray-content-inner--stackedlistwrap .status-info-update {
  behavior: url(/bower_components/box-sizing-polyfill-master/boxsizing.htc);
}
.navtray-content-inner--stackedlistwrap .btn--action-item {
  float: right;
  margin-top: 3px;
}
.navtray-content-inner--stackedlistwrap.navtray-content-inner--ecerts .btn--action-item {
  margin-top: 18px;
}
.navtray-content-inner--stackedlistwrap .last-saved {
  font-style: normal;
  font-size: 0.75em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0em;
  /* extend => mixin */
  display: block;
  font-style: italic;
  margin: 0 0 -1px 0;
}
.navtray-content-inner--stackedlistwrap .stackedlist-li-title {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  /* extend => mixin */
  display: inline-block;
  margin: 0 0 2px;
}
.lte-ie7 .navtray-content-inner--stackedlistwrap .stackedlist-li-title {
  display: inline;
  zoom: 1;
}
.navtray-content-inner--stackedlistwrap .stackedlist-li-deck-link {
  font-style: normal;
  font-size: 0.6875em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.3;
  letter-spacing: 0em;
  /* extend => mixin */
  display: inline-block;
  margin: 0 0 3px 4px;
}
.lte-ie7 .navtray-content-inner--stackedlistwrap .stackedlist-li-deck-link {
  display: inline;
  zoom: 1;
}
.navtray-content-inner--stackedlistwrap .stackedlist-li-deck {
  font-style: normal;
  font-size: 0.75em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0em;
  /* extend => mixin */
  display: inline-block;
  margin: 0 0 0 8px;
}
.lte-ie7 .navtray-content-inner--stackedlistwrap .stackedlist-li-deck {
  display: inline;
  zoom: 1;
}
.navtray-content-inner--stackedlistwrap .stackedlist-li-details {
  font-style: normal;
  font-size: 0.6875em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.3;
  letter-spacing: 0em;
  /* extend => mixin */
  margin: 0;
  line-height: 1.6;
}
.navtray-content-inner--stackedlistwrap.navtray-content-inner--ecerts .stackedlist-li-details-title {
  display: inline-block;
  margin-right: 8px;
}
.lte-ie7 .navtray-content-inner--stackedlistwrap.navtray-content-inner--ecerts .stackedlist-li-details-title {
  display: inline;
  zoom: 1;
}
.navtray-content-inner--stackedlistwrap.navtray-content-inner--trips .stackedlist-li-details {
  font-style: normal;
  font-size: 0.75em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0em;
  /* extend => mixin */
  color: #a0a3a5;
}
.navtray-stackedlist-see-all-link {
  font-style: normal;
  font-size: 0.75em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0em;
  /* extend => mixin */
}
.navtray-content-inner--flashy-tout {
  margin: 5px 0 25px;
  padding: 33px 30px 31px 43px;
  background: #CE0C88;
  color: #ffffff;
  text-align: right;
  zoom: 1;
}
.navtray-content-inner--flashy-tout:before,
.navtray-content-inner--flashy-tout:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navtray-content-inner--flashy-tout:after {
  clear: both;
}
.navtray-content-inner--flashy-tout:before,
.navtray-content-inner--flashy-tout:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navtray-content-inner--flashy-tout:after {
  clear: both;
}
.navtray-content-inner--flashy-tout:before {
  content: '';
  display: block;
}
.navtray-content-inner--flashy-tout:after {
  content: '';
  display: table;
  clear: both;
}
.navtray-content-inner--flashy-tout:before {
  content: '';
  display: block;
}
.navtray-content-inner--flashy-tout:after {
  content: '';
  display: table;
  clear: both;
}
.flashy-tout--main-info {
  width: 57.97101449%;
  float: left;
}
.flashy-tout--main-info .big-icon {
  display: block;
  width: 59px;
  height: 59px;
  float: left;
  margin-right: 21px;
  position: relative;
  top: -4px;
}
.flashy-tout--headline {
  font-style: normal;
  font-size: 1.375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0.02em;
  /* extend => mixin */
  text-align: left;
  color: #ffffff;
  margin-top: 8px;
  line-height: 1.05;
}
.flashy-tout--details {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  /* extend => mixin */
  text-align: left;
  color: #ffffff;
}
.flashy-tout--info-price {
  font-style: normal;
  font-size: 1.875em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0.02em;
  /* extend => mixin */
  letter-spacing: 0;
  color: #ffffff;
  display: inline-block;
  position: relative;
  top: 6px;
  right: 10px;
}
.navtray-content-inner--toutlistwrap {
  padding-top: 40px;
  padding-bottom: 32px;
}
.navtray-content-inner--toutlist {
  zoom: 1;
}
.navtray-content-inner--toutlist:before,
.navtray-content-inner--toutlist:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navtray-content-inner--toutlist:after {
  clear: both;
}
.navtray-content-inner--toutlist:before,
.navtray-content-inner--toutlist:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navtray-content-inner--toutlist:after {
  clear: both;
}
.navtray-content-inner--toutlist:before {
  content: '';
  display: block;
}
.navtray-content-inner--toutlist:after {
  content: '';
  display: table;
  clear: both;
}
.navtray-content-inner--toutlist:before {
  content: '';
  display: block;
}
.navtray-content-inner--toutlist:after {
  content: '';
  display: table;
  clear: both;
}
.navtray-toutlist-li {
  display: block;
  float: left;
  width: 32.73942094%;
  background: #ffffff;
}
.navtray-toutlist-li:not(:last-child) {
  margin-right: 0.8908686%;
}
.navtray-toutlist-li-link {
  display: block;
  position: relative;
  width: 100%;
  height: 155px;
  zoom: 1;
}
.navtray-toutlist-li-link:before,
.navtray-toutlist-li-link:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navtray-toutlist-li-link:after {
  clear: both;
}
.navtray-toutlist-li-link:before,
.navtray-toutlist-li-link:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navtray-toutlist-li-link:after {
  clear: both;
}
.navtray-toutlist-li-link:before {
  content: '';
  display: block;
}
.navtray-toutlist-li-link:after {
  content: '';
  display: table;
  clear: both;
}
.navtray-toutlist-li-link:before {
  content: '';
  display: block;
}
.navtray-toutlist-li-link:after {
  content: '';
  display: table;
  clear: both;
}
.navtray-toutlist-li-link .imgwrap {
  display: block;
  position: relative;
  float: left;
  width: 43.19727891%;
  height: 100%;
  overflow: hidden;
}
.navtray-toutlist-li-link .img {
  width: 190px;
  margin-left: -95px;
  position: absolute;
  left: 50%;
}
.toutlist-li-title {
  position: absolute;
  bottom: 55px;
  line-height: 1.35;
  margin: 0;
  left: 47.61904762%;
  width: 40.81632653%;
}
.toutlist-li-biline {
  position: absolute;
  bottom: 12px;
  line-height: 1.45;
  margin: 0;
  left: 47.61904762%;
  width: 40.81632653%;
  color: #717072;
}
.toutlist-li-favorite-btn {
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 10px;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  background: #CE0C88;
  color: #ffffff;
  -webkit-transition: color 0.09s linear, background-color 0.09s linear, border-color 0.09s linear, opacity 0.09s linear, box-shadow 0.09s linear;
  transition: color 0.09s linear, background-color 0.09s linear, border-color 0.09s linear, opacity 0.09s linear, box-shadow 0.09s linear;
  text-align: center;
}
.toutlist-li-favorite-btn:hover,
.toutlist-li-favorite-btn:active,
.toutlist-li-favorite-btn:focus,
.toutlist-li-favorite-btn.active {
  color: #ffffff;
}
.toutlist-li-favorite-btn:hover,
.toutlist-li-favorite-btn:active,
.toutlist-li-favorite-btn:focus,
.toutlist-li-favorite-btn.active {
  color: #ffffff;
  background: #463C8F;
}
.toutlist-li-favorite-btn:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.toutlist-li-favorite-btn [class*="icon-"] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.navtray-toutlist-links {
  margin-top: 17px;
  display: block;
  zoom: 1;
}
.navtray-toutlist-links:before,
.navtray-toutlist-links:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navtray-toutlist-links:after {
  clear: both;
}
.navtray-toutlist-links:before,
.navtray-toutlist-links:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navtray-toutlist-links:after {
  clear: both;
}
.navtray-toutlist-links:before {
  content: '';
  display: block;
}
.navtray-toutlist-links:after {
  content: '';
  display: table;
  clear: both;
}
.navtray-toutlist-links:before {
  content: '';
  display: block;
}
.navtray-toutlist-links:after {
  content: '';
  display: table;
  clear: both;
}
.navtray-toutlist-links .navtray-toutlist-link-left {
  display: inline-block;
  float: left;
}
.navtray-toutlist-links .navtray-toutlist-link-right {
  display: inline-block;
  float: right;
}
.navtray-empty-list {
  padding: 48px 0 70px;
  text-align: center;
}
.navtray-empty-list .empty-list-headline {
  color: #221f1f;
  margin: 0 0 18px 0;
}
.navtray-empty-list .empty-list-message {
  margin: 0;
}
.navtray-content-inner-2-3-right .footer-links {
  position: absolute;
  bottom: -2px;
  margin-bottom: 0;
  line-height: 1;
}
.navtray-content-inner-2-3-right .footer-links .textlink {
  display: block;
  margin-top: 8px;
}
.navtray-content-inner-2-3-right.navtout--flights-promo {
  position: relative;
  padding-left: 3.00668151%;
  display: none;
}
.navtray-content-inner-2-3-right.navtout--flights-promo .main {
  display: block;
  width: 100%;
  height: 106px;
  background: #ffffff;
  position: relative;
}
.navtray-content-inner-2-3-right.navtout--flights-promo .main-imgwrap {
  display: block;
  position: relative;
  float: left;
  width: 33.984375%;
  height: 100%;
  overflow: hidden;
}
.navtray-content-inner-2-3-right.navtout--flights-promo .main-img {
  width: 111px;
  margin-left: -55px;
  position: absolute;
  left: 50%;
}
.navtray-content-inner-2-3-right.navtout--flights-promo .main-title {
  font-style: normal;
  font-size: 0.75em;
  font-family: "helvetica-neue-53-ext", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  /* extend => mixin */
  margin: 0;
  padding-top: 21px;
  line-height: 1.2;
  margin-left: 42.1875%;
  padding-right: 20px;
}
.navtray-content-inner-2-3-right.navtout--flights-promo .main-title .text-light {
  font-style: normal;
  color: #a0a3a5;
}
.navtray-content-inner-2-3-right.navtout--flights-promo .main-price {
  font-style: normal;
  font-size: 1em;
  font-family: "helvetica-neue-63-med-ext", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  /* extend => mixin */
  padding-top: 3px;
  line-height: 1.2;
  margin: 0 0 0 42.1875%;
}
.navtray-content-inner-2-3-right.navtout--flights-promo .main-biline {
  color: #a0a3a5;
  position: absolute;
  bottom: 7px;
  left: 42.1875%;
}
.navtray-content-inner-2-3-right.navtout--events-promo {
  position: relative;
  padding-left: 2.67260579%;
  padding-top: 26px;
}
.navtray-content-inner-2-3-right.navtout--events-promo .main {
  display: block;
}
.navtray-content-inner-2-3-right.navtout--events-promo .imgwrap {
  display: block;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  overflow: hidden;
  float: left;
  margin-right: 7.8125%;
}
.navtray-content-inner-2-3-right.navtout--events-promo .img {
  width: 80px;
  height: 80px;
}
.navtray-content-inner-2-3-right.navtout--events-promo .title {
  margin: 0;
  display: block;
  padding-top: 10px;
  color: #717072;
}
.navtray-content-inner-2-3-right.navtout--events-promo .biline {
  margin: 0;
  display: block;
  color: #221f1f;
  line-height: 1.4;
}
.navtray-content-inner-2-3-right.navtout--events-promo .links {
  position: absolute;
  bottom: -2px;
  margin: 0;
}
.navtray-content-inner-2-3-right.navtout--events-promo-no-events {
  border: none;
  background: #ffffff;
  padding: 24px 23px 18px;
}
.navtray-content-inner-2-3-right.navtout--events-promo-no-events .title {
  margin: 6px 0 0 0;
  line-height: 1.3;
}
.navtray-content-inner-2-3-right.navtout--events-promo-no-events .biline {
  margin-bottom: 10px;
}
.navtray-content-inner-2-3-right.navtout--events-promo-no-events .footer-links {
  position: relative;
  bottom: auto;
  margin-top: 17px;
  margin-bottom: 0;
}
.navtray-content-inner-2-3-right.navtout--links-list {
  padding-left: 2.67260579%;
}
.navtray-content-inner-2-3-right.navtout--links-list .links-list--li {
  display: block;
  line-height: 1.2;
  margin-bottom: 14px;
}
.navtray-content-inner-2-3-right.navtout--links-list .links-list--link {
  display: block;
}
.navtray-content-inner-2-3-right.navtout--links-list .links-list--description {
  font-style: normal;
  font-size: 0.75em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0em;
  /* extend => mixin */
  display: block;
}
.navtray-content-inner-2-3-right.navtout--text-promo {
  padding-left: 2.67260579%;
  padding-top: 26px;
}
.navtray-content-inner-2-3-right.navtout--text-promo .text-promo--title {
  line-height: 1.2;
}
.navtray-content-inner-2-3-right.navtout--text-promo .text-promo--description {
  font-style: normal;
  font-size: 0.75em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0em;
  /* extend => mixin */
  display: block;
  margin: 0;
}
.navtray-content-inner-2-3-right.navtout--colored--check-in {
  border: none;
  background: #f7ecd3;
  padding: 24px 23px 18px;
}
.navtray-content-inner-2-3-right.navtout--colored--check-in .title {
  margin: 4px 0 6px;
  display: block;
}
.navtray-content-inner-2-3-right.navtout--colored--check-in .biline {
  margin: 0;
  display: block;
  color: #717072;
}
.navtray-content-inner-2-3-right.navtout--colored--check-in .flight-status {
  margin: 11px 0 16px;
  display: block;
  color: #221f1f;
}
.navtray-content-inner-2-3-right.navtout--colored--check-in .flight-status:before {
  content: '';
  display: block;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  display: inline-block;
  margin-right: 7px;
}
.navtray-content-inner-2-3-right.navtout--colored--check-in .flight-status.status--on-time:before {
  background: #7ac041;
}
.navtray-content-inner-2-3-right.navtout--colored--check-in .flight-status.status--delayed:before {
  background: #ff3333;
}
.navtray-content-inner-2-3-right.navtout--colored--check-in .links {
  margin-bottom: 0;
}
.navtray-content-inner-2-3-right.navtout--colored--informative {
  border: solid 1px #bbd3db;
  background: #cce5ef;
  padding: 20px 30px 20px 22px;
}
.navtray-content-inner-2-3-right.navtout--colored--informative .body-copy {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0em;
  /* extend => mixin */
}
.navtray-content-inner-2-3-right.navtout--colored--informative .footer-links {
  bottom: 24px;
}
.navtray-content-inner-2-3-right.navtout--colored--sign-in-out {
  border: none;
  background: #ffffff;
  padding: 24px 23px 18px;
}
.navtray-content-inner-2-3-right.navtout--colored--sign-in-out .title {
  margin: 6px 0 0 0;
  line-height: 1.3;
}
.navtray-content-inner-2-3-right.navtout--colored--sign-in-out .biline {
  margin-bottom: 10px;
}
.navtray-content-inner-2-3-right.navtout--colored--sign-in-out .links {
  margin-top: 17px;
  margin-bottom: 0;
}
.explore-hero {
  padding: 120px 0;
  text-align: center;
  color: #ffffff;
  background: no-repeat center center fixed;
  background-size: cover;
}
.explore-hero .container {
  position: relative;
}
.explore-hero.napali {
  background-image: url(/euf/assets/hawaiianair/modules/explore-hero/images/hero_napali01.jpg);
}
.explore-hero h1 {
  font-style: normal;
  font-size: 2.75em;
  font-family: "helvetica-neue-63-med-ext", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.1;
  letter-spacing: 0.08em;
  /* extend => mixin */
  margin-top: 40px;
  color: #ffffff;
}
.explore-hero h2 {
  font-size: 1.375em;
  line-height: 28px;
  font-weight: normal;
  margin-bottom: 50px;
  color: #ffffff;
}
.explore-hero .share-widget {
  position: absolute;
  top: -100px;
  right: 30px;
}
.ha-booking-form .trip-type-button-group {
  text-align: center;
  margin-bottom: 30px;
}
.ha-booking-form .trip-type-button-group .btn-trip-type {
  font-style: normal;
  font-size: 0.75em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 0.08em;
  /* extend => mixin */
  width: 194px;
  height: 50px;
  line-height: 48px;
  display: inline-block;
  border: 1px solid #e0e0db;
  color: black;
  border-width: 1px 0 1px 1px;
  text-align: center;
}
.ha-booking-form .trip-type-button-group .btn-trip-type.active,
.ha-booking-form .trip-type-button-group .btn-trip-type:hover,
.ha-booking-form .trip-type-button-group .btn-trip-type:focus {
  outline: none;
  background-color: #463C8F;
  color: white;
}
.ha-booking-form .trip-type-button-group .btn-trip-type:first-child {
  border-radius: 5px 0 0 5px;
}
.ha-booking-form .trip-type-button-group .btn-trip-type:last-child {
  border-width: 1px;
  border-radius: 0 5px 5px 0;
}
.ha-booking-form [ha-input] .error,
.ha-booking-form .ha-input .error,
.ha-booking-form [ha-airport-input] .error {
  display: none !important;
}
.ha-booking-form .ha-help.collapsable-block {
  margin-top: 20px;
}
.ha-booking-form .ha-help.collapsable-block.arrow-left:before {
  content: '';
  left: -8px;
}
.ha-booking-form .legHeader {
  font-style: normal;
  font-size: 0.75em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 0.08em;
  /* extend => mixin */
  padding-left: 15px;
}
.ha-booking-form [ha-tooltip] {
  white-space: normal;
}
.ha-booking-form [ha-tooltip] strong {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  /* extend => mixin */
  margin-bottom: 0;
  color: #333333;
}
.ha-booking-form [ha-tooltip] p {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  /* extend => mixin */
  color: #717072;
  width: 210px;
}
.ha-booking-form [ha-tooltip] .iconColor {
  color: #007DB1;
}
.ha-booking-form [ha-tooltip] .ha-tooltip.position-absolute {
  left: 110%;
  top: 10px;
  padding-bottom: 5px;
  padding-top: 20px;
}
.ha-booking-form [ha-tooltip] .ha-tooltip.arrow-bottom-right:before {
  right: 137px;
}
.ha-booking-form [ha-tooltip] .ha-tooltip.arrow-left-top:before {
  top: 20px;
}
.ha-booking-form .top-padding {
  padding-top: 20px;
}
.ha-booking-form .search-flights {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  background: #f4846b;
}
.ha-booking-form .search-flights:hover,
.ha-booking-form .search-flights:focus {
  background-color: #463C8F;
}
.ha-booking-form .advanced-search {
  font-style: normal;
  font-size: 0.6875em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  /* extend => mixin */
  color: #ffffff;
}
.ha-booking-form .addFlights {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  /* extend => mixin */
  font-size: 1em;
  font-weight: normal;
}
.ha-booking-form .theme-a .ha-passenger-count-input {
  white-space: nowrap;
}
.ha-booking-form .theme-a [ha-input].invalid .error,
.ha-booking-form .theme-a .ha-input.invalid .error,
.ha-booking-form .theme-a [ha-airport-input].ng-invalid .error {
  border-color: #FDC7C7;
}
.ha-booking-form .theme-b {
  overflow: hidden;
  max-height: 60px;
  -webkit-transition: max-height ease-out 2s;
  transition: max-height ease-out 2s;
}
.ha-booking-form .theme-b > .row:first-child {
  display: none;
}
.ha-booking-form .theme-b .legHeader {
  display: none;
}
.ha-booking-form .theme-b.expanded {
  max-height: 2000px;
  overflow: visible;
}
.ha-booking-form .theme-b.expanded > .row:first-child {
  display: block;
}
.ha-booking-form .theme-b.expanded .legHeader {
  display: block;
}
.ha-booking-form .theme-b .ha-passenger-count-input {
  color: #ffffff;
  white-space: nowrap;
}
.ha-booking-form .theme-b h3 {
  color: #ffffff;
}
.ha-booking-form .theme-b .addFlights {
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 20px;
}
.ha-booking-form .theme-b .addFlights:hover {
  color: #cf76b4;
}
.ha-booking-form .theme-b .legHeader {
  color: #ffffff;
}
.ha-booking-form .theme-b .trip-type-and-recents .trip-type-button-group {
  text-align: left;
}
.ha-booking-form .theme-b .monthly-fares {
  color: #ffffff;
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  /* extend => mixin */
}
.ha-booking-form .theme-b .monthly-fares:hover {
  color: #cf76b4;
}
.ha-booking-form .theme-b a.addFlights {
  color: #ffffff;
}
.ha-booking-form .theme-b .trip-type-and-recents .btn-trip-type {
  width: 175px;
  color: #ffffff;
  margin-bottom: 5px;
  border: 1px solid #cf76b4;
}
.ha-booking-form .theme-b .trip-type-and-recents .btn-trip-type.active,
.ha-booking-form .theme-b .trip-type-and-recents .btn-trip-type:hover,
.ha-booking-form .theme-b .trip-type-and-recents .btn-trip-type:focus {
  outline: none;
  background-color: #cf76b4;
  color: white;
}
.ha-booking-form .theme-b p.error {
  color: #FDC7C7;
}
.ha-booking-form .theme-b .ha-input.invalid label,
.ha-booking-form .theme-b [ha-input].invalid label {
  border-top-color: #FDC7C7;
  border-left-color: #FDC7C7;
  border-bottom-color: #FDC7C7;
}
.ha-booking-form .theme-b .ha-input.invalid .value,
.ha-booking-form .theme-b [ha-input].invalid .value,
.ha-booking-form .theme-b .ha-form-element.invalid .value,
.ha-booking-form .theme-b [ha-select].invalid .value,
.ha-booking-form .theme-b [ha-select].ng-dirty.ng-invalid .value,
.ha-booking-form .theme-b [ha-input].invalid .value,
.ha-booking-form .theme-b .ha-input.invalid .value {
  border-color: #FDC7C7;
  border-width: 1px 1px 1px 0;
}
.ha-booking-form .theme-c .ha-passenger-count-input {
  color: #ffffff;
  white-space: nowrap;
}
.ha-booking-form .theme-c h3 {
  color: #ffffff;
}
.ha-booking-form .theme-c .addFlights {
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 20px;
}
.ha-booking-form .theme-c .addFlights:hover {
  color: #cf76b4;
}
.ha-booking-form .theme-c .legHeader {
  color: #ffffff;
}
.ha-booking-form .theme-c .monthly-fares {
  color: #ffffff;
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  /* extend => mixin */
}
.ha-booking-form .theme-c .monthly-fares:hover {
  color: #cf76b4;
}
.ha-booking-form .theme-c a.addFlights {
  color: #ffffff;
}
.ha-booking-form .theme-c .trip-type-and-recents .btn-trip-type {
  width: 175px;
  color: #ffffff;
  margin-bottom: 5px;
  border: 1px solid #cf76b4;
}
.ha-booking-form .theme-c .trip-type-and-recents .btn-trip-type.active,
.ha-booking-form .theme-c .trip-type-and-recents .btn-trip-type:hover,
.ha-booking-form .theme-c .trip-type-and-recents .btn-trip-type:focus {
  outline: none;
  background-color: #cf76b4;
  color: white;
}
.ha-booking-form .theme-c p.error {
  color: #FDC7C7;
}
.ha-booking-form .theme-c .ha-input.invalid label,
.ha-booking-form .theme-c [ha-input].invalid label {
  border-top-color: #FDC7C7;
  border-left-color: #FDC7C7;
  border-bottom-color: #FDC7C7;
}
.ha-booking-form .theme-c .ha-input.invalid .value,
.ha-booking-form .theme-c [ha-input].invalid .value,
.ha-booking-form .theme-c .ha-form-element.invalid .value,
.ha-booking-form .theme-c [ha-select].invalid .value,
.ha-booking-form .theme-c [ha-select].ng-dirty.ng-invalid .value,
.ha-booking-form .theme-c [ha-input].invalid .value,
.ha-booking-form .theme-c .ha-input.invalid .value {
  border-color: #FDC7C7;
  border-width: 1px 1px 1px 0;
}
.form-submitted .ha-booking-form [ha-input].invalid .error,
.form-submitted .ha-booking-form .ha-input.invalid .error,
.form-submitted .ha-booking-form [ha-airport-input].ng-invalid .error {
  display: block !important;
}
.homepage-widget {
  position: relative;
  max-width: 800px;
  background: #CE0C88;
  margin: 0 auto;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.homepage-widget .section {
  padding: 25px;
}
.homepage-widget .section form {
  background: none;
}
.homepage-widget .section form .error {
  color: #FDC7C7 !important;
}
.homepage-widget .section.reservations {
  position: relative;
  padding-bottom: 65px;
  text-align: left;
}
.homepage-widget .section.reservations h2 {
  font-style: normal;
  font-size: 1.375em;
  font-family: "helvetica-neue-53-ext", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.08em;
  /* extend => mixin */
  color: #ffffff;
  margin: 0 0 20px 0;
}
.homepage-widget .section.reservations p {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  /* extend => mixin */
  text-align: left;
  margin: 10px 0 20px 0;
}
.homepage-widget .section.reservations .continue {
  padding-left: 60px;
  padding-right: 60px;
  margin-top: 20px;
}
.homepage-widget .section.flight-status {
  position: relative;
  padding-bottom: 65px;
  text-align: left;
}
.homepage-widget .section.flight-status h2 {
  font-style: normal;
  font-size: 1.375em;
  font-family: "helvetica-neue-53-ext", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.08em;
  /* extend => mixin */
  color: #ffffff;
  margin: 0 0 20px 0;
}
.homepage-widget .section.flight-status .check-status {
  padding-left: 60px;
  padding-right: 60px;
  margin-top: 20px;
}
.homepage-widget .section.flight-status .tab-group {
  margin-bottom: 15px;
}
.homepage-widget .section.flight-status .tab-group .tab-group-btn {
  color: #ffffff;
}
.homepage-widget .section.flight-status [ha-radio] .inlined {
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.homepage-widget .section.flight-status [ha-radio-option] label {
  display: block;
}
.homepage-widget .section.flight-status [ha-radio-option] .selected .radio-button-selected {
  background-color: #463C8F;
}
.homepage-widget .booking-widget {
  background: none;
}
.homepage-widget .booking-widget.expanded.container {
  padding: 0;
}
.homepage-widget .booking-widget .trip-type-and-recents .trip-type-button-group {
  text-align: left;
}
.homepage-widget .booking-widget .trip-type-and-recents .btn-trip-type {
  width: 175px;
  color: #ffffff;
  margin-bottom: 5px;
}
.homepage-widget .booking-widget .ctas {
  text-align: left;
}
.homepage-widget nav .book-flights {
  width: 34%;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.homepage-widget nav .reservations-checkin {
  width: 33%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.homepage-widget nav .flight-status {
  width: 33%;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
}
.homepage-widget nav a {
  font-style: normal;
  font-size: 0.6875em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 0.08em;
  /* extend => mixin */
  display: block;
  float: left;
  font-weight: normal;
  padding: 15px 20px;
  text-align: center;
  background: #843376;
  color: #fafaf7;
  -webkit-box-shadow: inset 0px -3px 1px -1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px -3px 1px -1px rgba(0, 0, 0, 0.1);
}
body.ja-jp .homepage-widget nav a,
body.ko-kr .homepage-widget nav a,
body.zh-cn .homepage-widget nav a,
body.zh-tw .homepage-widget nav a {
  padding: 12px 20px;
  font-size: 16px;
  font-weight: normal;
}
.homepage-widget nav a.current {
  background: #CE0C88;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ha-homepage {
  margin-bottom: -80px;
  position: relative;
}
.lte-ie9 .ha-homepage.date-input-active {
  margin-bottom: 0px;
}
/*.ha-homepage .header-1.hero-2 {
  padding-bottom: 200px;
  background-size: cover;
  -ms-behavior: url(/Scripts/lib/backgroundsize-polyfill/backgroundsize.htc);
  background-repeat: no-repeat;
  background-position: center top;
}
.ha-homepage .header-1.hero-2 h1 {
  font-style: normal;
  font-size: 2.75em;
  font-family: "helvetica-neue-63-med-ext", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.1;
  letter-spacing: 0.08em;
  /* extend => mixin **/
}
/*.ha-homepage .header-1.hero-2 .credits-container {
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.ha-homepage .header-1.hero-2 .credits-container .containerPartialBleed {
  position: relative;
}
.ha-homepage .header-1.hero-2 .credits-container .containerPartialBleed .photo-credit {
  bottom: 80px;
  right: 0;
}*/
.ha-global-footer .footer-bar {
  padding-top: 36px;
  border-top: 3px solid #CE0C88;
  background: #ffffff;
}
/*
.ha-global-footer h4 {
  font-style: normal;
  font-size: 0.75em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 0.08em;
  
  padding-top: 20px;
  padding-bottom: 4px;
}*/

.ha-global-footer li {
  font-style: normal;
  font-size: 0.75em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  /* extend => mixin */
  margin-bottom: 8px;
  list-style: none;
}
.ha-global-footer .col-4 li {
  width: 50%;
  float: left;
}
.ha-global-footer .col-4 li:nth-child(odd) {
  width: 47%;
  margin-right: 6%;
}
.ha-global-footer .col-4 li:nth-child(even) {
  width: 47%;
}
.ha-global-footer .col-4 li a {
  color: #6F6F6F;
}
.ha-global-footer .col-4 li a:hover {
  color: #CE0C88;
}
.ha-global-footer .signup-form {
  padding: 0 24px 24px;
}
.ha-global-footer .signup-form p {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  /* extend => mixin */
  margin: 0 0 8px;
}
.ha-global-footer .signup-form p.error {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  /* extend => mixin */
  margin: 0px;
  font-style: italic;
  font-size: 13px;
  height: 20px;
}
.ha-global-footer .signup-form .email,
.ha-global-footer .signup-form .zip-code {
  width: 100%;
}
.ha-global-footer .signup-form .input--fill.zip-code {
  float: left;
  width: 60%;
  margin-right: 0;
}
.ha-global-footer .signup-form .input--fill.zip-code .value {
  border-radius: 5px 0 0 5px;
  border-right: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.ha-global-footer .signup-form .input--fill.submit {
  padding-left: 0;
  padding-right: 0;
  width: 40%;
  border-radius: 0 5px 5px 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.ha-global-footer .signup-form [class*="card-"] {
  background-color: inherit;
}
.ha-global-footer .social-links {
  margin-bottom: 5px;
}
.ha-global-footer .social-links p {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;

  height: 38px;
  font-style: italic;
  display: inline;
  position: relative;
  top: 18px;
}
.ha-global-footer .social-links .button-wrapper {

}
.ha-global-footer .social-links .btn-social {
  width: 38px;
  height: 38px;
  line-height: 38px;
  display: inline-block;
  margin-left: 5px;
  border-radius: 19px;
  color: #000;
  overflow: hidden;
  text-align: center;
  border: 1px solid #e1e3e4;
}
.ha-global-footer .social-links .btn-fb {
  background:#fff;
}
.ha-global-footer .social-links .btn-twttr {
      background:#fff;
}
.ha-global-footer .social-links .btn-yt {
 background:#fff;
}
.ha-global-footer .social-links .btn-wechat {
  background:#fff;
}
.ha-global-footer .social-links .btn-weibo {
    background:#fff;
}
.ha-global-footer .social-links .ha-icon {
  position: relative;
}
.ha-global-footer .social-links [class*="fontIcon16"] {
  top: 2px;
}
.ha-global-footer .social-links [class*="fontIcon24"] {
  top: 4px;
}

.social-links .btn-social:hover {
  color: #FFF;
  background: #463C8F;
  border: 1px solid #463C8F;
}

/*
.ha-global-footer .legal {
  padding: 14px 0;
  text-align: center;
}*/
.ha-global-footer .legal .footnotes {
  margin-bottom: 12px;
}
.ha-global-footer .legal .footnotes li {
  color: #a0a3a5;
}
.back-to-top {
  margin: 50px 0 15px;
  color: #221F1F;
  position: relative;
      font-weight: bold;
}
.back-to-top:hover {
  color: #221F1F;
}
.back-to-top i {
  color: #CE0C88;
  font-size: 20px;
  position: relative;
  top: 4px;
  padding-right: 4px;
}

.ha-global-footer .legal .copyright {
  font-style: normal;
  font-size: 0.6875em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.3;
  letter-spacing: 0em;
  /* extend => mixin */
}
.ha-global-footer .logo-social-group {
  margin: 0 auto;
  min-width: 100px;
  text-align: center;  
  margin-top: 60px;
}

.ha-global-footer .logo-social-group .ha-logo {
  width: 150px;
  height: 130px;
  margin: 0 auto 30px auto;
  background-image: url(/euf/assets/hawaiianair/common/images/ha-logo-stacked.png);
}
/*
.ha-global-footer .logo-social-group .ha-logo-horizontal {
  width: 150px;
  height: 130px;
  margin: 0 auto 30px auto;
  background-image: url(/euf/assets/hawaiianair/common/images/ha-logo-stacked.png);
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .ha-global-footer .logo-social-group .ha-logo-horizontal {
    background-image: url(/euf/assets/hawaiianair/common/images/ha-logo-horizontal-layout@2x.png);
    background-size: 175px 48px;
  }
}*/
.ha-passenger-info h2 {
  font-style: normal;
  font-size: 2.9375em;
  font-family: "helvetica-neue-light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0.02em;
  /* extend => mixin */
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
}
.ha-passenger-info a.edit-travelers {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  /* extend => mixin */
  display: inline-block;
  font-size: 12px;
  margin-left: 10px;
  margin-top: 5px;
}
.ha-passenger-info p.travelers-selected {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  /* extend => mixin */
  text-align: center;
  color: #a0a3a5;
}
.ha-passenger-info p.travelers-selected span {
  font-weight: bold;
}
.ha-passenger-info .row.no-bottom-margin {
  margin-bottom: 0;
}
.ha-passenger-info form.slim-pax-form h3 {
  margin-top: 10px;
}
.ha-passenger-info .add-traveler:before {
  display: none;
}
.ha-passenger-info .add-traveler:after {
  display: none;
}
.ha-passenger-info .add-traveler i {
  color: #d0d0d0;
}
.ha-passenger-info .or {
  font-style: normal;
  font-size: 1.125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.3;
  letter-spacing: 0em;
  /* extend => mixin */
  font-style: italic;
  color: #f4846b;
  display: block;
  margin-top: 55px;
  text-align: center;
}
.ha-passenger-info .add-pax-avatar {
  margin: 0 auto;
}
.ha-passenger-info .primary-pax {
  text-align: center;
  color: #f4846b;
}
.ha-passenger-info .guest {
  display: none;
}
.ha-passenger-info .guest.current {
  display: block;
}
.ha-passenger-info .guest h3 {
  margin-top: 10px;
}
.ha-passenger-info .back-to-prev-traveler {
  margin-right: 10px;
}
.ha-passenger-info .contact-info {
  display: none;
}
.ha-passenger-info .contact-info.current {
  display: block;
}
.ha-passenger-info .contact-info h2 {
  margin-bottom: 30px;
}
.ha-passenger-info .contact-info h2.form-header {
  font-style: normal;
  font-size: 1.375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0.02em;
  /* extend => mixin */
  text-align: left;
  margin-bottom: 5px;
}
.ha-passenger-info .contact-info h3 {
  margin-top: 10px;
}
.ha-passenger-info .contact-info .traveler-lg:hover {
  cursor: default;
}
.ha-passenger-info .contact-info .traveler-lg:hover:before {
  display: none;
}
.ha-passenger-info .contact-info .traveler-lg:hover:after {
  display: none;
}
.ha-modal#add-edit-pax .modalContainer,
.ha-modal#add-edit-traveler .modalContainer {
  padding-bottom: 0;
}
.ha-modal#add-edit-pax .or,
.ha-modal#add-edit-traveler .or {
  font-style: normal;
  font-size: 1.125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.3;
  letter-spacing: 0em;
  /* extend => mixin */
  font-style: italic;
  color: #f4846b;
  display: block;
  margin-top: 55px;
  text-align: center;
}
.ha-modal#add-edit-pax h1,
.ha-modal#add-edit-traveler h1 {
  text-align: center;
  margin-bottom: 20px !important;
}
.ha-modal#add-edit-pax h3,
.ha-modal#add-edit-traveler h3 {
  margin-top: 10px;
}
.ha-modal#add-edit-pax .cancel-btn,
.ha-modal#add-edit-traveler .cancel-btn {
  margin-right: 10px;
}
.ha-modal#add-edit-pax .terms,
.ha-modal#add-edit-traveler .terms {
  background: #cce5ef;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 20px;
}
.ha-modal#add-edit-pax .terms .row,
.ha-modal#add-edit-traveler .terms .row {
  overflow-y: scroll;
  height: 400px;
  position: relative;
}
.ha-main-image-content-block .main-image {
  height: 420px;
  background-size: cover;
  -ms-behavior: url(/Scripts/lib/backgroundsize-polyfill/backgroundsize.htc);
  background-position: center center;
}
.ha-main-image-content-block .photo-credit {
  bottom: 20px;
  text-align: right;
  line-height: 1;
}
.ha-main-image-content-block .photo-credit .photo-location {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  /* extend => mixin */
  opacity: 1;
  display: block;
}
.ha-main-image-content-block .page-container {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 15px;
  background-color: rgba(0, 0, 0, 0.25);
}
.ha-main-image-content-block [ha-carousel-pagination-with-paddles] .previous,
.ha-main-image-content-block [ha-carousel-pagination-with-paddles] .next {
  display: none;
}
.ha-main-image-content-block [ha-carousel-pagination-with-paddles] .navdot {
  background: #a0a3a5;
  top: -20px;
}
.ha-main-image-content-block [ha-carousel-pagination-with-paddles] .navdot.selected {
  background: #ffffff;
}
@media only screen and (max-device-width: 1024px) {
  .ha-main-image-content-block [ha-carousel-paddles] .previous,
  .ha-main-image-content-block [ha-carousel-paddles] .next {
    display: none;
  }
}
@media only screen and (min-width: 1290px) {
  .ha-main-image-content-block .main-image {
    height: 500px;
  }
}
.ha-global-alerts {
  margin: 0px;
  position: relative;
  display: block;
  width: 100%;
  z-index: 30;
}
.ha-global-alerts [ha-global-alert]:last-of-type {
  border-bottom: none;
}
.ha-photo-gallery {
  /* for ipad in portrait mode */
}
.ha-photo-gallery .is-mobile {
  display: none;
  height: 0px;
  width: 0px;
}
.ha-photo-gallery .backdrop {
  display: block;
  background: #1b242d;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 20000;
  height: 100%;
  min-width: 980px;
  min-height: 500px;
}
.ha-photo-gallery .close-btn {
  position: absolute;
  right: 25px;
  top: 25px;
  z-index: 999;
  color: #ffffff;
}
.ha-photo-gallery .ha-carousel {
  clear: both;
}
.ha-photo-gallery .ha-carousel-slide {
  display: table;
}
.ha-photo-gallery .ha-carousel-slide .main-content {
  display: table-row;
  width: 100%;
}
.ha-photo-gallery .ha-carousel-slide .main-content .paddle {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 80px;
  color: #ffffff;
}
.ha-photo-gallery .center-wrapper {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  margin: 0 auto;
  box-sizing: border-box;
}
.ha-photo-gallery .center-wrapper .centered-content {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.ha-photo-gallery .center-wrapper .centered-content .photo-viewer {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-right: 30px;
}
.ha-photo-gallery .center-wrapper .centered-content .photo-viewer .main-photo {
  max-width: 100%;
  border: 0px;
  -webkit-box-shadow: 4px 6px 30px 0px rgba(0, 0, 0, 0.9);
  box-shadow: 4px 6px 30px 0px rgba(0, 0, 0, 0.9);
}
.ha-photo-gallery .center-wrapper .centered-content .photo-caption {
  display: table-cell;
}
.ha-photo-gallery .photo-caption {
  text-align: center;
  vertical-align: top;
  padding-top: 85px;
  color: #a0a3a5;
  width: 240px;
}
.ha-photo-gallery .photo-caption .image-count {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  /* extend => mixin */
  color: #ffffff;
}
.ha-photo-gallery .photo-caption .image-count-indicator {
  display: none;
}
.ha-photo-gallery .photo-caption .title {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue-53-ext", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 0.08em;
  /* extend => mixin */
  color: #fcfcfa;
  padding-top: 30px;
}
.ha-photo-gallery .photo-caption .description {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  /* extend => mixin */
  padding-top: 8px;
  padding-bottom: 30px;
}
.ha-photo-gallery .photo-caption .credit {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  /* extend => mixin */
  font-style: italic;
}
.ha-photo-gallery [ha-carousel-paddles] a {
  background: rgba(255, 255, 255, 0.25);
}
.ha-photo-gallery [ha-carousel-paddles] a:hover {
  background: #a0a3a5;
}
.ha-photo-gallery [ha-carousel-pagination-with-paddles] {
  display: none;
}
.ha-photo-gallery [ha-carousel-pagination-with-paddles] .previous,
.ha-photo-gallery [ha-carousel-pagination-with-paddles] .next {
  display: none;
}
.ha-photo-gallery [ha-carousel-pagination-with-paddles] .navdot {
  background: #ffffff;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.ha-photo-gallery [ha-carousel-pagination-with-paddles] .navdot.selected {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .ha-photo-gallery .is-mobile {
    display: block;
  }
  .ha-photo-gallery .backdrop {
    height: 1272px;
    width: 100%;
    padding-top: 18px;
  }
  .ha-photo-gallery .close-btn {
    margin-right: 10px;
    margin-top: 15px;
  }
  .ha-photo-gallery .description {
    padding-left: 10%;
    padding-right: 10%;
  }
  .ha-photo-gallery .paddle {
    display: none;
  }
  .ha-photo-gallery [ha-carousel] {
    clear: both;
    margin-top: 40px;
  }
  .ha-photo-gallery .image-count {
    display: none;
  }
  .ha-photo-gallery .photo-caption .image-count-indicator {
    padding-top: 0px;
    display: initial;
  }
  .ha-photo-gallery [ha-carousel-pagination-with-paddles] {
    display: block;
    clear: both;
  }
  .ha-photo-gallery [ha-carousel-paddles] a {
    display: none;
  }
  .ha-photo-gallery .center-wrapper .centered-content .photo-viewer {
    display: block;
    max-height: 700px;
    padding-right: 0;
  }
  .ha-photo-gallery .center-wrapper .centered-content .photo-viewer .main-photo {
    max-height: 700px;
  }
  .ha-photo-gallery .center-wrapper .centered-content .photo-caption {
    display: block;
    padding-top: 0;
    width: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  body {
    min-width: 768px;
  }
}
@media only screen and (max-device-width: 1024px) {
  .ha-icon {
    font-size: 22px;
  }
}
.contact-us .containerPartialBleed .card-0 {
  padding: 5px 0;
  background-position: right top;
}
.contact-us .containerPartialBleed > div > .container {
  background-color: #fff;
}
.contact-us .containerPartialBleed > div > .container + .containerPartialBleed {
  width: 100%;
  margin: 15px 0 35px;
  border-top: 1px solid #f4f2ea;
}
.contact-us .containerPartialBleed > div > .container .section-header {
  font-style: normal;
  font-size: 1.375em;
  font-family: "helvetica-neue-53-ext", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
.contact-us .containerPartialBleed > div > .container .section-header2 {
  font-style: normal;
  font-size: 1.125em;
  font-family: "helvetica-neue-53-ext", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
.contact-us .containerPartialBleed > div > .container .section-text {
  font-style: normal;
  font-size: 1.125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.3;
  letter-spacing: 0em;
}
.contact-us .containerPartialBleed > div > .container .section-list {
  width: 670px;
  margin: 0 auto;
  text-align: left;
}
.contact-us .containerPartialBleed > div > .container .section-list li {
  width: 32.5%;
  padding: 0;
  white-space: nowrap;
}
.contact-us .containerPartialBleed > div > .container .section-list li:nth-child(3n-1) {
  padding-left: 20px;
}
.contact-us .containerPartialBleed > div > .container .section-list li:nth-child(3n) {
  padding-left: 40px;
}
.contact-us .containerPartialBleed > div > .container form {
  width: 435px;
  margin: 30px auto;
}
.contact-us .containerPartialBleed > div > .container form [ha-input] {
  width: 350px;
}
.contact-us .containerPartialBleed > div > .container form [ha-input] .has-label label {
  color: transparent;
  font-family: 'ha-icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.contact-us .containerPartialBleed > div > .container form [ha-input] .has-label label:before {
  content: "\e60b";
  position: relative;
  left: 7px;
  color: #999;
  font-size: 18px;
  line-height: 46px;
}
.contact-us .containerPartialBleed > div > .container form [ha-input] .value {
  width: 275px;
}
.contact-us .containerPartialBleed > div > .container form [ha-input] .placeholder {
  width: 81%;
}
.contact-us .containerPartialBleed > div > .container.contact-info {
  margin-bottom: 50px;
}
.contact-us .containerPartialBleed > div > .container.contact-info ul p {
  margin: 3px 0;
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
}
.contact-us .containerPartialBleed > div > .container.contact-info ul p img {
  margin-bottom: 20px;
}
.contact-us-email-us .email-tiles {
  text-align: center;
  padding-bottom: 70px;
}
.contact-us-email-us .email-tiles a {
  display: inline-block;
  width: 205px;
  height: 240px;
  padding: 0px;
  margin-right: 15px;
  margin-bottom: 15px;
  vertical-align: top;
}
.contact-us-email-us .email-tiles a .ha-icon {
  display: block;
  margin: 80px auto 20px;
}
.contact-us-email-us .email-tiles a .button-text {
  font-style: normal;
  font-size: 1.375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0.02em;
  /* extend => mixin */
  display: block;
}
.contact-us-email-us .email-tiles a .button-subtext {
  font-style: normal;
  font-size: 1.125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0.02em;
  /* extend => mixin */
  display: block;
  color: #cf76b4;
  margin-top: 12px;
}
.contact-us-email-form [ha-dropdown],
.contact-us-email-form .dk_container {
  width: 100%;
}
.contact-us-email-form [ng-model="topic"] {
  margin-top: 5px;
}
.contact-us-email-form .topics-list {
  font-size: 13px;
  margin-top: -28px;
  border: 0px;
}
.contact-us-email-form .topics-list h3 {
  color: #717072;
  font-weight: bold !important;
}
.contact-us-email-form .topics-list ul li {
  margin-bottom: 5px;
}
.contact-us-email-form .card-breadcrumb {
  padding: 0;
  margin-left: -3.75%;
}
.contact-us-email-form form h3 {
  margin-top: 25px;
}
.contact-us-email-form form h4 {
  margin-top: 0;
  font-weight: bold;
}
.contact-us-email-form form .ha-input,
.contact-us-email-form form [ha-input],
.contact-us-email-form form [ha-dropdown],
.contact-us-email-form form [ha-check],
.contact-us-email-form form [ha-radio] {
  margin-right: 0;
  margin-bottom: 20px;
}
.contact-us-email-form form .ha-input .mandatory-flag,
.contact-us-email-form form [ha-input] .mandatory-flag,
.contact-us-email-form form [ha-dropdown] .mandatory-flag,
.contact-us-email-form form [ha-check] .mandatory-flag,
.contact-us-email-form form [ha-radio] .mandatory-flag {
  font-size: 13px;
  padding-left: 5px;
}
.contact-us-email-form form [ha-checkbox] label {
  border: none;
  background-color: transparent;
  font-size: 16px;
  line-height: 38px;
  font-style: normal;
}
.ha-book-tabs {
  position: relative;
}
.ha-book-tabs .left-arrow {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 6px 8px 6px 0;
  border-color: transparent #CE0C88 transparent transparent;
  position: absolute;
  left: -20px;
  top: 30px;
}
.ha-book-tabs .right-arrow {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #b83292;
  position: absolute;
  right: -20px;
  top: 30px;
}
.ha-book-tabs .alternate-tabs {
  background: #5d4398;
  height: auto;
  position: relative;
  text-align: center;
  height: 66px;
  overflow: hidden;
  margin-bottom: 20px;
}
.ha-book-tabs .alternate-tabs .tab {
  color: #ffffff;
  border-right: 1px solid #ffffff;
  text-align: center;
  float: left;
  width: 14.2%;
  padding: 13px 0 14px 0;
  position: relative;
}
.ha-book-tabs .alternate-tabs .tab span {
  color: #ffffff;
}
.ha-book-tabs .alternate-tabs .tab.current {
  background: #ffffff;
  color: #221f1f;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  margin-top: 3px;
  cursor: default;
}
.ha-book-tabs .alternate-tabs .tab.current .from-price {
  font-style: normal;
  font-size: 1.125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.3;
  letter-spacing: 0em;
  /* extend => mixin */
  color: #f4846b;
}
.ha-book-tabs .alternate-tabs .tab.current .currency-symbol,
.ha-book-tabs .alternate-tabs .tab.current .currency-type {
  color: #f4846b;
}
.ha-book-tabs .alternate-tabs .tab.current span {
  color: #f4846b;
}
.ha-book-tabs .alternate-tabs .tab.current .mileage-fee {
  color: #f4846b;
}
.ha-book-tabs .alternate-tabs .tab.current .date {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  /* extend => mixin */
  color: #1b242d;
  margin-top: 0;
  line-height: 1.2;
}
.ha-book-tabs .alternate-tabs .tab.miles-layout {
  padding-top: 10px;
}
.ha-book-tabs .alternate-tabs .tab.miles-layout .no-flights {
  margin-top: 6px;
  display: block;
}
.ha-book-tabs .alternate-tabs .tab:last-child {
  border-right: none;
}
.ha-book-tabs .alternate-tabs .tab:nth-child(3) {
  border-right: none;
}
.ha-book-tabs .alternate-tabs .tab .from-price {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: 0em;
  /* extend => mixin */
  display: block;
}
.ha-book-tabs .alternate-tabs .tab .date {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: 0em;
  /* extend => mixin */
  display: block;
  color: #b6a1ed;
  line-height: 1.3;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}
.ha-book-tabs .alternate-tabs .tab .mileage-fee {
  font-size: 11px;
  margin-top: -6px;
  display: block;
}
.ha-book-tabs .alternate-tabs .tab:before {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  opacity: 0;
}
.ha-book-tabs .alternate-tabs .tab:hover:before {
  position: absolute;
  content: "";
  bottom: 2px;
  left: 0;
  height: 4px;
  background: #f4846b;
  width: 100%;
  opacity: 1;
}
.ha-book-tabs .alternate-tabs .tab:hover .date {
  color: #f4846b;
}
.ha-book-tabs .alternate-tabs .tab.disabled .no-flights {
  color: #b6a1ed;
}
.ha-book-tabs .alternate-tabs .tab.disabled:hover:before {
  display: none;
}
.ha-book-tabs .alternate-tabs .tab.disabled:hover .date {
  color: #b6a1ed;
}
.ha-book-filter-bar {
  margin-bottom: 10px;
}
.ha-book-filter-bar .filter-link {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  /* extend => mixin */
  overflow: hidden;
  position: relative;
  display: inline-block;
  color: #717072;
  padding: 40px 31px 11px 31px;
  margin-top: -31px;
  margin-left: -30px;
}
.ha-book-filter-bar .filter-link .circle {
  background: #f5f5f2;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #e0e0db;
  padding: 3px 7px;
  font-size: 12px;
  margin-left: 3px;
}
.ha-book-filter-bar .filter-link .circle i {
  color: #CE0C88;
}
.ha-book-filter-bar .dropdown-content {
  background: #ffffff;
  position: absolute;
  z-index: 3;
  outline: none;
  min-width: 200px;
  top: 40px;
  margin-left: -9px;
}
.ha-book-filter-bar .dropdown-content .content {
  padding: 15px;
}
.ha-book-filter-bar .dropdown-content.active {
  display: block;
}
.ha-book-filter-bar .dropdown-content .cancel {
  font-weight: bold;
}
.ha-book-filter-bar .dropdown-content .action-bar {
  background: #f4f2ea;
  padding: 10px;
  text-align: right;
  border-top: 1px solid #e0e0db;
}
.ha-book-filter-bar .dropdown-content .action-bar a {
  margin-left: 10px;
}
.ha-book-filter-bar .filter-group {
  display: inline-block;
  position: relative;
}
.ha-book-filter-bar .filter-group.active .filter-link {
  z-index: 4;
}
.ha-book-filter-bar .filter-group.active .filter-link:before {
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.4);
  position: absolute;
  content: ' ';
  top: 23px;
  right: 19px;
  bottom: 0;
  left: 21px;
  background: #ffffff;
  z-index: -1;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.ha-book-filter-bar .filter-group.active .dropdown-content {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
}
.ha-book-filter-bar .filter-group.active .circle {
  background: #ffffff;
}
.ha-book-filter-bar .view-options,
.ha-book-filter-bar .sort {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  /* extend => mixin */
  float: right;
  margin-top: -10px;
}
.ha-book-filter-bar .view-options .value,
.ha-book-filter-bar .sort .value {
  font-weight: normal;
  color: #717072;
  text-align: left;
}
.ha-book-filter-bar .view-options .option,
.ha-book-filter-bar .sort .option {
  text-align: left;
  padding-left: 15px;
}
.ha-book-flight-results .ha-loading-spinner {
  left: 50%;
  margin-left: -15px;
  margin-top: 20px;
}
.ha-book-flight-results [ng-cloak] {
  display: none;
}
.ha-book-flight-results .container.main-content {
  min-height: 280px;
  overflow: hidden;
  position: relative;
}
.ha-book-flight-results .container.keep-track,
.ha-book-flight-results .container.select-class,
.ha-book-flight-results .container.continue-bar {
  background: #ffffff;
  padding-top: 40px;
  padding-bottom: 40px;
}
.ha-book-flight-results .baggage-fees {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  /* extend => mixin */
  float: right;
  margin: 20px 0 20px 0;
  position: relative;
  z-index: 1;
}
.ha-book-flight-results .segment .loading-segment {
  top: 280px;
  opacity: 0;
}
.ha-book-flight-results .segment.loading {
  display: none;
}
.ha-book-flight-results .segment .selected-flight-info {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  /* extend => mixin */
  display: none;
  margin-bottom: 12px;
  margin-top: 12px;
  color: #221f1f;
}
.ha-book-flight-results .segment .selected-flight-info span {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: 0em;
  /* extend => mixin */
  font-weight: normal;
  padding-left: 5px;
  color: #717072;
}
.ha-book-flight-results .table-header {
  margin-bottom: 10px;
}
.ha-book-flight-results .table-header .col-filler {
  width: 52%;
  float: left;
}
.ha-book-flight-results .table-header .col-depart-arrive,
.ha-book-flight-results .table-header .col-stops,
.ha-book-flight-results .table-header .col-duration {
  float: left;
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  color: #717072;
}
.ha-book-flight-results .table-header .col-depart-arrive {
  width: 46%;
  padding-left: 15px;
}
.ha-book-flight-results .table-header .col-stops {
  width: 34%;
}
.ha-book-flight-results .table-header .seat-class-container {
  width: 48%;
  float: left;
}
.ha-book-flight-results .table-header .seat-class-container .col-class-type {
  width: 33.3%;
  text-align: center;
  float: left;
}
.ha-book-flight-results .table-header .seat-class-container .col-class-type .class-name {
  font-style: normal;
  font-size: 0.75em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 0.08em;
  /* extend => mixin */
  display: block;
  font-weight: bold;
}
.ha-book-flight-results .table-header .seat-class-container .col-class-type a {
  font-style: normal;
  font-size: 0.75em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  /* extend => mixin */
}
.ha-book-flight-results .flight-results {
  position: relative;
  text-align: center;
}
.ha-book-flight-results .flight-results span {
  display: inline-block;
}
.ha-book-flight-results .flight-results .result {
  border-spacing: 0 !important;
  -ms-zoom: auto;
  border: 1px solid #e0e0db;
  margin-bottom: 10px;
}
.ha-book-flight-results .flight-results .result:last-child {
  margin-bottom: 0;
}
.ha-book-flight-results .flight-results .result.currency-KRW .seat-class-price {
  font-size: 14px !important;
}
.ha-book-flight-results .flight-results .result .table {
  display: table;
  table-layout: fixed;
  width: 100%;
  position: relative;
}
.ha-book-flight-results .flight-results .result .table:hover {
  background: #fafaf7;
}
.ha-book-flight-results .flight-results .result .table:hover .col-class {
  background: #eceae2;
}
.ha-book-flight-results .flight-results .result .table:hover a.details {
  color: #CE0C88;
}
.ha-book-flight-results .flight-results .result .table.expanded a.details {
  color: #CE0C88;
}
.ha-book-flight-results .flight-results .result .row {
  display: table-row;
}
.ha-book-flight-results .flight-results .result .col {
  padding: 15px;
  display: table-cell;
  vertical-align: top;
}
.ha-book-flight-results .flight-results .result .col-action-button {
  width: 15%;
}
.ha-book-flight-results .flight-results .result .inner-col-block {
  text-align: left;
  display: inline-block;
}
.ha-book-flight-results .flight-results .result .col-departure,
.ha-book-flight-results .flight-results .result .col-destination,
.ha-book-flight-results .flight-results .result .col-stops {
  text-align: left;
}
.ha-book-flight-results .flight-results .result .col-departure {
  width: 8%;
}
.ha-book-flight-results .flight-results .result .col-duration {
  width: 16%;
}
.ha-book-flight-results .flight-results .result .col-destination {
  width: 11%;
}
.ha-book-flight-results .flight-results .result .col-arrow {
  width: 3%;
  padding: 15px 0;
}
.ha-book-flight-results .flight-results .result .col-stops {
  width: 15%;
}
.ha-book-flight-results .flight-results .result .col-filler {
  width: 70%;
}
.ha-book-flight-results .flight-results .result .col-class-type {
  width: 32%;
}
.ha-book-flight-results .flight-results .result .col-class {
  width: 48%;
  padding: 0;
  background: #f5f5f2;
  border-left: 1px solid #e0e0db;
}
.ha-book-flight-results .flight-results .result .col-class .seat-class {
  width: 33.3%;
  float: left;
  position: relative;
  padding: 22px 10px;
  border-right: 1px dotted #d0d0d0;
  min-height: 116px;
}
.ha-book-flight-results .flight-results .result .col-class .seat-class:nth-child(3) {
  border-right: none;
}
.ha-book-flight-results .flight-results .result .time,
.ha-book-flight-results .flight-results .result .duration,
.ha-book-flight-results .flight-results .result .stops {
  font-style: normal;
  font-size: 1.125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #221f1f;
  line-height: 1;
}
.ha-book-flight-results .flight-results .result .airport-code {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  display: block;
  color: #717072;
}
.ha-book-flight-results .flight-results .result .city-name {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  display: block;
  font-weight: normal;
  color: #a0a3a5;
  line-height: 1.2;
}
.ha-book-flight-results .flight-results .result .next-day-arrival {
  font-style: normal;
  font-size: 0.6875em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.3;
  letter-spacing: 0em;
  color: #f4846b;
  font-weight: bold;
  line-height: 1;
  display: block;
}
.ha-book-flight-results .flight-results .result .operated-by {
  font-style: normal;
  font-size: 0.75em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0em;
  display: block;
  color: #a0a3a5;
}
.ha-book-flight-results .flight-results .result .operated-by span {
  display: inline;
}
.ha-book-flight-results .flight-results .result .airport-codes {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  color: #717072;
  line-height: 1.2;
  white-space: nowrap;
}
.ha-book-flight-results .flight-results .result .airport-codes .stopover {
  margin-bottom: 6px;
  display: block;
  margin-top: 2px;
}
.ha-book-flight-results .flight-results .result .seat-class .discount-applied {
  top: 0;
  left: 0;
  background: #f4846b;
  color: white;
  padding: 2px;
  font-size: 10px;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  position: absolute;
  cursor: pointer;
}
.ha-book-flight-results .flight-results .result .seat-class .discount-tooltip {
  background-color: #ffffff;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 109%;
  width: 270px;
  padding: 20px;
  text-align: left;
  left: -40%;
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: 0em;
  z-index: 100;
}
.ha-book-flight-results .flight-results .result .seat-class .discount-tooltip::after {
  content: '';
  position: absolute;
}
.ha-book-flight-results .flight-results .result .seat-class .discount-tooltip::after {
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 12px solid #ffffff;
  top: 100%;
  left: 50%;
  margin-left: -12px;
}
.ha-book-flight-results .flight-results .result .seat-class .discount-tooltip::after {
  content: '';
  position: absolute;
}
.ha-book-flight-results .flight-results .result .seat-class .discount-tooltip p {
  margin-bottom: 0;
  margin-top: 0;
}
.ha-book-flight-results .flight-results .result .seat-class .seat-price {
  font-style: normal;
  font-size: 1.125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.3;
  letter-spacing: 0em;
  color: #a0a3a5;
  display: block;
}
.ha-book-flight-results .flight-results .result .seat-class .price-label {
  font-style: normal;
  font-size: 0.75em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0em;
  display: block;
  color: #717072;
  letter-spacing: 0;
  margin-bottom: 8px;
}
.ha-book-flight-results .flight-results .result .seat-class .was-price {
  margin-top: 5px;
  font-style: normal;
  font-size: 0.75em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0em;
  display: block;
  color: #717072;
  letter-spacing: 0;
  margin-bottom: 0;
  line-height: 1;
}
.ha-book-flight-results .flight-results .result .seat-class .seat-class-price {
  font-size: 13px;
  padding: 7px 13px 6px;
  font-weight: bold;
  margin: 0 10px;
}
.ha-book-flight-results .flight-results .result .seat-class .seat-class-price.one-way-padding {
  margin-top: 20px;
}
.ha-book-flight-results .flight-results .result .seat-class .lowest-price {
  color: #f4846b;
}
.ha-book-flight-results .flight-results .result .seat-class .mileage-fee {
  font-style: normal;
  font-size: 0.6875em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.3;
  letter-spacing: 0em;
  display: block;
  margin-top: -4px;
  margin-bottom: 3px;
}
.ha-book-flight-results .flight-results .result .seat-class .round-trip {
  font-style: normal;
  font-size: 0.625em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.08em;
  display: block;
}
.ha-book-flight-results .flight-results .result .seat-class .from {
  font-style: normal;
  font-size: 0.625em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.08em;
  color: #a0a3a5;
  display: block;
  font-weight: normal;
}
.ha-book-flight-results .flight-results .result .seat-class .seat-class-name {
  font-style: normal;
  font-size: 0.75em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0em;
  color: #a0a3a5;
  display: block;
  text-transform: capitalize;
}
.ha-book-flight-results .flight-results .result .seat-class .seats-remaining {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  color: #f4846b;
  display: block;
}
.ha-book-flight-results .flight-results .result a.details {
  position: absolute;
  bottom: 12px;
  left: 14px;
  font-style: normal;
  font-size: 0.75em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0em;
}
.ha-book-flight-results .flight-results .result .flight-details-wrapper {
  -webkit-transition-property: max-height;
  transition-property: max-height;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: transform ease-in-out;
  max-height: 500px;
  overflow: hidden;
}
.ha-book-flight-results .flight-results .result .flight-details-wrapper.ng-hide {
  display: block !important;
  max-height: 0px;
}
.ha-book-flight-results .flight-results .result .flight-details-wrapper.ng-animate {
  border-spacing: 0 !important;
  -ms-zoon: auto;
}
.ha-book-flight-results .flight-results .result .flight-details {
  border-top: 1px dashed #e0e0db;
  text-align: left;
  padding: 20px 0;
}
.ha-book-flight-results .flight-results .result .flight-details .row {
  display: block;
  padding: 0 3px;
  max-width: 2000px;
}
.ha-book-flight-results .flight-results .result .flight-details .row:last-child .line-group {
  border-bottom: none !important;
}
.ha-book-flight-results .flight-results .result .flight-details .line-group {
  border-bottom: 1px solid #f5f5f2;
  margin-bottom: 13px;
  padding-bottom: 11px;
  padding-left: 0;
}
.ha-book-flight-results .flight-results .result .flight-details .flight-number {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  /* extend => mixin */
  color: #1b242d;
}
.ha-book-flight-results .flight-results .result .flight-details .operated-by-details {
  font-style: normal;
  font-size: 0.75em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0em;
  /* extend => mixin */
  color: #a0a3a5;
  display: block;
}
.ha-book-flight-results .flight-results .result .flight-details .time,
.ha-book-flight-results .flight-results .result .flight-details .departure-city,
.ha-book-flight-results .flight-results .result .flight-details .duration,
.ha-book-flight-results .flight-results .result .flight-details .on-time,
.ha-book-flight-results .flight-results .result .flight-details .late {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  color: #1b242d;
}
.ha-book-flight-results .flight-results .result .flight-details .time {
  display: block;
}
.ha-book-flight-results .flight-results .result .flight-details .departure-city {
  display: block;
}
.ha-book-flight-results .flight-results .result .flight-details .late.late-highlight {
  color: red;
}
.ha-book-flight-results .flight-results .result .flight-details .on-time-label {
  font-style: normal;
  font-size: 0.6875em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.3;
  letter-spacing: 0em;
  /* extend => mixin */
  color: #a0a3a5;
  display: block;
}
.ha-book-flight-results .flight-results .result .flight-details .late-label {
  font-style: normal;
  font-size: 0.6875em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.3;
  letter-spacing: 0em;
  /* extend => mixin */
  color: #d0d0d0;
  display: block;
}
.ha-book-flight-results .flight-results .result .flight-details a.view-seats {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  /* extend => mixin */
  font-weight: bold;
  border-top: 1px solid #e0e0db;
  display: block;
  padding-top: 15px;
  margin-top: 15px;
}
.ha-book-flight-results .area-search .result .airport-code {
  color: #f4846b !important;
  font-size: 1.6em !important;
}
.ha-book-flight-results .continue-bar-wrapper {
  margin-top: 3px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 800ms ease-in-out 1.5s;
  transition: max-height 800ms ease-in-out 1.5s;
}
.ha-book-flight-results .continue-bar-wrapper.active {
  max-height: 300px;
}
.ha-book-flight-results .continue-bar-wrapper .back-to-results {
  margin-right: 10px;
}
.ha-book-flight-results .continue-bar-wrapper .save-fare {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  /* extend => mixin */
  margin-top: 18px;
  display: block;
  color: #717072;
}
.ha-book-flight-results .continue-bar-wrapper .save-fare a {
  display: inline-block;
  margin: 0 12px;
}
.ha-book-flight-results-org .ha-loading-spinner {
  left: 50%;
  margin-left: -15px;
}
.ha-book-flight-results-org [ng-cloak] {
  display: none;
}
.ha-book-flight-results-org .container.main-content {
  min-height: 280px;
  overflow: hidden;
  position: relative;
}
.ha-book-flight-results-org .container.keep-track,
.ha-book-flight-results-org .container.select-class,
.ha-book-flight-results-org .container.continue-bar {
  background: #ffffff;
  padding: 40px 0;
}
.ha-book-flight-results-org .baggage-fees {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  /* extend => mixin */
  float: right;
  margin: 20px 0 20px 0;
  position: relative;
  z-index: 1;
}
.ha-book-flight-results-org .segment {
  position: absolute;
  left: -1099px;
  opacity: 0;
}
.ha-book-flight-results-org .segment .loading-segment {
  top: 280px;
  opacity: 0;
}
.ha-book-flight-results-org .segment.loading .alternate-tabs {
  opacity: 0.2;
}
.ha-book-flight-results-org .segment.loading .result {
  opacity: 0.2;
}
.ha-book-flight-results-org .segment.loading .loading-segment {
  top: 280px;
  opacity: 1;
}
.ha-book-flight-results-org .segment.current {
  -webkit-transition: opacity 500ms ease 1s;
  transition: opacity 500ms ease 1s;
  opacity: 1;
  position: relative;
  left: 0;
  z-index: 1;
}
.ha-book-flight-results-org .segment .selected-flight-info {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  /* extend => mixin */
  display: none;
  margin-bottom: 12px;
  margin-top: 12px;
  color: #221f1f;
}
.ha-book-flight-results-org .segment .selected-flight-info span {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: 0em;
  /* extend => mixin */
  font-weight: normal;
  padding-left: 5px;
  color: #717072;
}
.ha-book-flight-results-org .segment.hasSelectedFlight {
  opacity: 1;
  left: auto;
  position: relative;
}
.ha-book-flight-results-org .segment.hasSelectedFlight .result {
  opacity: 0;
  position: absolute;
  top: -200000px;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}
.ha-book-flight-results-org .segment.hasSelectedFlight .selected-flight-info {
  display: block;
}
.ha-book-flight-results-org .segment.hasSelectedFlight .result.selected {
  position: relative;
  opacity: 1;
  top: 0;
  border-bottom: 0;
}
.ha-book-flight-results-org .segment.hasSelectedFlight .result.selected.round-trip-fare .round-trip,
.ha-book-flight-results-org .segment.hasSelectedFlight .result.selected.round-trip-fare .from,
.ha-book-flight-results-org .segment.hasSelectedFlight .result.selected.round-trip-fare .seat-class-price {
  display: none;
}
.ha-book-flight-results-org .segment.hasSelectedFlight .result.selected .multicity .seat-class {
  display: none;
}
.ha-book-flight-results-org .segment.hasSelectedFlight .result.selected .multicity .seat-class .radio-button {
  margin-top: 8px;
  left: 27%;
}
.ha-book-flight-results-org .segment.hasSelectedFlight .result.selected .multicity .seat-class.current {
  display: block;
}
.ha-book-flight-results-org .segment.hasSelectedFlight .ha-book-tabs,
.ha-book-flight-results-org .segment.hasSelectedFlight .filter-flights,
.ha-book-flight-results-org .segment.hasSelectedFlight header {
  display: none;
}
.ha-book-flight-results-org .multicity-seatclass-header {
  margin-bottom: 10px;
}
.ha-book-flight-results-org .multicity-seatclass-header .col-filler {
  width: 50%;
  float: left;
}
.ha-book-flight-results-org .multicity-seatclass-header .seat-class-container {
  width: 50%;
  float: left;
}
.ha-book-flight-results-org .multicity-seatclass-header .seat-class-container .col-class-type {
  width: 33%;
  text-align: center;
  float: left;
}
.ha-book-flight-results-org .multicity-seatclass-header .seat-class-container .col-class-type .class-name {
  font-style: normal;
  font-size: 0.75em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 0.08em;
  /* extend => mixin */
  display: block;
}
.ha-book-flight-results-org .multicity-seatclass-header .seat-class-container .col-class-type a {
  font-style: normal;
  font-size: 0.75em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  /* extend => mixin */
}
.ha-book-flight-results-org .flight-results {
  border: 1px solid #e0e0db;
  position: relative;
  text-align: center;
}
.ha-book-flight-results-org .flight-results span {
  display: inline-block;
}
.ha-book-flight-results-org .flight-results .result {
  border-spacing: 0 !important;
  -ms-zoon: auto;
}
.ha-book-flight-results-org .flight-results .result {
  border-bottom: 1px solid #e0e0db;
}
.ha-book-flight-results-org .flight-results .result.currency-KRW .seat-class-price {
  font-size: 14px !important;
}
.ha-book-flight-results-org .flight-results .result .table {
  display: table;
  table-layout: fixed;
  width: 100%;
  position: relative;
}
.ha-book-flight-results-org .flight-results .result .table:hover {
  cursor: -webkit-zoom-in;
  background: #fafaf7;
}
.ha-book-flight-results-org .flight-results .result .table:hover .col-class {
  background: #eceae2;
}
.ha-book-flight-results-org .flight-results .result .table:hover a.details {
  color: #CE0C88;
}
.ha-book-flight-results-org .flight-results .result .table.expanded a.details {
  color: #CE0C88;
}
.ha-book-flight-results-org .flight-results .result .table.expanded:hover {
  cursor: -webkit-zoom-out;
}
.ha-book-flight-results-org .flight-results .result .row {
  display: table-row;
}
.ha-book-flight-results-org .flight-results .result .col {
  padding: 15px;
  display: table-cell;
  vertical-align: middle;
}
.ha-book-flight-results-org .flight-results .result .col-action-button {
  width: 15%;
}
.ha-book-flight-results-org .flight-results .result .inner-col-block {
  text-align: left;
  display: inline-block;
}
.ha-book-flight-results-org .flight-results .result .col-departure,
.ha-book-flight-results-org .flight-results .result .col-destination,
.ha-book-flight-results-org .flight-results .result .col-stops {
  text-align: center;
}
.ha-book-flight-results-org .flight-results .result .col-departure {
  width: 10%;
  text-align: center;
}
.ha-book-flight-results-org .flight-results .result .col-duration {
  width: 8%;
  text-align: center;
}
.ha-book-flight-results-org .flight-results .result .col-duration .fontIcon16-flights {
  color: #717072;
  font-size: 26px;
}
.ha-book-flight-results-org .flight-results .result .col-destination {
  width: 10%;
}
.ha-book-flight-results-org .flight-results .result .col-details {
  width: 10%;
}
.ha-book-flight-results-org .flight-results .result .col-stops {
  width: 13%;
}
.ha-book-flight-results-org .flight-results .result .col-filler {
  width: 70%;
}
.ha-book-flight-results-org .flight-results .result .col-class-type {
  width: 32%;
}
.ha-book-flight-results-org .flight-results .result .col-class {
  width: 35%;
  background: #f5f5f2;
}
.ha-book-flight-results-org .flight-results .result .col-class .seat-class {
  width: 33%;
  float: left;
  padding: 10px;
  border-right: 1px dotted #d0d0d0;
}
.ha-book-flight-results-org .flight-results .result .col-class .seat-class:nth-child(3) {
  border-right: none;
}
.ha-book-flight-results-org .flight-results .result .multicity .change-flight-btn {
  margin-top: 5px;
}
.ha-book-flight-results-org .flight-results .result .multicity .mixed-class {
  font-style: normal;
  font-size: 0.75em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0em;
  /* extend => mixin */
  width: 30%;
  float: left;
  color: #a0a3a5;
  text-align: left;
  margin-top: 7px;
}
.ha-book-flight-results-org .flight-results .result .multicity .mixed-class .mixed-class-details {
  position: relative;
  display: inline-block;
}
.ha-book-flight-results-org .flight-results .result .multicity .mixed-class .mixed-class-details .ha-tooltip {
  right: -17px;
  padding: 15px;
  top: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.ha-book-flight-results-org .flight-results .result .multicity .mixed-class .mixed-class-details .ha-tooltip .row {
  display: block !important;
}
.ha-book-flight-results-org .flight-results .result .multicity .mixed-class .mixed-class-details .ha-tooltip .ha-icon {
  float: left;
  margin-right: 4px;
  margin-top: -1px;
}
.ha-book-flight-results-org .flight-results .result .multicity .mixed-class .mixed-class-details .ha-tooltip h5 {
  margin-bottom: 15px;
  margin-top: 0;
}
.ha-book-flight-results-org .flight-results .result .multicity .col-class {
  width: 51%;
}
.ha-book-flight-results-org .flight-results .result .multicity .col-class .hidden {
  display: none;
}
.ha-book-flight-results-org .flight-results .result .multicity .col-class .seat-class {
  cursor: pointer;
  position: relative;
}
.ha-book-flight-results-org .flight-results .result .multicity .col-class .seat-class.disabled:hover {
  cursor: not-allowed;
}
.ha-book-flight-results-org .flight-results .result .multicity .col-class .seat-class .radio-button {
  position: absolute;
  margin-left: -28px;
  margin-top: 26px;
  display: block;
  left: 27%;
}
.ha-book-flight-results-org .flight-results .result .multicity .col-class .seat-class:hover .radio-button span {
  background-color: #d0d0d0;
}
.ha-book-flight-results-org .flight-results .result .multicity .col-class .seat-class:hover .radio-button.selected span {
  background-color: #CE0C88 !important;
}
.ha-book-flight-results-org .flight-results .result:last-child {
  border-bottom: none;
}
.ha-book-flight-results-org .flight-results .result .time {
  font-style: normal;
  font-size: 1.125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0.02em;
  /* extend => mixin */
}
.ha-book-flight-results-org .flight-results .result .time {
  color: #221f1f;
  line-height: 1;
}
.ha-book-flight-results-org .flight-results .result .stops {
  font-style: normal;
  font-size: 1.125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0.02em;
  /* extend => mixin */
  color: #221f1f;
}
.ha-book-flight-results-org .flight-results .result .airport-code {
  font-style: normal;
  font-size: 0.75em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  /* extend => mixin */
}
.ha-book-flight-results-org .flight-results .result .duration {
  font-style: normal;
  font-size: 0.75em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  /* extend => mixin */
}
.ha-book-flight-results-org .flight-results .result .airport-code,
.ha-book-flight-results-org .flight-results .result .duration {
  display: block;
  color: #717072;
}
.ha-book-flight-results-org .flight-results .result .city-name {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  /* extend => mixin */
}
.ha-book-flight-results-org .flight-results .result .city-name {
  display: block;
  font-weight: normal;
  color: #a0a3a5;
  line-height: 1.2;
}
.ha-book-flight-results-org .flight-results .result .next-day-arrival {
  font-style: normal;
  font-size: 0.6875em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.3;
  letter-spacing: 0em;
  /* extend => mixin */
}
.ha-book-flight-results-org .flight-results .result .next-day-arrival {
  color: #f4846b;
  font-weight: bold;
  line-height: 1;
}
.ha-book-flight-results-org .flight-results .result .operated-by {
  font-style: normal;
  font-size: 0.625em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.3;
  letter-spacing: 0em;
  /* extend => mixin */
}
.ha-book-flight-results-org .flight-results .result .operated-by {
  display: block;
  position: absolute;
  bottom: 5px;
  left: 17.5%;
  color: #a0a3a5;
}
.ha-book-flight-results-org .flight-results .result .operated-by span {
  display: inline;
}
.ha-book-flight-results-org .flight-results .result .airport-codes {
  font-style: normal;
  font-size: 0.75em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0em;
  /* extend => mixin */
}
.ha-book-flight-results-org .flight-results .result .airport-codes {
  color: #a0a3a5;
  line-height: 1;
}
.ha-book-flight-results-org .flight-results .result .seat-class .seat-price {
  font-style: normal;
  font-size: 1.125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.3;
  letter-spacing: 0em;
  /* extend => mixin */
}
.ha-book-flight-results-org .flight-results .result .seat-class .seat-price {
  color: #a0a3a5;
  display: block;
}
.ha-book-flight-results-org .flight-results .result .seat-class .seat-class-price {
  font-size: 0.85em;
}
.ha-book-flight-results-org .flight-results .result .seat-class .seat-class-price .currency-symbol {
  font-size: 1em;
  vertical-align: top;
}
.ha-book-flight-results-org .flight-results .result .seat-class .lowest-price {
  color: #f4846b;
}
.ha-book-flight-results-org .flight-results .result .seat-class .mileage-fee {
  font-style: normal;
  font-size: 0.6875em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.3;
  letter-spacing: 0em;
  /* extend => mixin */
  display: block;
  margin-top: -4px;
  margin-bottom: 3px;
}
.ha-book-flight-results-org .flight-results .result .seat-class .round-trip {
  font-style: normal;
  font-size: 0.625em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.08em;
  /* extend => mixin */
  display: block;
}
.ha-book-flight-results-org .flight-results .result .seat-class .from {
  font-style: normal;
  font-size: 0.625em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.08em;
  /* extend => mixin */
  color: #a0a3a5;
  display: block;
  font-weight: normal;
}
.ha-book-flight-results-org .flight-results .result .seat-class .seat-class-name {
  font-style: normal;
  font-size: 0.75em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0em;
  /* extend => mixin */
}
.ha-book-flight-results-org .flight-results .result .seat-class .seat-class-name {
  color: #a0a3a5;
  display: block;
  text-transform: capitalize;
}
.ha-book-flight-results-org .flight-results .result .seat-class .seats-remaining {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  /* extend => mixin */
}
.ha-book-flight-results-org .flight-results .result .seat-class .seats-remaining {
  color: #f4846b;
  display: block;
}
.ha-book-flight-results-org .flight-results .result .flight-details-wrapper {
  -webkit-transition-property: max-height;
  transition-property: max-height;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: transform ease-in-out;
  max-height: 500px;
  overflow: hidden;
}
.ha-book-flight-results-org .flight-results .result .flight-details-wrapper.ng-hide {
  display: block !important;
  max-height: 0px;
}
.ha-book-flight-results-org .flight-results .result .flight-details-wrapper.ng-animate {
  border-spacing: 0 !important;
  -ms-zoon: auto;
}
.ha-book-flight-results-org .flight-results .result .flight-details {
  border-top: 1px dashed #e0e0db;
  text-align: left;
  padding: 20px 0;
}
.ha-book-flight-results-org .flight-results .result .flight-details .row {
  display: block;
  padding: 0 3px;
  max-width: 2000px;
}
.ha-book-flight-results-org .flight-results .result .flight-details .flight-number {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  /* extend => mixin */
  color: #717072;
}
.ha-book-flight-results-org .flight-results .result .flight-details .operated-by-details {
  font-style: normal;
  font-size: 0.75em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0em;
  /* extend => mixin */
  color: #a0a3a5;
  display: block;
}
.ha-book-flight-results-org .flight-results .result .flight-details .time {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  /* extend => mixin */
  color: #717072;
  display: inline-block;
}
.ha-book-flight-results-org .flight-results .result .flight-details .to-arrow {
  color: #717072;
  margin: 0 5px;
}
.ha-book-flight-results-org .flight-results .result .flight-details .duration {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  /* extend => mixin */
  display: inline-block;
  color: #717072;
}
.ha-book-flight-results-org .flight-results .result .flight-details .layover-time {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  /* extend => mixin */
  display: block;
  margin-bottom: 5px;
  color: #a0a3a5;
}
.ha-book-flight-results-org .flight-results .result .flight-details .departure-city {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  /* extend => mixin */
  color: #717072;
}
.ha-book-flight-results-org .flight-results .result .flight-details .on-time {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: 0em;
  /* extend => mixin */
  color: #717072;
}
.ha-book-flight-results-org .flight-results .result .flight-details .late {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: 0em;
  /* extend => mixin */
  color: #717072;
}
.ha-book-flight-results-org .flight-results .result .flight-details .late.late-highlight {
  color: red;
}
.ha-book-flight-results-org .flight-results .result .flight-details .on-time-label {
  font-style: normal;
  font-size: 0.6875em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.3;
  letter-spacing: 0em;
  /* extend => mixin */
  color: #d0d0d0;
  display: block;
}
.ha-book-flight-results-org .flight-results .result .flight-details .late-label {
  font-style: normal;
  font-size: 0.6875em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.3;
  letter-spacing: 0em;
  /* extend => mixin */
  color: #d0d0d0;
  display: block;
}
.ha-book-flight-results-org .flight-results .result .flight-details a.view-seats {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  /* extend => mixin */
  font-weight: bold;
  border-top: 1px solid #e0e0db;
  display: block;
  padding-top: 15px;
  margin-top: 15px;
}
.ha-book-flight-results-org .area-search .result .airport-code {
  color: #f4846b !important;
  font-size: 1.6em !important;
}
.ha-book-flight-results-org .continue-bar-wrapper {
  margin-top: 3px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 800ms ease-in-out 1.5s;
  transition: max-height 800ms ease-in-out 1.5s;
}
.ha-book-flight-results-org .continue-bar-wrapper.active {
  max-height: 300px;
}
.ha-book-flight-results-org .continue-bar-wrapper .back-to-results {
  margin-right: 10px;
}
.ha-book-flight-results-org .continue-bar-wrapper .save-fare {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  /* extend => mixin */
  margin-top: 18px;
  display: block;
  color: #717072;
}
.ha-book-flight-results-org .continue-bar-wrapper .save-fare a {
  display: inline-block;
  margin: 0 12px;
}
.ha-modal#results-help h1 {
  text-align: center;
  margin-bottom: 20px;
}
.select-class-wrapper {
  margin-top: 3px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 800ms ease-in-out 1s;
  transition: max-height 800ms ease-in-out 1s;
}
.select-class-wrapper header.secondary h1 {
  margin-top: 65px !important;
}
.select-class-wrapper .container {
  background: #ffffff;
  margin-bottom: 0;
  padding-bottom: 40px;
}
.select-class-wrapper.active {
  max-height: 1000px;
}
.select-class-wrapper .select-class-table.row {
  border-bottom: 1px solid #e0e0db;
}
.select-class-wrapper .col-3 {
  border-left: 1px solid #e0e0db;
}
.select-class-wrapper .col-3:first-child {
  border-left: none;
}
.select-class-wrapper .class-type-wrap-coach .class-type-image {
  background-image: url(/euf/assets/hawaiianair/common/images/class_coach.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .select-class-wrapper .class-type-wrap-coach .class-type-image {
    background-image: url(/euf/assets/hawaiianair/common/images/class_coach@2x.jpg);
    background-size: 250px 170px;
  }
}
.select-class-wrapper .class-type-wrap-coachplus .class-type-title {
  display: none;
}
.select-class-wrapper .class-type-wrap-coachplus .class-type-title-logo {
  height: 45px;
  width: 100%;
  margin: 12px 0;
  background-image: url(/euf/assets/hawaiianair/common/images/logo_extra_comfort_dark.png);
  background-position: center;
  background-size: contain!important;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .select-class-wrapper .class-type-wrap-coachplus .class-type-title-logo {
    background-image: url(/euf/assets/hawaiianair/common/images/logo_extra_comfort_dark@2x.png);
    background-size: 250px 55px;
  }
}
.select-class-wrapper .class-type-wrap-coachplus .class-type-image {
  background-image: url(/euf/assets/hawaiianair/common/images/class_extra_comfort.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .select-class-wrapper .class-type-wrap-coachplus .class-type-image {
    background-image: url(/euf/assets/hawaiianair/common/images/class_extra_comfort@2x.jpg);
    background-size: 250px 170px;
  }
}
.select-class-wrapper .class-type-wrap-first .class-type-image {
  background-image: url(/euf/assets/hawaiianair/common/images/class_first_class.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .select-class-wrapper .class-type-wrap-first .class-type-image {
    background-image: url(/euf/assets/hawaiianair/common/images/class_first_class@2x.jpg);
    background-size: 250px 170px;
  }
}
.select-class-wrapper .select-class-table,
.select-class-wrapper .class-selection {
  border-bottom: 1px solid #e0e0db;
}
.select-class-wrapper .select-class-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.select-class-wrapper .select-class-table .class-segment,
.select-class-wrapper .select-class-table .class-type {
  display: table-cell;
}
.select-class-wrapper .select-class-table .class-segment {
  padding: 20px;
  border-top: 1px solid #e0e0db;
}
.select-class-wrapper .select-class-table .class-type {
  padding: 20px 12px 30px;
  text-align: center;
  border-top: 1px solid #e0e0db;
  border-left: 1px dashed #e0e0db;
  vertical-align: top;
}
.select-class-wrapper .select-class-table .class-type:last-child {
  padding-right: 0;
}
.select-class-wrapper .select-class-table h2 {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue-53-ext", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 0.08em;
  /* extend => mixin */
  height: 45px;
  line-height: 45px;
  margin-bottom: 0;
  margin-top: 12px;
  text-align: left;
}
.select-class-wrapper .select-class-table p {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  /* extend => mixin */
}
.select-class-wrapper .select-class-table .class-type-image {
  width: 100%;
  height: 170px;
  display: block;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.select-class-wrapper .class-selection {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 0;
}
.select-class-wrapper .class-selection .radio-button {
  top: 3px;
  margin-right: 10px;
}
.select-class-wrapper .class-selection .col-segment,
.select-class-wrapper .class-selection .col-selection {
  min-height: 116px;
  display: table-cell;
}
.select-class-wrapper .class-selection .col-selection {
  background: #f5f5f2;
}
.select-class-wrapper .class-selection a {
  text-align: center;
  position: relative;
  padding: 20px;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}
.select-class-wrapper .class-selection a .top-align,
.select-class-wrapper .class-selection a .middle-align,
.select-class-wrapper .class-selection a .bottom-align {
  position: absolute;
  left: 20px;
  right: 20px;
}
.select-class-wrapper .class-selection a .align-cell-table {
  display: table;
  height: 100%;
  width: 100%;
}
.select-class-wrapper .class-selection a .top-cell,
.select-class-wrapper .class-selection a .middle-cell,
.select-class-wrapper .class-selection a .bottom-cell {
  display: table-cell;
  height: 100%;
  width: 100%;
  text-align: center;
}
.select-class-wrapper .class-selection a .top-align {
  top: 0;
  bottom: 62%;
}
.select-class-wrapper .class-selection a .top-align .top-cell {
  vertical-align: bottom;
}
.select-class-wrapper .class-selection a .middle-align {
  top: 38%;
  bottom: 38%;
}
.select-class-wrapper .class-selection a .middle-align .middle-cell {
  vertical-align: middle;
}
.select-class-wrapper .class-selection a .bottom-align {
  top: 62%;
  bottom: 0%;
}
.select-class-wrapper .class-selection a .bottom-align .bottom-cell {
  vertical-align: top;
}
.select-class-wrapper .class-selection a.selected + a,
.select-class-wrapper .class-selection a:hover.selected + a {
  border-left-style: solid;
}
.select-class-wrapper .class-selection a.selected .price,
.select-class-wrapper .class-selection a:hover.selected .price,
.select-class-wrapper .class-selection a.selected .mileage-fee,
.select-class-wrapper .class-selection a:hover.selected .mileage-fee {
  color: #b99ff0;
}
.select-class-wrapper .class-selection a:hover {
  background: #f4f2ea;
}
.select-class-wrapper .class-selection a.disabled .price {
  display: none;
}
.select-class-wrapper .class-selection a.disabled .additional-cost {
  color: #a0a3a5;
  font-size: 16px;
}
.select-class-wrapper .class-selection a.disabled:hover {
  background: #f5f5f2;
}
.select-class-wrapper .class-selection .col-selection {
  border-left: 1px dashed #e0e0db;
}
.select-class-wrapper .class-selection .col-selection:last-child {
  border-right: 1px solid #e0e0db;
}
.select-class-wrapper .class-selection .col-selection:first-of-type {
  border-left-color: transparent;
}
.select-class-wrapper .class-selection .col-selection .price {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  /* extend => mixin */
  color: #a0a3a5;
  display: inline-block;
}
.select-class-wrapper .class-selection .col-selection .mixed-cabin-alert {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  /* extend => mixin */
  color: #a0a3a5;
  display: inline-block;
  font-weight: normal;
}
.select-class-wrapper .class-selection .col-selection .mixed-cabin-alert .deviant-leg {
  color: #f4846b;
}
.select-class-wrapper .class-selection .col-selection .mileage-fee {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  /* extend => mixin */
  color: #a0a3a5;
  display: inline-block;
}
.select-class-wrapper .class-selection .col-selection .additional-cost {
  font-style: normal;
  font-size: 1.375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.3;
  letter-spacing: 0em;
  /* extend => mixin */
  color: #221f1f;
  display: inline-block;
}
.select-class-wrapper .class-selection .col-selection .seats-remaining {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: 0em;
  /* extend => mixin */
  color: #f4846b;
  display: inline-block;
}
.select-class-wrapper .class-selection .col-selection .mixed-cabin-alert {
  font-size: 10px;
}
.select-class-wrapper .class-selection .col-selection .deviant-leg-details {
  color: #f4846b;
  display: inline-block;
  position: relative;
}
.select-class-wrapper .class-selection .col-selection .deviant-leg-details .details-overlay {
  padding: 10px 10px 10px 55px;
  text-align: left;
  color: #717072;
  position: absolute;
  background: #c2e0ec;
  border: 1px solid #bbd3db;
  height: 100px;
  width: 300px;
  z-index: 5;
  top: -110px;
  left: -140px;
  box-shadow: 0 5px 45px rgba(0, 0, 0, 0.5);
  display: none;
}
.select-class-wrapper .class-selection .col-selection .deviant-leg-details .details-overlay:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 140px;
  border-top: 10px solid #c2e0ec;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.select-class-wrapper .class-selection .col-selection .deviant-leg-details .details-overlay h5 {
  font-style: normal;
  font-size: 1.125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0.02em;
  /* extend => mixin */
}
.select-class-wrapper .class-selection .col-selection .deviant-leg-details .details-overlay .info-icon {
  color: #007db1;
  position: absolute;
  top: 20px;
  left: 16px;
  font-size: 23px;
}
.select-class-wrapper .class-selection .col-selection .deviant-leg-details:hover .details-overlay {
  display: block;
}
.select-class-wrapper .class-selection .col-segment {
  padding: 20px;
}
.select-class-wrapper .class-selection .col-segment span {
  display: block;
}
.select-class-wrapper .class-selection .col-segment .segment-legs span {
  display: block;
  float: left;
}
.select-class-wrapper .class-selection .col-segment .date {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}
.select-class-wrapper .class-selection .col-segment .selected-segment {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin-bottom: 15px;
}
.select-class-wrapper .class-selection .col-segment .airports {
  min-width: 65px;
}
.select-class-wrapper .class-selection .col-segment .duration {
  min-width: 55px;
}
.select-class-wrapper .class-selection .col-segment .airports,
.select-class-wrapper .class-selection .col-segment .duration {
  font-style: normal;
  font-size: 0.75em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0em;
  color: #a0a3a5;
}
.select-class-wrapper .class-selection .col-segment .airline {
  font-style: normal;
  font-size: 0.75em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0em;
  /* extend => mixin */
  color: #f4846b;
}
.select-class-wrapper .select-class-text {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  /* extend => mixin */
  color: #a0a3a5;
  text-align: left;
}
.select-class-wrapper ul {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  /* extend => mixin */
  color: #a0a3a5;
  margin-left: 20px;
  margin-bottom: 20px;
}
.select-class-wrapper a {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  /* extend => mixin */
}
#results-seat-class .modalContainer {
  padding-top: 35px;
  padding-bottom: 0;
}
#results-seat-class .modalContainer .close-modal-icon {
  top: 10px;
  right: 20px;
}
.book-seat-class-modal .tab-content-header {
  text-align: center;
  padding: 35px 0;
}
.book-seat-class-modal .tab-content-header h1 {
  font-style: normal;
  font-size: 1.125em;
  font-family: "helvetica-neue-53-ext", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.08em;
  /* extend => mixin */
}
.book-seat-class-modal .tab-content-body {
  padding-top: 35px;
  padding-bottom: 70px;
}
.book-seat-class-modal .tab-content-body .tab-content-body-title {
  text-align: center;
  color: #ffffff;
  margin-bottom: 35px;
}
.book-seat-class-modal .tab-content-body .tab-content-body-title h1 {
  font-style: normal;
  font-size: 1.625em;
  font-family: "helvetica-neue-light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.08em;
  /* extend => mixin */
  color: #ffffff;
}
.book-seat-class-modal .tab-content-body .tab-content-body-title .logo-extra-comfort {
  display: inline-block;
  height: 76px;
  width: 350px;
  background-image: url(/euf/assets/hawaiianair/common/images/logo_extra_comfort.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .book-seat-class-modal .tab-content-body .tab-content-body-title .logo-extra-comfort {
    background-image: url(/euf/assets/hawaiianair/common/images/logo_extra_comfort@2x.png);
    background-size: 350px 76px;
  }
}
.book-seat-class-modal .tab-content-body .item-blocks .row {
  position: relative;
  margin-bottom: 35px;
}
.book-seat-class-modal .tab-content-body .item-blocks .row:last-child {
  margin-bottom: 0;
}
.book-seat-class-modal .tab-content-body .item-blocks .row .item-block-text {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.book-seat-class-modal .tab-content-body .item-blocks .row .col-4 {
  text-align: center;
}
.book-seat-class-modal .tab-content-body .item-blocks .ha-icon {
  background: rgba(0, 0, 0, 0.3);
  color: white;
  line-height: 100px;
  text-align: center;
  padding: 20px;
  border-radius: 50%;
  font-size: 36px!important;
}
.book-seat-class-modal .tab-content-body p {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: 0em;
  /* extend => mixin */
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 23.33333333px;
}
.book-seat-class-modal .tab-content-body p img {
  max-width: 100%;
  height: auto;
}
.book-seat-class-modal .tab-content-body .first-class-image,
.book-seat-class-modal .tab-content-body .extra-comfort-image,
.book-seat-class-modal .tab-content-body .coach-image {
  width: 100%;
  height: 160px;
  background-image: url(/euf/assets/hawaiianair/common/images/class_first_class_2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover!important;
  margin-bottom: 23.33333333px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .book-seat-class-modal .tab-content-body .first-class-image,
  .book-seat-class-modal .tab-content-body .extra-comfort-image,
  .book-seat-class-modal .tab-content-body .coach-image {
    background-image: url(/euf/assets/hawaiianair/common/images/class_first_class_2@2x.jpg);
    background-size: 274px 160px;
  }
}
.book-seat-class-modal .tab-content-body .item-blocks {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  /* extend => mixin */
}
@media (min-width: 75em) {
  .book-seat-class-modal .tab-content-body .item-blocks .ha-icon {
    font-size: 50px!important;
  }
}
.ha-book-flight-search-edit {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #CE0C88;
  z-index: 50;
  overflow-y: auto;
}
.ha-book-flight-search-edit .headerBar {
  padding-top: 15px;
}
.ha-book-flight-search-edit .header-text {
  font-style: normal;
  font-size: 2.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: white;
}
.ha-book-flight-search-edit .container {
  min-width: 1020px;
}
.ha-book-flight-search-edit .containerFullBleed {
  padding: 10px 0;
  background: url(/euf/assets/hawaiianair/common/images/booking_widget-mauve-flower-a.png) no-repeat center -320px, url(/euf/assets/hawaiianair/common/images/booking_widget-mauve-flower-b.png) no-repeat center 160px, #CE0C88;
  -webkit-transition: background 350ms ease-out 500ms;
  transition: background 350ms ease-out 500ms;
}
.ha-book-flight-search-edit .ha-trans-logo {
  width: 165px;
  height: 46px;
  background-image: url(/euf/assets/hawaiianair/common/images/ha_logo_stacked_onDarkBg.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .ha-book-flight-search-edit .ha-trans-logo {
    background-image: url(/euf/assets/hawaiianair/common/images/ha_logo_stacked_onDarkBg@2x.png);
    background-size: 165px 46px;
  }
}
.ha-book-flight-search-edit.ng-hide-remove {
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-name: fadeIn;
  animation-duration: 1s;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ha-book-flight-results .page-1 {
  padding-bottom: 0;
}
.ha-book-flight-results header.secondary {
  text-align: center;
  margin: 25px 0 40px 0;
}
.ha-book-flight-results header.secondary h1 {
  font-style: normal;
  font-size: 2.9375em;
  font-family: "helvetica-neue-light", Helvetica, Arial, sans-serif;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0.02em;
  /* extend => mixin */
  margin: 10px 0 12px 0;
  font-weight: normal;
}
.ha-book-flight-results header.secondary h2 {
  font-style: normal;
  font-size: 1.125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0.02em;
  /* extend => mixin */
  margin: 10px 0;
}
.ha-book-flight-results header.secondary p {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: 0em;
  /* extend => mixin */
  color: #717072;
}
.ha-book-flight-results .total-per-person {
  text-align: right;
  margin-top: 20px;
}
.ha-book-flight-results .total-per-person .priceperperson {
  font-style: normal;
  font-size: 1.875em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0.02em;
  /* extend => mixin */
  font-weight: bold;
}
.ha-book-flight-results .total-per-person .pertext {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  /* extend => mixin */
}
.ha-book-flight-results .rt-prices-message {
  margin: 8px 0 0 0;
}
.ha-book-flight-results .selected-segments .selected-segment {
  background: #f5f5f2;
  padding: 25px 23px;
  margin-bottom: 10px;
  border-spacing: 0 !important;
  -ms-zoon: auto;
}
.ha-book-flight-results .selected-segments .selected-segment.ng-enter,
.ha-book-flight-results .selected-segments .selected-segment.ng-leave {
  -webkit-transition: opacity 1000ms ease-in-out;
  transition: opacity 1000ms ease-in-out;
}
.ha-book-flight-results .selected-segments .selected-segment.ng-leave.ng-leave-active,
.ha-book-flight-results .selected-segments .selected-segment.ng-enter {
  opacity: 0;
}
.ha-book-flight-results .selected-segments .selected-segment.ng-enter.ng-enter-active,
.ha-book-flight-results .selected-segments .selected-segment.ng-leave {
  opacity: 1;
}
.ha-book-flight-results .selected-segments .selected-segment:last-child {
  margin-bottom: 0;
}
.ha-book-flight-results .selected-segments .selected-segment .departure {
  width: 63px;
}
.ha-book-flight-results .selected-segments .selected-segment .arrow {
  width: 37px;
}
.ha-book-flight-results .selected-segments .selected-segment .destination {
  width: 95px;
}
.ha-book-flight-results .selected-segments .selected-segment .stops {
  width: 80px;
}
.ha-book-flight-results .selected-segments .selected-segment .duration {
  width: 120px;
}
.ha-book-flight-results .selected-segments .selected-segment .cabin {
  width: 110px;
}
.ha-book-flight-results .selected-segments .selected-segment .check {
  margin-top: 8px;
}
.ha-book-flight-results .selected-segments .selected-segment .time,
.ha-book-flight-results .selected-segments .selected-segment .numstops,
.ha-book-flight-results .selected-segments .selected-segment .duration-header,
.ha-book-flight-results .selected-segments .selected-segment .cabin-header {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #1b242d;
}
.ha-book-flight-results .selected-segments .selected-segment .airport,
.ha-book-flight-results .selected-segments .selected-segment .layover,
.ha-book-flight-results .selected-segments .selected-segment .operated-by {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  color: #717072;
  display: block;
  white-space: nowrap;
}
.ha-book-flight-results .selected-segments .selected-segment .operated-by {
  color: #a0a3a5;
}
.ha-book-flight-results .selected-segments .selected-segment .selected-segment-header {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  display: block;
  margin-bottom: 8px;
  color: #1b242d;
}
.ha-book-flight-results .selected-segments .selected-segment .mixed-class {
  color: #a0a3a5;
}
.ha-book-flight-results .selected-segments .selected-segment .mixed-class .disclaimer {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  color: #717072;
}
.ha-book-flight-results .selected-segments .selected-segment .mixed-class .mixed-class-details {
  position: relative;
  display: block;
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
}
.ha-book-flight-results .selected-segments .selected-segment .mixed-class .mixed-class-details .ha-tooltip {
  right: -17px;
  padding: 15px;
  top: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.ha-book-flight-results .selected-segments .selected-segment .mixed-class .mixed-class-details .ha-tooltip .row {
  display: block !important;
  font-size: 13px;
  color: #1b242d;
}
.ha-book-flight-results .selected-segments .selected-segment .mixed-class .mixed-class-details .ha-tooltip .ha-icon {
  float: left;
  margin-right: 4px;
  margin-top: -1px;
}
.ha-book-flight-results .selected-segments .selected-segment .mixed-class .mixed-class-details .ha-tooltip h5 {
  margin-bottom: 15px;
  margin-top: 0;
}
.ha-book-flight-results .header-1 {
  position: relative;
  z-index: 0;
}
.ha-book-flight-results #select-flight-anchor {
  z-index: 1;
  position: relative;
}
.ha-modal#schedule-missmatch h1 {
  font-style: normal;
  font-size: 1.125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0.02em;
  /* extend => mixin */
}
.ha-modal#schedule-missmatch h1 i {
  color: #f4846b;
  font-size: 22px;
}
.ha-modal#schedule-missmatch p {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  /* extend => mixin */
  color: #717072;
  margin-top: 10px;
}
.ha-modal#schedule-missmatch table {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  /* extend => mixin */
  color: #717072;
}
.ha-modal#schedule-missmatch table span.updated-time {
  color: #f4846b;
  font-weight: bold;
}
.ha-modal#schedule-missmatch table tr th span {
  font-weight: bold;
}
.ha-modal#schedule-missmatch .column1 {
  width: 100px;
}
.ha-modal#schedule-missmatch .column2 {
  width: 175px;
}
.ha-modal#schedule-missmatch p.question {
  text-align: center;
  margin: 25px 0;
}
.ha-modal#schedule-missmatch a.btn-secondary {
  margin-right: 20px;
}
.ha-modal#schedule-missmatch .action-buttons {
  text-align: center;
}
.ha-modal#FutureDateValidationPopupModal div {
  padding: 5px;
}
.ha-modal#PrevDateValidationPopupModal div {
  padding: 5px;
}
.ha-modal#results-DateValidationLessDate div {
  padding: 5px;
}
.ha-book-flight-results-org .container.main-content {
  background: #ffffff;
  margin-top: -70px;
  padding-top: 40px;
}
.ha-book-flight-results-org header.secondary {
  text-align: center;
  margin: 25px 0 40px 0;
}
.ha-book-flight-results-org header.secondary h1 {
  font-style: normal;
  font-size: 1.875em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0.02em;
  /* extend => mixin */
  margin: 10px 0 20px 0;
  font-weight: normal;
}
.ha-book-flight-results-org header.secondary h2 {
  font-style: normal;
  font-size: 1.125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0.02em;
  /* extend => mixin */
  margin: 10px 0;
}
.ha-book-flight-results-org header.secondary p {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: 0em;
  /* extend => mixin */
}
.ha-book-flight-results-org .total-per-person {
  text-align: right;
  margin-top: 20px;
}
.ha-book-flight-results-org .total-per-person .priceperperson {
  font-style: normal;
  font-size: 1.875em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0.02em;
  /* extend => mixin */
  font-weight: bold;
}
.ha-book-flight-results-org .total-per-person .pertext {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  /* extend => mixin */
}
.ha-book-flight-results-org .discount-applied {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f7ecd3;
  color: #717072;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: left;
  max-height: 75px;
}
.ha-book-flight-results-org .discount-applied i {
  color: #CE0C88;
  float: left;
  margin-right: 5px;
}
.ha-book-flight-results-org .discount-applied .credit-applied {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  /* extend => mixin */
  color: #CE0C88;
  margin-top: 6px;
  display: block;
  float: left;
}
.ha-book-flight-results-org .discount-applied .credit-desciption {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  /* extend => mixin */
  display: block;
  margin-top: 6px;
}
.ha-book-flight-results-org .header-1 {
  position: relative;
  z-index: 0;
}
.ha-book-flight-results-org #select-flight-anchor {
  z-index: 1;
  position: relative;
}
.ha-interstitial {
  text-align: center;
  padding-top: 20px;
}
.ha-interstitial .loading-message {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: 0em;
  /* extend => mixin */
  color: #717072;
}
.ha-interstitial .spinner-container {
  margin-top: 20px;
}
.ha-interstitial .spinner-container .ha-loading-spinner {
  position: relative;
  margin-right: 10px;
  top: 7px;
}
.ha-interstitial .interstitial-content {
  background: #ffffff;
  width: 490px;
  margin: 0 auto;
  margin-top: 30px;
  -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ha-interstitial .interstitial-content .hawaiian-airlines-logo {
  background-image: url(/euf/assets/hawaiianair/common/images/logo_hawaiian_airlines_basic.png);
  width: 145px;
  height: 145px;
  margin: 0 auto;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .ha-interstitial .interstitial-content .hawaiian-airlines-logo {
    background-image: url(/euf/assets/hawaiianair/common/images/logo_hawaiian_airlines_basic@2x.png);
    background-size: 145px 145px;
  }
}
.ha-interstitial .interstitial-content h1 {
  font-style: normal;
  font-size: 1.375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.3;
  letter-spacing: 0em;
  /* extend => mixin */
  margin-bottom: 10px;
  margin-top: 15px;
  padding: 0 50px;
}
.ha-interstitial .interstitial-content .description {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: 0em;
  /* extend => mixin */
  color: #a0a3a5;
  padding: 0 100px;
  line-height: 1.3;
}
.ha-itinerary-climate-banner {
  background: url(/euf/assets/hawaiianair/common/images/demo_flightresults_plumeria.jpg);
  color: #fff;
  padding: 40px;
}
.ha-itinerary-climate-banner .trip-header {
  font-style: normal;
  font-size: 1.125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0.02em;
  /* extend => mixin */
  color: #fff;
}
.ha-itinerary-climate-banner h6 {
  font-style: normal;
  font-size: 0.75em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 0.08em;
  /* extend => mixin */
  color: #fff;
  font-weight: normal;
}
.ha-itinerary-climate-banner .value {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: 0em;
  /* extend => mixin */
}
.ha-itinerary-climate-banner .meta {
  font-style: normal;
  font-size: 0.6875em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.3;
  letter-spacing: 0em;
  /* extend => mixin */
}
.ha-itinerary h1 {
  font-style: normal;
  font-size: 2.9375em;
  font-family: "helvetica-neue-light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0;
}
.ha-itinerary .ha-page-help {
  margin-top: 20px;
}
.ha-itinerary .action-button-group {
  text-align: right;
}
.ha-itinerary .container.main-content {
  background: #ffffff;
  padding-top: 40px;
  padding-bottom: 40px;
}
.ha-itinerary .ha-flight-hop {
  border-bottom: 0;
}
.ha-itinerary .ha-flight-hop:last-child {
  border-bottom: 1px solid #e0e0db;
}
.ha-itinerary .summary {
  font-style: normal;
  font-size: 1.125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.3;
  letter-spacing: 0em;
  /* extend => mixin */
  text-align: center;
  padding: 10px 100px 25px 100px;
}
.ha-itinerary .travelers {
  text-align: center;
}
.ha-itinerary .alert {
  margin-top: 20px;
}
.ha-itinerary .hold-reservation {
  margin-right: 10px;
}
.ha-itinerary .hotel-added .ha-round-peach-card-40 {
  margin: 0 auto;
}
.ha-itinerary .hotel-added .hotel-details h3 {
  font-style: normal;
  font-size: 1.375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0.02em;
  margin-top: 0;
}
.ha-itinerary .hotel-added .hotel-details h3 .limited {
  color: #f4846b;
  font-style: italic;
  font-size: 14px;
  font-weight: normal;
  margin-left: 15px;
}
.ha-itinerary .hotel-added .hotel-details .col-3 {
  padding-left: 0;
  color: #717072;
}
.ha-itinerary .hotel-added .hotel-details .col-9 {
  color: #717072;
}
.ha-itinerary .hotel-added .hotel-details .col {
  padding-left: 0;
}
.ha-itinerary .hotel-added .hotel-details .view-edit {
  margin-top: 5px;
}
.ha-itinerary .added {
  font-style: normal;
  font-size: 1.375em;
  font-family: "helvetica-neue-53-ext", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 50px;
}
.ha-itinerary a.remove {
  color: #a0a3a5;
  margin-top: 40px;
}
.ha-itinerary .green-check {
  color: #7ac041;
  font-size: 20px;
}
.ha-receipt h2 {
  font-style: normal;
  font-size: 1.375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0.02em;
  /* extend => mixin */
  margin: 0;
  text-align: left;
}
.ha-receipt h3 {
  font-style: normal;
  font-size: 0.75em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 0.08em;
  /* extend => mixin */
  margin: 0;
}
.ha-receipt h3 i {
  float: left;
  display: block;
  margin-top: -1px;
  margin-right: 6px;
  color: #463C8F;
}
.ha-receipt .overview {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  /* extend => mixin */
  color: #717072;
}
.ha-receipt .receipt-group {
  margin-top: 20px;
  border-top: 1px solid #e0e0db;
  padding-top: 20px;
}
.ha-receipt .multiplier-col span.multiplier {
  font-style: normal;
  font-size: 0.75em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0em;
  /* extend => mixin */
  color: #717072;
}
.ha-receipt .multiplier-col span.multiplier .fare-type {
  font-size: 11px;
}
.ha-receipt .price-col {
  text-align: right;
}
.ha-receipt .price-col span.price {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  /* extend => mixin */
}
.ha-receipt span.tax {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  /* extend => mixin */
}
.ha-receipt .expand {
  font-style: normal;
  font-size: 0.75em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  /* extend => mixin */
}
.ha-receipt .expand i {
  float: left;
  margin-right: 7px;
  margin-top: 4px;
}
.ha-receipt span.grand-total {
  font-style: normal;
  font-size: 1.125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0.02em;
  /* extend => mixin */
}
.ha-receipt .grand-total-miles {
  font-style: normal;
  font-size: 1.125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0.02em;
  /* extend => mixin */
  clear: right;
}
.ha-receipt .trip {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  /* extend => mixin */
}
.ha-receipt .date {
  font-style: normal;
  font-size: 0.75em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0em;
  /* extend => mixin */
  color: #717072;
  margin-top: 3px;
  margin-left: 15px;
}
.ha-receipt .leg {
  font-style: normal;
  font-size: 0.6875em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.3;
  letter-spacing: 0em;
  /* extend => mixin */
  color: #717072;
  display: block;
  padding-bottom: 3px;
}
.ha-receipt .row.segmentRow {
  border-bottom: 1px solid #e0e0db;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.ha-receipt .row.segmentRow:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.ha-receipt .taxItem {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  /* extend => mixin */
  display: block;
}
.ha-receipt .in-flight-options .option-description {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  /* extend => mixin */
  color: #717072;
  font-weight: normal;
}
.ha-receipt .in-flight-options .price {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  /* extend => mixin */
}
.ha-receipt .extra-comfort-charges .charge-name {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  /* extend => mixin */
}
.ha-receipt .extra-comfort-charges .price {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  /* extend => mixin */
}
.ha-receipt .purchase-miles .purchase-miles-amount {
  font-style: normal;
  font-size: 0.75em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0em;
  /* extend => mixin */
  color: #717072;
}
.ha-receipt .purchase-miles .purchase-miles-price {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  /* extend => mixin */
}
.ha-receipt .discount-description {
  font-style: normal;
  font-size: 0.6875em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.3;
  letter-spacing: 0em;
  /* extend => mixin */
  color: #f4846b;
}
.ha-receipt .discount-amount {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  /* extend => mixin */
  color: #f4846b;
}
.ha-receipt .amount-saved {
  font-style: normal;
  font-size: 1.125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0.02em;
  /* extend => mixin */
  color: #f4846b;
  text-transform: uppercase;
  text-align: right;
}
.ha-receipt .receipt-group.package .package-details {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
}
.ha-receipt .receipt-group.package .segment-title {
  font-size: 15px;
}
.ha-receipt .receipt-group.package .trip {
  font-size: 13px;
}
.ha-receipt .receipt-group.package .operated-by,
.ha-receipt .receipt-group.package .savings,
.ha-receipt .receipt-group.package .overnight-stay {
  color: #f4846b;
}
.ha-rental-car-upsell-car {
  border: 1px solid #e0e0db;
}
.ha-rental-car-upsell-car .image img {
  width: 100%;
}
.ha-rental-car-upsell-car .body {
  padding: 30px;
}
.ha-rental-car-upsell-car footer {
  padding: 30px;
  background: #f5f5f2;
}
.ha-rental-car-upsell-car footer a.details {
  font-size: 0.6875em;
  padding: 8px 20px 6px;
}
.ha-rental-car-upsell-car footer .price-and-payment {
  float: right;
  width: 33%;
}
.ha-rental-car-upsell [ha-carousel] {
  overflow: hidden;
}
.ha-rental-car-upsell .ha-carousel-slide-wrapper {
  position: relative;
  width: 500%;
}
.ha-rental-car-upsell .ha-carousel-slide {
  overflow: hidden;
  position: relative;
  float: left;
  width: 20%;
}
.ha-rental-car-upsell .ha-carousel-slide-wrapper .ha-carousel-slide-wrapper {
  position: absolute;
  bottom: 0;
}
.ha-rental-car-upsell .ha-carousel-slide .ha-carousel-slide {
  line-height: 50px;
  background: #aaa;
}
.ha-rental-car-upsell nav {
  clear: both;
}
.ha-rental-car-upsell .ha-rental-car-upsell-car {
  border: 1px solid gray;
  margin-right: 1%;
  width: 32.6%;
  float: left;
}
.ha-rental-car-upsell .ha-rental-car-upsell-car:last-child {
  margin-right: 0;
}
.details-modal {
  display: none;
  position: absolute;
  bottom: 100px;
  width: 290px;
  height: 250px;
  z-index: 4;
  border: 1px solid #717072;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.details-modal .close {
  position: absolute;
  top: 5px;
  right: 5px;
  background: #fff;
  height: 18px;
  width: 18px;
  border: 1px solid #717072;
  cursor: pointer;
}
.details-modal .close i {
  position: absolute;
}
.details-modal .img-wrapper {
  width: 100%;
  height: 160px;
  overflow: hidden;
}
.details-modal .img-wrapper img {
  height: 200px;
  display: block;
}
.details-modal .text-content {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  /* extend => mixin */
  padding: 15px;
  line-height: 1.3;
}
.details-modal .text-content .help {
  float: left;
  color: #007db1;
  margin-right: 15px;
}
.details-modal .text-content .help i {
  font-size: 30px;
}
.details-modal .text-content .info-text {
  overflow: hidden;
}
.details-modal .text-content .emphasis {
  font-weight: bold;
}
.details-modal .arrow {
  position: absolute;
  bottom: -16px;
  left: 45px;
  width: 30px;
  height: 30px;
  border: 1px solid #717072;
  border-width: 0 0 1px 1px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.extra-comfort-modal,
.ec-learn-more-modal,
.exit-row-modal {
  zoom: 1;
  z-index: 5;
  display: none;
  position: absolute;
}
.extra-comfort-modal:before,
.ec-learn-more-modal:before,
.exit-row-modal:before,
.extra-comfort-modal:after,
.ec-learn-more-modal:after,
.exit-row-modal:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.extra-comfort-modal:after,
.ec-learn-more-modal:after,
.exit-row-modal:after {
  clear: both;
}
.extra-comfort-modal:before,
.ec-learn-more-modal:before,
.exit-row-modal:before,
.extra-comfort-modal:after,
.ec-learn-more-modal:after,
.exit-row-modal:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.extra-comfort-modal:after,
.ec-learn-more-modal:after,
.exit-row-modal:after {
  clear: both;
}
.extra-comfort-modal:before,
.ec-learn-more-modal:before,
.exit-row-modal:before {
  content: '';
  display: block;
}
.extra-comfort-modal:after,
.ec-learn-more-modal:after,
.exit-row-modal:after {
  content: '';
  display: table;
  clear: both;
}
.extra-comfort-modal:before,
.ec-learn-more-modal:before,
.exit-row-modal:before {
  content: '';
  display: block;
}
.extra-comfort-modal:after,
.ec-learn-more-modal:after,
.exit-row-modal:after {
  content: '';
  display: table;
  clear: both;
}
.extra-comfort-modal.backdrop,
.ec-learn-more-modal.backdrop,
.exit-row-modal.backdrop {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 14px;
  bottom: 0;
  left: 14px;
  padding: 100px 25%;
  background: rgba(70, 62, 138, 0.3);
}
.extra-comfort-modal .modal-wrapper,
.ec-learn-more-modal .modal-wrapper,
.exit-row-modal .modal-wrapper {
  border: 1px solid #e6e6e6;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.extra-comfort-modal .content,
.ec-learn-more-modal .content,
.exit-row-modal .content {
  background: #fff;
  padding: 30px 30px 10px 30px;
  position: relative;
}
.extra-comfort-modal .content .title,
.ec-learn-more-modal .content .title,
.exit-row-modal .content .title {
  font-style: normal;
  font-size: 1.125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0.02em;
  /* extend => mixin */
  margin-top: 0;
}
.extra-comfort-modal .description,
.ec-learn-more-modal .description,
.exit-row-modal .description {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: 0em;
  /* extend => mixin */
  margin-bottom: 15px;
  clear: left;
  text-align: left;
}
.extra-comfort-modal .description ul,
.ec-learn-more-modal .description ul,
.exit-row-modal .description ul {
  padding-left: 22px;
  margin-bottom: 15px;
}
.extra-comfort-modal .description .price,
.ec-learn-more-modal .description .price,
.exit-row-modal .description .price {
  font-weight: bold;
}
.extra-comfort-modal .action-area,
.ec-learn-more-modal .action-area,
.exit-row-modal .action-area {
  background: #f5f5f2;
  padding: 15px 45px 15px 15px;
}
.extra-comfort-modal .cancel-button,
.ec-learn-more-modal .cancel-button,
.exit-row-modal .cancel-button {
  margin-right: 45px;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
.extra-comfort-modal .select-seat-button,
.ec-learn-more-modal .select-seat-button,
.exit-row-modal .select-seat-button {
  float: right;
}
.exit-row-modal.backdrop {
  padding: 70px 10%;
}
.ec-learn-more-modal.backdrop {
  padding: 60px 15%;
}
.ec-learn-more-modal .title {
  font-style: normal;
  font-size: 1.375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0.02em;
  /* extend => mixin */
  margin: 30px 0 20px !important;
  text-align: center;
}
.ec-learn-more-modal .content img {
  width: 90%;
  height: auto;
}
.ec-learn-more-modal .content ul {
  margin: 10px 0;
  line-height: 1.6;
}
.ec-learn-more-modal .action-area {
  background: white;
  padding: 15px 15px 35px;
}
.ec-learn-more-modal .action-area .btn {
  padding: 18px 50px 17px;
}
.ec-learn-more-modal .close-modal-icon {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #a0a3a5;
  z-index: 99;
}
.ec-learn-more-modal .close-modal-icon i {
  -webkit-font-smoothing: antialiased;
  background-repeat: no-repeat;
  box-sizing: border-box;
  color: #a0a3a5;
  cursor: pointer;
  display: inline-block;
  font-family: ha-icon;
  font-size: 22px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  height: 22px;
  line-height: 22px;
  speak: none;
  text-transform: none;
  vertical-align: middle;
  width: 22px;
}
.cant-select-seats-modal {
  zoom: 1;
  z-index: 5;
  position: absolute;
}
.cant-select-seats-modal:before,
.cant-select-seats-modal:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cant-select-seats-modal:after {
  clear: both;
}
.cant-select-seats-modal:before,
.cant-select-seats-modal:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cant-select-seats-modal:after {
  clear: both;
}
.cant-select-seats-modal:before {
  content: '';
  display: block;
}
.cant-select-seats-modal:after {
  content: '';
  display: table;
  clear: both;
}
.cant-select-seats-modal:before {
  content: '';
  display: block;
}
.cant-select-seats-modal:after {
  content: '';
  display: table;
  clear: both;
}
.cant-select-seats-modal.backdrop {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 50px 50px;
  background: rgba(231, 231, 231, 0.78);
}
.cant-select-seats-modal .content {
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 20, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 20, 0.2);
  background: #fff;
  padding: 8% 15% 0 15%;
  text-align: center;
  height: 100%;
  position: relative;
}
.cant-select-seats-modal .content h4 {
  font-style: normal;
  font-size: 1.125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.3;
  letter-spacing: 0em;
  /* extend => mixin */
  margin-bottom: 20px;
}
.ha-seat-map {
  position: relative;
  /* NEP: Ported from InflightOptions.cshtml. */
}
.ha-seat-map .overlay-shadow {
  -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.1);
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
  background: none !important;
}
.lte-ie9 .ha-seat-map .overlay-shadow,
.no-csspointerevents .ha-seat-map .overlay-shadow {
  display: none;
}
.ha-seat-map .seat {
  font-family: 'ha-icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  background: #e6e6e6;
  height: 24px;
  margin: 0 0 5px 0;
  overflow: hidden;
}
.ha-seat-map .seat:before {
  content: "\e64e";
  position: absolute;
  top: 4px;
  left: 4px;
  color: #bbb;
}
.ha-seat-map .seat.available {
  background: white;
  border-color: #1b242d;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.07);
}
.ha-seat-map .seat.available:before {
  content: '';
}
.ha-seat-map .seat.selected {
  font-family: 'ha-icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  background-color: #463C8F;
  border-color: #463C8F;
}
.ha-seat-map .seat.selected:before {
  content: "\e605";
  top: -1px;
  left: 5px;
  color: #fff;
}
.ha-seat-map .seat.selected:after {
  display: none;
}
.ha-seat-map .seat.extra-comfort {
  border-color: #6996bd;
  background-color: #98c9ef;
}
.ha-seat-map .exit-top {
  content: '';
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -6px;
  border: solid transparent;
  border-width: 0 6px 14px 6px;
  border-bottom-color: #CE0C88;
}
.ha-seat-map .exit-bottom {
  content: '';
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -6px;
  border: solid transparent;
  border-width: 14px 6px 0 6px;
  border-top-color: #CE0C88;
}
.ha-seat-map .legend-item {
  float: left;
  width: 170px;
}
.ha-seat-map .legend-item.standard {
  margin-right: 30px;
}
.ha-seat-map .legend-item.wide {
  width: 260px;
}
.ha-seat-map .legend-item .seat {
  float: left;
  margin: 2px 15px 0 0;
}
.ha-seat-map .legend-item .title {
  margin: 3px 0 0 0;
  float: left;
  display: block;
}
.ha-seat-map .legend-item .description {
  font-style: normal;
  font-size: 0.75em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0em;
  /* extend => mixin */
  color: #92938d;
  float: left;
  margin-top: 5px;
}
.ha-seat-map .legend {
  zoom: 1;
  background: #f5f5f2;
  padding: 15px 30px;
}
.ha-seat-map .legend:before,
.ha-seat-map .legend:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.ha-seat-map .legend:after {
  clear: both;
}
.ha-seat-map .legend:before,
.ha-seat-map .legend:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.ha-seat-map .legend:after {
  clear: both;
}
.ha-seat-map .legend:before {
  content: '';
  display: block;
}
.ha-seat-map .legend:after {
  content: '';
  display: table;
  clear: both;
}
.ha-seat-map .legend:before {
  content: '';
  display: block;
}
.ha-seat-map .legend:after {
  content: '';
  display: table;
  clear: both;
}
.ha-seat-map .legend .left-legend {
  float: left;
}
.ha-seat-map .legend .left-legend .seat {
  width: 20px;
  height: 20px;
}
.ha-seat-map .legend .left-legend .title {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  /* extend => mixin */
}
.ha-seat-map .legend .left-legend .details-button {
  margin-left: 10px;
  font-weight: bold;
  font-size: 12px;
}
.ha-seat-map .legend .right-legend {
  float: right;
  width: 340px;
  margin-right: -30px;
}
.ha-seat-map .legend .right-legend .legend-item {
  margin-bottom: 5px;
}
.ha-seat-map .legend .right-legend .seat {
  height: 20px;
  width: 20px;
  border-color: #d6d4cc;
}
.ha-seat-map .legend .right-legend .seat:before {
  top: 1px;
  left: 0;
}
.ha-seat-map .legend .right-legend .seat.selected {
  font-size: 12px;
  line-height: 19px;
}
.ha-seat-map .legend .right-legend .seat.selected:before {
  top: 0;
  left: 3px;
}
.ha-seat-map .legend .right-legend .lavatory {
  position: relative;
  float: left;
  width: 15px;
  height: 19px;
  margin: 0 11px 0 1px;
}
.ha-seat-map .legend .right-legend .lavatory:before {
  position: absolute;
  height: 15px;
  width: 15px;
  text-align: center;
  margin: 0 auto;
  font-family: 'ha-icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e63c";
  font-size: 19px;
  top: 3px;
  left: 0px;
  color: #a0a3a5;
}
.ha-seat-map .legend .right-legend .exit {
  position: relative;
}
.ha-seat-map .legend .right-legend .exit .exit-top {
  position: static;
  width: 0;
  margin: 5px 11px 0 4px;
  float: left;
}
.ha-seat-map .legend .right-legend .title {
  font-style: normal;
  font-size: 0.6875em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  /* extend => mixin */
  margin: 4px 0;
}
.ha-seat-map .seat-map-scrollable {
  padding: 20px 0;
  background: #e0e0db;
  overflow-x: scroll;
  overflow-y: hidden;
}
.ha-seat-map .seat-map-scrollable .scroll-button {
  font-family: 'ha-icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 100px;
  width: 70px;
  height: 70px;
  -webkit-border-radius: 35px;
  border-radius: 35px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: rgba(0, 0, 0, 0.4);
  z-index: 5;
  cursor: pointer;
  display: none;
}
.ha-seat-map .seat-map-scrollable .scroll-button:before {
  top: 16px;
  position: absolute;
  font-size: 35px;
  color: rgba(255, 255, 255, 0.9);
}
.ha-seat-map .seat-map-scrollable .scroll-button:hover {
  background: #CE0C88;
}
.ha-seat-map .seat-map-scrollable .scroll-button.right {
  right: 25px;
}
.ha-seat-map .seat-map-scrollable .scroll-button.right:before {
  content: '\e647';
  left: 29px;
}
.ha-seat-map .seat-map-scrollable .scroll-button.left {
  left: 25px;
}
.ha-seat-map .seat-map-scrollable .scroll-button.left:before {
  content: '\e646';
  left: 25px;
}
.ha-seat-map .seat-map-scrollable .seat-rows {
  background: #fff;
  padding: 25px 30px;
  zoom: 1;
}
.ha-seat-map .seat-map-scrollable .seat-rows:before,
.ha-seat-map .seat-map-scrollable .seat-rows:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.ha-seat-map .seat-map-scrollable .seat-rows:after {
  clear: both;
}
.ha-seat-map .seat-map-scrollable .seat-rows:before,
.ha-seat-map .seat-map-scrollable .seat-rows:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.ha-seat-map .seat-map-scrollable .seat-rows:after {
  clear: both;
}
.ha-seat-map .seat-map-scrollable .seat-rows:before {
  content: '';
  display: block;
}
.ha-seat-map .seat-map-scrollable .seat-rows:after {
  content: '';
  display: table;
  clear: both;
}
.ha-seat-map .seat-map-scrollable .seat-rows:before {
  content: '';
  display: block;
}
.ha-seat-map .seat-map-scrollable .seat-rows:after {
  content: '';
  display: table;
  clear: both;
}
.ha-seat-map .seat-map-scrollable .seat-rows .seat-row {
  position: relative;
  text-align: center;
  float: left;
  margin: 0 10px 0 0;
}
.ha-seat-map .seat-map-scrollable .seat-rows .seat-row.labels-row {
  position: absolute;
  top: 43px;
  left: 0px;
  width: 30px;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.95);
}
.ha-seat-map .seat-map-scrollable .seat-rows .seat-row.labels-row .seat-labels {
  line-height: 26px;
  width: 30px;
  font-size: 80%;
}
.ha-seat-map .seat-map-scrollable .seat-rows .seat-row.extra-comfort {
  margin-left: 15px;
}
.ha-seat-map .seat-map-scrollable .seat-rows .seat-row.wing {
  position: relative;
}
.ha-seat-map .seat-map-scrollable .seat-rows .seat-row.wing .wing-top {
  content: '';
  position: absolute;
  top: -55px;
  left: 0;
  height: 30px;
  width: 170%;
  background: #fff;
  -webkit-transform: skew(-30deg, 0);
  -ms-transform: skewX(-30deg) skewY(0);
  transform: skew(-30deg, 0);
}
.ha-seat-map .seat-map-scrollable .seat-rows .seat-row.wing .wing-bottom {
  content: '';
  position: absolute;
  bottom: -55px;
  left: 0;
  height: 30px;
  width: 170%;
  background: #fff;
  -webkit-transform: skew(30deg, 0);
  -ms-transform: skewX(30deg) skewY(0);
  transform: skew(30deg, 0);
}
.ha-seat-map .seat-map-scrollable .seat-rows .seat-row.lav,
.ha-seat-map .seat-map-scrollable .seat-rows .seat-row.bulkhead {
  width: 45px;
  position: relative;
  top: -2px;
}
.ha-seat-map .seat-map-scrollable .seat-rows .seat-row.lav .wing-top,
.ha-seat-map .seat-map-scrollable .seat-rows .seat-row.bulkhead .wing-top {
  top: -53px;
}
.ha-seat-map .seat-map-scrollable .seat-rows .seat-row.lav .wing-bottom,
.ha-seat-map .seat-map-scrollable .seat-rows .seat-row.bulkhead .wing-bottom {
  bottom: -57px;
}
.ha-seat-map .seat-map-scrollable .seat-rows .seat-row .row-number {
  position: absolute;
  height: 25px;
  line-height: 25px;
  width: 27px;
  left: 0;
  text-align: center;
  font-size: 75%;
}
.ha-seat-map .seat-map-scrollable .seat-rows .seat-row .row-number-top {
  top: -25px;
}
.ha-seat-map .seat-map-scrollable .seat-rows .seat-row .row-number-bot {
  bottom: -25px;
}
.ha-seat-map .seat-map-scrollable .seat-rows .seat-row .column-wrapper {
  position: relative;
}
.ha-seat-map .seat-map-scrollable .seat-rows .seat-row .column-wrapper .seat-map-column {
  width: 27px;
  height: 30px;
}
.ha-seat-map .seat-map-scrollable .seat-rows .seat-row .column-wrapper .seat-map-column.bulkhead {
  position: relative;
  background: #e6e6e6;
  width: 100%;
}
.ha-seat-map .seat-map-scrollable .seat-rows .seat-row .column-wrapper .seat-map-column.seat {
  height: 25px;
}
.ha-seat-map .seat-map-scrollable .seat-rows .seat-row .column-wrapper .seat-map-column.seat.available,
.ha-seat-map .seat-map-scrollable .seat-rows .seat-row .column-wrapper .seat-map-column.seat.extra-comfort,
.ha-seat-map .seat-map-scrollable .seat-rows .seat-row .column-wrapper .seat-map-column.seat.preferred {
  cursor: pointer;
}
.ha-seat-map .seat-map-scrollable .seat-rows .seat-row .column-wrapper .seat-map-column.seat.available:hover,
.ha-seat-map .seat-map-scrollable .seat-rows .seat-row .column-wrapper .seat-map-column.seat.extra-comfort:hover,
.ha-seat-map .seat-map-scrollable .seat-rows .seat-row .column-wrapper .seat-map-column.seat.preferred:hover {
  background-color: #CE0C88;
}
.ha-seat-map .seat-map-scrollable .seat-rows .seat-row .column-wrapper .seat-map-column.seat.available.selected,
.ha-seat-map .seat-map-scrollable .seat-rows .seat-row .column-wrapper .seat-map-column.seat.extra-comfort.selected,
.ha-seat-map .seat-map-scrollable .seat-rows .seat-row .column-wrapper .seat-map-column.seat.preferred.selected,
.ha-seat-map .seat-map-scrollable .seat-rows .seat-row .column-wrapper .seat-map-column.seat.available.selected:hover,
.ha-seat-map .seat-map-scrollable .seat-rows .seat-row .column-wrapper .seat-map-column.seat.extra-comfort.selected:hover,
.ha-seat-map .seat-map-scrollable .seat-rows .seat-row .column-wrapper .seat-map-column.seat.preferred.selected:hover {
  background-color: #463C8F;
  border-color: #463C8F;
}
.ha-seat-map .seat-map-scrollable .seat-rows .seat-row .column-wrapper .seat-map-column.lav {
  background: #e6e6e6;
  position: absolute;
  height: 64px;
  width: 100%;
}
.ha-seat-map .seat-map-scrollable .seat-rows .seat-row .column-wrapper .seat-map-column.lav:before {
  position: absolute;
  height: 24px;
  width: 27px;
  text-align: center;
  margin: 0 auto;
  font-family: 'ha-icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e63c";
  font-size: 1.6em;
  top: 20px;
  left: 8px;
  color: #a0a3a5;
}
.ha-seat-map .seat-map-scrollable .seat-rows .seat-row .column-wrapper .seat-map-column.seat-cell-aisle {
  margin-bottom: 50px;
}
.ha-seat-map .seat-map-scrollable .seat-rows .seat-row .column-wrapper .seat-map-column.seat-label {
  line-height: 26px;
  height: 30px;
  font-size: 80%;
}
.ha-seat-map .seat-map-scrollable .seat-rows .seat-row .column-wrapper .seat-map-column.seat-labels {
  position: relative;
  float: left;
  left: -50px;
  border-color: white;
  background: none;
}
.ha-seat-map .seat.available.preferred {
  border-color: #c458a0;
  background-color: #ffb5e7;
}
.ha-seat-map .seat-map-scrollable .seat-rows .seat-row.preferred {
  margin-left: 10px;
}
.ha-seat-map .seat-map-scrollable .seat-rows .seat-row .column-wrapper .seat-map-column.seat.available,
.ha-seat-map .seat-map-scrollable .seat-rows .seat-row .column-wrapper .seat-map-column.seat.preferred {
  cursor: pointer;
}
.ha-seat-map .seat-map-scrollable .seat-rows .seat-row .column-wrapper .seat-map-column.seat.available:hover,
.ha-seat-map .seat-map-scrollable .seat-rows .seat-row .column-wrapper .seat-map-column.seat.preferred:hover {
  border-color: #eba8d9;
  box-shadow: 0 0 5px #eba8d9;
}
.ha-seat-map .seat-map-scrollable .seat-rows .seat-row .column-wrapper .seat-map-column.seat.available:hover:after,
.ha-seat-map .seat-map-scrollable .seat-rows .seat-row .column-wrapper .seat-map-column.seat.preferred:hover:after {
  border-color: #eba8d9;
}
.ha-seat-map .seat.available.rearSeat:after {
  content: '';
  position: absolute;
  right: 70%;
  width: 20%;
  height: 92%;
  border-right: 1px solid #1b242d;
  border-radius: 3px;
  margin: 1px;
}
.ha-seat-map .seat.available.rearSeat.extra-comfort:after {
  border-right: 1px solid #82bfd8 !important;
}
.ha-seat-map .legend .seat.available.rearSeat:after {
  right: 65%;
  height: 90%;
  width: 30%;
}
.ie8 .ha-seat-map .overlay-shadow {
  display: none;
}
.ie9 .ha-seat-map .overlay-shadow {
  display: none;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .class-wrap-coach .class-image {
    background-size: 250px 170px;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .class-wrap-first .class-image {
    background-size: 250px 170px;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .class-wrap-extracomfort .class-image .class-title-logo {
    background-size: 250px 170px;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .class-wrap-business .class-image {
    background-size: 250px 170px;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .extra-comfort-logo {
    background-size: 350px 76px;
  }
}
.select-class-wrapper .class-wrap-extracomfort .class-title {
  display: none;
}
.class-image {
  width: 100%;
  height: 170px;
  display: block;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.class-wrap-extracomfort .class-title-logo {
  height: 45px;
  width: 100%;
  margin: 12px 0;
  background-position: center;
  background-size: contain!important;
  background-repeat: no-repeat;
}
.extra-comfort-logo {
  display: inline-block;
  height: 76px;
  width: 350px;
}
.ha-seat-selection-intro {
  position: relative;
  z-index: 4;
}
.ha-seat-selection-intro [ha-alert] {
  margin-bottom: 30px;
  margin-top: 20px;
}
.ha-seat-selection-intro .row {
  margin: 0;
}
.ha-seat-selection-intro .flight-leg-tabs-wrapper {
  text-align: center;
}
.ha-seat-selection-intro .flight-leg-tabs-wrapper .flight-leg-tabs {
  display: inline-block;
  margin-bottom: -1px;
}
.ha-seat-selection-intro .flight-leg-tabs-wrapper .flight-leg-tabs .flight-leg-tab {
  font-style: normal;
  font-size: 0.75em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  /* extend => mixin */
  display: inline-block;
  margin-left: 8px;
  margin-right: 10px;
  color: #a0a3a5;
  cursor: pointer;
  line-height: 1;
  padding: 10px 15px 12px 15px;
}
.ha-seat-selection-intro .flight-leg-tabs-wrapper .flight-leg-tabs .flight-leg-tab.current,
.ha-seat-selection-intro .flight-leg-tabs-wrapper .flight-leg-tabs .flight-leg-tab.current:hover {
  color: #000;
  background: #f5f5f2;
  border-top: 3px solid #463C8F;
}
.ha-seat-selection-intro .flight-leg-tabs-wrapper .flight-leg-tabs .flight-leg-tab:hover {
  color: #463C8F;
}
.ha-seat-selection-intro .flight-leg-tabs-wrapper .flight-leg-tabs .flight-leg-tab .slash {
  margin-right: 10px;
  color: #a0a3a5;
}
.ha-seat-selection-intro .select-invitation {
  font-style: normal;
  font-size: 1.875em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0.02em;
  /* extend => mixin */
  text-align: center;
  margin: -5px 0 0 0;
  padding-bottom: 20px;
}
.ha-seat-selection {
  /* NEP: Ported from InflightOptions.cshtml. */
}
.ha-seat-selection .seatmap-error-message {
  min-height: 290px;
}
.ha-seat-selection .content-wrapper {
  margin-top: -70px;
}
.ha-seat-selection .container.main-content {
  background: #ffffff;
  padding-bottom: 40px;
}
.ha-seat-selection .container.action-buttons a {
  margin-left: 20px;
}
.ha-seat-selection .container.action-buttons .skip-seat-selection-button {
  padding: 15px;
}
.ha-seat-selection .container.action-buttons .skip-seat-selection-button {
  font-weight: bold;
}
.ha-seat-selection .flight-leg {
  position: relative;
  margin: 0 -10px;
}
.ha-seat-selection .flight-leg .seat-map-intro {
  zoom: 1;
  background: #f5f5f2;
  border-top: 1px solid #ebebe9;
  padding: 0 0 0 30px;
}
.ha-seat-selection .flight-leg .seat-map-intro:before,
.ha-seat-selection .flight-leg .seat-map-intro:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.ha-seat-selection .flight-leg .seat-map-intro:after {
  clear: both;
}
.ha-seat-selection .flight-leg .seat-map-intro:before,
.ha-seat-selection .flight-leg .seat-map-intro:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.ha-seat-selection .flight-leg .seat-map-intro:after {
  clear: both;
}
.ha-seat-selection .flight-leg .seat-map-intro:before {
  content: '';
  display: block;
}
.ha-seat-selection .flight-leg .seat-map-intro:after {
  content: '';
  display: table;
  clear: both;
}
.ha-seat-selection .flight-leg .seat-map-intro:before {
  content: '';
  display: block;
}
.ha-seat-selection .flight-leg .seat-map-intro:after {
  content: '';
  display: table;
  clear: both;
}
.ha-seat-selection .flight-leg .seat-map-intro .summary {
  font-style: normal;
  font-size: 1.125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0.02em;
  /* extend => mixin */
  color: #1b242d;
  margin-bottom: 5px;
  margin-top: 20px;
}
.ha-seat-selection .flight-leg .seat-map-intro .summary span {
  font-size: 14px;
  color: #717072;
  padding-left: 5px;
  font-weight: normal;
  display: inline-block;
}
.ha-seat-selection .flight-leg .seat-map-intro .flight-details {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: 0em;
  /* extend => mixin */
  color: #1b242d;
}
.ha-seat-selection .flight-leg .seat-map-intro .flight-details i {
  float: left;
  margin-right: 5px;
  margin-top: 4px;
}
.ha-seat-selection .flight-leg .seat-map-intro .flight-info {
  float: left;
}
.ha-seat-selection .flight-leg .seat-map-intro .travelers {
  float: right;
  text-align: center;
}
.ha-seat-selection .flight-leg .seat-map-intro .travelers .name {
  font-weight: normal;
}
.ha-seat-selection .flight-leg .seat-map-intro .travelers .traveler-sm {
  margin: 0;
  padding: 7px 18px;
  cursor: pointer;
  border-left: 1px dashed #e0e0db;
}
.ha-seat-selection .flight-leg .seat-map-intro .travelers .traveler-sm:hover {
  background-color: #CE0C88;
  border-left: 1px solid #f5f5f2;
}
.ha-seat-selection .flight-leg .seat-map-intro .travelers .traveler-sm:hover .name {
  color: #fff;
}
.ha-seat-selection .flight-leg .seat-map-intro .travelers .traveler-sm.current {
  background: #463C8F;
  position: relative;
  border-left: 1px solid #f5f5f2;
}
.ha-seat-selection .flight-leg .seat-map-intro .travelers .traveler-sm.current:before {
  content: '';
  height: 10px;
  position: absolute;
  width: 100%;
  top: -8px;
  left: 0;
  background: #463C8F;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  z-index: 4;
}
.ha-seat-selection .flight-leg .seat-map-intro .travelers .traveler-sm.current .name {
  color: #ffffff;
  font-weight: bold;
}
.ha-seat-selection .flight-leg .seat-map-intro .travelers .traveler-sm .avatar-wrapper {
  cursor: pointer;
}
.ha-seat-selection .flight-leg .seat-map-intro .travelers .traveler-sm .name {
  color: #1b242d;
}
.ha-seat-selection .flight-leg .seat-map-intro .travelers .select-seat {
  font-style: normal;
  font-size: 0.75em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0em;
  /* extend => mixin */
  color: #a0a3a5;
}
.ha-seat-selection h5.tooltips {
  position: relative;
  display: inline;
}
.ha-seat-selection h5.tooltips span {
  position: absolute;
  width: 204px;
  color: #B8EAFF;
  text-shadow: 0px 0px 1px #800000;
  background: #FFFFFF;
  height: 200px;
  visibility: visible;
  border-radius: 4px;
  box-shadow: -1px 0px 8px #788079;
  opacity: 1;
  top: 30px;
  left: 50%;
  margin-left: -76px;
  z-index: 999;
  text-align: right;
}
.ha-seat-selection h5.tooltips span:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-bottom: 8px solid #FFFFFF;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.ha-flight-hop {
  overflow: hidden;
  background: #fff;
  padding: 30px 0;
  border: 1px solid #dfe0db;
}
.ha-flight-hop.slim {
  padding: 0 15px 60px 15px;
  border: 0;
}
.ha-flight-hop.slim .city-code {
  font-style: normal;
  font-size: 1.875em;
  font-family: "helvetica-neue-63-med-ext", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.1;
  letter-spacing: 0.08em;
  /* extend => mixin */
  margin: 69px 0 0 -2px;
}
.ha-flight-hop.slim .origin,
.ha-flight-hop.slim .destination {
  width: 11%;
  margin: 0 1% 0 1%;
  padding: 0;
}
.ha-flight-hop.slim .origin .city-code {
  text-align: right;
}
.ha-flight-hop.slim .trip-illustration {
  width: 74%;
}
.ha-flight-hop .origin,
.ha-flight-hop .trip-illustration,
.ha-flight-hop .destination {
  float: left;
}
.ha-flight-hop .origin,
.ha-flight-hop .destination {
  width: 15%;
  margin: 0 0 0 5%;
  padding: 0 50px 0 0;
}
.ha-flight-hop .trip-illustration {
  width: 60%;
}
.ha-flight-hop .trip-illustration .metadata {
  position: relative;
  margin-top: 20px;
}
.ha-flight-hop .trip-illustration .metadata > div {
  position: absolute;
  width: 70px;
  text-align: center;
  margin-left: -35px;
}
.ha-flight-hop .trip-illustration .metadata .flight-number {
  font-style: normal;
  font-size: 0.75em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  /* extend => mixin */
  color: #717072;
}
.ha-flight-hop .trip-illustration .metadata .flight-duration {
  font-style: normal;
  font-size: 0.6875em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.3;
  letter-spacing: 0em;
  /* extend => mixin */
  color: #717072;
}
.ha-flight-hop .trip-illustration .metadata .layover-city-code {
  font-style: normal;
  font-size: 0.75em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0em;
  /* extend => mixin */
  color: #717072;
}
.ha-flight-hop .trip-illustration .metadata .layover-duration {
  font-style: normal;
  font-size: 0.6875em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.3;
  letter-spacing: 0em;
  /* extend => mixin */
  color: #717072;
}
.ha-flight-hop canvas {
  width: 100%;
  position: relative;
  top: 5px;
}
.ha-flight-hop .no-canvas-fallback {
  position: relative;
  display: block;
  margin-top: 72px;
  height: 1px;
  padding-top: 10px;
}
.ha-flight-hop .no-canvas-fallback .flight-hop-node {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #463C8F;
  border-radius: 5px;
  top: 0;
}
.ha-flight-hop .no-canvas-fallback .flight-hop-node:last-child {
  background: #f7c449;
}
.ha-flight-hop .no-canvas-fallback .flight-hop-leg {
  background: #463C8F;
  height: 1px;
  top: 4px;
}
.ha-flight-hop .departure-date {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  /* extend => mixin */
  color: #717072;
  display: block;
  position: absolute;
}
.ha-flight-hop .departure-city {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  /* extend => mixin */
  color: black;
}
.ha-flight-hop .arrival-city {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  /* extend => mixin */
  color: black;
}
.ha-flight-hop .trip-duration {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  /* extend => mixin */
}
.ha-flight-hop .city-code {
  font-style: normal;
  font-size: 2.75em;
  font-family: "helvetica-neue-63-med-ext", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.1;
  letter-spacing: 0.08em;
  /* extend => mixin */
  letter-spacing: 0;
  font-weight: bold;
  margin: 45px 0 8px -2px;
}
.ha-flight-hop .departure-time {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: 0em;
  /* extend => mixin */
}
.ha-flight-hop .arrival-time {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: 0em;
  /* extend => mixin */
}
html.canvas .ha-flight-hop .no-canvas-fallback {
  display: none;
}
.ha-advanced-search header {
  position: relative;
}
.ha-advanced-search .success-alert {
  position: absolute;
  top: 0;
  width: 100%;
}
.ha-advanced-search .discount {
  position: relative;
  margin-bottom: 22px;
}
.ha-advanced-search .discount:last-child {
  margin-bottom: 0;
}
.ha-advanced-search .discount .applied {
  font-style: normal;
  font-size: 0.75em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0em;
  position: absolute;
  background: #f4846b;
  padding: 6px 13px;
  color: #ffffff;
  text-transform: uppercase;
  top: 0;
}
.ha-advanced-search .discount .tag {
  color: #a0a3a5;
  display: block;
  float: right;
}
.ha-advanced-search .discount h2 {
  font-style: normal;
  font-size: 1.125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0.02em;
  margin-top: 0;
  margin-bottom: 0;
}
.ha-advanced-search .discount .link,
.ha-advanced-search .discount .details p,
.ha-advanced-search .discount .details h3,
.ha-advanced-search .discount .rule p,
.ha-advanced-search .discount .rule h3 {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
}
.ha-advanced-search .discount .details p,
.ha-advanced-search .discount .rule p {
  margin: 0;
  color: #000000;
}
.ha-advanced-search .discount .details h3,
.ha-advanced-search .discount .rule h3 {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 0;
}
.ha-advanced-search .discount .link {
  margin-top: 20px;
  display: inline-block;
}
.ha-checkout h1 {
  font-style: normal;
  font-size: 2.9375em;
  font-family: "helvetica-neue-light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 42px;
}
.ha-checkout h2 {
  margin: 0;
  position: relative;
}
.ha-checkout h2 span {
  font-size: 13px;
  font-weight: normal;
  display: inline-block;
  padding-left: 20px;
  position: absolute;
  top: 9px;
  color: #717072;
}
.ha-checkout hr {
  margin: 22px 0;
}
.ha-checkout .container.card-2.offset {
  padding-bottom: 10px;
}
.ha-checkout .receipt-content .ha-receipt {
  margin-bottom: 0;
}
.ha-checkout .receipt-content .ha-receipt .container {
  background: white;
  padding-bottom: 50px;
}
.ha-checkout .receipt-content .ha-receipt .container.container-spacer-3 {
  margin-top: 0;
}
.ha-checkout p.trip-summary {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  /* extend => mixin */
  margin: 0;
}
.ha-checkout [ha-checkbox-option] label {
  line-height: 1.4em;
  float: left;
}
.ha-checkout .terms-checkbox {
  min-height: 36px;
}
.ha-checkout .terms-checkbox > div > label > span.mandatory-flag {
  display: none;
}
.ha-checkout a.termslink {
  font-weight: bold;
  margin-left: 40px;
}
.ha-checkout #paymentform .grand-total {
  text-align: right;
  margin-bottom: 30px;
}
.ha-checkout #paymentform .grand-total .label {
  font-style: normal;
  font-size: 0.75em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 0.08em;
  /* extend => mixin */
  color: #717072;
  margin-bottom: 5px;
  display: block;
}
.ha-checkout #paymentform .grand-total .totalprice {
  font-style: normal;
  font-size: 1.875em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0.02em;
  /* extend => mixin */
  display: block;
  font-weight: bold;
}
.ha-checkout #paymentform .grand-total .inclfees {
  color: #a0a3a5;
  margin-top: 5px;
  display: block;
}
.ha-checkout #paymentform .grand-total .inclfees a {
  font-weight: bold;
}
.ha-checkout .hold-reservation-note {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #f4846b;
  display: block;
  text-align: right;
}
.ha-checkout .hold-reservation-summary .price-lock-option-title {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  display: block;
}
.ha-checkout .hold-reservation-summary .price-lock-option-description {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  color: #717072;
  display: block;
}
.ha-checkout .hold-reservation-summary .due-today {
  display: block;
}
.ha-checkout .hold-reservation-summary .price-total {
  font-style: normal;
  font-size: 1.125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-align: right;
  display: block;
}
.ha-checkout .hold-reservation-summary .price-perperson {
  display: block;
  text-align: right;
}
.ha-checkout .complete-hold .price-lock-terms {
  margin-left: 40px;
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.ha-checkout .complete-hold .complete-price-lock {
  margin-top: 20px;
}
.ha-checkout .complete-hold .btn-container {
  position: relative;
}
.ha-checkout .complete-hold .hold-tooltip .ha-tooltip {
  right: 186px;
  top: 13px;
  padding: 15px;
}
.ha-checkout .complete-hold .hold-tooltip i {
  font-size: 30px;
  color: #007db1;
  margin-right: 10px;
}
.ha-checkout .complete-hold .hold-tooltip p {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  text-align: left;
  margin: 0;
}
.ha-checkout .agency-id {
  margin-top: 50px;
}
.ha-modal#ha-terms .modalContainer {
  padding-bottom: 0;
}
.ha-modal#ha-terms h1 {
  text-align: center;
}
.ha-modal#ha-terms .terms {
  padding: 20px 0;
}
.ha-ec-downgrade-modal {
  -webkit-transition: opacity 0.1s linear 0s, left 0s linear 0.1s;
  transition: opacity 0.1s linear 0s, left 0s linear 0.1s;
  margin-left: -209px;
  left: 50%;
  left: -200%;
  opacity: 0;
  position: absolute;
  top: 120px;
  width: 418px;
  height: 330px;
  background: #ffffff;
  z-index: 9999;
  -webkit-box-shadow: 4px 6px 30px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 4px 6px 30px 0px rgba(0, 0, 0, 0.4);
}
.ha-ec-downgrade-modal p {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  /* extend => mixin */
  text-align: center;
}
.ha-ec-downgrade-modal.is-open {
  left: 50%;
  opacity: 1;
  -webkit-transition: opacity 0.1s linear 0s, left 0s linear 0;
  transition: opacity 0.1s linear 0s, left 0s linear 0;
}
.ha-ec-downgrade-modal .close-btn {
  position: absolute;
  top: 15px;
  right: 14px;
  display: block;
  width: 26px;
  height: 26px;
}
.ha-ec-downgrade-modal .close-btn .icon-16--x {
  margin: 5px;
  display: block;
}
.lte-ie8 .ha-ec-downgrade-modal {
  border: solid 1px #e0e0db;
}
.ha-ec-downgrade-modal .message-section {
  padding: 50px 34px 20px 34px;
  background: #ffffff;
}
.ha-ec-downgrade-modal .btn-section {
  padding-bottom: 20px;
  text-align: center;
}
.ha-ec-downgrade-modal .btn-section .btn-primary,
.ha-ec-downgrade-modal .btn-section .btn-secondary {
  width: 50%;
}
.add-ons-title {
  margin-top: 0;
  text-align: center;
}
.no-padding {
  padding: 0 !important;
}
.no-padding-left {
  padding-left: 0 !important;
}
.no-padding-right {
  padding-right: 0 !important;
}
.center-cols {
  text-align: center;
}
.center-cols .col-3 {
  float: none;
  display: inline-block;
  text-align: left;
}
.hotel-sticky-header {
  position: fixed;
  left: 0;
  right: 0;
  height: 48px;
  background-color: #f5f5f3;
}
.hotel-sticky-header .fixed {
  position: static;
  width: 100%;
  z-index: 10;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
  top: 0px;
}
.hotel-sticky-header .row {
  padding: 8px 0;
}
.hotel-sticky-header .hotel-sticky-header-title {
  color: #aaa;
  font-weight: normal;
  line-height: 32px;
}
.hotel-sticky-header .hotel-sticky-header-return-button {
  position: absolute;
  box-shadow: inset 0 0 0 1px rgba(113, 112, 114, 0.24);
}
.hotel-sticky-header i {
  position: relative;
  float: right;
  top: 7px;
  color: #097bac;
  cursor: pointer;
}
.hotel-hostCode {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 12px;
  color: white;
  text-align: center;
  font-style: italic;
  font-size: 0.75em;
  font-weight: 300;
  line-height: 1.9em;
  background-color: #f6846c;
  font-style: normal;
  font-weight: bold;
  text-shadow: 0px 0px 1px #222;
  box-shadow: inset 0 0 0px 3px whitesmoke;
}
.hotel-overlay-sheet {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  min-width: 980px;
  padding-top: 92px;
  overflow-y: auto;
  background: white;
  box-shadow: -1px 0 9px rgba(0, 0, 0, 0.3);
  z-index: 7;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.hotel-overlay-sheet.ng-enter {
  -webkit-animation: slideInRight 650ms both ease-out;
  -moz-animation: slideInRight 650ms both ease-out;
  animation: slideInRight 650ms both ease-out;
  z-index: 8;
}
.hotel-overlay-sheet.ng-leave {
  -webkit-animation: slideOutRight 500ms both ease-in;
  -moz-animation: slideOutRight 500ms both ease-in;
  animation: slideOutRight 500ms both ease-in;
  z-index: 9;
}
@keyframes slideInRight {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@-moz-keyframes slideInRight {
  from {
    -moz-transform: translateX(100%);
  }
  to {
    -moz-transform: translateX(0);
  }
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
  }
}
@keyframes slideOutRight {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(100%);
  }
}
@-moz-keyframes slideOutRight {
  from {
    -moz-transform: translateX(0%);
  }
  to {
    -moz-transform: translateX(100%);
  }
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(100%);
  }
}
.hotel-slide-up-fade-in-animation {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.hotel-slide-up-fade-in-animation.ng-enter {
  -webkit-animation: slideUpFadeIn 350ms both linear 150ms;
  -moz-animation: slideUpFadeIn 350ms both linear 150ms;
  animation: slideUpFadeIn 350ms both linear 150ms;
}
@keyframes slideUpFadeIn {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-moz-keyframes slideUpFadeIn {
  from {
    opacity: 0;
    -moz-transform: translateY(16px);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-webkit-keyframes slideUpFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(16px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
.hotel-scale-in-animation {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.hotel-scale-in-animation.ng-enter {
  -webkit-animation: scaleY 350ms both linear;
  -moz-animation: scaleY 350ms both linear;
  animation: scaleY 350ms both linear;
}
@keyframes scaleY {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}
@-moz-keyframes scaleY {
  from {
    -moz-transform: scaleY(0);
  }
  to {
    -moz-transform: scaleY(1);
  }
}
@-webkit-keyframes scaleY {
  from {
    -webkit-transform: scaleY(0);
  }
  to {
    -webkit-transform: scaleY(1);
  }
}
[ha-hotel-add-on] .hotel-add-on.ng-hide-remove,
.hotel-list .hotel-add-on.ng-hide-remove,
[ha-hotel-add-on] .hotel-add-on-loading.ng-hide-remove,
.hotel-list .hotel-add-on-loading.ng-hide-remove,
[ha-hotel-add-on] .hotel-add-on-error.ng-hide-remove,
.hotel-list .hotel-add-on-error.ng-hide-remove {
  -webkit-transition: 0.5s linear opacity 0;
  transition: 0.5s linear opacity 0;
  display: block!important;
  opacity: 1;
}
[ha-hotel-add-on] .hotel-add-on.ng-hide-remove.ng-hide,
.hotel-list .hotel-add-on.ng-hide-remove.ng-hide,
[ha-hotel-add-on] .hotel-add-on-loading.ng-hide-remove.ng-hide,
.hotel-list .hotel-add-on-loading.ng-hide-remove.ng-hide,
[ha-hotel-add-on] .hotel-add-on-error.ng-hide-remove.ng-hide,
.hotel-list .hotel-add-on-error.ng-hide-remove.ng-hide {
  opacity: 0;
}
[ha-hotel-add-on] .hotel-show-more-button,
.hotel-list .hotel-show-more-button {
  display: block;
  margin: 45px auto;
  width: 280px;
  font-size: 0.85em;
}
[ha-hotel-add-on] .hotel-header,
.hotel-list .hotel-header {
  display: block;
  margin: 10px auto;
  font-size: 1.0em;
  text-align: center;
}
[ha-hotel-add-on] .hotel-header-badge,
.hotel-list .hotel-header-badge {
  margin: 24px auto 8px;
  height: 50px;
  width: 50px;
  border-radius: 25px;
  color: white;
  background-color: #f28470;
  padding: 13px 16px;
}
[ha-hotel-add-on] .hotel-header-badge-icon,
.hotel-list .hotel-header-badge-icon {
  font-size: 24px;
}
[ha-hotel-add-on] .hotel-intro,
.hotel-list .hotel-intro {
  width: 54%;
  display: block;
  margin: 36px auto;
  text-align: center;
}
[ha-hotel-add-on] .hotel-add-on-loading,
.hotel-list .hotel-add-on-loading,
[ha-hotel-add-on] .hotel-add-on-error,
.hotel-list .hotel-add-on-error {
  color: #727272;
  text-align: center;
  font-size: 0.8em;
  line-height: 3.2em;
}
[ha-hotel-add-on] .hotel-add-on-error-code,
.hotel-list .hotel-add-on-error-code {
  color: #f5f5f3;
  font-family: monospace;
  font-size: 1.0em;
}
[ha-hotel-add-on] .hotel-card,
.hotel-list .hotel-card {
  position: relative;
  border: #e0e0e0 1px solid;
}
[ha-hotel-add-on] .hotel-card:hover,
.hotel-list .hotel-card:hover {
  border: 1px solid #f28470;
  cursor: pointer;
}
[ha-hotel-add-on] .hotel-card-image,
.hotel-list .hotel-card-image {
  background-color: white;
  background-position: center;
  background-size: cover;
  background-clip: padding-box;
  height: 140px;
}
[ha-hotel-add-on] .hotel-card-promo,
.hotel-list .hotel-card-promo {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 70%;
  margin: 0 auto;
  padding: 4px;
  color: white;
  text-align: center;
  font-style: italic;
  font-size: 75%;
  font-weight: 300;
  background-color: #f6846c;
}
[ha-hotel-add-on] .hotel-card-content,
.hotel-list .hotel-card-content {
  padding: 20px 24px 30px;
  background-color: #f5f5f3;
}
@media only screen and (max-width: 1024px) {
  [ha-hotel-add-on] .hotel-card-content,
  .hotel-list .hotel-card-content {
    padding: 20px 14px 30px;
  }
}
[ha-hotel-add-on] .hotel-title,
.hotel-list .hotel-title {
  font-size: 1.0em;
  line-height: 1.45em;
  margin-bottom: 6px;
}
[ha-hotel-add-on] .hotel-title > span,
.hotel-list .hotel-title > span {
  margin-right: 0.5em;
}
[ha-hotel-add-on] .hotel-star-rating,
.hotel-list .hotel-star-rating {
  position: relative;
  display: inline-block;
  color: #727272;
  vertical-align: bottom;
}
[ha-hotel-add-on] .hotel-star-rating > span,
.hotel-list .hotel-star-rating > span {
  position: relative;
  display: none;
  overflow: hidden;
  font-size: 14px;
}
[ha-hotel-add-on] .hotel-star-rating > span.grow,
.hotel-list .hotel-star-rating > span.grow {
  display: block;
  -webkit-animation: grow 0.75s ease-out;
  -moz-animation: grow 0.75s ease-out;
  -ms-animation: grow 0.75s ease-out;
  -o-animation: grow 0.75s ease-out;
  animation: grow 0.75s ease-out;
}
@-webkit-keyframes grow {
  0% {
    width: 0;
  }
}
@-moz-keyframes grow {
  0% {
    width: 0;
  }
}
@-ms-keyframes grow {
  0% {
    width: 0;
  }
}
@-o-keyframes grow {
  0% {
    width: 0;
  }
}
@keyframes grow {
  0% {
    width: 0;
  }
}
[ha-hotel-add-on] .hotel-guest-rating,
.hotel-list .hotel-guest-rating,
[ha-hotel-add-on] .hotel-range-from-airport,
.hotel-list .hotel-range-from-airport {
  color: #727272;
  font-size: 12px;
  line-height: 15px;
}
[ha-hotel-add-on] .hotel-price-row,
.hotel-list .hotel-price-row {
  margin: 18px 0 0;
}
[ha-hotel-add-on] .hotel-price-row .no-padding,
.hotel-list .hotel-price-row .no-padding {
  padding: 0;
}
[ha-hotel-add-on] .hotel-price-header,
.hotel-list .hotel-price-header,
[ha-hotel-add-on] .hotel-price-footer,
.hotel-list .hotel-price-footer {
  font-size: 12px;
  line-height: 12px;
}
[ha-hotel-add-on] .hotel-price-footer,
.hotel-list .hotel-price-footer {
  margin-bottom: 22px;
}
[ha-hotel-add-on] .hotel-price,
.hotel-list .hotel-price {
  font-size: 20px;
  line-height: 22px;
  margin: 2px 0 4px;
}
[ha-hotel-add-on] .hotel-price > .currency-type,
.hotel-list .hotel-price > .currency-type,
[ha-hotel-add-on] .hotel-price > .currency-symbol,
.hotel-list .hotel-price > .currency-symbol,
[ha-hotel-add-on] .hotel-price > .currency-dollars,
.hotel-list .hotel-price > .currency-dollars {
  vertical-align: inherit;
  font-size: 20px;
}
[ha-hotel-add-on] .hotel-price > .currency-cents,
.hotel-list .hotel-price > .currency-cents {
  vertical-align: super;
  font-size: 11px;
}
[ha-hotel-add-on] .hotel-view-details-button,
.hotel-list .hotel-view-details-button {
  padding: 8px 14px;
  margin: 4px 0 18px;
  background-color: #ffffff;
}
[ha-hotel-add-on] .hotel-view-details-button:hover,
.hotel-list .hotel-view-details-button:hover,
[ha-hotel-add-on] .hotel-view-details-button:active,
.hotel-list .hotel-view-details-button:active {
  background-color: #463C8F;
}
[ha-hotel-add-on] .hotel-savings-badge-col,
.hotel-list .hotel-savings-badge-col {
  float: right;
}
[ha-hotel-add-on] .hotel-savings-badge,
.hotel-list .hotel-savings-badge {
  position: relative;
  margin-left: auto;
  width: 100%;
  min-width: 75px;
  border-radius: 100px;
  background-color: #f28470;
}
[ha-hotel-add-on] .hotel-savings-badge:before,
.hotel-list .hotel-savings-badge:before {
  content: "";
  display: block;
  padding-top: 100%;
}
[ha-hotel-add-on] .hotel-savings-badge > .hotel-savings-badge-content,
.hotel-list .hotel-savings-badge > .hotel-savings-badge-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: white;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  padding-top: 23%;
}
[ha-hotel-add-on] .hotel-savings-badge-label,
.hotel-list .hotel-savings-badge-label {
  font-size: 13px;
}
[ha-hotel-add-on] .hotel-savings-badge-amount,
.hotel-list .hotel-savings-badge-amount {
  font-size: 16px;
}
[ha-hotel-add-on] .hotel-special-offer-title,
.hotel-list .hotel-special-offer-title {
  color: #f28470;
  font-size: 12px;
}
[ha-hotel-add-on] .hotel-special-offer-item,
.hotel-list .hotel-special-offer-item {
  color: #727272;
  font-size: 12px;
}
[ha-hotel-add-on] .hotel-ha-exclusive-offer,
.hotel-list .hotel-ha-exclusive-offer {
  color: #4b2d8f;
  font-weight: 600;
  font-size: 0.8em;
  line-height: 1.5em;
}
[ha-hotel-add-on] .hotel-ha-exclusive-offer img,
.hotel-list .hotel-ha-exclusive-offer img {
  height: 40px;
  width: 40px;
}
.hotel-added .hotel-detail-image {
  height: 220px;
  width: 320px;
  background-position: center;
  background-size: cover;
  background-clip: padding-box;
}
#RemoveHotelModal {
  padding: 10% 20%;
}
#RemoveHotelModal .modalContainer {
  min-width: 600px;
}
#RemoveHotelModal .hotel-change-room-modal {
  padding: 40px;
  text-align: center;
}
#RemoveHotelModal .hotel-change-room-modal h2 {
  margin: 0;
}
#RemoveHotelModal .hotel-change-room-modal p {
  font-size: 0.8em;
}
#RemoveHotelModal .hotel-change-room-modal .modalFooter {
  margin: 30px 0 10px;
}
#RemoveHotelModal .hotel-change-room-modal .modalFooter button {
  margin: 0 8px;
}
.hotel-list {
  position: relative;
  overflow-x: hidden;
  background-color: white;
}
.hotel-list .hotel-list-content {
  margin-top: 80px;
}
.hotel-list .hotel-list-title {
  margin: 36px 0;
  text-align: center;
}
.hotel-list .hotel-loading,
.hotel-list .hotel-list-loading {
  padding: 100px 0 800px;
  text-align: center;
  font-size: 0.8em;
  color: #727272;
}
.hotel-list .hotel-list-header,
.hotel-list .hotel-list-footer {
  padding: 10px 0;
  font-size: 0.8em;
}
.hotel-list .hotel-list-header .no-padding,
.hotel-list .hotel-list-footer .no-padding {
  padding: 0;
}
.hotel-list .hotel-list-footer {
  padding: 0 0 10px;
}
.hotel-list .hotel-list-header {
  border-top: 1px solid #cccccc;
}
.hotel-list .hotel-list-search-header {
  margin-bottom: 12px;
}
.hotel-list .hotel-list-search-header .hotel-list-filter-pills span {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 4px 12px;
  background: #eee;
  border-radius: 5px;
  margin: 0 8px 0 0;
  font-size: 13px;
  cursor: pointer;
}
.hotel-list .hotel-list-search-header .hotel-list-filter-pills span:after {
  content: "\00d7";
  display: inline-block;
  width: 13px;
  height: 13px;
  line-height: 13px;
  font-size: 1.2em;
  margin-left: 8px;
}
.hotel-list .hotel-list-showing-count {
  margin-top: 8px;
}
.hotel-list .hotel-list-sort .hotel-list-sort-by {
  display: inline-block;
  float: right;
  margin: 8px 12px 0 0;
}
.hotel-list .hotel-list-sort [ha-dropdown] {
  float: right;
  margin: 0;
}
.hotel-list .hotel-list-sort [ha-dropdown] .dk_toggle {
  line-height: 36px;
}
.hotel-list .hotel-list-empty-message {
  font-size: 0.9em;
  border: 1px solid #ccc;
  padding: 6px 28px 2px;
  background: #eee;
  margin: 24px 0;
}
.hotel-list .hotel-list-sidebar .hotel-list-control-box {
  padding: 20px 20px 30px;
  border: 1px solid #e0e0dc;
  margin-bottom: 21px;
  font-size: 0.86em;
  line-height: 2.1em;
}
.hotel-list .hotel-list-sidebar .hotel-list-control-box .hotel-list-control-label {
  font-weight: bold;
  min-width: 80px;
}
.hotel-list .hotel-list-sidebar .hotel-list-control-box .hotel-list-control-value {
  color: #727272;
}
.hotel-list .hotel-list-sidebar .hotel-list-control-box .hotel-list-search-btn {
  padding: 2px 20px;
}
.hotel-list .hotel-list-sidebar .hotel-list-control-box .hotel-list-filter-row {
  margin-top: 20px;
}
.hotel-list .hotel-list-pagination > .pagination {
  margin-top: 0;
  float: right;
}
.hotel-list .hotel-list-pane {
  position: relative;
  min-height: 170px;
  margin-bottom: 14px;
  border: 1px solid #e0e0dc;
  background-color: #f5f5f3;
}
.hotel-list .hotel-list-pane:hover {
  border: 1px solid #f6ac9f;
  background-color: #f7f7f6;
  cursor: pointer;
}
.hotel-list .hotel-list-pane .hotel-list-pane-image {
  position: absolute;
  padding: 0;
  background-color: white;
  background-position: center;
  background-size: cover;
  background-clip: padding-box;
  height: 100%;
}
.hotel-list .hotel-list-pane .hotel-list-pane-promo {
  display: inline-block;
  padding: 4px 12px;
  color: white;
  text-align: center;
  font-style: italic;
  font-size: 0.75em;
  font-weight: 300;
  line-height: 1.9em;
  background-color: #f6846c;
}
.hotel-list .hotel-list-pane .hotel-title {
  margin-bottom: 0;
}
.hotel-list .hotel-list-pane .hotel-ratings {
  line-height: 0.8em;
}
.hotel-list .hotel-list-pane .hotel-list-pane-content {
  padding: 24px 2.6%;
}
.hotel-list .hotel-list-pane .hotel-price-column {
  width: 124px;
  float: right;
}
.hotel-list .hotel-list-pane .hotel-price-header,
.hotel-list .hotel-list-pane .hotel-price-footer {
  font-size: 0.7em;
  line-height: 1.0em;
  margin-bottom: 0.5em;
}
.hotel-list .hotel-list-pane .hotel-price-header {
  margin-top: 0.7em;
}
.hotel-list .hotel-list-pane .hotel-view-details-button {
  margin: 12px 0 0;
  padding: 8px 14px;
  background-color: #CE0C88;
}
.hotel-list .hotel-list-pane .hotel-special-offer-title {
  margin-top: 0.9em;
  font-size: 0.9em;
}
.hotel-list .hotel-list-pane .hotel-ha-exclusive-offer {
  color: #4b2d8f;
  font-weight: bold;
  font-size: 0.8em;
  margin-top: 1.5em;
}
.hotel-list .hotel-list-pane .hotel-ha-exclusive-offer img {
  margin-right: 1.1em;
}
.hotel-detail {
  padding: 60px 6px;
}
.hotel-detail .hotel-detail-return-link {
  font-size: 0.8em;
}
.hotel-detail .hotel-detail-title {
  margin-top: 10px;
  margin-bottom: 28px;
}
.hotel-detail .hotel-detail-image {
  background-color: white;
  background-position: center;
  background-size: cover;
  background-clip: padding-box;
  height: 320px;
}
.hotel-detail .hotel-detail-desc {
  color: #727272;
  max-height: 324px;
  overflow-y: hidden;
  text-overflow: ellipsis;
}
.hotel-detail .hotel-detail-desc-link {
  font-size: 0.8em;
  font-weight: 600;
}
.hotel-detail .hotel-detail-info-box {
  position: relative;
  padding: 20px 24px 30px;
  border: 1px solid #e0e0dc;
  font-size: 0.9em;
}
.hotel-detail .hotel-detail-info-box .hotel-detail-info-label {
  font-weight: bold;
  margin: 0;
}
.hotel-detail .hotel-detail-info-box .hotel-detail-info-value {
  color: #727272;
  margin-bottom: 12px;
}
.hotel-detail .hotel-detail-info-box .hotel-detail-into-button {
  margin-bottom: 16px;
}
.hotel-detail .hotel-detail-info-box .hotel-detail-into-button > a {
  font-size: 0.8em;
}
.hotel-detail .hotel-detail-info-box .hotel-star-rating > span {
  display: inline-block;
  color: #f28470;
  line-height: 1.2em;
  font-size: 1.2em;
}
.hotel-detail .hotel-detail-info-box .hotel-guest-rating {
  color: #f28470;
  line-height: 1.0em;
  font-size: 1.7em;
  font-weight: 400;
}
.hotel-detail .hotel-detail-grid-box {
  padding: 0;
  border: 1px solid #e0e0dc;
  margin-top: 28px;
  margin-bottom: 20px;
}
.hotel-detail .hotel-detail-grid-box .hotel-detail-grid-header {
  padding: 30px 34px;
  background-color: #f5f5f3;
}
.hotel-detail .hotel-detail-grid-box .hotel-detail-grid-section-header {
  padding: 18px 34px;
  background-color: #e0e0dc;
}
.hotel-detail .hotel-detail-grid-box ul.hotel-detail-grid-header-list {
  float: right;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: left;
  letter-spacing: 0em;
}
.hotel-detail .hotel-detail-grid-box ul.hotel-detail-grid-header-list li {
  display: inline;
  margin-left: 12px;
}
.hotel-detail .hotel-detail-grid-box ul.hotel-detail-grid-header-list li span {
  font-weight: 400;
}
.hotel-detail .hotel-detail-grid-box .hotel-detail-grid-item {
  padding: 18px 34px;
  background-color: white;
  border-top: 1px solid #e0e0dc;
}
.hotel-detail .hotel-detail-grid-box .hotel-detail-grid-item.selected {
  background-color: #fefce5;
}
.hotel-detail .hotel-detail-grid-box .hotel-detail-grid-item a.hotel-detail-action-button {
  display: block;
  padding: 14px 20px 13px;
}
.hotel-detail .hotel-detail-grid-box .hotel-detail-grid-item a.hotel-detail-action-button i {
  margin-right: 6px;
}
.hotel-detail .hotel-detail-grid-box .hotel-detail-grid-item .hotel-detail-grid-price-col,
.hotel-detail .hotel-detail-grid-box .hotel-detail-grid-item .hotel-detail-grid-action-col {
  float: right;
  width: 21%;
}
.hotel-detail .hotel-detail-grid-box .hotel-detail-grid-item .hotel-detail-grid-price-col {
  width: 17%;
}
.hotel-detail .hotel-detail-grid-box .hotel-detail-grid-item .hotel-detail-grid-price-col .row {
  font-size: 0.85em;
  line-height: 1em;
}
.hotel-detail .hotel-detail-grid-box .hotel-detail-grid-item .hotel-detail-grid-price-col .hotel-detail-grid-price {
  font-size: 2.0em;
}
.hotel-detail .hotel-detail-grid-box .hotel-detail-grid-item .hotel-detail-grid-savings,
.hotel-detail .hotel-detail-grid-box .hotel-detail-grid-item .hotel-detail-grid-special-offer {
  color: #f28470;
  font-size: 0.85em;
}
.hotel-detail .hotel-detail-grid-box .hotel-detail-grid-item-promo {
  display: inline-block;
  position: relative;
  top: -20px;
  padding: 4px 12px;
  color: white;
  text-align: center;
  font-style: italic;
  line-height: 18px;
  font-size: 12px;
  font-weight: 300;
  background-color: #f6846c;
}
.hotel-detail .hotel-detail-grid-box .hotel-detail-grid-footer {
  padding: 30px 34px;
  background-color: #f5f5f3;
}
.hotel-detail .hotel-details-total-price-col {
  text-align: right;
}
.hotel-detail .hotel-detail-afterword .header-titlecase-6 {
  margin-top: 16px;
}
.hotel-detail .hotel-detail-map-container {
  margin: 20px 0;
  padding: 0;
  border: 1px solid #e0e0dc;
  height: 224px;
}
.hotel-detail .hotel-detail-amenity:before {
  content: '\2219';
  padding: 0 4px;
}
.hotel-detail .hotel-detail-amenity:first-child:before {
  content: '';
  padding: 0;
}
.hotel-detail-expand-link {
  font-size: 12px;
  vertical-align: top;
  line-height: 22px;
}
.hotel-detail-expand-link > i {
  margin-right: 6px;
}
.hotel-room-row {
  border-top: 1px solid #e0e0dc;
  padding: 20px 0;
}
#ChangeRoomsModal,
#FullDescriptionModal {
  padding: 25% 15% 0;
}
#ChangeRoomsModal .modalContainer,
#FullDescriptionModal .modalContainer {
  padding: 40px 60px;
}
#ChangeRoomsModal .modalFooter > button,
#FullDescriptionModal .modalFooter > button {
  float: right;
  margin-left: 12px;
}
.ha-purchase-confirmation .confirmation-intro {
  padding-top: 20px;
  padding-bottom: 40px;
}
.ha-purchase-confirmation .confirmation-intro h1 {
  font-style: normal;
  font-size: 2.25em;
  font-family: "helvetica-neue-63-med-ext", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.1;
  letter-spacing: 0.08em;
  /* extend => mixin */
  text-align: center;
  margin-top: 20px;
}
.ha-purchase-confirmation .confirmation-intro .description {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #a0a3a5;
}
.ha-purchase-confirmation .confirmation-intro .description .payment {
  font-style: normal;
  font-size: 1.125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0.02em;
  /* extend => mixin */
  font-size: 20px;
  color: #221f1f;
}
.ha-purchase-confirmation .confirmation-intro .print-receipt {
  display: block;
  font-weight: bold;
  margin-top: 15px;
  text-align: center;
}
.ha-purchase-confirmation .terms {
  margin-top: 30px;
  border-top: 1px solid #e0e0db;
}
.ha-purchase-confirmation .terms .col-8 {
  border-right: 1px solid #e0e0db;
  padding-right: 50px;
  padding-top: 40px;
}
.ha-purchase-confirmation .terms .col-4 {
  padding-top: 40px;
}
.ha-purchase-confirmation .terms h4 {
  font-style: normal;
  font-size: 1.375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0.02em;
  /* extend => mixin */
  margin-bottom: 30px;
}
.ha-purchase-confirmation .terms span.header {
  font-size: 16px;
  color: #221f1f;
  font-weight: bold;
}
.ha-purchase-confirmation .terms h6 {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  /* extend => mixin */
  margin-bottom: 5px;
}
.ha-purchase-confirmation .terms ul {
  margin-left: 20px;
}
.ha-purchase-confirmation .terms ul li {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  /* extend => mixin */
  color: #717072;
}
.ha-purchase-confirmation .terms p {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  /* extend => mixin */
  color: #717072;
  display: inline-block;
  margin-top: 20px;
}
.ha-purchase-confirmation .terms a {
  font-weight: bold;
  font-size: 12px;
}
.ha-purchase-confirmation .terms p.res-phone {
  margin: 0;
}
.ha-purchase-confirmation .terms .address p {
  margin: 0;
  display: block;
}
.ha-purchase-confirmation .terms .muted {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  /* extend => mixin */
  color: #a0a3a5;
  font-style: italic;
}
.ha-purchase-confirmation .hotel {
  padding: 0;
  font-size: 14px;
  color: #717072;
}
.ha-purchase-confirmation .hotel .hotel-name-row {
  margin-bottom: 9px;
}
.ha-purchase-confirmation .hotel .hotel-name {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: black;
  font-size: 1.1em;
}
.ha-purchase-confirmation .hotel .hotel-dates {
  font-size: 0.85em;
  margin-left: 12px;
}
.ha-purchase-confirmation .hotel .hotel-label {
  padding-left: 0;
  width: 11%;
}
.ha-purchase-confirmation .hotel .call-us-to-change {
  text-transform: none;
  margin-top: 40px;
  color: black;
  font-weight: bold;
}
.ha-purchase-confirmation .hotel .call-us-to-change .ha-vacations-phone-number {
  color: #463C8F;
}
.hold-reservation {
  border-spacing: 0 !important;
  -ms-zoon: auto;
}
.hold-reservation.ng-enter,
.hold-reservation.ng-leave {
  -webkit-transition: opacity 1000ms ease-in-out;
  transition: opacity 1000ms ease-in-out;
}
.hold-reservation.ng-leave.ng-leave-active,
.hold-reservation.ng-enter {
  opacity: 0;
}
.hold-reservation.ng-enter.ng-enter-active,
.hold-reservation.ng-leave {
  opacity: 1;
}
.hold-reservation .ha-well {
  margin-bottom: 0;
  padding-bottom: 30px;
  padding-top: 30px;
  -webkit-transition: max-height 500ms ease-in-out;
  transition: max-height 500ms ease-in-out;
  max-height: 115px;
  overflow: hidden;
  position: relative;
}
.hold-reservation .ha-well.details {
  max-height: 800px;
}
.hold-reservation .ha-well.default {
  max-height: 115px;
}
.hold-reservation .lock-large {
  color: #007db1;
}
.hold-reservation .price-lock-button {
  margin-top: 5px;
}
.hold-reservation .hold-header {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  display: block;
  margin-bottom: 5px;
  margin-top: 5px;
}
.hold-reservation .hold-description {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  display: block;
  color: #717072;
}
.hold-reservation .default-state {
  position: relative;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  opacity: 1;
}
.hold-reservation .details-state {
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  opacity: 1;
}
.hold-reservation .hidden {
  display: none;
}
.hold-reservation a.close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 18px;
  color: #a0a3a5;
}
.hold-reservation a.close:hover {
  color: #CE0C88;
}
.hold-reservation .radio-primary {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  display: block;
  padding-left: 50px;
}
.hold-reservation [ha-radio-option] {
  margin-top: 10px;
}
.hold-reservation .radio-label {
  display: none;
}
.hold-reservation .radio-secondary {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  display: block;
  color: #717072;
  padding-left: 50px;
}
.hold-reservation .login-message {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  color: #717072;
  display: block;
  margin-top: 20px;
}
.hold-reservation .continue {
  margin-left: 15px;
}
.hold-reservation .reminders {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.hold-reservation .reminders span {
  font-size: 12px;
  color: #717072;
  font-weight: normal;
  padding-left: 8px;
}
.hold-reservation .actions .col-6,
.hold-reservation .actions .col {
  padding-left: 0;
  padding-right: 0;
}
.hold-reservation a.terms {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  font-weight: bold;
}
.hold-reservation [ha-checkbox] .boxed {
  width: 265px;
}
.hold-reservation .action-instructions {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  color: #717072;
  text-align: right;
  width: 320px;
  margin-top: 15px;
  display: block;
}
.hold-reservation .terms-modal-content.hide {
  display: none;
}
.hold-reservation .strike-through {
  text-decoration: line-through;
}
.hold-reservation .price-highlight {
  color: #f4846b;
}
.ha-book-flight-results .hold-reservation .ha-loading-spinner {
  left: auto;
  position: absolute;
  right: -26px;
  top: 13px;
}
.ha-modal#sign-in-modal h1 {
  font-style: normal;
  font-size: 1.125em;
  font-family: "helvetica-neue-53-ext", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.08em;
  margin-top: 0;
  margin-bottom: 50px;
}
.ha-modal#sign-in-modal .card,
.ha-modal#sign-in-modal *[class*=card-] {
  background-color: transparent !important;
}
.ha-modal#sign-in-modal p.error {
  margin-top: 3px;
}
.ha-modal#sign-in-modal .modalContainer {
  max-width: 895px;
}
.low-fare-search-chart-modal [ha-alert] .alert-content {
  text-align: left;
}
.low-fare-search-chart-modal .lf-form-row {
  display: table;
  width: 100%;
}
.low-fare-search-chart-modal .lf-form-row > div {
  display: table-cell;
  vertical-align: middle;
  padding: 8px 4px;
}
.low-fare-search-chart-modal .lf-form-row .lf-date-label {
  padding-left: 0;
}
.low-fare-search-chart-modal .lf-form-row .lf-date-label {
  width: 20%;
}
.low-fare-search-chart-modal .lf-form-row .lf-date-input {
  width: 35%;
}
.low-fare-search-chart-modal .lf-form-row .lf-trip-length-label,
.low-fare-search-chart-modal .lf-form-row .lf-trip-length-input,
.low-fare-search-chart-modal .lf-form-row .lf-update-flight {
  width: 15%;
}
.low-fare-search-chart-modal .lf-form-row .lf-date-label,
.low-fare-search-chart-modal .lf-form-row .lf-trip-length-label {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.low-fare-search-chart-modal .lf-form-row .lf-trip-length-label {
  text-align: right;
}
.low-fare-search-chart-modal .lf-form-row .lf-date-input .ha-input,
.low-fare-search-chart-modal .lf-form-row .lf-trip-length-input .ha-input,
.low-fare-search-chart-modal .lf-form-row .lf-date-input [ha-input],
.low-fare-search-chart-modal .lf-form-row .lf-trip-length-input [ha-input],
.low-fare-search-chart-modal .lf-form-row .lf-date-input [ha-dropdown],
.low-fare-search-chart-modal .lf-form-row .lf-trip-length-input [ha-dropdown] {
  margin: 0;
}
.low-fare-search-chart-modal .lf-form-row .lf-update-flight {
  padding-right: 0;
  text-align: right;
}
.low-fare-search-chart-modal .lf-form-row .lf-update-flight .btn-primary {
  display: block;
  padding-left: 0;
  padding-right: 0;
}
.price-chart-container {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  width: 100%;
  height: 364px;
  position: relative;
  border: 1px solid #e0e0db;
  overflow: hidden;
}
.price-chart-container .selected-line-container {
  position: absolute;
  height: 260px;
  margin-top: 38px;
}
.price-chart-container .price-chart-lowline {
  font-style: normal;
  font-size: 0.75em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  padding: 4px 0 0 4px;
  color: #221f1f;
  top: 100%;
  position: absolute;
  left: 0;
  -webkit-transition: top 200ms;
  transition: top 200ms;
}
.price-chart-container .price-chart-lowline::before {
  content: '';
  border-top: 1px dashed #221f1f;
  top: 0px;
  width: 999px;
  margin-right: -4px;
  position: absolute;
  z-index: 8;
}
.price-chart-container .price-chart-viewbox {
  width: 90%;
  overflow: hidden;
  position: relative;
  margin-left: auto;
  zoom: 1;
  height: 364px;
}
.price-chart-container .price-chart-viewbox .ha-loading-spinner {
  position: absolute;
  right: 4px;
  top: 42px;
}
.price-chart-container .price-chart-viewbox:before,
.price-chart-container .price-chart-viewbox:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.price-chart-container .price-chart-viewbox:after {
  clear: both;
}
.price-chart-container .price-chart-viewbox:before,
.price-chart-container .price-chart-viewbox:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.price-chart-container .price-chart-viewbox:after {
  clear: both;
}
.price-chart-container .price-chart-viewbox:before {
  content: '';
  display: block;
}
.price-chart-container .price-chart-viewbox:after {
  content: '';
  display: table;
  clear: both;
}
.price-chart-container .price-chart-viewbox:before {
  content: '';
  display: block;
}
.price-chart-container .price-chart-viewbox:after {
  content: '';
  display: table;
  clear: both;
}
.price-chart-container .day-row,
.price-chart-container .month-row {
  background-color: #f5f5f2;
  position: absolute;
  right: 0;
  left: 0;
}
.price-chart-container .day-row {
  top: 0;
  height: 38px;
  border-bottom: 1px solid #e0e0db;
}
.price-chart-container .month-row {
  bottom: 0;
  height: 40px;
  border-top: 1px solid #e0e0db;
}
.price-chart-container .price-chart-direction {
  position: absolute;
  bottom: 0;
  height: 40px;
  width: 40px;
  display: block;
  cursor: pointer;
}
.price-chart-container .price-chart-direction.inactive {
  cursor: default;
}
.price-chart-container .price-chart-direction::before {
  content: '';
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -6px;
}
.price-chart-container .price-chart-direction.pc-backward {
  left: 0;
}
.price-chart-container .price-chart-direction.pc-backward::before {
  border-right: 12px solid #CE0C88;
}
.price-chart-container .price-chart-direction.pc-backward.inactive::before {
  border-right-color: #a0a3a5;
}
.price-chart-container .price-chart-direction.pc-forward {
  right: 0;
}
.price-chart-container .price-chart-direction.pc-forward::before {
  border-left: 12px solid #CE0C88;
}
.price-chart-container .price-chart-direction.pc-forward.inactive::before {
  border-left-color: #a0a3a5;
}
.price-chart-container .price-chart-months {
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.price-chart-container .price-chart-months .price-chart-1 {
  left: 0;
}
.price-chart-container .price-chart-months span {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  line-height: 40px;
}
.price-chart-container .price-chart-list {
  width: 220%;
  position: absolute;
  left: -60%;
}
.price-chart-container .price-chart-item {
  width: 1.81818182%;
  height: 260px;
  position: relative;
  margin-top: 38px;
  float: left;
  margin-left: 0%;
  cursor: pointer;
}
.price-chart-container .price-chart-item .price-chart-day,
.price-chart-container .price-chart-item .price-chart-date {
  font-style: normal;
  font-size: 0.75em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 0.08em;
  position: absolute;
  text-align: center;
  width: 100%;
}
.price-chart-container .price-chart-item .price-chart-day {
  bottom: 100%;
  height: 38px;
  line-height: 38px;
  color: #a0a3a5;
}
.price-chart-container .price-chart-item .price-chart-bar {
  -webkit-transition: top 200ms;
  transition: top 200ms;
  position: absolute;
  right: 1.5px;
  bottom: 0;
  left: 1.5px;
  top: 100%;
  background-color: #CE0C88;
}
.price-chart-container .price-chart-item .price-chart-date {
  top: 100%;
  height: 26px;
  line-height: 26px;
}
.price-chart-container .price-chart-item.lowest-price .price-chart-bar {
  background-color: #f4846b;
}
.price-chart-container .price-chart-item.selected-price .price-chart-bar {
  background-color: #463C8F;
}
.price-chart-container .price-chart-item.first-item {
  margin-left: 27.27272727%;
}
.price-chart-container .price-chart-item.end-of-month::after {
  content: '';
  position: absolute;
  height: 200%;
  border-right: 1px solid #e0e0db;
  left: 100%;
  top: -38px;
}
.price-chart-container .price-chart-item.price-item-empty .price-chart-bar {
  background-image: url(/euf/assets/hawaiianair/common/images/price-item-bg.png);
  background-size: 2px 2px;
}
.price-chart-container .price-chart-item.price-item-empty:hover {
  cursor: default;
  z-index: 1;
}
.price-chart-container .price-chart-item.price-item-empty:hover .price-chart-bar {
  background-color: transparent;
}
.price-chart-container .price-chart-item:hover {
  z-index: 9;
}
.price-chart-container .price-chart-item:hover .price-chart-tip {
  display: block;
}
.price-chart-container .price-chart-item:hover .price-chart-bar {
  background-color: #463C8F;
}
.price-chart-container .price-chart-item .price-chart-tip {
  display: none;
  background-color: #ffffff;
  padding: 10px 15px;
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.2);
  position: absolute;
  min-width: 200px;
  top: 100%;
  z-index: 9;
  white-space: nowrap;
}
.price-chart-container .price-chart-item .price-chart-tip::before {
  content: '';
  border-top: 0;
  border-bottom: 16px solid #ffffff;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  position: absolute;
  top: 0%;
  margin-top: -11px;
}
.price-chart-container .price-chart-item .price-chart-tip.tip-left {
  right: 100%;
  text-align: right;
  margin-right: -40px;
}
.price-chart-container .price-chart-item .price-chart-tip.tip-left::before {
  left: 83%;
}
.price-chart-container .price-chart-item .price-chart-tip.tip-right {
  left: 100%;
  margin-left: -40px;
}
.price-chart-container .price-chart-item .price-chart-tip.tip-right::before {
  right: 83%;
}
.price-chart-container .price-chart-item .price-chart-tip .pc-tip-dates,
.price-chart-container .price-chart-item .price-chart-tip .ps-tip-price {
  display: block;
}
.price-chart-container .price-chart-item .price-chart-tip .pc-tip-dates {
  font-style: normal;
  font-size: 0.75em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  line-height: .5;
  color: #717072;
  padding-top: 10px;
}
.price-chart-container .price-chart-item .price-chart-tip .pc-tip-price {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  line-height: .5;
}
.price-chart-footer {
  display: table;
  width: 100%;
  padding: 12px 0 24px;
}
.price-chart-footer > div {
  display: table-cell;
  vertical-align: middle;
}
.price-chart-footer .price-chart-key,
.price-chart-footer .price-chart-options-label,
.price-chart-footer .pc-option [ha-radio-option] label {
  font-style: normal;
  font-size: 0.6875em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.price-chart-footer .price-chart-key {
  width: 50%;
}
.price-chart-footer .price-chart-key .swatch {
  height: 16px;
  width: 16px;
  vertical-align: middle;
  display: inline-block;
  background-size: 2px 2px;
}
.price-chart-footer .price-chart-key .swatch.pc-selected {
  background-color: #463C8F;
}
.price-chart-footer .price-chart-key .swatch.pc-lowest {
  background-color: #f4846b;
  margin-left: 20px;
}
.price-chart-footer .price-chart-key .swatch.pc-empty {
  background-image: url(/euf/assets/hawaiianair/common/images/price-item-bg.png);
}
.price-chart-footer .price-chart-options-label {
  width: 25%;
  text-align: right;
}
.price-chart-footer .price-chart-options {
  width: 25%;
}
.price-chart-footer .price-chart-options .pc-option {
  display: table-cell;
  width: 50%;
}
.price-chart-footer .price-chart-options .pc-option label {
  padding-left: 38px;
}
.ha-flight-schedules .header-row .flight-header {
  font-style: normal;
  font-size: 1.375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0.02em;
  margin: 0;
  display: inline-block;
  min-height: 26px;
}
.ha-flight-schedules .header-row .flight-date {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: 0em;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e0e0db;
  min-height: 33px;
}
.ha-flight-schedules .header-row .flight-date + [ha-alert] {
  margin-top: 15px;
}
.ha-flight-schedules .header-row .btn {
  display: inline;
}
.ha-flight-schedules .sub-header-row {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #717072;
}
.ha-flight-schedules .sub-header-row [ha-radio],
.ha-flight-schedules .sub-header-row [ha-radio-option] {
  display: inline-block;
}
.ha-flight-schedules .sub-header-row [ha-radio-option] label,
.ha-flight-schedules .sub-header-row .list-inline {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: 0em;
}
.ha-flight-schedules .sub-header-row .list-inline {
  position: relative;
  top: 5px;
}
.ha-flight-schedules .sub-header-row .list-inline li {
  position: relative;
}
.ha-flight-schedules .sub-header-row .list-inline span {
  color: #717072;
}
.ha-flight-schedules .sub-header-row [class*="fontIcon14"] {
  font-size: 14px;
}
.ha-flight-schedules .sub-header-row .share-popover {
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.5);
  display: none;
  top: 32px;
  left: -107px;
  width: 284px;
  z-index: 11;
  padding: 20px;
  border-radius: 5px;
}
.ha-flight-schedules .sub-header-row .share-popover::after {
  content: '';
  position: absolute;
}
.ha-flight-schedules .sub-header-row .share-popover::after {
  bottom: 100%;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-bottom: 12px solid #ffffff;
}
.ha-flight-schedules .sub-header-row .share-popover::after {
  left: 50%;
  margin-left: -12px;
}
.ha-flight-schedules .sub-header-row .share-popover::after {
  content: '';
  position: absolute;
}
.ha-flight-schedules .sub-header-row .share-popover::after {
  bottom: 100%;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-bottom: 12px solid #ffffff;
}
.ha-flight-schedules .sub-header-row .share-popover::after {
  left: 50%;
  margin-left: -12px;
}
.ha-flight-schedules .sub-header-row .share-popover.popover {
  display: block;
}
.ha-flight-schedules .sub-header-row .share-popover [ha-input] {
  margin: 0;
}
.ha-flight-schedules .sub-header-row .share-popover .ha-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 5;
}
.ha-flight-schedules .sub-header-row .share-popover.urlLoading .ha-loading-spinner {
  display: block;
}
.ha-flight-schedules .sub-header-row .share-popover.urlLoading:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  background-color: #fff;
  opacity: 0.5;
  z-index: 9;
}
.ha-flight-schedules .data-row table {
  table-layout: fixed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  width: 100%;
}
.ha-flight-schedules .data-row table tbody td {
  padding: 15px;
  border-bottom-width: 0;
}
.ha-flight-schedules .data-row table table tbody tr:nth-child(even) td {
  position: relative;
  padding: 10px 0 0 0;
  border-top: 1px solid #e0e0db;
}
.ha-flight-schedules .data-row table table tbody tr:nth-child(even) td > span {
  position: relative;
  top: -26px;
  padding: 0 30px;
  background-color: #f5f5f2;
}
.ha-flight-schedules .data-row table table tbody tr:nth-child(3n) td {
  padding-top: 0;
}
.ha-flight-schedules .data-row table table tbody tr:nth-child(odd) td {
  padding-bottom: 35px;
}
.ha-flight-schedules .data-row table table tbody td {
  padding: 20px 15px;
  line-height: 30px;
  vertical-align: top;
  background-color: #f5f5f2;
  cursor: default;
}
.ha-flight-schedules .data-row table table tbody td:first-child {
  padding-left: 20px;
}
.ha-flight-schedules .data-row .data_table {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
}
.ha-flight-schedules .data-row .data_table thead tr {
  border: 1px solid #e0e0db;
  border-bottom-width: 0;
}
.ha-flight-schedules .data-row .data_table thead tr + tr {
  border-width: 1px 0 0 0;
}
.ha-flight-schedules .data-row .data_table thead tr + tr th {
  font-size: 0;
  padding: 3px;
}
.ha-flight-schedules .data-row .data_table th {
  padding: 15px;
  background-color: transparent;
  border: none;
}
.ha-flight-schedules .data-row .data_table > tbody tr > td {
  position: relative;
  background-color: #f5f5f2;
}
.ha-flight-schedules .data-row .data_table > tbody tr > td > a {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -11px;
}
.ha-flight-schedules .data-row .data_table > tbody tr > td > a + span {
  display: inline-block;
  padding-left: 30px;
}
.ha-flight-schedules .data-row .data_table > tbody > tr:hover > td,
.ha-flight-schedules .data-row .data_table > tbody > tr.expanded td {
  background-color: #e0e0db;
  cursor: pointer;
}
.ha-flight-schedules .data-row .data_table > tbody > tr:nth-child(3n) > td {
  background-color: transparent;
  font-size: 0;
  padding: 3px;
  cursor: default;
}
.ha-flight-schedules .data-row .data_table > tbody > tr:nth-child(3n-1) > td {
  padding: 0;
}
#flightScheduleModal .modal-header h1 {
  margin-bottom: 30px;
}
#flightScheduleModal .modal-main > form {
  position: relative;
}
#flightScheduleModal .modal-main > form.loading:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  background-color: #fff;
  opacity: 0.5;
  z-index: 9;
}
#flightScheduleModal .modal-main > form > .row {
  margin-bottom: 35px;
}
#flightScheduleModal .modal-main > form > .row:last-child {
  margin-bottom: 60px;
}
#flightScheduleModal .modal-main > form > .row:last-child a {
  padding-right: 20px;
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
}
#flightScheduleModal .modal-main > form > .row > .col-5:first-child {
  padding-right: 30px;
  position: relative;
}
#flightScheduleModal .modal-main > form > .row > .col-5:first-child .ha-icon {
  position: absolute;
  top: 20px;
  right: -10px;
  color: #CE0C88;
}
#flightScheduleModal .modal-main > form > .row > .col-5 + .col-5 {
  padding-left: 30px;
}
#flightScheduleModal .modal-main > form > .row .error {
  margin-top: 3px;
}
#flightScheduleModal .modal-main > form [ha-dropdown],
#flightScheduleModal .modal-main > form [ha-dropdown] .dk_container {
  width: 100%;
}
#flightScheduleModal .modal-main > form [ha-dropdown] .dk_toggle {
  line-height: 52px;
}
#flightScheduleModal .modal-main > form .ha-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -67px;
  margin-left: -28px;
  z-index: 10;
}
#flightScheduleModal .modal-main > form.loading .ha-loading-spinner {
  display: block;
}
#flightScheduleModal .modalLock [ng-click="$modalCancel()"] {
  display: none;
}
.promotion-details-modal .discount {
  position: relative;
  padding: 20px;
}
.promotion-details-modal .discount:last-child {
  margin-bottom: 0;
}
.promotion-details-modal .discount h2 {
  font-style: normal;
  font-size: 1.125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0.02em;
  margin-top: 0;
  margin-bottom: 0;
}
.promotion-details-modal .discount .link,
.promotion-details-modal .discount .details p,
.promotion-details-modal .discount .details h3,
.promotion-details-modal .discount .rule p,
.promotion-details-modal .discount .rule h3 {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
}
.promotion-details-modal .discount .details p,
.promotion-details-modal .discount .rule p {
  margin: 0;
  margin-top: 0;
  color: #000000;
}
.promotion-details-modal .discount .details h3,
.promotion-details-modal .discount .rule h3 {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 0;
}
.promotion-details-modal .discount .link {
  margin-top: 20px;
  display: inline-block;
}
.promotion-details-modal .discount .button-container {
  text-align: right;
}
.promotion-details-modal .terms {
  padding: 20px;
}
.promotion-details-modal .terms p {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
}
.trip-summary .summary-section {
  zoom: 1;
  border: 1px solid #e0e0db;
  background-color: #f5f5f2;
  margin-bottom: 30px;
}
.trip-summary .summary-section:before,
.trip-summary .summary-section:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.trip-summary .summary-section:after {
  clear: both;
}
.trip-summary .summary-section:before,
.trip-summary .summary-section:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.trip-summary .summary-section:after {
  clear: both;
}
.trip-summary .summary-section:before {
  content: '';
  display: block;
}
.trip-summary .summary-section:after {
  content: '';
  display: table;
  clear: both;
}
.trip-summary .summary-section:before {
  content: '';
  display: block;
}
.trip-summary .summary-section:after {
  content: '';
  display: table;
  clear: both;
}
.trip-summary .summary-section .section-header {
  padding: 15px 36px 0 20px;
}
.trip-summary .summary-section .section-header span {
  font-style: normal;
  font-size: 0.75em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 0.08em;
  color: #717072;
  margin: 0;
}
.trip-summary .summary-section .section-header .ha-round-peach-card-50 {
  margin: 0 0 10px 0;
  color: white;
  padding: 13px 13px;
}
.trip-summary .summary-section .section-body {
  padding: 0;
}
.trip-summary .summary-section .subsection {
  zoom: 1;
  background-color: white;
  border-top: 1px solid #e0e0db;
  border-left: 1px solid #e0e0db;
  width: 100%;
}
.trip-summary .summary-section .subsection:before,
.trip-summary .summary-section .subsection:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.trip-summary .summary-section .subsection:after {
  clear: both;
}
.trip-summary .summary-section .subsection:before,
.trip-summary .summary-section .subsection:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.trip-summary .summary-section .subsection:after {
  clear: both;
}
.trip-summary .summary-section .subsection:before {
  content: '';
  display: block;
}
.trip-summary .summary-section .subsection:after {
  content: '';
  display: table;
  clear: both;
}
.trip-summary .summary-section .subsection:before {
  content: '';
  display: block;
}
.trip-summary .summary-section .subsection:after {
  content: '';
  display: table;
  clear: both;
}
.trip-summary .summary-section .subsection:first-child {
  border-top: none;
}
.trip-summary .summary-section .subsection .subsection-header {
  padding: 15px 20px 0px 20px;
}
.trip-summary .summary-section .subsection .subsection-header span.headertext {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin: 0;
}
.trip-summary .summary-section .subsection .subsection-body {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  padding: 20px 20px 20px 0px;
}
.trip-summary .summary-section .subsection .subsection-body.full {
  padding: 15px 20px 20px 20px;
}
.trip-summary .summary-section .subsection .subsection-body .body-header {
  font-weight: bold;
}
.trip-summary .summary-section .subsection .section-totals {
  text-align: right;
}
.trip-summary .summary-section .flight-legs .leg {
  zoom: 1;
}
.trip-summary .summary-section .flight-legs .leg:before,
.trip-summary .summary-section .flight-legs .leg:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.trip-summary .summary-section .flight-legs .leg:after {
  clear: both;
}
.trip-summary .summary-section .flight-legs .leg:before,
.trip-summary .summary-section .flight-legs .leg:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.trip-summary .summary-section .flight-legs .leg:after {
  clear: both;
}
.trip-summary .summary-section .flight-legs .leg:before {
  content: '';
  display: block;
}
.trip-summary .summary-section .flight-legs .leg:after {
  content: '';
  display: table;
  clear: both;
}
.trip-summary .summary-section .flight-legs .leg:before {
  content: '';
  display: block;
}
.trip-summary .summary-section .flight-legs .leg:after {
  content: '';
  display: table;
  clear: both;
}
.trip-summary .summary-section .hotel-details .detail {
  zoom: 1;
}
.trip-summary .summary-section .hotel-details .detail:before,
.trip-summary .summary-section .hotel-details .detail:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.trip-summary .summary-section .hotel-details .detail:after {
  clear: both;
}
.trip-summary .summary-section .hotel-details .detail:before,
.trip-summary .summary-section .hotel-details .detail:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.trip-summary .summary-section .hotel-details .detail:after {
  clear: both;
}
.trip-summary .summary-section .hotel-details .detail:before {
  content: '';
  display: block;
}
.trip-summary .summary-section .hotel-details .detail:after {
  content: '';
  display: table;
  clear: both;
}
.trip-summary .summary-section .hotel-details .detail:before {
  content: '';
  display: block;
}
.trip-summary .summary-section .hotel-details .detail:after {
  content: '';
  display: table;
  clear: both;
}
.trip-summary .summary-section .passenger-price {
  zoom: 1;
}
.trip-summary .summary-section .passenger-price:before,
.trip-summary .summary-section .passenger-price:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.trip-summary .summary-section .passenger-price:after {
  clear: both;
}
.trip-summary .summary-section .passenger-price:before,
.trip-summary .summary-section .passenger-price:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.trip-summary .summary-section .passenger-price:after {
  clear: both;
}
.trip-summary .summary-section .passenger-price:before {
  content: '';
  display: block;
}
.trip-summary .summary-section .passenger-price:after {
  content: '';
  display: table;
  clear: both;
}
.trip-summary .summary-section .passenger-price:before {
  content: '';
  display: block;
}
.trip-summary .summary-section .passenger-price:after {
  content: '';
  display: table;
  clear: both;
}
.trip-summary .summary-section .passenger-flights {
  margin-top: 10px;
}
.trip-summary .summary-section .passenger-flights .flights-header {
  zoom: 1;
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: 0em;
  background-color: #f5f5f2;
  border-bottom: 1px solid #e0e0db;
  color: #717072;
  padding: 5px;
}
.trip-summary .summary-section .passenger-flights .flights-header:before,
.trip-summary .summary-section .passenger-flights .flights-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.trip-summary .summary-section .passenger-flights .flights-header:after {
  clear: both;
}
.trip-summary .summary-section .passenger-flights .flights-header:before,
.trip-summary .summary-section .passenger-flights .flights-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.trip-summary .summary-section .passenger-flights .flights-header:after {
  clear: both;
}
.trip-summary .summary-section .passenger-flights .flights-header:before {
  content: '';
  display: block;
}
.trip-summary .summary-section .passenger-flights .flights-header:after {
  content: '';
  display: table;
  clear: both;
}
.trip-summary .summary-section .passenger-flights .flights-header:before {
  content: '';
  display: block;
}
.trip-summary .summary-section .passenger-flights .flights-header:after {
  content: '';
  display: table;
  clear: both;
}
.trip-summary .summary-section .passenger-flights .flight-row {
  zoom: 1;
  border-bottom: 1px solid #e0e0db;
  padding: 5px;
}
.trip-summary .summary-section .passenger-flights .flight-row:before,
.trip-summary .summary-section .passenger-flights .flight-row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.trip-summary .summary-section .passenger-flights .flight-row:after {
  clear: both;
}
.trip-summary .summary-section .passenger-flights .flight-row:before,
.trip-summary .summary-section .passenger-flights .flight-row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.trip-summary .summary-section .passenger-flights .flight-row:after {
  clear: both;
}
.trip-summary .summary-section .passenger-flights .flight-row:before {
  content: '';
  display: block;
}
.trip-summary .summary-section .passenger-flights .flight-row:after {
  content: '';
  display: table;
  clear: both;
}
.trip-summary .summary-section .passenger-flights .flight-row:before {
  content: '';
  display: block;
}
.trip-summary .summary-section .passenger-flights .flight-row:after {
  content: '';
  display: table;
  clear: both;
}
.trip-summary .summary-section .passenger-flights .flight-row .option-prices {
  text-align: right;
}
.trip-summary .summary-section .flight-subtotal {
  text-align: right;
  padding: 5px;
}
.trip-summary .summary-section .miles-number {
  float: right !important;
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  color: #717072;
}
.trip-summary .summary-section .grand-total {
  text-align: right;
}
.trip-summary .summary-section .grand-total .total {
  font-size: 30px;
  font-weight: bold;
}
.trip-summary span.subtotal {
  font-weight: bold;
}
.trip-summary .note {
  color: #f4846b;
}
.trip-summary .provider {
  font-style: italic;
}
.trip-summary .unpadded-col {
  padding: 0;
}
.my-account {
  position: relative;
}
.my-account .card-breadcrumb {
  margin: 0;
  padding: 0;
  margin-top: 10px;
}
.my-account .hamiles-logo {
  position: absolute;
  top: 50px;
  right: 5%;
  width: 200px;
  z-index: 1;
  height: 28px;
  text-indent: -10000px;
  background-image: url(/euf/assets/hawaiianair/common/images/hamiles-logo-pageheader.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .my-account .hamiles-logo {
    background-image: url(/euf/assets/hawaiianair/common/images/hamiles-logo-pageheader@2x.png);
    background-size: 200px 28px;
  }
}
.my-account .card-breadcrumb {
  padding-bottom: 0;
}
.my-account .legal {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  color: #717072;
  margin-bottom: 0;
  margin-top: 0;
}
.my-account .body-header {
  font-style: normal;
  font-size: 1.875em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0.02em;
  /* extend => mixin */
}
.my-account .body-sub-header {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: 0em;
  /* extend => mixin */
  padding-bottom: 20px;
}
.my-account .body-copy {
  font-style: normal;
  font-size: 1.125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.3;
  letter-spacing: 0em;
  /* extend => mixin */
}
.my-account .section-header {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue-53-ext", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 0.08em;
  /* extend => mixin */
}
.my-account .tooltip-body {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  line-height: 1.5em;
  display: inline-block;
}
.donate-miles .max {
  font-family: arial;
  font-size: 76px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 20px;
}
.donate-miles .ha-round-flower-card > span {
  margin-top: 16px;
}
.donate-miles [ha-radio] .inlined,
.donate-miles [ha-radio] [ha-radio-option] {
  border: none;
}
.donate-miles [ha-radio] [ha-radio-option] {
  width: 23%;
}
.donate-miles [ha-radio] [ha-radio-option] [ng-transclude] > .radio-wrap {
  margin-left: 32px;
}
.donate-miles [ha-radio] [ha-radio-option] [ng-transclude] + div > .radio-button {
  top: 19px;
}
.donate-miles [ha-radio] [ha-radio-option] > div {
  margin-left: -10px;
}
.donate-miles .radio-strong {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  /* extend => mixin */
}
.donate-miles .ha-well {
  padding: 10px 10px 10px 20px;
  background-color: #f5f5f2;
  font-size: 17px;
  font-weight: bold;
  border-bottom: 1px solid #e0e0db;
  margin-bottom: 0px;
}
.donate-miles .ha-form-well {
  padding-top: 25px;
  padding-bottom: 23px;
  background-color: #f5f5f2;
  border: 1px solid #e0e0db;
}
.donate-miles .ha-confirm-well {
  padding: 45px;
  background-color: white;
  border: 1px solid #e0e0db;
  border-radius: 10px;
}
.donate-miles .ha-spinning-well {
  padding: 100px;
  background-color: #f5f5f2;
  border: 1px solid #e0e0db;
}
.donate-miles .ha-thankyou-well {
  padding-top: 100px;
  padding-bottom: 25px;
  background-color: #f5f5f2;
  border: 1px solid #e0e0db;
}
.donate-miles .ha-error-well {
  padding-right: 50px;
  padding-left: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f5f5f2;
  border: 1px solid #e0e0db;
}
.donate-miles .hr-well {
  margin-top: 0.65em;
  margin-bottom: 0.65em;
}
.donate-miles .button-row {
  padding-right: 20px;
  padding-left: 20px;
}
.donate-miles .charity-list {
  padding-top: 30px;
  padding-bottom: 30px;
}
.donate-miles .charity-list .logo img {
  max-width: 135px;
}
.donate-miles .charity-list .charity-header {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  /* extend => mixin */
  margin-top: 20px;
  margin-bottom: 0px;
  font-weight: bold;
}
.donate-miles .charity-list .charity-form-header {
  font-style: normal;
  font-size: 1.125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.3;
  letter-spacing: 0em;
  /* extend => mixin */
  padding-top: 20px;
  padding-bottom: 20px;
}
.donate-miles .charity-list .charity-form-sub-header {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: 0em;
  /* extend => mixin */
}
.donate-miles .charity-list .charity-form-miles {
  font-style: normal;
  font-size: 1.875em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0.02em;
  /* extend => mixin */
}
.donate-miles .charity-list .charity-form-miles-upper {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  /* extend => mixin */
  text-transform: uppercase;
}
.donate-miles .charity-list .charity-details {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  /* extend => mixin */
  margin-right: 200px;
}
.donate-miles .charity-list .charity-address {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  /* extend => mixin */
}
.donate-miles .charity-list .btn-select {
  margin-right: 30px;
  margin-top: 20px;
}
.donate-miles .charity-list .charity-confirm-label {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  /* extend => mixin */
  font-weight: bold;
}
.donate-miles .charity-list .charity-confirm-amount {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  /* extend => mixin */
  font-weight: bold;
}
.donate-miles .charity-list .charity-confirm-amount-accent {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  /* extend => mixin */
  font-weight: bold;
  color: #f4846b;
}
.donate-miles .charity-list .charity-confirm-terms {
  font-style: normal;
  font-size: 0.75em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0em;
  /* extend => mixin */
  font-weight: bold;
}
.donate-miles .charity-list .terms-error {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  /* extend => mixin */
  color: #f4846b;
  font-style: italic;
}
.donate-miles .charity-list .charity-spinning-header {
  font-style: normal;
  font-size: 1.875em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0.02em;
  /* extend => mixin */
  padding-bottom: 20px;
}
.donate-miles .charity-list .charity-spinning-sub-header {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: 0em;
  /* extend => mixin */
}
.donate-miles .charity-list .charity-thankyou-link {
  font-style: normal;
  font-size: 0.75em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0em;
  /* extend => mixin */
  font-weight: bold;
  padding-bottom: 40px;
}
.donate-miles .charity-list .charity-error-icon {
  color: #f4846b;
  font-size: 50px;
}
.donate-miles .charity-list .charity-error-header {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: 0em;
  /* extend => mixin */
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: bold;
}
.donate-miles .footer-text {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  /* extend => mixin */
}
.ha-account-landing .hamiles-header-image {
  background-image: url(/euf/assets/hawaiianair/common/images/hamiles_with_graphic_medium.png);
  width: 268px;
  height: 40px;
  margin: 0px auto;
}
.ha-account-landing .container {
  z-index: auto !important;
}
.ha-account-landing .user-info {
  background: #f5f5f3;
}
.ha-account-landing .user-info .avatar-block {
  float: left;
  margin-right: 35px;
}
.ha-account-landing .user-info .avatar-block .selected-avatar {
  margin-left: 24px;
}
.ha-account-landing .user-info .avatar-block .avatar-card {
  position: relative;
  background: #f4846b;
  background-image: url(/euf/assets/hawaiianair/common/images/card04_bg_pattern01.jpg);
  height: 230px;
  width: 150px;
}
.ha-account-landing .user-info .avatar-block .avatar-card [ha-avatar-selection] {
  position: absolute;
  bottom: 30px;
}
.ha-account-landing .user-info .avatar-block .avatar-card [ha-avatar-selection] [ha-custom-dropdown] .custom-dropdown .toggle {
  width: 145px;
  color: white;
  padding: 0 37px 0 19px;
}
.ha-account-landing .user-info .avatar-block .avatar-card [ha-avatar-selection] [ha-custom-dropdown] .custom-dropdown .toggle:after {
  border-top: 5px solid white;
}
.ha-account-landing .user-info .avatar-block .avatar-card [ha-avatar-selection] [ha-custom-dropdown] .opened .toggle {
  color: #000;
}
.ha-account-landing .user-info .avatar-block .avatar-card [ha-avatar-selection] [ha-custom-dropdown] .opened .toggle:after {
  border-bottom: 5px solid #463C8F;
  border-top: none;
}
.ha-account-landing .user-info .avatar-block .avatar-card .avatar-ribbon {
  position: relative;
  top: -3px;
  left: 10px;
  width: 40px;
  height: 63px;
}
.ha-account-landing .user-info .avatar-block .avatar-card .avatar-ribbon i {
  color: #f7ecd3;
}
.ha-account-landing .user-info .name {
  font-style: normal;
  font-size: 1.375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0.02em;
  /* extend => mixin */
  margin-top: 30px;
  margin-bottom: 40px;
}
.ha-account-landing .user-info .membership-title {
  font-style: normal;
  font-size: 1.875em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0.02em;
  /* extend => mixin */
  font-weight: bold;
}
.ha-account-landing .user-info .member-number {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  /* extend => mixin */
  color: #717072;
}
.ha-account-landing .user-info .member-number .number-wrap {
  color: #f4846b;
  font-size: 17px;
  font-weight: bold;
}
.ha-account-landing .miles-balance {
  text-align: center;
  height: 232px;
}
.ha-account-landing .miles-balance .miles-balance-header {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue-53-ext", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 0.08em;
  /* extend => mixin */
  margin-top: 30px;
}
.ha-account-landing .miles-balance .balance {
  margin-top: 9px;
  font-weight: bold;
  font-size: 46px;
  margin-bottom: 0;
  color: #463C8F;
  line-height: 1.3;
}
.ha-account-landing .miles-balance .miles-label {
  font-style: normal;
  font-size: 1.125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0.02em;
  /* extend => mixin */
  color: #463C8F;
  margin-bottom: 20px;
}
.ha-account-landing .do-more {
  padding-bottom: 70px;
  border-bottom: 1px solid #e0e0db;
}
.ha-account-landing .do-more .do-more-header {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue-53-ext", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 0.08em;
  /* extend => mixin */
  margin-bottom: 20px;
}
.ha-account-landing .do-more a {
  float: left;
  width: 205px;
  height: 240px;
  padding: 0px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.ha-account-landing .do-more a .ha-icon {
  display: block;
  margin: 80px auto 20px auto;
}
.ha-account-landing .do-more a .button-text {
  font-style: normal;
  font-size: 1.375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0.02em;
  /* extend => mixin */
  display: block;
}
.ha-account-landing .do-more a .button-subtext {
  font-style: normal;
  font-size: 1.125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0.02em;
  /* extend => mixin */
  display: block;
  color: #cf76b4;
  margin-top: 12px;
}
.ha-account-landing .do-more a .button-subtext.highlighted {
  background: #f4846b;
  color: #ffffff;
  display: inline-block;
  padding: 3px 5px;
  border-radius: 3px;
  margin-top: 2px;
}
.ha-account-landing .more-tools {
  padding-top: 30px;
}
.ha-account-landing .more-tools .more-tools-header {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue-53-ext", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 0.08em;
  /* extend => mixin */
}
.ha-account-dashboard .header-1 {
  height: 400px;
  margin-bottom: 30px;
  padding: 45px;
}
.ha-account-dashboard .header-1 .container {
  position: relative;
  height: 310px;
}
.ha-account-dashboard .header-1 .container .member-info .avatar-block {
  position: absolute;
  top: 0;
  left: 4.1%;
  border: 1px solid #e0e0db;
  border-right-width: 0;
}
.ha-account-dashboard .header-1 .container .member-info .avatar-block .avatar-card {
  position: relative;
  height: 306px;
  width: 150px;
}
.ha-account-dashboard .header-1 .container .member-info .avatar-block .avatar-card .selected-avatar {
  position: relative;
  top: 40px;
}
.ha-account-dashboard .header-1 .container .member-info .avatar-block .avatar-card .selected-avatar .avatar .circle {
  display: block;
  width: auto;
  height: auto;
}
.ha-account-dashboard .header-1 .container .member-info .avatar-ribbon {
  position: relative;
  top: -4px;
  left: 15px;
  width: 40px;
  height: 63px;
}
.ha-account-dashboard .header-1 .container .member-info .avatar-ribbon > i {
  color: #a0a3a5;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
.ha-account-dashboard .header-1 .container .member-info .member-info,
.ha-account-dashboard .header-1 .container .member-info .member-benefits {
  position: relative;
  height: 308px;
  float: left;
}
.ha-account-dashboard .header-1 .container .member-info .member-info {
  width: 35%;
  margin-left: 150px;
  padding: 0 30px;
  background-color: #f5f5f2;
  border: 1px solid #e0e0db;
  border-left-width: 0;
}
.ha-account-dashboard .header-1 .container .member-info .member-info .hamiles-logo-header {
  width: 200px;
  height: 28px;
  margin: 33px 0 45px;
  background-image: url(/euf/assets/hawaiianair/common/images/hamiles-logo-pageheader.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .ha-account-dashboard .header-1 .container .member-info .member-info .hamiles-logo-header {
    background-image: url(/euf/assets/hawaiianair/common/images/hamiles-logo-pageheader@2x.png);
    background-size: 200px 28px;
  }
}
.ha-account-dashboard .header-1 .container .member-info .member-info p {
  width: 100%;
  margin: 0;
  color: #1b242d;
}
.ha-account-dashboard .header-1 .container .member-info .member-info h3 {
  margin: 0;
}
.ha-account-dashboard .header-1 .container .member-info .member-info label {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
}
.ha-account-dashboard .header-1 .container .member-info .member-info label + span {
  color: #f4846b;
}
.ha-account-dashboard .header-1 .container .member-info .member-info .options {
  position: absolute;
  bottom: 20px;
  left: 28px;
}
.ha-account-dashboard .header-1 .container .member-info .member-info .options > li:before {
  content: '\25cf';
  position: relative;
  top: -1px;
  left: -7px;
  font-size: 12px;
  color: #a0a3a5;
}
.ha-account-dashboard .header-1 .container .member-info .member-info .options > li:first-child:before {
  display: none;
}
.ha-account-dashboard .header-1 .container .member-info .member-info .options > li,
.ha-account-dashboard .header-1 .container .member-info .member-info .options > li > a {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #CE0C88;
}
.ha-account-dashboard .header-1 .container .member-info .member-info .options > li i {
  font-size: 12px;
  padding-right: 5px;
}
.ha-account-dashboard .header-1 .container .member-info .member-benefits {
  width: 50%;
  padding: 23px 30px 10px;
  background-color: #fff;
  border: 1px solid #e0e0db;
  border-left-width: 0;
  zoom: 1;
}
.ha-account-dashboard .header-1 .container .member-info .member-benefits:before,
.ha-account-dashboard .header-1 .container .member-info .member-benefits:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.ha-account-dashboard .header-1 .container .member-info .member-benefits:after {
  clear: both;
}
.ha-account-dashboard .header-1 .container .member-info .member-benefits:before,
.ha-account-dashboard .header-1 .container .member-info .member-benefits:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.ha-account-dashboard .header-1 .container .member-info .member-benefits:after {
  clear: both;
}
.ha-account-dashboard .header-1 .container .member-info .member-benefits:before {
  content: '';
  display: block;
}
.ha-account-dashboard .header-1 .container .member-info .member-benefits:after {
  content: '';
  display: table;
  clear: both;
}
.ha-account-dashboard .header-1 .container .member-info .member-benefits:before {
  content: '';
  display: block;
}
.ha-account-dashboard .header-1 .container .member-info .member-benefits:after {
  content: '';
  display: table;
  clear: both;
}
.ha-account-dashboard .header-1 .container .member-info .member-benefits .pull-left {
  width: 60%;
}
.ha-account-dashboard .header-1 .container .member-info .member-benefits .pull-left h4 {
  margin-bottom: 20px;
}
.ha-account-dashboard .header-1 .container .member-info .member-benefits .pull-left p {
  width: 100%;
  margin-top: 5px;
  color: #717072;
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
}
.ha-account-dashboard .header-1 .container .member-info .member-benefits .pull-left p:last-child {
  margin-top: 25px;
}
.ha-account-dashboard .header-1 .container .member-info .member-benefits .pull-left a {
  font-size: 13px;
}
.ha-account-dashboard .header-1 .container .member-info .member-benefits .pull-right {
  width: 35%;
}
.ha-account-dashboard .header-1 .container .member-info .member-benefits .pull-right h4 {
  margin-bottom: 15px;
}
.ha-account-dashboard .header-1 .container .member-info .member-benefits .pull-right p {
  width: 100%;
  margin-top: 5px;
  color: #463C8F;
  font-size: 1.8em;
}
.ha-account-dashboard .header-1 .container .member-info .member-benefits .pull-right p > span {
  display: block;
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: 0em;
  font-size: 13px;
}
.ha-account-dashboard .mainContent .nav,
.ha-account-dashboard .mainContent .details {
  padding: 0 4%;
}
.ha-account-dashboard .mainContent .nav .columnWrap > h2,
.ha-account-dashboard .mainContent .details .columnWrap > h2,
.ha-account-dashboard .mainContent .nav .columnWrap > .module > h2,
.ha-account-dashboard .mainContent .details .columnWrap > .module > h2 {
  margin: 0;
  padding: 15px 10px;
  border: 1px solid #e0e0db;
  border-width: 1px 0;
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue-53-ext", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 0.08em;
  background-color: #f5f5f2;
}
.ha-account-dashboard .mainContent .nav .columnWrap > h2:first-child,
.ha-account-dashboard .mainContent .details .columnWrap > h2:first-child {
  border-top-width: 0;
}
.ha-account-dashboard .mainContent .nav .columnWrap > .module > h2,
.ha-account-dashboard .mainContent .details .columnWrap > .module > h2 {
  border-top-width: 0;
}
.ha-account-dashboard .mainContent .nav {
  padding-right: 2%;
}
.ha-account-dashboard .mainContent .nav .columnWrap {
  border: 1px solid #e0e0db;
}
.ha-account-dashboard .mainContent .nav .columnWrap > ol > li {
  padding: 15px;
}
.ha-account-dashboard .mainContent .details {
  padding-left: 0;
}
.ha-account-dashboard .mainContent .details .columnWrap .module {
  border: 1px solid #e0e0db;
}
.ha-account-dashboard .mainContent .details .columnWrap .module .module-detail {
  padding: 15px;
}
.ha-gift-card {
  /* payment widget */
  /* payment styles added by backend team */
}
.ha-gift-card .body-header {
  color: #1b242d;
}
.ha-gift-card .promo-head {
  text-align: center;
}
.ha-gift-card .promo-head p {
  color: #878784;
}
.ha-gift-card .error {
  /* &:extend(.ha-form-element p.error); can't use bc forces display:none */
  font-size: 0.8125em;
  font-style: italic;
  color: #f4846b;
}
.ha-gift-card .required {
  color: #f4846b;
  margin-bottom: 0px;
  font-size: 11px;
  font-weight: bold;
}
.ha-gift-card img.giftCard {
  width: 200px;
  height: auto;
  margin: 0 auto 10px auto;
  display: block;
}
.ha-gift-card .ha-well.form-well {
  padding: 0 !important;
}
.ha-gift-card .ha-well-header {
  color: #1b242d;
  background-color: #e0e0db;
  padding: 15px 20px;
}
.ha-gift-card .ha-well-header h4,
.ha-gift-card .ha-well-header h5 {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin: 0;
}
.ha-gift-card .ha-well-header i {
  font-size: 12px;
}
.ha-gift-card .ha-well-inner {
  padding: 35px 40px 19px 40px;
  overflow: hidden;
}
.ha-gift-card .ha-well.form-well {
  background-color: #ffffff;
}
.ha-gift-card .giftCardImageLarge {
  padding: 0;
  background-color: #e0e0db;
}
.ha-gift-card .giftCardImageLarge img {
  width: 100%;
  height: auto;
}
.ha-gift-card ul.design-options {
  height: 100px;
  margin: 0 0 30px 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
.ha-gift-card ul.design-options li {
  display: inline;
  position: relative;
}
.ha-gift-card ul.design-options li img {
  width: 100px;
  height: auto;
  margin: 0 10px;
}
.ha-gift-card ul.design-options li [ha-radio-option] {
  width: 120px;
  padding: 0;
  position: absolute;
  top: 50px;
  left: 0;
}
.ha-gift-card ul.design-options li [ha-radio-option] .radio-button {
  position: relative;
  margin: 0 auto;
  left: 0;
  top: 0;
}
.ha-gift-card ul.design-options li [ha-radio-option] label {
  display: none;
}
.ha-gift-card .form-contain {
  padding: 20px 30px;
}
.ha-gift-card label.radio-sublabel {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #a0a3a5;
  font-style: italic;
  font-weight: normal;
  display: block;
}
.ha-gift-card label.conform {
  font-size: 0.8125em;
  line-height: 1em;
  margin: 0 0 8px;
  display: block;
}
.ha-gift-card [ha-input] {
  margin-bottom: 6px;
}
.ha-gift-card textarea {
  height: 80px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-color: #e0e0db;
  border-style: solid;
  border-width: 1px;
}
.ha-gift-card .faux-input {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 44px;
  padding: 0 16px;
  margin-bottom: 6px;
  z-index: 1;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: 'border-box';
  -moz-box-sizing: 'border-box';
  box-sizing: 'border-box';
  border: 1px #e0e0db solid;
  clear: both;
}
.ha-gift-card .faux-input .prefix {
  height: 44px;
  width: 10%;
  text-align: right;
}
.ha-gift-card .faux-input input {
  height: 44px;
  width: 90%;
  padding: 0 0 0 2px;
  color: #1b242d;
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: 0em;
  border: 0;
  outline: none;
  background: transparent;
}
.ha-gift-card .payment-widget {
  padding-top: 20px;
  padding-bottom: 20px;
}
.ha-gift-card .payment-widget [ha-custom-dropdown] .custom-dropdown {
  margin: 0 0 0 10px;
}
.ha-gift-card .payment-widget h3 {
  margin-top: 11px;
}
.ha-gift-card .bordered-email-address {
  padding-bottom: 20px;
  border-top: 1px solid #e0e0db;
  border-bottom: 1px solid #e0e0db;
}
.ha-gift-card .email-padding {
  padding-bottom: 12px;
}
.ha-gift-card .remove--btmpadding {
  padding-bottom: 0;
}
.ha-gift-card .email-text-small {
  font-size: 0.8125em;
  margin-top: 0px;
}
#giftCardPreview.ha-modal p {
  margin-top: 0;
  margin-bottom: 0.825em;
}
#giftCardPreview.ha-modal .disclaim {
  color: #a0a3a5;
}
#giftCardPreview.ha-modal .toFromRow p {
  color: #1b242d !important;
}
@media print {
  a[href]:after {
    content: none !important;
  }
}
#giftCardBalanceModal .modalContainer {
  width: 880px;
  min-width: 800px;
}
#giftCardBalanceModal form {
  position: relative;
}
#giftCardBalanceModal form .modal-main {
  padding: 0 30px 70px;
}
#giftCardBalanceModal form .modal-footer {
  padding: 25px;
  border: 1px solid #e0e0db;
  background-color: transparent;
}
#giftCardBalanceModal form [ha-alert] {
  margin-top: 20px;
  padding-left: 0;
}
#giftCardBalanceModal form [ha-alert] .alert-icon-left,
#giftCardBalanceModal form [ha-alert] .alert-icon-right {
  vertical-align: top;
}
#giftCardBalanceModal form [ha-input],
#giftCardBalanceModal form [ha-input] .value {
  width: 100%;
}
#giftCardBalanceModal form.loading:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  background-color: #fff;
  opacity: 0.5;
  z-index: 9;
}
#giftCardBalanceModal form .ha-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -67px;
  margin-left: -28px;
  z-index: 10;
}
#giftCardBalanceModal form.loading .ha-loading-spinner {
  display: block;
}
#giftCardBalanceModal form .content p {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
}
#giftCardBalanceModal form .table {
  margin-top: 20px;
}
#giftCardBalanceModal form .table th {
  font-weight: bold;
  background-color: #f5f5f2;
}
#giftCardBalanceModal form .table th,
#giftCardBalanceModal form .table td {
  padding: 10px 50px;
  border-bottom: 1px solid #e0e0db;
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
}
#giftCardBalanceModal form .table + .text-right > a {
  padding-right: 50px;
  font-weight: bold;
}
.miles-maximizer .max {
  font-family: arial;
  font-size: 42px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 36px;
}
.miles-maximizer .ha-round-flower-card > span {
  margin-top: 44px;
}
.miles-maximizer [ha-radio] .inlined,
.miles-maximizer [ha-radio] [ha-radio-option] {
  border: none;
}
.miles-maximizer [ha-radio] [ha-radio-option] {
  width: 49%;
}
.miles-maximizer [ha-radio] [ha-radio-option] [ng-transclude] > .radio-wrap {
  margin-left: 40px;
}
.miles-maximizer [ha-radio] [ha-radio-option] [ng-transclude] + div > .radio-button {
  top: 19px;
}
.miles-maximizer [ha-radio] [ha-radio-option] > div {
  margin-left: -10px;
}
.miles-maximizer .radio-strong {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  /* extend => mixin */
}
.miles-maximizer .radio-secondary {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  /* extend => mixin */
}
.miles-maximizer .radio-sub-label {
  font-style: normal;
  font-size: 0.75em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0em;
  /* extend => mixin */
  display: block;
}
.miles-maximizer .ha-well {
  padding-right: 20px;
  padding-left: 20px;
}
.miles-maximizer table {
  margin-top: 20px;
  margin-bottom: 20px;
}
.miles-maximizer table thead > tr > th {
  background-color: #f5f5f2;
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  font-weight: bold;
}
.miles-maximizer table thead > tr > th:first-child {
  padding-left: 30px;
}
.miles-maximizer table tbody > tr > td {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  text-align: left;
}
.miles-maximizer table tbody > tr > td:first-child {
  padding-left: 30px;
}
.miles-maximizer .alert-wrap .ha-tooltip {
  padding: 7px;
}
.miles-maximizer .alert-wrap .tooltip-icon {
  padding-top: 8px;
  text-align: right;
}
.miles-maximizer .alert-wrap .tooltip-icon i {
  color: #007db1;
}
.miles-maximizer .alert-wrap [ha-tooltip] {
  display: none;
}
.miles-maximizer .alert-wrap [ha-tooltip] .ha-tooltip.position-absolute {
  right: -86px;
  top: -65px;
}
.miles-maximizer .alert-wrap [ha-tooltip] .ha-tooltip.arrow-bottom-right:before {
  right: 137px;
}
.miles-maximizer .alert-wrap .btn-primary.disabled:hover + [ha-tooltip] {
  display: block;
}
.ha-modal#addAccountNumberModal > div,
.ha-modal#enrollAccountNumberModal > div {
  padding-left: 105px;
  padding-right: 105px;
  padding-top: 40px;
  padding-bottom: 50px;
}
.ha-modal#addAccountNumberModal .modal-header,
.ha-modal#enrollAccountNumberModal .modal-header {
  font-style: normal;
  font-size: 1.375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0.02em;
  /* extend => mixin */
}
.ha-modal#addAccountNumberModal .modal-sub-header,
.ha-modal#enrollAccountNumberModal .modal-sub-header {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  /* extend => mixin */
  padding-bottom: 20px;
}
.ha-modal#addAccountNumberModal .modal-eyebrow,
.ha-modal#enrollAccountNumberModal .modal-eyebrow {
  font-style: normal;
  font-size: 1.125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0.02em;
  /* extend => mixin */
  padding-bottom: 15px;
  font-weight: normal;
}
.ha-modal#addAccountNumberModal > .modalContainer,
.ha-modal#enrollAccountNumberModal > .modalContainer {
  min-width: 800px;
  max-width: 800px;
}
@media print {
  a[href]:after {
    content: none !important;
  }
}
.premier-club [ha-radio-option] .radio-primary {
  display: block;
  float: left;
  margin-left: 45px;
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  padding-top: 3px;
}
.premier-club [ha-radio-option] .strikethrough {
  text-decoration: line-through;
}
.premier-club [ha-radio-option] .offer-price {
  font-weight: bold;
  color: #f4846b;
}
.premier-club .ha-confirm {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  /* extend => mixin */
  padding-bottom: 10px;
}
.premier-club .body-sub-header {
  padding-bottom: 0;
}
.premier-club .special-offer {
  color: #ff3333;
  font-weight: bold;
}
.premier-club .required {
  color: #f4846b;
  margin-bottom: 0px;
  font-size: 11px;
  font-weight: bold;
}
.premier-club .ha-well h3.title {
  margin-top: 10px;
  margin-bottom: 25px;
}
.premier-club [ha-radio] .inlined {
  border: 0px;
}
.premier-club [ha-radio] [ha-radio-option] {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 0;
}
.premier-club [ha-radio] [ha-radio-option] .radio-button {
  top: 0;
  margin-top: 8px;
}
.premier-club label {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.premier-club label.radio-sublabel {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #a0a3a5;
  font-style: italic;
  font-weight: normal;
  display: block;
}
.premier-club textarea {
  height: 115px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-color: #e0e0db;
  border-style: solid;
  border-width: 1px;
}
.premier-club .error {
  color: #ff3333 !important;
}
.premier-club .btn--inline {
  margin-top: 20px;
  padding: 13px 30px 12px !important;
}
.premier-club h3 {
  margin-top: 0.65em;
}
.premier-club .card-secondary .btn-secondary {
  font-size: 0.75em;
}
.premier-club .col-3 > button {
  margin-top: 18px;
}
.premier-club .terms-checkbox,
.premier-club [ha-check] {
  height: 45px;
}
.premier-club .terms-checkbox label,
.premier-club [ha-check] label {
  margin-top: 7px;
  display: inline-block;
}
.premier-club .terms > p {
  font-size: 15px;
}
.premier-club .padded-3 {
  font-weight: bolder !important;
  padding: 30px 50px !important;
}
.premier-club .ha-well.paymentTypeWidget {
  padding: 0px !important;
}
.premier-club .ha-well.paymentTypeWidget hr {
  margin: 0px;
}
.premier-club .ha-well.paymentTypeWidget h3.payment-title {
  margin-top: 0px;
}
.premier-club .footer-padding {
  padding: 0;
}
.premier-club .footer-text {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  /* extend => mixin */
}
.premier-club .ha-well {
  padding: 0 !important;
}
.premier-club .ha-well.ha-well-lg {
  padding: 24px 60px;
}
.premier-club .ha-well-inner {
  padding: 35px 40px 19px 40px;
  overflow: hidden;
}
.premier-club .ha-well-divide {
  border-top: 1px #e0e0db solid;
}
.premier-club .confirmation-table-sm {
  font-style: normal;
  font-size: 0.75em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0em;
  /* extend => mixin */
  width: 100%;
}
.premier-club .confirmation-table-med {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  /* extend => mixin */
  width: 100%;
}
.ha-purchase-miles .promo-head {
  text-align: center;
}
.ha-purchase-miles .promo-head p {
  color: #878784;
}
.ha-purchase-miles .fontIcon-purchaseMiles {
  font-size: 75px;
  margin-top: 35px;
  margin-left: -7px;
}
.ha-purchase-miles .ha-well .row > h3.title {
  margin-top: 10px;
  margin-bottom: 30px;
}
.ha-purchase-miles .savedLink span {
  color: #717072;
  vertical-align: text-bottom;
}
.ha-purchase-miles .required {
  color: #ff3333;
  margin-bottom: 0px;
  font-size: 11px;
  font-weight: bold;
}
.ha-purchase-miles [ha-radio] .inlined {
  border: 0px;
}
.ha-purchase-miles [ha-radio] [ha-radio-option] {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.ha-purchase-miles [ha-radio] .radio-label {
  font-size: 15px;
  font-weight: bold;
}
.ha-purchase-miles .card--spacer_xsm h3 {
  margin-top: 0;
}
.ha-purchase-miles .card-secondary .btn-secondary {
  font-size: 0.75em;
}
.ha-purchase-miles .confirmation h4 {
  margin: 0;
}
.ha-purchase-miles .confirmation p {
  margin-top: 0;
}
.ha-purchase-miles .confirmation .sumtable.sumtable--fill {
  width: 100%;
}
.ha-purchase-miles .confirmation .sumtable.sumtable--right {
  float: right;
}
.ha-purchase-miles .confirmation .sumtable.sumtable--right td:first-child {
  padding-right: 21px;
}
.ha-purchase-miles .confirmation .sumtable td {
  font-weight: bold;
}
.ha-purchase-miles .confirmation .sumtable td:first-child {
  color: #717072;
  font-weight: normal;
}
.ha-purchase-miles .confirmation .sumtable td:first-child strong {
  color: #000000;
}
.ha-purchase-miles .confirmation .side_menu a {
  font-weight: normal;
}
.ha-purchase-miles .custom-dropdown {
  margin-top: 17px;
  z-index: 5;
}
.ha-purchase-miles .custom-dropdown .dropdown {
  width: 500px;
}
.ha-purchase-miles .custom-dropdown .dropdown .row {
  margin-bottom: 15px;
}
.ha-purchase-miles .custom-dropdown .dropdown .row:last-child {
  margin-bottom: 0;
}
.ha-purchase-miles .submitWrap {
  position: relative;
}
.ha-purchase-miles .submitWrap.busy:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
.ha-modal#terms-and-conditions h1,
.ha-modal#purchase-miles-faq h1 {
  text-align: center;
  margin-bottom: 20px;
}
.ha-modal#purchase-miles-help .modalContainer {
  padding-bottom: 0;
}
@media print {
  a[href]:after {
    content: none !important;
  }
}
.ha-request-past-miles {
  /* 
    make ha-input same size as ha-datepicker and ha-airport-input
  */
}
.ha-request-past-miles .body-header {
  color: #1b242d;
}
.ha-request-past-miles .promo-head {
  text-align: center;
}
.ha-request-past-miles .promo-head p {
  color: #878784;
}
.ha-request-past-miles .fontIcon-requestPastMiles {
  font-size: 75px;
  margin-top: 35px;
  margin-left: -3px;
}
.ha-request-past-miles .ha-well {
  padding: 19px;
  margin-bottom: 50px;
}
.ha-request-past-miles .ha-well .row > h3.title {
  margin-top: 10px;
  margin-bottom: 30px;
}
.ha-request-past-miles .required {
  color: #f4846b;
  margin-bottom: 0px;
  font-size: 11px;
  font-weight: bold;
}
.ha-request-past-miles a.noClicky {
  cursor: default !important;
  color: #1b242d;
}
.ha-request-past-miles .btn--inline {
  margin-top: 20px;
  padding: 13px 30px 12px !important;
}
.ha-request-past-miles p.error {
  /* &:extend(.ha-form-element p.error); can't use bc forces display:none */
  font-size: 0.8125em;
  font-style: italic;
  color: #f4846b;
}
.ha-request-past-miles [ha-radio] .inlined {
  border: 0px;
}
.ha-request-past-miles [ha-radio] [ha-radio-option] {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 0 0 0;
}
.ha-request-past-miles [ha-radio] [ha-radio-option] .radio-button {
  top: 0;
  margin-top: 8px;
}
.ha-request-past-miles [ha-radio] .radio-label {
  font-size: 15px;
  font-weight: bold;
}
.ha-request-past-miles h5 {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue-53-ext", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 0.08em;
}
.ha-request-past-miles [ha-input] label,
.ha-request-past-miles .ha-input.ha-form-lg label {
  padding: 0;
  text-align: center;
}
.ha-request-past-miles label {
  font-size: 0.8125em;
  line-height: 1em;
  margin: 0 0 8px;
  display: block;
}
.ha-request-past-miles #JetBlueForm [ha-input] .value {
  height: 52px;
}
.ha-request-past-miles #JetBlueForm [ha-dropdown] .dk_toggle {
  line-height: 51px;
}
.ha-modal#requestStatus h5 {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue-53-ext", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 0.08em;
}
.ha-modal#requestStatus td {
  min-width: 130px;
  font-size: .9em;
}
@media print {
  a[href]:after {
    content: none !important;
  }
}
.ha-account-registration .header-1 {
  background-color: #C0BAA3;
}
.ha-account-registration .header-1 h1,
.ha-account-registration .header-1 h2,
.ha-account-registration .header-1 h3 {
  color: white;
}
.ha-account-registration .header-1 h2 {
  margin: 44px auto 12px;
}
.ha-account-registration .header-1 h3 {
  width: 72%;
  margin: auto;
  text-transform: none;
}
.ha-account-registration h3 {
  margin-bottom: 26px;
}
.ha-account-registration .ha-input .value,
.ha-account-registration [ha-input] .value,
.ha-account-registration [ha-dropdown] .dk_toggle {
  background-color: #fcfcfa !important;
}
.ha-account-registration .sign-up-below {
  margin-left: 40px;
  color: #f4846b;
  font-size: 0.75em;
}
.ha-account-registration .card-social {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #e0e0db;
}
.ha-account-registration .header-0 p {
  margin-top: 20px;
}
.ha-account-registration .terms-checkbox {
  margin-top: 6px;
}
.ha-account-registration a.add-redress {
  font-style: normal;
  font-size: 0.75em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  /* extend => mixin */
  margin-bottom: 10px;
  margin-top: 10px;
  display: block;
  color: #717072;
  font-weight: normal !important;
}
.ha-account-registration a.add-redress i {
  color: #CE0C88;
}
.ha-account-registration .zipcode-field {
  width: 250px;
}
.ha-account-registration .address-zip {
  margin-right: 0;
}
.ha-account-registration .mustbehmform {
  margin-left: 40px;
  font-weight: bold;
  margin-top: -15px;
  display: block;
}
.ha-account-registration .traveller-number {
  width: 500px;
}
.ha-account-registration .redress-link,
.ha-account-registration .add-phone-link {
  margin-top: 32px;
}
.ha-account-registration .deals-box {
  margin-bottom: 20px;
}
.ha-account-registration .deals-box label {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: 0em;
  /* extend => mixin */
  padding-top: 7px;
  display: block;
}
.ha-account-registration .select-profile-image {
  cursor: pointer;
  margin-left: 14px;
}
.ha-account-registration .avatar-description {
  font-style: normal;
  font-size: 0.75em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0em;
  /* extend => mixin */
  display: block;
  margin-top: 35px;
  padding-right: 20px;
}
.ha-account-registration .ha-tooltip {
  margin: -4.7px 0 12px;
}
[ha-share-miles] .ha-round-flower-card > i {
  margin-top: 30px;
  margin-left: 3px;
  font-size: 78px;
}
[ha-share-miles] .body-header {
  color: #221f1f;
}
[ha-share-miles] .body-sub-header {
  margin-bottom: 0;
  padding-bottom: 0;
}
[ha-share-miles] .body-header ~ .body-header {
  margin-top: 0;
}
[ha-share-miles] .savedLink > i {
  display: inline;
  vertical-align: middle;
  padding-right: 5px;
}
[ha-share-miles] .savedLink span {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  /* extend => mixin */
  color: #717072;
}
[ha-share-miles] .footer .col-10.col-offset-1 {
  padding: 0;
}
#sharedTravelersModal .modalContainer > .row {
  padding: 30px;
}
#sharedTravelersModal .traveler-lg {
  min-height: 300px;
}
#sharedTravelersModal .traveler-lg button {
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -35px;
}
.truncate {
  white-space: pre-wrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ha-account-sign-in .user-name,
.ha-account-sign-in .password,
.ha-account-sign-in .value {
  width: 100%;
}
.ha-account-sign-in .user-name input,
.ha-account-sign-in .password input,
.ha-account-sign-in .value input {
  width: 100%;
}
.ha-account-sign-in .hamiles_logo {
  width: 200px;
  height: 30px;
  margin-bottom: 25px;
  background-image: url(/euf/assets/hawaiianair/common/images/logo_hawaiianmiles.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .ha-account-sign-in .hamiles_logo {
    background-image: url(/euf/assets/hawaiianair/common/images/logo_hawaiianmiles@2x.png);
    background-size: 200px 30px;
  }
}
.ha-account-sign-in fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}
.ha-account-sign-in .stay-signed-in {
  display: inline-block;
  margin-left: 25px;
  margin-top: 5px;
}
.ha-account-sign-in .sign-in {
  float: left;
  padding-left: 55px;
  padding-right: 55px;
}
.ha-account-sign-in .forgot-un {
  font-style: normal;
  font-size: 0.75em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  /* extend => mixin */
  display: block;
  margin-top: 10px;
}
.ha-account-sign-in .forgot-pw {
  font-style: normal;
  font-size: 0.75em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  /* extend => mixin */
  display: block;
  margin-top: 24px;
}
.ha-account-sign-in .send-email-button {
  float: none;
  padding-left: 55px;
  padding-right: 55px;
}
.ha-account-sign-in .deals-box label {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: 0em;
  /* extend => mixin */
  padding-top: 7px;
  display: block;
}
.ha-account-sign-in .mustbehmform {
  margin-left: 40px;
  font-weight: bold;
  margin-top: 4px;
  margin-bottom: 12px;
  display: block;
}
.ha-account-sign-in .secondary {
  padding-top: 12px;
}
.ha-account-sign-in .sub-text {
  font-style: normal;
  font-size: 0.75em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0em;
  /* extend => mixin */
}
.ha-account-sign-in .fine-text {
  font-style: normal;
  font-size: 0.6875em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.3;
  letter-spacing: 0em;
  /* extend => mixin */
}
.ha-account-sign-in header.check-in h1 em {
  margin: 8px 0 62px;
}
.ha-account-sign-in .ha-tooltip {
  margin-top: 4.7px;
}
.ha-account-sign-in .sign-in-container {
  display: table;
  background: #ffffff;
  height: 100%;
}
.ha-account-sign-in .sign-in-container .sign-in-form,
.ha-account-sign-in .sign-in-container .sign-up-prompt-cell {
  display: table-cell;
  height: 100%;
  vertical-align: top;
}
.ha-account-sign-in .sign-in-container .sign-up-prompt-cell {
  background-image: url(/euf/assets/hawaiianair/common/images/card_bg_flower02.gif);
}
.ha-account-sign-in .sign-in-container .sign-up-prompt-cell .card-1:after {
  display: none;
}
.ha-account-sign-in .sign-in-container .sign-up-prompt-wrapper {
  position: relative;
  height: 100%;
}
.ha-account-sign-in .sign-in-container .sign-in-form {
  padding: 48px 9.7005175%;
  width: 61.06770167%;
}
.ha-account-sign-in .sign-in-container .sign-in-form h1 {
  font-style: normal;
  font-size: 1.125em;
  font-family: "helvetica-neue-53-ext", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.08em;
  /* extend => mixin */
  margin-top: 0;
  margin-bottom: 32px;
}
.ha-account-sign-in .sign-in-container .sign-up-prompt {
  padding: 48px;
  height: 100%;
}
.ha-account-sign-in .sign-in-container .sign-up-prompt h4 {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue-53-ext", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 0.08em;
  /* extend => mixin */
  margin-bottom: 12px;
}
.ha-account-sign-in .sign-in-container .sign-up-prompt h4 em {
  font-style: normal;
  color: #ffffff;
}
.ha-account-sign-in .sign-in-container .sign-up-prompt p {
  font-style: normal;
  font-size: 0.75em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0em;
  /* extend => mixin */
}
.ha-account-sign-in .sign-in-container .sign-up-prompt p.aside-line {
  font-style: normal;
  font-size: 0.6875em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.3;
  letter-spacing: 0em;
  /* extend => mixin */
}
.ha-account-sign-in .sign-in-container .sign-up-prompt .btn-primary {
  margin: 12px 0;
}
.lte-ie9 .sign-in-container {
  display: block;
  position: relative;
}
.lte-ie9 .sign-in-container .sign-in-form,
.lte-ie9 .sign-in-container .sign-up-prompt-cell {
  display: block;
}
.lte-ie9 .sign-in-container .sign-up-prompt-cell {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 39.93229833%;
}
.ha-travel-goal {
  position: relative;
}
.ha-travel-goal h2,
.ha-travel-goal h3 {
  font-weight: normal;
  margin-top: 0;
  margin-bottom: .9em;
}
.ha-travel-goal .animate {
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.ha-travel-goal .ha-well {
  padding: 0 !important;
  background-color: #ffffff;
}
.ha-travel-goal .ha-well-header {
  color: #1b242d;
  background-color: #e0e0db;
  padding: 10px 20px;
}
.ha-travel-goal .ha-well-header h4 {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue-53-ext", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 0.08em;
  margin: 5px 0;
}
.ha-travel-goal .ha-well-inner {
  padding: 20px 30px;
}
.ha-travel-goal .ha-well-inner:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.ha-travel-goal .ha-well-inner.stack {
  padding-bottom: 0;
}
.ha-travel-goal .travel-goal {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 244px;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.ha-travel-goal .travel-goal.on h2,
.ha-travel-goal .travel-goal.on h3,
.ha-travel-goal .travel-goal.on p {
  color: #ffffff;
}
.ha-travel-goal .travel-goal.on p.miles-available {
  color: #ffffff;
}
.ha-travel-goal .travel-goal.on .pin-left {
  color: #463C8F;
}
.ha-travel-goal .travel-goal.on .pin-right {
  color: #FFC324;
}
.ha-travel-goal .destination-bkgd {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
}
.ha-travel-goal p.miles-available {
  font-weight: bold;
  margin: 0 !important;
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 90%;
  color: #717072;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.ha-travel-goal .text-contain {
  position: absolute;
  left: 50%;
  text-align: center;
  z-index: 1;
}
.ha-travel-goal .text-contain.wide {
  top: 90px;
  width: 450px;
  margin-left: -225px;
}
.ha-travel-goal .text-contain.narrow {
  top: 80px;
  width: 364px;
  margin-left: -182px;
}
.ha-travel-goal p.taxes-fees {
  font-weight: bold;
  font-size: 80%;
}
.ha-travel-goal .svg-contain {
  position: absolute;
  top: 37px;
  left: 50%;
  margin-left: -340px;
  width: 680px;
  height: 86px;
  z-index: 0;
}
.ha-travel-goal .plane-contain {
  position: absolute;
  z-index: 1;
}
.ha-travel-goal p.pin {
  position: absolute;
  top: 33px;
  color: #a0a3a5;
  z-index: 2;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.ha-travel-goal p.pin.pin-left {
  left: 0;
}
.ha-travel-goal p.pin.pin-right {
  right: 0;
}
.ha-travel-goal p.pin:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 11px;
  width: 11px;
  height: 11px;
  z-index: -1;
  background-color: #ffffff;
}
.ha-travel-goal [ha-custom-dropdown] {
  float: left;
  border-right: 1px #d0d0d0 solid;
  margin: 0 0 0 20px;
}
.ha-travel-goal [ha-custom-dropdown].tripTypeDD .custom-dropdown .dropdown {
  width: 145px;
}
.ha-travel-goal [ha-custom-dropdown].tripTypeDD .clip {
  width: 175px;
}
.ha-travel-goal [ha-custom-dropdown].cabinTypeDD .custom-dropdown .dropdown {
  width: 200px;
}
.ha-travel-goal [ha-custom-dropdown].cabinTypeDD .clip {
  width: 210px;
}
.ha-travel-goal [ha-custom-dropdown].paxDD {
  border-right: none;
}
.ha-travel-goal [ha-custom-dropdown].paxDD .custom-dropdown .dropdown {
  width: 130px;
}
.ha-travel-goal [ha-custom-dropdown].paxDD .clip {
  width: 160px;
}
.ha-travel-goal [ha-custom-dropdown] ul {
  list-style-type: none;
}
.ha-travel-goal .selected {
  cursor: default !important;
  color: #717072;
}
.ha-travel-goal .working {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  display: none;
  background-color: rgba(255, 255, 255, 0.85);
  text-align: center;
}
.ha-travel-goal .working .ha-loading-spinner {
  margin: 150px auto 0 auto;
}
.ha-travel-goal .working.active {
  display: block;
  z-index: 100;
}
.ha-travel-goal .alert-contain [ha-alert] {
  margin: 20px 30px 0 30px;
}
.ha-travel-goal #travel-goal-plane {
  position: absolute;
}
.ha-travel-goal #flight-progress-ie {
  display: none;
}
.ha-travel-goal .ie8only {
  display: none;
}
/* all versions of IE */
html.no-smil .ha-travel-goal #flight-progress-ie {
  display: block !important;
}
html.no-smil .ha-travel-goal #flight-progress {
  display: none;
}
/* just IE 8 */
html.ie8 .ha-travel-goal .svg-contain,
html.ie8 .ha-travel-goal .plane-contain,
html.ie8 .ha-travel-goal .gt-ie8only {
  display: none;
}
html.ie8 .ha-travel-goal .text-contain.narrow {
  top: 90px;
  width: 450px;
  margin-left: -225px;
}
html.ie8 .ha-travel-goal .ie8only {
  display: block !important;
}
html.ie8 .ha-travel-goal .ie8only ul {
  list-style-type: none;
}
.header-container .ok-cash-bag-logo {
  position: absolute;
  top: -25px;
  right: 1.269%;
  width: 150px;
  height: 62px;
  text-indent: -10000px;
  background-image: url(/euf/assets/hawaiianair/common/images/ocb_logo.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .header-container .ok-cash-bag-logo {
    background-image: url(/euf/assets/hawaiianair/common/images/ocb_logo@2x.png);
    background-size: auto auto;
  }
}
.add-passenger {
  margin-bottom: 15px;
}
.header-container .china-rewards-logo {
  position: absolute;
  top: -25px;
  right: 1.269%;
  width: 150px;
  height: 59px;
  text-indent: -10000px;
  background-image: url(/euf/assets/hawaiianair/common/images/china_rewards.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .header-container .china-rewards-logo {
    background-image: url(/euf/assets/hawaiianair/common/images/china_rewards@2x.jpg);
    background-size: auto auto;
  }
}
.header-container .jiangli-logo {
  position: absolute;
  top: -25px;
  right: 1.269%;
  width: 150px;
  height: 54px;
  text-indent: -10000px;
  background-image: url(/euf/assets/hawaiianair/common/images/jiangli_logo.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .header-container .jiangli-logo {
    background-image: url(/euf/assets/hawaiianair/common/images/jiangli_logo@2x.jpg);
    background-size: auto auto;
  }
}
.add-passenger {
  margin-bottom: 15px;
}
.ha-manage-travelers .add-traveler:before {
  display: none;
}
.ha-manage-travelers .add-traveler:after {
  display: none;
}
.ha-manage-travelers .add-traveler i {
  color: #d0d0d0;
}
.ha-manage-travelers .load-more {
  margin: 0 auto;
  display: block;
  width: 80px;
  margin-top: 30px;
}
.ha-modal .deleteTraveler {
  font-weight: bold;
  margin-top: 17px;
}
.ha-member-discounts .discount {
  position: relative;
  margin-bottom: 22px;
}
.ha-member-discounts .discount:last-child {
  margin-bottom: 0;
}
.ha-member-discounts .discount .ending-soon {
  font-style: normal;
  font-size: 0.75em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0em;
  position: absolute;
  background: #f4846b;
  padding: 6px 13px;
  color: #ffffff;
  text-transform: uppercase;
  top: 0;
}
.ha-member-discounts .discount .tag {
  color: #a0a3a5;
  display: block;
  float: right;
}
.ha-member-discounts .discount h2 {
  font-style: normal;
  font-size: 1.125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0.02em;
  margin-top: 0;
  margin-bottom: 20px;
}
.ha-member-discounts .discount .terms,
.ha-member-discounts .discount .details p,
.ha-member-discounts .discount .details h3,
.ha-member-discounts .discount .rule p,
.ha-member-discounts .discount .rule h3 {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
}
.ha-member-discounts .discount .details p,
.ha-member-discounts .discount .rule p {
  margin: 0;
  color: #000000;
}
.ha-member-discounts .discount .details h3,
.ha-member-discounts .discount .rule h3 {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 0;
}
.ha-member-discounts .discount .terms {
  margin-top: 20px;
  display: inline-block;
}
.ha-mileage-statement {
  line-height: 1.25;
}
.ha-mileage-statement ul.pagination {
  margin-top: 0px !important;
}
.ha-mileage-statement [ha-dropdown].number {
  width: 70px;
}
.ha-mileage-statement .ha-dropdown-title {
  margin-top: 10px;
}
.ha-mileage-statement .ha-title {
  margin-top: 2px;
}
.ha-mileage-statement .mileage-title {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue-53-ext", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 0.08em;
  /* extend => mixin */
}
.ha-mileage-statement .textlink--withIcon {
  margin-right: 5px;
}
.ha-mileage-statement p {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  /* extend => mixin */
  color: #333333;
}
.ha-mileage-statement small {
  font-style: normal;
  font-size: 0.75em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0em;
  /* extend => mixin */
}
.ha-mileage-statement em.note {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  /* extend => mixin */
  font-style: italic;
  color: #a0a3a5;
  display: block;
  margin-top: 18px;
  line-height: 1;
}
.ha-mileage-statement em.note a.textlink {
  font-weight: normal;
}
.ha-mileage-statement .data_table {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  /* extend => mixin */
}
.ha-mileage-statement .move-down {
  margin-top: 14px;
}
.ha-mileage-statement .form-inline .form-group {
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.ha-mileage-statement .form-inline .form-group-right {
  display: inline-block;
  float: right;
  margin-left: 10px;
}
.ha-my-dashboard .hamiles-header-image {
  background-image: url(/euf/assets/hawaiianair/common/images/hamiles_with_graphic_medium.png);
  width: 268px;
  height: 40px;
  margin: 0px auto;
}
.ha-my-dashboard .tile {
  margin-top: 15px;
}
.ha-my-dashboard .container {
  z-index: auto !important;
}
.ha-my-dashboard .user-info {
  background: #f5f5f3;
}
.ha-my-dashboard .user-info .avatar-block {
  float: left;
  margin-right: 35px;
}
.ha-my-dashboard .user-info .avatar-block .selected-avatar {
  margin-left: 24px;
}
.ha-my-dashboard .user-info .avatar-block .avatar-card {
  position: relative;
  background: #f4846b;
  background-image: url(/euf/assets/hawaiianair/common/images/card04_bg_pattern01.jpg);
  height: 230px;
  width: 150px;
}
.ha-my-dashboard .user-info .avatar-block .avatar-card [ha-avatar-selection] {
  position: absolute;
  bottom: 30px;
}
.ha-my-dashboard .user-info .avatar-block .avatar-card [ha-avatar-selection] [ha-custom-dropdown] .custom-dropdown .toggle {
  width: 145px;
  color: #ffffff;
  padding: 0 37px 0 19px;
}
.ha-my-dashboard .user-info .avatar-block .avatar-card [ha-avatar-selection] [ha-custom-dropdown] .custom-dropdown .toggle:after {
  border-top: 5px solid #ffffff;
}
.ha-my-dashboard .user-info .avatar-block .avatar-card [ha-avatar-selection] [ha-custom-dropdown] .opened .toggle {
  color: #000;
}
.ha-my-dashboard .user-info .avatar-block .avatar-card [ha-avatar-selection] [ha-custom-dropdown] .opened .toggle:after {
  border-bottom: 5px solid #463C8F;
  border-top: none;
}
.ha-my-dashboard .user-info .avatar-block .avatar-card .avatar-ribbon {
  position: relative;
  top: -3px;
  left: 10px;
  width: 40px;
  height: 63px;
}
.ha-my-dashboard .user-info .avatar-block .avatar-card .avatar-ribbon i {
  color: #f7ecd3;
}
.ha-my-dashboard .user-info .name {
  font-style: normal;
  font-size: 1.375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0.02em;
  /* extend => mixin */
  margin-top: 30px;
  margin-bottom: 40px;
}
.ha-my-dashboard .user-info .membership-title {
  font-style: normal;
  font-size: 1.875em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0.02em;
  /* extend => mixin */
  font-weight: bold;
}
.ha-my-dashboard .user-info .member-number {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  /* extend => mixin */
  color: #717072;
}
.ha-my-dashboard .user-info .member-number .number-wrap {
  color: #f4846b;
  font-size: 17px;
  font-weight: bold;
}
.ha-my-dashboard .membership-info {
  margin-bottom: 24px;
}
.ha-my-dashboard .membership-info .current-membership-status {
  padding-left: 30px;
  padding-bottom: 30px;
}
.ha-my-dashboard .membership-info .membership-upgrade {
  padding-left: 30px;
  padding-bottom: 30px;
}
.ha-my-dashboard .membership-info .membership-title-header {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  /* extend => mixin */
  margin-top: 0;
  color: #f4846b;
  margin-bottom: 20px;
}
.ha-my-dashboard .membership-info .membership-title-header-muted {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  /* extend => mixin */
  margin-top: 0;
  color: #717072;
  margin-bottom: 20px;
}
.ha-my-dashboard .membership-info .membership-title {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue-53-ext", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 0.08em;
  /* extend => mixin */
  margin-top: 0px;
  margin-bottom: 5px;
}
.ha-my-dashboard .membership-info .benefits {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.ha-my-dashboard .membership-info .benefits .ha-icon {
  color: #463C8F;
  margin-right: 20px;
  float: left;
  margin-top: -2px;
}
.ha-my-dashboard .membership-info .benefits li {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  /* extend => mixin */
  margin-bottom: 10px;
}
.ha-my-dashboard .miles-balance {
  text-align: center;
  height: 232px;
}
.ha-my-dashboard .miles-balance .miles-balance-header {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue-53-ext", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 0.08em;
  /* extend => mixin */
  margin-top: 30px;
}
.ha-my-dashboard .miles-balance .balance {
  margin-top: 9px;
  font-weight: bold;
  font-size: 46px;
  margin-bottom: 0;
  color: #463C8F;
  line-height: 1.3;
}
.ha-my-dashboard .miles-balance .miles-label {
  font-style: normal;
  font-size: 1.125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0.02em;
  /* extend => mixin */
  color: #463C8F;
  margin-bottom: 20px;
}
.ha-my-dashboard .miles-credit-card {
  background: #f5f5f3;
  padding: 18px 30px;
}
.ha-my-dashboard .miles-credit-card .current-card .title {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  /* extend => mixin */
  padding-left: 65px;
}
.ha-my-dashboard .miles-credit-card .current-card .ending-in {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  /* extend => mixin */
  padding-left: 65px;
  color: #a0a3a5;
}
.ha-my-dashboard .miles-credit-card .current-card .credit-card-img {
  height: 34px;
  width: 51px;
  background-image: url(/euf/assets/hawaiianair/common/images/card_placeholder.png);
  float: left;
}
.ha-my-dashboard .miles-credit-card .earn-message {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  /* extend => mixin */
  color: #a0a3a5;
}
.ha-my-dashboard .miles-credit-card .view-benefits {
  text-align: right;
}
.ha-my-dashboard .do-more .do-more-header {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue-53-ext", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 0.08em;
  /* extend => mixin */
  margin-bottom: 20px;
}
.ha-my-dashboard .do-more a {
  float: left;
  width: 216px;
  height: 240px;
  padding: 0px;
  margin-right: 15px;
}
.ha-my-dashboard .do-more a .ha-icon {
  display: block;
  margin: 80px auto 20px auto;
}
.ha-my-dashboard .do-more a .button-text {
  font-style: normal;
  font-size: 1.375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0.02em;
  /* extend => mixin */
}
.ha-my-dashboard .do-more a .button-subtext {
  font-style: normal;
  font-size: 1.125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0.02em;
  /* extend => mixin */
  display: block;
  color: #cf76b4;
  margin-top: 12px;
}
.ha-my-dashboard .do-more a .button-subtext.highlighted {
  background: #f4846b;
  color: #ffffff;
  display: inline-block;
  padding: 3px 5px;
  border-radius: 3px;
  margin-top: 2px;
}
.ha-my-dashboard .recent-mileage-activity {
  padding-bottom: 70px;
  border-bottom: 1px solid #e0e0db;
}
.ha-my-dashboard .recent-mileage-activity .recent-mileage-header {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue-53-ext", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 0.08em;
  /* extend => mixin */
  margin-bottom: 30px;
}
.ha-my-dashboard .recent-mileage-activity table {
  width: 100%;
}
.ha-my-dashboard .recent-mileage-activity table th {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: 0em;
  /* extend => mixin */
  color: #a0a3a5;
  text-align: left;
  padding-left: 18px;
}
.ha-my-dashboard .recent-mileage-activity table td {
  padding: 20px 20px;
}
.ha-my-dashboard .recent-mileage-activity table td.date span {
  font-style: normal;
  font-size: 0.75em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0em;
  /* extend => mixin */
  color: #a0a3a5;
}
.ha-my-dashboard .recent-mileage-activity table td.activity {
  border-left: 1px dashed #e0e0db;
}
.ha-my-dashboard .recent-mileage-activity table td.activity span {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  /* extend => mixin */
}
.ha-my-dashboard .recent-mileage-activity table td.mileage {
  background-color: #f5f5f2;
}
.ha-my-dashboard .recent-mileage-activity table td.mileage span {
  font-style: normal;
  font-size: 1.125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.3;
  letter-spacing: 0em;
  /* extend => mixin */
}
.ha-my-dashboard .recent-mileage-activity table td.bonus {
  background-color: #f5f5f2;
}
.ha-my-dashboard .recent-mileage-activity table td.bonus span {
  font-style: normal;
  font-size: 1.125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.3;
  letter-spacing: 0em;
  /* extend => mixin */
}
.ha-my-dashboard .recent-mileage-activity table td.total {
  background-color: #f5f5f2;
}
.ha-my-dashboard .recent-mileage-activity table td.total span {
  font-style: normal;
  font-size: 1.125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.3;
  letter-spacing: 0em;
  /* extend => mixin */
}
.ha-my-dashboard .recent-mileage-activity table tr {
  border-bottom: 1px solid #e0e0db;
}
.ha-my-dashboard .recent-mileage-activity table tr.activity-row {
  border-left: 1px solid #e0e0db;
  border-right: 1px solid #e0e0db;
}
.ha-my-dashboard .more-tools .more-tools-header {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue-53-ext", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 0.08em;
  /* extend => mixin */
  margin-top: 0;
}
.ha-my-dashboard .conditional-padding-group .row {
  padding-top: 60px;
}
.ha-my-dashboard .conditional-padding-group .row:first-child {
  padding-top: 0;
}
.ha-my-dashboard .future-membership-status {
  border-left: 1px solid #e0e0db;
}
.ha-my-dashboard .member-status-block {
  background: #f5f5f2;
  padding: 24px;
  min-height: 206px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ha-my-dashboard .member-status-block h5 {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  /* extend => mixin */
  margin-top: 0;
}
.ha-my-dashboard .member-status-block h6 {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  /* extend => mixin */
  margin: 0;
}
.ha-my-dashboard .member-status-block .status-table td {
  vertical-align: top;
  padding-bottom: 12px;
}
.ha-my-dashboard .member-status-block .status-table td.type-cell {
  padding-right: 24px;
}
.ha-my-dashboard .member-status-block .status-table td.type-cell a {
  display: table;
  margin-bottom: 10px;
}
.ha-my-dashboard .member-status-block .status-table td a {
  font-style: normal;
  font-size: 0.75em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0em;
  /* extend => mixin */
  color: #CE0C88;
  position: relative;
  line-height: 1;
  vertical-align: top;
}
.ha-my-dashboard .member-status-block .status-table td a.checked {
  font-weight: bold;
}
.ha-my-dashboard .member-status-block .status-table td a.checked:after {
  content: "\e605";
  color: #7ac041;
  font-family: 'ha-icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: -16px;
  top: 2px;
}
.ha-my-dashboard .member-status-block .status-table p {
  font-style: normal;
  font-size: 0.6875em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.3;
  letter-spacing: 0em;
  /* extend => mixin */
  margin: 0;
  color: #221f1f;
}
.ha-my-dashboard .member-status-block .status-table p.sub {
  color: #717072;
}
.ha-my-dashboard .member-status-bars .member-status-bar-wrap {
  position: relative;
  width: 100%;
  height: 20px;
  border: 1px solid #e0e0db;
  background: #ffffff;
  margin-bottom: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ha-my-dashboard .member-status-bars .member-status-bar-wrap:first-of-type {
  margin-bottom: 30px;
}
.ha-my-dashboard .member-status-bars .member-status-bar-wrap .member-status-bar {
  position: absolute;
  width: 0%;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #CE0C88;
  -webkit-animation: status-bar 1000ms ease-out;
  animation: status-bar 1000ms ease-out;
}
@-webkit-keyframes status-bar {
  0% {
    width: 0%;
  }
}
@-moz-keyframes status-bar {
  0% {
    width: 0%;
  }
}
@keyframes status-bar {
  0% {
    width: 0%;
  }
}
.ha-my-dashboard .member-status-bars .member-status-bar-wrap .member-status-bar-labels {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
}
.ha-my-dashboard .member-status-bars .member-status-bar-wrap .member-status-bar-labels span {
  font-style: normal;
  font-size: 0.6875em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.3;
  letter-spacing: 0em;
  /* extend => mixin */
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 4px 0 0;
  letter-spacing: 0.03em;
  text-transform: uppercase!important;
}
.ha-my-dashboard .member-status-bars .member-status-bar-wrap .member-status-bar-labels span:before {
  content: '';
  position: absolute;
  display: block;
  height: 18px;
  width: 2px;
  top: -22px;
}
.ha-my-dashboard .member-status-bars .member-status-bar-wrap .member-status-bar-labels span.basic {
  color: #717072;
}
.ha-my-dashboard .member-status-bars .member-status-bar-wrap .member-status-bar-labels span.gold {
  text-align: center;
  color: #f4846b;
}
.ha-my-dashboard .member-status-bars .member-status-bar-wrap .member-status-bar-labels span.gold:before {
  left: 50%;
  margin-left: -1px;
  background: #f4846b;
}
.ha-my-dashboard .member-status-bars .member-status-bar-wrap .member-status-bar-labels span.platinum {
  text-align: right;
  color: #02b5b9;
}
.ha-my-dashboard .member-status-bars .member-status-bar-wrap .member-status-bar-labels span.platinum:before {
  right: 0;
  background: #02b5b9;
}
.ha-my-dashboard .status-links-row {
  margin: 12px 0;
}
.ha-my-dashboard .inline-bulleted-list {
  list-style-type: none;
}
.ha-my-dashboard .inline-bulleted-list li {
  display: inline-block;
  line-height: 1;
}
.ha-my-dashboard .inline-bulleted-list li:before {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-size: 10px;
  color: #a0a3a5;
  padding-left: 4px;
  padding-right: 4px;
}
.ha-my-dashboard .inline-bulleted-list li:first-child::before {
  content: '';
  display: none;
}
.ha-payment-methods .card--spacer_xsm h3.special {
  font-style: normal;
  font-size: 1.125em;
  font-family: "helvetica-neue-53-ext", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.08em;
  /* extend => mixin */
}
.ha-payment-methods .payment-methods {
  zoom: 1;
}
.ha-payment-methods .payment-methods:before,
.ha-payment-methods .payment-methods:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.ha-payment-methods .payment-methods:after {
  clear: both;
}
.ha-payment-methods .payment-methods:before,
.ha-payment-methods .payment-methods:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.ha-payment-methods .payment-methods:after {
  clear: both;
}
.ha-payment-methods .payment-methods:before {
  content: '';
  display: block;
}
.ha-payment-methods .payment-methods:after {
  content: '';
  display: table;
  clear: both;
}
.ha-payment-methods .payment-methods:before {
  content: '';
  display: block;
}
.ha-payment-methods .payment-methods:after {
  content: '';
  display: table;
  clear: both;
}
.ha-payment-methods .payment-methods .payment-method {
  width: 33.3333%;
  float: left;
  padding: 0 14px 14px 0;
}
.ha-payment-methods .payment-methods .payment-method .payment-card {
  position: relative;
  background: #f5f5f2;
  padding: 74px 20px 28px 30px;
  border-bottom: 1px solid #e0e0db;
}
.ha-payment-methods .payment-methods .payment-method .payment-card.flash {
  -webkit-animation: flashcard 1s ease-in-out;
  animation: flashcard 1s ease-in-out;
}
.ha-payment-methods .payment-methods .payment-method .payment-card.payment-card--add {
  padding: 24px 30px 16px;
  text-align: center;
  cursor: pointer;
}
.ha-payment-methods .payment-methods .payment-method .payment-card.payment-card--add i {
  font-size: 105px;
  color: #e0e0db;
}
.ha-payment-methods .payment-methods .payment-method .payment-card.payment-card--add p {
  font-style: normal;
  font-size: 1.125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0.02em;
  /* extend => mixin */
  color: #221f1f;
}
.ha-payment-methods .payment-methods .payment-method .payment-card .payment-title {
  font-style: normal;
  font-size: 1.125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0.02em;
  /* extend => mixin */
  margin: 0;
}
.ha-payment-methods .payment-methods .payment-method .payment-card .payment-number {
  font-style: normal;
  font-size: 1.125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.3;
  letter-spacing: 0em;
  /* extend => mixin */
  margin: 8px 0 0 0;
  color: #717072;
}
.ha-payment-methods .payment-methods .payment-method .payment-card .payment-expired {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  /* extend => mixin */
  position: absolute;
  background: #f4846b;
  color: white;
  padding: 2px 0 1px 0;
  left: 50%;
  top: 0;
  font-style: italic;
  width: 65px;
  margin-left: -31px;
  text-align: center;
}
.ha-payment-methods .payment-methods .payment-method .payment-card .payment-clear {
  zoom: 1;
}
.ha-payment-methods .payment-methods .payment-method .payment-card .payment-clear:before,
.ha-payment-methods .payment-methods .payment-method .payment-card .payment-clear:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.ha-payment-methods .payment-methods .payment-method .payment-card .payment-clear:after {
  clear: both;
}
.ha-payment-methods .payment-methods .payment-method .payment-card .payment-clear:before,
.ha-payment-methods .payment-methods .payment-method .payment-card .payment-clear:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.ha-payment-methods .payment-methods .payment-method .payment-card .payment-clear:after {
  clear: both;
}
.ha-payment-methods .payment-methods .payment-method .payment-card .payment-clear:before {
  content: '';
  display: block;
}
.ha-payment-methods .payment-methods .payment-method .payment-card .payment-clear:after {
  content: '';
  display: table;
  clear: both;
}
.ha-payment-methods .payment-methods .payment-method .payment-card .payment-clear:before {
  content: '';
  display: block;
}
.ha-payment-methods .payment-methods .payment-method .payment-card .payment-clear:after {
  content: '';
  display: table;
  clear: both;
}
.ha-payment-methods .payment-methods .payment-method .payment-card .payment-info {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: 0em;
  /* extend => mixin */
  position: relative;
  float: left;
  padding-right: 3.5em;
  max-width: 85%;
  margin: 24px 0 0 0;
  line-height: 1em;
  color: #717072;
}
.ha-payment-methods .payment-methods .payment-method .payment-card .payment-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ha-payment-methods .payment-methods .payment-method .payment-card .payment-expiration {
  position: absolute;
  top: 0;
  right: 0;
}
.ha-payment-methods .payment-methods .payment-method .payment-card .payment-action {
  font-style: normal;
  font-size: 0.75em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0em;
  /* extend => mixin */
  position: absolute;
  right: 20px;
  bottom: 28px;
}
.ha-payment-methods .payment-methods .payment-method .payment-card .payment-meta {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
  /* extend => mixin */
  position: absolute;
  top: 20px;
  right: 20px;
  color: #463C8F;
  display: none;
}
.ha-payment-methods .payment-methods .payment-method .payment-card .payment-meta i {
  vertical-align: middle;
  margin-left: 10px;
}
.ha-payment-methods .payment-methods .payment-method .payment-card.active:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 7px;
  background: #463C8F;
  border-bottom: 1px solid #463C8F;
}
.ha-payment-methods .payment-methods .payment-method .payment-card.active .payment-meta {
  display: block;
}
.modalContainer h1,
.modalContainer h2 {
  margin-top: 0;
  margin-bottom: 0;
}
.modalContainer h3 {
  font-style: normal;
  font-size: 1.125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.3;
  letter-spacing: 0em;
  /* extend => mixin */
}
.modalContainer .btn-secondary {
  background-color: #ffffff;
}
.modalContainer .btn-secondary:hover {
  background-color: #463C8F;
}
.modalContainer .deleteCard {
  font-weight: bold;
  margin-top: 20px;
}
.modalContainer .cancel-button {
  margin-right: 10px;
}
.ha-modal#new-payment-method h1 {
  text-align: center;
  margin-bottom: 20px;
}
.ha-modal#new-payment-method .modalContainer {
  padding-bottom: 0;
}
.ha-profile-settings h3.special {
  font-style: normal;
  font-size: 1.125em;
  font-family: "helvetica-neue-53-ext", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.08em;
  /* extend => mixin */
  display: block;
  text-align: center;
}
.ha-profile-settings .tab-group {
  margin-top: 30px;
}
.ha-profile-settings .deals-box label {
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: 0em;
  /* extend => mixin */
  padding-top: 7px;
  padding-bottom: 2px;
  display: block;
}
.ha-profile-settings .mustbehmform {
  margin-left: 40px;
  font-weight: bold;
  display: block;
}
.ha-profile-settings .select-profile-image {
  cursor: pointer;
  margin-left: 14px;
}
.ha-profile-settings .avatar-description {
  font-style: normal;
  font-size: 0.75em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0em;
  /* extend => mixin */
  display: block;
  margin-top: 35px;
  padding-right: 20px;
}
[ha-member-subscriptions] [ha-check] .subtext {
  margin-top: -12px;
}
.my-receipts .ha-round-flower-card > .ha-icon {
  font-size: 72px;
  margin-top: 44px;
}
.my-receipts .header {
  margin: 30px 0 10px;
  font-style: normal;
  font-size: 1.875em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.my-receipts .sub-head {
  margin-bottom: 35px;
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: 0em;
}
.my-receipts .list-inline {
  margin: 0 auto 45px;
  width: 70%;
}
.my-receipts .list-inline > li {
  width: 45%;
  padding-left: 50px;
  text-align: left;
  white-space: nowrap;
}
.my-receipts .list-inline > li:before {
  content: "\25cf";
  position: relative;
  bottom: 2px;
  padding-right: 7px;
  color: #d0d0d0;
  font-size: 12px;
}
.my-receipts .list-inline > li:nth-child(even) {
  padding-left: 75px;
}
.my-receipts .ha-well {
  margin-bottom: 40px;
  padding: 10px 0 60px;
  zoom: 1;
}
.my-receipts .ha-well:before,
.my-receipts .ha-well:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.my-receipts .ha-well:after {
  clear: both;
}
.my-receipts .ha-well:before,
.my-receipts .ha-well:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.my-receipts .ha-well:after {
  clear: both;
}
.my-receipts .ha-well:before {
  content: '';
  display: block;
}
.my-receipts .ha-well:after {
  content: '';
  display: table;
  clear: both;
}
.my-receipts .ha-well:before {
  content: '';
  display: block;
}
.my-receipts .ha-well:after {
  content: '';
  display: table;
  clear: both;
}
.my-receipts .ha-well .header {
  font-style: normal;
  font-size: 1.125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.my-receipts .ha-well .btn {
  position: relative;
  top: 19px;
}
.my-receipts .results h3 {
  font-style: normal;
  font-size: 1.125em;
  font-family: "helvetica-neue-53-ext", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
.my-receipts .results .data_table {
  table-layout: fixed;
  margin-bottom: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  width: 100%;
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
}
.my-receipts .results .data_table thead th {
  background-color: #f5f5f2;
}
.my-receipts .results .data_table tr th,
.my-receipts .results .data_table tr td {
  padding: 7px 10px;
  border-bottom: 1px solid #e0e0db;
}
.my-receipts .footer-text h5 {
  margin-bottom: 7px;
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.my-receipts .footer-text p {
  margin: 0;
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
}
.my-receipts.my-receipts-details .head-content {
  margin-bottom: 35px;
}
.my-receipts.my-receipts-details .head-content h1 {
  margin: 15px 0 10px;
  font-style: normal;
  font-size: 1.875em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.my-receipts.my-receipts-details .head-content p {
  margin: 0;
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: 0em;
}
.my-receipts.my-receipts-details .head-content p + p {
  margin-top: 5px;
}
.my-receipts.my-receipts-details .head-details h2 {
  margin: 0 0 10px;
  font-style: normal;
  font-size: 1.375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.my-receipts.my-receipts-details .head-details .print {
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
}
.my-receipts.my-receipts-details .head-details .print .fontIcon16-print {
  font-size: 14px;
}
.my-receipts.my-receipts-details .head-details h3 {
  margin: 0 0 10px;
  font-style: normal;
  font-size: 1.125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.my-receipts.my-receipts-details .head-details h3 ~ span {
  display: block;
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: 0em;
}
.my-receipts.my-receipts-details .details h3 {
  margin: 10px 0 25px;
  font-style: normal;
  font-size: 1.125em;
  font-family: "helvetica-neue-53-ext", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
.my-receipts.my-receipts-details .details .data_table {
  table-layout: fixed;
  margin-bottom: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  width: 100%;
  font-style: normal;
  font-size: 0.8125em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
}
.my-receipts.my-receipts-details .details .data_table thead th {
  background-color: #f5f5f2;
}
.my-receipts.my-receipts-details .details .data_table tr th,
.my-receipts.my-receipts-details .details .data_table tr td {
  padding: 7px 10px;
  border-bottom: 1px solid #e0e0db;
}
.my-receipts.my-receipts-details .details .data_table thead tr th:first-child,
.my-receipts.my-receipts-details .details .data_table tbody tr td:first-child {
  padding-left: 40px;
}
.my-receipts.my-receipts-details .details .data_table + strong {
  display: block;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 1em;
}
.my-receipts.my-receipts-details .details .data_table + strong ~ span {
  padding-right: 25px;
  font-style: normal;
  font-size: 0.9375em;
  font-family: "helvetica-neue", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: 0em;
}
.my-receipts.my-receipts-details .details .data_table + strong + .totals {
  width: 200px;
}
.my-receipts.my-receipts-details .details .data_table + strong + .totals > div {
  zoom: 1;
}
.my-receipts.my-receipts-details .details .data_table + strong + .totals > div:before,
.my-receipts.my-receipts-details .details .data_table + strong + .totals > div:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.my-receipts.my-receipts-details .details .data_table + strong + .totals > div:after {
  clear: both;
}
.my-receipts.my-receipts-details .details .data_table + strong + .totals > div:before,
.my-receipts.my-receipts-details .details .data_table + strong + .totals > div:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.my-receipts.my-receipts-details .details .data_table + strong + .totals > div:after {
  clear: both;
}
.my-receipts.my-receipts-details .details .data_table + strong + .totals > div:before {
  content: '';
  display: block;
}
.my-receipts.my-receipts-details .details .data_table + strong + .totals > div:after {
  content: '';
  display: table;
  clear: both;
}
.my-receipts.my-receipts-details .details .data_table + strong + .totals > div:before {
  content: '';
  display: block;
}
.my-receipts.my-receipts-details .details .data_table + strong + .totals > div:after {
  content: '';
  display: table;
  clear: both;
}
.my-receipts.my-receipts-details .details .data_table + strong + .totals > div > span {
  float: left;
}
.my-receipts.my-receipts-details .details .data_table + strong + .totals > div > span + span {
  float: right;
}
.my-receipts.my-receipts-details .details .data_table + strong + .totals > p {
  zoom: 1;
  padding-top: 5px;
  border-top: 1px solid #e0e0db;
  color: inherit;
}
.my-receipts.my-receipts-details .details .data_table + strong + .totals > p:before,
.my-receipts.my-receipts-details .details .data_table + strong + .totals > p:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.my-receipts.my-receipts-details .details .data_table + strong + .totals > p:after {
  clear: both;
}
.my-receipts.my-receipts-details .details .data_table + strong + .totals > p:before,
.my-receipts.my-receipts-details .details .data_table + strong + .totals > p:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.my-receipts.my-receipts-details .details .data_table + strong + .totals > p:after {
  clear: both;
}
.my-receipts.my-receipts-details .details .data_table + strong + .totals > p:before {
  content: '';
  display: block;
}
.my-receipts.my-receipts-details .details .data_table + strong + .totals > p:after {
  content: '';
  display: table;
  clear: both;
}
.my-receipts.my-receipts-details .details .data_table + strong + .totals > p:before {
  content: '';
  display: block;
}
.my-receipts.my-receipts-details .details .data_table + strong + .totals > p:after {
  content: '';
  display: table;
  clear: both;
}
.my-receipts.my-receipts-details .details .data_table + strong + .totals > p > strong {
  float: left;
  font-size: 1em;
}
.my-receipts.my-receipts-details .details .data_table + strong + .totals > p > strong + strong {
  float: right;
}


.col-12,
.col {
  width: 100%;
}

.col {
  padding-left: 1.26953125%;
  padding-right: 1.26953125%;
}

