<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Help page */

#help {
    float: left;
}
#help #help-sections {
    width: auto;
    float: left;
    margin-right: 0;
}
.fq-nav {
    width: 190px;
    float: left;
    padding: 10px;
    line-height: 1.5em;
}
.fq-nav h4 {
    padding-bottom: 6px;
}
.fq-content {
    width: 685px;
    float: left;
}

/* Homepage Event Banners */

.event-banner-wrap {
    width: 176px;
    margin: 0 4px 0 0;
    padding: 0;
}
.event-banner-wrap li {
    list-style: outside none none;
}
.event-banner-wrap a {
    text-decoration: none;
}
.event-banner-wrap img {
    border: 0;
}
.event-banner {
    margin-bottom: 5px;
}
 /* Contacts */
div.contact-header {
    width: 100%;
    float: left;
}

div.location-column {
    float: left;
    width: 49%;
    margin-right: 5px;
}
ul.contact-info {
    list-style-type: none;
    list-style-image: none;
    margin-left: 0px;
}
ul.contact-info li {
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    list-style-type: none;
    list-style-image: none;
}</pre></body></html>