@charset "UTF-8";
/* 

1. Variables
	- imports
	- colours
	- gradients
	- media queries
	- fonts
	- times
2. General
	2.1 Layout
	2.2 Forms
3. Banner
4. Main Content
	4.1 Home / Carousel
5. Modules
6. News
7. Events
8. Footer
*/
/*
	1. Variables
*/
/* 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;
}

@font-face {
  font-family: "Rongel";
  src: url("../fonts/RongelTrial-Regular.woff") format("woff"); /* NEED TO PURCHASE FULL WEBFONT KIT? */
  font-weight: 400;
  font-style: normal;
}
@keyframes rotating {
  0% {
    opacity: 0;
    background-position: 0% 50%;
    transform: scale(1.1) translate(-50%, -50%) translateZ(0);
  }
  25% {
    opacity: 0.3;
    background-position: 100% 70%;
    transform: scale(1.1) translate(-50%, -50%) translateZ(0);
  }
  50% {
    opacity: 0.8;
    background-position: 70% 100%;
    transform: scale(1.1) translate(-50%, -50%) translateZ(0);
  }
  25% {
    opacity: 0.3;
    background-position: 50% 50%;
    transform: scale(1.1) translate(-50%, -50%) translateZ(0);
  }
  100% {
    opacity: 0;
    background-position: 0% 50%;
    transform: scale(1.1) translate(-50%, -50%) translateZ(0);
  }
}
@keyframes rotating2 {
  0% {
    opacity: 1;
    background-position: 0% 50%;
    transform: translate(-50%, -50%) translateZ(0);
  }
  50% {
    opacity: 1;
    background-position: 100% 70%;
    transform: scale(1.1) translate(-50%, -50%) translateZ(0);
  }
  100% {
    opacity: 1;
    background-position: 0% 50%;
    transform: translate(-50%, -50%) translateZ(0);
  }
}
@keyframes rotatingCircle {
  0% {
    transform: translate(-52%, -52%) rotate(-360deg);
  }
  60% {
    transform: translate(-48%, -48%) rotate(0deg);
  }
  100% {
    transform: translate(-52%, -52%) rotate(-360deg);
  }
}
/*
	2. General
*/
html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 1101px) and (max-width: 1530px) {
  html {
    font-size: 57.5%;
  }
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  html {
    font-size: 57.5%;
  }
}

body {
  font-family: "neue-haas-unica", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 133.33333%;
  overflow-x: hidden;
}
@media only screen and (min-width: 516px) and (max-width: 768px) {
  body {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  body {
    font-size: 1.8rem;
  }
}
body.yellow {
  background-color: #DAD72A;
}
body.orange {
  background-color: #F59057;
}
body.blue {
  background-color: #66b0ed;
}
body.pink {
  background-color: #e29ec1;
}
body.limestone {
  background-color: #f5edeb;
}
body.modal {
  overflow: hidden;
  height: 100vh;
}
body blockquote p:last-child {
  margin-bottom: 0;
  padding-bottom: 0 !important;
}
body h1, body h2, body h3, body h4 {
  font-family: "Rongel", serif;
}
body h1 {
  font-size: 6.4rem;
  line-height: 7.6rem;
  text-align: center;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  body h1 {
    font-size: 5rem;
    line-height: 6rem;
  }
}
body h3 {
  font-size: 4rem;
  line-height: 6rem;
  margin-bottom: 4rem;
}
body h3.PreferenceHeading {
  font-family: "neue-haas-unica", sans-serif;
  font-size: 1.8rem;
  line-height: 2.3rem;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  body h3 {
    font-size: 2.8rem;
    line-height: 150%;
    margin-bottom: 1rem;
  }
}
body a {
  color: black;
}
body.menu-open {
  overflow: hidden;
}
body.menu-open a {
  color: white;
}
body strong {
  font-weight: bold;
}

p a {
  text-decoration: underline;
}
p strong {
  font-weight: 700;
}
p.large {
  font-size: 2.8rem;
}
p.small {
  font-size: 1.5rem;
  line-height: 2rem;
}
.link-button {
  text-align: center;
}
.link-button a, .link-button span {
  display: inline-block;
  padding: 0.7rem 1.5rem 1.2rem 1.5rem;
  background-color: black;
  color: white;
  text-align: center;
  font-size: 2.4rem;
  line-height: 2.4rem;
  height: 2.4rem;
  border-radius: 4.4rem;
  transition-duration: 0.3s;
  text-decoration: none !important;
  border: 1.5px solid black;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  .link-button a, .link-button span {
    font-size: 2rem;
    line-height: 2rem;
    height: 2rem;
    border-radius: 4rem;
  }
}
.link-button a:hover, .link-button span:hover {
  background-color: white;
  color: black;
}
.link-button.inactive span {
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.7);
}
.link-button.inactive span:hover {
  background-color: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.7);
}
.link-button.small a {
  padding: 0.8rem 2rem 1rem 2rem;
  height: 2rem;
  font-size: 2rem;
  line-height: 2rem;
}

li.link-button {
  display: inline;
}

/* 2. GENERAL */
.outer {
  position: relative;
}
.outer.black {
  background-color: black;
}
.outer.white {
  background-color: white;
}
.outer.yellow-to-white {
  background: transparent linear-gradient(180deg, #DAD72A 0%, white 100%) 0% 0% no-repeat padding-box;
}
.outer .inner {
  position: relative;
  width: calc(100vw - 7.2rem);
  max-width: 1302px;
  margin: 0 auto;
}
#main-wrapper {
  padding-top: 14rem;
}
#main-wrapper.with-banner-image {
  padding-top: 0;
}

#image-introduction {
  width: 100vw;
  height: 0;
  padding-top: 40%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
@media only screen and (min-width: 1px) and (max-width: 515px), only screen and (min-width: 769px) and (max-width: 1100px), only screen and (min-width: 516px) and (max-width: 768px) {
  #image-introduction {
    height: calc(50vh + 40px);
    padding-top: 0;
  }
}
#image-introduction h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 14rem;
  line-height: 10rem;
  letter-spacing: -0.4rem;
  word-spacing: 3rem;
}
@media only screen and (min-width: 1px) and (max-width: 515px), only screen and (min-width: 516px) and (max-width: 768px) {
  #image-introduction h1 {
    font-size: 6rem;
    line-height: 7rem;
  }
}
#image-introduction h1.long-title {
  font-size: 10rem;
  line-height: 9rem;
  letter-spacing: -0.2rem;
  word-spacing: 1rem;
}
@media only screen and (min-width: 1px) and (max-width: 515px), only screen and (min-width: 516px) and (max-width: 768px) {
  #image-introduction h1.long-title {
    font-size: 5rem;
    line-height: 6rem;
  }
}
#image-introduction h1 em {
  font-style: italic;
}
#image-introduction h1.black {
  color: black;
}
#image-introduction h1.yellow {
  color: #DAD72A;
}

#introduction {
  padding: 5rem 0 0 0;
  margin: 0 auto 5rem auto;
}
#introduction h1 {
  margin: 0 auto 2.4rem auto;
  width: 100%;
  max-width: 79.2rem;
}
#introduction .date {
  text-transform: uppercase;
  text-align: center;
}
#introduction .text {
  text-align: center;
  font-size: 2.8rem;
  line-height: 150%;
  margin: 0 auto;
  width: 100%;
  max-width: 92.6rem;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #introduction .text {
    font-size: 2rem;
  }
}
#introduction .text p {
  margin-bottom: 2.8rem;
}

#submenu {
  text-align: center;
  margin: 3rem auto 5rem 0;
}
#submenu ul {
  box-sizing: border-box;
  padding: 0 12rem;
}
@media only screen and (min-width: 1px) and (max-width: 515px), only screen and (min-width: 516px) and (max-width: 768px) {
  #submenu ul {
    padding: 0;
  }
}
#submenu ul li a, #submenu ul li span {
  border: 1.5px solid black;
  box-sizing: border-box;
  font-size: 2rem;
  height: 4rem;
  padding: 0.5rem 1.5rem 1rem 1.5rem;
  margin: 0.6rem 0.6rem 1.2rem 0.6rem;
}
#submenu ul li.current span {
  background-color: white;
  color: black;
}

