@charset "UTF-8";
.show {
  display: block;
}
.hide {
  display: none;
}
.hidden {
  display: none !important;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
.inspect {
  border: 1px solid transparent;
  border-color: rgba(255, 0, 0, 0.5) !important;
}
.inspectbg {
  background-color: rgba(255, 0, 0, 0.25) !important;
}
.bgcontain {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.bgcover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.centralize {
  margin-left: auto;
  margin-right: auto;
}
.image-stretch {
  position: relative;
  overflow: hidden;
}
.image-stretch img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: auto;
}
.texthide {
  font-size: 0;
  line-height: 0;
  color: transparent;
}
/* From 2018 Version */
.main-container,
.navbar-default .nav-bg { max-width: 100% !important;}
section.privileges { background-size: cover !important;}
section.privileges .boxed-blue { width: 100%;}
.applynow-page .main-container { background-size: contain !important;}
.applynow-page .boxed-blue { width:100% !important;}
.bonus-miles-tagline .highlights-10{ padding: 0 !important; text-align: center !important;}
.bonus-miles-tagline .highlights-10 img{ margin: 0 auto !important;}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) { 
	.bonus-miles-tagline{ margin-top: 0 !important; padding-bottom: 170px !important;}
	.applynow-page section.rates {padding-top: 120px !important;}
}

