body {
    font-family: "Avenir";
    color: #505050;
    line-height: 1.5;
    background: #fff;
}

p {
    margin:0 0 1.3em 0;
}
h1,
h2,
h3,
h4 {
    color: #222;
    font-family: "Avenir-Bold";
    line-height: 1.3em;
    letter-spacing: 1px;
    font-weight: normal;
}
h1,
.featured-caption h2 {
    margin-top: 0;
    font-size: 3.157em;
}

h2 {
    font-size: 2.369em;
}

h3,
.h3 {
    font-size: 1.777em;
}

h4,
.h4 {
    font-size: 1.333em;
}

h5 {
    font-size: 1.125em;
}

.h3,
.h4 {
    display: block;
}

small,
.font-small {
    font-size: 0.75em;
}
strong {
    font-family: "Avenir-Bold";
    color: #333;
}
.submit_button {
    margin: 1rem 0 2rem 0;
}
header {
    background: rgba(255, 255, 255, 1);
    position: fixed;
    top: 0;
    left: 0;
    padding: 1rem 0;
    width: 100%;
    z-index: 101;
}

#masthead .column {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#logo {
    width: 100%;
    max-width: 220px;
    display: block;
    pointer-events: all;
}

#logo span {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 24.55%;
    background-image: url(../assets/sacred-heart-university-logo.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -9999px;
    overflow: hidden;
}

#mobile-site-navigation .menu-icon: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;
    content: "\e93c";
    font-size: 2em;
}

.isNav #mobile-site-navigation .menu-icon:before {
    content: "\e910";
}

#mobile-site-navigation:after {
    display: none;
}

.no-touch #mobile-site-navigation:hover {
    background-color: #000;
}

.touch #mobile-site-navigation.hovered {
    background-color: #000;
}

img {
    display: table;
    width: 100%;
    height: auto;
}

#gallery {
    position: relative;
    padding: 0;
    background: #000;
}
#gallery .video-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
    transition: opacity .25s ease;
    -webkit-transition: opacity .25s ease;
    -moz-transition: opacity .25s ease;
    -ms-transition: opacity .25s ease;
    -o-transition: opacity .25s ease;
}
#gallery .isPlaying .video-bg {
    opacity: 1;
}
#gallery .video-bg:after {
    content: '';
    position: absolute;
    top:0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
}
#gallery .video-bg iframe {
    width: 100vw;
    height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100vh;
    min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
#gallery #player {
    height: auto;
    width: auto;
    min-width: 100%;
    min-height: 100%;
}
.slide-item .video-controls {
    position: absolute;
    top: 1rem;
    right: 3rem;
    z-index: 9;
}
.interior_banner.isVideo .video-controls {
    position: absolute;
    bottom: 4rem;
    right: 3rem;
    z-index: 9;
}
.slide-item .video-controls button,
.interior_banner.isVideo .video-controls button {
    height: 2rem;
    width: 2rem;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.85);
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    opacity: 0.5;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.video-controls button:hover,
.video-controls button:focus {
    opacity: 1;
}
.video-controls button: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;
}
.video-controls button.play-pause-video:after {
    content: "\f04b";
    color: #fff;
}
.isPlaying .video-controls button.play-pause-video:after {
    content: "\f04c";
    color: #fff;
}

.slide-item {
    width: 100%;
}

.slide-caption .button--primary:hover span {
    background: #fff;
    border: 1px solid #fff;
}

.slide-caption {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    text-transform: uppercase;
    font-family: sans-serif;
    height: 100%;
    width: 100%;
    z-index: 5;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    opacity: 0;
    -webkit-transition: all 0.75s 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    -o-transition: all 0.75s 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    transition: all 0.75s 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    -moz-transition: all 0.75s 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    -ms-transition: all 0.75s 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}

.slick-current .slide-caption {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slide-caption-contents {
    width: 100%;
    margin: 0 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-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    min-height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slide-caption-title {
    position: relative;
    margin: -2rem 0 0 0;
    /*border-left: 3px solid #a70034;*/
    padding-left: 2rem;
    z-index: 3;
}

.slide-caption-title:before {
    content: '';
    display: block;
    position: absolute;
    top: -18px;
    left: 0;
    height: 12px;
    width: 12px;
    border-radius: 100%;
    background: #A70034;
    opacity: 1;
    /* margin-bottom: -4px; */
    border: 2px solid #fff;
    -webkit-box-shadow: 0 0 0 1px #a70034;
    box-shadow: 0 0 0 1px #a70034;
}

.slide-caption-title:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 5px;
    height: 100%;
    width: 2px;
    background: #a70034;
}

.slide-caption-title h2 {
    color: #fff;
    font-size: 2.5rem;
    margin: 0 0 2rem 0;
    max-width: 15em;
    line-height: 1.125em;
}

.slide-caption-title h3 {
    color: #fff;
    margin: -0.5rem 0 1.5rem 0;
    font-family: "Avenir";
    line-height: 1.3em;
    letter-spacing: 1px;
    font-weight: normal;
    font-size: 1.3333rem;
}
.slide-caption-title p {
    color: #fff;
    margin: 0 0 2rem 0;
}

.slide-item[data-category="future"] .slide-caption-title h2,
.slide-item[data-category="future"] .slide-caption-title p {
    margin: 0 0 1rem 0;
}

.slide-caption-title button,
.slide-caption-title button:hover,
.slide-caption-title button:active,
.slide-caption-title button:focus {
    margin: 0;
}

.slide-caption-title button.remind-me {
    margin: 2rem 0 0 0;
}

.slide-caption-sequence {
    position: absolute;
    bottom: 1rem;
    left: 0;
}

.slide-caption-sequence .column {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slide-caption-sequence .sequence {
    font-size: 3rem;
    font-family: "Avenir-Bold";
    opacity: 0.5;
    margin-right: 1rem;
}

.slide-caption-sequence .date {
    font-size: 0.825rem;
}

.slide-item .image {
    width: 100%;
    height: 75vh;
    min-height: 420px;
    background-position: 50% 75%;
    background-repeat: no-repeat;
    background-size: cover;
}

.slide-item[data-id="8"] .image,
.slide-item[data-id="10"] .image,
.slide-item[data-id="11"] .image,
.slide-item[data-id="12"] .image,
.slide-item[data-id="14"] .image {
    background-position: 50% 20%;
}

.slide-item .image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.slide-item .item-countdown-wrapper,
#featuredCTA-countdown-wrapper  {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    opacity: 0.85;
}

.slide-item #item-countdown,
#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;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    line-height: 1.125;
}

.slide-item #item-countdown #day,
.slide-item #item-countdown #hours,
.slide-item #item-countdown #minutes,
#featuredCTA-countdown #day,
#featuredCTA-countdown #hours,
#featuredCTA-countdown #minutes,
#featuredCTA-countdown #seconds {
    font-size: 3rem;
    padding: 0 0.5rem 0.25rem 0.5rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: "Avenir-Bold";
    background: #A70034;
    margin: 0 3px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}
#featuredCTA-countdown #day,
#featuredCTA-countdown #hours,
#featuredCTA-countdown #minutes,
#featuredCTA-countdown #seconds {
    font-size: 2rem;
    background: #fff;
    color: #A70034;
}

.slide-item #item-countdown #days-span,
.slide-item #item-countdown #hours-span,
.slide-item #item-countdown #minutes-span,
#featuredCTA-countdown #days-span,
#featuredCTA-countdown #hours-span, 
#featuredCTA-countdown #minutes-span,
#featuredCTA-countdown #seconds-span {
    font-size: 0.725rem;
    font-family: "Avenir";
}

.nav-item.slick-slide img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.nav-item.slick-slide.slick-current img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}

.slide-item[data-id="1"] .image {
    background-image: url(../images/unsplash-1.jpg);
    background-position: 50% 50%;
}

.slide-item[data-id="2"] .image {
    background-image: url(../images/unsplash-2.jpg);
}

.slide-item[data-id="3"] .image {
    background-image: url(../images/unsplash-3.jpg);
}

.slide-item[data-id="4"] .image {
    background-image: url(../images/unsplash-4.jpg);
}

.slide-item[data-id="5"] .image {
    background-image: url(../images/unsplash-5.jpg);
}

.slide-item[data-id="6"] .image {
    background-image: url(../images/unsplash-6.jpg);
}

.slide-item[data-id="7"] .image {
    background-image: url(../images/unsplash-1.jpg);
}

.slide-item[data-id="8"] .image {
    background-image: url(../images/unsplash-2.jpg);
}

.slide-item[data-id="9"] .image {
    background-image: url(../images/unsplash-3.jpg);
}

.slide-item[data-id="10"] .image {
    background-image: url(../images/unsplash-4.jpg);
}

.slide-item[data-id="11"] .image {
    background-image: url(../images/unsplash-5.jpg);
}

.slide-item[data-id="12"] .image {
    background-image: url(../images/unsplash-6.jpg);
}

.slider-nav {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50%;
    z-index: 9;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
}

.slider-nav .nav-item {
    padding: 3px;
    background-color: #fff;
    margin: 5px;
    position: relative;
}

.slider-nav .nav-item.slick-current {
    background-color: #a70034;
}

