@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap");
/* 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;
}

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

a img {
  border: none;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

img {
  -ms-interpolation-mode: bicubic;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  position: relative;
}
body.noscroll {
  overflow: hidden;
}

a {
  text-decoration: none;
  transition: all 0.05s linear;
}
a:focus {
  outline: none;
}
a:focus-visible {
  color: #333 !important;
  background: yellow !important;
}

img {
  width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  padding: 0 0 1em 0;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 18px;
}

.accessibility-policy h1,
.privacy-policy h1,
.cookie-policy h1,
.error-page h1 {
  font-size: 22px;
}
.accessibility-policy h2,
.privacy-policy h2,
.cookie-policy h2,
.error-page h2 {
  font-size: 18px;
}

p,
ul,
ol {
  font-size: 16px;
  line-height: 1.5;
  padding: 0 0 1.5em 0;
}

@media only screen and (min-width: 561px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 20px;
  }
  h5,
  h6 {
    font-size: 18px;
  }
  p,
  ul,
  ol {
    font-size: 18px;
  }
  .accessibility-policy h1,
  .privacy-policy h1,
  .cookie-policy h1,
  .error-page h1 {
    font-size: 30px;
  }
  .accessibility-policy h2,
  .privacy-policy h2,
  .cookie-policy h2,
  .error-page h2 {
    font-size: 22px;
  }
}
.p-top-30 {
  padding-top: 20px;
}

.p-top-60 {
  padding-top: 30px;
}

.p-top-90 {
  padding-top: 30px;
}

.p-bottom-30 {
  padding-bottom: 20px;
}

.p-bottom-60 {
  padding-bottom: 30px;
}

.p-bottom-90 {
  padding-bottom: 30px;
}

@media only screen and (min-width: 561px) {
  .p-top-30 {
    padding-top: 30px;
  }
  .p-top-60 {
    padding-top: 60px;
  }
  .p-top-90 {
    padding-top: 90px;
  }
  .p-bottom-30 {
    padding-bottom: 30px;
  }
  .p-bottom-60 {
    padding-bottom: 60px;
  }
  .p-bottom-90 {
    padding-bottom: 90px;
  }
}
.no-padding {
  padding: 0;
}

@media (min-width: 782px) {
  .col-p-bottom-0 p:last-child {
    padding-bottom: 0;
  }
  .col-p-bottom-0 ul.wp-block-list {
    padding-bottom: 0;
  }
  .col-p-bottom-0 ul.wp-block-list li:last-child {
    padding-bottom: 0 !important;
  }
}
.clearboth {
  clear: both;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.screenreader-txt {
  position: absolute;
  z-index: 99;
  left: 0;
  top: -100vh;
  color: #333;
  padding: 5px;
  font-weight: bold;
}
.screenreader-txt:focus-visible {
  background: yellow;
  top: 0;
  z-index: 101;
}

.hide-m {
  display: none;
}
@media only screen and (min-width: 561px) {
  .hide-m {
    display: block;
  }
}

.max-width {
  max-width: 700px;
}

.max-width-centre {
  max-width: 640px;
}
@media only screen and (min-width: 782px) {
  .max-width-centre {
    margin: 0 auto;
  }
}

.max-column-width {
  max-width: 640px;
}

.max-faq-column-width {
  max-width: 720px;
}

.team-logo {
  max-width: 169px;
  margin-bottom: 20px !important;
}
@media only screen and (min-width: 782px) {
  .team-logo {
    margin: 0 auto;
  }
}

.restrict-heading-width {
  max-width: 320px;
}

.pre-heading {
  font-weight: 700;
  padding: 0;
}
.pre-heading.padding-bottom {
  padding-bottom: 1em;
}
@media only screen and (min-width: 782px) {
  .pre-heading {
    font-size: 20px;
  }
}

a.link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#content {
  opacity: 0;
  transition: opacity 0.4s linear;
}
#content.show {
  opacity: 1;
}

.wrapper {
  margin: 0 auto;
}

.accessibility-policy .wrapper.page-content,
.privacy-policy .wrapper.page-content,
.cookie-policy .wrapper.page-content,
.error-page .wrapper.page-content {
  max-width: 1200px;
  padding: 40px 20px;
}
@media only screen and (min-width: 561px) {
  .accessibility-policy .wrapper.page-content,
  .privacy-policy .wrapper.page-content,
  .cookie-policy .wrapper.page-content,
  .error-page .wrapper.page-content {
    padding: 60px 30px;
  }
}
@media only screen and (min-width: 901px) {
  .accessibility-policy .wrapper.page-content,
  .privacy-policy .wrapper.page-content,
  .cookie-policy .wrapper.page-content,
  .error-page .wrapper.page-content {
    padding: 80px 60px;
  }
}
.accessibility-policy .wrapper-inner,
.privacy-policy .wrapper-inner,
.cookie-policy .wrapper-inner,
.error-page .wrapper-inner {
  max-width: 720px;
}

.wrapper.page-content strong {
  font-weight: 700;
}
.wrapper.page-content em {
  font-style: italic;
}
.wrapper.page-content a:not(.button) {
  color: #333;
  text-decoration: underline;
  font-weight: 700;
}
.wrapper.page-content ul:not(.slick-dots):not(.key-list):not(.key-list-block) li {
  padding-left: 20px;
  padding-bottom: 10px;
  position: relative;
}
.wrapper.page-content ul:not(.slick-dots):not(.key-list):not(.key-list-block) li:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
}
.wrapper.page-content ul:not(.slick-dots):not(.key-list):not(.key-list-block).padded-list li {
  padding-bottom: 20px;
}
.wrapper.page-content ol {
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 18px;
}

@media (min-width: 782px) {
  .feature-icons + .feature-list li::before {
    top: 13px !important;
  }
}
.button,
button,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  padding: 10px 16px;
  color: white;
  font-size: 16px;
  line-height: 1.5;
  display: inline-block;
  text-decoration: none;
  font-weight: 600 !important;
}
@media only screen and (min-width: 561px) {
  .button,
  button,
  input[type=submit] {
    padding: 12px 20px;
  }
}

.button-cta {
  background: #FFD700;
  color: #333 !important;
}
.button-cta:hover {
  background: #D40F7D;
  color: #FFF !important;
}

.button:hover,
button:hover,
.wpcf7 input[type=submit]:hover,
.main-nav li.button:hover {
  text-decoration: underline;
}

.news-article {
  padding-top: 20px;
}
.news-article h2 {
  padding: 0 0 0.5em;
}
.news-article .read-more {
  margin: 0;
}

.article-date {
  padding: 0 0 1em;
  font-size: 14px;
  font-weight: 600;
}
@media only screen and (min-width: 561px) {
  .article-date {
    font-size: 16px;
  }
}

.pagination a,
.pagination span {
  display: none;
}
.pagination .prev {
  display: block;
  float: left;
}
.pagination .next {
  display: block;
  float: right;
}

.news-article-image {
  margin-bottom: 30px;
}

.holding-page #page-header .wrapper {
  padding: 0;
}
#page-header {
  position: sticky;
  top: 0;
  z-index: 100;
}
#page-header.shadow {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}
#page-header .wrapper {
  padding: 20px;
  max-width: 1200px;
  position: relative;
}
@media only screen and (min-width: 561px) {
  #page-header .wrapper {
    padding: 20px 30px;
  }
}
@media only screen and (min-width: 901px) {
  #page-header .wrapper {
    padding: 20px 60px;
  }
}
#page-header .branding {
  position: absolute;
  top: 24px;
  left: 20px;
}
#page-header .branding a {
  display: block;
}
#page-header .branding img {
  height: 20px;
  width: auto;
}
@media only screen and (min-width: 561px) {
  #page-header .branding {
    top: 24px;
    left: 30px;
  }
  #page-header .branding img {
    height: 20px;
  }
}
@media only screen and (min-width: 901px) {
  #page-header .branding {
    top: 28px;
    left: 60px;
  }
  #page-header .branding img {
    height: 30px;
  }
}

.main-nav {
  position: fixed;
  z-index: 99;
  width: 280px;
  height: 100vh;
  left: -280px;
  top: 0;
  padding: 30px 30px;
  background: white;
  transition: left 0.2s ease;
}
.main-nav ul {
  font-size: 16px;
}
@media only screen and (min-width: 561px) {
  .main-nav ul {
    font-size: 18px;
  }
}
.main-nav li {
  display: block;
  margin: 0 0 20px;
}
.main-nav li.current-menu-item a:after {
  width: 100%;
}
.main-nav li:last-child {
  display: inline-block;
}
.main-nav li.home-nav {
  display: block;
}
.main-nav li.menu-item-has-children ul {
  display: block;
  position: static;
  background: none !important;
  padding: 10px 0 0 25px;
  list-style-type: disc;
  list-style-position: outside;
}
.main-nav li.menu-item-has-children li {
  white-space: wrap;
  display: list-item;
}
.main-nav li.button a:after {
  display: none;
}
.main-nav a {
  text-decoration: none;
  font-weight: 400;
  padding: 2px 0 5px;
  position: relative;
}
.main-nav a:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 0;
  height: 2px;
  transition: width 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.main-nav a:hover:after {
  width: 100%;
}
.main-nav.show {
  left: 0;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
@media only screen and (min-width: 901px) {
  .main-nav {
    float: right;
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    background: transparent;
  }
  .main-nav ul {
    padding: 0;
    font-weight: 600;
  }
  .main-nav li {
    display: inline-block;
    margin: 0 16px;
  }
  .main-nav li.current_page_item a, .main-nav li.active a {
    font-weight: 600;
  }
  .main-nav li.current_page_item a:after, .main-nav li.active a:after {
    width: 100%;
  }
  .main-nav li:first-child {
    margin-left: 0;
  }
  .main-nav li:last-child {
    margin-right: 0;
  }
  .main-nav li.button {
    padding: 0;
    transition: background-color 0.05s linear;
  }
  .main-nav li.button a {
    display: inline-block;
    padding: 12px 20px;
    font-weight: 600;
  }
  .main-nav li.button a:after {
    display: none;
  }
  .main-nav li.home-nav {
    display: none;
  }
  .main-nav li.menu-item-has-children {
    position: relative;
  }
  .main-nav li.menu-item-has-children ul {
    position: absolute;
    left: -25px;
    display: none;
    background: white;
    padding: 10px 25px 20px;
  }
  .main-nav li.menu-item-has-children ul a {
    font-weight: 400;
  }
  .main-nav li.menu-item-has-children ul a:after {
    bottom: 2px;
  }
  .main-nav li.menu-item-has-children li {
    display: block;
    margin: 0;
    padding: 0 0 5px;
    white-space: nowrap;
  }
  .main-nav li.menu-item-has-children:hover ul {
    display: block;
  }
}

.main-nav li.button {
  background: #FFD700;
  color: #333 !important;
}
.main-nav li.button:hover {
  background: #D40F7D;
  color: #FFF !important;
}
.main-nav li.button:hover a {
  text-decoration: underline;
}

.main-nav li.button a {
  color: #333 !important;
}
.main-nav li.button:hover a {
  color: #FFF !important;
}

.toggle-nav {
  padding: 5px 0 5px 20px;
  float: right;
  color: #333;
  position: relative;
  font-size: 16px;
  font-weight: 600;
}
.toggle-nav:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 10px;
  background: url("../img/menu-icon.png") 0 0 no-repeat;
  background-size: 15px 10px;
}
.toggle-nav.disabled {
  pointer-events: none;
}
@media only screen and (min-width: 561px) {
  .toggle-nav {
    font-size: 18px;
  }
}
@media only screen and (min-width: 901px) {
  .toggle-nav {
    display: none;
  }
}

.main-banner {
  height: 35vh;
  min-height: 360px;
  max-height: 420px;
  position: relative;
  overflow: hidden;
}
.main-banner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% + 1px);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 1;
}
.main-banner .wrapper {
  max-width: 1200px;
  height: 100%;
  position: relative;
  z-index: 2;
}
.main-banner .banner-text {
  position: absolute;
  left: 60px;
  bottom: 40px;
  z-index: 1;
  color: white;
  max-width: 468px;
}
.main-banner .banner-text h1 {
  padding: 0;
  color: white;
  font-size: 26px;
  line-height: 1.2;
}
@media only screen and (min-width: 561px) {
  .main-banner .banner-text h1 {
    font-size: 44px;
  }
}
.main-banner .banner-text p {
  background-color: #D40F7D;
  padding: 4px 14px 4px;
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
}
@media only screen and (min-width: 561px) {
  .main-banner .banner-text p {
    font-size: 24px;
  }
}
.main-banner .banner-text span {
  white-space: nowrap;
}
.main-banner .banner-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.home .main-banner {
  height: 45vh;
  min-height: 360px;
  max-height: 520px;
}

@media only screen and (max-width: 900px) {
  .main-banner .banner-text {
    left: 30px;
    bottom: 30px;
  }
}
@media only screen and (max-width: 720px) {
  .main-banner .banner-text {
    right: 30px;
  }
}
@media only screen and (max-width: 560px) {
  .main-banner,
  .home .main-banner {
    height: 300px;
  }
  .main-banner .banner-text {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }
}
#page-footer {
  position: relative;
}
#page-footer .heading-group .pre-heading,
#page-footer .heading-group h2 {
  color: white;
}
#page-footer .footer-top {
  border-bottom: white 2px solid;
}
#page-footer .footer-bottom {
  padding-top: 25px;
}
@media only screen and (min-width: 561px) {
  #page-footer .footer-bottom {
    text-align: right;
  }
}
#page-footer .wrapper {
  max-width: 1200px;
  padding: 30px 20px;
}
@media only screen and (min-width: 561px) {
  #page-footer .wrapper {
    padding: 45px 30px;
  }
}
@media only screen and (min-width: 901px) {
  #page-footer .wrapper {
    padding: 45px 60px;
  }
}
#page-footer .footer-nav {
  padding: 0 0 10px;
}
#page-footer .footer-nav ul {
  padding: 0;
  text-align: left;
  font-size: 14px;
}
@media only screen and (min-width: 561px) {
  #page-footer .footer-nav ul {
    text-align: right;
    font-size: 16px;
  }
}
#page-footer .footer-nav li {
  display: block;
  padding: 0;
}
@media only screen and (min-width: 561px) {
  #page-footer .footer-nav li {
    display: inline-block;
    padding-right: 10px;
    position: relative;
  }
  #page-footer .footer-nav li:after {
    content: "|";
    position: absolute;
    right: 0;
    top: 0;
  }
  #page-footer .footer-nav li:last-child:after {
    display: none;
  }
  #page-footer .footer-nav li:last-child {
    padding-right: 0;
  }
}
#page-footer .footer-nav a {
  font-weight: 400;
}
#page-footer a {
  font-weight: 600;
}
#page-footer a:hover {
  text-decoration: underline;
}
#page-footer .credit {
  padding: 10px 0 0;
  font-size: 14px;
}
@media only screen and (min-width: 561px) {
  #page-footer .credit {
    font-size: 16px;
  }
}
#page-footer .credit a {
  font-weight: 400;
}
#page-footer strong {
  font-weight: 600;
}

.wp-block-columns {
  padding: 0 20px;
  position: relative;
  z-index: 1;
  flex-wrap: nowrap;
  display: block;
  row-gap: 0 !important;
}
.wp-block-columns .wp-block-columns {
  padding: 0;
}
.wp-block-columns.no-side-padding {
  padding: 0;
}
@media only screen and (min-width: 561px) {
  .wp-block-columns {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 782px) {
  .wp-block-columns {
    max-width: 1200px;
    margin: 0 auto;
    gap: 5em !important;
  }
}
@media only screen and (min-width: 901px) {
  .wp-block-columns {
    padding: 0 60px;
  }
}

.wp-block-group.reverse .wp-block-columns {
  display: flex;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 782px) {
  .wp-block-group.reverse .wp-block-columns {
    flex-direction: row;
  }
}

.wp-block-column {
  margin: 0 !important;
}

.wp-block-image figcaption {
  color: #333;
  line-height: 1.4;
  margin: 1em 0 0;
  font-weight: 500;
}

.has-text-align-center {
  text-align: left;
}
@media only screen and (min-width: 782px) {
  .has-text-align-center {
    text-align: center;
  }
}

hr.wp-block-separator {
  width: calc(100% - 40px);
  margin: 0 20px;
  border-top: 2px solid #48086F;
}

@media (min-width: 782px) {
  hr.wp-block-separator {
    width: calc(100% - 60px);
    margin: 0 30px;
  }
}
@media (min-width: 901px) {
  hr.wp-block-separator {
    max-width: 1080px;
    margin: 0 auto;
  }
}
.internal-nav {
  gap: 20px !important;
  margin-top: 15px;
}
@media only screen and (min-width: 782px) {
  .internal-nav {
    gap: 40px !important;
  }
}
.internal-nav.internal-nav-4 {
  max-width: 760px;
  margin: 0 auto;
  flex-wrap: wrap !important;
}
.internal-nav.internal-nav-4 .wp-block-column {
  flex-basis: calc(50% - 20px);
}

.internal-nav--item {
  position: relative;
  height: 100%;
  margin: 0 auto;
  cursor: pointer;
}
@media only screen and (min-width: 782px) {
  .internal-nav--item {
    max-width: 480px;
  }
}
.internal-nav--item .wp-block-group__inner-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
@media only screen and (min-width: 782px) {
  .internal-nav--item .wp-block-group__inner-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .internal-nav--item .wp-block-group__inner-container .wp-block-image {
    width: auto;
    min-width: 0;
  }
}

.internal-nav--image {
  width: 25%;
  min-width: 140px;
}
.internal-nav--image span {
  width: 100%;
  height: 100%;
  display: block;
}
@media only screen and (min-width: 782px) {
  .internal-nav--image span {
    padding-top: 75.86%;
  }
}
@media only screen and (min-width: 782px) {
  .internal-nav--image {
    width: 100%;
  }
}

.internal-nav--1 .internal-nav--image span {
  background: url(../img/internal-nav--proposals.jpg) center center no-repeat;
  background-size: cover;
}

.internal-nav--2 .internal-nav--image span {
  background: url(../img/internal-nav--principles.jpg) center center no-repeat;
  background-size: cover;
}

.internal-nav--3 .internal-nav--image span {
  background: url(../img/internal-nav--faqs.jpg) center center no-repeat;
  background-size: cover;
}

.internal-nav--4 .internal-nav--image span {
  background: url(../img/internal-nav--hys.jpg) center center no-repeat;
  background-size: cover;
}

.internal-nav--cta {
  background: #F5F5F5;
  margin: 0;
  flex: 1;
  padding: 15px;
}
.internal-nav--cta p:first-child {
  font-weight: 600;
  line-height: 1.33;
}
.internal-nav--cta .button {
  margin: 0;
}
.internal-nav--cta p:last-child {
  padding: 0;
}
.internal-nav--cta .wp-block-group__inner-container {
  flex-direction: column;
}
@media only screen and (min-width: 782px) {
  .internal-nav--cta {
    position: relative;
    z-index: 1;
    margin: -60px 20px 0;
    padding: 20px;
    text-align: center;
    flex: 1;
  }
}
@media only screen and (min-width: 961px) {
  .internal-nav--cta {
    position: relative;
    z-index: 1;
    margin: -60px 30px 0;
    padding: 25px 25px 30px;
    text-align: center;
    flex: 1;
  }
}

.hys-single {
  padding: 30px;
  max-width: 400px;
}
@media only screen and (min-width: 782px) {
  .hys-single {
    margin: 0 auto;
  }
}
.hys-single .pre-heading,
.hys-single h3,
.hys-single p {
  text-align: center;
}
.hys-single h3 {
  font-size: 22px;
}
@media only screen and (min-width: 561px) {
  .hys-single h3 {
    font-size: 26px;
  }
}
.hys-single .icon {
  width: 140px;
  height: 140px;
  border-radius: 70px;
  margin: 0 auto 30px;
  background-image: url(../svg/icon--survey.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 70px auto;
}

.event-poster {
  max-width: 360px;
  margin: 0 0 30px;
  padding-left: 15px;
}
.event-poster p {
  padding: 0;
}
.event-poster span {
  line-height: 1.4;
}
.event-poster .event-poster--day,
.event-poster .event-poster--date {
  font-weight: 700;
}
.event-poster .event-poster--time {
  display: block;
  padding-bottom: 5px;
}
@media only screen and (min-width: 782px) {
  .event-poster {
    margin: 0 auto;
    padding-left: 0;
  }
  .event-poster .event-poster--day,
  .event-poster .event-poster--date,
  .event-poster .event-poster--venue {
    display: block;
    padding: 15px;
    text-align: center;
    font-weight: 700;
  }
  .event-poster .event-poster--day p,
  .event-poster .event-poster--date p,
  .event-poster .event-poster--venue p {
    display: block;
    padding: 0;
    font-weight: 700;
  }
  .event-poster .event-poster--time {
    padding-bottom: 0;
  }
  .event-poster .event-poster--day,
  .event-poster .event-poster--date {
    border-bottom: none;
  }
  .event-poster .event-poster--day {
    font-size: 18px;
  }
  .event-poster .event-poster--date {
    font-size: 22px;
  }
  .event-poster .event-poster--day {
    font-size: 22px;
  }
  .event-poster .event-poster--date {
    font-size: 28px;
  }
}

.hys-footer {
  padding-top: 0;
}
@media only screen and (min-width: 782px) {
  .hys-footer {
    padding-top: 20px;
  }
}
.hys-footer .wp-block-columns {
  gap: 20px !important;
}
@media only screen and (min-width: 782px) {
  .hys-footer .wp-block-columns {
    gap: 50px !important;
  }
}
.hys-footer .hys-footer .wp-block-column {
  padding-bottom: 0 !important;
}
.hys-footer .button {
  margin-bottom: 0;
}
@media only screen and (min-width: 782px) {
  .hys-footer .button {
    margin-top: 30px;
  }
}

.hys-footer--icon {
  max-width: 180px;
}
.hys-footer--icon svg {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 782px) {
  .hys-footer--icon {
    max-width: 360px;
    float: right;
  }
}

@media only screen and (min-width: 782px) {
  .hys-footer--text p {
    max-width: 360px;
  }
}

.hys-page-option--survey .hys-page-option--icon {
  display: none;
}
.hys-page-option--survey .hys-page-option--icon svg {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 782px) {
  .hys-page-option--survey .hys-page-option--icon {
    display: block;
    max-width: 300px;
    margin: 0 auto;
  }
}

.hys-page-option--events .hys-page-option--icon {
  display: none;
}
.hys-page-option--events .hys-page-option--icon svg {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 782px) {
  .hys-page-option--events .hys-page-option--icon {
    display: block;
    max-width: 260px;
    margin: 0 auto;
  }
}
.hys-page-option--events.multiple .hys-page-option--icon {
  max-width: 220px;
}
.hys-page-option--events .drop-in-event {
  padding-left: 20px;
  margin: 0 0 40px;
  padding-bottom: 0;
}
.hys-page-option--events .drop-in-event strong {
  padding-bottom: 5px;
  display: inline-block;
}
.hys-page-option--events .drop-in-event.no-margin {
  margin: 0;
}

.border-below .wp-block-columns:last-child {
  position: relative;
  padding-bottom: 30px;
}
@media only screen and (min-width: 561px) {
  .border-below .wp-block-columns:last-child {
    padding-bottom: 60px;
  }
}

.border-below .wp-block-columns:last-child:after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  height: 2px;
  background: #ACACAC;
}
@media only screen and (min-width: 561px) {
  .border-below .wp-block-columns:last-child:after {
    left: 30px;
    right: 30px;
  }
}
@media only screen and (min-width: 901px) {
  .border-below .wp-block-columns:last-child:after {
    left: 60px;
    right: 60px;
  }
}

.hys-page-option--events .wp-block-columns {
  position: relative;
  padding-bottom: 76px !important;
}
.hys-page-option--events .wp-block-columns .add-to-calendar {
  position: absolute !important;
  bottom: 30px;
}

@media (min-width: 561px) {
  .hys-page-option--events .wp-block-columns {
    position: relative;
    padding-bottom: 116px !important;
  }
  .hys-page-option--events .wp-block-columns .add-to-calendar {
    position: absolute !important;
    bottom: 66px;
  }
}
@media (min-width: 782px) {
  .hys-page-option--events .wp-block-columns {
    padding-bottom: 60px !important;
  }
  .hys-page-option--events .wp-block-columns .add-to-calendar {
    position: unset !important;
  }
}
.signup {
  max-width: 560px;
  margin-top: 10px;
}
.signup .wrapper {
  padding: 20px;
}
@media only screen and (min-width: 561px) {
  .signup .wrapper {
    padding: 30px;
  }
}
.signup label {
  display: none;
}
.signup #fieldName,
.signup #fieldEmail {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  padding: 14px;
  margin: 0 0 15px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  border: none;
  width: 100%;
}
.signup button {
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
}
.signup a {
  font-weight: bold;
}
.signup a:hover {
  text-decoration: underline;
}
.signup .legal {
  padding-top: 15px;
}
.signup .legal p {
  font-size: 16px;
  padding: 0;
}
@media only screen and (min-width: 782px) {
  .signup {
    margin-top: 30px;
  }
}

.hys-options {
  max-width: 960px;
  margin-top: 15px;
}
@media only screen and (min-width: 782px) {
  .hys-options {
    margin: 15px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 40px;
  }
}

.hys-option {
  padding: 0 0 45px 90px;
}
.hys-option:last-child {
  padding-bottom: 30px;
}
@media only screen and (min-width: 782px) {
  .hys-option {
    padding: 0;
    flex: 1;
    max-width: 300px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .hys-option:last-child {
    padding-bottom: 0;
  }
}
.hys-option .hys-option-top {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
}
@media only screen and (min-width: 782px) {
  .hys-option .hys-option-top {
    display: block;
  }
}
.hys-option .hys-opt-icon {
  width: 70px;
  height: 70px;
  border-radius: 35px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 35px;
  position: absolute;
  left: -90px;
  top: 0;
}
@media only screen and (min-width: 782px) {
  .hys-option .hys-opt-icon {
    position: static;
    width: 140px;
    height: 140px;
    border-radius: 70px;
    margin: 0 auto 30px;
    background-size: 70px auto;
  }
}
@media only screen and (min-width: 782px) {
  .hys-option .hys-opt-txt-wrapper {
    padding: 0 20px;
  }
}
.hys-option .hys-opt-txt-wrapper p {
  line-height: 1.33;
}
.hys-option .hys-opt-title {
  font-size: 16px;
  padding: 0 0 8px;
}
@media only screen and (min-width: 561px) {
  .hys-option .hys-opt-title {
    font-size: 20px;
  }
}
.hys-option .hys-opt-description,
.hys-option .hys-opt-date {
  padding: 0;
}
.hys-option .hys-opt-time {
  padding: 0 0 8px;
}
.hys-option .hys-opt-date,
.hys-option .hys-opt-time {
  font-weight: 600;
}
.hys-option p {
  padding: 0 0 12px;
}
@media only screen and (min-width: 782px) {
  .hys-option p {
    padding: 0 0 1.5em;
  }
}
.hys-option.community-event .hys-opt-icon {
  background-image: url(../svg/icon--calendar.svg);
}
.hys-option.online-survey .hys-opt-icon {
  background-image: url(../svg/icon--survey.svg);
}
.hys-option.interactive-map .hys-opt-icon {
  background-image: url(../svg/icon--map.svg);
}
.hys-option.highlight {
  position: relative;
}
.hys-option.highlight:before {
  content: "";
  position: absolute;
  background: #CBE6FF;
  z-index: -1;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: 25px;
}
@media only screen and (min-width: 782px) {
  .hys-option.highlight:before {
    left: 0;
    right: 0;
    top: -20px;
    bottom: -20px;
  }
}

.wp-block-group.key-features-intro h2,
.wp-block-group.key-features-intro p {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.feature-icons {
  padding: 0 20px;
  font-size: 16px;
  font-weight: 600;
  margin-top: 15px;
  line-height: 1.33;
}
.feature-icons li {
  padding: 20px 20px 20px 90px !important;
  min-height: 100px;
  display: flex;
  align-items: center;
}
.feature-icons li:before {
  display: none;
}
.feature-icons li:nth-child(1) {
  background: #EBEBEB url(../svg/kf-icon--homes.svg) 20px 20px no-repeat;
  background-size: auto 50px;
}
.feature-icons li:nth-child(2) {
  background: #E1E1E1 url(../svg/kf-icon--school.svg) 20px 20px no-repeat;
  background-size: auto 50px;
}
.feature-icons li:nth-child(3) {
  background: #EBEBEB url(../svg/kf-icon--open-space.svg) 20px 20px no-repeat;
  background-size: auto 50px;
}
.feature-icons li:nth-child(4) {
  background: #E1E1E1 url(../svg/kf-icon--biodiversity.svg) 20px 20px no-repeat;
  background-size: auto 50px;
}
.feature-icons li:nth-child(5) {
  background: #EBEBEB url(../svg/kf-icon--cycle.svg) 20px 20px no-repeat;
  background-size: auto 50px;
}
.feature-icons li:nth-child(6) {
  background: #E1E1E1 url(../svg/kf-icon--landscape.svg) 20px 20px no-repeat;
  background-size: auto 50px;
}
@media only screen and (min-width: 900px) {
  .feature-icons.fi--4 {
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    font-size: 16px;
  }
  .feature-icons.fi--4 li {
    max-width: 310px;
    padding: 190px 40px 40px !important;
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    flex: 1;
  }
  .feature-icons.fi--4 li:nth-child(1),
  .feature-icons.fi--4 li:nth-child(2),
  .feature-icons.fi--4 li:nth-child(3),
  .feature-icons.fi--4 li:nth-child(4) {
    background-position: center 55px !important;
    background-size: auto 90px !important;
  }
}
@media only screen and (min-width: 940px) {
  .feature-icons.fi--5 {
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    font-size: 16px;
  }
  .feature-icons.fi--5 li {
    max-width: 235px;
    padding: 190px 20px 40px !important;
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    flex: 1;
  }
  .feature-icons.fi--5 li:nth-child(1),
  .feature-icons.fi--5 li:nth-child(2),
  .feature-icons.fi--5 li:nth-child(3),
  .feature-icons.fi--5 li:nth-child(4),
  .feature-icons.fi--5 li:nth-child(5),
  .feature-icons.fi--5 li:nth-child(6) {
    background-position: center 50px !important;
    background-size: auto 90px !important;
  }
}
.feature-icons.fi--6 {
  max-width: 945px;
  margin: 0 auto;
}
@media only screen and (min-width: 720px) {
  .feature-icons.fi--6 {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    font-size: 16px;
  }
  .feature-icons.fi--6 li {
    max-width: 315px;
    padding: 190px 30px 40px !important;
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    flex-basis: 33.33%;
  }
  .feature-icons.fi--6 li:nth-child(1),
  .feature-icons.fi--6 li:nth-child(2),
  .feature-icons.fi--6 li:nth-child(3),
  .feature-icons.fi--6 li:nth-child(4),
  .feature-icons.fi--6 li:nth-child(5),
  .feature-icons.fi--6 li:nth-child(6) {
    background-position: center 50px !important;
    background-size: auto 90px !important;
  }
}
@media only screen and (min-width: 561px) {
  .feature-icons {
    padding: 0 30px;
  }
}

.feature-list {
  padding: 0 20px;
  margin-top: 20px;
}
.feature-list.single-column {
  margin: 0;
  padding: 0 0 30px;
}
.feature-list li {
  font-size: 16px;
  padding: 9px 0 9px 35px !important;
}
.feature-list li:before {
  width: 22px !important;
  height: 22px !important;
  background: url(../svg/icon--tick.svg) left top no-repeat !important;
  background-size: 100% auto !important;
}
@media only screen and (min-width: 561px) {
  .feature-list {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 782px) {
  .feature-list {
    max-width: 860px;
    margin: 30px auto 0;
    -moz-columns: 2;
         columns: 2;
  }
  .feature-list li {
    display: inline-block;
    padding: 15px 15px 15px 40px !important;
  }
  .feature-list li:before {
    width: 27px !important;
    height: 27px !important;
  }
  .feature-list.single-column {
    -moz-columns: 1;
         columns: 1;
    padding: 0;
  }
  .feature-list.single-column li {
    display: block;
    padding: 12px 15px 12px 40px !important;
  }
}

.timeline {
  max-width: 640px;
}
.timeline .item {
  position: relative;
}
.timeline .item:first-child .t-line:before {
  top: 26px;
}
.timeline .item:last-child .t-line:before {
  height: 16px;
}
.timeline .t-line {
  width: 30px;
  position: absolute;
  height: 100%;
}
.timeline .t-line:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 561px) {
  .timeline .t-line:before {
    left: 20px;
  }
}
.timeline .t-line:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  left: 10px;
  top: 19px;
  transform: translateX(-50%);
}
@media only screen and (min-width: 561px) {
  .timeline .t-line:after {
    left: 20px;
  }
}
@media only screen and (min-width: 561px) {
  .timeline .t-line {
    width: 50px;
  }
}
.timeline .t-header {
  position: relative;
  padding: 0 0 5px;
}
.timeline .t-header h3 {
  font-size: 18px;
  padding: 0;
  color: #333;
}
.timeline .t-content {
  width: calc(100% - 30px);
  float: right;
  background: #F5F5F5;
  padding: 15px;
  margin: 0 0 15px;
}
.timeline .t-content .hide {
  padding: 0;
}
.timeline .t-content p {
  padding: 0;
}
@media only screen and (min-width: 561px) {
  .timeline .t-content {
    width: calc(100% - 50px);
    margin: 0 0 30px;
  }
}
.timeline .t-content.faded {
  opacity: 0.4 !important;
}
.timeline .t-content.t-notice {
  background: #48086F !important;
  width: auto;
  color: white;
  font-weight: 700;
  float: left;
  margin-left: 30px;
}
@media only screen and (min-width: 561px) {
  .timeline .t-content.t-notice {
    margin-left: 50px;
  }
}
.timeline .toggle-state {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  color: #48086F;
}
.timeline .min {
  display: block;
}
.timeline .max {
  display: none;
}

.has-background .timeline .t-content {
  background: white;
}

.faq {
  max-width: 640px;
}
.faq .question {
  position: relative;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}
.faq .question .question--link {
  padding: 12px 40px 12px 0;
  display: block;
}
.faq .question:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 20px;
  width: 18px;
  height: 9px;
  background: url("../svg/chevron-down.svg") center center no-repeat;
  background-size: 100% auto;
  transition: transform 0.2s ease;
  pointer-events: none;
}
.faq .question a {
  text-decoration: none !important;
  color: #333;
}
.faq .question.show:after {
  transform: rotate(180deg);
}
@media only screen and (min-width: 561px) {
  .faq .question {
    font-size: 18px;
  }
}
.faq .answer {
  display: none;
}
.faq .answer.show {
  display: block;
}

.faq-group {
  padding: 15px 0 45px;
}
.faq-group h3 {
  padding-bottom: 12px;
}

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.65);
  display: none;
}
.overlay.show {
  display: flex;
  align-items: center;
  justify-content: center;
}
.overlay .overlay-content {
  width: 100%;
  height: 100%;
  background: white;
  position: relative;
}
@media only screen and (min-width: 782px) {
  .overlay .overlay-content {
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    max-width: 1480px;
    max-height: 1280px;
  }
}
.overlay .close {
  position: absolute;
  z-index: 999;
  right: 0;
  top: 0;
  width: 48px;
  height: 48px;
  background-color: #807f80;
  background-image: url("../img/close-white.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  text-indent: -999999em;
  display: block;
  transition: background-color 0.3s;
}
.overlay .close:hover {
  background-color: #333;
}

.overlay--thanks .overlay-content {
  max-width: 640px;
  min-height: 0 !important;
  height: auto !important;
  padding: 30px;
}
.overlay--thanks .overlay-content a {
  color: #333;
  text-decoration: underline;
  font-weight: 700;
}

.overlay--survey-complete {
  background: none !important;
}
.overlay--survey-complete .overlay--survey-complete--inner {
  max-width: 720px;
  height: auto !important;
}
.overlay--survey-complete .overlay-content {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.overlay--survey-complete .overlay-content .button {
  background: rgb(4, 191, 116);
  color: #FFF;
  border-radius: 50px;
  padding: 12px 30px;
}
.overlay--survey-complete .overlay-content .button:hover {
  background: #038d56;
}
.overlay--survey-complete .overlay-content a {
  text-decoration: none !important;
}

.caption {
  margin-top: 0.5em;
  color: #333;
  font-size: 16px;
  display: inline-block;
  line-height: 1.4;
  position: relative;
  font-weight: 500;
}

.map .map-wrapper {
  position: relative;
  cursor: zoom-in;
}
.map .image-container {
  margin: 0;
  position: relative;
}
.map .image-container.fullscreen {
  height: 100%;
}
.map .image-container:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 10px;
  background: white url("../img/magnify-icon.png") center center no-repeat;
  background-size: 20px auto;
  padding: 20px;
  z-index: 1;
  pointer-events: none;
  border: #ccc 1px solid;
}
.map .image-container img {
  display: block;
}
.map.double-column .key {
  width: 100%;
  max-width: 340px;
  padding-left: 10px;
}
.map.double-column .key ul {
  -moz-columns: 2;
       columns: 2;
}
.map.border .map-wrapper {
  border: #ccc 1px solid;
}
.map.border-top.border .map-wrapper {
  border-top: none;
}
.map.border-top.border .image-container:after {
  border-right: none;
}

.map.map-border .image-container {
  border: #ccc 1px solid;
}

.map.off-white .image-container:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.03);
  pointer-events: none;
}

.map.light-grey-border .image-container {
  border: #ccc 1px solid;
}

.map.light-grey-border .image-container:after {
  border-bottom: none;
  border-right: none;
}

.map.outside-left,
.map.outside-right {
  display: flex;
}
.map.outside-left .map-wrapper,
.map.outside-right .map-wrapper {
  width: 72%;
}
.map.outside-left .key,
.map.outside-right .key {
  width: 28%;
  border-left: none;
}
.map.outside-left .caption,
.map.outside-right .caption {
  display: none;
}

.map.hide-key .key {
  display: none;
}

.key {
  max-width: 280px;
  position: absolute;
  background: white;
  padding: 15px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.key .toggle-key {
  display: none;
}
.key ul {
  padding: 0;
  font-size: 14px;
  list-style-type: none !important;
  margin: 0 !important;
}
.key li {
  background: none !important;
  padding: 0 0 5px 0 !important;
}
.key li:last-child {
  padding-bottom: 0 !important;
}
.key .icon {
  width: 30px;
  display: inline-block;
  font-size: 0;
}
.key .label {
  width: calc(100% - 30px);
  padding: 0 0 0 8px;
  margin: 0;
  display: inline-block;
  line-height: 1.3;
}
.key span {
  vertical-align: top;
}
.key.top-left {
  top: 0;
  left: 0;
  border-top: none;
}
.key.top-right {
  top: 0;
  right: 0;
}
.key.bottom-left {
  bottom: 0;
  left: 0;
}
.key.bottom-right {
  bottom: 15px;
  right: 15px;
}
.key.outside-left, .key.outside-right {
  max-width: none;
  position: static;
  box-shadow: none;
  padding: 30px;
  padding-bottom: 90px;
  border: #ccc 1px solid;
  border-left: none;
}
.key.outside-left ul, .key.outside-right ul {
  font-size: 14px;
}
.key.outside-left li, .key.outside-right li {
  display: block;
  width: auto;
  padding: 0 0 15px 0 !important;
}
.key.outside-left span, .key.outside-right span {
  vertical-align: top;
}
.key.outside-bottom {
  width: 100%;
  max-width: none;
  position: static;
  box-shadow: none;
  padding: 20px;
  border: #ccc 1px solid;
  border-top: none;
}
.key.outside-bottom ul {
  font-size: 14px;
  -moz-columns: 2;
       columns: 2;
}
.key.outside-bottom li {
  display: inline-block;
  width: 100%;
  padding: 0 15px 5px 0 !important;
}
.key.outside-bottom li:last-child {
  padding-bottom: 0 !important;
}

.small-icons .key .icon {
  width: 20px;
}

@media only screen and (max-width: 900px) {
  .map.outside-left,
  .map.outside-right {
    display: block;
  }
  .map.outside-left .map-wrapper,
  .map.outside-right .map-wrapper {
    width: auto;
  }
  .map.outside-right .map-wrapper .image-container {
    padding-top: 75%;
  }
  .map.outside-left .key,
  .map.outside-right .key {
    width: auto;
    border: #ccc 1px solid;
    border-top: none;
  }
}
@media only screen and (max-width: 820px) {
  .key {
    position: static;
    width: auto;
    max-width: none;
    box-shadow: none;
    border: #ccc 1px solid;
    border-top: none;
    padding: 15px;
  }
  .key ul {
    font-size: 14px;
  }
  .map.border .key {
    border: none;
    border-top: #ccc 1px solid;
  }
}
@media only screen and (max-width: 640px) {
  .key.outside-bottom {
    padding: 15px 10px;
  }
  .key.outside-bottom ul {
    -moz-columns: 1;
         columns: 1;
  }
}
@media only screen and (max-width: 560px) {
  .key.outside-left,
  .key.outside-right,
  .key.outside-bottom {
    padding: 15px;
  }
}
.pswp__bg {
  background: #333;
}

.pswp__button--close {
  opacity: 1;
  width: 48px;
  height: 48px;
  margin: 0;
}
.pswp__button--close .pswp__icn {
  top: 8px;
  left: 8px;
}
.pswp__button--close .pswp__icn-shadow {
  stroke: white;
  stroke-width: 1px;
}

.pswp .key {
  display: block;
  position: absolute !important;
  z-index: 99;
  left: 0;
  top: 0;
  bottom: 0;
  right: auto !important;
  width: 260px !important;
  background: transparent;
  max-width: none;
  transition: left 0.3s ease;
  border: none !important;
  pointer-events: none;
}
@media only screen and (min-width: 782px) {
  .pswp .key {
    width: 360px !important;
  }
}
.pswp .key .icon {
  width: 30px;
}
.pswp .key .key-list-wrapper {
  pointer-events: auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 260px;
  padding: 68px 15px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  font-size: 14px;
  -moz-columns: 1;
       columns: 1;
  background: white;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  z-index: 1;
}
@media only screen and (min-width: 782px) {
  .pswp .key .key-list-wrapper {
    width: 360px;
  }
}
.pswp .key ul.key-list {
  -moz-columns: 1;
       columns: 1;
  padding: 0 0 20px;
  overflow-x: hidden;
}
.pswp .key ul.key-list li {
  display: block !important;
}
.pswp .key .toggle-key {
  pointer-events: auto;
  display: block;
  position: absolute;
  text-align: center;
  top: 0;
  height: 48px;
  left: 0;
  cursor: pointer;
  transition: background 0.05s linear;
  color: white;
  font-weight: bold;
  font-size: 16px;
  z-index: 2;
}
.pswp .key .toggle-key .show-key {
  display: block;
  padding: 15px 35px 15px 20px;
  background-image: url(../img/icon--plus-white.png);
  background-position: calc(100% - 15px) center;
  background-size: 12px 12px;
  background-repeat: no-repeat;
}
.pswp .key .toggle-key .hide-key {
  display: none;
  padding: 15px 35px 15px 15px;
  background-image: url(../img/icon--close-white.png);
  background-position: calc(100% - 15px) center;
  background-size: 12px 12px;
  background-repeat: no-repeat;
}
.pswp .key .toggle-key .fa,
.pswp .key .toggle-key .toggle-label {
  display: inline-block;
  margin-right: 8px;
}
.pswp .key .toggle-key .fa {
  margin: 0;
}
.pswp .key .toggle-key:hover {
  background: #D40F7D;
}
.pswp .key.show .key-list-wrapper {
  display: block;
}
.pswp .key.show .toggle-key .fa {
  transform: rotate(45deg);
}
.pswp .key.show .toggle-key {
  width: 100%;
}
.pswp .key.show .toggle-key .hide-key {
  display: block;
}
.pswp .key.show .toggle-key .show-key {
  display: none;
}

.internal-nav--signpost {
  position: relative;
  margin-bottom: 20px;
  display: flex;
}
.internal-nav--signpost .button {
  transition: all 0.25s ease-in-out;
  text-align: center;
  padding: 10px 16px;
}
@media (min-width: 360px) {
  .internal-nav--signpost .button {
    min-width: 140px;
  }
}
@media (min-width: 901px) {
  .internal-nav--signpost .button {
    min-width: 160px;
  }
}
.internal-nav--signpost:hover .button {
  background: #D40F7D;
  text-decoration: underline;
}

.internal-nav--signpost-image {
  width: 25%;
  min-width: 140px;
  max-width: 25%;
}
.internal-nav--signpost-image img {
  display: block;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.internal-nav--signpost-text {
  width: 75%;
  padding: 15px;
  background: #F5F5F5;
}
@media (max-width: 781px) {
  .internal-nav--signpost-text {
    max-width: calc(100% - 140px);
  }
}
.internal-nav--signpost-text p:first-of-type {
  font-weight: 600;
  padding-bottom: 0.75em;
  line-height: 1.4;
}
.internal-nav--signpost-text p:last-of-type {
  padding-bottom: 0;
}

.has-background .internal-nav--signpost-text {
  background: #FFF;
}

@media (min-width: 561px) {
  .internal-nav--signpost-text {
    padding: 24px;
  }
}
@media (min-width: 782px) {
  .acf-internal-nav * {
    text-align: center;
  }
  .internal-nav--intro {
    max-width: 800px;
    margin: 0 auto;
  }
  .internal-nav--signposts {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .internal-nav--signpost {
    max-width: 360px;
    margin: 16px;
    flex-direction: column;
  }
  .internal-nav--signposts-2 .internal-nav--signpost {
    width: calc(50% - 32px);
  }
  .internal-nav--signposts-3 .internal-nav--signpost {
    width: calc(33.33% - 32px);
  }
  .internal-nav--signpost-image {
    width: 100%;
    max-width: 100%;
  }
  .internal-nav--signpost-text {
    width: 90%;
    margin: -60px auto 0;
    position: relative;
    flex: 1;
  }
  .internal-nav--signpost-text .internal-nav--signpost-text-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
}
body.font-size-medium h1 {
  font-size: 28px !important;
}
body.font-size-medium h2 {
  font-size: 28px !important;
}
body.font-size-medium h3 {
  font-size: 24px !important;
}
body.font-size-medium h4,
body.font-size-medium h5,
body.font-size-medium h6 {
  font-size: 20px !important;
}
body.font-size-medium p:not(.option-label-p),
body.font-size-medium li:not(.menu-item),
body.font-size-medium td,
body.font-size-medium figcaption,
body.font-size-medium .caption,
body.font-size-medium .event-poster .event-poster--venue,
body.font-size-medium .event-poster .event-poster--day,
body.font-size-medium .event-poster .event-poster--date {
  font-size: 17px !important;
}
body.font-size-medium li.menu-item {
  font-size: 17px !important;
}
body.font-size-medium a.button,
body.font-size-medium span.button {
  font-size: 17px !important;
}
body.font-size-medium .key.outside-bottom ul {
  -moz-columns: 1 !important;
       columns: 1 !important;
}
body.font-size-medium .main-banner .banner-text p {
  font-size: 20px !important;
}
body.font-size-medium .toggle-nav {
  font-size: 17px !important;
}
@media (min-width: 561px) {
  body.font-size-medium h1 {
    font-size: 50px !important;
  }
  body.font-size-medium h2 {
    font-size: 36px !important;
  }
  body.font-size-medium h3 {
    font-size: 30px !important;
  }
  body.font-size-medium h4,
  body.font-size-medium h5,
  body.font-size-medium h6 {
    font-size: 24px !important;
  }
  body.font-size-medium p:not(.option-label-p),
  body.font-size-medium li:not(.menu-item),
  body.font-size-medium td,
  body.font-size-medium figcaption,
  body.font-size-medium .caption,
  body.font-size-medium .event-poster .event-poster--venue,
  body.font-size-medium .event-poster .event-poster--day,
  body.font-size-medium .event-poster .event-poster--date {
    font-size: 20px !important;
  }
  body.font-size-medium li.menu-item {
    font-size: 18px !important;
  }
  body.font-size-medium .main-banner .banner-text p {
    font-size: 26px !important;
  }
}

body.font-size-large h1 {
  font-size: 32px !important;
}
body.font-size-large h2 {
  font-size: 32px !important;
}
body.font-size-large h3 {
  font-size: 26px !important;
}
body.font-size-large h4,
body.font-size-large h5,
body.font-size-large h6 {
  font-size: 22px !important;
}
body.font-size-large p:not(.option-label-p),
body.font-size-large li:not(.menu-item),
body.font-size-large td,
body.font-size-large figcaption,
body.font-size-large .caption,
body.font-size-large .event-poster .event-poster--venue,
body.font-size-large .event-poster .event-poster--day,
body.font-size-large .event-poster .event-poster--date {
  font-size: 20px !important;
}
body.font-size-large li.menu-item {
  font-size: 18px !important;
}
body.font-size-large a.button,
body.font-size-large span.button {
  font-size: 18px !important;
}
body.font-size-large .key.outside-bottom ul {
  -moz-columns: 1 !important;
       columns: 1 !important;
}
body.font-size-large .main-banner .banner-text p {
  font-size: 21px !important;
}
body.font-size-large .toggle-nav {
  font-size: 18px !important;
}
@media (min-width: 561px) {
  body.font-size-large h1 {
    font-size: 60px !important;
  }
  body.font-size-large h2 {
    font-size: 40px !important;
  }
  body.font-size-large h3 {
    font-size: 32px !important;
  }
  body.font-size-large h4,
  body.font-size-large h5,
  body.font-size-large h6 {
    font-size: 28px !important;
  }
  body.font-size-large p:not(.option-label-p),
  body.font-size-large li:not(.menu-item),
  body.font-size-large td,
  body.font-size-large figcaption,
  body.font-size-large .caption,
  body.font-size-large .event-poster .event-poster--venue,
  body.font-size-large .event-poster .event-poster--day,
  body.font-size-large .event-poster .event-poster--date {
    font-size: 24px !important;
  }
  body.font-size-large li.menu-item {
    font-size: 21px !important;
  }
  body.font-size-large .main-banner .banner-text p {
    font-size: 27px !important;
  }
}

body.font-size-huge h1 {
  font-size: 36px !important;
}
body.font-size-huge h2 {
  font-size: 36px !important;
}
body.font-size-huge h3 {
  font-size: 30px !important;
}
body.font-size-huge h4,
body.font-size-huge h5,
body.font-size-huge h6 {
  font-size: 26px !important;
}
body.font-size-huge p:not(.option-label-p),
body.font-size-huge li:not(.menu-item),
body.font-size-huge td,
body.font-size-huge figcaption,
body.font-size-huge .caption,
body.font-size-huge .event-poster .event-poster--venue,
body.font-size-huge .event-poster .event-poster--day,
body.font-size-huge .event-poster .event-poster--date {
  font-size: 22px !important;
}
body.font-size-huge li.menu-item {
  font-size: 21px !important;
}
body.font-size-huge a.button,
body.font-size-huge span.button {
  font-size: 19px !important;
}
body.font-size-huge .key.outside-bottom ul {
  -moz-columns: 1 !important;
       columns: 1 !important;
}
body.font-size-huge .main-banner .banner-text p {
  font-size: 22px !important;
}
body.font-size-huge .toggle-nav {
  font-size: 19px !important;
}
@media (min-width: 561px) {
  body.font-size-huge h1 {
    font-size: 70px !important;
  }
  body.font-size-huge h2 {
    font-size: 48px !important;
  }
  body.font-size-huge h3 {
    font-size: 36px !important;
  }
  body.font-size-huge h4,
  body.font-size-huge h5,
  body.font-size-huge h6 {
    font-size: 32px !important;
  }
  body.font-size-huge p:not(.option-label-p),
  body.font-size-huge li:not(.menu-item),
  body.font-size-huge td,
  body.font-size-huge figcaption,
  body.font-size-huge .caption,
  body.font-size-huge .event-poster .event-poster--venue,
  body.font-size-huge .event-poster .event-poster--day,
  body.font-size-huge .event-poster .event-poster--date {
    font-size: 28px !important;
  }
  body.font-size-huge li.menu-item {
    font-size: 23px !important;
  }
  body.font-size-huge .main-banner .banner-text p {
    font-size: 28px !important;
  }
}

body.ao-contrast {
  background-color: #000 !important;
  color: #fff !important;
}
body.ao-contrast .timeline .t-content.faded {
  opacity: 1 !important;
}
body.ao-contrast .has-background,
body.ao-contrast .signup,
body.ao-contrast .hys-option.highlight,
body.ao-contrast .t-content,
body.ao-contrast #page-footer,
body.ao-contrast #page-header,
body.ao-contrast .main-nav li.button:hover a,
body.ao-contrast .internal-nav--signpost-text,
body.ao-contrast .hys-option.highlight:before,
body.ao-contrast .timeline .t-content.t-notice,
body.ao-contrast .feature-icons li,
body.ao-contrast .map .key {
  background-color: #000 !important;
  color: #FFF !important;
}
body.ao-contrast .main-nav a,
body.ao-contrast .wp-block-column p a,
body.ao-contrast .wp-block-column li a {
  color: #FFD700 !important;
}
body.ao-contrast .main-nav a:after {
  background: #FFD700;
}
body.ao-contrast .main-nav li.button:hover a {
  color: #000 !important;
  background: #FFF !important;
}
body.ao-contrast h1,
body.ao-contrast h2,
body.ao-contrast h3,
body.ao-contrast h4,
body.ao-contrast h5,
body.ao-contrast h6 {
  color: #fff !important;
}
body.ao-contrast p,
body.ao-contrast li:not(.menu-item),
body.ao-contrast td,
body.ao-contrast figcaption,
body.ao-contrast .caption {
  color: #fff !important;
}
body.ao-contrast button:not(.accessibility-button):not(.accessibility-option),
body.ao-contrast .button,
body.ao-contrast .button a,
body.ao-contrast .wp-block-column p a.button {
  background-color: #FFD700 !important;
  color: #000 !important;
  border-color: #FFD700 !important;
}
body.ao-contrast button:not(.accessibility-button):not(.accessibility-option):hover,
body.ao-contrast .button:hover,
body.ao-contrast .button a:hover,
body.ao-contrast .wp-block-column p a.button:hover {
  background-color: #FFF !important;
}
body.ao-contrast .internal-nav--signpost:hover .button {
  background-color: #FFF !important;
}
body.ao-contrast .wp-block-group svg path {
  fill: #FFF !important;
}
body.ao-contrast .timeline .t-line:before,
body.ao-contrast .timeline .t-line:after {
  background-color: #FFF !important;
}
body.ao-contrast .hys-option .hys-opt-icon,
body.ao-contrast .hys-single .icon {
  background-color: #000 !important;
  border: 2px solid #FFF !important;
}
body.ao-contrast .feature-list li:before {
  background: url(../svg/icon--tick--contrast.svg) left top no-repeat !important;
}
body.ao-contrast .wrapper.page-content ul:not(.feature-list) li:before {
  background: #FFF !important;
}
body.ao-contrast .question--link {
  color: #FFF !important;
}
body.ao-contrast .faq .question:after {
  background: url(../svg/chevron-down-contrast.svg) center center no-repeat !important;
}
body.ao-contrast .faq .item,
body.ao-contrast .news-article {
  border-top: 1px solid #FFF !important;
}
body.ao-contrast .faq .item:last-child {
  border-bottom: 1px solid #FFF !important;
}
body.ao-contrast #page-header a {
  color: #FFD700;
  transition: none !important;
}
body.ao-contrast .toggle-nav:before {
  background: url("../img/menu-icon-white.png") 0 0 no-repeat;
}
body.ao-contrast .main-nav {
  background: #000;
}
body.ao-contrast .signup,
body.ao-contrast .hys-option,
body.ao-contrast .internal-nav--signpost-text,
body.ao-contrast .internal-nav--signpost-image,
body.ao-contrast .t-content,
body.ao-contrast .hys-single,
body.ao-contrast .feature-icons li {
  border: 1px solid #FFF !important;
}
body.ao-contrast .hys-option {
  padding: 20px;
}
body.ao-contrast #page-footer {
  border-top: 1px solid #FFF !important;
}
body.ao-contrast .pre-heading {
  color: #95f2fe !important;
}

body.ao-typeface {
  font-family: Arial, Helvetica, sans-serif !important;
}
body.ao-typeface * {
  font-family: Arial, Helvetica, sans-serif !important;
}

.accessibility-panel {
  position: absolute;
  top: 88px;
  left: 20px;
  z-index: 99;
  width: 48px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out;
}
.accessibility-panel button:focus-visible {
  outline: none !important;
  background: #FFD700 !important;
}
.accessibility-panel button:focus-visible svg path {
  fill: #000 !important;
}
@media (min-width: 561px) {
  .accessibility-panel {
    top: 88px;
  }
}
@media (min-width: 901px) {
  .accessibility-panel {
    position: fixed;
    top: 108px;
    left: 0;
    /*
    &.activate-panel {
        left: 0;
    }
    */
  }
}
.accessibility-panel svg {
  display: block;
}
.accessibility-panel svg .svg-white {
  fill: #fff;
}
.accessibility-panel svg .svg-primary {
  fill: #073d95;
}
.accessibility-panel #ao-toggle-options {
  padding: 8px 11px;
}
.accessibility-panel #ao-toggle-options svg {
  width: 28px;
  height: 31px;
}
.accessibility-panel #ao-font-size,
.accessibility-panel #ao-typeface {
  padding: 9px 8px;
}
.accessibility-panel #ao-font-size svg,
.accessibility-panel #ao-typeface svg {
  width: 24px;
  height: 22px;
}
.accessibility-panel #ao-contrast {
  padding: 8px;
}
.accessibility-panel #ao-contrast svg {
  width: 24px;
  height: 24px;
}
.accessibility-panel #ao-reset {
  padding: 8px 4px 8px 8px;
}
.accessibility-panel #ao-reset svg {
  width: 28px;
  height: 23px;
}

