/*
Theme Name: badlands_motor_speedway
Theme URI: http://underscores.me/
Author: Robert J. Cox
Author URI: http://www.dontbebroke.com/
Description: Theme created for Badlands Motor Speedway in conjunction with DLC Empire.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: badlands-motor-speedway
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

badlands_motor_speedway is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}
a {
    background-color: transparent;
}
a:active, a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body, button, input, select, textarea {
    color: #404040;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
}
p {
    margin-bottom: 1.5em;
}
dfn, cite, em, i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}
abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark, ins {
    background: #fff9c0;
    text-decoration: none;
}
big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}
*, *:before, *:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}
body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
ul, ol {
    margin: 0 0 1.5em 3em;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul, li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus {
    color: #111;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
    padding: 3px;
}
textarea {
    padding-left: 3px;
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: royalblue;
}
a:visited {
    color: purple;
}
a:hover, a:focus, a:active {
    color: midnightblue;
}
a:focus {
    outline: thin dotted;
}
a:hover, a:active {
    outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}
.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.main-navigation li {
    float: left;
    position: relative;
}
.main-navigation a {
    display: block;
    text-decoration: none;
}
.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 1.5em;
    left: -999em;
    z-index: 99999;
}
.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}
.main-navigation ul ul a {
    width: 200px;
}
.main-navigation ul ul li {}
.main-navigation li:hover > a, .main-navigation li.focus > a {}
.main-navigation ul ul:hover > a, .main-navigation ul ul .focus > a {}
.main-navigation ul ul a:hover, .main-navigation ul ul a.focus {}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    left: auto;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
    left: 100%;
}
.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a {}

/* Small menu. */

.menu-toggle, .main-navigation.toggled ul {
    display: block;
}
@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
    float: left;
    width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
    content: "";
    display: table;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */

.widget select {
    max-width: 100%;
}

/* Search widget. */

.widget_search .search-submit {
    display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}
.hentry {
    margin: 0 0 1.5em;
}
.byline, .updated:not(.published) {
    display: none;
}
.single .byline, .group-blog .byline {
    display: inline;
}
.page-content, .entry-content, .entry-summary {
    margin: 1.5em 0 0;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title, .archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */

embed, iframe, object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}
.wp-caption-text {
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
    overflow: hidden;
}
.gallery-item {
    display: block;
    float: left;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-caption {
    display: block;
}

/**
 * Roberts Code
 */


/**
 * Tag Styles
 */

body {
    font-family: 'Lato', 'Segoe UI', 'Helvetica Neue', 'Arial', 'Helvetica', sans-serif;
    background: #000;
    padding-top: 122px;
}
blockquote {
    border-left-color: #AE2229;
    margin-bottom: 1.5em;
    background: #f0f0f0;
}
blockquote p:last-child {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
}
::-moz-selection {
    background: #AE2229;
    /* WebKit/Blink Browsers */
    color: #000;
}
::selection {
    background: #AE2229;
    /* WebKit/Blink Browsers */
    color: #000;
}
::-moz-selection {
    background: #AE2229;
    /* Gecko Browsers */
    color: #000;
}
#page {
    -webkit-transition: all .5s;
    transition: all .5s;
}
.blur {
    -webkit-filter: blur(7px);
    filter: blur(7px);
}
a.btn-badlands, .btn-badlands {
    background: #AE2229;
    border-radius: 4px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
}
a.btn-badlands:hover, .btn-badlands:hover {
    color: #000;
}
.site-content .edit-link {
    background: #ECEDEE;
    padding: 5px 10px;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
    clear: both;
}
hr {
    margin: 15px;
    display: block;
    clear: both;
    width: auto;
}

/**
 * Navbar Styles
 */

