@font-face {
  font-family: 'druk_text_trialheavy';
  src: url('../fonts/druktext-heavy-trial-webfont.woff2') format('woff2'), url('../fonts/druktext-heavy-trial-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'source_sans_proregular';
  src: url('../fonts/sourcesanspro-regular-webfont.woff2') format('woff2'), url('../fonts/sourcesanspro-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'source_sans_probold';
  src: url('../fonts/sourcesanspro-bold-webfont.woff2') format('woff2'), url('../fonts/sourcesanspro-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
table, li, ul, form-group, td, card, card-body, row, input {
  font-family: "source_sans_proregular", Arial, sans-serif !important;
  font-weight: normal !important;
}
h1, h2, h3, h4, h5 {
  font-family: 'druk_text_trialheavy', Arial, sans-serif !important;
    text-transform: uppercase;
  font-weight: normal !important;
}
p {
  font-family: "source_sans_proregular", Arial, sans-serif !important;
  font-weight: 500;
  font-size: 16px;
}
a {
  font-family: "source_sans_proregular", Arial, sans-serif !important;
  font-weight: 600;
  color: #000 !important;
}
a:hover {
  color: #332f2f !important;
}
#header[data-transparent="true"] + .inspiro-slider, #header[data-transparent="true"] + #slider {
  min-height: 500px;
}
.choosesection {
  padding: 0px 100px 20px 100px;
  margin-top: -50px;
}
.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%;
  border: none;
  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: #d2d2d2
}
.progress-indicator > li.completed, .progress-indicator > li.completed .bubble {
  color: #000
}
.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: #000;
  border-color: #000;
}
.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
}
.spiritbanner {
  margin-top: -20px !important;
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.spiritbanner-mob {
  display: none;
}
@media(max-width:576px) {
  .spiritbanner {
    display: none;
  }
  .spiritbanner-mob {
    display: block;
    margin-top: -20px !important;
    margin: 20px;
    padding-bottom: 50px;
  }
}
.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;
  background-color: #f7f7f8 !important;
  box-shadow: none !important;
  border: none;
}
.card-body {
  padding: 2em;
}
.bubbletext {
  padding-top: 3px;
  color: #FFF !important;
}
.alert.alert-info {
  background-color: #000 !important;
  border-color: #000 !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: "source_sans_proregular", Arial, sans-serif;
  font-weight: 400;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: posource_sans_proregular;
  z-index: 4;
}
.alert-danger {
  color: #0700bc !important;
  background-color: #EAF1FE !important;
  border-color: #EAF1FE !important;
}
.loyalty-pic-bg img {
  width: 260px;
  padding: 0 20px 0 0;
  margin-left: 20px;
}
.loyalty-pic-bg {
  padding: 20px;
}
.spirit-pic-bg img {
  width: 500px;
  padding: 0 20px 0 0;
}
.spirit-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
}
.manual-align {
  display: block; /* Makes the label a block element to control width/wrapping */
  padding-left: 20px; /* Pushes all content (checkbox + text) to the right */
  text-indent: -25px; /* Pulls the first line of text (containing the checkbox) back to the left */
  line-height: 18px;
  margin-bottom: 40px;
}
.manual-align input {
  vertical-align: middle; /* Helps align the checkbox within its line */
  margin-right: 8px; /* Adds a small space between the box and the text */
}
.section-bg-light-grey-spirit {
  background-position: top right;
  background-color: #fff !important;
  margin: 0;
  padding: 0
}
#header .header-inner, #header #header-wrap {
  height: 80px;
  background-color: #ffe600 !important;
}
.section-bg-spirit-home {
  background: url(../images/spirit-home-bg.jpg) no-repeat;
  background-size: cover;
  background-position: bottom;
  min-height: 450px;
  background-color: #FFF !important;
  width: 100%;
  margin: 0;
  padding: 40px 0 0
}

