@import url('/static/common.css');

.header {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 24px 16px;
}

.appinfo {
  text-align: left;
}

.appowner {
  font-size: 0.75rem;
}

.top-banner {
  display: flex;
  flex-direction: row wrap;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 500px) {
  .top-banner {
    flex-direction: column;
  }
}

.accountArea {
  margin: 0px 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.sign-out-inline input[type='submit'],
input[type='submit'].small {
  margin: 0;
  font-size: 85%;
  padding: 3px 15px;
  /* border: 0.5px solid #666; */
  color: #344153;
  background: #f5f5f5;
  cursor: pointer;
}

h1 {
  color: #344153;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: left;
  margin-bottom: 0px;
}

h2 {
  font-size: 1.125rem;
  font-weight: bold;
  color: #959ca6;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 8px;
  margin-top: 24px;
}

.csp-btn-primary {
  background: linear-gradient(to right, #ffb13d, #ff7a00) !important;
}

a {
  color: #ff8833;
}

.cardElement {
  margin: 8px -6px 5px 0px;
  padding: 14px 10px 8px;
  border: 1px solid #ffc298;
}

.card-types {
  margin: 8px 0 0 10px;
}

.success {
  max-height: 60%;
  max-width: 600px;
  margin: auto;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 24px;
  overflow-y: scroll;
}

.home-link {
  margin-top: 30px;
}

@media screen and (max-height: 500px), screen and (max-width: 500px) {
  .success {
    font-size: 16px;
  }
}

@media screen and (max-height: 350px), screen and (max-width: 300px) {
  .success {
    font-size: 12px;
  }
}

/* new purchase pages */
.as-seen-on {
  width: 100%;
  margin: 0;
  height: 130px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}

.as-seen-on-item {
  margin: 0 1.5% 0 1.5%;
  height: 40%;
}

.as-seen-on {
  background: url('/static/gw_press/background.png') repeat;
  background-size: 100%;
}

@media only screen and (max-width: 1400px) {
  .as-seen-on-item {
    height: 30%;
  }
}

@media only screen and (max-width: 1080px) {
  .as-seen-on-item {
    height: 20%;
  }
}

@media only screen and (max-width: 360px) {
  .as-seen-on-item {
    height: 15%;
  }
}

/* as seen on (alt) */
.as-seen-on-alt {
  opacity: 0.5;
  background: transparent;
  width: 100%;
  margin: 2rem 0;
  display: flex;
  flex-flow: row wrap;
  align-items: space-evenly;
  justify-content: space-evenly;
  align-items: center;
}

.as-seen-on-item-alt {
  flex-basis: auto;
  flex-wrap: wrap;
  margin: 0.618rem;
}

.content {
  max-width: 800px;
  margin: auto;
}

@media (max-width: 900px) {
  .content {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.content h1 {
  font-weight: 600;
  font-size: 30pt;
}

.content h4:not(.section-title) {
  color: #8d949e;
  text-transform: uppercase;
  letter-spacing: 0.14rem;
  font-size: 11pt;
  text-align: center;
  margin: 30px 0 8px 0;
}

.separator {
  width: 109px;
  height: 1.5px;
  background: black;
  margin: auto;
}

.testimonial {
  margin-top: 50px;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
}

.testimonial-text q {
  font: italic 24px 'Source Serif Pro', serif;
}

.testimonial-text .attribution {
  color: #828993;
  font-weight: 600;
  font-size: 13px;
}

.attribution-area {
  display: flex;
  align-items: flex-start;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.author-small {
  width: 150px;
  height: auto;
  margin-left: 12px;
  margin-top: 12px;
}

.author-big {
  margin-left: 24px;
  width: 225px;
  height: auto;
}

.author-small {
  display: none;
}

@media (max-width: 600px) {
  .content h1 {
    font-size: 20pt;
  }

  .content h4:not(.section-title) {
    font-size: 9pt;
  }

  .testimonial-text q {
    font-size: 18px;
  }
}

@media (max-width: 500px) {
  .author-big {
    display: none;
  }

  .author-small {
    display: initial;
  }

  .attribution {
    margin-top: 24px;
  }
}

.currency {
  margin-top: 30px;
  display: flex;
  flex-flow: row;
  justify-content: flex-end;
}

.benefits {
  background: #3b99a3;
  min-width: 300px;
  flex-basis: 100%;
  flex: 1;
  padding: 0;
  margin: 0;

  display: flex;
  flex-flow: column;
}

.benefits h2 {
  margin: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  line-height: 170%;
  background: url('/static/soothe_pattern.png') repeat;
  background-size: 100%;

  border-radius: 12px 12px 0 0;
}

h5 {
  color: white;
  background: black;
  font-weight: 600;
  font-size: 16px;
  margin: 0;
  padding-top: 18px;
  padding-left: 24px;
  padding-bottom: 18px;
}

.benefits h5 {
  background: linear-gradient(to right, #207983, #3b99a3);
}

h6 {
  font-weight: bold;
  font-size: 1rem;
}

.benefits_list {
  margin-top: 12px;
  margin-bottom: 30px;
}

.benefit-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.benefit-item-icon {
  width: 50px;
  padding: 0px;
  margin-left: 14px;
}

.benefit-item-icon > img {
  transform: scale(0.5);
  margin: 0px;
}

.benefit-description {
  margin-left: 12px;
  margin-right: 24px;
}

.benefit-description h6 {
  color: white;
  margin: 14px 0 0 0;
}

.benefit-description p {
  color: white;
  margin: 4px 0 0 0;
  font-size: 13px;
}

.checklist {
  background: url('/static/bg_checklist.png') repeat;
  background-size: 100%;
  padding: 24px;

  flex-basis: 100%;
  flex: 1;
}

.check-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 12px;
}

.check-item-icon img {
  transform: scale(0.5);
  margin: 0px;
}

.check-item-text {
  color: white;
  font-weight: bold;
  font-size: 20px;
  margin: 0px 14px 0px 24px;
}

.action-footer {
  border-radius: 0 0 12px 12px;
}

@media (max-width: 700px) {
  .actions {
    margin-left: 0;
  }

  .benefits {
    border-radius: 12px 12px 0 0;
  }
}

@media (min-width: 700px) {
  .checklist {
    border-radius: 0 0 12px 12px;
  }

  .register-form > h5,
  .login-form > h5 {
    border-radius: 12px 12px 0 0;
  }

  .benefits {
    border-radius: 12px;
  }
}

.actions h5 {
  background: #ff8833;
}

.actions a {
  text-decoration: underline;
  color: #353c44;
  font-weight: 600;
}

.action-content {
  margin: 24px;
}

.action-content p {
  color: #353c44;
  font-size: 13px;
}

.actions label {
  display: block;
  font-weight: bold;
  font-size: 16px;
  margin-top: 12px;
}

.sign-out-inline > input {
  margin-top: 0px;
}

#discountPrompt {
  margin-top: 0px;
  margin-bottom: 24px;
}

.discount-area {
  display: flex;
  flex-flow: row;
}

.action-footer {
  background: #ffe0c9;
  flex-basis: 100%;
  flex: 1;
  padding-top: 12px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.item {
  margin-top: 12px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.item-name {
  text-align: left;
  margin: 0px;
  font-weight: bold;
  font-size: 13pt;
}

.item-price {
  text-align: right;
  margin: 0px;
  font-weight: bold;
  font-size: 13pt;
}

.item-price-highlight {
  color: #ff7a00;
}

.total {
  border-top: 1px solid #000;
}

.total .item-price {
  /* font-size: 1.25rem; */
  padding-top: 6px;
}

.total .item-name {
  /* font-size: 1.25rem; */
  padding-top: 6px;
}

.existing {
  margin-top: 60px;
  font-size: 10px;
}

input[type='submit'].subscribe,
.actionable-button.button-primary {
  background: linear-gradient(to right, #ffb13d, #ff7a00);
  font-weight: bold;
  font-size: 14pt;
  width: auto;
  margin-bottom: 30px;
  height: 48px;
}

.quote-list {
  margin-top: 40px;
}

.quote {
  margin-top: 24px;
}

.quote q {
  display: block;
  color: #555d67;
  text-align: center;
  font: italic 24pt 'Source Serif Pro', serif;
  margin: 0;
}

.quote .attribution {
  color: #828993;
  text-align: center;
  font-weight: 600;
  font-size: 13pt;
  margin: 0;
}

.terms {
  color: #353c44;
  font-size: 0.6rem;
  text-align: center;
  margin-left: 24px;
  margin-right: 24px;
}

/* -------- */

.redemption-page .page-header {
  background-image: url('/static/gw_bg.jpg');
  background-size: cover;
  background-position: 50% 50%;
}

.reviews-section {
  background-color: #ddd;
  background-image: url('/static/gw_bg.jpg');
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: no-repeat;
  background-clip: scroll;
}

.cta-button,
.button-primary,
.main-app-bg {
  background-color: linear-gradient(90deg, #ff7a00 0%, #ffc164 100%);
}

.alt-ui .button-outline--secondary {
  border-color: #ff8833;
  color: #ff8833;
  background: #fff1e9;
  font-size: 1rem;
}

a,
.main-app-color {
  color: #ff7a00;
}

.light-bg {
  background: #fff1e9 !important;
}

.redemption-page .redemption-form .form-submit-btn {
  background: #ff8833;
}

/* Embeds */

.embed-body {
  max-width: 800px;
  margin: auto;
}
.embed-header {
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 40px;
}
.embed-header h1 {
  font-size: 1.75rem;
  text-align: center;
  margin: 0 24px;
}

.payments-form-embed {
  margin: 0;
  padding: 0px 24px;
  display: flex;
  flex-direction: column;
}

.embed_header {
  width: 100%;
  height: 74px;

  padding: 40px 24px 20px;

  color: white;
  background: url('/static/background_embed.jpg');
  background-size: cover;
  margin: 0;
}

.embed_header h1 {
  font-size: 16px;
  font-weight: bold;
  margin: 0px;
  color: white;
}

.embed_header p {
  font: 400 16px 'Source Serif Pro', serif;
  margin: 8px 0 0;
  text-align: center;
}

.embed_header_combined {
  width: 100%;
  height: 74px;

  padding: 16px;
  padding-bottom: 20px;

  color: white;
  background: url('/static/background_embed.jpg');
  background-size: cover;
  margin: 0;

  text-align: left;
}

.embed_header_combined h1 {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0px;
  margin-top: 4px;
  text-align: left;
  color: white;
}

.embed_header_combined h4 {
  font-weight: 600;
  font-size: 0.875rem;
  margin: 0px;
  color: white;
}

.content-embed {
  margin-top: 0px !important;
  padding-bottom: 24px !important;
}

.form-embed {
  display: flex;
  flex-direction: column;
  margin: 0 !important;
  padding: 0 !important;
  background: #fff1e9 !important;
}

.discountEmbed {
  margin-top: 18px !important;
  padding-left: 3px;
  margin-bottom: 0px !important;
}

.embed-footer {
  background: white !important;
  padding: 12px 24px 24px 24px;
}

.embed-footer-modern {
  background: white !important;
  padding: 12px 0px 24px 0px !important;
}

.embed-footer .before-submit {
  padding-top: 0 !important;
}

.money-back-guarantee-embed {
  color: #007180;
  display: flex;
  flex-direction: row;
  align-items: start;
}

.money-back-guarantee-embed .money-back-guarantee__icon {
  fill: #007180;
}

/* New mobile friendly styles */

.mf-currency {
  display: none;
}

.mf-main-area {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}

.mf-product-info {
  width: 100%;
}

.mf-product-info > h1 {
  color: #007180;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 12px;
}

.mf-product-info > h2 {
  color: #344153;
  margin: 0px;
  margin-bottom: 24px;
  font-size: 1rem;
  text-align: center;
  font-weight: bold;
}

.mf-review-card {
  background-color: #f5f5f5;
  border-radius: 8px;
  padding: 20px 24px;
  width: 100%;

  display: flex;
  flex-direction: column;
  align-items: center;

  text-align: center;
}

.mf-review-rating {
  transform: scale(1.2);
}

.mf-review-rating > span {
  margin-right: 4px;
}

.mf-review-content {
  margin-top: 8px;
  margin-bottom: 4px;
  font: 1rem 'Source Serif Pro', serif;
}

.mf-review-author {
  font: italic 1rem 'Source Serif Pro', serif;
}

.mf-payments-form {
  width: 100%;
}

.mf-payments-form > h1 {
  color: #344153;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0px;
  margin-top: 24px;
}

.mf-payments-form > h2 {
  color: #a18963;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0px;
  margin-top: 8px;
  margin-bottom: 16px;
  text-align: center;
}

.mf-price {
  border-radius: 8px;
  border: 1px solid #ebebeb;
  padding: 16px;
  margin-top: 0px;
}

.mf-money-back {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.mf-money-back h2 {
  margin: 0px;
  margin-left: 8px;
  font-size: 1rem;
  font-weight: bold;
  text-align: left;
  color: #b59d77;
}

.mf-guarantee {
  width: 2rem;
  height: 2rem;
}

.mf-tooltip {
  width: 1rem;
  height: 1rem;
}

.mf-awards {
  background-color: #fcf4eb;
  padding: 32px 20px;
  padding-top: 10px;

  margin-top: 24px;

  display: flex;
  flex-direction: column;
  align-items: center;

  text-align: center;
}

.mf-awards > h1 {
  color: #ff7a00;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0px;
  margin-top: 32px;
}

.mf-awards > p {
  font-weight: bold;
  font-size: 0.8rem;
}

.mf-awards > p > .mf-highlight {
  color: #ff7a00;
}

.mf-selling-points {
  width: 100%;
}

.mf-selling-points > h2 {
  font-size: 1.1rem;
  font-weight: bold;
  color: #007180;
}

.mf-benefit-item {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.mf-benefit-icon {
  margin-left: 0;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url('/static/non-live-benefit.svg');
  transform: translateY(-4px);
}

.mf-benefit-text {
  font: 1rem 'Source Serif Pro', serif;
  margin: 0 0 0.75rem 0.5rem;
  max-width: 400px;
}

.mf-benefit-text > .highlight {
  font-weight: 600;
}

.mf-review-content .highlight {
  font-weight: 600;
}

.mf-terms {
  font-size: 0.7rem !important;
}

.mf-content {
  max-width: min(1200px, 100%) !important;
}

@media (max-width: 900px) {
  .mf-product-info > h1 {
    font-size: 1.8rem;
  }

  .mf-faq-title {
    font-size: 1.5rem;
  }

  .mf-awards {
    width: 100vw;
    margin: 0px;
    margin-left: -20px;
  }

  .mf-awards-img {
    width: 60vw;
  }

  .mf-desktop {
    display: none;
  }

  .mf-selling-points {
    margin-bottom: 24px;
  }
}

@media (min-width: 900px) {
  .mf-mobile {
    display: none;
  }

  .mf-awards {
    margin-top: 45px;
  }

  .mf-selling-points {
    margin-top: 32px;
  }
}

@media (min-width: 750px) {
  .mf-product-info,
  .mf-payments-form {
    max-width: 480px;
  }

  .mf-main-area {
    justify-content: space-around;
  }

  .mf-awards-img {
    width: 400px;
  }

  .mf-awards > h1 {
    font-size: 2rem;
  }

  .mf-awards > p {
    font-size: 1.25rem;
  }
}

[data-tooltip] {
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  position: relative;
}

[data-tooltip]::after {
  /* max-width: px; */
  width: 100%;
  background-color: #b59d77;
  border-radius: 0.3rem;
  color: #fff;
  content: attr(data-tooltip);
  font-size: 1rem;
  font-size: 85%;
  font-weight: normal;
  line-height: 1.15rem;
  opacity: 0;
  padding: 1rem;
  position: absolute;
  text-align: center;
  text-transform: none;
  transition: opacity 0.2s;
  visibility: hidden;
  /* white-space: nowrap; */
  z-index: 1;
}

[data-tooltip].tooltip-top::before {
  border-style: solid;
  border-width: 0.3rem;
  content: '';
  opacity: 0;
  position: absolute;
  transition: opacity 0.2s;
  visibility: hidden;
  border-color: #b59d77 transparent transparent transparent;
  top: -0.1rem;
  right: 0.25rem;
  margin-left: -0.3rem;
}

[data-tooltip].tooltip-top::after {
  bottom: 100%;
  left: 50%;
  transform: translate(-50%);
}

[data-tooltip].tooltip-bottom::before {
  border-style: solid;
  border-width: 0.3rem;
  content: '';
  opacity: 0;
  position: absolute;
  transition: opacity 0.2s;
  visibility: hidden;
  border-color: transparent transparent #b59d77 transparent;
  bottom: 0;
  left: 50%;
  margin-left: -0.3rem;
}

[data-tooltip].tooltip-bottom::after {
  top: 100%;
  left: 50%;
  transform: translate(-50%);
}

[data-tooltip].tooltip-left::before {
  border-style: solid;
  border-width: 0.3rem;
  content: '';
  opacity: 0;
  position: absolute;
  transition: opacity 0.2s;
  visibility: hidden;
  border-color: transparent transparent transparent #b59d77;
  top: 0.3rem;
  right: calc(110% - 0.3rem);
  margin-top: -0.3rem;
}

[data-tooltip].tooltip-left::after {
  top: -0.3rem;
  right: calc(110% + 0.3rem);
}

[data-tooltip].tooltip-right::before {
  border-style: solid;
  border-width: 0.3rem;
  content: '';
  opacity: 0;
  position: absolute;
  transition: opacity 0.2s;
  visibility: hidden;
  border-color: transparent #b59d77 transparent transparent;
  top: 50%;
  top: 0.3rem;
  left: calc(110% - 0.3rem);
  margin-top: -0.3rem;
}

[data-tooltip].tooltip-right::after {
  top: -0.3rem;
  left: calc(110% + 0.3rem);
}

@media (max-width: 767px) {
  [data-tooltip].tooltip-mobile::before {
    display: none;
  }

  [data-tooltip].tooltip-mobile:after {
    font-size: 1rem;
    max-width: 20rem;
    position: fixed;
    bottom: auto;
    top: 50%;
    left: 50%;
    text-align: left;
    transform: translate(-50%);
    white-space: normal;
  }
}

[data-tooltip]:focus::after,
[data-tooltip][class*='tooltip-']:focus::before,
[data-tooltip]:hover::after,
[data-tooltip][class*='tooltip-']:hover::before {
  visibility: visible;
  opacity: 1;
}

.money-back-guarantee-embed-up-front {
  color: #007180;
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
}

.money-back-guarantee-embed-up-front .money-back-guarantee__icon {
  fill: #007180;
}

@media screen and (min-width: 750px) {
  .mobile-header {
    display: none;
  }
}

.mobile-header > h1 {
  font-size: 2rem;
  color: #007180;
  text-align: left;
  margin: 0px 24px;
}

.mobile-header > h2 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #344153;
  text-align: left;
  margin: 12px 24px 0px;
}

.mobile-header > p {
  color: #344153;
  font: 1rem 'Source Serif Pro', serif;
  text-align: left;
  margin: 20px 24px 0px;
}

.header-highlight {
  background-color: #ffe07a;
  font-weight: bold;
}

.primary-text {
  color: #ff8833;
}

.embed_upfront_header {
  text-align: center;
  padding: 20px 24px;
}

.embed_upfront_title {
  font-weight: 600;
  color: #344153;
  font-size: 1.125rem;
  margin: 0px;
}

.embed_upfront_cost {
  font-weight: bold;
  font-size: 1.75rem;
  color: #2badbb;
  margin: 0px;
}

.embed_upfront_details {
  font-weight: 500;
  color: #555d67;
  font-size: 0.8125rem;
  margin: 0px;
  margin-top: 8px;
}

.submit-inside {
  margin-top: 40px !important;
}
