/* -------------------------------- */
/* ----------[ WEBFONTS ]---------- */
/* -------------------------------- */

@font-face {
  font-family: "Escrow-Light";
  src: url("http://www.bu.edu/cdn/fonts/Escrow-Light/8f33a745-3b5f-4440-a595-68c6f26d3037-2.eot");
  src: url("http://www.bu.edu/cdn/fonts/Escrow-Light/8f33a745-3b5f-4440-a595-68c6f26d3037-2.eot?") format("embedded-opentype"),
       url("http://www.bu.edu/cdn/fonts/Escrow-Light/8f33a745-3b5f-4440-a595-68c6f26d3037-3.woff") format("woff"),
       url("http://www.bu.edu/cdn/fonts/Escrow-Light/8f33a745-3b5f-4440-a595-68c6f26d3037-1.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Escrow-Light";
  src: url("http://www.bu.edu/cdn/fonts/Escrow-Light-Italic/c53510ab-f340-4238-b55c-bb5c18b7e756-2.eot");
  src: url("http://www.bu.edu/cdn/fonts/Escrow-Light-Italic/c53510ab-f340-4238-b55c-bb5c18b7e756-2.eot?") format("embedded-opentype"),
       url("http://www.bu.edu/cdn/fonts/Escrow-Light-Italic/c53510ab-f340-4238-b55c-bb5c18b7e756-3.woff") format("woff"),
       url("http://www.bu.edu/cdn/fonts/Escrow-Light-Italic/c53510ab-f340-4238-b55c-bb5c18b7e756-1.ttf") format("truetype");
  font-style: italic;
  font-weight: normal;
}

@font-face {
  font-family: "Escrow-Semibold";
  src: url("http://www.bu.edu/cdn/fonts/Escrow-Semibold-Italic/67d5ddbb-8289-42db-80bf-4e372d4dca66-2.eot");
  src: url("http://www.bu.edu/cdn/fonts/Escrow-Semibold-Italic/67d5ddbb-8289-42db-80bf-4e372d4dca66-2.eot?") format("embedded-opentype"),
       url("http://www.bu.edu/cdn/fonts/Escrow-Semibold-Italic/67d5ddbb-8289-42db-80bf-4e372d4dca66-3.woff") format("woff"),
       url("http://www.bu.edu/cdn/fonts/Escrow-Semibold-Italic/67d5ddbb-8289-42db-80bf-4e372d4dca66-1.ttf") format("truetype");
  font-style: italic;
  font-weight: normal;
}

@font-face {
  font-family: "Benton-Sans-Black";
  src: url("http://www.bu.edu/cdn/fonts/Benton-Sans-Black/bc06c909-a731-43ae-a772-ea42520c81b9-2.eot");
  src: url("http://www.bu.edu/cdn/fonts/Benton-Sans-Black/bc06c909-a731-43ae-a772-ea42520c81b9-2.eot?") format("embedded-opentype"),
       url("http://www.bu.edu/cdn/fonts/Benton-Sans-Black/bc06c909-a731-43ae-a772-ea42520c81b9-3.woff") format("woff"),
       url("http://www.bu.edu/cdn/fonts/Benton-Sans-Black/bc06c909-a731-43ae-a772-ea42520c81b9-1.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}


/* ------------------------------ */
/* ----------[ HEADER ]---------- */
/* ------------------------------ */

.banner-container {
	min-height: 930px;
	background: #000 url(images/header-bg.jpg) no-repeat center 0;
}

.banner-container header {
	margin: 0 auto;
	max-width: 720px;
	padding: 88px 20px 0;
}

.banner-container .hed {
	height: 321px;
	margin: 0 auto 170px;
	width: 521px;
	background: url(images/title-img.png) no-repeat 0 0;
}

.banner-container .dek {
	margin-bottom: 110px;
	max-width: 350px;
	color: #dddcdc;
	font-family: 'Escrow-Light', serif;
	font-size: 25px;
	font-style: italic;
	font-weight: normal;
	line-height: 1.32;
}

.banner-container .byline {
	color: #0088b7;
	font-family: 'Benton-Sans-Black';
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 1.2;
	text-transform: uppercase;
}


/* ------------------------------- */
/* ----------[ CONTENT ]---------- */
/* ------------------------------- */

.article-feature .island a, .article-feature .island a:visited {
	color: #cf4542;
}

.article-feature .island {
	width: 720px;
}

.article-feature .island .lede {
	margin-bottom: 50px;
	width: auto;
	color: #000;
	font-family: 'Escrow-Light', serif;
	font-size: 30px;
	font-style: normal;
	line-height: 1.2;
}

.article-feature .photo img {
	display: block;
}

.photo .image-wrapper {
	margin-bottom: 25px;
	position: relative;
}

.photo .image-wrapper.has-video-icon {
	margin-bottom: 37px;
}

.photo .image-wrapper .video-icon {
	display: block;
	height: 55px;
	margin-left: -23px;
	width: 55px;
	background: url(images/caption-video-icon.png) no-repeat 0 0;
	position: absolute;
	left: 50%;
	bottom: -27px;
}

.photo-border {
	height: 100%;
	padding: 10px 10px 11px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.photo-border-inside {
	height: 100%;
	margin: 0 -1px;
	width: 100%;
	border: 1px solid #fff;
	opacity: .33;

	
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=33)";
}

	.lt-ie8 .photo-border { display: none; }

.article-feature .photo.fullwidth {
	float: none;
	margin-left: 0;
}

.article-feature .photo .caption {
	padding-left: 22px;
	background: url(images/photo-caption-bg.jpg) no-repeat 6px 0;
	color: #333;
	font-size: 14px;
	line-height: 1.6667;
}

.article-feature .photo .caption strong {
	display: inline;
	margin-bottom: 3px;
	color: #c7504d;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

	#highnotes-photo-1 {
		margin-right: -120px;
		max-width: 335px;
	}
	
	#highnotes-photo-2 {
		margin-left: -41px;
		margin-right: -42px;
		max-width: 803px;
	}
	
	#highnotes-photo-3 {
		margin: 45px -120px 20px;
		max-width: 940px;
	}

		#highnotes-photo-3 .image-wrapper {
			float: left;
			max-width: 609px;
		}
		
		#highnotes-photo-3 .caption {
			display: inline-block;
			margin-top: 200px;
			padding-left: 50px;
			width: 270px;
			background-position: 34px 0;
		}
	
