/*
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.
*/
ol li, ul li {
	line-height: 1.8rem;
}

/* -- Hide Post Featured Image -- */
.featured-image {
	display: none;
}

/* -- remove byline from news post title on home page -- */
.content-item-byline {
	display: none;
}

/* -- BU nav plugin - active page --- */
#spine nav li.active > a, #spine nav li.opened > a {
	color: #981E32;
}

/* --------- hyperlinks bold -------- */
main a {
	font-weight: 700;
}

/* --------- HEADERS ----------- */
h2 {
	font-size: 1.3rem;
	color: #464e54;
}

h3 {
	font-size: 1.15rem;
	color: #464e54;
}

h4 {
	font-size: 1rem;
	color: #464e54;
}

h5 {
	font-size: .85rem;
	color: #464e54;
}

h6 {
	font-size: .7rem;
	color: #464e54;
}

/* ------------ home page paragraph ----------- */
.emphasis-home p {
	font-size: 1.5rem;
	line-height: 1.8rem;
	color: #981e32;
}

/* ----------------- BANNER (SLIDESHOW) ------- */
/*media all*/
.builder-banner-content {
	text-shadow: 2px 2px #000;
}

/* ------------ PEOPLE TABLE ------- */
.peopletable {
	font-size: .9em;
}

.peopletable .column-6 {
	width: 100px;
}

/* ----------- BOOKMARK HEADER ------------ */
.main-header {
	background-color: #981E32;
	height: 80px;
}

/* stacked header on iphone5 */
@media screen and (max-width: 641px) {
	.main-header {
		height: 140px;
	}
}

#jacket {
	background-image: url('https://s3.wp.wsu.edu/uploads/sites/514/2015/02/bkg-K_1x80.jpg');
	background-repeat: repeat-x;
}

/* ----------- ACCORDION ------------ */
.accordion div h4 {
	display: table-cell;
	vertical-align: middle;
	padding: 0;
	outline-style: none;
}

.accordion div h4:nth-of-type(odd) {
	padding: 1rem 6rem 1rem 1rem;
}

.accordion div h4:nth-of-type(even) {
	padding-left: 1rem;
	padding-right: 6rem;
}

.accordion div div:nth-of-type(even) {
	padding-top: 1rem;
	padding-bottom: -1rem;
}

.accordion div h4:nth-of-type(odd), .accordion div div:nth-of-type(odd) {
	background-color: #EFF0F1;
}

.accordion div h4:nth-of-type(even), .accordion div div:nth-of-type(even) {
	background-color: #f4f4f5;
}

.accordion div h4 {
	background: url('https://s3.wp.wsu.edu/uploads/sites/514/2015/02/plus-crimson_17x17.png') 95% center no-repeat;
	max-width: 792px;
	display: block;
}

.accordion div h4:hover {
	cursor: pointer;
	color: #981e32;
}

.accordion div div {
	padding: .2rem 6rem 1rem 1rem;
	margin-top: -.25rem;
}

/* ---------- rss feed   ------------ */
.rss-title {
	height: 0;
	visibility: hidden;
}

/* -- News Formatting -- OLD -- Replaced by SR 7/7/2022
.news .wsuwp-content-syndicate-item {
	display: grid;
	grid-auto-flow: row;
	grid-template-columns: 166px auto;
	border-bottom: solid 2px #e1e1e1;
	margin-bottom: 1em;
}

.headline_news .wsuwp-content-syndicate-item {
	display: grid;
	margin-bottom: 1em;
	font-size: larger;
	text-transform: capitalize;
	text-align: center;
	text-underline-position: under;
}

.news .content-item-thumbnail {
	grid-column: 1;
	grid-row: 1 / 4;
	margin-right: 1em;
}

.news .content-item-title {
	font-size: 1.2em;
	line-height: 1.4em;
	grid-column: 2;
	text-transform: capitalize;
}

.news .content-item-byline {
	grid-column: 2;
	color: #666666;
	font-style: italic;
}

.news .content-item-excerpt {
	grid-column: 2;
}
*/