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

https://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.
*/
.tribe-mini-calendar-event {
	margin: 0 !important;
}

.tribe-mini-calendar-event {
	overflow: hidden;
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 1px dotted #2f2f2f;
}

.tribe-mini-calendar-event p {
	padding: 0;
}

.tribe-mini-calendar-event .list-date .list-dayname {
	box-sizing: border-box;
	font-size: 10px !important;
}

.tribe-mini-calendar-event .list-info h2 {
	margin-bottom: 0 !important;
	padding-top: 0 !important;
}

.tribe-events-duration {
	font-size: 12px;
}

/* Heading Size & Padding Reset */
h1, h2, h3, h4, h5, h6 {
	padding: .5em 0;
}

h2 {
	font-size: 1.6em;
	font-size: 1.6rem;
}

h3 {
	font-size: 1.4em;
	font-size: 1.4rem;
}

h4 {
	font-size: 1.2em;
	font-size: 1.2rem;
}

h5 {
	font-size: 1em;
	font-size: 1rem;
}

h6 {
	font-size: .8em;
	font-size: .8rem;
}

/* END Heading Size & Padding Reset */
/* Post News Heading Padding Reset */
.news h2, .news h3 {
	padding: 0 0 .2em !important;
}

/* END Post News Heading Padding Reset */
/* Labs News Heading Padding Reset */
.labs h3 {
	padding: 0 0 .2em !important;
}

/* END Post News Heading Padding Reset */
/* Sidebar imag w/ caption */
.sidebar-img {
	padding: 2em !important;
}

.sidebar-img figure {
	background-color: #afa370;
}

.sidebar-img figcaption {
	padding: 0 2em 2em;
	color: #2a3033;
	font-size: .9em;
	font-weight: bold;
}

/* END Sidebar imag w/ caption */
/* General */
.wsuwp-people-wrapper {
	color: #5e6a71;
}

.row .wsuwp-people-wrapper a {
	color: #981e32;
}

.row .wsuwp-people-wrapper a:hover {
	color: #c60c30;
}

/* Default output */
.wsuwp-people-wrapper.default:after {
	clear: both;
	content: ' 0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.wsuwp-people-wrapper.default * {
	box-sizing: border-box;
}

.default .wsuwp-person-container {
	display: block;
	float: left;
	padding-bottom: 35%;
	position: relative;
	width: 20%;
}

.default .person {
	background-color: #fff;
	bottom: 5px;
	display: block;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 5px;
	text-decoration: none;
	top: 0;
}

.default .person img {
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%;
}

.default .card {
	padding: .5rem;
}

.default .wsuwp-person-name {
	font-weight: bold;
}

/* Table output */
.table table th,
.table table .wsuwp-person-container td {
	padding: .5rem;
}

.table table th {
	background-color: #D5D5D5;
	vertical-align: middle;
}

.table .wsuwp-person-container td {
	border-top: 1px solid #ddd;
}

.table .wsuwp-person-container:nth-of-type(odd) {
	background-color: #fff;
}

.table .wsuwp-person-container:nth-of-type(even) {
	background-color: #f9f9f9;
}

.table .wsuwp-person-container .photo {
	width: 84px;
}

.table .wsuwp-person-container .card {
	width: 234px;
}

/* Actions */
.people-actions {
	display: block;
	position: relative;
}

.default .people-actions {
	float: right;
/*padding-bottom: 70%; only if a lot of classes (ie, .search.location.tag, etc)*/
	padding-bottom: 35%;
	width: 40%;
}

.table .people-actions {
	overflow: hidden;
	padding-bottom: 1rem;
}

.people-actions-inner {
	padding: 1rem;
	padding: 0 0 0 1rem;
}

.default .people-actions-inner {
	position: absolute;
	top: 0;
	right: 5px;
	bottom: 5px;
	left: 0;
}

.table .people-actions-inner {
	float: right;
	width: 25%;
}

.people-actions-inner h2 {
	font-weight: normal;
	text-transform: uppercase;
}

.filter {
	box-sizing: border-box;
	max-height: 120px;
	overflow: auto;
	position: relative;
}

.browse-terms {
	background: #5e6a71;
	list-style: none;
	padding: 0;
}

.browse-terms li {
	padding: 0;
}

.browse-terms input {
	display: none;
}

.browse-terms span {
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 14px;
	padding: .3rem .5rem;
}

.browse-terms span:hover {
	background: #464e54;
}

.browse-terms :checked + span {
	font-weight: bold;
	background: #981e32;
}

.browse-terms :checked + span:hover {
	background: #c60c30;
}

/* Profile */
.cahnrs-profile-background {
	background: rgba(94,106,113,0.75);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 99165;
}

.cahnrs-profile-background:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
/*margin-right: -6px;*/
}

.cahnrs-profile {
	background: #fff;
	box-shadow: 0 5px 25px 0 rgba(70,78,84,0.75);
	box-sizing: border-box;
	display: inline-block;
	max-height: 90%;
	max-width: 990px;
	overflow: scroll;
	padding: 2rem;
	position: relative;
	text-align: left;
	vertical-align: middle;
	width: 100%;
}

.row .wsuwp-people-wrapper a.close-profile {
	background: #981e32;
	color: #fff;
	height: 2rem;
	line-height: 2rem;
	left: 0;
	overflow: hidden;
	position: absolute;
	text-align: center;
	top: 0;
	width: 2rem;
	z-index: 1;
}

