@import 'MyFontsWebfontsKit.css'; /* 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.2;
}

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 {
  box-sizing: border-box;
  overflow-y: scroll;
}

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

html {
  font-size: 110%;
  overflow-y: scroll;
}

.about h2,
body {
  font-family: "Helvetica LT W04 Light1489428";
  font-weight: 300;
}

.about h2 {
  font-size: 1.9rem !important;
}

a {
  color: inherit;
}
a:not(.block):hover {
  transition: opacity 0.15s ease;
  opacity: 0.8;
}
a.block:hover video,
a.block:hover img {
  transition: opacity 0.15s ease;
  opacity: 0.92;
}
a.block {
  text-decoration: none;
}

em {
  text-transform: uppercase;
}

.search,
.languages,
h1,
h2,
.select-discipline,
menu,
.marquee,
nav {
  font-size: 1.9rem;
}

.marquee {
  font-style: italic;
}
.marquee a {
  text-decoration: none;
}

img {
  vertical-align: top;
  width: 100%;
  height: auto;
}

iframe {
  margin: 0.5rem 0;
}

.fluid-width-video-wrapper > iframe {
  margin: 0;
}

.fluid-width-video-wrapper {
  margin: 0.5rem 0;
}

hr {
  border: 0;
  border-bottom: 2px solid #000;
  margin: 0 0;
  padding: 0;
}

.gallery .title,
.body,
.social,
.newsletterlink,
.leadtext,
.nav .newsletter form input[type=email],
.edit,
.about,
ul li,
article p,
.info {
  font-family: "Monospace821";
  font-size: 0.75rem;
}

.for-print {
  display: none;
}

@keyframes marquee {
  from {
    transform: translate3d(0px, 0, 0);
  }
  to {
    transform: translate3d(-3000px, 0, 0);
  }
}
ul li {
  padding: 0.1rem 1.5rem;
}

.marquee {
  border-bottom: 2px solid;
  overflow-y: hidden;
  will-change: transform;
  white-space: nowrap;
  display: block;
  width: 100%;
  overflow-x: hidden;
  position: relative;
  z-index: 1;
}
.marquee .inner {
  animation-name: marquee;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.marquee .inner .el {
  margin-right: 5rem;
}
.marquee.stopped {
  animation-duration: 0s !important;
}
.marquee.slow .inner {
  animation-duration: 60s;
}
.marquee.speed-2 .inner {
  animation-duration: 40s;
}
.marquee.speed-3 .inner {
  animation-duration: 50s;
}
.marquee.speed-4 .inner {
  animation-duration: 60s;
}
.marquee.speed-5 .inner {
  animation-duration: 70s;
}
.marquee.speed-6 .inner {
  animation-duration: 80s;
}
.marquee.speed-7 .inner {
  animation-duration: 90s;
}
.marquee.speed-8 .inner {
  animation-duration: 90s;
}
.marquee.speed-9 .inner {
  animation-duration: 100s;
}

.passed {
  text-decoration: line-through;
}
.passed span {
  text-decoration: line-through;
}

menu {
  position: sticky;
  top: 0;
  z-index: 5;
  background-color: #fff;
  width: 100%;
  overflow: hidden;
  display: flex;
  border-bottom: 2px solid black;
}
menu .logo img {
  height: 2.8rem;
  width: auto;
  padding-left: 0.5rem;
  padding-top: 0.5rem;
}
menu .home.sm {
  display: block;
  margin-right: auto;
  font-weight: bold;
}
@media (min-width: 601px) {
  menu .home.sm {
    display: none;
  }
}
menu .scroll-area.lg {
  display: none;
  flex: 1;
  position: relative;
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-width: none;
}
@media (min-width: 601px) {
  menu .scroll-area.lg {
    display: block;
  }
}
menu .scroll-area.lg .scroll {
  white-space: nowrap;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
menu .scroll-area.lg .scroll .logo {
  width: auto;
  flex: none;
  vertical-align: top;
  display: inline-block;
  text-align: left;
  padding-right: 1rem;
}
menu .scroll-area.lg .scroll .logo:hover {
  opacity: 1;
}
menu .scroll-area.lg .scroll .logo.long {
  flex: none;
}
menu .scroll-area.lg .scroll .logo.short {
  pointer-events: none;
  opacity: 0;
  left: 0;
  padding-left: 0.5rem;
  position: fixed;
}
menu .scroll-area.lg .scroll .logo.short.show {
  opacity: 1;
  pointer-events: all;
}
menu .scroll-area.lg .scroll .logo.short img {
  width: 1.5rem;
}
menu .burger-area {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  padding: 0.5rem;
}
menu .burger-area .burger {
  width: 2rem;
}

.lg.overflow {
  right: 3rem;
  display: none;
}
@media (min-width: 601px) {
  .lg.overflow {
    display: flex;
  }
}

.sm.overflow {
  right: 0rem;
}

.overflow {
  cursor: pointer;
  pointer-events: none;
  position: absolute;
  right: 0rem;
  top: 0rem;
  height: 100%;
  width: 3rem;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 33%, white 100%);
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 0.5rem;
}
.overflow .svg {
  pointer-events: all;
  width: 0.9rem;
  height: 2rem;
}

a.select-discipline {
  padding-right: 0.5rem;
  text-decoration: none;
}
a.select-discipline.active {
  color: #9054da;
}
a.select-discipline::after {
  content: ", ";
}
a.select-discipline:last-of-type {
  padding-right: 2rem;
}
a.select-discipline:last-of-type::after {
  content: "";
}

.hide-x-scrollbar {
  overflow-y: scroll;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
}

.hide-x-scrollbar::-webkit-scrollbar {
  /* WebKit */
  width: 0;
  height: 0;
}

