@media (prefers-reduced-motion: reduce) {
*, *::before, *::after {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
scroll-behavior: auto !important;
}
}
* {
margin: 0px;
padding: 0px;
-webkit-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
-ms-text-size-adjust: 100%;
text-size-adjust: 100%;
-moz-osx-font-smoothing: grayscale;
}
.bold {
font-weight: 700;
}
.italic {
font-weight: italic;
}
a, img, button {
background: none;
outline: none;
border: 0px;
text-decoration: none;
}
a:focus-visible, button:focus-visible {
outline: 2px solid currentColor;
outline-offset: 2px;
}
button, .btn {
-webkit-transition: all 0.125s ease-in-out;
-moz-transition: all 0.125s ease-in-out;
-ms-transition: all 0.125s ease-in-out;
-o-transition: all 0.125s ease-in-out;
transition: all 0.125s ease-in-out;
cursor: pointer;
}
img {
max-width: 100%;
display: block;
}
ul, li {
list-style-type: none;
}
html, body {
width: auto;
min-width: 100%;
max-width: 100%;
min-height: 100%;
}
html.noScroll, body.noScroll {
overflow: hidden;
}
html {
-ms-content-zooming: none;
height: 100%;
}
@-ms-viewport {
width: device-width;
}
.fade {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
transition: opacity 0.125s ease-in-out;
-moz-transition: opacity 0.125s ease-in-out;
-webkit-transition: opacity 0.125s ease-in-out;
-webkit-backface-visibility: hidden;
}
.fade:hover, .fade:active {
opacity: 0.75;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
}
.clear {
content: "";
display: table;
clear: both;
width: 100%;
}
.clear:after {
content: "";
display: table;
clear: both;
}
figure {
margin: 0;
}
#main-content {
overflow: hidden;
}
.components-button {
pointer-events: all !important;
}
.editor-styles-wrapper,
.edit-post-visual-editor__post-title-wrapper {
background-color: #0031a7;
}
.editor-post-title__input {
color: #fff;
}
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text.skip-link {
z-index: 100000;
}
.screen-reader-text.skip-link:focus {
background: #f5f5f5;
color: #02216E;
display: block;
clip: auto !important;
clip-path: none;
height: auto;
width: auto;
left: 6px;
top: 6px;
font-family: "dm-sans", sans-serif;
font-size: 14px;
font-weight: 700;
line-height: normal;
padding: 12px 18px;
text-decoration: none;
border-radius: 4px;
outline: 2px solid #02216E;
outline-offset: 2px;
}
body, html {
scroll-behavior: smooth;
}
html.interface-interface-skeleton__html-container :where(.editor-styles-wrapper) {
font-family: "dm-sans", sans-serif !important;
font-size: 18px;
font-size: clamp(16px, 1.25vw, 22px);
font-style: normal;
font-weight: 400;
line-height: 1.444;
}
body {
position: relative;
background: #0031A7;
font-family: "dm-sans", sans-serif;
font-size: 18px;
font-size: clamp(16px, 1.25vw, 22px);
font-style: normal;
font-weight: 400;
line-height: 1.444;
margin: 0;
padding: 0;
}
body * {
box-sizing: border-box;
}
body.block-editor-page {
font-size: 16px;
}
@media only screen and (max-width: 1023px) and (orientation: portrait) {
body {
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 1.375;
}
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 400px) {
body {
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 1.375;
}
}
body fieldset {
border: none;
}
.contain {
position: relative;
margin: 0px auto;
display: block;
box-sizing: border-box;
width: 100%;
padding: 0 100px;
max-width: 1440px;
}
.contain.contain-sm {
max-width: 1000px;
}
@media only screen and (max-width: 1199px) {
.contain {
padding: 0 80px;
}
}
@media only screen and (max-width: 991px) {
.contain {
padding: 0 36px;
}
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 400px) {
.contain {
padding: 0 36px !important;
width: 100%;
}
}
@media all and (pointer: coarse) and (max-width: 899px) and (orientation: landscape) {
.contain {
padding: 0 50px !important;
}
}
@media only screen and (max-width: 349px) {
.contain {
padding: 0 15px !important;
width: 100%;
}
}
.flex {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
}
.visible-md {
display: none !important;
}
.visible-sm {
display: none !important;
}
.visible-mob {
display: none !important;
}
.visible-xs {
display: none !important;
}
@media only screen and (max-width: 1199px) {
.hidden-md {
display: none !important;
}
.visible-md {
display: inline-block !important;
}
}
@media only screen and (max-width: 991px) {
.hidden-sm {
display: none !important;
}
.visible-sm {
display: inline-block !important;
}
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 400px) {
.hidden-mob {
display: none !important;
}
.visible-mob {
display: inline-block !important;
}
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
.hidden-xs {
display: none !important;
}
.visible-xs {
display: inline-block !important;
}
}
.focus-select {
display: inline-block;
position: relative;
}
.focus-select #post-cat {
appearance: none;
background: #c7eeff;
color: #000;
font-size: 16px;
text-transform: uppercase;
padding: 0 15px;
line-height: 31px;
border: none;
display: inline-block;
outline: none;
cursor: pointer;
padding-right: 44px;
font-family: "dm-sans", sans-serif;
font-weight: 900;
letter-spacing: 0.07em;
}
.focus-select #post-cat:focus-visible {
outline: 2px solid #02216E;
outline-offset: 2px;
}
.focus-select:after {
position: absolute;
content: "";
right: 15px;
top: 50%;
transform: translateY(-50%);
border-left: 7px solid transparent;
border-right: 7px solid transparent;
pointer-events: none;
border-top: 7px solid #000;
}
.base-24 {
font-size: 24px;
font-style: normal;
font-weight: 300;
line-height: 1.33;
font-size: clamp(24px, 1.95vw, 32px);
}
@media only screen and (max-width: 1023px) and (orientation: portrait) {
.base-24 {
font-size: 18px;
}
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
.base-24 {
font-size: 16px;
}
}
.base-18 {
font-size: 18px;
}
a.lined, button.lined, input[type=submit].lined {
font-family: "dm-sans", sans-serif;
color: #000;
font-size: 11px;
line-height: 2.1;
padding-top: 25px;
position: relative;
display: inline-block;
text-transform: uppercase;
font-weight: 500;
letter-spacing: 0.1em;
background: none;
appearance: none;
border: none;
}
a.lined:before, button.lined:before, input[type=submit].lined:before {
content: "";
position: absolute;
top: 0;
background: #df231d;
height: 4px;
width: 30px;
}
a.lined.center, button.lined.center, input[type=submit].lined.center {
margin-left: auto;
margin-right: auto;
display: table;
}
a.lined.center:before, button.lined.center:before, input[type=submit].lined.center:before {
left: 50%;
transform: translateX(-50%);
}
#main-content .wysiwyg a {
text-decoration: underline;
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: none;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;
color: inherit;
}
.glwa-shell p a {
color: inherit;
text-decoration: underline;
}
.glwa-tag {
color: #F5F5F5;
display: inline-flex;
height: 32px;
padding: 8px 12px;
justify-content: center;
align-items: center;
gap: 15px;
border-radius: 6px;
background: #042985;
transition: all 0.15s ease;
text-transform: uppercase;
font-family: "dm-sans", sans-serif;
font-size: 10px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 1.5px;
text-transform: uppercase;
}
a:after {
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
.pagination a:focus-visible {
outline: 2px solid #0031A7;
outline-offset: 2px;
}
h1, h2, h3, h4, h5 {
display: table;
position: relative;
}
h1, .h1, .gform_title {
font-family: "archivo-condensed", sans-serif;
font-size: 60px;
font-style: normal;
font-weight: 800;
line-height: 1;
text-transform: uppercase;
}
h1.wp-block-post-title, .h1.wp-block-post-title, .gform_title.wp-block-post-title {
font-size: 30px;
}
h2, .h2 {
font-family: "archivo-condensed", sans-serif;
font-size: 40px;
font-style: normal;
font-weight: 800;
line-height: 1.05;
text-transform: uppercase;
}
h2 strong, .h2 strong {
font-weight: 800;
}
h2.centered, .h2.centered {
text-align: center;
margin-left: auto;
margin-right: auto;
}
h3 {
font-family: "archivo-condensed", sans-serif;
font-size: 30px;
font-style: normal;
font-weight: 800;
line-height: 1.0667;
}
h4 {
font-family: "archivo-condensed", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 800;
line-height: 1.222;
text-transform: capitalize;
}
h5 {
font-size: 11px;
font-family: "dm-sans", sans-serif;
font-weight: 500;
letter-spacing: 0.1em;
text-transform: uppercase;
color: #9B9B9B;
}
button {
border: 0;
border-radius: 0;
background: transparent;
outline: none;
}
button:focus-visible {
outline: 2px solid #000;
outline-color: inherit;
outline-offset: 2px;
}
.glwa-btn {
text-align: center;
font-family: "dm-sans", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 1.3125;
}
.glwa-btn svg {
margin-left: 0px;
width: 21px;
height: auto;
}
.glwa-btn[hidden] {
display: none !important;
}
.glwa-btn,
.glwa-icon-btn {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 10px 18px;
border: 0;
border-radius: 8px;
cursor: pointer;
transition: transform 0.2s ease, background 0.2s ease, all 0.2s ease;
}
.glwa-btn:hover,
.glwa-icon-btn:hover {
text-decoration: none;
}
.glwa-btn:hover, .glwa-btn:focus-visible,
.glwa-icon-btn:hover,
.glwa-icon-btn:focus-visible {
transition: transform 0.2s ease, background 0.2s ease, all 0.2s ease;
}
.glwa-btn:focus-visible,
.glwa-icon-btn:focus-visible {
outline: 2px solid #000;
outline-color: inherit;
outline-offset: 2px;
}
.glwa-btn--transparent {
color: #f5f5f5;
background: rgba(245, 245, 245, 0.15);
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
backdrop-filter: blur(50px);
}
.glwa-btn--transparent:hover {
background: var(--Button-Light-Hover, rgba(245, 245, 245, 0.05));
}
.glwa-btn--cobalt {
background: #0031A7;
color: #f5f5f5;
}
.glwa-btn--cobalt:hover {
background: #02216E;
}
.glwa-btn--medium-blue {
background: #1242B4;
color: #f5f5f5;
}
.glwa-btn--medium-blue:hover {
background: #02216E;
}
.glwa-btn--gray, .glwa-btn--svg {
background: #E1E2E3;
color: #02216E;
}
.glwa-btn--gray:hover, .glwa-btn--svg:hover {
background: #D0D1D5;
}
.glwa-btn--white {
background: #f5f5f5;
color: #02216E;
}
.glwa-btn--white:hover {
background: #D0D1D5;
}
.glwa-btn--white svg rect {
fill: #0031A7;
}
.glwa-btn--white svg path {
fill: #f5f5f5;
}
.glwa-btn--light-gray {
background: #E1E2E3;
color: #02216E;
}
.glwa-btn--light-gray:hover {
background: #D0D1D5;
}
.glwa-btn--light-blue {
background: #67CCFF;
color: #02216E;
}
.glwa-btn--light-blue:hover {
background: #8DD9FF;
}
.glwa-btn--green {
background: #01CE87;
color: #02216E;
}
.glwa-btn--green:hover {
background: #24EBA7;
}
.glwa-btn--green-inv {
background: #24EBA7;
color: #02216E;
}
.glwa-btn--green-inv:hover {
background: #01CE87;
}
.glwa-btn--mint {
background: #67CCFF;
color: #0031A7;
}
.glwa-btn--light {
background: var(--Button-Light, rgba(245, 245, 245, 0.15));
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
backdrop-filter: blur(50px);
}
.glwa-icon-btn {
width: 38px;
min-height: 38px;
font-size: 0.95rem;
}
.glwa-pill {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 8px 12px;
border-radius: 999px;
background: rgba(255, 255, 255, 0.08);
font-family: "dm-sans", sans-serif;
font-size: 10px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 1.5px;
text-transform: uppercase;
}
.glwa-pill--light {
background: rgba(255, 255, 255, 0.85);
color: #0031A7;
}
@media only screen and (max-width: 1199px) {
h1 {
font-size: 60px;
}
h2, .h1, .h2, .gform_title {
font-size: 50px;
}
h3 {
font-size: 26px;
}
}
@media only screen and (max-width: 991px) {
h1 {
font-size: 42px;
}
h2, .h1, .h2, .gform_title {
font-size: 42px;
}
h3 {
font-size: 26px;
}
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 400px) {
h1, .h1, .gform_title {
font-size: 42px;
}
h2, .h2 {
font-size: 42px;
}
h2 br, .h2 br {
display: none;
}
h3 {
font-size: 26px;
}
}
#preloader {
position: fixed;
top: 0;
left: 0;
height: 100svh;
width: 100vw;
z-index: 10000000001;
background: #0031A7;
pointer-events: none;
opacity: 1;
transition: all 0.5s ease-in-out;
}
.col-wrap {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
align-items: start;
margin: 0 auto;
}
.col-wrap .col {
box-sizing: border-box;
}
.col-wrap.col-2 .col {
width: 50%;
}
.col-wrap.col-3 .col {
width: calc(33.333% - 20px);
}
@media only screen and (max-width: 1023px) and (orientation: portrait) {
.col-wrap.col-2 .col {
width: 100%;
}
.col-wrap.col-3 .col {
width: calc(50% - 10px);
}
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 400px) {
.col-wrap.col-3 .col {
width: calc(50% - 5px);
}
}
.glwa-impact-stat {
position: relative;
overflow-x: hidden;
color: #fff;
padding: 140px 0 230px;
}
.glwa-impact-stat__bg-shape {
position: absolute;
inset: 0;
pointer-events: none;
z-index: 0;
}
.glwa-impact-stat__bg-shape::before, .glwa-impact-stat__bg-shape::after {
content: "";
position: absolute;
border-radius: 999px;
background: rgba(0, 27, 120, 0.55);
}
.glwa-impact-stat__bg-shape::before {
width: 760px;
height: 760px;
left: -345px;
top: -255px;
}
.glwa-impact-stat__bg-shape::after {
width: 690px;
height: 690px;
left: 345px;
top: 120px;
background: rgba(0, 37, 148, 0.78);
}
.glwa-impact-stat__inner {
position: relative;
z-index: 1;
display: grid;
grid-template-columns: 88px minmax(0, 1fr);
column-gap: 48px;
align-items: stretch;
min-height: 460px;
}
.glwa-impact-stat__inner.glwa-shell {
padding: 0 !important;
}
.glwa-impact-stat__rail-col {
display: flex;
flex-direction: column;
align-items: center;
padding-top: 2.5vw;
}
.glwa-impact-stat__rail {
position: relative;
width: 6px;
height: 345px;
height: 100%;
display: flex;
align-items: flex-start;
justify-content: center;
}
.glwa-impact-stat__rail-line {
position: relative;
width: 3px;
height: 100%;
background: rgba(255, 255, 255, 0.16);
border-radius: 999px;
overflow: hidden;
display: block;
}
.glwa-impact-stat__rail-progress {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 25%;
background: #ffffff;
border-radius: 999px;
transition: height 0.3s ease, transform 0.3s ease;
}
.glwa-impact-stat__controls {
display: flex;
align-items: center;
gap: 6px;
margin-top: 44px;
position: absolute;
left: 136px;
bottom: 70px;
z-index: 1000;
}
.glwa-impact-stat__arrow {
width: 28px;
height: 22px;
border: 0;
border-radius: 4px;
color: #d8e5ff;
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0;
cursor: pointer;
transition: background 0.2s ease, opacity 0.2s ease;
}
.glwa-impact-stat__arrow.slick-disabled {
opacity: 0.45;
cursor: default;
}
.glwa-impact-stat__arrow svg {
display: block;
}
.glwa-impact-stat__count {
position: absolute;
left: 136px;
bottom: 0;
z-index: 1000;
margin-top: 28px;
color: #fff;
font-size: 16px;
line-height: 1;
letter-spacing: -0.02em;
}
.glwa-impact-stat__slider {
min-width: 0;
}
.glwa-impact-stat__slider .slick-list,
.glwa-impact-stat__slider .slick-track {
height: 100%;
}
.glwa-impact-stat__slide {
height: 100%;
}
.glwa-impact-stat__slide > div,
.glwa-impact-stat__slide > article,
.glwa-impact-stat__slide > section {
height: 100%;
}
.glwa-impact-stat__content {
min-height: 460px;
display: flex;
flex-direction: column;
grid-template-columns: minmax(0, 640px) minmax(220px, 360px);
align-items: flex-end;
justify-content: space-between;
gap: 60px;
padding-right: 20px;
}
.glwa-impact-stat__figure-wrap {
position: relative;
max-width: 960px;
margin: 0 auto 0 0;
}
.glwa-impact-stat__figure-number {
font-style: normal;
font-weight: 800;
}
.glwa-impact-stat__figure-number .punc {
font-size: 300px;
font-style: normal;
font-weight: 800;
line-height: 32px;
letter-spacing: -30px;
text-transform: uppercase;
}
.glwa-impact-stat__figure-suffix {
font-size: 0.6em;
}
.glwa-impact-stat__text {
align-self: flex-start;
font-weight: 800;
text-transform: uppercase;
letter-spacing: -0.03em;
line-height: 0.96;
padding-left: min(25vw, 250px);
font-family: "archivo-condensed", sans-serif;
font-size: 40px;
font-style: normal;
font-weight: 800;
line-height: 1.05;
text-transform: uppercase;
}
.glwa-impact-stat__text p {
margin: 0;
}
.glwa-impact-stat__text strong,
.glwa-impact-stat__text b {
color: #67CCFF;
font-weight: inherit;
}
@media (max-width: 1199px) {
.glwa-impact-stat {
padding: 80px 0 100px;
}
.glwa-impact-stat__inner {
grid-template-columns: 64px minmax(0, 1fr);
column-gap: 28px;
min-height: 380px;
}
.glwa-impact-stat__controls {
margin-top: 28px;
}
.glwa-impact-stat__count {
margin-top: 20px;
font-size: 14px;
}
.glwa-impact-stat__content {
min-height: 380px;
grid-template-columns: minmax(0, 1fr) 280px;
column-gap: 34px;
}
.glwa-impact-stat__figure-number {
font-size: clamp(120px, 20vw, 190px);
}
.glwa-impact-stat__figure-suffix {
font-size: clamp(90px, 14vw, 130px);
}
.glwa-impact-stat__text {
font-size: 32px;
}
}
@media (max-width: 767px) {
.glwa-impact-stat {
padding: 80px 0 100px;
}
.glwa-impact-stat__inner.glwa-shell {
grid-template-columns: 1fr;
row-gap: 65px;
min-height: 0;
padding-bottom: 65px !important;
}
.glwa-impact-stat__rail-col {
align-items: flex-start;
padding-top: 0;
}
.glwa-impact-stat__rail {
width: 100%;
height: 4px;
}
.glwa-impact-stat__rail-line {
width: 100%;
height: 4px;
}
.glwa-impact-stat__rail-progress {
width: 25%;
height: 100%;
transition: width 0.3s ease, transform 0.3s ease;
}
.glwa-impact-stat__controls {
margin-top: 0;
bottom: 0;
right: 0;
left: unset;
}
.glwa-impact-stat__count {
margin-top: 0;
bottom: 40px;
right: 0;
width: auto;
display: inline-block;
text-align: right;
left: unset;
}
.glwa-impact-stat__content {
min-height: 0;
grid-template-columns: 1fr;
row-gap: 45px;
padding-right: 0;
}
.glwa-impact-stat__figure-wrap {
margin: 0 auto;
}
.glwa-impact-stat__figure-text {
font-size: 230px;
font-style: normal;
font-weight: 800;
line-height: 32px;
text-transform: uppercase;
}
.glwa-impact-stat__figure-suffix {
font-size: clamp(68px, 20vw, 98px);
}
.glwa-impact-stat__text {
align-self: flex-start;
max-width: 100%;
font-size: 28px;
width: 75%;
padding-left: 0;
}
.glwa-impact-stat__text p br {
display: none;
}
}
#stat-bg, .stat-bg {
position: absolute;
top: 0;
left: 0;
height: auto;
width: 100vw;
z-index: 0;
}
.glwa-impact-stat__inner {
max-width: 960px;
margin: 0 auto;
}
.glwa-impact-stat__figure-wrap {
position: relative;
}
.glwa-impact-stat__figure {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
-webkit-background-clip: text;
background-clip: text;
color: transparent;
display: inline-block;
transform-origin: left center;
}
.glwa-impact-stat__figure-text {
display: inline-flex;
align-items: flex-end;
font-family: "archivo-condensed", sans-serif;
font-weight: 800;
text-transform: uppercase;
line-height: 0.85;
font-weight: 800;
font-size: 700px;
white-space: nowrap;
background: linear-gradient(272deg, rgba(68, 184, 243, 0.24) 20.39%, rgba(148, 199, 182, 0.15) 81.53%);
background-blend-mode: screen, normal;
background-clip: text;
-webkit-background-clip: text;
}
.glwa-impact-stat__figure-text {
font-size: 515px;
}
.glwa-impact-stat__figure-text .punc {
font-size: 300px;
margin: 0 -20px;
}
.glwa-impact-stat__figure-suffix {
font-size: 0.6em;
text-transform: lowercase;
}
@media only screen and (max-width: 1023px) and (orientation: portrait) {
.glwa-impact-stat__figure-text {
font-size: 56vw;
}
.glwa-impact-stat__figure-text .punc {
font-size: 200px;
}
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 400px) {
.glwa-impact-stat__inner {
display: flex;
flex-direction: column-reverse;
padding: 0 0 65px;
}
.glwa-impact-stat__rail-col {
padding: 0 40px;
}
.glwa-impact-stat__controls {
right: 40px;
}
.glwa-impact-stat__count {
left: 40px;
right: unset;
bottom: 0;
}
.glwa-impact-stat__text {
margin-top: 20px;
font-size: 32px;
font-style: normal;
font-weight: 800;
line-height: 1;
text-transform: uppercase;
width: 100%;
max-width: 100%;
text-align: center;
}
.glwa-impact-stat__figure-text {
font-size: 230px;
font-style: normal;
font-weight: 800;
text-transform: uppercase;
}
.glwa-impact-stat__figure-text .punc {
font-size: 100px;
margin: 0 -10px;
}
.glwa-impact-stat__figure-suffix {
font-size: 0.4em;
}
}
.glwa-alert-modal {
position: fixed;
inset: 0;
z-index: 9999;
pointer-events: none;
}
.glwa-alert-modal__overlay {
position: absolute;
inset: 0;
background: rgba(0, 0, 0, 0);
transition: background 0.35s ease;
}
.glwa-alert-modal__panel {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) scale(0.95);
opacity: 0;
transition: all 0.35s ease;
box-sizing: border-box;
background: #FCE500;
border-radius: 8px;
padding: 32px;
width: min(700px, 90vw);
}
.glwa-alert-modal__content {
display: grid;
grid-template-columns: 34% 1fr;
gap: 36px;
align-items: center;
}
.glwa-alert-modal__image img {
width: 100%;
display: block;
border-radius: 6px;
height: auto;
aspect-ratio: 1;
}
.glwa-alert-modal__title {
font-size: 32px;
line-height: 1.2;
color: #0031A7;
margin: 0 0 12px;
}
.glwa-alert-modal__copy {
margin-bottom: 22px;
color: #02216E;
font-family: "dm-sans", sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 300;
line-height: 18px;
padding-right: 30px;
}
.glwa-alert-modal__close {
position: absolute;
top: 14px;
right: 14px;
width: 22px;
height: 22px;
background: transparent;
cursor: pointer;
}
.glwa-alert-modal.is-visible {
pointer-events: auto;
}
.glwa-alert-modal.is-visible .glwa-alert-modal__overlay {
background: rgba(0, 0, 0, 0.6);
}
.glwa-alert-modal.is-visible .glwa-alert-modal__panel {
opacity: 1;
transform: translate(-50%, -50%) scale(1);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
.glwa-alert-modal__content {
grid-template-columns: 1fr;
gap: 20px;
}
}
@media (max-width: 768px) {
.glwa-alert-modal__title {
font-size: 24px;
}
}
#main-content .glwa-water-quality-art, .block-editor-iframe__html .glwa-water-quality-art {
--hero-mask: url(//www.glwater.org/wp-content/themes/glwa/assets/img/masks/water-quality-hero-mask.svg);
--intro-mask: url(//www.glwater.org/wp-content/themes/glwa/assets/img/masks/water-quality-intro-mask.svg);
--bg-image: url(//www.glwater.org/wp-content/themes/glwa/assets/img/water-quality-bg.jpg);
z-index: 1;
position: relative;
isolation: isolate;
background: #f5f5f5;
}
#main-content .glwa-water-quality-art.glwa-hero--image-with-cobalt-cutout, .block-editor-iframe__html .glwa-water-quality-art.glwa-hero--image-with-cobalt-cutout {
background: #0031A7;
}
#main-content .glwa-water-quality-art, .block-editor-iframe__html .glwa-water-quality-art {
position: relative;
overflow: hidden;
isolation: isolate;
}
#main-content .glwa-water-quality-art::before, .block-editor-iframe__html .glwa-water-quality-art::before {
content: "";
position: absolute;
z-index: -1;
width: 100%;
height: 100%;
background-image: var(--bg-image);
background-size: auto 150%;
background-position: center calc(1.125 * var(--bg-y));
background-repeat: no-repeat;
will-change: background-position;
}
#main-content .glwa-water-quality-art.glwa-hero--image-with-cutout::before, .block-editor-iframe__html .glwa-water-quality-art.glwa-hero--image-with-cutout::before {
display: none;
}
#main-content .glwa-water-quality-art__bg, .block-editor-iframe__html .glwa-water-quality-art__bg {
visibility: hidden;
display: none;
position: sticky;
height: 100vh;
inset: 0;
z-index: 0;
pointer-events: none;
background-image: var(--bg-image);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
#main-content .glwa-water-quality-art__bg, .block-editor-iframe__html .glwa-water-quality-art__bg {
height: 50vw;
}
}
#main-content .glwa-hero,
#main-content .glwa-intro, .block-editor-iframe__html .glwa-hero,
.block-editor-iframe__html .glwa-intro {
position: relative;
z-index: 1;
}
#main-content .glwa-hero .glwa-shell, #main-content .glwa-hero__inner, #main-content .glwa-hero__stage,
#main-content .glwa-intro .glwa-shell,
#main-content .glwa-intro__inner,
#main-content .glwa-intro__stage, .block-editor-iframe__html .glwa-hero .glwa-shell, .block-editor-iframe__html .glwa-hero__inner, .block-editor-iframe__html .glwa-hero__stage,
.block-editor-iframe__html .glwa-intro .glwa-shell,
.block-editor-iframe__html .glwa-intro__inner,
.block-editor-iframe__html .glwa-intro__stage {
position: relative;
z-index: 2;
}
#main-content .glwa-hero, .block-editor-iframe__html .glwa-hero {
position: relative;
z-index: 1;
padding: 9vw 0 15vw;
min-height: calc(100svh - 126px);
display: flex;
justify-content: center;
align-items: center;
text-align: center;
color: #02216E;
background: transparent;
top: 0;
width: 100%;
}
#main-content .glwa-hero__shape, .block-editor-iframe__html .glwa-hero__shape {
position: absolute;
inset: 0;
z-index: 1;
pointer-events: none;
-webkit-mask-image: var(--hero-mask);
-webkit-mask-repeat: no-repeat;
-webkit-mask-position: center bottom;
-webkit-mask-size: 100vw auto;
mask-image: var(--hero-mask);
mask-repeat: no-repeat;
mask-position: center bottom;
mask-size: 100vw auto;
}
#main-content .glwa-hero__stage, .block-editor-iframe__html .glwa-hero__stage {
margin: 0 auto;
width: max(65vw, 960px);
max-width: 960px;
min-width: 500px;
font-size: max(24px, 1.67vw);
font-style: normal;
font-weight: 300;
line-height: 1.33;
}
#main-content .glwa-hero__stage h1, .block-editor-iframe__html .glwa-hero__stage h1 {
color: #0031A7;
margin: 0 auto 45px;
text-align: center;
font-family: "archivo-condensed", sans-serif;
font-size: 80px;
font-style: normal;
font-weight: 800;
line-height: 0.875;
text-transform: uppercase;
}
#main-content .glwa-hero__stage p, .block-editor-iframe__html .glwa-hero__stage p {
margin: 0 auto 45px;
max-width: max(680px, 47vw);
}
#main-content .glwa-hero__stage .section_links, .block-editor-iframe__html .glwa-hero__stage .section_links {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 10px;
}
#main-content .glwa-hero--panel-cutout .glwa-hero__shape, .block-editor-iframe__html .glwa-hero--panel-cutout .glwa-hero__shape {
background: #f5f5f5;
}
#main-content .glwa-hero--panel-cutout .glwa-hero__stage, .block-editor-iframe__html .glwa-hero--panel-cutout .glwa-hero__stage {
color: #02216E;
}
#main-content .glwa-hero--panel-cutout .glwa-hero__stage p, .block-editor-iframe__html .glwa-hero--panel-cutout .glwa-hero__stage p {
color: #02216E;
}
#main-content .glwa-hero--panel-cutout .glwa-hero__stage h1, .block-editor-iframe__html .glwa-hero--panel-cutout .glwa-hero__stage h1 {
color: #0031A7;
}
#main-content .glwa-hero--cobalt_wave, .block-editor-iframe__html .glwa-hero--cobalt_wave {
background: transparent;
overflow: visible;
}
#main-content .glwa-hero--cobalt_wave .glwa-hero__stage, .block-editor-iframe__html .glwa-hero--cobalt_wave .glwa-hero__stage {
color: #f5f5f5;
}
#main-content .glwa-hero--cobalt_wave .glwa-hero__stage p, .block-editor-iframe__html .glwa-hero--cobalt_wave .glwa-hero__stage p {
color: #f5f5f5;
}
#main-content .glwa-hero--cobalt_wave .glwa-hero__stage h1, .block-editor-iframe__html .glwa-hero--cobalt_wave .glwa-hero__stage h1 {
color: #f5f5f5;
}
#main-content .glwa-hero--cobalt_wave #wave_background, .block-editor-iframe__html .glwa-hero--cobalt_wave #wave_background {
position: absolute;
width: 100vw;
height: auto;
left: 0;
top: 10vw;
}
@media screen and (max-width: 767px) {
#main-content .glwa-hero--cobalt_wave #wave_background, .block-editor-iframe__html .glwa-hero--cobalt_wave #wave_background {
top: 55vw;
}
}
#main-content .glwa-hero--cobalt_wave + section, .block-editor-iframe__html .glwa-hero--cobalt_wave + section {
background: transparent;
z-index: 1;
}
#main-content .glwa-hero--cobalt_wave + section + section, .block-editor-iframe__html .glwa-hero--cobalt_wave + section + section {
z-index: 1;
}
#main-content .glwa-hero--image-with-white-cutout, #main-content .glwa-hero--image-with-cutout, .block-editor-iframe__html .glwa-hero--image-with-white-cutout, .block-editor-iframe__html .glwa-hero--image-with-cutout {
position: relative;
}
#main-content .glwa-hero--image-with-white-cutout .glwa-hero__shape, #main-content .glwa-hero--image-with-cutout .glwa-hero__shape, .block-editor-iframe__html .glwa-hero--image-with-white-cutout .glwa-hero__shape, .block-editor-iframe__html .glwa-hero--image-with-cutout .glwa-hero__shape {
inset: auto 0 0 0;
height: 100%;
background: none;
background: var(--bg-image);
background-size: cover;
background-position: center center;
}
#main-content .glwa-hero--image-with-white-cutout .glwa-hero__shape::before, #main-content .glwa-hero--image-with-cutout .glwa-hero__shape::before, .block-editor-iframe__html .glwa-hero--image-with-white-cutout .glwa-hero__shape::before, .block-editor-iframe__html .glwa-hero--image-with-cutout .glwa-hero__shape::before {
content: "";
position: absolute;
inset: 0;
-webkit-mask-image: var(--hero-mask);
-webkit-mask-repeat: no-repeat;
-webkit-mask-position: center bottom;
-webkit-mask-size: cover;
mask-image: var(--hero-mask);
mask-repeat: no-repeat;
mask-position: center bottom;
mask-size: cover;
}
#main-content .glwa-hero--image-with-white-cutout .glwa-hero__shape::before, #main-content .glwa-hero--image-with-cutout .glwa-hero__shape::before, .block-editor-iframe__html .glwa-hero--image-with-white-cutout .glwa-hero__shape::before, .block-editor-iframe__html .glwa-hero--image-with-cutout .glwa-hero__shape::before {
background: linear-gradient(270deg, rgba(0, 0, 0, 0) -16.67%, rgba(0, 0, 0, 0.6) 83.75%), linear-gradient(0deg, rgba(68, 184, 243, 0.2) 0%, rgba(68, 184, 243, 0.2) 100%);
background-blend-mode: multiply, hard-light, normal, normal, normal;
}
#main-content .glwa-hero--image-with-white-cutout .glwa-hero__stage, #main-content .glwa-hero--image-with-cutout .glwa-hero__stage, .block-editor-iframe__html .glwa-hero--image-with-white-cutout .glwa-hero__stage, .block-editor-iframe__html .glwa-hero--image-with-cutout .glwa-hero__stage {
color: #f5f5f5;
}
#main-content .glwa-hero--image-with-white-cutout .glwa-hero__stage h1, #main-content .glwa-hero--image-with-cutout .glwa-hero__stage h1, .block-editor-iframe__html .glwa-hero--image-with-white-cutout .glwa-hero__stage h1, .block-editor-iframe__html .glwa-hero--image-with-cutout .glwa-hero__stage h1 {
color: #f5f5f5;
}
#main-content .glwa-hero--image-with-white-cutout .glwa-hero__stage p, #main-content .glwa-hero--image-with-cutout .glwa-hero__stage p, .block-editor-iframe__html .glwa-hero--image-with-white-cutout .glwa-hero__stage p, .block-editor-iframe__html .glwa-hero--image-with-cutout .glwa-hero__stage p {
color: #f5f5f5;
}
#main-content .glwa-hero--color-cutout, .block-editor-iframe__html .glwa-hero--color-cutout {
position: relative;
}
#main-content .glwa-hero--color-cutout .glwa-hero__shape, .block-editor-iframe__html .glwa-hero--color-cutout .glwa-hero__shape {
background: #0031A7;
}
#main-content .glwa-hero--color-cutout .glwa-hero__shape, .block-editor-iframe__html .glwa-hero--color-cutout .glwa-hero__shape {
inset: auto 0 0 0;
height: 100%;
background: none;
background: #0031A7;
background-size: cover;
background-position: center center;
}
#main-content .glwa-hero--color-cutout .glwa-hero__shape::before, .block-editor-iframe__html .glwa-hero--color-cutout .glwa-hero__shape::before {
content: "";
position: absolute;
inset: 0;
background: #0031A7;
-webkit-mask-image: var(--hero-mask);
-webkit-mask-repeat: no-repeat;
-webkit-mask-position: center bottom;
-webkit-mask-size: cover;
mask-image: var(--hero-mask);
mask-repeat: no-repeat;
mask-position: center bottom;
mask-size: cover;
}
#main-content .glwa-hero--color-cutout .glwa-hero__stage, .block-editor-iframe__html .glwa-hero--color-cutout .glwa-hero__stage {
color: #f5f5f5;
}
#main-content .glwa-hero--color-cutout .glwa-hero__stage h1, .block-editor-iframe__html .glwa-hero--color-cutout .glwa-hero__stage h1 {
color: #f5f5f5;
}
#main-content .glwa-hero--color-cutout .glwa-hero__stage p, .block-editor-iframe__html .glwa-hero--color-cutout .glwa-hero__stage p {
color: #f5f5f5;
}
#main-content .glwa-hero--image-with-cutout + .glwa-intro, .block-editor-iframe__html .glwa-hero--image-with-cutout + .glwa-intro {
margin-top: 0;
padding: 9vw 0 5vw;
}
#main-content .glwa-hero--image-with-cutout + .glwa-intro .glwa-intro__stage, .block-editor-iframe__html .glwa-hero--image-with-cutout + .glwa-intro .glwa-intro__stage {
width: 100%;
max-width: unset;
display: flex;
justify-content: space-between;
gap: 60px;
}
#main-content .glwa-hero--image-with-cutout + .glwa-intro .glwa-intro__stage .glwa-icon-mark, .block-editor-iframe__html .glwa-hero--image-with-cutout + .glwa-intro .glwa-intro__stage .glwa-icon-mark {
display: none;
}
#main-content .glwa-hero--image-with-cutout + .glwa-intro .glwa-intro__stage .glwa-section-title, .block-editor-iframe__html .glwa-hero--image-with-cutout + .glwa-intro .glwa-intro__stage .glwa-section-title {
width: 40%;
margin-top: 0;
}
#main-content .glwa-hero--image-with-cutout + .glwa-intro .glwa-intro__stage .body, .block-editor-iframe__html .glwa-hero--image-with-cutout + .glwa-intro .glwa-intro__stage .body {
min-width: 50%;
}
#main-content .glwa-hero--image-with-cutout + .glwa-intro .glwa-intro__stage .body p, .block-editor-iframe__html .glwa-hero--image-with-cutout + .glwa-intro .glwa-intro__stage .body p {
width: 100%;
}
@media screen and (max-width: 991px) {
#main-content .glwa-hero--image-with-cutout + .glwa-intro .glwa-intro__stage .body p, .block-editor-iframe__html .glwa-hero--image-with-cutout + .glwa-intro .glwa-intro__stage .body p {
max-width: 100%;
}
}
@media screen and (max-width: 991px) {
#main-content .glwa-hero--image-with-cutout + .glwa-intro .glwa-intro__stage, .block-editor-iframe__html .glwa-hero--image-with-cutout + .glwa-intro .glwa-intro__stage {
gap: 0;
flex-direction: column;
}
#main-content .glwa-hero--image-with-cutout + .glwa-intro .glwa-intro__stage .glwa-section-title, .block-editor-iframe__html .glwa-hero--image-with-cutout + .glwa-intro .glwa-intro__stage .glwa-section-title {
width: 100%;
}
#main-content .glwa-hero--image-with-cutout + .glwa-intro .glwa-intro__stage .body, .block-editor-iframe__html .glwa-hero--image-with-cutout + .glwa-intro .glwa-intro__stage .body {
width: 100%;
}
}
#main-content .glwa-hero--image-with-cutout + .glwa-intro--larger-text .glwa-intro__stage .glwa-section-title, .block-editor-iframe__html .glwa-hero--image-with-cutout + .glwa-intro--larger-text .glwa-intro__stage .glwa-section-title {
width: 50%;
}
#main-content .glwa-hero--image-with-cutout + .glwa-intro--larger-text .glwa-intro__stage .body, .block-editor-iframe__html .glwa-hero--image-with-cutout + .glwa-intro--larger-text .glwa-intro__stage .body {
min-width: 45%;
width: 50%;
}
@media screen and (max-width: 991px) {
#main-content .glwa-hero--image-with-cutout + .glwa-intro--larger-text .glwa-intro__stage, .block-editor-iframe__html .glwa-hero--image-with-cutout + .glwa-intro--larger-text .glwa-intro__stage {
gap: 0;
flex-direction: column;
width: 100%;
max-width: 640px;
display: flex;
justify-content: space-between;
text-align: center;
margin: 0 auto;
}
#main-content .glwa-hero--image-with-cutout + .glwa-intro--larger-text .glwa-intro__stage .glwa-section-title, .block-editor-iframe__html .glwa-hero--image-with-cutout + .glwa-intro--larger-text .glwa-intro__stage .glwa-section-title {
width: 100%;
}
#main-content .glwa-hero--image-with-cutout + .glwa-intro--larger-text .glwa-intro__stage .body, .block-editor-iframe__html .glwa-hero--image-with-cutout + .glwa-intro--larger-text .glwa-intro__stage .body {
width: 100%;
}
}
#main-content .glwa-intro, .block-editor-iframe__html .glwa-intro {
margin-top: 10vw;
padding: 16vw 0 5vw;
background: transparent;
color: #f5f5f5;
position: relative;
}
#main-content .glwa-intro__shape, .block-editor-iframe__html .glwa-intro__shape {
position: absolute;
inset: 0;
z-index: 1;
pointer-events: none;
background: #0031A7;
-webkit-mask-image: var(--intro-mask);
-webkit-mask-repeat: no-repeat;
-webkit-mask-position: center top;
-webkit-mask-size: cover;
mask-image: var(--intro-mask);
mask-repeat: no-repeat;
mask-position: center top;
mask-size: cover;
}
#main-content .glwa-intro__stage, .block-editor-iframe__html .glwa-intro__stage {
margin: 0 auto 0 0;
width: 45vw;
max-width: 960px;
min-width: 500px;
}
#main-content .glwa-intro .glwa-section-title, .block-editor-iframe__html .glwa-intro .glwa-section-title {
margin-top: 28px;
margin-bottom: 28px;
}
#main-content .glwa-intro p, .block-editor-iframe__html .glwa-intro p {
max-width: 520px;
margin-bottom: 28px;
}
#main-content .glwa-intro p a, .block-editor-iframe__html .glwa-intro p a {
color: inherit;
text-decoration: underline;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
#main-content .glwa-intro, .block-editor-iframe__html .glwa-intro {
margin-top: 20vw;
padding: 50vw 0 9vw;
}
}
#main-content .glwa-intro--larger-text .glwa-icon-mark, .block-editor-iframe__html .glwa-intro--larger-text .glwa-icon-mark {
display: none;
}
#main-content .glwa-intro--larger-text .glwa-section-title, .block-editor-iframe__html .glwa-intro--larger-text .glwa-section-title {
width: 50%;
margin-top: 0;
}
#main-content .glwa-intro--larger-text .body, .block-editor-iframe__html .glwa-intro--larger-text .body {
min-width: 50%;
}
#main-content .glwa-intro--larger-text .body p, .block-editor-iframe__html .glwa-intro--larger-text .body p {
width: 100%;
}
@media screen and (min-width: 767px) {
#main-content .glwa-intro--larger-text .body p, .block-editor-iframe__html .glwa-intro--larger-text .body p {
font-size: 24px;
font-style: normal;
font-weight: 300;
line-height: 32px;
}
}
#main-content .glwa-two-column.glwa-two-column--image-left .glwa-shell, .block-editor-iframe__html .glwa-two-column.glwa-two-column--image-left .glwa-shell {
padding-right: 9vw;
padding-left: 9vw;
}
@media only screen and (max-width: 1199px) {
#main-content .glwa-two-column.glwa-two-column--image-left .glwa-shell, .block-editor-iframe__html .glwa-two-column.glwa-two-column--image-left .glwa-shell {
padding-right: 3vw;
padding-left: 3vw;
}
}
@media only screen and (max-width: 991px) {
#main-content .glwa-two-column.glwa-two-column--image-left .glwa-shell, .block-editor-iframe__html .glwa-two-column.glwa-two-column--image-left .glwa-shell {
padding-left: 12vw;
padding-right: 12vw;
}
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
#main-content .glwa-two-column.glwa-two-column--image-left .glwa-shell, .block-editor-iframe__html .glwa-two-column.glwa-two-column--image-left .glwa-shell {
padding-left: 3vw;
padding-right: 3vw;
}
}
#main-content .glwa-two-column.glwa-two-column--image-left .glwa-shell.wp-block-columns, .block-editor-iframe__html .glwa-two-column.glwa-two-column--image-left .glwa-shell.wp-block-columns {
padding-left: 17.5vw;
padding-right: 17.5vw;
}
@media only screen and (max-width: 991px) {
#main-content .glwa-two-column.glwa-two-column--image-left .glwa-shell.wp-block-columns, .block-editor-iframe__html .glwa-two-column.glwa-two-column--image-left .glwa-shell.wp-block-columns {
padding-left: 40px;
padding-right: 40px;
}
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 400px) {
#main-content .glwa-two-column.glwa-two-column--image-left .glwa-shell.wp-block-columns, .block-editor-iframe__html .glwa-two-column.glwa-two-column--image-left .glwa-shell.wp-block-columns {
padding-left: 20px;
padding-right: 20px;
}
}
#main-content .glwa-two-column .glwa-shell, .block-editor-iframe__html .glwa-two-column .glwa-shell {
padding-left: 9vw;
}
@media only screen and (max-width: 1199px) {
#main-content .glwa-two-column .glwa-shell, .block-editor-iframe__html .glwa-two-column .glwa-shell {
padding-left: 3vw;
}
}
@media only screen and (max-width: 991px) {
#main-content .glwa-two-column .glwa-shell, .block-editor-iframe__html .glwa-two-column .glwa-shell {
padding-left: 12vw;
padding-right: 12vw;
}
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
#main-content .glwa-two-column .glwa-shell, .block-editor-iframe__html .glwa-two-column .glwa-shell {
padding-left: 3vw;
padding-right: 3vw;
}
}
#main-content .glwa-two-column .glwa-shell.wp-block-columns, .block-editor-iframe__html .glwa-two-column .glwa-shell.wp-block-columns {
padding-left: 17.5vw;
padding-right: 17.5vw;
}
@media only screen and (max-width: 991px) {
#main-content .glwa-two-column .glwa-shell.wp-block-columns, .block-editor-iframe__html .glwa-two-column .glwa-shell.wp-block-columns {
padding-left: 40px;
padding-right: 40px;
}
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 400px) {
#main-content .glwa-two-column .glwa-shell.wp-block-columns, .block-editor-iframe__html .glwa-two-column .glwa-shell.wp-block-columns {
padding-left: 20px;
padding-right: 20px;
}
}
#main-content .glwa-two-column.alignwide.glwa-two-column--image-left .glwa-shell, .block-editor-iframe__html .glwa-two-column.alignwide.glwa-two-column--image-left .glwa-shell {
padding-right: 3vw;
}
@media only screen and (max-width: 1199px) {
#main-content .glwa-two-column.alignwide.glwa-two-column--image-left .glwa-shell, .block-editor-iframe__html .glwa-two-column.alignwide.glwa-two-column--image-left .glwa-shell {
padding-right: 0;
}
}
@media only screen and (max-width: 991px) {
#main-content .glwa-two-column.alignwide.glwa-two-column--image-left .glwa-shell, .block-editor-iframe__html .glwa-two-column.alignwide.glwa-two-column--image-left .glwa-shell {
padding-right: 0px;
padding-left: 0px;
}
}
#main-content .glwa-two-column.alignwide .glwa-shell, .block-editor-iframe__html .glwa-two-column.alignwide .glwa-shell {
padding-left: 3vw;
}
@media only screen and (max-width: 1199px) {
#main-content .glwa-two-column.alignwide .glwa-shell, .block-editor-iframe__html .glwa-two-column.alignwide .glwa-shell {
padding-left: 0;
}
}
@media only screen and (max-width: 991px) {
#main-content .glwa-two-column.alignwide .glwa-shell, .block-editor-iframe__html .glwa-two-column.alignwide .glwa-shell {
padding-right: 0px;
padding-left: 0px;
}
}
#main-content .glwa-two-column.alignwide .glwa-shell.wp-block-columns, .block-editor-iframe__html .glwa-two-column.alignwide .glwa-shell.wp-block-columns {
padding-left: 17.5vw;
padding-right: 17.5vw;
}
@media only screen and (max-width: 991px) {
#main-content .glwa-two-column.alignwide .glwa-shell.wp-block-columns, .block-editor-iframe__html .glwa-two-column.alignwide .glwa-shell.wp-block-columns {
padding-left: 40px;
padding-right: 40px;
}
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 400px) {
#main-content .glwa-two-column.alignwide .glwa-shell.wp-block-columns, .block-editor-iframe__html .glwa-two-column.alignwide .glwa-shell.wp-block-columns {
padding-left: 20px;
padding-right: 20px;
}
}
@media only screen and (max-width: 1199px) {
#main-content .glwa-hero, .block-editor-iframe__html .glwa-hero {
padding: 130px 0 180px;
min-height: 60svh;
}
#main-content .glwa-hero__stage, .block-editor-iframe__html .glwa-hero__stage {
width: 70vw;
min-width: 0;
}
#main-content .glwa-hero__stage h1, .block-editor-iframe__html .glwa-hero__stage h1 {
font-size: clamp(42px, 9vw, 80px);
margin-bottom: 24px;
}
#main-content .glwa-hero__stage p, .block-editor-iframe__html .glwa-hero__stage p {
margin-bottom: 24px;
}
#main-content .glwa-intro, .block-editor-iframe__html .glwa-intro {
padding: 240px 0 100px;
}
#main-content .glwa-intro .glwa-shell, .block-editor-iframe__html .glwa-intro .glwa-shell {
padding: 0;
}
#main-content .glwa-intro__stage, .block-editor-iframe__html .glwa-intro__stage {
width: 100%;
min-width: 0;
max-width: 640px;
}
}
@media (max-width: 991px) {
#main-content .glwa-hero, .block-editor-iframe__html .glwa-hero {
padding: 90px 0 150px;
height: auto;
}
#main-content .glwa-hero__stage, .block-editor-iframe__html .glwa-hero__stage {
width: 60vw;
min-width: 0;
font-size: 18px;
}
#main-content .glwa-hero__stage h1, .block-editor-iframe__html .glwa-hero__stage h1 {
font-size: 42px;
margin-bottom: 24px;
}
#main-content .glwa-hero__stage p, .block-editor-iframe__html .glwa-hero__stage p {
font-size: 18px;
margin-bottom: 24px;
}
#main-content .glwa-intro, .block-editor-iframe__html .glwa-intro {
padding: 160px 0 90px;
}
#main-content .glwa-intro__stage, .block-editor-iframe__html .glwa-intro__stage {
width: 100%;
min-width: 0;
max-width: 640px;
font-size: 16px;
}
}
@media (max-width: 767px) {
#main-content .glwa-water-quality-art__bg, .block-editor-iframe__html .glwa-water-quality-art__bg {
background-position: 62% center;
}
#main-content .glwa-hero.glwa-hero--panel-cutout .glwa-hero__stage, .block-editor-iframe__html .glwa-hero.glwa-hero--panel-cutout .glwa-hero__stage {
font-size: 16px;
width: 100%;
max-width: unset;
}
#main-content .glwa-hero, .block-editor-iframe__html .glwa-hero {
min-height: auto;
}
#main-content .glwa-hero__stage, .block-editor-iframe__html .glwa-hero__stage {
width: 100%;
padding-left: 0px;
padding-right: 0px;
font-size: 16px;
}
#main-content .glwa-hero__stage p, .block-editor-iframe__html .glwa-hero__stage p {
font-size: 16px;
}
#main-content .glwa-hero, .block-editor-iframe__html .glwa-hero {
padding: 70px 0 110px;
}
#main-content .glwa-hero.glwa-hero--panel-cutout, .block-editor-iframe__html .glwa-hero.glwa-hero--panel-cutout {
padding-bottom: 175px;
}
#main-content .glwa-water-quality-art .glwa-hero--color-cutout, .block-editor-iframe__html .glwa-water-quality-art .glwa-hero--color-cutout {
min-height: unset;
padding-bottom: calc(min(470px, 70vw) * 0.45 * 1);
}
#main-content .glwa-intro, .block-editor-iframe__html .glwa-intro {
padding: 60vw 0 70px;
}
}
@media (max-height: 600px) and (max-width: 991px) and (orientation: landscape) {
#main-content .glwa-hero__stage, .block-editor-iframe__html .glwa-hero__stage {
width: 70vw;
}
#main-content .glwa-intro__stage, .block-editor-iframe__html .glwa-intro__stage {
width: 100%;
min-width: 0;
max-width: min(640px, 50vw);
}
}
#main-content .block-editor-block-list__block .glwa-shell,
#wpcontent .block-editor-block-list__block .glwa-shell,
.block-editor-block-list__block .glwa-shell {
padding-left: 30px !important;
padding-right: 30px !important;
}
.glwa-gallery-slick__slider {
width: 100%;
overflow: hidden;
}
.glwa-gallery-slick {
position: relative;
}
.glwa-gallery-slick .glwa-shell {
padding: 0;
}
.glwa-gallery-slick__slider {
position: relative;
}
.glwa-gallery-slick__slide {
position: relative;
margin: 0;
border-radius: 8px;
overflow: hidden;
}
.glwa-gallery-slick__slide:before {
content: "";
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 1;
background: linear-gradient(180deg, rgba(102, 102, 102, 0) 68.75%, rgba(0, 0, 0, 0.15) 100%);
pointer-events: none;
}
.glwa-gallery-slick__image {
display: block;
width: 100%;
height: auto;
aspect-ratio: 16/9;
object-fit: cover;
}
.glwa-gallery-slick__caption {
margin-top: 18px;
color: #0031a7;
font-weight: 700;
}
.glwa-gallery-slick .slick-list {
border-radius: 8px;
overflow: hidden;
}
.glwa-gallery-slick .slick-track {
display: flex;
}
.glwa-gallery-slick .slick-slide {
width: 65vw !important;
margin: 0 20px 0 0;
}
@media only screen and (max-width: 991px) {
.glwa-gallery-slick .slick-slide {
width: calc(100vw - 80px) !important;
}
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 400px) {
.glwa-gallery-slick .slick-slide {
width: calc(100vw - 40px) !important;
}
}
.glwa-gallery-slick .slick-slide > div {
height: 100%;
}
.glwa-gallery-slick .slick-dots {
position: absolute;
left: 36px;
bottom: 42px;
z-index: 2;
display: flex;
gap: 12px;
margin: 0;
padding: 0;
list-style: none;
}
.glwa-gallery-slick .slick-dots li {
margin: 0;
padding: 0;
line-height: 0;
position: relative;
}
.glwa-gallery-slick .slick-dots li.slick-active button {
background: #f5f5f5;
}
.glwa-gallery-slick .slick-dots button {
position: relative;
width: 12px;
height: 12px;
padding: 0;
border: 2px solid #f5f5f5;
border-radius: 999px;
background: transparent;
font-size: 0;
line-height: 0;
cursor: pointer;
}
.glwa-gallery-slick .slick-dots button::before {
content: "";
position: absolute;
inset: -16px;
}
@media only screen and (max-width: 991px) {
.glwa-gallery-slick .slick-dots {
bottom: 20px;
left: 20px;
gap: 8px;
}
.glwa-gallery-slick .slick-dots button {
width: 8px;
height: 8px;
border-width: 1px;
}
.glwa-gallery-slick .slick-dots button::before {
inset: -18px;
}
}
.glwa-gallery-slick__arrow {
width: 56px;
height: 56px;
border: 0;
border-radius: 4px;
background: rgba(245, 245, 245, 0.2);
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
backdrop-filter: blur(50px);
color: #f5f5f5;
font-size: 28px;
cursor: pointer;
z-index: 2;
}
.glwa-gallery-slick__arrow--prev, .glwa-gallery-slick__arrow--next {
position: absolute;
bottom: 36px;
}
.glwa-gallery-slick__arrow--prev {
right: 102px;
}
.glwa-gallery-slick__arrow--next {
right: 32px;
}
@media only screen and (max-width: 991px) {
.glwa-gallery-slick__arrow {
width: 40px;
height: 40px;
}
.glwa-gallery-slick__arrow--prev, .glwa-gallery-slick__arrow--next {
position: absolute;
bottom: 20px;
}
.glwa-gallery-slick__arrow--prev {
right: 72px;
}
.glwa-gallery-slick__arrow--next {
right: 20px;
}
}
.editor-styles-wrapper .block-editor-block-list__block h1, .wp-block-post-title {
color: #f5f5f5;
}
.glwa-featured-team-slider__editor-preview {
display: flex;
gap: 40px;
}
.glwa-featured-team-slider__editor-preview .glwa-featured-team-slider__editor-content {
flex: 1;
}
.glwa-two-column-lists-editor__column-body {
width: 100%;
}
#foot-shape {
z-index: 0;
position: absolute;
bottom: -30vw;
left: 0;
width: 100vw;
height: auto;
}
.wrapper {
position: relative;
}
.wrapper section {
position: relative;
z-index: 1;
}
.wrapper .wp-block-columns {
position: relative;
z-index: 1;
}
.page-template-home-page .glwa-footer:after {
z-index: 0;
}
.glwa-footer {
color: #f5f5f5;
position: relative;
font-family: "dm-sans", sans-serif;
}
.glwa-footer:after {
z-index: -1;
background: #0031A7;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: "";
}
.glwa-footer a {
color: #F4FBF3;
text-decoration: none;
}
.glwa-footer__inner {
width: 100%;
margin: 0 auto;
padding-left: 100px;
padding-right: 100px;
box-sizing: border-box;
}
.glwa-footer__main {
padding: 145px 0 120px;
position: relative;
z-index: 4;
}
.glwa-footer__main .glwa-footer__inner {
display: grid;
grid-template-columns: 360px 1fr;
column-gap: 150px;
align-items: start;
}
.glwa-footer__brand-col {
display: flex;
flex-direction: column;
min-height: 394px;
}
.glwa-footer__brand {
display: inline-block;
width: 270px;
}
.glwa-footer__brand img {
display: block;
width: 100%;
height: auto;
}
.glwa-footer__social {
margin-top: auto;
}
.glwa-footer__social h3 {
margin: 0 0 16px;
font-family: "dm-sans", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 20px;
}
.glwa-footer__social-links {
display: flex;
align-items: center;
gap: 18px;
}
.glwa-footer__social-links a {
display: inline-flex;
align-items: center;
justify-content: center;
color: #F4FBF3;
transition: opacity 0.2s ease;
}
.glwa-footer__social-links a:hover, .glwa-footer__social-links a:focus-visible {
opacity: 0.75;
}
.glwa-footer__social-links a:focus-visible {
outline: 2px solid #f5f5f5;
outline-offset: 2px;
}
.glwa-footer__social-links svg {
display: block;
}
.glwa-footer__menus {
display: grid;
grid-template-columns: 1fr 1fr 0.82fr;
column-gap: 92px;
}
.glwa-footer__menu-col {
display: flex;
flex-direction: column;
gap: 30px;
}
.glwa-footer__menu-col--single {
padding-top: 6px;
}
.glwa-footer__menu-group h4 {
margin: 0 0 24px;
font-family: "dm-sans", sans-serif;
font-size: 10px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 1.5px;
text-transform: uppercase;
color: #44B8F3;
}
.glwa-footer__menu-group ul {
list-style: none;
margin: 0;
padding: 0;
}
.glwa-footer__menu-group li + li {
margin-top: 24px;
}
.glwa-footer__menu-group a {
display: inline-block;
font-family: "dm-sans", sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: capitalize;
transition: opacity 0.2s ease;
}
.glwa-footer__menu-group a:hover, .glwa-footer__menu-group a:focus-visible {
opacity: 0.75;
}
.glwa-footer__menu-group a:focus-visible {
outline: 2px solid #f5f5f5;
outline-offset: 2px;
}
.glwa-footer__plain-links {
list-style: none;
margin: 0;
padding: 0;
}
.glwa-footer__plain-links li + li {
margin-top: 24px;
}
.glwa-footer__plain-links a {
vertical-align: top;
display: inline-block;
font-family: "dm-sans", sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: capitalize;
transition: opacity 0.2s ease;
}
.glwa-footer__plain-links a:hover, .glwa-footer__plain-links a:focus-visible {
opacity: 0.75;
}
.glwa-footer__plain-links a:focus-visible {
outline: 2px solid #f5f5f5;
outline-offset: 2px;
}
.glwa-footer__bottom {
border-top: 1px solid rgba(255, 255, 255, 0.1);
padding: 40px 0 45.25px;
z-index: 4;
position: relative;
}
.glwa-footer__bottom .glwa-footer__inner {
display: flex;
align-items: center;
justify-content: space-between;
gap: 32px;
box-sizing: border-box;
}
.glwa-footer__copyright {
font-family: "dm-sans", sans-serif;
font-size: 10px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 1.5px;
text-transform: uppercase;
}
.glwa-footer__legal {
list-style: none;
margin: 0;
padding: 0;
display: flex;
align-items: center;
gap: 42px;
}
.glwa-footer__legal a {
color: #F4FBF3;
font-family: "dm-sans", sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 150%;
letter-spacing: 0.28px;
transition: opacity 0.2s ease;
}
.glwa-footer__legal a:hover, .glwa-footer__legal a:focus-visible {
opacity: 0.75;
}
.glwa-footer__legal a:focus-visible {
outline: 2px solid #f5f5f5;
outline-offset: 2px;
}
@media (max-width: 1199px) {
.glwa-footer__main {
padding: 100px 0 80px;
}
.glwa-footer__main .glwa-footer__inner {
grid-template-columns: 1fr;
row-gap: 64px;
padding-left: 40px;
padding-right: 40px;
}
.glwa-footer .glwa-footer__social h3 {
font-size: 20px;
}
.glwa-footer .glwa-footer__menu-group h4, .glwa-footer .glwa-footer__menu-group a, .glwa-footer .glwa-footer__plain-links h4, .glwa-footer .glwa-footer__plain-links a {
font-size: 20px;
}
.glwa-footer__brand-col {
min-height: 0;
}
.glwa-footer__social {
margin-top: 40px;
}
.glwa-footer__menus {
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 48px 56px;
}
.glwa-footer__menu-col--single {
padding-top: 0;
}
.glwa-footer__bottom .glwa-footer__inner {
padding-left: 50px;
padding-right: 50px;
}
}
@media (max-width: 991px) {
.glwa-footer__inner {
padding-left: 40px;
padding-right: 40px;
}
.glwa-footer__bottom .glwa-footer__inner {
flex-direction: column;
align-items: flex-start;
padding-left: 40px;
padding-right: 40px;
}
}
@media (max-width: 767px) {
.glwa-footer__main {
padding: 100px 0 80px;
}
.glwa-footer__main .glwa-footer__inner {
grid-template-columns: 1fr;
row-gap: 64px;
padding-left: 20px;
padding-right: 20px;
}
.glwa-footer__inner {
padding-left: 20px;
padding-right: 20px;
}
.glwa-footer__bottom .glwa-footer__inner {
flex-direction: column;
align-items: flex-start;
padding-left: 20px;
padding-right: 20px;
}
.glwa-footer__main {
padding: 72px 0 56px;
}
.glwa-footer__brand {
width: 220px;
}
.glwa-footer__menus {
grid-template-columns: 1fr;
gap: 36px;
}
.glwa-footer__menu-group li + li {
margin-top: 16px;
}
.glwa-footer__menu-group a {
font-size: 16px;
}
.glwa-footer__plain-links li + li {
margin-top: 18px;
}
.glwa-footer__plain-links a {
font-size: 16px;
}
.glwa-footer__bottom {
padding: 28px 0 32px;
}
.glwa-footer__copyright {
font-size: 10px;
line-height: 1.4;
}
.glwa-footer__legal {
flex-direction: column;
align-items: flex-start;
gap: 14px;
}
.glwa-footer__legal a {
font-size: 15px;
}
}
html :where(.editor-styles-wrapper) {
color: inherit !important;
}
#main-content, .block-editor-iframe__html {
--glwa-blue: #0031A7;
--glwa-blue-deep: #06257c;
--glwa-blue-light: #67CCFF;
--glwa-green: #24EBA7;
--glwa-white: #f5f5f5;
--glwa-ice: #f5f5f5;
--glwa-dark-text: #02216E;
background: #0031A7;
color: #ffffff;
}
#main-content *, .block-editor-iframe__html * {
box-sizing: border-box;
}
.glwa-shell {
width: 100%;
padding-left: 3vw;
padding-right: 3vw;
position: relative;
z-index: 3;
margin-inline: auto;
}
.glwa-shell.glwa-shell--narrow {
padding-left: 9vw;
padding-right: 9vw;
}
.glwa-section-title {
margin: 0;
color: #f5f5f5;
}
.glwa-section-title.centered {
margin: 0 auto;
}
.glwa-section-title strong,
.glwa-section-title em,
.glwa-section-title span {
color: #67CCFF;
font-style: normal;
}
.glwa-section-title--blue {
color: #0031A7;
}
.bg-wrapper {
background: #0031A7;
position: relative;
z-index: 1;
}
.glwa-home-hero {
--hero-scroll-progress: 0;
--hero-headline-opacity: 1;
--hero-video-width: 100vw;
--hero-video-height: 755px;
--hero-video-radius: 8px;
--hero-copy-opacity: 0;
--hero-copy-translate: 40px;
}
@media screen and (min-width: 767px) {
.glwa-home-hero.is-fullscreen-video .glwa-home-hero__video {
position: fixed;
top: 0;
}
}
.glwa-home-hero__topline, .glwa-home-hero__line-2 {
opacity: var(--hero-headline-opacity);
transition: opacity 0.12s linear;
will-change: opacity;
}
.glwa-home-hero__video {
width: var(--hero-video-width);
height: var(--hero-video-height);
border-radius: var(--hero-video-radius);
left: 50%;
transform: translateX(-50%);
transition: width 0.12s linear, height 0.12s linear, border-radius 0.12s linear;
will-change: width, height, border-radius;
}
.glwa-home-hero__body, .glwa-home-hero__button, .glwa-home-hero__tagline {
opacity: var(--hero-copy-opacity);
transform: translateY(var(--hero-copy-translate));
transition: opacity 0.16s linear, transform 0.16s linear;
will-change: opacity, transform;
}
.glwa-home-hero {
height: 160vh;
}
.glwa-home-hero {
padding: 220px 0 0px;
overflow: hidden;
z-index: 0 !important;
}
.glwa-home-hero__inner {
width: 100%;
max-width: 100%;
margin: 0 auto;
padding: 0 44px;
height: 100%;
}
.glwa-home-hero__stage {
position: relative;
min-height: 100vh;
overflow: hidden;
border-radius: 8px;
height: 100%;
}
.glwa-home-hero__stage::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}
.glwa-home-hero__video {
position: absolute;
width: 100vw;
height: 100vh;
object-fit: cover;
display: block;
border-radius: 8px;
z-index: 1;
overflow: hidden;
}
.glwa-home-hero__topline {
position: relative;
z-index: 3;
width: 100%;
background: transparent;
}
.glwa-home-hero__topline:after {
content: "";
position: absolute;
top: 100%;
width: 8px;
height: 8px;
background: transparent;
z-index: 2;
right: 0;
border-top-right-radius: 8px;
box-shadow: 8px -8px 0 8px #0031A7;
}
.glwa-home-hero__topline:before {
content: "";
position: absolute;
top: 100%;
width: 8px;
height: 8px;
background: transparent;
z-index: 2;
left: 0;
border-top-left-radius: 8px;
box-shadow: -8px -8px 0 8px #0031A7;
}
.glwa-home-hero__topline-svg {
width: 100%;
height: 100%;
display: block;
}
@media screen and (min-width: 1440px) {
.glwa-home-hero__topline-svg {
height: 8.6952vw;
}
}
.glwa-home-hero__topline-svg rect {
height: 100%;
}
.glwa-home-hero__topline-svg text {
fill: #000;
font-family: "archivo-condensed", sans-serif;
text-align: center;
font-size: min(138px, 9.5vw);
font-style: normal;
font-weight: 800;
line-height: 1.0869;
text-transform: uppercase;
}
@media screen and (min-width: 1440px) {
.glwa-home-hero__topline-svg text {
font-size: 8vw;
}
}
.glwa-home-hero__content {
position: relative;
z-index: 4;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
.glwa-home-hero__line-2 {
margin: 0;
color: #fff;
font-family: "archivo-condensed", sans-serif;
text-align: center;
font-size: min(138px, 9.5vw);
font-style: normal;
font-weight: 800;
line-height: 1.0869;
text-transform: uppercase;
letter-spacing: 0;
}
@media screen and (min-width: 1440px) {
.glwa-home-hero__line-2 {
font-size: 8vw;
}
}
.glwa-home-hero__line-2__mobile {
display: none;
}
.glwa-home-hero__body {
max-width: 620px;
margin: auto 0 28px;
color: #fff;
font-size: 23px;
line-height: 1.38;
font-weight: 400;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 4;
text-align: center;
}
.glwa-home-hero__body p {
margin: 0 auto 40px;
display: block;
}
.glwa-home-hero__body a.glwa-btn {
display: inline-block;
clear: both;
margin: 30px auto 0;
}
.glwa-home-hero__button {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 113px;
height: 37px;
padding: 0 16px;
color: #fff;
text-decoration: none;
font-family: "dm-sans", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: capitalize;
border-radius: 5px;
background: rgba(245, 245, 245, 0.16);
box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.09), 0 40px 80px 0 rgba(0, 0, 0, 0.3);
backdrop-filter: blur(50px);
}
@media screen and (max-width: 1367px) and (orientation: landscape) {
.glwa-home-hero .glwa-home-hero {
height: 100vh;
}
}
@media only screen and (max-width: 1023px) and (orientation: portrait) {
.glwa-home-hero .glwa-home-hero {
height: 100vh;
}
.glwa-home-hero .glwa-home-hero__inner {
height: 100%;
}
.glwa-home-hero__topline {
height: 98px;
}
.glwa-home-hero__topline-svg text {
font-size: 90px;
line-height: 0.98;
}
.glwa-home-hero__content {
min-height: 40vh;
padding: 0 28px 90px;
}
.glwa-home-hero__line-2 {
font-size: 100px;
line-height: 0.98;
}
}
@media only screen and (max-width: 1023px) and (orientation: portrait) {
.glwa-home-hero {
padding-top: 100px;
}
}
@media (max-width: 767px) {
.glwa-home-hero {
padding: 96px 0 28px;
}
.glwa-home-hero__inner {
padding: 0 16px;
}
.glwa-home-hero__stage {
min-height: 470px;
}
.glwa-home-hero__topline {
height: 127px;
}
.glwa-home-hero__topline rect {
height: 100%;
}
.glwa-home-hero__topline-svg text {
font-size: 60px;
font-style: normal;
font-weight: 800;
line-height: 60px;
}
.glwa-home-hero__topline-svg rect {
height: 100%;
}
.glwa-home-hero__content {
height: calc((100vw - 40px) * 0.61);
min-height: unset;
padding: 0 18px 0px;
}
.glwa-home-hero__line-2 {
font-size: 60px;
font-style: normal;
font-weight: 800;
line-height: 60px;
}
.glwa-home-hero__body {
max-width: calc(100vw - 40px);
font-size: 16px;
margin-bottom: 0;
margin: 0 auto;
position: relative;
opacity: 1;
top: unset;
transform: none;
left: 0;
margin-top: 35px;
}
.glwa-home-hero__body p {
margin-bottom: 35px;
}
.glwa-home-hero__button {
min-width: 104px;
height: 36px;
font-size: 13px;
opacity: 1;
transform: none;
}
}
.glwa-home-hero__topline {
position: relative;
width: 100%;
}
.glwa-home-hero__topline-svg {
display: block;
width: 100%;
overflow: visible;
}
.glwa-home-hero__topline-svg rect {
height: 100%;
}
.glwa-home-hero__mask-text {
fill: black;
font-family: inherit;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 0;
font-size: 140px;
}
.glwa-home-hero__mask-text--mobile {
display: none;
}
@media (max-width: 767px) {
.glwa-home-hero__topline-svg {
height: 127px;
}
.glwa-home-hero__topline-svg rect {
height: 100%;
}
.glwa-home-hero__mask-text--desktop {
display: none;
}
.glwa-home-hero__mask-text--mobile {
display: block;
}
}
@media (max-width: 479px) {
.glwa-home-hero__topline-svg rect {
height: 100%;
}
}
.glwa-feature-card {
padding-bottom: 90px;
position: relative;
z-index: 1;
}
.glwa-feature-card .glwa-section-title strong {
color: #44B8F3;
}
.glwa-feature-card__inner {
display: grid;
align-items: center;
min-height: 610px;
background: #f5f5f5;
border-radius: 4px;
overflow: hidden;
grid-template-columns: 1fr 0.97fr;
}
.glwa-feature-card__content {
padding: 72px 56px 72px 54px;
color: #02216E;
}
.glwa-feature-card__copy {
max-width: 470px;
margin-top: 28px;
}
.glwa-feature-card__copy p {
margin: 0;
}
.glwa-feature-card__actions {
display: block;
flex-wrap: wrap;
flex-direction: column;
gap: 14px;
margin-top: 34px;
}
.glwa-feature-card__actions .glwa-btn {
margin-bottom: 14px;
}
.glwa-feature-card__media {
position: relative;
min-height: 610px;
height: 100%;
overflow: hidden;
}
.glwa-feature-card__media img {
position: relative;
z-index: 2;
width: 100%;
height: 100%;
object-fit: cover;
object-position: left top;
}
.glwa-feature-card__blob {
position: absolute;
inset: 7% 8% auto auto;
width: 76%;
aspect-ratio: 1;
background: #67CCFF;
border-radius: 50% 44% 51% 48%/43% 54% 45% 58%;
transform: translate(2%, -3%) rotate(16deg);
z-index: 1;
}
.glwa-learning-resources {
padding: 100px 0 50px;
position: relative;
z-index: 0;
background: transparent;
}
.glwa-learning-resources:after {
position: absolute;
top: 0;
left: 0;
background: #0031A7;
z-index: -1;
width: 100%;
height: 100%;
}
.glwa-learning-resources.glwa-section-bg--white {
padding: 100px 0;
background: #f5f5f5;
}
.glwa-learning-resources.glwa-section-bg--white .glwa-section-title {
color: #0031A7;
}
.glwa-learning-resources.glwa-section-bg--white .glwa-learning-resources__copy {
color: #0031A7;
}
.glwa-learning-resources.glwa-section-bg--white .glwa-resource-card__title {
color: #0031A7;
}
.glwa-learning-resources.glwa-section-bg--white .glwa-tag {
backdrop-filter: none;
background-color: #E1E2E3;
color: #02216E;
}
.glwa-learning-resources.glwa-section-bg--white .glwa-tag svg path {
fill: #02216E;
}
.glwa-learning-resources.glwa-section-bg--white .glwa-resource-card {
border-color: #B8BAC0;
}
.glwa-learning-resources__intro {
display: grid;
grid-template-columns: repeat(2, 50%);
gap: 32px;
align-items: start;
margin-bottom: 80px;
}
.glwa-learning-resources .section_links {
margin-top: 40px;
}
.glwa-learning-resources__copy {
color: #f5f5f5;
}
.glwa-learning-resources__copy p {
margin: 0 0 20px;
}
.glwa-learning-resources__copy p:last-of-type {
margin-bottom: 0;
}
.glwa-learning-resources__copy p a {
color: inherit;
text-decoration: underline;
}
.glwa-learning-resources__copy + .glwa-btn {
margin-top: 36px;
}
.glwa-learning-resources__grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 18px;
}
.glwa-resource-card {
position: relative;
min-height: calc((100vw - 100px) / 3 - 17.92px);
display: flex;
flex-direction: column;
justify-content: space-between;
padding: 18px 18px 12px;
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 12px;
background: rgba(255, 255, 255, 0.015);
overflow: hidden;
}
.glwa-resource-card__title {
position: relative;
z-index: 2;
width: 100%;
margin: 18px 0 auto;
color: #f5f5f5;
}
@media only screen and (max-width: 991px) {
.glwa-resource-card__title {
margin-bottom: 40px;
}
}
.glwa-resource-card__meta {
position: relative;
z-index: 2;
}
.glwa-resource-card__image {
margin-top: 0px;
border-radius: 4px;
overflow: hidden;
width: 57%;
height: calc((min(100vw - 260px, 1440px) * 0.333 - 12px - 36px) * 0.57 * 0.82);
z-index: 1;
opacity: 1;
position: absolute;
left: 18px;
bottom: 12px;
transition: width 0.2s cubic-bezier(0.4, 0, 0.2, 1), height 0.2s cubic-bezier(0.4, 0, 0.2, 1), bottom 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0.15s, left 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0.15s;
transition: bottom 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, left 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, width 0.45s cubic-bezier(0.4, 0, 0.2, 1), height 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.glwa-resource-card__image:before {
opacity: 0;
z-index: 1;
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
transition: opacity 0.45s ease;
}
.glwa-resource-card__image img {
width: 100%;
height: 100%;
object-fit: cover;
position: relative;
z-index: 0;
}
.glwa-resource-card__solid {
min-height: calc((100vw - 100px) / 3 - 13.3px);
}
.glwa-resource-card__solid .glwa-resource-card__image {
height: calc((min(100vw - 260px, 1440px) * 0.333 - 12px - 36px) * 0.57 * 0.82);
background: #f5f5f5;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
.glwa-resource-card__solid:hover .glwa-resource-card__meta .glwa-tag, .glwa-resource-card__solid:focus-within .glwa-resource-card__meta .glwa-tag {
background: rgba(245, 245, 245, 0.18);
backdrop-filter: blur(calc(var(--sds-size-blur-100) / 2));
transition: all 0.15s ease 0.45s;
}
.glwa-resource-card__solid:hover .glwa-resource-card__image, .glwa-resource-card__solid:focus-within .glwa-resource-card__image {
border-radius: 3px;
background: #0031A7;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
aspect-ratio: unset;
position: absolute;
transition: bottom 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, left 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, width 0.45s cubic-bezier(0.4, 0, 0.2, 1), height 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.glwa-resource-card__solid:hover .glwa-resource-card__image:before, .glwa-resource-card__solid:focus-within .glwa-resource-card__image:before {
display: none;
opacity: 0;
}
.glwa-resource-card__solid:hover .glwa-resource-card__bg_image, .glwa-resource-card__solid:focus-within .glwa-resource-card__bg_image {
transition: all 0.25s ease;
}
.glwa-resource-card__solid:hover .glwa-resource-card__title, .glwa-resource-card__solid:focus-within .glwa-resource-card__title {
color: #f5f5f5;
transition: all 0.15s ease 0.1s;
}
}
.glwa-resource-card .glwa-resource-card__bg_image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
opacity: 0;
pointer-events: none;
transition: all 0.25s ease;
}
.glwa-resource-card .glwa-resource-card__bg_image:before {
content: "";
position: absolute;
width: 100%;
left: 0;
height: 100%;
top: 0;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.glwa-resource-card .glwa-resource-card__bg_image img {
width: 100%;
height: 100%;
object-fit: cover;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
.glwa-resource-card:hover .glwa-resource-card__meta .glwa-tag {
background: rgba(245, 245, 245, 0.18);
backdrop-filter: blur(calc(var(--sds-size-blur-100) / 2));
transition: all 0.15s ease 0.45s;
}
.glwa-resource-card:hover .glwa-resource-card__image {
border-radius: 3px;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
aspect-ratio: unset;
position: absolute;
transition: bottom 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, left 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, width 0.45s cubic-bezier(0.4, 0, 0.2, 1), height 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.glwa-resource-card:hover .glwa-resource-card__image:before {
opacity: 1;
z-index: 1;
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
transition: opacity 0.45s ease;
}
.glwa-resource-card:hover .glwa-resource-card__bg_image {
transition: all 0.25s ease;
}
.glwa-resource-card:hover .glwa-resource-card__title {
color: #f5f5f5;
transition: all 0.15s ease 0.1s;
}
}
.glwa-resource-card__link {
position: absolute;
right: 18px;
bottom: 14px;
display: grid;
place-items: center;
width: 36px;
height: 36px;
border-radius: 8px;
color: #f5f5f5;
font-size: 1rem;
z-index: 2;
}
.glwa-resource-card__link svg {
width: 100%;
height: auto;
}
.glwa-resource-card__link:focus-visible {
outline: 2px solid #f5f5f5;
outline-offset: 2px;
}
.glwa-featured-story {
padding-bottom: 64px;
padding-top: 50px;
}
.glwa-featured-story__media-wrap {
position: relative;
min-height: 760px;
border-radius: 6px;
overflow: hidden;
}
.glwa-featured-story__single .glwa-featured-story__content {
justify-content: space-between;
min-height: max(36vw, 760px);
}
.glwa-featured-story__image, .glwa-featured-story__overlay {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
}
.glwa-featured-story__image {
object-fit: cover;
}
.glwa-featured-story__overlay {
background: linear-gradient(90deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.18) 44%, rgba(0, 0, 0, 0.02) 100%);
}
.glwa-featured-story__content {
position: relative;
z-index: 1;
display: flex;
flex-direction: column;
justify-content: flex-start;
width: min(600px, 100%);
min-height: max(40vw, 760px);
padding: 72px 52px 42px;
color: #f5f5f5;
}
.glwa-featured-story__quote {
margin: 0 0 32px;
font-family: "dm-sans", sans-serif;
color: #f5f5f5;
}
.glwa-featured-story__role {
margin: 8px 0 0;
font-size: 15px;
font-style: normal;
font-weight: 300;
line-height: 25px;
}
.glwa-featured-story__thumbs {
display: flex;
gap: 14px;
margin-top: 110px;
align-items: center;
}
.glwa-featured-story__thumb {
width: 58px;
height: 58px;
padding: 0;
border: 0;
border-radius: 8px;
overflow: hidden;
cursor: pointer;
opacity: 0.7;
background: transparent;
}
.glwa-featured-story__thumb img {
width: 100%;
height: 100%;
object-fit: cover;
}
.glwa-featured-story__thumb.is-active {
opacity: 1;
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.75);
}
.glwa-featured-story__media-wrap {
position: relative;
overflow: hidden;
}
.glwa-featured-story__slider {
position: relative;
}
.glwa-featured-story__slider .slick-list,
.glwa-featured-story__slider .slick-track,
.glwa-featured-story__slider .glwa-featured-story__slide {
height: 100%;
}
.glwa-featured-story__image {
width: 100%;
height: 100%;
display: block;
object-fit: cover;
}
.glwa-featured-story .glwa-featured-story__mobile {
display: none;
}
@media screen and (max-width: 991px) and (orientation: portrait) {
.glwa-featured-story .glwa-featured-story__mobile {
display: block;
}
}
.glwa-featured-story .glwa-featured-story__desktop {
display: block;
}
@media screen and (max-width: 991px) and (orientation: portrait) {
.glwa-featured-story .glwa-featured-story__desktop {
display: none;
}
}
.glwa-featured-story__overlay {
position: absolute;
inset: 0;
pointer-events: none;
}
.glwa-featured-story__content {
inset: 0;
z-index: 2;
}
.glwa-featured-story__thumbs_wrapper {
position: absolute;
left: 0;
right: 0;
bottom: 100px;
z-index: 3;
padding: 0 80px;
}
.glwa-featured-story__thumbs_wrapper .slick-list {
overflow: visible;
}
.glwa-featured-story__thumbs_wrapper .slick-track {
display: flex;
align-items: center;
gap: 12px;
transform: none !important;
}
.glwa-featured-story__thumb-slide {
margin: 0 20px 0 0;
width: 70px;
height: 70px;
position: relative;
transition: all 0.15s ease;
}
.glwa-featured-story__thumb-slide.slick-current {
width: 90px;
height: 90px;
transition: all 0.15s ease;
}
.glwa-featured-story__thumb-slide.slick-current:after {
content: "";
position: absolute;
top: calc(100% + 10px);
left: 50%;
transform: translateX(-50%);
width: 10.208px;
height: 10.208px;
background: #f5f5f5;
border-radius: 50%;
}
.glwa-featured-story__thumb {
appearance: none;
border: 0;
background: transparent;
padding: 0;
width: 100%;
cursor: pointer;
opacity: 1;
transition: opacity 0.2s ease, transform 0.2s ease;
width: 100%;
height: 100%;
}
.glwa-featured-story__thumb img {
width: 100%;
height: 100%;
border-radius: 10px;
overflow: hidden;
}
.slick-current .glwa-featured-story__thumb, .glwa-featured-story__thumb:hover, .glwa-featured-story__thumb:focus-visible {
opacity: 1;
}
.slick-current .glwa-featured-story__thumb img, .glwa-featured-story__thumb:hover img, .glwa-featured-story__thumb:focus-visible img {
transform-origin: center center;
}
.glwa-projects-strip {
background: #f5f5f5;
color: #02216E;
padding: 110px 0 130px;
}
.glwa-projects-strip--bg-blue {
background: #0031A7;
color: #f5f5f5;
}
.glwa-projects-strip--bg-blue .glwa-projects-strip__copy {
color: #f5f5f5;
}
.glwa-projects-strip--bg-blue .glwa-projects-strip__intro h2 {
color: #f5f5f5;
}
.glwa-projects-strip--bg-blue .glwa-projects-strip__intro h2 strong {
color: #44B8F3;
}
.glwa-projects-strip__intro {
display: grid;
grid-template-columns: minmax(320px, 1fr) minmax(0, 2.125fr);
gap: 96px;
align-items: start;
margin-bottom: 100px;
}
.glwa-projects-strip__intro h2 {
color: #0031A7;
}
.glwa-projects-strip__intro h2 strong {
color: #00B476;
}
.glwa-projects-strip__copy {
color: #02216E;
}
.glwa-projects-strip__copy p {
margin: 0;
}
.glwa-projects-strip__actions {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 10px;
margin-top: 20px;
}
.glwa-projects-strip__actions .glwa-icon-btn {
height: 41px;
width: auto;
min-height: unset;
padding: 0;
}
.glwa-projects-strip__actions .glwa-icon-btn svg {
width: auto;
height: 100%;
}
.glwa-projects-strip__track-wrap {
overflow: hidden;
padding-left: calc((100vw - min(100vw - 64px, 1440px)) / 2);
}
.glwa-projects-strip__track {
display: flex;
gap: 12px;
width: max-content;
padding-right: 32px;
}
.glwa-learning-projects__slide {
margin: 0 7px;
width: 35vw;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
.glwa-learning-projects__slide .glwa-project-card:hover .glwa-project-card__bg {
transform: scale(1.15);
transition: all 0.15s ease;
will-change: transform;
}
}
@media only screen and (max-width: 1199px) {
.glwa-learning-projects__slide {
width: 45vw;
}
}
.glwa-project-card {
position: relative;
width: 100%;
aspect-ratio: 5/4;
background: linear-gradient(180deg, rgba(0, 0, 0, 0.56) 6.25%, rgba(0, 0, 0, 0.14) 48.08%, rgba(0, 0, 0, 0.56) 90%), url(//www.glwater.org/wp-content/themes/glwa/css/<path-to-image>) lightgray 50%/cover no-repeat;
background-blend-mode: multiply, normal;
overflow: hidden;
flex: 0 0 auto;
border-radius: 8px;
}
.glwa-project-card img, .glwa-project-card svg, .glwa-project-card__overlay {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
}
.glwa-project-card img, .glwa-project-card svg {
z-index: 0;
object-fit: cover;
}
.glwa-project-card__bg {
width: 100%;
height: 100%;
background-position: center center;
display: block;
position: absolute;
background-size: cover;
transform: scale(1);
transition: all 0.15s ease;
will-change: transform;
}
.glwa-project-card__overlay {
background: linear-gradient(to top, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.08));
}
.glwa-project-card__title {
bottom: 0;
left: 0;
padding: 24px 30px;
color: #f5f5f5;
}
.glwa-project-card__media {
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
gap: 60px;
}
.glwa-project-card__meta {
z-index: 5;
padding: 20px 30px;
box-sizing: border-box;
font-family: "dm-sans", sans-serif;
font-size: 10px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 1.5px;
text-transform: uppercase;
}
.glwa-project-card__meta .glwa-pill {
color: #F5F5F5;
border-radius: 6px;
background: rgba(245, 245, 245, 0.15);
backdrop-filter: blur(50px);
box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.09), 0 40px 80px 0 rgba(0, 0, 0, 0.3);
}
.glwa-project-card__content {
position: absolute;
bottom: 0;
z-index: 1;
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100%;
padding: 24px 30px;
}
.glwa-project-card__content h3 {
margin: auto 0 0;
font-size: clamp(1.9rem, 2vw, 2.5rem);
line-height: 0.96;
color: #f5f5f5;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
.glwa-project-card:hover__bg {
transform: scale(1.15);
transition: all 0.15s ease;
will-change: transform;
}
}
.video_modal_trigger {
display: block;
position: relative;
width: min(100vw - 260px, 900px);
margin: 0 auto;
}
.video_modal_trigger img {
width: 100%;
height: calc(min(100vw - 260px, 900px) * 0.619);
object-fit: cover;
border-radius: 8px;
overflow: hidden;
}
.video_modal_trigger figcaption {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.video_modal_trigger figcaption button {
border-radius: 6px;
background: rgba(245, 245, 245, 0.2);
font-family: "dm-sans", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: capitalize;
box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.09), 0 40px 80px 0 rgba(0, 0, 0, 0.3);
backdrop-filter: blur(50px);
height: 46px;
}
@media only screen and (max-width: 991px) {
.video_modal_trigger {
width: 100%;
}
.video_modal_trigger img {
height: calc((100vw - 40px) * 0.619);
}
}
.glwa-team-stories {
position: relative;
padding: 112px 0 140px;
}
.glwa-team-stories .glwa-shell {
position: relative;
z-index: 1;
}
.glwa-team-stories__intro {
max-width: 760px;
margin: 0 auto 52px;
text-align: center;
color: #f5f5f5;
}
.glwa-team-stories__copy {
max-width: 650px;
margin: 25px auto 40px;
}
.glwa-team-stories__copy p {
margin: 0;
}
.glwa-team-stories__grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 20px;
}
.glwa-cta-grid {
position: relative;
padding: 150px 0 100px;
}
.glwa-cta-grid__layout {
display: grid;
grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1fr);
gap: 20px;
align-items: stretch;
}
.glwa-cta-grid__stack {
display: grid;
gap: 20px;
grid-template-rows: repeat(2, 1fr);
}
@media only screen and (max-width: 1023px) and (orientation: portrait) {
.glwa-cta-grid__layout {
grid-template-columns: 1fr;
}
}
.glwa-cta-card {
position: relative;
display: block;
border-radius: 8px;
overflow: hidden;
}
.glwa-cta-card__copy {
max-width: calc(100% - 100px);
}
.glwa-cta-card:focus-visible {
outline: 2px solid #f5f5f5;
outline-offset: 2px;
}
.glwa-cta-card--small {
background: var(--card-bg, #69c7ff);
color: #02216E;
min-height: 260px;
}
.glwa-cta-card--small .glwa-cta-card__inner {
padding: 28px 18px 18px;
}
.glwa-cta-card--small h2 {
color: #0031A7;
}
.glwa-cta-card--small h3 {
max-width: 300px;
}
.glwa-cta-card--small:focus-visible {
outline-color: #02216E;
}
.glwa-cta-card--feature {
min-height: 540px;
min-height: 40vw;
color: #f5f5f5;
}
.glwa-cta-card--feature img,
.glwa-cta-card--feature .glwa-cta-card__overlay {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
}
.glwa-cta-card--feature img {
object-fit: cover;
transform: scale(1);
transition: all 0.15s ease;
will-change: transform;
}
.glwa-cta-card--feature .glwa-cta-card__overlay {
background: linear-gradient(to top, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.18));
}
.glwa-cta-card--feature .glwa-cta-card__inner {
position: relative;
z-index: 1;
padding: 28px;
justify-content: flex-start;
gap: 20px;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
.glwa-cta-card--feature:hover img {
transform: scale(1.2);
transition: all 0.15s ease;
will-change: transform;
}
}
.glwa-cta-card__inner {
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
gap: 100px;
}
.glwa-cta-card__icon {
position: absolute;
bottom: 23px;
right: 23px;
display: grid;
place-items: center;
width: 60px;
height: 60px;
}
.glwa-cta-card__icon svg {
width: 100%;
height: auto;
}
@media only screen and (max-width: 1023px) and (orientation: portrait) {
.glwa-cta-card__icon {
width: 40px;
height: 40px;
}
.glwa-cta-card--feature {
min-height: 70vw;
}
.glwa-cta-card--feature .glwa-cta-card__inner {
gap: 20px;
justify-content: space-between;
}
.glwa-cta-card__inner {
gap: 40px;
}
.glwa-cta-card__copy {
max-width: calc(100% - 60px);
}
.glwa-cta-card__copy br {
display: none;
}
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 400px) {
.glwa-cta-card--feature .glwa-cta-card__inner {
gap: 20px;
justify-content: space-between;
}
.glwa-cta-card__inner {
gap: 20px;
justify-content: space-between;
}
.glwa-cta-card__copy {
max-width: calc(100% - 70px);
}
.glwa-cta-card__copy br {
display: none;
}
}
@media (max-width: 1199px) {
.glwa-shell {
width: min(100% - 100px, 1440px);
padding-left: 0;
padding-right: 0;
}
}
@media only screen and (max-width: 1199px) and (max-width: 1199px) {
.glwa-shell.glwa-shell--narrow {
padding-left: 3vw;
padding-right: 3vw;
}
}
@media (max-width: 1199px) {
.glwa-feature-card__actions {
display: flex;
flex-wrap: nowrap;
flex-direction: row;
gap: 14px;
margin-top: 34px;
align-items: center;
justify-content: center;
}
.glwa-feature-card__actions br {
display: none;
}
.glwa-feature-card__copy {
max-width: unset;
}
.glwa-feature-card__inner {
grid-template-columns: 1fr;
text-align: center;
}
.glwa-feature-card__inner h2 {
margin-left: auto;
margin-right: auto;
}
.glwa-feature-card__media {
min-height: 480px;
}
.glwa-featured-story__name {
font-size: 30px;
}
.glwa-featured-story__overlay {
background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 24.4%, rgba(0, 0, 0, 0) 91.39%);
}
}
@media only screen and (max-width: 1023px) and (orientation: portrait) {
.glwa-home-hero {
height: auto;
}
.glwa-home-hero__stage {
min-height: 50vh;
}
.glwa-home-hero__video {
height: 50vh;
}
.glwa-featured-story__overlay {
background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 24.4%, rgba(0, 0, 0, 0) 91.39%);
}
}
@media (max-width: 991px) {
.glwa-shell {
width: calc(100% - 40px);
}
.glwa-shell.glwa-shell--narrow {
padding-left: 3vw;
padding-right: 3vw;
}
.glwa-resource-card {
padding-bottom: calc((100vw - 12px - 36px) * 0.57 * 0.82);
}
.glwa-resource-card__image {
height: calc((100vw - 12px - 36px) * 0.57 * 0.82);
}
.glwa-home-hero__topline {
height: 60px;
}
.glwa-home-hero__topline-svg rect {
height: 100%;
}
.glwa-home-hero__topline-svg text {
font-size: 60px;
font-style: normal;
font-weight: 800;
line-height: 60px;
}
.glwa-home-hero__line-2 {
font-size: 60px;
font-style: normal;
font-weight: 800;
line-height: 60px;
}
.glwa-featured-story__overlay {
border-radius: 8px;
background: linear-gradient(180deg, #011037 31.49%, rgba(0, 0, 0, 0.47) 49.35%, rgba(0, 0, 0, 0) 73.29%, rgba(0, 0, 0, 0.7) 90.17%);
}
.glwa-impact-stat__content,
.glwa-impact-stat .glwa-learning-resources__intro,
.glwa-impact-stat .glwa-projects-strip__intro,
.glwa-impact-stat .glwa-cta-grid__layout,
.glwa-impact-stat .glwa-footer-cta__inner {
grid-template-columns: 1fr;
}
.glwa-impact-stat__rail {
align-items: flex-start;
}
.glwa-learning-resources__intro,
.glwa-projects-strip__intro {
display: grid;
grid-template-columns: 1fr;
gap: 35px;
}
.glwa-projects-strip__actions {
margin-top: 35px;
}
.glwa-featured-story__media-wrap, .glwa-featured-story__content {
min-height: 640px;
}
.glwa-featured-story__content {
width: 100%;
padding: 40px 26px 28px;
}
.glwa-featured-story__thumbs_wrapper {
margin-top: 52px;
padding: 0 26px;
}
.glwa-featured-story__slide:before {
border-radius: 8px;
position: absolute;
bottom: 0;
right: 0;
left: 0;
top: 0;
content: "";
z-index: 1;
}
.glwa-featured-story__slide img {
margin: auto 0 0;
height: 69%;
}
.glwa-featured-story__thumb-slide {
width: 60px;
height: 60px;
margin: 0;
}
.glwa-featured-story__thumb-slide.slick-current {
width: 75px;
height: 75px;
}
.glwa-cta-grid__stack,
.glwa-learning-resources__grid,
.glwa-team-stories__grid,
.glwa-footer-cta__menus {
grid-template-columns: 1fr;
}
}
@media (max-width: 767px) {
.glwa-home-hero__video {
border-radius: 6px;
height: calc((100vw - 40px) * 0.61 + 127px);
}
.glwa-home-hero__topline {
height: 127px;
}
.glwa-home-hero__line-2 {
font-size: 60px;
font-style: normal;
font-weight: 800;
line-height: 60px;
display: none;
}
.glwa-home-hero__line-2__mobile {
display: block;
}
.glwa-feature-card {
padding-bottom: 56px;
}
.glwa-feature-card__actions {
display: block;
margin-top: 34px;
align-items: center;
justify-content: center;
}
.glwa-feature-card__actions br {
display: block;
}
.glwa-feature-card__content {
padding: 36px 22px;
}
.glwa-feature-card__media {
min-height: 340px;
}
.glwa-learning-resources,
.glwa-team-stories,
.glwa-cta-grid {
padding-block: 56px;
}
.glwa-resource-card {
padding-bottom: calc((100vw - 12px - 36px) * 0.57 * 0.82);
}
.glwa-resource-card__image {
height: calc((100vw - 12px - 36px) * 0.57 * 0.82);
position: absolute;
}
.glwa-featured-story__name {
font-size: 2.4rem;
}
.glwa-featured-story__quote {
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 1.375;
}
.glwa-projects-strip__actions {
margin-top: 35px;
}
.glwa-footer-cta__inner {
gap: 30px;
}
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 400px) {
.glwa-cip-projects__slider .slick-track {
display: flex !important;
align-items: stretch;
}
.glwa-cip-projects__slider .slick-slide {
height: auto;
}
.glwa-cip-projects__slider .slick-slide > div {
height: 100%;
}
.glwa-learning-projects__slide {
width: 78vw;
height: auto;
margin: 0 7px;
}
.glwa-learning-projects__slide .glwa-project-card {
height: 100%;
aspect-ratio: unset;
}
.glwa-project-card {
aspect-ratio: auto;
min-height: 0;
display: flex;
flex-direction: column;
overflow: hidden;
}
.glwa-project-card__media {
position: relative;
display: flex;
flex-direction: column;
justify-content: space-between;
min-height: 300px;
height: 100%;
gap: 24px;
}
.glwa-project-card__bg, .glwa-project-card__overlay {
position: absolute;
inset: 0;
}
.glwa-project-card__meta, .glwa-project-card__title {
position: relative;
z-index: 2;
}
.glwa-project-card__meta {
padding: 20px 20px 0;
}
.glwa-project-card__title {
position: relative;
bottom: auto;
left: auto;
margin-top: auto;
padding: 0 20px 20px;
font-size: clamp(1.5rem, 6vw, 2.1rem);
line-height: 0.96;
}
}
.glwa-learning-hero {
padding: clamp(70px, 8vw, 120px) 0 100px;
background: #f5f5f5;
}
.glwa-learning-hero__inner {
display: grid;
grid-template-columns: minmax(240px, 360px) 1fr;
gap: clamp(36px, 9vw, 120px);
align-items: start;
}
.glwa-learning-hero__heading {
margin: 0;
text-transform: uppercase;
color: #0031a7;
}
.glwa-learning-hero__copy {
color: #02216E;
font-family: "dm-sans", sans-serif;
font-size: max(24px, 1.67vw);
font-style: normal;
font-weight: 300;
line-height: 1.333;
}
@media only screen and (max-width: 991px) {
.glwa-learning-hero__copy {
font-size: 18px;
}
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 400px) {
.glwa-learning-hero__copy {
font-size: 16px;
}
}
.glwa-learning-hero__quick-links,
.glwa-post-index__topic-pills {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-top: 18px;
}
.glwa-pill,
.glwa-card-kicker {
display: inline-flex;
align-items: center;
gap: 6px;
border-radius: 5px;
background: #dcebf8;
color: #0031a7;
padding: 7px 10px;
text-decoration: none;
line-height: 1;
}
.glwa-pill.is-active {
background: #0031a7;
color: #f5f5f5;
}
.glwa-featured-posts {
padding-bottom: clamp(130px, 18vw, 230px);
background: #f5f5f5;
}
.glwa-featured-posts__slider {
position: relative;
overflow: hidden;
border-radius: 5px;
}
.glwa-featured-posts__track {
display: block;
transition: none;
}
.glwa-featured-posts__track .slick-list,
.glwa-featured-posts__track .slick-track {
display: flex;
height: 100%;
}
.glwa-featured-posts__track .slick-slide {
display: flex;
height: auto;
}
.glwa-featured-posts__track .slick-slide > div:not(.glwa-featured-posts__card) {
display: flex;
width: 100%;
}
.glwa-featured-posts__slide {
flex: none;
width: 100%;
height: auto;
min-height: clamp(420px, 48vw, 620px);
display: flex !important;
position: relative;
}
.glwa-featured-posts__slide.has-image::before {
content: "";
position: absolute;
inset: 0;
background-image: var(--slide-image);
background-size: cover;
z-index: 0;
background-position: center;
}
.glwa-featured-posts__slide.has-image::after {
content: "";
position: absolute;
inset: 0;
background-image: var(--slide-image);
background-size: cover;
background-position: center;
border-radius: 8px;
background: linear-gradient(270deg, rgba(0, 0, 0, 0) 21.94%, rgba(0, 0, 0, 0.3) 100%);
z-index: 2;
}
.glwa-featured-posts__card {
position: relative;
z-index: 3;
width: 50%;
min-height: 390px;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
padding: clamp(30px, 4vw, 52px);
border-radius: 5px;
background: rgba(245, 245, 245, 0.15);
margin: 75px 72px 150px;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
backdrop-filter: blur(50px);
color: #f5f5f5;
}
.glwa-featured-posts__card .glwa-resource-card__meta .glwa-tag {
border-radius: 3px;
background: rgba(0, 49, 167, 0.2);
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
backdrop-filter: blur(50px);
}
.glwa-featured-posts__title {
margin: 24px 0 36px;
color: #f5f5f5;
text-transform: none;
}
.glwa-featured-posts__excerpt {
margin-bottom: 34px;
}
.glwa-featured-posts__controls {
position: absolute;
right: 34px;
bottom: 34px;
display: flex;
gap: 10px;
}
.glwa-featured-posts__arrow,
.glwa-learning-card__arrow {
display: inline-grid;
place-items: center;
width: 42px;
height: 42px;
border: 0;
border-radius: 2px;
text-decoration: none;
cursor: pointer;
border-radius: 3px;
background: rgba(245, 245, 245, 0.2);
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
backdrop-filter: blur(50px);
}
.glwa-featured-posts__arrow:focus-visible,
.glwa-learning-card__arrow:focus-visible {
outline: 2px solid #f5f5f5;
outline-offset: 2px;
}
.glwa-learning-card__arrow:focus-visible {
outline-color: #02216E;
}
.glwa-featured-posts__dots {
position: absolute;
left: 72px;
bottom: 34px;
}
.glwa-featured-posts__dots ul {
display: flex;
gap: 8px;
}
.glwa-featured-posts__dots ul li {
display: block;
overflow: hidden;
transition: all 0.15s ease;
}
.glwa-featured-posts__dots ul li button {
border: 2px solid #f5f5f5;
width: 12px;
height: 12px;
border-radius: 50%;
padding: 0;
background: transparent;
opacity: 1;
text-indent: -9999px;
}
.glwa-featured-posts__dots ul li button:focus-visible {
outline: 2px solid #f5f5f5;
outline-offset: 2px;
}
.glwa-featured-posts__dots ul li.slick-active button {
background: #f5f5f5;
transition: all 0.15s ease;
}
.glwa-featured-posts__dots button.is-active {
opacity: 1;
}
.glwa-post-index {
background: #f5f5f5;
}
.glwa-post-index__empty {
color: #02216E;
}
.glwa-post-index--padding-y-none {
padding: 0;
}
.glwa-post-index--padding-y-sm {
padding: max(3vw, 50px) 0;
}
.glwa-post-index--padding-y-md {
padding: 0 0 clamp(80px, 12vw, 150px);
}
.glwa-post-index--padding-y-lg {
padding: max(9vw, 180px) 0;
}
.glwa-post-index--padding-y-xl {
padding: max(12vw, 220px) 0;
}
.glwa-post-index__filters {
display: flex;
flex-wrap: wrap;
gap: 14px;
align-items: center;
padding-bottom: 28px;
margin-bottom: 24px;
border-bottom: 1px solid rgba(0, 49, 167, 0.18);
position: relative;
}
.glwa-filter-panel {
display: contents;
}
.glwa-filter-panel__toggle {
display: inline-flex;
align-items: center;
gap: 14px;
border: 0;
color: #02216E;
font-weight: 500;
cursor: pointer;
}
.glwa-filter-panel__toggle:focus-visible {
outline: 2px solid #02216E;
outline-offset: 2px;
}
.glwa-filter-panel__toggle span {
display: inline-flex;
align-items: center;
justify-content: center;
width: 14px;
height: 14px;
line-height: 1;
border-radius: 999px;
background: #f5f5f5;
}
.glwa-filter-panel__menu {
display: none;
position: static;
width: 100%;
flex-basis: 100%;
order: 10;
padding: 18px 0 0;
gap: 10px;
flex-wrap: wrap;
}
.glwa-filter-panel.is-open .glwa-filter-panel__menu {
display: flex;
}
.glwa-sort-select {
position: relative;
display: inline-flex;
align-items: center;
}
.glwa-sort-select select {
appearance: none;
border: 0;
border-radius: 5px;
background: #e6e6e6;
color: #0031a7;
padding: 16px 44px 16px 18px;
cursor: pointer;
}
.glwa-sort-select::after {
content: "+";
position: absolute;
right: 16px;
top: 50%;
transform: translateY(-50%);
width: 16px;
height: 16px;
border-radius: 999px;
background: #f5f5f5;
color: #0031a7;
font-size: 14px;
font-weight: 700;
line-height: 15px;
text-align: center;
pointer-events: none;
}
.glwa-sort-select:focus-within select {
outline: 2px solid #0031a7;
outline-offset: 2px;
}
.glwa-post-index__sort {
margin-left: auto;
}
.glwa-post-index__sort a {
color: #B8BAC0;
}
.glwa-post-index__sort a.is-active {
color: #02216E;
}
.glwa-post-index__sort a:focus-visible {
outline: 2px solid #02216E;
outline-offset: 2px;
}
.glwa-filter-pill input {
position: absolute;
opacity: 0;
pointer-events: none;
}
.glwa-filter-pill span {
display: inline-flex;
align-items: center;
gap: 8px;
color: #02216E;
border-radius: 5px;
background: var(--Grays-Gray-100, #E1E2E3);
backdrop-filter: blur(calc(var(--sds-size-blur-100) / 2));
cursor: pointer;
}
.glwa-filter-pill span::before {
content: "";
width: 12px;
height: 12px;
border: 1.5px solid #0031a7;
border-radius: 999px;
}
.glwa-filter-pill input:checked + span {
background: #8ed8f8;
}
.glwa-filter-pill input:checked + span::before {
background: url(//www.glwater.org/wp-content/themes/glwa/assets/icons/checkbox-cobalt.svg) no-repeat center center/cover;
background-size: cover;
}
.glwa-filter-pill input:focus-visible + span {
outline: 2px solid #02216E;
outline-offset: 2px;
}
.glwa-post-index__grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 22px;
margin-top: 70px;
}
.glwa-post-index__grid .glwa-resource-card {
border: 1px solid rgba(0, 49, 167, 0.2);
border-radius: 5px;
background: #f5f5f5;
}
.glwa-post-index__grid .glwa-resource-card .glwa-resource-card__meta .glwa-tag {
background: #E1E2E3;
color: #02216E;
}
.glwa-post-index__grid .glwa-resource-card .glwa-resource-card__meta .glwa-tag svg path {
fill: #02216E;
}
.glwa-post-index__grid .glwa-resource-card .glwa-resource-card__link:focus-visible {
outline-color: #02216E;
}
.glwa-post-index__grid .glwa-resource-card .glwa-resource-card__link svg rect {
fill: #E1E2E3;
fill-opacity: 1;
}
.glwa-post-index__grid .glwa-resource-card .glwa-resource-card__link svg path {
stroke: #02216E;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
.glwa-post-index__grid .glwa-resource-card:hover .glwa-resource-card__meta .glwa-tag {
background: rgba(245, 245, 245, 0.18);
backdrop-filter: blur(calc(var(--sds-size-blur-100) / 2));
transition: all 0.15s ease 0.45s;
color: #f5f5f5;
}
.glwa-post-index__grid .glwa-resource-card:hover .glwa-resource-card__meta .glwa-tag svg path {
fill: #f5f5f5;
transition: all 0.15s ease 0.45s;
}
.glwa-post-index__grid .glwa-resource-card:hover .glwa-resource-card__image {
border-radius: 3px;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
aspect-ratio: unset;
position: absolute;
transition: bottom 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, left 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, width 0.45s cubic-bezier(0.4, 0, 0.2, 1), height 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.glwa-post-index__grid .glwa-resource-card:hover .glwa-resource-card__image:before {
opacity: 1;
z-index: 1;
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
transition: opacity 0.45s ease;
}
.glwa-post-index__grid .glwa-resource-card:hover .glwa-resource-card__link svg rect {
fill: #f5f5f5;
fill-opacity: 0.15;
transition: all 0.15s ease 0.45s;
}
.glwa-post-index__grid .glwa-resource-card:hover .glwa-resource-card__link svg path {
stroke: #f5f5f5;
transition: all 0.15s ease 0.45s;
}
.glwa-post-index__grid .glwa-resource-card:hover .glwa-resource-card__bg_image {
transition: all 0.25s ease;
}
.glwa-post-index__grid .glwa-resource-card:hover .glwa-resource-card__title {
color: #f5f5f5;
transition: all 0.15s ease 0.1s;
}
}
.glwa-post-index__grid .glwa-resource-card__title {
color: #0031A7;
}
@media only screen and (max-width: 1199px) {
.glwa-post-index__grid {
grid-template-columns: repeat(2, 1fr);
}
.glwa-post-index__grid .glwa-resource-card {
padding-bottom: calc((min(100vw - 260px, 1440px) * 0.45 - 12px - 36px) * 0.57 * 0.82);
}
.glwa-post-index__grid .glwa-resource-card__image {
width: 40%;
height: calc((min(100vw - 260px, 1440px) * 0.45 - 12px - 36px) * 0.57 * 0.82);
}
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 400px) {
.glwa-post-index__grid {
grid-template-columns: 1fr;
}
.glwa-post-index__grid .glwa-resource-card {
padding-bottom: calc((100vw - 12px - 36px) * 0.57 * 0.82);
}
.glwa-post-index__grid .glwa-resource-card__image {
width: 55%;
height: calc((100vw - 12px - 36px) * 0.57 * 0.82);
}
}
.glwa-learning-card__title a {
color: inherit;
text-decoration: none;
}
.glwa-learning-card__title a:focus-visible {
outline: 2px solid #02216E;
outline-offset: 2px;
}
.glwa-learning-card__image {
align-self: end;
display: block;
width: min(190px, 76%);
}
.glwa-learning-card__image img {
width: 100%;
aspect-ratio: 1/1;
object-fit: cover;
border-radius: 3px;
}
.glwa-learning-card__arrow {
justify-self: end;
align-self: end;
}
.glwa-post-index__pagination {
display: flex;
justify-content: center;
gap: 4px;
margin-top: 70px;
}
.glwa-post-index__pagination .page-numbers {
display: inline-grid;
place-items: center;
padding: 10px;
min-width: 28px;
border-radius: 6px;
color: #0031a7;
text-decoration: none;
background: #E1E2E3;
line-height: 1;
}
.glwa-post-index__pagination .page-numbers:focus-visible {
outline: 2px solid #02216E;
outline-offset: 2px;
}
.glwa-post-index__pagination .page-numbers.prev {
background: none;
margin-right: 40px;
}
.glwa-post-index__pagination .page-numbers.next {
background: none;
margin-left: 40px;
}
.glwa-post-index__pagination .page-numbers.current {
background: #0031a7;
color: #f5f5f5;
}
.glwa-learning-page__below-content > *:first-child {
margin-top: 0;
}
@media (max-width: 991px) {
.glwa-learning-hero__inner,
.glwa-post-index__grid {
grid-template-columns: 1fr;
}
.glwa-learning-hero__inner {
text-align: center;
gap: 24px;
}
.glwa-learning-hero__inner .glwa-learning-hero__quick-links {
justify-content: center;
margin-top: 24px;
}
.glwa-featured-posts__slide {
padding: 24px;
}
.glwa-featured-posts__card {
min-height: 320px;
width: 100%;
margin: 20px 0px 80px;
}
.glwa-featured-posts__controls {
right: 24px;
bottom: 24px;
}
.glwa-featured-posts__dots {
bottom: 24px;
left: 24px;
}
}
@media (max-width: 560px) {
.glwa-post-index__filters label,
.glwa-post-index__filters select,
.glwa-post-index__filters button {
width: 100%;
}
}
.glwa-resource-single {
color: #02216E;
}
.glwa-resource-single .glwa-resource-single__header {
background: #f5f5f5;
max-width: unset;
width: 100vw;
margin: 0 auto 0;
padding-top: 120px;
background: #f5f5f5;
padding-left: 17.5vw;
padding-right: 17.5vw;
padding-bottom: 75px;
position: relative;
z-index: 5;
}
.glwa-resource-single .glwa-resource-single__header h1 {
text-transform: capitalize;
padding-bottom: 36px;
border-bottom: 2px solid #B8BAC0;
margin-bottom: 36px;
}
.glwa-resource-single .glwa-resource-single__header .glwa-resource-card__meta {
margin-bottom: 36px;
}
.glwa-resource-single .glwa-resource-single__header .glwa-resource-card__meta .glwa-tag {
background: #E1E2E3;
color: #02216E;
}
.glwa-resource-single .glwa-resource-single__header .glwa-resource-card__meta .glwa-tag svg path {
fill: #02216E;
}
.glwa-resource-single .glwa-resource-single__header .glwa-resource-card__meta .glwa-tag + .glwa-tag {
margin-left: 15px;
}
.glwa-resource-single .glwa-resource-single__header .glwa-resource-single__post_meta {
display: flex;
gap: 10px;
color: var(--Navys-Navy-200, #02216E);
font-family: "dm-sans", sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: capitalize;
}
.glwa-resource-single .glwa-resource-single__header .glwa-cip-project-hero__media {
margin-bottom: 36px;
}
.glwa-resource-single .glwa-resource-single__header .glwa-cip-project-hero__media img {
display: block;
width: 100%;
max-height: 420px;
border-radius: 8px;
object-fit: cover;
}
.glwa-resource-single .glwa-resource-single__header .glwa-cip-project-hero__stats {
display: flex;
flex-wrap: wrap;
gap: 24px;
list-style: none;
margin: 0 0 36px;
padding: 0;
}
.glwa-resource-single .glwa-resource-single__header .glwa-cip-project-hero__stats li {
display: flex;
flex-direction: column;
gap: 4px;
}
.glwa-resource-single .glwa-resource-single__header .glwa-cip-project-hero__stats .glwa-cip-project-hero__stat-label {
font-size: 11px;
font-family: "dm-sans", sans-serif;
font-weight: 500;
letter-spacing: 0.1em;
text-transform: uppercase;
color: #9B9B9B;
}
.glwa-resource-single .glwa-resource-single__header .glwa-cip-project-hero__stats .glwa-cip-project-hero__stat-value {
font-family: "archivo-condensed", sans-serif;
font-size: 18px;
font-weight: 800;
color: #02216E;
}
.glwa-resource-single .glwa-resource-single__header .glwa-cip-project-hero__scope {
margin-bottom: 36px;
}
.glwa-resource-single .glwa-resource-single__header .glwa-cip-project-hero__scope p {
margin: 0;
}
.glwa-resource-single .glwa-resource-single__header .glwa-cip-project-hero__scope p + p {
margin-top: 20px;
}
.glwa-resource-single .glwa-resource-single__header .glwa-cip-project-hero__actions {
display: flex;
flex-wrap: wrap;
gap: 16px;
}
@media only screen and (max-width: 991px) {
.glwa-resource-single .glwa-resource-single__header {
padding-left: 40px;
padding-right: 40px;
}
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 400px) {
.glwa-resource-single .glwa-resource-single__header {
padding-left: 20px;
padding-right: 20px;
}
}
.glwa-resource-single .wp-block-columns h3 {
margin-bottom: 36px;
text-transform: none;
}
.glwa-resource-single .wp-block-columns p + p {
margin-top: 20px;
}
.glwa-resource-single .wp-block-columns .wp-block-image {
width: 100%;
height: auto;
}
.glwa-resource-single .wp-block-columns .wp-block-image img {
border-radius: 8px;
width: 100%;
height: auto;
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 400px) {
.glwa-resource-single .wp-block-columns .wp-block-image img {
aspect-ratio: 16/9;
}
}
.glwa-resource-single .wp-block-columns .wp-block-paragraph + .wp-block-buttons {
margin-top: 36px;
}
.glwa-resource-single .wp-block-columns .wp-block-embed iframe {
width: 100%;
height: auto;
aspect-ratio: 16/9;
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 400px) {
.glwa-resource-single .glwa-two-column--padding-y-sm,
.glwa-resource-single .glwa-two-column--padding-y-md,
.glwa-resource-single .glwa-two-column--padding-y-lg,
.glwa-resource-single .glwa-two-column--padding-y-xl {
padding-top: 40px;
padding-bottom: 40px;
}
}
.glwa-resource-single .glwa-archive-downloads__title {
color: #0031A7;
}
@media (max-width: 991px) {
.glwa-resource-single .glwa-two-column__title, .glwa-resource-single .glwa-two-column__copy {
text-align: left;
margin-left: 0;
}
.glwa-resource-single .glwa-two-column--image-left .glwa-two-column__content-inner,
.glwa-resource-single .glwa-two-column--image-right .glwa-two-column__content-inner {
padding-left: 0;
padding-right: 0;
}
}
.glwa-resource-single__title {
color: #0031A7;
}
.glwa-resource-single__document-section {
background: #f5f5f5;
width: 100vw;
max-width: unset;
margin: 0 auto;
position: relative;
z-index: 1;
padding-top: 36px;
padding-bottom: 75px;
padding-left: 17.5vw;
padding-right: 17.5vw;
}
@media only screen and (max-width: 991px) {
.glwa-resource-single__document-section {
padding-left: 40px;
padding-right: 40px;
}
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 400px) {
.glwa-resource-single__document-section {
padding-left: 20px;
padding-right: 20px;
}
}
.glwa-resource-single__document-link svg {
margin-left: 10px;
}
.glwa-resource-single__content .glwa-shell.glwa-columns-shell {
background: #f5f5f5;
color: #02216E;
}
.glwa-resource-single__content .glwa-shell.glwa-columns-shell h1, .glwa-resource-single__content .glwa-shell.glwa-columns-shell h2, .glwa-resource-single__content .glwa-shell.glwa-columns-shell h3, .glwa-resource-single__content .glwa-shell.glwa-columns-shell h4, .glwa-resource-single__content .glwa-shell.glwa-columns-shell h5 {
color: #0031A7;
}
.glwa-resource-single__content .glwa-shell.glwa-columns-shell h1:not(.glwa-resource-single__content .glwa-shell.glwa-columns-shell h1:first-child, .glwa-resource-single__content .glwa-shell.glwa-columns-shell h2:first-child, .glwa-resource-single__content .glwa-shell.glwa-columns-shell h3:first-child, .glwa-resource-single__content .glwa-shell.glwa-columns-shell h4:first-child, .glwa-resource-single__content .glwa-shell.glwa-columns-shell h5:first-child), .glwa-resource-single__content .glwa-shell.glwa-columns-shell h2:not(.glwa-resource-single__content .glwa-shell.glwa-columns-shell h1:first-child, .glwa-resource-single__content .glwa-shell.glwa-columns-shell h2:first-child, .glwa-resource-single__content .glwa-shell.glwa-columns-shell h3:first-child, .glwa-resource-single__content .glwa-shell.glwa-columns-shell h4:first-child, .glwa-resource-single__content .glwa-shell.glwa-columns-shell h5:first-child), .glwa-resource-single__content .glwa-shell.glwa-columns-shell h3:not(.glwa-resource-single__content .glwa-shell.glwa-columns-shell h1:first-child, .glwa-resource-single__content .glwa-shell.glwa-columns-shell h2:first-child, .glwa-resource-single__content .glwa-shell.glwa-columns-shell h3:first-child, .glwa-resource-single__content .glwa-shell.glwa-columns-shell h4:first-child, .glwa-resource-single__content .glwa-shell.glwa-columns-shell h5:first-child), .glwa-resource-single__content .glwa-shell.glwa-columns-shell h4:not(.glwa-resource-single__content .glwa-shell.glwa-columns-shell h1:first-child, .glwa-resource-single__content .glwa-shell.glwa-columns-shell h2:first-child, .glwa-resource-single__content .glwa-shell.glwa-columns-shell h3:first-child, .glwa-resource-single__content .glwa-shell.glwa-columns-shell h4:first-child, .glwa-resource-single__content .glwa-shell.glwa-columns-shell h5:first-child), .glwa-resource-single__content .glwa-shell.glwa-columns-shell h5:not(.glwa-resource-single__content .glwa-shell.glwa-columns-shell h1:first-child, .glwa-resource-single__content .glwa-shell.glwa-columns-shell h2:first-child, .glwa-resource-single__content .glwa-shell.glwa-columns-shell h3:first-child, .glwa-resource-single__content .glwa-shell.glwa-columns-shell h4:first-child, .glwa-resource-single__content .glwa-shell.glwa-columns-shell h5:first-child) {
margin-top: 60px;
}
.glwa-gallery-slick {
margin: 60px;
}
.glwa-search-page {
background: #f5f5f5;
}
.glwa-search-page .glwa-cta-grid:after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #0031A7;
z-index: -2;
}
.glwa-search-hero {
padding: clamp(100px, 10vw, 220px) 0 clamp(50px, 7vw, 90px);
background: #0031A7;
color: #f5f5f5;
}
.glwa-search-hero__eyebrow {
margin: 0 0 18px;
color: #f5f5f5;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.04em;
}
.glwa-search-hero__heading {
margin: 0 0 34px;
color: #f5f5f5;
text-transform: none;
}
.glwa-search-form {
display: flex;
gap: 12px;
width: 100%;
background: #1242B4;
border-radius: 8px;
padding: 12px;
}
.glwa-search-form__input {
width: 100%;
border: none;
border-radius: 0;
outline: none;
color: #f5f5f5;
padding: 0 0 0 12px;
font-family: "dm-sans", sans-serif;
font-size: 18px;
background: #1242B4;
}
.glwa-search-form__input:focus-visible {
outline: 2px solid #f5f5f5;
outline-offset: 2px;
}
.glwa-search-form__input::placeholder {
color: #f5f5f5;
}
.glwa-search-form__input::-webkit-search-cancel-button {
-webkit-appearance: none;
appearance: none;
}
.glwa-search-results {
padding: 0 0 clamp(80px, 12vw, 150px);
}
.glwa-search-results:after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -2;
}
.glwa-search-results__meta {
padding-bottom: 28px;
margin-bottom: 24px;
border-bottom: 1px solid rgba(0, 49, 167, 0.18);
color: #f5f5f5;
}
.glwa-search-results__grid {
display: grid;
grid-template-columns: 1fr;
gap: 22px;
}
.glwa-search-card {
display: flex;
flex-direction: column;
border-top: 1px solid #B8BAC0;
border-radius: 0;
padding: 28px 0;
}
.glwa-search-card__meta {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-bottom: 22px;
}
.glwa-search-card__type,
.glwa-search-card__date {
display: inline-flex;
border-radius: 5px;
background: #042985;
color: #f5f5f5;
padding: 7px 10px;
font-size: 12px;
line-height: 1;
}
.glwa-search-card__title {
margin: 0 0 18px;
color: #f5f5f5;
text-transform: none;
}
.glwa-search-card__title a {
color: inherit;
text-decoration: none;
}
.glwa-search-card__title a:focus-visible {
outline: 2px solid #02216E;
outline-offset: 2px;
}
.glwa-search-card__excerpt {
color: #f5f5f5;
margin-bottom: 28px;
}
.glwa-search-card__link {
margin-top: auto;
text-decoration: none;
align-self: flex-start;
}
.glwa-search-card__link:focus-visible {
outline: 2px solid #02216E;
outline-offset: 2px;
}
.glwa-search-pagination {
display: flex;
justify-content: center;
gap: 4px;
margin-top: 70px;
}
.glwa-search-pagination .page-numbers {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 10px 18px;
border: 0;
border-radius: 8px;
cursor: pointer;
transition: transform 0.2s ease, background 0.2s ease, all 0.2s ease;
background: #1242B4;
color: #f5f5f5;
}
.glwa-search-pagination .page-numbers:hover {
background: #02216E;
}
.glwa-search-pagination .page-numbers:hover {
text-decoration: none;
}
.glwa-search-pagination .page-numbers:hover, .glwa-search-pagination .page-numbers:focus-visible {
transition: transform 0.2s ease, background 0.2s ease, all 0.2s ease;
}
.glwa-search-pagination .page-numbers:focus-visible {
outline: 2px solid #000;
outline-color: inherit;
outline-offset: 2px;
}
.glwa-search-pagination .page-numbers.current {
background: #02216E;
color: #f5f5f5;
}
.glwa-search-pagination .page-numbers.prev, .glwa-search-pagination .page-numbers.next {
background: none;
margin-inline: 30px;
}
.glwa-search-pagination .page-numbers.prev svg path, .glwa-search-pagination .page-numbers.next svg path {
stroke: #f5f5f5;
}
.glwa-search-empty {
max-width: 720px;
color: #02216E;
}
.glwa-search-empty h2 {
color: #0031a7;
}
@media (max-width: 900px) {
.glwa-search-results__grid {
grid-template-columns: 1fr;
}
}
.glwa-search-modal {
position: fixed;
inset: 0;
z-index: 9999;
display: grid;
place-items: center;
padding: 24px;
background: #0031A7;
opacity: 0;
visibility: hidden;
height: 100dvh;
pointer-events: none;
transition: opacity 0.2s ease, visibility 0.2s ease;
}
.glwa-search-modal h2 {
color: #f5f5f5;
margin-bottom: 36px;
}
.glwa-search-modal.is-open {
opacity: 1;
visibility: visible;
pointer-events: auto;
}
.glwa-search-modal .modal__content {
position: relative;
z-index: 10;
width: 100%;
max-width: 960px;
margin: 0 40px;
}
.glwa-search-modal .modal__content h2 {
margin-left: auto;
margin-right: auto;
text-align: center;
width: 100%;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
.glwa-search-modal .modal__content {
margin: 0 20px;
}
}
.glwa-search-modal__close {
position: absolute;
top: 28px;
right: 28px;
width: 42px;
height: 42px;
border: 0;
border-radius: 4px;
display: flex;
align-items: center;
justify-content: center;
color: #f5f5f5;
font-size: 34px;
line-height: 1;
cursor: pointer;
z-index: 20;
}
.glwa-search-modal__form {
background: #1242B4;
width: min(760px, 100%);
display: flex;
gap: 12px;
padding: 12px 12px 12px 0;
align-items: center;
border-radius: 8px;
z-index: 10;
}
.glwa-search-modal__input {
width: 100%;
border: 0;
border-radius: 5px;
background: transparent;
color: #f5f5f5;
padding: 0px 12px 0px 25px;
border: none;
outline: none;
font-family: "dm-sans", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 1.3125;
}
.glwa-search-modal__input:focus-visible {
outline: 2px solid #f5f5f5;
outline-offset: 3px;
}
.glwa-search-modal__input::placeholder {
color: #f5f5f5;
}
.glwa-search-modal__input::-webkit-search-cancel-button {
-webkit-appearance: none;
appearance: none;
}
body.glwa-search-modal-open {
overflow: hidden;
}
@media (max-width: 640px) {
.glwa-search-modal__close {
top: 18px;
right: 18px;
}
}
#modal_wave {
position: absolute;
right: 0;
min-width: 100vw;
height: auto;
z-index: 0;
top: 20%;
pointer-events: none;
min-height: 200vh;
width: auto;
}
[id^=rlvlive_] {
display: none;
}
.tribe-common {
--tec-font-family-base: dm-sans, sans-serif;
--tec-font-family-heading: archivo-condensed, sans-serif;
--tec-color-text-primary: #02216E;
--tec-color-text-secondary: #02216E;
--tec-color-background-primary: #f5f5f5;
--tec-color-background-secondary: #f5f5f5;
--tec-color-accent-primary: #0031A7;
--tec-color-accent-primary-active: #02216E;
--tec-color-accent-primary-hover: #02216E;
--tec-color-icon-primary: #0031A7;
--tec-color-icon-secondary: #02216E;
--tec-color-border-primary: rgba(2, 33, 110, 0.15);
--tec-color-border-secondary: rgba(2, 33, 110, 0.15);
font-family: "dm-sans", sans-serif;
color: #02216E;
box-sizing: border-box;
background: #f5f5f5 !important;
padding: 48px !important;
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 400px) {
.tribe-common {
padding: 24px !important;
}
}
.tribe-common * {
box-sizing: border-box;
}
#tribe-events-content,
.tribe-events-widget,
.tribe-events-view {
background: #f5f5f5;
}
.tribe-common h1,
.tribe-common h2,
.tribe-common h3,
.tribe-common h4,
.tribe-events-header h1,
.tribe-events-header h2,
.tribe-events-c-top__title,
.tribe-events-calendar-month__header-column,
.tribe-events-single-event-title,
.tribe-events-single-section-title {
font-family: "archivo-condensed", sans-serif;
color: #0031A7 !important;
text-transform: uppercase;
font-weight: 800;
}
.tribe-events-calendar-month__day-date,
.tribe-events-c-messages__message,
.tribe-events-schedule,
.tribe-events-schedule__date,
.tribe-events-single-event-description,
.tribe-events-meta-group,
.tribe-events-abbr,
.tribe-events-calendar-month__calendar-event-title,
.tribe-events-calendar-month__calendar-event-title-link {
color: #02216E;
font-family: "dm-sans", sans-serif;
}
.tribe-events-calendar-month__header {
border-color: rgba(2, 33, 110, 0.15);
}
.tribe-events-calendar-month__day {
background: #f5f5f5;
border-color: rgba(2, 33, 110, 0.1);
}
.tribe-events-calendar-month__day--current {
background: rgba(0, 49, 167, 0.05);
}
.tribe-events-c-messages {
background: rgba(2, 33, 110, 0.05);
border-radius: 12px;
}
.tribe-events-c-messages .tribe-events-c-messages__message {
color: #02216E;
}
.tribe-events-c-messages svg,
.tribe-events-c-messages svg path {
fill: #0031A7;
}
.tribe-common-c-btn,
.tribe-events-c-top__today-button,
.tribe-events-c-top__datepicker-button,
.tribe-events-c-nav__next,
.tribe-events-c-nav__prev,
.tribe-events-c-subscribe-dropdown__button {
font-family: "dm-sans", sans-serif;
font-weight: 500;
border-radius: 8px !important;
background: #0031A7 !important;
color: #f5f5f5 !important;
border-color: #0031A7 !important;
transition: background 0.2s ease;
}
.tribe-common-c-btn:hover, .tribe-common-c-btn:focus-visible,
.tribe-events-c-top__today-button:hover,
.tribe-events-c-top__today-button:focus-visible,
.tribe-events-c-top__datepicker-button:hover,
.tribe-events-c-top__datepicker-button:focus-visible,
.tribe-events-c-nav__next:hover,
.tribe-events-c-nav__next:focus-visible,
.tribe-events-c-nav__prev:hover,
.tribe-events-c-nav__prev:focus-visible,
.tribe-events-c-subscribe-dropdown__button:hover,
.tribe-events-c-subscribe-dropdown__button:focus-visible {
background: #02216E !important;
border-color: #02216E !important;
}
.tribe-events-single-event-title {
font-family: "archivo-condensed", sans-serif;
color: #0031A7;
text-transform: uppercase;
font-weight: 800;
}
.tribe-events-single .tribe-events-schedule,
.tribe-events-single .tribe-events-schedule__date,
.tribe-events-single .tribe-events-single-event-description,
.tribe-events-single .tribe-events-meta-group,
.tribe-events-single .tribe-events-meta-group td,
.tribe-events-single .tribe-events-meta-group th {
color: #02216E;
font-family: "dm-sans", sans-serif;
}
.tribe-events-single .tribe-events-single-section-title {
color: #0031A7;
font-family: "archivo-condensed", sans-serif;
text-transform: uppercase;
}
.tribe-events-single a {
color: #0031A7;
}
.tribe-events-single a:hover {
color: #02216E;
}
.tribe-events-back a {
display: inline-flex;
align-items: center;
font-family: "dm-sans", sans-serif;
font-weight: 500;
color: #0031A7;
}
.tribe-events-back a:hover {
color: #02216E;
}
body.single-tribe_events #tribe-events-pg-template.tribe-events-pg-template {
max-width: none !important;
width: 100% !important;
margin: 0 !important;
padding: 0 !important;
}
body.single-tribe_events #tribe-events-content.tribe-events-single {
padding: clamp(70px, 8vw, 120px) 9vw 100px !important;
}
body.single-tribe_events .tribe-events-back {
margin-bottom: 16px !important;
}
body.single-tribe_events .tribe-events-single-event-title {
font-size: clamp(32px, 4vw, 60px) !important;
margin: 0 0 20px !important;
}
body.single-tribe_events .tribe-events-schedule {
font-size: max(20px, 1.4vw) !important;
font-weight: 300 !important;
margin-bottom: 32px !important;
}
.gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
padding: 10px !important;
}
.gform_wrapper, .gform_legacy_markup_wrapper {
font-family: "dm-sans", sans-serif;
color: var(--gf-desc-color, #02216E);
max-width: 100% !important;
--gf-title-color: #0031A7;
--gf-desc-color: #02216E;
--gf-label-color: #0031A7;
--gf-field-desc-color: rgba(2, 33, 110, 0.65);
--gf-fileupload-color: #02216E;
--gf-button-bg: #0031A7;
--gf-button-color: #f5f5f5;
--gf-button-hover-bg: #02216E;
--gf-progress-track: rgba(2, 33, 110, 0.1);
--gf-progress-fill: #0031A7;
--gf-confirmation-bg: rgba(1, 206, 135, 0.08);
--gf-confirmation-border: rgba(1, 206, 135, 0.4);
--gf-confirmation-color: #02216E;
}
.gform_wrapper *, .gform_legacy_markup_wrapper * {
box-sizing: border-box;
}
.gform_wrapper .gform_heading h3.gform_title, .gform_legacy_markup_wrapper .gform_heading h3.gform_title {
font-family: "archivo-condensed", sans-serif;
color: var(--gf-title-color);
text-transform: uppercase;
font-weight: 800;
font-size: 60px;
line-height: 1;
margin: 0 0 32px;
}
@media only screen and (max-width: 991px) {
.gform_wrapper .gform_heading h3.gform_title, .gform_legacy_markup_wrapper .gform_heading h3.gform_title {
font-size: 42px;
}
}
.gform_wrapper .gform_description, .gform_legacy_markup_wrapper .gform_description {
color: var(--gf-desc-color);
font-family: "dm-sans", sans-serif;
}
.gform_wrapper .gform_fields, .gform_legacy_markup_wrapper .gform_fields {
display: grid;
grid-template-columns: repeat(12, 1fr);
gap: 24px;
}
.gform_wrapper .gfield, .gform_legacy_markup_wrapper .gfield {
grid-column: span 12;
}
.gform_wrapper .gfield.gfield--width-half, .gform_legacy_markup_wrapper .gfield.gfield--width-half {
grid-column: span 6;
}
.gform_wrapper .gfield.gfield--width-third, .gform_legacy_markup_wrapper .gfield.gfield--width-third {
grid-column: span 4;
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 400px) {
.gform_wrapper .gfield, .gform_legacy_markup_wrapper .gfield {
grid-column: span 12 !important;
}
}
.gform_wrapper .top_label .gfield_label,
.gform_wrapper .top_label legend.gfield_label, .gform_legacy_markup_wrapper .top_label .gfield_label,
.gform_legacy_markup_wrapper .top_label legend.gfield_label {
display: block;
font-family: "dm-sans", sans-serif;
font-weight: 500;
color: var(--gf-label-color);
margin: 0 0 0px;
}
.gform_wrapper .gfield_required, .gform_legacy_markup_wrapper .gfield_required {
color: #df231d;
margin-left: 2px;
}
.gform_wrapper .gfield_description,
.gform_wrapper .instruction, .gform_legacy_markup_wrapper .gfield_description,
.gform_legacy_markup_wrapper .instruction {
font-family: "dm-sans", sans-serif;
font-size: 14px;
color: var(--gf-field-desc-color);
margin-top: 6px;
}
.gform_wrapper input[type=text],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=url],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
.gform_wrapper input[type=date],
.gform_wrapper select,
.gform_wrapper textarea, .gform_legacy_markup_wrapper input[type=text],
.gform_legacy_markup_wrapper input[type=email],
.gform_legacy_markup_wrapper input[type=tel],
.gform_legacy_markup_wrapper input[type=url],
.gform_legacy_markup_wrapper input[type=number],
.gform_legacy_markup_wrapper input[type=password],
.gform_legacy_markup_wrapper input[type=date],
.gform_legacy_markup_wrapper select,
.gform_legacy_markup_wrapper textarea {
width: 100%;
font-family: "dm-sans", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: capitalize;
color: var(--Grays-Gray-400, #8B8B8B);
background: #f5f5f5;
border: 1px solid transparent;
border-radius: 8px;
padding: 10px;
appearance: none;
transition: border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}
.gform_wrapper input[type=text]::placeholder,
.gform_wrapper input[type=email]::placeholder,
.gform_wrapper input[type=tel]::placeholder,
.gform_wrapper input[type=url]::placeholder,
.gform_wrapper input[type=number]::placeholder,
.gform_wrapper input[type=password]::placeholder,
.gform_wrapper input[type=date]::placeholder,
.gform_wrapper select::placeholder,
.gform_wrapper textarea::placeholder, .gform_legacy_markup_wrapper input[type=text]::placeholder,
.gform_legacy_markup_wrapper input[type=email]::placeholder,
.gform_legacy_markup_wrapper input[type=tel]::placeholder,
.gform_legacy_markup_wrapper input[type=url]::placeholder,
.gform_legacy_markup_wrapper input[type=number]::placeholder,
.gform_legacy_markup_wrapper input[type=password]::placeholder,
.gform_legacy_markup_wrapper input[type=date]::placeholder,
.gform_legacy_markup_wrapper select::placeholder,
.gform_legacy_markup_wrapper textarea::placeholder {
color: #8b8b8b;
}
.gform_wrapper input[type=text]:focus, .gform_wrapper input[type=text]:not(:placeholder-shown),
.gform_wrapper input[type=email]:focus,
.gform_wrapper input[type=email]:not(:placeholder-shown),
.gform_wrapper input[type=tel]:focus,
.gform_wrapper input[type=tel]:not(:placeholder-shown),
.gform_wrapper input[type=url]:focus,
.gform_wrapper input[type=url]:not(:placeholder-shown),
.gform_wrapper input[type=number]:focus,
.gform_wrapper input[type=number]:not(:placeholder-shown),
.gform_wrapper input[type=password]:focus,
.gform_wrapper input[type=password]:not(:placeholder-shown),
.gform_wrapper input[type=date]:focus,
.gform_wrapper input[type=date]:not(:placeholder-shown),
.gform_wrapper select:focus,
.gform_wrapper select:not(:placeholder-shown),
.gform_wrapper textarea:focus,
.gform_wrapper textarea:not(:placeholder-shown), .gform_legacy_markup_wrapper input[type=text]:focus, .gform_legacy_markup_wrapper input[type=text]:not(:placeholder-shown),
.gform_legacy_markup_wrapper input[type=email]:focus,
.gform_legacy_markup_wrapper input[type=email]:not(:placeholder-shown),
.gform_legacy_markup_wrapper input[type=tel]:focus,
.gform_legacy_markup_wrapper input[type=tel]:not(:placeholder-shown),
.gform_legacy_markup_wrapper input[type=url]:focus,
.gform_legacy_markup_wrapper input[type=url]:not(:placeholder-shown),
.gform_legacy_markup_wrapper input[type=number]:focus,
.gform_legacy_markup_wrapper input[type=number]:not(:placeholder-shown),
.gform_legacy_markup_wrapper input[type=password]:focus,
.gform_legacy_markup_wrapper input[type=password]:not(:placeholder-shown),
.gform_legacy_markup_wrapper input[type=date]:focus,
.gform_legacy_markup_wrapper input[type=date]:not(:placeholder-shown),
.gform_legacy_markup_wrapper select:focus,
.gform_legacy_markup_wrapper select:not(:placeholder-shown),
.gform_legacy_markup_wrapper textarea:focus,
.gform_legacy_markup_wrapper textarea:not(:placeholder-shown) {
color: #02216E;
}
.gform_wrapper input[type=text]:focus, .gform_wrapper input[type=text]:focus-visible,
.gform_wrapper input[type=email]:focus,
.gform_wrapper input[type=email]:focus-visible,
.gform_wrapper input[type=tel]:focus,
.gform_wrapper input[type=tel]:focus-visible,
.gform_wrapper input[type=url]:focus,
.gform_wrapper input[type=url]:focus-visible,
.gform_wrapper input[type=number]:focus,
.gform_wrapper input[type=number]:focus-visible,
.gform_wrapper input[type=password]:focus,
.gform_wrapper input[type=password]:focus-visible,
.gform_wrapper input[type=date]:focus,
.gform_wrapper input[type=date]:focus-visible,
.gform_wrapper select:focus,
.gform_wrapper select:focus-visible,
.gform_wrapper textarea:focus,
.gform_wrapper textarea:focus-visible, .gform_legacy_markup_wrapper input[type=text]:focus, .gform_legacy_markup_wrapper input[type=text]:focus-visible,
.gform_legacy_markup_wrapper input[type=email]:focus,
.gform_legacy_markup_wrapper input[type=email]:focus-visible,
.gform_legacy_markup_wrapper input[type=tel]:focus,
.gform_legacy_markup_wrapper input[type=tel]:focus-visible,
.gform_legacy_markup_wrapper input[type=url]:focus,
.gform_legacy_markup_wrapper input[type=url]:focus-visible,
.gform_legacy_markup_wrapper input[type=number]:focus,
.gform_legacy_markup_wrapper input[type=number]:focus-visible,
.gform_legacy_markup_wrapper input[type=password]:focus,
.gform_legacy_markup_wrapper input[type=password]:focus-visible,
.gform_legacy_markup_wrapper input[type=date]:focus,
.gform_legacy_markup_wrapper input[type=date]:focus-visible,
.gform_legacy_markup_wrapper select:focus,
.gform_legacy_markup_wrapper select:focus-visible,
.gform_legacy_markup_wrapper textarea:focus,
.gform_legacy_markup_wrapper textarea:focus-visible {
outline: none;
border-color: #0031A7;
box-shadow: 0 0 0 2px rgba(0, 49, 167, 0.15);
}
.gform_wrapper select, .gform_legacy_markup_wrapper select {
background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34' fill='none'%3E%3Ccircle cx='17' cy='17' r='17' fill='%230031A7'/%3E%3Cpath d='M11 14.5L17 20.5L23 14.5' stroke='%23F5F5F5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 6px center;
background-size: 34px 34px;
padding-right: 54px;
cursor: pointer;
color: #02216E;
height: 46px;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 10px;
}
.gform_wrapper select:invalid, .gform_legacy_markup_wrapper select:invalid {
color: #8b8b8b;
}
.gform_wrapper select option, .gform_legacy_markup_wrapper select option {
color: #02216E;
text-transform: none;
}
.gform_wrapper textarea, .gform_legacy_markup_wrapper textarea {
min-height: 160px;
resize: vertical;
}
.gform_wrapper .gfield_checkbox,
.gform_wrapper .gfield_radio, .gform_legacy_markup_wrapper .gfield_checkbox,
.gform_legacy_markup_wrapper .gfield_radio {
list-style: none;
margin: 0;
padding: 0;
}
.gform_wrapper .gfield_checkbox li,
.gform_wrapper .gfield_radio li, .gform_legacy_markup_wrapper .gfield_checkbox li,
.gform_legacy_markup_wrapper .gfield_radio li {
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
background: #f5f5f5;
border-radius: 12px;
padding: 16px 20px;
margin: 0 0 12px;
}
.gform_wrapper .gfield_checkbox li:last-child,
.gform_wrapper .gfield_radio li:last-child, .gform_legacy_markup_wrapper .gfield_checkbox li:last-child,
.gform_legacy_markup_wrapper .gfield_radio li:last-child {
margin-bottom: 0;
}
.gform_wrapper .gfield_checkbox label,
.gform_wrapper .gfield_radio label, .gform_legacy_markup_wrapper .gfield_checkbox label,
.gform_legacy_markup_wrapper .gfield_radio label {
order: 1;
font-family: "dm-sans", sans-serif;
color: rgba(2, 33, 110, 0.4);
font-weight: 500;
cursor: pointer;
}
.gform_wrapper .gfield_checkbox input[type=checkbox],
.gform_wrapper .gfield_checkbox input[type=radio],
.gform_wrapper .gfield_radio input[type=checkbox],
.gform_wrapper .gfield_radio input[type=radio], .gform_legacy_markup_wrapper .gfield_checkbox input[type=checkbox],
.gform_legacy_markup_wrapper .gfield_checkbox input[type=radio],
.gform_legacy_markup_wrapper .gfield_radio input[type=checkbox],
.gform_legacy_markup_wrapper .gfield_radio input[type=radio] {
order: 2;
appearance: none;
-webkit-appearance: none;
width: 26px;
height: 26px;
margin: 0;
flex: none;
position: relative;
border-radius: 50%;
border: 2px solid #0031A7;
background: transparent;
cursor: pointer;
}
.gform_wrapper .gfield_checkbox input[type=checkbox]:checked,
.gform_wrapper .gfield_checkbox input[type=radio]:checked,
.gform_wrapper .gfield_radio input[type=checkbox]:checked,
.gform_wrapper .gfield_radio input[type=radio]:checked, .gform_legacy_markup_wrapper .gfield_checkbox input[type=checkbox]:checked,
.gform_legacy_markup_wrapper .gfield_checkbox input[type=radio]:checked,
.gform_legacy_markup_wrapper .gfield_radio input[type=checkbox]:checked,
.gform_legacy_markup_wrapper .gfield_radio input[type=radio]:checked {
background: #0031A7;
}
.gform_wrapper .gfield_checkbox input[type=checkbox]:checked::after,
.gform_wrapper .gfield_checkbox input[type=radio]:checked::after,
.gform_wrapper .gfield_radio input[type=checkbox]:checked::after,
.gform_wrapper .gfield_radio input[type=radio]:checked::after, .gform_legacy_markup_wrapper .gfield_checkbox input[type=checkbox]:checked::after,
.gform_legacy_markup_wrapper .gfield_checkbox input[type=radio]:checked::after,
.gform_legacy_markup_wrapper .gfield_radio input[type=checkbox]:checked::after,
.gform_legacy_markup_wrapper .gfield_radio input[type=radio]:checked::after {
content: "";
position: absolute;
left: 50%;
top: 46%;
width: 12px;
height: 6px;
border-left: 2px solid #f5f5f5;
border-bottom: 2px solid #f5f5f5;
transform: translate(-50%, -50%) rotate(-45deg);
}
.gform_wrapper .gfield_checkbox input[type=checkbox]:focus-visible,
.gform_wrapper .gfield_checkbox input[type=radio]:focus-visible,
.gform_wrapper .gfield_radio input[type=checkbox]:focus-visible,
.gform_wrapper .gfield_radio input[type=radio]:focus-visible, .gform_legacy_markup_wrapper .gfield_checkbox input[type=checkbox]:focus-visible,
.gform_legacy_markup_wrapper .gfield_checkbox input[type=radio]:focus-visible,
.gform_legacy_markup_wrapper .gfield_radio input[type=checkbox]:focus-visible,
.gform_legacy_markup_wrapper .gfield_radio input[type=radio]:focus-visible {
outline: 2px solid #0031A7;
outline-offset: 2px;
}
.gform_wrapper .gfield_checkbox input[type=checkbox]:checked ~ label,
.gform_wrapper .gfield_checkbox input[type=radio]:checked ~ label,
.gform_wrapper .gfield_radio input[type=checkbox]:checked ~ label,
.gform_wrapper .gfield_radio input[type=radio]:checked ~ label, .gform_legacy_markup_wrapper .gfield_checkbox input[type=checkbox]:checked ~ label,
.gform_legacy_markup_wrapper .gfield_checkbox input[type=radio]:checked ~ label,
.gform_legacy_markup_wrapper .gfield_radio input[type=checkbox]:checked ~ label,
.gform_legacy_markup_wrapper .gfield_radio input[type=radio]:checked ~ label {
color: #0031A7;
font-weight: 500;
}
.gform_wrapper .ginput_container_fileupload input[type=file], .gform_legacy_markup_wrapper .ginput_container_fileupload input[type=file] {
font-family: "dm-sans", sans-serif;
color: var(--gf-fileupload-color);
}
.gform_wrapper .gform_footer,
.gform_wrapper .gform_page_footer, .gform_legacy_markup_wrapper .gform_footer,
.gform_legacy_markup_wrapper .gform_page_footer {
margin-top: 24px;
padding: 0;
border: 0;
}
.gform_wrapper .gform_button,
.gform_wrapper input[type=submit].gform_button,
.gform_wrapper .gform_next_button,
.gform_wrapper .gform_previous_button, .gform_legacy_markup_wrapper .gform_button,
.gform_legacy_markup_wrapper input[type=submit].gform_button,
.gform_legacy_markup_wrapper .gform_next_button,
.gform_legacy_markup_wrapper .gform_previous_button {
display: inline-flex;
align-items: center;
justify-content: center;
font-family: "dm-sans", sans-serif;
font-size: 16px;
font-weight: 500;
line-height: 1.3125;
color: var(--gf-button-color);
background: var(--gf-button-bg);
border: 0;
border-radius: 12px;
padding: 12px 44px 12px 20px;
cursor: pointer;
transition: background 0.2s ease;
background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 21 21' fill='none'%3E%3Cpath d='M4 10.5h13' stroke='%23F5F5F5' stroke-width='1.5'/%3E%3Cpath d='M12 5.5l5 5-5 5' stroke='%23F5F5F5' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 18px center;
}
.gform_wrapper .gform_button:hover, .gform_wrapper .gform_button:focus-visible,
.gform_wrapper input[type=submit].gform_button:hover,
.gform_wrapper input[type=submit].gform_button:focus-visible,
.gform_wrapper .gform_next_button:hover,
.gform_wrapper .gform_next_button:focus-visible,
.gform_wrapper .gform_previous_button:hover,
.gform_wrapper .gform_previous_button:focus-visible, .gform_legacy_markup_wrapper .gform_button:hover, .gform_legacy_markup_wrapper .gform_button:focus-visible,
.gform_legacy_markup_wrapper input[type=submit].gform_button:hover,
.gform_legacy_markup_wrapper input[type=submit].gform_button:focus-visible,
.gform_legacy_markup_wrapper .gform_next_button:hover,
.gform_legacy_markup_wrapper .gform_next_button:focus-visible,
.gform_legacy_markup_wrapper .gform_previous_button:hover,
.gform_legacy_markup_wrapper .gform_previous_button:focus-visible {
background-color: var(--gf-button-hover-bg);
}
.gform_wrapper .gform_button:focus-visible,
.gform_wrapper input[type=submit].gform_button:focus-visible,
.gform_wrapper .gform_next_button:focus-visible,
.gform_wrapper .gform_previous_button:focus-visible, .gform_legacy_markup_wrapper .gform_button:focus-visible,
.gform_legacy_markup_wrapper input[type=submit].gform_button:focus-visible,
.gform_legacy_markup_wrapper .gform_next_button:focus-visible,
.gform_legacy_markup_wrapper .gform_previous_button:focus-visible {
outline: 2px solid #02216E;
outline-offset: 2px;
}
.gform_wrapper .gform_previous_button, .gform_legacy_markup_wrapper .gform_previous_button {
background-color: #e1e2e3;
color: #02216E;
padding: 12px 20px 12px 44px;
background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 21 21' fill='none'%3E%3Cpath d='M17 10.5H4' stroke='%2302216E' stroke-width='1.5'/%3E%3Cpath d='M9 5.5l-5 5 5 5' stroke='%2302216E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
background-position: left 18px center;
}
.gform_wrapper .gform_previous_button:hover, .gform_wrapper .gform_previous_button:focus-visible, .gform_legacy_markup_wrapper .gform_previous_button:hover, .gform_legacy_markup_wrapper .gform_previous_button:focus-visible {
background-color: #d0d1d5;
}
.gform_wrapper .gf_progressbar_wrapper, .gform_legacy_markup_wrapper .gf_progressbar_wrapper {
margin-bottom: 24px;
}
.gform_wrapper .gf_progressbar, .gform_legacy_markup_wrapper .gf_progressbar {
background: var(--gf-progress-track);
border-radius: 12px;
overflow: hidden;
}
.gform_wrapper .gf_progressbar .gf_progressbar_percentage, .gform_legacy_markup_wrapper .gf_progressbar .gf_progressbar_percentage {
background: var(--gf-progress-fill);
}
.gform_wrapper .gfield_error .gfield_label,
.gform_wrapper .gfield_error legend.gfield_label, .gform_legacy_markup_wrapper .gfield_error .gfield_label,
.gform_legacy_markup_wrapper .gfield_error legend.gfield_label {
display: inline-flex;
align-items: center;
gap: 6px;
}
.gform_wrapper .gfield_error .gfield_label::before,
.gform_wrapper .gfield_error legend.gfield_label::before, .gform_legacy_markup_wrapper .gfield_error .gfield_label::before,
.gform_legacy_markup_wrapper .gfield_error legend.gfield_label::before {
content: "";
display: inline-block;
width: 16px;
height: 16px;
flex: none;
background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8 1.5L15 14H1L8 1.5Z' fill='%23F68133'/%3E%3Cpath d='M8 6V9.5' stroke='%23fff' stroke-width='1.4' stroke-linecap='round'/%3E%3Ccircle cx='8' cy='11.6' r='0.9' fill='%23fff'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-size: contain;
}
.gform_wrapper .gfield_error input[type=text],
.gform_wrapper .gfield_error input[type=email],
.gform_wrapper .gfield_error input[type=tel],
.gform_wrapper .gfield_error input[type=url],
.gform_wrapper .gfield_error input[type=number],
.gform_wrapper .gfield_error input[type=password],
.gform_wrapper .gfield_error select,
.gform_wrapper .gfield_error textarea, .gform_legacy_markup_wrapper .gfield_error input[type=text],
.gform_legacy_markup_wrapper .gfield_error input[type=email],
.gform_legacy_markup_wrapper .gfield_error input[type=tel],
.gform_legacy_markup_wrapper .gfield_error input[type=url],
.gform_legacy_markup_wrapper .gfield_error input[type=number],
.gform_legacy_markup_wrapper .gfield_error input[type=password],
.gform_legacy_markup_wrapper .gfield_error select,
.gform_legacy_markup_wrapper .gfield_error textarea {
border-color: #F68133;
}
.gform_wrapper .gfield_error input[type=text]:focus, .gform_wrapper .gfield_error input[type=text]:focus-visible,
.gform_wrapper .gfield_error input[type=email]:focus,
.gform_wrapper .gfield_error input[type=email]:focus-visible,
.gform_wrapper .gfield_error input[type=tel]:focus,
.gform_wrapper .gfield_error input[type=tel]:focus-visible,
.gform_wrapper .gfield_error input[type=url]:focus,
.gform_wrapper .gfield_error input[type=url]:focus-visible,
.gform_wrapper .gfield_error input[type=number]:focus,
.gform_wrapper .gfield_error input[type=number]:focus-visible,
.gform_wrapper .gfield_error input[type=password]:focus,
.gform_wrapper .gfield_error input[type=password]:focus-visible,
.gform_wrapper .gfield_error select:focus,
.gform_wrapper .gfield_error select:focus-visible,
.gform_wrapper .gfield_error textarea:focus,
.gform_wrapper .gfield_error textarea:focus-visible, .gform_legacy_markup_wrapper .gfield_error input[type=text]:focus, .gform_legacy_markup_wrapper .gfield_error input[type=text]:focus-visible,
.gform_legacy_markup_wrapper .gfield_error input[type=email]:focus,
.gform_legacy_markup_wrapper .gfield_error input[type=email]:focus-visible,
.gform_legacy_markup_wrapper .gfield_error input[type=tel]:focus,
.gform_legacy_markup_wrapper .gfield_error input[type=tel]:focus-visible,
.gform_legacy_markup_wrapper .gfield_error input[type=url]:focus,
.gform_legacy_markup_wrapper .gfield_error input[type=url]:focus-visible,
.gform_legacy_markup_wrapper .gfield_error input[type=number]:focus,
.gform_legacy_markup_wrapper .gfield_error input[type=number]:focus-visible,
.gform_legacy_markup_wrapper .gfield_error input[type=password]:focus,
.gform_legacy_markup_wrapper .gfield_error input[type=password]:focus-visible,
.gform_legacy_markup_wrapper .gfield_error select:focus,
.gform_legacy_markup_wrapper .gfield_error select:focus-visible,
.gform_legacy_markup_wrapper .gfield_error textarea:focus,
.gform_legacy_markup_wrapper .gfield_error textarea:focus-visible {
box-shadow: 0 0 0 2px rgba(246, 129, 51, 0.15);
}
.gform_wrapper .gfield_error .gfield_checkbox li,
.gform_wrapper .gfield_error .gfield_radio li, .gform_legacy_markup_wrapper .gfield_error .gfield_checkbox li,
.gform_legacy_markup_wrapper .gfield_error .gfield_radio li {
box-shadow: 0 0 0 1px #F68133 inset;
}
.gform_wrapper .gfield_error .gfield_checkbox input[type=checkbox],
.gform_wrapper .gfield_error .gfield_checkbox input[type=radio],
.gform_wrapper .gfield_error .gfield_radio input[type=checkbox],
.gform_wrapper .gfield_error .gfield_radio input[type=radio], .gform_legacy_markup_wrapper .gfield_error .gfield_checkbox input[type=checkbox],
.gform_legacy_markup_wrapper .gfield_error .gfield_checkbox input[type=radio],
.gform_legacy_markup_wrapper .gfield_error .gfield_radio input[type=checkbox],
.gform_legacy_markup_wrapper .gfield_error .gfield_radio input[type=radio] {
border-color: #F68133;
box-shadow: 0 0 0 2px rgba(246, 129, 51, 0.15);
}
.gform_wrapper .validation_message,
.gform_wrapper .gfield_validation_message, .gform_legacy_markup_wrapper .validation_message,
.gform_legacy_markup_wrapper .gfield_validation_message {
font-family: "dm-sans", sans-serif;
font-size: 14px;
color: #F68133;
margin-top: 6px;
}
.gform_wrapper .gform_validation_errors,
.gform_wrapper .validation_error, .gform_legacy_markup_wrapper .gform_validation_errors,
.gform_legacy_markup_wrapper .validation_error {
font-family: "dm-sans", sans-serif;
color: #F68133;
border: 1px solid #F68133;
background: rgba(246, 129, 51, 0.05);
border-radius: 12px;
padding: 16px 20px;
margin-bottom: 24px;
}
.gform_wrapper .gform_confirmation_message, .gform_legacy_markup_wrapper .gform_confirmation_message {
font-family: "dm-sans", sans-serif;
color: var(--gf-confirmation-color);
background: var(--gf-confirmation-bg);
border: 1px solid var(--gf-confirmation-border);
border-radius: 12px;
padding: 20px 24px;
}
.gform_wrapper .gform_ajax_spinner, .gform_legacy_markup_wrapper .gform_ajax_spinner {
margin-left: 10px;
}
.wp-block-columns.glwa-columns--bg-cobalt .gform_wrapper,
.glwa-columns-shell.glwa-columns--bg-cobalt .gform_wrapper {
--gf-title-color: #f5f5f5;
--gf-desc-color: #f5f5f5;
--gf-label-color: #f5f5f5;
--gf-field-desc-color: rgba(245, 245, 245, 0.75);
--gf-fileupload-color: #f5f5f5;
--gf-button-bg: #f5f5f5;
--gf-button-color: #0031A7;
--gf-button-hover-bg: rgba(245, 245, 245, 0.85);
--gf-progress-track: rgba(245, 245, 245, 0.2);
--gf-progress-fill: #f5f5f5;
--gf-confirmation-bg: rgba(245, 245, 245, 0.14);
--gf-confirmation-border: rgba(245, 245, 245, 0.5);
--gf-confirmation-color: #f5f5f5;
}
.wp-block-columns.glwa-columns--bg-cobalt .gform_wrapper .gform_button,
.wp-block-columns.glwa-columns--bg-cobalt .gform_wrapper input[type=submit].gform_button,
.wp-block-columns.glwa-columns--bg-cobalt .gform_wrapper .gform_next_button,
.glwa-columns-shell.glwa-columns--bg-cobalt .gform_wrapper .gform_button,
.glwa-columns-shell.glwa-columns--bg-cobalt .gform_wrapper input[type=submit].gform_button,
.glwa-columns-shell.glwa-columns--bg-cobalt .gform_wrapper .gform_next_button {
background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 21 21' fill='none'%3E%3Cpath d='M4 10.5h13' stroke='%230031A7' stroke-width='1.5'/%3E%3Cpath d='M12 5.5l5 5-5 5' stroke='%230031A7' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.wp-block-spacer.glwa-spacer--bg-white, .wp-block-spacer.glwa-spacer--bg-light-gray {
background-color: #f5f5f5;
}
.wp-block-spacer.glwa-spacer--bg-navy {
background-color: #02216E;
}
.wp-block-spacer.glwa-spacer--bg-blue {
background-color: #0031A7;
}
.glwa-columns-shell {
width: 100vw;
max-width: 100vw;
margin-left: calc(50% - 50vw);
margin-right: calc(50% - 50vw);
box-sizing: border-box;
}
.glwa-columns-shell.glwa-columns--bg-white, .glwa-columns-shell.glwa-columns--bg-gray, .glwa-columns-shell.glwa-columns--bg-cobalt {
padding-top: clamp(2rem, 5vw, 4rem);
padding-bottom: clamp(2rem, 5vw, 4rem);
}
.glwa-columns-shell.glwa-columns--bg-white,
.wp-block-columns.glwa-columns--bg-white {
background-color: #f5f5f5;
}
.glwa-columns-shell.glwa-columns--bg-gray,
.wp-block-columns.glwa-columns--bg-gray {
background-color: #E1E2E3;
}
.glwa-columns-shell.glwa-columns--bg-cobalt,
.wp-block-columns.glwa-columns--bg-cobalt {
background-color: #0031A7;
}
.wp-block-columns.glwa-columns--bg-white, .wp-block-columns.glwa-columns--bg-gray, .wp-block-columns.glwa-columns--bg-cobalt {
padding: clamp(2rem, 5vw, 4rem) clamp(1.5rem, 5vw, 3rem);
}
.wp-block-columns.glwa-columns--bg-white,
.glwa-columns-shell.glwa-columns--bg-white .wp-block-columns {
color: #02216E;
}
.wp-block-columns.glwa-columns--bg-white h1, .wp-block-columns.glwa-columns--bg-white h2, .wp-block-columns.glwa-columns--bg-white h3, .wp-block-columns.glwa-columns--bg-white h4, .wp-block-columns.glwa-columns--bg-white h5, .wp-block-columns.glwa-columns--bg-white h6,
.glwa-columns-shell.glwa-columns--bg-white .wp-block-columns h1,
.glwa-columns-shell.glwa-columns--bg-white .wp-block-columns h2,
.glwa-columns-shell.glwa-columns--bg-white .wp-block-columns h3,
.glwa-columns-shell.glwa-columns--bg-white .wp-block-columns h4,
.glwa-columns-shell.glwa-columns--bg-white .wp-block-columns h5,
.glwa-columns-shell.glwa-columns--bg-white .wp-block-columns h6 {
color: #0031A7;
}
.wp-block-columns.glwa-columns--bg-gray,
.glwa-columns-shell.glwa-columns--bg-gray .wp-block-columns {
color: #02216E;
}
.wp-block-columns.glwa-columns--bg-gray h1, .wp-block-columns.glwa-columns--bg-gray h2, .wp-block-columns.glwa-columns--bg-gray h3, .wp-block-columns.glwa-columns--bg-gray h4, .wp-block-columns.glwa-columns--bg-gray h5, .wp-block-columns.glwa-columns--bg-gray h6,
.glwa-columns-shell.glwa-columns--bg-gray .wp-block-columns h1,
.glwa-columns-shell.glwa-columns--bg-gray .wp-block-columns h2,
.glwa-columns-shell.glwa-columns--bg-gray .wp-block-columns h3,
.glwa-columns-shell.glwa-columns--bg-gray .wp-block-columns h4,
.glwa-columns-shell.glwa-columns--bg-gray .wp-block-columns h5,
.glwa-columns-shell.glwa-columns--bg-gray .wp-block-columns h6 {
color: #0031A7;
}
.wp-block-columns.glwa-columns--bg-cobalt,
.glwa-columns-shell.glwa-columns--bg-cobalt .wp-block-columns {
color: #f5f5f5;
}
.wp-block-columns.glwa-columns--bg-cobalt h1, .wp-block-columns.glwa-columns--bg-cobalt h2, .wp-block-columns.glwa-columns--bg-cobalt h3, .wp-block-columns.glwa-columns--bg-cobalt h4, .wp-block-columns.glwa-columns--bg-cobalt h5, .wp-block-columns.glwa-columns--bg-cobalt h6,
.glwa-columns-shell.glwa-columns--bg-cobalt .wp-block-columns h1,
.glwa-columns-shell.glwa-columns--bg-cobalt .wp-block-columns h2,
.glwa-columns-shell.glwa-columns--bg-cobalt .wp-block-columns h3,
.glwa-columns-shell.glwa-columns--bg-cobalt .wp-block-columns h4,
.glwa-columns-shell.glwa-columns--bg-cobalt .wp-block-columns h5,
.glwa-columns-shell.glwa-columns--bg-cobalt .wp-block-columns h6 {
color: #f5f5f5;
}