h1 {
  font-size: 48px;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 35px;
}
h4 {
  font-size: 28px;
}
h5 {
  font-size: 24px;
}
  h5 .button {
    text-align: left;
    padding-left: 0;
  }
h6 {
  font-size: 20px;
}
.application-review {
  padding: 20px;
  text-align: center;
}
  .application-review #bts-logo {
    max-width: 320px;
    margin: 0 auto 20px;
    display: block;
  }

  .application-submitted {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    padding: 30px 30px 5px;
    text-align: left;
  }
  .application-footer {
    max-width: 880px;
    padding: 20px 10px 10px;
    font-size: 0.8em;
    color: #999;
    margin: 0 auto;
    text-align: left;
  }
  .application-footer hr {
     margin: 25px 0;
     opacity: 0.6;
  }

.reoffer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 20px;
  text-align: left;
  opacity: 0;
  z-index: -1;
  transition: all 0.2s;
  background-repeat: repeat;
}
  .reoffer .container {
    max-width: 640px;
    background: #f6f6f6;
    padding: 20px 40px 20px;
  }
  .reoffer.active {
    z-index: 99;
    opacity: 1;
  }
  .offers {
    margin: 20px auto 30px;
    width: 100%;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgb(46 62 79 / 10%);
  }
  .offers .row {
    margin: 0 0 15px;
  }
  .offers h6 {
    background: #323f48;
    color: #fff;
    text-align: center;
    padding: 12px;
  }
  .offer-body {
    padding: 10px 20px;
  }
  .pricing {
    padding: 14px 8px 8px;
    text-align: left;
    font-weight: 700;
    font-size: 1.1em;
  }
  .pricing span {
    margin-right: 15px;
  }

#address-wrap {
  position: relative;
}
  #address-wrap ul.auto-complete {
    background: #fafafa;
    border: solid 1px rgba(0,0,0,0.1);
    border-top: none;
    border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    display: none;
  }
  #address-wrap.active ul.auto-complete {
    display: block;
    max-height: 200px;
    overflow: auto;
  }
  #address-wrap ul.auto-complete li{
    display: block;
    list-style: none;
    margin: 0;
    padding: 12px;
    cursor: pointer;
  }
  #address-wrap ul.auto-complete li:hover{
    background: rgba(196, 37, 13, 0.05);
  } 

#app,
.application-intro,
.application-form,
.content {
  width: 100%;
  height: 100%;
}

.application-header {
  display: flex;
  gap: 25px;
  align-items: center;
}

.application-header-img {
  background-color: white;
  padding: 10px 20px;
  border-radius: 20px;
}

.application-header-img img {
  display: block;
  max-height: 120px;
}

.application-intro {
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  transition: all 0.2s;
  opacity: 0;
  z-index: -1;
  color: #fff;
}
  .application-intro.active {
    top: 0;
    left: 0;
    z-index: 4;
    opacity: 1;
  }
  .application-intro:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0,0,0,0.75);
    position: absolute;
    z-index: 2;
  }
  .application-intro .container {
    position: relative;
    z-index: 3;
    max-width: 640px;
  }

