<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --sfuRed: #cc0633;
}

@font-face {
    font-family: 'Barlow Bold';
    font-style: normal;
    font-weight: normal;
    src: local("Barlow-Bold"), url(fonts/Barlow-SemiBold.woff) format("woff");
}

@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: normal;
    src: local("Barlow"), url(fonts/Barlow.woff) format("woff");
}

* {
    -webkit-font-smoothing: antialiased;
    font-family: 'Barlow', sans-serif;
    word-break: break-word;
}

h1 {
    font-family: 'Barlow Bold', sans-serif;
}

.hide {
    display: none;
}

.btn-light,
.btn-light:hover,
.btn-light:focus {
    color: #333;
    text-shadow: none;
    padding: 0.75rem 1.25rem;
    font-weight: 700;
}

.cover-container {
    max-width: 64em;
}

.mb-auto {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 10px 20px 10px;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
    border-bottom: .25rem solid;
    border-bottom-color: rgba(var(--bs-heading-color), 0.25);
    cursor: pointer;
}

.nav-masthead .nav-link {
    color: var(--bs-heading-color);
    border-bottom: .25rem solid transparent;
}

.px-0.nav-link {
    margin: 0.7rem;
}

.nav-masthead .dropdown-item.nav-link {
    color: var(--bs-heading-color);
    border-bottom: 0;
}

.dropdown-item.active {
    font-weight: 900;
    background-color: transparent;
}

.dropdown-item:active {
    background-color: var(--sfuRed);
}

.btn-light.options {
    color: #fff;
    background-color: var(--sfuRed);
    border: 1px solid var(--sfuRed);
    font-weight: 400;
}

.btn-light.options:hover,
.btn-light.options:focus {
    color: #fff;
    background-color: #a7052a;
    border: 1px solid #9a0527;
    font-weight: 400 !important;
}

footer {
    display: flex;
    justify-content: space-between;
    padding: 20px 10px 0 10px;
}</pre></body></html>