﻿@charset "utf-8";

/* ------------------------------------------
  RESET
--------------------------------------------- */

body, div,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, dl, dt, dd, ol, ul, li, hr,
fieldset, form, label, legend, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section,
summary, hgroup {
    margin: 0;
    padding: 0;
    border: 0;
}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

@font-face {
	font-family: 'gothic';
	src: url('gothic.eot');
	src: local('gothic'), url('gothic.woff') format('woff'), url('gothic.ttf') format('truetype');
}

/* ------------------------------------------
    BASE DEMO STYLES
--------------------------------------------- */

body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    color: #000;
    background: #FFF;
    font: normal 100%/1.5 'gothic', verdana, arial, sans-serif;
}

button {
    background-color: transparent;
    -webkit-appearance: button;
    cursor: pointer;
}

h1 {
    font-size: 1.875em;
    margin-bottom: 10px !important;
}
h2 {
    font-size: 1.625em;
    margin-bottom: 5px !important;
}
p {
    margin-bottom: 15px;
}

.form_style {
    margin: 0 auto;
}
.form_label {
    padding: 1%;
    float: left;
    width: 48%;
    text-align: right;
}
.form_field {
    padding: 1%;
    float: left;
    width: 48%;
    text-align: left;
}
.form_field input[type='text'] {
    width: 100%;
    max-width: 300px;
}
.form_field input[type='email'] {
    width: 100%;
    max-width: 300px;
}
.form_field input[type='radio'] {
    float: left;
    margin: 5px 5px 0 0;
}
.radio_label {
    float: left;
    margin: 0 20px 0 0;
}
.form_field input[type='checkbox'] {
    float: left;
    margin: 5px 5px 0 0;
}
.form_field textarea {
    width: 100%;
    max-width: 300px;
}
.form_submit {
    padding: 1%;
    width: 98%;
    text-align: center;
}

#header {
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
.header_left {
    display: none;
}
.header_std {
    width: 50%;
    height: 150px;
    float: left;
}
.header_main_inner a, .header_wss_inner a, .header_rising_inner a, .header_hof_inner a, .header_awards_inner a {
    display: block;
    width: 100%;
    height: 100%;
}

#banner {
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
#banner_content {
    width: 100%;
    float: left;
}
#banner_right {
    display: none;
}
#banner_container {
    margin: 25px;
}
#banner_title a {
    font-family: 'Raleway', sans-serif;
    font-size: 1.5em;
    margin-bottom: 10px;
    text-decoration: none;
}
#banner_blurb a {
    text-decoration: underline;
}
#banner_blurb a:hover {
    text-decoration: none;
}

.content {
    width: 100%;
}
.page_image {
    width: 100%;
    height: 150px;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
    background-position: center;
    background-size: cover;
}
.page_image img {
    width: 100%;
    position: absolute;
}
.page_image_title_container {
    position: absolute;
    top: 25px;
}
.page_image_title_end {
    position: absolute;
    height: 55px;
    width: 35px;
}
.page_image_title {
    margin-left: 25px;
    padding-right: 30px;
    transform: skew(-7deg); 
    -o-transform: skew(-7deg); 
    -moz-transform: skew(-7deg); 
    -webkit-transform: skew(-7deg);
}
.page_image_title a {
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 1.5em;
    height: 55px;
    line-height: 55px;
    text-decoration: none;
    transform: skew(7deg) !important; 
    -o-transform: skew(7deg) !important; 
    -moz-transform: skew(7deg) !important; 
    -webkit-transform: skew(7deg) !important;
}