/* 3. BANNER */
#banner {
  box-sizing: border-box;
  width: 100vw;
  height: 14rem;
  padding: 4rem 0;
  position: fixed;
  background-color: white;
  transition-duration: 0.4s;
  z-index: 100;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #banner {
    height: 11rem;
  }
}
body.yellow #banner {
  background-color: #dad72a;
}
body.menu-open #banner {
  background-color: #212121;
}
#banner.clear {
  background-color: rgba(255, 255, 255, 0);
}
#banner .inner {
  height: 6rem;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #banner .inner {
    height: 4rem;
  }
}
#banner #website-title {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 7.4rem;
  height: 5.7rem;
  text-indent: -99999px;
  background-image: url("../images/BEAMlogo.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transition-duration: 0.4s;
}
.menu-open #banner #website-title {
  background-image: url("../images/BEAMlogoWhite.svg");
}
#banner #website-title.large {
  width: 12.8rem;
  height: 9.9rem;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #banner #website-title.large {
    width: 11rem;
    height: 8.5rem;
  }
}
.menu-open #banner #website-title.large {
  width: 7.4rem;
  height: 5.7rem;
}
#banner #website-title a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#banner.white-text {
  color: white;
}
#banner.white-text #website-title {
  background-image: url("../images/BEAMlogoWhite.svg");
}
#banner.white-text a {
  color: white;
}
#banner.white-text #opening-status:before {
  background-image: url("../images/clock-white.svg");
}
#banner.white-text #primary-navigation ul li a:after {
  background-color: white !important;
}
#banner.white-text #secondary-navigation #search-button {
  background-image: url("../images/search-white.svg");
}
#banner.white-text #secondary-navigation #account-button {
  background-image: url("../images/account-white.svg");
}
#banner.white-text #secondary-navigation #basket-button {
  background-image: url("../images/basket-white.svg");
}
#banner.white-text #secondary-navigation #basket-button .count {
  color: black;
  background-color: white;
}
#banner.white-text #secondary-navigation #menu-button:before {
  background-color: white;
}
#banner.white-text #secondary-navigation #menu-button a:before, #banner.white-text #secondary-navigation #menu-button a:after {
  background-color: white;
}
#banner #opening-status {
  position: absolute;
  top: 50%;
  left: 13rem;
  transform: translate(0, calc(-50% + 1.8rem));
  font-size: 1.8rem;
  line-height: 1.8rem;
  height: 1.8rem;
  transition-duration: 0.4s;
}
@media only screen and (min-width: 1px) and (max-width: 515px), only screen and (min-width: 516px) and (max-width: 768px), only screen and (min-width: 769px) and (max-width: 1100px) {
  #banner #opening-status {
    display: none;
  }
}
#banner #opening-status.indent {
  left: 18rem;
}
#banner #opening-status:before {
  content: "";
  position: absolute;
  top: 0.1rem;
  left: -2.8rem;
  width: 1.7rem;
  height: 1.7rem;
  background-image: url("../images/clock.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.menu-open #banner #opening-status:before {
  background-image: url("../images/clock-white.svg");
}
.menu-open #banner #opening-status {
  color: white;
}
#banner #secondary-navigation {
  position: absolute;
  top: 50%;
  right: 0;
  height: 1.8rem;
}
#banner #secondary-navigation ul {
  height: 1.8rem;
}
#banner #secondary-navigation li {
  position: relative;
  margin: 0 1.5rem;
  display: inline-block;
  background-size: contain;
  text-indent: -99999px;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  transition-duration: 0.1s;
}
#banner #secondary-navigation li:last-child {
  margin-right: 0;
}
#banner #secondary-navigation li .name {
  display: none;
}
#banner #secondary-navigation #search-button {
  width: 1.8rem;
  height: 1.8rem;
  background-image: url("../images/search.svg");
}
.menu-open #banner #secondary-navigation #search-button {
  background-image: url("../images/search-white.svg");
}
#banner #secondary-navigation #account-button {
  width: 1.8rem;
  height: 1.8rem;
  background-image: url("../images/account.svg");
  position: relative;
}
#banner #secondary-navigation #account-button a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.menu-open #banner #secondary-navigation #account-button {
  background-image: url("../images/account-white.svg");
}
#banner #secondary-navigation #basket-button {
  width: 4rem;
  height: 1.8rem;
  text-align: right;
  background-image: url("../images/basket.svg");
  background-position: left center;
}
#banner #secondary-navigation #basket-button a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.menu-open #banner #secondary-navigation #basket-button {
  background-image: url("../images/basket-white.svg");
}
#banner #secondary-navigation #basket-button.empty {
  width: 2rem;
}
#banner #secondary-navigation #basket-button .count {
  position: absolute;
  top: -1px;
  right: -3px;
  background-color: black;
  color: white;
  text-align: center;
  font-size: 1.3rem;
  letter-spacing: -0.04rem;
  line-height: 1.8rem;
  text-indent: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 1rem;
}
.menu-open #banner #secondary-navigation #basket-button .count {
  color: black;
  background-color: white;
}
#banner #secondary-navigation #menu-button {
  width: 1.875rem;
  height: 1.8rem;
  position: relative;
  text-indent: 0;
}
#banner #secondary-navigation #menu-button:before {
  content: "";
  position: absolute;
  width: 100%;
  top: calc(50% - 1px);
  height: 2px;
  border-radius: 2px;
  background-color: black;
}
#banner #secondary-navigation #menu-button a {
  display: block;
  text-indent: -999999px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#banner #secondary-navigation #menu-button a:before, #banner #secondary-navigation #menu-button a:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  height: 2px;
  border-radius: 2px;
  background-color: black;
  transition-duration: 0.2s;
}
#banner #secondary-navigation #menu-button a:before {
  top: 0;
}
#banner #secondary-navigation #menu-button a:after {
  bottom: 0;
}
#banner #secondary-navigation #menu-button a:hover:before {
  top: -2px;
}
#banner #secondary-navigation #menu-button a:hover:after {
  bottom: -2px;
}
.menu-open #banner #secondary-navigation #menu-button:before {
  background-color: white;
}
.menu-open #banner #secondary-navigation #menu-button a:before, .menu-open #banner #secondary-navigation #menu-button a:after {
  background-color: white;
}
#banner #primary-navigation {
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
@media only screen and (min-width: 1px) and (max-width: 515px), only screen and (min-width: 516px) and (max-width: 768px) {
  #banner #primary-navigation {
    display: none;
  }
}
#banner #primary-navigation li {
  display: inline-block;
}
#banner #primary-navigation li a {
  margin: 0 1rem;
  padding: 0 0 0.1rem 0;
  position: relative;
}
#banner #primary-navigation li a:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  content: "";
  width: 0%;
  height: 2px;
  background-color: black;
  transition-duration: 0.2s;
}
.menu-open #banner #primary-navigation li a:after {
  background-color: white;
}
#banner #primary-navigation li a:hover:after {
  width: 100%;
}

