/* 

1. Variables
	- imports
	- colours
	- gradients
	- media queries
	- fonts
	- times
2. General
	2.1 Layout
	2.2 Forms
3. Banner
4. Main Content
	4.1 Home / Carousel
5. Modules
6. News
7. Events
8. Footer
*/
/*
	1. Variables
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

a {
  text-decoration: none;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

@font-face {
  font-family: "Knockout HTF50-Welterweight";
  src: url("../fonts/Knockout HTF50Welterweight Regular.otf");
  font-style: normal;
}
@font-face {
  font-family: "Knockout HTF49-Liteweight";
  src: url("../fonts/KnockoutLightweight.otf");
  font-style: normal;
}
@font-face {
  font-family: "Knockout";
  src: url("../fonts/KnockoutBantam.otf");
  font-stretch: 47;
  font-style: normal;
}
html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: "DM Sans", sans-serif;
  color: #00453B;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 150%;
  overflow-x: hidden;
  background-color: #EDF2F1;
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  body {
    font-size: 1.4rem;
  }
}
body.modal {
  overflow: hidden;
  height: 100vh;
}
body.menu-open {
  overflow: hidden;
}
body.menu-open a {
  color: white;
}

h1, h2, h3, h4 {
  font-family: "Bricolage Grotesque", sans-serif;
  color: #00453B;
}

h1 {
  font-size: 9rem;
  line-height: 12rem;
}

h2 {
  font-size: 3.2rem;
  line-height: 3.6rem;
  font-family: "Bricolage Grotesque", sans-serif;
  margin-bottom: 2.4rem;
}

h3 {
  font-size: 3rem;
  line-height: 3.2rem;
  font-family: "Knockout HTF50-Welterweight", sans-serif;
  margin-bottom: 2.4rem;
  text-transform: uppercase;
}

h4 {
  font-size: 2rem;
  line-height: 2.4rem;
  font-family: "Bricolage Grotesque", sans-serif;
  margin-bottom: 2.4rem;
}

.bg-dark-green {
  background-color: #00453B;
}

.bg-lime-green {
  background-clip: #D6DB4A;
}

.bg-sky,
.bg-sky-blue {
  background-color: #A6E3DE;
}

/* 2. GENERAL */
.large-button-link {
  display: block;
  margin: 4rem 0;
}
.large-button-link a {
  display: inline-block;
  color: #00453B;
  padding: 0.5rem 1.5rem;
  border: 1px solid #87D959;
  transition-duration: 0.3s;
  text-transform: uppercase;
  font-size: 1.6rem;
  line-height: 1.6rem;
  height: 1.6rem;
  border-radius: 1.4rem;
  text-decoration: none !important;
}
.large-button-link a:hover {
  background-color: #87D959;
}
.large-button-link.download-button-link {
  height: 36px;
  position: relative;
  padding-left: 44px;
}
.large-button-link.download-button-link:before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  width: 36px;
  height: 36px;
  background-image: url("../images/download.svg");
  background-repeat: no-repeat;
}
.large-button-link.vibrant-green a {
  background-color: #87D959;
}
.large-button-link.vibrant-green a:hover {
  background-color: transparent;
  color: #87D959;
}

.outer {
  position: relative;
  overflow: hidden;
}
.outer.bg-dark-green {
  background-color: #00453B;
}
.outer .inner {
  position: relative;
  width: calc(100vw - 88px);
  max-width: 1352px;
  margin: 0 auto;
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  .outer .inner {
    width: calc(100vw - 36px);
  }
}

/* Banner */
#menu-modal {
  position: fixed;
  background: #00453B;
  top: -100vh;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  transition-duration: 0.2s;
  display: none;
  overflow: scroll;
}
.menu-open #menu-modal {
  display: block;
  top: 0;
}
#menu-modal .banner {
  min-height: 18rem;
}
#menu-modal .banner .menu-title {
  position: absolute;
  top: 3rem;
  left: 0;
  width: 10rem;
  height: 9rem;
  background-image: url("../images/northernroots-limegreen.svg");
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: -999999px;
}
#menu-modal .banner .close {
  position: absolute;
  top: 3rem;
  right: 0;
  width: 4rem;
  height: 4rem;
  transform: rotate(45deg);
  cursor: pointer;
}
#menu-modal .banner .close:before, #menu-modal .banner .close:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: white;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  transition-duration: 0.3s;
  pointer-events: none;
}
#menu-modal .banner .close:after {
  transform: rotate(90deg);
}
#menu-modal .banner .close:hover:before, #menu-modal .banner .close:hover:after {
  background-color: #D6DB4A;
}
#menu-modal .menu-columns {
  display: flex;
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  #menu-modal .menu-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 3.6rem;
    row-gap: 1.6rem;
  }
}
#menu-modal .menu-columns .menu-column {
  color: #87D959;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  font-size: 2rem;
  line-height: 4rem;
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  #menu-modal .menu-columns .menu-column {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
#menu-modal .menu-columns .menu-column p {
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin-bottom: 4rem;
  font-weight: 300;
}
#menu-modal .menu-columns .menu-column p strong, #menu-modal .menu-columns .menu-column p b {
  font-weight: 700;
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  #menu-modal .menu-columns .menu-column p {
    margin-bottom: 2rem;
  }
}
#menu-modal .menu-columns .menu-column b, #menu-modal .menu-columns .menu-column strong {
  font-weight: bold;
  color: white;
}
#menu-modal .menu-columns .menu-column b a, #menu-modal .menu-columns .menu-column strong a {
  color: white;
}
#menu-modal .menu-columns .menu-column a {
  color: #87D959;
}
#menu-modal .menu-columns .menu-column a:hover {
  text-decoration: underline;
}

#search-modal {
  position: fixed;
  background: rgba(0, 69, 59, 0.9);
  top: -100vh;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  transition-duration: 0.2s;
  display: none;
  overflow: hidden;
}
.search-open #search-modal {
  display: block;
  top: 0;
}
#search-modal .banner {
  min-height: 18rem;
}
#search-modal .banner .menu-title {
  position: absolute;
  top: 3rem;
  left: 0;
  width: 10rem;
  height: 9rem;
  background-image: url("../images/northernroots-limegreen.svg");
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: -999999px;
}
#search-modal .banner .close {
  position: absolute;
  top: 3rem;
  right: 0;
  width: 4rem;
  height: 4rem;
  transform: rotate(45deg);
  cursor: pointer;
}
#search-modal .banner .close:before, #search-modal .banner .close:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: white;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  transition-duration: 0.3s;
  pointer-events: none;
}
#search-modal .banner .close:after {
  transform: rotate(90deg);
}
#search-modal .banner .close:hover:before, #search-modal .banner .close:hover:after {
  background-color: #D6DB4A;
}
#search-modal .search-columns {
  display: flex;
  align-items: center;
  min-height: calc(100vh - 18rem);
}
#search-modal .search-columns .search-form {
  width: 100%;
  display: flex;
  gap: 2rem;
  align-items: center;
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  #search-modal .search-columns .search-form {
    display: block;
  }
}
#search-modal .search-columns .search-form .search-field {
  flex-grow: 1;
  min-width: 0;
  background-color: white;
  border: none;
  border-radius: 10000px;
  padding: 1.4rem 2.4rem;
  font-size: 1.8rem;
  font-family: "DM Sans", sans-serif;
  color: #00453B;
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  #search-modal .search-columns .search-form .search-field {
    width: 100%;
    margin-bottom: 1.2rem;
  }
}
#search-modal .search-columns .search-form .search-submit {
  border: 2px solid white;
  background-color: transparent;
  color: white;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 10000px;
  padding: 1.2rem 2.4rem;
  cursor: pointer;
  transition-duration: 0.2s;
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  #search-modal .search-columns .search-form .search-submit {
    width: 100%;
  }
}
#search-modal .search-columns .search-form .search-submit:hover {
  background-color: white;
  color: #00453B;
}

.search-result-list li {
  list-style: none;
  padding: 1.2rem 0;
  border-bottom: 1px solid rgba(0, 69, 59, 0.1);
}
.search-result-list li a {
  color: #00453B;
  font-size: 1.8rem;
  font-family: "DM Sans", sans-serif;
}
.search-result-list li a:hover {
  text-decoration: underline;
}

#banner {
  width: 100vw;
  height: 9rem;
  background-color: white;
  position: fixed;
  z-index: 99;
  overflow: visible;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
