/*!
Theme Name: Ottawa Jazz Festival
Version: 2022.3
*/
@font-face {
  font-family: 'gt-eesti-text';
  src: url('assets/fonts/gt-eesti-text/gt-eesti-text-regular.woff2')
      format('woff2'),
    url('assets/fonts/gt-eesti-text/gt-eesti-text-regular.woff') format('woff');
  font-weight: 400;
}
@font-face {
  font-family: 'gt-eesti-text';
  src: url('assets/fonts/gt-eesti-text/gt-eesti-text-bold.woff2')
      format('woff2'),
    url('assets/fonts/gt-eesti-text/gt-eesti-text-bold.woff') format('woff');
  font-weight: 700;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* WP Expert */
.new-home {padding: 0px;}
 .h2-center {
    text-align: center;
    padding-top: 50px;
}
/* end edit WP Expert */

.anim-fade {
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  opacity: 0;
  -webkit-transition: opacity 0.8s linear, -webkit-transform 0.8s linear;
  transition: opacity 0.8s linear, -webkit-transform 0.8s linear;
  transition: transform 0.8s linear, opacity 0.8s linear;
  transition: transform 0.8s linear, opacity 0.8s linear,
    -webkit-transform 0.8s linear;
  will-change: transform;
}
.anim-fade.anim-fade-inview {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  overflow: hidden;
} /*! Flickity v2.3.0
  https://flickity.metafizzy.co
  ---------------------------------------------- */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: 0;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}
