<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#profiles a {
    text-decoration: none;
}

#profiles a:focus,
#profiles a:hover {
    color: #cc0633;
    text-decoration: underline;
}

.tab_button {
    font-family: var(--sfu-font-body);
    font-weight: var(--sfu-font-weight--heavy);
    font-stretch: var(--sfu-font-stretch--condensed);
    text-decoration: none !important;
    text-transform: uppercase !important;
    display: inline-block !important;
    text-align: center !important;
    font-size: 1.6rem !important;
    line-height: 2.6rem !important;
    letter-spacing: .03rem !important;
    padding: 1.2rem 4rem !important;
    appearance: none !important;
    border-radius: 0 !important;
    cursor: pointer !important;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #cc0633;
    color: #cc0633;
}

button.btn-red,
button.btn-black {
    font-family: var(--sfu-font-body);
    font-weight: var(--sfu-font-weight--heavy);
    font-stretch: var(--sfu-font-stretch--condensed);
    height: 40px;
    text-decoration: none !important;
    text-transform: uppercase !important;
    display: inline-block !important;
    text-align: center !important;
    font-size: 1.6rem !important;
    line-height: 2.6rem !important;
    letter-spacing: .03rem !important;
    padding: 0 4rem !important;
    appearance: none !important;
    border-radius: 0 !important;
    cursor: pointer !important;
}

button.btn-red {
    background-color: #cc0633;
    border: 1px solid #cc0633;
    color: #ffffff;
}

button.btn-black {
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
}

button.btn-red:hover {
    background-color: #ffffff;
    color: #cc0633;
}

button.btn-black:hover {
    background-color: #ffffff;
    color: #000000;
}

.d-none {
    display: none !important;
}

.d-grid {
    display: grid !important;
}

.text-white {
    color:#ffffff !important;
}

.bg-red {
    background-color: #cc0633 !important;
}</pre></body></html>