* {
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.sr_only,
.visually_hidden,
.visuallyhidden {
    border: 0;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.secondary-panel-main-content,
.secondary-panel-sidebar-content,
.column_group.collapsed {
    padding: 0;
}
.featured_hero {
    position: relative;
    z-index: 2;
    margin-bottom: 0;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.featured_hero .featured_img_drop {
    z-index: -1
}

.featured_hero .bg_image {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    background-position: 50%, 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.featured_hero.hasVideo,
.featured_hero.hasGallery {
    background: #000;
    padding: 0;
}

.featured-video-container {
    position: relative;
    background: #000;
}

.featured-video-container-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: 9999;
}

.featured-video-container-overlay:after {
    font-family: 'icons';
    content: "\e96a";
    font-size: 3em;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    height: 1em;
    width: 1.5em;
    margin: -0.5em 0 0 -0.75em;
    background: rgba(203, 51, 59, 0.75);
    line-height: 1em;
    text-align: center;
    border-radius: 10px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.featured-video-container-overlay:hover:after {
    background: #cb333b;
}

.featured-video-container-overlay:hover {
    cursor: pointer;
}

.featured-video-container .flex-video {
    z-index: 88;
}
.featured-gallery-container {
    background: #000;
}
.featured-gallery-container .vid_limiter {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
}
.featured-gallery-container .flexslider {
    margin: 0;
    position: relative;
}
.featured-gallery-container .flexslider .flex-control-nav {
    width: 100%;
    position: absolute;
    text-align: center;
    bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.featured-gallery-container .flexslider .flex-control-paging li a {
    background: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.featured-gallery-container .flexslider .flex-control-paging li a.flex-active {
    background: rgba(12, 42, 75, 0.9);
}
/* Grid Filter */

.grid_filters {
    background-color: var(--lvc-dark-blue);
    padding: 0;
    min-width: 100%;
    position: relative;
    z-index: 2;
}
.tabs-list {
    padding: 0.5625rem;
    border: solid 1px var(--lvc-yellow);
    border-radius: 0.1875rem;
    margin: 2rem 0 1rem 0;
    position: relative;
}
.grid_filters .column-group,
.grid_filters .column {
    margin-top: 0;
}

.grid_filters .tabs {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    min-width: 100%;
    background: var(--lvc-dark-blue);
    position: relative;
    z-index: 2;
}
.grid_filters .tabs .tab-indicator {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    color: var(--lvc-dark-blue);
    border-radius: 2px;
    -webkit-transform: translate(0,0,0);
    -ms-transform: translate(0,0,0);
    transform: translate(0,0,0);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.grid_filters .tabs .tab-indicator[data-position="1"] {
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
}
.grid_filters .tabs .tab-indicator[data-position="2"] {
    transform: translate(100%,0);
    -webkit-transform: translate(100%,0);
    -moz-transform: translate(100%,0);
    -ms-transform: translate(100%,0);
    -o-transform: translate(100%,0);
}
.grid_filters .tabs .tab-indicator[data-position="3"] {
    transform: translate(200%,0);
    -webkit-transform: translate(200%,0);
    -moz-transform: translate(200%,0);
    -ms-transform: translate(200%,0);
    -o-transform: translate(200%,0);
}
.grid_filters .tabs div[role="tab"] {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.grid_filters .tabs button {
    width: 100%;
    position: relative;
    z-index: 2;
}
.grid_filters .tabs button > span[tabindex='-1'] {
    border: none;
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0.5rem;
}
.grid_filters .tabs button.active > span[tabindex='-1'] {
    color: var(--lvc-dark-blue);
}
.grid_filters .tabs li span.count {
    opacity: 0.85;
    font-size: 1rem;
    padding: 0 0 0 0.5rem;
    font-weight: 400;
}
@media screen and (max-width:560px){
    .grid_filters .tabs button > span[tabindex='-1'] {
        font-size: 1.125rem;
        padding: 0.25rem;
    }
}
@media screen and (max-width:460px){
    .grid_filters .tabs li span.count {
        display: none;
    }
}
@media screen and (max-width:359px){
    .grid_filters .tabs button > span[tabindex='-1'] {
        font-size: 1rem;
    }
}
/*
.grid_filters .tabs li:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    margin: auto;
    height: 3px;
    width: 0px;
    background: transparent;
    -webkit-transition: width .25s ease, background-color .25s ease, left .25s ease;
    -o-transition: width .25s ease, background-color .25s ease, left .25s ease;
    transition: width .25s ease, background-color .25s ease, left .25s ease;
}

.grid_filters .tabs li:hover:after,
.grid_filters .tabs li.active:after {
    left: 0;
    width: 100%;
    background: #CB333B;
}

.grid_filters .touch .tabs li.hovered:after,
.grid_filters .touch .tabs li.active:after {
    background: #CB333B;
}

.grid_filters .tabs li:last-child {
    margin-right: 0;
}

.grid_filters .tabs li:hover,
.grid_filters .tabs li.active,
.grid_filters .touch .tabs li.active,
.grid_filters .touch .tabs li.hovered {
    color: #CB333B;
}
*/

/* The Grid */

#grid {
    padding: 1rem 0 2rem 0;
    position: relative;
    background-color: var(--lvc-dark-blue);
}

#grid .column_group {
    padding: 0 1.5rem 0 1.5rem;
}

#grid .column {
    padding: 0 0.5rem;
    margin-bottom: 1rem;
}

@media screen and (max-width:480px) {
    #grid .column_group {
        padding: 0 0.5rem 0 0.5rem;
    }
}

#grid .panel {
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity 1.75s cubic-bezier(0.175, 0.885, 0.32, 1.075);
    -o-transition: opacity 1.75s cubic-bezier(0.175, 0.885, 0.32, 1.075);
    transition: opacity 1.75s cubic-bezier(0.175, 0.885, 0.32, 1.075);
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

#grid .panel.active {
    padding: 2px 0;
    position: relative;
    height: auto;
    z-index: 2;
    opacity: 1;
    visibility: visible;
}

.panel.past .item[data-status="future"],
.panel.past .item[data-status="current"] {
    display: none;
}

.panel.future .item[data-status="past"],
.panel.future .item[data-status="current"] {
    display: none;
}



figure.item {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
}
.item .sequence {
    background: var(--lvc-dark-blue);
    color: var(--lvc-yellow);
    padding: 0.25rem 0.75rem 0.25rem;
    line-height: 1;
    font-weight: 700;
    font-size: 2rem;
    position: absolute;
    top: 1rem;
    left: -1px;
    font-family: 'mongoose';
    z-index: 1;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.item figcaption {
    padding: 1rem;
    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 1 100%;
            flex: 1 1 100%;
    background-color: #fff;
}
.item h3 {
    color: var(--lvc-dark-blue);
    margin: auto 0;
    text-align: left;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    padding: 0;
    font-family: 'mongoose';
    font-size: 2.369em;
}
.item .launchdate {
    margin: 0 0 1rem 0;
}
.item .date {
    font-family: raleway, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 0.925rem;
    line-height: 1.37;
}
.item .aspect {
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    overflow: hidden;
    position: relative;
}
.item .bg_image {
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
            -webkit-transition: all 0.25s ease;
            -o-transition: all 0.25s ease;
            transition: all 0.25s ease;
}




/* Item Countdown */
#grid .item .item_countdown_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(12, 42, 75, 0.9);
    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;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    z-index: 2;
}
.countdown_message {
    width: 100%;
    text-align: center;
    color: #fff;
    margin: -0.75rem 0 0.75rem 0;
    font-family: mongoose, sans-serif;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.25rem;
}
#item_countdown {
    display: table;
    width: 100%;
    max-width: 140px;
    margin: 0 auto 1em auto;
    color: #fff;
    line-height: 1em;
    text-align: center;
}
.item_countdown_content {
    transform: translate(0,80px);
    -webkit-transform: translate(0,80px);
    -moz-transform: translate(0,80px);
    -ms-transform: translate(0,80px);
    -o-transform: translate(0,80px);
    opacity: 0;
    -webkit-transition: all 0.55s cubic-bezier(0.65, 0, 0.35, 1);
    -o-transition: all 0.55s cubic-bezier(0.65, 0, 0.35, 1);
    transition: all 0.55s cubic-bezier(0.65, 0, 0.35, 1);
}
#item_countdown div {
    display: table-cell;
    font-family: mongoose, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 3rem;
    color: var(--lvc-yellow);
}

#item_countdown div span {
    display: block;
    margin: 0.75rem 0 0 0;
    font-size: 0.325em;
    font-family: mongoose, sans-serif;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}

