/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

a {
  text-decoration: none; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

:root {
  font-size: 62.5%; }
  :root body {
    color: #191914;
    font-family: "futura-pt", sans-serif; }

::selection {
  background-color: #e0115f; }

.wp-video {
  margin: 0 auto; }

.outer {
  width: calc(100vw - 40px);
  margin: 0 auto;
  position: relative;
  z-index: 0; }
  .outer h2 {
    font-size: 4.2rem;
    line-height: 4.5rem;
    text-align: center;
    color: white;
    font-family: "gastromond", sans-serif; }
  .outer .inner {
    width: 1280px;
    margin: 0 auto;
    z-index: 10; }
    @media only screen and (min-width: 100px) and (max-width: 760px) {
      .outer .inner {
        width: calc(100vw - 80px); } }
    .outer .inner h3 {
      font-family: "mono45-headline", monospace;
      text-align: center;
      color: white;
      font-size: 3.8rem; }
    .outer .inner p a {
      color: white;
      border-bottom: white; }
    .outer .inner p.button a {
      border-bottom: 1px solid white; }
    .outer .inner p strong {
      font-weight: 700; }
    .outer .inner blockquote {
      margin: 4rem 0 0 0;
      background-color: rgba(255, 255, 255, 0.1);
      border-radius: 5px;
      padding: 10px;
      position: relative; }
      .outer .inner blockquote.opaque {
        color: #e0115f;
        background-color: rgba(255, 255, 255, 0.7); }
      .outer .inner blockquote p {
        font-size: 3rem !important;
        line-height: 3.9rem;
        font-style: italic; }
      .outer .inner blockquote:before {
        position: absolute;
        top: -20px;
        left: -20px;
        color: rgba(255, 255, 255, 0.5);
        font-size: 7rem !important;
        content: "\201C";
        font-family: "gastromond", sans-serif; }
      .outer .inner blockquote:after {
        position: absolute;
        bottom: -50px;
        right: -20px;
        color: rgba(255, 255, 255, 0.5);
        font-size: 7rem !important;
        content: "\201D";
        font-family: "gastromond", sans-serif; }
    .outer .inner cite {
      font-weight: normal;
      font-size: 1.6rem;
      margin-bottom: 4rem; }
  .outer.social {
    margin-top: -100px; }
    .outer.social .inner .icons {
      display: flex;
      justify-content: center; }
      .outer.social .inner .icons div {
        width: 100px;
        height: 100px;
        margin: 20px; }
        .outer.social .inner .icons div a {
          width: 100px;
          height: 100px;
          display: inline-block;
          text-indent: -999999px;
          transition-duration: 0.2s; }
          .outer.social .inner .icons div a:hover {
            opacity: 0.85; }
        .outer.social .inner .icons div.twitter a {
          background-image: url("../images/twitter.png");
          background-size: contain; }
        .outer.social .inner .icons div.facebook a {
          background-image: url("../images/facebook.png");
          background-size: contain; }

#banner {
  background-color: #e0115f;
  height: 90px;
  position: fixed;
  top: 20px;
  left: 20px;
  right: 20px;
  width: calc(100vw - 40px);
  z-index: 99999;
  animation: fadein 0.4s; }
  .home #banner {
    background-color: rgba(224, 17, 95, 0);
    transition-duration: 0.4s; }
    .home #banner.active {
      background-color: #e0115f; }
  #banner h1 {
    position: relative;
    top: 2rem;
    margin: 0 auto;
    font-family: "mono45-headline", monospace;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 4rem;
    line-height: 4rem;
    padding: 1rem 2rem 0 2rem;
    color: #e0115f;
    text-align: center; }
    #banner h1 a {
      color: black; }
    #banner h1 .space {
      background-image: url("../images/separator.svg");
      background-repeat: no-repeat;
      background-position: 50% -1px;
      background-size: 3rem;
      margin: 0 0.5rem; }
      @media only screen and (min-width: 100px) and (max-width: 760px) {
        #banner h1 .space {
          background-size: 2rem; } }
    @media only screen and (min-width: 1800px) {
      #banner h1 {
        width: 1080px; } }
    @media only screen and (min-width: 1135px) and (max-width: 1799px) {
      #banner h1 {
        font-size: 4rem;
        line-height: 4rem; } }
    @media only screen and (min-width: 100px) and (max-width: 760px) {
      #banner h1 {
        font-size: 2rem;
        line-height: 2rem;
        width: 290px; } }
  #banner #social-links {
    position: absolute;
    top: 28px;
    left: 80px;
    z-index: 999; }
    #banner #social-links a {
      display: inline-block; }
    #banner #social-links .instagram {
      background-image: url("../images/instagram.svg");
      width: 24px;
      height: 24px;
      margin-right: 10px;
      text-indent: -100000px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain; }
    #banner #social-links .twitter {
      background-image: url("../images/twitter.svg");
      width: 24px;
      height: 24px;
      margin-right: 10px;
      text-indent: -100000px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain; }
  #banner #menu-register {
    position: absolute;
    top: 28px;
    right: 80px;
    font-size: 1.2rem;
    line-height: 0.9rem;
    text-transform: uppercase;
    text-align: right;
    font-family: "mono45-headline", monospace; }
    #banner #menu-register a {
      color: black; }
      #banner #menu-register a strong {
        display: block;
        color: white;
        font-size: 2.2rem;
        line-height: 2rem; }
  #banner #hamburger {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 99999;
    width: 28px;
    height: 22px;
    transition-duration: 0.4s; }
    #banner #hamburger:before {
      width: 28px;
      height: 4px;
      background-color: black;
      content: '';
      position: absolute;
      top: 50%;
      margin-top: -2px;
      left: 0;
      transition-duration: 0.3s; }
    #banner #hamburger a {
      color: white;
      display: block;
      width: 28px;
      height: 22px;
      position: relative;
      text-indent: -10000px; }
      #banner #hamburger a:before {
        width: 28px;
        height: 4px;
        background-color: black;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        transition-duration: 0.3s; }
      #banner #hamburger a:after {
        width: 28px;
        height: 4px;
        background-color: black;
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        transition-duration: 0.3s; }
    #banner #hamburger:hover:before, #banner #hamburger:hover a:before, #banner #hamburger:hover a:after {
      background-color: white; }
    #banner #hamburger.active:before {
      opacity: 0; }
    #banner #hamburger.active a:before {
      top: 10px;
      transform: rotate(45deg); }
    #banner #hamburger.active a:after {
      top: 10px;
      transform: rotate(-45deg); }

