body {
    font-family: Open Sans, sans-serif;
}

.header-title-area {
    max-height: 93px;
    width: 100%;
}

.tooltip-inner {
    max-width: 250px;
    /* If max-width does not work, try using width instead */
    width: 250px;
}

.no-padding {
    padding: 0 !important
}

.tooltip.in {
    opacity: 1
}

.tooltip .tooltip-inner {
    background: #F7E6BB;
    color: rgba(34, 34, 34, 0.75)
}

.tooltip.top .tooltip-arrow {
    border-color: transparent;
    border-top-color: #F7E6BB !important;
}

.raleway {
    font-family: Raleway, sans-serif;
    font-weight: 300;
}

.keep-together {
    white-space: nowrap;
}

.valign {
    font-size: 0;
}

    .valign > [class*="col"] {
        display: inline-block;
        float: none;
        font-size: 14px;
        font-size: 1rem;
        vertical-align: middle;
    }

.btn-group > .btn {
    border-color: transparent;
}

.glyphicon-left {
    margin-right: 0.5em;
}

.cancel-notice {
    background: #FFF2D1;
    font-size: 12px;
    padding: 1em;
    max-width: 244px;
    margin: 0 auto;
}

.subheader {
    font-size: 23px;
    text-transform: uppercase;
    font-weight: bold;
    color: #231F20;
}

header h1, header h2 {
    font-family: Raleway, sans-serif;
    font-weight: 300;
    line-height: 100%;
    text-align: right;
    text-transform: uppercase;
    margin: 0 auto;
    padding-right: 20px;
    max-width: 1100px;
    color: #fff;
}



header nav {
    /* padding-top: 49px; */
}

header ul {
    list-style-type: none;
    padding: 0.35em 0;
    margin: 0;
    text-align: center;
    background: #F7E6BB;
    width: 100%;
}

header nav {
    /* position: relative; */
    z-index: 10000;
}

header ul li:first-of-type:before,
header ul li:last-of-type:after {
    display: none;
}

header ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    z-index: 2;
}

    header ul li a {
        padding: 5px 18px 5px 17px;
        margin: 0;
        background: #F7E6BB;
        box-sizing: border-box;
        font-size: 1.2em;
        color: #5E0101;
    }

        header ul li a:hover {
            ;
            color: rgba(34, 34, 34, 1);
        }


figcaption {
    text-align: center;
    font-size: 90%;
    margin: 0.6em auto 0;
    padding: 0.6em 0;
}

figure p {
    padding: 0.6em;
    font-size: 90%;
}

.fit-image {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.glyphicon-right {
    margin-left: 0.5em;
}

.header-container hr {
    -webkit-transition: width 400ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    -moz-transition: width 400ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    -o-transition: width 400ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    transition: width 400ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    width: 0;
}

.header-container h3 {
    font-size: 17px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 1.6em;
    text-transform: uppercase;
}

.header-container h1 {
    position: relative;
    font-size: 32px;
    color: #B8BABC;
    text-transform: uppercase;
}

.modal-body .header-container {
    margin: 0 1em 2em !important;
}

    .modal-body .header-container h1 {
        text-transform: none;
        color: #777;
    }

        .modal-body .header-container h1.header-font {
            text-align: left;
        }

h4.grey-big {
    margin-top: 0;
    font-size: 24px;
}

.header-container:not(.no-animate) h1:before,
.header-container:not(.no-animate) h1 sup:before,
.header-container:not(.no-animate) h3:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    display: block;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: opacity 400ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    -moz-transition: opacity 400ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    -o-transition: opacity 400ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    transition: opacity 400ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    pointer-events: none;
}

.header-container.loaded h1:before,
.header-container.loaded h1 sup:before,
.header-container.loaded h3:before,
.header-container.no-animate h1:before,
.header-container.no-animate h1 sup:before,
.header-container.no-animate h3:before {
    opacity: 0;
}

.header-container.no-animate hr,
.header-container.loaded hr {
    width: 100%;
}


.content-container > .container {
    max-width: 1170px;
}

