@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, .block--slideshow .swiper-slide .text-content h2 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Swiper 5.1.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 16, 2019
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(44px / 44 * 27);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: 44px;
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * 44px / 2);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-theme-color);
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: 44px;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-theme-color);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-theme-color);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-theme-color);
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

/*======================================
  Selectric v1.13.0
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.selectric .button, .selectric .block--box-grid .box-grid--item .wp-block-file a, .block--box-grid .box-grid--item .wp-block-file .selectric a, .selectric .page--contact .filter form button, .page--contact .filter form .selectric button, .selectric .wp-block-button .wp-block-button__link, .wp-block-button .selectric .wp-block-button__link, .selectric .trailing-button, .selectric .block--link-tile h3:after, .block--link-tile .selectric h3:after {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after, .selectric .block--box-grid .box-grid--item .wp-block-file a:after, .block--box-grid .box-grid--item .wp-block-file .selectric a:after, .selectric .page--contact .filter form button:after, .page--contact .filter form .selectric button:after, .selectric .wp-block-button .wp-block-button__link:after, .wp-block-button .selectric .wp-block-button__link:after, .selectric .trailing-button:after, .selectric .block--link-tile h3:after, .block--link-tile .selectric h3:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}

.selectric-hover .selectric .button, .selectric-hover .selectric .block--box-grid .box-grid--item .wp-block-file a, .block--box-grid .box-grid--item .wp-block-file .selectric-hover .selectric a, .selectric-hover .selectric .page--contact .filter form button, .page--contact .filter form .selectric-hover .selectric button, .selectric-hover .selectric .wp-block-button .wp-block-button__link, .wp-block-button .selectric-hover .selectric .wp-block-button__link, .selectric-hover .selectric .trailing-button, .selectric-hover .selectric .block--link-tile h3:after, .block--link-tile .selectric-hover .selectric h3:after {
  color: #a2a2a2;
}

.selectric-hover .selectric .button:after, .selectric-hover .selectric .block--box-grid .box-grid--item .wp-block-file a:after, .block--box-grid .box-grid--item .wp-block-file .selectric-hover .selectric a:after, .selectric-hover .selectric .page--contact .filter form button:after, .page--contact .filter form .selectric-hover .selectric button:after, .selectric-hover .selectric .wp-block-button .wp-block-button__link:after, .wp-block-button .selectric-hover .selectric .wp-block-button__link:after, .selectric-hover .selectric .trailing-button:after, .selectric-hover .selectric .block--link-tile h3:after, .block--link-tile .selectric-hover .selectric h3:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #c4c4c4;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}

.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}

.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

:root {
  --wrap-width: 1760px ;
  --text-wrap: 900px ;
  --body-padding: 80px ;
  --header-height: 167px ;
  --full-height: 100vh ;
  --text-black: #231f20 ;
  --light-grey: #f2f2f2 ;
  --border-grey: #e5e5e5 ;
  --green: #004040 ;
  --red: #b82718;
}

@media only screen and (max-width: 1600px) {
  :root {
    --body-padding:60px;
  }
}
@media only screen and (max-width: 640px) {
  :root {
    --body-padding:20px;
  }
}
@font-face {
  font-family: "DINOT";
  src: url("../fonts/DINOT-Bold.eot");
  src: url("../fonts/DINOT-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/DINOT-Bold.woff2") format("woff2"), url("../fonts/DINOT-Bold.woff") format("woff"), url("../fonts/DINOT-Bold.svg#DINOT-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "DINOT";
  src: url("../fonts/DINOT-Regular.eot");
  src: url("../fonts/DINOT-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/DINOT-Regular.woff2") format("woff2"), url("../fonts/DINOT-Regular.woff") format("woff"), url("../fonts/DINOT-Regular.svg#DINOT-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DINOT";
  src: url("../fonts/DINOT-Black.eot");
  src: url("../fonts/DINOT-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/DINOT-Black.woff2") format("woff2"), url("../fonts/DINOT-Black.woff") format("woff"), url("../fonts/DINOT-Black.svg#DINOT-Black") format("svg");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "DINOT";
  src: url("../fonts/DINOT-Italic.eot");
  src: url("../fonts/DINOT-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/DINOT-Italic.woff2") format("woff2"), url("../fonts/DINOT-Italic.woff") format("woff"), url("../fonts/DINOT-Italic.svg#DINOT-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "DINOT";
  src: url("DINOT-Light.eot");
  src: url("DINOT-Light.eot?#iefix") format("embedded-opentype"), url("DINOT-Light.woff2") format("woff2"), url("DINOT-Light.woff") format("woff"), url("DINOT-Light.svg#DINOT-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "DINOT";
  src: url("../fonts/DINOT-Medium.eot");
  src: url("../fonts/DINOT-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/DINOT-Medium.woff2") format("woff2"), url("../fonts/DINOT-Medium.woff") format("woff"), url("../fonts/DINOT-Medium.svg#DINOT-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "icomoon";
  src: url("../icons/icomoon.eot?d3gtt7");
  src: url("../icons/icomoon.eot?d3gtt7#iefix") format("embedded-opentype"), url("../icons/icomoon.ttf?d3gtt7") format("truetype"), url("../icons/icomoon.woff?d3gtt7") format("woff"), url("../icons/icomoon.svg?d3gtt7#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  font-size: 18px;
  font-family: "DINOT";
  overflow-x: hidden;
}
.no-feature-image body, .blog body, .single body {
  background-image: url(../images/resourceco-symbol.svg);
  background-repeat: no-repeat;
  background-position: center -119px;
}
@media only screen and (max-width: 1024px) {
  .no-feature-image body, .blog body, .single body {
    background-size: 71%;
    background-position: center -60px;
  }
}
@media only screen and (max-width: 480px) {
  .no-feature-image body, .blog body, .single body {
    background-size: 80%;
    background-position: center -20px;
  }
}

p {
  color: #231f20;
  color: var(--text-black);
  line-height: 1.5555;
}

a {
  color: #231f20;
  color: var(--text-black);
}
a:visited, a:focus, a:active {
  color: #231f20;
  color: var(--text-black);
}

h1, .block--slideshow .swiper-slide .text-content h2 {
  font-size: 85px;
  font-weight: 700;
  line-height: 1.115;
  text-transform: uppercase;
}

h2 {
  font-size: 75px;
  font-weight: 700;
  line-height: 1.1333;
  text-transform: uppercase;
}

h3 {
  font-size: 45px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
}

h4, body .nf-form-cont h2 {
  font-size: 35px;
  font-weight: 500;
  line-height: 1.2875;
}

h5 {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4;
}

h6, article > .wp-block-file a, .block--slideshow .slideshow-pagination li:before, body .nf-form-cont .checkbox-container .nf-field-label label, body .nf-form-cont .listradio-container .nf-field-element label,
body .nf-form-cont .checkbox-wrap .nf-field-element label,
body .nf-form-cont .listcheckbox-wrap .nf-field-element label, body .nf-form-cont .nf-form-content button,
body .nf-form-cont .nf-form-content input[type=button],
body .nf-form-cont .nf-form-content input[type=submit], body .nf-form-cont .nf-form-content .nf-field-label label, body > footer .footer-right nav .menu > li > a, .page--contact .filter .selectric-items li, .page--contact .filter .selectric .label, body > header nav .menu > li a, .button, .block--box-grid .box-grid--item .wp-block-file a, .page--contact .filter form button, .wp-block-button .wp-block-button__link, .trailing-button, .block--link-tile h3:after, time {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1600px) {
  h1, .block--slideshow .swiper-slide .text-content h2 {
    font-size: 75px;
  }
  h2 {
    font-size: 70px;
  }
  h3 {
    font-size: 40px;
  }
  h4, body .nf-form-cont h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1366px) {
  h1, .block--slideshow .swiper-slide .text-content h2 {
    font-size: 70px;
  }
  h2 {
    font-size: 65px;
  }
  h3 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 1280px) {
  h1, .block--slideshow .swiper-slide .text-content h2 {
    font-size: 65px;
  }
}
@media only screen and (max-width: 1024px) {
  h1, .block--slideshow .swiper-slide .text-content h2 {
    font-size: 55px;
  }
  h2 {
    font-size: 45px;
  }
  h3 {
    font-size: 25px;
  }
  h4, body .nf-form-cont h2 {
    font-size: 25px;
  }
  h5 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 640px) {
  body {
    font-size: 16px;
  }
  h1, .block--slideshow .swiper-slide .text-content h2 {
    font-size: 45px;
  }
  h2 {
    font-size: 35px;
  }
  h6, article > .wp-block-file a, .block--slideshow .slideshow-pagination li:before, body .nf-form-cont .checkbox-container .nf-field-label label, body .nf-form-cont .listradio-container .nf-field-element label,
  body .nf-form-cont .checkbox-wrap .nf-field-element label,
  body .nf-form-cont .listcheckbox-wrap .nf-field-element label, body .nf-form-cont .nf-form-content button,
  body .nf-form-cont .nf-form-content input[type=button],
  body .nf-form-cont .nf-form-content input[type=submit], body .nf-form-cont .nf-form-content .nf-field-label label, body > footer .footer-right nav .menu > li > a, .page--contact .filter .selectric-items li, .page--contact .filter .selectric .label, body > header nav .menu > li a, .button, .block--box-grid .box-grid--item .wp-block-file a, .page--contact .filter form button, .wp-block-button .wp-block-button__link, .trailing-button, .block--link-tile h3:after, time {
    font-size: 12px;
  }
}
@media only screen and (max-width: 480px) {
  h1, .block--slideshow .swiper-slide .text-content h2 {
    font-size: 35px;
  }
  h2 {
    font-size: 25px;
  }
  h3, h4, body .nf-form-cont h2 {
    font-size: 20px;
  }
}
blockquote {
  color: #004040;
  font-family: DINOT;
  font-size: 22px;
  line-height: 34px;
  margin: 67px auto;
  padding-left: 60px;
  position: relative;
}
blockquote p:first-child {
  margin-top: 0;
}
blockquote:before {
  content: "“";
  font-size: 55px;
  line-height: 34px;
  position: absolute;
  top: 15px;
  left: 0;
  display: inline-block;
}
@media only screen and (max-width: 640px) {
  blockquote {
    padding-left: 40px;
    margin: 47px auto;
    font-size: 18px;
  }
}

.is-style-hook {
  position: relative;
}
.is-style-hook:before {
  content: "—";
  padding-right: 15px;
}
.is-style-hook:after {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  position: relative;
  top: 0.5em;
  font-size: 0.933em;
  padding-left: 30px;
}
@media only screen and (max-width: 480px) {
  .is-style-hook:after {
    padding-left: 20px;
  }
}

.is-style-dash:before {
  content: "—";
  padding-right: 15px;
}

address {
  font-style: normal;
}

ul {
  list-style: none;
  padding: 0;
}

.button, .block--box-grid .box-grid--item .wp-block-file a, .page--contact .filter form button, .wp-block-button .wp-block-button__link, .trailing-button, .block--link-tile h3:after {
  padding: 35px 45px;
  background-color: #231f20;
  background-color: var(--text-black);
  color: white;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.button:after, .block--box-grid .box-grid--item .wp-block-file a:after, .page--contact .filter form button:after, .wp-block-button .wp-block-button__link:after, .trailing-button:after, .block--link-tile h3:after {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  font-size: 10px;
  padding-left: 15px;
}
.button:hover, .block--box-grid .box-grid--item .wp-block-file a:hover, .page--contact .filter form button:hover, .wp-block-button .wp-block-button__link:hover, .trailing-button:hover, .block--link-tile h3:hover:after {
  background-color: #004040;
  background-color: var(--green);
}
.button.transparent, .block--box-grid .box-grid--item .wp-block-file a.transparent, .page--contact .filter form button.transparent, .wp-block-button .transparent.wp-block-button__link, .transparent.trailing-button, .block--link-tile h3.transparent:after {
  background-color: transparent;
  border: 1px solid white;
}
.button.light, .block--box-grid .box-grid--item .wp-block-file a.light, .page--contact .filter form button.light, .wp-block-button .light.wp-block-button__link, .light.trailing-button, .block--link-tile h3.light:after {
  color: #231f20;
  color: var(--text-black);
  background-color: #f2f2f2;
  background-color: var(--light-grey);
}
.button.light:hover, .block--box-grid .box-grid--item .wp-block-file a.light:hover, .page--contact .filter form button.light:hover, .wp-block-button .light.wp-block-button__link:hover, .light.trailing-button:hover, .block--link-tile h3.light:hover:after {
  background-color: transparent;
  border: 2px solid #004040;
  border: 2px solid var(--green);
}
@media only screen and (max-width: 1024px) {
  .button, .block--box-grid .box-grid--item .wp-block-file a, .page--contact .filter form button, .wp-block-button .wp-block-button__link, .trailing-button, .block--link-tile h3:after {
    padding: 27px 30px;
  }
}
@media only screen and (max-width: 640px) {
  .button, .block--box-grid .box-grid--item .wp-block-file a, .page--contact .filter form button, .wp-block-button .wp-block-button__link, .trailing-button, .block--link-tile h3:after {
    padding: 18px 20px;
  }
}

.trailing-button, .block--link-tile h3:after {
  padding: 35px 60px;
  vertical-align: middle;
  margin-left: -15px;
  z-index: -1;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .trailing-button, .block--link-tile h3:after {
    padding: 26px 40px;
  }
}

.wp-block-button {
  margin-bottom: 0;
}
.wp-block-button .wp-block-button__link {
  display: inline-block;
  border-radius: 0;
}
.wp-block-button .wp-block-button__link:hover {
  background-color: #004040;
  background-color: var(--green);
}

::-moz-selection {
  background: #004040;
  background: var(--green);
  color: white;
}

::selection {
  background: #004040;
  background: var(--green);
  color: white;
}

.block--latest-posts, .block--slideshow .slideshow-pagination, .block--slideshow .swiper-slide .text-content, .wp-block-columns.alignwide, .load-more, .see-all-news, body > footer > div, .page-header .page-title, body > header nav .menu .sub-menu {
  max-width: 1760px;
  max-width: var(--wrap-width);
  padding-left: 80px;
  padding-left: var(--body-padding);
  padding-right: 80px;
  padding-right: var(--body-padding);
  margin-left: auto;
  margin-right: auto;
}

.block--masonry-grid .block--masonry-item .block--masonry-item-header figure img, .block--box-grid .box-grid--item .wp-block-image img, .block--link-tile .wp-block-image img {
  display: block;
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .block--masonry-grid .block--masonry-item .block--masonry-item-header figure img, .block--box-grid .box-grid--item .wp-block-image img, .block--link-tile .wp-block-image img {
    min-width: 0;
    min-height: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    top: auto;
    left: auto;
    transform: none;
    position: relative;
  }
}

.load-more .button.loading:before, .load-more .block--box-grid .box-grid--item .wp-block-file a.loading:before, .block--box-grid .box-grid--item .wp-block-file .load-more a.loading:before, .load-more .loading.trailing-button:before, .load-more .wp-block-button .loading.wp-block-button__link:before, .wp-block-button .load-more .loading.wp-block-button__link:before, .load-more .page--contact .filter form button.loading:before, .page--contact .filter form .load-more button.loading:before, .see-all-news .button.loading:before, .see-all-news .block--box-grid .box-grid--item .wp-block-file a.loading:before, .block--box-grid .box-grid--item .wp-block-file .see-all-news a.loading:before, .see-all-news .loading.trailing-button:before, .see-all-news .wp-block-button .loading.wp-block-button__link:before, .wp-block-button .see-all-news .loading.wp-block-button__link:before, .see-all-news .page--contact .filter form button.loading:before, .page--contact .filter form .see-all-news button.loading:before {
  border: 2px solid rgba(0, 64, 64, 0.2);
  border-top-color: #004040;
  border-top-color: var(--green);
  border-radius: 50%;
  width: 2em;
  height: 2em;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
body > header {
  position: absolute;
  height: 167px;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  width: 100%;
  max-width: 1760px;
  max-width: var(--wrap-width);
  padding: 30px 80px 0;
  padding: 30px var(--body-padding) 0;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 1280px) {
  .mobile-menu-open body > header {
    position: fixed;
  }
}
@media only screen and (max-width: 640px) {
  body > header {
    height: 56px;
  }
}
body > header .logo {
  display: block;
  max-width: 220px;
  width: 100%;
  height: auto;
  z-index: 11;
}
@media only screen and (max-width: 640px) {
  body > header .logo {
    max-width: 108px;
  }
  body > header .logo svg {
    width: 100%;
  }
}
body > header .logo img {
  max-width: 100%;
}
body > header .logo .text {
  transition: fill 0.2s ease;
}
.no-feature-image body > header .logo .text, .blog body > header .logo .text, .single-post body > header .logo .text {
  fill: #004040;
}
.main-menu-open body > header .logo .text, .mobile-menu-open body > header .logo .text, .home body > header .logo .text {
  fill: white;
}
body > header nav .menu {
  display: flex;
  justify-content: space-between;
}
body > header nav .menu > li {
  padding: 0 22px;
}
body > header nav .menu > li a {
  color: white;
  text-decoration: none;
  transition: color 0.2s ease;
}
.single-post body > header nav .menu > li a, .no-feature-image body > header nav .menu > li a, .blog body > header nav .menu > li a {
  color: #231f20;
  color: var(--text-black);
}
.main-menu-open body > header nav .menu > li a {
  color: white;
}
body > header nav .menu .sub-menu {
  position: absolute;
  left: 0;
  right: 0;
  z-index: -50;
  pointer-events: none;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding-top: 100px;
  height: 560px;
  transition: opacity 0.2s ease;
}
body > header nav .menu .sub-menu li {
  display: inline-block;
  width: calc(25% - 30px);
  margin: 0 30px;
  position: relative;
}
@media only screen and (max-width: 1600px) {
  body > header nav .menu .sub-menu li {
    margin: 0 20px;
  }
}
body > header nav .menu .sub-menu li:first-child {
  margin-left: 0;
}
body > header nav .menu .sub-menu li:last-child {
  margin-right: 0;
}
body > header nav .menu .sub-menu li a {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  transition: color 0.2s ease;
  letter-spacing: 1px;
}
body > header nav .menu .sub-menu li a:before {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  position: absolute;
  top: 50px;
  right: 50px;
  color: black;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.2s ease, top 0.4s, right 0.4s ease;
}
body > header nav .menu .sub-menu li a .feature-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  transition: transform 0.2s ease;
  color: white;
  transform: scale(1);
}
body > header nav .menu .sub-menu li a .feature-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #231f20;
  background-color: var(--text-black);
  opacity: 0.5;
  pointer-events: none;
  transition: opacity 0.3s ease, background-color 0.2s ease;
}
@media only screen and (min-width: 1280px) {
  body > header nav .menu .sub-menu li a:hover {
    color: black;
  }
  body > header nav .menu .sub-menu li a:hover:before {
    opacity: 1;
    top: 40px;
    right: 40px;
  }
  body > header nav .menu .sub-menu li a:hover .feature-image {
    transform: scale(1.05);
  }
  body > header nav .menu .sub-menu li a:hover .feature-image:before {
    opacity: 0.7;
    background-color: white;
  }
}
body > header nav .menu .sub-menu li a h5 {
  position: relative;
  padding: 0 50px;
}
body > header nav .menu-background {
  position: absolute;
  width: calc(100% + 80px * 2);
  width: calc(100% + var(--body-padding) * 2);
  height: 0;
  opacity: 0;
  top: 0;
  left: calc(80px * -1);
  left: calc(var(--body-padding) * -1);
  transition: height 0.2s ease, opacity 0.2s ease 0.1s, background-color 0.2s ease 0.05s;
  background-color: transparent;
  pointer-events: none;
  z-index: -1;
}
@media only screen and (min-width: 1919px) {
  body > header nav .menu-background {
    width: auto;
    left: -10000px;
    right: -10000px;
  }
}
@media only screen and (min-width: 1280px) {
  body > header nav .menu li .sub-menu li {
    transform: scale(0.9);
    opacity: 0;
    transition: transform 0.2s ease 0.2s, opacity 0.2s ease 0.2s;
  }
  body > header nav .menu li .sub-menu li a h5 {
    transform: scale(0.9);
    opacity: 0;
    transition: opacity 0.2s ease;
  }
  body > header nav .menu li.has-children:hover .sub-menu {
    pointer-events: all;
    z-index: 1;
    opacity: 1;
    transition: opacity 0.2s ease 0.2s;
  }
  body > header nav .menu li.has-children:hover .sub-menu li {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
  body > header nav .menu li.has-children:hover .sub-menu li a h5 {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.2s ease 0.3s, transform 0.2s ease 0.3s;
  }
  body > header nav .menu li.has-children:hover ~ .menu-background {
    height: 717px;
    opacity: 1;
    background: #231f20;
    background: var(--text-black);
    transition: height 0.2s ease, opacity 0.2s ease, background-color 0.2s ease;
  }
}
body > header .menu-toggle {
  display: none;
  width: 24px;
  height: 20px;
  background: transparent;
  z-index: 1;
  cursor: pointer;
  transition: background-color 0.2s ease;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 1280px) {
  body > header .menu-toggle {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  body > header .menu-toggle {
    margin-right: 10px;
  }
}
body > header .menu-toggle > span {
  display: block;
  top: 0;
  bottom: 0;
  width: 100%;
}
body > header .menu-toggle > span, body > header .menu-toggle > span:before, body > header .menu-toggle > span:after {
  position: absolute;
  height: 2px;
  background-color: white;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.2s ease;
  border-radius: 2px;
}
.no-feature-image:not(.home) body > header .menu-toggle > span, .blog body > header .menu-toggle > span, .single body > header .menu-toggle > span, .no-feature-image:not(.home) body > header .menu-toggle > span:before, .blog body > header .menu-toggle > span:before, .single body > header .menu-toggle > span:before, .no-feature-image:not(.home) body > header .menu-toggle > span:after, .blog body > header .menu-toggle > span:after, .single body > header .menu-toggle > span:after {
  background-color: #231f20;
  background-color: var(--text-black);
}
body > header .menu-toggle > span:before, body > header .menu-toggle > span:after {
  content: "";
  width: 100%;
}
body > header .menu-toggle > span:before {
  top: -7px;
}
body > header .menu-toggle > span:after {
  top: 7px;
}
@media only screen and (max-width: 1280px) {
  body > header .menu-toggle {
    display: block;
  }
  body > header nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #231f20;
    background: var(--text-black);
    transition: height 0.2s ease;
    overflow: hidden;
  }
  body > header nav .menu {
    opacity: 0;
  }
  body > header nav .menu li {
    display: block;
    padding: 0;
    margin-bottom: 30px;
    position: relative;
  }
  body > header nav .menu li a {
    color: white !important;
    font-size: 35px;
    transition: opacity 0.2s ease;
    letter-spacing: 1px;
  }
  body > header nav .menu li.has-children > a:after {
    font-family: "icomoon" !important;
    font-style: normal;
    font-weight: normal;
    font-feature-settings: normal;
    font-variant: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e905";
    position: absolute;
    right: 0;
    transition: transform 0.1s ease-in-out;
    font-size: 24px;
  }
  body > header nav .menu > li {
    opacity: 0;
    transform: translateY(-80px);
  }
  body > header nav .menu > li:nth-child(1) {
    transition: opacity 0.2s ease 0s, transform 0.2s ease 0s;
  }
  body > header nav .menu > li:nth-child(2) {
    transition: opacity 0.2s ease 0.05s, transform 0.2s ease 0.05s;
  }
  body > header nav .menu > li:nth-child(3) {
    transition: opacity 0.2s ease 0.1s, transform 0.2s ease 0.1s;
  }
  body > header nav .menu > li:nth-child(4) {
    transition: opacity 0.2s ease 0.15s, transform 0.2s ease 0.15s;
  }
  body > header nav .menu > li:nth-child(5) {
    transition: opacity 0.2s ease 0.2s, transform 0.2s ease 0.2s;
  }
  body > header nav .menu > li:nth-child(6) {
    transition: opacity 0.2s ease 0.25s, transform 0.2s ease 0.25s;
  }
  body > header nav .menu > li:nth-child(7) {
    transition: opacity 0.2s ease 0.3s, transform 0.2s ease 0.3s;
  }
  body > header nav .menu > li:nth-child(8) {
    transition: opacity 0.2s ease 0.35s, transform 0.2s ease 0.35s;
  }
  body > header nav .menu > li:nth-child(9) {
    transition: opacity 0.2s ease 0.4s, transform 0.2s ease 0.4s;
  }
  body > header nav .menu > li:nth-child(10) {
    transition: opacity 0.2s ease 0.45s, transform 0.2s ease 0.45s;
  }
  body > header nav .menu .sub-menu {
    max-height: 0;
    position: relative;
    padding: 0;
    display: block;
    overflow: hidden;
    height: auto;
    transition: max-height 0.2s ease;
  }
  body > header nav .menu .sub-menu li {
    display: block;
    width: 100%;
    margin: auto;
    border-bottom: 1px solid #393234;
    opacity: 0;
    transform: translateY(-80px);
  }
  body > header nav .menu .sub-menu li:nth-child(1) {
    transition: opacity 0.2s ease 0s, transform 0.2s ease 0s;
  }
  body > header nav .menu .sub-menu li:nth-child(2) {
    transition: opacity 0.2s ease 0.05s, transform 0.2s ease 0.05s;
  }
  body > header nav .menu .sub-menu li:nth-child(3) {
    transition: opacity 0.2s ease 0.1s, transform 0.2s ease 0.1s;
  }
  body > header nav .menu .sub-menu li:nth-child(4) {
    transition: opacity 0.2s ease 0.15s, transform 0.2s ease 0.15s;
  }
  body > header nav .menu .sub-menu li:nth-child(5) {
    transition: opacity 0.2s ease 0.2s, transform 0.2s ease 0.2s;
  }
  body > header nav .menu .sub-menu li:nth-child(6) {
    transition: opacity 0.2s ease 0.25s, transform 0.2s ease 0.25s;
  }
  body > header nav .menu .sub-menu li:nth-child(7) {
    transition: opacity 0.2s ease 0.3s, transform 0.2s ease 0.3s;
  }
  body > header nav .menu .sub-menu li:nth-child(8) {
    transition: opacity 0.2s ease 0.35s, transform 0.2s ease 0.35s;
  }
  body > header nav .menu .sub-menu li:nth-child(9) {
    transition: opacity 0.2s ease 0.4s, transform 0.2s ease 0.4s;
  }
  body > header nav .menu .sub-menu li:nth-child(10) {
    transition: opacity 0.2s ease 0.45s, transform 0.2s ease 0.45s;
  }
  body > header nav .menu .sub-menu li:first-of-type {
    border-top: 1px solid #393234;
    margin-top: 50px;
  }
  body > header nav .menu .sub-menu li:last-of-type {
    margin-bottom: 20px;
  }
  body > header nav .menu .sub-menu li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: all;
  }
  body > header nav .menu .sub-menu li a:before {
    display: none;
  }
  body > header nav .menu .sub-menu li a h5 {
    order: 1;
    width: auto;
    padding: 0;
    text-align: left;
    margin: 30px 0;
    color: white;
  }
  body > header nav .menu .sub-menu li a .feature-image {
    position: relative;
    width: 60px;
    height: 60px;
    order: 2;
  }
  body > header nav.is-active {
    height: 100%;
  }
  body > header nav.is-active .menu {
    opacity: 1;
    display: block;
    padding: 167px 80px 0;
    padding: 167px var(--body-padding) 0;
  }
  body > header nav.is-active .menu > li {
    opacity: 1;
    transform: translateY(0);
  }
  body > header nav.is-active .menu li.is-active > a:after {
    transform: rotate(-180deg);
  }
  body > header nav.is-active .menu li.is-active .sub-menu {
    max-height: 3000px;
    opacity: 1;
  }
  body > header nav.is-active .menu li.is-active .sub-menu li {
    opacity: 1;
    transform: translateY(0);
  }
  body > header nav.is-active .menu.sub-menu-open a {
    opacity: 0.2;
  }
  body > header nav.is-active .menu.sub-menu-open li.is-active a {
    opacity: 1;
  }
  body > header nav.is-active + .menu-toggle > span {
    background-color: transparent;
  }
  body > header nav.is-active + .menu-toggle > span:before {
    transform: rotate(45deg);
    top: 0;
  }
  body > header nav.is-active + .menu-toggle > span:after {
    transform: rotate(-45deg);
    top: 0;
  }
  .no-feature-image:not(.home) body > header nav.is-active + .menu-toggle > span:before, .no-feature-image:not(.home) body > header nav.is-active + .menu-toggle > span:after, .blog body > header nav.is-active + .menu-toggle > span:before, .blog body > header nav.is-active + .menu-toggle > span:after, .single body > header nav.is-active + .menu-toggle > span:before, .single body > header nav.is-active + .menu-toggle > span:after {
    background-color: white;
  }
}
@media only screen and (max-width: 640px) {
  body > header nav .menu > li {
    margin-bottom: 20px;
  }
  body > header nav .menu > li > a {
    font-size: 20px;
  }
  body > header nav .menu .sub-menu li:first-child {
    margin-top: 20px;
  }
  body > header nav .menu .sub-menu li a h5 {
    font-size: 15px;
    margin: 25px 0;
  }
  body > header nav .menu .sub-menu li a .feature-image {
    width: 50px;
    height: 50px;
  }
  body > header nav.is-active .menu {
    padding-top: 106px;
    padding-right: 30px;
  }
}

.page-header {
  overflow: hidden;
  width: 100%;
  height: 717px;
  display: flex;
  align-items: center;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
.no-feature-image .page-header {
  height: 650px;
}
.page-header .page-title {
  margin: auto;
  width: 100%;
  position: relative;
}
.template--404 .page-header .page-title > h1, .template--404 .page-header .block--slideshow .swiper-slide .text-content .page-title > h2, .block--slideshow .swiper-slide .text-content .template--404 .page-header .page-title > h2 {
  max-width: 1200px;
}
.template--404 .page-header .page-title > h1 span, .template--404 .page-header .block--slideshow .swiper-slide .text-content .page-title > h2 span, .block--slideshow .swiper-slide .text-content .template--404 .page-header .page-title > h2 span {
  position: relative;
  z-index: 1;
}
.template--404 .page-header .page-title .trailing-button, .template--404 .page-header .page-title .block--link-tile h3:after, .block--link-tile .template--404 .page-header .page-title h3:after {
  white-space: nowrap;
  z-index: 0;
}
@media only screen and (max-width: 640px) {
  .template--404 .page-header .page-title .trailing-button, .template--404 .page-header .page-title .block--link-tile h3:after, .block--link-tile .template--404 .page-header .page-title h3:after {
    max-width: 265px;
    display: block;
    margin: 30px 0;
  }
}
.page-header .header-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.page-header .header-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #231f20;
  background: var(--text-black);
  opacity: 0.5;
}
.blog .page-header {
  height: 560px;
  align-items: flex-end;
}
.blog .page-header .page-title {
  margin-bottom: 120px;
}
.page-header.has-header-image {
  color: white;
}
.page-header.has-header-image:before, .page-header.has-header-image:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
}
.page-header.has-header-image:before {
  height: 391px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  top: 0;
}
.page-header.has-header-image:after {
  height: 117px;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.6;
  top: auto;
  bottom: 0;
}
@media only screen and (max-width: 1366px) {
  .page-header {
    height: 637px;
  }
}
@media only screen and (max-width: 640px) {
  .page-header {
    height: auto;
  }
  .no-feature-image .page-header, .blog .page-header {
    height: auto;
  }
  .page-header .page-title {
    margin-top: 140px;
    margin-bottom: 100px;
    padding-right: 35px;
  }
  .no-feature-image .page-header .page-title, .blog .page-header .page-title {
    margin-top: 100px;
    margin-bottom: 80px;
  }
  .page-header.has-header-image:before {
    height: 115px;
  }
  .page-header.has-header-image:after {
    height: 30px;
  }
}

article {
  padding: 0 80px;
  padding: 0 var(--body-padding);
}
.page.has-feature-image article {
  margin-top: 100px;
}
@media only screen and (max-width: 640px) {
  .page.has-feature-image article {
    margin-top: 50px;
  }
}
article > * {
  max-width: 900px;
  max-width: var(--text-wrap);
  margin-left: auto;
  margin-right: auto;
}
article > div:first-of-type {
  margin-top: 0;
}
article > h4, body .nf-form-cont article > h2 {
  text-transform: uppercase;
}
article > ul {
  margin: 50px auto;
}
article > ul.is-style-two-columns {
  -moz-column-count: 2;
       column-count: 2;
  grid-column-gap: 60px;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
@media only screen and (max-width: 640px) {
  article > ul {
    margin: 35px auto 0;
  }
  article > ul.is-style-two-columns {
    -moz-column-count: 1;
         column-count: 1;
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
article > ul li {
  position: relative;
  padding-left: 50px;
  line-height: 28px;
  margin-bottom: 35px;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
article > ul li:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 12px;
  border-color: transparent transparent transparent #004040;
  border-color: transparent transparent transparent var(--green);
  position: absolute;
  left: 0;
  top: 0.44em;
}

.page--contact .page-header {
  height: 420px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 640px) {
  .page--contact .page-header {
    height: auto;
  }
}
.page--contact .page-header .page-title {
  margin-bottom: 0;
}
.page--contact .location-finder {
  background: #f2f2f2;
  background: var(--light-grey);
  overflow: hidden;
  margin-top: 145px;
}
@media only screen and (max-width: 640px) {
  .page--contact .location-finder {
    margin-top: 65px;
  }
}
.page--contact h4, .page--contact body .nf-form-cont h2, body .nf-form-cont .page--contact h2 {
  text-transform: uppercase;
}
.page--contact .filter {
  padding: 90px 80px;
  padding: 90px var(--body-padding);
  max-width: 1760px;
  max-width: var(--wrap-width);
  margin: auto;
}
.page--contact .filter form {
  display: flex;
  justify-content: space-between;
  max-width: 1760px;
  max-width: var(--wrap-width);
}
.page--contact .filter form > * {
  width: calc(25% - 60px);
}
@media only screen and (max-width: 1366px) {
  .page--contact .filter form > * {
    width: calc(25% - 30px);
  }
}
.page--contact .filter form button {
  background: #004040;
  background: var(--green);
  border: 0;
  cursor: pointer;
  outline: 0 !important;
}
.page--contact .filter form button:after {
  display: none;
}
.page--contact .filter .selectric {
  height: 90px;
  border: 0;
  border-bottom: 2px solid #231f20;
  border-bottom: 2px solid var(--text-black);
  background: transparent;
}
.page--contact .filter .selectric .label {
  height: 90px;
  line-height: 90px;
  margin-left: 0;
  margin-right: 0;
}
.page--contact .filter .selectric .selectric-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 22px;
  color: #004040;
  color: var(--green);
}
.page--contact .filter .selectric-items {
  background: #f2f2f2;
  background: var(--light-grey);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  border: 0;
}
.page--contact .filter .selectric-items li {
  padding: 15px;
}
@media only screen and (max-width: 1024px) {
  .page--contact .filter {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .page--contact .filter .selectric {
    height: 60px;
  }
  .page--contact .filter .selectric .label {
    height: 60px;
    line-height: 60px;
  }
  .page--contact .filter form {
    flex-wrap: wrap;
  }
  .page--contact .filter form > * {
    width: calc(50% - 30px);
    margin-bottom: 30px;
  }
  .page--contact .filter form button {
    padding: 23px 30px;
  }
}
@media only screen and (max-width: 640px) {
  .page--contact .filter form > * {
    width: calc(50% - 15px);
  }
}
@media only screen and (max-width: 480px) {
  .page--contact .filter form > * {
    width: 100%;
    margin-bottom: 15px;
  }
  .page--contact .filter form button {
    margin-top: 30px;
  }
}
.page--contact .locations-map {
  position: relative;
}
.page--contact .map {
  width: 100%;
  height: 1355px;
  height: 100vh;
}
@media only screen and (max-width: 640px) {
  .page--contact .map {
    height: 320px;
    height: 50vh;
  }
}
.page--contact .locations {
  height: 0;
}
.page--contact .locations .location {
  position: absolute;
  background: white;
  display: none;
  top: 50%;
  left: 80px;
  left: var(--body-padding);
  transform: translateY(-50%);
  padding: 60px 55px 0;
  max-width: 460px;
  max-height: 100%;
  padding-left: 40px;
}
.page--contact .locations .location > h6, .page--contact .locations article > .wp-block-file .location > a, article > .wp-block-file .page--contact .locations .location > a, .page--contact .locations .block--slideshow .slideshow-pagination .location > li:before, .block--slideshow .slideshow-pagination .page--contact .locations .location > li:before, .page--contact .locations body .nf-form-cont .checkbox-container .nf-field-label .location > label, body .nf-form-cont .checkbox-container .nf-field-label .page--contact .locations .location > label, .page--contact .locations body .nf-form-cont .listradio-container .nf-field-element .location > label, body .nf-form-cont .listradio-container .nf-field-element .page--contact .locations .location > label,
.page--contact .locations body .nf-form-cont .checkbox-wrap .nf-field-element .location > label,
body .nf-form-cont .checkbox-wrap .nf-field-element .page--contact .locations .location > label,
.page--contact .locations body .nf-form-cont .listcheckbox-wrap .nf-field-element .location > label,
body .nf-form-cont .listcheckbox-wrap .nf-field-element .page--contact .locations .location > label, .page--contact .locations body .nf-form-cont .nf-form-content .location > button, body .nf-form-cont .nf-form-content .page--contact .locations .location > button,
.page--contact .locations body .nf-form-cont .nf-form-content .location > input[type=button],
body .nf-form-cont .nf-form-content .page--contact .locations .location > input[type=button],
.page--contact .locations body .nf-form-cont .nf-form-content .location > input[type=submit],
body .nf-form-cont .nf-form-content .page--contact .locations .location > input[type=submit], .page--contact .locations body .nf-form-cont .nf-form-content .nf-field-label .location > label, body .nf-form-cont .nf-form-content .nf-field-label .page--contact .locations .location > label, .page--contact .locations body > footer .footer-right nav .menu > li.location > a, body > footer .footer-right nav .page--contact .locations .menu > li.location > a, .page--contact .locations .location > time, .page--contact .locations .location > .button, .page--contact .locations .block--box-grid .box-grid--item .wp-block-file .location > a, .block--box-grid .box-grid--item .wp-block-file .page--contact .locations .location > a, .page--contact .locations .location > .trailing-button, .page--contact .locations .block--link-tile .location > h3:after, .block--link-tile .page--contact .locations .location > h3:after, .page--contact .locations .wp-block-button .location > .wp-block-button__link, .wp-block-button .page--contact .locations .location > .wp-block-button__link, .page--contact .locations body > header nav .menu > li .location > a, body > header nav .menu > li .page--contact .locations .location > a, .page--contact .locations .filter form .location > button, .page--contact .filter form .locations .location > button, .page--contact .locations .filter .selectric .location > .label, .page--contact .filter .selectric .locations .location > .label, .page--contact .locations .filter .selectric-items .location > li, .page--contact .filter .selectric-items .locations .location > li {
  line-height: 1.75;
  margin: 0 auto 45px;
  color: #004040;
  color: var(--green);
}
.page--contact .locations .location .address-and-hours, .page--contact .locations .location .telephone-details, .page--contact .locations .location .opening-hours {
  padding: 40px 0;
  border-top: 1px solid #f2f2f2;
  border-top: 1px solid var(--light-grey);
  line-height: 28px;
  position: relative;
  padding-left: 40px;
}
.page--contact .locations .location .address-and-hours:before, .page--contact .locations .location .telephone-details:before, .page--contact .locations .location .opening-hours:before {
  position: absolute;
  top: 45px;
  left: 0;
}
.page--contact .locations .location .address-and-hours {
  display: block;
}
.page--contact .locations .location .address-and-hours > *:last-child {
  margin-bottom: 0;
}
.page--contact .locations .location .address-and-hours:before {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
  font-size: 22px;
}
.page--contact .locations .location .telephone-details p {
  margin: 0;
}
.page--contact .locations .location .telephone-details:before {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
  font-size: 20px;
}
.page--contact .locations .location .button, .page--contact .locations .location .block--box-grid .box-grid--item .wp-block-file a, .block--box-grid .box-grid--item .wp-block-file .page--contact .locations .location a, .page--contact .locations .location .trailing-button, .page--contact .locations .location .block--link-tile h3:after, .block--link-tile .page--contact .locations .location h3:after, .page--contact .locations .location .wp-block-button .wp-block-button__link, .wp-block-button .page--contact .locations .location .wp-block-button__link, .page--contact .locations .location .filter form button, .page--contact .filter form .locations .location button {
  position: relative;
  display: block;
  width: calc(100% + 95px);
  left: -40px;
  text-align: center;
  margin: 0;
  color: white;
}
.page--contact .locations .location .button:hover, .page--contact .locations .location .block--box-grid .box-grid--item .wp-block-file a:hover, .block--box-grid .box-grid--item .wp-block-file .page--contact .locations .location a:hover, .page--contact .locations .location .trailing-button:hover, .page--contact .locations .location .block--link-tile h3:hover:after, .block--link-tile .page--contact .locations .location h3:hover:after, .page--contact .locations .location .wp-block-button .wp-block-button__link:hover, .wp-block-button .page--contact .locations .location .wp-block-button__link:hover, .page--contact .locations .location .filter form button:hover, .page--contact .filter form .locations .location button:hover {
  color: white;
}
.page--contact .locations .location.visible {
  display: block;
}
@media only screen and (max-height: 720px) and (min-width: 641px) {
  .page--contact .locations .location {
    padding: 50px 45px 0;
  }
  .page--contact .locations .location .address-and-hours, .page--contact .locations .location .telephone-details {
    font-size: 16px;
    padding: 25px 0 25px 30px;
  }
  .page--contact .locations .location .address-and-hours:before, .page--contact .locations .location .telephone-details:before {
    top: 35px;
  }
  .page--contact .locations .location .address-and-hours:before {
    font-size: 16px;
  }
  .page--contact .locations .location .telephone-details:before {
    font-size: 14px;
  }
  .page--contact .locations .location .button, .page--contact .locations .location .block--box-grid .box-grid--item .wp-block-file a, .block--box-grid .box-grid--item .wp-block-file .page--contact .locations .location a, .page--contact .locations .location .trailing-button, .page--contact .locations .location .block--link-tile h3:after, .block--link-tile .page--contact .locations .location h3:after, .page--contact .locations .location .wp-block-button .wp-block-button__link, .wp-block-button .page--contact .locations .location .wp-block-button__link, .page--contact .locations .location .filter form button, .page--contact .filter form .locations .location button {
    left: -45px;
    width: calc(100% + 90px);
    padding: 20px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .page--contact .locations .location {
    padding: 35px 30px 0;
    max-width: 300px;
  }
  .page--contact .locations .location > h6, .page--contact .locations article > .wp-block-file .location > a, article > .wp-block-file .page--contact .locations .location > a, .page--contact .locations .block--slideshow .slideshow-pagination .location > li:before, .block--slideshow .slideshow-pagination .page--contact .locations .location > li:before, .page--contact .locations body .nf-form-cont .checkbox-container .nf-field-label .location > label, body .nf-form-cont .checkbox-container .nf-field-label .page--contact .locations .location > label, .page--contact .locations body .nf-form-cont .listradio-container .nf-field-element .location > label, body .nf-form-cont .listradio-container .nf-field-element .page--contact .locations .location > label,
  .page--contact .locations body .nf-form-cont .checkbox-wrap .nf-field-element .location > label,
  body .nf-form-cont .checkbox-wrap .nf-field-element .page--contact .locations .location > label,
  .page--contact .locations body .nf-form-cont .listcheckbox-wrap .nf-field-element .location > label,
  body .nf-form-cont .listcheckbox-wrap .nf-field-element .page--contact .locations .location > label, .page--contact .locations body .nf-form-cont .nf-form-content .location > button, body .nf-form-cont .nf-form-content .page--contact .locations .location > button,
  .page--contact .locations body .nf-form-cont .nf-form-content .location > input[type=button],
  body .nf-form-cont .nf-form-content .page--contact .locations .location > input[type=button],
  .page--contact .locations body .nf-form-cont .nf-form-content .location > input[type=submit],
  body .nf-form-cont .nf-form-content .page--contact .locations .location > input[type=submit], .page--contact .locations body .nf-form-cont .nf-form-content .nf-field-label .location > label, body .nf-form-cont .nf-form-content .nf-field-label .page--contact .locations .location > label, .page--contact .locations body > footer .footer-right nav .menu > li.location > a, body > footer .footer-right nav .page--contact .locations .menu > li.location > a, .page--contact .locations .location > time, .page--contact .locations .location > .button, .page--contact .locations .block--box-grid .box-grid--item .wp-block-file .location > a, .block--box-grid .box-grid--item .wp-block-file .page--contact .locations .location > a, .page--contact .locations .location > .trailing-button, .page--contact .locations .block--link-tile .location > h3:after, .block--link-tile .page--contact .locations .location > h3:after, .page--contact .locations .wp-block-button .location > .wp-block-button__link, .wp-block-button .page--contact .locations .location > .wp-block-button__link, .page--contact .locations body > header nav .menu > li .location > a, body > header nav .menu > li .page--contact .locations .location > a, .page--contact .locations .filter form .location > button, .page--contact .filter form .locations .location > button, .page--contact .locations .filter .selectric .location > .label, .page--contact .filter .selectric .locations .location > .label, .page--contact .locations .filter .selectric-items .location > li, .page--contact .filter .selectric-items .locations .location > li {
    margin-bottom: 25px;
  }
  .page--contact .locations .location .address-and-hours, .page--contact .locations .location .telephone-details {
    font-size: 16px;
    padding: 25px 0 25px 30px;
  }
  .page--contact .locations .location .address-and-hours:before, .page--contact .locations .location .telephone-details:before {
    top: 35px;
  }
  .page--contact .locations .location .address-and-hours:before {
    font-size: 16px;
  }
  .page--contact .locations .location .telephone-details:before {
    font-size: 14px;
  }
  .page--contact .locations .location .button, .page--contact .locations .location .block--box-grid .box-grid--item .wp-block-file a, .block--box-grid .box-grid--item .wp-block-file .page--contact .locations .location a, .page--contact .locations .location .trailing-button, .page--contact .locations .location .block--link-tile h3:after, .block--link-tile .page--contact .locations .location h3:after, .page--contact .locations .location .wp-block-button .wp-block-button__link, .wp-block-button .page--contact .locations .location .wp-block-button__link, .page--contact .locations .location .filter form button, .page--contact .filter form .locations .location button {
    left: -30px;
    width: calc(100% + 60px);
    padding: 18px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 640px) {
  .page--contact .locations {
    position: relative;
    height: auto;
  }
  .page--contact .locations .location {
    position: relative;
    top: auto;
    left: 0;
    height: auto;
    max-height: none;
    max-width: 100%;
    width: 100%;
    transform: none;
    padding: 35px 80px;
    padding: 35px var(--body-padding);
  }
  .page--contact .locations .location .button, .page--contact .locations .location .block--box-grid .box-grid--item .wp-block-file a, .block--box-grid .box-grid--item .wp-block-file .page--contact .locations .location a, .page--contact .locations .location .trailing-button, .page--contact .locations .location .block--link-tile h3:after, .block--link-tile .page--contact .locations .location h3:after, .page--contact .locations .location .wp-block-button .wp-block-button__link, .wp-block-button .page--contact .locations .location .wp-block-button__link, .page--contact .locations .location .filter form button, .page--contact .filter form .locations .location button {
    position: relative;
    width: 100%;
    bottom: auto;
    left: auto;
    display: block;
  }
}

.single-post .page-header {
  height: auto;
  padding-top: 167px;
  padding-top: var(--header-height);
  margin: 0 auto 150px;
  text-align: center;
  max-width: 960px;
}
@media only screen and (max-width: 1024px) {
  .single-post .page-header {
    display: block;
    margin: 0 auto 90px;
  }
}
@media only screen and (max-width: 640px) {
  .single-post .page-header {
    padding-top: 56px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  .single-post .page-header .page-title {
    margin-top: 120px;
  }
}
.single-post .page-header h2 {
  font-size: 55px;
  text-transform: none;
  margin: 130px auto 75px;
}
@media only screen and (max-width: 1024px) {
  .single-post .page-header h2 {
    font-size: 45px;
    margin: 75px auto;
  }
}
@media only screen and (max-width: 640px) {
  .single-post .page-header h2 {
    font-size: 35px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 480px) {
  .single-post .page-header h2 {
    margin-bottom: 35px;
  }
}
.single-post article .wp-block-image, .single-post article .feature-image {
  max-width: 960px;
}
.single-post article .feature-image {
  margin: 0 auto 90px;
}
@media only screen and (max-width: 1024px) {
  .single-post article .feature-image {
    margin-bottom: 60px;
  }
}
.single-post article .feature-image img {
  width: 100%;
  height: auto;
}
.single-post .wp-block-image {
  margin: 80px auto 70px;
}
@media only screen and (max-width: 640px) {
  .single-post .wp-block-image {
    margin: 60px auto 50px;
  }
}
body > footer {
  margin-top: 130px;
  border-top: 1px solid #e5e5e5;
  border-top: 1px solid var(--border-grey);
}
body > footer > div {
  display: flex;
  justify-content: space-between;
  position: relative;
}
body > footer .footer-left, body > footer .footer-right {
  width: 50%;
}
body > footer .footer-left {
  padding: 145px 0;
  display: flex;
  flex-direction: column;
}
body > footer nav.legal {
  margin-top: auto;
}
body > footer nav.legal > * {
  display: inline-block;
}
body > footer nav.legal .menu {
  margin: 0;
}
body > footer nav.legal .menu li {
  display: inline-block;
  margin-right: 42px;
}
body > footer nav.legal .menu li a {
  text-decoration: none;
}
body > footer .logo {
  display: block;
  max-width: 220px;
  margin-bottom: 40px;
}
body > footer .logo .text {
  fill: #231f20;
  fill: var(--text-black);
}
body > footer .logo img {
  max-width: 100%;
}
body > footer address {
  font-size: 22px;
}
body > footer .footer-right nav {
  height: 100%;
}
body > footer .footer-right nav .menu {
  margin: 0;
  height: 100%;
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
}
body > footer .footer-right nav .menu a {
  text-decoration: none;
}
body > footer .footer-right nav .menu > li {
  width: 100%;
  border-left: 1px solid #e5e5e5;
  border-left: 1px solid var(--border-grey);
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 60px;
}
body > footer .footer-right nav .menu > li:nth-child(1), body > footer .footer-right nav .menu > li:nth-child(2) {
  padding-top: 145px;
}
body > footer .footer-right nav .menu > li:nth-child(odd) {
  grid-column: 1;
}
body > footer .footer-right nav .menu > li:nth-child(even) {
  grid-column: 2;
}
body > footer .footer-right nav .menu > li:nth-child(3), body > footer .footer-right nav .menu > li:nth-child(4) {
  grid-row: 2;
  padding-bottom: 145px;
}
body > footer .footer-right nav .menu > li > a {
  pointer-events: none;
}
body > footer .footer-right nav .menu .menu-item-has-children li {
  margin-top: 25px;
}
body > footer nav.mobile {
  display: none;
}
@media only screen and (max-width: 1280px) {
  body > footer > div {
    display: block;
    padding: 0;
    border-bottom: 1px solid #e5e5e5;
    border-bottom: 1px solid var(--border-grey);
  }
  body > footer .footer-left, body > footer .footer-right {
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }
  body > footer .footer-left {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  body > footer .footer-left nav {
    display: none;
  }
  body > footer .footer-right {
    border-top: 1px solid #e5e5e5;
    border-top: 1px solid var(--border-grey);
  }
  body > footer .footer-right nav .menu li:nth-child(odd) {
    border: 0;
    padding-left: 0;
  }
  body > footer .footer-right nav .menu > li {
    padding-bottom: 0;
  }
  body > footer .footer-right nav .menu > li, body > footer .footer-right nav .menu > li:nth-child(1), body > footer .footer-right nav .menu > li:nth-child(2) {
    padding-top: 50px;
  }
  body > footer .footer-right nav .menu > li:nth-last-child(1), body > footer .footer-right nav .menu > li:nth-last-child(2) {
    padding-bottom: 60px;
  }
  body > footer nav {
    font-size: 16px;
  }
  body > footer nav.mobile {
    display: block;
  }
  body > footer nav.legal {
    padding: 0 60px;
    margin: 40px 0 55px;
  }
}
@media only screen and (max-width: 1024px) {
  body > footer .footer-left {
    display: flex;
    justify-content: space-between;
  }
  body > footer address {
    font-size: 16px;
  }
  body > footer .logo {
    max-width: 180px;
  }
}
@media only screen and (max-width: 640px) {
  body > footer .footer-left {
    display: block;
    text-align: center;
  }
  body > footer .footer-left .logo {
    margin-left: auto;
    margin-right: auto;
  }
  body > footer .module--social_icons {
    justify-content: center;
  }
  body > footer .footer-right {
    display: none;
  }
  body > footer nav.legal {
    text-align: center;
  }
  body > footer nav.legal .menu {
    display: block;
  }
  body > footer nav.legal .menu li {
    display: block;
    margin: 0 0 15px;
    text-align: center;
  }
  body > footer nav.legal > span {
    display: block;
  }
}

.news-listing {
  max-width: 1760px;
  max-width: var(--wrap-width);
  margin: 0 auto 85px;
  padding: 0 80px;
  padding: 0 var(--body-padding);
}
.news-listing h2 {
  margin: 120px auto;
}
@media only screen and (max-width: 640px) {
  .news-listing h2 {
    margin: 80px auto;
  }
}
.news-listing .posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  max-width: calc(100% + 60px);
  width: calc(100% + 60px);
  left: -30px;
  position: relative;
}
.news-listing .posts .post {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.25s ease, transform 0.25s ease;
  display: block;
  width: 33.3333333333%;
  padding: 0 30px;
  margin-bottom: 60px;
}
.news-listing .posts .post:nth-child(3n) {
  border-width: 0 0 60px 0;
}
.news-listing .posts .post img {
  max-width: 100%;
  height: auto;
}
.news-listing .posts .post.new-post {
  opacity: 0;
  transform: scale(0.5);
}
.news-listing time {
  display: block;
  margin: 55px auto 25px;
}
.news-listing a {
  text-decoration: none;
}
@media only screen and (max-width: 1280px) {
  .news-listing .posts .post {
    width: 50%;
  }
}
@media only screen and (max-width: 1024px) {
  .news-listing .posts {
    width: calc(100% + 40px);
    left: -20px;
  }
  .news-listing .posts .post {
    padding: 0 20px;
  }
  .news-listing .posts .post img {
    display: block;
  }
  .news-listing time {
    margin: 35px auto 25px;
  }
  .news-listing h5 {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 640px) {
  .news-listing time {
    margin: 25px auto 15px;
  }
  .news-listing h5 {
    margin-top: 15px;
  }
  .news-listing .posts {
    display: block;
  }
  .news-listing .posts .post {
    width: 100%;
  }
}

.load-more, .see-all-news {
  margin: 85px auto;
  text-align: center;
}
.load-more .button, .load-more .block--box-grid .box-grid--item .wp-block-file a, .block--box-grid .box-grid--item .wp-block-file .load-more a, .load-more .trailing-button, .load-more .block--link-tile h3:after, .block--link-tile .load-more h3:after, .load-more .wp-block-button .wp-block-button__link, .wp-block-button .load-more .wp-block-button__link, .load-more .page--contact .filter form button, .page--contact .filter form .load-more button, .see-all-news .button, .see-all-news .block--box-grid .box-grid--item .wp-block-file a, .block--box-grid .box-grid--item .wp-block-file .see-all-news a, .see-all-news .trailing-button, .see-all-news .block--link-tile h3:after, .block--link-tile .see-all-news h3:after, .see-all-news .wp-block-button .wp-block-button__link, .wp-block-button .see-all-news .wp-block-button__link, .see-all-news .page--contact .filter form button, .page--contact .filter form .see-all-news button {
  cursor: pointer;
}
.load-more .button:after, .load-more .block--box-grid .box-grid--item .wp-block-file a:after, .block--box-grid .box-grid--item .wp-block-file .load-more a:after, .load-more .trailing-button:after, .load-more .block--link-tile h3:after, .block--link-tile .load-more h3:after, .load-more .wp-block-button .wp-block-button__link:after, .wp-block-button .load-more .wp-block-button__link:after, .load-more .page--contact .filter form button:after, .page--contact .filter form .load-more button:after, .see-all-news .button:after, .see-all-news .block--box-grid .box-grid--item .wp-block-file a:after, .block--box-grid .box-grid--item .wp-block-file .see-all-news a:after, .see-all-news .trailing-button:after, .see-all-news .block--link-tile h3:after, .block--link-tile .see-all-news h3:after, .see-all-news .wp-block-button .wp-block-button__link:after, .wp-block-button .see-all-news .wp-block-button__link:after, .see-all-news .page--contact .filter form button:after, .page--contact .filter form .see-all-news button:after {
  display: none;
}
.load-more .button.loading, .load-more .block--box-grid .box-grid--item .wp-block-file a.loading, .block--box-grid .box-grid--item .wp-block-file .load-more a.loading, .load-more .loading.trailing-button, .load-more .block--link-tile h3.loading:after, .block--link-tile .load-more h3.loading:after, .load-more .wp-block-button .loading.wp-block-button__link, .wp-block-button .load-more .loading.wp-block-button__link, .load-more .page--contact .filter form button.loading, .page--contact .filter form .load-more button.loading, .see-all-news .button.loading, .see-all-news .block--box-grid .box-grid--item .wp-block-file a.loading, .block--box-grid .box-grid--item .wp-block-file .see-all-news a.loading, .see-all-news .loading.trailing-button, .see-all-news .block--link-tile h3.loading:after, .block--link-tile .see-all-news h3.loading:after, .see-all-news .wp-block-button .loading.wp-block-button__link, .wp-block-button .see-all-news .loading.wp-block-button__link, .see-all-news .page--contact .filter form button.loading, .page--contact .filter form .see-all-news button.loading {
  position: relative;
  color: transparent;
}
.load-more .button.loading:before, .load-more .block--box-grid .box-grid--item .wp-block-file a.loading:before, .block--box-grid .box-grid--item .wp-block-file .load-more a.loading:before, .load-more .loading.trailing-button:before, .load-more .wp-block-button .loading.wp-block-button__link:before, .wp-block-button .load-more .loading.wp-block-button__link:before, .load-more .page--contact .filter form button.loading:before, .page--contact .filter form .load-more button.loading:before, .see-all-news .button.loading:before, .see-all-news .block--box-grid .box-grid--item .wp-block-file a.loading:before, .block--box-grid .box-grid--item .wp-block-file .see-all-news a.loading:before, .see-all-news .loading.trailing-button:before, .see-all-news .wp-block-button .loading.wp-block-button__link:before, .wp-block-button .see-all-news .loading.wp-block-button__link:before, .see-all-news .page--contact .filter form button.loading:before, .page--contact .filter form .see-all-news button.loading:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

body .nf-form-cont {
  max-width: 1360px;
  margin-top: 2em;
  margin-bottom: 2em;
}
body .nf-form-cont .nf-multi-cell {
  padding-top: 50px;
}
@media only screen and (max-width: 1000px) {
  body .nf-form-cont .nf-multi-cell {
    padding-top: 0;
  }
}
body .nf-form-cont .nf-form-title {
  display: none;
}
body .nf-form-cont .nf-mp-header {
  margin-top: -190px;
  padding-bottom: 150px;
}
body .nf-form-cont .nf-mp-header > div {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1200px) {
  body .nf-form-cont .nf-mp-header {
    margin-top: -150px;
    padding-bottom: 110px;
  }
}
@media only screen and (max-width: 1000px) {
  body .nf-form-cont .nf-mp-header {
    margin-top: 0;
    padding-bottom: 50px;
  }
}
body .nf-form-cont .nf-breadcrumbs {
  display: flex;
  justify-content: center;
  counter-reset: section;
  overflow: hidden;
  font-size: 0;
  margin: 0 !important;
}
@media only screen and (max-width: 640px) {
  body .nf-form-cont .nf-breadcrumbs {
    counter-reset: section;
  }
}
body .nf-form-cont .nf-breadcrumbs > li {
  counter-increment: section;
  position: relative;
  display: flex;
  align-items: center;
}
body .nf-form-cont .nf-breadcrumbs > li > a {
  font-size: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #004040;
  background: var(--green);
  color: white;
  font-weight: bold;
  border-radius: 50%;
  margin: 0;
}
@media only screen and (max-width: 1200px) {
  body .nf-form-cont .nf-breadcrumbs > li > a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 640px) {
  body .nf-form-cont .nf-breadcrumbs > li > a {
    width: auto;
    border-radius: none;
    background: transparent;
    color: #004040;
    color: var(--green);
    display: none;
  }
}
body .nf-form-cont .nf-breadcrumbs > li > a:before { /* Increment the value of section counter by 1 */
  content: counter(section);
  font-size: 25px;
}
@media only screen and (max-width: 1200px) {
  body .nf-form-cont .nf-breadcrumbs > li > a:before {
    font-size: 17px;
  }
}
@media only screen and (max-width: 640px) {
  body .nf-form-cont .nf-breadcrumbs > li > a:before {
    content: "Part " counter(section);
  }
}
@media only screen and (max-width: 640px) {
  body .nf-form-cont .nf-breadcrumbs > li.active > a {
    display: block;
  }
}
body .nf-form-cont .nf-breadcrumbs > li.active ~ * > a {
  background: #f2f2f2;
  background: var(--light-grey);
  color: #231f20;
  color: var(--text-black);
}
body .nf-form-cont .nf-breadcrumbs li + li:before {
  content: "";
  width: 60px;
  height: 2px;
  margin: 0 6px;
  background: #f2f2f2;
  background: var(--light-grey);
  display: block;
}
@media only screen and (max-width: 1200px) {
  body .nf-form-cont .nf-breadcrumbs li + li:before {
    width: 30px;
  }
}
@media only screen and (max-width: 640px) {
  body .nf-form-cont .nf-breadcrumbs li + li:before {
    content: none;
  }
}
body .nf-form-cont .nf-mp-body {
  margin: 0 -12px;
}
body .nf-form-cont .nf-response-msg {
  padding: 0 12px;
}
body .nf-form-cont .nf-form-fields-required {
  display: none;
}
body .nf-form-cont .nf-field-container {
  margin-bottom: 3.5em;
}
body .nf-form-cont .nf-field-container .nf-field-label {
  margin-bottom: 0 !important;
}
body .nf-form-cont .field-wrap {
  display: block;
}
body .nf-form-cont .nf-form-content {
  padding: 0;
  max-width: 100%;
  padding: 90px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.23);
}
@media only screen and (max-width: 1200px) {
  body .nf-form-cont .nf-form-content {
    padding: 60px;
  }
}
@media only screen and (max-width: 1000px) {
  body .nf-form-cont .nf-form-content {
    padding: 0;
    box-shadow: none;
  }
}
body .nf-form-cont .nf-form-content .list-select-wrap .nf-field-element > div,
body .nf-form-cont .nf-form-content input:not([type=button]),
body .nf-form-cont .nf-form-content textarea {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  transition: none;
  outline: none;
}
body .nf-form-cont .nf-form-content .list-select-wrap .nf-field-element > div:focus,
body .nf-form-cont .nf-form-content input:not([type=button]):focus,
body .nf-form-cont .nf-form-content textarea:focus {
  background: transparent;
  color: inherit;
  transition: none;
}
body .nf-form-cont .nf-form-content .list-select-wrap .nf-field-element > div::-moz-placeholder, body .nf-form-cont .nf-form-content input:not([type=button])::-moz-placeholder, body .nf-form-cont .nf-form-content textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
body .nf-form-cont .nf-form-content .list-select-wrap .nf-field-element > div::placeholder,
body .nf-form-cont .nf-form-content input:not([type=button])::placeholder,
body .nf-form-cont .nf-form-content textarea::placeholder {
  color: inherit;
  opacity: 1;
}
body .nf-form-cont .nf-form-content input:not([type=button]) {
  padding: 5px 0;
}
body .nf-form-cont .nf-form-content textarea {
  resize: none;
  min-height: 200px;
  max-height: 200px;
  line-height: 1.3;
  border: 1px solid black;
}
body .nf-form-cont .nf-form-content textarea:focus {
  background-color: transparent;
}
body .nf-form-cont .nf-form-content .nf-field-label {
  margin-bottom: 20px !important;
}
body .nf-form-cont .nf-form-content input select.ninja-forms-field:focus {
  background: transparent;
  transition: none;
}
body .nf-form-cont .nf-form-content input:not([type=button]) {
  border-bottom: 1px solid black;
  padding-left: 0;
  padding-right: 0;
}
body .nf-form-cont .nf-form-content .textarea-wrap .ninja-forms-field {
  padding-left: 12px;
  padding-right: 12px;
}
body .nf-form-cont .nf-form-content .nf-after-field .nf-error-msg {
  margin-right: 0;
  font-size: 0.7em;
  color: var(--blue);
}
body .nf-form-cont .nf-form-content .submit-container {
  display: flex;
  margin-bottom: 0;
}
body .nf-form-cont .nf-form-content .submit-container .nf-field-element {
  padding: 0;
}
body .nf-form-cont .nf-form-content .submit-container .nf-field-element:after {
  position: absolute;
  left: 4.5em;
}
body .nf-form-cont .nf-form-content button,
body .nf-form-cont .nf-form-content input[type=button],
body .nf-form-cont .nf-form-content input[type=submit] {
  border: none;
  background: none;
  outline: 0;
  cursor: pointer;
  border-radius: 0;
  padding: 0;
  color: inherit;
  padding: 2.5em 4.5em;
  font-weight: bold;
  height: auto;
  background-color: #004040;
  background-color: var(--green);
  color: white !important;
  transition: all 0.2s;
  outline: none;
}
body .nf-form-cont .nf-form-content button:hover,
body .nf-form-cont .nf-form-content input[type=button]:hover,
body .nf-form-cont .nf-form-content input[type=submit]:hover {
  background-color: #231f20;
  background-color: var(--text-black);
  color: white;
}
body .nf-form-cont .nf-form-content .checkbox-container.label-right .field-wrap {
  flex-wrap: wrap;
}
body .nf-form-cont .nf-form-content .checkbox-container.label-right .field-wrap .nf-field-description {
  margin-top: 10px;
}
body .nf-form-cont .nf-form-content .checkbox-container.label-right .field-wrap .nf-field-label label {
  padding-left: 30px;
}
body .nf-form-cont .nf-form-content .checkbox-container.label-hidden .nf-field-label label {
  width: 18px;
  height: 18px;
}
body .nf-form-cont .nf-form-content .checkbox-container.label-hidden .nf-field-description {
  width: auto;
  margin-left: 30px;
}
body .nf-form-cont .nf-form-content .checkbox-container .nf-field-label label {
  font-size: 14px;
  margin: 0 !important;
}
body .nf-form-cont .list-select-wrap.nf-error .select2-container--default .select2-selection--single {
  border-color: black;
}
body .nf-form-cont .list-select-wrap .nf-field-element > div {
  display: none;
}
body .nf-form-cont .textarea-container .nf-field-label,
body .nf-form-cont .listcheckbox-container .nf-field-label {
  margin-bottom: 2em !important;
}
body .nf-form-cont .nf-multi-cell .nf-cell,
body .nf-form-cont .nf-cell {
  padding: 0;
  margin: 0 12px;
}
body .nf-form-cont div[style="width: 100%;"] {
  width: calc(100% - 24px) !important;
}
body .nf-form-cont div[style="width: 50%;"] {
  width: calc(50% - 24px) !important;
}
body .nf-form-cont div[style="width: 50%;"]:nth-child(2) .file_upload-container .nf-field-element {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
}
@media only screen and (max-width: 640px) {
  body .nf-form-cont div[style="width: 50%;"] {
    width: calc(100% - 24px) !important;
  }
}
body .nf-form-cont div[style="width: 33%;"] {
  width: calc(33.33% - 24px) !important;
}
@media only screen and (max-width: 1000px) {
  body .nf-form-cont div[style="width: 33%;"] {
    width: calc(50% - 24px) !important;
  }
}
@media only screen and (max-width: 640px) {
  body .nf-form-cont div[style="width: 33%;"] {
    width: calc(100% - 24px) !important;
  }
}
body .nf-form-cont .nf-error.field-wrap .nf-field-element:after,
body .nf-form-cont .nf-pass.field-wrap .nf-field-element:after {
  content: none;
}
body .nf-form-cont .nf-error .nf-error-msg {
  color: black;
}
body .nf-form-cont .nf-error .ninja-forms-field {
  border-color: black !important;
}
body .nf-form-cont .nf-error-msg, body .nf-form-cont .ninja-forms-req-symbol {
  color: black;
}
body .nf-form-cont .nf-after-form-content {
  margin-top: 2rem;
}
body .nf-form-cont h2 {
  margin: 0;
}
body .nf-form-cont .nf-previous {
  background-color: #231f20 !important;
  background-color: var(--text-black) !important;
}
body .nf-form-cont .listradio-container .nf-field-element input,
body .nf-form-cont .checkbox-wrap .nf-field-element input,
body .nf-form-cont .listcheckbox-wrap .nf-field-element input {
  opacity: 0;
  position: absolute;
}
body .nf-form-cont .listradio-container .nf-field-element label,
body .nf-form-cont .checkbox-wrap .nf-field-element label,
body .nf-form-cont .listcheckbox-wrap .nf-field-element label {
  font-weight: normal;
  margin: 0;
  display: flex;
  align-items: flex-start;
  line-height: 22px;
  position: relative;
  padding-left: 50px;
  padding-top: 3px;
}
body .nf-form-cont .listradio-container .nf-field-element label.nf-checked-label:after,
body .nf-form-cont .checkbox-wrap .nf-field-element label.nf-checked-label:after,
body .nf-form-cont .listcheckbox-wrap .nf-field-element label.nf-checked-label:after {
  content: "";
}
body .nf-form-cont .listradio-container .nf-field-element label:before,
body .nf-form-cont .checkbox-wrap .nf-field-element label:before,
body .nf-form-cont .listcheckbox-wrap .nf-field-element label:before {
  content: "";
  border: 1px solid #231f20;
  border: 1px solid var(--text-black);
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  margin-right: 25px;
  flex-shrink: 0;
  position: absolute;
  top: 0;
  left: 0;
}
body .nf-form-cont .listradio-container .nf-field-element label:after,
body .nf-form-cont .checkbox-wrap .nf-field-element label:after,
body .nf-form-cont .listcheckbox-wrap .nf-field-element label:after {
  position: absolute;
  left: 6px;
}
body .nf-form-cont .listradio-container ul,
body .nf-form-cont .checkbox-wrap ul,
body .nf-form-cont .listcheckbox-wrap ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px !important;
}
body .nf-form-cont .listradio-container ul li,
body .nf-form-cont .checkbox-wrap ul li,
body .nf-form-cont .listcheckbox-wrap ul li {
  width: 50%;
  margin-bottom: 30px !important;
  padding-right: 30px !important;
}
@media only screen and (max-width: 640px) {
  body .nf-form-cont .listradio-container ul li,
  body .nf-form-cont .checkbox-wrap ul li,
  body .nf-form-cont .listcheckbox-wrap ul li {
    width: 100%;
  }
}
body .nf-form-cont .checkbox-container .nf-field-label {
  padding: 0 !important;
}
body .nf-form-cont .checkbox-container .nf-field-label label {
  font-weight: normal;
  margin: 0;
  display: flex;
  align-items: flex-start;
  line-height: 22px;
  position: relative;
  padding-left: 50px !important;
  padding-top: 3px;
}
body .nf-form-cont .checkbox-container .nf-field-label label.nf-checked-label:after {
  content: "";
}
body .nf-form-cont .checkbox-container .nf-field-label label:before {
  content: "";
  border: 1px solid #231f20;
  border: 1px solid var(--text-black);
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  margin-right: 25px;
  flex-shrink: 0;
  position: absolute;
  top: 0;
  left: 0;
}
body .nf-form-cont .checkbox-container .nf-field-label label:after {
  position: absolute;
  left: 6px !important;
}
body .nf-form-cont .listradio-container .nf-field-element label:before,
body .nf-form-cont .listradio-container .nf-field-label label:before {
  border-radius: 50%;
}
body .nf-form-cont .listradio-container .nf-field-element label:after,
body .nf-form-cont .listradio-container .nf-field-label label:after {
  border-radius: 50%;
  background-color: #004040;
  background-color: var(--green);
  width: 18px;
  height: 18px;
  top: 6px;
}
body .nf-form-cont .checkbox-wrap .nf-field-element label:after,
body .nf-form-cont .checkbox-wrap .nf-field-label label:after,
body .nf-form-cont .listcheckbox-wrap .nf-field-element label:after,
body .nf-form-cont .listcheckbox-wrap .nf-field-label label:after {
  -webkit-mask: url("../images/icons/tick.svg") no-repeat 50% 50%;
          mask: url("../images/icons/tick.svg") no-repeat 50% 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #231f20;
  background-color: var(--text-black);
  width: 18px;
  height: 16px;
  display: block;
  top: 7px;
}
body .nf-form-cont .file_upload-container .nf-fu-button-cancel,
body .nf-form-cont .file_upload-container .nf-fu-progress {
  display: none !important;
}
body .nf-form-cont .file_upload-container .nf-field-label {
  margin-bottom: 0 !important;
}
body .nf-form-cont .file_upload-container .nf-field-label label {
  margin-bottom: 20px;
}
body .nf-form-cont .file_upload-container .nf-fu-fileinput-button {
  background-color: transparent;
  border: 2px solid #004040;
  border: 2px solid var(--green);
  color: #231f20 !important;
  color: var(--text-black) !important;
  padding: 1.5em 2.5em;
  display: flex;
  align-items: center;
  font-weight: normal;
}
body .nf-form-cont .file_upload-container .nf-fu-fileinput-button:after {
  -webkit-mask: url("../images/icons/upload.svg") no-repeat 50% 50%;
          mask: url("../images/icons/upload.svg") no-repeat 50% 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #231f20;
  background-color: var(--text-black);
  content: "";
  display: block;
  width: 1.5em;
  height: 1em;
  margin-left: 0.5em;
}
body .nf-form-cont .file_upload-container .nf-fu-fileinput-button:hover {
  background-color: transparent !important;
}
body .nf-form-cont .file_upload-container .files_uploaded p {
  margin-top: 0;
}
body .nf-form-cont .submit-container {
  justify-content: flex-end;
}
@media only screen and (max-width: 1024px) {
  body .nf-form-cont .nf-cell {
    width: 100% !important;
  }
}
@media only screen and (max-width: 640px) {
  body .nf-form-cont .nf-field-container {
    margin-bottom: 2em;
  }
  body .nf-form-cont .nf-form-content input:not([type=button]) {
    padding-top: 5px;
    padding-bottom: 5px;
    height: 35px;
  }
  body .nf-form-cont .nf-next-previous input {
    padding: 1.5em 2.5em !important;
  }
}

