/*section#interactive,*/
section.share {
    background-color: #edeae7;
}
section.share {
    background-color: #fff;
}
#banner {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 70vh;
    overflow: hidden;
    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: wrap;
        flex-wrap: wrap;
}
.banner_left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    -webkit-flex: 0 0 33.33333%;
    max-width: 33.33333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
            position: relative;
            z-index: 2;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: end;
                -ms-flex-align: end;
                    align-items: flex-end;
}
.banner_right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666%;
    flex: 0 0 66.66666%;
    -webkit-flex: 0 0 66.66666%;
    max-width: 66.66666%;
    position: relative;
    z-index: 1;
}
.banner_aspect {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    padding-bottom: 52.25%;
}

#banner_bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    overflow: hidden;
}

#banner_bg video {
    position: absolute;
    top: 50%;
    left: 50%;
    height: auto;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
/*
#banner_bg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 48, 88, 0.75);
}
*/
#banner .banner_content {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
    width: 100%;
    z-index: 2;
    -moz-transform: translate3d(0,-50%,0);
    -ms-transform: translate3d(0,-50%,0);
    -o-transform: translate3d(0,-50%,0);
}

#banner h1,
#intro h1 {
    color: var(--lvc-dark-blue);
    margin: 0;
    text-align: left;
    line-height: 1;
    text-transform: uppercase;
    background: #fff;
    padding: 1rem;
    position: relative;
    z-index: 2;
    padding: 1rem;
    font-family: 'mongoose';
    font-size: 5.5rem;
    max-width: 27rem;
}
#banner h1 span:first-child,
#intro h1 span:first-child {
    display: block;
}
#connect {
    padding: 2rem 0 2rem 0;
}

.connect_block {
    background-color: rgba(12,42,75,1);
    color: #fff;
    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: wrap;
        flex-wrap: wrap;
}
.connect_column {
    padding: 2rem 2rem 2rem 0;
}
#connect .section_heading {
    color: #fff;
    border: none;
    margin: 0;
    font-size: 5rem;
}
#connect .section_heading.yellow--text {
    color: var(--lvc-yellow);
}
.connect_block .connect_bg_block {
    padding:2rem;
    background-image: url(../img/chat-preview-8.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33332%;
            flex: 0 0 33.33332%;
    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;
}
.connect_block .connect_bg_block:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(12,42,75,0.95);
}
.connect_block .connect_content_block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
}
#connect .nav-list {
    margin: 0 -1rem;
    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: wrap;
                flex-wrap: wrap;
}
#connect .nav-list li {
    padding: 0.5rem 1rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
}
#connect .nav-list.full-width li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;   
}
#visit {
    padding: 3rem 0 0 0;
    background-color: rgba(12,42,75,1);
    background-image: url(../img/lifeatthevalley.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color: #fff;
}
#visit h2 {
    color: #fff;
}
#visit:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(12,42,75,0.95);
}
#visit .container {
    position: relative;
    z-index: 2;
    color: #fff;
}

#visit .feature_article {
    padding-left: 2rem;
    padding-bottom: 3rem;
    max-width: 45rem;
}
#visit .feature_article:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 2px;
    background-color: #f9d348;
    top: 0.5rem;
    left: -1px;
}
#visit .feature_article h3.section_heading {
    margin-bottom: 1rem;
    border: none;
    color: #fff;
}
.visit-options {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -2rem;
        margin-bottom: -1rem;
}
.visit-options li {
    padding: 0 1rem 1rem 1rem;
}
/* Events */