#search-modal {
  display: block;
  position: fixed;
  overflow-y: scroll;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #DAD72A;
  z-index: 9999;
  text-align: center;
}
#search-modal.hidden {
  display: none;
}
#search-modal .inner {
  max-width: 640px;
  padding: 20rem 0 0 0;
}
#search-modal .close {
  position: absolute;
  top: 4rem;
  right: 0;
  width: 32px;
  height: 32px;
  text-indent: -99999px;
  cursor: pointer;
}
#search-modal .close:before, #search-modal .close:after {
  width: 32px;
  height: 2px;
  background-color: black;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  pointer-events: none;
}
#search-modal .close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#search-modal .close:after {
  transform: translate(-50%, -50%) rotate(135deg);
}
#search-modal input[type=text] {
  background-color: transparent;
  border: none;
  border-bottom: 0.15rem solid rgba(0, 0, 0, 0.5);
  font-size: 2.4rem;
  line-height: 2.4rem;
  padding-bottom: 1rem;
  width: 100%;
  outline: none;
  margin-bottom: 4rem;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #search-modal input[type=text] {
    width: 100%;
    margin-bottom: 2rem;
  }
}
#search-modal input[type=text]#signup-email {
  width: calc(40% - 20px);
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #search-modal input[type=text]#signup-email {
    width: 100%;
  }
}
#search-modal input[type=text]::placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-family: "neue-haas-unica", sans-serif;
  font-size: 2rem;
}
#search-modal #searchsubmit {
  height: 4.6rem;
  background: black;
  color: white;
  font-family: "neue-haas-unica", sans-serif;
  font-size: 2.6rem;
  line-height: 4.4rem;
  padding: 0 1.5rem 0.2rem 1.5rem;
  border-radius: 2.3rem;
  color: white;
  text-align: center;
  border: none;
  cursor: pointer;
}
#search-modal #searchsubmit:hover {
  background: white;
  color: black;
}

#menu-modal {
  display: none;
  z-index: 99;
}
.menu-open #menu-modal {
  display: block;
  position: fixed;
  overflow-y: scroll;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #212121;
}
#menu-modal #menu-lists {
  margin: 16rem 0 0 0;
}
#menu-modal #menu-lists .inner {
  max-width: 1100px;
}
#menu-modal #menu-lists .inner .menu-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#menu-modal #menu-lists .inner .menu-group .menu {
  width: 280px;
  padding-bottom: 4rem;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #menu-modal #menu-lists .inner .menu-group .menu {
    padding: 1rem;
  }
}
#menu-modal #menu-lists .inner .menu-group .menu h3 {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #menu-modal #menu-lists .inner .menu-group .menu h3 {
    margin-bottom: 0.25rem;
  }
}
#menu-modal #menu-lists .inner .menu-group .menu h3 a {
  position: relative;
  /*
  							&:after {
  								content: '';
  								position: absolute;
  								bottom: -2px;
  								left: 50%;
  								transform: translateX(-50%);
  								height: 2px;
  								width: 0%;
  								background-color: white;
  								transition-duration: 0.2s;
  								transition-property: width;
  							}
  */
}
#menu-modal #menu-lists .inner .menu-group .menu h3 a:hover {
  text-decoration: underline;
  /*
  								&:after {
  									width: 100%;
  								}
  */
}
#menu-modal #menu-lists .inner .menu-group .menu li {
  font-size: 2rem;
  line-height: 2.4rem;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #menu-modal #menu-lists .inner .menu-group .menu li {
    font-size: 1.6rem;
    line-height: 2rem;
    margin-bottom: 0.2rem;
  }
}
#menu-modal #menu-lists .inner .menu-group .menu li a {
  color: white;
}
#menu-modal #menu-lists .inner .menu-group .menu li a:hover {
  text-decoration: underline;
}

/* 4. MAIN CONTENT */
#carousel {
  margin-bottom: 14rem;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  top: 14rem;
  height: calc(100vh - 0rem);
  min-height: 88rem;
  width: 100vw;
  overflow: hidden;
  box-sizing: border-box;
  padding: 5rem 0 10rem 0;
  position: relative;
}
#carousel #carousel-grad {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 110%;
  height: 110%;
  transform: translate(-50%, -50%) translateZ(0);
}
#carousel #carousel-grad:before {
  content: "";
  width: 140%;
  height: 140%;
  position: absolute;
  top: 50%;
  left: 50%;
  animation: rotating2 24s linear infinite;
  background-position: center top;
  background-size: cover;
  background-repeat: repeat;
  background-image: url("../gradients/grad3.jpg");
  z-index: 2;
}
#carousel #carousel-grad:after {
  content: "";
  width: 140%;
  height: 140%;
  position: absolute;
  top: 50%;
  left: 50%;
  animation: rotating 8s linear infinite;
  background-position: center bottom;
  background-size: cover;
  background-repeat: repeat;
  background-image: url("../gradients/grad2.jpg");
  z-index: 3;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #carousel {
    min-height: 1px;
    height: calc(100vh - 13rem);
  }
}
#carousel #carousel-slides {
  height: 100%;
}
#carousel #carousel-slides .swiper-slide {
  color: white;
  text-align: center;
  cursor: pointer;
}
#carousel #carousel-slides .swiper-slide .slide-content {
  opacity: 1;
  transition-duration: 1.4s;
}
#carousel #carousel-slides .swiper-slide.swiper-slide-active .slide-content {
  opacity: 1;
}
#carousel #carousel-slides .swiper-slide .image {
  border-radius: 4px;
  overflow: hidden;
  transition-duration: 0.3s;
}
#carousel #carousel-slides .swiper-slide .image img {
  width: 100%;
  height: auto;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
#carousel #carousel-slides .swiper-slide .details {
  margin-top: 4rem;
}
#carousel #carousel-slides .swiper-slide .details .date {
  font-size: 2rem;
  line-height: 2rem;
  text-transform: uppercase;
  margin: 0 0 1rem 0;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #carousel #carousel-slides .swiper-slide .details .date {
    font-size: 1.6rem;
  }
}
#carousel #carousel-slides .swiper-slide .details h4 {
  margin-bottom: 1.5rem;
}
#carousel #carousel-slides .swiper-slide .details h4 a {
  color: white;
  font-size: 3.2rem;
  line-height: 120%;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #carousel #carousel-slides .swiper-slide .details h4 a {
    font-size: 2rem;
  }
}
#carousel #carousel-slides .swiper-slide .details .description {
  font-size: 1.8rem;
  line-height: 140%;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #carousel #carousel-slides .swiper-slide .details .description {
    font-size: 1.2rem;
  }
}
#carousel #carousel-slides .swiper-slide:hover .image {
  transform: scale(1.05);
}
#carousel .panel-button {
  position: absolute;
  top: 40%;
  z-index: 98;
  width: 12rem;
  height: 12rem;
  background-image: url("../images/white-arrow-chunky.svg");
  background-size: 8rem 8rem;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -999999px;
  cursor: pointer;
  transition-duration: 0.3s;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #carousel .panel-button {
    width: 5rem;
    height: 5rem;
    background-size: 5rem 5rem;
  }
}
#carousel .panel-button#button-prev {
  left: 0rem;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #carousel .panel-button#button-prev {
    left: 14px;
    transform: none;
  }
}
#carousel .panel-button#button-prev:hover {
  transform: translateX(-10px);
}
#carousel .panel-button#button-next {
  right: 0;
  transform: rotate(180deg);
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #carousel .panel-button#button-next {
    right: 14px;
    transform: rotate(180deg);
  }
}
#carousel .panel-button#button-next:hover {
  transform: translateX(10px) rotate(180deg);
}

#login-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999999999;
}
#login-modal #login-panel {
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  background-color: white;
  transform: translate(-50%, -50%);
}

#access-requirements .container {
  width: 100%;
  margin: 2rem auto;
  background-color: rgba(218, 215, 42, 0.3);
  padding: 4rem 3rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
#access-requirements .container .message {
  width: 70%;
}
#access-requirements .container .message p {
  font-size: 1.8rem;
  line-height: 2.3rem;
  margin-bottom: 2.3rem;
}
#access-requirements .container .message p.large {
  font-size: 2.4rem;
}
#access-requirements .container .login-button {
  text-align: right;
  width: 30%;
  position: relative;
}
#access-requirements .container .login-button .link-button {
  position: absolute;
  right: 0rem;
  top: 50%;
  transform: translateY(-50%);
}

