/*
 * TPF — Case Study Full-width Image
 * Edge-to-edge full-bleed image, with optional caption.
 */

.tpf-csfwi {
	background-color: #293c7b;
	color: #ffffff;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-bottom: 0;
	padding: 1.5rem 0;
	font-family: proxima-nova, "Proxima Nova", -apple-system, BlinkMacSystemFont, sans-serif;
}

.tpf-csfwi__image {
	display: block;
	width: 100%;
	height: auto;
}

.tpf-csfwi__caption {
	max-width: 1100px;
	margin: 1rem auto 0;
	padding: 0 1.5rem;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	color: #ffffff;
}

@media (max-width: 1024px) {
	.tpf-csfwi__caption { font-size: 18px; line-height: 28px; }
}
