@charset "UTF-8";
/* Styles specific to table of contents page */
body {
	overflow-x: hidden;
}
.dept-title-container {
	position: fixed;
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-ms-transform-origin: 15% 0;
	-webkit-transform-origin: 15% 0;
	transform-origin: 15% 0;
	width: auto;
	z-index: 1;
}
.dept-title {
	font-size: 1em;
}
.section-title1 {
	color: #cc5831;
}
.section-title2 {
	color: #2999b1;
	font-weight: 700;
}
.mystory-headline,
.mystory-headline-main,
.headline-black,
.headline-black-static,
.headline-blue {
	font-size: 1.5em;
	margin: 15px 0;
}
.mystory-headline-main {
	margin-top: -5px;
}
.headline-black,
.headline-black-static {
	color: #000;
	line-height: 1.1em;
}
.headline-blue {
	line-height: 1em;
	color: #2999b1;
}
.headline-rust {
	color: #cc5831;
	font-size: 2.8em;
	font-weight: 700;
	line-height: 1em;
}
.headline-rust:active,
.headline-rust:focus,
.headline-rust:hover {
	color: #000;
}
a.headline-blue:hover,
a:hover .headline-black,
.headline-black:hover {
	color: #cc5831;
}
.news-subhead {
	font-weight: bold;
}
.news-thumb {
	margin-top: 30px;
}
.news-thumb:last-of-type {
	margin-bottom: 30px;
}
/* 10px is flush against containing col */
.overlap-image-left {
	margin-left: -10px;
}
/* 10px is flush against containing col */
.overlap-image-right {
	margin-right: -10px;
}
.right-col {
	text-align: right;
}
.global-nav {
	margin-top: -10px;
}	
.select-display-title {
	padding: 5% 0 2% 0;
}
/* news+notes hover effect */
.ImageWrapper {
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
	display: block;
	overflow: hidden;
	position: relative;
}
.image-overlay {
	display: block;
	height: 100%;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: all 0.3s ease 0s;
	width: 0;
}
.ImageWrapper:hover .image-overlay {
	left: 0;
	opacity: 1;
	width: 100%;
}
.overlay-link,
.overlay-link:hover {
	color: #fff;
	margin: -30px 0 0 2px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 40%;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 95%;
	text-shadow: 2px 2px 5px #4D4D4D;
}
.ImageWrapper:hover .overlay-link {
	opacity: 1;
	visibility: visible;
}
.overlay-dark-blue {
  background: rgba(0, 51, 73, 0.5) none repeat scroll 0 0;
}
.overlay-evms-blue {
  background: rgba(54, 124, 153, 0.5) none repeat scroll 0 0;
}
.overlay-gray {
  background: rgba(118, 106, 98, 0.5) none repeat scroll 0 0;
}
.overlay-light-blue {
  background: rgba(51, 194, 221, 0.5) none repeat scroll 0 0;
}
.overlay-rust {
  background: rgba(205, 89, 50, 0.5) none repeat scroll 0 0;
}
.overlay-tan {
  background: rgba(193, 191, 116, 0.5) none repeat scroll 0 0;
}
/* end overlay effect */
.newsListTitle {
	font-size: 1em;
}
.newsListTitle:hover .newsThumb {
	opacity: 1;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}
