@charset "UTF-8";
html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  font-size: 100%;
  background-color: #fff;
  color: #3D3D3D;
  font-family: "HCo Gotham Narrow", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  -webkit-font-smoothing: antialiased;
}
@media (prefers-reduced-motion: no-preference) {
  html,
  body {
    scroll-behavior: smooth;
  }
}
/* ROOT FONT STYLES */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
}

p {
  font-size: 1.125rem;
  line-height: 1.6875rem; /* 150% */
}

#main p, #main ul {
  margin-bottom: 1.45rem;
}
#main p, #main li {
  font-size: 1.125rem;
  line-height: 1.6875rem; /* 150% */
}
#main li {
  margin-bottom: 0.6rem;
}

/* Base font fallback style */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "HCo Gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0;
  color: #003E6E;
}
@media (prefers-color-scheme: dark) {
  h1, .h1,
  h2, .h2,
  h3, .h3,
  h4, .h4,
  h5, .h5,
  h6, .h6 {
    color: #D2D5DF;
  }
}

h1, .h1, #main p.h1 {
  font-size: 2.8125rem;
  line-height: 3rem;
  margin-bottom: 1rem;
}
@media (min-width: 800px) and (max-width: 1315px) {
  h1, .h1, #main p.h1 {
    font-size: 3rem;
    line-height: 3.7rem;
  }
}
@media (min-width: 1316px) {
  h1, .h1, #main p.h1 {
    font-size: 3.375rem;
    line-height: 3.9375rem;
  }
}
h1 strong, .h1 strong, #main p.h1 strong {
  font-size: 1.25rem;
  line-height: 1.25rem;
  display: block;
}
h1.smaller, .h1.smaller, #main p.h1.smaller {
  font-size: 2.75rem;
  line-height: 3.1875rem;
}

h2, .h2, #main p.h2 {
  font-size: 2rem;
  line-height: 2.4rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 800px) {
  h2, .h2, #main p.h2 {
    font-size: 2.375rem;
    line-height: 2.875rem;
  }
}

h3, .h3, #main p.h3 {
  font-size: 1.68rem;
  line-height: 2rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 800px) {
  h3, .h3, #main p.h3 {
    font-size: 1.78rem;
    line-height: 2.2rem;
  }
}

h4, .h4, #main p.h4 {
  font-size: 1.4rem;
  line-height: 1.75rem;
  padding-bottom: 1.2rem;
}

h1.headerlink,
h2.headerlink,
h3.headerlink,
h4.headerlink,
h5.headerlink,
h6.headerlink,
#main p.headerlink {
  font-size: 1.25rem;
  line-height: 1.4rem;
  margin-bottom: 0.15rem;
}
h1.headerlink a,
h2.headerlink a,
h3.headerlink a,
h4.headerlink a,
h5.headerlink a,
h6.headerlink a,
#main p.headerlink a {
  display: inline-flex;
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 0;
  font-family: "HCo Gotham Narrow", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  align-items: center;
  gap: 0.5rem;
  line-height: 1.4rem;
  text-decoration: none;
}
h1.headerlink a:after,
h2.headerlink a:after,
h3.headerlink a:after,
h4.headerlink a:after,
h5.headerlink a:after,
h6.headerlink a:after,
#main p.headerlink a:after {
  content: "";
  background: url("../images/icons/arrow-right.webp") center center no-repeat;
  background-size: contain;
  width: 14px;
  height: 27px;
}
h1.headerlink a:hover,
h2.headerlink a:hover,
h3.headerlink a:hover,
h4.headerlink a:hover,
h5.headerlink a:hover,
h6.headerlink a:hover,
#main p.headerlink a:hover {
  gap: 1rem;
}

#main p.legal {
  font-size: 0.85rem;
  line-height: 1rem;
}

#main .bg-navy .headerlink a {
  color: #fff;
}
#main .bg-navy .headerlink a:after {
  background: url("../images/icons/arrow-right-white.png") center center no-repeat;
  background-size: contain;
  width: 14px;
  height: 27px;
}

a {
  color: #003E6E;
}
a.arrowlink {
  display: inline-flex;
  font-weight: 500;
  font-size: 1.125rem;
  margin-bottom: 0;
  font-family: "HCo Gotham Narrow", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  align-items: center;
  gap: 0.5rem;
  line-height: 1.4rem;
  text-decoration: none;
}
a.arrowlink:after {
  content: "";
  background: url("../images/icons/arrow-right.webp") center center no-repeat;
  background-size: contain;
  width: 14px;
  height: 27px;
}
a.arrowlink:hover {
  gap: 1rem;
}

.bg-navy a.arrowlink {
  color: #fff;
}
.bg-navy a.arrowlink:after {
  background: url("../images/icons/arrow-right-white.png") center center no-repeat;
}

h2.eyebrow, h3.eyebrow, p.eyebrow {
  color: #0E97C8;
  font-family: "HCo Gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle;
}

img, video {
  max-width: 100%;
  height: auto;
}

.textblock-container ul {
  padding-left: 20px;
}
.textblock-container ul li::marker {
  color: #0E97C8;
}
.textblock-container ul.checklist {
  padding-left: 0;
  list-style: none;
}
.textblock-container ul.checklist li {
  position: relative;
  padding-left: 35px;
}
.textblock-container ul.checklist li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-image: url("../images/icons/circle-check-pacific.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.textblock-container ul.checklist li::marker {
  margin-top: 2px;
}

.bg-navy .textblock-container ul li::marker {
  color: #30BCED;
}
.bg-navy .textblock-container ul.checklist li:before {
  background-image: url("../images/icons/circle-check-cyan.png");
}

@media (min-width: 800px) {
  ul.two-col {
    columns: 2; /* Divides the content into two columns */
  }
}

@media (min-width: 800px) {
  ul.three-col {
    columns: 3; /* Divides the content into two columns */
  }
}

.user-logged-in footer {
  padding-bottom: 30px;
}

html {
  scroll-behavior: smooth;
}

.path-user form,
.user-login-form {
  max-width: 600px;
  padding: 60px 30px;
  margin: 0 auto;
}

