#jacket #binder #spine #shelve,.main-header,#spine section,#spine footer {
	display: none;
}

#binder.fluid.max-1980 {
	max-width: 1920px;
}

#jacket #binder #wsuwp-main {
	background: #fff;
	margin-top: 66px;
}

#binder.fluid #spine .spine-header {
	border-top: 4px solid #a60f2d;
	border-bottom: 1px solid #e8e8e8;
	height: 66px;
}

#binder.fluid #wsu-signature,#spine.cropped.skimmed:not(.unshelved) #wsu-signature {
	background-position: center;
	background-size: auto 30px;
	height: 61px;
}

.spacing-loose .halves.gutter .column.two:not(.gutterless) {
	padding-left: 4rem;
}

.spacing-loose .halves.gutter .column.one:not(.gutterless) {
	padding-right: 4rem;
}

.column {
	text-align: center;
}

.need-to-know .one,.next-level .column,.footer .column {
	text-align: left;
}

body {
	color: #4c4c4c;
}

h1 {
	font-size: 42px;
	font-weight: 300;
	padding-bottom: 70px;
	position: relative;
	text-transform: uppercase;
}

h1:after,h2:after {
	background: #a60f2d;
	bottom: 30px;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 100px;
}

h1 span {
	font-weight: 800;
}

h2 {
	font-size: 14px;
	letter-spacing: 6px;
	padding-bottom: 28px;
	position: relative;
	text-transform: uppercase;
}

h2:after {
	bottom: 10px;
	width: 50px;
}

h2 span {
	color: #a60f2d;
	font-size: 10px;
	letter-spacing: 1px;
}

h3 {
	font-size: 22px;
	font-weight: 300;
	padding-top: 1.5rem;
	text-transform: uppercase;
}

p,ul {
	line-height: 2.2;
}

ul {
	list-style: none;
}

blockquote:before {
	color: #a60f2d;
	content: "\201C";
	display: block;
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 120px;
	font-weight: 800;
	padding-bottom: 18px;
}

blockquote p {
	font-size: .85em;
	font-family: "Open Sans", "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	padding-bottom: 20px;
}

blockquote p em {
	font-size: 16px;
	font-weight: 300;
	line-height: normal;
}

.h1-header .column {
	padding-top: 7rem;
}

.intro .column {
	float: none;
	margin: 0 auto;
	max-width: 990px;
}

.intro p {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.8;
}

.menu .column {
	padding-bottom: 6rem;
}

.menu ul {
	padding-left: 0;
	padding-right: 0;
}

.menu li {
	box-sizing: border-box;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	min-width: 49%;
	padding: 0 .5rem;
	position: relative;
	text-transform: uppercase;
	z-index: 1;
}

.menu a {
	border-bottom: 1px solid transparent;
	color: #4c4c4c;
	display: inline-block;
	padding: 23px 0;
	position: relative;
	transition: color .4s ease-in-out;
}

.menu a:before {
	background: #a60f2d;
	bottom: 0;
	content: "";
	display: block;
	height: 5px;
	left: 0;
	margin: 0 auto;
	opacity: 0;
	position: absolute;
	right: 0;
	transition: opacity .4s ease-in-out, width .4s ease-in-out;
	width: 0;
}

.menu a:hover {
	color: #a60f2d;
}

.menu a:hover:before,
.menu a.active:before {
	opacity: 1;
	width: 100%;
}