#grid .item:focus {
    -webkit-box-shadow: 0 0 1px 2px #406ebc;
    box-shadow: 0 0 1px 2px #406ebc;
    -webkit-box-shadow: 0 0 1px 2px rgb(52 152 219);
    box-shadow: 0 0 1px 2px rgb(52 152 219);
}
#grid .item.active.itemHasFocus .bg_image {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
#grid .item.inactive.itemHasFocus .item_countdown_wrapper {
    opacity: 1;
}
#grid .item.inactive.itemHasFocus .item_countdown_content {
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    opacity: 1;
}
.item .view_item {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, 200%, 0);
    transform: translate3d(-50%, 200%, 0);
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 0.55s cubic-bezier(0.65, 0, 0.35, 1);
    -o-transition: all 0.55s cubic-bezier(0.65, 0, 0.35, 1);
    transition: all 0.55s cubic-bezier(0.65, 0, 0.35, 1);
}
.item.active .view_item {
    display: block;
}
.item.active.itemHasFocus .view_item {
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
            opacity: 1;
}
.view_item span[tabindex="-1"] {
    border: 1px solid #fff;
    background: #fff;
    min-width: 100px;
}
.view_item span[tabindex="-1"]:hover {
    background-color: var(--lvc-yellow);
    border: 1px solid var(--lvc-yellow);
    color: var(--lvc-dark-blue);
}
/* Flyin  Panel */

#flyin_panel {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: all 0.55s cubic-bezier(0.65, 0, 0.35, 1);
    -o-transition: all 0.55s cubic-bezier(0.65, 0, 0.35, 1);
    transition: all 0.55s cubic-bezier(0.65, 0, 0.35, 1);
    visibility: hidden;
}

#flyin_panel .page {
    padding: 2rem 1rem;
    position: absolute;
    top: 0;
    width: 100%;
}

.flyin_open #flyin_panel {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#flyin_panel_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: var(--lvc-dark-blue);
    position: relative;
    z-index: 3;
    padding: 1rem 2rem;
}

#flyin_content {
    width: 100%;
    height: 100%;
    max-width: 45rem;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all 0.55s cubic-bezier(0.65, 0, 0.35, 1);
    -o-transition: all 0.55s cubic-bezier(0.65, 0, 0.35, 1);
    transition: all 0.55s cubic-bezier(0.65, 0, 0.35, 1);
}
.flyin_open #flyin_content {
    -webkit-box-shadow: 0 0 0.375rem 0 rgba(0, 0, 0, 0.75);
            box-shadow: 0 0 0.375rem 0 rgba(0, 0, 0, 0.75);
}
.flyin_close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.flyin_close span.hasIcon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
}
.flyin_close span:after {
    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;
    display: inline-block;
    vertical-align: middle;
    color: var(--lvc-dark-blue);
    margin-left: 0.25rem;
    margin-top: -2px;
    content: "\e910";
    font-size: 2rem;
}

