@import url('https://fonts.googleapis.com/css2?family=PT+Sans+Narrow:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500;700&display=swap');
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

body {
    background: #fbf6e3;
    padding: 0px;
    font-family: 'PT Sans Narrow', sans-serif;
    min-width: 370px;
}

h1 {
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase;
    font-size: 24px;
}

/* header Navigation */

.header {
    background: #24395e;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .1);
    position: relative;
    width: 100%;
    min-width: 320px;
    font-family: 'Roboto Slab', serif;
}

.menu-wrapper {
    position: fixed;
    top: 0px;
    z-index: 1003;
    width: 100%;
}

.header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    text-transform: uppercase;
}

.header li a {
    display: block;
    color: #fbf6e3;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    padding: 15px;
    border-top: 1px solid rgb(255 255 255 / .1);
    text-align: center;
}

.header li a:hover,
.header .menu-btn:hover {
    background-color: rgba(0, 0, 0, 0.10);
    transition: 0.3s;
}

header li a.showDate {
    line-height: 16px;
    padding: 17px 24px;
}

header li a.active {
    color: #db3738;
}

.header li a span {
    display: block;
    font-size: 12px;
}

.header .logo {
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 10px 15px 0px 10px;
    line-height: 100%;
}

.header .logo img {
    width: 178px;
    transition: 0.3s;
}

.header .menu {
    clear: both;
    max-height: 0;
    transition: max-height .5s ease-out;
}

.header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 34px 20px;
    position: relative;
    user-select: none;
}

.header .menu-icon .navicon {
    background: #fff;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
    background: #fff;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.header .menu-icon .navicon:before {
    top: 5px;
}

.header .menu-icon .navicon:after {
    top: -5px;
}

/* menu btn */

.header .menu-btn {
    display: none;
}

.header .menu-btn:checked~.menu {
    max-height: 520px;
}

.header .menu-btn:checked~.menu-icon .navicon {
    background: transparent;
}

.header .menu-btn:checked~.menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.header .menu-btn:checked~.menu-icon .navicon:after {
    transform: rotate(45deg);
}

.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
    top: 0;
}

@media only screen and (min-width: 600px) {
    .header .logo {
        margin: 10px 15px 0px 10px;
    }
    .header .logo img {
        width: 222px;
    }
}

@media only screen and (min-width: 1280px) {
    .header .logo {
        margin: 10px 15px 0px 10px;
    }
    .menu-wrapper {
        height: 66px;
        width: 100%;
    }
    .header ul {
        line-height: 66px;
    }
    .header li {
        float: left;
    }
    .header li a {
        color: #fff;
        padding: 0px 24px;
        border-bottom: none;
    }
    .header .menu {
        clear: none;
        float: right;
        max-height: none;
        background: none;
    }
    .header .menu-icon {
        display: none;
    }
    .stickyTabs {
        display: block;
        top: 80px;
    }
}

@media only screen and (min-width: 750px) {
    .stickyTabs {
        display: block;
    }
}

.holdingHeader {
    width: 100%;
    height: 66px;
    line-height: 66px;
    text-align: right;
}

.holdingHeader h1 {
    margin: 0px;
    padding: 0px;
    color: #fff;
    font-size: 12px;
    margin-right: 10px;
}

@media only screen and (min-width: 520px) {
    .holdingHeader h1 {
        font-size: 20px;
    }
}

.banner {
    width: 100%;
    height: 150px;
    line-height: 150px;
    background: url('../img/banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 66px;
}

.bannerSchedule {
    width: 100%;
    height: 115px;
    line-height: 115px;
    background: url('../img/banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 66px;
    position: fixed;
    top: 0px;
    z-index: 1;
}

.container {
    padding: 1rem;
    display: inline-block;
    width: calc(100% - 2rem);
    margin-top: 0px;
}

#container {
    padding: 1rem;
    display: inline-block;
    width: calc(100% - 2rem);
    margin-top: 0px;
}

/*
  AUTO GRID
  Set the minimum item size with `--auto-grid-min-size` and you'll
  get a fully responsive grid with no media queries.
*/

.auto-grid {
    --auto-grid-min-size: 170px;
}

.auto-grid>* {
    max-width: 400px;
}

.auto-grid>*+* {
    margin-top: 1rem;
}

@supports(display: grid) {
    .auto-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr));
        grid-gap: 1rem;
    }
    .auto-grid>* {
        max-width: unset;
    }
    .auto-grid>*+* {
        margin-top: unset;
    }
}

.auto-grid li img {
    width: 100%;
}

/*
  WRAPPER
  A utility with a max width that contains child elements and horizontal centers them
*/

