<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/************* GENERAL STYLES ***/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline; }

:focus { outline: 0; }

* { box-sizing: border-box; }

body {
    background: #fff;
	font-family: 'Muli', sans-serif;
	font-size: 17px;
	line-height: normal;
	color: #2B2C2E; }

body.navOpen { overflow-y: hidden; }

ul { list-style: none; }

ul.list {
	list-style: disc;
	padding: 0 0 16px 15px; }
	
	ul.list li { margin: 0 0 5px; }

main ul {
    list-style-type: disc;
    margin-bottom: 15px;
    margin-left: 40px;
}

img {
    max-width: 100%;
    height: auto; }

pre {
    font-size: 12px;
 	font-family: Courier !important; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0; }

caption, th, td {
	text-align: left;
	font-weight: normal; }

blockquote:before, blockquote:after,
q:before, q:after {
	content: ""; }

blockquote, q { quotes: "" ""; }

strong { font-weight: bold; }

em { font-style: italic; }

/*** FONT STYLES ***/
/*
    font-family: 'Muli', sans-serif;
    font-family: 'Roboto Condensed', sans-serif;
*/

.inquiry_form_table { width: 100%; }

.inquiry_form_table tr td { padding: 10px; }

.text {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    font: inherit;
    font-family: 'Muli', sans-serif; }

h1 { 
    font-family: 'Roboto Condensed', sans-serif;
	font-size: 65px; 
	font-weight: 700;
	color: #4b4b4b;
	margin-bottom: 1.5rem; }

h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 45px;
    font-weight: 700;
    color: #4B4B4B;
    margin-bottom: 2rem; }

h4 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: #4B4B4B;
    margin-bottom: 2rem; }

a:link, a:visited { 
	color: #8B1334;
	text-decoration: none; }
	
a:hover { text-decoration: underline; }

.paddedTable tr td { padding: 10px; }

p { margin-bottom: 1.5rem; }

.submit {
	width: 100%;
	padding: 10px;
	background: #870835;
	color: white;
	border: none;
	text-transform: uppercase;
}

table.event_info {
	width: 100%;
}

table.event_info tr td {
	padding: 5px;
}

.green_btn {
	padding: 15px;
	background: #159500;
	color: white !important;
}

ul.archive_rankings { font-size: 20px; }
ul.archive_rankings a { width: 49%; display: block; float:left; padding: 1px; }

/************* STRUCTURE STYLES ***/
.wrapper {
	width: 100%;
    padding: 0 80px;
	margin: 0 auto; }

#page { 
    width: 100%;
    float: left;
    padding-top: 84px;
    background: #fff;
    transition: 0.5s ease opacity; }

section {
    width: 100%;
    float: left; }

section.pad { 
    padding-top: 45px;
    padding-bottom: 45px; }

.heading { 
    width: 100%;
    float: left;
    padding: 45px 0 35px; }

    .heading h1 { 
        float: left;
        margin: 0; }

    .heading .filter { 
        float: right;
        text-align: right; }

        .heading .filter a {
            width: 145px;
            display: inline-block;
            padding: 7px 0;
            margin: 0 0 10px 6px;
            border: 1px solid #8B1334;
            border-radius: 2px;
            text-align: center;
            font-family: 'Roboto Condensed', sans-serif;
            line-height: 1em; }

        .heading .filter a:hover, .heading .filter a.active {
            background: #8B1334;
            color: #fff;
            text-decoration: none; }

/*** COLS ***/
.col_row { margin: 0 -15px; }

    .col_row:after {
        content: "";
        display: block;
        clear: both; }

.col { 
    float: left;
    padding-right: 15px;
    padding-left: 15px; }

.col_12 { width: 100%; }
.col_9 { width: 75%; }
.col_8 { width: 66.6666%; }
.col_6 { width: 50%; }
.col_4 { width: 33.3333%; }
.col_3 { width: 25%; }
.col_2 { width: 20%; }


/*** STYLED SELECT ***/
.styledSelect {
    display: inline-block;
    position: relative; }

    .styledSelect.full { width: 100%; }

    .styledSelect select {
        display: block;
        padding: 10px 30px 10px 10px;
        margin: 0;
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 0;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        font: inherit;
        font-family: 'Lato', sans-serif;
        font-size: 13px;
        color: #222; }

        .styledSelect.full select { width: 100%; }

    .styledSelect .arr {
        width: 30px;
        position: absolute;
        top: 1px;
        right: 1px;
        bottom: 1px;
        background: #fff;
        pointer-events: none; }

        .styledSelect .arr:before {
            content: '';
            position: absolute;
            top: 50%;
            right: 10px;
            margin-top: -2px;
            border-top: 6px solid #222;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            pointer-events: none; }

    .styledSelect select option { background: #fff; }


/*** HEADER ***/
header#mainHeader {
    width: 100%;
    height: 84px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #fff;
    border-bottom: 1px solid #D9D9D9;
    font-family: 'Roboto Condensed', sans-serif; }

    header#mainHeader .logo {
        height: 100%;
        float: left;
        padding: 0 34px;
        border-right: 1px solid #D9D9D9; }

        header#mainHeader .logo img {
            display: block;
            margin: 13px auto 0; }

    header#mainHeader nav#mainNav {
        height: 100%;
        float: right;
        text-align: center;
        line-height: 84px;
        font-size: 16px; }

        header#mainHeader nav#mainNav &gt; ul {
            height: 100%;
            float: right;
            padding: 0;
            margin: 0;
            list-style: none; }

            header#mainHeader nav#mainNav &gt; ul &gt; li {
                height: 100%;
                float: left;
                position: relative;
                margin: 0; }

                header#mainHeader nav#mainNav &gt; ul &gt; li:hover &gt; a {
                    background: #8B1334;
                    color: #fff;
                    text-decoration: none; }

        header#mainHeader nav#mainNav .drop {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            z-index: 100;
            background: #8B1334;
            text-align: left;
            color: #fff;
            line-height: normal; }

        header#mainHeader nav#mainNav &gt; ul &gt; li:nth-child(n+3) .drop {
            left: auto;
            right: 0; }

        header#mainHeader nav#mainNav &gt; ul &gt; li:hover .drop { display: block; }

        header#mainHeader nav#mainNav .col2 { width: 490px; }
        header#mainHeader nav#mainNav .col3 { width: 735px; }

            header#mainHeader nav#mainNav .drop a { 
                padding: 0;
                color: #fff; }

            header#mainHeader nav#mainNav .drop .group {
                width: 245px;
                float: left;
                padding: 34px; }

            header#mainHeader nav#mainNav .drop .group.red { background: #91203F; }

            header#mainHeader nav#mainNav .drop .label {
                margin-bottom: 34px;
                font-size: 19px;
                font-weight: 700;
                color: #AD4E68; }

            header#mainHeader nav#mainNav .drop ul {
                width: 100%;
                float: left;
                padding: 0;
                margin: 0;
                list-style: none;
                font-size: 16px; }

                header#mainHeader nav#mainNav .drop ul li { margin-bottom: 34px; }

                header#mainHeader nav#mainNav .drop ul li:last-child { margin: 0; }

        header#mainHeader nav#mainNav a { 
            display: block;
            padding: 0 34px;
            color: #616262; }

        header#mainHeader nav#mainNav .right {
            height: 100%;
            float: right; }

            header#mainHeader nav#mainNav .right a {
                width: 100px;
                height: 100%;
                float: left;
                padding: 0;
                border-left: 1px solid #D9D9D9; }

            header#mainHeader nav#mainNav .right .search { background: url(../images/icon_search.png) center no-repeat; }

            header#mainHeader nav#mainNav .right a.hamb { 
                display: none;
                padding-top: 27px; }

                header#mainHeader nav#mainNav .right a.hamb span {
                    width: 19px;
                    height: 3px;
                    display: block;
                    margin: 0 auto 3px;
                    background: #7B7B7B; }

    header#mainHeader .searchBar {
        width: 100%;
        height: 100%;
        padding-right: 100px;
        position: absolute;
        bottom: 100%;
        left: 0;
        background: #fff;
        transition: 0.2s ease all; }

    header#mainHeader .searchBar.show { bottom: 0; }

        header#mainHeader .searchBar .form {
            width: 100%;
            height: 100%;
            float: left;
            padding: 15px 34px; }

            header#mainHeader .searchBar .form * { height: 100%; }

        header#mainHeader .searchBar input[type="text"] {
            width: 100%;
            height: 100%;
            float: left;
            padding: 10px 15px;
            background: url(../images/icon_search.png) center right 15px no-repeat #f0f0f0;
            background-size: 27px;
            border: 1px solid #ddd;
            font: inherit;
            font-family: 'Muli', sans-serif; }

        header#mainHeader .searchBar input[type="submit"] { display: none; }

        header#mainHeader .searchBar a.close {
            width: 100px;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            top: 0;
            right: 0;
            border-left: 1px solid #d9d9d9;
            text-align: center;
            font-family: Arial, sans-serif;
            font-size: 40px;
            color: #616262; }

        header#mainHeader .searchBar a.close:hover { text-decoration: none; }


