<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">p {
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 24px;
}

a {
  color: #c78f00;
  font-weight: 600;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  text-align: left;
}

li {
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 21px;
}

em {
  font-style: italic;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #c93125;
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
}

.test {
  width: 100%;
  height: 400px;
  background-color: #5c93b8;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1px;
  padding: 5% 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.subscribers {
  border-top: 1px solid #383838;
  background-color: #000;
}

.section.dark_bg {
  background-color: rgba(0, 0, 0, 0.75);
}

.section.tour {
  background-color: #f5f5f5;
}

.section.grey {
  background-color: #1f1f1f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/bt_bg2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/bt_bg2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.historical {
  background-color: #fff;
  color: #000;
}

.section.afraid {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.28)), to(rgba(0, 0, 0, 0.28)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.28));
}

.section.videos {
  padding-top: 0px;
  background-color: #fff;
}

.section.section_grey {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
}

.section.section_grey.press-section {
  background-color: #fff;
}

.section.section_grey.mixtape-hide {
  display: none;
}

.section.section_black {
  padding-bottom: 80px;
  padding-left: 0px;
  background-color: #fff;
}

.section.section_biography {
  display: block;
  padding-bottom: 80px;
  background-color: #f5f5f5;
}

.section.section_solve {
  background-color: #f3f3f3;
}

.section.press {
  padding-bottom: 3%;
  background-color: #fff;
}

.container {
  display: block;
  width: 100%;
  max-width: 1440px;
  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;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.container.narrow {
  width: 100%;
  max-width: 1000px;
}

.hero {
  position: relative;
  width: 100%;
  padding-top: 45.01%;
  -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;
  background-image: url('../images/hero-collage-v2-min.jpg');
  background-position: 50% 0px;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.logo {
  width: 35%;
  margin-bottom: 26px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.body {
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 300;
}

.playlist {
  width: 100%;
  height: 430px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.players_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.videos_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.video {
  width: 100%;
  height: 100%;
}

.video_wrap {
  width: 48%;
}

.playlist_wrap {
  width: 48%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.regular_text {
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 140%;
}

.h3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 44px;
  line-height: 100%;
  font-weight: 800;
}

.h3.pad_bottom {
  margin-bottom: 21px;
  color: #ed3d30;
}

.h3.pad_bottom.black {
  font-family: 'Open Sans', sans-serif;
  color: #c93125;
}

.h3.h3_white {
  color: #fff;
}

.heading_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.heading_wrap.tour {
  margin-bottom: 10px;
  padding-top: 61px;
}

.heading_wrap.heading_sts_mobile {
  display: none;
}

.heading_wrap.hide_desktop {
  display: none;
}

.heading_wrap.hide_mobile {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.h1 {
  padding-bottom: 23px;
  font-family: Oswald, sans-serif;
  color: #ff6e41;
  font-size: 36px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.quotes_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.quote_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31%;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  text-decoration: none;
}

.quote_text {
  padding-bottom: 6px;
}

.h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.h4.topbar {
  color: #fff;
  font-size: 13px;
  line-height: 100%;
}

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

.social_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Fontawesome, sans-serif;
  font-size: 24px;
}

.social_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 14px;
  padding-left: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 0.8;
  -webkit-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
  color: #000;
  text-decoration: none;
}

.social_link:hover {
  opacity: 1;
}

.social_text {
  padding-left: 7px;
}

.dust_wrap {
  z-index: 2;
  width: 100%;
  height: 500px;
}

.photos_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.thumb_wrap {
  width: 32%;
  margin-bottom: 19px;
}

.website {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.website:hover {
  color: #ff6e41;
}

.website_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 22px;
  -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;
}

.hide {
  min-height: 50px;
}

.video_text_wrap {
  padding-top: 9px;
}

.top_bar {
  position: fixed;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.26);
  background-color: rgba(0, 0, 0, 0.85);
}

.logo_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 77px;
  -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;
}

.w {
  height: 27px;
  margin-right: 7px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.onesheet {
  padding-left: 1px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.site_addy_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 23px;
  -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;
  background-color: #2c2c2c;
}

.go-to {
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, 0.73);
  font-size: 13px;
  line-height: 100%;
  font-weight: 400;
  text-transform: uppercase;
}

.navbar_link_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.songkick {
  width: 100%;
}

.hero_logo {
  position: absolute;
  left: 0px;
  bottom: 0px;
  font-size: 63px;
  line-height: 100%;
  font-weight: 800;
  text-transform: uppercase;
}

.album_wrap {
  width: 45%;
}

.cover {
  width: auto;
  height: 380px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
}

.stat_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 52%;
  -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;
}