.accessibility-button {
  width: 48px;
  height: 48px;
  padding: 8px;
  box-sizing: border-box;
  background: #073d95;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.accessibility-options {
  border-top: 4px solid #073d95;
  position: relative;
  display: none;
  background: #073d95;
  padding: 0 4px 4px;
  z-index: 3;
}
.accessibility-options.active {
  display: block;
}

.accessibility-option {
  width: 40px;
  height: 40px;
  background: #FFF;
  cursor: pointer;
  position: relative;
  margin-bottom: 4px;
}
.accessibility-option:last-of-type {
  margin-bottom: 0;
}
.accessibility-option:hover {
  background: #FFF !important;
}
.accessibility-option:hover svg .svg-primary {
  fill: #2a78f8;
}
.accessibility-option.active {
  background: #f2f2ef;
}
.accessibility-option .option-label {
  display: none;
  position: absolute;
  top: 0;
  left: 40px;
  height: 44px;
  padding: 0 10px;
  box-sizing: border-box;
  background: #073d95;
  color: #FFF;
  width: 200px;
  font-weight: 700;
  font-size: 18px !important;
  flex-direction: column;
  align-items: center;
}
.accessibility-option .option-label span {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  margin: auto;
  padding: 0;
}
.accessibility-option:hover .option-label {
  display: flex;
}
.accessibility-option:focus-visible .option-label {
  display: flex;
  outline: none !important;
  background: #FFD700 !important;
  color: #000 !important;
  height: 40px;
}
.accessibility-option:focus-visible .option-label .option-label--font-size-markers {
  height: 20px !important;
  top: -20px !important;
}
.accessibility-option:focus-visible .option-label .option-label--size-marker {
  border: 2px solid #FFD700 !important;
}

