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

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1.1rem;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
}

h2 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
}

h3 {
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 1.8rem;
}

.info {
    font-size: 1.3rem;
    font-weight: bold;
}

.caption {
    font-size: 14px;
}

.top-contact a {
    color: #000;
    font-size: 10px;
}

@media (min-width: 576px) {
    .top-contact a {
        font-size: 1rem;
    }
}

.main-content {
    line-height: 180%;
}

.main-content a {
    /* color: #000; */
    color: #DA291C;
    text-decoration: underline;
}

/* adjust left padding for mobile */
@media (max-width: 575px) {
    .content-parent {
        padding-left: 15px !important;
    }
}

.highlight-list {
    line-height: 220%;
}

/* adjust logo grid for tablets */
.logo-grid img {
    max-height: 180px;
    max-width: 180px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .logo-grid img {
        max-height: 120px;
        max-width: 120px;
    }
}

/* section padding for desktop / tablet */
@media (min-width: 768px) {
    section {
        padding: 20px 0;
    }
}

/* reduce portrait aspect image for mobile */
.portrait-sm {
    width: 70%;
}

@media (min-width: 768px) {
    .portrait-sm {
        width: 100%;
    }
}

.portrait-md {
    width: 70%;
}

@media (min-width: 992px) {
    .portrait-md {
        width: 100%;
    }
}

/* added top margin for mobile */
@media (max-width: 991px) {
    .mobile-mt {
        margin-top: 30px !important;
    }
}

.button-main {
    background-color: #da291c;
    border: 1px solid #da291c;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, .1) 0 2px 4px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    outline: none;
    outline: 0;
    padding: 10px 25px;
    text-align: center;
    transform: translateY(0);
    transition: 150ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-main:hover {
    background-color: #e4382c;
    border-color: #e4382c;
    box-shadow: rgba(0, 0, 0, .15) 0 3px 9px 0;
    transform: translateY(-2px);
}

.button-aside {
    font-size: smaller;
    width: 100%;
}

.button-100 {    
    width: 100%;
}

.secondary {
    background-color: #fff;
    border: 1px solid #212529;
    color: #212529;
}

.secondary:hover {
    background-color: #f7f7f7;
    border-color: #2c3237;
    color: #2c3237;
}

.center {
    width: 230px;
    margin: 0 auto;
}

/* removing element gap for lists that break from 2col to 1col on mobile */
@media (max-width: 991px) {
    .mobile-list {
        margin-bottom: 0;
    }
}

.tagline {
    font-size: 1.5rem;
    font-style: italic;    
    margin-bottom: 1.5rem;
}

.tagline-sm {
    font-size: 1.2rem;
    font-style: italic;
}

table {
    margin: .5rem 0;
}

.full-width {
    width: 100%;
}



/* aside styling */

nav button {
    width: 100%;
}

/* center hamburger on mobile */
@media (max-width: 767px) {
    nav button, nav {
        margin-left: 10px;
        text-align: center;
    }
}

/* padding for menu on mobile */
@media (max-width: 767px) {
    nav button, nav {
        margin-bottom: 18px;
    }
}

.navbar {
    padding-left: 0;
}

/* nav padding for desktop / tablet */
@media (min-width: 992px) {
    .navbar, .navbar ul li a, .collapse, .nav-link {
        padding-right: 0;
    }
}

.navbar ul li a:hover {
    text-decoration: underline;
}

.navbar .active {
    text-decoration: underline;
    text-decoration-color: #da291c;
    text-decoration-thickness: 2px;
}

nav {
    width: 100%;
}

/* right justify the aside when no hamburger (desktop) */
@media (min-width: 768px) {
    .aside {
        text-align: right;
        font-size: 20px;
        border-right: 1px solid #e0e0e0;
    }
}

.aside ul {
    list-style-type: none;
    padding-left: 0;
}

.aside a {
    color: #000;
}

.aside hr {
    border-color: #e0e0e0;
}

.aside-home, .aside-regPath {
    margin-top: 4px;
}

.aside-home li, .aside-regPath li {
    margin-top: 16px;
}

.aside-contact {
    font-size: 16px;
}

/* hide aside (except for nav) when not on desktop */
@media (max-width: 767px) {
    .aside-desktop {
        display: none;
    }
}


/* footer styling */

footer {
    background-color: #da291c;
    color: #fff;
    font-size: 14px;
    padding: 10px 0;
}

footer hr {
    border-color: #fff;
}

footer ul li {
    font-size: 18px;
    padding: 8px 4px;
}

/* customized footer for mobile */
@media (min-width: 768px) {
    footer ul li {
        padding: 8px 18px;
    }
}

@media (min-width: 576px) {

    footer .copyright {
        text-align: left;
    }

    footer .policies {
        text-align: right;
    }
}

footer ul.socialIcons li {
    font-size: 40px;
}

footer a {
    text-decoration: none;
    color: #fff;
}

footer a:hover {
    color: #961c13;
}

/* added text to social icons for accessability, hiding for visual readers */
.social-text {
    display: none;
}

/* container max width -&gt; gutters */
/* @media (min-width: 1400px) {
    .container {
        max-width: 1340px;
      }
} */

/* @media (min-width: 1600px) {
    .container {
        max-width: 1540px;
      }
} */

.main-banner {
    display: none !important;
}


/* 404 styling */

.fourohfour {
    font-size: 116px;
}

.button-404 {
    width: 200px;
}

/* sponsor image resizing */

.adsc-rm, .tei {
    max-height: 130px !important;
}

.ice {
    max-height: 165px !important;
}

/* Opening notice on reg page */

.notice {
    color: #DA291C;
    font-size: 1.5em;
    font-weight: 600;
}

.soldout {
    color: #DA291C;
    font-size: 2em;
    font-weight: 600;
}

.tablesoldout {
    color: #DA291C;    
    font-weight: 600;
}
</pre></body></html>