/*** MOBILE NAV ***/
#mobileNav {
    width: 320px;
    max-width: 100%;
    display: none;
    position: fixed;
    top: 84px;
    right: -330px;
    bottom: 0;
    z-index: 1000;
    background: #7B1731;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    color: #fff;
    overflow-y: auto;
    transition: 0.5s ease all; }

#mobileNav.open { right: 0; }

    #mobileNav a { color: #fff; }

    #mobileNav ul {
        width: 100%;
        float: left;
        padding: 0;
        margin: 0;
        list-style: none; }

        #mobileNav ul li {
            width: 100%;
            float: left;
            margin: 0; }

            #mobileNav ul li a {
                display: block;
                position: relative;
                padding: 15px 30px;
                border-bottom: 1px solid #5b0f22; }

            #mobileNav ul li a.drop span {
                position: absolute;
                top: 11px;
                right: 30px;
                font-size: 20px; }

            #mobileNav ul li ul { 
                display: none;
                background: #6d132a; }

                #mobileNav ul li ul a { padding-left: 45px; }


/*** HOME BANNER ***/
#homeBanner {}

    #homeBanner .main {
        width: 100%;
        float: left;
        position: relative;
        padding-right: 358px; }

    #homeBanner .slider {
        width: 100%;
        float: left;
        position: relative; }

#homeBanner .slider .slick-slide img { width: 100%; }

        #homeBanner .slider .slick-dots {
            position: absolute;
            right: 0;
            bottom: 25px;
            left: 0;
            z-index: 10;
            text-align: center; }

            #homeBanner .slider .slick-dots li { display: inline-block; }

                #homeBanner .slider .slick-dots li button {
                    width: 14px;
                    height: 14px;
                    padding: 0;
                    margin: 0 5px;
                    background: none;
                    border: 1px solid #95989A;
                    border-radius: 100%;
                    font-size: 0; }

                #homeBanner .slider .slick-dots li button:hover { background: rgba(255,255,255,0.5); }

                #homeBanner .slider .slick-dots li.slick-active button { 
                    background: #fff;
                    border-color: #fff; }

    #homeBanner .sideBtns {
        width: 288px;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        position: absolute;
        top: 0;
        right: 80px;
        bottom: 0;
        z-index: 10;
        text-align: right;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: bold;
        font-size: 45px;
        line-height: 45px; }

        #homeBanner .sideBtns a {
            width: 100%;
            float: left;
            padding: 25px 20px 25px 0;
            margin: 12px 0;
            background: #fff;
            box-shadow: 3px 3px 10px rgba(0,0,0,0.16);
            color: #54585D;
            transition: 0.2s ease all; }

        #homeBanner .sideBtns a:hover { 
            border-right: 4px solid #8B1334;
            text-decoration: none; }

    #homeBanner .bottomBar {
        width: 100%;
        float: left;
        display: flex;
        align-items: stretch;
        position: relative;
        z-index: 1;
        box-shadow: 0 3px 6px rgba(0,0,0,0.16); }

        #homeBanner .bottomBar a {
            width: 33%;
            float: left;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 20px; }

        #homeBanner .bottomBar a { border-right: 1px solid #D9D9D9; }
        
        #homeBanner .bottomBar a.last { border-right: none !important; }

            #homeBanner .bottomBar a img { max-height: 120px; }


