/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*!
 * 45p.scss v 1.0.0
 * Copyright 2018 45PRESS
 * Licensed under CC BY-SA 4.0 (https://creativecommons.org/licenses/by-sa/4.0/)
 */
*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

*:active,
*:focus {
  border-color: inherit;
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: none;
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a,
a:link,
a:visited,
button,
[role=button],
[type=button],
[type=submit] {
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s;
}

[type=button],
[type=color],
[type=date],
[type=email],
[type=file],
[type=image],
[type=month],
[type=number],
[type=password],
[type=range],
[type=reset],
[type=search],
[type=submit],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
[role=button],
button,
select,
textarea {
  -webkit-appearance: none;
  background: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
}

img {
  -webkit-backface-visibility: hidden;
  height: auto;
  max-width: 100%;
}

iframe,
embed,
object,
video {
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-indent: 0;
}

.media-responsive {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0 0 56.25%;
  position: relative;
}
.media-responsive iframe,
.media-responsive embed,
.media-responsive object,
.media-responsive video {
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  width: 100%;
}

.sr {
  border: 0;
  height: 1px;
  left: -99999px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.container {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hidden {
  display: none !important;
}

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

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

.text-right {
  text-align: right;
}

.flex-wrap {
  display: flex;
}
.flex-wrap__wrap {
  flex-wrap: wrap;
}
.flex-wrap.row {
  flex-direction: row;
}
.flex-wrap.row--reverse {
  flex-direction: row-reverse;
}
.flex-wrap.col {
  flex-direction: column;
}
.flex-wrap.col--reverse {
  flex-direction: column-reverse;
}
.flex-wrap.center-h {
  justify-content: center;
}
.flex-wrap.center-v {
  align-items: center;
}
.flex-wrap.center-all {
  align-items: center;
  justify-content: center;
}

.jarallax {
  position: relative;
  z-index: 0;
}

.jarallax > .jarallax-img {
  font-family: "object-fit: cover;";
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
}

@font-face {
  font-family: "Mont";
  src: url("../font/Mont-Black.woff2") format("woff2"), url("../font/Mont-Black.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NeueHaasGroteskDisp Std Lt";
  src: url("../font/NHaasGroteskDSStd-45Lt.woff2") format("woff2"), url("../font/NHaasGroteskDSStd-45Lt.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 16px;
  line-height: 1.2;
  overflow-x: hidden;
}
@media screen and (max-width: 1230px) {
  html {
    font-size: 14px;
  }
}

body {
  background-color: #015EA9;
  color: #fff;
  font-family: "Mont", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.2;
  overflow: hidden;
}
@media screen and (max-width: 1030px) {
  body {
    background-size: 120% auto;
  }
}

a {
  color: inherit;
}
a:hover, a:active, a:focus, a:target {
  opacity: 0.7;
}

.btn {
  border: 1px solid #fff;
  background-color: #fff;
  color: #015EA9;
  display: inline-block;
  font-size: 1.375rem;
  font-weight: 900;
  line-height: 1;
  min-width: 15rem;
  padding: 0.625rem 0.625rem 0.5rem;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
}
.btn:hover, .btn:active, .btn:focus, .btn:target {
  background-color: #015EA9;
  color: #fff;
}

.container {
  margin: 0 auto;
  max-width: 76.875rem;
}

#header {
  padding: 2.5rem 0 5rem;
  position: relative;
}
#header .photo {
  padding: 2.5rem 0;
  width: 50rem;
  max-width: 60%;
}
@media screen and (max-width: 1100px) {
  #header .photo {
    max-width: 80%;
  }
}
#header .photo img {
  display: block;
  max-height: 95vh;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center right;
     object-position: center right;
}
#header .container {
  display: flex;
  align-items: center;
  max-width: 93.75rem;
}
@media screen and (max-width: 1100px) {
  #header .container {
    flex-direction: column;
    max-width: 37.5rem;
  }
}
#header .cover {
  display: none;
}
@media screen and (max-width: 1030px) {
  #header .cover {
    display: block;
    margin: 0 auto 1.25rem;
    max-width: 31.25rem;
    width: 100%;
  }
}
#header .social {
  position: absolute;
  top: 3.125rem;
  right: 3.125rem;
  padding: 0 0 1.875rem;
}
@media screen and (max-width: 760px) {
  #header .social {
    padding-bottom: 0.9375rem;
    top: 1.25rem;
    right: 1.25rem;
  }
}
#header .content {
  margin: 0 0 0 auto;
  max-width: 41.5625rem;
  width: 100%;
}
@media screen and (max-width: 1030px) {
  #header .content {
    margin: 0 auto;
  }
}
#header .content > p {
  text-align: center;
  text-transform: uppercase;
  margin: 0.4em auto;
}
#header .content > p.thin {
  font-family: "NeueHaasGroteskDisp Std Lt", sans-serif;
}
#header .content > p .thin {
  font-family: "NeueHaasGroteskDisp Std Lt", sans-serif;
}
#header h1 {
  margin: 0;
  text-align: center;
}
#header h1 img {
  display: block;
  margin: 0 auto;
  width: 80%;
}
#header h1 img + img {
  width: 55%;
}
#header h1 img + img + img {
  margin-top: 0.625rem;
  width: 40%;
}
#header h1 + p {
  margin-top: 1.25rem !important;
}
#header .date {
  color: #015EA9;
  font-size: 1.875rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 0.5em;
  text-align: center;
  text-shadow: 0 0 0.125rem rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
}
@media screen and (max-width: 760px) {
  #header .date {
    font-size: 1.4375rem;
    margin: 0.625rem 0;
  }
}
#header .song {
  color: #000;
  font-size: 1.875rem;
  letter-spacing: 0.5em;
  margin: 2.5rem 0;
  text-align: center;
  text-indent: 0.25em;
  text-shadow: 0 0 0.125rem rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
}
#header .song span {
  display: inline-block;
  font-size: 0.7em;
}
@media screen and (max-width: 760px) {
  #header .song {
    font-size: 1.4375rem;
    margin: 0.625rem 0;
  }
}
#header .presave {
  color: #015EA9;
  font-size: 1.875rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 760px) {
  #header .presave {
    font-size: 1.5rem;
    margin: 0.625rem auto;
  }
}
#header form {
  margin-top: 1.875rem;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
