/* Modern Black site-wide header and support-widget corrections. */
#header .page-header-container {
    position: relative;
}

#header .page-header-container > .mb-account-auth-links {
    position: absolute;
    z-index: 20;
    margin: 0 !important;
    padding: 0;
    color: #df8b0a;
    text-align: left;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.4;
    white-space: nowrap;
}

#header .mb-account-auth-links a {
    color: #df8b0a;
    text-decoration: none;
}

#header .mb-account-auth-links a:hover,
#header .mb-account-auth-links a:focus {
    color: #facc04;
    text-decoration: underline;
}

#zsiq_float,
#zsiq_floatmain,
.zsiq_floatmain,
.zsiq_flt_rel {
    z-index: 2147483000 !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.mb-zoho-chat-fallback {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 2147482999;
    min-height: 48px;
    padding: 12px 18px;
    border: 1px solid #ffc400;
    border-radius: 24px;
    background: #111;
    color: #ffc400;
    box-shadow: 0 12px 30px rgba(0,0,0,.42);
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.mb-zoho-chat-fallback:hover,
.mb-zoho-chat-fallback:focus {
    background: #ffc400;
    color: #111;
    outline: none;
}

@media only screen and (max-width: 700px) {
    #header .page-header-container > .mb-account-auth-links {
        position: static;
        display: block;
        width: 100%;
        padding: 4px 0 8px;
        text-align: center;
    }

    .mb-zoho-chat-fallback {
        right: 14px;
        bottom: 14px;
    }
}
