/*
Theme Name: Timber
Author: Vision Tank
Author URI: http://visiontank.co.uk/
Version: 1.1.3
*/
/* 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;
}

html,
*,
*:before,
*:after {
  box-sizing: border-box;
}

/* 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 {
  content: "";
  content: none;
}

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

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

input:focus {
  outline: none;
}

@font-face {
  font-family: "Grift";
  src: url(assets/fonts/Grift-Regular.woff2) format("woff2"), url(assets/fonts/Grift-Regular.woff) format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Grift";
  src: url(assets/fonts/Grift-Medium.woff2) format("woff2"), url(assets/fonts/Grift-Medium.woff) format("woff");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Grift";
  src: url(assets/fonts/Grift-SemiBold.woff2) format("woff2"), url(assets/fonts/Grift-SemiBold.woff) format("woff");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Grift";
  src: url(assets/fonts/Grift-Bold.woff2) format("woff2"), url(assets/fonts/Grift-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.inner {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.inner--thin {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.inner--thinner {
  max-width: 890px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.inner--thinnest {
  width: 560px;
  margin: 0 auto;
}

.grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px -20px;
}
.grid > [class*=grid_] {
  padding: 0 20px;
}

.grid_1-2 {
  width: 50%;
}

.grid_1-3 {
  width: 33.3333333333%;
}

.grid_2-3 {
  width: 66.6666666667%;
}

.grid_1-4 {
  width: 25%;
}

.grid_3-4 {
  width: 75%;
}

.grid_1-5 {
  width: 20%;
}

.grid_2-5 {
  width: 40%;
}

.grid_3-5 {
  width: 60%;
}

.grid_4-5 {
  width: 80%;
}

.grid_1-6 {
  width: 16.6666666667%;
}

.grid_5-6 {
  width: 83.3333333333%;
}

.grid_1-8 {
  width: 12.5%;
}

.grid_3-8 {
  width: 37.5%;
}

.grid_5-8 {
  width: 62.5%;
}

.grid_7-8 {
  width: 87.5%;
}

.grid_1-10 {
  width: 10%;
}

.grid_3-10 {
  width: 30%;
}

.grid_7-10 {
  width: 70%;
}

.grid_9-10 {
  width: 90%;
}

.grid_1-12 {
  width: 8.3333333333%;
}

.grid_5-12 {
  width: 41.6666666667%;
}

.grid_7-12 {
  width: 58.3333333333%;
}

.grid_11-12 {
  width: 91.6666666667%;
}

@media screen and (max-width: 1200px) {
  .inner {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .inner--thin {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 800px) {
  .inner--thinner {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .inner--thinnest {
    width: 100%;
    padding: 0 20px;
  }
}
body {
  color: #005244;
  font-family: "stevie-sans", sans-serif;
  font-size: 19px;
  line-height: 36px;
  overflow-x: hidden;
}

ul li {
  list-style: disc;
}

ol li {
  list-style: decimal;
}

strong,
b {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.content p,
.content ul,
.content blockquote {
  margin: 0 0 20px;
}
.content p {
  font-weight: 500;
  opacity: 0.7;
}
.content p a {
  text-decoration: underline;
  color: #005244;
  transition: 0.3s;
}
.content p a:hover {
  opacity: 0.8;
}
.content h4 {
  font-weight: 700;
}
.content h6 {
  font-family: "stevie-sans", sans-serif;
  font-weight: 500;
}
.content a.wp-block-button__link {
  display: inline-block;
  position: relative;
  padding: 15px 30px;
  transition: 0.2s;
  font-family: "stevie-sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0.91px;
  line-height: 19px;
  color: white;
  background-color: #005244;
  border-radius: 28px;
  font-size: 16px;
  cursor: pointer;
}
.content a.wp-block-button__link:hover {
  opacity: 0.8;
}
.content img {
  height: auto;
}
.content blockquote {
  padding: 0 0 0 20px;
  border-left: 4px solid #e6e6e6;
}
.content .advgb-accordion-wrapper {
  margin: 30px 0 20px;
}
.content .advgb-accordion-wrapper .advgb-accordion-item .advgb-accordion-header {
  padding: 11px 30px 12px;
  transition: 0.4s;
}
.content .advgb-accordion-wrapper .advgb-accordion-item .advgb-accordion-header h4.advgb-accordion-header-title {
  line-height: 1.2;
}
.content .advgb-accordion-wrapper .advgb-accordion-item .advgb-accordion-header .advgb-accordion-header-icon {
  margin-right: 0;
  transition: 0.2s;
  margin-top: -4px;
}
.content .advgb-accordion-wrapper .advgb-accordion-item .advgb-accordion-header .advgb-accordion-header-icon svg {
  width: 30px;
  height: auto;
}
.content .advgb-accordion-wrapper .advgb-accordion-item .advgb-accordion-header.ui-accordion-header-active {
  background-color: #dff391 !important;
}
.content .advgb-accordion-wrapper .advgb-accordion-item .advgb-accordion-header[aria-expanded=true] .advgb-accordion-header-icon {
  display: block;
  transform: rotate(180deg);
  margin-top: -9px;
}
.content .advgb-accordion-wrapper .advgb-accordion-body.ui-widget-content {
  padding: 20px 30px;
}
.content .advgb-accordion-wrapper .advgb-accordion-body.ui-widget-content p:last-of-type {
  margin-bottom: 0;
}

.alpha,
.content h1,
.bravo,
.content h2,
.charlie,
.content h3,
.delta,
.content h4 {
  font-family: "Grift", sans-serif;
}

.alpha,
.content h1 {
  font-size: 60px;
  line-height: 1.2;
  font-weight: 600;
}

.bravo,
.content h2 {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 600;
}

.charlie,
.content h3 {
  font-size: 39px;
  line-height: 1.1;
  font-weight: 600;
}

.delta,
.content h4 {
  font-size: 32px;
  line-height: 1.2;
}

.echo,
.content h5 {
  font-size: 25px;
  line-height: 1.1;
  font-weight: 600;
}

.foxtrot,
.content h6 {
  font-size: 21px;
  line-height: 1.6;
}

@media screen and (max-width: 600px) {
  .alpha,
  .content h1 {
    font-size: 40px;
  }
  .bravo,
  .content h2 {
    font-size: 35px;
  }
  .charlie,
  .content h3 {
    font-size: 32px;
  }
  .delta,
  .content h4 {
    font-size: 24px;
    line-height: 1.4;
  }
  .echo,
  .content h5 {
    font-size: 20px;
  }
  .foxtrot,
  .content h6 {
    font-size: 19px;
    line-height: 1.6;
    letter-spacing: -0.1px;
  }
  .content .advgb-accordion-wrapper {
    margin: 30px 0 20px;
  }
  .content .advgb-accordion-wrapper .advgb-accordion-item .advgb-accordion-header {
    padding: 11px 20px 12px;
    transition: 0.4s;
  }
  .content .advgb-accordion-wrapper .advgb-accordion-item .advgb-accordion-header h4.advgb-accordion-header-title {
    line-height: 1.2;
    font-size: 20px;
  }
  .content .advgb-accordion-wrapper .advgb-accordion-item .advgb-accordion-header .advgb-accordion-header-icon {
    margin-right: 0;
    margin-top: -9px;
    transition: 0.2s;
  }
  .content .advgb-accordion-wrapper .advgb-accordion-item .advgb-accordion-header .advgb-accordion-header-icon svg {
    width: 25px;
    height: auto;
  }
  .content .advgb-accordion-wrapper .advgb-accordion-item .advgb-accordion-header[aria-expanded=true] .advgb-accordion-header-icon {
    display: block;
    transform: rotate(180deg);
  }
  .content .advgb-accordion-wrapper .advgb-accordion-body.ui-widget-content {
    padding: 10px 10px;
  }
  .content p {
    font-size: 17px;
    line-height: 1.8;
  }
  p {
    font-size: 17px;
    line-height: 1.8;
  }
}
.button--left,
.wp-block-button.alignleft {
  text-align: left;
}

.button--center,
.wp-block-button.aligncenter {
  text-align: center;
}

.button--right,
.wp-block-button.alignright {
  text-align: right;
}

.button, .frm_submit input,
.frm_submit button,
.wp-block-button__link {
  display: inline-block;
  position: relative;
  padding: 15px 40px;
  transition: 0.2s;
  font-family: "stevie-sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.91px;
  line-height: 19px;
  color: white;
  background-color: #005244;
  border-radius: 28px;
  font-size: 16px;
  cursor: pointer;
}
.button:hover, .frm_submit input:hover,
.frm_submit button:hover,
.wp-block-button__link:hover {
  background-color: #dff391;
  color: #005244;
}

.button--yellow {
  background-color: #dff391;
  color: #005244;
}
.button--yellow:hover {
  background-color: white;
}

.frm_submit {
  justify-content: flex-end;
}
.frm_submit input,
.frm_submit button {
  border: none;
  font-family: "stevie-sans", sans-serif;
  color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.frm_submit img {
  display: none;
}

/***MOBILE MENU***/
.mobile_menu_button {
  display: none;
  cursor: pointer;
  vertical-align: middle;
  position: relative;
  z-index: 21;
}

