.tiny-loading {
  padding-top: 0.625rem;
}
.tiny-loading.printer-selector {
  margin-top: 1rem;
}
.tiny-loading-icon {
  margin-right: 0.5rem;
}

.printer-selector-wrapper {
  text-align: left;
  margin-top: 0.5rem;
}
.printer-selector-wrapper select {
  margin-bottom: 1rem;
}
.printer-selector-wrapper .printer-selector-brand select {
  margin-bottom: 0;
}
.printer-selector-wrapper .series-selector, .printer-selector-wrapper .cartridge-selector {
  margin-top: 1rem;
}
.printer-selector-wrapper .printer-selector-tabs {
  border: 0;
  padding: 0;
  margin: 2rem 0 0;
}
.printer-selector-wrapper .selector-tab {
  background: #ffffff;
  border: 1px solid #ccc;
  border-radius: 0 0.3125rem 0.3125rem 0.3125rem;
  padding: 1rem 2rem;
}
.printer-selector-wrapper .selector-tab .brand-label, .printer-selector-wrapper .selector-tab .series-selector, .printer-selector-wrapper .selector-tab .model-selector {
  color: #333333;
}
.printer-selector-wrapper input {
  display: none;
}
.printer-selector-wrapper input + label {
  display: inline-block;
  border: 1px solid #ccc;
  border-top: 3px solid transparent;
  background: #ccc;
  padding: 0.5rem 0.75rem;
  border-radius: 0.3125rem 0.3125rem 0 0;
  position: relative;
  top: 1px;
  margin: 0 -0.4375rem 0 0;
}
.printer-selector-wrapper input + label:before, .printer-selector-wrapper input + label:after {
  display: none;
}
.printer-selector-wrapper input:checked + label {
  background: #ffffff;
  border-top: 3px solid #73bf44;
  border-bottom: 1px solid transparent;
}
.printer-selector-wrapper .button {
  margin: 1rem 0 1.5rem;
  padding-right: 0;
  padding-left: 0;
}

.callout.success {
  padding: 0.5rem 1rem 0.5rem 3.5rem;
  border-color: #00aa61;
  color: #333333;
}
.callout.success:before {
  content: url("../../images/icons/success.svg");
}
.callout.success.closeable {
  padding-right: 2.5rem;
}

.callout.error {
  padding: 0.5rem 1rem 0.5rem 3.5rem;
  border-color: #e12b1d;
  color: #333333;
}
.callout.error:before {
  content: url("../../images/icons/error.svg");
}
.callout.error.closeable {
  padding-right: 2.5rem;
}

.callout.alert {
  padding: 0.5rem 1rem 0.5rem 3.5rem;
  border-color: #e12b1d;
  color: #333333;
}
.callout.alert:before {
  content: url("../../images/icons/error.svg");
}
.callout.alert.closeable {
  padding-right: 2.5rem;
}

.page-title {
  text-align: center;
}

.cms-section {
  margin: 5rem auto;
}