.slider-nav-sequence {
    font-family: "Avenir-Bold";
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    font-size: 1.5rem;
    line-height: 1;
    color: rgba(255, 255, 255, 0.75);
    border-bottom: 3px solid #a70034;
}

.slider-nav-alert {
    position: absolute;
    bottom: 100px;
    right: 1rem;
    max-width: 40%;
    background-color: #a70034;
    color: #fff;
    font-size: 0.825rem;
    z-index: 9;
    padding: 1rem;
    border-radius: 1rem;
}

.slider-nav-alert p {
    margin: 0;
}
/*
.slide-item:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 25%;
    left: 0;
    z-index: 2;
    background: rgb(167, 0, 52);
    background: -o-linear-gradient(285deg, rgba(167, 0, 52, 0) 0%, rgba(167, 0, 52, 0) 45%, rgba(167, 0, 52, 1) 45%, rgba(167, 0, 52, 1) 50%, rgba(167, 0, 52, 0) 50%, rgba(167, 0, 52, 0) 60%, rgba(167, 0, 52, 1) 60%);
    background: linear-gradient(165deg, rgba(167, 0, 52, 0) 0%, rgba(167, 0, 52, 0) 45%, rgba(167, 0, 52, 1) 45%, rgba(167, 0, 52, 1) 50%, rgba(167, 0, 52, 0) 50%, rgba(167, 0, 52, 0) 60%, rgba(167, 0, 52, 1) 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00594d", endColorstr="#00594d", GradientType=1);
    opacity: 0.3;
}
*/
/* Event Listings */
#events {
    position: relative;
    background-image: url(../assets/events.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

#events:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(167, 0, 52, 0.85);
    background-color: rgba(0, 0, 0, 0.5);
}

#events h2 {
    color: #fff;
}

#events .container {
    z-index: 2;
}

.event-listing {
    background: rgba(255, 255, 255, 0.85);
    position: relative;
    margin-bottom: 2rem;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;

}

.event-listing:before {
    content: '';
    display: block;
    height: 75%;
    width: 50%;
    position: absolute;
    top: -1rem;
    left: -1rem;
    border-top: 1rem solid #a70034;
    border-left: 1rem solid #a70034;
}

.event-listing-content {
    padding: 1rem;
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.event-listing-content:before {
    content: '';
    display: block;
    height: 75%;
    width: 75%;
    position: absolute;
    top: 50%;
    left: 52.5%;
    background-image: url(../assets/shu-seal.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.15;
}

.event-listing h3 ,
.event-listing-headline {
    margin: 0;
}

.event-listing .event-listing-category {
    margin: 0 0 1rem 0;
    font-size: 0.875rem;
    color: #a70034;
    text-transform: uppercase;
}

.event-listing .event-listing-date {
    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;
}

.event-listing .event-listing-date span:first-child {
    padding-right: 1rem;
}

.event-listing .button,
.event-listing .button:focus,
.event-listing .button:active,
.event-listing .button:hover {
    margin: auto auto 0 0;
}

/* Action CTAS */
.action-item {
    border: 1px solid #ddd;
    margin-bottom: 2rem;
    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%;
}

.action-item h3 {
    margin: 1rem 0;
}

.action-item-content {
    padding: 1rem;
    text-align: center;
    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%;
}

.action-item-icon {
    display: block;
    width: 100%;
    height: 3rem;
}

.action-item-icon span {
    display: block;
    width: 3rem;
    height: 3rem;
    margin: 0 auto;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.action-item-icon .facebook {
    background-image: url(../images/icons/facebook--red.png);
}

.action-item-icon .instagram {
    background-image: url(../images/icons/instagram--red.png);
}

.action-item-icon .visit {
    background-image: url(../images/icons/destination--red.png);
}

.action-item-icon .counselor {
    background-image: url(../images/icons/communication--red.png);
}

.action-item-icon .deposit {
    background-image: url(../images/icons/deposit--red.png);
}

.action-item-icon .giftcard {
    background-image: url(../images/icons/giftcard--red.png);
}
.action-item-icon .celebrate {
    background-image: url(../images/icons/celebrate--red.png);
}
.action-item-icon .reminder {
    background-image: url(../images/icons/alert--red.png);
}
.action-item-icon .meeting {
    background-image: url(../images/icons/meeting2.png);
}

.action-item-content p {
    margin: auto 0;
}
.action-item-content a {
    word-break: break-word;
}
.action-item-content .button, 
.action-item-content .button:hover, 
.action-item-content .button:focus {
    margin: 1rem 0 0 0;
}
.event_title {
    font-family: 'Avenir-Bold';
    font-size: 1.25rem;
    margin: 0 0 0.5rem 0;
}
.event_date,
.event_location {
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    line-height: 1.2;
    margin: 0.5rem 0 0 0;
}
.event_location {
    margin: 0.5rem 0 1rem 0;
}
.event_date:before,
.event_location: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;
    margin: 0 1rem 0 0;
}
.event_location:before {
    margin: 0.125rem 1rem 0 0;
}
.event_date:before {
    content: "\e9a1";
}
.event_location:before {
    content: "\e97c";
}
/* section headings */
.section-heading {
    position: relative;
    margin: 0 0 2rem 0;
    width: 100%;
}

/*
.section-heading:before {
content: '';
display: block;
position: absolute;
top: 0px;
left: -1rem;
height: 12px;
width: 12px;
border-radius: 100%;
background: #A70034;
opacity: 1;
border: 2px solid #fff;
-webkit-box-shadow: 0 0 0 1px #a70034;
box-shadow: 0 0 0 1px #a70034;
}
.section-heading:after {
content: '';
display: block;
position: absolute;
top: 6px;
left: 0;
height: 1px;
width: 100%;
background: #000;
opacity: 0.125;
}
*/
/*
.gray-bg {
background: #f4f4f4;
}
*/
/* CTA Blocks */
button.cta,
a.cta {
    padding: 1rem;
    margin: 0.5rem 0;
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    text-align: center;
    font-family: 'Avenir', sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

button.cta:after {
    display: none;
}

.cta .button {
    border: 1px solid #fff;
    color: #fff;
    display: block;
    overflow: hidden;
    width: 100%;
    max-width: 280px;
    font-size: 0.875rem;
    line-height: 1.125em;
    text-align: center;
    outline: none;
    padding: 0.75rem 1rem;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin: 1rem auto 0 auto;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    font-weight: normal;
}

.cta--red,
.cta--red span {
    background: #a70034;
    color: #fff;
}
.cta--red:focus,
.cta--red:active,
.cta--red:focus > span ,
.cta--red:active > span {
    background: #a70034;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.cta--blue,
.cta--blue span {
    /*background: #023e74;*/
    background: #036;
    color: #fff;
}
.cta--black,
.cta--black span {
    background: #000;
    color: #fff;
}
.cta--gray,
.cta--gray span {
    background: #6e7072;
    color: #fff;
}

.cta--red .sub-heading,
.cta--blue .sub-heading,
.cta--black .sub-heading,
.cta--gray .sub-heading {
    color: #fff;
    font-family: 'Avenir-Light', sans-serif;
}
.cta--red .heading,
.cta--blue .heading,
.cta--black .heading,
.cta--gray .heading {
    color: #fff;
    font-family: 'Avenir-Bold', sans-serif;
    text-transform: uppercase;
}

.cta .button:hover {
    background: #fff;
}
.cta--red .button:hover {
    color: #a70034;
}
.cta--black .button:hover {
    color: #000;
}
.cta--gray .button:hover {
    color: #6e7072;
}
.cta--blue .button:hover {
    color: #036;
}
.button.blue--cta-button {
    background: #036;
    color: #fff;
}
.cta-content {
    border: none;
    padding: 0;
    min-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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.cta-content .h3.heading {
    line-height: 1.2;
    margin: 0;
    font-size: 1.25rem;
    display: inline-block;
}
.cta-content .h4.sub-heading {
    font-size: 1rem;
    margin: 0.25rem 0 0 0;
    display: inline-block;
    line-height: 1.2;
}
/*===================================*/

/* Interior Page Styles */
/*===================================*/
section.interiorContainer {
    padding: 0;
}
.interiorContainer .column_group.collapsed {
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.secondary-panel-main-content,
.secondary-panel-sidebar-content {
    padding: 0 0 2rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
@media screen and (max-width:979px){
    .secondary-panel-main-content {
        padding-bottom: 0;
    }
}
.secondary-panel-sidebar-content {
    padding-top: 2rem;
    border-left: 1px solid rgba(0,0,0,0.1);
}

section.interior_breadcrumb,
section.interior_banner {
    padding: 0;
}
section.interior_banner {
    position: relative;
    overflow: hidden;
}
section.interior_banner .video-bg {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 40%;
}
section.interior_banner .video-bg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.3);
}
section.interior_banner .video-bg iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    max-width: calc(177.778vh);
    height: calc(56.25vw);
    opacity: 0;
    transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
}
section.interior_banner.isPlaying .video-bg iframe {
    opacity: 1;
}
section.interior_banner .video-controls {
    position: absolute;
    bottom: 0;
    right: 2rem;
}
#secondary-content[data-hasbannervideo="true"] section.interior_banner {
    max-height: 75vh;
}
#secondary-content[data-hasbannervideo="false"] section.interior_banner .video-bg,
#secondary-content[data-hasbannervideo="false"] section.interior_banner .video-controls {
    display: none;  
}
.interior_breadcrumb {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #a70034;
    color: #fff;
    visibility: hidden;
    transition: visibility 0.35s cubic-bezier(0.4, 0.0, 0.6, 1) transform 0.35s cubic-bezier(0.4, 0.0, 0.6, 1);
    -webkit-transition: visibility 0.35s cubic-bezier(0.4, 0.0, 0.6, 1) transform 0.35s cubic-bezier(0.4, 0.0, 0.6, 1);
    -moz-transition: visibility 0.35s cubic-bezier(0.4, 0.0, 0.6, 1) transform 0.35s cubic-bezier(0.4, 0.0, 0.6, 1);
    -ms-transition: visibility 0.35s cubic-bezier(0.4, 0.0, 0.6, 1) transform 0.35s cubic-bezier(0.4, 0.0, 0.6, 1);
    -o-transition: visibility 0.35s cubic-bezier(0.4, 0.0, 0.6, 1) transform 0.35s cubic-bezier(0.4, 0.0, 0.6, 1);
    transform:translate3d(0,-100%,0);
    -webkit-transform:translate3d(0,-100%,0);
    -moz-transform:translate3d(0,-100%,0);
    -ms-transform:translate3d(0,-100%,0);
    -o-transform:translate3d(0,-100%,0);
    -moz-transition: all .35s cubic-bezier(0.4, 0.0, 0.6, 1);
    -ms-transition: all .35s cubic-bezier(0.4, 0.0, 0.6, 1);
    line-height: 1;
}
.interior_breadcrumb .column {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.interior_breadcrumb button.home {
    padding: 0;
    margin: 0 2rem 0 0;
    height: 2rem;
    width: 2rem;
    display: block;
    color: #fff;
}
.interior_breadcrumb button.home: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: "\e933";
    font-size: 1.5rem;
}
.interior_breadcrumb .page-title {
    font-size: 0.825rem;
    text-transform: uppercase;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    opacity: 0.75;
}
.ready.secondary .interior_breadcrumb {
    visibility: visible;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
}
.secondary_breadcrumb {
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    text-transform: uppercase;
}
.secondary_breadcrumb a {
    color: #A70034;
    cursor: pointer;
}
.interior_banner .banner_aspect {
    width: 100%;
    height: 60vh;
    min-height: 20rem;
    position: relative;
    overflow: hidden;
}
#secondary-content[data-hasbannervideo="true"] section.interior_banner .banner_aspect {
    height: 100px;
    min-height: 0;
}
#secondary-content[data-hasbannervideo="false"] section.interior_banner .banner_aspect {
    margin-top: 3rem;
}
#secondary-content[data-hasbannervideo="false"][data-id="13"] section.interior_banner .banner_aspect,
#secondary-content[data-hasbannervideo="false"][data-id="14"] section.interior_banner .banner_aspect {
    margin-top: 7rem;
}

