/*
Welcome to custom CSS for the WSU Spine Theme!

You may delete these comments and get started with your custom stylesheet.
Before doing so, please review the WSU web standards:

https://brand.wsu.edu/media/web/web-standards/

As a general rule of thumb, if your styles target aspects of the spine
(#spine), that's against standard, whereas if you're styling elsewhere on
the page, it's all good.
*/
.foundation-signature .darker #wsu-signature {
	background-image: url(https://s3.wp.wsu.edu/uploads/sites/2733/2021/08/advancement_logo_vertical_WHITE.svg);
}

.foundation-signature #spine.cropped.skimmed.darker #wsu-signature, .print .foundation-signature .darker #wsu-signature, .print.foundation-signature .darker #wsu-signature, .spine-mobile .foundation-signature .darker #wsu-signature, .spine-mobile.foundation-signature .darker #wsu-signature {
	background-image: url(https://s3.wp.wsu.edu/uploads/sites/2733/2021/08/advancement_logo_horizontal_WHITE.svg);
}

.article-date {
	display: none !important;
}

.article-author {
	display: none !important;
}

.hero-footer {
	display: none !important;
}

.main-footer {
	display: none !important;
}

#builder-section-1630348009326 {
	background: #981e32;
	padding-bottom: 25px;
}

#builder-section-1630537654057 {
	background: #eff0f1;
	padding-bottom: 25px;
}

@media screen and (max-width: 693px) {
	.newsletter-title {
		font-size: 60px !important;
		line-height: 60px !important;
	}
	
	.ceo-header {
		padding: 0 0 10px !important;
		font-size: 22px !important;
		line-height: 22px !important;
	}
}

@media only screen and (max-width:396px) {
	.newsletter-title {
		font-size: 48px !important;
		line-height: 48px !important;
	}
	
	.newsletter-subtitle {
		padding-left: 3px !important;
		font-size: 20px !important;
		line-height: 20px !important;
	}
	
	.ceo-header {
		padding: 0 0 10px !important;
		font-size: 22px !important;
		line-height: 22px !important;
	}
	
	.give-box {
		padding: 25px 0 0 !important;
	}
}