/*
 * Client content updates — 28 July 2026
 * This stylesheet sits after Website X5's generated page CSS so the requested
 * changes can be maintained without the original Website X5 project file.
 */

:root {
	--awl-blue: #0759a5;
	--awl-blue-dark: #043f78;
	--awl-green: #92dc47;
	--awl-green-soft: #eff9e5;
	--awl-ink: #263238;
	--awl-muted: #56636a;
	--awl-surface: #ffffff;
	--awl-line: #dbe5ec;
}

/* The client no longer wants the NPC registration number displayed. */
#imHeader_imTableObject_09_wrapper {
	display: none !important;
}

.awl-about-banner {
	background:
		linear-gradient(rgba(0, 0, 0, .43), rgba(0, 0, 0, .43)),
		url("../images/woman-with-disabled-man-EQJ2UT5.jpg") center center / cover no-repeat;
	box-sizing: border-box;
	height: 500px;
	margin-left: calc(50% - 50vw);
	position: relative;
	width: 100vw;
}

.awl-about-banner__inner {
	align-items: center;
	display: flex;
	height: 100%;
	margin: 0 auto;
	max-width: 1101px;
	padding: 0;
}

.awl-about-banner h1 {
	color: #fff;
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 58px;
	font-weight: 700;
	line-height: 1.1;
	margin: 0;
}

.awl-about {
	color: #000;
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.55;
	margin: 0 auto;
	max-width: 1101px;
	padding: 0 0 60px;
	box-sizing: border-box;
}

.awl-about *,
.awl-message * {
	box-sizing: border-box;
}

.awl-about h1,
.awl-about h2,
.awl-about h3,
.awl-about p,
.awl-about ul,
.awl-about blockquote {
	margin-top: 0;
}

.awl-about h1 {
	color: #000;
	font-size: 34px;
	line-height: 1.2;
	margin-bottom: 10px;
}

.awl-about h2 {
	color: #000;
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 20px;
}

.awl-about h3 {
	color: #fff;
	font-size: 22px;
	line-height: 1.25;
	margin-bottom: 14px;
}

.awl-about p {
	margin-bottom: 18px;
}

.awl-about__hero {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
	align-items: center;
	gap: 42px;
	padding: 50px 0 54px;
}

.awl-about__eyebrow {
	color: var(--awl-green);
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
	margin-bottom: 8px !important;
	text-transform: none;
}

.awl-about__intro {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
}

.awl-about__slideshow {
	border-radius: 0;
	box-shadow: none;
	height: 350px;
	overflow: hidden;
	position: relative;
}

.awl-about__slideshow img {
	display: block;
	height: 100%;
	inset: 0;
	object-fit: cover;
	opacity: 0;
	position: absolute;
	transition: opacity .65s ease;
	width: 100%;
	z-index: 0;
}

.awl-about__slideshow img.is-active {
	opacity: 1;
	z-index: 1;
}

.awl-about__slide-controls {
	inset: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transition: opacity .25s ease;
	z-index: 3;
}

.awl-about__slideshow:hover .awl-about__slide-controls,
.awl-about__slideshow:focus .awl-about__slide-controls,
.awl-about__slideshow:focus-within .awl-about__slide-controls {
	opacity: 1;
	pointer-events: auto;
}

.awl-about__slide-button {
	align-items: center;
	background: rgba(255, 255, 255, .76);
	border: 1px solid rgba(0, 0, 0, .72);
	border-radius: 50%;
	color: #111;
	cursor: pointer;
	display: flex;
	font-family: Arial, sans-serif;
	font-size: 36px;
	font-weight: 300;
	height: 42px;
	justify-content: center;
	line-height: 1;
	padding: 0 0 5px;
	pointer-events: auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 42px;
	z-index: 3;
}

.awl-about__slide-button:hover,
.awl-about__slide-button:focus-visible {
	background: #fff;
	outline: 2px solid var(--awl-green);
	outline-offset: 1px;
}

.awl-about__slide-button--previous {
	left: 10px;
}

.awl-about__slide-button--next {
	right: 10px;
}

.awl-about__slide-dots {
	bottom: 15px;
	display: flex;
	gap: 9px;
	justify-content: center;
	left: 0;
	pointer-events: auto;
	position: absolute;
	right: 0;
	z-index: 3;
}

.awl-about__slide-dot {
	background: rgba(255, 255, 255, .48);
	border: 2px solid #fff;
	border-radius: 50%;
	cursor: pointer;
	height: 14px;
	padding: 0;
	width: 14px;
}

.awl-about__slide-dot.is-active {
	background: #fff;
}

.awl-about__section {
	border-top: 0;
	padding: 40px 0;
}

.awl-about__section--soft {
	background: transparent;
	border: 0;
	border-radius: 0;
	margin: 0;
	padding: 40px 0;
}

.awl-about__lead {
	color: #000;
	font-size: 18px;
	font-weight: 600;
}

.awl-about__cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 54px;
}

.awl-about__card {
	background: var(--awl-green);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	padding: 34px;
}

.awl-about__card--blue {
	background: var(--awl-blue);
	border-color: var(--awl-blue);
	color: #fff;
}

