@import  "https://use.typekit.net/ywl1jly.css";

@media only screen and (max-width: 600px) {
	.post-18009 .builder-banner-slide {
		background-image: url('https://wpcdn.web.wsu.edu/wp-provost/uploads/sites/1368/2022/05/Contributemobile-02.png') !important;
	}
}

.contribute-btn {
	position: absolute;
	left: 125px;
	bottom: 75px;
}

@media only screen and (max-width: 600px) {
	.contribute-btn {
		position: absolute;
		left: 70px;
		bottom: 0;
	}
}

/* ----- General ----- */
body.home:not(.has-background-image) #jacket, #jacket {
	background: #e5e5e5 url(https://wpcdn.web.wsu.edu/wp-provost/uploads/sites/1368/2017/03/bg-jacket-4.jpg) no-repeat right top;
/*background-size: 260px;*/
	background-attachment: fixed;
}

#binder {
	background-color: #fff;
	border-right: none;
	-webkit-box-shadow: 0 0 50px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 50px 5px rgba(0,0,0,0.2);
	box-shadow: 0 0 50px 5px rgba(0,0,0,0.2);
}

#spine #glue:before {
	border-right: 1px solid #e5e5e5;
	background: #fff url(https://wpcdn.web.wsu.edu/wp-provost/uploads/sites/1368/2017/02/bg-spine.png) no-repeat left bottom;
	background-attachment: fixed;
}

#spine .spine-navigation {
	background-color: #fff;
}

.section-wrapper, .section-wrapper-has-background {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
}

/*.row.side-right .column.two {
	padding-right: 0;
}*/
/* ----- Specific for a homepage column ----- */
.largemargin.column.one:not(.gutterless) {
	padding-left: 12%;
	padding-right: 12%;
}

/* ----- Main Header ----- */
.style-bookmark .main-header {
	left: 0;
}

