h1, h2, h3, h4, h5, h6, p, body {
    margin: 0px;
    padding: 0px;
}
body {
    font-family: 'source_sans_proregular', open_sansregular, Arial;
    font-size: 14px;
    line-height: 17px;
    color: #474645;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #ffffff;
}
h1, h2, h3, h4, h5, h6, h1 b {
    font-weight: normal;
    font-family: 'source_sans_prolight', source_sans_prolight, Arial;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0.05em;
}

strong, b, .bold {
    font-family: 'source_sans_probold', source_sans_probold, Arial;
    font-weight: normal;
}
em, i, .italic {
    font-style: normal;
    font-family: 'source_sans_proitalic', source_sans_proitalic, Arial;
}
strong em, b em, .bold em,
strong i, b i, .bold i,
strong .italic, b .italic, .bold .italic {
    font-family: 'source_sans_probold_italic', source_sans_probold_italic, Arial;
}

.normal {
    font-family: 'source_sans_proregular', source_sans_proregular, Arial;
}
.clear,
.ie7clear {
    clear: both;
}
.ie7clear {
    display: none;
    #display: block;
}
.clear-left {
    clear: left;
}
.clear-right {
    clear: right;
}
a {
    color: #ffffff;
    text-decoration: none;
}
a, a:hover, a:active, a:focus {
    outline: 0;
}
a:hover {
    color: ;
}
img {
    max-width: 100%;
    height: auto;
}
iframe {
    width: 100%;
    background-color: transparent;
    border: 0px none;
}
#stwrapper {
    display: none!important;
}
.showonmobile,
.showontablet {
    display: none!important;
}
@media only screen and (max-width: 1024px) {
    .hideontablet {
        display: none!important;
    }
    .showontablet {
        display: block!important;
    }
}
@media only screen and (max-width: 480px) {
    .hideonmobile {
        display: none!important;
    }
    .showonmobile {
        display: block!important;
    }
}

/* Wrappers */
.outer_wrapper {
    position: relative;
    text-align: center;
    min-width: 960px;
    z-index: 20;
    padding-top: 40px;
    padding-bottom: 40px;
}
.inner_wrapper,
.full_inner_wrapper {
    position: relative;
    margin: auto;
    width: 960px;
}
.full_inner_wrapper {
    width: 100%;
}
@media only screen and (max-width: 1600px) {
    .full_inner_wrapper_with_mob_padding {
        width: 96%!important;
        padding-left: 2%;
        padding-right: 2%;
    }
}
@media only screen and (max-width: 1024px) {
    .inner_wrapper,
    .fake_inner_wrapper {
        width: 96%!important;
        padding-left: 2%;
        padding-right: 2%;
    }
    .inner_wrapper.full_inner_wrapper {
        width: 100%!important;
        padding-left: 0px;
        padding-right: 0px;
    }
    .outer_wrapper {
        min-width: 0px!important;
    }
}

/* Begin Re-usable */
.boxshadow {
    -webkit-box-shadow: 2px 10px 40px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 10px 40px -8px rgba(0,0,0,0.75);
    box-shadow: 2px 10px 40px -8px rgba(0,0,0,0.75);
}
* + p {
    padding-top: 20px;
}
/* EO Re-usable */

/* Intro Wrapper */
#intro_wrapper {
    background-color: #474645;
    color: #ffffff;
    padding-top: 0px;
    padding-bottom: 0px;
    z-index: 100;
}
#intro_content {
    position: relative;
    top: 50%;
    left: 0px;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 0px\9;
    left: 0px\9;
    text-align: center;
}
#intro_wrapper h1 {
    text-align: center;
    font-size: 90px;
    line-height: 90px;
    padding-bottom: 100px;
    opacity: 0;
    padding-left: 2%;
    padding-right: 2%;
}

#intro_wrapper h1 span {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 20px;
    font-family: 'source_sans_proextralight', source_sans_proextralight, Arial;
    opacity: 0;
}
@media only screen and (max-width: 800px) {
    #intro_wrapper h1 {
        font-size: 50px;
        line-height: 50px;
    }
}

#navigation {
    position: absolute;
    top: 70%;
    left: 0px;
    width: 100%;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'source_sans_prolight', source_sans_prolight, Arial;
    opacity: 0;
    background-color: #474645;
}
#navigation_inner {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 2%;
    padding-right: 2%;
}
#navigation a {
    padding-left: 8px;
    padding-right: 8px;
    position: relative;
    display: inline-block;

    margin-top: 4px;
    margin-bottom: 4px;
}
#navigation a:hover {
    text-decoration: underline;
}
/* EO Intro Wrapper */