.sidebar {
    display: none;
}
.main a {
    color: #003063;
    text-decoration: underline;
}
.main a:hover {
    text-decoration: none;
}
.main ul {
    margin: 0 0 15px 30px;
}
.main article {
    float: left;
    width: 100%;
    padding: 10px 0 5px 0;
    margin-top: 10px;
    border-top: 1px solid #CCC;
}
.home {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
.home article {
    float: left;
    width: 100%;
    padding: 10px 0 5px 0;
    margin-top: 10px;
    border-top: 1px solid #CCC;
}
.home article h2 {
    font-size: 1.25em;
}
article h2 a {
    color: #000 !important;
    text-decoration: none !important;
}

#map {
    width: 100%;
    height: 300px;
}
#side_bar {
    width: 100%;
    float: left;
}
.map_link {
    float: left;
    width: 47%;
    padding: 15px 3% 0 0;
}
#side_bar div:nth-of-type(even) {
    padding-right: 0 !important;
    padding-left: 3%;
}
#side_bar div:nth-of-type(2n+3) {
    clear: left;
}

.home .facebook_box {
    display: none;
}

.how_table {
    margin-bottom: 1em;
    font-size: 0.875em;
}
.how_table th {
    width: 35px;
    white-space: nowrap;
    padding: 5px;
    text-align: center;
    font-weight: bold;
    background-color: #000;
    color: #FFF;
}
.how_table td {
    padding: 5px;
    text-align: center;
    border-bottom: 1px dotted #555;
}
.how_table .no_border {
    border-bottom: none;
}

#footer {
    width: 100%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 0.75em;
    margin-top: 20px !important;
}

/* For devices smaller than 720px */
@media (max-width: 720px) {
    #banner img {
        float: left;
        width: 100%;
    }
    .main {
        width: 95%;
        margin: 0 auto;
    }
    .home article {
        width: 94%;
        padding-left: 3%;
        padding-right: 3%;
    }
    .home article:nth-of-type(1) {
        border-top: none;
    }
}

/* For devices larger than 720px */
@media (min-width: 720px) {
    #header, .home {
        width: 95%;
    }

    .header_left {
        display: block;
        position: absolute;
        left: 0;
        width: 4%;
        height: 120px;
    }
    .header_std {
        width: 15%;
        height: 120px;
        margin: 0 7px 0 0;
        white-space: nowrap;
        transform: skew(-7deg); 
        -o-transform: skew(-7deg); 
        -moz-transform: skew(-7deg); 
        -webkit-transform: skew(-7deg);
    }

    #banner {
        height: 300px;
        overflow: hidden;
    }
    #banner img {
        height: 100%;
        min-width: 50%;
        position: absolute;
    }
    #banner_right {
        display: block;
        position: absolute;
        right: 0;
        width: 3%;
        height: 100%;
    }
    #banner_content {
        width: 52%;
        height: 100%;
        float: right;
        transform: skew(-7deg); 
        -o-transform: skew(-7deg); 
        -moz-transform: skew(-7deg); 
        -webkit-transform: skew(-7deg);
    }
    #banner_container {
        margin-top: 50px;
    }
    #banner_title {
        transform: skew(7deg) !important;
        -o-transform: skew(7deg) !important;
        -moz-transform: skew(7deg) !important;
        -webkit-transform: skew(7deg) !important;
    }
    #banner_title a{
        font-size: 1.625em;
    }
    #banner_blurb {
        transform: skew(7deg) !important;
        -o-transform: skew(7deg) !important;
        -moz-transform: skew(7deg) !important;
        -webkit-transform: skew(7deg) !important;
    }

    .page_image {
        height: 250px;
    }
    .page_image_title_container {
        top: 50px;
    }
    .page_image_title a {
        font-size: 1.625em;
    }

    .content {
        width: 95%;
        max-width: 1400px;
        margin: 0 auto;
    }
    .sidebar {
        display: block;
        width: 300px;
        margin-right: 25px;
        float: left;
    }
    .sidebar ul {
        list-style: none;
    }
    .sidebar a {
        display: block;
        width: 290px;
        min-height: 20px;
        padding: 12px 0 12px 10px;
        font-weight: bold;
        text-decoration: none;
        border-bottom: 1px solid rgba(255,255,255, .15);
    }
    .sidebar .has-child ul {
        display: none;
    }
    .sidebar .active ul {
        display: block !important;
    }
    .sidebar .active-child ul {
        display: block !important;
    }
    .sidebar .has-child .sub-menu a {
        width: 275px;
        padding-left: 25px !important;
    }
    .sidebar .sub-menu {
        margin-bottom: 30px;
    }
    .sidebar .sub-menu .sub-menu {
        margin-bottom: 0;
    }
    .sidebar_contact {
        width: 270px;
        padding: 15px 15px 0 15px;
        font-size: 0.9375em;
    }
    .sidebar_contact a {
        width: 270px;
        height: initial;
        line-height: initial;
        padding-left: 0;
        font-weight: normal;
        border-bottom: none;
    }
    .sidebar_contact a:hover {
        text-decoration: underline;
    }

    .main {
        margin-left: 325px;
    }

    .home article {
        width: 47%;
    }
    .home article:nth-of-type(odd) {
        padding-left: 0;
        padding-right: 3%;
    }
    .home article:nth-of-type(even) {
        padding-left: 3%;
        padding-right: 0;
    }
    .home article:nth-of-type(1) {
        border-top: none;
    }
    .home article:nth-of-type(2) {
        border-top: none;
    }
    .home article:nth-of-type(2n+3) {
        clear: both;
    }

    #footer {
        width: 95%;
        max-width: 1400px;
        margin: 0 auto;
    }
}

