/*
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.
*/
/* --- Card Styling -- */
.wsu-nc-card-group .wsu-card {
	background-color: #efede7;
	border-radius: 12px;
	border-top: 8px solid #757575;
	position: relative;
	display: flex;
}

.wsu-nc-card-group .wsu-card__content {
	padding-bottom: 0;
	padding-top: 1.75rem;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.wsu-nc-card-group .wsu-card	.wsu-title {
	color: #b10a38;
	font-weight: bold;
}

.wsu-nc-card-group .wsu-card	.wsu-caption {
	flex-grow: 1;
}

.wsu-nc-card-group .wsu-card .wsu-title,
.wsu-nc-card-group .wsu-card .wsu-caption {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.wsu-nc-card-group .wsu-meta-date {
	position: absolute;
	top: 0;
	background-color: #757575;
	padding: .25rem .75rem;
	color: #fff;
	border-radius: 6px;
	transform: translatey(-50%);
}

.wsu-nc-card-group .wsu-meta-date::before {
	display: none;
}

.wsu-nc-card-group .wsu-card::after {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50px;
	background-color: #b40838;
	content: "";
	display: block;
	border-radius: 0 0 12px 12px;
	background-image: url('https://wpcdn.web.wsu.edu/wp-president/uploads/sites/3349/2025/05/crimson-lines.jpg');
	background-repeat: repeat-y;
	background-size: 40px 50px;
}

.wsu-nc-card-group .wsu-button {
	position: relative;
	z-index: 1;
	height: 50px;
	padding-left: 40px !important;
	color: #fff;
	text-align: center;
	width: 100%;
	justify-content: center;
}

.wsu-nc-card-group .wsu-button::before {
	background-color: #fff;
	color: #b40838;
	order: 2;
	margin-left: .65em;
}

/* --- End Card Styling -- */
/* --- Sticky Nav -- */
.wsu-sticky-nav {
	min-height: 50px;
	position: relative;
	z-index: 9;
}

.wsu-sticky-nav ul {
	display: flex;
	justify-content: center;
	margin: 0;
}

.wsu-sticky-nav li {
	display: block;
	margin: 0;
	border-left: 1px solid #fff;
}

.wsu-sticky-nav li a {
	display: flex;
	height: 50px;
	padding: 0 1.5rem;
	align-items: center;
	background-color: #b40838;
	color: #fff;
	font-weight: 600;
	font-size: 1rem !important;
	text-decoration: none;
	position: relative;
}

.wsu-sticky-nav li.wsu-active a,
.wsu-sticky-nav li:hover a {
	background-color: #730425;
}

.wsu-sticky-box__content {
	padding: 0 !important;
	background-color: #730425 !important;
	justify-content: center !important;
}

.wsu-sticky-nav__top-btn {
	display: flex !important;
	color: #fff;
	Justify-content: center !important;
	padding: 0 1.5rem;
}

.wsu-sticky-nav li.wsu-active a::before,
.wsu-sticky-nav li:hover a::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: auto;
	height: 5px;
	background-color: #dedede;
}

.wsu-sticky-nav li a::after {
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	width: auto;
	height: 0;
	background: linear-gradient(to top right,transparent 50%,#dedede 51%) 0 0/50% 100% no-repeat, linear-gradient(to top left,transparent 50%,#dedede 51%) 100% 0/calc(50% + 1px) 100% no-repeat;
}

.wsu-sticky-nav li.wsu-active a::after,
.wsu-sticky-nav li:hover a::after {
	height: 20px;
}

@media (max-width: 768px) {
	.wsu-anchor-menu {
		flex-wrap: wrap;
	}
	
	.wsu-anchor-menu li {
		border: 1px solid white;
	}
	
	.wsu-sticky-nav__top-btn {
		flex-shrink: unset !important;
		padding: 0 .75rem !important;
	}
	
	.wsu-width--content {
		padding: 0 2rem;
	}
	
	.wsu-nc-heading {
		font-size: 1.75em !important;
		align-items: center;
	}
	
	.wsu-nc-hero-column {
		padding-left: .75rem !important;
		padding-right: .75rem !important;
	}
	
	.wsu-nc-body-content-column {
		padding-left: 2.25rem !important;
	}
}

/* --- End Sticky Nav -- */
/* --- Single Post -- */
.category .wsu-wrapper-content,
.page:not(.home) .wsu-wrapper-content,
.blog .wsu-wrapper-content,
.single-post .wsu-wrapper-content {
	background-color: #fff;
	padding-top: 3rem;
	border-radius: 8px;
}

.single-post .wsu-wrapper-sidebar {
	border-left: 1px solid #e5e5e5;
}

.single-post .wsu-card {
/*margin-bottom: 0 !important; */
}

/* --- End Single Post -- */
@media screen and (min-width: 1000px) {
	.wsu-feedback {
		position: fixed;
		left: -60px;
		bottom: 10%;
		z-index: 9999;
		transform: rotate(90deg);
		text-transform: uppercase;
		border: 5px solid #fff;
	}
}

@media screen and (max-width: 1000px) {
	.wsu-feedback {
		position: fixed;
		right: 10px;
		bottom: -6px;
		z-index: 9999;
		text-transform: uppercase;
		border: 5px solid #fff;
	}
}