@charset "UTF-8";
/*!
Theme Name: Race 2015 Theme
Author: 4O1! creative
Author URI: http://401creative.com
*/
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, b, u, i, center, 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-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, img {
    display: block;
}

body {
    line-height: 1;
}

blockquote, q {
    quotes: none;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit;
    color: inherit;
}

:focus {
    outline: none;
}

strong {
    font-weight: bold;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

ul, ol {
    margin-left: 0;
    padding: 0 0 0 30px;
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
    padding: 0;
}

button, input[type=button], input[type=reset], input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button;
    overflow: visible;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

/* Wordpress */
.alignleft {
    float: left;
    margin: 0 25px 15px 0;
}

.alignright {
    float: right;
    margin: 0 0 15px 25px;
}

.alignnone {
    margin: 10px 0 15px 0;
}

.aligncenter {
    margin: 15px auto;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

html {
    box-sizing: border-box;
}

*, *::after, *::before {
    box-sizing: inherit;
}

/**
 * Returns a list of all text-based input types (excluding textarea)
 * @pseudo {String
} 	An optional pseudo selector (eg: :hover, :focus)
 * @additional {List
} 	An optional list of additional input types posible types include: color, date, datetime, datetime-local, month, time, week
 */
@font-face {
    font-family: 'fontello';
    src: url("fonts/fontello.eot?29742294");
    src: url("fonts/fontello.eot?29742294#iefix") format("embedded-opentype"), url("fonts/fontello.woff?29742294") format("woff"), url("fonts/fontello.ttf?29742294") format("truetype"), url("fonts/fontello.svg?29742294#fontello") format("svg");
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"]:after, [class*=" icon-"]:after {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
}

.icon-facebook:before {
    content: '\46';
}

/* 'F' */
.icon-gplus:before {
    content: '\47';
}

/* 'G' */
.icon-instagram:before {
    content: '\49';
}

/* 'I' */
.icon-linkedin:before {
    content: '\4c';
}

/* 'L' */
.icon-twitter:before {
    content: '\54';
}

/* 'T' */
.icon-share:before {
    content: '\73';
}

/* 's' */
.icon-select:before {
    content: '\e800';
}

/* '' */
.icon-up:before {
    content: '\e805';
}

/* '' */
.icon-right:before {
    content: '\e806';
}

/* '' */
.icon-down:before {
    content: '\e807';
}

/* '' */
html, body {
    height: 100%;
    width: 100%;
}

body {
    margin: 0;
    padding: 0;
    color: #444;
    font: normal 18px/1.65 "PT Serif", serif;
    background: #f1f1f1;
    letter-spacing: 0.025em;
}

* {
    box-sizing: border-box;
}

h2, h3, h4, h5, h6 {
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1.5;
    color: #6b162e;
    font-family: "PT Sans Narrow", sans-serif;
}

h2 {
    font-size: 2em;
    margin: 25px 0 35px 0;
}

h3 {
    font-size: 1.55556em;
    color: #6b162e;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    margin-bottom: 0;
}

h4 {
    font-size: 1.33333em;
    margin-bottom: 10px;
}

p,
ul,
ol,
blockquote {
    margin: 15px 0 20px;
}

.wp-caption + p {
    margin-top: 0;
}

strong {
    font-weight: strong;
    font-size: 1em;
}

a {
    text-decoration: none;
    color: #FFD100;
	color: #C6A200;
}

a:hover {
    text-decoration: none;
}

.container {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    min-width: 300px;
    position: relative;
    -webkit-transition: padding 350ms ease-in-out;
    -moz-transition: padding 350ms ease-in-out;
    transition: padding 350ms ease-in-out;
}
.container.short {
    max-width: 960px;
}
.container.wide {
    max-width: 1580px;
}

.btn {
    color: white;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.83333em;
    line-height: 1.4;
    padding: 0 1em;
    background: #6b162e;
    font-family: "PT Sans", sans-serif;
    position: relative;
    background: #FFD100;
    padding: 10px 50px;
    font-weight: 700;
    width: 100%;
    margin-bottom: 20px;
    clear: both;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.btn:after {
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    content: "";
    position: absolute;
    background: #FFD100;
    -webkit-transition: height 350ms ease-in-out;
    -moz-transition: height 350ms ease-in-out;
    transition: height 350ms ease-in-out;
}
.btn:hover {
    background: #C6A200;
    color: white;
}
.btn:hover:after {
    height: 3px;
}

.gform_wrapper .gfield.gfield .ginput_container input,
.gform_wrapper .gfield.gfield .ginput_container textarea, .gform_wrapper .gfield.gfield .ginput_container label, .gform_wrapper .gfield.gfield .gfield_description {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
}

.secondary-nav li a:after, .expandable h3:before, .expandable h4:before, .gform_wrapper .gfield.gfield .ginput_container #input_2_3_4_container:after, .footer-social-link, .nav.share-menu li a {
    -webkit-font-smoothing: antialiased;
    font-family: 'fontello';
    font-weight: 100;
}

.header-wrap {
    border-bottom: 2px solid white;
    background: #6b162e;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1001;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}
.header-wrap nav {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
    filter: alpha(opacity=0);
    zoom: 1;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
    clear: both;
    visibility: hidden;
}

.header {
    height: 100%;
    overflow: hidden;
    padding: 0;
}

.header-top {
    height: 100%;
    max-height: 114px;
    position: relative;
}

.logo {
    margin: 12px 0;
    float: left;
    position: relative;
    width: 80%;
    text-align: center;
    max-width: 387px;
}
.logo p {
    color: white;
    font-family: "PT Sans Narrow", sans-serif;
    margin: 0;
    position: absolute;
    left: 47%;
    bottom: -17px;
    font-weight: 100;
    font-size: 0.55556em;
}
.logo a {
    text-decoration: none;
    text-indent: -9999em;
    max-width: 100%;
    background: url(images/logo-white.png) no-repeat top left/cover;
    display: block;
    background-size: contain;
    height: 0;
    width: 100%;
    padding-bottom: 25%;
}

html.open .header-wrap nav {
    max-height: 1000px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
    filter: alpha(opacity=100);
    zoom: 1;
    visibility: visible;
}

.m {
    background: #6b162e;
    cursor: pointer;
    overflow: hidden;
    height: 100%;
    max-height: 94px;
    width: 18%;
    display: block;
    top: 0;
    right: 0px;
    padding: 0;
    position: absolute;
    z-index: 1000;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}
.m .icon {
    width: 32px;
    height: 30px;
    position: relative;
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(0deg);
    -moz-transform: translateY(-50%) translateX(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) translateX(-50%) rotate(0deg);
    -o-transform: translateY(-50%) translateX(-50%) rotate(0deg);
    transform: translateY(-50%) translateX(-50%) rotate(0deg);
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
}
.m .icon span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #FFD100;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}
.m .icon span:nth-child(1) {
    top: 0px;
}
.m .icon span:nth-child(2), .m .icon span:nth-child(3) {
    top: 12px;
}
.m .icon span:nth-child(4) {
    top: 24px;
}
.m.on {
    background: #FFD100;
}
.m.on .icon span {
    background: #6b162e;
}
.m.on .icon span:nth-child(1), .m.on .icon span:nth-child(4) {
    top: 14px;
    width: 0%;
    left: 50%;
}
.m.on .icon span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.m.on .icon span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.nav {
    padding: 0;
    margin: 0;
}
.nav li {
    list-style: none;
    display: inline-block;
}
.nav li a {
    text-decoration: none;
    font-family: "PT Sans Narrow", sans-serif;
    letter-spacing: 0.0875em;
    display: block;
}

.main-nav {
    margin-top: 10px;
    padding-bottom: 35px;
    overflow: hidden;
}
.main-nav li {
    position: relative;
    width: 100%;
}
.main-nav li > a {
    color: white;
    font-size: 1.05556em;
    font-weight: 100;
    text-transform: uppercase;
    padding: 5px 8px 19px 17px;
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    z-index: 1000;
}
.main-nav li > a:before {
    content: ">>";
    position: absolute;
    left: 0px;
    bottom: -50px;
    color: #FFD100;
    font-size: 0.77778em;
    -webkit-transition: bottom 350ms ease-in-out;
    -moz-transition: bottom 350ms ease-in-out;
    transition: bottom 350ms ease-in-out;
}
.main-nav li.current_page_item > a, .main-nav li.current-menu-item > a, .main-nav li.current_page_item a:hover, .main-nav li.current_page_ancestor > a, .main-nav li.current-post-ancestor > a {
    font-weight: 700;
}
.main-nav li.register {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.main-nav li.register a {
    background: #FFD100;
    padding: 5px 30px;
    font-weight: 700;
    -webkit-transition: background 350ms ease-in-out;
    -moz-transition: background 350ms ease-in-out;
    transition: background 350ms ease-in-out;
}
.main-nav li.register a:before {
    display: none;
}
.main-nav li.register a:after {
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    content: "";
    position: absolute;
    background: #FFD100;
    -webkit-transition: height 350ms ease-in-out;
    -moz-transition: height 350ms ease-in-out;
    transition: height 350ms ease-in-out;
}
.main-nav li.register a:hover {
    background: #C6A200;
}
.main-nav li.register a:hover:after {
    height: 3px;
}
.main-nav .sub-menu {
    position: absolute;
    top: -9999px;
    left: 0;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 50 ")";
    filter: alpha(opacity=50);
    zoom: 1;
    border: 1px solid #561225;
    -webkit-transition: opacity 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
    z-index: 497;
    background-color: rgba(107, 22, 46, 0.95);
    width: auto;
    min-width: 250px;
    height: auto;
    padding: 0;
    margin: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.main-nav .sub-menu li {
    text-decoration: none;
    width: 100%;
    height: auto;
    list-style: none;
    margin-left: 0 !important;
}
.main-nav .sub-menu li + li {
    border-top: 1px solid #561225;
}
.main-nav .sub-menu li a {
    display: block;
    text-indent: 20px;
    height: 40px;
    line-height: 40px;
    text-align: left;
    color: white;
    padding: 0;
    margin-left: 0;
    text-shadow: none;
    font-size: 0.88889em;
    position: relative;
    z-index: 900;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.main-nav .sub-menu li a:before {
    display: none;
}
.main-nav .sub-menu li a:hover {
    color: white;
    background: #FFD100;
}
.main-nav .sub-menu li.current_page_item a, .main-nav .sub-menu li.current-menu-item a, .main-nav .sub-menu li.current-page-parent > a {
    color: white;
    background: #FFD100;
    border: none;
    font-weight: normal;
}

.secondary-nav {
    width: 100%;
    text-align: center;
    margin-top: 22px;
}
.secondary-nav li a {
    color: #FFD100;
    font-size: 0.77778em;
    font-weight: 100;
    text-transform: uppercase;
    position: relative;
    padding: 5px 30px 5px 0;
    line-height: 1;
    -webkit-transition: color 350ms ease-in-out;
    -moz-transition: color 350ms ease-in-out;
    transition: color 350ms ease-in-out;
}
.secondary-nav li a:hover {
    color: white;
}
.secondary-nav li a:hover:after {
    color: white;
}
.secondary-nav li a:after {
    color: #FFD100;
    margin-left: 10px;
    position: absolute;
    right: 0;
    top: 11px;
    line-height: 0;
    -webkit-transition: color 350ms ease-in-out;
    -moz-transition: color 350ms ease-in-out;
    transition: color 350ms ease-in-out;
}
.secondary-nav li + li {
    margin-left: 25px;
}
.secondary-nav li.facebook a {
    padding-right: 20px;
}
.secondary-nav li.facebook a:after {
    content: 'F';
    font-size: 1em;
}
.secondary-nav li.share a:after {
    content: 's';
    text-transform: lowercase;
    font-size: 1.33333em;
}

.container.home-image {
    padding: 170px 20px 170px;
    background: url(images/home-image-2.jpg) no-repeat center center/cover;
    margin-top: 83px;
    border-bottom: 2px solid #FFD100;
}
.container.home-image h2 {
    color: white;
    font-family: "Oswald", sans-serif;
    /*max-width: 525px;*/
    text-align: center;
    padding: 0;
    text-transform: uppercase;
    margin: 0 auto;
    line-height: 1.2;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.4), 0 0 25px rgba(0, 0, 0, 0.65);
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}
/*.container.home-image h2:after {
    display: block;
    content: "";
    background: #FFD100;
    height: 5px;
    width: 100%;
    margin-top: 10px;
}*/
.home-cta {
    display: block;
    background: #FFD100;
    color: #000;
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 30px;
    margin: 20px auto 0;
    width: 240px;
    max-width: 80%;
}
.container.home-image .countdown-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /* background-color: rgba(107, 22, 46, 0.75);
    background: -moz-radial-gradient(center, ellipse cover, rgba(107, 22, 46, 0.95), rgba(107, 22, 46, 0.85));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(107, 22, 46, 0.95), rgba(107, 22, 46, 0.85));
    background: radial-gradient(ellipse at center, rgba(107, 22, 46, 0.95), rgba(107, 22, 46, 0.85)); */
	background-color: rgba(0, 66, 122, 0.9);
}
.container.home-image .countdown-wrapper h3 {
    font-size: 0.88889em;
    font-family: "PT Sans Narrow", sans-serif;
    color: white;
    margin: 10px auto;
    display: block;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    letter-spacing: 0.1em;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}
.container.home-image .countdown-wrapper h3 sup {
    font-size: 0.6em;
}
.container.home-image .countdown-wrapper h3 span {
    font-weight: 700;
    position: relative;
    display: none;
    font-size: 1.11111em;
}
.container.home-image .countdown-wrapper h3 span:before {
    content: ">>";
    color: #FFD100;
    margin: 0 10px;
    font-weight: 100;
}
.container.home-image .countdown {
    padding: 0;
    text-align: center;
    margin: 0 0 10px;
}
.container.home-image .countdown li {
    list-style: none;
    border: 1px solid #FFD100;
    color: white;
    display: inline-block;
    padding: 5px;
    margin: 0 0.4%;
    width: 23%;
}
.container.home-image .countdown li span {
    line-height: 1;
    display: block;
}
.container.home-image .countdown li .num {
    font-weight: 700;
    font-size: 0.88889em;
    font-family: "PT Sans", sans-serif;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}
.container.home-image .countdown li .text {
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 0.66667em;
    text-transform: uppercase;
    margin-top: 5px;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}

.alert-box {
    border-bottom: 2px solid #6b162e;
    width: 100%;
    margin: 50px 0;
}
.alert-box h5 {
    float: left;
    display: inline-block;
    color: white;
    margin: 0 20px 0 0;
    background: #6b162e;
    padding: 8px 15px 6px;
    font-size: 1.38889em;
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}
.alert-box p {
    margin: 0 20px 0 0;
}
.alert-box p, .alert-box a {
    margin-top: 10px;
    float: left;
    font-size: 1.11111em;
}
.alert-box a {
    color: #FFD100;
    font-weight: 700;
    float: left;
    -webkit-transition: color 350ms ease-in-out;
    -moz-transition: color 350ms ease-in-out;
    transition: color 350ms ease-in-out;
}
.alert-box a:hover {
    color: #FFD100;
}
.alert-box a:before {
    content: ">>";
    font-size: 0.88889em;
    display: inline-block;
    margin-right: 5px;
}

body.home .section {
    margin: 25px 0;
}
body.home .section h4 {
    font-size: 1.94444em;
    font-family: "PT Sans Narrow", sans-serif;
    color: #6b162e;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    margin-bottom: 0;
}
body.home .section p {
    margin-top: 0;
}

.home-boxes {
    margin: 40px 0 65px;
}
.home-boxes .module {
    max-width: 480px;
    margin: 0 auto;
    padding: 0;
}
.home-boxes .module + .module {
    margin-top: 25px;
}
.home-boxes h4 {
    font-size: 1.94444em;
    font-family: "PT Sans Narrow", sans-serif;
    color: #6b162e;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    margin-bottom: 0;
}
.home-boxes h4 a {
    display: block;
}
.home-boxes .cta-widget {
    position: relative;
}
.home-boxes .cta-widget:hover .cta-image:after {
    height: 10px;
}
.home-boxes .cta-widget:hover .cta-text {
    bottom: 10px;
}
.home-boxes .cta-widget .cta-image img {
    max-width: 100%;
    height: auto;
}
.home-boxes .cta-widget .cta-image:after {
    height: 0;
    width: 100%;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #FFD100;
    -webkit-transition: height 350ms ease-in-out;
    -moz-transition: height 350ms ease-in-out;
    transition: height 350ms ease-in-out;
}
.home-boxes .cta-widget .cta-text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(107, 22, 46, 0.75);
    padding: 10px;
    -webkit-transition: bottom 350ms ease-in-out;
    -moz-transition: bottom 350ms ease-in-out;
    transition: bottom 350ms ease-in-out;
}
.home-boxes .cta-widget .cta-text p {
    color: white;
    margin: 0;
    font-size: 0.77778em;
}
.home-boxes .event-calendar {
    position: relative;
}
.home-boxes .event-calendar .calendar-viewport {
    overflow: hidden;
    max-height: 294px;
}
.home-boxes .event-calendar .calendar-nav {
    position: absolute;
    right: -10px;
    z-index: 100;
    background: white;
    bottom: 5px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.home-boxes .event-calendar .calendar-nav a {
    font-size: 1.38889em;
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 100;
    line-height: 1;
    margin: 0px 5px;
    display: block;
    float: left;
    -webkit-transition: color 350ms ease-in-out;
    -moz-transition: color 350ms ease-in-out;
    transition: color 350ms ease-in-out;
}
.home-boxes .event-calendar .calendar-nav a:hover {
    color: #FFD100;
}
.home-boxes .event-calendar .calendar-nav a.disabled {
    color: #ccc;
    cursor: default;
}
.home-boxes .event-calendar .event + .event {
    margin-top: 4px;
}
.home-boxes .event-calendar .date-box {
    float: left;
    width: 66px;
    height: 70px;
    border: 1px solid #6b162e;
    text-align: center;
    z-index: 10;
}
.home-boxes .event-calendar .date-box .mon,
.home-boxes .event-calendar .date-box .week {
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 0.66667em;
    text-transform: uppercase;
    display: block;
    letter-spacing: 0.075em;
    line-height: 1.1;
}
.home-boxes .event-calendar .date-box .mon {
    color: white;
    background: #6b162e;
    padding: 2px;
}
.home-boxes .event-calendar .date-box .day {
    font-family: "PT Sans", sans-serif;
    font-size: 1.66667em;
    font-weight: 700;
    color: #6b162e;
    display: block;
    line-height: 1;
    margin: 5px 0 0;
    letter-spacing: -1px;
}
.home-boxes .event-calendar .date-box .week {
    color: #FFD100;
}
.home-boxes .event-calendar .date-text {
    position: relative;
    padding: 0 0px 5px 76px;
    margin-left: -66px;
    float: left;
    width: 100%;
    z-index: 1;
}
.home-boxes .event-calendar .date-text .section {
    margin: 0;
}
.home-boxes .event-calendar .date-text .box {
    width: 100%;
    height: 18px;
    display: block;
    background: #f1f1f1;
}
.home-boxes .event-calendar .date-text .time {
    position: absolute;
    font-size: 0.66667em;
    font-weight: 700;
    left: 78px;
    top: 3px;
    line-height: 1;
    color: #999;
    text-transform: lowercase;
}
.home-boxes .event-calendar .date-text p {
    margin: 10px 0 0;
    line-height: 1.25;
    padding-right: 20px;
    font-size: 0.83333em;
}

.sponsor-wrap h3 {
    font-size: 1.94444em;
    font-family: "PT Sans Narrow", sans-serif;
    color: #6b162e;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    margin-bottom: 20px;
}
.sponsor-wrap .sponsor-type {
    width: 100%;
    position: relative;
    padding: 0 0 25px;
}
.sponsor-wrap .sponsor-type h4 {
    color: #6b162e;
    font-size: 1.25em;
    font-family: "PT Sans Narrow", sans-serif;
    padding: 5px 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.075em;
    background: #f1f1f1;
    margin: 0 0 20px;
}
.sponsor-wrap .sponsor {
    float: left;
    width: 100%;
    padding: 1%;
    margin-top: 0;
}
.sponsor-wrap .sponsor h5 {
    font-weight: 700;
    font-size: 0.94444em;
    color: #6b162e;
    text-align: center;
    max-width: 200px;
    display: inline;
}
.sponsor-wrap .sponsor a {
    display: inline-block;
    text-align: left;
}
.sponsor-wrap .sponsor img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}
.sponsor-wrap .sponsor-list {
    clear: both;
}
.sponsor-wrap .more-sponsors {
    position: relative;
    top: -4px;
    font-size: 0.44444em;
    color: #FFD100;
    display: inline-block;
    margin-left: 10px;
    -webkit-transition: color 350ms ease-in-out;
    -moz-transition: color 350ms ease-in-out;
    transition: color 350ms ease-in-out;
}
.sponsor-wrap .more-sponsors:hover {
    color: #FFD100;
}

body.home .sponsor-wrap {
    margin: 35px 0 80px;
}
body.home .sponsor-wrap .sponsor {
    margin-top: 1em;
}
body.home .sponsor-wrap .sponsor a {
    text-align: center;
    display: block;
}

.content.content {
    padding: 0 0 45px 0;
}
.content.content .section {
    max-width: 1000px;
}
.content.content a {
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}
.content.content a:hover {
    color: #FFD100;
}
.content.content a.btn:hover {
    color: white;
}
.content.content img {
    max-width: 100%;
    height: auto;
}
.content.content .elevation {
    position: relative;
    margin-left: -200px;
}
.content.content ul {
    padding-left: 20px;
}
.content.content ul ul {
    margin: 5px 0;
}
.content.content ul li {
    list-style: none;
    position: relative;
    padding-left: 14px;
}
.content.content ul li:before {
    position: absolute;
    display: inline-block;
    content: "·";
    font-size: 1.66667em;
    color: #FFD100;
    line-height: 1;
    left: 0;
    top: 0;
}
.content.content h3, .content.content h4, .content.content h5, .content.content h6 {
    clear: both;
}
.content.content .tertiary-nav {
    background: #f1f1f1;
    padding: 20px;
    margin: 20px auto 0;
}
.content.content .tertiary-nav h6 {
    margin-bottom: 10px;
    font-size: 1.22222em;
    padding-left: 10px;
}
.content.content .tertiary-nav ul {
    padding: 0;
    margin: 0;
}
.content.content .tertiary-nav ul li {
    width: 100%;
    padding-left: 0;
}
.content.content .tertiary-nav ul li:before {
    display: none;
}
.content.content .tertiary-nav ul li a {
    display: block;
    padding: 3px 10px;
    position: relative;
}
.content.content .tertiary-nav ul li.current_page_item a {
    color: #FFD100;
}
.content.content .tertiary-nav ul li.current_page_item a:before {
    content: ">";
    display: inline-block;
    font-size: 1em;
    margin-right: 6px;
}
.content.content .tertiary-nav ul li + li {
    border-top: 1px solid #ddd;
}

.section + .section {
    margin-top: 15px;
    padding-top: 25px;
    border-top: 1px solid #f1f1f1;
}
.section .sponsor-wrap {
    margin-bottom: 0px;
}
.section .sponsor-wrap h3 {
    display: none;
}
.section .sponsor-wrap .sponsor-type {
    width: 100%;
    padding-bottom: 25px;
    padding-top: 0;
    min-height: 0;
    margin-bottom: 0;
    border: 0;
}
.section .sponsor-wrap .sponsor-type .sponsor {
    width: 50%;
    float: left;
    margin: 0;
}
.section .sponsor-wrap .sponsor-type + .sponsor-type {
    margin-left: 0;
}
.section .sponsor-wrap .sponsor-type h4 {
    position: relative;
    display: block;
    left: auto;
    bottom: auto;
    margin-bottom: 20px;
    font-size: 1.25em;
}

.content-wrap {
    background: white;
}

body.home .content .section {
    max-width: 100%;
}

.page-image {
    margin-top: 83px;
    position: relative;
    height: 155px;
    padding-bottom: 0;
    overflow: hidden;
}
.page-image img {
    position: absolute;
    left: 50%;
    margin-left: -490px;
    height: auto;
    width: 980px;
}

.page-title {
    font-size: 1.94444em;
    font-family: "PT Sans Narrow", sans-serif;
    color: #6b162e;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    margin-bottom: 20px;
    line-height: 1.2;
}

.expandable {
    clear: both;
}
.expandable h3, .expandable h4 {
    position: relative;
    padding: 5px 5px 10px 37px;
    margin-bottom: 10px;
    border: 0;
    cursor: pointer;
    font-size: 1.05556em;
    line-height: 1.5;
    color: #6b162e;
    font-family: "PT Sans", sans-serif;
    border-bottom: 1px solid #f1f1f1;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.expandable h3:before, .expandable h4:before {
    position: absolute;
    content: '>';
    left: 0;
    top: 50%;
    margin-top: -16px;
    display: inline-block;
    margin-right: 10px;
    font-size: 0.72222em;
    color: #FFD100;
    font-family: "PT Sans Narrow", sans-serif;
    width: 28px;
    height: 28px;
    line-height: 1.3;
    text-align: center;
    font-weight: 100;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: color 300ms ease-in-out;
    -moz-transition: color 300ms ease-in-out;
    transition: color 300ms ease-in-out;
}
.expandable.collapsed h3:before, .expandable.collapsed h4:before {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-top: -14px;
}
.expandable.collapsed .expandable-content {
    overflow: hidden;
}
.expandable ul {
    margin: 0px;
    padding-left: 40px;
}

.expandable-content {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 0px;
}
.expandable-content p {
    padding-left: 40px;
}
.expandable-content p:first-child {
    margin-top: 0;
}
.expandable-content p + p {
    margin-bottom: 15px;
}

.collapse-btn {
    display: none;
    clear: both;
    margin: 20px 0 0 23px;
    border-top: 1px solid #6b162e;
    text-align: center;
    text-decoration: none;
    color: white;
    font-size: 0.83333em;
    -webkit-transition: color 300ms ease-in-out;
    -moz-transition: color 300ms ease-in-out;
    transition: color 300ms ease-in-out;
}
.collapse-btn:hover {
    color: #FFD100;
    text-decoration: none;
}
.collapse-btn span {
    padding: 0 15px;
    top: -10px;
    position: relative;
    background: #2f2f2f;
    color: white;
}

.race-map.race-map {
    background: #6b162e url(images/map-people.jpg) no-repeat right bottom;
    padding: 20px;
    margin: 40px 0 60px;
    clear: both;
    width: 100%;
    position: relative;
    color: white;
    border-bottom: 2px solid #FFD100;
}
.race-map.race-map img {
    float: left;
    margin-right: 20px;
}
.race-map.race-map h3 {
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 1.94444em;
    color: white;
    clear: none;
    margin-top: 10px;
}
.race-map.race-map p {
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 1.11111em;
    margin: 0 0 10px 0;
}
.race-map.race-map a {
    color: #FFD100;
    position: relative;
}

.race-info {
    clear: both;
    margin: 10px 0 40px;
    padding: 28px;
    background: #f1f1f1;
    min-height: 280px;
}
.race-info dl {
    width: 100%;
    font-size: 0.83333em;
    line-height: 1.35;
    overflow: hidden;
}
.race-info dt {
    color: #6b162e;
    float: left;
    width: 22%;
    margin-right: 3%;
    padding: 5px 0;
}
.race-info dd {
    float: left;
    width: 75%;
    padding: 5px 15px 5px 0;
}
.race-info dd p {
    margin: 0;
}
.race-info .race-info-img {
    margin: 10px -28px -28px;
    position: relative;
    max-width: 498px;
    clear: both;
}
.race-info .race-info-img img {
    max-width: 100%;
    height: auto;
}
.race-info .race-info-img a {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    margin: 0;
}
.race-info .race-info-img a:hover {
    color: white;
}

.gfield:after, .gform_fields:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html > body .gfield, * html > body .gform_fields {
    display: inline-block;
    width: 100%;
}

* html .gfield, * html .gform_fields {
    /* Hide from IE-mac \* height: 1px; /* End hide from IE-mac */
}

.gform_confirmation_message {
    color: #6b162e;
    padding: 25px;
    font-size: 1.22222em;
    text-align: center;
}

.gform_wrapper .gform_heading {
    color: #6b162e;
    margin: 0 auto;
}
.gform_wrapper .gform_heading h3 {
    font-size: 1.5em;
    text-align: left;
}
.gform_wrapper .gform_heading .gform_description {
    font-size: 1em;
    margin-bottom: 0.75em;
    display: block;
}
.gform_wrapper .gform_ajax_spinner {
    position: absolute;
    bottom: 18px;
    left: -20px;
}
.gform_wrapper .gform_footer {
    position: relative;
}
.gform_wrapper .validation_error,
.gform_wrapper .instruction {
    display: none;
}
.gform_wrapper .gfield.gfield {
    float: left;
    clear: none;
    list-style: none;
    width: 100%;
    padding: 0;
    background: none;
    margin: 0px 0 12px 0;
    position: relative;
    padding: 0;
}
.gform_wrapper .gfield.gfield:before {
    display: none;
}
.gform_wrapper .gfield.gfield.form-left {
    float: left;
    width: 49%;
}
.gform_wrapper .gfield.gfield.form-right {
    float: right;
    width: 49%;
    margin-left: 2%;
}
.gform_wrapper .gfield.gfield.honeypot {
    display: none;
}
.gform_wrapper .gfield.gfield.name .name_first,
.gform_wrapper .gfield.gfield.name .name_last {
    float: left;
    width: 49%;
}
.gform_wrapper .gfield.gfield.name .name_last {
    margin-left: 2%;
}
.gform_wrapper .gfield.gfield .ginput_complex {
    width: 100%;
}
.gform_wrapper .gfield.gfield .ginput_complex .ginput_left,
.gform_wrapper .gfield.gfield .ginput_complex .ginput_right {
    float: left;
    width: 49%;
}
.gform_wrapper .gfield.gfield .ginput_complex .ginput_left input,
.gform_wrapper .gfield.gfield .ginput_complex .ginput_right input {
    width: 100%;
}
.gform_wrapper .gfield.gfield .ginput_complex .ginput_right {
    float: right;
}
.gform_wrapper .gfield.gfield .ginput_complex .ginput_full {
    float: left;
    width: 100%;
}
.gform_wrapper .gfield.gfield .gfield_label {
    display: block;
    font-size: 0.83333em;
    letter-spacing: 0.1em;
    color: #666;
    padding-bottom: 0px;
}
.gform_wrapper .gfield.gfield .gfield_label span {
    color: #6b162e;
}
.gform_wrapper .gfield.gfield .ginput_container .gfield_checkbox,
.gform_wrapper .gfield.gfield .ginput_container .gfield_radio {
    width: 100%;
    margin: 5px 0;
    padding: 0;
}
.gform_wrapper .gfield.gfield .ginput_container .gfield_checkbox li,
.gform_wrapper .gfield.gfield .ginput_container .gfield_radio li {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding-right: 5px;
    list-style: none;
}
.gform_wrapper .gfield.gfield .ginput_container .gfield_checkbox input,
.gform_wrapper .gfield.gfield .ginput_container .gfield_radio input {
    border: 0;
    width: auto;
    margin-right: 5px;
    margin-top: 5px;
    height: auto;
}
.gform_wrapper .gfield.gfield .ginput_container .gfield_checkbox label,
.gform_wrapper .gfield.gfield .ginput_container .gfield_radio label {
    clear: none;
    margin: 0 0 0 4px;
}
.gform_wrapper .gfield.gfield .ginput_container .gfield_radio {
    padding-left: 15px;
}
.gform_wrapper .gfield.gfield .ginput_container .gfield_radio li {
    background: none;
    padding: 0;
    float: left;
    margin: 5px 25px 0 0;
    display: block;
}
.gform_wrapper .gfield.gfield .ginput_container .gfield_radio li label {
    color: inherit;
    font-size: 0.77778em;
    text-indent: 0;
    height: auto;
    line-height: 1.5;
    color: #999;
}
.gform_wrapper .gfield.gfield .ginput_container input,
.gform_wrapper .gfield.gfield .ginput_container textarea {
    color: #6b162e;
    float: left;
    font-size: 1em;
    padding: 0px 10px;
    width: 100%;
    background: #eee;
    border: 0;
    border-bottom: 1px solid #FFD100;
    -webkit-transition: background 300ms ease-in-out;
    -moz-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}
.gform_wrapper .gfield.gfield .ginput_container input:focus, .gform_wrapper .gfield.gfield .ginput_container input.focus,
.gform_wrapper .gfield.gfield .ginput_container textarea:focus,
.gform_wrapper .gfield.gfield .ginput_container textarea.focus {
    background: #f2f483;
}
.gform_wrapper .gfield.gfield .ginput_container input {
    height: 40px;
    line-height: 40px;
}
.gform_wrapper .gfield.gfield .ginput_container #input_2_3_4_container {
    position: relative;
}
.gform_wrapper .gfield.gfield .ginput_container #input_2_3_4_container:after {
    content: '\e800';
    display: block;
    position: absolute;
    right: 10px;
    top: 8px;
    color: #6b162e;
}
.gform_wrapper .gfield.gfield .ginput_container select {
    padding: 9px 10px;
    width: 100%;
    height: 40px;
    border: 1px solid transparent;
    border-bottom: 1px solid #FFD100;
    background: #eee;
    color: #6b162e;
    -moz-appearance: none;
    border-radius: 0;
}
.gform_wrapper .gfield.gfield .ginput_container select option {
    padding: 2px 5px;
    border: 0;
}
.gform_wrapper .gfield.gfield .ginput_container textarea {
    resize: none;
    padding: 9px 10px;
    font-size: 0.88889em;
    font-family: "PT Sans", sans-serif;
    font-weight: 200;
}
.gform_wrapper .gfield.gfield .ginput_container label {
    float: left;
    font-size: 0.8em;
    font-style: italic;
    margin: 0 0 5px 9px;
    line-height: 1.7em;
    color: #999;
    clear: both;
}
.gform_wrapper .gfield.gfield .ginput_container .instruction {
    display: none;
}
.gform_wrapper .gfield.gfield .gfield_description {
    font-size: 0.8em;
    font-style: italic;
    margin: 0 0 5px 9px;
    line-height: 1.8em;
    color: #999;
    clear: both;
}
.gform_wrapper .gfield.gfield .validation_message {
    position: absolute;
    top: 31px;
    font-size: 0.75em;
    right: 5px;
    color: #6b162e;
}
.gform_wrapper .gfield.gfield.checkbox li {
    padding-left: 0;
}
.gform_wrapper .gfield.gfield.checkbox li:before {
    display: none;
}
.gform_wrapper .gfield.gfield.section h2 {
    font-size: 1.22222em;
    text-align: left;
    padding-bottom: 0;
    margin: 20px 0;
}
.gform_wrapper .gfield.gfield.list table {
    width: 100%;
}
.gform_wrapper .gfield.gfield.list .gfield_list_icons {
    vertical-align: middle;
}
.gform_wrapper .gfield.gfield.list .gfield_list_icons img {
    float: left;
    width: 18px;
    height: 18px;
}
.gform_wrapper .gfield.gfield.list .ginput_container input {
    margin: 5px 0 10px;
}
.gform_wrapper .gform_fields.gform_fields {
    overflow: visible;
    padding: 0;
    margin-top: 0;
    overflow: hidden;
}
.gform_wrapper .ginput_container {
    overflow: visible;
    position: static;
}

.gform_button {
    background: #6b162e;
    color: white;
    text-align: center;
    border: 0;
    font-family: "PT Sans", sans-serif;
    font-size: 0.66667em;
    width: 100%;
    height: 52px;
    line-height: 52px;
    text-transform: uppercase;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.gform_button:hover {
    background: #FFD100;
}

#newsletter-popup .gform_confirmation_message {
    width: 71%;
    float: right;
}

.back-to-top {
    -webkit-transform: rotate(-90deg) translateY(-50%);
    -moz-transform: rotate(-90deg) translateY(-50%);
    -ms-transform: rotate(-90deg) translateY(-50%);
    -o-transform: rotate(-90deg) translateY(-50%);
    transform: rotate(-90deg) translateY(-50%);
    position: relative;
    left: 50%;
    margin: 10px 0 50px;
    font-family: "PT Sans Narrow", sans-serif;
    width: 38px;
    height: 38px;
    color: white;
    text-align: center;
    background: #FFD100;
    line-height: 36px;
    display: inline-block;
    font-size: 1.22222em;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}
.back-to-top:hover {
    background: #FFD100;
}

.footer-social {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 200px;
    background: url(images/footer-social-blue.jpg) no-repeat fixed bottom center;
    background-size: auto 100%;
    border-top: 2px solid #FFD100;
    padding: 0;
}
.footer-social h6 {
    letter-spacing: 0.05em;
    color: white;
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 2em;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
}
.footer-social-link {
    color: rgba(107, 22, 46, 0.8);
    background: #FFD100;
    border-radius: 50%;
    width: 68px;
    height: 68px;
    display: inline-block;
    margin: 0 10px;
    text-align: center;
    font-size: 0.88889em;
    line-height: 68px;
    -webkit-transition: background 350ms ease-in-out;
    -moz-transition: background 350ms ease-in-out;
    transition: background 350ms ease-in-out;
}
.footer-social-link--fb:after {
    content: "F";
    font-size: 2em;
}
.footer-social-link--ig:after {
    content: "I";
    font-size: 2em;
}
.footer-social-link:hover {
    background: #FFD100;
}

.footer-translate {
    background: white;
    padding: 24px 0 10px;
    margin: 0 auto;
    max-width: 1580px;
    text-transform: uppercase;
    text-align: center;
}

.footer-bottom {
    background: white;
    padding: 15px 0px;
}
.footer-bottom > .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.footer-bottom .footer-logo {
    text-decoration: none;
    text-indent: -9999em;
    max-width: 100%;
    background: url(images/logo-color.png) no-repeat top left/cover;
    display: block;
    background-size: contain;
    width: 175px;
    height: 100px;
    float: left;
}
.footer-bottom p {
    font-size: 0.66667em;
    font-family: "PT Sans", sans-serif;
    line-height: 1.5;
    color: #6b162e;
    clear: both;
    margin-top: 25px;
    float: left;
}

.nav.share-menu {
    margin: 20px 0 0 0;
}
.nav.share-menu li {
    width: 32%;
    float: left;
    display: block;
}
.nav.share-menu li a {
    padding: 10px 20px;
    text-align: center;
    color: white;
    display: block;
    background: #6b162e;
    font-weight: 100;
    font-size: 1.11111em;
    height: 53px;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}
.nav.share-menu li a:hover {
    background: #FFD100;
}
.nav.share-menu li + li {
    margin-left: 1.5%;
}
.nav.share-menu li.x a img {
    width: 20px;
    height: auto;
    margin: 7px auto;
}

#newsletter-popup .images {
    width: 100%;
    height: 100px;
    margin-bottom: 1em;
}
#newsletter-popup .images div {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 33.33333%;
    height: 100%;
    float: left;
}
#newsletter-popup .gform_wrapper {
    font-size: 14px;
}