.wrapper {
    max-width: 1240px;
    margin: 0px auto;
    padding: 0px;
    text-align: center;
}

.inplayer-paywall {
    font-family: 'PT Sans Narrow', sans-serif !important;
}

/* Presentational styles */

li {
    padding: 0px;
    text-align: center;
    font-size: 22px;
    color: #000;
}

/* Posters */

.posterWrapper {
    max-width: 840px;
    margin: 0px auto;
    padding: 0px;
    text-align: center;
}

.poster {
    display: inline-block;
    width: 100%;
    height: 100%;
    margin: 00px;
    background: #24395e;
    border-radius: 10px;
    transition: 0.3s;
    max-width: 260px;
    margin-bottom: 20px;
}

.poster img {
    width: 100%;
}

@media only screen and (min-width: 720px) {
    .poster {
        width: calc(33.3% - 40px);
        margin: 20px;
    }
}

/* Holdong Page */

.stayingConnected {
    width: 100%;
    background: #55628c;
    position: relative;
}

.stayingConnected .mic {
    width: 100%;
    margin: 0 auto;
    z-index: 10;
    position: relative;
    margin-bottom: -45px;
    display: inline-block;
    vertical-align: top;
}

.stayingConnected .mic img {
    width: 100%;
}

.stayingConnected .collectWristBand {
    width: 100%;
    opacity: 1;
    transition: .3s;
    display: inline-block;
    background: #55628c;
    vertical-align: top;
    text-align: center;
}

.stayingConnectedInner {
    max-width: 1100px;
    margin: 0px auto;
}

.stayingConnected .collectWristBand img {
    width: 100%;
    max-width: 300px;
    opacity: 1;
    transition: .3s;
}

.stayingConnected .collectWristBand img:hover {
    opacity: .6;
    transition: .3s;
    cursor: pointer;
}

.stayingConnected .collectWristBand h2 {
    color: #fff;
    margin: 0px;
    padding: 0px;
}

.stayingConnected .collectWristBand a {
    text-decoration: none;
    color: #fff;
}

.stayingConnected .collectWristBand a:hover {
    text-decoration: none;
    color: #000;
}

.stayingConnected .collectWristBand p {
    margin: 0px;
    padding: 0px 0px 20px;
    color: #e9bdb4;
}

.stayingConnected .mic .tickets {
    position: absolute;
    top: -112px;
    right: -32px;
    width: 178px;
    display: block;
    opacity: 1;
    transition: .3s;
}

.stayingConnected .mic .tickets:hover {
    opacity: 0.9;
    transition: .3s;
}

.micDivide {
    position: absolute;
    height: 25%;
    bottom: 43px;
    width: 100%;
    background-image: url('../img/poster/divider-one.png');
    background-size: 100%;
    background-position: bottom;
    z-index: 1;
    background-repeat: no-repeat;
}

.officialShowcases {
    position: relative;
    width: 100%;
    background: #3c4468;
    text-align: center;
}

.officialShowcases .title img {
    width: 320px;
    margin: 35px 0px 20px;
}

.officialShowcases .artists img {
    max-width: 1050px;
    width: 100%;
    padding-bottom: 6%;
}

.guestDivide {
    position: absolute;
    height: 25%;
    bottom: 0px;
    width: 100%;
    background-image: url('../img/poster/divider-two.png');
    background-size: 100%;
    background-position: bottom;
    z-index: 1;
    background-repeat: no-repeat;
}

.guestHosts {
    position: relative;
    width: 100%;
    background: #55628c;
    text-align: center;
}

.guestHosts .title img {
    width: 220px;
    margin: -2% 0px 2%;
}

.guestHosts .artists img {
    max-width: 1050px;
    width: 100%;
    margin-bottom: 20px;
}

.hostDivide {
    position: absolute;
    height: 25%;
    bottom: -11%;
    width: 100%;
    background-image: url('../img/poster/divider-three.png');
    background-size: 100%;
    background-position: bottom;
    z-index: 1;
    background-repeat: no-repeat;
}

.buyTickets {
    width: 100%;
    min-height: 200px;
}

.homeTktButton {
    width: 320px;
    margin: 100px auto;
    background: #e53233;
    text-align: center;
    display: block;
    padding: 20px 10px;
    color: #fdf9ee;
    text-decoration: none;
    font-size: 25px;
    border-radius: 4px;
    transition: .3s;
}

.homeTktButton:hover {
    background: #24395e;
    transition: .3s;
    cursor: pointer;
}

/* Homepage */

.homeWrapper {
    max-width: 840px;
    margin: 0px auto;
    padding: 0px;
    text-align: center;
}

