@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
@import url("https://fonts.googleapis.com/css?family=Raleway:400,700");
body {
  font-family: 'Raleway', sans-serif;
  margin: 0;
}

a {
  text-decoration: underline;
  color: #FFCE27;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 768px) {
  .container {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

#header {
  background-image: url(../img/background_starburst.jpg);
  min-height: 1000px;
  position: relative;
  background-size: cover;
  background-position: center;
}

@media (min-width: 768px) and (max-width: 1025px) {
  #header {
    min-height: 800px;
  }
}

@media (max-width: 767px) {
  #header {
    min-height: 590px;
    background-size: cover;
    background-image: url(../img/mobile-bg.jpg);
  }
}

#header .right {
  background: #0d2e71;
  background-image: url(../img/offer_bg.jpg);
  background-size: 581px 652px;
  background-repeat: no-repeat;
  width: 42%;
  height: 652px;
  float: right;
  text-align: center;
  padding: 195px 35px 15px;
}

@media (min-width: 769px) and (max-width: 1025px) {
  #header .right {
    height: 550px;
  }
}

@media (max-width: 768px) {
  #header .right {
    background-repeat: no-repeat;
    width: 69%;
    background-size: 100% auto;
    height: 400px;
    padding: 105px 15px 15px;
  }
}

@media (min-width: 750px) and (max-width: 768px) {
  #header .right {
    padding: 180px 35px 15px;
  }
}

#header .right .offer {
  width: 94%;
}

@media (min-width: 750px) and (max-width: 768px) {
  #header .right .offer {
    width: 80%;
  }
}

#header .right .salient {
  color: #FFF;
  font-size: 12px;
  width: 90%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  #header .right #desktopSalient {
    font-size: 10px;
    width: 100%;
  }
}

#header .right .asterix {
  color: #FFF;
  font-size: 12px;
  margin: 5px auto;
}

#header .right .cta-button {
  margin-bottom: 10px;
}

#header .bottomRocks {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}

@media (max-width: 768px) {
  #header .bottomRocks {
    display: none;
  }
}

@media (max-width: 768px) {
  #header .bottomRocksMobile {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
  }
}

@media (min-width: 769px) {
  #header .bottomRocksMobile {
    display: none;
  }
}

#steps {
  background-image: url("../img/lower_page_image.jpg");
}

#steps .container {
  padding: 50px;
}

@media (max-width: 768px) {
  #steps .container {
    padding: 50px 15px;
  }
}

#steps h2 {
  color: #FDD21A;
  font-size: 60px;
  margin: 0;
  font-weight: 700;
}

@media (max-width: 768px) {
  #steps h2 {
    font-size: 30px;
    margin-left: 48%;
  }
}

#steps p {
  color: #FFF;
  font-size: 22px;
  margin: 0.5em auto;
}

@media (max-width: 768px) {
  #steps p {
    font-size: 14px;
    margin-left: 48%;
  }
}

#steps .step1 {
  background-color: #0E347F;
  background-image: url("../img/step_box_swirl_1.jpg");
  background-repeat: no-repeat;
  width: 35%;
  height: 150px;
  padding: 40px 0;
  padding-left: 300px;
  margin: 0 auto 25px;
}

#steps .step1 a {
  text-decoration: none;
}

#steps .step2 {
  background-color: #0E347F;
  background-image: url("../img/step_box_swirl_2.jpg");
  background-repeat: no-repeat;
  width: 35%;
  height: 150px;
  padding: 40px 0;
  padding-left: 300px;
  margin: 0 auto 25px;
}

#steps .step2 a {
  text-decoration: none;
}

#steps .step3 {
  background-color: #0E347F;
  background-image: url("../img/step_box_swirl_3.jpg");
  background-repeat: no-repeat;
  width: 35%;
  height: 150px;
  padding: 40px 0;
  padding-left: 300px;
  margin: 0 auto 50px;
}

#steps .step3 a {
  text-decoration: none;
}

#steps #steps a {
  text-decoration: none;
}

@media (max-width: 768px) {
  #steps .step1, #steps .step2, #steps .step3 {
    padding-left: 0;
    width: 96%;
    background-size: 100% auto;
    background-position: left;
    height: 90px;
    padding-right: 10px;
  }
}

#steps .cta-button {
  width: 40%;
  text-align: center;
}

@media (max-width: 768px) {
  #steps .cta-button {
    width: 80%;
  }
}

#terms {
  background-color: #113073;
  color: #FFF;
  padding: 25px 0;
  text-align: left;
  font-size: 14px;
}

#terms p {
  font-weight: 600;
}

#terms p:first-child {
  text-align: center;
}

#terms .tnc p:first-child {
  text-align: left;
}

#terms a {
  color: #FFCE27;
  text-decoration: underline;
}

@media (max-width: 768px) {
  #terms {
    padding: 50px 10px;
    font-size: 14px;
  }
}

#payments {
  background-color: #113073;
  margin: 0px;
  color: #FFF;
  padding-bottom: 25px;
}

#payments a {
  color: #FFCE27;
  text-decoration: underline;
}

#payments ul {
  list-style: none;
  margin-top: 0;
}

#payments li {
  display: inline-block;
  margin: 5px;
}

#footer {
  background-color: #113073;
  margin: 0px;
  color: #FFF;
  padding-bottom: 50px;
}

.cta-button {
  text-transform: uppercase;
  background-color: #FFCE27;
  color: #000;
  font-size: 60px;
  margin: 20px auto 35px;
  border-radius: 50px;
  padding: 15px 0;
  font-weight: 700;
}

@media (max-width: 768px) {
  .cta-button {
    font-size: 34px;
    margin-bottom: 10px;
  }
}
/*# sourceMappingURL=main.css.map */