.popup-white {
    max-width: 960px;
    width: 95%;
    background: white;
    padding: 1.5em;
    margin: 0 auto;
    position: relative;
}

/* Magnific Popup CSS */
.popup-container {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}
.popup-container h3 {
    color: #6b162e;
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #b3b3b3;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: pointer;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-preloader a {
    color: #cccccc;
}
.mfp-preloader a:hover {
    color: white;
}

.mfp-s-ready .mfp-preloader, .mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}
.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}
.mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px;
}
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px;
}
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444;
}
.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}
@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}
.mfp-ie7 .mfp-img {
    padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
    padding: 0;
}
.mfp-ie7 .mfp-content {
    padding-top: 44px;
}
.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

@media only screen and (min-width: 400px) {
    .logo p {
        font-size: 0.66667em;
    }
}
@media only screen and (min-width: 440px) {
    .m {
        max-height: 114px;
    }
    .logo p {
        font-size: 0.55556em;
        left: 47%;
    }
    #newsletter-popup .images {
        height: 150px;
    }
}
@media only screen and (min-width: 550px) {
    #newsletter-popup .images {
        height: 250px;
    }
}
@media only screen and (min-width: 500px) {
    .container.home-image {
        margin-top: 112px;
    }
    .container.home-image .countdown-wrapper h3 span {
        display: inline-block;
    }
    .container.home-image .countdown {
        margin-bottom: 20px;
    }
    .container.home-image .countdown li {
        padding: 8px;
    }
    .container.home-image .countdown li .num {
        font-size: 1.22222em;
    }

    .page-image {
        margin-top: 112px;
    }

    .race-info .race-info-img {
        width: 100%;
        margin: 10px auto;
    }
}
@media only screen and (min-width: 667px) {
    .container.home-image h2 {
        font-size: 2.11111em;
    }
    /*.container.home-image h2:after {
        height: 10px;
    }*/

    .main-nav li {
        width: 50%;
        float: left;
    }
    .main-nav li.register {
        position: relative;
        width: 50%;
        left: auto;
        bottom: auto;
    }
}
@media only screen and (min-width: 768px) {
    .container.home-image h2 {
        font-size: 2.77778em;
    }
    .container.home-image .countdown-wrapper h3 {
        font-size: 1em;
    }
    .container.home-image .countdown li {
        min-width: 100px;
        width: auto;
        margin: 0 2px;
    }
    .container.home-image .countdown li .num {
        font-size: 1.55556em;
    }

    #newsletter-popup .images {
        width: 26.78571%;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        margin-bottom: 0;
    }
    #newsletter-popup .images div {
        height: 33.33333%;
        width: 100%;
        float: none;
    }
    #newsletter-popup .gform_wrapper {
        width: 71.42857%;
        float: right;
        font-size: 16px;
    }

    .gform_wrapper .gform_button {
        font-size: 0.88889em;
    }

    .btn {
        font-size: 1em;
    }

    .expandable h3, .expandable h4 {
        font-size: 1.38889em;
    }

    .race-info dl {
        width: 48.125%;
        float: left;
        font-size: 0.94444em;
    }
    .race-info .race-info-img {
        width: 51.875%;
        float: right;
        margin: -28px -28px -28px 0px;
        clear: none;
    }
    .race-info .race-info-img a {
        bottom: -48px;
    }

    .container {
        padding: 0 40px;
    }

    .m {
        right: -20px;
    }

    .header-top {
        padding: 0;
    }

    .footer-social {
        height: 282px;
    }

    .footer-bottom {
        padding: 15px 40px 25px;
    }
    .footer-bottom > .container {
        flex-direction: row;
        text-align: left;
    }
    .footer-bottom .footer-logo {
        margin-right: 30px;
    }
    .footer-bottom p {
        clear: none;
        margin-top: 0;
        float: none;
        font-size: 0.72222em;
        top: 15px;
        position: relative;
    }

    .home-boxes .module {
        float: left;
        width: 32%;
    }
    .home-boxes .module + .module {
        margin-left: 2%;
        margin-top: 0;
    }

    .sponsor-wrap .sponsor {
        width: auto;
        float: left;
        margin-top: 0;
        margin-right: 15px;
        -webkit-transition: border 350ms ease-in-out;
        -moz-transition: border 350ms ease-in-out;
        transition: border 350ms ease-in-out;
        border: 1px solid white;
    }

    body.home .sponsor-wrap .sponsor {
        margin-top: 2em;
        width: 33.33333%;
        margin-right: 0;
    }
}
@media only screen and (min-width: 980px) {
    .container.home-image {
        margin-top: 178px;
    }

    .tertiary-nav {
        display: none;
    }

    .page-image {
        margin-top: 178px;
        height: 0;
        padding-bottom: 15.82278%;
        max-width: 1580px;
    }
    .page-image img {
        max-width: 100%;
        left: 0;
        margin-left: 0;
        width: auto;
    }

    .gform_wrapper .gfield.gfield .ginput_container .gfield_checkbox li {
        width: 33.33333%;
    }

    .btn {
        float: left;
        width: auto;
    }
    .btn + .btn {
        margin-left: 35px;
        clear: none;
    }

    .header {
        overflow: visible;
    }

    .gform_wrapper .gform_button {
        font-size: 1.11111em;
    }

    .header-wrap {
        min-height: 122px;
    }
    .header-wrap nav {
        max-height: 1000px;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
        filter: alpha(opacity=100);
        zoom: 1;
        clear: none;
        overflow: visible;
        visibility: visible;
        float: right;
    }

    .header-top {
        width: 100%;
        display: inline-block;
        float: left;
    }

    .logo {
        width: 100%;
    }

    .m {
        display: none;
    }

    .nav li {
        float: left;
        display: block;
        width: auto;
    }

    .secondary-nav {
        position: absolute;
        right: 285px;
        top: 6px;
        width: auto;
    }

    .main-nav {
        padding-bottom: 0;
        float: right;
        overflow: visible;
    }
    .main-nav li {
        width: auto;
    }
    .main-nav li a {
        font-size: 0.94444em;
    }
    .main-nav li.register {
        width: auto;
        position: absolute;
        top: 20px;
        right: 40px;
    }
    .main-nav li:hover > ul {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
        filter: alpha(opacity=100);
        zoom: 1;
        top: 55px;
    }
    .main-nav li a:hover:before {
        bottom: 23px;
    }
    .main-nav li.current_page_item > a:before,
    .main-nav li.current-menu-item > a:before,
    .main-nav li.current_page_item a:hover:before,
    .main-nav li.current_page_ancestor > a:before,
    .main-nav li.current-post-ancestor > a:before {
        bottom: 23px;
    }
}
@media only screen and (min-width: 1180px) {
    .container.home-image {
        margin-top: 122px;
    }
    .container.home-image h2 {
        font-size: 3.88889em;
    }
    .home-cta {
        margin-top: 25px;
    }
    .container.home-image .countdown-wrapper h3 {
        margin: 20px auto;
        font-size: 1.22222em;
    }
    .container.home-image .countdown li {
        padding: 15px;
    }
    .container.home-image .countdown li .num {
        font-size: 1.94444em;
    }
    .container.home-image .countdown li .text {
        font-size: 0.72222em;
    }

    .sponsor-wrap h3 {
        margin-bottom: 0;
    }

    .header-top {
        max-width: 25.8%;
    }

    .header-wrap nav {
        float: right;
        max-width: 74%;
    }
    .logo a {
        padding-bottom: 0;
        height: 97px;

    }
    .main-nav {
        margin-top: 65px;
    }
    .main-nav li a {
        font-size: 0.83333em;
        padding-bottom: 25px;
    }
    .main-nav li a:hover:before {
        bottom: 29px;
    }
    .main-nav li.current_page_item > a:before,
    .main-nav li.current-menu-item > a:before,
    .main-nav li.current_page_item a:hover:before,
    .main-nav li.current_page_ancestor > a:before,
    .main-nav li.current-post-ancestor > a:before {
        bottom: 29px;
    }

    .page-image {
        margin-top: 122px;
    }
}
@media only screen and (min-width: 1280px) {
    .main-nav li > a {
        padding: 5px 13px 19px 22px;
    }
}
@media only screen and (min-width: 1440px) {
    .main-nav li a {
        padding-bottom: 28px;
        font-size: 1em;
    }
}
@media only screen and (min-width: 1590px) {
    .secondary-nav {
        float: right;
        width: auto;
        text-align: left;
        position: relative;
        top: auto;
        right: auto;
    }

    .logo p {
        font-size: 0.77778em;
    }

    .main-nav {
        margin-top: 10px;
    }
    .main-nav li.register {
        width: auto;
        margin-left: 20px;
        position: relative;
        top: auto;
        right: auto;
    }
    .main-nav li:hover > ul {
        top: 63px;
    }
    .main-nav li a {
        padding-bottom: 28px;
        font-size: 1em;
    }
    .main-nav li a:hover:before {
        bottom: 32px;
    }
    .main-nav li.current_page_item > a:before, .main-nav li.current-menu-item > a:before, .main-nav li.current_page_item a:hover:before, .main-nav li.current_page_ancestor > a:before, .main-nav li.current-post-ancestor > a:before {
        bottom: 32px;
    }

    .page-image {
        padding-bottom: 0;
        height: 250px;
    }
}

.gallery img {
    border: none !important;

}