/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./sfra-webpack-builder/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./sfra-webpack-builder/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./sfra-webpack-builder/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./cartridges/app_storefront_eminence/cartridge/client/default/scss/registration.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://use.typekit.net/tou5pcg.css);
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./sfra-webpack-builder/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./sfra-webpack-builder/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./sfra-webpack-builder/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./cartridges/app_storefront_eminence/cartridge/client/default/scss/registration.scss (1) ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.font-primary {
  font-family: "big-caslon-fb", serif;
}

.font-secondary {
  font-family: "soleil", sans-serif;
}

.font-tertiary {
  font-family: "square-peg", serif;
}

.sr-only {
  position: absolute;
  padding: unset;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: unset;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: unset;
  overflow: visible;
  clip: auto;
}

/* stylelint-disable */
/* stylelint-disable */
.l-grid-wrapper {
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 899.98px) {
  .l-grid-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-grid-row-1-3 {
  width: 33.33%;
}
@media (max-width: 768.98px) {
  .l-grid-row-1-3 {
    width: 100%;
  }
}
.l-grid-row-2-3 {
  width: 66.67%;
}
@media (max-width: 768.98px) {
  .l-grid-row-2-3 {
    width: 100%;
  }
}
.l-grid-spacer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-grid-stroke-edge {
  border: 1px solid #BDB0A5;
}
.l-grid-1-1 {
  width: 100%;
  height: 100%;
}
@media (max-width: 768.98px) {
  .l-grid-1-1 {
    width: 100%;
  }
}
.l-grid-2-1 {
  width: 48%;
}
@media (max-width: 768.98px) {
  .l-grid-2-1 {
    width: 100%;
  }
}
.l-grid-3-1 {
  width: 30%;
  height: 100%;
}
@media (max-width: 768.98px) {
  .l-grid-3-1 {
    width: 100%;
  }
}
.l-grid-4-1 {
  width: 24%;
  height: 100%;
}
@media (max-width: 899.98px) {
  .l-grid-4-1 {
    width: 100%;
  }
}
.l-grid-5-1 {
  width: 18%;
  height: 100%;
}
@media (max-width: 768.98px) {
  .l-grid-5-1 {
    width: 100%;
  }
}
.l-grid-6-1 {
  width: 14%;
  height: 100%;
}
@media (max-width: 768.98px) {
  .l-grid-6-1 {
    width: 100%;
  }
}

/* stylelint-disable */
/* stylelint-disable */
.c-card,
.card {
  border-radius: 0.3125rem;
  border: 1px solid #BDB0A5;
  background: #fff;
}
.c-card-body,
.card-body {
  padding: 1.875rem;
}

.c-password-requirements {
  margin-bottom: 1.25rem;
}
.c-password-requirements-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.375rem 0;
  display: block;
  margin: 0;
}
.c-password-requirements-item::before {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
}
.c-password-requirements-item::before {
  background-image: url("../images/icons/alert-circle.svg");
  height: 1.25rem;
  width: 1.25rem;
}
.c-password-requirements-item::before {
  margin-right: 0.5rem;
}
.c-password-requirements-item.selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.375rem 0;
  display: block;
  margin: 0;
}
.c-password-requirements-item.selected::before {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
}
.c-password-requirements-item.selected::before {
  background-image: url("../images/icons/checked-green.svg");
  height: 1.25rem;
  width: 1.25rem;
}
.c-password-requirements-item.selected::before {
  margin-right: 0.5rem;
}

