.page {
	position: relative;
	background: #f8f8f8;
	padding-bottom: 140px;
}
.top-image {
	position: relative;
	height: 600px;
	overflow: hidden;
	z-index: 0;
	top: -14px;
}
.top-image img {
	position: relative;
	vertical-align: top;
	width: 100%;
}
.top-submenu {
	display: none;
}
.mobile-submenu {
	display: none;
}
.mobile-submenu-switcher {
	display: none;
}
.top-submenu .active .category-title {
	color: #a1accf;
}
.mobile-submenu .active .category-title {
	color: #a1accf;
}
.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: 80%;
	left: 50%;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
	line-height: 38px;
	z-index: 10;
}
@media screen and (min-width: 1400px) {
	.top-text {
		font-size: 36px;
		line-height: 44px;
	}
}
.top .top-text {
	top: 50px;
}
.page-content {
	margin-top: -190px;
}
.right-column {
	float: right;
	width: 35%;
}
.left-column {
	float:left;
	width: 64%;
}
.categories {
	background: #fff;
	border: 1px solid #ebebeb;
	margin-bottom: 16px;
}
.categories-title {
	border-bottom: 1px solid #ebebeb;
	font-size: 18px;
	font-weight: 500;
	color: #464646;
	padding: 9px 22px 13px 22px;
}
.categories-content {
	padding: 28px 22px 45px 22px;
	color: #464646;
	font-size: 15px;
}
.category-title:hover {
	color: #01336E;
}
.category-title {
	margin-bottom: 12px;
}
.category-title span {
	font-size: 18px;
}
.active .category-title{
	color: #01336e;
}
.block {
	background-color: #fff;
	color: #464646;
	border: 1px solid #ebebeb;
	margin-bottom: 23px;
}
.block-title {
	font-size: 18px;
	color: #464646;
	font-weight: 500;
	padding: 11px 22px;
	border-bottom: 1px solid #ebebeb;
}
.block-content {
	padding: 15px 50px 40px 22px;
	line-height: 21px;
	font-size: 14px;
	font-weight: 300;
}
.block-content ul{
	margin-left: 14px;
}
.block-content ol {
	margin-left: 18px;
}
.block-content h3 {
	color: #2463ae;
	font-weight: 400;
}
.block-content a {
	color: #01336E;
	text-decoration: underline;
}
@media screen and (max-width: 800px) {
	.top-image {
		top: -4px;
		height: 475px;
	}
	.top-submenu {
		display: block;
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 10;
		background: rgb(54, 104, 153); /* The Fallback */
  		background: rgba(54, 104, 153, 0.8);
  		color: #fff;
  		width: 100%;
  		font-size: 14px;
  		text-align: center;
  		border-top: 1px solid #84a3b6;
  		border-bottom: 1px solid #637b8c;
	}
	.top-submenu .category-title {
		display: inline-block;
		*display: inline;
		zoom: 1;
		margin-bottom: 0px;
		padding: 15px 20px;
	}
	.top-submenu .category-title span {
		font-size: 12px;
	}
	.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;
	}
	.categories {
		display: none;
	}
	.left-column {
		float: none;
		width: 100%;
	}
	.right-column {
		float: none;
		width: 100%;
	}
}
@media screen and (max-width: 600px) {
	.top-image {
		top: 0px;
	}
	.top-submenu {
		display: none;
	}
	.mobile-submenu-switcher {
		display: block;
		color: #fff;
		font-size: 14px;
		font-weight: 300;
		background: rgb(24, 61, 103); /* The Fallback */
  		background: rgba(24, 61, 103, 0.8);
	}
	.mobile-submenu-switcher .switcher {
		padding: 10px 22px;		
		cursor: pointer;
	}
	.mobile-submenu-switcher .switcher img {
		float: right;
		padding: 5px 0px;
	}
	.mobile-submenu {
		color: #fff;
		font-size: 14px;
		font-weight: 300;
		background: rgb(24, 61, 103); /* The Fallback */
  		background: rgba(24, 61, 103, 0.8);
	}
	.mobile-submenu .category-title {
		margin-bottom: 0px;
		padding: 10px 22px;
	}
	.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: -85px;
	}
	.categories-title {
		padding: 9px 15px 13px 15px;
	}
	.categories-content {
		padding: 28px 15px 45px 15px;
	}
	.block-title {
		padding: 11px 15px;
	}
	.block-content {
		padding: 15px 15px;
	}
	.mobile-submenu-switcher .switcher {
		padding: 10px 15px;
	}
	.mobile-submenu .category-title {		
		padding: 10px 15px;
	}
}