.interior_banner.isVideo {
    padding-top: 80px;
    max-height: 75vh;
    overflow: hidden;
}
.interior_banner.isVideo .banner_aspect {
    height: 0;
    min-height: 0;
    padding-bottom: 56.25%;
}
.interior_banner .banner_bg,
.interior_banner .video-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
#secondary-content[data-hasbannervideo="true"] section.interior_banner .banner_bg {
    background: #fff;
}
section.secondary_breadcrumb {
    padding: 0.5em 0;
    font-family: 'Avenir', sans-serif;
    text-transform: uppercase;
}

.secondary_breadcrumb span,
.secondary_breadcrumb a {
    font-size: .6875rem;
    line-height: .6875rem;
    margin: 0;
}

.secondary_breadcrumb span:before {
    color: #aaa;
    content: "/";
    margin: 0 12px;
    margin: 0 .75rem;
    position: relative;
    top: 1px;
}

.interiorContainer .heading {
    margin: 1rem 0;
    text-transform: uppercase;
}
.interiorContainer .sub-heading {
    margin: 0 0 1rem 0;
    font-size: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.interiorContainer .subheading {
    margin: -0.5rem 0 1rem 0;
    font-size: 1.25rem;
}
.interiorContainer #entry-form-wrapper[data-status="closed"] .sub-heading {
    font-size: 1rem;
}
.interiorContainer .entry-form-header h4 {
    margin: 0 0 1rem 0;
    text-transform: uppercase;
}
.gform {
    width: 100%;
}
.prizeImage {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
}

#secondary-content[data-id="1"] .interior_banner .banner_bg,
#secondary-content[data-id="1"] .interior_banner .video-bg {
    background-image: url(../images/img01-f.jpg);
}
#secondary-content[data-id="2"] .interior_banner .banner_bg,
#secondary-content[data-id="2"] .interior_banner .video-bg {
    background-image: url(../images/img02-f.jpg);
    background-position: 50% 75%;
}
#secondary-content[data-id="3"] .interior_banner .banner_bg,
#secondary-content[data-id="3"] .interior_banner .video-bg {
    background-image: url(../images/img03-f.jpg);
    background-position: 50% 25%;
}
#secondary-content[data-id="4"] .interior_banner .banner_bg,
#secondary-content[data-id="4"] .interior_banner .video-bg {
    background-image: url(../images/img04-f.jpg);
    background-position: 50% 75%;
}
#secondary-content[data-id="5"] .interior_banner .banner_bg,
#secondary-content[data-id="5"] .interior_banner .video-bg {
    background-image: url(../images/img05-f.jpg);
    background-position: 50% 75%;
}
#secondary-content[data-id="6"] .interior_banner .banner_bg,
#secondary-content[data-id="6"] .interior_banner .video-bg {
    background-image: url(../images/img06-f.jpg);
    background-position: 50% 50%;
}
#secondary-content[data-id="7"] .interior_banner .banner_bg,
#secondary-content[data-id="7"] .interior_banner .video-bg {
    background-image: url(../images/img07-f.jpg);
    background-position: 50% 75%;
}
#secondary-content[data-id="8"] .interior_banner .banner_bg,
#secondary-content[data-id="8"] .interior_banner .video-bg {
    background-image: url(../images/img08-f.jpg);
    background-position: 50% 0%;
}
#secondary-content[data-id="9"] .interior_banner .banner_bg,
#secondary-content[data-id="9"] .interior_banner .video-bg {
    background-image: url(../images/img09-f.jpg);
    background-position: 50% 0%;
}
#secondary-content[data-id="10"] .interior_banner .banner_bg,
#secondary-content[data-id="10"] .interior_banner .video-bg {
    background-image: url(../images/img10-f.jpg?ver=2);
    background-position: 50% 0%;
}
#secondary-content[data-id="11"] .interior_banner .banner_bg,
#secondary-content[data-id="11"] .interior_banner .video-bg {
    background-image: url(../images/img11-f.jpg?ver=2);
    background-position: 50% 5%;
}
#secondary-content[data-id="12"] .interior_banner .banner_bg,
#secondary-content[data-id="12"] .interior_banner .video-bg {
    background-image: url(../images/img12-f.jpg?ver=2);
    background-position: 50% 5%;
}
.slide-item[data-id="13"] .image,
#secondary-content[data-id="13"] .interior_banner .banner_bg {
    background-position: 50% 25%;
}
#secondary-content[data-id="13"] .interior_banner .banner_bg,
#secondary-content[data-id="13"] .interior_banner .video-bg {
    background-image: url(../images/img13-f.jpg);
}
#secondary-content[data-id="14"] .interior_banner .banner_bg,
#secondary-content[data-id="14"] .interior_banner .video-bg {
    background-image: url(../images/img14-f.jpg);
    background-position: 50% 50%;
}
hr {
    border-top: 3px solid #ddddde;
    display: block;
    width: 100%;
    margin: 1rem 0 1rem 0;
}
#secondary .cta_group hr {
    border-top: 3px solid #ddddde;
    display: block;
    width: 100%;
    margin: 1rem 0 1.5rem 0;
}

#featuredCTA {
    padding: 1rem;
    width: 100%;
    background:#A70034;
    margin: 1rem 0 1rem 0;
    text-align: center;
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
            color: #fff;
}
#featuredEventCTA {
    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;
}
#featuredEventCTA h3 {
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.2;
}
#featuredCTA p {
    line-height: 1.2;
    margin: 0 0 1rem 0;
    font-size: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#featuredCTA-countdown-wrapper {
    opacity: 1;
    margin-bottom: 1rem;
}
#featuredEventCTA button, 
#featuredEventCTA .button,
#featuredEventCTA a.button {
    margin: 0;
}
#featuredEventCTA button > span, 
#featuredEventCTA .button > span,
#featuredEventCTA a.button > span {
    border: 1px solid #fff;
    color: #fff;
    min-width: 240px;
}
#featuredEventCTA button > span:hover,
#featuredEventCTA button > span:focus, 
#featuredEventCTA button > span:active, 
#featuredEventCTA .button > span:hover,
#featuredEventCTA .button > span:focus, 
#featuredEventCTA .button > span:active,
#featuredEventCTA a.button > span:hover,
#featuredEventCTA a.button > span:focus, 
#featuredEventCTA a.button > span:active {
    margin: 0;
    border: 1px solid #fff;
    background: #fff;
    color: #a70034;
    
}
@media screen and (max-width: 979px) {
    .interior_banner .banner_aspect {
        min-height: 280px;
    }
    .secondary-panel-sidebar-content {
        padding-top: 2rem;
        border-left: none;
    }
    .secondary-panel-sidebar-content .gform {
        padding-top: 2rem;
        border-top: 3px solid #ddddde;
    }
}
@media screen and (max-width: 639px) {
    .interior_banner .banner_aspect {
        height: 30vh;
        min-height: 280px
    }
}
/*===================================*/

