/*
 Theme Name:  Edward R. Murrow College of Communication
 Theme URI:   https://murrow.wsu.edu
 Description: A Spine child theme for the College of Communication
 Author:      WSU University Communications
 Author URI:  https://web.wsu.edu
 Template:    spine
 Version:     1.1.0
*/

html {
	background: #f2f2f2;
}

/* Overwrite max width constraint */
#jacket #binder {
	max-width: 100%;
}

/* Overwrite because there is no longer a vertical nav to account for */
main {
	background: #f2f2f2;
	box-shadow: inset 0 4px 4px -4px rgba(0, 0, 0, .25);
	margin-left: 0;
	position: relative;
}

main * {
	box-sizing: border-box;
}

main section {
	background: #fff;
	margin-top: 3rem;
	padding: 2rem 0 0;
}

main section.bg-light {
	background: none;
}

main .hentry section {
	padding: 2rem 0 4rem;
}

main .hentry section:first-child,
.search-results-header {
	background: none;
	margin-top: 0;
	padding: 0;
}

/* images */
#jacket #binder main section.side-right .column.one img.alignnone {
	width: 100%;
	max-width: calc((1188px - 4rem) / 2);
	float: right;
	margin: 2rem;
	margin-right: calc((1188px - 4rem) / -3);
}

@media (max-width: 1252px) {

	#jacket #binder main section.side-right .column.one img.alignnone {
		max-width: calc((100vw - 8rem) / 2);
		margin-right: calc((100vw - 8rem) / -3);
	}
}

/* breadcrumbs */
main .breadcrumbs {
	background: none;
	margin: 0 auto;
	padding: 0;
	font-size: .7rem;
	text-transform: uppercase;
	letter-spacing: .5px;
}

main .breadcrumbs span {
	margin: 0 .15rem 0 .25rem;
}

.breadcrumbs span:first-child {
	margin-left: 0;
}

main .breadcrumbs-bottom {
	margin-bottom: 1rem;
}

/* main header */
.main-header {
	background: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

/* populate red tab */
#jacket #binder .hentry section.row:before,
#jacket #binder main section.breadcrumbs:before,
.article-body .column.two:before,
.site-footer:before,
#binder .search-results-container:before {
	content: "";
	position: absolute;
	width: 3rem;
	height: .65rem;
	background: #ca1237;
	top: 0;
	left: 2rem;
	visibility: visible;
}

.article-body .column.two:before {
	left: 2rem;
}

/* no red tab for you */
#jacket #binder .hentry section.row:first-of-type:before,
#jacket #binder main section.breadcrumbs-bottom:before,
#jacket #binder main section.no-tab:before,
#jacket #binder main section.bg-light:before {
	display: none;
}

/* bleed two sections together - also removes red tab */
main .hentry section.no-space {
	margin-top: -3rem;
	padding-top: 0;
}

#jacket #binder main section.no-space:before {
	display: none;
}

#jacket #binder main section.no-space.bg-dark:before {
	display: block;
}


/* Max widths for content sections */
.main-header,
main .page > .section-wrapper > section,
main .page > section,
main > section,
section.pager,
footer.site-footer {
	width: 100%;
	max-width: 1188px;
	margin-left: auto;
	margin-right: auto;
}

/* --- pages with featured image --- */

/* Fallback for CSS Grid */
.page .hentry,
.single-post .article-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.page .hentry section,
.featured-image-wrapper,
.page.has-featured-image .hentry .featured-image-wrapper + section,
.single-post hgroup {
	-ms-flex: 1 100%;
	    flex: 1 100%;
}

.single-post .article-header > * {
	padding: 0 2rem;
}

.page.has-featured-image .hentry .featured-image-wrapper + section {
	-ms-flex: 1;
	    flex: 1;
	-ms-flex-order: -1;
	    order: -1;
}

.single-post hgroup {
	-ms-flex: 1;
	    flex: 1;
}

.featured-image-wrapper {
	-ms-flex: 1;
	    flex: 1;
	margin-left: 2rem;
}

@supports (display: grid) {

	.single-post .article-header > *,
	.page.has-featured-image .hentry .featured-image-wrapper + section {
		padding: 0;
	}

	.featured-image-wrapper {
		margin-left: 0;
	}
}

/* CSS Grid */
.page .hentry,
.single-post .article-header {
	display: grid;
	grid-template-columns: 0 1fr 1fr 0;
	grid-column-gap: 2rem;
	margin: 0 auto;
	max-width: calc(1188px + 4rem);
}

.page .hentry section {
	grid-column: 2 / 4;
}

.page.has-featured-image .hentry .featured-image-wrapper + section,
.single-post hgroup {
	grid-column: 2 / 3;
	grid-row-start: 1;
	background: none;
	margin-top: 0;
	padding: 0;
}

.page.has-featured-image .hentry .featured-image-wrapper + section .column.one,
.page.has-featured-image .hentry .featured-image-wrapper + section header {
	padding-right: 0;
	width: 100%;
}

.page.has-featured-image .hentry .featured-image-wrapper + section .column.two {
	display: none;
}

.featured-image-wrapper {
	grid-column: 3 / 4;
	margin-top: 6rem;
	margin-right: 2rem;
}

.single-post .featured-image-wrapper {
	margin-right: 0;
}

.featured-image {
	height: 0;
	padding-bottom: 57.5%;
}

/* post */
.single-post section {
	margin-top: 0;
	padding-top: 0;
}

.single-post .breadcrumbs .one > span:last-child {
	display: none;
}

.single-post .breadcrumbs-top {
	background: #292929;
	color: #fff;
}

.single-post .breadcrumbs-top a {
	color: #fff;
	border: none;
}

.single-post .article-header {
	background: #292929;
	color: #fff;
	margin: 0;
	padding-bottom: 2rem;
}

main section.bg-dark {
	background: #292929;
	color: #fff;
	margin-top: 0;
}

.article-header *,
main section.bg-dark * {
	color: #fff;
}

.article-header hgroup {
	-ms-flex-item-align: end;
	    align-self: flex-end;
	padding: 0;
}

.single-post .featured-image-wrapper {
	-ms-flex-item-align: end;
	    align-self: flex-end;
	margin-top: 1rem;
}

.article-body .column {
	padding-top: 4rem;
}