.lines-button {
  padding: 8px 0 8px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
}
.lines-button.close {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
}
.lines-button.x.close .lines {
  background: transparent;
}
.lines-button.x.close .lines:before, .lines-button.x.close .lines:after {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  width: 2rem;
}
.lines-button.x.close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x.close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
.lines-button.x2 .lines {
  -webkit-transition: background 0.3s 0.5s ease;
  transition: background 0.3s 0.5s ease;
}
.lines-button.x2 .lines:before, .lines-button.x2 .linesafter {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: top 0.3s 0.6s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s 0.6s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s 0.6s ease, transform 0.3s ease;
}
.lines-button.x2.close .lines {
  -webkit-transition: background 0.3s 0s ease;
  transition: background 0.3s 0s ease;
  background: transparent;
}
.lines-button.x2.close .lines:before, .lines-button.x2.close .lines:after {
  -webkit-transition: top 0.3s ease, -webkit-transform 0.3s 0.5s ease;
  transition: top 0.3s ease, -webkit-transform 0.3s 0.5s ease;
  transition: top 0.3s ease, transform 0.3s 0.5s ease;
  top: 0;
  width: 2rem;
}
.lines-button.x2.close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x2.close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.lines {
  display: block;
  width: 25px;
  height: 0.15rem;
  background: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.lines:before, .lines:after {
  display: inline-block;
  width: 25px;
  height: 0.15rem;
  background: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: "";
  -webkit-transform-origin: 0.14286rem center;
  -ms-transform-origin: 0.14286rem center;
  transform-origin: 0.14286rem center;
}
.lines:before {
  top: 0.5rem;
}
.lines:after {
  top: -0.5rem;
}

@media screen and (max-width: 1050px) {
  .mobile_menu_button {
    display: flex;
    align-items: center;
  }
}
a {
  text-decoration: none;
}

ul,
ol {
  padding: 0 0 0 20px;
}

.full_link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.background {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.img_fill_wrap {
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
}

.img_fill {
  object-fit: cover;
  object-position: center;
}

img {
  height: auto;
}

.header {
  background-color: #005244;
  padding: 20px 0 25px;
  border-radius: 0 0 50px 50px;
  width: 100%;
  position: relative;
  z-index: 20;
  height: 75px;
  margin-bottom: -75px;
}
.header--light_green {
  background-color: #106354;
}

.header__inner {
  display: flex;
  width: calc(100% - 200px);
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}

.header__logo {
  max-width: 235px;
  width: 100%;
  display: block;
  transition: 0.5s;
}
.header__logo:hover {
  transform: scale(1.05);
}

.header__nav {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  padding-top: 5px;
}

.header__menu {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 50px;
}

.header__menu__items {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 50px;
}

.menu-item {
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  line-height: 21px;
  color: white;
  transition: 0.4s;
}
.menu-item a {
  color: inherit;
  border-bottom: solid 3px transparent;
  transition: 0.4s;
}
.menu-item:hover a, .menu-item.current-menu-item a, .menu-item.current-page-ancestor a {
  border-color: #dff391;
}
.menu-item:hover .sub-menu a, .menu-item.current-menu-item .sub-menu a, .menu-item.current-page-ancestor .sub-menu a {
  border-color: transparent;
}

.menu-item-has-children {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 18px;
}
.menu-item-has-children svg {
  position: absolute;
  top: 44%;
  transform: translateY(-50%);
  right: 0;
  fill: white;
  width: 10px;
  transition: 0.4s;
}
.menu-item-has-children::after {
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  width: 100%;
  height: 18px;
}
.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

.sub-menu {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  position: absolute;
  left: -20px;
  top: 40px;
  background-color: #fff;
  border-radius: 15px;
  width: 205px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding: 25px 20px;
}
.sub-menu .menu-item {
  color: #005244;
}
.sub-menu .menu-item:hover a, .sub-menu .menu-item.current-menu-item a {
  border-color: #dff391;
}

.header__search {
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: 600;
  line-height: 21px;
  color: white;
  column-gap: 5px;
  transition: 0.4s;
  width: 235px;
  justify-content: flex-end;
  margin-top: 5px;
}
.header__search svg {
  fill: white;
  width: 20px;
  transition: 0.4s;
}
.header__search:hover, .header__search.current-menu-item {
  color: #dff391;
}
.header__search:hover svg, .header__search.current-menu-item svg {
  fill: #dff391;
}

.header__menu__logo,
.header__search--mobile {
  display: none;
}

.header_menu_bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #27283a;
  opacity: 0.8;
  z-index: 19;
  display: none;
}

@media screen and (max-width: 1400px) {
  .header__inner {
    width: 100%;
    padding: 0 40px;
  }
  .header__search {
    width: auto;
  }
  .header__logo {
    max-width: 200px;
  }
}
@media screen and (max-width: 1200px) {
  .header__menu {
    column-gap: 25px;
  }
  .header__inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1050px) {
  .header {
    position: relative;
    height: auto;
    margin-bottom: -70px;
  }
  .admin-bar .header {
    top: initial;
  }
  .header__inner {
    padding: 0 20px;
    justify-content: center;
  }
  .header__nav {
    justify-content: flex-end;
    flex-grow: 0;
  }
  .mobile_menu_button {
    position: absolute;
    right: 20px;
    top: 25px;
  }
  .header__search {
    display: none;
  }
  .header__search--mobile {
    display: flex;
  }
  .header__menu {
    display: none;
    position: absolute;
    width: 100%;
    padding: 60px 20px 20px;
    left: 0;
    top: 0;
    z-index: 20;
    text-align: center;
    min-height: 100vh;
    overflow: hidden;
    background-color: #005244;
  }
  .header__menu .header__menu__items {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    row-gap: 40px;
  }
  .header__menu .header__menu__items .menu-item {
    flex-wrap: wrap;
    justify-content: center;
    font-size: 19px;
  }
  .header__menu .header__menu__items .menu-item-has-children {
    padding: 0;
  }
  .header__menu .header__menu__items .menu-item-has-children::after {
    display: none;
  }
  .header__menu .header__menu__items .menu-item-has-children svg {
    position: absolute;
    right: 0;
    top: 7px;
    transform: none;
    margin: 0;
  }
  .header__menu .header__menu__items .menu-item-has-children.active {
    border-color: transparent;
  }
  .header__menu .header__menu__items .menu-item-has-children.active svg {
    transform: rotate(180deg);
  }
  .header__menu .header__menu__items .menu-item-has-children.menu-item-34 svg {
    right: calc(50% - 63px);
  }
  .header__menu .header__menu__items .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    width: 100%;
    padding: 0;
    transition: none;
    display: none;
    background-color: transparent;
    margin-top: 0;
  }
  .header__menu .header__menu__items .sub-menu .menu-item {
    display: block;
    margin: 30px auto;
    font-size: 16px;
    opacity: 0.7;
    color: white;
  }
  .header__menu .header__menu__items .sub-menu .menu-item:last-of-type {
    margin-bottom: -5px;
  }
  .header__menu .header__menu__items .sub-menu .menu-item:hover {
    opacity: 1;
  }
  .header__menu .header__menu__items.active {
    opacity: 1;
    visibility: visible;
  }
  .header__menu__logo {
    display: block;
    margin: 0 auto 10px;
    padding-left: 30px;
    left: 0;
    right: 0;
    transition: 0.5s;
  }
  .header__menu__logo .header__logo {
    display: block;
    margin: 0 auto;
    position: static;
    max-width: 180px;
    width: 100%;
  }
}
@media screen and (max-width: 728px) {
  .admin-bar .header {
    top: 0;
  }
}
@media screen and (max-width: 600px) {
  .header {
    border-radius: 0 0 30px 30px;
  }
}
.footer {
  background-color: #dff391;
  padding: 60px 0 20px;
  border-radius: 50px 50px 0 0;
}
.footer p a:hover {
  text-decoration: underline;
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer__top {
  margin-bottom: 110px;
}

.footer__left {
  max-width: 200px;
  width: 100%;
}

.footer__logo {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

.footer__social {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.social_item {
  max-width: 36px;
  width: 100%;
  height: 36px;
  display: inline-block;
}
.social_item svg,
.social_item img {
  width: 100%;
  fill: #005244;
  fill-rule: evenodd;
  transition: 0.5s;
  opacity: 0.8;
}
.social_item:hover svg {
  opacity: 1;
}

.footer__middle {
  max-width: 185px;
  width: 100%;
}

.footer__middle__title {
  margin-bottom: 20px;
  font-weight: 600;
}

.footer__menu {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  row-gap: 20px;
  column-gap: 40px;
}
.footer__menu .menu-item {
  color: #005244;
  opacity: 0.68;
  min-width: 50%;
}
.footer__menu .menu-item:hover {
  opacity: 1;
}

.footer__right {
  max-width: 530px;
  width: 100%;
  padding-left: 0;
}
.footer__right .grid {
  margin: 0;
  justify-content: flex-start;
}
.footer__right .grid .grid_1-2 {
  padding: 0;
}
.footer__right .menu-item {
  color: #005244;
  opacity: 0.68;
  min-width: 50%;
}
.footer__right .menu-item:hover, .footer__right .menu-item.active {
  opacity: 1;
}
.footer__right h6 {
  margin-bottom: 10px;
}

.footer__small_print {
  font-size: 13px;
  line-height: 22px;
}
.footer__small_print a {
  color: #005244;
  opacity: 0.8;
}
.footer__small_print a:hover {
  opacity: 1;
}

.footer__links {
  display: flex;
  justify-content: center;
  column-gap: 40px;
}

@media screen and (max-width: 1050px) {
  .footer__top {
    flex-direction: column;
    align-items: center;
    text-align: center;
    row-gap: 40px;
    margin-bottom: 70px;
  }
  .footer__social {
    justify-content: center;
  }
}
@media screen and (max-width: 700px) {
  .footer__small_print {
    flex-direction: column;
    align-items: center;
  }
  .footer__links {
    order: -1;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 600px) {
  .footer {
    padding-top: 40px;
  }
  .footer__top {
    row-gap: 30px;
    margin-bottom: 30px;
  }
  .footer__right .grid .grid_1-2 {
    width: 100%;
  }
  .footer__middle__title {
    margin-bottom: 5px;
  }
  .footer__right h6 {
    margin-bottom: 0;
  }
  .footer__menu {
    row-gap: 10px;
  }
  .footer__menu .menu-item {
    font-size: 15px;
  }
  .footer__small_print p {
    font-size: 13px;
  }
}
.frm_form_field label,
.frm_form_field .frm_primary_label {
  display: block;
  font-size: 14px;
  font-family: "stevie-sans", sans-serif;
  font-weight: 600;
  letter-spacing: -0.18px;
  line-height: 28px;
}
.frm_form_field input[type=text],
.frm_form_field input[type=email],
.frm_form_field input[type=tel],
.frm_form_field textarea,
.frm_form_field select {
  font-size: 19px;
  line-height: 36px;
  font-weight: 500;
  font-family: "stevie-sans", sans-serif;
  border: 2px solid rgba(0, 82, 68, 0.12);
  border-radius: 5px;
  background-color: #ffffff;
  padding: 4px 15px;
  color: #005244;
  appearance: none;
  width: 100%;
  margin-bottom: 20px;
}
.frm_form_field input[type=text].placeholder,
.frm_form_field input[type=email].placeholder,
.frm_form_field input[type=tel].placeholder,
.frm_form_field textarea.placeholder,
.frm_form_field select.placeholder {
  color: rgba(0, 82, 68, 0.53);
}
.frm_form_field input[type=text]:-moz-placeholder,
.frm_form_field input[type=email]:-moz-placeholder,
.frm_form_field input[type=tel]:-moz-placeholder,
.frm_form_field textarea:-moz-placeholder,
.frm_form_field select:-moz-placeholder {
  color: rgba(0, 82, 68, 0.53);
  opacity: 1;
}
.frm_form_field input[type=text]::-moz-placeholder,
.frm_form_field input[type=email]::-moz-placeholder,
.frm_form_field input[type=tel]::-moz-placeholder,
.frm_form_field textarea::-moz-placeholder,
.frm_form_field select::-moz-placeholder {
  color: rgba(0, 82, 68, 0.53);
  opacity: 1;
}
.frm_form_field input[type=text]:-ms-input-placeholder,
.frm_form_field input[type=email]:-ms-input-placeholder,
.frm_form_field input[type=tel]:-ms-input-placeholder,
.frm_form_field textarea:-ms-input-placeholder,
.frm_form_field select:-ms-input-placeholder {
  color: rgba(0, 82, 68, 0.53);
}
.frm_form_field input[type=text]::-webkit-input-placeholder,
.frm_form_field input[type=email]::-webkit-input-placeholder,
.frm_form_field input[type=tel]::-webkit-input-placeholder,
.frm_form_field textarea::-webkit-input-placeholder,
.frm_form_field select::-webkit-input-placeholder {
  color: rgba(0, 82, 68, 0.53);
}
.frm_form_field input[type=text]:focus,
.frm_form_field input[type=email]:focus,
.frm_form_field input[type=tel]:focus,
.frm_form_field textarea:focus,
.frm_form_field select:focus {
  outline: none;
}
.frm_form_field select {
  cursor: pointer;
}

.frm_hidden {
  display: none;
}

.drop_down {
  position: relative;
}
.drop_down:after {
  content: "";
  background-image: url(assets/images/drop-down-green.svg);
  width: 12px;
  height: 6px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  right: 20px;
  top: 50px;
  pointer-events: none;
}

.frm_error_style {
  color: red;
  font-size: 19px;
  font-weight: 600;
}

.frm_error {
  color: red;
  font-size: 14px;
  font-weight: 600;
  margin-top: -20px;
  margin-bottom: 20px;
}

.popup_bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(244, 247, 238, 0.9);
  z-index: 23;
  display: none;
}

.popup {
  position: absolute;
  top: 40px;
  left: 20px;
  right: 20px;
  margin: 0 auto;
  z-index: 24;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  background-color: white;
  max-width: 1000px;
  width: calc(100% - 40px);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  column-gap: 50px;
  padding: 65px 55px;
  border-radius: 40px;
}
.popup.active {
  opacity: 1;
  visibility: visible;
}

.popup__close {
  position: absolute;
  top: 30px;
  right: 30px;
  display: block;
  cursor: pointer;
  transition: 0.2s;
}
.popup__close:hover svg {
  stroke: #005244;
}
.popup__close svg {
  width: 20px;
  stroke: #979797;
}

@media screen and (max-width: 700px) {
  .popup__close {
    top: 20px;
    right: 20px;
  }
}
.section {
  padding: 80px 0;
  background-color: #fff;
}

.section--top {
  padding-top: 140px;
}

.section--center {
  text-align: center;
}

@media screen and (max-width: 1050px) {
  .section--top {
    padding-top: 60px;
  }
}
.cta {
  position: relative;
  width: 100%;
  border-radius: 70px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  column-gap: 40px;
  color: white;
  background-color: #005244;
  margin-top: 70px;
}

.cta__content {
  max-width: 490px;
  width: 100%;
  padding: 70px 0 70px 80px;
}
.cta__content .cta__subtitle {
  color: #dff391;
  font-weight: 600;
  margin-bottom: 10px;
}
.cta__content .cta__title {
  line-height: 1.15;
  margin-bottom: 15px;
}
.cta__content .cta__text {
  letter-spacing: -0.2px;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 40px;
}

.cta__img_wrap {
  position: relative;
  max-width: 590px;
  width: 100%;
}

.cta__img_mask {
  fill: #005244;
  position: absolute;
  height: 100%;
  left: -2px;
  z-index: 1;
}

.cta__img_mask--horizontal {
  display: none;
}

.cta__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.smaller_cta {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 80px 20px 80px;
  max-width: 1000px;
  width: 100%;
  margin: 70px auto 0;
}
.smaller_cta .cta__subtitle {
  color: #dff391;
  font-weight: 600;
}
.smaller_cta .cta__title {
  margin-bottom: 30px;
}

@media screen and (max-width: 1080px) {
  .cta {
    flex-direction: column-reverse;
    align-items: center;
    max-width: 500px;
    margin: 0 auto;
  }
  .smaller_cta {
    margin-top: 70px;
    max-width: none;
  }
  .cta__img_wrap {
    max-width: none;
  }
  .cta__img_wrap:after {
    content: "";
    display: block;
    padding-bottom: 90%;
  }
  .cta__img_mask {
    display: none;
  }
  .cta__img_mask--horizontal {
    display: block;
    bottom: -2px;
    right: 0;
    width: 100%;
    height: auto;
  }
  .cta__content {
    max-width: none;
    padding: 40px 20px 60px;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .smaller_cta {
    padding: 50px 20px;
  }
  .cta__content .cta__text {
    letter-spacing: -0.1px;
  }
}
.ebbsfleet_map {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  margin-top: 60px;
}
.ebbsfleet_map .gm-style .gm-style-iw-c {
  width: 100%;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.24);
  text-align: center;
  padding-bottom: 20px !important;
  padding-left: 20px !important;
}
.ebbsfleet_map .gm-style-iw-chr button {
  height: 33px !important;
}
.ebbsfleet_map .wpgmza_infowindow_title {
  font-family: "stevie-sans", sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 36px;
  color: #005244;
}
.ebbsfleet_map .wpgmza_infowindow_address {
  margin-bottom: 20px;
}
.ebbsfleet_map .wpgmza_infowindow_description a {
  display: block;
  position: relative;
  padding: 12px 25px;
  transition: 0.2s;
  font-family: "stevie-sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.7px;
  line-height: 17px;
  color: #005244;
  background-color: #dff391;
  border-radius: 28px;
  font-size: 13.5px;
  cursor: pointer;
  margin-top: 10px;
}
.ebbsfleet_map .wpgmza_infowindow_description a:hover {
  background-color: #005244;
  color: white;
}

.map_styles .gm-style .gm-style-iw-c {
  width: 100%;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.24);
  text-align: center;
  padding-bottom: 20px !important;
  padding-left: 20px !important;
}
.map_styles .gm-style-iw-chr button {
  height: 33px !important;
}
.map_styles .wpgmza_infowindow_title {
  font-family: "stevie-sans", sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 36px;
  color: #005244;
}
.map_styles .wpgmza_infowindow_address {
  margin-bottom: 20px;
}
.map_styles .wpgmza_infowindow_description a {
  display: block;
  position: relative;
  padding: 12px 25px;
  transition: 0.2s;
  font-family: "stevie-sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.7px;
  line-height: 17px;
  color: #005244;
  background-color: #dff391;
  border-radius: 28px;
  font-size: 13.5px;
  cursor: pointer;
  margin-top: 10px;
}
.map_styles .wpgmza_infowindow_description a:hover {
  background-color: #005244;
  color: white;
}

@media screen and (max-width: 1000px) {
  .ebbsfleet_map {
    margin-bottom: 60px;
    position: relative;
  }
  .ebbsfleet_map:after {
    content: "";
    display: block;
    padding-bottom: 70%;
  }
  .ebbsfleet_map .wpgmza_map {
    position: absolute;
    width: 100%;
    height: 100% !important;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
  }
}
@media screen and (max-width: 600px) {
  .ebbsfleet_map:after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
}
.accordions {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
  margin-top: 50px;
  min-height: 900px;
}

.accordion_wrap {
  width: 100%;
  margin: 0 auto;
}
.accordion_wrap:first-of-type .accordion__content {
  display: block;
}

.accordion {
  width: 100%;
  margin: 0 auto;
  border-radius: 40px;
  cursor: pointer;
  padding: 20px 90px 20px 100px;
  position: relative;
  text-align: left;
  background-color: white;
  transition: 0.5s ease-in-out;
}
.accordion:last-of-type {
  border: none;
}
.accordion.accordion--open {
  background-color: white;
}
.accordion.accordion--open::before {
  opacity: 0.92;
  visibility: visible;
}
.accordion.accordion--open .accordion__button {
  transform: rotate(180deg);
}
.accordion.accordion--open .button {
  background-color: white;
  color: #005244;
  transition: 0.5s;
}
.accordion.accordion--open:hover {
  background-color: white;
}
.accordion:hover {
  background-color: #dff391;
}

.accordion__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion__button {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
  position: absolute;
  right: 40px;
  top: 38px;
  z-index: 1;
}
.accordion__button svg {
  width: 20px;
  fill: #005244;
  transition: 0.5s;
}

.accordion__icon {
  position: absolute;
  max-width: 46px;
  max-height: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 40px;
  top: 13px;
  fill: none;
  stroke: #005244;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3px;
}

.accordion__title {
  transition: 0.2s;
  text-transform: none;
  color: #005244;
  font-family: "Grift", sans-serif;
  font-weight: 700;
  letter-spacing: -0.2px;
  position: relative;
  z-index: 1;
}

.accordion__location {
  line-height: 1;
  letter-spacing: -0.25px;
  font-weight: 600;
  font-size: 16px;
  opacity: 0.7;
  margin-top: 3px;
}

.accordion__content {
  display: none;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}
.accordion__content p {
  line-height: 35px;
  letter-spacing: -0.25px;
  font-weight: 500;
  margin-bottom: 20px;
}
.accordion__content p a {
  font-weight: 500;
  color: #005244;
  text-decoration: underline;
  transition: 0.3s;
}
.accordion__content p a:hover {
  opacity: 0.8;
}
.accordion__content p:first-of-type {
  font-size: 19px;
  margin-bottom: 30px;
}
.accordion__content ul {
  padding-left: 0;
}
.accordion__content li a {
  font-weight: 500;
  color: #005244;
  text-decoration: underline;
  transition: 0.3s;
}
.accordion__content li a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 600px) {
  .accordion {
    padding: 27px 20px 27px 20px;
    border-radius: 25px;
  }
  .accordion:hover {
    background-color: #fff;
  }
  .accordion__title_wrap {
    padding-left: 55px;
  }
  .accordion__title {
    font-size: 23px;
    line-height: 30px;
  }
  .accordion__top {
    padding-right: 30px;
  }
  .accordion__button {
    width: 17px;
    height: 17px;
    right: 20px;
  }
  .accordion__icon {
    left: 20px;
  }
  .accordion__icon.transportation {
    left: 25px;
  }
  .accordion__icon.safety {
    left: 20px;
  }
  .accordion__icon.environment {
    left: 28px;
  }
}
.slick-dots {
  display: flex;
  justify-content: center;
  padding: 0;
  margin-top: 40px;
}
.slick-dots li {
  margin: 0 5px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-dots li.slick-active button {
  background-color: #005244;
  pointer-events: none;
}
.slick-dots li button {
  width: 11px;
  height: 11px;
  background-color: rgba(0, 82, 68, 0.32);
  border-radius: 50%;
  border: none;
  font-size: 0;
  transition: 0.2s;
  border-radius: 20px;
  padding: 0;
  cursor: pointer;
  transition: 0.5s;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover {
  background-color: rgba(0, 82, 68, 0.5);
}

.slider {
  position: relative;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}
.slider .slick-track {
  display: flex;
}
.slider .slick-slide {
  height: inherit;
}
.slider .slick-slide:focus {
  outline: none;
}

.slick-arrows {
  position: relative;
  display: block;
  transition: 0.2s;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  width: 40px;
  height: 40px;
  background-color: #005244;
  border-radius: 50%;
}
.slick-arrows svg {
  width: 12px;
  fill: white;
  transition: 0.2s;
  margin-left: 2px;
}
.slick-arrows:hover {
  background-color: #dff391;
}
.slick-arrows:hover svg {
  fill: #005244;
}

.prev-arrow svg {
  transform: rotate(180deg);
  margin-left: 0;
  margin-right: 5px;
}

.slick-arrow {
  transition: 0.2s;
}

.slick-disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.slick-disabled .slick-arrows {
  cursor: auto;
  pointer-events: none;
}
.slick-disabled .slick-arrows svg {
  fill: #005244;
}

.error {
  min-height: 300px;
}

.front_page_hero {
  position: relative;
  background: #000;
  border-radius: 0 0 50px 50px;
  overflow: hidden;
  width: 100%;
}
.front_page_hero:after {
  content: "";
  display: block;
  padding-bottom: 30%;
}

.front_page_hero__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.85;
}

.front_page_hero__title {
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  max-width: 690px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 1;
  color: white;
}

.front_page {
  padding-top: 0;
}

.front_search {
  max-width: 800px;
  width: 100%;
  background-color: #dff391;
  border-radius: 50px;
  padding: 45px 20px;
  margin: -60px auto 90px;
  position: relative;
  z-index: 4;
}

.front_search__content {
  text-align: center;
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
}

.front_item {
  background-color: #005244;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  padding: 50px 50px;
  color: white;
}

.front_item__img {
  max-width: 48px;
  width: 100%;
  margin-bottom: 5px;
}
.front_item__img--facilities {
  max-width: 57px;
  margin-bottom: 0;
}
.front_item__img--services {
  max-width: 55px;
  margin-bottom: 0;
}

.front_item__title {
  margin-bottom: 10px;
  font-weight: 600;
}

.front_item__text {
  font-size: 21px;
  font-weight: 400;
  letter-spacing: -0.2px;
  line-height: 36px;
  margin-bottom: 30px;
}

.front_item__button {
  background-color: #106354;
  padding: 15px 30px;
}

.front_explore_box {
  background-color: #dff391;
  color: #005244;
  margin-top: 90px;
}
.front_explore_box .cta__subtitle {
  color: #207b6a;
  opacity: 0.7;
}
.front_explore_box .cta__content .cta__text {
  font-weight: 500;
}
.front_explore_box .cta__content .button:hover {
  background-color: #005244;
  opacity: 0.7;
  color: white;
}
.front_explore_box .cta__img_mask {
  fill: #dff391;
}

.front_helpful_links {
  position: relative;
  margin-top: 100px;
  min-height: 630px;
}

.front_helpful_links__img_wrap {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  max-width: 700px;
  max-height: 625px;
  width: 100%;
  border-radius: 0 50% 50% 0;
}
.front_helpful_links__img_wrap:after {
  content: "";
  display: block;
  padding-bottom: 90%;
}

.front_helpful_links__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.front_helpful_links__right {
  display: flex;
  justify-content: flex-end;
}

.front_helpful_links__content {
  max-width: 550px;
  width: 100%;
  padding-top: 40px;
}

.front_helpful_links__title {
  margin-bottom: 20px;
}

.front_helpful_links__text {
  font-weight: 500;
}

.front_helpful_links__list {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  margin-top: 20px;
}

.front_helpful_links__list__item {
  display: flex;
  align-items: center;
  border-radius: 59px;
  background-color: #fff;
  border: solid 3px rgba(26, 90, 85, 0.19);
  font-size: 25px;
  font-family: "Grift", sans-serif;
  font-weight: 700;
  line-height: 34px;
  color: #106354;
  padding: 10px 30px;
  column-gap: 10px;
  transition: 0.3s;
  position: relative;
}
.front_helpful_links__list__item:hover {
  background-color: #005244;
  color: #dff391;
}
.front_helpful_links__list__item:hover .front_helpful_links__list__item__arrow {
  opacity: 1;
  visibility: visible;
}
.front_helpful_links__list__item:hover .front_helpful_links__list__item__icon {
  stroke: #dff391;
}

.front_helpful_links__list__item__icon {
  max-width: 40px;
  width: 100%;
  max-height: 100%;
  object-fit: contain;
  fill: none;
  stroke: #005244;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3px;
  transition: 0.3s;
}

.front_helpful_links__list__item__arrow {
  fill: #dff391;
  max-width: 25px;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

.front_map {
  width: 100%;
  background-color: #0b5f52;
  color: white;
  border-radius: 79px;
  overflow: hidden;
  text-align: center;
  padding: 35px 15px 15px;
  margin-top: 100px;
}

.front_map__title {
  margin-bottom: 30px;
}

.front_map__map {
  border-radius: 68px;
  position: relative;
  overflow: hidden;
}

.front_page_hero__img--mobile {
  display: none;
}

@media screen and (max-width: 1400px) {
  .front_helpful_links__img_wrap {
    max-width: 610px;
  }
  .front_helpful_links__img_wrap:after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
}
@media screen and (max-width: 1240px) {
  .front_grid .grid_1-3 {
    max-width: 415px;
    width: 100%;
    margin-bottom: 40px;
  }
  .front_explore_box {
    margin-top: 40px;
  }
  .front_helpful_links {
    min-height: 0;
  }
  .front_helpful_links__img_wrap {
    max-width: 500px;
  }
  .front_helpful_links__content {
    padding-top: 0;
    max-width: 450px;
  }
}
@media screen and (max-width: 1000px) {
  .front_helpful_links__img_wrap {
    position: relative;
  }
  .front_helpful_links {
    margin-top: 60px;
  }
  .front_helpful_links__right {
    justify-content: center;
    margin-bottom: 40px;
  }
  .front_helpful_links__content {
    max-width: 500px;
  }
}
@media screen and (max-width: 800px) {
  .front_page_hero {
    min-height: 470px;
  }
  .front_page_hero__title {
    font-size: 40px;
  }
  .front_map__title {
    padding: 0 20px;
  }
  .front_map__map {
    position: relative;
  }
  .front_map__map:after {
    content: "";
    display: block;
    padding-bottom: 70%;
  }
  .front_map__map .wpgmza_map {
    position: absolute;
    width: 100%;
    height: 100% !important;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
  }
}
@media screen and (max-width: 600px) {
  .front_page_hero__img--mobile {
    display: block;
  }
  .front_search {
    margin-bottom: 40px;
  }
  .front_search .search_form__input_container {
    width: 100%;
    border-radius: 36px;
    background-color: #fff;
    overflow: hidden;
  }
  .front_search .search_form__button {
    padding: 15px 30px;
    background-color: #005244 !important;
    color: white !important;
  }
  .front_search .search_form__button svg {
    fill: white !important;
  }
  .front_search .search_form__input {
    padding: 8px 20px;
    width: 100%;
    font-size: 16px;
  }
  .front_search .search_form__form {
    flex-direction: column;
    align-items: center;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    row-gap: 20px;
    margin: 0;
  }
  .front_search__content h4 {
    font-size: 26px;
  }
  .front_item {
    padding: 40px;
  }
  .front_item__text {
    font-size: 19px;
  }
  .front_helpful_links__img_wrap {
    max-width: calc(100% - 20px);
  }
  .front_map {
    overflow: hidden;
    border-radius: 40px 40px;
    padding: 35px 0 0 0;
  }
  .front_map__map {
    border-radius: 30px 30px 0 0;
    position: relative;
  }
  .front_map__map:after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
  .front_explore_box .cta__subtitle {
    font-size: 21px;
  }
  .front_helpful_links__list__item {
    font-size: 22px;
  }
}
.page_hero {
  position: relative;
  overflow: hidden;
  background-color: black;
  min-height: 420px;
  padding: 190px 0 160px;
  border-radius: 0 0 60px 60px;
}

.page_hero--no_img {
  background-color: #005244;
}

.page_hero__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.76;
}

.page_hero__title {
  position: relative;
  z-index: 1;
  text-align: center;
  color: white;
}

.page_hero_alternative {
  background-color: #005244;
  position: relative;
  padding: 170px 0 130px;
}

.page_hero_alternative__content {
  max-width: 485px;
  width: 100%;
  color: white;
}
.page_hero_alternative__content .page_hero_alternative__subtitle {
  color: #dff391;
  margin-bottom: 10px;
  font-weight: 600;
}
.page_hero_alternative__content .page_hero_alternative__title {
  font-weight: 600;
  margin-bottom: 30px;
}
.page_hero_alternative__content .page_hero_alternative__text {
  font-weight: 400;
  margin-bottom: 0;
}

.page_hero_alternative__img {
  position: absolute;
  right: 0;
  bottom: -80px;
  border-radius: 50% 0 0 50%;
  width: 625px;
  aspect-ratio: 1;
}

.tool-pagination ul {
  display: flex;
  justify-content: center;
  margin: 0;
  margin-top: 30px;
  border: none;
}
.tool-pagination ul li {
  border: none;
  list-style: none;
}
.tool-pagination ul li .page-numbers {
  font-size: 16px;
  font-family: "stevie-sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.4px;
  height: 45px;
  width: 45px;
  line-height: 19px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
  margin: 0 5px;
  background-color: rgba(202, 198, 195, 0.37);
  color: #005244;
}
.tool-pagination ul li .page-numbers.current {
  background-color: #005244;
  color: white;
  cursor: auto;
  pointer-events: none;
}
.tool-pagination ul li .page-numbers.dots {
  pointer-events: none;
  height: auto;
  width: auto;
}
.tool-pagination ul li .page-numbers:hover {
  background-color: #005244;
  color: white;
}
.tool-pagination ul li .dots {
  display: none;
}

.back_button {
  position: absolute;
  left: 100px;
  top: 130px;
  max-width: 25px;
  width: 100%;
  display: block;
  transition: 0.5s;
}
.back_button svg {
  fill: #dff391;
  width: 100%;
}
.back_button:hover {
  transform: scale(1.05);
}

.submit_event_hero .content {
  max-width: 565px;
  width: 100%;
  margin: 0 auto;
}

.submit_event_content {
  max-width: 630px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1400px) {
  .back_button {
    left: 40px;
  }
}
@media screen and (max-width: 1300px) {
  .page_hero_alternative .inner--thin {
    max-width: none;
  }
}
@media screen and (max-width: 1200px) {
  .page_hero_alternative {
    padding: 130px 0 90px;
  }
  .page_hero_alternative__img {
    max-width: 525px;
    width: 100%;
    bottom: -50px;
  }
  .page_hero_alternative__content {
    max-width: 410px;
  }
  .back_button {
    left: 20px;
  }
}
@media screen and (max-width: 1050px) {
  .page_hero {
    padding: 160px 0 100px;
    min-height: 0;
  }
}
@media screen and (max-width: 1000px) {
  .page_hero_alternative {
    padding-bottom: 60px;
  }
  .page_hero_alternative__img {
    max-width: 350px;
    bottom: initial;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 800px) {
  .page_hero_alternative {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 40px;
    padding-bottom: 0;
  }
  .page_hero_alternative__img {
    position: static;
    transform: none;
    align-self: flex-start;
    margin-bottom: -60px;
    border-radius: 0 50% 50% 0;
    max-width: 500px;
  }
  .page_hero_alternative__content {
    max-width: none;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .page_hero {
    padding: 140px 0 90px;
  }
  .page_hero_alternative__img {
    max-width: calc(100% - 30px);
  }
  .back_button {
    top: 110px;
  }
}
.holding__social {
  display: flex;
  justify-content: center;
}

.holding__social__item {
  margin: 0 5px;
  position: relative;
}
.holding__social__item svg {
  width: 34px;
  transition: 0.2s;
}

.holding__social__item--facebook svg {
  width: 16px;
}

.organisations_grid {
  margin-top: 40px;
  position: relative;
}
.organisations_grid .grid_1-3 {
  margin: 20px 0;
}

.organisation {
  position: relative;
  overflow: hidden;
  background-color: #f4f7ee;
  border-radius: 40px;
  cursor: pointer;
  transition: 0.5s;
}
.organisation:hover .organisation__button {
  background-color: #005244;
  color: white;
}

.organisation__img_wrap {
  position: relative;
  overflow: hidden;
  border-radius: 0 0 40px 0;
}
.organisation__img_wrap:after {
  content: "";
  display: block;
  padding-bottom: 66%;
}

.organisation__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}

.organisation__content {
  padding: 20px 30px 40px;
}

.organisation__title {
  margin-bottom: 20px;
  line-height: 32px;
  min-height: 65px;
  font-family: "Grift", sans-serif;
  font-weight: 700;
}

.organisation__button {
  background-color: rgba(16, 99, 84, 0.12);
  color: #005244;
}

.organisation_popup {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  top: 0;
}

.organisation_popup__img {
  border-radius: 22px;
  max-width: 375px;
  width: 100%;
  display: block;
}

.organisation_popup__content {
  max-width: 450px;
  width: 100%;
}

.organisation_popup__content__button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  background-color: rgba(0, 82, 68, 0.1);
  color: #005244;
}
.organisation_popup__content__button svg {
  fill: #005244;
  width: 18px;
}

@media screen and (max-width: 1240px) {
  .organisations_grid .grid_1-3 {
    max-width: 415px;
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .organisation_popup {
    flex-direction: column;
    align-items: center;
    row-gap: 40px;
  }
  .organisation_popup__content {
    max-width: none;
    text-align: center;
  }
}
@media screen and (max-width: 700px) {
  .organisation_popup {
    padding: 65px 20px;
  }
}
@media screen and (max-width: 600px) {
  .organisation__title {
    font-size: 25px;
  }
}
.welcome {
  background-color: #f4f7ee;
  padding-top: 120px;
}

.welcome__items {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}

.numbered_item {
  display: flex;
  align-items: flex-start;
  column-gap: 10px;
}

.number {
  font-family: "Grift", sans-serif;
  font-weight: 700;
  line-height: 52px;
  font-size: 40px;
  color: #207b6a;
  margin-top: -4px;
}

.numbered_item__title {
  font-size: 40px;
  margin-bottom: 10px;
}

.numbered_item__text {
  font-weight: 500;
  margin-bottom: 20px;
}

.numbered_item__buttons {
  display: flex;
  align-items: center;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 20px;
}

.numbered_item__button {
  background-color: rgba(0, 82, 68, 0.12);
  color: #005244;
}
.numbered_item__button:hover {
  background-color: #005244;
  color: white;
}

@media screen and (max-width: 1200px) {
  .welcome {
    padding-top: 100px;
  }
}
@media screen and (max-width: 600px) {
  .number {
    font-size: 30px;
    margin-top: 1px;
    line-height: 1;
  }
  .numbered_item__title {
    font-size: 30px;
  }
}
.get_involved {
  background-color: #f4f7ee;
  padding-top: 120px;
}

.get_involved__items {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-top: 40px;
  margin-bottom: 100px;
}

.get_involeved_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border-radius: 63px;
  padding: 17px 40px 15px;
  color: #005244;
  transition: 0.4s;
}
.get_involeved_item:hover {
  background-color: #dff391;
}
.get_involeved_item.no_link {
  pointer-events: none;
}

.get_involeved_item__title {
  font-family: "Grift", sans-serif;
  font-weight: 700;
}

.get_involeved_item__text {
  font-size: 16px;
  letter-spacing: -0.2px;
  line-height: 29px;
  font-weight: 400;
  opacity: 0.7;
}

.get_involeved_item__website {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 16px;
  font-weight: 600;
}
.get_involeved_item__website svg {
  fill: #005244;
  max-width: 20px;
  width: 100%;
}

@media screen and (max-width: 860px) {
  .get_involeved_item__website {
    font-size: 0;
  }
  .get_involeved_item__website svg {
    min-width: 15px;
    max-width: 15px;
  }
  .get_involeved_item {
    padding: 20px 25px;
    column-gap: 20px;
  }
}
@media screen and (max-width: 600px) {
  .get_involved {
    text-align: center;
  }
  .get_involeved_item {
    text-align: center;
    flex-direction: column;
    align-items: center;
    border-radius: 25px;
  }
  .get_involeved_item__title {
    font-size: 25px;
  }
}
.whats_on_hero {
  background-color: #005244;
  color: white;
  border-radius: 0 0 50px 50px;
  padding: 110px 0 80px;
}

.whats_on_hero__top {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  column-gap: 20px;
  margin-bottom: 40px;
}

.whats_on_hero__top__icon {
  max-width: 45px;
  width: 100%;
}

.whats_on_hero__top__title {
  font-weight: 600;
  margin-top: 10px;
}

.whats_on_hero__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 40px;
}

.whats_on_hero__nav__item {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  background-color: #0b5f52;
  max-width: 175px;
  width: 100%;
  padding: 15px 30px;
  height: 49px;
}
.whats_on_hero__nav__item svg {
  fill: white;
  max-width: 21px;
  min-width: 21px;
  width: 100%;
  fill-rule: evenodd;
  transition: 0.3s;
}
.whats_on_hero__nav__item:hover, .whats_on_hero__nav__item.active {
  background-color: #dff391;
  color: #005244;
}
.whats_on_hero__nav__item:hover svg, .whats_on_hero__nav__item.active svg {
  fill: #005244;
}

.section_dark_wrap {
  background-color: #f4f7ee;
}

.events {
  position: relative;
  overflow: hidden;
  background-color: #f4f7ee;
}

.featured_events_title {
  font-weight: 700;
  margin-bottom: 20px;
}

.featured_events {
  margin: 0 auto 60px;
  display: flex;
  justify-content: space-between;
  column-gap: 40px;
  row-gap: 40px;
}

.feat_event_item {
  background-color: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  border-radius: 40px;
  color: #005244;
  max-width: 480px;
  width: 100%;
  transition: 0.5s;
}
.feat_event_item:hover {
  background-color: rgba(0, 82, 68, 0.05);
}

.feat_event_item__img {
  max-width: 200px;
  width: 100%;
  display: block;
  height: 100%;
}

.feat_event_item__content {
  padding: 20px 20px 20px 40px;
}
.feat_event_item__content .feat_event_item__title {
  min-height: 68px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 10px;
}
.feat_event_item__content .feat_event_item__date {
  font-size: 19px;
  font-weight: 600;
}

.feat_event_item__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 20px;
}

