/* Kadence Base CSS */
:root {
  --global-palette1: #f89521;
  --global-palette2: #024c36;
  --global-palette3: #15395a;
  --global-palette4: #2f7aa5;
  --global-palette5: #626361;
  --global-palette6: #7b7b7b;
  --global-palette7: #dcd6b3;
  --global-palette8: #fff9f1;
  --global-palette9: #ffffff;
  --global-palette9rgb: 255, 255, 255;
  --global-palette-highlight: var(--global-palette4);
  --global-palette-highlight-alt: var(--global-palette3);
  --global-palette-highlight-alt2: var(--global-palette9);
  --global-palette-btn-bg: rgba(248,149,33,0);
  --global-palette-btn-bg-hover: var(--global-palette9);
  --global-palette-btn: var(--global-palette3);
  --global-palette-btn-hover: var(--global-palette3);
  --global-body-font-family: "Gelica", serif !important;
  --global-heading-font-family: "Gelica", serif !important;
  --global-primary-nav-font-family: "Roboto", sans-serif !important;
  --global-fallback-font: sans-serif;
  --global-display-fallback-font: sans-serif;
  --global-content-width: 1440px;
  --global-content-wide-width: calc(1440px + 230px);
  --global-content-narrow-width: 900px;
  --global-content-edge-padding: 1.5rem;
  --global-content-boxed-padding: 2rem;
  --global-calc-content-width: calc(1440px - var(--global-content-edge-padding) - var(--global-content-edge-padding) );
  --wp--style--global--content-size: var(--global-calc-content-width);
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* @import must be at top of file, otherwise CSS will not work */
/* @import url("//hello.myfonts.net/count/38b444"); */
* {
  font-family: var(--global-body-font-family);
}

body {
  font-family: var(--global-body-font-family);
  line-height: 1.5;
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  color: var(--global-palette3);
  background-color: var(--global-palette8);
}

li,
p {
  font-family: var(--global-body-font-family);
  font-weight: normal;
  margin: 1rem 0;
  font-size: min(max(1.5rem, 4vw), 1.625rem);
}
li strong,
p strong {
  font-family: "TruenoBold";
}

p {
  max-width: 900px;
}

strong,
b {
  font-weight: bold;
}

em,
i {
  font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--global-heading-font-family);
  font-weight: normal;
  line-height: 1.4;
  margin: 0;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}

h1 {
  color: #15395A;
  font-size: min(max(2.5rem, 4vw), 3.125rem);
}

h2 {
  color: #15395A;
  font-size: min(max(2.5rem, 4vw), 3.125rem);
}

h3 {
  color: #15395A;
  font-size: min(max(2.5rem, 4vw), 3.125rem);
}

h4 {
  color: #2F7AA5;
  font-size: min(max(2.5rem, 4vw), 3.125rem);
}

h5 {
  color: #2F7AA5;
  font-size: min(max(1.375rem, 4vw), 1.875rem);
}

h6 {
  color: #F89521;
  font-size: min(max(1.25rem, 4vw), 1.75rem);
}

a {
  color: #2F7AA5;
}
a:hover {
  color: #15395A;
}

blockquote {
  position: relative;
  font-family: var(--global-body-font-family);
  font-size: 30px;
}
blockquote .quote {
  font-style: italic;
  font-family: var(--global-body-font-family);
}
blockquote .attribution {
  width: 100%;
  font-weight: bold;
  text-align: right;
  font-family: var(--global-body-font-family);
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--global-palette8);
}

.toolbar-menu-administration li,
.block-local-tasks-block li,
.menu--account li {
  margin: 0;
  list-style: none;
}
.toolbar-menu-administration a,
.block-local-tasks-block a,
.menu--account a {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #2b6cb0;
  text-decoration: none;
}
.toolbar-menu-administration a:hover,
.block-local-tasks-block a:hover,
.menu--account a:hover {
  color: #4fc5de;
  text-decoration: underline;
}