/*** HOME EVENTS ***/
#homeEvents { 
    position: relative;
    border-bottom: 1px solid #d9d9d9; }

    #homeEvents .half {
        width: 50%;
        float: left;
        padding: 45px 80px; }

    /*#homeEvents .half.right { padding-right: 400px; }*/

    #homeEvents ul {
        padding: 0;
        margin: 0;
        list-style: none;
        font-family: 'Roboto Condensed', sans-serif; }

        #homeEvents ul li {
            width: 100%;
            float: left;
            position: relative;
            padding: 0 90px 20px 0;
            margin: 0 0 20px;
            border-bottom: 1px solid #D9D9D9; }

        #homeEvents ul li:last-child { border: none; }

        #homeEvents ul li.star:before {
            content: "";
            width: 19px;
            height: 19px;
            position: absolute;
            top: 0;
            left: -25px;
            background: url(../images/icon_cup.png) center no-repeat; }

            #homeEvents ul li .name {
                width: 60%;
                float: left;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap; }

            #homeEvents .results ul li .name {
                width: 100%;
                float: left; }

            #homeEvents ul li .reg {
                width: 40%;
                float: right;
                margin-top: 1px;
                text-align: right;
                color: #0FD835;
                font-family: 'Muli', sans-serif;
                font-size: 13px;
                font-weight: 700; }

            #homeEvents ul li .reg.orange { color: #FF8A00; }
            #homeEvents ul li .reg.red { color: #FF1919; }

            #homeEvents ul li .date {
                width: 120px;
                position: absolute;
                top: 0;
                right: 0;
                padding-left: 30px;
                font-weight: 700; }

    /*#homeEvents .aotm {
        width: 360px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        padding-bottom: 125px;
        background: #174334;
        color: #fff;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 35px; }

        #homeEvents .aotm figure {
            width: 100%;
            height: 100%;
            float: left;
            position: relative;
            padding: 0;
            margin: 0;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover; }

            #homeEvents .aotm figure .name {
                width: 100%;
                position: absolute;
                bottom: 0;
                left: 0;
                padding: 20px 40px;
                background: rgba(0,0,0,0.47);
                font-weight: 700;
                text-transform: uppercase; }

                #homeEvents .aotm figure .name .title2 {
                    display: none;
                    float: left;
                    font-size: 25px;
                    font-weight: normal; }

        #homeEvents .aotm .title {
            width: 100%;
            float: left;
            padding: 20px 40px; }*/

    #homeEvents a.more { 
        font-size: 13px;
        font-weight: bold; }


/*** HOME NEWS ***/
#homeNews h2 { 
    padding: 45px 0;
    margin: 0; }

#homeNews ul.featured {
    width: 100%;
    float: left;
    display: flex;
    align-items: stretch;
    padding: 0;
    margin: 0;
    list-style: none; }

#homeNews ul.news {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    padding: 0;
    margin: 0;
    list-style: none; }

    #homeNews ul.featured li {
        width: 50%;
        float: left;
        position: relative;
        margin: 0;
        border-top: 1px solid #D9D9D9; }

    #homeNews ul.featured li:first-child { border-right: 1px solid #D9D9D9; }

    #homeNews ul.news li {
        width: 25%;
        float: left;
        margin: 0;
        border-top: 1px solid #D9D9D9;
        border-right: 1px solid #D9D9D9; }

    #homeNews ul.news li:nth-child(4n) { border-right: none; }

        #homeNews ul.featured li .half {
            width: 50%;
            float: left; }

        #homeNews ul.featured li figure {
            width: 100%;
            height: 290px;
            float: left;
            padding: 0;
            margin: 0;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover; }

        #homeNews ul li .title {
            width: 100%;
            float: left;
            padding: 40px; }

            #homeNews ul li .title .date {
                margin-bottom: 15px;
                color: #54585D;
                font-family: 'Roboto Condensed', sans-serif;
                font-size: 16px;
                font-weight: 700; }

            #homeNews ul li .title h4 { 
                margin: 0;
                font-size: 25px; }

        #homeNews ul.featured li .content {
            width: 100%;
            float: left;
            padding: 30px 40px 60px; }

            #homeNews ul.featured li .content a.more { 
                position: absolute;
                right: 40px;
                bottom: 40px;
                font-size: 13px;
                font-weight: bold; }

#homeNews a.loadMore {
    width: 100%;
    float: left;
    padding: 25px 0;
    background: #E7E8E8;
    text-align: center;
    color: #999C9D;
    font-size: 13px;
    font-weight: bold; }

    #homeNews a.loadMore:hover {
        background: #ddd;
        color: #555;
        text-decoration: none; }


/*** HOME PROGRAMS ***/
#homePrograms { padding: 45px 0 80px; }

#homePrograms .arrows {
    float: right;
    position: relative;
    top: 10px; }

    #homePrograms .arrows button {
        width: 32px;
        height: 32px;
        padding-bottom: 3px;
        margin-left: 5px;
        background: #fff;
        border: 1px solid #8B1334;
        color: #8B1334;
        font-size: 20px;
        cursor: pointer; }

    #homePrograms .arrows button:hover { 
        background: #8B1334;
        color: #fff; }

    #homePrograms .slider {
        width: 100%;
        float: left; }

    #homePrograms ul {
        width: 100%;
        float: left;
        display: flex;
        flex-wrap: wrap;
        align-content: stretch;
        padding: 0;
        margin: 0;
        list-style: none;
        border-right: 1px solid #d9d9d9;
        border-bottom: 1px solid #d9d9d9; }

        #homePrograms ul li {
            width: 25%;
            float: left;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 10px;
            border-top: 1px solid #d9d9d9;
            border-left: 1px solid #d9d9d9;
            text-align: center; }


/*** PROGRAMS OVERVIEW ***/
#programsOverview {
    width: 100%;
    float: left;
    margin-top: 45px; }

    #programsOverview h3 {
        padding: 10px;
        margin: 0;
        background: #8B1334;
        color: #fff;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 24px;
        font-weight: 700; }

    #programsOverview ul {
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center; }

        #programsOverview ul li {
            width: 100%;
            float: left;
            border: 1px solid #d9d9d9;
            border-top: none; }


/*** PROGRAMS ***/
#programBanner {
    height: 560px;
    float: left;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center; }

    #programBanner .wrapper {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center; }

    #programBanner h1 { 
        margin-bottom: 160px;
        color: #fff;
        font-size: 100px;
        line-height: 1em; }

    #programBanner .logo {
        width: 320px;
        height: 320px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        bottom: -160px;
        left: 50%;
        z-index: 10;
        padding: 20px;
        margin-left: -160px;
        background: #fff;
        border-radius: 100%;
        box-shadow: 0 3px 6px rgba(0,0,0,0.06);
        overflow: hidden; }

#programPage .flexContent {
    display: flex;
    align-items: stretch; }

#programPage main, #about_page main {
    width: 70%;
    float: left;
    padding: 80px 80px 80px 0;
    border-right: 1px solid #D9D9D9; }

#programPage aside, #about_page aside {
    width: 30%;
    float: right;
    padding: 80px 0 80px 80px;
    text-align: right; }

    #programPage aside h4, #about_page aside h4 { margin: 20px 0; }

    #programPage aside ul + h4, #about_page aside ul + h4 { margin-top: 40px; }

    #programPage aside ul, #about_page aside ul {
        padding: 0;
        margin: 0;
        list-style: none; }

        #programPage aside ul li, #about_page aside ul li { margin-bottom: 20px; }

        #programPage aside ul h4, #about_page aside ul h4 { margin-bottom: 5px; }

        #programPage aside ul .date, #about_page aside ul .date { 
            font-family: 'Roboto Condensed', sans-serif;
            font-size: 13px; }

