



.page-id-14136 .ufe-header {
background:#00599B;	
background:url('/wp-content/uploads/2025/10/ufe-header-bg-wide.png');
background-repeat: no-repeat;
}

.page-id-14136 .ufe-h1 {font-size:62px;}

.page-id-14136 .ufe-form {background:#e6f6fb;
background:url('/wp-content/uploads/2025/10/ufe-form-bg-wide.png');
background-repeat: no-repeat;
}


.page-id-14136 .ufe-form-button {background:#e6f6fb;
}

/*impact and what we do pages small box padding*/
.page-id-13589 .fact-box p, .page-id-13578 .core-value-box p, .page-id-13582 .demo-box p, .page-id-13582 .vision-box p
{padding-left:25px;}


@media only screen and ( max-width: 1023px ) {
.page-id-14136 .ufe-header
{background:#00599B;} 
.page-id-14136 .ufe-h1 {font-size:38px;}
.page-id-14136 .ufe-form {background:#e6f6fb;}
}
/* ============================================================
   FAQ section (accessible <details>/<summary> accordion)
   Added for SEO/AEO. Brand colors: #429bd7 / #00599b / #0a2739
   ============================================================ */
.section.faq .faq-inner { max-width: 820px; margin: 0 auto; }
.section.faq .faq-section-title { text-align: center; color: #0a2739; }
.section.faq .faq-section-intro { text-align: center; margin: 0 auto 2rem; max-width: 680px; }

.faq-list { border-top: 1px solid #b3d7ef; }
.faq-item { border-bottom: 1px solid #b3d7ef; }

.faq-item > summary.faq-question {
	list-style: none;
	cursor: pointer;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.15rem 0.25rem;
	font-weight: 600;
	font-size: 1.05rem;
	line-height: 1.4;
	color: #0a2739;
	transition: color .15s ease;
}
.faq-item > summary.faq-question::-webkit-details-marker { display: none; }
.faq-item > summary.faq-question:hover { color: #00599b; }
.faq-item > summary.faq-question:focus-visible { outline: 2px solid #429bd7; outline-offset: 2px; border-radius: 3px; }

/* +/− indicator */
.faq-item > summary.faq-question::after {
	content: "+";
	flex: 0 0 auto;
	font-size: 1.5rem;
	line-height: 1;
	font-weight: 400;
	color: #429bd7;
	transition: transform .2s ease;
}
.faq-item[open] > summary.faq-question::after { content: "\2212"; } /* minus */

.faq-item .faq-answer {
	padding: 0 0.25rem 1.25rem;
	color: #333;
	line-height: 1.6;
}
.faq-item .faq-answer p:last-child { margin-bottom: 0; }
.faq-item .faq-answer a { color: #00599b; text-decoration: underline; }

/* FAQ category sub-heading (shown when a section displays all categories grouped) */
.section.faq .faq-group-title { color: #00599b; margin: 1.75rem 0 0.5rem; font-size: 1.25rem; }
.section.faq .faq-group-title:first-of-type { margin-top: 0; }


/*--------------------------------------------------------------
# 404
--------------------------------------------------------------*/

.tp-404 {
	max-width: 680px;
	margin: 0 auto;
	padding: 48px 20px 64px;
	text-align: center;
}

.tp-404-art {
	margin: 0 auto 8px;
	max-width: 260px;
}

.tp-404-art svg {
	width: 100%;
	height: auto;
	overflow: visible;
}

.tp-404-bubble-a {
	fill: #429bd7;
}

.tp-404-dot {
	fill: #ffffff;
	opacity: .95;
}

.tp-404-bubble-b {
	fill: #ffffff;
	stroke: #b3d7ef;
	stroke-width: 4;
	stroke-dasharray: 9 7;
	stroke-linejoin: round;
}

.tp-404-q {
	fill: #00599b;
	font-family: inherit;
	font-size: 42px;
	font-weight: 700;
}

/* transform and opacity only, so this cannot score CLS */
.tp-404-lost {
	animation: tp-404-float 3.2s ease-in-out infinite;
	transform-origin: 165px 80px;
}

@keyframes tp-404-float {
	0%, 100% { transform: translateY(0); }
	50%      { transform: translateY(-6px); }
}

.tp-404-eyebrow {
	margin: 0 0 6px;
	color: #429bd7;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.tp-404-title {
	margin: 0 0 14px;
}

.tp-404-lede {
	margin: 0 auto 28px;
	max-width: 34em;
	color: #0a2739;
	font-size: 17px;
	line-height: 1.6;
}

.tp-404-search {
	margin: 0 auto 36px;
	max-width: 420px;
}

.tp-404-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin: 0 0 28px;
}

.tp-404-link {
	display: inline-block;
	padding: 10px 18px;
	border: 1px solid #b3d7ef;
	border-radius: 999px;
	background: #ffffff;
	color: #00599b;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.3;
	text-decoration: none;
	transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}

.tp-404-link:hover,
.tp-404-link:focus {
	background: #429bd7;
	border-color: #429bd7;
	color: #ffffff;
}

.tp-404-link:focus-visible,
.tp-404-home a:focus-visible {
	outline: 3px solid #f9bb06;
	outline-offset: 2px;
}

.tp-404-home {
	margin: 0;
	font-size: 15px;
}

.tp-404-home a {
	color: #00599b;
	text-decoration: underline;
}

@media (max-width: 600px) {

	.tp-404 {
		padding: 32px 16px 48px;
	}

	.tp-404-art {
		max-width: 200px;
	}

	.tp-404-links {
		gap: 8px;
	}

	.tp-404-link {
		padding: 9px 15px;
		font-size: 14px;
	}
}

@media (prefers-reduced-motion: reduce) {

	.tp-404-lost {
		animation: none;
	}

	.tp-404-link {
		transition: none;
	}
}