.article-body.side-right .one {
	padding-right: 2rem;
}

.meta-head {
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 12px;
	font-weight: 700;
	padding-bottom: 0;
	padding-left: 1.25rem;
	text-transform: uppercase;
}

.meta-topic {
	background-image: url(images/icons/topic.svg);
}

.meta-people {
	background-image: url(images/icons/people.svg);
}

.meta-item-list {
	list-style: none;
	margin: .25rem 0 .75rem;
	padding: 0;
}

.meta-item {
	font-size: .9em;
	padding: 0 0 .15rem 1.4rem;
}

.meta-item a {
	color: #737373;
	border: none;
	position: relative;
	transition: all .3s ease;
}

.meta-item a:hover {
	border-bottom: 1px solid;
}

main h1 a,
main h2 a,
main h3 a,
main h4 a {
	border: none;
	position: relative;
}

.meta-item a:after,
main h1 a:after,
main h2 a:after,
main h3 a:after,
main h4 a:after {
	content: "";
	background-image: url(images/icons/link.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 70%;
	padding-bottom: 0;
	margin-left: .25rem;
	position: absolute;
	top: 0;
	height: 1rem;
	width: 1rem;
}

main ul.meta-item-list li:before {
	display: none;
}

.article-footer {
	padding: 1rem 2rem;
}

section.pager {
	background: none;
	display: none;
}

@media (max-width: 693px) {

	.featured-image-wrapper,
	.page.has-featured-image .hentry .featured-image-wrapper + section,
	.single-post hgroup {
		grid-column: 2 / 4;
		grid-row-start: auto;
	}

	.featured-image-wrapper,
	.single-post .featured-image-wrapper {
		grid-row-start: 1;
		margin: 2rem 0 0;
	}

	.page.has-featured-image .hentry .featured-image-wrapper + section .column.one,
	.page.has-featured-image .hentry .featured-image-wrapper + section header {
		padding-right: 2rem;
	}
}

/* - home - */
.home main .hentry section:first-child {
	background: #fff;
	box-shadow: inset 0 4px 4px -4px rgba(0, 0, 0, .25);
}

.home main .hentry section:first-child .column.one {
	padding-bottom: 2rem;
}

.home main .hentry section:first-child .column.one .video-wrap {
	background-color: #777;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	padding: 2rem;
}

.home #jacket #binder .hentry section.row:first-of-type:before {
	content: "";
	position: absolute;
	width: 3rem;
	height: 2rem;
	background: #ca1237;
	top: 0;
	left: 2rem;
	visibility: visible;
}

.home #jacket #binder .hentry section.row:first-of-type:before {
	display: block;
	z-index: 3;
}

/* background video */
.hero header {
	position: absolute;
	top: 0;
	left: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	margin: 0;
	padding: 2rem;
	height: 100%;
	width: 100%;
	z-index: 3;
}

.hero header h1 {
	color: #fff;
	display: inline;
	font-size: 7rem;
	margin: 0 auto -1rem;
	padding: 0;
	position: relative;
	text-align: center;
}

.hero header h1:before {
	content: "";
	height: 1rem;
	width: 7rem;
	background: #ca1237;
	position: absolute;
	top: -3rem;
}

.hero-video-wrapper {
	height: 0;
	width: 100%;
	padding-bottom: 56.25%;
}

