/**
 * Block: Contact Card
 *
 * Photo, name, role and contact details for a single person. Sized for a
 * sidebar column but fluid, so it also works at full width.
 */
.first-contact-card.em-contact-card {
	margin-top: 40px !important;
}
.em-contact-card__inner {

}

.em-contact-card__media {
	aspect-ratio: 1;
	line-height: 0;
	margin-bottom: 16px;
	overflow: hidden;
	max-width: 226px;
}

.em-contact-card__media img {
	height: 100%;
	width: 100%;
}

.em-contact-card__body > p {
	font-size: 1.125rem;
	/* 18px/30px body spec. */
	line-height: 1.6667;
	margin: 0;
}

.em-contact-card__body p.em-contact-card__name {
	font-family: "CaustenRound", Helvetica, Arial, sans-serif;
	font-size: 1.875rem;
	line-height: 1;
	color: #000f9f;
	font-weight: 700;
}

.em-contact-card__job-title {
	color: #212121;
}

.em-contact-card__email a,
.em-contact-card__phone a {
	color: #000f9f;
	font-weight: 700;
	/* Long addresses must not push the sidebar wider than its column. */
	overflow-wrap: break-word;
}

@media (max-width: 849px) {

	.em-contact-card__inner {
		max-width: none;
	}

	.em-contact-card__media {
		max-width: 226px;
	}
}