div[data-drupal-messages] {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

div[aria-label="Status message"] {
  position: relative;
  padding: 15px 0.625rem;
  width: 100%;
  margin: 0 auto;
  background-color: #eafbd4;
  color: #385f06;
  margin-top: 1em;
}

div[aria-label="Error message"] {
  position: relative;
  padding: 15px 45px 15px 15px;
  width: 100%;
  margin: 0 auto;
  background-color: #FEE2E1;
  border-left: 50px #e62904 solid;
  border-top: 1px #e62904 solid;
  border-bottom: 1px #e62904 solid;
  border-right: 15px #e62904 solid;
  color: #9B1C03;
  margin-top: 1em;
}
div[aria-label="Error message"] ul {
  margin-bottom: 0;
}
div[aria-label="Error message"] ul li {
  color: #9B1C03;
}

.view-icon-cheat-sheet ul {
  list-style-type: none;
  margin-left: 0;
  padding: 0;
  column-count: 3;
}
.view-icon-cheat-sheet ul li {
  padding-bottom: 1rem;
  font-size: 18px;
}
.view-icon-cheat-sheet ul li .field-content {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.view-icon-cheat-sheet ul li .fas {
  color: #003E6E;
  font-size: 22px;
  display: inline-block;
}

.layout-builder-discard-changes {
  margin-top: 200px;
  max-width: 400px;
  margin: 0 auto;
}

@media (min-width: 800px) {
  .user-logged-in header.header {
    top: 78px;
  }
}

section.layout {
  margin: 0 auto;
  width: 100%;
}

.grid-container {
  margin: 0 auto;
  max-width: 1400px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.grid-container.grid-xl {
  max-width: 1430px;
}

.grid {
  width: 100%;
}

.grid .row {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.25rem;
}
.grid .row > * {
  grid-column: span 12;
}

.grid .row .col-1 {
  grid-column: span 1;
}

.grid .row .col-2 {
  grid-column: span 2;
}

.grid .row .col-3 {
  grid-column: span 3;
}

.grid .row .col-4 {
  grid-column: span 4;
}

.grid .row .col-5 {
  grid-column: span 5;
}

.grid .row .col-6 {
  grid-column: span 6;
}

.grid .row .col-7 {
  grid-column: span 7;
}

.grid .row .col-8 {
  grid-column: span 8;
}

.grid .row .col-9 {
  grid-column: span 9;
}

.grid .row .col-10 {
  grid-column: span 10;
}

.grid .row .col-11 {
  grid-column: span 11;
}

.grid .row .col-12 {
  grid-column: span 12;
}

@media (max-width: 799px) {
  .grid .row .col-sm-1 {
    grid-column: span 1;
  }
  .grid .row .col-sm-2 {
    grid-column: span 2;
  }
  .grid .row .col-sm-3 {
    grid-column: span 3;
  }
  .grid .row .col-sm-4 {
    grid-column: span 4;
  }
  .grid .row .col-sm-5 {
    grid-column: span 5;
  }
  .grid .row .col-sm-6 {
    grid-column: span 6;
  }
  .grid .row .col-sm-7 {
    grid-column: span 7;
  }
  .grid .row .col-sm-8 {
    grid-column: span 8;
  }
  .grid .row .col-sm-9 {
    grid-column: span 9;
  }
  .grid .row .col-sm-10 {
    grid-column: span 10;
  }
  .grid .row .col-sm-11 {
    grid-column: span 11;
  }
  .grid .row .col-sm-12 {
    grid-column: span 12;
  }
  .mobile-order-1 {
    order: 1;
  }
  .mobile-order-2 {
    order: 2;
  }
}
@media (min-width: 800px) {
  .grid .row .col-md-1 {
    grid-column: span 1;
  }
  .grid .row .col-md-2 {
    grid-column: span 2;
  }
  .grid .row .col-md-3 {
    grid-column: span 3;
  }
  .grid .row .col-md-4 {
    grid-column: span 4;
  }
  .grid .row .col-md-5 {
    grid-column: span 5;
  }
  .grid .row .col-md-6 {
    grid-column: span 6;
  }
  .grid .row .col-md-7 {
    grid-column: span 7;
  }
  .grid .row .col-md-8 {
    grid-column: span 8;
  }
  .grid .row .col-md-9 {
    grid-column: span 9;
  }
  .grid .row .col-md-10 {
    grid-column: span 10;
  }
  .grid .row .col-md-11 {
    grid-column: span 11;
  }
  .grid .row .col-md-12 {
    grid-column: span 12;
  }
}
@media (min-width: 800px) and (max-width: 1511px) {
  .grid .row .col-md-only-1 {
    grid-column: span 1;
  }
  .grid .row .col-md-only-2 {
    grid-column: span 2;
  }
  .grid .row .col-md-only-3 {
    grid-column: span 3;
  }
  .grid .row .col-md-only-4 {
    grid-column: span 4;
  }
  .grid .row .col-md-only-5 {
    grid-column: span 5;
  }
  .grid .row .col-md-only-6 {
    grid-column: span 6;
  }
  .grid .row .col-md-only-7 {
    grid-column: span 7;
  }
  .grid .row .col-md-only-8 {
    grid-column: span 8;
  }
  .grid .row .col-md-only-9 {
    grid-column: span 9;
  }
  .grid .row .col-md-only-10 {
    grid-column: span 10;
  }
  .grid .row .col-md-only-11 {
    grid-column: span 11;
  }
  .grid .row .col-md-only-12 {
    grid-column: span 12;
  }
}
@media (max-width: 1511px) {
  .grid .row .col-md-down-1 {
    grid-column: span 1;
  }
  .grid .row .col-md-down-2 {
    grid-column: span 2;
  }
  .grid .row .col-md-down-3 {
    grid-column: span 3;
  }
  .grid .row .col-md-down-4 {
    grid-column: span 4;
  }
  .grid .row .col-md-down-5 {
    grid-column: span 5;
  }
  .grid .row .col-md-down-6 {
    grid-column: span 6;
  }
  .grid .row .col-md-down-7 {
    grid-column: span 7;
  }
  .grid .row .col-md-down-8 {
    grid-column: span 8;
  }
  .grid .row .col-md-down-9 {
    grid-column: span 9;
  }
  .grid .row .col-md-down-10 {
    grid-column: span 10;
  }
  .grid .row .col-md-down-11 {
    grid-column: span 11;
  }
  .grid .row .col-md-down-12 {
    grid-column: span 12;
  }
}
@media (min-width: 1512px) {
  .grid .row .col-lg-1 {
    grid-column: span 1;
  }
  .grid .row .col-lg-2 {
    grid-column: span 2;
  }
  .grid .row .col-lg-3 {
    grid-column: span 3;
  }
  .grid .row .col-lg-4 {
    grid-column: span 4;
  }
  .grid .row .col-lg-5 {
    grid-column: span 5;
  }
  .grid .row .col-lg-6 {
    grid-column: span 6;
  }
  .grid .row .col-lg-7 {
    grid-column: span 7;
  }
  .grid .row .col-lg-8 {
    grid-column: span 8;
  }
  .grid .row .col-lg-9 {
    grid-column: span 9;
  }
  .grid .row .col-lg-10 {
    grid-column: span 10;
  }
  .grid .row .col-lg-11 {
    grid-column: span 11;
  }
  .grid .row .col-lg-12 {
    grid-column: span 12;
  }
}
@media (min-width: 1700px) {
  .grid .row .col-xl-1 {
    grid-column: span 1;
  }
  .grid .row .col-xl-2 {
    grid-column: span 2;
  }
  .grid .row .col-xl-3 {
    grid-column: span 3;
  }
  .grid .row .col-xl-4 {
    grid-column: span 4;
  }
  .grid .row .col-xl-5 {
    grid-column: span 5;
  }
  .grid .row .col-xl-6 {
    grid-column: span 6;
  }
  .grid .row .col-xl-7 {
    grid-column: span 7;
  }
  .grid .row .col-xl-8 {
    grid-column: span 8;
  }
  .grid .row .col-xl-9 {
    grid-column: span 9;
  }
  .grid .row .col-xl-10 {
    grid-column: span 10;
  }
  .grid .row .col-xl-11 {
    grid-column: span 11;
  }
  .grid .row .col-xl-12 {
    grid-column: span 12;
  }
}
.show-for-sr,
.visually-hidden,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.for-builder {
  display: none;
}

@media (prefers-reduced-motion: no-preference) {
  .fadein {
    opacity: 0;
    transform: translateY(15px); /* optional: slight up movement */
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  }
  .fadein.visible {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 799px) {
  .hide-for-small {
    display: none;
  }
}

@media (min-width: 800px) {
  .show-for-small-only {
    display: none;
  }
}

@media (min-width: 1316px) {
  .show-for-header-small-only {
    display: none;
  }
}

@media (max-width: 1315px) {
  .show-for-header-large-only {
    display: none;
  }
}

@media (min-width: 1512px) {
  .hide-for-large {
    display: none !important;
  }
}
@media (max-width: 1511px) {
  .show-for-large {
    display: none;
  }
}
.valign-top {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.valign-middle, .valign-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.valign-middle-all .grid .col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.valign-bottom-all.image-text .grid .layout__region.col.bg-navy, .valign-bottom-all.image-text .grid .image-text .layout__region.col.bg-ice, .valign-bottom-all.image-text .grid .image-text .layout__region.col.bg-white {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 260px;
}
@media (max-width: 799px) {
  .valign-bottom-all.image-text .grid .layout__region.col.bg-navy, .valign-bottom-all.image-text .grid .image-text .layout__region.col.bg-ice, .valign-bottom-all.image-text .grid .image-text .layout__region.col.bg-white {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.valign-bottom-all.image-text .grid .background-image-text-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 799px) {
  .valign-bottom-all.image-text .grid .background-image-text-container {
    padding-top: 260px;
  }
}

.halign-center {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}

.halign-right {
  display: flex;
  justify-content: flex-end;
  text-align: right;
}

.center-text {
  text-align: center;
}

.centered-small-width {
  text-align: center;
}
@media (min-width: 800px) {
  .centered-small-width {
    padding-left: 10%;
    padding-right: 10%;
  }
}

@media (max-width: 799px) {
  .centered-small-width {
    text-align: center;
  }
}
@media (min-width: 800px) {
  .center-for-medium {
    text-align: center;
  }
}
@media (min-width: 800px) {
  .justify-end-desktop {
    justify-content: flex-end;
    display: flex;
  }
  .justify-end-desktop a.arrowlink {
    padding-right: 0.5rem;
  }
  .justify-end-desktop a.arrowlink:hover {
    padding-right: 0;
  }
}

.col-push-right {
  margin-left: auto;
}

.col-push-left {
  margin-right: auto;
}

.grid-between {
  display: grid;
  grid-auto-flow: column;
  justify-content: space-between;
}
.grid-between .row {
  width: 100%;
}

.grid-center {
  justify-content: center;
}

.grid-right {
  justify-content: end;
}

@media (max-width: 799px) {
  .grid-reverse .grid .row {
    display: flex;
    flex-direction: column-reverse;
    gap: 1.25rem;
  }
}

.padding-top-xs {
  padding-top: 1rem;
}

@media (min-width: 800px) {
  .padding-top-xs-desktop {
    padding-top: 1rem;
  }
}

@media (max-width: 799px) {
  .padding-top-xs-mobile {
    padding-top: 1rem;
  }
}

.padding-bottom-xs {
  padding-bottom: 1rem;
}

.padding-top-small {
  padding-top: 1.5rem;
}

@media (min-width: 800px) {
  .padding-top-small-desktop {
    padding-top: 1.5rem;
  }
}

@media (max-width: 799px) {
  .padding-top-small-mobile {
    padding-top: 1.5rem;
  }
}

.padding-bottom-small {
  padding-bottom: 1.5rem;
}

@media (min-width: 800px) {
  .padding-bottom-small-desktop {
    padding-bottom: 1.5rem;
  }
}

@media (max-width: 799px) {
  .padding-bottom-small-mobile {
    padding-bottom: 1.5rem;
  }
}

.padding-top-medium, .padding-top-md {
  padding-top: 3rem;
}

.padding-bottom-medium, .padding-bottom-md {
  padding-bottom: 3rem;
}

@media (min-width: 800px) {
  .padding-top-medium-desktop, .padding-top-md-desktop {
    padding-top: 3rem;
  }
}

@media (min-width: 800px) {
  .padding-bottom-medium-desktop, .padding-bottom-md-desktop {
    padding-bottom: 3rem;
  }
}

@media (max-width: 799px) {
  .padding-top-medium-mobile, .padding-top-md-mobile {
    padding-top: 3rem;
  }
}

@media (max-width: 799px) {
  .padding-bottom-medium-mobile, .padding-bottom-md-mobile {
    padding-bottom: 3rem;
  }
}

.padding-top-large, .padding-top-lg {
  padding-top: 4.5rem;
}

.padding-bottom-large, .padding-bottom-lg {
  padding-bottom: 4.5rem;
}

@media (min-width: 800px) {
  .padding-top-large-desktop, .padding-top-lg-desktop {
    padding-top: 4.5rem;
  }
}

@media (min-width: 800px) {
  .padding-bottom-large-desktop, .padding-bottom-lg-desktop {
    padding-bottom: 4.5rem;
  }
}

@media (max-width: 799px) {
  .padding-top-large-mobile, .padding-top-lg-mobile {
    padding-top: 4.5rem;
  }
}

@media (max-width: 799px) {
  .padding-bottom-large-mobile, .padding-bottom-lg-mobile {
    padding-bottom: 4.5rem;
  }
}

.padding-top-xlarge, .padding-top-xl {
  padding-top: 7rem;
}

.padding-bottom-xlarge, .padding-bottom-xl {
  padding-bottom: 7rem;
}

@media (min-width: 800px) {
  .padding-top-xlarge-desktop, .padding-top-xl-desktop {
    padding-top: 7rem;
  }
}

@media (min-width: 800px) {
  .padding-bottom-xlarge-desktop, .padding-bottom-xl-desktop {
    padding-bottom: 7rem;
  }
}

@media (max-width: 799px) {
  .padding-top-xlarge-mobile, .padding-top-xl-mobile {
    padding-top: 7rem;
  }
}

@media (max-width: 799px) {
  .padding-bottom-xlarge-mobile, .padding-bottom-xl-mobile {
    padding-bottom: 7rem;
  }
}

@media (min-width: 800px) {
  #block-trone-content section:nth-last-child(2).padding-bottom-xlarge-desktop, #block-trone-content section:nth-last-child(2).padding-bottom-xl-desktop {
    padding-bottom: calc(7rem + 40px);
  }
}

@media (min-width: 800px) {
  .padding-left-sm {
    padding-left: 5%;
  }
}

@media (min-width: 800px) {
  .padding-right-sm {
    padding-right: 5%;
  }
}

@media (min-width: 800px) {
  .padding-left-lg, .narrow {
    padding-left: 10%;
  }
}

@media (min-width: 800px) {
  .padding-right-lg, .narrow {
    padding-right: 10%;
  }
}

@media (min-width: 1512px) {
  .padding-left-xl {
    padding-left: 13%;
  }
}

@media (min-width: 1512px) {
  .padding-right-xl {
    padding-right: 13%;
  }
}

@media (min-width: 1512px) {
  .padding-left-xxl {
    padding-left: 16%;
  }
}

@media (min-width: 1512px) {
  .padding-right-xxl {
    padding-right: 16%;
  }
}

.sticky {
  position: sticky;
}

@media (min-width: 800px) {
  .md-stick {
    position: sticky;
  }
}

.fixed {
  position: fixed;
}

@media (min-width: 800px) {
  .md-fixed {
    position: fixed;
  }
}

.absolute {
  position: absolute;
}

.static {
  position: static;
}

.relative {
  position: relative;
}

.button-container {
  display: flex;
  gap: 1rem;
  margin: 0 auto;
}

button:hover {
  cursor: pointer;
}

a {
  transition: all 0.65s ease-in-out;
}

#main .views-filter input[type=submit],
a.button,
.block-webform input[type=submit],
form input[type=button],
.user-login-form input[type=submit],
button {
  transition: all 0.65s ease-in-out;
  padding: 1.25rem 2rem;
  line-height: 1;
  position: relative;
  overflow: hidden;
  font-family: "HCo Gotham Narrow", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 500;
  text-decoration: none;
  appearance: none;
  font-size: 1rem;
  border-radius: 90px;
}
#main .views-filter input[type=submit].gradient, #main .views-filter input[type=submit].form-submit,
a.button.gradient,
a.button.form-submit,
.block-webform input[type=submit].gradient,
.block-webform input[type=submit].form-submit,
form input[type=button].gradient,
form input[type=button].form-submit,
.user-login-form input[type=submit].gradient,
.user-login-form input[type=submit].form-submit,
button.gradient,
button.form-submit {
  background: linear-gradient(90deg, #A2D035 0%, #34BCED 45%, #34BCED 65%, #A2D035 90%);
  background-size: 150% 100%;
  background-position: left center;
  display: flex;
  color: #003E6E !important;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
  border: 0;
  transition: all 0.35s ease-in-out;
}
#main .views-filter input[type=submit].gradient:focus, #main .views-filter input[type=submit].gradient:hover, #main .views-filter input[type=submit].form-submit:focus, #main .views-filter input[type=submit].form-submit:hover,
a.button.gradient:focus,
a.button.gradient:hover,
a.button.form-submit:focus,
a.button.form-submit:hover,
.block-webform input[type=submit].gradient:focus,
.block-webform input[type=submit].gradient:hover,
.block-webform input[type=submit].form-submit:focus,
.block-webform input[type=submit].form-submit:hover,
form input[type=button].gradient:focus,
form input[type=button].gradient:hover,
form input[type=button].form-submit:focus,
form input[type=button].form-submit:hover,
.user-login-form input[type=submit].gradient:focus,
.user-login-form input[type=submit].gradient:hover,
.user-login-form input[type=submit].form-submit:focus,
.user-login-form input[type=submit].form-submit:hover,
button.gradient:focus,
button.gradient:hover,
button.form-submit:focus,
button.form-submit:hover {
  background-position: right center;
}
#main .views-filter input[type=submit].bordered,
a.button.bordered,
.block-webform input[type=submit].bordered,
form input[type=button].bordered,
.user-login-form input[type=submit].bordered,
button.bordered {
  position: relative;
  border: 1px solid transparent;
  border-radius: 90px;
  background: transparent;
  color: #003E6E;
  box-shadow: inset 0 0 0 1px #003E6E;
  overflow: hidden;
  box-sizing: border-box;
}
#main .views-filter input[type=submit].bordered:before,
a.button.bordered:before,
.block-webform input[type=submit].bordered:before,
form input[type=button].bordered:before,
.user-login-form input[type=submit].bordered:before,
button.bordered:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(90deg, #A2D035 0%, #34BCED 45%, #34BCED 65%, #A2D035 90%);
  background-size: 200% 100%;
  background-position: left center;
  opacity: 0;
  transition: opacity 0.2s ease, background-position 0.45s ease;
  pointer-events: none;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
#main .views-filter input[type=submit].bordered:hover:before, #main .views-filter input[type=submit].bordered:focus:before,
a.button.bordered:hover:before,
a.button.bordered:focus:before,
.block-webform input[type=submit].bordered:hover:before,
.block-webform input[type=submit].bordered:focus:before,
form input[type=button].bordered:hover:before,
form input[type=button].bordered:focus:before,
.user-login-form input[type=submit].bordered:hover:before,
.user-login-form input[type=submit].bordered:focus:before,
button.bordered:hover:before,
button.bordered:focus:before {
  opacity: 1;
  background-position: right center;
}
#main .views-filter input[type=submit].download,
a.button.download,
.block-webform input[type=submit].download,
form input[type=button].download,
.user-login-form input[type=submit].download,
button.download {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  outline: 1px dashed transparent;
  outline-offset: 3px;
  appearance: none;
  background-color: #E8F9FF;
  border: 0;
  border-radius: 8px;
  width: 100%;
  font-weight: 400;
  padding: 1.2rem;
  margin-bottom: 0.75rem;
}
#main .views-filter input[type=submit].download:after,
a.button.download:after,
.block-webform input[type=submit].download:after,
form input[type=button].download:after,
.user-login-form input[type=submit].download:after,
button.download:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#main .views-filter input[type=submit].download.document-link:after,
a.button.download.document-link:after,
.block-webform input[type=submit].download.document-link:after,
form input[type=button].download.document-link:after,
.user-login-form input[type=submit].download.document-link:after,
button.download.document-link:after {
  background-image: url(../images/icons/file.png);
}
#main .views-filter input[type=submit].download.link-link:after,
a.button.download.link-link:after,
.block-webform input[type=submit].download.link-link:after,
form input[type=button].download.link-link:after,
.user-login-form input[type=submit].download.link-link:after,
button.download.link-link:after {
  background-image: url(../images/icons/link.png);
}
@media (prefers-reduced-motion: no-preference) {
  #main .views-filter input[type=submit].download,
  a.button.download,
  .block-webform input[type=submit].download,
  form input[type=button].download,
  .user-login-form input[type=submit].download,
  button.download {
    transition: all 0.35s ease-in-out;
  }
}
#main .views-filter input[type=submit].download:hover,
a.button.download:hover,
.block-webform input[type=submit].download:hover,
form input[type=button].download:hover,
.user-login-form input[type=submit].download:hover,
button.download:hover {
  background-color: #E8F9FF;
  cursor: pointer;
}
@media (prefers-reduced-motion: no-preference) {
  #main .views-filter input[type=submit].download:hover,
  a.button.download:hover,
  .block-webform input[type=submit].download:hover,
  form input[type=button].download:hover,
  .user-login-form input[type=submit].download:hover,
  button.download:hover {
    outline: 1px dashed #30BCED;
    outline-offset: 3px;
  }
  #main .views-filter input[type=submit].download:hover .accordion-title-icon,
  a.button.download:hover .accordion-title-icon,
  .block-webform input[type=submit].download:hover .accordion-title-icon,
  form input[type=button].download:hover .accordion-title-icon,
  .user-login-form input[type=submit].download:hover .accordion-title-icon,
  button.download:hover .accordion-title-icon {
    transform: translateX(2px);
  }
}

#main .views-filter input[type=submit].button {
  border: 0;
  appearance: none;
  box-shadow: none;
  padding: 1.2rem 2.2rem 1.2rem 2.25rem;
  font-sie: 1.125rem;
}

.bg-navy a.button.bordered,
.layout--hero a.button.bordered {
  color: #fff;
  background: #003E6E;
  box-shadow: inset 0 0 0 1px #fff;
}
.bg-navy a.button.bordered:before,
.layout--hero a.button.bordered:before {
  -webkit-mask: linear-gradient(#003E6E 0 0) content-box, linear-gradient(#003E6E 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.bg-navy a.button.bordered:hover, .bg-navy a.button.bordered:focus,
.layout--hero a.button.bordered:hover,
.layout--hero a.button.bordered:focus {
  color: #A2D035;
}

.page-node-type-incentive .incentive-section:nth-child(odd) a.button.download,
.bg-ice a.button.download {
  background-color: #fff;
}
.page-node-type-incentive .incentive-section:nth-child(odd) a.button.download:hover,
.bg-ice a.button.download:hover {
  background-color: #8edaf5;
}

img.rounded,
picture.rounded,
.rounded img,
.rounded picture {
  border-radius: 20px;
  overflow: hidden;
}

.imageblock.full_bleed {
  position: relative;
  width: 100%;
  height: 100%;
}
.imageblock.full_bleed .imageblock-container {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.imageblock.full_bleed .imageblock-container img {
  position: relative;
  object-fit: cover;
  height: 100%;
  width: 100%;
  z-index: 0;
}

.imageblock-container {
  position: relative;
}
.imageblock-container .image-icon {
  position: absolute;
  top: 25px;
  left: 35px;
  z-index: 4;
  background-color: #fff;
}

.image-icon {
  border-radius: 50%;
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-icon .icon {
  width: 36px;
  height: 36px;
}
.image-icon .icon svg, .image-icon .icon img {
  object-fit: contain;
  border-radius: 0;
  width: 36px;
  height: 36px;
}
.image-icon .icon.fullbleed {
  max-width: 75px;
  max-height: 75px;
  width: 75px;
  height: 75px;
}
.image-icon .icon.fullbleed svg, .image-icon .icon.fullbleed img {
  width: 75px;
  height: 75px;
}
@media (max-width: 799px) {
  .image-icon {
    width: 60px;
    height: 60px;
  }
  .image-icon .icon, .image-icon span {
    display: flex;
    width: 31px;
    height: 31px;
  }
  .image-icon .icon svg, .image-icon .icon img, .image-icon span svg, .image-icon span img {
    width: 31px;
    height: 31px;
  }
  .image-icon .icon.fullbleed, .image-icon span.fullbleed {
    max-width: 60px;
    max-height: 60px;
    width: 60px;
    height: 60px;
  }
  .image-icon .icon.fullbleed svg, .image-icon .icon.fullbleed img, .image-icon span.fullbleed svg, .image-icon span.fullbleed img {
    width: 60px;
    height: 60px;
  }
}

.icon-wrapper .image-icon.navy {
  background-color: #003E6E;
}
.icon-wrapper .image-icon.white {
  background-color: #fff;
}

.layout--onecol {
  overflow: hidden;
}

.bg-white {
  background-color: #fff;
}
.bg-ice {
  background-color: #E8F9FF;
}

.bg-navy {
  background-color: #003E6E;
}
.bg-navy h2, .bg-navy h3, .bg-navy h4, .bg-navy h5, .bg-navy p, .bg-navy li, .bg-navy p a {
  color: #fff;
}

.bg-bottom {
  background-color: #E8F9FF;
  background-image: url(../images/graphics/bg-white.png);
  background-repeat: repeat-x;
  background-position: left top;
}
@media (min-width: 800px) {
  .bg-bottom.padding-top-xs {
    padding-top: 0;
    marign-top: 1rem;
  }
  .bg-bottom.padding-top-small {
    padding-top: 0;
    margin-top: 1.5rem;
  }
  .bg-bottom.padding-top-medium, .bg-bottom.padding-top-md {
    padding-top: 0;
    margin-top: 3rem;
  }
  .bg-bottom.padding-top-large, .bg-bottom.padding-top-lg {
    padding-top: 0;
    margin-top: 4.5rem;
  }
  .bg-bottom.padding-top-xlarge, .bg-bottom.padding-top-xl {
    padding-top: 0;
    margin-top: 7rem;
  }
}

.bg-top {
  background-color: #E8F9FF;
  background-image: url(../images/graphics/bg-white.png);
  background-size: 20px 30%;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media (min-width: 800px) {
  .bg-top.padding-top-xs {
    padding-bottom: 0;
    marign-bottom: 1rem;
  }
  .bg-top.padding-top-small {
    padding-bottom: 0;
    marign-bottom: 1.5rem;
  }
  .bg-top.padding-top-medium, .bg-top.padding-top-md {
    padding-bottom: 0;
    marign-bottom: 3rem;
  }
  .bg-top.padding-top-large, .bg-top.padding-top-lg {
    padding-bottom: 0;
    marign-bottom: 4.5rem;
  }
  .bg-top.padding-top-xlarge, .bg-top.padding-top-xl {
    padding-bottom: 0;
    marign-bottom: 7rem;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes zoom {
  from {
    transform: scale(1) translateY(-1.35%);
  }
  to {
    transform: scale(1.12) translateY(1.25%);
  }
}
@media (prefers-reduced-motion: no-preference) {
  .photo-window-container {
    view-timeline-name: --photo-section;
    view-timeline-axis: block;
  }
  .photo-window-container .photo-window .fullbleed-image-container .fullbleed-image {
    transform-origin: center center;
    animation: zoom linear both;
    animation-timeline: --photo-section;
    animation-range: entry 0% cover 50%;
  }
}
@keyframes fromleft {
  from {
    background-position: -200px 0;
  }
  to {
    background-position: 0 0;
  }
}
button.circle-animate:before, button.circle-animate:after, a.circle-animate:before, a.circle-animate:after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 100%;
}
button.circle-animate:before, a.circle-animate:before {
  border: 2px solid transparent;
}
button.circle-animate:after, a.circle-animate:after {
  border: 0 solid transparent;
}
button.circle-animate img, a.circle-animate img {
  transition: all 0.35s ease-in-out;
}
button.circle-animate:hover:before, button.circle-animate:focus:before, a.circle-animate:hover:before, a.circle-animate:focus:before {
  border-top-color: #30BCED;
  border-right-color: #30BCED;
  border-bottom-color: #30BCED;
  transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
}
button.circle-animate:hover:after, button.circle-animate:focus:after, a.circle-animate:hover:after, a.circle-animate:focus:after {
  border-top: 2px solid #30BCED;
  border-left-width: 2px;
  border-right-width: 2px;
  transform: rotate(270deg);
  transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
}
button.circle-animate:hover img, button.circle-animate:focus img, a.circle-animate:hover img, a.circle-animate:focus img {
  transform: scale(1.13);
}
button.circle-animate:focus, a.circle-animate:focus {
  outline: 1px #30BCED dashed;
  border: 1px #003E6E solid;
}
@media (prefers-reduced-motion: reduce) {
  button.circle-animate:before, button.circle-animate:after, button.circle-animate img, a.circle-animate:before, a.circle-animate:after, a.circle-animate img {
    transition: none !important;
  }
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container embed,
.embed-container iframe,
.embed-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.column-solid-arrow-left,
.column-solid-arrow-right,
.column-bordered-arrow-left,
.column-bordered-arrow-right {
  overflow: hidden;
  position: relative;
}
.column-solid-arrow-left:before,
.column-solid-arrow-right:before,
.column-bordered-arrow-left:before,
.column-bordered-arrow-right:before {
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
}

.column-solid-arrow-left.bg-navy {
  background-color: #003E6E;
  background-image: url(../images/graphics/arrow-ghost.webp);
  background-position: 0 0;
  background-repeat: no-repeat;
}

.column-solid-arrow-right.bg-navy {
  background-color: #003E6E;
  background-image: url(../images/graphics/arrow-solid-left-point.png);
  background-position: left center;
  background-repeat: no-repeat;
}

.column-solid-arrow-right.bg-navy {
  background-color: #003E6E;
  background-image: url(../images/graphics/arrow-solid-left-point.png);
  background-position: left center;
  background-repeat: no-repeat;
}

.section-arrow-left.bg-ice {
  background: #E8F9FF url(../images/graphics/arrow-ice.png) no-repeat;
  background-size: 1400px;
  background-position: -662px -1009px;
}

.section-arrow-right.bg-ice {
  background: #E8F9FF url(../images/graphics/arrow-ice-right.png) no-repeat;
  background-size: 800px;
  background-position: 131% 20%;
}

.gradient-bar {
  display: block;
  width: 100%;
  height: 10px;
  border-radius: 20px 20px 0 0;
  background: var(--Linear, linear-gradient(90deg, #A2D035 0%, #34BCED 72.6%));
}

.social-list ul.social.menu, .social-share ul.social.menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  list-style-type: none;
  margin: 0;
}
.social-list ul.social.menu li, .social-share ul.social.menu li {
  margin-bottom: 0 !important;
}
.social-list ul.social.menu li a, .social-share ul.social.menu li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  position: relative;
  background-color: transparent;
}
.social-list ul.social.menu li a:hover, .social-list ul.social.menu li a:focus, .social-share ul.social.menu li a:hover, .social-share ul.social.menu li a:focus {
  background-color: #fff;
}
@media (prefers-reduced-motion: no-preference) {
  .social-list ul.social.menu li a img, .social-share ul.social.menu li a img {
    transition: all 0.35s ease-in-out;
  }
}
.social-list ul.social.menu li a.share-item img, .social-share ul.social.menu li a.share-item img {
  filter: contrast(0) brightness(2);
}
.social-list ul.social.menu.sharing-buttons, .social-share ul.social.menu.sharing-buttons {
  justify-content: center;
  display: inline-flex;
  margin: 0;
  padding: 0;
}
@media (min-width: 800px) {
  .social-list ul.social.menu.sharing-buttons, .social-share ul.social.menu.sharing-buttons {
    flex-direction: column;
  }
}
.social-list ul.social.menu.sharing-buttons li a, .social-share ul.social.menu.sharing-buttons li a {
  background-color: #E8F9FF;
}

.article-tags, .tag-container {
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  flex-direction: row;
  gap: 0.4rem;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -1px;
}
.article-tags div, .tag-container div {
  display: flex;
  flex-direction: row;
  gap: 0.4rem;
  align-items: center;
  flex-wrap: wrap;
}
.article-tags div a, .tag-container div a {
  cursor: pointer;
  border: 2px transparent solid;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #E8F9FF;
  font-size: 0.875rem;
  color: #003E6E;
  padding: 10px 25px;
  border-radius: 90px;
  text-decoration: none;
  outline: 1px transparent dashed;
  font-weight: 500;
}
.article-tags div a:hover, .article-tags div a:focus, .tag-container div a:hover, .tag-container div a:focus {
  border: 2px #30BCED solid;
  outline: 1px #30BCED dashed;
  outline-offset: 4px;
}

span.tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #E8F9FF;
  font-size: 0.875rem;
  color: #003E6E;
  padding: 10px 25px;
  border-radius: 90px;
  text-decoration: none;
  font-weight: 500;
}
span.tag.white {
  background-color: #fff;
}

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
  border: 1px solid #919191;
  border-collapse: collapse;
}
table thead {
  color: #003E6E;
}
table tfoot td, table tfoot th, table thead td, table thead th {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: 600;
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.4rem;
}
table tbody, table tfoot, table thead {
  border: 1px #919191 solid;
}
table tbody td {
  font-size: 1.125rem;
  line-height: 1.4rem;
}
table tbody td, table tbody th, table td, table th {
  padding: 0.5rem 0.625rem 0.625rem;
  border: 1px solid #919191;
  color: #3D3D3D;
}

#main .block-system-breadcrumb-block ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: no-wrap;
}
#main .block-system-breadcrumb-block ol li {
  font-size: 0.75rem;
  font-weight: 500;
  margin-bottom: 0;
}
#main .block-system-breadcrumb-block ol li a {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  text-decoration: none;
}
#main .block-system-breadcrumb-block ol li a:hover, #main .block-system-breadcrumb-block ol li a:focus {
  color: #30BCED;
}
#main .block-system-breadcrumb-block ol li:after {
  content: "/";
  display: inline-block;
  padding-left: 3px;
  padding-right: 3px;
  color: #fff;
}
#main .block-system-breadcrumb-block ol li:last-child:after {
  content: "";
}
@media (max-width: 799px) {
  #main .block-system-breadcrumb-block ol li {
    display: none;
  }
  #main .block-system-breadcrumb-block ol li:last-child {
    display: flex;
    align-items: center;
    gap: 4px;
  }
  #main .block-system-breadcrumb-block ol li:last-child:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 15px;
    padding-right: 3px;
    background: url(../images/icons/chevron-left.png) center center no-repeat;
    background-size: contain;
  }
}

.breadcrumb-container {
  background-color: #003E6E;
}
@media (max-width: 799px) {
  .breadcrumb-container {
    padding-bottom: 20px;
  }
}

.pager {
  padding-bottom: 20px;
  padding-top: 1.5rem;
}
.pager ul {
  list-style-type: none;
  margin: 0 auto;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.8rem;
}
.pager ul li {
  display: inline-block;
  text-align: center;
  padding: 0;
  border-right: 0;
}
.pager ul li.pager__item--ellipsis {
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.pager ul li.pager__item a {
  display: flex;
  text-decoration: none;
  width: 38px;
  height: 38px;
  background: #E8F9FF;
  color: #003E6E;
  border-radius: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px transparent solid;
  outline: 1px transparent dashed;
  transition: all 0.2s ease-in-out;
}
.pager ul li.pager__item a:hover {
  border: 2px #D3EDC2 solid;
  outline: 1px #A2D035 dashed;
  outline-offset: 4px;
  background-color: #A2D035;
}
.pager ul li.pager__item a[aria-current=page] {
  background: #cyan;
  border: 1px #B6E7FA solid;
  outline: 1px #30BCED dashed;
  background-color: #30BCED;
  outline-offset: 3px;
}
.pager ul li.pager__item.pager__item--next a, .pager ul li.pager__item.pager__item--last a, .pager ul li.pager__item.pager__item--previous a, .pager ul li.pager__item.pager__item--first a {
  border-radius: 20px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: auto !important;
}

.bg-ice .pager ul li.pager__item a {
  background-color: #fff;
}

.mobile-close-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  appearance: none;
  border: 0;
  width: 53px;
  height: 53px;
  cursor: pointer;
  border-radius: 90px;
  background: rgba(255, 255, 255, 0.2);
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  padding: 0;
}
.mobile-close-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 20px;
  background: #fff;
  border-radius: 2px;
  opacity: 1;
  transition: 0.25s ease-in-out;
}
.mobile-close-icon span:nth-child(1) {
  top: 16px;
}
.mobile-close-icon span:nth-child(2), .mobile-close-icon span:nth-child(3) {
  top: 24px;
}
.mobile-close-icon span:nth-child(4) {
  top: 32px;
}
.mobile-close-icon.open span {
  background: #fff;
}
.mobile-close-icon.open span:nth-child(1), .mobile-close-icon.open span:nth-child(4) {
  width: 0;
  left: calc(50% + 20px);
}
.mobile-close-icon.open span:nth-child(1) {
  top: 16px;
}
.mobile-close-icon.open span:nth-child(2) {
  transform: rotate(45deg);
  top: 25px;
}
.mobile-close-icon.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 25px;
}
.mobile-close-icon.open span:nth-child(4) {
  top: 24px;
}
@media (min-width: 1316px) {
  .mobile-close-icon {
    display: none;
  }
}