.homeButton {
    display: inline-block;
    width: 100%;
    height: 100%;
    margin: 00px;
    background: #24395e;
    border-radius: 10px;
    transition: 0.3s;
    max-width: 260px;
    margin-bottom: 20px;
}

.homeButton .artistImg>div {
    font-size: 20px;
}

.homeButton:hover {
    background: #db3738;
    transition: 0.3s;
}

.homeButton img {
    width: 100%;
}

@media only screen and (min-width: 720px) {
    .homeButton {
        width: calc(50% - 40px);
        margin: 20px;
    }
    .stayingConnected .mic {
        width: 50%;
    }
    .stayingConnected .collectWristBand {
        width: 50%;
    }
}

@media only screen and (min-width: 600px) {
    .stayingConnected .mic .tickets {
        position: absolute;
        top: -60px;
        right: -112px;
        width: 219px;
        display: block;
        opacity: 1;
        transition: .3s;
    }
}

/* Welcome Page styles */

.welcomeStages h1 {
    margin: 30px auto 20px;
    text-transform: none;
    font-size: 35px;
}

.welcomeStages h2 {
    margin: 0px auto 0px;
    text-transform: none;
    font-size: 22px;
}

.welcomeStages p {
    margin: 0px;
    font-size: 20px;
    padding: 0px 0px 20px;
}

.welcomeStages {
    width: 100%;
    max-width: 800px;
    margin: 0px auto 10px;
    text-align: center;
}

.welcomeStageOne {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 20px);
    background: #24395e;
    color: #fff;
    padding: 18px;
    text-align: center;
    box-sizing: border-box;
    margin: 40px 10px;
    border-radius: 8px;
}

.welcomeStageTwo {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 20px);
    background: #e63435;
    color: #fff;
    padding: 18px;
    text-align: center;
    box-sizing: border-box;
    margin: 40px 10px;
    border-radius: 8px;
}

/* Stage Page styles */

.stageContainer {
    width: 100%;
    max-width: 1340px;
    margin: 0px auto;
    min-height: 100%;
    height: 100%;
}

.timetableStageOne {
    margin-top: 18px;
    height: 100%;
    margin-bottom: 40px;
}

.timetableStageOne .twoStages {
    width: 100%;
    padding-bottom: 20px;
}

.timetableStageOne .twoStages .scheduleCol.stage {
    padding: 20px 10px;
}

.timetableStageOne .twoStages .scheduleCol.stage h2 {
    margin: 0px 0px 0px;
    padding: 0px;
    font-weight: 700;
    font-size: 25px;
}

.twoStages .scheduleCol .expired h3,
.twoStages .scheduleCol .expired p {
    color: #ccc;
}

.timetableStageOne .twoStages .scheduleCol h3 a {
    color: #24395e;
    text-decoration: none;
    transition: .3s;
}

.timetableStageOne .twoStages .scheduleCol h3 a:hover {
    color: #db3738;
    text-decoration: none;
    transition: .3s;
}

.timetableStageOne .twoStages .scheduleCol.stage a {
    color: #fff;
    text-decoration: none;
    transition: .3s;
    display: block;
}

.timetableStageOne .twoStages .scheduleCol.stage a:hover {
    color: #db3738;
    text-decoration: none;
    transition: .3s;
}

.timetableStageOne .twoStages .scheduleCol.stage.red a:hover {
    color: #000;
    text-decoration: none;
    transition: .3s;
}

.stageHead {
    padding: 0px;
    box-sizing: border-box;
    overflow: auto;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-top: -90px;
}

.stageHead img {
    width: 100%;
}

.chatHead {
    padding: 0px;
    box-sizing: border-box;
    overflow: auto;
    width: 30%;
    display: none;
    vertical-align: top;
    margin-top: -140px;
    position: relative;
}

.clear {
    clear: both;
}

.chatHead img {
    width: 100%;
}

.chatHead .stageLink a {
    position: absolute;
    bottom: 39%;
    padding: 12px 33px;
    font-size: 20px;
    border-radius: 28px;
    right: 0px;
    background: #db3738;
    color: #FFF;
    text-decoration: none;
    font-weight: 800;
}

.chatHead .stageLink a.black {
    background: #000;
    transition: .3s;
}

.chatHead .stageLink a:hover {
    background: #24395e;
    transition: .3s;
}

.chatHead .stageLink a.black:hover {
    background: #db3738;
    transition: .3s;
}

.stageWrapper {
    padding: 0px;
    background: white;
    box-sizing: border-box;
    overflow: auto;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    background: url(../img/stage/stagebg.png);
    background-repeat: repeat-y;
    background-size: 100%;
}

