@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,600;0,700;1,400");
/* -------------------------------------------------------------------------------------------------------------------
Variables
------------------------------------------------------------------------------------------------------------------- */
:root {
  --background: #F7F3F0;
}

/* -------------------------------------------------------------------------------------------------------------------
Import CSS modules
------------------------------------------------------------------------------------------------------------------- */
/* 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;
}

strong {
  font-weight: 700;
}

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

/* -------------------------------------------------------------------------------------------------------------------
Mixins
------------------------------------------------------------------------------------------------------------------- */
body.admin-bar #page-header {
  top: 46px;
}
@media (min-width: 783px) {
  body.admin-bar #page-header {
    top: 32px;
  }
}

@media (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
/* -------------------------------------------------------------------------------------------------------------------
Typography
------------------------------------------------------------------------------------------------------------------- */
html {
  font-size: 16px;
}

body {
  font-family: "Montserrat", "sans-serif";
  font-weight: 400;
  line-height: 1.5;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

p,
li,
td,
button {
  font-size: 1rem;
  margin: 0 0 24px;
}
@media screen and (min-width: 782px) {
  p,
  li,
  td,
  button {
    font-size: 1.03rem;
  }
}
@media screen and (min-width: 1024px) {
  p,
  li,
  td,
  button {
    font-size: 1.06rem;
  }
}
@media screen and (min-width: 1280px) {
  p,
  li,
  td,
  button {
    font-size: 1.09rem;
  }
}
@media screen and (min-width: 1440px) {
  p,
  li,
  td,
  button {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1600px) {
  p,
  li,
  td,
  button {
    font-size: 1.125rem;
  }
}

p.pre-heading {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 8px;
  color: #1DA69B;
}
@media screen and (min-width: 782px) {
  p.pre-heading {
    font-size: 1.06rem;
  }
}
@media screen and (min-width: 1024px) {
  p.pre-heading {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1280px) {
  p.pre-heading {
    font-size: 1.1875rem;
  }
}
@media screen and (min-width: 1440px) {
  p.pre-heading {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1600px) {
  p.pre-heading {
    font-size: 1.25rem;
  }
}

.main-nav ul li {
  font-size: 0.94rem;
  font-weight: 600;
}
@media screen and (min-width: 782px) {
  .main-nav ul li {
    font-size: 0.95rem;
  }
}
@media screen and (min-width: 1024px) {
  .main-nav ul li {
    font-size: 0.97rem;
  }
}
@media screen and (min-width: 1280px) {
  .main-nav ul li {
    font-size: 0.98rem;
  }
}
@media screen and (min-width: 1440px) {
  .main-nav ul li {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1600px) {
  .main-nav ul li {
    font-size: 1rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 24px;
  color: #000;
}

h1 {
  font-size: 1.5rem;
  line-height: 1.22;
}
@media screen and (min-width: 782px) {
  h1 {
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 1024px) {
  h1 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1280px) {
  h1 {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 1440px) {
  h1 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1600px) {
  h1 {
    font-size: 2rem;
  }
}

body.home h1 {
  font-size: 2rem;
  line-height: 1.22;
}
@media screen and (min-width: 782px) {
  body.home h1 {
    font-size: 2.22rem;
  }
}
@media screen and (min-width: 1024px) {
  body.home h1 {
    font-size: 2.44rem;
  }
}
@media screen and (min-width: 1280px) {
  body.home h1 {
    font-size: 2.66rem;
  }
}
@media screen and (min-width: 1440px) {
  body.home h1 {
    font-size: 2.86rem;
  }
}
@media screen and (min-width: 1600px) {
  body.home h1 {
    font-size: 2.86rem;
  }
}

h2 {
  font-size: 1.625rem;
}
@media screen and (min-width: 782px) {
  h2 {
    font-size: 1.6875rem;
  }
}
@media screen and (min-width: 1024px) {
  h2 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1280px) {
  h2 {
    font-size: 1.8125rem;
  }
}
@media screen and (min-width: 1440px) {
  h2 {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 1600px) {
  h2 {
    font-size: 1.875rem;
  }
}

h3 {
  font-size: 1.375rem;
}
@media screen and (min-width: 782px) {
  h3 {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 1024px) {
  h3 {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 1280px) {
  h3 {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 1440px) {
  h3 {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 1600px) {
  h3 {
    font-size: 1.375rem;
  }
}

h4 {
  font-size: 1.125rem;
}
@media screen and (min-width: 782px) {
  h4 {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1024px) {
  h4 {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1280px) {
  h4 {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1440px) {
  h4 {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1600px) {
  h4 {
    font-size: 1.125rem;
  }
}

h5 {
  font-size: 1.125rem;
}
@media screen and (min-width: 782px) {
  h5 {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1024px) {
  h5 {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1280px) {
  h5 {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1440px) {
  h5 {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1600px) {
  h5 {
    font-size: 1.125rem;
  }
}

h6 {
  font-size: 1rem;
}
@media screen and (min-width: 782px) {
  h6 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  h6 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1280px) {
  h6 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1440px) {
  h6 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1600px) {
  h6 {
    font-size: 1rem;
  }
}

p.banner-pre-heading {
  font-size: 1.25rem;
  line-height: 1.125;
  font-weight: 700;
  margin-bottom: 32px;
}
@media screen and (min-width: 782px) {
  p.banner-pre-heading {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 1024px) {
  p.banner-pre-heading {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  p.banner-pre-heading {
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 1440px) {
  p.banner-pre-heading {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1600px) {
  p.banner-pre-heading {
    font-size: 1.75rem;
  }
}

body.home p.banner-pre-heading {
  font-size: 1.25rem;
}
@media screen and (min-width: 782px) {
  body.home p.banner-pre-heading {
    font-size: 1.44rem;
  }
}
@media screen and (min-width: 1024px) {
  body.home p.banner-pre-heading {
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 1280px) {
  body.home p.banner-pre-heading {
    font-size: 1.81rem;
  }
}
@media screen and (min-width: 1440px) {
  body.home p.banner-pre-heading {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1600px) {
  body.home p.banner-pre-heading {
    font-size: 2rem;
  }
}

p.banner-intro {
  font-size: 1.0625rem;
  line-height: 1.3;
  margin: 0 auto;
  max-width: 296px;
}
@media screen and (min-width: 782px) {
  p.banner-intro {
    font-size: 1.14rem;
  }
}
@media screen and (min-width: 1024px) {
  p.banner-intro {
    font-size: 1.22rem;
  }
}
@media screen and (min-width: 1280px) {
  p.banner-intro {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1440px) {
  p.banner-intro {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 1600px) {
  p.banner-intro {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 500px) {
  p.banner-intro {
    max-width: 424px;
  }
}
@media screen and (min-width: 782px) {
  p.banner-intro {
    max-width: 564px;
  }
}

@media screen and (min-width: 782px) {
  .banner-text h1 {
    margin: 0 0 32px;
  }
}
small,
#menu-footer-nav li {
  font-size: 0.875rem;
}
@media screen and (min-width: 782px) {
  small,
  #menu-footer-nav li {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 1024px) {
  small,
  #menu-footer-nav li {
    font-size: 0.94rem;
  }
}
@media screen and (min-width: 1280px) {
  small,
  #menu-footer-nav li {
    font-size: 0.97rem;
  }
}
@media screen and (min-width: 1440px) {
  small,
  #menu-footer-nav li {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1600px) {
  small,
  #menu-footer-nav li {
    font-size: 1rem;
  }
}

ul,
ol {
  margin-bottom: 24px;
}

li {
  margin: 0 0 8px;
}

td {
  margin: 0;
}

img {
  display: block;
}

figure.image-shadow {
  position: relative;
  margin: 24px 0 8px;
}
@media screen and (min-width: 782px) {
  figure.image-shadow {
    max-width: 480px;
    margin: 8px auto 0;
  }
}
@media screen and (min-width: 1024px) {
  figure.image-shadow {
    margin: 20px auto 0;
  }
}
figure.image-shadow .image-shadow-fill {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #61c4d6;
  z-index: -1;
  transform: rotate(-3deg);
}

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

/* -------------------------------------------------------------------------------------------------------------------
Image Effects
------------------------------------------------------------------------------------------------------------------- */
.zoom-on-hover {
  position: relative;
  overflow: hidden;
}
.zoom-on-hover img {
  transition: all 0.5s;
}
.zoom-on-hover:hover img {
  transform: scale(1.1);
  transition: all 0.35s ease-in-out;
}

#page-header {
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 16px 0;
  height: 74px;
  background: #FFF;
  color: #333;
}
@media screen and (min-width: 782px) {
  #page-header {
    height: 76px;
  }
}
@media screen and (min-width: 1024px) {
  #page-header {
    height: 90px;
  }
}
#page-header.shadow {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}
#page-header .wrapper {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}
#page-header .wrapper .branding {
  margin-right: auto;
}
#page-header .branding img {
  height: 40px;
  width: auto;
}
@media screen and (min-width: 782px) {
  #page-header .branding img {
    height: 44px;
  }
}
@media screen and (min-width: 1024px) {
  #page-header .branding img {
    height: 58px;
  }
}
#page-header a,
#page-header .button a {
  color: #333;
}
#page-header .main-nav li.button {
  background: #FFD700;
}

.main-nav {
  position: fixed;
  z-index: 99;
  width: 280px;
  height: 100vh;
  left: -280px;
  top: 0;
  padding: 32px;
  background: #FFF;
  transition: left 0.2s ease;
}
.main-nav ul {
  margin: 0;
}
.main-nav li {
  display: block;
  margin: 0 0 24px;
}
.main-nav li.current-menu-item a:after {
  width: 100%;
}
.main-nav li:last-child {
  display: inline-block;
}
.main-nav li.menu-item-has-children ul {
  display: block;
  position: static;
  background: none;
  padding: 16px 0 0 24px;
}
.main-nav li.menu-item-has-children li {
  white-space: wrap;
  display: list-item;
  margin: 0 0 8px;
}
.main-nav li.menu-item-has-children li:last-child {
  margin: 0;
}
.main-nav li.button a:after {
  display: none;
}
.main-nav a {
  text-decoration: none;
  padding: 2px 0 5px;
  position: relative;
}
.main-nav a:hover {
  text-decoration: none;
}
.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);
  background: #1DA69B;
}
.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 screen and (min-width: 1024px) {
  .main-nav.show {
    box-shadow: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .main-nav {
    position: unset;
    width: auto;
    height: auto;
    padding: 0;
    display: flex;
    align-items: center;
  }
  .main-nav li {
    display: inline-block;
    margin: 0 0 0 32px;
  }
  .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.menu-item-has-children {
    position: relative;
  }
  .main-nav li.menu-item-has-children ul {
    position: absolute;
    left: -24px;
    display: none;
    background: #FFF;
    padding: 24px 24px 16px;
  }
  .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 4px;
    white-space: nowrap;
  }
  .main-nav li.menu-item-has-children:hover ul {
    display: block;
  }
}

.toggle-nav {
  padding: 5px 0 5px 20px;
  color: #333;
  position: relative;
  line-height: 2;
  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 screen and (min-width: 1024px) {
  .toggle-nav {
    display: none;
  }
}

.nav-email-icon {
  display: none;
}
.nav-email-icon.show {
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background: #333;
  display: flex;
  align-items: center;
  position: fixed;
  top: calc(100vh - 64px);
  left: 24px;
  z-index: 999;
}
.nav-email-icon.show svg {
  width: 21px;
  height: 15px;
  display: block;
  margin: auto;
}
@media screen and (min-width: 1024px) {
  .nav-email-icon {
    display: none !important;
  }
}

#page-footer {
  background: #333;
  position: relative;
}
#page-footer * {
  color: #FFF;
}
#page-footer .footer-bottom {
  padding-top: 24px;
}
#page-footer .footer-nav ul {
  padding: 0;
  margin: 0;
}
#page-footer .footer-nav li {
  display: block;
  padding: 0;
}
@media screen and (min-width: 782px) {
  #page-footer .footer-nav li {
    display: inline-block;
    padding-right: 8px;
    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 p:last-of-type {
  margin-bottom: 0;
}

.survey-cta-button {
  color: #333;
  position: fixed;
  bottom: 24px;
  z-index: 999;
  right: 12px;
  border-radius: 50%;
  width: 104px;
  height: 104px;
}
.survey-cta-button .survey-cta-button--scale {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 997;
  transition: all 0.25s ease-in-out;
}
.survey-cta-button .survey-cta-button--scale::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #FFD700;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  animation: pulse-double 5.5s infinite ease-in-out;
}
.survey-cta-button:hover {
  text-decoration: none;
}
.survey-cta-button:hover .survey-cta-button--scale {
  transform: scale(1.05);
  transition: all 0.25s ease-in-out;
}
.survey-cta-button:hover .survey-cta-button--scale::before {
  animation-play-state: paused;
}
.survey-cta-button .survey-cta-button--inner {
  background: #FFD700;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 104px;
  padding-top: 8px;
  overflow: hidden;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 998;
}
.survey-cta-button .survey-cta-button--inner * {
  text-align: center;
  margin: 0 auto;
}
.survey-cta-button .survey-cta-button--inner p {
  font-size: 1rem;
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 4px;
}
@media screen and (min-width: 782px) {
  .survey-cta-button .survey-cta-button--inner p {
    font-size: 1.08rem;
  }
}
@media screen and (min-width: 1024px) {
  .survey-cta-button .survey-cta-button--inner p {
    font-size: 1.16rem;
  }
}
@media screen and (min-width: 1280px) {
  .survey-cta-button .survey-cta-button--inner p {
    font-size: 1.23rem;
  }
}
@media screen and (min-width: 1440px) {
  .survey-cta-button .survey-cta-button--inner p {
    font-size: 1.31rem;
  }
}
@media screen and (min-width: 1600px) {
  .survey-cta-button .survey-cta-button--inner p {
    font-size: 1.31rem;
  }
}
@media screen and (min-width: 1280px) {
  .survey-cta-button {
    width: 152px;
    height: 152px;
    top: calc(100dvh - 32px - 152px);
    right: 32px;
  }
  .survey-cta-button .survey-cta-button--inner {
    width: 152px;
    height: 152px;
  }
  .survey-cta-button .survey-cta-button--inner p {
    margin-bottom: 12px;
  }
}
.survey-cta-button .icon-container {
  width: 42px;
}

@keyframes pulse-double {
  0%, 90.9% {
    transform: scale(1);
  }
  92.7% {
    transform: scale(0.95);
  }
  94.5% {
    transform: scale(1.05);
  }
  96.3% {
    transform: scale(1);
  }
  98.1% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.signup-cta-button {
  position: fixed;
  bottom: 132px;
  z-index: 999;
  right: 12px;
  border-radius: 50%;
  width: 56px;
  height: 56px;
}
.signup-cta-button .signup-cta-button--scale {
  background: #333;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 997;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.signup-cta-button:hover {
  text-decoration: none;
}
.signup-cta-button:hover .signup-cta-button--scale {
  transform: scale(1.05);
  transition: all 0.25s ease-in-out;
}
.signup-cta-button .signup-cta-button--inner {
  background: #333;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  overflow: hidden;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 998;
  padding: 0 0 2px 2px;
}
.signup-cta-button .signup-cta-button--inner * {
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .signup-cta-button {
    top: calc(100dvh - 12px - 152px - 74px);
    right: 32px;
  }
}
.signup-cta-button .icon-container {
  width: 32px;
}

body.have-your-say .signup-cta-button {
  bottom: 16px;
}
@media screen and (min-width: 1280px) {
  body.have-your-say .signup-cta-button {
    top: calc(100dvh - 12px - 74px);
  }
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 74px;
}
@media screen and (min-width: 782px) {
  html {
    scroll-padding-top: 76px;
  }
}
@media screen and (min-width: 1024px) {
  html {
    scroll-padding-top: 90px;
  }
}

body {
  color: #333;
  position: relative;
}
body.noscroll {
  overflow: hidden;
}

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

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

.wrapper {
  max-width: 1280px;
  padding: 32px 24px;
  position: relative;
}
@media screen and (min-width: 782px) {
  .wrapper {
    padding: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .wrapper {
    padding: 56px 80px;
  }
}

.wrapper.page-content {
  max-width: 100vw;
  padding: 0;
}
.wrapper.page-content .wp-block-group {
  padding: 40px 0;
}
@media screen and (min-width: 782px) {
  .wrapper.page-content .wp-block-group {
    padding: 64px 0;
  }
}
.wrapper.page-content .wp-block-group.acf-faqs + .wp-block-group.acf-faqs {
  padding-top: 0 !important;
}
.wrapper.page-content .wp-block-group .wp-block-group {
  padding: 0;
}
.wrapper.page-content ul li:before {
  background: #1DA69B;
}

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

@media screen and (min-width: 782px) {
  .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 screen and (min-width: 782px) {
  .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 screen and (min-width: 782px) {
  .hide-m {
    display: block;
  }
}

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

.max-width-centre {
  max-width: 640px;
}
@media 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 screen and (min-width: 782px) {
  .team-logo {
    margin: 0 auto;
  }
}

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

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

.ui-primary {
  fill: #1DA69B;
}

.ui-secondary {
  fill: #0F3289;
}

.ui-tertiary {
  fill: #062352;
}

.ui-cta {
  fill: #FFD700;
}

.ui-white {
  fill: #fff;
}

.ui-charcoal {
  fill: #333;
}

.ui-calendar {
  fill: #1DA69B;
  fill-rule: evenodd;
}

.ui-background {
  fill: #F7F3F0;
}

.ui-evenodd {
  fill-rule: evenodd;
}

.icon-container svg {
  width: 100%;
  height: auto;
  display: block;
}

.single-posts-preview {
  padding: 0 !important;
}
@media screen and (min-width: 782px) {
  .single-posts-preview {
    padding: 40px 0 0 !important;
  }
}

.single-post-preview {
  padding-bottom: 40px !important;
}
@media screen and (min-width: 782px) {
  .single-post-preview {
    padding-bottom: 80px !important;
  }
  .single-post-preview .wp-block-column:first-of-type {
    width: calc(66.6667% - 56px);
  }
  .single-post-preview .wp-block-column:last-of-type {
    width: 33.3333%;
    max-width: 368px;
  }
}
.single-post-preview h2 {
  margin-bottom: 16px;
}

/* Desktop- / Mobile-only classes */
.desktop-only {
  display: none;
}
@media screen and (min-width: 782px) {
  .desktop-only {
    display: block;
  }
}

.mobile-only {
  display: block;
}
@media screen and (min-width: 782px) {
  .mobile-only {
    display: none;
  }
}

#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: 1280px;
  padding: 40px 24px;
}
@media screen and (min-width: 782px) {
  .accessibility-policy .wrapper.page-content,
  .privacy-policy .wrapper.page-content,
  .cookie-policy .wrapper.page-content,
  .error-page .wrapper.page-content {
    padding: 64px 40px;
  }
}
@media screen and (min-width: 1280px) {
  .accessibility-policy .wrapper.page-content,
  .privacy-policy .wrapper.page-content,
  .cookie-policy .wrapper.page-content,
  .error-page .wrapper.page-content {
    padding: 80px;
  }
}
.accessibility-policy .wrapper.page-content h1,
.accessibility-policy .wrapper.page-content h2,
.accessibility-policy .wrapper.page-content h3,
.accessibility-policy .wrapper.page-content h4,
.accessibility-policy .wrapper.page-content h5,
.accessibility-policy .wrapper.page-content h6,
.privacy-policy .wrapper.page-content h1,
.privacy-policy .wrapper.page-content h2,
.privacy-policy .wrapper.page-content h3,
.privacy-policy .wrapper.page-content h4,
.privacy-policy .wrapper.page-content h5,
.privacy-policy .wrapper.page-content h6,
.cookie-policy .wrapper.page-content h1,
.cookie-policy .wrapper.page-content h2,
.cookie-policy .wrapper.page-content h3,
.cookie-policy .wrapper.page-content h4,
.cookie-policy .wrapper.page-content h5,
.cookie-policy .wrapper.page-content h6,
.error-page .wrapper.page-content h1,
.error-page .wrapper.page-content h2,
.error-page .wrapper.page-content h3,
.error-page .wrapper.page-content h4,
.error-page .wrapper.page-content h5,
.error-page .wrapper.page-content h6 {
  margin-top: 40px;
}
.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: #0F3289;
  text-decoration: underline;
  font-weight: 700;
}
.wrapper.page-content a:not(.button):hover {
  color: #1DA69B;
}
.wrapper.page-content ul:not(.slick-dots):not(.key-list):not(.key-list-block) li {
  padding-left: 20px;
  position: relative;
}
.wrapper.page-content ul:not(.slick-dots):not(.key-list):not(.key-list-block) li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  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,
.wp-element-button,
.wp-block-button__link,
button,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  padding: 10px 16px;
  background: #0F3289;
  color: #FFF;
  line-height: 1.5;
  display: inline-block;
  text-decoration: none;
  font-weight: 600 !important;
}
.button:hover,
.wp-element-button:hover,
.wp-block-button__link:hover,
button:hover,
input[type=submit]:hover {
  background: #062352;
}
@media only screen and (min-width: 561px) {
  .button,
  .wp-element-button,
  .wp-block-button__link,
  button,
  input[type=submit] {
    padding: 12px 20px;
  }
}

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

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

.wp-block-buttons > .wp-block-button {
  margin-bottom: 24px;
}
@media screen and (min-width: 782px) {
  .wp-block-buttons > .wp-block-button {
    margin-bottom: 0;
  }
}

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

.article-date {
  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 {
  max-width: 1280px;
}

@media screen and (min-width: 782px) {
  .relocate-here {
    display: none;
  }
}
@media (max-width: 781px) {
  .background-switch {
    background: #F7F3F0;
  }
  .has-background-desktop {
    background: none !important;
  }
}
.main-banner {
  background: var(--background);
}
.main-banner h1 {
  color: #1DA69B;
}

body.home .main-banner {
  height: calc(100dvh - 74px);
}
@media screen and (min-width: 782px) {
  body.home .main-banner {
    height: calc(100dvh - 76px);
  }
}
@media screen and (min-width: 1024px) {
  body.home .main-banner {
    height: calc(100dvh - 90px);
  }
}
body.home .main-banner .wrapper {
  max-width: 1280px;
  padding: 80px 24px 40px;
}
body.home .main-banner .wrapper a.button-to-content {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--background);
  display: flex;
  justify-content: center;
  align-items: center;
}
body.home .main-banner .wrapper a.button-to-content .svg-arrow {
  animation: bounce-arrow 2.5s infinite ease-in-out;
}
body.home .main-banner .wrapper a.button-to-content svg {
  width: 16px;
  height: 16px;
  margin: 12px auto 0;
}
@media screen and (min-width: 1024px) {
  body.home .main-banner .wrapper a.button-to-content {
    width: 80px;
    height: 80px;
    bottom: -28px;
  }
  body.home .main-banner .wrapper a.button-to-content svg {
    width: 24px;
    height: 24px;
    margin: 18px auto 0;
  }
}
@media screen and (min-width: 782px) {
  body.home .main-banner .wrapper {
    padding: 56px 40px 56px;
  }
}
body.home .main-banner .banner-text {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}
body.home .main-banner-image {
  width: 100%;
  overflow: hidden;
}
body.home .main-banner-image img {
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body:not(.home) .main-banner .wrapper {
  padding: 32px 24px;
  height: 100%;
}
body:not(.home) .main-banner .banner-text {
  text-align: center;
}
body:not(.home) .main-banner .banner-text p.banner-pre-heading {
  margin-bottom: 4px;
}
body:not(.home) .main-banner .banner-text h1 {
  margin-bottom: 0;
}
body:not(.home) .main-banner .main-banner-image {
  width: 100vw;
  height: 40.5128205128vw;
  max-height: 340px;
  overflow: hidden;
  position: relative;
}
body:not(.home) .main-banner .main-banner-image img {
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 782px) {
  body:not(.home) .main-banner {
    height: 40.5128205128vw;
    max-height: 340px;
    overflow: hidden;
    position: relative;
  }
  body:not(.home) .main-banner .wrapper {
    padding: 0 24px;
    height: 100%;
    width: 100%;
    z-index: 2;
  }
  body:not(.home) .main-banner .banner-text {
    text-align: left;
    position: absolute;
    left: 40px;
    bottom: 40px;
  }
  body:not(.home) .main-banner .banner-text p.banner-pre-heading {
    margin-bottom: 0;
    padding: 12px 16px;
    background: #1DA69B;
    color: #FFF;
  }
  body:not(.home) .main-banner .banner-text h1 {
    display: none;
  }
  body:not(.home) .main-banner .main-banner-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
  }
}
@media screen and (min-width: 1280px) {
  body:not(.home) .main-banner .banner-text {
    left: 80px;
  }
}
@keyframes bounce-arrow {
  0%, 80% {
    transform: translateY(0);
  }
  85% {
    transform: translateY(4px);
  }
  90% {
    transform: translateY(0);
  }
  95% {
    transform: translateY(4px);
  }
  100% {
    transform: translateY(0);
  }
}
.wp-block-columns {
  padding: 0 24px;
  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 screen and (min-width: 782px) {
  .wp-block-columns {
    padding: 0 40px;
  }
}
@media screen and (min-width: 782px) {
  .wp-block-columns {
    max-width: 1280px;
    margin: 0 auto;
    gap: 56px !important;
    display: flex;
  }
}
@media screen and (min-width: 1280px) {
  .wp-block-columns {
    padding: 0 80px;
  }
}

.wp-block-group.reverse .wp-block-columns {
  display: flex;
  flex-direction: column-reverse;
}
@media 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 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 #61C4D6;
}

@media screen and (min-width: 782px) {
  hr.wp-block-separator {
    width: calc(100% - 60px);
    margin: 0 30px;
  }
}
@media screen and (min-width: 1024px) {
  hr.wp-block-separator {
    max-width: 1080px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 782px) {
  .wp-block-group__inner-container > .wp-block-columns > .wp-block-column > *:last-child {
    margin-bottom: 0;
  }
}
.wp-block-group:not(.has-background):not(.relocate-here):not(.mobile-only) + .wp-block-group:not(.has-background):not(.has-background-desktop) {
  padding-top: 0;
}

.wp-block-group.has-background + .wp-block-group.has-background {
  padding-top: 0;
}

@media (max-width: 781px) {
  .wp-block-group.background-switch.has-background-desktop + .wp-block-group.background-switch {
    padding-top: 40px !important;
  }
}
/* Additional fixes */
.margin-bottom-0 {
  margin-bottom: 0 !important;
}

.border-none {
  border: none !important;
}

.padding-0 {
  padding: 0 !important;
}

/* 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: #1DA69B;
  cursor: pointer;
}
.post-password-form input[type=submit]:hover {
  background: #0F3289;
}

.acf-online-survey .wp-block-column {
  text-align: center;
  padding-bottom: 48px !important;
  border-bottom: 1px solid #E6E6E6;
}
.acf-online-survey .wp-block-column .icon-container {
  width: 96px;
  margin: 0 auto 16px;
}
.acf-online-survey .wp-block-column h2 {
  color: #1DA69B;
  margin-bottom: 16px;
}
.acf-online-survey .wp-block-column p {
  margin-bottom: 16px;
}

.wp-block-group.acf-online-survey + .wp-block-group.acf-online-survey {
  padding-top: 0;
}

@media screen and (min-width: 782px) {
  .acf-online-survey .wp-block-column {
    display: flex;
    flex-direction: row-reverse;
    gap: 56px;
    text-align: left;
    background: var(--background);
    padding: 24px;
    border: none;
  }
  .acf-online-survey .wp-block-column .online-survey-content {
    margin-right: auto;
  }
  .acf-online-survey .wp-block-column .icon-container {
    width: 236px;
    margin: 0;
  }
  .acf-online-survey .wp-block-column .icon-container svg {
    width: 100%;
    height: auto;
  }
  .has-background .acf-online-survey .wp-block-column {
    background: #FFF;
  }
  .wp-block-column > .acf-online-survey .wp-block-column {
    position: relative;
  }
  .wp-block-column > .acf-online-survey .wp-block-column .icon-container {
    position: absolute;
    top: 20px;
    right: 24px;
    width: 28%;
    max-width: 142px;
  }
  .wp-block-column > .acf-online-survey .wp-block-column .online-survey-content h2 {
    max-width: 60%;
  }
}
@media (min-width: 880px) {
  .online-survey-content *:not(a.button) {
    max-width: calc(100% - 142px - 16px);
  }
}
@media screen and (min-width: 1024px) {
  .acf-online-survey .wp-block-column {
    padding: 48px 104px;
  }
  .wp-block-column > .acf-online-survey .wp-block-column {
    padding: 48px 32px;
  }
  .wp-block-column > .acf-online-survey .wp-block-column .icon-container {
    right: 32px;
  }
}
.cta-block {
  padding-bottom: 0 !important;
}
@media (min-width: 782px) {
  .cta-block {
    padding-bottom: 64px !important;
  }
}
.cta-block .wp-block-column {
  padding-bottom: 48px !important;
}

@media screen and (min-width: 782px) {
  .cta-block .wp-block-column {
    background: var(--background);
    padding-bottom: 24px !important;
  }
  .cta-block .wp-block-column .hys-footer--icons .hys-footer--icons--left .ui-white,
  .cta-block .wp-block-column .hys-footer--icons .hys-footer--icons--right .ui-white {
    fill: #F7F3F0 !important;
  }
  .cta-block.has-background .wp-block-column {
    background: #FFF;
  }
}
/* Icons
------------------------------------------*/
.acf-online-survey .hys-footer--icons {
  width: 100%;
  height: 80px;
}
.acf-online-survey .hys-footer--icons .hys-footer--icons--left {
  top: 23px;
  width: 49.36%;
  max-width: 72px;
  animation: icon-left-float-up-down-smaller 1.8s ease-in-out infinite;
}
.acf-online-survey .hys-footer--icons .hys-footer--icons--right {
  width: 62.13%;
  max-width: 90px;
  animation: icon-right-float-up-down-smaller 2.2s ease-in-out infinite;
}
@media (max-width: 781px) {
  .acf-online-survey .hys-footer--icons svg .ui-background {
    fill: #FFF !important;
  }
}

.acf-online-survey .icon-container--map {
  width: 92px !important;
  height: 80px;
}
.acf-online-survey .map-icon-group {
  width: 100%;
  position: relative;
}
.acf-online-survey .map-icon-group > div {
  position: absolute;
}
.acf-online-survey .map-icon-group svg {
  width: 100%;
  height: auto;
}
.acf-online-survey .map-icon-01 {
  width: 34px;
  top: 20px;
  left: 0;
  animation: map-icon-jiggle 2.5s ease-in-out infinite;
}
.acf-online-survey .map-icon-02 {
  width: 36px;
  top: 0;
  right: 0;
  transform-origin: bottom center;
  animation: map-icon-squash-bounce 2.5s ease-in-out infinite;
}
.acf-online-survey .map-icon-03 {
  width: 58px;
  top: 34px;
  right: 5px;
}
@media screen and (min-width: 782px) {
  .acf-online-survey .icon-container--survey {
    width: 96px !important;
  }
}
@media screen and (min-width: 1024px) {
  .acf-online-survey .icon-container--survey {
    width: 142px !important;
  }
  .acf-online-survey .icon-container--map {
    width: 142px !important;
    height: 123px;
  }
  .acf-online-survey .map-icon-01 {
    width: 52px;
    top: 32px;
  }
  .acf-online-survey .map-icon-02 {
    width: 56px;
  }
  .acf-online-survey .map-icon-03 {
    width: 92px;
    top: 56px;
    right: 8px;
  }
}

@keyframes icon-left-float-up-down-smaller {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(6px);
  }
}
@keyframes icon-right-float-up-down-smaller {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(7px);
  }
}
@keyframes map-icon-jiggle {
  0% {
    transform: rotate(0deg);
  }
  5% {
    transform: rotate(-5deg);
  }
  10% {
    transform: rotate(0deg);
  }
  15% {
    transform: rotate(-5deg);
  }
  20%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes map-icon-squash-bounce {
  0% {
    transform: scaleY(1) translateY(0);
  }
  5% {
    transform: scaleY(0.9) translateY(0);
  }
  10% {
    transform: scaleY(1) translateY(0);
  }
  15% {
    transform: scaleY(1) translateY(-8px);
  }
  25% {
    transform: scaleY(0.9) translateY(0);
  }
  30%, 100% {
    transform: scaleY(1) translateY(0);
  }
}
/* Drop-in event block */
.acf-drop-in-event.acf-drop-in-event--mixed > .wp-block-columns {
  margin-bottom: 0;
  position: relative;
  padding-top: 88px !important;
}
.acf-drop-in-event.acf-drop-in-event--mixed * {
  text-align: center;
}
.acf-drop-in-event.acf-drop-in-event--mixed h2 {
  color: #1DA69B;
  margin-bottom: 8px;
}
.acf-drop-in-event.acf-drop-in-event--mixed .icon-container {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  animation: shake-icon 3s infinite ease-in-out;
}
.acf-drop-in-event.acf-drop-in-event--mixed .icon-container svg {
  width: 72px;
  height: auto;
  margin: 0 auto;
}
.acf-drop-in-event.acf-drop-in-event--mixed .acf-drop-in-event--mixed--details {
  margin: 16px 0 32px;
  padding: 32px 40px;
  background: #F7F3F0;
}
.acf-drop-in-event.acf-drop-in-event--mixed .acf-drop-in-event--mixed--details p {
  margin-bottom: 0;
}
.acf-drop-in-event.acf-drop-in-event--mixed .acf-drop-in-event--mixed--details .acf-drop-in-event--details {
  margin-bottom: 12px;
}
@media screen and (min-width: 782px) {
  .acf-drop-in-event.acf-drop-in-event--mixed > .wp-block-columns {
    position: unset;
    padding-top: 0 !important;
  }
  .acf-drop-in-event.acf-drop-in-event--mixed * {
    text-align: left;
  }
  .acf-drop-in-event.acf-drop-in-event--mixed h2 {
    color: #333;
    margin-bottom: 24px;
  }
  .acf-drop-in-event.acf-drop-in-event--mixed .wp-block-column > p {
    float: left;
    max-width: calc(100% - 88px - 16px);
  }
  .acf-drop-in-event.acf-drop-in-event--mixed .icon-container {
    position: unset;
    width: 88px;
    margin: 0;
    float: right;
  }
  .acf-drop-in-event.acf-drop-in-event--mixed .icon-container svg {
    width: 100%;
  }
  .acf-drop-in-event.acf-drop-in-event--mixed .acf-drop-in-event--mixed--details {
    width: 100%;
    clear: both;
    padding: 8px 0;
    background: none;
  }
  .acf-drop-in-event.acf-drop-in-event--mixed .acf-drop-in-event--mixed--details .acf-drop-in-event--details {
    border-left: 1px solid #1DA69B;
    padding-left: 24px;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .acf-drop-in-event.acf-drop-in-event--mixed .wp-block-column > p {
    max-width: calc(100% - 88px - 32px);
  }
}

.acf-drop-in-event.acf-drop-in-event--block {
  background: var(--background);
  padding: 24px !important;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 782px) {
  .acf-drop-in-event.acf-drop-in-event--block {
    max-width: 388px;
    padding: 32px 24px !important;
  }
}
.acf-drop-in-event.acf-drop-in-event--block h3 {
  margin-bottom: 16px;
}
.acf-drop-in-event.acf-drop-in-event--block .icon-container {
  width: 100px;
  margin: 0 auto 16px;
  animation: shake-icon 3s infinite ease-in-out;
}

.acf-drop-in-event.acf-drop-in-event--block .acf-drop-in-event--details {
  margin-bottom: 8px;
}
.acf-drop-in-event.acf-drop-in-event--block .acf-drop-in-event--details p {
  margin-bottom: 0;
}

.wp-block-group.has-background .acf-drop-in-event.acf-drop-in-event--block {
  background: #FFF;
}

.acf-drop-in-event.acf-drop-in-event--home {
  background: var(--background);
  padding: 24px !important;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 782px) {
  .acf-drop-in-event.acf-drop-in-event--home {
    max-width: 388px;
    padding: 32px 24px !important;
  }
}
.acf-drop-in-event.acf-drop-in-event--home .icon-container {
  width: 100px;
  margin: 0 auto 24px;
  animation: shake-icon 3s infinite ease-in-out;
}
.acf-drop-in-event.acf-drop-in-event--home .drop-in-code {
  margin-top: 16px;
}

.acf-drop-in-event.acf-drop-in-event--home .acf-drop-in-event--details {
  margin-bottom: 8px;
}
.acf-drop-in-event.acf-drop-in-event--home .acf-drop-in-event--details p {
  margin-bottom: 0;
}

.wp-block-group.has-background .acf-drop-in-event.acf-drop-in-event--home {
  background: #FFF;
}

@media (max-width: 781px) {
  .acf-drop-in-event.acf-drop-in-event--home {
    background: none;
    padding: 0 !important;
    text-align: left;
    margin: 0;
  }
  .acf-drop-in-event.acf-drop-in-event--home > .wp-block-columns > .wp-block-column {
    position: relative;
  }
  .acf-drop-in-event.acf-drop-in-event--home h2 {
    font-size: 1.875rem;
    margin-bottom: 24px;
    margin-right: 120px;
  }
  .acf-drop-in-event.acf-drop-in-event--home .icon-container {
    width: 72px;
    position: absolute;
    top: 24px;
    right: 0;
  }
}
.acf-drop-in-event.acf-drop-in-event--inline {
  padding-bottom: 40px !important;
}
.acf-drop-in-event.acf-drop-in-event--inline .acf-drop-in-event--details > div {
  border-left: 4px solid #1DA69B;
  max-width: 360px;
  margin: 0 0 24px;
  padding-left: 16px;
}
.acf-drop-in-event.acf-drop-in-event--inline .acf-drop-in-event--details > div p {
  margin: 0;
}

@keyframes shake-icon {
  0%, 80% {
    transform: rotate(0deg);
  }
  83.3% {
    transform: rotate(-3deg);
  }
  86.6% {
    transform: rotate(6deg);
  }
  90% {
    transform: rotate(-4.5deg);
  }
  93.3% {
    transform: rotate(3.5deg);
  }
  96.6% {
    transform: rotate(-1.5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.acf-drop-in-event--downloads {
  padding: 24px;
  background: var(--background);
  margin-top: 40px;
}
.acf-drop-in-event--downloads p {
  display: flex;
  margin-bottom: 16px;
}
.acf-drop-in-event--downloads p:last-of-type {
  margin-bottom: 0;
}
.acf-drop-in-event--downloads a {
  position: relative;
  padding-left: 32px;
  padding-top: 4px;
}
.acf-drop-in-event--downloads a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 55%;
  transform: translateY(-50%);
  background-image: url(../svg/icon--download.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  width: 24px;
  height: 24px;
}
.acf-drop-in-event--downloads a:hover {
  color: #1DA69B !important;
}
@media screen and (min-width: 782px) {
  .acf-drop-in-event--downloads {
    padding: 32px;
  }
}

.has-background .acf-drop-in-event--downloads {
  background: #FFF;
}

.faq {
  max-width: 640px;
}
.faq .item {
  border-top: #1DA69B 1px solid;
}
.faq .item:last-child {
  border-bottom: #1DA69B 1px solid;
}
.faq .question {
  position: relative;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}
.faq .question .question--link {
  color: #333 !important;
  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:before {
  color: #1DA69B;
}
.faq .question a {
  text-decoration: none !important;
  color: #333;
}
.faq .question.show:after {
  transform: rotate(180deg);
}
.faq .answer {
  display: none;
}
.faq .answer.show {
  display: block;
}

.acf-header-group {
  padding-bottom: 0 !important;
}
@media screen and (min-width: 782px) {
  .acf-header-group {
    text-align: center;
    padding-bottom: 16px !important;
  }
}
@media screen and (min-width: 1280px) {
  .acf-header-group {
    padding-bottom: 24px !important;
  }
}

.acf-hys-footer .hys-footer--text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 782px) {
  .acf-hys-footer .hys-footer--text p {
    max-width: 320px;
  }
  .acf-hys-footer .hys-footer--text p:last-of-type {
    margin-bottom: 0;
  }
}

.acf-hys-footer--body {
  margin-top: -16px;
}
.acf-hys-footer--body .hys-footer--icons {
  min-height: 112px;
}
@media screen and (min-width: 782px) {
  .acf-hys-footer--body .hys-footer--icons {
    min-height: 146px;
  }
}

.acf-hys-footer--footer p {
  margin-bottom: 0;
}

@media screen and (min-width: 782px) {
  .acf-hys-footer--header {
    text-align: center;
    padding-bottom: 16px;
  }
  .acf-hys-footer--body {
    padding-bottom: 40px;
  }
  .acf-hys-footer--body .hys-footer--icons {
    margin-bottom: 0;
  }
}
.hys-footer--icons {
  position: relative;
  width: 117px;
}
@media screen and (min-width: 782px) {
  .hys-footer--icons {
    width: 235px;
    float: right;
  }
}
.hys-footer--icons svg {
  width: 100%;
  height: auto;
}
.hys-footer--icons .hys-footer--icons--left {
  position: absolute;
  left: 0;
  top: 22px;
  animation: icon-left-float-up-down 1.8s ease-in-out infinite;
  width: 58px;
  z-index: 2;
}
@media screen and (min-width: 782px) {
  .hys-footer--icons .hys-footer--icons--left {
    top: 43px;
    width: 116px;
  }
}
.hys-footer--icons .hys-footer--icons--right {
  position: absolute;
  right: 0;
  top: 0;
  animation: icon-right-float-up-down 2.2s ease-in-out infinite;
  width: 73px;
  z-index: 1;
}
@media screen and (min-width: 782px) {
  .hys-footer--icons .hys-footer--icons--right {
    width: 146px;
  }
}

.has-background .hys-footer--icons svg .ui-white {
  fill: #F7F3F0 !important;
}

@media (max-width: 781px) {
  .background-switch .hys-footer--icons svg .ui-white {
    fill: #F7F3F0 !important;
  }
}
@keyframes icon-left-float-up-down {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
}
@keyframes icon-right-float-up-down {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
}
.acf-hys-introduction .wp-block-column:last-of-type {
  position: relative;
}
@media screen and (min-width: 782px) {
  .acf-hys-introduction .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: unset;
  }
  .acf-hys-introduction .wp-block-column:first-of-type {
    width: 60%;
  }
  .acf-hys-introduction .wp-block-column:first-of-type > *:last-child {
    margin-bottom: 0;
  }
  .acf-hys-introduction .wp-block-column:last-of-type {
    width: 40%;
  }
}
.acf-hys-introduction h1 {
  display: none;
}
@media screen and (min-width: 782px) {
  .acf-hys-introduction h1 {
    display: block;
    font-size: 2.125rem;
    line-height: 1.1;
    color: #1DA69B;
  }
}
.acf-hys-introduction .icon-container {
  display: none;
}
@media screen and (min-width: 782px) {
  .acf-hys-introduction .icon-container {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 114px;
  }
}

.internal-nav--signpost {
  position: relative;
  margin-bottom: 24px;
  display: flex;
}
.internal-nav--signpost span.link {
  font-weight: 700;
  color: #0F3289;
  text-decoration: underline;
}
.internal-nav--signpost:hover span.link {
  color: #1DA69B;
  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%;
  max-width: calc(100% - 140px);
  padding: 0 0 0 16px;
}
.internal-nav--signpost-text p {
  font-size: 1.125rem !important;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 8px;
}
@media screen and (min-width: 782px) {
  .internal-nav--signpost-text {
    background: var(--background);
    padding: 24px;
    max-width: unset;
  }
}

@media screen and (min-width: 782px) {
  .has-background .internal-nav--signpost-text {
    background: #FFF;
  }
  .internal-nav--signpost-text {
    padding: 24px;
  }
  .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: 352px;
    margin: 16px;
    flex-direction: column;
  }
  .internal-nav--signposts-2-exact .internal-nav--signpost {
    width: calc(50% - 32px);
    max-width: 448px;
  }
  .internal-nav--signposts-2 .internal-nav--signpost {
    width: calc(50% - 32px);
    max-width: 368px;
  }
  .internal-nav--signposts-3 .internal-nav--signpost {
    width: calc(33.33% - 32px);
    max-width: 340px;
  }
  .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%;
  }
}
.caption {
  margin-top: 0.5em;
  color: #333;
  font-size: 1rem;
  display: inline-block;
  line-height: 1.4;
  position: relative;
  font-weight: 600;
}

.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;
  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 {
  font-size: 1rem;
  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;
  border: #ccc 1px solid;
  border-left: none;
}
.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 {
  -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;
}
.key.outside-bottom span {
  vertical-align: middle;
}

.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;
  }
  .map.border .key {
    border: #ccc 1px solid;
    border-top: none;
  }
}
@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;
  }
}
.map-key-marker {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  padding-top: 1px;
  margin-top: -3px;
}

.map-key-coloured-block {
  width: 30px;
  height: 20px;
  display: inline-block;
}

.small-icons .key .map-key-marker {
  width: 20px;
  height: 20px;
  font-size: 12px;
}

.acf-signup-footer * {
  text-align: center;
}
.acf-signup-footer .icon-container {
  width: 67px;
  margin: 0 auto 16px;
}
.acf-signup-footer h3 {
  margin-bottom: 8px;
  font-size: 1.0625rem;
}
@media screen and (min-width: 782px) {
  .acf-signup-footer h3 {
    font-size: 1.11rem;
  }
}
@media screen and (min-width: 1024px) {
  .acf-signup-footer h3 {
    font-size: 1.15625rem;
  }
}
@media screen and (min-width: 1280px) {
  .acf-signup-footer h3 {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1440px) {
  .acf-signup-footer h3 {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1600px) {
  .acf-signup-footer h3 {
    font-size: 1.25rem;
  }
}
.acf-signup-footer p {
  margin-bottom: 0;
}

.overlay.overlay--footer-signup .overlay-content {
  background: var(--background);
  width: 90%;
  padding: 24px;
  max-width: 480px;
  height: auto;
}
.overlay.overlay--footer-signup .overlay-content p.pre-heading,
.overlay.overlay--footer-signup .overlay-content h2 {
  max-width: calc(100% - 70px);
}
@media screen and (min-width: 782px) {
  .overlay.overlay--footer-signup .overlay-content {
    padding: 24px 32px;
  }
}
.overlay.overlay--footer-signup .overlay-content svg {
  display: none;
}
@media screen and (min-width: 782px) {
  .overlay.overlay--footer-signup .overlay-content svg {
    width: 66px;
    height: auto;
    position: absolute;
    top: 24px;
    right: 32px;
    display: block;
  }
}
.overlay.overlay--footer-signup label {
  display: none;
}
.overlay.overlay--footer-signup #fieldName,
.overlay.overlay--footer-signup #fieldEmail {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  padding: 14px;
  margin: 0 0 12px;
  font-family: "Montserrat", "sans-serif";
  font-size: 1rem;
  border: none;
  width: 100%;
}
@media screen and (min-width: 782px) {
  .overlay.overlay--footer-signup #fieldName,
  .overlay.overlay--footer-signup #fieldEmail {
    font-size: 1.03rem;
  }
}
@media screen and (min-width: 1024px) {
  .overlay.overlay--footer-signup #fieldName,
  .overlay.overlay--footer-signup #fieldEmail {
    font-size: 1.06rem;
  }
}
@media screen and (min-width: 1280px) {
  .overlay.overlay--footer-signup #fieldName,
  .overlay.overlay--footer-signup #fieldEmail {
    font-size: 1.09rem;
  }
}
@media screen and (min-width: 1440px) {
  .overlay.overlay--footer-signup #fieldName,
  .overlay.overlay--footer-signup #fieldEmail {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1600px) {
  .overlay.overlay--footer-signup #fieldName,
  .overlay.overlay--footer-signup #fieldEmail {
    font-size: 1.125rem;
  }
}
.overlay.overlay--footer-signup button {
  font-family: "Montserrat", "sans-serif";
  margin: 8px 0 0;
}

.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: 32px;
  position: absolute;
  height: 100%;
}
.timeline .t-line:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
  background: #1DA69B;
}
@media screen and (min-width: 782px) {
  .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%);
  background: #1DA69B;
}
@media screen and (min-width: 782px) {
  .timeline .t-line:after {
    left: 20px;
  }
}
@media screen and (min-width: 782px) {
  .timeline .t-line {
    width: 50px;
  }
}
.timeline .t-header {
  position: relative;
}
.timeline .t-header h3 {
  font-size: 1rem;
  margin: 0 0 4px;
  color: #333;
}
@media screen and (min-width: 782px) {
  .timeline .t-header h3 {
    font-size: 1.03rem;
  }
}
@media screen and (min-width: 1024px) {
  .timeline .t-header h3 {
    font-size: 1.06rem;
  }
}
@media screen and (min-width: 1280px) {
  .timeline .t-header h3 {
    font-size: 1.09rem;
  }
}
@media screen and (min-width: 1440px) {
  .timeline .t-header h3 {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1600px) {
  .timeline .t-header h3 {
    font-size: 1.125rem;
  }
}
.timeline .t-content {
  width: calc(100% - 30px);
  float: right;
  background: var(--background);
  padding: 16px;
  margin: 0 0 16px;
}
.timeline .t-content .hide {
  padding: 0;
}
.timeline .t-content p {
  margin: 0;
}
@media screen and (min-width: 782px) {
  .timeline .t-content {
    width: calc(100% - 48px);
    margin: 0 0 32px;
  }
}
.timeline .t-content.faded {
  opacity: 0.5 !important;
}
.timeline .t-content.t-notice {
  background: #61C4D6 !important;
  width: auto;
  color: white;
  font-weight: 700;
  float: left;
  margin-left: 32px;
  padding: 12px 16px;
}
@media screen and (min-width: 782px) {
  .timeline .t-content.t-notice {
    margin-left: 48px;
  }
}
.timeline .toggle-state {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  color: #61C4D6;
}
.timeline .min {
  display: block;
}
.timeline .max {
  display: none;
}

.timeline .item:last-of-type .t-content {
  margin-bottom: 0;
}

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

.acf-video-overlay-block {
  background: var(--background);
  padding: 24px !important;
  margin-bottom: 24px;
}
.acf-video-overlay-block * > :last-child {
  margin-bottom: 0 !important;
}
.acf-video-overlay-block a {
  display: flex;
  color: #0F3289 !important;
}
.acf-video-overlay-block a::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../svg/icon--play-button.svg") no-repeat center center;
  background-size: 24px 24px;
  display: block;
  margin-right: 8px;
}
.acf-video-overlay-block a:hover {
  color: #1DA69B !important;
}

.has-background .acf-video-overlay-block {
  background: #FFF;
}

.feature-list {
  padding: 0;
}
.feature-list li {
  padding: 0 0 0 32px !important;
  margin-bottom: 16px;
  line-height: 1.4;
}
.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 screen and (min-width: 782px) {
  .feature-list li {
    padding: 2px 15px 0 40px !important;
  }
  .feature-list li:last-of-type {
    padding-bottom: 12px !important;
  }
  .feature-list li:before {
    width: 26px !important;
    height: 26px !important;
  }
}

.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: #062352;
}
.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;
}

.pswp__button--close,
.pswp .key .toggle-key {
  background: #0F3289 !important;
}

.pswp__button--close:hover,
.pswp .key .toggle-key:hover {
  background: #062352 !important;
}

body {
  top: 0 !important;
}

.utility-bar {
  background: var(--background);
  height: 35px;
  overflow: hidden;
  padding: 6px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  width: 100%;
}
.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: var(--background);
  margin: 0 0 9999px !important;
}
.utility-bar .goog-te-combo:focus-visible {
  outline: none;
  border-color: #1DA69B;
}

.skiptranslate iframe {
  display: none;
}

body.language-picker #page-header {
  height: 109px;
}
body.language-picker #page-header .wrapper {
  margin-top: 35px;
}
@media screen and (min-width: 782px) {
  body.language-picker #page-header {
    height: 111px;
  }
}
@media screen and (min-width: 1024px) {
  body.language-picker #page-header {
    height: 125px;
  }
}