#header form p {
  color: #fff;
  font-family: "NeueHaasGroteskDisp Std Lt", sans-serif;
  font-size: 1.125rem;
  margin: 0 0 2.5rem;
}
#header form input {
  border-bottom: 0.125rem solid #fff;
  font-family: "NeueHaasGroteskDisp Std Lt", sans-serif;
  color: #fff;
  font-size: 1rem;
  padding: 0.1875rem 0;
  text-transform: uppercase;
}
#header form input::-moz-placeholder {
  color: #fff;
}
#header form input::placeholder {
  color: #fff;
}
#header form input[type=text] {
  margin-left: 2%;
  width: 48%;
}
#header form input[type=email] {
  width: 48%;
}
@media screen and (max-width: 600px) {
  #header form input[type=text] {
    margin-left: 0;
    margin-top: 0.625rem;
    width: 100%;
  }
  #header form input[type=email] {
    width: 100%;
  }
}
#header form .btn {
  margin-top: 1.25rem;
  min-width: 10rem;
  background-color: #fff;
  color: #015EA9;
  font-weight: bold;
}
#header form .btn:hover, #header form .btn:active, #header form .btn:focus, #header form .btn:target {
  background-color: #015EA9;
  color: #fff;
}

.pre-save-wrap {
  margin: 1.875rem auto 1.25rem;
  max-width: 24.375rem;
  width: 100%;
  padding-bottom: 0;
}
.pre-save-wrap > .btn {
  width: 100%;
  max-width: 25rem;
}
.pre-save-wrap > .btn span, .pre-save-wrap > .btn i {
  display: inline-block;
  vertical-align: middle;
}
.pre-save-wrap > .btn span {
  font-size: 1.375rem;
  font-weight: 900;
  text-transform: uppercase;
}
@media screen and (max-width: 760px) {
  .pre-save-wrap > .btn span {
    font-size: 1.125rem;
  }
}
.pre-save-wrap > .btn i {
  font-size: 2.1875rem;
  margin-right: 0.9375rem;
}
.pre-save-wrap > .btn.small span {
  font-size: 1.125rem;
}
.pre-save-wrap > .btn + a {
  margin-top: 1.25rem;
}
.pre-save-wrap > .btn:nth-child(even) {
  background-color: #fff;
  border-color: #fff;
  color: #015EA9;
}
.pre-save-wrap > .btn:nth-child(even):hover, .pre-save-wrap > .btn:nth-child(even):active, .pre-save-wrap > .btn:nth-child(even):focus, .pre-save-wrap > .btn:nth-child(even):target {
  background-color: #015EA9;
  color: #fff;
}
.pre-save-wrap > .btn:nth-child(odd) {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.pre-save-wrap > .btn:nth-child(odd):hover, .pre-save-wrap > .btn:nth-child(odd):active, .pre-save-wrap > .btn:nth-child(odd):focus, .pre-save-wrap > .btn:nth-child(odd):target {
  background-color: #fff;
  color: #015EA9;
}
.pre-save-wrap > .btn:nth-child(3) span {
  font-size: 1.25rem;
}
@media screen and (max-width: 345px) {
  .pre-save-wrap > .btn:nth-child(3) span {
    font-size: 1.125rem;
  }
}

.social {
  font-size: 1.375rem;
  text-align: center;
}
.social li {
  display: inline-block;
}
.social li + li {
  margin-left: 0.6em;
}
.social a {
  color: #fff;
}
.social a:hover, .social a:active, .social a:focus, .social a:target {
  color: #fff;
}

#tour {
  padding: 0 0 10rem;
}
#tour h2 {
  text-transform: uppercase;
  text-align: center;
  font-size: 2.25rem;
  margin-bottom: 1.5em;
}
#tour .tour-btn {
  display: block;
  margin: 5rem auto 0;
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
}
#tour .seated-follow-box {
  display: none;
}
#tour .seated-event-link1 {
  border: 1px solid #fff;
  border-radius: 0;
  color: #015EA9;
  font-size: 1rem;
  padding: 0.625rem 0.625rem 0.5rem;
}
#tour .seated-event-link1:hover, #tour .seated-event-link1:active, #tour .seated-event-link1:focus, #tour .seated-event-link1:target {
  color: #fff;
  background-color: #015EA9;
}
#tour:not(.seeall) .seated-event-row:nth-child(n+8) {
  display: none;
}