[hidden] {
  display: none !important;
}

#ao-font-size {
  /*
  .ao-font-size-markers {
      position: absolute;
      top: 3px;
      left: 4px;
      width: 32px;
      height: 3px;
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      justify-content: center;

      .ao-font-size-marker {
          width: 8px;
          height: 3px;
          background: none;
          margin: 0 4px 0 0;
          padding: 0;

          &:last-child {
              margin-right: 0;
          }
      }
  }
  */
}
#ao-font-size .option-label--font-size-markers {
  position: absolute;
  top: -6px;
  left: 4px;
  width: calc(100% - 4px);
  height: 6px;
  display: none;
}
#ao-font-size .option-label--size-marker {
  display: inline-block !important;
  background: #FFF;
  width: 33.3333%;
  height: 100%;
  margin: 0;
  border: 2px solid #073d95;
  border-left: none;
  border-bottom: none;
}

@media (max-width: 900px) {
  .accessibility-panel {
    transition: none !important;
  }
  .accessibility-panel.active {
    width: calc(100vw - 40px);
    background: #073d95;
    overflow: hidden;
  }
  .accessibility-panel.active * {
    transition: none !important;
  }
  .accessibility-panel.active .accessibility-option {
    display: block;
  }
  .accessibility-options.active .accessibility-option .option-label {
    font-size: 16px !important;
    display: block;
    text-align: left;
    padding: 14px 10px 0;
    width: calc(100vw - 60px);
  }
  .accessibility-options.active .accessibility-option:first-of-type .option-label {
    padding-top: 16px;
  }
}
body.font-size-medium {
  /*
  .ao-font-size-marker:nth-of-type(1) {
      background: #f82af1 !important;
  }
      */
}
body.font-size-medium .option-label--font-size-markers {
  display: flex !important;
}
body.font-size-medium .option-label--size-marker:nth-of-type(1) {
  background: #ff7bf1 !important;
}