#banner .inner {
  height: 100%;
}
#banner #website-title {
  position: absolute;
  top: 13px;
  left: 0;
  width: 9rem;
  height: 7.6rem;
  transform-origin: top left;
  transition: transform 0.3s ease;
}
#banner #website-title a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/northernroots-darkgreen.svg");
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: -999999px;
}
.home.home-logo-expanded #banner #website-title {
  transform: scale(1.4, 1.3947368421);
}
#banner #banner-utilities {
  position: absolute;
  right: 0;
  top: 0.6rem;
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  #banner #banner-utilities {
    right: 0;
    top: 1.8rem;
  }
}
#banner #banner-utilities .opening-times {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  color: #00453B;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  #banner #banner-utilities .opening-times {
    display: none;
  }
}
#banner #banner-utilities .opening-times .icon {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("../images/clock.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#banner #banner-utilities .opening-times:hover {
  text-decoration: underline;
}
#banner #banner-utilities .support-us {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0rem 2.2rem;
  border-radius: 10000px;
  background-color: #FF785E;
  color: white;
  font-family: "Knockout HTF49-Liteweight", sans-serif;
  font-size: 1.6rem;
  font-weight: 100 !important;
  text-decoration: none;
  text-transform: uppercase;
  border: 2px solid white;
  transition-duration: 0.2s;
}
#banner #banner-utilities .support-us:hover {
  border: 2px solid #ff785e;
}
#banner #primary-navigation {
  position: absolute;
  right: 0;
  bottom: 1.5rem;
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  #banner #primary-navigation {
    right: 0;
    top: 5.2rem;
    bottom: auto;
  }
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  #banner #primary-navigation ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
#banner #primary-navigation ul li {
  display: inline-block;
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  #banner #primary-navigation ul li {
    display: none;
  }
}
#banner #primary-navigation ul li a {
  color: #00453B;
  position: relative;
  margin-left: 2rem;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 2rem;
  font-weight: 700;
}
#banner #primary-navigation ul li a:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #87D959;
  transition-duration: 0.3s;
  opacity: 0;
}
#banner #primary-navigation ul li a:hover:after {
  opacity: 1;
  bottom: -3px;
}
#banner #primary-navigation ul li#search-button {
  position: relative;
  width: 2rem;
  height: 2rem;
  margin-left: 2rem;
  transform: translateY(2px);
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  #banner #primary-navigation ul li#search-button {
    display: block;
  }
}
#banner #primary-navigation ul li#search-button a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-left: 0;
  text-indent: -99999px;
  background-image: url("../images/search.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#banner #primary-navigation ul li#search-button a:after {
  content: none;
}
#banner #primary-navigation ul li#hamburger-menu {
  position: relative;
  width: 4rem;
  height: 2.1rem;
  margin-left: 2rem;
  transform: translateY(2px);
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  #banner #primary-navigation ul li#hamburger-menu {
    display: block;
  }
}
#banner #primary-navigation ul li#hamburger-menu a {
  margin-left: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 4rem;
  height: 1.7rem;
  text-indent: -99999px;
  position: absolute;
  transition-duration: 0.3s;
  transform-origin: center center;
  background-image: linear-gradient(#00453B, #00453B);
  background-size: 100% 3px;
  background-repeat: no-repeat;
  background-position: center;
}
#banner #primary-navigation ul li#hamburger-menu a:before {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #00453B;
}
#banner #primary-navigation ul li#hamburger-menu a:after {
  opacity: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #00453B;
}
#banner #primary-navigation ul li#hamburger-menu a:hover {
  height: 2.1rem;
}

#title-separator {
  border: none;
  height: 12.4rem;
  margin: 0;
}
.home #title-separator {
  height: 9rem;
}
.single-events #title-separator {
  height: 9rem;
}

#title-banner {
  width: 100vw;
  height: clamp(320px, 41.666667vw, 560px);
  position: relative;
  overflow: visible;
  margin-bottom: 6rem;
}
#title-banner .inner {
  height: 100%;
  max-width: 135.2rem;
  position: relative;
}
#title-banner .inner .banner-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  z-index: 1;
  border-radius: 3rem;
}
#title-banner .inner h1 {
  font-size: clamp(5rem, 6vw, 8rem);
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  font-family: "Knockout HTF49-Liteweight", sans-serif;
  z-index: 9;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #00453B;
  box-sizing: border-box;
  padding: 1rem 5.5rem;
  border-top-left-radius: 6rem;
  border-top-right-radius: 6rem;
  width: calc(100% - 16rem);
  color: #87D959;
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  #title-banner .inner h1 {
    width: 100%;
    padding: 2rem 2rem 0 2rem;
    font-size: 5rem;
    line-height: 5.1rem;
    text-align: center;
    border-top-left-radius: 3rem;
    border-top-right-radius: 3rem;
  }
}
#title-banner.banner-type-child .inner h1 {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.08;
  text-transform: none;
  text-align: center;
  color: #00453B;
  background-color: #EDF2F1;
  bottom: -1.45rem;
  padding: 4rem 5.5rem 0.4rem 5.5rem;
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  #title-banner.banner-type-child .inner h1 {
    font-size: 3.6rem;
    line-height: 1.08;
    bottom: -0.25rem;
    padding: 2rem 2rem 0.3rem 2rem;
  }
}
#title-banner .date {
  position: relative;
  background-color: #00453B;
  width: 100vw;
  padding-top: 6rem;
  height: 6rem;
  transform: translateY(-5rem);
  color: #87D959;
  text-align: center;
  z-index: 1;
}
.single-news #title-banner .date {
  background-color: #EDF2F1;
  color: #00453B;
}
#title-banner.plain-text-banner {
  height: auto;
  margin-top: 2.4rem;
}
#title-banner.plain-text-banner .inner {
  height: auto;
  min-height: 10rem;
}
#title-banner.plain-text-banner .inner .banner-image {
  display: none;
}
#title-banner.plain-text-banner .inner h1 {
  position: relative;
  left: auto;
  bottom: auto;
  transform: none;
  width: auto;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  color: #00453B;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 4.8rem;
  line-height: 1.1;
  text-align: center;
  text-transform: none;
}
#title-banner.plain-text-banner .date {
  width: auto;
  height: auto;
  padding-top: 0;
  margin-top: 1.6rem;
  transform: none;
  background-color: transparent;
  color: #00453B;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6rem;
  text-align: center;
}
#title-banner.single-event-banner {
  height: auto;
  background-color: #00453B;
  padding: 4rem 0 0 0;
}
#title-banner.single-event-banner .inner {
  height: auto;
  max-width: 120.7rem;
  padding-bottom: 0;
}
#title-banner.single-event-banner .inner .banner-image {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 100%;
  height: min(30.4887987vw, 36.8rem);
  max-height: 36.8rem;
  border-radius: 1.2rem;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
#title-banner.single-event-banner .inner h1 {
  position: relative;
  left: auto;
  bottom: auto;
  transform: none;
  width: auto;
  margin: 0;
  padding: 2.4rem 0 0 0;
  background-color: transparent;
  border-radius: 0;
  color: white;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 4.2rem;
  line-height: 5.1rem;
  text-align: left;
  text-transform: none;
}
#title-banner.single-event-banner .date {
  width: auto;
  max-width: 120.7rem;
  margin: 0 auto;
  padding: 1.6rem 0 7rem 0;
  height: auto;
  transform: none;
  font-family: "DM Sans", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.8rem;
  text-align: left;
}

#main-wrapper {
  background-color: #EDF2F1;
}
.single-events #main-wrapper {
  padding-top: 2rem;
}
.single-events #main-wrapper .inner {
  max-width: 120.7rem;
}
#main-wrapper .call-to-action .inner {
  padding: 4rem 0;
  text-align: center;
  max-width: 90.2rem;
  margin: 0 auto;
  border-radius: 1.2rem;
}
#main-wrapper .call-to-action .inner p {
  width: 100%;
}
#main-wrapper #event-filter {
  padding: 4rem 0;
}
#main-wrapper #event-filter .inner {
  max-width: 137.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  #main-wrapper #event-filter .inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
#main-wrapper #event-filter .filter-buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.6rem;
}
#main-wrapper #event-filter .filter-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 4rem;
  padding: 0 2rem;
  border: 1px solid #00453B;
  border-radius: 10000px;
  color: #00453B;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 2rem;
  line-height: 2rem;
  text-decoration: none;
  font-weight: 700;
  text-transform: none;
  transition-duration: 0.2s;
}
#main-wrapper #event-filter .filter-button.active {
  background-color: #00453B;
  color: white;
}
#main-wrapper #event-filter .filter-button.is-disabled {
  opacity: 0.1;
  pointer-events: none;
}
#main-wrapper #event-filter .filter-button:hover {
  background-color: #00453B;
  color: white;
}
#main-wrapper #event-filter .filter-reset {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #00453B;
  color: white;
  text-decoration: none;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
  transition-duration: 0.2s;
}
#main-wrapper #event-filter .filter-reset:before, #main-wrapper #event-filter .filter-reset:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.6rem;
  height: 0.2rem;
  background-color: white;
  transform-origin: center;
}
#main-wrapper #event-filter .filter-reset:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#main-wrapper #event-filter .filter-reset:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#main-wrapper #event-filter .filter-reset:hover {
  background-color: #87D959;
}
.single-events #main-wrapper .event-content-layout .inner-top {
  display: flex;
  align-items: flex-start;
  gap: 4rem;
}
.single-events #main-wrapper .event-content-main {
  flex: 1 1 auto;
  min-width: 0;
}
.single-events #main-wrapper .event-content-copy {
  margin-bottom: 4rem;
}
.single-events #main-wrapper .event-content-copy h2,
.single-events #main-wrapper .event-content-copy h3 {
  font-size: 4.6rem;
  line-height: 5.6rem;
  font-family: "Knockout HTF50-Welterweight", sans-serif;
  margin-bottom: 2.4rem;
}
.single-events #main-wrapper .event-content-copy h4 {
  font-size: 3.6rem;
  font-family: "Knockout HTF50-Welterweight", sans-serif;
  margin-bottom: 2.4rem;
}
.single-events #main-wrapper .event-content-copy ul {
  list-style-type: disc;
}
.single-events #main-wrapper .event-content-copy p,
.single-events #main-wrapper .event-content-copy li {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 2.4rem;
}
.single-events #main-wrapper .event-content-copy p b, .single-events #main-wrapper .event-content-copy p strong,
.single-events #main-wrapper .event-content-copy li b,
.single-events #main-wrapper .event-content-copy li strong {
  font-weight: bold;
}
.single-events #main-wrapper .event-content-copy p a,
.single-events #main-wrapper .event-content-copy li a {
  color: #00453B;
  text-decoration: underline;
}
.single-events #main-wrapper .event-content-copy p a:hover,
.single-events #main-wrapper .event-content-copy li a:hover {
  background-color: #87D959;
}
.single-events #main-wrapper .event-content-copy p.large,
.single-events #main-wrapper .event-content-copy li.large {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 2.4rem;
}
.single-events #main-wrapper .event-content-copy ol,
.single-events #main-wrapper .event-content-copy ul {
  padding-left: 2rem;
  margin-bottom: 2.4rem;
}
.single-events #main-wrapper .event-content-copy ol {
  list-style-type: decimal;
}
.single-events #main-wrapper .event-content-copy > *:last-child {
  margin-bottom: 0;
}
.single-events #main-wrapper .event-content-copy blockquote {
  padding: 3rem 0;
}
.single-events #main-wrapper .event-content-copy blockquote p {
  font-size: 2.2rem;
  line-break: 3rem;
  padding-left: 3rem;
  border-left: 4px solid #D6DB4A;
}
.single-events #main-wrapper .event-ticket-sidebar {
  flex: 0 0 400px;
  width: 400px;
}
.single-events #main-wrapper .event-ticket-sidebar .large-button-link a {
  background-color: #87D959;
}
.single-events #main-wrapper .event-ticket-sidebar .large-button-link a:hover {
  background-color: #00453B;
  color: #87D959;
  border: 1px solid #00453B;
}
.single-events #main-wrapper .event-ticket-widget {
  width: 400px;
  max-width: 100%;
}
.single-events #main-wrapper .event-ticket-widget h3 {
  margin-bottom: 2rem;
  padding: 1.2rem 1.6rem;
  border-radius: 0.6rem;
  background-color: #00453B;
  color: #87D959;
  font-family: "Knockout HTF50-Welterweight", sans-serif;
  font-size: 2rem;
  line-height: 2rem;
  text-align: center;
  text-transform: uppercase;
}
.single-events #main-wrapper .event-ticket-widget .tt-widget {
  width: 100%;
}
.single-events #main-wrapper .single-event-modules-column {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
@media only screen and (min-width: 961px) and (max-width: 1100px) {
  .single-events #main-wrapper .event-content-layout .inner {
    flex-direction: column;
  }
  .single-events #main-wrapper .single-event-modules-column {
    width: 100%;
    max-width: 100%;
  }
  .single-events #main-wrapper .event-ticket-sidebar,
  .single-events #main-wrapper .event-ticket-widget {
    width: 100%;
    max-width: 400px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  .single-events #main-wrapper .event-content-layout .inner {
    flex-direction: column;
  }
  .single-events #main-wrapper .single-event-modules-column {
    width: 100%;
    max-width: 100%;
  }
  .single-events #main-wrapper .event-ticket-sidebar,
  .single-events #main-wrapper .event-ticket-widget {
    width: 100%;
    max-width: 400px;
  }
}
#main-wrapper #back-link .inner {
  max-width: 90rem;
  text-align: right;
}
#main-wrapper #event-tiles {
  background-color: #A6E3DE;
}
#main-wrapper #event-tiles h2 {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 600;
  border-top: none;
  padding-top: 0;
  text-align: left;
  font-size: 3.2rem;
  line-height: 2.8rem;
  margin-bottom: 6rem;
}
#main-wrapper #event-tiles .tile-group {
  justify-content: flex-start;
}