#main-menu {
  display: block;
  position: fixed;
  top: 109px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  width: calc(100vw - 40px);
  height: 0px;
  z-index: 99998;
  transition-duration: 0.5s;
  transition-property: height;
  background: #e0115f;
  overflow-y: scroll;
  animation: fadein 0.5s; }
  #main-menu:after {
    content: '';
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 20px;
    background-color: white; }
  #main-menu.active {
    height: calc(100vh - 129px); }
    @media only screen and (max-height: 640px) {
      #main-menu.active {
        min-height: 720px; } }
  #main-menu ul li {
    text-align: center;
    font-size: 3rem;
    line-height: 6rem;
    text-transform: uppercase;
    font-weight: 800; }
    @media only screen and (min-width: 100px) and (max-width: 760px) {
      #main-menu ul li {
        font-size: 2.2rem;
        line-height: 4.4rem; } }
    #main-menu ul li a {
      color: white;
      transition-duration: 0.2s; }
      #main-menu ul li a:hover {
        background-color: black; }

.section-title {
  padding: 4rem 0 1rem 0; }

.gallery {
  width: 600px;
  height: 400px;
  margin: 5rem auto; }
  .gallery .slide {
    width: 600px;
    height: 400px;
    position: relative; }
    .gallery .slide blockquote {
      width: 90%;
      display: block;
      margin: 20% auto 0 auto;
      color: white;
      text-align: center; }
    .gallery .slide cite {
      display: block;
      width: 90%;
      margin: 10px auto; }
  .gallery .slick-dots {
    text-align: center;
    margin-top: 20px; }
    .gallery .slick-dots li {
      display: inline-block;
      margin: 0 4px;
      width: 8px;
      height: 8px;
      border-radius: 4px;
      background: rgba(255, 255, 255, 0.5); }
      .gallery .slick-dots li button {
        text-indent: -100000px;
        border: none;
        display: block;
        width: 10px;
        height: 10px;
        background: transparent;
        cursor: pointer;
        outline: none; }
      .gallery .slick-dots li.slick-active {
        background: rgba(0, 0, 0, 0.7); }

.columns {
  padding: 4rem 0; }
  .columns .column {
    color: white;
    position: relative; }
    .columns .column.single-centre {
      width: calc(100vw - 120px);
      max-width: 630px;
      margin: 0 auto; }
    .columns .column p {
      font-size: 2.2rem;
      line-height: 2.8rem;
      margin-bottom: 2.8rem;
      position: relative; }
      .columns .column p a {
	      text-decoration: underline;
      }
      .columns .column p.button a {
	      text-decoration: none;
      }
      .columns .column p.introduction {
        font-weight: 800;
        font-size: 2.6rem;
        line-height: 3.2rem; }
    .columns .column .top-positioned {
      position: absolute; }
    .columns .column img {
      max-width: 100%;
      height: auto; }
  .columns.columns-2 {
    width: 720px;
    display: flex; }
    .columns.columns-2 .column {
      width: 50%; }