#programPage .teamList {
    width: 100%;
    float: left; }

    #programPage .teamList .title {
        width: 100%;
        float: left;
        padding: 20px 0; }

    #programPage .teamList .title.main {
        background: #086F51;
        font-weight: 700; }

    #programPage .teamList .title.elite { background: #BA8F04; }
    #programPage .teamList .title.high { background: #7B7B7B; }
    #programPage .teamList .title.performance { background: #AF4604; }

        #programPage .teamList .title.main h2 { font-weight: 700; }

        #programPage .teamList .title h2 { 
            margin: 0;
            color: #fff;
            font-weight: normal; }

#programPage .teamList .list {
    width: 100%;
    float: left;
    padding: 70px 0; }

    #programPage .teamList .list ul {
        display: flex;
        flex-wrap: wrap;
        align-content: stretch;
        padding: 0;
        margin: 0 -5px;
        list-style: none;
        text-align: center;
        font-family: 'Roboto Condensed', sans-serif; }

    #programPage .teamList .list ul.col3 { font-size: 25px; }
    #programPage .teamList .list ul.col4 { font-size: 20px; }
    #programPage .teamList .list ul.col6 { font-size: 15px; }

        #programPage .teamList .list ul li {
            float: left;
            padding: 0 5px;
            margin: 10px 0; }

        #programPage .teamList .list ul.col3 li { width: 33.3333%; }
        #programPage .teamList .list ul.col4 li { width: 25%; }
        #programPage .teamList .list ul.col6 li { width: 16.6666%; }

            #programPage .teamList .list ul li &gt; div {
                width: 100%;
                height: 100%;
                float: left;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 25px 10px;
                border: 1px solid #d9d9d9; }

            #programPage .teamList .list ul li .name { 
                margin-bottom: 5px;
                line-height: 1em; }

            #programPage .teamList .list ul.col3 li .name { font-size: 45px; }
            #programPage .teamList .list ul.col4 li .name { font-size: 35px; }
            #programPage .teamList .list ul.col6 li .name { font-size: 25px; }


/*** CALENDAR ***/
#calendarPage .eventsList {
    width: 100%;
    float: left; }

    #calendarPage .eventsList .title {
        width: 100%;
        float: left;
        padding: 40px 0;
        background: #35866E;
        line-height: 1em; }

        #calendarPage .eventsList .title h2 {
            margin: 0;
            color: #fff; }

    #calendarPage .eventsList ul {
        width: 100%;
        float: left;
        padding: 40px 0 20px;
        margin: 0;
        list-style: none;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 25px; }

        #calendarPage .eventsList ul li {
            width: 100%;
            float: left;
            position: relative;
            padding: 0 150px 20px 0;
            margin: 0 0 20px;
            border-bottom: 1px solid #D9D9D9; }

        #calendarPage .eventsList ul li:last-child { 
            margin: 0;
            border: none; }

        #calendarPage .eventsList ul li.star:before {
            content: "";
            width: 19px;
            height: 19px;
            position: absolute;
            top: 5px;
            left: -30px;
            background: url(../images/icon_cup.png) center no-repeat; }

        #calendarPage .eventsList ul li.flag:before {
            content: "";
            width: 19px;
            height: 19px;
            position: absolute;
            top: 5px;
            left: -30px;
            background: url(../images/icon_flag.png) center no-repeat;
            background-size: 19px; }

            #calendarPage .eventsList ul li .name {
                width: 60%;
                float: left; }

                #calendarPage .eventsList ul li .name &gt; div {
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap; }

            #calendarPage .eventsList ul li .reg {
                margin-top: 5px;
                color: #0FD835;
                font-family: 'Muli', sans-serif;
                font-size: 12px;
                font-weight: 700; }

            #calendarPage .eventsList ul li .reg.orange { color: #FF8A00; }
            #calendarPage .eventsList ul li .reg.red { color: #FF1919; }

            #calendarPage .eventsList ul li .location {
                width: 40%;
                float: left;
                text-align: right; }

            #calendarPage .eventsList ul li .address {
                margin-top: 5px;
                color: #7B7B7B;
                font-family: 'Muli', sans-serif;
                font-size: 12px;
                font-weight: 700; }

            #calendarPage .eventsList ul li .date {
                width: 115px;
                position: absolute;
                top: 0;
                right: 0;
                padding-left: 30px;
                font-weight: 700; }


/*** RECORDS ***/
#recordsPage .heading .filter { 
    display: none;
    margin-top: 10px; }

#recordsPage .recordsList {
    width: 100%;
    float: left; }

    #recordsPage .recordsList .title {
        width: 100%;
        float: left;
        position: relative;
        padding: 40px 0;
        background: #35866E;
        line-height: 1em; }

    #recordsPage .recordsList .title.latest { background: #367187; }
    #recordsPage .recordsList .title.cat1 { background: #35866e; }
    #recordsPage .recordsList .title.cat2 { background: #358645; }
    #recordsPage .recordsList .title.cat3 { background: #678635; }
    #recordsPage .recordsList .title.cat4 { background: #868335; }
    #recordsPage .recordsList .title.cat5 { background: #866A35; }
    #recordsPage .recordsList .title.cat6 { background: #865435; }
    #recordsPage .recordsList .title.cat7 { background: #863535; }
    #recordsPage .recordsList .title.cat8 { background: #8B1334; }

        #recordsPage .recordsList .title h2 {
            margin: 0;
            color: #fff; }

        #recordsPage .recordsList .title a {
            width: 100%;
            height: 100%;
            display: none;
            position: absolute;
            top: 0;
            left: 0;
            color: #fff;
            font-size: 30px;
            font-weight: bold; }

            #recordsPage .recordsList .title a span {
                width: 20px;
                float: right;
                margin: 17px 18px 0 0;
                text-align: center; }

    #recordsPage .recordsList .recordsTable {
        width: 100%;
        float: left; }

    #recordsPage .recordsList table {
        width: 100%;
        float: left;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 25px; }

    #recordsPage .recordsList table.latest { margin-bottom: 50px; }

        #recordsPage .recordsList table thead { 
            background: #086F51;
            color: #fff; }

        #recordsPage .recordsList table.latest thead { background: #0E5571; }
        #recordsPage .recordsList .cat1 table thead { background: #086F51; }
        #recordsPage .recordsList .cat2 table thead { background: #086F1C; }
        #recordsPage .recordsList .cat3 table thead { background: #476F08; }
        #recordsPage .recordsList .cat4 table thead { background: #6F6B08; }
        #recordsPage .recordsList .cat5 table thead { background: #6F4B08; }
        #recordsPage .recordsList .cat6 table thead { background: #6F3008; }
        #recordsPage .recordsList .cat7 table thead { background: #6F0808; }
        #recordsPage .recordsList .cat8 table thead { background: #791730; }

        #recordsPage .recordsList table th { padding: 10px 15px; }

        #recordsPage .recordsList table td { padding: 25px 15px; }

        #recordsPage .recordsList table td.cat {
            padding: 10px 15px;
            color: #8B1334;
            font-size: 20px;
            font-weight: 700; }

        #recordsPage .recordsList table tbody tr:nth-child(even) {
            background: #F8F8F8;
            box-shadow: 0 3px 3px rgba(0,0,0,0.16); }

        #recordsPage .recordsList table.latest tbody tr:nth-child(odd) {
            background: #F8F8F8;
            box-shadow: 0 3px 3px rgba(0,0,0,0.16); }

        #recordsPage .recordsList table.latest tbody tr:nth-child(even) {
            background: none;
            box-shadow: none; }


