.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.top-bar {
  justify-content: center;
  align-items: center;
  padding: 9px 15px;
  display: none;
}

.top-bar-callout {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: Highvoltage rough, sans-serif;
  font-size: 15px;
  line-height: 1;
  display: inline-block;
}

.top-bar-button {
  color: #fff;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#feb8a9, #fd99d7);
  border: 2px #c62f28;
  margin-left: 10px;
  padding: 5px 15px 4px;
  font-family: Highvoltage rough, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: background-color .3s ease-in-out;
}

.top-bar-button:hover {
  background-color: rgba(0, 0, 0, 0);
}

.body {
  min-height: 100%;
  max-width: 100vw;
  background-color: #000;
  overflow: visible;
}

.hero-section {
  height: auto;
  min-height: 100vh;
  background-image: url('../images/BT-venue-albumart-min-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: static;
}

.footer {
  background-color: #070707;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
}

.footer-copyright {
  color: #cecece;
  text-align: center;
  text-transform: uppercase;
  font-family: Lemonmilk, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2;
}

.copyright-link-list {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 7px;
  line-height: 1.2;
  list-style-type: none;
  display: flex;
}

.copyright-link-li {
  border-right: 1px #fff;
  align-self: auto;
  margin-right: 7px;
  padding-right: 0;
  line-height: .8;
}

.copyright-link-li.last-copyright-link-li {
  margin-right: 0;
}

.copyright-link {
  color: #cecece;
  text-transform: uppercase;
  border-right: 1px solid #cecece;
  margin-left: 0;
  margin-right: 0;
  padding-right: 7px;
  font-family: Lemonmilk, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2;
  text-decoration: none;
  display: inline-block;
}

.copyright-link.ot-sdk-show-settings.last-copyright-link {
  cursor: pointer;
  border-right-style: none;
}

.header {
  z-index: 2;
  padding: 15px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.main-menu-container {
  justify-content: space-between;
  align-items: center;
  display: block;
}

.main-social-list {
  z-index: 1;
  float: none;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: block;
  position: static;
  top: 20px;
  left: 20px;
}

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

.main-social-link {
  color: #fff;
  border-bottom: 1px #000;
  margin-right: 0;
  padding-left: 3px;
  padding-right: 3px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  transition: color .4s ease-in-out;
}

.main-social-link:hover {
  color: #ce7299;
}

.main-social-link.fa-two {
  color: #0d1f3d;
  font-size: 19px;
}

.main-nav {
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: block;
}

.main-nav-link {
  color: #fff;
  text-transform: uppercase;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  font-family: Lemonmilk, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
  transition: border-color .3s ease-in-out;
}

.main-nav-link:hover, .main-nav-link:focus {
  border-bottom-color: #ce7299;
}

.main-nav-link.page-nav-link {
  color: #fff;
}

.main-nav-link.page-nav-link:hover {
  border-bottom-color: #fff;
}

.main-nav-li {
  float: left;
  margin-left: 10px;
}

.hero-content-container {
  justify-content: center;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-content {
  width: 90%;
  max-width: 1170px;
  justify-content: space-between;
  display: flex;
}

.artwork-image {
  width: 46%;
}

.hero-callout-container {
  width: 46%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.hero-callout-inner {
  text-align: center;
}

.hero-logo {
  width: 100%;
  margin-bottom: 15px;
  display: block;
}

.heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  font-family: Highvoltage rough, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
}

.hero-button {
  color: #fff;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#feb8a9, #fd98da);
  border: 2px solid #272727;
  padding: 15px 65px;
  font-family: Highvoltage rough, sans-serif;
  font-size: 23px;
  line-height: 1;
  transition: color .3s ease-in-out;
}

.hero-button:hover {
  color: #272727;
}

.site-logo {
  width: 150px;
  display: none;
}

.mobile-menu-button {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/menu-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 31px;
  display: none;
}

.assistive-text {
  width: 1px;
  height: 1px;
  position: absolute;
  top: -10px;
  overflow: hidden;
}

.section {
  background-image: url('../images/BT-name-BG-dark.png');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: fixed;
  padding: 90px 15px;
}

.section.music-section {
  background-image: url('../images/BT-BG-light.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.section.newsletter-section {
  background-image: url('../images/BT-BG-light.png');
  background-position: 0 0;
  background-size: auto;
  background-attachment: fixed;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section.video-section {
  background-image: url('../images/BT-venue-BG-dark.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.section.video-section.tour-section {
  background-image: url('../images/puff_letters-min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
}

.section.shop-section {
  background-image: url('../images/BT-venue-BG-dark.png');
  background-position: 50% 100%;
  position: relative;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.section-title {
  color: #ddd;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Cfnightofterrormultilingual, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.3;
}

.section-title.dark-title {
  color: #272727;
  line-height: 1;
}

.section-title.tour-splash-section-title {
  color: #111d36;
}

.tour_date_wrap {
  width: 20%;
}

.tour-row {
  width: 100%;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(240, 235, 221, .08);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.tour-row.tour-splash-tour-row {
  border-bottom-color: rgba(68, 68, 68, .27);
}

.tour-row.tour-splash-tour-row.last-row {
  border-bottom-style: none;
}

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

.tour_ticket_wrap {
  width: 100px;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: stretch;
  display: flex;
}

.tour_venue_wrap {
  width: 60%;
  flex: 0 auto;
}

.no-dates-copy {
  color: #f6f3e9;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lemonmilk, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.3;
}

.no-dates-copy.tour-splash-no-dates {
  color: #d3d3d3;
}

.tour-venue {
  color: #d0749d;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-right: 15px;
  font-family: Lemonmilk, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
}

.tour-venue.tour-splash-venue {
  color: #cb7097;
}

.tour-button {
  color: #f6f3e9;
  letter-spacing: 0;
  text-transform: uppercase;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #f6f3e9;
  border-radius: 2px;
  margin-left: 7px;
  padding: 8px 22px 5px;
  font-family: Lemonmilk, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.3;
  text-decoration: none;
  transition: all .4s;
}

.tour-button:hover {
  color: #0b111d;
  background-color: #ce7299;
  border-color: #ce7299;
}

.tour-button:focus {
  background-color: #ce7299;
  border-color: #ce7299;
}

.tour-button.tour-splash-button {
  opacity: 1;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-style: solid;
  border-color: #f6f3e9;
  margin-left: 5px;
  transition: all .4s;
}

.tour-button.tour-splash-button:hover {
  color: #131515;
  background-color: #cb7097;
  border-color: #cb7097;
}

.tour-button.tour-splash-button:focus {
  color: #292929;
  background-color: #cb7097;
  border-color: #cb7097;
}

.tour-button.vip {
  border-color: #ce7299;
  margin-left: 0;
  font-family: Lemonmilk, sans-serif;
  font-weight: 300;
}

.tour-button.vip:hover, .tour-button.vip:focus {
  background-color: #ce7299;
}

.tour_city_wrap {
  flex: 1;
}

.tour-date {
  color: #f6f3e9;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-right: 15px;
  font-family: Lemonmilk, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.1;
}

.tour-date.tour-splash-date {
  color: #e6e6e6;
}

.tour-city {
  color: #f6f3e9;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-right: 15px;
  font-family: Lemonmilk, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.1;
}

.tour-city.tour-splash-city {
  color: #e0e0e0;
}

.tour_main_wrap {
  flex: 1;
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
}

.music-items-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}

.music-items {
  flex-wrap: wrap;
  display: flex;
}

.music-item {
  width: 33.33%;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

.music-item.music-page {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 60px;
}

.music-item.music-item-page {
  margin-bottom: 45px;
}

.music-item-image-wrapper {
  position: relative;
  box-shadow: 1px 1px 7px 5px rgba(0, 0, 0, .06);
}

.music-item-image {
  width: 100%;
}

.music-block-title {
  color: #272727;
  text-transform: uppercase;
  margin-top: 15px;
  font-family: Lemonmilk, sans-serif;
  font-size: 27px;
  font-weight: 300;
  line-height: 1.1;
}

.music-block-title.music-page {
  color: #fff;
}

.music-block-title.music-title-light {
  color: #f6f3e9;
}

.music-item-type {
  color: #cd729b;
  text-transform: uppercase;
  margin-top: 2px;
  margin-bottom: 0;
  font-family: Highvoltage rough, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
}

.music-item-type.music-page {
  color: #fff;
}

.music-item-type.music-type-light {
  color: #d0749d;
}

.button-wrapper {
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 5px;
  display: none;
  position: relative;
}

.section-button {
  z-index: 2;
  color: #f6f3e9;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(255, 255, 255, .75);
  border-radius: 2px;
  padding: 14px 35px 13px;
  font-family: Lemonmilk, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 100%;
  transition: all .4s;
  position: relative;
}

.section-button:hover {
  color: #0b111d;
  background-color: #cd729b;
  border-color: #ce7299;
}

.section-button:focus {
  background-color: #cd729b;
  border-color: #ce7299;
}

.section-button.section-button-style {
  color: #eae8e8;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-width: 2px;
  border-color: #f3f3f3;
  border-radius: 0;
  padding: 11px 45px;
  font-size: 13px;
  font-weight: 800;
  transition: background-color .3s ease-in-out, color .3s ease-in-out;
}

.section-button.section-button-style:hover {
  color: #141313;
  background-color: #eae8e8;
  border-color: #f3f3f3;
}

.section-button.section-button-style.dark {
  color: #fff;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#fd99d7, #feb8a9);
  border-style: solid;
  border-color: #272727;
  border-radius: 0;
  padding: 12px 45px;
  font-family: Highvoltage rough, sans-serif;
  font-size: 20px;
  font-weight: 400;
  transition: color .3s ease-in-out;
}

.section-button.section-button-style.dark:hover {
  color: #141313;
  background-color: #eae8e8;
}

.section-button.light-button {
  background-color: #cd729b;
  border-color: #cd729b;
  font-family: Lemonmilk, sans-serif;
  font-weight: 300;
  transition: border-color .4s, background-color .4s ease-in-out, color .4s ease-in-out;
}

.section-button.light-button:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: #0b111d;
}

.section-button.light-button:focus {
  color: #0b111d;
  background-color: rgba(0, 0, 0, 0);
  border-color: #0b111d;
}

.section-button.show-all-dates {
  border-color: rgba(255, 255, 255, .75);
  font-family: Lemonmilk, sans-serif;
  font-weight: 300;
  transition: all .4s;
}

.section-button.show-all-dates:hover, .section-button.show-all-dates:focus {
  background-color: #ce7299;
  border-color: #ce7299;
}

.section-button.show-all-dates.show-all-dates-tour-splash {
  background-color: rgba(0, 0, 0, 0);
  border-color: #f6f3e9;
}

.section-button.show-all-dates.show-all-dates-tour-splash:hover {
  background-color: #cb7097;
  border-color: #cb7097;
}

.section-button.show-all-dates.show-all-dates-tour-splash:focus {
  color: #1f1f1f;
  background-color: #cb7097;
  border-color: #cb7097;
}

.videos-container {
  margin-left: -15px;
  margin-right: -15px;
}

.videos {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.video-item {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.video-item-image-wrapper {
  position: relative;
}

.video-item-image {
  width: 100%;
}

.video-item-overlay {
  z-index: 1;
  opacity: .7;
  background-color: rgba(0, 0, 0, .2);
  background-image: url('../images/rough-play.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16%;
  transition: opacity .3s ease-in-out;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video-item-overlay:hover {
  opacity: 1;
}

.video-lightbox-link {
  color: #fff;
  text-decoration: none;
  display: block;
}

.video-item-title {
  color: #ddd;
  text-align: center;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 0;
  font-family: Lemonmilk, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.2;
}

.section-button-wrapper {
  text-align: center;
  margin-top: 35px;
  position: relative;
}

.button-shadow-border {
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  position: absolute;
  bottom: -5px;
  right: -5px;
}

.button-shadow-border.button-shadow-dark {
  border-color: #1b1b1b;
}

.main-signup-message {
  color: #f15d5d;
  text-align: center;
  margin-top: 7px;
  font-size: 11px;
  line-height: 1.3;
}

.main-signup-message.main-signup-input-error, .main-signup-message.main-signup-terms-error {
  width: 100%;
  color: #272727;
  font-family: Highvoltage rough, sans-serif;
  font-size: 16px;
  display: none;
  position: absolute;
  bottom: -35px;
}

.main-signup-message.main-signup-success {
  color: #fff;
  margin-top: 10px;
  font-family: Highvoltage rough, sans-serif;
  font-size: 25px;
  display: none;
}

.mailing-list-inner-wrapper {
  position: relative;
}

.main-signup-input {
  height: auto;
  color: #272727;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, .4);
  border: 2px #fff;
  border-radius: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-family: Lemonmilk, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 1;
}

.main-signup-input::-ms-input-placeholder {
  font-family: Lemonmilk, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.main-signup-input::placeholder {
  font-family: Lemonmilk, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.signup-main-button {
  width: auto;
  color: #f6f3e9;
  text-align: center;
  text-transform: uppercase;
  background-color: #cd729b;
  border: 1px solid #cd729b;
  margin-left: 10px;
  padding: 13px 20px;
  font-family: Lemonmilk, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 1;
  transition: all .4s;
}

.signup-main-button:hover, .signup-main-button:focus {
  color: #0b111d;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #0b111d;
}

.signup-main-button.tour-splash-signup-button {
  color: #fff;
  background-color: #cb7097;
}

.signup-main-button.tour-splash-signup-button:hover {
  color: #131515;
}

.main-signup-title {
  color: #f5f5f5;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 7px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
}

.mailing-list-container {
  z-index: 2;
  width: 100%;
  display: block;
  position: static;
  top: auto;
  bottom: 25px;
  left: auto;
  right: 25px;
}

.main-signup-terms-link {
  color: #272727;
}

.form-container {
  max-width: 600px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.main-signup-terms-copy {
  color: #272727;
  font-family: Lemonmilk, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.3;
}

.main-signup-input-container {
  align-items: flex-start;
  display: flex;
}

.mailing-list-subtitle {
  color: #272727;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Lemonmilk, sans-serif;
  font-size: 23px;
  font-weight: 300;
  line-height: 1.2;
}

.merch-inner-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.merch-item-title {
  color: #f6f3e9;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 2px;
  font-family: Lemonmilk, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
}

.merch-item-content {
  padding-left: 10px;
  padding-right: 10px;
}

.merch-container {
  margin-left: -15px;
  margin-right: -15px;
}

.merch-img {
  width: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.merch-item {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.merch-item-button {
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(255, 255, 255, .75);
  border-radius: 2px;
  padding: 13px 35px 12px;
  font-family: Lemonmilk, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
  transition: all .4s;
  display: inline-block;
  position: static;
}

.merch-item-button:hover {
  color: #0b111d;
  background-color: #cd729b;
  border-color: #ce7299;
}

.merch-item-button:focus {
  background-color: #cd729b;
  border-color: #ce7299;
}

.merch-item-button.splash-merch-link {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-style: solid;
  border-color: #999;
  transition: border-color .4s, background-color .4s ease-in-out, color .4s ease-in-out;
}

.merch-item-button.splash-merch-link:hover, .merch-item-button.splash-merch-link:focus {
  background-color: #cd729b;
  border-color: #cd729b;
}

.merch-item-button.splash-contest-button {
  background-color: rgba(0, 0, 0, .5);
  background-image: none;
  border-style: solid;
  border-color: #fff;
  transition: border-color .4s, background-color .4s ease-in-out, color .4s ease-in-out;
}

.merch-item-button.splash-contest-button:hover, .merch-item-button.splash-contest-button:focus {
  background-color: #cd729b;
  border-color: #cd729b;
}

.merch-item-type {
  color: #cd729b;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Highvoltage rough, sans-serif;
  font-size: 20px;
  line-height: 1.2;
  display: block;
}

.merch-image {
  padding-top: 100%;
  position: relative;
}

.merch-button-container {
  width: 100%;
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translate(-50%);
}

.merch-item-link {
  width: 100%;
  height: 100%;
  text-align: center;
  cursor: pointer;
  background-color: rgba(255, 255, 255, .15);
  padding: 20px 20px 80px;
  text-decoration: none;
  position: relative;
}

.merch-item-link.splash-merch-item {
  background-color: rgba(255, 255, 255, .17);
}

.clouds-1 {
  width: 5%;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.clouds-2 {
  z-index: 1;
  width: 9%;
  position: absolute;
  top: auto;
  bottom: -4%;
  left: auto;
  right: 0%;
}

.clouds-3 {
  z-index: 1;
  width: 7%;
  position: absolute;
  top: auto;
  bottom: -1.5%;
  left: 0%;
  right: auto;
}

.satelite {
  z-index: 2;
  width: 10%;
  max-width: 210px;
  position: absolute;
  bottom: -32%;
  left: -3.5%;
  right: auto;
}

.plane {
  z-index: 2;
  width: 14%;
  position: absolute;
  top: -28%;
  left: auto;
  right: -5%;
}

.clouds-4 {
  width: 5%;
  position: absolute;
  top: auto;
  bottom: 3%;
  left: auto;
  right: 0%;
}

.splash-body {
  background-color: #f1ebe0;
}

.video-container {
  width: 100%;
  height: 100%;
  max-height: 72%;
  max-width: none;
  text-align: center;
  padding-top: 0%;
  display: block;
  position: absolute;
  top: 47%;
  bottom: 0%;
  left: 50%;
  right: 0%;
  transform: translate(-50%, -50%);
}

.video-embed {
  height: 100%;
}

.center-links-container {
  z-index: 2;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.splash-button {
  width: 50%;
  max-width: 282px;
  color: #f3ebe0;
  text-align: center;
  text-transform: uppercase;
  background-color: #0d1f3d;
  margin-left: 5px;
  margin-right: 5px;
  padding: 16px 20px 14px;
  font-family: Highvoltage rough, sans-serif;
  font-size: 17px;
  line-height: 1;
  transition: color .3s ease-in-out, background-color .3s ease-in-out;
}

.splash-button:hover {
  color: #132449;
  background-color: #84cc7d;
}

.splash-button.mobile-only {
  display: none;
}

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

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

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

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

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

.splash-social-link.fa-two {
  color: #0d1f3d;
  font-size: 19px;
}

.enter-website-link {
  z-index: 1;
  color: #0d1f3d;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Highvoltage rough, sans-serif;
  font-size: 21px;
  line-height: 1;
  text-decoration: none;
  transition: color .3s ease-in-out;
  position: absolute;
  top: 25px;
  bottom: auto;
  left: auto;
  right: 25px;
}

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

.div-block-2 {
  background-color: #ececec;
  display: none;
}

.div-block-2.main-site {
  background-color: #1a1a1a;
  display: none;
}

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

.loading-icon.light {
  background-image: url('../images/loading-dots-white.svg');
}

.body-height {
  min-height: 100vh;
}

.copyright-link-2 {
  color: #fff;
  text-transform: uppercase;
  border-right: 1px solid #fff;
  margin-left: 0;
  margin-right: 0;
  padding-right: 7px;
  font-family: Open Sans, sans-serif;
  font-size: 9px;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: none;
  display: inline-block;
}

.copyright-link-2.ot-sdk-show-settings.last-copyright-link {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-right-style: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.copyright-copy {
  color: #fff;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 9px;
  font-weight: 400;
  line-height: 1.3;
}

.copyright {
  background-color: #080808;
  justify-content: center;
  align-items: center;
  padding: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 600;
  display: flex;
}

.hero-callout-span {
  display: block;
}

.slash-span {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.mailing-list-details-dob-flex {
  flex-wrap: wrap;
  display: flex;
}

.mailing-list-details-modal-inner {
  min-height: 100%;
  justify-content: center;
  align-items: center;
  padding: 60px 15px;
  display: flex;
}

.mailing-list-details-modal-title {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Highvoltage rough, sans-serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 1;
}

.mailing-list-details-modal {
  z-index: 101;
  background-color: rgba(0, 0, 0, .85);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: scroll;
}

.assistive-text-2 {
  width: 1px;
  height: 1px;
  position: absolute;
  top: -10px;
  overflow: hidden;
}

.mailing-list-details-day-wrapper {
  width: 50%;
  padding-left: 10px;
}

.mailing-list-details-subtitle {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-bottom: 15px;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
}

.mailing-list-details-form-label {
  color: #fff;
  margin-bottom: 7px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}

.mailing-list-details {
  width: 100%;
  max-width: 500px;
}

.mailing-list-details-input {
  border-radius: 0;
  margin-bottom: 15px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.mailing-list-details-modal-close {
  width: 35px;
  height: 35px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/close-icon-white.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 32px;
  position: absolute;
  top: 15px;
  bottom: auto;
  left: auto;
  right: 15px;
}

.mailing-list-details-button-container {
  text-align: center;
  margin-top: 15px;
}

.mailing-list-details-month-wrapper {
  width: 50%;
  padding-right: 10px;
}

.mailing-list-details-button {
  min-width: 150px;
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  padding: 14px 35px;
  font-family: Highvoltage rough, sans-serif;
  font-size: 20px;
  line-height: 1;
}

.mailing-list-details-select {
  height: auto;
  border-radius: 0;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.menu-close-button {
  display: none;
}

.main-menu-inner-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-slider {
  z-index: 1;
  height: auto;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-slider-arrow {
  display: none;
}

.hero-slide-link {
  background-image: url('../images/bt_hero_slide-1.1-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-slide-link.endofme {
  background-image: url('../images/bt_hero_slide11-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.hero-slide-link.crisisoffaith {
  background-image: url('../images/BT-venue-albumart-min-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  display: flex;
}

.hero-slide-nav {
  display: none;
  bottom: 25px;
}

.hero-bottom-texture {
  opacity: 1;
  filter: grayscale();
  position: absolute;
  top: auto;
  bottom: 20%;
  left: 0%;
  right: 0%;
}

.page-bg-dark {
  background-color: #0b111d;
}

.page-content {
  background-image: url('../images/BT-venue-BG-dark.png');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  padding: 140px 15px 70px;
}

.page-nav {
  background-color: #000;
  padding: 8px 15px;
}

.page-nav-logo {
  width: 139px;
}

.page-menu-inner-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.page-social-list {
  margin-bottom: 0;
  padding-left: 0;
  display: block;
}

.page-social-list-li {
  float: left;
  margin-left: 2px;
  margin-right: 2px;
  list-style-type: none;
}

.page-social-list-link {
  color: #fff;
  padding-left: 3px;
  padding-right: 3px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
}

.page-back-button-container {
  width: 100%;
  text-align: right;
}

.page-back-button {
  color: #fff;
  text-transform: uppercase;
  font-family: Cfnightofterrormultilingual, sans-serif;
  font-size: 22px;
  line-height: 1;
  text-decoration: none;
}

.back-button-icon {
  font-family: "Fa solid 900", sans-serif;
}

.music-item-overlay-link {
  opacity: 0;
  background-color: rgba(0, 0, 0, .44);
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: opacity .3s ease-in-out;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.music-item-overlay-copy {
  color: #fff;
  text-transform: uppercase;
  font-family: Highvoltage rough, sans-serif;
  font-size: 39px;
  line-height: 1;
  text-decoration: none;
}

.splash-toaster {
  z-index: 2;
  text-align: center;
  background-color: #080808;
  padding: 10px 15px 6px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.splash-enter-link {
  color: #e7e7e7;
  text-align: center;
  text-transform: uppercase;
  font-family: Highvoltage rough, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
}

.splash-background {
  z-index: -1;
  background-image: url('../images/BT-venue-BG-dark.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tour-splash {
  background-image: url('../images/BT-venue-BG-dark.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.tour-splash-title-container {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.tour-splash-title {
  width: 400px;
  font-family: Highvoltage rough, sans-serif;
}

.tour-splash-width-container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.tour-splash-banner {
  width: 100%;
  margin-bottom: 60px;
  display: block;
}

.tour-support {
  color: #c9c9c9;
  text-transform: uppercase;
  margin-top: 2px;
  margin-bottom: 0;
  padding-right: 15px;
  font-family: Highvoltage rough, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.tour-support.main-tour-dates {
  color: #f6f3e9;
  font-family: Lemonmilk, sans-serif;
  font-weight: 300;
}

.tour-splash-main {
  padding: 40px 15px 60px;
  display: block;
}

.tour-support-span {
  padding-right: 2px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.tour-splash-store-section {
  background-image: url('../images/BT-venue-BG-dark.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  padding: 70px 15px;
  display: none;
}

.tour-splash-signup {
  background-image: url('../images/texture-blue-bottom.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 70px 15px 35px;
  display: none;
}

.tour-splash-signup-container {
  max-width: 500px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.tour-splash-enter {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 60px;
}

.tour-splash-enter-link {
  color: #ebebeb;
  text-transform: uppercase;
  font-family: Highvoltage rough, sans-serif;
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
}

.tour-splash-subtitle {
  color: #101c34;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Highvoltage rough, sans-serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 1.1;
}

.slant-span {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.lowercase-span {
  text-transform: lowercase;
}

.nav-bar {
  z-index: 4;
  width: 100vw;
  padding: 15px 15px 13px;
  position: absolute;
}

.nav-bar-wrapper {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.main-nav-container {
  z-index: 10;
  position: relative;
}

.section-texture-top {
  filter: grayscale();
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.section-texture-bottom {
  opacity: 1;
  filter: grayscale();
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cof-hero-copy {
  z-index: 1;
  width: 34vw;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: 50%;
  right: auto;
  transform: translate(-50%);
}

.video-item-type {
  color: #cd729b;
  text-align: center;
  text-transform: uppercase;
  font-family: Highvoltage rough, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.custom-video-lightbox {
  z-index: 100;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: scroll;
}

.custom-video-lightbox-inner {
  width: 100%;
  min-height: 100%;
  background-color: rgba(0, 0, 0, .85);
  justify-content: center;
  align-items: center;
  padding-top: 75px;
  padding-bottom: 75px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.custom-video-lightbox-container {
  width: 100%;
  max-width: 978px;
}

.custom-video-lightbox-iframe {
  padding-top: 56.25%;
  position: relative;
}

.custom-video-lightbox-content {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.custom-video-lightbox-close {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/close-icon-white.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 25px;
  bottom: auto;
  left: auto;
  right: 25px;
}

.custom-video-link {
  width: 100%;
  text-decoration: none;
  display: block;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  background-color: #0b111d;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 100%;
  max-width: 450px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-title {
  color: #fff;
  margin-bottom: 15px;
}

.utility-copy {
  color: #fff;
  font-size: 17px;
  line-height: 1.3;
}

.utility-link {
  color: #fff;
  font-size: 17px;
}

.header-content {
  z-index: 3;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.splash-section-contest {
  padding: 70px 15px;
  display: none;
}

.div-block-3 {
  width: 50%;
  max-width: 700px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-4 {
  width: 100%;
  background-color: rgba(0, 0, 0, .6);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 20px;
  display: flex;
}

.section-texture-top-header {
  opacity: .68;
  filter: grayscale();
  position: static;
  top: auto;
  bottom: -22px;
  left: 0%;
  right: 0%;
}

.contest-button-container {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.contest-content {
  display: block;
}

.paragraph {
  color: #fff;
  text-align: center;
  text-shadow: 4px 4px 8px #000;
  padding-top: 20px;
  font-family: Lemonmilk, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.div-block-5 {
  z-index: 2;
  width: 80%;
  max-width: 1000px;
  padding-top: 60px;
  padding-bottom: 40px;
  position: relative;
  top: auto;
  left: 0%;
  right: 0%;
}

.video {
  display: block;
}

.hero-background-image {
  background-image: url('../images/BT-venue-albumart-min-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-6 {
  width: 65%;
  max-width: 750px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
}

.hero-bottom-texture-copy {
  opacity: 1;
  filter: grayscale();
  position: static;
  top: auto;
  bottom: 20%;
  left: 0%;
  right: 0%;
}

.splash-header-content {
  z-index: 3;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.hero-bottom-texture-splash {
  z-index: 3;
  opacity: 1;
  filter: grayscale();
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-2 {
  width: 200px;
}

.div-block-7 {
  justify-content: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.main-social-list-copy {
  z-index: 1;
  float: none;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: block;
  position: static;
  top: 20px;
  left: 20px;
}

html.w-mod-js [data-ix="cloud-scroll-in-leftside"] {
  opacity: 0;
  transform: translate(-100%)scale(.5);
}

html.w-mod-js [data-ix="cloud-scroll-in-rightside"] {
  opacity: 0;
  transform: translate(80%)scale(.5);
}

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

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

html.w-mod-js [data-ix="scroll-fade-in"] {
  opacity: 0;
  transform: translate(0, 15px);
}

@media screen and (max-width: 991px) {
  .top-bar {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .top-bar-button {
    padding-left: 9px;
    padding-right: 9px;
  }

  .footer {
    flex-direction: column;
  }

  .copyright-link-list {
    flex-wrap: wrap;
    margin-top: 5px;
  }

  .main-social-list {
    z-index: 10;
    margin-top: 0;
    display: inline-block;
    position: relative;
    top: 0;
  }

  .main-social-link {
    font-size: 16px;
  }

  .main-nav {
    z-index: 10;
    position: relative;
  }

  .main-nav-link {
    font-size: 15px;
  }

  .hero-content-container {
    width: 100%;
    height: 100%;
  }

  .artwork-image {
    width: 48%;
  }

  .hero-callout-container {
    width: 50%;
  }

  .heading {
    font-size: 24px;
  }

  .section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section.newsletter-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-title {
    font-size: 34px;
  }

  .no-dates-copy {
    font-size: 25px;
  }

  .tour-venue {
    font-size: 18px;
  }

  .tour-button {
    font-size: 15px;
  }

  .tour-date, .tour-city {
    font-size: 18px;
  }

  .music-items-wrapper {
    margin-left: -10px;
    margin-right: -10px;
  }

  .music-item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .music-block-title {
    font-size: 23px;
  }

  .music-item-type {
    font-size: 18px;
  }

  .videos-container {
    margin-left: -10px;
    margin-right: -10px;
  }

  .video-item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .video-item-title {
    font-size: 23px;
  }

  .merch-item-title {
    font-size: 22px;
  }

  .merch-item-content {
    padding-left: 0;
    padding-right: 0;
  }

  .merch-container {
    margin-left: -10px;
    margin-right: -10px;
  }

  .merch-item {
    width: 33%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .merch-item.last {
    display: none;
  }

  .merch-item-type {
    margin-bottom: 15px;
    font-size: 18px;
  }

  .merch-button-container {
    bottom: 20px;
  }

  .merch-item-link {
    padding: 30px 15px 80px;
  }

  .clouds-1, .clouds-2, .clouds-3, .satelite, .plane, .clouds-4 {
    display: none;
  }

  .video-container {
    max-height: 61%;
    padding-top: 0%;
  }

  .center-links-container {
    flex-direction: column;
  }

  .splash-button {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .splash-button.mobile-only {
    display: block;
  }

  .links-wrapper {
    margin-top: 45px;
  }

  .links-wrapper-inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .splash-social-list {
    margin-top: 0;
    margin-bottom: 25px;
    display: block;
    position: static;
  }

  .splash-social-link {
    font-size: 18px;
  }

  .enter-website-link {
    display: none;
    position: static;
  }

  .copyright {
    flex-direction: column;
  }

  .hero-slide-link {
    background-size: cover;
  }

  .music-item-overlay-copy {
    font-size: 29px;
  }

  .tour-splash-title {
    width: 320px;
  }

  .tour-splash-subtitle {
    font-size: 22px;
  }

  .cof-hero-copy {
    width: 38vw;
    bottom: 8%;
  }

  .video-item-type {
    font-size: 18px;
  }

  .main-social-list-copy {
    z-index: 10;
    margin-top: 0;
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .header {
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

  .main-menu-container {
    background-color: #272727;
    flex-direction: column-reverse;
    justify-content: center;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .main-social-list {
    margin-top: 25px;
    display: inline-block;
    position: static;
  }

  .main-social-li {
    float: left;
  }

  .main-social-link {
    color: #fff;
    padding-left: 9px;
    padding-right: 9px;
    font-size: 19px;
  }

  .main-social-link.fa-two {
    font-size: 22px;
  }

  .main-nav {
    text-align: center;
  }

  .main-nav-link {
    color: #fff;
    font-size: 30px;
  }

  .main-nav-li {
    float: none;
    text-align: center;
    margin-bottom: 15px;
    margin-left: 0;
  }

  .hero-content-container {
    padding: 100px 15px;
    position: static;
  }

  .hero-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .artwork-image {
    width: 85%;
    margin-bottom: 25px;
  }

  .hero-callout-container {
    width: 95%;
    text-align: center;
    justify-content: center;
  }

  .hero-logo {
    display: none;
  }

  .heading {
    text-align: center;
    font-size: 4.7vw;
  }

  .site-logo {
    width: 143px;
    height: auto;
    display: block;
  }

  .site-logo.w--current {
    display: none;
  }

  .mobile-menu-button {
    width: 38px;
    height: 38px;
    background-image: url('../images/menu-thin-white.svg');
    display: block;
  }

  .tour_date_wrap {
    width: 32%;
  }

  .tour_location_wrap {
    flex-direction: column;
  }

  .tour_ticket_wrap {
    width: 120px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tour_venue_wrap {
    width: 100%;
  }

  .no-dates-copy {
    font-size: 23px;
  }

  .tour-venue {
    margin-bottom: 2px;
    font-size: 18px;
  }

  .tour-button {
    width: 100%;
    text-align: center;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 0;
    padding-top: 9px;
    padding-bottom: 7px;
  }

  .tour-button.tour-splash-button {
    margin-left: 0;
  }

  .tour-date {
    font-size: 16px;
  }

  .tour-city {
    font-size: 18px;
  }

  .tour_main_wrap {
    align-items: flex-start;
    padding-top: 0;
  }

  .music-items {
    margin-bottom: -35px;
  }

  .music-item {
    width: 100%;
    margin-bottom: 35px;
  }

  .music-item-image-wrapper {
    width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .music-block-title {
    font-size: 28px;
  }

  .music-item-type {
    font-size: 19px;
  }

  .videos {
    margin-bottom: -30px;
  }

  .video-item {
    width: 100%;
    margin-bottom: 30px;
  }

  .video-item.first-item {
    margin-bottom: 35px;
  }

  .video-item-title {
    font-size: 27px;
  }

  .main-signup-input::-ms-input-placeholder {
    font-size: 14px;
  }

  .main-signup-input::placeholder {
    font-size: 14px;
  }

  .main-signup-title {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .mailing-list-container {
    width: 100%;
    top: 50%;
    bottom: auto;
    left: 50%;
    right: auto;
  }

  .mailing-list-subtitle {
    font-size: 18px;
  }

  .merch-inner-wrapper {
    margin-bottom: -30px;
  }

  .merch-item-title {
    margin-top: 15px;
    font-size: 19px;
  }

  .merch-item {
    width: 50%;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
  }

  .merch-item.last {
    display: block;
  }

  .merch-item-type {
    margin-bottom: 0;
  }

  .merch-item-link {
    padding-bottom: 90px;
  }

  .video-container {
    height: 100%;
    max-height: none;
    max-width: 70%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    top: 50%;
  }

  .video-embed {
    height: auto;
  }

  .center-links-container {
    flex-direction: column;
  }

  .splash-button {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .splash-button.mobile-only {
    display: block;
  }

  .links-wrapper {
    z-index: 2;
    background-color: #f1ebe0;
    margin-top: 30px;
    display: block;
  }

  .links-wrapper-inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .splash-social-list {
    position: static;
  }

  .splash-social-li {
    float: left;
  }

  .splash-social-link {
    padding-left: 9px;
    padding-right: 9px;
  }

  .enter-website-link {
    margin-bottom: 25px;
    font-size: 28px;
  }

  .menu-close-button {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/close-icon-white.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    top: 20px;
    bottom: auto;
    left: auto;
    right: 20px;
  }

  .main-menu-inner-wrapper {
    height: 100%;
    flex-direction: column-reverse;
    justify-content: center;
  }

  .hero-slide-link {
    background-image: url('../images/bt_hero_slide_mobile_1-min.jpg');
  }

  .hero-slide-link.crisisoffaith {
    background-image: url('../images/BT-venue-albumart-min-3.png');
  }

  .page-bg-dark {
    background-color: #131313;
  }

  .page-content {
    background-image: none;
    background-size: auto;
    background-attachment: scroll;
    padding-top: 100px;
  }

  .music-item-overlay-copy {
    font-size: 10vw;
  }

  .tour-support {
    margin-bottom: 5px;
  }

  .tour-splash-subtitle {
    font-size: 20px;
  }

  .nav-bar {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .nav-bar-wrapper {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .main-nav-container {
    z-index: 2;
    background-color: #161616;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .site-logo-img {
    display: block;
  }

  .cof-hero-copy {
    width: 87vw;
    bottom: 14%;
  }

  .video-item-type {
    font-size: 19px;
  }

  .utility-page-content {
    max-width: 350px;
  }

  .utility-copy, .utility-link {
    font-size: 16px;
  }

  .header-content {
    height: 100%;
    flex: 0 auto;
  }

  .div-block-3, .div-block-6 {
    width: 90%;
  }

  .div-block-7 {
    display: none;
    top: 10%;
  }

  .main-social-list-copy {
    margin-top: 25px;
    display: inline-block;
    position: static;
  }
}

@media screen and (max-width: 479px) {
  .top-bar {
    flex-flow: column wrap;
    padding: 12px 15px;
  }

  .top-bar-callout {
    letter-spacing: 0;
    font-size: 17px;
  }

  .top-bar-button {
    margin-top: 5px;
    margin-bottom: 0;
    padding: 6px 16px 5px;
  }


  .hero-section {
    background-size: 1250px;
  }

  .copyright-link-list {
    flex-flow: wrap;
    padding-left: 0;
  }

  .copyright-link-li {
    margin-bottom: 4px;
    margin-right: 0;
    padding-right: 7px;
  }

  .copyright-link-li.last-copyright-link-li {
    padding-right: 0;
  }

  .copyright-link {
    border-right-style: none;
    padding-right: 0;
  }

  .main-social-list {
    width: auto;
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    display: flex;
    top: auto;
    bottom: 30px;
    left: 50%;
  }

  .main-social-link {
    padding: 5px 7px;
    font-size: 20px;
    display: inline-block;
  }

  .main-social-link.fa-two {
    font-size: 20px;
  }

  .main-nav-link {
    font-size: 24px;
  }

  .hero-content-container {
    padding-top: 25vw;
    padding-bottom: 25vw;
  }

  .hero-content {
    width: 97%;
  }

  .artwork-image, .hero-callout-container {
    width: 100%;
  }

  .heading {
    font-size: 6.6vw;
  }

  .site-logo {
    width: 130px;
  }

  .section.newsletter-section {
    background-size: 1250px, 1250px, auto;
  }

  .section.video-section {
    background-size: cover;
    background-attachment: fixed;
  }

  .tour_date_wrap, .tour_location_wrap {
    width: 100%;
  }

  .tour_ticket_wrap {
    width: 110px;
    align-self: center;
  }

  .no-dates-copy {
    font-size: 16px;
  }

  .tour-venue {
    font-size: 18px;
  }

  .tour-button, .tour-button.vip {
    font-size: 14px;
  }

  .tour-date {
    margin-bottom: 5px;
    font-size: 17px;
  }

  .tour-city {
    font-size: 17px;
  }

  .tour_main_wrap {
    flex-direction: column;
  }

  .music-item-image-wrapper {
    width: 100%;
  }

  .music-block-title {
    font-size: 20px;
  }

  .music-item-type {
    font-size: 19px;
  }

  .section-button, .section-button.light-button, .section-button.show-all-dates {
    font-size: 18px;
  }

  .video-item-image-wrapper {
    width: 100%;
  }

  .video-item-overlay {
    background-size: 20%;
  }

  .video-item-title {
    font-size: 22px;
  }

  .main-signup-message.main-signup-success {
    font-size: 23px;
  }

  .main-signup-input::-ms-input-placeholder {
    font-size: 12px;
  }

  .main-signup-input::placeholder {
    font-size: 12px;
  }

  .signup-main-button {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .main-signup-title {
    font-size: 17px;
  }

  .mailing-list-container {
    width: auto;
    max-width: none;
    left: 15px;
    right: 15px;
  }

  .main-signup-input-container {
    flex-direction: column;
    align-items: center;
  }

  .mailing-list-subtitle {
    font-size: 16px;
  }

  .merch-inner-wrapper {
    margin-bottom: -25px;
  }

  .merch-item-title {
    margin-top: 20px;
    font-size: 19px;
  }

  .merch-item {
    margin-bottom: 25px;
    width: 100%;
  }

  .merch-item-button {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    display: block;
  }

  .merch-item-type {
    font-size: 17px;
  }

  .merch-button-container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    bottom: 20px;
    left: 0;
    right: 0;
    transform: none;
  }

  .merch-item-link {
    width: 100%;
    padding: 20px 10px 90px;
  }

  .video-container {
    max-width: 89%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .video-embed {
    height: auto;
    margin-top: 20vw;
  }

  .center-links-container {
    width: 90%;
  }

  .splash-button {
    max-width: none;
    font-size: 18px;
  }

  .links-wrapper {
    z-index: 2;
  }

  .links-wrapper-inner {
    justify-content: center;
    align-items: center;
  }

  .splash-social-list {
    width: auto;
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
    top: auto;
    bottom: 30px;
    left: 50%;
  }

  .loading-overlay {
    display: flex;
  }

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

  .copyright-link-2 {
    border-right-style: none;
    padding-right: 0;
  }

  .mailing-list-details-modal-title {
    font-size: 23px;
  }

  .hero-slide-nav {
    bottom: 13px;
  }

  .hero-bottom-texture {
    width: 1250px;
    max-width: none;
  }

  .page-content {
    padding-top: 70px;
  }

  .page-menu-inner-wrapper {
    justify-content: center;
  }

  .page-social-list {
    display: none;
  }

  .page-back-button-container {
    text-align: center;
  }

  .splash-enter-link {
    font-size: 17px;
  }

  .tour-splash-title-container {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .tour-splash-title {
    width: 100%;
    max-width: 290px;
  }

  .tour-splash-banner {
    margin-bottom: 35px;
  }

  .tour-support {
    margin-bottom: 7px;
    font-size: 16px;
  }

  .tour-support.main-tour-dates {
    font-size: 14px;
  }

  .tour-splash-main, .tour-splash-signup {
    background-size: 1250px;
  }

  .tour-splash-enter-link {
    font-size: 19px;
  }

  .tour-splash-subtitle {
    font-size: 18px;
  }

  .main-nav-container {
    display: none;
  }

  .custom-video-lightbox-close {
    top: 10px;
    right: 15px;
  }

  .utility-page-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .utility-title {
    font-size: 29px;
  }

  .utility-copy, .utility-link {
    font-size: 15px;
  }

  .hero-bottom-texture-copy, .hero-bottom-texture-splash {
    width: 1250px;
    max-width: none;
  }

  .image-2 {
    width: 150px;
  }

  .div-block-7 {
    justify-content: flex-start;
    display: none;
    top: 20%;
    left: 5%;
  }

  .main-social-list-copy {
    width: auto;
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    display: flex;
    top: auto;
    bottom: 30px;
    left: 50%;
  }
}


@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');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Highvoltage rough';
  src: url('../fonts/HighVoltage-Rough.woff2') format('woff2'), url('../fonts/HighVoltage-Rough.eot') format('embedded-opentype'), url('../fonts/HighVoltage-Rough.woff') format('woff'), url('../fonts/HighVoltage-Rough.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@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'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cfnightofterrormultilingual';
  src: url('../fonts/CFNightofTerrorMultilingual.eot') format('embedded-opentype'), url('../fonts/CFNightofTerrorMultilingual.woff') format('woff'), url('../fonts/CFNightofTerrorMultilingual.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lemonmilk';
  src: url('../fonts/LemonMilk.otf') format('opentype'), url('../fonts/LEMONMILK-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lemonmilk';
  src: url('../fonts/LEMONMILK-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lemonmilk';
  src: url('../fonts/LEMONMILK-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lemonmilk';
  src: url('../fonts/LEMONMILK-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}