



.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; }