.newsThumb {
	left: auto;
	margin-top: auto;
	opacity: 0;
	position: absolute;
	right: -60%;
	top: 0;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
	width: 150px;
}
.ac-container {
	font-size: .8em;
}
.cn-headline {
	font-size: 1.5em;
	line-height: 1.5em;
}
.toggle-list dt, .toggle-list dd {
	padding-top: 15px;
}
.toggle-list dt:first-child {
	padding-top: 0;
}
.toggle-closed,
.toggle-opened {
	padding-right: 30px;
}
.toggle-closed {
	background: transparent url("../images/arrow-down-2x.png") no-repeat scroll right bottom;
}
.toggle-opened {
	background: transparent url("../images/arrow-up-2x.png") no-repeat scroll right bottom;
}
.mystory {
	border-radius: 25px;
	border: thin solid lightblue;
	/*padding: 35px 15px 35px 30px;*/
	padding: 35px 30px 20px 30px;
	margin: 0 15px;
}
.mystory-icon {
	bottom: 5px;
	color: #fff;
	font-size: 1.5em;
	left: 6px;
	position: absolute;
	text-shadow: 2px 2px 5px #000;
	z-index: 1;
}
.mystory-open-lightbox:active .mystory-icon,
.mystory-open-lightbox:focus .mystory-icon,
.mystory-open-lightbox:hover .mystory-icon {
	color: #cd5932;
}
@media (max-width: 400px) {
	.newsList {
		padding-bottom: 10%;
	}
}
/* xs */
@media (max-width: 767px) {
	.float-left,
	.float-right {
		float: none;
	}
	.right-col {
		text-align: left;
	}
}
/* sm */
@media (min-width: 768px) {
	.newsThumb {
		right: -40%;
		top: 8%;
	}
	.mystory {
		padding: 40px 30px 20px 30px;
	}
	.editor-pick::before {
		content: "MYSTORY";
	}
	.editor-pick-type {
		margin-left: 2%;
		margin-top: -54px;
		position: absolute;
	}
	.editor-pick {
		-moz-osx-font-smoothing: grayscale;
		background-color: #367c99;
		color: #fff;
		font-family: "myriad-pro-semi-condensed",sans-serif;
		font-size: 1em;
		font-weight: 700;
		padding: .1em .2em;
	}
}
/* md */
@media (min-width: 992px) {
	.vertical-align-bottom div {
		float: none;
		display: inline-block;
		width: 49%;
	}
	.ac-container {
		padding: 0 5px 5px 5px;
	}
	.mystory {
		padding: 40px 30px 20px 30px;
	}
	.mystory-headline {
		margin-top: 0;
	}
}
/* lg */
@media (min-width: 1200px) {
	.ImageWrapper a,
	.ImageWrapper p {
			font-size: 1.5em;
			line-height: 1.2em;
	}
	.overlap-image-left {
		margin-left: -15px;
	}
	.overlap-image-right {
		margin-right: -15px;
	}
	.mystory {
		padding: 50px 30px 45px 30px;
	}
	.editor-pick-type {
		margin-top: -63px;
	}
}
/** KF landing page general **/
/** 9.1 issue specific **/
body {
	overflow-x: hidden;
}
.dawn-container {
	margin-top: 10%;
}
.dawn-btn:active .dawn-icon,
.dawn-btn:focus .dawn-icon,
.dawn-btn:hover .dawn-icon {
	-webkit-filter: invert(100%);
	filter: invert(100%);
}
.dawn-frame {	
	display: inline;
	height: auto;
	left: 2%;
	/*left: -10%;*/
	position: absolute;
	/*top: -8%;*/
	top: 0;
	/*width: 114.5%;*/
	width: 93%;
	z-index: 1;
}
.dawn-btn {
	display: flex;
	flex-wrap: no-wrap;
	font-size: 22px;
	font-style: normal;
	margin-top: 5px;
	max-height: 45px;
/*	max-width: 170px;*/
	max-width: 100px;
	width: 100%;
}
.dawn-icon {
	margin-left: 5px;
	max-width: 30px;
	width: 100%;
}
.slick-next:before,
.slick-prev:before {
	color: #367c99;
	font-family: 'Glyphicons Halflings';
	font-size: 30px;
	font-weight: bold;
}
.slick-prev:before {
	content: "\e079";
	margin-left: -10px;
}
.slick-next:before {
	content: "\e080";
}
.chair-bio {
	font-style: italic;
}
.chair-bio-container {
	font-size: 1em;
}
.chair-headshot-container {
	overflow: hidden;
}
.chair-headshot {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	transition: all 1s ease-in-out;
}
.chair-headshot:active,
.chair-headshot:focus,
.chair-headshot:hover {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	transition: all 1s ease-in-out;
}
.chair-img {
	left: 20%;
	position: relative;
	width: 80%;
}
.chair-img-container {
	margin-top: 30px;
}
.maury-copy {
	font-weight: bold;
	color: #00334b;
	margin-top: 7%;
}
.maury-flag {
	position: absolute;
	top: 55%;
	right: -10%;
	width: 50%;
}
.maury-story {
	margin-bottom: 8%;
	margin-top: -5%;
}
.shp-btn-credentials {
	font-variant: small-caps;
	text-transform: none;
}
.exchange-container {
	margin-top: 15%;
}
.exchange-slider {
	padding: 0 30px;
}
.stats-container {
	margin-top: 5%;
	max-width: 1200px;
	overflow-x: hidden;
	width: 100%;
}
.stats-headline {
	font-size: 2em;
	line-height: 1.8em;
}
.stats-thumb-caption {
	margin-top: 6px;
}
.shp-btn {
	font-size: .7em;
	font-weight: 700;
	line-height: .8em;
	margin-bottom: 10px;
	text-transform: uppercase;
	width: 70%;
}
.shp-btn-container {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.shp-btn-credentials {
	font-variant: small-caps;
	text-transform: none;
}
.stats-number {
	font-size: 3em;
	font-weight: 700;
	line-height: 1em;
}
.news-container {
	margin-top: 8%;
}
.news-container:before {	
	content: "";
	background: #F5F4E2;
	background: -moz-linear-gradient(right, rgba(245,244,226,0) 0%, rgba(245,244,226,1) 39%, rgba(245,244,226,1) 69%, rgba(245,244,226,1) 100%);
	background: -webkit-linear-gradient(right, rgba(245,244,226,0) 0%,rgba(245,244,226,1) 39%,rgba(245,244,226,1) 69%,rgba(245,244,226,1) 100%);
	background: linear-gradient(to left, rgba(245,244,226,0) 0%,rgba(245,244,226,1) 39%,rgba(245,244,226,1) 69%,rgba(245,244,226,1) 100%);
	-webkit-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f5f4e2', endColorstr='#f5f4e2',GradientType=1 );
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f5f4e2', endColorstr='#f5f4e2',GradientType=1 );
	position: absolute;
	top: -10%;
	left: -1%;
	width: 140%;
	height: 111%;
	z-index: -1;
}
.psychologist-thumb {
	opacity: 1;
}
.cn-container {
	margin-top: 10%;
}
.old-headline {
	padding-bottom: 10px;
}
.old-container {
	margin-bottom: 7%;
	margin-top: 5%;
}
@media (min-width: 768px) {
	.dawn-container {
		margin-top: 5%;
	}
	.dawn-frame {
		left: 3%;
		top: 1%;
		/*left: 2%;*/
		width: 91%;
	}
	.feature {
		margin-bottom: 10%;
	}
	.slider {
		margin-bottom: 15px;
	}
	.chair-bio-container {
		padding: 0 15px 15px 15px;
	}
	.chair-container {
		margin-left: -5%;
		margin-top: 3.5%;
	}
	.chair-container .row {
		margin-left: -7px;
	}
	.chair-copy {
		margin-top: 2%;
	}
	.chair-img {
		max-width: 250px;
		position: relative;
		width: 70%;
	}
	.chair-img-container {
		margin-top: auto;
	}
	.chair-headline {
		font-size: 1.7em;
	}
	.watson-copy,
	.watson-headline {
		text-align: right;
	}
	.watson-headline {
		line-height: 1.2em;
		margin-bottom: 3%;
	}
	.maury-flag {
		top: 58%;
		right: 5%;
	}
	.shp {
		background: none;
		display: inline-block;
		margin-top: 8%;
	}
	.shp:before {
		content: "";
		background: #F5F4E2;
		background: -moz-linear-gradient(left,  rgba(245,244,226,0) 0%, rgba(245,244,226,1) 39%, rgba(245,244,226,1) 69%, rgba(245,244,226,1) 100%);
		background: -webkit-linear-gradient(left,  rgba(245,244,226,0) 0%,rgba(245,244,226,1) 39%,rgba(245,244,226,1) 69%,rgba(245,244,226,1) 100%);
		background: linear-gradient(to right,  rgba(245,244,226,0) 0%,rgba(245,244,226,1) 39%,rgba(245,244,226,1) 69%,rgba(245,244,226,1) 100%);
		-webkit-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f5f4e2', endColorstr='#f5f4e2',GradientType=1 );
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f5f4e2', endColorstr='#f5f4e2',GradientType=1 );
		position: absolute;
		top: 0;
		right: 0;
		width: 135%;
		height: 102%;
		z-index: -1;
	}
	.exchange-copy,
	.exchange-headline {
		text-align: right;
	}
	.exchange-slider {
		padding: 0;
	}
	.researchers-container {
		margin-top: 4%;
		position: relative;
		left: 3%;
	}
	.researchers {
		text-align: right;
		position: absolute;
		top: 60%;
		right: 20%;
		width: 100%;
	}
	.stats-container {
		overflow-x: hidden;
	}
	.stats-copy {
		font-weight: 700;
	}
	.stats-line {
		height: 1px;
		background: #f00;
		width: 98%;
		position: absolute;
		bottom: 5%;
		left: -1%;	
	}
	.stats-slider {
		background: #fff;
		height: 100%;
		top: -5%;
		position: absolute;
		width: 300%;
		z-index: 1;
	}
	.stats-img {
		float: left;
		height: 100%;
		margin-left: -7%;
		width: auto;
	}
	.stats-slide-down {
		margin-left: -30%;
	}
	.stats-thumb {
		background: #0076AE;
		height: 250px;
		width: 350px;
	}
	.stats-thumb-caption {
		color: #fff;
		padding: 2%;
		position: absolute;
    font-size: 1.2em;
    top: 5%;
    width: 75%;
	}
	.stats-btn {
		bottom: 5px;
		position: absolute;
		text-align: center;
		width: 116.5%;
		overflow: hidden;
	}
	.stats-number {
		font-size: 2.5em;
		line-height: 1em;
	}	
	.reveal-right {
		-moz-transition: all 7s ease-out;
		-webkit-transition: all 7s ease-out;
		-o-transition: all 7s ease-out;
		transition: all 7s ease-out;
		-moz-transform: translate3d(-30%, 0px, 0px);
		-webkit-transform: translate3d(-30%, 0px, 0px);
		-o-transform: translate(-30%, 0px, 0px);
		-ms-transform: translate(-30%, 0px, 0px);
		transform: translate3d(-30%, 0px, 0px);
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	.reveal-right.in-view {
		-moz-transform: translate3d(37%, 0px, 0px);
		-webkit-transform: translate3d(37%, 0px, 0px);
		-o-transform: translate(37%, 0px);
		-ms-transform: translate(37%, 0px);
		transform: translate3d(37%, 0px, 0px);
	}
	.exchange-copy {
		margin-top: 10px;
	}
	/* In Focus Carousel */
	.if-headline {
		margin-bottom: -2%;
		text-align: center;
	}
	.if {
		margin-top: 3%;
	}
	.if-carousel-container {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 5%;
	}
	.if-btn-thumb {
		background: none;
		border: none;
		margin: 0 3px;
		padding: 0;
	}
	.if-carousel-thumb {
		max-height: 220px;
		max-width: 67px;
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
		-moz-transition: all 500ms ease-in-out;
		-webkit-transition: all 500ms ease-in-out;
		-o-transition: all 500ms ease-in-out;
		transition: all 500ms ease-in-out;
	}
	.if-btn-thumb:active .if-carousel-thumb,
	.if-btn-thumb:focus .if-carousel-thumb,
	.if-btn-thumb:hover .if-carousel-thumb,
	.if-btn-thumb.if-btn-current .if-carousel-thumb {
		-webkit-filter: grayscale(0);
		filter: grayscale(0);
		-moz-transition: all 500ms ease-in-out;
		-webkit-transition: all 500ms ease-in-out;
		-o-transition: all 500ms ease-in-out;
		transition: all 500ms ease-in-out;
	}	
	.if-carousel-thumb-current {
		background: #367c99;
		width: 46px;
		height: 15px;
		position: absolute;
		top: 95%;
		-moz-transition: all 500ms ease-in-out;
		-webkit-transition: all 500ms ease-in-out;
		-o-transition: all 500ms ease-in-out;
		transition: all 500ms ease-in-out;
		z-index: 1;
	}
	.if-carousel-thumb-current[data-index="-1"] {
		background: transparent;
	}
	.if-index-0 {
		left: 1.7%;
	}
	.if-index-1 {
		left: 8.5%;
	}
	.if-index-2 {
		left: 15.4%;
	}
	.if-index-3 {
		left: 78.6%;
	}
	.if-index-4 {
		left: 85.4%;
	}
	.if-index-5 {
		left: 92.3%;
	}
	.if-current-view {
		max-width: 400px;
		margin: 0 15px;
		width: 100%;
	}
	.if-current-frame,
	.if-current-media {
		height: auto;
		max-width: 400px;
		position: absolute;
		top: 0;
		width: 100%;
	}
	.if-carousel-frame {		
		z-index: 1;
		position: absolute;
		top: 0;
		height: auto;
		width: 100%;
		max-width: 410px;
		margin-left: -4px;
	}
	.if-slide {
		display: none;
		-moz-transition: all 500ms ease-in-out;
		-webkit-transition: all 500ms ease-in-out;
		-o-transition: all 500ms ease-in-out;
		transition: all 500ms ease-in-out;
	}
	.if-current {
		display: block;
		-moz-transition: all 500ms ease-in-out;
		-webkit-transition: all 500ms ease-in-out;
		-o-transition: all 500ms ease-in-out;
		transition: all 500ms ease-in-out;
	}
	.if-current-title {
		color: #367c99;
		font-weight: 600;
	}
	.if-current-caption {
		font-size: .8em;
		line-height: 1.5em;
		margin-top: 15px;
	}
	.if-carousel-caption.if-current {
		margin-top: 75px;
	}
	/* end in focus carousel */
	.groundbreaking-container {
		margin: 5% 0;
	}
	.groundbreaking-copy {
		margin-top: 11%;
	}
	.groundbreaking-headline {
		font-size: 1.2em;
	}
	.groundbreaking-headline {
		margin-top: 3%;
	}
	.cn-container {
		margin-top: 6%;
	}
	.old-container {
		margin-bottom: 7%;
		margin-top: 3%;
	}
}
@media (min-width: 992px) {
	.dawn-container {
		margin-top: 1%;
	}
	.dawn-frame {
		left: -10%;
		top: -10%;
		width: 114%;
	}
	.dawn-copy {
		display: flex;
		flex-wrap: no-wrap;
		align-content: center;
	}
	.dawn-deck,
	.dawn-pipe {
		color: #00334b;
	}
	.dawn-pipe {
		display: block;
		font-size: 1.3em;
	}
	.dawn-deck {
		font-size: .85em;
		font-style: italic;
		line-height: 1.1em;
		margin-left: 5%;
		margin-top: 3px;
	}
	.dawn-deck:before {
		background-color: #00334b;
		content: "";
		height: 20%;
		margin-left: -4%;
		position: absolute;
		width: 3px;
		z-index:1;
	}
	.dawn-headline {
		width: 70%;
	}
	.watson {
		margin-top: -3%;
	}
	.watson-copy,
	.watson-headline {
		margin-left: 5%;
		width: 80%;
	}
	.maury-copy {
		margin-top: 0;
		position: absolute;
		right: -5%;
		top: 15%;
		width: 30%;
	}
	.maury-flag {
		top: 92%;
	}
	.maury-headline {
		margin-bottom: 2%;
	}
	.researchers {
		right: 28%;
	}
	.if-caption-container {
		margin-top: 10%;
	}
	.if-carousel-thumb-current {
		width: 43px;
	}
	.if-index-0 {
		left: 1.4%;
	}
	.if-index-1 {
		left: 6.7%;
	}
	.if-index-2 {
		left: 12%;
	}
	.if-index-3 {
		left: 83.3%;
	}
	.if-index-4 {
		left: 88.7%;
	}
	.if-index-5 {
		left: 94%;
	}
	.if-current-view {
		max-width: 600px;
	}
	.if-current-frame,
	.if-current-media {
		height: 338px;
		max-height: 330px;
		max-width: 600px;
	}
	.if-carousel-frame {	
		max-width: 610px;
	}
	.reveal-right {
		-moz-transition: all 7s ease-out;
		-webkit-transition: all 7s ease-out;
		-o-transition: all 7s ease-out;
		transition: all 7s ease-out;
		-moz-transform: translate3d(-30%, 0px, 0px);
		-webkit-transform: translate3d(-30%, 0px, 0px);
		-o-transform: translate(-30%, 0px, 0px);
		-ms-transform: translate(-30%, 0px, 0px);
		transform: translate3d(-30%, 0px, 0px);
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	.reveal-right.in-view {
		-moz-transform: translate3d(37%, 0px, 0px);
		-webkit-transform: translate3d(37%, 0px, 0px);
		-o-transform: translate(37%, 0px);
		-ms-transform: translate(37%, 0px);
		transform: translate3d(37%, 0px, 0px);
	}
	.groundbreaking-copy {
		margin-top: 7.5%;
	}
	.vision-headline {
		margin-top: 7%;
		text-align: right;
	}
	.vision-img {
		margin-top: 4%;
	}
	.cn-container {
		margin-bottom: 10%;
		margin-left: 5%;
		margin-top: -10%;
	}
}
@media (min-width: 1022px) and (max-width: 1046px) {
	.if-carousel-thumb-current {
		width: 43px;
	}
	.if-index-0 {
		left: 1.4%;
	}
	.if-index-1 {
		left: 6.7%;
	}
	.if-index-2 {
		left: 12%;
	}
	.if-index-3 {
		left: 83.3%;
	}
	.if-index-4 {
		left: 88.7%;
	}
	.if-index-5 {
		left: 94%;
	}
}
@media (min-width: 1200px) {
	.dawn-frame {	
		top: -10.5%;
	}
	.dawn-deck:before {
		height: 16%
	}
	.maury-copy {
		right: 0;
		top: 25%;
		width: 25%;
	}
	.maury-flag {
		top: 85%;
	}
	.shp-btn {
		width: 50%;
	}
	.shp-btn:last-of-type {
		margin-left: 15px;
	}
	.shp-btn-container {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	.researchers {
		right: 35%;
	}
	.if-caption-container {
		margin-top: auto;
	}
	.if-carousel-thumb-current {
		width: 67px;
	}
	.if-index-0 {
		left: 5.8%;
	}
	.if-index-1 {
		left: 11.9%;
	}
	.if-index-2 {
		left: 18%;
	}
	.if-index-3 {
		left: 76.5%;
	}
	.if-index-4 {
		left: 82.6%;
	}
	.if-index-5 {
		left: 88.7%;
	}
	.mystory-copy {
		margin-top: 15%;
	}
	.old-copy {
		margin-top: 7%;
	}
}