@import url("https://use.typekit.net/ocy2sdy.css");
@font-face {
  font-family: 'Encode Sans';
  font-style: normal;
  font-weight: 100;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/encodesans/v22/LDIcapOFNxEwR-Bd1O9uYNmnUQomAgE25imKSbHhROjLsZBWTSrQGGHiZtU.ttf) format('truetype');
}
@font-face {
  font-family: 'Encode Sans';
  font-style: normal;
  font-weight: 200;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/encodesans/v22/LDIcapOFNxEwR-Bd1O9uYNmnUQomAgE25imKSbHhROjLsZBWTSrQGOHjZtU.ttf) format('truetype');
}
@font-face {
  font-family: 'Encode Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/encodesans/v22/LDIcapOFNxEwR-Bd1O9uYNmnUQomAgE25imKSbHhROjLsZBWTSrQGD_jZtU.ttf) format('truetype');
}
@font-face {
  font-family: 'Encode Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/encodesans/v22/LDIcapOFNxEwR-Bd1O9uYNmnUQomAgE25imKSbHhROjLsZBWTSrQGGHjZtU.ttf) format('truetype');
}
@font-face {
  font-family: 'Encode Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/encodesans/v22/LDIcapOFNxEwR-Bd1O9uYNmnUQomAgE25imKSbHhROjLsZBWTSrQGFPjZtU.ttf) format('truetype');
}
@font-face {
  font-family: 'Encode Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/encodesans/v22/LDIcapOFNxEwR-Bd1O9uYNmnUQomAgE25imKSbHhROjLsZBWTSrQGL_kZtU.ttf) format('truetype');
}
@font-face {
  font-family: 'Encode Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/encodesans/v22/LDIcapOFNxEwR-Bd1O9uYNmnUQomAgE25imKSbHhROjLsZBWTSrQGIbkZtU.ttf) format('truetype');
}
@font-face {
  font-family: 'Encode Sans';
  font-style: normal;
  font-weight: 800;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/encodesans/v22/LDIcapOFNxEwR-Bd1O9uYNmnUQomAgE25imKSbHhROjLsZBWTSrQGOHkZtU.ttf) format('truetype');
}
@font-face {
  font-family: 'Encode Sans';
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/encodesans/v22/LDIcapOFNxEwR-Bd1O9uYNmnUQomAgE25imKSbHhROjLsZBWTSrQGMjkZtU.ttf) format('truetype');
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  --white: #FFF;
  --charcoal: #111;
  --black: #000;
  --grey: #999;
  --grey-light: #ECECEC;
  --green: #687833;
  --green-hover: #7b8d3e;
  --green-light: #A7BA5C;
  --salmon: #d75948;
  --blue: #67859D;
  --blue-90: #67859DCC;
  --blue-dark: #2E506E;
  --font-family: "Encode Sans", sans-serif;
  --max-width: 1440px;
  --header-height: 110px;
  --top-bar-height: 40px;
  --sticky-height: 70px;
  --transition-duration: 0.21s;
  scroll-behavior: smooth;
}
* .gap-5 {
  height: 5px;
  width: 100%;
}
* .spacer-5 {
  display: inline-block;
  height: 1px;
  width: 5px;
}
* .gap-10 {
  height: 10px;
  width: 100%;
}
* .spacer-10 {
  display: inline-block;
  height: 1px;
  width: 10px;
}
* .gap-15 {
  height: 15px;
  width: 100%;
}
* .spacer-15 {
  display: inline-block;
  height: 1px;
  width: 15px;
}
* .gap-20 {
  height: 20px;
  width: 100%;
}
* .spacer-20 {
  display: inline-block;
  height: 1px;
  width: 20px;
}
* .gap-25 {
  height: 25px;
  width: 100%;
}
* .spacer-25 {
  display: inline-block;
  height: 1px;
  width: 25px;
}
* .gap-30 {
  height: 30px;
  width: 100%;
}
* .spacer-30 {
  display: inline-block;
  height: 1px;
  width: 30px;
}
* .gap-35 {
  height: 35px;
  width: 100%;
}
* .spacer-35 {
  display: inline-block;
  height: 1px;
  width: 35px;
}
* .gap-40 {
  height: 40px;
  width: 100%;
}
* .spacer-40 {
  display: inline-block;
  height: 1px;
  width: 40px;
}
* .gap-45 {
  height: 45px;
  width: 100%;
}
* .spacer-45 {
  display: inline-block;
  height: 1px;
  width: 45px;
}
* .gap-50 {
  height: 50px;
  width: 100%;
}
* .spacer-50 {
  display: inline-block;
  height: 1px;
  width: 50px;
}
* .gap-55 {
  height: 55px;
  width: 100%;
}
* .spacer-55 {
  display: inline-block;
  height: 1px;
  width: 55px;
}
* .gap-60 {
  height: 60px;
  width: 100%;
}
* .spacer-60 {
  display: inline-block;
  height: 1px;
  width: 60px;
}
* .gap-65 {
  height: 65px;
  width: 100%;
}
* .spacer-65 {
  display: inline-block;
  height: 1px;
  width: 65px;
}
* .gap-70 {
  height: 70px;
  width: 100%;
}
* .spacer-70 {
  display: inline-block;
  height: 1px;
  width: 70px;
}
* .gap-75 {
  height: 75px;
  width: 100%;
}
* .spacer-75 {
  display: inline-block;
  height: 1px;
  width: 75px;
}
* .gap-80 {
  height: 80px;
  width: 100%;
}
* .spacer-80 {
  display: inline-block;
  height: 1px;
  width: 80px;
}
* .gap-85 {
  height: 85px;
  width: 100%;
}
* .spacer-85 {
  display: inline-block;
  height: 1px;
  width: 85px;
}
* .gap-90 {
  height: 90px;
  width: 100%;
}
* .spacer-90 {
  display: inline-block;
  height: 1px;
  width: 90px;
}
* .gap-95 {
  height: 95px;
  width: 100%;
}
* .spacer-95 {
  display: inline-block;
  height: 1px;
  width: 95px;
}
:root {
  --shadow-color: 210deg 2% 42%;
  --shadow-elevation-low: 0px 0.6px 0.7px hsl(var(--shadow-color) / 0.24), 0px 1px 1.1px -1.2px hsl(var(--shadow-color) / 0.24), 0px 2.2px 2.5px -2.5px hsl(var(--shadow-color) / 0.24);
  --shadow-elevation-medium: 0px 0.6px 0.7px hsl(var(--shadow-color) / 0.25), 0px 1.9px 2.1px -0.8px hsl(var(--shadow-color) / 0.25), -0.1px 4.5px 5.1px -1.7px hsl(var(--shadow-color) / 0.25), -0.1px 10.8px 12.2px -2.5px hsl(var(--shadow-color) / 0.25);
  --shadow-elevation-high: 0px 0.6px 0.7px hsl(var(--shadow-color) / 0.23), 0px 2.8px 3.1px -0.4px hsl(var(--shadow-color) / 0.23), -0.1px 5px 5.6px -0.7px hsl(var(--shadow-color) / 0.23), -0.1px 8.1px 9.1px -1.1px hsl(var(--shadow-color) / 0.23), -0.1px 12.8px 14.4px -1.4px hsl(var(--shadow-color) / 0.23), -0.2px 19.9px 22.4px -1.8px hsl(var(--shadow-color) / 0.23), -0.3px 30.2px 34px -2.1px hsl(var(--shadow-color) / 0.23), -0.5px 44.4px 50px -2.5px hsl(var(--shadow-color) / 0.23);
}
body {
  background-color: var(--white);
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: var(--charcoal);
}
.mobile-only {
  display: none;
}
#is-mobile {
  display: none;
}
.not-mobile {
  display: block;
}
.inset {
  padding: 20px;
  max-width: var(--max-width);
  margin: 0 auto;
  width: 100%;
}
h1,
h2,
h3 {
  font-family: var(--font-family);
  font-weight: 400;
  line-height: 1.1;
}
h1 {
  font-size: 3.2em;
}
h2 {
  font-family: "copperplate", serif;
  font-size: 4em;
}
h3 {
  font-size: 1.8em;
}
p {
  font-size: 1.1em;
  line-height: 1.5;
  text-wrap: pretty;
}
p strong {
  color: var(--charcoal);
  font-weight: 400;
}
ul,
ol {
  list-style: square;
  padding-left: 40px;
}
p + p,
ul + p,
ol + p,
ul + ul,
ol + ol,
ul + ol,
ol + ul,
p + ul,
p + ol {
  margin-top: 20px;
}
.mwce-button {
  background-color: var(--salmon);
  border-radius: 10px;
  color: var(--white) !important;
  cursor: pointer;
  font-weight: 400;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  transition: all var(--transition-duration) ease-in-out;
}
.mwce-button:hover {
  box-shadow: var(--shadow-elevation-medium);
  color: var(--white);
}
header {
  color: var(--white);
  left: 0;
  position: absolute;
  top: var(--top-bar-height);
  width: 100%;
  z-index: 1000;
}
header .inset {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 20px;
  height: var(--header-height);
  justify-content: space-between;
  margin: 0 auto;
  max-width: var(--max-width);
  padding: 20px;
  width: 100%;
}
header .inset .branding {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: var(--header-height);
  justify-content: center;
  padding: 0;
  position: relative;
  width: auto;
}
header .inset .branding .home-logo {
  height: auto;
  width: 260px;
}
header .inset nav {
  justify-content: center;
}
header .inset nav .menu-top-menu-container {
  display: none;
}
header .inset nav ul.menu {
  display: flex;
  flex-direction: row;
  font-size: 1.1em;
  font-weight: 400;
  list-style: none;
  padding: 0;
}
header .inset nav ul.menu > li {
  padding: 10px 20px;
  position: relative;
}
header .inset nav ul.menu > li.menu-item-has-children {
  display: flex;
  flex-direction: row;
  gap: 0;
  align-items: center;
}
header .inset nav ul.menu > li.menu-item-has-children:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%2368783399" d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/></svg>');
  display: inline-block;
  height: 14px;
  margin-left: 10px;
  position: relative;
  top: -6px;
  transition: transform var(--transition-duration);
  width: 14px;
}
header .inset nav ul.menu > li > a {
  color: var(--white);
  text-decoration: none;
  transition: all var(--transition-duration) ease-in-out;
}
header .inset nav ul.menu > li:last-child a {
  background-color: var(--salmon);
  border-radius: 10px;
  color: var(--white) !important;
  cursor: pointer;
  font-weight: 400;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  transition: all var(--transition-duration) ease-in-out;
}
header .inset nav ul.menu > li:last-child a:hover {
  box-shadow: var(--shadow-elevation-medium);
  color: var(--white);
}
header .inset nav ul.menu > li ul {
  background-color: var(--green);
  border-radius: 10px;
  display: none;
  flex-direction: column;
  font-size: 0.9em;
  gap: 10px;
  list-style: none;
  min-width: 240px;
  padding: 15px 40px 15px 20px;
  position: absolute;
  left: 0;
  top: 100%;
  filter: drop-shadow(0px 0px 10px #00000066);
}
header .inset nav ul.menu > li ul li {
  padding: 0;
}
header .inset nav ul.menu > li ul li a {
  color: var(--white);
  text-decoration: none;
}
header .inset nav ul.menu > li ul li:hover a {
  color: var(--white);
  text-shadow: 0 0 10px var(--charcoal);
}
header .inset nav ul.menu > li:hover > a {
  color: var(--white);
  text-shadow: 0 0 10px var(--charcoal);
}
header .inset nav ul.menu > li:hover ul {
  display: flex;
}
header.interior {
  background-color: var(--white);
  box-shadow: var(--shadow-elevation-medium);
  color: var(--charcoal);
  position: relative;
  top: 0 !important;
}
header.interior .inset nav ul.menu > li > a {
  color: var(--charcoal);
}
header.interior .inset nav ul.menu > li:hover > a {
  color: var(--green);
  text-shadow: none;
}
header.interior .inset nav ul.menu > li:last-child a {
  background-color: var(--salmon);
  border-radius: 10px;
  color: var(--white) !important;
  cursor: pointer;
  font-weight: 400;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  transition: all var(--transition-duration) ease-in-out;
  color: var(--white);
}
header.interior .inset nav ul.menu > li:last-child a:hover {
  box-shadow: var(--shadow-elevation-medium);
  color: var(--white);
}
#wrapper,
#container {
  position: relative;
  width: 100%;
}
body.home header .inset nav ul.menu > li.menu-item-has-children:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23FFFFFF99" d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/></svg>');
}
main {
  position: relative;
}
.page-header {
  background-color: var(--grey-light);
  background-image: var(--bg-image-url);
  background-position: var(--bg-position-x) var(--bg-position-y);
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--white);
  font-family: "Encode Sans", sans-serif;
  font-weight: 400;
  min-height: var(--bg-height);
  position: relative;
  text-align: center;
}
.page-header .inset {
  background: var(--blue-90);
  backdrop-filter: opacity(0.6);
  color: var(--white);
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 30px 0;
  margin: 0;
  max-width: none;
  width: 100%;
  z-index: 2;
}
.page-header .inset:before {
  background-color: var(--green);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: max(20px, calc((100vw - var(--max-width)) / 2));
  z-index: 1;
}
.page-header .inset .left {
  position: absolute;
  left: max(20px, calc((100vw - var(--max-width)) / 2));
  top: 0;
  height: 100%;
  width: auto;
}
.page-header .inset .left .hex {
  fill: var(--green);
}
.page-header .inset h1,
.page-header .inset h2 {
  display: flex;
  font-family: var(--font-family);
  flex-direction: column;
  gap: 0;
  font-size: 2.4em;
  font-weight: 800;
  line-height: 1.1;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 20px 0 80px;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}