/*** LINKS ***/
#linksPage ul {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    padding: 0;
    margin: 0;
    border-top: 1px solid #d9d9d9;
    list-style: none; }

    #linksPage ul li {
        width: 33.3333%;
        float: left;
        margin: 0;
        border-bottom: 1px solid #d9d9d9;
        border-right: 1px solid #d9d9d9; }

    #linksPage ul li:nth-child(3n) { border-right: none; }

        #linksPage ul li figure {
            width: 50%;
            height: 100%;
            float: left;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 34px;
            margin: 0; }

            #linksPage ul li figure a { display: block; }

            #linksPage ul li figure img { 
                width: 200px;
                float: left;
                margin: 0; }

        #linksPage ul li .content {
            width: 50%;
            float: left;
            padding: 34px 34px 34px 0;
            font-size: 14px; }

        #linksPage ul li h4 { 
            margin-bottom: 20px;
            font-size: 18px; }


/*** CONTACT ***/
.contactPage { 
    width: 100%;
    float: left; }

    .contactPage ul {
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
        font-size: 16px; }

        .contactPage ul li {
            width: 16.6666%;
            float: left;
            margin: 0 0 40px; }

        .contactPage ul li:nth-child(6n+1) { clear: both; }

    .contactPage figure {
        width: 220px;
        height: 220px;
        display: block;
        position: relative;
        padding: 0;
        margin: 0 auto 20px; }

        .contactPage figure div {
            display: block;
            border-radius: 100%;
            overflow: hidden; }

        .contactPage figure img {
            width: 100%;
            float: left; }

        .contactPage figure span {
            width: 200px;
            position: absolute;
            left: 50%;
            bottom: 0;
            padding: 5px 10px;
            margin-left: -100px;
            background: #8B1334;
            border-radius: 20px;
            box-shadow: 0 0 5px rgba(0,0,0,0.3);
            color: #fff;
            text-align: center;
            font-size: 11px;
            font-weight: bold; }

    .contactPage h5 {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 20px;
        font-weight: bold; }

    .contactPage .info { 
        margin-top: 20px;
        font-size: 14px; }

        .contactPage .info &gt; div { margin-top: 10px; }


/*** NEWS ***/
#newsPage .flexContent {
    display: flex;
    align-items: stretch; }

#newsPage main {
    width: 70%;
    float: left;
    padding: 45px 80px 45px 0;
    border-right: 1px solid #D9D9D9; }

    #newsPage main .date {
        padding-top: 1.5rem;
        margin-bottom: 1.5rem;
        border-top: 1px solid #d9d9d9;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: bold; }

        #newsPage main .date span { color: #aaa; }

#newsPage aside {
    width: 30%;
    float: right;
    padding: 45px 0 45px 80px; }

    #newsPage aside h4 { margin: 20px 0; }

    #newsPage aside ul + h2 { margin-top: 40px; }

    #newsPage aside ul {
        padding: 0;
        margin: 0;
        list-style: none; }

        #newsPage aside ul li { margin-bottom: 20px; }

        #newsPage aside ul.archive li { 
            width: 33.3333%;
            float: left; }

        #newsPage aside ul h4 { margin-bottom: 5px; }

        #newsPage aside ul .date { 
            font-family: 'Roboto Condensed', sans-serif;
            font-size: 13px; }

    #newsPage aside .styledSelect { margin-bottom: 1.5rem; }


/*** FOOTER ***/
footer {
    width: 100%;
    float: left;
    background: #8B1334;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center; }

    footer a:link, footer a:visited { color: #fff; }

    footer .top {
        width: 100%;
        height: 190px;
        float: left;
        background: url(../images/logo2.png) center no-repeat;
        line-height: 190px; }

        footer .top span { 
            width: 102px;
            display: inline-block;
            margin: 0 12%; }

        footer .top a { 
            width: 100px;
            display: inline-block;
            transition: 0.2s ease all; }

        footer .top a:nth-of-type(2) { margin-left: 12%; }
        footer .top a:nth-of-type(3) { margin-right: 12%; }

        footer .top a:hover { 
            opacity: 0.7;
            text-decoration: none; }

    footer .bottom {
        width: 100%;
        float: left;
        padding: 55px 0 0;
        background: url(../images/footer_bg.jpg) center no-repeat;
        background-size: cover; }

        footer .bottom h5 {
            margin-bottom: 25px;
            font-size: 50px;
            font-weight: 700; }

        footer .bottom .social a {
            width: 40px;
            display: inline-block;
            vertical-align: middle;
            margin: 0 16px;
            transition: 0.2s ease all; }

        footer .bottom .social a:hover { opacity: 0.7; }

        footer .bottom .credit {
            padding: 20px;
            margin-top: 55px;
            border-top: 1px solid rgba(255,255,255,0.34);
            font-size: 13px; }

	
	
/*** MEDIA QUERIES ***/
@-ms-viewport { width: device-width; }
@viewport { width: device-width; }


/*** RETINA ***/
@media all and (-webkit-min-device-pixel-ratio: 1.5) {

    header#mainHeader nav#mainNav .right .search { 
        background: url(../images/icon_search@2x.png) center no-repeat;
        background-size: 30px 31px; }
    
    #homeEvents ul li.star:before {
        background: url(../images/icon_cup@2x.png) center no-repeat;
        background-size: 19px; }
    
    footer .top {
        background: url(../images/logo2@2x.png) center no-repeat;
        background-size: 102px 103px; }
    
    #calendarPage .eventsList ul li.star:before {
        background: url(../images/icon_cup@2x.png) center no-repeat;
        background-size: 19px; }

    #calendarPage .eventsList ul li.flag:before {
        background: url(../images/icon_flag@2x.png) center no-repeat;
        background-size: 19px; }
    
}


