.authenticateWrapper {
  text-align: center;
  color: #585858;
}

.authenticateWrapper--main {
  background-color: #d2d2d2;
}

.authenticateWrapper--gray {
  background-color: #EBEBEB;
}

.authenticateWrapper--gray b {
  font-family: "Nunito-Bold";
  text-transform: uppercase;
}

.authenticateWrapper h1, .authenticateWrapper h2, .authenticateWrapper .bigTitle {
  font-family: "Nunito-ExtraBold";
  color: #a37b2c;
  text-transform: uppercase;
  margin-bottom: 10px;
}

@media only screen and (min-width: 769px) {
  .authenticateWrapper h1, .authenticateWrapper h2, .authenticateWrapper .bigTitle {
    margin-bottom: 20px;
  }
}

.authenticateWrapper h1, .authenticateWrapper .bigTitle {
  letter-spacing: 2px;
  font-size: 16px;
}

@media only screen and (min-width: 769px) {
  .authenticateWrapper h1, .authenticateWrapper .bigTitle {
    font-size: 18px;
  }
}

.authenticateWrapper h2 {
  letter-spacing: 1px;
  font-size: 14px;
}

@media only screen and (min-width: 769px) {
  .authenticateWrapper h2 {
    font-size: 16px;
  }
}

.authenticateWrapper h3 {
  font-family: "Nunito-Bold";
  text-transform: uppercase;
  margin-bottom: 10px;
  display: inline-block;
  padding: 4px 6px;
  background-color: #a37b2c;
  color: #fff;
}

@media only screen and (min-width: 769px) {
  .authenticateWrapper h3 {
    margin-bottom: 20px;
    padding: 4px 12px;
  }
}

.authenticateWrapper .comingSoon {
  font-family: "Nunito-ExtraBold";
  text-decoration: underline;
  text-transform: uppercase;
}

.authenticateWrapper img.primary {
  width: 100%;
  margin-top: 20px;
}

@media only screen and (min-width: 769px) {
  .authenticateWrapper img.primary--main {
    display: inline-block;
    width: 50%;
    float: left;
  }
}

.authenticateWrapper .clear {
  content: '';
  clear: both;
  display: block;
}

.authenticateWrapper hr.goldLine {
  border-color: #a37b2c;
  border-style: solid;
  border-bottom: none;
  width: 50%;
}

.authenticateWrapper .authenticateSection {
  padding: 20px 10px;
}

@media only screen and (min-width: 769px) {
  .authenticateWrapper .authenticateSection {
    padding: 40px 10px;
  }
}

.authenticateWrapper .authenticateSection--main {
  margin: 0 10px;
}

@media only screen and (min-width: 769px) {
  .authenticateWrapper .authenticateSection--main {
    margin: 0;
    display: inline-block;
    width: 50%;
    float: right;
    padding-top: 10%;
  }
}

@media only screen and (min-width: 769px) {
  .authenticateWrapper .authenticateSection--check .description, .authenticateWrapper .authenticateSection--check img {
    display: inline-block;
    float: left;
    width: 50%;
  }
  .authenticateWrapper .authenticateSection--check .description {
    padding: 10% 100px;
  }
}

.authenticateWrapper .authenticateServiceWrapper {
  display: flex;
  justify-content: space-between;
  margin: 0 10px;
}

.authenticateWrapper .authenticateServiceWrapper img {
  width: 30%;
  max-width: 208px;
}

@media only screen and (min-width: 769px) {
  .authenticateWrapper .authenticateServiceWrapper img {
    margin: 0 10px;
  }
}

@media only screen and (min-width: 769px) {
  .authenticateWrapper .authenticateServiceWrapper {
    margin: auto;
    padding: 0 100px;
    justify-content: center;
  }
}

.authenticateWrapper .authenticateBrandWrapper {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.authenticateWrapper .authenticateBrandWrapper span {
  width: 33%;
  font-family: "Nunito-Bold";
  text-transform: uppercase;
  margin-bottom: 10px;
}

@media only screen and (min-width: 769px) {
  .authenticateWrapper .authenticateBrandWrapper span {
    width: 20%;
  }
}

.authenticateWrapper .authenticatePricingWrapper {
  margin: 10px auto 0;
  display: flex;
  justify-content: space-around;
}

@media only screen and (min-width: 769px) {
  .authenticateWrapper .authenticatePricingWrapper {
    max-width: 600px;
  }
}

.authenticateWrapper .authenticatePricingWrapper .authenticatePricing {
  border: 1px solid #a37b2c;
  border-radius: 4px;
  text-transform: uppercase;
  width: 47%;
  font-size: 10px;
  padding: 20px 0;
}

.authenticateWrapper .authenticatePricingWrapper .authenticatePricing span {
  font-family: "Nunito-Bold";
  color: #a37b2c;
  font-size: 16px;
  display: block;
}

.authenticateWrapper .authenticateHowWrapper {
  margin-top: 10px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.authenticateWrapper .authenticateHowWrapper .authenticateHow {
  width: 48%;
}

.authenticateWrapper .authenticateHowWrapper .authenticateHow img {
  width: 100%;
}

.authenticateWrapper .authenticateHowWrapper .authenticateHow span {
  display: block;
  font-family: "Nunito-ExtraBold";
  font-size: 16px;
  color: #a37b2c;
  margin-bottom: 10px;
}

.authenticateWrapper .authenticateHowWrapper .authenticateHow b {
  font-family: "Nunito-Bold";
  color: #a37b2c;
}

@media only screen and (min-width: 769px) {
  .authenticateWrapper .authenticateHowWrapper .authenticateHow {
    width: 20%;
  }
  .authenticateWrapper .authenticateHowWrapper .authenticateHow img {
    max-width: 120px;
    margin: auto;
  }
}

@media only screen and (min-width: 769px) {
  .authenticateWrapper .authenticateDisclaimer {
    max-width: 560px;
  }
}

/*# sourceMappingURL=authenticate.css.map */
