/* ---------------------------------- / fonts / ---------------------------------- */


@font-face { 
    font-family: "Benton";
    src: url("https://www.bu.edu/cdn/fonts/Benton-Sans-Regular/019c3a13-b3d7-4c5a-be27-07a8334a43e6-2.eot");
    src: url("https://www.bu.edu/cdn/fonts/Benton-Sans-Regular/019c3a13-b3d7-4c5a-be27-07a8334a43e6-2.eot?") format("embedded-opentype"),
        url("https://www.bu.edu/cdn/fonts/Benton-Sans-Regular/019c3a13-b3d7-4c5a-be27-07a8334a43e6-3.woff") format("woff"),
        url("https://www.bu.edu/cdn/fonts/Benton-Sans-Regular/019c3a13-b3d7-4c5a-be27-07a8334a43e6-1.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}

@font-face { 
    font-family: "Benton";
    src: url("https://www.bu.edu/cdn/fonts/Benton-Sans-Regular-Italic/3295fa07-2a3f-4cd1-ba86-e06161453a51-2.eot");
    src: url("https://www.bu.edu/cdn/fonts/Benton-Sans-Regular-Italic/3295fa07-2a3f-4cd1-ba86-e06161453a51-2.eot?") format("embedded-opentype"),
        url("https://www.bu.edu/cdn/fonts/Benton-Sans-Regular-Italic/3295fa07-2a3f-4cd1-ba86-e06161453a51-3.woff") format("woff"),
        url("https://www.bu.edu/cdn/fonts/Benton-Sans-Regular-Italic/3295fa07-2a3f-4cd1-ba86-e06161453a51-1.ttf") format("truetype");
    font-style: italic;
    font-weight: 400;
}

@font-face { 
    font-family: "Benton";
    src: url("https://www.bu.edu/cdn/fonts/Benton-Sans-Bold/d4a4a960-2cf2-430e-8b13-cbf6f261ddb9-2.eot");
    src: url("https://www.bu.edu/cdn/fonts/Benton-Sans-Bold/d4a4a960-2cf2-430e-8b13-cbf6f261ddb9-2.eot?") format("embedded-opentype"),
        url("https://www.bu.edu/cdn/fonts/Benton-Sans-Bold/d4a4a960-2cf2-430e-8b13-cbf6f261ddb9-3.woff") format("woff"),
        url("https://www.bu.edu/cdn/fonts/Benton-Sans-Bold/d4a4a960-2cf2-430e-8b13-cbf6f261ddb9-1.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
}

@font-face { 
    font-family: "Benton";
    src: url("https://www.bu.edu/cdn/fonts/Benton-Sans-Bold-Italic/f037bfb1-69d7-4441-8d43-3b8c2c6e77d3-2.eot");
    src: url("https://www.bu.edu/cdn/fonts/Benton-Sans-Bold-Italic/f037bfb1-69d7-4441-8d43-3b8c2c6e77d3-2.eot?") format("embedded-opentype"),
        url("https://www.bu.edu/cdn/fonts/Benton-Sans-Bold-Italic/f037bfb1-69d7-4441-8d43-3b8c2c6e77d3-3.woff") format("woff"),
        url("https://www.bu.edu/cdn/fonts/Benton-Sans-Bold-Italic/f037bfb1-69d7-4441-8d43-3b8c2c6e77d3-1.ttf") format("truetype");
    font-style: italic;
    font-weight: 700;
}


/* ---------------------------------- / comments, general interface / ---------------------------------- */


.container *,
.banner-container,
#slides span,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	color:#8d0300;
}

#primary {
	z-index:1000;
}

#primary #masthead {
	background-color: #201c18;
	border-bottom: 1px solid #2f2934;
}

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

.article-meta-footer {
	margin-top: 50px !important;
}
	
	.article-meta-footer .article-meta .meta-download,
	.article-meta-footer .article-meta .meta-share {
		width:177px;
	}

#comments_related_wrapper {
	background: #fff;
}
	