.fold-submenu {
  padding: 0.5rem;
  border-bottom: 2px solid black;
  position: sticky;
  overflow-x: auto;
  white-space: nowrap;
  top: 3.37rem;
  background-color: white;
  z-index: 4;
  display: block;
  transition: transform 0.3s ease;
}
.fold-submenu.hidden {
  transform: translate3d(0, -100%, 0);
}
@media (min-width: 601px) {
  .fold-submenu {
    display: none;
  }
}

.search {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
}
.search input[type=text] {
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 0;
  border-bottom: 2px solid black;
}
.search input[type=submit] {
  background-color: #fff;
  cursor: pointer;
  margin-left: auto;
  margin-right: 1rem;
  flex-grow: 0;
}
.search a.cross {
  flex: none;
  text-decoration: none;
}
.search input {
  border: none;
  font-family: inherit;
  font-size: inherit;
}

nav {
  position: fixed;
  text-shadow: 0 0 1rem #fff, 0 0 2rem #fff, 0 0 3rem #fff, 0 0 1rem #fff, 0 0 1rem #fff, 0 0 1rem #fff;
  text-align: right;
  z-index: 3;
  bottom: 0;
  right: 0;
  padding: 0.5rem;
}
nav .open-menu {
  cursor: pointer;
}
nav .user-language {
  text-decoration: underline;
}
nav .magnifying {
  cursor: pointer;
  display: inline-block;
  transform: rotate(-45deg);
}

.nav-open .nav-bg {
  position: fixed;
  z-index: 6;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.8);
}
.nav-open .nav {
  transform: translate3d(0rem, 0, 0);
}

.nav {
  transition: transform 0.18s ease;
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  overflow-y: scroll;
  background-color: #fff;
  z-index: 7;
  padding: 0.5rem;
  padding-top: 4.5rem;
  width: 17rem;
  transform: translate3d(17rem, 0, 0);
  flex-flow: column nowrap;
  display: flex;
}
.nav .social {
  margin: 0.25rem 0 0.5rem 0;
}
.nav .social a {
  text-decoration: none;
}
.nav .social a::after {
  content: ", ";
}
.nav .social a:last-child::after {
  content: "";
}
.nav .newsletterlinks {
  line-height: 1.5;
  margin: 0.5rem 0;
}
.nav .newsletterlink {
  text-decoration: underline;
  display: block;
}
.nav .menu-pages {
  margin-bottom: 1rem;
}
.nav .menu-pages a {
  display: block;
  text-decoration: none;
  margin-bottom: 0.5rem;
}
.nav .languages {
  margin-top: 1rem;
}
.nav .languages a {
  text-decoration: none;
}
.nav .languages a.active {
  text-decoration: underline;
}
.nav .cross {
  cursor: pointer;
  text-align: right;
  position: absolute;
  right: 1rem;
  top: 0.25rem;
  font-size: 2rem;
}

.programme,
main {
  transition: opacity 0.3s ease, filter 0.3s ease;
  opacity: 1;
}

main {
  background-color: white;
}