/* Carousel */
#carousel {
  position: relative;
  height: calc(100vh - 9rem);
  max-height: 60vw;
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  #carousel {
    position: relative;
    height: calc(100vh - 120px);
    max-height: calc(100vh - 120px);
  }
}
#carousel .swiper-slide .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  #carousel .swiper-slide .image {
    height: 50%;
  }
}
#carousel .swiper-slide.bg-lime {
  background-color: #D6DB4A;
}
#carousel .swiper-slide.bg-lilac {
  background-color: #BFB0E8;
}
#carousel .swiper-slide.bg-sky {
  background-color: #A6E3DE;
}
#carousel .swiper-slide.bg-pink {
  background-color: #DB66BA;
}
#carousel .swiper-slide.bg-orange {
  background-color: #FF785E;
}
#carousel .swiper-slide .inner {
  z-index: 2;
  height: 100%;
  width: 100%;
  max-width: none;
  margin: 0;
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  #carousel .swiper-slide .inner {
    width: 100%;
  }
}
#carousel .swiper-slide .inner .details {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  box-sizing: border-box;
  padding: 5rem 5rem 7.5rem 5rem;
  width: 30%;
  max-width: 811px;
  min-width: 330px;
  border-top-right-radius: 6rem;
  border-bottom-right-radius: 6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  #carousel .swiper-slide .inner .details {
    top: auto;
    bottom: 40px;
    width: 100%;
    min-width: 0;
    padding: 3rem 2rem 0 2rem;
    border-radius: 0;
    display: block;
  }
}
#carousel .swiper-slide .inner .details .large-button-link a {
  border-color: #00453B;
  background-color: #00453B;
  color: white;
}
#carousel .swiper-slide .inner .details .large-button-link a:hover {
  background-color: transparent;
  color: #00453B;
}
#carousel .swiper-slide .inner .details.bg-lime {
  background-color: #D6DB4A;
}
#carousel .swiper-slide .inner .details.bg-lilac {
  background-color: #BFB0E8;
}
#carousel .swiper-slide .inner .details.bg-sky {
  background-color: #A6E3DE;
}
#carousel .swiper-slide .inner .details.bg-pink {
  background-color: #DB66BA;
}
#carousel .swiper-slide .inner .details.bg-orange {
  background-color: #FF785E;
}
#carousel .swiper-slide .inner .details h4 {
  font-family: "Knockout HTF49-Liteweight", sans-serif;
  font-size: clamp(4rem, 5vw, 6rem);
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  #carousel .swiper-slide .inner .details h4 {
    font-size: 4rem;
    line-height: 4rem;
    margin-bottom: 1rem;
  }
}
#carousel .swiper-slide .inner .details p {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(1rem, 2vw, 2rem);
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: clamp(1rem, 2vw, 2rem);
}
#carousel .swiper-slide .inner .details p b, #carousel .swiper-slide .inner .details p strong {
  font-weight: bold;
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  #carousel .swiper-slide .inner .details p {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}
#carousel .swiper-pagination {
  position: absolute;
  left: 5rem;
  bottom: 5rem;
  right: auto;
  width: auto;
  text-align: left;
  z-index: 3;
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  #carousel .swiper-pagination {
    left: 2rem;
    bottom: 2rem;
  }
}

.swiper-button-next {
  background-color: #00453B;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  transition-duration: 0.3s;
  cursor: pointer;
}
.swiper-button-next:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% - 4px), -50%) rotate(45deg);
  width: 33.333%;
  height: 33.333%;
  border-top: 2px solid white;
  border-right: 2px solid white;
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  .swiper-button-next:after {
    transform: translate(calc(-50% - 2px), -50%) rotate(45deg);
  }
}
.swiper-button-next:hover {
  transform: translateX(4px);
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  .swiper-button-next {
    width: 32px;
    height: 32px;
    top: auto;
    bottom: 1rem;
    z-index: 100;
  }
}

.swiper-pagination .swiper-pagination-bullet {
  background: #00453B;
  opacity: 1;
  width: 16px;
  height: 16px;
  margin: 0 1.2rem 0 0 !important;
  transition-duration: 0.3s;
  cursor: pointer;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: white;
}
.swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0 !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  left: 5rem;
  right: auto;
  width: auto;
  text-align: left;
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    left: 2rem;
    right: auto;
    width: auto;
    text-align: left;
  }
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 2rem;
  }
}

#home-intro,
#modules .module.section-intro {
  padding: 12rem 0;
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  #home-intro,
  #modules .module.section-intro {
    padding: 7rem 0;
  }
}
#home-intro .inner,
#modules .module.section-intro .inner {
  --home-intro-edge-offset: max(44px, calc((100vw - 113.8rem) / 2));
  --home-intro-image-width: min(calc(50vw - 56px), 66.4rem);
  display: flex;
  align-items: center;
  max-width: 113.8rem;
  justify-content: space-between;
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  #home-intro .inner,
  #modules .module.section-intro .inner {
    display: block;
    --home-intro-edge-offset: 0px;
  }
}
#home-intro .inner .text-column, #home-intro .inner .image-column,
#modules .module.section-intro .inner .text-column,
#modules .module.section-intro .inner .image-column {
  width: calc(50% - 16px);
  flex-shrink: 0;
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  #home-intro .inner .text-column, #home-intro .inner .image-column,
  #modules .module.section-intro .inner .text-column,
  #modules .module.section-intro .inner .image-column {
    width: 100%;
  }
}
#home-intro .inner .text-column .message,
#modules .module.section-intro .inner .text-column .message {
  font-size: 2.4rem;
  line-height: 3.2rem;
  margin-bottom: 5rem;
  font-weight: 600;
}
#home-intro .inner .text-column .message p,
#modules .module.section-intro .inner .text-column .message p {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  #home-intro .inner .text-column .message,
  #modules .module.section-intro .inner .text-column .message {
    font-size: 2rem;
    line-break: 2.8rem;
  }
}
#home-intro .inner .text-column .strapline,
#modules .module.section-intro .inner .text-column .strapline {
  width: 50%;
  font-family: "Knockout HTF49-Liteweight", sans-serif;
  text-transform: uppercase;
  font-size: 6rem;
  line-height: 5rem;
  color: #52B11D;
  position: relative;
  padding-left: 7.5rem;
}
#home-intro .inner .text-column .strapline:before,
#modules .module.section-intro .inner .text-column .strapline:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5.9rem;
  height: 15.5rem;
  background-image: url("../images/decoration1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  #home-intro .inner .text-column .strapline,
  #modules .module.section-intro .inner .text-column .strapline {
    width: calc(100% - 15rem);
    margin-left: 0;
    padding-left: 7.5rem;
  }
}
#home-intro .inner .image-column,
#modules .module.section-intro .inner .image-column {
  position: relative;
  display: flex;
  justify-content: flex-end;
  width: var(--home-intro-image-width);
  max-width: var(--home-intro-image-width);
  flex: 0 1 var(--home-intro-image-width);
  margin-right: calc(var(--home-intro-edge-offset) * -1);
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  #home-intro .inner .image-column,
  #modules .module.section-intro .inner .image-column {
    aspect-ratio: 1/1;
    padding: 0;
    margin-top: 3rem;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: none;
  }
}
#home-intro .inner .image-column .image,
#modules .module.section-intro .inner .image-column .image {
  position: relative;
  width: 100%;
  aspect-ratio: 664/480;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 10000px 0 0 10000px;
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  #home-intro .inner .image-column .image,
  #modules .module.section-intro .inner .image-column .image {
    border-radius: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
}

