/*
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.
*/
.page-media .h1-header h1 {
	padding: 0 .8em .6em 0;
	border-bottom: 4px solid #4a4a4a;
	margin-bottom: .4em;
	text-align: center;
}

.home-date {
	padding-top: .5em;
	padding-bottom: 2em;
}

body.home nav.top-menu {
	display: none;
}

body.home .speaker-wrap {
	padding-bottom: 8em;
}

body.page-register h3 {
	margin-top: 0;
	padding-top: 0;
}

html main {
	color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6, {
	color: #000;
}

body.blog h2 a {
	color: #000;
}

body.blog h2 {
	border-bottom: 2px solid #4a4a4a;
}

body.single-post .column article header.article-header hgroup h1.article-title {
	color: #000;
	padding: 0 .8em .6em 0;
	border-bottom: 4px solid #000;
	margin-bottom: .4em;
	text-align: left;
}

body.single-post a.previous {
	border-color: #000;
	color: #000;
}

body.page-the-innovators-lecture-series .h1-header h1 {
	text-align: left;
	color: #000;
	border-bottom: 4px solid #000;
}

a.button.cta {
	background: #000;
	background: rgba(0,0,0,1);
	border: 1px solid rgba(0,0,0,1);
	color: #fff;
	text-align: center;
}

.pad-bot-more {
	padding-bottom: 4rem;
}

.marg-l-sm {
	margin-left: 8px;
}

.inline-block {
	display: inline-block;
}

.end-bug {
	background: url(https://wsu.edu/125/wp-content/uploads/sites/672/2015/04/end-bug.png) no-repeat;
	background-size: 16px;
	width: 16px;
	height: 16px;
	margin: 0 0 -2px 8px;
}

/*inline-video*/
.featurevideo.inline-video {
	float: right;
	margin: 0 0 2rem 2rem;
	width: 50%;
}