/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
/* --- START GENERAL FIXES to resolve issues until theme updated by WSU --- */
/* White background for People cards */
.wsu-hero-slider {
}

.swiper, swiper-container {
}

.wsu-wrapper-content .foss-custom .wsu-hero:first-child {
}

.vcea-custom-background--white .wsu-card-wrapper--per-row-1 .wsu-card, .vcea-custom-background--white .wsu-card-wrapper--per-row-2 .wsu-card, .vcea-custom-background--white .wsu-card-wrapper--per-row-3 .wsu-card, .vcea-custom-background--white .wsu-card-wrapper--per-row-4 .wsu-card {
	background-color: #ffffff;
}

/* menu link fixes to make hovers and underlines on dark backgrounds white and to fix Safari issues */
.wsu-quicklinks__content .wsu-list--underline-hover a, .wsu-quicklinks__footer h3 a, .wsu-quicklinks__footer h3 a:hover {
	text-decoration-color: #ffffff;
}

.wsu-footer-site__offsite-menu li a::before {
	background-color: #ffffff;
}

.wsu-footer-site__offsite-menu li a {
	font-size: .875rem;
}

.wsu-menu-deep-links ul, .wsu-footer-site__offsite-menu, .wsu-social-icons, .wsu-social-icons li {
	list-style-type: disc;
}

.wsu-menu-deep-links ul ::marker, .wsu-footer-site__offsite-menu ::marker, .wsu-social-icons ::marker, .wsu-social-icons li ::marker {
	color: #ffffff;
	font-size: 0;
}

.wsu-menu-deep-links h3 {
	font-size: 1rem;
	line-height: 1.5;
	text-transform: uppercase;
}

.wsu-menu-deep-links .sub-menu>li a {
	font-size: .875rem;
	padding: .3rem 0;
}

h3.wsu-footer-site__offsite-title {
	margin-top: -1.5rem;
	font-size: 1rem;
	line-height: 1.5;
}

.wsu-meta-address a:hover {
	text-decoration-color: transparent;
}

@media screen and (max-width: 768px) {
	.wsu-quicklinks__content ul {
		column-count: 1;
	}
}

/* --- END General Fixes --- */