.block-local-tasks-block {
  position: fixed;
  bottom: 0;
  right: 0;
  opacity: 0.8;
  z-index: 100;
}

.block-local-tasks-block,
.menu--account {
  background: #EBEBE2;
}
.block-local-tasks-block ul,
.menu--account ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  border-radius: 5px;
  margin: 10px;
}

form#user-login-form {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  margin: 0 auto;
  max-width: 600px;
}

/**
 * Utility classes (e.g. skip link visibility).
 */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden.focusable:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.field--name-field-faqs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 1.5rem;
  max-width: 1440px;
  margin: 0 auto;
  padding: 6rem 1.5rem;
}
.field--name-field-faqs .field__item {
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .field--name-field-faqs .field__item {
    width: calc(50% - 0.75rem);
  }
}
.field--name-field-faqs .accordion {
  border: solid 2px transparent;
  border-radius: 0px;
  margin-bottom: 0.5rem;
  color: #15395A;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.field--name-field-faqs .accordion:last-child {
  margin-bottom: 0;
}
.field--name-field-faqs .accordion__trigger {
  list-style: none;
  padding: 1rem 1rem 1rem 3rem;
  border-bottom: 2px solid rgba(98, 99, 97, 0.2);
  cursor: pointer;
  font-weight: 600;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.field--name-field-faqs .accordion__trigger:hover {
  color: 1px solid #15395A;
  background-color: #DCD6B3;
}
.field--name-field-faqs .accordion__trigger::-webkit-details-marker {
  display: none;
}
.field--name-field-faqs .accordion__trigger::before {
  content: "";
  position: absolute;
  left: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  aspect-ratio: 1/1;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  -webkit-transform: translateY(-60%) rotate(45deg);
          transform: translateY(-60%) rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.field--name-field-faqs .accordion__trigger-text {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  line-height: 1.2;
  color: #15395A;
  text-decoration: none;
}
.field--name-field-faqs .accordion__panel {
  padding: 0 1rem 1rem;
  border-top: 1px solid currentColor;
}
.field--name-field-faqs .accordion__panel > *:first-child {
  margin-top: 0.75rem;
}
.field--name-field-faqs .accordion__panel > *:last-child {
  margin-bottom: 0;
}
.field--name-field-faqs .accordion .field--name-field-faq-answer {
  width: 100% !important;
}
.field--name-field-faqs .accordion .field--name-field-faq-answer * {
  font-family: "Poppins", sans-serif;
}
.field--name-field-faqs .accordion[open] {
  border: solid 2px #15395A;
}
.field--name-field-faqs .accordion[open] .accordion__trigger {
  background-color: #024C36;
  border-bottom: 2px solid #2F7AA5;
}
.field--name-field-faqs .accordion[open] .accordion__trigger .accordion__trigger-text {
  color: #FFFFFF;
}
.field--name-field-faqs .accordion[open] .accordion__trigger::before {
  -webkit-transform: translateY(-40%) rotate(-135deg);
          transform: translateY(-40%) rotate(-135deg);
  color: #FFFFFF;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-transition: none !important;
    transition: none !important;
  }
}
.button {
  padding-top: 11px;
  padding-right: 30px;
  padding-bottom: 11px;
  padding-left: 30px;
  color: #FFFFFF;
  background: #024C36;
  border-radius: 50px;
  font-size: 20px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1100px) {
  .button {
    padding-top: 11px;
    padding-right: 50px;
    padding-bottom: 11px;
    padding-left: 50px;
  }
}
.button:hover {
  background: #F89521;
  color: #15395A;
}
.button--blue {
  background: #2F7AA5;
  color: #15395A;
}
.button--blue:hover {
  background: #FFFFFF;
  color: #15395A;
}
.button--blue.button--outline {
  background: transparent;
  color: #2F7AA5;
  border: 1px solid #2F7AA5;
}
.button--blue.button--outline:hover {
  background: #FFFFFF;
  color: #2F7AA5;
  -webkit-box-shadow: 0px 15px 50px 7px rgba(47, 122, 165, 0.25);
          box-shadow: 0px 15px 50px 7px rgba(47, 122, 165, 0.25);
}
.button--cream {
  background: #FFF9F1;
  color: #15395A;
}
.button--cream:hover {
  background: #2F7AA5;
  color: #15395A;
}
.button--cream.button--outline {
  background: transparent;
  color: #FFF9F1;
  border: 1px solid #FFF9F1;
}
.button--cream.button--outline:hover {
  background: var(--global-palette8);
  color: #15395A;
  -webkit-box-shadow: 0px 15px 50px 7px #F89521;
          box-shadow: 0px 15px 50px 7px #F89521;
}
.button--deep_blue {
  background: #15395A;
  color: var(--global-palette8);
}
.button--deep_blue:hover {
  background: #FFF9F1;
  color: #15395A;
}
.button--deep_blue.button--outline {
  background: transparent;
  color: #15395A;
  border: 1px solid #15395A;
}
.button--deep_blue.button--outline:hover {
  background: var(--global-palette8);
  color: #15395A;
  -webkit-box-shadow: 0px 15px 50px 7px #DCD6B3;
          box-shadow: 0px 15px 50px 7px #DCD6B3;
}
.button--forest_green {
  background: #024C36;
  color: var(--global-palette8);
}
.button--forest_green:hover {
  background: #F89521;
  color: #15395A;
}
.button--forest_green.button--outline {
  background: transparent;
  color: #024C36;
  border: 1px solid #024C36;
}
.button--forest_green.button--outline svg {
  fill: #024C36;
}
.button--forest_green.button--outline:hover {
  background: #024C36;
  color: var(--global-palette8);
  -webkit-box-shadow: 0px 15px 50px 7px rgba(2, 76, 54, 0.25);
          box-shadow: 0px 15px 50px 7px rgba(2, 76, 54, 0.25);
}
.button--white {
  background: var(--global-palette8);
  color: #15395A;
}
.button--white:hover {
  background: #15395A;
  color: var(--global-palette8);
}
.button--white.button--outline {
  background: transparent;
  color: var(--global-palette8);
  border: 1px solid var(--global-palette8);
}
.button--white.button--outline:hover {
  background: var(--global-palette8);
  color: #15395A;
  -webkit-box-shadow: 0px 15px 50px 7px #DCD6B3;
          box-shadow: 0px 15px 50px 7px #DCD6B3;
}
.button__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
}
.button__icon svg {
  fill: currentColor;
}
.button svg {
  width: 1em;
  height: 1em;
  font-size: 42px;
}