.hero-video-wrapper .hero-video {
	position: absolute;
	padding: 2rem;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Search results page search form */
.search-results-header .search-form {
	display: -ms-flexbox;
	display: flex;
}

.search-results-header .search-form label {
	-ms-flex: 1 0 auto;
	    flex: 1 0 auto;
}

.search-results-header .search-form .search-field,
.search-results-header .search-form .search-submit {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background: none;
	color: #a60f2d;
	padding: .75rem 1.5rem;
}

.search-results-header .search-form .search-field {
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	font-size: 1em;
	font-weight: 300;
	margin-right: 1rem;
	width: calc(100% - 1rem);
	transition: border-bottom-color .3s ease;
}

.search-results-header .search-form .search-field:hover {
	border-bottom-color: rgba(0, 0, 0, .6);
}

.search-results-header .search-form .search-field:focus {
	border-bottom-color: #a60f2d;
}

.search-results-header .search-form .search-submit {
	border: 1px solid #a60f3d;
	border-radius: 0;
	font-size: .9em;
	letter-spacing: 2px;
	text-transform: uppercase;
	transition: background .3s ease, color .3s ease;
}

.search-results-header .search-form .search-submit:hover,
.search-results-header .search-form .search-submit:focus {
	background: #a60f3d;
	color: #fff;
}

.search-results-header .search-form .search-submit:active {
	background: #ca1237;
	border-color: #ca1237;
}

.gsc-control-cse {
	border: none !important;
	margin: 0 1rem;
}

.gs-title {
	text-decoration: none !important;
}

a.gs-title {
	color: #a60f2d !important;
	text-decoration: none !important;
}

.gs-visibleUrl {
	color: #333 !important;
	font-size: 0.7rem;
}

.gs-web-image-box {
    margin-right: 4px;
}

.gs-snippet {
    font-size: 0.8rem;
    line-height: 1.1rem;
}


@media (max-width: 693px) {

	.page .hentry,
	.single-post .article-header,
	.featured-image-wrapper,
	.page.has-featured-image .hentry .featured-image-wrapper + section,
	.single-post hgroup {
		display: block;
	}

	main section {
		margin-top: 2rem;
	}
}

body {
	color: #424242;
	font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	line-height: 1.25em;
	letter-spacing: 0;
	font-weight: 700;
	padding: .5em 0 .2em;
}

h1 {
	color: #a60f2d;
	font-size: 3.5em;
	line-height: 1em;
	text-transform: uppercase;
	font-weight: 300;
	margin: 5rem 0 2rem;
}

@media (max-width: 989px) {

	h1 {
		font-size: 2rem;
	}
}

@media (max-width: 693px) {

	h1 {
		margin-top: 2rem;
	}

	.hero header h1 {
		font-size: 2.75rem;
	}

	.hero header h1:before {
		display: none;
	}
}

@media (min-width: 989px) {

	.side-right header h1 {
		width: 67%;
	}

	.has-featured-image .side-right header h1 {
		width: 100%;
	}
}

p,
p ~ p {
	font-size: 1em;
	line-height: 1.5em;
	padding-bottom: 1em;
}

.sub-h1 {
	font-weight: 400;
	font-size: 1.1em;
}

h2 {
	font-weight: 300;
	font-size: 2.25em;
	text-transform: uppercase;
}

h3 {
	font-weight: 300;
	font-size: 1.75em;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1em;
	padding: 1em 0 .5em;
	color: #a60f2d;
}

h2 + h3 {
	padding-top: .7rem;
}

h4 {
	font-weight: 800;
	font-size: 1.1em;
	text-transform: uppercase;
	line-height: 1em;
	padding: 20px 0 10px;
	letter-spacing: .5px;
}

h5 {
	font-weight: 700;
	font-size: 1.1em;
	padding: 20px 0 5px;
	letter-spacing: .5px;
}

h6 {
	font-weight: 400;
	font-size: 1em;
	color: #a60f2d;
	padding: 20px 0 5px;
}

main a {
	border-bottom: 1px solid #da1e00;
	color: inherit;
	transition: all .3s ease;
}

main p a,
main li a {
	font-weight: 400;
}

main a:hover {
	color: #da1e00;
}

main ul {
	list-style: none;
	padding: 0 0 1.5em 2.5em;
}

main ul li {
	list-style: none;
	position: relative;
}

main ol li,
main ul li {
	padding: 0 0 .5em;
	font-weight: 300;
}

main ul li:before {
	content: "";
	position: absolute;
	left: -1.25em;
	top: 13px;
	background: #a31d36;
	height: 2px;
	width: 6px;
}

strong {
	font-weight: 700;
}

.pageheader-sub {
	font-weight: 700;
	padding-bottom: 0;
}

p + ul,
h1 + ul,
h2 + ul,
h3 + ul {
	margin-top: -.5em;
}

blockquote {
	font-size: 1.5rem;
	font-family: "Open Sans";
	font-style: italic;
	font-weight: 300;
	padding: 2rem 0 1.5rem 3rem;
}

blockquote cite {
	letter-spacing: 1px;
	font-size: .8rem;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
}

cite:before {
	content: "\2014";
	color: #a60f2d;
	font-size: 1.1em;
	padding-right: .5rem;
}

::-moz-selection {
	background: #000;
	color: #fff;
}

::selection {
	background: #000;
	color: #fff;
}

p::-moz-selection {
	background: #a60f2d;
	color: #fff;
}

p::selection {
	background: #a60f2d;
	color: #fff;
}

main a::-moz-selection {
	background: #da1e00;
	color: #fff;
}

main a::selection {
	background: #da1e00;
	color: #fff;
}

main a.button,
main a.button:focus {
	background: none;
	border: 1px solid;
	border-radius: 0;
	color: #a60f2d;
	margin-top: 1.5rem;
	padding: .75rem 2rem;
	text-transform: uppercase;
	transition: all .3s ease;
}

main .side-right .two a.button {
	font-size: .8em;
	padding: .5rem 1rem;
}

main .bg-dark a.button,
main .bg-dark a.button:focus {
	color: #fff;
	border-color: #a60f3d;
}

main a.button:hover,
main a.button:active {
	background: #a60f3d;
	border: 1px solid #a60f3d;
	color: #fff;
}

article footer a:hover {
	color: #da1e00;
}


/* Use Open Sans for the Spine */
#spine,
.site-search {
	font-family: "Open Sans", "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}

/* Site search and contact bar */
.site-search * {
	box-sizing: border-box;
}

.site-search .search-form {
	position: relative;
}

.site-search input.search-field {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	color: #a60f2d;
	font-size: 1em;
	font-weight: 300;
	padding: .25em 1.5em .25em .5em;
	width: 7.5em;
	transition: all .3s ease;
}

.site-search input.search-field:hover {
	border-color: rgba(0, 0, 0, .6);
}

.site-search input.search-field:focus {
	border-color: #a60f2d;
	width: 12em;
}

.site-search li.search {
	margin-top: -.25em;
}

.site-search input.search-submit {
	background: url(./images/icons/search.svg);
	border: none;
	text-indent: 99999px;
	padding: 0;
	height: 16px;
	width: 16px;
	position: absolute;
	right: 0;
	top: .6em;
	background-size: 14px;
	background-repeat: no-repeat;
}

.site-search input.search-submit:focus {
	background-image: url(./images/icons/search-crimson.svg);
}

.site-search input[placeholder],
.site-search [placeholder],
.site-search *[placeholder] {
	font-family: "Open Sans", "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-weight: 300;
}

#spine.darker #glue {
	background: none;
}

/* Overwrite an old Spine remnant - will be changed in next release */
#spine nav li.parent.active > a:hover {
	cursor: pointer;
}

/* Temporary overwrite to get the nav out of the way */
.spine-mobile #spine {
	display: block;
}

