/*
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.
*/
.align-verticalCenter {
	align-items: center;
}

.flex-column {
	display: flex;
}

.flex-all-center {
	align-items: center;
	justify-content: center;
}

.float-right {
	float: right;
}

div.wsu-navigation-audience__label {
	display: none;
}

.no-top-padding {
	padding-top: 0 !important;
}

.no-padding {
	padding: 0;
}

.no-bottom-margin {
	margin-bottom: 0;
}

.center-margin {
	margin: 0 auto;
}

div.img-border figure img {
	border: 1px solid #CCCCCC;
}

.crimson {
	color: #A60F2D;
}

div.scroll-window {
	max-height: 250px;
	overflow: auto;
	background-color: #dcdcdc;
	margin-bottom: 6px;
	padding: 10px;
}

hr.fine-line {
	border-top-width: 2px;
}

.wsu-hero.wsu-hero--style-boxed .wsu-hero__content-wrapper, .wsu-hero.wsu-style--boxed .wsu-hero__content-wrapper {
	min-height: initial;
}

.wsu-hero.wsu-hero--style-boxed .wsu-hero__title-wrapper, .wsu-hero.wsu-style--boxed .wsu-hero__title-wrapper {
	max-width: initial;
}

.nested-halves,
.nested-thirds,
.nested-quarters,
.nested-fifths,
.nested-sixths {
	width: 100%;
	display: inline-block;
	text-align: top;
	clear: both;
	padding-top: 0;
	margin-top: 0;
}

.nested-halves .nested-one {
	display: block;
	width: 49%;
	float: left;
	padding-right: 1%;
}

.nested-halves .nested-two {
	display: block;
	width: 49%;
	float: left;
	padding-left: 1%;
}

.nested-thirds .nested-one {
	display: block;
	width: 32%;
	float: left;
	padding-right: 1%;
}

.nested-thirds .nested-two {
	display: block;
	width: 32%;
	float: left;
	padding-left: .5%;
	padding-right: .5%;
}

.nested-thirds .nested-three {
	display: block;
	width: 32%;
	float: left;
	padding-right: 1%;
}

.nested-gutter {
	padding-left: 1%;
	padding-right: 1%;
}

.nested-fifths .nested-one {
	display: block;
	width: 19.2%;
	float: left;
	padding-right: .5%;
}

.nested-fifths .nested-two,
.nested-fifths .nested-three,
.nested-fifths .nested-four {
	display: block;
	width: 19.2%;
	float: left;
	padding-left: .5%;
	padding-right: .5%;
}

.nested-fifths .nested-five {
	display: block;
	width: 19.2%;
	float: left;
	padding-left: .5%;
}

.nested-sixths .nested-one {
	display: block;
	width: 15.8%;
	float: left;
	padding-right: .5%;
}

.nested-sixths .nested-two,
.nested-sixths .nested-three,
.nested-sixths .nested-four,
.nested-sixths .nested-five {
	display: block;
	width: 15.8%;
	float: left;
	padding-left: .5%;
	padding-right: .5%;
}

.nested-sixths .nested-six {
	display: block;
	width: 15.8%;
	float: left;
	padding-left: .5%;
}

/*CATEGORY/LIST VIEW PAGES ADJUSTMENTS*/
body.category aside.wsu-wrapper-sidebar,
body.blog aside.wsu-wrapper-sidebar {
	display: none;
}

body.category .wsu-wrapper-content--layout-sidebar-right .wsu-wrapper-main,
body.blog .wsu-wrapper-content--layout-sidebar-right .wsu-wrapper-main {
	width: 100%;
}

body.category main.wsu-wrapper-main article.wsu-article,
body.blog main.wsu-wrapper-main article.wsu-article {
	flex-direction: row-reverse;
	box-shadow: rgba(9,30,66,0.25) 0 4px 8px -2px, rgba(9,30,66,0.08) 0 0 0 1px;
	padding: 20px;
	align-items: center;
}

body.category main.wsu-wrapper-main article.wsu-article div.wsu-article__inner-wrapper,
body.blog main.wsu-wrapper-main article.wsu-article div.wsu-article__inner-wrapper {
	padding: 1rem;
	width: 75%;
}

