/*
--------------------
wrapper styles
-------------------
*/
html {
	/*min-height: 100%;*/ border-top: 3px solid #006caa;
	background-color: #fff;
}
body {
	text-align: left;
	max-width: 1240px; margin: 0 auto; padding-left: 20px; padding-right: 20px;
}

/*
--------------------
Header styles
-------------------
*/
.main_header {
	text-align: right; 
	padding-top: 20px; padding-bottom: 20px; border-bottom: 1px solid #d0d0d0; margin-bottom: 30px;
	position: relative; z-index: 10;
}
.main_header:before {
	content: ' ';
	width: 1px; height: 55px;
	display: inline-block; vertical-align: middle; clear: both;
}
.main_header:after {
  content: ' ';
  display: block; clear: both;
}
.main_logo {
	text-align: left;
	float: left;
}
.responsive_menu {
  color: inherit; font-size: 16px;
  display: none;
}
.responsive_menu:hover {
  color: inherit;
}
.icon-menu:after {
	content: ' \e800'; font-size: 18px; vertical-align: middle;
	margin-left: 5px;
}
.main_navigation {
	font-size: inherit; text-transform: uppercase; font-weight: 600; color: #191919;
	margin-right: 19px;
	display: inline-block; vertical-align: middle;
}
.main_navigation a {
	color: inherit;
	margin-right: 35px; 
	display: inline-block; vertical-align: middle;
}
.main_navigation a:last-child {
	margin-right: 0;
}
.main_navigation a:hover {
	color: #006ca9;
}
.main_search {
	position: relative; display: inline-block; vertical-align: middle;
}
.main_search .icon-magnifier {
	color: #191919;
	padding: 11px;
	position: relative; z-index: 1;
}
.main_search:hover .icon-magnifier {
	color: #003c65;
	background-color: #fff;
	border: 1px solid #909090; border-bottom: #fff; padding: 10px;
}
.main_search:hover .main_search_form {
	display: block;
}
.main_search_form {
	text-align: left; font-size: 14px; line-height: 1.2em;
	background-color: #fff;
	border: 1px solid #909090; padding: 15px; right: 0; top: 45px; width: 360px;
	display: none; position: absolute; z-index: 0;
}
.main_search_form input[type="text"], .main_search_form input[type="search"] {
	width: 237px; margin-right: -5px;
}
.main_search_form h5 {
	font-size: 14px; font-weight: 600; line-height: 1.1em;
	padding-top: 15px; padding-bottom: 4px;
}
.main_search_form ul {
	list-style: none;
	padding-left: 0; margin-bottom: 0;
	
	-moz-column-count: 2; -webkit-column-count: 2; column-count: 2; column-width: auto;
	-moz-column-gap: 20px; -webkit-column-gap: 20px; column-gap: 20px;
}
.main_search_form li {
	padding-top: 4px; padding-bottom: 4px;
}

/*
--------------------
content blocks styles
-------------------
*/
.main_content {
	padding-bottom: 30px;
}
.main_content:after {
	content: ' ';
	display: block; clear: both;
}
.left_homepage_content {
	width: 61%; margin-bottom: 30px;
	float: left;
}
.right_homepage_sidebar {
	width: 36%; margin-bottom: 30px;
	float: right;
}
.left_primary_content {
  width: 72%;
  float: left;
}
.right_sidebar {
	width: 25%;
	float: right;
}
.full_width_content {
	clear: both;
}
.full_width_content:after {
	content: ' ';
	clear: both; display: block;
}
.left_sidebar {
	width: 36%;
	float: left;
}
.right_primary_content {
	width: 61%;
	float: right;
}

/*
--------------------
footer styles
-------------------
*/
footer {
	color: #191919;
	border-top: 1px solid #d0d0d0; padding-top: 30px;
}
footer dl, footer ul, footer address {
	list-style: none;
	width: 20%; padding-left: 0; padding-right: 4%;
	float: left;
}
footer a {
	color: inherit;
}
footer ul {
	margin-bottom: 0;
}
footer dt, footer li {
	text-transform: uppercase; font-weight: 700; line-height: 1.5em;
}
footer dd {
	line-height: 1.2em;
	padding-top: 0.15em; padding-bottom: 0.15em;
}
footer address {
	font-style: normal; font-weight: 600; text-transform: uppercase; color: #909090;
	margin-bottom: 30px; width: 27%; padding-right: 0;
	position: relative;
}
footer address .icon-hodgen {
	right: -10px; top: -10px;
	position: absolute;
}
.footer_links:after {
	content: ' ';
	display: block; clear: both;
}
footer p {
	font-size: 11px; line-height: 1.2em;
	border-top: 1px solid #d0d0d0; padding: 15px 0; margin-top: 30px;
	clear: both; overflow: hidden;
}