* {
    margin: 0px;
    padding: 0px;
}
@font-face {
    font-family: 'BebasNeue';
    src: url("/BebasNeue.eot#iefix") format('embedded-opentype'),
    	 url('/BebasNeue.woff') format('woff'), 
    	 url('/BebasNeue.otf') format('opentype'), 
    	 url('/BebasNeue.svg#svgFontName') format('svg'),
		 url('/BebasNeue.ttf') format("truetype");
}
body {
    background: #000; 
    color: #000;
    font-family: Helvetica, Arial, 'Open Sans Condensed', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

ul {
    list-style: none;
}
.clear {
    clear: both;
    height: 1%;
}
a {
    color:#000;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.wrapper {
    background: url(../images/backgrounds/background.jpg) no-repeat top center;
    width: 952px;
    margin: 0 auto;
    min-height: 636px;
    position: relative;
    overflow: hidden;
}
.subpage .wrapper {
    background: url(../images/backgrounds/bg-sub.jpg) no-repeat top center #fff;
}
header {
    border-top:1px solid #ddd;
    margin: 0 auto;
    height: 65px;
    padding: 25px 0 0 0;
    width: 952px;
}
.subpage header {
    height: 150px;
} 
.logo {
    position: absolute;
    background: url(/images/logo-mark.png) no-repeat;
    width: 310px;
    height: 123px;
    text-indent: -9999px;
    top:0;
    left: 25px;
} 
h2 {
    font-size: 24px;
}
h3 {
    font-size: 18px;
}
nav {
    position: absolute;
    top: 0;
    right: 0;
    padding: 7px 8px 4px 8px;
    width: 488px;
    background: #000;
}
nav ul {
    
}
nav ul li {
    float: left;
    padding: 0 5px 0 0;
}
nav ul li a {
    color: #fff;
    padding: 4px 5px;
    text-transform: uppercase;
    font-family: 'BebasNeue', sans-serif;
    /* font-family: 'Oswald', sans-serif; */
    font-weight: 400;
    font-size: 16px;
}
nav ul li.contact {
    padding: 0;
}
nav ul li.contact a {
    padding: 4px 0 4px 5px;
}
nav ul li.contact span {
    color: #000;
    margin: 0;
}
nav ul li.fb {
    margin: -2px 0 0 10px;
    padding: 0;
}
nav ul li.tw {
    margin: -2px 0 0 0;
}
nav ul li a.facebook {
    background: url(../images/buttons/sprite.png) no-repeat;
    height: 20px;
    width: 23px;
    display: inline-block;
    background-position: 0 -27px;
    text-indent: -9999px;
    padding:0 0 5px 10px;
}
nav ul li a.twitter {
    background: url(../images/buttons/sprite.png) no-repeat;
    height: 20px;
    width: 23px;
    display: inline-block;
    background-position: 0 0;
    text-indent: -9999px;
    padding:0 0 5px 5px;
}
nav ul li span {
    color: #fff;
    font-size: 18px;
}
nav ul li .subnav {
    position: absolute;
    top:-999em;           
    left:-9999em;
    background: #000;
    background: rgba(0,0,0,.5);
    width: 95px;
    padding: 10px;
}
nav li:hover ul, #nav li.over ul { 
    left:122px;
    top: 33px;
}
nav ul li .subnav li {
    float: left;
    width: 100px;
    clear: left;
    padding: 0 0 5px 0;
}
nav ul li .subnav li a {
    font-family: 'BebasNeue', sans-serif;
    color:#fff;
}
nav ul li .subnav li a:hover {
    color: #eb0000;
}
section {
    margin: 0 auto;
    /* overflow: hidden; */
    width: 952px;
}
/* band section */
.band-section {
    background: #000;
    background: rgba(0,0,0,.5); 
    margin: 180px 0 0 0;
    width: 100%;
    height: 153px; 
}
.band-section h1 {
    text-align: center;
    font-size: 39px;
    line-height: 49px;
    color: #fff;
    padding: 16px 0 0 40px;
    text-transform: uppercase;
    font-family: 'BebasNeue', sans-serif;
    /* font-family: 'Oswald', sans-serif; */
    font-weight: 700;
}
.band-section h1 span {
    color: #eb0000;
}
.band-section h2 {
    text-transform: uppercase;
    color: #fff;
    float: left;
    line-height: 24px;
    margin: 6px 0 0 290px;
    font-weight: normal;
}
.band-section h2.thanks {
    text-transform: none;
    margin: 2px 0 0 100px;
    font-size: 18px;
}
.band-section h3 {
    color: #fff;
    text-align: center;
    font-weight: normal;
    font-size: 22px;
    line-height: 40px;
}
.band-section input {
    float: left;
    padding: 0 0 0 10px;
    height: 22px;
    border: 1px solid #eee;
    border-color: #777;
    text-shadow: none;
    color: #999;
    font-size: 12px;
    font-weight: bold;
    width: 170px;
    margin: 4px 0 0 10px;
}
.band-section input#mc-embedded-subscribe {
    background: none;
    text-transform: uppercase;
    border:1px solid #eb0000;
    width:86px;
    display: inline-block;
    color: #eb0000;
    font-weight: bold;
    padding: 0;
    cursor: pointer;
}
.band-section input#mc-embedded-subscribe:hover {
    color: #fff;
    border-color: #fff;
}
/* state section */
.state-section {
    margin:133px 0 0 25px;
}
.state-section .state-box {
    background: #fff;
    background: rgba(255,255,255,.7);
    float: left;
    margin: 0 28px 0 0;
    height: 100px;
    width: 208px;
}
.state-section .state-box.last {
    margin: 0;
}
.state-section .state-box h2 {
    font-family: 'BebasNeue', sans-serif;
    /* font-family: 'Oswald', sans-serif; */
    font-weight: 700;
    padding: 7px 0 0 10px;
    color: #000;
    font-size: 23px;
    line-height: 30px;
    text-transform: uppercase;
}
.state-section .state-box h3 {
    font-family: 'BebasNeue', sans-serif;
    /* font-family: 'Oswald', sans-serif; */
    font-weight: 400;
    color: #57798a;
    text-transform: uppercase;
    font-size: 20px;
    padding: 0 0 0 30px;
}
.state-section .state-box a {
    background: #fff;
    color: #eb0000;
    text-transform: uppercase; 
    font-size: 11px;
    padding: 5px 0 4px 10px;
    margin: 7px 0 0 0;
    display: inline-block;
    font-weight: bold;  
}
.state-section .state-box a span {
    background: url(../images/buttons/sprite.png) no-repeat;
    width: 20px;
    display: inline-block;
    background-position: -3px -61px;
    text-indent: -9999px;
}

