@charset  "UTF-8";
@import  "https://webcore.fais.wsu.edu/resources/fais-repo/media/global/bafs.css";

a[href$='.pdf/'] {
	padding: .5rem 1.2rem !important;
}

a[href$='.pdf/']:before {
	position: static !important;
	color: #981e32 !important;
}

/*
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.
*/
/*
#spine li:not(.parent).dogeared>a {
	color: #ffffff;
	font-weight: 700;
}

body #wsuwp-main .sup-header-default a {
	color: #ffffff !important;
}

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, san-serif;
	font-size: 13px;
	color: #262a2d;
}

h3 {
	font-size: 1.5em;
	line-height: 1.4em;
	color: #981e32;
}

h4 {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #5e6a71;
}

.statementText {
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	height: 400px;
	line-height: 1em;
}

h2 {
	font-size: 1.8em;
	line-height: 1.3em;
	font-weight: normal;
}

.tableBorder11 th {
	border: 1px solid;
	padding: .3em .6em .3em 0;
	vertical-align: middle;
	text-align: center;
}

.tableBorder11 td {
	border: 1px solid;
	padding: 2px;
	vertical-align: middle;
}

.tableMarginCenter {
	margin-left: 20%;
	margin-right: 20%;
}
*/