#countdown {
  color: rgba(255, 255, 255, 0.55);
  font-size: 9rem;
  font-family: "mono45-headline", monospace;
  text-align: center; }
  .home #countdown {
    margin-top: 4rem;
    color: rgba(255, 255, 255, 0.9); }

.tiles {
  display: flex;
  flex-wrap: wrap;
  background: #191914; }
  .tiles .tile {
    width: 33.333%;
    height: 210px; }

#interview-stories {
  padding-bottom: 14rem; }
  #interview-stories #interviewee-tiles {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 0 0;
    width: 960px;
    margin: 0 auto;
    position: relative; }
    @media only screen and (min-width: 100px) and (max-width: 760px) {
      #interview-stories #interviewee-tiles {
        width: 320px;
        display: block; } }
    #interview-stories #interviewee-tiles .interview-group {
      width: 33.3334%;
      height: 210px;
      margin-bottom: 2px; }
      @media only screen and (min-width: 100px) and (max-width: 760px) {
        #interview-stories #interviewee-tiles .interview-group {
          width: 320px;
          display: block; } }
      #interview-stories #interviewee-tiles .interview-group .interviewee {
        width: 320px;
        height: 210px;
        margin: 2px;
        text-align: center;
        position: relative;
        cursor: pointer;
        transition-duration: 0.3s; }
        #interview-stories #interviewee-tiles .interview-group .interviewee.pink {
          background-color: rgba(224, 17, 95, 0.925); }
          #interview-stories #interviewee-tiles .interview-group .interviewee.pink:hover {
            background-color: #e0115f; }
        #interview-stories #interviewee-tiles .interview-group .interviewee.blue {
          background-color: rgba(212, 180, 131, 0.925); }
          #interview-stories #interviewee-tiles .interview-group .interviewee.blue:hover {
            background-color: #d4b483; }
        #interview-stories #interviewee-tiles .interview-group .interviewee.green {
          background-color: rgba(36, 6, 237, 0.925); }
          #interview-stories #interviewee-tiles .interview-group .interviewee.green:hover {
            background-color: #2406ed; }
        #interview-stories #interviewee-tiles .interview-group .interviewee.grey {
          background-color: rgba(237, 127, 0, 0.925); }
          #interview-stories #interviewee-tiles .interview-group .interviewee.grey:hover {
            background-color: #ed7f00; }
        #interview-stories #interviewee-tiles .interview-group .interviewee.beige {
          background-color: rgba(183, 6, 247, 0.925); }
          #interview-stories #interviewee-tiles .interview-group .interviewee.beige:hover {
            background-color: #b706f7; }
        #interview-stories #interviewee-tiles .interview-group .interviewee.purple {
          background-color: rgba(187, 145, 198, 0.925); }
          #interview-stories #interviewee-tiles .interview-group .interviewee.purple:hover {
            background-color: #bb91c6; }
        #interview-stories #interviewee-tiles .interview-group .interviewee:hover {
          z-index: 99; }
          #interview-stories #interviewee-tiles .interview-group .interviewee:hover:after, #interview-stories #interviewee-tiles .interview-group .interviewee:hover:before {
            transform: scale(1.005); }
        #interview-stories #interviewee-tiles .interview-group .interviewee:before {
          content: '';
          height: calc(100% - 8px);
          width: calc(100% - 4px);
          position: absolute;
          top: 4px;
          left: -2px;
          right: 0;
          bottom: 0;
          pointer-events: none; }
        #interview-stories #interviewee-tiles .interview-group .interviewee:after {
          content: '';
          width: calc(100% - 8px);
          height: calc(100% - 4px);
          position: absolute;
          top: -2px;
          left: 4px;
          right: 0;
          bottom: 0;
          pointer-events: none; }
        #interview-stories #interviewee-tiles .interview-group .interviewee h3 {
          font-family: "gastromond", sans-serif;
          font-size: 2.9rem;
          font-weight: 900;
          margin: 4rem auto 2rem auto; }
        #interview-stories #interviewee-tiles .interview-group .interviewee .soundbite {
          font-size: 1.8rem;
          line-height: 2.4rem;
          max-width: 80%;
          margin: 0 auto;
          font-family: "gastromond", sans-serif; }
          #interview-stories #interviewee-tiles .interview-group .interviewee .soundbite:before {
            content: open-quote;
            color: white;
            margin-right: 4px; }
          #interview-stories #interviewee-tiles .interview-group .interviewee .soundbite:after {
            content: close-quote;
            color: white;
            margin-left: 4px; }
        #interview-stories #interviewee-tiles .interview-group .interviewee .bio {
          display: none; }
  #interview-stories #interviewee-popup {
    position: absolute;
    top: calc(50% - 50px);
    left: 50%;
    width: 0;
    height: 0;
    overflow: hidden;
    margin-left: 0;
    opacity: 0;
    transition-duration: 0.4s;
    transition-property: all; }
    #interview-stories #interviewee-popup.pink {
      background-color: rgba(224, 17, 95, 0.925); }
      #interview-stories #interviewee-popup.pink:hover {
        background-color: #e0115f; }
    #interview-stories #interviewee-popup.blue {
      background-color: rgba(212, 180, 131, 0.925); }
      #interview-stories #interviewee-popup.blue:hover {
        background-color: #d4b483; }
    #interview-stories #interviewee-popup.green {
      background-color: rgba(36, 6, 237, 0.925); }
      #interview-stories #interviewee-popup.green:hover {
        background-color: #2406ed; }
    #interview-stories #interviewee-popup.grey {
      background-color: rgba(237, 127, 0, 0.925); }
      #interview-stories #interviewee-popup.grey:hover {
        background-color: #ed7f00; }
    #interview-stories #interviewee-popup.beige {
      background-color: rgba(183, 6, 247, 0.925); }
      #interview-stories #interviewee-popup.beige:hover {
        background-color: #b706f7; }
    #interview-stories #interviewee-popup.purple {
      background-color: rgba(187, 145, 198, 0.925); }
      #interview-stories #interviewee-popup.purple:hover {
        background-color: #bb91c6; }
    #interview-stories #interviewee-popup .close {
      position: absolute;
      top: 10px;
      right: 10px;
      font-size: 3rem;
      cursor: pointer; }
    #interview-stories #interviewee-popup.visible {
      width: 960px;
      height: 420px;
      margin: -230px 0 0 -480px;
      z-index: 999;
      opacity: 1; }
      @media only screen and (min-width: 100px) and (max-width: 760px) {
        #interview-stories #interviewee-popup.visible {
          top: 0;
          left: auto;
          width: calc(100vw - 40px);
          height: auto;
          margin: 0 auto; } }
    #interview-stories #interviewee-popup .story {
      width: 75%;
      margin: 40px auto;
      text-align: center; }
      #interview-stories #interviewee-popup .story h3 {
        font-family: "gastromond", sans-serif;
        font-size: 2.9rem;
        font-weight: 900;
        margin: 4rem auto 2rem auto; }
      #interview-stories #interviewee-popup .story .soundbite {
        font-size: 1.8rem;
        line-height: 2.4rem;
        margin: 0 auto 2.4rem;
        font-family: "gastromond", sans-serif;
        width: 256px; }
        #interview-stories #interviewee-popup .story .soundbite:before {
          content: open-quote;
          color: white;
          margin-right: 4px; }
        #interview-stories #interviewee-popup .story .soundbite:after {
          content: close-quote;
          color: white;
          margin-left: 4px; }
      #interview-stories #interviewee-popup .story .bio {
        font-size: 2rem;
        line-height: 2.4rem;
        margin-bottom: 2.4rem; }
        #interview-stories #interviewee-popup .story .bio .button-link {
          margin-top: 2.4rem; }
          #interview-stories #interviewee-popup .story .bio .button-link a {
            border-color: black;
            color: black; }