#flyin_panel_content .flyin_close {
    margin: 1rem auto;
}
.skip-to-content-link {
    left: 0.5625rem;
    position: absolute;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
  
.skip-to-content-link:focus {
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
    opacity: 1;
}
.skip-to-content-link:focus > span[tabindex='-1'] {
    background: #fff;
    color: var(--lvc-dark-blue);
}

.flex-video {
    position: relative;
    background: #000;
}
#flyin_panel .flex-video {
    margin: 1rem 0;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.flex-video:after {
    content: 'Loading';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    color: #fff;
    z-index: 1;
}

.flex-video iframe,
.flex-video video {
    z-index: 2;
}

.flex-video.portrait {
    padding-bottom: 177.5%;;
}
.vid_limiter.portrait {
    width: 100%;
    max-width: 360px;
    margin: 2rem auto;
}
#banner,
#intro {
    background: var(--lvc-dark-blue);
}
.banner_intro {
    max-width: 27rem;
    background: var(--lvc-dark-blue);
    padding: 1.5rem;
}
#banner h1, #intro h1 {
    font-weight: 700;
    line-height: 0.825em;
    color: var(--lvc-yellow);
    background: var(--lvc-dark-blue);
}
#banner h1 {
    font-size: 6rem;
    text-align: right;
    line-height: 0.825em;
    margin: 0;
    padding: 0;
}
#banner[data-id="6"] h1 {
    font-size: 4.5rem;
}
.banner_intro p {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25rem;
    text-align: right;
}
#banner[data-id="9"] .banner_intro p,
#banner[data-id="14"] .banner_intro p {
    max-width: 15em;
    margin-right: 0;
    margin-left: auto;
}
#banner[data-id="18"] .banner_intro p {
    max-width: 20rem;
    margin-right: 0;
    margin-left: auto;
}
.banner_intro button {
    margin: 0 0 0 auto;
    display: table;
    min-width: 140px;
}
@media screen and (max-width:979px){
    #banner h1 {
        font-size: 4rem;
    }
    #banner[data-id="6"] h1 {
        font-size: 4rem;
    }
}
@media screen and (max-width:767px){
    .banner_intro {
        margin-top: -4rem;
        padding: 1rem 1.5rem 2rem;
    }
    .banner_intro p {
        text-align: left;
        font-size: 1.125rem;
    }
    .banner_intro button {
        margin: 0 auto 0 0;
    }
    #intro[data-id="6"] h4 {
        font-size: 4rem;
    }
}
@media screen and (max-width:479px){
    #intro[data-id="6"] h1 {
        font-size: 3.25rem;
    }
}
#banner #banner_bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#banner[data-id="1"] #banner_bg {
    background-image: url(../img/img01-f.jpg);
}
#banner[data-id="2"] #banner_bg,
#panel-2 .featured_hero .bg_image {
    background-image: url(../img/img02-f.jpg);
}
#banner[data-id="3"] #banner_bg,
#panel-3 .featured_hero .bg_image  {
    background-image: url(../img/img03-f.jpg);
}
#banner[data-id="4"] #banner_bg,
#panel-4 .featured_hero .bg_image {
    background-image: url(../img/img04-f.jpg);
    background-position: 50% 0;
}
#banner[data-id="5"] #banner_bg,
#panel-5 .featured_hero .bg_image {
    background-image: url(../img/img05-f.jpg);
}
#banner[data-id="6"] #banner_bg,
#panel-6 .featured_hero .bg_image {
    background-image: url(../img/img06-f.jpg);
    background-position: 50% 0;
}
#banner[data-id="7"] #banner_bg,
#panel-7 .featured_hero .bg_image {
    background-image: url(../img/img07-f.jpg);
    background-position: 50% 0;
}
#banner[data-id="8"] #banner_bg,
#panel-8 .featured_hero .bg_image {
    background-image: url(../img/img08-f.jpg?ver=2);
}
#banner[data-id="9"] #banner_bg,
#panel-9 .featured_hero .bg_image {
    background-image: url(../img/img09-f.jpg);
}

#banner[data-id="10"] #banner_bg,
#panel-10 .featured_hero .bg_image {
    background-image: url(../img/img10-f.jpg);
}
#banner[data-id="11"] #banner_bg,
#panel-11 .featured_hero .bg_image {
    background-image: url(../img/img11-f.jpg);
}
#banner[data-id="12"] #banner_bg,
#panel-12 .featured_hero .bg_image {
    background-image: url(../img/img12-f.jpg);
}
#banner[data-id="13"] #banner_bg,
#panel-13 .featured_hero .bg_image {
    background-image: url(../img/img13-f.jpg);
}
#banner[data-id="14"] #banner_bg,
#panel-14 .featured_hero .bg_image {
    background-image: url(../img/img14-f.jpg?ver=2);
}
#banner[data-id="15"] #banner_bg,
#panel-15 .featured_hero .bg_image {
    background-image: url(../img/img15-f.jpg);
}
#banner[data-id="16"] #banner_bg,
#panel-16 .featured_hero .bg_image {
    background-image: url(../img/img16-f.jpg);
}
#banner[data-id="17"] #banner_bg ,
#panel-17 .featured_hero .bg_image{
    background-image: url(../img/img17-f.jpg?ver=2);
}
#banner[data-id="18"] #banner_bg,
#panel-18 .featured_hero .bg_image {
    background-image: url(../img/img18-f.jpg);
}

.item-1 .bg_image {
    background-image: url(../img/img01-m.jpg);
}
.item-2 .bg_image {
    background-image: url(../img/img02-m.jpg);
}
.item-3 .bg_image {
    background-image: url(../img/img03-m.jpg);
}
.item-4 .bg_image {
    background-image: url(../img/img04-m.jpg);
}
.item-5 .bg_image {
    background-image: url(../img/img05-m.jpg);
}
.item-6 .bg_image {
    background-image: url(../img/img06-m.jpg);
}
.item-7 .bg_image {
    background-image: url(../img/img07-m.jpg);
}
.item-8 .bg_image {
    background-image: url(../img/img08-m.jpg?ver=2);
}
.item-9 .bg_image {
    background-image: url(../img/img09-m.jpg);
}
.item-10 .bg_image {
    background-image: url(../img/img10-m.jpg);
}
.item-11 .bg_image {
    background-image: url(../img/img11-m.jpg);
}
.item-12 .bg_image {
    background-image: url(../img/img12-m.jpg);
}
.item-13 .bg_image {
    background-image: url(../img/img13-m.jpg);
}
.item-14 .bg_image {
    background-image: url(../img/img14-m.jpg?ver=2);
}
.item-15 .bg_image {
    background-image: url(../img/img15-m.jpg);
}
.item-16 .bg_image {
    background-image: url(../img/img16-m.jpg);
}
.item-17 .bg_image {
    background-image: url(../img/img17-m.jpg?ver=2);
}
.item-18 .bg_image {
    background-image: url(../img/img18-m.jpg);
}
@media screen and (max-width:480px){
    .item .aspect {
        padding-bottom: 56.25%;
    }
    .item-1 .bg_image {
        background-image: url(../img/img01-w.jpg);
    }
    .item-2 .bg_image {
        background-image: url(../img/img02-w.jpg);
    }
    .item-3 .bg_image {
        background-image: url(../img/img03-w.jpg);
    }
    .item-4 .bg_image {
        background-image: url(../img/img04-w.jpg);
    }
    .item-5 .bg_image {
        background-image: url(../img/img05-w.jpg);
    }
    .item-6 .bg_image {
        background-image: url(../img/img06-w.jpg);
    }
    .item-7 .bg_image {
        background-image: url(../img/img07-w.jpg);
    }
    .item-8 .bg_image {
        background-image: url(../img/img08-w.jpg?ver=2);
    }
    .item-9 .bg_image {
        background-image: url(../img/img09-w.jpg);
    }
    .item-10 .bg_image {
        background-image: url(../img/img10-w.jpg);
    }
    .item-11 .bg_image {
        background-image: url(../img/img11-w.jpg);
    }
    .item-12 .bg_image {
        background-image: url(../img/img12-w.jpg);
    }
    .item-13 .bg_image {
        background-image: url(../img/img13-w.jpg);
    }
    .item-14 .bg_image {
        background-image: url(../img/img14-w.jpg?ver=2);
    }
    .item-15 .bg_image {
        background-image: url(../img/img15-w.jpg);
    }
    .item-16 .bg_image {
        background-image: url(../img/img16-w.jpg);
    }
    .item-17 .bg_image {
        background-image: url(../img/img17-w.jpg?ver=2);
    }
    .item-18 .bg_image {
        background-image: url(../img/img18-w.jpg);
    }
}

