::-moz-selection {
  /* Code for Firefox */
  color: #ffffff;
  background: #ff8200; }

::selection {
  color: #ffffff;
  background: #ff8200; }

* {
  box-sizing: border-box; }

body, html {
  margin: 0;
  padding: 0;
  scrollbar-gutter: stable; }

body {
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: Helvetica Neue, Arial, sans-serif !important; }

.spacer {
  height: 0;
  margin-bottom: 0; }

.desktop-break {
  width: 100%;
  display: table; }
  @media screen and (max-width: 991px) {
    .desktop-break {
      display: none !important; } }

.background-desktop {
  position: absolute;
  background-size: cover;
  background-position: center center !important;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #cccccc;
  background-image: url("../video/night-desktop.webp");
  background-repeat: no-repeat;
  background-color: #cccccc;
  overflow: hidden; }
  @media screen and (max-width: 1023px) {
    .background-desktop {
      display: none !important; } }
  .background-desktop video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.background-mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 110vh !important;
  margin-top: -10vh;
  background-color: #cccccc;
  background-image: url("../video/night-mobile.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center !important;
  z-index: -1;
  overflow: hidden; }
  @media screen and (min-width: 1024px) {
    .background-mobile {
      display: none !important; } }
  .background-mobile video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.container {
  width: 90%; }

.nav {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: url("../img/noise-dark.svg"), linear-gradient(to bottom, #133891, #1c4599, #429cd1, #ff8200, #ff8200);
  background-attachment: fixed;
  filter: contrast(110%) brightness(100%);
  z-index: 99999999 !important;
  transition: opacity 0.5s; }
  .nav .navcontainer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%; }
    .nav .navcontainer ul {
      padding: 0;
      margin: -25vh 0 0 0; }
      .nav .navcontainer ul li {
        display: inline-block;
        list-style: none;
        margin: 0;
        padding: .5em;
        font-size: 2.75vw;
        text-transform: uppercase;
        font-weight: bold; }
        @media screen and (max-width: 1023px) {
          .nav .navcontainer ul li {
            display: block;
            font-size: 5.5vh;
            text-align: center; } }
        .nav .navcontainer ul li a {
          color: rgba(255, 255, 255, 0);
          text-stroke-width: .05em;
          text-stroke-color: #ffffff;
          -webkit-text-stroke-width: .05em;
          -webkit-text-stroke-color: #ffffff;
          text-decoration: none;
          transition: .3s; }
          .nav .navcontainer ul li a:hover {
            color: #ff8200;
            -webkit-text-stroke-color: #ff8200;
            text-stroke-color: #ff8200;
            text-shadow: 2px 2px 0.75em #ff8200; }

.mininav p, .mininav-scrolled p {
  font-size: 2.5vw !important;
  line-height: .95em;
  text-transform: uppercase;
  font-weight: bold;
  color: rgba(255, 255, 255, 0);
  text-stroke-width: .05em;
  text-stroke-color: #ffffff;
  -webkit-text-stroke-width: .05em;
  -webkit-text-stroke-color: #ffffff;
  text-decoration: none;
  transition: .3s;
  margin: -.08em 0 .15em 0;
  text-align: left;
  width: 100%; }
  @media screen and (max-width: 992px) {
    .mininav p, .mininav-scrolled p {
      margin: -.15vh 0 .15em 0;
      font-size: 4.5vw !important; } }
.mininav p.small, .mininav p.small a, .mininav-scrolled p.small, .mininav-scrolled p.small a {
  font-size: 1.52vw !important;
  line-height: .85em;
  text-transform: uppercase;
  font-weight: bold;
  color: rgba(255, 255, 255, 0);
  text-stroke-width: .05em;
  text-stroke-color: #ffffff;
  -webkit-text-stroke-width: .05em;
  -webkit-text-stroke-color: #ffffff;
  text-decoration: none;
  transition: .3s;
  text-align: left;
  width: 100%; }
  @media screen and (max-width: 992px) {
    .mininav p.small, .mininav p.small a, .mininav-scrolled p.small, .mininav-scrolled p.small a {
      font-size: 2.725vw !important; } }
.mininav p.small a:hover, .mininav-scrolled p.small a:hover {
  color: #ff8200;
  -webkit-text-stroke-color: #ff8200;
  text-stroke-color: #ff8200;
  text-shadow: 2px 2px 0.75em #ff8200; }
.mininav ul, .mininav-scrolled ul {
  padding: 0px !important;
  margin: .5em 0 0 0; }
  .mininav ul li, .mininav-scrolled ul li {
    display: inline-block;
    line-height: .85em;
    list-style: none;
    margin: 0;
    padding: 0 1em 0 0;
    font-size: clamp(1.5em, 2vw, 2vw);
    text-transform: uppercase;
    font-weight: bold; }
    .mininav ul li:last-child, .mininav-scrolled ul li:last-child {
      padding: 0 !important; }
    .mininav ul li a, .mininav-scrolled ul li a {
      color: rgba(255, 255, 255, 0);
      text-stroke-width: .05em;
      text-stroke-color: #ffffff;
      -webkit-text-stroke-width: .05em;
      -webkit-text-stroke-color: #ffffff;
      text-decoration: none;
      transition: .3s; }
      .mininav ul li a:hover, .mininav-scrolled ul li a:hover {
        color: #ff8200;
        -webkit-text-stroke-color: #ff8200;
        text-stroke-color: #ff8200;
        text-shadow: 2px 2px 0.75em #ff8200; }
.mininav .navbutton, .mininav-scrolled .navbutton {
  margin-top: 2em; }
  @media screen and (max-width: 992px) {
    .mininav .navbutton, .mininav-scrolled .navbutton {
      margin-top: 1.25em; } }
@media screen and (max-width: 992px) {
  .mininav .buttons-desktop, .mininav-scrolled .buttons-desktop {
    display: none !important; } }

.mininav-scrolled {
  transform: translateY(-100px);
  position: fixed;
  background: #cccccc;
  z-index: 999999;
  transition: .3s; }
  .mininav-scrolled p, .mininav-scrolled p.small, .mininav-scrolled p.small a, .mininav-scrolled a, .mininav-scrolled ul > li > a, .mininav-scrolled li {
    color: rgba(255, 255, 255, 0);
    text-stroke-color: #1c4599;
    -webkit-text-stroke-color: #1c4599; }
  .mininav-scrolled .bar {
    margin: 0;
    padding: 0;
    vertical-align: bottom;
    font-size: 0px;
    line-height: 0px; }
    .mininav-scrolled .bar img {
      vertical-align: bottom;
      margin: 0;
      padding: 0; }

@media screen and (min-width: 993px) {
  .buttons-mobile {
    display: none !important; } }
.buttons-mobile ul {
  padding: 0px !important;
  margin: .75em 0 0 0;
  text-align: center; }
  .buttons-mobile ul li {
    display: inline-block;
    line-height: .85em;
    list-style: none;
    margin: 0;
    padding: 0 1em 0 0;
    font-size: clamp(1.5em, 2vw, 2vw);
    text-transform: uppercase;
    font-weight: bold; }
    .buttons-mobile ul li:last-child {
      padding: 0 !important; }
    .buttons-mobile ul li a {
      color: rgba(255, 255, 255, 0);
      text-stroke-width: .05em;
      text-stroke-color: #ffffff;
      -webkit-text-stroke-width: .05em;
      -webkit-text-stroke-color: #ffffff;
      text-decoration: none;
      transition: .3s; }
      .buttons-mobile ul li a:hover {
        color: #ff8200;
        -webkit-text-stroke-color: #ff8200;
        text-stroke-color: #ff8200;
        text-shadow: 2px 2px 0.75em #ff8200; }

.content {
  min-height: 100vh;
  background-image: url("../img/noise-dark.svg"), linear-gradient(to bottom, #133891, #1c4599, #429cd1, #ff8200, #ff8200);
  background-attachment: fixed;
  filter: contrast(110%) brightness(100%);
  color: #ffffff;
  padding-bottom: 2em; }
  .content h1, .content h2 {
    font-size: 2em;
    text-transform: uppercase;
    margin-bottom: .125em; }
    @media screen and (max-width: 1023px) {
      .content h1, .content h2 {
        font-size: 1.85em; } }
  .content a {
    color: #ffffff;
    font-weight: bold;
    text-stroke-width: .03em;
    text-stroke-color: #ff8200;
    -webkit-text-stroke-width: .03em;
    -webkit-text-stroke-color: #ff8200;
    text-decoration: none;
    transition: .3s; }
    .content a:hover {
      color: #ff8200;
      -webkit-text-stroke-color: #ff8200;
      text-stroke-color: #ff8200;
      text-shadow: 2px 2px 0.75em #ff8200; }
    .content a.selector-link {
      text-stroke-width: 0px;
      text-stroke-color: transparent;
      -webkit-text-stroke-width: 0px; }
      .content a.selector-link:hover {
        text-shadow: none; }
  .content .copy {
    padding-top: 1.5em; }
    .content .copy p.lead {
      font-size: 1.125em;
      line-height: 1.125em; }
      @media screen and (max-width: 991px) {
        .content .copy p.lead {
          font-size: 1.125em; } }
    .content .copy p {
      font-size: 1em;
      line-height: 1.5em; }
    .content .copy a {
      text-decoration: underline;
      text-decoration-color: #ffffff; }
      .content .copy a:hover {
        text-decoration-color: #ff8200; }

.topics h2 {
  text-transform: uppercase;
  font-weight: bold;
  color: rgba(255, 255, 255, 0);
  text-stroke-width: .05em;
  text-stroke-color: #ffffff;
  -webkit-text-stroke-width: .05em;
  -webkit-text-stroke-color: #ffffff;
  text-decoration: none; }
.topics img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  margin-bottom: .5em; }
.topics a {
  text-decoration: underline;
  text-decoration-color: #ffffff; }
  .topics a:hover {
    text-decoration-color: #ff8200; }

.partners a img {
  aspect-ratio: 3 / 2;
  object-fit: contain;
  margin-bottom: .5em;
  transition: .3s; }
  .partners a img:hover {
    transform: scale(1.05); }

.lineup ul {
  margin: 0 1em 0 1em;
  padding: 0;
  text-align: justify !important;
  text-align-last: center !important; }
  .lineup ul.no-slash {
    text-align: center !important; }
    .lineup ul.no-slash li {
      display: block;
      text-align: center !important; }
      .lineup ul.no-slash li::after {
        content: "";
        padding-left: 0; }
      .lineup ul.no-slash li:last-child::after {
        content: "";
        padding-left: 0; }
  .lineup ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline !important;
    font-size: 1.5em;
    line-height: 1.25em;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 0px 0px 0.85em rgba(255, 255, 255, 0.75), 0px 0px 0.25em rgba(255, 255, 255, 0.45); }
    .lineup ul li a {
      font-size: 1em;
      text-stroke-width: 0px !important;
      -webkit-text-stroke-width: 0px !important;
      -webkit-text-stroke-color: #ffffff;
      text-stroke-color: #ffffff;
      font-weight: 400;
      text-shadow: 0px 0px 0.85em rgba(255, 255, 255, 0.75), 0px 0px 0.25em rgba(255, 255, 255, 0.45);
      transition: .3s; }
      .lineup ul li a:hover {
        font-weight: 400;
        text-stroke-width: 1.5px !important;
        -webkit-text-stroke-width: 1.5px !important;
        color: #ffffff;
        -webkit-text-stroke-color: #ffffff;
        text-stroke-color: #ffffff;
        text-shadow: 0px 0px 0.85em rgba(255, 255, 255, 0.75), 0px 0px 0.25em rgba(255, 255, 255, 0.45); }
    .lineup ul li::after {
      content: "/ ";
      padding-left: .25em; }
    .lineup ul li:last-child::after {
      content: "";
      padding-left: .25em; }
    @media screen and (max-width: 768px) {
      .lineup ul li {
        font-size: 1.25em; } }

@media screen and (min-width: 992px) {
  .artist-padding {
    padding-top: .75em; } }

.lineup-more {
  font-size: 2em;
  margin-top: 1.5em;
  line-height: 1.25em;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0px 0px 0.85em rgba(255, 255, 255, 0.75), 0px 0px 0.25em rgba(255, 255, 255, 0.45); }
  @media screen and (max-width: 768px) {
    .lineup-more {
      font-size: 1.25em; } }

.stagehost-logo {
  aspect-ratio: 3 / 1;
  object-fit: contain;
  object-position: center center;
  padding: 0 20% 0 20%; }

.selector-padding {
  padding: 0 12px 12px 0; }

.selector {
  aspect-ratio: 1 / 1;
  text-align: center;
  border: 1.5px solid #ffffff;
  padding: 18% 15% 10% 15%;
  transition: .3s;
  display: grid;
  align-items: center; }
  .selector.active {
    color: #ff8200;
    border: 1.5px solid #ff8200;
    box-shadow: 0px 0px 20px -5px #ff8200, inset 0px 0px 20px -5px #ff8200; }
    .selector.active:hover {
      color: #ff8200;
      border: 1.5px solid #ff8200;
      box-shadow: 0px 0px 20px -5px #ff8200, inset 0px 0px 20px -5px #ff8200; }
  .selector:hover {
    color: #ffffff;
    border: 1.5px solid #ffffff;
    box-shadow: 0px 0px 15px -5px #ffffff, inset 0px 0px 15px -5px #ffffff; }
  .selector h3 {
    font-size: clamp(0.75em, 1.125vw, 1.125vw) !important; }
    .selector h3.active {
      font-weight: bold;
      color: #ff8200;
      -webkit-text-stroke-color: #ff8200;
      text-shadow: 2px 2px 0.75em #ff8200; }
      .selector h3.active:hover {
        font-weight: bold;
        color: #ff8200;
        -webkit-text-stroke-color: #ff8200;
        text-shadow: 2px 2px 0.75em #ff8200; }

.buttons {
  height: 100vh;
  position: absolute !important; }
  @media screen and (min-width: 1024px) {
    .buttons {
      position: fixed !important; } }

.side {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh; }
  @media screen and (max-width: 991px) {
    .side {
      position: relative;
      height: 50vh;
      width: 100%; }
      .side.left {
        margin-top: -12vh; }
      .side.right {
        margin-top: 14vh; } }
  .side a {
    color: #ffffff;
    background: #cccccc;
    padding: 0 .15em;
    text-decoration: none;
    text-transform: uppercase;
    border: 3px solid #cccccc;
    border-radius: 3px;
    cursor: pointer;
    display: block;
    font-size: 2.25em;
    font-weight: 400;
    transition: .3s;
    letter-spacing: .05em; }
    .side a::before {
      content: "";
      width: 2px;
      height: .65em;
      margin-top: .3em;
      transform: translateX(-0.27em);
      background-color: #1c4599;
      position: absolute;
      box-shadow: -3px 0px 6px rgba(0, 0, 0, 0.15); }
    .side a::after {
      content: "";
      width: 2px;
      height: .65em;
      margin-top: .3em;
      transform: translateX(0.23em);
      background-color: #1c4599;
      position: absolute;
      box-shadow: 3px 0px 6px rgba(0, 0, 0, 0.15); }
    @media screen and (max-width: 767px) {
      .side a {
        font-size: 1.85em; } }

@media screen and (min-width: 992px) {
  .tickets-button {
    display: none !important; } }
.tickets-button h2 a {
  color: rgba(255, 255, 255, 0);
  text-stroke-width: .05em;
  text-stroke-color: #ffffff;
  -webkit-text-stroke-width: .05em;
  -webkit-text-stroke-color: #ffffff;
  text-decoration: none;
  transition: .3s; }
  .tickets-button h2 a:hover {
    color: #ff8200;
    -webkit-text-stroke-color: #ff8200;
    text-stroke-color: #ff8200;
    text-shadow: 2px 2px 0.75em #ff8200; }

.faq-container .faq {
  margin-bottom: 20px;
  border-bottom: 2px solid #ffffff; }
.faq-container .question {
  cursor: pointer;
  font-weight: bold;
  user-select: none;
  /* Prevent text selection while clicking */
  padding: .25em 0;
  font-size: 1.5em;
  color: rgba(255, 255, 255, 0);
  text-stroke-width: .05em;
  text-stroke-color: #ffffff;
  -webkit-text-stroke-width: .05em;
  -webkit-text-stroke-color: #ffffff;
  text-decoration: none;
  transition: .3s; }
  .faq-container .question:hover {
    color: #ff8200;
    -webkit-text-stroke-color: #ff8200;
    text-stroke-color: #ff8200;
    text-shadow: 2px 2px 0.75em #ff8200; }
.faq-container .answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  padding-left: 1.35em;
  padding-top: .125em; }
.faq-container .icon {
  margin-right: .125em;
  display: inline-block;
  width: .5em;
  max-width: .5em; }

footer {
  position: absolute;
  z-index: 2;
  top: 100vh;
  background: #cccccc; }
  footer.nostick {
    position: inherit; }
  footer .bar {
    margin: 0;
    padding: 0;
    vertical-align: top; }
    footer .bar img {
      vertical-align: top; }
  footer hr {
    border-top: 1px solid #999999;
    border-bottom: none; }
  footer .logo-wrapper {
    padding: 1em 4em 1em 4em; }
    @media screen and (max-width: 991px) {
      footer .logo-wrapper {
        padding: 1em 2.5em 1em 2.5em; } }
    footer .logo-wrapper .logo {
      max-width: 200px;
      transition: .2s; }
      footer .logo-wrapper .logo:hover {
        transform: scale(0.95); }
  footer li {
    list-style: none;
    padding: 0px;
    line-height: 2em;
    font-size: .85em; }
    footer li a {
      color: #ffffff;
      text-transform: uppercase;
      font-weight: 300;
      text-decoration: none;
      transition: .3s; }
      footer li a:hover {
        color: #ff8200; }
  footer .credits-container {
    display: flex !important;
    flex-flow: column;
    height: 100%;
    justify-content: center; }
  footer .credits {
    color: #999999;
    font-size: .65em;
    align-items: flex-end; }