.section-bg-spirit-success {
  background: url(../images/spirit-home-bg.jpg) no-repeat;
  background-size: cover;
  background-position: top;
  min-height: 270px;
  background-color: #FFF !important;
  width: 100%;
  margin: 0;
  padding: 20px 0 0
}
.section-bg-spirit-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 70px;
}
.header-txt-spirit {
  font-family: "source_sans_proregular", 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
}
.green-line-background {
  background: url("../images/green_line_faq.png") no-repeat;
  background-position: right;
  margin-top: -161px;
  right: 0;
  bottom: 50px;
  height: 161px;
  width: 100%;
}
@media(min-width:1600px) {
  .green-line-background {
    margin-top: -60px;
  }
}
.green-line-background-faq {
  background: url("../images/green_line_faq.png") no-repeat;
  background-position: right;
  margin-top: -161px;
  right: 0;
  bottom: 50px;
  height: 161px;
  width: 100%;
}
.main-txt-spirit {
  width: 450px;
  margin-top: 28px;
  padding-top: 0px;
  font-family: 'druk_text_trialheavy', Arial, sans-serif;
  text-align: left;
  letter-spacing: 1px;
  color: #FFF;
  font-size: 50px;
  line-height: 1.1
}
.faq-txt-spirit {
  font-family: 'druk_text_trialheavy', Arial, sans-serif;
  padding: 60px 0 0 0;
  text-align: left;
  color: #FFF;
  font-weight: 600;
  font-size: 55px;
  line-height: 1.2
}
.termsinside {
  font-family: "source_sans_proregular", Arial, sans-serif;
  font-size: 16px;
  position: relative;
  z-index: 100;
  padding-top: 30px;
  letter-spacing: 0px;
}
.faqinside {
  font-family: "source_sans_proregular", Arial, sans-serif;
  font-size: 21px;
  padding-top: 30px;
}
.formtitle {
  font-family: "source_sans_proregular", Arial, sans-serif;
  color: #30302f;
  text-align: center;
  font-weight: 600;
  padding: 40px 0px 10px 0;
  font-size: 34px;
  line-height: 38px
}
.formtitle-body {
  font-family: "source_sans_proregular", Arial, sans-serif;
  color: #30302f;
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
  font-weight: 400;
  padding: 0px 0px 30px 0;
  font-size: 18px;
  line-height: 22px
}
.loyaltyrow {
  max-width: 1090px;
  margin: 0 auto 120px auto;
}
.grid-3-columns {
  width: 33.333333333%;
}
.grid-2-columns {
  width: 50%;
}
.loyaltyoption {
  margin: 40px 0px 0 0px;
  text-align: left;
  padding: 20px 50px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  background-color: #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
}
.loyaltyheader {
  background-color: #f1f1ec;
}
.loyaltytext {}
.loyaltytext, .loyaltytext-gold {
  margin-top: 20px;
  font-size: 21px;
  padding: 10px 0;
}
.loyaltytext ul, .loyaltytext-gold ul {
  list-style-type: none;
  padding-top: 0px;
  margin-left: 50px;
}
.loyaltytext li, .loyaltytext-gold li {
  position: relative;
  padding-left: 35px;
  padding-right: 25px;
  margin-bottom: 14px;
  margin-left: -25px;
  font-size: 18px;
}
.loyaltytext li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url('../images/silver_bullet.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.loyaltytext a, .loyaltytext-gold a {
  float: left;
  font-size: 18px;
  margin-left: 40px;
}
.white-bg {
  background-color: #FFF
}
.formtitle2 {
  font-family: 'druk_text_trialheavy', Arial, sans-serif;
  color: #30302f;
  text-align: center;
  text-transform: uppercase;
  padding: 5px 25px 15px 25px;
  max-width: 900px;
  margin: 0 auto;
  font-size: 38px;
  line-height: 48px
}
.sitetitle {
  font-family: 'druk_text_trialheavy', Arial, sans-serif;
    text-transform: uppercase;
  color: #373737;
  font-size: 34px;
  line-height: 38px
}
.formtitlehome {
  font-family: "source_sans_proregular", Arial, sans-serif;
  color: #300b5c;
  text-align: center;
  padding: 80px 20px 10px 20px;
  font-size: 34px;
  line-height: 30px
}
.cccardsection {
  border-radius: 15px;
  background-color: #f6f6f6;
  padding: 20px;
}
.cccardsection h3 {
  line-height: 30px;
}
.input-group > .form-control:not(:last-child) {
  border-radius: 9px !important;
}
.card .card-body .field {
  border-radius: 9px !important;
}
input::placeholder {
  color: #747474 !important;
}
.lines, .lines:before, .lines:after {
  background-color: #000 !important;
}
#mainMenu-trigger {
  top: 5px !important;
}
.formcolumn {
  float: left;
  width: 50%;
  padding: 10px
}
.formcolumnsub {
  float: left;
  width: 50%;
  padding: 10px
}
.formcolumnsub.showmobile {
  display: none;
}
.column-middle-title {
  font-family: "source_sans_proregular", Arial, sans-serif;
  font-size: 38px;
  color: #142228;
  padding-bottom: 50px;
}
.formcolumnbgsub .sectionimage img {
  width: 100%
}
.column-middle-text {
  text-align: left;
  font-size: 22px;
  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: 0px;
  padding: 10px 40px 20px 40px;
  background-color: #f7f7f8;
  border-radius: 15px;
}
.form-item-1 {
  margin-top: 50px;
  padding: 0;
  text-align: left;
  font-family: "source_sans_proregular", Arial, sans-serif;
  color: #300b5c;
  font-size: 22px;
  line-height: 28px;
}
.step3formbut {
  margin: 20px;
  left: 35%;
}
.step2boxes {
  background-color: #FFF;
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 20px;
}
.disclaimerbottom {
  list-style: none;
  margin-top: 10px;
  margin-left: -110px;
  font-size: 13px;
  color: #FFF;
  line-height: 16px;
  text-align: center;
}
.form-item-2 {
  margin-top: 15px;
  padding: 18px 20px;
  text-align: center;
  font-family: "source_sans_proregular", Arial, sans-serif;
  color: #300b5c;
  font-size: 22px;
  line-height: 28px;
}
.form-apply-button-spirit {
  font-family: "source_sans_probold", Arial, sans-serif;
  border-radius: 12px;
  text-align: center;
  position: relative;
  margin: 0 auto;
  padding: 12px 35px;
  text-transform: uppercase;
  background-color: #0d6efd;
  border: none !important;
  cursor: posource_sans_prorbold;
  font-size: 21px;
  font-weight: 600;
  color: #FFF;
}
.namecustom {
  width: 100% !important;
}
.form-apply-button-faq {
  font-family: "source_sans_proregular", Arial, sans-serif;
  text-align: center;
  border-radius: 25px;
  display: inline-block;
  position: relative;
  margin: 0 auto;
  padding: 12px 30px;
  background-color: #FFF;
  margin-top: 30px;
  z-index: 100;
  border: none !important;
  cursor: posource_sans_proregular;
  font-size: 20px;
}
.form-apply-button-faq a {
  font-family: "source_sans_proregular", Arial, sans-serif;
  font-size: 18px;
  color: #000000 !important;
}
button .form-apply-button-spirit {
  font-family: "source_sans_proregular", Arial, sans-serif;
  font-size: 20px;
}
.form-apply-button-spirit a {
  font-family: "source_sans_proregular", Arial, sans-serif;
  cursor: posource_sans_proregular;
  font-size: 20px;
  color: #fff
}
.section-bg-light-grey-spirit {
  background-position: top right;
  background-color: #fff !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: 60px 0;
  color: #142228;
  margin: 0;
}
.section-bg-all-pages {
  background-color: #f5f3ee;
  padding: 40px 0;
  color: #142228;
  margin: 0;
}
.spirit-middle-text {
  padding: 60px 50px 10px;
  text-align: center;
}
.spirit-middle-text p {
  font-family: "source_sans_proregular", 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;
  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: "source_sans_proregular", Arial, sans-serif;
  color: #300b5c;
  font-size: 32px;
  line-height: 28px;
}
.apply-button-shell {
  text-align: center;
}
.faq-mission-txt-spirit {
  font-family: "source_sans_proregular", Arial, sans-serif;
  text-align: center;
  margin: 0 auto;
  max-width: 600px;
  padding-top: 100px;
  color: #FFF;
  font-size: 42px;
  line-height: 1.2;
}
.faq-mission-txt-spirit-underneath {
  text-align: center;
  margin: 0 auto;
  max-width: 600px;
  padding-top: 20px;
  color: #FFF;
  font-size: 18px;
  line-height: 1.2;
}
.footer-text-extra {
  margin: 40px 0;
  font-size: 11px;
  color: #142228;
}
.formattable {
  background-color: #FFF !important;
}
.formattable .tableheader {
  background-color: #f7f7f8 !important;
  font-size: 18px;
  color: #FFF !important;
}
.formattable .tableheaderairline {
  font-size: 20px;
  background-color: #142228 !important;
  color: #FFF !important;
}
#header.light {
  background-color: #fff
}
#mainMenu nav > ul > li > a {
  font-family: 'source_sans_probold', Arial, sans-serif !important;
  text-transform: uppercase;
  font-size: 16px !important;
  color: #424045 !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;
}
#footer {
  display: block;
  position: relative;
  background-color: #000 !important;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  font-family: "source_sans_proregular", Arial, sans-serif;
}
.footer-content2 {
  padding: 50px 0 20px;
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
  color: #FFF !important
}
#footer .footer-content2 a {
  color: #FFF !important;
  text-align: center
}
.footer-logo-new {
  width: 420px
}
.footer-column {
  float: left;
  text-align: left;
  width: 33.33%;
  padding: 10px
}
.footer-column.lastcol {
  padding-left: 50px;
  margin-top: -10px;
}
.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: #FFF;
  font-family: "source_sans_proregular", Arial, sans-serif;
  font-weight: 600;
  font-size: 18px
}
.formtitle-sub {
  position: relative;
  margin: 0 auto;
  text-align: center;
  padding: 20px 20px 30px;
  font-size: 16px;
  max-width: 800px
}
.accordionsection {
  width: 100%;
  margin: 50px auto;
}
.accordionsectionfaqpage {
  width: 100%;
  padding-bottom: 100px;
  margin: 30px auto 0 auto;
}
button.accordion:after {
  content: '\25be';
  color: #300b5c;
  font-weight: 400;
  float: right;
  margin-left: 5px;
  padding-left: 50px;
  clear: both;
  vertical-align: -50%;
}
.accordion {
  word-wrap: normal;
  background-color: #f7f7f8;
  color: #000;
  cursor: posource_sans_proregular;
  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: #f7f7f7;
}
.formattable .tableheader {
  background-color: #c3b4d5 !important;
  color: #300b5c !important;
}
.formattable .tableheader1 {
  background-color: #B9C1CB !important;
  color: #FFF !important;
}
.formattable .tableheader2 {
  background-color: #B58D33 !important;
  color: #FFF !important;
}
.formattable .tableheader3 {
  background-color: #282828 !important;
  color: #FFF !important;
}
.formattable .tableheaderairline {
  background-color: #000 !important;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 900 !important;
  color: #FFF !important;
}
.panelfaq {
  padding: 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}