.stageSpeaker {
    width: 11%;
    display: inline-block;
    vertical-align: top;
}

.stageSpeaker img {
    width: 100%;
}

.stageInner {
    width: 78%;
    display: inline-block;
}

.chatWrapper {
    padding: 0px 10px 10px 10px;
    background: #eac0c1;
    box-sizing: border-box;
    overflow: auto;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    max-height: 547px;
    border-top: 34px solid #384970;
    padding-top: 80px;
    margin-top: 15px;
}

.chatWrapper.barTwo {
    background: #e63435
}

.chatInner {
    width: 100%;
    height: 100%;
}

#chatContainer {
    height: 100%;
}

.stageTimetable {
    background: none;
}

.sideBar {
    width: 100%;
    margin-left: 0%;
    margin-top: 20px;
    display: inline-block;
    vertical-align: top;
}

.sideBar img {
    width: 100%;
}

@media only screen and (min-width: 680px) {
    .stageContainer {
        max-width: 600px;
    }
    .stageHead {
        margin-top: -140px;
    }
}

@media only screen and (min-width: 1070px) {
    .stageHead {
        width: 70%;
    }
    .chatHead {
        display: inline-block;
    }
    .chatHead {
        display: inline-block;
    }
    .stageWrapper {
        width: 70%;
    }
    .stageContainer {
        max-width: 1340px;
    }
    .chatWrapper {
        width: 30%;
        display: inline-block;
        vertical-align: top;
        max-height: 417px;
        border-top: none;
        padding-top: 0px;
        margin-top: 0px;
    }
    .sideBar {
        width: 28%;
        margin-left: 2%;
        margin-top: 0px;
    }
    .timetableStageOne .twoStages {
        width: 70%;
    }
}

#chatContainer iframe {
    height: 402px;
    border: none;
    width: 100%;
}

.stagePageHeader {
    width: 100%;
    text-align: left;
    margin: 0px auto;
    padding: 0 0 34px 0;
    float: left;
}

.stagePageHeader h1 {
    margin: 26px 0px 0px;
    padding: 0px;
    text-transform: none;
    font-size: 28px;
}

.stagePageHeader p {
    margin: 0px;
    padding: 0px;
}

/* Rewind Page styles */

.rewindStageContainer {
    width: 100%;
    margin: 0px auto;
    min-height: 100%;
    height: 100%;
}

.rewindWrapper {
    max-width: 840px;
    margin: 0px auto 100px;
    padding: 0px;
    text-align: center;
}

.rewindStageHead {
    padding: 0px;
    box-sizing: border-box;
    overflow: auto;
    width: 100%;
    display: block;
    vertical-align: top;
    margin-top: -125px;
}

.rewindStage {
    padding: 0px;
    box-sizing: border-box;
    width: 100%;
    vertical-align: top;
    display: inline-block;
    margin-top: 0px;
    position: relative;
    text-align: center;
}

#assetContainer {
    width: 80%;
    margin: 0px 10% 0px;
}

.assetBG {
    width: 100%;
    background: url('../img/stage/rewind-stage-bg.png');
    background-size: 100%;
    min-height: 200px;
}

.rewindStage img,
.rewindStageHead img {
    width: 100%;
}

.rewindEventsList {
    padding: 8px;
}

.rewindEventsList .show {
    box-sizing: border-box;
}

.rewindEventsList .show h2 {
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    line-height: 26px;
    transition: .4s;
}

.rewindEventsList h2:hover {
    transition: .4s;
    padding-left: 5px;
}

.rewindEventsList .show p {
    margin: 0px;
    padding: 0px;
}

.rewindEventsList a {
    background: #fff;
    padding: 10px;
    width: 100%;
    text-align: left;
    display: block;
    box-sizing: border-box;
    margin-bottom: 10px;
    transition: .4s;
    color: #24395e;
    text-decoration: none;
    border-radius: 6px;
}

.rewindEventsList a:hover {
    background: #24395e;
    transition: .4s;
    color: #fff;
}

.rewindEventsList a.current {
    background: #e63435;
    color: #FFF;
}

.rewindColumn {
    width: calc(100% - 0px);
    margin: 0px;
    text-align: left;
    display: inline-block;
    vertical-align: top;
}

.archiveMsg {
    text-align: center;
    width: 100%;
}

.archiveMsg p {
    width: 80%;
    font-size: 20px;
    color: #fff;
    padding: 160px 0px 150px;
    margin: 0px auto;
}

