@charset "utf-8";
/* CSS Document */

/* DEFAULT STYLES - mobile first */

body {
  background: #e6e6e6;
  color: #000;
  font-family: "Merriweather", serif;
  font-weight: 400;
}

a {
  color: #12acea;
}

header {
  padding-bottom: 50px;
  padding-top: 50px;
}

@media screen and (max-width: 767px) {
  header {
    padding-left: 30px;
    padding-right: 30px;
  }
}

header h4 {
  margin-bottom: 15px;
}

.header-logo {
  margin-bottom: 15px;
  max-width: 300px;
}

.header-offer {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 540px) {
  .header-offer {
    display: block;
  }
}

.cover-img {
  max-width: 225px;
}

@media screen and (max-width: 540px) {
  .cover-img {
    margin-left: auto;
    margin-right: auto;
  }
}

.header-offer-cpy {
  background-color: #c8d7d7;
  padding: 20px;
  text-align: center;

  flex: 0 1 auto;
}

.header-offer-cpy h1 {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}

.header-offer-cpy h3 {
  margin-bottom: 0;
}

.premium-img {
  max-width: 150px;
  width: 100%;
}

.premium-cpy {
  border-bottom: 1px solid #cdcdcd;
  line-height: normal;
  margin-bottom: 30px;
  margin-top: 0px;
  padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .premium-cpy {
    margin-bottom: 10px;
  }
}

.mag-content-bullets li {
  margin-bottom: 15px;
}

main,
.main-row {
  background-color: #ffffff;
}

.container {
  margin: 0px auto;
  max-width: 900px;
  padding: 0;
}

.terms-values {
  overflow: hidden;
}

#rate-container input[type="radio"] {
  clear: left;
  cursor: pointer;
  float: left;
  margin-right: 10px;
}

#rate-container label {
  cursor: pointer;
  display: block;
  float: left;
  font-weight: normal;
  font-size: 18px;
  line-height: normal;
  max-width: 80%;
}

.errormsg {
  color: #fc3514;
  font-weight: 700;
  padding: 10px 20px;
}

.submit {
  clear: both;
  padding: 20px;
}

.form-group {
  margin-bottom: 15px;
  padding: 15px;
}

input {
  margin-bottom: 10px;
}

#cds_state {
  margin-bottom: 10px;
}

h1 {
  color: #000;
  font-weight: 700;
  line-height: normal;
}

.btn-submit,
.btn-submit:focus {
  background-color: #3898ec;
  border-color: #3898ec;
  color: #fff;
}

.btn-submit:hover {
  background-color: #1182e4;
  border-color: #1182e4;
  color: #fff;
}

/* for detect script */

label[for="cds_cc_number"] {
  position: relative;
}

#card_type {
  opacity: 0;
  position: absolute;
}

ul.card_logos {
  display: inline-block;
  margin: 5px 0 0 0;
  padding: 0;
}

.card_visa,
.card_mastercard,
.card_amex,
.card_discover {
  display: inline-block;
  width: 41px;
  height: 24px;
  overflow: hidden;
  text-align: left;
  text-indent: -999px;
  background: url(../../2019/cards-clear-24h.png) 0 0 no-repeat;
}

.card_visa {
  background-position: 0px 0;
  display: none;
}

.card_mastercard {
  background-position: -46px 0;
  display: none;
}

.card_amex {
  background-position: -93px 0;
  display: none;
}

.card_discover {
  background-position: -139px 0;
  display: none;
}

.is_visa li,
.is_mastercard li,
.is_amex li,
.is_discover li,
.is_nothing li {
  opacity: 0;
}

.is_visa li.card_visa,
.is_mastercard li.card_mastercard,
.is_amex li.card_amex,
.is_discover li.card_discover {
  opacity: 1;
  display: block;
}

.card_number {
  margin-bottom: 0px;
  padding-bottom: 0px;
  position: relative;
}

.card_number label img {
  vertical-align: bottom;
  margin-left: 4px;
}

.cards {
  position: absolute;
  width: 41px;
  height: 24px;
  top: 42px;
  right: 20px;
}

.optins .form-group {
  padding-bottom: 0;
  padding-top: 0;
}

label[for="cds_opt_in1_Y"],
label[for="cds_opt_in3_Y"] {
  padding-left: 0;
}

footer {
  background: #e6e6e6;
}

/* button span.loader {
  display: none;
  height: 20px;
  width: 20px;
}
button:disabled span.loader {
  display: inline-block;
}
button:disabled *:not(.loader) {
  display: none;
} */

/* Loader */
.loader {
  display: block;
  width: 20px;
  height: 20px;
  border: 3px solid #fff;
  border-bottom-color: transparent;
  border-radius: 50%;
  animation: rotation 0.75s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Responsive: Small Devices / Tablets -> */

@media screen and (min-width: 768px) {
  .cards {
    padding-bottom: 25px;
    margin: 0;
  }

  .offers {
    padding: 20px 40px;
  }
}

/* Responsive: Desktops */
@media screen and (min-width: 992px) {
}
