/*
Theme Name:     Amur Minerals
Theme URI:      http: //catalysttheme.com/
Description:    A Catalyst Child Theme 
Author:         Amur Minerals
Author URI:     amurminerals.com
Template:       catalyst
Version:        1.0
*/

/* reset css */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0; outline: 0;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* clearfix css */
.clearfix:after { visibility: hidden; display: block; height: 0; font-size: 0; line-height: 0; content: " "; clear: both; }
.clearfix { display: block; }
/* IE6 */
* html .clearfix { height: 1%; }
/* IE7 */
*:first-child + html .clearfix { min-height: 1%; }

/* HTML5 display rule */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

/************************* 
	Global Elements 
*************************/

/*** Frame ***/

body {
	background: #E3E6EE;
	margin: 0 auto;
	color: #111111;
	font-size: 13px;
	font-family: Arial, sans-serif;
	line-height: 22px;
	
	
}
#wrap {
	background: #FFFFFF;
	max-width: 940px;
	border-top: 0px solid #E8E8E8;
	border-bottom: 0px solid #E8E8E8;
	border-left: 0px solid #E8E8E8;
	border-right: 0px solid #E8E8E8;
	margin: 10px auto 10px;
	padding: 20px 20px 20px 20px;
	clear: both;
	
	
}

/*** Hyperlinks ***/

a, a:visited {
	color: #21759B;
	text-decoration: none;
}
a:hover {
	color: #D54E21;
	text-decoration: underline;
}
a img {
	border: none;
}

/*** Images/Alignment ***/

img.alignnone {
	margin: 0 0 10px 0 !important;
	display: inline;
}
img.alignleft {
	margin: 0 10px 10px 0 !important;
	display: inline;
}
img.centered, .aligncenter {
	margin: 0 auto 10px !important;
	display: block;
}
img.alignright {
	margin: 0 0 10px 10px !important;
	display: inline;
}
.alignleft {
	margin: 0 10px 0 0;
	float: left;
}
.alignright {
	margin: 0 0 0 10px;
	float: right;
}
.wp-caption {
	background: #FAFAFA;
	border: 1px solid #E8E8E8;
	padding: 10px 5px 0 5px;
	text-align: center;
}
.wp-caption p.wp-caption-text, .catalyst-excerpt-widget .wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0 0 10px !important;
	color: #111111 !important;
	font-family: Arial, sans-serif !important;
	font-size: 12px !important;
	line-height: 120%;
	
}
.wp-post-image, #sidebar-1 .catalyst-excerpt-widget img, #sidebar-2 .catalyst-excerpt-widget img, #ez-home-sidebar-1 .catalyst-excerpt-widget img {
	background: #FAFAFA;
	border: 1px solid #E8E8E8;
	padding: 4px !important;
}
#sidebar-1 .catalyst-excerpt-widget img, #sidebar-2 .catalyst-excerpt-widget img, .ez-widget-area img.wp-post-image {
	margin-bottom: 0 !important;
}
img.wp-smiley, img.wp-wink {
	border: none;
	margin: 0;
	padding: 0;
	float: none;
}
img#wpstats {
    width: 0;
    height: 0;
    overflow: hidden;
	display: none;
}
.post-format-icon {
	background: none;
	margin: 0 0 0 10px;
	float: right;
	display: block;
}
.page .post-format-icon {
	display: none;
}
body.page-template-template-blog-php .post-format-icon {
	display: block;
}

/*** Search Form ***/

#header-right .widget_search {
	padding: 0;
	float: right;
}
.searchform {
	margin: 0;
	padding: 0;
	display: inline;
	overflow: hidden;
}
#sidebar-1 .searchform, #sidebar-2 .searchform {
	padding: 0 10px;
}
.s {
	background: #FFFFFF;
	border: 1px solid #E8E8E8;
	margin: 10px 0;
	padding: 6px 0px 5px 6px;
	color: #AAAAAA;
	font-family: Arial, sans-serif;
	font-size: 12px;
	display: inline;
	
}
#header .s, #navbar-1 .s, #navbar-2 .s {
	margin: 0;
}
.s, #header .s, #sidebar-1 .s, #sidebar-2 .s {
	width: 130px;
}
.searchsubmit {
	background: #FAFAFA;
	border: 1px solid #E8E8E8;
	margin: 0;
	padding: 6px 6px 5px 6px;
	color: #888888;
	font-family: Arial, sans-serif;
	font-size: 12px;
	cursor: pointer;
	
}
.searchsubmit:hover {
	background: #FFFFFF;
	border: 1px solid #E8E8E8;
}

/*** Calendar ***/

#wp-calendar {
	margin: 0;
	padding: 0;
	width: 100%;
}
#wp-calendar caption {
	margin: 0;
	padding: 5px 0 0 0;
	color: #333333;
	font-size: 13px;
}
#wp-calendar th {
	color: #333333;
}
#wp-calendar td {
	margin: 0;
	padding: 2px;
	text-align: center;
}
#wp-calendar tfoot td {
	margin: 0;
	padding: 0 0 5px;
}

/************************* 
	Header 
*************************/

#header-wrap {
	background: #FFFFFF;
	margin: 0 auto;
	border-top: 0px solid #E8E8E8;
	border-bottom: 0px solid #E8E8E8;
	border-left: 0px solid #E8E8E8;
	border-right: 0px solid #E8E8E8;
	clear: both;
}
#header {
	max-width: 940px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
	float: none;
	overflow: hidden;
}
#header-left {
	max-width: 251px;
	height: 90px;
	padding: 26px 0 0 20px;
	float: left;
	overflow: hidden;
}
#title {
	color: #697488;
	font-family: Arial, sans-serif;
	font-size: 34px;
	font-weight: normal;
	text-decoration: none;
	
}
#title a, #title a:visited {
	color: #697488;
	text-decoration: none;
}
#title a:hover {
	color: #D54E21;
	text-decoration: none;
}
#tagline {
	margin: 0;
	padding: 8px 0 0;
	color: #697488;
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	
}
.logo-image #header #header-left {
	background: url(images/amur-minerals-logo.gif) left top no-repeat;
	margin: 10px 0 0 0px;
}
.logo-image #header-left, .logo-image #header-left #title, .logo-image #header-left #title a {
	width: 251px;
	height: 90px;
	padding: 0;
	float: left;
	display: block; 
	text-indent: -9999px;
	overflow: hidden;
}
.logo-image #header-left #tagline {
	display: block;
	overflow: hidden;
}
#header-right {
	max-width: 550px;
	padding: 0px 0px 0 0;
	float: right;
}
#header-right p {
	margin: 0;
	padding: 0 0 5px 0;
}
#header-right h4 {
	margin: 0; 
	padding: 0;
	color: #333333;
	font-size: 12px;
}
#header-right img {
	display: block;
}
.header-left-full-width #header-left, .header-left-full-width #header-left #title, .header-left-full-width #header-left #title a {
	width: 100%;
}

/************************* 
	Navigation 
*************************/

/*** Navbar 1 ***/

#navbar-1-wrap {
	background: #ABB6CC;
	border-top: 1px solid #E8E8E8;
	border-bottom: 1px solid #E8E8E8;
	border-left: 0px solid #E8E8E8;
	border-right: 0px solid #E8E8E8;
	height: 38px;
	margin: 0px 0 0px 0;
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 16px;
	line-height: 1em;
	clear: both;
	font-weight: bold;
}
#navbar-1 {
	max-width: 940px;
	margin: 0 auto;
	padding: 0;
	float: none;
	display: block;
}
#navbar-1-left, #navbar-2-left {
	margin: 0;
	padding: 0;
	float: left;
}
#navbar-1-right, #navbar-2-right {
	margin: 0;
	padding: 0;
	text-transform: none;
	float: right;
}
#navbar-1-right {
	color: #333333;
	font-family: Arial, sans-serif;
	font-size: 14px;
	
}
#navbar-1-right a, #navbar-1-right a:visited {
	color: #21759B;
	text-decoration: none;
}
#navbar-1-right a:hover {
	color: #D54E21;
	text-decoration: underline;
}
#navbar-1-right.navbar-right-text {
	padding: 10px 10px 0 0;
}
#navbar-1-right.navbar-right-search {
	padding: 4px 4px 0 0;
}
#nav-1, #nav-2 {
	margin: 0;
	padding: 0;
}
#nav-1 ul, #nav-2 ul {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}
#nav-1 li, #nav-2 li {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}
#nav-1 li a, #nav-1 li a:link, #nav-1 li a:visited {
	background: transparent;
	border-top: 0px solid #E8E8E8;
	border-bottom: 0px solid #E8E8E8;
	border-left: 0px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
	margin: 0 0px 0 0px;
	padding: 11px 12px 11px 12px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	position: relative;
}
#nav-1 li a:hover, #nav-1 li a:active {
	background: #94A3C0;
	border-top: 0px solid #E8E8E8;
	border-bottom: 0px solid #E8E8E8;
	border-left: 0px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
	color: #FFFFFF;
	text-decoration: none;
}
#nav-1 li a.sf-with-ul {
	padding-right: 22px;
}
#nav-1 li a .sf-sub-indicator {
	top: 11px;
	right: 12px;
	position: absolute;
	float: right;
	display: block;
	overflow: hidden;
}
#nav-1 li li a .sf-sub-indicator {
	top: 8px;
	right: 10px;
}
#nav-1 li li a, #nav-1 li li a:link, #nav-1 li li a:visited {
	background: #F1F2F6;
	width: 200px;
	border-top: 0;
	border-right: 1px solid #D0D7E6;
	border-bottom: 1px solid #D0D7E6;
	border-left: 1px solid #D0D7E6;
	margin: 0 0 0 0px;
	padding: 8px 10px 8px 10px;
	color: #697488;
	text-decoration: none;
	float: none;
}
#nav-1 li li a:hover, #nav-1 li li a:active {
	background: #FFFFFF;
	color: #333333;
	text-decoration: none;
}
#nav-1 li ul {
	width: 225px;
	height: auto;
	margin: 0;
	padding: 0;
	z-index: 9999;
	left: -999em;
	position: absolute;
}
#nav-1 li ul ul {
	margin: -33px 0 0 221px;
}
#nav-1 li:hover ul ul, #nav-2 li:hover ul ul, #nav-1 li:hover ul ul ul, #nav-2 li:hover ul ul ul {
	left: -999em;
}
#nav-1 li:hover ul, #nav-1 li.sfHover ul, #nav-2 li:hover ul, #nav-2 li.sfHover ul, #nav-1 li li:hover ul, #nav-2 li li:hover ul, #nav-1 li li li:hover ul, #nav-2 li li li:hover ul {
	left: auto;
}
#nav-1 li:hover, #nav-1 li.sfHover, #nav-2 li:hover, #nav-2 li.sfHover {
	position: static;
}
#nav-1 li.current_page_item a, #nav-1 li.current-menu-item a, #nav-1 li.current-cat a {
	background: #94A3C0;
	border-top: 0px solid #E8E8E8;
	border-bottom: 0px solid #E8E8E8;
	border-left: 0px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
	color: #FFFFFF;
	text-decoration: none;
}

/*** Navbar 2 ***/

#navbar-2-wrap {
	background: #FFFFFF;
	border-top: 0px solid #E8E8E8;
	border-bottom: 1px solid #E8E8E8;
	border-left: 0px solid #E8E8E8;
	border-right: 0px solid #E8E8E8;
	height: 36px;
	margin: 0px 0 0px 0;
	color: #333333;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 1em;
	clear: both;
	
}
#navbar-2 {
	max-width: 940px;
	margin: 0 auto;
	padding: 0;
	float: none;
	display: block;
}
#navbar-2-right {
	color: #333333;
	font-family: Arial, sans-serif;
	font-size: 14px;
	
}
#navbar-2-right a, #navbar-2-right a:visited {
	color: #21759B;
	text-decoration: none;
}
#navbar-2-right a:hover {
	color: #D54E21;
	text-decoration: underline;
}
#navbar-2-right.navbar-right-text {
	padding: 10px 10px 0 0;
}
#navbar-2-right.navbar-right-search {
	padding: 4px 4px 0 0;
}
#nav-2 li a, #nav-2 li a:link, #nav-2 li a:visited {
	background: #FFFFFF;
	border-top: 0px solid #E8E8E8;
	border-bottom: 0px solid #E8E8E8;
	border-left: 0px solid #E8E8E8;
	border-right: 0px solid #E8E8E8;
	margin: 0px 0px 0px 0px;
	padding: 11px 15px 11px 15px;
	color: #333333;
	text-decoration: none;
	display: block;
	position: relative;
}
#nav-2 li a:hover, #nav-2 li a:active {
	background: #FAFAFA;
	border-top: 0px solid #E8E8E8;
	border-bottom: 0px solid #E8E8E8;
	border-left: 0px solid #E8E8E8;
	border-right: 0px solid #E8E8E8;
	color: #333333;
	text-decoration: none;
}
#nav-2 li a.sf-with-ul {
	padding-right: 25px;
}
#nav-2 li a .sf-sub-indicator {
	top: 11px;
	right: 15px;
	position: absolute;
	float: right;
	display: block;
	overflow: hidden;
}
#nav-2 li li a .sf-sub-indicator {
	top: 11px;
	right: 10px;
}
#nav-2 li li a, #nav-2 li li a:link, #nav-2 li li a:visited {
	background: #FFFFFF;
	width: 150px;
	border-top: 0;
	border-right: 1px solid #E8E8E8;
	border-bottom: 1px solid #E8E8E8;
	border-left: 1px solid #E8E8E8;
	margin: 0 0 0 0px;
	padding: 11px 10px 11px 10px;
	color: #333333;
	text-decoration: none;
	float: none;
}
#nav-2 li li a:hover, #nav-2 li li a:active {
	background: #FAFAFA;
	color: #333333;
	text-decoration: none;
}
#nav-2 li ul {
	width: 175px;
	height: auto;
	margin: 0;
	padding: 0;
	z-index: 9999;
	left: -999em;
	position: absolute;
}
#nav-2 li ul ul {
	margin: -37px 0 0 171px;
}
#nav-2 li.current_page_item a, #nav-2 li.current-menu-item a, #nav-2 li.current-cat a {
	background: #FAFAFA;
	border-top: 0px solid #E8E8E8;
	border-bottom: 0px solid #E8E8E8;
	border-left: 0px solid #E8E8E8;
	border-right: 0px solid #E8E8E8;
	color: #333333;
	text-decoration: none;
}

/*** Responsive Dropdown Navbars ***/

#dropdown-nav-1-wrap, #dropdown-nav-2-wrap {
	display: none;
}

.nav-1-chosen-select, .nav-2-chosen-select {
	width: 100%;
	margin: 0;
	padding: 7px;
}

.nav-1-chosen-select {
	background: #ABB6CC;
	border: 1px solid #E8E8E8;
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 16px;
	
}

.nav-2-chosen-select {
	background: #FFFFFF;
	border: 1px solid #E8E8E8;
	color: #333333;
	font-family: Arial, sans-serif;
	font-size: 14px;
	
}

/************************* 
	Content 
*************************/

#container-wrap {
	background: #FFFFFF;
	margin: 0;
	padding: 10px 0px 10px 0px;
	clear: both;
}
#container {
	max-width: 940px;
	margin: 0;
	padding: 0;
	
}
#content-sidebar-wrap {
	width: 100%;
	float: left;
}
.double-sidebar #content-sidebar-wrap {
	width: 100%;
}
#content-wrap {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}
.left-sidebar #content-wrap, .double-left-sidebar #content-wrap, .double-sidebar #content-wrap {
	float: right;
}
.double-sidebar #content-wrap {
	float: left;
}
#content-wrap, .left-sidebar #content-wrap, .right-sidebar #content-wrap, .no-sidebar #content-wrap {
	
}
#content {
	margin: 0 500px 0 0;
	padding: 0;
	
	clear: both;
	overflow: hidden;
}
.double-left-sidebar #content {
	margin: 0 0 0 500px;
}
.right-sidebar #content {
	margin: 0 320px 0 0;
}
.left-sidebar #content {
	margin: 0 0 0 320px;
}
.double-sidebar #content {
	margin: 0 180px 0 320px;
}
.no-sidebar #content {
	margin: 0;
}
#content, .left-sidebar #content, .right-sidebar #content, .no-sidebar #content {
	
}
#content img, #content p img {
	max-width: 100%;
	height: auto;
}
#content .nivoSlider img {
    max-width: none;
}
#content .post, #content article {
	background: #FFFFFF;
	border-top: 0px solid #E8E8E8;
	border-bottom: 0px solid #E8E8E8;
	border-left: 0px solid #E8E8E8;
	border-right: 0px solid #E8E8E8;
	margin: 0px 0 20px 0;
	padding: 0px 0px 0px 0px;
}
#content .page {
	background: #FFFFFF;
	border-top: 0px solid #E8E8E8;
	border-bottom: 0px solid #E8E8E8;
	border-left: 0px solid #E8E8E8;
	border-right: 0px solid #E8E8E8;
	margin: 0px 0 20px 0;
	padding: 0px 0px 0px 0px;
}
#content .post p, #content .page p, #content article p {
	margin: 0;
	padding: 0 0 20px;
}
#content .entry-title {
	padding: 5px 0 0;
}
#content .archive-template {
	float: left;
	width: 50%;
	padding: 10px 0;
}
.entry-content p, .entry-content ul li, .entry-content ol li {
	color: #111111;
	font-family: Arial, sans-serif;
	font-size: 13px;
	
}
.entry-content a, .entry-content a:visited {
	color: #21759B;
	text-decoration: none;
}
.entry-content a:hover {
	color: #D54E21;
	text-decoration: underline;
}
.breadcrumbs, .taxonomy-title-box, .author-title-box {
	background: #FFFFFF;
	border-top: 0px solid #D0D7E6;
	border-bottom: 1px solid #D0D7E6;
	border-left: 0px solid #D0D7E6;
	border-right: 0px solid #D0D7E6;
	margin: 0px 0 20px 0;
	padding: 4px 10px 4px 0px;
	color: #111111;
	font-family: Arial, sans-serif;
	font-size: 13px;
	
}
.breadcrumbs a, .breadcrumbs a:visited, .taxonomy-title-box a, .taxonomy-title-box a:visited, .author-title-box a, .author-title-box a:visited {
	color: #21759B;
	text-decoration: none;
}
.breadcrumbs a:hover, .taxonomy-title-box a:hover, .author-title-box a:hover {
	color: #D54E21;
	text-decoration: underline;
}
#content .taxonomy-title-box h1, #content .author-title-box h1 {
	color: #111111;
}