/*Mobile Indicator*/
#wideMobileIndicator,
#mobileIndicator {
    display: block;
}

.footer {
    height: 105px;
    font-size: 80%;
    text-align: right;
    background-color: rgba(245, 245, 245, 0.25);
    border: 0;
    padding: 20px 0;
    color: rgba(255,255,255,0.7);
}

.header-font {
    font-family: Raleway, sans-serif;
    font-weight: 300;
}

.cursive {
    font-family: 'Tangerine', cursive;
    font-weight: bold;
}

body {
    position: relative;
    overflow-x: hidden;
}

header {
    /* height: 179px; */
    position: relative;
}

pre {
    tab-size: 8;
}

.navbar-brand {
    font-size: 28px;
}

    .navbar-brand img {
        max-height: 90px;
        position: absolute;
        top: -20px;
        left: 0;
    }


.modal-dialog {
    margin-top: 0;
    top: 3em;
}

.closeModal {
    margin-top: 1em;
}


.closeModal {
    opacity: 0;
    color: #fff;
    font-size: 22px;
    position: relative;
    left: 0em;
    top: 2em;
    transition: left 0.3s ease, top 0.3s ease, opacity 0.3s ease;
}

    .closeModal:hover,
    .closeModal:focus {
        color: #cfcfcf;
    }

    .closeModal.on {
        top: -3.55em;
        left: 1.25em;
        opacity: 1;
        transition-delay: 0.25s;
    }


.shroud {
    margin-top: -80px;
}

.modal-content {
    background: #FFF;
    box-shadow: none;
    border-style: none;
}

.shroud:before {
    content: ' ';
    display: block;
    background: -moz-linear-gradient(top, rgba(153,153,153,0) 0%, rgba(255,255,255,1) 85%);
    background: -webkit-linear-gradient(top, rgba(153,153,153,0) 0%,rgba(255,255,255,1) 85%);
    background: linear-gradient(to bottom, rgba(153,153,153,0) 0%,rgba(255,255,255,1) 85%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00999999', endColorstr='#ffffff',GradientType=0 );
    height: 80px;
    position: Relative;
    z-index: 10;
}

.fb-icon {
    opacity: 0.35;
    float: right;
    margin: 4px 0 1.1em 1.5em;
}

.footer a {
    color: #fff;
}

.fb-icon:hover {
    opacity: .5;
}

.content-padding {
    padding-left: 35px;
    padding-right: 35px;
}

.location-update h4, .location-update p {
    font-size: 0.9em;
    line-height: 1.4;
    margin: 0;
    color: #fff;
}

.location-update {
    padding: .5em;
    background: #9D0000;
    margin: 0 0 1em;
}

.cancel-update h4, .cancel-update p {
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
    color: #232323;
}

.cancel-update {
    padding: .5em;
    background: #ccc;
    margin: 1em 0 1em;
}


@media screen and (min-width: 768px) {

    .subheader .line-through {
        background: #fff;
        padding: 0 1em 0 0;
        top: -50%;
        position: absolute;
        transform: translatey(-50%);
    }

    .subheader.text-center .line-through {
        background: #fff;
        padding: 0 1em 0 1em;
        transform: translate(-50%, -50%);
    }

    .subheader {
        border-bottom: 1px solid;
        margin-bottom: 1.1em;
        position: relative;
        margin: 1.5em 0;
    }

    .navbar-brand {
        padding-left: 100px;
    }

    #mobileIndicator {
        display: inline;
    }
}

@media screen and (max-width: 991px) {
    .navbar-brand {
        padding-left: 10px;
    }

    #wideMobileIndicator {
        display: inline;
    }

    .navbar-brand {
        font-size: 22px;
    }
}

@media screen and (max-width: 450px) {
    .navbar-brand {
        font-size: 16px;
    }
}

.nav-mobile-background {
    background: transparent;
    transition: background 0.3s ease;
}