.language-toggler-container {
  position: relative;
}
@media (max-width: 1315px) {
  .language-toggler-container {
    position: absolute;
    top: 40px;
    right: 20px;
    z-index: 40;
  }
}
.language-toggler-container .language-toggler {
  display: inline-flex;
  appearance: none;
  border: 0;
  width: 95px;
  height: 53px;
  gap: 8px;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border: 2px transparent solid;
}
.language-toggler-container .language-toggler .active-lang,
.language-toggler-container .language-toggler img {
  transition: all 0.35s ease-in-out;
}
.language-toggler-container .language-toggler:focus, .language-toggler-container .language-toggler:hover {
  border: 2px #30BCED solid;
}
.language-toggler-container .language-toggler:focus img, .language-toggler-container .language-toggler:hover img {
  transform: scale(1.13);
}
.language-toggler-container .language-toggler[aria-expanded=true] {
  border: 2px #30BCED solid;
}
.language-toggler-container .language-toggler[aria-expanded=true] .active-lang,
.language-toggler-container .language-toggler[aria-expanded=true] img {
  opacity: 0;
  transform: scale(0.85);
}
.language-toggler-container .language-toggler[aria-expanded=true] .language-toggler-close {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.language-toggler-container .language-toggler:focus {
  outline: 1px #30BCED dashed;
  outline-offset: 4px;
  border: 1px #003E6E solid;
}
@media (prefers-reduced-motion: reduce) {
  .language-toggler-container .language-toggler::after, .language-toggler-container .language-toggler::before,
  .language-toggler-container .language-toggler .active-lang,
  .language-toggler-container .language-toggler .language-toggler-close,
  .language-toggler-container .language-toggler img {
    transition: none !important;
  }
}
.language-toggler-container .language-toggler .active-lang {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
.language-toggler-container .language-toggler .language-toggler-close {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 400;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.75);
  transition: all 0.35s ease-in-out;
  pointer-events: none;
}
.language-toggler-container .language-toggler-options {
  position: absolute;
  z-index: 41;
  top: calc(100% + 8px);
  right: 0;
  background-color: #002846;
  border-radius: 20px;
  padding: 20px;
  width: 220px;
}
.language-toggler-container .language-toggler-options[hidden] {
  display: none;
}
.language-toggler-container .language-toggler-options .links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.language-toggler-container .language-toggler-options a {
  display: block;
  padding: 0.5rem 1rem;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.language-toggler-container .language-toggler-options a:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  transform: translateX(-100%);
}
@media (prefers-reduced-motion: no-preference) {
  .language-toggler-container .language-toggler-options a:before {
    transition: transform 0.3s ease;
  }
}
.language-toggler-container .language-toggler-options a:hover, .language-toggler-container .language-toggler-options a:focus {
  padding-left: 0.75rem;
  padding-right: 0.25rem;
}
.language-toggler-container .language-toggler-options a:hover::before, .language-toggler-container .language-toggler-options a:focus::before {
  transform: translateX(0);
}
@media (max-width: 1315px) {
  .language-toggler-container .language-toggler-options {
    background-color: #E8F9FF;
  }
  .language-toggler-container .language-toggler-options a {
    color: #003E6E;
  }
}

.icon-circle {
  display: flex;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
.icon-circle.dark {
  background-color: #003E6E;
}
.icon-circle.light {
  background-color: #fff;
}

header.header {
  background-color: #003E6E;
  padding-top: 40px;
  padding-bottom: 20px;
}
@media (max-width: 799px) {
  header.header {
    padding-top: 20px;
  }
}
@media (min-width: 1512px) {
  header.header .grid-container {
    padding-left: 0;
    padding-right: 0;
  }
}
header.header .header-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}
header.header .header-row .logo-row {
  box-sizing: border-box;
  width: 265px;
}
header.header .header-row .nav-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-grow: 1;
}

.nav-column {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}

#primary-menu-container {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-grow: 1;
  align-items: center;
}
#primary-menu-container .primary-menu-inner-container {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-grow: 1;
  align-items: center;
}
#primary-menu-container .region-primary-menu {
  display: flex;
  flex-grow: 1;
}

@media (min-width: 1316px) {
  .show-for-headersmall {
    display: none;
  }
}

.nav-item-control {
  position: relative;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1315px) {
  .nav-item-control {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding-right: 25px;
  }
  .nav-item-control .submenu-toggle {
    appearance: none;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    width: 16px;
    height: 14px;
  }
}

@media (min-width: 1316px) {
  .submenu-toggle {
    position: absolute;
    top: -2px;
    right: -20px;
    width: 14px;
    height: 20px;
    appearance: none;
    background-color: transparent;
    border-radius: 0;
    color: #A2D035;
    line-height: 1rem;
    opacity: 0;
    padding: 0;
    pointer-events: none;
    transition: opacity 0.15s ease;
  }
  .submenu-toggle:focus {
    opacity: 1;
    pointer-events: auto;
  }
}
#primary-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-family: "HCo Gotham Narrow", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  width: 100%;
  justify-content: center;
}
@media (max-width: 1315px) {
  #primary-menu {
    padding-left: 12px;
  }
}
@media (min-width: 1316px) {
  #primary-menu li.dropdown {
    position: static;
  }
}
#primary-menu li.dropdown a.dropdown-toggle {
  color: #fff;
  text-decoration: none;
  font-family: "HCo Gotham Narrow", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  border-bottom: 2px solid transparent;
}
#primary-menu li.dropdown a.dropdown-toggle:visited {
  color: #fff;
}
#primary-menu li.dropdown a.dropdown-toggle:active, #primary-menu li.dropdown a.dropdown-toggle:focus, #primary-menu li.dropdown a.dropdown-toggle:hover {
  color: #A2D035;
  border-bottom-color: #A2D035;
}
#primary-menu li.dropdown a.dropdown-toggle.active {
  border-bottom-color: #A2D035;
}
#primary-menu li.dropdown .dropdown-menu {
  width: 100%;
}
@media (min-width: 1316px) {
  #primary-menu li.dropdown .dropdown-menu {
    left: 0;
  }
}
#primary-menu li.dropdown .dropdown-menu[aria-hidden=true] {
  visibility: hidden;
  pointer-events: none;
}
#primary-menu li.dropdown .dropdown-menu[aria-hidden=false] {
  visibility: visible;
  pointer-events: auto;
}
@media (min-width: 1316px) {
  #primary-menu li.dropdown .dropdown-menu ul li a {
    color: #3D3D3D;
  }
}
@media (min-width: 1316px) {
  #primary-menu {
    display: flex;
    align-items: center;
    gap: 2rem;
    position: relative;
  }
  #primary-menu > li {
    position: static;
  }
  #primary-menu li.dropdown a.dropdown-toggle {
    text-align: center;
    position: relative;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  #primary-menu li.dropdown:hover .dropdown-menu,
  #primary-menu li.dropdown .dropdown-menu.is-active,
  #primary-menu li.dropdown .dropdown-menu.open {
    display: flex;
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    pointer-events: auto;
    position: absolute;
    z-index: 10;
    margin-top: 1rem;
    content: normal;
  }
  #primary-menu li.dropdown:hover .dropdown-menu {
    justify-self: flex-start;
    background-color: #E8F9FF;
    border-radius: 20px;
    padding: 11px;
  }
  #primary-menu li.dropdown .dropdown-menu {
    width: calc(100% + 181px);
    max-width: 100vw;
    position: absolute;
    display: flex;
    left: 0;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    backface-visibility: hidden;
    will-change: opacity, transform;
    transition: opacity 0.15s ease, transform 0.15s ease;
    content: none;
    top: calc(100% - 1rem);
  }
  #primary-menu li.dropdown .dropdown-menu.is-active, #primary-menu li.dropdown .dropdown-menu.open {
    right: 0;
    padding: 1.25rem 2rem;
    background-color: #E8F9FF;
    border-radius: 10px;
  }
  #primary-menu li.dropdown .dropdown-menu .left-menu {
    width: 62%;
    box-sizing: border-box;
    padding: 60px 40px;
  }
  #primary-menu li.dropdown .dropdown-menu .left-menu a.heading {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    font-family: "HCo Gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
  #primary-menu li.dropdown .dropdown-menu .left-menu a.heading::after {
    content: "";
    width: 16px;
    height: 14px;
    background: url("../images/icons/arrow-right.webp") center center no-repeat;
    background-size: contain;
  }
  #primary-menu li.dropdown .dropdown-menu .left-menu a.heading:hover {
    gap: 1.1rem;
  }
  #primary-menu li.dropdown .dropdown-menu .left-menu .left-menu-links {
    display: flex;
    flex-direction: row;
    gap: 2rem;
  }
  #primary-menu li.dropdown .dropdown-menu .right-menu {
    width: 38%;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 20px;
  }
  #primary-menu li.dropdown .dropdown-menu .right-menu .menu-cta-container {
    height: 100%;
    padding: 35px;
  }
  #primary-menu li.dropdown .dropdown-menu .right-menu .menu-cta-container .headline-link a {
    display: inline-block;
    align-items: center;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    padding-right: 20px;
    text-decoration: none;
    color: #003E6E;
    font-family: "HCo Gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.6rem;
  }
  #primary-menu li.dropdown .dropdown-menu .right-menu .menu-cta-container .headline-link a::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 14px;
    margin-left: 10px;
    background: url("../images/icons/arrow-right.webp") center center no-repeat;
    background-size: contain;
    transition: all 0.35s ease-in-out;
  }
  #primary-menu li.dropdown .dropdown-menu .right-menu .menu-cta-container .headline-link a:hover::after {
    margin-left: 23px;
  }
  #primary-menu li.dropdown .dropdown-menu .right-menu .menu-cta-container .icon-wrapper {
    width: 60px;
    height: 60px;
    max-width: 60px;
    max-height: 60px;
  }
  #primary-menu li.dropdown .dropdown-menu .right-menu .menu-cta-container .icon-wrapper .image-icon {
    width: 60px;
    height: 60px;
  }
  #primary-menu li.dropdown .dropdown-menu .right-menu .menu-cta-container .icon-wrapper .image-icon .icon {
    width: 30px;
  }
  #primary-menu li.dropdown .dropdown-menu .right-menu .menu-cta-container .icon-wrapper .image-icon .icon img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  #primary-menu li.dropdown .dropdown-menu .right-menu .menu-cta-container .icon-wrapper .image-icon .icon.fullbleed {
    width: 60px;
    height: 60px;
  }
  #primary-menu li.dropdown .dropdown-menu .parent {
    display: block;
  }
  #primary-menu li.dropdown .dropdown-menu .parent a {
    color: #003E6E;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1rem;
  }
  #primary-menu li.dropdown .dropdown-menu ul {
    margin: 0;
    padding: 1.75rem 0 0;
    list-style-type: none;
  }
  #primary-menu li.dropdown .dropdown-menu ul.tertiary-nav {
    padding-top: 0.25rem;
  }
  #primary-menu li.dropdown .dropdown-menu ul.col-2 {
    columns: 2;
  }
  #primary-menu li.dropdown .dropdown-menu ul li {
    width: 100%;
    margin: 0 0.95rem 1.7rem 0;
  }
}
@media (min-width: 1316px) and (min-width: 1316px) {
  #primary-menu li.dropdown .dropdown-menu ul li:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1316px) {
  #primary-menu li.dropdown .dropdown-menu ul li a {
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #3D3D3D;
    font-family: "HCo Gotham Narrow", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
  }
  #primary-menu li.dropdown .dropdown-menu ul li a::after {
    content: "";
    position: absolute;
    right: 100%;
    bottom: -1px;
    width: 0;
    height: 1px;
    background: linear-gradient(90deg, #A2D035 0%, #34BCED 45%, #34BCED 65%, #A2D035 90%);
    transition: width 0.3s ease, right 0.3s ease;
  }
  #primary-menu li.dropdown .dropdown-menu ul li a:hover {
    color: #003E6E;
  }
  #primary-menu li.dropdown .dropdown-menu ul li a:hover::after {
    width: 100%;
    right: 0;
  }
}
@media (min-width: 1316px) {
  #primary-menu li.dropdown:last-child .dropdown-menu, #primary-menu li.dropdown:nth-last-child(2) .dropdown-menu, #primary-menu li.dropdown:nth-last-child(3) .dropdown-menu {
    right: 0;
  }
}
@media (max-width: 1315px) {
  body {
    overflow-x: hidden;
    max-width: 100vw;
  }
  body.menu-active {
    position: relative;
    overflow: hidden;
  }
  .menu-overlay {
    position: fixed;
    z-index: -19;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #003E6E;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease-in-out;
  }
  .menu-overlay.open {
    z-index: 19;
    opacity: 1;
    visibility: visible;
  }
  .nav-column {
    justify-content: flex-end;
  }
  #primary-menu {
    display: none;
    flex-direction: column;
    justify-content: flex-start;
  }
  #primary-menu li {
    width: 100%;
    margin: 1rem 0;
  }
  #primary-menu li a {
    font-size: 1.125rem;
  }
  #primary-menu li a.button {
    padding: 0;
    background: transparent;
    color: #fff !important;
    font-size: 1.125rem;
  }
  #primary-menu li a.button::after {
    display: none;
  }
  #primary-menu-container {
    box-sizing: border-box;
    position: fixed;
    z-index: 20;
    top: 0;
    right: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
    background: transparent;
    transform: translateX(100%);
    transition: transform 0.4s ease;
    -webkit-overflow-scrolling: touch;
  }
  #primary-menu-container.open {
    transform: translateX(0) !important;
  }
  #primary-menu-container.open #primary-menu {
    display: flex;
  }
  #primary-menu-container .primary-menu-inner-container {
    display: flex;
    flex-direction: column;
    width: 95vw;
    height: calc(100vh - 40px);
    min-height: 87vw;
    margin: 20px 0 20px 5vw;
    padding: 20px 20px 60px;
    gap: 1.6rem;
    background-color: #002846;
    border-radius: 20px 0 0 20px;
  }
  #primary-menu-container .mobile-menu {
    width: 100%;
    height: 100%;
  }
  .mobile-menu-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: 60px;
  }
  #menu-toggle {
    position: fixed;
    z-index: 3;
    top: 1rem;
    left: 1rem;
    background: none;
    border: none;
    color: white;
    font-size: 2rem;
  }
}
@media (max-width: 1315px) {
  #primary-menu-container .primary-menu-inner-container .dropdown-menu {
    box-sizing: border-box;
    position: absolute;
    z-index: 31;
    top: 100px;
    right: 0;
    left: auto;
    display: block;
    width: 100%;
    max-width: 95vw;
    padding: 0 12px 20px;
    border-radius: 0 0 0 20px;
    background-color: #002846;
    visibility: hidden;
    transform: translateX(100%);
    transition: transform 0.3s ease-out;
  }
  #primary-menu-container .primary-menu-inner-container .dropdown-menu.open {
    visibility: visible;
    transform: translateX(0);
  }
  #primary-menu-container .primary-menu-inner-container .dropdown-menu .menu-back {
    appearance: none;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    margin-top: 1.7rem;
    padding-left: 15px;
    border: 0;
    background-color: transparent;
    color: #fff;
    font-family: "HCo Gotham Narrow", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 1rem;
    font-weight: 400;
  }
  #primary-menu-container .primary-menu-inner-container .dropdown-menu .menu-back::before {
    content: "";
    display: block;
    width: 14px;
    height: 20px;
    background: url("../images/icons/arrow-left.png") center center no-repeat;
    background-size: 100%;
  }
  #primary-menu-container .primary-menu-inner-container .dropdown-menu .left-menu {
    padding-top: 40px;
    padding-left: 20px;
  }
  #primary-menu-container .primary-menu-inner-container .dropdown-menu .left-menu a.heading {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    color: #A2D035;
    text-decoration: none;
    font-size: 1.25rem;
    font-weight: 700;
  }
  #primary-menu-container .primary-menu-inner-container .dropdown-menu .left-menu a.heading::after {
    content: "";
    display: block;
    width: 14px;
    height: 20px;
    background: url("../images/icons/arrow-right-lime.png") center center no-repeat;
    background-size: 100%;
  }
  #primary-menu-container .primary-menu-inner-container .dropdown-menu .left-menu .parent a {
    color: #30BCED;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: 0.9rem;
    letter-spacing: 0.96px;
    text-transform: uppercase;
  }
  #primary-menu-container .primary-menu-inner-container .dropdown-menu .left-menu .parent > li {
    margin-top: 0.65rem;
    margin-bottom: 0;
  }
  #primary-menu-container .primary-menu-inner-container .dropdown-menu .left-menu ul {
    margin-top: 0;
    padding-top: 1rem;
    padding-left: 0;
  }
  #primary-menu-container .primary-menu-inner-container .dropdown-menu .left-menu ul.tertiary-nav {
    padding-top: 0;
  }
  #primary-menu-container .primary-menu-inner-container .dropdown-menu .left-menu ul li a {
    color: #fff;
    text-decoration: none;
  }
  #primary-menu-container .primary-menu-inner-container .dropdown-menu .right-menu {
    margin-top: 40px;
    padding: 20px;
    background-color: #003E6E;
    border-radius: 20px;
  }
  #primary-menu-container .primary-menu-inner-container .dropdown-menu .right-menu .icon-wrapper {
    display: none;
  }
  #primary-menu-container .primary-menu-inner-container .dropdown-menu .right-menu .headline-link a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    margin-bottom: 0.7rem;
    color: #fff;
    text-decoration: none;
    font-family: "HCo Gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 700;
  }
  #primary-menu-container .primary-menu-inner-container .dropdown-menu .right-menu .headline-link a::after {
    content: "";
    display: block;
    width: 14px;
    height: 20px;
    background: url("../images/icons/arrow-right-white.png") center center no-repeat;
    background-size: 100%;
  }
  #primary-menu-container .primary-menu-inner-container .dropdown-menu .right-menu p {
    color: #fff;
  }
  #primary-menu-container .primary-menu-inner-container .dropdown-menu ul {
    margin: 0;
    padding: 40px 20px 0;
    list-style-type: none;
  }
  #primary-menu-container .primary-menu-inner-container .dropdown-menu ul li {
    width: 100%;
    margin: 1.3rem 0;
  }
  #primary-menu-container .primary-menu-inner-container .dropdown-menu ul li a {
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    gap: 0.25rem;
    width: 100%;
    font-family: "HCo Gotham Narrow", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 1rem;
    font-weight: 400;
  }
  #primary-menu-container .primary-menu-inner-container .dropdown-menu ul li a.primary {
    color: #A2D035;
    font-family: "HCo Gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
  }
  #primary-menu-container .primary-menu-inner-container .dropdown-menu ul li a.primary::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    line-height: 27px;
    background: url("../images/icons/chevron-right-yellow.webp") center center no-repeat;
    background-size: 60%;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::after,
  *::before {
    transition: none !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
  #mobile-close-icon,
  #mobile-close-icon span,
  #primary-menu li .dropdown-menu,
  #page-wrapper,
  #mobile-menu,
  .dropdown-menu {
    transition: none;
  }
}
@media (max-width: 799px) {
  #site-footer .footer-logo {
    text-align: center;
  }
  #site-footer .footer-logo img {
    margin: 0 auto;
  }
}
@media (max-width: 799px) {
  #site-footer .social-row {
    text-align: center;
    padding-top: 30px;
  }
  #site-footer .social-row .social-list {
    width: 100%;
  }
}
#site-footer .bottom-footer {
  padding-top: 120px;
}
#site-footer .bottom-footer .legal-text {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25rem;
  color: #003E6E;
  font-size: 0.875rem;
  line-height: 1.125rem;
}
#site-footer .bottom-footer .legal-text ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  list-style-type: none;
  gap: 0.25rem;
}
#site-footer .bottom-footer p, #site-footer .bottom-footer a, #site-footer .bottom-footer li {
  color: #003E6E;
  font-size: 0.875rem;
  line-height: 1.125rem;
}