.island hr {
	display: block;
	height: 49px;
	margin: 45px auto 34px;
	width: 103px;
	background: url(images/divider-icon.png) no-repeat 0 0;
	border: 0 !important;
}

	.lt-ie8 .island hr {
		display: list-item;
		list-style: url(images/divider-icon.png) inside;
		filter: alpha(opacity=0);
		width: 0;
	}

.island .pullquote {
	float: none;
	margin: 53px -41px 45px;
	padding: 0;
	width: auto;
	border: 0;
	color: #333;
	font-family: 'Escrow-Light', serif;
	font-size: 30px;
	font-style: italic;
	font-weight: normal;
	line-height: 1.2;
}

.island .pullquote.centered {
	text-align: center;
}

.island .pullquote.centered .citation {
	display: block;
	margin-top: 20px;
}

.island .pullquote .citation {
	display: inline-block;
	margin-left: 5px;
	color: #c7504d;
	font-family: 'Benton-Sans', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 1.2;
	text-transform: uppercase;
}

.island hr + .pullquote {
	margin-top: -14px;
}

.article-feature .island h3 {
	margin-top: 50px;
	color: #000;
	font-family: 'Escrow-Semibold', serif;
	font-size: 26px;
	font-style: italic;
	font-weight: normal;
	line-height: 1.0769;
}


