<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.custom-header {
    height: 50px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.8525rem;
    background-color: white;
    width: 100%;
    z-index: 250;
    position: fixed;
    padding: 1.3em;
    padding-left: 30px;
    margin-left: 300px;
    -webkit-box-shadow: 0px 1px 1px #e1e1e1;
    -moz-box-shadow: 0px 1px 1px #e1e1e1;
    box-shadow: 0px 1px 1px #e1e1e1;
}
.custom-header li {
    display: inline-block;
    padding-left: 20px;
    padding-right: 15px;
}
.site-footer {
    background-color: #32373c;
    width: 100%;
    position: relative;
    margin-bottom: 0;
    z-index: 201;
    color: white;
    font-size: small;
    padding-left: 0px;
    height: 116px;
}
.footer-title {
    margin-bottom: 0;
    padding-bottom: 0.5em;
}
.custom-footer {
    margin-left: 300px;
}
.custom-footer.shift {
    display: none;
}
.custom-header a {
    color: #32373c;
}
.custom-footer a,
.custom-footer a:visited {
    color: white;
}
.footnote.dl &gt; dd,
.footnote.dl &gt; dt,
.footnote.dl &gt; p {
    margin-bottom: 0px !important;
}

@media only screen and (max-width: 1100px) and (min-width: 769px) {
    .custom-header {
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    .custom-header {
        display: none;
    }
    .custom-footer {
        margin-left: 0;
    }
    .site-footer {
        height: auto;
        padding-bottom: 1em;
        overflow: visible;
    }
}
</pre></body></html>