.archiveMsg h2 {
    font-size: 24px;
    color: #fff;
    padding: 0px;
    margin: 0px;
}

@media only screen and (min-width: 450px) {
    .rewindColumn {
        width: calc(50% - 10px);
        margin: 5px;
    }
}

@media only screen and (min-width: 740px) {
    .rewindColumn {
        width: calc(33.3% - 10px);
        margin: 5px;
    }
}

/* Join the AMA */

.joinBanner {
    text-align: center;
    width: 100%;
    margin: 10px 0px 50px;
}

.joinBanner img {
    max-width: 500px;
    width: 90%;
    margin: 5%;
    transition: .4s;
    opacity: 1;
}

.joinBanner img:hover {
    opacity: 0.6;
}

/* Now and Next */

.nowAndNext {
    text-align: center;
    width: 100%;
    margin: 10px 0px 50px;
    background: #55628c;
}

.nowAndNext h2 {
    margin: 0px;
    padding: 0px;
    color: #fff;
}

.nowAndNext h3 {
    margin: 0px;
    padding: 0px;
    font-size: 30px;
    color: #fff;
}

.nowAndNext p {
    margin: 0px;
    padding: 0px;
}

.nowAndNext p.date {
    margin: -3px 0px 0px;
    padding: 0px;
    color: #fff;
}

.nowAndNextImg {
    width: 50%;
    max-width: 220px;
    padding: 20px 0px 20px;
}

.nowAndNextInner {
    max-width: 780px;
    width: 100%;
    margin: 0px auto;
    padding-bottom: 70px;
}

.stageThumb {
    width: 83%;
}

.stageHomeLink a {
    display: inline-block;
    padding: 12px 33px;
    font-size: 20px;
    border-radius: 28px;
    right: 0px;
    background: #db3738;
    color: #FFF;
    text-decoration: none;
    font-weight: 800;
    transition: .4s;
    margin-top: 30px;
}

.stageHomeLink a:hover {
    transition: .4s;
    background: #000;
}

.nowAndNextLeft {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    line-height: 27px;
}

.nowAndNextRight {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    line-height: 27px;
}

@media only screen and (min-width: 640px) {
    .nowAndNextLeft {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        box-sizing: border-box;
        padding: 10px;
        line-height: 27px;
    }
    .nowAndNextRight {
        display: inline-block;
        vertical-align: top;
        width: 50%;
    }
}

/* Artist Page styles */

div.artistImg {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
}

div.artistImg>div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
    font-size: 24px;
    text-align: center;
}

.artistPage {
    max-width: 940px;
    margin: 50px auto;
    padding: 0px;
    text-align: center;
}

.artistPageLeft {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 0px);
    margin-right: 0px;
}

.artistPageRight {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 0px);
    margin-left: 0px;
    text-align: left;
}

.artistPageRight h1 {
    font-family: 'Roboto Slab', serif;
    text-transform: none;
    font-size: 30px;
    margin: 10px 0px;
    padding: 0px;
}

.artistPageRight h2 {
    text-transform: none;
    font-size: 22px;
    margin: 5px 0px;
    padding: 0px;
    font-weight: 300;
}

.artistPageRight h2 {
    margin: 10px 0px;
    padding: 0px;
}

.artistPageRight a {
    color: #24395e;
    text-decoration: none;
}

.artistPageRight a:hover {
    color: #e63435;
    text-decoration: underline;
}

.artistPageRight p {
    font-size: 18px;
    padding: 0px;
    margin: 0px 0px 14px;
}

.image-container {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    padding-bottom: 100%;
}

.artist-container {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    padding-bottom: 100%;
    opacity: 1;
    transition: .3s;
    border-radius: 4px;
}

.artist-container:hover {
    opacity: 0.5;
    transition: .3s;
    cursor: pointer;
}

.performanceTime {
    color: #fff;
    padding: 10px;
    background: #24395e;
    border-radius: 5px;
    display: inline-block;
    font-size: 20px;
    margin-bottom: 7px;
}

.performanceTime.expired {
    color: #ccc;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    display: inline-block;
    font-size: 20px;
    margin-bottom: 7px;
}

.performanceTime.expired a {
    transition: .3s;
    color: #ccc;
}

.performanceTime.expired a:hover {
    color: #db3738;
    text-decoration: none;
    transition: .3s;
}

.performanceTime .watchAgainBtn {
    display: inline-block;
    border: 1px solid #db3738;
    padding: 5px 12px;
    border-radius: 33px;
    color: #fff;
    background: #db3738;
    transition: .3s;
    font-size: 18px;
    margin-top: 10px;
}

