.hero-banner {
	background: url('../images/hero-banner.jpg') 50% 50% repeat-x;
	background-size: cover;
	border-bottom: 5px solid #a4242a;
	position: relative;
	padding: 50px 20px;
}

.hero-banner hgroup {
	width: 100%;
	max-width: 840px;
	text-align: center;
}

.hero-banner h1 {
	font-size: 48px;
	color: #fff;
	line-height: 1;
	text-shadow: 2px 10px 15px rgba(0, 0, 0, .17);
	padding-bottom: 10px;
}

.hero-banner p {
	color: #fff;
	padding: 0 20px;
	text-shadow: 2px 10px 15px rgba(0, 0, 0, .17);
}

.hero-banner .button {
	padding: 14px 30px 11px;
	margin: 15px 5px 0;
}

.hero-banner .button {
	background: #161515;
	color: #ccc;
}

.hero-banner .button:hover,
.hero-banner .button.active {
	background: #b12931;
	color: #fff;
}

.field-field-page-banner {
	display: none;
}

.page-node-type-representatives-page .country-selector .select-container:first-child {
	display: block;
}

@media screen and (min-width: 1024px) {
	.hero-banner {
		min-height: 310px;
		padding-top: 0;
	}
	
	.hero-banner hgroup {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		padding: 0;
	}
	
	.hero-banner h1 {
		font-size: 82px;
	}
	
	.hero-banner p {
		font-size: 20px;
	}
	
	.page-node-type-protected-page .hero-banner {
		min-height: 770px;
	}
}