/**
 * 0.0 Home
 */

.home div.banner_bottom_c {
	background-color: transparent;
	background-image: url('../img/global/bg_green_pattern.png'), url('../img/global/bg_concrete_light.jpg');
	background-position: center top, center center;
	background-repeat: repeat-x, no-repeat;
	background-size: 560px auto, 100% auto;
	color: #fff;
	font-size: 2.6rem;
	font-weight: 700;
	height: auto;
	line-height: 2.7rem;
	padding: 40px 30px 20px 30px;
	text-align: center;
	text-shadow: 0 0 10px #000;
	text-transform: uppercase;
}

.home div.banner_bottom_c span.br.mobile {
	display: block;
}

.home div.banner_bottom_c span.hide.mobile {
	display: none;
}

.home #introduction_c a.button {
	margin: 20px 0 0 0;
}

.home #bottom_callouts_c {

}

.home #bottom_callouts_c a.bottom_callout {
	display: block;
	margin: 0 0 20px 0;
}

.home #bottom_callouts_c a.bottom_callout div.header {
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 150px;
}

.home #bottom_callouts_c a.bottom_callout div.header div.inner {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	width: 100%;
}

.home #bottom_callouts_c a.bottom_callout:hover div.header div.inner {
	background-color: rgba(0, 50, 66, 0.8);
}

.home #bottom_callouts_c a.bottom_callout div.header div.inner > div {
	color: #fff;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 2.7rem;
	text-align: center;
	text-shadow: 0 0 10px #000;
	text-transform: uppercase;
}

.home #bottom_callouts_c a.bottom_callout div.header div.inner > div span {
	display: block;
}

.home #bottom_callouts_c a.bottom_callout div.content_c {
	background-color: #f1f1f1;
	color: #58595b;
	font-size: 1.5rem;
	line-height: 1.8rem;
	padding: 20px 35px;
	text-align: center;
}

.home #bottom_callouts_c a.bottom_callout div.content_c div.content {
	margin: 0 0 20px 0;
	text-align: left;
}

.home #bottom_callouts_c a.bottom_callout div.content_c .button {
	display: block;
}

.home #bottom_callouts_c a.bottom_callout:hover div.content_c .button {
	background-color: #102d34;
	color: #fff;
}

@media screen and (min-width: 1024px) {
	.home div.banner_c a.button {
		background-color: rgba(0, 0, 0, 0.2);
	}

	.home div.banner_c a.button:hover {
		background-color: #fff;
	}

	.home div.banner_c div.inner_c {
		background: transparent url('../img/global/icon_seal_white.png') no-repeat left -25px bottom -40px / 370px auto;
	}

	.home div.banner_c div.desktop_w {
		height: 430px;
	}

	.home div.banner_bottom_c {
		background-size: 1068px auto, 100% auto;
		font-size: 3.0rem;
		line-height: 1;
		padding: 65px 0 25px 0;
	}

	.home div.banner_bottom_c span.br.mobile,
	.home div.banner_bottom_c span.hide.mobile {
		display: inline;
	}

	.home div.banner_bottom_c span.br.desktop {
		display: block;
	}

	.home div.banner_bottom_c span.hide.desktop {
		display: none;
	}

	.home #introduction_c a.button {
		margin: 35px 0 0 0;
	}

	.home #bottom_callouts_c {
		display: flex;
		justify-content: space-between;
		padding: 0 47px 38px 47px;
	}

	.home #bottom_callouts_c a.bottom_callout {
		margin: 0;
		width: 300px;
	}

	.home #bottom_callouts_c a.bottom_callout div.header > div {
		font-size: 3.0rem;
		line-height: 1;
	}

	.home #bottom_callouts_c a.bottom_callout div.content_c {
		display: flex;
		flex-direction: column;
		height: calc(100% - 150px);
		justify-content: space-between;
		padding: 20px;
	}

	.home #bottom_callouts_c a.bottom_callout div.content_c .button {
		align-self: center;
		width: 100%;
	}
}
