@font-face {
	font-family: "Stag";
	src: url("https://www.bu.edu/cdn/fonts/Stag-Web-Bold/ddc19d8c-6185-431d-851d-ddb13263a7b1-2.eot");
	src: url("https://www.bu.edu/cdn/fonts/Stag-Web-Bold/ddc19d8c-6185-431d-851d-ddb13263a7b1-2.eot?") format("embedded-opentype"), url("https://www.bu.edu/cdn/fonts/Stag-Web-Bold/ddc19d8c-6185-431d-851d-ddb13263a7b1-3.woff") format("woff"), url("https://www.bu.edu/cdn/fonts/Stag-Web-Bold/ddc19d8c-6185-431d-851d-ddb13263a7b1-1.ttf") format("truetype");
	font-style: normal;
	font-weight: 700;
}

@font-face {
	font-family: "Pressura";
	src: url("https://www.bu.edu/cdn/fonts/Pressura-Bold/Pressura-Bold.eot");
	src: url("https://www.bu.edu/cdn/fonts/Pressura-Bold/Pressura-Bold.eot?") format("embedded-opentype"), url("https://www.bu.edu/cdn/fonts/Pressura-Bold/Pressura-Bold.woff") format("woff"), url("https://www.bu.edu/cdn/fonts/Pressura-Bold/Pressura-Bold.ttf") format("truetype");
	font-style: normal;
	font-weight: 700;
}