button:hover,
button:focus,
button:active,
.button:hover,
.button:focus,
.button:active,
.wp-block-button__link:hover,
.wp-block-button__link:focus,
.wp-block-button__link:active,
input[type=button]:hover,
input[type=button]:focus,
input[type=button]:active,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=reset]:active,
input[type=submit]:hover,
input[type=submit]:focus,
input[type=submit]:active,
.elementor-button-wrapper .elementor-button:hover,
.elementor-button-wrapper .elementor-button:focus,
.elementor-button-wrapper .elementor-button:active,
.wc-block-cart__submit:hover {
  -webkit-box-shadow: 0px 15px 50px -7px rgba(139, 106, 30, 0.3);
          box-shadow: 0px 15px 50px -7px rgba(139, 106, 30, 0.3);
}

.resource-card {
  min-height: 250px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  height: 100%;
  gap: 1.5rem;
  background-color: #FFFFFF;
  border-radius: 20px;
  border: solid 2px #024C36;
  padding: 1rem 1.5rem;
}
@media screen and (min-width: 1100px) {
  .resource-card {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.resource-card--link {
  text-decoration: none;
}
.resource-card--link:hover {
  -webkit-box-shadow: 0px 15px 50px 7px #DCD6B3;
          box-shadow: 0px 15px 50px 7px #DCD6B3;
}
.resource-card__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.resource-card__column--image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.5rem;
}
.resource-card__column--image img {
  max-height: 250px;
}
.resource-card__column--content {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 1100px) {
  .resource-card__column--content {
    padding: 0 0 0 1.5rem;
    border-left: solid 2px #024C36;
  }
}
.resource-card__title {
  font-size: min(max(1.375rem, 4vw), 2rem);
  margin: 0 0 0.5rem 0;
  padding: 0;
}
.resource-card__body p {
  font-size: min(max(1.125rem, 4vw), 1.25rem);
  margin: 0 0;
  color: #15395A;
}
.resource-card__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
}
.resource-card__icon {
  color: #ababab;
}
.resource-card__icon:hover {
  color: #F89521;
}
.resource-card__icon svg {
  fill: currentColor;
  height: 50px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.icon-ribbon__wrapper {
  background-color: #024C36;
  padding: 4rem 1.5rem;
}
.icon-ribbon__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem;
}