.performanceTime .watchAgainBtn:hover {
    transition: .3s;
    border: 1px solid #000;
    background: #000;
}

@media only screen and (min-width: 680px) {
    .artistPageLeft {
        display: inline-block;
        vertical-align: top;
        width: calc(34% - 10px);
        margin-right: 10px;
    }
    .artistPageRight {
        display: inline-block;
        vertical-align: top;
        width: calc(66% - 10px);
        margin-left: 10px;
        text-align: left;
    }
}

@media only screen and (min-width: 930px) {}

/* Footer styles */

footer {
    width: 100%;
    background: #fff;
    text-align: center;
    padding-top: 50px;
}

footer p {
    margin: 0px;
    padding: 0px;
}

.footerInner {
    width: 100%;
    max-width: 1340px;
    margin: 0px auto;
}

.footerInner a {
    opacity: 1;
    transition: .3s;
    outline: 0px;
}

.footerInner a:hover {
    opacity: .5;
    transition: .3s;
}

.sponsorsT,
.sponsorsM {
    padding-bottom: 20px;
}

.sponsorsM {
    padding-bottom: 20px;
}

.sponsorsB {
    padding-bottom: 50px;
}

.sponsorsTT a {
    width: 50%;
    display: inline-block;
}

.sponsorsT a {
    width: 47%;
    display: inline-block;
}

.sponsorsM a {
    width: 31%;
    display: inline-block;
}

.sponsorsB a {
    width: 33%;
    display: inline-block;
}

.sponsorsTT a img,
.sponsorsT a img,
.sponsorsM a img,
.sponsorsB a img {
    width: 100%
}

@media only screen and (min-width: 500px) {
    .sponsorsT,
    .sponsorsM {
        padding-bottom: 20px;
    }
    .sponsorsM {
        padding-bottom: 20px;
    }
    .sponsorsB {
        padding-bottom: 50px;
    }
    .sponsorsTT a {
        width: 33%;
        display: inline-block;
    }
    .sponsorsT a {
        width: 25%;
        display: inline-block;
    }
    .sponsorsM a {
        width: 23%;
        display: inline-block;
    }
    .sponsorsB a {
        width: 24%;
        display: inline-block;
    }
}

@media only screen and (min-width: 950px) {
    .sponsorsTT a {
        width: 16%;
        display: inline-block;
    }
    .sponsorsT a {
        width: 14.2%;
        display: inline-block;
    }
    .sponsorsM a {
        width: 12.5%;
        display: inline-block;
    }
    .sponsorsB a {
        width: 12.5%;
        display: inline-block;
    }
    .assetBG {
        min-height: 378px;
    }
}

/* Artists Page styles */

.artistsHeader {
    text-align: left;
    max-width: 1244px;
    margin: 0px auto;
    padding: 1rem;
}

.artistsHeader h1 {
    margin: 26px 0px 0px;
    padding: 0px;
    text-transform: none;
    font-size: 28px;
    float: left;
}

.artistsHeader p {
    margin: 0px;
    padding: 0px;
}

a.downloadBtn {
    float: right;
    background: #db3738;
    padding: 15px 29px;
    font-size: 19px;
    border-radius: 32px;
    color: #fff;
    margin-top: 22px;
    text-decoration: none;
    transition: .3s;
    font-weight: 700;
}

a.downloadBtn:hover {
    background: #000;
    transition: .3s;
}

a.downloadBtn.black {
    margin-left: 10px;
    background: #000;
}

a.downloadBtn.black:hover {
    background: #db3738;
    transition: .3s;
}

/* Artists Page styles */

#scheduleContainer {
    width: calc(100% - 2rem);
    padding: 1rem;
}

.scheduleWrapper {
    max-width: 1240px;
    margin: 165px auto 100px;
    padding: 0px;
    text-align: center;
}

.twoStages {
    margin: 0px 0px 10px;
    padding: 0px 0px 20px;
    width: 100%;
    margin: 0;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    background: #fff;
    box-sizing: border-box;
    border-right: 1px solid #fbf6e3;
}

.oneStage {
    margin: 0px 0px 10px;
    padding: 0;
    width: 100%;
    margin: 0;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    background: #fff;
    box-sizing: border-box;
    border-right: 1px solid #fbf6e3;
}

.stage {
    background: #fff;
}

.scheduleWrapper header {
    position: sticky;
    top: 181px;
}

.twoStages .scheduleCol {
    padding: 0px;
    width: calc(50% - 0px);
    margin: 0px;
    display: inline-block;
    text-align: left;
    vertical-align: top;
}

.twoStages.awards .scheduleCol {
    width: calc(100% - 20px);
}