body.font-size-large {
  /*
  .ao-font-size-marker:nth-of-type(1),
  .ao-font-size-marker:nth-of-type(2) {
      background: #f82af1 !important;
      }
      */
}
body.font-size-large .option-label--font-size-markers {
  display: flex !important;
}
body.font-size-large .option-label--size-marker:nth-of-type(1),
body.font-size-large .option-label--size-marker:nth-of-type(2) {
  background: #ff7bf1 !important;
}

body.font-size-huge .option-label--font-size-markers {
  display: flex !important;
}
body.font-size-huge .option-label--size-marker {
  background: #ff7bf1 !important;
}

.accessibility-panel.active .accessibility-button {
  background: #073d95;
}

.central-svg svg {
  display: block;
  margin: auto;
  max-width: 216px;
  height: auto;
}
@media (min-width: 901px) {
  .central-svg svg {
    max-width: 316px;
  }
}
.central-svg svg path {
  fill: #D40F7D;
}

body {
  top: 0 !important;
}

.utility-bar {
  background: #F5F5F5;
  height: 35px;
  overflow: hidden;
  padding: 6px;
  box-sizing: border-box;
}
.utility-bar #google_translate_element {
  float: right;
}
.utility-bar #google_translate_element img,
.utility-bar #google_translate_element span {
  display: none;
}
.utility-bar .goog-te-combo {
  font-family: "Montserrat", sans-serif;
  font-size: 15px !important;
  background: #F5F5F5;
  margin: 0 0 9999px !important;
}
.utility-bar .goog-te-combo:focus-visible {
  outline: none;
  border-color: #D40F7D;
}

