@import url('https://fonts.googleapis.com/css2?family=Brygada+1918:wght@700&family=Source+Sans+Pro:wght@400;600&display=swap');


html body a {
  color: #007DB3 !important;
  font-family: 'Source Sans Pro';
  text-decoration: underline;
}


/* ---- STICKY SIDEBAR ---- */

.page .sticky-note__title {
  font-family: 'Source Sans Pro';
  font-weight: 400 !important;
  font-size: 20px !important;
}

.page .sticky-note__offer-name p b, .page .sticky-note__offer-name p span, .price-row {
  font-family: 'Source Sans Pro';
  font-weight: 600 !important;
  font-size: 14px !important;
  color: #292929 !important;
}

.page .sticky-note__offer-name p:first-of-type b {
  font-family: 'Brygada 1918';
  font-weight: 700 !important;
  font-size: 20px !important;
  color: #333333;
}

.page .sticky-note__offer-text p span, .sticky-note__offer-text p a {
  font-family: 'Source Sans Pro';
  font-weight: 400 !important;
  font-size: 14px !important;
}

.page .sticky-note__offer-text p span {
  color: #333;
}

.sticky-note__offer-text p a {
  color: #007DB3;
  background-color: #fff;
  text-decoration: underline;
}

.offer-selector {
  display: none;
}

/* ---- STEP PROGRESS ---- */

.page .step-indicator {
    padding: 40px 0 0;
    max-width: 480px;
    margin: 0 auto 20px;
}

.page .step-indicator_sticky {
  position: relative;
}

.step-indicator__item span {
  font-family: 'Source Sans Pro';
  font-weight: 600;
  font-size: 16px !important;
  text-transform: capitalize;
}

.step-indicator__item span:before {
  background: #007DB3;
  border-radius: 32px;
  font-family: 'Source Sans Pro';
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  margin-right: 4px;
  display: inline-block;
  width: 21px;
  height: 21px;
  position: relative;
  top: -1px;
}

.step-indicator__item:first-of-type span:before {
    content: "1";
    font-size: 14px;
}

.page .step-indicator__item.previous span:before {
    content: "\2713";
    font-size: 13px;
    padding-top: 2px;
    padding-right: 2px;
    opacity: 0.6;
}

.page .step-indicator__item.previous.active span:before {
  content: "1";
  font-size: 14px;
  padding-top: 0px;
  padding-right: 0px;
  opacity: 1;
}

.step-indicator__item:last-of-type span:before {
  content: "2";
  background: #666;
  font-size: 14px;
}

.step-indicator__item.active span:before {
  background: #007DB3;
}

.page .step-indicator__item.previous, .page .step-indicator__item.active {
  border-color: #007DB3;
  cursor: pointer;
}

.page .step-indicator__item {
  cursor: pointer;
}

.page .step-indicator__item.previous span {
  color: #007DB3;
  opacity: 0.6;
}

.page .step-indicator__item.active, .page .step-indicator__item.active span {
  color: #007DB3;
  opacity: 1;
}

.page .step-indicator__item.active .step-indicator__item-active-icon, .page .step-indicator__summary {
  display: none;
}

/* ---- ACCOUNT PAGE ---- */