#featuredCTAs {
    padding: 2rem 0 0.5rem 0;
}
#featuredCTA {
    padding: 2rem 0;
    margin: 2rem 0;
    border-top: 3px solid #d5cfcb;
    border-bottom: 3px solid #d5cfcb;
}
#featuredEventCTA {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
            padding: 2rem;
    background-color: var(--lvc-dark-blue);
}
.featuredEventLabel {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-right: 3rem;
    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;
}
.featuredEventLabel .section_heading {
    margin: 0;
    border-bottom: none;
}
.featuredCTAContent {
    color: #fff;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.featuredCTAContent h3 {
    font-family: 'mongoose';
    text-transform: uppercase;
    margin: 0;
    font-size: 4rem;
    text-align: center;
    line-height: 1;
}
.featuredCTAContent p {
    margin: 0;
}
.featuredCTAContent .event_label {
    text-transform: uppercase;
    font-family: 'mongoose';
    color: var(--lvc-yellow);
    font-size: 1.5rem;
}
.featuredCTAContent .button {
    margin: 1rem 0 0 0;
    min-width: 180px;
}
#featuredCTA-countdown-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 1rem 0 0.5rem 0;
}

#featuredCTA-countdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

#featuredCTA-countdown div {
    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 25%;
            flex: 0 0 25%;
    padding: 0.25rem 1rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 4rem;
    font-family: 'mongoose';
    line-height: 1;
}
#featuredCTA-countdown div span {
    font-size: 1rem;
    text-transform: uppercase;
    font-family: 'mongoose';
}
#featuredEventCTA[data-timestamp="20240118190000"] .featuredCTAContent h3 {
    max-width: 9em;
    font-size: 2rem;
}
@media screen and (max-width:767px){
    #featuredEventCTA {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .featuredEventLabel {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 0 0 2rem 0;
    }
    .featuredEventLabel .section_heading {
        font-size: 5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    }
    .featuredEventLabel .section_heading span {
        padding-right: 0.5rem;
    }
    .featuredEventLabel .arrow-icon:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .featuredCTAContent {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }
}

.media_card {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px;
    margin: 1em 0;
    width: 100%;
}