.style-bookmark .main-header {
	background: rgb(130,12,35,1);
	background: -moz-linear-gradient(left,rgba(130,12,35,1) 0%,rgba(166,15,45,1) 100%);
	background: -webkit-linear-gradient(left,rgba(130,12,35,1) 0%,rgba(166,15,45,1) 100%);
	background: linear-gradient(to right,rgba(130,12,35,1) 0%,rgba(166,15,45,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#820c23',endColorstr='#a60f2d',GradientType=1);
	border-bottom: none;
	padding: 1rem 0;
	max-width: 1188px;
	height: auto;
	z-index: 100;
	position: relative;
}

sub.sub-header {
	display: none;
}

.main-header .header-group:not(.unset) {
	padding: .7em 2rem;
	position: relative;
}

.main-header sub:not(.unset), .main-header sup:not(.unset), .main-header sup a {
	display: inline-block;
	font-size: 13px;
}

.main-header .sup-header:not(.unset) a, .sub-header span, .sup-header-default {
	color: #fff;
	font-weight: 700;
	letter-spacing: 2px;
}

.main-header .header-group, .main-header .header-group:not(.x) {
	position: relative;
	width: auto;
	bottom: 0;
	padding-right: 0;
}

.sub-header span {
	border-left: 1px solid #fff;
	font-weight: 300;
	margin-left: 1em;
	padding-left: 1.25em;
	text-transform: uppercase;
	color: #fff;
}

/* ----- Global Bar ----- */
.globalbar {
	background: rgb(130,12,35,1);
	background: -moz-linear-gradient(left,rgba(130,12,35,1) 0%,rgba(166,15,45,1) 100%);
	background: -webkit-linear-gradient(left,rgba(130,12,35,1) 0%,rgba(166,15,45,1) 100%);
	background: linear-gradient(to right,rgba(130,12,35,1) 0%,rgba(166,15,45,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#820c23',endColorstr='#a60f2d',GradientType=1);
	width: 1188px;
	top: 0;
	height: 4px;
	z-index: 99;
	position: fixed;
}

/* ----- Header ----- */
.header {
	min-height: 200px;
	background: rgba(0,0,0,0.02);
/*border-bottom: 2px solid #a31d36;*/
}

.header .column {
	height: 100%;
}

/* ----- Featured ----- */
.featured {
	min-height: 420px;
	background-color: rgba(0,0,0,0.02);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	border-left: 2rem solid #fff;
}

.featured.xl {
	width: 100%;
	min-height: 420px;
	margin-bottom: 1em;
}

.featured.lrg {
	width: 100%;
	min-height: 320px;
	margin-bottom: 1em;
}

.featured.sm {
	width: 100%;
	min-height: 220px;
	margin-bottom: 1em;
}

.featured.xl:after, .featured.lrg:after, .featured.sm:after {
	content: "";
	height: 4px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -6px;
	visibility: visible;
	background: #a31d36;
}

.featured.noborder {
	border-left: none;
}

.featured.sm.noborder-bottom:after {
	height: 0;
}

.featured.no-margin-bottom {
	margin-bottom: 0;
}

.halves.gutter .column.two.pad-for-halves:not(.gutterless) {
	padding-right: 2rem;
}

/* ----- Section Image (Kills the Margin) ----- */
.aligncenter.no-margin {
	margin: 0 auto;
}

/* ----- Sharpens Image ----- */
.image-rendering {
	image-rendering: -webkit-optimize-contrast;
}

/* ----- Add Gradient to the Column Class (it positions it above the background image) ----- */
.column.one.gradient {
	height: 100%;
	width: 100%;
	display: block;
	position: absolute;
	background: -moz-linear-gradient(45deg,rgba(166,15,45,0.6) 0%,rgba(0,0,0,0.0) 50%,rgba(202,18,55,0.3) 100%);
	background: -webkit-gradient(left bottom,right top,color-stop(0%,rgba(166,15,45,0.6)),color-stop(50%,rgba(0,0,0,0.0)),color-stop(100%,rgba(202,18,55,0.3)));
	background: -webkit-linear-gradient(45deg,rgba(166,15,45,0.6) 0%,rgba(0,0,0,0.0) 50%,rgba(202,18,55,0.3) 100%);
	background: -o-linear-gradient(45deg,rgba(166,15,45,0.6) 0%,rgba(0,0,0,0.02) 50%,rgba(202,18,55,0.3) 100%);
	background: -ms-linear-gradient(45deg,rgba(166,15,45,0.6) 0%,rgba(0,0,0,0.0) 50%,rgba(202,18,55,0.3) 100%);
	background: linear-gradient(45deg,rgba(166,15,45,0.6) 0%,rgba(0,0,0,0.0) 50%,rgba(202,18,55,0.3) 100%);
}

/* ----- Flex Wrapper to Center Content (x-y) ----- */
.flexwrap {
	min-height: 200px;
	width: 100%;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-align: flex-start;
	-ms-flex-align: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	resize: vertical;
}

.flexwrap h1 {
	animation: fadein 2s;
	-moz-animation: fadein 2s;
	-webkit-animation: fadein 2s;
	-o-animation: fadein 2s;
}

.pad-bottom-section {
	padding-bottom: 2em;
}

/* ----- a:link, a:hover ----- */
.column a {
/*color: #4c4c4c;*/
	border-bottom: 1px solid #a31d36;
	text-decoration: none;
	transition-property: color, background, border;
	transition-duration: .4s, .4s, .1s;
}

.column a:hover {
	color: #a31d36;
	border-bottom: 4px solid #a31d36;
}

/* ----- b, strong ----- */
b, strong {
	font-weight: 600;
}

/* ----- h1, h2, h3, h4, h5, h6, p ----- */
h1, h2, h3, h4, h5, h6, p, ul, ol {
	color: #4c4c4c;
}

h1, h2, h3, h4, h5 {
	text-transform: uppercase;
}

h6 {
	text-transform: none;
}

h4, h5, h6 {
	padding-top: .9em;
	padding-bottom: .9em;
}

h1 {
	font-size: 2.25em;
	font-weight: 800;
	padding: 0;
	margin: 0;
	letter-spacing: 2px;
}

.h-sm {
	display: block;
	margin-left: 3px;
	padding-top: .2em;
	padding-bottom: 0;
	font-size: .35em;
	font-weight: 600;
	line-height: 1.2em;
	letter-spacing: 8px;
	text-transform: uppercase;
}

h2 {
	font-size: 1.6rem;
	font-weight: 100;
	padding-bottom: .5em;
}

h3 {
	font-weight: 400;
	font-size: 1.1rem;
	padding-bottom: .5em;
	padding-top: 1.2em;
	line-height: 1.4em;
}

h4 {
	font-size: 1rem;
	font-weight: 600;
	color: #a31d36;
}

h5 {
	font-size: .85rem;
	font-weight: 700;
}

h6 {
	font-size: .75rem;
}

p {
	font-weight: 300;
	line-height: 2em;
}

/* ----- Intro  ----- */
p.intro {
	font-weight: 300;
	font-size: 1.25rem;
	line-height: 1.75em;
}

/* ----- Rule Element ----- */
.rule {
	padding-bottom: .5em;
	position: relative;
}

.rule:after {
	content: "";
	width: 40px;
	height: 6px;
	background: #a31d36;
	position: absolute;
	bottom: 0;
	left: 0;
}

/* ----- UL LI ----- */
.column ul {
	padding: 0 2em 1em 2.6em;
}

.column ul li {
	font-weight: 300;
	list-style-type: none;
	position: relative;
	padding: 0 0 0 10px;
	line-height: 2em;
}

.column ul li:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: -.7em;
	color: #a60f2d;
	font-weight: 600;
	font-size: 1.2em;
	list-style-type: disc;
	height: 4px;
	width: 10px;
	background: #a60f2d;
	top: 12px;
}

.horizontal ul {
	display: inline;
	list-style-type: none;
}

/* ----- OL LI ----- */
ol {
	list-style-type: none;
	margin: 0;
	margin-left: 2.6em;
	padding: 0;
	padding-bottom: 1em;
	counter-reset: li-counter;
}

ol > li {
	font-weight: 300;
	position: relative;
	padding-left: 10px;
	line-height: 2em;
}

ol > li:before {
	position: absolute;
	top: .6em;
	width: 15px;
	left: -1.2em;
	text-align: center;
	color: #a31d36;
	padding: 0;
	border-right: 1px solid #a31d36;
	content: counter(li-counter);
	counter-increment: li-counter;
	font-weight: 700;
	font-size: .95em;
	line-height: 1em;
}

/* ----- Blockquote ----- */
blockquote {
	color: #4c4c4c;
	display: block;
	font-size: 1.2em;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: 100;
	line-height: 1.5em;
	margin: 0 auto;
	max-width: 1188px;
	quotes: "\201C""\201D""\2018""\2019";
	text-align: center;
}

blockquote:before {
	color: #b7203d;
	content: open-quote;
	display: inline;
	font-size: 9em;
	font-family: Arial, sans-serif;
	font-weight: 300;
	vertical-align: -70px;
}

.home blockquote {
	color: #4c4c4c;
	display: block;
	font-size: 1.2em;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: 100;
	line-height: 1.5em;
	margin: 0 auto;
	max-width: 1188px;
	padding-top: 2em;
	quotes: "\201C""\201D""\2018""\2019";
	text-align: center;
}

.home blockquote:before {
	display: none;
}

blockquote cite, .home blockquote cite {
	font-size: .8em;
	padding-top: 1em;
	padding-bottom: 0;
	display: block;
	color: #777;
	font-weight: 300;
	line-height: 1.75;
}

blockquote.bar {
	color: #4c4c4c;
	display: block;
	font-size: 1em;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: 100;
	line-height: 1.2em;
	margin: 2em auto;
	max-width: 1188px;
	padding-top: 1em;
	padding-bottom: 0;
	border-left: 4px solid #a60f2d;
	quotes: "\201C""\201D""\2018""\2019";
	text-align: left;
}

blockquote.bar:before {
	display: none;
}

blockquote.bar cite {
	font-size: .9em;
	padding-top: 1em;
	padding-bottom: 0;
	display: block;
	color: #777;
	font-weight: 400;
	line-height: 1.75;
}

/* ----- Aside ----- */
.column.two aside {
	min-width: 240px;
	margin-top: .5em;
	margin-bottom: 1.5em;
	padding: 0;
	display: block;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
/*box-shadow: 0 0 40px 2px rgba(0, 0, 0, 0.1);*/
}

.column.two aside ul li:last-child, .column.two aside ul ul li:first-child {
	border-bottom: none;
}

.column.two aside ul, .column.two aside ul ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.column.two aside li, .column.two aside li li {
	display: block;
	margin: 0;
	padding: 0;
	text-align: left;
	text-shadow: none;
	font-weight: 400;
	line-height: 1.4em;
/*border-bottom: 1px solid rgba(0,0,0,0.05);*/
}

.column.two aside li {
	font-size: .9em;
}

.column.two aside li:last-of-type a {
	border-bottom: none;
}

.column.two aside li li:last-of-type a {
	border-bottom: 1px solid rgba(0,0,0,0.05);
}

.column.two aside li li {
	font-size: 1em;
}

.column.two aside li a, .column.two aside li li a {
	display: block;
	color: #a31d36;
	margin: 0;
}

.column.two aside li a {
	position: relative;
}

.column.two aside li a {
	padding: 1.2em 1.2em 1.2em 2em;
	border-bottom: 1px solid rgba(0,0,0,0.05);
}

.column.two aside li a:after {
	background: #a31d36;
	content: "";
	height: calc(100% + 1px);
	position: absolute;
	right: 0;
	top: 0;
	width: 4px;
}

.column.two aside li li a {
	padding: 1.2em 1.2em 1.2em 4em;
	border-bottom: none;
}

.column.two aside li a:hover, .column.two aside li li a:hover {
	color: rgba(0,0,0,0.7);
	background: rgba(0,0,0,0.02);
}

.column.two aside li a:hover:after {
	background: rgba(0,0,0,0.3);
}

.column.two aside ul li:before {
	display: none;
}

.column.two aside b, .column.two aside strong {
	font-weight: 700;
}

/* ----- List ----- */
.list ul {
	padding: 0 0 1em 1em;
	margin-top: 1em;
}

.list ul ul {
	border-top: none;
	padding-bottom: 0;
	margin-top: 0;
}

.list ul li:last-child {
	border-bottom: 1px solid rgba(0,0,0,0.2);
}

.list ul ul li:first-child {
	border-bottom: none;
}

.list ul li {
	font-weight: 300;
	list-style-type: none;
	position: relative;
	padding: 0;
	line-height: 1.7em;
	list-style-type: none;
	display: block;
	background-color: rgba(0,0,0,0.0);
	border: none;
	border-top: 1px solid rgba(0,0,0,0.2);
	padding: .7em 0;
}

.list ul li:before {
	display: none;
}

/* ----- Column Two ----- */
.column.two img, .img-bar section:not(.cougarhead) .column  img {
	border-bottom: 4px solid #a31d36;
	padding-bottom: 2px;
}

.column.two.nopad-right {
	padding-right: 0;
}

.column.two.nopad-right p, .column.two.nopad-right h1, .column.two.nopad-right h2, .column.two.nopad-right h3, .column.two.nopad-right h4, .column.two.nopad-right h5, .column.two.nopad-right h6 {
	padding-right: 2rem;
}

.column.two>h3:nth-of-type(1) {
	padding-top: .5em;
}

.column.two.right-rule {
	border-right: 2px solid #981e32;
}

/* ----- Footer (Global) ----- */
.footersection .column.one {
	height: 100%;
	height: 36px;
}

.column .footer {
	min-width: 1188px;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	background: #262626;
	color: #fff;
	list-style-type: none;
	height: 36px;
	position: fixed;
	bottom: 0;
	z-index: 9999;
}

.column .footer ul {
	margin: 0;
	color: #b7b7b7;
	padding: 0 2em 0 2.6em;
	display: block;
	list-style-type: none;
	width: 100%;
}

.column .footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: .65em;
	font-weight: 400;
	text-align: left;
	list-style-type: none;
}

.column .footer ul li:after {
	content: ",";
	margin: 0;
	list-style-type: none;
}

.column .footer ul li:before {
	content: "";
	display: none;
	list-style-type: none;
}

.column .footer ul li:last-child:after {
	content: "";
	list-style-type: none;
}

.column .footer a, .column .footer a:hover {
	color: #fff;
	border-bottom: none;
}

.column .footer a:hover {
/*color: #7f7f7f;*/
	color: #ca1237;
}

/* ----- Buttons ----- */
a.btncrm, a.btncrm2, a.btnlhtgry, a.btngry, a.btnmedgry, a.btndrkgry, a.btnwht, a.btnblk, a.btnwht2 {
	display: inline-block;
	min-width: 120px;
	margin-top: .5em;
	margin-bottom: .5em;
	padding: 12px 20px;
	background: rgba(0,0,0,0.0);
	font-weight: 600;
	font-size: .9em;
	line-height: 1.4em;
	text-transform: uppercase;
	text-align: center;
	text-shadow: none;
}

/* ----- Buttons (Round Corners) ----- */
a.btncrm.round, a.btncrm2.round, a.btnlhtgry.round, a.btngry.round, a.btnmedgry.round, a.btndrkgry.round, a.btnwht.round, a.btnwht2.round, a.btnblk.round {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
}

/* ----- Buttons (Bubble) ----- */
a.btncrm.bubble, a.btncrm2.bubble, a.btnlhtgry.bubble, a.btngry.bubble, a.btnmedgry.bubble, a.btndrkgry.bubble, a.btnwht.bubble, a.btnwht2.bubble, a.btnblk.bubble {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
}

/* ----- Buttons (Small) ----- */
a.btncrm.sm, a.btncrm2.sm, a.btnlhtgry.sm, a.btngry.sm, a.btnmedgry.sm, a.btndrkgry.sm, a.btnwht.sm, a.btnblk.sm, a.btnwht2.sm, {
	text-transform: capitalize;
	min-width: auto;
	padding: 8px 18px;
	font-weight: 700;
	font-size: .85em;
}

/* ----- Buttons (Side-by-Side) ----- */
a.btncrm.spacer, a.btncrm2.spacer, a.btnlhtgry.spacer, a.btngry.spacer, a.btnmedgry.spacer, a.btndrkgry.spacer, a.btnwht.spacer, a.btnwht2.spacer, a.btnblk.spacer {
	margin: 0 5px;
}

/* ----- Buttons (X-Large) ----- */
a.btncrm.xl, a.btncrm2.xl, a.btnlhtgry.xl, a.btngry.xl, a.btnmedgry.xl, a.btndrkgry.xl, a.btnwht.xl, a.btnblk.xl, a.btnwht2.xl, {
	display: block;
}

/* ----- Buttons (Colors) ----- */
a.btncrm {
	color: #a60f2d;
	border: 1px solid #a60f2d;
}

a.btncrm:hover {
	background: #a60f2d;
	border: 1px solid #a60f2d;
}

a.btncrm2 {
	color: #fff;
	background: #a60f2d;
	border: 1px solid #a60f2d;
}

a.btncrm2:hover {
	color: #fff;
	background: #820c23;
	border: 1px solid #820c23;
}

a.btnlhtgry {
	color: rgba(236,236,236,1.0);
	border: 1px solid rgba(236,236,236,1.0);
}

a.btnlhtgry:hover {
	background: rgba(236,236,236,1.0);
	border: 1px solid rgba(236,236,236,1.0);
}

a.btngry {
	color: #5e6a71;
	border: 1px solid #5e6a71;
}

a.btngry:hover {
	background: #5e6a71;
	border: 1px solid #5e6a71;
}

a.btnmedgry {
	color: rgba(59,59,59,1.0);
	border: 1px solid rgba(59,59,59,1.0);
}

a.btnmedgry:hover {
	background: rgba(59,59,59,1.0);
	border: 1px solid rgba(59,59,59,1.0);
}

a.btndrkgry {
	color: rgba(34,34,34,1.0);
	border: 1px solid rgba(34,34,34,1.0);
}

a.btndrkgry:hover {
	background: rgba(34,34,34,1.0);
	border: 1px solid rgba(34,34,34,1.0);
}

a.btnwht {
	color: rgba(255,255,255,1.0);
	border: 1px solid rgba(255,255,255,1.0);
}

a.btnwht:hover {
	color: #00aeef;
	background: rgba(255,255,255,1.0);
	border: 1px solid rgba(255,255,255,1.0);
}

a.btnwht2 {
	color: #a60f2d;
	background-color: rgba(255,255,255,1.0);
	border: 1px solid #fff;
}

a.btnwht2:hover {
	color: #fff;
	background: #820c23;
	border: 1px solid #820c23;
}

a.btnblk {
	color: rgba(0,0,0,1.0);
	border: 1px solid rgba(0,0,0,1.0);
}

a.btnblk:hover {
	background: rgba(0,0,0,1.0);
	border: 1px solid rgba(0,0,0,1.0);
}

a.btncrm:hover, a.btncrm2:hover, a.btnlhtgry:hover, a.btngry:hover, a.btnmedgry:hover, a.btndrkgry:hover, a.btnblk:hover, a.btnwht2:hover {
	color: #fff;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

a.btnwht:hover {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

/* ----- HR ----- */
hr {
	display: block;
	margin: 40px 0;
	padding: 0;
	height: 0;
	border: none;
	border-top: 1px solid #e5e5e5;
}

hr.crm {
	display: block;
	margin: 0 0 1em;
	padding: 0;
	height: 0;
	border: none;
	border-top: 4px solid #a60f2d;
}

/*-----Section Hover-----*/
.section-hover {
	background-color: rgba(0,0,0,0.02);
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
}

.section-hover:hover {
	background-color: rgba(0,0,0,0.05);
}

/* ----- BG Color ----- */
.bglhtgry {
	background-color: rgba(0,0,0,0.02);
}

.bgdrkgry {
	background-color: #262626;
}

.bgdrkgry h1, .bgdrkgry h2, .bgdrkgry h3, .bgdrkgry h4, .bgdrkgry h5, .bgdrkgry h6, .bgdrkgry p {
	color: #fff;
}

.bgcrm {
	background: rgb(130,12,35,1);
}

/* ----- Portrait Circle Mask ----- */
.portrait {
	position: relative;
	width: 150px;
	height: 150px;
	overflow: hidden;
	display: block;
	margin: 10px 20px;
	float: left;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: rgba(0,0,0,0.1);
}

.portrait a {
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 0;
	top: 0;
	left: 0;
}

.portrait a:hover {
	-webkit-filter: grayscale(80%);
	filter: grayscale(80%);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

.portrait img {
	width: 100%;
	height: auto;
	border: none;
}

/* ----- CSS3 Fadein Animation ----- */
@keyframes fadein {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@-moz-keyframes fadein {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadein {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@-o-keyframes fadein {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

/* ----- Slideshow ----- */
.builder-banner-inner-content .flexwrap, .centerheader {
	min-height: 200px;
	width: 100%;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	justify-content: center;
	resize: vertical;
	text-align: center;
}

.centerheader h1.rule:after {
	left: calc(50% - 20px);
	top: 40px;
}

.builder-banner-inner-content .flexwrap h1 {
	color: #fff;
	text-align: center;
	animation: fadein 2s;
	-moz-animation: fadein 2s;
	-webkit-animation: fadein 2s;
	-o-animation: fadein 2s;
}

.builder-banner-inner-content h1 {
	font-size: 1.95em;
	letter-spacing: 10px;
}

.builder-banner-inner-content .h-sm {
	display: block;
	margin-left: 3px;
	padding-top: .2em;
	padding-bottom: 0;
	font-size: .3em;
	font-weight: 600;
	line-height: 1.2em;
	letter-spacing: 8px;
	text-transform: uppercase;
}

.builder-banner-inner-content .rule {
	padding-bottom: .5em;
	position: relative;
}

.builder-banner-inner-content .rule:after {
	height: 6px;
}

.builder-banner-inner-content .rule:after {
	content: "";
	width: 40px;
	height: 6px;
	background: #fff;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: initial;
}

/* ----- Slideshow Pagination ----- */
.builder-section-banner .cycle-pager {
	text-align: center;
	color: #eaecee;
	z-index: 9999;
	position: absolute;
	display: inline-block;
	list-style-type: disc;
	bottom: 10px;
	margin: 0 auto;
	display: block;
	width: 100%;
}

.builder-section-banner .cycle-pager .cycle-pager-active {
	cursor: pointer;
	font-family: arial;
	font-size: 40px;
	width: 15px;
	height: 15px;
	display: inline-block;
	color: rgba(255,255,255,1.0);
}

.builder-section-banner .cycle-pager span {
	cursor: pointer;
	font-family: arial;
	font-size: 40px;
	width: 15px;
	height: 15px;
	padding: 0 2px;
	display: inline-block;
	color: rgba(255,255,255,0.5);
}

.builder-section-banner .cycle-pager span:hover {
	color: rgba(255,255,255,1.0);
}

/* ----- TablePress ----- */
.tablepress thead tr th, .tablepress thead tr th:first-child, .tablepress thead tr th:last-child, .tablepress .row-hover tr:hover td:first-child, .tablepress .row-hover tr:hover td:last-child, .tablepress tbody tr.even td:first-child, .tablepress tbody tr.even td:last-child {
	background: rgba(255,255,255,0);
}

.tablepress tbody tr.even td, .tablepress .even td {
	background-color: rgba(255,255,255,0);
}

.dataTables_wrapper .tablepress .sorting:hover {
	background: rgba(0,0,0,0);
	color: #a60f2d;
}

thead {
	border-top: 4px solid #a60f2d;
	text-transform: uppercase;
}

main .tablepress .row-hover tr:hover td {
	background: rgba(239,240,241,0);
}

.tablepress tbody td, .tablepress tfoot th {
	border-top: 1px solid #e5e5e5;
}

.tablepress td, .tablepress th {
	padding: 6px 8px;
}

.paging_simple .paginate_button.next:after, .paging_simple .paginate_button.previous:before {
	text-shadow: none;
	font-size: 12px;
	font-weight: 400;
	height: 10px;
}

.paginate_button.disabled:after, .paginate_button.disabled:before {
	color: rgba(0,0,0,0.1);
}

.paginate_button:after, .paginate_button:before {
	color: rgba(0,0,0,0.5);
}

.paginate_button:not(.disabled):hover:after, .paginate_button:not(.disabled):hover:before {
	color: #a60f2d;
}

.dataTables_paginate a {
	text-decoration: none;
}

.dataTables_info {
	font-size: .85em;
}

.dataTables_paginate a, .dataTables_paginate a:hover {
	text-decoration: none;
	border: none;
}

.dataTables_paginate.paging_simple {
	font-size: .85em;
	text-transform: uppercase;
}

.tablepress {
	font-size: .95em;
	margin-top: 2em;
}

.dataTables_wrapper label input, .dataTables_wrapper label select {
	border: none;
	border-bottom: 1px solid #e5e5e5;
}

.dataTables_length, .dataTables_filter {
	display: none;
}

.tablepress .sorting:after, .tablepress .sorting_asc:after, .tablepress .sorting_desc:after {
	color: rgba(0,0,0,0.1);
}

.dataTables_wrapper .tablepress .sorting_asc, .dataTables_wrapper .tablepress .sorting_desc {
	background: rgba(0,0,0,0.0);
}

.dataTables_wrapper .tablepress {
	margin: 2em 0 !important;
}

/* ----- News Feed ----- */
div#feed {
	display: none;
}

/* ----- Blog Post ----- */
h2.article-title a, hgroup.source a, h2.article-title a:hover, hgroup.source a:hover, footer.article-footer a, footer.article-footer a:hover, footer.main-footer.archive-footer a, footer.main-footer.archive-footer a:hover {
	border-bottom: none;
}

hgroup.source {
	margin-bottom: 1em;
}

a.page-numbers {
	border-bottom: none;
	padding: .3em;
}

footer.main-footer.archive-footer {
	padding-bottom: 2em;
}

time.article-date {
	font-weight: 400;
}

span.categorized-default, span.tagged-default {
	text-transform: uppercase;
	font-weight: 400;
}

footer.article-footer, .article-header hgroup.source, .article-header .hgroup.source {
	font-size: .85em;
}

article footer {
	margin-top: 2em;
	padding-top: 1em;
	border-top: 1px solid rgba(0,0,0,0.1);
}

.article-header {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin-bottom: 2em;
}

.article-header hgroup h1 {
	font-size: 1.6rem;
	font-weight: 100;
	padding-bottom: .5em;
	letter-spacing: 0;
	padding-top: .5em;
}

section.row.side-right.pager.prevnext.gutter {
	text-align: right;
	text-transform: uppercase;
	font-size: .85em;
}

a.next.page-numbers:after, a.prev.page-numbers:before, a[rel=prev]:before, a[rel=next]:after {
	text-align: left;
	font-family: TablePress;
	font-size: 12px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	content: "\f053";
	position: relative;
	top: 0;
	right: auto;
	bottom: 0;
	text-shadow: none;
	left: auto;
	margin: auto;
	height: 10px;
	width: 14px;
	line-height: 1;
}

a.next.page-numbers:after,  a[rel=next]:after {
	text-align: right;
	content: "\f054";
	left: auto;
}

.column a[rel=prev], .column a[rel=next], a[rel=prev]:before, a[rel=next]:after {
	border-bottom: 0;
	padding-right: 3px;
	padding-left: 3px;
	font-size: .85em;
}

aside[class^="widget"]#search-32 {
	display: none;
}

aside[class^="widget"] >header:nth-of-type(1) {
	padding-top: .5em;
}

.article-body img, .article-summary img {
	margin-bottom: 2em;
	margin-top: 1em;
}

.article-summary {
	font-weight: 300;
	color: #4c4c4c;
	line-height: 2em;
}

figure.article-thumbnail {
	display: none;
}

.has-featured-image .size-gt-small header.main-header {
	position: relative !important;
}

.column.two aside[class^="widget"] {
	border-top: none;
}

aside[class^="widget"] ul li {
	border-top: none;
}

body.blog .column.two, body.single-post .column.two, body.path-none .column.two {
	padding-right: 0;
}

aside[class^="widget"] header {
	font-weight: 400;
	font-size: 1.1rem;
	text-transform: uppercase;
	padding-top: 1.2em;
	padding-bottom: .5em;
	line-height: 1.4em;
	color: #4c4c4c;
}

aside[class^="widget"] li:first-child a {
	border-top: 1px solid rgba(0,0,0,0.05);
}

/* ----- Aside Marginalized (Example: https://provost.wsu.edu/degree-approval-timeline/) ----- */
.side-right .marginalized {
	border-left-width: 6px;
}

.column .marginalized {
	font-weight: 400;
	color: #a31d36;
	border-color: #a31d36;
	padding: .5em 2em;
	font-style: normal;
	font-size: .85em;
	line-height: 1.4em;
}

/*---------------------------OAE PAGES PADDING ----------------------------*/
.no-padding {
	padding: 25px;
}

.no-padding.left {
	padding-left: 25px;
}

.no-padding.bottom {
	padding-bottom: 25px;
}

.boxes-padding {
	padding-left: 50px;
	padding-right: 50px;
}

.header-para {
	line-height: 2.5;
	padding: 10px 70px 50px;
}

.testimonials-mobile {
	font-size: 80%;
}

.textwrap h1 {
	font-family: viktorie, script;
	font-size: 700%;
	text-transform: none;
	color: #fff;
	letter-spacing: 7px;
}

.apply-mobile {
	display: none;
}

.apply-mobile.side {
	display: initial;
}

img.quarters.row.link-box {
	margin-bottom: 0;
}

.ppf-side {
	position: sticky;
}

/* -------------------------- Video in Background -------------------------- */
.video-background {
	min-width: 1188px;
	min-height: 570px;
}

.wsu-video-background video {
	min-width: 1386px;
}

.textwrap {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}

/*SBS (side-by-side)*/
.sbs-even-margins {
	padding-left: 8px;
	padding-right: 8px !important;
	border-right: 1px solid #981e32;
}

.sbs-even-margins.no-border-right {
	border: none;
}

.sbs-border-top {
	border-top: 1px solid #981e32;
}

/*----- OAE COVID-19 CSS -----*/
.bglhtcrm {
	background-color: #4f868e;
}

.wrap-right {
	text-align: right;
	margin-top: 15%;
}

.wrap-right.bot {
	margin-top: 40%;
}

.wrap-right h2 {
	font-weight: bold;
	font-size: 200%;
	color: #fff;
	text-shadow: 2px 2px 6px #5b5b5b;
}

.wrap-right p {
	display: inline-block;
	padding: 5px 15px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 60%;
	color: #fff;
}

.wrap-sep {
	background-color: #981e32;
}

.wrap-right a {
	background-color: transparent;
}

.wrap-right .blk {
	color: #981e32;
	text-shadow: none;
}

/*--------------------Image Overlays--------------------*/
/*Content Overlays*/
.container-overlay {
	position: relative;
}

/*-----Gutter between image/no margin on outside edge----*/
.container-overlay.gutterless-mobile.margin-right {
	margin-right: 10px;
}

.container-overlay.gutterless-mobile.margin-left {
	margin-left: 10px;
}

/*----For color over images----*/
.to-color-overlay {
	display: block;
	width: 100%;
	height: auto;
	padding-bottom: 0;
}

.color-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: auto !important;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: #5e6a71;
/*crimson*/
}

/*----on hover---*/
.container-overlay:hover .color-overlay {
	opacity: .6;
}

/*centered 2nd Layer Overlay*/
.content-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}/* -------------------------- PAGE 9725 -------------------------- */
	
}

.page-id-9725 .column.two>h3:nth-of-type(1) {
	padding-top: 1.2em;
}

/* ------------------------- MEDIA SCREEN ------------------------- */
@media only screen and (max-width: 1500px) {
	
}

@media only screen and (max-width: 1488px) {
	#spine #glue:before {
		background: #fff;
	}
}

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

@media screen and (max-width: 990px) {
	.main-header {
		width: auto;
	}
	
	.column .footer {
		overflow: scroll;
		min-width: auto;
		width: 100%;
	}
	
	.globalbar {
		top: 49px;
	}
	
	.no-padding {
		padding-left: 0;
		padding-right: 0;
	}
	
	.boxes-padding {
		padding-left: 0;
		padding-right: 0;
	}
	
	.no-padding.left {
		padding-left: 0;
		padding-right: 0;
	}
	
	.textwrap h1 {
		font-size: 400%;
	}
	
	.top-spacing {
		padding-top: 25px;
	}
	
	.apply-mobile {
		display: initial;
	}
	
	.apply-mobile.side {
		display: none;
	}
}

@media screen and (max-width: 693px) {
	.sub-header span {
		border-left: none;
		margin-left: 0;
		padding-left: 0;
	}
	
	.builder-banner-inner-content h1 {
		font-size: 2.25em;
		letter-spacing: 2px;
	}
	
	.builder-banner-inner-content .h-sm {
		font-size: .35em;
		letter-spacing: 2px;
	}
	
	h1 {
		letter-spacing: 0;
	}
	
	.h-sm {
		letter-spacing: 4px;
	}
	
	.column .footer {
		height: 60px;
		position: absolute;
	}
	
	.column .footer ul {
		white-space: nowrap;
		overflow-x: auto;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	
	.no-padding.left.bottom.right {
		padding: 0;
	}
	
	.header-para {
		line-height: 2;
		padding: 10px 0 25px;
	}
	
	.testimonials-mobile {
		font-size: 65%;
	}
	
	.calender-border {
		border: none;
	}
	
	.video-bg {
		display: none;
	}
	
	.mobile-none {
		display: none;
		visibility: hidden;
	}
}

/* ----- Provost Finalist ----- */
.xl-margin {
	margin-top: 1em;
	margin-bottom: 3em;
}

.provost-finalist {
	min-height: 500px;
	width: 100%;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.finalist-wrap {
	min-height: 200px;
	width: 100%;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-align: flex-start;
	-ms-flex-align: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	resize: vertical;
}

.finalist-wrap h1 {
	animation: fadein 2s;
	-moz-animation: fadein 2s;
	-webkit-animation: fadein 2s;
	-o-animation: fadein 2s;
}

.finalist-wrap .h-sm {
	display: block;
	margin-left: 3px;
	padding-top: .2em;
	padding-bottom: 5px;
	font-size: .35em;
	font-weight: 600;
	line-height: 1.2em;
	letter-spacing: 5px;
	text-transform: uppercase;
}

.finalist-wrap .rule {
	padding-bottom: 1em;
	position: relative;
}

.finalist-wrap .rule:after {
	content: "";
	width: 40px;
	height: 6px;
	background: #a31d36;
	position: absolute;
	bottom: 0;
	left: 0;
}

/* ----- CRLA page (@author: alexis.gantz) ----- */
.accordion-padding {
	padding-left: 25px;
	padding-bottom: 5px;
}

.peer-educators {
	padding-left: 25px;
	padding-right: 25px;
}

.crla-banner {
	padding-left: 25px;
	padding-right: 25px;
}

.programs-img {
	border-bottom: none !important;
}

/* FIX —» TCI Section → Whitespace in nested lists on mobile (@author: daniel.rieck) «— */
@media screen and (max-width: 693px) {
	.section-transformational-change-initiative .row ul {
		padding-left: 1rem;
		padding-right: 0;
	}
}

/* FIX —» TCI Section → Tweak line length to improve cognitive accessibility (@author: daniel.rieck) «— */
.section-transformational-change-initiative .row p,
.section-transformational-change-initiative .row ul,
.section-transformational-change-initiative .row ol {
	max-width: 100ch;
}

/* FIX —» TCI Section → Adjust typographic boldness on headings to match WSU Branding 2021 design patterns (@author: daniel.rieck) «— */
.section-transformational-change-initiative .row h1 {
	font-weight: 800;
}

.section-transformational-change-initiative .row h2 {
	font-weight: 700;
}

.section-transformational-change-initiative .row h3,
.section-transformational-change-initiative .row h4,
.section-transformational-change-initiative .row h5,
.section-transformational-change-initiative .row h6 {
	font-weight: 600;
}

/* FIX —» TCI Section → Restore default padding on columns of certain layouts (@author: daniel.rieck) «— */
body.path-none.section-transformational-change-initiative .row.halves .column.two,
body.path-none.section-transformational-change-initiative .row.side-right .column.two {
	padding-right: 2rem;
}

/* ENHANCEMENT —» TCI Section → ELEVATE and PIT Stops logo rows (@author: daniel.rieck) «— */
.page-elevate-conference .section-wrapper-has-background,
.page-pit-stops .section-wrapper-has-background {
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: contain;
}

.page-elevate-conference .section-wrapper-has-background .row,
.page-pit-stops .section-wrapper-has-background .row {
	background-color: transparent;
}

.page-elevate-conference .section-wrapper-has-background .row.featured.lrg:after {
	content: none;
}

@media screen and (max-width: 1080px) {
	.page-pit-stops .section-wrapper-has-background .row.featured.lrg {
		min-height: 240px;
	}
}

@media screen and (max-width: 720px) {
	.page-pit-stops .section-wrapper-has-background .row.featured.lrg {
		min-height: 192px;
	}
}

/* ENHANCEMENT —» TCI Section → Page header design (@author: daniel.rieck) «— */
.section-transformational-change-initiative .row.h1-header {
	border-bottom: 2px solid #a31d36;
}

.section-transformational-change-initiative .row.h1-header .column {
	align-items: center;
	background: #f8f8f8;
	min-height: 200px;
	display: flex;
	padding-top: 0 !important;
}

.section-transformational-change-initiative .row.h1-header h1 {
	margin-bottom: 83px;
	position: relative;
}

.section-transformational-change-initiative .row.h1-header h1:after {
	background: #a31d36;
	bottom: -.5em;
	content: "";
	height: 6px;
	left: 0;
	position: absolute;
	width: 40px;
}

.section-transformational-change-initiative  .h1-header + section.pad-top .column,
.section-transformational-change-initiative  .h1-header + section.pad .column,
.section-transformational-change-initiative  .h1-header + section .padded-top,
.section-transformational-change-initiative  .h1-header + section .padded {
	padding-top: 2rem;
}

.section-transformational-change-initiative .row.h1-header-context .column {
	align-items: flex-end;
	background: #f8f8f8;
	min-height: 83px;
	display: flex;
	padding-top: 0 !important;
}

.section-transformational-change-initiative .row.h1-header-context p {
	font-weight: 600;
	letter-spacing: 8px;
	line-height: 1.2em;
	margin-left: 3px;
	padding-bottom: 0;
	text-transform: uppercase;
}

.section-transformational-change-initiative .row.h1-header-context + .row.h1-header .column {
	align-items: flex-start;
	min-height: 113px;
}

.section-transformational-change-initiative .row.h1-header .syllable {
	display: inline-block;
	position: relative;
	background-color: #f8f8f8;
}

.section-transformational-change-initiative .row.h1-header .syllable:after {
	content: "-";
	position: absolute;
	right: 0;
	z-index: 0;
	transform: translateX(100%);
}

.section-transformational-change-initiative .row.h1-header .syllable:last-child:after {
	content: none;
}

/* CUSTOMIZATION —» TCI Section → YouTube embeds (@author: daniel.rieck) «— */
@media screen and (min-width: 1080px) {
	.section-transformational-change-initiative .embed-youtube {
		height: 450px;
		max-width: 100ch;
		padding-bottom: 0;
	}
}

/* CUSTOMIZATION —» TCI Section → News highlights (@author: daniel.rieck) «— */
.tci-news-highlights {
	padding-left: 1rem;
}

/*.tci-news-highlights > :first-child {
	font-size: 1.3em;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: .5rem;
}*/
/* CUSTOMIZATION —» TCI Section → Fall 2022 ELEVATE conference agenda (@author: daniel.rieck) «— */
.elevate-conf-agenda > :last-child {
	margin-bottom: .5rem;
}

.elevate-conf-agenda__session {
	display: inline-block;
	color: #a60f2d;
	margin-bottom: .25rem;
	text-transform: none;
}

@media all and (min-width: 481px) {
	.elevate-conf-agenda__session {
		font-size: 1.3em;
	}
}

.elevate-conf-agenda__session:first-of-type {
	margin-top: .5rem;
}

.elevate-conf-agenda__session:not(:first-of-type) {
	margin-top: 2rem;
}

.elevate-conf-agenda__session:before {
	background-color: #a60f2d;
	content: '';
	display: block;
	height: 1px;
	position: absolute;
	left: 0;
	right: 0;
	top: .5rem;
}

.elevate-conf-agenda__session,
.elevate-conf-agenda__session-time {
	position: relative;
}

.elevate-conf-agenda__session-details {
	display: flex;
}

.elevate-conf-agenda__session-time {
	color: #000;
}

.elevate-conf-agenda__session-time:before {
	content: "";
	display: inline-block;
	height: .1875rem;
	background-color: #a60f2d;
	left: 0;
	right: 0;
	position: absolute;
	bottom: -.6375rem;
}

.elevate-conf-agenda__session-title {
	margin-left: .6em;
}

.elevate-conf-agenda__series-time,
.elevate-conf-agenda__series-title,
.elevate-conf-agenda__speaker {
	font-weight: 600;
}

.elevate-conf-agenda__presentation-title {
	font-style: italic;
}

.elevate-conf-agenda__presentation-title:before {
	content: "“";
}

.elevate-conf-agenda__presentation-title:after {
	content: "”";
}

.elevate-conf-agenda__presentation-details {
	padding-left: 2rem;
}

.elevate-conf-agenda__delimiter {
	color: transparent;
}

.elevate-conf-agenda__delimiter:after {
	content: "| ";
	color: #4c4c4c;
	display: inline-block;
	margin-left: .15em;
}

.elevate-conf-agenda__schedule-highlight,
.elevate-conf-agenda__schedule-highlight * {
	color: #000;
	font-weight: 700 !important;
}

@media all and (max-width: 480px) {
	.single.elevate-conf-agenda-section.gutter .column:not(.gutterless) {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	
	.elevate-conf-agenda__presentation-series, .elevate-conf-agenda__presentation, .elevate-conf-agenda__presentation-details {
		font-size: .85rem;
		line-height: 1.7em;
	}
	
	.elevate-conf-agenda a {
		font-weight: 400;
	}
}

/* CUSTOMIZATION —» Responsive Grids → 1 Row by 2 Columns (@author: daniel.rieck) «— */
@media screen and (min-width: 1150px),screen and (min-width: 900px) and (max-width: 989px) {
	.responsive-1x2-grid {
		display: grid;
		grid-column-gap: 2rem;
		grid-template-columns: 1fr 1fr;
	}
}

/* CUSTOMIZATION —» Spine Theme → Accordions (@author: daniel.rieck) «— */
.accordion-toggle {
	position: relative;
	transition: all .3s ease;
}

.accordion-toggle:after {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	width: 0;
	height: 0;
	border-top: none;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #a60f2d;
	border-left: 8px solid transparent;
	transform: translateY(-50%);
	transition: all .3s ease;
}

.accordion-toggle:before {
	content: "Click to expand";
	position: absolute;
	top: 50%;
	right: 0;
	color: #a60f2d;
	font-size: 12px;
	text-transform: none;
	opacity: 0;
	transform: translate(-35px,-50%);
	transition: all .3s ease;
}

.accordion-toggle:hover {
	background-color: rgba(198,12,48,0.3);
}

.accordion-toggle:hover:after {
	border-top: none;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #ca1237;
	border-left: 8px solid transparent;
}

.accordion-toggle:hover:before {
	opacity: .5;
}

.accordion-toggle.activated {
	background-color: rgba(198,12,48,0.15);
}

.accordion-toggle.activated:after {
	border-top: 8px solid #a60f2d;
	border-right: 8px solid transparent;
	border-bottom: none;
	border-left: 8px solid transparent;
}

.accordion-toggle.activated:before {
	content: "Click to collapse";
}

.accordion-toggle.activated:hover:after {
	border-top: 8px solid #ca1237;
	border-right: 8px solid transparent;
	border-bottom: none;
	border-left: 8px solid transparent;
}

.accordion-toggle.boxed {
	padding-left: 44px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 0 !important;
	background-color: rgba(0,0,0,0.1);
}

.accordion-toggle.boxed:after,
.accordion-toggle.boxed:before {
	background-color: #a60f2d;
	border-radius: 4px;
	border: none;
	color: #fff;
	content: "+";
	font-family: 'Roboto Mono', monospace, sans-serif;
	font-size: 18px;
	height: 18px;
	left: 18px;
	line-height: 16px;
	text-align: center;
	top: 50%;
	width: 18px;
	transform: translate(-50%,-50%);
}

.accordion-toggle.boxed:after {
	content: "+";
	opacity: 1;
}

.accordion-toggle.boxed:before {
	content: "-";
	opacity: 0;
}

.accordion-toggle.boxed:hover {
	background-color: rgba(0,0,0,0.3);
}

.accordion-toggle.boxed:hover:after,
.accordion-toggle.boxed:hover:before {
	background-color: #be4f65;
}

.accordion-toggle.boxed.activated {
	background-color: rgba(0,0,0,0.2);
}

.accordion-toggle.boxed.activated:hover {
	background-color: rgba(0,0,0,0.3);
}

.accordion-toggle.boxed.activated:after {
	opacity: 0;
}

.accordion-toggle.boxed.activated:before {
	opacity: 1;
}

.accordion-toggle.boxed + .toggled-panel {
	padding: .5rem;
	border-right: 1px solid rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(0,0,0,0.2);
	border-left: 1px solid rgba(0,0,0,0.2);
	margin-top: 0 !important;
	padding-top: 1rem !important;
}

.accordion-toggle.boxed + .toggled-panel > :last-child {
	padding-bottom: .5rem;
}

.accordion-toggle.boxed + .accordion-toggle.boxed,
.accordion-toggle.boxed + .toggled-panel + .accordion-toggle.boxed {
	margin-top: .5rem;
}

.accordion-toggle.boxed + .toggled-panel + :not(.drop-down-toggle) {
	margin-top: 1rem;
}

.accordion-toggle + .toggled-panel {
	opacity: 1;
	overflow: hidden;
	transition: all .5s ease;
}

.accordion-toggle:not(.activated) + .toggled-panel {
	height: 0 !important;
	padding: 0 !important;
	border: none !important;
	opacity: 0 !important;
}

/* —» CUSTOMIZATION: Spine Theme → Decorative column fillers (@author: daniel.rieck) «— */
@media screen and (min-width: 694px) {
	.decorative-column-filler {
		display: flex;
	}
	
	.row .column.decorative-column-filler__column {
		overflow: hidden;
		position: relative;
	}
	
	.column.decorative-column-filler__column:after {
		background: linear-gradient(to top,white,transparent);
		bottom: 0;
		content: "";
		height: 4rem;
		position: absolute;
		left: 2rem;
		right: 1rem;
		width: auto;
	}
	
	.decorative-column-filler__filler {
		background: url(https://s3.wp.wsu.edu/uploads/sites/57/2021/07/tiled-background-art_extra-light-gray-stripes-on-white_66w66h.png);
		height: 100%;
		min-height: 10rem;
		position: relative;
	}
	
	.decorative-column-filler__filler:before {
		content: "";
		position: absolute;
		left: 50%;
		top: 1rem;
		height: 5rem;
		width: 5rem;
		transform: translateX(-50%);
		background: url(https://s3.wp.wsu.edu/uploads/sites/3055/2023/09/wsu-logo_spirit-mark-cougar-head_gray-against-white_254w262h.png) no-repeat center/contain;
	}
}

/* CUSTOMIZATION —» Link Elements: Image Links (@author: daniel.rieck) «— */
.a--img-link:has(img:only-child) {
	border-bottom-color: transparent;
	display: inline-block;
	line-height: 0;
	position: relative;
}

.a--img-link:has(img:only-child):after {
	background-color: #a60f2d;
	bottom: -6px;
	content: "";
	left: 50%;
	height: 3px;
	position: absolute;
	transform: translateX(-50%);
	transition: .2s width ease;
	width: 4rem;
}

.a--img-link:has(img:only-child):hover {
	border-bottom-color: transparent;
}

.a--img-link:has(img:only-child):focus:after,
a:has(img:only-child):hover:after {
	width: 100%;
}

.a--img-link:has(img:only-child):focus:before,
.a--img-link:has(img:only-child):hover:before {
	background-color: #ca1237;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.a--img-link:has(img:only-child) img:only-child {
	transition: .2s opacity ease;
}

.a--img-link:has(img:only-child):focus img:only-child,
.a--img-link:has(img:only-child):hover img:only-child {
	opacity: .8;
}

/* CUSTOMIZATION —» TCI Section → POSIE Program BEM (@author: daniel.rieck) «— */
.tci-posie-p5m__c7y-g3p-a8s, .tci-posie-p5m__p5m-i10n-v3o {
	background-color: #efefef;
	position: relative;
}

.tci-posie-p5m__c7y-g3p-a8s .column.one::after, .tci-posie-p5m__p5m-i10n-v3o .column.one::after {
	background-color: #efefef;
	bottom: 0;
	content: "";
	left: 100%;
	position: absolute;
	right: -100vw;
	top: 0;
}

@media screen and (min-width: 769px) {
	.tci-posie-p5m__c7y-g3p-a8s-list {
		column-count: 2;
	}
}

.tci-posie-p5m__quote-d7r-container {
	position: relative;
}

.wsu-decorator--style-lines-crimson.tci-posie-p5m__quote-d7r-left, .wsu-decorator--style-lines-crimson.tci-posie-p5m__quote-d7r-right {
	bottom: 0;
	width: 2.5rem;
	top: 0;
}

.wsu-decorator--style-lines-crimson.tci-posie-p5m__quote-d7r-left {
	left: -3.5rem;
}

.wsu-decorator--style-lines-crimson.tci-posie-p5m__quote-d7r-right {
	right: -3.5rem;
}

/* CUSTOMIZATION —» Link Elements → Image Links (@author: daniel.rieck) «— */
@media all and (prefers-reduced-motion) {
	.a--img-link:has(img:only-child):after {
		transition: 0 width ease;
	}
	
	.a--img-link:has(img:only-child) img:only-child {
		transition: 0 opacity ease;
	}
}

.a--rounded-img-link:has(img:only-child):focus:before,
.a--rounded-img-link:has(img:only-child):hover:before {
	border-radius: 8px;
}

/* CUSTOMIZATION —» Atomic CSS → Utility classes for display modes (@author: daniel.rieck) «— */
.dy-0 {
	display: none !important;
}

.dy-bl {
	display: block !important;
}

.dy-ib {
	display: inline-block !important;
}

.dy-il {
	display: inline !important;
}

.dy-st {
	display: static !important;
}

.ml-1x {
	margin-left: 2rem;
}

.ml-1xs {
	margin-left: 1.5rem;
}

.ml-2xs {
	margin-left: 1rem;
}

/* EXTENSION —» CSS from the WDS Theme → Marked heading styles (@author: daniel.rieck) «— */
.wsu-heading--style-marked::after,
.wsu-heading--style-marked::before {
	width: 50px;
	height: 6px;
	display: block;
	background-color: #ca1237;
	content: '';
}

.wsu-heading--style-marked::after {
	margin-top: .75rem;
	margin-bottom: .75rem;
}

.wsu-heading--style-marked::before {
	margin-bottom: .75rem;
	margin-bottom: .75rem;
	display: none;
}

.wsu-heading--mark-centered {
	text-align: center;
}

.wsu-heading--mark-centered::after,
.wsu-heading--mark-centered::before {
	margin-left: auto;
	margin-right: auto;
}

.wsu-heading--mark-top::after {
	display: none;
}

.wsu-heading--mark-top::before {
	display: block;
}

.wsu-heading--mark-color-crimson::after,
.wsu-heading--mark-color-crimson::before {
	background-color: #a60f2d;
}

.wsu-heading--mark-color-gray::after,
.wsu-heading--mark-color-gray::before {
	background-color: #b3b3b3;
}

.wsu-heading--mark-color-autumn::after,
.wsu-heading--mark-color-autumn::before {
	background-color: #ff6727;
}

.wsu-heading--mark-color-goldfinch::after,
.wsu-heading--mark-color-goldfinch::before {
	background-color: #f3e700;
}

.wsu-heading--mark-color-vineyard::after,
.wsu-heading--mark-color-vineyard::before {
	background-color: #aadc24;
}

.wsu-heading--mark-color-pacificsky::after,
.wsu-heading--mark-color-pacificsky::before {
	background-color: #5bc3f5;
}

.wsu-heading--mark-color-midnight::after,
.wsu-heading--mark-color-midnight::before {
	background-color: #002d61;
}

/*! EXTENSION: CSS from the WDS Theme → Decoratively hatched cards (@author: daniel.rieck) */
.wsu-border--add-top {
	border-top: 4px solid #ca1237;
}

.wsu-border--color-crimson {
	border-color: #a60f2d !important;
}

.wsu-border--color-light {
	border-color: #e5e5e5 !important;
}

.wsu-border--gray {
	border: 1px solid #d8d8d8;
}

.wsu-color-background--white {
	background-color: #fff !important;
	color: #262626;
}

.wsu-container {
	box-sizing: border-box;
}

.wsu-decorator--fill-container {
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}

.wsu-decorator--style-block-crimson, .wsu-decorator--style-block-crimson-light, .wsu-decorator--style-block-crimson-wsu, .wsu-decorator--style-block-gray, .wsu-decorator--style-block-gray-dark, .wsu-decorator--style-block-gray-wsu, .wsu-decorator--style-block-white, .wsu-decorator--style-block-wsu {
	display: block;
	position: absolute;
}

.wsu-decorator--style-block-gray {
	background-color: #e5e5e5;
}

.wsu-decorator--style-bottom-hline {
	bottom: 0;
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
	width: auto;
}

.wsu-decorator--style-lines-crimson,
.wsu-decorator--style-lines-gray,
.wsu-decorator--style-lines-gray-dark {
	content: "";
	display: block;
	position: absolute;
}

.wsu-decorator--style-lines-gray {
	background-image: repeating-linear-gradient(135deg,#f2f2f2,#f2f2f2 2px,transparent 2px,transparent 10px);
	background-repeat: no-repeat;
}

.wsu-decorator--style-lines-gray-dark {
	background-image: repeating-linear-gradient(135deg,#999,#999 2px,transparent 2px,transparent 10px);
	background-position: 0 -4px;
	background-repeat: no-repeat;
}

.wsu-decorator--style-lines-crimson {
	background-image: repeating-linear-gradient(135deg,#ca1237,#ca1237 2px,transparent 2px,transparent 10px);
	background-position: 0 -4px;
	background-repeat: no-repeat;
}

.wsu-decorator--style-shadow-bottom,
.wsu-decorator--style-shadow-left,
.wsu-decorator--style-shadow-right {
	display: block;
	position: absolute;
}

.wsu-decorator--style-shadow-bottom {
	background: linear-gradient(to top,rgba(0,0,0,0) 0,rgba(0,0,0,.03) 100%);
	bottom: -.5rem;
	height: .5rem;
	left: 0;
	right: 0;
}

.wsu-decorator--style-shadow-left {
	background: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,.03) 100%);
	bottom: 0;
	left: -.5rem;
	width: .5rem;
	top: 0;
}

.wsu-decorator--style-shadow-right {
	background: linear-gradient(to right,rgba(0,0,0,.03) 0,rgba(0,0,0,0) 100%);
	bottom: 0;
	right: -.5rem;
	width: .5rem;
	top: 0;
}

.wsu-position--relative {
	position: relative;
}

.wsu-spacing-after--sxxsmall, .wsu-spacing-margin-bottom--sxxsmall {
	margin-bottom: .5rem !important;
}

.wsu-spacing-after--xmedium, .wsu-spacing-margin-bottom--xmedium {
	margin-bottom: 1.75rem !important;
}

.wsu-spacing-before--sxxsmall, .wsu-spacing-margin-top--sxxsmall {
	margin-top: .5rem !important;
}

.wsu-spacing-bottom--xxsmall, .wsu-spacing-padding-bottom--xxsmall {
	padding-bottom: .6875rem !important;
}

.wsu-spacing-bottom--small, .wsu-spacing-padding-bottom--small {
	padding-bottom: 1.125rem !important;
}

.wsu-spacing-padding-top--small, .wsu-spacing-top--small {
	padding-top: 1.125rem !important;
}

.wsu-spacing-padding-left--medium {
	padding-left: 1.5rem !important;
}

.wsu-spacing-padding-right--xmedium {
	padding-right: 1.75rem !important;
}

.wsu-spacing-padding-left--xmedium {
	padding-left: 1.75rem !important;
}

/* EXTENSION —» Custom CSS Inspired by the WDS Theme → Context boxes with a crimson background (@author: daniel.rieck) «— */
.wsu-background--style-wsu-crimson {
	background-image: radial-gradient(ellipse at center,#ca1237 0,#78001e 100%);
	color: #fff;
}

.wsu-background--style-wsu-crimson * {
	color: inherit !important;
}

.wsu-background--style-wsu-crimson a {
	border-bottom-color: white !important;
}

/* ----- Additional CSS for OAE Website ----- */
.oae-staff-header {
	background-position: 0 45%;
	background-size: cover;
}

/* CUSTOMIZATION => The Events Calendar: Event Listings via the Content Syndicate Plugin
 *  (Author: daniel.rieck@wsu.edu)
 */
.wsuwp-content-syndicate-list {
	padding: 0 !important;
}

.wsuwp-content-syndicate-wrapper .wsuwp-content-syndicate-event:before {
	content: none;
}

.wsuwp-content-syndicate-wrapper .wsuwp-content-syndicate-event {
	display: grid;
	grid-template-columns: 3rem 1fr;
	grid-template-rows: auto auto;
	grid-gap: 0 .875rem;
	margin-bottom: 1rem;
	padding: 0;
}

.wsuwp-content-syndicate-wrapper .wsuwp-content-syndicate-event .content-item-event-date {
	grid-area: 1 / 1 / 3 / 2;
}

.wsuwp-content-syndicate-wrapper .wsuwp-content-syndicate-event .content-item-event-title {
	font-size: 1.2em;
	font-weight: 400;
	grid-area: 1 / 2 / 2 / 3;
}

.wsuwp-content-syndicate-wrapper .wsuwp-content-syndicate-event .content-item-event-meta {
	grid-area: 2 / 2 / 3 / 3;
}

.wsuwp-content-syndicate-wrapper .content-item-event-date {
	color: #606060;
	display: inline-block;
	font-size: 2rem;
	font-weight: 700;
	line-height: .8;
	text-align: right;
}

.wsuwp-content-syndicate-wrapper .content-item-event-date:first-line {
	color: #000;
	font-size: 1.4rem;
	line-height: 1.45;
	font-weight: 600;
	text-transform: uppercase;
}

/* ENHANCEMENT => The Events Calendar: Optimizations to Presentation of Event Content
 *  (Author: daniel.rieck@wsu.edu)
 */
.tribe-events-content ol, .tribe-events-content ul {
	padding: 0 1em 1em;
}

.tribe-events-content ol ol, .tribe-events-content ul ul {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.tribe-events-content ul li::marker {
	content: none;
}

.tribe-events-content ul li {
	position: relative;
}

.tribe-events-content ul li:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: -.7em;
	color: #a60f2d;
	font-weight: 600;
	font-size: 1.2em;
	list-style-type: disc;
	height: 4px;
	width: 10px;
	background: #a60f2d;
	top: 12px;
}

.tribe-events-content ul li li:before {
	background: #949494;
}

.tribe-events-content p, .tribe-events-content ul {
	margin-bottom: 0;
}