.layout__region.col.bg-navy {
  border-radius: 20px;
  overflow: hidden;
  padding: 40px 65px 40px 50px;
}
.layout__region.col.bg-navy h2, .layout__region.col.bg-navy h3, .layout__region.col.bg-navy h4, .layout__region.col.bg-navy p, .layout__region.col.bg-navy li, .layout__region.col.bg-navy a {
  color: #fff;
}
@media (max-width: 799px) {
  .layout__region.col.bg-navy {
    padding: 23px;
  }
}
.layout__region.col.bg-white {
  overflow: hidden;
  border-radius: 20px;
  padding: 40px 65px 40px 50px;
}
@media (max-width: 799px) {
  .layout__region.col.bg-white {
    padding: 23px;
  }
}
.layout__region.col.bg-ice {
  overflow: hidden;
  border-radius: 20px;
  padding: 40px 65px 40px 50px;
}
@media (max-width: 799px) {
  .layout__region.col.bg-ice {
    padding: 23px;
  }
}

.image-text .layout__region.col.bg-navy, .image-text .layout__region.col.bg-ice, .image-text .layout__region.col.bg-white {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 799px) {
  .image-text .layout__region.col.bg-navy, .image-text .layout__region.col.bg-ice, .image-text .layout__region.col.bg-white {
    padding-top: 23px;
    padding-bottom: 23px;
  }
}

.search-button .search-toggle {
  position: relative;
  display: flex;
  width: 53px;
  height: 53px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.2);
  appearance: none;
  border: 0;
  transition: all 0.35s ease-in-out;
  box-sizing: border-box;
}
.search-button .search-toggle:focus {
  outline: 1px #30BCED dashed;
  border: 1px #003E6E solid;
}

#search-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  display: none;
  z-index: 9999;
  justify-content: center;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 800px) {
  #search-modal {
    align-items: center;
  }
}
#search-modal .search-modal-container {
  height: 90%;
  width: 90%;
  background-color: #002846;
  border-radius: 20px;
  padding: 20px;
}
#search-modal .search-modal-container .search-modal-header {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
#search-modal .search-modal-container .search-modal-header #search-close {
  align-self: flex-end;
  position: relative;
  display: flex;
  width: 53px;
  height: 53px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.2);
  appearance: none;
  border: 0;
  transition: all 0.35s ease-in-out;
  box-sizing: border-box;
}
#search-modal .search-modal-container .search-modal-header #search-close:focus {
  outline: 1px #30BCED dashed;
  border: 1px #003E6E solid;
}
.incentive-card .bottom h3 {
  margin-top: 20px;
  margin-bottom: 14px;
}
.incentive-card .card-link {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

@media (min-width: 800px) {
  #partner-section {
    position: relative;
    overflow: visible;
  }
  #partner-section .row {
    position: relative;
    z-index: 10;
  }
  #partner-section:after {
    position: absolute;
    right: 0;
    top: 100px;
    content: "";
    height: 857px;
    width: 422px;
    background: url(../images/graphics/arrow-ice-home.png) center center no-repeat;
    background-size: contain;
    z-index: 0;
  }
}