.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: rgb(2.9538461538, 141.0461538462, 85.6615384615);
}
.overlay--survey-complete .overlay-content a {
  text-decoration: none !important;
}

.overlay-webinar .overlay-content {
  background: none;
}

html.font-size-medium {
  font-size: 17px;
}

html.font-size-large {
  font-size: 20px;
}

html.font-size-huge {
  font-size: 22px;
}

html.ao-contrast {
  --background: #000;
}

html.ao-contrast #page-header,
html.ao-contrast #page-footer,
html.ao-contrast .wp-block-group,
html.ao-contrast .has-background,
html.ao-contrast .t-content,
html.ao-contrast .internal-nav--signpost-text,
html.ao-contrast .acf-online-survey .wp-block-column,
html.ao-contrast .cta-block.has-background .wp-block-column,
html.ao-contrast .map .key,
html.ao-contrast .acf-drop-in-event--downloads {
  background-color: var(--background) !important;
}
html.ao-contrast #page-header {
  border-bottom: 1px solid #FFF !important;
}
html.ao-contrast .wp-block-group.acf-block:not(.acf-drop-in-event--inline),
html.ao-contrast .internal-nav--signpost-text,
html.ao-contrast .t-content,
html.ao-contrast .acf-drop-in-event--downloads,
html.ao-contrast .overlay-content {
  border: 1px solid #FFF !important;
}
html.ao-contrast #page-content > .wp-block-group:not(.cta-block) {
  border-top: 1px solid #FFF !important;
}
html.ao-contrast #page-content > .wp-block-group.acf-faqs + .wp-block-group.acf-faqs {
  border-top: none !important;
}
html.ao-contrast a,
html.ao-contrast .link {
  color: #FFD700 !important;
}
html.ao-contrast .main-nav a:after {
  background: #FFD700;
}
html.ao-contrast h1,
html.ao-contrast h2,
html.ao-contrast h3,
html.ao-contrast h4,
html.ao-contrast h5,
html.ao-contrast h6 {
  color: #fff !important;
}
html.ao-contrast p,
html.ao-contrast li:not(.menu-item),
html.ao-contrast td,
html.ao-contrast figcaption,
html.ao-contrast .caption {
  color: #fff !important;
}
html.ao-contrast .ui-primary {
  fill: #FFF !important;
}
html.ao-contrast .survey-cta-button p {
  color: #000 !important;
}
html.ao-contrast button:not(.accessibility-button):not(.accessibility-option),
html.ao-contrast .button,
html.ao-contrast .button a,
html.ao-contrast .wp-block-column p a.button {
  background-color: #FFD700 !important;
  color: #000 !important;
  border-color: #FFD700 !important;
}
html.ao-contrast button:not(.accessibility-button):not(.accessibility-option):hover,
html.ao-contrast .button:hover,
html.ao-contrast .button a:hover,
html.ao-contrast .wp-block-column p a.button:hover {
  background-color: #FFF !important;
}
html.ao-contrast .wp-block-group svg path {
  fill: #FFF !important;
}
html.ao-contrast .timeline .t-line:before,
html.ao-contrast .timeline .t-line:after {
  background-color: #FFF !important;
}
html.ao-contrast .timeline .t-content.faded {
  opacity: 1 !important;
}
html.ao-contrast .feature-list li:before {
  background: url(../svg/icon--tick--contrast.svg) left top no-repeat !important;
}
html.ao-contrast .wrapper.page-content ul:not(.feature-list) li:before {
  background: #FFF !important;
}
html.ao-contrast .faq .question .question--link {
  color: #FFF !important;
}
html.ao-contrast .faq .question:after {
  background: url(../svg/chevron-down-contrast.svg) center center no-repeat !important;
}
html.ao-contrast .faq .item,
html.ao-contrast .news-article {
  border-top: 1px solid #FFF !important;
}
html.ao-contrast .faq .item:last-child {
  border-bottom: 1px solid #FFF !important;
}
html.ao-contrast .toggle-nav:before {
  background: url("../img/menu-icon-white.png") 0 0 no-repeat;
}
html.ao-contrast .acf-video-overlay-block a::before {
  background: url("../svg/icon--play-button-contrast.svg") no-repeat center center;
}
html.ao-contrast .acf-drop-in-event--downloads a::before {
  background-image: url(../svg/icon--download-contrast.svg);
}
html.ao-contrast .wp-block-group.acf-block.acf-drop-in-event--mixed {
  padding: 40px 0 0 !important;
  border: none !important;
}
html.ao-contrast .wp-block-group.acf-block.acf-drop-in-event--mixed .acf-drop-in-event--mixed--details {
  background: none;
}
html.ao-contrast .main-nav {
  background: #000;
}
html.ao-contrast #page-footer {
  border-top: 1px solid #FFF !important;
}
html.ao-contrast .pre-heading {
  color: #95f2fe !important;
}
html.ao-contrast .wp-block-group .hys-footer--icons svg path.ui-white,
html.ao-contrast .wp-block-group .hys-footer--icons--left svg path.ui-background {
  fill: #000 !important;
}
@media (max-width: 781px) {
  html.ao-contrast .acf-drop-in-event--home {
    padding: 32px 0 !important;
  }
  html.ao-contrast .wp-block-group.acf-block.acf-drop-in-event--home {
    border: none !important;
  }
  html.ao-contrast .internal-nav--signpost-text {
    padding-top: 16px !important;
  }
}
@media screen and (min-width: 782px) {
  html.ao-contrast .cta-block .wp-block-column {
    border: 1px solid #FFF !important;
  }
  html.ao-contrast .cta-block .wp-block-column .acf-online-survey {
    border: none !important;
  }
  html.ao-contrast .cta-block .wp-block-column .acf-online-survey .wp-block-column {
    border: none !important;
  }
}

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