.menu a:after {
	background: url(https://murrow.wsu.edu/wp-content/themes/murrow-theme/images/icons/link.svg) no-repeat;
	background-size: 90%;
	content: "";
	display: inline-block;
	height: 1em;
	margin-bottom: -2px;
	margin-left: .5em;
	width: 1em;
}

.campuses .column {
	padding-top: 42%;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.btn {
	border: 1px solid #4c4c4c;
	border-radius: 2px;
	color: #4c4c4c;
	display: inline-block;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 30px;
	padding: 3px 0;
	text-transform: uppercase;
	transition: background .4s ease, border-color .4s ease, color .4s ease;
	width: 250px;
}

.btn:hover {
	background: #a60f2d;
	border-color: #a60f2d;
	color: #fff;
}

.students {
	background: url(https://s3.wp.wsu.edu/uploads/sites/1763/2017/10/ico-people.png) no-repeat left 12px;
	background-size: 16px;
	border-top: 1px solid #e5e5e5;
	font-size: 12px;
	padding: 8px 0 10px 25px;
	text-align: left;
}

.need-to-know {
	border-top: 1px solid #f0f1f2;
}

.need-to-know {
	padding-bottom: 8rem;
	padding-top: 3.5rem;
}

.need-to-know .one ul {
	padding: 6px 0 0;
}

.need-to-know .one li {
	border-bottom: 1px solid #e5e5e5;
	font-size: 15px;
	max-width: 420px;
	padding: 4px 0 8px 30px;
}

.need-to-know .one li:last-of-type {
	border-bottom: none;
}

.need-to-know .one li a {
	color: #a60f2d;
	display: inline-block;
	position: relative;
	transition: color .4s ease;
	z-index: 1;
}

.need-to-know .one li a:before,
.need-to-know .one li a:after {
	background: #ffffff;
	bottom: 0;
	content: '';
	display: block;
	height: 3px;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.need-to-know .one li a:after {
	background: #a60f2d;
	left: 0;
	margin: 0 auto;
	opacity: 0;
	right: 0;
	transition: opacity .4s ease, width .4s ease-in-out;
	width: 0;
}

.need-to-know .one li a:hover {
	color: #a60f2d;
}

.need-to-know .one li a:hover:after {
	opacity: 1;
	width: 100%;
}

.need-to-know .two {
	padding-top: 8rem;
}

.need-to-know .two img {
	border-radius: 50%;
}

.need-to-know .center {
	width: inherit;
	margin: 0 auto;
}

.photo {
	border-bottom: 20px solid #ca1237;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	padding-bottom: 25%;
}

#binder.fluid.max-1980 .max-1024 .row {
	margin: 0 auto;
	max-width: 1024px;
}

.dark-gray-background {
	background: #4c4c4c;
	color: #fff;
}

.dark-gray-background a {
	color: #e8e8e8;
	display: inline-block;
	position: relative;
}

.dark-gray-background a:before {
	background: #fff;
	bottom: 0;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	margin: 0 auto;
	opacity: 0;
	position: absolute;
	right: 0;
	transition: opacity .4s ease, width .4s ease-in-out;
	width: 0;
}

.dark-gray-background a:hover:before {
	opacity: 1;
	width: 100%;
}

.next-level {
	padding-bottom: 3rem;
	padding-top: 4rem;
}

.next-level h4 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	padding-bottom: 8px;
	line-height: 1.4;
}

.next-level li {
	font-size: 12px;
	padding: 0 0 8px;
}

.next-level dl {
	display: flex;
	padding-top: 2.75rem;
}

.next-level dt {
	border-right: 1px solid rgba(255,255,255,0.3);
	font-size: 72px;
	font-weight: 800;
	line-height: 1.2;
	padding-right: 10px;
}

.next-level dt sup {
	font-size: 35px;
	font-weight: 600;
}

.next-level dd {
	font-size: 12px;
	line-height: 1.5;
	padding: 18px 0 10px 20px;
}

.footer {
	font-size: 10px;
	padding-bottom: 5rem;
}

.footer p {
	border-top: 1px solid #5d5d5d;
	padding-top: 7px;
}

.footer a {
	margin-right: 1rem;
	text-transform: uppercase;
}

.footer a:first-of-type {
	text-transform: initial;
}

.footer a:last-of-type {
	background: url(https://s3.wp.wsu.edu/uploads/sites/1763/2017/10/ico-up-arrow-thin-wht.png) no-repeat center;
	background-size: 20px;
	float: right;
	margin-right: 0;
	text-indent: -9999px;
	width: 20px;
}

@media only screen and (max-width: 425px) {
	#binder #wsu-signature, [class*="-signature"] #binder #wsu-signature {
		background-position: 50% 60%;
	}
}

@media only screen and (min-width: 470px) {
	.menu li {
		min-width: 32%;
	}
}

@media only screen and (min-width: 660px) {
	.menu li {
		min-width: 0;
	}
}

@media only screen and (min-width: 694px) {
	.menu .column {
		padding-bottom: 11rem;
	}
	
	.menu ul {
		left: 0;
		padding: 0;
		position: absolute;
		right: 0;
	}
	
	.menu .fixed {
		position: fixed;
		top: 65px;
		z-index: 2;
	}
	
	.menu .fixed:before {
		background: #f9fafb;
		border-bottom: 1px solid #e8e8e8;
		border-top: 1px solid #e8e8e8;
		box-sizing: border-box;
		content: "";
		left: 50%;
		height: 100%;
		position: absolute;
		top: 0;
		transform: translateX(-50%);
		width: 100vw;
	}
	
	.campuses:nth-of-type(odd) .two,.campuses:nth-of-type(even) .one {
		background-color: #f9fafb;
	}
	
	.campuses .column {
		display: flex;
		flex-direction: column;
		padding-top: 21%;
		position: relative;
	}
	
	.campuses .column p:nth-last-of-type(2) {
		margin-top: auto;
	}
	
	.campuses .column:before {
		border: 1px solid transparent;
		border-bottom-width: 0;
		box-sizing: border-box;
		content: "";
		height: 0;
		display: block;
		left: 2rem;
		margin: 0 auto;
		position: absolute;
		right: 2rem;
		top: 2rem;
		width: 0;
		transition: border-bottom-width .1ms ease-in-out .2s, height .2s ease-in-out .2s, width .2s ease-in-out .4s, border-color .2s ease-in-out .6s;
	}
	
	.campuses .column:hover:before {
		border-color: #b1b1b1;
		border-bottom-width: 1px;
		width: calc(100% - 4rem);
		height: calc(100% - 4rem);
		transition: width .2s ease-in-out, height .2s ease-in-out .2s, border-bottom-width .1ms ease-in-out .4s;
	}
	
	.campuses .column:after {
		background: #fff;
		bottom: 2rem;
		content: "";
		height: 1px;
		display: block;
		left: 2rem;
		margin: 0 auto;
		position: absolute;
		right: 2rem;
		width: calc(100% - 4rem);
		transition: width .2s ease-in-out;
	}
	
	.campuses:nth-of-type(odd) .two:after,.campuses:nth-of-type(even) .one:after {
		background: #f9fafb;
	}
	
	.campuses .column:hover:after,.campuses .column.active:after {
		width: 0;
		transition: width .2s ease-in-out .4s;
	}
	
	.campuses .column.active:before {
		border-color: #a60f2d;
		border-bottom-width: 1px;
		width: calc(100% - 4rem);
		height: calc(100% - 4rem);
		transition: width .2s ease-in-out, height .2s ease-in-out .2s, border-bottom-width .1ms ease-in-out .4s;
	}
	
	.campuses .column * {
		position: relative;
	}
	
	.need-to-know {
		padding-top: 7rem;
	}
	
	.need-to-know .two {
		padding-top: 0;
	}
}

@media screen and (min-width: 990px) {
	#spine.cropped,#spine.cropped #glue {
		left: 0 !important;
		height: 50px !important;
		min-height: 50px !important;
		width: 100vw !important;
	}
	
	#binder #spine header {
		top: 0;
		left: 0;
		width: 100%;
		position: fixed;
	}
	
	.admin-bar #binder #spine header {
		top: 32px;
	}
	
	#wsu-signature,#spine.cropped.skimmed:not(.unshelved) #wsu-signature {
		background-image: url(https://repo.wsu.edu/spine/1.4.7/marks/wsu-signature-horizontal.svg);
	}
	
	.admin-bar .menu .fixed {
		margin-top: 31px;
	}
}

@media screen and (min-width: 1920px) {
	#wsuwp-main {
		border-left: 1px solid #e8e8e8;
		border-right: 1px solid #e8e8e8;
	}
}