.skiptranslate iframe {
  display: none;
}

figure.image-shadow {
  position: relative;
  margin: 8px 0 0;
}
@media (min-width: 901px) {
  figure.image-shadow {
    margin: 20px 0 0;
  }
}
figure.image-shadow .image-shadow-fill {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #48086f;
  z-index: -1;
  transform: rotate(-3deg);
}

figure.image-shadow-reverse .image-shadow-fill {
  transform: rotate(3deg);
}

/* Stats Page */
body.stats .wp-block-columns {
  margin: 60px auto;
}
body.stats .wp-block-columns small {
  font-size: 14px;
}

.web-statistics {
  margin-bottom: 24px;
}

table.web-analytics {
  border: 1px solid #333;
  margin-bottom: 1em;
}
table.web-analytics th,
table.web-analytics td {
  padding: 16px 54px 16px 24px;
  text-align: left;
  border: 1px solid #333;
}
table.web-analytics th {
  font-weight: 700;
  background: #f9f9f9;
}

ul.survey-reports a {
  text-decoration: none !important;
  font-weight: 400 !important;
}
ul.survey-reports a:hover {
  border-bottom: 1px solid;
}

.post-password-form input[type=password] {
  height: 47px;
  min-width: 280px;
}

.post-password-form input[type=submit] {
  background: #D40F7D;
  cursor: pointer;
}
.post-password-form input[type=submit]:hover {
  background: #48086F;
}/*# sourceMappingURL=main.css.map */