.step2_table {
  padding: 20px 40px;
}
.step2_table h4 {
  font-weight: 800 !important;
  color: #332f2f;
}
.step2_col {
  float: left;
  padding: 10px 10px 10px 0;
  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: 225px;
}
.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: posource_sans_proregular;
  font-size: 20px;
  color: #fff
}
button.form-apply-button-staralliance {
  position: relative;
  margin: 0 auto !important;
  text-align: center;
}
.alternative_pages {
  position: relative;
  margin: 0 auto;
  text-align: left;
  font-size: 16px;
}
.alternative_pages p {
  font-size: 16px;
}
.super-mobile sup {
  vertical-align: text-top;
}
@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%;
  }

  .lessbold {
    font-size: 10px;
  }
  .disclaimerbottom {
    margin-left: -25px;
  }
}
@media(max-width:990px) {
  body .container-wide {
    padding: 0 0px !important;
  }
  .formcolumn {
    width: 100%;
  }
  .spirit-pic-bg {
    display: none;
  }
  .header-txt-spirit {
    width: 80%;
    padding: 0;
  }
  .cardcolumn3 {
    margin-left: 0px;
  }
}
@media(max-width:767px) {
  .loyaltyoption {
    flex-direction: column
  }
  .disclaimerbottom {
    margin-left: 20px;
  }
  .loyalty-pic-bg {
    display: none;
  }
  .super-mobile sup {
     
  vertical-align: super;
    font-size: 8px !important;
  }
  .super-mobile-top sup {
       vertical-align: super;
    font-size: 8px !important;
  }
  .green-line-background {
    margin-top: -60px;
  }
  .choosesection {
    padding: 0px;
    margin-top: -50px;
  }
  .section-bg-spirit-faq {
    background-position: -200px 0px;
    min-height: 200px;
  }
  h3, .h3 {
    font-size: 1.35714286em;
    line-height: 1.3em !important;
  }
  .loyaltyrow {
    margin: -40px 0 80px 0;
  }
  .form-apply-button-steps {
    width: 100%;
  }
  .formcolumnsub {
    width: 100%
  }
  .formcolumnsub.showmobile {
    display: block;
  }
  .formcolumnsub.hidemobile {
    display: none;
  }
  .main-txt-spirit {
    width: 260px;
    font-size: 25px;
    text-align: left;
  }
  .faq-txt-spirit {
    padding: 60px 0 0 0;
    width: auto;
    margin-top: 20px;
    font-size: 25px;
    line-height: 1.2
  }
  .main-txt-inside {
    padding-right: 0px;
  }
  .column-middle-title {
    padding-bottom: 20px;
  }
  .formtitle2, .column-middle-title {
    font-size: 26px;
    line-height: 30px
  }
  .grid-3-columns, .grid-2-columns {
    width: 100%;
  }
}
@media(max-width:576px) {
  .loyaltytext ul, .loyaltytext-gold ul {
    list-style-type: none;
    padding-top: 0px;
    margin-left: 20px;
  }
  .container.stepscontainer {
    padding: 0 0 !important;
  }
  .green-line-background {
    margin-top: -60px;
  }
  .step3_col img {
    width: 100%;
  }
  .sitetitle {
   font-family: 'druk_text_trialheavy', Arial, sans-serif;
    color: #373737;
    font-size: 22px;
    line-height: 26px
  }
  .footer-column.lastcol {
    padding-left: 0px;
    margin-top: -10px;
  }
  .section-bg-spirit-home {
    background: url(../images/spirit-home-bg.jpg) no-repeat;
    background-size: cover;
    background-position: left;
    min-height: 220px !important;
    background-color: #FFF !important;
    width: 100%;
    margin: 0;
    padding: 40px 0 0
  }
  .inspiro-slider {
    height: 20vh !important;
  }
  .arrow_step3 img {
    height: 50%;
  }
  .section-bg-spirit-success {
    min-height: 150px;
  }
  #header[data-transparent="true"] + .inspiro-slider, #header[data-transparent="true"] + #slider {
    min-height: 350px;
  }
  .step2_table {
    padding: 20px 10px;
  }
  .container .main-txt-spirit {
    padding: 0;
  }
  .main-txt-spirit {
    width: auto;
    text-align: left;
    margin-left: 0px;
    margin-top: -20px !important;
    padding: 20px 0px 25px 25px;
  }
  .main-txt-inside {
    padding-right: 20px;
  }
  .loyaltyoption, .loyaltyoption-gold {
    padding: 0;
  }
  .loyaltyoption img, .loyaltyoption-gold img {
    width: 100%;
  }
  .loyaltytext a, .loyaltytext-gold a {
    font-size: 14px;
    line-height: 1.2;
  }
  .loyaltytext li, .loyaltytext-gold li {
    font-size: 12px;
    line-height: 1.3;
  }
  .step3formbut {
    margin: 0px;
    left: 0%;
  }
  .disclaimerbottom {
    margin-left: 0px;
  }
  #ccform .cclabel {
    text-align: left;
  }
  #header .header-inner #logo a {
    float: left;
    padding-left: 10px;
  }
  #header #logo > a img {
    width: 150px;
  }
  .inspiro-slider .container {
    padding-left: 10% !important;
    padding-right: 10% !important;
  }
  .header-txt-spirit {
    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;
    line-height: 30px;
    padding-top: 0px;
    padding-bottom: 55px
  }
  .formtitle-body {
    font-size: 18px;
    line-height: 22px
  }
  .formcolumnbgsub {
    padding: 30px;
    margin-top: 0;
  }
  .spirit-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 0;
    margin-left: 0;
  }
  .column-middle-text2 {
    font-size: 14px;
    line-height: 1.2;
    padding: 0 20px 0 0;
    margin-left: 0;
  }
  .cardcolumn-pic2 {
    margin-top: 20px;
    height: auto;
  }
  .faq-mission-txt-spirit {
    font-size: 30px
  }
  .footer-column {
    text-align: center;
    width: 100%;
  }
  .formattable, .formattable p {
    font-size: 10px;
  }
  .table > :not(caption) > * > * {
    padding: 8px;
  }
  .striped-table table {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 100px;
  }
  .striped-table img {
    width: 15px;
  }
  .striped-table table td, .striped-table table th {
    padding: 16px 2px;
    text-align: center
  }
  .striped-table table td:first-child, .striped-table table th:first-child {
    text-align: left
  }
  .striped-table table th {
    font-size: 12px;
    font-weight: 500;
    line-height: 24px
  }
  .striped-table table td {
    font-size: 12px;
    font-weight: 400;
    line-height: 25px
  }
}