.media_card .row {
    width: 100%;
    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;
    padding: 2em!important;
    background: #fff;
}
.media_card .column_group {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 0;
}
.media_card .column {
    padding: 0!important;
    margin: 0!important;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.media_image {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.day-nine .media_image {
    background-position: 50% 0;
}
.media_image_aspect {
    width: 100%
}
.media_card.aspect34 .media_image {
    padding-bottom: 75%;
}

@media screen and (max-width: 480px) {
    .media_card.aspect34 .media_image {
        padding-bottom: 56.25%;
    }
    .media_card.snovel,
    .snovel .media_image {
        background-position: 50% 35%;
    }
}

.hasVideo .media_image,
.hasImage .media_image {
    cursor: pointer;
}

.media_caption {
    padding: 0 0 0 2em;
}

.media_caption h3,
.media_caption h4 {
    margin-top: 0;
}

.media_card.AnnvilleGrille,
.AnnvilleGrille .media_image {
    background-image: url(../content/9/img/AnnvilleGrill.jpg);
}

.media_card.Batdorf,
.Batdorf .media_image {
    background-image: url(../content/9/img/Batdorf-Tiki.jpg);
}

.media_card.Giorgios,
.Giorgios .media_image {
    background-image: url(../content/9/img/Georgios-Ext.jpg);
}

.media_card.JS,
.JS .media_image {
    background-image: url(../content/9/img/JS.jpg);
}

.media_card.Salsas,
.Salsas .media_image {
    background-image: url(../content/9/img/salsas.jpg);
}

.media_card.MJs,
.MJs .media_image {
    background-image: url(../content/9/img/MJ.jpg);
}

.media_card.Backstage,
.Backstage .media_image {
    background-image: url(../content/9/img/Backstage-Cafe_2.jpg);
}

.media_card.WhirlingDervish,
.WhirlingDervish .media_image {
    background-image: url(../content/9/img/WhirlingDervish.jpg);
}

.media_card.camavery,
.camavery .media_image {
    background-image: url(../content/7/camavery.jpg);
}

.media_card.caitystevens,
.caitystevens .media_image {
    background-image: url(../content/7/caitystevens.jpg);
}

.media_card.studio,
.studio .media_image {
    background-image: url(../content/7/studio.jpg);
}

.media_card.marygreen,
.marygreen .media_image {
    background-image: url(../content/7/marygreen-video.jpg);
}

.media_card.vickroy,
.vickroy .media_image {
    background-image: url(../content/2/img/vickroy.jpg);
}
.media_card.vickroylounge,
.vickroylounge .media_image {
    background-image: url(../content/2/img/vickroylounge.jpg);
}

.media_card.funkhouser,
.funkhouser .media_image {
    background-image: url(../content/7/funkhouser-video.jpg);
}

.media_card.granttaylor,
.granttaylor .media_image {
    background-image: url(../content/7/granttaylor.jpg);
}

.media_card.stacygoodman,
.stacygoodman .media_image {
    background-image: url(../content/7/stacygoodman.jpg);
}

.media_card.davis-erpelding,
.davis-erpelding .media_image {
    background-image: url(../content/7/Davis-Erpelding.jpg);
}

.media_card.samuel,
.samuel .media_image {
    background-image: url(../content/7/Samuel.jpg);
}

.media_card.service-learning,
.service-learning .media_image {
    background-image: url(../content/8/img/service-learning.jpg);
}

.media_card.snovel,
.snovel .media_image {
    background-image: url(../content/9/snovel.jpg);
}

.media_card.fullmer,
.fullmer .media_image {
    background-image: url(../content/9/fullmer.jpg);
}

.media_card.bartz,
.bartz .media_image {
    background-image: url(../content/9/bartz.jpg);
}

.media_card.donnamiller,
.donnamiller .media_image {
    background-image: url(../content/9/donnamiller.jpg);
}

.media_card.hatz,
.hatz .media_image {
    background-image: url(../content/9/hatz.jpg);
}

.media_card.hopewell,
.hopewell .media_image {
    background-image: url(../content/9/hopewell.jpg);
}

.media_card.mccadney,
.mccadney .media_image {
    background-image: url(../content/9/mccadney.jpg);
}

.media_card.MemorialHall,
.MemorialHall .media_image {
    background-image: url(../content/10/Lynch.jpg);
}

.media_card.CollegeCenter,
.CollegeCenter .media_image {
    background-image: url(../content/10/mundlivingroom.jpg);
}

.media_card.AcademicQuad,
.AcademicQuad .media_image {
    background-image: url(../content/10/quad.jpg);
}

.media_card.SportsCenter,
.SportsCenter .media_image {
    background-image: url(../content/10/sportscenter.jpg);
}

.media_card.VolleyballCourt,
.VolleyballCourt .media_image {
    background-image: url(../content/10/VolleyBall.jpg);
}

.media_card.PeaceGarden,
.PeaceGarden .media_image {
    background-image: url(../content/10/Peace-Garden.jpg);
}

.hasVideo .media_image:after {
    font-family: 'icons';
    content: "\e96a";
    font-size: 2em;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    height: 1em;
    width: 1.5em;
    margin: -0.5em 0 0 -0.75em;
    background: rgba(203, 51, 59, 0.75);
    line-height: 1em;
    text-align: center;
    border-radius: 10px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.hasVideo .media_image:hover:after {
    background: rgba(203, 51, 59, 1);
}

.view_video {
    border: 0.125rem solid var(--lvc-dark-blue);
    font-family: 'mongoose';
    font-weight: 500;
    font-style: normal;
    font-size: 1.875rem;
    line-height: .8333333333;
    letter-spacing: .03em;
    text-align: center;
    text-transform: uppercase;
    padding: 0.8125rem 0.875rem;
    border-radius: 0.1875rem;
    display: table;
    margin: 0 auto;
    color: var(--lvc-dark-blue);
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.view_video:hover {
    background: var(--lvc-dark-blue);
    color: #fff;
}


@media screen and (max-width:767px) {
    .media_caption {
        padding: 0 0 0 2em;
    }
}

@media screen and (max-width:640px) {
    .media_caption {
        padding: 2em 0 0 0;
    }
}

.media_card_vertical {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px;
}

.media_card_vertical_content {
    background: #fff;
    overflow: hidden;
    padding: 1em;
}

.media_video {
    margin-bottom: 1em;
}

.media_card_vertical_content h3 {
    margin-top: 0;
}

.media_card_vertical.esports {
    background-image: url(../content/7/img/esports.jpg);
}
.touch-hide {
    display: block;
}

.touch-show {
    display: none;
}

.ios .touch-show {
    display: block;
}

.touch-hide.view_video,
.ios .touch-show.view_video {
    display: table;
}

.ios .touch-hide {
    display: none;
}
a.link:hover {
    color: var(--lvc-dark-blue);
    text-decoration: underline;
}

/* Accordion */
#accordion_group {
    margin: 1rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.accordion {
    margin: 0 0 1rem 0;
    padding: 0;
    -webkit-box-shadow: 0 0 0 1px #ddddde;
    box-shadow: 0 0 0 1px #ddddde;
    -webkit-transition: max-height .35s cubic-bezier(0.4, 0.0, 0.6, 1), padding .35s cubic-bezier(0.4, 0.0, 0.6, 1);
    -o-transition: max-height .35s cubic-bezier(0.4, 0.0, 0.6, 1), padding .35s cubic-bezier(0.4, 0.0, 0.6, 1);
    transition: max-height .35s cubic-bezier(0.4, 0.0, 0.6, 1), padding .35s cubic-bezier(0.4, 0.0, 0.6, 1);
    width: 100%;
    min-width: 100%;
}
.ac-item {
    border: 1px solid #ddddde;
}

button.ac-trigger {
    line-height: 1.33;
    text-align: left;
    background-color: #fff;
    border: 1px solid transparent;
    margin: 0;
    position: relative;
    z-index: 2;
    color: var(--lvc-dark-blue);
    font-family: mongoose, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 1.5rem;
    display: block;
    outline: none;
    width: 100%;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
button.ac-trigger:hover,
.active button.ac-trigger {
    background-color: var(--lvc-extra-light-blue);
}
button.ac-trigger span {
    padding: .563rem;
    display: block;
    outline: none;
    pointer-events: none;
}

.active .ac-trigger:after {
    content: "\ea0b";
}
.ac-trigger:hover,
.expanded > .ac-trigger:hover,
.ac-trigger:focus {
    background-color: #e1f3fd;
}

.ac-trigger:after {
    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;
    content: "\ea0a";
    padding: 0.5rem;
    border: 1px solid var(--lvc-dark-blue);
    color: var(--lvc-dark-blue);
    position: absolute;
    top: 50%;
    right: 1rem;
    border-radius: 2px;
    font-size: 0.725rem;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.expanded > .ac-trigger {
    background: #f6f7f7
}

.expanded > .ac-trigger:after,
.expanded > .accordion_group_trigger:after {
    content: "\ea0b";
}

.ac-trigger .focusable_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    padding: .563rem 3rem .563rem .563rem;
}
.ac-trigger.focusable,
.ac-trigger .focusable_inner {
    outline: none;
}

.ac-trigger.focusable:focus > .focusable_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0 0 2px 2px #51a7e8;
    box-shadow: 0 0 2px 2px #51a7e8;
}

.accordion .pane {
    padding: 0 1rem 1rem;
}
.pane {
    display: none;
}

.pane li {
    margin-bottom: 0.5rem;
}

.pane li:last-child {
    margin-bottom: 0;
}  

.gallery.slider .slide p,
.slide p {
    background: var(--lvc-dark-blue);
    color: #fff;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.57px;
    font-size: 11px;
    font-size: 0.825rem;
    line-height: 1.27272727;
    text-align: center;
    padding: 0.5em 1em;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 62px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 100%;
}

.slider {
    width: 100%;
    margin: 0 auto;
}

.slick-slide {
    margin: 0 5px;
    outline: none;
}

.slick-slide img {
    width: 100%;
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 32px;
    height: 32px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-disabled {
    opacity: 0;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'icons';
    font-size: 32px;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: var(--lvc-dark-blue);
    border-radius: 100%;
    display: block;
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
}

.slick-next:before {
    margin: 0;
    content: "\ea42";
}

.slick-prev:before {
    margin: 0;
    content: "\ea44";
}

.slick-prev {
    left: 0px;
    z-index: 99999;
}

.slick-next {
    right: 0px;
    z-index: 99999;
}
.slick-dots {
    bottom: -2.5rem;
}


/*Acronyms*/

.lvc-acroynyms {
    margin-bottom: 2em;
}

.lvc-acroynyms ul {
    list-style: none;
    margin-left: 3rem;
    margin-bottom: 0;
}

.lvc-acroynyms .question {
    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;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.5em;
    margin: 0;
    border-top: 1px solid #eee;
    padding-top: 1.5rem;
    font-size: 1.25em;
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 1rem;
}

.lvc-acroynyms .question:nth-child(2) {
    border-top: none;
    padding-top: 0;
}

.lvc-acroynyms .question p {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0;
    padding: 0 0 0 0.95em;
    line-height: 1.25em;
    font-size: 2rem;
    font-family: mongoose, sans-serif;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
}

.lvc-acroynyms .label {
    cursor: pointer;
}

@media screen and (max-width: 480px) {
    .lvc-acroynyms .question {
        font-size: 1em;
    }
    .lvc-acroynyms ul {
        margin-left: 3rem;
    }
}

.lvc-acroynyms .question span.qnumber {
    text-align: center;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 1.75rem;
    line-height: 2rem;
    width: 2rem;
    height: 2rem;
    text-align: center;
    font-family: mongoose, sans-serif;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    background: var(--lvc-yellow);
    color: #000
}

.lvc-acroynyms ul.ss-choices li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
    padding: 0 1rem 0 0;
    margin: 0 0 1.5rem 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.lvc-acroynyms .get-test-results,
.lvc-acroynyms .test-progress {
    display: none;
}
.lvc-acroynyms .test-progress {
    display: none;
    color: #bbb;
    font-size: 0.75em;
    margin-bottom: 1em;
}

.lvc-acroynyms label .ss-choice-label {
    line-height: 1.2rem;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.57px;
    font-size: 0.825rem;
    display: block;
}
ul.ss-choices {
    padding: 0;
    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;
}
#ss-form input[type="checkbox"],
#ss-form input[type="radio"] {
    position: absolute;
    left: -99999px;
}

#ss-form input[type="checkbox"]+label,
#ss-form input[type="radio"]+label {
    padding-left: 1.75rem;
    position: relative;
    margin: 0;
    background: none;
    cursor: pointer;
}

#ss-form input[type="checkbox"] label:hover,
#ss-form input[type="radio"] label:hover {
    cursor: pointer;
}

#ss-form input[type="checkbox"]+label:before,
#ss-form input[type="checkbox"]:checked+label:before,
#ss-form input[type="radio"]+label:before,
#ss-form input[type="radio"]:checked+label:before {
    font-family: 'icons';
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1rem;
    line-height: 1;
    padding: 0;
    margin: 0;
    text-decoration: none;
    display: block;
    position: absolute;
    text-align: center;
    top: 0.0875rem;
    left: 0;
    height: 1rem;
    width: 1rem;
}

#ss-form input[type="radio"]+label:before {
    border: none;
    content: "\ea56";
    color: #afb1b0;
}