section.events {
    padding: 2rem 0;
    background: #edeae7;
}
section.events.upcomingevents {
    padding: 2rem 0;
    background: #edeae7;
}
section.events.asEvents {
    background-color: #E1F4FE;
}
section#events .column_group,
.asEvents .column_group {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/*section.events h2 {
    margin-top: 0;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.57px;
    font-size: 11px;
    font-size: 0.875rem;
    line-height: 1.27272727;
    text-align: center;
    color: #CB333B;
}*/
section.events .caption .disclaimer {
    font-family: mongoose, sans-serif;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.57px;
    font-size: 11px;
    /* font-size: 0.875rem; */
    line-height: 1.27272727;
}
section.events .caption h3,
section.events .caption .h3{
    margin: 0 0 8px;
    font-style: normal;
    font-weight: 700;
    margin: 1.414em 0 0.5em;
    line-height: 1.2;
    color:var(--lvc-dark-blue);
}
section.events p.article_sub_heading {
    margin-top: 0;
    font-family: mongoose, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    font-size: 1.125rem;
    line-height: 1.27272727;
    color: var(--lvc-light-blue);
}
section.events figure {
    background: #fff;
    padding: 1em;
    margin: 15px 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;
    border: 10px solid #E1F4FE;
    border: 10px solid #fff;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
}

section.events.asEvents figure {
    border: 10px solid #fff;
}

section.events figure .aspect {
    margin: 0;
    width: 100%;
    padding-bottom: 56.25%;
    background: #fff;
    position: relative;
}

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

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.asEvents figcaption {
    padding: 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #CB333B;
    color: #fff;
}

section.events figure .date {
    position: absolute;
    top: -2.25rem;
    left: 0;
    line-height: 1em;
    padding: 0.5rem 1.5rem;
    font-size: 1.25em;
    background: #fff;
    color: #CB333B;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section.events figure .date .month {
    text-transform: uppercase;
    font-style: normal;
    font-weight: 500;
    margin-left: 0.5em;
    font-size: 0.675em;
    line-height: 1em;
    display: inline-block;
    letter-spacing: 1.57px;
}

section.events figure .date .day {
    font-style: normal;
    font-weight: 500;
    font-size: 2em;
    line-height: 1em;
    display: inline-block;
    color: #000;
    margin-top: -3px;
}

section.events figure .event_date,
section.events figure .event_time {
    font-family: mongoose, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    font-size: 1.125rem;
    line-height: 1.27272727;
    color: #000;
    position: relative;
    padding-left: 2em;
}

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

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

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

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: #767676;
    position: absolute;
    left: 0;
    margin-top: 1px;
    opacity: 0.75;
}

section.events.asEvents figure .event_date:before,
section.events.asEvents figure .event_time:before {
    color: #fff;
}

section.events figure .event_date:before {
    content: "\e975";
    top: 1.5em;
}

section.events figure .event_time:before {
    content: "\e972";
    top: 0;
}

section.events .caption h3,
section.events .caption .h3{
    margin: 0 0 8px;
}

section.events p {
    color: #23272A;
}

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

section.events.asEvents figcaption h3,
section.events.asEvents figcaption .h3,
section.events.asEvents figcaption p {
    color: #fff;
}

section.events.asEvents figcaption h3,
section.events.asEvents figcaption .h3{
    margin-top: 0;
}

section.events.asEvents figcaption .button {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
}

section.events.asEvents figcaption .button:hover {
    border: 1px solid #fff;
    background: #fff;
    color: #CB333B;
    text-decoration: none;
}
figure a.button {
    -ms-flex-item-align: start;
    align-self: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto auto 0 0;
}

#nextsteps .column_group {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
section#interactive,
section#giveaway {
    padding: 2rem 0;
}

.section_subheading {
    font-size: 1.25rem;
    font-weight: 500;
}

section.share {
    padding: 2rem 0;
}
.shareable_img_card {
    border: 10px solid #fff;
    background: #fff;
    display: block;
    margin-bottom: 1em;
}
.shareable_img {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    margin-bottom: 1rem;
}
.shareable_img span {
    display: block;
    top:0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.share_parent .shareable_img span {
    background-image: url(../downloads/Adm-CelebrateGraphic-Family-h_t.jpg);
    
}
.share_student .shareable_img span {
    background-image: url(../downloads/Adm-CelebrateGraphic-Student-v_t.jpg);
}
#intro .banner_content {
    display: none;
} 
#intro h1 {
    width: 100%;
    text-align: center;
    display: block;
    max-width: 100%;
    margin-top: -4rem;
}
@media screen and (max-width:960px){
    #connect .section_heading {
        font-size: 4rem;
    }
}
@media screen and (max-width:767px){
    .banner_left,
    #banner .banner_content {
        display: none;
    } 
    #intro .banner_content {
        display: block;
    } 
    .banner_right {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
    }
    #connect .connect_block .connect_bg_block,
    #connect .connect_block .connect_content_block {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
                padding: 2rem;
    }
    #connect .connect_block .connect_content_block .connect_column {
        padding: 0;
    }
    #connect .section_heading {
        font-size: 5rem;
    }
    #connect .section_heading .arrow-icon:after {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
    }
}
@media screen and (max-width:479px){
    #connect .nav-list li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }
    #intro h1 {
        font-size: 3.75rem;
        margin-top: -3rem;
    }
}
@media screen and (max-width:359px){
    #masthead .flex-column.logo {
        max-width: 70px;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 70px;
                flex: 1 0 70px;
    }
}