/*
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.
*/
/**********************************
	Spine structural changes
**********************************/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	box-sizing: border-box;
	word-wrap: normal;
}

body {
	color: #333;
}

#jacket {
	border-top: 5px solid #981e32;
}

.main-header {
	background: rgba(0,0,0,.05);
	height: 60px;
}

.main-header .header-group {
	padding-left: 2em;
	padding-top: 1em;
}

.main-header sup a,
.main-header sup span {
	color: #333;
	font-size: 1.5em;
	line-height: 1.15;
}

.main-header sup a:hover {
	color: #c60c30;
	transition-property: background, color;
	transition-duration: .5s;
	transition-timing-function: ease-out;
}

.main-header sub {
	display: none;
}

@media screen and (max-width: 790px) {
	.main-header {
		background: rgba(0,0,0,.05);
		height: 50px;
	}
	
	.main-header .header-group {
		padding-left: 2em;
		padding-top: 1em;
	}
	
	.main-header sup a,
																										.main-header sup span {
		color: #333;
		font-size: 1.25em;
		line-height: 1.15;
	}
}

/**********************************
	Typography
**********************************/
main p,
main ol li,
main ul li {
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5em;
}

a:hover {
	transition-property: background, color;
	transition-duration: .5s;
	transition-timing-function: ease-out;
}

h1 {
	padding: 2em 0 1em;
}

.single-post h1.article-title {
	padding-bottom: .2em;
	padding-top: 1em;
}

h2 {
	font-size: 2rem;
	padding: 1.2em 0 1.1em;
}

h2.article-title {
	padding-bottom: .3em;
}

h3 {
	line-height: 1.4;
}

h3 + h4 {
	padding-top: 1.2em;
}

h4 {
	font-size: 1.2rem;
}

h5 {
	font-size: .75rem;
}

.article-header hgroup.source, 
.article-header .hgroup.source {
	text-transform: capitalize;
}

blockquote {
	max-width: 700px;
	background-color: #981e32;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 20px 20px 10px;
	font-size: 1.5px !important;
	font-family: Helvetica Neue, Helvetica, sans-serif;
	color: #FFFFFF;
}

blockquote p {
	font-size: 11px !important;
	line-height: 1.75;
	font-style: italic;
}

figcaption {
	font-size: .9rem;
	font-family: Helvetica Neue, Helvetica, sans-serif;
	line-height: 1.5;
	font-style: italic;
	padding: 0 10px 20px;
}

/**********************************
	HTML elements
**********************************/
.gray {
	background: rgba(0,0,0,.05);
}

.darkgray {
	background: rgba(0,0,0,.7);
}

.crimson {
	background: rgba(152,30,50,1);
}

.contacts .column {
	border-right: 1px solid rgba(0,0,0,.1);
}

.contacts .column:last-of-type {
	border-right: 0;
}

.contacts.half .column:nth-child(3) {
	border-right: 0;
}

hr {
	background-color: rgba(0,0,0,.1);
}

.article-summary,
.single-post .article-body {
	padding: .25em 0;
}

.article footer {
	border-bottom: 1px solid rgba(0,0,0,.1);
	padding-bottom: .5em;
}

.blog article,
.archive article {
	padding-bottom: .5em;
}

.pager {
	padding-bottom: 2em;
}

cite.article-author,
span.content-item-byline-author {
	display: none;
}

/**********************************
	Homepage 
**********************************/
.feature-bar-news {
	padding: 0 1em;
}

.hp-news-block > .column {
	display: flex;
	padding: 3rem 0;
	flex-flow: wrap;
}

.hp-news-block > .column * {
	box-sizing: border-box;
}

.news-block-column {
	width: 20%;
	display: flex;
	flex-direction: column;
	border-left: 1px solid rgba(0,0,0,.1);
	list-style: none;
	padding: 0;
	margin: 0;
	order: 1;
}

.news-block-column:first-child {
	width: 40%;
	display: block;
	order: 2;
	border-right: 1px solid rgba(0,0,0,.1);
}

.news-block-column .item {
	border-bottom: 1px solid rgba(0,0,0,.1);
	box-sizing: border-box;
	display: flex;
	flex: 1;
	position: relative;
	transition: background .3s ease;
	padding: 0;
}

.news-block-column .item:last-child {
	border: none;
	height: 100%;
}

.news-block-column a {
	display: block;
	border: none;
	box-shadow: none;
	padding: 1rem 1.5rem;
	height: 100%;
	width: 100%;
}

.news-block-column a:hover {
	background: rgba(0,0,0,.05);
	border: none;
	padding: 1rem 1.5rem;
	box-shadow: none;
}

.news-block-cat,
.news-block-head,
.news-block-sub {
	display: block;
}

.news-block-cat {
	color: #272727;
	font-size: .6rem;
	text-transform: uppercase;
	line-height: 1;
	font-weight: 700;
}

.news-block-head {
	font-weight: 700;
	font-size: 1rem;
	margin-top: .65rem;
	line-height: 1.1;
}

.news-block-sub {
	color: #5e6a71;
	font-size: .9rem;
	margin-top: .25rem;
	line-height: 1.2;
	padding: 0 0 .6em;
}

