/* 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;
}
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 */
.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
}
.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: #2999b1;
	border-radius: 25px;
	border: 2px solid #ddd;
}
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: #2999b1;
}
/* 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 */
.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
}
.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;
}

/* 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;
	-ms-transition: all;
	-moz-transition: all;
	-o-transition: all;
	-webkit-transition: all;
	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;
}


















/* Landing Page */
.landing-page p {
	font-size: .85em;
	line-height: 1.4em;
	margin-bottom: 10px;
}
a h2.landing-head,
h2.landing-head a {
	color: #2999b1;
	font-family: "myriad-pro-semi-condensed", sans-serif;
	font-size: 1.5em;
	font-weight: 600;
	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;
}
.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;
}
/*.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;
}
.mystory {
	border-radius: 25px;
	border: thin solid lightblue;
	padding: 35px 30px 20px 30px;
	margin: 0 15px;
}
h2.landing-head .mystory-headline a {
	font-family: "myriad-pro-semi-condensed", sans-serif;
	font-weight: 400;
	line-height: 1.125em;
}
.if-icon,
.mystory-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;
	}
	.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;
		top: -30px;
	}
	.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;
		-moz-transition: opacity 1s;
		-ms-transition: opacity 1s;
		-o-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;
		-moz-transition: opacity 1s;
		-ms-transition: opacity 1s;
		-o-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;
		-ms-transition: all 500ms ease-in-out;
		-o-transition: all 500ms ease-in-out;
		-webkit-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;
		-ms-transition: all 500ms ease-in-out;
		-o-transition: all 500ms ease-in-out;
		-webkit-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;
		-ms-transition: all 500ms ease-in-out;
		-o-transition: all 500ms ease-in-out;
		-webkit-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;
		-ms-transition: all 500ms ease-in-out;
		-o-transition: all 500ms ease-in-out;
		-webkit-transition: all 500ms ease-in-out;
		transition: all 500ms ease-in-out;
	}
	.if-current {
		display: block;
		-moz-transition: all 500ms ease-in-out;
		-ms-transition: all 500ms ease-in-out;
		-o-transition: all 500ms ease-in-out;
		-webkit-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 */
	.mystory {
		padding: 40px 30px 20px 30px;
		margin-top: 45px;
		margin-bottom: 60px;
	}
	.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;
	}
	.ImageWrapper {
		box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
		display: block;
		overflow: hidden;
		position: relative;
		vertical-align: middle;
	}
	.image-overlay {
		display: block;
		height: 100%;
		left: 50%;
		opacity: 0;
		position: absolute;
		top: 0;
		-moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		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: 1.2em;
		line-height: 1.2em;
		/*margin: -30px 0 0 10px;*/
		margin: 0;
		padding: 0;
		opacity: 1;
		position: absolute;
		text-align: center;
		text-shadow: 2px 2px 5px #4D4D4D;
		top: 20%;
		-moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		visibility: visible;
		width: 100%;
	}
	/*.ImageWrapper .landing-head {
		opacity: 0;
	}*/
	.StyleH.showHeader {
		height: 100%;
		position: absolute;
		top: 0;
		width: 100%;
	}
	.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;
	}
}
/* md */
@media (min-width: 992px) {
	.newsList {
		top: 0;
	}
	.newsListTitle h2.landing-head {
		padding-left: 18%;
	}
	.newsThumb {
		max-width: 295px;
	}
	/* news+notes hover effect */
	.ImageWrapper .landing-head.grad-story,
	.ImageWrapper:active .landing-head.grad-story,
	.ImageWrapper:focus .landing-head.grad-story,
	.ImageWrapper:hover .landing-head.grad-story {
		font-size: 1em;
	}
	/* 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 {
		padding: 40px 30px 20px 30px;
	}
	.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) {
	.newsListTitle h2.landing-head {
		padding-left: 25%;
	}
	.newsThumb {
		max-width: 300px;
		right: 0;
	}
	.newsListTitle:first-of-type .newsThumb {
		right: -60px;
	}
	.ImageWrapper .landing-head.grad-story,
	.ImageWrapper:active .landing-head.grad-story,
	.ImageWrapper:focus .landing-head.grad-story,
	.ImageWrapper:hover .landing-head.grad-story {
		font-size: 1.2em;
	}
	/*.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%;
	}
	.ac-class-notes {
		width: 80%;
	}
	.mystory {
		padding: 50px 30px 45px 30px;
	}
	.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;
	}
}
/* 9.5 issue specific */
.bw-header {
	background-color: #000;
}
.bw-nav {
	margin-top: 0;
	padding: 15px;
}
.top-nav.bw-nav a,
.top-nav.bw-nav #menu-btn {
	color: #fff;
}
.bw-menu .open-menu-link {
    color: #fff;
    padding-top: 7px;
}

