/* Homepage hero banner */
.home-hero-banner {
	position: relative;
	width: 100%;
	height: 380px;
	overflow: hidden;
	background: #333;
}

.home-hero-slideshow,
.home-hero-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.home-hero-slide {
	background-size: cover;
	background-position: center center;
	opacity: 0;
	transition: opacity 1.2s ease-in-out;
}

.home-hero-slide.is-active {
	opacity: 1;
}

.home-hero-overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.45) 100%);
	z-index: 2;
	pointer-events: none;
}

.home-hero-caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	padding: 24px 20px;
	text-align: center;
	color: #fff;
}

.home-hero-caption h2 {
	font-family: Oswald, sans-serif;
	font-size: 28px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 0 6px;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}

.home-hero-caption p {
	margin: 0;
	font-size: 14px;
	opacity: 0.95;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}

.home.page-id-35958 .page-heading.bc-type-9 {
	display: none;
}

@media (max-width: 767px) {
	.home-hero-banner {
		height: 240px;
	}

	.home-hero-caption h2 {
		font-size: 20px;
	}
}