.news-block-column:first-child img {
	width: 60%;
	float: right;
	margin: 0 0 0 1rem;
	line-height: 0;
}

.news-block-column:first-child .news-block-head {
	font-size: 1.75rem;
	line-height: 1;
	margin-bottom: .75rem;
}

.news-block-column:first-child .news-block-sub {
	font-size: 1rem;
	line-height: 1.5;
}

@media screen and (max-width: 1000px) {
	.hp-news-block {
		padding: 1rem 0;
	}
	
	.hp-news-block > .column {
		padding-top: 0;
	}
	
	.news-block-column,
																																															.news-block-column:first-child {
		width: 100%;
		flex-direction: row;
		border: none;
		border-bottom: 1px solid rgba(0,0,0,.1);
		padding: 1rem 0;
	}
	
	.news-block-column:last-child {
		border-bottom: none;
	}
	
	.news-block-column:first-child {
		width: 100%;
		order: 0;
	}
	
	.news-block-column:first-child img {
		margin-bottom: 0;
		width: 50%;
	}
	
	.news-block-column .item {
		padding: 1rem;
		border: none;
	}
	
	.news-block-column .item:last-child {
		border-left: 1px solid rgba(0,0,0,.1);
	}
	
	.news-block-column:first-child .item:last-child {
		border: none;
	}
	
	.news-block-column:first-child .news-block-head {
		font-size: 1rem;
	}
}

@media screen and (max-width: 790px) {
	.news-block-column {
		flex-wrap: wrap;
	}
	
	.news-block-column .item {
		flex: 1 100%;
		border: none;
		border-bottom: 1px solid rgba(0,0,0,.1);
	}
	
	.news-block-column .item:last-child {
		border: none;
	}
	
	.news-block-column:first-child img {
		display: none;
	}
	
	.news-block-column, 
																																															.news-block-column:first-child,
																																															.news-block-column a,
																																															.news-block-column a:hover {
		padding: 0;
	}
}

.act-title-block {
	color: #FFFFFF;
	font-weight: 700;
	font-size: 1.5rem;
	margin-top: .25rem;
	line-height: 1.5;
	padding: 0 0 .6em;
}

.act-sub-blocks {
	color: #000000;
	font-weight: 700;
	font-size: 1.5rem;
	text-align: center;
	margin-top: .25rem;
	line-height: 1.5;
	padding: 0 0 .6em;
}

/**********************************
	Banner image
**********************************/
.spacing-loose .single.gutter.builder-section-banner .column:not(.gutterless) {
	padding-left: 0;
	padding-right: 0;
}

.builder-banner-inner-title {
	font-size: 2rem;
	font-weight: 700;
	position: absolute;
	bottom: 45%;
	padding-bottom: 0;
	width: 50%;
}

.builder-banner-inner-content {
	position: absolute;
	bottom: 30%;
}

.builder-banner-inner-content p {
	display: block;
	background: #981e32;
	padding: 1em;
	line-height: 0;
	font-size: 1.2rem;
}

.builder-banner-inner-content p:hover {
	background: #c60c30;
	transition-property: background, color;
	transition-duration: .5s;
	transition-timing-function: ease-out;
}

/**********************************
	Home newsbeat form
**********************************/
.newsbeat-blog ul.wsuwp-content-syndicate-list {
	padding-left: 0;
	padding-top: 0;
}

li.wsuwp-content-syndicate-item {
	list-style: none;
	padding: 1em 0;
	border-bottom: 1px solid rgba(0,0,0,.1);
}

li.wsuwp-content-syndicate-item:first-of-type {
	padding-top: 0;
}

li.wsuwp-content-syndicate-item:last-of-type {
	border-bottom: 0;
}

main h2.article-title,
.content-item-title {
	width: 100%;
	display: block;
	font-size: 1.4rem;
	line-height: 1.3;
	font-weight: 400;
	padding-top: 1em;
}

.article-header hgroup.source,
.article-header .hgroup.source,
.content-item-byline-author,
.content-item-byline-date {
	font-size: .9rem;
	color: #8d959a;
}

.content-item-excerpt {
	display: block;
	padding: 1.2em 0;
}

a.content-item-read-story {
	color: #fff;
	background: #981e32;
	padding: .5em;
	line-height: 0;
	font-size: .8rem;
}

a.content-item-read-story:hover {
	background: #c60c30;
	transition-property: background;
	transition-duration: .5s;
	transition-timing-function: ease-out;
}

.more-default {
	display: none;
}

/**********************************
	Gravity Forms 
**********************************/
body #field_1_31.gfield input {
	font-size: 11px;
}

/*I cannot get this stupid line to work*/
#field_1_31 .gform_body {
	font-size: 40px;
	color: orange;
}

/*Only adjust field labels (adjusts individual sub-labels)*/
body #gform_wrapper_1 .gform_body .gform_fields .gfield .name_first label,
body #gform_wrapper_1 .gform_body .gform_fields .gfield .name_last label,
body #gform_wrapper_1 .gform_body .gform_fields .gfield .name_middle label {
	color: gray;
	font-size: 12px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}