@import "lesshat";


/*
.feature-myles {
	background: url("http://www.bu.edu/today/wpassets/features/2017_myles/banner.jpg") no-repeat;
	max-width: 100%;
	background-size:100%;

} */

.title {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	margin-top: -420px;

}

.title .hed {
	font-size: 90px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-family: "Times New Roman", Georgia, Serif;
	color: #fff;
	line-height: 70px;
	text-shadow: 2px 2px 2px #000;
}

.title .hed span {
	font-size: 30px;
	display: block;
	margin-top: 60px;
	background-color: #fff;
	width: 170px;
	padding: 5px;
	margin: 20px auto;
	text-transform: uppercase;
	color: #4a92ca;
	line-height: 30px;
	text-shadow: none;
}

.title .dek {
	color: #fff;
	font-size: 25px;
	font-family: "Times New Roman", Georgia, Serif;
	text-shadow: 2px 2px 2px #666;
}

.ba-slider {
	position: relative;
	overflow: hidden;
	max-width: 994px;
}

.ba-slider p {
	margin-bottom: 0;
}

.ba-slider img {
	width: 100%;
	display: block;
	max-width: 994px;
	margin-bottom: 0;
	margin-top: 0;
}

.resize {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 50%;
	overflow: hidden;
}


.handle {
	/* Thin line seperator */
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 4px;
	margin-left: -2px;

	background: rgba(0, 0, 0, .5);
	cursor: ew-resize;
}

.handle:after {
	/* Big orange knob  */
	position: absolute;
	top: 50%;
	width: 64px;
	height: 64px;
	margin: -32px 0 0 -32px;
	content: '\21C4';
	color: white;
	font-weight: bold;
	font-size: 40px;
	text-align: center;
	line-height: 64px;

	background: #00000;
	/* @orange */
	border: 1px solid #C0C0C0;
	/* darken(@orange, 5%) */
	border-radius: 50%;
	transition: all 0.3s ease;
	box-shadow:
		0 2px 6px rgba(0, 0, 0, .3),
		inset 0 2px 0 rgba(255, 255, 255, .5),
		inset 0 60px 50px -30px #C0C0C0;
	/* lighten(@orange, 20%)*/
}

.draggable:after {
	width: 48px;
	height: 48px;
	margin: -24px 0 0 -24px;
	line-height: 48px;
	font-size: 30px;
}

@media screen and (max-width: 1020px) {

	.title {
		margin-top: -350px;
	}

}


@media screen and (max-width: 960px) {}




@media screen and (max-width: 768px) {

	.title {
		margin-top: -250px;
	}

	.title .hed {
		font-size: 70px;
		line-height: 60px;
	}

	.title .hed span {
		font-size: 16px;
		width: 110px;
		padding: 5px;
	}

	.title .dek {
		font-size: 20px;

	}
}


@media screen and (max-width: 500px) {

	.title {
		margin-top: -160px;

	}

	.title .hed {
		font-size: 40px;
		line-height: 35px;
	}

	.title .hed span {
		width: 70px;
		padding: 0;
		font-size: 12px;
		margin-top: 5px;

	}

	.title .dek {
		font-size: 14px;
	}

}

blockquote.full-width p {
	font-family: 'Stag', georgia, times, serif;
	font-size: 30px;
	line-height: 38px;
	font-weight: 100;
	color: #5790be;
	padding: 0;
	width: auto;
	margin: 3rem 0;
}

.dropcap {
	float: left;
	color: #111;
	font-size: 108px;
	line-height: 60px;
	padding-top: 15px;
	padding-right: 8px;
	font-weight: 700;
	margin-top: -5px;
	margin-bottom: 15px;
}
@media (min-width: 500px) {
	.wp-caption.alignleft {
		margin-left: 8.3333%;
	}
}