/* 2021-11 Update */
.version-201910 sup {
  top: -0.25em;
  font-weight: normal;
  font-size:12px;
}
.version-201910 .navbar {
  margin-bottom: 0;
}
.version-201910 .navbar .navbar-header a.navbar-brand {
  height: unset;
}
@media (min-width: 1025px) {
  .version-201910 .navbar .navbar-header a.navbar-brand {
    padding: 16px 15px;
  }
}
@media (max-width: 1024px) {
  .version-201910 .navbar .navbar-header a.navbar-brand {
    padding: 11px 15px;
  }
}
@media (min-width: 320px) and (max-width: 360px) {
  .version-201910 .navbar .navbar-header a.navbar-brand {
    padding-right: 0;
  }
}
@media (max-width: 1024px) {
  .version-201910 .navbar .navbar-header a.btn {
    padding: 9px 12px 5px;
    margin-top: 8px;
  }
}
@media (min-width: 320px) and (max-width: 360px) {
  .version-201910 .navbar .navbar-header a.btn {
    padding: 9px 4px 5px;
  }
}
@media (min-width: 320px) and (max-width: 360px) {
  .version-201910 .navbar .navbar-header .navbar-toggle {
    margin-right: 10px;
  }
}
@media (min-width: 1025px) {
  .version-201910 .navbar .nav li a {
    top: 2px;
  }
}
@media (min-width: 1025px) {
  .version-201910 .navbar .nav > a.btn {
    padding: 9px 12px 5px;
    margin-top: 12px;
    margin-bottom: 13px;
  }
}
.version-201910 .main-container footer > .wrapper {
  padding: 0 16px;
}
.version-201910 .main-container footer p:last-child {
  margin-bottom: 0;
}
.version-201910.index-page section.home,
.version-201910.index-page section.feature {
  font-weight: 300;
}
.version-201910.index-page section.home *,
.version-201910.index-page section.feature * {
  font-size: 16px;
  line-height: 1.5;
}
.version-201910.index-page section.home h1,
.version-201910.index-page section.feature h1,
.version-201910.index-page section.home h2,
.version-201910.index-page section.feature h2,
.version-201910.index-page section.home h3,
.version-201910.index-page section.feature h3 {
  margin: 0;
}
@media (min-width: 768px) {
  .version-201910.index-page section.home h1,
  .version-201910.index-page section.feature h1 {
    font-size: 36px;
    line-height: 1.25;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .version-201910.index-page section.home h1,
  .version-201910.index-page section.feature h1 {
    font-size: 26px;
    line-height: 1.1;
  }
}
.version-201910.index-page section.home p,
.version-201910.index-page section.feature p {
  margin: 5px 0;
}
.version-201910.index-page section.home img,
.version-201910.index-page section.feature img {
  width: 100%;
  height: auto;
}
.version-201910.index-page section.home > .wrapper,
.version-201910.index-page section.feature > .wrapper {
  position: relative;
}
.version-201910.index-page section.home {
  min-height: unset;
  background: none;
  background-color: #203850;
}
@media (min-width: 1025px) {
  .version-201910.index-page section.home {
    padding-top: 60px;
  }
}
@media (max-width: 1024px) {
  .version-201910.index-page section.home {
    padding-top: 50px;
  }
}
@media (min-width: 768px) {
  .version-201910.index-page section.home > .wrapper {
    padding: 24px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .version-201910.index-page section.home > .wrapper {
    padding: 16px;
  }
  .version-201910.index-page section.home img {
    max-width: 235px;
  }
}
.version-201910.index-page section.home .header,
.version-201910.index-page section.home .benefits,
.version-201910.index-page section.home .tnc-note {
  position: relative;
  z-index: 1;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.version-201910.index-page section.home .header,
.version-201910.index-page section.home .tnc-note {
  text-align: center;
}
@media (min-width: 1025px) {
  .version-201910.index-page section.home .header {
    /* padding-top: 292px; */
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .version-201910.index-page section.home .header {
    padding-top: 128px;
  }
  .version-201910.index-page section.home .header .title {
    padding: 0 16px;
    font-weight: normal;
  }
  .version-201910.index-page section.home .header .description {
    padding: 0 56px;
    margin-top: 8px;
    font-size: 18px;
  }
}
.version-201910.index-page section.home .header .title {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
}
.version-201910.index-page section.home .header .description p {
  margin: 0;
  font-size: 18px;
  line-height: 1;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
}
@media (min-width: 320px) and (max-width: 767px) {
  .version-201910.index-page section.home .header .cards {
    margin-top: 16px;
  }
}
@media (min-width: 768px) {
  .version-201910.index-page section.home .header .cards img {
    width: 312px;
  }
}
.version-201910.index-page section.home .header .cards p {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  font-weight: 300;
  letter-spacing: 1px;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  .version-201910.index-page section.home .header .cards p {
    margin-top: -32px;
    font-size: 24px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .version-201910.index-page section.home .header .cards p {
    margin-top: -24px;
    font-size: 20px;
  }
}
.version-201910.index-page section.home .benefits.update1 .benefit {
  flex: 0 0 50%;
  position: relative;
}
.version-201910.index-page section.home .benefits.update1 .benefit.cash:after {
  content: "";
  position: absolute;
  top: 24px;
  left: 0;
  width: 2px;
  height: 108px;
  background-image: url("../img/gf-line-v-white.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.version-201910.index-page section.home .benefits.update1 .benefit a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .version-201910.index-page section.home .benefits.update2 > .wrapper {
    margin-top: 48px;
  }
}
.version-201910.index-page section.home .benefits > .wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-top: 32px;
}
.version-201910.index-page section.home .benefits .labeling {
  flex: 1 1 auto;
  position: relative;
  margin: 0;
  padding: 0 16px;
}
@media (min-width: 768px) {
  .version-201910.index-page section.home .benefits .labeling:not(:first-child):before {
    content: "";
    position: absolute;
    top: 24px;
    bottom: 24px;
    left: 0;
    display: block;
    width: 2px;
    background-image: url("../img/gf-line-v-white.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .version-201910.index-page section.home .benefits .labeling {
    padding-top: 8px;
    padding-bottom: 16px;
  }
  .version-201910.index-page section.home .benefits .labeling:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    height: 2px;
    background-image: url("../img/gf-line-h-white.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .version-201910.index-page section.home .benefits .labeling.onefifty {
    flex: 1 1 25%;
  }
  .version-201910.index-page section.home .benefits .labeling.onefifty dd .action a:before {
    left: 0;
    right: -16px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .version-201910.index-page section.home .benefits .labeling.fourmiles dt .flag {
    margin-right: 112px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .version-201910.index-page section.home .benefits .labeling.threemiles dt .flag {
    margin-right: 112px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .version-201910.index-page section.home .benefits .labeling.one-four {
    flex: 1 1 32%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .version-201910.index-page section.home .benefits .labeling.four-four {
    flex: 1 1 40%;
  }
}
.version-201910.index-page section.home .benefits .labeling dl {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-bottom: 0;
  padding-top: 24px;
}
@media (min-width: 768px) {
  .version-201910.index-page section.home .benefits .labeling dt {
    flex: 0 0 auto;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .version-201910.index-page section.home .benefits .labeling dt {
    position: relative;
    flex: 0 0 60%;
  }
}
.version-201910.index-page section.home .benefits .labeling dt h4 {
  margin: 0;
  margin-top: 8px;
  font-weight: 300;
  color: #a19588;
}
@media (min-width: 1025px) {
  .version-201910.index-page section.home .benefits .labeling dt h4 {
    font-size: 56px;
    line-height: 1.42857143;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .version-201910.index-page section.home .benefits .labeling dt h4 {
    font-size: 40px;
    line-height: 1.6;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .version-201910.index-page section.home .benefits .labeling dt h4 {
    font-size: 48px;
    line-height: 1.5;
    text-align: right;
  }
}
.version-201910.index-page section.home .benefits .labeling dt .flag {
  position: absolute;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 300;
  color: #a19588;
}
@media (min-width: 1025px) {
  .version-201910.index-page section.home .benefits .labeling dt .flag {
    top: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .version-201910.index-page section.home .benefits .labeling dt .flag {
    top: 28px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .version-201910.index-page section.home .benefits .labeling dt .flag {
    top: 4px;
    right: 0;
  }
}
.version-201910.index-page section.home .benefits .labeling dt .flag span {
  position: absolute;
  top: -16px;
  left: 12px;
  padding: 2px 4px 0;
  font-size: 10px;
  line-height: 1;
  font-weight: 300;
  border-radius: 4px;
  background-color: white;
  color: #a19588;
}
.version-201910.index-page section.home .benefits .labeling dd {
  flex: 1 1 100%;
  padding-left: 16px;
}
.version-201910.index-page section.home .benefits .labeling dd .description {
  font-size: 18px;
  line-height: 0.88888889;
  text-transform: uppercase;
}
.version-201910.index-page section.home .benefits .labeling dd .description sup {
  display: inline-block;
  margin-left: 4px;
  font-size: 12px;
  line-height: 1.2;
}
.version-201910.index-page section.home .benefits .labeling dd .action {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1;
}
.version-201910.index-page section.home .benefits .labeling dd .action a {
  position: relative;
  display: inline-block;
  padding: 4px 8px 1px;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
  border-radius: 16px;
  background-color: #a19588;
  color: white;
}
.version-201910.index-page section.home .benefits .labeling dd .action a:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 24px;
  display: block;
  width: 100%;
  height: 16px;
  margin-top: -4px;
  background-image: url("../img/arrow-yellow.png");
  background-position: right center;
  background-repeat: no-repeat;
}
.version-201910.index-page section.home .benefits .labeling .additional {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
.version-201910.index-page section.home .benefits .labeling .additional * {
  font-size: 13px;
  line-height: 16px;
}
.version-201910.index-page section.home .benefits .labeling .additional ul {
  padding-left: 24px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .version-201910.index-page section.home .benefits .labeling .additional ul {
    margin-top: 16px;
  }
}
.version-201910.index-page section.home .benefits .labeling .additional p {
  margin: 0 !important;
}
.version-201910.index-page section.home .benefits .tnc-note {
  flex: 1 1 100%;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .version-201910.index-page section.home .benefits .tnc-note {
    margin-top: 16px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .version-201910.index-page section.home .benefits .tnc-note {
    margin-top: 24px;
  }
}
.version-201910.index-page section.home .background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  justify-content: center;
  background-image: url("../img/gf-home-bg.png");
  background-position: left bottom;
  background-repeat: repeat-x;
}
.version-201910.index-page section.home .masthead-overlay {
  position: absolute;
  z-index: 6;
  width: 100%;
  height: 50px;
  cursor: none;
}
@media (min-width: 768px) {
  .version-201910.index-page section.home .masthead-overlay {
    bottom: -9px;
    background: #2a4054;
    background: linear-gradient(0deg, #2a4054 0%, #2a4054 24%, rgba(42, 64, 84, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2a4054", endColorstr="#2a4054", GradientType=1);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .version-201910.index-page section.home .masthead-overlay {
    bottom: 0;
    background: #3a4e5d;
    background: linear-gradient(0deg, #3a4e5d 0%, #3a4e5d 24%, rgba(58, 78, 93, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#344959", endColorstr="#344959", GradientType=1);
  }
}
.version-201910.index-page section.feature {
  min-height: unset;
  background: none;
  padding-top: 60px;
  margin-top: -60px;
}
.version-201910.index-page section.feature .header {
  position: relative;
}
.version-201910.index-page section.feature .header:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 160px;
  background-image: url("../img/gf-feature-transition.png");
  background-size: 100% 160px;
  background-position: center top;
}
@media (min-width: 768px) {
  .version-201910.index-page section.feature .header {
    padding: 76px 24px 160px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .version-201910.index-page section.feature .header {
    padding: 64px 16px 96px;
  }
}
.version-201910.index-page section.feature .header .title,
.version-201910.index-page section.feature .header .partner,
.version-201910.index-page section.feature .header .description {
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}
.version-201910.index-page section.feature .header .title,
.version-201910.index-page section.feature .header .description {
  max-width: 940px;
}
.version-201910.index-page section.feature .header .partner {
  max-width: 1024px;
}
.version-201910.index-page section.feature .header .title {
  font-size: 0;
  line-height: 0;
  color: transparent;
}
.version-201910.index-page section.feature .header .title:before {
  content: "";
  display: block;
  background-image: url("../img/gf-feature-header.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .version-201910.index-page section.feature .header .title:before {
    height: 44px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .version-201910.index-page section.feature .header .title:before {
    height: 40px;
  }
}
.version-201910.index-page section.feature .header .title sup {
  display: none;
}
@media (min-width: 768px) {
  .version-201910.index-page section.feature .header .partner {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin-bottom: 48px;
  }
}
@media (min-width: 1025px) {
  .version-201910.index-page section.feature .header .partner {
    margin-top: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .version-201910.index-page section.feature .header .partner {
    margin-top: 40px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .version-201910.index-page section.feature .header .partner {
    margin-top: 32px;
    margin-bottom: 64px;
  }
}
.version-201910.index-page section.feature .header .partner h3 {
  flex: 0 0 auto;
  font-size: 0;
  line-height: 0;
  color: transparent;
}
.version-201910.index-page section.feature .header .partner h3:before {
  content: "";
  display: block;
  background-image: url("../img/gf-feature-label.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 1025px) {
  .version-201910.index-page section.feature .header .partner h3:before {
    width: 360px;
    height: 128px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .version-201910.index-page section.feature .header .partner h3:before {
    width: 272px;
    height: 96px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .version-201910.index-page section.feature .header .partner h3:before {
    height: 80px;
  }
}
.version-201910.index-page section.feature .header .partner ul {
  flex: 1 1 100%;
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1025px) {
  .version-201910.index-page section.feature .header .partner ul {
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 1024px) {
  .version-201910.index-page section.feature .header .partner ul {
    flex-flow: row wrap;
    justify-content: center;
  }
}
.version-201910.index-page section.feature .header .partner ul li {
  font-size: 0;
  line-height: 0;
  color: transparent;
}
@media (min-width: 320px) and (max-width: 767px) {
  .version-201910.index-page section.feature .header .partner ul li {
    flex: 0 0 50%;
  }
}
.version-201910.index-page section.feature .header .partner ul li:before {
  content: "";
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 1025px) {
  .version-201910.index-page section.feature .header .partner ul li:before {
    height: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .version-201910.index-page section.feature .header .partner ul li:before {
    height: 56px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .version-201910.index-page section.feature .header .partner ul li:before {
    height: 72px;
  }
}
.version-201910.index-page section.feature .header .partner ul li.agoda:before {
  background-image: url("../img/gf-logo-agoda.png");
}
@media (min-width: 768px) {
  .version-201910.index-page section.feature .header .partner ul li.agoda:before {
    width: 124px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .version-201910.index-page section.feature .header .partner ul li.agoda:before {
    width: 100%;
  }
}
.version-201910.index-page section.feature .header .partner ul li.expedia:before {
  background-image: url("../img/gf-logo-expedia.png");
}
@media (min-width: 768px) {
  .version-201910.index-page section.feature .header .partner ul li.expedia:before {
    width: 104px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .version-201910.index-page section.feature .header .partner ul li.expedia:before {
    width: 100%;
  }
}
.version-201910.index-page section.feature .header .partner ul li.uob-travel:before {
  background-image: url("../img/gf-logo-uobtravel.png");
}
@media (min-width: 768px) {
  .version-201910.index-page section.feature .header .partner ul li.uob-travel:before {
    width: 166px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .version-201910.index-page section.feature .header .partner ul li.uob-travel:before {
    width: 100%;
  }
}
.version-201910.index-page section.feature .header .partner ul li.kaligo:before {
  background-image: url("../img/gf-logo-kaligo.png");
}
@media (min-width: 768px) {
  .version-201910.index-page section.feature .header .partner ul li.kaligo:before {
    width: 132px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .version-201910.index-page section.feature .header .partner ul li.kaligo:before {
    margin-right: 48px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .version-201910.index-page section.feature .header .partner ul li.kaligo:before {
    width: 100%;
  }
}
.version-201910.index-page section.feature .header .description {
  text-align: center;
}
.version-201910.index-page section.feature .header .description p {
  font-weight: 300;
}
@media (min-width: 1025px) {
  .version-201910.index-page section.feature .header .description p {
    display: inline-block;
    margin-left: 64px;
  }
}
@media (min-width: 768px) {
  .version-201910.index-page section.feature .header .description p {
    font-size: 24px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .version-201910.index-page section.feature .header .description p {
    font-size: 20px;
  }
}
.version-201910.index-page section.feature .header .description a {
  display: inline-block;
  padding: 6px 32px 2px;
  text-transform: uppercase;
  font-weight: 300;
  border-radius: 16px;
  background-color: #a19588;
  color: white;
}
@media (min-width: 1025px) {
  .version-201910.index-page section.feature .header .description a {
    margin-left: 16px;
  }
}
.version-201910.index-page section.feature .header .background {
  position: relative;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.version-201910.index-page section.feature .header .background img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .version-201910.index-page section.feature .header .background img {
    min-height: 576px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .version-201910.index-page section.feature .header .background img {
    width: auto;
    height: 100%;
  }
}
.version-201910.index-page section.feature .benefits {
  position: relative;
}
@media (min-width: 768px) {
  .version-201910.index-page section.feature .benefits {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
  }
}
.version-201910.index-page section.feature .benefits:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: -2px;
  left: 0;
  right: 0;
  height: 4px;
  background-image: url("../img/gf-line-h-gold.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.version-201910.index-page section.feature .benefits .miles {
  position: relative;
}
@media (min-width: 768px) {
  .version-201910.index-page section.feature .benefits .miles {
    flex: 0 0 33.33333333%;
  }
}
.version-201910.index-page section.feature .benefits .miles:before {
  content: "";
  display: block;
  padding-top: 100%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .version-201910.index-page section.feature .benefits .miles:before {
    padding-top: 100%;
  }
}
.version-201910.index-page section.feature .benefits .miles > span.label {
  position: absolute;
  z-index: 1;
  left: 50%;
  display: inline-block;
  padding: 2px 4px 0;
  font-size: 10px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1;
  border-radius: 4px;
  background-color: white;
  color: #a19588;
}
@media (min-width: 768px) {
  .version-201910.index-page section.feature .benefits .miles > span.label {
    top: 16px;
  }
}
@media (min-width: 1025px) {
  .version-201910.index-page section.feature .benefits .miles > span.label {
    margin-left: -100px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .version-201910.index-page section.feature .benefits .miles > span.label {
    margin-left: -74px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .version-201910.index-page section.feature .benefits .miles > span.label {
    top: 20px;
    margin-left: -80px;
  }
}
.version-201910.index-page section.feature .benefits .miles > h4 {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin: 0;
  font-weight: 300;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  .version-201910.index-page section.feature .benefits .miles > h4 {
    top: 32px;
  }
}
@media (min-width: 1025px) {
  .version-201910.index-page section.feature .benefits .miles > h4 {
    padding: 0 32px;
    font-size: 32px;
    line-height: 1;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .version-201910.index-page section.feature .benefits .miles > h4 {
    padding: 0 16px;
    font-size: 24px;
    line-height: 1;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .version-201910.index-page section.feature .benefits .miles > h4 {
    top: 40px;
    padding: 0 16px;
    font-size: 28px;
    line-height: 1;
  }
}
.version-201910.index-page section.feature .benefits .miles > h4 sup {
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  font-size: 0.5em;
  line-height: 1;
}
.version-201910.index-page section.feature .benefits .miles > h4:after {
  content: "";
  display: block;
  width: 160px;
  height: 24px;
  margin: -8px auto 0;
  background-image: url("../img/arrow.png");
  background-position: right center;
  background-repeat: no-repeat;
}
.version-201910.index-page section.feature .benefits .miles > p {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin: 0;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
@media (min-width: 1025px) {
  .version-201910.index-page section.feature .benefits .miles > p {
    top: 80px;
    padding: 0 32px;
    font-size: 16px;
    line-height: 1;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .version-201910.index-page section.feature .benefits .miles > p {
    top: 68px;
    padding: 0 16px;
    font-size: 14px;
    line-height: 1.14285714;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .version-201910.index-page section.feature .benefits .miles > p {
    top: 80px;
    padding: 0 16px;
    font-size: 16px;
    line-height: 1;
  }
}
.version-201910.index-page section.feature .benefits .miles > p span {
  display: inline-block;
  line-height: 1.14285714;
  white-space: nowrap;
}
.version-201910.index-page section.feature .benefits .miles .picture {
  position: relative;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.version-201910.index-page section.feature .benefits .miles .picture img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: auto;
}
.version-201910.index-page section.feature .benefits .miles .picture img {
  width: auto;
  height: 100%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .version-201910.index-page section.feature .benefits .miles .picture img {
    width: auto;
    height: 100%;
  }
}
.version-201910.index-page section.feature .benefits .miles .flag {
  position: absolute;
  z-index: 1;
  left: 50%;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 300;
  color: #ffffff;
}
@media (min-width: 1025px) {
  .version-201910.index-page section.feature .benefits .miles .flag {
    top: 16px;
    margin-left: -60px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .version-201910.index-page section.feature .benefits .miles .flag {
    top: 17px;
    margin-left: -46px;
    font-size: 14px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .version-201910.index-page section.feature .benefits .miles .flag {
    top: 24px;
    margin-left: -53px;
    font-size: 14px;
  }
}
.version-201910.index-page section.feature .tnc-note {
  position: relative;
  padding: 64px 24px;
  background-color: #10253F;
}
.version-201910.index-page section.feature .tnc-note:before,
.version-201910.index-page section.feature .tnc-note:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  height: 4px;
  background-image: url("../img/gf-line-h-gold.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.version-201910.index-page section.feature .tnc-note:before {
  top: -2px;
}
.version-201910.index-page section.feature .tnc-note:after {
  bottom: -2px;
}
.version-201910.index-page section.feature .tnc-note h4,
.version-201910.index-page section.feature .tnc-note p,
.version-201910.index-page section.feature .tnc-note ul {
  max-width: 768px;
  padding: 0;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (min-width: 768px) {
  .version-201910.index-page section.feature .tnc-note h4,
  .version-201910.index-page section.feature .tnc-note p,
  .version-201910.index-page section.feature .tnc-note li {
    font-size: 20px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .version-201910.index-page section.feature .tnc-note h4,
  .version-201910.index-page section.feature .tnc-note p,
  .version-201910.index-page section.feature .tnc-note li {
    font-size: 16px;
  }
}
.version-201910.index-page section.feature .tnc-note sup {
  margin-left: 2px;
}
.version-201910.index-page section.feature .tnc-note p,
.version-201910.index-page section.feature .tnc-note li {
  font-weight: 300;
}
.version-201910.index-page section.feature .tnc-note p sup,
.version-201910.index-page section.feature .tnc-note li sup {
  top: -8px;
  font-size: 60%;
}
.version-201910.index-page section.feature .tnc-note h4 {
  font-weight: 600;
  color: #a19588;
}
@media (min-width: 320px) and (max-width: 767px) {
  .version-201910.index-page section.feature .tnc-note h4 {
    padding: 0 32px;
  }
}
.version-201910.index-page section.feature .tnc-note h4 sup {
  top: 0;
  font-size: 100%;
}
.version-201910.index-page section.feature .tnc-note ul {
  list-style-position: inside;
}
@media (min-width: 320px) and (max-width: 767px) {
  .version-201910.index-page section.feature .tnc-note li {
    padding: 0 24px;
  }
}
.version-201910.index-page section.feature .tnc-note p {
  margin-top: 32px;
}
.version-201910.index-page section.feature .exclusive {
  position: relative;
  padding: 24px;
  background-color: #10253F;
  /* .exclusive-list { .flexbox; .flexflow; .flexjustify(space-between); .padding(0 150px);
          @media @phone { .flexflow(row wrap); .padding(0);}
          dl { .position(relative); .flex(0 0 auto); .padding(0 8px 0 96px); .margin(16px 0); color: #a19588;
            @media @phone { .flex(1 1 100%);
              &:not(:first-of-type) { .margintop(16px);}
            }
            @media @tablet { .flex(1 1 (100%/3)); .padding(0 8px 0 64px);}
            &:before { content: ""; .position(absolute); .top(8px); .bottom(8px); .left(16px); .width(64px); .bgcontain;
              @media @tablet { .left(8px); .width(48px);}
            }
            &.miles {
              dt { .textsize(48px); .leading(1);
                @media @tablet { .textsize(32px);}
              }
              &.miles44 {
                &:before { .bgimg("@{img}/exclusive-4miles.svg");}
              }
              &.miles20 {
                &:before { .bgimg("@{img}/exclusive-20k.svg");}
                dt {
                  span { .marginleft(84px);}
                }
              }
            }
            &.airporttransfers {
              &:before { .bgimg("@{img}/exclusive-8airport.svg");
                @media @tablet { .top(0);}
              }
              dt { .paddingleft(4px); .textsize(48px); .leading(1);
                @media @tablet { .paddingleft(8px); .textsize(32px);}
                span { .marginleft(-4px);
                  @media @tablet { .marginleft(-8px);}
                }
                strong { .position(absolute); .top(16px); .width(144px); .marginleft(-16px); .textsize(24px); .textcase(uppercase); .leading(0.9); .weight(normal);
                  @media @tablet { .marginleft(-17px); .textsize(17px);}
                }
              }
            }
          }
          dt { .paddingtop(16px); .weight(300);
            span { .position(absolute); .top; .block; .textsize(14px); .leading(1);}
          }
          dd { .margintop(-8px); .textsize(11px); .textcase(uppercase);
            @media @tablet { .margintop(-4px);}
            sup { .top(-4px); .textsize(75%);}
          }
        } */
}
@media (min-width: 1025px) {
  .version-201910.index-page section.feature .exclusive {
    padding: 48px 24px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .version-201910.index-page section.feature .exclusive {
    padding: 24px 8px;
  }
}
.version-201910.index-page section.feature .exclusive:before,
.version-201910.index-page section.feature .exclusive:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  height: 4px;
  background-image: url("../img/gf-line-h-gold.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.version-201910.index-page section.feature .exclusive:before {
  top: -2px;
}
.version-201910.index-page section.feature .exclusive:after {
  bottom: -2px;
}
.version-201910.index-page section.feature .exclusive > .wrapper {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 320px) and (max-width: 767px) {
  .version-201910.index-page section.feature .exclusive > .wrapper {
    max-width: 304px;
  }
}
.version-201910.index-page section.feature .exclusive h4 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
}
@media (min-width: 320px) and (max-width: 767px) {
  .version-201910.index-page section.feature .exclusive h4 {
    padding: 0 8px;
  }
}
.version-201910.index-page section.feature .exclusive h4 sup {
  top: 0;
  font-size: 100%;
  font-weight: normal;
}
.version-201910.index-page section.feature .exclusive .exclusive-list {
  display: flex;
  justify-content: space-around;
}
@media (min-width: 320px) and (max-width: 767px) {
  .version-201910.index-page section.feature .exclusive .exclusive-list {
    flex-flow: column wrap;
    justify-content: center;
  }
}
.version-201910.index-page section.feature .exclusive .exclusive-list > dl {
  position: relative;
  flex: 1 1 30%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-around;
  margin: 0;
  padding: 24px 16px 0;
  color: #A39689;
}
@media (min-width: 768px) {
  .version-201910.index-page section.feature .exclusive .exclusive-list > dl {
    max-width: 216px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .version-201910.index-page section.feature .exclusive .exclusive-list > dl {
    max-width: 304px;
  }
  .version-201910.index-page section.feature .exclusive .exclusive-list > dl:not(:first-child) {
    margin-top: 24px;
  }
}
.version-201910.index-page section.feature .exclusive .exclusive-list > dl:before {
  content: "";
  flex: 0 0 96px;
  margin-bottom: 24px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.version-201910.index-page section.feature .exclusive .exclusive-list > dl.miles-3:before {
  background-image: url("../img/icon-feature-excl-up-to-3-miles.svg");
}
.version-201910.index-page section.feature .exclusive .exclusive-list > dl.miles-3 dt span {
  font-size: 11px;
  line-height: 1.33333333;
}
@media (min-width: 768px) {
  .version-201910.index-page section.feature .exclusive .exclusive-list > dl.miles-3 dt span {
    top: -20px;
    left: 30px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .version-201910.index-page section.feature .exclusive .exclusive-list > dl.miles-3 dt span {
    top: -20px;
    left: 75px;
  }
}
@media (min-width: 768px) {
  html[data-useragent*="rv:11.0"] .version-201910.index-page section.feature .exclusive .exclusive-list > dl.miles-3 dt {
    min-height: 28px;
  }
  html[data-useragent*="rv:11.0"] .version-201910.index-page section.feature .exclusive .exclusive-list > dl.miles-3 dt span {
    margin-left: 4px;
  }
  html[data-useragent*="rv:11.0"] .version-201910.index-page section.feature .exclusive .exclusive-list > dl.miles-3 dd {
    min-height: 52px;
  }
  html[data-useragent*="rv:11.0"] .version-201910.index-page section.feature .exclusive .exclusive-list > dl.miles-3 dd.note {
    min-height: 32px;
  }
}
.version-201910.index-page section.feature .exclusive .exclusive-list > dl.miles-20k:before {
  background-image: url("../img/icon-feature-excl-20k-miles.svg");
}
@media (min-width: 768px) {
  .version-201910.index-page section.feature .exclusive .exclusive-list > dl.miles-20k dt span {
    top: -20px;
    left: 86px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .version-201910.index-page section.feature .exclusive .exclusive-list > dl.miles-20k dt span {
    top: -20px;
    left: 132px;
  }
}
html[data-useragent*="rv:11.0"] .version-201910.index-page section.feature .exclusive .exclusive-list > dl.miles-20k dt {
  min-height: 80px;
}
html[data-useragent*="rv:11.0"] .version-201910.index-page section.feature .exclusive .exclusive-list > dl.miles-20k dd.note {
  min-height: 32px;
}
.version-201910.index-page section.feature .exclusive .exclusive-list > dl.airport-transfers:before {
  background-image: url("../img/icon-feature-excl-compliment-airport-transfers.svg");
}
.version-201910.index-page section.feature .exclusive .exclusive-list > dl.airport-transfers dt span {
  left: 0;
  right: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .version-201910.index-page section.feature .exclusive .exclusive-list > dl.airport-transfers dt span {
    top: -20px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .version-201910.index-page section.feature .exclusive .exclusive-list > dl.airport-transfers dt span {
    top: -20px;
  }
}
html[data-useragent*="rv:11.0"] .version-201910.index-page section.feature .exclusive .exclusive-list > dl.airport-transfers dt {
  min-height: 80px;
}
html[data-useragent*="rv:11.0"] .version-201910.index-page section.feature .exclusive .exclusive-list > dl.airport-transfers dd.note {
  min-height: 32px;
}
.version-201910.index-page section.feature .exclusive .exclusive-list > dl dt {
  position: relative;
  flex: 1 1 100%;
  display: flex;
  flex-flow: row wrap;
}
.version-201910.index-page section.feature .exclusive .exclusive-list > dl dt span {
  position: absolute;
  flex: 1 1 100%;
  display: block;
  font-size: 14px;
  line-height: 1.14285714;
  font-weight: normal;
}
.version-201910.index-page section.feature .exclusive .exclusive-list > dl dt strong {
  flex: 1 1 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-size: 32px;
  line-height: 0.875;
  text-align: center;
  font-weight: 300;
  color: white;
}
.version-201910.index-page section.feature .exclusive .exclusive-list > dl dt strong sup {
  flex: 0 0 auto;
  display: block;
  box-sizing: border-box;
  margin-left: 4px;
  padding: 2px 2px 0;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 6px;
  background-color: white;
  border: 1px solid #A39689;
  color: #A39689;
  -webkit-transform: skewX(-12deg);
          transform: skewX(-12deg);
}
.version-201910.index-page section.feature .exclusive .exclusive-list > dl dd {
  flex: 1 1 100%;
  padding-top: 4px;
  font-size: 14px;
  line-height: 1.14285714;
  text-align: center;
}
.version-201910.index-page section.feature .exclusive .exclusive-list > dl dd.note {
  flex: 0 0 auto;
  min-height: 32px;
  padding-top: 16px;
  font-size: 11px;
  line-height: 1.45454545;
}
.version-201910.index-page section.feature .exclusive .exclusive-list > dl dd.note sup {
  font-size: 0.75em;
  line-height: 1em;
}
.version-201910.index-page section.promo {
  padding: 32px;
  padding-top: 60px;
  background-size: contain;
}
.version-201910.index-page section.promo .header .title {
  margin: 0;
  font-weight: 300;
  color: #2d547b;
}
.version-201910.index-page section.promo .content .expand a {
  display: block;
  text-align: center;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  color: transparent;
}
.version-201910.index-page section.promo .content .expand a:before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  margin: 0 auto;
  background-image: url("../img/icon-plus.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.version-201910.index-page section.promo .content .expand a.active:before {
  background-image: url("../img/icon-minus.svg");
}
.version-201910.index-page section.promo .banner-box {
  max-width: 940px;
  margin: 24px auto;
  background-color: white;
}
.version-201910.index-page section.promo .banner-box.collapsible {
  display: none;
}
.version-201910.index-page section.promo .banner-box > .wrapper {
  padding: 24px;
}
@media (min-width: 768px) {
  .version-201910.index-page section.promo .banner-box > .wrapper {
    display: flex;
    flex-flow: row nowrap;
  }
}
.version-201910.index-page section.promo .banner-box .banner-illus {
  position: relative;
}
@media (min-width: 1025px) {
  .version-201910.index-page section.promo .banner-box .banner-illus {
    flex: 0 0 300px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .version-201910.index-page section.promo .banner-box .banner-illus {
    flex: 0 0 240px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .version-201910.index-page section.promo .banner-box .banner-illus {
    margin-bottom: 24px;
  }
}
.version-201910.index-page section.promo .banner-box .banner-illus img {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 40px;
}
.version-201910.index-page section.promo .banner-box .banner-illus:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("../img/bonus-mils-bg.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-position: center top;
}
@media (min-width: 768px) {
  .version-201910.index-page section.promo .banner-box .banner-content {
    flex: 1 1 100%;
    padding-left: 24px;
  }
}
.version-201910.index-page section.promo .banner-box .banner-content h4 {
  font-weight: bold;
  color: #2d547b;
}
.version-201910.index-page section.promo .banner-box .banner-content p {
  margin-bottom: 16px;
}
.version-201910.index-page section.promo .banner-box .banner-content p:last-child {
  margin-bottom: 0;
}
.version-201910.index-page section.promo .banner-box .banner-content p.message {
  font-size: 16px;
  line-height: 1.25;
  color: #2d547b;
}
.version-201910.index-page section.promo .banner-box .banner-content p.message.highlight {
  font-style: italic;
}
.version-201910.index-page section.promo .banner-box .banner-content p.note {
  font-size: 14px;
  line-height: 1.14285714;
  color: #666666;
}
.version-201910.index-page section.promo .banner-box .banner-content p.note a {
  text-decoration: underline;
}
.version-201910.index-page section.promo .banner-box .banner-content p.link a {
  padding: 8px 12px 4px;
}
.version-201910.index-page section.promo .banner-box .banner-content ul {
  color: #2d547b;
}
.version-201910.index-page section.promo .banner-box .list {
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 16px;
}
.version-201910.index-page section.promo .banner-box .list .list-num {
  flex: 0 0 32px;
}
.version-201910.index-page section.promo .banner-box .list .list-num img {
  width: 100%;
}
.version-201910.index-page section.promo .banner-box .list .list-content {
  padding-left: 24px;
}
.version-201910.index-page section.privileges .boxed-blue {
  height: auto;
}
.version-201910.index-page section.privileges .border-header {
  width: unset;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .version-201910.index-page section.privileges .travel-convenience-container .media .media-left,
  .version-201910.index-page section.privileges .redeem-anything-container .media .media-left {
    width: 64px;
    padding-right: 16px;
  }
  .version-201910.index-page section.privileges .travel-convenience-container .media .media-left img,
  .version-201910.index-page section.privileges .redeem-anything-container .media .media-left img {
    width: 100%;
  }
  .version-201910.index-page section.privileges .travel-convenience-container .media .media-left .icons,
  .version-201910.index-page section.privileges .redeem-anything-container .media .media-left .icons {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .version-201910.index-page section.privileges .travel-convenience-container .media .media-body,
  .version-201910.index-page section.privileges .redeem-anything-container .media .media-body {
    width: auto;
    padding-left: 0;
    font-size: 16px;
    line-height: 1.25;
  }
}
.version-201910.index-page .modal#modal6Miles .modal-body-header {
  margin-bottom: 32px;
}
.version-201910.index-page .modal#modal6Miles .modal-body-header h2 {
  margin: 0;
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .version-201910.index-page .modal#modal6Miles .modal-body-header .description {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
  }
}
.version-201910.index-page .modal#modal6Miles .modal-body-header .description h3,
.version-201910.index-page .modal#modal6Miles .modal-body-header .description p {
  margin: 0;
}
.version-201910.index-page .modal#modal6Miles .modal-body-header .description h3 {
  position: relative;
}
.version-201910.index-page .modal#modal6Miles .modal-body-header .description h3:before {
  /* content: "UP TO"; */
  position: absolute;
  right: 0;
  font-size: 14px;
  line-height: 1;
  font-weight: 300;
}
@media (min-width: 768px) {
  .version-201910.index-page .modal#modal6Miles .modal-body-header .description h3:before {
    top: -20px;
    margin-right: 168px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .version-201910.index-page .modal#modal6Miles .modal-body-header .description h3:before {
    top: -20px;
    margin-right: 200px;
  }
}
@media (min-width: 768px) {
  .version-201910.index-page .modal#modal6Miles .modal-body-header .description h3 {
    flex: 0 0 240px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .version-201910.index-page .modal#modal6Miles .modal-body-header .description h3 {
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) {
  .version-201910.index-page .modal#modal6Miles .modal-body-header .description p {
    flex: 0 0 292px;
  }
}
@media (min-width: 768px) {
  .version-201910.index-page .modal#modal6Miles .modal-body-content .agencies {
    display: flex;
    flex-flow: row nowrap;
    padding: 16px 32px;
  }
}
@media (min-width: 1025px) {
  .version-201910.index-page .modal#modal6Miles .modal-body-content .agencies {
    align-items: center;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .version-201910.index-page .modal#modal6Miles .modal-body-content .agencies {
    padding: 16px;
  }
}
.version-201910.index-page .modal#modal6Miles .modal-body-content .agencies:nth-of-type(odd) {
  background-color: #e6ebf2;
}
.version-201910.index-page .modal#modal6Miles .modal-body-content .agencies:nth-of-type(even) {
  background-color: #dce3ed;
}
.version-201910.index-page .modal#modal6Miles .modal-body-content .agencies.expedia h4.agency:before {
  height: 48px;
  background-image: url("../img/gf-agency-expedia.png");
}
.version-201910.index-page .modal#modal6Miles .modal-body-content .agencies.agoda h4.agency:before {
  height: 48px;
  background-image: url("../img/gf-agency-agoda.png");
}
.version-201910.index-page .modal#modal6Miles .modal-body-content .agencies.uob-travel h4.agency:before {
  height: 32px;
  background-image: url("../img/gf-agency-uobtravel.png");
}
.version-201910.index-page .modal#modal6Miles .modal-body-content .agencies.kaligo h4.agency:before {
  height: 152px;
  background-image: url("../img/gf-agency-kaligo.png");
}
.version-201910.index-page .modal#modal6Miles .modal-body-content .agencies h4.agency {
  margin: 0;
  font-size: 0;
  line-height: 0;
  color: transparent;
}
@media (min-width: 768px) {
  .version-201910.index-page .modal#modal6Miles .modal-body-content .agencies h4.agency {
    padding-right: 32px;
  }
}
@media (min-width: 1025px) {
  .version-201910.index-page .modal#modal6Miles .modal-body-content .agencies h4.agency {
    flex: 320px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .version-201910.index-page .modal#modal6Miles .modal-body-content .agencies h4.agency {
    flex: 240px;
  }
}
.version-201910.index-page .modal#modal6Miles .modal-body-content .agencies h4.agency:before {
  content: "";
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .version-201910.index-page .modal#modal6Miles .modal-body-content .agencies h4.agency:before {
    margin-top: 16px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .version-201910.index-page .modal#modal6Miles .modal-body-content .agencies h4.agency:before {
    width: 100%;
    margin: 16px 0 24px;
  }
}
.version-201910.index-page .modal#modal6Miles .modal-body-content .agencies a {
  color: #2d547b;
}
@media (min-width: 768px) {
  .version-201910.index-page .modal#modal6Miles .modal-body-content .agencies .details {
    flex: 1 1 100%;
  }
}
.version-201910.index-page .modal#modal6Miles .modal-body-content .agencies .airlines {
  padding: 16px;
  background-color: white;
}
@media (min-width: 1025px) {
  .version-201910.index-page .modal#modal6Miles .modal-body-content .agencies .airlines {
    display: flex;
    flex-flow: row wrap;
  }
}
.version-201910.index-page .modal#modal6Miles .modal-body-content .agencies .airlines h5 {
  margin: 0;
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 600;
}
@media (min-width: 1025px) {
  .version-201910.index-page .modal#modal6Miles .modal-body-content .agencies .airlines h5 {
    flex: 1 1 100%;
  }
}
.version-201910.index-page .modal#modal6Miles .modal-body-content .agencies .airlines ul {
  margin: 0;
}
@media (min-width: 1025px) {
  .version-201910.index-page .modal#modal6Miles .modal-body-content .agencies .airlines ul {
    flex: 1 1 50%;
  }
}
.version-201910.index-page .modal#modal6Miles .modal-body-content .agencies .hotels {
  margin: 16px;
}
.version-201910.index-page .modal#modal6Miles .modal-body-content .agencies .hotels h5 {
  margin: 0;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 600;
}
.version-201910.index-page .modal#modal6Miles .modal-body-content .agencies .hotels p {
  margin: 24px 0;
}
.version-201910.index-page .modal#modal6Miles .modal-body-content .agencies .hotels p.footnote {
  font-style: italic;
}
.version-201910.index-page .modal#modal6Miles .modal-body-footer {
  margin-top: 24px;
  font-size: 14px;
  text-align: left;
}
.version-201910.index-page .modal#modal6Miles .modal-body-footer h5 {
  font-size: 14px;
}
.version-201910.index-page .modal#modal6Miles .modal-body-footer p {
  margin: 0;
  padding: 16px 0;
}
.version-201910.index-page .modal#modal6Miles .modal-body-footer a {
  color: #2d547b;
}
@media (min-width: 320px) and (max-width: 360px) {
  .version-201910 section.privileges .boxed-blue .nav-tabs.nav-justified > li > a {
    padding-left: 4px;
    padding-right: 4px;
  }
}
/* 2021-11 Mod */
.mod-202111.index-page section.home {
  background-color: #0F1422;
}
.mod-202111.index-page section.home .background {
  background-image: unset;
}
.mod-202111.index-page section.feature .header {
  padding-top: 56px;
  padding-bottom: 160px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .mod-202111.index-page section.feature .header {
    padding-bottom: 32px;
  }
}
.mod-202111.index-page section.feature .header .description {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  margin: 24px 32px;
}
.mod-202111.index-page section.feature .header .description p {
  margin: 0;
  flex: 1 1 100%;
  margin-bottom: 16px;
}
.mod-202111.index-page section.feature .header .partner {
  max-width: 100% !important;
  margin: 32px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .mod-202111.index-page section.feature .header .partner {
    margin-bottom: 0;
  }
}
.mod-202111.index-page section.feature .header .partner ul {
  flex-flow: row wrap;
  justify-content: center;
}
.mod-202111.index-page section.feature .header .partner ul li {
  flex: 0 0 auto;
  padding: 0 32px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .mod-202111.index-page section.feature .header .partner ul li {
    margin: 16px 0;
  }
  .version-201910.index-page section.home > .wrapper {
    height:800px;
  }
}
.mod-202111.index-page section.feature .header .partner ul li:before {
  display: none !important;
}
.mod-202111.index-page section.feature .header .partner ul li img {
  width: auto;
  height: 64px;
}
/*# sourceMappingURL=main-new.css.map */

.over-44miles-apply-now {
  display: block; 
  color: #FFF;
  border-bottom: 2px solid white;
  max-width: 150px;
  margin: 0 auto !important;
  /* margin-left: -15px; */
  line-height: 20px !important;
}

.over-44miles-apply-now:hover {
  border-bottom: 2px solid #23527c;
  text-decoration: none;
}
.over-44miles-apply-now:active {
  text-decoration: none;
}