/*
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.
*/
/* ----------- BASE STYLING --------- */
body {
	font-family: 'Open Sans', "Lucida Sans", sans-serif;
	color: #464e54;
}

#jacket {
	border-top: solid 5px #981e32;
}

#binder {
	border-right: solid 1px #dcdcdc;
	background-color: #ffffff;
}

a#wsu-signature /* correct contrast error on logo */ {
	color: #ffffff;
}

#spine .spine-contact .organization-name /* correct small font size */ {
	font-size: 1em;
}

main {
	padding-bottom: 60px;
}

.home main {
	padding-bottom: 0;
}

/* ----------- PAGE HEADER ---------- */
.main-header {
	background: none;
	height: 142px;
	z-index: 100;
	width: auto;
	text-align: right;
	margin-bottom: 30px;
}

.main-header .header-group {
	position: absolute;
	bottom: 0;
}

.main-header .header-group:not(.unset) {
	padding: 0;
	max-width: 100%;
	right: 0;
	left: 42%;
}

@media only screen and (max-width: 900px) {
	.main-header .header-group:not(.unset) {
		padding: 0;
		max-width: 100%;
		right: 0;
		left: 0;
	}
}

.main-header .sup-header:not(.unset) a, 
.sub-header span, 
.sup-header-default {
	color: #203639;
	font-size: 18px;
	margin-right: 20px;
	font-weight: 300;
}

.sub-header span {
	font-weight: 600;
	margin: 10px 0;
	padding: 0 20px;
	display: inline-block;
	font-size: .9em;
	text-transform: uppercase;
}

/* ------------HEADER TAGS------------*/
h1 {
	margin: 0 0 5em -1em;
	padding: 10px 30px;
	color: #ffffff;
	background-color: #203639;
	font-weight: 300 !important;
	display: inline;
}

h2 {
	font-weight: 300;
	font-size: 2.5em;
	color: #2a3033;
	margin: 2.5rem 0 .5rem;
}

h3 {
	color: #981e32;
	font-weight: 300;
	font-size: 1.75em;
	margin: 1em 0 .25em;
	line-height: 1.4em;
}

h4 {
	color: #981e32;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1em;
	margin: 1em 0 .25em;
	line-height: 1.3em;
}

h5 {
	font-size: 1.1em;
}

.page-staff h4 {
	margin-top: -2rem;
}

/* ------ COVID-19 -----*/
.covid {
	display: flex;
	justify-content: center;
	color: #ffffff;
	padding: 1em 0 .5em;
}

.covid h2 {
	font-size: 1.1em;
	color: #ffffff;
	background-color: #981e32;
	font-weight: bold;
	margin: 0 1em 0 0;
	padding-top: .1em;
}

.covid a, .covid a:visited {
	color: #ffffff;
	background-color: #981e32;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
	margin-right: 1em;
}

.covid a:hover {
	background-color: #981e32 !important;
	color: #ffffff !important;
	border-bottom: 4px solid #ffffff;
	margin-right: 1em;
}

@media only screen and (max-width: 693px) {
	.covid {
		display: initial;
		text-align: center;
	}
	
	.covid h2 {
		margin: 0;
		padding-top: 1em;
	}
}

.covid-19 {
	display: inline-block;
	border: 2px solid #000000;
	border-radius: 15px;
	padding: .5em;
	background-color: #981e32;
}

.covid-19 h3 {
	color: #ffffff !important;
	margin-top: 0;
}