body.category main.wsu-wrapper-main article.wsu-article div.wsu-article__inner-wrapper div.wsu-article__caption p,
body.blog main.wsu-wrapper-main article.wsu-article div.wsu-article__inner-wrapper div.wsu-article__caption p {
	margin-bottom: 1rem;
	line-height: 1.25rem;
}

body.category main.wsu-wrapper-main article.wsu-article div.wsu-article__inner-wrapper header.wsu-article__header h2,
body.blog main.wsu-wrapper-main article.wsu-article div.wsu-article__inner-wrapper header.wsu-article__header h2 {
	font-size: 1.83rem;
	margin-bottom: .5rem;
	margin-top: 0;
	padding-top: 0;
}

body.category main.wsu-wrapper-main article.wsu-article div.wsu-article__inner-wrapper header.wsu-article__header div.wsu-meta-date,
body.blog main.wsu-wrapper-main article.wsu-article div.wsu-article__inner-wrapper header.wsu-article__header div.wsu-meta-date {
	display: none;
}

body.category main.wsu-wrapper-main article.wsu-article div.wsu-article__thumbnail,
body.blog main.wsu-wrapper-main article.wsu-article div.wsu-article__thumbnail {
	width: 25%;
	flex: 0 0 auto;
}

body.category main.wsu-wrapper-main article.wsu-article div.wsu-article__thumbnail,
body.blog main.wsu-wrapper-main article.wsu-article div.wsu-article__thumbnail {
	padding: 1rem;
}

.wsu-wrapper-content--layout-sidebar-right .wsu-wrapper-main {
	width: 100%;
}

/*SINGLE POST ADJUSTMENTS*/
body.single-post div.wsu-article__content figure,
body.single-post div.wsu-article__content img {
	max-width: 100%;
}

body.single-post div.wsu-article__content p {
	max-width: initial;
}

/*HOMEPAGE ADJUSTMENTS*/
body.home h1:after {
	display: none;
}

body.home div.DeansMessage-Row {
	align-items: center;
	border-top: 4px solid #a60f2d;
}

body.home div.DeansMessage-Row div.wsu-column:first-child {
	padding-left: 0;
}

body.home div.DeansMessage-Row div.wsu-column:last-child {
	padding-right: 0;
}

body.home div.wsu-hero div.wsu-image-frame.wsu-image-frame--fill {
	max-height: 500px;
}

body.home div.wsu-wrapper-site div.wsu-wrapper-content {
	padding-top: 1.5rem;
}

/*PhD CORNER ADJUSTMENTS*/
/* TESTING PAGE: page-id-19215 */
body.page-id-7818 div.wsu-stat.wsu-stat--style-round,
body.page-id-19215 div.wsu-stat.wsu-stat--style-round {
	width: 300px;
	height: 300px;
}

body.page-id-7818 .wsu-stat--style-round.wsu-stat--decorator-layout-circle-top-left .wsu-stat__decorator::after,
body.page-id-19215 .wsu-stat--style-round.wsu-stat--decorator-layout-circle-top-left .wsu-stat__decorator::after {
	top: -10px;
	left: -10px;
}

body.page-id-7818 div.wsu-stat.wsu-stat--style-round span.wsu-stat__value-wrapper,
body.page-id-19215 div.wsu-stat.wsu-stat--style-round span.wsu-stat__value-wrapper {
	margin: 0 auto;
}

body.page-id-7818 div.wsu-stat.wsu-stat--style-round span.wsu-stat__value-wrapper span.wsu-stat__value,
body.page-id-19215 div.wsu-stat.wsu-stat--style-round span.wsu-stat__value-wrapper span.wsu-stat__value {
	font-size: 5.5rem;
}

body.page-id-7818 .wsu-stat--style-round .wsu-stat__caption,
body.page-id-19215 .wsu-stat--style-round .wsu-stat__caption {
	font-size: 1.75rem;
	max-width: none;
	text-align: center;
}

