/*
Welcome to custom CSS for the WSU Spine Theme!

You may delete these comments and get started with your custom stylesheet.
Before doing so, please review the WSU web standards:

https://brand.wsu.edu/media/web/web-standards/

As a general rule of thumb, if your styles target aspects of the spine
(#spine), that's against standard, whereas if you're styling elsewhere on
the page, it's all good.
*/
blockquote {
	padding-top: 15px;
	padding-bottom: 0;
	margin-bottom: 12px;
	border-left: 3px solid #981e32;
}

.main-header {
	background-color: #981e32;
}

.singlespace p {
	padding-bottom: 0;
}

.hide {
	display: none;
}

.ul {
	left: 0;
}

.expand {
	color: #981e32;
	font-size: 16px;
	text-align: center;
}

.donate {
	color: #981e32;
}

#wsuwp-main .article-header {
	display: none;
}

#toc .toc-h2 {
	list-style-type: none;
	font-size: 20px;
	font-weight: bold;
}