.grid {
  margin: 0 0.5rem;
}
@supports (display: grid) {
  .grid {
    grid-auto-flow: dense;
    grid-gap: 0 1rem;
  }
  .grid.vertical-rythm {
    grid-auto-rows: 25px;
  }
  @media (min-width: 901px) {
    .grid {
      display: grid;
    }
  }
  @media (min-width: 901px) and (max-width: 1150px) {
    .grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (min-width: 1151px) and (max-width:1499px) {
    .grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  @media (min-width: 1500px) {
    .grid {
      grid-template-columns: repeat(4, 1fr);
    }
  }
}

.columns {
  margin: 0 0.5rem;
}
@media (min-width: 901px) {
  .columns {
    column-gap: 1rem;
  }
}
@media (min-width: 901px) and (max-width: 1150px) {
  .columns {
    column-count: 2;
  }
}
@media (min-width: 1151px) and (max-width:1499px) {
  .columns {
    column-count: 3;
  }
}
@media (min-width: 1500px) {
  .columns {
    column-count: 4;
  }
}

.grid,
.columns {
  margin-top: -2px;
}

.icon {
  width: 100%;
  break-inside: avoid-column;
  page-break-inside: avoid;
  position: relative;
}
.icon .play-preview {
  text-transform: uppercase;
  text-align: right;
  cursor: pointer;
  position: absolute;
  right: 0.25rem;
  top: 0.1rem;
  z-index: 10;
}
.icon .play-preview h2 {
  display: inline-block;
  text-shadow: 0 0 5px white, 0 0 10px white, 0 0 15px white;
}
.icon .play-preview.playing {
  opacity: 0.2;
}
.icon a.block {
  overflow: hidden;
  display: block;
}
.icon .edit {
  display: none;
  position: absolute;
  z-index: 2;
  background-color: rgb(255, 255, 255);
  padding: 1px;
  margin: 1px;
  color: #f00;
  text-decoration: none;
}
.icon:hover .edit {
  display: block;
}
.icon video {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.icon .title {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}
.icon h2 {
  line-height: 1.1;
}
.icon .facts {
  margin-top: 0.2rem;
  margin-bottom: 0.3rem;
}
.icon .badges {
  z-index: 1;
  padding: 0.5rem;
  position: absolute;
  left: 0;
  top: 0;
  max-width: 5.5rem;
}
.icon .badges svg {
  width: 100%;
  height: auto;
}
.icon .image {
  position: relative;
}
.icon .image .placeholder {
  position: relative;
}
.icon .image .placeholder .sidescroll {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
}
.icon .image .placeholder .sidescroll::-webkit-scrollbar {
  display: none;
}
.icon .image .placeholder .sidescroll img {
  flex: 0 0 auto;
  scroll-snap-align: start;
}
.icon .image .dots {
  position: absolute;
  bottom: 0;
  padding: 1rem;
  text-align: center;
  width: 100%;
}
.icon .image .dots .dot {
  padding: 3px;
  display: inline;
  width: 18px;
  height: 18px;
  transition: opacity 0.2s ease, filter 0.2s ease;
  opacity: 0.4;
}
.icon .image .dots .dot.active {
  opacity: 1;
  filter: drop-shadow(0 0 3px white);
}
.icon .image .dots .dot svg {
  width: 100%;
  height: 100%;
}
.icon.hasborder {
  border-top: 2px solid;
}
.icon .title hr {
  margin: 0.05rem 0;
}
.icon .leadtext {
  margin-top: 0.2rem;
}

@keyframes onlineblink {
  0% {
    background-color: #FFFFFF;
    color: #000000;
  }
  50% {
    background-color: #000000;
    color: #FFFFFF;
  }
  100% {
    background-color: #FFFFFF;
    color: #000000;
  }
}
.facts .weekday {
  display: inline-block;
  min-width: 2rem;
}
.facts .date {
  display: inline-block;
}
@media (min-width: 901px) {
  .facts .date {
    margin-right: 1rem;
  }
}
.facts .occasion {
  display: inline-block;
  margin-left: 1rem;
}
.facts .eventtype {
  text-transform: uppercase;
}
.facts .eventtype:after {
  content: ", ";
}
.facts .eventtype:last-of-type:after {
  content: "";
}
.facts .eventtype .eventtype-online {
  background-color: blue;
  animation: onlineblink 2s ease infinite;
}

.programme-open.template-event .programme {
  transform: translate3d(0vw, 0, 0);
}
.programme-open main {
  opacity: 0.5;
}

.programme-handle {
  max-width: 66vw;
  text-shadow: 0 0 1rem #fff, 0 0 2rem #fff, 0 0 3rem #fff, 0 0 1rem #fff, 0 0 1rem #fff, 0 0 1rem #fff;
  color: #9054da;
  position: fixed;
  cursor: pointer;
  bottom: 0;
  left: 0;
  padding: 0.5rem;
  z-index: 3;
}

.template-event main {
  min-height: 100vh;
}
.template-event a.parent-link {
  text-decoration: none;
}
.template-event .add-to-calendar {
  margin-bottom: 1.5rem;
}
.template-event .gallery .gallery-modal {
  display: none;
  position: fixed;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  z-index: 100;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 100vh;
}
.template-event .gallery .gallery-modal.open {
  display: block;
}
.template-event .gallery .gallery-modal .arrow {
  z-index: 200;
  width: 1rem;
  height: 2rem;
  top: calc(50% - 1rem);
  cursor: pointer;
}
.template-event .gallery .gallery-modal .arrow svg {
  width: 100%;
  height: 100%;
}
.template-event .gallery .gallery-modal .arrow.left {
  position: fixed;
  left: 0.5rem;
}
.template-event .gallery .gallery-modal .arrow.right {
  position: fixed;
  right: 0.5rem;
}
.template-event .gallery .gallery-modal .content {
  display: flex;
  flex-flow: column nowrap;
}
.template-event .gallery .gallery-modal .content img {
  width: 100%;
  height: calc(100vh - 4rem);
  object-fit: contain;
  flex-shrink: 1;
  flex-basis: auto;
}
.template-event .gallery .gallery-modal .content .title {
  margin: 1rem;
}
.template-event .gallery .gallery-modal .content .body {
  margin: 1rem;
  margin-top: 0;
}
.template-event .gallery .gallery-modal .inner {
  overflow-y: scroll;
  position: relative;
  padding: 1rem;
  padding-top: 2rem;
  background-color: white;
  width: 100%;
  height: 100%;
}
.template-event .gallery .gallery-modal .inner .cross {
  position: fixed;
  top: 0.5rem;
  right: 0.5rem;
  padding: 0.5rem;
  font-size: 1.5rem;
  cursor: pointer;
}
.template-event .gallery .grid-item {
  cursor: pointer;
}
.template-event .gallery .grid-item .inner {
  padding-bottom: 1rem;
}
.template-event .gallery .grid-item .inner .placeholder {
  position: relative;
}
.template-event .gallery .grid-item .inner .placeholder img {
  position: absolute;
}
.template-event .gallery .title {
  margin-top: 0.25rem;
}
.template-event .children .readmore {
  text-transform: uppercase;
  text-align: center;
  margin: 1rem;
}
.template-event .children .readmore a:hover {
  text-decoration: none;
}
.template-event .children .past {
  padding: 1rem;
  border-top: 2px solid;
  text-align: center;
}
.template-event .children .past a {
  text-decoration: none;
}
.template-event .children .body {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
}
.template-event .children .body .inner {
  box-shadow: 0 0 4rem rgba(0, 0, 0, 0.3);
  position: relative;
  background-color: #fff;
  margin: 5%;
  min-height: 80vh;
  padding: 1rem;
  padding-top: 3rem;
}
.template-event .children .body .inner p {
  max-width: 38rem;
}
.template-event .children .body .inner .cross {
  cursor: pointer;
  position: absolute;
  right: 1rem;
  top: 0.3rem;
  font-size: 2rem;
  z-index: 100;
}
.template-event .children .body.open {
  display: block;
}
.template-event .grid.single .suggestions p {
  text-align: center;
  padding: 0.5rem 1rem;
}
.template-event .grid.single .suggestions .badges {
  left: 1rem;
}
.template-event .grid.single .suggestions .icon {
  padding-bottom: 1rem;
}
.template-event .grid.single .suggestions .icon video,
.template-event .grid.single .suggestions .icon img {
  padding: 0 1rem;
}
@media (min-width: 1500px) {
  .template-event .grid.single .suggestions {
    grid-column: 4/span 1;
  }
}
@media (min-width: 1151px) and (max-width:1499px) {
  .template-event .grid.single .suggestions {
    grid-column: 3/span 1;
  }
}
@media (min-width: 901px) and (max-width: 1150px) {
  .template-event .grid.single .suggestions {
    grid-column: 2/span 1;
  }
}
.template-event .grid.single .suggestions hr {
  margin: 0;
}
.template-event .grid.single .suggestions h2 {
  text-align: center;
  text-transform: uppercase;
}
.template-event .grid.single .fullevent {
  line-height: 1.2;
  margin-bottom: 8rem;
}
.template-event .grid.single .fullevent .scrollintoview {
  position: relative;
  top: -100px;
}
.template-event .grid.single .fullevent .readmore {
  position: fixed;
  z-index: 10;
  bottom: 0rem;
  left: 1rem;
  background-color: #fff;
  padding: 0.5rem 0.75rem;
  padding-bottom: 1rem;
  cursor: pointer;
  transition: padding-bottom 0.18s ease, bottom 0.2s ease;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
}
.template-event .grid.single .fullevent .readmore:hover {
  padding-bottom: 1.5rem;
}
.template-event .grid.single .fullevent .readmore.hidden {
  bottom: -4rem;
}
.template-event .grid.single .fullevent .leadtext {
  font-style: italic;
}
.template-event .grid.single .fullevent .facts {
  margin-top: 0.3rem;
}
.template-event .grid.single .fullevent .image img {
  width: 100%;
}
@media (min-width: 1500px) {
  .template-event .grid.single .fullevent {
    grid-column: 1/span 3;
  }
}
@media (min-width: 1151px) and (max-width:1499px) {
  .template-event .grid.single .fullevent {
    grid-column: 1/span 2;
  }
}
@media (min-width: 901px) and (max-width: 1150px) {
  .template-event .grid.single .fullevent {
    grid-column: 1/span 1;
  }
}
.template-event .grid.single .info {
  margin-bottom: 6rem;
}
.template-event .grid.single .info p + p {
  margin-top: 0.5rem;
}
.template-event .grid.single .info div + div {
  margin-top: 0.5rem;
}
.template-event .grid.single .about {
  margin-top: 0.5rem;
}
.template-event .grid.single .about .body {
  margin-top: 0.5rem;
}
.template-event .grid.single .about h2 {
  margin: 1rem 0 0.5rem 0;
  font-size: inherit;
  text-transform: uppercase;
}
.template-event .grid.single .about p + p {
  margin-top: 0.5rem;
}
.template-event .grid.single .about hr {
  margin: 0.5rem 0;
}
.template-event .grid.single .info,
.template-event .grid.single .about,
.template-event .grid.single .facebook-tickets {
  max-width: 45rem;
}

.template-basicpage article {
  max-width: 38rem;
  margin: 0.5rem;
}
.template-basicpage article p + p {
  margin-top: 1rem;
}
.template-basicpage article p {
  line-height: 1.2;
}
.template-basicpage article hr {
  margin: 1rem 0rem;
}
.template-basicpage article h1,
.template-basicpage article h2 {
  margin: 2rem 0 0.5rem 0;
}
.template-basicpage article h1:first-child,
.template-basicpage article h2:first-child {
  margin-top: 1rem;
}
.template-basicpage article h1 {
  text-transform: uppercase;
}
.template-basicpage article h2 {
  text-transform: none;
}
.template-basicpage article img {
  margin-bottom: 0.25rem;
  margin-top: 0.25rem;
}
.template-basicpage article #booking {
  padding: 1rem;
  margin: 2rem 0rem;
  border: 2px solid;
}
.template-basicpage article #booking label {
  margin-top: 0.1rem;
  margin-bottom: 1rem;
  font-size: 0.7rem;
  display: block;
}
.template-basicpage article #booking input,
.template-basicpage article #booking select {
  height: 2rem;
  font-size: inherit;
  width: 100%;
}
.template-basicpage article #booking textarea {
  width: 100%;
}
.template-basicpage article #booking input {
  border: none;
  border-bottom: 1px solid;
}

