@font-face {
	font-family: "BentonSansComp-Bold";
	src: url("https://www.bu.edu/cdn/fonts/BentonSansComp-Bold/45b0ce09-9fae-45f1-8b3d-fdd995b91c6b-2.eot");
	src: url("https://www.bu.edu/cdn/fonts/BentonSansComp-Bold/45b0ce09-9fae-45f1-8b3d-fdd995b91c6b-2.eot?") format("embedded-opentype"),
		url("https://www.bu.edu/cdn/fonts/BentonSansComp-Bold/45b0ce09-9fae-45f1-8b3d-fdd995b91c6b-3.woff") format("woff"),
		url("https://www.bu.edu/cdn/fonts/BentonSansComp-Bold/45b0ce09-9fae-45f1-8b3d-fdd995b91c6b-1.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: "Benton-Sans-Regular";
	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: normal;
}

@font-face {
	font-family: "Benton-Sans-Medium";
	src: url("https://www.bu.edu/cdn/fonts/Benton-Sans-Medium/8e221891-e89b-4eae-95ca-6346d9a41d20-2.eot");
	src: url("https://www.bu.edu/cdn/fonts/Benton-Sans-Medium/8e221891-e89b-4eae-95ca-6346d9a41d20-2.eot?") format("embedded-opentype"),
		url("https://www.bu.edu/cdn/fonts/Benton-Sans-Medium/8e221891-e89b-4eae-95ca-6346d9a41d20-3.woff") format("woff"),
		url("https://www.bu.edu/cdn/fonts/Benton-Sans-Medium/8e221891-e89b-4eae-95ca-6346d9a41d20-1.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: "Benton-Sans-Bold";
	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/dn/fonts/Benton-Sans-Bold/d4a4a960-2cf2-430e-8b13-cbf6f261ddb9-1.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

.content-the-science-guy-2 .banner-container {
	float: none;
	display: block;
	padding: 0;
	background: #0a0a0a;
	background: url('http://www.bu.edu/today/wpassets/features/2014_the-science-guy/contentbanner_bg.jpg') no-repeat center right;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.content-the-science-guy-2 .banner-header {
	text-align: left;
	color: #fff;
	font-family: "BentonSansComp-Bold", Arial, sans-serif;
	text-transform: uppercase;
	font-size: 80px;
	line-height: 80px;
	padding: 10% 10% 1% 5%;
}

.content-the-science-guy-2 .banner-header span {
	border-bottom: 2px dashed #ff0;
}

.content-the-science-guy-2 .banner-subhead {
	font-family: "Benton-Sans-Regular"Arial, sans-serif;
	color: #fff;
	text-align: left;
	font-size: 20px;
	line-height: 30px;
	padding: 1% 10% 10% 5%;
	width: 70%;
}

.banner-subhead b {
	font-family: "Benton-Sans-Medium"Arial, sans-serif;
	font-weight: normal;
}

@media only screen and (max-width : 700px) {
	.banner-header {
		font-size: 50px;
		line-height: 50px;
	}

	.banner-subhead {
		font-size: 15px;
		line-height: 20px;
	}
}

@media only screen and (max-width : 420px) {
	.banner-header {
		font-size: 40px;
		line-height: 50px;
		padding: 6% 0% 4% 5%;
	}
}

.fadebg {
	opacity: 1;
	-webkit-animation-name: fadebgin;
	-moz-animation-name: fadebgin;
	animation-name: fadebgin;
	-webkit-animation-duration: 4s;
	-moz-animation-duration: 4s;
	animation-duration: 4s;
	-webkit-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-out;
	-moz-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

.fadehead {
	opacity: 1;
	-webkit-animation-name: fadeheadup;
	-moz-animation-name: fadeheadup;
	animation-name: fadeheadup;
	-webkit-animation-duration: 4s;
	-moz-animation-duration: 4s;
	animation-duration: 4s;
	-webkit-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-out;
	-moz-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

.fadecont {
	opacity: 1;
	-webkit-animation-name: fadecontin;
	-moz-animation-name: fadecontin;
	animation-name: fadecontin;
	-webkit-animation-duration: 3s;
	-moz-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-in;
	-moz-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

@-webkit-keyframes fadebgin {
	0% {
		background-color: rgba(0, 0, 0, 1);
	}

	20% {
		background-color: rgba(0, 0, 0, 1);
	}

	100% {
		background-color: rgba(0, 0, 0, 0);
	}
}

@-moz-keyframes fadebgin {
	0% {
		background-color: rgba(0, 0, 0, 1);
	}

	20% {
		background-color: rgba(0, 0, 0, 1);
	}

	100% {
		background-color: rgba(0, 0, 0, 0);
	}
}

@keyframes fadebgin {
	0% {
		background-color: rgba(0, 0, 0, 1);
	}

	20% {
		background-color: rgba(0, 0, 0, 1);
	}

	100% {
		background-color: rgba(0, 0, 0, 0);
	}
}

@-webkit-keyframes fadeheadup {
	0% {
		opacity: 0;
	}

	20% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes fadeheadup {
	0% {
		opacity: 0;
	}

	20% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeheadup {
	0% {
		opacity: 0;
	}

	20% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadecontin {
	0% {
		opacity: 0;
	}

	80% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes fadecontin {
	0% {
		opacity: 0;
	}

	80% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadecontin {
	0% {
		opacity: 0;
	}

	80% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}