.b-registration {
  background-color: #F5F2EE;
  margin-bottom: 0.1875rem;
  padding-top: 3.25rem;
  padding-bottom: 6.375rem;
}
.b-registration-button {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 900px) {
  .b-registration-button {
    width: 66%;
  }
}
.b-registration-card {
  border-radius: 0 0 0.3125rem 0.3125rem;
  border: 0.0625rem solid #BDB0A5;
  background: #fff;
}
@media (max-width: 1199.98px) {
  .b-registration-card .f-field-wrapper--half {
    width: 100%;
  }
}
.b-registration-checkmark {
  position: relative;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
}
.b-registration-checkmark::before {
  content: "";
  position: absolute;
  top: 60%;
  left: 45%;
  width: 25%;
  height: 45%;
  border: solid #423636;
  border-width: 0 0.125rem 0.125rem 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.b-registration-signup-emaillist-checkbox-wrapper {
  margin-bottom: 0;
}
.b-registration-signup-emaillist-checkbox-wrapper label {
  margin-left: 0.625rem;
  line-height: 1.5rem;
  font-size: 1rem;
  margin-top: -0.3125rem;
}
.b-registration-create-an-account-wrapper {
  max-width: 18.9375rem;
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
}
.b-registration-unsubscribe-text {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  margin-bottom: 1.875rem;
  margin-left: 1.625rem;
  font-style: italic;
  color: #6E706E;
}
.b-registration-form-skin-concerns {
  padding-bottom: 0.75rem;
  padding-top: 0.25rem;
  margin-bottom: 1.375rem;
  border-bottom: 0.0625rem solid #BDB0A5;
}
.b-registration-form-checkbox-container {
  margin-left: 0.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  max-height: unset;
}
@media (min-width: 900px) {
  .b-registration-form-checkbox-container {
    max-height: 10.625rem;
  }
}
.b-registration-form-checkbox-label {
  margin: 0.875rem 0;
}
.b-registration-form-field-half {
  width: 49%;
}
.b-registration-form-loyalty {
  margin-bottom: 0.75rem;
}
.b-registration-form-loyalty-link {
  text-decoration: underline;
}
.b-registration-form-loyalty-checkbox {
  position: relative;
  top: 0.1875rem;
}
.b-registration-form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.75rem;
}
.b-registration-form-checkboxes-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.625rem;
  width: 100%;
}
@media (min-width: 900px) {
  .b-registration-form-checkboxes-container {
    width: 45%;
  }
}
.b-registration-form-checkboxes-container--large .f-checkbox-label {
  width: 90%;
}
.b-registration-form-checkboxes-input:checked {
  background-color: #444;
}
.b-registration-forgot-password {
  margin-top: 1rem;
  text-align: center;
}
.b-registration-forgot-password > a {
  font-size: 1rem;
}
.b-registration-footer {
  text-align: center;
  margin: 1rem;
}
.b-registration-footer-link {
  font-size: 1rem;
  text-decoration: underline;
}
.b-registration-header {
  margin-bottom: 1.375rem;
}
.b-registration-header-list {
  margin-top: 0.5rem;
}
.b-registration-header-list-content {
  margin-bottom: 0.25rem;
}
.b-registration-inner {
  max-width: 39.75rem;
  margin: 0 auto;
}
@media (max-width: 1199.98px) {
  .b-registration-inner {
    padding: 0 0.625rem;
  }
}
.b-registration-privacy-policy {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  font-style: italic;
  color: #6E706E;
}
.b-registration-privacy-policy-link {
  text-decoration: underline;
  color: #695C21;
}
.b-registration-spa-card {
  text-align: center;
}
.b-registration-spa-card .c-card-body > p {
  text-align: left;
  margin: unset;
}
@media (max-width: 1199.98px) {
  .b-registration-spa-card .c-card-body > p {
    margin-bottom: 0.875rem;
  }
}
.b-registration-tabs-item {
  width: 49%;
}
.b-registration-tabs-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: none;
}
.b-registration-tabs-nav-link {
  text-align: center;
  font-weight: bold;
  padding: 0.875rem;
  position: relative;
  top: 0.0625rem;
  border-bottom: 0.0625rem solid #BDB0A5;
}
.b-registration-tabs-nav-link.nav-link {
  font-size: 1rem;
  height: 100%;
  color: #423636;
  border: 0.0625rem solid #BDB0A5;
  background-color: #fff;
  border-radius: 0.3125rem 0.3125rem 0 0;
}
.b-registration-tabs-nav-link.nav-link:focus {
  /* stylelint-disable-line */
  border-color: #BDB0A5;
}
.b-registration-tabs-nav-link.nav-link:hover {
  /* stylelint-disable-line */
  border-color: #BDB0A5;
}
.b-registration-tabs-nav-link.nav-link.active { /* stylelint-disable-line */
  position: relative;
  padding: 0.5625rem;
  border: 0.0625rem solid #BDB0A5;
  border-top: 0.4375rem solid #C2B835;
  border-bottom: none;
  background-color: #fff;
  color: #423636;
  font-weight: 700;
}
.b-registration-title {
  margin: 0.75rem 0;
}
.b-registration-title-container {
  text-align: center;
  margin-bottom: 1.875rem;
}
.b-registration .f-field.is-invalid::before {
  z-index: 10;
  top: 1.25rem;
}
.b-registration .f-field--password .f-field-input {
  padding-right: 3.5rem;
}
.b-registration .f-button--password {
  padding: 0;
  width: auto;
}
@media (min-width: 900px) {
  .b-registration-become-partner-cta {
    width: 20.625rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1.3125rem;
  }
}

[aria-labeledby=spa-tab] .c-card-body p {
  text-align: justify;
}

.g-recaptcha {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}

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