.page-header, .subtitle {
  color: #000000;
}

.page-header h1 {
  margin: 0 0 16px;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 1.133;
}

.title-primary {
  max-width: 350px;
  font-weight: 700;
  font-size: 20px;
  margin: 0 auto 20px;
  color: #430a37;
}

.title-secondary {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  line-height: 1.44;
}

.zipform {
  width: 90%;
  margin: 22px auto;
  justify-content: space-between;
}

.zipform > input {
  width: 100% !important;
  height: 42px;
  background-color: #ffffff;
  margin: 0 10px 0 0 !important;
  padding: 6px 10px !important;
  font-size: 16px;
}

.zipform > button {
  width: 100%;
  height: 42px;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
}

.zipform > .error {
  width: 90%;
  margin: 0;
  font-size: 14px !important;
  text-align: center;
}

.zipherosuccess > button {
  font-size: 15px;
  margin-top: 15px !important;
}

.clean13-valid-zip {
  display: block;
  max-width: 590px;
  width: 90% !important;
  margin: 10px auto 0 !important;
  line-height: 1.4;
}

.clean13-valid-zip > span {
  font-size: 14px !important;
}

.clean13-valid-zip > button {
  width: 50%;
  padding: 0;
  margin-top: 10px;
}

.bm-refund {
  display: none;
  width: 100%;
  margin: -16px 0 16px;
  padding: 10px 10px;
  background-color: #1F730A;
  font-size: 15px;
  color: #ffffff;
  line-height: 1.4;
  text-align: center;
}

.bm-refund strong {
  display: block;
}

[data-step="2"] .bm-refund {
  display: block;
}

.membership-details > h3 {
  margin: 30px 0 0;
  font-size: 20px;
  text-align: center;
  color: #000000;
}

.membership-details > h4 {
  margin: 35px 0 15px;
  font-weight: 700;
  color: #000000;
}

.membership-details-list {
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 1.5;
}

.membership-details-list > li {
  position: relative;
  margin: 0 0 14px;
  padding: 0 0 0 20px;
}

.membership-details-list > li:before {
  content: '\2022';
  position: absolute;
  left: 0;
}

.membership-guarantee {
  display: none;
  position: relative;
  margin: 40px 0 0;
  padding: 0 16px 4px;
  border-radius: 5px;
  background: #e6ffd7;
}

[data-step="3"] .membership-guarantee {
  display: block;
}

.membership-guarantee > .icon {
  width: 70px;
  height: 70px;
  background: url(../images/guarantee.png);
  position: relative;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}

.membership-guarantee > h3 {
  margin: -25px 0 20px;
  font-weight: 700;
  font-size: 17px;
  text-align: center;
  color: #000000;
}

.clean13-added-text {
  margin-bottom: 0 !important;
}


/* Mobile only */
@media (max-width: 767px) {
  .page-caption strong {
    font-size: 18px;
  }

  .page-header {
    padding: 20px 0 0 !important;
  }

  .page-header > .row {
    margin: 0;
  }

  .title-primary {
    line-height: 1.4;
  }
}


/* Desktop only */
@media (min-width: 768px) {
  .page-header {
    padding-left: 4% !important;
    padding-right: 4% !important;
  }

  .page-header h1 {
    margin: 0 0 30px;
    font-size: 30px !important;
  }

  .title-primary {
    max-width: none;
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 25px;
  }

  .title-secondary {
    font-size: 22px;
    line-height: 1.6;
  }

  .subtitle {
    margin: 30px auto !important;
  }

  .zipform {
    width: 60%;
    margin: 24px auto;
    justify-content: center;
  }

  .zipform > input {
    width: 45% !important;
    height: 55px;
    font-size: 30px;
    margin: 0 10px 0 0 !important;
  }

  .zipform > button {
    width: 40%;
    height: 55px;
    padding: 6px 10px;
    font-size: 25px;
  }

  .zipform > .error {
    font-size: 22px !important;
    line-height: 1.5;
  }

  .clean13-valid-zip {
    width: fit-content !important;
    margin: 0 auto !important;
  }

  .clean13-valid-zip > span {
    font-size: 22px !important;
  }

  .bm-refund {
    font-size: 20px;
  }

  .membership-details > h3 {
    margin: 20px 0 0;
    font-size: 18px;
  }

  .membership-details > h4 {
    margin: 25px 0 15px;
  }

  .membership-details-list {
    font-size: 12px;
    margin-bottom: 15px;
  }

  .membership-details-list > li {
    margin-bottom: 8px;
  }

  .membership-guarantee {
    margin-top: 60px;
  }

  #step-3 .membership-guarantee {
    display: none !important;
  }

  .zipherosuccess > button {
    font-size: 25px;
  }
}
