@import url('avenir/style.css');

body {margin:0px; color:#000000; font-family: 'Avenir'; font-size:18px; line-height:140%;}
form{ margin:0px; padding:0px;}
img{border-style:none;}
h1,h2,h3,h4,p,ul,ol{ margin:0px; padding:0px; padding-bottom:10px;}
ul,ol{padding-left:25px;}
*{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing:border-box;}
.no_bullets li{list-style:none}
a{text-decoration: none; outline: 0;}
a{ color: #4bcb08; }
h1 { font-size: 36px; font-weight: bold; color: #000000; }
h2 { font-size: 30px; font-weight: normal; color: #4bcb08; }
.float_l {
	float: left;
	width: 100%;
}
.mobile-menu {
	display: none;
}
img{
	max-width: 100%;
}
.simple-text {
	float: left;
	width: 100%;
	padding-bottom: 10px;
	line-height: 25px;
}
.container {
	margin: 0 auto;
	width: 1200px;
}
.header.float_l {
	border-top: 7px solid #4bcb08;
	position: relative;
	z-index: 999;
}
.header .container {
	position: relative;
}
a.logo {
	float: left;
	position: absolute;
	left: 10px;
	top: 15px;
}
a.logo img {
	position: relative;
	z-index: 99;
}
a.logo:before {
	content: "";
	background-image: url(../images/logo-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 545px;
	height: 48px;
	position: absolute;
	left: 50%;
	bottom: -5px;
	margin-left: -272px;
}
.header-top-menu, .main-menu ul {
	float: right;
}

.header-top-menu a {
	float: left;
	font-size: 19px;
	line-height: 26px;
	color: #000;
	margin: 20px 26px 0 26px;
	position: relative;
}
.header-top-menu a:hover {
	color: #4bcb08;
}
.header-top-menu a:first-child:after {
	content: "";
	width: 2px;
	height: 20px;
	background-color: #6e8a47;
	position: absolute;
	right: -26px;
	top: 5px;
}
.header-top-menu a.help {
	font-weight: bold;
	color: #fff;
	margin: 7px 0 13px 0;
	padding: 9px 18px;
	background-color: #4bcb08;
	border-radius: 8px;
}
.header-top-menu a.help:hover {
	background-color: #282828;
}
.main-menu.float_l {
	background-color: rgba(0, 0, 0, .72);
	position: relative;
	z-index: 99;
}
.main-menu ul li, .main-menu ul li a {
	float: left;
}
.main-menu ul, .footer-menu ul{
	margin: 0;
	padding: 0;
}
.main-menu ul li a {
	color: #fff;
	font-size: 18px;
	margin: 0 0 0 42px;
	line-height: 22px;
	padding: 11px 0;
	position: relative;
}
.main-menu ul li a:hover {
	color: #4bcb08;
}
.main-menu ul li a:before {
	content: "";
	background-image: url(../images/menu-point.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 8px;
	height: 9px;
	position: absolute;
	left: -24px;
	top: 18px;
}
.main-menu ul li:first-child a:before {
	display: none;
}
.main-menu ul li:first-child a {
	margin-left: 0;
}
 
.footer.float_l {
	background-color: #e4e4e4;
	color:#000;
	padding: 30px 0 20px 0;
}
.footer-logo, .footer-logo img, .footer-menu, .footer-menu ul, .footer-menu li, .footer-menu a, .footer-add, .footer-social, .footer-social a, .footer-social img, .footer-other-logos, .footer-other-logos img {
	float: left;
}
.footer-logo {
	margin: 28px 0 0 0;
	width: 23%;
}
.footer-menu {
	padding: 0 0 0 30px;
	width: 48%;
}
.footer-add {
	width: 18%;
	color: #000;
}
.footer-social {
	width: 11%;
}
.footer-social a {
	margin: 6px 0 0 6px;
}
.footer-menu ul li {
	width: 36%;
	margin: 8px 0 14px 0;
}
.footer-menu ul li:nth-child(3n) {
	width: 28%;
}
.footer-menu a, .footer-add .simple-text a {
	color: #000;
}
.footer-menu a:hover, .footer-add .simple-text a:hover, .footer-copy-right a:hover {
	text-decoration: underline;
}
.footer-add .add-haed {
	font-size: 16px;
	font-weight: bold;
	line-height: 21px;
}
.footer-add .simple-text {
	font-size: 14px;
	line-height: 21px;
}
.footer-other-logos {
	margin: 36px 0;
}
.footer-other-logos img {
	margin: 0 23px;
}
.footer-copy-right {
	text-align: center;
	color: #000;
	font-size: 16px;
}
.footer-copy-right a {
	color: #000;
}
.footer-copy-right .divider {
	display: inline-block;
	padding: 0 8px;
}
a, a:hover {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}




.page-banner.float_l {
	background-image: url(../images/page-banner-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	margin-top: -44px;
}
.page-title.float_l {
	font-size: 50px;
	line-height: 56px;
	color: #fff;
	padding: 155px 0 12px 0;
}

.sidebar {
	background-color: #f1f8e5;
}
.sidebar ul {
	padding: 0 10px;
	margin: 0;
}
.sidebar ul li {
	border-bottom: 1px solid #c3dd9a;
	float: left;
	width: 100%;
}
.sidebar ul li a {
	color: #000000;
	display: block;
	padding: 20px 14px;
}
.sidebar ul li.active a {
	font-weight: bold;
}
.sidebar ul li.active a, .sidebar ul li a:hover {
	color: #4bcb08;
}

.content-sidebar h1 {
	font-size: 36px;
	font-weight: bold;
}
.content-sidebar h2 {
	font-size: 30px;
	font-weight: normal;
	color: #4bcb08;
}
.content-sidebar .zImageRight {
	border: 15px solid #d0f5bc;
	margin: 0 0 20px 20px;
}





.need-maintenance.float_l {
	background-image: url(../images/need-maintenance-bg.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: cover;
	background-color: #5fd621;
	margin: 25px 0 55px 0;
	font-size: 40px;
	line-height: 46px;
	padding: 18px 25px;
	color: #fff;
}
.need-maintenance a.contact {
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	float: right;
	margin: 5px 0 0 0;
	line-height: 28px;
	padding: 6px 45px;
	background-color: #000;
}
.need-maintenance a.contact:hover {
	background-color: #617837;
}












@media screen and (max-width: 1362px) {

	.header-top-menu a:first-child:after {
		right: -14px;
		top: 5px;
	}
	.header-top-menu a {
		font-size: 19px;
		line-height: 26px;
		margin: 20px 14px 0 14px;
	}
	.container {
	  width: 960px;
	}
	a.logo::before {
	  display: none;
	}
	a.logo {
	  left: 0;
	  margin: 5px 0 0;
	  position: relative;
	  top: 0;
	  width: 225px;
	}
	.header-top-menu a.help {
	  margin: 10px 0;
	}
	.footer-logo {
	  width: 180px;
	}
	.footer-menu ul li, .footer-menu ul li:nth-child(3n) {
	  width: 50%;
	}
	.footer-social {
	  width: 130px;
	}
	.footer-add {
	  width: 215px;
	}
	.footer-menu {
	  padding: 0 0 0 30px;
	  width: 435px;
	}
	.footer-other-logos img {
	  margin: 0 15px;
	  width: 210px;
	}

	.content-sidebar .zImageRight {
		max-width: 50%;
	}
	.need-maintenance.float_l {
		text-align: center;
		font-size: 30px;
	}
	.need-maintenance a.contact {
		white-space: nowrap;
		float: none;
	}
}
@media screen and (max-width: 992px) {
	.container {
	  width: 740px;
	}
	.header-top-menu a {
	  font-size: 18px;
	  line-height: 24px;
	  margin: 20px 15px 0;
	}
	.header-top-menu a:first-child::after {
	  right: -18px;
	  top: 4px;
	}
	.main-menu ul li a {
		margin: 0 0 0 21px;
	}
	.main-menu ul li a::before {
		left: -14px;
	}
	.footer-add {
	  display: none;
	}
	.footer-menu {
	  width: 430px;
	}
	.footer-menu ul li {
	  margin: 8px 0 0;
	}
	.footer-other-logos img {
	  margin: 0 10px;
	  width: 165px;
	}
	.footer-other-logos {
	  margin: 30px 0;
	}
}
@media screen and (max-width: 767px) {
	.header{ text-align:center;}
	a.logo{ margin:0 auto; float:none; display:inline-block; width:250px; margin-top:10px; }
	.header-top-menu{max-width:250px; float:none !important; text-align:center; margin:0 auto;}
	.header-top-menu a.help{ width:100%;}
	.mobileMenuDiv{width:100%; float:left;}
	.mobileMenuDiv ul{list-style:none; padding:0px; margin:0px;  }
	.mobileMenuDiv a:link, .mobileMenuDiv a:visited{ color:#FFF !important; outline: none;}
	.mobileMenuDiv a { clear: both; display: block; float: left; margin: 0; padding: 0 5% 15px; text-decoration: none; width: 100%; }
	.mobileMenuButton { border: 2px solid #fff; border-radius: 10px; clear: none; color: #fff; float: right; font-size: 26px; line-height: 26px; margin: 10px 6px; padding: 7px 10px; text-decoration: none;}
	.mobileMenuButton, .mobile-menu {display:block;}
	.mobileMenuDiv, .main-menu {display:none;}
	.mobileMenuDiv a:hover {text-decoration: underline;}
	.mobile-menu { background-color: #181818; float: left; position: relative; width: 100%; z-index: 9; padding: 5px 0;}
	.mobileMenuDiv {
		padding: 20px 0;
	}
	.mobileMenuButton {
		width: auto !important;
		padding: 7px 12px !important;
	}

	.container {
		min-width: 320px;
		padding-left: 5%;
		padding-right: 5%;
		width: 100%;
	} 
	.header-top-menu a{ margin-top:10px;}
	.header-top-menu a.help {
		display: block;
		margin-top:0px;
	}
	.helpheader1 {
		margin-top:10px !important;
	}
	.header-top-menu {
		float: right;
	}
	.main-menu ul {
		float: left;
	}
	.footer {
		text-align: center;
	}
	.footer-logo {
		margin: 0 auto;
		float: none;
	}
	.footer-logo img {
		margin-bottom: 20px;
	}
	.footer-menu {
		float: none;
		padding: 15px 0;
	}
	.footer-menu ul {
		float: none;
	}
	.footer-menu, .footer-menu ul li, .footer-menu ul li:nth-child(3n) {
		width: 100%;
		text-align: center;
	}
	.footer-menu a {
		float: none;
	}
	.footer-other-logos {
		margin: 20px 0;
	}
	.footer-other-logos img {
		margin: 2%;
		width: 45%;
	}
	.footer-copy-right {
		text-align: left;
	}
	.footer-add {
		display: block;
		width: 100%;
		padding: 20px 0;
	}
	.footer-social {
		display: block;
		width: 100%;
		text-align: center;
	}
	.footer-social a {
		float: none;
	}
	.footer-social img {
		float: none;
	}
	.footer-copy-right {
		text-align: center;
	}

	.content-sidebar .zImageRight {
		max-width: 100%;
		margin-left: 0;
	}
}
@media screen and (max-width: 479px) {
	.need-maintenance.float_l {
		text-align: center;
		font-size: 24px;
	}
	.need-maintenance a.contact {
		white-space: nowrap;
		float: none;
	}
}