/* Notification */
.notification {
    position: fixed;
    bottom: 0;
    z-index: 11;
    background-color: #a70034;
    width: 100%;
    padding: 1.5rem 1.75rem 1rem;
    -webkit-transition: -webkit-transform .35s cubic-bezier(0.4, 0.0, 0.6, 1);
    transition: -webkit-transform .35s cubic-bezier(0.4, 0.0, 0.6, 1);
    -o-transition: transform .35s cubic-bezier(0.4, 0.0, 0.6, 1);
    transition: transform .35s cubic-bezier(0.4, 0.0, 0.6, 1);
    transition: transform .35s cubic-bezier(0.4, 0.0, 0.6, 1), -webkit-transform .35s cubic-bezier(0.4, 0.0, 0.6, 1);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    text-align: center;
}

.notification_close {
    position: absolute;
    top: 2px;
    right: 2px;
    margin: 0;
    color: #fff;
}
.notification_close > span {
    border: none;
    padding: 0;
    line-height: 1;
}
.notification_close > span:hover,
.notification_close > span:active {
    background: #fff;
    color: #a70034;
}
.notification_close span: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: 1.75rem;
    width: 1.75rem;
    text-align: center;
    line-height: 1.75rem;
    font-size: 1em;
}

.notification a {
    display: inline-block;
}

.notification p {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
}
.notification h4:first-child {
    font-family: 'Avenir-Light';
    letter-spacing: 0;
    font-size: 0.925rem;
}
.notification h4 {
    margin: 0;
    color: #fff;
    font-size: 1.125rem;
    text-transform: uppercase;
    line-height: 1.2;
}
@media screen and (max-width:979px){
    .ready.notify.secondary .notification.show {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
/*===================================*/
/* Pagination */
#pagination {
    background-color: #f4f4f4;
    padding: 1rem 0;
    font-family: 'Avenir', sans-serif;
}
#pagination .pagination {
    display: table;
    margin: 0 auto;
    padding: 0;
}
.pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
    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;
}
.pagination li {
    margin: 0 0.5em;
}
.pagination li:first-child {
    margin-left: 0;
}

.pagination li:last-child {
    margin-right: 0;
}
.pagination button {
    margin: 0;
}
.pagination button span {
    border: 1px solid #222;
    color: #222;
    padding: 0;
    cursor: pointer;
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.pagination button.current span,
.pagination button span:hover,
.pagination button span:active,
.pagination button span:focus {
    background: #a70034;
    border: 1px solid #a70034;
    color: #fff;
}

.pagination_home {
    position: relative;
}

.pagination_home span:before,
.breadcrumb .home.pagination_home: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;
    content: "\f015";
}

.breadcrumb .home.pagination_home:before {
    font-size: 1em;
    line-height: 1em;
    height: auto;
    width: auto;
}

/*===================================*/


.fadeIn {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    opacity: 0;
    -webkit-transition: all 0.75s cubic-bezier(0.65, 0, 0.35, 1);
    -o-transition: all 0.75s cubic-bezier(0.65, 0, 0.35, 1);
    transition: all 0.75s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-transition: all 0.75s cubic-bezier(0.455, 0.030, 0.515, 0.955);
    -o-transition: all 0.75s cubic-bezier(0.455, 0.030, 0.515, 0.955);
    transition: all 0.75s cubic-bezier(0.455, 0.030, 0.515, 0.955);
}

.inView {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}


/* Remind Me */
.remind-me-notification,
.form-container  {
    padding-top: 2rem;
}

.hasIcon {
    position: relative;
    padding-left: 3.5rem;
    line-height: 1.2em;
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
}

.notify-icon:before {
    content: '';
    display: block;
    width: 3rem;
    height: 3rem;
    margin-right: 0.5rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/icons/alert--red.png);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
}
.giftcard-icon:before {
    content: '';
    display: block;
    width: 3rem;
    height: 3rem;
    margin-right: 0.5rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/icons/giftcard--red.png);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
}
.remind-me-event {
    position: relative;
    padding-left: 2rem;
    overflow: hidden;
    margin-bottom: 1rem;
}
.remind-me-event:before {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 1px;
    height: 12px;
    width: 12px;
    border-radius: 100%;
    background: #A70034;
    opacity: 1;
    /* margin-bottom: -4px; */
    border: 2px solid #fff;
    -webkit-box-shadow: 0 0 0 1px #a70034;
    box-shadow: 0 0 0 1px #a70034;
}

.remind-me-event:after {
    content: '';
    display: block;
    position: absolute;
    top: 24px;
    left: 6px;
    height: 100%;
    width: 2px;
    background: #a70034;
}
.remind-me-event .button-group li:last-child {
    margin-bottom: 0;
}
.form-container .hasIcon,
.remind-me-notification h3 {
    text-transform: uppercase;
    font-size: 1rem;
    margin: 1rem 0 3rem 0;
}

.remind-me-notification .title {
    font-family: 'Avenir-Bold';
    font-size: 1.25rem;
    line-height: 1.25em;
    margin: 0 0 1rem 0marginmargin
}

.date-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5rem 0 -0.5rem;
    padding: 0;
    list-style: none;
    min-width: 100%;
}

.date-time li {
    padding: 0 2rem 0 0.5rem;
    margin-bottom: 1rem;
    line-height: 1;
}

.date-time .date:before,
.date-time .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;
    display: inline-block;
    margin-right: 0.5rem;
    color: #a70034;
}

.date-time .date:before {
    content: "\e9a1";
}

.date-time .time:before {
    content: "\f017";
}

#remind-me-form-wrapper {
    padding: 2rem 0;
}
#gp-entry-form-wrapper {
    padding: 0 0 2rem 0;
}
#remind-me-form-form h3,
#gp-entry-form-form h3 {
    margin: 0 0 1rem 0;
    line-height: 1.2;
}
#gp-entry-form-form h3 {
    font-size: 1.25rem;
    max-width: 100%;
}
.entry-form-header {
    margin-bottom: 2rem;
}
.entry-form-header h3 {
    text-transform: uppercase;
    color: #a70034;
    max-width: 24rem;
}

#form_reset {
    margin: 0 0 1rem 0;
}
#form_reset a {
    color: #A70034;
    cursor: pointer;
}
#form_reset a:hover,
#form_reset a:active, 
#form_reset a:focus {
    color: #000;
    text-decoration: underline;
}
#remind-me-form-success,
#gp-entry-form-success,
#entry-form-success {
    text-align: center;
    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;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.working #remind-me-form-success,
.working #gp-entry-form-success,
.working #entry-form-success {
    transform: scale(1);
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
#remind-me-form-success h2,
#gp-entry-form-success h2,
#entry-form-success h2 {
    margin: 1rem 0 0 0;
    text-transform: uppercase;
    font-size: 1.5rem;
    line-height: 1.2;
}

#remind-me-form-success h4,
#gp-entry-form-success h4,
#entry-form-success h4 {
    margin: 1rem auto;
    max-width: 25rem;
}
#remind-me-form-success p,
#gp-entry-form-success p,
#entry-form-success p {
    margin: 0 auto 1rem auto;
    max-width: 25rem;
}
#gp-entry-form-success p,
#entry-form-success p {
    margin: 1rem auto;
}
#remind-me-form-success .button--ok,
#gp-entry-form-success .button--ok {
    margin: 1rem auto;
    width: 100px;
}
.button--ok {
    background: #72BB00;
    border-color: #72BB00;
    color: #fff;
}
.button--ok:hover,
.button--ok:active, 
.button--ok:focus {
    margin: 1rem auto;
    background:transparent;
    color: #72BB00;
}
#remind-me-form .form-error {
    display: none;
    color: #a70034;
    line-height: 1;
    font-size: 0.825rem;
    margin: 1rem 0;
    position: relative;
    padding-left: 2rem;
}
#remind-me-form .form-error:before {
    font-family: 'icons' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e902";
    font-size: 1.5rem;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
            transform: translate(0,-50%);
}
#remind-me-form.error .form-error {
    display: block;
}


.video_block {
    width: 100%;
    padding: 1rem;
    margin: 0 auto 2rem auto;
    background-color: #F2F2F2;
}
.video_block_title {
    margin: 0.75rem 0 0 0;
}
/*== start of code for tooltips ==*/
.tool {
    cursor: help;
    position: relative;
}


