@font-face {
  font-family: 'Domaine Sans Text';
  src: url("../fonts/DomaineSansText-Medium.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Bodoni 72 Book';
  src: url("../fonts/Bodoni-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  border: 1px solid;
  text-transform: uppercase;
  padding: 8px 20px;
  text-decoration: none;
  margin: 10px auto;
  display: inline-block;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

body {
  background: #fff;
  background-size: cover;
  font-family: 'Domaine Sans Text', museo-sans, sans-serif;
  font-weight: 300;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  margin: 0;
  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;
}

h1 {
  margin: 40px auto;
  width: 80%;
}

h2 {
  margin: 0 auto;
}

h1 img,
h2 img {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}

h3 {
  color: #c47c8a;
  font-weight: 300;
  text-transform: uppercase;
}

p {
  font-size: 13px;
  line-height: 20px;
  max-width: 75%;
  margin: 1em auto;
}

a {
  color: #000;
}

.enter-site {
  font-size: 1em;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  border: none;
  z-index: 1;
  color: #c47c8a;
  border: 1px solid #c47c8a;
  margin: 0;
  height: 80%;
  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;
}

@media screen and (max-width: 768px) {
  .enter-site {
    position: relative;
    top: auto;
    height: 40px;
    -webkit-transform: none;
            transform: none;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-left: 15px;
    font-size: .8em;
    padding: 5px;
    height: 30px;
  }
}

.enter-site:hover {
  background: #c47c8a;
  color: #fff;
}

.section-title {
  font-size: 1.2em;
}

@media screen and (max-width: 768px) {
  .section-title {
    font-size: 1em;
  }
}

.splash2020-container {
  width: 100%;
  margin: auto;
}

.splash2020-container .splash-header {
  height: 57px;
  position: relative;
  background: #fff;
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .splash2020-container .splash-header {
    height: auto;
    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;
    width: 100vw;
  }
}

.splash2020-container .splash-header .splash-social-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10px;
}

@media screen and (max-width: 768px) {
  .splash2020-container .splash-header .splash-social-nav {
    position: relative;
    -webkit-transform: none;
            transform: none;
    top: auto;
    left: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.splash2020-container .splash-header .splash-social-nav a {
  border: none;
  color: #c47c8a;
  padding: 8px 10px;
}

@media screen and (max-width: 991px) {
  .splash2020-container .splash-header .splash-social-nav a {
    font-size: .8em;
    padding: 8px 10px;
  }
}

@media screen and (max-width: 768px) {
  .splash2020-container .splash-header .splash-social-nav a {
    font-size: .9em;
  }
}

.splash2020-container .splash-header .splash-social-nav a:hover {
  background: none;
  color: #000;
}

.splash2020-container .splash-header .splash-header-nav {
  width: 50%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media screen and (max-width: 768px) {
  .splash2020-container .splash-header .splash-header-nav {
    position: relative;
    -webkit-transform: none;
            transform: none;
    top: auto;
    left: auto;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.splash2020-container .splash-header .splash-header-nav .nav-link {
  border: none;
  font-size: .9em;
}

@media screen and (max-width: 991px) {
  .splash2020-container .splash-header .splash-header-nav .nav-link {
    font-size: .7em;
    padding: 8px 5px;
  }
}

@media screen and (max-width: 768px) {
  .splash2020-container .splash-header .splash-header-nav .nav-link {
    margin-bottom: 0;
  }
}

.splash2020-container .splash-header .splash-header-nav .nav-link:hover {
  background: none;
  color: #c47c8a;
}

.splash2020-container .splash-footer .splash-footer-nav {
  width: 50%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.splash2020-container .splash-footer .splash-footer-nav .nav-link {
  font-size: .8em;
  border: none;
}

.splash2020-container .splash-footer .splash-footer-nav .nav-link:hover {
  background: none;
  color: #c47c8a;
}

.splash2020-container .splash-hero-img {
  max-width: 100%;
  height: 100vh;
  max-height: 2000px;
  margin: 3em 0 0;
}

@media screen and (max-width: 768px) {
  .splash2020-container .splash-hero-img {
    height: auto;
    margin-top: 5em;
  }
}

.splash2020-container .section {
  margin-bottom: 5em;
  padding: 3em 0;
}

@media screen and (max-width: 768px) {
  .splash2020-container .section {
    margin-bottom: 0;
  }
}

.splash2020-container .section:focus {
  outline: none;
}

.splash2020-container .section__preorder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  max-width: 1440px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .splash2020-container .section__preorder {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.splash2020-container .section__preorder--left, .splash2020-container .section__preorder--right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

@media screen and (max-width: 768px) {
  .splash2020-container .section__preorder--left, .splash2020-container .section__preorder--right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.splash2020-container .section__preorder--left {
  padding: 50px 50px 50px 0;
}

@media screen and (max-width: 768px) {
  .splash2020-container .section__preorder--left {
    padding: 50px;
  }
}

.splash2020-container .section__preorder--right {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .splash2020-container .section__preorder--right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 2em;
  }
}

.splash2020-container .section__preorder--right h2 {
  margin: 0;
}

.splash2020-container .section__preorder--right h3 {
  margin: 0.5em 0;
}

.splash2020-container .section__preorder--right p {
  margin: 0;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .splash2020-container .section__preorder--right p {
    max-width: 100%;
    text-align: center;
  }
}

.splash2020-container .section__preorder .preorder-img {
  width: 100%;
}

.splash2020-container .section__preorder .preorder-links-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 800px;
  margin: 2em auto auto;
  font-size: .8em;
}

@media screen and (max-width: 768px) {
  .splash2020-container .section__preorder .preorder-links-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.splash2020-container .section__preorder .preorder-links-container span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  text-align: left;
  margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
  .splash2020-container .section__preorder .preorder-links-container span {
    text-align: center;
  }
}

.splash2020-container .section__preorder .preorder-links-container .preorder-link {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  border-color: #c47c8a;
  color: #c47c8a;
  margin: 0 0 4%;
  height: 48px;
  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;
  font-family: 'raleway', arial, sans-serif;
  letter-spacing: 4px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .splash2020-container .section__preorder .preorder-links-container .preorder-link {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.splash2020-container .section__preorder .preorder-links-container .preorder-link:hover {
  color: #fff;
  background: #c47c8a;
}

.splash2020-container .section__merch {
  width: 90%;
  max-width: 1440px;
  margin: auto;
}

.splash2020-container .section__merch .merch-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  max-width: 1440px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .splash2020-container .section__merch .merch-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.splash2020-container .section__merch .merch-container__left, .splash2020-container .section__merch .merch-container__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

@media screen and (max-width: 768px) {
  .splash2020-container .section__merch .merch-container__left, .splash2020-container .section__merch .merch-container__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.splash2020-container .section__merch .merch-container__right {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .splash2020-container .section__merch .merch-container__right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 2em;
  }
}

.splash2020-container .section__merch .merch-container__right h2 {
  margin: 0;
}

.splash2020-container .section__merch .merch-container__right h3 {
  margin: 0.5em 0;
}

.splash2020-container .section__merch .merch-container__right p {
  margin: 0;
  max-width: 100%;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .splash2020-container .section__merch .merch-container__right p {
    max-width: 100%;
    text-align: center;
  }
}

.splash2020-container .section__merch img {
  display: block;
  margin: auto;
  max-width: 100%;
}

.splash2020-container .section__merch .preorder-links-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 800px;
  margin: 2em auto auto;
  font-size: .8em;
}

@media screen and (max-width: 768px) {
  .splash2020-container .section__merch .preorder-links-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.splash2020-container .section__merch .preorder-links-container span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  text-align: left;
  margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
  .splash2020-container .section__merch .preorder-links-container span {
    text-align: center;
  }
}

.splash2020-container .section__merch .preorder-links-container .preorder-link {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  border-color: #c47c8a;
  color: #c47c8a;
  margin: 0 0 4%;
  height: 48px;
  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;
}

@media screen and (max-width: 768px) {
  .splash2020-container .section__merch .preorder-links-container .preorder-link {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.splash2020-container .section__merch .preorder-links-container .preorder-link:hover {
  color: #fff;
  background: #c47c8a;
}

.splash2020-container .section__video {
  width: 90%;
  max-width: 1440px;
  margin: auto;
}

.splash2020-container .section__video .section-title {
  text-align: left;
  margin-bottom: 1em;
}

.splash2020-container .section__tracklisting {
  background: #f8f8f8;
}

.splash2020-container .section__tracklisting .section-title {
  margin-bottom: 2em;
}

.splash2020-container .section__tracklisting .tracklisting-list {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  list-style: none;
  padding: 0;
  margin-left: 25%;
}

.splash2020-container .section__tracklisting .tracklisting-list--container {
  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;
  max-width: 520px;
  width: 90%;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .splash2020-container .section__tracklisting .tracklisting-list--container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .splash2020-container .section__tracklisting .tracklisting-list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0;
  }
}

.splash2020-container .section__tracklisting .tracklisting-list .tracklisting-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-bottom: 30px;
  text-align: left;
  font-size: .8em;
}

@media screen and (max-width: 768px) {
  .splash2020-container .section__tracklisting .tracklisting-list .tracklisting-item {
    font-size: .7em;
  }
}

.splash2020-container .section__tracklisting p {
  max-width: 500px;
}

.splash2020-container .section__live {
  width: 90%;
  max-width: 1440px;
  margin: auto;
}

.splash2020-container .section__live .tour-table {
  font-family: 'Domaine Sans Text', museo-sans, sans-serif;
  font-family: 'Domaine Sans Text', 'Cormorant Garamond', Arial, Helvetica, sans-serif;
}

#mc_embed_signup_scroll {
  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;
  max-width: 500px;
  margin: auto;
  width: 90%;
  font-family: 'Domaine Sans Text', museo-sans, sans-serif;
}

#mc_embed_signup_scroll #mce-EMAIL {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-bottom: 1em;
  font-family: 'Domaine Sans Text', museo-sans, sans-serif;
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  color: #c47c8a;
  text-align: center;
}

#mc_embed_signup_scroll #mce-EMAIL::-webkit-input-placeholder {
  color: #c47c8a;
}

#mc_embed_signup_scroll #mce-EMAIL:-ms-input-placeholder {
  color: #c47c8a;
}

#mc_embed_signup_scroll #mce-EMAIL::-ms-input-placeholder {
  color: #c47c8a;
}

#mc_embed_signup_scroll #mce-EMAIL::placeholder {
  color: #c47c8a;
}

#mc_embed_signup_scroll #mce-EMAIL:focus {
  outline: none;
}

#mc_embed_signup_scroll .clear {
  width: 100%;
}

#mc_embed_signup_scroll #mc-embedded-subscribe {
  width: 100%;
  background-color: transparent;
  border: 1px solid #c47c8a;
  border-radius: 0;
  color: #c47c8a;
  height: 48px;
  padding: 8px 20px;
  text-transform: uppercase;
  font-family: 'Domaine Sans Text', museo-sans, sans-serif;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#mc_embed_signup_scroll #mc-embedded-subscribe:hover {
  color: #fff;
  background: #c47c8a;
}

