html, body {
    height: 100%;
}
.nowrap {
    white-space: nowrap;
}
#banner {
    width: 100%;
    min-height: 50vh;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
#banner .overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}
#banner .banner_image {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-position: 50% 25%;
    background-repeat: no-repeat;
    background-size: cover;
}
#banner .banner_caption {
    position: relative;
    z-index: 3;
    padding: 2rem 0;
    min-height: 480px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
#banner .banner_caption.isLive {
    min-height: 360px;
}

.banner_caption_element {
    display: block;
    width: 100%;
}
.banner_caption .event_date {
    background: #510000;
    display: inline-block;
    padding: 0.5em 1.5em 0.5em 0.5em;
    margin: 0;
    line-height: 1em;
    font-size: 1rem;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    text-shadow: none;
    z-index: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 92.5% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 92.5% 100%, 0% 100%);
    font-weight: 700;
}
.banner_caption_desc {
    margin: 2rem 0;
    color: #fff;
}
#banner .banner_caption .event_title {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: clamp(2rem, (1.5rem + 2vw), 3rem);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
#banner .banner_caption.isLive .event_title {
    margin: 2rem 0 0 0;
}
#banner .banner_caption .event_desc { 
    margin: 1rem 0 0 0;
    max-width: 40rem;
    font-weight: 700;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.section_header {
    padding: 0;
    margin: 0 0 3rem 0;
    overflow: hidden;
    position: relative;
}
.section_header .title {
    text-align: center;
    font-family: "Mulish", Arial, Helvetica, sans-serif;
    font-size: clamp(2rem, (1.75rem + 1vw), 2.5rem);
    font-weight: 500;
    color: #510000;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 100%;
}
.section_header .title span {
    display: inline-block;
    background-color: #fff;
    padding: 0 1rem;
    position: relative;
    z-index: 2;
}
.section_header .title:before,
.section_header .title:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 50%;
    height: 1px;
    background-color: #e7e4e2;
}
.section_header .title:before {
    left: 0;
}
.section_header .title:after {
    right: 0;
}

/* Countdown */
#countdown {
    padding: 0;
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 2;
    background: #510000;
    color: #fff;
}
#countdown_wrapper {
    padding: 1rem 0;
    position: relative;
    overflow: hidden;
}
#countdown_wrapper .column_group {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#countdown_wrapper .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#countdown_wrapper h2 {
    color: #fff;
    font-size: clamp(1.5rem, (1.35rem + 1.5vw), 3rem);
    text-align: center;
    margin: 0 auto;
}
.countdown_heading {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.countdown_heading h1,
.countdown_heading h2 {
    color: #fff;
    margin: 0;
    line-height: 1em;
    text-transform: uppercase;
    font-size: 3.998em;
    font-weight: 700;
    padding-bottom: 0.5rem;
}

@media screen and (max-width:1124px) {
    .countdown_heading h1,
    .countdown_heading h2 {
        font-size: 3.5em;
    }
    .counter {
        font-size: 0.925em;
    }
}

@media screen and (max-width:1024px) {
    .countdown_heading h1,
    .countdown_heading h2 {
        font-size: 2.75em;
    }
    .counter {
        font-size: 0.825em;
    }
}

@media screen and (max-width:540px) {
    .countdown_heading h1,
    .countdown_heading h2 {
        font-size: 2.25em;
    }
}

@media screen and (max-width:420px) {
    .countdown_heading h1,
    .countdown_heading h2 {
        font-size: 2em;
    }
    .counter {
        font-size: 0.75em;
    }
}

@media screen and (max-width:380px) {
    .countdown_heading h1,
    .countdown_heading h2 {
        font-size: 1.95em;
    }
    .counter {
        font-size: 0.5em;
    }
}

@media screen and (max-width:360px) {
    .countdown_heading h1,
    .countdown_heading h2 {
        font-size: 1.75em;
    }
    .counter {
        font-size: 0.5em;
    }
}

.countdown_date {
    line-height: 1em;
    color: #fff;
    text-align: center;
}

.counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -ms-flex-item-align: center;
    align-self: center;
    padding: 0.25em 0 0.75em 0;
}

.counter div {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 1em;
    min-width: 75px;
}