.accessibility-panel {
  position: absolute;
  top: 80px;
  left: 6px;
  z-index: 98;
  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: #333 !important;
}
@media screen and (min-width: 782px) {
  .accessibility-panel {
    top: 88px;
    left: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .accessibility-panel {
    top: 108px;
  }
}
@media screen and (min-width: 1280px) {
  .accessibility-panel {
    z-index: 101;
    position: fixed;
  }
}
.accessibility-panel svg {
  display: block;
}
.accessibility-panel svg .svg-primary {
  fill: #145BF5;
}

.language-picker .accessibility-panel {
  top: 123px;
}
@media screen and (min-width: 1024px) {
  .language-picker .accessibility-panel {
    top: 143px;
  }
}

.accessibility-button {
  width: 44px;
  height: 44px;
  padding: 8px 10px;
  box-sizing: border-box;
  background: #145BF5;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  z-index: 2;
  margin-bottom: 4px;
}
.accessibility-button svg {
  width: 24px;
  height: 29px;
}

.accessibility-options {
  position: relative;
  display: none;
  background: #145BF5;
  padding: 5px;
  z-index: 3;
  border-radius: 20px;
}
.accessibility-options.active {
  display: block;
}
.accessibility-options .button-wrapper {
  margin-bottom: 8px;
}
.accessibility-options .button-wrapper:last-of-type {
  margin-bottom: 0;
}

.accessibility-option {
  width: 34px;
  height: 34px;
  background: #FFF;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  margin-bottom: 4px;
  padding: 0 !important;
}
.accessibility-option svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.accessibility-option:last-of-type {
  margin-bottom: 0;
}
.accessibility-option:hover {
  background: #FFF !important;
}
.accessibility-option .option-label {
  display: none;
  position: absolute;
  top: 0;
  left: 40px;
  height: 44px;
  padding: 0 10px;
  box-sizing: border-box;
  color: #FFF;
  min-width: 160px;
  font-weight: 500;
  font-size: 1rem !important;
  align-items: center;
}
.accessibility-option .option-label span {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.accessibility-option:hover .option-label {
  display: flex;
  justify-content: flex-start;
}
@media (min-width: 901px) {
  .accessibility-option:hover .option-label {
    background: #145BF5;
  }
}
.accessibility-option:focus-visible .option-label {
  display: flex;
  outline: none !important;
  background: #FFD700 !important;
  color: #000 !important;
  height: 40px;
}

#ao-font-size svg {
  width: 25px;
  height: 15px;
}

#ao-contrast svg {
  width: 20px;
  height: 20px;
}

