/** Style Patches **/

dt {
	 font-family: NeuePlakBlack, Inter, Tahoma, sans-serif;
}

dd {
	font-style: normal;
	margin-bottom: 1.75rem;
}

.alert {
	margin: 2.5rem 0;
}

/** Table of Contents **/

.table-of-contents > li > a.main-section {
    font-family: NeuePlakBlack, Inter, Tahoma, sans-serif;
    font-size: 1.5rem;
    display: flex;
    line-height: 1.2;
    margin-top: 1.5rem;
}

ul.table-of-contents li ul {
	margin-top: 1rem;
}

@media only screen and (max-width: 1190px) {
	.table-of-contents > li > a.main-section {
		font-size: 1.2rem;
		margin-top: 1rem;
	}
	
	ul.table-of-contents li ul {
	margin-top: .75rem;
	}
}

/** Table Styles **/

.red {
	color: #E90802;
}

.table-title {
	font-family: NeuePlakBlack, Inter, Tahoma, sans-serif;
	color: #000000;
	font-size: 2rem;
	line-height: 1.2;
	padding: 2.5rem 0 1.75rem;
}

@media only screen and (max-width: 1190px) {
	caption.table-title {
		font-size: 1.5rem;
		padding: 2rem 0 1.75rem;
	}
}