.callout {
	font-size: 1.2rem;
	font-weight: 400;
	border-left: 5px solid #008080;
	padding: 20px;
}
.wysiwyg table caption {
	text-align: left;
}
.wysiwyg table tfoot {
	font-style: italic;
}
.wysiwyg tbody tr:last-child {
	border-bottom: 3px solid #a6192e;
}
.wysiwyg tfoot tr {
	border-bottom: 1px solid #a6192e;
}
.wysiwyg td:nth-child(3) a {
	color: #a6192e;
	font-weight: 700;
	text-decoration: none;
}
.wysiwyg td:nth-child(3) a:hover {
	text-decoration: none;
	color: #000;
}
.page-intro .hero-cta-buttons {
	width: 220px;
	margin-top: 0.7em;
}
.page-intro .hero-cta-buttons .cta {
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-intro .hero-cta-buttons .cta:not(:last-of-type) {
	margin-bottom: 0.7em;
}
@media screen and (min-width: 700px) {
	.page-intro .hero-cta-buttons {
		width: 500px;
		display: flex;
		align-items: stretch;
	}
	.page-intro .hero-cta-buttons .cta {
		min-width: 154px;
	}
	.page-intro .hero-cta-buttons .cta:not(:last-of-type) {
		margin-right: 0.7em;
		margin-bottom: 0;
	}
}
@media screen and (min-width: 1025px) {
	.page-intro .hero-cta-buttons {
		width: 832px;
	}
	.page-intro .hero-cta-buttons .cta {
		min-width: 246px;
	}
}
