.modal.fm-outage-toggle-modal .button--close:before {
    background: #F4F5F7;
    border-radius: 50%;
    content: "\f00d";
    font-family: "Font Awesome 6 Pro",sans-serif;
    font-size: 1.5rem;
    padding: 0.5rem 0.65rem;
}

.modal.fm-outage-toggle-modal {
    min-height: 38.688rem;
}

#fm-outage-screen {
    font-family: Montserrat, sans-serif;
}

#fm-outage-screen .cta[type='submit'] {
    width: 15rem;
}

#fm-outage-screen .cta.btn--red {
    background-color: #e5002c;
}

#fm-outage-screen .email-address-input-field {
    margin-bottom: 0.75rem;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #DCDCDD;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    padding: 0.625rem 0.875rem;
    max-width: 29.5rem;
}

#fm-outage-screen .header .header-description {
    margin-left: 1rem;
}

#fm-outage-screen .picture-and-heading {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

#fm-outage-screen .fm-outage-screen-wrap {
    margin: 1.875rem auto 0 auto;
    max-width: 43.75rem;
}

#fm-outage-screen .tnaa-icon img {
    width: 4.063rem;
    height: 4.063rem;
    margin: 0;
}

#fm-outage-screen .header {
    display: flex;
    height: 4.063rem;
}

#fm-outage-screen .header .feature-offline-txt {
    color: #101828;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.75rem;
    margin: 0.375rem 0 0 0;
}

#fm-outage-screen .header .feature-online-soon-txt {
    color: #475467;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25rem;
    margin: 0.375rem 0 0 0;
}

#fm-outage-screen .self-care-txt {
    color: #101828;
    text-align: center;
    font-size: 1.563rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.375rem;
    margin-bottom: 0.75rem;
}

#fm-outage-screen .search-jobs-txt {
    color: #475467;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    margin: 0 0 2rem 0;
}

#fm-outage-screen .horizontal-line {
    max-width: 43.75rem;
    margin: 2.25rem auto 0 auto;
    border-top: 1px solid #DCDCDD;
}

#fm-outage-screen .bottom-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 0;
}

#fm-outage-screen .bottom-links a {
    display: block;
    text-decoration: none;
    color: #0075FF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 550;
    line-height: 1.25rem;
    padding: 1.313rem 0.688rem 0.688rem 0.688rem;
}

#fm-outage-screen ul {
    list-style-type: none;
}

#fm-outage-screen .email-invalid-error-msg {
    display: none;
    font-size: .75rem;
    line-height: 1.3;
    color: #e5002c;
    margin-bottom: 0.25rem;
}

#fm-outage-screen .email-empty-error-msg {
    display: none;
    font-size: .75rem;
    line-height: 1.3;
    color: #e5002c;
    margin-bottom: 0.25rem;
}

#fm-outage-screen .email-invalid-error-msg.show ~ .email-address-input-field {
    border-color: #e5002c;
}

#fm-outage-screen .email-empty-error-msg.show ~ .email-address-input-field {
    border-color: #e5002c;
}

.fm-outage-screen-wrap .email-form-wrap {
    max-width: 29.5rem;
    margin: 0 auto;
}

#fm-outage-screen .show {
    display: block;
}
 
#fm-outage-screen .fm-outage-success-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 43.75rem;
    margin: 0 auto;
}

#fm-outage-screen .fm-email-success-message {
    color: #101828;
    text-align: center;
    font-size: 1.563rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.375rem;
}

@media only screen and (min-width: 991px) {
    #fm-outage-screen .picture-and-heading {
     flex-direction: row;
     gap: 0.75rem;
     margin-bottom: 0.75rem;
    }

    .fm-outage-screen-wrap {
     max-width: 43.75rem;
     margin: 0 auto;
    }
    
    .fm-outage-screen-wrap form {
     margin-top: 2.25rem;
    }
    
    #fm-outage-screen .fm-outage-success-content {
     flex-direction: row;
        gap: 0.75rem;
    }
}

@media only screen and (min-width: 1200px) {
    .modal.fm-outage-toggle-modal {
        border-radius: 0.625rem !important;
    }
}