/*
.SpektrixFooter {
	display: none !important;
}
*/
/* 5. MODULES */
.home #modules {
  padding: 5rem 0 0 0;
}
#modules .inner .column p, #modules .inner .text p {
  margin-bottom: 2.8rem;
}
#modules .inner .column ul, #modules .inner .text ul {
  margin-bottom: 2.8rem;
}
#modules .inner .column ul li, #modules .inner .text ul li {
  padding-left: 1.4rem;
}
#modules .inner .column ul li:before, #modules .inner .text ul li:before {
  display: inline-block;
  content: "•";
  transform: translate(-1.4rem, 0);
}
#modules .module.panel-slider {
  height: 60vh;
  min-height: 50rem;
  max-height: 69rem;
  padding-bottom: 38rem;
  position: relative;
}
#modules .module.panel-slider h2 {
  font-size: 4.4rem;
  margin-bottom: 4rem;
  text-align: center;
}
@media only screen and (min-width: 769px) and (max-width: 1100px) {
  #modules .module.panel-slider {
    padding-bottom: 20rem;
  }
}
@media only screen and (min-width: 516px) and (max-width: 768px) {
  #modules .module.panel-slider {
    padding-bottom: 18rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .module.panel-slider {
    padding-bottom: 15rem;
  }
}
#modules .module.panel-slider .panel-title {
  padding: 10rem 0 2rem 0;
}
@media only screen and (min-width: 769px) and (max-width: 1100px) {
  #modules .module.panel-slider .panel-title {
    padding: 4rem 0 2rem 0;
  }
}
@media only screen and (min-width: 516px) and (max-width: 768px) {
  #modules .module.panel-slider .panel-title {
    padding: 4rem 0 2rem 0;
  }
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .module.panel-slider .panel-title {
    padding: 4rem 0 2rem 0;
  }
}
#modules .module.panel-slider .panel-title h3 {
  color: black;
  font-family: "neue-haas-unica", sans-serif;
  font-size: 4rem;
}
#modules .module.panel-slider .panel-title h3 em {
  font-size: 4rem;
  font-family: "Rongel", serif;
}
#modules .module.panel-slider .panel {
  height: 100%;
  color: black;
  border-radius: 4px;
  overflow: hidden;
}
#modules .module.panel-slider .panel h3 {
  color: black;
}
#modules .module.panel-slider .panel.serif-font .panel-content .text {
  font-family: "Rongel", serif;
}
#modules .module.panel-slider .panel.serif-font .panel-content .text .link-button {
  font-family: "neue-haas-unica", sans-serif;
}
#modules .module.panel-slider .panel.yellow .text {
  background-color: #DAD72A;
}
#modules .module.panel-slider .panel.orange .text {
  background-color: #F59057;
}
#modules .module.panel-slider .panel.pink .text {
  background-color: #e29ec1;
}
#modules .module.panel-slider .panel.blue .text {
  background-color: #66b0ed;
}
#modules .module.panel-slider .panel.limestone .text {
  background-color: #f5edeb;
}
#modules .module.panel-slider .panel .panel-content {
  display: flex;
  height: 100%;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
