@charset "UTF-8";
/* 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: "Gatwick";
  src: url("../fonts/Gatwick-Variable.ttf") format("truetype-variations");
  font-weight: 1 999;
}
@font-face {
  font-family: "Karla";
  src: url("../fonts/Karla-wght.ttf") format("truetype-variations");
  font-weight: 1 999;
}
html {
  font-size: 62.5%;
  font-smoothing: antialiased;
  font-smooth: always;
}
@media only screen and (min-width: 1025px) and (max-width: 1380px) {
  html {
    font-size: 50%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  html {
    font-size: 50%;
  }
}
@media only screen and (min-width: 516px) and (max-width: 768px) {
  html {
    font-size: 40%;
  }
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  html {
    font-size: 45%;
  }
}

body {
  overflow-x: hidden;
}
body a:focus {
  outline-width: 2px;
  outline-offset: 0;
  outline-style: solid;
  outline-color: rgba(250, 222, 115, 0.4);
}

.outer {
  width: 100vw;
  position: relative;
}
.outer.orange-bg {
  background-color: #E88A14;
}
.outer.purple-bg {
  background-color: #59124D;
}
.outer.black-bg {
  background-color: #001426;
}
.outer.yellow-bg {
  background-color: #FADE73;
}
.outer.cream-bg {
  background-color: #EDEBD1;
}
.outer .inner {
  margin: 0 auto;
  position: relative;
  width: calc(100vw - 14rem);
  max-width: 164rem;
  min-width: 28rem;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  .outer .inner {
    width: calc(100vw - 4rem);
  }
}
.outer .inner.narrow {
  max-width: 81.2rem;
}

#banner {
  position: relative;
  z-index: 999999;
  height: 15.3rem;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #banner {
    height: 8rem;
  }
}
#banner #banner-quick-links {
  position: absolute;
  width: 100%;
  height: 15.3rem;
  top: 0;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #banner #banner-quick-links {
    height: 8rem;
  }
}
#banner #banner-quick-links #website-title {
  position: absolute;
  top: 2.5rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 27rem;
  height: 15.1rem;
  background-image: url("../images/hb-logo.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #banner #banner-quick-links #website-title {
    width: 15rem;
    height: 7.4rem;
  }
}
#banner #banner-quick-links #website-title a {
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -9999px;
}
#banner #banner-quick-links .link a:after {
  background-color: #FADE73;
  width: 0%;
}
#banner #banner-quick-links .active a:after {
  background-color: #EDEBD1;
  width: 100%;
}
#banner #banner-quick-links ul li.link {
  display: inline-block;
  font-family: "Gatwick", sans-serif;
  font-size: 3.2rem;
  font-weight: 900;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #banner #banner-quick-links ul li.link {
    font-size: 1.4rem;
  }
}
#banner #banner-quick-links ul li.link a {
  color: #EDEBD1;
  transition-duration: 0.3s;
  position: relative;
}
#banner #banner-quick-links ul li.link a:after {
  content: "";
  position: absolute;
  height: 3px;
  bottom: -3px;
  left: 0;
  transition-duration: 0.3s;
}
#banner #banner-quick-links ul li.link a:hover {
  color: #FADE73;
}
#banner #banner-quick-links ul li.link a:hover:after {
  background-color: #FADE73;
  width: 100%;
}
#banner #banner-quick-links .left-links {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #banner #banner-quick-links .left-links {
    top: 2rem;
    transform: none;
  }
}
#banner #banner-quick-links .left-links li {
  margin-right: 4rem;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #banner #banner-quick-links .left-links li {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #banner #banner-quick-links .left-links {
    width: 14rem;
  }
}
#banner #banner-quick-links .right-links {
  position: absolute;
  top: 50%;
  right: 12.5rem;
  transform: translate(0, -50%);
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #banner #banner-quick-links .right-links {
    display: none;
  }
}
#banner #banner-quick-links .right-links li {
  margin-left: 4rem;
}
#banner #banner-quick-links .left-links, #banner #banner-quick-links .right-links {
  transition-duration: 0.2s;
}
.menu-open #banner #banner-quick-links .left-links, .menu-open #banner #banner-quick-links .right-links {
  top: -100rem;
}
#banner #banner-quick-links #menu-control {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 7.9rem;
  height: 4rem;
}
#banner #banner-quick-links #menu-control:before, #banner #banner-quick-links #menu-control:after {
  content: "";
  width: 5.6rem;
  height: 0.5rem;
  background-color: white;
  position: absolute;
  top: 1.4rem;
  left: 0;
  pointer-events: none;
  transition-duration: 0.4s;
}
.menu-open #banner #banner-quick-links #menu-control:before {
  transform: rotate(45deg);
}
.menu-open #banner #banner-quick-links #menu-control:after {
  transform: rotate(-45deg);
}
#banner #banner-quick-links #menu-control button {
  display: block;
  width: 5.6rem;
  height: 3.5rem;
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0);
  position: relative;
  cursor: pointer;
}
#banner #banner-quick-links #menu-control button:before, #banner #banner-quick-links #menu-control button:after {
  content: "";
  width: 5.6rem;
  height: 0.5rem;
  background-color: white;
  position: absolute;
  left: 0;
  transition-duration: 0.4s;
}
.menu-open #banner #banner-quick-links #menu-control button:before, .menu-open #banner #banner-quick-links #menu-control button:after {
  opacity: 0;
}
#banner #banner-quick-links #menu-control button:before {
  top: 0.3rem;
}
#banner #banner-quick-links #menu-control button:after {
  bottom: 0.4rem;
}
#banner #banner-quick-links #menu-control button i {
  position: absolute;
  top: 1.2rem;
  right: -2.9rem;
  display: block;
  transform: rotate(90deg);
  color: #FADE73;
  text-transform: uppercase;
  font-weight: 700;
}
#banner #banner-quick-links #menu-control:hover button:before {
  top: -0.2rem;
}
#banner #banner-quick-links #menu-control:hover button:after {
  bottom: -0.1rem;
}

#donate-button {
  position: fixed;
  top: 38.3rem;
  right: 0;
  display: block;
  z-index: 10;
  transform-origin: top right;
  transform: rotate(90deg);
  width: 23rem;
  height: 6rem;
  z-index: 99999;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #donate-button {
    position: absolute;
    top: 23rem;
    width: 15rem;
  }
}
#donate-button a {
  position: relative;
  display: block;
  background-color: #E88A14;
  font-family: "Gatwick", sans-serif;
  color: white;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
  width: 100%;
  padding: 2rem 2.5rem 2rem 2rem;
  box-sizing: border-box;
  color: white;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #donate-button a {
    font-size: 1.4rem;
    padding: 1.3rem;
  }
}
#donate-button a #hb-plus {
  position: absolute;
  top: 50%;
  left: 1.5rem;
  transform: rotate(-90deg) translate(calc(50% + 0.5rem), 0);
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #donate-button a #hb-plus {
    width: 2.3rem;
    height: 2.3rem;
  }
}
#donate-button a #hb-plus path {
  fill: #59124D;
  transition-duration: 0.6s;
  transition-property: fill;
}
#donate-button a:hover {
  background-color: #59124D;
}
#donate-button a:hover #hb-plus path {
  fill: #E88A14;
}

#main-menu {
  display: block;
  position: fixed;
  top: 0;
  left: 100vw;
  width: 0px;
  height: 100vh;
  background: #001426;
  z-index: 9999;
  transition-duration: 0.3s;
  color: #E88A14;
}
#main-menu #main-menu-columns {
  margin-top: 38rem;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #main-menu #main-menu-columns {
    display: block;
    margin-top: 15rem;
    text-align: center;
  }
}
#main-menu #main-menu-columns nav {
  width: 25%;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #main-menu #main-menu-columns nav {
    width: 100%;
  }
}
#main-menu #main-menu-columns nav:first-child {
  margin-left: 12.5%;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #main-menu #main-menu-columns nav:first-child {
    margin-left: 0;
  }
}
#main-menu #main-menu-columns nav li.title {
  font-family: "Gatwick", sans-serif;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 3.7rem;
  margin: 8rem 0 3.2rem 0;
}
#main-menu #main-menu-columns nav li.title:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #main-menu #main-menu-columns nav li.title {
    margin: 4rem 0 0 0;
  }
}
#main-menu #main-menu-columns nav li.title a {
  color: #EDEBD1;
  position: relative;
}
#main-menu #main-menu-columns nav li.title a:after {
  position: absolute;
  bottom: -0.4rem;
  left: 50%;
  transform: translate(-50%, 0);
  content: "";
  width: 1px;
  height: 3px;
  background-color: rgba(250, 222, 115, 0);
  transition-duration: 0.4s;
  transition-property: width;
}
#main-menu #main-menu-columns nav li.title a:hover {
  color: #FADE73;
}
#main-menu #main-menu-columns nav li.title a:hover:after {
  background-color: #fade73;
  width: 100%;
}
#main-menu #main-menu-columns nav li.link {
  font-size: 2.6rem;
  line-height: 4.2rem;
  font-weight: bold;
}
#main-menu #main-menu-columns nav li.link a {
  color: #E88A14;
}
#main-menu #main-menu-columns nav li.link a:hover {
  color: #FADE73;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100vw;
  overflow-x: hidden;
  font-family: "Karla", sans-serif;
}
body.menu-open {
  overflow: hidden;
}
body.menu-open #main-menu {
  width: 100vw;
  left: 0;
}
body img {
  opacity: 1;
  transition-duration: 0.7s;
  transform: translate(0, 0);
}
body img.lazy {
  transform: translate(0, 6rem);
  opacity: 0;
}
body ::selection {
  opacity: 1;
  color: white;
  background-color: #E86152;
}
body a {
  transition-duration: 0.3s;
}
body li, body p {
  transition-duration: 0.6s;
  font-size: 2.6rem;
  line-height: 3.6rem;
}
body li img, body p img {
  max-width: 100%;
  height: auto;
}
@media only screen and (min-width: 1025px) and (max-width: 1380px) {
  body li, body p {
    font-size: 2.4rem;
    line-height: 3.3rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  body li, body p {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
}
body li strong, body p strong {
  font-weight: bold;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  body li strong, body p strong {
    font-size: 2.4rem;
  }
}
body li em, body p em {
  font-style: italic;
}
body h2 {
  font-family: "Gatwick", sans-serif;
  font-weight: 999;
  font-size: 6rem;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  body h2 {
    font-size: 3.6rem;
  }
}
.link-button a {
  display: inline-block;
  padding: 1.2rem 2.2rem;
  color: white;
  text-transform: uppercase;
  font-size: 2.2rem;
  font-weight: 600;
  font-family: "Gatwick", sans-serif;
  border: 2px solid #59124D !important;
  transition-duration: 0.4s;
  /*
  		@media only screen and (min-width: 516px) and (max-width: 768px), only screen and (min-width: 769px) and (max-width: 1024px) {
  			font-size: 1.4rem;
  			padding: 1.2rem 1.8rem;
  		}
  		@media only screen and (min-width: 1px) and (max-width: 515px) {
  			font-size: 1.2rem;
  			padding: 1.2rem 1.8rem;
  		}
  */
}
.link-button a:hover {
  background-color: #59124D !important;
  color: white !important;
}
@media only screen and (min-width: 1025px) and (max-width: 1380px) {
  .link-button a {
    font-size: 1.7rem;
    padding: 1.2rem 1.8rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  .link-button a {
    font-size: 1.6rem;
    padding: 1rem 1.4rem;
  }
}
.link-button a:hover {
  color: #59124D;
  background-color: white;
}
.link-button.red a {
  background-color: #E86152;
  border-color: #E86152;
}
.link-button.red a:hover {
  background-color: white;
  color: #E86152;
}
.link-button.white-outline a {
  background-color: transparent;
  border-color: white;
}
.link-button.white-outline a:hover {
  background-color: white;
  color: #E86152;
}

form input[type=text], form input[type=email] {
  background-color: #E86152;
  margin: 0;
  border: 3px solid #FADE73;
  font-size: 2rem;
  padding: 1.5rem 2rem;
  color: #F9F9F0;
  font-weight: 600;
}
form input[type=text]:hover, form input[type=email]:hover {
  outline-width: 1px;
  outline-offset: 0;
  outline-style: solid;
  outline-color: #FADE73;
}
form input[type=text]:hover::placeholder, form input[type=email]:hover::placeholder {
  color: rgba(89, 18, 77, 0.6);
}
form input[type=text]:focus, form input[type=email]:focus {
  outline-width: 3px;
  outline-color: #FADE73;
  outline-offset: 0;
  outline-style: solid;
}
form input[type=text]:focus::placeholder, form input[type=email]:focus::placeholder {
  color: rgba(89, 18, 77, 0.3);
}
form input[type=text]::placeholder, form input[type=email]::placeholder {
  color: #59124D;
  font-family: "Karla", sans-serif;
}
form input[type=text]:autofill, form input[type=text]:-webkit-autofill, form input[type=text]:-webkit-autofill:active, form input[type=text]:-webkit-autofill:focus, form input[type=text]:-webkit-autofill-strong-password, form input[type=text]:-webkit-autofill-strong-password-viewable, form input[type=email]:autofill, form input[type=email]:-webkit-autofill, form input[type=email]:-webkit-autofill:active, form input[type=email]:-webkit-autofill:focus, form input[type=email]:-webkit-autofill-strong-password, form input[type=email]:-webkit-autofill-strong-password-viewable {
  -webkit-box-shadow: 0 0 0 60px #E86152 inset !important;
  background-color: #E86152 !important;
  background-clip: content-box !important;
  -webkit-text-fill-color: #59124D !important;
}
form input.input-50 {
  width: calc(50% - 8px);
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  form input.input-50 {
    width: 100% !important;
    margin-bottom: 3rem;
  }
}
form input.input-100 {
  width: 100%;
}
form input[type=submit] {
  border: none;
  background-color: #59124D;
  font-family: "Gatwick", sans-serif;
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-size: 2.8rem;
  padding: 1.6rem 0;
  cursor: pointer;
  transition-duration: 0.3s;
  font-weight: 999;
  outline: none;
}
form input[type=submit]:focus {
  background-color: white;
  color: #59124D;
}
form input[type=submit]:hover {
  background-color: white;
  color: #59124D;
}

#carousel {
  width: 100vw;
  height: calc(100vh - 283px);
  overflow: hidden;
}
#carousel .carousel-swiper {
  position: relative;
}
#carousel .carousel-swiper .swiper-wrapper {
  height: 100%;
  width: 100%;
}
#carousel .carousel-swiper .swiper-wrapper .slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#carousel .carousel-swiper .swiper-wrapper .slide .text {
  height: 100%;
  position: relative;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #carousel .carousel-swiper .swiper-wrapper .slide .text {
    height: auto;
    min-height: 150px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    padding: 0 40px;
    box-sizing: border-box;
  }
}
#carousel .carousel-swiper .swiper-wrapper .slide .text .description {
  position: absolute;
  bottom: 8rem;
  left: 0;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #carousel .carousel-swiper .swiper-wrapper .slide .text .description {
    position: relative;
    bottom: 0;
  }
}
#carousel .carousel-swiper .swiper-wrapper .slide .text .description .categories li {
  display: inline-block;
  padding: 4px 6px;
  background: grey;
  color: white;
  text-transform: uppercase;
  font-size: 2.6rem;
  font-weight: 600;
  margin-right: 5px;
  margin-top: 16px;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #carousel .carousel-swiper .swiper-wrapper .slide .text .description .categories li {
    font-size: 1.2rem;
  }
}
#carousel .carousel-swiper .swiper-wrapper .slide .text .description .categories li.family-theatre {
  background-color: #E86152;
}
#carousel .carousel-swiper .swiper-wrapper .slide .text .description .categories li.music {
  background-color: #009487;
}
#carousel .carousel-swiper .swiper-wrapper .slide .text .description .categories li.join-in {
  background-color: #BDDBFF;
}
#carousel .carousel-swiper .swiper-wrapper .slide .text .description .categories li.film {
  background-color: #FADE73;
}
#carousel .carousel-swiper .swiper-wrapper .slide .text .description .categories li.baby-boo {
  background-color: #E88A14;
}
#carousel .carousel-swiper .swiper-wrapper .slide .text .description h3 {
  font-size: 12rem;
  color: white;
  font-family: "Gatwick", sans-serif;
  font-weight: 900;
  margin-bottom: 1rem;
}
#carousel .carousel-swiper .swiper-wrapper .slide .text .description h3.medium-title {
  font-size: 9rem;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #carousel .carousel-swiper .swiper-wrapper .slide .text .description h3.medium-title {
    font-size: 3.6rem;
    margin-bottom: 3rem;
  }
}
#carousel .carousel-swiper .swiper-wrapper .slide .text .description h3.long-title {
  font-size: 8rem;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #carousel .carousel-swiper .swiper-wrapper .slide .text .description h3.long-title {
    font-size: 3.6rem;
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #carousel .carousel-swiper .swiper-wrapper .slide .text .description h3 {
    font-size: 3.6rem;
  }
}
#carousel .carousel-swiper .swiper-wrapper .slide .text .description .date p {
  font-family: "Gatwick", sans-serif;
  color: white;
  font-size: 3.2rem;
  font-weight: 600;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #carousel .carousel-swiper .swiper-wrapper .slide .text .description .date p {
    font-size: 1.6rem;
  }
}
#carousel .carousel-swiper .swiper-wrapper .slide .text .description h4 {
  text-transform: uppercase;
  color: white;
  font-size: 3.2rem;
  font-weight: 600;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #carousel .carousel-swiper .swiper-wrapper .slide .text .description h4 {
    font-size: 1.6rem;
  }
}
#carousel .carousel-swiper .swiper-wrapper .slide .text .link-button {
  position: absolute;
  bottom: 8rem;
  right: 40px;
}
@media only screen and (min-width: 1640px) {
  #carousel .carousel-swiper .swiper-wrapper .slide .text .link-button {
    right: 0px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1380px) {
  #carousel .carousel-swiper .swiper-wrapper .slide .text .link-button {
    right: 40px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #carousel .carousel-swiper .swiper-wrapper .slide .text .link-button {
    margin: 2rem;
    position: relative !important;
    bottom: auto;
    right: auto;
    margin-left: 0;
    z-index: 999999;
  }
}
#carousel .carousel-swiper .carousel-number {
  width: 100px;
  position: absolute;
  bottom: 80px;
  right: -10px;
  left: auto;
  z-index: 998;
  color: white;
  font-size: 3.2rem;
  font-weight: bold;
}
@media only screen and (min-width: 1640px) {
  #carousel .carousel-swiper .carousel-number {
    right: 0;
  }
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #carousel .carousel-swiper .carousel-number {
    bottom: 40px;
    font-size: 1.6rem;
    right: 40px;
    text-align: right;
  }
}
#carousel .carousel-swiper .carousel-number .swiper-pagination-current {
  font-size: 3.6rem;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #carousel .carousel-swiper .carousel-number .swiper-pagination-current {
    font-size: 2.4rem;
  }
}