@media (min-width: 990px) {

	/* Remove the padding on glue when the user is logged in */
	.admin-bar #spine #glue {
		margin-top: 0;
	}

	.global-bar-wrap {
		background: linear-gradient(to right, #a60f2d 7%, #ca1237 27%, #ca1237 41%, #a60f2d 75%);
	}

	.global-bar {
		max-width: 1186px;
		margin: 0 auto;
		text-align: right;
	}

	#jacket .global-bar a.global-home {
		color: #fff;
		text-transform: uppercase;
		font-size: 11px;
		letter-spacing: .5px;
		position: relative;
		transition: color .3s ease;
	}

	#jacket .global-bar a.global-home:hover {
		color: #cecece;
	}

	#jacket .global-bar a.global-home:after {
		background: url(images/icons/link-light-gray.svg) left center no-repeat;
		background-size: 98%;
		content: "";
		height: 100%;
		margin-left: .25rem;
		opacity: 0;
		position: absolute;
		top: 0;
		transition: opacity .3s ease;
		width: 1em;
	}

	#jacket .global-bar a.global-home:hover:after {
		opacity: 1;
	}

	.site-search {
		position: absolute;
		right: calc(50vw - 990px / 2 - 6rem);
		z-index: 3;
	}

	.site-search ul {
		display: -ms-flexbox;
		display: flex;
		font-size: .9em;
		-ms-flex-pack: end;
		    justify-content: flex-end;
		list-style: none;
		padding: 0;
		margin-top: 2.5em;
	}

	.site-search li.search {
		padding-left: 1em;
	}

	.site-search a {
		color: rgba(0, 0, 0, .6);
		transition: color .3s ease;
	}

	.site-search a:hover {
		color: #a60f2d;
	}

	.site-search form {
		margin: 0;
		padding: 0;
	}

	#spine {
		background: #fff;
		min-height: initial;
		position: relative;
		font-size: 12px;
		width: 100%;
		z-index: 0;
	}

	.site-search ul,
	#jacket #binder #spine header.spine-header,
	#spine nav.spine-sitenav,
	#spine nav ul.sub-menu,
	#glue {
		position: static;
		width: 100%;
		max-width: 1188px;
		margin-left: auto;
		margin-right: auto;
	}

	#glue {
		max-width: 100%;
	}

	#spine #glue:before,
	.spine-full #glue:before {
		display: none;
	}

	#jacket #binder #spine header {
		background-color: transparent;
		height: 95px;
		padding: 1.25rem 0 1rem;
		margin: 0 auto;
		position: relative;
	}

	#binder #wsu-signature {
		background-image: url(./images/murrow-logo.svg);
		background-position: left;
		background-size: auto auto;
		width: 297px;
		height: 57px;
		text-indent: 99163px;
		z-index: 5;
	}

	#spine .spine-actions,
	.spine-offsitenav,
	#spine footer {
		display: none;
	}

	#spine nav.spine-sitenav {
		margin: 0 auto;
		padding: .5rem 0 0;
		position: relative !important;
	}

	#jacket #spine .spine-search-tab button,
	#jacket #spine .spine-sitenav a {
		color: #2a3033;
	}

	#jacket #spine .spine-sitenav > ul > li:first-child > a {
		background: none;
	}

	#jacket #spine .spine-sitenav > ul > li:first-child > a:hover {
		background: none;
	}

	#spine .spine-navigation {
		border-top: 1px solid #e5e5e5;
		padding: 0;
	}

	#spine nav.spine-sitenav > ul > li {
		position: static;
		padding-bottom: 0;
		transition: all .3s ease;
	}

	#spine nav.spine-sitenav > ul > li.opened {
		padding-bottom: 112px;
	}

	#spine nav > ul > li > a,
	#spine nav li.parent.active > a,
	#spine nav li.parent.opened > a {
		padding-bottom: 0;
	}

	#spine .spine-sitenav > ul > .parent > .sub-menu > li {
		visibility: hidden;
	}

	#spine nav.spine-sitenav > ul > li > ul {
		position: absolute;
		width: 100%;
		display: -ms-flexbox;
		display: flex;
		background: #333;
		left: 0;
		padding: 1rem 0;
	}

	#spine nav.spine-sitenav > ul > li > ul > li {
		display: inline;
		max-width: 250px;
	}

	/* Remove icon from home link */
	#spine .spine-sitenav > ul > li.active:first-child > a,
	#spine .spine-sitenav > ul > li:first-child > a:hover {
		background: none;
	}

	/* Bring opened sub nav to front */
	#spine nav.spine-sitenav > ul > li.opened > ul {
		z-index: 2;
	}

	/* Prevent sub menus from flashing in while closing */
	#spine nav.spine-sitenav > ul > li.last-opened > ul {
		z-index: 1;
	}

	#jacket #spine nav li.parent.active > a,
	#jacket #spine nav li.parent.opened > a {
		color: #a60f2d;
	}

	#jacket #spine nav > ul > li.active > a {
		color: #a60f2d;
		font-weight: 700;
	}

	#spine nav.spine-sitenav > ul > li > ul:before {
		width: 100%;
		background: #333;
		height: 100%;
		content: "";
		position: absolute;
		left: -50%;
		top: 0;
	}

	#spine nav.spine-sitenav > ul > li > ul:after {
		width: 100%;
		background: #333;
		height: 100%;
		content: "";
		position: absolute;
		left: 50%;
		top: 0;
		z-index: -1;
	}

	#spine nav.spine-sitenav > ul > li > ul {
		display: -ms-flexbox;
		display: flex;
	}

	#spine nav > ul > li > ul > li {
		-ms-flex: 1;
		    flex: 1;
	}

	#jacket #spine nav > ul > li > ul > li > a,
	#jacket #spine .spine-sitenav > ul > li > ul > li.parent.active > a {
		color: #fff;
	}

	#spine nav > ul > li > ul > li,
	#spine nav > ul > li > ul > li > ul > li {
		display: block;
		margin-left: 0;
	}

	#spine nav > ul > li > ul > li > ul li {
		padding: .35em 0;
		position: relative;
		transition: all .5s ease;
	}

	#spine nav > ul > li > ul > li > ul > li.active > ul > li:hover,
	#spine nav > ul > li > ul > li > ul li:hover,
	#spine nav > ul > li > ul > li > ul li.active {
		padding-left: 10px;
	}

	#spine nav > ul > li > ul > li > ul > li.active > ul > li,
	#spine nav > ul > li > ul > li > ul li.opened:hover,
	#spine nav > ul > li > ul > li > ul li.opened > ul > li.active:hover,
	#spine nav > ul > li > ul > li > ul > .active.opened {
		padding-left: 0;
	}

	#spine nav > ul > li > ul > li > ul > li.active > ul > li {
		margin-left: .35em;
	}

	#spine nav > ul > li > ul > li > ul > li.active > ul > li.active {
		margin-left: 1.25em;
	}

	#spine nav > ul > li > ul > li > ul li:before,
	#spine nav > ul > li > ul > li > ul li.active:before,
	#jacket #spine .spine-sitenav > ul > li > ul > li.active:before {
		content: "";
		position: absolute;
		top: 12px;
		left: 0;
		height: 2px;
		width: 6px;
		background: #a60f2d;
		opacity: 0;
		transition: all .5s ease;
	}

	#spine nav > ul > li > ul > li > ul li.active.opened:before {
		content: none;
	}

	#spine nav > ul > li > ul > li > ul > .active.opened > ul > li {
		display: none;
	}

	#jacket #spine .spine-sitenav > ul > li > ul > li.active:before {
		top: 7px;
	}

	#spine nav > ul > li > ul > li > ul li:hover:before,
	#spine nav > ul > li > ul > li > ul li.active:before {
		opacity: 1;
	}

	#spine nav > ul > li > ul > li > ul > li > ul li.active:before,
	#jacket #spine .spine-sitenav > ul > li > ul > li.active:before {
		opacity: 1;
		left: -10px;
	}

	#jacket #spine nav > ul > li > ul > li > ul > li.opened.parent > a,
	#jacket #spine nav > ul > li > ul > li > ul > li.active.parent > a {
		color: #fff !important;
		padding-bottom: .35em;
	}

	#spine nav > ul > li > ul > li > ul li.opened:hover:before {
		display: none;
	}

	#jacket #spine .spine-sitenav > ul > li > ul a,
	.parent-anchor {
		color: rgba(255, 255, 255, .7);
		font-weight: 300;
		padding: 0;
		transition: color .3s ease;
	}

	#jacket #spine .spine-sitenav > ul > li > ul a:hover {
		color: rgba(255, 255, 255, .85);
	}

	#jacket #spine .spine-sitenav > ul > li > ul > li > a,
	.parent-anchor {
		color: #fff;
		padding-bottom: .35em;
	}

	/* Non-color hover designator for second-level links without children */
	#jacket #spine .spine-sitenav > ul > li > ul > li > a {
		position: relative;
		transition: color .3s ease, padding-left .3s ease;
	}

	#jacket #spine .spine-sitenav > ul > li > ul > li > a:hover {
		padding-left: 10px;
	}

	#jacket #spine .spine-sitenav > ul > li > ul > li > a:before {
		content: "";
		position: absolute;
		top: 8px;
		left: 0;
		height: 2px;
		width: 6px;
		background: #a60f2d;
		opacity: 0;
		transition: all .5s ease;
	}

	#jacket #spine .spine-sitenav > ul > li > ul > li > a:hover:before {
		opacity: 1;
	}

	/* Add padding for parent li of fourth level nav */
	#spine nav ul > li > ul > li > ul > li.parent.opened > a {
		padding-bottom: 3px;
	}

	.parent-anchor {
		display: block;
	}

	/* Show parent icon */
	#spine nav li.parent.opened > a:after,
	#spine nav li.parent > a:after {
		display: inline;
		position: inherit;
		padding-left: .5em;
	}

	#spine nav li.parent.opened > a:focus:after,
	#spine nav li.parent.opened > a:hover:after,
	#spine nav li.parent > a:focus:after,
	#spine nav li.parent > a:hover:after {
		display: inline;
	}

	#binder #spine nav li.parent.active > a:after {
		content: "\F501";
	}

	#binder #spine nav li.parent.opened.active > a:after {
		content: "\F500";
		font-family: Spine-Icons;
	}

	/* Don't show icon on second level nav (third level is already visible) */
	#spine nav.spine-sitenav > ul > li > ul > li.opened > a:after,
	#spine nav.spine-sitenav > ul > li > ul > li.parent > a:after {
		display: none;
	}

	/* Navigation for site header */
	#spine nav.spine-sitenav > ul {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		padding: 0;
	}

	#spine .spine-sitenav > ul > li:first-child > a {
		padding-left: 0;
		padding-right: 2em;
	}

	#spine nav.spine-sitenav > ul > li {
		border: none;
		padding-right: 3em;
	}

	#spine nav.spine-sitenav > ul > li > a {
		margin-bottom: 1em;
	}
}

