.body {
  background-color: #000;
}

.video-container {
  position: absolute;
  left: 50%;
  top: 50%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 100%;
  max-height: 82%;
  max-width: none;
  padding-top: 2%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.background-video {
  display: none;
  height: 100%;
}

.video-embed {
  height: 100%;
}

.link {
  position: absolute;
  z-index: 1;
  margin-top: 25px;
  -webkit-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
  font-family: 'Jaapokkisubtract webfont', sans-serif;
  color: #ce601a;
  font-size: 21px;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.link:hover {
  color: #fff;
}

.link.store-link {
  top: 20px;
  right: 20px;
  margin-top: 0px;
  font-size: 20px;
}

.link.listen-link {
  right: 20px;
  bottom: 20px;
  opacity: 1;
  color: #fce7a2;
  font-size: 35px;
}

.link.tour-link {
  left: 20px;
  bottom: 20px;
  font-size: 20px;
}

.link.forgiveness-link {
  position: static;
  margin-top: 0px;
  color: #fce7a2;
  font-size: 26px;
}

.link.forgiveness-link.mobile {
  display: none;
}

.splash-social-list {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 1;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
}

.splash-social-li {
  margin-right: 2px;
  margin-left: 2px;
  float: left;
}

.splash-social-link {
  margin-right: 0px;
  padding-right: 3px;
  padding-left: 3px;
  border-bottom: 1px none #000;
  -webkit-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
  font-family: 'Fa brands 400', sans-serif;
  color: #ce601a;
  font-size: 19px;
  line-height: 1;
  text-decoration: none;
}

.splash-social-link:hover {
  color: #fff;
}

.splash-social-link.fa-two {
  font-family: 'Fa solid 900', sans-serif;
  font-size: 19px;
}

.listen-now-mobile {
  display: none;
}

.links-wrapper {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
}

.tour-page-back-button {
  font-family: 'Source Code Pro', sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  font-weight: 300;
  text-decoration: none;
}

.tour-page-back-button.w--current {
  color: #fff;
  font-size: 13px;
  line-height: 1;
  font-weight: 300;
  text-decoration: none;
}

.tour_main_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tour-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: hsla(0, 0%, 100%, 0.58);
}

.splash-tour-backround-mobile {
  display: none;
}

.tour-page-title {
  margin-top: 0px;
  margin-bottom: 48px;
  font-family: 'Jaapokkisubtract webfont', sans-serif;
  color: #ce601a;
  font-size: 36px;
  line-height: 1.3;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tour-page-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tour-city {
  margin-bottom: 0px;
  padding-right: 10px;
  font-family: 'Source Code Pro', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 300;
  text-transform: uppercase;
}

.tour_city_wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tour-page-content {
  padding-right: 15px;
  padding-bottom: 90px;
  padding-left: 15px;
}

.tour-date {
  margin-bottom: 0px;
  padding-right: 10px;
  font-family: 'Source Code Pro', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 300;
  text-transform: uppercase;
}

.tour-page-home-link {
  font-family: 'Jaapokkisubtract webfont', sans-serif;
  color: #ce601a;
  font-size: 25px;
  line-height: 1;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.tour-page-home-link.w--current {
  color: #fff;
  font-size: 23px;
  line-height: 1;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: uppercase;
}

.tour-button {
  margin-left: 10px;
  padding: 7px 15px;
  border: 1px solid #ce601a;
  background-color: #000;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-family: 'Source Code Pro', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 300;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.tour-button:hover {
  background-color: #ce601a;
  color: #fff;
}

.tour_venue_wrap {
  width: 60%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.tour-venue {
  margin-bottom: 0px;
  padding-right: 10px;
  font-family: 'Source Code Pro', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 300;
  text-transform: uppercase;
}

.tour_date_wrap {
  width: 20%;
}

.tour_ticket_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.back-button-container {
  margin-top: 30px;
  text-align: right;
}

.back-button-container.mobile-back-button {
  display: none;
}

.tour_location_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.splash-social-link-2 {
  margin-right: 0px;
  padding-right: 3px;
  padding-left: 3px;
  border-bottom: 1px none #000;
  -webkit-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
  font-family: 'Fa brands 400', sans-serif;
  color: #000;
  font-size: 19px;
  line-height: 1;
  text-decoration: none;
}

.splash-social-link-2:hover {
  color: #333;
}

.splash-social-link-2.tour-page-social-link {
  color: #ce601a;
}

.splash-social-link-2.fa-two {
  font-family: 'Fa solid 900', sans-serif;
}

.splash-social-list-2 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
}

.splash-tour-main {
  position: relative;
}

.tour-container {
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
}

.no-dates-copy {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Source Code Pro', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0px;
}

.tour-page-body {
  background-color: #000;
}

.div-block {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #000;
}

.loading-overlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.loading-icon {
  width: 100px;
  height: 100px;
  background-image: url('../images/loader-white.svg');
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.div-block-2 {
  display: none;
}

.center-links-container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.close-button {
  display: none;
}

.mobile-menu-button {
  position: absolute;
  left: auto;
  top: 15px;
  right: 15px;
  bottom: auto;
  display: none;
  width: 48px;
  height: 48px;
  background-color: transparent;
  background-image: url('../images/menu-thin-white.svg');
  background-position: 50% 50%;
  background-size: 27px;
  background-repeat: no-repeat;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

._404-link {
  color: #333;
}

html.w-mod-js *[data-ix="fadein"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="tourfadein"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="loading-overlay"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}

html.w-mod-js *[data-ix="loading-icon"] {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .video-container {
    max-height: 70%;
    padding-top: 0%;
  }
  .link.listen-link {
    font-size: 20px;
  }
  .link.forgiveness-link {
    font-size: 24px;
  }
  .splash-social-list {
    display: inline-block;
    margin-top: 0px;
  }
  .splash-social-link {
    font-size: 18px;
  }
  .splash-tour-backround-mobile {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    display: block;
  }
  .tour-page-title {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 1;
  }
  .tour-city {
    font-size: 15px;
    font-weight: 300;
  }
  .tour-page-content {
    position: relative;
    z-index: 2;
  }
  .tour-date {
    font-size: 15px;
    font-weight: 300;
  }
  .tour-page-home-link {
    font-size: 21px;
  }
  .tour-page-home-link.w--current {
    font-size: 21px;
  }
  .tour-button {
    font-size: 13px;
    font-weight: 300;
  }
  .tour-venue {
    font-size: 15px;
  }
  .splash-social-link-2 {
    font-size: 18px;
  }
  .splash-social-list-2 {
    display: inline-block;
    margin-top: 0px;
  }
  .tour-container {
    padding-top: 40px;
  }
  .center-links-container {
    margin-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .video-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: none;
    max-width: 95%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .video-embed {
    height: auto;
    margin-top: 5%;
  }
  .link {
    margin-bottom: 25px;
    font-size: 28px;
  }
  .link.store-link {
    position: static;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 28px;
  }
  .link.listen-link {
    display: none;
  }
  .link.tour-link {
    position: static;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 28px;
  }
  .link.forgiveness-link {
    display: none;
  }
  .link.forgiveness-link.mobile {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #ce601a;
  }
  .splash-social-list {
    position: static;
    display: inline-block;
    margin-top: 25px;
  }
  .splash-social-li {
    float: left;
  }
  .splash-social-link {
    padding-right: 9px;
    padding-left: 9px;
    font-size: 24px;
  }
  .splash-social-link.fa-two {
    font-size: 22px;
  }
  .listen-now-mobile {
    display: block;
    margin-top: 10px;
    padding: 13px 25px;
    border: 2px solid #ce601a;
    font-family: 'Jaapokkisubtract webfont', sans-serif;
    color: #ce601a;
    font-size: 17px;
    text-decoration: none;
    text-transform: uppercase;
  }
  .links-wrapper {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    display: none;
    background-color: #000;
  }
  .tour_main_wrap {
    padding-top: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .tour-city {
    font-size: 15px;
    font-weight: 300;
  }
  .tour-date {
    font-weight: 300;
  }
  .tour-button {
    padding: 7px 12px;
    font-size: 13px;
    font-weight: 400;
  }
  .tour_venue_wrap {
    width: 100%;
  }
  .tour-venue {
    margin-bottom: 2px;
    font-size: 16px;
  }
  .tour_date_wrap {
    width: 40%;
  }
  .tour_location_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .splash-social-link-2 {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 18px;
  }
  .splash-social-link-2.fa-two {
    font-size: 17px;
  }
  .splash-social-list-2 {
    display: inline-block;
  }
  .links-wrapper-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .close-button {
    position: absolute;
    left: auto;
    top: 15px;
    right: 15px;
    bottom: auto;
    display: block;
    width: 48px;
    height: 48px;
    background-color: transparent;
    background-image: url('../images/close-icon-white.png');
    background-position: 50% 50%;
    background-size: 38px;
    background-repeat: no-repeat;
  }
  .mobile-menu-button {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .video-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 91%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .video-embed {
    height: auto;
    margin-top: 5%;
  }
  .link.store-link {
    font-size: 26px;
  }
  .link.listen-link {
    position: absolute;
    left: 50%;
    right: auto;
    bottom: 56vw;
    display: none;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }
  .link.tour-link {
    top: 20px;
    bottom: auto;
    font-size: 26px;
  }
  .link.forgiveness-link.mobile {
    font-size: 26px;
  }
  .splash-social-list {
    left: 50%;
    top: auto;
    bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-top: 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .splash-social-link {
    color: #ce601a;
    font-size: 24px;
  }
  .splash-social-link.fa-two {
    font-size: 20px;
  }
  .listen-now-mobile {
    display: block;
    margin-top: 10px;
    padding: 13px 25px;
    border: 2px solid #ce601a;
    font-family: 'Jaapokkisubtract webfont', sans-serif;
    color: #ce601a;
    font-size: 17px;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
  }
  .links-wrapper {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    display: none;
  }
  .tour-page-back-button.w--current {
    font-size: 15px;
  }
  .tour_main_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tour-page-title {
    margin-bottom: 10px;
    font-size: 27px;
  }
  .tour-page-nav {
    display: none;
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tour-page-content {
    padding-bottom: 60px;
  }
  .tour-date {
    margin-bottom: 2px;
    font-size: 14px;
  }
  .tour-venue {
    font-size: 15px;
  }
  .tour_date_wrap {
    width: 100%;
  }
  .back-button-container {
    display: none;
    text-align: center;
  }
  .back-button-container.mobile-back-button {
    display: block;
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .tour_location_wrap {
    width: 100%;
  }
  .splash-social-link-2 {
    color: #000;
    font-size: 24px;
  }
  .splash-social-link-2.fa-two {
    font-size: 20px;
  }
  .splash-social-list-2 {
    margin-top: 0px;
  }
  .splash-social-list-2.tour-page {
    margin-top: 20px;
  }
  .tour-container {
    padding-top: 60px;
  }
  .loading-overlay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .div-block-2 {
    display: none;
  }
  .links-wrapper-inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@font-face {
  font-family: 'Jaapokkisubtract webfont';
  src: url('../fonts/jaapokkisubtract-regular-webfont.woff2') format('woff2'), url('../fonts/jaapokkisubtract-regular-webfont.eot') format('embedded-opentype'), url('../fonts/jaapokkisubtract-regular-webfont.woff') format('woff'), url('../fonts/jaapokkisubtract-regular-webfont.ttf') format('truetype'), url('../fonts/jaapokkisubtract-regular-webfont.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}