.application-form {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
}
.application-form.active {
  opacity: 1;
}
.application-title {
  width: 100%;
  padding: 30px 20px 20px;
  color: #fff;
  position: relative;
  z-index: 2;
}
.application-title h3 {
  margin: 0 0 20px;
  font-size: 50px;
  line-height: 1.1em;
}
.dates {
  background: rgba(76,48,108,0.85);
  color: #fff;
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dates p{
  font-size: 14px;
  font-weight: 800;
  margin: 0;
  padding: 20px 15px;
  display: inline-block;
  text-align: center;
}
.dates img {
  width: 20px;
  display: inline-block;
}
.application-form .stack-right {
  width: 60%;
  background: #fafafa;
}

.form h4 {
  margin: 0 0 10px;
}

.note {
  font-size: 11px;
  display: block;
}

.slider-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.slider-progress {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  z-index: 9;
  background: rgba(0,0,0,0.6);
}
.progress-bar {
  position: absolute;
  width: 33.33%;
  height: 100%;
  background: #00ab4e;
  transition: all 0.3s;
}
.slider-container {
  width: 900%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.2s;
}
.slider {
  width: 100vw;
  height: calc(100% - 70px);
  float: left;
  overflow: auto;
  position: relative;
  padding: 30px 30px 20px;
  background: #f3f3f3;
}
  .slider.fullheight {
    height: 100%;
  }
  .slider .form {
    min-height: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .slider.review {
    padding: 0;
  }
    .slider.review .review-header {
      background: #323f48;
      color: #fff;
      padding: 30px 10px 40px;
    }
    .slider.review .review-header .container {      
      display: flex;
      justify-content: flex-start;
      align-items: center;
      max-width: 1200px;
    }
    .slider.review .review-body {
      padding: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }
    .slider.review hr {
      margin: 30px 0;
    }
    .slider.review .row {
      margin-bottom: 15px;
    }
    .slider.review h5 {
      line-height: 1.3em;
    }
    .slider.review,
    .slider.review p {
      font-size: 13px;
    }

.slider-wrapper .action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  width: calc(100% - 60px);
  height: 40px;
  bottom: 15px;
  left: 30px;
  z-index: 2;
}
  .slider-wrapper .action.stack {
    flex-wrap: wrap;
    height: 80px;
    bottom: 5px;
    text-align: center;
    justify-content: center;
  }
  .slider-wrapper .action .button {
    margin: 0;
  }

.application-fee {
  background: #f9d359;
  padding: 15px;
  text-align: center;
  border-radius: 10px;
  margin: 50px 0 30px;
}
.application-fee img {
  max-width: 200px;
  display: block;
  margin: 0 auto 20px;
}
.application-fee h5 {
  margin: 0 0 10px;
}
.application-fee p {
  margin: 0;
}

.success {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}


.warning-circle {
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffc756;
  border-radius: 100%;
  margin: 0 auto 20px;
  border: solid 5px #333;
}
.warning-circle img {
  width: 64%;
  margin-top: -8px;
}



/* CREDIT CARD */

.credit-card-panel {
  width: 90%;
  max-width: 600px;
  margin: 30px auto 0;
  border-radius: 15px;
  padding: 10px;
  text-align: center;
  position: relative;
}
.credit-card-panel h6 {
  margin-bottom: 8px;
}
#creditcard-container {
  padding: 20px;
  background: #f9f9f9;
  margin: 0 0 10px;
}

.rows {
  margin: 0 0 20px;
}
h5 {
  margin: 0 0 20px;
}

@media (max-width: 1024px) {
  .mobile-only {
    display: block;
  }

  html, body,
  .application-form {
    height: auto;
  }
  .application-form .stack { 
    width: 100%;
    float: none;
    clear: both;
  }
  .application-form .stack-left {
    height: 50%;
    min-height: 60vh;
  }
  .slider-container {
    height: auto;
    position: relative;
    top: auto;
    left: 0 !important;
    padding-bottom: 90px;
  }
  .slider-wrapper .action {
/*    display: none;*/
  }
  .slider {
    width: 100vw;
  }
  .slider,
  .slider.fullheight {
    height: auto;
    float: none;
    opacity: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
  }
  .slider.active {
    opacity: 1;
    z-index: 2;
    position: relative;
  }
  .slider.review {
    display: none;
  }
  .slider.review.active {
    display: block;
    opacity: 1;
    z-index: 1;
    position: relative;
    height: auto;
  }
  .slider.review .columns {
    margin: 0 0 20px;
  }
}
@media (max-width: 768px) {
  .offers {
    flex-wrap: wrap;
  }
  .offers .offer {
    width: 100%;
    display: block;
    margin: 0 0 30px;
  }
}
@media (max-width: 600px) {
  .application-title h3 {
    font-size: 40px;
  }
  h5 {
    font-size: 26px;
  }
  .application-form .stack-left {
    height: auto;
    min-height: 60vh;
  }
  .dates {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .dates p {
    text-align: left;
    width: calc(100% - 50px);
  }
  .dates img {
    margin-left: 15px;
  }
  .rows {
    margin: 0 0 10px;
  }
  .columns {
    margin: 0 0 20px;
  }
  hr {
    margin: 10px 0 35px;
  }
}