#newsletter-signup {
  background-image: url("../images/hb-signup-bg.gif");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  padding: 176px 0 90px 0;
}
#newsletter-signup:before {
  content: "";
  background: #E88A14;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.33;
}
#newsletter-signup h2 {
  color: white;
  text-align: center;
  z-index: 2;
  position: relative;
  margin-bottom: 6rem;
}
#newsletter-signup h2 em {
  color: #59124D;
  font-size: 3.6rem;
  display: block;
}
#newsletter-signup form {
  position: relative;
  z-index: 2;
}
#newsletter-signup #newsletter-name {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
#newsletter-signup #mc-embedded-subscribe,
#newsletter-signup #newsletter-submit {
  display: block;
  text-align: center;
  margin: 28px auto 0 auto;
  height: 6rem;
  width: 20rem;
  font-size: 1.8rem;
}
#newsletter-signup p {
  margin: 40px auto;
  text-align: center;
  color: white;
  font-size: 1.6rem;
  line-height: 2rem;
  position: relative;
  z-index: 2;
  width: 75%;
  display: block;
}

#title-bar {
  padding: 10rem 0 15rem 0;
  position: relative;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #title-bar {
    padding: 4rem 0 6rem 0;
  }
}
.post-type-archive-events #title-bar h2 {
  color: white;
  margin-top: 2rem;
}
#title-bar:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 12.5%;
  background-position: 7.5% calc(100% + 1px);
  background-size: 115%;
  background-repeat: no-repeat;
  background-image: url("../images/white-rough.svg");
}
.single-events #title-bar:after {
  display: none;
}
#title-bar.cream-edge:after {
  background-image: url("../images/cream-rough.svg");
}
#title-bar.image-title {
  padding-bottom: 0;
}
#title-bar.purple {
  background-color: #59124D;
}
#title-bar.red {
  background-color: #E86152;
}
#title-bar.green {
  background-color: #009487;
}
#title-bar.orange {
  background-color: #E88A14;
}
#title-bar #baby-boo-badge {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 267px;
  height: 267px;
  background-image: url("../images/baby-boo-logo.svg");
  background-color: #009487;
  border: 4px solid #59124D;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(0, 30%);
  text-indent: -9999px;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #title-bar #baby-boo-badge {
    width: 100px;
    height: 100px;
    transform: translate(0, 100%);
  }
}
#title-bar .description {
  position: relative;
}
#title-bar .description h1 {
  transition-duration: 0.6s;
  font-size: 12rem;
  font-family: "Gatwick", sans-serif;
  font-weight: 850;
  color: white;
  margin-bottom: 6rem;
  width: calc(100% - 200px);
}
#title-bar .description h1.medium-title {
  font-size: 9rem;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #title-bar .description h1.medium-title {
    font-size: 3.6rem;
    margin-bottom: 3rem;
  }
}
#title-bar .description h1.long-title {
  font-size: 8rem;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #title-bar .description h1.long-title {
    font-size: 3.6rem;
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #title-bar .description h1 {
    width: 100%;
    font-size: 3.6rem;
    margin-bottom: 3rem;
  }
}
.single-events #title-bar .description h1 {
  margin-bottom: 1rem;
}
#title-bar .description #page-introduction {
  width: calc(100% - 560px);
  min-width: 640px;
  font-size: 3.2rem;
  line-height: 4.6rem;
  color: #FADE73;
  text-transform: uppercase;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #title-bar .description #page-introduction {
    width: 100%;
    min-width: 0;
    font-size: 2.4rem;
    line-height: 3rem;
    margin-bottom: 3rem;
  }
}
#title-bar .description .link-button {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #title-bar .description .link-button {
    bottom: -50px;
    right: 30px;
  }
}
#title-bar #title-image {
  margin-top: 6.4rem;
  width: 100%;
  aspect-ratio: 2/1;
  background-position: center center;
  background-size: cover;
}