body.page-id-7818 div.wsu-row.flex-column.flex-all-center.center-margin.wsu-row--sidebar-right,
body.page-id-19215 div.wsu-row.flex-column.flex-all-center.center-margin.wsu-row--sidebar-right {
	margin: 0 auto;
}

body.page-id-7818 div.wsu-row--thirds div.wsu-column div.wsu-row--sidebar-left .wsu-column:first-child,
body.page-id-19215 div.wsu-row--thirds div.wsu-column div.wsu-row--sidebar-left .wsu-column:first-child {
	width: 50%;
}

body.page-id-7818 div.wsu-row--thirds div.wsu-column div.wsu-row--sidebar-left .wsu-column,
body.page-id-19215 div.wsu-row--thirds div.wsu-column div.wsu-row--sidebar-left .wsu-column {
	width: 50%;
}

body.page-id-7818 div.wsu-container div.flex-row div.wsu-column,
body.page-id-19215 div.wsu-container div.flex-row div.wsu-column {
	display: flex;
}

body.page-id-7818 div.wsu-container div.flex-row div.wsu-column div.wsu-cta,
body.page-id-19215 div.wsu-container div.flex-row div.wsu-column div.wsu-cta {
	display: flex;
	width: 100%;
	height: 100%;
}

body.page-id-7818 div.wsu-container div.flex-row div.wsu-column div.wsu-cta .wsu-button,
body.page-id-19215 div.wsu-container div.flex-row div.wsu-column div.wsu-cta .wsu-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	text-align: center;
}

body.page-id-7818 div.wsu-overlap.wsu-overlap-spotlight p,
body.page-id-19215 div.wsu-overlap.wsu-overlap-spotlight p {
	font-size: 1rem;
}

body.page-id-7818 div.wsu-overlap-spotlight__caption,
body.page-id-19215 div.wsu-overlap-spotlight__caption {
	padding: 1rem;
}

body.page-id-7818 .wsu-color-background--gray-5,
body.page-id-19215 .wsu-color-background--gray-5 {
	background-color: #f0ede7 !important;
}

body.page-id-7818 div.wsu-wrapper-content,
body.page-id-19215 div.wsu-wrapper-content {
	padding-bottom: 0;
}

body.page-id-7818 article.wsu-article,
body.page-id-19215 article.wsu-article {
	margin-bottom: 0;
}

body.page-id-7818 div.wsu-container div.wsu-carousel div.wsu-image-frame img,
body.page-id-19215 div.wsu-container div.wsu-carousel div.wsu-image-frame img {
	max-height: 500px;
	object-fit: contain;
}

body.page-id-7818 .wsu-carousel .wsu-carousel__wrapper .wsu-card,
body.page-id-19215 .wsu-carousel .wsu-carousel__wrapper .wsu-card {
	height: fit-content;
}

/*Cougs Helping Cougs - Ways to Engage Styling*/
body.page-id-7765 hr.margin-small {
	margin-top: 1.125rem;
	margin-bottom: 1.125rem;
}

body.page-id-7765 div.nested-fifths div a {
	border-bottom: 1px solid #CA1237;
}

body.page-id-7765 div.nested-fifths div a:hover {
	background-color: #F0F1F2;
}

/*POINTS OF PRIDE PAGE STYLING*/
/*16562 - December 2025*/
body.page-id-16562 div.wsu-container.PoP-SectionHead,
body.page-id-16115 div.wsu-container.PoP-SectionHead,
body.page-id-15664 div.wsu-container.PoP-SectionHead,
body.page-id-15323 div.wsu-container.PoP-SectionHead,
body.page-id-15042 div.wsu-container.PoP-SectionHead,
body.page-id-14796 div.wsu-container.PoP-SectionHead,
body.page-id-14489 div.wsu-container.PoP-SectionHead,
body.page-id-14045 div.wsu-container.PoP-SectionHead,
body.page-id-13866 div.wsu-container.PoP-SectionHead,
body.page-id-13564 div.wsu-container.PoP-SectionHead,
body.page-id-13060 div.wsu-container.PoP-SectionHead,
body.page-id-12656 div.wsu-container.PoP-SectionHead,
body.page-id-12135 div.wsu-container.PoP-SectionHead,
body.page-id-11798 div.wsu-container.PoP-SectionHead,
body.page-id-11288 div.wsu-container.PoP-SectionHead,
body.page-id-18121 div.wsu-container.PoP-SectionHead {
	background-color: #a60f2d;
}

