/*
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:

http://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.
*/
/*.main-header {
	background-image: url("https://s3.wp.wsu.edu/uploads/sites/67/2015/08/Coug-Prints-260x100-cropped.png");
	background-repeat: no-repeat;
	background-color: #000;
}
*/
#accordion .ui-state-focus {
	outline: none;
	height: content;
}

#accordion .ui-accordion-header-active {
	color: #000;
	background-color: #eddccc;
	border: 1px solid #981e32;
	border-radius: 20px;
	padding: 10px;
}

#accordion h6:hover {
	cursor: pointer;
	color: #000;
	background-color: #eddccc;
	border: 1px solid #981e32;
	border-radius: 20px;
	padding: 10px;
}

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