/*** Author Info Box ***/

#entry-author-info {
	background: #FAFAFA;
	border-top: 1px solid #E8E8E8;
	border-bottom: 1px solid #E8E8E8;
	border-left: 0px solid #E8E8E8;
	border-right: 0px solid #E8E8E8;
	margin: 20px 0 30px 0;
	padding: 10px 10px 10px 10px;
	color: #111111;
	font-family: Arial, sans-serif;
	font-size: 13px;
	overflow: hidden;
	clear: both;
	
}
#entry-author-info a, #entry-author-info a:visited {
	color: #21759B !important;
	text-decoration: none !important;
}
#entry-author-info a:hover {
	color: #D54E21 !important;
	text-decoration: underline !important;
}
#entry-author-info #author-avatar {
	background: #FFFFFF;
	border: 1px solid #E8E8E8;
	width: 80px;
	height: 80px;
	margin: 0 10px 0 0;
	padding: 5px;
	float: left;
}
#entry-author-info #author-avatar .avatar {
	width: 80px;
	height: 80px;
}
#entry-author-info #author-description {
	margin: 0;
	padding: 0;
}
#entry-author-info p {
	color: #697488;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 0 !important;
	
}

/*** Catalyst Hybrid Loop ***/

.catalyst-hybrid-odd,
.catalyst-hybrid-even{
    float: left;
}
.catalyst-hybrid-odd.catalyst-hybrid-columns {
    clear: both;
}
.catalyst-hybrid-even.catalyst-hybrid-columns {
    float: right;
}
.catalyst-hybrid-odd.catalyst-hybrid-columns,
.catalyst-hybrid-even.catalyst-hybrid-columns {
	width: 48%;
}

/*** Content Headlines ***/

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	margin: 0 0 4px;
	padding: 0;
	font-family: Arial, sans-serif;
	font-weight: normal;
	line-height: 120%;
	font-weight: bold;
}
#content h1 {
	color: #697488;
	font-size: 29px;
}
#content h2 a, #content h2 a:visited {
	color: #333333;
	text-decoration: none;
}
#content h2 a:hover {
	color: #D54E21;
	text-decoration: none;
}
#content h2 {
	color: #697488;
	font-size: 24px;
}
#content h3 {
	color: #697488;
	font-size: 20px;
}
#content h4 {
	color: #697488;
	font-size: 18px;
}
#content h5 {
	color: #697488;
	font-size: 16px;
}
#content h6 {
	color: #697488;
	font-size: 14px;
}

/*** Sticky Posts ***/

#content .sticky {
	background: #FAFAFA !important;
	border-top: 1px solid #E8E8E8 !important;
	border-bottom: 1px solid #E8E8E8 !important;
	border-left: 0px solid #E8E8E8 !important;
	border-right: 0px solid #E8E8E8 !important;
	margin: 0px 0 30px 0 !important;
	padding: 10px 10px 10px 10px !important;
}

/*** Content UL's/OL's ***/

#content .post ul, #content .page ul, #content article ul, .catalyst-widget-area ul, #content .post ol, #content .page ol, #content article ol, .catalyst-widget-area ol {
	margin: 0;
	padding: 0 0 15px 0;
}
#content .post ul li, #content .page ul li, #content article ul li, #content .post ol li, #content .page ol li, #content article ol li, .catalyst-widget-area ul li, .catalyst-widget-area ol li {
	margin: 0 0 0 20px;
	padding: 0 0 0px;
}
#content .post ul li, #content .page ul li, #content article ul li, .catalyst-widget-area ul li {
	margin: 0 0 0 20px;
	list-style-type: square;
}
#content .post ul ul, #content .page ul ul, #content article ul ul, .catalyst-widget-area ul ul {
	padding: 0 0 0 20px;
}
#content .post ol ol, #content .page ol ol, #content article ol ol, .catalyst-widget-area ol ol {
	padding: 0;
}

/*** Blockquote ***/

#content blockquote {
	background: #FAFAFA;
	border-top: 1px solid #E8E8E8;
	border-bottom: 1px solid #E8E8E8;
	border-left: 0px solid #E8E8E8;
	border-right: 0px solid #E8E8E8;
	margin: 0 25px 15px 25px;
	padding: 10px 15px 0 15px;
}
#content blockquote p {
	color: #111111 !important;
	font-family: Arial, sans-serif !important;
	font-size: 13px !important;
	
}
#content blockquote a, #content blockquote a:visited {
	color: #21759B !important;
	text-decoration: none !important;
}
#content blockquote a:hover {
	color: #D54E21 !important;
	text-decoration: underline !important;
}

/*** Meta Classes ***/

.byline-meta {
	width: 100%;
	margin: 0 0 8px;
	color: #888888;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 120%;
	
}
.byline-meta a, .byline-meta a:visited {
	color: #888888;
	text-decoration: none;
}
.byline-meta a:hover {
	color: #888888;
	text-decoration: underline;
}
.post-meta {
	border-top: 1px solid #E8E8E8;
	margin: 5px 0 0;
	padding: 5px 0 0;
	font-style: italic;
	clear: both;
}
.post-meta p {
	color: #333333 !important;
	font-family: Arial, sans-serif !important;
	font-size: 13px !important;
	
}
.post-meta a, .post-meta a:visited {
	color: #21759B !important;
	text-decoration: none !important;
}
.post-meta a:hover {
	color: #D54E21 !important;
	text-decoration: underline !important;
}

/*** Post Navigation ***/

.post-nav {
	width: 100%;
	margin: 0;
	padding: 0px 0 0px 0;
	overflow: hidden;
}
.post-nav ul {
	margin: 10px 0;
	padding: 0;
	list-style-type: none;
}
.post-nav li {
	display: inline;
}
.post-nav a, .post-nav a:visited {
	color: #21759B;
	font-family: Arial, sans-serif;
	font-size: 14px;
	text-decoration: none;
	
}
.post-nav a:hover {
	color: #D54E21;
	text-decoration: underline;
}
.post-nav li a, .post-nav li a:visited, .post-nav li.disabled, .post-nav li a:hover, .post-nav li.active a {
	background: #FFFFFF;
	border: 1px solid #E8E8E8;
	margin: 0 0px 0 0px;
	padding: 6px 10px 6px 10px;
	color: #21759B;
	font-family: Arial, sans-serif;
	font-size: 14px;
	text-decoration: none;
	
}
.post-nav li.active a, .post-nav li a:hover {
	background: #FAFAFA;
	color: #D54E21;
	text-decoration: none;
}
.post-nav li a:hover {
	text-decoration: underline;
}

/*** Catalyst Widget Areas ***/

.catalyst-widget-area {
	background: #FFFFFF;
	border-top: 0px solid #E8E8E8;
	border-bottom: 0px solid #E8E8E8;
	border-left: 0px solid #E8E8E8;
	border-right: 0px solid #E8E8E8;
	
	float: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #111111;
	font-family: Arial, sans-serif;
	font-size: 13px;
	
}
.catalyst-widget-area h4 {
	padding: 0 0 5px !important;
	color: #697488 !important;
	font-family: Arial, sans-serif !important;
	font-size: 16px !important;
	font-weight: normal;
	line-height: 120%;
	font-weight: bold;
}
.catalyst-widget-area a, .catalyst-widget-area a:visited {
	color: #21759B !important;
	text-decoration: none !important;
}
.catalyst-widget-area a:hover {
	color: #D54E21 !important;
	text-decoration: underline !important;
}
.catalyst-widget-area #wp-calendar caption, .catalyst-widget-area #wp-calendar th {
	color: #111111;
}

/*** Catalyst Excerpt Widget ***/

.catalyst-excerpt-widget, #content .catalyst-excerpt-widget {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}
.catalyst-excerpt-widget .entry-content p {
	color: #111111 !important;
	font-family: Arial, sans-serif !important;
	font-size: 13px !important;
	
}
.catalyst-excerpt-widget .entry-content a, .catalyst-excerpt-widget .entry-content a:visited {
	color: #21759B !important;
	text-decoration: none !important;
}
.catalyst-excerpt-widget .entry-content a:hover {
	color: #D54E21 !important;
	text-decoration: underline !important;
}
.catalyst-excerpt-widget h2 {
	margin: 0 0 5px;
	padding: 0;
	color: #333333 !important;
	font-family: Arial, sans-serif !important;
	font-size: 16px !important;
	font-weight: normal;
	line-height: 120%;
		font-weight: bold;
}
.catalyst-excerpt-widget h2 a, .catalyst-excerpt-widget h2 a:visited {
	color: #333333 !important;
	text-decoration: none !important;
}
.catalyst-excerpt-widget h2 a:hover {
	color: #D54E21 !important;
	text-decoration: none !important;
}
.catalyst-excerpt-widget .byline-meta {
	color: #888888;
	font-family: Arial, sans-serif;
	font-size: 12px;
	
}
.catalyst-excerpt-widget .byline-meta a, .catalyst-excerpt-widget .byline-meta a:visited {
	color: #888888 !important;
	text-decoration: none !important;
}
.catalyst-excerpt-widget .byline-meta a:hover {
	color: #888888 !important;
	text-decoration: underline !important;
}

/*** Catalyst 125 Ad Widget ***/

#catalyst-125-ads {
	width: 270px;
	margin: 10px auto 0;
	padding: 0 0 5px;
}
.catalyst-125-ads-inner {
	margin-top: 5px;
}
#catalyst-125-ads span, .catalyst-125-ads-inner span {
	padding: 0 5px;
}

/*** EZ Column Styles ***/

.ez-five-sixths,
.ez-four-fifths,
.ez-four-sixths,
.ez-one-fifth,
.ez-one-fourth,
.ez-one-half,
.ez-one-sixth,
.ez-one-third,
.ez-three-fifths,
.ez-three-fourths,
.ez-three-sixths,
.ez-two-fifths,
.ez-two-fourths,
.ez-two-sixths,
.ez-two-thirds {
	padding-left: 3%;
	float: left;
}
.ez-one-half,
.ez-three-sixths,
.ez-two-fourths {
	width: 48%;
}
.ez-one-third,
.ez-two-sixths {
	width: 31%;
}
.ez-four-sixths,
.ez-two-thirds {
	width: 65%;
}
.ez-one-fourth {
	width: 22.5%;
}
.ez-three-fourths {
	width: 73.5%;
}
.ez-one-fifth {
	width: 17.4%;
}
.ez-two-fifths {
	width: 37.8%;
}
.ez-three-fifths {
	width: 58.2%;
}
.ez-four-fifths {
	width: 78.6%;
}
.ez-one-sixth {
	width: 14%;
}
.ez-five-sixths {
	width: 82%;
}
.ez-first {
	padding-left: 0 !important;
	clear: both;
}
.ez-only {
	width: 100%;
	padding-left: 0 !important;
	float: left;
}
.ez-row-wrap {
	width: 100%;
	margin-bottom: 20px;
	float: left;
	clear: both;
}
.ez-row-wrap-border {
	border-bottom: 1px solid #E8E8E8;
	width: 100%;
	margin-bottom: 15px;
	padding-bottom: 15px;
	float: left;
	clear: both;
}

/************************* 
	EZ Widget Areas
*************************/

/*** EZ Widget Area Class ***/

.ez-widget-area h4 {
	border-bottom: 1px solid #E8E8E8;
	margin: 0 0 10px;
	padding: 0 0 5px;
	color: #111111;
	font-size: 18px;
	font-weight: normal;
}
.ez-widget-area ul, .ez-widget-area ol {
	margin: 0;
	padding: 0 0 15px 0;
}
.ez-widget-area ul li, .ez-widget-area ol li {
	margin: 0 0 0 20px;
	padding: 0;
}
.ez-widget-area ul li {
	list-style-type: square;
}
.ez-widget-area ul ul, .ez-widget-area ol ol {
	padding: 0;
}

/*** EZ Home Widget Areas ***/

#home-hook-wrap {
	background: #FFFFFF;
	border-top: 0px solid #E8E8E8;
	border-bottom: 0px solid #E8E8E8;
	border-left: 0px solid #E8E8E8;
	border-right: 0px solid #E8E8E8;
	padding: 20px 20px 20px 20px;
	clear: both;
}
#ez-home-container-wrap .post {
	margin: 0 0 20px;
}
#ez-home-container-wrap .post p {
	padding: 0 0 20px;
}
#ez-home-container-wrap .page p {
	padding: 0 0 20px;
}
#ez-home-container-wrap .ez-widget-area img.wp-post-image {
	margin-bottom: 10px !important;
}
#ez-home-container-wrap .ez-widget-area h4 {
	border-bottom: 1px solid #A4AEC3;
	color: #697488;
	font-family: Arial, sans-serif;
	font-size: 16px;
		font-weight: bold;
}
#ez-home-container-wrap .ez-widget-area {
	color: #111111;
	font-family: Arial, sans-serif;
	font-size: 13px;
	
}
#ez-home-container-wrap .ez-widget-area a, #ez-home-container-wrap .ez-widget-area a:visited {
	color: #21759B;
	text-decoration: none;
}
#ez-home-container-wrap .ez-widget-area a:hover {
	color: #D54E21;
	text-decoration: underline;
}
#ez-home-container-wrap .ez-widget-area #wp-calendar caption, #ez-home-container-wrap .ez-widget-area #wp-calendar th {
	color: #111111;
}
#ez-home-container-wrap img, #ez-home-container-wrap p img {
	max-width: 100%;
	height: auto;
}
#ez-home-container-wrap .nivoSlider img {
    max-width: none;
}
body.ez-home-sidebar #ez-home-container-wrap {
	
	margin-right: 300px;
	float: left;
}
body.ez-home-sidebar.home-sidebar-left #ez-home-container-wrap {
	margin-left: 300px;
	margin-right: 0;
	float: right;
}
#ez-home-top-container .ez-widget-area,
#ez-home-middle-container .ez-widget-area,
#ez-home-bottom-container .ez-widget-area {
	
	
}
body.home-top-single #ez-home-top-container .ez-widget-area,
body.home-middle-single #ez-home-middle-container .ez-widget-area,
body.home-bottom-single #ez-home-bottom-container .ez-widget-area {
	
}
body.home-top-double #ez-home-top-container .ez-widget-area,
body.home-middle-double #ez-home-middle-container .ez-widget-area,
body.home-bottom-double #ez-home-bottom-container .ez-widget-area {
	
}
body.ez-home-wide-left-2-3 #ez-home-top-1, body.ez-home-wide-right-2-3 #ez-home-top-2,
body.ez-home-wide-left-2-3-3 #ez-home-top-1, body.ez-home-wide-right-2-3-3 #ez-home-top-2,
body.ez-home-wide-left-3-2 #ez-home-bottom-1, body.ez-home-wide-right-3-2 #ez-home-bottom-2,
body.ez-home-wide-left-3-2-3 #ez-home-middle-1, body.ez-home-wide-right-3-2-3 #ez-home-middle-2,
body.ez-home-wide-left-3-3-2 #ez-home-bottom-1, body.ez-home-wide-right-3-3-2 #ez-home-bottom-2 {
	
}
body.ez-home-sidebar #ez-home-top-container .ez-widget-area,
body.ez-home-sidebar #ez-home-middle-container .ez-widget-area,
body.ez-home-sidebar #ez-home-bottom-container .ez-widget-area {
	
}
body.home-top-single.ez-home-sidebar #ez-home-top-container .ez-widget-area,
body.home-middle-single.ez-home-sidebar #ez-home-middle-container .ez-widget-area,
body.home-bottom-single.ez-home-sidebar #ez-home-bottom-container .ez-widget-area {
	
}
body.home-top-double.ez-home-sidebar #ez-home-top-container .ez-widget-area,
body.home-middle-double.ez-home-sidebar #ez-home-middle-container .ez-widget-area,
body.home-bottom-double.ez-home-sidebar #ez-home-bottom-container .ez-widget-area {
	
}
body.ez-home-wide-left-2-3.ez-home-sidebar #ez-home-top-1, body.ez-home-wide-right-2-3.ez-home-sidebar #ez-home-top-2,
body.ez-home-wide-left-2-3-3.ez-home-sidebar #ez-home-top-1, body.ez-home-wide-right-2-3-3.ez-home-sidebar #ez-home-top-2,
body.ez-home-wide-left-3-2.ez-home-sidebar #ez-home-bottom-1, body.ez-home-wide-right-3-2.ez-home-sidebar #ez-home-bottom-2,
body.ez-home-wide-left-3-2-3.ez-home-sidebar #ez-home-middle-1, body.ez-home-wide-right-3-2-3.ez-home-sidebar #ez-home-middle-2,
body.ez-home-wide-left-3-3-2.ez-home-sidebar #ez-home-bottom-1, body.ez-home-wide-right-3-3-2.ez-home-sidebar #ez-home-bottom-2 {
	
}
.ez-home-container-area {
	margin: 0 0 20px;
	overflow: hidden;
}
.ez-home-bottom {
	margin: 0;
}

/*** Homepage Slider Styles ***/