/* For devices larger than 1150px */
@media (min-width: 1150px) {
    .header_left {
        height: 150px;
    }
    .header_std {
        height: 150px;
    }

    #banner {
        height: 450px;
    }
    #banner_container {
        margin: 100px 35px 35px 35px;
    }

    .page_image {
        height: 350px;
    }
    .page_image_title_container {
        top: 100px;
    }

    .main article {
        width: 47%;
        padding-right: 3%;
    }
    .main article:nth-child(odd) {
        padding-right: 0 !important;
        padding-left: 3%;
    }
    .main article:nth-child(2n+4) {
        clear: left;
    }
    #map {
        height: 400px;
    }

    .home article {
        width: 31%;
    }
    .home article:nth-of-type(odd) {
        padding-left: 0;
        padding-right: 3%;
    }
    .home article:nth-of-type(even) {
        padding-left: 0;
        padding-right: 0;
        margin-right: 3%;
    }
    .home article:nth-of-type(1) {
        border-top: none;
    }
    .home article:nth-of-type(2) {
        border-top: none;
    }
    .home article:nth-of-type(2n+3) {
        clear: left;
    }
    .home .facebook_box {
        display: block;
        margin-top: 25px;
        float: right;
        width: 32%;
        height: 870px;
    }
}

.ticket_title {
    width: 49%; 
    float: left;
    text-align: right; 
    margin: 0 1% 10px 0;
}
.ticket_item {
    float: left;    
    margin-bottom: 10px;
}
.ticket_item_nowidth {
    float: left;    
    margin-bottom: 10px;
}
.ticket_button {
    min-width: 150px;
    margin-left: 45%;
    margin-bottom: 30px;
}

.required_field {
    /*border: 1px solid black;*/
    float: left;
    margin-left: 0.5em;
    font-size: 0.7em;
    color: #FF0000;
}

.error_message {
    /*border: 1px solid black;*/
    border: 0;
    float: left;
    margin: 0 0 0 0.5em;
    font-size: 0.8em;
    padding: 0.1em 0 0 0;
    color: #FF0000;
}
.error_radio {
    /*border: 1px solid black;*/
    float: left;
    margin-left: 0.5em;
    font-size: 0.8em;
    padding-top: 0.3em;
    color: #FF0000;
}

.popup {
  display: none;
  position: fixed;
  padding: 10px;
  width: 280px;
  left: 50%;
  margin-left: -150px;
  height: 230px;
  top: 50%;
  margin-top: -180px;
  background: #EEE;
  z-index: 20;
}
#popupProcessing:after {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.5);
  z-index: -2;
}
#popupResult:after {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.5);
  z-index: -2;
}
#popupProcessing:before{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #FFF;
  z-index: -1;
}
#popupResult:before{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #FFF;
  z-index: -1;
}

.clearfloat, .clear_float { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the .container) if the .footer is removed or taken out of the .container */
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}