/*
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.
*/
/* Front Page COVID-19 Notice */
.home .advisory-banner {
	background: #d7dadb;
}

.home .advisory-banner a {
	font-weight: bold;
}

/* Highlight block for homepage */
.green-block {
	background-color: #8f7e35;
	color: #fff;
}

.green-block h1,
.green-block h2,
.green-block h3,
.green-block h4,
.green-block h5,
.green-block h6,
.green-block a {
	color: #fff;
}

.green-block a {
	font-weight: bold;
}

.green-block {
	margin: 2em 0;
}

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

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

.spine-blank-template [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) {
	a[href^="tel://"] {
		color: #5E6A71 !important;
		text-decoration: none !important;
		cursor: text;
	}
}

.linkbox {
/* Nested floating div for links; attached to initial  of section */
	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;
}

.content {
	overflow: auto;
}

/*===================*/
/*    List Styles    */
/*===================*/
.no-bullet ul, ul.no-bullet {
	list-style-type: none;
	padding-left: 0;
/* margin: 0; */
}

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

/* Fades back link list items that do not have an href */
.noLink {
	color: #b5babe;
}

.no-margin-top {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

/* P wrapper for nested images */
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 {
	margin-bottom: 1em;
}

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

.contactbox {
	background-color: #fff;
	padding-top: 1rem;
	padding-bottom: 1rem;
	margin-bottom: .5rem;
	border-bottom: 1px solid #d7dadb;
}

.contactbox:last-of-type {
	padding-bottom: 2rem;
	margin-bottom: 0;
	border-bottom: 0;
}

/*======================*/
/* 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;
}

/*====================================*/
/*  Indoor/Outdoor Pests image grids  */
/*====================================*/
div.imageGrid {
	width: 100%;
	max-width: 216px;
	margin-top: 2rem;
	margin-left: auto;
	margin-right: auto;
}

div.imageGrid:first-of-type {
	margin-top: 0;
}

div.imageGrid a {
	-webkit-transition: background-color 1s, box-shadow .5s ease-out;
	-moz-transition: background-color 1s, box-shadow .5s ease-out;
	-ms-transition: background-color 1s, box-shadow .5s ease-out;
	-o-transition: background-color 1s, box-shadow .5s ease-out;
	transition: background-color 1s, box-shadow .5s ease-out;
	padding: 8px;
	margin-bottom: .25rem;
	background-color: #d7dadb;
	text-align: right;
	text-transform: uppercase;
	display: block;
}

div.imageGrid a img {
	-webkit-filter: saturate(65%);
	-moz-filter: saturate(65%);
	-ms-filter: saturate(65%);
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'>&lt;filter id='grayscale'>&lt;feColorMatrix type='saturate' values='0.65'/>&lt;/filter>&lt;/svg>#grayscale");
/* Firefox 10+, Firefox on Android */
	filter: saturate(65%);
}

div.imageGrid a:hover {
	background-color: #fff;
	box-shadow: 0 0 3px #b5babe;
}

div.imageGrid a:hover img, div.imageGrid a:active img {
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	filter: none;
}

div.imageGrid a:active {
	background-color: #464e54;
	color: #eff0f1;
	box-shadow: none;
}

div.imageGrid :after {
	display: none;
}

div.imageGrid p {
	padding: 0;
}

.imageGrid.disable {
	opacity: .3;
}