.profile-link.close:hover {
	background: #c60c30;
}

.cahnrs-profile .contact {
	padding-bottom: 0;
}

.row .wsuwp-people-wrapper .edit-profile {
	color: #fff;
	position: absolute;
	right: 1rem;
	top: .4rem;
}

@media screen and (max-width:791px) {
	.people-actions {
		float: none;
		width: 100%;
	}
	
	.default .people-actions {
		padding-bottom: 2rem;
		padding-right: 5px;
	}
	
	.people-actions-inner {
		padding: 0;
		position: relative;
	}
	
	.table .people-actions-inner {
		float: none;
		width: auto;
	}
	
	.default .wsuwp-person-container {
		padding-bottom: 45%;
		width: 25%;
	}
}

@media only screen and (max-width:693px) {
	.default .wsuwp-person-container {
		padding-bottom: 62%;
		width: 33.3%;
	}
	
	.table.wsuwp-people-wrapper thead {
		display: none;
	}
	
	.table .wsuwp-person-container td {
		display: block;
	}
	
	.table .wsuwp-person-container .photo {
		float: left;
		padding: 1rem .5rem .5rem 1rem;
		width: 124px;
	}
	
	.table .wsuwp-person-container .card {
		overflow: hidden;
		padding: 1rem 1rem .5rem .5rem;
		text-overflow: ellipsis;
		width: auto;
	}
	
	.table .wsuwp-person-container .about {
		border-top: none;
		clear: both;
	}
}

@media only screen and (max-width:480px) {
	.default .wsuwp-person-container {
		padding-bottom: 90%;
		width: 50%;
	}
}

/*@media only screen and (min-width:1188px) {
	.default .wsuwp-person-container {
		padding-bottom: 28%;
		width: 16.65%;
	}
	.default .people-actions {
		padding-bottom: 56%; padding-bottom: 28%;
		width: 33.3%;
	}
}

@media only screen and (min-width:1386px) {
	.default .wsuwp-person-container {
		padding-bottom: 22%;
		width: 12.5%;
	}
	.default .people-actions {
		padding-bottom: 44%; padding-bottom: 22%;
		width: 25%;
	}
}*/
/* Homepage figure with link in text/html item */
.figure-embed figure {
	box-sizing: box-sizing:border-box;
	padding: .5rem;
	border: 1px solid #ddd;
	background: #fff;
	margin-bottom: 1rem;
}

.figure-embed figcaption {
	padding: .25rem 0 .5rem;
	font-size: .8rem;
}

/* Styles for Environment in the News page */
.vmnews {
	font-size: small;
	padding: 0 2.8em 2em;
}

.page-id-5150 .wsuwp-content-syndicate-list {
	padding-bottom: 0;
}

/* Pagebuilder fix, missing cpb-row.thirds-half-right css */
@media only screen and (max-width: 850px) {
	.cpb-row.thirds-half-right > .cpb-row-inner {
		display: block;
		width: auto;
	}
	
	.cpb-row.thirds-half-right > .cpb-row-inner:after {
		content: '';
		display: block;
		clear: both;
	}
	
	.cpb-row.thirds-half-right > .cpb-row-inner > .cpb-column {
		display: block;
		float: left;
		box-sizing: border-box;
	}
	
	.cpb-row.thirds-half-right > .cpb-row-inner > .cpb-column.one {
		width: auto;
		float: none;
	}
	
	.cpb-row.thirds-half-right > .cpb-row-inner > .cpb-column.two {
		width: 50%;
		padding-right: 1rem;
		padding-left: 0;
	}
	
	.cpb-row.thirds-half-right > .cpb-row-inner > .cpb-column.three {
		width: 50%;
		padding-left: 1rem;
		padding-right: 0;
	}
}

@media (max-width:500px) {
	.cpb-row.thirds-half-right > .cpb-row-inner > .cpb-column {
		display: block;
		float: none;
		box-sizing: border-box;
	}
	
	.cpb-row.thirds-half-right > .cpb-row-inner > .cpb-column.two,
																																																.cpb-row.thirds-half-right > .cpb-row-inner > .cpb-column.three {
		width: auto;
		padding-left: 0;
		padding-right: 0;
	}
}

/*Tablepress */
.tablepress tfoot th, .tablepress thead th {
	background-color: #981e32;
	color: #FFF;
}

.tablepress thead .sorting_asc,
.tablepress thead .sorting_desc,
.tablepress thead .sorting:hover {
	background-color: #981e32;
}

.tablepress-id-1 .column-2,
.tablepress-id-1 .column-3,
.tablepress-id-3 .column-2,
.tablepress-id-3 .column-3 {
	width: 33%;
}

.tablepress {
	font-size: .9rem;
}

.page-id-5717 .tablepress img,
.page-id-5711 .tablepress img {
	max-width: 115px;
	padding-right: 20px;
}

.tablepress-id-8 .row-3 td,
.tablepress-id-8 .row-4 td,
.tablepress-id-8 .row-5 td,
.tablepress-id-8 .row-6 td,
.tablepress-id-8 .row-7 td,
.tablepress-id-8 .row-9 td,
.tablepress-id-8 .row-10 td {
	background-color: #eff0f1;
}