/* Global */
blockquote,
body {
	font-family: "myriad-pro", sans-serif;
	font-size: 20px;
	line-height: 1.75em;
}
a,
a figcaption {
	color: #cc5831;
	font-family: "myriad-pro-semi-condensed", sans-serif;
	text-decoration: none;
}
a figure:active figcaption,
a figure:focus figcaption,
a figure:hover figcaption,
a:active,
a:focus,
a:hover {
	color: #000;
	text-decoration: none;
}
a + p {
	margin-top: 10px;
}
article {
	margin-bottom: 30px;
}
blockquote {
	border: 0;
	color: #1f7f9c;
	font-size: 1.25em;
}
blockquote footer {
	font-size: .65em;
	font-weight: 700;
}
figure,
img,
video {
	height: auto;
	width: 100%
}
figure {
	display: table;
	font-size: .875em;
}
figcaption {
	caption-side: bottom;
	display: table-caption;
	line-height: 1.35em;
	font-size: .95em;
	color: #616161;
	padding-top: 15px;
}
h1,
.section-title {
	font-size: 2em;
	line-height: 1.125em;
	margin-top: 15px;
}
.section-title {
	font-size: 1.4em;
	margin-bottom: 0;
}
h2 {
	font-size: 1.8em;
	line-height: 1.15385em;
}
/*:not(.landing-page) h1,
:not(.landing-page) h2 {
	max-width: 88%;
}*/
h3 {
	font-size: 1.6em;
	line-height: 1.13636em;
}
h4 {
	font-size: 1.4em;
	line-height: 1.11em;
	margin-top: 15px;
}
h5 {
	font-size: 1.2em;
	line-height: 1.11em;
	margin-top: 15px;
}
h6 {
	font-size: 1.1em;
	line-height: 1.11em;
	margin-top: 15px;
}
hr {
	height: .05em;
	background: #737373;
	background: -webkit-linear-gradient(left, #FFF, #d1d1d1, #737373, #737373, #d1d1d1, #FFF);
	background: -o-linear-gradient(right, #FFF, #d1d1d1, #737373, #737373, #d1d1d1, #FFF);
	background: -moz-linear-gradient(right, #FFF, #d1d1d1, #737373, #737373, #d1d1d1, #FFF);
	background: linear-gradient(to right, #FFF, #d1d1d1, #737373, #737373, #d1d1d1, #FFF)
}
p {
	margin-bottom: 30px;
}
/* Utility classes */
.hero-container [class^="col-"] {
	margin: 0 0 15px;
	padding: 0;
}
.hero-caption {
	margin-left: 10%;
	padding: 5px 15px 30px;
	width: 80%;
}
.skip { 
	position:absolute; 
	left:-10000px; 
	top:auto; 
	width:1px; 
	height:1px; 
	overflow:hidden;
}
.skip:focus { 
	position:static; 
	width:auto; 
	height:auto; 
} 
.container,
.container-fluid {
	padding: 0;
}
.row {
	margin-left: 0;
	margin-right: 0
}
.no-padding {
	padding: 0;
}
.text-left,
.text-right {
	text-align: left;
}
.float-right,
.pull-right {
	float: none;
}
.float-left,
.pull-left {
	float: none;
}
.align-top {
	margin-top: .5em;
}
.slider.slick-slider {
	margin-bottom: 0 !important;
	margin-left: 30px;
	margin-right: 30px;
}
.slick-slider {
	margin-bottom: 0;
}
.slick-dots {
	bottom: 5px;
}
.slick-dots li button:before {
	background-color: #000;
	border-radius: 25px;
	border: 2px solid #ddd;
}
.btn-center {
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.small-caps {
	font-size: .8em;
	text-transform: uppercase
}

*.has-video {
	margin-left: 1.3em;
	text-indent: -1.5em;
}
.has-video:before {
	background: #1f7f9b;
	content: "►";
	color: #fff;
	font-size: .8em;
	margin: 0 .5em 0 0;
	padding: 0 4px;
}


/* Menu */
.top-nav {
	align-items: flex-end;
	background-color: #fff;
	display: flex;
	margin-top: 15px;
	z-index: 2;
}
.top-nav .global-menu-logo:not {
	vertical-align: bottom;
}
.top-nav p {
	margin: 0;
	padding: 0;
}
.top-nav a {
	color: #000;
}
.top-nav a:active,
.top-nav a:focus,
.top-nav a:hover {
	color: #cc5831;
}
.top-nav-item {
	margin-left: 8px;
}
.global-menu-logo {
	height: auto;
	min-width: 150px;
	padding-bottom: 4px;
	width: 200px;
}
.global-menu-spacer {
	display: block;
	-webkit-flex-grow: 2;
	flex-grow: 2;
}
.global-audio {
	font-size: 1.3em;
	position: relative;
	top: 4px;
}
#main-nav-container a:active,
#main-nav-container a:focus,
#main-nav-container a:hover,
#menu-btn:active span,
#menu-btn:focus span,
#menu-btn:hover span {
	color: #cc5831
}
#menu-btn {
	padding: 0;
	margin: 0;
	border: 0;
	background-color: transparent
}
.responsive-menu {
	background: #fafafa;
	display: none;
	width: 100%;
	z-index: 99999
}
.open-menu-link:hover,
.responsive-menu ul li:hover {
	background: #fff
}
.responsive-menu ul li {
	padding: 1em 5%
}
.open-menu-link {
	cursor: pointer;
	display: none;
	float: right;
	font-size: 30px;
	line-height: 55px;
	margin: -20px;
	padding: 0 10px
}
li .sub-menu {
	display: none
}
.nav-list li,
ul.sub-menu li {
	border-bottom: 1px solid #fff
}
.nav-list li:last-child,
.sub-menu li:last-child {
	border-bottom: medium none
}
.responsive-menu ul li.hover-open {
	background: #fafafa
}
.visible {
	display: block !important;
}
.nav-icon-hamburger,
.nav-icon-home {
	background: no-repeat rgba(0, 0, 0, 0);
	width: 25px
}
.nav-icon-home {
	background-image: url(../images/home-icon.svg)
}
.nav-icon-home:hover {
	background-image: url(../images/home-icon-hover.svg)
}
.nav-icon-hamburger {
	background-image: url(../images/hamburger-icon.svg);
	margin-bottom: 0
}
.nav-icon-hamburger:hover {
	background-image: url(../images/hamburger-icon-hover.svg)
}
.from-the-pres {
	font-weight: 700;
}
.global-nav a:hover {
	color: #cc5831;
}
.top-nav {
	background-color: transparent;
}
.responsive-menu {
	top: 100%;
}
.curves {
	background-image: url("../images/evmsMag-curve.svg");
	background-repeat: no-repeat;
	-moz-background-size: contain;
	-o-background-size: contain;
	-webkit-background-size: contain;
	background-size: contain;
	max-width: auto;
	max-width: 100%;
	height: 88px;
	width: 1200px;
}

/* Basic Styles */
.bonus.row {
	margin-top: 30px;
	padding-left: 0;
	padding-top: 30px;
}
.bonus.row:after,
.bonus.row:before {
	background: #367c99;	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+19,ffffff+19,367c99+54,367c99+100&0+19,0.84+32,1+100 */
/*	background: -moz-linear-gradient(left, rgba(255,255,255,0) 19%, rgba(180,206,217,0.84) 32%, rgba(54,124,153,0.89) 54%, rgba(54,124,153,1) 100%); 
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 19%,rgba(180,206,217,0.84) 32%,rgba(54,124,153,0.89) 54%,rgba(54,124,153,1) 100%); 
	background: linear-gradient(to right, rgba(255,255,255,0) 19%,rgba(180,206,217,0.84) 32%,rgba(54,124,153,0.89) 54%,rgba(54,124,153,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#367c99',GradientType=1 ); 
	content: " ";
	height: .2em;
    margin-bottom: 30px;
	margin-left: -10px;
	margin-top: -30px;
	width: 100%;*/
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+19,ffffff+19,e5e5e5+54,8e8e8e+100&0+19,0.84+32,1+100 */
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 19%, rgba(245,245,245,0.84) 32%, rgba(229,229,229,0.89) 54%, rgba(142,142,142,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 19%,rgba(245,245,245,0.84) 32%,rgba(229,229,229,0.89) 54%,rgba(142,142,142,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255,255,255,0) 19%,rgba(245,245,245,0.84) 32%,rgba(229,229,229,0.89) 54%,rgba(142,142,142,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#8e8e8e',GradientType=1 ); /* IE6-9 */
	height: 2px;
	left: 33%;
	position: relative;
	width: 33%;
}
.bonus.row.narrow-gray:after,
.bonus.row.narrow-gray:before {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+19,ffffff+19,e5e5e5+54,8e8e8e+100&0+19,0.84+32,1+100 */
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 19%, rgba(245,245,245,0.84) 32%, rgba(229,229,229,0.89) 54%, rgba(142,142,142,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 19%,rgba(245,245,245,0.84) 32%,rgba(229,229,229,0.89) 54%,rgba(142,142,142,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255,255,255,0) 19%,rgba(245,245,245,0.84) 32%,rgba(229,229,229,0.89) 54%,rgba(142,142,142,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#8e8e8e',GradientType=1 ); /* IE6-9 */
	height: 2px;
	left: 33%;
	position: relative;
	width: 33%;
}
.bonus.row:after {
	margin-top: 30px;
}
.bonus.vertical-align > *:last-child,
.bonus .vertical-align > *:last-child {
	margin-bottom: 30px;
}
.sidebar {
/*	border-top: 5px solid #2999b1;*/
	font-size: .8em;
	line-height: 1.75em;
/*	margin-top: 10px;
	padding: 15px 0 0;*/
}
.aside-header {
	font-size: 1.6em;
	margin: 0 0 15px;
}
.btn {
	text-transform: uppercase;
}
.btn {
	background-color: #fff;
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #0b0b0b;
	font-family: "myriad-pro-semi-condensed", sans-serif;
	font-size: .9em;
	font-weight: 400;
	padding: 6px;
	z-index: 100;
	white-space: normal;
}
.btn:focus,
.btn:hover {
	background: #0b0b0b;
	border-color: #0b0b0b;
	color: #fff
}
.btn-blue,
.btn-blue:visited {
	background-color: #fff;
	border-color: #2999b1;
	color: #000;
	text-transform: none;
}
.btn-blue:active,
.btn-blue:focus,
.btn-blue:hover {
	background-color: #2999b1;
	border-color: #2999b1;
	color: #fff;
}
.tag {
	color: #cc5831;
	font-size: .9em;
	line-height: 1.3em;
	text-transform: uppercase;
}
.dropdown {
    text-transform: uppercase;
    font-weight: 700;
}
.headshot {
	height: auto;
	max-width: 250px
}
.section-title1 {
    color: #cc5831;
}
.section-title2 {
    color: #2999b1;
}
.section-title3 {
    color: #33c2dd;
}
.subhead {
    color: rgba(100, 100, 100, 1);
    font-family: "myriad-pro-semi-condensed", sans-serif;
    font-size: 1.35em;
    font-style: italic;
    font-weight: 600;
	margin-bottom: 20px;
}
.interview-question {
    color: rgb(0, 51, 77);
    font-family: "myriad-pro-semi-condensed", sans-serif;
    font-weight: 700;
    line-height: 1em;
    padding-bottom: 0;
	margin-top:20px;
}
.hr-story {
	width: 60%;
	margin-top:40px;
	margin-bottom:40px;
}
.hr-bonus {
	background: #367c99;
	background: -webkit-linear-gradient(left, #FFF, #d1d1d1, #367c99, #367c99, #d1d1d1, #FFF);
	background: -o-linear-gradient(right, #FFF, #d1d1d1, #367c99, #367c99, #d1d1d1, #FFF);
	background: -moz-linear-gradient(right, #FFF, #d1d1d1, #367c99, #367c99, #d1d1d1, #FFF);
	background: linear-gradient(to right, #FFF, #d1d1d1, #367c99, #367c99, #d1d1d1, #FFF)
}

/* Sections */
.more-articles {
	padding-top: 35px
}
.more-articles h2 {
    font-size: 1.05em;
    font-weight: 700;
    width: 100%;
}
.more-articles-list {
    margin-bottom: 30px;
}
.more-articles figure {
	display: inline-table;
	margin-left: 1%;
	vertical-align: top;
	max-width: 170px;
	max-height: 128px
}
#footer h5 {
	margin-top: 0;
	padding-top: 0
}
.footer_content {
	background: #1f7f9c;
	color: #fff;
	padding: 15px 15px 0
}
.footer_content a {
	color: #fff
}
.footer_content a:active,
.footer_content a:focus,
.footer_content a:hover {
	color: #dadada;
}
.copyright {
	color: #94dfec;
}
.subscribe {
	background: #1f7f9c;
	border-radius: 10px;
	font-size: 1.2em!important;
	font-weight: 700;
	text-transform: none;
}
a.subscribe:active,
a.subscribe:hover,
a.subscribe:visited {
	background: #fff;
	color: #1f7f9c;
}
footer p {
	font-size: 1em;
	line-height: 150%;
	margin: 0 0 5px
}
#social span,
.pulse {
	display: inline-block;
	margin: 0 -5px;
	padding: 18px
}
.facebook {
	background: url(../images/social/facebook-white-32px.svg) no-repeat rgba(0, 0, 0, 0)
}
.facebook:hover {
	background: url(../images/social/facebook-32px.svg) no-repeat rgba(0, 0, 0, 0)
}
.instagram {
	background: url(../images/social/instagram-white-32px.svg) no-repeat rgba(0, 0, 0, 0)
}
.instagram:hover {
	background: url(../images/social/instagram-32px.svg) no-repeat rgba(0, 0, 0, 0)
}
.twitter {
	background: url(../images/social/twitter-white-32px.svg) no-repeat rgba(0, 0, 0, 0)
}
.twitter:hover {
	background: url(../images/social/twitter-32px.svg) no-repeat rgba(0, 0, 0, 0)
}
.flickr {
	background: url(../images/social/flickr-white-32px.svg) no-repeat rgba(0, 0, 0, 0)
}
.flickr:hover {
	background: url(../images/social/flickr-32px.svg) no-repeat rgba(0, 0, 0, 0)
}
.youtube {
	background: url(../images/social/youtube-white-32px.svg) no-repeat rgba(0, 0, 0, 0)
}
.youtube:hover {
	background: url(../images/social/youtube-32px.svg) no-repeat rgba(0, 0, 0, 0)
}
.vimeo {
	background: url(../images/social/vimeo-white-32px.svg) no-repeat rgba(0, 0, 0, 0)
}
.vimeo:hover {
	background: url(../images/social/vimeo-32px.svg) no-repeat rgba(0, 0, 0, 0)
}
.linkedin {
	background: url(../images/social/linkedin-white-32px.svg) no-repeat rgba(0, 0, 0, 0)
}
.linkedin:hover {
	background: url(../images/social/linkedin-32px.svg) no-repeat rgba(0, 0, 0, 0)
}
.googleplus {
	background: url(../images/social/google+-white-32px.svg) no-repeat rgba(0, 0, 0, 0)
}
.googleplus:hover {
	background: url(../images/social/google+-32px.svg) no-repeat rgba(0, 0, 0, 0)
}
.pinterest {
	background: url(../images/social/pinterest-white-32px.svg) no-repeat rgba(0, 0, 0, 0)
}
.pinterest:hover {
	background: url(../images/social/pinterest-32px.svg) no-repeat rgba(0, 0, 0, 0)
}
.pulse {
	background: url(../images/social/pulse_icon_circle-32.svg) no-repeat rgba(0, 0, 0, 0);
	-moz-background-size: contain;
	-o-background-size: contain;
	-webkit-background-size: contain;
	background-size: contain;
	border: thin solid #1f7f9c;
	border-radius: 25px;
	height: 10px;
    margin-bottom: -13px;
    margin-right: 4px;
    width: 25px;
}
#social ul li {
	display: inline;
	list-style: none
}

.container-pulse {
	margin-left: -5px;
}
.icon-pulse {
	border-radius: 25px;
	display: inline;
	transition: all;
	max-width: 40px;
}
.link-pulse:active .pulse,
.link-pulse:focus .pulse,
.link-pulse:hover .pulse {
	border: thin solid white;
}
.global-footer-cover {
	margin: 30px 0;
}
@media (min-width: 992px) {
	.hero-caption {
		margin-left: 15%;
	}
}
@media (min-width: 1200px) {
	.hero-caption {
		width: 60%;
	}
}


















/* Landing Page */
.landing-page p {
	font-size: .85em;
	line-height: 1.4em;
	margin-bottom: 10px;
}
.landing-page h2 {
/*	color: #1f7f9b;*/
	line-height: 1em;
}
a h2.landing-head,
h2.landing-head a,
.landing-head {
	color: #2999b1;
	font-family: "myriad-pro-semi-condensed", sans-serif;
	font-size: 1.5em;
	line-height: 1em;
	margin: 15px 0;
	padding: 0;
}
a h2.landing-head + *,
h2.landing-head a + * {
	margin-bottom: 15px;
}
a:active,
a:focus,
a:hover,
a:active > *,
a:focus > *,
a:hover > * ,
.landing-page a:active h2,
.landing-page a:focus h2,
.landing-page a:hover h2,
.landing-deck:active,
.landing-deck:focus,
.landing-deck:hover,
a:active .landing-deck,
a:focus .landing-deck,
a:hover .landing-deck {
	color: #cd5932;
}
.landing-deck {
	color: #000;
}
p.landing-deck {
	font-size: 1em;
	line-height: 1.2em;
}
.landing-curves {
    display: none;
}
.mystory-headline,
.mystory-headline-main,
.headline-black,
.headline-black-static,
.headline-blue {
	font-size: 1.5em;
	line-height: 1em;
	margin: 15px 0;
}
.mystory-headline {
	font-size: .7em;
}
.mystory-headline-main {
	font-size: 1em;
}
.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;
}
.select-display-title {
	padding: 5% 0 2% 0;
}
.select-display-value {
	display: none;
}
.newsList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 45px;
}
/*.newsListTitle {
	display: block;
	margin-bottom: 45px;
}*/
.newsListTitle {
	font-size: .7em;
	margin-bottom: 45px;
	width: 45%;
}
.ImageWrapper h3.landing-head {
	font-weight: 400;
}
.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;
}
h2.landing-head .mystory-headline a {
	font-family: "myriad-pro-semi-condensed", sans-serif;
	font-weight: 400;
	line-height: 1.125em;
}
.if-icon {
	bottom: 5px;
	color: #fff;
	font-size: 1.5em;
	left: 6px;
	position: absolute;
	text-shadow: 2px 2px 5px #000;
	z-index: 1;
}
.if-icon {
	bottom: -50px;
}
.if-open-lightbox:active .if-icon,
.if-open-lightbox:focus .if-icon,
.if-open-lightbox:hover .if-icon,
.mystory-open-lightbox:active .mystory-icon,
.mystory-open-lightbox:focus .mystory-icon,
.mystory-open-lightbox:hover .mystory-icon {
	color: #cd5932;
}
.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";
}
.if-slick-slide {
	position: relative;
}
.if-channel-title,
.if-current-title {
	color: #367c99;
	font-weight: 600;
	text-align: center;
	top: 0;
}
.if-channel-title {
	position: absolute;
	top: -12%;
}
.if-channel-title:first-of-type {
	left: 2%;
}
.if-channel-title:last-of-type {
	right: 2%;
}
.if-current-caption {
	font-size: .8em;
	line-height: 1.5em;
	margin-top: 15px;
}
.issue {
	padding-bottom: 30px;
}
.bonus {
	font-size: .9em;
    line-height: 1.6em;
	padding-left: 20px;
}
.highlight-media {
	margin-bottom: 45px;
	margin-top: 15px;
}
.bonus h2 {
	font-size: 1.5em;
}
.bonus h2:first-of-type,
.bonus h3:first-of-type {
	margin-top: 0;
}
@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) {
	.float-right,
	.pull-right {
		float: right;
	}
	.float-left,
	.pull-left {
		float: left;
	}
	.float-right {
		margin-left: 20px;
	}
	.float-left {
		margin-right: 20px;
		padding-left: 0;
	}
	.text-right {
		text-align: right;
	}
	.vertical-align > * {
		display: inline-block;
		float: none;
		vertical-align: middle;
	}
	.vertical-align > * > *:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.top-nav {
		flex-direction: row;
	}
	.responsive-menu {
		float: right;
		position: absolute;
		right: 0;
		top: 100px;
		width: 285px;
	}
	.global-footer-cover {
		margin: 0;
	}
	.mystory-headline {
		font-size: .6em;
	}
	.mystory-headline-main {
		font-size: 1em;
		line-height: 1.2em;
	}
	.newsList {
		display: block;
		position: relative;
	}
	.newsListTitle {
		font-size: inherit;
		margin-bottom: auto;
		width: 45%;
	}
	.newsListTitle h2.landing-head {
		color: #000;
		font-size: 1em;
		margin-bottom: 30px;
		text-align: right;
	}
	.newsListTitle:active,
	.newsListTitle:focus,
	.newsListTitle:hover {
		color: #cd5932 !important;
		text-decoration: underline;
	}
	.newsThumb {
		height: auto;
		opacity: 0;
		position: absolute;
		top: 0;
		-ms-transition: opacity 1s;
		-webkit-transition: opacity 1s;
		transition: opacity 1s;
		max-width: 220px;
	}
	.newsListTitle:first-of-type .newsThumb {
		opacity: 1;
		position: relative;
	}
	.newsListTitle:active .newsThumb,
	.newsListTitle:focus .newsThumb,
	.newsListTitle:hover .newsThumb {
		opacity: 1;
		-ms-transition: opacity 1s;
		-webkit-transition: opacity 1s;
		transition: opacity 1s;
	}
	.slider {
		margin-bottom: 15px;
	}
	/* 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: 45px;
		-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-carousel-caption.if-current {
		margin-top: 75px;
	}
	.if-current-title {
		position: absolute;
		top: 40px;
	}
	.if-channel-title:first-of-type {
		left: 2%;
	}
	.if-channel-title:last-of-type {
		right: 2%;
		z-index: 1;
	}
	/* end in focus carousel */
	.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) {	
	.newsListTitle h2.landing-head {
		padding-left: 18%;
	}
	.landing-head {
		font-size: 1.1em;
	}
	.newsThumb {
		max-width: 295px;
	}
	/* 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%;
	}
	.ImageWrapper .landing-head,
	.ImageWrapper:active .landing-head,
	.ImageWrapper:focus .landing-head,
	.ImageWrapper:hover .landing-head {
		color: #fff;
		font-size: .95em;
		line-height: 1.2em;
		margin: -30px 0 0 4px;
		opacity: 1;
		position: absolute;
		text-align: center;
		text-shadow: 2px 2px 5px #4D4D4D;
		top: 40%;
		transition: all 0.3s ease 0s;
		visibility: visible;
		width: 95%;
	}
	.ImageWrapper .landing-head {
		opacity: 0;
	}
	.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 */
	.vertical-align-bottom div {
		float: none;
		display: inline-block;
		width: 49%;
	}
	.ac-container {
		margin-top: 12%;
		padding: 0 5px 5px 5px;
	}
	.if-icon {
		bottom: -80px;
	}
	.if-carousel-thumb {
		max-width: 67px;
	}
	.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;*/
		max-width: 557px;
	}
	.if-carousel-frame {	
		max-width: 610px;
	}
	.if-channel-title:first-of-type {
		left: 1%;
	}
	.if-channel-title:last-of-type {
		right: 1%;
	}
	.mystory-copy {
		margin-top: -1%;
	}
	.mystory-headline {
		margin-top: 0;
	}
}
@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: 1046px) and (max-width: 1199px) {
	.if-channel-title:first-of-type {
		left: 2%;
	}
	.if-channel-title:last-of-type {
		right: 2%;
	}
}
/* lg */
@media (min-width: 1200px) {
	.landing-head {
		font-size: 1.8em;
	}
	.newsListTitle h2.landing-head {
		padding-left: 25%;
	}
	.newsThumb {
		max-width: 300px;
		right: 0;
	}
	.newsListTitle:first-of-type .newsThumb {
		right: -60px;
	}
	.ImageWrapper .landing-head,
	.ImageWrapper:active .landing-head,
	.ImageWrapper:focus .landing-head,
	.ImageWrapper:hover .landing-head {
		font-size: 1.2em;
		line-height: 1.3em;
		margin: -30px auto 0 auto;
		width: 165px;
	}
	.ImageWrapper a,
	.ImageWrapper p {
			font-size: 1.5em;
			line-height: 1.2em;
	}
	.overlap-image-left {
		margin-left: -15px;
	}
	.overlap-image-right {
		margin-right: -15px;
	}
	.ac-avatars {
		margin-left: -9%;
	}
	.avatars {
		width: 70%;
	}
	.ac-class-notes {
		width: 80%;
	}
	.mystory-copy {
		margin-top: 25px;
	}
	.mystory-headline {
		font-size: .7em;
	}
	.editor-pick-type {
		margin-top: -63px;
	}
	.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%;
	}
	.if-channel-title:first-of-type {
		left: 8%;
	}
	.if-channel-title:last-of-type {
		right: 8.5%;
	}
	.if-current-frame,
	.if-current-media {
		max-width: 600px;
	}
}

/* Issue 10.4 specific */
.curves.landing-curves-off {
	display: none;
}
.headline {
	color: #2999b1;
	margin: 5px 0 0;
}
.alumni-btn,
.gallery-mystory,
.gallery-thumbnail {
	position: relative;
}
/*.feature-text {
	margin: -166px 0 45px 0;
}*/
.feature-text {
	margin: 10px 0 30px 0;
}
.feature-headline {
	font-family: "Trajon Pro", serif;
	font-size: 3em;
}
.feature-deck {
	font-style: italic;
	font-size: 1em;
}
p.feature-deck {
	font-size: 1em;
	margin: 0 0 15px 0;
}
.anniversary-text {
	margin: 0 0 30px 0;
}
.anniversary-deck {
	margin: 20px 0;
}
.anniversary-nav {
	display: none;
}
.anniversary-slider .slick-next,
.anniversary-slider .slick-prev {
	height: 30px;
	width: 30px;
}
.anniversary-slider .slick-next {
	right: -35px;
}
.anniversary-slider .slick-prev {
	left: -30px;
}
.anniversary-caption {
	margin: 10px 0 20px;
}
.anniversary-video {
	margin-top: 39px;
}
.outreach-headline {
	margin-bottom: 15px;
}
.info-headline {
	font-size: 1.5em;
	margin: 30px 0;
}
.info-headline-1 {
	display: block;
	font-weight: bold;
}
.info-btn-container {
	margin-top: 13px;
	text-align: center;
}
.info-blue,
.info-rust,
.info-btn-group,
.info-community,
.info-icon,
.info-student {
	display: none;
}
.info-pathways {
	display: none;
}
.jane {
	margin: 0 0 30px;
}
.jane-headline {
	color: rgb(153,31,39);
}
.grad-row {
	margin: 30px 0;
}
.grad-tile-block {
	display: block;
}
.old {
	margin-bottom: 110px;
	position: relative;
	top: 80px;
}
.old-border {
	border: 1px solid #7f7f7f;
	box-shadow: 8px 8px 9px #7f7f7f;
	padding: 15px;
}
.old-seal {
	position: absolute;
	top: -5%;
	width: 30%;
}
.class {
	margin-top: 60px;
}
.mystory-btn:after {
	background: url("../images/play-button-large.svg") no-repeat;
	bottom: 0;
	content: " ";
	height: 80px;
	left: 40%;
	opacity: 1;
	-moz-transition: all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	-webkit-transition: all 500ms;
	transition: all 500ms;
	position: absolute;
	width: 20%;
}
.mystory-btn:hover:after {
	opacity: .6;
}
.coverage-deck {
	color: #2999b1;
	font-weight: 700;
}
.coverage-text {
	color: #000;
}
.coverage-gray {
	filter: grayscale(100);
}
@media (min-width: 768px) {
	.tag {
		display: block;
	}
	.feature-headline {
		text-shadow: 0 0 19px #000, 2px -2px 40px #000;
	}
	.feature-text {
		margin: -171px 0 70px 0;
		position: relative;
	}
	.feature-deck {
		color: #fff;
	}	
	.anniversary-slider {
		border: 1px solid #7f7f7f;
		box-shadow: 8px 8px 9px #7f7f7f;
		padding: 15px;
	}
	.anniversary-caption {
		margin-bottom: 0;
	}
	.outreach {
		margin-top: 45px;
	}
	.info-container {
		margin-top: 100px;
	}
	.info-btn-group,
	.info-community,
	.info-icon,
	.info-student {
		display: block;
	}
	.info-blue,
	.info-rust {
		display: block;
		position: absolute;
		width: 280px;
	}
	.info-blue {
    right: 164px;
    top: 204px;
	}
	.info-rust {
		left: 163px;
		top: 228px;
	}
	.info-pathways {
		display: block;
		left: 337px;
		position: absolute;
		top: 360px;
	}
	.info-btn-group {
		margin: 203px 0 10px 0;
	}
	.info-btn {
		background: none;
		border: solid 3px;
		display: block;
		font-size: .8em;
		margin-bottom: 10px;
		text-align: center;
		width: 180px;
	}
	.info-btn.active {
		color: #fff;
	}
	.info-btn-left {
		float: right;
	}
	.info-btn-first {
		border-color: rgb(207,203,203);
	}
	.info-btn-first.active {
		background-color: rgb(207,203,203);
	}
	.info-btn-elderly {
		border-color: rgb(150,121,172);
	}
	.info-btn-elderly.active {
		background-color: rgb(150,121,172);
	}
	.info-btn-underserved {
		border-color: rgb(108,161,171);
	}
	.info-btn-underserved.active {
		background-color: rgb(108,161,171);
	}
	.info-btn-nutrition {
		border-color: rgb(126,171,106);
	}
	.info-btn-nutrition.active {
		background-color: rgb(126,171,106);
	}
	.info-btn-global {
		border-color: rgb(152,135,142);
	}
	.info-btn-global.active {
		background-color: rgb(152,135,142);
	}
	.info-btn-infectious {
		border-color: rgb(220,151,83);
	}
	.info-btn-infectious.active {
		background-color: rgb(220,151,83);
	}
	.info-community,
	.info-student {
		align-items: flex-end;
		display: flex;
		justify-content: center;
		height: 115px;
		position: absolute;
		text-align: center;
		top: 110px;
	}
/*	.info-community > .info-community-text,
	.info-student > .info-student-text {
		height: 180px;
		border: thin solid black;
		vertical-align: bottom;
	}*/
	.info-icon {
		left: 317px;
		position: absolute;
		top: 217px;
		width: 115px;
	}
	.info-community {
		left: 81px;
		width: 180px;
	}
	.info-student {
		right: 85px;
		width: 180px;
	}
	.info-community > .info-community-text,
	.info-student > .info-student-text {
		vertical-align: bottom;
	}
	.info-community-text,
	.info-icon-text,
	.info-student-text,
	.info-community-text.hidden,
	.info-icon-text.hidden,
	.info-student-text.hidden {
		display: none;
	}
/*	.info-default-text {
		display: block;
	}*/
	.info-community-text,
	.info-icon-text,
	.info-student-text,
	.info-default-text {
		font-size: .8em !important;
		line-height: 1.25em !important;
		margin-bottom: 0 !important;
	}
	.info-default-text,
	.info-default-text.info-label {
		position: absolute;
		transition: all 1500ms;
		white-space: nowrap;
	}
	.info-default-community,
	.info-default-student {
		bottom: 0;
	}
	.info-default-community.info-label {
    left: 94px;
    bottom: -72px;
	}
	.info-default-community {
		left: 28px;
	}
	.info-default-student {
		right: 33px;
	}
	.info-default-student.info-label {
    bottom: -72px;
    right: 99px;
	}
	.info-default-icon.info-label {
		display: none;
	}
	.jane-text {
		text-align: right;
	}
	.jane-headline {
		/*font-size: 2.8em;*/
		left: 50px;
		position: relative;
		top: 18px;
	}
	.booster {
		margin-top: 120px;
	}
	.booster-text {
		position: relative;
		top: 15px;
	}
	.grad-tile-headline {
    font-size: 2.25em;
    margin-top: 50px;
	}
	.grad-tile-left,
	.grad-tile-right {
		margin-top: 30px;
	}
	.grad-tile-left {
    padding-right: 15px;
	}
	.grad-tile-right {
    padding-left: 15px;
	}
	/*.grad-landing-caption {
		margin-top: 23px;
	}*/
	.grad-tile-1 {
		position: relative;
		top: 1px;
		/*top: -18px;*/
	}
	.grad-top-container {		
		position: relative;
		top: 20px;
	}
	.grad-landing-caption-container {
		position: relative;
		top: -198px;
	}
	.music {
    left: 30px;
    position: relative;
    top: 1px;
	}
	.music-headline {
		position: relative;
		top: 15px;
	}
	.music-text {
		margin-top: 25px;
	}
	.old {
		top: 35px;
	}
	.old-seal {
    left: -41px;
    top: -50px;
    width: 158px;
	}
	.mars-text {
    position: static;
		width: auto;
	}
	.avatars {
		margin-top: 30px;
		width: 300px;
	}
	.mystory-btn:after {
    bottom: 2px;
    left: 331px;
    width: 60px;
	}
	.congrats-row {
		margin: 60px 0 30px;
	}
	.coverage-headline {
		color: #fff;
		font-size: 3.5em;
		font-weight: 700;
		left: 25px;
		margin: 0;
		position: absolute;
		text-shadow: 0 0 15px #000;
	}
	.coverage-deck {
		text-shadow: 0 0 15px #000;
	}
	.coverage-text-container {
    bottom: 10px;
		font-size: 1.2em;
    left: 30px;
    position: absolute;
	}
	.coverage-text {
		color: #fff;
	}
	.grad-link:active .coverage-headline,
	.grad-link:focus .coverage-headline,
	.grad-link:hover .coverage-headline {
		color: #fff !important;
		text-decoration: underline;
	}
	.coverage-headline-1 {
		display: block;
	}
	.ImageWrapper:active .landing-head,
	.ImageWrapper:focus .landing-head,
	.ImageWrapper:hover .landing-head {
		color: #cc5831;
	}
}
@media (min-width: 992px) {
	.btn {
		font-size: .8em;
	}
	.anniversary-nav {
		display: block;
		left: 30px;
		margin-bottom: 40px;
		position: relative;
		width: 557px;
	}
	.anniversary-nav:after {
		background: rgb(185,178,176);
		bottom: -22px;
		content: " ";
		height: 1px;
		left: 0;
		position: absolute;
		width: 556px;
		z-index: -1;
	}
	.anniversary-btn {
    background: none;
    border: none;
		color: rgb(185,178,176);
		position: relative;
	}
	.anniversary-btn:before {
		background: rgb(185,178,176);
		bottom: -26px;
		content: " ";
		height: 10px;
		left: 23px;
		position: absolute;
		width: 1px;
	}
	.anniversary-btn.anniversary-active:before {
		background: #cd5932;
		bottom: -26px;
		border-radius: 25px;
		content: " ";
		height: 10px;
		left: 17px;
		position: absolute;
		width: 10px;
	}
	.anniversary-active,
	.anniversary-btn:active,
	.anniversary-btn:focus,
	.anniversary-btn:hover {
		background: #cd5932;
		color: #fff;
	}
	.anniversary-btn:active,
	.anniversary-btn:focus,
	.anniversary-btn:hover {
		opacity: .8;
	}
	.anniversary-active:after {
		border-left: 7px solid transparent;
		border-right: 7px solid transparent;
		border-top: 9px solid #cd5932;
		bottom: -12px;
		content: " ";
		height: 15px;
		left: 14px;
		position: absolute;
		width: 15px;
	}
	.ab-1 {
		left: -23px;
	}
	.ab-2 {
		left: -14px;
	}
	.ab-3 {
		left: 19px;
	}
	.ab-4 {
		left: 46px;
	}
	.ab-5 {
		left: 53px;
	}
	.ab-6 {
		left: 53px;
	}
	.ab-7 {
		left: 74px;
	}
	.ab-8 {
		left: 120px;
	}
	.ab-9 {
		left: 120px;
	}
	.ab-10 {
		left: 128px;
	}
	.anniversary-slider-container {
		margin: 72px 0;
	}
	.anniversary-slider .slick-list {
		background: rgba(31, 127, 155, .8);
	}
	.anniversary-caption {
		bottom: 0;
		color: #fff;
		margin-top: 0;
		padding: 10px 20px 5px;
		width: 525px;
	}
	.outreach {
		left: 64px;
		margin-top: 0;
		position: relative;
	}
	.outreach-text {
		text-align: right;
	}
	.outreach-headline {
    font-size: 1.6em;
    padding-left: 55px;
	}
	.info-blue,
	.info-rust {
    display: block;
    position: absolute;
    width: 235px;
	}
	.info-blue {
		right: 70px;
		top: 248px;
	}
	.info-rust {
		left: 58px;
		top: 268px;
	}
	.info-community,
	.info-student {
		top: 147px;
	}
	.info-community {
    left: -4px;
    width: 141px;
	}
	.info-default-community {
    left: 8px;
	}
	.info-default-community.info-label {
    left: 51px;
	}
	.info-student {
    right: 0;
    width: 163px;
	}
	.info-default-student {
    right: 25px;
	}
	.info-default-student.info-label {
    right: 69px;
	}
	.info-icon {
		left: 190px;
		top: 261px;
		width: 94px;
	}
	.info-pathways {
    left: 200px;
    top: 390px;
	}
	.jane {
		left: 47px;
		position: relative;
		top: -104px;
	}
	.jane-headline {
		left: -85px;
		position: absolute;
		width: 302px;
		top: 82px;
	}
	.jane-img {
    position: relative;
    top: 44px;
    width: 404px;
    z-index: -1;
	}
	.booster {
    margin-top: 79px;
	}
	.music {
		top: -44px;
	}
	.music-text {
    padding-left: 50px;
	}
	.grad-row {
    margin: 95px 0 30px 0;
	}
	.grad-landing-1 {
		position: relative;
		top: -162px;
	}
	.tile-headline {
		margin-bottom: 15px;
	}
	.grad-tile-headline {
		margin: 50px 0 15px 0;
	}
	.grad-top {
		margin-top: -163px;
		margin-bottom: 30px;
	}
	.grad-tile-1 {
		position: static;
	}
	.grad-curves {
		bottom: -62px;
		max-width: 374px;
		position: absolute;
	}
	.grad-landing-caption-container {
		top: -26px;
	}
	.row-alumni-old {
		margin-top: 58px;
	}
	.old {
    left: -55px;
		top: 65px;
	}
	.old-seal {
		left: -45px;
		top: -41px;
		width: 146px;
	}
	.old-headline {
		font-size: 1.1em;
		line-height: .5em !important;
	}
	.mars {
		margin-top: -8px;
	}
	.mars-headline {
    padding-left: 50px;
	}
	.class {
    margin-top: 68px;
	}
	.avatars {
		width: 198px;
	}
	.class-headline {
    font-size: 1.5em;
	}
	.toggle-list dt, .toggle-list dd {
    padding-top: 6px;
	}
	.row-mystory {
		margin-top: 50px;
	}
	.mystory-img {
    margin-top: 15px;
	}
	.mystory-btn:after {
    bottom: 25px;
    left: 444px;
    width: 66px;
	}
	.congrats-row {
		margin-top: 0;
	}
	.coverage-tile-container {
		margin-top: 30px;
	}
	.congrats-row {
		margin-bottom: 30px;
	}
	.commencement-deck {
    position: absolute;
    bottom: 0;
    color: #fff;
	}
	.coverage-deck {
		font-size: 1.7em;
		text-shadow: 0 0 15px #000, 0 0 15px #000;
	}
	.coverage-text-container {
		font-size: .8em;
	}
	.coverage-text {
		font-size: 1.1em !important;
	}
/*	.coverage-tile-1,
	.coverage-tile-2 {
		margin-top: 30px;
	}*/
	.ImageWrapper:active .landing-head,
	.ImageWrapper:focus .landing-head,
	.ImageWrapper:hover .landing-head {
		color: #fff;
	}
}
@media (min-width: 1200px) {
	.feature-text {
		margin: -203px 0 70px 0;
	}
	.feature-headline {
		font-size: 4.25em;
	}
	.anniversary-nav:after {
		width: 690px;
	}
	.ab-2 {
    left: -11px;
	}
	.ab-3 {
    left: 17px;
	}
	.ab-4 {
		left: 59px;
	}
	.ab-5 {
		left: 112px;
	}
	.ab-6 {
		left: 121px;
	}
	.ab-7 {
		left: 165px;
	}
	.ab-8 {
    left: 230px;
	}
	.ab-9 {
		left: 231px;
	}
	.ab-10 {
    left: 263px;
	}
/*	.anniversary-slider .slick-next {
		right: 315px;
	}
	.anniversary-slider .slick-prev {
		left: 315px;
	}*/
	.anniversary-caption {
		width: 658px;
	}
	.anniversary-video {
		margin-top: -1px;
	}
	.outreach-headline {
    padding-left: 133px;
	}
	.info-blue,
	.info-rust {
    width: 266px;
	}
	.info-rust {
    left: 86px;
    top: 244px;
	}
	.info-blue {
    right: 96px;
    top: 222px;
	}
	.info-community,
	.info-student {
    top: 124px;
	}
	.info-community {
    left: 23px;
	}
	.info-default-community.info-label {
    bottom: -75px;
    left: 65px;
	}
	.info-student {
    right: 24px;
	}
	.info-default-student.info-label {
    bottom: -75px;
    right: 83px;
	}
	.info-icon {
		left: 233px;
		top: 234px;
		width: 110px;
	}
	.info-pathways {
    left: 253px;
    top: 372px;
	}
	.info-btn-group {
    margin: 215px 0 10px 0;
	}
	.jane {
    left: 131px;
		top: -60px;
	}
	.jane-headline {
		left: -94px;
		min-width: unset;
		position: absolute;
		top: 102px;
		max-width: 250px;
	}
	.jane-lg-deck {
		bottom: 60px;
		position: absolute;
		width: 314px;
		left: -160px;
	}
	.jane-img {
    position: relative;
    top: 44px;
    width: 500px;
    z-index: -1;
    left: -91px;
	}
	.jane-deck {
		left: 9px;
		position: absolute;
		top: 184px;
		width: 159px;
	}
	.booster {
    margin-top: 116px;
	}
	.grad-tile-1 {
    top: -32px;
	}
	.grad-landing-1 {
    position: relative;
    top: -103px;
	}
	.grad-top-container {
		top: -86px;
	}
	.grad-curves {
		bottom: -55px;
		max-width: 456px;
	}
	.grad-landing-caption-container {
    top: 0;
	}
	.music {
		left: 34px;
		position: relative;
		top: -76px;
		width: 450px;
	}
	.music-text {
    padding-left: 205px;
	}
	.row-alumni-old {
    margin-top: -11px;
    position: relative;
    top: -55px;
	}
	.old {
		left: 0;
		margin-bottom: 142px;
    top: 108px;
	}
	.mars {
		margin-top: 0;
	}
	.class {
    margin-top: 102px;
	}
	.row-mystory {
		margin-top: 90px;
	}
	.mystory-btn:after {
    bottom: 50px;
    left: 542px;
    width: 75px;
	}
	.coverage-text-container {
		font-size: 1.1em;
	}
}