/*----------------------------
  || GP / MSA
  || Studio PDA
/*---------------------------*/
/*
Theme Name: gp2016
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1, h2, .watch_stuff .watch_slider .slide .detail h1 p {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

/*-----------------------------------*/
/*  Breakpoints
/*-----------------------------------*/
/*-----------------------------------*/
/*  Responsive items
/*-----------------------------------*/
/*-----------------------------------*/
/*  General
/*-----------------------------------*/
/*-----------------------------------*/
/*  Animation
/*-----------------------------------*/
.animateFast, .button:hover, .header.hover ul.nav li a, .full_lineup .container .artist_slider_container .close, .full_lineup body.page section .artist_slider_container .close, body.page .full_lineup section .artist_slider_container .close {
  transition: all 0.1s ease-out;
}

.animateMidOut, .full_lineup .container .artist_slider_container .prevSlideName, .full_lineup body.page section .artist_slider_container .prevSlideName, body.page .full_lineup section .artist_slider_container .prevSlideName, .full_lineup .container .artist_slider_container .nextSlideName, .full_lineup body.page section .artist_slider_container .nextSlideName, body.page .full_lineup section .artist_slider_container .nextSlideName {
  transition: all 0.5s ease-out;
}

/*----------------------------
  || Font Face
  || Studio PDA / 2015
/*---------------------------*/
@font-face {
  font-family: "Magpie Regular";
  src: url("https://d1etcoxlqx02or.cloudfront.net/type/MagpieRegular.eot") format("embedded-opentype"), url("https://d1etcoxlqx02or.cloudfront.net/type/MagpieRegular.woff") format("woff"), url("https://d1etcoxlqx02or.cloudfront.net/type/MagpieRegular.ttf") format("truetype");
}
@font-face {
  font-family: "Magpie Regular Italic";
  src: url("https://d1etcoxlqx02or.cloudfront.net/type/MagpieRegular-Italic.eot") format("embedded-opentype"), url("https://d1etcoxlqx02or.cloudfront.net/type/MagpieRegular-Italic.woff") format("woff"), url("https://d1etcoxlqx02or.cloudfront.net/type/MagpieRegular-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Magpie Bold";
  src: url("https://d1etcoxlqx02or.cloudfront.net/type/MagpieBold.eot") format("embedded-opentype"), url("https://d1etcoxlqx02or.cloudfront.net/type/MagpieBold.woff") format("woff"), url("https://d1etcoxlqx02or.cloudfront.net/type/MagpieBold.ttf") format("truetype");
}
@font-face {
  font-family: 'Korpus Grotesk';
  src: url("https://d1etcoxlqx02or.cloudfront.net/type/KorpusGrotesk.ttf");
}
/*----------------------------
  || Type & Colour
  || Studio PDA / 2015
/*---------------------------*/
h1, h2, .watch_stuff .watch_slider .slide .detail h1 p, h2, h3, h4, h5, p, li {
  font-family: 'Magpie Regular', Arial;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 1.4em;
  letter-spacing: normal;
  color: #BCBEC0;
  font-weight: normal;
  margin: 0;
}
@media (max-width: 1024px) {
  h1, h2, .watch_stuff .watch_slider .slide .detail h1 p, h2, h3, h4, h5, p, li {
    -webkit-font-smoothing: subpixel-antialiased;
  }
}

a {
  color: #BCBEC0;
  text-decoration: none;
  transition: all 0.15s linear;
}
a:hover {
  color: #e1e1e1;
}

a:link, a:visited {
  border-color: transparent;
  border-bottom: 1px solid #BCBEC0;
}
a:link:hover, a:visited:hover {
  border-color: #E6E7E8;
}

h1, h2, .watch_stuff .watch_slider .slide .detail h1 p {
  font-family: 'Korpus Grotesk', Arial;
  -webkit-font-smoothing: antialiased;
  color: #E6E7E8;
  font-size: 35pt;
  line-height: 36pt;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

h2 {
  font-size: 60pt;
  line-height: 51.5pt;
  margin-top: 50px;
}

h3 {
  font-family: 'Magpie Regular Italic';
  font-size: 23pt;
  line-height: 27pt;
}

h4 {
  font-family: 'Magpie Bold';
  font-size: 42pt;
  line-height: 40pt;
}

p {
  font-size: 16pt;
  font-family: 'Magpie Regular';
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
p b, p strong {
  font-family: 'Magpie Bold';
  font-weight: normal;
}

.button {
  padding: 0.5rem 0.5rem 0.3rem;
  border: 1px solid #A9C9CA !important;
  background: transparent;
  color: #A9C9CA;
  font-size: 11.5pt;
  font-family: 'Korpus Grotesk', Arial;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
}
.button:hover {
  border-bottom: 1px solid #A9C9CA;
  opacity: 0.8;
}

.hr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hr.tablet {
  display: none;
}
@media (max-width: 1024px) {
  .hr.tablet {
    display: flex;
  }
}
@media (max-width: 600px) {
  .hr.tablet {
    display: none;
  }
}

.hr hr {
  height: 0px;
  border: 0;
  flex: 1 0;
  border-bottom: 1px solid #939598;
  margin: 0.5em 0;
}

.hr p {
  margin: 0 28px;
  display: inline-block;
  text-align: center;
  font-size: 11.5pt;
  font-family: "Magpie Bold";
  text-transform: uppercase;
}

.auntySignature {
  width: 150px;
  height: 90px;
  background-image: url("./img/auntySignature.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

/*----------------------------
  || Global Layout
  || Studio PDA / 2015
/*---------------------------*/
body {
  height: 100%;
  background: url("https://s3.amazonaws.com/2016.goldenplains.com.au/img/GPX_Tile.jpg") repeat center center;
  background-size: 1400px 933px;
  background-color: #171222;
  overflow-x: hidden;
  font-family: 'Magpie Regular', Arial;
  -webkit-font-smoothing: antialiased;
}
body .container, body.page section {
  max-width: 1126px;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
  width: 100%;
  max-width: 1126px;
}
body .container:after, body.page section:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 1400px) {
  body .container, body.page section {
    padding: 0 1.5rem !important;
  }
}
@media (max-width: 1400px) {
  body .container, body.page section {
    max-width: none;
  }
}
body.pace-done .content {
  opacity: 1;
}
body .content {
  opacity: 0;
}

html {
  min-width: 100%;
  min-height: 100%;
}

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

* {
  z-index: 1;
}

/*----------------------------
  || Header & Nav
  || Studio PDA / 2015
/*---------------------------*/
.header.desktop, .header.mobile {
  padding: 2rem 0;
}
.header.desktop .logoHero, .header.mobile .logoHero {
  background-image: url("https://d1etcoxlqx02or.cloudfront.net/img/GPX_Logo_White.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 156px !important;
  width: 280px;
  display: inline-block;
  position: fixed;
  top: 50px;
  left: 50%;
  right: 50%;
  transform: translate(-133px, 0);
  transition: opacity 0.25s ease-out;
}
.header.desktop .logoNav, .header.mobile .logoNav {
  background-image: url("https://d1etcoxlqx02or.cloudfront.net/img/GPX_Logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 156px !important;
  width: 280px;
  display: inline-block !important;
  opacity: 0;
  transition: opacity 0.25s ease-out;
}
@media (max-width: 1400px) {
  .header.desktop .logoNav, .header.mobile .logoNav {
    margin: 0 1rem;
  }
}
.header.desktop .container, .header.mobile .container, .header.desktop body.page section, body.page .header.desktop section, .header.mobile body.page section, body.page .header.mobile section {
  padding: 0;
}
.header.desktop ul.nav, .header.mobile ul.nav {
  margin: 24px 0 7px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header.desktop ul.nav li, .header.mobile ul.nav li {
  font-family: 'Korpus Grotesk', Arial;
  -webkit-font-smoothing: antialiased;
  padding-top: 40px;
  font-size: 18pt;
  line-height: 1.2em;
  display: inline;
  color: #BCBEC0;
}
.header.desktop ul.nav li a.current_page_item, .header.mobile ul.nav li a.current_page_item {
  color: #E6E7E8;
}
.header.desktop ul.nav a .logo, .header.mobile ul.nav a .logo {
  display: inline-block;
}
.header.desktop ul.nav a, .header.mobile ul.nav a, .header.desktop ul.nav a:hover, .header.mobile ul.nav a:hover {
  border-bottom: none;
  opacity: 1;
}
.header.desktop .hr p, .header.mobile .hr p {
  text-transform: none;
}
@media (max-width: 1024px) {
  .header.desktop, .header.mobile {
    display: none;
  }
}

.header.hover {
  background: #939598;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 30px;
  z-index: 2;
  transform: translateY(-100%);
}
.header.hover ul.nav {
  display: flex;
  justify-content: center;
  padding-top: 2px;
}
.header.hover ul.nav li {
  font-family: 'Korpus Grotesk', Arial;
  -webkit-font-smoothing: antialiased;
  font-size: 12.5pt;
  display: inline-block;
  text-align: center;
  padding: 0px 1rem;
  position: relative;
  opacity: 1;
}
.header.hover ul.nav li a {
  color: #2E396C;
}
.header.hover ul.nav li a:hover {
  opacity: 0.5;
}
.header.hover ul.nav li.current_page_item {
  border-bottom: none;
}
.header.hover ul.nav li.current_page_item::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #fff;
  bottom: -4px;
  left: calc(50% - 4px);
  z-index: 5;
}
.header.hover ul.nav li.current_page_item::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #bbb;
  bottom: -4px;
  left: calc(50% - 4px);
}
.header.hover ul.nav li:nth-child(4) {
  font-family: 'Magpie Bold';
  margin: 0 1rem;
  align-self: center;
  opacity: 1;
  font-size: 11pt;
  transform: translateY(1px);
}
.header.hover ul.nav li:nth-child(4) a:hover {
  opacity: 1;
}
.header.hover ul.nav li a:hover {
  border-bottom: none !important;
}
.header.hover ul.nav li a {
  border-bottom: none;
}
@media (max-width: 1024px) {
  .header.hover {
    display: none !important;
  }
}

.header.mobile {
  display: none;
}
.header.mobile .container, .header.mobile body.page section, body.page .header.mobile section {
  display: none;
  justify-content: center;
}
.header.mobile a.logo {
  background-image: url(https://d1etcoxlqx02or.cloudfront.netimg/MMF_2015_Logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  margin-left: 0px;
  display: block;
}
.header.mobile a:hover {
  opacity: 1;
  border-color: transparent;
}
.header.mobile li {
  list-style: none;
}
.header.mobile .hamburger-gp {
  height: 40px;
  width: 40px;
  background-image: url("https://d1etcoxlqx02or.cloudfront.net/img/icon_hamburger_gp.svg");
  background-size: contain;
  position: fixed;
  top: 25px;
  right: 32px;
  cursor: pointer;
  z-index: 6;
}
.header.mobile .hamburger-gp.hamburger--open {
  height: 28px;
  width: 28px;
  right: 40px;
  top: 31.5px;
  background-image: url("https://d1etcoxlqx02or.cloudfront.net/img/icon_hamburger_gp_open.svg");
}
.header.mobile .mobileMenu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #BCBEC0;
  z-index: 5;
  display: none;
}
.header.mobile .mobileMenu ul.nav {
  display: block;
  justify-content: flex-start;
  height: 100vh;
  margin: 2rem 0 0 2rem;
  text-align: left;
}
.header.mobile .mobileMenu ul.nav li {
  display: block;
  font-size: 2rem;
}
.header.mobile .mobileMenu ul.nav li a {
  color: #2E396C;
}
.header.mobile .mobileMenu ul.nav li a:hover {
  border-color: transparent;
  opacity: 1;
}
@media (max-width: 1024px) {
  .header.mobile {
    display: flex !important;
  }
}

/*----------------------------
  || GP Footer
  || Studio PDA / 2015
/*---------------------------*/
.auntyLinks {
  min-height: 340px;
  z-index: 1;
  position: relative;
}
.auntyLinks .container, .auntyLinks body.page section, body.page .auntyLinks section {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-top: 1px solid #939598;
  border-bottom: 1px solid #939598;
}
.auntyLinks .container .col, .auntyLinks body.page section .col, body.page .auntyLinks section .col {
  text-align: center;
  flex: 1 0 16.66%;
  padding: 0 2rem;
}
.auntyLinks .container .col h4, .auntyLinks body.page section .col h4, body.page .auntyLinks section .col h4 {
  display: inline-block;
  font-family: 'Magpie Bold';
  line-height: 16.5pt;
  font-size: 15pt;
  margin: 1.25rem;
  height: 50px;
}
.auntyLinks .container .col h4 a, .auntyLinks body.page section .col h4 a, body.page .auntyLinks section .col h4 a, .auntyLinks .container .col h4 a:hover, .auntyLinks body.page section .col h4 a:hover, body.page .auntyLinks section .col h4 a:hover {
  color: #E6E7E8;
  line-height: auto;
  border-bottom: 0;
  opacity: 1;
  transition: none;
}
@media (max-width: 1024px) {
  .auntyLinks .container .col h4, .auntyLinks body.page section .col h4, body.page .auntyLinks section .col h4 {
    margin: 32px 0 0px;
    font-size: 13pt;
    word-spacing: normal;
    display: flex;
  }
  .auntyLinks .container .col h4 a, .auntyLinks body.page section .col h4 a, body.page .auntyLinks section .col h4 a {
    width: 100%;
    text-align: left;
  }
}
.auntyLinks .container .col li, .auntyLinks body.page section .col li, body.page .auntyLinks section .col li {
  font-family: 'Korpus Grotesk', Arial;
  -webkit-font-smoothing: antialiased;
  font-size: 12pt;
  margin-bottom: 0.65rem;
}
@media (max-width: 1024px) {
  .auntyLinks .container .col li, .auntyLinks body.page section .col li, body.page .auntyLinks section .col li {
    font-size: 14px;
    padding-right: 0.75rem;
    margin-bottom: 0.75rem;
    opacity: 1;
    text-align: left;
  }
  .auntyLinks .container .col li a, .auntyLinks body.page section .col li a, body.page .auntyLinks section .col li a {
    border-bottom: none;
    color: #E6E7E8;
  }
  .auntyLinks .container .col li a:hover, .auntyLinks body.page section .col li a:hover, body.page .auntyLinks section .col li a:hover {
    border-bottom: 0;
  }
}
.auntyLinks .container .col a, .auntyLinks body.page section .col a, body.page .auntyLinks section .col a, .auntyLinks .container .col a:hover, .auntyLinks body.page section .col a:hover, body.page .auntyLinks section .col a:hover {
  border-bottom: none;
  opacity: 1;
}
@media (max-width: 1024px) {
  .auntyLinks .container .col, .auntyLinks body.page section .col, body.page .auntyLinks section .col {
    flex: 1 0 50% !important;
    max-width: 160px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 1024px) {
  .auntyLinks .container, .auntyLinks body.page section, body.page .auntyLinks section {
    flex: 1 0 100% !important;
    padding-bottom: 60px !important;
  }
}
.auntyLinks .sheep {
  position: absolute;
  right: 0;
  top: -80px;
  z-index: 0;
}
.auntyLinks .backToTop {
  height: 45px;
  width: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: -80px;
}
.auntyLinks .backToTop .arrow {
  width: 50px;
  height: 50px;
  background-image: url("./img/backToTop.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0px;
  margin-top: 8px;
}
@media (max-width: 1024px) {
  .auntyLinks .backToTop {
    height: 40px;
    width: 40px;
    right: 2rem;
    top: auto;
    bottom: 1rem;
    z-index: 5;
  }
}
@media (max-width: 1024px) {
  .auntyLinks .container, .auntyLinks body.page section, body.page .auntyLinks section {
    flex-flow: row wrap;
    padding-bottom: 0 0 40px;
  }
}

.footer {
  min-height: 240px;
  display: flex;
  align-items: center;
  z-index: 1;
  position: relative;
}
.footer .logos {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
  flex-wrap: wrap;
}
.footer .logos a, .footer .logos a:hover {
  border-bottom: none;
}
.footer .logos img {
  margin: 15px;
  max-height: 72px;
  max-width: 100px;
}
@media (max-width: 1024px) {
  .footer .logos img {
    max-height: 55px;
  }
}
.footer .credits {
  padding-bottom: 20px;
}
.footer .credits p, .footer .credits a {
  text-align: center;
  font-family: 'Korpus Grotesk', Arial;
  -webkit-font-smoothing: antialiased;
  font-size: 12pt;
  color: #BCBEC0;
  margin-bottom: 4px;
}

/*----------------------------
  || MSA Subnav
  || Studio PDA / 2015
/*---------------------------*/
.subnav {
  width: 20%;
  border-left: 2px solid #D3E3E3;
  position: relative;
}
.subnav::before {
  content: " ";
  border-left: 2px solid white;
  position: absolute;
  top: 0;
  left: -2px;
  height: 90px;
}
.subnav .menu {
  width: 60px;
  height: 60px;
  border: 1px solid #A9C9CA;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 32px 32px;
}
.subnav .menu p {
  font-size: 14px;
  font-family: 'Edmond Sans Bold';
  text-transform: uppercase;
  margin-bottom: -4px;
  color: #A9C9CA;
}
.subnav ul {
  padding-left: 32px;
}
.subnav ul li {
  font-size: 14px;
  font-family: 'Edmond Sans Bold';
  text-transform: uppercase;
  margin-bottom: 14px;
}
.subnav ul li.active {
  transform: translateX(-10px);
}
.subnav ul li.active a {
  color: black;
  padding: 6px 6px 4px;
  transform: translateX(-4px);
  border: 1px solid black;
  display: block;
}
@media (max-width: 1400px) {
  .subnav {
    width: 35%;
  }
}
@media (max-width: 600px) {
  .subnav {
    display: none;
  }
}

/*----------------------------
  || GP2016 Hero
  || Studio PDA / 2015
/*---------------------------*/
/* inc. @media queries for iOS 7 VH Bug override */
section.hero {
  height: 100vh;
  position: relative;
}
section.hero .heroBack, section.hero .heroMid, section.hero .heroFront, section.hero .heroLights, section.hero .heroMobile {
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  backface-visibility: hidden;
}
section.hero .heroBack.heroMobile, section.hero .heroMid.heroMobile, section.hero .heroFront.heroMobile, section.hero .heroLights.heroMobile, section.hero .heroMobile.heroMobile {
  display: none;
}
@media (max-width: 1024px) {
  section.hero .heroBack, section.hero .heroMid, section.hero .heroFront, section.hero .heroLights, section.hero .heroMobile {
    width: 100vw;
    overflow: visible;
    background-size: cover;
    top: -6rem;
  }
  section.hero .heroBack:not(.heroMobile), section.hero .heroMid:not(.heroMobile), section.hero .heroFront:not(.heroMobile), section.hero .heroLights:not(.heroMobile), section.hero .heroMobile:not(.heroMobile) {
    display: none;
  }
  section.hero .heroBack.heroMobile, section.hero .heroMid.heroMobile, section.hero .heroFront.heroMobile, section.hero .heroLights.heroMobile, section.hero .heroMobile.heroMobile {
    display: block;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  section.hero .heroBack, section.hero .heroMid, section.hero .heroFront, section.hero .heroLights, section.hero .heroMobile {
    height: 1024px;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  section.hero .heroBack, section.hero .heroMid, section.hero .heroFront, section.hero .heroLights, section.hero .heroMobile {
    height: 768px;
  }
}
@media screen and (device-aspect-ratio: 40 / 71) {
  section.hero .heroBack, section.hero .heroMid, section.hero .heroFront, section.hero .heroLights, section.hero .heroMobile {
    height: 500px;
  }
}
@media (max-width: 1024px) {
  section.hero {
    height: 82vh;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  section.hero {
    height: 820px;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  section.hero {
    height: 614px;
  }
}
@media screen and (device-aspect-ratio: 40 / 71) {
  section.hero {
    height: 420px;
  }
}
section.hero .heroBack {
  background-image: url("https://d1etcoxlqx02or.cloudfront.net/img/hero/heroBack.png");
}
section.hero .heroMid {
  background-image: url("https://d1etcoxlqx02or.cloudfront.net/img/hero/heroMid.png");
}
section.hero .heroFront {
  background-image: url("https://d1etcoxlqx02or.cloudfront.net/img/hero/heroFront.png");
}
section.hero .heroLights {
  background-image: url("https://d1etcoxlqx02or.cloudfront.net/img/hero/heroLights.png");
  animation-name: flicker;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-out;
}
section.hero .heroMobile {
  background-image: url("https://d1etcoxlqx02or.cloudfront.net/img/hero/heroMobile.png");
  background-size: cover;
}
@keyframes flicker {
  from {
    opacity: 0.6;
  }
  4% {
    opacity: 0.6;
  }
  6% {
    opacity: 0.55;
  }
  8% {
    opacity: 0.65;
  }
  10% {
    opacity: 0.55;
  }
  11% {
    opacity: 0.6;
  }
  12% {
    opacity: 0.75;
  }
  14% {
    opacity: 0.65;
  }
  16% {
    opacity: 0.80;
  }
  17% {
    opacity: 0.65;
  }
  19% {
    opacity: 0.6;
  }
  20% {
    opacity: 0.6;
  }
  24% {
    opacity: 0.6;
  }
  26% {
    opacity: 0.79;
  }
  28% {
    opacity: 0.6;
  }
  38% {
    opacity: 0.65;
  }
  40% {
    opacity: 0.6;
  }
  42% {
    opacity: 0.7;
  }
  44% {
    opacity: 0.6;
  }
  46% {
    opacity: 0.6;
  }
  56% {
    opacity: 0.6;
  }
  58% {
    opacity: 0.85;
  }
  60% {
    opacity: 0.6;
  }
  68% {
    opacity: 0.6;
  }
  70% {
    opacity: 1;
    /*peak*/
  }
  72% {
    opacity: 0.6;
  }
  93% {
    opacity: 0.6;
  }
  95% {
    opacity: 0.6;
    /*peak*/
  }
  97% {
    opacity: 0.7;
  }
  to {
    opacity: 0.6;
  }
}
section.hero .mobileLogo {
  background-image: url("https://d1etcoxlqx02or.cloudfront.net/img/GPX_Logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 126px !important;
  width: 243px;
  display: none;
}
@media (max-width: 1024px) {
  section.hero .mobileLogo {
    display: block !important;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }
}
section.hero .downHere {
  height: 45px;
  width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  right: 50%;
  bottom: 40px;
  transform: translateX(50%);
}
section.hero .downHere .arrow {
  width: 50px;
  height: 50px;
  background-image: url("https://d1etcoxlqx02or.cloudfront.net/img/backToTop.svg");
  transform: rotate(180deg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0px;
  margin-top: 8px;
}
@media (max-width: 1024px) {
  section.hero .downHere .arrow {
    background-position: center center;
  }
}
@media (max-width: 1024px) {
  section.hero .downHere {
    width: 40px;
    height: 40px;
    bottom: 10px;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  section.hero .downHere {
    bottom: 10px;
  }
}

/*----------------------------
  || GP2016 Ballot Site
  || Studio PDA / 2015
/*---------------------------*/
body.page section {
  width: 100%;
  border-top: 2px solid #D3E3E3;
  padding: 50px 0 6rem;
}
body.page section .container, body.page section section {
  display: flex;
}
body.page section .container .image_container, body.page section section .image_container {
  margin-bottom: 50px;
}
body.page section .container .content, body.page section section .content {
  width: 80%;
  padding-right: 176px;
  pointer-events: none;
}
@media (max-width: 1400px) {
  body.page section .container .content, body.page section section .content {
    padding-right: 50px;
  }
}
@media (max-width: 600px) {
  body.page section .container .content, body.page section section .content {
    width: 100%;
    padding-right: 0;
  }
}
body.page section .container ul, body.page section section ul {
  padding-bottom: 50px;
}

.introduction .container, .introduction body.page section, body.page .introduction section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}
.introduction .container .mobile.hr, .introduction body.page section .mobile.hr, body.page .introduction section .mobile.hr {
  display: none;
}
@media (max-width: 1024px) {
  .introduction .container .mobile.hr, .introduction body.page section .mobile.hr, body.page .introduction section .mobile.hr {
    display: flex;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .introduction .container .mobile.hr p, .introduction body.page section .mobile.hr p, body.page .introduction section .mobile.hr p {
    margin: 0 10px;
  }
}
.introduction .container a.button, .introduction body.page section a.button, body.page .introduction section a.button {
  font-family: 'Magpie Bold' !important;
  padding: 12px 15px 8px;
  color: #BCBEC0;
  border: #BCBEC0 1px solid !important;
  text-decoration: none;
  font-size: 11.5pt;
  letter-spacing: -0.5px;
}
.introduction .container a.button::after, .introduction body.page section a.button::after, body.page .introduction section a.button::after, .introduction .container a.button:hover::after, .introduction body.page section a.button:hover::after, body.page .introduction section a.button:hover::after {
  display: none;
}
.introduction .container .heroText, .introduction body.page section .heroText, body.page .introduction section .heroText {
  margin-top: 60px;
  letter-spacing: -2.5px;
  text-align: center;
}
@media (max-width: 600px) {
  .introduction .container .heroText, .introduction body.page section .heroText, body.page .introduction section .heroText {
    font-size: 12vw;
    line-height: 11vw;
    margin: 50px 0;
  }
}
.introduction .container .auntySignature, .introduction body.page section .auntySignature, body.page .introduction section .auntySignature {
  width: 130px;
  height: 80px;
}
.introduction .container .columns, .introduction body.page section .columns, body.page .introduction section .columns {
  display: flex;
  margin-top: 50px;
}
.introduction .container .columns .left, .introduction body.page section .columns .left, body.page .introduction section .columns .left {
  width: 62%;
  padding-right: 25px;
}
@media (max-width: 1024px) {
  .introduction .container .columns .left, .introduction body.page section .columns .left, body.page .introduction section .columns .left {
    padding-right: 0;
  }
}
.introduction .container .columns .left .intro p, .introduction body.page section .columns .left .intro p, body.page .introduction section .columns .left .intro p {
  font-size: 21pt;
  margin-bottom: 50px;
}
.introduction .container .columns .left .intro p strong, .introduction body.page section .columns .left .intro p strong, body.page .introduction section .columns .left .intro p strong {
  font-family: 'Magpie Regular';
}
@media (max-width: 1024px) {
  .introduction .container .columns .left .intro p, .introduction body.page section .columns .left .intro p, body.page .introduction section .columns .left .intro p {
    font-size: 18pt;
    margin-bottom: 25px;
  }
}
.introduction .container .columns .left .ps, .introduction body.page section .columns .left .ps, body.page .introduction section .columns .left .ps {
  margin-top: 50px;
}
.introduction .container .columns .right, .introduction body.page section .columns .right, body.page .introduction section .columns .right {
  display: flex;
  flex-direction: column;
  width: 38%;
}
.introduction .container .columns .right .ballotLink, .introduction body.page section .columns .right .ballotLink, body.page .introduction section .columns .right .ballotLink {
  display: flex;
}
.introduction .container .columns .right .ballotLink .ballotImage, .introduction body.page section .columns .right .ballotLink .ballotImage, body.page .introduction section .columns .right .ballotLink .ballotImage {
  width: 426px;
  height: 318px;
  background-image: url("https://d1etcoxlqx02or.cloudfront.net/img/ETB_Button.gif");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .introduction .container .columns .right .ballotLink .ballotImage, .introduction body.page section .columns .right .ballotLink .ballotImage, body.page .introduction section .columns .right .ballotLink .ballotImage {
    width: 100%;
  }
}
.introduction .container .columns .right .ballotLink, .introduction body.page section .columns .right .ballotLink, body.page .introduction section .columns .right .ballotLink, .introduction .container .columns .right .ballotLink:hover, .introduction body.page section .columns .right .ballotLink:hover, body.page .introduction section .columns .right .ballotLink:hover {
  border-bottom: none;
}
.introduction .container .columns .right .message, .introduction body.page section .columns .right .message, body.page .introduction section .columns .right .message {
  margin: 50px 0 0 60px;
}
@media (max-width: 1400px) {
  .introduction .container .columns .right, .introduction body.page section .columns .right, body.page .introduction section .columns .right {
    padding-right: 0;
  }
}
@media (max-width: 1024px) {
  .introduction .container .columns .right, .introduction body.page section .columns .right, body.page .introduction section .columns .right {
    margin-top: 0;
    padding-right: 0;
  }
  .introduction .container .columns .right .ballotImage, .introduction body.page section .columns .right .ballotImage, body.page .introduction section .columns .right .ballotImage {
    background-position: center center;
  }
  .introduction .container .columns .right .message, .introduction body.page section .columns .right .message, body.page .introduction section .columns .right .message {
    margin: 0 40px;
  }
  .introduction .container .columns .right .message h3, .introduction body.page section .columns .right .message h3, body.page .introduction section .columns .right .message h3 {
    font-size: 18pt;
    line-height: 22pt;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .introduction .container .columns .left, .introduction body.page section .columns .left, body.page .introduction section .columns .left, .introduction .container .columns .right, .introduction body.page section .columns .right, body.page .introduction section .columns .right {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .introduction .container .columns, .introduction body.page section .columns, body.page .introduction section .columns {
    margin-top: 0;
    flex-direction: column;
  }
}

.watch_stuff {
  position: relative;
}
.watch_stuff h5 {
  position: absolute;
  left: 0rem;
  top: 51.5%;
  z-index: 2;
  margin: 0;
}
@media (max-width: 1024px) {
  .watch_stuff h5 {
    color: white;
  }
}
.watch_stuff .watch_slider {
  position: relative;
  width: 100%;
  height: 375px;
  background-size: 1400px 933px;
  margin-top: 75px;
}
.watch_stuff .watch_slider .slide {
  position: relative;
  height: 375px;
  display: flex;
  justify-content: flex-start;
}
.watch_stuff .watch_slider .slide .video {
  position: relative;
  min-width: 566px;
}
.watch_stuff .watch_slider .slide .video .overlay {
  position: absolute;
  width: 100%;
  height: 327px;
}
@media (max-width: 1024px) {
  .watch_stuff .watch_slider .slide .video .overlay {
    width: 100%;
  }
}
.watch_stuff .watch_slider .slide .video .overlay .playButton {
  height: 70px;
  width: 70px;
  background-image: url("https://d1etcoxlqx02or.cloudfront.net/img/Play_Button.svg");
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
}
.watch_stuff .watch_slider .slide .video .overlay .coverPhoto {
  width: 100%;
  height: 327px;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.watch_stuff .watch_slider .slide .video iframe {
  min-height: 327px;
  min-width: 566px;
  position: relative;
  z-index: 0;
}
.watch_stuff .watch_slider .slide .detail {
  position: relative;
  width: 50%;
  margin-left: 95px;
}
.watch_stuff .watch_slider .slide .detail h1, .watch_stuff .watch_slider .slide .detail h2, .watch_stuff .watch_slider .slide .detail h1 p {
  margin-bottom: 35px;
}
.watch_stuff .watch_slider .slide .detail h1 p, .watch_stuff .watch_slider .slide .detail h2 p {
  letter-spacing: -0.5px;
  font-size: 35pt;
  line-height: 32pt;
  text-transform: uppercase;
}
.watch_stuff .watch_slider .slide .detail h1 p strong, .watch_stuff .watch_slider .slide .detail h2 p strong {
  font-family: 'Korpus Grotesk';
  font-weight: 400;
  font-size: 30px;
  letter-spacing: -0.5px;
}
.watch_stuff .watch_slider .slide .detail .description {
  transform: translateY(-20px);
}
.watch_stuff .watch_slider .slide .detail .slider_nav {
  position: absolute;
  left: 0;
  bottom: 2.75rem;
}
.watch_stuff .watch_slider .slide .detail .slider_nav a {
  font-family: 'Magpie Bold';
  border-bottom: none;
  font-size: 12pt;
  cursor: pointer;
}
@media (max-width: 600px) {
  .watch_stuff .watch_slider .slide .detail .slider_nav a {
    font-size: 13pt;
  }
}
@media (max-width: 1024px) {
  .watch_stuff .watch_slider .slide .detail .slider_nav {
    bottom: 2rem;
  }
}
@media (max-width: 1024px) {
  .watch_stuff .watch_slider {
    height: auto;
  }
  .watch_stuff .watch_slider .slide {
    height: auto;
    flex-direction: column;
  }
  .watch_stuff .watch_slider .slide .video, .watch_stuff .watch_slider .slide .detail {
    width: 100%;
  }
  .watch_stuff .watch_slider .slide .video iframe {
    min-height: 480px;
    width: 95vw;
    min-width: 100% !important;
  }
  .watch_stuff .watch_slider .slide .video .overlay {
    height: 480px;
  }
  .watch_stuff .watch_slider .slide .video .overlay .coverPhoto {
    height: 480px;
  }
  .watch_stuff .watch_slider .slide .video .overlay .playButton {
    width: 128px;
    height: 128px;
  }
  .watch_stuff .watch_slider .slide .detail {
    margin: 5.35rem 0 0;
  }
  .watch_stuff .watch_slider .slide .detail h1, .watch_stuff .watch_slider .slide .detail h2, .watch_stuff .watch_slider .slide .detail h1 p {
    font-size: 48pt;
    line-height: 40pt;
    margin-bottom: 4rem;
  }
  .watch_stuff .watch_slider .slide .detail .description {
    max-width: 500px;
    margin-bottom: 5rem;
  }
  .watch_stuff .watch_slider .sliderRight, .watch_stuff .watch_slider .sliderLeft {
    left: 0;
    bottom: 1rem;
    right: auto;
    font-size: 16pt;
  }
  .watch_stuff .watch_slider .sliderRight {
    transform: translateX(7.25rem) !important;
  }
}
@media (max-width: 600px) {
  .watch_stuff {
    display: none;
  }
}

.ballot_lineup {
  margin-bottom: 40px;
}
.ballot_lineup .artist {
  display: flex;
  flex-direction: column;
  padding-top: 75px;
}
.ballot_lineup .artist .image {
  height: 40rem;
  width: 100%;
  background-size: cover;
  background-position: center top;
}
.ballot_lineup .artist h3 {
  font-size: 2.15rem;
  text-align: center;
  margin: 50px 0 40px;
  word-wrap: break-word;
}
.ballot_lineup .artist .detail {
  display: flex;
  flex-direction: row;
  padding-top: 70px;
}
.ballot_lineup .artist .detail .left {
  flex: 1 1;
}
.ballot_lineup .artist .detail .left h4 {
  word-spacing: 100vw;
}
@media (max-width: 1024px) {
  .ballot_lineup .artist .detail .left {
    flex: 1 0 auto;
  }
}
.ballot_lineup .artist .detail .right {
  flex: 0 0 58%;
}
@media (max-width: 1024px) {
  .ballot_lineup .artist .detail .right {
    flex: 1 0 auto;
  }
}
@media (max-width: 1024px) {
  .ballot_lineup .artist {
    padding-top: 40px;
  }
  .ballot_lineup .artist .image {
    height: 30rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .ballot_lineup .artist .detail {
    flex-direction: column;
    padding-top: 10px;
  }
  .ballot_lineup .artist .detail h4 {
    font-size: 38pt;
    margin: 50px 0;
  }
  .ballot_lineup .artist .detail p {
    margin-right: 0;
    font-size: 15pt;
    line-height: 21pt;
    margin-bottom: 25px;
  }
}
@media (max-width: 600px) {
  .ballot_lineup .artist .image {
    height: 20rem;
  }
}
.ballot_lineup .more {
  text-transform: uppercase;
  text-align: center;
  margin-top: -20px;
  font-size: 1.1rem;
}
@media (max-width: 1024px) {
  .ballot_lineup {
    margin-bottom: 10px;
  }
}

.custom_blocks {
  margin-bottom: 40px;
}
.custom_blocks .container hr, .custom_blocks body.page section hr, body.page .custom_blocks section hr {
  height: 0px;
  border: 0;
  flex: 1 0;
  border-bottom: 1px solid #939598;
  margin: 0.5em 0 60px;
}
.custom_blocks .container .item, .custom_blocks body.page section .item, body.page .custom_blocks section .item {
  display: flex;
  flex-direction: row;
  margin-bottom: 5.5rem;
}
.custom_blocks .container .item .detail, .custom_blocks body.page section .item .detail, body.page .custom_blocks section .item .detail {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: space-between;
  width: 50%;
}
.custom_blocks .container .item .detail h1, .custom_blocks body.page section .item .detail h1, body.page .custom_blocks section .item .detail h1, .custom_blocks .container .item .detail h2, .custom_blocks body.page section .item .detail h2, body.page .custom_blocks section .item .detail h2, .custom_blocks .container .item .watch_stuff .watch_slider .slide .detail h1 p, .watch_stuff .watch_slider .slide .custom_blocks .container .item .detail h1 p, .custom_blocks body.page section .item .watch_stuff .watch_slider .slide .detail h1 p, .watch_stuff .watch_slider .slide .custom_blocks body.page section .item .detail h1 p, body.page .custom_blocks section .item .watch_stuff .watch_slider .slide .detail h1 p, .watch_stuff .watch_slider .slide body.page .custom_blocks section .item .detail h1 p {
  text-transform: uppercase;
  line-height: 36pt;
  letter-spacing: -1px;
}
.custom_blocks .container .item .detail p, .custom_blocks body.page section .item .detail p, body.page .custom_blocks section .item .detail p {
  font-size: 16pt;
  line-height: 25pt;
  margin: 0 4rem 2rem 0;
}
.custom_blocks .container .item .detail a.button, .custom_blocks body.page section .item .detail a.button, body.page .custom_blocks section .item .detail a.button {
  font-family: 'Magpie Bold' !important;
  padding: 12px 15px 8px;
  color: #BCBEC0;
  border: #BCBEC0 1px solid !important;
  text-decoration: none;
  font-size: 11.5pt;
  letter-spacing: -0.5px;
}
.custom_blocks .container .item .detail a.button::after, .custom_blocks body.page section .item .detail a.button::after, body.page .custom_blocks section .item .detail a.button::after, .custom_blocks .container .item .detail a.button:hover::after, .custom_blocks body.page section .item .detail a.button:hover::after, body.page .custom_blocks section .item .detail a.button:hover::after {
  display: none;
}
.custom_blocks .container .item .image, .custom_blocks body.page section .item .image, body.page .custom_blocks section .item .image {
  height: 25rem;
  width: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 1024px) {
  .custom_blocks .container .item, .custom_blocks body.page section .item, body.page .custom_blocks section .item {
    display: flex;
    flex-direction: column;
    height: auto;
    margin-bottom: 2rem;
  }
  .custom_blocks .container .item .detail, .custom_blocks body.page section .item .detail, body.page .custom_blocks section .item .detail, .custom_blocks .container .item .image, .custom_blocks body.page section .item .image, body.page .custom_blocks section .item .image {
    width: 100%;
  }
  .custom_blocks .container .item .detail, .custom_blocks body.page section .item .detail, body.page .custom_blocks section .item .detail {
    order: 2;
    flex: 1 0 auto;
    height: auto;
  }
  .custom_blocks .container .item .detail h1, .custom_blocks body.page section .item .detail h1, body.page .custom_blocks section .item .detail h1, .custom_blocks .container .item .detail h2, .custom_blocks body.page section .item .detail h2, body.page .custom_blocks section .item .detail h2, .custom_blocks .container .item .watch_stuff .watch_slider .slide .detail h1 p, .watch_stuff .watch_slider .slide .custom_blocks .container .item .detail h1 p, .custom_blocks body.page section .item .watch_stuff .watch_slider .slide .detail h1 p, .watch_stuff .watch_slider .slide .custom_blocks body.page section .item .detail h1 p, body.page .custom_blocks section .item .watch_stuff .watch_slider .slide .detail h1 p, .watch_stuff .watch_slider .slide body.page .custom_blocks section .item .detail h1 p {
    font-size: 28pt;
    line-height: 28pt;
    letter-spacing: -2px;
  }
  .custom_blocks .container .item .detail p, .custom_blocks body.page section .item .detail p, body.page .custom_blocks section .item .detail p {
    margin-right: 0;
    font-size: 15pt;
    line-height: 21pt;
    margin-bottom: 25px;
  }
  .custom_blocks .container .item .image, .custom_blocks body.page section .item .image, body.page .custom_blocks section .item .image {
    order: 1;
    height: 30rem;
    margin-bottom: 40px;
  }
}
@media (max-width: 600px) {
  .custom_blocks .container .item .image, .custom_blocks body.page section .item .image, body.page .custom_blocks section .item .image {
    height: 16.5rem;
  }
}
@media (max-width: 1024px) {
  .custom_blocks {
    margin-bottom: 0;
  }
}

.outro .container, .outro body.page section, body.page .outro section {
  display: flex;
  padding: 20px 0 50px;
}
.outro .container .left, .outro body.page section .left, body.page .outro section .left {
  width: 50%;
  padding-right: 4rem;
}
.outro .container .left h1, .outro body.page section .left h1, body.page .outro section .left h1, .outro .container .left h2, .outro body.page section .left h2, body.page .outro section .left h2, .outro .container .left .watch_stuff .watch_slider .slide .detail h1 p, .watch_stuff .watch_slider .slide .detail h1 .outro .container .left p, .outro body.page section .left .watch_stuff .watch_slider .slide .detail h1 p, .watch_stuff .watch_slider .slide .detail h1 .outro body.page section .left p, body.page .outro section .left .watch_stuff .watch_slider .slide .detail h1 p, .watch_stuff .watch_slider .slide .detail h1 body.page .outro section .left p {
  text-transform: uppercase;
}
.outro .container .left p, .outro body.page section .left p, body.page .outro section .left p {
  line-height: 25.5pt;
}
.outro .container .left .auntySignature, .outro body.page section .left .auntySignature, body.page .outro section .left .auntySignature {
  margin: 40px 0 40px;
}
.outro .container .pinkFlamingo, .outro body.page section .pinkFlamingo, body.page .outro section .pinkFlamingo {
  height: 454px;
  width: 50%;
  background-image: url("https://d1etcoxlqx02or.cloudfront.net/img/GP16_Footer_GIF_v02_CROP.gif");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .outro .container, .outro body.page section, body.page .outro section {
    margin-bottom: 30px;
    flex-direction: column;
  }
  .outro .container .pinkFlamingo, .outro body.page section .pinkFlamingo, body.page .outro section .pinkFlamingo, .outro .container .left, .outro body.page section .left, body.page .outro section .left {
    width: 100%;
  }
  .outro .container .pinkFlamingo, .outro body.page section .pinkFlamingo, body.page .outro section .pinkFlamingo {
    order: 0;
    width: 100%;
    margin-bottom: 2rem;
    height: 30rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .outro .container .left, .outro body.page section .left, body.page .outro section .left {
    order: 1;
  }
  .outro .container .left h1, .outro body.page section .left h1, body.page .outro section .left h1, .outro .container .left h2, .outro body.page section .left h2, body.page .outro section .left h2, .outro .container .left .watch_stuff .watch_slider .slide .detail h1 p, .watch_stuff .watch_slider .slide .detail h1 .outro .container .left p, .outro body.page section .left .watch_stuff .watch_slider .slide .detail h1 p, .watch_stuff .watch_slider .slide .detail h1 .outro body.page section .left p, body.page .outro section .left .watch_stuff .watch_slider .slide .detail h1 p, .watch_stuff .watch_slider .slide .detail h1 body.page .outro section .left p {
    font-size: 28pt;
    line-height: 28pt;
    letter-spacing: -2px;
  }
  .outro .container .left p, .outro body.page section .left p, body.page .outro section .left p {
    margin-right: 0;
    font-size: 15pt;
    line-height: 21pt;
    margin-bottom: 25px;
  }
}

/*----------------------------
  || GP2016 Line Up Section
  || Studio PDA / 2015
/*---------------------------*/
.full_lineup .fullwidth {
  margin-top: 4.68rem;
}
.full_lineup .fullwidth .artist_list_thumbs {
  display: flex;
  flex-flow: row wrap;
}
.full_lineup .fullwidth .artist_list_thumbs a {
  width: calc(100% / 3);
  height: calc(50vw / 3);
  min-height: 290px;
  display: flex;
  background-position: center center;
  background-color: rgba(44, 55, 110, 0.35);
  background-blend-mode: overlay;
  background-size: cover;
  border: none !important;
  position: relative;
}
.full_lineup .fullwidth .artist_list_thumbs a .hover {
  width: 100%;
  height: 100%;
  background-color: rgba(188, 190, 192, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s ease;
  font-size: 36pt;
  line-height: 36pt;
  padding: 0 1rem;
  color: #2E396C;
  font-family: "Magpie Bold";
  text-align: center;
  word-spacing: 100vw;
}
.full_lineup .fullwidth .artist_list_thumbs a .hover[type~="extended"] {
  word-spacing: normal;
}
.full_lineup .fullwidth .artist_list_thumbs a:hover .hover {
  opacity: 1;
}
@media (max-width: 1024px) {
  .full_lineup .fullwidth .artist_list_thumbs a {
    height: 210px;
    min-height: 210px;
    margin-bottom: 90px;
  }
  .full_lineup .fullwidth .artist_list_thumbs a .hover {
    position: absolute;
    bottom: -80px;
    height: 70px;
    background: none;
    color: #BCBEC0;
    font-size: 18pt;
    line-height: 17pt;
    word-spacing: normal;
    padding: 0 0.5rem;
    align-items: flex-start;
    opacity: 1 !important;
  }
}
@media (max-width: 360px) {
  .full_lineup .fullwidth .artist_list_thumbs a {
    margin-bottom: 120px;
  }
}
@media (max-width: 600px) {
  .full_lineup .fullwidth .artist_list_thumbs {
    padding: 0 1.5rem;
  }
  .full_lineup .fullwidth .artist_list_thumbs a {
    height: 150px;
    min-height: 150px;
    width: calc(100% / 2);
  }
  .full_lineup .fullwidth .artist_list_thumbs a .hover {
    font-size: 16pt;
  }
}
.full_lineup .container, .full_lineup body.page section, body.page .full_lineup section {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.full_lineup .container .hr, .full_lineup body.page section .hr, body.page .full_lineup section .hr {
  width: 100%;
}
.full_lineup .container .whos_playing_text, .full_lineup body.page section .whos_playing_text, body.page .full_lineup section .whos_playing_text {
  margin-top: 5rem;
  position: relative;
  width: 100%;
  max-width: 1126px;
  display: flex;
}
.full_lineup .container .whos_playing_text h1, .full_lineup body.page section .whos_playing_text h1, body.page .full_lineup section .whos_playing_text h1, .full_lineup .container .whos_playing_text h2, .full_lineup body.page section .whos_playing_text h2, body.page .full_lineup section .whos_playing_text h2, .full_lineup .container .whos_playing_text .watch_stuff .watch_slider .slide .detail h1 p, .watch_stuff .watch_slider .slide .detail h1 .full_lineup .container .whos_playing_text p, .full_lineup body.page section .whos_playing_text .watch_stuff .watch_slider .slide .detail h1 p, .watch_stuff .watch_slider .slide .detail h1 .full_lineup body.page section .whos_playing_text p, body.page .full_lineup section .whos_playing_text .watch_stuff .watch_slider .slide .detail h1 p, .watch_stuff .watch_slider .slide .detail h1 body.page .full_lineup section .whos_playing_text p {
  flex: 1 0;
  text-transform: uppercase;
  font-size: 43pt;
  line-height: 34pt;
  letter-spacing: -1px;
  word-spacing: 100vw;
}
@media (max-width: 800px) and (min-width: 600px) {
  .full_lineup .container .whos_playing_text h1, .full_lineup body.page section .whos_playing_text h1, body.page .full_lineup section .whos_playing_text h1, .full_lineup .container .whos_playing_text h2, .full_lineup body.page section .whos_playing_text h2, body.page .full_lineup section .whos_playing_text h2, .full_lineup .container .whos_playing_text .watch_stuff .watch_slider .slide .detail h1 p, .watch_stuff .watch_slider .slide .detail h1 .full_lineup .container .whos_playing_text p, .full_lineup body.page section .whos_playing_text .watch_stuff .watch_slider .slide .detail h1 p, .watch_stuff .watch_slider .slide .detail h1 .full_lineup body.page section .whos_playing_text p, body.page .full_lineup section .whos_playing_text .watch_stuff .watch_slider .slide .detail h1 p, .watch_stuff .watch_slider .slide .detail h1 body.page .full_lineup section .whos_playing_text p {
    font-size: 7vw;
    line-height: 6.25vw;
  }
}
.full_lineup .container .whos_playing_text .intro, .full_lineup body.page section .whos_playing_text .intro, body.page .full_lineup section .whos_playing_text .intro {
  width: 65%;
}
.full_lineup .container .whos_playing_text .intro p, .full_lineup body.page section .whos_playing_text .intro p, body.page .full_lineup section .whos_playing_text .intro p {
  margin-bottom: 45px;
}
@media (max-width: 600px) {
  .full_lineup .container .whos_playing_text, .full_lineup body.page section .whos_playing_text, body.page .full_lineup section .whos_playing_text {
    flex-direction: column;
  }
  .full_lineup .container .whos_playing_text h1, .full_lineup body.page section .whos_playing_text h1, body.page .full_lineup section .whos_playing_text h1, .full_lineup .container .whos_playing_text h2, .full_lineup body.page section .whos_playing_text h2, body.page .full_lineup section .whos_playing_text h2, .full_lineup .container .whos_playing_text .watch_stuff .watch_slider .slide .detail h1 p, .watch_stuff .watch_slider .slide .detail h1 .full_lineup .container .whos_playing_text p, .full_lineup body.page section .whos_playing_text .watch_stuff .watch_slider .slide .detail h1 p, .watch_stuff .watch_slider .slide .detail h1 .full_lineup body.page section .whos_playing_text p, body.page .full_lineup section .whos_playing_text .watch_stuff .watch_slider .slide .detail h1 p, .watch_stuff .watch_slider .slide .detail h1 body.page .full_lineup section .whos_playing_text p, .full_lineup .container .whos_playing_text .intro, .full_lineup body.page section .whos_playing_text .intro, body.page .full_lineup section .whos_playing_text .intro {
    width: 100%;
  }
  .full_lineup .container .whos_playing_text h1, .full_lineup body.page section .whos_playing_text h1, body.page .full_lineup section .whos_playing_text h1, .full_lineup .container .whos_playing_text h2, .full_lineup body.page section .whos_playing_text h2, body.page .full_lineup section .whos_playing_text h2, .full_lineup .container .whos_playing_text .watch_stuff .watch_slider .slide .detail h1 p, .watch_stuff .watch_slider .slide .detail h1 .full_lineup .container .whos_playing_text p, .full_lineup body.page section .whos_playing_text .watch_stuff .watch_slider .slide .detail h1 p, .watch_stuff .watch_slider .slide .detail h1 .full_lineup body.page section .whos_playing_text p, body.page .full_lineup section .whos_playing_text .watch_stuff .watch_slider .slide .detail h1 p, .watch_stuff .watch_slider .slide .detail h1 body.page .full_lineup section .whos_playing_text p {
    text-align: center;
    margin-bottom: 45px;
  }
  .full_lineup .container .whos_playing_text p, .full_lineup body.page section .whos_playing_text p, body.page .full_lineup section .whos_playing_text p {
    margin-bottom: 25px;
  }
}
.full_lineup .container .download_playing_times, .full_lineup body.page section .download_playing_times, body.page .full_lineup section .download_playing_times {
  margin-top: 5rem;
}
.full_lineup .container .download_playing_times a.button, .full_lineup body.page section .download_playing_times a.button, body.page .full_lineup section .download_playing_times a.button {
  font-family: 'Magpie Bold' !important;
  padding: 12px 15px 8px;
  color: #BCBEC0;
  border: #BCBEC0 1px solid !important;
  text-decoration: none;
  font-size: 11.5pt;
  letter-spacing: -0.5px;
}
.full_lineup .container .download_playing_times a.button::after, .full_lineup body.page section .download_playing_times a.button::after, body.page .full_lineup section .download_playing_times a.button::after, .full_lineup .container .download_playing_times a.button:hover::after, .full_lineup body.page section .download_playing_times a.button:hover::after, body.page .full_lineup section .download_playing_times a.button:hover::after {
  display: none;
}
@media (max-width: 600px) {
  .full_lineup .container .download_playing_times, .full_lineup body.page section .download_playing_times, body.page .full_lineup section .download_playing_times {
    display: flex;
    justify-content: center;
  }
  .full_lineup .container .download_playing_times a.button, .full_lineup body.page section .download_playing_times a.button, body.page .full_lineup section .download_playing_times a.button {
    font-size: 14pt;
    padding: 10px 15px 6px;
  }
}
.full_lineup .container .hr.tablet, .full_lineup body.page section .hr.tablet, body.page .full_lineup section .hr.tablet {
  margin-top: 30px;
}
.full_lineup .container .artist_list, .full_lineup body.page section .artist_list, body.page .full_lineup section .artist_list {
  margin: 3.75rem 0 0rem;
  padding: 1rem 0 2rem;
  display: inline;
  text-align: flex-start;
}
.full_lineup .container .artist_list a, .full_lineup body.page section .artist_list a, body.page .full_lineup section .artist_list a {
  font-family: 'Magpie Bold';
  font-size: 40pt;
  line-height: 48pt;
  word-break: keep-all;
  overflow: visible;
  border: none;
  color: #BCBEC0;
  opacity: 1;
  padding: 10px 0 0 0;
  transition: color 0.1s ease-out;
}
.full_lineup .container .artist_list a:hover, .full_lineup body.page section .artist_list a:hover, body.page .full_lineup section .artist_list a:hover {
  color: white;
  border: none;
  opacity: 1;
}
@media (max-width: 1024px) {
  .full_lineup .container .artist_list a, .full_lineup body.page section .artist_list a, body.page .full_lineup section .artist_list a {
    font-size: 43pt;
    line-height: 50pt;
  }
}
@media (max-width: 600px) {
  .full_lineup .container .artist_list, .full_lineup body.page section .artist_list, body.page .full_lineup section .artist_list {
    display: none;
  }
}
.full_lineup .container .boot_image, .full_lineup body.page section .boot_image, body.page .full_lineup section .boot_image {
  background: url("./img/boot_image.gif") no-repeat center center;
  background-size: contain;
  width: 912px;
  height: 555px;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .full_lineup .container .boot_image, .full_lineup body.page section .boot_image, body.page .full_lineup section .boot_image {
    width: 100vw;
    background-size: cover;
  }
}
.full_lineup .container .artist_slider_container, .full_lineup body.page section .artist_slider_container, body.page .full_lineup section .artist_slider_container {
  position: relative;
  min-height: 40rem;
}
.full_lineup .container .artist_slider_container .prevSlideName, .full_lineup body.page section .artist_slider_container .prevSlideName, body.page .full_lineup section .artist_slider_container .prevSlideName, .full_lineup .container .artist_slider_container .nextSlideName, .full_lineup body.page section .artist_slider_container .nextSlideName, body.page .full_lineup section .artist_slider_container .nextSlideName {
  position: absolute;
  width: 450px;
  top: 450px;
  left: -6rem;
  color: #A9C9CA;
  font-size: 15px;
  text-align: center;
}
@media (max-width: 1024px) {
  .full_lineup .container .artist_slider_container .prevSlideName, .full_lineup body.page section .artist_slider_container .prevSlideName, body.page .full_lineup section .artist_slider_container .prevSlideName, .full_lineup .container .artist_slider_container .nextSlideName, .full_lineup body.page section .artist_slider_container .nextSlideName, body.page .full_lineup section .artist_slider_container .nextSlideName {
    display: none;
  }
}
.full_lineup .container .artist_slider_container .prevSlideName, .full_lineup body.page section .artist_slider_container .prevSlideName, body.page .full_lineup section .artist_slider_container .prevSlideName {
  left: 2.5rem;
  transform: rotate(270deg);
  transform-origin: 1% center;
}
.full_lineup .container .artist_slider_container .nextSlideName, .full_lineup body.page section .artist_slider_container .nextSlideName, body.page .full_lineup section .artist_slider_container .nextSlideName {
  left: auto;
  right: 2rem;
  transform: rotate(-270deg);
  transform-origin: right center;
}
.full_lineup .container .artist_slider_container .close, .full_lineup body.page section .artist_slider_container .close, body.page .full_lineup section .artist_slider_container .close {
  height: 44px;
  width: 44px;
  background-color: #e86151;
  position: absolute;
  right: 4rem;
  top: 0;
  cursor: pointer;
}
.full_lineup .container .artist_slider_container .close line, .full_lineup body.page section .artist_slider_container .close line, body.page .full_lineup section .artist_slider_container .close line {
  width: 32px;
  height: 1px;
  background-color: white;
  position: absolute;
  top: 22px;
  left: 6px;
}
.full_lineup .container .artist_slider_container .close line:first-child, .full_lineup body.page section .artist_slider_container .close line:first-child, body.page .full_lineup section .artist_slider_container .close line:first-child {
  transform: rotate(45deg);
}
.full_lineup .container .artist_slider_container .close line:last-child, .full_lineup body.page section .artist_slider_container .close line:last-child, body.page .full_lineup section .artist_slider_container .close line:last-child {
  transform: rotate(-45deg);
}
@media (max-width: 1024px) {
  .full_lineup .container .artist_slider_container .close, .full_lineup body.page section .artist_slider_container .close, body.page .full_lineup section .artist_slider_container .close {
    right: 2rem;
  }
}
.full_lineup .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100vw;
  min-height: 100vh;
  height: auto;
  background-color: rgba(188, 190, 192, 0.95);
  padding: 2.85rem 0 0;
  overflow-y: scroll;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}
.full_lineup .modal * {
  color: #2E396C !important;
  border-color: #2E396C;
}
.full_lineup .modal.active {
  pointer-events: all;
  opacity: 1;
}
.full_lineup .modal .container, .full_lineup .modal body.page section, body.page .full_lineup .modal section {
  position: relative;
}
.full_lineup .modal .container .close, .full_lineup .modal body.page section .close, body.page .full_lineup .modal section .close {
  position: absolute;
  top: -26px;
  right: 2px;
  width: 18px;
  height: 18px;
  background: url("./img/modal_close.svg") no-repeat center center;
  background-size: contain;
  border-bottom: none;
  cursor: pointer;
}
@media (max-width: 1400px) {
  .full_lineup .modal .container .close, .full_lineup .modal body.page section .close, body.page .full_lineup .modal section .close {
    right: 24px;
  }
}
@media (max-width: 1024px) {
  .full_lineup .modal .container .close, .full_lineup .modal body.page section .close, body.page .full_lineup .modal section .close {
    background: url("./img/modal_close_tablet.svg") no-repeat center center;
    height: 40px;
    width: 40px;
    background-size: contain;
    position: fixed;
    top: 75px;
    right: 32px;
    z-index: 2;
  }
}
.full_lineup .modal .artist_list {
  margin-top: 1.5rem;
  padding-bottom: 2.85rem;
  border-bottom: none;
}
.full_lineup .modal .artist_list a {
  transition: color 0.1s ease;
}
.full_lineup .modal .artist_list a:hover {
  color: white !important;
}
@media (max-width: 420px) {
  .full_lineup .modal .artist_list a {
    font-size: 13vw;
    line-height: 13.5vw;
  }
}
@media (max-width: 600px) {
  .full_lineup .modal .artist_list {
    display: block;
  }
}
.full_lineup .modal .artist_slider_container {
  width: 100%;
  background: none;
}
.full_lineup .modal .artist_slider_container .artist_slider {
  position: relative;
  width: 100%;
  height: auto;
  color: #2E396C;
}
.full_lineup .modal .artist_slider_container .artist_slider .artist {
  display: flex;
  height: auto;
  flex-direction: column;
}
.full_lineup .modal .artist_slider_container .artist_slider .artist .heroimage {
  margin-top: 2.85rem;
  min-height: 516px;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 1024px) {
  .full_lineup .modal .artist_slider_container .artist_slider .artist .heroimage {
    margin-top: 0;
    min-height: 414px;
  }
}
.full_lineup .modal .artist_slider_container .artist_slider .artist .info {
  display: flex;
  margin: 2.85rem 0 0;
}
.full_lineup .modal .artist_slider_container .artist_slider .artist .info .title {
  flex: 1 0;
}
.full_lineup .modal .artist_slider_container .artist_slider .artist .info .title .name {
  font-family: 'Magpie Bold';
  font-size: 38pt;
  line-height: 36pt;
  letter-spacing: -1px;
  word-spacing: 100vw;
}
@media (max-width: 1024px) {
  .full_lineup .modal .artist_slider_container .artist_slider .artist .info .title .name {
    font-size: 45pt;
    line-height: 43pt;
  }
}
.full_lineup .modal .artist_slider_container .artist_slider .artist .info .title .slider_nav {
  margin-top: 2rem;
}
.full_lineup .modal .artist_slider_container .artist_slider .artist .info .title .slider_nav a {
  font-family: 'Magpie Bold';
  border-bottom: none;
  font-size: 11pt;
  cursor: pointer;
}
@media (max-width: 600px) {
  .full_lineup .modal .artist_slider_container .artist_slider .artist .info .title .slider_nav a {
    font-size: 13pt;
  }
}
.full_lineup .modal .artist_slider_container .artist_slider .artist .info .description {
  width: 60%;
}
.full_lineup .modal .artist_slider_container .artist_slider .artist .info .description p {
  line-height: 24pt;
}
.full_lineup .modal .artist_slider_container .artist_slider .artist .info .description p a {
  transition: all 0.1s ease;
}
.full_lineup .modal .artist_slider_container .artist_slider .artist .info .description p a:hover {
  color: white !important;
}
@media (max-width: 1024px) {
  .full_lineup .modal .artist_slider_container .artist_slider .artist .info .description {
    margin: 9.1rem 0 0;
  }
}
@media (max-width: 600px) {
  .full_lineup .modal .artist_slider_container .artist_slider .artist .info {
    flex-direction: column;
  }
  .full_lineup .modal .artist_slider_container .artist_slider .artist .info .description {
    width: 100%;
    margin: 2rem 0 0;
  }
}
@media (max-width: 1024px) {
  .full_lineup .modal .hr:first-of-type {
    display: none;
  }
}

section.gallery {
  display: flex;
  margin: 40px 0;
}
section.gallery .container, section.gallery body.page section, body.page section.gallery section {
  display: flex;
  flex-flow: row wrap;
}
section.gallery .container .item, section.gallery body.page section .item, body.page section.gallery section .item {
  display: flex;
  flex-direction: column;
  width: calc(33.33% - 20px);
  height: 256px;
  margin: 0 20px 20px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 1800px) {
  section.gallery .container .item:nth-child(3n+3), section.gallery body.page section .item:nth-child(3n+3), body.page section.gallery section .item:nth-child(3n+3) {
    margin-right: 0;
    width: 33.33%;
  }
}
@media (max-width: 1024px) {
  section.gallery .container .item, section.gallery body.page section .item, body.page section.gallery section .item {
    width: calc(50% - 20px);
    height: 200px;
    margin-right: 20px;
  }
  section.gallery .container .item:nth-child(3n+3), section.gallery body.page section .item:nth-child(3n+3), body.page section.gallery section .item:nth-child(3n+3) {
    margin-right: 20px;
    width: calc(50% - 20px);
  }
  section.gallery .container .item:nth-child(2n+2), section.gallery body.page section .item:nth-child(2n+2), body.page section.gallery section .item:nth-child(2n+2) {
    margin-right: 0;
    width: 50%;
  }
}
@media (max-width: 600px) {
  section.gallery .container .item, section.gallery body.page section .item, body.page section.gallery section .item {
    width: 100%;
    height: 280px;
    margin-right: 0;
  }
  section.gallery .container .item:nth-child(3n+3), section.gallery body.page section .item:nth-child(3n+3), body.page section.gallery section .item:nth-child(3n+3) {
    margin-right: 0;
    width: 100%;
  }
  section.gallery .container .item:nth-child(2n+2), section.gallery body.page section .item:nth-child(2n+2), body.page section.gallery section .item:nth-child(2n+2) {
    margin-right: 0;
    width: 100%;
  }
}