#modules .module.full-width-image.background-scroll {
  background-attachment: fixed;
  min-height: 240px;
}
#modules .module.full-width-image.height25 {
  height: 25vh;
}
#modules .module.full-width-image.height50 {
  height: 50vh;
}
#modules .module.full-width-image.height100 {
  height: 100vh;
}
#modules .module.columns .column img {
  max-width: 100%;
  height: auto;
}
#modules .module.columns .column h3 {
  color: #59124D;
  font-size: 3.2rem;
  line-height: 4.6rem;
  margin-top: 3.2rem;
  margin-bottom: 2rem;
  font-family: "Gatwick", sans-serif;
  font-weight: 900;
}
#modules .module.columns .column h3:first-child {
  margin-top: 0;
}
#modules .module.columns .column h4 {
  color: #E88A14;
  font-size: 2.8rem;
  line-height: 3.2rem;
  margin-top: 3.2rem;
  margin-bottom: 2rem;
  font-family: "Gatwick", sans-serif;
  font-weight: 900;
}
#modules .module.columns .column h4:first-child {
  margin-top: 0;
}
#modules .module.columns .column ul li {
  list-style: disc;
  list-style-position: inside;
}
#modules .module.columns .column li, #modules .module.columns .column p {
  color: #59124D;
  font-size: 2.4rem;
  line-height: 3.2rem;
  margin-bottom: 2rem;
}
#modules .module.columns .column li.large, #modules .module.columns .column p.large {
  font-size: 3rem;
  line-height: 4rem;
  margin-bottom: 3rem;
}
#modules .module.columns .column blockquote p {
  padding-left: 4.2rem;
  border-left: 0.8rem solid #009487;
  margin-bottom: 3.2rem;
}
#modules .module.columns .column blockquote p strong {
  font-family: "Gatwick", sans-serif;
  color: #009487;
  font-size: 3.2rem;
  line-height: 4.2rem;
  margin-bottom: 1rem;
  display: block;
}
#modules .module.columns .column blockquote p em {
  display: block;
  font-style: normal;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.8rem;
}
#modules .module.columns .column a {
  color: #59124D;
  border-bottom: 2px solid rgba(89, 18, 77, 0.33);
  transition-duration: 0.4s;
}
#modules .module.columns .column a:hover {
  border-bottom-color: #59124d;
}
#modules .module.columns.concertina {
  padding-bottom: 4.8rem;
}
#modules .module.columns.concertina h3 {
  margin-bottom: 3.2rem;
}
#modules .module.columns.concertina .concertina-item h4 {
  position: relative;
  margin-bottom: 3.2rem;
  cursor: pointer;
  box-sizing: border-box;
  padding-right: 70px;
}
#modules .module.columns.concertina .concertina-item h4:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #59124D;
  position: absolute;
  bottom: -1.6rem;
}
#modules .module.columns.concertina .concertina-item h4:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("../images/open-concertina.svg");
  width: 34px;
  height: 34px;
}
#modules .module.columns.concertina .concertina-item.open h4:after {
  background-image: url("../images/close-concertina.svg");
}
#modules .module.columns.concertina .concertina-item.hidden .text {
  height: 0;
  overflow: hidden;
}
#modules .module.columns .single-column {
  padding: 75px 0;
}
#modules .module.columns .single-column.centred .column {
  margin: 0 auto;
}
#modules .module.columns .single-column .column {
  width: calc(100% - 140px);
  max-width: 1078px;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .module.columns .single-column .column {
    width: 100%;
  }
}
#modules .module.columns .single-column .column img {
  margin: 9rem 0 6rem 0;
}
#modules .module.columns .single-column .column img.alignleft {
  margin: 0 3rem 3rem 0;
  float: left;
}
#modules .module.columns .two-columns, #modules .module.columns .three-columns {
  padding: 75px 0;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .module.columns .two-columns, #modules .module.columns .three-columns {
    display: block;
  }
}
#modules .module.columns .two-columns .column {
  width: calc(50% - 40px);
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .module.columns .two-columns .column {
    width: 100%;
  }
}
#modules .module.columns .three-columns .column {
  width: calc(33.333333% - 40px);
  box-sizing: border-box;
  padding-right: 40px;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .module.columns .three-columns .column {
    width: 100%;
  }
}
#modules .module.columns .three-columns .column img {
  max-width: 100%;
  height: auto;
}
#modules .module.tiles {
  padding: 12rem 0;
  background-image: url("../images/texture-1.png");
  background-color: #EDEBD1;
}
#modules .module.tiles h3 {
  color: #59124D;
  text-align: center;
  font-family: "Gatwick", sans-serif;
  font-size: 4.8rem;
  font-weight: 900;
  margin-bottom: 10rem;
}
#modules .module.tiles h3.centred {
  font-size: 8rem;
  text-align: center;
  color: #E88A14;
}
#modules .module.tiles h3 .small-logo {
  display: inline-block;
  background-image: url("../images/hb-logo-small.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 194px;
  height: 100px;
  text-indent: -99999px;
  transform: translate(0, -10px);
}
#modules .module.tiles .tile-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
  position: relative;
  width: calc(100vw - 100px);
  max-width: 1680px;
  min-width: 320px;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .module.tiles .tile-grid {
    width: calc(100vw - 40px);
  }
}
#modules .module.tiles .tile-grid .tile {
  width: 33.3333333%;
  box-sizing: border-box;
  padding: 0 20px 40px 20px;
  cursor: pointer;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .module.tiles .tile-grid .tile {
    width: calc(100vw - 40px);
  }
}
#modules .module.tiles .tile-grid .tile .title {
  width: 100%;
  aspect-ratio: 100/85;
  background-size: cover;
  background-position: center center;
  position: relative;
}
#modules .module.tiles .tile-grid .tile .title:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(232, 138, 20, 0);
  mix-blend-mode: color;
  transition-duration: 0.8s;
  z-index: 3;
}
#modules .module.tiles .tile-grid .tile .title h3 {
  width: 97.5%;
  font-size: 5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 1381px) {
  #modules .module.tiles .tile-grid .tile .title h3 {
    font-size: 4.5rem;
  }
}
@media only screen and (min-width: 1640px) {
  #modules .module.tiles .tile-grid .tile .title h3 {
    font-size: 5rem;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1380px) {
  #modules .module.tiles .tile-grid .tile .title h3 {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px), only screen and (min-width: 516px) and (max-width: 768px) {
  #modules .module.tiles .tile-grid .tile .title h3 {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .module.tiles .tile-grid .tile .title h3 {
    font-size: 2.8rem;
  }
}
#modules .module.tiles .tile-grid .tile .title h3 a {
  color: white;
}
#modules .module.tiles .tile-grid .tile .excerpt {
  font-size: 2.4rem;
  line-height: 3.6rem;
  font-weight: 500;
  text-align: center;
  margin-top: 2.4rem;
}
#modules .module.tiles .tile-grid .tile:hover .title:after {
  background-color: #e88a14;
}
#modules .module.call-to-action {
  display: flex;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .module.call-to-action {
    display: block;
  }
}
#modules .module.call-to-action.text-image {
  flex-direction: row-reverse;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .module.call-to-action.text-image {
    flex-direction: column-reverse;
  }
}
#modules .module.call-to-action.light-green {
  background-color: #BDDBCC;
}
#modules .module.call-to-action.orange {
  background-color: #E88A14;
}
#modules .module.call-to-action.purple {
  background-color: #59124D;
}
#modules .module.call-to-action.purple .text h3 {
  color: #E88A14 !important;
}
#modules .module.call-to-action.purple .text p {
  color: #EDEBD1;
}
#modules .module.call-to-action.purple .text .link-button a {
  border: 2px solid white !important;
}
#modules .module.call-to-action.purple .text .link-button a:hover {
  background-color: white !important;
  color: #59124D !important;
}
#modules .module.call-to-action.red {
  background-color: #E86152;
}
#modules .module.call-to-action .text {
  width: 50%;
  position: relative;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .module.call-to-action .text {
    width: 100%;
  }
}
#modules .module.call-to-action .text h3.text-title {
  font-family: "Gatwick", sans-serif;
  font-weight: bold;
  color: #001426;
  font-size: 4.8rem;
  margin: 9.4rem 0 4.8rem 0;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .module.call-to-action .text h3.text-title {
    font-size: 3rem;
    margin: 0 0 2rem 0;
  }
}
#modules .module.call-to-action .text h3.baby-boo-title {
  text-indent: -99999px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../images/baby-boo-logo.svg");
  width: 270px;
  height: 255px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .module.call-to-action .text h3.baby-boo-title {
    width: 180px;
    height: 170px;
  }
}
#modules .module.call-to-action .text h3.hb-title {
  text-indent: -99999px;
  position: absolute;
  width: 525px;
  height: 295px;
  background-image: url("../images/hb-logo-green.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  top: -100px;
  left: calc(20% - 40px);
}
@media only screen and (min-width: 1025px) and (max-width: 1380px) {
  #modules .module.call-to-action .text h3.hb-title {
    width: 350px;
    height: 210px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  #modules .module.call-to-action .text h3.hb-title {
    width: 240px;
    height: 180px;
    top: -70px;
  }
}
@media only screen and (min-width: 516px) and (max-width: 768px) {
  #modules .module.call-to-action .text h3.hb-title {
    width: 200px;
    height: 150px;
    top: -70px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .module.call-to-action .text h3.hb-title {
    width: 200px;
    height: 150px;
    top: -70px;
  }
}
#modules .module.call-to-action .text .text-inner {
  width: 60%;
  position: absolute;
  top: 0;
  right: 20%;
}
@media only screen and (min-width: 1025px) and (max-width: 1380px) {
  #modules .module.call-to-action .text .text-inner {
    width: calc(100% - 140px);
    right: 70px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  #modules .module.call-to-action .text .text-inner {
    width: calc(100% - 80px);
    right: 40px;
  }
}
@media only screen and (min-width: 516px) and (max-width: 768px) {
  #modules .module.call-to-action .text .text-inner {
    width: calc(100% - 60px);
    right: 20px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .module.call-to-action .text .text-inner {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin: 0 auto;
    padding: 10rem 5rem;
    box-sizing: border-box;
  }
}
#modules .module.call-to-action .text .text-inner p {
  font-family: "Gatwick", sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 3.6rem;
  margin-bottom: 5rem;
}
@media only screen and (min-width: 1025px) and (max-width: 1380px) {
  #modules .module.call-to-action .text .text-inner p {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  #modules .module.call-to-action .text .text-inner p {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 516px) and (max-width: 768px) {
  #modules .module.call-to-action .text .text-inner p {
    font-size: 1.4rem;
    line-height: 2rem;
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .module.call-to-action .text .text-inner p {
    font-size: 1.4rem;
    line-height: 2rem;
    margin-bottom: 2rem;
  }
}
#modules .module.call-to-action .text .text-inner p:last-child {
  margin-bottom: 6rem;
}
@media only screen and (min-width: 1025px) and (max-width: 1380px) {
  #modules .module.call-to-action .text .text-inner p:last-child {
    margin-bottom: 4rem;
  }
}
#modules .module.call-to-action .text .text-inner .link-button a {
  border: 2px solid white;
}
#modules .module.call-to-action .text .text-inner .link-button a:hover {
  background-color: white;
  color: #59124D;
}
#modules .module.call-to-action .text.horse-bamboo-title .text-inner {
  top: 250px;
}
@media only screen and (min-width: 1025px) and (max-width: 1380px) {
  #modules .module.call-to-action .text.horse-bamboo-title .text-inner {
    top: 150px;
  }
}
@media only screen and (min-width: 516px) and (max-width: 768px), only screen and (min-width: 769px) and (max-width: 1024px) {
  #modules .module.call-to-action .text.horse-bamboo-title .text-inner {
    top: 100px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .module.call-to-action .text.horse-bamboo-title .text-inner {
    top: auto;
    padding: 10rem 5rem;
    box-sizing: border-box;
  }
}
#modules .module.call-to-action .image {
  width: 50vw;
  height: 50vw;
  min-height: 80vh;
  max-height: 100vh;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1025px) and (max-width: 1380px) {
  #modules .module.call-to-action .image {
    height: 75vw;
    max-height: 100vh;
  }
}
@media only screen and (min-width: 516px) and (max-width: 768px) {
  #modules .module.call-to-action .image {
    height: 75vw;
    max-height: 100vh;
  }
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .module.call-to-action .image {
    width: 100vw;
    height: auto;
    min-height: 0;
    max-height: none;
    background-image: none !important;
  }
}
#modules .module.call-to-action .image img {
  width: 100%;
  height: auto;
  opacity: 0;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .module.call-to-action .image img {
    opacity: 1;
  }
}
#modules .module.call-to-action.inset {
  display: block;
}
#modules .module.call-to-action.inset .image {
  width: 100vw;
}
#modules .module.call-to-action.inset .text {
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(0, -50%);
  width: calc(50vw - 70px);
  max-width: 800px;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .module.call-to-action.inset .text {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
  }
}
#modules .module.call-to-action.inset.red .text .text-inner {
  position: relative;
  right: auto;
  box-sizing: border-box;
  padding: 60px 140px;
  width: calc(50vw - 70px);
  max-width: 800px;
  background-color: #E86152;
  color: #FADE73;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .module.call-to-action.inset.red .text .text-inner {
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    padding: 40px;
  }
}
#modules .module.call-to-action.inset.red .text .text-inner:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  background-image: url("../images/red-rough-bottom.svg");
  background-size: 102%;
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .module.call-to-action.inset.red .text .text-inner:after {
    bottom: -10px;
  }
}
#modules .module.call-to-action.inset.red .text.baby-boo-title .text-inner {
  padding-top: 150px;
}
#modules .module.featured-events {
  background-color: rgba(237, 235, 209, 0.33);
  padding: 0 0 20rem 0;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .module.featured-events {
    padding-bottom: 15rem;
  }
}
#modules .module.featured-events:before {
  position: absolute;
  top: -33px;
  width: 100vw;
  height: 33px;
  content: "";
  background: url("../images/purple-top.svg");
  background-size: 102%;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 99;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .module.featured-events:before {
    display: none;
  }
}
#modules .module.featured-events:after {
  width: 102vw;
  height: 530px;
  z-index: 1;
  content: "";
  background-color: #59124D;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-52vw, 0);
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .module.featured-events:after {
    height: 320px;
  }
}
#modules .module.featured-events .swiper {
  z-index: 999;
}
#modules .module.featured-events .swiper .swiper-wrapper {
  height: auto;
}
#modules .module.featured-events .title-bar {
  padding-top: 150px;
  padding-bottom: 120px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .module.featured-events .title-bar {
    padding: 100px 0 30px 0;
  }
}
.single-events #modules .module.featured-events .title-bar.purple {
  background-image: #59124D;
}
#modules .module.featured-events .title-bar .hb-plus-orange {
  position: absolute;
  top: 75px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45px;
  height: 48px;
  fill: #E88A14;
}
#modules .module.featured-events .title-bar h2 {
  color: #FADE73;
  display: inline-block;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .module.featured-events .title-bar h2 {
    font-size: 2.4rem;
  }
}
#modules .module.featured-events .title-bar .number-of-events {
  color: #E86152;
  text-transform: uppercase;
  font-size: 2.6rem;
  font-weight: 700;
  margin-left: 20px;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .module.featured-events .title-bar .number-of-events {
    display: none;
  }
}
#modules .module.featured-events .title-bar .swiper-nav {
  width: 140px !important;
  height: 60px;
  position: absolute;
  bottom: 4rem;
  right: 0;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .module.featured-events .title-bar .swiper-nav {
    display: none;
  }
}
#modules .module.featured-events .title-bar .swiper-nav .swiper-btn {
  background-color: #E86152;
  background-position: center center;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  outline: none;
  border: 2px solid #E86152;
  transition-duration: 0.3s;
  transition-property: all;
}
#modules .module.featured-events .title-bar .swiper-nav .swiper-btn.swiper-button-prev {
  left: 0;
  right: auto;
}
#modules .module.featured-events .title-bar .swiper-nav .swiper-btn.swiper-button-next {
  left: auto;
  right: 0;
}
#modules .module.featured-events .title-bar .swiper-nav .swiper-btn:after {
  display: none;
}
#modules .module.featured-events .title-bar .swiper-nav .swiper-btn svg path {
  fill: #59124D;
  transition-duration: 0.3s;
}
#modules .module.featured-events .title-bar .swiper-nav .swiper-btn:hover {
  background-color: #59124D;
}
#modules .module.featured-events .title-bar .swiper-nav .swiper-btn:hover svg path {
  fill: #E86152;
}
#modules .module.featured-events .tile {
  width: 520px;
  height: 560px;
  max-width: calc(100vw - 40px);
  cursor: pointer;
  line-height: 2.4rem;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .module.featured-events .tile {
    width: 312px;
    height: 360px;
    line-height: 1.8rem;
  }
}
#modules .module.featured-events .tile .thumbnail {
  width: 100%;
  height: 320px;
  background-color: rgba(232, 97, 82, 0);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  transition-duration: 0.8s;
  position: relative;
  z-index: 1;
  background-blend-mode: overlay;
  /*
  					&:before {
  						content: '';
  						position: absolute;
  						top: 0;
  						left: 0;
  						width: 100%;
  						height: 100%;
  						background-image: inherit;
  						//transition-delay: 0.3s;
  						filter: grayscale(100%);
  						opacity: 0;		
  						z-index: 2;									
  					}
  */
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .module.featured-events .tile .thumbnail {
    height: 192px;
  }
}
#modules .module.featured-events .tile .thumbnail:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(232, 97, 82, 0);
  mix-blend-mode: color;
  transition-duration: 0.8s;
  z-index: 3;
}
#modules .module.featured-events .tile .title {
  margin: 2rem 0 0 0;
}
#modules .module.featured-events .tile .title h4 {
  font-family: "Gatwick", sans-serif;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 4.2rem;
  transition-duration: 0.8s;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .module.featured-events .tile .title h4 {
    font-size: 2.4rem;
  }
}
#modules .module.featured-events .tile .title h4 a {
  color: #59124D;
}
#modules .module.featured-events .tile h5 {
  font-size: 2.6rem;
  text-transform: uppercase;
  color: #59124D;
  font-weight: 600;
  margin: 1.3rem 0;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .module.featured-events .tile h5 {
    font-size: 2rem;
  }
}
#modules .module.featured-events .tile .date p {
  font-family: "Gatwick", sans-serif;
  font-size: 2.4rem;
  color: black;
  font-weight: 600;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .module.featured-events .tile .date p {
    font-size: 1.6rem;
  }
}
#modules .module.featured-events .tile .categories li {
  display: inline-block;
  padding: 4px 6px;
  background: grey;
  color: white;
  text-transform: uppercase;
  font-size: 2.6rem;
  font-weight: 600;
  margin-right: 5px;
  margin-top: 16px;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .module.featured-events .tile .categories li {
    font-size: 1.4rem;
  }
}
#modules .module.featured-events .tile .categories li.family-theatre {
  background-color: #E86152;
}
#modules .module.featured-events .tile .categories li.music {
  background-color: #009487;
}
#modules .module.featured-events .tile .categories li.join-in {
  background-color: #BDDBFF;
}
#modules .module.featured-events .tile .categories li.film {
  background-color: #FADE73;
}
#modules .module.featured-events .tile .categories li.baby-boo {
  background-color: #E88A14;
}
#modules .module.featured-events .tile:hover .title h4 a {
  color: #E86152;
}
#modules .module.featured-events .tile:hover .thumbnail {
  background-color: #e86152;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .module.featured-events .tile:hover .thumbnail {
    background-color: transparent;
  }
}
#modules .module.featured-events .tile:hover .thumbnail:before {
  opacity: 1;
  transition-delay: 0.3s;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .module.featured-events .tile:hover .thumbnail:before {
    opacity: 0;
  }
}
#modules .module.featured-events .tile:hover .thumbnail:after {
  background-color: #e86152;
}
#modules .view-all {
  margin-top: 8rem;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .view-all {
    margin-top: 1rem;
  }
}
#modules .view-all .view-all-btn {
  text-align: right;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .view-all .view-all-btn {
    text-align: left;
  }
}
#modules .view-all .view-all-btn a {
  display: inline-block;
  padding: 2.8rem;
  background-color: #59124D;
  color: white;
  text-transform: uppercase;
  font-size: 2.4rem;
  font-weight: 600;
  font-family: "Gatwick", sans-serif;
  border: 2px solid #59124D;
  transition-duration: 0.4s;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .view-all .view-all-btn a {
    font-size: 1.2rem;
    padding: 1.4rem;
  }
}
#modules .view-all .view-all-btn a:hover {
  color: #59124D;
  background-color: white;
}