#home-columns {
  padding: 12rem 0;
}
#home-columns .inner {
  max-width: 113.8rem;
}
#home-columns .inner .columns {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12rem;
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  #home-columns .inner .columns {
    display: block;
  }
}
#home-columns .inner .columns .text-column, #home-columns .inner .columns .image-column {
  width: calc(50% - 24px);
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  #home-columns .inner .columns .text-column, #home-columns .inner .columns .image-column {
    width: 100%;
  }
}
#home-columns .inner .columns .text-column {
  color: white;
  padding: 4rem 0 0 6rem;
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  #home-columns .inner .columns .text-column {
    padding: 3rem 0 0 0;
  }
}
#home-columns .inner .columns .text-column h4 {
  color: #87D959;
  font-size: 6rem;
  margin-bottom: 3rem;
}
#home-columns .inner .columns .text-column .large-button-link a {
  color: #87D959;
}
#home-columns .inner .columns .text-column .large-button-link a:hover {
  color: #00453B;
}
#home-columns .inner .columns .image-column {
  position: relative;
  aspect-ratio: 5/2;
}
#home-columns .inner .columns .image-column .image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  padding-top: 62.6%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#home-columns .inner .columns:nth-child(odd) .image {
  border-top-right-radius: 6rem;
  border-bottom-right-radius: 6rem;
}
#home-columns .inner .columns:nth-child(even) {
  flex-direction: row-reverse;
}
#home-columns .inner .columns:nth-child(even) .image {
  border-top-left-radius: 6rem;
  border-bottom-left-radius: 6rem;
}

#home-events,
#modules .module.whats-on {
  background-color: #A6E3DE;
}
#home-events h3,
#modules .module.whats-on h3 {
  padding-top: 8rem;
  margin: 0 0 3rem 0;
  text-align: center;
  font-size: 6rem;
  line-height: 6.4rem;
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  #home-events h3,
  #modules .module.whats-on h3 {
    margin-bottom: 1rem;
  }
}
#home-events #event-tiles,
#home-events .event-tiles,
#modules .module.whats-on #event-tiles,
#modules .module.whats-on .event-tiles {
  padding-bottom: 3rem;
}
#home-events .see-all,
#modules .module.whats-on .see-all {
  padding-bottom: 4rem;
  text-align: center;
}
#home-events .large-button-link a,
#modules .module.whats-on .large-button-link a {
  padding: 1.2rem 2.4rem;
  font-size: 2.4rem;
  line-height: 2.4rem;
  height: 2.4rem;
  border-radius: 2.4rem;
  background-color: #00453B;
  border-color: #00453B;
  color: white;
}
#home-events .large-button-link a:hover,
#modules .module.whats-on .large-button-link a:hover {
  background-color: transparent;
  color: #00453B;
}

/* Modules */
#modules .module p b, #modules .module p strong {
  font-weight: bold;
}
#modules .module p.small {
  font-size: 1.4rem;
  color: #D6DB4A !important;
}
#modules .module.introduction .inner {
  max-width: 90rem;
  padding: 3.75rem 0;
  font-size: 2.4rem;
  line-height: 3.2rem;
  text-align: center;
}
#modules .module.introduction .inner h2 {
  font-size: 4.6rem;
  margin-bottom: 3.2rem;
}
#modules .module.full-width-image {
  margin: 4rem 0 0 0;
  padding-bottom: 8rem;
}
#modules .module.full-width-image .inner {
  max-width: 113.8rem;
  border-radius: 1.2rem;
  overflow: hidden;
}
#modules .module.full-width-image img {
  max-width: 100%;
  height: auto;
  display: block;
}
#modules .module.gallery {
  padding: 3rem 0;
}
#modules .module.gallery .inner {
  width: 100%;
  max-width: 92.6rem;
}
#modules .module.gallery h3 {
  margin-bottom: 4rem;
  text-align: left;
  text-transform: uppercase;
  font-family: "Knockout HTF50-Welterweight", sans-serif;
  font-size: 3rem;
  line-height: 3rem;
  color: #549330;
}
#modules .module.gallery .gallery-carousel-shell {
  width: 100%;
  max-width: 137.4rem;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0;
}
#modules .module.gallery .gallery-swiper {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16/9;
  max-height: 77.3rem;
  background-color: #00453B;
  border-radius: 1.2rem;
  overflow: hidden;
}
#modules .module.gallery .gallery-swiper,
#modules .module.gallery .gallery-swiper .swiper-wrapper,
#modules .module.gallery .gallery-swiper .swiper-slide {
  height: 100%;
}
#modules .module.gallery .gallery-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background-color: #00453B;
}
#modules .module.gallery .gallery-slide img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}
#modules .module.gallery .gallery-meta {
  width: 100%;
  max-width: 137.4rem;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 3rem;
  padding: 2rem 2.4rem 2.4rem;
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  #modules .module.gallery .gallery-meta {
    flex-direction: column;
    align-items: stretch;
    gap: 2rem;
  }
}
#modules .module.gallery .gallery-captions {
  flex: 1 1 auto;
  min-width: 0;
}
#modules .module.gallery .gallery-caption {
  display: none;
  color: #00453B;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
#modules .module.gallery .gallery-caption.is-active {
  display: block;
}
#modules .module.gallery .gallery-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.2rem;
  flex: 0 0 auto;
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  #modules .module.gallery .gallery-controls {
    width: 100%;
  }
}
#modules .module.gallery .gallery-control {
  position: relative;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 1.2rem;
  border-radius: 50%;
  border: none;
  padding: 0;
  background-color: #00453B;
  cursor: pointer;
}
#modules .module.gallery .gallery-control span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.9rem;
  height: 0.9rem;
  border-top: 0.2rem solid #87D959;
  border-right: 0.2rem solid #87D959;
  transform-origin: center;
}
#modules .module.gallery .gallery-control.gallery-control-next span {
  transform: translate(-60%, -50%) rotate(45deg);
}
#modules .module.gallery .gallery-control.gallery-control-prev span {
  transform: translate(-40%, -50%) rotate(-135deg);
}
#modules .module.divider {
  margin: 4rem 0 6rem 0;
}
#modules .module.divider .inner {
  max-width: 90.2rem;
}
#modules .module.divider .inner hr {
  border: none;
  height: 1px;
  background-color: #52B11D;
}
#modules .module.divider.wide .inner {
  max-width: 1352px;
}
#modules .module.opening-times {
  padding: 2rem 0 2rem 0;
}
#modules .module.opening-times .inner {
  max-width: 90rem;
}
#modules .module.opening-times .opening-times-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: #00453B;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2rem;
  text-align: center;
}
#modules .module.opening-times .opening-times-row .icon {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("../images/clock.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}
#modules .module.opening-times .opening-times-row .text {
  color: #00453B;
}
#modules .module.location {
  padding: 2rem 0 2rem 0;
}
#modules .module.location .inner {
  max-width: 90rem;
}
#modules .module.location .location-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: #00453B;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2rem;
  text-align: center;
}
#modules .module.location .location-row .icon {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("../images/map-pin.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}
#modules .module.location .location-row .text {
  color: #00453B;
}
#modules .module.partner-tiles {
  padding: 4rem 0;
}
#modules .module.partner-tiles .inner {
  max-width: 137.4rem;
}
#modules .module.partner-tiles .partner-tile-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 4rem;
  justify-items: center;
}
@media only screen and (min-width: 961px) and (max-width: 1100px) {
  #modules .module.partner-tiles .partner-tile-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  #modules .module.partner-tiles .partner-tile-grid {
    grid-template-columns: 1fr;
  }
}
#modules .module.partner-tiles .partner-tile {
  width: 100%;
  max-width: 31.2rem;
}
#modules .module.partner-tiles .logo-box {
  width: 31.2rem;
  max-width: 100%;
  height: 17.6rem;
  border-radius: 6px;
  overflow: hidden;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.4rem;
  box-sizing: border-box;
}
#modules .module.partner-tiles .logo-box img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
#modules .module.partner-tiles .credits {
  margin-top: 1.6rem;
  padding: 0 4rem 1.6rem 4rem;
  color: #00453B;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: center;
}
#modules .module.company-contact {
  padding: 4rem 0;
}
#modules .module.company-contact .inner {
  max-width: 137.4rem;
}
#modules .module.company-contact .company-contact-box {
  background-color: #00453B;
  border-radius: 1.2rem;
  padding: 4rem;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 31.2rem minmax(0, 1fr) minmax(0, 1fr);
  gap: 4rem;
}
@media only screen and (min-width: 961px) and (max-width: 1100px) {
  #modules .module.company-contact .company-contact-box {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  #modules .module.company-contact .company-contact-box {
    padding: 2.4rem;
  }
}
#modules .module.company-contact .company-logo-box {
  width: 31.2rem;
  max-width: 100%;
  height: 19.5rem;
  border-radius: 1.2rem;
  background: transparent;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
