.wsu-custom-quick-escape {
	position: fixed;
	z-index: 9999;
	right: 30px;
	top: 80px;
}

@media screen and (max-width: 750px) {
	.wsu-custom-quick-escape {
		right: 30px;
		top: auto;
		bottom: 30px;
	}
}

@media print {
	.wsu-header-global, nav.wsu-navigation-site-vertical, .wsu-footer-site, .wsu-footer-global {
		display: none;
	}
	
	@page {
		margin-left: 5px;
		margin-right: 2px;
	}
	
	p, ul, ol {
		font-size: 12px;
		color: #000;
	}
	
	h1 {
		font-size: 30px;
	}
	
	h2 {
		font-size: 24px;
	}
	
	h3, h3 li {
		font-size: 20px;
	}
	
	h1, h2, h3, h4, h5, h6 {
		page-break-after: avoid;
	}
	
	p {
		orphans: 2;
		widows: 2;
	}
	
	a {
		text-decoration-color: #000;
		color: #000;
	}
	
	a:after {
		content: " " attr(href) ")";
	}
	
	/* escape button */
	section a.escapebutton {
		display: none;
	}
}

/* Report Ordered List Counter */
ol.counter ::marker /*li:before*/ {
	content: counters(list-item, ".") ". ";
/*	counter-increment:item; */
	position: absolute;
	margin-right: 100%;
	right: 10px;
/* space between number and text */
}

ol.counter li {
	display: block;
	position: relative;
}

ol.counter li li {
}

.no-bullet {
	list-style: none;
}

.no-bullet li {
	list-style: none;
}

.resource {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
}

.resource a {
	text-decoration: none;
	font-weight: 600;
}

.resource li {
	width: 350px;
	padding: 10px;
}

.resource li:hover {
	text-decoration: underline;
	background-color: #FFFFFF;
	border-left: 5px solid #5bc3f5;
}

.alpha-list {
	list-style-type: upper-alpha;
}

.move-right {
	text-indent: 5.5%;
}

.names {
	color: #A60F2D;
}

.compliance-border {
	padding-bottom: 20px;
	border-top: 6px solid #5BC3F5;
}

.Crimson-att {
	color: #CA1237;
}

.measures-list li {
	list-style-type: circle;
}

.clery-menu {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	height: 725px;
}

.clery-menu li {
	width: 500px;
	padding: 10px;
}

.clery-menu li:hover {
	background-color: #FFFFFF;
	border-left: 5px solid #5bc3f5;
}

.hs-menu {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
}

.hs-menu a {
	text-decoration: none;
	font-weight: 600;
}

.hs-menu li {
	width: 350px;
	padding: 10px;
}

.hs-menu li:hover {
	text-decoration: underline;
	background-color: #ebebeb;
	border-left: 5px solid #5bc3f5;
}

/* Checks for links that open in a new tab & without noreferrer & noopener */
body.logged-in a[target=_blank] {
	color: #000000;
	background-color: orange;
	border: 5px #000000 solid;
	padding: 8px;
}

body.logged-in a[target="_blank"]:not(a[rel="noreferrer noopener"]):after {
	background: white;
	content: " doesn't have noreferrer & noopener";
}

/* END Checks for links that open in a new tab & without noreferrer & noopener  */