@font-face {
  font-family: "Avenir Next";
  src: url("../../assets/fonts/AvenirNextLTPro-Bold.woff2") format("woff2"), url("../../assets/fonts/AvenirNextLTPro-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next";
  src: url("../../assets/fonts/AvenirNextLTPro-Regular.woff2") format("woff2"), url("../../assets/fonts/AvenirNextLTPro-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next";
  src: url("../../assets/fonts/AvenirNextLTPro-Demi.woff2") format("woff2"), url("../../assets/fonts/AvenirNextLTPro-Demi.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
html {
  box-sizing: border-box;
  font-size: 100%;
}

* *::after,
*::before {
  box-sizing: inherit;
}

.wrapper {
  max-width: 120rem;
  margin: 0 auto;
}

body, header, footer, nav,
div, section, h1, h2, h3,
ul, li, p, address, time, q,
hr, img, button, form {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font-family: inherit;
}

input, textarea {
  font-family: inherit;
}

q {
  quotes: none;
}

ul {
  list-style-type: none;
}

address {
  font-style: normal;
}

h1, h2, h3 {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 48rem) {
  h1, h2, h3 {
    padding-top: 3rem;
    padding-bottom: 2.25rem;
  }
}

body {
  font-family: "Avenir Next", Arial, Helvetica, sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.125rem;
  color: #323232;
}
@media screen and (min-width: 48rem) {
  body {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.375rem;
  }
}

footer {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
}
@media screen and (min-width: 48rem) {
  footer {
    font-size: 0.85rem;
    font-weight: 400;
    line-height: 1.25rem;
  }
}

h1 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
}
@media screen and (min-width: 48rem) {
  h1 {
    font-size: 3.75rem;
    font-weight: 600;
    line-height: 4.25rem;
  }
}

h2 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
}
@media screen and (min-width: 48rem) {
  h2 {
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 2.75rem;
  }
}

h3 {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.375rem;
}
@media screen and (min-width: 48rem) {
  h3 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2rem;
  }
}

label, .label {
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 1.25rem;
  text-transform: uppercase;
}
@media screen and (min-width: 48rem) {
  label, .label {
    font-size: 0.7rem;
    font-weight: 600;
    line-height: 1.25rem;
  }
}

.header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 1rem;
  background-color: #323232;
  color: #FFFFFF;
}
@media screen and (min-width: 48rem) {
  .header {
    flex-direction: row;
    padding-top: 1.25rem;
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}
@media screen and (min-width: 80rem) {
  .header {
    padding-left: 7.875rem;
    padding-right: 7.875rem;
  }
}
@media screen and (min-width: 48rem) {
  .header__logo-link {
    padding-bottom: 0.5rem;
  }
}
@media screen and (min-width: 80rem) {
  .header__logo-link {
    padding-bottom: 1rem;
  }
}
.header__nav {
  width: 100%;
}
.header__nav-list {
  display: flex;
}
@media screen and (min-width: 48rem) {
  .header__nav-list {
    padding-left: 3.9375rem;
    gap: 3.375rem;
  }
}
@media screen and (min-width: 80rem) {
  .header__nav-list {
    gap: 1.8rem;
  }
}
.header__nav-link {
  flex: 1;
  padding: 0.5rem 0;
  text-align: center;
  transition: border-bottom 0.08s ease-in-out;
}
@media screen and (min-width: 48rem) {
  .header__nav-link {
    flex: none;
    padding-bottom: 1.25rem;
  }
}
@media screen and (min-width: 80rem) {
  .header__nav-link {
    padding-bottom: 2rem;
  }
}
.header__nav-link--active {
  border-bottom: 0.2rem solid #FFFFFF;
  font-weight: 600;
}
.header__nav-link:hover {
  border-bottom: 0.2rem solid #FFFFFF;
}

.footer {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1.5rem;
  background-color: #323232;
  color: #FFFFFF;
}
@media screen and (min-width: 48rem) {
  .footer {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 80rem) {
  .footer {
    padding-left: 7.875rem;
    padding-right: 7.875rem;
  }
}
@media screen and (min-width: 48rem) {
  .footer__title {
    display: inline-block;
  }
}
@media screen and (min-width: 48rem) {
  .footer__links {
    display: flex;
    align-items: baseline;
  }
}
@media screen and (min-width: 48rem) {
  .footer__socials {
    display: inline-block;
    padding-left: 2.25rem;
  }
}
.footer__social-link {
  padding-right: 1.5rem;
}
.footer__social-icon {
  height: 1.5rem;
}
.footer__columns {
  padding-bottom: 3rem;
}
@media screen and (min-width: 48rem) {
  .footer__columns {
    display: flex;
    gap: 2.925rem;
  }
}
@media screen and (min-width: 80rem) {
  .footer__columns {
    gap: 4.5rem;
  }
}
.footer__subtitle {
  font-size: 0.8125rem;
  line-height: 1.125rem;
}
@media screen and (min-width: 48rem) {
  .footer__subtitle {
    padding-top: 0;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 0;
  }
}
@media screen and (min-width: 48rem) {
  .footer__logo-link--mobile {
    display: none;
  }
}
.footer__logo-link--tablet-desktop {
  display: none;
}
@media screen and (min-width: 48rem) {
  .footer__logo-link--tablet-desktop {
    display: block;
    margin-left: auto;
  }
}
.footer__email {
  padding-top: 1rem;
}
@media screen and (min-width: 48rem) {
  .footer__email {
    padding-top: 2.25rem;
    line-height: 0;
  }
}
.footer__rights {
  padding-top: 1rem;
  font-size: 0.65rem;
}
@media screen and (min-width: 48rem) {
  .footer__rights {
    font-size: 0.875rem;
  }
}

.shows-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 100%;
  height: 82vw;
  max-height: 67.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background-image: linear-gradient(rgba(50, 50, 50, 0.5019607843), rgba(50, 50, 50, 0.5019607843)), url("../assets/images/hero-shows.jpg");
  background-position: center;
  background-size: cover;
  color: #FFFFFF;
}
@media screen and (min-width: 48rem) {
  .shows-hero {
    height: 62vw;
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}
@media screen and (min-width: 80rem) {
  .shows-hero {
    flex-direction: row;
    align-items: center;
    height: 49vw;
    background-position: 0 30%;
    padding-left: 7.875rem;
    padding-right: 7.875rem;
  }
}
.shows-hero__copy {
  padding-top: 0.5rem;
  padding-bottom: 0.75rem;
}
@media screen and (min-width: 80rem) {
  .shows-hero__copy {
    padding-bottom: 2.25rem;
  }
}
.shows-hero__overline {
  font-weight: 400;
  padding-top: 0;
  padding-bottom: 1.5rem;
  line-height: 0;
}
@media screen and (min-width: 48rem) {
  .shows-hero__overline {
    font-weight: 600;
  }
}
.shows-hero__title {
  width: 75%;
  padding: 0;
}
@media screen and (min-width: 80rem) {
  .shows-hero__title {
    width: 80%;
  }
}
.shows-hero__iframe {
  height: 36%;
}
@media screen and (min-width: 48rem) {
  .shows-hero__iframe {
    width: 60%;
    height: 28%;
    padding-top: 2.25rem;
  }
}
@media screen and (min-width: 80rem) {
  .shows-hero__iframe {
    height: 22%;
    padding-top: 0;
  }
}

.shows {
  padding-top: 0.25rem;
  background-color: #FFFFFF;
}
@media screen and (min-width: 48rem) {
  .shows {
    padding-left: 1.125rem;
    padding-right: 0.675rem;
    padding-bottom: 1.4625rem;
  }
}
@media screen and (min-width: 80rem) {
  .shows {
    display: flex;
    padding-left: 0;
    padding-right: 6.75rem;
  }
}
.shows__title {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0.4rem;
  color: #000000;
}
@media screen and (min-width: 48rem) {
  .shows__title {
    padding-top: 2.475rem;
    padding-bottom: 1.6875rem;
  }
}
@media screen and (min-width: 80rem) {
  .shows__title {
    padding-left: 7.875rem;
    padding-right: 7.875rem;
    padding-top: 2.745rem;
    color: #323232;
  }
}
.shows__body {
  padding-bottom: 1rem;
}
@media screen and (min-width: 48rem) {
  .shows__body {
    padding-bottom: 0.7875rem;
  }
}
@media screen and (min-width: 80rem) {
  .shows__body {
    flex: 1;
    padding-top: 3.6rem;
    padding-left: 0.7875rem;
  }
}
.shows__column-labels {
  display: none;
  align-items: flex-end;
}
@media screen and (min-width: 48rem) {
  .shows__column-labels {
    display: flex;
    align-items: center;
    padding: 1.125rem 1.0125rem;
  }
}
@media screen and (min-width: 80rem) {
  .shows__column-labels {
    padding-bottom: 2.25rem;
  }
}
@media screen and (min-width: 48rem) {
  .shows__column-label {
    display: inline-block;
    flex-basis: 26%;
    line-height: 0;
    text-transform: uppercase;
    color: #AFAFAF;
  }
}
.shows__column-label--mock:hover {
  background-color: #000000;
}
@media screen and (min-width: 48rem) {
  .shows__column-label--mock {
    flex-basis: 22%;
    opacity: 0;
    min-width: 9.375rem;
  }
}
@media screen and (min-width: 80rem) {
  .shows__column-label--date {
    margin-right: 5.625rem;
  }
}
.shows__show-info {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.1rem;
  border-bottom: 0.0625rem solid #E1E1E1;
  padding-top: 0.8rem;
  padding-bottom: 0.6rem;
}
@media screen and (min-width: 48rem) {
  .shows__show-info {
    display: flex;
    align-items: baseline;
    padding-top: 0.52875rem;
    padding-bottom: 0.6975rem;
  }
}
.shows__show-info:hover {
  background-color: #FAFAFA;
  cursor: pointer;
}
.shows__show-info--selected {
  background-color: #E1E1E1;
}
.shows__show-info--selected:hover {
  background-color: #E1E1E1;
}
.shows__row-label {
  display: block;
  color: #AFAFAF;
  line-height: 1.3rem;
}
@media screen and (min-width: 48rem) {
  .shows__row-label {
    display: none;
  }
}
.shows__description {
  padding-bottom: 0.7rem;
  font-size: 0.8rem;
  line-height: 1rem;
}
@media screen and (min-width: 48rem) {
  .shows__description {
    flex-basis: 26%;
    font-size: 0.875rem;
  }
}
.shows__description--date {
  display: inline-block;
  font-weight: 600;
  color: #323232;
}
@media screen and (min-width: 80rem) {
  .shows__description--date {
    margin-right: 5.625rem;
  }
}
.shows__buy-button {
  width: 100%;
  height: 2.5rem;
  background-color: #323232;
  border: none;
  border-radius: 0.25rem;
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1.25rem;
  text-transform: uppercase;
  color: #FFFFFF;
  cursor: pointer;
  margin-top: 0.4rem;
  margin-bottom: 0.2rem;
}
.shows__buy-button:hover {
  background-color: #000000;
}
@media screen and (min-width: 48rem) {
  .shows__buy-button {
    min-width: 9.375rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 48rem) {
  .shows__buy-button {
    flex-basis: 22%;
  }
}/*# sourceMappingURL=shows.css.map */