@charset "UTF-8";

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

.topBluebar {
  min-height: 45px;
  background-color: var(--blue);
}

.hero {
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  background: var(--white);

  &.heroFb {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}

.heroZipForm {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;

  picture img {
    max-width: 411px;
    width: 100%;
  }
}

.hero h1 {
  margin: 0;
  padding: 0 0 20px 0;
  color: var(--primary-color);
  font-family: "Lexend Deca", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 52px;
  line-height: 48px;
  text-align: left;
}

.hero .subHeading {
  color: var(--primary-color);
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 28px;
}

.hero h1 span {
  display: block
}

.hero h2 {
  margin-bottom: 28px;
  color: var(--dark-gray);
  font-family: "Lexend Deca", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.192px;
  font-size: 24px;
  line-height: normal;
  text-align: left;
}

.hero p {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: var(--medium-700-gray);
  letter-spacing: -0.2px;
  margin: 0;
}

.hero:not(.heroEmail):not(.heroFb) {
  h2 {
    font-size: 22px;
  }
}

.heroFooter {
  margin-top: 24px;

  h4 {
    color: var(--primary-color);
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
  }

  ol {
    padding-left: 0;
    margin-bottom: 0;
    max-width: max-content;
    margin-left: auto;
    margin-right: auto;
    counter-reset: my-counter;
    list-style: none;
    transform: translateX(18px);
  }
  
  ol li {
    position: relative;
    padding-left: 4px;
    color: var(--medium-700-gray);
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.216px;
    
    &:not(:last-child) {
      margin-bottom: 6px;
    }

    &:before {
      content: counter(my-counter);
      counter-increment: my-counter;
      color: var(--white);
      position: absolute;
      background-color:  var(--blue);
      width: 18px;
      height: 18px;
      border-radius: 50%;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      left: -20px;
      font-size: 13px;
      top: 5px;
      text-align: center;
    }
  }
}

.heroEmail {
  .img-fluid {
    max-width: 454px;
  }

  .floatingImg {
    position: absolute;
    bottom: 40px;
    right: 95%;
    pointer-events: none;

    img {
      max-width: 120px;
      width: auto;
    }
  }

  .zipContainer {
    .input-group {
      align-items: flex-start;
    }

    .textfield {
      margin-bottom: 0;
    }

    .btn {
      width: 230px;
    }
  }

  h1 {
    font-size: 52px;
  }
}

.zipContainer {
  display: block;
  padding: 1px;
  width: 100%;
  max-width: 536px;
}

.hero picture img {
  border-radius: 20px;
}

.textfield {
  padding: 16px 20px;
  color: var(--medium-gray);
  font-size: 20px;
  line-height: 32px;
  font-family: var(--primary-font);
  letter-spacing: -0.2px;
  font-weight: 400;
  border-color: var(--medium-gray);
  background: var(--white);
  border-radius: 10px;
  box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.15);
  margin-bottom: 12px;
  
  &::placeholder, &:focus {
    font-weight: 400;
    color: var(--medium-gray);
  }
}


.btn-default {
  color: var(--white);
  font-weight: 600;
  background-color: var(--secondary-color);
  line-height: 28px;
  padding-top: 20px;
  padding-bottom: 16px;
  letter-spacing: 0.192px;
  border-color: var(--secondary-color);
}

.btn-default.active,
.btn-default:active,
.btn-default:focus,
.btn-default:hover {
  color: var(--white) !important;
  background-color: var(--dark-red) !important;
  border-color: var(--dark-red) !important;
}

.btn-default.disabled.active,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].active,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: var(--dark-red);
  border-color: var(--dark-red)
}

