body{
	background: #edf1f4 !important;
}
main{
	margin: 0 auto;
	max-width:1600px !important;
}
.homecontent{
	float: left;
	margin-top: -20px;
	padding: 0px 30px 10px 30px;
}
.Top-Banner{
	padding: 30px 30px !important;
}
.content-container {
	padding:30px 35px;
	background-color: white;
}
.content-container h1
,h2{
	margin: 0;
	margin-bottom: 1.5rem;
}
.homecontent h1{
	font-size: 48px;
	width: 100%;
	height: auto;
	text-align: left;
	font-weight: normal;
	line-height: 50px;
	margin-bottom: 25px;
	clear: none;
	min-height: 0;
	font-family: open-sans;
}
.homecontent h2{
	font-size: 28px;
	width: 100%;
	height: auto;
	text-align: left;
	font-weight: normal;
	clear: none;
	min-height: 0;
	font-family: open-sans;
}
.homecontent a {
	text-decoration: underline;
}
.content-container p{
	font-size:18px;
	margin-bottom: 1.5rem;
}
@media screen and (max-width:768px) {
	.homecontent h1{
		font-size: 30px;
		line-height: 35px;
	}
	.homecontent h2{
		font-size: 24px;
		color: rgb(51,51,51);
	}
	.content-container {
		padding:15px 17.5px;
	}
}