/* Video Wrapper */
#video_wrapper {
    background-color: #5B0101;
    color: #ffffff;
}
#video {
    position: relative;
}
#video img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}
#video iframe {
    position: absolute;
    left: 17%;
    top: 7.3%;
    width: 66%;
    height: 49.6%;
}
/* EO Video Wrapper */

/* Begin Messages Wrapper */
#messages {
    position: relative;
    padding-top: 40px;
}
#messages .message_holder {
    position: relative;
    display: none;
    clear: both;
}
#messages .message {
    position: relative;
    float: left;
    clear: both;
    padding-bottom: 10px;
    max-width: 75%;
    text-align: left;
}
#messages .message2 {
    float: right;
    text-align: right;
}
#messages .message .message_box {
    position: relative;
    border: 1px solid #ccc;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-align: left;
}
#messages .message .message_box .message_inner {
    padding: 20px;
    font-size: 16px;
    line-height: 20px;
    word-wrap: break-word;
}
#messages .message .message_author {
    position: relative;
    display: inline-block;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
}
#messages .message .message_author b {
    position: absolute;
    top: -1px;
    left: 50%;
    margin-left: -12px;
    width: 23px;
    height: 12px;
    background-image: url(../images/message-arrow.png);
    background-repeat: no-repeat;
}


#messages .event {
    position: relative;
    padding-bottom: 20px;
    clear: both;
}
#messages .event img {
    position: relative;
    display: block;
    margin: auto;
    margin-bottom: 8px;
}
#messages .event strong {
    font-size: 16px;
    font-family: 'source_sans_prolight', source_sans_prolight, Arial;
}
#messages .event .large {
    position: relative;
    display: block;
    font-size: 110px;
    line-height: 110px;
    margin: auto;
}

#messages .day {
    position: relative;
    margin-top: 15px;
    margin-bottom: 45px;
    height: 1px;
    background-color: #ccc;
    clear: both;
}
#messages .day span {
    position: relative;
    display: inline-block;
    background-color: #ffffff;
    padding: 10px;
    margin: auto;
    top: -18px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 18px;
}

#load_more_messages {
    position: relative;
    display: block;
    margin: auto;
    cursor: pointer;
}
#load_more_messages span {
    position: relative;
    display: block;
    font-size: 50px;
    line-height: 50px;
}
/* EO Messages Wrapper */

/* Forms */
.action_holder {
    position: relative;
    padding-top: 20px;
}
.action_holder .action_holder_content {
    position: relative;
    display: none;
}
.action_holder .button,
.action_holder .submit {
    position: relative;
    border: 0px none;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    padding: 10px;
    background-color: #5B0101;
    color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 10px;
}
.action_holder label {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 18px;
    padding-bottom: 8px;
}
.action_holder .text,
.action_holder textarea,
.action_holder select {
    position: relative;
    display: block;
    margin: 0px;
    padding: 8px;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 20px;
    line-height: 24px;
    height: 24px;
    margin: auto;
    width: 80%;
    margin-bottom: 12px;
    text-align: center;
    color: #474645;
}
.action_holder textarea {
    height: 192px;
}
.action_holder select {
    height: auto;
}

.action_holder .column {
    position: relative;
    float: left;
    width: 48%;
}
.action_holder .column + .column {
    float: right;
}
@media only screen and (max-width: 800px) {
    .action_holder .column {
        float: none!important;
        width: auto;
    }
}

/* EO forms */

/* Pictures */
#pictures_wrapper {
    background-color: #474645;
    color: #ffffff;
}
#pictures {
    position: relative;
    padding-top: 30px;
}
#pictures .picture {
    position: relative;
    float: left;
    max-width: 48%;
    margin-top: -20px;
}
#pictures .picture img {
    position: relative;
    display: block;
    margin-top: -20px;
}
#pictures .picture span {
    position: relative;
    display: inline-block;
    padding: 5px;
    background-color: #ffffff;
    color: #474645;
    z-index: 30;
}
/* EO Pictures */

/* Begin SUDEP */
#sudep_wrapper {

}
#sudep_wrapper h2 {
    padding-bottom: 20px;
}
#sudep_buttons {
    position: relative;
    padding-top: 20px;
}
#sudep_buttons a {
    position: relative;
    border: 0px none;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    padding: 10px;
    background-color: #5B0101;
    color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 20px;
    margin-left: 8px;
    margin-right: 8px;
}
/* EO SUDEP */