/*** 1700px ***/
@media all and (max-width: 1700px) {

    h1 { font-size: 55px; }
    
    h2 { font-size: 35px; }
    
    header#mainHeader .logo img { 
        width: 175px;
        margin-top: 17px; }
    
    header#mainHeader nav#mainNav { font-size: 16px; }
    
        header#mainHeader nav#mainNav .right a { width: 84px; }
    
        header#mainHeader nav#mainNav .right .search { background-size: 24px; }
    
    header#mainHeader .searchBar { padding-right: 84px; }
    
        header#mainHeader .searchBar input[type="text"] { background-size: 24px; }
    
        header#mainHeader .searchBar a.close { 
            width: 84px;
            font-size: 35px; }
    
    #homeBanner .main { padding-right: 300px; }
    
    #homeBanner .sideBtns { 
        width: 230px;
        font-size: 35px;
        line-height: 35px; }
    
        #homeBanner .sideBtns a { 
            padding: 20px 20px 20px 0;
            margin: 10px 0; }
    
    #homeBanner .bottomBar a { padding: 15px; }
    
        #homeBanner .bottomBar a img { max-height: 100px; }
    
    #homeEvents .half { padding-right: 40px; }

    #homeEvents .half.right { 
        padding-left: 40px;
        /*padding-right: 340px;*/ }
    
    #homeEvents .aotm { 
        width: 300px;
        font-size: 30px;
        padding-bottom: 112px; }
    
    #homePrograms .arrows { top: 5px; }
    
    #programBanner h1 { 
        margin-bottom: 150px;
        font-size: 90px; }
    
    #programBanner .logo { 
        width: 300px;
        height: 300px;
        bottom: -150px;
        margin-left: -150px; }
    
    #programPage .teamList .list ul.col3 { font-size: 23px; }
    #programPage .teamList .list ul.col4 { font-size: 18px; }
    
        #programPage .teamList .list ul.col3 li .name { font-size: 40px; }
        #programPage .teamList .list ul.col4 li .name { font-size: 30px; }
    
    #calendarPage .eventsList .title, #recordsPage .recordsList .title { padding: 30px 0; }
    
    #calendarPage .eventsList ul { font-size: 20px; }
    
    #calendarPage .eventsList ul li:before { top: 2px !important; }
    
    #recordsPage .recordsList table { font-size: 20px; }
    
    .contactPage ul li { width: 20%; }
    
    .contactPage ul li:nth-child(6n+1) { clear: none; }
    .contactPage ul li:nth-child(5n+1) { clear: both; }
    
}

/*** 1500px ***/
@media all and (max-width: 1500px) {
	 header#mainHeader nav#mainNav a { padding: 0 20px; }       
}

/*** 1400px ***/
@media all and (max-width: 1400px) {
    
    body { font-size: 16px; }
    
    .wrapper { padding: 0 40px; }
    
    header#mainHeader nav#mainNav a { padding: 0 25px; }
    
     header#mainHeader nav#mainNav { 
        font-size: 14px; }
    
    header#mainHeader nav#mainNav .right a { width: 80px; }
    
    header#mainHeader .searchBar { padding-right: 80px; }
    
    header#mainHeader .searchBar .form { padding: 15px 25px; }
    
        header#mainHeader .searchBar a.close { width: 80px; }
    
    #homeBanner .main { padding-right: 200px; }
    
    #homeBanner .sideBtns { 
        width: 170px;
        right: 40px;
        font-size: 25px;
        line-height: 25px; }
    
        #homeBanner .sideBtns a { 
            padding: 15px 15px 15px 0;
            margin: 10px 0; }
    
    #homeBanner .bottomBar a { padding: 10px; }
    
        #homeBanner .bottomBar a img { max-height: 80px; }
    
    #homeEvents .half { padding: 45px 20px 45px 40px; }
    
    #homeEvents .half.right { padding: 45px 40px 45px 20px; }
    
    #homeEvents .aotm {
        width: 100%;
        height: 300px;
        float: left;
        position: static;
        padding: 0; }
    
        #homeEvents .aotm .title { display: none; }
    
        #homeEvents .aotm figure .name span { 
            width: 70%;
            float: right;
            margin-top: 15px;
            text-align: right; }
    
        #homeEvents .aotm figure .name .title2 { display: block; }
    
    #programPage .teamList .list ul.col3 { font-size: 20px; }
    #programPage .teamList .list ul.col4 { font-size: 18px; }
    
        #programPage .teamList .list ul.col3 li .name { font-size: 35px; }
        #programPage .teamList .list ul.col4 li .name { font-size: 28px; }
    
    #programPage .teamList .list ul.col6 li { width: 20%; }
    
    #programBanner { height: 500px; }
    
        #programBanner h1 { 
            margin-bottom: 125px;
            font-size: 80px; }

        #programBanner .logo { 
            width: 250px;
            height: 250px;
            bottom: -125px;
            margin-left: -125px; }
    
    #calendarPage .eventsList ul li { padding-right: 100px; }
    
    #calendarPage .eventsList ul li:before { left: -25px !important; }
    
        #calendarPage .eventsList ul li .date { width: 100px; }
    
    .contactPage ul li { width: 25%; }
    
    .contactPage ul li:nth-child(5n+1) { clear: none; }
    .contactPage ul li:nth-child(4n+1) { clear: both; }
    
    #newsPage main { padding-right: 40px; }
    
    #newsPage aside { padding-left: 40px; }
    
}


/*** 1280px ***/
@media all and (max-width: 1280px) {
    
    #page { padding-top: 70px; }
    
    header#mainHeader { height: 70px; }
    
        header#mainHeader .logo { padding: 0 25px; }

            header#mainHeader .logo img { 
                width: 150px;
                margin-top: 15px; }

        header#mainHeader nav#mainNav { 
            font-size: 14px;
            line-height: 70px; }

            header#mainHeader nav#mainNav a { padding: 0 20px; }

            header#mainHeader nav#mainNav .right a { width: 70px; }
    
    header#mainHeader .searchBar { padding-right: 70px; }
    
        header#mainHeader .searchBar .form { padding: 10px 25px; }
    
        header#mainHeader .searchBar a.close { width: 70px; }
    
    #mobileNav { top: 70px; }
    
    #homeEvents ul li .reg { 
        margin-top: 2px;
        font-size: 11px; }
    
    #programsOverview h3 { font-size: 20px; }
    
    #programBanner { height: 400px; }
    
        #programBanner h1 { 
            margin-bottom: 110px;
            font-size: 70px; }

        #programBanner .logo { 
            width: 220px;
            height: 220px;
            bottom: -110px;
            margin-left: -110px; }
    
    .heading .filter a { 
        width: 110px;
        font-size: 14px; }
    
    #calendarPage .eventsList ul, #recordsPage .recordsList table, #recordsPage .recordsList table td.cat { font-size: 18px; }
    
    #calendarPage .eventsList ul li:before { 
        top: 0 !important;
        background-size: 16px !important; }
    
    #linksPage ul li { width: 50%; }

    #linksPage ul li:nth-child(3n) { border-right: 1px solid #d9d9d9; }
    #linksPage ul li:nth-child(2n) { border-right: none; }
    
    #newsPage aside ul.archive li { width: 50%; }
    
    footer .top { 
        height: 150px;
        background-size: 80px;
        line-height: 150px; }
    
        footer .top span { margin: 0 7%; }
    
        footer .top a:nth-of-type(2) { margin-left: 7%; }
        footer .top a:nth-of-type(3) { margin-right: 7%; }
    
    footer .bottom h5 { font-size: 40px; }
    
}


