@import  "https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500&display=swap";

/*
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.
*/
#page-1113 {
	position: relative;
	top: -116px;
	width: 100%;
	z-index: 3;
}

.frontpage-left-content {
	width: 90%;
	max-width: 1072px;
	padding: 36px;
	font-family: 'Montserrat';
}

.intro-text {
	font-family: 'Montserrat';
	font-size: 18px;
	line-height: 28px;
}

.intro-text:after {
	content: "";
	display: block;
	width: 25%;
	background: #a31d36;
	height: 5px;
	margin-top: 25px;
	margin-bottom: 50px;
}

.instru-left {
	padding: 50px 10px 0 15px;
}

.graybar {
	content: "";
	background-color: #EBEBEB;
	position: relative;
	top: -180px;
	z-index: -1;
}

#instru-imgbx {
	margin-left: 0;
	margin-right: 12px;
}

#instru-imgbx figure {
	transition: .5s;
	position: relative;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 65%;
	transition: .5s;
	opacity: 0;
	background: white;
	text-align: center;
	padding-top: 35%;
}

#instru-imgbx:hover .overlay {
	opacity: .8;
}

#instru-imgbx figure:hover {
	z-index: 1;
	transform: scale(1.12);
	box-shadow: 0 25px 40px rgba(0,0,0,0.5);
}

#instru-imgbx h2 {
	text-transform: none;
}

.right-panel {
	margin-left: 15px !important;
	min-width: 285px;
}

.in-this-section {
	padding: 15px 0 50px 10px;
	background-color: #ebebeb;
}

.left-content {
	font-family: 'Montserrat';
	max-width: 1200px;
}

#post-807 h2 {
	line-height: 2em;
	text-transform: none;
}

#post-891 h2 {
	line-height: 2em;
	text-transform: none;
}

.return-to-top {
	margin: 50px 0 25px;
}

.hero-banner-copy {
	display: none;
}

.has-image .hero-banner-copy {
	display: block;
}

/*post-807 Facilities*/
#post-807 p a {
	color: #a31d36;
}

/*post-949 Personnel*/
#post-949 {
	font-family: 'Montserrat';
}

#post-949 h1 {
	text-transform: none;
}

#post-949 hr {
	margin: 5px 0 32px;
	border-top: 2px solid #e5e5e5;
}

/*post-32 Publications*/
#post-32 {
	font-family: 'Montserrat';
}

#post-32 ul {
	max-width: 800px;
}

#post-32 li {
	line-height: 20px;
	padding-bottom: 10px;
}

/*post-229 Sample Submittion*/
#post-229 {
	font-family: 'Montserrat';
}

#post-229 h2 {
	text-transform: none;
}

#post-229 ul {
	padding: 24px 0 24px 16px;
}

#post-229 li {
	font-size: 1.2em;
	line-height: unset;
	padding: 0 0 0 8px;
}

#post-229 p {
	padding: 0 0 16px 24px;
	max-width: 800px;
	line-height: 1.5em;
	font-weight: 300;
}

/*post-201 Contact*/
#post-201 {
	font-family: 'Montserrat';
}

#post-201 h2 {
	text-transform: none;
}

#post-201 p {
	padding: 12px 0 32px 32px;
}