.page-header .inset h1 span,
.page-header .inset h2 span {
  display: block;
  font-family: "copperplate", serif;
  font-size: 0.7em;
  font-weight: 300;
  line-height: 1.1;
  margin: 5px 0 0;
}
body.logged-in header {
  top: calc(var(--top-bar-height) + 32px);
}
section p a,
section ul a,
section ol a {
  color: var(--blue);
  text-decoration: underline;
}
section p a:hover,
section ul a:hover,
section ol a:hover {
  color: var(--blue-dark);
}
section.page-content .inset {
  padding: 40px;
}
section.page-content p {
  font-size: 1.2em;
  line-height: 1.5;
}
section.page-content figure img {
  border-radius: 25px;
}
section.page-content .gform_wrapper .gform-footer.gform_footer input.gform_button[type=submit] {
  background-color: var(--salmon);
  border-radius: 10px;
  color: var(--white) !important;
  cursor: pointer;
  font-weight: 400;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  transition: all var(--transition-duration) ease-in-out;
  margin: 0;
}
section.page-content .gform_wrapper .gform-footer.gform_footer input.gform_button[type=submit]:hover {
  box-shadow: var(--shadow-elevation-medium);
  color: var(--white);
}
section.page-content .gform_wrapper .gform-footer.gform_footer .gform_button {
  background-color: var(--salmon);
  border-radius: 10px;
  color: var(--white) !important;
  cursor: pointer;
  font-weight: 400;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  transition: all var(--transition-duration) ease-in-out;
}
section.page-content .gform_wrapper .gform-footer.gform_footer .gform_button:hover {
  box-shadow: var(--shadow-elevation-medium);
  color: var(--white);
}
section.page-content .columns {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 30px;
  justify-content: space-between;
}
section.page-content .columns h2.gform_title {
  display: none;
}
section.page-content .columns .gform_footer input.gform_button[type=submit] {
  background-color: var(--salmon);
  border-radius: 10px;
  color: var(--white) !important;
  cursor: pointer;
  font-weight: 400;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  transition: all var(--transition-duration) ease-in-out;
  margin: 0;
}
section.page-content .columns .gform_footer input.gform_button[type=submit]:hover {
  box-shadow: var(--shadow-elevation-medium);
  color: var(--white);
}
section.page-content .columns__column {
  flex-basis: calc(50% - 30px);
}
section.page-content .columns__column--copy {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
section.page-content .columns__column--copy .inset {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 50px 0 0;
}
section.page-content .columns__column--copy .inset h3 {
  font-size: 2em;
  font-weight: 500;
  margin-bottom: 10px;
}
section.page-content .columns__column--copy .inset h3 + h2 {
  margin-top: -20px;
}
section.page-content .columns__column--copy h2 {
  color: var(--navy);
  font-size: 2.4em;
  line-height: 1.1;
  margin-bottom: 0;
  text-wrap: pretty;
}
section.page-content .columns__column--copy h2 small {
  color: var(--navy);
  display: block;
  font-family: var(--font-family);
  font-size: 2rem;
  margin-bottom: 10px;
}
section.page-content .columns__column--copy p + p {
  margin-top: 0;
}
section.page-content .columns__column--copy .mwag-button {
  text-align: center;
  width: 100%;
}
section.page-content .columns__column--wide {
  flex-basis: calc(70% - 30px);
}
section.page-content .columns__column--wide iframe {
  border-radius: 10px;
  display: block;
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}
section.page-content .columns__column--narrow {
  flex-basis: calc(30% - 30px);
  display: flex;
  flex-direction: column;
  gap: 40px;
}
section.page-content .columns__column__image img {
  border-radius: 10px;
  height: auto;
  width: 100%;
}
section.page-content .columns__column .boxes {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
section.page-content .columns__column .boxes__box {
  align-items: center;
  background-color: var(--grey-light);
  border-radius: 10px;
  color: var(--charcoal);
  display: flex;
  flex-direction: row;
  gap: 30px;
  overflow: hidden;
  padding: 10px;
  position: relative;
  text-decoration: none;
}
section.page-content .columns__column .boxes__box:before {
  background-color: var(--green);
  border-radius: 10px 0 0 10px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 50px;
  z-index: 1;
}
section.page-content .columns__column .boxes__box .left {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  height: 240px;
  width: auto;
  z-index: 1;
}
section.page-content .columns__column .boxes__box .left .hex {
  fill: var(--green);
}
section.page-content .columns__column .boxes__box h3 {
  color: var(--red);
  font-size: 2.4em;
  line-height: 1;
  margin-bottom: 0;
  text-transform: uppercase;
}
section.page-content .columns__column .boxes__box p {
  font-size: 1em;
  line-height: 1.5;
}
section.page-content .columns__column .boxes__box__icon {
  background-color: var(--red);
  border-radius: 5px;
  display: block;
  padding: 10px;
  height: 60px;
  width: 60px;
  z-index: 2;
}
section.page-content .columns__column .boxes__box__icon svg {
  color: var(--white);
  fill: var(--white);
  height: 40px;
  width: 40px;
}
section.page-content .columns__column .boxes__box__text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
  z-index: 2;
}
section.page-content .columns__column .boxes__box__text h3 {
  color: var(--navy);
}
section.page-content .columns__column .boxes--big {
  gap: 30px;
}
section.page-content .columns__column .boxes--big .boxes__box {
  gap: 40px;
  padding: 60px 40px;
}
section.page-content .columns__column .form {
  display: grid;
  grid-template-rows: 0fr;
  transition: all var(--transition-duration) ease-in-out;
}
section.page-content .columns__column .form .inner {
  background-color: var(--grey-light);
  border-radius: 10px;
  overflow: hidden;
  padding: 0 20px;
}
section.page-content .columns__column .form .gform_fields {
  row-gap: 15px;
}
section.page-content .columns__column .form--open {
  grid-template-rows: 1fr;
}
section.page-content.blog-content .inset {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
  justify-content: space-between;
}
section.page-content.blog-content .inset h2 {
  font-family: var(--font-family);
  line-height: 1.1;
}
section.page-content.blog-content .inset .blog-content__posts {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  margin: 0 auto 20px;
  max-width: var(--max-width);
  padding-right: 20px;
  width: calc(100% - 320px);
}
section.page-content.blog-content .inset .blog-content__posts article img.wp-post-image {
  aspect-ratio: 5/3;
  border-radius: 20px 20px 0 0;
  object-fit: cover;
  display: block;
  height: auto;
  margin: 0 auto 20px;
  width: 100%;
}
section.page-content.blog-content .inset .blog-content__posts article a {
  color: var(--charcoal);
  text-decoration: none;
}
section.page-content.blog-content .inset .blog-content__posts article .entry-summary {
  background-color: var(--grey-light);
  border-radius: 20px;
  color: var(--navy);
  font-family: var(--font-family);
  font-size: 0.9em;
  margin-top: 10px;
}
section.page-content.blog-content .inset .blog-content__posts article .entry-summary .entry-summary__text {
  color: var(--charcoal);
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 20px 20px;
}
section.page-content.blog-content .inset .blog-content__posts article .entry-summary .entry-summary__text__category a {
  background-color: var(--blue);
  border-radius: 3px;
  color: #FFF;
  padding: 4px 8px;
  text-decoration: none;
  transition: background-color var(--transition-duration);
}
section.page-content.blog-content .inset .blog-content__posts article .entry-summary .entry-summary__text__category a:hover {
  background-color: var(--blue-dark);
}
section.page-content.blog-content .inset .blog-content__posts article .entry-summary .entry-summary__text__date {
  color: var(--blue);
}
section.page-content.blog-content .inset .blog-content__posts article .entry-summary .entry-summary__text a.mwce-button {
  margin: 0;
  text-align: center;
  width: 100%;
}
section.page-content.blog-content .inset .blog-content__posts article .entry-summary h2 {
  font-size: 1.8em;
  font-weight: 600;
  margin: 0;
}
section.page-content.blog-content .inset .blog-content__posts article .entry-summary h2 a {
  color: var(--navy);
  text-decoration: none;
}
section.page-content.blog-content .inset .blog-content__posts article .entry-summary h2 a:hover {
  color: var(--red);
}
section.page-content.blog-content .inset .blog-content__posts article.whitepaper .entry-summary a:has(.wp-post-image) {
  display: none;
}
section.page-content.blog-content .inset .blog-content__posts article.whitepaper .entry-summary__text {
  padding-top: 20px;
}
section.page-content.blog-content .inset .blog-content__post {
  margin: 0 auto 20px;
  max-width: var(--max-width);
  padding-right: 20px;
  width: 100%;
}
section.page-content.blog-content .inset .blog-content__post article.single img.featured-image {
  aspect-ratio: 16/9;
  border-radius: 20px;
  object-fit: cover;
  display: block;
  height: auto;
  margin: 0 auto 20px;
  width: 100%;
}
section.page-content.blog-content .inset .blog-content__post article.single .meta {
  color: var(--charcoal);
  display: flex;
  flex-direction: row;
  font-weight: 400;
  gap: 20px;
  font-family: var(--font-family);
  font-size: 0.9em;
  margin-top: 10px;
}
section.page-content.blog-content .inset .blog-content__post article.single .meta .categories a {
  background-color: var(--grey-light);
  color: var(--navy);
  border-radius: 20px;
  padding: 4px 16px;
  text-decoration: none;
  transition: background-color var(--transition-duration);
}
section.page-content.blog-content .inset .blog-content__post article.single .meta .categories a:hover {
  background-color: var(--green);
  color: var(--white);
}
section.page-content.blog-content .inset .blog-content__post article.single .share {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 20px;
}
section.page-content.blog-content .inset .blog-content__post article.single .share h4 {
  font-family: var(--font-family);
  font-size: 0.9em;
  font-weight: 400;
  margin: 0;
}
section.page-content.blog-content .inset .blog-content__post article.single .share__links {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding: 10px 0;
}
section.page-content.blog-content .inset .blog-content__post article.single .share__links a {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 1.2em;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.1s ease-in-out;
}
section.page-content.blog-content .inset .blog-content__post article.single .share__links a svg {
  fill: var(--navy);
  height: 20px;
  width: 20px;
}
section.page-content.blog-content .inset .blog-content__post article.single .share__links a:hover svg {
  fill: var(--blue);
}
section.page-content.blog-content .inset .blog-content__post article.single .content {
  margin-top: 30px;
}
section.page-content.blog-content .inset .blog-content__post article.single h1 {
  font-size: 2.4em;
  font-weight: 600;
  line-height: 1.1;
  margin: 30px 0 20px;
}
section.page-content.blog-content .inset .blog-content__post article.single h2 {
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1.1;
  margin: 30px 0 20px;
}
section.page-content.blog-content .inset .blog-content__post article.single h2 b {
  font-weight: 600;
}
section.page-content.blog-content .inset .blog-content__post article.single p a,
section.page-content.blog-content .inset .blog-content__post article.single ul a,
section.page-content.blog-content .inset .blog-content__post article.single ol a {
  color: var(--blue);
  text-decoration: underline;
}
section.page-content.blog-content .inset .blog-content__post article.single p a:hover,
section.page-content.blog-content .inset .blog-content__post article.single ul a:hover,
section.page-content.blog-content .inset .blog-content__post article.single ol a:hover {
  color: var(--red);
}
section.page-content.blog-content .inset .blog-content__sidebar {
  border-left: 1px solid var(--grey-light);
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-left: 20px;
  width: 320px;
}
section.page-content.blog-content .inset .blog-content__sidebar h2 {
  font-size: 1.8em;
  font-weight: 600;
  margin: 0;
}
section.page-content.blog-content .inset .blog-content__sidebar .widget-area {
  background-color: var(--white);
  padding: 0 20px;
  width: 100%;
}
section.page-content.blog-content .inset .blog-content__sidebar .widget-area form[role="search"] label {
  display: none;
}
section.page-content.blog-content .inset .blog-content__sidebar .widget-area form[role="search"] input[type="search"] {
  border-radius: 25px;
  padding: 10px 20px;
}
section.page-content.blog-content .inset .blog-content__sidebar .widget-area form[role="search"] button.wp-block-search__button {
  background-color: transparent;
  border: none;
  font-size: 0;
}
section.page-content.blog-content .inset .blog-content__sidebar .widget-area form[role="search"] button.wp-block-search__button:before {
  content: var(--search-icon);
  display: inline-block;
  height: 24px;
  width: 24px;
}
section.page-content.blog-content .inset .blog-content__sidebar .widget-area h3 {
  font-size: 1.4em;
  margin: 0 0 20px;
}
section.page-content.blog-content .inset .blog-content__sidebar .widget-area ul,
section.page-content.blog-content .inset .blog-content__sidebar .widget-area ol {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 20px 0 0;
}
section.page-content.blog-content .inset .blog-content__sidebar .widget-area ul.xoxo > li,
section.page-content.blog-content .inset .blog-content__sidebar .widget-area ol.xoxo > li {
  margin-bottom: 20px;
}
section.page-content.blog-content .inset .blog-content__sidebar .widget-area ul li,
section.page-content.blog-content .inset .blog-content__sidebar .widget-area ol li {
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}
section.page-content.blog-content .inset .blog-content__sidebar .widget-area ul li > a,
section.page-content.blog-content .inset .blog-content__sidebar .widget-area ol li > a {
  display: block;
}
section.page-content.blog-content .inset .blog-content__sidebar .widget-area ul li a,
section.page-content.blog-content .inset .blog-content__sidebar .widget-area ol li a {
  color: var(--charcoal);
  line-height: 1.2;
  text-decoration: none;
}
section.page-content.blog-content .inset .blog-content__sidebar .widget-area ul li a:hover,
section.page-content.blog-content .inset .blog-content__sidebar .widget-area ol li a:hover {
  color: var(--green);
}
section.page-content.blog-content .inset .nav-links {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: space-between;
  margin-top: 40px;
}
section.page-content.blog-content .inset .nav-links a {
  background-color: var(--grey-light);
  border-radius: 25px;
  color: var(--navy);
  display: block;
  font-size: 1em;
  font-weight: 400;
  padding: 12px 24px;
  text-decoration: none;
  text-transform: uppercase;
  text-wrap: balance;
  transition: background-color var(--transition-duration);
  width: fit-content;
}
section.page-content.blog-content .inset .nav-links a:hover {
  background-color: var(--green);
  color: var(--white);
}
section.page-content.blog-content .inset .nav-links .nav-next {
  text-align: right;
}
.top-bar {
  background-color: var(--green);
  color: var(--white);
}
.top-bar .inset {
  align-items: center;
  display: flex;
  flex-direction: row;
  height: 40px;
  justify-content: space-between;
  padding: 0 20px;
}
.top-bar .inset .phone {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
}
.top-bar .inset .phone:before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23FFF" d="M280 0C408.1 0 512 103.9 512 232c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-101.6-82.4-184-184-184c-13.3 0-24-10.7-24-24s10.7-24 24-24zm8 192a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm-32-72c0-13.3 10.7-24 24-24c75.1 0 136 60.9 136 136c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-48.6-39.4-88-88-88c-13.3 0-24-10.7-24-24zM117.5 1.4c19.4-5.3 39.7 4.6 47.4 23.2l40 96c6.8 16.3 2.1 35.2-11.6 46.3L144 207.3c33.3 70.4 90.3 127.4 160.7 160.7L345 318.7c11.2-13.7 30-18.4 46.3-11.6l96 40c18.6 7.7 28.5 28 23.2 47.4l-24 88C481.8 499.9 466 512 448 512C200.6 512 0 311.4 0 64C0 46 12.1 30.2 29.5 25.4l88-24z"/></svg>');
  background-repeat: no-repeat;
  background-size: 20px;
  content: "";
  display: inline-block;
  height: 20px;
  margin-top: 2px;
  width: 20px;
}
.top-bar .inset a {
  color: var(--white);
  text-decoration: none;
}
.top-bar .inset a:hover {
  color: var(--white);
  text-shadow: 0 0 10px var(--charcoal);
}
.top-bar .inset nav ul {
  display: flex;
  flex-direction: row;
  gap: 0;
  list-style: none;
  padding: 0;
}
.top-bar .inset nav ul li {
  padding: 10px 20px;
}
.top-bar .inset nav ul li a {
  color: var(--white);
  text-decoration: none;
}
.top-bar .inset nav ul li:hover a {
  color: var(--white);
  text-shadow: 0 0 10px var(--charcoal);
}
section.hero {
  background-color: var(--overlay-color);
  background-image: var(--bg-image);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: calc((100vh * -0.2) + 0px);
  mask-image: var(--mask-image);
  mask-position: bottom center;
  mask-repeat: no-repeat;
  mask-size: cover;
  min-height: 800px;
  height: 70vh;
  padding-bottom: 150px;
  position: relative;
  z-index: 120;
}
section.hero:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--overlay-color);
  opacity: var(--overlay-opacity);
  z-index: 1;
}
section.hero .inset {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
  justify-content: center;
  padding: 0 20px;
  position: relative;
  text-align: center;
  z-index: 2;
}
section.hero .inset .content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: min(100%, calc(var(--max-width) * .6));
  text-align: left;
}
section.hero .inset .content h1 {
  color: var(--white);
  font-family: "Encode Sans", sans-serif;
  font-weight: 400;
  font-size: 3em;
  line-height: 1;
  text-transform: uppercase;
}
section.hero .inset .content h1:first-line {
  font-size: 1.4em;
}
section.hero .inset .content h1 strong {
  font-weight: 800;
}
section.hero .inset .content p {
  color: var(--white);
  font-family: "Encode Sans", serif;
  font-size: 1.4em;
  font-weight: 300;
}
section.hero .inset .content .mwce-button {
  font-size: 1.4em;
  width: fit-content;
}
section.services {
  padding: calc((100vh * 0.2) + 0px) 20px 40px;
  position: relative;
  text-align: center;
  z-index: 110;
}
section.services--interior {
  border-top: 1px solid var(--grey-light);
  padding: 0 20px;
}
section.services:before {
  background-image: var(--bg-image);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.2;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
section.services .inset {
  position: relative;
  z-index: 2;
}
section.services .inset h2 {
  color: var(--green);
  font-family: "Encode Sans", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}
section.services .inset p.subheading {
  font-family: "copperplate", serif;
  font-weight: 300;
  text-transform: uppercase;
}
section.services .items {
  display: flex;
  flex-direction: row;
  gap: 30px;
  justify-content: center;
  margin: 30px auto 30px;
  max-width: var(--max-width);
  padding: 40px 0;
  width: 100%;
}
section.services .items__item {
  border-radius: 10px;
  color: var(--charcoal);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 300px;
  justify-content: flex-start;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all var(--transition-duration) ease-in-out;
  width: calc(100% / 4 - 60px);
}
section.services .items__item:nth-child(even) {
  margin-top: 50px;
}
section.services .items__item .hex {
  filter: drop-shadow(0px 0px 10px var(--grey));
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
section.services .items__item .hex path {
  transition: all var(--transition-duration) ease-in-out;
  fill: var(--white);
}
section.services .items__item .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mask-image: var(--mask-image);
  mask-size: 100%;
  mask-position: top center;
  mask-repeat: no-repeat;
  z-index: 2;
}
section.services .items__item .mask img {
  object-fit: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
section.services .items__item__content {
  aspect-ratio: 249/278;
  align-items: center;
  color: var(--blue);
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: center;
  padding: calc(50%) 25px 15%;
  transition: all var(--transition-duration) ease-in-out;
  width: 100%;
  z-index: 3;
}
section.services .items__item__content h3 {
  font-family: "Encode Sans", sans-serif;
  font-size: 1.8em;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}
section.services .items__item:hover {
  transform: translateY(-20px);
}
section.services .items__item:hover .hex path {
  fill: var(--salmon);
}
section.services .items__item:hover .items__item__content {
  color: var(--white);
}
section.services .content {
  max-width: calc(var(--max-width) - 300px);
  margin: 0 auto;
  text-align: center;
  width: calc(100% - 80px);
}
section.solving {
  background-color: var(--blue);
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 160px;
  min-height: 160px;
  position: relative;
}
section.solving:before {
  background-color: var(--green);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: max(20px, calc((100vw - var(--max-width)) / 2));
  z-index: 1;
}
section.solving .left {
  position: absolute;
  left: max(20px, calc((100vw - var(--max-width)) / 2));
  top: 0;
  height: 100%;
  width: auto;
}
section.solving .left .hex {
  fill: var(--green);
}
section.solving h3 {
  font-size: 2.4em;
  text-transform: uppercase;
  font-family: "copperplate", serif;
  font-weight: 500;
  font-style: normal;
}
section.half-image-half-text {
  display: flex;
  flex-direction: row;
  gap: 40px;
  justify-content: space-between;
  margin: 50px auto;
  position: relative;
  text-align: center;
  width: 100%;
}
section.half-image-half-text .image {
  background-color: var(--white);
  height: auto;
  margin: -20px 0;
  mask-image: var(--mask-image);
  mask-position: left center;
  mask-repeat: no-repeat;
  mask-size: cover;
  position: relative;
  width: calc(100% / 2);
}
section.half-image-half-text .image img {
  object-fit: cover;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
section.half-image-half-text .text {
  align-items: flex-end;
  color: var(--charcoal);
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: "Encode Sans", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  padding-top: 60px;
  padding-bottom: 50px;
  padding-left: 40px;
  width: 50%;
}
section.half-image-half-text .text .copy {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 0;
  text-align: left;
  width: min( calc(50vw - 40px), calc((var(--max-width) - 160px) / 2));
}
section.half-image-half-text .text .copy h3 {
  color: var(--blue);
  font-family: "copperplate", serif;
  font-size: 3.2em;
  line-height: 0.8;
  margin-bottom: 20px;
  text-wrap: balance;
}
section.half-image-half-text .text .copy p {
  margin-top: 0;
  margin-bottom: 20px;
}
section.half-image-half-text .text .copy a {
  color: var(--blue);
  text-decoration: none;
}
section.half-image-half-text--grey,
section.half-image-half-text:nth-child(even) {
  background-color: var(--grey-light);
}
section.half-image-half-text--grey .text .copy h3,
section.half-image-half-text:nth-child(even) .text .copy h3 {
  color: var(--green);
}
section.half-image-half-text--image-left .image,
section.half-image-half-text:nth-child(even) .image {
  mask-position: right center;
  order: 1;
}
section.half-image-half-text--image-left .text,
section.half-image-half-text:nth-child(even) .text {
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 40px;
  order: 2;
}
section.half-image-half-text--image-right .image,
section.half-image-half-text--image-right:nth-child(even) .image,
section.half-image-half-text:nth-child(odd) .image {
  mask-position: left center;
  order: 2;
}
section.half-image-half-text--image-right .text,
section.half-image-half-text--image-right:nth-child(even) .text,
section.half-image-half-text:nth-child(odd) .text {
  align-items: flex-end;
  padding-left: 40px;
  padding-right: 20px;
  order: 1;
}
section.half-image-half-text--subtle .text {
  padding-top: 30px;
  padding-bottom: 30px;
}
section.half-image-half-text--subtle .text .copy h3 {
  font-size: 2.6em;
  margin-bottom: 10px;
}
section.half-image-half-text .anchor {
  content: "";
  height: calc(var(--sticky-height) + 30px);
  left: 0;
  position: absolute;
  top: calc((var(--sticky-height) + 30px) * -1);
  width: 100%;
}
section.multiple-toggles {
  background-image: var(--bg-image);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  position: relative;
}
section.multiple-toggles:before {
  background-color: var(--overlay-color);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: var(--overlay-opacity);
  z-index: 1;
}
section.multiple-toggles .inset {
  position: relative;
  z-index: 2;
}
section.multiple-toggles .inset h2 {
  color: var(--white);
  font-family: "Encode Sans", sans-serif;
  font-size: 2.8em;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}
section.multiple-toggles .inset p.subheading {
  color: var(--white);
  font-family: "copperplate", serif;
  font-weight: 300;
  text-align: center;
  text-wrap: balance;
  text-transform: uppercase;
}
section.multiple-toggles .inset .toggles {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin: 30px auto 0;
  max-width: 900px;
  width: calc(100% - 80px);
}
section.multiple-toggles .inset .toggles__item {
  background: #FFFFFFEE;
  border: 1px solid var(--white);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  transition: all var(--transition-duration) ease-in-out;
}
section.multiple-toggles .inset .toggles__item:before {
  background-color: #DDD;
  border-radius: 10px 0 0 10px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all var(--transition-duration) ease-in-out;
  width: 0;
  z-index: 1;
}
section.multiple-toggles .inset .toggles__item .left {
  position: absolute;
  left: 0;
  top: -68px;
  height: 200px;
  transition: all var(--transition-duration) ease-in-out;
  width: auto;
  z-index: 1;
}
section.multiple-toggles .inset .toggles__item .left .hex {
  fill: #DDD;
  transition: all var(--transition-duration) ease-in-out;
}
section.multiple-toggles .inset .toggles__item.active {
  background-color: var(--white);
}
section.multiple-toggles .inset .toggles__item.active:before {
  background-color: var(--green-light);
  width: 20px;
}
section.multiple-toggles .inset .toggles__item.active .left {
  left: 20px;
}
section.multiple-toggles .inset .toggles__item.active .left .hex {
  fill: var(--green-light);
}
section.multiple-toggles .inset .toggles__item.active .toggles__item__heading {
  color: var(--green-hover);
}
section.multiple-toggles .inset .toggles__item__heading {
  align-items: center;
  color: var(--green);
  cursor: pointer;
  display: flex;
  flex-direction: row;
  font-size: 1.3em;
  font-weight: 600;
  gap: 60px;
  justify-content: flex-start;
  line-height: 1.1;
  padding: 20px 20px 10px;
  position: relative;
  user-select: none;
  transition: all var(--transition-duration) ease-in-out;
  z-index: 2;
  /*&:hover {
                        color: var(--navy);
                    }*/
}
section.multiple-toggles .inset .toggles__item__heading:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23687833" d="M256 80l0-32-64 0 0 32 0 144L48 224l-32 0 0 64 32 0 144 0 0 144 0 32 64 0 0-32 0-144 144 0 32 0 0-64-32 0-144 0 0-144z"/></svg>');
  display: block;
  height: 16px;
  position: relative;
  top: -2px;
  width: 16px;
}
section.multiple-toggles .inset .toggles__item__content {
  display: grid;
  grid-template-rows: 0fr;
  font-size: 1em;
  line-height: 1.5;
  padding-left: 96px;
  padding-right: 40px;
  transition: all var(--transition-duration) ease-in-out;
}
section.multiple-toggles .inset .toggles__item__content__inner {
  border-top: 1px solid var(--green-30);
  overflow: hidden;
  position: relative;
  transition: all var(--transition-duration) ease-in-out;
}
section.multiple-toggles .inset .toggles__item__content__inner p {
  margin-bottom: 20px;
}
section.multiple-toggles .inset .toggles__item.open .toggles__item__heading:before {
  content: '';
}
section.multiple-toggles .inset .toggles__item.open .toggles__item__content {
  grid-template-rows: 1fr;
}
section.multiple-toggles .inset .toggles__item.open .toggles__item__content__inner {
  border-top-color: var(--green);
}
section.multiple-toggles .inset .toggles--columns-2 {
  grid-template-columns: 1fr 1fr;
}
section.multiple-toggles .inset .toggles--columns-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.wastewater-solutions {
  position: relative;
}
.wastewater-solutions .sticky-menu {
  background-color: var(--green);
  padding: 0 20px;
  position: sticky;
  top: 0;
  z-index: 100;
}
.wastewater-solutions .sticky-menu nav {
  align-items: center;
  background-color: var(--green);
  border-bottom: 1px solid var(--green);
  border-top: 1px solid var(--green);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.wastewater-solutions .sticky-menu nav a {
  color: var(--white);
  display: block;
  font-weight: 500;
  height: var(--sticky-height);
  padding: 20px;
  text-decoration: none;
  position: relative;
  z-index: 1;
}
.wastewater-solutions .sticky-menu nav a:hover,
.wastewater-solutions .sticky-menu nav a a.active {
  background-color: var(--green-hover);
}
footer {
  background: var(--blue-dark);
  color: var(--white);
  font-size: 1.1em;
  padding: 20px 0 0;
  text-align: center;
}
footer .columns {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: space-between;
}
footer .columns__column {
  width: 30%;
}
footer .columns__column h3 {
  color: var(--green-light);
  font-family: "Encode Sans", sans-serif;
  font-size: 1.3em;
  font-weight: 800;
  margin-bottom: 20px;
  text-align: left;
  text-transform: uppercase;
}
footer .columns__column img.home-logo {
  height: auto;
  width: 260px;
}
footer .columns__column--column-left {
  text-align: left;
}
footer .columns__column--column-left p {
  text-align: left;
}
footer .columns__column--contact {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
footer .columns__column--contact .contact-button {
  background-color: var(--salmon);
  border-radius: 10px;
  color: var(--white) !important;
  cursor: pointer;
  font-weight: 400;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  transition: all var(--transition-duration) ease-in-out;
  background-color: var(--green);
  width: fit-content;
}
footer .columns__column--contact .contact-button:hover {
  box-shadow: var(--shadow-elevation-medium);
  color: var(--white);
}
footer .columns__column--contact .contact-button:hover {
  background-color: var(--green-light);
  box-shadow: var(--shadow-elevation-medium);
  color: var(--charcoal);
}
footer .columns__column--contact p {
  font-size: 1em;
  padding-left: 5px;
}
footer .columns__column--contact p strong {
  color: var(--white);
  font-size: 1.1em;
  font-weight: 500;
}
footer .columns__column--menu {
  padding-top: 20px;
  width: 30%;
}
footer .columns__column--menu nav ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  justify-content: center;
  padding: 0;
}
footer .columns__column--menu nav ul li {
  padding: 0;
}
footer .columns__column--menu nav ul li a {
  color: var(--white);
  text-decoration: none;
}
footer .columns__column--menu nav ul li:hover a {
  color: var(--white);
  text-shadow: 0 0 10px var(--charcoal);
}
footer .columns__column--posts {
  padding-top: 20px;
  width: 40%;
}
footer .columns__column--posts ul.posts {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  list-style: none;
  margin: 0 40px 0 0;
  padding: 0;
}
footer .columns__column--posts ul.posts li {
  padding: 0;
  text-align: left;
}
footer .columns__column--posts ul.posts li strong {
  font-weight: 500;
  font-size: 1.2em;
  line-height: 1.1;
}
footer .columns__column--posts ul.posts li p {
  font-size: 0.9em;
  line-height: 1.3;
  margin: 0;
  text-wrap: pretty;
}
footer .columns__column--posts ul.posts li p.post-date {
  color: #FFFFFFCC;
}
footer .columns__column--posts ul.posts li a {
  color: var(--white);
  display: flex;
  flex-direction: column;
  gap: 3px;
  text-decoration: none;
}
footer .columns__column--posts ul.posts li:hover a {
  color: var(--white);
  text-shadow: 0 0 10px var(--charcoal);
}
footer .copyright {
  background-color: var(--navy);
  color: #FFFFFFBB;
  font-size: 0.8em;
  margin-top: 40px;
  padding: 20px 0;
}
footer .inset {
  color: var(--navy);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 50vh;
  padding-bottom: 0;
}
footer a {
  color: var(--white);
  text-decoration: none;
}
footer a.phone {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: flex-start;
}
footer a.phone:before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23FFF" d="M280 0C408.1 0 512 103.9 512 232c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-101.6-82.4-184-184-184c-13.3 0-24-10.7-24-24s10.7-24 24-24zm8 192a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm-32-72c0-13.3 10.7-24 24-24c75.1 0 136 60.9 136 136c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-48.6-39.4-88-88-88c-13.3 0-24-10.7-24-24zM117.5 1.4c19.4-5.3 39.7 4.6 47.4 23.2l40 96c6.8 16.3 2.1 35.2-11.6 46.3L144 207.3c33.3 70.4 90.3 127.4 160.7 160.7L345 318.7c11.2-13.7 30-18.4 46.3-11.6l96 40c18.6 7.7 28.5 28 23.2 47.4l-24 88C481.8 499.9 466 512 448 512C200.6 512 0 311.4 0 64C0 46 12.1 30.2 29.5 25.4l88-24z"/></svg>');
  background-repeat: no-repeat;
  background-size: 20px;
  content: "";
  display: inline-block;
  height: 20px;
  margin-top: 0;
  width: 20px;
}
footer a:hover {
  text-shadow: 0 0 10px var(--charcoal);
}
footer .contact-info {
  align-items: center;
  background-color: var(--light-grey);
  border-radius: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: var(--max-width);
  min-height: 300px;
  padding: 40px 60px;
  position: relative;
  top: -160px;
  width: calc(100% - 40px);
}
footer .contact-info .info,
footer .contact-info .logo {
  color: #111;
  padding: 20px;
  width: 50%;
}
footer .contact-info .info {
  font-size: 1.2em;
  text-align: left;
}
footer .contact-info .info h3 {
  color: var(--blue);
  font-size: 2.4em;
  line-height: 1.1;
  margin-bottom: 20px;
}
footer .contact-info .info a {
  color: var(--blue);
}
footer .contact-info .info a:hover {
  color: var(--navy);
}
footer .contact-info .info strong {
  color: var(--blue);
  font-weight: 500;
}
footer .contact-info .logo {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}
footer .contact-info .logo p {
  font-size: 1.1em;
}
footer .contact-info .logo a {
  display: block;
}
footer .contact-info .logo img {
  height: auto;
  max-width: 320px;
  width: 100%;
}
@media screen and (max-width: 940px) {
  .mobile-only {
    display: block;
  }
  .not-mobile {
    display: none;
  }
  #is-mobile {
    display: block;
  }
  * {
    --header-height: 90px;
  }
  .top-bar {
    display: none;
  }
  header#header {
    top: 0;
  }
  header#header .inset {
    padding: 0 20px;
  }
  header#header .inset .branding {
    position: static;
    z-index: 10;
  }
  header#header .inset .branding:before {
    border-bottom: 1px solid #00000022;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--blue);
  }
  header#header .inset .branding img {
    height: 45px;
    position: relative;
    top: 3px;
    width: auto;
  }
  header#header .inset nav {
    background-color: var(--green);
    display: none;
    height: 100vh;
    left: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-top: var(--header-height);
    position: fixed;
    top: 0;
    width: 100%;
  }
  header#header .inset nav ul.menu {
    flex-direction: column;
    gap: 0;
    padding: 0;
  }
  header#header .inset nav ul.menu > li,
  header#header .inset nav ul.menu > li:hover {
    border-top: #00000011 1px solid;
    font-size: 1.2em;
    padding: 0;
    text-align: center;
    width: 100%;
  }
  header#header .inset nav ul.menu > li > a,
  header#header .inset nav ul.menu > li:hover > a {
    filter: none;
    text-shadow: none;
  }
  header#header .inset nav ul.menu > li a,
  header#header .inset nav ul.menu > li:hover a {
    filter: none;
    display: block;
    padding: 12px 0;
  }
  header#header .inset nav ul.menu > li.menu-item-has-children,
  header#header .inset nav ul.menu > li:hover.menu-item-has-children {
    display: block;
  }
  header#header .inset nav ul.menu > li.menu-item-has-children:after,
  header#header .inset nav ul.menu > li:hover.menu-item-has-children:after {
    display: block;
    line-height: 14px;
    position: absolute;
    right: 20px;
    top: 27px;
    transform: translateY(-50%);
  }
  header#header .inset nav ul.menu > li:last-child,
  header#header .inset nav ul.menu > li:hover:last-child {
    border-top: none;
    padding: 10px;
  }
  header#header .inset nav ul.menu > li:last-child a,
  header#header .inset nav ul.menu > li:hover:last-child a {
    display: block;
    width: 100%;
  }
  header#header .inset nav ul.menu > li > ul,
  header#header .inset nav ul.menu > li:hover > ul {
    background-color: transparent;
    border: none;
    display: none;
    left: 0;
    padding: 0 0 10px;
    position: relative;
    top: 0;
    width: 100%;
  }
  header#header .inset nav ul.menu > li > ul li a,
  header#header .inset nav ul.menu > li:hover > ul li a {
    color: #FFF;
    display: block;
    font-size: 1.1rem !important;
    font-weight: 400;
    padding: 5px 10px;
  }
  header#header .inset nav ul.menu > li > ul li:hover a,
  header#header .inset nav ul.menu > li:hover > ul li:hover a {
    text-shadow: none;
  }
  header#header .inset nav ul.menu > li.menu-item--active ul,
  header#header .inset nav ul.menu > li:hover.menu-item--active ul {
    display: block;
  }
  header#header .inset nav ul.menu > li.menu-item--active:after,
  header#header .inset nav ul.menu > li:hover.menu-item--active:after {
    transform: translateY(-50%) rotate(180deg);
  }
  header#header .inset nav .menu-main-menu-container {
    background-color: var(--blue);
    padding: 20px 0;
  }
  header#header .inset nav .menu-main-menu-container ul.menu > li {
    border-top-color: #00000022;
  }
  header#header .inset nav .menu-main-menu-container ul.menu > li:first-child {
    border-top: none;
  }
  header#header .inset nav .menu-top-menu-container {
    background-color: var(--green);
    display: block;
    padding: 20px 0;
  }
  header#header .inset nav .menu-top-menu-container ul.menu > li {
    border-top-color: #00000022;
    font-size: 1.1em;
  }
  header#header .inset nav .menu-top-menu-container ul.menu > li > a {
    color: var(--white);
    font-weight: 500;
  }
  header#header .inset nav .menu-top-menu-container ul.menu > li:hover a {
    color: var(--white);
    text-shadow: 0 0 10px var(--charcoal);
  }
  header#header .inset nav .menu-top-menu-container ul.menu > li:first-child {
    border-top: none;
  }
  header#header .inset nav .menu-top-menu-container ul.menu > li:last-child {
    border-top: #00000022 1px solid;
  }
  header#header .inset nav .menu-top-menu-container ul.menu > li:last-child a {
    background-color: transparent;
    margin: 0;
    padding: 0;
  }
  header#header .inset--active nav {
    display: block;
  }
  header#header.menus--active {
    background-color: var(--blue);
    position: fixed;
  }
  header#header.menus--active .inset nav {
    display: block;
  }
  header#header .mobile-menu-button {
    --line-inset: 7px;
    border-radius: 4px;
    color: #FFF;
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: center;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    z-index: 1000;
  }
  header#header .mobile-menu-button__line {
    background-color: #FFF;
    border-radius: 2px;
    position: absolute;
    top: calc(var(--line-inset) + 4px);
    left: var(--line-inset);
    height: 4px;
    width: calc(100% - (var(--line-inset) * 2));
    transition: all 0.1s ease-in-out;
  }
  header#header .mobile-menu-button__line:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  header#header .mobile-menu-button__line:nth-child(3) {
    top: auto;
    bottom: calc(var(--line-inset) + 4px);
  }
  header#header .mobile-menu-button--active .mobile-menu-button__line:nth-child(1) {
    top: 18px;
    transform: rotate(45deg);
  }
  header#header .mobile-menu-button--active .mobile-menu-button__line:nth-child(2) {
    display: none;
  }
  header#header .mobile-menu-button--active .mobile-menu-button__line:nth-child(3) {
    bottom: 18px;
    transform: rotate(-45deg);
  }
  header#header.interior .inset .branding:before {
    border-bottom: 1px solid var(--grey-light);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--white);
  }
  header#header.interior .inset nav {
    background-color: var(--green);
  }
  header#header.interior .inset nav ul.menu > li > ul li a {
    color: #000;
  }
  header#header.interior .inset nav .menu-main-menu-container {
    background-color: var(--white);
  }
  header#header.interior .inset nav .menu-top-menu-container ul.menu > li {
    border-top-color: #00000022;
  }
  header#header.interior .mobile-menu-button__line {
    background-color: var(--charcoal);
  }
  header#header :has(.menus--active) {
    position: fixed;
    width: 100%;
  }
  .page-header .inset:before {
    width: 0;
  }
  .page-header .inset .left {
    left: 0;
  }
  .page-header .inset h1 {
    font-size: 2em;
  }
  section.hero {
    padding-top: var(--header-height);
  }
  section.services .inset h2 {
    line-height: 1.1;
  }
  section.services .inset .items {
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
  }
  section.services .inset .items__item {
    height: auto;
    width: 100%;
  }
  section.services .inset .items__item:nth-child(even) {
    margin-top: 0;
  }
  section.solving {
    height: auto;
    min-height: 140px;
    padding-left: 80px;
  }
  section.solving h3 {
    font-size: 2.2em;
    line-height: 1.1;
  }
  section.half-image-half-text {
    flex-direction: column;
  }
  section.half-image-half-text .text {
    order: 2;
    padding: 20px;
    width: 100%;
  }
  section.half-image-half-text .text .copy {
    width: 100%;
  }
  section.half-image-half-text .image {
    height: 200px;
    mask-position: 20px center;
    order: 1;
    width: 100%;
  }
  section.half-image-half-text .image img {
    display: inline-block;
    height: 100%;
    left: auto;
    object-fit: cover;
    right: 0;
    width: calc(100% - 20px);
  }
  section.half-image-half-text:nth-of-type(odd) {
    z-index: 2;
  }
  section.half-image-half-text:nth-of-type(odd) .image {
    mask-position: calc(100% - 20px) center;
    order: 1;
  }
  section.half-image-half-text:nth-of-type(odd) .image img {
    left: 0;
    right: auto;
  }
  section.half-image-half-text--image-left {
    z-index: 2;
  }
  section.half-image-half-text--image-left .image {
    mask-position: calc(100% - 20px) center !important;
    order: 1;
  }
  section.half-image-half-text--image-left .image img {
    left: 0;
    right: auto;
  }
  section.half-image-half-text--image-right {
    z-index: 2;
  }
  section.half-image-half-text--image-right .text {
    order: 2 !important;
  }
  section.half-image-half-text--image-right .image {
    mask-position: 20px center !important;
    order: 1 !important;
  }
  section.half-image-half-text--image-right .image img {
    left: auto !important;
    right: 0 !important;
  }
  section.page-content .inset {
    padding: 20px;
  }
  section.page-content .columns {
    flex-direction: column;
    gap: 0;
  }
  section.page-content .columns__column {
    flex-basis: 100%;
    width: 100%;
  }
  section.page-content .columns__column--image {
    display: block;
    height: 240px;
  }
  section.page-content .columns__column--copy {
    padding: 20px 0;
  }
  section.page-content .columns__column--copy .inset {
    padding: 0;
  }
  section.page-content .columns__column--wide {
    flex-basis: 100%;
    margin-bottom: 30px;
  }
  section.page-content .columns__column--narrow {
    flex-basis: 100%;
    margin-bottom: 30px;
  }
  section.page-content .columns__column .boxes {
    display: block;
  }
  section.page-content .columns__column .boxes__box {
    gap: 40px;
    margin-bottom: 20px;
    padding: 20px 20px 20px 10px;
  }
  section.page-content .columns__column .boxes--big .boxes__box {
    gap: 20px;
    padding: 20px;
  }
  section.page-content.blog-content .inset {
    flex-direction: column;
  }
  section.page-content.blog-content .inset .blog-content__posts {
    display: block;
    max-width: 100%;
    padding-right: 0;
    width: 100%;
  }
  section.page-content.blog-content .inset .blog-content__posts article {
    margin-bottom: 20px;
    width: 100%;
  }
  section.page-content.blog-content .inset .blog-content__post {
    display: block;
    max-width: 100%;
    padding-right: 0;
    width: 100%;
  }
  section.page-content.blog-content .inset .blog-content__sidebar {
    border-left: 0;
    padding-left: 0;
    width: 100%;
  }
  section.multiple-toggles .inset .toggles {
    width: 100%;
  }
  .wastewater-solutions .sticky-menu {
    padding: 0;
    position: relative;
  }
  .wastewater-solutions .sticky-menu nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .wastewater-solutions .sticky-menu nav a {
    border-bottom: 1px solid var(--green-hover);
    height: auto;
    padding: 10px 20px;
    text-align: center;
  }
  footer#footer .inset .columns {
    flex-direction: column;
  }
  footer#footer .inset .columns__column {
    width: 100%;
  }
}
/*# sourceMappingURL=style.less.css.map */