/*
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 Sticky Nav -------------------------------- */
.wsu-header-utility-bar {
	display: flex !important;
}

@media screen and (max-width: 992px) {
	.wsu-header-utility-bar {
		display: none !important;
	}
}

@media screen and (max-width: 1200px) {
	.wsu-sticky-box--stuck .wsu-sticky-box__content {
		position: relative !important;
		top: 0;
	}
	
	.wsu-sticky-nav__content {
		padding-top: 2rem;
	}
	
	.wsu-sticky-box__content {
		padding: .5rem 0 2rem !important;
	}
	
	.wsu-sticky-nav__content::before {
		content: "On this page";
		font-weight: 800;
		color: #4d4d4d;
		font-size: 1.25rem;
	}
	
	.wsu-sticky-nav--style-crimson .wsu-anchor-menu {
		justify-content: flex-start;
		flex-grow: 1;
		position: relative;
		background-color: #fff;
		list-style-type: none;
		margin: 0;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
	}
	
	.wsu-sticky-nav--style-crimson .wsu-anchor-menu a::before {
		display: none !important;
	}
	
	.wsu-sticky-nav--style-crimson .wsu-anchor-menu li {
		width: calc(33.33% - 2rem);
		margin-right: 2rem;
		position: relative;
		border-bottom: 1px solid #ddd;
	}
	
	.wsu-sticky-nav--style-crimson .wsu-anchor-menu a {
		padding: .5rem 0 !important;
		font-size: 1rem !important;
		display: inline-block !important;
		position: relative;
	}
}

@media screen and (max-width: 800px) {
	.wsu-sticky-nav--style-crimson .wsu-anchor-menu li {
		width: calc(50% - 2rem);
	}
}

@media screen and (max-width: 550px) {
	.wsu-sticky-nav--style-crimson .wsu-anchor-menu li {
		width: calc(100% - 2rem);
	}
}

/* ----------------------------- WSU Content Wrapper -------------------------------- */
.wsu-wrapper-content {
	padding-top: 0;
}

@media screen and (max-width: 700px) {
	.wsu-width--content,
																																																																																							.wsu-wrapper-content {
		padding-left: 2.5rem !important;
		padding-right: 2.5rem !important;
	}
}

/* ----------------------------- WSU Homepage Hero Banner -------------------------------- */
.wsu-custom-homepage-hero .wsu-title {
	font-weight: 800;
	max-width: 800px;
	font-size: 7rem;
	max-width: 500px;
	line-height: 1;
	padding-bottom: 1.5rem !important;
}

.wsu-custom-homepage-hero .wsu-hero__caption {
	position: relative;
}

.wsu-custom-homepage-hero .wsu-title {
	font-size: 9rem;
	max-width: 600px;
}

.wsu-custom-homepage-hero .wsu-hero__caption::before {
	content: '';
	display: block;
	font-weight: 800;
	max-width: 800px;
	border-left: 12px solid #ca1237;
	width: 625px;
	background: linear-gradient(to right,rgba(0,0,0,.6) 0,rgba(0,0,0,.4) 100%);
	position: absolute;
	height: auto;
	bottom: 1.5rem;
	top: 10.5rem;
	border-left: 12px solid #ca1237;
	left: -3rem;
}

@media screen and (max-width: 1300px) {
	.wsu-custom-homepage-hero .wsu-hero__caption {
		margin: 0 0 0 2rem;
	}
}

@media screen and (max-width: 900px) {
	.wsu-custom-homepage-hero .wsu-title {
		font-size: 7rem;
		max-width: 500px;
	}
	
	.wsu-custom-homepage-hero .wsu-hero__caption::before {
		width: 525px;
	}
}

@media screen and (max-width: 700px) {
	.wsu-custom-homepage-hero .wsu-title {
		font-size: 5rem;
		max-width: 400px;
	}
	
	.wsu-custom-homepage-hero .wsu-hero__caption::before {
		bottom: 2em;
		top: 10em;
		width: 425px;
	}
	
	.wsu-custom-homepage-hero .wsu-hero__content {
		min-height: 500px;
	}
}