body.page-id-16562 div.wsu-container.PoP-SectionHead div.wsu-container h2,
body.page-id-16115 div.wsu-container.PoP-SectionHead div.wsu-container h2,
body.page-id-15664 div.wsu-container.PoP-SectionHead div.wsu-container h2,
body.page-id-15323 div.wsu-container.PoP-SectionHead div.wsu-container h2,
body.page-id-15042 div.wsu-container.PoP-SectionHead div.wsu-container h2,
body.page-id-14796 div.wsu-container.PoP-SectionHead div.wsu-container h2,
body.page-id-14489 div.wsu-container.PoP-SectionHead div.wsu-container h2,
body.page-id-14045 div.wsu-container.PoP-SectionHead div.wsu-container h2,
body.page-id-13866 div.wsu-container.PoP-SectionHead div.wsu-container h2,
body.page-id-13564 div.wsu-container.PoP-SectionHead div.wsu-container h2,
body.page-id-13060 div.wsu-container.PoP-SectionHead div.wsu-container h2,
body.page-id-12656 div.wsu-container.PoP-SectionHead div.wsu-container h2,
body.page-id-12135 div.wsu-container.PoP-SectionHead div.wsu-container h2,
body.page-id-11798 div.wsu-container.PoP-SectionHead div.wsu-container h2,
body.page-id-11288 div.wsu-container.PoP-SectionHead div.wsu-container h2,
body.page-id-18121 div.wsu-container.PoP-SectionHead div.wsu-container h2 {
	color: white;
}

body.page-id-16562 .wsu-row--sidebar-left .wsu-column,
body.page-id-16115 .wsu-row--sidebar-left .wsu-column,
body.page-id-15664 .wsu-row--sidebar-left .wsu-column,
body.page-id-15323 .wsu-row--sidebar-left .wsu-column,
body.page-id-15042 .wsu-row--sidebar-left .wsu-column,
body.page-id-14796 .wsu-row--sidebar-left .wsu-column,
body.page-id-14489 .wsu-row--sidebar-left .wsu-column,
body.page-id-14045 .wsu-row--sidebar-left .wsu-column,
body.page-id-13866 .wsu-row--sidebar-left .wsu-column,
body.page-id-13564 .wsu-row--sidebar-left .wsu-column,
body.page-id-13060 .wsu-row--sidebar-left .wsu-column,
body.page-id-12656 .wsu-row--sidebar-left .wsu-column,
body.page-id-12135 .wsu-row--sidebar-left .wsu-column,
body.page-id-11798 .wsu-row--sidebar-left .wsu-column,
body.page-id-11288 .wsu-row--sidebar-left .wsu-column,
body.page-id-18121 .wsu-row--sidebar-left .wsu-column {
	width: 75%;
}

body.page-id-16562 .wsu-row--sidebar-left .wsu-column:first-child,
body.page-id-16115 .wsu-row--sidebar-left .wsu-column:first-child,
body.page-id-15664 .wsu-row--sidebar-left .wsu-column:first-child,
body.page-id-15323 .wsu-row--sidebar-left .wsu-column:first-child,
body.page-id-15042 .wsu-row--sidebar-left .wsu-column:first-child,
body.page-id-14796 .wsu-row--sidebar-left .wsu-column:first-child,
body.page-id-14489 .wsu-row--sidebar-left .wsu-column:first-child,
body.page-id-14045 .wsu-row--sidebar-left .wsu-column:first-child,
body.page-id-13866 .wsu-row--sidebar-left .wsu-column:first-child,
body.page-id-13564 .wsu-row--sidebar-left .wsu-column:first-child,
body.page-id-13060 .wsu-row--sidebar-left .wsu-column:first-child,
body.page-id-12656 .wsu-row--sidebar-left .wsu-column:first-child,
body.page-id-12135 .wsu-row--sidebar-left .wsu-column:first-child,
body.page-id-11798 .wsu-row--sidebar-left .wsu-column:first-child,
body.page-id-11288 .wsu-row--sidebar-left .wsu-column:first-child,
body.page-id-18121 .wsu-row--sidebar-left .wsu-column:first-child {
	width: 25%;
}