#mc_embed_signup_scroll #mc-embedded-subscribe:focus, #mc_embed_signup_scroll #mc-embedded-subscribe:active {
  outline: none;
}

.page-template-page-2020-splash-rivoli {
  font-family: 'Bodoni 72 Book', museo-sans, sans-serif;
  text-transform: uppercase;
  color: #fff;
}

.splash-rivoli-container {
  display: block;
  position: relative;
  height: 100vh;
  width: 100vw;
  background-size: cover;
  background-position: top center;
  background-image: url(../images/FINALKATIEIMAGE-min.jpg);
}

@media screen and (max-width: 768px) {
  .splash-rivoli-container {
    background-image: url(../images/KM_Live_mob.jpg);
  }
}

.splash-rivoli-container .content-container {
  position: absolute;
  right: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .splash-rivoli-container .content-container {
    top: auto;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 95%;
  }
}

.splash-rivoli-container .content-container .rivoli-img {
  width: 100%;
  max-width: 470px;
  display: block;
  margin: 0 auto 2em;
}

@media screen and (min-width: 768px) and (max-height: 740px) {
  .splash-rivoli-container .content-container .rivoli-img {
    width: 60vh;
  }
}

@media screen and (max-width: 768px) {
  .splash-rivoli-container .content-container .rivoli-img {
    width: 30vh;
  }
}

