/*
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:

http://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.
*/
/* images with captions overlapping */
.wp-caption {
	max-width: 96% !important;
	width: auto !important;
}

/* text in bookmark */
.main-header sup {
	font-size: 1.5em;
}

.main-header sup span {
	display: inline;
}

.main-header sub, .main-header sup {
	display: inline;
	font-size: 1.5em;
}

.main-header sub *, .main-header sub a, .main-header sup a {
	font-weight: 700;
}

main {
	margin-bottom: 5rem;
}

/* bookmark */
.main-header {
	background-color: #981e32;
	height: 80px;
}

/* homepage */
.billboard {
	background-image: url('https://wpcdn.web.wsu.edu/wp-cas/uploads/sites/1028/2015/10/ranger-cliff-palace_1200x532.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	position: fixed;
	top: 0;
}

.size-lt-large .billboard {
	top: 50px;
}

.home .main-header {
	background-color: transparent;
	position: relative;
	height: 468px;
	z-index: 100;
}

.home .main-header sup {
	display: none;
}

.home .main-header sub {
	position: absolute;
	bottom: 0;
	color: white;
	text-transform: uppercase;
	font-size: 5rem;
}

@media (max-width: 480px) {
	.home .main-header sub {
		font-size: 3rem;
	}
}

.home .main-header::before,
.home .main-header::after {
	background: transparent;
}

.home .main-header sub:not(.unset), .home .main-header sup:not(.unset) {
	margin-bottom: -10px;
}

.billboard .column {
	position: relative;
	height: 500px;
}

.billboard .section {
	margin: 0 auto;
	max-width: 1386px;
}

.size-gt-medium .billboard .column.one {
	position: relative;
}

.size-gt-medium #glue::after {
	content: "";
	height: 500px;
	width: 198px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	background: -moz-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 56%,rgba(255,255,255,1) 83%,rgba(255,255,255,1) 100%);
/* FF3.6+ */
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,0)),color-stop(56%,rgba(255,255,255,0)),color-stop(83%,rgba(255,255,255,1)),color-stop(100%,rgba(255,255,255,1)));
/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 56%,rgba(255,255,255,1) 83%,rgba(255,255,255,1) 100%);
/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 56%,rgba(255,255,255,1) 83%,rgba(255,255,255,1) 100%);
/* Opera 11.10+ */
	background: -ms-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 56%,rgba(255,255,255,1) 83%,rgba(255,255,255,1) 100%);
/* IE10+ */
	background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 56%,rgba(255,255,255,1) 83%,rgba(255,255,255,1) 100%);
/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=0);
/* IE6-9 */
}

.size-gt-medium .billboard .column.one::before {
	right: calc(100% - 198px);
}

.home .style-bookmark .main-header,
.billboard header h2 {
	display: none;
}

body:not(.home) .main-header:before, body:not(.home) .main-header:after {
	content: "";
	position: absolute;
	background: #981e32;
	top: 0;
	bottom: 0;
	width: 9999px;
}

body:not(.home) .main-header:before {
	right: 100%;
}

body:not(.home) .main-header:after {
	left: 100%;
}

/* transparent spine (for homepage) */
.home .size-gt-medium #glue::before {
	opacity: .8;
}

.home .size-gt-medium #binder #spine.dark header {
	background-color: transparent;
}

/* headers */
h1, h2, h3, h4, h5, h6 {
	color: #981e32;
	text-transform: none;
	font-weight: 500;
}

/* news posts */
.article-header hgroup.source, .article-header .hgroup.source {
	display: none;
}

article footer {
	display: none;
}

.content-item-byline {
	display: none;
}

.content-item-read-story {
	display: none;
}

/* faculty-staff-2022 directory table td width */
.page-id-4135 .tablepress img {
	width: 150px;
	padding-right: 20px;
}

.page-id-4135 .tablepress .column-1 {
	width: 30%;
}

.page-id-4135 .tablepress .column-2 {
	width: 45%;
}

.page-id-4135 .tablepress tfoot th,
.page-id-4135 .tablepress thead th {
	background-color: #981e32;
	color: #FFF;
}

/* faculty-staff directory table td width */
.page-id-82 .tablepress .column-1 {
	width: 300px;
}

/* graduate student table td width */
.tablepress-id-11 .column-1 {
	width: 225px;
}

/*tablepress background color - NOT baby blue */
.tablepress tfoot th, .tablepress thead th {
	background-color: #D5D5D5;
}

/* main header height */
@media screen and (max-width:396px) {
	.main-header {
		height: 120px;
	}
}

/* home page header */
@media screen and (max-width:396px) {
	.home .main-header sub {
		font-size: 2rem;
	}
}

a:hover {
	text-decoration: underline;
}