.event_age {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.event_age .event_age__text {
  margin-bottom: 0;
}

.event_age__icon {
  max-width: 14px;
  width: 100%;
  opacity: 0.8;
}

.event_age__text {
  opacity: 0.54;
  font-size: 15px;
  letter-spacing: -0.2px;
  line-height: 29px;
}

.event_cost {
  font-size: 15px;
  font-weight: 500;
  line-height: 29px;
  padding: 0 15px;
  background-color: #d6eae7;
  border-radius: 15px;
  transition: 0.3s;
}

.event_list {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.event_item {
  background-color: #fff;
  width: 100%;
  display: block;
  border-radius: 30px;
  padding: 10px;
  padding-right: 40px;
  display: flex;
  align-items: center;
  color: #0b5f52;
  column-gap: 35px;
  transition: 0.5s;
  position: relative;
}
.event_item:hover .event_website_button {
  opacity: 1;
  visibility: visible;
}
.event_item:hover .event_cost {
  opacity: 0;
  visibility: hidden;
}

.event_item__left {
  max-width: 185px;
  width: 100%;
  text-align: center;
  background-color: rgba(30, 151, 129, 0.12);
  border-radius: 20px;
  color: #207b6a;
  padding: 15px 20px;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.event_item__date {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.event_item__time {
  font-size: 30px;
  font-family: "Grift", sans-serif;
  font-weight: 600;
}

.event_item__right {
  flex-grow: 1;
}

.event_item__title {
  margin-bottom: 20px;
}

.event_item__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 20px;
}

.event_item__meta__left {
  display: flex;
  align-items: center;
  column-gap: 50px;
  flex-wrap: wrap;
  row-gap: 20px;
}
.event_item__meta__left .event_age__text {
  opacity: 0.6;
  color: #005244;
  flex-grow: 1;
}
.event_item__meta__left .event_age {
  min-width: 97px;
}
.event_item__meta__left .event_type {
  min-width: 120px;
}

.event_cost--mobile {
  display: none;
}

.events_filter__wrap {
  margin-bottom: 40px;
  text-align: right;
}

.events_filter {
  display: flex;
  align-items: center;
  column-gap: 20px;
  justify-content: space-between;
  text-align: left;
}

.events_filter__title {
  font-weight: 700;
  margin-right: 10px;
}

.resources__filter__select {
  position: relative;
}
.resources__filter__select select {
  min-width: 145px;
  font-size: 16px;
  font-weight: 500;
  font-family: "stevie-sans", sans-serif;
  line-height: 36px;
  color: #45454d;
  background-color: #fff;
  padding: 5px 15px;
  padding-right: 30px;
  border: solid 2px #e7efee;
  border-radius: 9px;
  appearance: none;
}
.resources__filter__select svg {
  fill: #005244;
  width: 9px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.resources__filter__select.event_type {
  flex-grow: 1;
}
.resources__filter__select.event_type select {
  width: 100%;
}

.resources__filter__submit {
  display: inline-block;
  position: relative;
  padding: 16px 35px;
  transition: 0.2s;
  font-family: "stevie-sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0.91px;
  line-height: 19px;
  color: white;
  background-color: #005244;
  border-radius: 28px;
  font-size: 16px;
  cursor: pointer;
  appearance: none;
  border: none;
}
.resources__filter__submit:hover {
  background-color: #dff391;
  color: #005244;
}

.clear_filter {
  display: inline-block;
  color: #45454d;
  text-decoration: underline;
  font-weight: 600;
  margin-top: 20px;
  padding-right: 10px;
  transition: 0.3s;
  font-size: 16px;
}
.clear_filter:hover {
  color: #106354;
}

.no_events {
  text-align: center;
  min-height: 300px;
}

.event_item__title--mobile {
  display: none;
}

.event_cta {
  background-color: #106354;
}
.event_cta .cta__subtitle {
  font-size: 21px;
  margin-bottom: 10px;
  font-weight: 600;
}

.event_website_button_wrap {
  display: none;
}

.event_website_button {
  position: absolute;
  right: 20px;
  top: 20px;
  background-color: rgba(30, 151, 129, 0.12);
  color: #005244;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  padding: 15px 30px;
  opacity: 0;
  visibility: hidden;
}
.event_website_button svg {
  max-width: 18px;
  min-width: 18px;
  width: 100%;
  fill: #005244;
  transition: 0.3s;
}
.event_website_button:hover {
  background-color: rgba(30, 151, 129, 0.12);
  color: #005244;
}

@media screen and (max-width: 1050px) {
  .event_inner_top {
    padding: 0;
  }
  .featured_events_title {
    text-align: center;
    padding: 0 20px;
  }
  .featured_events {
    justify-content: flex-start;
    overflow-x: scroll;
    padding-right: 100px;
    column-gap: 30px;
    padding-left: 30px;
  }
  .featured_events::-webkit-scrollbar {
    display: none;
  }
  .feat_event_item {
    width: 480px;
    max-width: none;
    min-width: 480px;
    flex-grow: 1;
  }
  .events_filter {
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: center;
  }
  .events_filter__title {
    text-align: center;
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 850px) {
  .event_item {
    flex-direction: column;
    align-items: center;
    padding-right: 10px;
    text-align: center;
    row-gap: 20px;
    padding: 20px;
  }
  .event_item:hover .event_cost {
    opacity: 1;
    visibility: visible;
  }
  .event_item__title--mobile {
    margin-bottom: 0;
  }
  .event_item__meta {
    justify-content: center;
  }
  .event_item__meta__left {
    justify-content: center;
  }
  .event_item__meta__left .event_age,
  .event_item__meta__left .event_type,
  .event_item__meta__left .event_location {
    min-width: 0;
  }
  .event_website_button_wrap {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 25px;
    right: 25px;
  }
  .event_website_button_wrap svg {
    fill: #005244;
    width: 20px;
  }
  .event_website_button {
    position: static;
    opacity: 1;
    visibility: visible;
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .whats_on_hero {
    padding: 90px 0 50px;
    position: relative;
    overflow: hidden;
  }
  .whats_on_hero .inner {
    padding: 0;
  }
  .whats_on_hero:after, .whats_on_hero::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100px;
    background: #005244;
    z-index: 5;
    pointer-events: none;
  }
  .whats_on_hero::before {
    left: 0;
    background: linear-gradient(90deg, rgb(0, 82, 68) 0%, rgba(0, 82, 68, 0) 25%);
  }
  .whats_on_hero::after {
    right: 0;
    background: linear-gradient(270deg, rgb(0, 82, 68) 0%, rgba(0, 82, 68, 0) 100%);
  }
  .whats_on_hero__top {
    padding: 0 20px;
    position: relative;
    z-index: 6;
  }
  .whats_on_hero__nav {
    justify-content: flex-start;
    overflow-x: scroll;
    row-gap: 20px;
    column-gap: 20px;
    padding-left: 40px;
    padding-right: 100px;
  }
  .whats_on_hero__nav::-webkit-scrollbar {
    display: none;
  }
  .featured_events_title,
  .events_filter__title {
    font-size: 28px;
  }
  .events {
    padding-top: 40px;
  }
  .event_item__left {
    min-height: 0;
    max-width: none;
    flex-direction: row;
    padding: 5px 20px;
    column-gap: 10px;
    flex-wrap: wrap;
  }
  .event_item__time,
  .event_item__date {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.8;
    font-family: "stevie-sans", sans-serif;
  }
  .event_item__meta {
    row-gap: 10px;
  }
  .event_item__meta__left {
    row-gap: 5px;
  }
  .event_cta {
    margin-top: 20px;
  }
  .feat_event_item__content {
    width: 100%;
  }
  .feat_event_item__content .feat_event_item__title {
    min-height: 0;
  }
  .events_filter__wrap .events_filter .resources__filter__select {
    width: auto;
  }
  .feat_event_item__content .feat_event_item__title {
    margin-bottom: 0px;
  }
  .feat_event_item__content .feat_event_item__date {
    margin-bottom: 5px;
  }
  .event_cost {
    display: none;
  }
  .event_cost--mobile {
    display: inline-block;
  }
  .event_cta .cta__subtitle {
    line-height: 1.4;
  }
}
@media screen and (max-width: 600px) {
  .feat_event_item {
    flex-direction: column;
    align-items: center;
    max-width: 250px;
    min-width: 250px;
    width: 250px;
  }
  .feat_event_item__img {
    max-width: none;
    height: auto;
    aspect-ratio: 1/1;
  }
  .feat_event_item__content {
    padding: 20px;
  }
}
@media screen and (max-width: 400px) {
  .event_website_button_wrap {
    right: 20px;
  }
  .event_website_button_wrap svg {
    width: 15px;
  }
}
@media screen and (max-width: 370px) {
  .event_item__meta__left {
    flex-direction: column;
  }
}
.directory {
  padding: 50px 0;
}

.directory__title {
  font-weight: 700;
  margin-bottom: 20px;
}

.directory_posts {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}

.directory_item {
  background-color: #fff;
  padding: 18px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 53px;
  color: #005244;
  transition: 0.4s;
}
.directory_item:hover {
  background-color: #dff391;
}
.directory_item.no_link {
  pointer-events: none;
}

.directory_item__title {
  color: #106354;
}

.directory_item__website {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.4px;
  line-height: 19px;
}
.directory_item__website svg {
  max-width: 18px;
  min-width: 18px;
  width: 100%;
  fill: #005244;
}

.directory_item__text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.2px;
  opacity: 0.7;
  line-height: 29px;
}

@media screen and (max-width: 600px) {
  .directory_item {
    border-radius: 25px;
    column-gap: 20px;
    align-items: flex-start;
    position: relative;
  }
  .directory_item__title {
    padding-right: 20px;
    font-size: 23px;
  }
  .directory_item__website {
    font-size: 0;
    position: absolute;
    top: 19px;
    right: 20px;
  }
  .directory_item__website svg {
    min-width: 15px;
    max-width: 15px;
    width: 100%;
  }
  .directory__title {
    font-size: 26px;
  }
}
.facilities_hero {
  background-color: #005244;
  color: white;
  border-radius: 0 0 50px 50px;
  padding: 110px 0 80px;
  padding-bottom: 60px;
}
.facilities_hero .whats_on_hero__top {
  margin-bottom: 20px;
}
.facilities_hero .whats_on_hero__top__icon {
  max-width: 52px;
  width: 100%;
}

.facilities_hero__content {
  text-align: center;
}

.facilities {
  position: relative;
  overflow: hidden;
  background-color: #f4f7ee;
}

.facilities_section {
  padding-top: 50px;
}

.facilities__grid {
  margin: 20px -15px;
  margin-top: 0;
}
.facilities__grid > [class*=grid_] {
  padding: 0 15px;
}
.facilities__grid .grid_1-3 {
  margin: 20px 0;
}

.facility_cat {
  width: 100%;
  position: relative;
  display: block;
  color: #005244;
  background-color: #fff;
  height: 100%;
  border-radius: 40px;
  overflow: hidden;
  text-align: center;
  transition: 0.4s;
}
.facility_cat:hover {
  background-color: #005244;
}
.facility_cat:hover .facility_cat__title {
  color: white;
}
.facility_cat:hover .facility_cat__button {
  opacity: 1;
  visibility: visible;
}
.facility_cat:hover .facility_cat__img_wrap svg {
  fill: #005244;
}

.facility_cat__img_wrap {
  position: relative;
  width: 100%;
}
.facility_cat__img_wrap:after {
  content: "";
  display: block;
  padding-bottom: 80%;
}
.facility_cat__img_wrap svg {
  width: calc(100% + 2px);
  margin: 0 auto;
  position: absolute;
  bottom: -1px;
  left: -1px;
  right: 0;
  fill: white;
  transition: 0.4s;
}

.facility_cat__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.facility_cat__content {
  padding: 20px 30px;
  position: relative;
}

.facility_cat__title {
  font-weight: 700;
  font-family: "Grift", sans-serif;
  margin-bottom: 10px;
  transition: 0.4s;
}

.facility_cat__text {
  opacity: 0.7;
  min-height: 70px;
  font-size: 18px;
  line-height: 29px;
  font-weight: 400;
}

.facility_cat__button {
  position: absolute;
  bottom: 30px;
  padding: 15px 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #dff391;
  color: #005244;
  max-width: 145px;
  width: 100%;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
}

.facility_hero {
  background-color: #106354;
  color: white;
  border-radius: 0 0 50px 50px;
  padding: 110px 0 80px;
  text-align: center;
}

.facility_hero__subtitle {
  color: #dff391;
  font-weight: 600;
  font-family: "Grift", sans-serif;
  margin-bottom: 10px;
}

.facility_hero__title {
  font-weight: 600;
  font-family: "Grift", sans-serif;
}

.facility__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.facility__top__title {
  font-weight: 500;
}

.area_filter {
  display: flex;
  flex-wrap: wrap;
}
.area_filter select {
  max-width: 370px;
  width: 100%;
  min-width: 370px;
}
.area_filter .clear_filter {
  margin-top: 0;
}

.facility_posts {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  min-height: 500px;
}

@media screen and (max-width: 1050px) {
  .facilities {
    padding: 50px 0;
  }
  .facilities__grid .grid_1-3 {
    max-width: 345px;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .facilities_hero {
    padding: 90px 0 20px;
  }
  .facility_hero {
    padding: 80px 0 40px;
  }
  .facility_hero .back_button {
    top: 75px;
  }
  .facility__top {
    flex-direction: column-reverse;
  }
  .area_filter {
    width: 100%;
  }
  .area_filter select {
    min-width: 0;
    width: 100%;
    max-width: none;
  }
  .facility__top__title {
    font-size: 17px;
  }
  .facility_posts {
    margin-top: 20px;
  }
  .resources__filter__select {
    width: 100%;
  }
  .facility_cat__title {
    font-size: 25px;
  }
  .facility_cat__button {
    display: none;
  }
  .facilities_section {
    padding-top: 40px;
  }
}
.services_hero {
  background-color: #005244;
  text-align: center;
  min-height: 0;
  padding: 120px 0 60px;
  position: relative;
  overflow: visible;
}

.services_hero__title {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
  margin-bottom: 10px;
}
.services_hero__title .page_hero__title {
  font-weight: 600;
  font-family: "Grift", sans-serif;
}

.services_hero__title__icon {
  max-width: 50px;
  width: 100%;
}

.services_hero__content {
  color: white;
  font-size: 21px;
  font-weight: 400;
  font-family: "stevie-sans", sans-serif;
}
.services_hero__content p {
  font-weight: 400;
}

.services {
  background-color: #f4f7ee;
  overflow: hidden;
}

.service_types_wrap {
  position: relative;
  overflow: visible;
  margin: 0 auto;
  max-width: 1000px;
}
.service_types_wrap::before {
  content: "";
  display: block;
  width: calc((100vw - 1000px) / 2);
  height: 100%;
  background: linear-gradient(90deg, rgb(244, 247, 238) 90%, rgba(244, 247, 238, 0) 100%);
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}
.service_types_wrap::after {
  content: "";
  display: block;
  width: calc((100vw - 1000px) / 2);
  height: 100%;
  background: linear-gradient(270deg, rgb(244, 247, 238) 90%, rgba(244, 247, 238, 0) 100%);
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}
.service_types_wrap .service_types {
  display: flex;
  justify-content: flex-start;
  column-gap: 20px;
  width: 100%;
  position: relative;
  z-index: 2;
  margin-top: 40px;
  overflow: visible;
}
.service_types_wrap .service_types .slick-list {
  overflow: visible;
}
.service_types_wrap .service_types .service_type_button {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  color: #005244;
  background-color: transparent;
  border: solid 2.7px rgba(0, 82, 68, 0.19);
  font-size: 18px;
  font-weight: 600;
  padding: 10px 40px;
  margin: 0 5px;
  pointer-events: none;
  max-width: 240px;
  width: 100%;
  z-index: 3;
}
.service_types_wrap .service_types .service_type_button.slick-active {
  pointer-events: all;
  z-index: 6;
}
.service_types_wrap .service_types .service_type_button:hover {
  border-color: #dff391;
  background-color: #dff391;
}
.service_types_wrap .service_types .service_type_button.active {
  color: #dff391;
  background-color: #005244;
  border-color: #005244;
  pointer-events: all;
}
.service_types_wrap .service_types .service_type_button.active .service_type_button__icon {
  stroke: #dff391;
}

.service_type_button__icon {
  max-width: 35px;
  min-width: 35px;
  width: 100%;
  fill: none;
  stroke: #005244;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.5px;
}

.service_types__arrows {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 7px;
  left: -60px;
  width: calc(100% + 120px);
  z-index: 5;
  pointer-events: none;
}

.single_service_button {
  margin-top: 60px;
}

.services_types_mobile {
  display: none;
  justify-content: flex-start;
  overflow: scroll;
  padding-right: 100px;
  margin-top: 30px;
  padding-left: 20px;
}
.services_types_mobile::-webkit-scrollbar {
  display: none;
}
.services_types_mobile .service_type_button {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  color: #005244;
  background-color: transparent;
  border: solid 2.7px rgba(0, 82, 68, 0.19);
  font-size: 18px;
  font-weight: 600;
  padding: 10px 30px;
  margin: 0 5px;
  max-width: 240px;
  width: 100%;
  z-index: 3;
  flex-grow: 1;
}
.services_types_mobile .service_type_button:hover {
  border-color: #dff391;
  background-color: #dff391;
}
.services_types_mobile .service_type_button.active {
  color: #dff391;
  background-color: #005244;
  border-color: #005244;
  pointer-events: all;
}
.services_types_mobile .service_type_button.active .service_type_button__icon {
  stroke: #dff391;
}

.services_types_mobile_wrap {
  position: relative;
}
.services_types_mobile_wrap::after {
  content: "";
  display: block;
  width: 100px;
  height: 100%;
  background: linear-gradient(270deg, rgb(244, 247, 238) 0%, rgba(244, 247, 238, 0) 100%);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

@media screen and (max-width: 1200px) {
  .service_types__arrows {
    width: 100%;
    left: 0;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1040px) {
  .service_types_wrap {
    padding: 0 50px;
  }
  .service_types_wrap .service_types .service_type_button {
    opacity: 0.4;
    width: auto;
    max-width: none;
  }
  .service_types_wrap .service_types .service_type_button.slick-active {
    opacity: 1;
  }
  .service_types_wrap {
    display: none;
  }
  .service_types_wrap::before {
    width: 200px;
    display: none;
  }
  .service_types_wrap::after {
    width: 200px;
    right: 0;
    left: initial;
    background: linear-gradient(270deg, rgb(244, 247, 238) 0%, rgba(244, 247, 238, 0) 100%);
    display: none;
  }
  .services_types_mobile {
    display: flex;
  }
}
@media screen and (max-width: 700px) {
  .facility__top {
    flex-direction: column-reverse;
    row-gap: 20px;
    align-items: center;
  }
}
@media screen and (max-width: 600px) {
  .services_hero {
    padding: 90px 0 20px;
  }
  .service_types_wrap .service_types .service_type_button {
    padding: 10px 25px;
  }
}
.search_form__form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 670px;
  width: 100%;
  overflow: hidden;
  border-radius: 36px;
  overflow: hidden;
  position: relative;
  margin: 30px auto 0;
  background-color: #fff;
  padding: 5px;
}

.search_form__input {
  font-family: "stevie-sans", sans-serif;
  font-size: 19px;
  letter-spacing: -0.24px;
  line-height: 36px;
  color: #005244;
  font-weight: 500;
  appearance: none;
  border: none;
  padding: 8px 30px;
}
.search_form__input.placeholder {
  color: #005244;
}
.search_form__input:-moz-placeholder {
  color: #005244;
  opacity: 1;
}
.search_form__input::-moz-placeholder {
  color: #005244;
  opacity: 1;
}
.search_form__input:-ms-input-placeholder {
  color: #005244;
}
.search_form__input::-webkit-input-placeholder {
  color: #005244;
}

.search_form__button {
  display: flex;
  align-items: center;
  column-gap: 10px;
  appearance: none;
  border: none;
  font-size: 16px;
  font-family: "stevie-sans", sans-serif;
  font-weight: 700;
}
.search_form__button svg {
  fill: white;
  max-width: 21px;
  width: 100%;
  transition: 0.3s;
}
.search_form__button:hover svg {
  fill: #005244;
}

.search_form__link {
  appearance: none;
  border: none;
  display: none;
}

.search {
  min-height: calc(100vh - 800px);
}

@media screen and (max-width: 500px) {
  .services_hero__title {
    margin-bottom: 20px;
  }
  .search_form__form {
    flex-direction: column;
    background-color: #005244;
    border-radius: 0px;
    padding: 10px 0px 30px;
    margin: 0 auto;
    position: relative;
    z-index: 4;
    row-gap: 20px;
  }
  .search_form__form .search_form__button {
    background-color: #dff391;
    color: #005244;
  }
  .search_form__form .search_form__button svg {
    fill: #005244;
  }
  .search_form__input_container {
    width: 100%;
  }
  .search_form__input {
    padding: 8px 20px;
    width: 100%;
    font-size: 16px;
    border-radius: 36px;
  }
}
.search_results {
  position: relative;
  overflow: hidden;
  background-color: #f4f7ee;
}

.search_results__items {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.search_item {
  border-radius: 30px;
  align-items: flex-start;
  column-gap: 20px;
}
.search_item .search__content {
  opacity: 0.7;
}
.search_item .directory_item__title {
  margin-bottom: 10px;
}
.search_item .directory_item__text {
  max-width: 725px;
  width: 100%;
  margin-top: 10px;
  color: #005244;
  font-weight: 500;
  opacity: 1;
  margin-bottom: 10px;
}
.search_item:hover {
  background-color: #fff;
}
.search_item:hover .search_item__button {
  background-color: #005244;
  color: white;
}
.search_item:hover .search_item__button svg {
  fill: white;
}

.search_item__button {
  background-color: rgba(0, 82, 68, 0.12);
  color: #005244;
  margin-top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  padding: 15px 30px;
}
.search_item__button svg {
  max-width: 18px;
  min-width: 18px;
  width: 100%;
  fill: #005244;
  transition: 0.3s;
}

.search__item__type_wrap {
  display: flex;
  align-items: center;
  column-gap: 40px;
  row-gap: 10px;
  flex-wrap: wrap;
}

.search__item__type {
  font-size: 16px;
  font-weight: 600;
  opacity: 0.61;
  color: #005244;
  line-height: 29px;
}

.search_item__date {
  margin-bottom: 10px;
}

.search__error {
  min-height: 400px;
}

@media screen and (max-width: 800px) {
  .search_item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    row-gap: 20px;
    padding: 25px 20px 30px;
  }
  .search_item .directory_item__title {
    padding-right: 0;
  }
  .search__item__type_wrap {
    justify-content: center;
  }
}
/*# sourceMappingURL=style.css.map */