#ez-home-slider-container-wrap {
	margin: 0 0 20px;
	overflow: hidden;
}
#ez-home-slider-container-wrap, #ez-home-slider {
	
}
body.child_home #ez-home-slider-container-wrap, body.child_home #ez-home-slider {
	
}
body.slider-inside.ez-home-sidebar #ez-home-slider-container-wrap,
body.slider-inside.ez-home-sidebar #ez-home-slider {
	
}
body.double-left-sidebar.slider-inside #ez-home-slider-container-wrap,
body.double-right-sidebar.slider-inside #ez-home-slider-container-wrap,
body.double-sidebar.slider-inside #ez-home-slider-container-wrap,
body.left-sidebar.slider-inside #ez-home-slider-container-wrap,
body.right-sidebar.slider-inside #ez-home-slider-container-wrap,
body.no-sidebar.slider-inside #ez-home-slider-container-wrap,
body.double-left-sidebar.slider-inside #ez-home-slider,
body.double-right-sidebar.slider-inside #ez-home-slider,
body.double-sidebar.slider-inside #ez-home-slider,
body.left-sidebar.slider-inside #ez-home-slider,
body.right-sidebar.slider-inside #ez-home-slider,
body.no-sidebar.slider-inside #ez-home-slider {
	
}
body.double-left-sidebar.slider-inside #ez-home-slider-container-wrap {
	margin: 0 0 20px 500px;
}
body.double-right-sidebar.slider-inside #ez-home-slider-container-wrap {
	margin: 0 500px 20px 0;
}
body.double-sidebar.slider-inside #ez-home-slider-container-wrap {
	margin: 0 180px 20px 320px;
}
body.left-sidebar.slider-inside #ez-home-slider-container-wrap {
	margin: 0 0 20px 320px;
}
body.right-sidebar.slider-inside #ez-home-slider-container-wrap {
	margin: 0 320px 20px 0;
}
#ez-home-slider {
	width: 100%;
	height: 230px;
}
#ez-home-slider .nivoSlider img {
    max-width: none;
}

/*** Homepage Sidebar Styles ***/

#ez-home-sidebar-1-wrap {
	width: 280px;
	margin-left: -280px;
	float: right;
}
body.home-sidebar-left #ez-home-sidebar-1-wrap {
	margin-left: 0;
	margin-right: -280px;
	float: left;
}
#ez-home-sidebar-1 #cat, #ez-home-sidebar-1 .widget_archive select {
	width: 258px;
}

/*** EZ Feature Top Widget Areas ***/

#ez-feature-top-container-wrap {
	background: #FFFFFF;
	border-top: 0px solid #E8E8E8;
	border-bottom: 1px solid #E8E8E8;
	border-left: 0px solid #E8E8E8;
	border-right: 0px solid #E8E8E8;
}
#ez-feature-top-container {
	max-width: 900px;
	margin: 0 auto;
	padding: 20px 20px 20px 20px;
}
#ez-feature-top-container .ez-widget-area h4 {
	border-bottom: 1px solid #A4AEC3;
	color: #697488;
	font-family: Arial, sans-serif;
	font-size: 18px;
	
}
#ez-feature-top-container .ez-widget-area {
	
	
	color: #111111;
	font-family: Arial, sans-serif;
	font-size: 13px;
	
}
#ez-feature-top-container .ez-widget-area a, #ez-feature-top-container .ez-widget-area a:visited {
	color: #21759B;
	text-decoration: none;
}
#ez-feature-top-container .ez-widget-area a:hover {
	color: #D54E21;
	text-decoration: underline;
}
#ez-feature-top-container .ez-widget-area #wp-calendar caption, #ez-feature-top-container .ez-widget-area #wp-calendar th {
	color: #111111;
}
#ez-feature-top-container img, #ez-feature-top-container p img {
	max-width: 100%;
	height: auto;
}
#ez-feature-top-container .nivoSlider img {
    max-width: none;
}
body.ez-feature-top-1 #ez-feature-top-container .ez-widget-area {
	
}
body.ez-feature-top-2 #ez-feature-top-container .ez-widget-area {
	
}
body.ez-feature-top-4 #ez-feature-top-container .ez-widget-area {
	
}
body.ez-feature-top-wide-left-2 #ez-feature-top-1.ez-widget-area, body.ez-feature-top-wide-right-2 #ez-feature-top-2.ez-widget-area {
	
}

/*** EZ Fat Footer Widget Areas ***/

#ez-fat-footer-container-wrap, .fat-footer-outside #ez-fat-footer-container-wrap {
	background: #FFFFFF;
	border-top: 0px solid #E8E8E8;
	border-bottom: 1px solid #E8E8E8;
	border-left: 0px solid #E8E8E8;
	border-right: 0px solid #E8E8E8;
}
#ez-fat-footer-container-wrap {
	margin: 0 0 5px;
}
.fat-footer-outside #ez-fat-footer-container-wrap {
	margin: 0;
}
#ez-fat-footer-container {
	padding: 15px 0px 20px 0px;
}
#ez-fat-footer-container .ez-widget-area h4 {
	border-bottom: 1px solid #E8E8E8;
	color: #697488;
	font-family: Arial, sans-serif;
	font-size: 16px;
		font-weight: bold;
}
#ez-fat-footer-container .ez-widget-area {
	
	
	color: #111111;
	font-family: Arial, sans-serif;
	font-size: 13px;
	
}
#ez-fat-footer-container .ez-widget-area a, #ez-fat-footer-container .ez-widget-area a:visited {
	color: #21759B;
	text-decoration: none;
}
#ez-fat-footer-container .ez-widget-area a:hover {
	color: #D54E21;
	text-decoration: underline;
}
#ez-fat-footer-container .ez-widget-area #wp-calendar caption, #ez-fat-footer-container .ez-widget-area #wp-calendar th {
	color: #111111;
}
#ez-fat-footer-container img, #ez-fat-footer-container p img {
	max-width: 100%;
	height: auto;
}
#ez-fat-footer-container .nivoSlider img {
    max-width: none;
}
body.ez-fat-footer-1 #ez-fat-footer-container .ez-widget-area {
	
}
body.ez-fat-footer-2 #ez-fat-footer-container .ez-widget-area {
	
}
body.ez-fat-footer-4 #ez-fat-footer-container .ez-widget-area {
	
}
body.ez-fat-footer-wide-left-2 #ez-fat-footer-1.ez-widget-area, body.ez-fat-footer-wide-right-2 #ez-fat-footer-2.ez-widget-area {
	
}

/************************* 
	Sidebars
*************************/

#dual-sidebar-outer {
	width: 480px;
	margin-left: -480px;
	float: right;
}
.double-left-sidebar #dual-sidebar-outer {
	margin-left: 0;
	margin-right: -480px;
	float: left;
}
#dual-sidebar-inner {
	width: 100%;
	float: left;
}
#sidebar-1-wrap {
	width: 300px;
	float: left;
}
.right-sidebar #sidebar-1-wrap {
	margin-left: -300px;
	float: right;
}
.left-sidebar #sidebar-1-wrap {
	margin-right: -300px;
}
.double-sidebar #sidebar-1-wrap {
	margin-left: -100%;
}
#sidebar-2-wrap {
	width: 160px;
	float: right;
}
.double-sidebar #sidebar-2-wrap {
	margin-left: -160px;;
}
#sidebar-1 {
	width: 300px;
	margin: 0;
	padding: 0;
}
#sidebar-2 {
	width: 160px;
	margin: 0;
	padding: 0;
}
#sidebar-1 .widget, #sidebar-2 .widget, #ez-home-sidebar-1 .widget {
	margin: 0 0 15px;
	padding: 0;
	clear: both;
}
#sidebar-1, #sidebar-2, #ez-home-sidebar-1 {
	color: #111111;
	font-family: Arial, sans-serif;
	font-size: 13px;
	
}
#sidebar-1 a, #sidebar-1 a:visited, #sidebar-2 a, #sidebar-2 a:visited, #ez-home-sidebar-1 a, #ez-home-sidebar-1 a:visited {
	color: #21759B;
	text-decoration: none;
}
#sidebar-1 a:hover, #sidebar-2 a:hover, #ez-home-sidebar-1 a:hover {
	color: #D54E21;
	text-decoration: underline;
}
#sidebar-1 .widget, #sidebar-2 .widget, #ez-home-sidebar-1 .widget {
	background: #FFFFFF;
	border-top: 0px solid #E8E8E8;
	border-bottom: 0px solid #E8E8E8;
	border-left: 0px solid #E8E8E8;
	border-right: 0px solid #E8E8E8;
	margin: 0px 0 15px 0;
}
#sidebar-1 h4, #sidebar-2 h4, #ez-home-sidebar-1 h4 {
	background: transparent;
	border-top: 0px solid #D0D7E6;
	border-bottom: 1px solid #D0D7E6;
	border-left: 0px solid #D0D7E6;
	border-right: 0px solid #D0D7E6;
	margin: 0;
	padding: 4px 5px 4px 10px;
	color: #697488;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
		font-weight: bold;
}
#sidebar-1 .widget p, #sidebar-2 .widget p, #ez-home-sidebar-1 .widget p {
	margin: 0;
	padding: 0;
}
#sidebar-1 .textwidget, #sidebar-2 .textwidget, #sidebar-1 .php-textwidget, #sidebar-2 .php-textwidget, #sidebar-1 .widget_tag_cloud div div, #sidebar-2 .widget_tag_cloud div div, #sidebar-1 .catalyst-excerpt-widget-inner, #sidebar-2 .catalyst-excerpt-widget-inner, #sidebar-1 .author-bio-widget, #sidebar-2 .author-bio-widget,
#ez-home-sidebar-1 .textwidget, #ez-home-sidebar-1 .php-textwidget, #ez-home-sidebar-1 .widget_tag_cloud div div, #ez-home-sidebar-1 .catalyst-excerpt-widget-inner, #ez-home-sidebar-1 .author-bio-widget {
	padding: 10px 10px 10px 10px;
}
#sidebar-1 #wp-calendar caption, #sidebar-2 #wp-calendar caption, #sidebar-1 #wp-calendar th, #sidebar-2 #wp-calendar th, #ez-home-sidebar-1 #wp-calendar caption, #ez-home-sidebar-1 #wp-calendar th {
	color: #111111;
}
#cat, .widget_archive select, #sidebar-1 .widget_archive select, #sidebar-2 .widget_archive select, #ez-home-sidebar-1 .widget_archive select {
	background: #F6F6F6;
	border: 1px solid #E8E8E8;
	margin: 10px 0 10px 10px;
	padding: 3px;
	font-size: 12px;
	display: inline;
}
#sidebar-1 #cat, #sidebar-1 .widget_archive select {
	width: 278px;
}
#sidebar-2 #cat, #sidebar-2 .widget_archive select {
	width: 138px;
}
#sidebar-1 a img, #sidebar-2 a img, #ez-home-sidebar-1 a img {
	border: none;
	margin: 0;
	padding: 0;
}
#sidebar-1 ul li, #sidebar-2 ul li, #ez-home-sidebar-1 ul li {
	list-style-type: square;
}
#sidebar-1 ol li, #sidebar-2 ol li, #ez-home-sidebar-1 ol li {
	list-style-type: decimal;
}
#sidebar-1 ul, #sidebar-1 ol, #sidebar-2 ul, #sidebar-2 ol, #ez-home-sidebar-1 ul, #ez-home-sidebar-1 ol {
	margin: 0;
	padding: 10px 10px 10px 25px;
}
#sidebar-1 .searchform, #sidebar-2 .searchform, #ez-home-sidebar-1 .searchform {
	padding: 0 10px 0 10px;
}
#sidebar-1 ul ul, #sidebar-1 ol ol, #sidebar-2 ul ul, #sidebar-2 ol ol, #ez-home-sidebar-1 ul ul, #ez-home-sidebar-1 ol ol {
	margin: 0;
	padding: 0 0 0 15px;
}

/*** Sidebar Pages Widget ***/

.widget_pages {
	color: #111111;
	font-family: Arial, sans-serif;
	font-size: 13px;
	
}
.widget_pages a, .widget_pages a:visited {
	color: #21759B !important;
	text-decoration: none !important;
}
.widget_pages a:hover {
	color: #D54E21 !important;
	text-decoration: underline !important;
}


/************************* 
	Comments
*************************/

#comment-wrap {
	background: #FFFFFF;
	border: 0px solid #E8E8E8;
	margin: 0px 0 0px 0;
	padding: 0px 0px 0px 0px;
}
#comment, #author, #email, #url {
	margin: 10px 0 5px;
	padding: 3px 0 3px 5px;
	font-weight: normal;
	display: inline;
}
#author, #email, #url {
	margin: 10px 0 0;
}
#respond {
	display: block;
}
#respond:after {
	visibility: hidden;
	display: block;
	height: 0;
	font-size: 0;
	line-height: 0;
	content: " ";
	clear: both;
}
#commentform {
	margin: 5px 10px 0 0;
}
#commentform #author, #commentform #email, #commentform #url {
	width: 200px;
}
#commentform textarea {
	width: 100%;
}
#commentform textarea, #commentform #author, #commentform #email, #commentform #url {
	background: #FAFAFA;
	border: 1px solid #E8E8E8;
	color: #111111;
	font-family: Arial, sans-serif;
	font-size: 13px;
	
}
#commentform p {
	margin: 5px 0;
}
#commentform #submit {
	background: #FAFAFA;
	border: 1px solid #E8E8E8;
	width: 110px;
	padding: 3px 3px 3px 3px;
	color: #111111;
	font-family: Arial, sans-serif;
	font-size: 13px;
	float: left;
	cursor: pointer;
	text-decoration: none;
	
}
#commentform #submit:hover {
	background: #FFFFFF;
	border: 1px solid #E8E8E8;
	color: #111111;
	text-decoration: none;
}
#commentform input {
	width: 200px;
	margin: 5px 5px 1px 0;
	padding: 2px;
}
.commentlist li .avatar {
	background: #FFFFFF;
	border: 1px solid #E8E8E8;
	width: 60px;
	height: 60px;
	margin: 0 5px 0 10px;
	padding: 4px;
	float: right;
}
.commentlist cite, .commentlist cite a, .commentlist .says {
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
}
.commentlist p {
	margin: 10px 5px 10px 0;
	font-weight: normal;
	text-transform: none;
}
.commentlistmetadata {
	font-weight: normal;
}
.comment-body-text, .commentlist p, .reply, #respond p {
	color: #111111;
	font-family: Arial, sans-serif;
	font-size: 13px;
	
}
#reply-title, .comment-heading {
	color: #697488 !important;
	font-family: Arial, sans-serif !important;
	font-size: 18px !important;
	
}
.comment-author {
	color: #111111;
	font-family: Arial, sans-serif;
}
.comment-author cite a, .comment-author cite a:visited {
	color: #21759B;
	text-decoration: none;
}
.comment-author cite a:hover {
	color: #D54E21;
	text-decoration: underline;
}
.comment-author cite, .comment-author cite a, .comment-author .says {
	font-size: 13px;
	
}
.commentmetadata {
	color: #21759B;
	font-family: Arial, sans-serif;
	font-size: 12px;
	
}
.commentmetadata a, .commentmetadata a:visited {
	color: #21759B !important;
	text-decoration: none !important;
}
.commentmetadata a:hover {
	color: #D54E21 !important;
	text-decoration: underline !important;
}
.commentlist a, .commentlist a:visited, .comments-nav a, .comments-nav a:visited, #respond a, #respond a:visited {
	color: #21759B;
	text-decoration: none;
}
.commentlist a:hover, .comments-nav a:hover, #respond a:hover {
	color: #D54E21;
	text-decoration: underline;
}
.comment-list, .children {
	margin: 0;
	padding: 0;
}
.commentlist ol {
	padding: 10px;
}
.commentlist li {
	margin: 15px 0 10px 0;
	padding: 10px 5px 10px 10px;
	list-style: none;
}
.commentlist li ul li {
	background: #FAFAFA;
	margin-left: 10px;
	margin-right: -5px;
}
.nocomments {
	text-align: center;
}
.comments-nav {
	margin: 10px 0 40px 0;
}
.thread-even {
	background: #FFFFFF;
}
.thread-odd {
	background: #FFFFFF;
}
.even, .alt {
	border-top: 1px solid #E8E8E8;
	border-bottom: 1px solid #E8E8E8;
	border-left: 0px solid #E8E8E8;
	border-right: 0px solid #E8E8E8;
}
.commentlist .depth-2, .commentlist .depth-3, .commentlist .depth-4, .commentlist .depth-5, .commentlist .depth-6 {
	border-top: 1px solid #E8E8E8;
	border-bottom: 1px solid #E8E8E8;
	border-left: 0px solid #E8E8E8;
	border-right: 0;
}

/************************* 
	Footer
*************************/

#footer-wrap {
	background: #FFFFFF;
	border-top: 1px solid #E8E8E8;
	border-bottom: 0px solid #E8E8E8;
	border-left: 0px solid #E8E8E8;
	border-right: 0px solid #E8E8E8;
	margin: 0 auto;
	clear: both;
}
#footer {
	max-width: 940px;
	height: auto;
	margin: 0 auto;
	padding: 10px 0 0px 0;
	clear: both;
	float: none;
	display: block;
}
#footer p.footer-content {
	color: #888888;
	font-family: Arial, sans-serif;
	font-size: 11px;
	
}
#footer .footer-content a, #footer .footer-content a:visited {
	color: #888888;
	text-decoration: none;
}
#footer .footer-content a:hover {
	color: #555555;
	text-decoration: none;
}
.footer-left {
	padding: 0px 0px 0px 0px !important;
	float: left;
}
.footer-right {
	padding: 0px 0px 0px 0px !important;
	float: right;
}
.footer-center {
	padding: 0px 0px 0px 0px !important;
	text-align: center;
	clear: both;
}
.catalyst-attribute {
	font-style: italic;
}

/************************* 
	Remove Elements Styles
*************************/

#tagline { display: none !important; }

/************************* 
	Custom Layout Dimensions
*************************/