/* ----------------------------- */
/* ----------[ VIDEO ]---------- */
/* ----------------------------- */

.video-container {
	margin: 40px 0;
	overflow: hidden;
	background: #000;
}

.video-island {
	margin: 0 auto;
	max-width: 880px;
	padding: 60px 0;
	position: relative;
	background: url(images/video-bg.jpg) no-repeat right 0;
	text-align: center;

	-webkit-transition: height 1s, min-height 1s;
	   -moz-transition: height 1s, min-height 1s;
	     -o-transition: height 1s, min-height 1s;
	        transition: height 1s, min-height 1s;
}

.video-island.open {
	min-height: 469px;
}

.video-iframe {
	display: none;
	margin-left: -390px;
	height: 439px;
	width: 780px;
	position: absolute;
	left: 50%;
	top: 61px;
}

	.lt-ie9 .video-iframe iframe {
		height: 439px !important;
		width: 780px !important;
	}
	
	.lt-ie8 .video-iframe iframe {
		position: absolute;
		left: 0;
		top: 0;
	}

.video-iframe .close-video-btn {
	display: inline-block;
	height: 14px;
	margin-left: -37px;
	padding: 10px 15px 7px;
	width: 44px;
	position: absolute;
	bottom: -50px;
	left: 50%;
	background-color: #444;
	color: #fff;
	font-family: 'Benton-Sans-Black', sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	
	-webkit-border-radius: 16px;
	   -moz-border-radius: 16px;
	        border-radius: 16px;
}

	.lt-ie8 .video-iframe .close-video-btn { display: inline; zoom: 1; }

.video-iframe .close-video-btn:hover {
	text-decoration: underline;
}

.video-text {
	margin-left: 50px;
	max-width: 240px;
	text-align: center;
}

.video-box {
	max-height: 319px;
	margin: 0 auto;
	padding: 60px 0;
	width: 780px;
	border: 1px solid #66666d;
	text-align: left;
	
	-webkit-box-shadow: 0 0 0 200px rgba(0, 0, 0, .4);
	   -moz-box-shadow: 0 0 0 200px rgba(0, 0, 0, .4);
	        box-shadow: 0 0 0 200px rgba(0, 0, 0, .4);
}

.video-text .type {
	display: block;
	margin-bottom: 47px;
	padding-top: 70px;
	width: auto;
	background: url(images/video-type-icon.png) no-repeat center 0;
	color: #e46360;
	font-family: 'Benton-Sans';
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 1.2;
	text-transform: uppercase;
}

.video-text h3 {
	color: #fff;
	font-family: 'Escrow-Light', serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 3px;
	line-height: 1.2;
	text-transform: uppercase;
}

.video-text p {
	margin-bottom: 36px;
	color: #888;
	font-size: 13px;
	font-family: 'Benton-Sans', sans-serif;
	line-height: 1.4;
}

.video-button {
	display: inline-block;
	height: 14px;
	margin-bottom: 14px;
	padding: 10px 15px 8px 37px;
	background: #cf4542 url(images/video-button-bg.png) no-repeat 7px 7px;
	color: #000;
	font-family: 'Benton-Sans-Black', sans-serif;
	font-size: 12px;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	
	-webkit-border-radius: 16px;
	   -moz-border-radius: 16px;
	        border-radius: 16px;
}

	.lt-ie8 .video-button { display: inline; zoom: 1; }

.video-button:hover {
	text-decoration: underline;
}


/* ------------------------------------- */
/* ----------[ MEDIA QUERIES ]---------- */
/* ------------------------------------- */

@media (max-width: 1000px) {
	#highnotes-photo-1 {
		margin-right: 0;
	}
	
	#highnotes-photo-2 {
		margin-left: 0;
		margin-right: 0;
	}
	
	#highnotes-photo-3 {
		margin-left: 0;
		margin-right: 0;
	}

	#highnotes-photo-3 .image-wrapper {
		float: none;
	}
		
	#highnotes-photo-3 .caption {
		display: block;
		margin-top: 0;
		padding-left: 22px;
		width: auto;
		background-position: 6px 0;
	}
	
	.island .pullquote {
		margin-left: 0;
		margin-right: 0;
	}
}