.wp-block-columns {
  position: relative;
  justify-content: center;
  left: -30px;
  width: calc(100% + 60px);
  max-width: none;
}
@media only screen and (max-width: 640px) {
  .wp-block-columns {
    left: auto;
    width: 100%;
  }
}
.wp-block-columns.alignright {
  justify-content: flex-end;
}
.wp-block-columns.alignleft {
  justify-content: flex-start;
}
.wp-block-columns.alignwide {
  margin: auto;
}
@media only screen and (max-width: 1366px) {
  .wp-block-columns.alignwide {
    padding-left: 0;
    padding-right: 0;
  }
}
.wp-block-columns .wp-block-column {
  margin: 0 30px;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .wp-block-columns .wp-block-column {
    margin: 0 auto;
  }
}
.wp-block-columns.has-4-columns .wp-block-column, .wp-block-columns.has-3-columns .wp-block-column, .wp-block-columns.has-3-columns .wp-block-column {
  flex-basis: calc(25% - 60px);
}
@media only screen and (max-width: 1280px) {
  .wp-block-columns.has-4-columns, .wp-block-columns.has-3-columns, .wp-block-columns.has-3-columns {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .wp-block-columns.has-4-columns .wp-block-column, .wp-block-columns.has-3-columns .wp-block-column, .wp-block-columns.has-3-columns .wp-block-column {
    flex-basis: calc(50% - 60px);
  }
}
@media only screen and (max-width: 640px) {
  .wp-block-columns.has-4-columns, .wp-block-columns.has-3-columns, .wp-block-columns.has-3-columns {
    display: block;
  }
  .wp-block-columns.has-4-columns .wp-block-column, .wp-block-columns.has-3-columns .wp-block-column, .wp-block-columns.has-3-columns .wp-block-column {
    display: block;
    width: 100%;
  }
}

.block--slideshow {
  width: 100%;
  max-width: none;
  position: relative;
  height: 100vh;
  transition: height 0.5s ease;
}
@media only screen and (max-width: 1024px) {
  .block--slideshow {
    height: 100vh;
    height: var(--full-height);
  }
}
.block--slideshow .swiper-wrapper:before {
  content: "";
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 390px;
  z-index: 2;
  pointer-events: none;
}
@media only screen and (max-width: 640px) {
  .block--slideshow .swiper-wrapper:before {
    height: 200px;
  }
}
.block--slideshow .swiper-wrapper:after {
  content: "";
  width: 100%;
  height: 400px;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.6;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}
.block--slideshow .swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.block--slideshow .swiper-slide .image, .block--slideshow .swiper-slide .video {
  height: 100%;
  width: 100%;
}
.block--slideshow .swiper-slide .image:before, .block--slideshow .swiper-slide .video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #231f20;
  background-color: var(--text-black);
  opacity: 0.34;
  pointer-events: none;
}
.block--slideshow .swiper-slide video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.block--slideshow .swiper-slide .image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.block--slideshow .swiper-slide .text-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  transform: translateY(-50%);
}
.block--slideshow .swiper-slide .text-content h2 {
  color: white;
  max-width: 912px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.block--slideshow .swiper-slide .text-content h2 a {
  color: white;
  text-decoration: none;
  position: relative;
}
.block--slideshow .swiper-slide .text-content h2:hover .button, .block--slideshow .swiper-slide .text-content h2:hover .block--box-grid .box-grid--item .wp-block-file a, .block--box-grid .box-grid--item .wp-block-file .block--slideshow .swiper-slide .text-content h2:hover a, .block--slideshow .swiper-slide .text-content h2:hover .trailing-button, .block--slideshow .swiper-slide .text-content h2:hover .block--link-tile h3:after, .block--link-tile .block--slideshow .swiper-slide .text-content h2:hover h3:after, .block--slideshow .swiper-slide .text-content h2:hover .wp-block-button .wp-block-button__link, .wp-block-button .block--slideshow .swiper-slide .text-content h2:hover .wp-block-button__link, .block--slideshow .swiper-slide .text-content h2:hover .page--contact .filter form button, .page--contact .filter form .block--slideshow .swiper-slide .text-content h2:hover button {
  background-color: #004040;
  background-color: var(--green);
  border-color: transparent;
}
.block--slideshow .swiper-slide .text-content h2 .button, .block--slideshow .swiper-slide .text-content h2 .block--box-grid .box-grid--item .wp-block-file a, .block--box-grid .box-grid--item .wp-block-file .block--slideshow .swiper-slide .text-content h2 a, .block--slideshow .swiper-slide .text-content h2 .trailing-button, .block--slideshow .swiper-slide .text-content h2 .block--link-tile h3:after, .block--link-tile .block--slideshow .swiper-slide .text-content h2 h3:after, .block--slideshow .swiper-slide .text-content h2 .wp-block-button .wp-block-button__link, .wp-block-button .block--slideshow .swiper-slide .text-content h2 .wp-block-button__link, .block--slideshow .swiper-slide .text-content h2 .page--contact .filter form button, .page--contact .filter form .block--slideshow .swiper-slide .text-content h2 button {
  padding: 35px 60px;
  vertical-align: middle;
  margin-left: -15px;
  white-space: nowrap;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  position: relative;
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  .block--slideshow .swiper-slide .text-content h2 a > span {
    display: block;
  }
  .block--slideshow .swiper-slide .text-content h2 .button, .block--slideshow .swiper-slide .text-content h2 .block--box-grid .box-grid--item .wp-block-file a, .block--box-grid .box-grid--item .wp-block-file .block--slideshow .swiper-slide .text-content h2 a, .block--slideshow .swiper-slide .text-content h2 .trailing-button, .block--slideshow .swiper-slide .text-content h2 .block--link-tile h3:after, .block--link-tile .block--slideshow .swiper-slide .text-content h2 h3:after, .block--slideshow .swiper-slide .text-content h2 .wp-block-button .wp-block-button__link, .wp-block-button .block--slideshow .swiper-slide .text-content h2 .wp-block-button__link, .block--slideshow .swiper-slide .text-content h2 .page--contact .filter form button, .page--contact .filter form .block--slideshow .swiper-slide .text-content h2 button {
    display: inline-block;
    padding: 25px 40px;
    margin: 15px 0;
  }
}
@media only screen and (max-width: 640px) {
  .block--slideshow .swiper-slide .text-content h2 .button, .block--slideshow .swiper-slide .text-content h2 .block--box-grid .box-grid--item .wp-block-file a, .block--box-grid .box-grid--item .wp-block-file .block--slideshow .swiper-slide .text-content h2 a, .block--slideshow .swiper-slide .text-content h2 .trailing-button, .block--slideshow .swiper-slide .text-content h2 .block--link-tile h3:after, .block--link-tile .block--slideshow .swiper-slide .text-content h2 h3:after, .block--slideshow .swiper-slide .text-content h2 .wp-block-button .wp-block-button__link, .wp-block-button .block--slideshow .swiper-slide .text-content h2 .wp-block-button__link, .block--slideshow .swiper-slide .text-content h2 .page--contact .filter form button, .page--contact .filter form .block--slideshow .swiper-slide .text-content h2 button {
    padding: 18px 20px;
  }
}
.block--slideshow .slideshow-pagination {
  width: 100%;
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
  top: auto;
  margin: auto;
  z-index: 2;
  max-width: 1760px;
  max-width: var(--wrap-width);
  padding-right: 900px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  counter-reset: slide;
}
@media only screen and (max-width: 1600px) {
  .block--slideshow .slideshow-pagination {
    bottom: 40px;
    padding-right: 840px;
  }
}
@media only screen and (max-width: 1280px) {
  .block--slideshow .slideshow-pagination {
    bottom: 120px;
    max-width: 100%;
    padding-right: 80px;
    padding-right: var(--body-padding);
  }
}
@media only screen and (max-width: 640px) {
  .block--slideshow .slideshow-pagination {
    bottom: 30px;
  }
}
.block--slideshow .slideshow-pagination li {
  counter-increment: slide;
  color: white;
  font-size: 16px;
  width: 220px;
  height: auto;
  background: none;
  opacity: 0.8;
  transition: opacity 0.4s ease;
  cursor: pointer;
  outline: 0 !important;
}
@media only screen and (max-width: 1600px) {
  .block--slideshow .slideshow-pagination li {
    width: 180px;
  }
}
@media only screen and (max-width: 640px) {
  .block--slideshow .slideshow-pagination li .slide-title {
    display: none;
  }
}
.block--slideshow .slideshow-pagination li .timer-bar {
  display: block;
  padding-bottom: 10px;
  position: relative;
}
.block--slideshow .slideshow-pagination li .timer-bar:before, .block--slideshow .slideshow-pagination li .timer-bar:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid white;
}
.block--slideshow .slideshow-pagination li .timer-bar:before {
  content: "";
  opacity: 0.3;
  width: 100%;
}
.block--slideshow .slideshow-pagination li .timer-bar:after {
  width: 0;
  opacity: 0;
  transition-property: width, opacity;
  transition-duration: 0s, 0.4s;
  transition-timing-function: linear, ease;
  transition-delay: 0.4s, 0.2s;
}
.block--slideshow .slideshow-pagination li.nav-item {
  margin: 20px 20px 0;
}
@media only screen and (max-width: 1600px) {
  .block--slideshow .slideshow-pagination li.nav-item {
    margin: 20px 15px 0;
  }
  .block--slideshow .slideshow-pagination li.nav-item:first-of-type {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .block--slideshow .slideshow-pagination li.nav-item {
    margin: 0 5px 0 0;
  }
}
.block--slideshow .slideshow-pagination li.is-current {
  opacity: 1;
}
.block--slideshow .slideshow-pagination li.is-current .timer-bar:after {
  opacity: 1;
  width: 100%;
  transition-property: width, opacity;
  transition-duration: inherit;
  transition-timing-function: linear, ease;
  transition-delay: 0s, 0s;
}
.block--slideshow .slideshow-pagination li:before {
  content: counters(slide, ".", decimal-leading-zero);
  display: block;
  margin-bottom: 10px;
  letter-spacing: 3.43px;
}
@media only screen and (max-width: 480px) {
  .block--slideshow .slideshow-pagination li:before {
    font-size: 10px;
  }
}

.block--floating-cta {
  max-width: 1760px;
  max-width: var(--wrap-width);
  padding: 0 80px;
  padding: 0 var(--body-padding);
  margin: auto;
}
.block--floating-cta > div {
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  padding: 55px 60px 120px;
  position: relative;
  background: white;
  margin-top: -100px;
  z-index: 1;
  max-width: 800px;
}
.block--floating-cta.alignleft > div {
  float: left;
}
.block--floating-cta.alignright > div {
  float: right;
  margin-left: 0;
  margin-right: auto;
}
.block--floating-cta h6, .block--floating-cta article > .wp-block-file a, article > .wp-block-file .block--floating-cta a, .block--floating-cta time, .block--floating-cta .button, .block--floating-cta .block--box-grid .box-grid--item .wp-block-file a, .block--box-grid .box-grid--item .wp-block-file .block--floating-cta a, .block--floating-cta .trailing-button, .block--floating-cta .block--link-tile h3:after, .block--link-tile .block--floating-cta h3:after, .block--floating-cta .wp-block-button .wp-block-button__link, .wp-block-button .block--floating-cta .wp-block-button__link, .block--floating-cta body > header nav .menu > li a, body > header nav .menu > li .block--floating-cta a, .block--floating-cta .page--contact .filter form button, .page--contact .filter form .block--floating-cta button, .block--floating-cta .page--contact .filter .selectric .label, .page--contact .filter .selectric .block--floating-cta .label, .block--floating-cta .page--contact .filter .selectric-items li, .page--contact .filter .selectric-items .block--floating-cta li, .block--floating-cta body > footer .footer-right nav .menu > li > a, body > footer .footer-right nav .block--floating-cta .menu > li > a, .block--floating-cta body .nf-form-cont .nf-form-content .nf-field-label label, body .nf-form-cont .nf-form-content .nf-field-label .block--floating-cta label, .block--floating-cta body .nf-form-cont .nf-form-content button, body .nf-form-cont .nf-form-content .block--floating-cta button,
.block--floating-cta body .nf-form-cont .nf-form-content input[type=button],
body .nf-form-cont .nf-form-content .block--floating-cta input[type=button],
.block--floating-cta body .nf-form-cont .nf-form-content input[type=submit],
body .nf-form-cont .nf-form-content .block--floating-cta input[type=submit], .block--floating-cta body .nf-form-cont .listradio-container .nf-field-element label, body .nf-form-cont .listradio-container .nf-field-element .block--floating-cta label,
.block--floating-cta body .nf-form-cont .checkbox-wrap .nf-field-element label,
body .nf-form-cont .checkbox-wrap .nf-field-element .block--floating-cta label,
.block--floating-cta body .nf-form-cont .listcheckbox-wrap .nf-field-element label,
body .nf-form-cont .listcheckbox-wrap .nf-field-element .block--floating-cta label, .block--floating-cta body .nf-form-cont .checkbox-container .nf-field-label label, body .nf-form-cont .checkbox-container .nf-field-label .block--floating-cta label, .block--floating-cta .block--slideshow .slideshow-pagination li:before, .block--slideshow .slideshow-pagination .block--floating-cta li:before {
  margin-top: 0;
}
.block--floating-cta p {
  font-size: 22px;
}
@media only screen and (max-width: 1600px) {
  .block--floating-cta {
    padding: 0;
  }
  .block--floating-cta > div {
    width: calc(100% + 80px);
    width: calc(100% + var(--body-padding));
  }
}
@media only screen and (max-width: 1366px) {
  .block--floating-cta p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1280px) {
  .block--floating-cta.alignright, .block--floating-cta.alignleft {
    padding: 0 30px;
  }
  .block--floating-cta.alignright > div, .block--floating-cta.alignleft > div {
    float: none;
    margin-top: -50px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .block--floating-cta > div {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
  }
  .block--floating-cta.alignright, .block--floating-cta.alignleft {
    padding: 0;
  }
  .block--floating-cta.alignright > div, .block--floating-cta.alignleft > div {
    padding: 35px 80px 64px;
    padding: 35px var(--body-padding) 64px;
    margin-top: 0;
  }
  .block--floating-cta p {
    font-size: 16px;
  }
}
.block--floating-cta .wp-block-button {
  position: absolute;
  bottom: 0;
  right: 0;
}

.block--link-tile {
  position: relative;
  display: block;
  width: 50%;
  height: 550px;
  padding: 0 100px;
  color: white;
  transition: color 0.3s ease;
}
@media only screen and (max-width: 1366px) {
  .block--link-tile {
    height: 31vw;
  }
}
@media only screen and (max-width: 1280px) {
  .block--link-tile {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 640px) {
  .block--link-tile {
    height: 57vw;
    width: 100%;
    min-height: 183px;
    padding: 0 20px;
  }
}
.block--link-tile .wp-block-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transition: opacity 0.2s ease;
  overflow: hidden;
  margin: auto;
}
.block--link-tile .wp-block-image:before {
  content: "";
  position: absolute;
  background-color: #231f20;
  background-color: var(--text-black);
  opacity: 0.45;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: background-color 0.2s ease, opacity 0.25s ease;
}
.block--link-tile .wp-block-image img {
  max-width: 150%;
}
.block--link-tile h3 {
  position: relative;
}
.block--link-tile h3:after {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  background: transparent;
  border: 1px solid #231f20;
  border: 1px solid var(--text-black);
  color: #231f20;
  color: var(--text-black);
  padding: 42px 45px 36px 61px;
  margin-left: -55px;
  font-size: 10px;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.2s ease, padding 0s linear 0.2s;
  display: inline-block;
}
@media only screen and (max-width: 1280px) {
  .block--link-tile h3:after {
    padding: 29px 30px 29px 56px;
    margin-left: -45px;
  }
}
@media only screen and (max-width: 1024px) {
  .block--link-tile h3:after {
    display: none;
  }
}
.block--link-tile a {
  text-decoration: none;
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  color: inherit;
}
.block--link-tile .hover-text {
  position: absolute;
  opacity: 0;
  transition: opacity 0.4s ease;
}
@media only screen and (max-width: 1366px) {
  .block--link-tile .hover-text {
    display: none;
  }
}
.block--link-tile .hover-text p {
  margin-top: 0;
}
.block--link-tile:hover {
  color: #231f20;
  color: var(--text-black);
}
.block--link-tile:hover .wp-block-image:before {
  background-color: white;
  opacity: 0.75;
}
.block--link-tile:hover h3:after {
  opacity: 1;
  background-color: transparent;
  transition: opacity 0.2s ease, padding 0.5s ease;
  padding: 39px 40px 39px 66px;
}
@media only screen and (max-width: 1280px) {
  .block--link-tile:hover h3:after {
    padding: 29px 30px 29px 56px;
  }
}
.block--link-tile:hover .hover-text {
  opacity: 1;
  transition: opacity 0.4s ease 0.1s;
}

.block--tile-grid {
  margin: 133px auto;
  max-width: none;
  padding-bottom: 100px;
}
.block--tile-grid .block-title {
  max-width: 1760px;
  max-width: var(--wrap-width);
  margin: auto;
  padding: 0 80px;
  padding: 0 var(--body-padding);
}
.block--tile-grid .block-title > h2 {
  max-width: 50%;
  margin: 130px 0;
}
.block--tile-grid .tiles {
  display: flex;
  flex-wrap: wrap;
}
.block--tile-grid .tiles > div:nth-child(even) {
  top: 100px;
}
article .block--tile-grid {
  position: relative;
  left: calc(80px * -1);
  left: calc(var(--body-padding) * -1);
  width: calc(100% + 80px * 2);
  width: calc(100% + var(--body-padding) * 2);
}
@media only screen and (max-width: 1280px) {
  .block--tile-grid {
    margin: 65px 0;
  }
  .block--tile-grid .block-title > h2 {
    margin: 65px 0 70px;
  }
}
@media only screen and (max-width: 640px) {
  .block--tile-grid {
    padding-bottom: 0;
  }
  .block--tile-grid .block-title h2 {
    max-width: 100%;
  }
  .block--tile-grid .block-title h2 br {
    display: none;
  }
  .block--tile-grid .tiles {
    display: block;
  }
  .block--tile-grid .tiles > div:nth-child(even) {
    top: auto;
  }
}

.block--latest-posts {
  margin: 130px auto 170px;
}
.block--latest-posts .posts {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  grid-row-gap: 3rem;
  row-gap: 3rem;
}
.block--latest-posts .posts .post {
  width: calc(33% - 30px);
}
.block--latest-posts .posts .post:nth-child(3n), .block--latest-posts .posts .post:nth-child(3n+1) {
  margin-top: 110px;
}
.block--latest-posts a {
  text-decoration: none;
}
.block--latest-posts .block-title .trailing-button, .block--latest-posts .block-title .block--link-tile h3:after, .block--link-tile .block--latest-posts .block-title h3:after {
  color: #231f20;
  color: var(--text-black);
  background-color: #f2f2f2;
  background-color: var(--light-grey);
}
.block--latest-posts .block-title .trailing-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 2px solid #004040;
  border: 2px solid var(--green);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.block--latest-posts .block-title a {
  display: inline-block;
}
.block--latest-posts .block-title h2 {
  margin: 0;
}
.block--latest-posts .block-title h2:hover .trailing-button, .block--latest-posts .block-title h2:hover .block--link-tile h3:after, .block--link-tile .block--latest-posts .block-title h2:hover h3:after {
  background-color: transparent;
}
.block--latest-posts .block-title h2:hover .trailing-button:before {
  opacity: 1;
}
.block--latest-posts h4, .block--latest-posts body .nf-form-cont h2, body .nf-form-cont .block--latest-posts h2 {
  margin: 36px auto 66px;
  padding-right: calc(80px * 2);
  padding-right: calc(var(--body-padding) * 2);
}
.block--latest-posts .feature-image img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1366px) {
  .block--latest-posts .posts .post {
    width: calc(50% - 20px);
  }
  .block--latest-posts .posts .post:nth-child(3n), .block--latest-posts .posts .post:nth-child(3n+1) {
    margin-top: 0;
  }
  .block--latest-posts .posts .post:nth-child(odd) {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .block--latest-posts {
    margin: 80px auto 65px;
  }
  .block--latest-posts .posts {
    margin-top: 65px;
  }
  .block--latest-posts h4, .block--latest-posts body .nf-form-cont h2, body .nf-form-cont .block--latest-posts h2 {
    margin: 20px auto 30px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .block--latest-posts .posts {
    display: block;
  }
  .block--latest-posts .posts .post {
    width: 100%;
    margin-top: 3rem !important;
  }
}
@media only screen and (max-width: 480px) {
  .block--latest-posts {
    margin: 40px auto 50px;
  }
}
.block--floating-cta + .block--latest-posts {
  clear: both;
}

.block--full-screen-cta {
  position: relative;
  height: 1000px;
  max-width: 1840px;
  padding-left: 80px;
  padding-left: var(--body-padding);
  margin-top: 150px;
  margin-bottom: 150px;
  margin-right: 0;
  margin-left: auto;
}
.block--full-screen-cta > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
}
.block--full-screen-cta figure {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  max-width: 1345px;
  width: 100%;
  overflow: hidden;
  z-index: -1;
  margin: auto;
}
@media only screen and (max-width: 1505px) {
  .block--full-screen-cta figure {
    max-width: calc(100% - 160px);
  }
}
.block--full-screen-cta figure:before {
  content: "";
  background-image: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.7;
  width: 67%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.block--full-screen-cta figure img {
  width: auto;
  height: auto;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.block--full-screen-cta h2 {
  max-width: 800px;
}
.block--full-screen-cta .block--floating-cta {
  max-width: none;
  padding: 0;
  margin: 0;
}
.block--full-screen-cta .block--floating-cta > div {
  margin-top: 0;
  float: none !important;
}
@media only screen and (max-width: 1280px) {
  .block--full-screen-cta .block--floating-cta {
    max-width: 100%;
    position: relative;
    left: calc(80px * -1);
    left: calc(var(--body-padding) * -1);
  }
}
.block--full-screen-cta.alignright {
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
  padding-right: 80px;
  padding-right: var(--body-padding);
}
@media only screen and (max-width: 1280px) {
  .block--full-screen-cta.alignright {
    left: auto;
    right: calc(80px * -1);
    right: calc(var(--body-padding) * -1);
  }
}
.block--full-screen-cta.alignright > div {
  align-items: flex-end;
}
.block--full-screen-cta.alignright h2 {
  width: 100%;
}
.block--full-screen-cta.alignright figure {
  right: auto;
  left: 0;
}
@media only screen and (max-width: 1280px) {
  .block--full-screen-cta.alignright figure {
    left: calc(80px * -1);
    left: calc(var(--body-padding) * -1);
  }
}
.block--full-screen-cta.alignright figure:before {
  content: "";
  background-image: linear-gradient(-90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  left: auto;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 1600px) {
  .block--full-screen-cta {
    height: 800px;
  }
}
@media only screen and (max-width: 1280px) {
  .block--full-screen-cta {
    max-width: 100%;
    height: auto;
    display: block;
  }
  .block--full-screen-cta h2 {
    margin-top: 0;
    margin-bottom: 50px;
    width: 50%;
  }
  .block--full-screen-cta figure {
    margin-top: -120px;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin-right: 0;
    max-width: 100%;
    padding-bottom: 66%;
  }
  .block--full-screen-cta figure img {
    position: absolute;
  }
  .block--full-screen-cta .block--floating-cta {
    width: calc(100% - 80px);
    width: calc(100% - var(--body-padding));
  }
  .block--full-screen-cta.alignright {
    right: 0;
  }
  .block--full-screen-cta.alignright h2 {
    order: 1;
    width: calc(50% + 80px);
    width: calc(50% + var(--body-padding));
    padding-left: 80px;
    padding-left: var(--body-padding);
    margin-left: 0;
    margin-right: auto;
  }
  .block--full-screen-cta.alignright figure {
    order: 2;
    margin-top: 0;
  }
  .block--full-screen-cta.alignright .block--floating-cta {
    order: 3;
    margin-top: -120px;
    left: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .block--full-screen-cta, .block--full-screen-cta.alignright {
    margin-top: 65px;
    margin-bottom: 65px;
    padding-left: 80px;
    padding-left: var(--body-padding);
    padding-right: 80px;
    padding-right: var(--body-padding);
  }
  .block--full-screen-cta h2, .block--full-screen-cta.alignright h2 {
    width: 100%;
    order: 1;
    padding-left: 0;
  }
  .block--full-screen-cta figure, .block--full-screen-cta.alignright figure {
    order: 2;
    margin: auto;
    width: 100%;
    max-width: 100%;
    left: auto;
    right: auto;
    padding-bottom: 61%;
  }
  .block--full-screen-cta figure:before, .block--full-screen-cta.alignright figure:before {
    display: none;
  }
  .block--full-screen-cta .block--floating-cta, .block--full-screen-cta.alignright .block--floating-cta {
    order: 3;
    margin: auto;
    width: 100%;
    left: auto;
    right: auto;
  }
  .block--full-screen-cta .block--floating-cta > div, .block--full-screen-cta.alignright .block--floating-cta > div {
    background: transparent;
    box-shadow: none;
    padding: 25px 0;
    width: 100%;
  }
  .block--full-screen-cta .block--floating-cta .wp-block-button, .block--full-screen-cta.alignright .block--floating-cta .wp-block-button {
    position: relative;
    text-align: right;
    margin-top: 25px;
  }
}

.block--full-screen-embed {
  max-width: 100%;
  margin-top: 10em;
  margin-bottom: 10em;
}
.block--full-screen-embed iframe {
  border: none;
  width: 100%;
  aspect-ratio: 16/8;
}

.block--page-intro {
  max-width: 1024px;
  margin: -100px auto 92px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  padding: 32px 60px;
  position: relative;
  background: white;
  font-size: 22px;
}
.has-feature-image .block--page-intro {
  margin: -200px auto 92px;
}
@media only screen and (max-width: 1366px) {
  .block--page-intro {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .block--page-intro {
    margin-bottom: 65px;
  }
}
@media only screen and (max-width: 640px) {
  .block--page-intro {
    font-size: 16px;
    padding: 32px 80px;
    padding: 32px var(--body-padding);
    left: calc(80px * -1);
    left: calc(var(--body-padding) * -1);
    width: calc(100% + 80px * 2);
    width: calc(100% + var(--body-padding) * 2);
    margin-top: 0;
  }
  .has-feature-image .block--page-intro {
    margin-top: -50px;
  }
}

.block--inline-cta {
  text-align: center;
  margin: 137px auto;
}
.block--inline-cta h4, .block--inline-cta body .nf-form-cont h2, body .nf-form-cont .block--inline-cta h2 {
  font-weight: 400;
}
.block--inline-cta .wp-block-button {
  margin-top: 55px;
}
.block--inline-cta .wp-block-button .wp-block-button__link {
  background-color: #f2f2f2;
  background-color: var(--light-grey);
  color: #231f20;
  color: var(--text-black);
  position: relative;
}
.block--inline-cta .wp-block-button .wp-block-button__link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 2px solid #004040;
  border: 2px solid var(--green);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.block--inline-cta .wp-block-button .wp-block-button__link:hover {
  background-color: transparent;
}
.block--inline-cta .wp-block-button .wp-block-button__link:hover:before {
  opacity: 1;
}
@media only screen and (max-width: 640px) {
  .block--inline-cta {
    margin: 95px auto;
  }
  .block--inline-cta h4, .block--inline-cta body .nf-form-cont h2, body .nf-form-cont .block--inline-cta h2 {
    line-height: 1.6;
  }
}

.block--box-grid {
  max-width: 1660px;
  width: auto;
  position: relative;
  margin: 95px auto 35px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.block--box-grid .box-grid--item {
  width: calc(25% - 60px);
  height: 460px;
  margin: 0 30px 60px;
  position: relative;
}
.block--box-grid .box-grid--item .wp-block-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  margin: auto;
}
.block--box-grid .box-grid--item .wp-block-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #231f20;
  background: var(--text-black);
  opacity: 0.5;
  z-index: 1;
  transition: opacity 0.4s ease;
}
.block--box-grid .box-grid--item:hover .wp-block-image:before {
  opacity: 0.2;
}
.block--box-grid .box-grid--item.no-hover:hover .wp-block-image:before {
  opacity: 0.5;
}
.block--box-grid .box-grid--item .box-title {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: calc(100% - 10px);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-transform: uppercase;
  padding: 0 10px;
}
.block--box-grid .box-grid--item .box-title h5 {
  text-align: center;
}
.block--box-grid .box-grid--item .wp-block-button, .block--box-grid .box-grid--item .wp-block-file {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
}
.block--box-grid .box-grid--item .wp-block-button a, .block--box-grid .box-grid--item .wp-block-file a {
  width: 100%;
  height: 70px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 0;
  transition: opacity 0.2s ease;
}
.block--box-grid .box-grid--item .wp-block-button a:hover, .block--box-grid .box-grid--item .wp-block-file a:hover {
  opacity: 0.8;
}
.block--box-grid .box-grid--item .wp-block-button a:after, .block--box-grid .box-grid--item .wp-block-file a:after {
  display: none;
}
.block--box-grid .box-grid--item .wp-block-file {
  margin: auto;
}
.block--box-grid .box-grid--item .wp-block-file a {
  margin: 0;
}
.block--box-grid .box-grid--item .wp-block-file a:hover {
  background: transparent;
}
.block--box-grid .box-grid--item .wp-block-file > a:first-of-type {
  display: none;
}
@media only screen and (max-width: 1600px) {
  .block--box-grid .box-grid--item {
    height: 420px;
    width: calc(25% - 40px);
    margin: 0 20px 40px;
  }
}
@media only screen and (max-width: 1280px) {
  .block--box-grid .box-grid--item {
    height: 420px;
    width: calc(33% - 40px);
    margin: 0 20px 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .block--box-grid {
    margin: 80px auto 35px;
  }
  .block--box-grid .box-grid--item {
    height: 394px;
    width: calc(50% - 20px);
    margin: 0 20px 40px;
  }
  .block--box-grid .box-grid--item:nth-child(odd) {
    margin-left: 0;
  }
  .block--box-grid .box-grid--item:nth-child(even) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .block--box-grid {
    margin: 65px auto 40px;
  }
  .block--box-grid .box-grid--item {
    height: 394px;
    width: 100%;
    margin: 0 auto 20px;
  }
}

.block--section-breakdown.block--tile-grid {
  /*&[data-count="4"],&[data-count="3"] {
      display:flex;
      columns: 1;

      > div {
          width:50%;

          &:nth-child(even) {
              top:100px;
          }
      }
  }

  &[data-count="3"] {
      > div {
          width:50%;

          &:nth-child(even) {
              top:225px;
          }
      }
  }*/
}
.block--section-breakdown.block--tile-grid.no-top-margin {
  margin-top: 0;
}
.block--section-breakdown.block--tile-grid .section-breakdown--title-tile {
  display: flex;
  min-height: 275px;
  align-items: center;
  position: relative;
  padding-left: 80px;
  padding-left: var(--body-padding);
}
.block--section-breakdown.block--tile-grid .section-breakdown--title-tile > div {
  width: 100%;
  position: relative;
}
.block--section-breakdown.block--tile-grid .section-breakdown--title-tile h2 {
  max-width: calc(100% - 80px);
  max-width: calc(100% - var(--body-padding));
  padding-right: 80px;
  padding-right: var(--body-padding);
  width: 100%;
  margin-left: auto;
  margin-right: 0;
}
.block--section-breakdown.block--tile-grid.has-title > div > div {
  width: 50%;
}
.block--section-breakdown.block--tile-grid[data-count="3"] > div > div:nth-child(2) {
  top: 50%;
  transform: translateY(50%);
}
.block--section-breakdown.block--tile-grid[data-count="2"] > div > div:nth-child(even), .block--section-breakdown.block--tile-grid[data-count="4"] > div > div:nth-child(even) {
  top: 100px;
}
@media only screen and (max-width: 640px) {
  .block--section-breakdown.block--tile-grid.has-title .tiles {
    display: block;
  }
  .block--section-breakdown.block--tile-grid.has-title > div > div {
    width: 100%;
    top: auto !important;
    transform: none !important;
  }
  .block--section-breakdown.block--tile-grid.has-title .section-breakdown--title-tile {
    min-height: 0;
    height: auto;
  }
  .block--section-breakdown.block--tile-grid.has-title .section-breakdown--title-tile h2 {
    text-align: left;
    margin: 0 0 70px;
  }
  .block--section-breakdown.block--tile-grid .tiles > .block--link-tile {
    top: auto !important;
  }
}

article > .wp-block-file {
  margin: 65px auto;
}
article > .wp-block-file a {
  display: block;
  text-decoration: none;
  color: #b82718;
  color: var(--red);
  border-bottom: 2px solid #b82718;
  border-bottom: 2px solid var(--red);
  padding-right: 50px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  font-size: 18px;
}
article > .wp-block-file a:after {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902";
  position: absolute;
  right: 0;
}
article > .wp-block-file a.wp-block-file__button {
  display: none;
}
article > .wp-block-file + .wp-block-file {
  margin-top: -40px;
}
@media only screen and (max-width: 640px) {
  article > .wp-block-file {
    margin: 35px auto;
  }
  article > .wp-block-file a {
    font-size: 15px;
    padding-bottom: 17px;
  }
  article > .wp-block-file + .wp-block-file {
    margin-top: -15px;
  }
}

.block--team-member {
  position: relative;
  padding-top: 50px;
  margin: 50px auto 0;
  max-width: none;
  position: relative;
}
.block--team-member > div {
  display: flex;
  max-width: 1080px;
  margin: auto;
}
.block--team-member:before {
  content: "";
  width: auto;
  border-bottom: 1px solid #e5e5e5;
  border-bottom: 1px solid var(--border-grey);
  position: absolute;
  top: 0;
  left: calc(80px * -1);
  left: calc(var(--body-padding) * -1);
  right: calc(80px * -1);
  right: calc(var(--body-padding) * -1);
}
.block--team-member:first-child {
  margin-top: 0;
  padding-top: 0;
}
.block--team-member:first-child:before {
  display: none;
}
.block--team-member .profile-image {
  width: 250px;
  height: 250px;
  overflow: hidden;
  position: relative;
}
.block--team-member .profile-image figure {
  position: absolute;
  margin: 0;
  width: 100%;
}
.block--team-member .profile-image img {
  width: 100%;
  height: auto;
  display: block;
  filter: grayscale(100%);
}
.block--team-member .text-content {
  padding: 0 0 0 60px;
  width: calc(100% - 250px);
}
.block--team-member .text-content h5 {
  text-transform: uppercase;
  margin: 25px 0 0;
}
.block--team-member .text-content .name-position p {
  margin-top: 3px;
}
.block--team-member .text-content > p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .block--team-member .text-content {
    padding: 0 0 0 40px;
  }
  .block--team-member .text-content h5 {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .block--team-member .profile-image {
    width: 180px;
    height: 180px;
  }
  .block--team-member .text-content {
    width: calc(100% - 180px);
  }
  .block--team-member .text-content h5 {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .block--team-member > div {
    display: block;
  }
  .block--team-member .profile-image, .block--team-member .text-content {
    width: 100%;
  }
  .block--team-member .profile-image {
    max-height: 640px;
    height: auto;
    padding-bottom: 100%;
  }
  .block--team-member .text-content {
    padding-left: 0;
  }
  .block--team-member .text-content h5 {
    margin-top: 25px;
  }
}

.wp-block-embed {
  margin: 50px auto;
}

.block--masonry-grid {
  max-width: 1600px;
  width: calc(100% + 60px);
  left: -30px;
  position: relative;
  margin: 95px auto;
  display: flex;
  flex-wrap: wrap;
}
.block--masonry-grid .block--masonry-item {
  margin: 0 30px 60px;
  width: calc(33.33% - 60px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.block--masonry-grid .block--masonry-item figure {
  margin: 0;
  position: relative;
  overflow: hidden;
}
.block--masonry-grid .block--masonry-item figure:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #231f20;
  background: var(--text-black);
  opacity: 0.5;
  z-index: 1;
  transition: opacity 0.4s ease;
}
.block--masonry-grid .block--masonry-item .block--masonry-item-header {
  position: relative;
}
.block--masonry-grid .block--masonry-item .block--masonry-item-header .box-title {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  padding: 0 30px;
  z-index: 2;
  text-transform: uppercase;
}
.block--masonry-grid .block--masonry-item .block--masonry-item-header figure {
  height: 370px;
  width: 100%;
}
.block--masonry-grid .block--masonry-item .block--masonry-item-content {
  background: white;
  padding: 15px 40px 30px;
}
.block--masonry-grid .block--masonry-item .block--masonry-item-content ul {
  list-style: none;
  padding: 0;
}
.block--masonry-grid .block--masonry-item .block--masonry-item-content ul li {
  border-bottom: 1px solid #e5e5e5;
  border-bottom: 1px solid var(--border-grey);
  padding: 15px 0;
}
.block--masonry-grid .block--masonry-item .block--masonry-item-content ul li:first-of-type {
  padding-top: 0;
}
.block--masonry-grid .block--masonry-item .block--masonry-item-content ul li:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 1366px) {
  .block--masonry-grid {
    left: -20px;
    width: calc(100% + 40px);
  }
  .block--masonry-grid .block--masonry-item {
    margin: 0 20px 40px;
    width: calc(33.33% - 40px);
  }
}
@media only screen and (max-width: 1280px) {
  .block--masonry-grid .block--masonry-item {
    margin: 0 20px 40px;
    width: calc(50% - 40px);
  }
}
@media only screen and (max-width: 800px) {
  .block--masonry-grid {
    left: auto;
    width: 100%;
  }
  .block--masonry-grid > .block--masonry-item {
    width: 100%;
    margin: 0 0 40px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .block--masonry-grid .block--masonry-item {
    margin-bottom: 20px;
  }
  .block--masonry-grid .block--masonry-item .block--masonry-item-content {
    padding: 15px 30px;
  }
}
/*# sourceMappingURL=frontend.css.map */