#names-button {
  margin: -50px auto 50px auto;
  display: block;
  width: 210px;
  text-align: center;
  position: relative;
  z-index: 99999; }
  #names-button a {
    border: 2px solid white;
    display: inline-block;
    text-align: center;
    font-family: "mono45-headline", monospace;
    color: white;
    padding: 5px 10px;
    font-size: 3rem; }
    #names-button a:hover {
      color: #191914;
      border-color: #191914; }

.popup-button {
  margin: -50px auto 50px auto;
  display: block;
  width: 210px;
  text-align: center;
  position: relative;
  z-index: 99999; }
  .popup-button a {
    border: 2px solid white;
    display: inline-block;
    text-align: center;
    font-family: "mono45-headline", monospace;
    color: white;
    padding: 5px 10px;
    font-size: 3rem; }
    .popup-button a:hover {
      color: #191914;
      border-color: #191914; }

.popup-text {
  display: none;
  position: fixed;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: rgba(224, 17, 95, 0.85);
  z-index: 999999;
  overflow-y: scroll; }
  .popup-text.reveal {
    display: block; }
  .popup-text .close {
    cursor: pointer;
    position: fixed;
    top: 40px;
    right: 40px;
    color: white;
    font-size: 3rem;
    font-family: "mono45-headline", monospace;
    padding-right: 40px;
    transition-duration: 0.4s; }
    .popup-text .close:hover {
      color: #e0115f; }
      .popup-text .close:hover:after, .popup-text .close:hover:before {
        background-color: #e0115f; }
    .popup-text .close:before {
      content: '';
      position: absolute;
      top: 10px;
      right: 0;
      transform: rotate(-45deg);
      width: 24px;
      height: 4px;
      background-color: white;
      transition-duration: 0.4s; }
    .popup-text .close:after {
      content: '';
      position: absolute;
      top: 10px;
      right: 0;
      transform: rotate(45deg);
      width: 24px;
      height: 4px;
      background-color: white;
      transition-duration: 0.4s; }
  .popup-text h2 {
    font-size: 3.5rem;
    color: #e0115f; }
  .popup-text .popup-inner {
    width: 65%;
    height: auto;
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 2rem;
    line-height: 2.4rem;
    font-family: "futura-pt", sans-serif;
    text-align: justify;
    color: white;
    padding-bottom: 40px; }
    .popup-text .popup-inner p {
      margin-bottom: 2.4rem; }
      .popup-text .popup-inner p.introduction {
        font-size: 3.6rem;
        line-height: 4.1rem; }
    @media only screen and (min-width: 100px) and (max-width: 760px) {
      .popup-text .popup-inner {
        position: relative;
        top: auto;
        left: auto;
        bottom: auto;
        right: auto;
        transform: translate(0, 0);
        margin: 60px auto 0 auto;
        font-size: 2rem;
        line-height: 2.4rem; } }

#names-list {
  display: none;
  position: fixed;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: rgba(224, 17, 95, 0.85);
  z-index: 999999;
  overflow-y: scroll; }
  #names-list.reveal {
    display: block; }
  #names-list .close {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    color: white;
    font-size: 3rem;
    font-family: "mono45-headline", monospace;
    padding-right: 40px;
    transition-duration: 0.4s; }
    #names-list .close:hover {
      color: #e0115f; }
      #names-list .close:hover:after, #names-list .close:hover:before {
        background-color: #e0115f; }
    #names-list .close:before {
      content: '';
      position: absolute;
      top: 10px;
      right: 0;
      transform: rotate(-45deg);
      width: 24px;
      height: 4px;
      background-color: white;
      transition-duration: 0.4s; }
    #names-list .close:after {
      content: '';
      position: absolute;
      top: 10px;
      right: 0;
      transform: rotate(45deg);
      width: 24px;
      height: 4px;
      background-color: white;
      transition-duration: 0.4s; }
  #names-list h2 {
    font-size: 3.5rem;
    color: #e0115f; }
  #names-list .names-inner {
    width: 65%;
    height: auto;
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 3rem;
    line-height: 3.4rem;
    font-family: "mono45-headline", monospace;
    text-align: justify;
    color: white;
    padding-bottom: 40px; }
    @media only screen and (min-width: 100px) and (max-width: 760px) {
      #names-list .names-inner {
        position: relative;
        top: auto;
        left: auto;
        bottom: auto;
        right: auto;
        transform: translate(0, 0);
        margin: 60px auto 0 auto;
        font-size: 2rem;
        line-height: 2.4rem; } }