#ss-form input[type="radio"]:checked+label:before {
    border: none;
    content: "\ea54";
    color: #72BB00;
}

#ss-form input[type="checkbox"]+label:before {
    border: none;
    font-family: 'icons2';
    content: "\ea53";
    line-height: 1em;
    color: #afb1b0;
}

#ss-form input[type="checkbox"]:checked+label:before {
    content: "\ea52";
    color: #72BB00;
}
#ss-form input[type="radio"].incorrect:checked+label {
    color: #CB333B;
}

#ss-form input[type="radio"].incorrect:checked+label:before {
    content: "\e910";
    color: #CB333B;
}

#ss-form input[type="radio"].correct+label {
    color: #72BB00;
    font-weight: 400;
}

#ss-form input[type="radio"].correct+label:before {
    border: none;
    content: "\ea54";
    color: #72BB00;
    line-height: 1em;
}

.correct-answer p {
    font-weight: 400;
    margin-top: 0;
}

@media screen and (max-width: 480px) {
    .correct-answer p {
        font-size: 0.925em;
    }
    .lvc-acroynyms ul.ss-choices li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%;
        padding: 0;
    }
}

.lvc-acroynyms ul.answers {
    position: relative;
}

.lvc-acroynyms ul.answers.answered:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

/* Backpack */

.b_profile_wrapper {
    background-color: #f6f7f7;
    padding: 0.5rem;
    width: 100%;;
    max-width: 720px;
    margin: 0 auto 2rem auto;
}

.b_profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #f6f7f7;
}

.b_profile_img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    position: relative;
}

.b_profile_img_container {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.b_profile_desc {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1em;
    min-height: 160px;
    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;
}

.b_profile_desc p {
    margin: 0;
}

.b_profile p.b_name {
    font-family: mongoose, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 2.5rem;
    color: var(--lvc-dark-blue);
    line-height: 1.2
}

.b_profile p.b_major {
    margin-top: 0.5rem;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.725rem;
}

@media screen and (max-width:640px) {
    .b_profile_img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
    }
    .b_profile_desc {
        padding: 0.25em 1em;
        min-height: 120px;
    }
    .b_profile p.b_name {
        font-size: 1.25em;
    }
}

@media screen and (max-width:480px) {
    .b_profile p.b_name {
        font-size: 1em;
    }
    .b_profile p {
        font-size: 0.825em;
        line-height: 1.25em;
    }
}

.backpack-image-map {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 62.5%;
    margin: 1em 0 0 0;
}

.backpack-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#palmer .backpack-image {
    background-image: url(../content/13/img/palmer-bag.jpg);
}
#palmer .b_profile_img_container {
    background-image: url(../content/13/img/palmer.jpg);
    background-position: 50% 15%;
}

#deinnocentiis .backpack-image {
    background-image: url(../content/13/img/deinnocentiis-bag.jpg);
}
#deinnocentiis .b_profile_img_container {
    background-image: url(../content/13/img/deinnocentiis.jpg);
}

#haws .backpack-image {
    background-image: url(../content/13/img/haws-bag.jpg);
}
#haws .b_profile_img_container {
    background-image: url(../content/13/img/haws.jpg);
}

#kramer .backpack-image {
    background-image: url(../content/13/img/kramer-bag.jpg);
}
#kramer .b_profile_img_container {
    background-image: url(../content/13/img/kramer.jpg);
}

#louis .backpack-image {
    background-image: url(../content/13/img/louis-bag.jpg)
}
#louis .b_profile_img_container {
    background-image: url(../content/13/img/louis.jpg);
}