#modules .module.company-contact .company-logo-box img {
  border-radius: 1.2rem;
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
#modules .module.company-contact h4 {
  font-family: "Bricolage Grotesque", sans-serif;
  color: white;
  font-size: 2.4rem;
  line-height: 2.8rem;
  margin-bottom: 2rem;
}
#modules .module.company-contact .company-contact-list .company-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
}
#modules .module.company-contact .company-contact-list .company-contact-item + .company-contact-item {
  margin-top: 1.2rem;
}
#modules .module.company-contact .company-contact-list .company-contact-icon {
  width: 2.4rem;
  height: 2.4rem;
  flex-shrink: 0;
}
#modules .module.company-contact .company-contact-list .company-contact-link,
#modules .module.company-contact .company-contact-list .company-contact-text {
  color: white;
  font-size: 1.8rem;
  line-height: 2.4rem;
}
#modules .module.company-contact .company-contact-list .company-contact-link {
  text-decoration: underline;
}
#modules .module.company-contact .company-contact-list .company-contact-link:hover {
  color: #87D959;
}
#modules .module.mailchimp-popup {
  padding: 4rem 0 8rem 0;
}
#modules .module.mailchimp-popup .inner {
  max-width: 90.2rem;
  text-align: center;
}
#modules .module.mailchimp-popup h3 {
  margin-bottom: 2rem;
}
#modules .module.mailchimp-popup .mailchimp-popup-intro {
  margin: 0 auto 2.4rem auto;
  max-width: 60rem;
}
#modules .module.mailchimp-popup .mailchimp-popup-form {
  text-align: left;
  border-radius: 1.2rem;
  padding: 3rem;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 72rem;
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  #modules .module.mailchimp-popup .mailchimp-popup-form {
    padding: 2.4rem;
  }
}
#modules .module.mailchimp-popup .mailchimp-popup-fields {
  margin-bottom: 1.6rem;
}
#modules .module.mailchimp-popup .mailchimp-popup-names {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.6rem;
  margin-bottom: 1.6rem;
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  #modules .module.mailchimp-popup .mailchimp-popup-names {
    grid-template-columns: 1fr;
  }
}
#modules .module.mailchimp-popup .mailchimp-popup-email-row {
  width: 100%;
}
#modules .module.mailchimp-popup .mailchimp-popup-text,
#modules .module.mailchimp-popup .mailchimp-popup-email {
  border: 1px solid rgba(0, 69, 59, 0.2);
  border-radius: 10000px;
  padding: 1.4rem 2.4rem;
  font-size: 1.8rem;
  font-family: "DM Sans", sans-serif;
  color: #00453B;
}
#modules .module.mailchimp-popup .mailchimp-popup-submit {
  border: 2px solid #00453B;
  background-color: #00453B;
  color: white;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 10000px;
  padding: 1.2rem 2.4rem;
  cursor: pointer;
  transition-duration: 0.2s;
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  #modules .module.mailchimp-popup .mailchimp-popup-submit {
    width: 100%;
  }
}
#modules .module.mailchimp-popup .mailchimp-popup-submit:hover {
  background-color: white;
  color: #00453B;
}
#modules .module.mailchimp-popup .mailchimp-popup-gdpr {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  margin-top: 1.6rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #00453B;
}
#modules .module.mailchimp-popup .mailchimp-popup-gdpr .mailchimp-popup-gdpr-checkbox {
  margin-top: 0.4rem;
  width: 1.8rem;
  height: 1.8rem;
  flex-shrink: 0;
}
#modules .module.mailchimp-popup .mailchimp-popup-actions {
  margin-top: 1.6rem;
  text-align: center;
}
#modules .module.mailchimp-popup .mailchimp-popup-message {
  margin-top: 2rem;
  opacity: 0;
  transform: translateY(6px);
  transition-duration: 0.25s;
  transition-property: opacity, transform;
}
#modules .module.mailchimp-popup .mailchimp-popup-message.is-visible {
  opacity: 1;
  transform: none;
}
#modules .module.mailchimp-popup .mailchimp-popup-message.is-success {
  background-color: #87D959;
  color: #00453B;
  border-radius: 10000px;
  padding: 1.6rem 2.4rem;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 2.4rem;
  line-height: 2.8rem;
  text-align: center;
}
#modules .module.mailchimp-popup .mailchimp-popup-message.is-error {
  color: #00453B;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: center;
}
#modules .module.accordion {
  padding-bottom: 8rem;
}
#modules .module.accordion .inner {
  padding-top: 1rem;
  max-width: 90rem;
}
#modules .module.accordion .inner h2 {
  font-size: 3.2rem;
  font-weight: bold;
  margin: 4rem 0 2rem 0;
}
#modules .module.accordion .inner .accordion-section {
  border-top: 1px solid #87D959;
  margin-top: 4rem;
}
#modules .module.accordion .inner .accordion-section h4 {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: bold;
  margin: 4rem 0 2rem 0;
  font-size: 2rem;
  position: relative;
  cursor: pointer;
  transition-duration: 0.3s;
}
#modules .module.accordion .inner .accordion-section h4:hover {
  color: #87D959;
}
#modules .module.accordion .inner .accordion-section h4:after {
  content: "";
  position: absolute;
  top: 0.2rem;
  right: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #00453B;
  background-image: linear-gradient(45deg, transparent 45%, white 45%, white 55%, transparent 55%), linear-gradient(-45deg, transparent 45%, white 45%, white 55%, transparent 55%);
  background-size: 8px 8px;
  background-position: center center;
  background-repeat: no-repeat;
  transform: rotate(45deg);
  transition-duration: 0.3s;
}
#modules .module.accordion .inner .accordion-section .text {
  max-height: 1px;
  transition-duration: 0.3s;
  overflow: hidden;
}
#modules .module.accordion .inner .accordion-section ul {
  list-style-type: disc;
}
#modules .module.accordion .inner .accordion-section ul li {
  list-style: inherit;
  list-style-position: inside;
}
#modules .module.accordion .inner .accordion-section p, #modules .module.accordion .inner .accordion-section li {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 2.4rem;
}
#modules .module.accordion .inner .accordion-section p b, #modules .module.accordion .inner .accordion-section p strong, #modules .module.accordion .inner .accordion-section li b, #modules .module.accordion .inner .accordion-section li strong {
  font-weight: bold;
}
#modules .module.accordion .inner .accordion-section p.large, #modules .module.accordion .inner .accordion-section li.large {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 2.4rem;
}
#modules .module.accordion .inner .accordion-section p a, #modules .module.accordion .inner .accordion-section li a {
  color: #00453B;
  text-decoration: underline;
}
#modules .module.accordion .inner .accordion-section p a:hover, #modules .module.accordion .inner .accordion-section li a:hover {
  background-color: #87D959;
}
#modules .module.accordion .inner .accordion-section blockquote {
  padding: 3rem 0;
}
#modules .module.accordion .inner .accordion-section blockquote p {
  font-size: 2.2rem;
  line-break: 3rem;
  padding-left: 3rem;
  border-left: 4px solid #D6DB4A;
  font-weight: 600;
}
#modules .module.accordion .inner .accordion-section blockquote p strong {
  font-weight: 800;
}
#modules .module.accordion .inner .accordion-section.active h4:after {
  transform: rotate(225deg);
}
#modules .module.accordion .inner .accordion-section.active .text {
  max-height: 10000px;
}
#modules .module.key-information {
  margin: 5rem 0;
}
#modules .module.key-information .inner {
  max-width: 100%;
}
#modules .module.key-information .key-information-box {
  background-color: white;
  border-top: 1px solid #87D959;
  padding: 0 2.4rem;
}
#modules .module.key-information .accordion-section .inner {
  max-width: 100%;
}
#modules .module.key-information .accordion-section h4 {
  margin: 0;
  padding: 3rem 0 3rem 4rem;
  color: #87D959;
  font-family: "Knockout HTF50-Welterweight", sans-serif;
  font-size: 3rem;
  line-height: 3rem;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
}
#modules .module.key-information .accordion-section h4:after {
  content: "";
  position: absolute;
  top: 3rem;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #00453B;
  background-image: linear-gradient(45deg, transparent 45%, white 45%, white 55%, transparent 55%), linear-gradient(-45deg, transparent 45%, white 45%, white 55%, transparent 55%);
  background-size: 8px 8px;
  background-position: center center;
  background-repeat: no-repeat;
  transform: rotate(45deg);
  transition-duration: 0.3s;
}
#modules .module.key-information .accordion-section .text {
  max-height: 1px;
  overflow: hidden;
  transition-duration: 0.3s;
}
#modules .module.key-information .accordion-section .text p,
#modules .module.key-information .accordion-section .text li {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 2.4rem;
  max-width: calc(100% - 2rem);
}
#modules .module.key-information .accordion-section .text ul {
  list-style-type: disc;
  padding-left: 2rem;
  margin-bottom: 2.4rem;
}
#modules .module.key-information .accordion-section .text ol {
  list-style-type: decimal;
  padding-left: 2rem;
  margin-bottom: 2.4rem;
}
#modules .module.key-information .accordion-section .text a {
  color: #00453B;
  text-decoration: underline;
}
#modules .module.key-information .accordion-section .text a:hover {
  background-color: #87D959;
}
#modules .module.key-information .accordion-section.active h4:after {
  transform: rotate(225deg);
}
#modules .module.key-information .accordion-section.active .text {
  max-height: 10000px;
  padding-bottom: 3rem;
}
#modules .module.embed {
  margin: 4rem 0 6rem 0;
}
#modules .module.embed .inner {
  max-width: 90rem;
}
#modules .module.embed .inner .oembed-container {
  overflow: hidden;
  position: relative;
  max-width: 100%;
  height: auto;
  padding-bottom: 56.25%;
}
#modules .module.embed .inner .oembed-container iframe,
#modules .module.embed .inner .oembed-container object,
#modules .module.embed .inner .oembed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#modules .module.call-to-action {
  background-color: transparent;
  padding: 2rem 0;
}
#modules .module.call-to-action.lime-green {
  background-color: #D6DB4A;
}
#modules .module.call-to-action.dark-green {
  background-color: #00453B;
}
#modules .module.call-to-action.sky {
  background-color: #A6E3DE;
}
#modules .module.call-to-action.lime {
  background-color: #D6DB4A;
}
#modules .module.call-to-action.lilac {
  background-color: #BFB0E8;
}
#modules .module.call-to-action.pink {
  background-color: #DB66BA;
}
#modules .module.call-to-action.orange {
  background-color: #FF785E;
}
#modules .module.call-to-action.newsletter {
  background-color: #A6E3DE;
}
#modules .module.call-to-action.newsletter.dark-green {
  background-color: #00453B;
}
#modules .module.call-to-action.newsletter.sky {
  background-color: #A6E3DE;
}
#modules .module.call-to-action.newsletter.lime {
  background-color: #D6DB4A;
}
#modules .module.call-to-action.newsletter.lilac {
  background-color: #BFB0E8;
}
#modules .module.call-to-action.newsletter.pink {
  background-color: #DB66BA;
}
#modules .module.call-to-action.newsletter.orange {
  background-color: #FF785E;
}
#modules .module.call-to-action.newsletter .inner {
  display: block;
  max-width: 113.8rem;
}
#modules .module.call-to-action.newsletter .inner .text {
  width: 100%;
  max-width: 113.8rem;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 6rem 8rem;
  border-radius: 10000px;
  text-align: center;
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  #modules .module.call-to-action.newsletter .inner .text {
    padding: 4rem 3rem;
    border-radius: 4rem;
  }
}
#modules .module.call-to-action.newsletter .inner .text.dark-green {
  background-color: #00453B;
}
#modules .module.call-to-action.newsletter .inner .text.sky {
  background-color: #A6E3DE;
}
#modules .module.call-to-action.newsletter .inner .text.lime {
  background-color: #D6DB4A;
}
#modules .module.call-to-action.newsletter .inner .text.lime h3,
#modules .module.call-to-action.newsletter .inner .text.lime p {
  color: #00453B;
}
#modules .module.call-to-action.newsletter .inner .text.lime h3.large-button-link:hover a,
#modules .module.call-to-action.newsletter .inner .text.lime p.large-button-link:hover a {
  color: #00453B !important;
}
#modules .module.call-to-action.newsletter .inner .text.lilac {
  background-color: #BFB0E8;
}
#modules .module.call-to-action.newsletter .inner .text.pink {
  background-color: #DB66BA;
}
#modules .module.call-to-action.newsletter .inner .text.orange {
  background-color: #FF785E;
}
#modules .module.call-to-action.newsletter .inner .text h3 {
  color: #87D959;
  font-size: 4.2rem;
  line-height: 4.2rem;
  margin-bottom: 2rem;
}
#modules .module.call-to-action.newsletter .inner .text p {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}
#modules .module.call-to-action.newsletter .inner .text p.small {
  max-width: 64rem;
  margin-bottom: 3rem;
}
#modules .module.call-to-action.newsletter .inner .text .large-button-link {
  margin: 0;
  text-align: center;
}
#modules .module.call-to-action.newsletter .inner .text .large-button-link a {
  background-color: white;
  border-color: white;
  color: #00453B;
}
#modules .module.call-to-action.newsletter .inner .text .large-button-link a:hover {
  background-color: transparent;
  color: white;
}
#modules .module.call-to-action .inner {
  display: flex;
}
#modules .module.call-to-action .inner.image-right {
  flex-direction: row-reverse;
}
#modules .module.call-to-action .inner.image-right .image {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 6rem;
  border-bottom-right-radius: 6rem;
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  #modules .module.call-to-action .inner.image-right .image {
    border-top-left-radius: 6rem;
    border-top-right-radius: 6rem;
    border-bottom-right-radius: 0;
  }
}
#modules .module.call-to-action .inner.image-right .text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 6rem;
  border-bottom-left-radius: 6rem;
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  #modules .module.call-to-action .inner.image-right .text {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 6rem;
    border-bottom-right-radius: 6rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  #modules .module.call-to-action .inner {
    display: block;
  }
}
#modules .module.call-to-action .inner .large-button-link a {
  color: #00453B;
  border-color: white;
  background-color: white;
}
#modules .module.call-to-action .inner .large-button-link a:hover {
  background-color: transparent;
  color: white;
}
#modules .module.call-to-action .inner .image {
  width: 50%;
  flex: 1;
  border-top-left-radius: 6rem;
  border-bottom-left-radius: 6rem;
  overflow: hidden;
  position: relative;
  z-index: 3;
  background-size: cover;
  background-position: center center;
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  #modules .module.call-to-action .inner .image {
    width: 100%;
    aspect-ratio: 5/4;
    border-top-left-radius: 6rem;
    border-top-right-radius: 6rem;
    border-bottom-left-radius: 0rem;
  }
}
#modules .module.call-to-action .inner .text {
  position: relative;
  z-index: 4;
  width: 50%;
  background-color: transparent;
}
#modules .module.call-to-action .inner .text.dark-green {
  background-color: #00453B;
}
#modules .module.call-to-action .inner .text.sky {
  background-color: #A6E3DE;
}
#modules .module.call-to-action .inner .text.lime {
  background-color: #D6DB4A;
}
#modules .module.call-to-action .inner .text.lime h3,
#modules .module.call-to-action .inner .text.lime p {
  color: #00453B;
}
#modules .module.call-to-action .inner .text.lime h3.large-button-link:hover a,
#modules .module.call-to-action .inner .text.lime p.large-button-link:hover a {
  border-color: #00453B !important;
  color: #00453B !important;
}
#modules .module.call-to-action .inner .text.lilac {
  background-color: #BFB0E8;
}
#modules .module.call-to-action .inner .text.pink {
  background-color: #DB66BA;
}
#modules .module.call-to-action .inner .text.orange {
  background-color: #FF785E;
}
#modules .module.call-to-action .inner .text {
  box-sizing: border-box;
  padding: 8rem 6rem;
  border-top-right-radius: 6rem;
  border-bottom-right-radius: 6rem;
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  #modules .module.call-to-action .inner .text {
    width: 100%;
    padding: 4rem 3rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 6rem;
    border-bottom-right-radius: 6rem;
  }
}
#modules .module.call-to-action .inner .text h3 {
  font-size: 6rem;
  line-height: 6rem;
  margin-bottom: 4rem;
  color: #D6DB4A;
}
#modules .module.call-to-action .inner .text p {
  color: white;
}
#modules .module.call-to-action.none .inner .text.none h3, #modules .module.call-to-action.none .inner .text.none p {
  color: #00453B;
}
#modules .module.call-to-action.none .inner .text.none .large-button-link a {
  background-color: #00453B;
  border-color: #00453B;
  color: white;
}
#modules .module.call-to-action.none .inner .text.none .large-button-link a:hover {
  background-color: transparent;
  color: #00453B;
}
#modules .module.columns {
  padding: 4rem 0;
}
#modules .module.columns.bg-white {
  background-color: white;
  padding: 8.4rem 0;
}
#modules .module.columns.bg-full-width-highlight .inner {
  max-width: 1352px;
}
#modules .module.columns.bg-full-width-highlight .title h3,
#modules .module.columns.bg-full-width-highlight .column h3,
#modules .module.columns.bg-full-width-highlight .column h4,
#modules .module.columns.bg-full-width-highlight p,
#modules .module.columns.bg-full-width-highlight li {
  color: white;
}
#modules .module.columns.bg-full-width-highlight p a,
#modules .module.columns.bg-full-width-highlight li a {
  color: white;
}
#modules .module.columns.bg-full-width-highlight p a:hover,
#modules .module.columns.bg-full-width-highlight li a:hover {
  background-color: #87D959;
  color: #00453B;
}
#modules .module.columns.bg-full-width-highlight blockquote p {
  color: white;
}
#modules .module.columns.bg-full-width-highlight .two-columns,
#modules .module.columns.bg-full-width-highlight .three-columns {
  background-color: #00453B;
  border-radius: 1.2rem;
  padding: 6rem;
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  #modules .module.columns.bg-full-width-highlight .two-columns,
  #modules .module.columns.bg-full-width-highlight .three-columns {
    padding: 4rem 3rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  #modules .module.columns.bg-full-width-highlight .two-columns .column,
  #modules .module.columns.bg-full-width-highlight .three-columns .column {
    width: 100%;
  }
}
#modules .module.columns.bg-full-width-highlight .two-columns .column {
  width: calc(50% - 3rem);
}
#modules .module.columns.bg-full-width-highlight .three-columns .column {
  width: calc(33.333% - 2rem);
}
#modules .module.columns.bg-full-width-highlight .single-column {
  max-width: 902px;
  background-color: #00453B;
  border-radius: 1.2rem;
  padding: 2rem;
  box-sizing: border-box;
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  #modules .module.columns.bg-full-width-highlight .single-column {
    padding: 4rem 3rem;
  }
}
#modules .module.columns .centred-title h3 {
  text-align: center;
}
.single-events #modules .module.columns .centred-title h3 {
  color: #FF785E;
}
#modules .module.columns .title {
  margin-bottom: 2.4rem;
}
#modules .module.columns .title h3 {
  font-size: 4.6rem;
  font-family: "Knockout HTF50-Welterweight", sans-serif;
}
#modules .module.columns .column h3 {
  font-size: 4.6rem;
  line-height: 5.6rem;
  font-family: "Knockout HTF50-Welterweight", sans-serif;
  margin-bottom: 2.4rem;
}
#modules .module.columns .column h4 {
  font-size: 3.6rem;
  font-family: "Knockout HTF50-Welterweight", sans-serif;
  margin-bottom: 2.4rem;
}
#modules .module.columns .column p > img, #modules .module.columns .column .wp-caption img {
  overflow: hidden;
  border-radius: 12px;
}
#modules .module.columns ul {
  list-style-type: disc;
}
#modules .module.columns p, #modules .module.columns li {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 2.4rem;
}
#modules .module.columns p b, #modules .module.columns p strong, #modules .module.columns li b, #modules .module.columns li strong {
  font-weight: bold;
}
#modules .module.columns p.large, #modules .module.columns li.large {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 2.4rem;
  line-height: 3rem;
}
#modules .module.columns p a, #modules .module.columns li a {
  color: #00453B;
  text-decoration: underline;
}
#modules .module.columns p a:hover, #modules .module.columns li a:hover {
  background-color: #87D959;
}
#modules .module.columns blockquote {
  padding: 0rem 0;
  border-left: 4px solid #87D959;
  margin: 3.4rem 0;
}
#modules .module.columns blockquote p {
  font-size: 1.6rem;
  line-height: 1.6;
  padding-left: 3rem;
  font-weight: 500;
}
#modules .module.columns blockquote p b, #modules .module.columns blockquote p strong {
  font-weight: 900;
}
#modules .module.columns blockquote p:last-child {
  margin-bottom: 0;
}
#modules .module.columns .inner {
  max-width: 902px;
}
#modules .module.columns .two-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  #modules .module.columns .two-columns {
    display: block;
  }
}
#modules .module.columns .two-columns .column {
  width: calc(50% - 21px);
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  #modules .module.columns .two-columns .column {
    width: calc(100% - 8rem);
  }
}
#modules .module.columns .two-columns .column img {
  max-width: 100%;
  height: auto;
}
#modules .module.columns .three-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  #modules .module.columns .three-columns {
    display: block;
  }
}
#modules .module.columns .three-columns .column {
  width: calc(33.333% - 21px);
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  #modules .module.columns .three-columns .column {
    width: calc(100% - 8rem);
  }
}
#modules .module.columns .three-columns .column img {
  max-width: 100%;
  height: auto;
}
#modules .module.tiles {
  padding: 4rem 0;
}
#modules .module.tiles.bg-default {
  background-color: transparent;
}
#modules .module.tiles.bg-vibrant-green {
  background-color: #87D959;
}
#modules .module.tiles.bg-lime-green {
  background-color: #D6DB4A;
}
#modules .module.tiles.bg-lilac {
  background-color: #BFB0E8;
}
#modules .module.tiles.bg-sky-blue {
  background-color: #A6E3DE;
}
#modules .module.tiles .inner {
  max-width: 135.2rem;
}
#modules .module.tiles .tile-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4.2rem;
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  #modules .module.tiles .tile-group {
    display: block;
  }
}
#modules .module.tiles .tile-group .tile {
  width: calc((100% - 8.4rem) / 3);
  margin-bottom: 8rem;
  cursor: pointer;
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  #modules .module.tiles .tile-group .tile {
    width: 100%;
    margin: 0 auto 8rem auto;
  }
}
#modules .module.tiles .tile-group .tile h4 {
  text-align: center;
  margin: 1.5rem 0 0 0;
}
#modules .module.tiles .tile-group .tile h4 a {
  color: #00453B;
  font-size: 2.8rem;
  line-height: 2.8rem;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  position: relative;
  text-decoration: none;
}
#modules .module.tiles .tile-group .tile h4 a .icon {
  position: relative;
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background-color: #00453B;
  flex-shrink: 0;
  transition-duration: 0.2s;
  background-image: url("../images/arrowsx2.svg");
  background-position: 0 center;
}
#modules .module.tiles .tile-group .tile p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin: 2.4rem 0 0 0;
  color: #00453B;
  font-family: "DM Sans", sans-serif;
  text-align: center;
}
#modules .module.tiles .tile-group .tile .image-outer {
  width: 100%;
  aspect-ratio: 43/32;
  overflow: hidden;
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
  transition-duration: 0.3s;
  transition-delay: 0.2s;
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  #modules .module.tiles .tile-group .tile .image-outer {
    width: 100%;
  }
}
#modules .module.tiles .tile-group .tile .image-outer .image {
  width: 100%;
  aspect-ratio: 43/32;
  background-size: cover;
  transition-duration: 0.2s;
  transform: scale(1);
}
#modules .module.tiles .tile-group .tile:hover .icon {
  background-position: 24px center;
}
#modules .module.tiles .tile-group .tile:hover .image-outer .image {
  transform: scale(1.1);
}