.button,
.button-link {
  margin: 5rem 0;
  text-align: center; }
  .button a,
  .button-link a {
    display: inline-block;
    padding: 4px 20px;
    border: 1px solid white;
    color: #e0115f;
    font-family: "mono45-headline", monospace; }
    .button a:hover,
    .button-link a:hover {
      border: 1px solid white;
      color: white; }
  .button.white a,
  .button-link.white a {
    border-color: white;
    color: white; }
    .button.white a:hover,
    .button-link.white a:hover {
      border-color: black;
      color: black; }

.test {
  display: block; }

.microphone-image {
  background-image: url("../images/mic-cutout-long.png");
  background-position: center top;
  background-size: 3000px 643px;
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
  width: 100vw;
  position: relative;
  height: 600px; }

#main-wrapper {
  background-color: rgba(224, 17, 95, 0.95);
  background-image: url("../images/bg-words.svg");
  background-position: center top;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: calc(100vw - 40px);
  min-height: calc(100vh - 350px);
  padding-bottom: 130px;
  margin: 110px auto 0 auto;
  position: relative;
  animation: fadein 0.5s; }
  .discover-100-stories #main-wrapper {
    background-image: url("../images/bg-names.svg"); }
  .watch-live #main-wrapper {
    background-image: url("../images/ret-bg.jpg"); }
  .listen-live #main-wrapper {
    background-image: url("../images/bg-soundwave.svg"); }
  #main-wrapper.home {
    background-color: #e0115f;
    background-image: url("../images/bg-words-home.svg");
    background-position: center center;
    background-attachment: fixed;
    min-height: calc(100vh - 40px);
    margin: 20px auto 0 auto;
    padding: 16rem 0 10rem 0; }
    #main-wrapper.home h1 {
      position: relative;
      top: 2rem;
      width: calc(100vw - 14rem);
      margin: 0 auto;
      font-family: "mono45-headline", monospace;
      font-weight: 500;
      text-transform: uppercase;
      font-size: 12rem;
      line-height: 12rem;
      padding: 1rem 2rem 0 2rem;
      color: black;
      text-align: center; }
      #main-wrapper.home h1 .space {
        background-image: url("../images/separator.svg");
        background-repeat: no-repeat;
        background-position: 50% -9px;
        background-size: 7rem;
        margin: 0 0.5rem; }
        @media only screen and (min-width: 100px) and (max-width: 760px) {
          #main-wrapper.home h1 .space {
            background-position: 50% -4px;
            background-size: 4rem; } }
      @media only screen and (min-width: 1800px) {
        #main-wrapper.home h1 {
          width: 1080px; } }
      @media only screen and (min-width: 100px) and (max-width: 760px) {
        #main-wrapper.home h1 {
          font-size: 5rem;
          line-height: 5rem;
          width: 290px;
          top: 0;
          padding-top: 0; } }
    #main-wrapper.home h2 {
      position: relative;
      top: 2rem;
      width: calc(100vw - 14rem);
      margin: 4rem auto 0 auto;
      font-family: "mono45-headline", monospace;
      font-weight: 500;
      text-transform: uppercase;
      font-size: 5rem;
      line-height: 5rem;
      padding: 1rem 2rem 0 2rem;
      color: black;
      text-align: center; }
      #main-wrapper.home h2 .space {
        display: inline-block;
        background-image: url("../images/separator.svg");
        background-repeat: no-repeat;
        background-position: 50% -3px;
        background-size: 4rem;
        margin: 0 0.5rem;
        width: 1.5rem;
        text-indent: -100000px; }
        @media only screen and (min-width: 100px) and (max-width: 760px) {
          #main-wrapper.home h2 .space {
            background-size: 2rem; } }
      @media only screen and (min-width: 1800px) {
        #main-wrapper.home h2 {
          width: 1080px; } }
      @media only screen and (min-width: 1135px) and (max-width: 1799px) {
        #main-wrapper.home h2 {
          font-size: 4.5rem;
          line-height: 4.5rem; } }
      @media only screen and (min-width: 100px) and (max-width: 760px) {
        #main-wrapper.home h2 {
          font-size: 3rem;
          line-height: 3rem;
          width: 290px; } }
    #main-wrapper.home #be-part-of-it-reveal {
      margin-top: 8rem;
      font-size: 3rem; }
    #main-wrapper.home #be-part-of-it {
      background: #191914;
      color: white;
      overflow: hidden;
      max-height: 0px;
      transition-duration: 0.4s; }
      #main-wrapper.home #be-part-of-it.reveal {
        max-height: none;
        padding: 4rem 0 10rem 0; }
      #main-wrapper.home #be-part-of-it .story {
        width: calc(100vw - 120px);
        max-width: 630px;
        margin: 0 auto;
        padding: 4rem 0; }
        #main-wrapper.home #be-part-of-it .story p {
          font-size: 2.8rem !important;
          line-height: 3.4rem;
          margin-bottom: 3.4rem; }
      #main-wrapper.home #be-part-of-it #home-tiles {
        width: calc(100vw - 120px);
        max-width: 540px;
        display: flex;
        flex-flow: wrap;
        margin: 0 auto; }
        #main-wrapper.home #be-part-of-it #home-tiles .tile {
          width: 50%;
          position: relative;
          text-align: center;
          font-size: 2.8rem; }
          #main-wrapper.home #be-part-of-it #home-tiles .tile a {
            padding: 8rem 0;
            height: 2rem;
            background-color: rgba(224, 17, 95, 0.925);
            display: block;
            width: 100%;
            color: black; }
            #main-wrapper.home #be-part-of-it #home-tiles .tile a:hover {
              background-color: #e0115f; }
            #main-wrapper.home #be-part-of-it #home-tiles .tile a:before {
              content: '';
              border-left: 4px dotted #191914;
              border-right: 4px dotted #191914;
              height: calc(100% - 8px);
              width: calc(100% - 4px);
              position: absolute;
              top: 4px;
              left: -2px;
              right: 0;
              bottom: 0;
              pointer-events: none; }
            #main-wrapper.home #be-part-of-it #home-tiles .tile a:after {
              content: '';
              border-top: 4px dotted #191914;
              border-bottom: 4px dotted #191914;
              width: calc(100% - 8px);
              height: calc(100% - 4px);
              position: absolute;
              top: -2px;
              left: 4px;
              right: 0;
              bottom: 0;
              pointer-events: none; }
          #main-wrapper.home #be-part-of-it #home-tiles .tile#watch-live a {
            background-color: rgba(247, 57, 6, 0.925); }
            #main-wrapper.home #be-part-of-it #home-tiles .tile#watch-live a:hover {
              background-color: #f73906; }
          #main-wrapper.home #be-part-of-it #home-tiles .tile#listen-live a {
            background-color: rgba(36, 6, 237, 0.925); }
            #main-wrapper.home #be-part-of-it #home-tiles .tile#listen-live a:hover {
              background-color: #2406ed; }
          #main-wrapper.home #be-part-of-it #home-tiles .tile#stories a {
            background-color: rgba(237, 127, 0, 0.925); }
            #main-wrapper.home #be-part-of-it #home-tiles .tile#stories a:hover {
              background-color: #ed7f00; }
          #main-wrapper.home #be-part-of-it #home-tiles .tile#meet-the-artist a {
            background-color: rgba(183, 6, 247, 0.925); }
            #main-wrapper.home #be-part-of-it #home-tiles .tile#meet-the-artist a:hover {
              background-color: #b706f7; }
          #main-wrapper.home #be-part-of-it #home-tiles .tile#follow-us a {
            background-color: rgba(224, 17, 96, 0.925); }
            #main-wrapper.home #be-part-of-it #home-tiles .tile#follow-us a:hover {
              background-color: #e01160; }
  #main-wrapper:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 20px;
    background-color: white;
    z-index: 999999; }