@media only screen and (min-width: 516px) and (max-width: 768px) {
  #modules .module.panel-slider .panel .panel-content {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .module.panel-slider .panel .panel-content {
    height: 100%;
    flex-direction: row;
  }
}
#modules .module.panel-slider .panel .panel-content .text {
  width: 50%;
  box-sizing: border-box;
  padding: 6.5rem;
  font-family: "neue-haas-unica", sans-serif;
}
@media only screen and (min-width: 516px) and (max-width: 768px) {
  #modules .module.panel-slider .panel .panel-content .text {
    width: 100%;
    height: 50%;
    padding: 4rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .module.panel-slider .panel .panel-content .text {
    width: 100%;
    height: 50%;
    padding: 2rem 2rem 4rem 2rem;
  }
}
#modules .module.panel-slider .panel .panel-content .text .link-button {
  margin-top: 4rem;
}
#modules .module.panel-slider .panel .panel-content .text h4 {
  font-family: "Rongel", serif;
  font-size: 3.75rem;
  line-height: 120%;
  margin-bottom: 3.75rem;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .module.panel-slider .panel .panel-content .text h4 {
    font-size: 2.6rem;
    margin-bottom: 1.5rem;
  }
}
#modules .module.panel-slider .panel .panel-content .text h4 em {
  font-family: "Rongel", serif;
}
#modules .module.panel-slider .panel .panel-content .text p {
  margin-bottom: 2.2rem;
}
#modules .module.panel-slider .panel .panel-content .image {
  background-size: cover;
  background-position: center center;
  width: 50%;
  height: 100%;
}
@media only screen and (min-width: 516px) and (max-width: 768px) {
  #modules .module.panel-slider .panel .panel-content .image {
    width: 100%;
    height: 50%;
  }
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .module.panel-slider .panel .panel-content .image {
    width: 100%;
    height: 50%;
  }
}
#modules .module.panel-slider .panel-controls {
  position: absolute;
  top: 14rem;
  right: 3.8rem;
  z-index: 9999;
  width: 8rem;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 1101px) and (max-width: 1530px) {
  #modules .module.panel-slider .panel-controls {
    right: 3rem;
  }
}
@media only screen and (min-width: 516px) and (max-width: 768px) {
  #modules .module.panel-slider .panel-controls {
    top: 50px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .module.panel-slider .panel-controls {
    display: none;
  }
}
#modules .module.panel-slider .panel-controls .panel-button {
  display: block;
  width: 3.5rem;
  height: 1.4rem;
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/arrow.svg");
}
#modules .module.panel-slider .panel-controls .panel-button.button-prev {
  transform: translateY(-0.25px);
}
#modules .module.panel-slider .panel-controls .panel-button.button-next {
  transform: rotate(180deg);
}
#modules .module.event-lists .inner.title {
  padding: 6rem 0 0 0;
  text-align: center;
}
#modules .module.event-lists .inner.title h2 {
  font-size: 6rem;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .module.event-lists .inner.title h2 {
    font-size: 4.4rem;
  }
}
#modules .module.event-lists .inner.title .subtitle {
  font-size: 3.6rem;
  line-height: 140%;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .module.event-lists .inner.title .subtitle {
    font-size: 3rem;
  }
}
#modules .module.event-lists .event-list-filter {
  margin-top: 4rem;
}
#modules .module.event-lists .event-list-filter ul {
  text-align: center;
}
#modules .module.event-lists .event-list-filter ul li {
  display: inline-block;
  padding: 0.6rem 1.4rem 1rem 1.4rem;
  border: 1.5px solid black;
  height: 3.6rem;
  border-radius: 1.8rem;
  box-sizing: border-box;
  font-size: 2rem;
  line-height: 2rem;
  cursor: pointer;
  transition-duration: 0.25s;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .module.event-lists .event-list-filter ul li {
    font-size: 1.6rem;
    line-height: 1.6rem;
    height: 2.8rem;
    padding: 0.4rem 1rem 0.8rem 1rem;
  }
}
#modules .module.event-lists .event-list-filter ul li.active, #modules .module.event-lists .event-list-filter ul li:hover {
  background: black;
  color: white;
}
#modules .module.event-lists .event-list.hidden {
  display: none;
}
#modules .module.event-lists .read-more-text {
  text-align: center;
  width: 55%;
  margin: 0 auto;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .module.event-lists .read-more-text {
    width: 100%;
  }
}
#modules .module.event-lists .read-more-text p {
  font-family: "Rongel", serif;
  font-size: 3.6rem;
  line-height: 4.6rem;
  margin-bottom: 4rem;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .module.event-lists .read-more-text p {
    font-size: 3rem;
    line-height: 3.8rem;
    margin-bottom: 3rem;
  }
}
#modules .module.event-lists .read-more-text p.link-button {
  font-family: "neue-haas-unica", sans-serif;
}
#modules .module.text-repeater {
  padding: 5rem 0 8rem 0;
}
#modules .module.text-repeater .inner {
  max-width: 105.4rem;
  border-top: 1.5px solid black;
  padding-bottom: 5rem;
}
#modules .module.text-repeater .text-box {
  padding: 5rem 0;
  border-bottom: 1.5px solid black;
  display: flex;
}
#modules .module.text-repeater .text-box:last-child {
  border-bottom: none;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .module.text-repeater .text-box {
    display: block;
  }
}
#modules .module.text-repeater .text-box .title {
  font-size: 4rem;
  min-width: 300px;
  width: calc(20% - 20px);
  box-sizing: border-box;
  padding-right: 40px;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .module.text-repeater .text-box .title {
    width: 100%;
    margin-bottom: 2rem;
  }
}
#modules .module.text-repeater .text-box h4 {
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 500;
  font-size: 3rem;
  line-height: 120%;
  margin-bottom: 2.4rem;
}
#modules .module.text-repeater .text-box .text {
  width: calc(80% - 20px);
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .module.text-repeater .text-box .text {
    width: 100%;
  }
}
#modules .module.text-repeater .text-box .faqs .faq {
  padding: 0 0 1rem 0;
  border-bottom: 1.5px solid black;
  margin-bottom: 2rem;
}
#modules .module.text-repeater .text-box .faqs .faq .faq-title h4 {
  font-weight: 500;
  font-family: "neue-haas-unica", sans-serif;
  font-size: 2.4rem;
  line-height: 2.4rem;
  padding: 0 0 2rem 0;
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .module.text-repeater .text-box .faqs .faq .faq-title h4 {
    font-size: 2rem;
    line-height: 2rem;
  }
}
#modules .module.text-repeater .text-box .faqs .faq .faq-title h4:after {
  position: absolute;
  top: 1.8rem;
  right: 1rem;
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  border-left: 1.5px solid black;
  border-top: 1.5px solid black;
  transform: rotate(45deg);
  transition-duration: 0.3s;
}
#modules .module.text-repeater .text-box .faqs .faq.hidden .faq-title h4:after {
  top: 1rem;
  transform: rotate(-135deg);
}
#modules .module.text-repeater .text-box .faqs .faq.hidden .faq-text {
  display: none;
}
#modules .module.call-to-action {
  margin-bottom: 4rem;
}
#modules .module.call-to-action .inner {
  max-width: 132.6rem;
  background-color: #DAD72A;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 13rem 4rem;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .module.call-to-action .inner {
    padding: 3rem;
  }
}
#modules .module.call-to-action .inner h2 {
  font-size: 4.8rem;
  line-height: 150%;
  margin-bottom: 2rem;
  text-align: center;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .module.call-to-action .inner h2 {
    font-size: 4rem;
    line-height: 4.6rem;
    margin-bottom: 1rem;
  }
}
#modules .module.call-to-action .inner .excerpt {
  font-size: 3.2rem;
  line-height: 150%;
  text-align: center;
  margin-bottom: 6rem;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .module.call-to-action .inner .excerpt {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
}
#modules .module.tiles .tile-group {
  max-width: 132.6rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .module.tiles .tile-group {
    display: block;
  }
}
#modules .module.tiles .tile-group.cols-2 .tile {
  width: calc(50% - 2rem);
  max-width: 64.3rem;
}
@media only screen and (min-width: 769px) and (max-width: 1100px), only screen and (min-width: 516px) and (max-width: 768px) {
  #modules .module.tiles .tile-group.cols-2 .tile {
    width: calc(50% - 2rem);
    max-width: 64.3rem;
  }
}
@media only screen and (min-width: 516px) and (max-width: 768px), only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .module.tiles .tile-group.cols-2 .tile {
    width: 100%;
  }
}
#modules .module.tiles .tile-group.cols-3 .tile {
  width: calc(33.333% - 2rem);
  max-width: 42.2rem;
}
@media only screen and (min-width: 769px) and (max-width: 1100px), only screen and (min-width: 516px) and (max-width: 768px) {
  #modules .module.tiles .tile-group.cols-3 .tile {
    width: calc(50% - 2rem);
    max-width: 64.3rem;
  }
}
@media only screen and (min-width: 516px) and (max-width: 768px), only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .module.tiles .tile-group.cols-3 .tile {
    width: 100%;
  }
}
#modules .module.tiles .tile-group.cols-4 .tile {
  width: calc(25% - 2rem);
  max-width: 32.15rem;
}
@media only screen and (min-width: 769px) and (max-width: 1100px), only screen and (min-width: 516px) and (max-width: 768px) {
  #modules .module.tiles .tile-group.cols-4 .tile {
    width: calc(50% - 2rem);
    max-width: 64.3rem;
  }
}
@media only screen and (min-width: 516px) and (max-width: 768px), only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .module.tiles .tile-group.cols-4 .tile {
    width: 100%;
    max-width: none;
  }
}
#modules .module.tiles .tile-group .tile {
  width: calc(50% - 2rem);
  max-width: 64.3rem;
  border-radius: 5px;
  overflow: hidden;
  background-color: #DAD72A;
  margin-bottom: 4rem;
  cursor: pointer;
  transition-duration: 0.2s;
  transform: scale(1);
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .module.tiles .tile-group .tile {
    width: 100%;
  }
}
#modules .module.tiles .tile-group .tile .image {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
  overflow: hidden;
  z-index: 1;
}
#modules .module.tiles .tile-group .tile .image img {
  position: absolute;
  top: -5px;
  left: -10px;
  width: calc(100% + 10px);
  height: auto;
  transition-duration: 0.4s;
  transform: scale(1);
}
#modules .module.tiles .tile-group .tile .description {
  position: relative;
  z-index: 10;
  box-sizing: border-box;
  padding: 3rem;
}
#modules .module.tiles .tile-group .tile .description h4 {
  font-size: 3.2rem;
  margin-bottom: 1rem;
}
#modules .module.tiles .tile-group .tile .description .excerpt {
  font-size: 1.8rem;
  line-height: 150%;
}
#modules .module.tiles .tile-group .tile:hover {
  transform: scale(1.005);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
#modules .module.tiles .tile-group .tile:hover .image img {
  transform: scale(1.1);
}
#modules .module.columns {
  padding: 3rem 0;
}
@media only screen and (min-width: 516px) and (max-width: 768px), only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .module.columns {
    padding: 0;
    margin: 0 0 2rem 0;
  }
}
#modules .module.columns:last-child {
  padding-bottom: 12rem;
}
#modules .module.columns h2 {
  font-size: 5rem;
  line-height: 140%;
  text-align: center;
  margin-bottom: 6rem;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .module.columns h2 {
    font-size: 3.5rem;
    margin-bottom: 3.5rem;
  }
}
#modules .module.columns .column .image {
  margin-top: 2.4rem;
  background-size: contain;
  background-position: center center;
  border-radius: 5px;
}
#modules .module.columns .column .image img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  opacity: 0;
}
@media only screen and (min-width: 516px) and (max-width: 768px), only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .module.columns .cols-1 {
    margin-bottom: 2rem;
  }
}
#modules .module.columns .cols-1 .column {
  margin: 0 auto;
  width: 100%;
  max-width: 79.2rem;
}
#modules .module.columns .cols-2, #modules .module.columns .cols-3 {
  display: flex;
  max-width: 105.6rem;
  justify-content: space-between;
}
@media only screen and (min-width: 516px) and (max-width: 768px), only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .module.columns .cols-2, #modules .module.columns .cols-3 {
    display: block;
  }
}
#modules .module.columns .cols-2 .column, #modules .module.columns .cols-3 .column {
  width: calc(50% - 2rem);
}
@media only screen and (min-width: 516px) and (max-width: 768px), only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .module.columns .cols-2 .column, #modules .module.columns .cols-3 .column {
    width: 100%;
    margin: 0 0 2rem 0;
  }
}
#modules .module.full-width-image .image {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
#modules .module.full-width-image .image img {
  display: block;
  width: 100%;
  height: auto;
}