#podcast {
  padding: 7.5rem 0;
}
@media screen and (max-width: 1100px) {
  #podcast {
    padding: 4.375rem 0;
  }
}
#podcast img {
  width: 28.125rem;
  max-width: 100%;
}
@media screen and (max-width: 900px) {
  #podcast img {
    order: 0;
  }
}
#podcast .podcast-wrap {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 0 auto;
  max-width: 68.75rem;
}
#podcast .podcast-wrap + .podcast-wrap {
  margin-top: 7.5rem;
}
#podcast .podcast-wrap + .podcast-wrap img {
  width: 22.5rem;
}
#podcast .podcast-wrap + .podcast-wrap h2 {
  max-width: 25rem;
}
@media screen and (max-width: 900px) {
  #podcast .podcast-wrap {
    flex-direction: column;
  }
}
#podcast .podcast-wrap > div {
  padding: 0 3.125rem;
  text-align: center;
}
@media screen and (max-width: 900px) {
  #podcast .podcast-wrap > div {
    order: 2;
    padding: 1.875rem 0 0;
  }
}
#podcast .podcast-wrap > div > h2 {
  font-size: 2.125rem;
  font-weight: 900;
  margin: 0 auto 1.875rem;
}
#podcast .podcast-wrap > div > h2 p:first-child {
  text-transform: uppercase;
}

#shop {
  padding: 10rem 0 5rem;
  text-align: center;
}
@media screen and (max-width: 1030px) {
  #shop {
    padding-top: 3.75rem;
  }
}
#shop h2 {
  font-size: 2.25rem;
  font-weight: 900;
  margin: 0 auto 3.75rem;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 1030px) {
  #shop h2 {
    margin: 0 auto 1.25rem;
  }
}
#shop .merch-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}
#shop .merch-wrap .item {
  width: 100%;
  max-width: 18.75rem;
  text-align: center;
}
@media screen and (max-width: 760px) {
  #shop .merch-wrap {
    flex-direction: column;
  }
  #shop .merch-wrap .item {
    margin: 0.625rem auto;
  }
}
#shop .merch-wrap .btn {
  font-size: 1.125rem;
  min-width: 10rem;
}
#shop .item {
  margin: 0 0.9375rem;
  text-align: center;
  text-align: left;
}
#shop .item img {
  background: #fff;
  display: block;
  height: 18.75rem;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  padding: 0.9375rem;
  width: 18.75rem;
}
#shop .item p {
  color: #fff;
  font-family: "NeueHaasGroteskDisp Std Lt", sans-serif;
  font-size: 1.125rem;
  margin: 0.8em 0 1em;
  text-transform: uppercase;
}
#shop .official {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: bold;
  margin-top: 3.75rem;
  text-decoration: underline;
  text-transform: uppercase;
}
#shop .official + br + .official {
  margin-top: 0.625rem;
}

#footer {
  text-align: center;
}
#footer .container {
  width: 37.5rem;
  max-width: 100%;
}

.copyright {
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1.6;
  margin-top: 1.875rem;
  text-align: left;
  font-family: "NeueHaasGroteskDisp Std Lt", sans-serif;
}
@media screen and (max-width: 760px) {
  .copyright {
    font-size: 0.5625rem;
  }
}
.copyright img {
  float: left;
  padding-right: 1.25rem;
}
@media screen and (max-width: 760px) {
  .copyright img {
    padding-right: 0.625rem;
  }
}/*# sourceMappingURL=main.css.map */