#footer-spacer {
  width: 100vw;
  height: 12rem;
  position: relative;
  background-color: transparent; }

#page-tiles {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  vertical-align: middle;
  margin: 0 auto 40px auto;
  padding-top: 100px; }
  @media only screen and (min-width: 100px) and (max-width: 760px) {
    #page-tiles {
      width: calc(100vw - 20px);
      margin-left: auto;
      left: 10px; } }
  @media only screen and (min-width: 1135px) and (max-width: 1799px) {
    #page-tiles {
      width: calc(100vw - 70px);
      margin-left: auto;
      left: 10px; } }
  @media only screen and (min-width: 761px) and (max-width: 1134px) {
    #page-tiles {
      width: 100%; } }
  #page-tiles .tile {
    width: calc(20% - 4px);
    position: relative;
    text-align: center;
    font-size: 2.4rem;
    margin: 2px;
    display: table; }
    #page-tiles .tile a {
      margin: auto;
      /* Important */
      text-align: center;
      display: table-cell;
      vertical-align: middle;
      width: 100%;
      height: 10rem;
      background-color: rgba(224, 17, 95, 0.925);
      color: black;
      /*
	&:before {
		content: '';
		border-left: 4px dotted $c_lightBlack;
		border-right: 4px dotted $c_lightBlack;
		height: calc(100% - 8px);
		width: calc(100% - 4px);
		position: absolute;
		top: 4px;
		left: -2px;
		right: 0;
		bottom: 0;
		pointer-events: none;
	}
	&:after {
		content: '';
		border-top: 4px dotted $c_lightBlack;
		border-bottom: 4px dotted $c_lightBlack;
		width: calc(100% - 8px);
		height: calc(100% - 4px);
		position: absolute;
		top: -2px;
		left: 4px;
		right: 0;
		bottom: 0;
		pointer-events: none;			
	}
*/ }
      #page-tiles .tile a:hover {
        background-color: #e0115f;
        color: white; }
    #page-tiles .tile#watch-live a {
      background-color: rgba(247, 57, 6, 0.825); }
      #page-tiles .tile#watch-live a:hover {
        background-color: #f73906; }
    #page-tiles .tile#listen-live a {
      background-color: rgba(36, 6, 237, 0.825); }
      #page-tiles .tile#listen-live a:hover {
        background-color: #2406ed; }
    #page-tiles .tile#stories a {
      background-color: rgba(237, 127, 0, 0.825); }
      #page-tiles .tile#stories a:hover {
        background-color: #ed7f00; }
    #page-tiles .tile#meet-the-artist a {
      background-color: rgba(183, 6, 247, 0.825); }
      #page-tiles .tile#meet-the-artist a:hover {
        background-color: #b706f7; }
    #page-tiles .tile#follow-us a {
      background-color: rgba(224, 17, 96, 0.825); }
      #page-tiles .tile#follow-us a:hover {
        background-color: #e01160; }
    #page-tiles .tile#resources a {
      background-color: rgba(247, 57, 6, 0.825); }
      #page-tiles .tile#resources a:hover {
        background-color: #f73906; }