.b_marker {
    position: absolute;
    height: 1em;
    width: 1em;
    font-size: 1.5em;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    z-index: 2;
    margin: -0.5em 0 0 -0.5em;
}
.backpack-image .marker:before {
    display: none;
}
.info-open .b_marker {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.b_marker:hover,
.b_marker:focus {
    cursor: pointer;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.b_marker .marker {
    margin: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 1;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    border-radius: 100%;
    background: rgba(203,51,59, 1);
    border: 2px solid #fff;
    -webkit-box-shadow: 0 0 0 10px rgba(203,51,59, 0.5);
            box-shadow: 0 0 0 10px rgba(203,51,59, 0.5);
    z-index: 2;
}
.b_marker:focus .marker {
    margin: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 1;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    border-radius: 100%;
    background: rgba(0,42,78, 1);
    border: 2px solid #fff;
    -webkit-box-shadow: 0 0 0 10px rgba(0,42,78, 0.5);
            box-shadow: 0 0 0 10px rgba(0,42,78, 0.5);
    z-index: 2;
}

@media screen and (max-width:480px) {
    .b_marker {
        font-size: 1em;
    }
    .b_marker .marker {
        -webkit-box-shadow: 0 0 0 5px rgba(203,51,59, 0.5);
                box-shadow: 0 0 0 5px rgba(203,51,59, 0.5);
    }
}

.backpack-info-popup {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.75);
    visibility: hidden;
    opacity: 0;
    z-index: 99999;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.backpack-info-window-wrapper {
    display: table;
    height: 100%;
    width: 100%;
}

.backpack-info-window-container {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.backpack-info-window {
    background: #fff;
    padding: 1.75em 1em 1em;
    width: auto;
    margin: 0 auto;
    display: table;
    width: 86%;
    max-width: 480px;
    -webkit-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0;
    border-radius: 2px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.backpack-info-window-close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    height: 2em;
    width: 2em;
    cursor: pointer;
}

.backpack-info-window-close:after {
    font-family: 'icons' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e910";
    display: block;
    height: 2rem;
    width: 2rem;
    text-align: center;
    line-height: 2rem;
    font-size: 1.5em;
}
.backpack-info-window-content h5 {
    margin: 0 0 0.5rem 0;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.57px;
    font-family: mongoose, sans-serif;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--lvc-dark-blue);
    font-size: 2rem;
    margin: 0;
}
.backpack-info-window-content p {
    margin: 0;
    font-size: 0.925em;
    line-height: 1.35em;
}

.info-open .backpack-info-popup {
    visibility: visible;
    opacity: 1;
}

.info-open .backpack-info-window {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

ul.bullet-list {
    list-style: disc;
    line-height: 1.2;
    padding-left: 2rem;
}
ul.bullet-list li {
    margin-bottom: 0.75rem;
}
ul.multi-column {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
            -webkit-column-gap: 2rem;
               -moz-column-gap: 2rem;
                    column-gap: 2rem;
}
ul.multi-column li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}
@media screen and (max-width:979px){
    #panel-15 ul.multi-column {
        -webkit-column-count: 3;
           -moz-column-count: 3;
                column-count: 3;
    }
}
@media screen and (max-width:639px){
    #panel-15 ul.multi-column {
        -webkit-column-count: 2;
           -moz-column-count: 2;
                column-count: 2;
    }
}
@media screen and (max-width:479px){
    #panel-15 ul.multi-column {
        -webkit-column-count: 1;
           -moz-column-count: 1;
                column-count: 1;
    }
}
.list_title {
    font-family: mongoose, sans-serif;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--lvc-dark-blue);
    margin: 2rem 0 1rem 0;
    padding-bottom: 1rem;
    line-height: 1;
    position: relative;
    z-index: 2;
}
.list_title:after {
    content: '';
    width: 3em;
    height: 3px;
    background-color: var(--lvc-yellow);
    position: absolute;
    bottom: 0;
    left: 0;
}

/* Panel 3 Insta Cards */
.instacards {
    padding-top: 2rem;
    padding-bottom: 1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.instacards .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.instacard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #53565a;
    opacity: 1;
    margin-bottom: 1.5rem;
    padding: 0 0 0.5rem 0.5rem;
}
.instacard_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 0 1px #eeeeef;
    box-shadow: 0 0 0 1px #eeeeef;
    color: #53565a;
    opacity: 1;
    background: #fff;
    position: relative;
    z-index:2;
}
.instacard_inner:before {
    content: '';
    position: absolute;
    top: 0.5rem;
    left: -0.5rem;
    height: calc(100% - 0.5rem);
    width: calc(100% - 0.5rem);
    z-index: 1;
    border-left: 0.5rem solid #95c1dc;
    border-bottom: 0.5rem solid #95c1dc;
}
.instacard:hover {
    color: #53565a;
    background: #fff;
    cursor: default;
    opacity: 1;
}
/*
.instacard .author {
    font-family: 'HelveticaNeue-Bold';
}
*/
.instacard_caption {
    padding: 0 1em;
}
.instacard_caption .title {
    font-family: mongoose, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1;
    margin: 1rem 0 0 0;
    color: var(--lvc-dark-blue);
}
.instacard_interaction {
    border-top: 1px solid #eeeeef;
    margin-bottom: 0;
    margin-top: auto;
    position: relative;
    z-index: 2;
}
.instacard_interaction p {
    margin: 0;
    padding: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1em;
    line-height: 1em;
}
.instacard .heart {
    -moz-appearance:none;
         appearance:none;
    -webkit-appearance:none;
    border: 0;
    background-color: transparent;
    background-image: url(../content/7/img/heart.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 2em;
    width: 2em;
    cursor: pointer;
    position: relative;
}
.instacard .heart .button_content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: none;
}
.instacard.liked .heart {
    background-image: url(../content/7/img/heart_filled.png);
}
.instacard .heart:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.instacard_interaction p .count {
    display: inline-block;
    padding: 0 0.25em;
}

.instacard:focus,
.instacard_inner:focus,
.instacard .heart:focus,
.instacard .heart .button_content:focus {
    outline: none;
}
.instacard:focus > .instacard_inner,
.heart:focus > .button_content {
    -webkit-box-shadow: 0 0 2px 2px #51a7e8;
    box-shadow: 0 0 2px 2px #51a7e8; /* keyboard-only focus styles */
}
.instacards .column[data-xlorder="1"]{
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}
.instacards .column[data-xlorder="2"]{
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}
.instacards .column[data-xlorder="3"]{
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
}
.instacards .column[data-xlorder="4"]{
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
}
.instacards .column[data-xlorder="5"]{
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
}
.instacards .column[data-xlorder="6"]{
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
}
.instacards .column[data-xlorder="7"]{
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
}
.instacards .column[data-xlorder="8"]{
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
}
.instacards .column[data-xlorder="9"]{
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
}
.instacards .column[data-xlorder="10"]{
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
}
.instacards .column[data-xlorder="11"]{
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
}
.instacards .column[data-xlorder="12"]{
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
}
.instacards .column[data-xlorder="13"]{
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
}
.instacards .column[data-xlorder="14"]{
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
}

