@font-face {
	font-family: "Montserrat";
	src: local("Montserrat"), local(Montserrat), url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
	font-weight: 400;
	font-style: normal;
}

/* ---------------------------------- */
/* Spine Adjustment */
/* ---------------------------------- */
#spine .spine-sitenav a:hover, #spine .spine-sitenav .dogeared > a {
	color: #3f6b72;
}

#spine .spine-sitenav > ul > .active:first-child > a, #spine .spine-sitenav > ul > li:first-child > a:hover {
	background-image: url("https://repo.wsu.edu/spine/1.4.3/icons/home-gray.svg");
}

.builder-banner-content {
	border: 0;
}

.article-author {
	display: none;
}

.article-header {
	display: none;
}

.article-body {
	margin-top: 40px;
}

/* ---------------------------------- */
/* Header and Body Styles */
/* ---------------------------------- */
.container {
	height: 700px;
	margin-right: 40px;
	right: 0;
	position: relative;
}

.home-headline-container {
	position: absolute;
	text-align: right;
	bottom: 0;
	left: 65px;
}

.home-cred-container {
	position: absolute;
	text-align: right;
	bottom: 25px;
	right: 80px;
	height: 25px;
}

.gray-sidebar {
	width: 200px;
	background: #d7dadb;
	background-size: 100% auto;
	border-top: 0;
	border-bottom: 1px solid #8d959a;
	border-left: 0;
	border-right: 1px solid #8d959a;
	box-shadow: 4px 4px 10px 0 #ccc;
	border-radius: 15px;
	color: #2a3033;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-left: 1rem;
	padding-top: 1rem;
	padding-right: 1rem;
	padding-bottom: 1rem;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #82a9af;
	margin: 1em 0;
	padding: 0;
}

@media (max-width: 800px) {
	.home-cred-container {
		display: none;
	}
}

/* ---------------------------------- */
/* Typography */
/* ---------------------------------- */
body {
	font-size: 14px;
	color: #2f5055;
}

h1, h2, h3, h4, h5, h6 {
	color: #2f5055;
	font-family: 'Palatino Linotype', 'Garamond', 'Georgia', serif;
}

p {
	font-family: 'Montserrat', 'arial', sans-serif;
}

ul {
	color: #2f5055;
}

li {
	color: #2f5055;
	margin-bottom: 10px;
}

div.current-index ul {
	list-style-type: none;
}

figcaption {
	color: #2f5055;
}

.quicklinks a, .quicklinks a:hover {
	color: #2f5055;
}

.white-text {
	color: #fff;
}/* --------------*/
/*     Links     */
/* --------------*/
	
}

/*.gray-sidebar a {
	display: inline-block;
	color: #2f5055;
	position: relative;
	padding-bottom: 1px;
	text-decoration: none;
	border-bottom: 1px solid #b5babe;
}

main a:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -1px;
	height: 2px;
	width: 0;
	-webkit-transition: width 0 ease, background .4s ease;
	transition: width 0 ease, background .4s ease;
}

main a:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: -1px;
	height: 2px;
	width: 0;
	background: #2f5055;
	-webkit-transition: width .4s ease;
	transition: width .4s ease;
}

main a:hover {
	color: #2f5055;
}

main a:hover:before {
	width: 100%;
	background: #2f5055;
	-webkit-transition: width .4s ease;
	transition: width .4s ease;
}

main a:hover:after {
	width: 100%;
	background: transparent;
	-webkit-transition: all 0 ease;
	transition: all 0 ease;
}
*/
/* ---------------------------------- */
/* Gravity Forms                      */
/* ---------------------------------- */
form {
	padding: 0;
}

.gform_wrapper {
	margin: 0;
}

.gform_wrapper, .gfield_required {
	color: #8d959a;
}

.gfield_required, label.gfield_label {
	display: none;
}

/* ---------------------------------- */
/* Gallery Carosel Adjustment         */
/* ---------------------------------- */
.jp-carousel-image-meta {
	display: none;
}

#jp-carousel-comment-form {
	display: none;
}

.jp-carousel-photo-info {
	display: none;
}

/* ---------------------------------- */
/* Audio Player */
/* ---------------------------------- */
.mejs-container {
	margin-top: 10px;
}

/* ---------------------------------- */
/* Miscellaneous */
/* ---------------------------------- */
.indent {
	margin-left: 1em;
	margin-bottom: 1em;
}

/* ---------------------------------- */
/*            Grid styles             */
/* ---------------------------------- */
*, :after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.grid {
	width: 100%;
}

.grid .col-2-3 {
	float: left;
	width: 66.66%;
	padding-right: 2em;
}

.grid .col-1-3 {
	float: left;
	width: 33.33%;
	padding-right: 1em;
}

.grid .col-1-2 {
	float: left;
	width: 50%;
	padding-right: 2.5em;
}

.grid .col-1-4 {
	float: left;
	width: 25%;
	padding-right: 1em;
}

.grid .col-4-1 {
	float: left;
	width: 75%;
	padding-right: 1em;
}

.grid:after {
	content: "";
	display: table;
	clear: both;
}

/*changing hero title text color to white after setting it as page title turns it dark*/
.hero-text-page-title h1 {
	color: #fff;
}