/* 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; }

html {
  font-size: 62.5%; }

body {
  font-size: 1.8rem;
  font-family: "gill-sans-nova", sans-serif;
  font-weight: 400;
  color: #1E2832;
  font-smooth: subpixel-antialiased; }
  body.menu-active {
    overflow: hidden; }

.outer {
  position: relative; }
  .outer .inner {
    position: relative;
    width: 1248px;
    margin: 0 auto;
    max-width: calc(100vw - 40px); }

p em {
  font-style: italic; }

p strong {
  font-weight: bold; }

p a {
  color: #AD352F; }

p a, li a {
  transition-duration: 0.2s; }

header {
  background-color: #033B43;
  height: 10.5rem; }
  header #menu-button {
    display: none;
    z-index: 999; }
    header #menu-button a {
      display: block;
      width: 32px;
      color: white;
      text-transform: uppercase;
      font-size: 1.2rem;
      line-height: 1.2rem;
      height: 1.2rem;
      padding: 2.6rem 0 0 0;
      position: relative; }
      header #menu-button a:before, header #menu-button a:after {
        width: 100%;
        height: 4px;
        content: '';
        background-color: white;
        position: absolute;
        top: 0;
        left: 0;
        transition-duration: 0.1s; }
      header #menu-button a:after {
        top: 12px; }
      @media only screen and (min-width: 100px) and (max-width: 670px) {
        .menu-active header #menu-button a:before {
          top: 6px;
          transform: rotate(45deg); } }
      @media only screen and (min-width: 100px) and (max-width: 670px) {
        .menu-active header #menu-button a:after {
          top: 6px;
          transform: rotate(-45deg); } }
    @media only screen and (min-width: 100px) and (max-width: 670px) {
      header #menu-button {
        display: block;
        position: absolute;
        top: 2rem;
        right: 2rem; } }
  @media only screen and (min-width: 100px) and (max-width: 670px) {
    .menu-active header {
      width: 100vw;
      height: 100vh;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 9999999; } }
  header #site-navigation {
    position: relative;
    height: 100%;
    width: 100%; }
    header #site-navigation a {
      color: white; }
    header #site-navigation #site-title {
      display: block;
      position: absolute;
      top: 50%;
      left: 4rem;
      transform: translate(0, -50%);
      width: 12rem;
      height: 7rem; }
      @media only screen and (min-width: 100px) and (max-width: 670px) {
        header #site-navigation #site-title {
          left: 1.5rem;
          width: 11rem;
          height: 6.7rem;
          top: 20px;
          transform: translate(0, 0); } }
      header #site-navigation #site-title a {
        display: block;
        width: 100%;
        height: 100%;
        text-indent: -9999px;
        overflow: hidden;
        background-image: url("../images/RSR-LOGO-Reversed.svg");
        background-repeat: no-repeat;
        background-size: contain; }
    header #site-navigation #site-content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: calc(100% - 50rem); }
      @media only screen and (min-width: 100px) and (max-width: 670px) {
        header #site-navigation #site-content {
          display: none; } }
      .menu-active header #site-navigation #site-content {
        display: block;
        width: 50%; }
      header #site-navigation #site-content #main-menu {
        text-align: center; }
        @media only screen and (min-width: 100px) and (max-width: 670px) {
          header #site-navigation #site-content #main-menu {
            text-align: left; } }
        header #site-navigation #site-content #main-menu li {
          display: inline-block;
          font-size: 1.6rem;
          line-height: 1.6rem;
          height: 1.6rem;
          padding: 0 1.6rem 0 1.5rem;
          position: relative; }
          header #site-navigation #site-content #main-menu li:after {
            position: absolute;
            top: 50%;
            right: 0;
            transform: translate(0, -50%);
            content: '';
            width: 1px;
            height: 100%;
            background-color: white; }
          header #site-navigation #site-content #main-menu li:last-child {
            padding-right: 0; }
            header #site-navigation #site-content #main-menu li:last-child:after {
              display: none; }
          header #site-navigation #site-content #main-menu li a {
            text-transform: uppercase; }
            header #site-navigation #site-content #main-menu li a:hover {
              opacity: 0.5; }
          @media only screen and (min-width: 100px) and (max-width: 670px) {
            header #site-navigation #site-content #main-menu li {
              display: block;
              font-size: 2.2rem;
              line-height: 2.2rem;
              margin-bottom: 1.2rem;
              height: auto; }
              header #site-navigation #site-content #main-menu li:after {
                display: none; } }
    header #site-navigation #banner-quick-links {
      position: absolute;
      top: 50%;
      right: 4rem;
      transform: translate(0, -50%);
      width: 21rem; }
      @media only screen and (min-width: 100px) and (max-width: 670px) {
        header #site-navigation #banner-quick-links {
          right: 7rem;
          width: calc(100% - 21.5rem);
          top: 20px;
          transform: translate(0, 0); } }
      @media only screen and (min-width: 100px) and (max-width: 374px) {
        header #site-navigation #banner-quick-links {
          display: none; } }
      @media only screen and (min-width: 100px) and (max-width: 374px) {
        .menu-active header #site-navigation #banner-quick-links {
          display: block;
          bottom: 20px;
          top: auto;
          right: auto;
          left: 40px;
          width: calc(100% - 80px); } }
      header #site-navigation #banner-quick-links #banner-ticket-link {
        display: block;
        text-transform: uppercase;
        margin-bottom: 1.2rem; }
        header #site-navigation #banner-quick-links #banner-ticket-link a {
          display: block;
          background-color: #AD352F;
          padding: 1rem;
          font-size: 2.2rem;
          line-height: 2.2rem;
          font-weight: 600;
          position: relative; }
          header #site-navigation #banner-quick-links #banner-ticket-link a:after {
            position: absolute;
            top: 50%;
            right: 1.3rem;
            transform: translate(0, -50%);
            content: '';
            width: 2rem;
            height: 1.6rem;
            background-image: url("../images/ticket-arrow.svg");
            background-position: right center;
            background-repeat: no-repeat;
            transition-duration: 0.4s; }
          header #site-navigation #banner-quick-links #banner-ticket-link a:hover {
            background-color: #EF9C25; }
            header #site-navigation #banner-quick-links #banner-ticket-link a:hover:after {
              right: 0.5rem; }
      header #site-navigation #banner-quick-links .social {
        display: inline-block;
        margin-right: 1rem; }
        header #site-navigation #banner-quick-links .social a {
          display: block;
          width: 16px;
          height: 16px;
          text-indent: -999px;
          overflow: hidden;
          background-repeat: no-repeat;
          background-position: left center; }
          header #site-navigation #banner-quick-links .social a:hover {
            opacity: 0.5; }
        header #site-navigation #banner-quick-links .social.facebook a {
          background-image: url("../images/fb.svg"); }
        header #site-navigation #banner-quick-links .social.twitter a {
          background-image: url("../images/tw.svg"); }
        header #site-navigation #banner-quick-links .social.instagram a {
          background-image: url("../images/in.svg"); }
      header #site-navigation #banner-quick-links .donate-button {
        position: absolute;
        bottom: 0;
        right: 0;
        display: block; }
        header #site-navigation #banner-quick-links .donate-button a {
          color: #EF9C25;
          text-transform: uppercase; }
          header #site-navigation #banner-quick-links .donate-button a:hover {
            color: #AD352F; }

#main-wrapper {
  min-height: calc(100vh - 510px); }
  #main-wrapper.light-green {
    background-color: #CEE9E2; }
  #main-wrapper #title-bar {
    width: 100vw;
    height: 41vw;
    max-height: 640px;
    min-height: 320px;
    position: relative;
    margin-bottom: 5rem; }
    #main-wrapper #title-bar #banner-image {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
    #main-wrapper #title-bar #page-title {
      position: absolute;
      top: 200px;
      transform: translate(0, -50%);
      font-size: 5.8rem; }
      @media only screen and (min-width: 100px) and (max-width: 670px) {
        #main-wrapper #title-bar #page-title {
          font-size: 3.6rem; } }
      #main-wrapper #title-bar #page-title h1 {
        display: inline-block;
        padding: 1rem;
        color: white;
        background-color: #033B43;
        font-weight: 600; }
      #main-wrapper #title-bar #page-title h2 {
        font-family: "joanna-nova", sans-serif;
        font-weight: 300;
        display: inline-block;
        padding: 2rem 1rem 1rem 1rem;
        line-height: 3.5rem;
        background-color: #CEE9E2; }
      #main-wrapper #title-bar #page-title .gold h2 {
        background-color: #EF9C25; }
      #main-wrapper #title-bar #page-title .brick h2 {
        background-color: #AD352F;
        color: white; }

#home-carousel {
  position: relative; }
  #home-carousel .slide {
    width: 100vw;
    height: 48vw;
    position: relative; }
    @media only screen and (min-width: 100px) and (max-width: 670px) {
      #home-carousel .slide {
        height: calc(100vh - 105px); } }
    #home-carousel .slide .slide-image {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
      @media only screen and (min-width: 100px) and (max-width: 670px) {
        #home-carousel .slide .slide-image {
          height: 74vw; } }
    #home-carousel .slide .details {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 1290px;
      max-width: calc(100vw - 40px);
      transform: translate(-50%, -50%); }
      #home-carousel .slide .details .details-inner {
        width: 320px;
        cursor: pointer; }
        #home-carousel .slide .details .details-inner .slide-title {
          margin-bottom: 14px; }
          #home-carousel .slide .details .details-inner .slide-title h2 {
            padding: 0.25rem;
            font-size: 5.8rem;
            line-height: 7.4rem;
            font-weight: 600;
            display: inline;
            background: white;
            color: #462020; }
        #home-carousel .slide .details .details-inner .slide-subtitle h3 {
          padding: 0.25rem;
          font-family: "joanna-nova", sans-serif;
          font-size: 5.8rem;
          line-height: 6.4rem;
          font-weight: 300;
          display: inline;
          background: #EF9C25;
          color: #462020; }
        #home-carousel .slide .details .details-inner .slide-link {
          margin-top: 5rem;
          position: relative;
          left: 0;
          transition-duration: 0.2s; }
          #home-carousel .slide .details .details-inner .slide-link a {
            background-color: #AD352F;
            padding: 1rem 9rem 1rem 1rem;
            color: white;
            transition-duration: 0.2s;
            text-transform: uppercase;
            position: relative;
            outline: none;
            font-size: 2.2rem; }
            #home-carousel .slide .details .details-inner .slide-link a:after {
              position: absolute;
              top: 50%;
              right: 1.3rem;
              transform: translate(0, -50%);
              content: '';
              width: 2rem;
              height: 1.6rem;
              background-image: url("../images/ticket-arrow.svg");
              background-position: right center;
              background-repeat: no-repeat;
              transition-duration: 0.4s; }
        #home-carousel .slide .details .details-inner:after {
          width: 200px;
          height: 200px;
          content: '';
          position: absolute;
          left: -2rem;
          bottom: 0;
          background-color: white;
          background-size: 125%;
          background-position: right bottom;
          background-repeat: no-repeat;
          background-image: url("../images/RSB-Line-Pattern_Brown.svg");
          z-index: -1;
          transition-duration: 0.2s; }
        #home-carousel .slide .details .details-inner:hover .slide-link {
          left: 1rem; }
          #home-carousel .slide .details .details-inner:hover .slide-link a {
            background-color: #EF9C25; }
            #home-carousel .slide .details .details-inner:hover .slide-link a:after {
              right: 0.3rem; }
        #home-carousel .slide .details .details-inner:hover:after {
          background-position: left top;
          left: -1rem; }
  #home-carousel .slick-arrow {
    position: absolute;
    top: 0;
    width: 25%;
    height: 100%;
    text-indent: -9999px;
    overflow: hidden;
    border: none;
    background-color: white;
    opacity: 0;
    transition-duration: 0.3s; }
    #home-carousel .slick-arrow.slick-prev {
      left: 0; }
    #home-carousel .slick-arrow.slick-next {
      right: 0; }
  #home-carousel .slick-dots {
    position: absolute;
    bottom: 20px;
    width: 1290px;
    max-width: calc(100vw - 40px);
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 9999; }
    #home-carousel .slick-dots li {
      display: inline-block;
      margin-right: 12px; }
      #home-carousel .slick-dots li button {
        outline: none;
        background-color: white;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        border: none;
        text-indent: -9999px;
        cursor: pointer;
        position: relative; }
        @media only screen and (min-width: 100px) and (max-width: 670px) {
          #home-carousel .slick-dots li button {
            background-color: #CEE9E2; } }
        #home-carousel .slick-dots li button:after {
          content: '';
          width: 12px;
          height: 12px;
          background-color: #EF9C25;
          border-radius: 50%;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          opacity: 0;
          transition-duration: 0.3s; }
          @media only screen and (min-width: 100px) and (max-width: 670px) {
            #home-carousel .slick-dots li button:after {
              background-color: white;
              opacity: 0.5; } }
        #home-carousel .slick-dots li button:hover:after {
          opacity: 0.75; }
      #home-carousel .slick-dots li.slick-active button:after {
        opacity: 1; }

#home-links {
  position: relative;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 266px;
  padding: 10px;
  background-color: white;
  background-image: url("../images/RSB-Line-Pattern_Brown.svg");
  background-position: right top;
  background-size: 50%;
  background-repeat: no-repeat;
  display: flex;
  flex-wrap: wrap;
  z-index: 9999; }
  @media only screen and (min-width: 100px) and (max-width: 670px) {
    #home-links {
      display: block;
      left: auto;
      transform: translate(0, 0);
      width: 100vw;
      padding: 40px 0;
      height: auto;
      background-image: none;
      background-color: #CEE9E2; } }
  #home-links .tab-link {
    width: calc(33.333% - 20px);
    padding: 10px;
    cursor: pointer;
    position: relative; }
    @media only screen and (min-width: 100px) and (max-width: 670px) {
      #home-links .tab-link {
        width: 250px;
        height: 280px;
        padding: 20px;
        margin: 0 auto 0 auto;
        background-color: white; } }
    #home-links .tab-link .image-holder {
      width: 250px;
      height: 250px;
      overflow: hidden; }
      #home-links .tab-link .image-holder .image {
        width: 100%;
        height: 100%;
        background-position: center center;
        background-size: cover;
        transform: scale(1);
        transition-duration: 0.3s; }
    #home-links .tab-link h4 {
      position: absolute;
      bottom: 0;
      left: 1rem;
      transform: translate(0, calc(50% - 10px));
      display: inline; }
      @media only screen and (min-width: 100px) and (max-width: 670px) {
        #home-links .tab-link h4 {
          left: 2rem;
          transform: translate(0, calc(50% - 50px));
          z-index: 99; } }
      #home-links .tab-link h4 a {
        color: #462020;
        font-weight: 600;
        font-size: 3.6rem;
        display: inline; }
        #home-links .tab-link h4 a em {
          display: inline-block;
          background-color: white;
          padding: 0.5rem;
          font-style: normal;
          transition-duration: 0.4s;
          transition-property: all; }
        #home-links .tab-link h4 a strong {
          display: inline-block;
          background-color: #033B43;
          padding: 0.5rem;
          font-weight: 300;
          font-family: "joanna-nova", sans-serif;
          color: white; }
    #home-links .tab-link:hover a em {
      background-color: #462020;
      color: white; }
    #home-links .tab-link:hover .image-holder .image {
      transform: scale(1.1); }
    #home-links .tab-link:nth-child(even) h4 a strong {
      background-color: #AD352F; }

#about-us-home {
  background-color: #CEE9E2;
  padding: 15rem 0 4rem 0;
  position: relative;
  top: -20rem;
  margin-bottom: -20rem; }
  #about-us-home .inner {
    display: flex;
    justify-content: space-between; }
    @media only screen and (min-width: 100px) and (max-width: 670px) {
      #about-us-home .inner {
        display: block; } }
    #about-us-home .inner #home-address {
      width: 30%;
      font-size: 3.8rem;
      line-height: 4.2rem;
      font-family: "joanna-nova", sans-serif;
      font-weight: 300;
      color: #462020;
      padding-bottom: 2rem; }
      @media only screen and (min-width: 100px) and (max-width: 670px) {
        #about-us-home .inner #home-address {
          width: 100%; } }
      #about-us-home .inner #home-address h2 {
        font-size: 4.6rem;
        line-height: 5rem;
        font-family: "gill-sans-nova", sans-serif;
        font-weight: 600; }
      #about-us-home .inner #home-address p.link-button {
        margin-top: 2.2rem;
        display: inline-block; }
        #about-us-home .inner #home-address p.link-button a {
          display: block;
          background-color: #AD352F;
          color: white;
          padding: 1rem 12rem 1rem 1rem;
          text-transform: uppercase;
          font-weight: 600;
          font-size: 2.2rem;
          line-height: 2.2rem;
          height: 2.2rem;
          position: relative; }
          @media only screen and (min-width: 100px) and (max-width: 670px) {
            #about-us-home .inner #home-address p.link-button a {
              font-size: 1.7rem;
              height: auto;
              min-height: 2.2rem; } }
          #about-us-home .inner #home-address p.link-button a:after {
            position: absolute;
            top: 50%;
            right: 1rem;
            transform: translate(0, -50%);
            content: '';
            width: 1.6rem;
            height: 1.2rem;
            background-image: url("../images/ticket-arrow.svg");
            background-size: contain;
            background-position: center center;
            background-repeat: no-repeat;
            transition-duration: 0.4s; }
          #about-us-home .inner #home-address p.link-button a:hover {
            background-color: #EF9C25; }
            #about-us-home .inner #home-address p.link-button a:hover:after {
              right: 0.5rem; }
    #about-us-home .inner #home-ticket-details {
      width: calc(62%);
      position: relative; }
      @media only screen and (min-width: 100px) and (max-width: 670px) {
        #about-us-home .inner #home-ticket-details {
          width: 100%; } }
      #about-us-home .inner #home-ticket-details .ticket-inner {
        position: absolute;
        bottom: 0;
        background-color: #033B43;
        color: white;
        padding: 3.6rem 3.6rem 6rem 3.6rem;
        font-size: 3.2rem;
        line-height: 4rem;
        transform: translate(0, 10rem);
        z-index: 999; }
        @media only screen and (min-width: 100px) and (max-width: 670px) {
          #about-us-home .inner #home-ticket-details .ticket-inner {
            font-size: 2rem;
            line-height: 2.6rem;
            transform: translate(0, 0); } }
        #about-us-home .inner #home-ticket-details .ticket-inner .link-button {
          display: inline-block;
          position: absolute;
          bottom: 0;
          left: 7rem;
          transform: translate(0, 50%);
          z-index: 9; }
          #about-us-home .inner #home-ticket-details .ticket-inner .link-button a {
            display: block;
            padding: 1rem 11rem 1rem 1rem;
            background-color: #AD352F;
            color: white;
            text-transform: uppercase;
            font-size: 2.2rem;
            line-height: 2.2rem;
            height: 2.2rem;
            font-weight: 600;
            transition-duration: 0.2s; }
            @media only screen and (min-width: 100px) and (max-width: 670px) {
              #about-us-home .inner #home-ticket-details .ticket-inner .link-button a {
                font-size: 1.7rem;
                height: auto;
                min-height: 2.2rem; } }
            #about-us-home .inner #home-ticket-details .ticket-inner .link-button a:after {
              position: absolute;
              top: 50%;
              right: 1.5rem;
              transform: translate(0, -50%);
              content: '';
              width: 1.6rem;
              height: 1.2rem;
              background-image: url("../images/ticket-arrow.svg");
              background-size: contain;
              background-position: center center;
              background-repeat: no-repeat;
              transition-duration: 0.4s;
              pointer-events: none; }
            #about-us-home .inner #home-ticket-details .ticket-inner .link-button a:hover {
              background-color: #EF9C25; }
              #about-us-home .inner #home-ticket-details .ticket-inner .link-button a:hover:after {
                right: 0.5rem; }
        #about-us-home .inner #home-ticket-details .ticket-inner:after {
          content: '';
          position: absolute;
          bottom: -7rem;
          left: 7rem;
          width: 43rem;
          height: 7rem;
          background-color: white;
          background-image: url("../images/RSB-Line-Pattern_Brown.svg");
          background-size: cover;
          background-position: center center; }
          @media only screen and (min-width: 100px) and (max-width: 670px) {
            #about-us-home .inner #home-ticket-details .ticket-inner:after {
              width: calc(100% - 7rem); } }

.module.find-us {
  background-color: #CEE9E2;
  padding: 10rem 0 4rem 0;
  position: relative;
  top: -5rem;
  margin-bottom: 15rem; }
  .module.find-us .inner {
    display: flex;
    justify-content: space-between; }
    @media only screen and (min-width: 100px) and (max-width: 670px) {
      .module.find-us .inner {
        display: block; } }
    .module.find-us .inner #home-address {
      position: relative;
      top: -5rem;
      width: 30%;
      font-size: 3.8rem;
      line-height: 4.2rem;
      font-family: "joanna-nova", sans-serif;
      font-weight: 300;
      color: #462020;
      padding-bottom: 2rem; }
      @media only screen and (min-width: 100px) and (max-width: 670px) {
        .module.find-us .inner #home-address {
          width: 100%; } }
      .module.find-us .inner #home-address h2 {
        font-size: 4.6rem;
        line-height: 5rem;
        font-family: "gill-sans-nova", sans-serif;
        font-weight: 600; }
      .module.find-us .inner #home-address p.link-button {
        margin-top: 2.2rem;
        display: inline-block; }
        .module.find-us .inner #home-address p.link-button a {
          display: block;
          background-color: #AD352F;
          color: white;
          padding: 1rem 12rem 1rem 1rem;
          text-transform: uppercase;
          font-weight: 600;
          font-size: 2.2rem;
          line-height: 2.2rem;
          height: 2.2rem;
          position: relative; }
          @media only screen and (min-width: 100px) and (max-width: 670px) {
            .module.find-us .inner #home-address p.link-button a {
              font-size: 1.7rem;
              height: auto;
              min-height: 2.2rem; } }
          .module.find-us .inner #home-address p.link-button a:after {
            position: absolute;
            top: 50%;
            right: 1rem;
            transform: translate(0, -50%);
            content: '';
            width: 1.6rem;
            height: 1.2rem;
            background-image: url("../images/ticket-arrow.svg");
            background-size: contain;
            background-position: center center;
            background-repeat: no-repeat;
            transition-duration: 0.4s; }
          .module.find-us .inner #home-address p.link-button a:hover {
            background-color: #EF9C25; }
            .module.find-us .inner #home-address p.link-button a:hover:after {
              right: 0.5rem; }
    .module.find-us .inner #home-ticket-details {
      width: calc(62%);
      position: relative; }
      @media only screen and (min-width: 100px) and (max-width: 670px) {
        .module.find-us .inner #home-ticket-details {
          width: 100%; } }
      .module.find-us .inner #home-ticket-details .ticket-inner {
        position: absolute;
        bottom: 0;
        background-color: #033B43;
        color: white;
        padding: 3.6rem 3.6rem 6rem 3.6rem;
        font-size: 3.2rem;
        line-height: 4rem;
        transform: translate(0, 10rem);
        z-index: 999; }
        @media only screen and (min-width: 100px) and (max-width: 670px) {
          .module.find-us .inner #home-ticket-details .ticket-inner {
            font-size: 2rem;
            line-height: 2.6rem;
            transform: translate(0, 0); } }
        .module.find-us .inner #home-ticket-details .ticket-inner .link-button {
          display: inline-block;
          position: absolute;
          bottom: 0;
          left: 7rem;
          transform: translate(0, 50%);
          z-index: 9; }
          .module.find-us .inner #home-ticket-details .ticket-inner .link-button a {
            display: block;
            padding: 1rem 11rem 1rem 1rem;
            background-color: #AD352F;
            color: white;
            text-transform: uppercase;
            font-size: 2.2rem;
            line-height: 2.2rem;
            height: 2.2rem;
            font-weight: 600;
            transition-duration: 0.2s; }
            @media only screen and (min-width: 100px) and (max-width: 670px) {
              .module.find-us .inner #home-ticket-details .ticket-inner .link-button a {
                font-size: 1.7rem;
                height: auto;
                min-height: 2.2rem; } }
            .module.find-us .inner #home-ticket-details .ticket-inner .link-button a:after {
              position: absolute;
              top: 50%;
              right: 1.5rem;
              transform: translate(0, -50%);
              content: '';
              width: 1.6rem;
              height: 1.2rem;
              background-image: url("../images/ticket-arrow.svg");
              background-size: contain;
              background-position: center center;
              background-repeat: no-repeat;
              transition-duration: 0.4s;
              pointer-events: none; }
            .module.find-us .inner #home-ticket-details .ticket-inner .link-button a:hover {
              background-color: #EF9C25; }
              .module.find-us .inner #home-ticket-details .ticket-inner .link-button a:hover:after {
                right: 0.5rem; }
        .module.find-us .inner #home-ticket-details .ticket-inner:after {
          content: '';
          position: absolute;
          bottom: -7rem;
          left: 7rem;
          width: 43rem;
          height: 7rem;
          background-color: white;
          background-image: url("../images/RSB-Line-Pattern_Brown.svg");
          background-size: cover;
          background-position: center center; }
          @media only screen and (min-width: 100px) and (max-width: 670px) {
            .module.find-us .inner #home-ticket-details .ticket-inner:after {
              width: calc(100% - 7rem); } }

.module.full-width-image {
  width: 100vw;
  background: red; }
  .module.full-width-image img {
    display: block;
    width: 100%;
    height: auto; }

.module.columns .title h2 {
  font-size: 4.6rem;
  line-height: 5.2rem;
  margin-bottom: 5.2rem;
  font-weight: 600;
  color: #462020; }

.module.columns .cols-1 .column.cta {
  box-sizing: border-box;
  width: calc(50% - 1.8rem);
  margin-bottom: 7rem;
  position: relative; }
  @media only screen and (min-width: 100px) and (max-width: 670px) {
    .module.columns .cols-1 .column.cta {
      width: 100%; } }
  .module.columns .cols-1 .column.cta .column-text {
    padding-bottom: 4rem;
    position: relative; }
    .module.columns .cols-1 .column.cta .column-text .column-title h3 {
      font-size: 3rem;
      line-height: 3rem;
      margin-bottom: 3.8rem;
      font-weight: 600;
      color: #462020; }
    .module.columns .cols-1 .column.cta .column-text p {
      font-size: 1.8rem;
      line-height: 2.4rem;
      margin-bottom: 2.4rem; }
      .module.columns .cols-1 .column.cta .column-text p.introduction {
        font-size: 2.4rem;
        line-height: 3.2rem;
        margin-bottom: 3.2rem; }
    .module.columns .cols-1 .column.cta .column-text .link-button {
      position: absolute;
      bottom: 0;
      left: 0;
      transform: translate(0, 50%); }
      .module.columns .cols-1 .column.cta .column-text .link-button a {
        display: block;
        padding: 1rem 9rem 1rem 1rem;
        color: white;
        text-transform: uppercase;
        font-size: 2.2rem;
        line-height: 2.2rem;
        height: 2.2rem;
        background-color: #AD352F;
        transition-duration: 0.2s; }
        @media only screen and (min-width: 100px) and (max-width: 670px) {
          .module.columns .cols-1 .column.cta .column-text .link-button a {
            font-size: 1.7rem;
            height: auto;
            min-height: 2.2rem; } }
        .module.columns .cols-1 .column.cta .column-text .link-button a:after {
          position: absolute;
          top: 50%;
          right: 1rem;
          transform: translate(0, -50%);
          content: '';
          width: 1.6rem;
          height: 1.2rem;
          background-image: url("../images/ticket-arrow.svg");
          background-size: contain;
          background-position: center center;
          background-repeat: no-repeat;
          transition-duration: 0.4s; }
        .module.columns .cols-1 .column.cta .column-text .link-button a:hover {
          background-color: #EF9C25; }
          .module.columns .cols-1 .column.cta .column-text .link-button a:hover:after {
            right: 0.5rem; }
  .module.columns .cols-1 .column.cta.gold {
    width: calc(50% - 1.8rem); }
    .module.columns .cols-1 .column.cta.gold .column-text {
      padding: 2rem 2rem 4rem 2rem;
      background-color: #EF9C25; }
  .module.columns .cols-1 .column.cta.petrol {
    width: calc(50% - 1.8rem); }
    .module.columns .cols-1 .column.cta.petrol .column-text {
      padding: 2rem 2rem 4rem 2rem;
      background-color: #033B43;
      color: white; }
      .module.columns .cols-1 .column.cta.petrol .column-text .column-title h3 {
        color: white; }

.module.columns .cols-1 .column.text-column {
  width: calc(50% - 1.8rem);
  padding-bottom: 4rem; }
  @media only screen and (min-width: 100px) and (max-width: 670px) {
    .module.columns .cols-1 .column.text-column {
      width: 100%; } }
  .module.columns .cols-1 .column.text-column img {
    max-width: 100%;
    height: auto; }
  .module.columns .cols-1 .column.text-column h3 {
    color: #462020;
    font-size: 4rem;
    line-height: 4.6rem;
    font-weight: 600;
    margin-bottom: 4.6rem; }
  .module.columns .cols-1 .column.text-column h4 {
    font-size: 3rem;
    line-height: 3.8rem;
    font-weight: 600;
    margin-bottom: 3.8rem; }
  .module.columns .cols-1 .column.text-column p {
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-bottom: 2.4rem; }
    .module.columns .cols-1 .column.text-column p.introduction {
      font-size: 2.4rem;
      line-height: 3.2rem;
      margin-bottom: 3.2rem; }
    .module.columns .cols-1 .column.text-column p strong {
      font-weight: 600; }
    .module.columns .cols-1 .column.text-column p em {
      font-style: italic; }
    .module.columns .cols-1 .column.text-column p.link-button {
      display: inline-block; }
      .module.columns .cols-1 .column.text-column p.link-button a {
        display: block;
        background-color: #AD352F;
        color: white;
        padding: 1rem 12rem 1rem 1rem;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 2.2rem;
        line-height: 2.2rem;
        height: 2.2rem;
        position: relative; }
        @media only screen and (min-width: 100px) and (max-width: 670px) {
          .module.columns .cols-1 .column.text-column p.link-button a {
            font-size: 1.7rem;
            height: auto;
            min-height: 2.2rem; } }
        .module.columns .cols-1 .column.text-column p.link-button a:after {
          position: absolute;
          top: 50%;
          right: 1rem;
          transform: translate(0, -50%);
          content: '';
          width: 1.6rem;
          height: 1.2rem;
          background-image: url("../images/ticket-arrow.svg");
          background-size: contain;
          background-position: center center;
          background-repeat: no-repeat;
          transition-duration: 0.4s; }
        .module.columns .cols-1 .column.text-column p.link-button a:hover {
          background-color: #EF9C25; }
          .module.columns .cols-1 .column.text-column p.link-button a:hover:after {
            right: 0.5rem; }

.module.columns .cols-2 {
  display: flex;
  justify-content: space-between;
  padding: 3rem 0 6rem 0; }
  @media only screen and (min-width: 100px) and (max-width: 670px) {
    .module.columns .cols-2 {
      display: block; } }
  .module.columns .cols-2 .column.cta {
    box-sizing: border-box;
    width: calc(50% - 1.8rem);
    margin-bottom: 3rem;
    position: relative; }
    @media only screen and (min-width: 100px) and (max-width: 670px) {
      .module.columns .cols-2 .column.cta {
        width: 100%; } }
    .module.columns .cols-2 .column.cta .column-text {
      padding-bottom: 4rem;
      position: relative; }
      .module.columns .cols-2 .column.cta .column-text .column-title h3 {
        font-size: 3rem;
        line-height: 3rem;
        margin-bottom: 3.8rem;
        font-weight: 600;
        color: #462020; }
      .module.columns .cols-2 .column.cta .column-text p {
        font-size: 1.8rem;
        line-height: 2.4rem;
        margin-bottom: 2.4rem; }
        .module.columns .cols-2 .column.cta .column-text p.introduction {
          font-size: 2.4rem;
          line-height: 3.2rem;
          margin-bottom: 3.2rem; }
      .module.columns .cols-2 .column.cta .column-text .link-button {
        position: absolute;
        bottom: 0;
        left: 0;
        transform: translate(0, 50%); }
        .module.columns .cols-2 .column.cta .column-text .link-button a {
          display: block;
          padding: 1rem 9rem 1rem 1rem;
          color: white;
          text-transform: uppercase;
          font-size: 2.2rem;
          line-height: 2.2rem;
          height: 2.2rem;
          background-color: #AD352F;
          transition-duration: 0.2s; }
          @media only screen and (min-width: 100px) and (max-width: 670px) {
            .module.columns .cols-2 .column.cta .column-text .link-button a {
              font-size: 1.7rem;
              height: auto;
              min-height: 2.2rem; } }
          .module.columns .cols-2 .column.cta .column-text .link-button a:after {
            position: absolute;
            top: 50%;
            right: 1rem;
            transform: translate(0, -50%);
            content: '';
            width: 1.6rem;
            height: 1.2rem;
            background-image: url("../images/ticket-arrow.svg");
            background-size: contain;
            background-position: center center;
            background-repeat: no-repeat;
            transition-duration: 0.4s; }
          .module.columns .cols-2 .column.cta .column-text .link-button a:hover {
            background-color: #EF9C25; }
            .module.columns .cols-2 .column.cta .column-text .link-button a:hover:after {
              right: 0.5rem; }
    .module.columns .cols-2 .column.cta.gold {
      width: calc(50% - 1.8rem); }
      .module.columns .cols-2 .column.cta.gold .column-text {
        padding: 2rem 2rem 4rem 2rem;
        background-color: #EF9C25; }
    .module.columns .cols-2 .column.cta.petrol {
      width: calc(50% - 1.8rem); }
      .module.columns .cols-2 .column.cta.petrol .column-text {
        padding: 2rem 2rem 4rem 2rem;
        background-color: #033B43;
        color: white; }
        .module.columns .cols-2 .column.cta.petrol .column-text .column-title h3 {
          color: white; }
  .module.columns .cols-2 .column.text-column {
    width: calc(50% - 1.8rem);
    padding-bottom: 4rem; }
    @media only screen and (min-width: 100px) and (max-width: 670px) {
      .module.columns .cols-2 .column.text-column {
        width: 100%; } }
    .module.columns .cols-2 .column.text-column img {
      max-width: 100%;
      height: auto; }
    .module.columns .cols-2 .column.text-column h3 {
      font-size: 4rem;
      line-height: 4.6rem;
      font-weight: 600;
      margin-bottom: 4.6rem;
      color: #462020; }
    .module.columns .cols-2 .column.text-column h4 {
      font-size: 3rem;
      line-height: 3.8rem;
      font-weight: 600;
      margin-bottom: 3.8rem; }
    .module.columns .cols-2 .column.text-column p {
      font-size: 1.8rem;
      line-height: 2.4rem;
      margin-bottom: 2.4rem; }
      .module.columns .cols-2 .column.text-column p.introduction {
        font-size: 2.4rem;
        line-height: 3.2rem;
        margin-bottom: 3.2rem; }
      .module.columns .cols-2 .column.text-column p strong {
        font-weight: 600; }
      .module.columns .cols-2 .column.text-column p em {
        font-style: italic; }
      .module.columns .cols-2 .column.text-column p.link-button {
        display: inline-block; }
        .module.columns .cols-2 .column.text-column p.link-button a {
          display: block;
          background-color: #AD352F;
          color: white;
          padding: 1rem 12rem 1rem 1rem;
          text-transform: uppercase;
          font-weight: 600;
          font-size: 2.2rem;
          line-height: 2.2rem;
          height: 2.2rem;
          position: relative; }
          @media only screen and (min-width: 100px) and (max-width: 670px) {
            .module.columns .cols-2 .column.text-column p.link-button a {
              font-size: 1.7rem;
              height: auto;
              min-height: 2.2rem; } }
          .module.columns .cols-2 .column.text-column p.link-button a:after {
            position: absolute;
            top: 50%;
            right: 1rem;
            transform: translate(0, -50%);
            content: '';
            width: 1.6rem;
            height: 1.2rem;
            background-image: url("../images/ticket-arrow.svg");
            background-size: contain;
            background-position: center center;
            background-repeat: no-repeat;
            transition-duration: 0.4s; }
          .module.columns .cols-2 .column.text-column p.link-button a:hover {
            background-color: #EF9C25; }
            .module.columns .cols-2 .column.text-column p.link-button a:hover:after {
              right: 0.5rem; }

.regular-tiles .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1328px; }
  .regular-tiles .inner .cta-tile {
    width: 392px;
    max-width: calc(100% - 4rem);
    margin: 4rem 2rem 6rem 2rem;
    transition-duration: 0.2s;
    position: relative;
    padding-bottom: 4rem; }
    .regular-tiles .inner .cta-tile .description {
      width: calc(100% - 120px);
      margin: 0 auto; }
      @media only screen and (min-width: 100px) and (max-width: 670px) {
        .regular-tiles .inner .cta-tile .description {
          width: 100%; } }
      .regular-tiles .inner .cta-tile .description h4, .regular-tiles .inner .cta-tile .description h5 {
        display: block;
        font-size: 4.6rem;
        line-height: 4.6rem;
        font-weight: 600;
        color: white;
        white-space: pre-line; }
        .regular-tiles .inner .cta-tile .description h4 em, .regular-tiles .inner .cta-tile .description h4 strong, .regular-tiles .inner .cta-tile .description h5 em, .regular-tiles .inner .cta-tile .description h5 strong {
          margin-right: 3rem;
          display: inline-block;
          padding: 0.5rem;
          background-color: #033B43; }
        @media only screen and (min-width: 100px) and (max-width: 670px) {
          .regular-tiles .inner .cta-tile .description h4, .regular-tiles .inner .cta-tile .description h5 {
            font-size: 4rem;
            line-height: 4rem; } }
      .regular-tiles .inner .cta-tile .description h5 {
        font-family: "joanna-nova", sans-serif; }
        .regular-tiles .inner .cta-tile .description h5 em, .regular-tiles .inner .cta-tile .description h5 strong {
          background-color: #EF9C25;
          font-weight: 400;
          color: #033B43; }
      .regular-tiles .inner .cta-tile .description .link-button {
        display: inline-block;
        position: absolute;
        bottom: 0;
        transform: translate(0, -100%); }
        .regular-tiles .inner .cta-tile .description .link-button a {
          display: block;
          padding: 1rem 11rem 1rem 1rem;
          background-color: #AD352F;
          color: white;
          text-transform: uppercase;
          font-size: 2.2rem;
          line-height: 2.2rem;
          height: 2.2rem;
          font-weight: 600;
          transition-duration: 0.2s;
          position: relative; }
          @media only screen and (min-width: 100px) and (max-width: 670px) {
            .regular-tiles .inner .cta-tile .description .link-button a {
              font-size: 1.7rem;
              height: auto;
              min-height: 2.2rem; } }
          .regular-tiles .inner .cta-tile .description .link-button a:after {
            position: absolute;
            top: 50%;
            right: 1.5rem;
            transform: translate(0, -50%);
            content: '';
            width: 1.6rem;
            height: 1.2rem;
            background-image: url("../images/ticket-arrow.svg");
            background-size: contain;
            background-position: center center;
            background-repeat: no-repeat;
            transition-duration: 0.4s;
            pointer-events: none; }
          .regular-tiles .inner .cta-tile .description .link-button a:hover {
            background-color: #EF9C25; }
            .regular-tiles .inner .cta-tile .description .link-button a:hover:after {
              right: 0.5rem; }
  .regular-tiles .inner .tile {
    width: 392px;
    max-width: calc(100% - 4rem);
    margin: 4rem 2rem 6rem 2rem;
    transition-duration: 0.2s;
    position: relative;
    padding-bottom: 4rem; }
    .regular-tiles .inner .tile.patterned:after {
      position: absolute;
      content: '';
      width: 285px;
      height: 285px;
      position: absolute;
      top: 0;
      right: 0;
      background-image: url("../images/RSB-Line-Pattern_Brown.svg");
      background-position: left top;
      background-size: cover;
      background-repeat: no-repeat;
      z-index: 0; }
    .regular-tiles .inner .tile.patterned:nth-child(odd):after {
      background-position: right bottom; }
    .regular-tiles .inner .tile.patterned img {
      margin-top: 3rem;
      position: relative;
      z-index: 1; }
    .regular-tiles .inner .tile h4 {
      font-size: 3rem;
      line-height: 3.8rem;
      font-weight: 600;
      color: #033B43;
      margin: 2rem 0 2rem 0; }
    .regular-tiles .inner .tile p {
      font-size: 1.8rem;
      line-height: 2.4rem; }
    .regular-tiles .inner .tile img {
      max-width: 100%;
      height: auto; }
    .regular-tiles .inner .tile .link-button {
      display: inline-block;
      margin-top: 3rem; }
      .regular-tiles .inner .tile .link-button a {
        display: block;
        padding: 1rem 11rem 1rem 1rem;
        background-color: #AD352F;
        color: white;
        text-transform: uppercase;
        font-size: 2.2rem;
        line-height: 2.2rem;
        height: 2.2rem;
        font-weight: 600;
        transition-duration: 0.2s;
        position: relative; }
        @media only screen and (min-width: 100px) and (max-width: 670px) {
          .regular-tiles .inner .tile .link-button a {
            font-size: 1.7rem;
            height: auto;
            min-height: 2.2rem; } }
        .regular-tiles .inner .tile .link-button a:after {
          position: absolute;
          top: 50%;
          right: 1.5rem;
          transform: translate(0, -50%);
          content: '';
          width: 1.6rem;
          height: 1.2rem;
          background-image: url("../images/ticket-arrow.svg");
          background-size: contain;
          background-position: center center;
          background-repeat: no-repeat;
          transition-duration: 0.4s;
          pointer-events: none; }
        .regular-tiles .inner .tile .link-button a:hover {
          background-color: #EF9C25; }
          .regular-tiles .inner .tile .link-button a:hover:after {
            right: 0.5rem; }

#event-tiles .tile {
  width: 927px;
  max-width: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  margin-bottom: 10rem;
  position: relative;
  transition-duration: 0.3s; }
  @media only screen and (min-width: 100px) and (max-width: 670px) {
    #event-tiles .tile {
      width: 100%;
      flex-direction: row;
      display: block; } }
  #event-tiles .tile.widest {
    width: 100%;
    flex-direction: row; }
    @media only screen and (min-width: 100px) and (max-width: 670px) {
      #event-tiles .tile.widest {
        display: block; } }
    #event-tiles .tile.widest .sub-tile {
      width: 927px;
      max-width: 100%;
      display: flex;
      flex-direction: row-reverse;
      position: relative; }
      @media only screen and (min-width: 100px) and (max-width: 670px) {
        #event-tiles .tile.widest .sub-tile {
          display: block; } }
    #event-tiles .tile.widest .call-to-action {
      width: 392px;
      max-width: calc(100% - 4rem);
      transition-duration: 0.2s;
      padding-bottom: 4rem; }
      #event-tiles .tile.widest .call-to-action .text {
        width: 213px;
        margin: 0 auto; }
        @media only screen and (min-width: 100px) and (max-width: 670px) {
          #event-tiles .tile.widest .call-to-action .text {
            padding-top: 8rem; } }
        #event-tiles .tile.widest .call-to-action .text h4, #event-tiles .tile.widest .call-to-action .text h5 {
          display: block;
          font-size: 4.2rem;
          line-height: 4.4rem;
          font-weight: 600;
          color: white; }
          @media only screen and (min-width: 100px) and (max-width: 670px) {
            #event-tiles .tile.widest .call-to-action .text h4, #event-tiles .tile.widest .call-to-action .text h5 {
              font-size: 3rem;
              line-height: 3rem; } }
          #event-tiles .tile.widest .call-to-action .text h4 em, #event-tiles .tile.widest .call-to-action .text h4 strong, #event-tiles .tile.widest .call-to-action .text h5 em, #event-tiles .tile.widest .call-to-action .text h5 strong {
            display: inline-block;
            padding: 0.5rem;
            background-color: #033B43; }
        #event-tiles .tile.widest .call-to-action .text h5 {
          font-family: "joanna-nova", sans-serif; }
          #event-tiles .tile.widest .call-to-action .text h5 em, #event-tiles .tile.widest .call-to-action .text h5 strong {
            background-color: #EF9C25;
            font-weight: 300;
            color: #033B43; }
        #event-tiles .tile.widest .call-to-action .text p {
          font-size: 1.8rem;
          line-height: 2.4rem;
          padding: 2rem 0 1rem 0; }
        #event-tiles .tile.widest .call-to-action .text .link-button {
          display: inline-block;
          position: absolute;
          bottom: 0; }
          #event-tiles .tile.widest .call-to-action .text .link-button a {
            display: block;
            padding: 1rem 11rem 1rem 1rem;
            background-color: #AD352F;
            color: white;
            text-transform: uppercase;
            font-size: 2.2rem;
            line-height: 2.2rem;
            height: 2.2rem;
            font-weight: 600;
            transition-duration: 0.2s;
            position: relative; }
            @media only screen and (min-width: 100px) and (max-width: 670px) {
              #event-tiles .tile.widest .call-to-action .text .link-button a {
                font-size: 1.7rem;
                height: auto;
                min-height: 2.2rem; } }
            #event-tiles .tile.widest .call-to-action .text .link-button a:after {
              position: absolute;
              top: 50%;
              right: 1.5rem;
              transform: translate(0, -50%);
              content: '';
              width: 1.6rem;
              height: 1.2rem;
              background-image: url("../images/ticket-arrow.svg");
              background-size: contain;
              background-position: center center;
              background-repeat: no-repeat;
              transition-duration: 0.4s;
              pointer-events: none; }
            #event-tiles .tile.widest .call-to-action .text .link-button a:hover {
              background-color: #EF9C25; }
              #event-tiles .tile.widest .call-to-action .text .link-button a:hover:after {
                right: 0.5rem; }
  #event-tiles .tile:nth-child(even) {
    margin-left: calc(100% - 927px); }
    @media only screen and (max-width: 1290px), only screen and (min-width: 671px) and (max-width: 1180px), only screen and (min-width: 100px) and (max-width: 670px) {
      #event-tiles .tile:nth-child(even) {
        margin-left: 0; } }
  #event-tiles .tile .description {
    width: calc(640px - 7.2rem);
    padding: 3.6rem;
    max-width: calc(100% - 315px);
    background-color: #033B43;
    color: white;
    min-height: 218px; }
    @media only screen and (min-width: 100px) and (max-width: 670px) {
      #event-tiles .tile .description {
        width: calc(100% - 4rem);
        padding: 2rem;
        max-width: none; } }
    #event-tiles .tile .description h4 {
      font-size: 3rem;
      line-height: 3.8rem;
      font-weight: 600;
      margin-bottom: 2.4rem;
      width: calc(100% - 2rem); }
    #event-tiles .tile .description p {
      font-size: 1.8rem;
      line-height: 2.4rem;
      margin-bottom: 2.4rem;
      width: calc(100% - 2rem); }
    #event-tiles .tile .description:after {
      width: 285px;
      height: 285px;
      position: absolute;
      top: 0;
      right: 0;
      border-left: 3rem solid #033B43;
      content: '';
      background-image: url("../images/RSB-Line-Pattern_Brown.svg");
      background-position: center center;
      background-size: cover; }
      @media only screen and (min-width: 100px) and (max-width: 670px) {
        #event-tiles .tile .description:after {
          display: none; } }
  #event-tiles .tile .image {
    width: 315px;
    transform: translate(-2rem, 4rem);
    z-index: 99; }
    @media only screen and (min-width: 100px) and (max-width: 670px) {
      #event-tiles .tile .image {
        width: 100%;
        height: auto;
        transform: none; } }
    @media only screen and (min-width: 100px) and (max-width: 670px) {
      #event-tiles .tile .image img {
        width: 100%;
        height: auto; } }
  #event-tiles .tile .link-button {
    display: inline-block;
    position: absolute;
    bottom: 0;
    transform: translate(0, 50%);
    z-index: 9; }
    #event-tiles .tile .link-button a {
      display: block;
      padding: 1rem 11rem 1rem 1rem;
      background-color: #AD352F;
      color: white;
      text-transform: uppercase;
      font-size: 2.2rem;
      line-height: 2.2rem;
      height: 2.2rem;
      font-weight: 600;
      transition-duration: 0.2s;
      position: relative; }
      @media only screen and (min-width: 100px) and (max-width: 670px) {
        #event-tiles .tile .link-button a {
          font-size: 1.7rem;
          height: auto;
          min-height: 2.2rem; } }
      #event-tiles .tile .link-button a:after {
        position: absolute;
        top: 50%;
        right: 1.5rem;
        transform: translate(0, -50%);
        content: '';
        width: 1.6rem;
        height: 1.2rem;
        background-image: url("../images/ticket-arrow.svg");
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        transition-duration: 0.4s;
        pointer-events: none; }
      #event-tiles .tile .link-button a:hover {
        background-color: #EF9C25; }
        #event-tiles .tile .link-button a:hover:after {
          right: 0.5rem; }

#news-article .inner {
  display: flex;
  justify-content: space-between; }
  @media only screen and (min-width: 100px) and (max-width: 670px) {
    #news-article .inner {
      display: block; } }
  #news-article .inner .news-item {
    width: 820px;
    max-width: calc(100% - 315px);
    padding-bottom: 6rem; }
    @media only screen and (min-width: 100px) and (max-width: 670px) {
      #news-article .inner .news-item {
        width: calc(100vw - 40px);
        max-width: none;
        padding-bottom: 0rem;
        margin-bottom: 2rem;
        border-bottom: 1px solid #CEE9E2; } }
    #news-article .inner .news-item h4 {
      color: #AD352F;
      font-weight: 700;
      margin-bottom: 0;
      font-size: 1.4rem;
      line-height: 1.9rem; }
    #news-article .inner .news-item p {
      font-size: 1.4rem;
      line-height: 1.9rem;
      margin-bottom: 1.9rem; }
      #news-article .inner .news-item p.introduction {
        font-size: 1.8rem;
        line-height: 2.4rem;
        margin-bottom: 2.4rem;
        font-weight: 600; }
    #news-article .inner .news-item blockquote {
      margin-left: 4rem;
      font-family: "joanna-nova", sans-serif;
      color: #462020; }
      #news-article .inner .news-item blockquote em {
        font-style: normal;
        color: #AD352F;
        font-family: "gill-sans-nova", sans-serif;
        font-weight: 600; }
    #news-article .inner .news-item img {
      max-width: 100%;
      height: auto;
      margin: 3rem 0; }
  #news-article .inner .meta-description {
    color: #AD352F;
    font-family: "joanna-nova", sans-serif;
    font-size: 1.4rem;
    line-height: 1.9rem;
    width: 285px; }
    @media only screen and (min-width: 100px) and (max-width: 670px) {
      #news-article .inner .meta-description {
        width: calc(100vw - 40px);
        padding-bottom: 4rem; } }
    #news-article .inner .meta-description p {
      margin-bottom: 1.9rem; }

#footer #footer-details {
  background-color: #033B43;
  padding: 3rem 0; }

#footer .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  @media only screen and (min-width: 100px) and (max-width: 670px) {
    #footer .inner {
      justify-content: space-between; } }
  #footer .inner .footer-column {
    width: 25%;
    color: white;
    font-size: 1.6rem;
    line-height: 2.2rem; }
    @media only screen and (min-width: 100px) and (max-width: 670px) {
      #footer .inner .footer-column {
        width: 50%;
        margin-bottom: 4rem; } }
    #footer .inner .footer-column a {
      color: white; }

#footer #footer-sponsors {
  padding: 3rem 0;
  text-align: center;
  height: 0px;
  margin: 0 auto; }
  #footer #footer-sponsors .inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    #footer #footer-sponsors .inner img {
      display: block;
      margin: 2rem; }

form label {
  margin-bottom: 0.9rem; }

form textarea, form input[type=text], form input[type=email] {
  border: none;
  font-size: 1.8rem;
  font-family: "gill-sans-nova", sans-serif;
  padding: 1rem;
  outline: none; }

form input[type=submit] {
  font-size: 2rem;
  text-transform: uppercase;
  color: white;
  font-family: "gill-sans-nova", sans-serif;
  font-weight: 500;
  background-color: #AD352F;
  border: none;
  padding: 1rem 11rem 1rem 1rem;
  position: relative;
  background-image: url("../images/ticket-arrow.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 50%;
  cursor: pointer;
  transition-duration: 0.2s; }
  form input[type=submit]:hover {
    background-color: #033B43;
    background-position: calc(100% - 5px) 50%; }

#cookie-law-info-bar {
  font-size: 1.6rem;
  line-height: 1.6rem; }
  #cookie-law-info-bar .cookie-btn {
    display: inline-block;
    margin-left: 4rem; }
    #cookie-law-info-bar .cookie-btn a {
      font-size: 2.4rem;
      line-height: 2.4rem;
      height: 2.4rem;
      font-weight: 500;
      display: block;
      padding: 0.5rem 3rem 0.6rem 1rem;
      background-color: #AD352F;
      position: relative;
      cursor: pointer;
      transition-duration: 0.2s; }
      #cookie-law-info-bar .cookie-btn a:after {
        position: absolute;
        top: 50%;
        right: 0.75rem;
        transform: translate(0, -50%);
        content: '';
        width: 1.6rem;
        height: 1.2rem;
        background-image: url("../images/ticket-arrow.svg");
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        transition-duration: 0.4s; }
      #cookie-law-info-bar .cookie-btn a:hover {
        background-color: #04462C; }
        #cookie-law-info-bar .cookie-btn a:hover:after {
          right: 0.4rem; }