@font-face {
	font-family: "PlateletOT-Heavy";
	src: url("https://www.bu.edu/cdn/fonts/Platelet-Heavy/34D6D9_0_0.eot");
	src: url("https://www.bu.edu/cdn/fonts/Platelet-Heavy/34D6D9_0_0.eot?") format("embedded-opentype"), url("https://www.bu.edu/cdn/fonts/Platelet-Heavy/34D6D9_0_0.woff") format("woff"), url("https://www.bu.edu/cdn/fonts/Platelet-Heavy/34D6D9_0_0.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

/* grid
----------------------------------------------------------------- */
/* GENERAL
----------------------------------------------------------------- */
#page-title,
.hed,
.dek {
	display: none !important;
}

.page-wrapper {
	background: white;
	/*padding-top: 40px;*/
}

.page-wrapper .container {
	/*max-width: 640px !important;*/
	padding-top: 40px;
}

.vertical-center {
	margin: 0 auto;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (max-width: 768px) {
	.vertical-center {
		top: 0;
		-webkit-transform: none;
		transform: none;
		height: 800px;
		background: rgba(34, 21, 15, 0.2);
		padding-top: 180px;
	}
}

/* BANNER
----------------------------------------------------------------- */
.banner-container {
	position: relative;
	height: 1800px;
	overflow: hidden;
	text-align: center;
	background-color: #052d94;
	background-image: -moz-linear-gradient(90deg, #052d94 50%, #084cc3 95%);
	background-image: -webkit-linear-gradient(90deg, #052d94 50%, #084cc3 95%);
	background-image: -ms-linear-gradient(90deg, #052d94 50%, #084cc3 95%);
}

@media (max-width: 768px) {
	.banner-container {
		height: 980px;
	}
}

.title {
	position: absolute;
	padding-top: 60px;
	width: 100%;
	height: 1800px;
	z-index: 500;
}

@media (max-width: 768px) {
	.title {
		height: 980px;
	}
}

.banner-container img {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 1;
	margin-bottom: 0 !important;
}

@media (max-width: 768px) {
	.banner-container img {
		display: none;
	}
}

@media (max-width: 768px) {
	.banner-container .photo-caption {
		display: none;
	}
}

/* TYPOGRAPHY
----------------------------------------------------------------- */
.title h2 {
	display: block;
	max-width: 690px;
	margin: 0 auto;
	font-family: "PlateletOT-Heavy";
	font-size: 210px;
	line-height: 163px;
	text-align: right;
	letter-spacing: -4px;
	color: #00fcff;
}

@media (max-width: 768px) {
	.title h2 {
		max-width: 100%;
		font-size: 97px;
		line-height: 84px;
		text-align: left;
		letter-spacing: -3px;
		padding: 0 20px;
	}
}

.title h2 em {
	display: inline-block;
	float: left;
	margin-top: 73px;
	padding: 0;
	font-family: "Avenir Next";
	text-transform: uppercase;
	font-style: normal;
	font-size: 39px;
	line-height: 55px;
	letter-spacing: 4px;
	color: white;
	border-bottom: 6px solid;
}

@media (max-width: 768px) {
	.title h2 em {
		display: block;
		float: none;
		margin-top: 63px;
		margin-bottom: 24px;
		border-bottom: 3px solid;
		font-size: 23px;
		line-height: 34px;
	}
}

.title h2 span {
	display: inline-block;
}

.title h4:before {
	color: #fc010d;
	content: "+";
	display: block;
	font-family: Stag;
	font-size: 60px;
	margin-bottom: -20px;
	margin-left: -40px;
}

@media (max-width: 768px) {
	.title h4:before {
		margin-left: 0;
	}
}

.title h4 {
	display: block;
	width: 383px;
	margin: 50px auto 100px;
	font-family: "Avenir Next";
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-align: left;
	color: white;
}

@media (max-width: 768px) {
	.title h4 {
		max-width: 100%;
		font-size: 20px;
		padding: 0 20px;
	}
}

.title h4 span {
	line-height: 40px;
}

@media (max-width: 768px) {
	.title h4 span {
		line-height: 32px;
	}
}

.title h5 {
	display: block;
	width: 383px;
	margin: 0 auto;
	font-family: "Avenir Next";
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: left;
	color: #00fcff;
}

@media (max-width: 768px) {
	.title h5 {
		max-width: 100%;
		font-size: 14px;
		padding: 0 20px;
	}
}

.title h5 em {
	text-transform: uppercase;
	font-style: normal;
}

.lede span {
	display: inline;
	margin-bottom: 6px;
	margin-top: 20px;
	font-family: "Avenir Next";
	font-size: 36px;
	line-height: 40px;
	letter-spacing: 3px;
	font-weight: bold;
	text-transform: uppercase;
	color: black;
}

@media (max-width: 768px) {
	.lede span {
		font-size: 27px;
		line-height: 27px;
	}
}

.lede b {
	display: inline-block;
	float: left;
	margin-right: 10px;
	font-family: "PlateletOT-Heavy";
	font-size: 190px;
	line-height: 90px;
	font-weight: bold;
	font-style: normal;
	color: black;
}

@media (max-width: 768px) {
	.lede b {
		font-size: 101px;
		line-height: 49px;
	}
}

.photo-caption,
.wp-caption-text {
	display: block;
	position: absolute;
	clear: both;
	text-align: left !important;
	bottom: 20px;
	left: 20px;
	margin: 0 !important;
	font-family: "Avenir Next" !important;
	font-size: 14px !important;
	font-weight: bold;
	letter-spacing: .75px;
	line-height: 18px !important;
	color: white;
}

@media (max-width: 768px) {
	.photo-caption {
		left: 0;
	}
}

.photo-caption em,
.wp-caption-text em {
	font-style: italic;
}

.photo-caption,
aside .wp-caption-text {
	max-width: 350px;
	padding-left: 50px;
}

@media (max-width: 768px) {

	.photo-caption,
	aside .wp-caption-text {
		max-width: 100%;
		padding-right: 20px;
	}
}

.wp-caption-text {
	position: relative !important;
	bottom: 0;
	left: 0;
	font-style: normal !important;
	color: #6b6f71 !important;
}

.photo-caption:before,
.wp-caption-text:before {
	display: inline-block;
	margin-left: -31px;
	margin-right: 10px;
	font-family: "BU-Default-Icons", "Benton";
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	content: "\1F4F7";
	color: #fc010d;
}

.page-wrapper a {
	color: #0078ce;
}

/* IMAGES
----------------------------------------------------------------- */
.alignright,
.alignright img {
	float: right;
	border-radius: 50%;
	clear: both;
	width: auto !important;
	margin-bottom: 20px;
}

.content-coral-reef-recovery .alignright {
	max-width: 400px !important;
	margin-right: -400px !important;
	text-align: left !important;
	display: block;
	float: right;
}

@media (max-width: 1400px) {
	.content-coral-reef-recovery .alignright {
		margin-right: -200px !important;
	}
}

@media (max-width: 992px) {
	.content-coral-reef-recovery .alignright {
		margin-right: -100px !important;
	}
}

@media (max-width: 768px) {
	.content-coral-reef-recovery .alignright {
		display: none;
	}
}

.content-coral-reef-recovery p.alignright {
	max-width: 370px;
}

/* WIDE PHOTOS
----------------------------------------------------------------- */
.wide {
	position: relative;
	height: 100vh;
	overflow: hidden;
	background-color: black;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: 1rem 0 3rem;
}

@media (max-width: 768px) {
	.wide {
		height: 800px;
		background-attachment: scroll;
	}
}

.wide.porthole {
	background-image: url("/research/files/2017/10/lg_porthole.jpg");
}

.wide.doctor {
	background-image: url("/research/files/2017/10/lg_doctor.jpg");
}

.wide.island {
	background-image: url("/research/files/2017/10/lg-island.jpg");
}

.wide.tuna {
	background-image: url("/research/files/2017/10/lg_tuna.jpg");
}

.wide.photos {
	background-image: url("/research/files/2017/10/lg_photos.jpg");
}

.wide.chisel {
	background-image: url("/research/files/2017/10/lg_reef2.jpg");
}

@media (max-width: 768px) {
	.wide.porthole .vertical-center {
		padding-top: 240px;
	}
}

@media (max-width: 768px) {
	.wide.island .vertical-center {
		padding-top: 260px;
	}
}

@media (max-width: 768px) {
	.wide.tuna .vertical-center {
		padding-top: 60px;
	}
}

@media (max-width: 768px) {
	.wide.photos .vertical-center {
		padding-top: 95px;
	}
}

.wide h3 {
	display: block;
	padding-left: 80px;
	max-width: 440px;
	font-family: "Avenir Next";
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: white;
}

@media (max-width: 768px) {
	.wide h3 {
		max-width: 100%;
		padding-right: 20px;
		padding-left: 20px;
	}
}

.wide h3 span {
	line-height: 40px;
}

.wide h3:before {
	color: #fc010d;
	content: "+";
	display: block;
	font-family: Stag;
	font-size: 60px;
	margin-bottom: -30px;
	margin-left: -40px;
}

@media (max-width: 768px) {
	.wide h3:before {
		margin-bottom: -13px;
		margin-left: 0px;
	}
}

/* ANIMATION
----------------------------------------------------------------- */
.floating {
	animation-name: floating;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	position: relative;
	z-index: 3;
}

@keyframes floating {
	from {
		transform: translatey(0px);
	}

	65% {
		transform: translatey(4px);
	}

	to {
		transform: translatey(0px);
	}
}

.floating2 {
	animation-name: floating;
	animation-duration: 2.2s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}

@keyframes floating {
	from {
		transform: translatey(0px);
	}

	35% {
		transform: translatey(3px);
	}

	to {
		transform: translatey(-1px);
	}
}

.floating3 {
	animation-name: floating;
	animation-duration: 2.1s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}

@keyframes floating {
	from {
		transform: translatey(1px);
	}

	35% {
		transform: translatey(4px);
	}

	to {
		transform: translatey(0px);
	}
}

/*# sourceMappingURL=style.css.map */