/*== common styles for both parts of tool tip ==*/
.tool::before,
.tool::after {
    left: 50%;
    opacity: 0;
    position: absolute;
    z-index: -100;
}

.tool:hover::before,
.tool:focus::before,
.tool:hover::after,
.tool:focus::after {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    z-index: 100; 
}


/*== pointer tip ==*/
.tool::before {
    border-style: solid;
    border-width: 1em 0.75em 0 0.75em;
    border-color: #3E474F transparent transparent transparent;
    bottom: 100%;
    content: "";
    margin-left: -0.5em;
    -webkit-transition: all .65s cubic-bezier(.84,-0.18,.31,1.26), opacity .65s .5s;
    -o-transition: all .65s cubic-bezier(.84,-0.18,.31,1.26), opacity .65s .5s;
    transition: all .65s cubic-bezier(.84,-0.18,.31,1.26), opacity .65s .5s;
    -webkit-transform:  scale(.6) translateY(-90%);
        -ms-transform:  scale(.6) translateY(-90%);
            transform:  scale(.6) translateY(-90%);
} 

.tool:hover::before,
.tool:focus::before {
    -webkit-transition: all .65s cubic-bezier(.84,-0.18,.31,1.26) .2s;
    -o-transition: all .65s cubic-bezier(.84,-0.18,.31,1.26) .2s;
    transition: all .65s cubic-bezier(.84,-0.18,.31,1.26) .2s;
}


/*== speech bubble ==*/
.tool::after {
    background: #3E474F;
    border-radius: .25em;
    bottom: 180%;
    color: #EDEFF0;
    content: attr(data-tip);
    margin-left: -8.75em;
    padding: 1em;
    -webkit-transition: all .65s cubic-bezier(.84,-0.18,.31,1.26) .2s;
    -o-transition: all .65s cubic-bezier(.84,-0.18,.31,1.26) .2s;
    transition: all .65s cubic-bezier(.84,-0.18,.31,1.26) .2s;
    -webkit-transform:  scale(.6) translateY(50%);
        -ms-transform:  scale(.6) translateY(50%);
            transform:  scale(.6) translateY(50%);  
    width: 17.5em;
}

.tool:hover::after,
.tool:focus::after  {
    -webkit-transition: all .65s cubic-bezier(.84,-0.18,.31,1.26);
    -o-transition: all .65s cubic-bezier(.84,-0.18,.31,1.26);
    transition: all .65s cubic-bezier(.84,-0.18,.31,1.26);
}

@media (max-width: 760px) {
  .tool::after { 
        font-size: .75em;
        margin-left: -5em;
        width: 10em; 
  }
}


/* Loader */
.cover {
    position: fixed;
    z-index: 98;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .35s 0s cubic-bezier(0.4, 0.0, 0.6, 1), visibility 0s 0.35s cubic-bezier(0.4, 0.0, 0.6, 1);
    -webkit-transition: opacity .35s 0s cubic-bezier(0.4, 0.0, 0.6, 1), visibility 0s 0.45s cubic-bezier(0.4, 0.0, 0.6, 1);
    -o-transition: opacity .35s 0s cubic-bezier(0.4, 0.0, 0.6, 1), visibility 0s 0.45s cubic-bezier(0.4, 0.0, 0.6, 1);
    transition: opacity .35s 0s cubic-bezier(0.4, 0.0, 0.6, 1), visibility 0s 0.45s cubic-bezier(0.4, 0.0, 0.6, 1);
}
.ready .cover {
    visibility: hidden;
    opacity: 0;
}
#loading {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.loader {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 1);
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .35s 0s cubic-bezier(0.4, 0.0, 0.6, 1), visibility 0s 0.35s cubic-bezier(0.4, 0.0, 0.6, 1);
    -o-transition: opacity .35s 0s cubic-bezier(0.4, 0.0, 0.6, 1), visibility 0s 0.35s cubic-bezier(0.4, 0.0, 0.6, 1);
    transition: opacity .35s 0s cubic-bezier(0.4, 0.0, 0.6, 1), visibility 0s 0.35s cubic-bezier(0.4, 0.0, 0.6, 1);
}

.ready .loader {
    visibility: hidden;
    opacity: 0;
}
.ready.loading_content #wrapper {
    opacity: 0;
}
.ready.loading_content .loader {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .35s 0s cubic-bezier(0.4, 0.0, 0.6, 1), visibility 0s 0s cubic-bezier(0.4, 0.0, 0.6, 1);
    -o-transition: opacity .35s 0s cubic-bezier(0.4, 0.0, 0.6, 1), visibility 0s 0s cubic-bezier(0.4, 0.0, 0.6, 1);
    transition: opacity .35s 0s cubic-bezier(0.4, 0.0, 0.6, 1), visibility 0s 0s cubic-bezier(0.4, 0.0, 0.6, 1);
}
    
.loader_icon {
    width: 5rem;
    height: 5rem;
    border-radius: 100%;
    overflow: hidden;
    background-image: url(../assets/shu-seal.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    z-index: 9;
    background-color: #fff;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.lds-ring {
    display: block;
    position: absolute;
    width: 5.75rem;
    height: 5.75rem;
    top: 50%;
    left: 50%;
    z-index: 4;
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.2);
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.lds-ring div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 86px;
    height: 86px;
    margin: 3px;
    border: 3px solid #a70034;
    border-radius: 50%;
    -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #a70034 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    -webkit-animation-delay: -0.45s;
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    -webkit-animation-delay: -0.15s;
    animation-delay: -0.15s;
}

@-webkit-keyframes lds-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes lds-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* ==========================================================================
	Footer
============================================================================= */
.fs-row {
    padding: 0;
    width: 100%;
    max-width: 80rem;
    margin: 0 auto;
}

.fs-cell {
    padding: 0 2rem;
}

.utility_nav_lg {
    padding: 0 2rem;
}

.utility_nav_lg .utility_nav_inner {
    padding: 0;
    width: 100%;
    max-width: 76rem;
    margin: 0 auto;
}

/* ==========================================================================
	Meta
============================================================================= */

.meta {
    margin-bottom: 28px;
}

@media (min-width: 600px) {
    .meta {
        width: 50%;
        padding-right: 28px;
    }
}

.meta_title {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
    line-height: 1.5;
    text-transform: uppercase;
    color: #fff;
    display: block;
    margin-bottom: 12px;
}

@media screen and (min-width: 740px) {
    .meta_title {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.23077;
    }
}

@media screen and (min-width: 740px) {
    .meta_title {
        margin-bottom: 14px;
    }
}


/* Details
============================================================================= */

.meta_details {
    font-weight: 400;
    font-family: 'Avenir-Light', 'Avenir', sans-serif;
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.71429;
}

@media screen and (min-width: 740px) {
    .meta_details {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.5;
    }
}

.meta_detail {
    display: block;
}

@media screen and (min-width: 740px) {
    .meta_detail_address {
        margin-bottom: 8px;
    }
}

.meta_detail_label {
    color: inherit;
}

@media print {
    .meta_detail_label:after {
        content: normal;
        display: none;
    }
}

@media screen and (min-width: 740px) {
    .meta_address_street {
        display: block;
    }
}

/* ==========================================================================
	Social Navigation
============================================================================= */

@media print {
    .social_nav {
        display: none;
    }
}

.social_nav_title {
    width: 1px;
    height: 1px;
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    margin: -1px;
    overflow: hidden;
    padding: 0;
}

.social_nav_title.focusable:active,
.social_nav_title.focusable:focus {
    width: auto;
    height: auto;
    position: static;
    clip: auto;
    margin: 0;
    overflow: visible;
}


/* Social Links
============================================================================= */

.social_nav_list {
    list-style: none;
    margin: 0 -8px;
    padding: 0;
}

@media screen and (min-width: 980px) {
    .social_nav_base .social_nav_list {
        margin-top: -16px;
    }
}

.social_nav_item {
    display: inline-block;
    vertical-align: top;
}

.social_nav_link {
    position: relative;
    display: block;
    padding: 8px;
    -webkit-transition: color .25s, opacity .25s, -webkit-transform .25s;
    transition: color .25s, opacity .25s, -webkit-transform .25s;
    -o-transition: color .25s, opacity .25s, transform .25s;
    transition: color .25s, opacity .25s, transform .25s;
    transition: color .25s, opacity .25s, transform .25s, -webkit-transform .25s;
}

.theme_white .social_nav_link {
    color: #fff;
}

.theme_gray .social_nav_link {
    color: #6E7072;
}

.increased-contrast-on .theme_gray .social_nav_link {
    color: #000;
}

.theme_red .social_nav_link {
    color: #A70034;
}

.increased-contrast-on .theme_red .social_nav_link {
    color: #000;
}

