/* Error Pages */

.error-page {
    padding: 10rem 0;
    position: relative;
    text-align: center;
}

.login_details_content {
    padding: 6rem 0 0;
    text-align: center;
    max-width: 900px;
    margin: auto;
}

.member_login .systems-page {
    padding-top: 20px;
}

.error-page:before {
    content: attr(data-error);
    font-size: 40vw;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: -1;
}

.systems-page {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.systems-page form {
    padding: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.systems-page .hs-form-field > label, 
.systems-page .hs-form-field > label span {
    font-size: 1rem;
}

.error-page {
    color: #eeb111;
}

.error-page h1 {
    line-height: 1;
}

.error-page p {
    color: #262e33;
}

.systems-page h1 {
    line-height: 1;
}

.systems-page form input {
    margin-top: 15px;
}

.error-code {
    font-size: 40vw;
    line-height:1;
}

.error-pages {
    position: relative;
    text-align: center;
    padding: 50px 20px;
    color: #eeb111;
}

.systems-page.reset-pass-page form a.hs-reset-widget-show-password {font-size: 0;position: relative;margin-left: 4px;width: 24px;height: 24px;top: 0;}
.systems-page.reset-pass-page form .hs-form-field { position: relative; display: flex; flex-wrap: wrap; margin-bottom: 15px; }
.systems-page.reset-pass-page form a.hs-reset-widget-show-password:after {content: '';position: absolute;top: 0;height: 24px;width: 24px;right: 0;color: #262e33;display: block;font-size: 10px;background-position: center center;background-repeat: no-repeat;background-size: contain;}
.systems-page.reset-pass-page form .hs-form-field:has(input[type="password"]) a.hs-reset-widget-show-password:after{background-image: url(https://23704355.fs1.hubspotusercontent-na1.net/hubfs/23704355/mnhs_theme/Hide%20password.svg);}
.systems-page.reset-pass-page form .hs-form-field:has(input[type="text"]) a.hs-reset-widget-show-password:after{background-image: url(https://23704355.fs1.hubspotusercontent-na1.net/hubfs/23704355/mnhs_theme/show%20password.svg);}
.systems-page.reset-pass-page form input { width: 100%; margin-top: 0px; }
div.form-floating-alert-wrapper .form-floating-alert-error { background-color: #fdedee; border-color: #f8a9ad; font-size: 14px; padding: 0.5rem .5rem; }
#hs_cos_wrapper_membership_admin_content p a { color: #3477b1; text-decoration: underline !important; font-weight: 500; }
#hs_cos_wrapper_membership_admin_content p a:hover { text-decoration: none !important; !i; !; }
#hs_cos_wrapper_membership_admin_content p { font-size: 16px; }

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

    }
    .error-code {
        font-size: 20rem;
        line-height:1;
    }
}

/* System Pages */

.systems-page {
    margin: 0 auto;
    max-width: 500px;
    padding: 6rem 1.5rem;
}

.systems-page--search-results {
    max-width: 100%;
}

.systems-page .success {
    background-color: #cde3cc;
    border: 1.5px solid #4f7d24;
    border-radius: 4px;
    color: #4f7d24;
    display: inline-block;
    margin: 1.5rem 0;
    padding: 0.5rem 0.75rem;
    width: 100%;
}

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

#email-prefs-form .header {
    background-color: transparent;
}

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

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

/* Search Pages */

.hs-search-field__bar {
    position: relative;
}

.hs-search-field__suggestions {
    background-color: #fff;
    max-width: 360px;
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
}

.hs-search-results {
    margin-top: 1.5rem;
}

.hs-search-results__listing li {
    margin-bottom: 1.5rem;
}

.hs-search-results__title {
    font-size: 1.25rem;
    margin-bottom: 0.375rem;
}

.hs-search-results__description {
    padding-top: 0.75rem;
}

.hs-search-highlight {
    font-weight: bold;
}

.hs-search-results__pagination a {
    color: #1d1d1d;
}

/* Password Prompt */

.password-prompt input[type='password'] {
    height: auto !important;
}

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

/* Backup Unsubscribe */

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

/* Input error messages */

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

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