p {
    margin-bottom: 1.3em;
}

h1,
h2,
h3,
h4 {
    font-family: 'latobold', sans-serif;
    font-weight: normal;
    margin: 1.414em 0 0.5em;
    line-height: 1.2;
}

h1 {
    margin-top: 0;
    font-size: 3.157em;
}

h2 {
    font-size: 2.369em;
}

h3 {
    font-size: 1.777em;
}

h4 {
    font-size: 1.333em;
}

small,
.font_small {
    font-size: 0.75em;
}
/* Hero */

.hero {
    position: relative;
    width: 100%;
    padding: 3em 0 5em 0;
    overflow: hidden;
    height: 60vh;
    min-height: 420px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#archive .hero,
#chat .hero {
    min-height: 240px;
    padding: 3em 0;
    height: 40vh;
}

.banner_caption {
    position: relative;
    z-index: 2;
    color: #fff;
    width: 100%;
}

.banner_caption .column {
    display: block;
    width: 100%;
}

.banner_image {
    background-image: url(../img/banner_img_1.jpg);
    background-position: 70% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /*-webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.15;*/
}

#chat .banner_image,
#archive .banner_image {
    background-position: 70% 40%;
}

.banner_image:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: '';
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.75), transparent 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.75)), to(transparent));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.75)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40000000', endColorstr='#bf000000', GradientType=0);
}

.banner_caption h1,
.banner_caption h2 {
    font-family: 'latobold', sans-serif;
    font-weight: normal;
    line-height: 1em;
    margin: 0;
    max-width: 35em;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75);
    /*text-transform: uppercase;*/
    color: #fff;
}

.banner_caption p {
    max-width: 45em;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75);
    font-size: 1.125rem;
    margin-bottom: 2rem;
}
.banner_caption[data-id="01092019"] p {
    max-width: 28em;
}

.banner_caption .event_date {
    font-family: 'latobold', sans-serif;
    font-weight: normal;
    font-size: 1em;
    line-height: 1rem;
    background: #c69225;
    display: inline-block;
    padding: 0.5em 1.5em 0.3em 0.5em;
    margin: 0 0 1rem 0;
    position: relative;
    font-weight: normal;
    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%);
}


/* Countdown */

#countdown {
    width: 100%;
    margin: -3.25em 0 2em 0;
    position: relative;
    z-index: 2;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(5, 40, 83, 0) 49%, rgba(17, 38, 77, 1) 50%, rgba(17, 38, 77, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(49%, rgba(5, 40, 83, 0)), color-stop(50%, rgba(17, 38, 77, 1)), to(rgba(17, 38, 77, 1)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(5, 40, 83, 0) 49%, rgba(17, 38, 77, 1) 50%, rgba(17, 38, 77, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#11264d', GradientType=1);
}

#countdown_wrapper {
    background: #11264d;
    margin-left: 10px;
    padding: 0.5rem 0 0.25rem 0;
}
.countdown_heading h2 {
    font-size: 3.25rem;
    text-transform: capitalize;
}
@media screen and (max-width:639px) {
    .countdown_heading h2 {
        font-size: 2.75rem;
    }
}
@media screen and (max-width:479px) {
    .countdown_heading h2 {
        font-size: 2.125rem;
    }
}
@media screen and (max-width:360px) {
    #countdown_wrapper {
        font-size: 0.825em;
    }
    .countdown_heading h2 {
        font-size: 2rem;
    }
}

#countdown_wrapper .column_group {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#countdown_wrapper .column {
    padding-left: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    max-width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.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;
}

.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 100%;
    flex: 0 0 100%;
    -ms-flex-item-align: center;
    align-self: center;
    padding: 0.25em 0 0.75em 0;
    min-width: 400px;
}

@media screen and (max-width:480px) {
    .counter {
        min-width: 100%;
    }
}

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

.counter div:first-child {
    padding-left: 0;
}

.counter div:last-child {
    padding-right: 0;
}

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

.count_value {
    color: #fff;
    font-size: 4em;
    line-height: 1em;
    font-family: 'latobold', sans-serif;
    font-weight: normal;
}

.count_label {
    color: #c69225;
    font-family: 'latoregular', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: .625em;
    line-height: 1em;
    /*opacity: 0.5;*/
}


/* Events */

section.events {
    padding: 3em 0;
}

section.events h2 {
    background: #d48e32;
    color: #fff;
    display: inline-block;
    padding: 0.5rem 1rem;
    margin: -2rem auto 2rem auto;
}

section.events figure {
    padding: 1rem;
    margin: 1rem 0;
    padding: 0;
    width: 100%;
    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: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    border: 1px solid #efefef;
    background: #fff;
}

section.events figure .aspect {
    margin: 0;
    width: 100%;
    padding-bottom: 45%;
    position: relative;
}

section.events figure .aspect .img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

section.events figure[data-id="01242019"] .aspect .img {
    background-position: 50% 75%;
}