body.page-id-16562 .wsu-row--sidebar-left .wsu-column:first-child div.wsu-row--halves div.wsu-column,
body.page-id-16115 .wsu-row--sidebar-left .wsu-column:first-child div.wsu-row--halves div.wsu-column,
body.page-id-15664 .wsu-row--sidebar-left .wsu-column:first-child div.wsu-row--halves div.wsu-column,
body.page-id-15323 .wsu-row--sidebar-left .wsu-column:first-child div.wsu-row--halves div.wsu-column,
body.page-id-15042 .wsu-row--sidebar-left .wsu-column:first-child div.wsu-row--halves div.wsu-column,
body.page-id-14796 .wsu-row--sidebar-left .wsu-column:first-child div.wsu-row--halves div.wsu-column,
body.page-id-14489 .wsu-row--sidebar-left .wsu-column:first-child div.wsu-row--halves div.wsu-column,
body.page-id-14045 .wsu-row--sidebar-left .wsu-column:first-child div.wsu-row--halves div.wsu-column,
body.page-id-13866 .wsu-row--sidebar-left .wsu-column:first-child div.wsu-row--halves div.wsu-column,
body.page-id-13564 .wsu-row--sidebar-left .wsu-column:first-child div.wsu-row--halves div.wsu-column,
body.page-id-13060 .wsu-row--sidebar-left .wsu-column:first-child div.wsu-row--halves div.wsu-column,
body.page-id-12656 .wsu-row--sidebar-left .wsu-column:first-child div.wsu-row--halves div.wsu-column,
body.page-id-12135 .wsu-row--sidebar-left .wsu-column:first-child div.wsu-row--halves div.wsu-column,
body.page-id-11798 .wsu-row--sidebar-left .wsu-column:first-child div.wsu-row--halves div.wsu-column,
body.page-id-11288 .wsu-row--sidebar-left .wsu-column:first-child div.wsu-row--halves div.wsu-column,
body.page-id-18121 .wsu-row--sidebar-left .wsu-column:first-child div.wsu-row--halves div.wsu-column {
	width: 50%;
}

body.page-id-16562 .wsu-container p,
body.page-id-16115 .wsu-container p,
body.page-id-15664 .wsu-container p,
body.page-id-15323 .wsu-container p,
body.page-id-15042 .wsu-container p,
body.page-id-14796 .wsu-container p,
body.page-id-14489 .wsu-container p,
body.page-id-14045 .wsu-container p,
body.page-id-13866 .wsu-container p,
body.page-id-13564 .wsu-container p,
body.page-id-13060 .wsu-container p,
body.page-id-12656 .wsu-container p,
body.page-id-12135 .wsu-container p,
body.page-id-11798 .wsu-container p,
body.page-id-11288 .wsu-container p,
body.page-id-18121 .wsu-container p {
	max-width: none;
}

.wsu-row--sidebars .wsu-row--thirds .wsu-column {
	width: 33.33%;
}