@media (max-width: 1150px) {
  .template-calendar .grid {
    display: block;
  }
}
.template-calendar main .calendar {
  margin-top: 0.5rem;
}
@media (min-width: 1151px) {
  .template-calendar main .calendar {
    grid-column: 1/5;
  }
}
@media (min-width: 1151px) {
  .template-calendar main hr {
    display: none;
  }
}
@media (max-width: 1150px) {
  .template-calendar a.event {
    margin: 0.25rem 0;
  }
}
.template-calendar a.event .image {
  position: relative;
}
.template-calendar a.event .image img {
  display: none;
  position: absolute;
  width: auto;
  max-width: 100%;
}
@media (max-width: 900px) {
  .template-calendar a.event .date {
    display: flex;
    justify-content: space-between;
  }
  .template-calendar a.event .date .weekday {
    flex: none;
    margin-right: 1rem;
  }
  .template-calendar a.event .date .day {
    flex: none;
    margin-left: none;
    margin-right: auto;
  }
}
.template-calendar a.event .date .time {
  margin-left: 1rem;
}
.template-calendar a.event .date .weekday {
  text-transform: uppercase;
}
.template-calendar a.event .date .occasion {
  margin-left: 1rem;
}
.template-calendar a.event .title-artists {
  margin-right: 1rem;
}
.template-calendar a.event .occasion {
  white-space: nowrap;
}
@media (min-width: 901px) {
  .template-calendar a.event .datepart {
    display: inline-block;
  }
  .template-calendar a.event:hover {
    color: #9054da;
  }
  .template-calendar a.event:hover .image img {
    display: block;
  }
}
@media (min-width: 1151px) {
  @supports (display: grid) {
    .template-calendar .calendar-grid {
      display: grid !important;
      grid-template-columns: repeat(4, 1fr);
    }
  }
}