.covid-19 a, .covid-19 a:visited {
	color: #ffffff;
	background-color: #981e32;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}

.covid-19 a:hover {
	background-color: #981e32 !important;
	color: #ffffff !important;
	border-bottom: 4px solid #ffffff;
}

/* ----------- LINKS ---------------- */
main a, 
main a:visited {
	color: #213639;
	text-decoration: underline;
	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	-o-transition: background .3s;
	-ms-transition: background .3s;
	transition: background .3s;
}

main a:hover {
	background: #feb81c;
	border: 0 4px solid #feb81c;
	border-top: none;
	border-bottom: none;
	color: #213639;
	margin: 0;
}

main a.icons:hover {
	border: none;
	background: none;
	margin: 0;
}

a.crimson-button, a.crimson-button:visited {
	color: #ffffff !important;
	background-color: #981e32;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', 'Open Sans', sans-serif;
	font-size: 1em;
	letter-spacing: 1px;
	padding: .5em 1.5em;
	-webkit-transition: background-color .3s linear;
	-moz-transition: background-color .3s linear;
	-o-transition: background-color .3s linear;
	transition: background-color .3s linear;
	text-decoration: none;
}

a.crimson-button:hover {
	background-color: #feb81c;
	color: #000000 !important;
}

a.covid-19-btn, a.covid-19-btn:visited {
	background-color: #981e32;
	color: #ffffff;
	border: 1px solid #000000;
	border-radius: 15px;
	font-weight: 500;
	padding: .25em 1em .5em .5em;
	margin-bottom: 1em;
	font-size: 1.6rem;
	position: relative;
	display: inline-block;
	text-decoration: none;
}

span.covid-19-btn-subtitle {
	font-size: 1rem;
	text-transform: uppercase;
	font-weight: normal;
	display: block;
}

a.covid-19-btn:hover {
	background-color: #feb81c;
	color: #203639;
	border: 1px solid #000000;
	margin-bottom: 1em;
}

/* ----------- BANNERS -------------- */
/* new banner */
.builder-banner-content {
	box-sizing: border-box;
	font-weight: 300;
	right: 0;
	left: auto;
	top: auto;
	bottom: 0;
	width: 625px;
	height: 175px;
	min-height: 100px;
	margin-bottom: 1.25em;
	padding: 0;
	border: 0;
	display: block;
	font-size: initial;
}

.builder-banner-slide a {
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
}

.builder-banner-slide a:hover {
	background: none;
}

.builder-banner-inner-content {
	background: rgba(33,54,57,0.8);
	color: #ffffff;
	display: block;
}

.builder-banner-inner-content * {
	display: inline-block;
}

.builder-banner-inner-content p {
	padding-left: 1.25em;
	padding-right: 1.25em;
	padding-bottom: 1.25em;
}

.builder-banner-inner-content {
	max-width: 100%;
}

.builder-banner-inner-title {
	background: rgba(33,54,57,0.8);
	color: #ffffff;
	padding: .7em .7em 0;
}

.builder-banner-content:after {
	display: block;
}

.builder-banner-inner-content p:empty {
	background: none;
}

@media only screen and (max-width: 693px) {
	.builder-banner-slide {
		height: 200px;
	}
	
	.builder-banner-content {
		width: 85%;
		font-weight: 400;
		height: 160px;
	}
}

/* ----------- ACCORDION ------------ */
.ui-accordion-header-icon {
	display: block;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: auto;
	right: 5%;
}

@media only screen and (max-width: 693px) {
	.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
		position: absolute;
		left: auto;
		right: 12%;
	}
}

.iconClosed {
	background-image: url('/wp-content/uploads/sites/171/2015/01/plus-green-er.svg') !important;
	width: 21px;
	height: 21px;
	background-repeat: no-repeat;
}

.iconOpen {
	background-image: url('/wp-content/uploads/sites/171/2015/09/x-green-er.svg') !important;
	width: 21px;
	height: 21px;
	background-repeat: no-repeat;
}

.accordion div h4 {
	vertical-align: middle;
	padding: 0;
	outline-style: none;
	max-width: 792px;
}

.accordion div h4:nth-of-type(odd) {
	padding: 1rem 6rem 1rem 1rem;
}

.accordion div h4:nth-of-type(even) {
	padding-left: 1rem;
	padding-right: 6rem;
}

.accordion div div:nth-of-type(even) {
	padding-top: 1rem;
/* padding-bottom: -1rem; */
}

.accordion div h4:nth-of-type(odd), .accordion div div:nth-of-type(odd) {
	background-color: #EFF0F1;
	background-color: #f4f4f5;
}

.accordion div h4:hover {
	cursor: pointer;
	color: #8f7e35;
}

.accordion div div {
	padding: .2rem 6rem 1rem 1rem;
	margin-top: -.25rem;
}

/* ------------FACULTY PROFILES-------*/
.category-facultyprofile h2 {
	margin-top: 0;
}

.inline-row * {
	display: inline;
}

.inline-row {
	margin: 10px 0;
}

/* ----------- NEWS EVENTS ---------- */
.cee-news h2 {
	color: #981e32;
	font-size: 1.75em;
	margin: 0;
	line-height: 1.4em;
}

.cee-news ul {
	padding: 0;
	list-style: none;
}

.cee-news li {
	border-bottom: none;
	padding: .5rem 0;
}

.cee-news .wsuwp-content-syndicate-item a, .cee-news .wsuwp-content-syndicate-item a:hover, .cee-news li a {
	text-decoration: underline;
}

.cee-news span.content-item-thumbnail {
	float: left;
	padding: 0 20px 0 0;
}

.cee-news span.content-item-title {
	font-weight: bold;
	font-size: 1.2em;
}

.cee-news span.content-item-byline-date, .cee-news span.content-item-byline-author {
	display: none;
}

.cee-news a.content-item-read-story.tracked {
	text-decoration: underline;
}

.home .content-item-event-meta, .cee-news .content-item-event-meta /* remove location display from upcoming events list */ {
	display: none;
}

