/*
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.
*/
p {
	font-size: .9rem;
	line-height: 1.5;
	padding-bottom: 1.5em;
}

main ul > li {
	padding-bottom: .5em;
}

main ul li,
main ol li {
	font-size: .9rem;
	line-height: 1.2;
}

.home .sub-header span {
	border-bottom: 0;
}

.section-wrapper.section-wrapper-has-background {
	background-size: cover;
	background-position: top center;
}