.oneStage .scheduleCol {
    padding: 0px;
    width: calc(100% - 20px);
    margin: 10px;
    display: inline-block;
    text-align: left;
    vertical-align: top;
}

.scheduleCol.head {
    width: calc(100% - 20px);
    padding: 10px;
    background: #24395e;
    color: #fff;
    margin: 0px;
}

.scheduleCol.head h2 {
    font-weight: 700;
}

.scheduleCol.stage {
    width: calc(50% - 20px);
    padding: 10px;
    background: #24395e;
    color: #fff;
    margin: 0px;
}

.scheduleCol.stage3 {
    width: calc(100% - 20px);
    padding: 10px;
    background: #24395e;
    color: #fff;
    margin: 0px;
}

.scheduleCol.stage.red,
.scheduleCol.stage3.red {
    background: #db3738;
}

.scheduleCol.stage.black {
    background: #000;
}

.scheduleWrapper header h3 {
    margin: 0px 0px 0px;
    padding: 0px;
    font-weight: 300;
    font-size: 19px;
    color: #fff;
}

.scheduleHeader {
    text-align: left;
    max-width: 1244px;
    margin: 0px auto;
    padding: 1rem 0;
}

.scheduleHeader h1 {
    margin: 26px 0px 0px;
    padding: 0px;
    text-transform: none;
    font-size: 28px;
}

.scheduleHeader p {
    margin: 0px;
    padding: 0px;
}

.eventBlockTT {
    padding: 10px;
}

.eventBlockTT.expired {
    transition: .3s;
}

.eventBlockTT.expired a {
    text-decoration: none;
    color: #ccc;
}

.eventBlockTT.expired a h3 {
    text-decoration: none;
    color: #ccc;
    display: inline-block;
    margin-right: 10px;
}

.scheduleCol hr {
    margin: 0px 10px;
}

.scheduleCol p {
    margin: 0px;
    padding: 0px;
}

.scheduleDay h2,
.scheduleDays h2,
.scheduleCol h2 {
    margin: 0px 0px 0px;
    padding: 0px;
    font-weight: 300;
    font-size: 18px;
}

.scheduleDay h3,
.scheduleDays h3 {
    margin: 0px 0px 0px;
    padding: 0px;
    font-weight: 300;
    font-size: 19px;
}

.scheduleCol h3 {
    margin: 0px;
    padding: 0px;
    font-size: 22px;
    color: #24395e;
}

.scheduleCol h4 {
    margin: 0px 0px 30px;
    padding: 0px;
}

.watchAgainBtn {
    display: inline-block;
    border: 1px solid #eac0c1;
    padding: 1px 6px;
    border-radius: 33px;
    color: #fff;
    background: #eac0c1;
    transition: .3s;
}

.watchAgainBtn:hover {
    display: inline-block;
    border: 1px solid #db3738;
    color: #fff;
    background: #db3738;
    transition: .3s;
}

#db3738 @media only screen and (min-width: 680px) {
    .twoStages {
        width: 50%;
    }
    .oneStage {
        width: 100%;
    }
}

@media only screen and (min-width: 930px) {
    .twoStages {
        width: 40%;
    }
    .oneStage {
        width: 20%;
    }
}

.thanksWrapper {
    margin: 100px 12px;
}

.thanksWrapper h1 {
    margin: 0px 0px 30px;
    padding: 0px;
}

.thanksWrapper h2 {
    margin: 0px 0px 30px;
    padding: 0px;
}

.thanksWrapper h3 {
    margin: 0px 0px 30px;
    padding: 0px;
}

.thanksWrapper a {
    font-size: 24px;
    margin: 0px 0px 30px;
    padding: 0px;
    text-decoration: none;
    color: #db3738;
}

.thanksWrapper a:hover {
    color: #24395e;
}

.thanksWrapper p {
    font-size: 20px;
    margin: 30px;
    padding: 0px;
}

.blueWristband {
    width: 300px;
}

/* Artists Page styles */

.helpWrapper {
    text-align: left;
    max-width: 844px;
    margin: 0px auto 80px;
    padding: 1rem;
}

.helpWrapper h1 {
    margin: 26px 0px 0px;
    padding: 0px;
    text-transform: none;
    font-size: 28px;
}

.helpWrapper p {
    margin: 0px;
    font-size: 20px;
    padding: 0px;
}

.helpWrapper a {
    text-decoration: none;
    color: #24395e;
}

/* Artists Page styles */

.buyTicketsContainer {
    padding: 1rem;
    display: inline-block;
    width: calc(100% - 2rem);
    margin-top: 66px;
}