#home-sponsors {
  margin-top: 80px;
  text-align: center; }
  #home-sponsors .royal-exchange {
    width: 45px;
    height: 45px;
    display: inline-block;
    margin-right: 40px; }
    #home-sponsors .royal-exchange a {
      background-image: url("../images/ret-logo-white.svg");
      background-repeat: no-repeat;
      background-size: contain;
      width: 45px;
      height: 45px;
      display: block;
      text-indent: -100000px; }
  #home-sponsors .css1418now {
    width: 95px;
    height: 45px;
    display: inline-block;
    margin-right: 40px; }
    #home-sponsors .css1418now a {
      background-image: url("../images/CCSkills_master_logo_HR_CMYK.jpg");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center center;
      width: 95px;
      height: 45px;
      display: block;
      text-indent: -100000px; }
  #home-sponsors .arts-council {
    width: 95px;
    height: 45px;
    display: inline-block;
    margin-right: 40px; }
    #home-sponsors .arts-council a {
      background-image: url("../images/ace-white.png");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center center;
      width: 95px;
      height: 45px;
      display: block;
      text-indent: -100000px; }
  #home-sponsors .resonance-fm {
    width: 45px;
    height: 45px;
    display: inline-block;
    margin-right: 40px; }
    #home-sponsors .resonance-fm a {
      background-image: url("../images/resonance-fm.png");
      background-repeat: no-repeat;
      background-size: contain;
      width: 45px;
      height: 45px;
      display: block;
      text-indent: -100000px; }
  #home-sponsors .mht {
    width: 60px;
    height: 60px;
    display: inline-block;
    margin-left: 20px;
    margin-right: 40px; }
    #home-sponsors .mht a {
      background-image: url("../images/mht.png");
      background-repeat: no-repeat;
      background-size: contain;
      width: 60px;
      height: 60px;
      display: block;
      text-indent: -100000px; }
  #home-sponsors .mcc {
    width: 120px;
    height: 40px;
    display: inline-block;
    margin-right: 40px; }
    #home-sponsors .mcc a {
      background-image: url("../images/mcc.png");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center bottom;
      width: 120px;
      height: 40px;
      display: block;
      text-indent: -100000px; }