.card.home-news-card {
  border: 1px transparent solid;
  background-color: #F4F4F4;
  border-radius: 20px;
  padding: 20px 30px;
  height: 100%;
}
.card.home-news-card .top {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 60px;
}
.card.home-news-card .bottom .article-date {
  padding-bottom: 0.7rem;
  font-size: 0.9rem;
}
.card.home-news-card .card-link {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.related-news-container .swiper-slide {
  padding-top: 1rem;
}

.card.news-card .article-date {
  margin-bottom: 1rem;
}

.page-node-type-event .layout--hero.layout--news-hero .hero-content.widewidth {
  padding-top: 30px;
}

.event-header-container h3 a {
  text-decoration: none;
}
@media (max-width: 799px) {
  .event-header-container h3 a {
    display: flex;
    transition: all 0.35s ease-in-out;
    align-items: center;
  }
  .event-header-container h3 a:after {
    content: "";
    gap: 0.5rem;
    text-decoration: none;
    background: url("../images/icons/arrow-right.webp") center center no-repeat;
    background-size: contain;
    width: 14px;
    height: 27px;
  }
  .event-header-container h3 a:hover {
    gap: 1rem;
  }
}
@media (min-width: 800px) {
  .event-header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .event-header-container a.show-for-medium {
    display: inline-flex;
    font-weight: 600;
    text-decoration: none;
    align-items: center;
    transition: all 0.35s ease-in-out;
    gap: 0.5rem;
    padding-right: 0.5rem;
  }
  .event-header-container a.show-for-medium:after {
    content: "";
    text-decoration: none;
    background: url("../images/icons/arrow-right.webp") center center no-repeat;
    background-size: contain;
    width: 14px;
    height: 27px;
  }
  .event-header-container a.show-for-medium:hover {
    gap: 1rem;
    padding-right: 0;
  }
}

.card.event-card {
  background-color: #E8F9FF;
}
.card.event-card .event-date.home-event-date {
  display: inline-flex;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 12px;
  color: #003E6E;
  font-family: "HCo Gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 30px;
}
.card.event-card .card-link {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.success-feature {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (max-width: 799px) {
  .success-feature {
    align-items: center;
  }
}
@media (min-width: 800px) {
  .success-feature {
    padding: 35px;
    gap: 200px;
    padding: 1.25rem;
  }
}
.success-feature .photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.success-feature .photo .overlay {
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.15);
}
.success-feature .photo img, .success-feature .photo picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  position: relative;
}
@media (max-width: 799px) {
  .success-feature .photo {
    position: relative;
    width: 100%;
    height: 500px;
  }
}
.success-feature .top {
  position: relative;
  z-index: 2;
}
.success-feature .top .image-icon {
  background-color: #fff;
}
@media (max-width: 799px) {
  .success-feature .top {
    position: absolute;
    top: 15px;
    left: 15px;
  }
}
.success-feature .show-on-slider {
  display: none;
}
.success-feature .feature-content {
  position: relative;
  z-index: 2;
  display: inline-flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(2px);
  padding: 20px;
}
@media (min-width: 800px) {
  .success-feature .feature-content {
    width: 45%;
  }
}
@media (max-width: 799px) {
  .success-feature .feature-content {
    background: #fff;
    margin-top: -130px;
    max-width: calc(100% - 2.5rem);
  }
}
.success-feature .feature-content .logo img {
  max-height: 70px;
  width: auto !important;
}
.success-feature .feature-content blockquote {
  background-color: transparent;
  padding: 0;
}
@media (max-width: 799px) {
  .success-feature .feature-content blockquote {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.success-feature .feature-content blockquote:before {
  display: none;
}
.success-feature .feature-content blockquote p {
  color: #003E6E;
  font-size: 1.312rem;
  line-height: 1.58rem;
  margin-bottom: 0.5rem !important;
  font-style: italic;
  padding-right: 30px;
}
.success-feature .feature-content blockquote cite {
  color: #3D3D3D;
  font-size: 0.85rem;
  line-height: 1.1rem;
}
.success-feature .feature-content .feature-footer {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
}

.bef-exposed-form label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.bef-exposed-form .bef-links ul {
  position: relative;
  z-index: 10;
  list-style-type: none;
  padding-left: 0;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.bef-exposed-form .bef-links ul li a {
  display: inline-flex;
  justify-content: center;
  min-width: 86px;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  padding: 10px 26px;
  border-radius: 999px;
  background-color: #fff;
  outline: 1px dashed transparent;
  outline-offset: 3px;
}
.bef-exposed-form .bef-links ul li a.bef-link--selected {
  background-color: #A2D035;
}
@media (prefers-reduced-motion: no-preference) {
  .bef-exposed-form .bef-links ul li a {
    transition: all 0.35s ease-in-out;
  }
}
.bef-exposed-form .bef-links ul li a:hover {
  outline: 1px dashed #30BCED;
  outline-offset: 3px;
}

.card-container .views-row .card {
  height: 100%;
}

.incentives-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.incentives-container .card-container {
  padding-top: 20px;
}
.incentives-container .card-container .card {
  height: 100%;
}
.incentives-container .card-container .card .card-link {
  padding-bottom: 0;
  padding-top: 0.5rem;
}

.success-container .carousel {
  padding-top: 20px;
}
.success-container .card {
  height: 100%;
}
.success-container .card .eyebrow {
  display: flex;
  gap: 0.25rem;
  color: #666;
  letter-spacing: 1.35px;
  margin-bottom: 1rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 500;
}
.success-container .card .eyebrow .company {
  color: #0E97C8;
}
.success-container .card h3 {
  margin-bottom: 0.5rem;
  font-size: 1.375;
  line-height: 1.6rem;
  font-weight: 700;
}
.success-container .card .card-content p {
  margin-bottom: 0.5rem !important;
}
.success-container .card .bottom .card-link {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 0;
  padding-top: 0.25rem;
}
.success-container .card .bottom .card-link img {
  justify-self: flex-end;
}
.success-container.filterable-container .card {
  height: 100%;
}
.success-container.filterable-container .card .card-link {
  padding-top: 0;
}

.feature-slider-wrapper {
  position: relative;
}
.feature-slider-wrapper .swiper {
  overflow: hidden;
}
.feature-slider-wrapper .swiper-wrapper {
  display: flex;
  width: 100%;
  align-items: stretch;
}
.feature-slider-wrapper .swiper-slide {
  position: relative;
  flex: 0 0 calc((40% - 20px) / 2);
  width: calc((40% - 20px) / 2);
  height: 620px;
  overflow: hidden;
  border-radius: 20px;
  cursor: pointer;
  transition: width 600ms ease, flex-basis 600ms ease, transform 600ms ease;
}
.feature-slider-wrapper .swiper-slide:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 62, 110, 0.7) 0%, rgba(101, 153, 74, 0.65) 63.66%, rgba(162, 208, 53, 0) 87.76%);
  mix-blend-mode: multiply;
  transition: background 600ms ease;
}
.feature-slider-wrapper .swiper-slide:not(.is-active):hover .photo img {
  transform: scale(1.1);
}
.feature-slider-wrapper .swiper-slide.is-active {
  flex: 0 0 60%;
  width: 60%;
  cursor: default;
}
.feature-slider-wrapper .swiper-slide.is-active:after {
  background: rgba(0, 0, 0, 0.25);
}
.feature-slider-wrapper .success-feature,
.feature-slider-wrapper .photo {
  height: 100%;
}
.feature-slider-wrapper .photo picture,
.feature-slider-wrapper .photo img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.35s ease-in-out;
}
.feature-slider-wrapper .photo img {
  object-fit: cover;
  transition: transform 600ms ease;
}
.feature-slider-wrapper .top {
  display: none;
}
.feature-slider-wrapper .swiper-slide.is-active .photo img {
  transform: scale(1.08);
  object-position: center;
}
.feature-slider-wrapper .show-on-slider {
  display: block;
  position: relative;
  z-index: 2;
}
@media (max-width: 799px) {
  .feature-slider-wrapper .show-on-slider {
    position: absolute;
    top: 15px;
    left: 15px;
  }
}
.feature-slider-wrapper .show-on-slider img {
  max-height: 70px;
  width: auto !important;
}
.feature-slider-wrapper .show-on-slider .white img {
  filter: brightness(0) invert(1);
}
.feature-slider-wrapper .feature-content {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  color: #fff;
  width: 90%;
  opacity: 0;
  transform: translateY(20px);
  padding: 15px;
  transition: opacity 400ms ease, transform 400ms ease;
}
.feature-slider-wrapper .feature-content .logo {
  display: none !important;
}
@media (max-width: 799px) {
  .feature-slider-wrapper .feature-content .logo {
    display: none !important;
  }
}
.feature-slider-wrapper .feature-content blockquote {
  margin-bottom: 0;
}
.feature-slider-wrapper .feature-content blockquote p, .feature-slider-wrapper .feature-content p {
  margin-bottom: 0.5rem !important;
  font-size: 1.125rem !important;
  line-height: 1.7rem !important;
  color: #003E6E;
}
.feature-slider-wrapper .cta {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 300ms ease, visibility 300ms ease;
}
.feature-slider-wrapper .swiper-slide.is-active .feature-content {
  opacity: 1;
  transform: translateY(0);
}
.feature-slider-wrapper .swiper-slide.is-active .cta {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.feature-slider-wrapper .swiper-controls {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 24px;
}
.feature-slider-wrapper .swiper-arrows {
  display: flex;
  gap: 12px;
}
.feature-slider-wrapper .button-prev,
.feature-slider-wrapper .button-next {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.feature-slider-wrapper .button-prev svg,
.feature-slider-wrapper .button-next svg {
  display: block;
}
.feature-slider-wrapper .swiper-scrollbar {
  display: block;
  height: 4px;
  background: rgba(0, 0, 0, 0.12);
  border-radius: 999px;
  overflow: hidden;
}
.feature-slider-wrapper .swiper-scrollbar-drag {
  display: block;
  height: 100%;
  background: currentColor;
  border-radius: 999px;
}
@media (max-width: 799px) {
  .feature-slider-wrapper .swiper {
    overflow: visible;
  }
  .feature-slider-wrapper .swiper-wrapper {
    flex-direction: row;
    gap: 0;
  }
  .feature-slider-wrapper .swiper-slide,
  .feature-slider-wrapper .swiper-slide.is-active {
    flex: 0 0 80%;
    width: 80%;
    height: 600px;
  }
  .feature-slider-wrapper .swiper-slide:not(.is-active):hover {
    transform: none;
  }
  .feature-slider-wrapper .feature-content {
    opacity: 0;
    transform: translateY(20px);
  }
  .feature-slider-wrapper .cta {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .feature-slider-wrapper .swiper-slide.is-active .feature-content {
    opacity: 1;
    transform: translateY(0);
  }
  .feature-slider-wrapper .swiper-slide.is-active .cta {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .feature-slider-wrapper .swiper-controls {
    margin-top: 20px;
  }
  .feature-slider-wrapper .button-prev,
  .feature-slider-wrapper .button-next {
    width: 56px;
    height: 56px;
  }
}

.layout--onecol.layout--twocol.no-gap .row {
  gap: 0;
}
.layout--onecol.layout--twocol.no-gap .row .col {
  overflow: visible;
}
@media (min-width: 800px) {
  .layout--onecol.layout--twocol.no-gap .row .one-col {
    border-radius: 20px 0 0 20px;
    padding-right: 0.75rem;
  }
  .layout--onecol.layout--twocol.no-gap .row .col2 {
    border-radius: 0 20px 20px 0;
    padding-left: 0.75rem;
  }
}
@media (max-width: 799px) {
  .layout--onecol.layout--twocol.no-gap .row .one-col {
    border-radius: 20px 20px 0 0;
    padding-bottom: 0.75rem;
  }
  .layout--onecol.layout--twocol.no-gap .row .one-col.mobile-order-2 {
    border-radius: 0 0 20px 20px;
  }
  .layout--onecol.layout--twocol.no-gap .row .col2 {
    border-radius: 0 0 20px 20px;
    padding-bottom: 0.75rem;
  }
  .layout--onecol.layout--twocol.no-gap .row .col2.mobile-order-1 {
    border-radius: 20px 20px 0 0;
  }
}

@media screen and (max-width: 1369px) {
  .layout--logorow .grid-container {
    padding-right: 0 !important;
  }
}

.logo_row {
  display: flex;
  gap: 2rem;
  max-width: 100vw;
  position: relative;
  margin: 0 auto;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1369px) {
  .logo_row {
    padding-right: 1.25rem;
    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    cursor: url("../images/icons/scroll-right.png") 24 24, auto;
    transition: all 0.35s ease-in-out;
  }
  .logo_row::-webkit-scrollbar {
    display: none;
  }
  .logo_row img {
    user-select: none;
    -webkit-user-drag: none;
  }
  .logo_row:hover {
    cursor: url("../images/icons/scroll-right.png") 24 24, auto;
  }
  .logo_row:active {
    cursor: grabbing;
  }
}
.logo_row .logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 1 auto;
}
@media screen and (max-width: 1369px) {
  .logo_row .logo {
    min-width: 100px;
    flex: 0 0 auto;
  }
}
.logo_row .logo img {
  max-height: 81px;
  width: auto;
}

section.layout.split-feature {
  position: relative;
  overflow-y: visible;
  overflow-x: clip;
  width: 100%;
}
@media (max-width: 799px) {
  section.layout.split-feature {
    padding-top: 60px;
    padding-bottom: 60px;
    border-radius: 20px 0 0 0;
  }
  section.layout.split-feature.has-third-region {
    border-radius: 0 0 20px 20px;
  }
}
@media (min-width: 800px) {
  section.layout.split-feature {
    margin-top: 60px;
    margin-bottom: 60px;
    border-radius: 0 0 0 20px;
  }
  section.layout.split-feature.has-third-region {
    border-radius: 0 0 0 0;
  }
}
section.layout.split-feature .grid-container {
  position: relative;
  padding-right: 0;
  z-index: 2;
}
@media (min-width: 1512px) {
  section.layout.split-feature .grid-container {
    padding-left: 1.25rem;
    padding-right: 0;
  }
}
section.layout.split-feature .text-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 1.5rem;
}
@media (min-width: 800px) {
  section.layout.split-feature .text-col {
    padding-right: 40px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
section.layout.split-feature .photo-col {
  position: relative;
  justify-items: end;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1021px) {
  section.layout.split-feature .photo-col {
    margin-right: -40px;
  }
}
@media screen and (min-width: 1451px) and (max-width: 1512px) {
  section.layout.split-feature .photo-col {
    margin-right: -61px;
  }
}
@media screen and (min-width: 1431px) and (max-width: 1450px) {
  section.layout.split-feature .photo-col {
    margin-right: -81px;
  }
}
section.layout.split-feature .photo-col .fullbleed-image-container {
  width: 100%;
  border-radius: 20px 0 0 0;
  overflow: hidden;
}
@media (min-width: 800px) {
  section.layout.split-feature .photo-col .fullbleed-image-container {
    margin-top: -20px;
  }
}
@media screen and (min-width: 1491px) {
  section.layout.split-feature .photo-col .fullbleed-image-container {
    border-radius: 20px 20px 0 0;
  }
}
@media screen and (max-width: 1020px) {
  section.layout.split-feature .photo-col .fullbleed-image-container {
    max-height: 600px;
  }
}
section.layout.split-feature .photo-col.has-third-region .fullbleed-image-container {
  border-radius: 20px 20px 20px 20px;
}
@media screen and (max-width: 1490px) {
  section.layout.split-feature .photo-col.has-third-region .fullbleed-image-container {
    border-radius: 20px 0 0 20px;
  }
}
@media screen and (max-width: 1020px) {
  section.layout.split-feature .photo-col.has-third-region .fullbleed-image-container {
    max-height: 540px;
  }
}
section.layout.split-feature .flex-grid {
  padding-right: 1.25rem;
}
@media (min-width: 800px) {
  section.layout.split-feature .flex-grid {
    display: flex;
    gap: 40px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  section.layout.split-feature .flex-grid .block {
    border-right: 1px rgba(255, 255, 255, 0.15) solid;
    padding-right: 1.2rem;
  }
  section.layout.split-feature .flex-grid .block:last-child {
    border-right: 0;
  }
}
@media (max-width: 799px) {
  section.layout.split-feature .flex-grid {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  section.layout.split-feature .flex-grid .block {
    border-bottom: 1px rgba(255, 255, 255, 0.15) solid;
    padding-top: 1.2rem;
    padding-bottom: 1.25rem;
  }
  section.layout.split-feature .flex-grid .block:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
section.layout.split-feature .flex-grid h2, section.layout.split-feature .flex-grid h3, section.layout.split-feature .flex-grid h4 {
  color: #A2D035;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.3rem;
  margin-bottom: 0.3rem;
}
section.layout.split-feature.section-arrow-left {
  position: relative;
}
section.layout.split-feature.section-arrow-left:before {
  content: "";
  position: absolute;
  display: block;
  z-index: 0;
  height: 822px;
  width: 570px;
  content: "";
  background: url(../images/graphics/arrow-bordered-full.webp) center center no-repeat;
  background-size: contain;
  left: -180px;
  top: -150px;
}
@media (min-width: 800px) {
  section.layout.split-feature.section-arrow-right .text-col {
    position: relative;
  }
  section.layout.split-feature.section-arrow-right .text-col:before {
    content: "";
    position: absolute;
    display: block;
    z-index: 1;
    height: 516px;
    width: 359px;
    content: "";
    background: url(../images/graphics/arrow-bordered-leftpoint.png) center right no-repeat;
    background-size: contain;
    right: -120px;
    top: -100px;
  }
}
@media (max-width: 799px) {
  section.layout.split-feature.mobile-photo-first {
    border-radius: 0 0 0 20px;
    margin-top: 180px;
  }
  section.layout.split-feature.mobile-photo-first.has-third-region {
    border-radius: 0 0 20px 20px;
  }
  section.layout.split-feature.mobile-photo-first .text-col {
    order: 2;
    padding-top: 30px;
  }
  section.layout.split-feature.mobile-photo-first .flex-grid {
    order: 3;
  }
  section.layout.split-feature.mobile-photo-first .photo-col {
    order: 1;
  }
  section.layout.split-feature.mobile-photo-first .photo-col .fullbleed-image-container {
    border-radius: 20px 0 0 20px;
    margin-top: -130px;
  }
  section.layout.split-feature.mobile-photo-last {
    margin-bottom: 200px;
  }
  section.layout.split-feature.mobile-photo-last .text-col {
    padding-bottom: 200px;
  }
  section.layout.split-feature.mobile-photo-last .photo-col .fullbleed-image-container {
    position: absolute;
    bottom: -200px;
    max-height: 395px;
    border-radius: 20px 0 0 20px;
  }
  section.layout.split-feature.mobile-photo-last.has-third-region .text-col {
    order: 1;
  }
  section.layout.split-feature.mobile-photo-last.has-third-region .flex-grid {
    order: 2;
  }
  section.layout.split-feature.mobile-photo-last.has-third-region .photo-col {
    order: 3;
  }
}

.photo-window-container {
  padding-top: 60px;
}
@media (max-width: 799px) {
  .photo-window-container {
    padding-top: 40px;
  }
}
.photo-window-container .intro-text {
  background-color: #fff;
  padding: 0 40px 20px 40px;
  border-radius: 0 0 20px 20px;
  position: relative;
  margin-bottom: -80px;
  z-index: 3;
}
@media (max-width: 799px) {
  .photo-window-container .intro-text {
    max-width: 94%;
    padding: 1.5rem;
  }
}
.photo-window-container .photo-window-wrapper {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 100%;
  height: 500px;
  clip-path: inset(0);
}
@media (min-width: 800px) {
  .photo-window-container .photo-window-wrapper {
    height: 700px;
  }
}
.photo-window-container .photo-window-wrapper .photo-window {
  margin: 0 auto;
  max-width: 1600px;
}
@media (max-width: 799px) {
  .photo-window-container .photo-window-wrapper .photo-window {
    width: 100%;
    height: 100%;
  }
}
.photo-window-container .photo-window-wrapper .photo-window .fullbleed-image {
  width: 100%;
  height: 100%;
}
.photo-window-container .photo-window-wrapper .photo-window .fullbleed-image-container {
  width: 100%;
  height: 100%;
}
.photo-window-container .photo-window-wrapper .photo-window .fullbleed-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo-window-container .sub-text {
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  position: relative;
  z-index: 2;
  padding: 60px 40px;
  margin-top: -80px;
}
@media (max-width: 799px) {
  .photo-window-container .sub-text {
    max-width: 94%;
    padding: 25px 1.5rem;
  }
}
.photo-window-container .sub-text .gradient-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 3;
}
.photo-window-container .sub-text .flex-grid {
  padding-right: 1.25rem;
  padding: 0;
}
@media (min-width: 800px) {
  .photo-window-container .sub-text .flex-grid {
    display: flex;
    gap: 40px;
    padding-bottom: 60px;
  }
  .photo-window-container .sub-text .flex-grid .block {
    padding-right: 1.2rem;
  }
}
@media (max-width: 799px) {
  .photo-window-container .sub-text .flex-grid {
    padding-top: 1.2rem;
  }
  .photo-window-container .sub-text .flex-grid .block {
    padding-bottom: 0.25rem;
  }
}
.photo-window-container .sub-text .flex-grid h2, .photo-window-container .sub-text .flex-grid h3, .photo-window-container .sub-text .flex-grid h4 {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.3rem;
  margin-bottom: 0.3rem;
}

.hero-wrapper {
  overflow: hidden;
  height: auto;
  width: 100%;
  max-width: 100vw;
  padding-bottom: 40px;
}

.layout--hero {
  background-color: #003E6E;
  padding-bottom: 40px;
}
@media screen and (max-width: 1020px) {
  .layout--hero {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1021px) {
  .layout--hero {
    padding-bottom: 0;
  }
}
.layout--hero .grid-container {
  padding-right: 0;
}
@media (min-width: 1512px) {
  .layout--hero .grid-container {
    padding-left: 1.25rem;
    padding-right: 0;
  }
}
.layout--hero .grid-container .grid .row {
  align-items: center;
}
@media (min-width: 1512px) {
  .layout--hero .grid-container .grid .row {
    column-gap: 80px;
  }
}
.layout--hero .hero-content {
  grid-column: span 12;
  position: relative;
  z-index: 8;
}
@media screen and (max-width: 1020px) {
  .layout--hero .hero-content {
    order: 2;
    padding-right: 1.25rem;
    padding-top: 13px;
  }
}
@media screen and (min-width: 1021px) {
  .layout--hero .hero-content {
    padding-right: 0;
    grid-column: span 5;
    align-items: center;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1150px) {
  .layout--hero .hero-content {
    padding-top: 40px;
  }
}
@media screen and (min-width: 1021px) and (max-width: 1315px) {
  .layout--hero .hero-content {
    grid-column: span 5;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1316px) and (max-width: 1530px) {
  .layout--hero .hero-content {
    padding-right: 40px;
  }
}
.layout--hero .hero-content h1,
.layout--hero .hero-content h2,
.layout--hero .hero-content p, .layout--hero .hero-content li {
  color: #fff;
}
.layout--hero .hero-content h1 em, .layout--hero .hero-content h1 i,
.layout--hero .hero-content h2 em,
.layout--hero .hero-content h2 i,
.layout--hero .hero-content p em,
.layout--hero .hero-content p i, .layout--hero .hero-content li em, .layout--hero .hero-content li i {
  font-size: 1.25rem;
  line-height: 1.5rem;
  display: block;
  font-style: normal !important;
}
.layout--hero .hero-image {
  grid-column: span 12;
  justify-items: end;
  position: relative;
}
.layout--hero .hero-image .imageblock {
  width: 100%;
}
.layout--hero .hero-image .imageblock .imageblock-container.rounded img, .layout--hero .hero-image .imageblock .imageblock-container.rounded picture {
  border-radius: 0;
}
@media screen and (max-width: 1020px) {
  .layout--hero .hero-image {
    order: 1;
  }
}
@media screen and (min-width: 1021px) {
  .layout--hero .hero-image {
    grid-column: span 7;
  }
}
@media screen and (min-width: 1021px) and (max-width: 1315px) {
  .layout--hero .hero-image {
    grid-column: span 7;
    margin-right: -40px;
  }
}
@media screen and (min-width: 1316px) and (max-width: 1512px) {
  .layout--hero .hero-image {
    margin-right: -61px;
  }
}
@media screen and (min-width: 1513px) and (max-width: 1550px) {
  .layout--hero .hero-image {
    margin-right: -81px;
  }
}
@media screen and (min-width: 1550px) and (max-width: 1600px) {
  .layout--hero .hero-image {
    margin-right: -108px;
  }
}
@media screen and (min-width: 1601px) and (max-width: 1630px) {
  .layout--hero .hero-image {
    margin-right: -130px;
  }
}
@media screen and (min-width: 1631px) {
  .layout--hero .hero-image {
    margin-right: -30px;
  }
}
.layout--hero .hero-image .imageblock-container {
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}
@media screen and (max-width: 1020px) {
  .layout--hero .hero-image .imageblock-container {
    max-height: 460px;
  }
}
@media screen and (min-width: 1021px) {
  .layout--hero .hero-image .imageblock-container {
    margin-bottom: -40px;
    width: auto;
    max-height: 730px;
    overflow: hidden;
    aspect-ratio: 924/730;
  }
}
@media screen and (min-width: 1021px) and (min-width: 1020px) and (max-width: 1150px) {
  .layout--hero .hero-image .imageblock-container {
    aspect-ratio: 900/830;
  }
}
@media screen and (min-width: 1021px) {
  .layout--hero .hero-image .imageblock-container:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 420px;
    height: 100%;
    opacity: 0.3;
    background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 4;
  }
}
@media screen and (min-width: 1631px) {
  .layout--hero .hero-image .imageblock-container {
    border-radius: 20px;
  }
}
.layout--hero .vimeo-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.layout--hero .vimeo-wrapper #heroVideo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 140%;
  height: 140%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.layout--hero .vimeo-wrapper .playpause {
  position: absolute;
  z-index: 10;
  bottom: 20px;
  left: 20px;
}
.layout--hero .vimeo-wrapper .playpause img {
  width: 42px;
  height: 42px;
}
@media (min-width: 800px) {
  .layout--hero.no-photo .hero-content {
    padding-top: 60px;
    padding-bottom: 60px;
    grid-column: span 10;
  }
}
.layout--hero.no-photo .hero-arrow-bordered {
  display: none;
}

@media (min-width: 800px) {
  .hero-wrapper .row {
    position: relative;
  }
  .hero-arrow-bordered {
    position: absolute;
    display: block;
    z-index: 0;
    height: 822px;
    width: 570px;
    content: "";
    background: url(../images/graphics/arrow-bordered-full.webp) center center no-repeat;
    background-size: contain;
    left: -220px;
    top: 60px;
  }
}
.hero-arrow-green {
  display: block;
  position: absolute;
  width: 161px;
  height: 86px;
  left: -48px;
  top: 47px;
  content: "";
  background: url(../images/graphics/arrows-green.webp) center center no-repeat;
  background-size: contain;
  z-index: 7;
}
@media screen and (min-width: 1021px) and (max-width: 1320px) {
  .hero-arrow-green {
    width: 120px;
    height: 86px;
  }
}
@media (max-width: 799px) {
  .hero-arrow-green {
    width: 87px;
    height: 46px;
    left: -18px;
  }
}

@media screen and (min-width: 1021px) {
  .layout--hero.layout--news-hero .hero-content {
    grid-column: span 6;
  }
}
@media screen and (min-width: 1021px) and (max-width: 1315px) {
  .layout--hero.layout--news-hero .hero-content {
    grid-column: span 6;
  }
}
@media screen and (min-width: 1021px) {
  .layout--hero.layout--news-hero .hero-content.widewidth {
    grid-column: span 9;
  }
}
@media screen and (min-width: 1021px) and (max-width: 1315px) {
  .layout--hero.layout--news-hero .hero-content.widewidth {
    grid-column: span 9;
  }
}
@media screen and (min-width: 1021px) {
  .layout--hero.layout--news-hero .hero-image {
    grid-column: span 6;
  }
}
@media screen and (min-width: 1021px) and (max-width: 1315px) {
  .layout--hero.layout--news-hero .hero-image {
    grid-column: span 6;
  }
}
@media screen and (min-width: 1600px) {
  .layout--hero.layout--news-hero .hero-image {
    margin-right: -27px;
  }
}
@media screen and (max-width: 1020px) {
  .layout--hero.layout--news-hero .hero-image .imageblock-container {
    max-height: 300px;
  }
}
@media screen and (min-width: 1021px) {
  .layout--hero.layout--news-hero .hero-image .imageblock-container {
    max-height: 560px;
  }
}
.layout--hero.layout--news-hero .hero-image.no-image {
  display: none;
}
.layout--hero.layout--news-hero .hero-arrow-bordered-incentives {
  position: absolute;
}
.layout--hero.layout--news-hero .hero-content.has-caption {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 30px;
  height: 100%;
}
.layout--hero.layout--news-hero .hero-content.has-caption .top-content {
  padding-top: 80px;
}
.layout--hero.layout--news-hero .hero-content.widewidth {
  padding-top: 60px;
}
.layout--hero.layout--news-hero .hero-content .news-date {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  color: #fff;
  gap: 1rem;
  font-weight: 500;
  margin-bottom: 1.75rem;
}
@media screen and (max-width: 1315px) {
  .layout--hero.layout--news-hero .hero-content .news-date {
    margin-bottom: 0.75rem;
  }
}
.layout--hero.layout--news-hero .hero-content .news-date .block-field-blocknodearticlefield-estimated-read-time {
  display: flex;
  gap: 0.5rem;
}
.layout--hero.layout--news-hero .hero-content .news-date .block-field-blocknodearticlefield-estimated-read-time:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/icons/clock.png) center center no-repeat;
  background-size: contain;
}
@media (min-width: 800px) {
  .layout--hero.layout--news-hero .hero-content h1 {
    font-size: 2.5rem;
    line-height: 2.7rem;
  }
}
.layout--hero.layout--news-hero .hero-content .image-caption {
  align-self: flex-end;
  font-size: 0.85rem;
  font-style: italic;
}
.layout--hero.layout--news-hero .hero-content .image-caption p {
  font-size: 0.85rem !important;
  line-height: 1rem !important;
}
.layout--hero.layout--news-hero .hero-content .image-caption p:before {
  display: inline-block;
  padding-right: 4px;
  color: #fff;
  content: "Photo: ";
}

.article-container p + img, .article-container h2 + img, .article-container h3 + img, .article-container ul + img {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

@media (max-width: 799px) {
  .fast-fact-container {
    padding-top: 2rem;
  }
}
@media (min-width: 800px) {
  .fast-fact-container {
    padding-left: 25px;
  }
}
.fast-fact-container .block-field-blocknodearticlefield-fast-fact:before {
  content: "Fast Facts";
  display: block;
  color: #003E6E;
  font-family: "HCo Gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.625rem;
  font-weight: 800;
  line-height: 1.675rem;
  margin-bottom: 1rem;
}
.fast-fact-container .block-field-blocknodearticlefield-fast-fact p {
  background-color: #E8F9FF;
  padding: 1.25rem;
  border-radius: 20px;
}

@media screen and (min-width: 1021px) {
  .page-node-type-incentive .layout--hero.layout--news-hero .hero-content.widewidth {
    grid-column: span 10;
  }
}
@media screen and (min-width: 1021px) {
  .page-node-type-incentive .layout--hero.layout--news-hero .hero-image {
    grid-column: span 12;
  }
  .page-node-type-incentive .layout--hero.layout--news-hero .hero-image.has-image {
    grid-column: span 6;
  }
}
@media (min-width: 800px) {
  .page-node-type-incentive .hero-arrow-bordered-incentives {
    position: absolute;
    display: block;
    z-index: 0;
    height: 660px;
    width: 458px;
    content: "";
    background: url(../images/graphics/arrow-bordered-full.webp) center center no-repeat;
    background-size: contain;
    left: -240px;
    top: 10px;
  }
  .page-node-type-incentive .hero-cyan-stripes {
    position: absolute;
    display: block;
    z-index: 3;
    height: 15px;
    width: 210px;
    content: "";
    background: url(../images/graphics/arrow-slash.webp) center center no-repeat;
    background-size: cover;
    right: 0;
    bottom: 0px;
  }
}
@media (min-width: 800px) and (min-width: 800px) {
  .page-node-type-incentive .hero-image.has-image .imageblock-container {
    height: 550px;
  }
  .page-node-type-incentive .hero-image.has-image .imageblock-container .block {
    height: 100%;
  }
}
@media (min-width: 800px) {
  .page-node-type-incentive .hero-image.has-image .hero-cyan-stripes {
    height: 30px;
    right: auto;
    z-index: 10;
    background-size: cover;
    left: -109px;
    bottom: 29px;
  }
}

.layout--incentive-nav {
  margin-top: -40px !important;
}
@media (min-width: 800px) {
  .layout--incentive-nav {
    position: sticky;
    top: 0;
    transition: all 0.35s ease-in-out;
  }
}
.layout--incentive-nav.is-stuck {
  border-bottom: 1px #BDEEFF solid;
  z-index: 30;
}

@media (min-width: 800px) {
  .hero-wrapper.has-photo + .layout--incentive-nav .col.page-nav-column {
    grid-column: span 6;
  }
}

.page-node-type-incentive article h3 {
  font-size: 1.5rem;
  line-height: 1.8rem;
}
.page-node-type-incentive article section.incentive-section:nth-of-type(odd) {
  background-color: #E8F9FF;
}

.page-node-type-incentive .incentive-section:nth-child(odd) .accordion-item button.accordion-title,
.bg-ice .accordion-item button.accordion-title {
  background-color: #fff;
}
.page-node-type-incentive .incentive-section:nth-child(odd) .accordion-item button.accordion-title:hover,
.bg-ice .accordion-item button.accordion-title:hover {
  background-color: #8edaf5;
}

.page-node-type-event .hero-wrapper {
  padding-bottom: 0;
}
@media (max-width: 799px) {
  .page-node-type-event .layout--hero .grid-container .grid .row {
    padding-bottom: 40px;
  }
}
@media (min-width: 800px) {
  .page-node-type-event .layout--hero .grid-container .grid .row {
    gap: 40px 80px;
  }
}
.page-node-type-event .layout--onecol {
  overflow: visible;
}

.block-field-blocknodeeventfield-registration-or-event-link a {
  transition: all 0.65s ease-in-out;
  padding: 1.25rem 2rem;
  line-height: 1;
  position: relative;
  overflow: hidden;
  font-family: "HCo Gotham Narrow", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 500;
  text-decoration: none;
  appearance: none;
  font-size: 1rem;
  border-radius: 90px;
  background: linear-gradient(90deg, #A2D035 0%, #34BCED 45%, #34BCED 65%, #A2D035 90%);
  background-size: 150% 100%;
  background-position: left center;
  display: flex;
  color: #003E6E !important;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
  border: 0;
  transition: all 0.35s ease-in-out;
}
.block-field-blocknodeeventfield-registration-or-event-link a:focus, .block-field-blocknodeeventfield-registration-or-event-link a:hover {
  background-position: right center;
}

.layout--event-body .event-details-container {
  padding-top: 40px;
}
@media (min-width: 800px) {
  .layout--event-body .event-details-container {
    padding-right: 55px;
  }
}
.layout--event-body .event-details-container img {
  margin-bottom: 1.5rem;
}
.layout--event-body .aside-column {
  position: relative;
  z-index: 3;
  margin-top: -35px;
}
.layout--event-body .aside-column .event-aside-container {
  border-radius: 10px 10px 20px 20px;
  overflow: hidden;
  background-color: #E8F9FF;
}
.layout--event-body .aside-column .event-aside-container .aside-header {
  padding: 20px 40px 20px 40px;
  border-bottom: 1px #fff solid;
  font-weight: 700;
  color: #003E6E;
  display: block;
  margin-bottom: 0 !important;
}
.layout--event-body .aside-column .event-aside-container .block {
  padding: 20px 40px;
  border-bottom: 1px #fff solid;
}
.layout--event-body .aside-column .event-aside-container .block.block-field-blocknodeeventfield-location, .layout--event-body .aside-column .event-aside-container .block.block-field-blocknodeeventfield-event-cost, .layout--event-body .aside-column .event-aside-container .block.block-field-blocknodeeventfield-date {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.layout--event-body .aside-column .event-aside-container .block.block-field-blocknodeeventfield-location:before, .layout--event-body .aside-column .event-aside-container .block.block-field-blocknodeeventfield-event-cost:before, .layout--event-body .aside-column .event-aside-container .block.block-field-blocknodeeventfield-date:before {
  content: "";
  width: 50px;
  height: 50px;
  display: flex;
  border-radius: 50px;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
}
.layout--event-body .aside-column .event-aside-container .block.block-field-blocknodeeventfield-date:before {
  background-image: url(../images/icons/icon-calendar.png);
  background-size: 15px;
}
.layout--event-body .aside-column .event-aside-container .block.block-field-blocknodeeventfield-location:before {
  background-image: url(../images/icons/icon-map-marker-alt.png);
  background-size: 13px;
}
.layout--event-body .aside-column .event-aside-container .block.block-field-blocknodeeventfield-location p {
  margin-bottom: 0 !important;
}
.layout--event-body .aside-column .event-aside-container .block.block-field-blocknodeeventfield-event-cost:before {
  background-image: url(../images/icons/icon-ticket.png);
  background-size: 20px;
}
.layout--event-body .aside-column .event-aside-container .block.block-field-blocknodeeventfield-registration-or-event-link {
  border-bottom: 0;
}
.layout--event-body .aside-column .event-aside-container .block.block-field-blocknodeeventfield-registration-or-event-link a {
  width: 100%;
  justify-content: center;
}

@media (max-width: 799px) {
  .success-story-hero-wrapper .layout--hero {
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 1021px) {
  .success-story-hero-wrapper .layout--hero .hero-content {
    grid-column: span 6;
  }
  .success-story-hero-wrapper .layout--hero .hero-content:not(.widewidth) {
    padding-bottom: 100px;
    padding-top: 24px;
  }
}
@media screen and (min-width: 1021px) {
  .success-story-hero-wrapper .layout--hero .hero-image {
    grid-column: span 6;
  }
}
@media screen and (min-width: 1021px) {
  .success-story-hero-wrapper .layout--hero .hero-content.widewidth {
    grid-column: span 10;
    padding-bottom: 120px;
    padding-top: 40px;
  }
}
.success-story-hero-wrapper h1 {
  font-size: 3rem;
  line-height: 3.6rem;
}
.success-story-hero-wrapper h1 strong {
  color: #30BCED;
  font-weight: 500;
  font-size: 1rem;
}
.success-story-hero-wrapper .hero-logo-container .logo-location {
  margin-top: -60px;
  position: relative;
  z-index: 8;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  padding: 15px 40px 10px 20px;
  display: inline-flex;
  max-width: max-content;
  align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 1475px) {
  .success-story-hero-wrapper .hero-logo-container .logo-location {
    margin-left: -20px;
  }
}
.success-story-hero-wrapper .hero-logo-container .logo-location .block-field-blocknodesuccess-storyfield-company-logo img {
  width: auto !important;
  max-height: 67px;
}
.success-story-hero-wrapper .hero-logo-container .logo-location .block-field-blocknodesuccess-storyfield-company-location {
  color: #003E6E;
  font-family: "HCo Gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 800;
  font-size: 1.125rem;
}

.milestone-timeline-section .timeline-copy-area {
  background-color: #E8F9FF;
  border-radius: 10px 10px 20px 20px;
}
.milestone-timeline-section .timeline-copy-area .timeline-copy-region {
  padding: 60px 40px;
}
.milestone-timeline-section .timeline-accordion-container {
  align-items: center;
}

.layout--snapshot blockquote, .layout--snapshot .block-field-blocknodesuccess-storyfield-quote {
  background-color: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
}
.layout--snapshot blockquote:before, .layout--snapshot .block-field-blocknodesuccess-storyfield-quote:before {
  color: #30BCED;
  line-height: 2rem;
  position: relative;
  display: block;
  left: 0;
  top: 0;
}
@media (min-width: 800px) {
  .layout--snapshot .snapshot-photo-column {
    grid-column: span 4;
  }
}
.layout--snapshot .snapshot-center-content {
  padding: 45px 60px;
  background-color: #E8F9FF;
  border-radius: 20px;
}
@media (min-width: 800px) {
  .layout--snapshot .snapshot-center-content {
    grid-column: span 5;
  }
  .layout--snapshot .snapshot-center-content.no-photo {
    grid-column: span 9;
  }
}
.layout--snapshot .snapshot-center-content blockquote {
  padding-left: 40px;
  padding-right: 50px;
  padding-top: 25px;
  padding-bottom: 45px;
}
.layout--snapshot .snapshot-center-content blockquote p {
  font-size: 1.125rem !important;
  font-style: normal;
  line-height: 1.6rem !important;
}
.layout--snapshot .snapshot-center-content blockquote:before {
  left: 0;
}
@media (min-width: 800px) {
  .layout--snapshot .snapshot-right-content-container {
    grid-column: span 3;
  }
}
.layout--snapshot .snapshot-right-content-container .snapshot-right-content {
  padding: 45px 40px;
  border-radius: 20px;
}
.layout--snapshot .snapshot-right-content-container .snapshot-right-content .block-field-blocknodesuccess-storyfield-quote {
  color: #fff;
}
.layout--snapshot .snapshot-right-content-container .snapshot-right-content .block-field-blocknodesuccess-storyfield-quote p {
  color: #fff;
  font-size: 1.125rem !important;
  line-height: 1.6rem !important;
}
.layout--snapshot .snapshot-right-content-container .snapshot-right-content .block-field-blocknodesuccess-storyfield-citation {
  color: #fff;
}
.layout--snapshot .snapshot-right-content-container .snapshot-right-content .block-field-blocknodesuccess-storyfield-citation p {
  color: #fff;
  font-size: 0.85rem !important;
  line-height: 1rem !important;
}
.layout--snapshot .snapshot-right-content-container .snapshot-right-content .statblock .stat-number {
  color: #fff;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}
.layout--snapshot .snapshot-right-content-container .snapshot-right-content .statblock .stat-text {
  color: #fff;
  padding-left: 0;
  padding-right: 0;
}
.layout--snapshot .snapshot-right-content-container .snapshot-right-content .statblock + .statblock {
  padding-top: 1rem;
}
.layout--snapshot .snapshot-right-content-container .snapshot-cta-content {
  padding-top: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.layout--snapshot .snapshot-right-content-container .snapshot-cta-content .button-block, .layout--snapshot .snapshot-right-content-container .snapshot-cta-content a {
  width: 100%;
  display: flex;
  justify-content: center;
}
.layout--snapshot.quote .snapshot-photo-column .imageblock, .layout--snapshot.quote .snapshot-photo-column .imageblock-container {
  height: 100%;
}
.layout--snapshot.bg-ice .snapshot-center-content {
  background-color: #fff;
}
.layout--snapshot.transparent-style .snapshot-center-content {
  padding: 0 40px 20px 0;
  background-color: transparent;
}
.layout--snapshot.stacked {
  align-items: start;
}
.layout--snapshot.stacked .snapshot-center-content {
  padding: 0;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
  align-items: flex-start;
}
.layout--snapshot.stacked .snapshot-center-content .block.textblock {
  background-color: #E8F9FF;
  border-radius: 20px;
  padding: 30px;
}
.layout--snapshot.stacked .snapshot-center-content .block.textblock p:last-child {
  margin-bottom: 0 !important;
}

.imageblock-container:not(.floating) {
  position: relative;
  z-index: 6;
}
.imageblock-container:not(.floating) img:not(.playbutton),
.imageblock-container:not(.floating) picture {
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.imageblock-container:not(.floating) a.playbuttonlink {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.imageblock-container:not(.floating) a.playbuttonlink img {
  transition: all 0.35s ease-in-out;
  border-radius: 9999px;
}
.imageblock-container:not(.floating) a.playbuttonlink:hover img, .imageblock-container:not(.floating) a.playbuttonlink:focus img {
  transform: scale(1.1);
}
.imageblock-container:not(.floating) a.playbuttonlink:focus img {
  outline: 1px #30BCED dashed;
  border: 1px #003E6E solid;
}

.imageblock-container.floating {
  position: relative;
}
@media (min-width: 800px) {
  .imageblock-container.floating {
    margin-top: -55px;
    margin-bottom: -55px;
  }
}

.card-container {
  display: grid;
  gap: 1.5rem;
}
@media (max-width: 799px) {
  .card-container {
    grid-template-columns: repeat(1, 1fr);
  }
  .card-container.mobile-up-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 800px) {
  .card-container.up-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .card-container.up-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .card-container.up-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .card-container.up-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}

.card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  border: 1px solid #ADDBED;
  border-radius: 20px;
  padding: 25px 20px 20px 20px;
}
@media (prefers-reduced-motion: no-preference) {
  .card {
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  }
}
.card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(90deg, #A2D035 0%, #34BCED 45%, #34BCED 65%, #A2D035 90%);
  opacity: 0;
  pointer-events: none;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
}
@media (prefers-reduced-motion: no-preference) {
  .card::before {
    transition: opacity 0.25s ease;
  }
}
.card > * {
  position: relative;
  z-index: 1;
}
.card .inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (prefers-reduced-motion: no-preference) {
  .card .inner {
    transition: transform 0.25s ease;
  }
}
.card.no-photo .image-icon {
  width: 43px;
  height: 43px;
  margin-bottom: 22px;
}
@media (prefers-reduced-motion: no-preference) {
  .card.no-photo .image-icon {
    transition: transform 0.25s ease, opacity 0.25s ease;
  }
}
.card.no-photo .image-icon .icon {
  width: 43px;
  height: 43px;
}
.card.has-photo {
  padding: 15px;
}
.card.has-photo .image-icon {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  width: 70px;
  height: 70px;
  background-color: #fff;
}
@media (prefers-reduced-motion: no-preference) {
  .card.has-photo .image-icon {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
}
.card.has-photo .image-icon span {
  display: flex;
  width: 36px;
  height: 36px;
}
@media (max-width: 799px) {
  .card.has-photo .image-icon {
    width: 60px;
    height: 60px;
  }
  .card.has-photo .image-icon span {
    width: 31px;
    height: 31px;
  }
}
.card.has-photo .photo {
  position: relative;
  z-index: 1;
  margin-bottom: 1rem;
  overflow: hidden;
  width: 100%;
  height: 260px;
  border-radius: 18px;
}
.card.has-photo .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (prefers-reduced-motion: no-preference) {
  .card.has-photo .photo img {
    transform: scale(1);
    transition: transform 0.5s ease, filter 0.35s ease;
  }
}
.card.has-photo .photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0));
  opacity: 0;
  pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
  .card.has-photo .photo::after {
    transition: opacity 0.3s ease;
  }
}
.card.has-photo .bottom {
  padding: 20px 8px 0 8px;
}
.card .bottom {
  display: flex;
  flex: 1 auto;
  flex-direction: column;
  justify-content: space-between;
}
.card .bottom h2,
.card .bottom h3,
.card .bottom h4 {
  margin-bottom: 24px;
  font-size: 1.375rem;
  line-height: 1.57rem;
  font-weight: 700;
}
@media (prefers-reduced-motion: no-preference) {
  .card .bottom h2,
  .card .bottom h3,
  .card .bottom h4 {
    transition: color 0.25s ease;
  }
}
.card .bottom .card-link {
  padding-top: 1.5rem;
  padding-bottom: 0.75rem;
}
.card .bottom .card-link a {
  position: relative;
  display: inline-block;
  font-weight: 500;
  text-decoration: none;
}
@media (prefers-reduced-motion: no-preference) {
  .card .bottom .card-link a {
    transition: transform 0.25s ease, color 0.25s ease;
  }
}
.card .bottom .card-link a::after {
  content: "";
  position: absolute;
  right: 100%;
  bottom: -1px;
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, #A2D035 0%, #34BCED 45%, #34BCED 65%, #A2D035 90%);
}
@media (prefers-reduced-motion: no-preference) {
  .card .bottom .card-link a::after {
    transition: width 0.3s ease, right 0.3s ease;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .card.has-link .card-link .card-arrow {
    transition: all 0.35s ease-in-out;
  }
}
.card.has-link:hover, .card.has-link:focus-within {
  cursor: pointer;
  border-color: transparent;
}
.card.has-link:hover::before, .card.has-link:focus-within::before {
  opacity: 1;
}
.card.has-link:hover .bottom h2,
.card.has-link:hover .bottom h3,
.card.has-link:hover .bottom h4, .card.has-link:focus-within .bottom h2,
.card.has-link:focus-within .bottom h3,
.card.has-link:focus-within .bottom h4 {
  color: #003E6E;
}
.card.has-link:hover .card-link a::after, .card.has-link:focus-within .card-link a::after {
  width: 100%;
  right: 0;
}
@media (prefers-reduced-motion: no-preference) {
  .card.has-link:hover, .card.has-link:focus-within {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 72, 102, 0.14);
  }
  .card.has-link:hover .inner, .card.has-link:focus-within .inner {
    transform: translateY(-2px);
  }
  .card.has-link:hover .photo img, .card.has-link:focus-within .photo img {
    transform: scale(1.05);
    filter: saturate(1.05);
  }
  .card.has-link:hover .photo::after, .card.has-link:focus-within .photo::after {
    opacity: 1;
  }
  .card.has-link:hover .card-link .card-arrow, .card.has-link:focus-within .card-link .card-arrow {
    transform: translateX(4px);
  }
  .card.has-link:hover .card-link a, .card.has-link:focus-within .card-link a {
    transform: translateX(4px);
  }
}
@media (prefers-reduced-motion: no-preference) {
  .card.has-link:active {
    transform: translateY(-2px) scale(0.99);
    transition-duration: 0.1s;
  }
}
.card.no-link:hover, .card.no-link:focus {
  cursor: default;
  transform: none;
  box-shadow: none;
}

blockquote, .block-field-blocknodesuccess-storyfield-quote {
  padding: 40px 30px 20px 80px;
  background-color: #E8F9FF;
  border-radius: 20px;
  position: relative;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
  font-style: normal;
}
blockquote:before, .block-field-blocknodesuccess-storyfield-quote:before {
  font-family: "HCo Gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  content: "“";
  color: #003E6E;
  font-size: 4em;
  font-weight: 800;
  position: absolute;
  left: 20px;
  top: 20px;
}
blockquote p, .block-field-blocknodesuccess-storyfield-quote p {
  color: #003E6E;
  font-size: 1.312rem !important;
  line-height: 1.58rem !important;
  margin-bottom: 1rem !important;
}
blockquote cite, .block-field-blocknodesuccess-storyfield-quote cite {
  font-size: 0.937rem;
  line-height: 1.1rem;
  font-style: normal;
  font-weight: normal;
}
blockquote cite bold, .block-field-blocknodesuccess-storyfield-quote cite bold {
  color: #003E6E;
}

.bg-ice blockquote {
  background-color: #fff;
}

.bg-navy blockquote {
  color: #fff;
  background-color: transparent;
  padding: 0;
}
.bg-navy blockquote p, .bg-navy blockquote cite {
  color: #fff;
}
.bg-navy blockquote p bold, .bg-navy blockquote cite bold {
  color: #fff;
}

@media (min-width: 800px) {
  .layout--onecol blockquote {
    padding-left: 100px;
    padding-right: 100px;
  }
  .layout--onecol blockquote:before {
    left: 50px;
    color: #0E97C8;
  }
}
.layout--onecol blockquote p {
  font-size: 1.312rem !important;
  line-height: 1.58rem !important;
  margin-bottom: 1rem !important;
  font-style: italic;
}

.carousel-container, .card-container-column .carousel {
  max-width: 100%;
  overflow: visible;
}
.carousel-container .swiper-wrapper, .card-container-column .carousel .swiper-wrapper {
  align-items: stretch;
}
.carousel-container .swiper, .card-container-column .carousel .swiper {
  margin: 0;
  overflow: visible !important;
}
@media screen and (max-width: 1024px) {
  .carousel-container .swiper, .card-container-column .carousel .swiper {
    max-width: 85vw;
    width: 85vw;
  }
}
.carousel-container .swiper .swiper-slide, .card-container-column .carousel .swiper .swiper-slide {
  height: auto !important;
  display: flex;
}
.carousel-container .swiper .swiper-slide .card, .carousel-container .swiper .swiper-slide .persona-card, .card-container-column .carousel .swiper .swiper-slide .card, .card-container-column .carousel .swiper .swiper-slide .persona-card {
  height: 100%;
}
.swiper-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-top: 1.25rem;
}
.swiper-controls .swiper-scrollbar.swiper-scrollbar-horizontal {
  width: calc(100% - 180px) !important;
  position: relative;
  top: 2px;
  height: 5px;
}
@media (max-width: 799px) {
  .swiper-controls .swiper-scrollbar.swiper-scrollbar-horizontal {
    order: 1;
    width: 100% !important;
  }
}
.swiper-controls .swiper-scrollbar.swiper-scrollbar-horizontal .swiper-scrollbar-drag {
  background: #0E97C8;
  height: 5px;
}
.swiper-controls .swiper-arrows {
  display: inline-flex;
  align-items: center;
  width: 180px;
  justify-content: flex-start;
  padding-right: 30px;
  gap: 1rem;
}
.swiper-controls .swiper-arrows button {
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  height: 56px;
  width: 56px;
  padding: 0;
}
@media (prefers-reduced-motion: no-preference) {
  .swiper-controls .swiper-arrows button {
    transition: all 0.35s ease-in-out;
  }
}
.swiper-controls .swiper-arrows button:before, .swiper-controls .swiper-arrows button:after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 100%;
}
.swiper-controls .swiper-arrows button:before {
  border: 2px solid transparent;
}
.swiper-controls .swiper-arrows button:after {
  border: 0 solid transparent;
}
.swiper-controls .swiper-arrows button svg {
  height: 56px;
  width: 56px;
}
.swiper-controls .swiper-arrows button svg .arrow {
  fill: #0E97C8;
}
.swiper-controls .swiper-arrows button.swiper-button-disabled, .swiper-controls .swiper-arrows button.disabled {
  pointer-events: none;
}
.swiper-controls .swiper-arrows button.swiper-button-disabled svg path, .swiper-controls .swiper-arrows button.disabled svg path {
  fill: #787878;
}
.swiper-controls .swiper-arrows button:hover:before, .swiper-controls .swiper-arrows button:focus:before {
  border-top-color: #0E97C8;
  border-right-color: #0E97C8;
  border-bottom-color: #0E97C8;
  transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
}
.swiper-controls .swiper-arrows button:hover:after, .swiper-controls .swiper-arrows button:focus:after {
  border-top: 2px solid #0E97C8;
  border-left-width: 2px;
  border-right-width: 2px;
  transform: rotate(270deg);
  transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
}
.swiper-controls .swiper-arrows button:hover img, .swiper-controls .swiper-arrows button:focus img {
  transform: scale(1.13);
}
.swiper-controls .swiper-arrows button:focus {
  outline: 1px #0E97C8 dashed;
  border: 1px #003E6E solid;
}

.bg-ice .swiper-controls button svg circle,
.bg-ice .swiper-controls .swiper-arrows button.swiper-button-disabled svg circle,
.bg-ice .swiper-controls .swiper-arrows button.disabled svg circle {
  fill: #fff !important;
}

.media-object {
  display: flex;
  gap: 1.25rem;
  flex-wrap: nowrap;
}
.media-object .image-section {
  flex-shrink: 0;
}
@media (min-width: 800px) {
  .media-object.image_on_right {
    flex-direction: row-reverse;
  }
}
@media (max-width: 799px) {
  .media-object.stack-in-mobile {
    flex-wrap: wrap;
  }
  .media-object.stack-in-mobile .copy-section {
    width: 100%;
  }
}

.accordion-item {
  margin-bottom: 0.7rem;
}
.accordion-item button.accordion-title,
.accordion-item div.accordion-title {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  outline: 1px dashed transparent;
  outline-offset: 3px;
  appearance: none;
  background-color: #F4F4F4;
  border: 0;
  border-radius: 8px;
  width: 100%;
  padding: 1.2rem;
}
@media (prefers-reduced-motion: no-preference) {
  .accordion-item button.accordion-title,
  .accordion-item div.accordion-title {
    transition: all 0.35s ease-in-out;
  }
}
.accordion-item button.accordion-title h2,
.accordion-item button.accordion-title h3,
.accordion-item button.accordion-title h4,
.accordion-item button.accordion-title p,
.accordion-item div.accordion-title h2,
.accordion-item div.accordion-title h3,
.accordion-item div.accordion-title h4,
.accordion-item div.accordion-title p {
  margin-bottom: 0;
  font-family: "HCo Gotham Narrow", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #003E6E;
  font-size: 1.125rem;
  line-height: 1.45rem;
  font-weight: 400;
  text-align: left;
}
.accordion-item button.accordion-title .accordion-title-icon,
.accordion-item div.accordion-title .accordion-title-icon {
  transform-origin: center;
}
@media (prefers-reduced-motion: no-preference) {
  .accordion-item button.accordion-title .accordion-title-icon,
  .accordion-item div.accordion-title .accordion-title-icon {
    transition: transform 260ms cubic-bezier(0.2, 0.8, 0.2, 1);
  }
}
.accordion-item button.accordion-title:hover,
.accordion-item div.accordion-title:hover {
  background-color: #E8F9FF;
  cursor: pointer;
}
@media (prefers-reduced-motion: no-preference) {
  .accordion-item button.accordion-title:hover,
  .accordion-item div.accordion-title:hover {
    outline: 1px dashed #30BCED;
    outline-offset: 3px;
  }
  .accordion-item button.accordion-title:hover .accordion-title-icon,
  .accordion-item div.accordion-title:hover .accordion-title-icon {
    transform: translateX(2px);
  }
}
.accordion-item button.accordion-title:active,
.accordion-item div.accordion-title:active {
  background-color: #E8F9FF;
}
@media (prefers-reduced-motion: no-preference) {
  .accordion-item button.accordion-title:active,
  .accordion-item div.accordion-title:active {
    transform: translateY(0);
  }
}
.accordion-item button.accordion-title[aria-expanded=true],
.accordion-item div.accordion-title[aria-expanded=true] {
  background-color: #E8F9FF;
}
.accordion-item button.accordion-title[aria-expanded=true] .accordion-title-icon,
.accordion-item div.accordion-title[aria-expanded=true] .accordion-title-icon {
  transform: rotate(45deg);
}
@media (prefers-reduced-motion: no-preference) {
  .accordion-item button.accordion-title[aria-expanded=true]:hover .accordion-title-icon,
  .accordion-item div.accordion-title[aria-expanded=true]:hover .accordion-title-icon {
    transform: rotate(45deg) scale(1.08);
  }
}
.accordion-item .accordion-panel {
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
}
@media (prefers-reduced-motion: no-preference) {
  .accordion-item .accordion-panel {
    transition: max-height 0.3s ease, visibility 0.3s ease;
  }
}
.accordion-item .accordion-panel[aria-hidden=false] {
  visibility: visible;
  padding: 0.7rem 1.2rem;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}
.button-group a.button.download {
  margin-bottom: 0;
}

.statblock .stat-number {
  color: #003E6E;
  font-family: "HCo Gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2.6rem; /* 225% */
  padding: 24px;
  background-color: #F4F4F4;
  border-radius: 20px;
  display: inline-block;
}
.statblock .stat-text {
  margin-top: 0.65rem;
  padding-right: 55px;
  padding-left: 7px;
}
@media (max-width: 799px) {
  .statblock .stat-text {
    padding-right: 15px;
  }
}

.persona-card {
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.persona-card .top-card {
  padding: 47px 27px 32px 27px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 0;
  flex: 1 1 auto;
}
.persona-card .top-card h2, .persona-card .top-card h3, .persona-card .top-card h4 {
  font-size: 1.5rem;
  line-height: 1.8rem;
}
.persona-card .top-card .top-card-content {
  padding-bottom: 40px;
  flex: 1 auto;
}
.persona-card .bottom-links-wrapper {
  border-radius: 10px;
  margin-top: -10px;
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
}
.persona-card .bottom-links-wrapper ul {
  margin: 0 !important;
  padding: 0;
  list-style-type: none;
}
.persona-card .bottom-links-wrapper ul li {
  margin: 0 !important;
  overflow: hidden;
}
.persona-card .bottom-links-wrapper ul li a {
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 30px 30px 20px;
  text-decoration: none;
  position: relative;
  z-index: 1;
  transition: padding 0.25s ease, color 0.25s ease;
}
.persona-card .bottom-links-wrapper ul li a:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(255, 255, 255, 0.45);
  transform: translateX(-100%);
  transition: transform 0.3s ease;
}
.persona-card .bottom-links-wrapper ul li a:after {
  content: "";
  display: inline-flex;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  background: url("../images/icons/arrow-right-blue.png") center center no-repeat;
  background-size: contain;
  transition: transform 0.25s ease;
}
.persona-card .bottom-links-wrapper ul li a:hover, .persona-card .bottom-links-wrapper ul li a:focus-visible {
  padding-left: 28px;
  padding-right: 14px;
}
.persona-card .bottom-links-wrapper ul li a:hover::before, .persona-card .bottom-links-wrapper ul li a:focus-visible::before {
  transform: translateX(0);
}
.persona-card .bottom-links-wrapper ul li a:hover::after, .persona-card .bottom-links-wrapper ul li a:focus-visible::after {
  transform: translateX(4px);
}
.persona-card .bottom-links-wrapper ul li a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: -4px;
}
.persona-card .bottom-links-wrapper ul li:last-child a {
  border-bottom: 0 !important;
}
.persona-card.navy .top-card {
  background-color: #003E6E;
}
.persona-card.navy .top-card h2, .persona-card.navy .top-card h3, .persona-card.navy .top-card h4, .persona-card.navy .top-card p {
  color: #fff;
}
.persona-card.navy .bottom-links-wrapper {
  background-color: #E8F9FF;
}
.persona-card.navy .bottom-links-wrapper li a {
  border-bottom: 1px #91D2E9 solid;
}
.persona-card.pacific .top-card {
  background-color: #30BCED;
}
.persona-card.pacific .top-card h2, .persona-card.pacific .top-card h3, .persona-card.pacific .top-card h4, .persona-card.pacific .top-card p {
  color: #002846;
}
.persona-card.pacific .bottom-links-wrapper {
  background-color: #E8F9FF;
}
.persona-card.pacific .bottom-links-wrapper li a {
  border-bottom: 1px #91D2E9 solid;
}
.persona-card.lime .top-card {
  background-color: #A2D035;
}
.persona-card.lime .top-card h2, .persona-card.lime .top-card h3, .persona-card.lime .top-card h4, .persona-card.lime .top-card p {
  color: #002846;
}
.persona-card.lime .bottom-links-wrapper {
  background-color: #EDF5DB;
}
.persona-card.lime .bottom-links-wrapper li a {
  border-bottom: 1px #C0DF77 solid;
}
.persona-card.gray .top-card {
  background-color: #647887;
}
.persona-card.gray .top-card h2, .persona-card.gray .top-card h3, .persona-card.gray .top-card h4, .persona-card.gray .top-card p {
  color: #fff;
}
.persona-card.gray .bottom-links-wrapper {
  background-color: #F2F4F6;
}
.persona-card.gray .bottom-links-wrapper li a {
  border-bottom: 1px #D9D9D9 solid;
}

.industry-slider {
  position: relative;
  overflow: hidden;
}
.industry-slider .one-col, .industry-slider .col-2 {
  align-items: center;
}
@media (min-width: 800px) {
  .industry-slider .one-col, .industry-slider .col-2 {
    padding-bottom: 1.15rem;
  }
}
@media (min-width: 800px) {
  .industry-slider .grid .row .col-md-3 {
    align-items: center !important;
    justify-content: center !important;
    display: flex !important;
    justify-content: flex-end !important;
  }
}
.industry-slider .col {
  position: relative;
}
@media (min-width: 800px) {
  .industry-slider-tabs {
    position: absolute !important;
    z-index: 8 !important;
    top: 25px;
    right: 25px;
  }
  .industry-slider-tabs.swiper {
    padding: 0 0.5rem 0 0.5rem;
  }
}
@media (max-width: 799px) {
  .industry-slider-tabs {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (max-width: 799px) {
  .industry-slider-tabs {
    width: calc(100vw - 1.25rem);
    margin-bottom: 2rem;
    overflow-x: auto !important;
  }
}
.industry-slider-tabs .swiper-wrapper {
  margin: 0.25rem auto !important;
}
@media (max-width: 799px) {
  .industry-slider-tabs .swiper-wrapper {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.industry-slider-tabs .swiper-slide {
  width: auto !important;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}
.industry-slider-tabs .industry-slider-tab {
  display: inline-flex;
  align-items: center;
  border: 0;
  border-radius: 999px;
  background: #E8F9FF;
  color: #003E6E;
  cursor: pointer;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  padding: 0.35rem 0.9rem;
  transition: background 0.2s ease, color 0.2s ease;
  outline: 1px dashed transparent;
  outline-offset: 3px;
}
@media (prefers-reduced-motion: no-preference) {
  .industry-slider-tabs .industry-slider-tab {
    transition: all 0.35s ease-in-out;
  }
}
.industry-slider-tabs .industry-slider-tab:hover {
  outline: 1px dashed #fff;
  outline-offset: 3px;
}
.industry-slider-tabs .industry-slider-tab button {
  background: none;
  border: none;
  padding: 0;
  padding: 8px;
  font: inherit;
  color: inherit;
  cursor: inherit;
}
.industry-slider-tabs .industry-slider-tab.is-active, .industry-slider-tabs .industry-slider-tab:hover {
  background: #A2D035;
  color: #003E6E;
}
.industry-slider-content {
  width: 100%;
  overflow: hidden;
  border-radius: 1rem;
  position: relative;
  z-index: 3;
}
@media (max-width: 799px) {
  .industry-slider-content {
    overflow: visible;
  }
}
.industry-slider-content .swiper-wrapper {
  align-items: stretch;
}
.industry-slider-content .industry-slider-slide {
  position: relative;
  height: auto;
  min-height: 31rem;
  overflow: hidden;
  border-radius: 1rem;
  width: 100%;
  height: 800px;
}
@media (max-width: 799px) {
  .industry-slider-content .industry-slider-slide {
    height: auto;
  }
}
.industry-slider-content .industry-slider-slide:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 62, 110, 0.7) 0%, rgba(101, 153, 74, 0.65) 63.66%, rgba(162, 208, 53, 0) 87.76%);
  mix-blend-mode: multiply;
  opacity: 0.85;
}
@media (max-width: 799px) {
  .industry-slider-content .industry-slider-slide:before {
    height: 550px;
  }
}
.industry-slider-content .industry-slider-slide img {
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 31rem;
  display: block;
  object-fit: cover;
}
@media (max-width: 799px) {
  .industry-slider-content .industry-slider-slide img {
    height: 550px;
  }
}
.industry-slider-content .industry-slider-slide .industry-slider-card {
  position: absolute;
  left: 1.75rem;
  bottom: 2rem;
  z-index: 2;
  width: min(40rem, 100% - 3.5rem);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.9);
  color: #003E6E;
  padding: 50px 35px 38px 35px;
}
.industry-slider-content .industry-slider-slide .industry-slider-card h2, .industry-slider-content .industry-slider-slide .industry-slider-card h3, .industry-slider-content .industry-slider-slide .industry-slider-card h4 {
  font-size: 1.5rem;
  line-height: 1.85rem;
  margin-bottom: 1rem;
}
.industry-slider-content .industry-slider-slide .industry-slider-card p {
  margin-bottom: 1rem !important;
}
.industry-slider-content .industry-slider-slide .industry-slider-card .headerlink a {
  font-size: 1.125rem !important;
}
@media (max-width: 799px) {
  .industry-slider-content .industry-slider-slide .industry-slider-card {
    position: relative;
    margin-top: -130px;
    background-color: #fff;
    opacity: 1;
    bottom: auto;
    top: auto;
    max-width: 100%;
    padding: 2rem;
  }
}

.background-image-text-container {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
}
.background-image-text-container .background-image-image {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.background-image-text-container .background-image-text-text {
  margin: 40px 20px;
  width: 90%;
  height: auto !important;
  position: relative;
  z-index: 3;
  display: inline-block;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(2px);
  padding: 30px 20px;
  text-align: left;
}

.page-anchor-nav {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.page-anchor-nav ul {
  list-style-type: none;
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  align-items: center;
  gap: 1.75rem;
  width: max-content;
  min-width: 100%;
}
@media (max-width: 799px) {
  .page-anchor-nav ul {
    gap: 1rem;
  }
}
.page-anchor-nav ul li {
  margin: 0 !important;
  flex: 0 0 auto;
}
.page-anchor-nav ul li a {
  display: block;
  padding-top: 1.2rem;
  padding-bottom: 1rem;
  border-bottom: 0.2rem transparent solid;
  color: #003E6E;
  text-decoration: none;
  font-weight: 500;
  padding-left: 3px;
  padding-right: 3px;
  white-space: nowrap;
}
.page-anchor-nav ul li a.active, .page-anchor-nav ul li a:hover {
  border-bottom-color: #0E97C8;
  color: #0E97C8;
}

#incentives-cta-large {
  overflow: visible;
  position: relative;
}
@media (max-width: 799px) {
  #incentives-cta-large .grid-container .row {
    border-radius: 20px;
    background-color: #003E6E;
    background-image: url(../images/graphics/arrow-solid-left-point.png);
    background-position: 209px -246px;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
#incentives-cta-large .grid-container, #incentives-cta-large .row, #incentives-cta-large .col {
  position: relative;
  overflow: visible;
}
@media (max-width: 799px) {
  #incentives-cta-large .grid-container, #incentives-cta-large .row, #incentives-cta-large .col {
    background-color: transparent;
  }
  #incentives-cta-large .grid-container .textblock-container, #incentives-cta-large .row .textblock-container, #incentives-cta-large .col .textblock-container {
    max-width: 55%;
  }
}
@media (min-width: 800px) {
  #incentives-cta-large .imageblock-container.floating {
    margin-top: -65px;
    margin-bottom: -65px;
  }
}
#incentives-cta-large .imageblock-container.floating img {
  max-width: 260px;
  align-self: flex-end;
  justify-self: flex-end;
}
@media (max-width: 799px) {
  #incentives-cta-large .imageblock-container.floating img {
    max-width: 35%;
    position: absolute;
    top: -40px;
    right: 20px;
    z-index: 10;
  }
}
@media screen and (min-width: 720px) and (max-width: 800px) {
  #incentives-cta-large .imageblock-container.floating img {
    max-width: 180px;
  }
}
#incentives-cta-large .col2 {
  text-align: right;
}
@media (max-width: 799px) {
  #incentives-cta-large .col2 {
    background-image: none;
    background-color: transparent;
  }
}

#cta-incentives-mini, #cta-advantage-mini {
  overflow: visible;
  margin-top: 50px;
  margin-bottom: 50px;
}
#cta-incentives-mini .col.bg-navy, #cta-advantage-mini .col.bg-navy {
  padding-top: 25px;
  padding-bottom: 20px;
}
#cta-incentives-mini .one-col, #cta-advantage-mini .one-col {
  display: flex;
  align-items: center;
  flex-direction: row;
  overflow: visible;
  padding-left: 20px;
}
@media (max-width: 799px) {
  #cta-incentives-mini .one-col, #cta-advantage-mini .one-col {
    flex-direction: row-reverse;
  }
}
#cta-incentives-mini .one-col .imageblock-container.floating, #cta-advantage-mini .one-col .imageblock-container.floating {
  align-self: flex-start;
  justify-self: flex-start;
}
@media (max-width: 799px) {
  #cta-incentives-mini .one-col .imageblock-container.floating, #cta-advantage-mini .one-col .imageblock-container.floating {
    margin-top: -131px;
  }
}
#cta-incentives-mini .one-col .imageblock-container.floating img, #cta-advantage-mini .one-col .imageblock-container.floating img {
  max-width: 220px;
  align-self: flex-start;
  justify-self: flex-start;
}
@media (max-width: 799px) {
  #cta-incentives-mini .one-col .imageblock-container.floating img, #cta-advantage-mini .one-col .imageblock-container.floating img {
    max-width: 180px;
  }
}

