/*
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:

http://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.
*/
@media only screen and (min-width: 990px) {
	#binder.fluid.max-1386, #binder.fluid.max-1386 .row {
		max-width: 100%;
	}
}

main section:nth-child(2) {
	padding: 2rem 20% 4rem;
	font-size: 16px;
}

.scrub {
	cursor: pointer;
}

.scrub-mark-text {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	font-size: 12px;
}

.scrub-shade-overlay {
	width: 1px;
	background: rgba(255,255,255,.8);
	border: 10px solid rgba(0,0,0,.3);
	border-top: none;
	border-bottom: none;
	margin-left: -10px;
}

h2 {
	font-size: 1.1rem;
	color: #981e32;
	padding: .5rem 0 .2rem;
	font-weight: 700;
	margin: 1.5rem 0 1rem;
}

h3 {
	font-size: 1rem;
	font-weight: 700;
	padding: .25rem 0 .2rem;
}

h2 + h3 {
	padding-top: 0;
}

.ti-date-wrap {
	padding-bottom: .5rem;
}

span.start-date,
span.end-date {
	color: #981e32;
}

span.end-date:before {
	content: "- ";
}

section.halves.row:before {
	content: "";
	position: absolute;
	width: calc(50% - 2px);
	top: 0;
	left: 0;
	bottom: 0;
	height: auto;
	visibility: visible;
	border-right: 4px solid #981e32;
	overflow: visible;
}

.fluid .row.halves .column {
	width: 100%;
}

.ti-inside-wrap {
	width: 35%;
}

.one .ti-inside-wrap {
	text-align: right;
	margin-left: 5%;
}

.one .ti-inside-wrap .t-content {
	text-align: left;
}

.two .ti-inside-wrap {
	float: right;
	margin-right: 5%;
}

.one .ti-inside-wrap figure,
.two .ti-inside-wrap figure {
	width: 25%;
}

.open .t-featured-image {
	width: 0 !important;
	margin: 0;
}

.ti-inside-wrap figure {
	float: left;
	margin: 0 1rem 1rem 0;
}

.one:nth-child(3n) .ti-inside-wrap {
	margin-left: 10%;
}

.one:nth-child(7n) .ti-inside-wrap {
	margin-left: 10%;
}

.two:nth-child(3n) .ti-inside-wrap {
	margin-right: 10%;
}

.two:nth-child(7n) .ti-inside-wrap {
	margin-right: 10%;
}

.ti-date-wrap {
}

.ti-date-wrap:before {
	content: "";
	position: absolute;
	height: 2px;
	background: #981e32;
	width: 9%;
	margin-top: 11px;
}

.one .ti-date-wrap:before {
	right: 50%;
}

.two .ti-date-wrap:before {
	left: 50%;
}

.one:nth-child(3n) .ti-inside-wrap .ti-date-wrap:before,
.one:nth-child(7n) .ti-inside-wrap .ti-date-wrap:before,
.two:nth-child(3n) .ti-inside-wrap .ti-date-wrap:before,
.two:nth-child(7n) .ti-inside-wrap .ti-date-wrap:before {
	width: 4%;
}

.ti-inside-wrap {
	margin-top: -50px;
}

.ti-container:first-child {
	margin-top: 50px;
}

.decade {
	float: left;
	position: relative;
}

.decade-item {
	background-color: #ebebeb;
	background-repeat: no-repeat;
	background-size: 60%;
	padding: 2rem 0;
	margin: 8rem 0;
	border: 1px solid #5e6a71;
	border-right: none;
	border-left: none;
	position: relative;
}

.decade-image {
	position: absolute;
	width: 60%;
	background-size: cover;
	top: 0;
	bottom: 0;
}

.decade-item-title,
.decade-item-content {
	width: 35%;
	margin-left: 60%;
	padding-left: 2rem;
	box-sizing: border-box;
	display: block;
}

.decade-item-title {
	font-size: 4.5rem;
	line-height: 1;
	font-weight: 800;
	padding-top: 1.5rem;
	font-family: proxima-nova;
}

.decade-item-content {
	padding-top: 1.5rem;
	line-height: 1.5;
}

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