.wristbandContainer {
    padding: 1rem;
    display: inline-block;
    width: calc(100% - 2rem);
    margin-top: 66px;
    text-align: center;
    margin-bottom: 66px;
}

.wristbandContainer h3 a {
    color: #ec3e3c;
    text-decoration: none;
}

.wristbandContainer h3 a:hover {
    color: #000;
    text-decoration: underline;
}

.buyTicketsWrapper {
    text-align: left;
    max-width: 500px;
    margin: 0px auto 80px;
    padding: 1rem;
}

.buyTicketsWrapper h1 {
    margin: 26px 0px 20px;
    padding: 0px;
    text-transform: none;
    font-size: 28px;
}

.buyTicketsWrapper p {
    margin: 0px;
    font-size: 20px;
    padding: 0px 0px 20px;
}

/*************************
 * GRID SCHEDULE LAYOUT
 *************************/

@media screen and (min-width: 700px) {
    .schedule {
        display: grid;
        grid-gap: 0px;
        border-top: 1px solid black;
        border-left: 1px solid black;
        grid-template-rows: [tracks] auto [time-1700] 1fr [time-1730] 1fr [time-1800] 1fr [time-1830] 1fr [time-1900] 1fr [time-1930] 1fr [time-2000] 1fr [time-2030] 1fr [time-2100] 1fr;
        /* Note 1:
      Use 24hr time for gridline names for simplicity

      Note 2: Use "auto" instead of "1fr" for a more compact schedule where height of a slot is not proportional to the session length. Implementing a "compact" shortcode attribute might make sense for this!
      Try 0.5fr for more compact equal rows. I don't quite understand how that works :)
      */
        grid-template-columns: [times] 4em [track-1-start] 1fr [track-1-end track-2-start] 1fr [track-2-end track-3-start] 1fr [track-3-end track-4-start] 1fr [track-4-end track-5-start] 1fr [track-4-end];
    }
}

.time-slot {
    grid-column: times;
}

.track-slot {
    display: none;
    /* hidden on small screens and browsers without grid support */
}

@supports (display: grid) {
    @media screen and (min-width: 700px) {
        .track-slot {
            display: block;
            padding: 10px 5px 5px;
            position: -webkit-sticky;
            position: sticky;
            top: 0;
            z-index: 1000;
            background-color: rgba(255, 255, 255, 0.9);
        }
    }
}

/* Small-screen & fallback styles */

.session {
    margin-bottom: 1em;
}

@supports (display: grid) {
    @media screen and (min-width: 700px) {
        .session {
            margin: 0;
        }
    }
}

/*************************
 * VISUAL STYLES
 * Design-y stuff ot particularly important to the demo
 *************************/

.session {
    padding: 0.5em;
    border-radius: 2px;
    font-size: 14px;
}

.session-title,
.session-time,
.session-track,
.session-presenter {
    display: block;
}

.session-title,
.time-slot {
    margin: 0;
    font-size: 1em;
}

.session-title a {
    color: #fff;
    -webkit-text-decoration-style: dotted;
    text-decoration-style: dotted;
}

.session-title a:hover {
    font-style: italic;
}

.session-title a:focus {
    outline: 2px dotted rgba(255, 255, 255, 0.8);
}

.track-slot,
.time-slot {
    font-weight: bold;
    font-size: 0.75em;
}

.track-1 {
    background-color: #1259b2;
    color: #fff;
}

.track-2 {
    background-color: #687f00;
    color: #fff;
}

.track-3 {
    background-color: #544d69;
    color: #fff;
}

.track-4 {
    background-color: #c35500;
    color: #fff;
}

.track-5 {
    background-color: #345345;
    color: #fff;
}

.track-all {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ccc;
    color: #000;
    box-shadow: none;
}

.text {
    max-width: 750px;
    font-size: 18px;
    margin: 0 auto 50px;
}

.meta {
    color: #555;
    font-style: italic;
}

.meta a {
    color: #555;
}

hr {
    margin: 40px 0;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

.chatBtn {
    position: absolute;
    right: 10px;
    bottom: 3%;
    background: #e63435;
    border-radius: 4px;
    height: 32px;
    width: 32px;
    transition: .3s;
}

.chatBtn:hover {
    background: #24395e;
    transition: .3s;
    cursor: pointer;
}

.chatBtn.stageTwo:hover {
    background: #000;
}

.chatBtn img {
    width: 60%;
    padding: 20%;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -5px;
    right: 110%;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent black;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {}

@media only screen and (min-width: 768px) {}

@media only screen and (min-width: 1140px) {
    /* ===============
    Maximal Width
   =============== */
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

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

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

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}