.social_nav_link:hover,
.social_nav_link:focus {
    color: #A70034;
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.theme_white .social_nav_link:hover,
.theme_white .social_nav_link:focus {
    color: #f4f4f4;
}

.increased-contrast-on .theme_white .social_nav_link:hover,
.increased-contrast-on .theme_white .social_nav_link:focus {
    color: #F8DA80;
}

.increased-contrast-on .theme_gray .social_nav_link:hover,
.increased-contrast-on .theme_gray .social_nav_link:focus {
    color: #A70034;
}

.increased-contrast-on .theme_red .social_nav_link:hover,
.increased-contrast-on .theme_red .social_nav_link:focus {
    color: #000;
}

.social_nav_label {
    width: 1px;
    height: 1px;
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    margin: -1px;
    overflow: hidden;
    padding: 0;
}

.social_nav_label.focusable:active,
.social_nav_label.focusable:focus {
    width: auto;
    height: auto;
    position: static;
    clip: auto;
    margin: 0;
    overflow: visible;
}

.footer {
    position: relative;
    background: #6E7072;
    overflow: hidden;
    padding: 40px 0;
}

@media print {
    .footer {
        display: none;
    }
}

@media screen and (min-width: 740px) {
    .footer {
        padding-bottom: 70px;
    }
}

@media screen and (min-width: 980px) {
    .footer {
        padding: 70px 0;
    }
}

.increased-contrast-on .footer {
    background: #000;
}

.footer_ribbon_inner {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 28px;
    padding-bottom: 25px;
}

@media screen and (min-width: 980px) {
    .footer_ribbon_inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-bottom: 12px;
    }
}

.increased-contrast-on .footer_ribbon_inner {
    border-color: #fff;
}

@media (min-width: 600px) {
    .footer_ribbon_group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width: 980px) {
    .footer_ribbon_group {
        max-width: 600px;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }
}

@media (min-width: 360px) and (max-width: 499px) {
    .footer_ribbon_sole {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media screen and (min-width: 980px) {
    .footer_ribbon_sole {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}


/* Campuses
============================================================================= */

.campuses_block {
    margin-bottom: 18px;
}

@media (min-width: 600px) {
    .campuses_block {
        width: 50%;
    }
}

.campuses_title {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
    line-height: 1.5;
    text-transform: uppercase;
    color: #fff;
    display: block;
    margin-bottom: 12px;
}

@media screen and (min-width: 740px) {
    .campuses_title {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.23077;
    }
}

@media screen and (min-width: 740px) {
    .campuses_title {
        margin-bottom: 14px;
    }
}

.campus {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.71429;
    margin-bottom: 4px;
}

@media screen and (min-width: 740px) {
    .campus {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.5;
        margin-bottom: 10px;
    }
}

.campus:last-child {
    margin-bottom: 0;
}

.campus_link {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    color: #fff;
    display: block;
    margin-right: 8px;
}

.campus_link_inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.campus_link_label {
    margin-right: 10px;
    text-decoration: underline;
    -webkit-transition: color .25s, -webkit-text-decoration-color .25s;
    transition: color .25s, -webkit-text-decoration-color .25s;
    -o-transition: color .25s, text-decoration-color .25s;
    transition: color .25s, text-decoration-color .25s;
    transition: color .25s, text-decoration-color .25s, -webkit-text-decoration-color .25s;
}

.campus_link:hover .campus_link_label,
.campus_link:focus .campus_link_label {
    color: #f4f4f4;
    -webkit-text-decoration-color: #A70034;
    text-decoration-color: #A70034;
}

.increased-contrast-on .campus_link:hover .campus_link_label,
.increased-contrast-on .campus_link:focus .campus_link_label {
    color: #F8DA80;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
}

.campus_link_location {
    font-weight: 400;
    font-family: 'Avenir', 'Avenir', sans-serif;
    color: #fff;
    margin-right: 10px;
    font-style: italic;
}

.campus_link_icon {
    position: relative;
    top: -1px;
}


/* Copyright
============================================================================= */

.copyright {
    font-weight: 400;
    font-family: 'Avenir', 'Avenir', sans-serif;
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.71429;
    margin: 5px 0;
    text-transform: uppercase;
}

@media screen and (min-width: 500px) {
    .copyright {
        font-size: 13px;
        font-size: 0.8125rem;
        letter-spacing: 1px;
        letter-spacing: 0.0625rem;
        line-height: 1.84615;
        margin: 0;
    }
}

@media screen and (max-width: 499px) {
    .copyright_holder_name {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .slider-nav-sequence {
        top: 0.25rem;
        left: 0.25rem;
        font-size: 1rem;
        border-bottom: 2px solid #a70034;
    }
}

#cta-bar {
    background: #A70034;
    padding: 2rem 0;
}

#cta-bar .button_group {
    width: 100%;
    margin: 0;
}

#cta-bar .button_group ul {
    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: 0;
    list-style: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -1rem;
}

#cta-bar .button_group li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 25%;
    max-width: 220px;
    padding: 1rem;
}
#cta-bar .button_group li a {
    width: 100%;
    margin: 0;
}

#secondary-content[data-status="open"] .column[data-entryOpenOrder="1"] {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}
#secondary-content[data-status="open"] .column[data-entryOpenOrder="2"] {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}
#secondary-content[data-status="open"] .column[data-entryOpenOrder="3"] {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
}
#secondary-content[data-status="open"] .column[data-entryOpenOrder="4"] {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
}
#secondary-content[data-status="closed"] .column[data-entryClosedOrder="1"] {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}
#secondary-content[data-status="closed"] .column[data-entryClosedOrder="2"] {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}
#secondary-content[data-status="closed"] .column[data-entryClosedOrder="3"] {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
            -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                    flex: 0 0 100%;
                    max-width: 100%;
}
#secondary-content[data-status="closed"] .column[data-entryClosedOrder="4"] {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
}
@media screen and (max-width:639px){
    #cta-bar .button_group li {
        min-width: 50%;
    }
}
@media screen and (max-width:479px){
    #cta-bar .button_group li {
        min-width: 100%;
    }
}
@media screen and (max-width:639px) {

    #events .column[data-count="4"],
    #events .column[data-count="5"],
    #events .column[data-count="6"] {
        display: none;
    }

    #events.show-all .column[data-count="4"],
    #events.show-all .column[data-count="5"],
    #events.show-all .column[data-count="6"] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    #events.show-all .loadmore-button {
        display: none;
    }

    .slide-caption-title h2 {
        font-size: 2rem;
        margin: 0 0 1rem 0;
    }
    .slide-caption-title p {
        margin: 0 0 1rem 0;
    }

    .slide-caption-title button.remind-me {
        margin: 1rem 0 0 0;
    }
}

@media screen and (max-width:479px) {
    .slide-item .image {
        height: 65vh;
    }
    .slide-caption-title h3 {
        font-size: 1rem;
    }
    .slide-item[data-id="14"] .slide-caption-title h2 {
        font-size: 1.5rem;
    }

    .slide-item #item-countdown #day,
    .slide-item #item-countdown #hours,
    .slide-item #item-countdown #minutes {
        font-size: 2rem;
    }

    .slider-nav {
        position: relative;
        left: 0;
        width: 100%;
        background: #000;
    }

    .event-listing:before {
        top: -0.5rem;
        left: -0.5rem;
        border-top: 0.5rem solid #a70034;
        border-left: 0.5rem solid #a70034;
    }

    .section-heading:before {
        left: -0.5rem;
        z-index: 2;
    }

    .section-heading:after {
        left: 0.5rem;
    }
}

.leaflet-control-attribution {
    display: none;
}
.leaflet-touch .leaflet-bar a,
.leaflet-touch .leaflet-bar a:hover {
    text-decoration: none;
}
#image-map-container {
    width: 100%;
    margin: 2rem 0;
}
.dining-image-map-container #image-map-wrapper {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 50.85%;
}
#dining-image-map {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
#image-map-wrapper .marker,
#map .marker {
    font-size: 3em;
    background: rgba(34,34,34,0.35);
    border: 1px solid rgba(34,34,34,0.5);
    height: 1em;
    width: 1em;
    padding: 0;
    line-height: 1em;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -0.5em 0 0 -0.5em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: auto;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.marker:before {
    content: '';
    height: 0.5em;
    width: 0.5em;
    position: absolute;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: 0.25em;
    left: 0.25em;
    border-radius: 50%;
    z-index: 1;
    opacity: 1;
    background: rgba(34,34,34, 1);
    border: 2px solid #fff;
    display: block;
    margin: -1px;
}

.info-popup {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.75);
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
    -webkit-transition: all .35s cubic-bezier(0.4, 0.0, 0.6, 1);
    -o-transition: all .35s cubic-bezier(0.4, 0.0, 0.6, 1);
    transition: all .35s cubic-bezier(0.4, 0.0, 0.6, 1);
}

.info-window-wrapper {
    background-color: white;
    border-radius: 2px;
    max-height: 90%;
    position: fixed;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    -webkit-transform: scale(0) translate(-50%, -50%);
    -ms-transform: scale(0) translate(-50%, -50%);
    transform: scale(0) translate(-50%, -50%);
    opacity: 0;
    z-index: 990;
    width: 90%;
    max-width: 640px;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

#map button {
    min-width: 0;
}
.info-window-content {
    padding: 3em 0 1em 0;
}

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

.image-info-popup .info-window-wrapper {
    opacity: 1;
    -webkit-transform: scale(1) translate(-50%, -50%);
    -ms-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
}

.info-window img {
    display: table;
    max-width: 480px;
    margin: 0 auto 1em auto;
}

