/*
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.
*/
.main-header {
	background: #3b7904;
/*background: #981e32;*/
}

.main-header sub, .main-header sup {
	display: block;
	color: #ffffff;
	line-height: 1em;
	margin: 0;
}

.main-header .header-group {
	position: relative;
	max-width: 100%;
}

.main-header {
	height: auto;
}

.header-group {
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0 !important;
}

.main-header sub {
	padding: 1.5rem 2rem;
	position: relative;
	text-align: center;
}

/*
.main-header sub:after {
	content: '';
	display: block;
	position: absolute;
	width: 9999rem;
	height: 100%;
	left: 100%;
	top: 0;
	background-color: #3b7904;
}
*/
.main-header sup {
	background-color: #fff;
	color: #900;
	padding: .5rem 2rem;
	text-align: right;
}

.main-header sup a {
	color: #900;
}

html {
	background-color: #fff;
}

/*------------------------------------*/
.builder-banner-inner-title {
	font-size: 1.1em;
	background: rgba(33,54,57,0.8);
	padding: 10px;
	text-align: center;
}

.builder-banner-content {
	box-sizing: border-box;
	font-weight: 300;
	right: auto;
	left: 25px;
	top: auto;
	bottom: 325px;
	width: 650px;
	height: 150px;
	min-height: 100px;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 10px;
	border: 20px;
	display: block;
}

.builder-banner-content {
	left: 0;
	bottom: 325px;
	width: 100%;
	padding: 10px 0;
}

/*
.builder-banner-inner-title, .builder-banner-inner-content a {
	color: #fff;
}

.builder-banner-content {
	box-sizing: border-box;
	font-weight: 300;
	right: 0;
    right: auto;
	left: auto;
	top: auto;
	bottom: 0;
	width: 550px;
	height: 175px;
	min-height: 100px;
	margin-bottom: 20px;
	padding: 10px;
	border: 20px;
	display: block;
	font-size: initial;
}
*/
.builder-banner-slide {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 0;
	background-repeat: no-repeat;
	background-position: center center;
/*background-size: cover;*/
	background-size: contain;
	display: none;
}

/* ----------- HUB (general) ----------- */
.inside-header {
	background-color: #2f5055;
}

.hub h1 {
	font-weight: 300;
	padding-top: .5em;
	color: #ffffff;
}

.hub h2 {
	color: #203639;
	padding: 1em 0 .5em;
}

.hub ul {
	list-style-type: none;
	padding: 0 1em 0 0;
}

.hub ul li {
	padding-bottom: 1em;
}

.content-item-title {
	display: block;
	padding: 0;
}

.content-item-title a {
	text-decoration: none;
}

.content-item-excerpt p {
	padding-bottom: .5em;
}

.features .content-item-byline, .news .content-item-byline-author, .content-item-event-meta {
	display: none;
}

.news .wsuwp-content-syndicate-item {
	display: grid;
	grid-auto-flow: row;
	grid-template-columns: 166px auto;
	border-bottom: solid 2px #e1e1e1;
	margin-bottom: 1em;
}

.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;
}

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

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

.news .content-item-excerpt strong {
	font-weight: normal;
}

@media only screen and (max-width: 550px) {
	.hub .news .wsuwp-content-syndicate-item {
		display: block;
	}
}

/*--------------------------------*/