.awl-about__card--blue h3 {
	color: #fff;
}

.awl-about__list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px 30px;
	list-style: none;
	margin-bottom: 0;
	padding: 0;
}

.awl-about__list li {
	padding-left: 34px;
	position: relative;
}

.awl-about__list li::before {
	color: var(--awl-green);
	content: "✓";
	font-size: 21px;
	font-weight: 700;
	left: 0;
	position: absolute;
	top: -2px;
}

.awl-about__list--actions li::before {
	content: "•";
	font-size: 30px;
	line-height: 20px;
}

.awl-about__closing {
	background: var(--awl-blue);
	border-radius: 0;
	color: #fff;
	margin-top: 36px;
	padding: 38px 42px;
	text-align: center;
}

.awl-about__closing h2 {
	color: #fff;
}

.awl-about__closing p:last-child {
	margin-bottom: 0;
}

.awl-about__quote {
	border: 0;
	font-size: 20px;
	font-style: italic;
	margin: 30px 0 0;
	max-width: none;
	padding: 0;
	text-align: left;
}

.awl-about__objectives {
	padding: 68px 0 50px;
}

.awl-about__objectives h2 {
	color: #000;
	font-size: 30px;
	margin-bottom: 52px;
	text-align: center;
}

.awl-about__objectives-grid {
	display: grid;
	gap: 54px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.awl-about__objective img {
	display: block;
	height: 80px;
	margin: 0 0 22px;
	object-fit: contain;
	width: 80px;
}

.awl-about__objective p {
	font-size: 16px;
	line-height: 1.55;
	margin: 0;
}

/* Use the clean client-authored About section and retain the existing article. */
.about-page-updated #imContent {
	display: block !important;
}

.about-page-updated #imContent > .imPageRow,
.about-page-updated #imContent > [id^="imCell_"] {
	display: none !important;
}

.about-page-updated #imContent > #imCell_30 {
	background: transparent;
	display: block !important;
	margin: 0 auto 70px;
	max-width: 1101px;
	padding: 0 !important;
	width: auto;
}

.awl-about-legacy {
	display: none !important;
}

.about-page-updated #imCell_30 table {
	width: 100% !important;
}

.about-page-updated #imCell_30 td {
	height: auto !important;
	width: auto !important;
}

.about-page-updated #imCell_30 .fs12lh1-5 {
	font-size: 12pt;
	line-height: 1.5;
}

/* Remove the former feedback prompt at the end of the preserved article. */
.about-page-updated #imCell_30 td > div:last-child {
	display: none !important;
}

.home-page-updated #imTableObject_20 table,
.home-page-updated #imTableObject_20 td {
	height: auto !important;
	width: 100% !important;
}

.home-page-updated #imTableObject_20 .text-inner {
	padding: 6px 0;
}

.home-page-updated #imCell_19 {
	-ms-grid-column: 2 !important;
	-ms-grid-column-span: 144 !important;
	grid-column: 2 / 146 !important;
	padding: 18px 10px 36px !important;
	width: auto !important;
}

.home-page-updated #imCell_19 .text-inner,
.home-page-updated #imTextObject_19 {
	overflow: visible !important;
	width: 100% !important;
}

.awl-message {
	background: var(--awl-blue);
	border-radius: 18px;
	box-sizing: border-box;
	color: #fff;
	font-family: "Montserrat", Arial, sans-serif;
	margin: 18px auto;
	max-width: 1080px;
	padding: 34px 42px;
	text-align: center;
	width: 100%;
}

.awl-message h2 {
	color: #fff;
	font-size: 26px;
	line-height: 1.25;
	margin: 0 0 14px;
}

.awl-message blockquote {
	border-left: 4px solid var(--awl-green);
	font-size: 19px;
	font-style: italic;
	line-height: 1.65;
	margin: 0;
	padding-left: 22px;
}

@media (max-width: 760px) {
	.awl-about-banner {
		height: 300px;
	}

	.awl-about-banner__inner {
		padding: 0 22px;
	}

	.awl-about-banner h1 {
		font-size: 40px;
	}

	.awl-about {
		font-size: 16px;
		padding: 0 18px 44px;
	}

	.awl-about__hero {
		grid-template-columns: 1fr;
		gap: 28px;
		padding: 36px 0 48px;
	}

	.awl-about__slideshow {
		box-shadow: none;
		height: 290px;
	}

	.awl-about__slide-button {
		height: 42px;
		width: 42px;
	}

	.awl-about__cards,
	.awl-about__objectives-grid,
	.awl-about__list {
		grid-template-columns: 1fr;
	}

	.awl-about__section {
		padding: 42px 0;
	}

	.awl-about__section--soft,
	.awl-about__closing,
	.about-page-updated #imContent > #imCell_30 {
		border-radius: 0;
		padding: 28px !important;
	}

	.awl-about__objectives {
		padding: 48px 0 36px;
	}

	.awl-about__card {
		padding: 26px;
	}

	.awl-message {
		border-radius: 12px;
		padding: 26px 22px;
	}

	.awl-message blockquote {
		font-size: 17px;
		padding-left: 16px;
	}
}