#footer {
  background-color: #e0115f;
  padding: 1rem 0;
  height: 120px;
  width: calc(100vw - 40px);
  position: fixed;
  bottom: 20px;
  left: 20px;
  text-align: center;
  font-family: "mono45-headline", monospace;
  font-size: 3rem; }
  #footer #footer-date {
    position: absolute;
    width: auto;
    left: 20px;
    top: 10px; }
  #footer #footer-sponsors {
    position: absolute;
    top: 10px;
    right: 40px; }
    #footer #footer-sponsors .royal-exchange {
      width: 65px;
      height: 65px;
      display: inline-block;
      margin-right: 20px; }
      #footer #footer-sponsors .royal-exchange a {
        background-image: url("../images/ret-logo.svg");
        background-repeat: no-repeat;
        background-size: contain;
        width: 65px;
        height: 65px;
        display: block;
        text-indent: -100000px; }
    #footer #footer-sponsors .arts-council {
      width: 130px;
      height: 65px;
      display: inline-block;
      margin-right: 20px; }
      #footer #footer-sponsors .arts-council a {
        background-image: url("../images/ace.png");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
        width: 130px;
        height: 65px;
        display: block;
        text-indent: -100000px; }
    #footer #footer-sponsors .resonance-fm {
      width: 65px;
      height: 65px;
      display: inline-block;
      margin-right: 20px; }
      #footer #footer-sponsors .resonance-fm a {
        background-image: url("../images/resonance-fm.png");
        background-repeat: no-repeat;
        background-size: contain;
        width: 65px;
        height: 65px;
        display: block;
        text-indent: -100000px; }
    #footer #footer-sponsors .mht {
      width: 80px;
      height: 80px;
      display: inline-block;
      margin-right: 20px; }
      #footer #footer-sponsors .mht a {
        background-image: url("../images/mht.png");
        background-repeat: no-repeat;
        background-size: contain;
        width: 80px;
        height: 80px;
        display: block;
        text-indent: -100000px; }
    #footer #footer-sponsors .mcc {
      width: 150px;
      height: 50px;
      display: inline-block; }
      #footer #footer-sponsors .mcc a {
        background-image: url("../images/mcc.png");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center bottom;
        width: 150px;
        height: 50px;
        display: block;
        text-indent: -100000px; }
    #footer #footer-sponsors .css {
      width: 100px;
      height: 60px;
      display: inline-block;
      margin-right: 20px; }
      #footer #footer-sponsors .css a {
        background-image: url("../images/CCSkills_master_logo_HR_CMYK.jpg");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center bottom;
        width: 100px;
        height: 60px;
        display: block;
        text-indent: -100000px; }
  #footer .space {
    display: inline-block;
    background-image: url("../images/separator.svg");
    background-repeat: no-repeat;
    background-position: 50% -3px;
    background-size: 2.4rem;
    margin: 0 0.5rem;
    width: 1rem;
    text-indent: -100000px; }
    @media only screen and (min-width: 100px) and (max-width: 760px) {
      #footer .space {
        background-size: 2rem; } }