/* 7. EVENTS */
#event-intro {
  padding: 5rem 0 0 0;
}
#event-intro h1 {
  text-align: center;
  font-weight: bold;
  letter-spacing: -0.02rem;
}

#event-filter ul li {
  display: inline-block;
}
#event-filter #event-types,
#event-filter #event-categories {
  text-align: center;
  padding-top: 4rem;
}
#event-filter #event-types ul,
#event-filter #event-categories ul {
  display: inline-block;
}
#event-filter #event-types ul li,
#event-filter #event-categories ul li {
  border: 0.15rem solid black;
  height: 3.4rem;
  box-sizing: border-box;
  border-radius: 1.7rem;
  font-size: 2rem;
  line-height: 2rem;
  padding: 0.4rem 1.2rem 0 1.2rem;
  margin: 0 0.6rem 1.2rem 0.6rem;
  transition-duration: 0.25s;
  cursor: pointer;
}
#event-filter #event-types ul li.selected, #event-filter #event-types ul li:hover,
#event-filter #event-categories ul li.selected,
#event-filter #event-categories ul li:hover {
  background: black;
  color: white;
}
#event-filter #event-types:before {
  content: "Event Type";
  display: inline-block;
  text-transform: uppercase;
  margin: 0 2rem 2rem 0;
  font-size: 2rem;
}
#event-filter #event-types ul li.selected.screen {
  border-color: #66b0ed;
  background-color: #66b0ed;
}
#event-filter #event-types ul li.selected.stage {
  border-color: #DAD72A;
  background-color: #DAD72A;
}
#event-filter #event-types ul li.selected.community {
  border-color: #e29ec1;
  background-color: #e29ec1;
}
#event-filter #event-types ul li.selected.special {
  border-color: #4f8c54;
  background-color: #4f8c54;
}
#event-filter #event-categories:before {
  content: "Show me";
  display: inline-block;
  text-transform: uppercase;
  margin: 0 2rem 2rem 0;
  font-size: 2rem;
}
#event-filter #event-dates {
  background-color: #F59057;
  max-width: 740px;
  height: 5.2rem;
  margin: 4rem auto 8rem auto;
  box-sizing: border-box;
  padding: 0.4rem 2.4rem;
  border-radius: 0.4rem;
  text-align: center;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #event-filter #event-dates {
    height: auto;
    padding-bottom: 1rem;
  }
}
#event-filter #event-dates li {
  font-size: 1.8rem;
  margin-right: 2rem;
  cursor: pointer;
}
#event-filter #event-dates li:before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  display: inline-block;
  margin-right: 1rem;
  border: 0.15rem solid black;
}
#event-filter #event-dates li.selected:before, #event-filter #event-dates li:hover:before {
  background-color: black;
}
#event-filter #event-dates li#event-calendar-button:before {
  display: none;
}
#event-filter #event-dates li#event-calendar-button:after {
  content: "";
  width: 2.2rem;
  height: 2rem;
  transform: translateY(4px);
  display: inline-block;
  margin-left: 1rem;
  background-image: url("../images/calendar.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

#sticky-book-now {
  z-index: 99;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#sticky-book-now.stuck {
  position: fixed;
  top: 135px;
}

#booking-dates {
  background-color: #f5edeb;
  position: fixed;
  top: 0;
  right: 0;
  width: 50vw;
  min-width: 480px;
  height: 100vh;
  z-index: 999999;
  transition-duration: 0.4s;
  overflow-y: scroll;
  padding: 12rem 4rem 4rem 4rem;
  box-sizing: border-box;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #booking-dates {
    width: 100%;
    min-width: 0;
    padding: 5rem 0 0 0;
  }
}
#booking-dates.hidden {
  right: -50vw;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #booking-dates.hidden {
    display: none;
  }
}
#booking-dates .close {
  position: absolute;
  top: 4rem;
  right: 4rem;
  width: 28px;
  height: 28px;
  text-indent: -99999px;
  cursor: pointer;
}
#booking-dates .close:before, #booking-dates .close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 4px;
  background-color: black;
}
#booking-dates .close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#booking-dates .close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#booking-dates .instance {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
  border-bottom: 1px solid black;
  font-size: 2.2rem;
  min-height: 5.6rem;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #booking-dates .instance {
    width: calc(100% - 4rem);
    font-size: 1.8rem;
    min-height: 3.5rem;
    display: block;
    margin: 0 auto;
  }
}
#booking-dates .instance:last-child {
  border-bottom: none;
}
#booking-dates .instance .date {
  width: 65%;
  padding-top: 0.5rem;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #booking-dates .instance .date {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
  }
}
#booking-dates .instance .sales-message {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.7rem;
  color: #c54b3c;
}
#booking-dates .instance .link {
  width: 30%;
  position: relative;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #booking-dates .instance .link {
    width: 100%;
  }
}
#booking-dates .instance .link .link-button {
  position: absolute;
  right: 0;
  top: 0.25rem;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #booking-dates .instance .link .link-button {
    position: relative;
  }
}

.event-list,
#event-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 4rem 0 10rem 0;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  .event-list,
  #event-list {
    display: block;
  }
}
.event-list .event-tile,
#event-list .event-tile {
  width: calc(33.33333% - 30px);
  cursor: pointer;
  transform: scale(1);
  transition-duration: 0.25s;
  margin: 0 1.5rem 3rem 1.5rem;
  min-height: 42rem;
  background-color: #DAD72A;
  border-radius: 4px;
  overflow: hidden;
}
.event-list .event-tile.eventType_Screen,
#event-list .event-tile.eventType_Screen {
  background-color: #66b0ed;
}
.event-list .event-tile.eventType_Community,
#event-list .event-tile.eventType_Community {
  background-color: #e29ec1;
}
.event-list .event-tile.eventType_Special,
#event-list .event-tile.eventType_Special {
  background-color: #4f8c54;
}
.event-list .event-tile.date-hidden, .event-list .event-tile.type-hidden, .event-list .event-tile.cat-hidden,
#event-list .event-tile.date-hidden,
#event-list .event-tile.type-hidden,
#event-list .event-tile.cat-hidden {
  display: none;
}
@media only screen and (min-width: 769px) and (max-width: 1100px), only screen and (min-width: 516px) and (max-width: 768px) {
  .event-list .event-tile,
  #event-list .event-tile {
    width: calc(50% - 30px);
  }
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  .event-list .event-tile,
  #event-list .event-tile {
    width: 100%;
    margin: 0 0 2rem 0;
  }
}
.event-list .event-tile .alert,
#event-list .event-tile .alert {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #e29ec1;
  color: black;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.6rem;
  z-index: 99;
  border-radius: 4px;
}
.event-list .event-tile .alert.red,
#event-list .event-tile .alert.red {
  color: white;
  background-color: #c54b3c;
}
.event-list .event-tile .image,
#event-list .event-tile .image {
  width: 100%;
  height: 0;
  padding-top: 55%;
  position: relative;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  overflow: hidden;
}
.event-list .event-tile .image img,
#event-list .event-tile .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition-duration: 0.25s;
  width: 100%;
  height: auto;
}
.event-list .event-tile .description,
#event-list .event-tile .description {
  line-height: 150%;
  box-sizing: border-box;
  padding: 1rem 2rem 4rem 2rem;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.event-list .event-tile .description .date,
#event-list .event-tile .description .date {
  font-size: 1.6rem;
  text-transform: uppercase;
}
.event-list .event-tile .description h4,
#event-list .event-tile .description h4 {
  font-size: 3.4rem;
  line-height: 140%;
  margin-bottom: 1rem;
  min-height: 9.2rem;
}
.event-list .event-tile .description .link-button,
#event-list .event-tile .description .link-button {
  text-align: left;
}
.event-list .event-tile:hover,
#event-list .event-tile:hover {
  transform: scale(1.01);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.event-list .event-tile:hover .description .link-button a,