#cta-advantage-mini {
  margin-top: 0;
}
#cta-advantage-mini .one-col .imageblock-container.floating img {
  max-width: 180px;
}
#cta-advantage-mini .one-col .textblock {
  padding-left: 20px;
}

#newsletter-contact form {
  margin-left: -4px;
}

@media (max-width: 799px) {
  #cta-newsletter-mini-footer .row {
    background-image: url(../images/graphics/arrow-ghost.webp);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-color: #003E6E;
    border-radius: 20px;
    padding-bottom: 30px;
    padding-top: 20px;
  }
  #cta-newsletter-mini-footer .row p {
    margin-bottom: 0;
  }
  #cta-newsletter-mini-footer .col.bg-navy {
    background-color: transparent;
  }
}
@media (max-width: 799px) {
  #cta-newsletter-mini-footer .column-solid-arrow-left {
    background-image: none;
    padding-bottom: 0;
  }
}

.accordion .accordion-item.milestone-item {
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 0;
}
.accordion .accordion-item.milestone-item:last-child {
  border-bottom: 0;
}
.accordion .accordion-item.milestone-item .accordion-title {
  background-color: transparent;
  padding: 1.75rem 1.2rem;
  border-radius: 0;
  outline: 0;
  outline-offset: 0;
}
.accordion .accordion-item.milestone-item .accordion-title .accordion-title-text {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-family: "HCo Gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
}
.accordion .accordion-item.milestone-item .accordion-title .accordion-title-text .year {
  color: #0E97C8;
}
.accordion .accordion-item.milestone-item .accordion-title .accordion-title-text .milestone-heading {
  color: #003E6E;
}
.accordion .accordion-item.milestone-item .accordion-title:hover, .accordion .accordion-item.milestone-item .accordion-title:active, .accordion .accordion-item.milestone-item .accordion-title[aria-expanded=true] {
  background-color: transparent;
  outline: 0;
  transform: none;
}
.accordion .accordion-item.milestone-item button.accordion-title {
  position: relative;
}
.accordion .accordion-item.milestone-item button.accordion-title::before, .accordion .accordion-item.milestone-item button.accordion-title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  z-index: 3;
  background: linear-gradient(90deg, #A2D035 0%, #34BCED 45%, #34BCED 65%, #A2D035 90%);
  transform: scaleX(0);
  transform-origin: center;
  opacity: 0;
}
@media (prefers-reduced-motion: no-preference) {
  .accordion .accordion-item.milestone-item button.accordion-title::before, .accordion .accordion-item.milestone-item button.accordion-title::after {
    transition: transform 220ms ease, opacity 220ms ease;
  }
}
.accordion .accordion-item.milestone-item button.accordion-title::before {
  top: 0px;
}
.accordion .accordion-item.milestone-item button.accordion-title::after {
  bottom: 0px;
}
.accordion .accordion-item.milestone-item button.accordion-title:hover::before, .accordion .accordion-item.milestone-item button.accordion-title:hover::after, .accordion .accordion-item.milestone-item button.accordion-title:focus-visible::before, .accordion .accordion-item.milestone-item button.accordion-title:focus-visible::after {
  transform: scaleX(1);
  opacity: 1;
}
.accordion .accordion-item.milestone-item button.accordion-title[aria-expanded=true] .accordion-title-icon {
  transform: rotate(45deg);
}
.accordion .accordion-item.milestone-item button.accordion-title[aria-expanded=true]:hover .accordion-title-icon {
  transform: rotate(45deg) scale(1.08);
}
.accordion .accordion-item.milestone-item .accordion-title.not-expandable {
  cursor: default;
}
.accordion .accordion-item.milestone-item .accordion-title.not-expandable:hover {
  background-color: transparent;
  outline: 0;
}