button,
input.button,
input[type="button"],
input[type="submit"],
.button,
.navigation span a {
	background-color: #8d0300;
	border-bottom: 3px solid rgba(0,0,0,.35);
}

	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: #600200;
	}


/* ---------------------------------- / header / ---------------------------------- */


/* .banner-container */
.banner-container {
	background: #030202;
	height:824px;
	position:relative;
}

.bg-image {
	background: transparent url(images/lead-in.jpg) no-repeat center center;
	height:824px;
}

/* .title-info -the main feature text */
.title-info {
	width:960px;
	z-index:100;
	position: absolute;
	left:50%;
	top:50%;
	margin-top:-180px;
	margin-left:-480px;
}

	.title-info h1 { 
		font-family: 'Chronicle Cond A', 'Chronicle Cond B';
		font-weight: 700;
		font-style: normal;
		font-size: 167px;
		line-height:169px;
		text-align: center;
		color:#fff;
	}
	
	
	.kern {
		margin-right:-12px;
	}
	
	.title-info h2 {
		font-family: 'Chronicle Display A', 'Chronicle Display B';
		font-weight: 200;
		font-style: normal;
		font-size:34px;
		line-height: 36px;
		color:#fcd7ba;
		width:700px;
		margin: 40px 0 0 150px;
	}
	
	.title-info h3,
	.article-feature .island aside footer cite,
	.article-feature .island blockquote footer cite {
		display:block;
		font-size:10px;
		font-family: 'Benton';
		font-weight: 700;
		font-style: normal;
		text-transform:uppercase;
		color:#7d7d7d;
		letter-spacing: 3px;
		line-height:12px;
	}
	
	.title-info h3 {
		margin:50px 0 0 150px;
	}

/* ---------------------------------- / content / ---------------------------------- */


.container {
	background: #f1f1f1;
	border-bottom:1px solid #d6d6d6;
	padding:50px 0 30px 0;
}

/* .credit */
.credit {
	font-family: 'Benton';
	color:rgb(255, 255, 255);
	color:rgba(255, 255, 255, 0.5);
	font-size:9px;
	font-style: italic;
	line-height:11px;
	text-transform: uppercase;
	display:block;
	position:absolute;
	z-index:100;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.5);
	padding:3px 5px 1px 5px;
}

	.banner-container .credit {
		position:relative;
		margin: 50px 0 0 150px;
		background: none;
		padding: 0;
	}
	