.home .content-item-event-date, .cee-news .content-item-event-date {
	color: #981e32;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1em;
	line-height: 1.3em;
	display: inline-block;
}

.home .content-item-event-title, .cee-news .content-item-event-title {
	display: block !important;
}

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

.tablepress .sorting:hover,
.tablepress .sorting_asc:hover,
.tablepress .sorting_desc:hover {
	background-color: #c60c30;
}

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

.adboard img {
	max-width: 80px !important;
}

.adboard h3 {
	margin: 0 0 -.75em;
}

.adboard tr {
	height: 220px;
}

.adboard .column-1 {
	width: 20%;
}

.faculty-table .group, .faculty-table .row-hover .group {
	background-color: #E5CD93 !important;
	color: #000000;
	font-weight: bold;
}

.tablepress-id-12 .column-3, .tablepress-id-12 .column-4 {
	width: 110px;
}

@media only screen and (max-width: 900px) {
	table#tablepress-12.tablepress.tablepress-id-12.dataTable.no-footer.dtr-inline.collapsed, table#tablepress-28.tablepress.tablepress-id-28.dataTable.no-footer.dtr-inline.collapsed, table#tablepress-2.tablepress.tablepress-id-2.dataTable.no-footer.dtr-inline.collapsed {
		width: 100% !important;
	}
	
	.faculty-table table.dataTable.dtr-inline.collapsed>tbody>tr>td.group:first-child:before, .tablepress-id-2 .column-2 {
		display: none;
	}
}

.tablepress-id-14 .column-1 {
	width: 98px;
}

/* ----------- HUB (general) ----------- */
.hub h2 {
	padding: 0;
	font-size: 2em;
}

.hub ul {
	list-style-type: none;
	padding: 0 1em 0 0;
}

.hub ul li {
	padding-bottom: 1em;
}

.content-item-title {
	display: block;
	padding: 0;
}

.content-item-title a {
	text-decoration: none;
	color: #981e32 !important;
}

.content-item-title a:hover {
	text-decoration: none;
	color: #213639;
}

.content-item-excerpt p {
	padding-bottom: .5em;
}

.features .content-item-byline, .news .content-item-byline-author, .content-item-event-meta {
	display: none;
}

/* ----------- HUB (features) ---------- */
.features h2 {
	padding: .6em 0 .5em;
}

.features .wsuwp-content-syndicate-list {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-top: .5em;
}

.features .wsuwp-content-syndicate-item {
	flex-basis: 21%;
}

.features .content-item-title {
	font-size: 1.2em;
	padding: .5em 0;
	line-height: 1.4em;
}

@media only screen and (max-width: 693px) {
	.hub .features .wsuwp-content-syndicate-item {
		flex-basis: 45%;
	}
}

@media only screen and (max-width: 550px) {
	.hub .features .wsuwp-content-syndicate-item {
		flex-basis: 100%;
		border-bottom: solid 2px #e1e1e1;
		margin-bottom: 1em;
	}
}

/* ----------- HUB (news) -------------- */
.news .wsuwp-content-syndicate-item {
	display: grid;
	grid-auto-flow: row;
	grid-template-columns: 166px auto;
	border-bottom: solid 2px #e1e1e1;
	margin-bottom: 1em;
}

.news .content-item-thumbnail {
	grid-column: 1;
	grid-row: 1 / 5;
	margin-right: 1em;
	background-image: url('https://wpcdn.web.wsu.edu/wp-vcea/uploads/sites/350/2021/10/wsu-cougarhead-watermark.png');
	background-size: 150px;
	background-repeat: no-repeat;
}

.news .content-item-title {
	font-size: 1.2em;
	line-height: 1.4em;
	grid-column: 2;
}

.news .content-item-byline {
	grid-column: 2;
	color: #666666;
	font-style: italic;
	line-height: 2em;
}

.news .content-item-excerpt {
	grid-column: 2;
}

.news .content-item-excerpt strong {
	font-weight: normal;
}

@media only screen and (max-width: 550px) {
	.hub .news .wsuwp-content-syndicate-item {
		display: block;
	}
}

/* ----------- HUB (events) ------------ */
.event-list .wsuwp-content-syndicate-event {
	display: grid;
	grid-template-columns: 80px auto;
	grid-auto-flow: row;
	grid-column-gap: 10px;
}

.event-list .content-item-event-date {
	grid-column: 1;
	background-color: #981e32;
	color: #ffffff;
	text-align: center;
	height: 1.5em;
	padding: .2em 0 0;
	margin-top: .25em;
}

.event-list .content-item-event-title {
	grid-column: 2;
	padding-top: .3em;
}

.event-list .content-item-event-excerpt {
	grid-column: 2;
}