#events-filter {
  margin-top: 4rem;
}
#events-filter ul:before {
  content: "show me";
  color: #FADE73;
  text-transform: uppercase;
  font-size: 3rem;
  margin-right: 68px;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #events-filter ul:before {
    font-size: 2rem;
    display: block;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
#events-filter ul li {
  display: inline-block;
  font-size: 2.4rem;
  font-family: "Gatwick", sans-serif;
  color: #FADE73;
  font-weight: 800;
  padding-left: 52px;
  position: relative;
  margin-right: 40px;
  cursor: pointer;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #events-filter ul li {
    font-size: 1.66666667rem;
    padding-left: 30px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
#events-filter ul li:before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 50%;
  border: 10px solid white;
  left: 0;
  top: -10px;
  transition-duration: 0.4s;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #events-filter ul li:before {
    width: 20px;
    height: 20px;
    top: -5px;
  }
}
#events-filter ul li.active:before {
  background-color: black;
}

#season-cta .inner {
  display: flex;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #season-cta .inner {
    display: block;
  }
}
@media only screen and (min-width: 516px) and (max-width: 768px) {
  #season-cta .inner {
    display: block;
  }
}
#season-cta .inner.light-green {
  background-color: #BDDBCC;
}
#season-cta .inner.orange {
  background-color: #E88A14;
}
#season-cta .inner.purple {
  background-color: #59124D;
}
#season-cta .inner.purple .text h3 {
  color: #E88A14 !important;
}
#season-cta .inner.purple .text p {
  color: #EDEBD1;
}
#season-cta .inner.purple .text .link-button a {
  border: 2px solid white !important;
}
#season-cta .inner.purple .text .link-button a:hover {
  background-color: white !important;
  color: #59124D !important;
}
#season-cta .inner.red {
  background-color: #E86152;
}
#season-cta .inner .text {
  width: 50%;
  position: relative;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #season-cta .inner .text {
    width: 100%;
  }
}
@media only screen and (min-width: 516px) and (max-width: 768px) {
  #season-cta .inner .text {
    width: 100%;
  }
}
#season-cta .inner .text h3.text-title {
  font-family: "Gatwick", sans-serif;
  font-weight: bold;
  color: #59124D;
  font-size: 3.6rem;
  margin: 6rem 0 4.8rem 0;
}
@media only screen and (min-width: 1025px) and (max-width: 1380px) {
  #season-cta .inner .text h3.text-title {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #season-cta .inner .text h3.text-title {
    font-size: 3rem;
    margin: 0 0 2rem 0;
  }
}
#season-cta .inner .text .text-inner {
  width: calc(100% - 140px);
  margin: 0 auto;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #season-cta .inner .text .text-inner {
    width: calc(100% - 60px);
    padding-bottom: 20px;
  }
}
#season-cta .inner .text .text-inner p {
  font-family: "Karla", sans-serif;
  font-weight: normal;
  font-size: 2.4rem;
  line-height: 3.2rem;
  margin-bottom: 2.4rem;
}
@media only screen and (min-width: 1025px) and (max-width: 1380px) {
  #season-cta .inner .text .text-inner p {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  #season-cta .inner .text .text-inner p {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 516px) and (max-width: 768px) {
  #season-cta .inner .text .text-inner p {
    font-size: 1.4rem;
    line-height: 2rem;
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #season-cta .inner .text .text-inner p {
    font-size: 1.4rem;
    line-height: 2rem;
    margin-bottom: 2rem;
  }
}
#season-cta .inner .text .text-inner p:last-child {
  margin-bottom: 6rem;
}
@media only screen and (min-width: 1025px) and (max-width: 1380px) {
  #season-cta .inner .text .text-inner p:last-child {
    margin-bottom: 4rem;
  }
}
#season-cta .inner .text .text-inner .link-button a {
  border: 2px solid #59124D;
  background-color: #59124D;
  color: white;
}
#season-cta .inner .text .text-inner .link-button a:hover {
  background-color: white !important;
  color: #59124D !important;
}
#season-cta .inner .image {
  width: 40vw;
  height: 33vw;
  min-height: 33vh;
  max-height: 40vh;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1025px) and (max-width: 1380px) {
  #season-cta .inner .image {
    height: 25vw;
    max-height: 40vh;
  }
}
@media only screen and (min-width: 516px) and (max-width: 768px) {
  #season-cta .inner .image {
    width: 100%;
  }
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #season-cta .inner .image {
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    background-image: none !important;
    margin-bottom: 20px;
  }
}
#season-cta .inner .image img {
  width: 100%;
  height: auto;
  opacity: 0;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #season-cta .inner .image img {
    opacity: 1;
  }
}

