.ccm-page .shaded-content {
	min-height: 400px;
	display: inline-block;
	background-color: #F5ECF1;
}
.ccm-page .shaded-content .title.blue {
	background-color: #003B71;
	min-height: 88px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 25px;
	min-height: 175px;
}
.ccm-page .shaded-content .body.blue {
	padding: 25px;
	background-color: #e5f1ff;
	/* min-height: 525px; */
}
.ccm-page .shaded-content .title.threequarter {
	opacity: 75%;
	display: flex
}
.ccm-page .shaded-content .title.half {
	opacity: 50%;
}
.ccm-page .shaded-content .title.thirtyfive {
	opacity: 35%;
}
.ccm-page .shaded-content .title h3 {
	color: #fff;
	margin: 0;
}
.ccm-page .shaded-content .title h2 {
	color: #fff;
	margin: 0;
	font-size: 28px;
}
.ccs-page .ccm-block-custom-template-larger-header-blue {
	background-color: #e5f1ff;
}