.icon-text__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem 1.5rem;
  width: 100%;
}
@media screen and (min-width: 500px) {
  .icon-text__item {
    width: calc(50% - 1.5rem);
  }
}
@media screen and (min-width: 1100px) {
  .icon-text__item {
    width: calc(25% - 1.5rem);
  }
}
.icon-text__text {
  text-align: center;
  margin: 0;
  color: var(--global-palette8);
}
.icon-text__icon {
  height: 60px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

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

.banner__wrapper {
  padding-top: 60px;
  padding-bottom: 1rem;
  background-image: url("/sites/988maine.com/themes/custom/maine988/images/MaineVector.png");
  background-size: contain;
  background-position: 53% 7%;
  background-attachment: scroll;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1100px) {
  .banner__wrapper {
    padding-top: 0px;
    background-position: 3% 41%;
  }
}
.banner__wrapper--white {
  background-color: #FFFFFF;
}
.banner__wrapper--padding-md {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.banner__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1100px) {
  .banner__inner {
    gap: 20px;
  }
}
.banner__content {
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .banner__content {
    width: calc(55% - 10px);
    padding-right: 90px;
    padding-bottom: 40px;
  }
}
.banner__content--padding-md {
  padding-bottom: 1.5rem;
}
.banner__image {
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .banner__image {
    width: calc(45% - 10px);
  }
}
.banner__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 10px;
  padding: 1.5rem 0;
}
@media screen and (min-width: 1100px) {
  .banner__buttons {
    gap: 20px;
  }
}
.banner__buttons .button {
  background-color: #FFF9F1;
  width: 100%;
  white-space: nowrap;
}
@media screen and (min-width: 500px) {
  .banner__buttons .button:nth-of-type(1), .banner__buttons .button:nth-of-type(2) {
    width: calc(50% - 10px);
  }
  .banner__buttons .button:nth-of-type(3) {
    width: calc(35% - 10px);
  }
  .banner__buttons .button:nth-of-type(4) {
    width: calc(65% - 10px);
  }
}
@media screen and (min-width: 1100px) {
  .banner__buttons .button {
    width: calc(50% - 10px);
  }
}
.banner__buttons .button__icon {
  -o-object-fit: contain;
     object-fit: contain;
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 1100px) {
  .banner__buttons .button__icon {
    width: 40px;
    height: 40px;
  }
}
.banner__buttons--white .button {
  background-color: #FFFFFF;
}
.banner__buttons--white .button:hover {
  -webkit-box-shadow: 0px 15px 50px 7px #FFF9F1;
          box-shadow: 0px 15px 50px 7px #FFF9F1;
}

