<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background-color: #fff;
/*    font-family: Verdana, Geneva, sans-serif; */
color: #444;
}

@media screen and (max-width: 799px) {
header img {
    max-width: 100%;
    height: 80px;
    margin: 0 auto;
    display: block;
}
}

@media screen and (min-width: 800px) {
header nav ul.navigation {
    margin-left: -7.5px;
    position: static;
    display: inline-block;
   padding-bottom: 20px;
}
header nav&gt;ul&gt;li&gt;a {
    margin: 7.5px 15px 7.5px 0px;
}
.navigation li {
    display: inherit;
   font-family:  'Bebas Neue', 'Arial Narrow', Arial, sans-serif;
}


header img {
    display: block;
    margin: 0 auto;
   width: 100%;
}

ul.navigation li a {
font-size: 23px;
line-height: 10px;
text-decoration: underline;
}
}

ul.navigation li a {
   text-transform: uppercase;
}

header nav ul li.active {
    border-left: 18px solid #444;
    padding-left: 7.5px;
font-weight: inherit;
}

header {
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
}
footer {
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
}
div#content {
    max-width: 950px;
   margin-top: 80px;
}


.item-showcase .resource.item:not(:only-child) img {
    max-height: 100%;
    float: none;
    margin-right: 0;
    vertical-align: top;
    width: 100%;
    height: auto;
}
.item-showcase .resource.item:not(:only-child) {
    width: 50%;
    clear: none;
    padding: 0 0.5rem;
}

a:hover {
cursor: pointer!important;
text-decoration: underline;
}
a:active, a:hover {
    color: #444!important;
    opacity: 1!important;
}

 h1 {
    font-family: 'Bebas Neue', 'Arial Narrow', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 48px;
}

 h2 {
    font-family: 'Bebas Neue', 'Arial Narrow', Arial, sans-serif;
    text-transform: uppercase;
   font-size: 38px;
}
</pre></body></html>