.about_us #wrap { max-width: 940px; }
.about_us #header { max-width: 940px; }
.about_us.header-left-full-width #header-left, .about_us.header-left-full-width #header-left #title, .about_us.header-left-full-width #header-left #title a { width: 100%; }
.about_us #navbar-1 { max-width: 940px; }
.about_us #navbar-2 { max-width: 940px; }
.about_us #container { max-width: 940px; }
.about_us #ez-home-slider-container-wrap, .about_us #ez-home-slider {  }
.about_us #content-sidebar-wrap { width: 100%; }
.about_us.double-sidebar #content-sidebar-wrap { width: 100%; }
.about_us #content-wrap, .about_us.left-sidebar #content-wrap, .about_us.right-sidebar #content-wrap, .about_us.no-sidebar #content-wrap {  }
.about_us #content, .about_us.left-sidebar #content, .about_us.right-sidebar #content, .about_us.no-sidebar #content {  }
.about_us #content { margin: 0 480px 0 0; }
.about_us.double-left-sidebar #content { margin: 0 0 0 480px; }
.about_us.right-sidebar #content { margin: 0 300px 0 0; }
.about_us.left-sidebar #content { margin: 0 0 0 300px; }
.about_us.double-sidebar #content { margin: 0 180px 0 300px; }
.about_us.no-sidebar #content { margin: 0; }
body.about_us.slider-inside #ez-home-slider-container-wrap, .about_us.slider-inside #ez-home-slider {  }
body.about_us.double-left-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 0 20px 480px; }
body.about_us.double-right-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 480px 20px 0; }
body.about_us.double-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 180px 20px 300px; }
body.about_us.left-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 0 20px 300px; }
body.about_us.right-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 300px 20px 0; }
.about_us #ez-feature-top-container { max-width: 900px; }
.about_us #ez-feature-top-container .ez-widget-area {  }
.about_us.ez-feature-top-1 #ez-feature-top-container .ez-widget-area {  }
.about_us.ez-feature-top-2 #ez-feature-top-container .ez-widget-area {  }
.about_us.ez-feature-top-4 #ez-feature-top-container .ez-widget-area {  }
.about_us.ez-feature-top-wide-left-2 #ez-feature-top-1.ez-widget-area, .about_us.ez-feature-top-wide-right-2 #ez-feature-top-2.ez-widget-area {  }
.about_us #ez-fat-footer-container .ez-widget-area {  }
.about_us.ez-fat-footer-1 #ez-fat-footer-container .ez-widget-area {  }
.about_us.ez-fat-footer-2 #ez-fat-footer-container .ez-widget-area {  }
.about_us.ez-fat-footer-4 #ez-fat-footer-container .ez-widget-area {  }
.about_us.ez-fat-footer-wide-left-2 #ez-fat-footer-1.ez-widget-area, .about_us.ez-fat-footer-wide-right-2 #ez-fat-footer-2.ez-widget-area {  }
.about_us #dual-sidebar-outer { width: 460px; margin-left: -460px; }
.about_us.double-left-sidebar #dual-sidebar-outer { 	margin-left: 0; margin-right: -460px; }
.about_us #sidebar-1-wrap, .about_us #sidebar-1 { width: 280px; }
.about_us.right-sidebar #sidebar-1-wrap { margin-left: -280px; }
.about_us.left-sidebar #sidebar-1-wrap { margin-right: -280px; }
.about_us.double-sidebar #sidebar-1-wrap { margin-left: -100%; }
.about_us #sidebar-2-wrap, .about_us #sidebar-2 { width: 160px; }
.about_us.double-sidebar #sidebar-2-wrap { margin-left: -160px; }
.about_us #sidebar-1 #cat { width: 258px; }
.about_us #sidebar-2 #cat { width: 138px; }
.about_us #footer { max-width: 940px; }
.aim_rule_26 #wrap { max-width: 940px; }
.aim_rule_26 #header { max-width: 940px; }
.aim_rule_26.header-left-full-width #header-left, .aim_rule_26.header-left-full-width #header-left #title, .aim_rule_26.header-left-full-width #header-left #title a { width: 100%; }
.aim_rule_26 #navbar-1 { max-width: 940px; }
.aim_rule_26 #navbar-2 { max-width: 940px; }
.aim_rule_26 #container { max-width: 940px; }
.aim_rule_26 #ez-home-slider-container-wrap, .aim_rule_26 #ez-home-slider {  }
.aim_rule_26 #content-sidebar-wrap { width: 100%; }
.aim_rule_26.double-sidebar #content-sidebar-wrap { width: 100%; }
.aim_rule_26 #content-wrap, .aim_rule_26.left-sidebar #content-wrap, .aim_rule_26.right-sidebar #content-wrap, .aim_rule_26.no-sidebar #content-wrap {  }
.aim_rule_26 #content, .aim_rule_26.left-sidebar #content, .aim_rule_26.right-sidebar #content, .aim_rule_26.no-sidebar #content {  }
.aim_rule_26 #content { margin: 0 500px 0 0; }
.aim_rule_26.double-left-sidebar #content { margin: 0 0 0 500px; }
.aim_rule_26.right-sidebar #content { margin: 0 320px 0 0; }
.aim_rule_26.left-sidebar #content { margin: 0 0 0 320px; }
.aim_rule_26.double-sidebar #content { margin: 0 180px 0 320px; }
.aim_rule_26.no-sidebar #content { margin: 0; }
body.aim_rule_26.slider-inside #ez-home-slider-container-wrap, .aim_rule_26.slider-inside #ez-home-slider {  }
body.aim_rule_26.double-left-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 0 20px 500px; }
body.aim_rule_26.double-right-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 500px 20px 0; }
body.aim_rule_26.double-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 180px 20px 320px; }
body.aim_rule_26.left-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 0 20px 320px; }
body.aim_rule_26.right-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 320px 20px 0; }
.aim_rule_26 #ez-feature-top-container { max-width: 900px; }
.aim_rule_26 #ez-feature-top-container .ez-widget-area {  }
.aim_rule_26.ez-feature-top-1 #ez-feature-top-container .ez-widget-area {  }
.aim_rule_26.ez-feature-top-2 #ez-feature-top-container .ez-widget-area {  }
.aim_rule_26.ez-feature-top-4 #ez-feature-top-container .ez-widget-area {  }
.aim_rule_26.ez-feature-top-wide-left-2 #ez-feature-top-1.ez-widget-area, .aim_rule_26.ez-feature-top-wide-right-2 #ez-feature-top-2.ez-widget-area {  }
.aim_rule_26 #ez-fat-footer-container .ez-widget-area {  }
.aim_rule_26.ez-fat-footer-1 #ez-fat-footer-container .ez-widget-area {  }
.aim_rule_26.ez-fat-footer-2 #ez-fat-footer-container .ez-widget-area {  }
.aim_rule_26.ez-fat-footer-4 #ez-fat-footer-container .ez-widget-area {  }
.aim_rule_26.ez-fat-footer-wide-left-2 #ez-fat-footer-1.ez-widget-area, .aim_rule_26.ez-fat-footer-wide-right-2 #ez-fat-footer-2.ez-widget-area {  }
.aim_rule_26 #dual-sidebar-outer { width: 480px; margin-left: -480px; }
.aim_rule_26.double-left-sidebar #dual-sidebar-outer { 	margin-left: 0; margin-right: -480px; }
.aim_rule_26 #sidebar-1-wrap, .aim_rule_26 #sidebar-1 { width: 300px; }
.aim_rule_26.right-sidebar #sidebar-1-wrap { margin-left: -300px; }
.aim_rule_26.left-sidebar #sidebar-1-wrap { margin-right: -300px; }
.aim_rule_26.double-sidebar #sidebar-1-wrap { margin-left: -100%; }
.aim_rule_26 #sidebar-2-wrap, .aim_rule_26 #sidebar-2 { width: 160px; }
.aim_rule_26.double-sidebar #sidebar-2-wrap { margin-left: -160px; }
.aim_rule_26 #sidebar-1 #cat { width: 278px; }
.aim_rule_26 #sidebar-2 #cat { width: 138px; }
.aim_rule_26 #footer { max-width: 940px; }
.blank #wrap { max-width: 940px; }
.blank #header { max-width: 940px; }
.blank.header-left-full-width #header-left, .blank.header-left-full-width #header-left #title, .blank.header-left-full-width #header-left #title a { width: 100%; }
.blank #navbar-1 { max-width: 940px; }
.blank #navbar-2 { max-width: 940px; }
.blank #container { max-width: 940px; }
.blank #ez-home-slider-container-wrap, .blank #ez-home-slider {  }
.blank #content-sidebar-wrap { width: 100%; }
.blank.double-sidebar #content-sidebar-wrap { width: 100%; }
.blank #content-wrap, .blank.left-sidebar #content-wrap, .blank.right-sidebar #content-wrap, .blank.no-sidebar #content-wrap {  }
.blank #content, .blank.left-sidebar #content, .blank.right-sidebar #content, .blank.no-sidebar #content {  }
.blank #content { margin: 0 480px 0 0; }
.blank.double-left-sidebar #content { margin: 0 0 0 480px; }
.blank.right-sidebar #content { margin: 0 300px 0 0; }
.blank.left-sidebar #content { margin: 0 0 0 300px; }
.blank.double-sidebar #content { margin: 0 180px 0 300px; }
.blank.no-sidebar #content { margin: 0; }
body.blank.slider-inside #ez-home-slider-container-wrap, .blank.slider-inside #ez-home-slider {  }
body.blank.double-left-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 0 20px 480px; }
body.blank.double-right-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 480px 20px 0; }
body.blank.double-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 180px 20px 300px; }
body.blank.left-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 0 20px 300px; }
body.blank.right-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 300px 20px 0; }
.blank #ez-feature-top-container { max-width: 900px; }
.blank #ez-feature-top-container .ez-widget-area {  }
.blank.ez-feature-top-1 #ez-feature-top-container .ez-widget-area {  }
.blank.ez-feature-top-2 #ez-feature-top-container .ez-widget-area {  }
.blank.ez-feature-top-4 #ez-feature-top-container .ez-widget-area {  }
.blank.ez-feature-top-wide-left-2 #ez-feature-top-1.ez-widget-area, .blank.ez-feature-top-wide-right-2 #ez-feature-top-2.ez-widget-area {  }
.blank #ez-fat-footer-container .ez-widget-area {  }
.blank.ez-fat-footer-1 #ez-fat-footer-container .ez-widget-area {  }
.blank.ez-fat-footer-2 #ez-fat-footer-container .ez-widget-area {  }
.blank.ez-fat-footer-4 #ez-fat-footer-container .ez-widget-area {  }
.blank.ez-fat-footer-wide-left-2 #ez-fat-footer-1.ez-widget-area, .blank.ez-fat-footer-wide-right-2 #ez-fat-footer-2.ez-widget-area {  }
.blank #dual-sidebar-outer { width: 460px; margin-left: -460px; }
.blank.double-left-sidebar #dual-sidebar-outer { 	margin-left: 0; margin-right: -460px; }
.blank #sidebar-1-wrap, .blank #sidebar-1 { width: 280px; }
.blank.right-sidebar #sidebar-1-wrap { margin-left: -280px; }
.blank.left-sidebar #sidebar-1-wrap { margin-right: -280px; }
.blank.double-sidebar #sidebar-1-wrap { margin-left: -100%; }
.blank #sidebar-2-wrap, .blank #sidebar-2 { width: 160px; }
.blank.double-sidebar #sidebar-2-wrap { margin-left: -160px; }
.blank #sidebar-1 #cat { width: 258px; }
.blank #sidebar-2 #cat { width: 138px; }
.blank #footer { max-width: 940px; }
.contact_us #wrap { max-width: 940px; }
.contact_us #header { max-width: 940px; }
.contact_us.header-left-full-width #header-left, .contact_us.header-left-full-width #header-left #title, .contact_us.header-left-full-width #header-left #title a { width: 100%; }
.contact_us #navbar-1 { max-width: 940px; }
.contact_us #navbar-2 { max-width: 940px; }
.contact_us #container { max-width: 940px; }
.contact_us #ez-home-slider-container-wrap, .contact_us #ez-home-slider {  }
.contact_us #content-sidebar-wrap { width: 100%; }
.contact_us.double-sidebar #content-sidebar-wrap { width: 100%; }
.contact_us #content-wrap, .contact_us.left-sidebar #content-wrap, .contact_us.right-sidebar #content-wrap, .contact_us.no-sidebar #content-wrap {  }
.contact_us #content, .contact_us.left-sidebar #content, .contact_us.right-sidebar #content, .contact_us.no-sidebar #content {  }
.contact_us #content { margin: 0 500px 0 0; }
.contact_us.double-left-sidebar #content { margin: 0 0 0 500px; }
.contact_us.right-sidebar #content { margin: 0 320px 0 0; }
.contact_us.left-sidebar #content { margin: 0 0 0 320px; }
.contact_us.double-sidebar #content { margin: 0 180px 0 320px; }
.contact_us.no-sidebar #content { margin: 0; }
body.contact_us.slider-inside #ez-home-slider-container-wrap, .contact_us.slider-inside #ez-home-slider {  }
body.contact_us.double-left-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 0 20px 500px; }
body.contact_us.double-right-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 500px 20px 0; }
body.contact_us.double-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 180px 20px 320px; }
body.contact_us.left-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 0 20px 320px; }
body.contact_us.right-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 320px 20px 0; }
.contact_us #ez-feature-top-container { max-width: 900px; }
.contact_us #ez-feature-top-container .ez-widget-area {  }
.contact_us.ez-feature-top-1 #ez-feature-top-container .ez-widget-area {  }
.contact_us.ez-feature-top-2 #ez-feature-top-container .ez-widget-area {  }
.contact_us.ez-feature-top-4 #ez-feature-top-container .ez-widget-area {  }
.contact_us.ez-feature-top-wide-left-2 #ez-feature-top-1.ez-widget-area, .contact_us.ez-feature-top-wide-right-2 #ez-feature-top-2.ez-widget-area {  }
.contact_us #ez-fat-footer-container .ez-widget-area {  }
.contact_us.ez-fat-footer-1 #ez-fat-footer-container .ez-widget-area {  }
.contact_us.ez-fat-footer-2 #ez-fat-footer-container .ez-widget-area {  }
.contact_us.ez-fat-footer-4 #ez-fat-footer-container .ez-widget-area {  }
.contact_us.ez-fat-footer-wide-left-2 #ez-fat-footer-1.ez-widget-area, .contact_us.ez-fat-footer-wide-right-2 #ez-fat-footer-2.ez-widget-area {  }
.contact_us #dual-sidebar-outer { width: 480px; margin-left: -480px; }
.contact_us.double-left-sidebar #dual-sidebar-outer { 	margin-left: 0; margin-right: -480px; }
.contact_us #sidebar-1-wrap, .contact_us #sidebar-1 { width: 300px; }
.contact_us.right-sidebar #sidebar-1-wrap { margin-left: -300px; }
.contact_us.left-sidebar #sidebar-1-wrap { margin-right: -300px; }
.contact_us.double-sidebar #sidebar-1-wrap { margin-left: -100%; }
.contact_us #sidebar-2-wrap, .contact_us #sidebar-2 { width: 160px; }
.contact_us.double-sidebar #sidebar-2-wrap { margin-left: -160px; }
.contact_us #sidebar-1 #cat { width: 278px; }
.contact_us #sidebar-2 #cat { width: 138px; }
.contact_us #footer { max-width: 940px; }
.investor_resources #wrap { max-width: 940px; }
.investor_resources #header { max-width: 940px; }
.investor_resources.header-left-full-width #header-left, .investor_resources.header-left-full-width #header-left #title, .investor_resources.header-left-full-width #header-left #title a { width: 100%; }
.investor_resources #navbar-1 { max-width: 940px; }
.investor_resources #navbar-2 { max-width: 940px; }
.investor_resources #container { max-width: 940px; }
.investor_resources #ez-home-slider-container-wrap, .investor_resources #ez-home-slider {  }
.investor_resources #content-sidebar-wrap { width: 100%; }
.investor_resources.double-sidebar #content-sidebar-wrap { width: 100%; }
.investor_resources #content-wrap, .investor_resources.left-sidebar #content-wrap, .investor_resources.right-sidebar #content-wrap, .investor_resources.no-sidebar #content-wrap {  }
.investor_resources #content, .investor_resources.left-sidebar #content, .investor_resources.right-sidebar #content, .investor_resources.no-sidebar #content {  }
.investor_resources #content { margin: 0 500px 0 0; }
.investor_resources.double-left-sidebar #content { margin: 0 0 0 500px; }
.investor_resources.right-sidebar #content { margin: 0 320px 0 0; }
.investor_resources.left-sidebar #content { margin: 0 0 0 320px; }
.investor_resources.double-sidebar #content { margin: 0 180px 0 320px; }
.investor_resources.no-sidebar #content { margin: 0; }
body.investor_resources.slider-inside #ez-home-slider-container-wrap, .investor_resources.slider-inside #ez-home-slider {  }
body.investor_resources.double-left-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 0 20px 500px; }
body.investor_resources.double-right-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 500px 20px 0; }
body.investor_resources.double-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 180px 20px 320px; }
body.investor_resources.left-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 0 20px 320px; }
body.investor_resources.right-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 320px 20px 0; }
.investor_resources #ez-feature-top-container { max-width: 900px; }
.investor_resources #ez-feature-top-container .ez-widget-area {  }
.investor_resources.ez-feature-top-1 #ez-feature-top-container .ez-widget-area {  }
.investor_resources.ez-feature-top-2 #ez-feature-top-container .ez-widget-area {  }
.investor_resources.ez-feature-top-4 #ez-feature-top-container .ez-widget-area {  }
.investor_resources.ez-feature-top-wide-left-2 #ez-feature-top-1.ez-widget-area, .investor_resources.ez-feature-top-wide-right-2 #ez-feature-top-2.ez-widget-area {  }
.investor_resources #ez-fat-footer-container .ez-widget-area {  }
.investor_resources.ez-fat-footer-1 #ez-fat-footer-container .ez-widget-area {  }
.investor_resources.ez-fat-footer-2 #ez-fat-footer-container .ez-widget-area {  }
.investor_resources.ez-fat-footer-4 #ez-fat-footer-container .ez-widget-area {  }
.investor_resources.ez-fat-footer-wide-left-2 #ez-fat-footer-1.ez-widget-area, .investor_resources.ez-fat-footer-wide-right-2 #ez-fat-footer-2.ez-widget-area {  }
.investor_resources #dual-sidebar-outer { width: 480px; margin-left: -480px; }
.investor_resources.double-left-sidebar #dual-sidebar-outer { 	margin-left: 0; margin-right: -480px; }
.investor_resources #sidebar-1-wrap, .investor_resources #sidebar-1 { width: 300px; }
.investor_resources.right-sidebar #sidebar-1-wrap { margin-left: -300px; }
.investor_resources.left-sidebar #sidebar-1-wrap { margin-right: -300px; }
.investor_resources.double-sidebar #sidebar-1-wrap { margin-left: -100%; }
.investor_resources #sidebar-2-wrap, .investor_resources #sidebar-2 { width: 160px; }
.investor_resources.double-sidebar #sidebar-2-wrap { margin-left: -160px; }
.investor_resources #sidebar-1 #cat { width: 278px; }
.investor_resources #sidebar-2 #cat { width: 138px; }
.investor_resources #footer { max-width: 940px; }
.news #wrap { max-width: 940px; }
.news #header { max-width: 940px; }
.news.header-left-full-width #header-left, .news.header-left-full-width #header-left #title, .news.header-left-full-width #header-left #title a { width: 100%; }
.news #navbar-1 { max-width: 940px; }
.news #navbar-2 { max-width: 940px; }
.news #container { max-width: 940px; }
.news #ez-home-slider-container-wrap, .news #ez-home-slider {  }
.news #content-sidebar-wrap { width: 100%; }
.news.double-sidebar #content-sidebar-wrap { width: 100%; }
.news #content-wrap, .news.left-sidebar #content-wrap, .news.right-sidebar #content-wrap, .news.no-sidebar #content-wrap {  }
.news #content, .news.left-sidebar #content, .news.right-sidebar #content, .news.no-sidebar #content {  }
.news #content { margin: 0 500px 0 0; }
.news.double-left-sidebar #content { margin: 0 0 0 500px; }
.news.right-sidebar #content { margin: 0 320px 0 0; }
.news.left-sidebar #content { margin: 0 0 0 320px; }
.news.double-sidebar #content { margin: 0 180px 0 320px; }
.news.no-sidebar #content { margin: 0; }
body.news.slider-inside #ez-home-slider-container-wrap, .news.slider-inside #ez-home-slider {  }
body.news.double-left-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 0 20px 500px; }
body.news.double-right-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 500px 20px 0; }
body.news.double-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 180px 20px 320px; }
body.news.left-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 0 20px 320px; }
body.news.right-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 320px 20px 0; }
.news #ez-feature-top-container { max-width: 900px; }
.news #ez-feature-top-container .ez-widget-area {  }
.news.ez-feature-top-1 #ez-feature-top-container .ez-widget-area {  }
.news.ez-feature-top-2 #ez-feature-top-container .ez-widget-area {  }
.news.ez-feature-top-4 #ez-feature-top-container .ez-widget-area {  }
.news.ez-feature-top-wide-left-2 #ez-feature-top-1.ez-widget-area, .news.ez-feature-top-wide-right-2 #ez-feature-top-2.ez-widget-area {  }
.news #ez-fat-footer-container .ez-widget-area {  }
.news.ez-fat-footer-1 #ez-fat-footer-container .ez-widget-area {  }
.news.ez-fat-footer-2 #ez-fat-footer-container .ez-widget-area {  }
.news.ez-fat-footer-4 #ez-fat-footer-container .ez-widget-area {  }
.news.ez-fat-footer-wide-left-2 #ez-fat-footer-1.ez-widget-area, .news.ez-fat-footer-wide-right-2 #ez-fat-footer-2.ez-widget-area {  }
.news #dual-sidebar-outer { width: 480px; margin-left: -480px; }
.news.double-left-sidebar #dual-sidebar-outer { 	margin-left: 0; margin-right: -480px; }
.news #sidebar-1-wrap, .news #sidebar-1 { width: 300px; }
.news.right-sidebar #sidebar-1-wrap { margin-left: -300px; }
.news.left-sidebar #sidebar-1-wrap { margin-right: -300px; }
.news.double-sidebar #sidebar-1-wrap { margin-left: -100%; }
.news #sidebar-2-wrap, .news #sidebar-2 { width: 160px; }
.news.double-sidebar #sidebar-2-wrap { margin-left: -160px; }
.news #sidebar-1 #cat { width: 278px; }
.news #sidebar-2 #cat { width: 138px; }
.news #footer { max-width: 940px; }
.news_and_research #wrap { max-width: 940px; }
.news_and_research #header { max-width: 940px; }
.news_and_research.header-left-full-width #header-left, .news_and_research.header-left-full-width #header-left #title, .news_and_research.header-left-full-width #header-left #title a { width: 100%; }
.news_and_research #navbar-1 { max-width: 940px; }
.news_and_research #navbar-2 { max-width: 940px; }
.news_and_research #container { max-width: 940px; }
.news_and_research #ez-home-slider-container-wrap, .news_and_research #ez-home-slider {  }
.news_and_research #content-sidebar-wrap { width: 100%; }
.news_and_research.double-sidebar #content-sidebar-wrap { width: 100%; }
.news_and_research #content-wrap, .news_and_research.left-sidebar #content-wrap, .news_and_research.right-sidebar #content-wrap, .news_and_research.no-sidebar #content-wrap {  }
.news_and_research #content, .news_and_research.left-sidebar #content, .news_and_research.right-sidebar #content, .news_and_research.no-sidebar #content {  }
.news_and_research #content { margin: 0 500px 0 0; }
.news_and_research.double-left-sidebar #content { margin: 0 0 0 500px; }
.news_and_research.right-sidebar #content { margin: 0 320px 0 0; }
.news_and_research.left-sidebar #content { margin: 0 0 0 320px; }
.news_and_research.double-sidebar #content { margin: 0 180px 0 320px; }
.news_and_research.no-sidebar #content { margin: 0; }
body.news_and_research.slider-inside #ez-home-slider-container-wrap, .news_and_research.slider-inside #ez-home-slider {  }
body.news_and_research.double-left-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 0 20px 500px; }
body.news_and_research.double-right-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 500px 20px 0; }
body.news_and_research.double-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 180px 20px 320px; }
body.news_and_research.left-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 0 20px 320px; }
body.news_and_research.right-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 320px 20px 0; }
.news_and_research #ez-feature-top-container { max-width: 900px; }
.news_and_research #ez-feature-top-container .ez-widget-area {  }
.news_and_research.ez-feature-top-1 #ez-feature-top-container .ez-widget-area {  }
.news_and_research.ez-feature-top-2 #ez-feature-top-container .ez-widget-area {  }
.news_and_research.ez-feature-top-4 #ez-feature-top-container .ez-widget-area {  }
.news_and_research.ez-feature-top-wide-left-2 #ez-feature-top-1.ez-widget-area, .news_and_research.ez-feature-top-wide-right-2 #ez-feature-top-2.ez-widget-area {  }
.news_and_research #ez-fat-footer-container .ez-widget-area {  }
.news_and_research.ez-fat-footer-1 #ez-fat-footer-container .ez-widget-area {  }
.news_and_research.ez-fat-footer-2 #ez-fat-footer-container .ez-widget-area {  }
.news_and_research.ez-fat-footer-4 #ez-fat-footer-container .ez-widget-area {  }
.news_and_research.ez-fat-footer-wide-left-2 #ez-fat-footer-1.ez-widget-area, .news_and_research.ez-fat-footer-wide-right-2 #ez-fat-footer-2.ez-widget-area {  }
.news_and_research #dual-sidebar-outer { width: 480px; margin-left: -480px; }
.news_and_research.double-left-sidebar #dual-sidebar-outer { 	margin-left: 0; margin-right: -480px; }
.news_and_research #sidebar-1-wrap, .news_and_research #sidebar-1 { width: 300px; }
.news_and_research.right-sidebar #sidebar-1-wrap { margin-left: -300px; }
.news_and_research.left-sidebar #sidebar-1-wrap { margin-right: -300px; }
.news_and_research.double-sidebar #sidebar-1-wrap { margin-left: -100%; }
.news_and_research #sidebar-2-wrap, .news_and_research #sidebar-2 { width: 160px; }
.news_and_research.double-sidebar #sidebar-2-wrap { margin-left: -160px; }
.news_and_research #sidebar-1 #cat { width: 278px; }
.news_and_research #sidebar-2 #cat { width: 138px; }
.news_and_research #footer { max-width: 940px; }
.project_information #wrap { max-width: 940px; }
.project_information #header { max-width: 940px; }
.project_information.header-left-full-width #header-left, .project_information.header-left-full-width #header-left #title, .project_information.header-left-full-width #header-left #title a { width: 100%; }
.project_information #navbar-1 { max-width: 940px; }
.project_information #navbar-2 { max-width: 940px; }
.project_information #container { max-width: 940px; }
.project_information #ez-home-slider-container-wrap, .project_information #ez-home-slider {  }
.project_information #content-sidebar-wrap { width: 100%; }
.project_information.double-sidebar #content-sidebar-wrap { width: 100%; }
.project_information #content-wrap, .project_information.left-sidebar #content-wrap, .project_information.right-sidebar #content-wrap, .project_information.no-sidebar #content-wrap {  }
.project_information #content, .project_information.left-sidebar #content, .project_information.right-sidebar #content, .project_information.no-sidebar #content {  }
.project_information #content { margin: 0 500px 0 0; }
.project_information.double-left-sidebar #content { margin: 0 0 0 500px; }
.project_information.right-sidebar #content { margin: 0 320px 0 0; }
.project_information.left-sidebar #content { margin: 0 0 0 320px; }
.project_information.double-sidebar #content { margin: 0 180px 0 320px; }
.project_information.no-sidebar #content { margin: 0; }
body.project_information.slider-inside #ez-home-slider-container-wrap, .project_information.slider-inside #ez-home-slider {  }
body.project_information.double-left-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 0 20px 500px; }
body.project_information.double-right-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 500px 20px 0; }
body.project_information.double-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 180px 20px 320px; }
body.project_information.left-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 0 20px 320px; }
body.project_information.right-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 320px 20px 0; }
.project_information #ez-feature-top-container { max-width: 900px; }
.project_information #ez-feature-top-container .ez-widget-area {  }
.project_information.ez-feature-top-1 #ez-feature-top-container .ez-widget-area {  }
.project_information.ez-feature-top-2 #ez-feature-top-container .ez-widget-area {  }
.project_information.ez-feature-top-4 #ez-feature-top-container .ez-widget-area {  }
.project_information.ez-feature-top-wide-left-2 #ez-feature-top-1.ez-widget-area, .project_information.ez-feature-top-wide-right-2 #ez-feature-top-2.ez-widget-area {  }
.project_information #ez-fat-footer-container .ez-widget-area {  }
.project_information.ez-fat-footer-1 #ez-fat-footer-container .ez-widget-area {  }
.project_information.ez-fat-footer-2 #ez-fat-footer-container .ez-widget-area {  }
.project_information.ez-fat-footer-4 #ez-fat-footer-container .ez-widget-area {  }
.project_information.ez-fat-footer-wide-left-2 #ez-fat-footer-1.ez-widget-area, .project_information.ez-fat-footer-wide-right-2 #ez-fat-footer-2.ez-widget-area {  }
.project_information #dual-sidebar-outer { width: 480px; margin-left: -480px; }
.project_information.double-left-sidebar #dual-sidebar-outer { 	margin-left: 0; margin-right: -480px; }
.project_information #sidebar-1-wrap, .project_information #sidebar-1 { width: 300px; }
.project_information.right-sidebar #sidebar-1-wrap { margin-left: -300px; }
.project_information.left-sidebar #sidebar-1-wrap { margin-right: -300px; }
.project_information.double-sidebar #sidebar-1-wrap { margin-left: -100%; }
.project_information #sidebar-2-wrap, .project_information #sidebar-2 { width: 160px; }
.project_information.double-sidebar #sidebar-2-wrap { margin-left: -160px; }
.project_information #sidebar-1 #cat { width: 278px; }
.project_information #sidebar-2 #cat { width: 138px; }
.project_information #footer { max-width: 940px; }
.reports #wrap { max-width: 940px; }
.reports #header { max-width: 940px; }
.reports.header-left-full-width #header-left, .reports.header-left-full-width #header-left #title, .reports.header-left-full-width #header-left #title a { width: 100%; }
.reports #navbar-1 { max-width: 940px; }
.reports #navbar-2 { max-width: 940px; }
.reports #container { max-width: 940px; }
.reports #ez-home-slider-container-wrap, .reports #ez-home-slider {  }
.reports #content-sidebar-wrap { width: 100%; }
.reports.double-sidebar #content-sidebar-wrap { width: 100%; }
.reports #content-wrap, .reports.left-sidebar #content-wrap, .reports.right-sidebar #content-wrap, .reports.no-sidebar #content-wrap {  }
.reports #content, .reports.left-sidebar #content, .reports.right-sidebar #content, .reports.no-sidebar #content {  }
.reports #content { margin: 0 500px 0 0; }
.reports.double-left-sidebar #content { margin: 0 0 0 500px; }
.reports.right-sidebar #content { margin: 0 320px 0 0; }
.reports.left-sidebar #content { margin: 0 0 0 320px; }
.reports.double-sidebar #content { margin: 0 180px 0 320px; }
.reports.no-sidebar #content { margin: 0; }
body.reports.slider-inside #ez-home-slider-container-wrap, .reports.slider-inside #ez-home-slider {  }
body.reports.double-left-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 0 20px 500px; }
body.reports.double-right-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 500px 20px 0; }
body.reports.double-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 180px 20px 320px; }
body.reports.left-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 0 20px 320px; }
body.reports.right-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 320px 20px 0; }
.reports #ez-feature-top-container { max-width: 900px; }
.reports #ez-feature-top-container .ez-widget-area {  }
.reports.ez-feature-top-1 #ez-feature-top-container .ez-widget-area {  }
.reports.ez-feature-top-2 #ez-feature-top-container .ez-widget-area {  }
.reports.ez-feature-top-4 #ez-feature-top-container .ez-widget-area {  }
.reports.ez-feature-top-wide-left-2 #ez-feature-top-1.ez-widget-area, .reports.ez-feature-top-wide-right-2 #ez-feature-top-2.ez-widget-area {  }
.reports #ez-fat-footer-container .ez-widget-area {  }
.reports.ez-fat-footer-1 #ez-fat-footer-container .ez-widget-area {  }
.reports.ez-fat-footer-2 #ez-fat-footer-container .ez-widget-area {  }
.reports.ez-fat-footer-4 #ez-fat-footer-container .ez-widget-area {  }
.reports.ez-fat-footer-wide-left-2 #ez-fat-footer-1.ez-widget-area, .reports.ez-fat-footer-wide-right-2 #ez-fat-footer-2.ez-widget-area {  }
.reports #dual-sidebar-outer { width: 480px; margin-left: -480px; }
.reports.double-left-sidebar #dual-sidebar-outer { 	margin-left: 0; margin-right: -480px; }
.reports #sidebar-1-wrap, .reports #sidebar-1 { width: 300px; }
.reports.right-sidebar #sidebar-1-wrap { margin-left: -300px; }
.reports.left-sidebar #sidebar-1-wrap { margin-right: -300px; }
.reports.double-sidebar #sidebar-1-wrap { margin-left: -100%; }
.reports #sidebar-2-wrap, .reports #sidebar-2 { width: 160px; }
.reports.double-sidebar #sidebar-2-wrap { margin-left: -160px; }
.reports #sidebar-1 #cat { width: 278px; }
.reports #sidebar-2 #cat { width: 138px; }
.reports #footer { max-width: 940px; }

