/*
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.
*/
.umac_action__button {
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	margin-top: -2rem;
	text-transform: uppercase;
	border: 2px solid #CA1237;
	padding: .5rem 1rem;
	border-radius: 4px;
	color: #CA1237;
}

#builder-section-1699043521982 .column.two {
	background-color: #EBEBEB;
}

/* FIX => Home Page Slideshow: Put Back in Place Buggy Missing CSS for Displaying Slides
 *  Author: daniel.rieck@wsu.edu
 */
#builder-section-1614971256679 .builder-banner-slide {
	padding-bottom: 414px;
}

@media screen and (min-width: 600px) and (max-width: 960px) {
	#builder-section-1614971256679 .builder-banner-slide {
		padding-bottom: 43.125%;
	}
}

.wsu-cycle-pause {
	position: absolute;
	bottom: 10px;
	right: 10px;
	background-color: #fff;
	z-index: 1000;
	font-size: .7rem;
	padding: .25rem .5rem;
}

/* ATOMIC CSS => Custom Utility Classes: Display Modes
 *  Author: daniel.rieck@wsu.edu
 */
.d5y-n2e {
	display: none !important;
}