@charset "UTF-8";
/* @link https://utopia.fyi/space/calculator?c=240,16,1.125,1280,20,1.25,5,2,&s=0.75|0.5|0.25|0.125|0.0625,1.5|2|3|4|6|8,s-l&g=s,l,xl,12 */
/* @link https://utopia.fyi/space/calculator?c=240,16,1.125,1280,20,1.25,5,2,&s=0.75|0.5|0.25|0.125|0.0625,1.5|2|3|4|6|8,s-l&g=s,l,xl,12 */
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap");
.wp-block-list.is-style-circles-list ul {
  list-style: none;
}
.wp-block-list.is-style-circles-list li {
  list-style: none;
  padding: 0 0 1em 0;
  position: relative;
  font-size: 1.1rem;
}
.wp-block-list.is-style-circles-list li::before {
  background-image: url("/wp-content/themes/headscape-2025/assets/images/icon-bullet2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  height: 0.9em;
  width: 0.9em;
  left: -1.6em;
  top: 0.4em;
}
.wp-block-list.is-style-circles-list li:last-of-type {
  padding-bottom: 0;
}

.wp-block-list.is-style-left-line-list {
  background: none;
}
.wp-block-list.is-style-left-line-list ul {
  list-style: none;
}
.wp-block-list.is-style-left-line-list li {
  list-style: none;
  padding: 0 0 0.25em 0;
  position: relative;
  font-size: 1.1rem;
}
.wp-block-list.is-style-left-line-list li::before {
  background-size: cover;
  background-repeat: no-repeat;
  content: "• ";
  position: absolute;
  height: 1.2em;
  width: 0.6em;
  left: -20px;
  top: -0.45em;
  font-size: 2em;
}
.wp-block-list.is-style-left-line-list li:last-of-type {
  padding-bottom: 0;
}

.wp-block-list.is-style-tick-list ul {
  list-style: none;
}
.wp-block-list.is-style-tick-list li {
  list-style: none;
  padding: 0 0 1em 0;
  position: relative;
  font-size: 1.1rem;
}
.wp-block-list.is-style-tick-list li::before {
  background-image: url("/wp-content/themes/headscape-2025/assets/images/icon-bullet-tick.svg");
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  height: 1em;
  width: 1em;
  left: -1.5em;
  top: 0.3em;
}
.wp-block-list.is-style-tick-list li:last-of-type {
  padding-bottom: 0;
}

.wrap-block-editor {
  margin: 2rem 0 0 0;
}

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input { /* 1 */
  overflow: visible;
}

button,
select { /* 1 */
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

summary {
  display: list-item;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: white;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.75;
}
.hamburger.is-active:hover {
  opacity: 0.75;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #007b79;
}

.hamburger-box {
  width: 2.75em;
  height: 2.25em;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -0.125em;
  background-color: #fff;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 2.75em;
  height: 0.25em;
  background-color: #fff;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -1em;
}
.hamburger-inner::after {
  bottom: -1em;
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.facets-filters {
  margin: 2.5vh 0 4em 0;
}
.facets-filters .facets {
  margin: 0;
}
@media (min-width: 70em) {
  .facets-filters summary {
    display: none;
  }
}

.facets {
  margin: 2.5vh 0 4em 0;
  padding: 0 0 4em;
}
.facets:after {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  border-bottom: 1px dashed rgba(125, 125, 125, 0.4);
  position: absolute;
  left: 0;
  margin-top: 4em;
}

.facet-wrap {
  margin: 0 0 0 0;
}
.facet-wrap .facetwp-facet {
  margin-bottom: 0 !important;
}
@media (min-width: 70em) {
  .facet-wrap .facetwp-facet {
    -moz-column-count: 4 !important;
         column-count: 4 !important;
  }
}
.facet-wrap .facetwp-facet .facetwp-checkbox {
  text-indent: 1.2em;
  position: relative;
  padding: 0;
  margin: 0;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.facet-wrap .facetwp-facet .facetwp-checkbox:before {
  content: "";
  display: block;
  width: 0.9em;
  height: 0.9em;
  background: #eee;
  position: absolute;
  top: 0.6em;
  left: 0;
  box-shadow: inset 0 0 0 1px #888, inset 0 0 0 2px #fff;
  border-radius: 3px;
}
.facet-wrap .facetwp-facet .facetwp-checkbox.checked:before {
  background: #007b79;
}
.facet-wrap .facet-label {
  display: none;
  width: 100%;
  line-height: 1.5;
  font-size: 2rem;
  font-weight: 300;
  margin: 1em 0 0.5em 0;
}
.facet-wrap .facetwp-counter {
  color: #222;
}

.gform-theme form {
  max-width: 40rem;
}
.gform-theme form legend {
  font-size: 1.4em !important;
  padding-bottom: 0.5em;
}
.gform-theme form label {
  font-size: 0.9em !important;
}
.gform-theme form .button {
  background: black !important;
  margin-top: 1em !important;
  padding: 0.6em 0.9em !important;
  font-size: 1.2em !important;
}

html {
  position: relative;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  font-size: 95%;
}
@media (max-width: 359px) {
  html {
    font-size: 90%;
  }
}
@media (min-width: 50em) and (min-height: 20em) {
  html {
    font-size: 100%;
  }
}
@media (min-width: 90em) and (min-height: 20em) {
  html {
    font-size: 105%;
  }
}
@media (min-width: 95em) and (min-height: 20em) {
  html {
    font-size: 108%;
  }
}
@media (min-width: 105em) and (min-height: 50em) {
  html {
    font-size: 110%;
  }
}
@media (min-width: 115em) and (min-height: 60em) {
  html {
    font-size: 115%;
  }
}

body {
  font-family: "IBM Plex Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  line-height: 2;
  font-size: 1rem;
  font-weight: 300;
  tap-highlight-color: rgba(94, 159, 145, 0.75);
}
@media screen {
  body {
    background: white;
    color: black;
  }
}

::-moz-selection {
  background: rgba(94, 159, 145, 0.2);
}

::selection {
  background: rgba(94, 159, 145, 0.2);
}

a {
  color: #222;
  cursor: pointer;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(34, 34, 34, 0.25);
  transition: color 0.2s;
  font-weight: normal;
}
@supports (font-variation-settings: "wght" 325) {
  a {
    font-weight: 325 !important;
  }
}

a:hover, a:focus {
  color: #5e9f91;
}

a img {
  border: 0;
}

a[href^=mailto], .url {
  word-break: break-word;
}

:where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6) {
  line-height: 1.5;
  font-weight: 300;
  color: var(--heading-color, #222);
}
@supports (font-variation-settings: "wght" 230) {
  :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6) {
    font-weight: 230;
  }
}
:where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6) a {
  color: #222;
  border-color: #222;
  font-weight: 300;
}
@supports (font-variation-settings: "wght" 325) {
  :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6) a {
    font-weight: 325;
  }
}

:where(h1) {
  margin: 0 0 1.5rem;
  color: white;
  animation: 0.5s ease-out 0s 1 slideInFromLeft;
}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-2.5%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInFromLeft2 {
  0% {
    transform: translateX(-2.5%);
    opacity: 0;
  }
  33% {
    transform: translateX(-2.5%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
:where(h2, h3, h4, h5, h6) {
  margin: 2.5rem 0 1.5rem;
}

h1 + h2,
h2 + h3,
h3 + h4,
h4 + h5,
h5 + h6,
.subheading {
  margin-top: 0;
}

h2 + .subheading {
  margin-top: -1.5em;
  margin-bottom: 3.5em;
}
h2 + .subheading a {
  font-weight: 300;
}

h2 + .cardGroup {
  margin-top: 4rem;
}

:where(h1, .h1) {
  font-size: 4.5rem;
}

:where(h2, .h2) {
  font-size: 2rem;
}

:where(h3, .h3) {
  font-size: 1.3rem;
}

:where(h4, .h4) {
  font-size: 1.2rem;
}

:where(h5, .h5) {
  font-size: 1.1rem;
}

:where(h6, .h6) {
  font-size: 1rem;
}

@media (min-width: 70em) and (min-height: 30em) {
  :where(h1, .h1) {
    font-size: 4.5rem;
  }
  :where(h2, .h2) {
    font-size: 2.5rem;
  }
  :where(h3, .h3) {
    font-size: 1.7rem;
  }
  :where(h4, .h4) {
    font-size: 1.3rem;
  }
  :where(h5, .h5) {
    font-size: 1.2rem;
  }
  :where(h6, .h6) {
    font-size: 1.1rem;
  }
}
p {
  margin: 0 0 1.5em;
  max-width: 40rem;
}
p:empty {
  margin: 0;
}

:where(#main-content p) a {
  color: #007b79;
  text-decoration-color: rgba(0, 123, 121, 0.75);
}
:where(#main-content p) a:hover, :where(#main-content p) a:focus {
  text-decoration-color: #5e9f91;
}

acronym, abbr {
  border-bottom: 1px dotted #333;
}

strong,
.strong {
  font-weight: bold;
}
@supports (font-variation-settings: "wght" 475) {
  strong,
  .strong {
    font-weight: 475 !important;
  }
}

i {
  font-style: normal;
}

em {
  font-style: italic;
}

nav {
  line-height: 1;
}
nav ul {
  list-style: none;
  padding: 0;
  max-width: none;
}
nav a {
  text-decoration: none;
}

dl {
  margin: 0 0 1.5rem;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0;
}

hr {
  clear: both;
  height: 1px;
  border: 0 !important;
  border-bottom: 1px dashed rgba(125, 125, 125, 0.4) !important;
  margin-top: 2rem;
  margin-bottom: 2rem;
  width: 100vw;
  position: relative;
  left: -1.5rem;
}
@media (min-width: 70em) {
  hr {
    margin-top: 8rem;
    margin-bottom: 8rem;
    left: calc(-15vw - 2.5rem);
  }
}
@media (min-width: 90em) {
  hr {
    left: calc(-15vw - 2.5rem);
  }
}

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

iframe {
  max-width: 100%;
}

figure {
  position: relative;
  margin: 2.5rem 0;
}
@media (min-width: 40em) {
  figure.alignright figcaption {
    padding: 0.75rem 0 0.5rem calc(100% - 22em);
    text-align: right;
  }
}
figure.is-style-border > img {
  box-shadow: 0 5em 2em -5em rgba(0, 0, 0, 0.35), 0 0 3px rgba(0, 0, 0, 0.25), 0 0 0 0.5em #eee;
  margin-left: 0.5em;
  margin-right: 0.5em;
  max-width: calc(100% - 1em);
}

figcaption {
  padding: 0.75rem calc(100% - 35em) 0.5rem 0;
  font-size: 0.8rem;
  line-height: 1.75;
  color: black;
  max-width: 66vw;
  display: block !important;
  box-sizing: border-box;
  opacity: 0.65;
}
figcaption p:last-child {
  margin-bottom: 0;
}

address {
  font-style: normal;
}

li {
  margin-bottom: 0.5rem;
}

ul {
  margin: 0 0 1.5rem;
  padding-inline-start: 1.5em;
  max-width: 40rem;
  list-style-type: square;
}
ul ul {
  margin: 0.75rem 0 1.5rem;
}

:where(ul) ::marker {
  font-size: 1.35em;
  color: var(--bullet-color, var(--text-color, #222));
}

ol {
  margin: 0 0 1.5rem;
  padding-inline-start: 2em;
  max-width: 40rem;
}
ol ol {
  margin: 0.75rem 0 1.5rem;
}

:where(ol) ::marker {
  font-weight: bolder;
  color: var(--bullet-color, var(--text-color, #222));
}

details summary :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6) {
  margin: 0;
  display: inline;
  cursor: pointer;
  position: relative;
  top: 0.1rem;
  font-weight: 400;
}

table {
  font-size: 0.85em;
  margin: 0 0 2rem;
  border-color: #f3f3f3;
  border-spacing: 0;
  border-collapse: collapse;
  line-height: 1.75;
}
table p:last-child {
  margin-bottom: 0;
}
table .button:only-child {
  margin: 0;
}

caption {
  text-align: start;
}

thead tr {
  border-bottom: 1px solid #f3f3f3;
}
thead td, thead th {
  background: #fff;
  border-bottom: 1px solid #f3f3f3;
  vertical-align: bottom;
}

tfoot {
  border-top: 1px solid #f3f3f3;
}

tr {
  background: white;
  border-bottom: 1px solid #f3f3f3;
}
tr:nth-child(even) {
  background: white;
}

td, th {
  padding: 1em;
}

th {
  background: rgba(255, 255, 255, 0.5);
  font-weight: 700;
  text-align: start;
}

td {
  vertical-align: middle;
}

hgroup,
.hgroup {
  margin: 0 0 2rem;
}
hgroup :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6),
.hgroup :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6) {
  margin: 0 0 0.5rem;
}

input[type=text],
input[type=password],
input[type=number],
input[type=email],
input[type=tel],
input[type=search],
input[type=date],
input[type=time],
textarea,
select {
  width: 100%;
  max-width: 15em;
  font-size: 1.1em;
  padding: 0.6125em 0.75em;
  line-height: 1.75;
  border: 0;
  box-sizing: border-box;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

fieldset {
  border: 0;
  padding: 0;
  margin-bottom: 2rem;
}

legend {
  line-height: 1.5;
  font-size: 2rem;
  font-weight: 300;
  color: #222;
  margin-bottom: 1.5rem;
}

textarea {
  max-width: 30em;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("../img/icon-chevron-down-primary.svg") no-repeat right 0.75em center;
  background-size: 0.75em;
  padding-right: 3em;
}
select::-ms-expand {
  display: none;
}

legend {
  margin-bottom: 0.5rem;
}

label {
  display: block;
}

pre {
  clear: both;
  font-size: 0.9em;
  line-height: 1.75;
  margin: 1.5rem 0;
  padding: 1em;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
  background: black;
  color: #fff;
  max-width: 100%;
  overflow: auto;
}
pre::-moz-selection {
  background: rgba(94, 159, 145, 0.75);
  color: white;
}
pre::selection {
  background: rgba(94, 159, 145, 0.75);
  color: white;
}

code {
  display: inline-block;
  line-height: 1.75;
  font-size: 0.8em;
  background: rgba(34, 34, 34, 0.05);
  padding: 0 0.2em;
  color: #222;
  border: 1px rgba(34, 34, 34, 0.25) solid;
  border-radius: 0.2em;
}

.intro,
.is-style-intro {
  font-size: 1.5em;
  line-height: 1.5;
}

.intro-xl,
.is-style-intro-xl {
  font-size: 1.2rem;
  line-height: 1.75;
  max-width: 40rem;
}
@media (min-width: 40em) {
  .intro-xl,
  .is-style-intro-xl {
    font-size: 1.3em;
  }
}

.caps {
  text-transform: uppercase;
}

.url {
  color: black;
}

.excerpt {
  display: block;
  font-size: 1.5rem;
  max-width: 50rem;
  line-height: 1.7;
  animation: 0.75s ease-out 0s 1 slideInFromLeft2;
}
@supports (font-variation-settings: "wght" 230) {
  .excerpt {
    font-weight: 230;
  }
}
.excerpt a {
  color: white;
  text-decoration: underline;
}
.excerpt a:hover {
  color: #aaa;
}

.pageHeader h1 + h3.margin-top-sm {
  padding: 0;
  margin: 0;
  position: relative;
  top: -0.75rem;
}

.read-more {
  display: none;
}

.post-type-archive-team article {
  margin-top: 2.5rem;
}

.facetwp-checkbox {
  font-weight: normal;
}
@supports (font-variation-settings: "wght" 325) {
  .facetwp-checkbox {
    font-weight: 325 !important;
  }
}

@media screen {
  html {
    background: white;
  }
}

body {
  --scrollbar: 20px; /* default if Javascript is disabled */
}

html,
body {
  position: static;
}

@media (min-width: 70rem) {
  body::after {
    content: "";
    position: fixed;
    top: 0;
    left: 15vw;
    height: 100vh;
    display: block;
    width: 1px;
    z-index: 500;
    border-left: 1px dashed rgba(125, 125, 125, 0.4);
  }
}

main {
  position: relative;
  z-index: 1;
  margin-bottom: 2.5rem;
}
main:after {
  content: "";
  display: table;
  clear: both;
}
main:where(:has(> .slab:last-child)), main:where(:has(> .wrap > .slab:last-child)), main:where(:has(.wrap-content-center > .slab:last-child)) {
  margin-bottom: 0;
}

section {
  margin: 0 0 4rem;
}
section:first-child {
  margin-top: 0;
}

.wrap {
  margin: 0 1.5rem;
}
@media (min-width: 70rem) {
  .wrap {
    margin: 0 0 0 15vw;
    padding: 0 clamp(1.5rem, 3.5vw, 4rem);
    max-width: 80vw;
  }
}

.wrap-content-center {
  padding: 0 0 0 0;
  margin: 4rem auto 0 auto;
}
.wrap-content-center:after {
  content: "";
  display: table;
  clear: both;
}
.wrap-content-center + h2, .wrap-content-center + h3, .wrap-content-center + h4, .wrap-content-center + h5, .wrap-content-center + h6, .wrap-content-center .wp-block-heading {
  margin-top: 0;
}

.wrap-content-center > *:not([data-align]):not([class*=align]),
.wp-block:not([data-align]):not([class*=align]) {
  max-width: 40rem;
  margin-right: auto;
}
.wrap-content-center > *[data-align=wide], .wrap-content-center > *.align-wide, .wrap-content-center > *.alignwide,
.wp-block[data-align=wide],
.wp-block.align-wide,
.wp-block.alignwide {
  max-width: 80rem;
  margin-right: auto;
}
.wrap-content-center > *[data-align=full], .wrap-content-center > *.align-full, .wrap-content-center > *.alignfull,
.wp-block[data-align=full],
.wp-block.align-full,
.wp-block.alignfull {
  max-width: none;
  width: calc(100vw - var(--scrollbar));
  margin-left: calc(-50vw + var(--scrollbar) / 2 + 50%);
  margin-right: calc(-50vw + var(--scrollbar) / 2 + 50%);
}
@media (min-width: 70rem) {
  .wrap-content-center > *[data-align=full], .wrap-content-center > *.align-full, .wrap-content-center > *.alignfull,
  .wp-block[data-align=full],
  .wp-block.align-full,
  .wp-block.alignfull {
    margin-left: calc(-57.5vw + var(--scrollbar) / 2 + 50%);
    margin-right: calc(-42.5vw + var(--scrollbar) / 2 + 50%);
  }
}

.col-content > *[data-align=full], .col-content > *.align-full, .col-content > *.alignfull {
  width: calc(100vw - var(--scrollbar));
  margin-left: calc(-50vw + var(--scrollbar) / 2 + 50%);
}
@media (min-width: 40rem) {
  .col-content > *[data-align=full], .col-content > *.align-full, .col-content > *.alignfull {
    margin-left: calc(-34vw + var(--scrollbar) / 2 + 50%);
  }
}
@media (min-width: 70rem) {
  .col-content > *[data-align=full], .col-content > *.align-full, .col-content > *.alignfull {
    margin-left: calc(-44.5vw + var(--scrollbar) / 2 + 50%);
  }
}

.align-center,
.align-centre,
.aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}

.align-left,
.alignleft {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 40rem) {
  .align-left,
  .alignleft {
    float: left;
    clear: left;
    width: calc(50% - 2.5rem);
    box-sizing: border-box;
    margin-left: 0;
    margin-top: 0.5rem;
    margin-right: 2.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 70rem) {
  .align-left,
  .alignleft {
    max-width: calc(40% - 2.5rem);
  }
}
@media (min-width: 30rem) {
  .align-left.size-xs, .align-left.size-sm, .align-left.size-small,
  .alignleft.size-xs,
  .alignleft.size-sm,
  .alignleft.size-small {
    float: none;
  }
}
@media (min-width: 30rem) and (min-width: 30rem) {
  .align-left.size-xs, .align-left.size-sm, .align-left.size-small,
  .alignleft.size-xs,
  .alignleft.size-sm,
  .alignleft.size-small {
    float: left;
    clear: left;
    box-sizing: border-box;
    margin-left: 0;
    margin-top: 0.5rem;
    margin-right: 2.5rem;
    margin-bottom: 1rem;
  }
}
.align-left [class*=align],
.alignleft [class*=align] {
  max-width: 100%;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.align-right,
.alignright {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 40rem) {
  .align-right,
  .alignright {
    float: right;
    clear: right;
    width: calc(50% - 2.5rem);
    box-sizing: border-box;
    margin-right: 0;
    margin-top: 0.5rem;
    margin-left: 2.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 70rem) {
  .align-right,
  .alignright {
    max-width: calc(40% - 2.5rem);
  }
}
@media (min-width: 30rem) {
  .align-right.size-xs, .align-right.size-sm, .align-right.size-small,
  .alignright.size-xs,
  .alignright.size-sm,
  .alignright.size-small {
    float: none;
  }
}
@media (min-width: 30rem) and (min-width: 30rem) {
  .align-right.size-xs, .align-right.size-sm, .align-right.size-small,
  .alignright.size-xs,
  .alignright.size-sm,
  .alignright.size-small {
    float: right;
    clear: right;
    box-sizing: border-box;
    margin-right: 0;
    margin-top: 0.5rem;
    margin-left: 2.5rem;
    margin-bottom: 1rem;
  }
}
.align-right [class*=align],
.alignright [class*=align] {
  max-width: 100%;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.articleHeader {
  font-size: 0.9rem;
}
.articleHeader__tags dt {
  font-weight: normal;
}
@media (min-width: 85rem) {
  .articleHeader__tags {
    float: left;
    width: 20rem;
    margin-inline-start: -20rem;
    padding-inline-end: 3rem;
    box-sizing: border-box;
  }
}
.articleHeader__meta {
  margin: 0 0 1.5rem;
  padding: 0.75rem 1rem;
  background: #f1f1f1;
  border-radius: 0.2rem;
}
.articleHeader__meta dl {
  margin-bottom: 0;
}
.articleHeader__meta dt {
  color: #222;
}
.articleHeader__date dt {
  font-weight: normal;
}
.articleHeader__date time {
  color: #007b79;
  font-weight: bolder;
}
@media (min-width: 85rem) {
  .articleHeader__date {
    float: right;
    width: 20rem;
    margin-inline-end: -20rem;
    padding-inline-start: 3rem;
    box-sizing: border-box;
  }
}

@media (min-width: 40rem) {
  .grid-wrap {
    display: flex;
    gap: 3rem;
  }
}
.grid-wrap .col-aside {
  margin-top: 1.5rem;
}
@media (min-width: 40rem) {
  .grid-wrap .col-aside {
    flex: 0 0 calc(33.33% - 1.4rem);
    order: 2;
    margin-top: 2.5rem;
  }
  .grid-wrap .col-aside .col-aside__inner {
    max-width: 18rem;
    float: right;
    width: 100%;
  }
}
.grid-wrap .col-aside .team-listing {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.grid-wrap .col-content {
  margin-top: 1.5rem;
}
@media (min-width: 40rem) {
  .grid-wrap .col-content {
    flex: 0 0 calc(66.66% - 0.6rem);
    width: 66%;
    margin-top: 2.5rem;
  }
}
.grid-wrap .col-content > :is(h2, h3, h4, h5, h6):first-child {
  margin-top: 0;
}

.col-aside .team-member_name {
  line-height: 1.2em;
}
.col-aside .team-member_name a, .col-aside .team-member_name a:visited {
  color: #222;
  font-weight: 400 !important;
}

.col-aside__block-link {
  display: inline-block;
  border-left: 6px solid #007b79;
  display: inline-block;
  text-wrap: balance;
  margin: 0 0 1.5em 0;
  background: #f1f1f1;
  padding: 1em 1em 1.2em 1.2em;
  font-size: 1rem;
  line-height: 1.5em;
}
.col-aside__block-link::after {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: center;
  width: 1em;
  height: 0.75em;
  top: 0.06em;
  background: center center/contain no-repeat url("../images/rarr-secondary.svg");
  margin-inline-start: 0.2em;
  transition: transform 250ms ease-in-out;
}
.col-aside__block-link:hover::after, .col-aside__block-link:focus::after {
  filter: grayscale(1) brightness(1);
  transform: translateX(0.2em);
}
.col-aside__block-link a {
  color: rgb(0, 72, 70.8292682927);
  text-decoration: none;
}
.col-aside__block-link a:hover {
  text-decoration: underline;
  color: #007b79;
}

.siteFooter .col-aside__block-link {
  background: rgba(255, 255, 255, 0.08);
}
.siteFooter .col-aside__block-link a {
  color: #fff !important;
}

.slab.has-background .col-aside__block-link {
  background: #fff;
}

.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block[data-align=left] > [data-type="core/embed"],
.wp-block[data-align=right] > [data-type="core/embed"] {
  max-width: none;
}
@media (min-width: 40rem) {
  .wp-block-embed.alignleft,
  .wp-block-embed.alignright,
  .wp-block[data-align=left] > [data-type="core/embed"],
  .wp-block[data-align=right] > [data-type="core/embed"] {
    max-width: calc(50% - 2.5rem);
  }
}

.list--unstyled {
  list-style: none;
  padding-inline-start: 0;
}

.list--inline {
  list-style: none;
  padding-inline-start: 0;
}
.list--inline > li {
  display: inline-block;
}

.wp-block-image {
  max-width: 40em;
}
.wp-block-image figcaption {
  margin: 0;
}
.wp-block-image img {
  max-width: 100%;
  box-shadow: 0 5em 2em -5em rgba(0, 0, 0, 0.35);
}
.wp-block-image.size-large {
  max-width: unset;
}

.wp-block-table thead {
  border-bottom: inherit;
}

.wp-block-table tfoot {
  border-top: inherit;
}

.wp-block-table td,
.wp-block-table th {
  border: inherit;
  padding: 1em;
}

:where(blockquote) {
  margin: 0;
}

blockquote,
.blockquote,
.wp-block-quote {
  position: relative;
  display: block;
  padding: 0 0 0 2rem;
  max-width: 40em;
  font-size: 1rem;
  line-height: 1.75;
  container: blockquote/inline-size;
  font-style: italic;
  border-left: 0.75em solid #222;
}
blockquote,
.blockquote,
.wp-block-quote {
  margin-bottom: 4rem;
}
blockquote:where(:not(.alignleft, .alignright)),
.blockquote:where(:not(.alignleft, .alignright)),
.wp-block-quote:where(:not(.alignleft, .alignright)) {
  margin-top: 4rem;
}
blockquote p,
.blockquote p,
.wp-block-quote p {
  font-size: clamp(1em, 6cqi, 1.3em);
  margin: 0 0 1em;
  max-width: 40em;
}
blockquote p:last-child,
.blockquote p:last-child,
.wp-block-quote p:last-child {
  margin-bottom: 0;
}
blockquote p a:where(:not([class])),
.blockquote p a:where(:not([class])),
.wp-block-quote p a:where(:not([class])) {
  border: 0;
  text-decoration: underline;
}
@media (min-width: 700px) {
  blockquote.is-style-full-width,
  .blockquote.is-style-full-width,
  .wp-block-quote.is-style-full-width {
    margin: 2em auto;
    max-width: 60%;
  }
  blockquote.is-style-full-width > p,
  .blockquote.is-style-full-width > p,
  .wp-block-quote.is-style-full-width > p {
    font-size: clamp(1.2em, 6cqi, 1.4em);
  }
  blockquote.is-style-full-width:before,
  .blockquote.is-style-full-width:before,
  .wp-block-quote.is-style-full-width:before {
    content: "“";
    position: absolute;
    top: -0.42em;
    left: -0.7em;
    font-size: 10em;
    font-family: Times, serif;
    font-style: normal;
    font-weight: bold;
  }
}

.blockquote__footer,
blockquote footer,
blockquote > cite {
  position: relative;
  margin-top: 2rem;
  padding-top: 0.5rem;
  font-family: "IBM Plex Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 0.9rem;
  font-weight: normal;
}
@supports (font-variation-settings: "wght" 325) {
  .blockquote__footer,
  blockquote footer,
  blockquote > cite {
    font-weight: 325 !important;
  }
}
.blockquote__footer::before,
blockquote footer::before,
blockquote > cite::before {
  content: "";
  position: absolute;
  top: 0;
  display: table;
  width: 20%;
  border-top: 1px solid #999;
}
.blockquote__footer p,
blockquote footer p,
blockquote > cite p {
  margin: 0 0 0.0625rem;
}

cite,
.cite {
  display: block;
  font-family: "IBM Plex Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 1rem;
  font-style: normal;
  margin: 0 0 0.0625rem;
}
cite:first-line,
.cite:first-line {
  color: var(--cite-color, #222);
}

.blockquote--short {
  font-size: 1.3em;
}
@media (min-width: 70em) {
  .blockquote--short {
    font-size: 1.9em;
  }
}

.blockquote--long {
  font-size: 1.1em;
}
@media (min-width: 70em) {
  .blockquote--long {
    font-size: 1.2em;
  }
}

.wp-block-quote.has-background {
  padding: calc(0.75rem + 2%);
}
.wp-block-quote__citation {
  margin-bottom: 0;
}
.wp-block-quote.alignleft, .wp-block-quote.alignright {
  max-width: none;
}
@media (min-width: 40rem) {
  .wp-block-quote.alignleft, .wp-block-quote.alignright {
    max-width: calc(50% - 2.5rem);
  }
}

.wp-block-pullquote {
  text-align: inherit;
  font-size: inherit;
  padding: 0;
}
.wp-block-pullquote {
  margin-bottom: 2rem;
}
.wp-block-pullquote:where(:not([class*=align])) {
  margin-top: 2rem;
}
.wp-block-pullquote blockquote {
  font-size: inherit;
}
.wp-block-pullquote__citation {
  margin-bottom: 0;
}
.wp-block-pullquote.has-background {
  padding: calc(0.75rem + 2%);
}
.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
  max-width: none;
}
@media (min-width: 40rem) {
  .wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
    max-width: calc(50% - 2.5rem);
  }
}

.acf-innerblocks-container .wp-block-acf-row-item .wp-block-pullquote {
  max-width: unset;
}

hr {
  clear: both;
  height: 1px;
  border: 0 !important;
  border-bottom: 1px dashed rgba(125, 125, 125, 0.4) !important;
  margin-top: 2rem;
  margin-bottom: 2rem;
  width: 100vw;
  position: relative;
  left: -1.5rem;
}
@media (min-width: 70em) {
  hr {
    margin-top: 8rem;
    margin-bottom: 8rem;
    left: calc(-15vw - 2.5rem);
  }
}
@media (min-width: 90em) {
  hr {
    left: calc(-15vw - 2.5rem);
  }
}

body.admin-bar .siteHeader {
  top: 46px;
}
@media (min-width: 60rem) {
  body.admin-bar .siteHeader {
    top: 32px;
  }
}

.siteHeader {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  position: sticky;
  padding: 0.25em 0 1.2em;
  max-height: 100vh;
  overflow: auto;
}
@media (min-width: 60rem) {
  .siteHeader {
    padding: 0.25em 0 0 0;
    overflow: unset;
    max-height: unset;
  }
}
.siteHeader::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #222;
}
.siteHeader .siteHeader__skip.visually-hidden.focusable:focus {
  background: #fff;
  color: #000;
  z-index: 20;
  position: absolute !important;
  padding: 0.5em 1em;
  top: 0;
  min-width: 15vw;
  text-align: center;
  font-weight: 500;
}
.siteHeader .wrap {
  position: relative;
  font-size: 1em;
  padding-top: 0.7em;
  background: #222;
  box-shadow: 2rem 0 0 0 #222, -2rem 0 0 0 #222;
  font-weight: normal;
}
@supports (font-variation-settings: "wght" 325) {
  .siteHeader .wrap {
    font-weight: 325 !important;
  }
}
@media (min-width: 60rem) {
  .siteHeader .wrap {
    font-size: 0.925em;
  }
}
.siteHeader summary::marker, .siteHeader summary::-webkit-details-marker {
  display: none;
}
.siteHeader__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  -moz-column-gap: 2.5%;
       column-gap: 2.5%;
  row-gap: 0.75rem;
  padding: 0 clamp(1.5rem, 3.5vw, 4rem);
}
@media (min-width: 60rem) {
  .siteHeader__inner {
    flex-wrap: nowrap;
  }
}
.siteHeader__branding {
  width: 13%;
  min-width: 9em;
  max-width: 20em;
  position: absolute;
  left: 1.5rem;
  z-index: 2;
  margin-top: 0.75em;
  transition: opacity 0.1s;
}
.siteHeader__branding:hover {
  opacity: 0.85;
}
@media (min-width: 60rem) {
  .siteHeader__branding {
    margin-left: -0.75rem;
    top: 1em;
    left: 2em;
    max-width: 18%;
    margin-top: 0;
  }
}
.siteHeader__brandingLink {
  display: block;
}
.siteHeader__brandingImg {
  max-height: 1.7em;
  padding: 0.11em 0 0 0;
}
.siteHeader__nav {
  flex: 1 1 auto;
  display: contents;
  display: block;
}
.siteHeader__nav details summary {
  position: relative;
}
.siteHeader__nav details summary:after {
  content: "";
  display: block;
  position: absolute;
  top: 1.1em;
  width: 0.35em;
  height: 0.35em;
  border: 1px solid #fff;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  right: 0.5rem;
}
@media (min-width: 70rem) {
  .siteHeader__nav details summary:after {
    right: 0.75rem;
  }
}
@media (min-width: 80rem) {
  .siteHeader__nav details summary:after {
    right: 1rem;
  }
}
.siteHeader a, .siteHeader summary {
  transition: color 0.2s;
}
.siteHeader a:hover, .siteHeader a:focus, .siteHeader summary:hover, .siteHeader summary:focus {
  color: #aaa;
}
.siteHeader__tools {
  flex: 1 1 auto;
}
.siteHeader__toolsList {
  margin: 0 0 1.5rem 0;
  display: flex;
  justify-content: flex-end;
  gap: 1px;
}
.siteHeader__toolsList li {
  margin-bottom: 0;
}
.siteHeader__tools span {
  color: white;
}
.siteHeader__contact {
  display: none;
  position: absolute;
  top: 0;
  top: 0.7em;
  width: 25em;
  color: white;
  text-align: right;
  padding: 0.75rem 0;
  line-height: 1;
  right: 1.5rem;
}
@media (min-width: 60rem) {
  .siteHeader__contact {
    display: block;
  }
}
@media (min-width: 70rem) {
  .siteHeader__contact {
    right: 2em;
  }
}
.siteHeader__contact a {
  color: white;
}
.siteHeader__contact span {
  padding-left: 1em;
}
.siteHeader__contact a, .siteHeader__contact span {
  display: inline-block;
  min-width: 16%;
}
.siteHeader__toolButton {
  display: block;
  font-size: 0.9rem;
  padding: 0.5rem;
}
.siteHeader__toolButton--search {
  background: #fff;
}
.siteHeader__toolButton--contact {
  background: #222;
  color: white;
}
.siteHeader__toolButton--contact:focus, .siteHeader__toolButton--contact:hover {
  color: white;
}
.siteHeader__toolButton--login {
  border: 0.2rem solid #5e9f91;
  border-top: 0;
  color: black;
}
.siteHeader__mobileTools {
  margin-top: 0.5em;
}
@media (min-width: 60rem) {
  .siteHeader__mobileTools {
    display: none;
  }
}
.siteHeader__primaryNavToggle {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  border: 0;
  margin: 0 0 0 auto;
  background: none;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: normal;
}
@supports (font-variation-settings: "wght" 325) {
  .siteHeader__primaryNavToggle {
    font-weight: 325 !important;
  }
}
.siteHeader__primaryNavToggle .hamburger-box {
  font-size: 0.5em;
}
.siteHeader__primaryNav {
  width: 100%;
}

.primaryNav {
  margin-top: 2rem;
  padding: 0.75rem 0;
}
@media (min-width: 60rem) {
  .primaryNav {
    margin: 0;
    padding: 0;
    border: 0;
  }
}
.primaryNav__link, .primaryNav__toggle {
  display: block;
  color: white;
  padding: 0.75rem 0.5rem;
}
@media (min-width: 70rem) {
  .primaryNav__link, .primaryNav__toggle {
    padding: 0.75rem;
  }
}
@media (min-width: 80rem) {
  .primaryNav__link, .primaryNav__toggle {
    padding: 0.75rem 1rem;
  }
}
.primaryNav__toggle {
  padding-right: calc(0.5rem + 0.75em);
}
@media (min-width: 70rem) {
  .primaryNav__toggle {
    padding-right: calc(0.75rem + 0.75em);
  }
}
@media (min-width: 80rem) {
  .primaryNav__toggle {
    padding-right: calc(1rem + 0.75em);
  }
}
.primaryNav__toggle:before {
  transition: all 0.25s;
  opacity: 0;
}
.primaryNav__list {
  top: 2.5rem;
  margin-bottom: 0;
}
@media (min-width: 60rem) {
  .primaryNav__list {
    margin: 2rem -0.75rem 0;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 70rem) {
  .primaryNav__list {
    margin: 0 -0.75rem;
  }
}
.primaryNav__item {
  border-top: 1px solid #333;
  margin-bottom: 0;
}
.primaryNav__item a {
  margin-bottom: 0.5em;
}
@media (min-width: 60rem) {
  .primaryNav__item {
    margin: 0;
    border: 0;
  }
}
.primaryNav__accordion[open] .primaryNav__toggle {
  background: #222;
  color: white;
}
@media (min-width: 60rem) {
  .primaryNav__accordion[open] .primaryNav__toggle::before {
    position: fixed;
    inset: 0;
    background: rgba(125, 125, 125, 0.15);
    -webkit-backdrop-filter: blur(0.2rem);
            backdrop-filter: blur(0.2rem);
    cursor: pointer;
    z-index: -1;
    opacity: 1;
  }
}
.primaryNav__accordion[open] .primaryNav__toggle:after {
  transform: rotate(225deg);
  top: 1.3em;
}
.primaryNav__toggle {
  cursor: pointer;
}
.primaryNav__toggle::before {
  content: "";
}
.primaryNav__secondLevel {
  padding: 0.75rem 2rem 0.75rem 1rem;
  min-width: 15rem;
  background: #333;
}
@media (min-width: 60rem) {
  .primaryNav__secondLevel {
    position: absolute;
    background: #222;
  }
}
.primaryNav__secondLevelWrap {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.primaryNav__secondLevelTitle {
  display: block;
  padding-bottom: 0.35rem;
  font-weight: bold;
}
@supports (font-variation-settings: "wght" 475) {
  .primaryNav__secondLevelTitle {
    font-weight: 475 !important;
  }
}
.primaryNav__secondLevelList {
  flex: 99 1 auto;
  margin: 0;
  padding-left: 1em;
}
.primaryNav__secondLevelListItem {
  display: block;
}
.primaryNav__secondLevelListItem a {
  padding: 1rem 0 0 0;
  padding: 0;
  transition: border 100ms ease-in-out;
  line-height: 1.3;
}
@media (min-width: 60rem) {
  .primaryNav__secondLevelListItem a {
    font-size: 0.9rem;
  }
}
.primaryNav__secondLevelListItem a:before {
  content: "-";
  margin-right: 0.5em;
}
.primaryNav__secondLevelListItem a:focus, .primaryNav__secondLevelListItem a:hover {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
.primaryNav__secondLevel a {
  color: white;
}

.js .primaryNav,
.js .siteHeader__search {
  display: none;
}
@media (min-width: 60rem) {
  .js .primaryNav,
  .js .siteHeader__search {
    display: block !important;
    background: none;
  }
}

.siteFooter {
  background: #222;
  color: white;
  line-height: 1.75;
}
.siteFooter__header .p1 {
  font-size: 1.3rem;
  line-height: 1.75;
}
.siteFooter__header .p1 a, .siteFooter__header .p1 a:visited {
  font-weight: 300;
}
.siteFooter__inner {
  font-size: 0.9rem;
  padding: calc(2.5rem + 3vmin) 0 calc(5rem + 3vmin);
  background: center bottom/auto 20rem repeat-x url("#");
}
.siteFooter__inner * {
  color: white;
}
.siteFooter__inner a:focus, .siteFooter__inner a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.siteFooter__inner nav a {
  display: block;
}
.siteFooter__inner li {
  margin: 1rem 0 1.5rem 0;
  display: inline-block;
  padding: 0 0.6em 0 0;
}
.siteFooter__branding {
  max-width: 40%;
  margin: 0 0 0.75rem;
}
.siteFooter__brandingImg {
  display: inline-block;
  width: auto;
  max-height: 3rem;
  margin: 0;
}
.siteFooter__columns {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  gap: 1.5rem;
}
@media (min-width: 60rem) {
  .siteFooter__columns {
    flex-wrap: nowrap;
    gap: 4rem;
  }
  .siteFooter__columns > :nth-child(2) {
    margin-left: auto;
    text-align: right;
    padding-right: 20%;
  }
}
.siteFooter__links a {
  text-decoration: underline;
}
.siteFooter__legal {
  padding: 0.75rem 0;
  color: white;
  font-size: 0.7rem;
  line-height: 1.75;
}
.siteFooter img {
  -webkit-filter: grayscale(100%);
}

.pageHeader {
  background: #222;
  overflow-x: hidden;
  padding: 8vh 0 8vh 0;
  box-shadow: 0 -5em 0 0 #222;
}
@media (min-width: 40rem) {
  .pageHeader {
    padding: 14vh 0 2rem 0;
  }
}
@media (min-width: 40rem) and (min-height: 100vw) {
  .pageHeader {
    padding-top: 14vmin;
  }
}
.pageHeader h1, .pageHeader h2, .pageHeader h3, .pageHeader h4, .pageHeader p {
  color: white;
}
.pageHeader h1 {
  font-size: 2.25rem;
}
@media (min-width: 70em) {
  .pageHeader h1 {
    line-height: 1.5;
    line-height: 1.1em;
    font-size: 3rem;
    max-width: 70%;
    text-wrap: pretty;
  }
}
.pageHeader .excerpt {
  color: white;
  padding: 8vh 0 0.5rem;
}
@media (min-width: 40rem) {
  .pageHeader .excerpt {
    padding: 14vh 0 0.5rem;
  }
}
@media (min-width: 40rem) and (min-height: 100vw) {
  .pageHeader .excerpt {
    padding-top: 14vmin;
  }
}
.pageHeader.pageHeader--home .excerpt {
  padding: 1rem 0 4rem;
}
@media (min-width: 40rem) {
  .pageHeader.pageHeader--home .excerpt p {
    line-height: 1.4em;
    font-weight: 230;
  }
}

.home h1 {
  line-height: 1.1em;
  font-size: 2.25rem;
}
@media (min-width: 70em) {
  .home h1 {
    font-size: 4.5rem;
    line-height: 1;
    max-width: 75%;
    font-weight: 200;
  }
}

.imageheader {
  background: linear-gradient(to bottom, #222 5vh, white 5vh);
}
@media (min-width: 40rem) {
  .imageheader {
    background: linear-gradient(to bottom, #222 20vh, white 20vh);
  }
}
.imageheader .excerpt {
  margin-top: 2rem;
}

.herobanner {
  max-width: 100%;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/1.5;
  box-shadow: 0 5em 2em -5em rgba(0, 0, 0, 0.35);
}

.herobanner-screenshot {
  aspect-ratio: unset;
}

.site-url {
  color: #8abaae;
  font-size: 1.2em;
}
.site-url a {
  color: #8abaae;
}
.site-url:hover {
  color: white;
}

.site-url, .site-url + svg, h1 + h3 {
  animation: 0.75s ease-out 0s 1 slideInFromLeft2;
}

.accordion {
  clear: both;
  margin-bottom: 4rem;
}

.accordion__item {
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  box-sizing: border-box;
  margin-bottom: 0.25rem;
  background: #999;
  border-radius: 0.4rem;
  padding: calc(0.75rem + 2%);
}
.accordion__item[open] > .accordion__title::after {
  transform: rotate(90deg) rotate3d(0, 1, 0, -180deg);
}

.accordion__title {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin: 0;
  line-height: 1.5;
  list-style: none;
  cursor: pointer;
}
.accordion__title:focus {
  outline: 0.2rem solid #5e9f91;
  outline-offset: 0.5rem;
}
.accordion__title:focus:not(:focus-visible) {
  outline: none !important;
}
.accordion__title::after {
  content: "";
  flex: 0 0 1.2em;
  width: 1.2em;
  height: 1.2em;
  line-height: 1;
  padding: 0;
  background: center center/contain no-repeat url("../images/rarr-primary.svg");
  transition: transform 250ms ease-in-out;
  transform: rotate(90deg);
  box-sizing: border-box;
}
.accordion__title::-webkit-details-marker {
  display: none;
}

.accordion__toggle {
  flex: 1 1 auto;
  margin: 0;
}

.accordion__content {
  margin-top: 1.5rem;
  line-height: 1.75;
}
.accordion__content .acf-innerblocks-container {
  display: contents;
}
.accordion__content > *:first-child,
.accordion__content .acf-innerblocks-container > *:first-child {
  margin-top: 0;
}
.accordion__content > *:last-child,
.accordion__content .acf-innerblocks-container > *:last-child {
  margin-bottom: 0;
}

:where(.slab.has-background) .accordion__item {
  background: white;
}

.banner {
  container: banner/inline-size;
  position: relative;
  margin: 0 0 1.5rem;
  overflow: hidden;
  border-radius: 0.4rem;
  --background: #222;
  --text-color: white;
  --heading-color: white;
  --cite-color: white;
}
@container banner (width > 44em) {
  .banner__inner {
    display: flex;
    min-height: calc(15vmin + 20vw);
  }
}
.banner__content {
  container: banner__content/inline-size;
  position: relative;
  flex: 1 1 22em;
  padding: calc(0.75rem + 2%);
  line-height: 1.75;
  color: var(--text-color, white);
  z-index: 1;
}
@container banner (width > 44em) {
  .banner__content {
    background: var(--background, #222);
    padding-inline-end: 0;
  }
}
.banner__content::before {
  content: "";
  display: block;
  background: var(--background, #222);
  position: absolute;
  top: -2rem;
  left: 0;
  right: 0;
  bottom: -1rem;
  transform: skewY(-5deg);
  z-index: -1;
}
@container banner (width > 44em) {
  .banner__content::before {
    top: 0;
    left: 60%;
    right: -25%;
    bottom: 0;
    transform: skew(-15deg);
    border-radius: 0.2rem;
  }
}
.banner__content a:where(:not([class*=button])) {
  color: white;
}
.banner__date {
  display: block;
  font-size: 0.8rem;
  margin-bottom: 0.75rem;
}
.banner__title,
.banner :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6) {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: clamp(1rem, 8.5cqi, 1.3rem);
  font-weight: bolder;
  line-height: 1.5;
}
@media (min-width: 70em) and (min-height: 30em) {
  @container banner (width > 44em) {
    .banner__title,
    .banner :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6) {
      font-size: clamp(1rem, 8.5cqi, 1.7rem);
    }
  }
}
.banner__title-link,
.banner :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6) :where(a) {
  position: static;
  display: inline-block;
  text-wrap: balance;
}
.banner__title-link::before,
.banner :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6) :where(a)::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: all;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.banner__title-link::after,
.banner :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6) :where(a)::after {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: center;
  width: 1em;
  height: 0.75em;
  top: 0.06em;
  background: center center/contain no-repeat url("../images/rarr-tertiary.svg");
  margin-inline-start: 0.2em;
  transition: transform 250ms ease-in-out;
}
.banner__title-link:hover::after, .banner__title-link:focus::after,
.banner :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6) :where(a):hover::after,
.banner :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6) :where(a):focus::after {
  filter: grayscale(1) brightness(100);
  transform: translateX(0.2em);
}
.banner__title-link:hover, .banner__title-link:focus,
.banner :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6) :where(a):hover,
.banner :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6) :where(a):focus {
  text-decoration: underline;
}
.banner__figure {
  position: relative;
  flex: 1 1 66%;
  margin: -1rem 0 0;
  z-index: 0;
}
@container banner (width > 44em) {
  .banner__figure {
    margin: 0;
  }
}
.banner__figure img {
  aspect-ratio: 2/1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@container banner (width > 44em) {
  .banner__figure img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
  }
}
@container banner (width > 44em) {
  .banner--reverse .banner__inner {
    flex-direction: row-reverse;
    text-align: right;
  }
}
.banner--reverse .banner__content {
  padding: calc(0.75rem + 2%);
}
@container banner (width > 44em) {
  .banner--reverse .banner__content {
    padding-inline-start: 0;
  }
}
.banner--reverse .banner__content::before {
  transform: skewY(5deg);
}
@container banner (width > 44em) {
  .banner--reverse .banner__content::before {
    top: 0;
    left: -25%;
    right: 60%;
    bottom: 0;
    transform: skew(15deg);
    border-radius: 0.2rem;
  }
}
@container banner (width > 44em) {
  .banner--reverse .wp-block-buttons {
    justify-content: flex-end;
  }
}

.banner.has-base-background-color {
  --background: #999;
  --text-color: black;
  --heading-color: #222;
  --cite-color: #222;
}

.banner.has-primary-tint-10-background-color {
  --background: #f1f1f1;
  --text-color: black;
  --heading-color: #222;
  --cite-color: #222;
}

.banner.has-secondary-tint-10-background-color {
  --background: #e5edeb;
  --text-color: black;
  --heading-color: #222;
  --cite-color: #222;
}

.banner.has-tertiary-tint-10-background-color {
  --background: #eff2f1;
  --text-color: black;
  --heading-color: #222;
  --cite-color: #222;
}

:where(.slab.has-base-background-color) .banner.has-base-background-color {
  --background: white;
}

.box {
  --background: #999;
  margin-bottom: 2.5rem;
  background: #dfe5e3;
  box-sizing: border-box;
  max-width: 40rem;
  line-height: 1.75;
  container: box/inline-size;
  padding: calc(0.75rem + 2%);
}
.box .acf-innerblocks-container {
  display: contents;
}
.box > *:first-child,
.box .acf-innerblocks-container > *:first-child {
  margin-top: 0;
}
.box > *:last-child,
.box .acf-innerblocks-container > *:last-child {
  margin-bottom: 0;
}
.box :where(h2, h3, h4, h5, h6) {
  font-size: clamp(1.2rem, 5cqi, 1.3rem);
}
@media (min-width: 70em) and (min-height: 30em) {
  .box :where(h2, h3, h4, h5, h6) {
    font-size: clamp(1.2rem, 5.5cqi, 1.7rem);
  }
}

.box.has-primary-background-color {
  --background: #222;
}

.box.has-primary-tint-10-background-color {
  --background: #f1f1f1;
}

.box.has-secondary-tint-10-background-color {
  --background: #e5edeb;
}

.box.has-tertiary-tint-10-background-color {
  --background: #eff2f1;
}

:where(.slab.has-background) .box {
  --background: white;
}

.button {
  display: inline-block;
  position: relative;
  vertical-align: baseline;
  margin: 0 0.25rem 1rem 0;
  padding: 0.75em 1.25em;
  border: 0.2rem solid var(--border-color, var(--color));
  border: none;
  font-family: inherit;
  font-size: 0.9rem;
  line-height: 1.15;
  text-decoration: none;
  text-align: center;
  border-radius: 0.2rem;
  transition: box-shadow 150ms ease-out;
  box-sizing: border-box;
  cursor: pointer;
  --bg: #222;
  --border-color: #222;
  --text-color: white;
  background: #007b79;
  color: white;
}
.button:hover, .button:focus {
  border-color: var(--text-color);
}
.button:hover, .button:focus {
  background-color: #222;
  color: #fff;
}
.button[disabled] {
  opacity: 0.75;
  border-color: #ccc;
  background: #ccc;
  background-position: 0% bottom;
  color: #aaa;
  cursor: not-allowed;
}

.wp-block-button .wp-block-button__link {
  display: inline-block;
  position: relative;
  vertical-align: baseline;
  margin: 0 0.25rem 1rem 0;
  padding: 0.75em 1.25em;
  border: 0.2rem solid var(--border-color, var(--color));
  border: none;
  font-family: inherit;
  font-size: 0.9rem;
  line-height: 1.15;
  text-decoration: none;
  text-align: center;
  border-radius: 0.2rem;
  transition: box-shadow 150ms ease-out;
  box-sizing: border-box;
  cursor: pointer;
  --bg: #222;
  --border-color: #222;
  --text-color: white;
  background: #007b79;
  color: white;
}
.wp-block-button .wp-block-button__link:hover, .wp-block-button .wp-block-button__link:focus {
  border-color: var(--text-color);
}
.wp-block-button .wp-block-button__link:hover, .wp-block-button .wp-block-button__link:focus {
  background-color: #222;
  color: #fff;
}

.breadcrumbs {
  padding-top: 8rem;
  font-size: 0.9rem;
  text-transform: lowercase;
}
.breadcrumbs ul, .breadcrumbs li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumbs li {
  color: #ebebeb;
  display: inline-block;
  margin: 0 0 0.75rem;
}
.breadcrumbs li::after {
  background-color: #ebebeb;
  content: "";
  display: inline-block;
  width: 1px;
  height: 0.75em;
  transform: skew(-15deg);
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.breadcrumbs a {
  color: white;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: #222;
}
.breadcrumbs a:focus, .breadcrumbs a:hover {
  text-decoration-color: #5e9f91;
}

.card {
  --background: white;
  position: relative;
  margin: 0 0 1.5rem;
  container: card/inline-size;
  font-size: 1rem;
  line-height: 1.7;
}
.card__figure {
  flex: 1 10 33%;
  margin: 0;
}
.card__figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/2;
  opacity: 0.9;
  transition: opacity 0.3s ease;
  box-shadow: 0 5em 2em -5em rgba(0, 0, 0, 0.35);
}
.card:hover img {
  opacity: 1 !important;
}
.card__content {
  container: card__content/inline-size;
  flex: 99 1 12.5em;
}
.card__title {
  font-size: 1.35rem;
  line-height: 1.5;
  margin: 1.5rem 0;
  font-weight: normal;
}
@supports (font-variation-settings: "wght" 325) {
  .card__title {
    font-weight: 325 !important;
  }
}
.card__title a {
  display: inline-block;
  text-wrap: balance;
}
.card__title a::after {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: center;
  width: 1em;
  height: 0.75em;
  top: 0.06em;
  background: center center/contain no-repeat url("../images/rarr-secondary.svg");
  margin-inline-start: 0.2em;
  transition: transform 250ms ease-in-out;
}
.card__title a:hover::after, .card__title a:focus::after {
  filter: grayscale(1) brightness(1);
  transform: translateX(0.2em);
}
.card__title a:hover, .card__title a:focus {
  text-decoration: underline;
}
.card__date {
  display: block;
  margin-bottom: 1rem;
  font-size: 0.8rem;
  font-weight: bolder;
  color: #007b79;
}
.card-team img:hover {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

.author-card--image {
  padding-right: 2em;
  width: 140px;
}

:where(.slab:where(.has-background)) .card {
  border: 0;
}

.card-team .card__content {
  position: relative;
}
.card-team a:hover figure, .card-team a:visited:hover figure {
  box-shadow: 0 2px 0 0 #007b79;
}
.card-team a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: all;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.card-team .card__title {
  font-size: 1.2rem;
}
.card-team img {
  aspect-ratio: 1/1 !important;
  filter: brightness(1.05) grayscale(10%) contrast(115%);
}

@media (min-width: 600px) {
  .favourite_work {
    display: flex;
    -moz-column-gap: 4vw;
         column-gap: 4vw;
  }
}
@media (min-width: 600px) {
  .favourite_work .favourite_work_title {
    width: 42%;
  }
}
@media (min-width: 600px) {
  .favourite_work .team_favourite {
    width: 40%;
  }
}
.favourite_work .team_favourite > * {
  margin-top: 0;
}

.team_favourite_text > * {
  margin: 0.75rem 0;
}

.cardGroup {
  margin: 0 0 2.5rem;
}
@media (min-width: 1200px) {
  .cardGroup {
    grid-gap: 2rem;
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(clamp(25%, 18em, 100%), 1fr));
  }
}
@media (min-width: 400px) {
  .cardGroup .card {
    display: flex;
    width: 100%;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    margin: 0 0 1.5rem;
  }
}
@media (min-width: 75rem) {
  .cardGroup .card {
    display: unset;
  }
}
.cardGroup > .acf-innerblocks-container {
  display: contents;
}
.cardGroup--team {
  grid-template-columns: repeat(auto-fill, minmax(clamp(14%, 14em, 100%), 1fr));
}
.cardGroup blockquote {
  margin-top: 0;
}

.pageMain--home .slab {
  border-top: none;
  margin-top: 0;
}
.pageMain--home > .slab.has-background:first-child {
  padding-top: 0;
}
.pageMain--home .slab:last-child {
  top: 0;
}
.pageMain--home .slab + .slab {
  margin-top: 0;
}

@media (min-width: 400px) {
  .pageHeader--home .cardGroup, .pageMain--home .cardGroup {
    display: grid;
    grid-gap: 1.5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 900px) {
  .pageHeader--home .cardGroup, .pageMain--home .cardGroup {
    grid-gap: 2rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.pageHeader--home .cardGroup .card, .pageMain--home .cardGroup .card {
  display: block !important;
}
.pageHeader--home h1 + .excerpt p, .pageHeader--home .slab.has-dark-grey-background-color p, .pageMain--home h1 + .excerpt p, .pageMain--home .slab.has-dark-grey-background-color p {
  color: #bbbbbb;
}
.pageHeader--home .card__title, .pageMain--home .card__title {
  margin-bottom: 1.5rem;
}
.pageHeader--home .card__title a, .pageMain--home .card__title a {
  color: white;
}

.iconBox {
  --background: white;
  margin-bottom: 2.5rem;
  background: var(--background);
  border: 0.2rem solid var(--border-color, #fff);
  border-radius: 0.4rem;
  box-sizing: border-box;
  line-height: 1.75;
  container: box/inline-size;
  padding: calc(0.75rem + 2%);
}
.iconBox .acf-innerblocks-container {
  display: contents;
}
.iconBox__content > *:first-child,
.iconBox .acf-innerblocks-container > *:first-child {
  margin-top: 0;
}
.iconBox__content > *:last-child,
.iconBox .acf-innerblocks-container > *:last-child {
  margin-bottom: 0;
}
.iconBox__content :where(h2, h3, h4, h5, h6) {
  max-width: calc(100% - calc(5% + 2rem) - 1.5rem);
  font-size: clamp(1.1rem, 5cqi, 1.2rem);
}
@media (min-width: 70em) and (min-height: 30em) {
  .iconBox__content :where(h2, h3, h4, h5, h6) {
    font-size: clamp(1.1rem, 5.5cqi, 1.3rem);
  }
}
.iconBox__content :where(h2, h3, h4, h5, h6) a {
  display: inline-block;
  text-wrap: balance;
}
.iconBox__content :where(h2, h3, h4, h5, h6) a::after {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: center;
  width: 1em;
  height: 0.75em;
  top: 0.06em;
  background: center center/contain no-repeat url("../images/rarr-secondary.svg");
  margin-inline-start: 0.2em;
  transition: transform 250ms ease-in-out;
}
.iconBox__content :where(h2, h3, h4, h5, h6) a:hover::after, .iconBox__content :where(h2, h3, h4, h5, h6) a:focus::after {
  filter: grayscale(1) brightness(1);
  transform: translateX(0.2em);
}
.iconBox__content :where(h2, h3, h4, h5, h6) a:hover, .iconBox__content :where(h2, h3, h4, h5, h6) a:focus {
  text-decoration: underline;
}
.iconBox__iconContainer {
  display: flex;
  float: right;
  width: calc(5% + 2rem);
  margin: 0 0 0.5rem 1.5rem;
  align-self: flex-start;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: #5e9f91;
}
.iconBox__iconContainer img {
  margin: auto;
  width: 50%;
}

.iconBox.has-primary-tint-10-background-color {
  border: 0;
  --background: #f1f1f1;
}

:where(.slab.has-background) .iconBox {
  border: 0;
}

.iconList {
  margin-bottom: 2.5rem;
}
.iconList .acf-innerblocks-container {
  display: contents;
}
.iconList__list {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: none;
}
@media (min-width: 60rem) {
  .iconList__list {
    display: grid;
    grid-gap: 3rem;
    grid-template-columns: repeat(auto-fill, minmax(clamp(30%, 15em, 100%), 1fr));
    text-align: center;
  }
}
.iconList__item {
  container: iconList__item/inline-size;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  margin-bottom: 2rem;
}
@media (min-width: 60rem) {
  .iconList__item {
    display: block;
    margin-bottom: 0;
  }
}
.iconList__icon {
  display: flex;
  margin: 0 auto 1rem;
  flex: 1 99 3.5em;
  max-width: 5em;
  align-self: flex-start;
  aspect-ratio: 1/1;
  font-size: 1em;
  border-radius: 100%;
  background: #222;
}
@media (min-width: 60rem) {
  .iconList__icon {
    width: 100%;
  }
}
.iconList__icon img {
  margin: auto;
  width: 50%;
}
.iconList__title,
.iconList :where(h1, h2, h3, h4, h5, h6) {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: clamp(1rem, 8.5cqi, 1.3rem);
  font-weight: bolder;
  line-height: 1.5;
}
.iconList__content {
  flex: 99 1 15em;
  align-self: center;
  line-height: 1.75;
}
.iconList__content p {
  margin-bottom: 1rem;
}
.iconList__content > *:first-child {
  margin-top: 0;
}
.iconList__content > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 60rem) {
  .iconList .wp-block-buttons {
    justify-content: center;
  }
}

dl,
.meta {
  line-height: 1.25;
}
dl dt,
.meta dt {
  margin-bottom: 0.25rem;
}
dl__item,
.meta__item {
  margin-bottom: 1rem;
}

.meta--inline-dd dd {
  display: inline;
  margin-right: 0.5rem;
}
.meta--inline-dd dd:before {
  content: "•";
  margin-right: 0.5rem;
  font-weight: bold;
  color: #007b79;
}
.meta--inline-dd dd:first-of-type:before {
  display: none;
}

.meta--inline .meta__item {
  margin-bottom: 0.5rem;
}
.meta--inline .meta__item:last-child {
  margin-bottom: 0;
}
.meta--inline dt {
  display: inline-block;
  margin-right: 0.5rem;
}
.meta--inline dd {
  display: inline;
  margin-right: 0.25rem;
}
.meta--inline dd:before {
  content: "•";
  margin-right: 0.5rem;
  font-weight: bold;
  color: #007b79;
}
.meta--inline dd:first-of-type:before {
  display: none;
}

.post-listing {
  display: flex;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  margin-bottom: 4rem;
  max-width: 40rem;
  line-height: 1.7;
}
@media (min-width: 70rem) {
  .post-listing {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}
.post-listing a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.post-listing img {
  max-width: 4em;
  position: relative;
  top: 0.5em;
  filter: brightness(1.05) grayscale(10%) contrast(115%);
}
@media (min-width: 50rem) {
  .post-listing img {
    max-width: 5.8em;
    top: 0.6em;
  }
}
@media (min-width: 110rem) {
  .post-listing img {
    max-width: 6em;
  }
}
.post-listing h3 {
  margin: 0 0 0.2em;
}
.post-listing p.author, .post-listing .team-member_name {
  margin: 0 0 1rem;
}
.post-listing p.author a, .post-listing p.author a:visited, .post-listing .team-member_name a, .post-listing .team-member_name a:visited {
  color: #222;
}
.post-listing p.excerpt {
  margin: 0;
  padding: 0 0 2rem;
  font-size: 1rem;
}

.team-grid {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 2.5rem 0;
  grid-template-columns: repeat(auto-fill, minmax(clamp(25%, 20em, 100%), 1fr));
}
@media (min-width: 90rem) {
  .team-grid {
    margin: 0;
  }
}
.team-grid .team-member {
  width: 100%;
  line-height: 1.4em;
}
@media (min-width: 90rem) {
  .team-grid .team-member {
    display: flex;
    width: auto;
  }
}
.team-grid .team-member .team-member_content {
  display: flex;
  margin: 1em 0 0.25em;
  padding: 0 1em 0 0;
  align-items: center;
}
.team-grid .team-member .team-member_content img {
  margin: 0;
  filter: brightness(1.05) grayscale(10%) contrast(115%);
}
.team-grid .team-member .team-member_name {
  padding: 0 0 0 1em;
  margin: 0;
}
.team-grid .team-member .team-member_role {
  padding: 0 0 0 1em;
  margin: 0;
}
.team-grid img {
  width: 3em !important;
  min-width: 3em;
  padding: 0;
  margin: 0 0 0.5em 0;
}
@media (min-width: 70rem) {
  .team-grid img {
    width: 5em !important;
    min-width: 5em;
  }
}

.pagination .facet-wrap .facetwp-facet {
  -moz-column-count: unset !important;
       column-count: unset !important;
}

.facetwp-pager {
  display: block;
  -moz-column-count: unset !important;
       column-count: unset !important;
}
.facetwp-pager a, .facetwp-pager a:visited {
  display: inline-block;
  background: none;
  cursor: pointer;
  border-radius: 0.2rem;
  background: #eee;
  color: #222;
  padding: 0.25rem 0.5rem;
  text-decoration: none;
  line-height: 2;
  box-sizing: border-box;
  min-width: 2.5em;
  margin: 0 0.2em 0.2em;
  min-width: 2.5em;
  text-align: center;
  font-weight: normal;
}
@supports (font-variation-settings: "wght" 325) {
  .facetwp-pager a, .facetwp-pager a:visited {
    font-weight: 325 !important;
  }
}
.facetwp-pager a:hover, .facetwp-pager a:visited:hover {
  background: #ddd;
}
.facetwp-pager a.active, .facetwp-pager a:visited.active {
  background: #007b79;
  color: #fff;
}
.facetwp-pager .next,
.facetwp-pager .prev {
  padding-left: 1em;
  padding-right: 1em;
  min-width: unset;
  margin-right: 1em;
}
.facetwp-pager .next {
  margin-right: unset;
  margin-left: 1em;
}

.wp-block-acf-row {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  row-gap: 2rem;
  width: 100%;
}
.wp-block-acf-row .acf-innerblocks-container {
  display: contents;
}
.wp-block-acf-row .acf-innerblocks-container > *:first-child {
  margin-top: 0;
}
.wp-block-acf-row .acf-innerblocks-container > *:last-child {
  margin-bottom: 0;
}
.wp-block-acf-row .wp-block-acf-row-item {
  flex: 1 1 20em;
}

:where(.wp-block-acf-row) {
  margin-bottom: 2rem;
}

.section-nav {
  margin-bottom: 2.5rem;
}
.section-nav__inner {
  line-height: 1.75;
  background: white;
  border: 0.2rem solid #5e9f91;
  border-radius: 0.2rem;
}
.section-nav__list {
  position: relative;
  margin: 0;
  padding: 0.5rem 0;
  z-index: 10;
}
.section-nav__list li {
  margin: 0;
}
.section-nav__list > li {
  border-top: 1px solid #f3f3f3;
}
.section-nav__list > li:first-child {
  border: 0;
}
.section-nav__list a {
  display: block;
  color: black;
  padding: 0.75rem;
  text-decoration: none;
}
.section-nav__list a:hover, .section-nav__list a:focus {
  text-decoration: underline;
}
.section-nav__list ul {
  margin: 0;
  padding: 0.5rem 0;
  max-width: none;
  padding-left: 1.5rem;
  background: #fff;
  font-size: 0.9rem;
}
.section-nav__list ul li {
  display: block;
  padding-left: 1em;
}
.section-nav__list ul li::before {
  display: block;
  content: "-";
  float: left;
  width: 1em;
  text-align: center;
  margin-left: -1em;
  padding: 0.4em 0;
}
.section-nav__list ul a {
  padding: 0.5em 0;
}
.section-nav .current_page_item {
  font-weight: bold;
}
.section-nav__toggle {
  cursor: pointer;
  padding: 0.75rem;
  color: #222;
  font-weight: bolder;
}
.section-nav__toggle::-webkit-details-marker, .section-nav__toggle::marker {
  content: "";
  display: none;
}
.section-nav__toggle-inner {
  position: relative;
  display: block;
  padding-right: 2.5rem;
}
.section-nav__toggle-inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1.5rem;
  background: #5e9f91 center center/contain no-repeat url("../img/icon-chevron-down-tertiary.svg");
  transition: all 200ms ease-in-out;
}
.section-nav [open] .section-nav__toggle {
  border-bottom: 1px solid #f3f3f3;
}
@media (min-width: 40rem) {
  .section-nav [open] .section-nav__toggle::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 10;
  }
}
.section-nav [open] .section-nav__toggle-inner::after {
  transform: rotate(180deg);
  background: darkred;
}

@media (min-width: 40rem) {
  :where(.breadcrumbs + .section-nav) .section-nav__inner {
    float: right;
    margin-top: -3.5rem;
    width: 20rem;
  }
}
.slab {
  --slab__padding-y: 2.5rem;
  position: relative;
  padding: var(--slab__padding-y) 0;
  margin-bottom: 0;
  margin-top: 4rem;
  border-bottom: 1px dashed rgba(125, 125, 125, 0.4);
  border-top: 1px dashed rgba(125, 125, 125, 0.4);
}
.slab + .slab {
  border-top: none;
  margin-top: 0;
}
@media (min-width: 70em) and (min-height: 30em) {
  .slab {
    --slab__padding-y: calc(2.5rem + 3vmin);
  }
}
.slab :where(.wrap, .acf-innerblocks-container) > :where(*:first-child) {
  margin-top: 0;
}
.slab :where(.wrap, .acf-innerblocks-container) > :where(*:last-child) {
  margin-bottom: 0;
}
.slab:after {
  content: "";
  display: table;
  clear: both;
}

@media screen {
  .slab.has-base-background-color {
    background-color: #fff;
  }
}
:where(main) > .slab:first-child:where(:not([class*=has-background])),
:where(main > .wrap) > .slab:first-child:where(:not([class*=has-background])),
:where(main .wrap-content-center) > .slab:first-child:where(:not([class*=has-background])) {
  padding-top: 0;
}
@media (min-width: 70em) and (min-height: 30em) {
  :where(main) > .slab:first-child:where(:not([class*=has-background])),
  :where(main > .wrap) > .slab:first-child:where(:not([class*=has-background])),
  :where(main .wrap-content-center) > .slab:first-child:where(:not([class*=has-background])) {
    padding: 3vmin 0 calc(2.5rem + 3vmin);
  }
}

.slab :where(.wrap > .acf-innerblocks-container) > .tickertape:first-child .tickertape__highlight,
.slab :where(.wrap > .acf-innerblocks-container) > .tickertape:first-child .wp-block-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

:where(.slab.has-dark-grey-background-color) p {
  color: white;
}
:where(.slab.has-dark-grey-background-color) a, :where(.slab.has-dark-grey-background-color) a:hover {
  color: white;
}
:where(.slab.has-dark-grey-background-color) .tickertape h2.wp-block-heading {
  background: #555;
  padding: 0 0.2em;
  color: white;
}

@media (min-width: 40rem) {
  .slab.alignfull:last-child {
    position: relative;
    top: 2.5rem;
  }
}
.slab.alignfull + .slab.alignfull {
  margin-top: -2.5rem;
}

.sub-footer {
  position: relative;
  z-index: 1;
}
.sub-footer .wrap-content-center {
  margin: 0;
}
.sub-footer .slab {
  top: 0 !important;
  margin-top: 0;
}

.steppedList {
  --background: #fff;
  --item-border-color: white;
  background: var(--background);
  padding: calc(0.75rem + 2%);
  padding-left: 3.5%;
  margin-bottom: 2.5rem;
  border-radius: 0.4rem;
}
.steppedList .acf-innerblocks-container {
  display: contents;
}
.steppedList__list {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: none;
  counter-reset: stepper;
}
.steppedList__list > .acf-innerblocks-container > li:last-of-type,
.steppedList__list > .acf-innerblocks-container > div:last-child > li:only-child {
  margin-bottom: 0;
}
.steppedList__list > .acf-innerblocks-container > li:last-of-type::after,
.steppedList__list > .acf-innerblocks-container > div:last-child > li:only-child::after {
  border: 0;
}
.steppedList__list > .acf-innerblocks-container > li:last-of-type .steppedList__icon::after,
.steppedList__list > .acf-innerblocks-container > div:last-child > li:only-child .steppedList__icon::after {
  display: none;
}
.steppedList__list > .acf-innerblocks-container > li:last-of-type .steppedList__itemInner,
.steppedList__list > .acf-innerblocks-container > div:last-child > li:only-child .steppedList__itemInner {
  padding-bottom: 0;
  border: 0;
}
.steppedList__item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 5%;
       column-gap: 5%;
  margin-bottom: 2rem;
}
.steppedList__item::before {
  display: block;
  position: absolute;
  counter-increment: stepper;
  content: counter(stepper);
  color: transparent;
  height: 0;
  width: 0;
}
.steppedList__item::after {
  content: "";
  border-left: 2px solid #007b79;
  margin-left: -1px;
  height: 100%;
  position: absolute;
  top: 3rem;
  left: 1.5rem;
}
.steppedList__icon {
  display: flex;
  margin: 0 auto 1rem;
  flex: 1 99 3rem;
  max-width: 5em;
  align-self: flex-start;
  aspect-ratio: 1/1;
  font-size: 1em;
  border-radius: 100%;
  background: #007b79;
}
.steppedList__icon img {
  margin: auto;
  width: 50%;
}
.steppedList__number {
  display: list-item;
  align-self: center;
  margin: auto;
  color: white;
  font-weight: bold;
  font-size: 1.5em;
  text-align: center;
}
.steppedList__number::before {
  content: counter(stepper);
}
.steppedList__itemInner {
  flex: 99 1 auto;
  max-width: calc(95% - 3rem);
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--item-border-color);
  padding-bottom: 2rem;
}
.steppedList__title {
  flex: 1 1 12rem;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: clamp(1rem, 8.5cqi, 1.3rem);
  font-weight: bolder;
  color: #222;
  line-height: 1.5;
}
.steppedList__content {
  flex: 3 1 20rem;
  line-height: 1.75;
}
.steppedList__content p {
  margin-bottom: 1rem;
}
.steppedList__content > *:first-child {
  margin-top: 0;
}
.steppedList__content > *:last-child {
  margin-bottom: 0;
}

:where(.slab.has-background) .steppedList {
  --background: white;
  --item-border-color: #fff;
}

.tag:where(:not(body)) {
  --background: #007b79;
  --color: white;
  position: relative;
  display: inline-block;
  margin: 0 0.0625rem 0 0;
  padding: 0.4em 0.5em;
  font-size: 0.8rem;
  line-height: 1;
  font-weight: normal;
  text-transform: lowercase;
  background: var(--background, #007b79);
  color: var(--color, white);
  border-radius: 0.2rem;
}

a.tag:hover, a.tag:focus {
  --background: black;
  --color: white;
  color: var(--color, white);
}

.tickertape {
  position: relative;
  margin-bottom: 1.5rem;
  margin-right: 1rem;
  text-wrap: balance;
}
.tickertape__highlight,
.tickertape .wp-block-heading {
  position: relative;
  display: inline;
  left: 0.35rem;
  padding: 0.1em 0.1rem;
  line-height: 1.5;
  background: #222;
  color: white;
  box-shadow: -0.35rem 0 0 0 #222, 0.35rem 0 0 0 #222;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.tickertape__highlight a,
.tickertape .wp-block-heading a {
  color: white;
}

.debug * {
  box-shadow: 0 0 0.5em rgba(255, 0, 0, 0.75), inset 0 0 0.5em rgba(0, 255, 0, 0.75) !important;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.bg-primary {
  background: #222 !important;
}

.bg-secondary {
  background: #007b79 !important;
}

.bg-tertiary {
  background: #5e9f91 !important;
}

.text-color-primary {
  color: #222 !important;
}

.text-color-secondary {
  color: #007b79 !important;
}

.text-color-tertiary {
  color: #5e9f91 !important;
}

.text-color-white {
  color: white !important;
}

.text-color-black {
  color: black !important;
}

.text-color-grey {
  color: #eee !important;
}

.text-color-error {
  color: #ff0000 !important;
}

.font-9xl {
  font-size: 4.5rem !important;
}

.font-8xl {
  font-size: 3rem !important;
}

.font-7xl {
  font-size: 2.5rem !important;
}

.font-6xl {
  font-size: 2.25rem !important;
}

.font-5xl {
  font-size: 2rem !important;
}

.font-4xl {
  font-size: 1.9rem !important;
}

.font-3xl {
  font-size: 1.7rem !important;
}

.font-2xl {
  font-size: 1.3rem !important;
}

.font-xl {
  font-size: 1.2rem !important;
}

.font-lg {
  font-size: 1.1rem !important;
}

.font-md {
  font-size: 1rem !important;
}

.font-sm {
  font-size: 0.9rem !important;
}

.font-xs {
  font-size: 0.8rem !important;
}

.font-2xs {
  font-size: 0.75rem !important;
}

.font-3xs {
  font-size: 0.7rem !important;
}

.font-4xs {
  font-size: 0.65rem !important;
}

.font-primary {
  font-family: "IBM Plex Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.text-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center !important;
}

.text-left {
  margin-right: auto;
  text-align: left !important;
}

.text-right {
  margin-left: auto;
  text-align: right !important;
}

.text-columns {
  max-width: none;
  -moz-columns: 25em;
       columns: 25em;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.text-columns p, .text-columns li {
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}

.link--stretched {
  position: static;
}
.link--stretched::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: all;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.link--stretched-before {
  position: static;
}
.link--stretched-before::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: all;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.margin-y-4xs {
  margin-top: 0.0625rem !important;
  margin-bottom: 0.0625rem !important;
}

.margin-top-4xs {
  margin-top: 0.0625rem !important;
}

.margin-bottom-4xs {
  margin-bottom: 0.0625rem !important;
}

.margin-y-3xs {
  margin-top: 0.125rem !important;
  margin-bottom: 0.125rem !important;
}

.margin-top-3xs {
  margin-top: 0.125rem !important;
}

.margin-bottom-3xs {
  margin-bottom: 0.125rem !important;
}

.margin-y-2xs {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.margin-top-2xs {
  margin-top: 0.25rem !important;
}

.margin-bottom-2xs {
  margin-bottom: 0.25rem !important;
}

.margin-y-xs {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.margin-top-xs {
  margin-top: 0.5rem !important;
}

.margin-bottom-xs {
  margin-bottom: 0.5rem !important;
}

.margin-y-sm {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.margin-top-sm {
  margin-top: 0.75rem !important;
}

.margin-bottom-sm {
  margin-bottom: 0.75rem !important;
}

.margin-y-md {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.margin-top-md {
  margin-top: 1rem !important;
}

.margin-bottom-md {
  margin-bottom: 1rem !important;
}

.margin-y-lg {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.margin-top-lg {
  margin-top: 1.5rem !important;
}

.margin-bottom-lg {
  margin-bottom: 1.5rem !important;
}

.margin-y-xl {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.margin-top-xl {
  margin-top: 2rem !important;
}

.margin-bottom-xl {
  margin-bottom: 2rem !important;
}

.margin-y-2xl {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.margin-top-2xl {
  margin-top: 2.5rem !important;
}

.margin-bottom-2xl {
  margin-bottom: 2.5rem !important;
}

.margin-y-3xl {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.margin-top-3xl {
  margin-top: 3rem !important;
}

.margin-bottom-3xl {
  margin-bottom: 3rem !important;
}

.margin-y-4xl {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.margin-top-4xl {
  margin-top: 4rem !important;
}

.margin-bottom-4xl {
  margin-bottom: 4rem !important;
}

.margin-y-5xl {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.margin-top-5xl {
  margin-top: 6rem !important;
}

.margin-bottom-5xl {
  margin-bottom: 6rem !important;
}

.margin-y-6xl {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.margin-top-6xl {
  margin-top: 8rem !important;
}

.margin-bottom-6xl {
  margin-bottom: 8rem !important;
}

.margin-y-8xl {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}

.margin-top-8xl {
  margin-top: 12rem !important;
}

.margin-bottom-8xl {
  margin-bottom: 12rem !important;
}

.margin-top-none,
.margin-y-none {
  margin-top: 0 !important;
}

.margin-bottom-none,
.margin-y-none {
  margin-bottom: 0 !important;
}

.visually-hidden {
  display: block;
  position: absolute !important;
  overflow: hidden;
  height: 1px;
  left: -9999em;
  clip: rect(0 0 0 0);
}

.visually-hidden.focusable:active, .visually-hidden.focusable:focus {
  position: static !important;
  clip: auto !important;
  overflow: visible !important;
  height: auto !important;
  left: auto;
}

.js .js-hidden {
  display: none;
}

.no-js .no-js-hidden {
  display: none;
}

#wpadminbar {
  background: #555;
}
/*# sourceMappingURL=main.css.map */