.template-search .past-events {
  margin-top: 5rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.today {
  border-top: 2px solid;
}
.today .empty {
  padding: 0.5rem;
}
.today > .inner > .title {
  display: flex;
  white-space: nowrap;
  justify-content: space-between;
}
.today > .inner > .title h2 {
  display: inline;
  text-align: center;
  text-transform: uppercase;
}
.today .cols {
  display: flex;
}
.today .cols .col {
  flex: 1 1 auto;
}
.today .cols .col.times {
  text-align: right;
}
.today .full-programme {
  text-transform: uppercase;
  padding: 1rem 0.5rem;
  text-align: center;
  text-decoration: underline;
}
.today .full-programme a {
  text-decoration: none;
}

.template-home .intro-videos {
  background-color: #000000;
  color: #FFFFFF;
  padding: 1rem;
  border-bottom: 2px solid;
  padding-bottom: 3rem;
}
.template-home .intro-videos .marquee {
  grid-column: 1/-1;
  margin-left: -1rem;
  width: calc(100% + 2rem);
}
@media (min-width: 901px) {
  .template-home .intro-videos .marquee {
    margin-bottom: -1rem;
  }
}
@media (min-width: 1151px) {
  .template-home .intro-videos {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 901px) and (max-width: 1150px) {
  .template-home .intro-videos {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 900px) {
  .template-home .intro-videos .intro-video {
    margin-bottom: 2rem;
  }
}
.template-home .intro-videos video {
  max-width: 100%;
  height: auto;
}
@keyframes outloud2022 {
  0% {
    transform: translate3d(0px, 0px, 0px) scale(1.2);
  }
  85% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, 0px, 0px) scale(1.1);
  }
}
.template-home .overlays {
  pointer-events: none;
}
.template-home .overlays .overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.template-home .overlays .overlay img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  animation: outloud2022 3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.template-search .past-pagination,
.template-search .past,
.template-discipline .past-pagination,
.template-discipline .past {
  padding: 0.5rem;
  margin-top: 4rem;
  padding-bottom: 5rem;
}
.template-search .past-pagination a,
.template-search .past a,
.template-discipline .past-pagination a,
.template-discipline .past a {
  text-decoration: none;
}
.template-search .past-pagination ul,
.template-discipline .past-pagination ul {
  text-align: left;
}
.template-search .past-pagination ul li,
.template-discipline .past-pagination ul li {
  padding: 0.25rem;
  display: inline;
}
.template-search .past-pagination ul li.MarkupPagerNavOn,
.template-discipline .past-pagination ul li.MarkupPagerNavOn {
  color: #9054da;
}

.style video,
.style img {
  z-index: -2;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

@font-face {
  font-family: loss;
  src: url("loss.otf");
}
.style-my-porny-valentine .marquee .inner,
.style-out-loud-2019 .marquee .inner {
  animation-play-state: paused;
}
.style-my-porny-valentine .marquee:hover .inner,
.style-out-loud-2019 .marquee:hover .inner {
  animation-play-state: running;
}
.style-my-porny-valentine menu .discipline,
.style-out-loud-2019 menu .discipline {
  display: none;
}
.style-my-porny-valentine menu,
.style-out-loud-2019 menu {
  background-color: transparent !important;
}
.style-my-porny-valentine .programme,
.style-my-porny-valentine main,
.style-out-loud-2019 .programme,
.style-out-loud-2019 main {
  padding-top: 0;
  background-color: transparent;
  color: white !important;
}
.style-my-porny-valentine menu .overflow.show,
.style-out-loud-2019 menu .overflow.show {
  display: none;
}
.style-my-porny-valentine menu,
.style-out-loud-2019 menu {
  bottom: 0;
  max-width: 50%;
}
.style-my-porny-valentine menu .scroll,
.style-out-loud-2019 menu .scroll {
  padding: 0;
  overflow: hidden;
}
.style-my-porny-valentine menu hr,
.style-out-loud-2019 menu hr {
  display: none;
}
@media (min-width: 601px) {
  .style-my-porny-valentine menu,
  .style-out-loud-2019 menu {
    padding-left: 0.5rem;
  }
}
@media (max-width: 600px) {
  .style-my-porny-valentine menu,
  .style-out-loud-2019 menu {
    max-width: 17.5rem;
    overflow: hidden;
    right: 0;
    bottom: 2.5rem;
  }
}

.style-my-porny-valentine {
  color: white;
}
.style-my-porny-valentine .marquee {
  background-color: black !important;
  font-family: loss;
}
.style-my-porny-valentine .logo {
  filter: drop-shadow(0 0 7px white);
}
.style-my-porny-valentine .nav {
  color: black;
}
.style-my-porny-valentine.template-event .readmore-body {
  color: black;
}
.style-my-porny-valentine.template-event .fullevent .readmore {
  color: black;
}

.style-out-loud-2019 .icon video,
.style-out-loud-2019 img {
  filter: grayscale(99%);
  mix-blend-mode: multiply;
  transform: translate3d(0, 0, 0);
}

.style-knowledge-2020-general {
  background-color: #B3B3B3;
}
.style-knowledge-2020-general.template-home .marquee {
  font-style: normal;
}
.style-knowledge-2020-general menu .scroll a.discipline.active {
  color: #ff4f00;
}
.style-knowledge-2020-general menu {
  background-color: #B3B3B3;
}
.style-knowledge-2020-general menu .overflow {
  box-shadow: 0 0 0.7rem #B3B3B3, 0 0 0.7rem #B3B3B3, 0 0 0.7rem #B3B3B3;
  background-color: #B3B3B3;
}
.style-knowledge-2020-general .marquee {
  background-color: #ff4f00;
}

.style-are-we-there-yet-summer {
  background-color: #FFFF00;
}
.style-are-we-there-yet-summer main,
.style-are-we-there-yet-summer menu {
  background-color: #FFFF00;
}
.style-are-we-there-yet-summer menu .overflow {
  box-shadow: 0 0 0.7rem #FFFF00;
  background-color: #FFFF00;
}
.style-are-we-there-yet-summer video,
.style-are-we-there-yet-summer img {
  mix-blend-mode: multiply;
}

@keyframes blink-online {
  0% {
    background-color: #FFFFFF;
    color: #000000;
  }
  49% {
    background-color: #FFFFFF;
    color: #000000;
  }
  50% {
    background-color: #000000;
    color: #FFFFFF;
  }
  100% {
    background-color: #000000;
    color: #FFFFFF;
  }
}
@keyframes frame-show {
  0% {
    border-color: #000000;
  }
  100% {
    border-color: #FFFFFF;
  }
}
@keyframes tone-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100;
  }
}
body.has-online-banner .online-room {
  background-color: #000000;
  animation: onlineblink 2s;
  animation-iteration-count: infinite;
  width: 100%;
  overflow: hidden;
  position: relative;
}
body.has-online-banner .online-room.can-show {
  cursor: pointer;
}
body.has-online-banner .online-room h3 {
  text-decoration: underline;
  margin-top: 1rem;
}
body.has-online-banner .online-room .online-banner {
  padding: 0.5rem;
  text-align: center;
  text-transform: uppercase;
}
body.has-online-banner .online-room .online-iframe {
  display: none;
}
body.has-online-banner .online-room .input {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
body.has-online-banner .online-room .input a {
  color: #FFFFFF;
  text-decoration: none;
}
body.has-online-banner .online-room .input a:hover {
  opacity: 0.7;
}
body.has-online-banner .online-room .input input {
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-size: inherit;
  font-family: inherit;
  color: #FFFFFF;
  max-width: 6rem;
  vertical-align: middle;
  text-align: center;
  height: 2rem;
}
body.has-online-banner .online-room .input input[type=text] {
  border-bottom: 2px solid #FFFFFF;
  margin-bottom: 0.5rem;
}
body.has-online-banner .online-room .input input[type=submit] {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
  cursor: pointer;
}
body.has-online-banner .online-room .input input[type=submit]:hover {
  opacity: 0.7;
}
body.has-online-banner .online-room.show {
  cursor: auto;
  height: calc(100vh - 6rem);
  animation: none;
  padding: 15px;
}
@media (min-width: 901px) {
  body.has-online-banner .online-room.show {
    padding: 30px;
  }
}
body.has-online-banner .online-room.show .online-banner {
  display: none;
}
body.has-online-banner .online-room.show.show-embed .frame {
  display: none !important;
}
body.has-online-banner .online-room.show.show-embed .online-iframe {
  display: flex;
}
body.has-online-banner .online-room.show.show-embed .input {
  display: none;
}
body.has-online-banner .online-room.show .online-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
body.has-online-banner .online-room.show .online-iframe .vid {
  width: 75%;
  height: 100%;
}
body.has-online-banner .online-room.show .online-iframe .vid iframe {
  width: 100%;
  height: 100%;
  margin: 0;
}
body.has-online-banner .online-room.show .online-iframe .vid .fluid-width-video-wrapper {
  height: 100%;
}
body.has-online-banner .online-room.show .online-iframe .chat {
  width: 25%;
  height: 100%;
}
body.has-online-banner .online-room.show .online-iframe.nochat .vid {
  width: 100%;
}
body.has-online-banner .online-room.show .online-iframe.nochat .chat {
  display: none;
}
@media (max-width: 900px) {
  body.has-online-banner .online-room.show .online-iframe {
    flex-direction: column;
  }
  body.has-online-banner .online-room.show .online-iframe .vid {
    width: 100%;
    height: 50%;
  }
  body.has-online-banner .online-room.show .online-iframe .chat {
    width: 100%;
    height: 50%;
  }
}
body.has-online-banner .online-room.show .online-iframe .chat iframe {
  margin: 0;
  width: 100%;
  height: 100%;
}
body.has-online-banner .online-room.show .input {
  display: flex;
  pointer-events: all;
  animation: tone-in 0.3s;
  animation-delay: 0.7s;
  opacity: 0;
  animation-fill-mode: both;
}
body.has-online-banner .online-room.show .frame {
  animation: frame-show 0s ease;
  animation-fill-mode: both;
  height: 100%;
  display: none;
}
body.has-online-banner .online-room.show .frame.desktop {
  border: 30px solid transparent;
  padding: 30px;
}
body.has-online-banner .online-room.show .frame.mobile {
  border: 15px solid transparent;
  padding: 15px;
}
@media (min-width: 901px) {
  body.has-online-banner .online-room.show .frame.mobile {
    display: none !important;
  }
}
@media (max-width: 900px) {
  body.has-online-banner .online-room.show .frame.desktop {
    display: none !important;
  }
}
@media (min-height: 1800px) and (min-width: 1500px) {
  body.has-online-banner .online-room.show .frame.desktop.l-10 {
    display: block;
  }
}
body.has-online-banner .online-room.show .frame.desktop.l-10 {
  animation-delay: 0.9s;
}
@media (min-height: 1620px) and (min-width: 1350px) {
  body.has-online-banner .online-room.show .frame.desktop.l-9 {
    display: block;
  }
}
body.has-online-banner .online-room.show .frame.desktop.l-9 {
  animation-delay: 0.82s;
}
@media (min-height: 1440px) and (min-width: 1200px) {
  body.has-online-banner .online-room.show .frame.desktop.l-8 {
    display: block;
  }
}
body.has-online-banner .online-room.show .frame.desktop.l-8 {
  animation-delay: 0.74s;
}
@media (min-height: 1260px) and (min-width: 1050px) {
  body.has-online-banner .online-room.show .frame.desktop.l-7 {
    display: block;
  }
}
body.has-online-banner .online-room.show .frame.desktop.l-7 {
  animation-delay: 0.66s;
}
@media (min-height: 1080px) and (min-width: 900px) {
  body.has-online-banner .online-room.show .frame.desktop.l-6 {
    display: block;
  }
}
body.has-online-banner .online-room.show .frame.desktop.l-6 {
  animation-delay: 0.58s;
}
@media (min-height: 900px) and (min-width: 750px) {
  body.has-online-banner .online-room.show .frame.desktop.l-5 {
    display: block;
  }
}
body.has-online-banner .online-room.show .frame.desktop.l-5 {
  animation-delay: 0.5s;
}
@media (min-height: 720px) and (min-width: 600px) {
  body.has-online-banner .online-room.show .frame.desktop.l-4 {
    display: block;
  }
}
body.has-online-banner .online-room.show .frame.desktop.l-4 {
  animation-delay: 0.42s;
}
@media (min-height: 540px) and (min-width: 450px) {
  body.has-online-banner .online-room.show .frame.desktop.l-3 {
    display: block;
  }
}
body.has-online-banner .online-room.show .frame.desktop.l-3 {
  animation-delay: 0.34s;
}
@media (min-height: 360px) and (min-width: 300px) {
  body.has-online-banner .online-room.show .frame.desktop.l-2 {
    display: block;
  }
}
body.has-online-banner .online-room.show .frame.desktop.l-2 {
  animation-delay: 0.26s;
}
@media (min-height: 180px) and (min-width: 150px) {
  body.has-online-banner .online-room.show .frame.desktop.l-1 {
    display: block;
  }
}
body.has-online-banner .online-room.show .frame.desktop.l-1 {
  animation-delay: 0.18s;
}
@media (min-height: 750px) and (min-width: 1050px) {
  body.has-online-banner .online-room.show .frame.mobile.l-10 {
    display: block;
  }
}
body.has-online-banner .online-room.show .frame.mobile.l-10 {
  animation-delay: 0.9s;
}
@media (min-height: 675px) and (min-width: 945px) {
  body.has-online-banner .online-room.show .frame.mobile.l-9 {
    display: block;
  }
}
body.has-online-banner .online-room.show .frame.mobile.l-9 {
  animation-delay: 0.82s;
}
@media (min-height: 600px) and (min-width: 840px) {
  body.has-online-banner .online-room.show .frame.mobile.l-8 {
    display: block;
  }
}
body.has-online-banner .online-room.show .frame.mobile.l-8 {
  animation-delay: 0.74s;
}
@media (min-height: 525px) and (min-width: 735px) {
  body.has-online-banner .online-room.show .frame.mobile.l-7 {
    display: block;
  }
}
body.has-online-banner .online-room.show .frame.mobile.l-7 {
  animation-delay: 0.66s;
}
@media (min-height: 450px) and (min-width: 630px) {
  body.has-online-banner .online-room.show .frame.mobile.l-6 {
    display: block;
  }
}
body.has-online-banner .online-room.show .frame.mobile.l-6 {
  animation-delay: 0.58s;
}
@media (min-height: 375px) and (min-width: 525px) {
  body.has-online-banner .online-room.show .frame.mobile.l-5 {
    display: block;
  }
}
body.has-online-banner .online-room.show .frame.mobile.l-5 {
  animation-delay: 0.5s;
}
@media (min-height: 300px) and (min-width: 420px) {
  body.has-online-banner .online-room.show .frame.mobile.l-4 {
    display: block;
  }
}
body.has-online-banner .online-room.show .frame.mobile.l-4 {
  animation-delay: 0.42s;
}
@media (min-height: 225px) and (min-width: 315px) {
  body.has-online-banner .online-room.show .frame.mobile.l-3 {
    display: block;
  }
}
body.has-online-banner .online-room.show .frame.mobile.l-3 {
  animation-delay: 0.34s;
}
@media (min-height: 150px) and (min-width: 210px) {
  body.has-online-banner .online-room.show .frame.mobile.l-2 {
    display: block;
  }
}
body.has-online-banner .online-room.show .frame.mobile.l-2 {
  animation-delay: 0.26s;
}
@media (min-height: 75px) and (min-width: 105px) {
  body.has-online-banner .online-room.show .frame.mobile.l-1 {
    display: block;
  }
}
body.has-online-banner .online-room.show .frame.mobile.l-1 {
  animation-delay: 0.18s;
}

/*# sourceMappingURL=main.css.map */