@media screen and (max-width: 500px) {
	.wsu-custom-homepage-hero .wsu-title {
		font-size: 4rem;
		max-width: 300px;
	}
	
	.wsu-custom-homepage-hero .wsu-hero__caption::before {
		top: 9em;
		width: 325px;
	}
}

/* ----------------------------- WSU Homepage CTAS -------------------------------- */
@media screen and (max-width: 600px) {
	.wsu-custom-homepage-ctas {
		text-align: left;
		padding-left: 2rem !important;
		padding-right: 2rem !important;
	}
	
	.wsu-custom-homepage-ctas .wsu-button {
		max-width: 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: 1.25rem;
	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;
	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;
	}
}

/* ----------------------------- WSU Outline Header -------------------------------- */
.wsu-custom-outline-title {
	text-transform: uppercase;
	font-size: 4.2rem;
	text-align: center;
	color: #4d4d4d;
}

.wsu-custom-outline-title::before {
	content: "";
	background-color: #ca1237;
	display: block;
	height: 8px;
	width: 95px;
	top: 0;
	margin: 0 auto 1rem;
}

.wsu-custom-outline-title strong {
	font-family: 'wsu-outline' !important;
	font-weight: 500;
	color: #fff;
	font-size: 4.3rem;
	letter-spacing: 1px;
}

@media screen and (max-width: 1300px) {
	.wsu-custom-outline-title {
		font-size: 3.5rem;
	}
	
	.wsu-custom-outline-title strong {
		font-size: 3.6rem;
	}
}

@media screen and (max-width: 700px) {
	.wsu-custom-outline-title {
		font-size: 3rem;
	}
	
	.wsu-custom-outline-title strong {
		font-size: 3.1rem;
	}
}

@media screen and (max-width: 500px) {
	.wsu-custom-outline-title {
		font-size: 2rem;
	}
	
	.wsu-custom-outline-title strong {
		font-size: 2.1rem;
	}
}

/* ----------------------------- WSU Card Group -------------------------------- */
@media screen and (max-width: 700px) {
	.wsu-card--style-framed .wsu-card__content {
		min-height: 400px;
	}
}

@media screen and (max-width: 500px) {
	.wsu-card-group--spacing-none .wsu-card {
		width: 100% !important;
	}
}

/* ----------------------------- WSU Page Header -------------------------------- */
.wsu-custom--page-header p {
	display: none;
}

.wsu-custom--page-header hr {
	margin-top: 0 !important;
}

.wsu-custom--page-header h1 {
	text-align: center;
	margin-bottom: 0 !important;
	font-size: 4rem;
}

.wsu-custom--page-header h1::after {
	display: none;
}

.wsu-custom--page-header {
	padding: 3rem;
}

.wsu-custom--page-header h1 {
	color: #4d4d4d;
}

.wsu-custom--page-header .wp-block-separator {
	width: 65px !important;
	border-top: 6px solid #999;
	margin-bottom: 0 !important;
}

.wsu-custom--page-header::before {
	position: absolute;
	font-weight: 900;
	font-size: 200px;
	text-transform: uppercase;
	letter-spacing: .5vw;
	width: 100%;
	text-align: center;
	bottom: 0;
	left: 0;
	color: #f2f2f2;
	line-height: .725;
}

.page-id-19 .wsu-custom--page-header::before {
	content: "Athletics";
}

.page-id-17 .wsu-custom--page-header::before {
	content: "Campuses";
}

.page-id-9 .wsu-custom--page-header::before {
	content: "About";
}

.page-id-11 .wsu-custom--page-header::before {
	content: "Academics";
}

.page-id-13 .wsu-custom--page-header::before {
	content: "Admissions";
}

.page-id-15 .wsu-custom--page-header::before {
	content: "Research";
}

.page-id-3383 .wsu-custom--page-header::before {
	content: "Leadership";
}