.hero {
  position: relative;
}
.hero--image {
  background-size: cover;
  background-position: center;
}
.hero--image .page-title {
  color: #FFFFFF;
  text-align: center;
}
.hero--text .page-title {
  color: #15395A;
  text-align: left;
}
.hero__inner {
  position: relative;
  z-index: 1;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.hero__inner--max-width {
  max-width: 1440px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin: 0 auto;
}

.background-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.background-image-overlay--forest_green {
  background-color: #024C36;
}
.background-image-overlay--deep_blue {
  background-color: #15395A;
}
.background-image-overlay--black {
  background-color: #000000;
}

body.gin--vertical-toolbar .header__row--sticky {
  top: 60px;
}

.skip-link {
  position: absolute;
  z-index: 100000;
  padding: 0.6em 1em;
  clip-path: inset(50%);
}
.skip-link:focus {
  clip-path: none;
  background: #fff;
  color: #000;
}

.header {
  position: relative;
  background: #fff9f1;
}
.header__row--sticky {
  position: fixed;
  top: 0;
  z-index: 500;
  width: 100%;
}
.header__row--top {
  background: #15395a;
  color: #ffffff;
}
.header__row--top .header__row-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  gap: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header__ctas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.header__cta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  padding: 5px 30px;
  border-radius: 50px;
  color: #4fc5de;
  text-decoration: none;
  font-size: 18px;
  border: 0;
  background: transparent;
}
.header__cta:hover, .header__cta:focus {
  color: #ffffff;
  background: #15395a;
}
.header__cta-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header__cta-icon svg {
  width: 25px;
  height: 25px;
}
.header__row--main {
  padding-top: 50px;
}
.header__row--main .header__row-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.5rem;
  padding: 0 1.5rem;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.header__section--nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.header__icon-link {
  display: block;
  padding: 10px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: var(--global-palette3, #15395a);
}
.header__icon-link:hover {
  color: var(--global-palette1, #f89521);
}
.header__icon-link:focus {
  background: var(--global-palette8, #fff9f1);
  -webkit-box-shadow: 0px 15px 50px -7px rgba(139, 106, 30, 0.3);
          box-shadow: 0px 15px 50px -7px rgba(139, 106, 30, 0.3);
}
.header__branding a {
  text-decoration: none;
  color: inherit;
}
.header__branding img {
  height: auto;
  max-width: 120px;
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .header__branding img {
    max-width: 204px;
  }
}
.header__nav-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media (max-width: 1024px) {
  .header__container--desktop {
    display: none;
  }
}
@media (min-width: 1025px) {
  .header__container--mobile {
    display: none;
  }
}
.header__row--mobile .header__row-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1.5rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  background: #FFF9F1;
}
.header__menu-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5rem;
  background: transparent;
  border: 0;
  color: #15395a;
  cursor: pointer;
}
.header__menu-toggle:hover, .header__menu-toggle:focus {
  background: #fff9f1;
  color: #15395a;
}
.header__menu-toggle-icon svg {
  width: 25px;
  height: 25px;
}
.header__drawer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
  pointer-events: none;
  visibility: hidden;
}
.header__drawer[aria-hidden=false] {
  pointer-events: auto;
  visibility: visible;
}
.header__drawer[aria-hidden=false] .header__drawer-overlay {
  opacity: 1;
}
.header__drawer[aria-hidden=false] .header__drawer-inner {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.header__drawer-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.header__drawer-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 400px;
  background: #FFFFFF;
  color: #15395A;
  padding: 1rem;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  overflow: auto;
}
.header__drawer-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 0.5rem;
  background: transparent;
  border: 0;
  color: #2F7AA5;
  cursor: pointer;
}
.header__drawer-close:hover, .header__drawer-close:focus {
  color: #15395A;
}
.header__drawer-close svg {
  width: 25px;
  height: 25px;
}
.header__drawer-content {
  padding-top: 3rem;
}
.header__drawer-content-inner-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5rem;
}
.header__drawer-content-inner-buttons .button {
  width: 100%;
}