.card-disclaimer {
  color: #707070;
  font-family: "Lexend Deca", sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.bullets {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #00366f;
  font-family: "Lexend Deca", sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.bullets li {
  padding: 0 0 25px 0;
}

.bullets li span {
  display: inline-block;
  width: 20px;
  text-align: center;
}

input {
  vertical-align: middle
}

.message {
  display: inline-flex;
  margin-bottom: 0;
  padding: 0;
  color: #dc3545;
  font-family: "Lexend Deca", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-align: left
}

#TrustedSiteBadge {
  display: none;
}

@media (min-width:991px) and (max-width:1199px) {
  .hero h1 {
    font-size: 3em;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .hero {
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 35px;
  }

  .hero h1 {
    font-size: 30px;
    line-height: 36px;
    margin-top: 20px;
  }

  .hero h2 {
    font-size: 1.25em;
  }

  .zipContainer {
    max-width: 100%;
  }

  .heroEmail {
    h1 {
      font-size: 40px;
      line-height: 48px;
    }
  }
}

@media screen and (max-width:767px) {
  .hero {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .hero h1 {
    margin-top: 20px;
    font-size: 40px;
    text-align: center;
    line-height: 48px;
    padding-bottom: 24px;
  }

  .hero h1 span {
    display: inline
  }

  .hero h2 {
    font-size: 1.25em;
    text-align: center
  }

  .hero p {
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
  }

  .hero:not(.heroEmail):not(.heroFb) h2 {
    color: var(--medium-gray);
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
  }

  .zipContainer {
    display: block;
    margin: 0 auto;
    padding: 1px;
  }

  .textfield {
    margin-bottom: 15px;
    border-radius: 6px;
    font-size: 16px;
    line-height: 32px;
  }

  .btn-default {
    font-size: 20px;
    width: 100%;
    line-height: 24px;
    border-radius: 6px;
  }

  .message {
    text-align: center
  }

  #TrustedSiteBadge {
    display: block;
    margin: 0 auto;
    padding-left: 0;
    padding-bottom: 0;
    text-align: center;
  }

  .bullets {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #00366f;
    font-family: "Lexend Deca", sans-serif;
    font-size: 20px;
    font-weight: 500;
  }

  .bullets li {
    margin: 0 auto;
    padding: 0 0 35px 0;
    width: 75%;
    text-align: center;
  }

  .bullets li span {
    display: block;
    margin: 0 auto;
    width: 20px;
    text-align: center;
  }

  .bullets li span .fas {
    font-size: 28px;
  }

  .heroFooter{
    ol li {
      margin-left: 2rem;
    }

    ol {
      transform: none;
    }

    h4 {
      font-size: 20px;
      line-height: 24px;
    }
  } 

  .heroEmail.hero {
    padding-bottom: 20px;

    h1 {
      font-size: 40px;
      line-height: 48px;
    }

    h2 {
      font-size: 20px;
      line-height: 24px;
      font-weight: 500;
      color: var(--medium-gray);
    }

    .input-group {
      flex-direction: column;

      #txtZip {
        width: 100%;
        margin-bottom: 12px;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
      }

      #btn1 {
        width: 100%;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
        margin-left: 0;
      }
    }
  }

  .heroFb {
    h1 {
      margin-top: 0;
      padding-left: 10px;
      padding-right: 10px;
    }
  }
}

@media (min-width:439px) and (max-width:639px) {
  .zipContainer {
    display: block;
    margin: 0 auto;
  }

  .zipContainer2 {
    width: 70%
  }
}

@media (min-width:320px) and (max-width:439px) {
  .zipContainer {
    display: block;
    margin: 0 auto;
  }
}

@media screen and (max-width: 414px) {
  .hero h2 {
    font-size: 1.25em
  }
}

@media screen and (max-width: 390px) {
  .hero h2 {
    font-size: 1.125em
  }

  .heroFb h1 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 375px) {

  .hero h2 {
    font-size: 1.125em
  }
}

@media screen and (max-width: 360px) {
  .mobile-menu li a {
    font-size: 13px;
  }

  .hero h2 {
    font-size: 1.125em
  }
}

@media screen and (max-width: 320px) {
  .mobile-menu li a {
    font-size: 11px;
  }

  .zipContainer {
    display: block;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .heroEmail {
    .floatingImg {
      right: auto;

      img {
        width: 90px;
      }
    }

    .wow {
      width: 70%;
      display: block;
      margin-left: auto;
    }
  }
}