/*!
Theme Name: Edge
Author: Alan McDonald
Author URI: http://alanalanalan.co.uk

*/
/* wrapper */
/* to bin */
/* forms */
:root {
  --masthead-height: 140px;
  --wrapper-padding: 52px;
  --grid-gutter: 25px;
  --grid-gutter-x2: 50px;
  --grid-gutter-xl: 40px;
  --grid-gutter-lg: 30px;
  --grid-gutter-med: 15px;
  --grid-gutter-sm: 8px;
  --spacer-xxl: 356px;
  --spacer-xl: 220px;
  --spacer-l: 135px;
  --spacer-m: 84px;
  --spacer-s: 52px;
  --spacer-xs: 26px;
  --spacer-tiny: 13px;
  --site-logo-width: 156px;
  --form-input-bg: #ffffff;
  --form-input-border: #ffffff;
  --form-input-color: #002323;
  --box-spacer-h: 70px;
  --shalllow-hero-type-size: 4vw;
  /*
	
	@media(max-width:1800px)
	{
		
		--masthead-height:90px;
		--site-logo-width:172px;
		//--site-logo-width:180px;
		
	}
	
	@media(max-width:1680px)
	{
		--box-spacer-h:50px;
	}
	
	@media(max-width:1450px)
	{	
		
		//--wrapper-padding: 60px;
		
	//	--site-logo-width:260px;
		--wrapper-padding:40px;
		
		--spacer-xxl: 120px;
		--spacer-xl: 80px;
		--spacer-l: 55px;
		--spacer-m: 40px;
		--spacer-s: 20px;
	
		--box-spacer-h:40px;
	
	}
	
	
	
	@media(max-width:1150px)
	{
		--grid-gutter: 20px;

		--masthead-height:100px;
		--site-logo-width:170px;
		


	}
	
	@media(max-width:1050px)
	{

		--box-spacer-h:35px;
		--grid-gutter: 15px;
	}
	
	
	
	
	
	@media(max-width:750px)
	{
		--wrapper-padding:35px;
		--masthead-height:90px;
		--site-logo-width:155px;
		
	}
	
	*/
}
@media (max-width: 1550px) {
  :root {
    --wrapper-padding: 40px;
    --grid-gutter: 20px;
    --grid-gutter-x2: 40px;
  }
}
@media (max-width: 1250px) {
  :root {
    --grid-gutter-xl: 35px;
    --grid-gutter-lg: 25px;
    --grid-gutter-med: 12px;
    --grid-gutter-sm: 8px;
    --wrapper-padding: 30px;
    --grid-gutter: 15px;
    --grid-gutter-x2: 30px;
  }
}
@media (max-width: 1020px) {
  :root {
    --masthead-height: 101px;
    --site-logo-width: 126px;
    --wrapper-padding: 28px;
    --grid-gutter: 15px;
    --grid-gutter-x2: 30px;
    --grid-gutter-xl: 30px;
    --grid-gutter-lg: 20px;
    --grid-gutter-med: 12px;
    --grid-gutter-sm: 8px;
    --spacer-xxl: 250px;
    --spacer-xl: 154px;
    --spacer-l: 94px;
    --spacer-m: 58px;
    --spacer-s: 36px;
    --spacer-xs: 18px;
    --spacer-tiny: 9px;
  }
}
@media (max-width: 425px) {
  :root {
    --masthead-height: 71px;
    --site-logo-width: 89px;
    --wrapper-padding: 18px;
    --grid-gutter: 12px;
    --grid-gutter-x2: 24px;
    --spacer-xxl: 158px;
    --spacer-xl: 98px;
    --spacer-l: 60px;
    --spacer-m: 37px;
    --spacer-s: 23px;
    --spacer-xs: 12px;
    --tiny: 6px;
  }
}
@media (max-width: 350px) {
  :root {
    --wrapper-padding: 18px;
    --grid-gutter: 9px;
    --grid-gutter-x2: 18px;
    --spacer-xxl: 123px;
    --spacer-xl: 77px;
    --spacer-l: 47px;
    --spacer-m: 29px;
    --spacer-s: 18px;
    --spacer-xs: 9px;
    --tiny: 6px;
  }
}
/* Reset
-------------------------------------------------------------- */
a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}
h1,
h2,
h3,
h4,
h5 {
  line-height: 1.15;
}
.block,
article,
aside,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
:focus {
  outline: 0;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
td,
th {
  text-align: left;
  font-weight: 400;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
html {
  height: 100vh;
}
a {
  text-decoration: none;
}
.hidden {
  display: none;
}
.clear {
  clear: both;
}
img {
  -ms-interpolation-mode: bicubic;
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
}
svg {
  width: 100%;
  height: auto;
}
b {
  font-weight: 300;
}
i {
  font-style: normal;
}
/*Custom reset ------------------------------------------------*/
body {
  -webkit-text-size-adjust: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input[type="submit"],
select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  font-size: inherit;
}
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
section,
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
input,
select,
button,
textarea {
  font-family: inherit;
}
select:active,
select:hover {
  outline: none;
}
em {
  font-style: normal;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.left {
  float: left;
}
.right {
  float: right;
}
a:focus {
  outline: none;
}
.d-block {
  display: block;
}
/* maps fixes */
.gm-style > div {
  position: static;
}
/* flex */
.flex-columns {
  display: flex;
  flex-wrap: wrap;
}
.flex-columns.no-wrap {
  flex-wrap: nowrap;
}
.flex-columns.align-top {
  align-items: flex-start;
}
.flex-columns.vb {
  align-items: flex-end;
}
.flex-columns.vc,
.flex-columns.align-center {
  align-items: center;
}
.flex-columns > div {
  height: auto;
}
.flex-columns .align-right {
  margin-left: auto;
}
.flex-columns .centered {
  margin-left: auto;
  margin-right: auto;
}
.flex-columns.cc,
.flex-columns.center-columns {
  justify-content: center;
}
.flex-columns.sb {
  justify-content: space-between;
}
.flex-columns .auto-width {
  flex: auto;
}
.flex-columns.row-reverse,
.flex-columns.reverse {
  flex-direction: row-reverse;
}
.flex-columns.stretch {
  align-items: stretch;
}
.flex-columns.flex-dir-cols {
  flex-direction: column;
}
.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}
.flex-wrap.align-top {
  align-items: flex-start;
}
.flex-wrap.vc {
  align-items: center;
}
.flex-wrap.vb {
  align-items: flex-end;
}
.flex-wrap.sb {
  justify-content: space-between;
}
.flex-wrap.nw {
  flex-wrap: nowrap;
}
.flex-wrap.center-columns,
.flex-wrap.cc {
  justify-content: center;
}
.flex-wrap.row-reverse,
.flex-wrap.reverse {
  flex-direction: row-reverse;
}
.flex-auto {
  flex: 1;
}
.flex-columns {
  margin-left: calc(var(--grid-gutter) * -1);
  margin-right: calc(var(--grid-gutter) * -1);
}
.flex-columns > div {
  padding-left: var(--grid-gutter);
  padding-right: var(--grid-gutter);
}
.flex-columns.gutter-lg {
  margin-left: calc(var(--grid-gutter-lg) * -1);
  margin-right: calc(var(--grid-gutter-lg) * -1);
}
.flex-columns.gutter-lg > div {
  padding-left: var(--grid-gutter-lg);
  padding-right: var(--grid-gutter-lg);
}
.flex-columns.gutter-xl {
  margin-left: calc(var(--grid-gutter-xl) * -1);
  margin-right: calc(var(--grid-gutter-xl) * -1);
}
.flex-columns.gutter-xl > div {
  padding-left: var(--grid-gutter-xl);
  padding-right: var(--grid-gutter-xl);
}
.flex-columns.gutter-sm {
  margin-left: calc(var(--grid-gutter-sm) * -1);
  margin-right: calc(var(--grid-gutter-sm) * -1);
}
.flex-columns.gutter-sm > div {
  padding-left: var(--grid-gutter-sm);
  padding-right: var(--grid-gutter-sm);
}
.flex-columns.gutter-med {
  margin-left: calc(var(--grid-gutter-med) * -1);
  margin-right: calc(var(--grid-gutter-med) * -1);
}
.flex-columns.gutter-med > div {
  padding-left: var(--grid-gutter-med);
  padding-right: var(--grid-gutter-med);
}
.columns > div.centered,
.columns.centered {
  float: none;
  margin: 0 auto;
}
.columns > div.right {
  float: right;
}
.col1 {
  width: 8.33333333%;
}
.col2 {
  width: 16.66666667%;
}
.col3 {
  width: 25%;
}
.col4 {
  width: 33.33333333%;
}
.col5 {
  width: 41.66666667%;
}
.col6 {
  width: 50%;
}
.col7 {
  width: 58.33333333%;
}
.col8 {
  width: 66.66666667%;
}
.col9 {
  width: 75%;
}
.col10 {
  width: 83.33333333%;
}
.col11 {
  width: 91.66666667%;
}
.col12 {
  width: 100%;
  float: none;
}
.col1-2 {
  width: 50%;
}
.col1-3 {
  width: 33.33333333%;
}
.col1-4 {
  width: 25%;
}
.col3-4 {
  width: 75%;
}
.col1-5 {
  width: 20%;
}
.col1-6 {
  width: 16.66666667%;
}
.col1-8 {
  width: 12.5%;
}
.col2-3 {
  width: 66.66666666%;
}
@media (max-width: 700px) {
  .sm-fw {
    width: 100%;
  }
}
.single-column {
  width: 100%;
  max-width: 1160px;
}
.single-column.narrow {
  max-width: 1074px;
}
.single-column.column-centered,
.single-column.centered {
  margin: 0 auto;
}
@media (max-width: 1680px) {
  .single-column {
    max-width: 1088px;
  }
  .single-column.narrow {
    max-width: 974px;
  }
}
.z-1 {
  z-index: 1;
}
.z-2 {
  z-index: 2;
}
.height-100p {
  height: 100%;
}
/* ---------------------- */
.push-top-xxl {
  padding-top: var(--spacer-xxl);
}
.push-bottom-xxl {
  padding-bottom: var(--spacer-xxl);
}
.push-top-xl {
  padding-top: var(--spacer-xl);
}
.push-bottom-xl {
  padding-bottom: var(--spacer-xl);
}
.push-top-l {
  padding-top: var(--spacer-l);
}
.push-bottom-l {
  padding-bottom: var(--spacer-l);
}
.push-top-m {
  padding-top: var(--spacer-m);
}
.push-bottom-m {
  padding-bottom: var(--spacer-m);
}
.push-top-s {
  padding-top: var(--spacer-s);
}
.push-bottom-s {
  padding-bottom: var(--spacer-s);
}
.push-top-xs {
  padding-top: var(--spacer-xs);
}
.push-bottom-xs {
  padding-bottom: var(--spacer-xs);
}
.push-top-xxs {
  padding-top: var(--spacer-xxs);
}
.push-bottom-xxs {
  padding-bottom: var(--spacer-xxs);
}
.push-top-tiny {
  padding-top: var(--spacer-tiny);
}
.push-bottom-tiny {
  padding-bottom: var(--spacer-tiny);
}
.m-top-xxl {
  margin-top: var(--spacer-xxl);
}
.m-bottom-xxl {
  margin-bottom: var(--spacer-xxl);
}
.m-top-xl {
  margin-top: var(--spacer-xl);
}
.m-bottom-xl {
  margin-bottom: var(--spacer-xl);
}
.m-top-l {
  margin-top: var(--spacer-l);
}
.m-bottom-l {
  margin-bottom: var(--spacer-l);
}
.m-top-m {
  margin-top: var(--spacer-m);
}
.m-bottom-m {
  margin-bottom: var(--spacer-m);
}
.m-top-s {
  margin-top: var(--spacer-s);
}
.m-bottom-s {
  margin-bottom: var(--spacer-s);
}
.m-top-xs {
  margin-top: var(--spacer-xs);
}
.m-bottom-xs {
  margin-bottom: var(--spacer-xs);
}
.m-top-xxs {
  margin-top: var(--spacer-xxs);
}
.m-bottom-xxs {
  margin-bottom: var(--spacer-xxs);
}
.m-top-tiny {
  margin-top: var(--spacer-tiny);
}
.m-bottom-tiny {
  margin-bottom: var(--spacer-tiny);
}
/* Alignment 
--------------------------------------------------------------------*/
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
body {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
p {
  line-height: 120%;
  padding-bottom: 1.3em;
}
ul,
ol {
  line-height: 120%;
}
em {
  font-style: italic;
}
.lh-body {
  line-height: 120%;
}
.text-condensed {
  font-family: "Staatliches", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.text-heading,
#fonts > .heading,
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}
strong,
.text-bold,
#fonts > .bold {
  font-weight: 600;
}
/* text utils */
.open-kern {
  letter-spacing: 0.08em;
}
.uc {
  text-transform: uppercase;
}
.nple > *:last-child {
  padding-bottom: 0!important;
}
ul.term-value .term {
  display: block;
}
ul.term-value li {
  padding-bottom: 1em;
}
blockquote cite {
  font-style: normal;
}
.text-content p,
.text-content ul,
.text-content ol,
.text-content table {
  padding-bottom: 1.3em;
}
.text-content p a,
.text-content ul a,
.text-content ol a,
.text-content table a {
  transition: all 200ms ease-in-out;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}
.text-content table {
  width: 100%;
  margin-bottom: 1.3em;
}
.text-content table td {
  vertical-align: top;
}
.text-content ul {
  list-style-type: disc;
  padding-left: 1em;
}
.text-content ul li {
  padding-bottom: 0.4em;
}
.text-content ul li:last-child {
  padding-bottom: 0;
}
.text-content ul ul {
  padding-top: 0.5em;
  padding-bottom: 1em!important;
  list-style-type: circle;
  padding-left: 1.2em;
}
.text-content ul ul ul {
  list-style: square;
}
.text-content ol {
  padding-left: 1.8em;
  list-style-type: decimal;
}
.text-content ol li {
  padding-bottom: 0.4em;
}
.text-content ol li:last-child {
  padding-bottom: 0;
}
.text-content ol ol,
.text-content ol ul {
  font-size: inherit;
  padding-bottom: 0.3em;
}
.text-content ul.ruled-list {
  padding-left: 0;
  list-style: none;
}
.text-content ul.ruled-list li {
  padding: 14px 0 14px 0;
}
.text-content ul.ruled-list li a {
  text-decoration: none;
}
.text-content p.caps-para {
  line-height: 100%;
  padding-bottom: 1.2em;
}
.text-content p.g-size-body-3 {
  padding-bottom: 0.9em;
}
.text-content img.alignnone {
  display: inline;
  vertical-align: middle;
}
.text-content img.alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
.text-content img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
.text-content h1,
.text-content h2,
.text-content h3 {
  margin-bottom: 0.8em;
}
.text-content h4,
.text-content h5 {
  margin-bottom: 0.8em;
}
.text-content p + h3,
.text-content p + h2 {
  margin-top: 0.5em;
}
.g-size-title-1 {
  font-size: clamp(3.5rem, 5.717vw, 11rem);
}
@media (max-width: 700px) {
  .g-size-title-1 {
    font-size: clamp(3rem, 8.75vw, 7rem);
  }
}
.g-size-title-1 h1,
.g-size-title-1 h2,
.g-size-title-1 h3,
.g-size-title-1 p {
  line-height: 110%;
}
.g-size-title-2 {
  font-size: clamp(2.5rem, 3.534vw, 6.8rem);
}
@media (max-width: 700px) {
  .g-size-title-2 {
    font-size: clamp(2.6rem, 6.118vw, 4.8rem);
  }
}
.g-size-title-2 p,
.g-size-title-2 ol,
.g-size-title-2 ul {
  line-height: 119%;
}
.g-size-title-3 {
  font-size: clamp(2.3rem, 2.859vw, 5.5rem);
}
@media (max-width: 700px) {
  .g-size-title-3 {
    font-size: clamp(2.2rem, 5.647vw, 3.8rem);
  }
}
.g-size-title-4 {
  font-size: clamp(2.2rem, 2.183vw, 4.2rem);
  line-height: 130%;
}
@media (max-width: 700px) {
  .g-size-title-4 {
    font-size: clamp(1.9rem, 5.176vw, 3.2rem);
  }
}
.g-size-title-4 p,
.g-size-title-4 ol,
.g-size-title-4 ul {
  line-height: 130%;
}
/* line height fix */
*.g-size-title-4 {
  line-height: 130%!important;
}
.g-size-body-2 {
  font-size: clamp(1.8rem, 1.767vw, 3.6rem);
}
@media (max-width: 700px) {
  .g-size-body-2 {
    font-size: clamp(1.7rem, 4.6vw, 2.8rem);
  }
}
.g-size-body-1 {
  font-size: clamp(1.8rem, 1.351vw, 2.6rem);
}
@media (max-width: 700px) {
  .g-size-body-1 {
    font-size: clamp(1.6rem, 4.235vw, 2rem);
  }
}
@media (max-width: 350px) {
  .g-size-body-1 {
    font-size: 5vw;
  }
}
.g-size-body-1 p,
.g-size-body-1 ul,
.g-size-body-1 ol {
  line-height: 140%;
}
*.g-size-body-1 {
  line-height: 140%;
}
.g-size-body-sm {
  font-size: clamp(1.4rem, 1.04vw, 2rem);
}
.g-size-body-xs {
  font-size: clamp(1.2rem, 0.781vw, 1.6rem);
}
.pb0 {
  padding-bottom: 0!important;
}
*.pt0-25 {
  padding-top: 0.25em !important;
}
*.pt0-5 {
  padding-top: 0.5em !important;
}
*.pt0-75 {
  padding-top: 0.75em !important;
}
*.pt1 {
  padding-top: 1em!important;
}
*.pt1-25 {
  padding-top: 1.25em !important;
}
*.pt1-5 {
  padding-top: 1.5em !important;
}
*.pt2 {
  padding-top: 2em!important;
}
*.pt2-5 {
  padding-top: 2.5em !important;
}
*.pt3 {
  padding-top: 3em!important;
}
.pt4 {
  padding-top: 4em!important;
}
*.pb0-25 {
  padding-bottom: 0.25em !important;
}
*.pb0-5 {
  padding-bottom: 0.5em !important;
}
*.pb0-75 {
  padding-bottom: 0.75em !important;
}
*.pb1 {
  padding-bottom: 1em!important;
}
*.pb1-25 {
  padding-bottom: 1.25em !important;
}
*.pb1-5 {
  padding-bottom: 1.5em !important;
}
*.pb2 {
  padding-bottom: 2em!important;
}
*.pb2-5 {
  padding-bottom: 2.5em !important;
}
*.pb3 {
  padding-bottom: 3em!important;
}
p.g-size-med,
.g-size-med p {
  line-height: 110%;
}
/* IMG utilities
--------------------------------------------------------------------*/
svg {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}
.img-greyscale {
  filter: grayscale(1);
}
.img-multiply {
  mix-blend-mode: multiply;
}
picture.fw,
img.fw {
  width: 100%;
}
picture.fw img {
  width: 100%;
  max-width: none;
}
/* Image caption
--------------------------------------------------------------------*/
/* Backgrounds
--------------------------------------------------------------------*/
.bg-media,
.fixed-height-image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
.bg-media > div,
.fixed-height-image > div {
  height: 100%;
}
.bg-media > img,
.fixed-height-image > img,
.bg-media picture img,
.fixed-height-image picture img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bg-media > picture,
.fixed-height-image > picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.bg-media.bg-contain,
.fixed-height-image.bg-contain {
  display: block;
}
.bg-media.bg-contain > img,
.fixed-height-image.bg-contain > img,
.bg-media.bg-contain picture img,
.fixed-height-image.bg-contain picture img {
  object-fit: contain;
  object-position: 50% 50%;
}
.bg-media.focus-top img,
.fixed-height-image.focus-top img {
  object-position: 50% 0%;
}
.bg-media.focus-center img,
.fixed-height-image.focus-center img {
  object-position: 50% 50%;
}
.bg-media.focus-bottom img,
.fixed-height-image.focus-bottom img {
  object-position: 50% 100%;
}
.fixed-height-image {
  position: relative;
  height: auto;
  top: auto;
  left: auto;
}
.abs-play-button {
  width: 25%;
  max-width: 80px;
  min-width: 45px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
@media (max-width: 600px) {
  .abs-play-button {
    max-width: 45px;
  }
}
/*.bg-cover,
.bg-contain { 
	
	background-size:cover; 
	background-position:50% 50%; 
	background-repeat:no-repeat; 
	width:100%;
	height:100%;
	display:none;
	

	@media(min-width:1001px)
	{
		&.lg {
			display: block;
		}
	}
	
	@media(min-width:601px) and (max-width:1000px)
	{
		&.med {
			display: block;
		}
	}
	
	@media(max-width:600px)
	{
		&.sm {
			display: block;
		}
	}
	
}

.bg-contain {
	background-size:contain;
}*/
/* Image shapes
--------------------------------------------------------------------*/
.img-circle {
  border-radius: 100%;
  overflow: hidden;
}
.fis {
  height: 0;
  position: relative;
  overflow: hidden;
}
.fis a > img,
.fis > img,
.fis picture img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fis > picture {
  position: relative;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.fis video {
  width: 100%;
  height: auto;
}
.fis.contain img {
  object-fit: contain;
}
.fis.fis-square {
  padding-bottom: 100%;
}
.fis.fis-landscape-short {
  padding-bottom: 48%;
}
.fis.fis-landscape {
  padding-bottom: 59.5%;
}
.fis.fis-landscape-tall {
  padding-bottom: 66.666666%;
}
.fis.fis-letterbox {
  padding-bottom: 47%;
}
.fis.fis-card {
  padding-bottom: 56%;
}
.fis.fis-fh {
  height: 100%;
}
.fis.fis-portrait {
  padding-bottom: 137%;
}
.fis.fis-16-9 {
  padding-bottom: 56.25%;
}
/* Video
--------------------------------------------------------------------*/
.fis-fh .bg-video {
  width: 100%;
  height: 100%;
}
video {
  width: 100%;
  height: auto;
  display: block;
}
.bg-video video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
}
.contain video {
  object-fit: contain;
}
/* Embeds
--------------------------------------------------------------------*/
.popup-video-container > a {
  display: block;
  position: relative;
}
.play-button-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
}
.play-button-overlay svg {
  width: 65px;
}
@media (max-width: 550px) {
  .play-button-overlay svg {
    width: 40px;
  }
}
.block-embed iframe {
  width: 100%;
}
.bg-black {
  background-color: #000000;
}
a.text-black,
.text-black {
  color: #000000;
}
.bg-white {
  background-color: #ffffff;
}
a.text-white,
.text-white {
  color: #ffffff;
}
.bg-black-green {
  background-color: #002323;
}
a.text-black-green,
.text-black-green {
  color: #002323;
}
.bg-dark-green {
  background-color: #003C3C;
}
a.text-dark-green,
.text-dark-green {
  color: #003C3C;
}
.bg-forest-green {
  background-color: #005a50;
}
a.text-forest-green,
.text-forest-green {
  color: #005a50;
}
.bg-mint-green {
  background-color: #00d29a;
}
a.text-mint-green,
.text-mint-green {
  color: #00d29a;
}
.bg-mint-tint {
  background-color: #e5fbf5;
}
a.text-mint-tint,
.text-mint-tint {
  color: #e5fbf5;
}
.bg-lime-green {
  background-color: #88fa00;
}
a.text-lime-green,
.text-lime-green {
  color: #88fa00;
}
.anim-fade-up {
  transform: translateY(40px);
  transition: transform 700ms, opacity 700ms cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 100ms;
  opacity: 0;
  will-change: transform, opacity;
}
.anim-fade-up.is-inview {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 450px) {
  .anim-fade-up {
    transform: translateY(30px);
  }
}
.anim-up {
  transform: translateY(40px);
  transition: transform 700ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 450px) {
  .anim-up {
    transform: translateY(30px);
  }
}
.anim-up.is-inview {
  transform: translateY(0);
}
.anim-down {
  transform: translateY(-60px);
  transition: transform 800ms cubic-bezier(0.65, 0.05, 0.36, 1);
}
.is-inview .anim-down,
.anim-down.is-inview {
  transform: translateY(0);
}
.anim-up-sm {
  transform: translateY(30px);
  transition: transform 800ms cubic-bezier(0.65, 0.05, 0.36, 1);
}
.is-inview .anim-up-sm,
.anim-up-sm.is-inview {
  transform: translateY(0);
}
.anim-down-sm {
  transform: translateY(-30px);
  transition: transform 800ms cubic-bezier(0.65, 0.05, 0.36, 1);
}
.is-inview .anim-down-sm,
.anim-down-sm.is-inview {
  transform: translateY(0);
}
.anim-fade-in {
  opacity: 0;
  transition: opacity 1000ms ease;
  will-change: opacity;
}
.is-inview .anim-fade-in,
.anim-fade-in.is-inview {
  opacity: 1;
}
.anim-bg-image-scale {
  transition: transform 1000ms ease-out;
  transform: scale(1.2);
}
.is-inview .anim-bg-image-scale,
.anim-bg-image-scale.is-inview {
  transform: scale(1);
}
.img-hover-zoom {
  overflow: hidden;
}
.img-hover-zoom img {
  transition: transform 350ms ease-out;
}
a:hover .img-hover-zoom img {
  transform: scale(1.1);
}
.t-delay-100 {
  transition-delay: 100ms;
}
.t-delay-200 {
  transition-delay: 200ms;
}
.t-delay-300 {
  transition-delay: 300ms;
}
.t-delay-400 {
  transition-delay: 400ms;
}
.t-delay-500 {
  transition-delay: 500ms;
}
.t-delay-600 {
  transition-delay: 600ms;
}
.t-delay-700 {
  transition-delay: 700ms;
}
.t-delay-800 {
  transition-delay: 800ms;
}
.t-delay-900 {
  transition-delay: 900ms;
}
.t-delay-1000 {
  transition-delay: 1000ms;
}
.menu-toggle {
  z-index: 9999;
  order: 3;
  margin-left: 50px;
  display: flex;
  width: 66px;
  height: 66px;
  justify-content: center;
  align-items: center;
  position: relative;
}
.menu-toggle:after {
  content: '';
  display: block;
  background: #ffffff;
  opacity: 0.75;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: center center;
  transition: opacity 300ms, transform 300ms;
  z-index: 0;
}
.menu-toggle:hover:after {
  transform: scale(1.09);
  opacity: 1;
}
.menu-toggle .bars {
  width: 40px;
  height: 29px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.menu-toggle .bars span {
  width: 100%;
  background: #002323;
  transition: all 300ms;
  display: block;
  height: 3px;
  position: absolute;
  left: 0;
}
.menu-toggle .bars span:nth-child(1) {
  top: 0;
  transform-origin: center left;
}
.menu-toggle .bars span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.menu-toggle .bars span:nth-child(3) {
  bottom: 0;
  transform-origin: center left;
}
.search-open .menu-toggle .bars span:nth-child(1),
.main-menu-open .menu-toggle .bars span:nth-child(1) {
  transform: rotate(45deg);
  top: -1.5px;
  left: 6px;
}
.search-open .menu-toggle .bars span:nth-child(2),
.main-menu-open .menu-toggle .bars span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.search-open .menu-toggle .bars span:nth-child(3),
.main-menu-open .menu-toggle .bars span:nth-child(3) {
  transform: rotate(-45deg);
  bottom: -1.5px;
  left: 6px;
}
.main-menu-open .menu-toggle:after {
  opacity: 0;
  transition: none;
}
.main-menu-open .menu-toggle span {
  background: #ffffff;
}
.sub-nav-open .menu-toggle span {
  background: #003C3C !important;
}
@media (max-width: 1020px) {
  .menu-toggle {
    width: 45px;
    height: 45px;
    margin-left: 35px;
  }
  .menu-toggle .bars {
    width: 30px;
    height: 22px;
  }
  .menu-toggle .bars span {
    height: 2px;
  }
  .search-open .menu-toggle .bars span:nth-child(1),
  .main-menu-open .menu-toggle .bars span:nth-child(1) {
    transform: rotate(45deg);
    top: -1px;
    left: 6px;
  }
  .search-open .menu-toggle .bars span:nth-child(2),
  .main-menu-open .menu-toggle .bars span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }
  .search-open .menu-toggle .bars span:nth-child(3),
  .main-menu-open .menu-toggle .bars span:nth-child(3) {
    transform: rotate(-45deg);
    bottom: -1px;
    left: 6px;
  }
}
@media (max-width: 425px) {
  .menu-toggle {
    width: 35px;
    height: 35px;
    margin-left: 25px;
  }
  .menu-toggle .bars {
    width: 20px;
    height: 15px;
  }
  .search-open .menu-toggle .bars span:nth-child(1),
  .main-menu-open .menu-toggle .bars span:nth-child(1) {
    transform: rotate(45deg);
    top: -1px;
    left: 6px;
  }
  .search-open .menu-toggle .bars span:nth-child(2),
  .main-menu-open .menu-toggle .bars span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }
  .search-open .menu-toggle .bars span:nth-child(3),
  .main-menu-open .menu-toggle .bars span:nth-child(3) {
    transform: rotate(-45deg);
    bottom: 0px;
    left: 6px;
  }
}
@media (max-width: 365px) {
  .menu-toggle {
    margin-left: 15px;
  }
}
@media (min-width: 1021px) {
  html:not(.main-menu-open) .home-page .masthead {
    transform: translateY(-100%);
    transition: none;
  }
  html:not(.main-menu-open) .home-page .masthead.headroom--not-top {
    transition: all 300ms ease;
  }
  .home-page {
    /*.menu-toggle {

			width:40px;
			height: 29px;
			transform: translateX(15px);

			@media(max-width:1250px)
			{
				transform: translateX(20px);	
			}

			&:after {
				display: none;
			}


		}
*/
  }
  .home-page .masthead:not(.headroom--not-top) .menu-toggle .bars span {
    background: #ffffff;
  }
}
/* ----------------------------------------------------------------------------------- */
body.customize-support .masthead {
  top: 32px;
}
body.customize-support .main-menu {
  margin-top: 32px;
}
.masthead {
  z-index: 5;
  z-index: 1000;
  transition: all 300ms ease;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  color: #ffffff;
  overflow: visible!important;
}
.masthead-on-white .masthead {
  color: #002323;
}
html:not(.main-menu-open) .headroom--not-top {
  pointer-events: none;
  transform: translateY(-100%);
}
html:not(.main-menu-open) .headroom--not-top .menu-toggle:after {
  opacity: 0;
}
html:not(.main-menu-open) .headroom--not-top.headroom--pinned {
  background: #ffffff;
  opacity: 1;
  pointer-events: all;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.18);
  transform: translateY(0);
}
html:not(.main-menu-open) .headroom--not-top.headroom--pinned .site-logo {
  color: #003C3C;
  opacity: 1;
  pointer-events: all;
}
.home-page .site-logo {
  opacity: 0;
  pointer-events: none;
}
.mh-main {
  height: var(--masthead-height);
  z-index: 10;
}
@media (min-width: 1021px) {
  .mh-main > .inner {
    padding-right: 37px;
  }
}
.site-logo {
  width: var(--site-logo-width);
}
.site-logo a {
  display: block;
  position: relative;
}
.site-logo a svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
/*.lenis.lenis-stopped {
	height: 100%;
	height: 100dvh;
}*/
.site-menu {
  position: fixed;
  color: #ffffff;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  height: 100vh;
  height: 100dvh;
  top: 0;
  left: 0;
  z-index: 9;
  transition: opacity 300ms ease;
  opacity: 0;
  pointer-events: none;
  background: #002323;
}
.site-menu > div {
  padding-top: var(--masthead-height);
  min-height: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  background: #002323;
  z-index: 5;
  /*
		&:before {

			content:'';
			display: block;
			height: 100%;
			width:100%;
			left:0;
			top:0;
			transition: transform 400ms cubic-bezier(0.77,0,0.18,1);
			background:@black-green;
			transform: translateY(-100%);
			position: absolute;
		}
		*/
}
.site-menu a {
  text-decoration: none;
}
@media (max-height: 800px) and (orientation: landscape) {
  .site-menu-top-level {
    margin-top: var(--spacer-s);
  }
}
.site-menu-top-level a {
  position: relative;
  display: inline-block;
  overflow: clip;
}
.site-menu-top-level .nav-label {
  position: relative;
  display: block;
  clip-path: polygon(0 0, 100% 1%, 100% 100%, 0% 100%);
}
.site-menu-top-level .nav-label:after {
  content: '';
  height: 1px;
  background: #88fa00;
  position: absolute;
  display: block;
  width: 100%;
  right: 0;
  bottom: 0;
  transform: translateX(-100%);
  transition: transform 500ms ease;
  will-change: transform;
}
.site-menu-top-level a:hover > .nav-label:after {
  transform: translateX(0);
}
.site-menu-top-level .nav-arrow {
  width: 0.4em;
  display: flex;
  align-items: flex-end;
  position: absolute;
  left: 0;
  height: 1em;
  transform: translate3d(-100%, -0.05em, 0);
  transition: transform 500ms ease;
  will-change: transform;
}
.site-menu-top-level .nav-arrow svg {
  fill: #88fa00;
}
.site-menu-top-level > li > a {
  padding-left: 0.75em;
  transform: translate3d(-0.75em, 0, 0);
}
.site-menu-top-level > li.has-sub > a {
  transition: transform 500ms ease;
  will-change: transform;
}
.site-menu-top-level > li.active > a,
.site-menu-top-level > li.has-sub > a:hover {
  transform: translate3d(0, 0, 0);
}
.site-menu-top-level > li.active > a .nav-arrow,
.site-menu-top-level > li.has-sub > a:hover .nav-arrow {
  transform: translate3d(0, -0.05em, 0);
}
@media (min-width: 1021px) {
  .sub-nav-back {
    display: none;
  }
  .site-menu-top-level li {
    display: block;
    margin-bottom: 0.55em;
  }
  .sub-menu-wrap {
    width: 58%;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    pointer-events: none;
    color: #002323;
    font-size: 0.8em;
    transition: opacity 300ms;
  }
  .sub-menu-wrap li {
    margin-bottom: 0.75em;
  }
  .sub-menu-wrap .sub-menu .sub-menu {
    margin-top: 0.75em;
    margin-left: 2em;
    color: #005a50;
  }
  .sub-menu-wrap .nav-label:after {
    background: #00d29a;
  }
  .active .sub-menu-wrap {
    opacity: 1;
    pointer-events: all;
    transition: opacity 300ms ease 400ms;
  }
  .active-first .sub-menu-wrap {
    transition: opacity 700ms ease 900ms;
  }
  .sub-nav-two-col ul {
    columns: 2;
  }
  .sub-nav-locations ul {
    max-width: 20em;
  }
  .sub-nav-shape {
    width: 80%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: #e5fbf5;
    animation: 2s pageIntroImageAnim;
    animation-delay: 150ms;
    animation-play-state: paused;
  }
  .sub-nav-open .sub-nav-shape {
    animation-play-state: running;
    animation-fill-mode: both;
  }
}
@media (max-width: 1020px) {
  .site-menu-top-level {
    font-size: 3rem;
  }
  .site-menu-top-level li {
    display: block;
    margin-bottom: 0.55em;
  }
  .site-menu .inner,
  .site-menu ul {
    position: static;
  }
  .sub-nav-back {
    position: absolute;
    width: 1em;
    left: var(--wrapper-padding);
    top: calc(var(--masthead-height) + var(--spacer-m));
  }
  .sub-nav-back svg {
    fill: currentColor;
    transform: translateY(0.1em);
    cursor: pointer;
  }
  .sub-menu-wrap {
    width: 100%;
    position: fixed;
    right: 0;
    top: 0;
    pointer-events: none;
    color: #002323;
    font-size: 0.75em;
    transition: all 400ms ease;
    background: #e5fbf5;
    height: 100%;
    height: 100vh;
    height: 100dvh;
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    z-index: 10;
    padding-left: var(--site-logo-width);
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
  }
  .sub-menu-wrap > ul {
    padding: var(--masthead-height) var(--wrapper-padding);
    margin-top: var(--spacer-m);
  }
  .sub-menu-wrap li {
    margin-bottom: 0.75em;
  }
  .sub-menu-wrap .sub-menu .sub-menu {
    margin-top: 0.75em;
    margin-left: 1.25em;
    color: #005a50;
  }
  .sub-menu-wrap .nav-label:after {
    background: #00d29a;
  }
  .active .sub-menu-wrap {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    pointer-events: all;
  }
  .sub-nav-bg-shape {
    display: none;
  }
  .main-menu-open.sub-nav-open .site-logo-main svg {
    fill: #003C3C;
  }
  .site-logo-main svg {
    transition: all 300ms ease;
    transition-delay: 250ms;
  }
}
@media (max-width: 425px) {
  .site-menu-top-level {
    font-size: 2.7rem;
  }
}
@keyframes subNavAnimMob {
  0% {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
.main-menu-open .masthead {
  color: #ffffff;
  transform: none;
  transition: color 300ms ease;
}
.main-menu-open .site-menu {
  opacity: 1;
  pointer-events: all;
}
.main-menu-open .site-menu > div::before {
  transform: translateY(0);
}
.main-menu-open .home-page .site-logo-main {
  opacity: 1;
  pointer-events: all;
}
.page-intro {
  min-height: 100vh;
  background: #003C3C;
  color: #ffffff;
  padding-top: 315px;
}
.page-intro .title-wrap h1 {
  line-height: 1;
}
@media (max-width: 1700px) {
  .page-intro {
    padding-top: 265px;
  }
}
@media (max-width: 1020px) {
  .page-intro {
    height: auto;
    min-height: 0;
    padding-top: 0;
  }
}
#hero-video-fallback {
  height: calc(100% + 1px);
}
.page-intro-v-align-text {
  padding: var(--masthead-height) 0;
}
.page-intro-v-align-text .inner {
  justify-content: center;
}
.page-intro-title-wrap {
  flex-wrap: nowrap;
  align-items: flex-start;
}
.page-intro-parent {
  height: 1em;
  padding-right: 0.3em;
  display: flex;
  flex-direction: column;
}
.page-intro-parent a {
  font-size: clamp(1.2rem, 1.04vw, 2rem);
  position: relative;
  transform: translateY(-40%);
  margin-top: auto;
  text-decoration: none;
}
@media (max-width: 1020px) {
  .page-intro-parent a {
    transform: translateY(-35%);
  }
}
@media (max-width: 700px) {
  .page-intro-parent a {
    transform: translateY(-30%);
  }
}
@media (max-width: 425px) {
  .page-intro-parent a {
    transform: translateY(-10%);
  }
}
.page-intro-has-image .inner {
  display: flex;
  flex-direction: column;
}
.page-intro-has-image .page-intro-text {
  margin-top: auto;
  padding-bottom: 1em;
}
@media (min-width: 1021px) {
  .page-intro-has-image .page-intro-text-container {
    width: 43.5%;
  }
}
@media (max-width: 1020px) {
  .page-intro-has-image {
    flex-direction: column-reverse;
    padding-top: 0;
    align-items: flex-start;
  }
  .page-intro-has-image .page-intro-text-container {
    width: 100%;
    padding-top: var(--spacer-s);
  }
  .page-intro-has-image .page-intro-text {
    padding-bottom: var(--spacer-m);
  }
  .page-intro-has-image .inner {
    flex: 1;
  }
}
.page-intro-has-full-width-media {
  background: #002323;
  /*
	@media(max-width: @med-breakpoint )
	{
		
		&.page-intro-has-title-only {
			
			min-height: 100vh;
			
			.page-intro-image-container {
				position: absolute;
				top:0;
				height: 100%;
				padding:0
			}
			
			.page-intro-text-container {
				padding-top: 0;
			}
			
			.inner {
				display: flex;
				align-items: center;
				flex-direction: row;
				padding-top:0;
			}
			
		}

		
	}
	*/
}
.page-intro-has-full-width-media.page-intro-has-title-only {
  padding-top: 0;
  align-items: center;
}
@media (min-width: 1021px) {
  .page-intro-has-full-width-media .page-intro-text-container {
    width: 50%;
  }
  .page-intro-has-full-width-media .page-intro-image-container {
    width: 100%;
    animation: none;
  }
}
@media (max-width: 1020px) {
  .page-intro-has-full-width-media {
    background: #005a50;
  }
  .page-intro-has-full-width-media .page-intro-text-container {
    padding-bottom: var(--spacer-m);
  }
}
.page-intro-auto-height {
  height: auto;
  min-height: 0;
}
@media (min-width: 1021px) {
  .page-intro-auto-height .page-intro-text-container {
    width: 65%;
  }
}
.page-intro-auto-height .page-intro-text {
  padding-top: var(--spacer-m);
}
@media (max-width: 1020px) {
  .page-intro-auto-height {
    padding-top: calc(var(--masthead-height) * 1.5);
  }
  .page-intro-auto-height .page-intro-text-container {
    padding-top: var(--spacer-s);
  }
}
@media (max-width: 1020px) {
  .page-intro-auto-height .col3-4 {
    width: 100%;
  }
}
.page-intro-white {
  background: #ffffff;
  color: #002323;
}
.page-intro-text {
  width: 50%;
}
@media (max-width: 1020px) {
  .page-intro-text {
    width: 100%;
    max-width: 40ch;
  }
}
.page-intro-image-container {
  width: 58%;
  position: absolute;
  top: 0;
  height: 100%;
  background: #002323;
  right: 0;
  transition: all 300ms ease;
  animation: 2s pageIntroImageAnim;
  animation-delay: 150ms;
  animation-fill-mode: both;
}
@media (max-width: 1020px) {
  .page-intro-image-container {
    position: relative;
    top: auto;
    height: 0;
    padding-bottom: 54%;
    width: 100%;
    right: auto;
    animation: 2s pageIntroImageAnimMob;
    animation-delay: 150ms;
    animation-fill-mode: both;
  }
}
.page-intro-media-grad .page-intro-image-container:before {
  opacity: 0.75;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  content: '';
  display: block;
  width: 100%;
  max-height: 252px;
  height: 40%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
/*
@keyframes pageIntroImageAnim {

	0% { 
		clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);	
	}
	
	50% {
		clip-path: polygon(29.3% 0%, 100% 0%, 100% 100%, 29.3% 100%);	
	}
	
	100% { 
		clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 29.3% 100%);	
		//clip-path: circle(0%);
	}

}*/
@keyframes pageIntroImageAnim {
  0% {
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 129.3% 100%);
  }
  50% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 29.3% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 29.3% 100%);
  }
}
@keyframes pageIntroImageAnimMob {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% -13.5%, 0 0);
  }
  50% {
    clip-path: polygon(0 0, 100% 0, 100% 86.5%, 0 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 86.5%, 0% 100%);
  }
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: currentColor;
  opacity: 0.5;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: currentColor;
  opacity: 0.5;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: currentColor;
  opacity: 0.5;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: currentColor;
  opacity: 0.5;
}
.hidden-label label,
.hide-label label {
  display: none;
}
input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="password"] {
  color: var(--form-input-color);
  background: var(--form-input-bg);
  border: 2px solid var(--form-input-border);
  width: 100%;
  padding: 15px;
  font-size: inherit;
}
textarea {
  color: var(--form-input-color);
  background: var(--form-input-bg);
  border: 2px solid var(--form-input-border);
  width: 100%;
  padding: 15px;
  font-size: inherit;
  resize: vertical;
  height: 160px;
}
.multi-select-input .gfield_description,
select {
  color: var(--form-input-color);
  background: var(--form-input-bg);
  border: 2px solid var(--form-input-border);
  width: 100%;
  font-size: inherit;
  resize: vertical;
  padding: 15px;
}
select.unselected {
  color: rgba(0, 35, 35, 0.5);
}
input[type="submit"] {
  color: inherit;
}
@media (max-width: 600px) {
  input[type="text"],
  input[type="email"],
  input[type="number"],
  input[type="tel"],
  input[type="password"],
  textarea,
  .multi-select-input .gfield_description,
  select {
    padding: 10px;
  }
}
select {
  background-image: url('images/global/select-arrow-dark-green.svg?v=2');
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) 50%;
  background-size: 20px 18px;
  padding-right: 47px;
}
@media (min-width: 701px) {
  /* Forms -> labels on left */
  .form-labels-left .gfield {
    display: flex;
    flex-wrap: wrap;
  }
  .form-labels-left .gfield_label {
    flex: 0 0 30%;
    padding-right: 1em;
  }
  .form-labels-left .ginput_container {
    flex: 1;
  }
  .form-labels-left .validation_message {
    flex: 0 0 100%;
    padding-left: 30%;
  }
}
/* GRAVITY -> Messages */
.gform_ajax_spinner {
  position: absolute;
  left: 50%;
  margin-top: 13px;
  filter: grayscale(100%);
}
.gform_fields .validation_message {
  color: #ff0000;
  display: none!important;
}
.validation_error {
  padding-bottom: 1.5em;
  color: #88fa00;
  line-height: 130%;
}
.gform_description {
  padding-bottom: 3em;
}
.gform_heading .gform_required_legend {
  display: none;
}
.gform_confirmation_message {
  font-size: clamp(2.5rem, 3.534vw, 6.8rem);
  color: #88fa00;
  line-height: 125%;
}
@media (max-width: 700px) {
  .gform_confirmation_message {
    font-size: clamp(2.6rem, 6.118vw, 4.8rem);
  }
}
.gform_confirmation_message p,
.gform_confirmation_message ol,
.gform_confirmation_message ul {
  line-height: 119%;
}
.gfield_error .gfield_label {
  color: #88fa00;
}
.gfield_error input[type="text"],
.gfield_error input[type="email"],
.gfield_error input[type="number"],
.gfield_error input[type="tel"],
.gfield_error input[type="password"],
.gfield_error textarea,
.gfield_error .multi-select-input .gfield_description,
.gfield_error select {
  border: 2px solid #88fa00;
}
/* GRAVITY -> Fields */
.gform_fields {
  /*.gfield_label,
	textarea,
	.gchoice,
	.gfield_consent_label {
		font-size: 0.8em;
	}
	*/
}
.gform_fields a {
  text-decoration: underline;
}
.gform_fields a:hover {
  color: #000000;
}
.gform_fields .gfield {
  padding-bottom: 1.6em;
}
.gform_fields .gfield:last-child {
  padding-bottom: 0;
}
@media (min-width: 1101px) {
  .gform_fields .gfield.half-input-left {
    width: 50%;
    float: left;
    padding-right: 20px;
    clear: both;
  }
  .gform_fields .gfield.half-input-right {
    width: 50%;
    float: right;
    padding-left: 20px;
  }
  .gform_fields .gfield.half-input-right + div {
    clear: both;
  }
}
.gform_fields .full-width-input {
  clear: both;
}
.gform_fields legend,
.gform_fields label {
  display: block;
}
.gform_fields .gfield_label {
  padding-bottom: 0.7em;
}
.gform_fields .gfield_required {
  padding-left: 0.2em;
}
.gform_fields .gfield_visibility_hidden,
.gform_fields .gform_validation_container,
.gform_fields .gform_hidden {
  display: none;
}
.gform_fields .hidden_label .gfield_label,
.gform_fields .hidden_label label {
  display: none;
}
.gform_fields .gfield_description {
  line-height: 130%;
  font-size: 0.9em;
  display: block;
  margin-top: 0.5em;
}
.gform_fields .field_description_above .gfield_description {
  padding-bottom: 1.3em;
  max-width: 1300px;
}
.gform_fields .ginput_container_consent,
.gform_fields .gfield_radio,
.gform_fields .gfield_checkbox {
  margin-top: 0.5em;
  position: relative;
}
.gform_fields .ginput_container_consent .gchoice,
.gform_fields .gfield_radio .gchoice,
.gform_fields .gfield_checkbox .gchoice {
  padding-left: 27px;
  margin-bottom: 0.9em;
  padding-bottom: 0;
  display: block;
  font-size: 0.8em;
  position: relative;
}
.gform_fields .ginput_container_consent .gchoice:last-child,
.gform_fields .gfield_radio .gchoice:last-child,
.gform_fields .gfield_checkbox .gchoice:last-child {
  margin-bottom: 0;
}
.gform_fields .ginput_container_consent .gchoice label,
.gform_fields .gfield_radio .gchoice label,
.gform_fields .gfield_checkbox .gchoice label {
  display: inline-block;
  padding: 0;
  text-transform: none;
}
.gform_fields .ginput_container_consent input,
.gform_fields .gfield_radio input,
.gform_fields .gfield_checkbox input {
  position: absolute;
  left: 0;
  top: 2px;
  margin: 0;
  padding: 0;
}
@media (max-width: 380px) {
  .gform_fields .ginput_container_consent input,
  .gform_fields .gfield_radio input,
  .gform_fields .gfield_checkbox input {
    top: 0;
  }
}
.gform_fields .two-col-list .ginput_container_checkbox {
  padding-bottom: 0!important;
}
.gform_fields .two-col-list .ginput_container_checkbox > div {
  padding-bottom: 0!important;
}
.gform_fields .two-col-list .gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
}
.gform_fields .two-col-list .gfield_checkbox > div {
  flex: 0 0 50%;
}
.gform_fields .ginput_container_consent {
  padding-left: 27px;
}
.gform_fields .ginput_container_consent input {
  border: 1px solid currentColor;
}
.gform_fields .ginput_container_consent label {
  display: inline-block;
  padding: 0;
  text-transform: none;
}
.gform_fields .mailing-list-signup {
  padding-bottom: 0!important;
}
.gform_fields .mailing-list-signup .gchoice {
  font-size: 1em;
}
.gform_fields input[type="radio"] {
  -webkit-appearance: radio;
  width: 15px;
  height: 15px;
  margin: 0 2px 0 0;
}
.gform_fields input[type="checkbox"] {
  width: 15px;
  height: 15px;
  margin: 0 2px 0 0;
}
@media (min-width: 600px) {
  .gform_fields .gf_name_has_2 {
    overflow: hidden;
  }
  .gform_fields .gf_name_has_2 > span {
    width: 50%;
    float: left;
    padding-right: 20px;
    margin-top: 0;
  }
  .gform_fields .gf_name_has_2 > span:last-child {
    padding-left: 20px;
    padding-right: 0;
  }
}
.gform_fields .ginput_complex span,
.gform_fields .gf_name_has_2 > span {
  display: block;
  position: relative;
}
.gform_fields .ginput_complex span:last-child,
.gform_fields .gf_name_has_2 > span:last-child {
  margin-top: 15px;
}
.gform_fields .ginput_complex span label,
.gform_fields .gf_name_has_2 > span label {
  display: block;
  padding-top: 10px;
  font-size: 0.8em;
  padding-bottom: 0;
}
.gform_fields .ginput_container_password > span {
  display: block;
}
.gform_fields .ginput_container_password > span + span {
  margin-top: 1.2em;
}
.gform_fields .gfield_password_strength {
  padding: 0.5em;
  font-size: 0.8em;
  display: none;
}
.gform_fields .gfield_password_strength.blank {
  display: none;
}
.gform_fields .gfield_password_strength.short,
.gform_fields .gfield_password_strength.bad,
.gform_fields .gfield_password_strength.mismatch {
  background: #ffd6d6;
  display: inline-block;
}
.gform_fields .gfield_password_strength.good {
  background: #ffe8d6;
  display: inline-block;
}
.gform_fields .gfield_password_strength.strong {
  background: #e2ffd6;
  display: inline-block;
}
.gform_fields .ginput_container_fileupload {
  font-size: 0.8em;
  padding: 20px 25px;
  background: none;
  border: 3px dashed currentColor;
  margin-top: 15px;
}
.gform_fields .ginput_container_fileupload input {
  font-size: inherit;
}
.gform_fields .ginput_container_fileupload .gform_delete {
  display: inline-block;
  margin-right: 5px;
}
.gform_fields .ginput_container_fileupload span {
  display: none;
}
.gform_fields .ginput_container_fileupload .gfield_validation_message:empty {
  display: none;
}
.gform_fields .force-hidden {
  opacity: 0;
  height: 0;
  overflow: hidden;
  padding: 0;
}
.gform_fields .gsection h2 {
  padding-bottom: 0;
}
.gform_fields .gfield_total label,
.gform_fields .gfield_total .ginput_container_total {
  font-size: 1.5em;
  display: inline-block;
  padding: 0;
}
.gform_fields .gfield_total .ginput_container_total:before {
  content: '–';
  padding: 0 0.3em;
}
.gform_fields .small-text {
  font-size: 0.8em;
}
.gform_fields li.multi-select-input > .gfield_description {
  display: block;
  padding: 16px 10px 16px 10px;
}
.gform_fields li.multi-select-input select {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 100;
  margin-top: 2px;
}
.gform_fields li.multi-select-input.open select {
  display: block;
}
@media (max-width: 340px) {
  .gform_fields .ginput_recaptcha {
    transform: scale(0.9);
    transform-origin: top left;
  }
}
.gform_footer {
  padding-top: 2em;
}
@media (min-width: 701px) {
  .gform_footer {
    padding-left: 30%;
  }
}
.gform_footer .gform_button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  color: inherit;
  align-items: stretch;
}
.ui-datepicker table {
  padding: 20px;
  width: 275px;
  font-size: 1.5rem;
  background: #ffffff;
  border: 2px solid #000000;
}
.ui-datepicker table td,
.ui-datepicker table th {
  padding: 10px;
  text-align: center;
}
.ui-datepicker .ui-datepicker-header {
  display: flex;
  background: #000000;
  color: #ffffff;
  padding: 5px;
}
.ui-datepicker .ui-datepicker-header > a {
  width: 25px;
}
.ui-datepicker .ui-datepicker-header > a span {
  font-size: 0;
}
.ui-datepicker .ui-datepicker-prev:after {
  content: '<';
  transform: translateY(-20%) translateX(-15%);
}
.ui-datepicker .ui-datepicker-next:after {
  content: '>';
  transform: translateY(-20%) translateX(15%);
}
.ui-datepicker .ui-datepicker-prev:after,
.ui-datepicker .ui-datepicker-next:after {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 2.2rem;
  position: relative;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-next {
  order: 3;
}
.ui-datepicker .ui-datepicker-title {
  display: flex;
  flex: 1;
  font-size: 1.5rem;
}
.ui-datepicker .ui-datepicker-title select {
  padding: 5px;
  border: none;
  background-size: 10px 10px;
  text-align: center;
  background: none;
}
.slick-dots {
  width: 100%;
  display: flex;
  gap: 28px;
  padding: 26px 0;
  justify-content: center;
}
.slick-dots button {
  width: 50px;
  height: 5px;
  text-indent: -999rem;
  padding: 0;
  color: inherit;
  border: none;
  cursor: pointer;
  transition: all 100ms ease;
  background: #003C3C;
  pointer-events: all;
  transform: skew(14deg);
  margin: 0;
  font-size: 0;
}
.slick-dots button:active,
.slick-dots button:focus {
  outline: none;
}
.slick-dots .slick-active button {
  background: #00d29a;
}
.slick-dots li:hover button {
  transform: translateY(-200%) skew(14deg);
}
.slick-dots li {
  padding: 10px 0;
}
.slick-dots li:first-child:last-child {
  display: none;
}
.dot-items-centered .slick-dots {
  justify-content: center;
}
.slick-arrow {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: inherit;
  position: relative;
  transition: all 300ms ease;
  padding: 0;
  font-size: inherit;
  pointer-events: all;
}
.slick-arrow svg {
  height: 1em;
  width: auto;
  fill: currentColor;
  display: block;
}
.slick-arrow.slick-disabled {
  opacity: 0;
}
.arrows-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.arrows-container > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.arrows-container.abs-v-centered {
  position: absolute;
  height: 100%;
  display: flex;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% + 40px);
  pointer-events: none;
  z-index: 1;
}
.arrows-container.abs-v-centered .slick-arrow {
  pointer-events: all;
}
.arrows-container.abs-v-centered .slick-prev {
  transform: translateX(-100%);
}
.arrows-container.abs-v-centered .slick-next {
  transform: translateX(100%);
}
.dots-solid .slick-dots button {
  border: none;
  background: #000000;
  width: 18px;
  height: 18px;
}
.dots-solid .slick-dots .slick-active button {
  background: #000000;
}
.button {
  position: relative;
  display: inline-flex;
  border-radius: 50vw;
  padding: 0.55em 1.1em;
  overflow: hidden;
  font-size: 2.2rem;
  text-decoration: none;
}
@media (max-width: 700px) {
  .button {
    font-size: 1.8rem;
  }
}
@media (max-width: 450px) {
  .button {
    font-size: 1.7rem;
  }
}
@media (max-width: 380px) {
  .button {
    font-size: 1.6rem;
  }
}
.button .label {
  z-index: 2;
}
.button.button-white {
  background: #ffffff;
}
.button-border {
  border: 1px solid currentColor;
}
.button-group {
  display: flex;
  gap: 1em;
}
.button-group > * {
  margin: 0 2em 0.5em 0;
}
.button-group > *:last-child {
  margin-right: 0;
}
@media (max-width: 450px) {
  .button-group > * {
    margin-right: 1.2em;
  }
}
.button-group.centered {
  justify-content: center;
}
.button-group.centered > * {
  margin: 0 1.5em 0.5em 0;
}
.button-group.stacked > div {
  margin-bottom: 0.5em;
}
.button-group.sb {
  justify-content: space-between;
}
.button-group.sb > *:last-child {
  margin-right: 0;
}
.text-button {
  display: flex;
  align-items: center;
  font-weight: bold;
  transition: all 200ms ease-in-out;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}