.count_value,
.count_label {
    display: block;
    text-align: center;
}

.count_value {
    color: #fff;
    font-size: 4em;
    line-height: 1em;
    font-weight: 700;
}

.count_label {
    color: #fff;
    text-transform: uppercase;
    font-size: .75em;
    line-height: 1em;
    padding-top: 0.25em;
    /*opacity: 0.5;*/
}

/* Events */
#events {
    padding-bottom: 1rem;
}
#events article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /*background: #f6f6f6;
    */-webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0;
    padding: 0 0 2rem 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    overflow: hidden;
}
#events figure {
    margin: 0;
    padding: 0;
    position: relative;
    background-color: #f6f6f6;
}
#events figure img {
    border-radius: 0 0 2rem 0;
    border-bottom: 3px solid #510000;
}
article .item_date {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    border-radius: 0px 3px 0 0;
    font-size: 1.25rem;
    padding: 0.5rem 1rem 0.25rem 1rem;
    text-transform: uppercase;
    color: #510000;
    font-weight: 700;
    background: #f6f6f6;
}
#events article .item_details {
    background: #f6f6f6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
            padding: 1rem;
    border-bottom: 3px solid #510000;
    border-radius: 0 0 4px 4px;
}
article .item_detail {
    margin-bottom: 1rem;
}

article .item_desc {
    position: relative;
    margin-top: 1.5rem;
}
article .item_desc .button {
    margin: 1rem 0;
    display: table;
}
article .item_desc_label {
    display: inline-block;
    font-size: 1rem;
    line-height: 1.5;
    -webkit-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
}
article .item_label {
    font-size: 16px;
    font-size: 0.925rem;
    line-height: 1.5;
    display: inline-block;
    margin: 0;
}
article .item_time {
    font-size: 16px;
    font-size: 0.925rem;
    line-height: 1.5;
    text-transform: uppercase;
    display: block;
    margin: 0;
}
article .item_title {
    margin: 0;
    font-size: 1.75rem;
    -webkit-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
    position: relative;
    font-family: "Arbutus Slab", Arial, Helvetica, sans-serif;
    font-weight: 400;
}
article .item_title:after {
    width: 28px;
    height: 3px;
    display: block;
    position: absolute;
    left: 0;
    bottom: -1.45rem;
    background: #FAA819;
    content: "";
}

#loginForm {
    width: 100%;
    padding: 3rem 1rem;
    max-width: 320px;
    margin: 0 auto;
}
#loginForm input[type="text"],
#loginForm input[type="email"],
#loginForm input[type="password"] {
    width: 100%;
    padding: 1rem;
    font-size: 16px;
    line-height: 1em;
    margin: 0 0 1.5em 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #bbb;
    border-radius: 0;
    outline: 0;
}
#loginForm #ss-submit,
#cboxLoginForm #ss-submit{
    display: table;
    margin: 1rem auto;
    font-size: 1rem;
    line-height: 1rem;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: background-color .2s ease-out, color .2s ease-out, border-color .18s ease-out;
    -o-transition: background-color .2s ease-out, color .2s ease-out, border-color .18s ease-out;
    transition: background-color .2s ease-out, color .2s ease-out, border-color .18s ease-out;
    text-decoration: none;
    text-align: center;
    border-radius: 0;
    padding: 0.75rem 2rem;
    cursor: pointer;
    min-width: 200px;
    border: 1px solid #510000;
    background-color: #510000;
    color: #fff;
}
#loginForm #ss-submit:hover,
#cboxLoginForm #ss-submit:hover{
    cursor: pointer;
    background: #fff;
    border: 1px solid #510000;
    color: #510000;
}
.login_notification {
    padding: 0.5rem 1rem;
    background: #fdb913;
    color: #222;
    font-size: 0.825rem;
}
#cboxEmbed span.required {
    margin-bottom: 1rem;
}
#cboxLoginForm {
    overflow: hidden;
}
#cboxLoginForm form {
    width: 100%;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    position: relative;
    background: #fff;
}
#cboxLoginForm label {
    font-size: 1em;
    width: 100%;
    float: left;
    clear: left;
    padding: 0;
    line-height: 1.5em;
    font-weight: normal;
}

