.dccgreyBackground {
	background-color: #e5e8e7;
	padding-top: 10px;
	padding-bottom: 10px;
}

.dccsectionFeatured {
	padding-top: 2rem;
	padding-bottom: 2rem;
	padding-left: 5.56%;
	padding-right: 5.56%;
}

.dccsectionFeatured img {
	border-radius: 50em;
	border: 3px solid #035ab8;
}

.dccsectionFeatured .dccsectionFeatured_name {
	font-size: 1.5rem;
}

.dccsectionPadding {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.dccheadshots {
	display: grid;
	padding: 0;
	margin: 0;
	list-style: none;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px;
}

.dccheadshots .dccheadshot {
	max-width: 250px;
}

.dccheadshots .dccheadshot img {
	border-radius: 50em;
	border: 3px solid #035ab8;
}

.dccheadshots>li {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 15px;
	margin-top: 0;
}

.dccheadshots .dccheadshotInfo>.dccname {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 1.5rem;
}

.dccheadshots .dccheadshotInfo>.dccposition {
	margin-top: 0;
	font-size: 1rem;
}

h2.dccheadingWithSeperator {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-top: 0 !important;
	margin-bottom: 3.125rem;
}

h2.dccheadingWithSeperator:after {
	content: '';
	height: 2px;
	background-color: #333;
	flex: 1;
}

@media all and (max-width: 899px) {
	.dccsectionFeatured .dccsectionFeatured_name {
		margin-top: 1rem;
	}

	h2.dccheadingWithSeperator {
		margin-bottom: 1.875rem;
	}

	.dccheadshots {
		grid-template: none;
	}

	.dccheadshots>li {
		flex-direction: row;
		gap: 20px;
		align-items: flex-start;
	}

	.dccheadshots>li>.dccheadshot {
		flex-basis: 100px;
	}

	.dccheadshots>li>.dccheadshotInfo {
		flex: 1;
	}

	.dccheadshots>li>.dccheadshotInfo {
		text-align: left;
	}

	.dccsectionFeatured img {
		max-width: 150px !important;
	}
}

/*********************Start ReImagine****************************/

#Main2:has(.dcc-edgeToEdge) {
	overflow: visible;
	padding-top: 0;
	padding-bottom: 0;
}

@media all and (max-width: 767px) {
	.dcc-reverseColumnStacking {
		flex-direction: column-reverse;
	}
}


/*********************End ReImagine****************************/