.event-type-listing .inner.event-tiles,
#events-listing .inner.event-tiles {
  padding-top: 9.6rem;
  width: calc(100vw - 14rem + 40px);
  max-width: calc(164rem + 40px);
  min-width: 28rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  .event-type-listing .inner.event-tiles,
  #events-listing .inner.event-tiles {
    width: calc(100vw - 40px);
  }
}
.event-type-listing .inner.event-tiles .tile,
#events-listing .inner.event-tiles .tile {
  width: calc(33.333333% - 40px);
  min-height: 560px;
  min-width: 420px;
  max-width: calc(100vw - 40px);
  cursor: pointer;
  line-height: 2.4rem;
  margin: 0 20px 95px 20px;
}
.event-type-listing .inner.event-tiles .tile.hidden,
#events-listing .inner.event-tiles .tile.hidden {
  display: none;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  .event-type-listing .inner.event-tiles .tile,
  #events-listing .inner.event-tiles .tile {
    width: 100%;
    line-height: 1.8rem;
    min-width: 0;
    margin-bottom: 0px;
  }
}
.event-type-listing .inner.event-tiles .tile .thumbnail,
#events-listing .inner.event-tiles .tile .thumbnail {
  width: 100%;
  height: 320px;
  background-color: rgba(232, 97, 82, 0);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  transition-duration: 0.8s;
  position: relative;
  z-index: 1;
  background-blend-mode: overlay;
  /*
  			&:before {
  				content: '';
  				position: absolute;
  				top: 0;
  				left: 0;
  				width: 100%;
  				height: 100%;
  				background-image: inherit;
  				//transition-delay: 0.3s;
  				filter: grayscale(100%);
  				opacity: 0;		
  				z-index: 2;									
  			}
  */
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  .event-type-listing .inner.event-tiles .tile .thumbnail,
  #events-listing .inner.event-tiles .tile .thumbnail {
    height: calc(100vw - 40px);
  }
}
.event-type-listing .inner.event-tiles .tile .thumbnail:after,
#events-listing .inner.event-tiles .tile .thumbnail:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(232, 97, 82, 0);
  mix-blend-mode: color;
  transition-duration: 0.8s;
  z-index: 3;
}
.event-type-listing .inner.event-tiles .tile .title,
#events-listing .inner.event-tiles .tile .title {
  margin: 2rem 0 0 0;
}
.event-type-listing .inner.event-tiles .tile .title h4,
#events-listing .inner.event-tiles .tile .title h4 {
  font-family: "Gatwick", sans-serif;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 4.2rem;
  transition-duration: 0.8s;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  .event-type-listing .inner.event-tiles .tile .title h4,
  #events-listing .inner.event-tiles .tile .title h4 {
    font-size: 2.4rem;
  }
}
.event-type-listing .inner.event-tiles .tile .title h4 a,
#events-listing .inner.event-tiles .tile .title h4 a {
  color: #59124D;
}
.event-type-listing .inner.event-tiles .tile h5,
#events-listing .inner.event-tiles .tile h5 {
  font-size: 2.6rem;
  text-transform: uppercase;
  color: #59124D;
  font-weight: 600;
  margin: 1.3rem 0;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  .event-type-listing .inner.event-tiles .tile h5,
  #events-listing .inner.event-tiles .tile h5 {
    font-size: 2rem;
  }
}
.event-type-listing .inner.event-tiles .tile .date p,
#events-listing .inner.event-tiles .tile .date p {
  font-family: "Gatwick", sans-serif;
  font-size: 2.4rem;
  color: black;
  font-weight: 600;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  .event-type-listing .inner.event-tiles .tile .date p,
  #events-listing .inner.event-tiles .tile .date p {
    font-size: 1.6rem;
  }
}
.event-type-listing .inner.event-tiles .tile .categories li,
#events-listing .inner.event-tiles .tile .categories li {
  display: inline-block;
  padding: 4px 6px;
  background: grey;
  color: white;
  text-transform: uppercase;
  font-size: 2.6rem;
  font-weight: 600;
  margin-right: 5px;
  margin-top: 16px;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  .event-type-listing .inner.event-tiles .tile .categories li,
  #events-listing .inner.event-tiles .tile .categories li {
    font-size: 1.4rem;
  }
}
.event-type-listing .inner.event-tiles .tile .categories li.family-theatre,
#events-listing .inner.event-tiles .tile .categories li.family-theatre {
  background-color: #E86152;
}
.event-type-listing .inner.event-tiles .tile .categories li.music,
#events-listing .inner.event-tiles .tile .categories li.music {
  background-color: #009487;
}
.event-type-listing .inner.event-tiles .tile .categories li.join-in,
#events-listing .inner.event-tiles .tile .categories li.join-in {
  background-color: #BDDBFF;
}
.event-type-listing .inner.event-tiles .tile .categories li.baby-boo,
#events-listing .inner.event-tiles .tile .categories li.baby-boo {
  background-color: #E88A14;
}
.event-type-listing .inner.event-tiles .tile .categories li.film,
#events-listing .inner.event-tiles .tile .categories li.film {
  background-color: #FADE73;
}
.event-type-listing .inner.event-tiles .tile:hover .title h4 a,
#events-listing .inner.event-tiles .tile:hover .title h4 a {
  color: #E86152;
}
.event-type-listing .inner.event-tiles .tile:hover .thumbnail,
#events-listing .inner.event-tiles .tile:hover .thumbnail {
  background-color: #e86152;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  .event-type-listing .inner.event-tiles .tile:hover .thumbnail,
  #events-listing .inner.event-tiles .tile:hover .thumbnail {
    background-color: transparent;
  }
}
.event-type-listing .inner.event-tiles .tile:hover .thumbnail:before,
#events-listing .inner.event-tiles .tile:hover .thumbnail:before {
  opacity: 1;
  transition-delay: 0.3s;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  .event-type-listing .inner.event-tiles .tile:hover .thumbnail:before,
  #events-listing .inner.event-tiles .tile:hover .thumbnail:before {
    opacity: 0;
  }
}
.event-type-listing .inner.event-tiles .tile:hover .thumbnail:after,
#events-listing .inner.event-tiles .tile:hover .thumbnail:after {
  background-color: #e86152;
}

