/*
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.
*/
.page-id-26066 {
	background-image: radial-gradient(ellipse at center,#a60f2d 0,#680220 90%);
	background-position: center center;
	background-position: 0 0;
}

.wsu-gradient-radial-crimson-to-crimson-dark--add-gradient {
	background-image: radial-gradient(ellipse at center,#a60f2d 0,#680220 90%);
	background-position: center center;
	background-position: 0 0;
}

.wsu-decorator--style-circle {
	border-radius: 50%;
}

/* ----------------------------- has-background--dark -------------------------------- */
.wsu-has-background--dark .wsu-accordion__title:hover, .wsu-has-background--dark .wsu-accordion__title:focus, .wsu-has-background--dark .wsu-accordion__title:focus-within {
	background-color: transparent;
	border-color: #b2b2b2;
}

.wsu-has-background--dark .wsu-events-list__date-day {
	color: #fff;
}

.wsu-has-background--dark li::marker {
	color: #fff;
}

.wsu-has-background--dark a {
	color: #fff;
	text-decoration-color: #fff;
}

.wsu-has-background--dark a:hover {
	text-decoration-color: transparent;
}

.wsu-has-background--dark .wsu-list--underline-hover a:hover {
	text-decoration-color: #fff;
}

.wsu-has-background--dark.wsu-footer-menu-custom-block-links a:hover {
	text-decoration-color: transparent;
}

.wsu-has-background--dark a:focus {
	text-decoration: none;
	outline: 2px solid #fff;
	border-radius: 3px;
}

.wsu-has-background--dark .wsu-button:focus {
	outline: 2px solid #fff;
}

.wsu-has-background--dark .breadcrumbs span.current-item {
	color: #fff;
}

.wsu-has-background--dark .breadcrumbs a {
	font-weight: 500;
}

.wsu-has-background--dark h1 a:not(.wsu-heading__anchor-link)::after, .wsu-has-background--dark h2 a:not(.wsu-heading__anchor-link)::after, .wsu-has-background--dark h3 a:not(.wsu-heading__anchor-link)::after, .wsu-has-background--dark h4 a:not(.wsu-heading__anchor-link)::after, .wsu-has-background--dark h5 a:not(.wsu-heading__anchor-link)::after, .wsu-has-background--dark h6 a:not(.wsu-heading__anchor-link)::after {
	color: #fff;
}

.wsu-has-background--dark h1 a:not(.wsu-heading__anchor-link):hover, .wsu-has-background--dark h2 a:not(.wsu-heading__anchor-link):hover, .wsu-has-background--dark h3 a:not(.wsu-heading__anchor-link):hover, .wsu-has-background--dark h4 a:not(.wsu-heading__anchor-link):hover, .wsu-has-background--dark h5 a:not(.wsu-heading__anchor-link):hover, .wsu-has-background--dark h6 a:not(.wsu-heading__anchor-link):hover {
	text-decoration-color: #fff;
}

.wsu-has-background--dark ol li::marker, .wsu-has-background--dark ul li::marker {
	color: #fff;
}

.wsu-has-background--dark .wsu-events-list__content a:hover {
	text-decoration-color: transparent;
}

.wsu-has-background--dark .wsu-decorator--style-text::after {
	color: #000;
	opacity: .15;
}

.wsu-has-background--dark.wsu-color-background--crimson-dark .wsu-decorator--style-text::after {
	color: #000;
	opacity: .15;
}

.wsu-has-background--dark.wsu-color-background--crimson .wsu-decorator--style-text::after {
	opacity: 1;
}

.wsu-has-background--dark .wsu-card.wsu-card--sidebar-list a {
	color: #fff;
	text-decoration: #e5e5e5 underline .1em;
}

.wsu-has-background--dark .wsu-card.wsu-card--sidebar-list a:hover {
	text-decoration-color: transparent;
}

.wsu-has-background--dark .wsu-news-list.wsu-list--style-lined a {
	color: #fff;
	text-decoration-color: transparent;
}

.wsu-has-background--dark .wsu-news-list.wsu-list--style-lined a:hover {
	text-decoration-color: #fff;
}

.wsu-has-background--dark .wsu-button:not(.wsu-button.wsu-button--style-action) {
	color: #666;
	border: 1px solid #b2b2b2;
	background-color: #fff;
}

.wsu-has-background--dark .wsu-card-wrapper__footer a.wsu-button {
	color: #666;
	border: 1px solid #b2b2b2;
	background-color: #fff;
}

.wsu-has-background--dark .wsu-card-wrapper__footer a.wsu-button:hover {
	background-color: #fff;
	color: #ca1237;
	border-color: #ca1237;
}

.wsu-has-background--dark .wsu-caption {
	font-weight: 500;
}

.wsu-has-background--dark .wsu-events-list__meta-location::before {
	color: #fff;
}

/*.wsu-button--style-action-white a:focus {
	text-decoration: none;
	outline: 2px solid #fff;
	border-radius: 3px;
}*/