.card {
  margin: 2rem auto 1rem;
  background-color: #fffbf7;
  padding: 0 1rem;
  box-shadow: 0px 2px 4px 0 rgba(22, 45, 57, 0.2);
  background: radial-gradient(ellipse at center, #fff 60%, #fff6ee 99%);
  border: 1px solid #eedeba;
  border-bottom: 5px solid #81c657;
  box-shadow: none;
}

.card.fill-height {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: calc(100% - 3rem);
}
.card.fill-height > div {
  width: 100%;
}
.card.fill-height .coupon-box {
  padding: 2rem 1rem;
}

.coupon-detail {
  margin-top: 2rem;
}
.coupon-container {
  margin: 1rem 0;
}
.coupon-promo {
  font-size: 1.5625rem;
  font-family: "Roboto Slab", Cambria, "Times New Roman", serif;
  font-weight: 700;
  color: #559a13;
}
.coupon-exp {
  font-size: 0.9375rem;
}
.coupon-code {
  display: inline-block;
  background-color: #f2fce2;
  padding: 0.1875rem 0.625rem;
}
.coupon-box {
  border-top: 2px dashed #9ed37d;
  margin-top: 1rem;
  padding: 1rem;
}
.coupon-box .full-width {
  width: 100%;
}
.coupon-box .button {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.cms-coupon .printer-selector-wrapper .brand-label {
  display: none;
}

.coupon-sub-box {
  background-color: #fffbf7;
  padding: 1.4rem 0.5rem;
  box-shadow: none;
  background: radial-gradient(ellipse at center, #fff 60%, #fff6ee 99%);
  margin: 2rem auto 1rem;
  border: 1px solid #eedeba;
  border-bottom: 5px solid #81c657;
}
.coupon-sub-box .form.subscribe {
  margin: 1.15rem auto;
}
.coupon-sub-box input[type=email] {
  margin: 0;
  padding: 0.9375rem 1.5rem;
}
.coupon-sub-box .button {
  width: 100%;
  margin-top: 1rem;
}
.coupon-sub-box .artwork {
  max-width: 12.5rem;
}
.coupon-sub-title {
  font-size: 1.875rem;
  font-family: "Roboto Slab", Cambria, "Times New Roman", serif;
  font-weight: 700;
}
.coupon-sub-policy {
  font-size: 0.9375rem;
  line-height: 1.2;
  font-style: italic;
}

.cp-selector-wrapper {
  background-color: #fffbf7;
  background: radial-gradient(ellipse at center, #fff 60%, #fff6ee 99%);
  padding: 2rem 1rem;
  border: 1px solid #eedeba;
  border-bottom: 5px solid #81c657;
}

.selector-title {
  margin-top: 0;
}

.search-form-wrapper {
  margin-top: 1rem;
}
.search-form-wrapper .input-wrapper input {
  margin-bottom: 1rem;
}
.search-form-wrapper .button {
  width: 100%;
}

button.copy-button.copy-active {
  background: none;
  box-shadow: none;
  border: 1px dashed #559a13;
  text-shadow: none;
  color: #559a13;
  border-radius: 0.3125rem;
  padding-left: 1rem;
  padding-right: 1rem;
  cursor: unset;
}
button.copy-button.copy-active:hover, button.copy-button.copy-active:active, button.copy-button.copy-active:focus {
  background: none;
  box-shadow: none;
  color: #559a13;
}

.divider-or {
  text-align: center;
  margin: 1.5rem auto 2rem;
}
.divider-or:after {
  background: #fffbf7;
  content: "or";
  color: #559a13;
  display: inline-block;
  font-size: 1.0625rem;
  font-weight: 800;
  padding: 0 1rem;
  position: relative;
  text-transform: uppercase;
  top: -0.7083333333rem;
}

@media screen and (min-width: 48em) {
  .divider-or.mediumh {
    margin: 0 1.25rem 0 0.75rem;
    border: 0;
    border-right: 1px solid #6ec719;
    min-height: 9.375rem;
  }
  .divider-or.mediumh:after {
    padding: 0.625rem 0;
    right: -0.85rem;
    top: 4.0625rem;
  }
  .search-form-wrapper {
    width: 90%;
    margin: 1rem auto 0.5rem;
  }
  .coupon-sub-box .form.subscribe {
    display: flex;
  }
  .coupon-sub-box .button {
    margin-top: 0;
    margin-left: 1rem;
  }
}
@media screen and (min-width: 64em) {
  .coupon-sub-box {
    padding: 1.5rem 2rem;
  }
  .coupon-sub-box .artwork {
    margin-right: 2rem;
  }
  .coupon-code .coupon {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 75em) {
  .divider-or.mediumh {
    margin: 0 3rem 0 2rem;
  }
  .card.fill-height .coupon-box {
    padding: 1.75rem 2.15rem;
  }
  .search-form-wrapper {
    width: 75%;
  }
}
/*# sourceMappingURL=coupon.css.map */
