/* ----- 2025 Redesign ----- */


/* Contents */

.contents {
	border-top: 3px solid #26b4e9;
	background: #f0f2f2;
	padding: 20px;
}

/* Demographic charts */

.demographics .inline_image {
	border-top: solid 3px #26b4e9;
}

/* Testimonials */

.testimonial {
	background: linear-gradient(to right,  #ffffff 0%,#dcdcdc 100%);
	padding: 10px;
	display: flex;
	border-right: 3px solid #02529c;
	position: relative;
}

.testimonial:before {
	content: "“";
	font-size: 6rem;
	position: absolute;
	top: -14px;
	color: #dc1e35;
}

.testimonial .sleeve {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: space-between;
}

.testimonial p {
	margin-bottom: 0px;
}

.testimonial p:first-of-type {
	padding-top: 24px;
}

.testimonial .inline_image {
	margin-bottom: 0px;
	margin-right: 0px;
}

.testimonial p img {
	height: 35px;
}

.testimonial p:nth-of-type(2) {
	margin-top: auto;
}

@media screen and (min-width: 1024px) {
	.testimonial {
		min-height: 615px;
	}
}