/* .island */
.article-feature .island {
	width:940px;
}
	
	.article-feature .island h2 {
		font-family: 'Chronicle Display A', 'Chronicle Display B';
		font-weight: 200;
		font-style: normal;
		font-size:42px;
		line-height:48px;
		color:#8d0300;
		text-align: center;
		padding:0 20px;
	}
	
	.article-feature .island p {
		font-family: 'Chronicle Display A', 'Chronicle Display B';
		font-weight: 400;
		font-style: normal;
		font-size:18px;
		line-height:32px;
		padding:0 141px;
	}

	/* lede */
	.article-feature .island .lede {
		width:auto;
	}
	
		.article-feature .island .lede:first-letter {
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			float: left;
			text-align:center;
			margin: 10px 40px 10px 0;
			padding: 35px 50px 40px 50px;
			font-family: 'Chronicle Cond A', 'Chronicle Cond B';
			font-weight: 400;
			font-style: normal;
			font-size: 130px;
			line-height: 97px;
			color:#8d0300;
			border:5px solid #dedede;
		}
		
	
	/* aside -the text callouts in the copy */
	.article-feature .island aside {
		color:#8d0300;
		padding:0 20px 20px 0;
		border-right: 1px solid #d9d9d9;
		border-bottom:1px solid #d9d9d9;
		float:left;
		width:260px;
		margin: 40px 40px 40px 60px;
		font-size:22px;
		font-family: 'Chronicle Display A', 'Chronicle Display B';
		font-weight: 200;
		font-style: normal;
		line-height:31px;
	}
		
		
		.article-feature .island aside footer {
			margin-top:15px;
			background: none;
		}
			
	/* .caption -the main photo caption text */
	.article-feature .island .caption {
		float:right;
		width:125px;
		display:block;
		padding:0 0 20px 20px;
		border-left: 1px solid #d9d9d9;
		border-bottom:1px solid #d9d9d9;
	}
	
	.article-feature .island .caption.main-img {
		position: absolute;
		right: 0;
		top:-80px;
		padding-top:89px;	
	}
	
		.article-feature .island .caption.main-img:before {
			position: absolute;
		    top: 0;
		    left: -8px;
		    content: '';
		    height:15px;
		    width:15px;
		    background: #d9d9d9;
		    border-radius:50%;
		}
	
	/* .caption -the in-copy photo caption text */
	.article-feature .island .callout {
		border-right: 1px solid #d9d9d9;
		border-bottom:1px solid #d9d9d9;
		overflow:hidden;
		width:auto;
		margin:50px 60px;
		position:relative;
	}
		
		.article-feature .island .callout img {
			float:left;
			margin-bottom:20px;
			width:659px;
			height:auto;
		}
	
		
		.article-feature .island .callout .caption {
			border:none;
			float:left;
		}
	
	/* blockquote */
	.article-feature .island blockquote {
		border:none;
		border-top: 5px solid #e1e1e0;
		border-bottom: 5px solid #e1e1e0;
		width:auto;
		text-align:center;
		margin:50px 60px;
		padding:50px 0 20px 0;
		position: relative;
	}
	
		.article-feature .island blockquote span {
			position: absolute;
			display:block;
			top:-47px;
			background: #f1f1f1 url(images/quotes.png) no-repeat center center;
			width:90px;
			height:90px;
			margin-left:-45px;
			left: 50%;
			text-indent: -200px;
			overflow: hidden;
		}
		
		.article-feature .island blockquote p {
			color:#8d0300;
			font-size:34px;
			padding:0;
			font-family: 'Chronicle Display A', 'Chronicle Display B';
			font-weight: 200;
			font-style: italic;
			line-height:42px;
		}
			
			.article-feature .island blockquote p strong {
				display:block;
				font-weight: 700;
				font-style: normal;
				color:#000;
			}
		
		.article-feature .island blockquote footer {
			position: absolute;
			bottom:-29px;
			background:#f1f1f1;
			text-align: center;
			position: relative;
			width:316px;
			margin-left:-158px;
			left: 50%;
		}

/* ---------------------------------- / #gallery / ---------------------------------- */

/* #gallery */
.gallery {
	background: #201c18;
	margin: 40px 0;
	padding:20px 0;
}

	.slide-wrapper {
      margin: 0 auto;
      max-width:1181px;
    }
    
		#slides {
			display: none;
			position: relative;
		}
			
			#slides span {
				font-size:65px;
				line-height:65px;
				color:#fff;
				text-align:center;
				padding:0 10%;
				position: absolute;
				top: 50% !important;
				-webkit-transform: translateY(-50%);
				-ms-transform: translateY(-50%);
				transform: translateY(-50%);
				margin: 0 auto;
				width: 100%;
				display: block;
			}
			
			.lt-ie9 #slides span {
				top: 30% !important;
			}
			
			#slides .slidesjs-previous,
			#slides .slidesjs-next {
				position: absolute;
				z-index: 100;
				height:41px;
				width:41px;
				top:50%;
				margin-top:-20px;
				background: transparent url(images/gallery-nav.png) no-repeat 0 0;
				text-indent:-400px;
				overflow:hidden;
			}

			#slides .slidesjs-previous {
				margin-left: 20px;
				left:0;
			}

			#slides .slidesjs-next {
				background-position: 100% 100%;
				margin-right: 20px;
				right:0;
			}

			.slidesjs-pagination {
				display:none;
			}

			#slides a:link,
			#slides a:visited {
				color: #333
			}

			#slides a:hover,
			#slides a:active {
				color: #9e2020
			}

