  #mobile-nav-bottom #mobile-nav-bottom-left li.alerts a, #quick-links li.alerts a {
    color: #EDE93B;
}
#mobile-nav-bottom {
    border-bottom: 2px solid #B6ACD1;
}
#top-nav > ul a {
    padding: 1rem;
}
#quick-exit {
    background: #e20000;
    border: 1px solid #fff;
    border-bottom: none;
    bottom: 0;
    padding: 0;
    position: fixed;
    left: 5px;
    z-index: 999;
    text-align: center
}
#quick-exit h2 {
    background: none;
    margin-bottom: 0;
    padding: 1rem 1.25rem;
    font: 20px/1.2em "Poppins Bold",Impact,sans-serif;
    text-transform: uppercase;
}
#quick-exit h2 a,
#quick-exit h2 a:visited {
    color: #ffffff;
    text-decoration: none;
}
@media screen and (max-width: 800px) {
    #quick-exit {
        bottom: 50%;
        right: 0;
        left: inherit;
        width: 75px;
        border-bottom: 1px solid #fff;
    }
    #quick-exit h2 {
        padding: .25rem;
        font-size: 16px;
        line-height: 1em;
    }
}