@media (max-width: 1252px) {

	.site-search {
		padding-right: 2rem;
		right: 0;
	}

	#jacket #binder #spine header.spine-header,
	#spine nav.spine-sitenav {
		padding-right: 2rem;
		padding-left: 2rem;
	}
}

@media (min-width: 1186px) {

	#binder #spine header {
		left: 0;
	}
}

@media (min-width: 1825px) {

	#wsu-signature {
		position: absolute;
	}
}

@media (max-width: 1250px) {

	#jacket .global-bar a.global-home {
		padding-right: 2rem;
	}

}

@media (max-width: 989px) {

	.site-search {
		display: none;
	}

	#binder #spine.darker header {
		background: #fff;
		border-bottom: 1px solid rgba(0, 0, 0, .1);
	}

	.global-bar {
		display: none;
	}

	.spine-mobile-open #spine #scroll,
	#binder.fluid #spine #glue {
		width: 100vw;
	}

	#glue {
		padding-left: 0;
		padding-right: 0;
	}

	.spine-mobile #glue {
		left: -100vw;
	}

	.spine-mobile-open #glue {
		left: 0;
	}

	.spine-animating.spine-move-right #glue {
		-ms-transform: translate(100vw);
		    transform: translate(100vw);
	}

	.spine-animating.spine-move-left #glue {
		-ms-transform: translate(-100vw);
		    transform: translate(-100vw);
	}

	.spine-mobile #spine footer {
		width: calc(100vw - 54px);
	}

	.spine-mobile #binder #wsu-signature {
		background-image: url(./images/murrow-logo-horizontal.svg);
	}

	#jacket #binder #spine header.spine-header,
	#spine nav.spine-sitenav {
		padding-left: 0;
		padding-right: 0;
	}

	#binder #spine #wsu-actions section {
		width: 100%;
	}
}

@media (min-width: 530px ) and (max-width: 633px ) {

	#binder #wsu-signature {
		background-size: auto 25px;
	}
}

@media screen and (max-width: 791px) {

	#binder.fluid #spine #wsu-actions section {
		width: 100%;
	}
}

/* CSS Grid fallback */
.content-syndicate-wrapper,
.wsuwp-people-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.content-syndicate-item,
.wsuwp-person-container {
	-ms-flex: 1;
	    flex: 1;
	min-width: 300px;
}

/* CSS Grid */
.content-syndicate-wrapper,
.wsuwp-people-wrapper,
.archive .row .column.one {
	display: grid;
	grid-column-gap: 0;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	margin: 1rem -1rem 0;
}

.archive .row.breadcrumbs .column.one {
	display: block;
}

/* - allow aligning elements within an item - */
.content-syndicate-item,
.wsuwp-person-container,
.archive article {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	-ms-flex-line-pack: start;
	    align-content: flex-start;
	padding: 1rem;
	transition: background-color .3s ease;
}

