/*
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.
*/
/* -- homepage events -- */
.wsuwp-content-syndicate-list {
	list-style: none;
	margin: 0 2rem 0 0;
	padding: 0;
}

.wsuwp-content-syndicate-list li {
	display: flex;
	flex-wrap: wrap;
	font-size: .8em;
	margin-bottom: .4rem;
	border-bottom: 1px solid rgba(255,255,255,.5);
}

.content-item-event-date {
	font-weight: 700;
	padding-right: .5em;
	text-transform: uppercase;
}

.content-item-event-meta {
	font-size: .8em;
	flex: 0 0 100%;
	text-transform: uppercase;
}

/* - */
.headernav ul li {
	list-style-type: none;
	display: inline-block;
}

.headernav ul {
	padding: 6rem 1.5rem 0;
}

.size-lt-medium .headernav ul {
	text-align: center;
	width: 100%;
	padding: 1rem 0 2rem;
}

.size-lt-medium .headernav ul li {
	display: block;
	margin-left: 0;
	margin-right: 0;
}

.headernav ul li {
	line-height: 1.4em;
	display: inline-block;
	margin: 0 30px 10px 0;
}

.size-gt-small .headernav.row.side-right .column.one {
	width: 33%;
}

.size-gt-small .headernav.row.side-right .column.two {
	width: 67%;
}

body {
	background-color: white;
}

h1 {
	background-color: #FFFFFF;
}

p {
	background-color: rgb(255,255,255);
}

.home .main-header {
	background: #fff;
	height: auto;
}

.home .headernav {
	max-width: 80% !important;
	left: 198px;
}

.path-impact #spine,
.path-125 #spine,
.home #spine {
/* display: none; */
}

.builder-banner-content {
	right: 0;
}

.builder-banner-content {
	border-left-width: 0;
	border-right-width: 0;
}

.builder-banner-inner-content {
	color: #fff;
	position: absolute;
	right: 0;
	max-width: 300px;
	bottom: 3em;
}

.builder-banner-content p {
	background: transparent;
}

.wsuwp-content-syndicate-wrapper a {
	color: #fff;
}

@media screen and (min-width: 990px) {
	#spine.cropped {
		left: 0 !important;
	}
}

@media screen and (max-width: 990px) {
	.home .headernav {
		max-width: 100% !important;
		text-align: center;
		left: 0 !important;
	}
}