/*
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 #glue:before {
	border-right: solid 1px #b5babe;
}

body {
	background-color: #d7dadb;
	color: #23282b;
}

#binder {
	background-color: #fff;
	border-right: solid 1px #b5babe;
}

.overlayz {
	position: absolute;
/* Sit on top of the page content */
	display: block;
/* Hidden by default */
	width: 100%;
/* Full width (cover the whole page) */
	height: 100%;
/* Full height (cover the whole page) */
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
/* Black background with opacity */
	z-index: 99995;
/* Specify a stack order in case you're using a different order for other elements */
	cursor: pointer;
/* Add a pointer on hover */
}

.pad-top-bot {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

/*header*/
.home .main-header {
	display: none;
}

.main-header {
	background: none;
	height: auto;
	background-size: cover;
	background-color: #4f868e;
}

/*--- Home  ---*/
.home #binder {
	background-image: url(https://wpcdn.web.wsu.edu/wp-its/uploads/sites/1402/2016/07/itb-revite-main-img-1500px2.jpg);
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
/*background-size: cover;*/
}

.home row single {
}

/*-------- LINKS --------*/
.events .main a {
	color: #4f868e;
	text-decoration: none;
	padding-bottom: 1px;
	border: none;
}

main a {
	color: #4f868e;
	border-bottom: solid 1px #4f868e;
	text-decoration: none;
	padding-bottom: 1px;
}

main a:hover {
	color: #82a9af;
	-webkit-transition: color .2s linear;
	-moz-transition: color .2s linear;
	-o-transition: color .2s linear;
	transition: color .2s linear;
}

main a:active {
	border-bottom: solid 1px #000;
}

/*--- Main Header  ---*/
.main-header a {
	background: none;
	border-bottom: none;
	text-transform: capitalize;
}

.main-header a:hover {
	background: none;
	border-bottom: none;
}

.main-header .header-group:not(.unset) {
	padding: 2em 2em .75em;
	position: relative;
}

.main-header sub, .main-header sup {
	color: #FFF;
/*#23282b*/
}

.main-header sub:not(.unset), .main-header sup:not(.unset) {
	display: inline-block;
	font-size: 1em;
	letter-spacing: 1px;
}

.main-header .sup-header:not(.unset) a, .sub-header span {
	color: #FFF;
	font-size: 1em;
	text-transform: uppercase;
}

.sup-header a {
	font-weight: 300;
	text-decoration: none;
}

.sub-header span {
	font-weight: 300;
	padding-left: 1em;
/*margin-left: 2em;
border-left: solid 1px #23282b;*/
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.keyboard {
	width: 80%;
	max-width: 600px;
	margin: 10px 0 -10px;
}

/*-------- TYPOGRAPHY --------*/
p {
	font-weight: 300;
	font-size: 1.2em;
	line-height: 1.65em;
}

h1 {
	font-weight: 400;
	font-size: 3rem;
/*font-size: calc(4vw + 4vh + 2vmin);*/
	line-height: 1em;
	margin-top: 2.5rem;
	margin-bottom: .5em;
	letter-spacing: -1.5px;
}

.home h1 {
	margin-top: 0;
	font-weight: 300;
	color: #4f868e;
	font-size: 2.5rem;
	text-transform: uppercase;
}

.home h2 {
	margin-top: 0;
	color: #FFF;
	font-size: 2.5rem;
	font-size: 2em;
	letter-spacing: 0;
	text-transform: uppercase;
	font-weight: 300;
}

h2 {
	font-size: 2rem;
	font-weight: 800;
	color: #4f868e;
	margin-bottom: .5em;
}

h3 {
	font-size: 1.65em;
	font-weight: 400;
	padding: .5em 0 1em;
}

ul + h3 {
	margin-top: 1em;
}

.intro {
	font-size: 1.5em;
}

main ul {
	margin: 20px 0;
}

main ul li {
	font-size: 1.2em;
	font-weight: 300;
	line-height: 1.5em;
	list-style-type: square;
	padding: 0 0 .75em;
}

p + ul {
	margin-top: 0;
}

.source {
	margin: .5em 0 3em;
}

main article header h2 {
	margin-bottom: 0;
	font-size: 3em;
	line-height: 1.5em;
}

.article-title {
	margin-top: 2em;
}

/*-------- HOME CONTENT --------*/
.bg-grey {
	background-color: #F5F5F5;
}

.main-call {
	position: top;
	text-align: center;
	background-color: #fff;
	background-color: rgba(255,255,255,.25);
	margin: 6rem auto 0;
	padding: 3em;
	max-width: 65%;
	border: solid .09rem #fff;
}

.main-call:hover {
	background-color: #FFF;
	background-color: rgba(0,0,0,.25);
	border: solid .09rem #fff;
	-webkit-transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
	transition: background-color .2s linear;
}

.box-block {
	margin: .5rem;
	text-align: center;
	display: flex;
	flex-direction: row;
}

.box {
	background-color: #ffb81c;
	background-color: rgba(255,184,28,100);
	border-bottom: none;
	color: #fff;
	padding: 1rem;
	margin: .5rem;
	font-size: 1rem;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: 1px;
	flex: 1;
}

.box:hover {
	color: #fff;
	background-color: #23282b;
	background-color: rgba(35,40,43,.9);
	-webkit-transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
	transition: background-color .2s linear;
}

.box:active {
	background-color: #000;
	background-color: rgba(0,0,0,.85);
}

.box:last-of-type {
	border-right: none;
}

/*----------------------------------- sample email -----------------------------------*/
.email {
	width: 100%;
	padding: 2em 2em 4em;
	background-color: #fff;
	border: solid 1px #d7dadb;
	box-shadow: 3px 5px 10px #d7dadb;
	font-size: .8em;
}

.email sup {
	background-color: #ffb81c;
	padding: 2px 6px;
	border-radius: 50%;
}

ol.circles-list {
	list-style-type: none;
	list-style-type: decimal !ie;
	counter-reset: li-counter;
}

ol.circles-list > li {
	position: relative;
	margin-bottom: 20px;
	padding-left: .5em;
	min-height: 3em;
}

ol.circles-list > li:before {
	position: absolute;
	top: 0;
	left: -1.33em;
	width: 1.2em;
	height: 1.2em;
	line-height: 1.2;
	text-align: center;
	font-size: .75em;
	padding: 2px;
	border-radius: 50%;
	background-color: #ffb81c;
	content: counter(li-counter);
	counter-increment: li-counter;
}

/*----------------------------------- table }-----------------------------------*/
.tablepress tbody tr:first-child td {
	border-top: 1px solid #ddd;
}

.tablepress tbody tr:last-child td {
	border-bottom: 1px solid #ddd;
}

td .column2 {
	border-left: 1px solid #ddd;
}

tr:hover {
	background-color: #d7dadb;
	background-color: rgba(244,242,235,.9);
}

td:hover {
	background-color: #d7dadb;
	background-color: rgba(244,242,235,.9);
/*----------------------------------- new table -----------------------------------*/
	color: #000;
	vertical-align: middle;
	margin-bottom: 3em;
	margin-top: 1em;
}

.table th {
	padding: 10px;
	border: solid 1px #b5babe;
	background-color: #f4f2eb;
}

.table tr {
	padding: 10px;
	border: solid 1px #b5babe;
}

.table tr.odd {
	padding: 10px;
	border: solid 1px #b5babe;
	background-color: #eff0f1;
}

.table tr:hover {
	background-color: #f4f2eb;
}

.table td {
	padding: 10px;
	border: solid 1px #b5babe;
}

.table td.red {
	color: #c60c30;
}

/*----------------------------------- MEDIA QUERIES -----------------------------------*/
@media all and (min-width: 900px) {
	.flex-item {
		flex: 1 auto;
	}
}

	
}

@media all and (min-width: 1388px) {
	h1.article-title {
		font-size: 98px;
	}
}

@media all and (max-width: 800px) {
	.home h2 {
		font-size: 4vw;
	}
	
	.box {
		flex: 1 auto;
		width: 75%;
		margin: .25rem auto 0;
		display: block;
	}
	
	.box-block {
		display: block;
	}
	
	.main-call, .main-call:hover {
		position: top;
		text-align: center;
		background-color: #fff;
		background-color: rgba(255,255,255,.25);
		margin: 2rem auto;
		padding: 1rem;
		max-width: 65%;
		border: solid .09rem #fff;
	}
	
	.main-call:hover {
		background-color: #000;
		background-color: rgba(0,0,0,.75);
	}
}