.splash-rivoli-container .content-container .on-sale-txt {
  font-size: 24px;
  max-width: none;
  margin-top: 10%;
  text-align: center;
}

@media screen and (min-width: 768px) and (max-height: 740px) {
  .splash-rivoli-container .content-container .on-sale-txt {
    font-size: 3vh;
    margin-top: 5vh;
  }
}

@media screen and (max-width: 768px) {
  .splash-rivoli-container .content-container .on-sale-txt {
    font-size: 18px;
    font-size: 1.5vh;
    margin-top: 2vh;
  }
}

.splash-rivoli-container .content-container .cta-btn {
  color: #fff;
  border-color: #fff;
  display: block;
  width: 80%;
  margin: auto auto 20px;
  max-width: 220px;
  height: 43px;
  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;
  font-family: 'Bodoni 72 Book', museo-sans, sans-serif;
}

.splash-rivoli-container .content-container .cta-btn:hover {
  background: #fff;
  color: #000;
}

.splash-rivoli-container .content-container .cta-btn__top {
  background: #fff;
  color: #000;
}

.splash-rivoli-container .content-container .cta-btn__top:hover {
  background: transparent;
  color: #fff;
}

.splash-rivoli-container .privacy-policy {
  color: #fff;
  padding: 0;
  margin: 0;
  border: none;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.splash-rivoli-container .privacy-policy:hover {
  opacity: .6;
}

.page-template-page-2022-splash-apr-2022 .splash-social-nav a, .page-template-page-2022-splash-july-2022 .splash-social-nav a {
  color: #FFC303 !important;
  font-family: 'raleway', arial, sans-serif;
  letter-spacing: 4px;
  font-weight: 500;
}

.page-template-page-2022-splash-apr-2022 .nav-link, .page-template-page-2022-splash-july-2022 .nav-link {
  font-family: 'raleway', arial, sans-serif;
  letter-spacing: 4px;
  font-weight: 500;
}

.page-template-page-2022-splash-apr-2022 .nav-link:hover, .page-template-page-2022-splash-july-2022 .nav-link:hover {
  color: #FFC303 !important;
}

.page-template-page-2022-splash-apr-2022 .enter-site,
.page-template-page-2022-splash-apr-2022 .preorder-link, .page-template-page-2022-splash-july-2022 .enter-site,
.page-template-page-2022-splash-july-2022 .preorder-link {
  color: #FFC303 !important;
  border: 1px solid #FFC303 !important;
  font-family: 'raleway', arial, sans-serif;
  letter-spacing: 4px;
  font-weight: 500;
}

.page-template-page-2022-splash-apr-2022 .enter-site:hover,
.page-template-page-2022-splash-apr-2022 .preorder-link:hover, .page-template-page-2022-splash-july-2022 .enter-site:hover,
.page-template-page-2022-splash-july-2022 .preorder-link:hover {
  background: #FFC303 !important;
  background: radial-gradient(circle, #fffcf1 0%, #ffc303 71%) !important;
  color: #000 !important;
}

.page-template-page-2022-splash-apr-2022 .enter-site, .page-template-page-2022-splash-july-2022 .enter-site {
  font-size: .9em;
}

.page-template-page-2022-splash-apr-2022 .section__preorder--right h2, .page-template-page-2022-splash-apr-2022 .section__preorder--right h3, .page-template-page-2022-splash-apr-2022 .section__preorder--right p, .page-template-page-2022-splash-apr-2022 .section__preorder--right a, .page-template-page-2022-splash-apr-2022 .section__preorder--right span, .page-template-page-2022-splash-apr-2022 #listen h2, .page-template-page-2022-splash-apr-2022 #listen h3, .page-template-page-2022-splash-apr-2022 #listen p, .page-template-page-2022-splash-apr-2022 #listen a, .page-template-page-2022-splash-apr-2022 #listen span, .page-template-page-2022-splash-july-2022 .section__preorder--right h2, .page-template-page-2022-splash-july-2022 .section__preorder--right h3, .page-template-page-2022-splash-july-2022 .section__preorder--right p, .page-template-page-2022-splash-july-2022 .section__preorder--right a, .page-template-page-2022-splash-july-2022 .section__preorder--right span, .page-template-page-2022-splash-july-2022 #listen h2, .page-template-page-2022-splash-july-2022 #listen h3, .page-template-page-2022-splash-july-2022 #listen p, .page-template-page-2022-splash-july-2022 #listen a, .page-template-page-2022-splash-july-2022 #listen span {
  font-family: 'raleway', arial, sans-serif;
  letter-spacing: 4px;
  font-weight: 500;
}

.page-template-page-2022-splash-apr-2022 .section__preorder--right h3, .page-template-page-2022-splash-apr-2022 #listen h3, .page-template-page-2022-splash-july-2022 .section__preorder--right h3, .page-template-page-2022-splash-july-2022 #listen h3 {
  color: #FFC303;
}

