/* Error pages */

.error-page {
  padding: 100px 0 160px;
  text-align: center;
}

.error-page:before {
  color: #F3F6F9;
  content: attr(data-error);
  font-size: 30vw;
  font-weight: bold;
  line-height: 1.2;
  width: 100%;
  z-index: -1;
  letter-spacing: -0.02em;
}
.error-page .button,
.error-page button {
  margin-top: 60px;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 16vw;
  }
}

/* System pages */

.systems-page {
  margin: 0 auto;
  max-width: 700px;
  padding: 140px 1.4rem 140px;
}

.systems-page .hs-error-msgs {
  position: relative;
}

.systems-page--search-results--title-wraper {
  background: #1b1b1b;
  width: 100%;
  padding: 180px 0 180px;
  text-align: center;
}

.systems-page--search-results--title-wraper h1 {
  color: #fff;
  display: block;
  max-width: 960px;
  margin: 0 auto;
}

.body-container-wrapper-search-results {
  background: #f0f0f0;
}

.systems-page--search-results {
  max-width: 100%;
  padding-top: 8rem;
}

.systems-page--search-results h1 {
  text-align: center;
  margin-bottom: 80px;
  font-size: 44px;
}

.systems-page--search-results .hs-search-results__listing {
  max-width: 700px;
  margin: 0 auto;
}

.systems-page--search-results .hs-search-results__listing li {
  background: #fff;
  padding: 80px;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .systems-page--search-results .hs-search-results__listing li {
    padding: 30px;
  }
  .systems-page--search-results {
    padding-top: 90px;
  }
}

.systems-page--search-results .hs-search-results__listing .hs-search__no-results p {
  text-align: center;
  font-size: 16px;
}

.systems-page--search-results .hs-search-results__listing .hs-search-highlight {
  font-weight: 500;
}

.systems-page .header {
  background-color: transparent;
  border-bottom: none;
  padding: 0;
}

.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}

.systems-page form input[type='submit'] {
  margin: 0.625rem 0;
  display: block;
}

/* Search pages */

.hs-search-results__title {
  margin-bottom: 0.6em;
  line-height: 1.2;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 20px;
}

/* Password prompt */

.password-prompt input[type=password] {
  height: auto !important;
  margin-bottom: 1.4rem;
}

.systems-page #hs-login-widget-remember,
.systems-page #hs-login-widget-remember ~ label {
  display: inline-block;
  margin-bottom: 3px;
}

.systems-page #hs_login_reset {
  display: block;
  margin-bottom: 0.625rem;
}

/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  font-size: 0.875rem !important;
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}
.systems-page .page-header + h3 {
  font-size: 24px;
  line-height: 1.4;
}
}
/* Subscription preferences */

#email-prefs-form .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

#email-prefs-form .item.disabled input:disabled {
  cursor: not-allowed;
}

.email-prefs .header {
  position: relative;
  margin-bottom: 20px;
  margin-top: 20px;
}

.email-prefs .header:after {
  display:none;
}

.email-prefs .item {
  margin-bottom: 10px;
}

.email-prefs .subscribe-options {
  margin-bottom: 30px;
}

/* Membership pages */
#hs-membership-form a[class*='show-password'] {
  font-size: 0.75rem;
  display: none;
}

.form-input-validation-message ul.hs-error-msgs li {
  margin: 0;
}

.system-form form {
  background: #f6f6f6;
  padding: 80px 80px 70px;
}
@media (max-width: 767px) {
  .system-form form {
    padding: 40px 40px 30px;
  }
}
.system-form .form-separator {
  text-align: center;
  margin: 30px 0;
  display: block;
  width: 100%;
}
#hs_login_reset {
  width: fit-content;
  font-size: .9em;
}
.hs-membership-loader.hs_submit {
  margin-top: 30px;
}
.hs-membership-loader.hs_submit input {
  width: 100%;
}
.hs-form-field:has(a.hs-login-widget-show-password) {
  position: relative;
}
.hs-login-widget-show-password {
  position: absolute;
  right: 0;
  top: 0;
  opacity: .6;
  display: none;
}
.system-form #hs-passwordless-auth-checkbox-consent,
.system-form #hs-register-widget-checkbox-consent {
  display: inline;
  text-transform: none;
  font-weight: normal;
  font-size: .8em;
}
.system-form #hs-passwordless-auth-explicit-consent,
.system-form #hs-register-widget-explicit-consent {
  display: inline-block;
}
.system-form #hs-membership-passwordless-auth-form p {
  font-size: 0.9em;
  margin-bottom: 20px;
}
.system-form #hs-membership-form p {
  font-size: 0.9em;
}
.system-form #hs-login-self-registration-link {
  margin: 30px 0 10px;
}

/* Input error messages */

.form-input-validation-message ul.hs-error-msgs {
  padding-left: 0;
  margin: 0;
}
.form-floating-alert-wrapper .form-floating-alert {
  font-size: 0.9em !important;
  color: #000 !important;
  padding: 10px 10px 10px 10px !important;
  margin: 1rem 0 30px !important;
}
.no-list.hs-error-msgs label,
.no-list.hs-error-msgs label.hs-error-msg {
  text-transform: none;
  font-weight: normal;
  margin-bottom: 15px;
  font-size: unset;
}