#masthead {
    position: relative;
    z-indeX: 99999;
}
.blms-navbar-default {
    background: #000 url('http://badlandsmotorspeedway.com/wp-content/uploads/nav_bg.jpg');
    margin: 0px;
    border: none;
}
.blms-navbar-default .navbar-brand, .blms-navbar-default .navbar-right {
    position: relative;
    z-index: 999;
    height: auto;
    max-width: 100%;
}
.blms-navbar-default .navbar-center {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99;
    width: 100%;
    height: 100%;
    text-align: center;
}
.blms-navbar-default .navbar-center li {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    float: none;
}
.blms-navbar-default .navbar-center li a, .blms-navbar-default .navbar-center li a:link, .blms-navbar-default .navbar-center li a:visited {
    margin: 50px 20px 50px 20px;
    padding: 0px;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #FFF;
    border-top: 1px solid transparent;
    opacity: 1;
    border-bottom: 1px solid transparent;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.blms-navbar-default .navbar-center > li.active > a {
    opacity: .85;
    color: #FFF;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    background: transparent;
}
.blms-navbar-default .navbar-center > li > a:hover, .blms-navbar-default .navbar-center > li.active > a:hover {
    color: #FFF;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    background: transparent;
    opacity: .5;
}
.blms-navbar-default .navbar-center > .dropdown {
    position: static;
}
.blms-navbar-default .navbar-center > .dropdown a {
    margin: 0px !important;
    padding: 51px 20px 51px 20px !important;
    border: none !important;
}
.blms-navbar-default .navbar-center > .dropdown:hover a {
    background: #FFF;
    color: #000;
    opacity: 1;
}
.blms-navbar-default .navbar-center > .dropdown .dropdown-menu {
    z-index: 999;
    width: 100%;
    border: none;
    display: block;
    visibility: hidden !important;
    opacity: 0 !important;
    border-radius: 0px;
    padding: 30px 0px;
    min-height: 312px;
    -webkit-transition: all .15s;
    transition: all .15s;
}
.blms-navbar-default .navbar-center > .dropdown:hover .dropdown-menu {
    z-index: 9999;
    display: block;
    visibility: visible !important;
    opacity: 1 !important;
}
.blms-navbar-default .navbar-center > .dropdown .dropdown-menu li {
    display: block;
    width: 30%;
}
.blms-navbar-default .navbar-center > .dropdown .dropdown-menu li a {
    padding: 10px 40px !important;
    clear: both;
    display: block;
    border-right: 1px solid #ECEDEE !important;
    width: 100%;
}
.blms-navbar-default .navbar-center > .dropdown .dropdown-menu li a:hover {
    color: #AE2229;
    background: #ECEDEE;
}
.blms-navbar-default .navbar-center > .dropdown .dropdown-menu li .dropdown-menu {
    position: absolute;
    top: 30px;
    left: 30%;
    width: auto;
    max-width: 100%;
    min-height: 0px;
    margin: 0px;
    padding: 0px 30px;
    box-shadow: none;
    -webkit-transition: all .15s;
    transition: all .15s;
}
.blms-navbar-default .navbar-center > .dropdown .dropdown-menu li .dropdown-menu {
    top: 0px;
    visibility: visible;
    opacity: 1;
    padding: 0px;
}
.blms-navbar-default .navbar-center > .dropdown .dropdown-menu li .dropdown-menu p {
    margin: 0px;
    line-height: 310px;
}
.blms-navbar-default .navbar-center > .dropdown .dropdown-menu li .dropdown-menu img {
    max-height: 310px;
    width: auto;
    max-width: 75%;
}
.blms-navbar-default .navbar-center > .dropdown .dropdown-menu li .dropdown-menu .menubar-widget-title {
    display: none;
}
.blms-navbar-default .navbar-center > .dropdown .dropdown-menu li .dropdown-menu .menubar-widget img.seating-chart {
    max-height: 252px;
}
.blms-navbar-default .navbar-center > .dropdown .dropdown-menu li .dropdown-menu li {
    width: 100%;
}
.blms-navbar-default .navbar-center > .dropdown .dropdown-menu li .dropdown-menu li a {
    padding: 0px;
    margin: 0px;
    background: transparent;
    border: none !important;
}
.blms-navbar-default .navbar-center > .dropdown .dropdown-menu li .menubar-item-widget-recent-entries ul {
    margin: 0px;
    padding: 0px;
}
.blms-navbar-default .navbar-center > .dropdown .dropdown-menu li .menubar-item-widget-recent-entries ul a {
    margin-top: 4px !important;
    padding: 0px !important;
}
.blms-navbar-default .navbar-center > .dropdown .dropdown-menu li .menubar-item-widget-recent-entries ul .post-date {
    padding-bottom: 10px !important;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-top: -4px !important;
    display: block;
}
.blms-navbar-default .navbar-right {
    margin-right: 0px;
}
.blms-navbar-default .navbar-right .dropdown-menu {
    right: 50px;
    top: auto;
    bottom: -5px;
    background: transparent;
    padding: 0px;
    margin: 0px;
    height: auto;
    border: 0px;
    min-width: 300px;
}
.blms-navbar-default .navbar-right a, .blms-navbar-default .navbar-right a:link, .blms-navbar-default .navbar-right a:visited {
    margin: 50px 20px 0px 20px;
    padding: 0px;
    font-size: 16px;
    font-weight: 300;
    color: #FFF !important;
    opacity: 1;
    background: transparent !important;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.blms-navbar-default .navbar-right > li > a:hover, .blms-navbar-default .navbar-right > li.open > a, .blms-navbar-default .navbar-right > li.open > a:hover {
    color: #FFF;
    background: transparent;
    opacity: .5;
}
.blms-navbar-default .navbar-right .search-form {
    position: relative;
    top: 7px;
    background: #000 url('http://badlandsmotorspeedway.com/wp-content/uploads/nav_bg.jpg');
    padding: 0px 0px 0px 20px;
}
.blms-navbar-default .navbar-right input[type="search"] {
    background: transparent;
    border: none;
    border-radius: 0px;
    background: transparent;
    border-bottom: 2px solid #FFF;
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    outline: none;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0px;
    line-height: 1;
    letter-spacing: 2px;
}
.top-showcase {
    background: #000;
}
.home-feature {
    background: url('http://badlandsmotorspeedway.com/wp-content/uploads/placeholder-badlands-motor-speedway.png') no-repeat center center;
    background-size: cover;
    height: 100%;
    min-height: 377px;
}
.home-feature a {
    display: inline-block;
    position: relative;
    z-index: 999;
    width: 50%;
    margin: 0px auto;
    display: block;
}
.home-feature img {
    position: relative;
    z-index: 999;
    width: 100%;
    margin: 0px auto;
    display: block;
    opacity: 1;
    cursor: pointer;
    opacity: 0;
    transition: all .3s;
}
.home-feature img:hover {
    transform: scale(1.3);
    /* CSS3 */
    -moz-transform: scale(1.3);
    /* Firefox */
    -webkit-transform: scale(1.3);
    /* Webkit */
    -o-transform: scale(1.3);
    /* Opera */
    -ms-transform: scale(1.3);
    /* IE 9 */
}
.home-feature:before {
    content: " ";
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9;
    width: 100%;
    height: 100%;
    background: inherit;
    background-size: inherit;
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: gray;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
    opacity: 1;
    transition: all .5s;
}
.home-feature:after {
    content: " ";
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9;
    width: 100%;
    height: 100%;
    background: rgba(00, 00, 00, .6);
}
.home-feature:hover:before {
    opacity: 0;
}
.timer {
    padding: 0px;
}
.race-timer {
    overflow: hidden;
    padding: 80px 25px;
}
.race-timer:before {
    content: " ";
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9;
    width: 100%;
    height: 100%;
    background: inherit;
    background-size: inherit;
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: gray;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}
.race-timer:after {
    content: " ";
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9;
    width: 100%;
    height: 100%;
    background: rgba(00, 00, 00, .6);
}
.race-timer .title {
    position: absolute;
    top: 20px;
    left: 20px;
    text-transform: uppercase;
    z-index: 9999;
    margin: 0px;
    padding: 0px;
    color: #FFF;
    text-shadow: 0px 2px 4px #000;
}
.race-timer .time-field {
    position: relative;
    z-index: 999;
}
.race-timer .section {
    color: #FFF;
    background: rgba(00, 00, 00, .85);
    width: 25%;
    float: left;
    text-align: center;
    padding: 10px 0px;
    fnt-size: 16px;
}
.race-timer .section:first-child {
    border-radius: 4px 0px 0px 4px;
}
.race-timer .section:last-child {
    border-radius: 0px 4px 4px 0px;
}
.race-timer .section .slot {
    display: block;
    clear: both;
    font-size: 34px;
    font-weight: bold;
}
.race-timer .section .subscript {
    display: block;
    clear: both;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.race-timer .race-logo {
    position: relative;
    z-index: 9999;
    max-width: 50%;
    display: block;
    margin: 0px auto -7%;
}
.race-timer .race-logo-placeholder {
    position: relative;
    z-index: 9999;
    max-width: 50%;
    display: block;
    margin: 0px auto 5%;
}
.widget-area .race-timer {
    background: url('http://badlandsmotorspeedway.com/wp-content/uploads/IMG_3013.jpg') no-repeat center center;
    background-size: cover;
    padding: 30px;
    margin: 30px 0px;
    border-radius: 4px;
    text-align: center;
}
.widget-area .race-timer:before, .widget-area .race-timer:after {
    display: none;
}
.widget-area .race-timer .subscript {
    font-size: 10px;
}
.widget-area .race-timer .btn {
    margin-top: 15px;
    font-size: 12px;
}
.home-posts {
    overflow: hidden;
}
.home-post {
    position: relative;
    min-height: 400px;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 10+, Firefox on Android */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    /*box-shadow: inset 0px 0px 200px 100px rgba(00,00,00,.75);*/
    -webkit-transition: all .3s;
    transition: all .3s;
}
.home-post:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
    /*box-shadow: inset 0px 0px 200px 100px rgba(00,00,00,.0);*/
}
.home-post:before {
    content: " ";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 125px;
    background: rgba(00, 00, 00, .65);
}
.home-post:after {
    content: " ";
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: rgba(00, 00, 00, .55);
    -webkit-transition: all .5s;
    transition: all .5s;
}
.home-post:hover:after {
    background: rgba(00, 00, 00, .15);
}
.home-post-title {
    position: absolute;
    bottom: 40px;
    left: 30px;
    color: #FFF;
    text-shadow: 2px 4px 6px #000;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 300;
    width: 100%;
    height: 48px;
    letter-spacing: 2px;
    padding-right: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.home-post .read-more {
    position: absolute;
    bottom: 20px;
    left: 30px;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    text-shadow: 2px 4px 6px #000;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.home-post .read-more:hover {
    color: #AE2229;
}
.sponsors {
    background: #AE2229;
    padding-bottom: 20px;
    text-align: center;
}
.sponsors .heading {
    color: #000;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 300;
}
.sponsors .home-sponsor {
    position: relative;
    right: 1;
    margin: 20px 0px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.sponsor-logos {
    position: relative;
    right: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.sponsors .sponsor-logo {
    opacity: .5;
    max-height: 75px;
    max-width: 80%;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.sponsors .sponsor-logo:hover {
    opacity: 1;
}
.site-footer {
    position: relative;
    z-index: 999;
    background: #000;
    padding-bottom: 40px;
}
.site-footer .widget {
    margin: 0px;
}
.site-footer .footer-logos {
    overflow: hidden;
    padding: 40px 0px !important;
}
.site-footer .footer-logos img {
    display: block;
    margin: 0px auto;
    max-height: 60px;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 10+, Firefox on Android */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    box-shadow: inset 0px 0px 200px 100px rgba(00, 00, 00, .75);
    -webkit-transition: all .3s;
    transition: all .3s;
}
.site-footer .footer-logos img:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}
.site-footer .left p {
    color: #FFF;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase
}
.site-footer .middle {
    border-left: 1px solid #2b2b2b;
}
.site-footer .middle ul {
    margin: 0px;
    padding: 0px;
}
.site-footer .middle ul li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.site-footer .middle ul li a {
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: 1;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.site-footer .middle ul li a:hover {
    opacity: .5;
}
.site-footer .right .icon-wrapper {
    padding: 0px 1px;
}
.site-footer .right .icon {
    width: 100%;
    text-align: center;
    background: #2b2b2b;
    color: #FFF;
    text-decoration: none;
    font-size: 48px;
    cursor: pointer;
    text-shadow: 4px 4px 0px rgba(00, 00, 00, .5);
    -webkit-transition: all .3s;
    transition: all .3s;
}
.site-footer .right .icon.fa-facebook:hover {
    background: #3a5795;
}
.site-footer .right .icon.fa-twitter:hover {
    background: #55CCF0;
}
.site-footer .right .icon.fa-google-plus:hover {
    background: #D73D32;
}
.site-footer .right .icon.fa-youtube:hover {
    background: #CC181E;
}
.site-footer .right .icon.fa-envelope-o:hover {
    background: #AE2229;
}
.site-footer .footer-nav {
    text-align: center;
    float: none;
    margin: 0px;
    padding: 60px 0px 10px 0px;
    border: none;
}
.site-footer .footer-nav li {
    float: none;
    display: inline-block;
    margin: 0px 20px;
    padding: 0px;
}
.site-footer .footer-nav li a {
    padding: 0px;
    margin: 0px;
    display: block;
    color: #FFF;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid transparent;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.site-footer .footer-nav li a:hover {
    border-top-color: #FFF !important;
    border-bottom-color: #FFF;
}
.slideshow {
    background: transparent;
    padding: 0px !important;
    min-height: 500px;
    overflow: hidden;
}
.slideshow > div {
    padding: 0px;
}
.slideshow .carousel-indicators {
    bottom: -50px;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.slideshow:hover .carousel-indicators {
    bottom: 0px;
}
.slideshow .carousel-indicators li {
    margin: 4px;
    width: 15px;
    height: 15px;
    -webkit-transition: background-color .5s;
    transition: background-color .5s;
}
.slideshow .carousel-indicators .active {
    position: relative;
    top: -1px;
    border: 1px solid #000;
    margin: 4px 5px;
    width: 13px;
    height: 13px;
    box-shadow: -1px -1px 0px #FFF, -1px 1px 0px #FFF, 1px -1px 0px #FFF, 1px 1px 0px #FFF;
}
.slideshow .item {
    min-height: 500px;
    background-color: #000;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
    background-position: center center;
}
.slideshow .item.top-left .btn {
    position: absolute;
    bottom: -80px;
    left: 30px;
    display: block;
}
.slideshow .item.top-left .carousel-caption {
    position: absolute;
    top: 30px;
    left: 0px;
    right: auto;
    bottom: auto;
    width: 50%;
    text-align: center;
    background: rgba(00, 00, 00, .5);
    padding: 30px;
    margin: 0px;
}
.slideshow .item.top-left .carousel-caption .caption-title {
    text-align: left;
    margin: 0px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 2px;
    text-shadow: 0px 2px 4px #000;
}
.slideshow .item.top-left .carousel-caption .caption-description {
    text-align: justify;
    margin: 0px;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
}
.slideshow .item.bottom-left .btn {
    position: absolute;
    bottom: -80px;
    left: 30px;
    display: block;
}
.slideshow .item.bottom-left .carousel-caption {
    position: absolute;
    bottom: 120px;
    left: 0px;
    right: auto;
    top: auto;
    width: 50%;
    text-align: center;
    background: rgba(00, 00, 00, .5);
    padding: 30px;
    margin: 0px;
}
.slideshow .item.bottom-left .carousel-caption .caption-title {
    text-align: left;
    margin: 0px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 2px;
    text-shadow: 0px 2px 4px #000;
}
.slideshow .item.bottom-left .carousel-caption .caption-description {
    text-align: justify;
    margin: 0px;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
}
.slideshow .item.top-right .btn {
    position: absolute;
    bottom: -80px;
    right: 30px;
    display: block;
}
.slideshow .item.top-right .carousel-caption {
    position: absolute;
    top: 30px;
    right: 0px;
    left: auto;
    bottom: auto;
    width: 50%;
    text-align: center;
    background: rgba(00, 00, 00, .5);
    padding: 30px;
    margin: 0px;
}
.slideshow .item.top-right .carousel-caption .caption-title {
    text-align: left;
    margin: 0px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 2px;
    text-shadow: 0px 2px 4px #000;
}
.slideshow .item.top-right .carousel-caption .caption-description {
    text-align: justify;
    margin: 0px;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
}
.slideshow .item.center .btn {
    position: relative;
    bottom: -110px;
    right: 0;
    display: inline-block;
}
.slideshow .item.center .carousel-caption {
    position: absolute;
    top: 120px;
    right: 25%;
    left: auto;
    bottom: auto;
    width: 50%;
    text-align: center;
    background: rgba(00, 00, 00, .5);
    padding: 30px;
    margin: 0px;
}
.slideshow .item.center .carousel-caption .caption-title {
    text-align: center;
    margin: 0px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 2px;
    text-shadow: 0px 2px 4px #000;
}
.slideshow .item.center .carousel-caption .caption-description {
    text-align: center;
    margin: 0px;
    margin-bottom: -45px;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
}
.slideshow .item.bottom-right .btn {
    position: absolute;
    bottom: -80px;
    right: 30px;
    display: block;
}
.slideshow .item.bottom-right .carousel-caption {
    position: absolute;
    bottom: 120px;
    right: 0px;
    left: auto;
    top: auto;
    width: 50%;
    text-align: center;
    background: rgba(00, 00, 00, .5);
    padding: 30px;
    margin: 0px;
}
.slideshow .item.bottom-right .carousel-caption .caption-title {
    text-align: left;
    margin: 0px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 2px;
    text-shadow: 0px 2px 4px #000;
}
.slideshow .item.bottom-right .carousel-caption .caption-description {
    text-align: justify;
    margin: 0px;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
}
.slideshow iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    z-indeX: 99;
    width: 100%;
    height: 100%;
}
body .gform_wrapper form .gform_body ul, body .gform_wrapper form .gform_body ul li {
    list-style-type: none !important;
    list-style-image: none !important;
    list-style: none !important;
    background-image: none !important;
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important
}
body .gform_wrapper form .gform_body ul > li:before {
    content: "";
}
body .gform_wrapper .gform_validation_container {
    display: none !important;
}
.popup, .link-popup, .optin-popup {
    position: fixed;
    top: 100%;
    left: 0px;
    z-index: 99999;
    width: 100%;
    height: 100%;
    -webkit-transition: all .75s;
    transition: all .75s;
}
.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_first, .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_middle, .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span.name_first {
    margin-right: 1.7% !important;
}
.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.no_last_name span, .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span, .gform_wrapper .ginput_complex.ginput_container.no_first_name.has_middle_name.has_last_name span {
    width: 49% !important
}
body .gform_wrapper label.gfield_label+div.ginput_container {
    margin-top: 0px !important;
}
.popup .overlay, .link-popup .overlay, .optin-popup .overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(00, 00, 00, .7);
}
.popup .email-form-wrapper .email-form, .link-popup .link-modal-wrapper .link-modal, .optin-popup .optin-form-wrapper .optin-form {
    background: #000;
    padding: 35px 15px !important;
}
.popup .email-form-wrapper .email-form .close, .link-popup .link-modal-wrapper .link-modal .close, .optin-popup .optin-form-wrapper .optin-form .close {
    position: absolute;
    top: 31px;
    left: 5%;
    width: 31px;
    height: 31px;
    text-shadow: none;
    border-radius: 0;
    opacity: 1;
    letter-spacing: -1px;
}
.popup .email-form-wrapper .email-form .close:before, .popup .email-form-wrapper .email-form .close:after, .link-popup .link-modal-wrapper .link-modal .close:before, .link-popup .link-modal-wrapper .link-modal .close:after, .optin-popup .optin-form-wrapper .optin-form .close:before, .optin-popup .optin-form-wrapper .optin-form .close:after {
    content: '';
    position: absolute;
    top: 15px !important;
    left: 0px !important;
    background: #aaa;
    width: 1.5em;
    height: .1em;
    cursor: pointer;
    display: inline-block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.popup .email-form-wrapper .email-form .close:after, .link-popup .link-modal-wrapper .link-modal .close:after, .optin-popup .optin-form-wrapper .optin-form .close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 0.75em;
}
.sponsor-form {
    background: #000;
    padding: 40px;
    margin-bottom: 60px;
}
.popup .email-form-wrapper .email-form .form-title, .link-popup .link-modal-wrapper .link-modal .link-title, .optin-popup .optin-form-wrapper .optin-form .form-title, .sponsor-form h3 {
    color: #FFF;
    font-size: 26px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 1;
    margin: 0px 0px 10px 0px;
    text-transform: uppercase;
}
.popup .email-form-wrapper .email-form .form-description, .link-popup .link-modal-wrapper .link-modal .link-description, .optin-popup .optin-form-wrapper .optin-form .form-description, .sponsor-form h4 {
    color: #FFF;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0px 0px 10px 0px;
}
.popup .email-form-wrapper .email-form .form-title, .popup .email-form-wrapper .email-form .form-description, .popup .email-form-wrapper .email-form .gform_wrapper, .link-popup .link-modal-wrapper .link-modal .link-description, .link-popup .link-modal-wrapper .link-modal .link-title, .link-popup .link-modal-wrapper .link-modal input[type=text], .optin-popup .optin-form-wrapper .optin-form .form-description, .optin-popup .optin-form-wrapper .optin-form .form-title, .optin-popup .optin-form-wrapper .optin-form .gform_wrapper {
    max-width: 85%;
    float: right;
    clear: both;
    margin-right: 20px;
    width: 100%;
}
.popup .email-form-wrapper .email-form label, .optin-popup .optin-form-wrapper .optin-form label, .sponsor-form label {
    display: none !important;
}
.popup .email-form-wrapper .email-form input[type="text"], .popup .email-form-wrapper .email-form input[type="email"], .popup .email-form-wrapper .email-form textarea, .link-popup .link-modal-wrapper .link-modal input[type=text], .optin-popup .optin-form-wrapper .optin-form input[type="text"], .optin-popup .optin-form-wrapper .optin-form input[type="email"], .optin-popup .optin-form-wrapper .optin-form textarea, .sponsor-form .gform_wrapper input[type=text], .sponsor-form .gform_wrapper input[type="text"], .sponsor-form .gform_wrapper input[type="email"], .sponsor-form .gform_wrapper textarea {
    background: transparent;
    border-radius: 0px;
    border: none;
    background: #222;
    border: 10px solid #222;
    display: block;
    margin-bottom: 10px;
    padding: 0;
    line-height: 1;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 2px;
    color: #FFF;
    outline: none;
    width: 100% !important;
    -webkit-transition: background .3s, border .3s;
    transition: background .3s, border .3s;
}
.sponsor-form .gform_wrapper textarea {
    margin-top: 0px !important;
}
.sponsor-form .gform_wrapper .top_label li.gfield.gf_right_half, .sponsor-form .gform_wrapper .top_label li.gfield.gf_left_half {
    width: 49% !important;
}
.sponsor-form .gform_wrapper .top_label li.gfield.gf_right_half {
    float: right;
}
.sponsor-form .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_first, .sponsor-form .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_middle, .sponsor-form .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span.name_first {
    margin-right: 1.8% !important;
}
.popup .email-form-wrapper .email-form textarea, .sponsor-form .gform_wrapper textarea {
    max-height: 100px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.popup .email-form-wrapper .email-form input[type="text"]:focus, .popup .email-form-wrapper .email-form input[type="email"]:focus, .popup .email-form-wrapper .email-form textarea:focus, .optin-popup .optin-form-wrapper .optin-form input[type="text"]:focus, .optin-popup .optin-form-wrapper .optin-form input[type="email"]:focus, .optin-popup .optin-form-wrapper .optin-form textarea:focus, .sponsor-form .gform_wrapper input[type="text"]:focus, .sponsor-form .gform_wrapper input[type="email"]:focus, .sponsor-form .gform_wrapper textarea:focus {
    background: #1b1b1b;
    border: 10px solid #1b1b1b;
}
.link-popup .link-modal-wrapper .link-modal input[type=text]:focus {
    background: #333;
    border: 10px solid #333;
}
.popup .email-form-wrapper .email-form input[type="submit"], .optin-popup .optin-form-wrapper .optin-form input[type="submit"], .sponsor-form .gform_wrapper input[type="submit"] {
    font-size: 16px !important;
    text-transform: uppercase;
    background: transparent;
    border: 0px;
    border-radius: 0px;
    text-shadow: none;
    box-shadow: none;
    outline: none;
    background: #AE2229;
    border: 10px solid #AE2229;
    color: #000;
    opacity: 1;
    line-height: 1;
    padding: 0px 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.popup .email-form-wrapper .email-form input[type="submit"]:hover, .optin-popup .optin-form-wrapper .optin-form input[type="submit"]:hover, .sponsor-form input[type="submit"]:hover {
    opacity: .5;
}
.site-content {
    background: #FFF;
}
.content-area .gallery {
    margin-bottom: 30px;
}
.content-area .gallery figure {
    margin: 0px;
}
.content-area .gallery figure img {
    width: 100%;
    opacity: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.content-area .gallery figure img:hover {
    opacity: .5;
}
.content-area .entry-title {
    text-transform: uppercase;
    font-size: 42px;
    font-weight: 300;
    color: #000;
    letter-spacing: 3px;
    margin: 30px 0px 0px 0px;
}
.content-area h1, .content-area h2, .content-area h3, .content-area h4, .content-area h5, .content-area h6 {
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 300;
    color: #000;
    margin-bottom: 30px;
    letter-spacing: 3px;
}
.content-area h4, .content-area h5, .content-area h6 {
    font-size: 30px;
}
.content-area p {
    font-size: 21px;
    font-weight: 300;
    letter-spacing: 2px;
    text-align: justify;
    color: #000;
}
.content-area li {
    font-size: 21px;
    font-weight: 300;
    letter-spacing: 2px;
}
.content-area ul, .content-area ol {
    padding: 0px;
    margin: 0px;
    margin-bottom: 1.5em;
}
.content-area ol {
    margin-left: 35px;
}
.content-area ul li {
    position: relative;
    padding: 0px;
    padding-left: 25px;
    margin: 0px;
    list-style: none;
}
.content-area ul li:before {
    content: " ";
    position: absolute;
    top: 11px;
    left: 0px;
    background: #AE2229;
    width: 12px;
    height: 12px;
    border: 3px solid rgba(255, 255, 255, 0.6);
    border-radius: 100%;
}
.content-area ol li {
    margin: 0px;
}
.blog-posts {
    overflow: hidden;
    margin: 60px 0px -100px 0px;
}
.blog-post {
    margin-bottom: 240px;
}

/*.blog-post:nth-child(odd):before{
        content: "\f078";
        color: #AE2229;
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        font-size: 42px;
        display: inline-block;
        text-decoration: inherit;
        position: absolute;
        bottom: -140px;
        left: -28%;
    }*/

.blog-post:last-child:before {
    display: none;
}
.blog-post .featured-image {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    padding: 0px;
    border: 15px solid #ECEDEE;
    background: #ECEDEE;
    width: 100%;
    position: relative;
    z-index: 9;
    overflow: hidden;
    height: 350px;
}
.blog-post-title, .blog-post-title a {
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #AE2229;
    font-size: 24px;
    font-weight: 300;
    margin-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
}
.blog-post-title a {
    margin: 0px;
}
.blog-post .categories {
    font-size: 14px;
    text-transform: uppercase;
    margin-left: 10px;
}
.blog-post .categories a {
    border: 1px solid #AE2229;
    color: #AE2229;
    text-decoration: none;
    margin-top: 10px;
    margin-left: 5px;
    padding: 3px 7px;
    font-size: 10px;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.blog-post .categories a:hover {
    background: #AE2229;
    color: #FFF;
}
.share-buttons {
    position: absolute;
    top: -15px;
    right: -25px;
    z-index: 99;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    float: left;
}
.share-buttons i {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.share-buttons a {
    background: #AE2229;
    color: #FFF;
    text-decoration: none;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: block;
    float: left;
    margin-right: 2px;
    font-size: 16px;
}
.blog-posts .entry-title, .blog-posts .entry-title a, .sponsor-page .entry-title, .stacked-title .entry-title {
    text-transform: uppercase;
    color: #AE2229;
    font-size: 32px;
    letter-spacing: 2px;
    padding-left: 25px;
}
.blog-posts .entry-title .sub-line, .sponsor-page .entry-title .sub-line, .stacked-title .entry-title .sub-line {
    font-size: 12px;
    margin-left: 2px;
}
.blog-post .post-actions {
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    margin-left: 10px;
    margin-top: 30px;
}
.blog-post .post-actions .entry-date {
    margin-left: 10px;
}
.blog-post .post-actions a.read-more {
    background: #ECEDEE;
    padding: 5px 10px;
    color: #AE2229;
    -webkit-transition: all .5s;
    transition: all .5s;
    text-decoration: none;
}
.blog-post .post-actions a.read-more:hover {
    background: #AE2229;
    color: #FFF;
}
.older-posts {
    position: fixed;
    top: 50%;
    right: -6px;
    margin-top: -58px;
    z-index: 9999;
}
.newer-posts {
    position: fixed;
    top: 50%;
    left: -6px;
    margin-top: -58px;
    z-index: 9999;
}
.older-posts a, .newer-posts a {
    color: #AE2229;
    font-size: 36px;
    padding: 30px 15px;
    border: 1px solid #AE2229;
    background: #FFF;
    display: block;
}
.single .featured-image {
    background: no-repeat center center;
    background-size: cover;
    width: auto;
    margin: 0px -15px;
    max-height: 450px;
    height: 450px;
    overflow: hidden;
}
.single .featured-image img {
    width: 100%;
}
.single .share-links {
    padding: 0px;
}
.single .share-links > div {
    text-align: center;
    margin: 0px;
    padding: 0px;
}
.single .share-links > div i {
    margin-right: 10px;
}
.single .share-links > div a, .single .share-links > div span {
    font-size: 21px;
    font-weight: 300;
    letter-spacing: 3px;
    color: #AE2229;
    text-decoration: none;
    cursor: pointer;
    width: 100%;
    padding: 30px 0px;
    display: block;
    -webkit-transition: .5s;
    transition: .5s;
}
.single .share-links > div a:hover, .single .share-links > div span:hover {
    background: #AE2229;
    color: #FFF;
}
.single .entry-title {
    color: #AE2229;
}
.single .entry-meta {
    color: #AE2229;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.single .older-posts .post-info, .single .newer-posts .post-info {
    position: absolute;
    right: -300px;
    top: 0px;
    overflow: hidden;
    z-index: -1;
    width: 300px;
    height: 116px;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 2px;
    padding: 15px;
    background: #AE2229;
    text-transform: uppercase;
    color: #FFF;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.single .older-posts .post-info:before, .single .newer-posts .post-info:before {
    content: " ";
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #AE2229;
    width: 100%;
    height: 15px;
}
.single .older-posts:hover .post-info {
    right: 57px;
}
.single .newer-posts .post-info {
    left: -300px;
    right: auto;
}
.single .newer-posts:hover .post-info {
    left: 57px;
}
.single .older-posts .post-info img, .single .newer-posts .post-info img {
    clear: both;
    float: left;
    dispaly: block;
    width: auto;
    height: 100%;
    border: 1px solid #FFF;
    margin-right: 15px;
}
.single .newer-posts .post-info img {
    float: right;
    margin-right: 0px;
    margin-left: 15px;
}
.single .site-content {
    padding-bottom: 60px;
}
.error-404 .page-header {
    border: none;
}
.error-404 .search-row {
    padding: 20px;
    margin: 30px 0px;
    background: rgba(00, 00, 00, .05);
    border-radius: 3px;
}
.error-404 .search-row > div {
    padding: 0px;
}
.error-404 .search-form, .error-404 .search-form input {
    width: 100%;
    box-sizing: border-box;
    outline: none;
}
.error-404 .search-form input {
    font-size: 24px;
    font-weight: 300;
    padding: 5px 10px;
    color: #000;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.error-404 .search-form input:focus {
    border-color: #AE2229;
    color: #AE2229;
}
.error-404 .widgets {
    margin-bottom: 40px;
}
.error-404 .recent-posts ul li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.error-404 .tag-cloud a {
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    float: left;
    margin: 0px 3px 3px 0px;
    padding: 5px 7px;
    background: rgba(00, 00, 00, .05);
    color: #AE2229;
    border-radius: 3px;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.error-404 .tag-cloud a:hover {
    background: rgba(00, 00, 00, .15);
}
.error-404 ul li a {
    color: #000;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.error-404 ul li a:hover {
    color: #AE2229;
}
.no-results .page-header, .search .page-header, .archive .page-header {
    border: none;
    margin: 0px;
    padding: 0px;
}
.no-results .search-row {
    padding: 20px;
    margin: 30px 0px;
    background: rgba(00, 00, 00, .05);
    border-radius: 3px;
}
.no-results .search-row > div {
    padding: 0px;
}
.no-results .search-form, .no-results .search-form input {
    width: 100%;
    box-sizing: border-box;
    outline: none;
}
.no-results .search-form input {
    font-size: 24px;
    font-weight: 300;
    padding: 5px 10px;
    color: #000;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.no-results .search-form input:focus {
    border-color: #AE2229;
    color: #AE2229;
}
.search .post .entry-footer, .search .page .entry-footer, .archive .post .entry-footer, .archive .page .entry-footer {
    overflow: hidden;
}
.search .post, .search .page, .archive .post, .archive .page {
    background: rgba(00, 00, 00, .05);
    padding: 30px;
    border-radius: 4px;
    margin-bottom: 30px;
}
.search .post .posted-on, .search .page .posted-on, .archive .post .posted-on, .archive .page .posted-on {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
}
.search .post .posted-on a, .search .page .posted-on a, .archive .post .posted-on a, .archive .page .posted-on a {
    color: #AE2229;
}
.search .post .entry-title, .search .page .entry-title, .search .post .entry-title a, .search .page .entry-title a, .archive .post .entry-title, .archive .page .entry-title, .archive .post .entry-title a, .archive .page .entry-title a {
    font-size: 26px;
    color: #AE2229;
    margin: 0px;
    padding: 0px;
}
.search .post .read-more, .search .page .read-more, .archive .post .read-more, .archive .page .read-more {
    background: #AE2229;
    padding: 7px 12px;
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    float: right;
    text-decoration: none;
}
.search .post .entry-footer .tags-links, .search .page .entry-footer .tags-links, .single .post .entry-footer .tags-links, .single .page .entry-footer .tags-links, .single .post .entry-footer .cat-links, .single .page .entry-footer .cat-links, .search .post .entry-footer .tags-links, .search .page .entry-footer .tags-links, .archive .post .entry-footer .tags-links, .archive .page .entry-footer .tags-links, .archive .post .entry-footer .cat-links, .archive .page .entry-footer .cat-links {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
    display: block;
    line-height: 23px;
    float: left;
    margin-top: 7px;
}
.search .post .entry-footer .tags-links a, .search .page .entry-footer .tags-links a, .single .post .entry-footer .tags-links a, .single .page .entry-footer .tags-links a, .single .post .entry-footer .cat-links a, .single .page .entry-footer .cat-links a, .search .post .entry-footer .tags-links a, .search .page .entry-footer .tags-links a, .archive .post .entry-footer .tags-links a, .archive .page .entry-footer .tags-links a, .archive .post .entry-footer .cat-links a, .archive .page .entry-footer .cat-links a {
    position: relative;
    top: -2px;
    border: 1px solid #AE2229;
    color: #AE2229;
    padding: 0px 7px;
    font-size: 10px;
    margin-left: 10px;
    display: inline-block;
}
.big-sponsors {
    position: relative;
    margin-top: 60px;
    min-height: 450px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.big-sponsor {
    margin-bottom: 60px;
    display: none;
}
.big-sponsor:first-child {
    display: block;
}
.big-sponsor img {
    display: block;
    margin: 0px auto;
    max-height: 150px;
}
.big-sponsor p, .big-sponsor li {
    font-size: 21px;
    font-weight: 300;
    letter-spacing: 2px;
    color: #000;
}
.small-sponsors {
    margin-bottom: 60px;
    overflow: hidden;
}
.small-sponsor {
    min-height: 120px;
    line-height: 120px;
}
.small-sponsor img {
    display: inline-block;
    max-height: 65px;
    margin: 0px auto;
    opacity: .5;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.small-sponsor img:hover {
    opacity: 1;
}
.widget-area .widget_recent_entries {
    background: #f0f0f0;
    border-radius: 4px;
    padding: 30px;
}
.widget-area .widget_recent_entries .widget-title {
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 20px 0px;
    font-size: 24px;
    text-transform: uppercase;
    color: #AE2229;
    letter-spacing: 2px;
    display: block;
    clear: both;
    border-bottom: 4px double #CCC;
}
.widget-area .widget_recent_entries ul {
    margin: 0px;
    padding: 0px;
}
.widget-area .widget_recent_entries ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.widget-area .widget_recent_entries ul li a {
    font-size: 18px;
    font-weight: 300;
    color: #AE2229;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-transform: uppercase;
    text-overflow: ellipsis;
}
.widget-area .widget_recent_entries ul li .post-date {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    margin: -5px 0px 15px 0px;
    display: block;
}
.widget-area .widget_recent_entries ul li:last-child .post-date {
    margin: -5px 0px 0px 0px;
}
.search-container {
    position: relative;
    z-index: 99;
    padding: 15px 0px;
    margin: 0px -30px;
    border-bottom: none;
    background: #ECEDEE;
    clear: both;
    overflow: hidden;
    display: block;
}
.search-container .search-header {
    text-align: center;
    font-size: 21px;
    color: #000;
    padding: 5px 15px 3px 30px;
    line-height: 1.25;
}
.search-container form {
    width: 100%;
    display: block;
    padding-left: 10px;
}
.search-container input {
    width: 100%;
    display: block;
    font-size: 21px;
    border-radius: 0px;
    padding: 5px 10px;
    outline: none;
    color: #000;
    line-height: 1.25;
    font-weight: 300;
    text-transform: uppercase;
    transition: all .3s;
}
.search-container input:focus {
    border-color: #AE2229;
    color: #AE2229;
}
#list {
    margin: 0px -30px;
    display: block;
    clear: both;
}
.event {
    position: relative;
    z-index: 99;
    padding: 15px 0px;
    margin: 0px 0px;
    border-bottom: 1px solid #ECEDEE;
}
.event:hover {
    z-index: 999;
}
.event.active {
    z-index: 9999;
}
.event .date {
    background: rgba(00, 00, 00, .05);
    font-size: 21px;
    text-align: center;
    padding: 6px 12px;
    color: #000;
}
.event .info {
    position: relative;
    font-size: 21px;
    max-height: 45px;
    line-height: 45px;
    color: #000;
    text-align: justify;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.event .info a {
    background: #AE2229;
    border-radius: 0px;
    color: #FFF;
    padding: 5px 10px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
}
.event .info a:hover {
    color: #000;
}
.event.active .info {
    overflow: visible;
}
.event .hide-info {
    display: none;
}
.event.active .hide-info {
    display: block;
}
.event.active .show-info {
    display: none;
}
.event .info .info-container {
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 999;
    background: #FFF;
    padding: 6px 15px;
    box-shadow: 0px 2px 6px rgba(00, 00, 00, .5);
    position: static;
    line-height: 1.5;
    overflow: hidden;
    max-height: 45px;
    -webkit-transition: max-height .3s, padding .3s;
    transition: max-height .3s, padding .3s;
}
.event .info .info-container h1, .event .info .info-container h2, .event .info .info-container h3, .event .info .info-container h4, .event .info .info-container h5, .event .info .info-container h6 {
    margin: 15px 0px;
    font-size: 21px;
    letter-spacing: 1px;
}
.event .info .info-container .title {
    text-transform: uppercase;
    margin: 5px 0px 15px 0px;
}
.event .info .info-container p {
    font-weight: 300;
    letter-spacing: 2px;
}
.event .info .info-container p:last-child {
    margin: 0px;
}
.event.active .info .info-container {
    position: absolute;
    left: 15px;
    right: 15px;
    background: #FFF;
    padding: 10px 15px;
    box-shadow: 0px 2px 6px rgba(00, 00, 00, .5);
    z-index: 99999;
    max-height: 500px;
    overflow-y: scroll;
}
.event .learn-more {
    padding: 0px;
}
.event .learn-more .btn {
    font-size: 21px;
    width: 100%;
}
.entrants {
    margin-bottom: 120px;
}
.entrant {
    background: #ECEDEE;
    margin-top: -200px;
}
.entrant img {
    width: 100%;
    display: block;
    max-width: 600px;
    margin: 0px auto;
}
.entrant .btn {
    display: block;
    max-width: 600px;
    margin: 0px auto;
}
.entrant:first-child {
    margin-top: 0px;
}
.entrant:nth-child(even) {
    position: relative;
    right: -2px;
    border-right: 4px solid #CCC;
    padding: 30px 90px 30px 30px;
}
.entrant:nth-child(even):before {
    content: " ";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 60px;
    height: 100%;
    background: #FFF;
}
.entrant:nth-child(even):after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 0px;
    height: 0px;
    margin-top: -20px;
    border: 20px solid transparent;
    border-left-color: #ECEDEE;
    background: #FFF;
}
.entrant:nth-child(odd) {
    position: relative;
    left: -2px;
    border-left: 4px solid #CCC;
    padding: 20px;
    padding: 30px 30px 30px 90px;
}
.entrant:nth-child(odd):before {
    content: " ";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 60px;
    height: 100%;
    background: #FFF;
}
.entrant:nth-child(odd):after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 20px;
    width: 0px;
    height: 0px;
    margin-top: -20px;
    border: 20px solid transparent;
    border-right-color: #ECEDEE;
    background: #FFF;
}
.year-bubble {
    z-index: 999;
    background: #CCC;
    transform: rotate(45deg);
    display: block;
    color: #FFF;
    font-weight: bold;
}
.year-bubble .inner {
    transform: rotate(-45deg);
    display: block;
}
.entrant {
    min-height: 338px;
}
.entrant:nth-child(odd) .year-bubble {
    position: absolute;
    left: 0px;
    top: 50%;
    width: 50px;
    height: 50px;
    margin: -25px auto auto -27px;
    text-align: center;
    line-height: 50px;
    font-size: 21px;
}
.entrant:nth-child(even) .year-bubble {
    position: absolute;
    right: 0px;
    top: 50%;
    width: 50px;
    height: 50px;
    margin: -25px -27px auto auto;
    text-align: center;
    line-height: 50px;
    font-size: 21px;
}
.entrant:first-child .year-bubble:before {
    content: " ";
    position: absolute;
    top: -254px;
    left: 50%;
    margin-left: -131px;
    width: 4px;
    height: 300px;
    background: #FFF;
    transform: rotate(-45deg);
}
.entrant:first-child .year-bubble:after {
    content: " ";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 4px;
    height: 4px;
    background: #CCC;
}
.entrant:last-child .year-bubble:before {
    content: " ";
    position: absolute;
    bottom: -340px;
    right: 50%;
    margin-right: -167px;
    width: 4px;
    height: 400px;
    background: #FFF;
    transform: rotate(-45deg);
}
.entrant:last-child .year-bubble:after {
    content: " ";
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 4px;
    height: 4px;
    background: #CCC;
}
.entrant h1 {
    font-size: 21px;
    font-weight: 400;
    line-height: 1;
    margin: 0px auto 30px auto;
    max-width: 600px;
    display: block;
}
.entrant ul {
    margin: 0px 0px 30px 30px;
    padding: 0px;
}
.entrant ul li {
    font-size: 18px;
    font-weight: 300;
    margin: 0px;
    padding: 0px;
}
.year-navigation {
    position: fixed;
    top: 50%;
    left: 0px;
    z-index: 99999;
    background: #ECEDEE;
    border-radius: 0px 3px 3px 0px;
    overflow: hidden;
    border: 1px solid #FAFAFA;
    border-left: none;
}
.year-navigation a {
    clear: both;
    display: block;
    float: left;
    height: 25px;
    width: 30px;
    line-height: 25px;
    text-align: center;
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #FAFAFA;
    font-size: 10px;
    transition: all .3s;
}
.year-navigation a.active {
    background: #BBB;
    font-size: 12px;
    font-weight: bold;
}
.year-navigation a:hover {
    background: #CCC;
}
.year-navigation a:last-child {
    border: none;
}
.wp-caption {
    background: #ECEDEE;
    padding: 10px;
}
.wp-caption.alignleft {
    display: block;
    margin: 0px 30px 30px 0px;
}
.wp-caption.alignright {
    display: block;
    margin: 0px 0px 30px 30px;
}
.wp-caption .wp-caption-text {
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    margin: 10px 0px 0px 0px
}
.content-area img {
    background: #ECEDEE;
    padding: 10px;
}
.content-area .wp-caption img {
    padding: 0px;
}
.contact-page-form ul li:before {
    display: none;
}
.contact-page-form .gform_wrapper {
    margin: 0px;
}
.menu-item-nav-button a {
    background: #AE2229 !important;
    padding: 10px 15px 11px !important;
    border-radius: 6px;
    line-height: 1 !important;
    border: none !important;
    margin-top: -10px !important;
}
.menu-item-label a {
    cursor: pointer;
}
.full-width .entry-title {
    margin-top: 30px;
    text-align: center;
}
.gform_wrapper .ginput_complex .ginput_full, .gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right {
    min-height: 0px !important;
}
.sponsor-form .gform_wrapper .top_label li.gfield.gf_right_half, .sponsor-form .gform_wrapper .top_label li.gfield.gf_left_half {
    clear: none !important;
    float: left !important;
}
.sponsor-form .gform_wrapper .top_label li.gfield.gf_right_half {
    float: right !important;
}
.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_first, .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_middle, .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span.name_first {
    margin: 0px !important;
}
div.job_listings {
    border: 1px solid #e5e5e5;
    border-bottom: none;
}
.job_listings li {
    font-size: 16px;
}
.job_listings li:before {
    display: none;
}
.job_types label {
    font-weight: 300;
    font-size: 16px;
    line-height: 1;
    margin: 0px;
    display: block;
}
.job_listings .search_location {
    display: none;
}
.job_listings .search_keywords {
    padding: 0px !important;
    width: 100% !important;
}
.job_listings input[type=checkbox] {
    margin: 0px !important;
    font-size: 16px;
}
.job_listings .search_keywords input {
    padding: 10px 15px;
    font-size: 16px;
    border: none;
    text-transform: uppercase;
    outline: none;
}
.job_filters .search_jobs {
    padding: 20px;
}
.job_filters .showing_jobs a {
    color: #AE2229;
}
.single-job_listing .company {
    display: none;
}
.single-job_listing li:before {
    display: none !important;
}
.single_job_listing .meta .job-type, .single_job_listing .meta .location, .single_job_listing .meta .date-posted {
    font-size: 16px;
}
.single_job_listing .meta {
    text-align: center;
}
.single_job_listing .meta li {
    display: inline-block !important;
    float: none !important;
}
.single_job_listing .meta .job-type {
    padding: 8px 15px;
    background: #AE2229;
}
.single_job_listing .meta .location a {
    color: #AE2229;
}
.job_listing .entry-title {
    text-align: center !important;
}
.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
    color: #FFF;
}
.gform_wrapper .gf_progressbar_wrapper {
    border: none !important;
    width: 98% !important;
}
.gform_wrapper .gf_progressbar {
    width: 100% !important;
    box-shadow: none !important;
    border: none !important;
    background: #ECEDEE !important;
    border-radius: 0px !important;
    margin-top: 5px !important;
}
.gform_wrapper .percentbar_blue {
    background: #AE2229 !important
}
.single_job_listing .gform_wrapper {
    width: 100%;
    max-width: 100%;
    background: #000;
    padding: 40px 20px 40px 40px;
}
.single_job_listing .gform_wrapper .gform_page_footer {
    border: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.single_job_listing .gform_wrapper input[type=text], .single_job_listing .gform_wrapper input[type=email], .single_job_listing .gform_wrapper input[type=phone], .single_job_listing .gform_wrapper select, .single_job_listing .gform_wrapper textarea {
    line-height: 1;
    font-size: 16px;
    text-transform: uppercase;
    color: #FFF;
    background: #2b2b2b;
    padding: 10px 10px;
    border: none;
    border-radius: 0px;
}
.single_job_listing .gform_wrapper select {
    height: 39px;
    border-radius: 0px !important;
}
.single_job_listing .gform_wrapper label {
    font-size: 12px !important;
    color: #FFF;
    font-weight: 400;
    text-transform: uppercase;
}
.single_job_listing .gform_wrapper label:first-child {
    font-size: 16px !important;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
}
.single_job_listing .gform_wrapper .gfield_checkbox li label, .single_job_listing .gform_wrapper .gfield_radio li label {
    margin-left: 18px !important;
    margin-right: 18px;
}
.single_job_listing .application_button {
    display: none !important;
}
.single_job_listing .gform_wrapper input[type=button], .single_job_listing .gform_footer input[type=button], .single_job_listing .gform_wrapper input[type=submit], .single_job_listing .gform_footer input[type=submit] {
    background: #AE2229 !important;
    color: #FFF !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border: none !important;
    font-size: 16px;
    padding: 10px 15px;
    line-height: 1;
    text-transform: uppercase;
    transition: all .3s;
}
.single_job_listing .gform_wrapper p, .single_job_listing .gform_wrapper li {
    color: #FFF;
}
.single_job_listing .gform_wrapper input[type=button]:hover, .single_job_listing .gform_footer input[type=button]:hover, .single_job_listing .gform_wrapper input[type=submit]:hover, .single_job_listing .gform_footer input[type=submit]:hover {
    background: #000 !important;
}
div.job_listings .load_more_jobs {
    color: #AE2229;
}
.content-area .accordion-title {
    position: relative;
    font-size: 21px;
    font-weight: 600;
    background: #ECEDEE;
    margin: 0px;
    padding: 15px 15px 15px 75px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.content-area .accordion-title:before {
    content: " ";
    position: absolute;
    top: 12px;
    left: 26px;
    background: #000;
    width: 2px;
    height: 30px;
    transform: rotate(45deg);
}
.content-area .accordion-title:after {
    content: " ";
    position: absolute;
    top: 12px;
    left: 26px;
    background: #000;
    width: 2px;
    height: 30px;
    transform: rotate(-45deg);
}
.content-area .accordion-content {
    padding: 0px 30px 30px 30px;
    border: 2px solid #ECEDEE;
}
.tableizer-table {
    width: 100%;
    border: 1px solid #ccc;
}
.tableizer-table tr {
    border-bottom: 1px solid #ccc;
}
.tableizer-table td {
    padding: 10px;
    font-size: 21px;
    font-weight: 300;
    border-right: 1px solid #ccc;
}
.tableizer-table tr:nth-child(odd) {
    background: #ECEDEE;
}
.tableizer-table th {
    padding: 10px;
    background: #ECEDEE;
    text-align: center;
    font-size: 24px;
}
.point-row a.btn {
    font-size: 16px;
    margin-bottom: 15px;
    text-align: center;
}
.silver-price {
    background: #ECEDEE;
    padding: 30px 0px 30px 0px;
    margin: 30px 0px 0px 0px;
    border-radius: 6px;
    overflow: hidden;
}
.silver-price h3 {
    text-transform: none;
    text-align: center;
    font-size: 38px;
    font-weight: 300;
    margin: 0px 0px 30px 0px;
}
.silver-price .date {
    font-size: 28px;
    text-align: center;
    font-weight: 300;
}
.silver-price .value {
    font-size: 78px;
    font-weight: 600;
    color: #FFF;
    background: #AE2229;
    text-align: center;
    margin: 30px -15px -30px -15px;
    padding: 30px;
}

/** Rule Set CSS **/
.page-id-6020 .position{
    width: 30%;
    min-height: 400px;
    margin: 2% 0% !important;
    float: left;
    border: 1px solid #000;
    border-top: 5px solid #000;
    padding: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.page-id-6020 .position:nth-child(3n+2){
    margin: 2% 5% !important;
}
.page-id-6020 .position .position-expanded{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: rgba(00,00,00,.9);
    display: none;
    overflow-y: scroll;
}
.page-id-6020 .position .position-expanded .inner-wrapper{
    background: #FFF;
    padding: 30px;
    max-width: 730px;
    margin: 30px auto 60px auto;
}
.page-id-6020 .position .position-expanded .close{
    margin: 0px auto;
    color: #FFF;
    border: 2px solid #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    max-width: 300px;
    text-transform: uppercase;
    padding: 15px !important;
    text-shadow: none !important;
    margin-top: 30px;
    cursor: pointer;
    float: none;
    padding: 10px;
    opacity: 1;
    transition: all .3s;
}
.page-id-6020 .position .position-expanded .close:hover{
    background: #FFF;
    color: #000;
}
.page-id-6020 .position .position-overview{
    border-bottom: 1px solid #000;
    color: #000;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.page-id-6020 .position .position-overview .position-title{
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
}
.page-id-6020 .position .position-overview .position-department{
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    color: #CCC;
}
.page-id-6020 .position .position-excerpt{
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}
.page-id-6020 .position .position-excerpt p{
    text-align: center;
    font-size: 16px;
}
.page-id-6020 .position a.button{
    border-radius: 0px;
    padding: 10px;
    text-align: center;
    display: block;
    border: 2px solid #000;
    margin-top: 10px;
    text-decoration: none;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    transition: all .3s;
}
.page-id-6020 .position a.button:hover{
    background: #000;
    color: #FFF;
}
.page-id-6020 .position .position-expanded .position-overview .position-title{
    font-size: 28px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
}
.page-id-6020 .position .position-expanded .position-overview .position-department{
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    color: #CCC;
}
.page-id-6020 .position .position-expanded .position-description{
    color: #000;
    font-size: 16px;
    font-weight: 300;
    border-bottom: 1px solid #000;
    margin-bottom: 30px;
}
.page-id-6020 .position .position-expanded .position-description p,
.page-id-6020 .position .position-expanded .position-description li,
.page-id-6020 .position .position-expanded .position-description span{
    font-size: 16px;
    color: #000;
}

.page-splash-image {
    background-size: cover;
    min-height: 600px;
    margin: 0 -15px;
}

@media(max-width: 1700px) {
    .blms-navbar-default .navbar-center {
        padding-left: 350px;
        text-align: left;
    }
}
@media(max-width: 1420px) {
    .blms-navbar-default .navbar-center li a, .blms-navbar-default .navbar-center li a:link, .blms-navbar-default .navbar-center li a:visited {
        margin: 50px 10px 0px 10px;
    }
    body {
        padding-top: 101px;
    }
}
@media(max-width: 1280px) {
    .blms-navbar-default .navbar-center li a, .blms-navbar-default .navbar-center li a:link, .blms-navbar-default .navbar-center li a:visited {
        margin: 20px 10px 0px 10px;
    }
    .blms-navbar-default .navbar-center > .dropdown a {
        padding: 41px 20px !important;
    }
    .blms-navbar-default .navbar-right a, .blms-navbar-default .navbar-right a:link, .blms-navbar-default .navbar-right a:visited {
        margin-top: 41px;
    }
    .blms-navbar-default .navbar-center {
        padding-left: 270px;
    }
    .blms-navbar-default .navbar-brand, .blms-navbar-default .navbar-right {
        max-width: 80%;
    }
    .big-sponsor p {
        font-size: 18px;
    }
}
@media(max-width: 1200px) {
    body {
        padding-top: 81px;
    }
    .blms-navbar-default .navbar-center li a, .blms-navbar-default .navbar-center li a:link, .blms-navbar-default .navbar-center li a:visited {
        margin: 30px 10px 0px 10px;
    }
    .blms-navbar-default .navbar-center > .dropdown a {
        padding: 31px 10px !important;
    }
    .blms-navbar-default .navbar-right a, .blms-navbar-default .navbar-right a:link, .blms-navbar-default .navbar-right a:visited {
        margin-top: 31px;
    }
    .blms-navbar-default .navbar-center {
        padding-left: 200px;
    }
    .blms-navbar-default .navbar-brand, .blms-navbar-default .navbar-right {
        max-width: 60%;
    }
}
@media(max-width: 1140px) {
    .blms-navbar-default .navbar-center li a, .blms-navbar-default .navbar-center li a:link, .blms-navbar-default .navbar-center li a:visited {
        text-transform: none;
    }
}
@media(max-width: 1020px) {
    .blms-navbar-default .navbar-center li a, .blms-navbar-default .navbar-center li a:link, .blms-navbar-default .navbar-center li a:visited {
        margin: 30px 6px 0px 6px;
    }
}
@media(max-width: 960px) {
    .blms-navbar-default .navbar-center li a, .blms-navbar-default .navbar-center li a:link, .blms-navbar-default .navbar-center li a:visited {
        margin: 24px 5px 0px 5px;
    }
    .blms-navbar-default .navbar-center > .dropdown a {
        padding: 15px 20px !important;
    }
    .blms-navbar-default .navbar-right a, .blms-navbar-default .navbar-right a:link, .blms-navbar-default .navbar-right a:visited {
        margin-top: 26px;
    }
    .blms-navbar-default .navbar-center {
        padding-left: 160px;
    }
    .blms-navbar-default .navbar-brand, .blms-navbar-default .navbar-right {
        max-width: 50%;
    }
}
@media (max-width: 991px) {
    .big-sponsor img {
        margin-bottom: 40px;
    }
    .small-sponsor img {
        margin: 20px auto;
    }
    .entrant {
        border: none !important;
        padding: 30px !important;
        margin: 0px 0px 30px 0px !important;
        right: 0px !important;
        left: 0px !important;
    }
    .year-navigation, .entrant:before, .entrant:after, .entrant .year-bubble {
        display: none !important;
    }
}
@media (max-width: 900px) {
    body {
        padding-top: 70px;
    }
    .menu-item-nav-button a {
        background: #AE2229 !important;
        padding: 10px 40px !important;
        border-radius: 0px;
        line-height: 1 !important;
        border: none !important;
        margin-top: 0px !important;
    }
    .navbar-header {
        position: relative;
        z-index: 99;
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
        overflow-y: scroll !important;
    }
    .navbar-collapse.collapse {
        display: none!important;
        border-color: #000;
        padding: 0px !important;
    }
    .navbar-collapse.collapse.in {
        z-index: 9;
        display: block !important;
        border-color: #000;
        padding: 0px !important;
        border-bottom: 1px solid #000;
    }
    .navbar-collapse.collapsing {
        border-color: #000 !important;
        padding: 0px !important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .blms-navbar-default .navbar-center {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        padding-left: 0px;
        margin: 0px;
    }
    .blms-navbar-default .navbar-center li {
        display: block;
    }
    .blms-navbar-default .navbar-right {
        display: none;
    }
    .blms-navbar-default .navbar-center li a, .blms-navbar-default .navbar-center li a:link, .blms-navbar-default .navbar-center li a:visited {
        margin: 0px;
        padding: 15px 20px !important;
        border-color: #000 !important;
        border-top: none !important;
        border-bottom: 1px solid #000 !important;
        text-transform: uppercase;
    }
    .blms-navbar-default .navbar-center > li.active > a {
        border-color: #000 !important;
        border-top: none !important;
        background: rgba(255, 255, 255, .05);
    }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .blms-navbar-default .navbar-center > li.active > a:hover {
        border-color: #000 !important;
        border-top: none !important;
        background: #000 !important;
        color: #FFF !important;
        opacity: 1;
    }
    .navbar-brand > img {
        max-height: 40px;
    }
    .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        margin: 18px 20px 18px 0px !important;
        background-color: #AE2229;
        border-color: #000 !important;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.30), inset 0 15px 17px rgba(255, 255, 255, 0.30), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
        color: #FFF;
        opacity: 1;
        -webkit-transition: all .3s;
        transition: all .3s;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #000;
    }
    .navbar-default .navbar-toggle:hover {
        opacity: .75;
    }
    .blms-navbar-default .navbar-center > .dropdown .dropdown-menu {
        position: relative !important;
        top: 0px !important;
        left: 0px !important;
        opacity: 1 !important;
        visibility: visible !important;
        background: rgba(255, 255, 255, .05) !important;
        padding: 0px;
        float: none;
        border: none !important;
        min-height: 0px !important;
    }
    .blms-navbar-default .navbar-center > .dropdown .dropdown-menu li {
        width: 100%;
    }
    .blms-navbar-default .navbar-center > .dropdown .dropdown-menu li a {
        border-right: none !important;
        text-overflow: ellipsis;
        overflow: hidden;
        padding: 15px 40px !important;
    }
    .blms-navbar-default .navbar-center > .dropdown .dropdown-menu li a:hover {
        background: #000;
        color: #FFF;
    }
    .blms-navbar-default .navbar-center > .dropdown:hover a {
        background: transparent;
        color: #FFF;
        text-shadow: none;
    }
    .menubar-widgets {
        display: none !important;
    }
    .race-timer .time-field .subscript {
        font-size: 8px;
    }
    .site-footer .right {
        margin-top: 30px !important;
    }
    .site-footer .right .icon {
        width: 40%;
        float: left;
        margin: 4%;
        min-height: 75px;
        height: auto !important;
        line-height: 75px !important;
    }
    .footer-logos .footer-logo-wrapper {
        width: 40%;
        margin: 4%;
        padding: 0px !important;
        float: left;
    }
    .carousel-caption {
        top: 0px !important;
        width: 100% !important;
        bottom: auto !important;
    }
    .carousel-caption .caption-title {
        font-size: 21px !important;
        text-align: left !important;
    }
    .carousel-caption .caption-description {
        font-size: 14px !important;
        text-align: justify !important;
    }
    .slideshow .item .btn {
        font-size: 12px !important;
    }
    .slideshow .item.center .carousel-caption {
        right: 0px;
    }
    .content-area .entry-title {
        font-size: 21px;
    }
    .content-area h1, .content-area h2, .content-area h3, .content-area h4, .content-area h5, .content-area h6 {
        font-size: 18px;
    }
    .content-area p, .content-area li {
        font-size: 14px;
    }
    .content-area ul li:before {
        top: 5px;
        left: 9px;
    }
    .widget-area .race-timer {
        padding: 10px;
    }
    .event {
        min-height: 195px;
    }
    .event .date {
        margin: 0px 15px 15px 15px;
    }
    .event .info {
        top: 60px;
    }
    .event .info .title {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .event.active .info {
        top: 61px;
    }
    .event.active .info .title {
        white-space: normal;
        overflow: visible;
        text-overflow: ellipsis;
    }
    .event .learn-more {
        top: -44px;
    }
    .event.active .learn-more {
        top: 0px;
    }
    .event .info .info-container .title {
        font-size: 18px;
    }
    .event .info .info-container p {
        font-size: 14px;
    }
    .sponsor-page .entry-title, .stacked-title .entry-title {
        padding: 0px;
    }
    .share-buttons {
        top: 0px;
        right: 0px;
    }
    .blog-posts {
        margin-bottom: 0px;
    }
    .blog-post {
        margin-bottom: 40px;
    }
    .single .share-links {
        overflow: hidden;
    }
    .single .share-links > div {
        width: 50%;
        float: left;
    }
    .popup .email-form-wrapper .email-form, .link-popup .link-modal-wrapper .link-modal, .optin-popup .optin-form-wrapper .optin-form {
        overflow: scroll;
        margin-top: 0px;
    }
    .popup .email-form-wrapper .email-form .close, .link-popup .link-modal-wrapper .link-modal .close, .optin-popup .optin-form-wrapper .optin-form .close {
        left: 1%;
    }
    .single .newer-posts .post-info, .single .older-posts .post-info {
        display: none;
    }
    .older-posts a, .newer-posts a {
        padding: 10px 5px;
        font-size: 28px;
    }
    .event .learn-more {
        margin: 0px 15px;
    }
    .event .learn-more .btn {
        width: 100%;
    }
    .sponsors {
        display: none;
    }
    .sponsor-form h3 {
        font-size: 16px;
    }
    .sponsor-form h4 {
        font-size: 12px;
    }
    body #page .sponsor-form ul li, body #page .sponsor-form ul li span {
        display: block !important;
        float: none !important;
        width: 100% !important;
    }
    body #page .sponsor-form ul li {
        width: 100% !important;
    }
    .page-id-6020 .position,
    .page-id-6020 .position:nth-child(3n+2){
        float: none;
        width: 100%;
        margin: 20px 0px 20px 0px !important;
    }

    .page-splash-image {
        background: transparent;
        min-height: 0px;
        margin: 0px;
    }
}
.sponsor-form ul li:before {
    display: none;
}

#page .sponsor-form h2.gsection_title {
    color: #fff;
    padding: 20px !important;
}

#page .sponsor-form select#input_9_4_4 {
    background: transparent;
    border-radius: 0px;
    border: none;
    background: #222;
    border: 10px solid #222;
    display: block;
    margin-bottom: 10px;
    padding: 0;
    line-height: 1;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 2px;
    color: #FFF;
    outline: none;
    width: 100% !important;
}

#page-id-6274 .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.no_last_name span, .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span, .gform_wrapper .ginput_complex.ginput_container.no_first_name.has_middle_name.has_last_name span {
    width: 48.5% !important;
}

#post-6274 div#input_9_1 {
    height: 52px;
}

.job_listings .job_listing .meta .date {
    display: none !important;
}