.prefix {
	color: #cd5932;
	display: block;
	font-family: "myriad-pro-semi-condensed", sans-serif;
	font-size: .8em;
	font-weight: 600;
	text-transform: uppercase;
}
.opioids-deck {
	display: none;
}
.risky-btn:active .risky-headline,
.risky-btn:focus .risky-headline,
.risky-btn:hover .risky-headline,
.risky-btn:active .risky-deck,
.risky-btn:focus .risky-deck,
.risky-btn:hover .risky-deck {
	color: #cd5932 !important;
}
.risky-headline {
	color: rgb(46,53,105);
	font-family: "myriad-pro-semi-condensed", sans-serif;
	font-weight: 400;
}
.risky-deck {
	font-family: "myriad-pro-condensed", sans-serif;
	font-size: 1.3em;
	font-weight: 600;
	line-height: 1.1em;
	margin-bottom: 15px;
}
.risky-text {
	color: #000;
}
.landing-page p.risky-text {
	margin-bottom: 30px;
}
.risky-modal-content {
	 background-image: url(../images/infographic/mental-health-infographic-bg-600x810px.jpg);
	 background-size: cover;
}
.risky-modal-header {
	border: none;
}
h2.landing-head.cpr-headline {
	color: #cd5932 !important;
}
h2.landing-head.cpr-headline,
h2.landing-head.heroes-headline {
	color: #cd5932 !important;
}
a:active h2.landing-head.cpr-headline,
a:focus h2.landing-head.cpr-headline,
a:hover h2.landing-head.cpr-headline,
a:active h2.landing-head.heroes-headline,
a:focus h2.landing-head.heroes-headline,
a:hover h2.landing-head.heroes-headline {
	color: #cd5932 !important;
	text-decoration: underline;
}
a:active .car-headline,
a:focus .car-headline,
a:hover .car-headline,
a:active .car-deck,
a:focus .car-deck,
a:hover .car-deck {
	color: #cd5932 !important;
}
.car-headline {
	color: #000 !important;
	font-family: "myriad-pro", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
.car-deck {
	color: #2999b1;
	font-family: "myriad-pro-semi-condensed", sans-serif;
	font-weight: 600;
}
/* entire container, keeps perspective */
.flip-container {
	-moz-perspective: 1000px;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}
	/* flip the pane when hovered */
	.flip-container:hover .flipper, 
	.flip-container.hover .flipper {
		-moz-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		-webkit-transform: rotateY(180deg);
		transform: rotateY(180deg);
	}
	
@keyframes flip {
	0% {
		-moz-transform: rotateY(0);
		-ms-transform: rotateY(0);
		-webkit-transform: rotateY(0);
		transform: rotateY(0);
	}
	50% { 
		-moz-transform: rotateY(0);
		-ms-transform: rotateY(0);
		-webkit-transform: rotateY(0);
		transform: rotateY(0);
	}
	53% { 
		-moz-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		-webkit-transform: rotateY(180deg);
		transform: rotateY(180deg);
	}
	93% { 
		-moz-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		-webkit-transform: rotateY(180deg);
		transform: rotateY(180deg);
	}
	100% { 
		-moz-transform: rotateY(0);
		-ms-transform: rotateY(0);
		-webkit-transform: rotateY(0);
		transform: rotateY(0);
	}
}

.flip-container,
.front,
.back {
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	width: 320px;
}
/* flip speed goes here */
.flipper {
	-moz-transition: 0.6s;
	-o-transition: 0.6s;
	-webkit-transition: 0.6s;
	transition: 0.6s;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	position: relative;
	-moz-animation: flip 10s infinite;
	-o-animation: flip 10s infinite;
	-webkit-animation: flip 10s infinite;
	animation: flip 10s infinite;
}
/* hide back of pane during swap */
.front, 
.back {
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.oldschool-seal {
	left: 32%;
	min-width: 150px;
	position: absolute;
	top: -4%;
	width: 23%;
}
/* front pane, placed above back */
.front {
	z-index: 2;
	/* for firefox 31 */
	-moz-transform: rotateY(0);
	-ms-transform: rotateY(0);
	-webkit-transform: rotateY(0);
	transform: rotateY(0deg);
}
/* back, initially hidden pane */
.back {
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.crane-text {
	color: #000;
	font-family: "myriad-pro-semi-condensed", sans-serif;
	font-size: .8em;
	font-style: italic;
	font-weight: 300;
}
.crane-button {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: center;
	width: 40%;
}
.old-headline {
	color: #2999b1;
	font-size: 1.2em;
	text-align: center;
}
.hp-headline {
	font-size: 1.4em;
}
.grad-incomplete {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.grad-btn {
	margin-bottom: 30px;
}
/* Stories */
.interactive-map {
	font-size: 14px;
	line-height: 1.25em;
}
.interactive-map img {
	width: initial;
	max-width: 100%;
}
.match-img1,
.match-img2 {
	height: auto;
	position: absolute;
	width: 100px;
}
.match-img1 {
	left: 0;
	top: 200px;
}
.match-img2 {
	right: 0;
	top: 163px;
}
.opioids-menu .open-menu-link,
.opioids-nav {
	color: #fff;
}
.opioids-story-header {
	color: #fff;
	padding: 0;
}
.opioids-story-headline,
.opioids-story-deck {
	padding: 0 15px;
}
.opioids-story-headline {
	font-size: 1.8em;
	/*margin-top: -30px;*/
}
.opioids-artist {
    margin-top: 10px;
    font-size: .6em;
    display: block;
    font-style: italic;
}
.opioids-title-img {
	max-width: 500px;
	margin: 0 auto;
}
.opioids-story-deck {
	font-size: 1.2em;
	margin-bottom: 15px;
	text-align: center;
}
.opioids-cta {
	border: thick solid #1f7f9c;
	padding: 25px;
	text-align: center;
}
.opioids-cta-text {
	font-size: 1.3em;
	line-height: 1.5em;
	margin: 0;
}
.opioids-cta-container {/*:before*/
	/*content: "";
	height: 100%; 
	position: absolute; 
	top: 0; 
	width: 100%;
	z-index: -1;*/
	margin-bottom: 15px;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,51,78,1) 26%, rgba(31,127,156,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,51,78,1) 26%,rgba(31,127,156,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,51,78,1) 26%,rgba(31,127,156,1) 100%);
	-webkit-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1f7f9c',GradientType=0 );
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1f7f9c',GradientType=0 );
}
.opioids-story-standing {
	-webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.opioids-story-aside {
	font-size: .9em;
	line-height: 1.7em;
}
.opioids-aside-header {
	color: #266681;
	font-size: 1.5em;
	font-weight: 600;
	margin-top: 0;
}
.car-tips {
	font-size: 1.2em;
	font-weight: bold;
}
.commencement-h3 {
	font-size: 1.5em;
}
.hs-wrap {
	-webkit-animation: pin-drop 2s ease-in-out;
	animation: pin-drop 2s ease-in-out;
}
@-moz-keyframes pin-drop {
	0% {
		opacity: 0;
		position: relative;
		margin-top: -15px;
	}
	100% {
		opacity: 1;
		position: relative;
		margin-top: 0;
	}
}
@-o-keyframes pin-drop {
	0% {
		opacity: 0;
		position: relative;
		margin-top: -15px;
	}
	100% {
		opacity: 1;
		position: relative;
		margin-top: 0;
	}
}
@-webkit-keyframes pin-drop {
	0% {
		opacity: 0;
		position: relative;
		margin-top: -15px;
	}
	100% {
		opacity: 1;
		position: relative;
		margin-top: 0;
	}
}
@keyframes pin-drop {
	0% {
		opacity: 0;
		position: relative;
		margin-top: -15px;
	}
	100% {
		opacity: 1;
		position: relative;
		margin-top: 0;
	}
}
@media (min-width: 768px) {
	.bw-menu ul {
		background: #2f2f2f;/*#2f2f2f;*/
	}
	.bw-menu.responsive-menu ul li.hover-open {
		background: transparent;
	}
	.bw-menu .open-menu-link:hover,
	.bw-menu.responsive-menu ul li:active,
	.bw-menu.responsive-menu ul li:focus,
	.bw-menu.responsive-menu ul li:hover {
		background: #000;
	}
	
	a:active .opioids-deck,
	a:focus .opioids-deck,
	a:hover .opioids-deck {
		color: #fff;
		text-decoration: underline;
	}
	.opioids-deck {
		color: #fff;
		display: block;
		font-size: 1.2em;
		font-weight: 400;
		left: 50px;
		line-height: 1em;
		position: absolute;
		text-align: center;
		top: 272px;
		width: 180px;
	}
	.opioids-fade-in {
		opacity: 0;
	}
	.opioids-fade-in.in-view {
		opacity: 1;
		-moz-transition: opacity 2s ease-in-out 4s;
		-ms-transition: opacity 2s ease-in-out 4s;
		-o-transition: opacity 2s ease-in-out 4s;
		-webkit-transition: opacity 2s ease-in-out 4s;
		transition: opacity 2s ease-in-out 4s;
	}
	.risky-deck {
		width: 250px;
	}
	.risky-label1,
	.risky-label2 {
		left: 20px;
		opacity: 0;
		position: absolute;
		top: 10px;
		width: 211px;
	}
	.risky-label1 {
		animation: fadeInOut1 6s infinite ease-in-out;
	}
	.risky-label2 {
		animation: fadeInOut2 6s infinite ease-in-out;
	}
	@-moz-keyframes fadeInOut1 {
		0% {
			opacity: 0;
		}
		10% {
			opacity: 1;
		}
		40% {
			opacity: 1;
		}
		50% {
			opacity: 0;
		}
		100% {
			opacity: 0;
		}
	}
	@-o-keyframes fadeInOut1 {
		0% {
			opacity: 0;
		}
		10% {
			opacity: 1;
		}
		40% {
			opacity: 1;
		}
		50% {
			opacity: 0;
		}
		100% {
			opacity: 0;
		}
	}
	@-webkit-keyframes fadeInOut1 {
		0% {
			opacity: 0;
		}
		10% {
			opacity: 1;
		}
		40% {
			opacity: 1;
		}
		50% {
			opacity: 0;
		}
		100% {
			opacity: 0;
		}
	}
	@keyframes fadeInOut1 {
		0% {
			opacity: 0;
		}
		10% {
			opacity: 1;
		}
		40% {
			opacity: 1;
		}
		50% {
			opacity: 0;
		}
		100% {
			opacity: 0;
		}
	}
	@-moz-keyframes fadeInOut2 {
		0% {
			opacity: 0;
		}
		50% {
			opacity: 0;
		}
		60% {
			opacity: 1;
		}
		95% {
			opacity: 1;
		}
		100% {
			opacity: 0;
		}
	}
	@-o-keyframes fadeInOut2 {
		0% {
			opacity: 0;
		}
		50% {
			opacity: 0;
		}
		60% {
			opacity: 1;
		}
		95% {
			opacity: 1;
		}
		100% {
			opacity: 0;
		}
	}
	@-webkit-keyframes fadeInOut2 {
		0% {
			opacity: 0;
		}
		50% {
			opacity: 0;
		}
		60% {
			opacity: 1;
		}
		95% {
			opacity: 1;
		}
		100% {
			opacity: 0;
		}
	}
	@keyframes fadeInOut2 {
		0% {
			opacity: 0;
		}
		50% {
			opacity: 0;
		}
		60% {
			opacity: 1;
		}
		95% {
			opacity: 1;
		}
		100% {
			opacity: 0;
		}
	}
	.risky-pill-text {
		font-family: "myriad-pro-condensed", sans-serif;
		font-size: 1.4em !important;
		font-weight: 600 !important;
		left: 80px;
		line-height: 1.2em !important;
		position: absolute;
		text-align: center;
		top: 129px;
	}
	.risky-pill-text:active,
	.risky-pill-text:focus,
	.risky-pill-text:hover {
		color: #cd5932;
		font-weight: bold;
	}
	.rounds-list {
		position: relative;
		right: 20px;
		top: 155px;
	}
	.crane {
		margin-top: 30px;
	}
	.crane-button {
		position: absolute;
		right: 50px;
		top: 462px;
		width: 190px;
	}
	.crane-container {
		position: relative;
	}
	.crane-video {
		animation: crane 2s linear infinite alternate;
		position: absolute;
		top: -15px;
	}
	@-moz-keyframes crane {
		0% { top: -5px; }
		50% { top: 0; }
		100% { top: 15px; }
	}
	@-o-keyframes crane {
		0% { top: -5px; }
		50% { top: 0; }
		100% { top: 15px; }
	}
	@-webkit-keyframes crane {
		0% { top: -5px; }
		50% { top: 0; }
		100% { top: 15px; }
	}
	@keyframes crane {
		0% { top: -5px; }
		50% { top: 0; }
		100% { top: 15px; }
	}
	.crane-btn-img {
		position: absolute;
		right: -20px;
		top: 93px;
		width: 95px;
	}
	.car-headline {
		font-size: 2em !important;
		margin-bottom: 5px !important;
	}
	.car-headline,
	.car-deck {
		text-align: right;
		width: 486px;
	}
	.car-btn {
		padding: 6px 30px;
		position: absolute;
		right: 0;
		top: 265px;
		/*padding: 6px 30px;
		position: absolute;
		right: 23px;
		top: 336px;*/
	}
	.car-slider {
		width: 450px;
	}
	.car-img {
		position: absolute;
		right: 0;
		top: 70px;
		width: 400px;
		z-index: 1;
		/*right: -15px;
		top: 43px;
		width: 650px;*/
	}
	.oldschool-seal {
		left: 37%;
		position: absolute;
		top: -5%;
		width: 23%;
	}
	.hp-headline {
		margin-bottom: 20px;
	}
	.animation-element.fly-in {
		opacity: 0;
		-moz-transition: all 1s linear 500ms;
		-ms-transition: all 1s linear 500ms;
		-webkit-transition: all 1s linear 500ms;
		-o-transition: all 1s linear 500ms;
		transition: all 1s linear 500ms;
		-moz-transform: translate3d(-100px, -100px, 0px);
		-webkit-transform: translate3d(-100px, -100px, 0px);
		-o-transform: translate(-100px, -100px);
		-ms-transform: translate(-100px, -100px);
		transform: translate3d(-100px, -100px, 0px);
	}
	.animation-element.fly-in.in-view {
		opacity: 1;
		-moz-transform: translate3d(0px, 0px, 0px);
		-ms-transform: translate3d(0px, 0px, 0px);
		-webkit-transform: translate3d(0px, 0px, 0px);
		-o-transform: translate(0px, 0px);
		-ms-transform: translate(0px, 0px);
		transform: translate3d(0px, 0px, 0px);
	}
	.animation-element.fly-out {
		opacity: 1;
		-moz-transform: translate3d(0px, 0px, 0px);
		-webkit-transform: translate3d(0px, 0px, 0px);
		-o-transform: translate(0px, 0px);
		-ms-transform: translate(0px, 0px);
		transform: translate3d(0px, 0px, 0px);
		-moz-transition: all 1s linear 1s;
		-ms-transition: all 1s linear 1s;
		-webkit-transition: all 1s linear 1s;
		-o-transition: all 1s linear 1s;
		transition: all 1s linear 1s;
	}
	.animation-element.fly-out.in-view {
		opacity: 0;
		-moz-transform: translate3d(200px, -200px, 0px);
		-webkit-transform: translate3d(200px, -200px, 0px);
		-o-transform: translate(200px, -200px);
		-ms-transform: translate(200px, -200px);
		transform: translate3d(200px, -200px, 0px);
	}
	.animation-element.slide-left {
		opacity: 0;
		-moz-transform: translate3d(200px, 0, 0);
		-webkit-transform: translate3d(200px, 0, 0);
		-o-transform: translate(200px, 0);
		-ms-transform: translate(200px, 0);
		transform: translate3d(200px, 0, 0);
		-moz-transition: all 1s linear 1s;
		-ms-transition: all 1s linear 1s;
		-o-transition: all 1s linear 1s;
		-webkit-transition: all 1s linear 1s;
		transition: all 1s linear 1s;
	}
	.animation-element.slide-left.in-view {
		opacity: 1;
		-moz-transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		-o-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate3d(0, 0, 0);
	}
	.marsh-headline {
		font-size: 1.3em !important; 
		/*left: 63px; 
		position: relative;
		width: 250px;*/
	}
	.opioids-cta-container:before {
		max-height: none;
	}
	.opioids-story-headline,
	.opioids-story-deck {
		margin-left: auto;
		margin-right: auto;
		padding: 0 15px;
		text-align: center;
	}
	.opioids-story-text {
		left: 46%;
		position: absolute;
		text-shadow: 2px 2px 5px#000;
		top: 0;
	}
	.opioids-story-headline {
		width: 360px;
	}
	.opioids-story-deck {
		font-size: 1.5em;
		margin-top: 10px;
		width: 400px;
	}
	.opioids-story-p1 {
		position: absolute;
		top: 260px;
		width: 250px;
	}
}
@media (min-width: 992px) {
	.opioids-deck {
		font-size: 1.4em;
		left: 85px;
		line-height: 1.1em;
		top: 355px;
		width: 180px;
	}
	.rounds-list {
		top: 135px;
	}
	.crane {
		margin-top: 0;
	}
	.crane-headline {
		left: 500px;
		position: absolute;
		width: 250px;
		z-index: 3;
	}
	.crane-text {
		display: block;
		font-size: .7em;
	}
	a:acitve .crane-text,
	a:focus .crane-text,
	a:hover .crane-text {
		color: #cd5932 !important;
	}
	.crane-button {
		right: 95px;
	}
	.car-slider {
		width: 500px;
	}
	.car-img {
		top: 17px;
		width: 550px;
	}
	.car-btn {
		right: 23px;
		top: 262px;
	}
	.old {
		position: relative;
		right: 30px;
	}
	.oldschool-seal {
		left: 30%;
		min-width: auto;
		top: -21%;
		width: 40%;
	}
	.old-headline {
		position: relative;
		right: -27px;
		text-align: right;
		top: 5px;
	}
	.hp-headline {
		margin-bottom: 20px;
		margin-left: 0;
		width: 380px;
	}
	.marsh-img {
		margin-top: 25px;
	}
	.class {
		margin-left: 35px;
	}
	.opioids-story-text {
		left: 51%;
		top: 40px;
	}
	.opioids-story-headline {
		top: 50px;
	}
	.opioids-story-deck {
		left: 57%;
		top: 125px;
		width: 400px;
	}
	.opioids-story-p1 {
		top: 225px;
		width: 350px;
	}
	.opioids-story-p2 {
		position: absolute;
		top: 439px;
		width: 350px;
	}
	.grad-tile-container {
		padding: 0;
		margin-left: 100px;
	}
	.grad-tile-container > div {
		display: inline-block;
		margin: 0 10px 15px 0;
		width: 250px;
	}
	.grad-tile-container > div:nth-of-type(3) {
		margin-right: 0;
	}
	.grad-tile-container span.hidden-xs {
		display: none !important;
	}
}
@media (min-width: 1200px) {
	.curves {
		position: relative;
		z-index: 1;
	}
	.landing-page,
	.opioids-container {
		position: relative;
		top: -42px;
	}
	/*.opioids-container {
		overflow: hidden;
	}*/
	.opioids-deck {
		font-size: 1.6em;
		left: 88px;
		top: 433px;
		width: 247px;
	}
	.risky {
		position: relative;
		top: -63px;
	}
	.risky-headline {
		font-size: 2.4em;
	}
	.risky-pill {
		margin-left: 68px;
		width: 75%;
	}
	.risky-label1,
	.risky-label2 {
		left: 83px;
		position: absolute;
		top: -3px;
		width: 200px;
	}
	.risky-pill-text {
		left: 137px;
		top: 115px;
	}
	.risky-text {
		width: 475px;
	}
	.rounds-list {
		top: 90px;
	}
	.cpr {
		margin-top: -50px;
	}
	.cpr-headline {
		width: 480px;
	}
	.crane-headline {
		left: 600px;
	}
	.crane-button {
		right: 150px;
		top: 570px;
	}
	.car-headline {
		font-size: 2em !important;
		margin-bottom: 5px !important;
	}
	.car-headline,
	.car-deck {
		width: 737px;
	}
	.car-btn {
		padding: 6px 30px;
		position: absolute;
		top: 336px;
	}
	.car-img {
		/*right: -63px;*/
		right: -15px;
		top: 43px;
		width: 650px;
	}
	.car-slider {
		width: 700px;
	}
	.heroes {
		margin-bottom: -62px;
	}
	.landing-page p.heroes-deck,
	.landing-page p.marsh-deck {
		font-size: 1.1em;
		line-height: 1.2em;
		padding-left: 30px;
	}
	.old {
		right: initial;
	}
	.old-headline {
		padding-right: 20px;
		position: static;
	}
	.hp {
		position: relative;
		top: 55px;
	}
	.hp-headline {
		font-size: 1.4em;
		margin-bottom: 20px;
		width: 380px;
	}
	.select-display {
		text-align: center;
	}
	.select-display-value {
		font-size: .9em;
		margin-top: 15px;
	}
	.oldschool-row {
		margin-top: 104px;
	}
	/*.oldschool-seal {
		left: 122px;
		top: -117px;
		width: 125px;
	}*/
	.match {
		margin-top: 69px;
	}
	.match-headline {
		position: relative;
		text-align: right;
		top: -15px;
		width: 477px;
	}
	.match-map {
		margin-top: -40px;
		min-width: 435px;
	}
	.match-download {
		bottom: 3px;
		font-size: .75em !important;
		left: 294px;
		position: relative;
		width: 85px;
	}
	.match-download:before {
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 20px solid #cd5932;
		content: "";
		height: 0;
		position: absolute;
		top: -32px;
		width: 0; 
	}
	.match-download a:active,
	.match-download a:focus,
	.match-download a:hover {
		text-decoration: underline;
	}
	.marsh {
		margin-top: 20px;
	}
	.landing-page p.marsh-deck {
		font-size: .9em;
	}
/*
	.marsh-headline {
		font-size: 1.7em;
		position: relative;
		top: 42px;
	}
	.marsh-deck {
		margin-top: 15px;
	}*/
	/*.marsh-headline {
		color: #fff;
		font-size: .8em;
		line-height: 1.4em;
		position: absolute;
		right: 25px;
		top: 99px;
		width: 160px;
	}*/
	/*.marsh-deck {
		color: #000 !important;
		font-size: .73em !important;
		font-weight: 600;
		margin-top: 5px;
	}*/
	.class {
		margin-top: -63px;
		margin-left: 15px;
	}
	.class-header {
		width: 250px;
	}
	.class-headline {
		font-size: 1.4em;
	}
	.ac-container {
		margin-top: 15px;
	}
	.grad-headline {
		color: #fff !important;
		font-size: 2.7em;
		font-weight: 700;
		margin: 0 0 0 10px;
		position: absolute;
		text-shadow: 1px 1px 5px #000;
		top: 0;
		width: 300px;
	}
	.grad-text {
		background: #000;
		bottom: -10px;
		color: #fff;
		font-size: .9em !important;
		line-height: 1.2em !important;
		padding: 0 64px 5px;
		position: absolute;
		text-align: center;
		width: 457px;
	}
	.grad-incomplete {
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
	}
	.grad-btn {
		padding: 6px 45px;
	}
	.grad-tile-container {
		margin-left: inherit;
	}
	.grad-tile-container > div {
		width: auto;
	}
	.ImageWrapper {
		width: 155px;
	}
	.ImageWrapper .landing-head {
		width: 155px;
	}
	.opioids-story-headline {
		width: 475px;
	}
	.opioids-story-text {
		left: 52%;
		top: 15%;
	}
	.opioids-story-p1 {
		top: 190px;
		width: 500px;
	}
	.opioids-story-p2 {
		top: 348px;
		width: 400px;
	}
	.opioids-story-p3 {
		bottom: 57px;
		position: absolute;
		width: 400px;
	}
}





