.page-template-page-2022-splash-apr-2022 .section__preorder--right h2, .page-template-page-2022-splash-apr-2022 #listen h2, .page-template-page-2022-splash-july-2022 .section__preorder--right h2, .page-template-page-2022-splash-july-2022 #listen h2 {
  font-weight: 700;
}

.page-template-page-2022-splash-apr-2022 h2.section-title,
.page-template-page-2022-splash-apr-2022 .section__join, .page-template-page-2022-splash-july-2022 h2.section-title,
.page-template-page-2022-splash-july-2022 .section__join {
  font-family: 'raleway', arial, sans-serif;
  letter-spacing: 4px;
  font-weight: 500;
}

.page-template-page-2022-splash-apr-2022 h2.section-title, .page-template-page-2022-splash-july-2022 h2.section-title {
  font-weight: 700;
}

.page-template-page-2022-splash-apr-2022 .section__join .input-label, .page-template-page-2022-splash-july-2022 .section__join .input-label {
  font-family: 'raleway', arial, sans-serif;
  letter-spacing: 4px;
  font-weight: 500;
}

.page-template-page-2022-splash-apr-2022 .section__join #mce-EMAIL, .page-template-page-2022-splash-july-2022 .section__join #mce-EMAIL {
  color: #000 !important;
  font-family: 'raleway', arial, sans-serif !important;
  letter-spacing: 4px;
  font-weight: 500;
}