.t-content-expanded {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height .3s ease;
	-moz-transition: max-height .3s ease;
	transition: max-height .3s ease;
}

.open .t-content-expanded {
	max-height: 9000px;
}

.one .ti-feature-wrap {
	float: right;
	width: 40%;
	margin-right: 10%;
	margin-bottom: 4rem;
}

.two .ti-feature-wrap {
	float: left;
	width: 40%;
	margin-left: 10%;
	margin-bottom: 4rem;
}

.one figure.ti-feature {
	text-align: left;
	margin-left: 2px;
}

.two figure.ti-feature {
	text-align: right;
	margin-right: 2px;
}

.ti-feature-wrap {
	max-height: 0;
	transition: all .5s ease;
}

.open .ti-feature-wrap {
	max-height: initial;
}

.ti-feature-wrap img {
	opacity: 0;
	transition: all .5s ease;
}

.open .ti-feature-wrap img {
	opacity: 1;
}

.ti-footer figure {
	transition: all .5s ease;
}

.open .ti-footer figure {
	opacity: 0;
}

.ti-container {
	transition: all .5s ease;
}

.ti-container.open {
	padding: 3rem 0;
}

.open .t-content-expanded figure {
	width: 100% !important;
}

.ti-read-more {
	cursor: pointer;
	transition: all .3s ease;
}

.ti-read-more:hover {
	color: #5e6a71;
}

main a {
	box-shadow: none;
	border-bottom: none;
}

main a:hover {
	background: none;
	border-bottom: none;
	box-shadow: none;
}

/*
.ti-feature-wrap,
.t-content-expanded {
	display: none;
}

.ti-feature-wrap {
	visibility: none;
	transition: visibility .5s ease;
}

.open .ti-feature-wrap,
.open .t-content-expanded {
	display: block;
	visibility: visible;
}
*/
.ti-read-more {
	color: #981e32;
	text-transform: uppercase;
	font-size: .9rem;
	font-weight: 700;
	display: block;
	margin-bottom: .2rem;
}

.ti-footer-meta {
	text-align: left;
	margin-top: .5rem;
}

.ti-social {
	border-top: 1px solid #981e32;
	display: inline;
	padding-top: .9rem;
}

.ti-social a {
	color: #5e6a71;
	display: inline-block;
	text-indent: -99164px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 0 !important;
	position: relative;
	text-transform: none;
	width: 25px;
	transition: color .3s ease;
}

.ti-social a:before {
	font-family: Spine-Icons;
	position: absolute;
	top: .5rem;
	left: .2rem;
	text-indent: 0;
	text-align: left;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ti-social a.twitter:before {
	content: "T";
}

.ti-social a.twitter:hover {
	color: #55acee;
}

.ti-social a.facebook:before {
	content: "F";
}

.ti-social a.facebook:hover {
	color: #3B5998;
}

@media only screen and (max-width: 700px) {
	.home #spine {
		display: block;
	}
}

@media only screen and (max-width: 650px) {
	.ti-inside-wrap {
		width: 100% !important;
		margin: 0 !important;
		text-align: left !important;
	}
	
	.ti-date-wrap:before,
							section.halves.row:before {
		display: none;
	}
	
	.decade {
		width: 100%;
	}
	
	.decade-item {
		margin-top: 0;
	}
	
	.fluid .row.halves .column.ti-container {
		margin: 2rem 5%;
		padding: 2rem 0;
		border-bottom: 1px solid rgba(0,0,0,.2);
		width: 90%;
		box-sizing: border-box;
	}
	
	.ti-container:after {
		content: "";
		display: table;
		clear: both;
	}
	
	.ti-feature-wrap {
		display: none;
	}
	
	.open .t-featured-image {
		width: 100% !important;
	}
	
	.open .ti-footer figure {
		opacity: 1;
	}
	
	.decade-item {
		padding-top: 0;
	}
	
	.decade-image {
		position: relative;
		width: 100%;
		height: 150px;
	}
	
	.decade-item-title, .decade-item-content {
		width: 100%;
		margin: 0;
		padding: 2rem 5% 0;
	}
	
	main section:nth-child(2) {
		padding: 2rem 5% 4rem;
	}
}