.banner {
	background-image: linear-gradient(to bottom, #f5f3f4, #f5f3f4);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 1rem 0;
	margin-bottom: 2rem;
	position: relative;
}

.banner-tall {
	min-height: 16rem;
}

.banner-panel {
	margin: 8rem 0;
}

.banner-panel-subtitle {
	color: #bcbabb;
	text-transform: uppercase;
	font-size: .8rem;
	margin-bottom: 0;
}

.banner-panel-link {
	color: inherit;
	font-weight: 700;
	font-size: 1.1rem;
	margin-right: 2rem;
}

.banner-content-holder {
	margin-top: -2rem;
	padding: 0;
	background-image: none;
	background-color: #eeeee0;
}

.banner-content {
	padding: 1rem;
	border-left-width: 0px !important;
}

.banner-links {
	padding: 1rem 1rem 1rem 16rem;
}

.banner-image {
	position: relative;
	top: -3rem;
}

.banner-label {
	padding: .5rem 2rem;
	position: absolute;
	right: 2rem;
	bottom: 0;
	background-color: rgba(58,58,58,.8);
	color: #fff;
}
