/*
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.
*/
/*------ Mimic WSU Insider Styles for CAS Story Posts ---------*/
/*----------------------- Biography Styles in Cards ----------*/
.bios h3.wsu-title strong {
	font-weight: 700;
	color: #262626;
}

.bios .wsu-card .wsu-caption strong {
	font-size: 1.025rem;
	display: inline-block;
	margin-bottom: 2rem;
}

.bios .wsu-card .wsu-caption:not(:first-child) {
	font-size: 1.1rem;
	line-height: 1.55;
}

.bios .wsu-card .wsu-caption:not(:first-child) {
	margin-top: .25rem;
	color: #4c4c4c;
}

/*----------------------- Contact Styles at the bottom of Insider articles ----------*/
.wsu-media-contact__wrapper, 
.wsu-media-events__wrapper {
	list-style-type: disclosure-closed;
}