.single-events #title-bar {
  background-image: none;
  padding-bottom: 0;
}
.single-events #title-bar .inner .description {
  position: relative;
}
.single-events #title-bar .inner .description .date {
  font-family: "Gatwick", sans-serif;
  font-size: 3.2rem;
  font-weight: bold;
  color: white;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  .single-events #title-bar .inner .description .date {
    font-size: 1.44rem;
  }
}
.single-events #title-bar .inner .description .times {
  color: white;
  font-size: 3.2rem;
  font-weight: bold;
  text-transform: uppercase;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  .single-events #title-bar .inner .description .times {
    font-size: 1.44rem;
  }
}
.single-events #title-bar .inner .description .link-button {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  .single-events #title-bar .inner .description .link-button {
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: 1rem;
  }
}
.single-events #title-bar .inner #title-image {
  margin-top: 6.4rem;
  width: 100%;
  aspect-ratio: 2/1;
  background-position: center center;
  background-size: cover;
}
.single-events #event-overview {
  padding: 10rem 0;
  position: relative;
}
.single-events #event-overview .inner .column {
  width: calc(100% - 14rem);
  max-width: 1078px;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  .single-events #event-overview .inner .column {
    width: calc(100vw - 4rem);
  }
}
.single-events #event-overview .inner .column .long-title {
  font-size: 3.2rem;
  line-height: 4.6rem;
  font-family: "Gatwick", sans-serif;
  color: #59124D;
  font-weight: 900;
  margin-bottom: 3.2rem;
}
.single-events #event-overview .inner .column .date {
  font-size: 3.2rem;
  line-height: 4.6rem;
  font-family: "Gatwick", sans-serif;
  color: #59124D;
  font-weight: 580;
  margin-bottom: 3.2rem;
}
.single-events #event-overview .inner .column .detail {
  display: flex;
  margin-bottom: 2.4rem;
}
.single-events #event-overview .inner .column .detail .title {
  width: 12.5%;
  min-width: 12rem;
  text-transform: uppercase;
  color: #59124D;
  font-weight: 500;
  font-size: 2.4rem;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  .single-events #event-overview .inner .column .detail .title {
    width: 10%;
    font-size: 1.4rem;
  }
}
.single-events #event-overview .inner .column .detail .description {
  width: 87.5%;
  max-width: calc(100% - 12rem);
  font-size: 2.4rem;
  font-weight: 700;
  color: #59124D;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  .single-events #event-overview .inner .column .detail .description {
    width: 90%;
    max-width: none;
    font-size: 1.4rem;
  }
}
.single-events #event-overview .inner .column #pwyc-link {
  font-size: 2.4rem;
}
.single-events #event-overview .inner .column #pwyc-link a {
  color: #59124D;
  padding-bottom: 1rem;
  border-bottom: 2px solid rgba(89, 18, 77, 0.3333);
}
.single-events #event-overview .inner .column #pwyc-link a:hover {
  border-bottom-color: #59124d;
}
.single-events #event-overview .inner .link-button {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  .single-events #event-overview .inner .link-button {
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: 1rem;
  }
}
.single-events #event-overview:before {
  content: "";
  width: 100%;
  aspect-ratio: 20/1;
  position: absolute;
  top: -3rem;
  left: 0;
  background-position: 0 0;
  background-size: 115%;
  background-image: url("../images/cream-rough.svg");
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  .single-events #event-overview:before {
    top: -1rem;
  }
}
.single-events #event-details #tab-bar {
  background-color: #59124D;
}
.single-events #event-details #tab-bar ul li {
  display: inline-block;
  font-size: 3.2rem;
  font-family: "Gatwick", sans-serif;
  font-weight: 900;
  margin-right: 4rem;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  .single-events #event-details #tab-bar ul li {
    font-size: 1.6rem;
    margin-right: 2rem;
  }
}
.single-events #event-details #tab-bar ul li a {
  display: block;
  color: #FADE73;
  padding: 4rem 5rem;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  .single-events #event-details #tab-bar ul li a {
    padding: 2rem 3rem;
  }
}
.single-events #event-details #tab-bar ul li a:hover {
  color: #59124D;
  background-color: rgba(255, 255, 255, 0.8);
}
.single-events #event-details #tab-bar ul li.active a {
  background-color: white;
  color: #59124D;
}
.single-events #event-details #sections .section {
  display: none;
  padding: 7rem 0;
  width: calc(100% - 14rem);
  max-width: 107.8rem;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  .single-events #event-details #sections .section {
    width: calc(100% - 4rem);
  }
}
.single-events #event-details #sections .section p {
  color: #59124D;
  font-size: 2.4rem;
  line-height: 3.2rem;
  margin-bottom: 2.4rem;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  .single-events #event-details #sections .section p {
    font-size: 1.5rem;
    line-height: 1.9rem;
    margin-bottom: 1.2rem;
  }
}
.single-events #event-details #sections .section p.large {
  font-family: "Gatwick", sans-serif;
  font-weight: 700;
}
.single-events #event-details #sections .section p iframe {
  max-width: 100%;
}
.single-events #event-details #sections .section a {
  color: #59124D;
  border-bottom: 2px solid rgba(89, 18, 77, 0.33);
  transition-duration: 0.4s;
}
.single-events #event-details #sections .section a:hover {
  border-bottom-color: #59124d;
}
.single-events #event-details #sections .section hr {
  border: none;
  height: 2px;
  background-color: #BDDBCC;
}
.single-events #event-details #sections .section blockquote p {
  padding-left: 4.2rem;
  border-left: 0.8rem solid #009487;
  margin-bottom: 3.2rem;
}
.single-events #event-details #sections .section blockquote p strong {
  font-family: "Gatwick", sans-serif;
  color: #009487;
  font-size: 3.2rem;
  line-height: 4.2rem;
  margin-bottom: 1rem;
  display: block;
}
.single-events #event-details #sections .section blockquote p em {
  display: block;
  font-style: normal;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.8rem;
}
.single-events #event-details #sections .section blockquote cite {
  display: block;
  font-style: normal;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.8rem;
}
.single-events #event-details #sections .section blockquote .has-small-font-size {
  font-size: 1.5rem;
  line-height: 1.9rem;
}
.single-events #event-details #sections .section.active {
  display: block;
}
.single-events #related-events {
  padding: 10rem 0 0 0;
  background-color: #EDEBD1;
}
.single-events #related-events h3 {
  font-family: "Gatwick", sans-serif;
  font-weight: bold;
  font-size: 4.8rem;
  color: #59124D;
}