.content-syndicate-item:hover,
.wsuwp-person-container:hover,
.archive article:hover {
	background-color: rgba(0, 0, 0, .035);
}

/* - allow for different size images to display uniformally - */
.content-syndicate-item figure a,
.wsuwp-person-container figure a,
.archive article figure a {
	display: block;
	height: 0;
	padding-bottom: 57.5%;
	position: relative;
	border: none;
}

.content-syndicate-item figure a img,
.wsuwp-person-container figure a img,
.archive article figure a img {
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: 50%;
	   object-position: 50%;
	width: 100%;
	height: 100% !important;
	max-width: 100% !important;
	max-height: 100%;
	position: absolute;
}

/* words */
.content-item-title,
.content-item-excerpt,
.content-item-cta,
.content-item-categories,
.wsuwp-person-name,
.wsuwp-person-position,
.wsuwp-person-office,
.wsuwp-person-email {
	display: block;
	font-size: .8rem;
	padding: 0 .5rem;
}

.content-item-title,
.wsuwp-person-name,
.archive article .article-title {
	font-size: .95rem;
	font-weight: 400;
	margin: 1rem 0 .5rem;
}

.content-item-cta,
.archive article .article-read-more {
	background: url(images/icons/arrow-right.svg) left center no-repeat;
	background-size: 8px;
	font-size: .85rem;
	font-weight: 400;
	margin: 1rem 0 0 .75rem;
	padding: 0 0 0 .8rem;
}

main .content-item-cta a,
.archive article .article-read-more a {
	border-bottom: 1px solid transparent;
	color: #a60f2d;
	transition: border-bottom-color .3s ease;
}

main .content-item-cta a:hover,
.archive article .article-read-more a:hover {
	border-bottom-color: #da1e00;
}

.content-item-categories {
	margin-top: auto;
	padding-top: 2rem;
}

main .content-item-categories a,
.archive .article-footer dl dd a {
	border-bottom: none;
	color: rgba(0, 0, 0, .7);
	font-size: .7rem;
	white-space: nowrap;
}

.content-item-categories a:hover,
.archive .article-footer dl dd a:hover {
	border-bottom: 1px solid;
	color: #da1e00;
}

/* Additional archive styles */
.archive .article-title {
	font-size: .95rem;
	font-weight: 400;
	margin: 1rem 0 .5rem;
	text-transform: none;
}

.archive .article-title a {
	border-bottom: 1px solid transparent;
	color: #a60f2d;
	transition: color .3s ease, border-bottom-color .3s ease;
}

.archive .article-title a:hover {
	border-bottom-color: #da1e00;
	color: #da1e00;
}

.archive article .article-title a:after {
	display: inline-block;
	margin: 0 0 .2em .25rem;
	position: relative;
}

.archive figure.article-thumbnail {
	float: none;
	margin: 0;
}

.archive .article-subhead {
	padding: .5rem;
}

.archive .article-footer {
	border-top: none;
	margin-top: auto;
	padding: 2rem 0 0;
}

.archive .article-footer dl dt {
	display: none;
}

/* Content Syndicate "Excerpts" output and search results */
.wsuwp-content-syndicate-list {
	padding: 0;
	margin-left: -2rem;
}

.search-results-container .column.one {
	padding-left: 0;
}

.wsuwp-content-syndicate-list .wsuwp-content-syndicate-item,
.search-results-container .column.one article {
	border-bottom: 10px solid #f2f2f2;
	padding: 2rem 0 4rem 2rem;
}

.wsuwp-content-syndicate-list .wsuwp-content-syndicate-item:last-of-type,
.search-results-container .column.one article:last-of-type {
	border-bottom: none;
}

.wsuwp-content-syndicate-list .wsuwp-content-syndicate-item:before {
	content: initial;
}

.wsuwp-content-syndicate-list .content-item-thumbnail,
.wsuwp-content-syndicate-list .content-item-excerpt img {
	display: none;
}

.wsuwp-content-syndicate-list .content-item-title,
.wsuwp-content-syndicate-list .content-item-excerpt {
	padding: 0;
}

.wsuwp-content-syndicate-list .content-item-title,
.search-results-container .column.one article h2 {
	color: #a60f2d;
	font-size: 1.75em;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 1em;
	margin: 1.75rem 0 .5em;
	text-transform: none;
}

.wsuwp-content-syndicate-list .content-item-title a,
.search-results-container .column.one article h2 a {
	border-bottom: none;
}

.wsuwp-content-syndicate-list .content-item-title a:after,
.search-results-container .column.one article h2 a:after {
	background: url(./images/icons/link.svg) left center no-repeat;
	background-size: 70%;
	content: "";
	display: inline-block;
	height: 1rem;
	margin: 0 0 .2em .25rem;
	position: relative;
	width: 1rem;
}

/* This one is less than great - the attempt is to target the "byline" */
.wsuwp-content-syndicate-list .content-item-excerpt p:first-child strong,
.search-results-container .visible-url {
	display: block;
	font-size: .9em;
	font-weight: 400;
	margin-bottom: 1em;
}

.wsuwp-content-syndicate-list .content-item-read-story {
	background: none;
	border: 1px solid;
	border-radius: 0;
	color: #a60f2d;
	display: inline-block;
	font-size: .9em;
	font-weight: 600;
	margin-top: 1.2rem;
	padding: .5rem 1rem;
	transition: all .3s ease;
}

.wsuwp-content-syndicate-list .content-item-read-story:hover,
.wsuwp-content-syndicate-list .content-item-read-story:active {
	background: #a60f3d;
	border: 1px solid #a60f3d;
	color: #fff;
}

/* determine how to handle later */
.content-item-byline {
	display: none;
}

figcaption {
	font-size: .9em;
	font-style: italic;
	padding: .25rem 1rem;
}

/* - single simple card in a sidebar - */
.two .wsu-person.has-photo {
	width: 100%;
}

.two .wsu-person.has-photo .card {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
}

.two .wsu-person figure.photo img {
	max-width: 100%;
	width: 100%;
}

.two .wsu-person figure.photo {
	-ms-flex-order: -1;
	    order: -1;
}

