body{
	font-family: 'Karla', sans-serif;
	color: #252b2c;
	margin: 0;
}
header{
	text-align: center;
	text-transform: uppercase;
	margin: 40px 0;
	position: relative;
	z-index: 999;
}
img{
	max-width: 100%;
}
p{
	line-height: 22px;
	word-spacing: 2px;
	text-align: justify;
}
a{
	word-break: break-word;
}
#logo{
	max-width: 340px;
	margin: auto;
}
.menu{
	display: inline-block;
	margin-top: 10px;
}
.menu .item{
	display: inline-block;
	margin: 0 10px;
	position: relative;
}
.item a{
	font-size: 14px;
	letter-spacing: 2px;
	color: #000;
	text-decoration: none;
}
.sub-menu{
	position: absolute;
	opacity: 0;
	transition: opacity 300ms, top 300ms;
	top: 80%;
	right: 0;
	background: rgba(255,255,255,0.6);
	padding:10px 5px 10px;
	pointer-events: none;
}
.contact, .contact a{
	color: #2b2b2b;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
}
.contact{
	border-left: 1px solid #2b2b2b;
	border-right: 1px solid #2b2b2b;
	height: 60px;
	padding: 0 30px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	font-size: 19px;
	margin-right: 30px;
}
.item:hover .sub-menu{
	opacity: 1;
	top: 100%;
	pointer-events: initial;
}
.sub-item{
	white-space: nowrap;
	text-align: right;
}

#nav-icon{
	width: 35px;
	height: 40px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	left: 22px;
}
#nav-icon span{
	display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #000;
  border-radius: 0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.white #nav-icon span{
	background: #ccc;
}
#nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 2px;
}

#nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 25px;
  left: 2px;
}
.mobile-menu-overlay{
	width: 100vw;
	height: 100vh;
	top:0;
	left:0;
	background: #fff;
	position: fixed;
	z-index: 20;
	justify-content: center;
	align-items: center;
	display: flex;
	text-align: center;
	pointer-events: none;
	opacity: 0;
	transition: opacity 400ms;
	text-transform: uppercase;
}
.mobile-menu-overlay .item{
	margin: 20px 0;
}
.mobile-menu-overlay.white{
	background: #000;
}
.mobile-menu-overlay.active{
	opacity: 1;
	pointer-events: initial;
}
.hamburger{
	position: absolute;
	display: none;
	right: 30px;
	top: 0;
}
.wrapper{
	max-width: 900px;
	margin: auto;
}
.s-wrapper{
	max-width: 680px;
	margin: auto;
}
.page-content{
	margin-top: 80px;
}
.quote{
	text-transform: uppercase;
	text-align: left;
	font-size: 14px;
	letter-spacing: 2px;
	padding: 20px 30px;
	background: #fff;
	-webkit-box-shadow: -2px 38px 32px -31px rgba(0,0,0,0.25);
	-moz-box-shadow: -2px 38px 32px -31px rgba(0,0,0,0.25);
	box-shadow: -2px 38px 32px -31px rgba(0,0,0,0.25);	
	line-height: 20px;
}
.press .publication-description{
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.quote-title{
	color: #fff;
	background: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	letter-spacing: 9px;
	font-size: 24px;
	padding: 14px 0;
}
.home-quote{
	margin-top: -50px;
	text-align: center;
}
.line-divider{
	width: 1px;
	margin: 30px auto;
	height: 30px;
	background: #000;
}
.title{
	font-weight: 700;
	letter-spacing: 2px;
	text-align: center;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.t-l{
	text-align: left;
}
.b-r{
	border-left: #5572A0 solid 14px;
}
.g-r{
	border-left: #56787A solid 14px;
}
.b-r{
	border-left: #3D4A70 solid 14px;
}
.v{
	color: #892E35;
	transition: color 300ms;
}
.v-g{
	background: #892E35;
}
.l-r{
	border-left: #892E35 solid 14px;
}
.t-c{
	text-align:center;
}
.b-g{
	background: #c19e61;
}
.g-g{
	background: #56787A;
}
.g{
	color: #56787A;
}
.b-b{
	background: #3D4A70;
}
.lb-g{
	background: #5572A0;
}
.lb{
	color: #5572A0;
}
.press-section{
	-webkit-box-shadow: 0px 10px 23px -1px rgba(0,0,0,0.17);
-moz-box-shadow: 0px 10px 23px -1px rgba(0,0,0,0.17);
box-shadow: 0px 10px 23px -1px rgba(0,0,0,0.17);
padding: 0 0 20px;
margin-bottom: 40px;
}

.section-title{
	transition: background 300ms;
	padding-top: 20px; 
	margin-bottom: 20px;
}
.block-link{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: 999;
}
.press-section.active .section-title{
	background: #56787A;
}
.press-section.active .g{
	color: #fff;
}

footer{
	border-bottom: 20px solid #1a1a1a;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
	padding-bottom: 20px;
}
footer img{
	margin: 20px 40px;
}
#stanford-logo{
	width: 100px;
}
#povgov-logo{
	width: 220px;
}
.slider{
	position: relative;
	margin: 40px 0;
	height: 480px;
}
.slide{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	transition: opacity 500ms;
}
.slide.active{
	opacity: 1;
}
.slide-footnote{
	background: #fff;
	display: inline-block;
	position: relative;
	top: -40px;
	padding: 20px 60px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	-webkit-box-shadow: -2px 38px 32px -31px rgba(0,0,0,0.25);
	-moz-box-shadow: -2px 38px 32px -31px rgba(0,0,0,0.25);
	box-shadow: -2px 38px 32px -31px rgba(0,0,0,0.25);
	text-transform: uppercase;
}
.data-footnote{
	-webkit-box-shadow: -2px 38px 32px -31px rgba(0,0,0,0.25);
	-moz-box-shadow: -2px 38px 32px -31px rgba(0,0,0,0.25);
	box-shadow: -2px 38px 32px -31px rgba(0,0,0,0.25);
	color: #3D4A70;
	letter-spacing: 1px;
}
.caption{
	letter-spacing: 2px;
}
.location{
	font-family: 'Cardo', serif;
	font-style: italic;
	margin-top: 8px;
	font-size: 12px;
}
.prev-slide, .next-slide{
	position: absolute;
	top: 46%;
	transform: translateY(-50%);
	border-radius: 50%;
	border: 1px solid #646464;
	width: 26px;
	height: 26px;
	cursor: pointer;
}
.prev-slide{
	left: -60px;
}
.next-slide{
	right: -60px;
}
a{
	text-decoration: none;
}
.data a{
	font-weight: 700;
	color: #3D4A70; 
}
.t-r{
	text-align: right;
}
.view-button{
	padding: 10px 30px;
	font-weight: bold;
	color: #5572A0;
	border: 1px solid #5572A0;
	letter-spacing: 2px;
	position: relative;
	display: inline-block;
	width: 160px;
	text-align: center;
	margin-bottom: 8px;
	right: 0;
	transition: background 300ms, color 300ms;
}
.press .view-button{
	border-color: black;
	transition: border-color 300ms, background 300ms, color 300ms;
	color: black;
}
.summary{
	opacity: 0;
	overflow: hidden;
	height: 0;
	transition: opacity 1000ms;
}
.summary.active{
	height: auto;
	opacity: 1;
}
.publication{
	border-bottom: 1px solid black;
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-top: 30px;
	width: 100%;
}
.image-footer{

	margin-top: 4px;
	color: #9f9f9f;
	font-size: 14px;
	text-align: right;
}
.publication-description{
	transition: color 300ms;
	text-align: justify;
}
.publication:hover .publication-description{
	color: #892E35;
}
.view-button:hover{
	background: #892E35;
	color: #fff;
}
.press .view-button:hover, .press-section.active .view-button{
	background: #56787A;
	color: #fff;
	border-color: #56787A;
}
.research .publication:hover .publication-description{
	color: #892E35;
}
.research .view-button:hover{
	background: #892E35;
	color: #fff;
}
.research .view-button{
	color: #892E35;
	border: 1px solid #892E35;
}
.gray{
	color: #2b2b2b;
}
.book-number{
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	color: #892E35;
}
.publication:last-child{
	border-bottom: 1px solid transparent;
}
.other-publication{
	padding-bottom: 100%;
	position: relative;
	margin-bottom: 10px;
}
.other-publication-content{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	opacity: 0;
	transition: opacity 300ms;
	background: #5572A0AA; 
	color: #fff;
	cursor: pointer;
}
.other-publication-content:hover{
	opacity: 1;
}
.publication-title{
	text-transform: uppercase;
	margin-bottom: 40px;
}
.book{
	margin: 40px 0 30px;
}
.publication-download{
	font-weight: 700;
}
.download-icon{
	width: 12px;
}
.other-publications .col-md-3{
	padding-left: 5px;
	padding-right: 5px;
}
.photo-footnote{
	color: #aaaaaa;
	font-size: 12px;
}
.section-content{
	max-height: 0;
	transition: max-height 5000ms;
	
	overflow: hidden;
}
.top-line{
	margin-top: 10px;
	border-top: 1px solid black;
}
.press-section.active .section-content{
	max-height: 10000px;
}
.news{
	margin: 40px 0;
}
.news-date{
	font-weight: bold;
}
.news-title{
	margin: 10px 0 20px;
}
.news-link a{
	color: black;
	transition: color 300ms;
}
.news-link a:hover{
	color: #892E35;
}
.card{
	margin: 0 10px;
	display: inline-block;
}
.card img{
	max-height: 240px;
}
.card-caption{
	font-weight: bold;
	font-size: 18px;
}
.card-author{
	font-size: 14px;
	font-weight: bold;
	color: #4c839e;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.scrolling-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 60px;
}
.scrolling-wrapper::-webkit-scrollbar {
	display: none;
	}
	.t-c p {
		text-align: center;
	}
.mail-contact{
	display: none;
}
.mail-contact img{
	width: 30px;
}
@media only screen and (max-width: 1100px) {
	.menu{
		display: none;
	}
	.hamburger{
		display: block;
	}
}
@media only screen and (max-width: 820px) {
	.mail-contact{
		display: block;
	}
	.wrapper, .s-wrapper{
		padding: 0 20px;
	}
	.container-fluid{
		padding: 0;
	}
	.address{
		display: none;
	}
	#stanford-logo{
		width: 54px;
	}
	#povgov-logo{
		width: 120px;
	}
	#logo{
		max-width: 310px;
		margin: 0 0 0 20px;
	}
	.contact{
		display: none;
		font-size: 12px;
		padding-left: 10px;
		border-right: 0;
		text-align: center;
		border-left: 0;
		margin: 0;
		padding: 0;
		padding-left: 10px;
	}
	.contact a{
		width: 100%;
		text-align: right;
	}
	footer{
		justify-content: space-around;
	}
	footer img{
		margin: 10px 10px;
	}
	.t-r{
		text-align: center;
		padding-top: 20px;
	}
	.slider{
		width: 75%;
		margin: 20px auto;
	}
	.prev-slide, .next-slide{
		width:16px;
		height: 16px;
	}
	.prev-slide{
		left: -30px;
	}
	.next-slide{
		right: -30px;
	}
}