#cboxLoginForm input[type="text"],
#cboxLoginForm input[type="email"],
#cboxLoginForm input[type="number"],
#cboxLoginForm select,
#cboxLoginForm .selectwrap {
    width: 100%;
    padding: 1rem;
    font-size: 16px;
    line-height: 1em;
    margin: 0 0 1.5em 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #bbb;
    border-radius: 0;
    outline: 0;
}

#cboxLoginForm .input_wrapper input[type="text"],
#cboxLoginForm .input_wrapper input[type="email"],
#cboxLoginForm .input_wrapper input[type="number"] {
    margin: 0 0 1.5em 0;
}

#cboxLoginForm .input_wrapper {
    display: block;
    border-radius: 4px;
    margin: 0;
    position: relative;
}

#cboxLoginForm span.input_required:before {
    content: "*";
    color: #F44336;
    position: absolute;
    top: 1em;
    left: 0.35em;
    z-index: 1;
    line-height: 1em;
}

#cboxLoginForm input:focus {
    border: 1px solid #005b94;
}

#cboxLoginForm .selectwrap {
    position: relative;
    margin: 0 0 1.5em 0;
    padding: 0;
    height: 3em;
    overflow: hidden;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

#cboxLoginForm .selectwrap select {
    border: none;
    cursor: pointer;
}

#cboxLoginForm select {
    width: 120%;
    background: transparent;
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    position: relative;
    z-index: 2;
    line-height: 2em;
    padding: 0.5em 1em;
}

#cboxLoginForm .selectwrap:after {
    font-family: 'icons';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    margin: 0;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    content: "\e313";
    font-size: 1.5em;
    line-height: 1em;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 50%, 0);
}
#cboxLoginForm label.error {
    color: #999;
    color: #b22727;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0 1rem 1em;
    margin: -1.5em 0 0 0;
    line-height: 1em;
    font-style: italic;
    font-size: 0.825em;
}
#cboxLoginForm label.error:before {
    font-family: 'icons';
    font-style: normal;
    font-size: 1em;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f071";
    margin: 0;
    padding-right: 0.5em;
    float: left;
    color: #b22727;
}

#cboxLoginForm span.asterisk {
    padding: 0 0.5em;
    color: #b22727;
}

#cboxLoginForm legend span.asterisk {
    color: #fff;
}

#cboxLoginForm input.error {
    background: #faffbd;
}

#cboxLoginForm .help {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.725em;
    line-height: 1em;
    margin: 2em 0.5em 1em 0;
    padding: 0;
    color: #999;
    float: none;
    text-align: right;
    display: block;
}
.display-error p {
    font-size: 0.825rem;
    line-height: 1rem;
    margin: -1rem 0 1rem auto;
    color: #900;
}
#loginForm form.error input[type="text"], 
#loginForm form.error input[type="email"], 
#loginForm form.error input[type="password"] {
    border-color:#900;
    background: rgba(153,0,0,0.1);
}
#loginForm form.error input[type="text"]:focus, 
#loginForm form.error input[type="email"]:focus, 
#loginForm form.error input[type="password"]:focus {
    border-color:#900;
    background: rgba(153,0,0,0);
}


.ustream,
.cil {
    width: 100%;
    margin-bottom: 1rem;
}

.vid-limiter {
    width: 100%;
    max-width: 60em;
    margin: 0 auto;
}

.flex-video {
    position: relative;
    padding-bottom: 67.5%;
    height: 0;
    overflow: hidden;
}

.flex-video.widescreen {
    padding-top: 0;
    padding-bottom: 56.25%;
}

.flex-video.vimeo {
    padding-top: 0;
}

.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.flex-frame {
    position: relative;
    padding-top: 25px;
    padding-bottom: 87.5%;
    height: 0;
    margin-bottom: 0;
    overflow: hidden;
}

.flex-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.placeholder {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
}

.placeholder:after {
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    content: 'The archive video is not yet available. Please check back soon.'
}
#largechat iframe {
    height: 100%;
    width: 100%;
}
#masthead_banner {
    background-color: #353535;
}
#mainContent {
    padding-top: 6rem;
}
.chat.embeds {
    padding: 2rem 0;
}