.page .step {
  max-width: 480px;
  border: 1px solid #DCDDDE;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}

.page .step.active .step__header {
  background: #fff !important;
  padding: 20px 30px 10px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.step.active .step__enumer, .step.active.completed .step__enumer {
  display: none !important;
}

.page .step__title p span {
  color: #292929;
  font-family: 'Brygada 1918';
  font-weight: 700 !important;
  font-size: 24px !important;
}

.page .step__title p:after {
  content: "Log in or create an account.";
  display: block;
  font-family: 'Source Sans Pro';
  font-weight: 400 !important;
  font-size: 14px !important;
  color: #666;
}

.page .step:last-of-type .step__title p:after {
  content: "Pay with Credit/Debit Card, PayPal or Apple Pay.";
}

.page .step__content {
  margin: 0px 40px 20px;
  padding: 20px 0 0 0;
  border-top: 1px solid #DCDDDE;
}

.user-information__message .user-information__message-title {
    font-size: 16px !important;
    font-family: 'Source Sans Pro';
    color: #666;
}

.page .infoRow label {
  font-family: 'Source Sans Pro';
  font-weight: 600;
  font-size: 14px;
  color: #292929;
}

.page .summaryRow {
  border-bottom: none;
  padding-bottom: 15px;
  font-family: 'Source Sans Pro';
}

.page .user-information .login-info .summaryRowFull {
  font-family: 'Source Sans Pro';
  font-weight: 400;
}

.user-information__body .infoRow:last-of-type label:not([data-bind]) {
  text-align: center;
  display: block;
  text-transform: capitalize;
  padding-bottom: 10px;
}

.user-information__body .infoRow:last-of-type label:not([data-bind]):after {
  content: " Continue With";
}

.confirm-password_qa.invalid + .validationList span:last-of-type {
  display: none;
}
.confirm-password_qa.invalid + .validationList li:after {
    content: "Passwords must match";
}

.page .user-information .social-login-btn {
  border-radius: 4px;
  font-family: 'Source Sans Pro';
  font-weight: 600;
  font-size: 14px;
}

.page .user-information .social-login-btn.social-login-btn_apple {
  background-color: #000;
  border: 1px solid #000;
  padding: 9px 0 10px 25px;
  background-position: calc(50% - 22px) 6px;
}

.page .user-information .social-login-btn.social-login-btn_facebook {
  background-color: #1977F3;
  border: 1px solid #1977F3;
  background-position: calc(50% - 37px);
  padding: 9px 0 10px 25px;
}

.page .user-information .social-login-btn.social-login-btn_google {
  color: #292929;
  border: 1px solid #DCDDDE;
  background: url(https://static.forumcomm.com/images/subscription_checkout/googleIcon.png) calc(50% - 25px) center no-repeat #fff;
  padding: 9px 0 10px 25px;
}

.page .independent-address, .page .address__body {
  padding-top: 20px;
  border-top: 1px solid #DCDDDE;
}

.page input:not([type=checkbox]), .page select, .page textarea, .page .hosted-field {
  border: 1px solid #DCDDDE;
  border-radius: 4px;
  background-color: #fff;
  color: #292929;
  font-family: 'Source Sans Pro';
  font-weight: 400;
  font-size: 16px;
}

.page .infoRow-help span {
  color: #007DB3;
  text-decoration: underline;
  font-family: 'Source Sans Pro';
  font-weight: 400;
  font-size: 12px;
}

.page .step__body {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.page .step__buttons {
  margin: 0 40px 40px;
}

button.btn.step__button.step__button_submit.step-submit_qa.btn_rounded {
  width: 100% !important;
  font-family: 'Source Sans Pro';
  font-weight: 600;
  font-size: 16px;
}

/* ---- PAYMENT PAGE ---- */

#cardForm-bt .info-row-2:nth-of-type(1), #cardForm-bt .info-row-2 {
    margin-bottom: 10px;
}

.page .address {
  margin-bottom: 0;
  font-family: 'Source Sans Pro';
}

.page .termsAndConditions__content span {
  font-family: 'Source Sans Pro';
  font-weight: 400;
  font-size: 14px;
  color: #666 !important;
}

.page .termsAndConditions_step {
  padding-bottom: 0;
}

.page .step .prices {
  margin-bottom: 20px;
}

.page .step .prices .price-row {
  text-align: left;
  padding: 0 40px;
}

.page .step:last-of-type .step__buttons {
  margin: 0 40px 20px;
}

.backToAccount {
  font-family: 'Source Sans Pro';
  font-weight: 400;
  font-size: 14px;
  color: #007DB3;
  margin-bottom: 20px;
  cursor: pointer;
  text-decoration: underline;
  text-align: center;
}

/* ---- CONGRATULATIONS PAGE ---- */

.page .confirmation {
  max-width: 480px;
}

.page .confirmation__title {
  font-family: 'Brygada 1918';
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 8px;
  color: #292929;
}

.page .confirmation__subtitle {
  font-family: 'Source Sans Pro';
  font-weight: 400;
  font-size: 14px;
  color: #666;
}

.page .confirmation__body {
  margin-top: 0;
  padding: 0;
}

.page .confirmation__body .summaryRow__title {
  font-family: 'Source Sans Pro';
  font-weight: 600;
  font-size: 14px;
  color: #292929;
  opacity: 1;
}

.page .confirmation__body .summaryRow__content {
  font-family: 'Source Sans Pro';
  font-weight: 400;
  font-size: 14px;
  color: #666;
}

.page .confirmation__body .summaryRow {
  border-bottom: solid 1px #DCDDDE;
  padding: 15px 0;
}

.page .confirmation__body .confirmation__buttons .btn {
  margin: 5px 0;
  width: 100%;
  font-family: 'Source Sans Pro';
  font-weight: 600;
  font-size: 16px;
}

div.confirmation__buttons > button {
    display: none;
}

/* ---- OTHER ---- */

.page .validationList>li {
  font-family: 'Source Sans Pro';
  font-weight: 400;
  font-size: 12px;
}

.page .validationList>li>.glyphicon {
  margin-right: 3px;
  font-size: 12px;
  top: 2px;
}

.step__content {
  padding-bottom: 0px !important;
}

html body .pfooter, html body .buildInformation {
  font-family: 'Source Sans Pro';
}

@media screen and (min-width: 768px) {
  .user-information div.social-login-btn {
    width: 32%;
  }

  .independent-address .infoRow:nth-of-type(1), .address__body .infoRow:nth-of-type(1) {
    width: 50%;
    max-width: 192px;
    display: inline-block;
  }

  .independent-address .infoRow:nth-of-type(2), .address__body .infoRow:nth-of-type(2) {
    width: 50%;
    max-width: 192px;
    display: inline-block;
    float: right;
  }
}

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

  .page .summaryRow:first-child {
    padding-top: 5px;
    padding-bottom: 0;
  }

  .page .confirmation__body .summaryRow__title {
    width: 40%;
    display: inline-block;
  }

  .page .confirmation__body .summaryRow__content {
    width: 60%;
    display: inline-block;
  }

  .page .confirmation__body .summaryRow {
    padding: 15px 0;
  }

}

@media screen and (max-width: 480px) {
  .page {
    margin-left: 20px;
    margin-right: 20px;
  }

  .page .step-indicator__item-title {
    display: block;
  }

  .page .infoRow {
    margin-bottom: 15px;
  }

  .page .info-row-2 {
    width: auto;
  }

  .page .info-row-2_help {
    float: right;
  }

  .page .confirmation {
    padding: 25px 0;
  }
}

@media screen and (min-width: 330px) {
  #cardForm-bt .info-row-2:nth-of-type(1) {
      margin-right: 8.8%;
      margin-bottom: 0;
  }
  #cardForm-bt .info-row-2 {
      position: relative;
      display: inline-block;
      width: 45.6%;
      margin-bottom: 0;
  }
}