/* tile.css */
.module_tile {
	overflow: hidden;
	margin-bottom: 35px;
	padding-left: 17px;
	padding-right: 17px;
}

.module_tile .fitimage {
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.module_tile .text_wrapper {
	position: absolute;
	top: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
}

.module_tile .text_wrapper p, .module_tile .text_wrapper .subheadline {
	color: #fff;
}

.module_tile.beige_overlay_inactive .fitimage img {
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.module_tile.beige_overlay_inactive:hover .fitimage img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.module_tile.height_normal {
	height: 270px;
}

.module_tile.height_double {
	height: 402px;
}

.module_tile.width_half.height_double {
	height: 418px;
}

.module_tile .black_overlay {
	position: absolute;
	z-index: 3;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0px;
	right: 0px;
	background: rgba(0, 0, 0, 0.3);
}

.module_tile .beige_overlay {
	position: absolute;
	z-index: 4;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0px;
	right: 0px;
	background: rgba(206, 159, 110, 0.8);
}

.module_tile.beige_overlay_inactive .beige_overlay, .module_tile.beige_overlay_inactive .js_scroll_content {
	height: 0;
	overflow: hidden;
}

.module_tile.beige_overlay_inactive .scroll_content {
	/* display: none; */
}

.module_tile .text_inner {
	color: #fff;
	padding-top: 45px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 34px;
}

.module_tile.beige_overlay_inactive .text_inner {
	position: absolute;
	bottom: 0;
}

.module_tile .headline {
	color: #fff;
	font-size: 30px;
	line-height: 34px;
	margin-bottom: 0;
}

.module_tile .width_third, .module_tile .width_twothirds {
	height: 100%;
}

.module_tile .subheader {
	font-size: 20px;
	/* margin-bottom: 20px; */
	/*margin-top: 8px;*/
}
.module_tile .scroll_inner {
	padding-top: 8px;
}

.module_tile .link_container {
	margin-top: 16px;
}

.module_tile .inline_link {
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
	color: #fff;
	font-size: 12px;
	display: inline-block;
	font-family: 'Montserrat Bold';
}

.module_tile .inline_link:hover {
	text-decoration: none;
	color: #fff;
}

.module_tile .text_container {
	font-size: 14px;
	line-height: 17px;
}

.module_tile.beige_overlay_active .text_container {
	margin-top: 12px;
}

.module_tile .headline_container {
	margin-bottom: 6px;
}

.module_tile.beige_overlay_active .beige_overlay {}

.module_tile .tile_inner {
	height: 100%;
	cursor: pointer;
}

@media (max-width: 991px) {
	.module_tile .text_inner {
		padding: 26px 15px 40px 15px;
	}

/*	.module_tile.height_double {
		height: 270px;
	}*/

	.module_tile {
		height: 270px;
		padding: 0;
		margin-bottom: 10px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.module_tile .scroll_content {
		height: auto !important;
	}

	.module_tile:not(.beige_overlay_active) .beige_overlay {
		display: none;
	}
}