.tt-account-notice {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / .3);
    z-index: 99998;
}

.tt-account-notice-inner {
    background-color: white;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    transform: translateY(-50%);
    position: absolute;
    text-align: center;
    top: 50%;
    left: 0;
    right: 0;
    padding: 3rem 4rem 2.5rem;
    box-shadow: 0 0 20px rgb(0 0 0 / 28%);
    border: 1px solid #e1b724;
}

.tt-account-notice-close {
    border: none;
    background-color: transparent;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    font-family: "Arial", sans-serif;
}

.tt-account-notice-inner h2 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 30px;
    color: #e1b724;
}

p.tt-account-notice-sub {
    font-size: 27px;
    margin-bottom: 29px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.tt-account-notice-inner a {
    margin-top: 25px;
}

.email-preferences p.label {
    margin-bottom: 11px;
    margin-top: 20px;
    font-weight: 700;
}

.mepr_opt_in .new {
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    margin-left: 8px;
    background: #e1b724;
    color: white;
    padding: 5px 11px;
    border-radius: 20px;
}

.email-preferences-label {
    margin-bottom: .5rem!important;
    margin-top: 1.5rem!important;
    font-weight: 600;
}

.mepr-signup-form .email-preferences {
    display: none;
}