/*
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.
*/
/* ----------------------------- WSU Hero Slider Gradient -------------------------------- */
div.wsu-slider--remove-white-gradient-bar .wsu-hero__content::after {
	display: none;
}

/* ----------------------------- WSU Homepage Campus Slideshow -------------------------------- */
.wsu-custom-location-slider .wsu-hero__content {
	justify-content: center;
}

.wsu-custom-location-slider .wsu-hero {
	padding-bottom: 0;
	margin-bottom: 0;
}

.wsu-custom-location-slider .wsu-caption {
	font-size: 1.5rem;
	font-weight: 500;
	max-width: 800px;
	border-left: 12px solid #ca1237;
}

.wsu-hero--style-caption .wsu-image-frame {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
}

.wsu-custom-location-slider  .wsu-hero-slider__slider-elements {
	position: relative;
	bottom: 0;
	left: 0;
}

.wsu-custom-location-slider button.swiper-pagination-bullet {
	color: #ca1237;
	font-size: .9rem;
	font-weight: 600;
	background: 0 0;
	border-radius: 0 !important;
	opacity: 1;
	padding: 15px;
	cursor: pointer;
	text-align: center;
	height: auto;
	flex: 0 0 16.6%;
}

.wsu-custom-location-slider button.swiper-pagination-bullet.swiper-pagination-bullet-active {
	color: #000;
}

.wsu-custom-location-slider button.swiper-pagination-bullet::before {
	content: "";
	width: 100%;
	background-color: transparent;
	display: block;
	height: 5px;
	top: 0;
	left: 0;
	position: absolute;
	border: none;
}

.wsu-custom-location-slider .wsu-hero-slider__pagination {
	justify-content: center;
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	align-items: flex-start;
}

.wsu-custom-location-slider .wsu-hero-slider__navigation {
	display: none;
}

.wsu-custom-location-slider .swiper-pagination-bullet-active::before {
	content: "";
	width: 100%;
	background-color: #ca1237 !important;
	display: block;
	height: 3px;
	top: 0;
	left: 0;
	position: absolute;
}

.wsu-custom-location-slider .wsu-button {
	display: table;
	margin-top: 2rem;
}

@media screen and (max-width: 1300px) {
	.wsu-custom-location-slider button.swiper-pagination-bullet {
		font-size: 1rem;
	}
}

@media screen and (max-width: 800px) {
	.wsu-custom-location-slider button.swiper-pagination-bullet {
		font-size: 0;
		flex: 0 0 40px;
	}
	
	.wsu-custom-location-slider button.swiper-pagination-bullet::before {
		content: "";
		width: 15px;
		background-color: #777;
		display: block;
		height: 15px;
		top: 0;
		left: 0;
		position: relative !important;
		border: none;
		border-radius: 50% !important;
	}
	
	.wsu-custom-location-slider .wsu-caption {
		font-size: 1rem;
		margin-left: 0;
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important;
	}
	
	.wsu-custom-location-slider .wsu-title {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important;
	}
	
	.wsu-custom-location-slider .wsu-hero__content {
		min-height: 500px;
	}
}