@media screen and (max-width:979px){
    .instacards .column[data-mlorder="1"]{
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
    .instacards .column[data-mlorder="2"]{
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
    .instacards .column[data-mlorder="3"]{
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
    }
    .instacards .column[data-mlorder="4"]{
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4;
    }
    .instacards .column[data-mlorder="5"]{
        -webkit-box-ordinal-group: 6;
            -ms-flex-order: 5;
                order: 5;
    }
    .instacards .column[data-mlorder="6"]{
        -webkit-box-ordinal-group: 7;
            -ms-flex-order: 6;
                order: 6;
    }
    .instacards .column[data-mlorder="7"]{
        -webkit-box-ordinal-group: 8;
            -ms-flex-order: 7;
                order: 7;
    }
    .instacards .column[data-mlorder="8"]{
        -webkit-box-ordinal-group: 9;
            -ms-flex-order: 8;
                order: 8;
    }
    .instacards .column[data-mlorder="9"]{
        -webkit-box-ordinal-group: 10;
            -ms-flex-order: 9;
                order: 9;
    }
    .instacards .column[data-mlorder="10"]{
        -webkit-box-ordinal-group: 11;
            -ms-flex-order: 10;
                order: 10;
    }
    .instacards .column[data-mlorder="11"]{
        -webkit-box-ordinal-group: 12;
            -ms-flex-order: 11;
                order: 11;
    }
    .instacards .column[data-mlorder="12"]{
        -webkit-box-ordinal-group: 13;
            -ms-flex-order: 12;
                order: 12;
    }
    .instacards .column[data-mlorder="13"]{
        -webkit-box-ordinal-group: 14;
            -ms-flex-order: 13;
                order: 13;
    }
    .instacards .column[data-mlorder="14"]{
        -webkit-box-ordinal-group: 15;
            -ms-flex-order: 14;
                order: 14;
    }
}
@media screen and (max-width:639px){
    .instacards .column[data-msorder="1"]{
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
    .instacards .column[data-msorder="2"]{
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
    .instacards .column[data-msorder="3"]{
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
    }
    .instacards .column[data-msorder="4"]{
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4;
    }
    .instacards .column[data-msorder="5"]{
        -webkit-box-ordinal-group: 6;
            -ms-flex-order: 5;
                order: 5;
    }
    .instacards .column[data-msorder="6"]{
        -webkit-box-ordinal-group: 7;
            -ms-flex-order: 6;
                order: 6;
    }
    .instacards .column[data-msorder="7"]{
        -webkit-box-ordinal-group: 8;
            -ms-flex-order: 7;
                order: 7;
    }
    .instacards .column[data-msorder="8"]{
        -webkit-box-ordinal-group: 9;
            -ms-flex-order: 8;
                order: 8;
    }
    .instacards .column[data-msorder="9"]{
        -webkit-box-ordinal-group: 10;
            -ms-flex-order: 9;
                order: 9;
    }
    .instacards .column[data-msorder="10"]{
        -webkit-box-ordinal-group: 11;
            -ms-flex-order: 10;
                order: 10;
    }
    .instacards .column[data-msorder="11"]{
        -webkit-box-ordinal-group: 12;
            -ms-flex-order: 11;
                order: 11;
    }
    .instacards .column[data-msorder="12"]{
        -webkit-box-ordinal-group: 13;
            -ms-flex-order: 12;
                order: 12;
    }
    .instacards .column[data-msorder="13"]{
        -webkit-box-ordinal-group: 14;
            -ms-flex-order: 13;
                order: 13;
    }
    .instacards .column[data-msorder="14"]{
        -webkit-box-ordinal-group: 15;
            -ms-flex-order: 14;
                order: 14;
    }
}

.video_card_wrapper {
    padding: 0 0 0.5rem 0.5rem;
    margin: 0.5rem 0 1rem 0;
}
.video_card {
    position: relative;
    background-color: var(--lvc-dark-blue);
    color: #fff;
    z-index: 2;
}
.video_card .vid-limiter {
    position: relative;
    z-index: 2;
}
.video_card:before {
    content: '';
    position: absolute;
    top: 0.5rem;
    left: -0.5rem;
    height: calc(100% - 0.5rem);
    width: calc(100% - 0.5rem);
    z-index: 1;
    border-left: 0.5rem solid #95c1dc;
    border-bottom: 0.5rem solid #95c1dc;
    z-index:1;
}
.video_card_caption {
    padding:1rem;
}
.video_card_caption h4,
.video_card_caption h5 {
    margin: 0;
}
.gp-closed .banner_intro button {
    margin-top: 1.5rem;
}
.gp-closed .banner_intro p, 
.gp-closed #main_content #featuredCTAs,
.gp-closed.ready.notify.secondary .notification.show,
.gp-closed .secondary-panel-sidebar-content,
.gp-closed .depositCTA,
.gp-closed .fbCTA {
    display: none;
}

.gp-closed .secondary-panel-main-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    max-width: 100%;
}

#panel-7 .tiktok-embed-block {
    position: relative;
    width: 100%;
    max-width: 640px;
    height: 0;
    padding-bottom: 175%;
    margin: 1rem auto;
}
#panel-7 .tiktok-embed-block iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
p.intro {
    font-size: 1.125rem;
    font-weight: bold;
}
.insta_embed {
    width: 100%;
    margin-top: 2rem;
}
.insta_embed iframe {
    width: 100%;
    max-width: 100%!important;
}
#panel-8 ul {
    margin: -0.5rem 0 0.5rem 0;
}
#panel-8 li {
    padding: 0.25rem 0;
}

.note {
    font-style: italic;
    font-size: 0.925rem;
}
span.note_asterisk {
    display: inline-block;
}
span.note_asterisk:before {
    color: #d32f2f;
    content: '**';
    font-size: 1.5rem;
    line-height: 0.5;
    vertical-align: middle;
}

#tradition_embeds {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

#tradition_embeds p.video-caption {
    text-align: center;
    font-weight: 900;
    min-height: auto;
    padding: 0.5rem 1rem;
    margin: 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
#tradition_embeds .flex-video.tiktokembed {
    padding-bottom: 175%;
}
#tradition_embeds .tiktok-embed {
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    height: 100%!important;
    width: 100%!important;
    margin: 0!important;
    min-width: 100%!important;
    max-width: 100%!important;
    z-index: 2;
}