
.h3-content-heading {
	display: block;
	font-size: 22px;
	margin-bottom: 15px;
}


.resource-link {
	background-image: url(/static/images/icons/link-arrow-right-blue.svg);
	background-position: 0 12px;
	background-repeat: no-repeat;
	border-top: 1px solid #D8D8D8;
	display: block;
	font-weight: 600;
	padding: 10px 0 10px 25px;
}

.resource-link--document {
	background-image: url(/static/images/icons/pdf.svg);
	background-position: 0 12px;
	background-repeat: no-repeat;
	border-top: 1px solid #D8D8D8;
	display: block;
	font-weight: 600;
	padding: 10px 0 10px 25px;
}

.resource-link--video {
	background-image: url(/static/images/icons/play.svg);
	background-position: 0 15px;
	background-repeat: no-repeat;
	border-top: 1px solid #D8D8D8;
	display: block;
	font-weight: 600;
	padding: 10px 0 10px 25px;
}

.resource-link--external {
	background-image: url(/static/images/icons/external-link.svg);
	background-position: 0 12px;
	background-repeat: no-repeat;
	border-top: 1px solid #D8D8D8;
	display: block;
	font-weight: 600;
	padding: 10px 0 10px 25px;
}

.intro-text {
	color: #0B79C7;
	font-size: 24px;
}