#cm-series-footer-container {
	background-color: #212121;
	display: flex;
	justify-content: center;
}

#cm-series-footer {
	font-family: inherit;
	font-weight: bold;
	margin: 80px 0px 75px 0px;
	max-width: 780px;
}

#cm-series-footer-title {
	color: white;
	font-size: 42px;
	line-height: 50.4px;
	padding-bottom: 20px;
	width: 57%;
}

#cm-series-footer .cm-series-toc-label {
	font-size: 18px;
}

#cm-series-footer .cm-series-toc-headline {
	font-size: 24px;
	line-height: 28.8px;
}

/* Remove extra spacing at the top of the site footer, which creates a weird
	space between the series footer and the site footer */
.site-footer {
	margin-top: 0 !important;
}

/** Mobile Styles */
@media screen and (max-width: 760px) {
	#cm-series-footer {
		margin: 40px 0;
		max-width: 90vw;
	}

	#cm-series-footer-title {
		text-align: center;
		width: 100%;
	}

	.cm-series-toc-link {
		flex-direction: column;
	}
}