/*** 1100px ***/
@media all and (max-width: 1130px) {
    
    #page.navOpen { opacity: 0.5; }
    
    header#mainHeader nav#mainNav ul { display: none; }
    
    header#mainHeader nav#mainNav .right a.hamb { display: block; }
    
    #mobileNav { display: block; }
    
    .contactPage ul li { width: 33.3333%; }
    
    .contactPage ul li:nth-child(4n+1) { clear: none; }
    .contactPage ul li:nth-child(3n+1) { clear: both; }
    
}


/*** 1024px ***/
@media all and (max-width: 1024px) {
    
    #homeBanner .main { padding-right: 0; }
    
    #homeBanner .sideBtns { display: none; }
    
    #homeBanner .bottomBar a img { max-height: 60px; }
    
    #homeEvents .half, #homeEvents .half.right { 
        width: 100%;
        padding: 40px; }
    
    #homeEvents .half.events { box-shadow: 0 3px 6px rgba(0,0,0,0.16); }
    
    #homeEvents .aotm figure .name .title2 { font-size: 18px; }
    
    #homeEvents .aotm figure .name span { 
        margin-top: 7px;
        font-size: 25px; }
    
    #homeNews h2 { padding: 40px 0; }
    
    #homeNews ul.featured li { width: 100%; }
    
    #homeNews ul.featured li:nth-child(2) { display: none; }
    
    #homeNews ul.featured li:first-child { border-right: none; }
    
    #homeNews ul.news li { width: 50%; }
    
    #homeNews ul.news li:nth-child(n+5) { display: none; }
    
    #homeNews ul.news li:nth-child(2n) { border-right: none; }
    
    #homeNews a.loadMore { padding: 20px 0; }
    
    #homePrograms { padding: 40px 0 60px; }
    
    #programsOverview .col_3, .col_2 { 
        width: 50%;
        margin-bottom: 30px; }
    
    #programsOverview h3 { font-size: 18px; }
    
    #programPage .teamList .list { padding: 40px 0; }
    
    #programPage .teamList .list ul.col3, #programPage .teamList .list ul.col4, #programPage .teamList .list ul.col6 { font-size: 14px; }
    
        #programPage .teamList .list ul.col3 li .name, #programPage .teamList .list ul.col4 li .name, #programPage .teamList .list ul.col6 li .name { font-size: 20px; }
    
    #programPage .teamList .list ul.col3 li, #programPage .teamList .list ul.col4 li, #programPage .teamList .list ul.col6 li { width: 33.3333%; }
    
    #programBanner { height: 320px; }
    
        #programBanner h1 { 
            margin-bottom: 90px;
            font-size: 50px; }

        #programBanner .logo { 
            width: 180px;
            height: 180px;
            bottom: -90px;
            margin-left: -90px; }
    
    #programPage .flexContent { display: block; }
    
    #programPage main { 
        width: 100%;
        padding-top: 120px;
        padding-right: 0;
        padding-bottom: 50px;
        border-right: none;
        border-bottom: 1px solid #d9d9d9; }
    
    #programPage aside {
        width: 100%;
        float: left;
        padding: 50px 0;
        text-align: left; }
    
    #calendarPage .heading .filter { 
        width: 100%;
        margin-top: 20px;
        text-align: left; }
    
        #calendarPage .heading .filter a {
            width: 100px;
            font-size: 13px; }
    
    #calendarPage .eventsList ul, #recordsPage .recordsList table, #recordsPage .recordsList table td.cat { font-size: 15px; }
    
    #calendarPage .eventsList ul li .reg, #calendarPage .eventsList ul li .address { font-size: 11px; }
    
    #calendarPage .eventsList ul li { padding-right: 90px; }
    
        #calendarPage .eventsList ul li .date { width: 90px; }
    
    #recordsPage .recordsList table td { padding: 20px 15px; }
    
    #newsPage .flexContent { display: block; }
    
    #newsPage main {
        width: 100%;
        padding: 40px 0;
        border-right: 0;
        border-bottom: 1px solid #d9d9d9; }
    
    #newsPage aside { 
        width: 100%;
        padding: 40px 0; }
    
        #newsPage aside ul.archive li { width: 25%; }
    
    footer .top { 
        height: 100px;
        background-size: 60px;
        line-height: 100px; }
    
        footer .top span { margin: 0 4%; }
    
        footer .top a:nth-of-type(2) { margin-left: 4%; }
        footer .top a:nth-of-type(3) { margin-right: 4%; }
    
}


/*** 800px ***/
@media all and (max-width: 800px) {
    
    #linksPage ul li { padding: 34px; }
    
        #linksPage ul li figure { 
            width: 100%;
            height: 100px;
            padding: 0;
            margin-bottom: 30px; }

            #linksPage ul li figure img { 
                width: auto;
                max-height: 100px; }

        #linksPage ul li .content { 
            width: 100%;
            padding: 0; }
    
    .contactPage ul li { width: 50%; }
    
    .contactPage ul li:nth-child(3n+1) { clear: none; }
    .contactPage ul li:nth-child(2n+1) { clear: both; }
    
    /*.contactPage figure {
        width: 180px;
        height: 180px; }
    
        .contactPage figure span { 
            width: 180px;
            margin-left: -90px;
            font-size: 10px; }*/
    
}