/* ---------------------------------- / media queries / ---------------------------------- */

@media only screen and (max-width:1185px) {
		.gallery {
			padding:0;
		}

		.slide-wrapper {
			width:auto:
		}
		
		#slides span {
			font-size:55px;
			line-height:60px;
		}

@media only screen and (max-width:1024px) {
	
	.article-feature .container {
		padding: 20px 0 40px 0;
	}
	
	.article-feature .island {
		width:100%;
	}
	
	.title-info {
		width:769px;
		margin-left:-385px;
		margin-top:-140px;
	}
		.title-info h1 { 
			font-size: 117px;
			line-height:119px;
			width:auto;
		}
		
		.title-info h2,
		.title-info h3 {
			margin: 40px 0 0 0;
			width:auto;
			text-align: center;
		}
		
		.title-info h3 {
			color:#fff;
		}
		
	.banner-container .credit {
		margin-left:0;
		text-align:center;
	}
	
	
	.article-feature .island .caption.main-img {
		position: relative;
		right:auto;
		top:auto;
		width:auto;
		padding:0 20px 20px 20px;
		margin-bottom:40px;	
	}

	
		.article-feature .island .caption.main-img:before {
			display:none;
		}
	
	.article-feature .island .callout {
		border-right:none;
		margin:40px;
	}
	
		.article-feature .island .callout img {
			width:100%;
			float: none;
		}
		
		.article-feature .island .caption {
			padding-left:0;
			width:auto;
		}
}

@media only screen and (max-width:990px) {
	
	.article-feature .island aside {
		margin-left:40px;
	}
}

@media only screen and (max-width:820px) {
	
	.article-feature .island p {
		padding:0 40px;
	}
	
	.article-feature .island blockquote {
		margin:50px 40px;
	}
	
	#slides span {
		font-size:45px;
		line-height:50px;
	}
}

@media only screen and (max-width:750px) {
	
	.banner-container {
		height:424px;	
	}
	
	.bg-image{
		background-size: auto 424px;
		height:424px;
	}
	
		.title-info {
			width:100%;
			margin:0;
			left:0;
			top:40px;
		}
			.title-info h1 { 
				width:auto;
				font-size: 87px;
				line-height:89px;
			}
			
			.title-info h2 {
				width:auto;
				margin:0;
				text-align: center;
			}
}

@media only screen and (max-width:590px) {
	
	.title-info {
		top:80px;
	}
		
		.title-info h1 { 
			font-size: 47px;
			line-height:49px;
		}
		
		.title-info h2 {
			font-size:22px;
			line-height: 26px;
			padding:0 40px;
		}
		
		.kern {
			margin:0;
		}
	
	.article-feature .island .lede::first-letter {
		margin: 10px 20px 10px 0;
		padding: 10px;
		font-size: 55px;
		line-height: 55px;
	}

	.article-feature .island h2 {
		font-size:36px;
		line-height:42px;
	}
	
	.article-feature .island p {
		padding:0 20px;
	}
	
	.article-feature .island blockquote {
		margin:50px 0;
	}
	
		.article-feature .island blockquote p {
			font-size:26px;
			line-height:34px;
			padding:0 20px;
		}
		
		.article-feature .island blockquote footer {
			width:216px;
			margin-left:-108px;
			bottom:-12px;
		}
		
	.article-feature .island aside {
		padding:20px;
		border:none;
		border-top:1px solid #d9d9d9;
		border-bottom:1px solid #d9d9d9;
		text-align:center;
		width:auto;
		margin: 20px 0 40px 0 !important;
	}
	
	.article-feature .island .callout {
		margin:20px;
	}
	
	#slides .slidesjs-previous {
		margin-left: 10px;
	}

	#slides .slidesjs-next {
		margin-right: 10px;
	}
	
	#slides span {
		padding:0 15%;
		font-size:30px;
		line-height:35px;
	}	
}

@media only screen and (max-width:480px) {
	#slides span {
		font-size:18px;
		line-height:25px;
	}
}	