.generalpages {
	position: relative;
	background: #f8f8f8;
	padding-bottom: 145px;
}
.top-image {
	position: relative;
	height: 600px;
	overflow: hidden;
	z-index: 0;
	top: -14px;
}
.top-image img {
	position: relative;
	vertical-align: top;
	width: 100%;
}
.top-text-wrapper {
	max-width: 1200px;
	width: 90%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0px;
}
.top-text {
	position: absolute;
	top: 120px;
	font-size: 30px;
	color: #fff;
	font-weight: 500;
	text-align: center;
	width: 60%;
	left: 50%;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
	line-height: 35px;
	z-index: 10;
}
@media screen and (min-width: 1400px) {
	.top-text {
		font-size: 36px;
		line-height: 44px;
	}
}
.top .top-text {
	top: 50px;
}
.page-content {
	background-color: #fff;
	color: #464646;
	border: 1px solid #ebebeb;
	margin-top: -190px;
	padding-bottom: 40px;
}
.page-title {
	font-size: 18px;
	color: #464646;
	font-weight: 500;
	padding: 11px 22px;
	border-bottom: 1px solid #ebebeb;
}
.page-text {
	padding: 15px 22px 15px 22px;
	line-height: 21px;
	font-size: 14px;
	font-weight: 300;
}

.page-text h3 {
	color: #2463ae;
	padding: 17px 0px 23px 0px;
	font-weight: 400;
}
.page-text p {
	margin-bottom: 23px;
}
.page-text table td {
	vertical-align: top;
	display: inline-block;
	width: 31.5%;
	margin-right: 2%;
}
.page-text table td:nth-child(3) {
	margin-right: 0;
}
.page-text table td h3 {
	font-weight: 400;
	color: #464646;
	padding: 13px 0px 11px 0px;
}
.page-text table td p {
	margin-bottom: 11px;
}
.page-text table td p a:hover {
	color: #01336e;
	text-decoration: underline;
}
@media screen and (max-width: 1024px) {
	.page-text table td:nth-child(1) {
		width: 25%;
	}
	.page-text table td:nth-child(2) {
		width: 35%;
	}
	.page-text table td:nth-child(3) {
		width: 35%;
	}
}
@media screen and (max-width: 800px) {
	.top-image {
		top: -4px;
		height: 475px;
	}
	.top-text-wrapper {
		left: 5%;
	}
	.top-text {
		width: 100%;
		margin-left: 0;
		left: 0;
		top: 112px;
		font-size: 28px;
	}
	.top .top-text {
		top: 80px;
	}
	.page-content {
		margin-top: -135px;
	}
	.page-text table td {
		width: 48% !important;
		vertical-align: top;
		display: inline-block;
		*display: inline;
		zoom: 1;
		margin-right: 1.5%;
	}
	.page-text table td:nth-child(2) {
		margin-right: 0;
	}
	.page-text table td:nth-child(3) {
		margin-right: 1.5%;
	}
}
@media screen and (max-width: 600px) {
	.top-image {
		top: 0px;
	}
	.top .top-text {
		top: 40px;
	}	
}	
@media screen and (max-width: 400px) {
	.page {
		padding-bottom: 40px;
	}
	.top-image {
		height: 300px;
	}
	.top-text {
		font-size: 16px;
		top: 60px;
		line-height: 25px;
	}
	.top .top-text {
		top: 20px;
	}
	.page-content {
		margin-top: -48px;
	}
	.page-title {
		font-size: 16px;
		padding: 10px 15px;
	}
	.page-text {		
		padding: 10px 15px;
	}
	.page-text img {
		width: 100% !important;;
		height: auto !important;
	}
	.page-text table td {
		width: 100% !important;;
		display: block;
	}
}