.page-template-page-2022-splash-apr-2022 .section__join #mce-EMAIL::-webkit-input-placeholder, .page-template-page-2022-splash-july-2022 .section__join #mce-EMAIL::-webkit-input-placeholder {
  color: #000 !important;
  text-transform: uppercase;
}

.page-template-page-2022-splash-apr-2022 .section__join #mce-EMAIL:-ms-input-placeholder, .page-template-page-2022-splash-july-2022 .section__join #mce-EMAIL:-ms-input-placeholder {
  color: #000 !important;
  text-transform: uppercase;
}

.page-template-page-2022-splash-apr-2022 .section__join #mce-EMAIL::-ms-input-placeholder, .page-template-page-2022-splash-july-2022 .section__join #mce-EMAIL::-ms-input-placeholder {
  color: #000 !important;
  text-transform: uppercase;
}

.page-template-page-2022-splash-apr-2022 .section__join #mce-EMAIL::placeholder, .page-template-page-2022-splash-july-2022 .section__join #mce-EMAIL::placeholder {
  color: #000 !important;
  text-transform: uppercase;
}

.page-template-page-2022-splash-apr-2022 .section__join #mc-embedded-subscribe, .page-template-page-2022-splash-july-2022 .section__join #mc-embedded-subscribe {
  border: 1px solid #FFC303 !important;
  color: #FFC303 !important;
  font-family: 'raleway', arial, sans-serif !important;
  letter-spacing: 4px;
  font-weight: 500;
}

.page-template-page-2022-splash-apr-2022 .section__join #mc-embedded-subscribe:hover, .page-template-page-2022-splash-july-2022 .section__join #mc-embedded-subscribe:hover {
  color: #000 !important;
  background: #FFC303 !important;
  background: radial-gradient(circle, #fffcf1 0%, #ffc303 71%) !important;
}

.page-template-page-2022-splash-apr-2022 .splash-footer-nav .nav-link, .page-template-page-2022-splash-july-2022 .splash-footer-nav .nav-link {
  font-family: 'raleway', arial, sans-serif;
  letter-spacing: 4px;
  font-weight: 500;
}

.page-template-page-2022-splash-apr-2022 .splash-footer-nav .nav-link:hover, .page-template-page-2022-splash-july-2022 .splash-footer-nav .nav-link:hover {
  color: #FFC303;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=splash2020style.css.map */