/************************* 
	Responsive Custom Layout Styles
*************************/

@media only screen and (max-width: 980px) {

}

@media only screen and (min-width: 768px) and (max-width: 980px) {
.about_us.double-sidebar #container-wrap { padding-bottom: 0; }
.about_us #content { margin: 0 300px 0 0; }
.about_us.double-left-sidebar #content { margin: 0 0 0 300px; }
.about_us.double-sidebar #content { margin: 0; }
.about_us #dual-sidebar-outer, .about_us.double-left-sidebar #dual-sidebar-outer { width: 280px; margin: 0 0 0 -280px; }
.about_us.double-left-sidebar #dual-sidebar-outer { margin: 0 -280px 0 0; }
.about_us #sidebar-1-wrap, .about_us #sidebar-2-wrap, .about_us.double-left-sidebar #sidebar-1-wrap, .about_us.double-left-sidebar #sidebar-2-wrap,
.about_us #sidebar-1, .about_us #sidebar-2, .about_us.double-left-sidebar  #sidebar-1, .about_us.double-left-sidebar #sidebar-2 { width: 280px; }
.about_us.double-sidebar #sidebar-1-wrap, .about_us.double-sidebar #sidebar-2-wrap { margin: 20px 0 0; width: 49%; }
.about_us.double-sidebar #sidebar-1, .about_us.double-sidebar #sidebar-2 { width: 100%; }
body.about_us.double-left-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 0 20px 300px; }
body.about_us.double-right-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 300px 20px 0; }
body.about_us.double-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 0 20px; }
body.about_us.left-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 0 20px 300px; }
body.about_us.right-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 300px 20px 0; }

}