@media screen and (max-width: 860px) {
	body.page-id-16562 .wsu-row--sidebar-left .wsu-column, .wsu-row--sidebar-left .wsu-column:first-child,
																																									body.page-id-16115 .wsu-row--sidebar-left .wsu-column, .wsu-row--sidebar-left .wsu-column:first-child,
																																									body.page-id-15664 .wsu-row--sidebar-left .wsu-column, .wsu-row--sidebar-left .wsu-column:first-child,
																																									body.page-id-15323 .wsu-row--sidebar-left .wsu-column, .wsu-row--sidebar-left .wsu-column:first-child,
																																									body.page-id-15042 .wsu-row--sidebar-left .wsu-column, .wsu-row--sidebar-left .wsu-column:first-child,
																																									body.page-id-14796 .wsu-row--sidebar-left .wsu-column, .wsu-row--sidebar-left .wsu-column:first-child,
																																									body.page-id-14489 .wsu-row--sidebar-left .wsu-column, .wsu-row--sidebar-left .wsu-column:first-child,
																																									body.page-id-14045 .wsu-row--sidebar-left .wsu-column, .wsu-row--sidebar-left .wsu-column:first-child,
																																									body.page-id-13866 .wsu-row--sidebar-left .wsu-column, .wsu-row--sidebar-left .wsu-column:first-child,
																																									body.page-id-13564 .wsu-row--sidebar-left .wsu-column, .wsu-row--sidebar-left .wsu-column:first-child,
																																									body.page-id-13060 .wsu-row--sidebar-left .wsu-column, .wsu-row--sidebar-left .wsu-column:first-child,
																																									body.page-id-12656 .wsu-row--sidebar-left .wsu-column, .wsu-row--sidebar-left .wsu-column:first-child,
																																									body.page-id-12135 .wsu-row--sidebar-left .wsu-column, .wsu-row--sidebar-left .wsu-column:first-child,
																																									body.page-id-11798 .wsu-row--sidebar-left .wsu-column, .wsu-row--sidebar-left .wsu-column:first-child,
																																									body.page-id-11288 .wsu-row--sidebar-left .wsu-column, .wsu-row--sidebar-left .wsu-column:first-child {
		width: 100% !important;
		flex-grow: 0;
		flex-shrink: 0;
	}
	
	body.page-id-16562 .wsu-column.wsu-border--add-left,
																																									body.page-id-16115 .wsu-column.wsu-border--add-left,
																																									body.page-id-15664 .wsu-column.wsu-border--add-left,
																																									body.page-id-15323 .wsu-column.wsu-border--add-left,
																																									body.page-id-15042 .wsu-column.wsu-border--add-left,
																																									body.page-id-14796 .wsu-column.wsu-border--add-left,
																																									body.page-id-14489 .wsu-column.wsu-border--add-left,
																																									body.page-id-14045 .wsu-column.wsu-border--add-left,
																																									body.page-id-13866 .wsu-column.wsu-border--add-left,
																																									body.page-id-13564 .wsu-column.wsu-border--add-left,
																																									body.page-id-13060 .wsu-column.wsu-border--add-left,
																																									body.page-id-12656 .wsu-column.wsu-border--add-left,
																																									body.page-id-12135 .wsu-column.wsu-border--add-left,
																																									body.page-id-11798 .wsu-column.wsu-border--add-left,
																																									body.page-id-11288 .wsu-column.wsu-border--add-left {
		border: none;
	}
}

/*HOMEPAGE STYLING ADJUSTMENTS*/
/*section.home-deans-message .wsu-card-wrapper--per-row-1 .wsu-card {
	width: calc(100% - (.875rem * 2));
}*/
body.home article.wsu-card div.wsu-card__content h2.wsu-title {
	font-size: 1.25rem;
}

body.home article.wsu-card,
body.page-id-19613 article.wsu-card {
	margin-left: .875rem;
	margin-right: .875rem;
}

body.home #wsu-content > article > div > div.wsu-container.wsu-width--full.wsu-spacing-before--xmedium.last-row > div > div > div.wsu-row--thirds,
body.page-id-19613 #wsu-content > article > div > div.wsu-container.wsu-width--full.wsu-spacing-before--xmedium.last-row > div > div > div.wsu-row--thirds {
	margin: 0 !important;
}

body.home div.carson-pro-section div.wsu-container div.wsu-row,
body.home #wsu-content > article > div > div.wsu-container.wsu-width--full.wsu-spacing-before--xmedium.last-row > div > div,
body.page-id-19613 div.carson-pro-section div.wsu-container div.wsu-row,
body.page-id-19613 #wsu-content > article > div > div.wsu-container.wsu-width--full.wsu-spacing-before--xmedium.last-row > div > div {
	margin-left: -.875rem;
	margin-right: -.875rem;
}

