﻿.rte {
	line-height: 1.8;
	padding-right: 30px;
	color: #666;
}

.rte h2, .rte h3, .rte h4, .rte h5, .rte h6 {
	color: #111;
	font-weight: 700;
}

.rte h2 {
	font-size: 34px;
}

.rte h3 {
	font-size: 26px;
}

.rte h5, .rte h6 {
	margin-bottom: 5px;
}

.rte .intro {
	font-weight: 700;
	font-size: 16px;
}

.rte ul, .rte ol {
	margin-left: 1.1em;
}

.rte p, .rte ul, .rte ol, .rte blockquote, .rte table {
	margin-bottom: 20px;
}

.rte p + h2, .rte p + h3, .rte p + h4, .rte p + h5, .rte p + h6,
.rte ul + h2, .rte ul + h3, .rte ul + h4, .rte ul + h5, .rte ul + h6,
.rte ol + h2, .rte ol + h3, .rte ol + h4, .rte ol + h5, .rte ol + h6 {
	padding-top: 15px;
}

.rte th,
.rte td {
	padding: 15px;
}

.rte + .icon-wrapper--round {
	padding: 5px;
}

.rte blockquote {
	background: #f1f1f1;
	border-left: 10px solid #ddd;
	padding: 20px;
	font-style: italic;
}
.rte .attribution {
	font-style: normal;
	font-size: 15px;
	font-weight: 600;
}

.rte a {
	text-decoration: underline;
	color: #111;
}

.rte .intro {
	color: #555;
}

.col-md-3 .rte,
.col-md-4 .rte,
.col-md-10 .rte,
.col-md-3 + .col-md-9 .rte {
	padding-right: 0;
}

.related-links {
	margin-top: 60px;
	padding-top: 15px;
}

.related-links__list {
	list-style-type: none;
	font-size: 16px;
	font-weight: 700;
}

.related-links__title {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 20px;
	color: #111;
}

.related-links__item {
	padding: 15px 0;
	border-top: 1px solid #f1f1f1;
	color: #111;
}

.related-links__item:last-child {
	border-bottom: 1px solid #f1f1f1;
}

.related-list__icon {
	color: #c6c6c6;
	margin-right: 10px;
}

@media (min-width: 991px) {
	.rte p:last-child,
	.rte ul:last-child,
	.rte ol:last-child {
		margin-bottom: 0;
	}
}