.share-modal {
  position: fixed;
  inset: 0;
  z-index: 1002;
  pointer-events: none;
  visibility: hidden;
}
.share-modal[aria-hidden=false] {
  pointer-events: auto;
  visibility: visible;
}
.share-modal[aria-hidden=false] .share-modal__overlay {
  opacity: 1;
}
.share-modal[aria-hidden=false] .share-modal__inner {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.share-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.share-modal__inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.95);
          transform: translate(-50%, -50%) scale(0.95);
  width: 100%;
  max-width: 650px;
  margin: 1rem;
  padding: 1.5rem;
  background: #ffffff;
  color: #15395a;
  border-radius: 8px;
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.share-modal__close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  padding: 0.5rem;
  background: transparent;
  border: 0;
  color: #15395a;
  cursor: pointer;
}
.share-modal__close:hover, .share-modal__close:focus {
  background: rgba(0, 0, 0, 0.06);
}
.share-modal__close svg {
  width: 24px;
  height: 24px;
  display: block;
}
.share-modal__title {
  margin: 0 0 1rem 0;
  padding-right: 2.5rem;
  font-size: 1.25rem;
}
.share-modal__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
.share-modal__action {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  padding: 0.6rem 1rem;
  font-size: 0.9375rem;
  text-decoration: none;
  color: #15395a;
  background: #fff9f1;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 50px;
  cursor: pointer;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
.share-modal__action:hover, .share-modal__action:focus {
  background: #2f7aa5;
  color: #ffffff;
  border-color: #2f7aa5;
}
.share-modal__action--copy {
  font-family: inherit;
}
.share-modal__action-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
}
.share-modal__action-icon svg {
  width: 1.25em;
  height: 1.25em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  fill: currentColor;
}