#event-list .event-tile:hover .description .link-button a {
  background-color: white;
  color: black;
}
.event-list .event-tile:hover .image img,
#event-list .event-tile:hover .image img {
  transform: translate(-50%, -50%) scale(1.1);
}

#banner-image .image {
  border-radius: 4px;
  overflow: hidden;
  margin: 0 auto 6rem auto;
  width: 100%;
}
#banner-image .image img {
  width: 100%;
  height: auto;
}

#event-description {
  padding: 4rem 0;
}
#event-description p {
  font-size: 2.2rem;
  line-height: 3.6rem;
  margin-bottom: 3.6rem;
}
#event-description #event-overview {
  text-align: center;
  width: calc(100% - 20rem);
  margin: 4rem auto;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #event-description #event-overview {
    width: 100%;
  }
}
#event-description #reveal-event-full {
  text-align: center;
  font-weight: bold;
  position: relative;
  width: 18rem;
  margin: 4rem auto;
  cursor: pointer;
}
#event-description #reveal-event-full:after {
  position: absolute;
  top: 5px;
  right: 0;
  content: "";
  border: 7px solid transparent;
  border-top: 7px solid;
  border-right: 7px solid;
  width: 0;
  height: 0;
  transform: rotate(135deg);
}
#event-description #event-full.hidden {
  display: none;
}

#event-boxes {
  padding: 4rem 0;
}
#event-boxes .info-box {
  box-sizing: border-box;
  padding: 5.5rem 3rem;
  border: 0.15rem solid black;
  border-radius: 4px;
  margin-bottom: 4rem;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #event-boxes .info-box {
    display: block;
  }
}
#event-boxes .info-box h2 {
  width: 33.3333%;
  font-size: 3.6rem;
  margin-bottom: 2.4rem;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #event-boxes .info-box h2 {
    width: 100%;
  }
}
#event-boxes .info-box .text {
  width: 66%;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #event-boxes .info-box .text {
    width: 100%;
  }
}
#event-boxes .info-box hr {
  border: none;
  height: 1.5px;
  background-color: black;
  margin: 3rem 0;
}
#event-boxes .info-box p {
  margin-bottom: 2rem;
}
#event-boxes .info-box p.small {
  font-size: 1.5rem;
  line-height: 2rem;
}

#related-events h2 {
  text-align: center;
  font-size: 3rem;
}

/* 8. FOOTER */
#supporter-logos h2 {
  text-align: center;
  font-size: 4.8rem;
  line-height: 125%;
  margin-bottom: 2rem;
}
#supporter-logos .supporter-logos {
  text-align: center;
  margin-bottom: 4rem;
}
#supporter-logos .supporter-logos li {
  display: inline-block;
  margin: 0 2rem;
}
#supporter-logos .supporter-logos#supporters-bottom-row img {
  height: 50px;
  width: auto;
}

#newsletter-signup {
  padding: 5rem 0 12.5rem 0;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #newsletter-signup {
    padding: 5rem 0;
  }
}
#newsletter-signup.grey {
  background-color: #D9D9D9;
}
#newsletter-signup.orange-grad {
  background: transparent linear-gradient(180deg, rgba(229, 127, 69, 0) 0%, #E57F45 100%) 0% 0% no-repeat padding-box;
}
#newsletter-signup h2 {
  text-align: center;
  font-size: 4.8rem;
  line-height: 125%;
  font-weight: bold;
  line-height: 150%;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #newsletter-signup h2 {
    font-size: 4rem;
  }
}
#newsletter-signup p {
  text-align: center;
  font-size: 3.2rem;
  line-height: 150%;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #newsletter-signup p {
    font-size: 2.4rem;
  }
}
#newsletter-signup .intro {
  font-family: "Rongel", serif;
  font-size: 4.2rem;
  line-height: 6rem;
  max-width: 76.6rem;
  margin: 0 auto 18rem auto;
}
#newsletter-signup .intro p {
  position: relative;
  z-index: 1;
}
#newsletter-signup .intro a img {
  z-index: -1;
  position: absolute;
  width: 1px;
  height: auto;
  opacity: 0;
  transform: rotate(45deg);
  transition-duration: 0.4s;
  border-radius: 5px;
}
#newsletter-signup .intro a:hover img {
  transform: rotate(0);
  width: 42rem;
  height: auto;
  opacity: 1;
}

