<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (max-width: 799px) {
header.medium {
    max-width: 100%;
    height: 80px;
    margin: 0 auto;
    display: block;
}
}
@media screen and (min-width: 800px) {
ul.navigation {
    margin-left: -7.5px;
    position: static;
    display: inline-block;
   padding-bottom: 20px;
}
header.medium {
    margin-bottom: 10px;
    background: url(https://projects.library.wayne.edu/omeka-s/files/asset/c024114045e9c4dbcc9ed87b3fb25534882fd4ad.jpg),linear-gradient(180deg, rgb(255 255 255 / 0%) 0, rgb(0 0 0 / 30%));
    background-position: center-top;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
}
}
ul.navigation&gt;li {
    display: inline-block;
    font-size: 17px;
    text-align: left;
    line-height: 19px;
}
ul.sub-nav {
    display: inline-block;
    font-size: 16px;
    text-align: center;
    line-height: 17px;
    text-transform: none;
}
nav.sub-menu ul li {
     display: block;
     font-size: 16px;
     font-weight: normal;
     text-transform: none;
     text-align: left;
     line-height: 20px;
}
nav.sub-menu ul li a {
    min-height: 27px;
    padding: 0.175em;
    display: inline-block;
    margin-bottom: 0.3em;
    border: 0;
    margin: 0 auto;
}
.item-showcase .resource.item:not(:only-child) img {
    max-height: 100%;
    float: none;
    margin-right: 0;
    vertical-align: top;
    height: auto;
}
.item-showcase .resource.item:not(:only-child) {
    width: 33%;
    clear: none;
    padding: 0 0.8rem;
}
p {
    font-size: 18px;
    line-height: 30px;
    color: #444;
    margin: 0 auto;
}
h1 {
    text-transform: uppercase;
    font-size: 42px;
    clear: both;
    word-wrap: break-word;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    line-height: 36px;
    padding: .4em 0;
    margin: 0;
    color: #555;
}
h2 {
     font-size: 38px;
     line-height: 30px;
     text-align: center;
     text-decoration: underline;
}
footer {
      display: none
}
a:hover {
    cursor: pointer!important;
    text-decoration: underline;
}
div#content {
    max-width: 70%;
    margin-top: 40px;
}
a.site-title {
    padding-bottom: 60px;
    text-align: center;
    font-size: 70px;
    padding-top: 65px;
    padding-left: 700px;
  -webkit-text-stroke-width: 1.5px;
    text-shadow: 15px 15px 15px #000;
}
</pre></body></html>