.flickity-button:hover {
  background: #fff;
  cursor: pointer;
}
.flickity-button:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 5px #19f;
  box-shadow: 0 0 0 5px #19f;
}
.flickity-button:active {
  opacity: 0.6;
}
.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}
.flickity-button-icon {
  fill: currentColor;
}
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
.showpass-cart-button {
  padding: 0 !important;
  border-radius: none;
  font-size: 20px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.showpass-cart-button i {
  display: none;
}
.showpass-button.showpass-cart-button,
.showpass-button:hover.showpass-cart-button,
.showpass-button:active.showpass-cart-button {
  background-color: transparent !important;
}
button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 1em;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-family: 'gt-eesti-text', sans-serif;
  font-weight: normal;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
}
button:focus,
input[type='button']:focus,
input[type='reset']:focus,
input[type='submit']:focus {
  outline: 0;
}
input[type='submit'] {
  padding-top: 0;
  padding-bottom: 0;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
a:hover,
a:focus,
a:active {
  color: inherit;
  text-decoration: none;
}
a:focus {
  outline: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
img,
figure {
  max-width: 100%;
  height: auto;
}
figure {
  margin: 0;
}
picture {
  display: block;
}
picture img {
  display: block;
}
embed,
iframe,
object {
  max-width: 100%;
}
table {
  margin: 2em 0;
  width: 100%;
}
table th {
  font-weight: bold;
}
table td {
  padding: 0.25em;
  border: 1px solid;
}
body {
  font-family: 'gt-eesti-text', sans-serif;
  font-size: 24px;
  line-height: 1.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.01em;
}
h4,
.h4 {
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.01em;
}
h5,
.h5,
h6,
.h6 {
  line-height: 1.25;
}
h1,
.h1,
h2,
.h2 {
  font-size: 36px;
}
h3,
.h3,
h4,
.h4 {
  font-size: 24px;
}
h5,
.h5 {
  font-size: 28px;
}
h6,
.h6 {
  font-size: 24px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0 0 0.5em;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
.h1:last-child,
.h2:last-child,
.h3:last-child,
.h4:last-child,
.h5:last-child,
.h6:last-child {
  margin-bottom: 0;
}
p {
  margin: 0 0 1em;
  font-size: 1em;
}
p:last-child {
  margin-bottom: 0;
}
p.size-small {
  font-size: 24px;
}
.button-text {
  font-size: 20px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
li {
  font-size: 1em;
}
strong,
b {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
@media screen and (max-width: 1279px) {
  p.size-small {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 28px;
  }
  h1,
  .h1 {
    font-size: 80px;
  }
  h2,
  .h2 {
    font-size: 60px;
  }
  h3,
  .h3 {
    font-size: 40px;
  }
  h4,
  .h4 {
    font-size: 32px;
  }
}
html {
  scroll-padding-top: 128px !important;
  -webkit-text-size-adjust: 100%;
}
html.scrolling-disabled {
  height: 100% !important;
  overflow: hidden !important;
}
@media screen and (min-width: 1024px) {
  html {
    scroll-padding-top: 190px;
  }
}
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  width: 100%;
  min-height: 100vh;
}
main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-top: 100px;
}
@media screen and (min-width: 1280px) {
  main {
    margin-top: 190px;
  }
}
.about-page .page-header {
  text-align: center;
}
.about-page .intro-section .layout-wrapper {
  display: grid;
  grid-gap: 1em;
  max-width: 1440px;
}
.about-page .intro-section .image {
  display: block;
}
.about-page .history-section {
  background: url('assets/images/bg-about-history-mobile.webp') center center
    no-repeat;
  background-size: cover;
  color: white;
}
.about-page .history-section .layout-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1em;
}
.about-page .history-section .copy-wrapper {
  text-align: center;
}
.about-page .staff-section .layout-wrapper {
  max-width: 1280px;
}
.about-page .board-section {
  background: url('assets/images/texture-gold.webp') center center no-repeat;
  background-size: cover;
  color: white;
}
.about-page .board-section .layout-wrapper {
  display: grid;
  grid-gap: 32px;
  max-width: 1280px;
}
.about-page .board-section .copy-wrapper-B i {
  font-style: normal;
  font-size: 18px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .about-page .intro-section .mobile-background-wrapper {
    margin: 0 -22px;
    padding: 32px 22px;
    background: url('assets/images/bg-about-intro-mobile.webp') center center
      no-repeat;
    background-size: cover;
    text-align: center;
    color: white;
  }
  .about-page .intro-section .mobile-background-wrapper h2 {
    font-weight: normal;
    font-size: 28px;
  }
  .about-page .intro-section .mobile-content-wrapper {
    padding-top: 32px;
  }
  .about-page .intro-section .image-wrapper {
    display: none;
  }
  .about-page .board-section .copy-wrapper-B {
    margin: 0 -22px -32px;
    padding: 32px 22px;
    background-color: white;
    color: black;
  }
}
@media screen and (min-width: 1024px) {
  .about-page .intro-section .layout-wrapper {
    grid-template-columns: 3fr 2fr;
    grid-gap: 0 100px;
  }
  .about-page .intro-section .copy-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-page .intro-section .copy-wrapper h2 {
    margin-bottom: auto;
  }
  .about-page .intro-section .copy-wrapper h3 {
    margin-top: 1em;
  }
  .about-page .history-section {
    background-image: url('assets/images/bg-about-history.webp');
  }
  .about-page .history-section .layout-wrapper {
    gap: 110px;
  }
  .about-page .board-section .layout-wrapper {
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 70px;
  }
  .about-page .board-section .staff-list {
    display: block;
  }
  .about-page .board-section .copy-wrapper-B {
    margin-top: 80px;
  }
}
.artist-page .page-section {
  margin: 32px 0;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .artist-page .page-section {
    margin: 60px 0;
  }
  .artist-page .page-section:first-of-type {
    margin-top: 80px;
  }
  .artist-page .page-section:last-of-type {
    margin-bottom: 80px;
  }
}
.artist-page .about-section .layout-wrapper {
  display: grid;
  gap: 32px;
}
.artist-page .about-section h2 {
  margin-bottom: 0.25em;
}
.artist-page .about-section ul {
  margin-bottom: 36px;
  font-size: 24px;
}
.artist-page .about-section p:empty {
  display: none;
}
.artist-page .details-section {
  font-size: 24px;
}
.artist-page .details-section .layout-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}
.artist-page .directions-section .layout-wrapper {
  display: grid;
  gap: 32px;
}
.artist-page .directions-section h2 {
  font-size: 32px;
}
@media screen and (min-width: 1024px) {
  .artist-page {
    font-size: 24px;
  }
  .artist-page .page-section {
    margin: 60px 0;
  }
  .artist-page .page-section:first-of-type {
    margin-top: 80px;
  }
  .artist-page .page-section:last-of-type {
    margin-bottom: 80px;
  }
  .artist-page .about-section .layout-wrapper {
    grid-template-columns: minmax(320px, 540px) 1fr;
    gap: 60px;
  }
  .artist-page .details-section .layout-wrapper {
    gap: 60px;
  }
  .artist-page .directions-section .layout-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }
}
.contact-page .page-header {
  text-align: center;
}
.contact-page .info-section .layout-wrapper {
  display: grid;
  grid-gap: 1em;
  max-width: 1280px;
}
.contact-page .staff-section {
  background: url('assets/images/texture-green.webp') center center no-repeat;
  background-size: cover;
}
.contact-page .staff-section .layout-wrapper {
  max-width: 1280px;
}
@media screen and (max-width: 1023px) {
  .contact-page .page-header .h2 {
    font-size: 24px;
  }
  .contact-page .copy-wrapper-A {
    padding-top: 32px;
    border-top: 2px solid;
  }
  .contact-page .copy-wrapper-B {
    margin: 0 -22px -32px;
    padding: 32px 22px;
    background-color: black;
    color: white;
  }
}
@media screen and (min-width: 1024px) {
  .contact-page .info-section .layout-wrapper {
    display: grid;
    grid-template-columns: 3fr 2fr;
    grid-gap: 80px 100px;
  }
}
.donate-page .content-section .layout-wrapper {
  display: grid;
  grid-gap: 1em;
}
@media screen and (min-width: 1024px) {
  .donate-page .content-section .layout-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 80px 100px;
  }
  .donate-page .content-section .copy-wrapper-A,
  .donate-page .content-section .copy-wrapper-D {
    grid-column: span 2;
    text-align: center;
  }
}
@media screen and (min-width: 1280px) {
  .donate-page .content-section .layout-wrapper {
    max-width: 1280px;
  }
}
.faq-page .description-list {
  margin-bottom: 60px;
}
@media screen and (min-width: 1024px) {
  .faq-page .page-section {
    padding-top: 32px;
  }
}
.festival-page .header-section {
  background-color: black;
  text-align: center;
  color: white;
}
.festival-page .header-section .layout-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1em;
  max-width: 1440px;
}
.festival-page .header-section video {
  display: block;
  width: 100%;
  height: auto;
}
.festival-page .intro-section {
  background: url('assets/images/bg-festival-intro.webp') center center
    no-repeat;
  background-size: cover;
  text-align: center;
  font-size: 24px;
}
.festival-page .stages-section,
.festival-page .food-section {
  padding: 0;
}
.festival-page .stages-section .layout-wrapper,
.festival-page .food-section .layout-wrapper {
  display: grid;
  gap: 1em;
  max-width: 1440px;
}
.festival-page .floating-shape:nth-child(1) {
  top: 55%;
}
.festival-page .floating-shape:nth-child(2) {
  top: 155%;
}
.festival-page .participate-section {
  display: grid;
  gap: 1em;
  background: url('assets/images/texture-peach.webp') center center no-repeat;
  background-size: cover;
  text-align: center;
}
.festival-page .faq-section .layout-wrapper {
  display: grid;
  gap: 16px;
}
.festival-page .faq-section .text-button {
  text-align: right;
}
@media screen and (max-width: 1023px) {
  .festival-page .header-section .video-wrapper {
    margin: 0 -22px -32px;
  }
  .festival-page .intro-section {
    text-align: left;
  }
  .festival-page .stages-section,
  .festival-page .food-section {
    margin: 22px 0 32px;
  }
  .festival-page .stages-section .image-wrapper,
  .festival-page .food-section .image-wrapper {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .festival-page .app-section,
  .festival-page .media-section {
    display: grid;
    padding: 32px 22px;
    background-color: black;
    color: white;
  }
  .festival-page .app-section .image-wrapper,
  .festival-page .media-section .image-wrapper {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .festival-page .app-section .copy-wrapper,
  .festival-page .media-section .copy-wrapper {
    padding-top: 1em;
  }
  .festival-page .app-section {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .festival-page .header-section .layout-wrapper {
    gap: 70px;
  }
  .festival-page .header-section .video-wrapper {
    position: relative;
    z-index: 1;
    margin-bottom: calc(-80px - 20vw);
  }
  .festival-page .intro-section {
    padding-top: calc(80px + 20vw);
  }
  .festival-page .stages-section,
  .festival-page .food-section {
    margin: 110px 0;
  }
  .festival-page .stages-section .layout-wrapper,
  .festival-page .food-section .layout-wrapper {
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
  }
  .festival-page .stages-section .image-wrapper {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .festival-page .lineup-section {
    padding: 110px 0;
  }
  .festival-page .participate-section {
    gap: 60px;
  }
}
@media screen and (min-width: 1280px) {
  .festival-page .app-section,
  .festival-page .media-section {
    position: relative;
    display: grid;
    grid-template-columns: 100%;
    grid-template-areas: 'tilearea';
    padding: 0;
  }
  .festival-page .app-section .copy-wrapper,
  .festival-page .app-section .image-wrapper,
  .festival-page .media-section .copy-wrapper,
  .festival-page .media-section .image-wrapper {
    grid-area: tilearea;
    position: relative;
  }
  .festival-page .app-section .copy-wrapper,
  .festival-page .media-section .copy-wrapper {
    -ms-flex-item-align: center;
    align-self: center;
    position: relative;
    z-index: 2;
    padding: 110px 80px;
    max-width: 720px;
  }
  .festival-page .app-section .image-wrapper,
  .festival-page .media-section .image-wrapper {
    z-index: 1;
  }
  .festival-page .app-section .image,
  .festival-page .media-section .image {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .festival-page .media-section {
    color: white;
  }
  .festival-page .media-section .copy-wrapper {
    justify-self: end;
  }
}
.home-page .header-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  padding: 44px 0;
  background-color: black;
  overflow: hidden;
}
.home-page .header-section .layout-wrapper {
  position: relative;
  z-index: 2;
}
.home-page .header-section .header-heading span {
  display: block;
}
.home-page .wave-section,
.home-page .lineup-section,
.home-page .about-section,
.home-page .street-section,
.home-page .sponsors-section,
.home-page .news-section,
.home-page .global-footer {
  position: relative;
  z-index: 2;
}
.home-page .wave-section {
  background-color: white;
  text-align: center;
}
.home-page .wave-section .wave-text-container {
  display: block;
  width: 100vw;
  height: 30vw;
  overflow: visible;
}
.home-page .wave-section .wave-text {
  font-weight: bold;
  font-size: 80px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.home-page .floating-shape:nth-child(1) {
  top: 55%;
}
.home-page .floating-shape:nth-child(2) {
  top: 155%;
}
.home-page .about-section {
  background: #7a00f0 url('assets/images/texture-purple.webp') center center
    no-repeat;
  background-size: cover;
  text-align: center;
}
.home-page .street-section {
  display: grid;
  gap: 32px;
  background-color: #1d1d1d;
  color: white;
}
.home-page .street-section .copy-wrapper {
  position: relative;
  z-index: 5;
  padding: 0 22px;
}
.home-page .street-section .copy-wrapper-A {
  justify-self: start;
  -ms-flex-item-align: start;
  align-self: start;
}
.home-page .street-section .emblem-component {
  justify-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  display: block;
  width: 100%;
  max-width: 773px;
}
.home-page .street-section .copy-wrapper-B {
  justify-self: end;
  -ms-flex-item-align: end;
  align-self: end;
  text-align: right;
}
.home-page .street-section .ojf-emblem {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 773 / 746;
}
.home-page .street-section .ojf-emblem:before,
.home-page .street-section .ojf-emblem:after {
  content: '';
  position: absolute;
  inset: 0;
  background: url('assets/images/street-emblem.webp') center center no-repeat;
  background-size: contain;
}
.home-page .street-section .ojf-emblem:before {
  z-index: 2;
}
.home-page .street-section .ojf-emblem:after {
  display: none;
}
.home-page .street-section .wave-text-container {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.home-page .street-section .wave-text {
  font-weight: bold;
  font-size: 60px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  fill: white;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.home-page .street-section .background-image {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.home-page .sponsors-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  background-color: white;
  text-align: center;
}
.home-page .sponsors-section .layout-wrapper {
  max-width: 1920px;
}
.home-page .sponsors-section .logos-list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.home-page .news-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  text-align: center;
  background: #e9e0e3 url('assets/images/texture-pink.webp') center center
    no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1023px) {
  .home-page .header-section .emblem-wrapper {
    position: relative;
    margin: 0 auto;
    padding-left: 22px;
    padding-right: 22px;
    width: 100%;
    max-width: 1280px;
  }
  .home-page .header-section .mobile-video-link {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 438 / 424;
    background: url('assets/images/intro-emblem-mobile.webp') center center
      no-repeat;
    background-size: contain;
  }
  .home-page .header-section .mobile-video-link:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 52%;
    width: 80px;
    height: 80px;
    background-color: white;
    -webkit-mask-image: url('assets/images/icons/play.svg');
    mask-image: url('assets/images/icons/play.svg');
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .home-page .header-section .emblem,
  .home-page .header-section .emblem-image,
  .home-page .header-section .video-text-wrapper,
  .home-page .header-section .video-background-wrapper {
    display: none;
  }
  .home-page .wave-section .h2 {
    font-size: 24px;
  }
  .home-page .about-section {
    padding: 48px 0;
  }
  .home-page .street-section {
    min-height: 60vh;
  }
  .home-page .street-section .h3 {
    font-size: 40px;
  }
  .home-page .street-section .wave-text {
    font-size: 130px;
  }
}
@media screen and (min-width: 1280px) {
  .home-page .header-section {
    position: relative;
    padding: 90px 0;
    text-align: center;
    overflow: hidden;
  }
  .home-page .header-section .layout-wrapper {
    position: absolute;
    z-index: 4;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .home-page .header-section .mobile-video-link {
    display: none;
  }
  .home-page .header-section .emblem-wrapper {
    position: relative;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100vw;
    -webkit-transform: translateY(-18%);
    transform: translateY(-18%);
  }
  .home-page .header-section .emblem-image {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
  }
  .home-page .header-section .emblem {
    will-change: transform;
  }
  .home-page .header-section .video-background-wrapper {
    position: fixed;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: calc(100vh - 150px);
  }
  .home-page .header-section .video-background-wrapper .video {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .home-page .wave-section .wave-text {
    font-size: 80px;
  }
  .home-page .street-section {
    grid-template-areas: 'layoutarea';
    gap: 0;
  }
  .home-page .street-section .copy-wrapper,
  .home-page .street-section .emblem-component {
    grid-area: layoutarea;
  }
  .home-page .street-section .copy-wrapper {
    padding: 0 80px;
  }
  .home-page .street-section .ojf-emblem:before {
    -webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
    clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
  }
  .home-page .street-section .ojf-emblem:after {
    z-index: 4;
    display: block;
    -webkit-clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
  }
  .home-page .street-section .wave-text {
    font-size: 80px;
  }
  .home-page .sponsors-section {
    gap: 80px;
  }
  .home-page .news-section {
    gap: 48px;
  }
}
@media screen and (min-width: 1440px) {
  .home-page .street-section {
    padding: 140px 0;
  }
}
.media-page {
  font-size: 20px;
}
.media-page .types-section .copy-wrapper-A {
  margin-bottom: 1em;
}
.media-page .types-section h3 {
  padding-top: 1em;
  border-top: 2px solid;
}
.media-page .apply-section {
  background-color: black;
}
.media-page .conditions-section {
  background-color: #f3eaee;
  font-size: 24px;
}
@media screen and (min-width: 1024px) {
  .media-page {
    font-size: 28px;
  }
  .media-page .types-section .copy-wrapper-A {
    text-align: center;
  }
  .media-page .types-section h3 {
    padding-top: 0;
    border-top: none;
  }
  .media-page .conditions-section {
    font-size: 24px;
  }
}
.merch-page .page-header {
  text-align: center;
}
.merch-page .merch-section .layout-wrapper {
  max-width: 1440px;
}
.news-page .header-section {
  text-align: center;
}
.news-page .posts-section {
  padding-top: 0;
}
.news-page .posts-section .layout-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 1024px) {
  .news-page .posts-section .layout-wrapper {
    gap: 80px;
  }
}
.past-programs-page .page-header {
  text-align: center;
}
.past-programs-page .links-section .layout-wrapper {
  max-width: 1280px;
}
@media screen and (min-width: 1024px) {
  .past-programs-page .cards-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
  }
}
.perform-page .page-section .layout-wrapper {
  display: grid;
  grid-gap: 1em;
  max-width: 1280px;
}
.perform-page .page-section .copy-wrapper-A {
  padding-bottom: 1em;
  border-bottom: 2px solid;
}
.perform-page .form-section {
  height: calc(100vh - 118px);
  background-color: #f3eaee;
}
.perform-page .form-section iframe {
  padding: 32px 0;
  width: 100%;
  height: 100%;
  border: none;
}
@media screen and (max-width: 1023px) {
  .perform-page .h3 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .perform-page .page-section .layout-wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 80px;
  }
  .perform-page .page-section .copy-wrapper-A {
    padding-bottom: 0;
    border-bottom: none;
  }
}
@media screen and (min-width: 1280px) {
  .perform-page .form-section {
    height: calc(100vh - 190px);
  }
  .perform-page .form-section iframe {
    padding: 80px 0;
  }
}
.post-page .header-section {
  text-align: center;
}
.post-page .header-section .image {
  width: 100%;
  max-width: none;
}
.post-page .post-section {
  padding-top: 0;
}
.post-page .post-section .layout-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}
.sponsors-page .content-section {
  background: url('assets/images/texture-purple.webp') center center no-repeat;
  background-size: cover;
  color: white;
}
.sponsors-page .content-section .layout-wrapper {
  display: grid;
  grid-gap: 1em;
}
.sponsors-page .sponsors-section .layout-wrapper {
  display: grid;
  grid-gap: 1em;
}
.sponsors-page .sponsors-section .copy-wrapper {
  margin: 0 auto;
  max-width: 1024px;
  text-align: center;
}
.sponsors-page .reports-section {
  background: #e9e0e3 url('assets/images/texture-pink.webp') center center
    no-repeat;
  background-size: cover;
  text-align: center;
}
.sponsors-page .reports-section .layout-wrapper {
  display: grid;
  gap: 1em;
}
.sponsors-page .reports-section .copy-wrapper p {
  margin-left: auto;
  margin-right: auto;
  max-width: 560px;
}
.sponsors-page .reports-section .card {
  font-size: 20px;
}
.sponsors-page .reports-section .card p {
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .sponsors-page .content-section .layout-wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 80px 100px;
  }
  .sponsors-page .content-section .copy-wrapper-A {
    grid-column: span 2;
    text-align: center;
  }
  .sponsors-page .sponsors-section .layout-wrapper,
  .sponsors-page .reports-section .layout-wrapper {
    gap: 2em;
  }
}
@media screen and (min-width: 1280px) {
  .sponsors-page .content-section .layout-wrapper {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1440px) {
  .sponsors-page .sponsors-section .layout-wrapper {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1680px) {
  .sponsors-page .sponsors-section .layout-wrapper {
    max-width: 1440px;
  }
}
.tickets-page .header-section {
  background-color: black;
  text-align: center;
  color: white;
}
.tickets-page .passes-section .layout-wrapper,
.tickets-page .schedule-section .layout-wrapper,
.tickets-page .merch-section .layout-wrapper {
  display: grid;
  gap: 1em;
  max-width: 1440px;
}
.tickets-page .passes-section {
  padding-bottom: 0;
}
.tickets-page .passes-section .layout-wrapper {
  display: grid;
  gap: 1em;
}
.tickets-page .passes-section .passes-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1em;
}
.tickets-page .passes-section .passes-header h2 {
  margin-bottom: 0.2em;
}
.tickets-page .passes-section .copy-wrapper {
  font-size: 20px;
}
.tickets-page .schedule-section h2 {
  margin-bottom: 0;
}
.tickets-page .schedule-section .copy-wrapper {
  font-size: 20px;
}
.tickets-page .contact-section {
  background: url('assets/images/texture-pink.webp') center center no-repeat;
  background-size: cover;
  text-align: center;
}
.tickets-page .merch-section .layout-wrapper {
  display: grid;
  gap: 1em;
}
.tickets-page .merch-section .copy-wrapper {
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .tickets-page .contact-section {
    padding: 48px 0;
  }
}
@media screen and (min-width: 1024px) {
  .tickets-page .passes-section .layout-wrapper,
  .tickets-page .schedule-section .layout-wrapper,
  .tickets-page .merch-section .layout-wrapper {
    gap: 60px;
  }
  .tickets-page .passes-section .passes-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .tickets-page .merch-section .cards-grid {
    gap: 40px;
  }
}
.vendors-page .page-section .layout-wrapper {
  display: grid;
  grid-gap: 1em;
}
.vendors-page .page-section .copy-wrapper-A {
  padding-bottom: 1em;
  border-bottom: 2px solid;
}
.vendors-page .page-section .copy-wrapper-B,
.vendors-page .page-section .copy-wrapper-C {
  font-size: 20px;
}
@media screen and (min-width: 1024px) {
  .vendors-page .page-section .layout-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 70px;
  }
  .vendors-page .page-section .copy-wrapper-A {
    grid-column: span 2;
    padding-bottom: 0;
    border-bottom: none;
    text-align: center;
  }
  .vendors-page .page-section .copy-wrapper-B,
  .vendors-page .page-section .copy-wrapper-C {
    font-size: revert;
  }
  .vendors-page .page-section .copy-wrapper-C {
    -ms-flex-item-align: end;
    align-self: end;
  }
}
.volunteer-page .content-section .layout-wrapper {
  display: grid;
  grid-gap: 1em;
  max-width: 1440px;
}
.volunteer-page .apply-section {
  background: url('assets/images/texture-green.webp') center center no-repeat;
  background-size: cover;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .volunteer-page .content-section .layout-wrapper {
    grid-template-columns: 1fr 1fr;
    grid-gap: 80px;
  }
}
.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5em 2em;
  background-color: black;
  border-radius: 2em;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
}
.button:hover {
  color: white;
  text-decoration: none;
}
.button.theme-black {
  -webkit-transition: background-color 0.15s linear, color 0.15s linear;
  transition: background-color 0.15s linear, color 0.15s linear;
}
.button.theme-black:hover {
  background-color: #8000fa;
  color: black;
}
.button.style-outline {
  background-color: transparent;
  border: 1px solid;
  color: black;
}
.button.style-outline:hover {
  background-color: black;
  border-color: black;
  color: white;
}
.icon-button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0;
  width: 44px;
  min-width: 0;
  height: 44px;
  background-color: transparent;
  border-radius: 50%;
  text-decoration: none !important;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: background-color 0.15s linear, border-color 0.15s linear;
  transition: background-color 0.15s linear, border-color 0.15s linear;
}
.icon-button .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.menu-button {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  border: 1px solid white;
  border-radius: 50%;
}
.menu-button.is-open .label-text {
  opacity: 0;
}
.menu-button.is-open:before,
.menu-button.is-open:after {
  opacity: 1;
}
.menu-button.is-open:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.menu-button.is-open:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.menu-button .label-text,
.menu-button:before,
.menu-button:after {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.menu-button .label-text {
  font-size: 13px;
}
.menu-button:before,
.menu-button:after {
  content: '';
  width: 38px;
  height: 1px;
  background-color: white;
  opacity: 0;
  -webkit-transition: background-color 0.15s linear, opacity 0.15s linear,
    -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  transition: background-color 0.15s linear, opacity 0.15s linear,
    -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  transition: background-color 0.15s linear, opacity 0.15s linear,
    transform 0.15s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  transition: background-color 0.15s linear, opacity 0.15s linear,
    transform 0.15s cubic-bezier(0.4, 0, 0.2, 1) 0.1s,
    -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}
.menu-button:before {
  -webkit-transform: translate(-100%, 1500%) rotate(-45deg);
  transform: translate(-100%, 1500%) rotate(-45deg);
}
.menu-button:after {
  -webkit-transform: translate(-100%, -1500%) rotate(45deg);
  transform: translate(-100%, -1500%) rotate(45deg);
}
.text-button {
  padding: 0;
  font-size: 20px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none !important;
}
.text-button.style-bold {
  font-weight: bold;
}
.text-button.with-arrow-right-icon,
.text-button.with-arrow-left-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.text-button.with-arrow-right-icon:hover:after,
.text-button.with-arrow-left-icon:hover:after {
  -webkit-transform: translateX(0.25em);
  transform: translateX(0.25em);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.text-button.with-arrow-right-icon:after,
.text-button.with-arrow-left-icon:after {
  content: '';
  display: block;
  width: 1em;
  height: 1em;
  background-color: black;
  -webkit-mask-image: url('assets/images/icons/arrow-right-small.svg');
  mask-image: url('assets/images/icons/arrow-right-small.svg');
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
.text-button.with-arrow-right-icon:hover:after {
  -webkit-transform: translateX(0.25em);
  transform: translateX(0.25em);
}
.text-button.with-arrow-left-icon:hover:after {
  -webkit-transform: rotate(180deg) translateX(0.25em);
  transform: rotate(180deg) translateX(0.25em);
}
.text-button.with-arrow-left-icon:after {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.text-button.size-large {
  gap: 24px;
}
.text-button.size-large:after {
  width: 80px;
  height: 50px;
}
.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card .card-link {
  position: absolute;
  z-index: 3;
  inset: 0;
}
.card .copy-wrapper {
  padding-top: 1em;
  text-align: center;
}
.card a:not(.card-link) {
  position: relative;
  z-index: 4;
}
.card .image-wrapper {
  position: relative;
  z-index: 1;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.card .image {
  width: 100%;
  max-width: none;
}
.passes-card.is-unavailable {
  opacity: 0.35;
}
.passes-card .card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1em;
  padding-top: 24px;
}
.passes-card .card-header p {
  margin-bottom: 0;
  font-weight: bold;
}
.passes-card .card-body {
  font-size: 24px;
}
.post-card .card-link:hover + .copy-wrapper .text-button:after {
  -webkit-transform: translateX(0.25em);
  transform: translateX(0.25em);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.post-card .copy-wrapper {
  text-align: left;
}
.post-card .post-title {
  margin-bottom: 0.5em;
}
.post-card .image-wrapper,
.post-card .image-placeholder {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  aspect-ratio: 3 / 2;
  background-color: #eee;
}
.post-card .image {
  aspect-ratio: 3 / 2;
  -o-object-fit: cover;
  object-fit: cover;
}
.product-card .card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1em;
  padding-top: 24px;
}
.product-card .card-header p {
  margin-bottom: 0;
  font-weight: bold;
}
.product-card .card-body {
  font-size: 24px;
}
.logos-carousel .carousel-item {
  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;
  margin: 0 50px;
}
.logos-carousel img {
  display: block;
}
.details-container[open] .details-header:after {
  -webkit-mask-image: url('assets/images/icons/chevron-up.svg');
  mask-image: url('assets/images/icons/chevron-up.svg');
}
.details-container .details-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1em;
  list-style: none;
  cursor: pointer;
}
.details-container .details-header:after {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  background-color: black;
  -webkit-mask-image: url('assets/images/icons/chevron-down.svg');
  mask-image: url('assets/images/icons/chevron-down.svg');
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.details-container .details-body ul {
  list-style-type: none;
  margin: 0;
}
.details-container .details-body li {
  margin-bottom: 0.3em;
  padding-left: 1em;
}
.details-container .details-body li:last-child {
  margin-bottom: 0;
}
.details-container .details-body li:before {
  content: '-';
  position: absolute;
  left: 0;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  max-width: 100%;
  height: auto;
  overflow: hidden;
}
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rte-content a {
  text-decoration: underline;
}
.rte-content ul,
.rte-content ol {
  margin: 1em 0 1.5em 1.5em;
}
.rte-content ul:last-child,
.rte-content ol:last-child {
  margin-bottom: 0;
}
.rte-content ul ul,
.rte-content ul ol,
.rte-content ol ul,
.rte-content ol ol {
  margin: 0.3em 0 0 1em;
}
.rte-content ul {
  list-style-type: disc;
}
.rte-content ol {
  list-style-type: decimal;
}
.rte-content li {
  margin-bottom: 0.3em;
}
.rte-content li:last-child {
  margin-bottom: 0;
}
.google-map-embed {
  width: 100%;
  height: 400px;
}
.global-footer {
  padding: 56px 0;
  background-color: black;
  color: white;
}
.global-footer .layout-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 200px;
  max-width: 1440px;
}
.global-footer .legal-section {
  -ms-flex-item-align: end;
  align-self: end;
}
.global-footer .legal-section p {
  margin-bottom: 0.5em;
}
.global-footer .subscribe-section {
  width: 100%;
  max-width: 480px;
  justify-self: end;
}
.global-footer .subscribe-section .subscribe-heading {
  font-weight: bold;
}
.global-footer .social-section {
  justify-self: end;
  -ms-flex-item-align: end;
  align-self: end;
  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: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 40px;
}
.global-footer .ojf-emblem-outline {
  display: block;
  width: 100px;
  height: 100px;
  background-color: white;
  -webkit-mask-image: url('assets/images/logos/ojf-emblem-outline.svg');
  mask-image: url('assets/images/logos/ojf-emblem-outline.svg');
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
}
.global-footer .social-links-list .icon-button:hover .icon {
  background-color: #8000fa;
}
.global-footer .social-links-list .icon-button .icon {
  background-color: white;
  -webkit-transition: background-color 0.15s linear;
  transition: background-color 0.15s linear;
}
.global-footer a {
  -webkit-transition: color 0.15s linear;
  transition: color 0.15s linear;
}
.global-footer a:hover {
  color: #8000fa;
}
@media screen and (max-width: 1279px) {
  .global-footer {
    padding: 32px 0;
  }
  .global-footer .layout-wrapper {
    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;
    gap: 32px;
  }
  .global-footer .subscribe-section {
    justify-self: center;
  }
  .global-footer .legal-section {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    text-align: center;
  }
  .global-footer .social-section {
    margin-top: 64px;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .global-footer .ojf-emblem-outline {
    width: 128px;
    height: 128px;
  }
}
.subscribe-form .text-input {
  display: block;
  margin-bottom: 32px;
  width: 100%;
  font-size: 24px;
  padding: 0 0 16px;
  background: none;
  border: none;
  border-bottom: 1px solid white;
  color: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.subscribe-form .text-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.47);
}
.subscribe-form .text-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.47);
}
.subscribe-form .text-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.47);
}
.subscribe-form .text-input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.47);
}
.subscribe-form .text-input::placeholder {
  color: rgba(255, 255, 255, 0.47);
}
.subscribe-form .text-button {
  color: white;
  -webkit-transition: color 0.15s linear;
  transition: color 0.15s linear;
}
.subscribe-form .text-button:hover {
  color: #8000fa;
}
.artist-tiles-grid {
  display: grid;
  gap: 40px;
}
.artist-tiles-grid .grid-item {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .artist-tiles-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .artist-tiles-grid .grid-item:nth-child(even) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .artist-tiles-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .artist-tiles-grid .grid-item:nth-child(3n + 2) {
    margin-top: 120px;
  }
  .artist-tiles-grid .grid-item:nth-child(3n + 3) {
    margin-top: 30px;
  }
}
.cards-grid {
  display: grid;
  gap: 40px 16px;
}
@media screen and (min-width: 480px) {
  .cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .cards-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .cards-grid.product-cards-grid,
  .cards-grid.passes-cards-grid {
    gap: 40px;
  }
}
.logos-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 90px;
}
.logos-grid .grid-item {
  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;
}
.logos-grid img {
  display: block;
  width: auto;
  height: 60px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.page-header {
  margin-top: 32px;
}
.page-header.layout-tile {
  margin: 0;
}
.page-header .tile .h1 {
  margin: 0 auto;
  max-width: 980px;
  font-size: 50px;
}
.page-header .tile .image {
  aspect-ratio: 4 / 3;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .page-header {
    margin-top: 80px;
  }
  .page-header .tile .h1 {
    font-size: 80px;
  }
  .page-header .tile .image {
    aspect-ratio: revert;
  }
}
@media screen and (min-width: 1440px) {
  .page-header .tile .h1 {
    font-size: 110px;
  }
}
.icon {
  display: block;
  width: 32px;
  height: 32px;
  background-color: black;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.bandcamp-icon {
  -webkit-mask-image: url('assets/images/icons/bandcamp.svg');
  mask-image: url('assets/images/icons/bandcamp.svg');
}
.chevron-down-icon {
  -webkit-mask-image: url('assets/images/icons/chevron-down.svg');
  mask-image: url('assets/images/icons/chevron-down.svg');
}
.chevron-up-icon {
  -webkit-mask-image: url('assets/images/icons/chevron-up.svg');
  mask-image: url('assets/images/icons/chevron-up.svg');
}
.close-icon {
  -webkit-mask-image: url('assets/images/icons/close.svg');
  mask-image: url('assets/images/icons/close.svg');
}
.facebook-icon {
  -webkit-mask-image: url('assets/images/icons/facebook.svg');
  mask-image: url('assets/images/icons/facebook.svg');
}
.instagram-icon {
  -webkit-mask-image: url('assets/images/icons/instagram.svg');
  mask-image: url('assets/images/icons/instagram.svg');
}
.minus-icon {
  -webkit-mask-image: url('assets/images/icons/minus.svg');
  mask-image: url('assets/images/icons/minus.svg');
}
.plus-icon {
  -webkit-mask-image: url('assets/images/icons/plus.svg');
  mask-image: url('assets/images/icons/plus.svg');
}
.soundcloud-icon {
  -webkit-mask-image: url('assets/images/icons/soundcloud.svg');
  mask-image: url('assets/images/icons/soundcloud.svg');
}
.spotify-icon {
  -webkit-mask-image: url('assets/images/icons/spotify.svg');
  mask-image: url('assets/images/icons/spotify.svg');
}
.twitter-icon {
  -webkit-mask-image: url('assets/images/icons/twitter.svg');
  mask-image: url('assets/images/icons/twitter.svg');
}
.youtube-icon {
  -webkit-mask-image: url('assets/images/icons/youtube.svg');
  mask-image: url('assets/images/icons/youtube.svg');
}
.passes-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 8px;
}
.passes-links .button {
  border-radius: 0;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and (max-width: 1023px) {
  .passes-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    margin: 0 -22px;
  }
  .passes-links .button {
    position: relative;
    padding-left: 22px;
    padding-right: 22px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .passes-links .button:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 22px;
    width: calc(100% - 44px);
    height: 2px;
    background-color: white;
  }
  .passes-links .button:last-child:after {
    display: none;
  }
}
.skip-nav-link {
  position: fixed;
  z-index: 10010;
  top: 0;
  left: 0;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 22px;
  width: 100%;
  height: 48px;
  text-align: center;
  background-color: black;
  color: white;
  overflow: hidden;
}
.skip-nav-link:hover {
  text-decoration: underline;
}
.skip-nav-link:focus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  outline: none;
}
.text-link.with-arrow-right-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.text-link.with-arrow-right-icon:hover:after {
  -webkit-transform: translateX(0.25em);
  transform: translateX(0.25em);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.text-link.with-arrow-right-icon:after {
  content: '';
  display: block;
  width: 2em;
  height: 1em;
  background-color: black;
  -webkit-mask-image: url('assets/images/icons/arrow-right.svg');
  mask-image: url('assets/images/icons/arrow-right.svg');
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
.artist-links-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
.artist-links-list .button {
  height: 56px;
}
.artist-links-list .icon-button {
  width: 56px;
  height: 56px;
  background-color: black;
}
.artist-links-list .icon-button .icon {
  width: 44px;
  height: 44px;
  background-color: white;
}
.buttons-list {
  list-style-type: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 !important;
}
.buttons-list .list-item {
  margin-bottom: 0 !important;
}
.buttons-list .button-image {
  width: auto;
  height: 56px;
}
.description-list {
  margin: 0;
  border-bottom: 1px solid black;
}
.description-list .heading-container {
  margin: 0;
}
.description-list .heading-button {
  position: relative;
  display: block;
  margin: 0;
  padding: 18px 48px 18px 0;
  width: 100%;
  border-top: 1px solid black;
  text-align: left;
  font-weight: bold;
  color: black;
  -webkit-appearance: none;
  cursor: pointer;
}
.description-list .heading-button:focus {
  outline: 0;
}
.description-list .heading-button[aria-expanded='false']:after {
  -webkit-mask-image: url('assets/images/icons/chevron-down.svg');
  mask-image: url('assets/images/icons/chevron-down.svg');
}
.description-list .heading-button[aria-expanded='true'] {
  border-bottom-color: transparent;
}
.description-list .heading-button[aria-expanded='true']:after {
  -webkit-mask-image: url('assets/images/icons/chevron-up.svg');
  mask-image: url('assets/images/icons/chevron-up.svg');
}
.description-list .heading-button:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 32px;
  height: 32px;
  background-color: black;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.description-list .content-container {
  margin: 0;
}
.description-list .copy-wrapper {
  display: none;
  padding: 8px 0 24px;
  color: black;
}
.description-list .copy-wrapper.is-visible {
  display: block;
}
.description-list .copy-wrapper a {
  text-decoration: underline;
}
.description-list p {
  font-size: 18px;
}
@media screen and (min-width: 1024px) {
  .description-list p {
    font-size: 24px;
  }
}
.logos-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.logos-list .list-item {
  max-width: 30%;
}
@media screen and (min-width: 1024px) {
  .logos-list {
    gap: 80px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .logos-list .list-item {
    max-width: none;
  }
}
.performances-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  font-size: 24px;
}
.performances-list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 36px;
}
.performances-list .artist-image-link {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.performances-list .image-wrapper {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90px;
}
.performances-list .image {
  border-radius: 50%;
}
.performances-list .artist-info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.performances-list .artist-name {
  margin-bottom: 0;
}
.performances-list .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.65em;
}
.performances-list .text a {
  position: relative;
  top: 1px;
  font-size: 20px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  background-color: black;
  padding: 10px;
}
.performances-list .venue-name {
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .performances-list {
    gap: 32px;
  }
  .performances-list .list-item {
    display: grid;
    grid-template-columns: 90px 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: 'A B' 'A C';
    gap: 4px 36px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .performances-list .artist-image-link,
  .performances-list .image-wrapper {
    grid-area: A;
  }
  .performances-list .artist-info {
    grid-area: B;
    align-self: end;
  }
  .performances-list .performance-info {
    grid-area: C;
    align-self: start;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.25em;
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .performances-list .performance-info {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 25%;
    text-align: center;
  }
}
.schedule-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}
.schedule-list > .list-item {
  display: grid;
  grid-gap: 32px;
}
.schedule-list .date-heading {
  display: block;
  padding: 20px 0;
  border-bottom: 2px solid;
  font-size: 32px;
  letter-spacing: 0.015em;
  text-transform: uppercase;
}
.schedule-list .date-heading .ordinal-characters {
  text-transform: lowercase;
}
.schedule-list .list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1em;
}
.schedule-list .list-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 2px solid;
}
.schedule-list .list-header p {
  margin-bottom: 0;
  font-weight: bold;
}
.schedule-list .list-header .artist-label {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.schedule-list .list-header .stage-label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 25%;
  text-align: center;
}
.schedule-list .single-day-passes {
  border: 2px solid;
  padding: 20px;
  padding-bottom: 0px;
}
.schedule-list .single-day-includes-text {
  padding-bottom: 1em;
}
.schedule-list .single-day-pass-text {
  padding: 1em 0;
}
@media screen and (max-width: 1023px) {
  .schedule-list .list-header {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .schedule-list {
    gap: 60px;
  }
  .schedule-list > .list-item {
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px 60px;
  }
  .schedule-list .date-heading {
    grid-column: span 2;
  }
  .schedule-list .list-wrapper {
    gap: 40px;
  }
}
.social-links-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.sponsors-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.sponsors-list > .list-item {
  padding-top: 24px;
  border-top: 2px solid;
  text-align: center;
}
.sponsors-list h3 {
  margin-bottom: 1rem;
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .sponsors-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 80px 100px;
  }
  .sponsors-list > .list-item {
    padding-top: 0;
    border-top: none;
    text-align: left;
  }
}
.staff-list {
  margin: 2px 0;
}
.staff-list .list-item {
  margin-top: -2px;
  padding: 16px 0;
  border-style: solid;
  border-width: 2px 0;
}
.staff-list .staff-person-content {
  font-style: normal;
}
.staff-list .name-text {
  margin-bottom: 0.35em;
}
.staff-list .role-text {
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.staff-list .email-link,
.staff-list .phone-text {
  grid-column: 2;
  font-size: 20px;
}
@media screen and (min-width: 1024px) {
  .staff-list {
    display: grid;
    grid-template-rows: repeat(8, 1fr);
    grid-auto-flow: column;
    gap: 0 60px;
  }
  .staff-list .list-item {
    padding: 24px 0;
  }
  .staff-list .staff-person-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 60px;
  }
  .staff-list .name-text {
    margin-bottom: 0;
  }
  .staff-list .role-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
  }
}
.timeline-list {
  text-align: center;
}
.timeline-list .list-item {
  position: relative;
  padding: 70px 0 10px;
}
.timeline-list .list-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 60px;
  background-color: white;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.floating-shape {
  position: absolute;
  z-index: 1;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-size: contain;
}
.floating-shape:nth-child(odd) {
  right: 4px;
}
.floating-shape:nth-child(even) {
  left: 4px;
}
.floating-shape:nth-child(1) {
  top: 0.125%;
}
.floating-shape:nth-child(2) {
  top: 5%;
}
.floating-shape:nth-child(3) {
  top: 10%;
}
.floating-shape:nth-child(4) {
  top: 15%;
}
.floating-shape:nth-child(5) {
  top: 20%;
}
.floating-shape:nth-child(6) {
  top: 25%;
}
.floating-shape:nth-child(7) {
  top: 30%;
}
.floating-shape:nth-child(8) {
  top: 35%;
}
.floating-shape:nth-child(9) {
  top: 40%;
}
.floating-shape:nth-child(10) {
  top: 45%;
}
.floating-shape:nth-child(11) {
  top: 50%;
}
.floating-shape:nth-child(12) {
  top: 55%;
}
.floating-shape:nth-child(13) {
  top: 60%;
}
.floating-shape:nth-child(14) {
  top: 65%;
}
.floating-shape:nth-child(15) {
  top: 70%;
}
.floating-shape:nth-child(16) {
  top: 75%;
}
.floating-shape:nth-child(17) {
  top: 80%;
}
.floating-shape:nth-child(18) {
  top: 85%;
}
.floating-shape:nth-child(19) {
  top: 90%;
}
.floating-shape:nth-child(20) {
  top: 95%;
}
.floating-shape:nth-child(21) {
  top: 100%;
}
.floating-shape.theme-red {
  background-image: url('assets/images/shape-circle-red.webp');
}
.floating-shape.theme-orange {
  background-image: url('assets/images/shape-circle-orange.webp');
}
.floating-shape.theme-green {
  background-image: url('assets/images/shape-circle-green.webp');
}
.floating-shape.theme-purple {
  background-image: url('assets/images/shape-circle-purple.webp');
}
@media screen and (min-width: 768px) {
  .floating-shape {
    width: 120px;
    height: 120px;
  }
  .floating-shape:nth-child(odd) {
    right: 8px;
  }
  .floating-shape:nth-child(even) {
    left: 8px;
  }
}
.otgs-development-site-front-end {
  display: none;
}
.directory-nav .nav-list {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 120px;
  -moz-column-gap: 120px;
  column-gap: 120px;
}
.directory-nav .nav-item {
  margin-bottom: 24px;
}
.directory-nav .nav-item:last-child {
  margin-bottom: 0;
}
.directory-nav a {
  font-size: 20px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: white;
}
@media screen and (max-width: 1279px) {
  .directory-nav {
    display: none;
  }
}
.global-nav {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
}
.global-nav.is-open .nav-menu {
  pointer-events: auto;
}
.global-nav.is-open .nav-menu:after {
  -webkit-clip-path: circle(150% at calc(100% - 52px) 132px);
  clip-path: circle(150% at calc(100% - 52px) 132px);
  -webkit-transition: -webkit-clip-path 1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-clip-path 1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: clip-path 1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: clip-path 1s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-clip-path 1s cubic-bezier(0.4, 0, 0.2, 1);
}
.global-nav.is-open .nav-menu .nav-list,
.global-nav.is-open .nav-menu .social-links-list {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  opacity: 1;
}
.global-nav .nav-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.global-nav .nav-header:after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
}
.global-nav .nav-header .layout-wrapper {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  gap: 0;
  grid-template-areas: 'A B' 'A C';
  max-width: 1440px;
  height: 102px;
}
.global-nav .nav-header .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.global-nav .nav-header .nav-list-primary {
  grid-area: C;
  align-self: end;
  gap: 56px;
}
.global-nav .nav-header .nav-list-primary .nav-item {
  position: relative;
  z-index: 1;
}
.global-nav .nav-header .nav-list-primary .nav-item.menu-nav-item {
  z-index: 4;
}
.global-nav .nav-header .nav-list-secondary {
  position: relative;
  z-index: 4;
  grid-area: B;
  align-self: start;
  gap: 32px;
}
.global-nav .home-link {
  position: relative;
  z-index: 1;
  grid-area: A;
  display: block;
  width: 450px;
  height: 120px;
  /* background: url('assets/images/logos/ojf-logo-nosponsor.webp') center center no-repeat; */
  background: url('https://ottawajazzfestival.com/wp-content/uploads/2022/10/ottawa-jazz-festival-logo.svg') center center no-repeat;
  background-size: contain;
}
.global-nav .nav-menu {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding: 190px 0;
  overflow-y: scroll;
  pointer-events: none;
}
.global-nav .nav-menu:after {
  content: '';
  position: fixed;
  z-index: 2;
  inset: 0;
  background-color: #8000fa;
  -webkit-clip-path: circle(30px at calc(100% - 52px) 132px);
  clip-path: circle(30px at calc(100% - 52px) 132px);
  -webkit-transition: -webkit-clip-path 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-clip-path 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: clip-path 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: clip-path 0.8s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-clip-path 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.global-nav .nav-menu .layout-wrapper {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas: 'A B' 'A C';
  gap: 0 160px;
  max-width: 1440px;
}
.global-nav .nav-menu .nav-list {
  position: relative;
  z-index: 3;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear 0.05s;
  transition: opacity 0.15s linear 0.05s;
}
.global-nav .nav-menu .nav-list-primary {
  grid-area: A;
}
.global-nav .nav-menu .nav-list-primary .nav-item {
  margin-bottom: 24px;
}
.global-nav .nav-menu .nav-list-primary .nav-item:last-child {
  margin-bottom: 0;
}
.global-nav .nav-menu .nav-list-primary a {
  font-weight: bold;
  font-size: 80px;
  letter-spacing: 0.01em;
  text-transform: none;
}
.global-nav .nav-menu .nav-list-secondary {
  grid-area: B;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 100px;
  -moz-column-gap: 100px;
  column-gap: 100px;
  padding-top: 44px;
}
.global-nav .nav-menu .nav-list-secondary .nav-item {
  margin-bottom: 44px;
}
.global-nav .nav-menu .nav-list-secondary .nav-item:last-child {
  margin-bottom: 0;
}
.global-nav .nav-menu .social-links-list {
  position: relative;
  z-index: 3;
  left: -8px;
  grid-area: C;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear 0.05s;
  transition: opacity 0.15s linear 0.05s;
}
.global-nav .nav-menu .social-links-list .icon-button:hover .icon {
  background-color: black;
}
.global-nav .nav-menu .social-links-list .icon-button .icon {
  background-color: white;
  -webkit-transition: background-color 0.15s linear;
  transition: background-color 0.15s linear;
}
.global-nav .nav-menu a {
  -webkit-transition: color 0.15s linear;
  transition: color 0.15s linear;
}
.global-nav .nav-menu a:hover {
  color: black;
}
.global-nav a {
  color: white;
  font-size: 20px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
@media screen and (max-width: 1279px) {
  .global-nav.is-open .nav-header .nav-list-secondary {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: opacity 0.15s linear 0.5s;
    transition: opacity 0.15s linear 0.5s;
  }
  .global-nav.is-open .nav-menu:after {
    -webkit-clip-path: circle(150% at calc(100% - 70px) 78px);
    clip-path: circle(150% at calc(100% - 70px) 78px);
  }
  .global-nav .nav-header {
    height: 100px;
  }
  .global-nav .nav-header .layout-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 40px;
    height: 70px;
  }
  .global-nav .nav-header .nav-list-primary {
    grid-area: B;
    align-self: center;
  }
  .global-nav .nav-header .nav-list-primary .nav-item:not(.menu-nav-item) {
    display: none;
  }
  .global-nav .nav-header .nav-list-secondary {
    grid-area: A;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    align-self: center;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.15s linear 0.05s;
    transition: opacity 0.15s linear 0.05s;
  }
  .global-nav .home-link {
    grid-area: A;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 184px;
    height: 70px;
  }
  .global-nav .nav-menu {
    padding: 128px 0 48px;
  }
  .global-nav .nav-menu:after {
    -webkit-clip-path: circle(0 at calc(100% - 70px) 78px);
    clip-path: circle(0 at calc(100% - 70px) 78px);
  }
  .global-nav .nav-menu .layout-wrapper {
    display: block;
    padding: 0 40px;
  }
  .global-nav .nav-menu .nav-list-primary .nav-item {
    margin-bottom: 16px;
  }
  .global-nav .nav-menu .nav-list-primary .nav-item:last-child {
    margin-bottom: 0;
  }
  .global-nav .nav-menu .nav-list-primary a {
    font-size: 48px;
  }
  .global-nav .nav-menu .nav-list-secondary {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 48px;
    -moz-column-gap: 48px;
    column-gap: 48px;
  }
  .global-nav .nav-menu .nav-list-secondary .nav-item {
    margin-bottom: 24px;
  }
  .global-nav .nav-menu .nav-list-secondary .nav-item:last-child {
    margin-bottom: 0;
  }
  .global-nav .nav-menu .nav-list-secondary a {
    font-size: 18px;
  }
  .global-nav .nav-menu .nav-list-secondary a:hover {
    color: black;
  }
  .global-nav .nav-menu .social-links-list {
    margin-top: 32px;
  }
  .global-nav .nav-menu a:hover {
    color: black;
  }
}
@media screen and (min-width: 1280px) {
  .global-nav.is-open .nav-header .nav-list-secondary a:hover {
    color: black;
  }
  .global-nav.is-open .nav-menu:after {
    -webkit-clip-path: circle(150% at calc(100% - 52px) 132px);
    clip-path: circle(150% at calc(100% - 52px) 132px);
  }
  .global-nav .nav-header {
    height: 190px;
  }
  .global-nav .nav-header .nav-item.is-current a:not(.menu-button) {
    color: #8000fa;
  }
  .global-nav .nav-header a:not(.menu-button) {
    -webkit-transition: color 0.15s linear;
    transition: color 0.15s linear;
  }
  .global-nav .nav-header a:not(.menu-button):hover {
    color: #8000fa;
  }
  .global-nav .nav-header a[href$='/tickets/'] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.5em 2em;
    background-color: white;
    border-radius: 2em;
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    color: black;
    -webkit-transition: background-color 0.15s linear, color 0.15s linear;
    transition: background-color 0.15s linear, color 0.15s linear;
  }
  .global-nav .nav-header a[href$='/tickets/']:hover {
    background-color: #8000fa;
    color: black !important;
  }
  .global-nav .home-link {
    width: 450px;
    height: 120px;
  }
  .global-nav .nav-menu:after {
    -webkit-clip-path: circle(0 at calc(100% - 52px) 132px);
    clip-path: circle(0 at calc(100% - 52px) 132px);
  }
}
@media screen and (min-width: 1440px) {
  .global-nav.is-open .nav-menu:after {
    -webkit-clip-path: circle(
      150% at calc(100% - calc((100vw - 1440px) / 2) - 52px) 132px
    );
    clip-path: circle(
      150% at calc(100% - calc((100vw - 1440px) / 2) - 52px) 132px
    );
  }
  .global-nav .nav-menu:after {
    -webkit-clip-path: circle(
      0 at calc(100% - calc((100vw - 1440px) / 2) - 52px) 132px
    );
    clip-path: circle(
      0 at calc(100% - calc((100vw - 1440px) / 2) - 52px) 132px
    );
  }
}
.legal-nav .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 32px;
}
.legal-nav a {
  font-size: 20px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: white;
}
@media screen and (min-width: 1280px) {
  .legal-nav .nav-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.pagination-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
}
.pagination-nav a:only-child {
  margin-left: auto;
}
.participate-nav .nav-list {
  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;
  gap: 32px;
}
.participate-nav a {
  padding: 1em 4em;
  font-size: 20px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: white;
}
@media screen and (min-width: 1024px) {
  .participate-nav .nav-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0 70px;
  }
}
.page-section {
  padding: 32px 0;
}
@media screen and (min-width: 1024px) {
  .page-section {
    padding: 80px 0;
  }
}
.lineup-section {
  background-color: black;
  overflow: hidden;
}
.lineup-section .lineup-heading {
  position: relative;
  z-index: 3;
  margin-bottom: 0;
  color: white;
}
.lineup-section .layout-wrapper {
  position: relative;
}
.lineup-section .copy-wrapper {
  position: relative;
  z-index: 1;
}
.lineup-section .artist-tiles-grid {
  margin: 32px 0;
}
@media screen and (min-width: 1024px) {
  .lineup-section {
    text-align: center;
    overflow: visible;
  }
  .lineup-section .lineup-heading {
    padding: 0 22px;
  }
  .lineup-section .artist-tiles-grid {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1440px) {
  .lineup-section {
    padding: 110px 0;
  }
  .lineup-section .artist-tiles-grid {
    margin-bottom: 110px;
  }
}
.tile {
  position: relative;
  display: grid;
  grid-template-columns: 100%;
  grid-template-areas: 'tilearea';
}
.tile .tile-link {
  position: absolute;
  z-index: 3;
  inset: 0;
}
.tile .copy-wrapper,
.tile .image-wrapper {
  grid-area: tilearea;
  position: relative;
}
.tile .copy-wrapper {
  position: relative;
  z-index: 2;
  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;
  padding: 24px;
  width: 100%;
  text-align: center;
  color: white;
}
.tile .image-wrapper {
  z-index: 1;
}
.tile .image {
  display: block;
  width: 100%;
  height: auto;
}
.artist-tile {
  aspect-ratio: 1;
}
.artist-tile .tile-link {
  z-index: 5;
}
.artist-tile .tile-link:hover ~ .copy-wrapper:after {
  opacity: 0;
}
.artist-tile .tile-link:hover ~ .image-wrapper:before {
  opacity: 1;
}
.artist-tile .copy-wrapper {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: white;
}
.artist-tile .copy-wrapper:after {
  content: '';
  position: absolute;
  z-index: 1;
  inset: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(55%, rgba(0, 0, 0, 0)),
    color-stop(57%, rgba(0, 0, 255, 0)),
    color-stop(74%, rgba(70, 32, 249, 0.17)),
    color-stop(94%, rgba(73, 31, 250, 0.62)),
    to(rgba(72, 32, 250, 0.66))
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 55%,
    rgba(0, 0, 255, 0) 57%,
    rgba(70, 32, 249, 0.17) 74%,
    rgba(73, 31, 250, 0.62) 94%,
    rgba(72, 32, 250, 0.66) 100%
  );
  -webkit-transition: 0.15s opacity linear;
  transition: 0.15s opacity linear;
}
.artist-tile .artist-title {
  position: relative;
  z-index: 3;
  width: 100%;
}
.artist-tile .image-wrapper:before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url('assets/images/overlay-artist-tile-pink.webp') center center
    no-repeat;
  background-size: cover;
  mix-blend-mode: multiply;
  opacity: 0;
  -webkit-transition: 0.15s opacity linear;
  transition: 0.15s opacity linear;
}
.artist-tile .image {
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
}
.copy-wrapper.theme-white {
  color: white;
}
.copy-wrapper.theme-white .text-button:after,
.copy-wrapper.theme-white .text-link:after {
  background-color: white;
}
.layout-wrapper {
  margin: 0 auto;
  padding-left: 22px;
  padding-right: 22px;
  width: 100%;
  max-width: 1024px;
}
.layout-wrapper.size-medium {
  max-width: 1280px;
}
.layout-wrapper.size-large {
  max-width: 1440px;
}