.footer {
  width: 100%;
  background: var(--global-palette2, #024c36);
  color: var(--global-palette9, #ffffff);
}
.footer__wrap {
  max-width: var(--global-content-width, 1440px);
  margin: 0 auto;
  padding-left: var(--global-content-edge-padding, 1.5rem);
  padding-right: var(--global-content-edge-padding, 1.5rem);
}
.footer__row {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.footer__row--top .footer__row-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
@media screen and (min-width: 1100px) {
  .footer__row--top .footer__row-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2rem;
  }
}
.footer__row--middle .footer__row-inner, .footer__row--bottom .footer__row-inner {
  text-align: center;
}
.footer__section--branding {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer__section--social-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
.footer__logo-link {
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
}
.footer__logo-link:hover, .footer__logo-link:focus {
  color: #ffffff;
  text-decoration: underline;
}
.footer__site-name {
  font-size: 1.25rem;
}
.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
.footer__social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__social-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #3A5412;
  background: var(--global-palette8);
  padding: 10px;
  border-radius: 11px;
}
.footer__social-link:hover, .footer__social-link:focus {
  background: #F89521;
}
.footer__svg {
  width: 30px;
  height: 30px;
}
.footer__menu {
  font-family: var(--global-primary-nav-font-family);
  font-size: 21px;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.footer__menu-link {
  color: #ffffff;
  text-decoration: none;
  font-family: var(--global-primary-nav-font-family);
  font-size: 21px;
}
.footer__menu-link:hover, .footer__menu-link:focus {
  text-decoration: underline;
  color: #F89521;
}
.footer__legal {
  margin: 0 auto;
  max-width: 100%;
  font-size: min(max(1rem, 4vw), 1.3125rem);
}
.footer__legal-link {
  color: #ffffff;
  text-decoration: none;
  font-size: min(max(1rem, 4vw), 1.3125rem);
}
.footer__legal-link:hover, .footer__legal-link:focus {
  text-decoration: underline;
  color: #F89521;
}
.footer__legal-sep {
  opacity: 0.7;
}
.footer__copyright {
  margin: 0 auto;
  max-width: 100%;
  font-size: min(max(1rem, 4vw), 1.3125rem);
}

main {
  padding-top: 116px;
}
@media screen and (min-width: 1100px) {
  main {
    padding-top: 0;
  }
}

.content--max-width {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: var(--global-content-edge-padding);
  padding-right: var(--global-content-edge-padding);
}

.section {
  margin: 0 auto;
}
.section__wrapper {
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.section__wrapper--no-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.section__wrapper--padding-xxl {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.section__wrapper--lr-padding {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.section--max-width {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: var(--global-content-edge-padding);
  padding-right: var(--global-content-edge-padding);
}
.section--max-width--no-padding {
  padding-left: 0;
  padding-right: 0;
}
.section--max-width--no-padding--mobile {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 1100px) {
  .section--max-width--no-padding--mobile {
    padding-left: var(--global-content-edge-padding);
    padding-right: var(--global-content-edge-padding);
  }
}
.section--max-width--narrow {
  max-width: 900px;
}
.section--min-height {
  min-height: 50vh;
}
.section--white {
  background-color: #FFFFFF;
}
.section--forest-green {
  background-color: #024C36;
  color: #FFFFFF;
}
.section--forest-green a {
  color: #F89521;
}
.section--forest-green a:hover {
  color: #FFFFFF;
}
.section--2-column {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media screen and (min-width: 1100px) {
  .section--2-column {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1100px) {
  .section--2-column--left-heavy {
    -ms-grid-columns: 1.15fr 0.85fr;
    grid-template-columns: 1.15fr 0.85fr;
  }
}
@media screen and (min-width: 1100px) {
  .section--2-column--right-heavy {
    -ms-grid-columns: 0.85fr 1.15fr;
    grid-template-columns: 0.85fr 1.15fr;
  }
}
.section--2-column--reverse .section__column:nth-child(1) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.section--2-column--reverse .section__column:nth-child(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 1100px) {
  .section--2-column--reverse .section__column:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .section--2-column--reverse .section__column:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.section--3-column {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media screen and (min-width: 1100px) {
  .section--3-column {
    -ms-grid-columns: 1fr 2fr 1fr;
    grid-template-columns: 1fr 2fr 1fr;
  }
}
.section__column--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.section__column--vertical-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0;
}
.section__column--desktop-only {
  display: none;
}
@media screen and (min-width: 1100px) {
  .section__column--desktop-only {
    display: block;
  }
}
.section__column--edge-padding {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.section__column--xl-padding {
  padding: 1.5rem;
}
@media screen and (min-width: 1100px) {
  .section__column--xl-padding {
    padding: 3rem;
  }
}
.section__column--image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.section__column--image--square img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
.section__column--text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.5rem;
}
.section__column--text p {
  margin: 0 0;
}
.section__column--text--white {
  color: #FFFFFF;
}
.section__title {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-style: normal;
  font-weight: normal;
  font-size: min(max(2.5rem, 4vw), 3.125rem);
  line-height: 1.5;
  text-transform: none;
  color: #15395A;
}
.section__title h1,
.section__title h2,
.section__title h3,
.section__title h4,
.section__title h5,
.section__title h6 {
  margin: 0;
}
.section__title--small {
  font-size: min(max(2rem, 4vw), 3.125rem);
}
.section__title--center {
  text-align: center;
}
.section__title--no-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.section__title--white {
  color: #FFFFFF;
}
.section__body p {
  margin-bottom: 2rem;
}

.section--social-posts .section__title-text {
  padding: 0;
  color: #024C36;
}

@media (prefers-reduced-transparency: reduce) {
  * {
    opacity: 1 !important;
  }
}
@media (prefers-contrast: more) {
  /* styles to apply if prefers-contrast is set to "More" */
}
@media (prefers-contrast: less) {
  /* styles to apply if prefers-contrast is set to "Less" */
}
@media (inverted-colors: inverted) {
  /* styles to apply if inversion of colors is detected */
}