.two .wsu-person .email,
.two .wsu-person .phone,
.two .wsu-person .office,
.two .wsu-person .address,
.two .wsu-person .about {
	display: none;
}

.single-wsuwp_people_profile main section {
	background: none;
}

.wsuwp_people_profile .article-header {
	display: -ms-flexbox;
	display: flex;
	max-width: calc(.67 * 1188px + 4rem);
	padding: 0 2rem;
}

.wsuwp_people_profile .article-header * {
	color: #424242;
}

.wsuwp_people_profile .photo {
	margin-right: 2rem;
	-ms-flex: 0 0 198px;
	    flex: 0 0 198px;
}

.wsuwp_people_profile .article-title,
.wsuwp_people_profile .degree {
	display: inline-block;
}

.wsuwp_people_profile .article-title {
	color: #a60f2d;
	margin: 0 .5rem 0 0;
	padding: 0;
}

.wsuwp_people_profile .degree:after {
	content: ",";
}

.wsuwp_people_profile .degree:last-of-type:after {
	content: none;
}

.wsuwp_people_profile .title {
	font-weight: 700;
	margin-bottom: 1rem;
}

.wsuwp_people_profile .contact {
	margin-top: 1.2rem;
}

.wsuwp_people_profile .contact span {
	display: block;
}

.wsuwp_people_profile .contact span + .link {
	margin-top: 1rem;
}

.wsuwp_people_profile .contact .link + .link {
	margin-top: .2rem;
}

.wsuwp_people_profile .contact a {
	border-bottom: 1px solid #da1e00;
}

.wsuwp_people_profile .contact a:hover {
	color: #da1e00;
}

.wsuwp_people_profile > .row {
	background: #fff;
	margin-top: 3rem;
}

.wsuwp_people_profile > .article-body .column.one:before {
	background: #a60f2d;
	content: "";
	height: .65rem;
	position: absolute;
	top: 0;
	width: 3rem;
}

