/*
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.
*/
@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 Icons */
/*===============*/
.spine-blank-template a[title^="Email"]:before {
	font-family: Spine-Icons;
	content: "\0040\\\\\2002";
	cursor: default;
}

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

.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%;
}

/*================================================================*/
/* Nested floating div for links; attached to initial  of section */
/*================================================================*/
.linkbox {
	width: 200px;
	margin-left: 2em;
	padding: .5em;
	float: right;
	clear: both;
	background-color: #fff;
	border: 1px solid #b5babe;
	border-top: .25em solid #b5babe;
}

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

.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;
}

/*=====================*/
/* 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 {
	margin-bottom: 1em;
}

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

.contactbox {
	background-color: #eff0f1;
	background-color: rgba(227,229,230,0.66);
/*border: 1px solid #d7dadb;*/
	padding-top: 1rem;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}

/*=====================*/
/* Site EoL Status Message */
/*=====================*/
.site-status {
	background-color: rgba(255,255,255,0.7);
	width: 100%;
	padding: 2em;
}

.site-status p:first-child::before {
	content: "Notice: ";
	font-weight: bold;
	text-transform: uppercase;
}

.site-status p {
	font-weight: bold;
	font-style: italic;
}

.site-status p:last-child {
	padding-bottom: 0;
}

/* End of Life Notice */
span.end-of-life {
	color: #2a3033;
	font-style: italic;
}

/* Fix banner position marker low contrast */
.builder-section-banner .cycle-pager {
	color: #b5babe;
}

.builder-section-banner .cycle-pager .cycle-pager-active {
	color: #981e32;
}