@media screen and (max-width: 768px) {


    header ul li a {
        background: transparent
    }

    header ul {
        border-bottom: 0;
    }

    body.menu-open .nav-mobile-background {
        background: #F7E6BB;
        padding-bottom: 1em;
        position: relative;
        z-index: 20
    }

        body.menu-open .nav-mobile-background h1,
        body.menu-open .nav-mobile-background h2,
        body.menu-open .nav-mobile-background h3,
        body.menu-open .nav-mobile-background h4 {
            color: #755B2A;
            text-shadow: none;
        }

        body.menu-open .nav-mobile-background h2 {
            color: RGBA(117, 91, 42,0.5);
        }

    .concerts h1.header-font {
        font-size: 1.5em
    }

    .side-collapse-container {
        width: 100%;
        position: relative;
        left: 0;
        transition: left 0.3s ease;
    }

        .side-collapse-container.out {
            left: 200px;
        }

    .side-collapse {
        top: 59px;
        bottom: 0;
        left: 0;
        width: 200px;
        position: fixed;
        overflow: hidden;
        transition: width 0.3s ease;
        background: #8F181B;
        white-space: nowrap;
    }

        .side-collapse.in {
            width: 0;
        }

    .parallax-mirror {
        transition: left 0.3s ease;
    }

    body.menu-open .parallax-mirror {
        left: 200px !important;
    }
}


.hamburger {
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    /* float: left; */
    outline: none;
    max-height: 57px;
    background: #F7E6BB;
}

.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
    background-color: #222;
}

@media screen and (max-width: 992px) {

    header h2,
    header h1 {
        width: 100%;
        padding-left: 20px;
        /* padding-right: 20px; */
    }
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 730px) {

    header nav {
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease;
        position: absolute;
        top: 63px;
    }

    body.menu-open nav {
        opacity: 1;
        pointer-events: all;
    }

    nav {
        padding-top: 10px !important;
        position: relative;
        top: -6px;
    }

        nav,
        nav ul li a,
        nav ul {
            display: block;
            width: 100%;
        }

            nav ul li a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

            nav ul li {
                display: block;
                width: 100%;
            }

                nav ul li:before,
                nav ul li:after {
                    display: none !important;
                }

    .hamburger {
        opacity: 1;
        pointer-events: all;
    }

    .splash-page header:not(.splash-collapsed) .hamburger {
        opacity: 0 !important;
        pointer-events: none !important;
    }
}

@media screen and (max-width: 520px) {
    .hamburger {
        margin-top: 0;
    }
}

@media screen and (max-width: 420px) {


    .col-xxs-12 {
        width: 100%;
        max-width: 320px;
        text-align: center;
    }
}

@media screen and (max-width: 524px) {
    .fb-icon {
        margin-bottom: 5em;
    }

    .footer {
        height: 135px;
    }

    .content-padding {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.text-indent {
    margin-left: 30px;
}

/* Sticky header on content pages (non-splash) */
body:not(.splash-page) #site-header {
    position: fixed;
    top: 0em;
    left: 0;
    right: 0;
    z-index: 100;
}

/* Season/university sub-headers only appear on the splash page */
body:not(.splash-page) .header-splash-sub {
    visibility: hidden;
    user-select: none;
}

/* ========== SPLASH HERO ========== */

/* Piano background overlay — fades in when splash-collapsed is applied */
.header-piano-bg {
    position: absolute;
    top: -110px;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 15%, #000 90%), url(../img/header-piano.png) no-repeat;
    background-size: 100%, 100%;
    background-position: center top, center top;
    opacity: 0;
    transition: opacity 2s ease;
    z-index: 0;
    pointer-events: none;
    background-color: #000;
}

#site-header.splash-collapsed .header-piano-bg {
    opacity: 1;
}

/* Keep nav-mobile-background above the piano bg overlay */
.nav-mobile-background {
    position: relative;
    z-index: 1;
}

/* Video element — hidden on all non-splash pages; opacity managed by JS */
#splash-video {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    z-index: -1;
    pointer-events: none;
}

body.splash-page #splash-video {
    display: block;
    opacity: 0; /* JS fades this in on load */
}

