<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.skip-to-main-content-link {
    position: absolute;
    left: -9999px;
    z-index: 999;
    opacity: 0;
    background-color: #222;
    border: 2px solid #eee;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: 0;
    box-shadow: 0 0 6px rgba(0,0,0,.3);
    color: #eee;
    display: inline-block;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 0;
    outline: 0;
    padding: .25em .5em;
    text-align: center;
    text-decoration: none;
    width: 14em;
}
.skip-to-main-content-link:focus {
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
}

.skip-content {
    left: 50%;
    position: absolute;
    width: 14em;
    z-index: 9999;
}

/* Media query to hide header on screens smaller than 768px */
/* Add CSS code for mobile breakpoint */
@media only screen and (max-width: 768px) {

    .footer {
        display: none;
    }
    #loginProviders {
        display: none;
    }
    #top-header-links left {
        display: none;
    }
    #block-jobsearch {
        display: none;
    }
    #block-gesso-branding {
        display: none;
    }
    ul.contact {
        display: none;
    }
    #gohomlink {
        display: none;
    }
    #required-links {
        display: none;
    }

    /* Keep the language switcher visible */
    .top-header-links.language_switcher {
        display: block !important; /* Override any other CSS that may be hiding it */
    }
}

</pre></body></html>