.four-zero-content {
	background: #fff;
	padding-bottom: 25px;
	font-family: 'OpenSans', sans-serif;
	text-rendering: optimizeLegibility;
	text-rendering: geometricPrecision;
	font-smooth: always;
	font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.four-zero-content:before {
	height: 50%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	
	background: #002E61; /* f57500 Old browsers */
	/* background: -moz-linear-gradient(top, #f57500 0%, #f9e25b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #002E61 0%,#B8E0F8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #002E61 0%,#B8E0F8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002E61', endColorstr='#B8E0F8',GradientType=0 );
	background-repeat: repeat-x;
}

.four-zero {
	background: #FD6B6B;
	border-radius: 2px;
	color: #fff;
	text-align: center;
	padding: 50px 25px;
	max-width: 600px;
	position: absolute;
	margin: auto;
	top: 50%;
	left: 15px;
	right: 15px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.four-zero h1 {
	margin: 0 0 23px;
	line-height: 24px;
	font-size: 28px;
	font-weight: 100;
	color: #fff;
}

.four-zero p {
	display: block;
	margin: 0;
	line-height: 16px;
	font-size: 18px;
}

.four-zero footer {
	background: rgba(0, 0, 0, 0.13);
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 10px;
	display: block;
}

.brand {
	position: absolute;
	z-index: 50;
	width: 100%;
	height: calc(50% - 90px);
	top: 0;
	left: 0;
	color: white;
	min-height: 175px;
	text-align: center;
}

.brand .inner {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);

}    

.brand h1 {
	font-weight: normal;
	color: white;
	font-size: 22px;
	margin-top: 25px;
	font-weight: 300;
}

.brand .logo {
	height: 150px;
	margin: auto;
}

@media (max-height: 840px) {
	.brand .logo {
		height: 90px;    
	}
}
@media (max-width:600px) {
	.brand .logo {
		height: 90px;
	}
	
	.four-zero {
		padding: 40px 15px;
	}
	.four-zero h1 {
		margin: 0 0 14px;
		font-size: 22px;
	}
	.four-zero p {
		margin: 0 0 5px;
		font-size: 15px;
	}

}

@media (max-height: 600px){
	.four-zero {
		top: 180px;    
		transform: none;
	}
	
	.four-zero-content:before {
		height: 256px;    
	}
}