#ao-typeface svg {
  width: 17.31px;
  height: 18px;
}

#ao-reset svg {
  width: 23.65px;
  height: 20px;
  left: 54%;
}

[hidden] {
  display: none !important;
}

#ao-font-size .option-label--font-size-markers {
  position: absolute;
  top: 11px;
  right: 0;
  width: 75px;
  height: 14px;
  display: flex;
}
#ao-font-size .option-label--size-marker {
  display: inline-block;
  background: #FFF;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin: 0 0 0 4px;
  opacity: 0.5;
}

html.font-size-medium .option-label--size-marker:nth-of-type(1) {
  background: #FFF !important;
  opacity: 1 !important;
}

html.font-size-large .option-label--size-marker:nth-of-type(1),
html.font-size-large .option-label--size-marker:nth-of-type(2) {
  background: #FFF !important;
  opacity: 1 !important;
}

html.font-size-huge .option-label--size-marker {
  background: #FFF !important;
  opacity: 1 !important;
}

.accessibility-panel.active .accessibility-button {
  background: #145BF5;
}

.accessibility-panel {
  transition: none !important;
}

.accessibility-panel.active .accessibility-options {
  width: 276px;
  background: #145BF5;
  overflow: hidden;
}
.accessibility-panel.active .accessibility-options * {
  transition: none !important;
}
.accessibility-panel.active .accessibility-options .accessibility-option {
  display: block;
}

.accessibility-options.active .accessibility-option .option-label {
  font-size: 16px !important;
  display: block;
  text-align: left;
  padding: 6px 10px 0 0;
  width: calc(100vw - 88px);
  width: 232px;
}

html.font-size-medium .accessibility-option:focus-visible .option-label--size-marker:nth-of-type(1) {
  background: #145BF5 !important;
}

html.font-size-large .accessibility-option:focus-visible .option-label--size-marker:nth-of-type(1),
html.font-size-large .accessibility-option:focus-visible .option-label--size-marker:nth-of-type(2) {
  background: #145BF5 !important;
}

html.font-size-huge .accessibility-option:focus-visible .option-label--size-marker {
  background: #145BF5 !important;
}

/* -------------------------------------------------------------------------------------------------------------------
// Project specific styles below
------------------------------------------------------------------------------------------------------------------- *//*# sourceMappingURL=main.css.map */