/*
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.
*/
img {
	-ms-interpolation-mode: bicubic;
}

:target:before {
/* Position reset for anchor link targets */
	content: "";
	display: block;
	height: 1em;
/* fixed header height*/
	margin-top: -1em;
/* negative fixed header height */
}

/*=======================================================*/
/* WP Gallery Styles (Remove if UComm finds missing CSS) */
/*=======================================================*/
.gallery img {
	border: .5em solid #fff;
	box-shadow: 0 2px 5px -2px #b5babe;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	-khtml-opacity: .8;
	opacity: .8;
}

.gallery img:hover, .gallery img:active {
	box-shadow: 0 2px 5px -2px #5e6a71;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.gallery .gallery-caption, .wp-caption-text {
	font-size: .85em;
	line-height: 1.2em;
}

.no-bullet ul, ul.no-bullet, .linkbox ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.hanging li, .linkbox li {
	padding-left: 1em;
	text-indent: -1em;
}

.noLink {
/* Alternate "null" text color for intentional non-linked items included in a list of links. */
	color: #b5babe;
}

.noMarginTop {
	margin-top: 0;
	padding-top: 0;
}

/*================================================================*/
/* Nested floating div for links; attached to initial  of section */
/*================================================================*/
@media screen and (min-width: 694px) {
	.linkbox {
		width: 35%;
		max-width: 200px;
		min-width: 100px;
		margin-left: 2em;
		padding: .5em;
		float: right;
		clear: both;
		background-color: rgba(239,240,241,0.7);
		border-left: 1px dotted #b5babe;
		border-top: .25em solid #b5babe;
	}
}

@media screen and (max-width: 693px) {
	.linkbox {
		margin: 1em 0;
	}
	
	.linkbox h6:not(:first-of-type) {
		margin-top: 1em;
	}
	
	.linkbox ul {
		list-style: none;
		margin: 0;
		padding: 0;
		background: #eff0f1;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: column wrap;
		flex-flow: column wrap;
	}
	
	.linkbox li a {
		text-align: center;
		text-decoration: none;
		display: block;
		color: #981e32;
		padding: 1em;
		padding-left: 2em;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #b5babe;
	}
	
	.linkbox li a:hover {
		background: #d7dadb;
	}
	
	.linkbox li a:active {
		background: #981e32;
		color: #fff;
	}
	
	.linkbox li {
		padding: 0;
	}
	
	.linkbox li:last-of-type a {
		border-bottom: none;
	}
}

.content {
/* wrapper for quicklinks div */
	overflow: auto;
}

/*=====================*/
/* Image style classes */
/*=====================*/
/*  wrapper to properly nest images into following content */
p.nested {
	margin: 0;
	padding-bottom: 0;
	padding-top: .5em;
}

.frame {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: .5em solid #FFF;
	font-size: .9em;
	line-height: 1.4em;
}

.shadow {
	box-shadow: 0 1px 2px #D7DADB;
}

/*===============*/
/* Contact Icons */
/*===============*/
.spine-blank-template a[title^="Email"]:before {
	font-family: Spine-Icons;
	content: "\0040";
	cursor: default;
	margin-right: .5em;
}

.spine-blank-template a[title^="Phone"]:before {
	font-family: Spine-Icons;
	content: "\1F4DE";
	cursor: default;
	margin-right: .5em;
}

.spine-blank-template p[title^="Fax"]:before {
	display: inline-block;
	width: 1.2em;
	height: 1.2em;
	margin-right: .3em;
	content: "";
	background: url("../wp-content/uploads/sites/402/2015/01/fax-icon.svg") no-repeat 0 0;
	background-size: 100%;
}

@media only screen and (min-width:480px) {
	/*Turn off link highlighting for tel:// links for non-mobile vistitors */
	a[href^="tel:"] {
		color: #5E6A71 !important;
		text-decoration: none !important;
		cursor: text;
	}
}

#contact {
	margin-bottom: 1em;
}

#contact p {
	padding-bottom: 0;
	font-size: .9em;
	line-height: 1.4em;
}

.contactbox {
/*border: 1px solid #d7dadb;*/
	padding-top: 1rem;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}