.swipe-gallery {
  max-height: 800px;
}
.swipe-gallery .swiper-wrapper {
  position: relative;
  height: auto;
  padding-bottom: 100px;
}
.swipe-gallery .swiper-wrapper .swiper-slide {
  width: 100%;
  height: auto;
  max-height: 800px;
  aspect-ratio: 5/4;
  background-color: #EEE;
  text-align: center;
}
.swipe-gallery .swiper-wrapper .swiper-slide img {
  height: 100%;
  max-height: 800px;
  width: auto;
  margin: 0 !important;
}
.swipe-gallery .nav {
  position: absolute;
  bottom: 36px;
  right: 0;
  z-index: 99999;
  width: 140px;
}
.swipe-gallery .nav .swiper-btn {
  position: absolute;
  z-index: 99999;
  width: 60px;
  height: 60px;
  background-color: #E86152;
  color: #59124D;
  outline: none;
}
.swipe-gallery .nav .swiper-btn.swiper-button-prev {
  left: 0 !important;
  right: auto !important;
  top: 0 !important;
}
.swipe-gallery .nav .swiper-btn.swiper-button-next {
  left: auto !important;
  right: 0 !important;
  top: 0 !important;
}

#pay-what-you-can {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 780px;
  max-width: calc(100vw - 40px);
  transform: translate(-50%, -50%) scale(1);
  transition-duration: 0.3s;
  transition-property: transform;
  background-color: #59124D;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.04);
  z-index: 999;
  box-sizing: border-box;
  padding: 7.7rem 7rem;
  display: block;
  opacity: 1;
}
#pay-what-you-can #pwyc-close {
  position: absolute;
  top: 25px;
  right: 20px;
  display: block;
  width: 34px;
  height: 34px;
  text-indent: -99999px;
  cursor: pointer;
}
#pay-what-you-can #pwyc-close:before, #pay-what-you-can #pwyc-close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 3px;
  content: "";
  background-color: white;
}
#pay-what-you-can #pwyc-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#pay-what-you-can #pwyc-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#pay-what-you-can.hidden {
  top: -1000px;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.01);
}
#pay-what-you-can p {
  color: white;
  font-size: 2.4rem;
}
#pay-what-you-can h3 {
  font-family: "Gatwick", sans-serif;
  font-weight: bold;
  color: #FADE73;
  font-size: 3.2rem;
  line-height: 3.6rem;
  margin-bottom: 3.2rem;
}

