* {
	box-sizing: border-box;
}
html, body {
	padding: 0;
	margin: 0;
	height: 100%;
	background: white;
}

body {
	width: 100%;
	font-size: 14px;
	padding: 0;
	margin: 0;
}
.content-wrapper {
	position: relative;
	float: left;
	width: 100%;
}
.content {
	position: relative;
	margin: 0 auto;
	max-width: 1200px;
	min-height: 0;
}

#main {
	position: absolute;
	width: 100%;
	height: 460px;
	top: 50%;
	left: 0;
	margin-top: -300px;
}
#homeWrapper {
	max-width: 750px;
	margin: auto;
	padding: 30px;
	height: 460px;
	border-radius: 2px;
}

.logo_Wrapper {
	float: left;
	width: 60%;
	text-align: center;
}

.logo_Wrapper .logo {
	float: none;
	width: 90%;
	max-width: 231px;
	height: auto;
}
.homeText {
	float: left;
	width: 40%;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 1.25em;
	line-height: 1.75em;
	text-align: center;
}
.homeText strong {
	font-family: 'Montserrat', sans-serif;
}
.homeText a {
	font-family: 'Montserrat', sans-serif;
	color: #3992f8;
	font-weight: 600;
}