.info-window-header {
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    padding: 0;
    width: 100%;
    z-index: 999;
}

.info-window-close {
    float: right;
    display: block;
    height: 2.25em;
    width: 2.25em;
    cursor: pointer;
}

.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: 1.5em;
    width: 1.5em;
    text-align: center;
    line-height: 1.5em;
    font-size: 1.5em;
    color: #222;
}

.info-window-desc {
    border-left: 1px solid #a70034;
    padding-left: 2rem;
    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%;
}
.info-window-title {
    margin: 0;
}
.info-window-subtitle {
    font-style: italic;
    margin: 0 0 1rem 0;
}
.info-window-desc p:last-child {
    margin-bottom: 0;
}

@media screen and (max-width:479px){
    .info-window-desc {
        margin: 1rem 0 0 0;
        padding: 0 0 0 1rem;
    }
}
.app-download-button-group {
    margin: 0 -0.5rem;
    padding: 0;
    list-style: none;
    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;
}
.app-download-button-group li {
    padding: 0.5rem;
    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 auto;
            flex: 1 1 auto;
    max-width: 160px;
}
.app-download-button-group a {
    position: relative;
}
.button-label {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}
.button-image {
    display: block;
    width: 100%;
    padding-bottom: 29%;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.google-play-download .button-image {
    background-image: url(../content/4/img/google-play-download.png);
}
.apple-download .button-image {
    background-image: url(../content/4/img/app-store-download.png);
}
.link-group {
    margin: 0 -0.5rem;
    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;
    list-style: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.link-group li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.5rem;
}
.hasSocialIcon {
    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;
    line-height: 1.2;
}
.facebook-icon,
.instagram-icon,
.menus-icon {
    display: block;
    width: 2.5rem;
    min-width: 2.5rem;
    height: 2.5rem;
    margin-right: 1rem;
    background: #a70034;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    position: relative;
}
.facebook-icon:before,
.instagram-icon:before,
.menus-icon: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;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 1.25rem;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.facebook-icon:before {
    content: "\f09a";
} 
.instagram-icon:before {
    content: "\ea92";
} 
.menus-icon:before {
    content: "\e973";
}

.aside.boost {
    margin: 2rem 0;
}
.aside.boost .aside-heading {
    position: relative;
    padding-left: 4rem;
    margin-bottom: 1rem;
}
.aside.boost .aside-heading h4 {
    margin: 0;
}
.aside.boost .aside-heading p {
    margin: 0.25rem 0 0 0;
    line-height: 1.2;
}
.aside.boost .aside-heading:before {
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 50%;
    background-image: url(../content/4/img/boost-icon.png);
    width: 3rem;
    height: 3rem;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    content: '';
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
}
.photo-gallery .slick-prev, 
.photo-gallery .slick-next {
    z-index: 999;
    background: #000;
    height: 32px;
    width: 32px;
    text-align: center;
    overflow: hidden;
    color: #000;
}
.photo-gallery .slick-prev:before, 
.photo-gallery .slick-next:before {
    color: #fff;
    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;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
    -webkit-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);
}
.photo-gallery .slick-prev:before {
    content: "\f053";
}
.photo-gallery .slick-next:before {
    content: "\f054";
}
.photo-gallery .slick-prev {
    left: 0;
}
.photo-gallery .slick-next {
    right: 0;
}
.photo-gallery .slide {
    position: relative;
    padding: 0.25rem;
}
.photo-gallery .slide p {
    margin: 0;
    padding: 0.5rem 1rem;
    color: #fff;
    background-color: #a70034;
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 0.925rem;
}

.aside.deco {
    position: relative;
    margin: 2rem 0 0 0;
    padding-left: 2rem;
    z-index: 3;
}
.aside.deco h3,
.aside.deco h4 {
    margin: 0 0 1rem 0;
}
.aside.deco:before {
    content: '';
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
    height: 12px;
    width: 12px;
    border-radius: 100%;
    background: #A70034;
    opacity: 1;
    /* margin-bottom: -4px; */
    border: 2px solid #fff;
    -webkit-box-shadow: 0 0 0 1px #a70034;
    box-shadow: 0 0 0 1px #a70034;
}

.aside.deco:after {
    content: '';
    display: block;
    position: absolute;
    top: 30px;
    left: 5px;
    height: calc(100% - 30px);
    width: 2px;
    background: #a70034;
}

.tabbed-content {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 2rem;
}
.tabbed-content-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    min-width: 100%;
    background: #ffff;
    border-bottom: 1px solid #ddd;
}
.tabbed-content-nav button {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0 0 -1px 0;
    padding: 0;
    position: relative;
    max-width: 200px;
    min-width: 80px;
    border:none;
    background: transparent;
    outline: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.tabbed-content-nav button span {
    display: block;
    padding: 0.5rem 0.75rem;
    text-decoration: none;
    border-radius: 0;
    font-size: 0.75em;
    line-height: 1.2em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    -webkit-transition: ease all 0.2s;
    -o-transition: ease all 0.2s;
    transition: ease all 0.2s;
    cursor: pointer;
    border: 1px solid #ddd;
    border-top: 3px solid #ddd;
    border-radius: 0;
    background: #f5f5f5;
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
            -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                    flex: 0 0 100%;
            min-width: 100%;
            min-height: 58px;
}
.tabbed-content-nav button:hover span{
    background: #fff;
    color: #a70034;
}
.tabbed-content-nav button.active span {
    border-bottom: 1px solid #fff;
    background: #fff;
    border-top-color:#a70034;
    color: #a70034;
}
.tabbed-content-panels {
    position: relative;
    overflow: hidden;
    border: 1px solid #ddd;
    border-top: 0;
}
.tabbed-content-panel {
    padding: 2rem;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    -webkit-transition: opacity .35s cubic-bezier(0.4, 0.0, 0.6, 1), -webkit-transform .35s cubic-bezier(0.4, 0.0, 0.6, 1);
    transition: opacity .35s cubic-bezier(0.4, 0.0, 0.6, 1), -webkit-transform .35s cubic-bezier(0.4, 0.0, 0.6, 1);
    -o-transition: transform .35s cubic-bezier(0.4, 0.0, 0.6, 1), opacity .35s cubic-bezier(0.4, 0.0, 0.6, 1);
    transition: transform .35s cubic-bezier(0.4, 0.0, 0.6, 1), opacity .35s cubic-bezier(0.4, 0.0, 0.6, 1);
    transition: transform .35s cubic-bezier(0.4, 0.0, 0.6, 1), opacity .35s cubic-bezier(0.4, 0.0, 0.6, 1), -webkit-transform .35s cubic-bezier(0.4, 0.0, 0.6, 1);
   
}
.tabbed-content-panel.active {
    position: relative;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    
}
.tabbed-content-panel.out {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
}

.tabbed-content-panel .aside.deco:before {
    top: 8px;
}

.tabbed-content-panel h3 {
    margin: 0 0 1rem 0;
    text-transform: uppercase;
    color: #a70034;
    font-size: 1.35rem;
}
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;
}
.multi-column li {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    line-height: 1.2;
    padding: 0.25rem 0;
}
@media screen and (max-width:480px){
    ul.multi-column {
        -webkit-column-count: 1;
        -moz-column-count: 1;
             column-count: 1;
    }
}

ul.faqs {
    list-style: none;
    margin: 0;
    padding: 0;
}
li.faq_q {
    font-family: "Avenir-Bold";
    margin-bottom: 1rem;
}
li.faq_q ul {
    list-style: none;
    margin: 0.5rem 0 0 0;
    padding: 0 0 0 1.5rem;
    font-family: "Avenir";
}

.hall_figure.hasImage {
    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: 1rem 0;
}
.hall_figure_img,
.hall_figure_caption {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    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;
}
.hall_figure_img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    z-index: 1;
}
.hall_figure_caption {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    z-index: 2;
}
.hall_figure h3 {
    margin: 0 0 0.5rem 0;
    text-transform: uppercase;
    color: #a70034;
    font-size: 1.325rem;
}
.hall_figure.hasImage .hall_figure_img div {
    position: relative; 
}
.hall_figure.hasImage.imageLeft .hall_figure_img div:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top:5px;
    left: 5px;
    border: 2px solid #a70034; 
}
.hall_figure.hasImage.imageLeft .hall_figure_img div:before {
    content: '';
    position: absolute;
    height: 90%;
    width: 90%;
    top:-10px;
    left: -10px;
    border-top: 10px solid #eed1d5; 
    border-left: 10px solid #eed1d5; 
}
.hall_figure.hasImage.imageRight .hall_figure_img div:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top:-5px;
    left: -5px;
    border: 2px solid #a70034; 
}
.hall_figure.hasImage.imageRight  .hall_figure_img div:before {
    content: '';
    position: absolute;
    height: 90%;
    width: 90%;
    bottom:-10px;
    right: -10px;
    border-bottom: 10px solid #eed1d5; 
    border-right: 10px solid #eed1d5; 
}
.hall_figure.hasImage.imageLeft .hall_figure_img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}
.hall_figure.hasImage.imageLeft .hall_figure_caption {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 2rem;
}
.hall_figure.hasImage.imageRight .hall_figure_img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}
.hall_figure.hasImage.imageRight .hall_figure_caption {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-right: 2rem;
}
.hall_figure_caption_header {
    position: relative;
    border-bottom: 2px solid #a70034;
    margin-bottom: 0.5rem
}
.hall_figure_caption_header:before,
.hall_figure_caption_header:after {
    content: '';
    position: absolute;
}
.imageLeft .hall_figure_caption_header:before {
    background: #a70034;
    width: 2rem;
    height: 2px;
    bottom: -2px;
    left: -1.75rem;
}
.imageLeft .hall_figure_caption_header:after {
    bottom: -7px;
    left: -2.1rem;
    background: #a70034;
    height: 12px;
    width: 12px;
    border-radius: 100%;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 0 0 2px #a70034;
            box-shadow: 0 0 0 2px #a70034;
}