/* home copy */
section.home-copy {

}
section.home-copy p {
    color: #fff;
    line-height: 20px;
}
section.home-copy p a {
    color: #fff;
    text-decoration: underline;
}
section.home-copy p span {
    color: #eb0000;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'BebasNeue', sans-serif;
    font-size: 16px;
}
section.home-copy .left-column {
    float: left;
    width: 400px;
    padding: 25px 60px 0 70px;
}
section.home-copy .right-column {
    float: left;
    width: 380px;
    padding: 25px 0 0 0;
}
section.home-copy .right-column a {
    color: #eb0000;
}
section.home-copy .right-column a:hover {
    color: #ff0606;
}



/* subpage */
.subpage div.logo {
    /* display: none; */
}
.subpage .content {
    padding-top:35px;
}
.subpage .left-column {
    float: left;
    width: 210px;
    border-left:9px solid #8c6441;
    padding: 0 0 0 15px;
}
.subpage .left-column ul {

}
.subpage .left-column li {
    padding: 0 0 3px 0;
}
.subpage .left-column li a {
    font-family: 'BebasNeue', sans-serif;
    font-size: 19px;
}
.subpage .left-column li a:hover {
    color: #eb0000;
    text-decoration: none;
}
.subpage .left-column .secondary-nav .about-sub {
    padding: 0 0 5px 20px;
}
.subpage .left-column .secondary-nav .about-sub li {

}
.subpage .left-column .secondary-nav .about-sub li a {
    font-family: helvetica, arial, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
}
.subpage .left-column .secondary-nav .about-sub li a.locations {
    background: url(../images/arrow.png) no-repeat left 2px;
    padding-left: 15px;
}
.subpage .center-column {
    float: left;
    width: 460px;
    padding: 0 25px 0 0;
}
.subpage .center-column a {
   color: #eb0000;
   text-decoration: underline;
}

.subpage .center-column p {
    padding: 0 0 20px 0;
}
.subpage .center-column h1 {
    font-size: 30px;
    color: #eb0000;
    font-family: 'BebasNeue', sans-serif;
    margin: 0 0 10px 0;
    font-weight: normal;
}
.subpage .center-column h2 {
    font-family: 'arial narrow', arial, sans-serif;
    margin:0 0 20px 0;
    color: #58798a;
}
.subpage .right-column {
    float: left;
    width: 226px;
}
.subpage .right-column .sidebar {
    border: 1px solid #8c6441;
    border-top:20px solid #8c6441;
}
.subpage .right-column h3 {
    font-family: 'BebasNeue', sans-serif;
    font-weight: normal;  
    text-align: center;
    padding: 20px 0;
}
.subpage .right-column .sponsors h3 {
    padding: 50px 0 0 0;
}

/* footer */
footer {
    background: #57798a;
    clear: both;
    margin: 100px auto 0 auto;
    overflow: hidden;
    width: 912px;
    min-height: 197px;
    padding: 25px 20px;
    color: #fff;
}
.subpage footer {
    margin: 0 auto;
}
footer h4 {
    font-family: 'BebasNeue', sans-serif;
    /* font-family: 'Oswald', sans-serif; */
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 4px 0;
}
footer div.block {
    float: left;
    width: 164px;
    padding: 0 0 0 10px;
}
footer div.partner {
    width: 350px;
}
footer div.partner ul {
    width: 340px;
}
footer div.connect {
    width: 185px;
}
footer .connect input {
    padding: 0 0 0 10px;
    height: 28px;
    border: 1px solid #eee;
    border-color: #777;
    text-shadow: none;
    color: #999;
    font-size: 12px;
    font-weight: bold;
    width: 162px;
    margin: 18px 0 0 0;
}
footer ul {
    
}
footer ul li  {
    float: left;
    padding: 0 5px 0 0;
}
footer ul li,
footer ul li a {
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    font-family: helvetica, arial, sans-serif;
    line-height: 18px;
}
footer ul.terms {
    float: left;
    clear: left;
    margin: 45px 0 0 10px;
}
footer ul.terms li,
footer ul.terms li a {
    font-size: 11px;
    text-transform: none;
}
.sponsors {
    margin: 5px 0;
}



#cf {
  position:relative;
  height:65px;
  width:155px;
  margin:0 auto;
}

#cf img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}


  @keyframes cf3FadeInOut {
  0% {
  opacity:1;
}
45% {
opacity:1;
}
55% {
opacity:0;
}
100% {
opacity:0;
}
}

#cf3 img.top {
animation-name: cf3FadeInOut;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-duration: 10s;
animation-direction: alternate;
}



/* overrides */
#header.info[class] {
    display: none !important;
}
#header.info {
    display: none !important;
}


iframe[seamless] {
    border: none;
}