/* Hide Accessibility Button */
#INDmenu-btn {
    display: none !important;
}

.sub-title h1 {
    all: inherit;
    /* Inherits everything from parent */
    display: inline;
    /* Since h1 is block by default */
}