.imageRight .hall_figure_caption_header:before {
    background: #a70034;
    width: 2rem;
    height: 2px;
    bottom: -2px;
    right: -1.75rem;
}
.imageRight .hall_figure_caption_header:after {
    bottom: -7px;
    right: -2.1rem;
    background: #a70034;
    height: 12px;
    width: 12px;
    border-radius: 100%;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 0 0 2px #a70034;
            box-shadow: 0 0 0 2px #a70034;
}
.hall_figure strong {
    font-family: 'Avenir-Bold';
    color: #505050;
}
@media screen and (max-width:639px){
    .hall_figure.hasImage.imageRight .hall_figure_img {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
    .hall_figure.hasImage.imageRight .hall_figure_caption {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
    .hall_figure.hasImage .hall_figure_img,
    .hall_figure.hasImage .hall_figure_caption {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }
    .hall_figure.hasImage.imageLeft .hall_figure_caption,
    .hall_figure.hasImage.imageRight .hall_figure_caption {
        padding: 2rem 0 0 0;
    }
    .hall_figure_caption_header {
        border: none;
    }
    .imageLeft .hall_figure_caption_header:before,
    .imageRight .hall_figure_caption_header:before {
        background: #a70034;
        width: 2px;
        height: 8rem;
        bottom: 0%;
        left: 90%;
    }
    .imageLeft .hall_figure_caption_header:after,
    .imageRight .hall_figure_caption_header:after {
        bottom: 8rem;
        left: 90%;
        background: #a70034;
        height: 12px;
        width: 12px;
        border-radius: 100%;
        border: 2px solid #fff;
        -webkit-box-shadow: 0 0 0 2px #a70034;
                box-shadow: 0 0 0 2px #a70034;
        margin-left: -6px;
    }
}

.contact_cards {
    margin: 0 0 1rem 0;
    padding: 0;
    list-style: none;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
}
.contact_cards li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
}
.contact_card {
    margin-bottom: 1rem;
    padding: 1rem;
    -webkit-box-shadow: 0 0 1px 0 rgb(0 0 0 / 30%);
            box-shadow: 0 0 1px 0 rgb(0 0 0 / 30%);
}
.contact_card p {
    margin: 0 0 0.25rem;
    font-size: 0.925rem;
}
.contact_card p.c_name {
    color: #222;
    font-family: "Avenir-Bold";
    font-size: 1.125rem;
    position: relative;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
}
.contact_card p.c_name:after {
    content: '';
    width: 3rem;
    height: 2px;
    background: #a70034;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
}

@media screen and (max-width:639px){
    .contact_cards {
        -webkit-column-count: 1;
           -moz-column-count: 1;
                column-count: 1;
    }
}

.gp-closed #secondary .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%;
}
.gp-closed .video_block {
    width: 100%;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}
.gp-closed #secondary .secondary-panel-sidebar-content,
.gp-closed #secondary .cta_group,
.gp-closed #secondary .depositCTA,
.gp-closed.ready.notify.secondary.notification.show {
    display: none;
}
@media screen and (max-width: 979px){
    .ready.notify.secondary.gp-closed .notification.show {
        display: none;
    }
}

#banner {
    position: relative;
    background-color: #000;
    background-image: url(../images/next_banner.jpg);
    background-position: 50% 15%;
    background-repeat: no-repeat;
    background-size: cover;
    /*height: 65vh;*/
    min-height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
#banner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
#banner_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2rem 0;
    position: relative;
    z-index: 2;  
    -webkit-box-pack: center;  
        -ms-flex-pack: center;  
            justify-content: center;       
}
#banner_content {
    padding-left: 2rem;
    position: relative;
}
#banner_content:before {
    content: '';
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
    height: 12px;
    width: 12px;
    border-radius: 100%;
    background: #A70034;
    opacity: 1;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 0 0 1px #a70034;
    box-shadow: 0 0 0 1px #a70034;
}
#banner_content:after {
    content: '';
    display: block;
    position: absolute;
    top: 30px;
    left: 5px;
    height: calc(100% - 30px);
    width: 2px;
    background: #a70034;
}
#banner_content h2 {
    color: #fff;
    font-size: 2.5rem;
    margin: 0;
    max-width: 28em;
    line-height: 1.125em;
    text-transform: uppercase;
}
#banner_content h3 {
    color:#fff;
    text-transform: uppercase;
    max-width: 18em;
}
#banner_content p {
    color: #fff;
    margin: 1rem 0 0 0;
    text-transform: uppercase;
    max-width: 65rem;
}
.aside.deco,
.aside.deco h2 {
    margin-top: 0;
}
#interactive {
    position: relative;
    overflow: hidden;
    padding: 3rem 0;
}
#interactive:before {
    content: '';
    position: absolute;
    top:0;
    left: 0;
    background-image: url(../images/20241024-35.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 60%;
}
.block {
    display:block;
    width: 100%;
}
.block--black {
    background:#000; 
    padding:2rem;
    color: #fff;
}
.block--black h3 {
    color: #fff;
    margin: 0;
}
.content--columns .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    
}
@media screen and (max-width:767px){
    #interactive:before {
        width: 100%;
        height: 15rem;
    }
    #interactive {
        padding: 15rem 0 0 0;
        background: #000;
    }
    .block--black {
        padding: 2rem 0;
    }
}

.student-profile {
    background: #f4f4f4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin: 1rem 0;
    min-height: 300px;
}
.student-profile .article-img-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 25%;
    position: relative;
}
.student-profile .article-img {
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.student-profile#AbbyKeating .article-img {
    background-image: url(../images/Abby-Keating.jpg);
}
.student-profile#IsabellaCostanza .article-img {
    background-image: url(../images/Isabella-Costanza.jpg);
}

.article-content {
    padding:1.5rem;
}
.article-type {
    font-size: 0.8125rem;
    line-height: 1.23077;
    text-transform: uppercase;
    font-family: "Avenir-Medium";
    margin: 0;
    position: relative;
}
.article-type:after {
    content: '';
    height: 0.0625rem;
    width: 2.875rem;
    background: #A70034;
    display: block;
    margin: 1.5rem 0 1.375rem;
}
.student-profile .question {
    font-family: 'Avenir-Medium';
    color: #222;
    font-style: italic;
}
.article-content .section_heading {
    font-size: 1.25rem;
    line-height: 1.55556;
    margin: 0 0 1rem 0;
}
.media_gallery ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.slide-gallery-nav li {
    padding: 0.25rem;
}
.media_gallery p {
    background: var(--primary-color);
    padding: 0.5rem;
    color: #fff;
    font-size: 0.825rem;
    margin: 0;
    width: 100%;
    min-height: 76px;
    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;
}
#media_gallery button,
#media_gallery button:hover,
#media_gallery button:focus {
    background: #000;
    color: transparent;
    overflow:hidden;
    padding: 0.5rem;
    line-height: 1;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    z-index: 9999;
}
#media_gallery button:before {
    color: #fff;
}
#media_gallery button:hover {
    background: var(--primary-color);
}

#media_gallery .slick-initialized .slick-slide {
    margin: 0.25rem;
    position: relative;
}

#media_gallery .slick-dots button {
    border-radius: 100%;
    height: 8px;
    width: 8px;
    padding: 0;
    margin: 0;
    opacity: 0.25;
}
#media_gallery .slick-dots button[aria-selected="true"] {
    opacity: 1;
}

.image_holder {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    margin: 0;
}
.image_holder div {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/20241121-Pitt_Opening-125.jpg);
    background-image: url(../images/shu.jpg);
    background-position: center;
    background-size: cover;
}
@media screen and (max-width:767px){
    .image_holder {
        padding-bottom: 43%;
    }
    .text_element.video_block {
        margin: 2rem 0;
    }
}
.column.vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.stories {
    padding-top: 4rem;
    padding-bottom: 0;
}
.large_video_block {
    max-width: 960px;
    margin: 1rem auto 0 auto;
}
.theme_red {
    background: #a70034;
}
.slick-prev {
    left: -10px;
}
.slick-next {
    right: -10px;
}
.slick-prev:before, .slick-next:before {
    opacity: 1;
}
.slick-dotted.slick-slider {
    margin: 0;
}

#banner_content p.msg {
    color: #a70034;
    background: rgba(255, 255, 255, 0.75);
    padding: 0.5rem;
    display: inline-block;
}