/* News */
#news-tiles {
  padding: 6rem 0 12rem 0;
}
#news-tiles .tile-group {
  display: flex;
  flex-wrap: wrap;
}
#news-tiles .tile-group .news-tile {
  width: 33.33333%;
  margin-top: 2.4rem;
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  #news-tiles .tile-group .news-tile {
    width: 100%;
  }
}
#news-tiles .tile-group .news-tile .tile-inner {
  background-color: white;
  width: calc(100% - 3.6rem);
  border-top-left-radius: 2.4rem;
  border-top-right-radius: 2.4rem;
  border-bottom-left-radius: 2.4rem;
  border-bottom-right-radius: 2.4rem;
  overflow: hidden;
}
#news-tiles .tile-group .news-tile .tile-inner.no-image .description {
  padding-top: 3rem;
}
#news-tiles .tile-group .news-tile .image-container {
  display: block;
  width: 100%;
  padding-top: 62.5%;
  position: relative;
  overflow: hidden;
}
#news-tiles .tile-group .news-tile .image-container .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition-duration: 0.3s;
}
#news-tiles .tile-group .news-tile .description {
  padding: 2.4rem 1.6rem 6.6rem 1.6rem;
  min-height: 18rem;
  box-sizing: border-box;
  position: relative;
}
#news-tiles .tile-group .news-tile .description .date {
  margin-bottom: 1rem;
  color: #549330;
  font-family: "DM Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 700;
}
#news-tiles .tile-group .news-tile .description h4 {
  margin-bottom: 1.4rem;
  font-size: 2rem;
  line-height: 2.6rem;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 700;
}
#news-tiles .tile-group .news-tile .description h4 a {
  color: #00453B;
}
#news-tiles .tile-group .news-tile .description .excerpt {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
#news-tiles .tile-group .news-tile .description .event-tile-link {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  position: absolute;
  bottom: 2rem;
  left: 1.6rem;
  color: #00453B;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Knockout HTF50-Welterweight", sans-serif;
  line-height: 2.4rem;
  text-decoration: none;
  text-transform: uppercase;
}
#news-tiles .tile-group .news-tile .description .event-tile-link .icon {
  position: relative;
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background-color: #00453B;
  flex-shrink: 0;
  transition-duration: 0.2s;
  background-image: url("../images/arrowsx2.svg");
  background-position: 0 center;
}
#news-tiles .tile-group .news-tile:hover .icon {
  background-position: 24px center;
}
#news-tiles .tile-group .news-tile:hover .image-container .image {
  transform: scale(1.1);
}
#news-tiles .navigation.pagination {
  padding-top: 4rem;
  text-align: center;
}
#news-tiles .navigation.pagination .nav-links {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  justify-content: center;
}
#news-tiles .navigation.pagination a,
#news-tiles .navigation.pagination span {
  display: inline-block;
  min-width: 4rem;
  padding: 0.8rem 1.2rem;
  border-radius: 10000px;
  color: #00453B;
}
#news-tiles .navigation.pagination a {
  border: 1px solid #87D959;
}
#news-tiles .navigation.pagination a:hover {
  background-color: #87D959;
}
#news-tiles .navigation.pagination .current {
  background-color: #00453B;
  color: white;
}
#news-tiles .news-empty {
  padding: 6rem 0;
  text-align: center;
}

