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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

p {
  margin-bottom: 15px;
}

.hero-section {
  position: relative;
  margin-top: 52px;
  padding-top: 47.22%;
  background-color: grey;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.hero-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  -webkit-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}

.section {
  padding: 70px 15px;
  background-color: transparent;
}

.section.tour-section {
  background-image: url('../images/tour-bg-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section.texture-bg {
  background-color: transparent;
}

.section.about-bg {
  background-image: url('../images/about-bg-large-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section.section-style-one {
  background-color: #223139;
  background-image: url('../images/blue-bg-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section.section-style-two {
  background-color: transparent;
  background-image: url('../images/navy-bg-min.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-attachment: fixed;
}

.section.section-style-three {
  background-color: #c6c2b7;
}

.section.contact-section {
  background-color: #0d1319;
}

.body {
  background-color: #141313;
}

.container {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.container.wide-container {
  max-width: 1000px;
}

.container.narrow-width {
  max-width: 870px;
}

.title-container {
  margin-bottom: 20px;
  text-align: center;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 39px;
  line-height: 1;
}

.section-title {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'DM Serif Display', sans-serif;
  color: #c6c2b7;
  font-size: 50px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

.section-title.dark-title {
  color: #fff;
}

.music-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.music-image {
  display: block;
  margin-bottom: 24px;
}

.music-item-title {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 600;
  text-align: center;
}

.button-style {
  padding: 12px 45px;
  border: 2px none #223139;
  border-radius: 3px;
  background-color: #c6c2b7;
  -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  font-family: katarine-web, sans-serif;
  color: #223139;
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.button-style:hover {
  color: #fff;
}

.button-style.dark-button {
  background-color: #223139;
  color: #fff;
}

.button-style.dark-button:hover {
  color: #c6c2b7;
}

.music-content-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.music-content-wrapper {
  display: block;
  margin-right: -15px;
  margin-left: -15px;
}

.nav-bar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 20px;
  -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: #223139;
}

.home-link {
  display: block;
  width: 170px;
}

.home-link.w--current {
  width: 150px;
}

.nav-container {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0px;
  bottom: 0%;
  z-index: 5;
  display: block;
  width: 340px;
  padding-top: 90px;
  padding-right: 60px;
  padding-left: 60px;
  background-color: #223139;
  -webkit-transform: translate(340px, 0px);
  -ms-transform: translate(340px, 0px);
  transform: translate(340px, 0px);
  -webkit-transition: -webkit-transform 400ms linear;
  transition: -webkit-transform 400ms linear;
  transition: transform 400ms linear;
  transition: transform 400ms linear, -webkit-transform 400ms linear;
}

.nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3px;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  list-style-type: none;
}

.nav-li {
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 1;
}

.nav-link {
  display: inline-block;
  padding-bottom: 0px;
  border-bottom: 3px none transparent;
  -webkit-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
  font-family: 'DM Serif Display', sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
}

.nav-link:hover {
  border-bottom-color: #ca003d;
  opacity: 1;
  color: #c6c2b7;
}

.mobile-menu-button {
  display: none;
  width: 50px;
  height: 50px;
  background-color: transparent;
  background-image: url('../images/menu-icon-2.png');
  background-position: 50% 50%;
  background-size: contain;
}

.nav-mobile-close {
  position: absolute;
  top: 4px;
  right: 12px;
  display: block;
  width: 50px;
  height: 50px;
  background-color: transparent;
  background-image: url('../images/close-icon-white.png');
  background-position: 50% 50%;
  background-size: 36px;
  background-repeat: no-repeat;
}

.topsocial_wrap {
  position: fixed;
  top: 47%;
  right: 0px;
  bottom: auto;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-left: 0px;
  padding: 0px 20px 0px 0px;
  -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: transparent;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-family: Lato, sans-serif;
  color: #fbf7d7;
  font-size: 15px;
  line-height: 1vw;
  font-weight: 900;
  letter-spacing: 0.4vw;
}

.social-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  text-align: center;
  list-style-type: none;
}

.social-link {
  display: block;
  padding: 5px 4px;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
  font-family: 'Fa brands 400', sans-serif;
  color: #c6c2b7;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0vw;
  text-decoration: none;
}

.social-link:hover {
  opacity: 0.8;
}

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

.hero-scroll-button {
  position: relative;
  z-index: 2;
  width: 50px;
  height: 50px;
  margin-top: 37px;
  border-radius: 50%;
  background-color: #223139;
  background-image: url('../images/down-arrow-white.svg');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.section-button-container {
  margin-top: 25px;
  text-align: center;
}

.section-button-container.about-button-container {
  text-align: left;
}

.section-button-container.more-dates {
  display: none;
}

.video-lightbox {
  position: relative;
  display: none;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.featured-video-play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  display: none;
  width: 12%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video-title {
  margin-top: 25px;
  margin-bottom: 0px;
  font-family: katarine-web, sans-serif;
  color: #fff;
  font-size: 29px;
  line-height: 1.3;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0px;
}

.about-content-container {
  max-width: 930px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.about-title {
  max-width: 90%;
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 600;
}

.about-copy {
  font-family: katarine-web, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  text-align: left;
}

.photos-content-wrapper {
  margin-right: -10px;
  margin-left: -10px;
}

.photos-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.photos-item {
  position: relative;
  width: 25%;
  padding-right: 10px;
  padding-left: 10px;
}

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

.photo-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #080808;
  opacity: 0;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}

.photo-overlay:hover {
  opacity: 0.24;
}

.photo-image-wrapper {
  position: relative;
}

.contact-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-item {
  width: 33.33%;
  margin-bottom: 20px;
  text-align: center;
}

.contact-item.last-item {
  margin-bottom: 0px;
}

.contact-title {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: katarine-web, sans-serif;
  color: #fff;
  font-size: 23px;
  line-height: 1.3;
  font-weight: 600;
  text-transform: none;
}

.contact-copy {
  margin-bottom: 4px;
  font-family: aktiv-grotesk-extended;
  color: #eae8e8;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
}

.contact-link {
  -webkit-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
  font-family: katarine-web, sans-serif;
  color: #c6c2b7;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.contact-link:hover {
  color: #fff;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -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: #fff;
}

.footer-copyright {
  font-family: katarine-web, sans-serif;
  color: #223139;
  font-size: 10px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  text-transform: none;
}

.hero-scroll-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  max-height: 100vh;
}

.hero-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/kp-hero-oct13-min.jpg');
  background-position: 50% 0%;
  background-size: contain;
}

.title-container-2 {
  margin-bottom: 40px;
  text-align: center;
}

.section-title-2 {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Inconsolata, monospace;
  color: #1b1b1b;
  font-size: 29px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 5px;
  text-transform: uppercase;
}

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

.about-copy-2 {
  margin-bottom: 35px;
  font-family: Inconsolata, monospace;
  font-size: 17px;
  line-height: 1.3;
}

.overlay_scroller {
  overflow: scroll;
  height: 100%;
  padding: 70px 30px;
}

.overlay_close_img {
  width: 32px;
  height: auto;
  background-color: #080808;
}

.title-accent-right {
  position: absolute;
  top: 50%;
  right: -45px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  background-image: url('../images/noun-star-2_1noun-star-2.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.title-accent-left {
  position: absolute;
  left: -46px;
  top: 50%;
  width: 30px;
  height: 30px;
  background-color: transparent;
  background-image: url('../images/noun-star-2_1noun-star-2.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.about-content-wrapper-2 {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.title-wrapper {
  position: relative;
  display: inline-block;
}

.overlay_bio {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #080808;
  opacity: 1;
}

.overlay_close_icon {
  position: fixed;
  top: 10px;
  right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50px;
  height: 50px;
  -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;
  border-radius: 50%;
  background-color: transparent;
  background-image: url('../images/close-icon-white.png');
  background-position: 50% 50%;
  background-size: 39px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.html-embed {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.video-gif-wrapper {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: none;
  padding-top: 53.1%;
}

.custom-video-link-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.38);
  background-image: url('../images/play-offwhite.png');
  background-position: 50% 50%;
  background-size: 200px;
  background-repeat: no-repeat;
  opacity: 0.7;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}

.custom-video-link-overlay:hover {
  opacity: 1;
}

.video-gif-embed {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
}

.video-player-embed {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.music-content-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.album-cover-link {
  position: relative;
  width: 50%;
  max-width: 480px;
  text-decoration: none;
}

.image {
  width: auto;
}

.buy-link-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -41px;
  text-align: center;
}

.album-buy-link {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 3px;
  padding-bottom: 1px;
  border-bottom: 2px solid #fff;
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: none;
}

.iframe-embed {
  width: 50%;
  height: 480px;
  max-width: 480px;
  margin-right: 0px;
  margin-left: 48px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.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;
  font-family: Bangers;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  letter-spacing: 1px;
}

._404 {
  background-color: #141313;
}

._404-title {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'DM Serif Display', sans-serif;
  color: #fff;
  font-size: 39px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
}

._404-copy {
  font-family: katarine-web, sans-serif;
  color: #fff;
  font-size: 17px;
  letter-spacing: 0px;
}

._404-link {
  color: #fff;
}

.custom-video-link-thumbnail {
  display: block;
  width: 100%;
}

.video-slider {
  height: auto;
  background-color: transparent;
}

.video-slide {
  height: auto;
}

.video-slider-mask {
  height: auto;
}

.video-arrow {
  display: block;
}

.video-arrow.video-arrow-left {
  left: -100px;
  font-size: 38px;
  line-height: 1;
}

.video-arrow.video-arrow-right {
  right: -100px;
  font-size: 38px;
  line-height: 1;
}

.video-slider-nav {
  position: static;
  margin-top: 20px;
}

.copyright-link-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 9px;
  -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;
  line-height: 1.2;
  list-style-type: none;
}

.copyright-link-li {
  margin-right: 7px;
  padding-right: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  border-right: 1px none #fff;
  line-height: 0.8;
}

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

.copyright-link {
  display: inline-block;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 7px;
  border-right: 1px solid #223139;
  font-family: katarine-web, sans-serif;
  color: #223139;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 600;
  text-decoration: none;
  text-transform: none;
}

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

.menu-button {
  position: absolute;
  top: 50%;
  right: 25px;
  z-index: 11;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 35px;
  height: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  background-color: transparent;
  background-image: url('../images/menu-icon-beige.svg');
  background-position: 50% 50%;
  background-size: 27px;
  background-repeat: no-repeat;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  cursor: pointer;
}

.line {
  height: 2px;
  background-color: #eae8e8;
  color: #17170f;
}

.menu-overlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  display: none;
  background-color: rgba(0, 0, 0, 0.29);
  opacity: 1;
}

.social-list-desktop {
  position: absolute;
  left: 25px;
  top: 50%;
  margin-left: -4px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.hero-content {
  position: absolute;
  left: 50%;
  top: 61%;
  display: block;
  width: auto;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  text-align: center;
}

.hero-logo {
  display: block;
  width: 100%;
}

.hero-logo-wrapper {
  width: 36vw;
  margin-right: auto;
  margin-left: auto;
}

.hero-social-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.9vw;
  margin-bottom: 0px;
  padding-left: 0px;
  -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;
}

.hero-social-link {
  padding-right: 0.3vw;
  padding-left: 0.3vw;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
  font-family: 'Fa brands 400', sans-serif;
  color: #eae8e8;
  font-size: 1.4vw;
  text-decoration: none;
}

.hero-social-link:hover {
  opacity: 0.8;
}

.hero-callout {
  margin-top: 1vw;
  font-family: katarine-web, sans-serif;
  color: #fff;
  font-size: 1.6vw;
  line-height: 1.1;
  font-weight: 600;
  text-align: center;
  text-transform: none;
}

.hero-button {
  margin-top: 1.3vw;
  padding: 0.6vw 3vw;
  border: 2px solid #eae8e8;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease-in-out, color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out, color 300ms ease-in-out;
  font-family: aktiv-grotesk-extended;
  color: #eae8e8;
  font-size: 0.78vw;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-button:hover {
  background-color: #eae8e8;
  color: #141313;
}

.music-slider {
  height: auto;
  background-color: transparent;
}

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

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

.button {
  position: relative;
  z-index: 2;
  padding: 11px 24px;
  border: 1px solid #fff;
  border-radius: 3px;
  background-color: #070707;
  color: #f3f3f3;
  font-size: 18px;
  line-height: 100%;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

.button.section-button-style {
  padding: 12px 25px;
  border-width: 2px;
  border-color: #f3f3f3;
  border-radius: 3px;
  background-color: #f3f3f3;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #1b1b1b;
  font-size: 20px;
  letter-spacing: 0px;
}

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

.button.section-button-style.dark {
  border-color: #070707;
  background-color: #1b1b1b;
  color: #f3f3f3;
}

.button.section-button-style.dark:hover {
  background-color: transparent;
  color: #070707;
}

.button-wrapper {
  position: relative;
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 5px;
  margin-left: 5px;
}

.music-block-title {
  margin-top: 15px;
  font-family: katarine-web, sans-serif;
  color: #223139;
  font-size: 25px;
  line-height: 1.3;
  font-weight: 600;
}

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

.music-slider-arrow-right {
  right: -40px;
  display: none;
  width: 37px;
  height: 37px;
  padding-top: 0px;
  border: 2px solid #eae8e8;
  background-color: transparent;
  background-image: url('../images/right-arrow-white.svg');
  background-position: 55% 50%;
  background-size: 17px;
  background-repeat: no-repeat;
}

.music-slider-arrow-left {
  left: -40px;
  display: none;
  width: 37px;
  height: 37px;
  border: 2px solid #eae8e8;
  background-color: transparent;
  background-image: url('../images/left-arrow-white.svg');
  background-position: 46% 50%;
  background-size: 17px;
  background-repeat: no-repeat;
  color: #eae8e8;
}

.slide-nav {
  bottom: -55px;
  display: block;
}

.slide-nav.music-slide-nav {
  position: static;
  bottom: -42px;
  display: none;
  height: auto;
  margin-top: 20px;
}

.music-item-type {
  margin-top: 0px;
  margin-bottom: 4px;
  font-family: katarine-web, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
}

.mailing-list-title {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: aktiv-grotesk-extended;
  color: #eae8e8;
  font-size: 27px;
  line-height: 1;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.mailing-list-subtitle {
  margin-bottom: 15px;
  font-family: katarine-web, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
}

.newsletter-content {
  position: relative;
  max-width: 560px;
  margin-right: auto;
  margin-left: auto;
}

.signup-message {
  position: static;
  left: 50%;
  bottom: -30px;
  display: none;
  width: 100%;
  margin-top: 8px;
  font-family: aktiv-grotesk-extended;
  color: #eae8e8;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
}

.signup-message.error {
  display: block;
  color: #f56060;
}

.signup-message.main-signup-input-error {
  display: none;
  color: #f56060;
}

.signup-message.main-signup-terms-error {
  display: none;
  color: #f56060;
}

.signup-embed-code {
  display: block;
  max-width: none;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

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

.p_tour {
  margin-bottom: 0px;
  padding-right: 10px;
  font-family: katarine-web, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 600;
}

.p_tour.date {
  text-align: left;
}

.tour_location_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none hsla(0, 0%, 100%, 0.18);
}

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

.tour_main_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tour-button {
  padding: 11px 25px;
  border: 2px none #eae8e8;
  border-radius: 3px;
  background-color: #223139;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-family: katarine-web, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 100%;
  font-weight: 600;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: uppercase;
}

.tour-button:hover {
  color: #c6c2b7;
}

.tour_date_wrap {
  width: 30%;
}

.bandsintown {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tour_venue_wrap {
  width: 50%;
}

.no-tour-dates {
  font-family: aktiv-grotesk-extended;
  color: #eae8e8;
  font-size: 19px;
  line-height: 1.2;
  font-weight: 800;
  text-align: center;
}

.no-tour-dates.hide {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: katarine-web, sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}

.tour-code-embed {
  width: 100%;
}

.bio-image {
  display: block;
  width: 100%;
  max-width: 632px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
}

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

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

.main-signup-message.main-signup-success {
  display: block;
  font-family: katarine-web, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.mailing-list-details-dob-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mailing-list-details-modal-title {
  margin-top: 0px;
  font-family: 'DM Serif Display', sans-serif;
  color: #c6c2b7;
  font-size: 27px;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
}

.mailing-list-details-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 101;
  display: none;
  overflow: scroll;
  background-color: #232c33;
}

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

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

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

.mailing-list-details-form-label {
  font-family: katarine-web, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
}

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

.mailing-list-details-input {
  height: auto;
  border-radius: 0px;
  font-family: katarine-web, sans-serif;
  color: #223139;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
}

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

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

.mailing-list-details-modal-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  padding: 60px 15px;
  -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;
}

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

.mailing-list-details-button {
  padding: 14px 35px;
  border: 2px none #eae8e8;
  border-radius: 3px;
  background-color: #c6c2b7;
  -webkit-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
  font-family: katarine-web, sans-serif;
  color: #223139;
  font-size: 19px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
}

.mailing-list-details-button:hover {
  color: #fff;
}

.main-signup-input-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.main-signup-input {
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  border: 2px solid #fff;
  border-radius: 3px;
  background-color: #fff;
  font-family: katarine-web, sans-serif;
  color: #223139;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
}

.signup-main-button {
  width: 150px;
  margin-left: 10px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 15px;
  border: 2px none #eae8e8;
  border-radius: 3px;
  background-color: #c6c2b7;
  -webkit-transition: background-color 300ms ease-in-out, color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out, color 300ms ease-in-out;
  font-family: katarine-web, sans-serif;
  color: #223139;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.signup-main-button:hover {
  color: #fff;
}

.main-signup-terms-copy {
  font-family: katarine-web, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
}

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

.mailing-list-details-select {
  height: auto;
  border-radius: 0px;
  font-family: katarine-web, sans-serif;
  color: #223139;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
}

.hero-callout-link {
  color: #fff;
}

.songkick-icon-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.songkick-icon {
  width: 75px;
  margin-bottom: 3px;
}

.text-me-callout {
  display: block;
  margin-top: 25px;
  font-family: katarine-web, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 600;
}

.text-me-link {
  color: #fff;
}

.page-bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  background-image: url('../images/kelly_prescott_splash-bg-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.splash-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding: 70px 15px;
  -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;
}

.splash-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1140px;
}

.splash-artwork-container {
  width: 50%;
  border: 2px solid #fff;
}

.splash-copy-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-left: 48px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-transform: uppercase;
}

.splash-music-type {
  font-family: katarine-web, sans-serif;
  color: #c35821;
  font-size: 35px;
  line-height: 1.2;
  font-weight: 600;
}

.splash-title {
  margin-top: 9px;
  margin-bottom: 20px;
  font-family: katarine-web, sans-serif;
  color: #fff;
  font-size: 67px;
  line-height: 0.9;
  font-weight: 600;
}

.splash-button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.splash-button {
  margin-right: 8px;
  padding: 17px 30px;
  border: 2px none #c35821;
  background-color: #c35821;
  -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  font-family: katarine-web, sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
}

.splash-button:hover {
  background-color: #fff;
  color: #c35821;
}

.lineup {
  margin-top: 5px;
  font-family: katarine-web, sans-serif;
  color: #c6c2b7;
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
}

.custom-video-link {
  position: relative;
  display: block;
  width: 100%;
}

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

.custom-video-lightbox-inner {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100%;
  padding-top: 75px;
  padding-bottom: 75px;
  -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: rgba(0, 0, 0, 0.85);
}

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

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

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

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

html.w-mod-js *[data-ix="social-slideup-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="social-slideup-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="social-slideup-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="social-slideup-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="hero-scroll-animation"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

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

@media screen and (max-width: 991px) {
  .section {
    padding: 70px 30px;
  }

  .section.tour-section {
    background-position: 58% 50%;
  }

  .section.about-bg {
    background-image: url('../images/about-mobile-bg-min.jpg');
    background-position: 50% 21%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

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

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

  .nav-bar {
    padding-right: 15px;
    padding-left: 15px;
  }

  .home-link.w--current {
    width: 110px;
  }

  .nav-container {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .nav-list {
    height: auto;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .nav-li {
    margin-left: 0px;
  }

  .nav-link {
    padding-bottom: 0px;
    border-bottom-style: none;
  }

  .mobile-menu-button {
    display: block;
  }

  .nav-mobile-close {
    position: absolute;
    left: auto;
    top: 5px;
    right: 12px;
    bottom: auto;
    display: block;
    background-color: transparent;
    background-image: url('../images/close-icon-white.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .topsocial_wrap {
    position: absolute;
    left: auto;
    bottom: auto;
    z-index: 1;
    display: none;
    margin-left: 0vw;
    line-height: 2vw;
    letter-spacing: 0.4vw;
  }

  .social-list {
    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;
  }

  .mobile-social-list {
    margin-top: 35px;
  }

  .nav-inner-wrapper {
    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: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .hero-scroll-button {
    margin-top: 3%;
  }

  .hero-scroll-button.w--current {
    margin-top: 5%;
  }

  .section-button-container {
    margin-top: 30px;
  }

  .featured-video-play-icon {
    width: 15%;
  }

  .video-title {
    font-size: 25px;
  }

  .about-content-container {
    max-width: 632px;
  }

  .about-title {
    font-size: 20px;
  }

  .about-copy {
    font-size: 17px;
  }

  .contact-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contact-item {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-title-2 {
    font-size: 27px;
  }

  .overlay_scroller {
    padding-top: 70px;
  }

  .title-accent-right {
    width: 26px;
    height: 26px;
  }

  .title-accent-left {
    width: 26px;
    height: 26px;
  }

  .album-cover-link {
    max-width: 360px;
  }

  .image {
    display: block;
  }

  .album-buy-link {
    font-size: 17px;
  }

  .iframe-embed {
    height: 360px;
    margin-left: 24px;
  }

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

  .hero-content {
    top: 56%;
  }

  .hero-logo-wrapper {
    width: 37vw;
  }

  .hero-social-link {
    padding-right: 0.5vw;
    padding-left: 0.5vw;
    font-size: 1.8vw;
  }

  .hero-callout {
    margin-top: 1.2vw;
    font-size: 2.3vw;
  }

  .hero-button {
    padding: 1vw 4vw;
    font-size: 0.9vw;
  }

  .music-slide {
    width: 50%;
    padding-bottom: 15px;
  }

  .music-slider-arrow-right {
    right: 15px;
    display: none;
  }

  .music-slider-arrow-left {
    left: 15px;
    display: none;
  }

  .slide-nav.music-slide-nav {
    display: block;
  }

  .mailing-list-title {
    font-size: 25px;
  }

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

  .tour-button {
    padding-right: 18px;
    padding-left: 18px;
  }

  .no-tour-dates.hide {
    font-size: 22px;
  }

  .splash-content {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .splash-artwork-container {
    width: 47%;
  }

  .splash-copy-container {
    width: 50%;
    padding-left: 0px;
  }

  .splash-music-type {
    font-size: 4.3vw;
  }

  .splash-title {
    font-size: 6vw;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    padding-top: 80%;
  }

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

  .section.about-bg {
    background-position: 50% 13%;
  }

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

  .music-item-title {
    font-size: 17px;
  }

  .button-style {
    line-height: 1;
  }

  .nav-bar {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .topsocial_wrap {
    left: 50%;
    bottom: 9.5vw;
    display: none;
    margin-left: 0vw;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    text-align: center;
  }

  .social-list {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .mobile-social-list {
    display: block;
    margin-top: 25px;
  }

  .section-button-container.about-button-container {
    text-align: center;
  }

  .featured-video-play-icon {
    width: 20%;
  }

  .video-title {
    margin-top: 20px;
    font-size: 22px;
  }

  .about-content-container {
    width: 100%;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .about-title {
    max-width: none;
    font-size: 18px;
  }

  .about-copy {
    font-size: 16px;
  }

  .photos-item {
    width: 50%;
    margin-bottom: 20px;
  }

  .hero-background {
    background-position: 43% 50%;
    background-size: cover;
  }

  .title-container-2 {
    margin-bottom: 30px;
  }

  .section-title-2 {
    font-size: 25px;
  }

  .about-copy-2 {
    margin-bottom: 25px;
  }

  .custom-video-link-overlay {
    background-size: 160px;
  }

  .music-content-wrapper-2 {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .album-cover-link {
    width: 100%;
    max-width: none;
    margin-bottom: 48px;
  }

  .buy-link-wrapper {
    position: static;
  }

  .album-buy-link {
    margin-top: 20px;
  }

  .iframe-embed {
    width: 100%;
    max-width: none;
    margin-left: 0px;
  }

  .video-slider-nav {
    margin-top: 15px;
  }

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

  .hero-logo-wrapper {
    width: 65vw;
  }

  .hero-callout {
    margin-top: 2vw;
    font-size: 3.4vw;
  }

  .mask-2 {
    overflow: hidden;
  }

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

  .music-slide {
    width: 100%;
    padding-bottom: 15px;
  }

  .music-slider-arrow-right {
    display: none;
  }

  .music-slider-arrow-left {
    display: none;
  }

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

  .p_tour {
    text-align: left;
  }

  .p_tour.date {
    text-align: left;
  }

  .tour_location_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tour_main_wrap {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .tour_date_wrap {
    width: 40%;
  }

  .tour_venue_wrap {
    width: 100%;
  }

  .no-tour-dates {
    font-size: 18px;
  }

  .no-tour-dates.hide {
    font-size: 21px;
  }

  .splash-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .splash-content {
    max-width: 80%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .splash-artwork-container {
    width: 100%;
  }

  .splash-copy-container {
    width: 100%;
    margin-top: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .splash-music-type {
    font-size: 6vw;
    text-align: center;
  }

  .splash-title {
    font-size: 8.5vw;
    text-align: center;
  }

  .splash-button-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .splash-button {
    margin-right: 5px;
    margin-left: 5px;
  }

  .lineup {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    padding-top: 150%;
  }

  .section {
    padding-right: 15px;
    padding-left: 15px;
  }

  .section.tour-section {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-attachment: scroll;
  }

  .section.about-bg {
    background-image: url('../images/about-mobile-bg-2-min.jpg');
    background-position: 38% 50%;
  }

  .title-container {
    margin-bottom: 20px;
  }

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

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

  .nav-container {
    width: 100%;
  }

  .nav-li {
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .social-link {
    font-size: 19px;
  }

  .mobile-social-list {
    margin-top: 20px;
  }

  .hero-scroll-button {
    margin-top: 3.5%;
  }

  .section-button-container {
    margin-top: 20px;
  }

  .featured-video-play-icon {
    width: 29%;
  }

  .video-title {
    font-size: 17px;
  }

  .about-title {
    font-size: 17px;
  }

  .about-copy {
    text-align: left;
  }

  .hero-background {
    background-image: url('../images/kp-mobile-hero-min.jpg');
  }

  .section-title-2 {
    font-size: 25px;
  }

  .overlay_scroller {
    padding-right: 14px;
    padding-left: 14px;
  }

  .title-accent-right {
    right: -38px;
    width: 24px;
    height: 24px;
  }

  .title-accent-left {
    left: -41px;
    width: 24px;
    height: 24px;
  }

  .overlay_close_icon {
    background-color: rgba(0, 0, 0, 0.77);
  }

  .custom-video-link-overlay {
    background-size: 130px;
  }

  .music-content-wrapper-2 {
    max-width: none;
  }

  .album-cover-link {
    margin-bottom: 30px;
  }

  ._404-title {
    font-size: 31px;
  }

  ._404-copy {
    font-size: 16px;
  }

  .video-slider-nav {
    margin-top: 10px;
  }

  .copyright-link-list {
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

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

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

  .menu-button {
    right: 20px;
  }

  .hero-content {
    left: 50%;
    top: auto;
    right: auto;
    bottom: 11%;
    width: 100%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }

  .hero-logo-wrapper {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

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

  .hero-callout {
    margin-top: 3%;
    font-size: 4.9vw;
    line-height: 1.1;
  }

  .hero-button {
    margin-top: 0px;
    padding: 10px 50px;
    font-size: 14px;
  }

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

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

  .music-slide {
    width: 100%;
    padding-bottom: 0px;
  }

  .slide-nav.music-slide-nav {
    margin-top: 15px;
  }

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

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

  .p_tour {
    margin-bottom: 2px;
    padding-right: 0px;
    font-size: 16px;
  }

  .p_tour.date {
    margin-bottom: 5px;
  }

  .tour_location_wrap {
    width: 100%;
  }

  .tour_main_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .tour_date_wrap {
    width: 100%;
    margin-bottom: 5px;
  }

  .no-tour-dates {
    font-size: 17px;
  }

  .no-tour-dates.hide {
    font-size: 17px;
  }

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

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

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

  .mailing-list-details-form-label {
    font-size: 15px;
  }

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

  .main-signup-input-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main-signup-input {
    margin-bottom: 15px;
  }

  .signup-main-button {
    margin-left: 0px;
  }

  .main-signup-terms-container {
    margin-top: 10px;
  }

  .text-me-callout {
    font-size: 16px;
  }

  .splash-container {
    min-height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .splash-content {
    max-width: 95%;
  }

  .splash-copy-container {
    margin-top: 35px;
  }

  .splash-title {
    margin-top: 4px;
    margin-bottom: 30px;
    font-size: 10vw;
  }

  .splash-button-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .splash-button {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    text-align: center;
  }

  .lineup {
    margin-bottom: 10px;
  }

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

@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.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: '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-display: swap;
}