/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.hidden {
  display: none;
}
/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
main {
  display: block;
}

strong {
  font-weight: bolder;
}
img {
  border-style: none;
}
button,
input {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button {
  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;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[hidden] {
  display: none;
}
[tabindex="-1"]:focus {
  outline-color: rgba(0, 0, 0, 0) !important;
}
::-moz-selection {
  background: #2e2d29;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #2e2d29;
  color: #fff;
  text-shadow: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
@media print {
  * {
    background-color: rgba(0, 0, 0, 0) !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }
  @page {
    margin: 2cm;
  }
}
:root {
  --gesso-text-color: #2e2d29;
  --gesso-link-color: #2e2d29;
  --gesso-link-visited-color: #2e2d29;
  --gesso-link-hover-color: #b1040e;
  --gesso-link-active-color: #b1040e;
  --gesso-link-underline-color: #2e2d29;
  --gesso-link-focus-color: #1aa4bc;
  --gesso-accent-color: #8c1515;
  --gesso-background-color: #ffffff;
  --gesso-header-initial-height: 186px;
  --gesso-header-current-height: 1px;
  --gesso-internal-header-height: 0px;
  --gesso-global-header-height: 0px;
  --hero-bg-image-height: 333px;
}
@media (min-width: 40em) {
  :root {
    --hero-bg-image-height: 420px;
  }
}
html {
  font-family: "Lato", Arial, sans-serif;
  font-feature-settings: "liga" off;
  box-sizing: border-box;
  font-size: 100%;
  line-height: 1.4;
  min-height: 100%;
  scroll-padding-top: var(--gesso-header-current-height, 0);
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  background-color: #fff;
  color: var(--gesso-text-color);
  margin: 0;
  overflow-x: hidden;
  padding: 0;
  width: 100%;
  word-wrap: break-word;
}
@media print {
  nav {
    display: none;
  }
}
iframe {
  border: 0;
}
@media print {
  iframe {
    display: none;
  }
}

:where(h5),
.h5,
:where(h3),
.h3,
:where(h2),
.h2 {
  color: var(--gesso-text-color);
  font-weight: 700;
  -webkit-hyphens: none;
  hyphens: none;
  line-height: 1.4;
  margin: 0 0 1rem;
  text-rendering: optimizelegibility;
}
@media print {
  
  :where(h5),
  .h5,
  :where(h3),
  .h3,
  :where(h2),
  .h2 {
    orphans: 3;
    page-break-after: avoid;
    widows: 3;
  }
  
  :where(h5)::after,
  .h5::after,
  :where(h3)::after,
  .h3::after,
  :where(h2)::after,
  .h2::after {
    display: inline-block;
  }
}

* + :where(h5),
* + .h5,
* + :where(h3),
* + .h3,
* + :where(h2),
* + .h2 {
  margin-top: 1em;
}
:where(h2),
.h2 {
  font-family: "Lato", Arial, sans-serif;
  font-feature-settings: "liga" off;
  font-weight: 700;
  line-height: 1.4;
  font-size: clamp(1.625rem, 1.5384615385rem + 0.3846153846vw, 1.875rem);
  -webkit-marquee-increment: 0vw;
}
@supports (container-type: inline-size) {
  @container (max-width:387px) {
    :where(h2),
    .h2 {
      font-size: clamp(1.375rem, 1.2884615385rem + 0.3846153846vw, 1.625rem);
      -webkit-marquee-increment: 0vw;
    }
  }
}
@supports not (container-type: inline-size) {
  .l-grid--3-col :where(h2),
  .l-grid--3-col .h2 {
    font-size: clamp(1.375rem, 1.2884615385rem + 0.3846153846vw, 1.625rem);
    -webkit-marquee-increment: 0vw;
  }
}
:where(h3),
.h3 {
  font-family: "Lato", Arial, sans-serif;
  font-feature-settings: "liga" off;
  font-weight: 700;
  line-height: 1.4;
  font-size: clamp(1.375rem, 1.2884615385rem + 0.3846153846vw, 1.625rem);
  -webkit-marquee-increment: 0vw;
}
:where(h5),
.h5 {
  font-family: "Lato", Arial, sans-serif;
  font-feature-settings: "liga" off;
  font-weight: 700;
  line-height: 1.2;
  font-size: clamp(1rem, 0.9567307692rem + 0.1923076923vw, 1.125rem);
  -webkit-marquee-increment: 0vw;
}
:where(p) {
  margin: 0 0 1rem;
}
@media print {
  :where(p) {
    orphans: 3;
    widows: 3;
  }
}
:where(a) {
  outline: 2px solid rgba(0, 0, 0, 0);
  outline-offset: 2px;
  -webkit-text-decoration-skip: objects;
  text-decoration-skip: objects;
  text-decoration-thickness: 1px;
  text-underline-offset: 1px;
  text-underline-position: under;
  background-color: rgba(0, 0, 0, 0);
  color: var(--gesso-link-color);
  text-decoration: underline;
  text-decoration-color: var(--gesso-link-underline-color);
  transition-duration: 150ms;
  transition-property: background-color, border-color, color, outline-color;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
@media print {
  :where(a) {
    text-decoration: none;
  }
  :where(a)[href]::after {
    content: " <" attr(href) ">";
    font-family: "Lato", Arial, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    text-transform: lowercase;
  }
}
address {
  font-style: normal;
}
ul {
  list-style-type: disc;
  margin: 0 0 1rem;
  padding: 0 0 0 1.5rem;
}

ul ul {
  margin-top: 0.5rem;
}
ul ul {
  list-style-type: circle;
}
ul ul ul {
  list-style-type: square;
}
ul ul ul ul {
  list-style-type: "□   ";
}
ul ul ul ul > li::marker {
  font-size: 0.75em;
  line-height: 1;
}
ul ul ul ul ul {
  list-style-type: disc;
}
ul ul ul ul ul li::marker {
  font-size: inherit;
}
ul li::marker {
  color: var(--gesso-link-hover-color);
}
li {
  margin-bottom: 0.5rem;
}
li:last-child {
  margin-bottom: 0;
}
@media print {
  li {
    page-break-inside: avoid;
  }
}
button {
  overflow: visible;
}
input {
  line-height: normal;
}
::-moz-placeholder {
  color: #767674;
  opacity: 1;
}
::placeholder {
  color: #767674;
  opacity: 1;
}
img {
  border: 0;
  font-style: italic;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
@media print {
  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }
}
svg:not(:root) {
  overflow: hidden;
}
.l-constrain {
  margin-left: auto;
  margin-right: auto;
  max-width: 81.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 64em) {
  .l-constrain {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.l-constrain:not(.l-constrain--no-padding) .l-constrain {
  padding-left: 0;
  padding-right: 0;
}
.l-footer {
  font-size: 0.875rem;
  background-image: linear-gradient(
    to right,
    #ffffff 0%,
    #f4f4f4 30%,
    #eaeaea 100%
  );
  padding: 1.5rem 0;
}
@media (min-width: 40em) {
  .l-footer {
    padding: 5.125rem 0 1.5rem;
  }
}
@media (min-width: 80em) {
  .l-footer {
    padding: 6rem 0 1.5rem;
  }
}
.l-footer > .l-constrain {
  display: grid;
  gap: 1.5rem;
  grid-template: "address" "social" "menu" "utility";
}
@media (min-width: 40em) {
  .l-footer > .l-constrain {
    align-items: flex-end;
    gap: 4rem;
    grid-template: auto/minmax(min-content, 280px) 1fr;
    justify-content: space-between;
  }
}
@media (min-width: 80em) {
  .l-footer > .l-constrain {
    gap: 4rem 6rem;
  }
}
.l-footer__contact {
  grid-area: address;
}
@media (min-width: 40em) {
  .l-footer__contact {
    grid-area: auto;
  }
}
.l-footer__social {
  align-self: flex-start;
  grid-area: social;
}
@media (min-width: 40em) {
  .l-footer__social {
    grid-area: auto;
  }
}
.l-footer__menu {
  grid-area: menu;
}
@media (min-width: 40em) {
  .l-footer__menu {
    grid-area: auto;
  }
}
.l-footer__utility {
  grid-area: utility;
}
@media (min-width: 40em) {
  .l-footer__utility {
    grid-area: auto;
  }
}
.l-global-header {
  background-color: #fff;
  padding-block: 18px 12px;
  position: relative;
  z-index: 500;
}
.homepage .l-global-header {
  background-color: hsla(0, 0%, 100%, 0.96);
}
@media (min-width: 64em) {
  .l-global-header {
    padding-block: 18px;
  }
  .homepage .l-global-header {
    background: linear-gradient(
      to right,
      #ffffff 0%,
      #ffffff calc(207px + (100vw - 1304px) / 2),
      rgba(255, 255, 255, 0) 100%
    );
    opacity: 0.97;
  }
}
.l-global-header__logo {
  height: 26px;
}
@media (min-width: 40em) {
  .l-global-header__logo {
    height: 30px;
  }
}
.l-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  container-type: inline-size;
}
.l-grid > * {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  margin-bottom: 2.5rem;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  width: calc(100% - 2.5rem);
  min-width: 0rem;
}
@supports (display: grid) {
  .l-grid {
    margin-left: 0;
    margin-right: 0;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 2.5rem;
    display: grid;
    align-items: flex-start;
  }
  .l-grid > * {
    margin: 0;
    min-width: 0;
    width: 100%;
  }
}
@media (min-width: 37.5em) {
}
.l-grid--3-col {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.l-grid--3-col > * {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  margin-bottom: 2.5rem;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  width: calc(100% - 2.5rem);
  min-width: 0rem;
}
@supports (display: grid) {
  .l-grid--3-col {
    margin-left: 0;
    margin-right: 0;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 2.5rem;
    display: grid;
  }
  .l-grid--3-col > * {
    margin: 0;
    min-width: 0;
    width: 100%;
  }
}
@media (min-width: 47.5em) {
  .l-grid--3-col > * {
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
    margin-bottom: 2.5rem;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    width: calc(33.3333333333% - 2.5rem);
    min-width: 17.1875rem;
  }
  @supports (display: grid) {
    .l-grid--3-col {
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 2.5rem;
    }
    .l-grid--3-col > * {
      margin: 0;
      min-width: 0;
      width: 100%;
    }
  }
  @supports (container-type: inline-size) {
    @container (max-width:500px) {
      .l-grid--3-col {
        grid-template-columns: repeat(2, 1fr);
      }
    }
  }
  @supports (display: grid) {
    .l-grid .l-grid--3-col {
      gap: 16px;
    }
  }
}
@supports not (container-type: inline-size) {
  @media (min-width: 47.5em) and (max-width: 80em) {
    .l-grid .l-grid--3-col {
      grid-template-columns: repeat(2, 1fr);
    }
  }
}
@media (min-width: 37.5em) and (max-width: 50em) {
}
@media (min-width: 50.0625em) {
}
@media (min-width: 37.5em) and (max-width: 62.4375em) {
}
@media (min-width: 62.5em) {
}
.l-header {
  --gesso-scroll-progress: 0%;
  left: 0;
  position: sticky;
  top: calc(var(--gin-toolbar-height, 0px));
  width: 100%;
  z-index: 500;
}
@media (min-width: 68.75em) {
  .l-header {
    height: var(--gesso-header-initial-height);
    pointer-events: none;
  }
}
.l-header__inner {
  background: #fff;
  border-bottom: 1px solid rgba(46, 45, 41, 0.3);
  position: relative;
}
@media (min-width: 68.75em) {
  .l-header__inner {
    padding: 35px 0 0;
    pointer-events: visible;
    transition: padding 200ms cubic-bezier(0, 0, 0.2, 1);
  }
}
.l-header__inner > .l-constrain {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 68.75em) {
  .l-header__inner > .l-constrain {
    align-items: baseline;
    flex-wrap: wrap;
    position: relative;
  }
}
.l-header__progress {
  background: linear-gradient(
    to right,
    #8c1515 0%,
    #8c1515 var(--slac-scroll-progress),
    rgba(255, 255, 255, 0) var(--slac-scroll-progress)
  );
  bottom: -1px;
  height: 4px;
  left: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
}
.l-section {
  background-color: var(--gesso-background-color);
}
.l-section:not(.l-section--no-padding) {
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
}
.l-section:not(.l-section--no-padding):last-child {
  padding-bottom: 72px;
}
@media (min-width: 64em) {
  .l-section:not(.l-section--no-padding) {
    padding-bottom: 4.5rem;
    padding-top: 4.5rem;
  }
  .l-section:not(.l-section--no-padding):last-child {
    padding-bottom: 126px;
  }
}
@supports (container-type: inline-size) {
  @container (max-width:600px) {
    .l-section:not(.l-section--no-padding) {
      padding-block: 32px;
    }
    .l-section:not(.l-section--no-padding):first-child {
      padding-top: 0;
    }
    .l-section:not(.l-section--no-padding):last-child {
      padding-bottom: 0;
    }
  }
}
@supports not (container-type: inline-size) {
  
  .l-grid--3-col .l-section:not(.l-section--no-padding) {
    padding-block: 32px;
  }
  
  .l-grid--3-col .l-section:not(.l-section--no-padding):first-child {
    padding-top: 0;
  }
  
  .l-grid--3-col .l-section:not(.l-section--no-padding):last-child {
    padding-bottom: 0;
  }
}
.l-section--no-padding:last-child {
  padding-bottom: 0;
}
.l-section .l-section--no-padding:last-child {
  padding-bottom: 0;
}
.l-section__title {
  font-size: clamp(1.625rem, 1.2788461538rem + 1.5384615385vw, 2.625rem);
  -webkit-marquee-increment: 0vw;
  color: var(--gesso-text-color);
}
.l-section__title + .l-section__content {
  margin-top: 4.5rem;
}
@media (min-width: 64em) {
  .l-section__title + .l-section__content {
    margin-top: 5rem;
  }
}
.l-section__title a {
  text-decoration-thickness: 1px;
}
.l-section__content {
  container-type: inline-size;
}
.l-section--yellow {
  --gesso-background-color: #fedd5c;
}
.l-section--margin-home-space {
  margin-top: 3.5rem;
}
@media (min-width: 64em) {
  .l-section--margin-home-space {
    margin-top: 6rem;
  }
}
.l-subfooter {
  background: #8c1515;
  color: #fff;
  font-size: 0.75rem;
  padding: 2rem 0;
  position: relative;
}
.l-subfooter .l-constrain {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: center;
}
@media (min-width: 40em) {
  .l-subfooter .l-constrain {
    flex-flow: row wrap;
    gap: 2.5rem;
    justify-content: space-between;
  }
}
@media (min-width: 64em) {
  .l-subfooter .l-constrain {
    flex-wrap: nowrap;
  }
}
.l-subfooter__content {
  flex: 1;
}
.l-subfooter__content p:last-child {
  margin-bottom: 0;
}
@media (min-width: 64em) {
  .l-subfooter__content {
    padding-right: 65px;
  }
}
.l-subfooter__logos {
  display: flex;
  flex-wrap: nowrap;
  order: -999;
  text-align: center;
}
.l-subfooter__logos > * + * {
  margin-left: 0.75rem;
  padding-left: 0.75rem;
}
@media (min-width: 40em) {
  .l-subfooter__logos {
    order: initial;
    text-align: right;
  }
}
.c-card {
  --gesso-text-color: #2e2d29;
  --gesso-link-color: #2e2d29;
  --gesso-link-visited-color: #2e2d29;
  --gesso-link-hover-color: #b1040e;
  --gesso-link-active-color: #b1040e;
  --gesso-link-underline-color: #2e2d29;
  --gesso-link-focus-color: #1aa4bc;
  --gesso-accent-color: #8c1515;
  --gesso-background-color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  max-width: 50.75rem;
  padding-left: 0rem;
  padding-right: 0rem;
  display: flex;
  flex-direction: column;
  line-height: 1.8;
  position: relative;
  transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 64em) {
  .c-card {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
.c-card:not(.l-constrain--no-padding) .c-card {
  padding-left: 0;
  padding-right: 0;
}
.c-card:hover,
.c-card:focus-within {
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
}
.c-card .c-kicker {
  color: inherit;
  margin-bottom: 0.5rem;
}
.l-section__content > .c-card {
  margin-bottom: 40px;
}
.l-section__content > .c-card:last-of-type {
  margin-bottom: 0;
}
.c-card--no-link:hover,
.c-card--no-link:focus-within {
  box-shadow: initial;
}
.c-card__title {
  font-size: clamp(1.375rem, 1.2884615385rem + 0.3846153846vw, 1.625rem);
  -webkit-marquee-increment: 0vw;
  line-height: 1.4;
  margin: 0;
}
.c-card__title::after {
  margin-top: -8px;
}
.c-card:not(.c-card--no-link):hover .c-card__title,
.c-card:not(.c-card--no-link):focus-within .c-card__title {
  color: var(--gesso-link-hover-color);
}
@media (prefers-reduced-motion: no-preference) {
  .c-card:not(.c-card--no-link):hover .c-card__title::after,
  .c-card:not(.c-card--no-link):focus-within .c-card__title::after {
    transform: translateX(0.375rem);
  }
}
.c-card__body {
  --gesso-text-color: #2e2d29;
  background: #fff;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 30px;
  z-index: 1;
}
.c-card__header {
  padding-bottom: 0.75rem;
}
.c-card__content {
  font-family: "Merriweather", Georgia, serif;
  font-feature-settings:
    "pnum" on,
    "lnum" on;
  font-size: 1rem;
  line-height: 1.8;
}
.c-card__content p {
  margin-bottom: 0;
}
.c-card__content:not(:last-child) {
  padding-bottom: 1.875rem;
}
.c-card__icon {
  font-size: 84px;
  height: 84px;
  line-height: 1;
  margin-bottom: 30px;
  margin-top: -10px;
}
.c-card__icon img {
  height: 100%;
  width: auto;
}
form > * {
  max-width: 100%;
  overflow: auto;
}
.c-icon {
  display: inline-block;
  fill: currentColor;
  height: 1em;
  pointer-events: none;
  position: relative;
  top: -2px;
  transition: none;
  vertical-align: middle;
  width: 1em;
}
.c-icon * {
  transition: none;
}
.c-kicker {
  font-family: "Lato", Arial, sans-serif;
  font-feature-settings: "liga" off;
  color: var(--gesso-text-color);
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-bottom: 0;
  text-transform: uppercase;
}
.c-kicker + * {
  margin-top: 0;
}
.c-logo {
  display: inline-block;
  vertical-align: middle;
}
.c-main {
  position: relative;
}
.c-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.c-menu :where(li) {
  padding-left: 0;
}
.c-menu li::before {
  display: none;
}
@media print {
  .c-menu {
    display: none;
  }
}
.c-menu__item {
  margin-bottom: 0;
}
.c-menu--footer-utility {
  display: flex;
  flex-flow: row wrap;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  line-height: 2.1;
}
.c-menu--footer-utility li {
  padding-left: 0;
}
.c-menu--footer-utility > li {
  display: inline-block;
}
.c-menu--footer-utility > li {
  align-items: center;
  display: inline-flex;
  gap: 0.75em;
  margin-right: 0.75em;
}
.c-menu--footer-utility > li::after {
  background: #4298b5;
  content: "";
  display: inline-block;
  height: 1em;
  width: 1px;
  transform: rotate(30deg);
}
.c-menu--footer-utility > li.is-active {
  font-weight: 700;
}
.c-menu--footer-utility > li:last-child::after {
  display: none;
}
.c-menu--footer-utility .c-menu__link {
  text-decoration: none;
}
.c-menu--footer-utility .c-menu__link:hover,
.c-menu--footer-utility .c-menu__link:focus,
.c-menu--footer-utility .c-menu__link:active {
  text-decoration: underline;
}
.c-menu--footer-utility .c-menu__link .c-icon {
  color: inherit;
}
@media (min-width: 40em) {
  .c-menu--footer-utility {
    justify-content: flex-end;
    line-height: 1.8;
  }
}
.c-menu--footer {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.c-menu--footer :where(li) {
  padding-left: 0;
}
.c-menu--footer li::before {
  display: none;
}
.c-menu--footer > .c-menu__item {
  border-top: 1px solid #4298b5;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 1.25rem;
  padding-top: 0.5rem;
  text-transform: uppercase;
  width: 11.875rem;
}
.c-menu--footer > .c-menu__item .c-menu__item {
  border-top: 0;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: initial;
  margin-top: 0.5rem;
  text-transform: none;
}
.c-menu--footer .c-menu__link {
  text-decoration: none;
}
.c-menu--footer .c-menu__link:hover,
.c-menu--footer .c-menu__link:focus,
.c-menu--footer .c-menu__link:active {
  text-decoration: underline;
}
.c-menu--footer .c-menu__link .c-icon {
  color: inherit;
}
@media (min-width: 40em) {
  .c-menu--footer {
    display: grid;
    gap: 40px 30px;
    grid-template-columns: repeat(auto-fit, 190px);
    justify-content: flex-end;
  }
  .c-menu--footer > .c-menu__item {
    display: block;
    margin-bottom: 0;
    width: auto;
  }
}
.c-menu--subfooter {
  display: flex;
  flex-flow: row nowrap;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  font-size: 0.875rem;
  line-height: 1.8;
  margin-bottom: 1rem;
}
.c-menu--subfooter li {
  padding-left: 0;
}
.c-menu--subfooter > li {
  display: inline-block;
}
@media (max-width: 39.9375em) {
  .c-menu--subfooter {
    align-items: center;
    flex-flow: column nowrap;
  }
}
.c-menu--subfooter > li {
  align-items: center;
  display: inline-flex;
  gap: 0.75em;
  margin-right: 0.75em;
}
.c-menu--subfooter > li::after {
  background: currentColor;
  content: "";
  display: inline-block;
  height: 1em;
  width: 1px;
}
.c-menu--subfooter > li.is-active {
  font-weight: 700;
}
.c-menu--subfooter > li:last-child::after {
  display: none;
}
@media (max-width: 39.9375em) {
  .c-menu--subfooter > li::after {
    display: none;
  }
}
.c-menu--subfooter .c-menu__item {
  margin-bottom: 8px;
}
.c-menu--subfooter .c-menu__link {
  color: inherit;
  text-decoration: none;
}
.c-menu--subfooter .c-menu__link:hover,
.c-menu--subfooter .c-menu__link:focus,
.c-menu--subfooter .c-menu__link:active {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: inherit;
}
.c-menu--subfooter .c-menu__link .c-icon {
  color: inherit;
}
@media (min-width: 40em) {
  .c-menu--subfooter {
    line-height: 1.4;
  }
  .c-menu--subfooter .c-menu__item {
    margin-bottom: 0;
  }
}
@supports (container-type: inline-size) {
}
@supports not (container-type: inline-size) {
}
@supports (container-type: inline-size) {
}
@supports not (container-type: inline-size) {
}
.c-search {
  align-self: flex-end;
  bottom: 100%;
  position: absolute;
  right: 32px;
  z-index: 1;
}
@media (max-width: 68.6875em) {
  .c-search {
    display: none;
  }
}
.c-social-links {
  display: flex;
  flex-flow: row wrap;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  font-size: 16px;
  gap: 1rem;
}
.c-social-links li {
  padding-left: 0;
}
.c-social-links > li {
  display: inline-block;
}
.c-social-links a {
  color: inherit;
}
.c-social-links__twitter:hover {
  color: #000;
}
.c-social-links__instagram:hover {
  color: #c32aa3;
}
.c-social-links__flickr:hover {
  color: #f40083;
}
.c-social-links__youtube:hover {
  color: red;
}
.c-social-links__linkedin:hover {
  color: #0a66c2;
}
.c-site-name {
  font-size: clamp(1.5rem, 1.1105769231rem + 1.7307692308vw, 2.625rem);
  -webkit-marquee-increment: 0vw;
  color: var(--gesso-text-color);
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
}
.c-site-name:hover,
.c-site-name:focus,
.c-site-name:active {
  color: var(--gesso-link-hover-color);
}
.c-skiplinks {
  display: flex;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Oxygen-Sans",
    Ubuntu,
    Cantarell,
    "Fira Sans",
    Droid Sans,
    sans-serif;
  justify-content: center;
  position: absolute;
  width: 100%;
  z-index: 9999;
}
.c-skiplinks__link,
.c-skiplinks__link:visited,
.c-skiplinks__link:hover,
.c-skiplinks__link:focus {
  background-color: #767674;
  border: 2px solid #4298b5;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: 0;
  box-shadow:
    0 3px 6px rgba(0, 0, 0, 0.16),
    0 3px 6px rgba(0, 0, 0, 0.23);
  color: #fff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
  outline: 0;
  padding: 1rem;
  text-align: center;
  text-decoration: none;
}
#main:focus {
  outline: 0;
}
.c-wysiwyg {
  font-family: "Merriweather", Georgia, serif;
  font-feature-settings:
    "pnum" on,
    "lnum" on;
  font-weight: 400;
  line-height: 1.8;
  font-size: clamp(1rem, 0.9567307692rem + 0.1923076923vw, 1.125rem);
  -webkit-marquee-increment: 0vw;
  margin-left: auto;
  margin-right: auto;
  max-width: 37.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  color: var(--gesso-text-color);
  display: flow-root;
}
@media (min-width: 64em) {
  .c-wysiwyg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.c-wysiwyg:not(.l-constrain--no-padding) .c-wysiwyg {
  padding-left: 0;
  padding-right: 0;
}
.l-constrain .c-wysiwyg:not(.c-wysiwyg--with-background) {
  padding-left: 0;
  padding-right: 0;
}

.u-visually-hidden {
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  width: 1px !important;
  word-wrap: normal !important;
}

.u-visually-hidden.u-focusable:focus,
.u-visually-hidden.u-focusable:active {
  clip: auto !important;
  height: auto !important;
  overflow: visible !important;
  position: static !important;
  width: auto !important;
}
.hidden {
  display: none !important;
}
:root {
  --gesso-alert-bar-height: 0px;
}
:root {
  --mobile-menu-height: 100vh;
}
/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
@keyframes bounce {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, 50%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.c-card {
  height: 100%;
}
.c-card__title {
  font-size: 1.375rem;
}
.c-card__body {
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .c-card__body {
    padding: 1.875rem;
  }
}
.c-card__content {
  font-family: "Lato", Arial, sans-serif;
  font-feature-settings: "liga" off;
}

.l-section--yellow .c-card__body {
  padding: 1rem;
}
.c-wysiwyg {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  padding-left: 32px;
  padding-right: 32px;
  font-family: "Merriweather", Georgia, serif;
  font-feature-settings: "liga" off;
  font-weight: 400;
  line-height: 1.8em;
  color: var(--gesso-text-color);
  display: flow-root;
}
@media screen and (min-width: 1024px) {
  .c-wysiwyg {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.c-wysiwyg:not(.l-constrain--no-padding) .c-wysiwyg {
  padding-left: 0;
  padding-right: 0;
}
.l-constrain .c-wysiwyg:not(.c-wysiwyg--with-background) {
  padding-left: 0;
  padding-right: 0;
}
.c-paragraph--type-section.support {
  position: relative;
  z-index: 10;
}
@keyframes scaleAnimation {
  0% {
    transform: translateX(-50%) scale(1);
  }
  50% {
    transform: translateX(-50%) scale(1.25);
  }
  100% {
    transform: translateX(-50%) scale(1);
  }
}
@media screen and (min-width: 1024px) {
  .l-subfooter .l-constrain {
    gap: 4rem 2rem;
    max-width: 1278px;
  }
}
.l-footer__contact {
  margin-bottom: auto;
}
@media screen and (min-width: 640px) {
  .l-grid--3-col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .l-grid--3-col {
    grid-template-columns: repeat(3, 1fr);
  }
}
.l-header__inner {
  padding: 0;
}
.l-header__progress {
  margin: 0;
}
.l-global-header > .l-constrain {
  max-width: 1280px;
  margin: auto;
}
.l-header__inner {
  padding-top: 48px;
}
@media screen and (max-width: 1099px) {
  .l-header__inner {
    padding: 0;
  }
}
@media screen and (min-width: 640px) {
  .l-section .l-constrain {
    max-width: 986px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .l-section .l-constrain {
    max-width: 1278px;
  }
}
#support {
  background-color: #fedd5c;
}

/* Altcha overlay */

dialog {
/*  animation: fade-out 0.7s ease-out; */
  width: 80%;
  height: 80%;

  display: flex;
  justify-content: center; /* Centers horizontally */
  align-items: center;    /* Centers vertically */
}

dialog:open {
/*  animation: fade-in 0.7s ease-out;*/
}

dialog:open::backdrop {
  background-color: black;
/*  animation: backdrop-fade-in 0.7s ease-out forwards;*/
}

/* Animation keyframes */

@keyframes fade-in {
  0% {
    opacity: 0;
    transform: scaleY(0);
    display: none;
  }

  100% {
    opacity: 1;
    transform: scaleY(1);
    display: block;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
    transform: scaleY(1);
    display: block;
  }

  100% {
    opacity: 0;
    transform: scaleY(0);
    display: none;
  }
}

@keyframes backdrop-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.25;
  }
}

/* Verified box */
div.altcha {
  display: none;
}

.warning {
  color: #820000
}