@media only screen and (max-width: 767px) {
.about_us.double-left-sidebar #container-wrap, .about_us.double-right-sidebar #container-wrap,
.about_us.left-sidebar #container-wrap, .about_us.right-sidebar #container-wrap,
.about_us.double-sidebar #container-wrap { padding-bottom: 0; }
.about_us #content, .about_us.left-sidebar #content, .about_us.right-sidebar #content, .about_us.double-left-sidebar #content, .about_us.double-sidebar #content { margin: 0; }
.about_us #dual-sidebar-outer, .about_us.double-left-sidebar #dual-sidebar-outer { margin: 20px 0 0; float: left; }
.about_us.left-sidebar #sidebar-1-wrap, .about_us.right-sidebar #sidebar-1-wrap, .about_us.double-sidebar #sidebar-1-wrap { margin: 20px 0 0; }
.about_us #dual-sidebar-outer, .about_us.double-left-sidebar #dual-sidebar-outer, .about_us #sidebar-1-wrap, .about_us.double-left-sidebar #sidebar-1-wrap,
.about_us .left-sidebar #sidebar-1-wrap, .about_us.right-sidebar #sidebar-1-wrap, .about_us.double-sidebar #sidebar-1-wrap,
.about_us #sidebar-2-wrap, .about_us.double-left-sidebar #sidebar-2-wrap, .about_us.double-sidebar #sidebar-2-wrap,
.about_us #sidebar-1, .about_us.double-left-sidebar #sidebar-1, .about_us.right-sidebar #sidebar-1, .about_us.left-sidebar #sidebar-1, .about_us.double-sidebar #sidebar-1,
.about_us #sidebar-2, .about_us.double-left-sidebar #sidebar-2, .about_us.double-sidebar #sidebar-2 { width: 100%; }
body.about_us.double-left-sidebar.slider-inside #ez-home-slider-container-wrap,
body.about_us.double-right-sidebar.slider-inside #ez-home-slider-container-wrap,
body.about_us.double-sidebar.slider-inside #ez-home-slider-container-wrap,
body.about_us.left-sidebar.slider-inside #ez-home-slider-container-wrap,
body.about_us.right-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 0 20px; }
.about_us #ez-home-slider.ez-widget-area, .about_us.slider-inside #ez-home-slider.ez-widget-area { padding-bottom: 0; }
.about_us #ez-feature-top-container, .about_us #ez-fat-footer-container { margin: 0 auto; padding-bottom: 0; float: left; }
.about_us#ez-feature-top-container .ez-widget-area,
.about_us#ez-fat-footer-container .ez-widget-area { width: 100%; padding-bottom: 20px; padding-left: 0 !important; }

}
/************************* 
	Responsive Custom Layout Styles
*************************/

@media only screen and (max-width: 980px) {

}

@media only screen and (min-width: 768px) and (max-width: 980px) {
.aim_rule_26.double-sidebar #container-wrap { padding-bottom: 0; }
.aim_rule_26 #content { margin: 0 320px 0 0; }
.aim_rule_26.double-left-sidebar #content { margin: 0 0 0 320px; }
.aim_rule_26.double-sidebar #content { margin: 0; }
.aim_rule_26 #dual-sidebar-outer, .aim_rule_26.double-left-sidebar #dual-sidebar-outer { width: 300px; margin: 0 0 0 -300px; }
.aim_rule_26.double-left-sidebar #dual-sidebar-outer { margin: 0 -300px 0 0; }
.aim_rule_26 #sidebar-1-wrap, .aim_rule_26 #sidebar-2-wrap, .aim_rule_26.double-left-sidebar #sidebar-1-wrap, .aim_rule_26.double-left-sidebar #sidebar-2-wrap,
.aim_rule_26 #sidebar-1, .aim_rule_26 #sidebar-2, .aim_rule_26.double-left-sidebar  #sidebar-1, .aim_rule_26.double-left-sidebar #sidebar-2 { width: 300px; }
.aim_rule_26.double-sidebar #sidebar-1-wrap, .aim_rule_26.double-sidebar #sidebar-2-wrap { margin: 20px 0 0; width: 49%; }
.aim_rule_26.double-sidebar #sidebar-1, .aim_rule_26.double-sidebar #sidebar-2 { width: 100%; }
body.aim_rule_26.double-left-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 0 20px 320px; }
body.aim_rule_26.double-right-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 320px 20px 0; }
body.aim_rule_26.double-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 0 20px; }
body.aim_rule_26.left-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 0 20px 320px; }
body.aim_rule_26.right-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 320px 20px 0; }

}

@media only screen and (max-width: 767px) {
.aim_rule_26.double-left-sidebar #container-wrap, .aim_rule_26.double-right-sidebar #container-wrap,
.aim_rule_26.left-sidebar #container-wrap, .aim_rule_26.right-sidebar #container-wrap,
.aim_rule_26.double-sidebar #container-wrap { padding-bottom: 0; }
.aim_rule_26 #content, .aim_rule_26.left-sidebar #content, .aim_rule_26.right-sidebar #content, .aim_rule_26.double-left-sidebar #content, .aim_rule_26.double-sidebar #content { margin: 0; }
.aim_rule_26 #dual-sidebar-outer, .aim_rule_26.double-left-sidebar #dual-sidebar-outer { margin: 20px 0 0; float: left; }
.aim_rule_26.left-sidebar #sidebar-1-wrap, .aim_rule_26.right-sidebar #sidebar-1-wrap, .aim_rule_26.double-sidebar #sidebar-1-wrap { margin: 20px 0 0; }
.aim_rule_26 #dual-sidebar-outer, .aim_rule_26.double-left-sidebar #dual-sidebar-outer, .aim_rule_26 #sidebar-1-wrap, .aim_rule_26.double-left-sidebar #sidebar-1-wrap,
.aim_rule_26 .left-sidebar #sidebar-1-wrap, .aim_rule_26.right-sidebar #sidebar-1-wrap, .aim_rule_26.double-sidebar #sidebar-1-wrap,
.aim_rule_26 #sidebar-2-wrap, .aim_rule_26.double-left-sidebar #sidebar-2-wrap, .aim_rule_26.double-sidebar #sidebar-2-wrap,
.aim_rule_26 #sidebar-1, .aim_rule_26.double-left-sidebar #sidebar-1, .aim_rule_26.right-sidebar #sidebar-1, .aim_rule_26.left-sidebar #sidebar-1, .aim_rule_26.double-sidebar #sidebar-1,
.aim_rule_26 #sidebar-2, .aim_rule_26.double-left-sidebar #sidebar-2, .aim_rule_26.double-sidebar #sidebar-2 { width: 100%; }
body.aim_rule_26.double-left-sidebar.slider-inside #ez-home-slider-container-wrap,
body.aim_rule_26.double-right-sidebar.slider-inside #ez-home-slider-container-wrap,
body.aim_rule_26.double-sidebar.slider-inside #ez-home-slider-container-wrap,
body.aim_rule_26.left-sidebar.slider-inside #ez-home-slider-container-wrap,
body.aim_rule_26.right-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 0 20px; }
.aim_rule_26 #ez-home-slider.ez-widget-area, .aim_rule_26.slider-inside #ez-home-slider.ez-widget-area { padding-bottom: 0; }
.aim_rule_26 #ez-feature-top-container, .aim_rule_26 #ez-fat-footer-container { margin: 0 auto; padding-bottom: 0; float: left; }
.aim_rule_26#ez-feature-top-container .ez-widget-area,
.aim_rule_26#ez-fat-footer-container .ez-widget-area { width: 100%; padding-bottom: 20px; padding-left: 0 !important; }

}
/************************* 
	Responsive Custom Layout Styles
*************************/

@media only screen and (max-width: 980px) {

}

@media only screen and (min-width: 768px) and (max-width: 980px) {
.blank.double-sidebar #container-wrap { padding-bottom: 0; }
.blank #content { margin: 0 300px 0 0; }
.blank.double-left-sidebar #content { margin: 0 0 0 300px; }
.blank.double-sidebar #content { margin: 0; }
.blank #dual-sidebar-outer, .blank.double-left-sidebar #dual-sidebar-outer { width: 280px; margin: 0 0 0 -280px; }
.blank.double-left-sidebar #dual-sidebar-outer { margin: 0 -280px 0 0; }
.blank #sidebar-1-wrap, .blank #sidebar-2-wrap, .blank.double-left-sidebar #sidebar-1-wrap, .blank.double-left-sidebar #sidebar-2-wrap,
.blank #sidebar-1, .blank #sidebar-2, .blank.double-left-sidebar  #sidebar-1, .blank.double-left-sidebar #sidebar-2 { width: 280px; }
.blank.double-sidebar #sidebar-1-wrap, .blank.double-sidebar #sidebar-2-wrap { margin: 20px 0 0; width: 49%; }
.blank.double-sidebar #sidebar-1, .blank.double-sidebar #sidebar-2 { width: 100%; }
body.blank.double-left-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 0 20px 300px; }
body.blank.double-right-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 300px 20px 0; }
body.blank.double-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 0 20px; }
body.blank.left-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 0 20px 300px; }
body.blank.right-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 300px 20px 0; }

}

@media only screen and (max-width: 767px) {
.blank.double-left-sidebar #container-wrap, .blank.double-right-sidebar #container-wrap,
.blank.left-sidebar #container-wrap, .blank.right-sidebar #container-wrap,
.blank.double-sidebar #container-wrap { padding-bottom: 0; }
.blank #content, .blank.left-sidebar #content, .blank.right-sidebar #content, .blank.double-left-sidebar #content, .blank.double-sidebar #content { margin: 0; }
.blank #dual-sidebar-outer, .blank.double-left-sidebar #dual-sidebar-outer { margin: 20px 0 0; float: left; }
.blank.left-sidebar #sidebar-1-wrap, .blank.right-sidebar #sidebar-1-wrap, .blank.double-sidebar #sidebar-1-wrap { margin: 20px 0 0; }
.blank #dual-sidebar-outer, .blank.double-left-sidebar #dual-sidebar-outer, .blank #sidebar-1-wrap, .blank.double-left-sidebar #sidebar-1-wrap,
.blank .left-sidebar #sidebar-1-wrap, .blank.right-sidebar #sidebar-1-wrap, .blank.double-sidebar #sidebar-1-wrap,
.blank #sidebar-2-wrap, .blank.double-left-sidebar #sidebar-2-wrap, .blank.double-sidebar #sidebar-2-wrap,
.blank #sidebar-1, .blank.double-left-sidebar #sidebar-1, .blank.right-sidebar #sidebar-1, .blank.left-sidebar #sidebar-1, .blank.double-sidebar #sidebar-1,
.blank #sidebar-2, .blank.double-left-sidebar #sidebar-2, .blank.double-sidebar #sidebar-2 { width: 100%; }
body.blank.double-left-sidebar.slider-inside #ez-home-slider-container-wrap,
body.blank.double-right-sidebar.slider-inside #ez-home-slider-container-wrap,
body.blank.double-sidebar.slider-inside #ez-home-slider-container-wrap,
body.blank.left-sidebar.slider-inside #ez-home-slider-container-wrap,
body.blank.right-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 0 20px; }
.blank #ez-home-slider.ez-widget-area, .blank.slider-inside #ez-home-slider.ez-widget-area { padding-bottom: 0; }
.blank #ez-feature-top-container, .blank #ez-fat-footer-container { margin: 0 auto; padding-bottom: 0; float: left; }
.blank#ez-feature-top-container .ez-widget-area,
.blank#ez-fat-footer-container .ez-widget-area { width: 100%; padding-bottom: 20px; padding-left: 0 !important; }

}
/************************* 
	Responsive Custom Layout Styles
*************************/

@media only screen and (max-width: 980px) {

}

@media only screen and (min-width: 768px) and (max-width: 980px) {
.contact_us.double-sidebar #container-wrap { padding-bottom: 0; }
.contact_us #content { margin: 0 320px 0 0; }
.contact_us.double-left-sidebar #content { margin: 0 0 0 320px; }
.contact_us.double-sidebar #content { margin: 0; }
.contact_us #dual-sidebar-outer, .contact_us.double-left-sidebar #dual-sidebar-outer { width: 300px; margin: 0 0 0 -300px; }
.contact_us.double-left-sidebar #dual-sidebar-outer { margin: 0 -300px 0 0; }
.contact_us #sidebar-1-wrap, .contact_us #sidebar-2-wrap, .contact_us.double-left-sidebar #sidebar-1-wrap, .contact_us.double-left-sidebar #sidebar-2-wrap,
.contact_us #sidebar-1, .contact_us #sidebar-2, .contact_us.double-left-sidebar  #sidebar-1, .contact_us.double-left-sidebar #sidebar-2 { width: 300px; }
.contact_us.double-sidebar #sidebar-1-wrap, .contact_us.double-sidebar #sidebar-2-wrap { margin: 20px 0 0; width: 49%; }
.contact_us.double-sidebar #sidebar-1, .contact_us.double-sidebar #sidebar-2 { width: 100%; }
body.contact_us.double-left-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 0 20px 320px; }
body.contact_us.double-right-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 320px 20px 0; }
body.contact_us.double-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 0 20px; }
body.contact_us.left-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 0 20px 320px; }
body.contact_us.right-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 320px 20px 0; }

}

@media only screen and (max-width: 767px) {
.contact_us.double-left-sidebar #container-wrap, .contact_us.double-right-sidebar #container-wrap,
.contact_us.left-sidebar #container-wrap, .contact_us.right-sidebar #container-wrap,
.contact_us.double-sidebar #container-wrap { padding-bottom: 0; }
.contact_us #content, .contact_us.left-sidebar #content, .contact_us.right-sidebar #content, .contact_us.double-left-sidebar #content, .contact_us.double-sidebar #content { margin: 0; }
.contact_us #dual-sidebar-outer, .contact_us.double-left-sidebar #dual-sidebar-outer { margin: 20px 0 0; float: left; }
.contact_us.left-sidebar #sidebar-1-wrap, .contact_us.right-sidebar #sidebar-1-wrap, .contact_us.double-sidebar #sidebar-1-wrap { margin: 20px 0 0; }
.contact_us #dual-sidebar-outer, .contact_us.double-left-sidebar #dual-sidebar-outer, .contact_us #sidebar-1-wrap, .contact_us.double-left-sidebar #sidebar-1-wrap,
.contact_us .left-sidebar #sidebar-1-wrap, .contact_us.right-sidebar #sidebar-1-wrap, .contact_us.double-sidebar #sidebar-1-wrap,
.contact_us #sidebar-2-wrap, .contact_us.double-left-sidebar #sidebar-2-wrap, .contact_us.double-sidebar #sidebar-2-wrap,
.contact_us #sidebar-1, .contact_us.double-left-sidebar #sidebar-1, .contact_us.right-sidebar #sidebar-1, .contact_us.left-sidebar #sidebar-1, .contact_us.double-sidebar #sidebar-1,
.contact_us #sidebar-2, .contact_us.double-left-sidebar #sidebar-2, .contact_us.double-sidebar #sidebar-2 { width: 100%; }
body.contact_us.double-left-sidebar.slider-inside #ez-home-slider-container-wrap,
body.contact_us.double-right-sidebar.slider-inside #ez-home-slider-container-wrap,
body.contact_us.double-sidebar.slider-inside #ez-home-slider-container-wrap,
body.contact_us.left-sidebar.slider-inside #ez-home-slider-container-wrap,
body.contact_us.right-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 0 20px; }
.contact_us #ez-home-slider.ez-widget-area, .contact_us.slider-inside #ez-home-slider.ez-widget-area { padding-bottom: 0; }
.contact_us #ez-feature-top-container, .contact_us #ez-fat-footer-container { margin: 0 auto; padding-bottom: 0; float: left; }
.contact_us#ez-feature-top-container .ez-widget-area,
.contact_us#ez-fat-footer-container .ez-widget-area { width: 100%; padding-bottom: 20px; padding-left: 0 !important; }

}
/************************* 
	Responsive Custom Layout Styles
*************************/

@media only screen and (max-width: 980px) {

}

@media only screen and (min-width: 768px) and (max-width: 980px) {
.investor_resources.double-sidebar #container-wrap { padding-bottom: 0; }
.investor_resources #content { margin: 0 320px 0 0; }
.investor_resources.double-left-sidebar #content { margin: 0 0 0 320px; }
.investor_resources.double-sidebar #content { margin: 0; }
.investor_resources #dual-sidebar-outer, .investor_resources.double-left-sidebar #dual-sidebar-outer { width: 300px; margin: 0 0 0 -300px; }
.investor_resources.double-left-sidebar #dual-sidebar-outer { margin: 0 -300px 0 0; }
.investor_resources #sidebar-1-wrap, .investor_resources #sidebar-2-wrap, .investor_resources.double-left-sidebar #sidebar-1-wrap, .investor_resources.double-left-sidebar #sidebar-2-wrap,
.investor_resources #sidebar-1, .investor_resources #sidebar-2, .investor_resources.double-left-sidebar  #sidebar-1, .investor_resources.double-left-sidebar #sidebar-2 { width: 300px; }
.investor_resources.double-sidebar #sidebar-1-wrap, .investor_resources.double-sidebar #sidebar-2-wrap { margin: 20px 0 0; width: 49%; }
.investor_resources.double-sidebar #sidebar-1, .investor_resources.double-sidebar #sidebar-2 { width: 100%; }
body.investor_resources.double-left-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 0 20px 320px; }
body.investor_resources.double-right-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 320px 20px 0; }
body.investor_resources.double-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 0 20px; }
body.investor_resources.left-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 0 20px 320px; }
body.investor_resources.right-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 320px 20px 0; }

}