.stat_wrap.historical {
  width: 48%;
}

.stat_wrap.tour {
  width: 80%;
  margin-bottom: 37px;
}

.li {
  margin-bottom: 18px;
  line-height: 24px;
}

.aoh_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ul {
  padding-left: 20px;
}

.historical_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.social_section {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #ececec;
}

.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_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  padding-right: 50px;
  padding-left: 50px;
  -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-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;
}

.tour_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  padding-bottom: 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
}

.tour_main_wrap {
  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;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 15px;
}

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

.button {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.52);
  border-radius: 3px;
  background-color: #d6a528;
  font-size: 12px;
  line-height: 100%;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tour_date_wrap {
  width: 30%;
}

.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_venue_wrap {
  width: 50%;
}

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

.p_tour {
  padding-right: 10px;
  font-size: 15px;
  font-weight: 600;
}

.band_photo {
  width: 50%;
}

.video_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.video_thumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  -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;
  text-decoration: none;
}

.half_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.half_wrap.left {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.onesheet_logo_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 21px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.video_title {
  width: 100%;
  margin-bottom: 0px;
  color: #000;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.post {
  position: relative;
  width: 33.33%;
  margin-bottom: 55px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-decoration: none;
}

.post.video_large {
  width: 50%;
}

.post.post_sts {
  width: 45%;
}

.post.video {
  width: 33.33%;
  margin-bottom: 33px;
}

.newsvideos_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.post_thumb {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
}

.post_text {
  color: #4e4e4e;
  font-size: 14px;
  line-height: 20px;
}

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

.text_wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.radio_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 50px;
  padding-left: 50px;
  -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;
}

.p_radio {
  font-size: 15px;
  text-align: center;
}

.p_radio.small_pad {
  margin-bottom: 7px;
}

.h_radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 7px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #000;
  font-weight: 800;
  text-align: center;
}

.radio_post {
  width: 40%;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.logo_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 5%;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(46%, transparent), to(rgba(0, 0, 0, 0.6)));
  background-image: linear-gradient(90deg, transparent 46%, rgba(0, 0, 0, 0.6));
}

.plug_box {
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-decoration: none;
}

.plug_text_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-bottom: 38px;
  padding-right: 20px;
  padding-left: 20px;
  -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;
}

.augusta {
  width: 300px;
  margin-top: 5px;
  margin-bottom: 21px;
}

.red_button {
  display: inline-block;
  margin-top: 38px;
  padding: 13px 19px 12px;
  border-radius: 3px;
  background-color: #0168ad;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 100%;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.red_button:hover {
  background-color: #0c78c1;
}

.red_button.overlay_button {
  background-color: #d6a528;
}

.red_button.overlay_button.overlay_open {
  margin-top: 20px;
  background-color: #0168ad;
}

.red_button.overlay_button.overlay_open:hover {
  background-color: #0c78c1;
}

.red_button.overlay_button.overlay_open.old-bio-button-hide {
  display: none;
}

.spacer {
  line-height: 15px;
}

.video_small_heading {
  font-size: 13px;
  line-height: 100%;
  font-weight: 800;
}

.tour_dates_heading {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 700;
}

.tour_text_box {
  width: 100%;
  padding-right: 20px;
  text-align: left;
}

.tour_photos_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.lightbox_link {
  width: 20%;
  padding: 2px;
}

.lightbox_thumb {
  width: 100%;
}

.video_link {
  width: 33%;
}