section.events figcaption {
    position: relative;
    padding: 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

section.events figcaption ul {
    list-style: disc;
    margin-left: 2em;
}

section.events figure .date {
    position: absolute;
    top: -1.5em;
    left: 0;
    line-height: 1em;
    padding: 0.5rem 1.5rem 0.35rem;
    font-size: 1.25em;
    background: #fff;
    text-transform: uppercase;
    font-family: 'latobold', sans-serif;
    font-weight: normal;
}

section.events figure .date .month {
    margin-right: 0.25rem;
    color: #002F65;
}

section.events figure .date .day {
    color: #D59926;
}

section.events figure .event_date,
section.events figure .event_time {
    line-height: 1em;
    color: #002F65;
}

section.events figure .event_date {
    border-top: 1px solid #efefef;
    padding-top: 1.5em;
    margin: 0;
}

section.events figure .event_time {
    margin-bottom: 0;
}

section.events figure .event_date:before,
section.events figure .event_time:before {
    font-family: 'icons' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #D59926;
    margin-right: 0.5em;
}

section.events figure .event_date:before {
    content: "\e901";
}

section.events figure .event_time:before {
    content: "\e900";
}

section.events .caption h3 {
    margin: 0 0 8px;
    color: #002F65;
}

figcaption .caption {
    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: 1;
    flex: 1;
}

.event_listing {
    margin-bottom: 2rem;
}
/* CTAS */

section.ctas {
    padding: 2em 0;
}

.ctas .button {
    font-family: 'latobold', sans-serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 1em;
    height: 65px;
    width: 218px;
    padding: 5px 0 0 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.ctas ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    min-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ctas ul li {
    margin: 0.25em 0.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#chat-form {
    padding: 1em 0 0 0;
}

.chat.embeds {
    padding: 2em 0;
}


/* Helpers */

.nowrap {
    white-space: nowrap;
}

.text_block {
    width: 100%;
}

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

.vid-limiter {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
}

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

.flex-video.widescreen {
    padding-bottom: 57.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.'
}

#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;
    font-size: 1.125em;
    line-height: 1em;
    padding: 1rem 1.5rem 0.85rem;
    text-decoration: none;
    border-radius: 0;
    border: 2px solid #11264d;
    position: relative;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    background: #11264d;
    color: #fff;
    font-family: 'latobold', sans-serif;
    min-width: 160px;
}
#loginForm #ss-submit:hover,
#cboxLoginForm #ss-submit:hover{
    background: #fff;
    border: 2px solid #11264d;
    color: #11264d;
}
.login_notification {
    padding: 0.5rem 1rem;
    background: #c69225;
    color: #fff;
    font-size: 1rem;
}
#cboxEmbed span.required {
    margin-bottom: 1rem;
}
#cboxLoginForm {
    overflow: hidden;
    position: relative;
    z-index: 2;
}
#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: #b22727;
    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;
    -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:#b22727;
    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:#b22727;
    background: rgba(153,0,0,0);
}


/*404 Page */

.error404 {
    padding: 3em 0 5em 0;
}

.error404 h1 {
    font-size: 12em;
    line-height: 1em;
    color: #c69225;
    margin: 0;
}

.error404 h2 {
    margin: 0;
}

.error404 .column_group .column:first-child {
    text-align: center;
}

.error404 .text_block {
    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;
}

.error404 .button {
    text-align: center;
    width: 80%;
    max-width: 300px;
}

#error404 .ctas {
    background-color: rgba(215, 159, 36, 0.8);
}

#error404 .ctas .button {
    border: 2px solid #11264d;
    color: #fff;
    background: #11264d;
}

.no-touch #error404 .ctas .button:hover,
.touch #error404 .ctas .button.hovered {
    background: #fff;
    border: 2px solid #fff;
    color: rgba(215, 159, 36, 0.8);
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 2.605em;
    }
    h2 {
        font-size: 1.954em;
    }
    h3 {
        font-size: 1.466em;
    }
    h4 {
        font-size: 1.1em;
    }
    .banner_caption p {
        font-size: 1rem;
    }
    .error404 .text_block {
        text-align: center;
    }
    .error404 .button {
        margin: 10px auto;
    }
}

@media screen and (max-width:479px) {
    h1 {
        font-size: 2.15em;
    }
    h2 {
        font-size: 1.612em;
    }
    h3 {
        font-size: 1.21em;
    }
    h4 {
        font-size: 1em;
        font-weight: 700;
    }
    .banner_caption .event_date {
        font-size: 0.875em;
    }
    section.events figure .date {
        font-size: 1em;
    }
    .hero {
        padding: 2em 0 5em 0;
    }
    .count_value {
        font-size: 3em;
    }
    .error404 h1 {
        font-size: 10em;
    }
}

@media screen and (max-width:360px) {
    .error404 h1 {
        font-size: 8em;
    }
}

.archive-button {
    font-size: 1em;
    line-height: 1em;
    padding: 1rem 1.5rem;
    text-decoration: none;
    border-radius: 0;
    border: 2px solid #11264d;
    position: relative;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    text-transform: capitalize;
    text-align: center;
    margin: 2em auto 1em auto;
    cursor: pointer;
    background: #11264d;
    color: #fff;
    font-family: 'MyriadPro-SemiBold', 'Source Sans Pro', sans-serif;
    display: none;
    text-decoration: none;
}
.archive-button:hover {
    background: #fff;
    border: 2px solid #11264d;
    color: #11264d;
    text-decoration: none;
}
.item[data-category="archived"] .archive-button {
    display: table;
}

.announcement_label {
    margin: 0 0 2rem 0;
    font-size: 1.25rem;
}