/*** 700px ***/
@media all and (max-width: 700px) {
    
    h1 { font-size: 45px; }
    
    h2 { font-size: 30px; }
    
    h4 { font-size: 22px; }
    
    #page { padding-top: 57px; }
    
    header#mainHeader { height: 57px; }
    
        header#mainHeader .logo { 
            width: auto;
            float: right;
            border-right: none; }
    
            header#mainHeader .logo img { 
                width: 108px;
                margin-top: 12px; }
    
        header#mainHeader nav#mainNav { float: left; }
    
            header#mainHeader nav#mainNav .right { float: left; }
    
            header#mainHeader nav#mainNav .right a { display: none; }
    
            header#mainHeader nav#mainNav .right a.hamb { 
                width: 57px;
                padding-top: 20px;
                border-left: none;
                border-right: 1px solid #d9d9d9; }
    
    header#mainHeader .searchBar { display: none; }
    
    #mobileNav {
        top: 57px;
        right: auto;
        left: -330px; }
    
    #mobileNav.open { 
        right: auto;
        left: 0; }
    
    #homeBanner .slider .slick-dots { display: none !important; }
    
    #homeBanner .bottomBar a img { max-height: 40px; }
    
    #homeEvents .half.events ul li { 
        padding-bottom: 10px;
        margin-bottom: 10px; }
    
    #homeEvents .half.right ul li { 
        padding-bottom: 15px;
        margin-bottom: 15px; }
    
    #homeEvents ul li:last-child { 
        padding-bottom: 0 !important;
        margin-bottom: 25px !important; }
    
    #homeEvents ul li .name, #homeEvents ul li .reg { 
        width: 100%;
        text-align: left; }
    
    #homeEvents .half.events ul li .date { margin-top: 10px; }
    
    #homeEvents .half.events ul li.star:before { top: 9px; }
    
    #homeEvents .aotm { height: 240px; }
    
        #homeEvents .aotm figure .name { padding: 10px 20px; }
    
    #homeNews ul.featured li .half { width: 100%; }
    
    #homeNews ul.featured li figure { height: 200px; }
    
    #homeNews ul.featured li .title { padding-bottom: 0; }
    
        #homeNews ul.featured li .title h4 { margin-bottom: 1.5rem; }
    
    #homeNews ul.featured li .content { padding: 0 40px 40px; }
    
        #homeNews ul.featured li .content a.more { 
            position: static;
            float: right; }
    
    #homeNews ul.news li { 
        width: 100%;
        border-right: none !important; }
    
    #homeNews ul.news li:nth-child(n+3) { display: none; }
    
    #homePrograms .arrows { top: 0px; }
    
    #homePrograms ul li { width: 50%; }
    
    #programPage .teamList .list ul.col3 li .name, #programPage .teamList .list ul.col4 li .name, #programPage .teamList .list ul.col6 li .name { font-size: 16px; }
    
    #programPage .teamList .list ul.col3 li, #programPage .teamList .list ul.col4 li, #programPage .teamList .list ul.col6 li { width: 50%; }
    
    #programBanner { height: 250px; }
    
        #programBanner h1 { 
            margin-bottom: 75px;
            font-size: 36px; }

        #programBanner .logo { 
            width: 150px;
            height: 150px;
            bottom: -75px;
            margin-left: -75px; }
    
    #calendarPage .heading .filter &gt; div { margin-top: 10px; }
    
    #calendarPage .heading .filter a {
        width: 80px;
        font-size: 11px; }
    
    #recordsPage .heading .filter { display: block; }
    
    #calendarPage .wrapper, #recordsPage .wrapper { padding: 0 20px; }
    
    #recordsPage .label_allRecords { display: none; }
    
    #calendarPage .eventsList .title { padding: 20px 0; }
    
    #recordsPage .recordsList .title { 
        padding: 20px 0;
        border-bottom: 1px solid rgba(0,0,0,0.16);
        box-shadow: inset 0 3px 3px rgba(0,0,0,0.16);}
    
    #calendarPage .eventsList ul { padding: 20px 0 0; }
    
        #calendarPage .eventsList ul li:before { 
            top: -1px !important;
            left: -20px !important;
            background-size: 11px !important; }
    
    #calendarPage .eventsList ul li .name, #calendarPage .eventsList ul li .location {
        width: 100%;
        text-align: left; }
    
    #calendarPage .eventsList ul li .name { margin-bottom: 10px; }
    
    #recordsPage .recordsList table, #recordsPage .recordsList table td.cat { font-size: 12px; }
    
    #recordsPage .recordsList table.latest { margin: 0; }
    
        #recordsPage .recordsList table td { padding: 15px; }
    
    #recordsPage .recordsList .recordsTable { display: none; }
    
    #recordsPage .recordsList .title a { display: block; }
    
    #newsPage aside ul.archive li { width: 33.3333%; }
    
    footer .top { 
        height: auto;
        background: none;
        line-height: 80px; }
    
        footer .top span { display: none; }
    
        footer .top a { 
            width: auto;
            margin: 0 20px !important; }
    
    footer .bottom { padding: 40px 0 0; }
    
        footer .bottom h5 { display: none; }
    
        footer .bottom .credit { margin-top: 40px; }
    
}


/*** 500px ***/
@media all and (max-width: 500px) {
    
    h1 { font-size: 35px; }
    
    h2 { font-size: 25px; }
    
    h4 { font-size: 18px; }
    
    footer .top { font-size: 13px; }
    
        footer .top a { margin: 0 10px !important; }
    
    footer .bottom .social a { 
        width: 32px;
        max-height: 32px; }
    
        footer .bottom .social a img { max-height: 32px; }
    
    #programsOverview .col_3, .col_2 { width: 100%; }
    
    #programBanner { height: 220px; }
    
        #programBanner h1 { 
            margin-bottom: 75px;
            font-size: 24px; }

        #programBanner .logo { 
            width: 150px;
            height: 150px;
            bottom: -75px;
            margin-left: -75px; }
    
    #recordsPage .heading .filter { margin-top: 5px; }
    
    #recordsPage .recordsList table, #recordsPage .recordsList table td.cat { font-size: 10px; }
    
        #recordsPage .recordsList table th, #recordsPage .recordsList table td, #recordsPage .recordsList table td.cat { padding: 10px 5px; }
    
    #linksPage ul li { padding: 20px; }
    
        #linksPage ul li figure { 
            height: 80px;
            margin-bottom: 20px; }

            #linksPage ul li figure img { max-height: 80px; }
    
    .contactPage ul li { width: 100%; }
    
    .contactPage ul li:nth-child(2n+1) { clear: none; }
    
    #newsPage aside ul.archive li { width: 50%; }
    
}


/*** 375px ***/
@media all and (max-width: 375px) {
    
    body { font-size: 14px; }
    
    h1 { font-size: 30px; }
    
    h2 { font-size: 22px; }
    
    h4 { font-size: 16px; }
    
    #homeEvents ul li { padding-right: 80px; }
    
    #homeEvents ul li .name, #homeEvents ul li .date { font-size: 14px; }
    
    #homeEvents ul li .date { width: 80px; }
    
    #homeEvents .aotm figure .name .title2 { font-size: 16px; }
    
    #homeEvents .aotm figure .name span { 
        width: 60%;
        margin-top: 5px;
        font-size: 22px; }
    
    #programPage .teamList .list ul.col3, #programPage .teamList .list ul.col4, #programPage .teamList .list ul.col6 { font-size: 12px; }
    
        #programPage .teamList .list ul.col3 li .name, #programPage .teamList .list ul.col4 li .name, #programPage .teamList .list ul.col6 li .name { font-size: 14px; }
    
    #programPage .teamList .list ul.col3 li, #programPage .teamList .list ul.col4 li, #programPage .teamList .list ul.col6 li { width: 50%; }
    
    #recordsPage .heading .filter a { 
        width: 80px;
        font-size: 11px; }
    
    #calendarPage .eventsList .title, #recordsPage .recordsList .title { padding: 15px 0; }
    
        #recordsPage .recordsList .title a span { margin-top: 13px; }
    
    #linksPage ul li { width: 100%; }
    
        #linksPage ul li h4 { font-size: 16px; }
    
}


</pre></body></html>