.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.impact-stories-slider {
background-color: #1C365F;
padding: 100px 40px 80px 40px;
color: #ffffff;
overflow: hidden;
}
.impact-stories-track {
display: flex;
transition: transform 0.4s ease;
}
.impact-story-slide {
min-width: 100%;
opacity: 0;
pointer-events: none;
transition: opacity 0.4s ease;
}
.impact-story-slide.is-active {
opacity: 1;
pointer-events: auto;
}
.impact-story-inner {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 30px;
}
.impact-story-image img {
width: 100%;
height: 100% !important;
object-fit: cover;
object-position: center center;
display: block;
}
.impact-story-image{
flex: 0 0 40%;
padding: 0;
position: relative;
overflow: hidden;
aspect-ratio: 16 / 9; }
.impact-story-content {
flex: 1 1 50%;
}
.impact-story-label {
display: block;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 6px;
opacity: 0.8;
font-family: "freight-sans-pro", Sans-serif;
font-size: 36px;
}
.impact-bold {
font-weight: 700;
}
.impact-regular {
font-weight: 400;
}
.impact-story-title {
font-size: 2rem;
margin: 0 0 12px;
font-family: "freight-sans-pro", Sans-serif;
}
.impact-story-excerpt p {
margin: 0 0 20px;
line-height: 1.6;
font-family: "freight-sans-pro", Sans-serif;
font-size: 18px;
}
.impact-story-button {
display: inline-block;
padding: 10px 44px;
background-color: #D86949;
color: #ffffff;
text-decoration: none;
font-weight: normal;
border-radius: 0px;
text-transform: uppercase;
font-family: "freight-sans-pro", Sans-serif;
font-size: 20px;
}
.impact-story-button:hover,
.impact-story-button:focus {
opacity: 0.9;
} .impact-stories-dots {
text-align: center;
margin-top: 20px;
}
.impact-stories-dot {
width: 20px;
height: 20px;
border-radius: 50%;
border: none;
margin: 0 4px;
cursor: pointer;
background-color: #ffffff;
padding: 0px;
}
.impact-stories-dot:hover {
background-color: #ffffff;
}
.impact-stories-dot.is-active {
background-color: #7EB5D8;
} @media (max-width: 768px) {
.impact-story-inner {
flex-direction: column;
text-align: center;
}
.impact-story-image,
.impact-story-content {
flex: 1 1 100%;
}
.impact-story-title {
font-size: 1.5rem;
}
} .impact-story-single-media{
float: left;
width: 40%;
max-width: 420px;
margin: 0 30px 20px 0;
overflow: hidden;
aspect-ratio: 4 / 3; }
.impact-story-single-media img{
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
@media (max-width: 768px){
.impact-story-single-media{
float: none;
width: 100%;
max-width: none;
margin: 0 0 20px 0;
}
}.latest-articles-block {
color: #ffffff;
font-family: inherit;
}
.latest-articles-inner {
max-width: 1200px;
margin: 0 auto;
padding: 60px 40px;
} .latest-articles-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 40px;
}
.latest-articles-heading {
margin: 0;
font-size: 2rem;
font-weight: 600;
color: #ffffff;
}
.latest-articles-heading-prefix {
margin-right: 0.35em;
font-weight: 400;
}
.latest-articles-heading-main {
font-weight: 700;
}
.latest-articles-view-all {
font-size: 0.9rem;
letter-spacing: 0.08em;
text-transform: uppercase;
text-decoration: none;
color: #ffffff;
position: relative;
padding-right: 18px;
float: right;
}
.latest-articles-view-all::after {
content: "→";
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
} .latest-articles-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 40px;
}
@media (max-width: 900px) {
.latest-articles-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 640px) {
.latest-articles-grid {
grid-template-columns: 1fr;
}
.latest-articles-inner {
padding: 40px 20px;
}
.latest-articles-header {
flex-direction: column;
align-items: flex-start;
gap: 12px;
}
} .latest-articles-item {
display: flex;
flex-direction: column;
}
.latest-articles-image-link {
display: block;
margin-bottom: 20px;
}
.latest-articles-image {
width: 372px;
height: 372px !important;
display: block;
object-fit: cover;
} .latest-articles-content-wrap {
display: flex;
flex-direction: column;
flex: 1;
}
.latest-articles-title {
margin: 0 0 10px;
font-size: 1.05rem;
font-weight: 600;
color: #ffffff;
}
.latest-articles-title-link {
text-decoration: none;
color: inherit;
}
.latest-articles-title-link:hover {
text-decoration: underline;
}
.latest-articles-text {
font-size: 0.95rem;
line-height: 1.6;
margin-bottom: 24px;
color: #ffe9df; } .latest-articles-button {
align-self: flex-end;
padding: 10px 28px;
border-radius: 0px;
background-color: #D86949;
color: #ffffff;
text-decoration: none;
text-transform: uppercase;
letter-spacing: 0.08em;
font-size: 0.85rem;
border: none;
cursor: pointer;
}
.latest-articles-button:hover {
filter: brightness(1.05);
background-color: #ffffff;
color: #AF4F39;
}.lcf-db *,
.lcf-db *::before,
.lcf-db *::after {
box-sizing: border-box;
}
.lcf-db {
font-family: 'Montserrat', sans-serif;
color: #1A365E;
line-height: 1.65;
-webkit-font-smoothing: antialiased;
} .lcf-db-container {
max-width: 1200px;
margin: 0 auto;
padding: 0 24px;
} .lcf-db-topbar {
background: #7EB5D8;
border-bottom: 1px solid #7EB5D8;
padding: 12px 0;
}
.lcf-db-topbar-inner {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
gap: 12px;
}
.lcf-db-topbar-title {
font-size: 14px;
font-weight: 400;
text-transform: uppercase;
color: #FFFFFF;
letter-spacing: 0.02em;
margin: 0;
}
.lcf-db-topbar-title a {
color: #FFFFFF;
text-decoration: none;
}
.lcf-db-topbar-title a:hover {
text-decoration: underline;
} .lcf-db-nav {
display: flex;
justify-content: center;
gap: 32px;
padding: 16px 0;
flex-wrap: wrap;
}
.lcf-db-nav a {
text-transform: uppercase;
font-size: 13px;
font-weight: 600;
color: #4287C7;
text-decoration: none;
letter-spacing: 0.02em;
padding: 4px 0;
border-bottom: 2px solid transparent;
transition: border-color 0.2s;
}
.lcf-db-nav a:hover,
.lcf-db-nav a.is-active {
border-bottom-color: #4287C7;
} .lcf-db-btn-download {
display: inline-flex;
align-items: center;
gap: 8px;
background: #AF4F3A;
color: #FFFFFF;
font-family: 'Montserrat', sans-serif;
font-size: 13px;
font-weight: 600;
text-transform: uppercase;
text-decoration: none;
padding: 10px 20px;
border-radius: 6px;
border: none;
cursor: pointer;
transition: background 0.2s;
letter-spacing: 0.02em;
}
.lcf-db-btn-download:hover {
background: #963f2d;
color: #FFFFFF;
}
.lcf-db-btn-download svg {
width: 16px;
height: 16px;
flex-shrink: 0;
} .lcf-db-page-header {
padding: 40px 0 24px;
border-bottom: 1px solid #e2e8f0;
margin-bottom: 32px;
}
.lcf-db-page-header h1 {
font-size: 28px;
font-weight: 700;
color: #1A365E;
margin: 0 0 8px;
line-height: 1.3;
}
.lcf-db-page-header p {
font-size: 16px;
color: #1A365E;
margin: 0;
opacity: 0.85;
} .lcf-db-landing-title {
text-align: center;
padding: 48px 0 12px;
}
.lcf-db-landing-title h1 {
font-size: 32px;
font-weight: 700;
color: #1A365E;
margin: 0 0 8px;
}
.lcf-db-landing-title p {
font-size: 18px;
color: #1A365E;
margin: 0;
opacity: 0.85;
} .lcf-db-features {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 32px;
padding: 32px 0;
}
@media (max-width: 640px) {
.lcf-db-features {
grid-template-columns: 1fr;
}
}
.lcf-db-feature-card {
text-decoration: none;
color: inherit;
padding: 24px;
border-radius: 8px;
transition: box-shadow 0.2s, transform 0.15s;
display: block;
}
.lcf-db-feature-card:hover {
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
transform: translateY(-2px);
}
.lcf-db-feature-card h3 {
font-size: 18px;
font-weight: 600;
color: #4287C7;
margin: 0 0 8px;
}
.lcf-db-feature-card p {
font-size: 14px;
color: #1A365E;
margin: 0;
opacity: 0.85;
} .lcf-db-intro {
padding: 24px 0 40px;
font-size: 15px;
line-height: 1.75;
}
.lcf-db-intro p {
margin: 16px 0;
}
.lcf-db-intro ul {
padding-left: 24px;
margin: 16px 0;
}
.lcf-db-intro li {
margin: 8px 0;
}
.lcf-db-intro a {
color: #4287C7;
font-weight: 600;
text-decoration: none;
}
.lcf-db-intro a:hover {
text-decoration: underline;
} .lcf-db-cta {
background: #F0F0F0;
border-radius: 8px;
padding: 32px;
text-align: center;
margin: 32px 0;
}
.lcf-db-cta h2 {
font-size: 22px;
font-weight: 700;
color: #1A365E;
margin: 0 0 8px;
}
.lcf-db-cta p {
font-size: 15px;
color: #1A365E;
margin: 0 0 20px;
opacity: 0.85;
} .lcf-db-addl-cta {
text-align: center;
padding: 16px 0 48px;
font-size: 15px;
}
.lcf-db-addl-cta a {
color: #4287C7;
text-decoration: underline;
font-weight: 500;
} .lcf-db-entry-list {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 24px;
padding: 0 0 48px;
}
@media (max-width: 640px) {
.lcf-db-entry-list {
grid-template-columns: 1fr;
}
}
.lcf-db-entry-card {
text-decoration: none;
color: inherit;
padding: 20px;
border-radius: 8px;
border: 1px solid #e2e8f0;
transition: box-shadow 0.2s, border-color 0.2s;
display: block;
}
.lcf-db-entry-card:hover {
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
border-color: #7EB5D8;
}
.lcf-db-entry-card h3 {
font-size: 16px;
font-weight: 600;
color: #4287C7;
margin: 0 0 6px;
}
.lcf-db-entry-card p {
font-size: 13px;
color: #1A365E;
margin: 0;
opacity: 0.8;
} .lcf-db-entry-body {
padding: 0 0 32px;
}
.lcf-db-entry-description {
font-size: 15px;
line-height: 1.75;
margin-bottom: 32px;
}
.lcf-db-entry-description p {
margin: 16px 0;
}
.lcf-db-infographic {
width: 100%;
margin: 0 0 8px;
}
.lcf-db-infographic img,
.lcf-db-infographic svg {
display: block;
max-width: 100%;
height: auto;
}
.lcf-db-caption {
font-size: 13px;
font-style: italic;
color: #4287C7;
margin: 0 0 32px;
} .lcf-db-resources {
padding: 16px 32px;
margin-top: 16px;
}
.lcf-db-resources h4 {
font-size: 16px;
font-weight: 600;
color: #1A365E;
margin: 0 0 12px;
}
.lcf-db-resources ul {
padding-left: 20px;
margin: 0;
}
.lcf-db-resources li {
margin: 8px 0;
font-size: 14px;
line-height: 1.6;
color: #92A56E;
}
.lcf-db-resources a {
color: #92A56E;
text-decoration: none;
overflow-wrap: anywhere;
}
.lcf-db-resources a:hover {
text-decoration: underline;
} .lcf-db-surround {
display: flex;
justify-content: space-between;
gap: 24px;
padding: 24px 0;
margin-top: 24px;
border-top: 1px solid #e2e8f0;
flex-wrap: wrap;
}
.lcf-db-surround a {
display: flex;
flex-direction: column;
text-decoration: none;
color: inherit;
padding: 12px 16px;
border-radius: 6px;
border: 1px solid #e2e8f0;
transition: border-color 0.2s, box-shadow 0.2s;
flex: 1;
min-width: 200px;
}
.lcf-db-surround a:hover {
border-color: #7EB5D8;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.lcf-db-surround-label {
font-size: 11px;
text-transform: uppercase;
font-weight: 600;
color: #1A365E;
opacity: 0.6;
margin-bottom: 4px;
}
.lcf-db-surround-title {
font-size: 14px;
font-weight: 500;
color: #4287C7;
}
.lcf-db-surround .lcf-db-surround-next {
text-align: right;
} .lcf-db-addl-section {
margin-bottom: 32px;
}
.lcf-db-addl-section h2 {
font-size: 22px;
font-weight: 700;
color: #1A365E;
margin: 0 0 16px;
padding-bottom: 8px;
border-bottom: 2px solid #e2e8f0;
}
.lcf-db-addl-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 16px;
}
@media (max-width: 640px) {
.lcf-db-addl-grid {
grid-template-columns: 1fr;
}
}
.lcf-db-addl-item {
display: flex;
flex-direction: column;
padding: 16px;
border-radius: 6px;
border: 1px solid #e2e8f0;
text-decoration: none;
color: inherit;
transition: border-color 0.2s, box-shadow 0.2s;
}
.lcf-db-addl-item:hover {
border-color: #7EB5D8;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.lcf-db-addl-item-title {
font-size: 14px;
font-weight: 600;
color: #4287C7;
margin: 0 0 4px;
}
.lcf-db-addl-item-title svg {
width: 12px;
height: 12px;
display: inline;
margin-left: 4px;
vertical-align: middle;
opacity: 0.7;
}
.lcf-db-addl-item-source {
font-size: 12px;
color: #1A365E;
opacity: 0.7;
margin: 0;
}
.lcf-db-addl-item-note {
font-size: 12px;
font-style: italic;
color: #1A365E;
opacity: 0.65;
margin-top: 6px;
line-height: 1.5;
} .lcf-db-icon-download {
width: 16px;
height: 16px;
display: inline-block;
vertical-align: middle;
} .lcf-db-icon-external {
width: 12px;
height: 12px;
display: inline-block;
vertical-align: middle;
} .lcf-db-text-center {
text-align: center;
}
.lcf-db-mt-0 { margin-top: 0; }
.lcf-db-mb-0 { margin-bottom: 0; }