
			.ContentType_SubPageList_list,
			.ContentType_SubPageList_list *{
				box-sizing: border-box;
			}
			.resultsCountTop,
			.resultsCountBottom{
				font-size: 85%;
				background:#f3f3f3;
				color: #777;
				padding: .25em;
				text-align: center;
			}
			.resultsCountBottom{
				clear:both;
			}
			.resultsPageLinksTop,
			.resultsPageLinksBottom{
				font-size: 90%;
				font-weight:bold;
				background:#f3f3f3;
				color: #000;
				padding: .25em;
				text-align: center;
			}
			.resultsPageLinksBottom{
				clear:both;
			}
			

							.ContentType_SubPageList_list147 .ContentType_SubPageList_listCell{
								display: inline-block;
								vertical-align: top;
								width: 100.00%;
							}
						

						/* About page critical CSS (hero / above the fold) */
.about-hero-banner {
	position: relative;
	padding: calc(var(--header-height) + 4rem) 0 5rem;
	overflow: hidden;
}

.about-hero-banner::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(165deg, rgba(4, 53, 151, 0.18) 0%, rgba(10, 12, 20, 0.97) 55%);
	z-index: 1;
}

.about-hero-bg {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.about-hero-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 30%;
	opacity: 0.35;
}

.about-hero-content {
	position: relative;
	z-index: 2;
	max-width: 800px;
}

.about-hero-tag {
	font-family: var(--font-display);
	font-size: 0.8125rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	color: var(--color-primary);
	margin-bottom: 1rem;
	display: block;
}

.about-hero-title {
	font-size: clamp(2.25rem, 5vw, 4rem);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	line-height: 1.05;
	margin-bottom: 1.5rem;
	color: var(--color-white);
}

.about-hero-title span {
	color: var(--color-accent);
}

.about-hero-lead {
	font-size: 1.125rem;
	color: var(--color-text);
	line-height: 1.8;
	max-width: 620px;
}

.about-hero-divider {
	width: 60px;
	height: 3px;
	background: var(--color-primary);
	margin-top: 2rem;
}
						