/* Events */
#event-tiles,
.event-tiles {
  padding: 6rem 0 12rem 0;
}
#event-tiles .tile-group,
.event-tiles .tile-group {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 36px;
}
#event-tiles .tile-group .event-tile,
.event-tiles .tile-group .event-tile {
  width: calc((100% - 72px) / 3);
  cursor: pointer;
  margin-top: 24px;
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  #event-tiles .tile-group .event-tile,
  .event-tiles .tile-group .event-tile {
    width: 100%;
  }
}
#event-tiles .tile-group .event-tile .tile-inner,
.event-tiles .tile-group .event-tile .tile-inner {
  background-color: white;
  width: 100%;
  border-top-left-radius: 2.4rem;
  border-top-right-radius: 2.4rem;
}
#event-tiles .tile-group .event-tile .image-container,
.event-tiles .tile-group .event-tile .image-container {
  width: 100%;
  padding-top: 62.5%;
  position: relative;
  border-top-left-radius: 2.4rem;
  border-top-right-radius: 2.4rem;
  overflow: hidden;
}
#event-tiles .tile-group .event-tile .image-container .event-badges,
.event-tiles .tile-group .event-tile .image-container .event-badges {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 1rem;
}
#event-tiles .tile-group .event-tile .image-container .event-badge,
.event-tiles .tile-group .event-tile .image-container .event-badge {
  padding: 0.8rem 1.2rem;
  color: #00453B;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4rem;
}
#event-tiles .tile-group .event-tile .image-container .event-badge-free,
.event-tiles .tile-group .event-tile .image-container .event-badge-free {
  background-color: white;
  text-transform: uppercase;
}
#event-tiles .tile-group .event-tile .image-container .event-badge-family,
.event-tiles .tile-group .event-tile .image-container .event-badge-family {
  background-color: #D6DB4A;
}
#event-tiles .tile-group .event-tile .image-container .image,
.event-tiles .tile-group .event-tile .image-container .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 62.5%;
  background-size: cover;
  background-repeat: no-repeat;
  transition-duration: 0.3s;
}
#event-tiles .tile-group .event-tile .description,
.event-tiles .tile-group .event-tile .description {
  padding: 2.4rem 1.6rem 0 1.6rem;
  min-height: 25rem;
  box-sizing: border-box;
  position: relative;
}
#event-tiles .tile-group .event-tile .description h4,
.event-tiles .tile-group .event-tile .description h4 {
  font-size: 2rem;
  line-height: 2.6rem;
  margin-bottom: 1.4rem;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 800;
  color: #00453B;
  text-transform: none;
}
#event-tiles .tile-group .event-tile .description .date,
.event-tiles .tile-group .event-tile .description .date {
  color: #549330;
  font-family: "DM Sans", sans-serif;
  font-size: 1.6rem;
}
#event-tiles .tile-group .event-tile .description .excerpt,
.event-tiles .tile-group .event-tile .description .excerpt {
  font-size: 1.4rem;
  line-height: 1.8rem;
}
#event-tiles .tile-group .event-tile .description .event-tile-link,
.event-tiles .tile-group .event-tile .description .event-tile-link {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  position: absolute;
  bottom: 2rem;
  left: 1.6rem;
  color: #00453B;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Knockout HTF50-Welterweight", sans-serif;
  line-height: 2.4rem;
  text-decoration: none;
  text-transform: uppercase;
}
#event-tiles .tile-group .event-tile .description .event-tile-link .icon,
.event-tiles .tile-group .event-tile .description .event-tile-link .icon {
  position: relative;
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background-color: #00453B;
  flex-shrink: 0;
  transition-duration: 0.2s;
  background-image: url("../images/arrowsx2.svg");
  background-position: 0 center;
}
#event-tiles .tile-group .event-tile:hover .event-tile-link .icon,
.event-tiles .tile-group .event-tile:hover .event-tile-link .icon {
  background-position: 24px center;
}
#event-tiles .tile-group .event-tile:hover .image-container .image,
.event-tiles .tile-group .event-tile:hover .image-container .image {
  transform: scale(1.1);
}