@media only screen and (max-width: 693px) {

	.wsuwp_people_profile .article-header {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.wsuwp_people_profile .article-header hgroup {
		margin-top: 2rem;
		width: 100%;
	}
}


.site-footer {
	background-color: #333;
	box-sizing: border-box;
	color: rgba(255, 255, 255, .7);
	font-family: "Open Sans", "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding: 2rem;
	position: relative;
}

.site-footer a {
	color: currentColor;
}

.site-footer a:hover {
	border-bottom: 1px solid #fff;
	color: #fff;
}

.general-contact {
	-ms-flex-order: 1;
	    order: 1;
}

.footer-nav {
	-ms-flex-order: 2;
	    order: 2;
}

.general-contact,
.footer-nav {
	font-weight: 300;
	padding: 3rem;
}

.general-contact header {
	color: #fff;
	font-weight: 700;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

.contact-section span {
	display: block;
	margin-bottom: .5rem;
}

.contact-section-head {
	color: #fff;
	font-weight: 400;
}

.footer-nav ul {
	list-style: none;
}

.footer-nav li {
	margin-bottom: .25rem;
}

.social-wrap {
	margin-left: auto;
	text-align: right;
	-ms-flex-order: 3;
	    order: 3;
}

.social-wrap header {
	color: rgba(255, 255, 255, .85);
	text-transform: uppercase;
}

.social-wrap ul {
	list-style: none;
	margin: 1rem 0;
	padding: 0;
}

.social-wrap li {
	display: inline-block;
}

.social-channels a {
	border-bottom: 1px solid transparent;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	height: 1.5rem;
	width: 1.5rem;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	opacity: .7;
	transition: all .3s ease;
}

.social-channels a:hover {
	opacity: 1;
}

a.social-facebook {
	background-image: url(images/icons/social-facebook.svg);
	background-size: 35%;
}

a.social-twitter {
	background-image: url(images/icons/social-twitter.svg);
	background-position: center 50%;
	background-size: 70%;
}

a.social-youtube {
	background-image: url(images/icons/social-youtube.svg);
	background-position: center 55%;
	background-size: 75%;
}

a.social-linkedin {
	background-image: url(images/icons/social-linkedin.svg);
	background-position: center 50%;
	background-size: 65%;
}

.wsu-signature,
.wsu-signature-mobile {
	margin: 3rem 0;
}

.wsu-signature-mobile a:hover,
.wsu-signature a:hover {
	border-bottom: none;
}

.wsu-signature-mobile img,
.wsu-signature img {
	opacity: .8;
	width: 200px;
	transition: all .3s ease;
}

.wsu-signature-mobile img:hover,
.wsu-signature img:hover {
	opacity: 1;
}

.wsu-signature-mobile {
	display: none;
}

.footer-bottom-wrap {
	border-top: solid 1px rgba(255, 255, 255, .2);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	font-size: .7rem;
	padding-top: .75rem;
	width: 100%;
	-ms-flex-order: 4;
	    order: 4;
}

.footer-contact-info span {
	margin-right: .5rem;
}

.global-links {
	margin-left: auto;
}

.global-links ul {
	padding: 0;
}

.global-links li {
	display: inline;
	margin-left: .5rem;
}

@media (max-width: 989px) {

	.footer-nav {
		display: none;
	}
}

@media (max-width: 530px) {

	.social-wrap {
		width: 100%;
		-ms-flex-order: 1;
		    order: 1;
	}

	.general-contact {
		padding-left: 0;
		padding-top: 2rem;
		-ms-flex-order: 2;
		    order: 2;
	}

	.site-footer .wsu-signature {
		display: none;
	}

	.site-footer .wsu-signature-mobile {
		display: block;
		-ms-flex-order: 3;
		    order: 3;
		width: 100%;
		text-align: center;
		margin-bottom: 1rem;
	}
}

.people-card-icon-set {
	display: none;
}

.wsu-person {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	    justify-content: flex-end;
	margin-bottom: 6rem;
	padding: 1rem;
	transition: background .3s ease;
}

.wsu-person:hover {
	background: #f2f2f2;
}

.wsu-person a {
	color: #424242;

}

.wsu-person .photo {
	width: 40%;
}

.wsu-person .photo a {
	border-bottom: none;
}

.wsu-person-info {
	box-sizing: border-box;
	padding-left: 1.5rem;
	width: 60%;
}

.wsu-person-info div {
	margin-bottom: .25rem;
	padding-left: 1.5rem;
	overflow: hidden;
	position: relative;
	text-overflow: ellipsis;
}

.wsu-person-info .name {
	font-size: 1.5em;
	line-height: normal;
	padding: 0 0 .5em;
}

.wsu-person-info svg {
	left: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	    transform: translateY(-50%);
}

.wsu-person-info .title {
	font-size: .85em;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 1em;
	padding-left: 0;
}

.wsu-person-info .profile-link {
	background: url(images/icons/arrow-right.svg) 3px center no-repeat;
	background-size: 6px;
	font-size: .9em;
	font-weight: 700;
	margin-top: 1.5rem;
	padding-left: 1rem;
}

.wsu-person-info .profile-link a {
	border-bottom: 1px solid transparent;
	color: #a60f2d;
	transition: border-bottom-color .3s ease;
}

.wsu-person-info .profile-link a:hover {
	border-bottom-color: #fa5735;
	color: #a60f2d;
}

/* Directory page layout adjustments. */
.page-template-people main section {
	background: none;
	margin-top: 0;
}

.page-template-people .single .column.one {
	padding: 0;
}

.page-template-people .single.breadcrumbs .column.one {
	padding: 2rem 2rem 0;
}

.page-template-people .article-header,
.wsu-people-filters,
.page-template-people .introductory-text {
	padding: 0 2rem;
}

.page-template-people .article-header {
	grid-column: 1 / 3;
}

.page-template-people .article-header * {
	color: #a60f2d;
}

.page-template-people .introductory-text {
	grid-column: 1 / 4;
	margin-bottom: 3rem;
	width: 67%;
}

.page-template-people .wsu-people-wrapper {
	grid-column: 1 / 5;
}

.page-template-people .wsu-people {
	background: #fff;
	padding: 5rem 1rem;
	position: relative;
	display: grid;
	grid-column-gap: 0;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.page-template-people .wsu-people:before {
	background: #a60f2d;
	content: "";
	height: .65rem;
	left: 2rem;
	position: absolute;
	top: 0;
	width: 3rem;
}

/* Directory page filters. */
.page-template-people .wsu-people-filters {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 4rem;
}

.wsu-people-filters .search input,
.wsu-people-filter-label,
.wsu-people-filter-label:hover,
.wsu-people-filter-label:focus {
	background: none;
	border-radius: 1px;
	border: 1px solid #a60f2d;
	box-sizing: border-box;
	color: #a60f2d;
	font-family: "Open Sans", "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	margin: 0;
	outline: none;
	padding: .75rem 1.75rem;
	text-transform: uppercase;
	width: 100%;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}

.wsu-people-filters .search {
	-ms-flex: 1 0 auto;
	    flex: 1 0 auto;
	margin-left: 4rem;
	-ms-flex-order: 1;
	    order: 1;
}

.wsu-people-filters .search input {
	background: url(images/icons/search-crimson.svg) right center no-repeat;
	background-size: 1em;
	border-color: transparent;
	border-bottom-color: #a60f2d;
	padding-left: 0;
	transition: padding-left .3s ease;
}

.wsu-people-filters .search input:focus {
	padding-left: 1.75rem;
}

.wsu-people-filters .search input[type="search"]::-webkit-search-decoration {
	display: none;
}

.wsu-people-filters .search input::-webkit-input-placeholder {
	color: #a60f2d;
	font-family: "Open Sans", "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 13px;
}

.wsu-people-filters .search input::-moz-placeholder {
	color: #a60f2d;
	font-family: "Open Sans", "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 13px;
	opacity: 1;
}

.wsu-people-filters .search input:-ms-input-placeholder {
	color: #a60f2d;
	font-family: "Open Sans", "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 13px;
}

.wsu-people-filters .search input:-moz-placeholder {
	color: #a60f2d;
	font-family: "Open Sans", "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 13px;
	opacity: 1;
}

.wsu-people-filter-label {
	position: relative;
}

.wsu-people-filter-label:focus {
	background: #a60f2d;
	border-color: #a60f2d;
	color: #fff;
}

.wsu-people-filter-label:after {
	background: url(images/icons/arrow-down.svg) center no-repeat;
	background-size: 1.25em;
	content: "";
	display: inline-block;
	height: 1em;
	margin-left: .75em;
	right: 1rem;
	text-align: right;
	top: 0;
	width: 1.25em;
}

.wsu-people-filter-label:focus:after {
	background-image: url(images/icons/arrow-down-white.svg);
}

.wsu-people-filter-label[aria-expanded="true"]:after {
	background-image: url(images/icons/arrow-up.svg);
}

.wsu-people-filter-label[aria-expanded="true"]:focus:after {
	background-image: url(images/icons/arrow-up-white.svg);
}

.wsu-people-filter-terms {
	background: #585858;
	display: none;
	list-style: none;
	padding: 0;
}

.open + .wsu-people-filter-terms {
	display: block;
}

.wsu-people-filter-terms li {
	padding: 0;
}

.wsu-people-filter-terms li:before {
	content: initial;
}

.wsu-people-filter-terms input[type="checkbox"] {
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
	        clip-path: polygon(0 0, 0 0, 0 0, 0 0);
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
}

.wsu-people-filter-terms span {
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 14px;
	padding: .3rem 1rem;
}

.wsu-people-filter-terms :focus + span,
.wsu-people-filter-terms span:hover {
	background: #404040;
}

.wsu-people-filter-terms :checked + span {
	background: #a60f2d;
}

.wsu-people-filter-terms :checked + span:hover {
	background: #ca1237;
}

@media only screen and (min-width: 990px) {

	.page-template-people .wsu-people-filters {
		width: calc((100% / 3) * 2);
	}
}

@media only screen and (min-width: 693px) {

	/* Horribly hacky. */
	.wsu-people-filter.location {
		width: 260px;
	}
}

@media only screen and (max-width: 693px) {

	.page-template-people .wsu-people-filters {
		-ms-flex-direction: column;
		    flex-direction: column;
	}

	.page-template-people .wsu-people-filter {
		margin-bottom: 2rem;
	}

	.page-template-people .wsu-people-filters .search {
		margin: 0;
	}
}
/*# sourceMappingURL=style.css.map */