/*
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.
*/
figcaption {
	text-align: left !important;
}

.clear-float {
	clear: both;
}

.tablepress.reduce-size * {
	font-size: 16px;
	line-height: 1.5;
}

.tablepress.reduce-size ol,
.tablepress.reduce-size ul {
	margin-bottom: .875em;
}

.tablepress.reduce-size li {
	margin-bottom: unset;
}

.wp-block-table table {
	margin-bottom: .875em;
}

.wp-block-table figcaption {
	margin-bottom: 1em;
}

.wp-block-table.caption-above {
	display: flex;
	flex-direction: column-reverse;
}

.wp-block-table.caption-above figcaption {
	font-size: 16px;
}

/* Add class to center research partner logos (card group) */
.wsu-card-wrapper.research-partners .wsu-card .wsu-card__content {
	display: none;
}

.wsu-card-wrapper.research-partners .wsu-card {
	display: grid;
	justify-content: center;
	align-content: center;
}

.wsu-card-wrapper.research-partners {
	justify-content: center;
}

.wsu-card-wrapper.card-contain .wsu-card .wsu-image-frame img, 
.wsu-card.card-contain .wsu-image-frame img {
	object-fit: contain;
}

.wsu-card.no-pad-content .wsu-card__content {
	padding-bottom: 0;
}

.outline-term {
	display: inline-block;
	border: 1px solid #262626;
	border-radius: 5px;
	padding: 0 0.5ch;
	margin: 0 0.5ch .5em;
}

/***********************/
/** Tablepress styles **/
/***********************/
.tablepress-id-2 :is(.column-1,.column-4,.column-5,.column-6) {
	border-right: 1px solid;
}

/***********************************/
/** PRINT STYLESHEET REMOVE WHEN  **/
/** OFFICIAL SOLUTION IS RELEASED **/
/***********************************/
@media print {
	/* Remove site header and nav */
	.wsu-wrapper-global {
		width: 100%;
	}
	
	.wsu-wrapper-content {
		padding: 0 !important;
	}
	
	header, footer {
		display: none;
		background-color: transparent !important;
		min-height: unset !important;
	}
	
	nav, .wp-block-spacer {
		display: none !important;
	}
	
	header > div {
		padding-left: 0 !important;
		flex-direction: row !important;
	}
	
	header > div * {
		font-size: 12pt !important;
		line-height: 1 !important;
		padding: 0 !important;
		margin: 0 !important;
		margin-right: 1ch !important;
	}
	
	.wsu-navigation-site-vertical ~ .wsu-wrapper-site {
		width: 100%;
		margin-left: 0 !important;
	}
	
	/*Set page box and margins */
	@page {
	/*size: 8.5in 11in;*/
		margin: .75in 1in;
	}
	
	article {
		width: 100%;
	/*max-width: 7.5in;*/
		margin: 0;
		float: none;
	}
	
	figure, img {
		break-inside: avoid;
		page-break-inside: avoid;
	}
	
	/* Set defaults */
	html {
		background: #fff !important;
		color: #000;
		break-inside: auto;
		page-break-inside: auto;
	}
	
	html, p, ul, ol {
		font-size: 10pt;
	/*line-height: 1.25;*/
		font-weight: 400;
		margin-bottom: 1.25em;
	}
	
	ol li, ul li {
		margin-left: .875em;
	}
	
	li {
		margin-bottom: unset !important;
		break-inside: avoid;
		page-break-inside: avoid;
	}
	
	h1 {
		font-size: 18pt !important;
		margin-top: 25px;
		margin-bottom: 25px !important;
	}
	
	h2, h3, h4, .tablepress-table-name {
		font-size: 14pt !important;
	}
	
	.wp-block-table table *,
		table.tablepress, 
		table.tablepress * {
		font-size: 9pt !important;
		font-weight: 400 !important;
	}
	
	.wp-block-table table, 
		table.tablepress {
		max-width: calc(7.5in - 2em);
	}
	
	/* Expand accordions */
	.wsu-accordion:not(.wsu-accordion--open) .wsu-accordion__content {
		visibility: visible;
		max-height: none;
		overflow: auto;
	}
	
	/****************/
	/* Handle links */
	/****************/
	a:link, a:visited, a {
		background: transparent;
		color: #520;
		font-weight: bold;
		text-decoration: underline;
		text-align: left;
	}
	
	a {
		break-inside: avoid;
		page-break-inside: avoid;
	}
	
	/* Print link URLs */
	a[href^=http]:after {
		content: "[" attr(href) "] ";
		font-size: 8pt !important;
		line-height: 1.2 !important;
		font-weight: 500;
		font-style: italic.;
		display: inline;
		padding-left: 0.5ch;
	}
	
	a:not(:local-link):after {
		content: "[" attr(href) "] ";
		font-size: 8pt !important;
		line-height: 1.2 !important;
		font-weight: 500;
		font-style: italic.;
		display: inline;
		padding-left: 0.5ch;
	}
	
	$a:after > img {
		content: "";
	}
	
	article a[href^="#"]:after {
		content: "";
	}
	
	header a:after {
		content: "" !important;
	}
}