@media screen and (max-width: 1500px) {
	.wsu-custom--page-header::before {
		font-size: 170px;
	}
}

@media screen and (max-width: 1300px) {
	.wsu-custom--page-header::before {
		font-size: 140px;
	}
}

@media screen and (max-width: 1000px) {
	.wsu-custom--page-header::before {
		font-size: 100px;
	}
	
	.wsu-custom--page-header {
		padding: 2rem;
	}
}

@media screen and (max-width: 750px) {
	.wsu-custom--page-header::before {
		font-size: 75px;
	}
	
	.wsu-custom--page-header h1 {
		font-size: 3rem;
	}
}

@media screen and (max-width: 600px) {
	.wsu-custom--page-header::before {
		font-size: 50px;
	}
	
	.wsu-custom--page-header h1 {
		font-size: 2rem;
	}
	
	.wsu-custom--page-header {
		padding: 1.5rem;
	}
	
	.wsu-custom--page-header .wp-block-separator {
		width: 45px !important;
		border-top: 4px solid #999;
	}
}

@media screen and (max-width: 400px) {
	.wsu-custom--page-header::before {
		font-size: 40px;
	}
	
	.wsu-custom--page-header h1 {
		font-size: 1.5rem;
	}
	
	.wsu-custom--page-header {
		padding: 1.5rem;
	}
}

/* ----------------------------- WSU Page Hero Banner -------------------------------- */
.wsu-custom-hero--lock .wsu-hero__caption {
	align-self: end;
}

.wsu-custom-hero--lock .wsu-hero__content {
	padding-top: 4.62rem;
	padding-bottom: 4.62rem;
}

@media screen and (min-width: 1400px) {
	.wsu-custom-hero--lock {
		margin-left: -200px !important;
		margin-right: -200px !important;
	}
}

@media screen and (max-width: 800px) {
	.wsu-custom-hero--lock .wsu-hero__content {
		min-height: 500px;
	}
}

@media screen and (max-width: 600px) {
	.wsu-custom-hero--lock .wsu-hero__content {
		min-height: 400px;
	}
}

/** ----------------------------------------------
--------- System Button -------------     */
.wsu-custom--system-button {
	display: flex;
	justify-content: center;
	position: relative;
}

.wsu-custom--system-button .wsu-cta {
	margin-bottom: 0;
}

.wsu-custom--system-button::before {
	content: "";
	width: 100%;
	position: absolute;
	top: 50%;
	height: 1px;
	background-color: #9999;
}

/* ----------------------------- WSU Page Decorators -------------------------------- */
.wsu-custom-decorator-circle {
	border-radius: 100%;
}

.wsu-image--style-round img {
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover;
}

.wsu-custom-side-table-of-contents ul {
	font-size: 1rem;
}

.wsu-custom-side-table-of-contents ul li {
	margin-bottom: .75em;
}

.wsu-custom-highlight-text {
	display: inline;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	box-shadow: 10px 0 0 #fff, -10px 0 0 #fff;
	padding: 7px 3px 7px 0;
	line-height: 1.5 !important;
}

.wsu-custom-highlight-text.highlight-color-white {
	background-color: #fff;
}

/* ----------------------------- WSU Local Navigation -------------------------------- */
.wsu-custom-side-nav--local .current-menu-item a::before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	height: auto;
	width: 8px;
	background-color: #ca1237;
	left: -1.75rem !important;
}

/* ----------------------------- WSU Marker Group -------------------------------- */
.wsu-custom-colleges-list .wsu-marker__group {
	flex-wrap: wrap;
}

.wsu-custom-colleges-list .wsu-marker__group li {
	margin-bottom: .75rem;
	margin-right: .75rem;
}

/* ----------------------------- WSU Colleges Cards -------------------------------- */
.wsu-custom-colleges-cards .wsu-card__inner {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.wsu-custom-colleges-cards .wsu-custom-colleges-tags {
	margin-top: auto;
}

/* ----------------------------- WSU Academics ------------------------------------*/
.academics-page-testimonial {
	align-items: center;
}