@media (max-width: 980px) {
	.video-container {
		margin-left: -20px;
		margin-right: -20px;
	}
	
	.video-box {
		max-height: none;
		padding: 0;
		width: auto;
		border: 0;
		
		-webkit-box-shadow: none;
		   -moz-box-shadow: none;
		        box-shadow: none;
	}
}

@media (max-width: 820px) {
	.video-island.open {
		min-height: 0;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.video-island.open .video-text {
		display: none;
	}
	
	.video-iframe {
		height: auto;
		margin-left: 0;
		width: 100%;
		position: relative;
		left: auto;
		top: auto;
	}
}

@media (max-width: 760px) {
	.article-feature .island {
		width: 100%;
	}
}

@media (max-width: 700px) {
	.video-island {
		background: url(images/video-bg-mobile.jpg) no-repeat right 0;
	}
}

@media (max-width: 561px) {	
	.banner-container {
		min-height: 0;
		background: #000 url(images/header-bg-mobile.jpg) no-repeat right top;
	}
	
	.banner-container header {
		padding: 88px 20px 33px;
	}

	.banner-container .hed {
		height: auto;
		margin-bottom: 44px;
		width: auto;
		background: none;
		color: #fff;
		font-family: 'Benton-Sans-Black', sans-serif;
		font-size: 72px;
		font-weight: normal;
		line-height: 1.2;
		text-transform: uppercase;
	}
	
	.banner-container .hed em {
		display: block;
		color: #00a3dc;
		font-style: normal;
	}
	
	.banner-container .hed.hide-text {
		overflow: visible;
	}
	
	.banner-container .hed.hide-text:before {
		height: 0;
	}
	
	.banner-container .dek {
		margin-bottom: 44px;
	}
	
	.article-feature .photo {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	
	#highnotes-photo-1 {
		margin-right: auto;
	}
}

@media (max-width: 460px) {
	.video-text {
		margin: 0 auto;
	}
	
	.video-text p {
		color: #AAA;
	}
}

@media (max-width: 400px) {
	.banner-container {

	}
}


/* --------------------------------- */
/* ----------[ INTERFACE ]---------- */
/* --------------------------------- */

#primary #masthead {
	background-color: #004f6b;
	background-image: none;
}

#primary #masthead h1 a {
	background-position: 0 13px;
}

#primary #masthead h2 a {
	color: #fff;
}

#primary .square-link {
	background-color: #004761;
	color: #a5c1cb;
}

.article-meta-footer .article-meta .meta-share a, 
	.article-meta-footer .article-meta .meta-share a:visited, 
	.author-description a, 
	.author-description a:visited, 
	#comments_related_wrapper a, 
	#comments_related_wrapper a:visited {
	color: #cf4542;
}

.article-meta .meta-tags a { background: #cf4542; border: 1px solid #a92e2c; }

ul.commentlist li.depth-1 > article {
	border-color: #cddcdc;
}

#comments_related_wrapper {
	background-color: #eaf4f7;
}

.article-feature .author-description {
	width: 720px;
}

.article-feature .author-description > p {
	width: auto;
}

button, input.button, input[type="button"], input[type="submit"], .button, .navigation span a { background-color: #cf4542; }
button:hover, input.button:hover, input[type="button"]:hover, input[type="submit"]:hover, .button:hover, .navigation span a:hover, button:focus, input.button:focus, input[type="button"]:focus, input[type="submit"]:focus, .button:focus, .navigation span a:focus { background-color: #e05957; }

@media (max-width: 820px) {
	.article-feature .author-description {
		width: 100%;
	}
}

@media (max-width: 741px) {
	#primary #masthead h1 a { background-position: 0 -255px; }
}