body #main-wrapper #modules module.columns column form .gform-body,
body form {
  padding-top: 6rem;
  width: calc(100% - 80px);
  margin: 0 auto;
}
body #main-wrapper #modules module.columns column form .gform-body .gform_fields div:not(.ginput_container_fileupload, .gfield--width-full),
body #main-wrapper #modules module.columns column form .gform-body .gform_fields span,
body #main-wrapper #modules module.columns column form .gform-body .gform_fields p,
body #main-wrapper #modules module.columns column form .gform-body .fields div:not(.ginput_container_fileupload, .gfield--width-full),
body #main-wrapper #modules module.columns column form .gform-body .fields span,
body #main-wrapper #modules module.columns column form .gform-body .fields p,
body form .gform_fields div:not(.ginput_container_fileupload, .gfield--width-full),
body form .gform_fields span,
body form .gform_fields p,
body form .fields div:not(.ginput_container_fileupload, .gfield--width-full),
body form .fields span,
body form .fields p {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  body #main-wrapper #modules module.columns column form .gform-body .gform_fields div:not(.ginput_container_fileupload, .gfield--width-full),
  body #main-wrapper #modules module.columns column form .gform-body .gform_fields span,
  body #main-wrapper #modules module.columns column form .gform-body .gform_fields p,
  body #main-wrapper #modules module.columns column form .gform-body .fields div:not(.ginput_container_fileupload, .gfield--width-full),
  body #main-wrapper #modules module.columns column form .gform-body .fields span,
  body #main-wrapper #modules module.columns column form .gform-body .fields p,
  body form .gform_fields div:not(.ginput_container_fileupload, .gfield--width-full),
  body form .gform_fields span,
  body form .gform_fields p,
  body form .fields div:not(.ginput_container_fileupload, .gfield--width-full),
  body form .fields span,
  body form .fields p {
    display: block;
  }
}
body #main-wrapper #modules module.columns column form .gform-body .gform_fields div:not(.ginput_container_fileupload, .gfield--width-full) span,
body #main-wrapper #modules module.columns column form .gform-body .gform_fields span span,
body #main-wrapper #modules module.columns column form .gform-body .gform_fields p span,
body #main-wrapper #modules module.columns column form .gform-body .fields div:not(.ginput_container_fileupload, .gfield--width-full) span,
body #main-wrapper #modules module.columns column form .gform-body .fields span span,
body #main-wrapper #modules module.columns column form .gform-body .fields p span,
body form .gform_fields div:not(.ginput_container_fileupload, .gfield--width-full) span,
body form .gform_fields span span,
body form .gform_fields p span,
body form .fields div:not(.ginput_container_fileupload, .gfield--width-full) span,
body form .fields span span,
body form .fields p span {
  display: block;
  width: calc(33.333% - 20px);
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  body #main-wrapper #modules module.columns column form .gform-body .gform_fields div:not(.ginput_container_fileupload, .gfield--width-full) span,
  body #main-wrapper #modules module.columns column form .gform-body .gform_fields span span,
  body #main-wrapper #modules module.columns column form .gform-body .gform_fields p span,
  body #main-wrapper #modules module.columns column form .gform-body .fields div:not(.ginput_container_fileupload, .gfield--width-full) span,
  body #main-wrapper #modules module.columns column form .gform-body .fields span span,
  body #main-wrapper #modules module.columns column form .gform-body .fields p span,
  body form .gform_fields div:not(.ginput_container_fileupload, .gfield--width-full) span,
  body form .gform_fields span span,
  body form .gform_fields p span,
  body form .fields div:not(.ginput_container_fileupload, .gfield--width-full) span,
  body form .fields span span,
  body form .fields p span {
    width: 100%;
    margin-bottom: 2rem;
  }
}
body #main-wrapper #modules module.columns column form .gform-body .gform_fields div:not(.ginput_container_fileupload, .gfield--width-full) input[type=text], body #main-wrapper #modules module.columns column form .gform-body .gform_fields div:not(.ginput_container_fileupload, .gfield--width-full) input[type=email],
body #main-wrapper #modules module.columns column form .gform-body .gform_fields span input[type=text],
body #main-wrapper #modules module.columns column form .gform-body .gform_fields span input[type=email],
body #main-wrapper #modules module.columns column form .gform-body .gform_fields p input[type=text],
body #main-wrapper #modules module.columns column form .gform-body .gform_fields p input[type=email],
body #main-wrapper #modules module.columns column form .gform-body .fields div:not(.ginput_container_fileupload, .gfield--width-full) input[type=text],
body #main-wrapper #modules module.columns column form .gform-body .fields div:not(.ginput_container_fileupload, .gfield--width-full) input[type=email],
body #main-wrapper #modules module.columns column form .gform-body .fields span input[type=text],
body #main-wrapper #modules module.columns column form .gform-body .fields span input[type=email],
body #main-wrapper #modules module.columns column form .gform-body .fields p input[type=text],
body #main-wrapper #modules module.columns column form .gform-body .fields p input[type=email],
body form .gform_fields div:not(.ginput_container_fileupload, .gfield--width-full) input[type=text],
body form .gform_fields div:not(.ginput_container_fileupload, .gfield--width-full) input[type=email],
body form .gform_fields span input[type=text],
body form .gform_fields span input[type=email],
body form .gform_fields p input[type=text],
body form .gform_fields p input[type=email],
body form .fields div:not(.ginput_container_fileupload, .gfield--width-full) input[type=text],
body form .fields div:not(.ginput_container_fileupload, .gfield--width-full) input[type=email],
body form .fields span input[type=text],
body form .fields span input[type=email],
body form .fields p input[type=text],
body form .fields p input[type=email] {
  background-color: transparent;
  width: 100%;
  border: none;
  border-top-width: 0 !important;
  border-bottom: 0.15rem solid rgba(0, 0, 0, 0.5) !important;
  font-size: 2.4rem;
  line-height: 2.4rem;
  padding-bottom: 1rem;
  outline: none;
}
body #main-wrapper #modules module.columns column form .gform-body .gform_fields div:not(.ginput_container_fileupload, .gfield--width-full) input[type=text]::placeholder, body #main-wrapper #modules module.columns column form .gform-body .gform_fields div:not(.ginput_container_fileupload, .gfield--width-full) input[type=email]::placeholder,
body #main-wrapper #modules module.columns column form .gform-body .gform_fields span input[type=text]::placeholder,
body #main-wrapper #modules module.columns column form .gform-body .gform_fields span input[type=email]::placeholder,
body #main-wrapper #modules module.columns column form .gform-body .gform_fields p input[type=text]::placeholder,
body #main-wrapper #modules module.columns column form .gform-body .gform_fields p input[type=email]::placeholder,
body #main-wrapper #modules module.columns column form .gform-body .fields div:not(.ginput_container_fileupload, .gfield--width-full) input[type=text]::placeholder,
body #main-wrapper #modules module.columns column form .gform-body .fields div:not(.ginput_container_fileupload, .gfield--width-full) input[type=email]::placeholder,
body #main-wrapper #modules module.columns column form .gform-body .fields span input[type=text]::placeholder,
body #main-wrapper #modules module.columns column form .gform-body .fields span input[type=email]::placeholder,
body #main-wrapper #modules module.columns column form .gform-body .fields p input[type=text]::placeholder,
body #main-wrapper #modules module.columns column form .gform-body .fields p input[type=email]::placeholder,
body form .gform_fields div:not(.ginput_container_fileupload, .gfield--width-full) input[type=text]::placeholder,
body form .gform_fields div:not(.ginput_container_fileupload, .gfield--width-full) input[type=email]::placeholder,
body form .gform_fields span input[type=text]::placeholder,
body form .gform_fields span input[type=email]::placeholder,
body form .gform_fields p input[type=text]::placeholder,
body form .gform_fields p input[type=email]::placeholder,
body form .fields div:not(.ginput_container_fileupload, .gfield--width-full) input[type=text]::placeholder,
body form .fields div:not(.ginput_container_fileupload, .gfield--width-full) input[type=email]::placeholder,
body form .fields span input[type=text]::placeholder,
body form .fields span input[type=email]::placeholder,
body form .fields p input[type=text]::placeholder,
body form .fields p input[type=email]::placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-family: "neue-haas-unica", sans-serif;
  font-size: 2rem;
}
body #main-wrapper #modules module.columns column form .gform-body .gform_fields div.gform_drop_area,
body #main-wrapper #modules module.columns column form .gform-body .fields div.gform_drop_area,
body form .gform_fields div.gform_drop_area,
body form .fields div.gform_drop_area {
  display: block;
  width: 100% !important;
}
body #main-wrapper #modules module.columns column form .gform-body p,
body form p {
  text-align: center;
}
body #main-wrapper #modules module.columns column form .gform-body input[type=submit], body #main-wrapper #modules module.columns column form .gform-body input[type=button],
body form input[type=submit],
body form input[type=button] {
  margin: 4rem auto 0 auto;
  height: 4.6rem;
  background: black;
  color: white;
  font-family: "neue-haas-unica", sans-serif;
  font-size: 2.6rem;
  line-height: 4.4rem;
  padding: 0 1.5rem 0.2rem 1.5rem;
  border-radius: 2.3rem;
  color: white;
  text-align: center;
  border: none;
  cursor: pointer;
}
body #main-wrapper #modules module.columns column form .gform-body input[type=submit]:hover, body #main-wrapper #modules module.columns column form .gform-body input[type=button]:hover,
body form input[type=submit]:hover,
body form input[type=button]:hover {
  background: white;
  color: black;
}

@media only screen and (min-width: 1px) and (max-width: 515px) {
  #footer-socials {
    position: relative;
    bottom: auto;
    left: auto;
  }
}
#footer-socials p {
  font-size: 1.8rem;
  margin-top: 2rem;
}
#footer-socials li {
  display: inline-block;
  margin-right: 3rem;
}
#footer-socials li a {
  display: block;
  width: 32px;
  height: 32px;
  text-indent: -999999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#footer-socials li.instagram a {
  background-image: url("../images/instagram.svg");
}
#footer-socials li.facebook a {
  background-image: url("../images/facebook.svg");
}
#footer-socials li.youtube a {
  background-image: url("../images/youtube.svg");
}
#footer-socials li.tiktok a {
  background-image: url("../images/tiktok.svg");
}
#footer-socials li.twitter a {
  background-image: url("../images/x.svg");
}

footer {
  padding: 13rem 0;
  color: white;
  font-size: 2rem;
}
footer .columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  footer .columns {
    display: block;
  }
}
footer .columns .column {
  width: calc(25% - 30px);
  border-top: 1.5px solid white;
  padding-top: 3rem;
}
@media only screen and (min-width: 516px) and (max-width: 768px), only screen and (min-width: 769px) and (max-width: 1100px) {
  footer .columns .column {
    width: calc(50% - 30px);
  }
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  footer .columns .column {
    width: 100%;
  }
}
footer .columns .column p {
  font-size: 1.8rem;
  line-height: 2rem;
  margin-bottom: 2rem;
}
footer .columns .column p a {
  color: white;
  text-decoration: none;
}