.mini-callout-container {
  margin-bottom: 1.125rem;
  width: 100%;
}
.mini-callout-container .mini-callout {
  padding: 40px 30px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  width: 100%;
}
.mini-callout-container .mini-callout .left p:last-child {
  margin-bottom: 0 !important;
}
.mini-callout-container .mini-callout.bg-navy h2, .mini-callout-container .mini-callout.bg-navy h3, .mini-callout-container .mini-callout.bg-navy h4, .mini-callout-container .mini-callout.bg-navy h5, .mini-callout-container .mini-callout.bg-navy p, .mini-callout-container .mini-callout.bg-navy li, .mini-callout-container .mini-callout.bg-navy a {
  color: #fff;
}
.mini-callout-container .mini-callout.bg-navy .button.bordered {
  color: #fff;
  box-shadow: inset 0 0 0 1px #fff;
}

.gmap {
  height: 800px;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  /* display: inline-block; */
  border: thin solid #333;
  margin: 0 auto 0 auto;
}

#mapSearchBoxCenter .form {
  border: 1px #0E97C8 solid;
  max-width: 85%;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 12px;
}
#mapSearchBoxCenter .form #autocomplete {
  height: 47px;
  border-radius: 6px;
}

.oz-map .disclaimer-text {
  padding-top: 1.2rem;
}

