/* Footer Spaceing */
.wsu-wrapper-content {
	padding-bottom: 0 !important;
}

.wsu-article {
	margin-bottom: 0 !important;
}

/* Red Line Footer */
.wsu-bkg-red-lines {
	background: repeating-linear-gradient(-45deg,#A60F2D,#A60F2D 4px,#ba0f2d 4px,#ba0f2d 6px);
	background-image: repeating-linear-gradient(-45deg,rgb(166,15,45),rgb(166,15,45) 4px,rgb(186,15,45) 4px,rgb(186,15,45) 6px);
	background-size: initial;
	background-attachment: initial;
	background-origin: initial;
	background-clip: initial;
	background-color: initial;
}

.white {
	color: #FFFFFF;
}

.wsu-red-lines {
	background: repeating-linear-gradient(-45deg,#A60F2D,#A60F2D 4px,#ba0f2d 4px,#ba0f2d 6px);
	background-image: repeating-linear-gradient(-45deg,rgb(166,15,45),rgb(166,15,45) 4px,rgb(186,15,45) 4px,rgb(186,15,45) 6px);
	background-size: initial;
	background-attachment: initial;
	background-origin: initial;
	background-clip: initial;
	background-color: initial;
}

.white-text {
	color: #ffffff;
}

/* Parallox */
.parallax {
	width: 100%;
	background-image: url("https://s3.wp.wsu.edu/uploads/sites/3137/2022/10/campus-scaled.jpeg");
	min-height: 400px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* Details Dropdown */
details > summary {
	padding: 4px;
	margin: 1px;
	color: #A60F2D;
	border: none;
	cursor: pointer;
	text-decoration: underline;
}

.sm-bottom-margin {
	margin-bottom: 1rem;
}

.wsu-cta-none {
	margin-bottom: 0;
}

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

.wsu-menu-deep-links>li {
	padding-right: 4rem;
}

.no-pad-right {
	padding-right: 0;
}

/* Gravity Forms */
.gform_button {
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	font-family: Montserrat, sans-serif;
	background-color: #a60f2d;
	color: #fff !important;
	border-radius: 6px;
	border: none;
	padding: 1em calc(2.25rem + 0.25rem);
	font-size: .82rem;
/* or change this to .82rem */
	font-weight: 600;
	line-height: 1.5;
	cursor: pointer;
	transition: box-shadow .2s cubic-bezier(0,0,.03,1);
	text-decoration: none;
	margin-bottom: 2.25rem;
/* standard paragraph margin bottom, 1.25-2.25rem would be good here */
}

.gform_title {
	font-size: 1.25rem;
}

/*Beginning social media bar*/
.socialmedia {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: left;
}

.socialmedia ul li {
	display: inline-block;
	padding: 0 20px;
}

.socialmedia ul li a {
	display: inline-block;
	list-style-type: none;
	position: relative;
}

.socialmedia img {
	width: 4em;
	height: 4em;
}

.socialmedia a:hover {
	outline: 0;
	border-bottom: none;
}

.socialmedia a:not([class^=wsu-c-]):not([class*=" wsu-c-"]):focus,
.socialmedia a:not([class^=wsu-c-]):not([class*=" wsu-c-"]):hover {
	outline: 0;
	border-bottom: none;
}

/*end social media bar*/
/*history timeline column*/
.page-id-5440 .wsu-row--sidebar-left .wsu-column:first-child {
	width: 22%;
}

/*home page - WA state skyline*/
.page-id-2 img {
	display: block;
}

/*people list white background*/
.wsu-people-list--white-card-backgrounds .wsu-card-person {
	background-color: #fff;
}