h1 {
		margin-top: 25px;
	}
.intro {
	display: none;
}
#homePageWrap {
	width: 98%;
	margin: 0;
	padding: 0;
}
#back-button {
	position: absolute;
	top: 10px;
	right: 40px;
	font-size: 20px;
}
.box_style1:nth-of-type(2),
.box_style1:nth-of-type(4),
.box_style1:nth-of-type(6),
.box_style1:nth-of-type(8) {
	margin-left: 1%;
}
.box_style1 {
	width: 49.5%;
	height: 210px;
	margin: 10px 0;
	padding: 20px;
	float: left;
	background-color: #FFF;
	border: 1px solid #DDD;
	box-sizing: border-box;
}
.box_style1 h2 {
	margin-bottom: 0;
}
.box_style1 i {
	font-size: 70px;
	margin-top: 35px;
}
.box_style1 .text-muted {
	color: #AAA;
}
.box_style1 .no-margin {
	margin: 0;
}
.box_style1 a,.box_style2 a {
	text-decoration: underline!important;
}
.box_style2 {
	width: 100%;
	max-width: 1100px;
	float: none!important;
	margin: 10px auto;
	padding: 30px;
	background-color: #FFF;
	border: 1px solid #DDD;
	box-sizing: border-box;
}
blockquote {
	margin: 0 20px;
	padding: 0 20px;
	background: none;
	color: #888;
	border-left: 4px solid #E83754;
}
blockquote h3 {
	font-size: 20px;
}
@media only screen and (max-width: 1024px) {
	.box_style1 {
		height: 310px;
	}
	.box_style1 h2 {
		text-align: center;
	}
	.box_style1 i {
		margin: 0 0 15px;
	}
	.box_style1 .text-muted {
		text-align: center;
	}
}
@media only screen and (max-width: 600px) {
	.box_style1 {
		width: 100%;
		height: auto;
		margin: 10px 0!important;
	}
	.box_style1 h2 {
		text-align: center;
	}
	.box_style1 i {
		margin: 0 0 15px;
	}
	.box_style1 .text-muted {
		text-align: center;
	}
	#back-button {
		position: relative;
		top: 0;
		right: 0;
	}
}