.text-button:hover {
  opacity: 0.7;
}
.text-arrow-button {
  display: flex;
  text-decoration: none;
}
.text-arrow-button .label {
  position: relative;
  overflow: hidden;
  padding: 0.15em 0;
  line-height: 1;
}
.text-arrow-button .label:after {
  position: absolute;
  display: block;
  content: '';
  height: 1px;
  width: 100%;
  bottom: 0;
  background: currentColor;
  right: 0;
  transform: translateX(-100%);
  background: #00d29a;
  transition: transform 300ms ease;
}
.text-arrow-button .arrow {
  width: 0.6em;
  display: flex;
  align-items: center;
}
.text-arrow-button:hover .label:after {
  transform: translateX(0);
  right: 0;
}
.text-arrow-button svg {
  display: block;
  position: relative;
  fill: currentColor;
}
.text-arrow-button .arrow-right {
  margin-left: 0.6em;
}
.text-arrow-button .arrow-on-left {
  margin-right: 0.6em;
}
.text-arrow-button .arrow-external {
  margin-left: 0.5em;
}
.text-arrow-button .arrow-external svg {
  transform: scale(0.75);
}
.text-arrow-button.underline-lime .label:after {
  background: #88fa00;
}
.text-arrow-button .hover-accent:hover {
  color: #00d29a;
}
.text-arrow-button.g-size-title-4 .arrow {
  width: 0.4em;
}
@keyframes buttonHoverArrow {
  from {
    transform: translateX(-130%);
  }
  to {
    transform: translateX(0);
  }
}
.overlap-layer.scrolled-past > div {
  position: fixed;
  left: inherit;
  width: 100%;
  left: 0;
}
.overlap-layer-contents {
  transform: translate3d(0, 0, 0);
}
.text-accent {
  color: #00d29a;
}
.bg-dark-green .pagination .facetwp-page.active,
.bg-black-green .pagination .facetwp-page.active,
.bg-dark-green .text-accent,
.bg-black-green .text-accent {
  color: #88fa00;
}
.bg-dark-green .slick-arrow,
.bg-black-green .slick-arrow {
  background: #002323;
}
.bg-dark-green .slick-dots button,
.bg-black-green .slick-dots button {
  background: #005a50;
}
.bg-dark-green .slick-active button,
.bg-black-green .slick-active button {
  background: #88fa00;
}
.bg-dark-green .text-arrow-button .label:after,
.bg-black-green .text-arrow-button .label:after {
  background: #88fa00;
}
.bg-dark-green .pagination .next svg,
.bg-black-green .pagination .next svg,
.bg-dark-green .pagination .prev svg,
.bg-black-green .pagination .prev svg {
  fill: #88fa00;
}
.pagination .facetwp-facet {
  margin: 0;
}
.pagination a {
  text-decoration: none;
}
.pagination .facetwp-pager {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
.pagination .facetwp-page.active {
  font-weight: normal;
  color: #00d29a;
}
.pagination .next,
.pagination .prev {
  width: 0.9em;
  display: flex;
  align-items: center;
}
.pagination .next svg,
.pagination .prev svg {
  fill: #00d29a;
}
.pagination .prev {
  margin-right: 1em;
}
.pagination .next {
  margin-left: auto;
}
@media (max-width: 700px) {
  .pagination .col1-3 {
    width: 100%;
  }
}
.home-hero {
  height: 100vh;
  position: sticky;
  top: 0;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}
.home-hero > div {
  height: 100%;
}
.home-hero h1 {
  line-height: 1;
}
.home-hero .menu-toggle {
  position: absolute;
  bottom: var(--wrapper-padding);
  right: var(--wrapper-padding);
}
@media (max-width: 1020px) {
  .home-hero .menu-toggle {
    display: none;
  }
}
.home-hero .menu-toggle .label {
  font-size: 2.1rem;
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  transform: rotate(90deg) translateX(-80px);
}
.main-menu-open .home-hero .menu-toggle {
  display: none;
}
@media (orientation: landscape) and (max-height: 1000px) and (min-width: 1850px) {
  .home-hero .g-size-title-1 {
    font-size: clamp(3.5rem, 4.717vw, 11rem);
  }
}
@media (orientation: landscape) and (max-height: 950px) and (min-width: 1500px) {
  .home-hero .g-size-title-1 {
    font-size: clamp(3.5rem, 4.717vw, 11rem);
  }
}
@media (max-width: 1020px) {
  .home-hero {
    height: auto;
  }
}
.shallow-hero-title-elm {
  position: absolute;
  bottom: 0;
  opacity: 0;
  left: var(--wrapper-padding);
  width: 10em;
  line-height: 1.1;
}
.shallow-hero-title-elm br {
  display: none;
}
.home-hero.shallow-vp .home-hero-title {
  opacity: 0;
}
.home-hero.shallow-vp .menu-toggle .label {
  opacity: 0;
}
.home-hero.shallow-vp .shallow-hero-title-elm {
  opacity: 1;
}
.home-hero-brand {
  z-index: 1;
}
.home-hero-brand svg {
  fill: currentColor;
}
.home-hero-brand .brand-sm {
  display: none;
}
@media (max-width: 1020px) {
  .home-hero-brand {
    padding-top: var(--masthead-height);
  }
  .home-hero-brand .brand-sm {
    display: block;
  }
  .home-hero-brand .brand-lg {
    display: none;
  }
}
@media (min-width: 1021px) {
  .home-hero-contents {
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media (max-width: 1020px) {
  .home-hero-contents {
    z-index: 1;
    position: relative;
  }
  .home-hero-contents h1 {
    padding-top: 2em;
    font-size: 9.412vw;
  }
}
body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
  background: none;
  border: none;
  bottom: 0!important;
}
body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme p {
  color: #ffffff !important;
  font-size: 1.3rem !important;
  max-width: 16em;
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
  background: #003C3C;
  border: 1px solid #005a50;
  border-bottom: none;
  color: #ffffff;
  padding: 15px;
}
@media (max-width: 380px) {
  body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
    width: calc(100% - 20px);
  }
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
  padding: 0;
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder {
  padding-left: 30px;
}
@media (max-width: 767px) {
  body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder {
    padding-left: 0;
  }
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button {
  background: none!important;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
  box-shadow: none!important;
  opacity: 1!important;
  font-size: 1.3rem !important;
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.moove-gdpr-infobar-allow-all,
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button:hover {
  border: 1px solid #88fa00 !important;
  color: #ffffff !important;
}
@media (max-width: 380px) {
  body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button {
    padding-left: 10px!important;
    padding-right: 10px!important;
  }
}
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content,
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content {
  border-radius: 0;
}
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button {
  background: none!important;
  border: 1px solid #000000 !important;
  color: #000000 !important;
  box-shadow: none!important;
  opacity: 1!important;
}
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.moove-gdpr-modal-allow-all,
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button:hover {
  background: #000000 !important;
  color: #ffffff !important;
}
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close i,
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close span.gdpr-icon {
  background: #88fa00;
  color: #000000;
  border: none;
}
.listing-table-row {
  border-top: 1px solid #005a50;
}
.listing-table-row:last-child {
  border-bottom: 1px solid #005a50;
}
.listing-table-col-link {
  text-align: right;
}
.col-link-limit-1 {
  width: 10ch;
}
.listing-table-col-meta {
  margin-left: 5ch;
}
@media (max-width: 950px) {
  .listing-table-col-title {
    flex: 0 0 100%;
  }
  .listing-table-col-title + .listing-table-col-meta {
    margin-left: 0;
    margin-top: 1em;
  }
  .listing-table-col-link:empty,
  .listing-table-col-meta:empty {
    display: none;
  }
}
@media (max-width: 520px) {
  .listing-table-col-link,
  .listing-table-col-meta {
    font-size: 3.9vw;
    margin-top: 1em;
  }
  .listing-table-col-link:empty,
  .listing-table-col-meta:empty {
    display: none;
  }
}
.tags-list {
  line-height: 1;
  gap: 0.9em;
}
.tags-list a {
  padding: 0.3em 0.4em;
  background: #e5fbf5;
  display: block;
  text-decoration: none;
  transition: background 300ms ease;
}
.tags-list a:hover {
  background: #00d29a;
}
.filter-bar .facetwp-facet {
  margin-bottom: 0;
}
.filter-bar .clear-filter {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: var(--grid-gutter);
  z-index: 10;
  width: 0.6em;
  height: 0.6em;
  display: none;
  cursor: pointer;
  z-index: 1;
}
.filter-bar .clear-filter svg {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  fill: currentColor;
}
.filter-bar .clear-filter:hover {
  color: #88fa00;
}
.filter-bar .is-active + .clear-filter {
  display: block;
}
.filter-bar .is-active {
  color: #88fa00;
}
@media (max-width: 1050px) {
  .filter-bar.filter-bar-has-3 .col1-4 {
    width: 33.33333333%;
  }
  .filter-bar.filter-bar-has-2 .col1-4 {
    width: 50%;
  }
}
@media (max-width: 700px) {
  .filter-bar .col1-4,
  .filter-bar.filter-bar-has-2 .col1-4,
  .filter-bar.filter-bar-has-3 .col1-4 {
    width: 100%;
  }
}
.page-intro-filter-bar {
  padding-top: var(--spacer-l);
}
.facetwp-type-fselect {
  display: flex;
}
.facetwp-type-fselect .fs-wrap {
  flex: 1;
}
.facetwp-type-fselect .fs-label-wrap {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid #88fa00;
  padding: 0;
  height: auto;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  overflow: visible;
}
.facetwp-type-fselect .fs-label-wrap .fs-label {
  padding: 0.5em 1em 0.5em 0;
  margin-left: auto;
  width: calc(100% - 1.2em);
  cursor: pointer;
}
.facetwp-type-fselect .fs-dropdown {
  border: none;
  background: #e5fbf5;
  font-size: 0.5em;
  border-radius: 0;
  z-index: 1000;
  color: #002323;
  padding: 1em 0;
  line-height: 1;
}
.facetwp-type-fselect .fs-dropdown .fs-options {
  max-height: 400px;
}
@media (min-width: 701px) and (max-width: 1050px) {
  .facetwp-type-fselect .fs-dropdown {
    font-size: 0.8em;
  }
}
@media (max-width: 600px) {
  .facetwp-type-fselect .fs-dropdown {
    font-size: 0.6em;
  }
}
@media (max-width: 450px) {
  .facetwp-type-fselect .fs-dropdown {
    font-size: 0.7em;
  }
}
.facetwp-type-fselect .fs-search {
  display: none;
}
.facetwp-type-fselect .fs-option {
  padding: 0.6em 1.2em;
  transition: all 300ms ease;
  word-break: normal;
  line-height: 120%;
}
.facetwp-type-fselect .fs-option:first-child {
  display: none;
}
.facetwp-type-fselect .fs-option:hover {
  color: #003C3C;
}
.facetwp-type-fselect .fs-option .fs-option-label {
  white-space: normal!important;
}
.facetwp-type-fselect .fs-arrow {
  width: 0.5em;
  height: 0.5em;
  background-image: url('images/global/select-arrow-lime.svg');
  border: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 50%;
  left: 0;
  margin: 0;
  bottom: 0.65em;
  top: auto;
}
.facetwp-type-fselect .fs-wrap.single .fs-option.selected {
  background: rgba(0, 60, 60, 0.05);
}
.facetwp-type-fselect .clear-filter {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: var(--grid-gutter);
  z-index: 10;
  width: 0.6em;
  height: 0.6em;
  display: none;
  cursor: pointer;
  z-index: 1;
}
.facetwp-type-fselect .clear-filter svg {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  fill: currentColor;
}
.facetwp-type-fselect .clear-filter:hover {
  color: #88fa00;
}
.facetwp-type-fselect .is-active + .clear-filter {
  display: block;
}
.facetwp-type-fselect .is-active {
  color: #88fa00;
}
.filter-on-white .facetwp-type-fselect .fs-label-wrap {
  border-bottom: 1px solid #00d29a;
}
.filter-on-white .facetwp-type-fselect .fs-arrow {
  background-image: url('images/global/select-arrow-mint.svg');
}
.filter-on-white .clear-filter:hover {
  color: #00d29a;
}
.filter-on-white .is-active {
  color: #00d29a;
}
@media (min-width: 1101px) {
  .block-standalone-title-content {
    width: 80%;
    max-width: 1456px;
  }
}
@media (max-width: 700px) {
  .block-intro-block .col3-4 {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .block-intro-block .col2-3 {
    width: 100%;
  }
}
.quick-links {
  margin-left: calc(var(--grid-gutter) * -1);
  margin-right: calc(var(--grid-gutter) * -1);
}
.quick-links li {
  flex: 0 0 25%;
  padding: 0 var(--grid-gutter);
}
@media (max-width: 1020px) {
  .quick-links li {
    flex: 0 0 50%;
  }
}
@media (max-width: 1020px) and (min-width: 701px) {
  .quick-links {
    font-size: 3.647vw;
  }
}
@media (max-width: 700px) {
  .quick-links li {
    flex: 0 0 100%;
    padding-bottom: 0.65em;
  }
  .quick-links li:last-child {
    padding-bottom: 0.54em;
  }
}
.quick-link-rule {
  height: 1.1em;
  position: relative;
  display: block;
  overflow: hidden;
  border-top: 1px solid currentColor;
}
.quick-link-rule:after {
  transform: translateY(-100%);
  height: 100%;
  content: '';
  display: block;
  background: currentColor;
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  transition: transform 400ms cubic-bezier(0.77, 0, 0.18, 1);
}
@media (max-width: 700px) {
  .quick-link-rule {
    height: 0.45em;
  }
}
.quick-link-item:hover .quick-link-rule:after {
  transform: translateY(0);
  transition: transform 200ms cubic-bezier(0.77, 0, 0.18, 1);
}
.quick-link-item .arrow {
  width: 0.5em;
  margin-right: 0.5em;
  display: flex;
  align-items: center;
}
.quick-link-item svg {
  margin-top: 0.2em;
  fill: currentColor;
}
.large-nav-list-images-container {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  z-index: 0;
  padding: 0 var(--wrapper-padding);
}
.large-nav-list-images-container > div {
  position: sticky;
  height: 100vh;
  display: flex;
  align-items: center;
  top: 0;
}
@media (max-width: 700px) {
  .large-nav-list-images-container {
    width: 100%;
  }
}
.large-nav-list-title {
  top: var(--spacer-m);
  position: sticky;
}
.large-nav-list-image-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.large-nav-list-image-container .image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.large-nav-list-image-container .image.image-top img {
  top: 0;
  position: absolute;
}
.large-nav-list-image-container .image.image-bottom img {
  bottom: 0;
  position: absolute;
}
.large-nav-list-image-container.active {
  opacity: 1;
  transition: opacity 300ms ease;
}
@media (min-width: 701px) {
  .push-top-m .large-nav-list-image-container {
    padding-top: calc(var(--spacer-m) + 1em);
  }
}
@media (min-width: 701px) {
  .large-nav-list-col-links ul {
    transform: translateX(-0.9em);
  }
}
.large-nav-list-col-links .arrow {
  opacity: 0;
  margin-top: 0.25em;
  transition: opacity 300ms ease;
}
.large-nav-list-col-links .arrow {
  width: 0.4em;
  margin-right: 0.5em;
}
.large-nav-list-col-links a:hover .arrow,
.large-nav-list-col-links a.active .arrow {
  opacity: 1;
}
.large-nav-list-col-links a.active .label:after {
  transform: translateX(0);
  right: 0;
}
@media (max-width: 700px) {
  .block-two-column-text .col1-2 {
    width: 100%;
  }
}
@media (min-width: 701px) {
  .two-col-text-vertical-rule {
    height: 100%;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 1px;
    background: currentColor;
  }
  .push-top-tiny .two-col-text-vertical-rule {
    height: calc(100% - var(--spacer-tiny));
  }
  .push-top-xxs .two-col-text-vertical-rule {
    height: calc(100% - var(--spacer-xxs));
  }
  .push-top-xs .two-col-text-vertical-rule {
    height: calc(100% - var(--spacer-xs));
  }
  .push-top-s .two-col-text-vertical-rule {
    height: calc(100% - var(--spacer-s));
  }
  .push-top-m .two-col-text-vertical-rule {
    height: calc(100% - var(--spacer-m));
  }
  .push-top-l .two-col-text-vertical-rule {
    height: calc(100% - var(--spacer-l));
  }
  .push-top-xl .two-col-text-vertical-rule {
    height: calc(100% - var(--spacer-xl));
  }
  .push-top-xxl .two-col-text-vertical-rule {
    height: calc(100% - var(--spacer-xxl));
  }
}
.logo-grid {
  margin: 0 auto;
}
.logo-grid .logo-item {
  margin: 20px 0;
}
.logo-grid .logo-item > div {
  max-width: 250px;
  margin: 0 auto;
}
@media (max-width: 1150px) {
  .logo-grid .logo-item {
    width: 25%;
  }
}
@media (max-width: 600px) {
  .logo-grid .logo-item {
    width: 33.33333333%;
    margin: 15px 0;
  }
  .logo-grid .logo-item:nth-child(1),
  .logo-grid .logo-item:nth-child(2),
  .logo-grid .logo-item:nth-child(3) {
    margin-top: 0;
  }
}
.logo-grid.layout-row {
  justify-content: flex-start;
}
.logo-grid.layout-row img {
  height: 7em;
  width: auto;
}
:root {
  --nav-tile-spacer: 28px;
}
@media (max-width: 425px) {
  :root {
    --nav-tile-spacer: 23px;
  }
}
@media (max-width: 350px) {
  :root {
    --nav-tile-spacer: 18px;
  }
}
.flex-columns.nav-tiles {
  margin: 0 -13px;
  gap: 26px 0;
}
.flex-columns.nav-tiles > div {
  padding: 0 13px;
}
@media (max-width: 1020px) {
  .flex-columns.nav-tiles .col1-4,
  .flex-columns.nav-tiles .col1-3 {
    width: 50%;
  }
  .flex-columns.nav-tiles .g-size-title-3,
  .flex-columns.nav-tiles .g-size-title-4 {
    font-size: clamp(2.5rem, 3.534vw, 6.8rem);
  }
  .flex-columns.nav-tiles .g-size-title-3 p,
  .flex-columns.nav-tiles .g-size-title-4 p,
  .flex-columns.nav-tiles .g-size-title-3 ol,
  .flex-columns.nav-tiles .g-size-title-4 ol,
  .flex-columns.nav-tiles .g-size-title-3 ul,
  .flex-columns.nav-tiles .g-size-title-4 ul {
    line-height: 119%;
  }
}
@media (max-width: 1020px) and (max-width: 700px) {
  .flex-columns.nav-tiles .g-size-title-3,
  .flex-columns.nav-tiles .g-size-title-4 {
    font-size: clamp(2.6rem, 6.118vw, 4.8rem);
  }
}
@media (max-width: 700px) {
  .flex-columns.nav-tiles {
    gap: var(--wrapper-padding) 0;
  }
  .flex-columns.nav-tiles .col1-4,
  .flex-columns.nav-tiles .col1-3 {
    width: 100%;
  }
}
.nav-tile-icon-container {
  width: 25%;
  position: absolute;
  bottom: var(--nav-tile-spacer);
  right: var(--nav-tile-spacer);
}
.nav-tile-icon-container svg {
  fill: currentColor;
}
@media (min-width: 1021px) {
  .col1-3 .nav-tile-icon-container {
    width: 21%;
  }
  .col1-4 .nav-tile-icon-container {
    width: 18%;
  }
}
.nav-tile-shape {
  height: 0;
  padding-bottom: 69.44745395%;
  background: #003C3C;
  transition: background 300ms ease;
  z-index: 1;
}
.nav-tile-arrow-container {
  position: absolute;
  bottom: var(--nav-tile-spacer);
  left: var(--nav-tile-spacer);
  width: 1em;
  transition: all 300ms ease;
  opacity: 0;
}
.nav-tile-arrow-container svg {
  width: 100%;
  height: auto;
  fill: #002323;
}
.nav-tile-contents {
  padding: var(--nav-tile-spacer);
  z-index: 1;
}
.nav-tile-has-photo {
  /*&.hide-overlay {
		.nav-tile-shape {
			opacity: 0;
		}
	}*/
}
.nav-tile-has-photo .bg-media {
  z-index: 0;
}
.nav-tile-has-photo .nav-tile-shape {
  background: none;
}
.nav-tile-has-photo .nav-tile-contents {
  position: relative;
  z-index: 1;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.nav-tile-has-photo .nav-tile-shape:after {
  opacity: 0.85;
  content: '';
  position: absolute;
  background: #003C3C;
  display: block;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 0;
  transition: background 300ms ease;
}
.nav-tile-has-photo .hide-overlay.nav-tile-shape:after {
  background: rgba(0, 60, 60, 0);
}
.nav-tile-inner {
  transition: color 300ms ease;
}
.nav-tile-inner:hover {
  color: #002323;
}
.nav-tile-inner:hover .nav-tile-icon-container {
  color: #002323;
}
.nav-tile-inner:hover .nav-tile-arrow-container {
  opacity: 1;
}
.nav-tile-has-icon .nav-tile-inner:hover .nav-tile-shape.has-overlay {
  background: #88fa00;
}
.nav-tile-has-photo .nav-tile-inner:hover .nav-tile-shape.has-overlay:after {
  background: #88fa00;
}
.nav-tile-has-photo .nav-tile-inner:hover .nav-tile-shape.hide-overlay:after {
  background: #88fa00;
  opacity: 0.85;
}
.standalone-quote-container {
  margin: 0 auto;
  padding: 1.2em;
}
@media (min-width: 701px) {
  .standalone-quote-container {
    width: 71.27192982%;
  }
}
.large-pullquote-slider > .lps-slide:nth-child(n+2) {
  display: none;
}
.large-pullquote-slider .slick-track {
  display: flex;
}
.large-pullquote-slider .slick-track > div {
  float: none;
  height: auto;
}
.lps-slide > .flex-wrap {
  min-height: 7.5em;
  height: 100%;
}
@media (max-width: 700px) {
  .lps-slide > .flex-wrap {
    min-height: 0;
    flex-direction: column;
  }
}
.lps-slide-text {
  width: 50%;
  padding: var(--wrapper-padding);
}
.lps-slide-text .lps-title {
  position: relative;
  opacity: 0;
  pointer-events: none;
  padding: 0;
}
@media (max-width: 700px) {
  .lps-slide-text {
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .lps-slide-text .lps-quote-container {
    flex: 1;
  }
}
.lps-title {
  position: absolute;
  left: 0;
  top: 0;
  padding: var(--wrapper-padding);
  padding-bottom: 0;
  pointer-events: none;
}
.lps-quote-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-top: var(--wrapper-padding);
}
@media (max-width: 700px) {
  .lps-quote-container {
    height: auto;
  }
}
.lps-source-text {
  margin-top: auto;
}
@media (max-width: 700px) {
  .lps-source-text {
    padding-top: 4em;
    width: 70%;
  }
}
.lps-slide-image {
  width: 48.6%;
}
@media (max-width: 700px) {
  .lps-slide-image {
    width: 100%;
  }
  .lps-slide-image .fis-fh {
    height: 0!important;
    padding-bottom: 75%;
  }
}
.lps-slide-image-spacer {
  display: none;
}
@media (max-width: 700px) {
  .lps-slide-image-spacer {
    display: block;
    width: 100%;
  }
  .lps-slide-image-spacer .fis-fh {
    height: 0!important;
    padding-bottom: 75%;
  }
}
.large-pullquote-carousel-controls {
  padding: 0 var(--wrapper-padding) var(--wrapper-padding) var(--wrapper-padding);
  right: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
  z-index: 10;
}
.large-pullquote-carousel-controls .arrows-container > div {
  display: flex;
  justify-content: flex-end;
  gap: 1em;
}
.large-pullquote-carousel-controls button:hover {
  color: #88fa00;
}
.large-pullquote-carousel-controls .slick-arrow {
  background: none!important;
}
@media (max-width: 700px) {
  .large-pullquote-carousel-controls.slider-has-images {
    height: 0;
    padding-bottom: 75%;
    transform: translateY(calc(var(--wrapper-padding) * -1));
  }
  .large-pullquote-carousel-controls.slider-has-images .arrows-container > div {
    transform: translateY(-105%);
  }
}
.lps-slide-text-only .lps-slide-text {
  width: 66%;
}
@media (max-width: 700px) {
  .lps-slide-text-only .lps-slide-text {
    width: 100%;
  }
}
@media (max-width: 1400px) {
  .lps-slide-text-only .lps-slide-text {
    width: 66%;
  }
}
@media (max-width: 1400px) and (max-width: 700px) {
  .lps-slide-text-only .lps-slide-text {
    width: 100%;
  }
}
.fw-image-sliderm > .lps-slide:nth-child(n+2) {
  display: none;
}
.fw-image-slide .fis {
  padding-bottom: 50%;
}
.full-width-images-carousel-controls {
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 100;
  display: flex;
  align-items: center;
  left: 0;
  top: 0;
}
.full-width-images-carousel-controls .arrows-container {
  width: 100%;
}
.full-width-images-carousel-controls .arrows-container > div {
  display: flex;
  justify-content: space-between;
  gap: 1em;
  width: 100%;
}
.full-width-images-carousel-controls button:hover {
  color: #88fa00;
}
.full-width-images-carousel-controls .slick-arrow {
  width: 50px;
  height: 50px;
  background: #003C3C;
  color: #88fa00;
}
.full-width-images-carousel-controls .slick-arrow svg {
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 700px) {
  .full-width-images-carousel-controls .slick-arrow {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 700px) {
  .block-full-width-images .dots-container {
    display: none;
  }
}
@media (min-width: 601px) {
  .block-image-columns-2x-image-caption-below .inner {
    padding: 0;
    overflow: hidden;
  }
  .block-image-columns-2x-image-caption-below .col1-2:first-child .image-caption {
    padding-left: var(--wrapper-padding);
  }
}
.block-image-columns-2x-image-caption-right .col5,
.block-image-columns-2x-image-caption-left .col5 {
  display: flex;
  flex-direction: column;
}
.block-image-columns-2x-image-caption-right .caption-top + .fis,
.block-image-columns-2x-image-caption-left .caption-top + .fis {
  margin-top: auto;
}
@media (max-width: 1300px) {
  .block-image-columns-2x-image-caption-right .col2-3,
  .block-image-columns-2x-image-caption-left .col2-3 {
    width: 100%;
  }
}
@media (min-width: 1051px) and (max-width: 1250px) {
  .block-image-columns .g-size-body-sm {
    font-size: 1.4rem;
  }
}
@media (max-width: 1050px) {
  .block-image-columns-3x-image-caption-below .col5 {
    width: 100%;
    margin-bottom: calc(var(--grid-gutter) * 2);
  }
  .block-image-columns-3x-image-caption-below .col3,
  .block-image-columns-3x-image-caption-below .col4 {
    width: 50%;
  }
  .block-image-columns-2x-image-caption-left .image-caption {
    padding-top: 0!important;
    margin-top: calc(var(--grid-gutter) * 2);
  }
  .block-image-columns-2x-image-caption-left .image-caption p:last-child {
    padding-bottom: 0;
  }
  .block-image-columns-2x-image-caption-left .col5 {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: calc(var(--grid-gutter) * 2);
  }
  .block-image-columns-2x-image-caption-left .col7 {
    width: 100%;
  }
  .block-image-columns-2x-image-caption-right .image-caption {
    padding-top: 0!important;
    margin-bottom: calc(var(--grid-gutter) * 2);
  }
  .block-image-columns-2x-image-caption-right .image-caption p:last-child {
    padding-bottom: 0;
  }
  .block-image-columns-2x-image-caption-right .col5 {
    width: 100%;
  }
  .block-image-columns-2x-image-caption-right .col7 {
    width: 100%;
    margin-bottom: calc(var(--grid-gutter) * 2);
  }
  .block-image-columns-2x-image-caption-left-bottom .image-caption {
    padding-top: 0!important;
    margin-top: calc(var(--grid-gutter) * 2);
  }
  .block-image-columns-2x-image-caption-left-bottom .image-caption p:last-child {
    padding-bottom: 0;
  }
  .block-image-columns-2x-image-caption-left-bottom .col2-3 {
    width: 100%;
  }
  .block-image-columns-2x-image-caption-left-bottom .col5 {
    margin-bottom: calc(var(--grid-gutter) * 2);
    width: 100%;
  }
  .block-image-columns-2x-image-caption-left-bottom .col7 {
    width: 100%;
  }
  .block-image-columns-2x-image-caption-right-bottom .image-caption {
    padding-top: 0!important;
    margin-bottom: calc(var(--grid-gutter) * 2);
  }
  .block-image-columns-2x-image-caption-right-bottom .image-caption p:last-child {
    padding-bottom: 0;
  }
  .block-image-columns-2x-image-caption-right-bottom .col2-3 {
    width: 100%;
  }
  .block-image-columns-2x-image-caption-right-bottom .col5 {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
  .block-image-columns-2x-image-caption-right-bottom .col7 {
    width: 100%;
    margin-bottom: calc(var(--grid-gutter) * 2);
  }
}
@media (max-width: 600px) {
  .block-image-columns-2x-image-caption-below .col1-2,
  .block-image-columns-3x-image-caption-below .col1-2,
  .block-image-columns-2x-image-caption-below .col5,
  .block-image-columns-3x-image-caption-below .col5,
  .block-image-columns-2x-image-caption-below .col3,
  .block-image-columns-3x-image-caption-below .col3,
  .block-image-columns-2x-image-caption-below .col4,
  .block-image-columns-3x-image-caption-below .col4 {
    width: 100%;
    margin-bottom: calc(var(--grid-gutter) * 2);
  }
  .block-image-columns-2x-image-caption-below .col1-2:last-child,
  .block-image-columns-3x-image-caption-below .col1-2:last-child,
  .block-image-columns-2x-image-caption-below .col5:last-child,
  .block-image-columns-3x-image-caption-below .col5:last-child,
  .block-image-columns-2x-image-caption-below .col3:last-child,
  .block-image-columns-3x-image-caption-below .col3:last-child,
  .block-image-columns-2x-image-caption-below .col4:last-child,
  .block-image-columns-3x-image-caption-below .col4:last-child {
    margin-bottom: 0;
  }
  .block-image-columns-2x-image-caption-below .image-caption,
  .block-image-columns-3x-image-caption-below .image-caption {
    padding-top: 0!important;
    margin-top: calc(var(--grid-gutter) * 2);
  }
}
.text-columns-container {
  gap: var(--spacer-m) 0;
}
.text-column-icon-image {
  width: 2.5em;
}
.text-column-icon-image svg {
  fill: currentColor;
}
.text-column-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.text-column-inner .details {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.text-column-inner .card-actions {
  margin-top: auto;
}
@media (max-width: 1000px) {
  .text-column-item.col1-3 {
    width: 50%;
  }
}
@media (max-width: 800px) {
  .text-column-item.col1-4,
  .text-column-item.col1-5 {
    width: 50%;
  }
}
@media (max-width: 700px) {
  .text-column-item.col1-2,
  .text-column-item.col1-3 {
    width: 100%;
  }
  .text-column-item.col1-5,
  .text-column-item.col1-4 {
    width: 50%;
  }
  .text-column-item.col1-5:last-child,
  .text-column-item.col1-4:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 425px) {
  .text-column-item.col1-5,
  .text-column-item.col1-4 {
    width: 100%;
  }
}
/* amimated values */
.stat-val {
  line-height: 1;
  position: relative;
  display: block;
}
.stat-val-placeholder {
  opacity: 0;
  display: flex;
}
.stat-val-wrap {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
}
.stat-val-holder {
  padding: 20px 0;
  color: #003C3C;
}
.stat-rule {
  height: 1px;
  background: currentColor;
  display: block;
}
.stat-columns-container {
  gap: var(--spacer-m) 0;
}
.block-stat-columns .col1-1 {
  width: 50%;
  margin-left: auto;
}
@media (max-width: 800px) {
  .block-stat-columns .col1-4,
  .block-stat-columns .col1-3 {
    width: 50%;
  }
}
@media (max-width: 700px) {
  .block-stat-columns .col1-1,
  .block-stat-columns .col1-2,
  .block-stat-columns .col1-3 {
    width: 100%;
  }
  .block-stat-columns .col1-1 {
    margin-left: 0;
  }
}
@media (max-width: 425px) {
  .block-stat-columns .col1-4 {
    width: 100%;
  }
}
.block-stat-image .col1-3 {
  padding: 0 var(--wrapper-padding);
}
.block-stat-image .flex-wrap:not(.align-top) {
  align-items: flex-end;
}
@media (max-width: 900px) {
  .block-stat-image .col1-3,
  .block-stat-image .col2-3 {
    width: 50%;
  }
}
@media (max-width: 800px) {
  .block-stat-image .col1-3,
  .block-stat-image .col2-3 {
    width: 100%;
  }
  .block-stat-image .col2-3 {
    margin-top: var(--wrapper-padding);
  }
}
@media (max-width: 800px) {
  .no-pad-bottom + .block-stat-image.no-pad-top {
    padding-top: var(--wrapper-padding);
  }
}
.stat-xl {
  font-size: clamp(10em, 11vw, 25rem);
}
.stat-l {
  font-size: clamp(8em, 10.417vw, 20rem);
}
.stat-m {
  font-size: clamp(6em, 7.813vw, 15rem);
}
.stat-s {
  font-size: clamp(5em, 5.208vw, 10rem);
}
.focus-list-item {
  transition: color 200ms ease;
}
.focus-list-active {
  color: #00d29a;
}
.block-focus-on-scroll-list ul {
  margin-top: 0.85em;
}
.card-slider > div {
  padding-left: 0;
  padding-right: 0;
}
.case-study-slider-details {
  transition: all 900ms ease 400ms;
}
@media (min-width: 701px) {
  .total-slides-odd .slick-slide[aria-hidden=true] + .slick-active:nth-child(even) .case-study-slider-details {
    padding-left: var(--wrapper-padding);
  }
}
.case-study-slide-item {
  padding-right: var(--grid-gutter);
  padding-left: var(--grid-gutter);
}
@media (min-width: 701px) {
  .case-study-slide-item:nth-child(odd) .case-study-slider-details {
    padding-left: var(--wrapper-padding);
  }
  .case-study-slide-item:nth-child(even) .case-study-slider-details {
    padding-right: var(--wrapper-padding);
  }
  .case-study-slide-item:nth-child(odd):last-child.slick-slide .case-study-slider-details {
    padding-left: 0;
  }
}
.case-study-slide-item a:hover {
  color: #88fa00;
}
@media (max-width: 700px) {
  .case-study-slide-item {
    width: 100%;
  }
  .case-study-slide-item .case-study-slider-details {
    padding-left: var(--wrapper-padding);
    padding-right: var(--wrapper-padding);
  }
}
/*.case-study-slide-item  {
	

	
	@media(min-width: (@sm-breakpoint + 1) )
	{
	
		&:nth-child(odd) {

			padding-right: var(--grid-gutter);


			.case-study-slider-details  {
				padding-left: var(--wrapper-padding);
			}
		}

		&:nth-child(even) {

			padding-left: var(--grid-gutter);

			.case-study-slider-details {
				padding-right: var(--wrapper-padding);
			}
		}

		
	}
	
	a:hover {
		color:@lime-green;
	}
	
	
	@media(max-width:@sm-breakpoint)
	{
		width:100%;
		
		.case-study-slider-details {
			padding-left:  var(--wrapper-padding);
			padding-right:  var(--wrapper-padding);
		}
	
	}
}
*/
@media (max-width: 700px) {
  .block-case-study-slider .case-study-slide-item:nth-child(n+3) {
    display: none;
  }
}
.card-slider-slider-bottom.has-button .dots-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1020px) {
  .card-slider-slider-bottom.has-button .dots-container {
    left: var(--wrapper-padding);
    transform: translateY(-50%);
  }
}
.card-slider-slider-bottom .slick-dots {
  padding: 0;
}
.card-slider-slider-bottom .slider-button-container {
  margin-left: auto;
}
@media (max-width: 700px) {
  .card-slider-slider-bottom .dots-container {
    display: none;
  }
}
@media (min-width: 701px) {
  .card-slider-controls {
    width: 100%;
    height: 0;
    padding-bottom: 33.33333333%;
    pointer-events: none;
    z-index: 100;
    left: 0;
    top: 0;
  }
  .card-slider-controls .arrows-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .card-slider-controls .arrows-container > div {
    display: flex;
    justify-content: space-between;
    gap: 1em;
    width: 100%;
  }
  .card-slider-controls button:hover {
    color: #88fa00;
  }
  .card-slider-controls .slick-arrow {
    width: 50px;
    height: 50px;
    background: #002323;
    color: #88fa00;
  }
  .card-slider-controls .slick-arrow svg {
    width: 50%;
    margin: 0 auto;
  }
  .card-slider-controls .slick-arrow:hover {
    background: #88fa00;
    color: #003C3C;
  }
}
.people-card-details {
  display: flex;
  flex-direction: column;
}
.people-card-details .g-size-body-1 {
  font-size: clamp(1.3rem, 1.351vw, 2.6rem);
}
@media (max-width: 850px) {
  .people-card-details .g-size-body-1 {
    font-size: clamp(1.3rem, 3.7vw, 2rem);
  }
}
@media (max-width: 600px) {
  .people-card-details .g-size-body-1 {
    font-size: clamp(1.1rem, 2.7vw, 2rem);
  }
}
.people-card-details .g-size-title-4 {
  font-size: clamp(1.9rem, 2.183vw, 4.2rem);
}
@media (max-width: 850px) {
  .people-card-details .g-size-title-4 {
    font-size: clamp(1.7rem, 4.6vw, 3.2rem);
  }
}
.people-card-links {
  margin-top: auto;
}
.people-card-details h4 {
  line-height: 120%;
}
.people-cards {
  gap: var(--spacer-l) 0;
}
@media (max-width: 850px) {
  .people-card.col1-2 {
    width: 100%;
  }
}
.location-block-text {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.map-element-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1150px) {
  .block-location-detail-block .col2-3,
  .block-location-detail-block .col1-3 {
    width: 50%;
  }
  .block-location-detail-block .fis {
    padding-bottom: 85%!important;
  }
}
@media (max-width: 700px) {
  .block-location-detail-block .col2-3,
  .block-location-detail-block .col1-3 {
    width: 100%;
  }
  .block-location-detail-block .fis {
    padding-bottom: 70%!important;
  }
  .block-location-detail-block p {
    padding-top: 1em!important;
  }
}
.video-play-button {
  width: 105px;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: 2;
}
.video-play-button svg {
  width: 100%;
  transition: transform 200ms ease;
}
.video-play-button a:hover svg {
  transform: scale(1.2);
}
@media (max-width: 700px) {
  .video-play-button {
    width: 75px;
  }
}
@media (max-width: 425px) {
  .video-play-button {
    width: 45px;
  }
}
.play-inline-video-container .video-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
@media (max-width: 700px) {
  .block-cta-banner .text-content {
    padding-top: 0!important;
  }
}
@media (max-width: 700px) {
  .block-fifty-fifty .col1-2 {
    width: 100%;
  }
  .block-fifty-fifty .col1-2:nth-child(2) {
    margin-top: var(--wrapper-padding);
  }
  .block-fifty-fifty .pt3 {
    padding-top: 2em!important;
  }
}
.accordion-item {
  z-index: 1;
  border-top: 1px solid #00d29a;
}
.accordion-item:last-child {
  border-bottom: 1px solid #00d29a;
}
.accordion-item .acc-toggle-link {
  padding: 0.3em 0;
  display: flex;
  align-items: center;
  line-height: 110%;
  cursor: pointer;
  z-index: 1;
  position: relative;
}
.accordion-item .acc-toggle-link:hover .icon {
  color: #00d29a;
}
.accordion-item .acc-toggle-link:hover .accordion-text-link:after {
  transform: translateX(0);
}
.accordion-item .the-text {
  flex: 1;
}
.accordion-item .icon {
  width: 0.9em;
  position: relative;
  margin-left: 1.1em;
  display: flex;
  align-items: center;
  transition: transform 300ms, color 300ms ease;
}
.accordion-item .icon svg {
  fill: currentColor;
}
.accordion-item .content {
  overflow: hidden;
  max-height: 0;
  z-index: 2;
  pointer-events: none;
  transition: max-height 500ms, opacity 0.3s ease;
}
.accordion-item .content-container {
  padding: var(--spacer-xs) 0 var(--spacer-s) 0;
}
.accordion-item.is-open .content {
  pointer-events: all;
  opacity: 1;
}
.accordion-item.is-open .icon {
  transform: translateY(0%) rotate(180deg);
}
.accordion-item .accordion-text-link {
  text-decoration: none;
  position: relative;
  display: inline-block;
  clip-path: polygon(0 0, 100% 1%, 100% 100%, 0% 100%);
  padding: 1px 0;
  transition: all 300ms ease;
}
.accordion-item .accordion-text-link:after {
  content: '';
  height: 1px;
  background: #00d29a;
  position: absolute;
  display: block;
  width: 100%;
  right: 0;
  bottom: 1px;
  transform: translateX(-100%);
  transition: transform 500ms ease;
  will-change: transform;
}
@media (max-width: 700px) {
  .accordion-item .accordion-text-link {
    display: none;
  }
}
.accordion-headshots {
  gap: var(--grid-gutter-x2) 0;
}
.accordion-headshots .headshot {
  width: 16.66666667%;
}
@media (max-width: 1020px) {
  .accordion-headshots .headshot {
    width: 20%;
  }
}
@media (max-width: 850px) {
  .accordion-headshots .headshot {
    width: 25%;
  }
}
@media (max-width: 700px) {
  .accordion-headshots .headshot {
    width: 33.33333333%;
  }
}
/*
@import "blocks/long-text-block.less";
@import "blocks/cards.less";

@import "blocks/form-block.less";
*/
/*

@import "blocks/text-media-cols.less";


*/
.article-page-intro-text-container {
  padding-left: var(--wrapper-padding);
  padding-right: var(--wrapper-padding);
  flex: 1;
}
.article-page-intro-text-container .title-wrap h1 {
  line-height: 1.179;
}
.article-page-intro-image-container {
  padding-left: var(--grid-gutter);
  flex: 0 0 50%;
}
@media (max-width: 700px) {
  .article-page-intro-image-container {
    flex: 0 0 100%;
    margin-top: var(--wrapper-padding);
    padding-left: 0;
  }
}
.article-card h2 {
  transition: color 300ms ease;
}
.article-card a:hover h2 {
  color: #00d29a;
}
.article-card .card-arrow {
  width: 0.7em;
  margin-top: 0.5em;
  display: block;
}
.article-card .card-arrow svg {
  fill: currentColor;
}
@media (min-width: 701px) and (max-width: 820px) {
  .article-card.col1-3 {
    width: 50%;
  }
}
@media (max-width: 700px) {
  .article-card.col1-3 {
    width: 100%;
  }
}
@media (max-width: 1020px) {
  .article-intro .column-details {
    font-size: clamp(1.3rem, 1.84vw, 2rem);
    width: 100%;
    columns: 3;
    padding-bottom: 1em;
    column-gap: 2em;
  }
  .article-intro .column-details > div {
    break-inside: avoid;
  }
  .article-intro .column-details > div:last-child {
    padding-bottom: 1.5em !important;
  }
}
@media (max-width: 700px) {
  .article-intro .column-details {
    font-size: clamp(1.4rem, 2.9vw, 2rem);
    columns: 2;
  }
}
.search-toggle {
  margin-left: auto;
  z-index: 9999;
}
.search-toggle .is-arrow {
  display: none;
}
.search-open .search-toggle .is-arrow {
  display: inherit;
}
.search-open .search-toggle .is-search-icon {
  display: none;
}
@media (max-width: 365px) {
  .search-toggle {
    font-size: clamp(1.3rem, 4.6vw, 2.8rem);
  }
}
html:not(.main-menu-open) .search-toggle {
  opacity: 0;
  pointer-events: none;
}
html.sub-nav-open .search-toggle {
  color: #002323;
}
.search-overlay-container {
  position: fixed;
  color: #ffffff;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  width: 100%;
  height: -webkit-fill-available;
  height: 100dvh;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  opacity: 0;
  pointer-events: none;
}
.search-overlay-container > div {
  padding-top: var(--masthead-height);
  padding-bottom: var(--masthead-height);
  min-height: 100%;
}
.search-overlay-container > div:before {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: transform 400ms cubic-bezier(0.77, 0, 0.18, 1);
  background: #002323;
  transform: translateY(-100%);
  position: absolute;
}
.sf-container {
  opacity: 0;
  transform: translateY(40px);
}
.sf-container h3 {
  flex: 0 0 5em;
}
.search-open {
  height: 100vh;
  overflow-y: clip;
}
.search-open body {
  height: 100vh;
  overflow-y: clip;
}
.search-open .search-overlay-container {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.search-open .search-overlay-container > div::before {
  transform: translateY(0);
}
.search-open .sf-container {
  opacity: 1;
  transform: translateY(0);
  transition: transform 700ms, opacity 1000ms cubic-bezier(0.77, 0, 0.18, 1);
  transition-delay: 200ms;
}
.search-form {
  flex: 1;
}
.search-form .search-icon {
  width: 0.6em;
  margin-right: 0.6em;
}
.search-form .search-icon svg {
  fill: #ffffff;
}
.search-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #003C3C;
  opacity: 1;
}
.search-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #003C3C;
  opacity: 1;
}
.search-form :-ms-input-placeholder {
  /* IE 10+ */
  color: #003C3C;
  opacity: 1;
}
.search-form :-moz-placeholder {
  /* Firefox 18- */
  color: #003C3C;
  opacity: 1;
}
.search-form form {
  width: 100%;
  display: flex;
  align-items: center;
}
.search-form label {
  display: none;
}
.search-form input[type="text"] {
  font-size: inherit;
  background: none;
  border: none;
  color: inherit;
  flex: 1;
  width: 100%;
  padding: 0;
  border-bottom: 1px solid #ffffff;
}
.search-form button {
  font-size: inherit;
  width: 1.2em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: inherit;
  cursor: pointer;
  background: none;
  border: none;
}
.search-form button svg {
  width: 100%;
  display: block;
  position: relative;
}
.search-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 1;
}
.search-form ::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
}
.search-form :-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1;
}
.search-form :-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
}
.search-results-wrap {
  padding-top: 315px;
}
@media (max-width: 1700px) {
  .search-results-wrap {
    padding-top: 265px;
  }
}
@media (max-width: 1020px) {
  .search-results-wrap {
    padding-top: calc(var(--masthead-height) * 1.5);
  }
}
.search-results-wrap .search-results {
  margin-top: 0.9em;
}
.search-result {
  padding-bottom: 2em;
  margin-bottom: 2em;
  border-bottom: 1px solid #00d29a;
}
.search-result:last-child {
  margin-bottom: 0;
}
.on-page-search-form {
  border-bottom: 1px solid currentColor;
  position: relative;
  margin-top: -0.1em;
  margin-bottom: var(--spacer-l);
}
.on-page-search-form .search-icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) translateX(-200%);
  margin: 0;
}
.on-page-search-form .search-icon svg {
  fill: currentColor;
}
@media (min-width: 1151px) {
  .validation_error {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    transform: translateY(-100%);
  }
}
@media (max-width: 1150px) {
  .block-text-form .col5,
  .block-text-form .col6 {
    width: 100%;
    max-width: 800px;
  }
  .block-text-form .col5 {
    max-width: 800px;
  }
  .block-text-form .col6 {
    margin-top: var(--wrapper-padding);
  }
}
.page-404 .text-accent {
  color: #88fa00;
}
.pagefooter {
  z-index: 999;
  overflow: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
.pagefooter a {
  text-decoration: none;
  position: relative;
  display: inline-block;
  clip-path: polygon(0 0, 100% 1%, 100% 100%, 0% 100%);
}
.pagefooter a:after {
  content: '';
  height: 1px;
  background: #88fa00;
  position: absolute;
  display: block;
  width: 100%;
  right: 0;
  bottom: 0;
  transform: translateX(-100%);
  transition: transform 500ms ease;
  will-change: transform;
}
.pagefooter a:hover:after {
  transform: translateX(0);
}
.pagefooter .g-size-body-1 p,
.pagefooter .g-size-body-1 h2,
.pagefooter .g-size-body-1 h3,
.pagefooter .g-size-body-1 h4,
.pagefooter .g-size-body-1 ul {
  line-height: 130%;
  padding-bottom: 1.5em;
}
.pagefooter .g-size-body-1 li,
.pagefooter .g-size-body-1 h3 {
  padding-bottom: 1.1em;
}
@media (max-width: 1350px) {
  .pagefooter .push-top-xl {
    padding-top: var(--spacer-l);
  }
}
@media (max-width: 1020px) {
  .pagefooter .push-top-xl {
    padding-top: var(--spacer-m);
  }
}
@media (max-width: 700px) {
  .pagefooter .g-size-body-1 {
    font-size: clamp(1.4rem, 1.04vw, 2rem);
  }
}
@media (max-width: 500px) {
  .pagefooter .g-size-body-1,
  .pagefooter .g-size-body-sm {
    font-size: 3.2vw;
  }
}
.col-footer-cta-message {
  width: 100%;
}
.col-footer-cta-message p {
  max-width: 17em;
}
.col-footer-cta-message a:after {
  transform: translateX(0);
}
.col-footer-cta-message a:hover {
  color: #88fa00;
}
@media (max-width: 1400px) {
  .col-footer-cta-message {
    width: 50%;
  }
  .col-footer-cta-message p {
    max-width: 13.5em;
  }
}
@media (max-width: 950px) {
  .col-footer-cta-message {
    width: 100%;
  }
  .col-footer-cta-message .footer-cta-message {
    padding-bottom: var(--spacer-m);
  }
  .col-footer-cta-message p {
    max-width: 800px;
    padding-right: 80px;
  }
}
@media (max-width: 400px) {
  .col-footer-cta-message p {
    padding-right: 50px;
  }
}
@media (max-width: 1400px) {
  .col-footer-links {
    padding-bottom: var(--spacer-xl);
  }
}
@media (max-width: 950px) {
  .col-footer-links {
    width: 100%;
    padding-bottom: var(--spacer-m);
  }
}
.col-footer-quick-links {
  width: 33.33333333%;
}
@media (max-width: 1400px) {
  .col-footer-quick-links {
    width: 40%;
  }
}
@media (max-width: 950px) {
  .col-footer-quick-links {
    width: 50%;
  }
}
.col-footer-contacts {
  flex: 1;
}
.col-footer-brand {
  width: 17%;
}
.col-footer-brand svg {
  padding-top: 0.15em;
}
.col-footer-brand.col-footer-brand-med {
  width: 10%;
}
@media (min-width: 1401px) {
  .col-footer-brand.col-footer-brand-med {
    display: none;
  }
}
@media (max-width: 1400px) {
  .col-footer-brand.col-footer-brand-lg {
    display: none;
  }
}
@media (max-width: 650px) {
  .col-footer-brand {
    display: none;
  }
}
.col-footer-location {
  width: 33.33333333%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 651px) and (max-width: 950px) {
  .col-footer-location:nth-child(odd) {
    width: auto;
    flex: 1;
  }
  .col-footer-location:nth-child(even) {
    width: 55%;
  }
}
@media (max-width: 650px) {
  .col-footer-location {
    width: 50%;
  }
}
.col-footer-location h5 {
  font-weight: 600;
  padding-bottom: 0.1em;
}
.col-footer-location h5 span {
  font-weight: 400;
  font-size: 0.8em;
}
@media (max-width: 1400px) {
  .col-footer-locations {
    flex: 1;
    width: auto;
  }
}
.footer-location-contacts {
  margin-top: auto;
  padding-top: 0.1em;
}
.col-footer-btt {
  width: 7%;
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 0;
  top: 0;
}
.col-footer-btt svg {
  margin-left: auto;
  width: 100%;
  display: block;
  max-width: 42px;
}
.col-footer-btt a:after {
  display: none;
}
@media (max-width: 950px) {
  .col-footer-btt {
    width: 65px;
    padding-left: 0;
    padding-top: 10px;
  }
}
@media (max-width: 400px) {
  .col-footer-btt {
    width: 45px;
    padding-top: 0px;
  }
}
.footer-brand-icon {
  max-width: 52px;
  width: 50%;
}
.footer-brand-icon a:after {
  display: none;
}
@media (max-width: 1350px) {
  .footer-brand-icon {
    width: 100%;
    max-width: 35px;
  }
}
*[data-lastpass-icon-root] {
  display: none;
}
/* SLICK CAROUSEL PLUGIN  */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-slider {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
html.lenis {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-scrolling iframe {
  pointer-events: none;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10001;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10002;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8rem;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 28px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 1100px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-title {
  font-size: 1.8rem;
  padding-top: 1rem;
}
@media (max-width: 650px) {
  .mfp-title {
    font-size: 1.3rem;
    padding-top: 0;
  }
}
/* custom */
.mfp-bg {
  opacity: 0.95;
}
.mfp-close {
  top: 10px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 40px;
}
.mfp-figure::after {
  box-shadow: none;
  background: none;
}
img.mfp-img {
  padding: 60px 0 130px 0;
  background: none;
}
.mfp-bottom-bar {
  margin-top: -130px;
}
.mfp-counter {
  top: 10px;
}
@media (max-width: 650px) {
  img.mfp-img {
    padding: 60px 0 100px 0;
    background: none;
  }
  .mfp-bottom-bar {
    margin-top: -90px;
  }
  .mfp-counter {
    top: 0px;
  }
}
/* Always at the end */
html {
  -webkit-text-size-adjust: none;
  font-size: 62.5%;
  line-height: 1;
  height: 100%;
}
body {
  background: #ffffff;
  color: #002323;
}
.inner {
  width: 100%;
  margin: 0px auto;
  padding-left: var(--wrapper-padding);
  padding-right: var(--wrapper-padding);
  z-index: 1;
}
.ofh,
.page-wrap {
  overflow: hidden;
}
.ofh-c {
  clip-path: inset(0px 0px 0px 0px);
}
/* Links
--------------------------------------------------------------------*/
a {
  color: currentColor;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}
.link-no-underline {
  text-decoration: none;
}
/* Tables
--------------------------------------------------------------------*/
.text-content table {
  border-top: 1px solid currentColor;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
}
.text-content table td,
.text-content table th {
  padding: 15px 15px 25px 0;
  border-bottom: 1px solid currentColor;
}
.text-content table td {
  padding-bottom: 15px;
}
/* Block global
--------------------------------------------------------------------*/
.message-box {
  padding: 20px 22px;
  margin-bottom: 2em;
  width: 100%;
  border: 1px solid currentColor;
}
.message-box.bg-fade-white {
  background: rgba(255, 255, 255, 0.1);
}
.message-box .close {
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.8em;
}
.message-box p {
  padding: 0;
  transform: translateY(0.11em);
}
@media (max-width: 450px) {
  .message-box {
    font-size: 1.5rem;
  }
  .message-box .close {
    right: 15px;
  }
}
/* Dividing rule
--------------------------------------------------------------------*/
.dividing-rule span {
  height: 1px;
  display: block;
  background: currentColor;
}
.content-block.bg-mint-tint + .dividing-rule {
  background: #e5fbf5;
}
.content-block.bg-dark-green + .dividing-rule {
  background: #003C3C;
}
.content-block.bg-forest-green + .dividing-rule {
  background: #005a50;
}
.content-block.bg-black-green + .dividing-rule {
  background: #002323;
}
/* Password protected
--------------------------------------------------------------------*/
.password-protected .col-text {
  display: block;
}
.password-protected .form-wrap {
  max-width: 500px;
}
.password-protected input[type="password"] {
  color: inherit;
  margin-top: 0.5em;
}
.password-protected form {
  margin-top: 20px;
}
.password-protected label {
  margin-right: 0.5em;
  display: flex;
  align-items: center;
}
.password-protected input[type="password"] {
  color: inherit;
  background: none;
  border: none;
  margin: 0;
  margin-left: 1em;
  border: 1px solid currentColor;
  padding: 15px;
  display: block;
  width: 100%;
}
.password-protected input[type="submit"] {
  margin-top: 1.5em;
  border-radius: 0;
  padding: 0;
  border: none;
  border-bottom: 1px solid #88fa00;
  color: #ffffff;
  font-size: inherit;
  background: none;
  cursor: pointer;
  font-size: 1.3em;
}
/* Acessibilty 
--------------------------------------------------------------------*/
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.skip-link {
  position: absolute;
  left: -9999px;
  text-decoration: underline;
  padding: 8px;
  color: #000000;
  font-size: 1.9rem;
  z-index: 100;
}
.skip-link:focus {
  left: 16px;
  top: 16px;
}
/* focusable stuff */
/*# sourceMappingURL=style.css.map */