/*
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.
*/
html {
	background-color: #fff;
}

span.content-item-byline {
	display: block;
	margin: 1em 0 .5em;
	text-transform: uppercase;
}

span.content-item-byline-author {
	display: none;
}

.home span.announcement-item-byline-date {
	display: block;
}

.notifications-wrap {
	color: #2e2e2e;
}

.notifications-wrap .crimson-title {
	color: #fff;
}

.notifications-wrap .system-announcement-wrapper.clear {
	background: #39be1f;
}

.notifications-wrap .system-announcement.warning {
	background: #ffc81b;
}

.notifications-wrap .system-announcement.alert {
	background: #ff9b00;
}