a.btn, a.btn:visited {
	border: 2px solid #2f5055 !important;
	padding: .25em 1em;
	background-color: #ffffff;
	color: #981e32;
	font-weight: 400;
	margin: .5em 0 !important;
	position: relative;
	display: inline-block;
	text-decoration: none;
}

a.btn:hover {
	background-color: #feb81c;
	color: #203639;
}

/* ------ 2023 New Faculty ----- */
.page-id-4236 .sub-header span {
	visibility: hidden;
}

.innov-banner .aligncenter {
	margin: -60px auto 0;
}

.innov-intro {
	margin-bottom: 60px;
}

#innov-title {
	font-weight: 600;
	color: #4D4D4D;
	text-align: left;
	text-transform: uppercase;
	font-size: 4rem;
	margin: 0;
	padding-bottom: 0;
}

.newFacTitle {
	text-transform: uppercase;
	font-weight: 600;
	color: #A60F2D;
	font-size: 5rem;
	word-break: keep-all;
	text-align: right;
	line-height: 4rem;
	margin: 0;
	font-stretch: expanded;
	display: block;
	background: none;
	font-weight: 600 !important;
}

.newFacText {
	font-size: 24px;
	line-height: 1.7em;
	margin-top: 9px;
}

.innov-profile {
	background: #EBEBEB;
	padding: 0 0 20px;
	margin-bottom: 70px;
	max-height: none;
}

.innov-profile:last-child {
	margin-bottom: 0;
}

.innov-profile h2 {
	background: #4D4D4D;
	font-weight: 600;
	color: #EBEBEB;
	font-size: 2.7em;
	padding: 4px 100px 10px 12px;
	margin-left: -14px;
	position: absolute;
	top: -71px;
	white-space: nowrap;
}

.innov-profile h3 {
	font-size: 1.3em;
	margin: 0;
}

.innov-profile h3:first-child {
	margin-top: 35px;
}

.innov-profile img {
	margin: 55px auto 16px;
	border-radius: 50%;
	filter: drop-shadow(6px 3px 0px #fff);
}

.innov-profile p.innov-degree:second-child {
	margin-bottom: 30px;
}

.innov-degree {
	font-size: .9em;
}

a.innov-fac {
	background: #981e32;
	text-align: center !important;
	font-weight: 600;
	color: #EBEBEB !important;
	display: block;
	padding: 8px 4px;
	border-bottom: none;
	text-decoration: none;
	border: solid 1px #4D4D4D;
	margin-top: 10px;
	line-height: 1.2em;
	width: 40%;
	margin: 20px auto 0;
}

a.innov-fac:hover {
	border-bottom: none;
	background: #CA1237;
	color: #EBEBEB !important;
	border: solid 1px #4D4D4D;
	margin-top: 10px;
	width: 40%;
	margin: 20px auto 0;
}

@media only screen and (max-width: 1140px) {
	.innov-intro {
		margin-bottom: 55px;
	}
	
	.newFacTitle {
		font-size: 4rem;
		line-height: 3.6rem;
	}
	
	#innov-title {
		font-size: 3.5rem;
	}
	
	.newFacText {
		font-size: 20px;
		line-height: 1.7em;
		margin-top: 14px;
	}
}

@media only screen and (max-width: 995px) {
	.newFacTitle {
		font-size: 3.5rem;
		line-height: 3.3rem;
	}
	
	#innov-title {
		font-size: 3rem;
	}
	
	.newFacText {
		font-size: 18px;
		line-height: 1.5em;
		margin-top: 12px;
	}
	
	a.innov-fac {
		width: 75%;
	}
	
	a.innov-fac:hover {
		width: 75%;
	}
}

@media only screen and (max-width: 730px) {
	.newFacTitle {
		font-size: 3rem;
		line-height: 3.1rem;
	}
	
	#innov-title {
		font-size: 2.5rem;
	}
	
	.newFacText {
		font-size: 17px;
		line-height: 1.4em;
		margin-top: 12px;
	}
}

@media only screen and (max-width: 693px) {
	.innov-banner .aligncenter {
		margin: -60px auto -20px;
	}
	
	.newFacTitle {
		text-align: center;
		font-size: 3rem;
		line-height: 3.1rem;
		padding: 0;
	}
	
	#innov-title {
		font-size: 3rem;
		margin-right: 10px;
	}
	
	.newFacText {
		font-size: 17px;
		line-height: 1.4em;
		margin-top: -10px;
	}
	
	.innov-profile img {
		width: 65%;
		margin: -30px auto 16px;
	}
	
	.innov-profile h2 {
		padding: 8px;
		width: 100%;
		text-align: center;
		font-size: 2em;
		position: relative;
	}
}

/* ------ End 2023 New Faculty -----*/