.post_type {
  position: absolute;
  left: 5px;
  top: 10px;
  width: auto;
  padding: 4px 10px;
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #c93125;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: #0168ad;
  color: #fff;
  font-size: 12px;
  line-height: 100%;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.post_type.news {
  position: static;
  margin-top: 8px;
  border-bottom-style: none;
  background-color: #bbb;
}

.triangle {
  position: absolute;
  left: 8px;
  top: 26px;
  width: 10px;
  height: 10px;
  background-color: #0168ad;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.list_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 900px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.icon_post {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  margin-bottom: 44px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
}

.icon_thumb {
  width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.bold_text {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #000;
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  text-align: left;
  text-decoration: none;
}

.bold_text.vid {
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: #0168ad;
  color: #fff;
  text-align: center;
}

.icon_post_meta {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.biography_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

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

.overlay_text {
  width: 100%;
  text-align: left;
}

.overlay_text.bio_text {
  display: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.overlay_text.preview {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.biography_photo {
  width: 75%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.wide_container {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.photo_box {
  position: relative;
  overflow: hidden;
  width: 40%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.contact_section {
  padding-top: 50px;
  padding-bottom: 17px;
  background-color: #000;
  color: #fff;
}

.contact_post {
  width: 33.33%;
  margin-bottom: 36px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 15px;
  text-align: left;
}

.contact_heading {
  margin-bottom: 3px;
  font-weight: 700;
}

.contact_text {
  color: #a2a2a2;
}

.contact_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 6%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.contact_email {
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}

.music_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.soundcloud_embed {
  height: 380px;
  padding-left: 14px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.music_text {
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  line-height: 100%;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hero_plug {
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  color: #c93125;
  font-size: 17px;
  line-height: 19px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.navbar_link {
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.desktopnav_section {
  position: relative;
  display: none;
  width: 200px;
  height: 100%;
  padding-right: 23px;
  padding-bottom: 50px;
  padding-left: 16px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-left: 1px solid #c93125;
  background-color: #fff;
}

.nav_link_box {
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.slidenav_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 13px;
  padding-bottom: 13px;
  padding-left: 6px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom: 1px solid #2c2c2c;
  border-left: 4px solid transparent;
  -webkit-transition: border-color 200ms cubic-bezier(.25, .46, .45, .94);
  transition: border-color 200ms cubic-bezier(.25, .46, .45, .94);
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 100%;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.slidenav_link.w--current {
  padding-top: 7px;
  border-left: 4px solid #006aaf;
}

.slidenav_link.history-link-hide {
  display: none;
}

.main {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.main_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.side_line {
  position: absolute;
  left: 2px;
  top: 0px;
  width: 1px;
  height: 100%;
  background-color: #000;
}

.artist_title {
  font-size: 22px;
}

.close_icon {
  position: fixed;
  top: 11px;
  right: 18px;
  width: 26px;
  cursor: pointer;
}

.menu_open {
  position: fixed;
  top: 19px;
  right: 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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: #0168ad;
  cursor: pointer;
}

.menuicon {
  width: 30px;
}

.menuicon.menuicon_close {
  width: 21px;
}

.mobilenav_darken {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(83%, transparent), to(rgba(0, 0, 0, 0.12)));
  background-image: linear-gradient(90deg, transparent 83%, rgba(0, 0, 0, 0.12));
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

.slidenav_inner {
  position: relative;
  height: 100%;
}

.code {
  width: 100%;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.mobilenav_section {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 100%;
  padding-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #000;
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
  color: #fff;
}

.overlay_text_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding-left: 21px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.overlay_text_box.overlay_text_box_sts {
  width: 50%;
  padding-right: 30px;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.overlay_text_box.biography {
  width: 100%;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

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

.overlay_bio.overlay {
  display: none;
  padding-right: 15px;
  padding-left: 15px;
}

.overlay_close_icon {
  position: fixed;
  top: 21px;
  right: 27px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -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: hsla(0, 0%, 51.4%, 0.16);
  cursor: pointer;
}

.biography_photo_mobile {
  display: block;
  width: 100%;
}

.overlay_photo_box {
  position: relative;
  overflow: hidden;
  width: 40%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.overlay_inner {
  overflow: scroll;
  height: 100%;
  padding-top: 5%;
  padding-bottom: 5%;
}

.overlay_inner.history-subtitle {
  text-align: center;
}

.overlay_close_img {
  width: 24px;
  height: 24px;
}

.menu_close {
  position: absolute;
  top: 5px;
  right: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -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;
  cursor: pointer;
}

.p {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: left;
}

.sts_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sts_text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.overlay_sts {
  position: fixed;
  left: 0px;
  top: 0px;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.p_title {
  margin-bottom: 7px;
  font-size: 18px;
  font-weight: 700;
}

.p_title.manifesto {
  margin-top: 22px;
}

.news_divider {
  width: 100%;
  height: 1px;
}

.ol {
  width: 100%;
}

.tour_img {
  width: 100%;
  margin-bottom: 7px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: inset 4px 4px 18px 1px rgba(0, 0, 0, 0.13);
}

.tour_plug {
  display: none;
  width: 100%;
  max-width: 800px;
  margin-bottom: 46px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 32px;
  line-height: 30px;
  font-weight: 600;
}

.press_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.video_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.admat_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.tour_box {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.hero_inner {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.accolade {
  width: 33.33%;
  margin-bottom: 26px;
  padding-right: 6%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 15px;
  line-height: 21px;
  font-weight: 600;
}

.accolade_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 11%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.win {
  color: #646464;
  font-size: 15px;
  line-height: 18px;
  font-style: italic;
  font-weight: 300;
}

.slider {
  width: 100%;
  padding-top: 43%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
}

.slider_mask {
  position: absolute;
  left: 0px;
  top: 0px;
}

.video_lightbox {
  width: 100%;
  height: 100%;
}

.video_img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}

.video_play {
  position: relative;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/video_overlay.png');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.play {
  position: absolute;
  left: 0px;
  top: 22px;
  right: 0px;
  bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 0.4;
  font-family: Fontawesome, sans-serif;
  color: hsla(0, 0%, 100%, 0.85);
  font-size: 73px;
  line-height: 100%;
}

.play:hover {
  color: #fff;
}

.video_heading {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 15px;
  background-color: rgba(0, 0, 0, 0.66);
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.slide {
  width: 100%;
  height: 100%;
}

.lightbox_inner {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.arrow {
  z-index: 1;
}

.tour_sub {
  font-size: 22px;
  font-weight: 300;
}

.photo_fade {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-image: none;
}

.bio_photo_mobile {
  position: relative;
  display: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.video_item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #000;
}

.video_item_thumbnail {
  padding-right: 5px;
  padding-left: 5px;
}

.video_item_title {
  font-size: 14px;
  font-weight: 600;
}

.video-separator {
  width: 100%;
  height: 60px;
}

.tabs {
  width: 100%;
}

.tab-link.w--current {
  float: left;
}

.tab-link-2 {
  float: left;
}

.track-listing-wrapper {
  width: 50%;
  margin-top: 0px;
  float: none;
}

.side-title {
  color: #0168ad;
  font-size: 29px;
}

.track-title {
  font-size: 19px;
}

.list-item {
  margin-bottom: 16px;
}

.track-list-item {
  margin-bottom: 15px;
}

.unordered-list {
  margin-top: 24px;
  padding-left: 0px;
  text-align: left;
}

.album-spotify-link {
  display: inline-block;
  margin-top: 38px;
  padding: 7px 15px;
  border-radius: 35px;
  background-color: #cdd1d0;
  color: #0168ad;
  font-size: 16px;
  text-transform: uppercase;
}

.unordered-list-2 {
  margin-bottom: 0px;
  padding-left: 0px;
}

.link {
  color: #0168ad;
}

.link-2 {
  color: #0168ad;
}

.copyright-text {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.mixtape-image {
  max-width: 990px;
  margin-top: 24px;
  margin-bottom: 35px;
}

.mixtape-link {
  color: #0168ad;
  text-decoration: underline;
}

.mixtape-link:hover {
  color: #0c78c1;
}

.mixtape-copy {
  max-width: 600px;
  margin-right: auto;
  margin-bottom: 48px;
  margin-left: auto;
  font-size: 19px;
}

.mixtape-image-link {
  margin-top: 0px;
  margin-bottom: 48px;
}

.mixtape-image-link.last-child {
  margin-bottom: 0px;
}

.image {
  display: block;
  width: 100%;
  max-width: 800px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.link-3 {
  color: #0168ad;
}

.album-side-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1190px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  -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;
}

.album-side-container.b-side-container {
  margin-top: 60px;
}

.album-art-image {
  position: relative;
  width: 50%;
  float: none;
  text-align: left;
}

.album {
  position: relative;
  display: block;
  width: 75%;
}

.link-4 {
  color: #0168ad;
}

.press-track-title {
  font-style: italic;
  font-weight: 400;
}

.press-track-list {
  width: 100%;
  margin-left: 15px;
  padding-left: 0px;
  text-align: left;
}

.list-item-2 {
  margin-bottom: 5px;
}

.press-list-item {
  margin-bottom: 1px;
}

.press-title {
  width: auto;
  max-width: 0%;
  margin-right: 0px;
  padding-right: 0px;
  font-size: 19px;
}

.press-title-item {
  max-width: 80%;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  text-align: center;
}

.list-item-4 {
  text-align: center;
}

.new-history-wrapper {
  display: block;
  width: 100%;
  text-align: left;
}

.heading {
  width: 100%;
}

.history-subtitle {
  margin-bottom: 30px;
  text-align: center;
}

.history-paragraph {
  width: 100%;
  text-align: left;
}

.copyright-link-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 10px;
  -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 #000;
  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 #fff;
  color: #fff;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 500;
  text-decoration: none;
  text-transform: none;
}

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

html.w-mod-js *[data-ix="logo-fade-in"] {
  opacity: 0;
  -webkit-transform: translate(40px, 0px);
  -ms-transform: translate(40px, 0px);
  transform: translate(40px, 0px);
}

html.w-mod-js *[data-ix="fade-up"] {
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

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

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

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

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

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

  .section.dark_bg.videos {
    padding-bottom: 20px;
  }

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

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

  .hero {
    padding-top: 45.01%;
    background-position: 50% 0px;
    background-size: contain;
  }

  .logo {
    left: 40px;
    bottom: 39px;
    width: 41%;
  }

  .videos_flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .video_wrap {
    width: 100%;
    padding-bottom: 60px;
  }

  .h3 {
    font-size: 40px;
  }

  .heading_wrap {
    margin-bottom: 48px;
  }

  .heading_wrap.heading_sts_desktop {
    display: none;
  }

  .heading_wrap.heading_sts_mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .heading_wrap.hide_desktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .heading_wrap.hide_mobile {
    display: none;
  }

  .quote_wrap {
    width: 48%;
  }

  .h4 {
    font-size: 11px;
  }

  .social_link {
    padding-right: 10px;
    padding-left: 10px;
  }

  .cover {
    height: 300px;
  }

  .stat_wrap.tour {
    width: 100%;
  }

  .video_thumb {
    width: 80%;
    margin-bottom: 30px;
  }

  .post {
    width: 50%;
  }

  .post.post_sts {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .post.video {
    width: 50%;
  }

  .h_radio {
    height: 60px;
  }

  .tour_photos_box {
    padding-left: 0px;
  }

  .icon_post {
    width: 50%;
    padding-left: 5px;
  }

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

  .overlay_text {
    width: 100%;
    padding-right: 0px;
  }

  .photo_box {
    display: none;
    overflow: hidden;
    width: 100%;
    height: 600px;
    margin-bottom: 16px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .contact_post {
    width: 50%;
  }

  .music_box {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .soundcloud_embed {
    width: 50%;
    height: 300px;
    margin-bottom: 33px;
    padding-left: 12px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .desktopnav_section {
    position: fixed;
    top: 0px;
    right: 0px;
    display: none;
    height: 100%;
  }

  .close_icon {
    position: absolute;
    top: 15px;
    right: 21px;
    display: block;
  }

  .overlay_text_box {
    width: 100%;
    padding-left: 0px;
  }

  .overlay_text_box.overlay_text_box_sts {
    width: 100%;
    padding-right: 0px;
  }

  .overlay_text_box.biography {
    width: 100%;
  }

  .biography_photo_mobile {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .overlay_photo_box {
    width: 100%;
    margin-bottom: 19px;
  }

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

  .sts_text {
    width: 100%;
    margin-bottom: 43px;
  }

  .accolade_box {
    padding-left: 9%;
  }

  .bio_photo_mobile {
    display: block;
    width: 80%;
    margin-bottom: 48px;
  }

  .video_item {
    width: 50%;
  }

  .track-listing-wrapper {
    width: 100%;
    margin-top: 48px;
  }

  .track-title {
    font-size: 18px;
  }

  .mixtape-copy {
    font-size: 18px;
  }

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

  .album-art-image {
    width: 100%;
    text-align: center;
  }

  .album {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }

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

  .press-title-item {
    max-width: 90%;
  }

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

@media screen and (max-width: 767px) {
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.subscribers {
    padding-right: 30px;
    padding-left: 30px;
  }

  .section.dark_bg.videos {
    padding-bottom: 0px;
  }

  .section.playlists {
    padding-bottom: 0px;
  }

  .section.historical {
    padding-right: 30px;
    padding-left: 30px;
  }

  .section.afraid {
    padding-right: 30px;
    padding-left: 30px;
  }

  .section.videos {
    padding-right: 30px;
    padding-left: 30px;
  }

  .hero {
    padding-top: 90.01%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
  }

  .logo {
    width: 41%;
  }

  .playlist_wrap {
    width: 100%;
    padding-bottom: 63px;
  }

  .h3 {
    font-size: 34px;
  }

  .h3.pad_bottom {
    margin-bottom: 12px;
    font-size: 22px;
  }

  .socials_flex {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .social_link {
    width: auto;
    padding-bottom: 19px;
  }

  .social_link.left {
    width: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .logo_wrap {
    padding-bottom: 40px;
  }

  .go-to {
    font-size: 11px;
  }

  .album_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 38px;
    -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;
  }

  .cover {
    width: 100%;
    height: auto;
  }

  .stat_wrap {
    width: 100%;
  }

  .stat_wrap.historical {
    width: 100%;
  }

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

  .historical_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .social_section {
    padding-bottom: 1px;
    padding-left: 48px;
  }

  .tour_content {
    padding-right: 14px;
    padding-left: 14px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tour_date_wrap {
    width: 40%;
  }

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

  .tour_venue_wrap {
    width: 100%;
  }

  .p_tour {
    text-align: left;
  }

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

  .band_photo {
    width: 100%;
  }

  .video_content {
    padding-right: 12px;
    padding-left: 12px;
    -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;
  }

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

  .half_wrap {
    width: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .half_wrap.left {
    width: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .post {
    width: 100%;
    margin-bottom: 32px;
  }

  .post.video_large {
    width: 100%;
  }

  .post.video {
    width: 100%;
  }

  .radio_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .p_radio {
    padding-right: 30px;
    padding-left: 30px;
  }

  .h_radio {
    height: auto;
  }

  .radio_post {
    width: 100%;
  }

  .plug_box {
    display: none;
    width: 100%;
  }

  .augusta {
    width: 280px;
  }

  .tour_text_box {
    width: 100%;
  }

  .tour_photos_box {
    width: 100%;
  }

  .lightbox_link {
    width: 33.33%;
  }

  .icon_post {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 23px;
  }

  .wide_container {
    padding-right: 12px;
    padding-left: 12px;
  }

  .photo_box {
    height: 400px;
  }

  .contact_post {
    width: 100%;
    margin-bottom: 22px;
    padding-bottom: 20px;
    border-bottom: 1px solid #3f3f3f;
  }

  .music_box {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .soundcloud_embed {
    width: 100%;
    margin-bottom: 0px;
    padding-left: 0px;
  }

  .overlay_inner {
    padding-top: 7%;
    padding-bottom: 7%;
  }

  .accolade {
    width: 50%;
    padding-right: 13%;
  }

  .accolade_box {
    padding-left: 8%;
  }

  .slider {
    height: 40vw;
    padding-top: 0%;
    background-color: transparent;
  }

  .play {
    font-size: 62px;
  }

  .video_heading {
    background-color: #000;
    font-size: 18px;
  }

  .bio_photo_mobile {
    margin-bottom: 48px;
  }

  .track-listing-wrapper {
    width: 100%;
  }

  .track-title {
    font-size: 16px;
  }

  .unordered-list {
    font-size: 18px;
  }

  .mixtape-copy {
    margin-top: 0px;
    font-size: 16px;
  }

  .album {
    margin-right: auto;
    margin-left: auto;
  }

  .press-title-item {
    max-width: 95%;
  }
}

@media screen and (max-width: 479px) {
  ul {
    padding-left: 24px;
  }

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

  .section.subscribers {
    padding-right: 12px;
    padding-left: 12px;
  }

  .section.dark_bg.videos {
    padding-bottom: 20px;
  }

  .section.quotes {
    padding-bottom: 10px;
  }

  .section.tour {
    padding-bottom: 28px;
  }

  .section.grey {
    padding-right: 14px;
    padding-left: 14px;
  }

  .section.historical {
    padding-right: 14px;
    padding-left: 14px;
  }

  .section.afraid {
    padding-right: 14px;
    padding-bottom: 30px;
    padding-left: 14px;
  }

  .section.videos {
    padding-right: 14px;
    padding-bottom: 30px;
    padding-left: 14px;
  }

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

  .container {
    width: 100%;
  }

  .hero {
    padding-top: 90.01%;
    background-position: 50% 50%;
  }

  .logo {
    width: 64%;
  }

  .video_wrap {
    padding-bottom: 31px;
  }

  .h3 {
    font-size: 28px;
  }

  .h3.pad_bottom {
    font-size: 18px;
  }

  .h1 {
    font-size: 28px;
  }

  .quote_wrap {
    width: 100%;
  }

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

  .social_link {
    width: 50%;
    padding-right: 2px;
    padding-left: 2px;
    -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;
  }

  .social_link.left {
    width: 50%;
    padding-right: 2px;
    padding-left: 2px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .logo_wrap {
    padding-bottom: 23px;
  }

  .onesheet {
    display: none;
  }

  .ul {
    margin-bottom: 0px;
  }

  .social_section {
    padding-left: 0px;
  }

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

  .tour_date_wrap {
    width: 100%;
  }

  .tour_location_wrap {
    width: 100%;
  }

  .p_tour {
    padding-right: 0px;
  }

  .p_tour.date {
    font-weight: 700;
  }

  .half_wrap {
    width: 50%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .half_wrap.left {
    width: 50%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .post {
    margin-bottom: 24px;
  }

  .post_text {
    font-size: 13px;
  }

  .radio_content {
    padding-right: 12px;
    padding-left: 12px;
  }

  .logo_box {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(46%, transparent), to(rgba(0, 0, 0, 0.6)));
    background-image: linear-gradient(180deg, transparent 46%, rgba(0, 0, 0, 0.6));
  }

  .plug_box {
    width: 100%;
  }

  .plug_text_box {
    padding-right: 10px;
    padding-left: 10px;
  }

  .augusta {
    width: 240px;
  }

  .icon_post {
    margin-bottom: 10px;
  }

  .icon_thumb {
    width: 30%;
  }

  .icon_post_meta {
    width: 70%;
  }

  .photo_box {
    height: 300px;
  }

  .contact_post {
    width: 100%;
  }

  .tour_plug {
    font-size: 27px;
    line-height: 23px;
  }

  .accolade {
    width: 100%;
  }

  .slider {
    height: 50vw;
  }

  .play {
    margin-top: -9%;
    font-size: 55px;
  }

  .video_heading {
    background-color: #000;
    font-size: 15px;
  }

  .arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16%;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .tour_sub {
    font-size: 17px;
  }

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

  .video_item {
    width: 100%;
  }

  .track-title {
    font-size: 16px;
  }

  .unordered-list-2 {
    width: 100%;
  }

  .link-4 {
    overflow: auto;
    width: 100%;
    font-size: 15px;
  }

  .press-title {
    max-width: none;
    font-size: 15px;
  }

  .press-title-item {
    width: 100%;
    max-width: auto;
  }

  .list-item-3 {
    width: 100%;
  }

  .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;
  }
}

@font-face {
  font-family: 'Fontawesome';
  src: url('../fonts/fontawesome.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}</pre></body></html>