/* Footer */
footer {
  background-color: #00453B;
  padding: 7rem 0 0 0;
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  footer {
    padding: 7rem 0 4rem 0;
  }
}
footer .footer-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto minmax(12rem, auto) auto;
  column-gap: 4rem;
  row-gap: 4rem;
  align-items: start;
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  footer .footer-main {
    display: block;
  }
}
footer #footer-columns {
  grid-column: 1;
  grid-row: 1;
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  footer #footer-columns {
    gap: 2rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  footer #footer-columns #footer-socials {
    padding-top: 0;
  }
}
footer #footer-columns #footer-socials li {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin: 0 1rem 0 0;
}
footer #footer-columns #footer-socials li a {
  display: block;
  text-indent: -9999px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
footer #footer-columns #footer-socials li.twitter a {
  background-image: url("../images/x-twitter.svg");
}
footer #footer-columns #footer-socials li.facebook a {
  background-image: url("../images/fb.svg");
}
footer #footer-columns #footer-socials li.instagram a {
  background-image: url("../images/insta.svg");
}
footer #footer-columns #footer-socials li.linkedin a {
  background-image: url("../images/linkedin.svg");
}
footer #footer-columns #footer-socials li.tiktok a {
  background-image: url("../images/tiktok.svg");
}
footer #footer-columns .column {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  margin-right: 2.4rem;
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  footer #footer-columns .column {
    min-width: calc(50% - 2rem);
    margin-right: 0;
  }
}
footer #footer-columns .column#footer-contacts {
  flex-grow: 2;
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  footer #footer-columns .column#footer-contacts {
    grid-column: 2;
  }
}
footer #footer-columns .column#quick-links {
  max-width: 150px;
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  footer #footer-columns .column#quick-links {
    max-width: none;
  }
}
footer #footer-columns .column#quick-links ul {
  border-top: 1px solid #87D959;
}
footer #footer-columns .column#quick-links li {
  border-bottom: 1px solid #87D959;
  padding: 1rem;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: medium;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
footer #footer-columns .column#quick-links li a {
  color: white;
}
footer #footer-columns .column a:hover {
  text-decoration: underline;
}
footer #footer-columns .column p, footer #footer-columns .column p a {
  color: #87D959;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
footer #footer-columns .column h4, footer #footer-columns .column h4 a {
  font-size: 2rem;
  line-height: 2.4rem;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Knockout HTF50-Welterweight", sans-serif;
  color: #D6DB4A;
  margin-bottom: 2rem;
}
footer #footer-columns .column h4 + h4 {
  margin-top: 3rem;
}
footer #footer-brand {
  grid-column: 2;
  grid-row: 1/span 3;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  min-height: 32rem;
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  footer #footer-brand {
    margin-top: 4rem;
    min-height: 0;
    gap: 4rem;
    align-items: flex-start;
  }
}
footer #footer-logo {
  width: 14rem;
  height: 11.8rem;
  background-image: url("../images/northernroots-limegreen.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  footer #footer-logo {
    width: 10rem;
    height: 8.6rem;
  }
}
footer #footer-roots {
  width: 24rem;
  height: 21rem;
  transform: translateX(4rem);
  background-image: url("../images/vibrant-roots.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  footer #footer-roots {
    display: none;
  }
}
footer #footer-partner-logos {
  grid-column: 1;
  grid-row: 2;
  min-height: 12rem;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 4rem;
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  footer #footer-partner-logos {
    justify-content: center;
    gap: 2rem;
    margin: 2rem auto;
  }
}
footer #footer-partner-logos .partner-logo {
  max-width: 16.6rem;
  height: 8.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 1.2rem;
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
  footer #footer-partner-logos .partner-logo {
    width: 8.3rem;
    height: 4.3rem;
  }
}
footer #footer-partner-logos .partner-logo a {
  display: flex;
  width: calc(100% - 1.2rem);
  height: calc(100% - 1.2rem);
  align-items: center;
  justify-content: center;
}
footer #footer-partner-logos .partner-logo img {
  display: block;
  min-width: 8.6rem;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
footer #footer-partner-logos .oldham-logo {
  width: 16.6rem;
  height: 5.1rem;
  background-image: url("../images/oldham_logo_white.svg");
}
footer #footer-privacy-links {
  grid-column: 1;
  grid-row: 3;
  align-self: end;
  margin: 0;
  padding-bottom: 4rem;
  color: #87D959;
  font-size: 1.4rem;
}
footer #footer-privacy-links a {
  color: #87D959;
  text-decoration: underline;
}
footer #footer-privacy-links a:hover {
  color: white;
}

/* Gravity Forms overrides... */
#modules .module.columns .column .gform_wrapper.gravity-theme .enquiry-form .gform_fields {
  grid-row-gap: 4px;
}
#modules .module.columns .column .gform_wrapper.gravity-theme .enquiry-form .gsection {
  border-bottom: none;
  padding: 0;
  margin-bottom: 0;
  margin-top: 3rem;
}
#modules .module.columns .column .gform_wrapper.gravity-theme .enquiry-form .gsection h3 {
  text-transform: none;
  font-family: "DM Sans", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 2rem;
}
#modules .module.columns .column .gform_wrapper.gravity-theme .enquiry-form .gfield {
  margin-bottom: 1rem;
}
#modules .module.columns .column .gform_wrapper.gravity-theme .enquiry-form .gfield textarea, #modules .module.columns .column .gform_wrapper.gravity-theme .enquiry-form .gfield input {
  border: none;
}
#modules .module.columns .column .gform_wrapper.gravity-theme .gform_button {
  background-color: rgba(135, 217, 89, 0);
  border: 1px solid #87D959;
  padding: 1rem 5rem;
  border-radius: 2rem;
  font-family: "DM Sans", sans-serif;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 500;
  cursor: pointer;
  transition-duration: 0.3s;
}
#modules .module.columns .column .gform_wrapper.gravity-theme .gform_button:hover {
  background-color: #87d959;
}

.single-news h1 {
  font-weight: bold;
  max-width: 92.6rem;
  margin: 10rem auto 2rem auto;
}
.single-news #modules .module.columns.single-column {
  max-width: 92.6rem;
}
.single-news #modules .module.columns.single-column .column > :not(img):not(figure):not(.wp-block-image):not(.wp-caption):not(.gallery) {
  max-width: 92.6rem;
  margin-left: auto;
  margin-right: auto;
}
.single-news #modules .module.columns.single-column .column img {
  display: block;
  width: 100%;
  max-width: 92.6rem;
  height: auto;
}
.single-news #modules .module.columns.single-column .column figure,
.single-news #modules .module.columns.single-column .column .wp-block-image,
.single-news #modules .module.columns.single-column .column .wp-caption,
.single-news #modules .module.columns.single-column .column .gallery {
  max-width: 92.6rem;
}

form label {
  display: none;
  color: white;
  margin-right: 2rem;
}
form input[type=text], form input[type=email] {
  width: calc(100% - 4rem);
  color: #00453B;
  border: none;
  padding: 1rem;
  font-family: "DM Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6rem;
  border-radius: 0.5rem;
  background-color: #D6DB4A;
  margin-bottom: 2rem;
}
form input[type=text]::placeholder, form input[type=email]::placeholder {
  color: #00453B;
}
form input[type=submit] {
  background-color: #87D959;
  border-radius: 40px;
  border: none;
  text-transform: uppercase;
  padding: 1rem 2rem;
  font-family: "DM Sans", sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  color: #00453B;
  margin-bottom: 2rem;
}

#mc_embed_signup .indicates-required {
  font-size: 1.4rem;
  color: #00453B;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 2rem;
  text-align: right;
}
#mc_embed_signup form .mc-field-group label {
  display: block;
  color: #00453B;
  font-size: 1.6rem;
  font-weight: bold;
}

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