/*===================*/
/* Main Page Widgets */
/*===================*/
.widget_action_item a {
	background: url("../wp-content/uploads/sites/402/2015/03/action-bg.png") no-repeat scroll right top transparent;
	border-radius: 1px;
	color: #FFF;
	clear: both;
	display: block;
	line-height: 42px;
	margin-bottom: .8em;
	padding: 0 2em;
	white-space: nowrap;
}

.widget_action_item a:hover {
	background-position: right bottom;
	color: #FFF;
}

/*===========================*/
/* Employee Directory Styles */
/*===========================*/
.tablepress-id-3 {
	width: 100% !important;
	font-size: .8rem;
	line-height: 1.2em;
}

.tablepress-id-3 th {
	font-weight: normal !important;
	text-transform: uppercase;
	font-style: normal;
	font-size: .9rem;
}

.tablepress-id-3 .column-1 {
	padding-left: 0;
	max-width: 100px;
}

.tablepress-id-3 .column-1 img {
	border: 1px #b6bcbf solid;
	max-height: 75px;
	width: auto;
	min-width: 60px;
}

.tablepress-id-3 .column-2, .tablepress-id-3 .column-2 img {
	width: 20px;
	height: auto;
	padding: inherit 0;
}

.tablepress-id-3 .column-3 {
	font-weight: bold;
	text-transform: uppercase;
}

.tablepress-id-3 .column-6 {
	white-space: nowrap;
}

/* Don't break phone numbers */
.dataTables_paginate a {
	text-decoration: none;
	text-transform: uppercase;
}

.paging_simple .paginate_button.next:after, .paging_simple .paginate_button.previous:before {
	text-shadow: none;
	color: #b5babe;
}

@media screen and (max-width:693px) {
	.directory h2 {
		margin-top: 2em;
	}
	
	.tablepress-id-3 thead, .tablepress-id-3 .column-2, .main-header {
		display: none;
	}
	
	/* Remove column headers & grad student icon */
	.tablepress-id-3 .row-hover tr:hover td, .tablepress-id-3 .row-hover tr:hover td:last-child {
		background: inherit !important;
	}
	
	.tablepress-id-3 tr {
		max-width: 300px;
		display: block;
		margin: 2em auto 0;
		border: 1px solid #b5babe;
	}
	
	.tablepress-id-3 td {
		display: block;
		border: none !important;
		width: 100%;
		max-width: 300px;
	}
	
	.tablepress-id-3 td:first-child {
		padding: 0;
		margin-bottom: 1em;
	}
	
	.tablepress-id-3 td:last-child {
		padding-bottom: 2em;
	}
	
	.tablepress-id-3 .column-1 {
		height: auto;
		max-height: 300px;
		max-width: 100%;
		overflow: hidden;
	}
	
	.tablepress-id-3 .column-1 img {
		max-height: inherit;
		width: 100%;
		border: none;
	}
	
	.tablepress-id-3 .column-4 {
		font-style: italic;
	}
	
	/*Italicize job title*/
	.tablepress-id-3 .column-3,.tablepress-id-3 .column-4,.tablepress-id-3 .column-5,.tablepress-id-3 .column-6 {
		padding: 0 2em;
		width: calc(100% - 4em);
		line-height: 1.4em;
	}
	
	#tablepress-3_filter {
		width: calc(100% - 1em);
		margin-left: -2em;
		padding: .5em;
		float: none;
		background-color: #fff;
		text-align: center;
		position: fixed;
		top: 50px;
		box-shadow: 0 .0625em 1em;
	}
	
	#tablepress-3_filter input {
		width: calc(100% - 6.5em);
		height: 2em;
		margin-left: 1em;
		padding: .5em;
	}
	
	#tablepress-3 td.dataTables_empty {
		font-weight: bold;
		padding: 2em;
		margin: 0;
		width: auto;
		text-align: center;
	}
	
	#tablepress-3_paginate {
		float: none;
	}
	
	#tablepress-3_paginate :first-child {
		float: left;
	}
	
	#tablepress-3_paginate :last-child {
		float: right;
	}
}