footer {
  background-color: #59124D;
  position: relative;
}
footer:before {
  position: absolute;
  top: -3.3rem;
  width: 100vw;
  height: 3.3rem;
  content: "";
  background: url("../images/purple-top.svg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 99;
}
footer .columns {
  display: flex;
  flex-wrap: wrap;
}
footer .columns .column {
  width: 10%;
  color: white;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  footer .columns .column {
    width: 25%;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  footer .columns .column {
    width: 33.33332%;
    margin-bottom: 2rem;
  }
}
footer .columns .column blockquote p {
  padding-left: 4.2rem;
  border-left: 0.8rem solid #009487;
  margin-bottom: 3.2rem;
}
footer .columns .column blockquote p strong {
  font-family: "Gatwick", sans-serif;
  color: #009487;
  font-size: 3.2rem;
  line-height: 4.2rem;
  margin-bottom: 1rem;
  display: block;
}
footer .columns .column blockquote p em {
  display: block;
  font-style: normal;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.8rem;
}
footer .columns .column a {
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  transition-duration: 0.2s;
}
footer .columns .column a:hover {
  border-bottom: 1px solid white;
}
footer .columns .column h4 {
  font: 600 2rem "Gatwick", sans-serif;
  margin-bottom: 1rem;
}
footer .columns .column li, footer .columns .column p {
  font: 400 1.6rem "Karla", sans-serif;
  line-height: 2rem;
  margin-bottom: 1rem;
}
footer .columns .column li a, footer .columns .column p a {
  color: #E88A14;
}
footer .columns .column li strong, footer .columns .column p strong {
  font-family: "Gatwick", sans-serif;
}
footer .columns .column.footer-logo {
  width: 30%;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  footer .columns .column.footer-logo {
    width: 25%;
  }
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  footer .columns .column.footer-logo {
    position: absolute;
  }
}
footer .columns .column.footer-logo #hb-footer {
  width: 60%;
  margin: -8rem auto 0 auto;
  height: 0;
  padding-top: 50%;
  text-indent: -99999px;
  background-image: url("../images/hb-logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (min-width: 769px) and (max-width: 1024px), only screen and (min-width: 516px) and (max-width: 768px) {
  footer .columns .column.footer-logo #hb-footer {
    margin-top: 0;
    width: 100%;
    background-position: left top;
    background-size: 80%;
  }
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  footer .columns .column.footer-logo #hb-footer {
    position: absolute;
  }
}
footer .columns .column.footer-address {
  width: 20%;
}
footer .columns .column.footer-address p {
  line-height: 3.2rem;
}
footer #footer-nav {
  padding: 16rem 0 16rem 0;
}
footer #footer-logos {
  padding: 3rem 0 5rem 0;
  color: rgba(255, 255, 255, 0.3);
  position: relative;
}
footer #footer-logos:before {
  position: absolute;
  top: -3.3rem;
  width: 100vw;
  height: 3.3rem;
  content: "";
  background: url("../images/black-top.svg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 99;
}
footer #footer-logos .inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
footer #footer-logos .inner .logo {
  margin: 10px 30px;
  height: 60px;
}
footer #footer-logos .inner .logo img {
  width: auto;
  height: 100%;
}
footer #footer-logos p {
  font-size: 1.4rem;
  text-align: center;
}
footer #footer-socials li {
  display: inline-block;
  width: 32px;
  height: 32px;
}
footer #footer-socials li a {
  display: block;
  text-indent: -9999999px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
footer #footer-socials li a:hover {
  text-decoration: none;
  border-bottom: none;
}
footer #footer-socials li.facebook a {
  background-image: url("../images/facebook.svg");
}
footer #footer-socials li.twitter a {
  background-image: url("../images/twitter.svg");
}
footer #footer-socials li.instagram a {
  background-image: url("../images/instagram.svg");
}
footer #footer-socials li.youtube a {
  background-image: url("../images/youtube.svg");
}
