@charset "UTF-8";
@font-face {
  font-family: 'scandinaviannewbold';
  src: url('../fonts/scandinaviannew-bold-webfont.woff2') format('woff2'), url('../fonts/scandinaviannew-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'scandinavian_newheadline';
  src: url('../fonts/scandinaviannew-headline-webfont.woff2') format('woff2'), url('../fonts/scandinaviannew-headline-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'scandinaviannewregular';
  src: url('../fonts/scandinaviannew-regular-webfont.woff2') format('woff2'), url('../fonts/scandinaviannew-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
h1, h2, h3, h4, h5, table, li, ul, form-group, td, card, card-body, row, input {
  font-family: 'scandinaviannewregular', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: normal !important;
}
p {
  font-family: 'scandinaviannewregular', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 400;
  font-weight: normal;
  font-size: 16px;
}
a {
  font-family: 'scandinaviannewregular', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 600;
  color: #003df5 !important;
}
a:hover {
  opacity: 0.5;
}
#header[data-transparent="true"] + .inspiro-slider, #header[data-transparent="true"] + #slider {
  min-height: 500px;
}
.choosesection {
  padding: 0px 100px 20px 100px;
  margin-top: -50px;
}
#header .header-inner, #header #header-wrap {
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.06);
}
#header.header-sticky.sticky-active .header-inner, #header.header-sticky.sticky-active #header-wrap {
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.06) !important;
}
.flexer, .progress-indicator {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex
}
.no-flexer, .progress-indicator.stacked {
  display: block
}
.no-flexer-element {
  -ms-flex: 0;
  -webkit-flex: 0;
  -moz-flex: 0;
  flex: 0
}
.flexer-element, .progress-indicator > li {
  -ms-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1
}
.progress-indicator {
  border-radius: 15px;
  margin: -20px 0 15px 0;
  padding: 25px 0 12px 0;
  font-size: 100%;
  z-index: 5;
  text-transform: uppercase
}
.progress-indicator > li {
  list-style: none;
  text-align: center;
  width: auto;
  padding: 0;
  margin: 0;
  position: relative;
  text-overflow: ellipsis;
  color: #bbb;
  z-index: 5;
  display: block;
}
.progress-indicator > li:hover {
  color: #f3f1e8;
}
.progress-indicator > li.completed, .progress-indicator > li.completed .bubble {
  color: #003df5
}
.progress-indicator > li .bubble {
  font-size: 30px;
  padding: 13px;
  font-weight: 800;
  border-radius: 1000px;
  width: 50px;
  height: 50px;
  background-color: #d2d2d2;
  display: block;
  margin: 0 auto .5em;
  border-bottom: 1px solid #d2d2d2;
  z-index: 5;
}
.progress-indicator > li .bubble:after, .progress-indicator > li .bubble:before {
  display: block;
  position: absolute;
  top: 12px;
  width: 100%;
  height: 3px;
  content: '';
  background-color: #d2d2d2;
  z-index: -1
}
.progress-indicator > li.completed .bubble, .progress-indicator > li.completed .bubble:after, .progress-indicator > li.completed .bubble:before {
  background-color: #003df5;
  border-color: #003df5;
}
.progress-indicator > li .bubble:before {
  top: 35%;
  height: 8px;
  left: 0
}
.progress-indicator > li .bubble:after {
  top: 35%;
  height: 8px;
  right: 0
}
.progress-indicator > li:first-child .bubble:after, .progress-indicator > li:first-child .bubble:before {
  top: 35%;
  height: 8px;
  width: 50%;
  margin-left: 50%
}
.progress-indicator > li:last-child .bubble:after, .progress-indicator > li:last-child .bubble:before {
  top: 35%;
  height: 8px;
  width: 50%;
  margin-right: 50%
}
.progress-indicator > li.active, .progress-indicator > li.active .bubble {
  color: #d2d2d2
}
.progress-indicator > li.active .bubble, .progress-indicator > li.active .bubble:after, .progress-indicator > li.active .bubble:before {
  background-color: #d2d2d2;
  border-color: #d2d2d2
}
.progress-indicator > li a:hover .bubble, .progress-indicator > li a:hover .bubble:after, .progress-indicator > li a:hover .bubble:before {
  background-color: #d2d2d2;
  border-color: #d2d2d2
}
.progress-indicator > li a:hover .bubble {
  color: #d2d2d2
}
.progress-indicator > li.danger .bubble, .progress-indicator > li.danger .bubble:after, .progress-indicator > li.danger .bubble:before {
  background-color: #d2d2d2;
  border-color: #d2d2d2
}
.progress-indicator > li.danger .bubble {
  color: #d2d2d2
}
.progress-indicator > li.warning .bubble, .progress-indicator > li.warning .bubble:after, .progress-indicator > li.warning .bubble:before {
  background-color: #d2d2d2;
  border-color: #d2d2d2;
}
.progress-indicator > li.warning .bubble {
  color: #d2d2d2
}
.progress-indicator > li.info .bubble, .progress-indicator > li.info .bubble:after, .progress-indicator > li.info .bubble:before {
  background-color: #d2d2d2;
  border-color: #d2d2d2
}
.progress-indicator > li.info .bubble {
  color: #d2d2d2
}
.progress-indicator.stacked > li {
  text-indent: -10px;
  text-align: center;
  display: block
}
.progress-indicator.stacked > li .bubble:after, .progress-indicator.stacked > li .bubble:before {
  left: 50%;
  margin-left: -1.5px;
  width: 3px;
  height: 100%
}
.progress-indicator.stacked .stacked-text {
  position: relative;
  z-index: 10;
  top: 0;
  margin-left: 60% !important;
  width: 45% !important;
  display: inline-block;
  text-align: left;
  line-height: 1.2em
}
.progress-indicator.stacked > li a {
  border: none
}
.progress-indicator.stacked.nocenter > li .bubble {
  margin-left: 0;
  margin-right: 0
}
.progress-indicator.stacked.nocenter > li .bubble:after, .progress-indicator.stacked.nocenter > li .bubble:before {
  left: 10px
}
.progress-indicator.stacked.nocenter .stacked-text {
  width: auto !important;
  display: block;
  margin-left: 40px !important
}
.card {
  border-radius: 25px !important;
  border: none;
}
.card-body {
  padding: 2em;
}
.bubbletext {
  padding-top: 3px;
  color: #FFF !important;
}
.alert.alert-info {
  background-color: #003df5 !important;
  border-color: #003df5 !important;
}
.alert {
  z-index: 55 !important;
}
@media handheld, screen and (max-width:400px) {
  .progress-indicator {
    font-size: 60%
  }
}
#error-msg {
  color: #EA4335;
}
#valid-msg {
  color: #34A853;
}
body {
  color: #191919 !important;
  font-family: 'scandinaviannewregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
  z-index: 4;
}
.alert-danger {
  color: #0700bc !important;
  background-color: #EAF1FE !important;
  border-color: #EAF1FE !important;
}
.SAS-pic-bg img {
  width: 500px;
  padding: 0 20px 0 0;
}
.SAS-pic-bg {
  padding: 20px;
}
.form-apply-button a:hover {
  color: #a1cdec !important
}
.form-control {
  border: 1px solid #989898 !important;
  height: calc(1.5em + .75rem + 12px)
}
.float_center > .child {
  position: relative
}
.clear {
  clear: both
}
.section-bg-light-grey-SAS {
  background-position: top right;
  background-color: #fff !important;
  margin: 0;
  padding: 0
}
.section-bg-SAS-home {
  background: url(../images/SAS-home-bg.jpg) no-repeat;
  background-size: cover;
  background-position: top;
  background-color: #FFF !important;
  width: 100%;
  margin: 0;
  padding: 40px 0 100px
}
.white_curve {
  background: url(../images/whiteband.png) no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 95px;
  background-position: center;
  margin-top: 300px;
}
.white_curve_success {
  /*
  background: url(../images/whiteband.png) no-repeat;
  width: 100%;
  background-size: cover;
  min-height: 95px;
  margin-top: 175px;
  background-position: bottom;
  */
}
.curve_divider {
  background: url(../images/curve-divider.png) no-repeat;
  width: 100%;
  background-size: cover;
  min-height: 95px;
  background-position: center;
}
.landing-title-txt-SAS {
  font-family: 'scandinaviannewbold', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 28px;
  color: #000;
  max-width: 460px;
  line-height: 35px;
  margin-top: 90px;
}
.landing-title-txt-SAS-terms {
  font-family: 'scandinavian_newheadline', "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #003df5;
  padding: 20px 35px 10px 35px;
  display: inline-block;
  border-radius: 15px 15px 15px 0;
  max-width: 400px;
  font-size: 35px;
  color: #FFF;
  font-weight: 500;
  line-height: 42px;
  margin-top: 5px;
}
.landing-title-txt-SAS-terms ul {
  font-family: 'scandinaviannewregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 20px 20px 20px 0;
  margin: 0;
  font-size: 19px;
  color: #FFF;
  line-height: 26px;
  list-style: none;
}
.landing-title-txt-SAS-terms ul li {
  position: relative;
  padding-top: 10px;
  padding-left: 16px;
}
.landing-title-txt-SAS-terms ul li::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 10px;
}
.section-bg-SAS-success {
  background: url(../images/SAS-success-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 290px;
  background-color: #FFF !important;
  width: 100%;
  margin: 0;
  padding: 20px 0 0
}
.section-bg-SAS-faq {
  background: url(../images/faq_background.jpg) no-repeat;
  background-size: cover;
  background-position: bottom;
  min-height: 380px;
  width: 100%;
  margin: 0;
  padding: 10px 0 100px;
}
.header-txt-SAS {
  font-family: 'scandinaviannewregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  max-width: 75%;
  margin: 0 auto;
  margin-top: -20px;
  padding: 20px;
  color: #FFF;
  font-size: 34px;
  line-height: 1.2
}
.main-txt-SAS {
  width: 420px;
  margin-top: -50px;
  padding-top: 0px;
  text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.19);
  font-family: 'scandinaviannewregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: left;
  font-weight: 700;
  word-spacing: 1.5px;
  color: #FFF;
  font-size: 40px;
  line-height: 1.2
}
.faq-txt-SAS {
  font-family: 'scandinaviannewregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 100px 0 0 0;
  text-align: center;
  color: #FFF;
  font-weight: 600;
  font-size: 35px;
  line-height: 1.2
}
.termsinside {
  font-family: 'scandinaviannewregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding-top: 20px;
}
.column-middle-title-silver {
  font-family: 'scandinavian_newheadline', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 22px;
  padding-bottom: 10px;
  text-indent: -18px;
  font-weight: 600;
  color: #7d7c81;
}
.column-middle-title-gold {
  font-family: 'scandinavian_newheadline', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 22px;
  padding-bottom: 10px;
  text-indent: -18px;
  font-weight: 600;
  color: #ceb179
}
.column-middle-title-platinum {
  font-family: 'scandinavian_newheadline', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 22px;
  text-indent: -18px;
  padding-bottom: 10px;
  font-weight: 600;
  color: #191814;
}
.faqinside {
  font-family: 'scandinaviannewregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  padding-top: 40px;
}
.formcolumnbgsub {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  margin-top: 100px;
  padding-bottom: 20px;
  background-color: #FFF;
  -webkit-box-shadow: 0 0 8px -1px rgba(0, 0, 0, .35);
  box-shadow: 0 0 8px -1px rgba(0, 0, 0, .35)
}
.formtitle {
  font-family: 'scandinavian_newheadline', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #1d1d1d;
  text-align: center;
  font-weight: 600;
  max-width: 700px;
  margin: 0 auto;
  padding: 80px 0px 40px 0;
  font-size: 34px;
  line-height: 42px
}
.formtitle-body {
  font-family: 'scandinaviannewregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #30302f;
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
  font-weight: 400;
  padding: 20px 0px 30px 0;
  font-size: 24px;
  line-height: 32px
}
.formtitle2 {
  font-family: 'scandinavian_newheadline', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #30302f;
  text-align: center;
  font-weight: 600;
  padding: 60px 0px 10px 0;
  font-size: 34px;
  line-height: 38px
}
.sitetitle {
  font-family: 'scandinaviannewregular', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #1d1d1d;
  padding: 10px 0;
  font-size: 34px;
  line-height: 38px
}
.formtitlehome {
  font-family: 'scandinavian_newheadline', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #000;
  text-align: center;
  padding: 80px 20px 10px 20px;
  font-size: 34px;
  line-height: 30px
}
.input-group > .form-control:not(:last-child) {
  border-radius: 0px !important;
  font-family: 'scandinaviannewregular', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 17px !important;
}
input::placeholder {
  color: #747474 !important;
}
.formcolumn {
  float: left;
  width: 50%;
  padding: 10px
}
.formcolumnsub {
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 50%;
  padding: 10px
}
.formcolumnsubmiddle {
  display: flex;
  align-items: center;
  float: left;
  height: 430px;
  width: 50%;
  padding: 10px
}
.formcolumnsubmiddle-mobile {
  display: none;
}
.formcolumnsub.showmobile {
  display: none;
}
.column-middle-title {
  font-family: 'scandinaviannewregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 38px;
  color: #142228;
  padding-bottom: 50px;
}
.formcolumnbgsub .sectionimage img {
  width: 100%
}
.column-middle-text {
  text-align: left;
  font-size: 17px;
  padding: 50px 40px;
  width: 100%;
  line-height: 1.5
}
.formcolumnbg {
  border-radius: 15px;
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  background-color: #fff
}
.formcolumnbgsub {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 20px 40px 20px 40px;
  background-color: #FFF;
  border-radius: 15px;
}
.form-item-1 {
  margin-top: 50px;
  padding: 0;
  text-align: left;
  font-family: 'scandinaviannewregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #300b5c;
  font-size: 22px;
  line-height: 28px;
}
.step3formbut {
  margin: 20px;
  left: 35%;
}
.form-item-2 {
  margin-top: 15px;
  padding: 18px 20px;
  text-align: center;
  font-family: 'scandinaviannewregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #300b5c;
  font-size: 22px;
  line-height: 28px;
}
.form-apply-button-SAS {
  font-family: 'scandinaviannewregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 25px;
  text-align: center;
  position: relative;
  margin: 0 auto;
  padding: 12px 35px;
  background-color: #003df5;
  border: none !important;
  cursor: pointer;
  font-size: 21px;
  font-weight: 600;
  color: #fff;
}
.form-apply-button-SAS-cards {
  font-family: 'scandinavian_newheadline', "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 45px;
  display: inline-block !important;
  text-align: center;
  position: relative;
  margin: 0 auto;
  padding: 20px 35px;
  background-color: #fbdfc0;
  border: none !important;
  cursor: pointer;
  font-size: 21px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 70px;
  margin-top: -25px;
}
.form-apply-button-SAS-cards a {
  font-family: 'scandinavian_newheader', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #003df5 !important;
}
.section-bg-light-grey-tap {
  padding-top: 50px;
  background-color: #FFF;
}
.loyaltyrow {
  width: 81%;
  margin: 0 auto;
}
.loyaltyoption {
  margin: 40px 10px 0 10px;
  text-align: center;
  padding: 0px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.15);
}
.loyaltyheader {
  background-color: #fbfaf5;
}
.loyaltytext {
  font-size: 18px;
  padding: 10px 0;
}
.namecustom {
  width: 100% !important;
}
.rewardsimage {
  text-align: center;
  margin: 20px auto;
}
.rewardsimage img {
  width: 58%;
}
.form-apply-button-faq {
  font-family: 'scandinaviannewregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 25px;
  text-align: center;
  position: relative;
  margin: 0 auto;
  padding: 12px 35px;
  background-color: #ffffff;
  border: none !important;
  cursor: pointer;
  font-size: 21px;
  font-weight: 600;
  color: #000;
  display: inline-block;
}
.form-apply-button-faq a {
  font-family: 'scandinavian_newheader', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #003df5 !important;
}
button .form-apply-button-SAS {
  font-family: 'scandinaviannewregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
}
.form-apply-button-SAS a {
  font-family: 'scandinaviannewregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  cursor: pointer;
  font-size: 20px;
  color: #fff
}
.section-bg-light-grey-SAS {
  background-position: top right;
  background-color: #fbfaf5 !important;
  margin: 0;
  padding: 0
}
.section-bg-ltgrey {
  background-color: #f1f1ec;
  padding: 40px 0;
  color: #142228;
  margin: 0;
}
.section-bg-white {
  background-color: #FFF;
  padding: 40px 0 30px 0;
  color: #142228;
  margin: 0;
}
.section-bg-all-pages {
  background-color: #f5f3ee;
  padding: 40px 0;
  color: #142228;
  margin: 0;
}
.SAS-middle-text {
  padding: 60px 50px 10px;
  text-align: center;
}
.SAS-middle-text p {
  font-family: 'scandinaviannewregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #191919;
  font-size: 22px;
  padding: 20px;
  line-height: 30px
}
.column-middle-text {
  font-size: 18px;
}
.column-middle-text ul {
  margin-left: -29px;
}
.column-middle-text ul li {
  list-style: none;
  text-indent: -18px;
  line-height: 23px;
  padding: 0;
  margin: 0;
}
.column-middle-text ul > li:before {
  content: "-";
  text-indent: -20px;
  padding-right: 10px;
}
.column-middle-text2 {
  font-size: 18px;
}
.column-middle-text2 ul li {
  list-style: none;
  padding: 0;
  padding-right: 20px;
  margin: 0;
}
.card-title {
  padding: 80px 20px 20px;
  text-align: center;
  font-family: 'scandinaviannewregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #300b5c;
  font-size: 32px;
  line-height: 28px;
}
.apply-button-shell {
  text-align: center;
}
.faq-mission-txt-SAS {
  font-family: 'scandinavian_newheader', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  font-weight: 800;
  margin: 0 auto;
  text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.19);
  max-width: 600px;
  padding-top: 100px;
  color: #FFF;
  font-size: 42px;
  line-height: 1.2;
}
.faq-mission-txt-SAS-underneath {
  font-family: 'scandinaviannewregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  margin: 0 auto;
  max-width: 400px;
  text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.19);
  padding-top: 20px;
  color: #FFF;
  font-size: 22px;
  line-height: 1.2;
}
.footer-text-extra {
  margin: 40px 0;
  font-size: 11px;
  color: #142228;
}
.formattable {
  background-color: #FFF !important;
}
.formattable .tableheader {
  background-color: #ebebeb !important;
  font-size: 18px;
  color: #000 !important;
}
.formattable .tableheaderairline {
  font-size: 20px;
  background-color: #003df5 !important;
  color: #FFF !important;
}
.stepscontainer {
  padding-top: 30px;
}
#header.light {
  background-color: #fff
}
#mainMenu nav > ul > li > a {
  font-family: 'scandinavian_newheadline', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
  color: #000 !important;
}
#mainMenu nav.light > ul > li > a:hover {
  color: #910216 !important
}
#mainMenu nav.light > ul > li.thispage > a {
  color: #910216 !important
}
#scrollTop:after, #scrollTop:before {
  background-color: #0397d6 !important
}
.section-bg-light-grey {
  background-position: top right;
  background-color: #ededed !important;
  margin: 0;
  padding: 0
}
.section-bg-dark-grey {
  background-position: top right;
  background-color: #142228 !important;
  margin: 0;
  padding: 20px 0 40px 0;
}
/* Style the buttons that are used to open and close the accordion panel */
.accordionsection {
  width: 70%;
  margin: 50px auto;
}
.accordionsectionfaqpage {
  width: 70%;
  padding-bottom: 100px;
  margin: 0 auto 0 auto;
}
button.accordion:after {
  content: '\25be';
  color: #003df5;
  font-weight: 400;
  float: right;
  margin-left: 5px;
  padding-left: 50px;
  clear: both;
  vertical-align: -50%;
}
.accordion {
  word-wrap: normal;
  background-color: #F5F5F5;
  color: #444;
  cursor: pointer;
  padding: 18px;
  padding-right: 30px;
  width: 100%;
  font-size: 18px;
  text-align: left;
  border: none;
  border-top: 1px solid #ebebeb;
  outline: none;
  transition: 0.4s;
}
.active, .accordion:hover {
  background-color: #003df5;
  color: #FFF;
}
.panelfaq {
  padding: 0 18px;
  background-color: white;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.35s ease, padding 0.35s ease;
}
.panelfaq p {
  padding: 18px 0 0;
}
.panelfaq.open {
  padding: 18px;
}
#footer {
  display: block;
  position: relative;
  border-top: 1px solid #ccc;
  background-color: #FFF !important;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  font-family: 'scandinaviannewregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.footer-content2 {
  padding: 50px 0 20px;
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
  color: #000 !important
}
#footer .footer-content2 a {
  color: #000 !important;
  text-align: center
}
.footer-logo-new {
  width: 420px
}
.footer-column {
  float: left;
  text-align: left;
  width: 33.33%;
  padding: 10px
}
.footer-column.lastcol {
  margin-top: -10px;
  float: none !important;
  text-align: center !important;
}
.footer-column.lastcol ul li img {
  text-align: center
}
.footer-column ul {
  margin: 0;
  padding: 0;
  padding-top: 15px
}
.footer-column ul li, .footer-column li a {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}
.footer-text-links {
  margin-top: 5px
}
.footer-text-links a {
  margin: 0 7px
}
.footer-title {
  color: #000;
  font-family: 'scandinavian_newheadline', Arial, sans-serif;
  font-weight: 600;
  font-size: 18px
}
.disclaimerbottom {
  list-style: none;
  margin-top: 10px;
  font-size: 13px;
  color: #000;
  line-height: 16px;
  text-align: center;
}
.formtitle-sub {
  position: relative;
  margin: 0 auto;
  text-align: center;
  padding: 20px 20px 30px;
  font-size: 16px;
  max-width: 800px
}
.step2_table {
  padding: 20px 40px;
}
.step2_table h4 {
  font-weight: 800 !important;
  color: #332f2f;
}
.step2_col {
  float: left;
  padding: 10px 20px 10px 10px;
  width: 50%;
}
.step2_col_2 {
  float: left;
  padding: 10px 20px 10px 0;
  width: 50%;
}
.step3_col {
  text-align: center;
  width: 40%;
}
.step3_col img {
  width: 175px;
}
.step3_col_middle {
  text-align: center;
  width: 20%;
}
.form-apply-button-steps {
  margin-left: 0px;
  margin-top: 15px;
  padding: 10px;
  display: inline-block;
  background-color: #142228;
  cursor: pointer;
  font-size: 20px;
  color: #fff
}
#booknewform-SAS {
  color: #7b7b7b !important;
  background-color: #fff;
  padding: 25px;
  height: auto
}
.bookformbg-SAS {
  font-family: 'scandinaviannewregular', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-top: 80px;
  min-width: 400px;
  height: auto;
}
.bookformbgwhite-SAS {
  margin-left: 20px;
  max-width: 500px
}
.alternative_pages {
  position: relative;
  margin: 0 auto;
  text-align: left;
  font-size: 16px;
}
.alternative_pages p {
  font-size: 16px;
}
@media(max-width:1200px) {
  .form-apply-button-steps {
    font-size: 14px;
  }
}
@media(max-width:991px) {
  .step2_col, .step2_col_2 {
    float: left;
    width: 100%;
  }
  .step3_col, .step3_col_middle {
    width: 100%;
  }
  .receipt-table {
    font-size: 10px;
    padding: 0;
  }
  .receipt-table h4 {
    font-size: 10px;
    padding: 0;
  }
  .receipt-table img {
    width: 100%;
  }
  .lessbold {
    font-size: 10px;
  }
}
@media(max-width:990px) {
  body .container-wide {
    padding: 0 0px !important;
  }
  .formcolumn {
    width: 100%;
  }
  .SAS-pic-bg {
    display: none;
  }
  .header-txt-SAS {
    width: 80%;
    padding: 0;
  }
  .cardcolumn3 {
    margin-left: 0px;
  }
}
@media(max-width:767px) {
  .formcolumnsubmiddle {
    height: auto;
  }
  .landing-title-txt-SAS-terms {
    margin-bottom: 30px;
  }
  .col-md-6 img {
    width: 200px;
  }
  .rewardsimage img {
    width: 90%;
  }
  .loyaltyrow {
    width: 100%;
    margin: 0 auto;
  }
  .choosesection {
    padding: 0px;
    margin-top: -50px;
  }
  h3, .h3 {
    font-size: 1.35714286em;
    line-height: 1.3em !important;
  }
  .footer-column ul li, .footer-column li a {
    display: block;
    padding: 2px 8px;
  }
  .accordionsection, .accordionsectionfaqpage {
    width: 100%;
  }
  .accordion {
    font-size: 14px;
    padding-right: 10px;
  }
  #booknewform-SAS {
    color: #7b7b7b !important;
    background-color: #fff;
    padding: 15px;
    margin-bottom: 50px;
    height: auto
  }
  .landing-title-txt-SAS {
    font-family: 'scandinavian_newheadline', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 32px;
    line-height: 38px;
    margin-top: 40px;
  }
  .bookformbg-SAS {
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-width: auto;
    height: auto;
  }
  .bookformbgwhite-SAS {
    margin-left: 0px;
    max-width: 100%;
  }
  .form-apply-button-steps {
    width: 100%;
  }
  .formcolumnsub {
    width: 100%
  }
  .formcolumnsubmiddle {
    width: 100%
  }
  .formcolumn-1 {
    order: 1;
  }
  .formcolumn-2 {
    order: 2;
  }
  .formcolumnsub.showmobile {
    display: block;
  }
  .formcolumnsub.hidemobile {
    display: none;
  }
  .formcolumnsubmiddle img {
    display: none;
  }
  .formcolumnsubmiddle-mobile {
    display: block;
  }
  .main-txt-SAS {
    width: 260px;
    font-size: 25px;
    text-align: left;
  }
  .faq-txt-SAS {
    font-family: 'scandinaviannewregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: auto;
    margin-top: 20px;
    font-size: 25px;
    line-height: 1.2
  }
  .main-txt-inside {
    padding-right: 0px;
  }
  .column-middle-title {
    padding-bottom: 20px;
  }
  .column-middle-title {
    font-size: 26px;
    line-height: 30px
  }
}
@media(max-width:576px) {
  .sitetitle {
    font-family: 'scandinaviannewregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #373737;
    font-size: 22px;
    line-height: 26px
  }
  .step2_col {
    padding: 0;
  }
  button.accordion:after {
    display: none;
  }
  .section-bg-SAS-home {
    background: url(../images/SAS-home-bg.jpg) no-repeat;
    background-size: cover;
    background-position: right;
    min-height: 250px;
    background-color: #FFF !important;
    width: 100%;
    margin: 0;
    padding: 40px 0 0
  }
  .inspiro-slider {
    height: 50vh !important;
  }
  .arrow_step3 img {
    height: 50%;
  }
  .section-bg-SAS-success {
    min-height: 150px;
  }
  #header[data-transparent="true"] + .inspiro-slider, #header[data-transparent="true"] + #slider {
    min-height: auto;
  }
  .step2_table {
    padding: 20px 10px;
  }
  .container .main-txt-SAS {
    padding: 0;
  }
  .main-txt-SAS {
    width: auto;
    text-align: left;
  }
  .main-txt-inside {
    padding-right: 20px;
  }
  .main-txt-SAS {
    margin-left: 0px;
    padding: 20px 0px 25px 25px;
  }
  .step3formbut {
    margin: 0;
    left: 0%;
    margin-bottom: 50px;
  }
  #ccform .field {
    max-width: 100%;
  }
  #ccform .cclabel {
    text-align: left;
  }
  #ccform div#card-number-element {
    width: 100%;
  }
  h4 {
    text-align: center;
  }
  #header .header-inner #logo a {
    float: left;
    padding-left: 10px;
  }
  td {
    padding-right: 5px;
  }
  .inspiro-slider .container {
    padding-left: 10% !important;
    padding-right: 10% !important;
  }
  .header-txt-SAS {
    width: 100%;
    padding: 0;
    font-size: 22px;
  }
  .formtitlehome, .card-title {
    font-size: 21px;
    padding: 20px;
  }
  .formtitle {
    font-size: 21px;
    padding-bottom: 25px
  }
  .formtitle, .formtitle2 {
    font-size: 21px;
    max-width: auto;
    line-height: 26px;
    padding: 30px;
  }
  .km-listings ul {
    padding: 0;
  }
  .formtitle-body {
    font-size: 18px;
    line-height: 22px
  }
  .formcolumnbgsub {
    padding: 30px;
    margin-top: 0;
  }
  .SAS-middle-text {
    padding: 60px 0px 10px
  }
  .cardcolumn-pic, .cardcolumn-pic2, .cardcolumn2, .cardcolumn3 {
    width: 100%;
  }
  .column-middle-text, .column-middle-text2 {
    font-size: 16px;
    line-height: 1.2;
    padding: 0 20px 0 20px;
  }
  .column-middle-text2 {
    font-size: 14px;
    line-height: 1.2;
    padding: 0 20px 0 0;
  }
  .cardcolumn-pic2 {
    margin-top: 20px;
    height: auto;
  }
  .faq-mission-txt-SAS {
    font-size: 30px
  }
  .footer-column {
    text-align: center;
    width: 100%;
  }
  .disclaimerbottom {
    margin-left: 0;
  }
  .formattable, .formattable p {
    font-size: 10px;
  }
}


.tier-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-top: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
margin-bottom: 50px;
}

.tier-column {
  width: 50%;
}

.tier-header,
.tier-item {
  padding: 10px 24px;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  box-sizing: border-box;
}

.tier-header {
  font-weight: 700;
}

@media (max-width: 767px) {
  .tier-column {
    width: 100%;
  }
}