.block-webform .js-form-item,
.view-filters form .js-form-item,
.user-login-form .js-form-item {
  margin-bottom: 1.6rem;
}
.block-webform .js-form-item .description,
.view-filters form .js-form-item .description,
.user-login-form .js-form-item .description {
  font-size: 0.85rem;
  line-height: 1rem;
}
.block-webform label,
.block-webform legend,
.view-filters form label,
.view-filters form legend,
.user-login-form label,
.user-login-form legend {
  color: #3D3D3D;
  font-size: 1.125rem;
  margin-bottom: 1rem;
  display: block;
  font-weight: 600;
}
.block-webform label.form-required:after,
.block-webform legend.form-required:after,
.view-filters form label.form-required:after,
.view-filters form legend.form-required:after,
.user-login-form label.form-required:after,
.user-login-form legend.form-required:after {
  color: red;
  content: "*";
}
.block-webform label.option,
.block-webform legend.option,
.view-filters form label.option,
.view-filters form legend.option,
.user-login-form label.option,
.user-login-form legend.option {
  display: inline;
  font-weight: 400;
}
@media (max-width: 799px) {
  .block-webform [type=checkbox] + label, .block-webform [type=radio] + label,
  .view-filters form [type=checkbox] + label,
  .view-filters form [type=radio] + label,
  .user-login-form [type=checkbox] + label,
  .user-login-form [type=radio] + label {
    display: inline;
    line-height: 1.25rem;
  }
}
.block-webform .webform-options-display-one-column,
.view-filters form .webform-options-display-one-column,
.user-login-form .webform-options-display-one-column {
  display: flex;
  gap: 1rem;
}
.block-webform fieldset,
.view-filters form fieldset,
.user-login-form fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}
.block-webform .js-form-type-email input,
.block-webform .js-form-type-email textarea,
.block-webform .js-form-type-password input,
.block-webform .js-form-type-password textarea,
.block-webform .js-form-type-tel input,
.block-webform .js-form-type-tel textarea,
.block-webform .js-form-type-number input,
.block-webform .js-form-type-number textarea,
.block-webform .js-form-type-textarea input,
.block-webform .js-form-type-textarea textarea,
.block-webform .js-form-type-textfield input,
.block-webform .js-form-type-textfield textarea,
.view-filters form .js-form-type-email input,
.view-filters form .js-form-type-email textarea,
.view-filters form .js-form-type-password input,
.view-filters form .js-form-type-password textarea,
.view-filters form .js-form-type-tel input,
.view-filters form .js-form-type-tel textarea,
.view-filters form .js-form-type-number input,
.view-filters form .js-form-type-number textarea,
.view-filters form .js-form-type-textarea input,
.view-filters form .js-form-type-textarea textarea,
.view-filters form .js-form-type-textfield input,
.view-filters form .js-form-type-textfield textarea,
.user-login-form .js-form-type-email input,
.user-login-form .js-form-type-email textarea,
.user-login-form .js-form-type-password input,
.user-login-form .js-form-type-password textarea,
.user-login-form .js-form-type-tel input,
.user-login-form .js-form-type-tel textarea,
.user-login-form .js-form-type-number input,
.user-login-form .js-form-type-number textarea,
.user-login-form .js-form-type-textarea input,
.user-login-form .js-form-type-textarea textarea,
.user-login-form .js-form-type-textfield input,
.user-login-form .js-form-type-textfield textarea {
  background: white;
  box-shadow: 0;
  box-sizing: border-box;
  border-radius: 10px;
  outline: 0;
  margin-bottom: 0.35rem;
  box-shadow: none;
  border: 1px #949494 solid;
  outline: 1px trasparent dashed;
  outline-offset: 4px;
  font-size: 1.125rem;
  line-height: 41px;
  padding: 6px 20px;
  height: 3.45rem;
  width: 100%;
}
.block-webform .js-form-type-email input:focus,
.block-webform .js-form-type-email textarea:focus,
.block-webform .js-form-type-password input:focus,
.block-webform .js-form-type-password textarea:focus,
.block-webform .js-form-type-tel input:focus,
.block-webform .js-form-type-tel textarea:focus,
.block-webform .js-form-type-number input:focus,
.block-webform .js-form-type-number textarea:focus,
.block-webform .js-form-type-textarea input:focus,
.block-webform .js-form-type-textarea textarea:focus,
.block-webform .js-form-type-textfield input:focus,
.block-webform .js-form-type-textfield textarea:focus,
.view-filters form .js-form-type-email input:focus,
.view-filters form .js-form-type-email textarea:focus,
.view-filters form .js-form-type-password input:focus,
.view-filters form .js-form-type-password textarea:focus,
.view-filters form .js-form-type-tel input:focus,
.view-filters form .js-form-type-tel textarea:focus,
.view-filters form .js-form-type-number input:focus,
.view-filters form .js-form-type-number textarea:focus,
.view-filters form .js-form-type-textarea input:focus,
.view-filters form .js-form-type-textarea textarea:focus,
.view-filters form .js-form-type-textfield input:focus,
.view-filters form .js-form-type-textfield textarea:focus,
.user-login-form .js-form-type-email input:focus,
.user-login-form .js-form-type-email textarea:focus,
.user-login-form .js-form-type-password input:focus,
.user-login-form .js-form-type-password textarea:focus,
.user-login-form .js-form-type-tel input:focus,
.user-login-form .js-form-type-tel textarea:focus,
.user-login-form .js-form-type-number input:focus,
.user-login-form .js-form-type-number textarea:focus,
.user-login-form .js-form-type-textarea input:focus,
.user-login-form .js-form-type-textarea textarea:focus,
.user-login-form .js-form-type-textfield input:focus,
.user-login-form .js-form-type-textfield textarea:focus {
  border: 1px #0E97C8 solid;
  outline: 1px #30BCED dashed;
}
.block-webform .js-form-type-email input.js-webform-telephone-international,
.block-webform .js-form-type-email textarea.js-webform-telephone-international,
.block-webform .js-form-type-password input.js-webform-telephone-international,
.block-webform .js-form-type-password textarea.js-webform-telephone-international,
.block-webform .js-form-type-tel input.js-webform-telephone-international,
.block-webform .js-form-type-tel textarea.js-webform-telephone-international,
.block-webform .js-form-type-number input.js-webform-telephone-international,
.block-webform .js-form-type-number textarea.js-webform-telephone-international,
.block-webform .js-form-type-textarea input.js-webform-telephone-international,
.block-webform .js-form-type-textarea textarea.js-webform-telephone-international,
.block-webform .js-form-type-textfield input.js-webform-telephone-international,
.block-webform .js-form-type-textfield textarea.js-webform-telephone-international,
.view-filters form .js-form-type-email input.js-webform-telephone-international,
.view-filters form .js-form-type-email textarea.js-webform-telephone-international,
.view-filters form .js-form-type-password input.js-webform-telephone-international,
.view-filters form .js-form-type-password textarea.js-webform-telephone-international,
.view-filters form .js-form-type-tel input.js-webform-telephone-international,
.view-filters form .js-form-type-tel textarea.js-webform-telephone-international,
.view-filters form .js-form-type-number input.js-webform-telephone-international,
.view-filters form .js-form-type-number textarea.js-webform-telephone-international,
.view-filters form .js-form-type-textarea input.js-webform-telephone-international,
.view-filters form .js-form-type-textarea textarea.js-webform-telephone-international,
.view-filters form .js-form-type-textfield input.js-webform-telephone-international,
.view-filters form .js-form-type-textfield textarea.js-webform-telephone-international,
.user-login-form .js-form-type-email input.js-webform-telephone-international,
.user-login-form .js-form-type-email textarea.js-webform-telephone-international,
.user-login-form .js-form-type-password input.js-webform-telephone-international,
.user-login-form .js-form-type-password textarea.js-webform-telephone-international,
.user-login-form .js-form-type-tel input.js-webform-telephone-international,
.user-login-form .js-form-type-tel textarea.js-webform-telephone-international,
.user-login-form .js-form-type-number input.js-webform-telephone-international,
.user-login-form .js-form-type-number textarea.js-webform-telephone-international,
.user-login-form .js-form-type-textarea input.js-webform-telephone-international,
.user-login-form .js-form-type-textarea textarea.js-webform-telephone-international,
.user-login-form .js-form-type-textfield input.js-webform-telephone-international,
.user-login-form .js-form-type-textfield textarea.js-webform-telephone-international {
  padding-left: 50px;
}
.block-webform .webform-options-display-side-by-side,
.view-filters form .webform-options-display-side-by-side,
.user-login-form .webform-options-display-side-by-side {
  display: flex;
  gap: 1rem;
}
.block-webform .js-hide,
.view-filters form .js-hide,
.user-login-form .js-hide {
  dispplay: none;
}
.block-webform .js-form-type-select select,
.view-filters form .js-form-type-select select,
.user-login-form .js-form-type-select select {
  box-shadow: none;
  border: 0;
  outline: 1px #949494 solid;
  background-color: white;
  padding: 6px 45px 6px 20px;
  height: 3.45rem;
  vertical-align: top;
  border-radius: 10px;
  display: inline-block;
  outline: 1px trasparent dashed;
  outline-offset: 4px;
  max-width: 100%;
  font-size: 1.125rem;
  color: #3D3D3D;
  margin-left: 1px;
  appearance: none;
  background: #fff url(../images/icons/keyboard_arrow_down.svg) 95% 50% no-repeat;
  background-size: 20px;
}
.block-webform .js-form-type-select select:focus,
.view-filters form .js-form-type-select select:focus,
.user-login-form .js-form-type-select select:focus {
  border: 1px #0E97C8 solid;
  outline: 1px #30BCED dashed;
}
.block-webform h2.webform-section-title,
.view-filters form h2.webform-section-title,
.user-login-form h2.webform-section-title {
  font-size: 1.68rem;
  line-height: 2rem;
  margin-bottom: 1.8rem;
}
.block-webform .webform-section + .webform-section,
.view-filters form .webform-section + .webform-section,
.user-login-form .webform-section + .webform-section {
  margin-top: 2rem;
}

.newsletterstyle form,
.webform-submission-incentives-guide-form,
.webform-submission-advantage-guide-form,
.webform-submission-newsletter-form {
  max-width: 100%;
  display: flex;
  width: 100%;
  background-color: #fff;
  padding: 8px;
  border-radius: 999px;
  max-width: 580px;
  align-items: center;
}
@media (max-width: 799px) {
  .newsletterstyle form,
  .webform-submission-incentives-guide-form,
  .webform-submission-advantage-guide-form,
  .webform-submission-newsletter-form {
    margin-left: -3px;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .newsletterstyle form,
  .webform-submission-incentives-guide-form,
  .webform-submission-advantage-guide-form,
  .webform-submission-newsletter-form {
    transition: all 0.35s ease-in-out;
  }
}
.newsletterstyle form .js-form-item,
.webform-submission-incentives-guide-form .js-form-item,
.webform-submission-advantage-guide-form .js-form-item,
.webform-submission-newsletter-form .js-form-item {
  margin-bottom: 0;
}
.newsletterstyle form:focus-within,
.webform-submission-incentives-guide-form:focus-within,
.webform-submission-advantage-guide-form:focus-within,
.webform-submission-newsletter-form:focus-within {
  outline: 1px dashed #30BCED;
  outline-offset: 3px;
}
.newsletterstyle form input[type=text],
.newsletterstyle form input[type=email],
.webform-submission-incentives-guide-form input[type=text],
.webform-submission-incentives-guide-form input[type=email],
.webform-submission-advantage-guide-form input[type=text],
.webform-submission-advantage-guide-form input[type=email],
.webform-submission-newsletter-form input[type=text],
.webform-submission-newsletter-form input[type=email] {
  border: 0;
  border-radius: 999px;
  font-size: 16px;
  line-height: 41px;
  padding: 6px 20px;
  width: 100%;
  margin-bottom: 0;
  border-width: 1px 0 1px 1px;
  height: 51px;
}
.newsletterstyle form input[type=text]:focus,
.newsletterstyle form input[type=email]:focus,
.webform-submission-incentives-guide-form input[type=text]:focus,
.webform-submission-incentives-guide-form input[type=email]:focus,
.webform-submission-advantage-guide-form input[type=text]:focus,
.webform-submission-advantage-guide-form input[type=email]:focus,
.webform-submission-newsletter-form input[type=text]:focus,
.webform-submission-newsletter-form input[type=email]:focus {
  outline: none;
  box-shadow: none;
  border: 0;
}
.newsletterstyle form ::placeholder,
.webform-submission-incentives-guide-form ::placeholder,
.webform-submission-advantage-guide-form ::placeholder,
.webform-submission-newsletter-form ::placeholder {
  color: #647887;
}
@media (max-width: 799px) {
  .newsletterstyle form input[type=submit],
  .newsletterstyle form input[type=button],
  .webform-submission-incentives-guide-form input[type=submit],
  .webform-submission-incentives-guide-form input[type=button],
  .webform-submission-advantage-guide-form input[type=submit],
  .webform-submission-advantage-guide-form input[type=button],
  .webform-submission-newsletter-form input[type=submit],
  .webform-submission-newsletter-form input[type=button] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/*# sourceMappingURL=styles.css.map */