/*=============================================*/
/* Styling Mission Statement bloc on Home Page */
/*=============================================*/
.mission {
	font-style: italic;
	z-index: 2;
	color: #fff;
	font-size: .9em;
	line-height: 1.4em;
	color: #fff;
	display: flex;
	flex-flow: row wrap;
}

.mission .column {
	padding: 1rem;
	margin: .5rem 0;
}

.mission h2 {
	font-family: serif;
	font-size: 3em;
	padding: 0;
}

.mission .column.one {
	background-color: #8f7e35;
}

.mission .column.two {
	background-color: #c69214;
}

.mission .column.three {
	background-color: #4f868e;
}

.mission .column.three h2 {
	color: #82a9af;
}

.mission .column.one h2 {
	color: #afa370;
}

.mission .column.two h2 {
	color: #d7b258;
}

.tribe-events-tooltip .tribe-events-event-thumb {
/*Tribe events thumbnail fix*/
	max-width: 320px;
	overflow-x: hidden;
}

/*======================*/
/* Re-style syndication */
/*======================*/
.wsuwp-content-syndicate-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

/* Events Lists */
.wsuwp-content-syndicate-event {
	padding: .5em;
}

.wsuwp-content-syndicate-event:not(:first-child) {
	border-top: 1px dotted #b5babe;
}

.content-item-event-date {
	font-size: 80%;
	text-transform: uppercase;
	display: block;
}

.content-item-event-title {
	display: block;
	margin-left: 1rem;
}

.content-item-event-meta {
	display: none;
}

/* Highlight events happening today. Works with isToday() JavaScript. */
.today {
	background-color: #eff0f1;
	padding-top: .5em;
}

.today:not(:first-of-type) {
	border-top: 1px dotted #fff;
}

.today + .wsuwp-content-syndicate-event:not(.today) {
	border-top: none;
}

.today .content-item-event-date {
	font-weight: bold;
	color: #464e54;
}

/* News list */
.wsuwp-content-syndicate-item {
	padding: .4em;
}

.pinned .wsuwp-content-syndicate-wrapper {
	padding: 0 1rem;
	margin-bottom: 1rem;
	background-color: white;
}

.pinned .wsuwp-content-syndicate-item {
	padding: 1rem 0;
}

.pinned .wsuwp-content-syndicate-item:not(:first-child) {
	border-top: 1px dotted #b5babe;
}

.pinned .content-item-title {
	display: block;
	padding-bottom: .5em;
	font-size: 1.2em;
	line-height: 1em;
	font-weight: 500;
	text-overflow: ellipsis;
}

.pinned .content-item-excerpt p:last-of-type {
	padding-bottom: 0;
}

.pinned .content-item-byline, .pinned .content-item-thumbnail {
	display: none;
}

.pinned .content-item-read-story, .content-more-default, .more-default {
	display: block;
	text-align: right;
	margin-top: 1em;
}

.pinned .more-link {
	display: none;
}

/* Avoid duplicate Read More links in pinned stories */
.pinned .content-item-read-story:after {
	content: "\00bb";
	margin-left: .25em;
}

.article-summary {
/* Fix for overflowing thumbnails in news feed */
	overflow: hidden;
}

/*==========================*/
/* Parking Map styles */
/*==========================*/
.mapkey {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.mapkey div {
	padding: 1rem 2rem;
}

@media screen and (min-width:694px) {
	div.key {
		padding-top: 0;
	}
}

@media screen and (max-width:693px) {
	div.key {
		order: 1;
		padding-bottom: 0;
	}
	
	.key dl {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
	}
}

.mapkey h2 {
	font-family: serif;
	font-style: italic;
	font-size: 3em;
	line-height: .8em;
	padding: 0;
}

.mapkey dd {
	margin-bottom: .5em;
}

.mapkey dd img {
	margin-right: .5em;
	vertical-align: middle;
}

.key dd img {
	border: 1px solid #d7dadb;
}

.b5 {
	background-color: #b5babe;
}

.b5 h2 {
	color: #d7dadb;
	text-transform: lowercase;
}

.d7 {
	background-color: #d7dadb;
}

.d7 h2 {
	color: #b5babe;
	text-transform: lowercase;
}