body.home div.carson-pro-section div.wsu-container div.wsu-row div.wsu-container,
body.page-id-19613 div.carson-pro-section div.wsu-container div.wsu-row div.wsu-container {
	margin: 1.75rem .875rem;
}

/*MOBILE ADJUSTMENTS*/
@media (max-width: 860px) {
	body.home div.DirectorsMessage-Row div.wsu-column:first-child,
		body.page-id-19613 div.DirectorsMessage-Row div.wsu-column:first-child {
		padding-left: 1.75rem;
	}
	
	body.home div.DirectorsMessage-Row div.wsu-column:last-child,
		body.page-id-19613 div.DirectorsMessage-Row div.wsu-column:last-child {
		padding-right: 1.75rem;
	}
	
	body.home #wsu-content > article > div > div.wsu-container.carson-pro-section.wsu-width--full.wsu-color-background--gray-85 > div > div > div.wsu-column.wsu-spacing-top--small.wsu-spacing-bottom--small.wsu-spacing-padding-right--none.wsu-spacing-padding-left--small,
		body.page-id-19613 #wsu-content > article > div > div.wsu-container.carson-pro-section.wsu-width--full.wsu-color-background--gray-85 > div > div > div.wsu-column.wsu-spacing-top--small.wsu-spacing-bottom--small.wsu-spacing-padding-right--none.wsu-spacing-padding-left--small {
		padding: 0 !important;
	}
	
	body.home #wsu-content > article > div > div.wsu-container.carson-pro-section.wsu-width--full.wsu-color-background--gray-85 > div > div > div.wsu-column.wsu-spacing-padding-left--none.wsu-spacing-padding-right--none > div,
		body.page-id-19613 #wsu-content > article > div > div.wsu-container.carson-pro-section.wsu-width--full.wsu-color-background--gray-85 > div > div > div.wsu-column.wsu-spacing-padding-left--none.wsu-spacing-padding-right--none > div {
		margin-bottom: 0;
	}
	
	body.home #wsu-content > article > div > div.wsu-container.wsu-width--full.wsu-spacing-before--xmedium.last-row > div > div,
		body.page-id-19613 #wsu-content > article > div > div.wsu-container.wsu-width--full.wsu-spacing-before--xmedium.last-row > div > div {
		margin-left: -.875rem !important;
		margin-right: -.875rem !important;
	}
	
	body.page-id-7818 div.wsu-column.wsu-border--add-left.wsu-border--color-crimson-light.align-verticalCenter.country-list {
		border-left: none;
	}
	
	body.page-id-7818 div.wsu-column.wsu-border--add-left.wsu-border--color-crimson-light.align-verticalCenter.country-list p.has-text-align-left {
		text-align: center;
	}
}

@media (max-width: 767px) {
	body.category main.wsu-wrapper-main article.wsu-article,
																																																																																																																											body.blog main.wsu-wrapper-main article.wsu-article {
		flex-direction: column-reverse;
		padding: 0;
		box-shadow: none;
	}
	
	body.category main.wsu-wrapper-main article.wsu-article div.wsu-article__thumbnail,
																																																																																																																											body.blog main.wsu-wrapper-main article.wsu-article div.wsu-article__thumbnail {
		width: 100%;
		padding: 0;
	}
	
	body.category main.wsu-wrapper-main article.wsu-article div.wsu-article__inner-wrapper,
																																																																																																																											body.blog main.wsu-wrapper-main article.wsu-article div.wsu-article__inner-wrapper {
		width: 100%;
		padding: 0 1rem .5rem;
		margin-top: -7px;
		box-shadow: rgba(9,30,66,0.25) 0 4px 8px -2px, rgba(9,30,66,0.08) 0 0 0 1px;
		box-sizing: border-box;
	}
	
	body.category main.wsu-wrapper-main article.wsu-article div.wsu-article__inner-wrapper header.wsu-article__header h2,
																																																																																																																						body.blog main.wsu-wrapper-main article.wsu-article div.wsu-article__inner-wrapper header.wsu-article__header h2 {
		padding-top: 1.5rem;
	}
}