/* Header is fixed at the top for the whole page visit */
body.splash-page #site-header {
    position: fixed;
    top: 0em;
    left: 0;
    right: 0;
    z-index: 11000;
}

/* Title and subtitle start invisible; JS fades them in with delays */
body.splash-page header h1,
body.splash-page header h2,
body.splash-page header h3,
body.splash-page header h4 {
    opacity: 0;
    position: relative;
    top: 64px;
    transition: opacity 1s ease, top 1s ease;
}

body.splash-page header.splash-collapsed h1,
body.splash-page header.splash-collapsed h2,
body.splash-page header.splash-collapsed h3,
body.splash-page header.splash-collapsed h4 {
    top: 0;
}

/* Season/university sub-headers: mirror h1/h2 layout, match default page font styles */
body.splash-page header .header-splash-sub {
    opacity: 0;
    transition: opacity 1s ease, top 1s ease;
    font-family: Raleway, sans-serif;
    font-weight: 300;
    text-align: right;
    text-transform: none;
    margin: 0.5em auto 0;
    padding-right: 20px;
    max-width: 1100px;
    line-height: 1.3;
}

body.splash-page header h3.header-splash-sub {
    font-size: 17px;
    color: #B8BABC;
    margin-top: 0.4em;
    text-transform: uppercase;
    /* padding-right: 0; */
}

body.splash-page header h4.header-splash-sub {
    font-size: 24px;
    color: rgba(255,255,255,0.85);
}

    body.splash-page header h4.header-splash-sub em {
        font-style: normal;
        font-size: 125%
    }

body.splash-page #site-header.splash-collapsed .header-splash-sub {
    opacity: 0 !important;
    pointer-events: none;
}

/* Nav invisible during splash, fades in on collapse */
body.splash-page nav#nav-main {
    opacity: 0;
    transition: opacity 0.3s ease, top 1s ease;
}

body.splash-page.menu-open nav#nav-main {
    opacity: 1;
}

/* Push content below the fold; header is fixed so it doesn't take up flow space */
body.splash-page #main-content-wrapper {
    margin-top: 100vh;
}

/* Keep content hidden behind the (transparent) header until the splash video
   has actually loaded a frame, so it can't flash through on mobile before
   the video fades in */
body.splash-page:not(.video-ready) #main-content-wrapper {
    visibility: hidden;
}

.header-title-area h1,
.header-title-area h2,
.header-title-area h3,
.header-title-area h4 {
    text-shadow: 0 0 10px rgba(0,0,0,0.9), 0 0 20px rgba(0,0,0,0.9);
}

header h1 {
    font-size: 24px;
    padding-left: 20px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
}

header h2 {
    font-size: 26px;
    padding-left: 10px;
}


header h1 {
    color: #A57F38;
    padding-top: 5px;
}

body:not(.splash-page) .header-splash-sub {
    display: none;
}

.content-container {
    margin-top: 4em;
}

@media screen and (max-width: 732px) {

    .nav-mobile-background {
        display: flex;
        box-shadow: 1px 6px 12px rgba(0,0,0,0.8);
    }

    .splash-page #site-header:not(.splash-collapsed) .nav-mobile-background {
        box-shadow: none
    }
}

@media screen and (min-width: 730px) {
    .hamburger {
        display: none
    }

    body.splash-page header h1,
    body.splash-page header h2,
    body.splash-page header h3,
    body.splash-page header h4 {
        opacity: 0;
        position: relative;
        top: 64px;
        transition: opacity 1s ease, top 1s ease;
    }

    body.splash-page #site-header.splash-collapsed nav#nav-main {
        opacity: 1;
    }

    .content-container {
        margin-top: 11em;
    }

    header h1 {
        color: #A57F38;
        padding-top: 22px;
    }

    body:not(.splash-page) .header-splash-sub {
        visibility: hidden;
        user-select: none;
        display: block;
    }
}

@media screen and (min-width: 992px) {

    header h1 {
        font-size: 42px;
    }

    header h2 {
        font-size: 34px;
    }

    .header-title-area {
        max-height: 133px;
    }
}