/* Hide nav/site branding on factsheets */
:is(
  .postid-5768,
  .postid-5931,
  .postid-5997,
  .postid-5995,
  .postid-6104,
  .postid-6198,
  .postid-6374,
  .postid-6378,
  .postid-6382,
  .postid-6385,
  .postid-6387,
  .postid-6389,
  .postid-6392,
  .postid-6394,
  .postid-6396,
  .postid-6398,
  .postid-6400,
  .postid-6402,
  .postid-6923,
  .postid-7076,
  .postid-7107
) nav#wsu-navigation-vertical,
:is(
  .postid-5768,
  .postid-5931,
  .postid-5997,
  .postid-5995,
  .postid-6104,
  .postid-6198,
  .postid-6374,
  .postid-6378,
  .postid-6382,
  .postid-6385,
  .postid-6387,
  .postid-6389,
  .postid-6392,
  .postid-6394,
  .postid-6396,
  .postid-6398,
  .postid-6400,
  .postid-6402,
  .postid-6923,
  .postid-7076,
  .postid-7107
) .wsu-footer-site,
:is(
  .postid-5768,
  .postid-5931,
  .postid-5997,
  .postid-5995,
  .postid-6104,
  .postid-6198,
  .postid-6374,
  .postid-6378,
  .postid-6382,
  .postid-6385,
  .postid-6387,
  .postid-6389,
  .postid-6392,
  .postid-6394,
  .postid-6396,
  .postid-6398,
  .postid-6400,
  .postid-6402,
  .postid-6923,
  .postid-7076,
  .postid-7107
) footer.wsu-article__footer {
	display: none;
}

:is(
  .postid-5768,
  .postid-5931,
  .postid-5997,
  .postid-5995,
  .postid-6104,
  .postid-6198,
  .postid-6374,
  .postid-6378,
  .postid-6382,
  .postid-6385,
  .postid-6387,
  .postid-6389,
  .postid-6392,
  .postid-6394,
  .postid-6396,
  .postid-6398,
  .postid-6400,
  .postid-6402,
  .postid-6923,
  .postid-7076,
  .postid-7107
) .wsu-navigation-vertical ~ .wsu-wrapper-site {
	margin-left: 0;
}

:is(
  .postid-5768,
  .postid-5931,
  .postid-5997,
  .postid-5995,
  .postid-6104,
  .postid-6198,
  .postid-6374,
  .postid-6378,
  .postid-6382,
  .postid-6385,
  .postid-6387,
  .postid-6389,
  .postid-6392,
  .postid-6394,
  .postid-6396,
  .postid-6398,
  .postid-6400,
  .postid-6402,
  .postid-6923,
  .postid-7076,
  .postid-7107
) .wsu-navigation-vertical ~ .wsu-wrapper-site .wsu-width--full {
	margin-left: calc((100vw - 100%) / -2);
	margin-right: calc((100vw - 100%) / -2);
}

:is(
  .postid-5768,
  .postid-5931,
  .postid-5997,
  .postid-5995,
  .postid-6104,
  .postid-6198,
  .postid-6374,
  .postid-6378,
  .postid-6382,
  .postid-6385,
  .postid-6387,
  .postid-6389,
  .postid-6392,
  .postid-6394,
  .postid-6396,
  .postid-6398,
  .postid-6400,
  .postid-6402,
  .postid-6923,
  .postid-7076,
  .postid-7107
) .wsu-hero.wsu-width--full.wsu-pattern--wsu-light-radial-left.wsu-hero--size-xsmall.wsu-hero--style-boxed .wsu-hero__content-wrapper {
	min-height: 300px !important;
	padding-top: 3.125rem !important;
	padding-bottom: 3.125rem !important;
}