@media only screen and (max-width: 767px) {
.investor_resources.double-left-sidebar #container-wrap, .investor_resources.double-right-sidebar #container-wrap,
.investor_resources.left-sidebar #container-wrap, .investor_resources.right-sidebar #container-wrap,
.investor_resources.double-sidebar #container-wrap { padding-bottom: 0; }
.investor_resources #content, .investor_resources.left-sidebar #content, .investor_resources.right-sidebar #content, .investor_resources.double-left-sidebar #content, .investor_resources.double-sidebar #content { margin: 0; }
.investor_resources #dual-sidebar-outer, .investor_resources.double-left-sidebar #dual-sidebar-outer { margin: 20px 0 0; float: left; }
.investor_resources.left-sidebar #sidebar-1-wrap, .investor_resources.right-sidebar #sidebar-1-wrap, .investor_resources.double-sidebar #sidebar-1-wrap { margin: 20px 0 0; }
.investor_resources #dual-sidebar-outer, .investor_resources.double-left-sidebar #dual-sidebar-outer, .investor_resources #sidebar-1-wrap, .investor_resources.double-left-sidebar #sidebar-1-wrap,
.investor_resources .left-sidebar #sidebar-1-wrap, .investor_resources.right-sidebar #sidebar-1-wrap, .investor_resources.double-sidebar #sidebar-1-wrap,
.investor_resources #sidebar-2-wrap, .investor_resources.double-left-sidebar #sidebar-2-wrap, .investor_resources.double-sidebar #sidebar-2-wrap,
.investor_resources #sidebar-1, .investor_resources.double-left-sidebar #sidebar-1, .investor_resources.right-sidebar #sidebar-1, .investor_resources.left-sidebar #sidebar-1, .investor_resources.double-sidebar #sidebar-1,
.investor_resources #sidebar-2, .investor_resources.double-left-sidebar #sidebar-2, .investor_resources.double-sidebar #sidebar-2 { width: 100%; }
body.investor_resources.double-left-sidebar.slider-inside #ez-home-slider-container-wrap,
body.investor_resources.double-right-sidebar.slider-inside #ez-home-slider-container-wrap,
body.investor_resources.double-sidebar.slider-inside #ez-home-slider-container-wrap,
body.investor_resources.left-sidebar.slider-inside #ez-home-slider-container-wrap,
body.investor_resources.right-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 0 20px; }
.investor_resources #ez-home-slider.ez-widget-area, .investor_resources.slider-inside #ez-home-slider.ez-widget-area { padding-bottom: 0; }
.investor_resources #ez-feature-top-container, .investor_resources #ez-fat-footer-container { margin: 0 auto; padding-bottom: 0; float: left; }
.investor_resources#ez-feature-top-container .ez-widget-area,
.investor_resources#ez-fat-footer-container .ez-widget-area { width: 100%; padding-bottom: 20px; padding-left: 0 !important; }

}
/************************* 
	Responsive Custom Layout Styles
*************************/

@media only screen and (max-width: 980px) {

}

@media only screen and (min-width: 768px) and (max-width: 980px) {
.news.double-sidebar #container-wrap { padding-bottom: 0; }
.news #content { margin: 0 320px 0 0; }
.news.double-left-sidebar #content { margin: 0 0 0 320px; }
.news.double-sidebar #content { margin: 0; }
.news #dual-sidebar-outer, .news.double-left-sidebar #dual-sidebar-outer { width: 300px; margin: 0 0 0 -300px; }
.news.double-left-sidebar #dual-sidebar-outer { margin: 0 -300px 0 0; }
.news #sidebar-1-wrap, .news #sidebar-2-wrap, .news.double-left-sidebar #sidebar-1-wrap, .news.double-left-sidebar #sidebar-2-wrap,
.news #sidebar-1, .news #sidebar-2, .news.double-left-sidebar  #sidebar-1, .news.double-left-sidebar #sidebar-2 { width: 300px; }
.news.double-sidebar #sidebar-1-wrap, .news.double-sidebar #sidebar-2-wrap { margin: 20px 0 0; width: 49%; }
.news.double-sidebar #sidebar-1, .news.double-sidebar #sidebar-2 { width: 100%; }
body.news.double-left-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 0 20px 320px; }
body.news.double-right-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 320px 20px 0; }
body.news.double-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 0 20px; }
body.news.left-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 0 20px 320px; }
body.news.right-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 320px 20px 0; }

}

@media only screen and (max-width: 767px) {
.news.double-left-sidebar #container-wrap, .news.double-right-sidebar #container-wrap,
.news.left-sidebar #container-wrap, .news.right-sidebar #container-wrap,
.news.double-sidebar #container-wrap { padding-bottom: 0; }
.news #content, .news.left-sidebar #content, .news.right-sidebar #content, .news.double-left-sidebar #content, .news.double-sidebar #content { margin: 0; }
.news #dual-sidebar-outer, .news.double-left-sidebar #dual-sidebar-outer { margin: 20px 0 0; float: left; }
.news.left-sidebar #sidebar-1-wrap, .news.right-sidebar #sidebar-1-wrap, .news.double-sidebar #sidebar-1-wrap { margin: 20px 0 0; }
.news #dual-sidebar-outer, .news.double-left-sidebar #dual-sidebar-outer, .news #sidebar-1-wrap, .news.double-left-sidebar #sidebar-1-wrap,
.news .left-sidebar #sidebar-1-wrap, .news.right-sidebar #sidebar-1-wrap, .news.double-sidebar #sidebar-1-wrap,
.news #sidebar-2-wrap, .news.double-left-sidebar #sidebar-2-wrap, .news.double-sidebar #sidebar-2-wrap,
.news #sidebar-1, .news.double-left-sidebar #sidebar-1, .news.right-sidebar #sidebar-1, .news.left-sidebar #sidebar-1, .news.double-sidebar #sidebar-1,
.news #sidebar-2, .news.double-left-sidebar #sidebar-2, .news.double-sidebar #sidebar-2 { width: 100%; }
body.news.double-left-sidebar.slider-inside #ez-home-slider-container-wrap,
body.news.double-right-sidebar.slider-inside #ez-home-slider-container-wrap,
body.news.double-sidebar.slider-inside #ez-home-slider-container-wrap,
body.news.left-sidebar.slider-inside #ez-home-slider-container-wrap,
body.news.right-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 0 20px; }
.news #ez-home-slider.ez-widget-area, .news.slider-inside #ez-home-slider.ez-widget-area { padding-bottom: 0; }
.news #ez-feature-top-container, .news #ez-fat-footer-container { margin: 0 auto; padding-bottom: 0; float: left; }
.news#ez-feature-top-container .ez-widget-area,
.news#ez-fat-footer-container .ez-widget-area { width: 100%; padding-bottom: 20px; padding-left: 0 !important; }

}
/************************* 
	Responsive Custom Layout Styles
*************************/

@media only screen and (max-width: 980px) {

}

@media only screen and (min-width: 768px) and (max-width: 980px) {
.news_and_research.double-sidebar #container-wrap { padding-bottom: 0; }
.news_and_research #content { margin: 0 320px 0 0; }
.news_and_research.double-left-sidebar #content { margin: 0 0 0 320px; }
.news_and_research.double-sidebar #content { margin: 0; }
.news_and_research #dual-sidebar-outer, .news_and_research.double-left-sidebar #dual-sidebar-outer { width: 300px; margin: 0 0 0 -300px; }
.news_and_research.double-left-sidebar #dual-sidebar-outer { margin: 0 -300px 0 0; }
.news_and_research #sidebar-1-wrap, .news_and_research #sidebar-2-wrap, .news_and_research.double-left-sidebar #sidebar-1-wrap, .news_and_research.double-left-sidebar #sidebar-2-wrap,
.news_and_research #sidebar-1, .news_and_research #sidebar-2, .news_and_research.double-left-sidebar  #sidebar-1, .news_and_research.double-left-sidebar #sidebar-2 { width: 300px; }
.news_and_research.double-sidebar #sidebar-1-wrap, .news_and_research.double-sidebar #sidebar-2-wrap { margin: 20px 0 0; width: 49%; }
.news_and_research.double-sidebar #sidebar-1, .news_and_research.double-sidebar #sidebar-2 { width: 100%; }
body.news_and_research.double-left-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 0 20px 320px; }
body.news_and_research.double-right-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 320px 20px 0; }
body.news_and_research.double-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 0 20px; }
body.news_and_research.left-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 0 20px 320px; }
body.news_and_research.right-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 320px 20px 0; }

}

@media only screen and (max-width: 767px) {
.news_and_research.double-left-sidebar #container-wrap, .news_and_research.double-right-sidebar #container-wrap,
.news_and_research.left-sidebar #container-wrap, .news_and_research.right-sidebar #container-wrap,
.news_and_research.double-sidebar #container-wrap { padding-bottom: 0; }
.news_and_research #content, .news_and_research.left-sidebar #content, .news_and_research.right-sidebar #content, .news_and_research.double-left-sidebar #content, .news_and_research.double-sidebar #content { margin: 0; }
.news_and_research #dual-sidebar-outer, .news_and_research.double-left-sidebar #dual-sidebar-outer { margin: 20px 0 0; float: left; }
.news_and_research.left-sidebar #sidebar-1-wrap, .news_and_research.right-sidebar #sidebar-1-wrap, .news_and_research.double-sidebar #sidebar-1-wrap { margin: 20px 0 0; }
.news_and_research #dual-sidebar-outer, .news_and_research.double-left-sidebar #dual-sidebar-outer, .news_and_research #sidebar-1-wrap, .news_and_research.double-left-sidebar #sidebar-1-wrap,
.news_and_research .left-sidebar #sidebar-1-wrap, .news_and_research.right-sidebar #sidebar-1-wrap, .news_and_research.double-sidebar #sidebar-1-wrap,
.news_and_research #sidebar-2-wrap, .news_and_research.double-left-sidebar #sidebar-2-wrap, .news_and_research.double-sidebar #sidebar-2-wrap,
.news_and_research #sidebar-1, .news_and_research.double-left-sidebar #sidebar-1, .news_and_research.right-sidebar #sidebar-1, .news_and_research.left-sidebar #sidebar-1, .news_and_research.double-sidebar #sidebar-1,
.news_and_research #sidebar-2, .news_and_research.double-left-sidebar #sidebar-2, .news_and_research.double-sidebar #sidebar-2 { width: 100%; }
body.news_and_research.double-left-sidebar.slider-inside #ez-home-slider-container-wrap,
body.news_and_research.double-right-sidebar.slider-inside #ez-home-slider-container-wrap,
body.news_and_research.double-sidebar.slider-inside #ez-home-slider-container-wrap,
body.news_and_research.left-sidebar.slider-inside #ez-home-slider-container-wrap,
body.news_and_research.right-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 0 20px; }
.news_and_research #ez-home-slider.ez-widget-area, .news_and_research.slider-inside #ez-home-slider.ez-widget-area { padding-bottom: 0; }
.news_and_research #ez-feature-top-container, .news_and_research #ez-fat-footer-container { margin: 0 auto; padding-bottom: 0; float: left; }
.news_and_research#ez-feature-top-container .ez-widget-area,
.news_and_research#ez-fat-footer-container .ez-widget-area { width: 100%; padding-bottom: 20px; padding-left: 0 !important; }

}
/************************* 
	Responsive Custom Layout Styles
*************************/

@media only screen and (max-width: 980px) {

}

@media only screen and (min-width: 768px) and (max-width: 980px) {
.project_information.double-sidebar #container-wrap { padding-bottom: 0; }
.project_information #content { margin: 0 320px 0 0; }
.project_information.double-left-sidebar #content { margin: 0 0 0 320px; }
.project_information.double-sidebar #content { margin: 0; }
.project_information #dual-sidebar-outer, .project_information.double-left-sidebar #dual-sidebar-outer { width: 300px; margin: 0 0 0 -300px; }
.project_information.double-left-sidebar #dual-sidebar-outer { margin: 0 -300px 0 0; }
.project_information #sidebar-1-wrap, .project_information #sidebar-2-wrap, .project_information.double-left-sidebar #sidebar-1-wrap, .project_information.double-left-sidebar #sidebar-2-wrap,
.project_information #sidebar-1, .project_information #sidebar-2, .project_information.double-left-sidebar  #sidebar-1, .project_information.double-left-sidebar #sidebar-2 { width: 300px; }
.project_information.double-sidebar #sidebar-1-wrap, .project_information.double-sidebar #sidebar-2-wrap { margin: 20px 0 0; width: 49%; }
.project_information.double-sidebar #sidebar-1, .project_information.double-sidebar #sidebar-2 { width: 100%; }
body.project_information.double-left-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 0 20px 320px; }
body.project_information.double-right-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 320px 20px 0; }
body.project_information.double-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 0 20px; }
body.project_information.left-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 0 20px 320px; }
body.project_information.right-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 320px 20px 0; }

}

@media only screen and (max-width: 767px) {
.project_information.double-left-sidebar #container-wrap, .project_information.double-right-sidebar #container-wrap,
.project_information.left-sidebar #container-wrap, .project_information.right-sidebar #container-wrap,
.project_information.double-sidebar #container-wrap { padding-bottom: 0; }
.project_information #content, .project_information.left-sidebar #content, .project_information.right-sidebar #content, .project_information.double-left-sidebar #content, .project_information.double-sidebar #content { margin: 0; }
.project_information #dual-sidebar-outer, .project_information.double-left-sidebar #dual-sidebar-outer { margin: 20px 0 0; float: left; }
.project_information.left-sidebar #sidebar-1-wrap, .project_information.right-sidebar #sidebar-1-wrap, .project_information.double-sidebar #sidebar-1-wrap { margin: 20px 0 0; }
.project_information #dual-sidebar-outer, .project_information.double-left-sidebar #dual-sidebar-outer, .project_information #sidebar-1-wrap, .project_information.double-left-sidebar #sidebar-1-wrap,
.project_information .left-sidebar #sidebar-1-wrap, .project_information.right-sidebar #sidebar-1-wrap, .project_information.double-sidebar #sidebar-1-wrap,
.project_information #sidebar-2-wrap, .project_information.double-left-sidebar #sidebar-2-wrap, .project_information.double-sidebar #sidebar-2-wrap,
.project_information #sidebar-1, .project_information.double-left-sidebar #sidebar-1, .project_information.right-sidebar #sidebar-1, .project_information.left-sidebar #sidebar-1, .project_information.double-sidebar #sidebar-1,
.project_information #sidebar-2, .project_information.double-left-sidebar #sidebar-2, .project_information.double-sidebar #sidebar-2 { width: 100%; }
body.project_information.double-left-sidebar.slider-inside #ez-home-slider-container-wrap,
body.project_information.double-right-sidebar.slider-inside #ez-home-slider-container-wrap,
body.project_information.double-sidebar.slider-inside #ez-home-slider-container-wrap,
body.project_information.left-sidebar.slider-inside #ez-home-slider-container-wrap,
body.project_information.right-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 0 20px; }
.project_information #ez-home-slider.ez-widget-area, .project_information.slider-inside #ez-home-slider.ez-widget-area { padding-bottom: 0; }
.project_information #ez-feature-top-container, .project_information #ez-fat-footer-container { margin: 0 auto; padding-bottom: 0; float: left; }
.project_information#ez-feature-top-container .ez-widget-area,
.project_information#ez-fat-footer-container .ez-widget-area { width: 100%; padding-bottom: 20px; padding-left: 0 !important; }

}
/************************* 
	Responsive Custom Layout Styles
*************************/

@media only screen and (max-width: 980px) {

}

@media only screen and (min-width: 768px) and (max-width: 980px) {
.reports.double-sidebar #container-wrap { padding-bottom: 0; }
.reports #content { margin: 0 320px 0 0; }
.reports.double-left-sidebar #content { margin: 0 0 0 320px; }
.reports.double-sidebar #content { margin: 0; }
.reports #dual-sidebar-outer, .reports.double-left-sidebar #dual-sidebar-outer { width: 300px; margin: 0 0 0 -300px; }
.reports.double-left-sidebar #dual-sidebar-outer { margin: 0 -300px 0 0; }
.reports #sidebar-1-wrap, .reports #sidebar-2-wrap, .reports.double-left-sidebar #sidebar-1-wrap, .reports.double-left-sidebar #sidebar-2-wrap,
.reports #sidebar-1, .reports #sidebar-2, .reports.double-left-sidebar  #sidebar-1, .reports.double-left-sidebar #sidebar-2 { width: 300px; }
.reports.double-sidebar #sidebar-1-wrap, .reports.double-sidebar #sidebar-2-wrap { margin: 20px 0 0; width: 49%; }
.reports.double-sidebar #sidebar-1, .reports.double-sidebar #sidebar-2 { width: 100%; }
body.reports.double-left-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 0 20px 320px; }
body.reports.double-right-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 320px 20px 0; }
body.reports.double-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 0 20px; }
body.reports.left-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 0 20px 320px; }
body.reports.right-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 320px 20px 0; }

}

@media only screen and (max-width: 767px) {
.reports.double-left-sidebar #container-wrap, .reports.double-right-sidebar #container-wrap,
.reports.left-sidebar #container-wrap, .reports.right-sidebar #container-wrap,
.reports.double-sidebar #container-wrap { padding-bottom: 0; }
.reports #content, .reports.left-sidebar #content, .reports.right-sidebar #content, .reports.double-left-sidebar #content, .reports.double-sidebar #content { margin: 0; }
.reports #dual-sidebar-outer, .reports.double-left-sidebar #dual-sidebar-outer { margin: 20px 0 0; float: left; }
.reports.left-sidebar #sidebar-1-wrap, .reports.right-sidebar #sidebar-1-wrap, .reports.double-sidebar #sidebar-1-wrap { margin: 20px 0 0; }
.reports #dual-sidebar-outer, .reports.double-left-sidebar #dual-sidebar-outer, .reports #sidebar-1-wrap, .reports.double-left-sidebar #sidebar-1-wrap,
.reports .left-sidebar #sidebar-1-wrap, .reports.right-sidebar #sidebar-1-wrap, .reports.double-sidebar #sidebar-1-wrap,
.reports #sidebar-2-wrap, .reports.double-left-sidebar #sidebar-2-wrap, .reports.double-sidebar #sidebar-2-wrap,
.reports #sidebar-1, .reports.double-left-sidebar #sidebar-1, .reports.right-sidebar #sidebar-1, .reports.left-sidebar #sidebar-1, .reports.double-sidebar #sidebar-1,
.reports #sidebar-2, .reports.double-left-sidebar #sidebar-2, .reports.double-sidebar #sidebar-2 { width: 100%; }
body.reports.double-left-sidebar.slider-inside #ez-home-slider-container-wrap,
body.reports.double-right-sidebar.slider-inside #ez-home-slider-container-wrap,
body.reports.double-sidebar.slider-inside #ez-home-slider-container-wrap,
body.reports.left-sidebar.slider-inside #ez-home-slider-container-wrap,
body.reports.right-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 0 20px; }
.reports #ez-home-slider.ez-widget-area, .reports.slider-inside #ez-home-slider.ez-widget-area { padding-bottom: 0; }
.reports #ez-feature-top-container, .reports #ez-fat-footer-container { margin: 0 auto; padding-bottom: 0; float: left; }
.reports#ez-feature-top-container .ez-widget-area,
.reports#ez-fat-footer-container .ez-widget-area { width: 100%; padding-bottom: 20px; padding-left: 0 !important; }

}

/************************* 
	Default Responsive Styles
*************************/

@media screen and (min-device-width: 320px) and (max-device-width: 1024px)
{
/* CSS for iPhone and iPad only */
html { -webkit-text-size-adjust: none; /* Prevent font scaling in landscape */ }
}

@media only screen and (max-width: 980px) {
#wrap { margin: 0 auto; border: 0; -webkit-border-radius: 0; border-radius: 0; -webkit-box-shadow: none; box-shadow: none; }
#header { height: auto; }
#header-left { height: 74px; padding-left: 0; text-align: center; float: none; }
#header-left, #header-right { max-width: none; width: 100%; }
#header-right { padding: 0; }
.logo-image #header #header-left { margin: 0 auto; float: none; }
#navbar-1-wrap, #navbar-2-wrap { display: none; }
#dropdown-nav-1-wrap, #dropdown-nav-2-wrap { padding: 0 0px 0 0px; display: block; }
.catalyst-hybrid-odd.catalyst-hybrid-columns, .catalyst-hybrid-even.catalyst-hybrid-columns { width: 100%; }
#ez-home-container-wrap, #ez-home-sidebar-1-wrap { width: 100%; }
#ez-home-sidebar-1-wrap { margin: 20px 0 0; float: left; }
.footer-left, .footer-right { padding: 0; float: none; text-align: center; clear: both; }

}

@media only screen and (min-width: 768px) and (max-width: 980px) {
.double-sidebar #container-wrap { padding-bottom: 0; }
#content { margin: 0 320px 0 0; }
.double-left-sidebar #content { margin: 0 0 0 320px; }
.double-sidebar #content { margin: 0; }
#dual-sidebar-outer, .double-left-sidebar #dual-sidebar-outer { width: 300px; margin: 0 0 0 -300px; }
.double-left-sidebar #dual-sidebar-outer { margin: 0 -300px 0 0; }
#sidebar-1-wrap, #sidebar-2-wrap, .double-left-sidebar #sidebar-1-wrap, .double-left-sidebar #sidebar-2-wrap,
#sidebar-1, #sidebar-2, .double-left-sidebar  #sidebar-1, .double-left-sidebar #sidebar-2 { width: 300px; }
.double-sidebar #sidebar-1-wrap, .double-sidebar #sidebar-2-wrap { margin: 20px 0 0; width: 49%; }
.double-sidebar #sidebar-1, .double-sidebar #sidebar-2 { width: 100%; }
#catalyst-125-ads { margin: 0 0 0 5px; }
body.double-left-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 0 20px 320px; }
body.double-right-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 320px 20px 0; }
body.double-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 0 20px; }
body.left-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 0 20px 320px; }
body.right-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 320px 20px 0; }

}

@media only screen and (min-width: 480px) and (max-width: 980px) {

}

@media only screen and (max-width: 767px) {
.double-left-sidebar #container-wrap, .double-right-sidebar #container-wrap,
.left-sidebar #container-wrap, .right-sidebar #container-wrap,
.double-sidebar #container-wrap { padding-bottom: 0; }
#content, .left-sidebar #content, .right-sidebar #content, .double-left-sidebar #content, .double-sidebar #content { margin: 0; }
#dual-sidebar-outer, .double-left-sidebar #dual-sidebar-outer { margin: 20px 0 0; float: left; }
.left-sidebar #sidebar-1-wrap, .right-sidebar #sidebar-1-wrap, .double-sidebar #sidebar-1-wrap { margin: 20px 0 0; }
#dual-sidebar-outer, .double-left-sidebar #dual-sidebar-outer, #sidebar-1-wrap, .double-left-sidebar #sidebar-1-wrap,
.left-sidebar #sidebar-1-wrap, .right-sidebar #sidebar-1-wrap, .double-sidebar #sidebar-1-wrap,
#sidebar-2-wrap, .double-left-sidebar #sidebar-2-wrap, .double-sidebar #sidebar-2-wrap,
#sidebar-1, .double-left-sidebar #sidebar-1, .right-sidebar #sidebar-1, .left-sidebar #sidebar-1, .double-sidebar #sidebar-1,
#sidebar-2, .double-left-sidebar #sidebar-2, .double-sidebar #sidebar-2 { width: 100%; }
.ez-five-sixths, .ez-four-fifths, .ez-four-sixths, .ez-one-fifth, .ez-one-fourth,
.ez-one-half, .ez-one-sixth, .ez-one-third, .ez-three-fifths, .ez-three-fourths,
.ez-three-sixths, .ez-two-fifths, .ez-two-fourths, .ez-two-sixths, .ez-two-thirds { width: 100%; padding: 0 0 20px; }
body.double-left-sidebar.slider-inside #ez-home-slider-container-wrap,
body.double-right-sidebar.slider-inside #ez-home-slider-container-wrap,
body.double-sidebar.slider-inside #ez-home-slider-container-wrap,
body.left-sidebar.slider-inside #ez-home-slider-container-wrap,
body.right-sidebar.slider-inside #ez-home-slider-container-wrap { margin: 0 0 20px; }
#ez-home-slider.ez-widget-area, .slider-inside #ez-home-slider.ez-widget-area { padding-bottom: 0; }
#home-hook-wrap { padding-bottom: 0; }
#ez-home-container-wrap, .ez-home-container-area,
#ez-feature-top-container, #ez-fat-footer-container { margin: 0 auto; padding-bottom: 0; }
#ez-home-container-wrap .ez-widget-area,
#ez-feature-top-container .ez-widget-area,
#ez-fat-footer-container .ez-widget-area { width: 100%; padding-bottom: 20px; padding-left: 0 !important; }
#ez-home-sidebar-1-wrap { margin: 0; }

}

@media only screen and (min-width: 480px) and (max-width: 767px) {

}

@media only screen and (max-width: 479px) {

}

/* Custom CSS */

#home-hook-wrap {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #E8E8E8;
    border-style: solid;
    border-width: 0;
    clear: both;
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
}

body.child_home #ez-home-slider-container-wrap, body.child_home #ez-home-slider {
	max-width: 100%;
	display: block;
}

#ez-home-slider {
	height: auto;
}

.responsive-slider.flexslider {
	margin-bottom: 0px;
}

body.home-top-single #ez-home-top-container .ez-widget-area, body.home-middle-single #ez-home-middle-container .ez-widget-area, body.home-bottom-single #ez-home-bottom-container .ez-widget-area {
	max-width: 100%;
}

#navbar-1-wrap {
background: #abb6cc;
background: -moz-linear-gradient(top,  #abb6cc 0%, #abb6cc 18%, #a0abc1 33%, #798498 69%, #6a7589 90%, #697488 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#abb6cc), color-stop(18%,#abb6cc), color-stop(33%,#a0abc1), color-stop(69%,#798498), color-stop(90%,#6a7589), color-stop(100%,#697488));
background: -webkit-linear-gradient(top,  #abb6cc 0%,#abb6cc 18%,#a0abc1 33%,#798498 69%,#6a7589 90%,#697488 100%);
background: -o-linear-gradient(top,  #abb6cc 0%,#abb6cc 18%,#a0abc1 33%,#798498 69%,#6a7589 90%,#697488 100%);
background: -ms-linear-gradient(top,  #abb6cc 0%,#abb6cc 18%,#a0abc1 33%,#798498 69%,#6a7589 90%,#697488 100%);
background: linear-gradient(to bottom,  #abb6cc 0%,#abb6cc 18%,#a0abc1 33%,#798498 69%,#6a7589 90%,#697488 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#abb6cc', endColorstr='#697488',GradientType=0 );
} 

#nav-1 li a:hover, #nav-1 li a:active {
    background: #94a3c0;
background: -moz-linear-gradient(top,  #94a3c0 0%, #94a3c0 18%, #7f8eab 38%, #7b89a4 41%, #76849f 46%, #63718c 59%, #495771 82%, #42506a 90%, #42506a 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#94a3c0), color-stop(18%,#94a3c0), color-stop(38%,#7f8eab), color-stop(41%,#7b89a4), color-stop(46%,#76849f), color-stop(59%,#63718c), color-stop(82%,#495771), color-stop(90%,#42506a), color-stop(100%,#42506a));
background: -webkit-linear-gradient(top,  #94a3c0 0%,#94a3c0 18%,#7f8eab 38%,#7b89a4 41%,#76849f 46%,#63718c 59%,#495771 82%,#42506a 90%,#42506a 100%);
background: -o-linear-gradient(top,  #94a3c0 0%,#94a3c0 18%,#7f8eab 38%,#7b89a4 41%,#76849f 46%,#63718c 59%,#495771 82%,#42506a 90%,#42506a 100%);
background: -ms-linear-gradient(top,  #94a3c0 0%,#94a3c0 18%,#7f8eab 38%,#7b89a4 41%,#76849f 46%,#63718c 59%,#495771 82%,#42506a 90%,#42506a 100%);
background: linear-gradient(to bottom,  #94a3c0 0%,#94a3c0 18%,#7f8eab 38%,#7b89a4 41%,#76849f 46%,#63718c 59%,#495771 82%,#42506a 90%,#42506a 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94a3c0', endColorstr='#42506a',GradientType=0 );
}

#nav-1 li.current_page_item a, #nav-1 li.current-menu-item a, #nav-1 li.current-cat a {
background: #94a3c0;
background: -moz-linear-gradient(top,  #94a3c0 0%, #94a3c0 18%, #7f8eab 38%, #7b89a4 41%, #76849f 46%, #63718c 59%, #495771 82%, #42506a 90%, #42506a 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#94a3c0), color-stop(18%,#94a3c0), color-stop(38%,#7f8eab), color-stop(41%,#7b89a4), color-stop(46%,#76849f), color-stop(59%,#63718c), color-stop(82%,#495771), color-stop(90%,#42506a), color-stop(100%,#42506a));
background: -webkit-linear-gradient(top,  #94a3c0 0%,#94a3c0 18%,#7f8eab 38%,#7b89a4 41%,#76849f 46%,#63718c 59%,#495771 82%,#42506a 90%,#42506a 100%);
background: -o-linear-gradient(top,  #94a3c0 0%,#94a3c0 18%,#7f8eab 38%,#7b89a4 41%,#76849f 46%,#63718c 59%,#495771 82%,#42506a 90%,#42506a 100%);
background: -ms-linear-gradient(top,  #94a3c0 0%,#94a3c0 18%,#7f8eab 38%,#7b89a4 41%,#76849f 46%,#63718c 59%,#495771 82%,#42506a 90%,#42506a 100%);
background: linear-gradient(to bottom,  #94a3c0 0%,#94a3c0 18%,#7f8eab 38%,#7b89a4 41%,#76849f 46%,#63718c 59%,#495771 82%,#42506a 90%,#42506a 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94a3c0', endColorstr='#42506a',GradientType=0 );
}

body.home .ez-widget-area ul, .ez-widget-area ol {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

#ez-home-top-1 {
	margin-top: 5px;
	margin-bottom: 5px;
}

.intro-text-heading {
	font-size: 19px;
	line-height: 1.4em;
	color: #697488;
}

.intro-text {
	font-size: 17px;
	line-height: 1.4em;
	color: #697488;
	text-align: justify;
}

#header {
	margin-bottom: 20px;
}

#ez-home-bottom-1 .textwidget, #ez-home-bottom-2 .php-textwidget, #ez-home-bottom-3 .textwidget {
	margin-top: 10px;
}

#ez-home-bottom-1 .php-textwidget {
	margin-top: 10px;
	margin-bottom: 20px;
}

#content .entry-header h1 {
	padding-bottom: 18px;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	margin: 0 0 0.8em;
}

body.aim_rule_26 #sidebar-1 .p-text p {
	margin-bottom: 1em !important;
}

body.investor_resources #sidebar-1 .p-text p {
	margin-bottom: 1em !important;
}

body.contact_us .textwidget p {
	margin-bottom: 1em !important;
}

.button-grey, #fsc-submit-1 {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;

}.button-grey:hover, #fsc-submit-1:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;

}.button-grey:active, #fsc-submit-1:active {
	position:relative;
	top:1px;
}

table td {
	border: 1px dotted #d0d7e6;
  	padding: 4px;
	line-height: normal;
}

table { 
	border-collapse: collapse;
	margin-bottom:20px;
}

ul.zilla-nav {
	padding-bottom: 0px!important;
}

.section-image {
	margin-bottom: 10px;
}

.section-image img {
	max-width: 100%;
	height: auto;
	display: block;
}

.responsive-slider.flexslider .slide-title a {
	display: none;
}

.responsive-slider.flexslider {
	margin-bottom: 0px;
}

.wp-post-image, #sidebar-1 .catalyst-excerpt-widget img, #sidebar-2 .catalyst-excerpt-widget img, #ez-home-sidebar-1 .catalyst-excerpt-widget img {
  	padding: 0px !important;
}

#FSContact1 {
	margin-bottom: 25px;
}

.submenu {
	margin-bottom: 20px;
}

body.project_information .textwidget ul, 
body.investor_resources .textwidget ul, 
body.aim_rule_26 .textwidget ul,
body.about_us .textwidget ul,
body.news_and_research .textwidget ul {
	padding-left: 15px !important;
	padding-top: 0px !important;
}

.research {
	margin-top: 10px;
}

div#rssincl-box-31056 {
  	border: 0px solid #D1D2E6 !important;
  	height: 370px!important;
  	overflow: auto;
  	width: 280px!important;
}

div#rssincl-box-31056 div.rssincl-head {
	  display: none;
}

div#rssincl-box-31056 p {
  	padding: 0 0 5px!important;
	line-height: 22px!important;
}

div#rssincl-box-31056 div.rssincl-content div.rssincl-entry {
  	background-color: #FFFFFF;
  	border-bottom: 0px solid #D1D2E6!important;
  	padding-bottom: 15px!important;
}

div#rssincl-box-31056 div.rssincl-entry a:link, div#rssincl-box-31056 div.rssincl-entry a:active, div#rssincl-box-31056 div.rssincl-entry a:visited {
  	color: #21759B!important;
	text-decoration: none!important;
}

div#rssincl-box-31056 div.rssincl-entry a:hover {
  	color: #D54E21!important;
	text-decoration: underline!important;
}

div#rssincl-box-31056 div.rssincl-content div.rssincl-entry div.rssincl-itemdesc, div#rssincl-box-31056 div.rssincl-content div.rssincl-entry div.rssincl-itemdesc * {
  	color: #111111!important;
  	font-family: Arial,Helvetica,sans-serif;
  	font-size: 13px!important;
	line-height: 22px;
}

#nav-1 li li a, #nav-1 li li a:link, #nav-1 li li a:visited {
	font-weight: normal;
	font-size: 15px;
}

div#rssincl-box-31056 div.rssincl-content div.rssincl-entry p.rssincl-itemtitle {
  margin-bottom: 0px!important;
}

.investor-latest-news h4 {
	display: none;
}

body.page-id-715 #content .post ul li, body.page-id-715 #content .page ul li, body.page-id-715 #content article ul li {
	list-style-type: none;
	margin-top: 0;
	margin-right: 6px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}

.investor-latest-news ul li {
	list-style-type: none;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px !important;
}

#php-text-8 div#rssincl-box-31056 {
  	border: 0px solid #D1D2E6 !important;
  	width: 100%!important;
}

.wp-showcase li {
	margin-left: 5px!important;
	margin-right: 5px!important;
	margin-bottom: 4px!important;
}

.wp-showcase-gallery li img:hover {
	opacity: 0.7;
}

#wp-showcase-958 {
	margin-top: 25px;
}

.haiku-graphical-container {
	width: 96.5%;
}

body.page-id-12 .haiku-graphical-container {
	width: 280px;
}

#ez-home-top-container h2 {
	margin: 0 0 0.8em;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#ez-fat-footer-3 .textwidget p, #ez-fat-footer-1 .textwidget p {
	margin-bottom: 1em;
}

/* Custom Responsive CSS */

@media only screen and (max-width: 980px) {

}

@media only screen and (min-width: 768px) and (max-width: 980px) {
#header-right img {
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 7px;
}
}

@media only screen and (min-width: 480px) and (max-width: 980px) {
#header-right img {
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 7px;
}

.haiku-time-holder {
	display: none!important;
}
}

@media only screen and (max-width: 767px) {
#header-right img {
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 7px;
}

.haiku-time-holder {
	display: block;
}

#ez-fat-footer-container img {
	width: 45%;
	height: auto;
	float: left;
	margin-right: 20px;
}

#ez-fat-footer-container ul {
	overflow: hidden;
}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
#header-right img {
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 7px;
}
}

@media only screen and (max-width: 479px) {
#ez-home-slider-container-wrap  {
	display: none !important;
}

.section-image {
	display: none;
}

#ez-fat-footer-container img {
	width: 100%;
	height: auto;
	float: none;
	margin-right: 0px;
}

#ez-fat-footer-container ul {
	overflow: visible;
}
}