body {
	margin: 0;
	color: #404040;
	font-size: 18px;
	background: #fff;
	line-height: 1.4;
	font-family: Arial,'Roboto',Helvetica,sans-serif;
}
label { display:block; margin-bottom: 5px;
    font-size: 16px; }
input.error, select.error, textarea.error { border: 1px solid red !important; }
label.error { 
	margin-bottom: 5px;
    position: relative;
    top: -15px;
    color: red;
}
hr {
	clear:both;
	border:0;
	border-bottom: 1px solid #ccc;
    margin: 70px 0;
}
.columns { overflow:hidden }
.header {
	float: left;
	width: 100%;
	padding: 25px 0 0;
	background: #ffffff;
	position:relative;
}
.logo {
	float: left;
	margin-bottom: 22px;
	position:absolute;
	left:15px;
	top:25px; z-index: 9;
}
.logo img {
	float: left;
	width: 324px;
  margin-left:20px;
}
.logo a:focus img { border-bottom:4px solid #005aa0; }
.top-right {
	float: right;
	width: 100%;
	padding-top: 27px;
	position: relative;
	margin-bottom: 0;
	/*padding-right: 150px;*/
}
.h1-size {font-size: 2em;}
.main-menu {
	float: right;
}
.main-menu ul {	
	float: left; 
}
.main-menu li {
	float: left;
	padding: 0 15px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Futura PT', Arial,'Roboto',Helvetica,sans-serif;
}
.main-menu li.serchimg { display:none; }
.main-menu li a { 
	color: #404040;
	float: left;
	position: relative;
	padding-bottom: 43px;
}
.main-menu li a:hover, .main-menu li a:focus, .main-menu li.current a {
	color: #005aa0;
	text-decoration:none;
}
.main-menu li a::after {
	width: 0;
	bottom: 0;
    height: 4px;
    content: '';
    display: block;
	position: absolute;
    background: #005aa0;
    transition: width .3s;
}
.main-menu li a:hover::after, .main-menu li a:focus::after, .main-menu li.current a::after { 
	width:100%; 
}
/*.searchbar {
	right:0;
	position:absolute;
}*/
li.searchbar {
	float: left;
	color: #ef353c;
	font-size: 16px;
	font-weight: bold;
	padding-right: 25px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Futura PT', Arial,'Roboto',Helvetica,sans-serif;
}
li.serchimg:before {
	/*right: 0;
	top: 0; position: absolute;*/
	cursor: pointer;
	color: #ef353c;
    font-size: 22px;
    content: "\f002";
	line-height: 22px;
	
	font-weight: normal;
    font-family: FontAwesome;
}
.serchimg:hover:before, .serchimg:focus:before { color:#404040; }
.serchimg.current:before { content:"\f00d"; color: #404040; }
li.searchbar a {
	color: #ef353c;
}
li.searchbar a:hover, li.searchbar a:focus, .serchimg:hover, .serchimg:focus {
    color: #404040;
}
li.searchbar a.loginbtn {
	width: 105px;
	color: #fff;
	float: left;
	margin-top: -5px;
	line-height: 36px;
	text-align: center;
	border-radius: 20px;
	background: #ed1c24;
	text-transform: capitalize;
	font-family: 'Futura PT Demi', Arial,'Roboto',Helvetica,sans-serif;
}
li.searchbar a.loginbtn .fa {
	font-size: 12px;
	margin-left: 5px;
}
li.searchbar a.loginbtn:hover, li.searchbar a.loginbtn:focus {
	background: #404040;
}
.back-search {
	top: 0;
	width: 95%;
	z-index: 11;
	right: 5%;
	display: none;
	padding: 15px;
	position: absolute;
	background: #0064a8;
	border-radius: 10px;
}
#search_form { 
	float:right;
	width: 100%;
	position: relative;
}
#search_form form input[type=text] {
	border:0;
	margin:0;
	border-radius: 10px;
	padding-right: 50px;
    background:#fafafa!important;
}
#search_form form input[type=submit] {
	right: 0;
    border: 0;
	width: 40px;
	color: #fff;
	font-weight: 500;
	border-radius: 0;
    padding: 10px 8px;
	position: absolute;
	background: #ef353c;
	border-radius: 0 8px 8px 0;
	font-family: 'Futura PT', Arial,'Roboto',Helvetica,sans-serif;
}
#search_form form input[type=submit]:hover, #search_form form input[type=submit]:focus {
	background: #404040;
}
.banner {
	float: left;
	width: 100%;
	padding-top:40px;
}
.left-banner {
	    float: left;
    width: 50%;
    max-height: 820px;
    padding-top: 48px;
    text-align: right;
    padding-left: 7%;
    padding-right: 5%;
    padding-bottom: 150px;
	border-right: 1px solid #fff;
    /*background: url(images/left-banner.jpg) no-repeat 0px -80px;
    background-size: cover;*/
}

.banner-content {
	float: right;
	width: 500px;
	max-width: 100%;
	position: relative;
	padding-bottom: 80px;
}
.banner-content h2 {
	color:#005aa0;
	font-size: 2em;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Futura PT Demi', Arial,'Roboto',Helvetica,sans-serif;
}
.banner-content p {
	    color: #333;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: -39px;
    z-index: 9999;
    position: absolute;
}
a.learnmore {
    right: 0;
    bottom: 30px;
    color: #404040;
    width: 100%;
    padding: 15px;
    max-width: 100%;
    font-size: 20px;
    font-weight: 600;
    margin-top:50px;
    position: absolute;
    text-align: center;
    position: absolute;
    border-radius: 40px;
    background: #ffd204;
    font-family: 'Futura PT Demi', Arial,'Roboto',Helvetica,sans-serif;
}
a.learnmore::after {
	top: 50%;
	right: 32px;
	margin-top: -8px;
	font-size: 18px;
	content: "\f054";
	line-height: 16px;
	font-style: normal;
	position: absolute;
	font-weight: normal;
	font-family: FontAwesome;
}
a.learnmore:hover, a.learnmore:focus {
	color: #fff !important;
	background: #0064a8 !important;
	    text-decoration: underline;
}
.right-banner {
	float: left;
	width: 50%;
	max-height: 820px;
	padding-left: 5%;
	border-left: 1px solid #4040401f;
	padding-right: 7%;
	padding-top: 48px;
	padding-bottom: 150px;
	/*background:url(images/right-banner.jpg) no-repeat center -80px;
	background-size: cover;*/
}
.right-banner .banner-content {
	float: left;
}
.right-banner a.learnmore {
	color: #fff;
	left: 0;
	background: #ed1c24;
}
.experts {
	float: left;
	width: 100%;
	padding-top: 50px;
	text-align: center;
}
.experts h2 {
	color: #404040;
	font-size: 3em;
	line-height: 1.1;
	margin-bottom: 70px;
	font-family: 'Futura PT', Arial,'Roboto',Helvetica,sans-serif;
}
.experts img {
	display: block;
	margin: 0 auto 65px;
}
.experts h3 {
	color: #404040;
	font-size: 2em;
	line-height: 1.1;
	font-weight: 500;
    font-style: normal;
	margin-bottom: 125px;
	font-family: 'Futura PT', Arial,'Roboto',Helvetica,sans-serif;
}
.about-right {
    float: right;
    width: 40%;
    margin-right:30%;
	border-bottom: 3px solid #d0d3da;
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.embed-container.vid { padding-bottom: 100%; }
.embed-container iframe, .embed-container object, .embed-container embed, .embed-container .wistia_embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.solutions {
	float: left;
	width: 100%;
	padding-top: 100px;
	text-align: center;
	padding-bottom: 20px;
}
.solutions h2 {
	color: #404040;
	font-size: 3em;
	line-height: 1.1;
	font-weight: 500;
    font-style: normal;
	margin-bottom: 55px;
	font-family: 'Futura PT', Arial,'Roboto',Helvetica,sans-serif;
}
.solutions-bar {
	float: left;
	width: 100%;
	position: relative;
	min-height: 420px;
}
.residential-solar {
	left: 0;
	width: 35%;
	z-index: 6;
	float: left;
	cursor: all-scroll;
	background: #fff;
	position: absolute;
	text-align: center;
	margin-bottom: 50px;
	padding: 40px 30px 30px;
	box-shadow: 0px 0px 66px 0px rgba(0, 0, 0, 0.19);
}
.residential-solar2 {
	left: 13%;
	z-index: 5;
}
.residential-solar3 {
	left: 26%;
	z-index: 4;
}
.residential-solar4 {
	left: 39%;
	z-index: 3;
}
.residential-solar5 {
	left: 52%;
	z-index: 2;
}
.residential-solar6 {
	left: 65%;
	z-index: 1;
}
.residential-solar:hover, .residential-solar:focus {
	z-index: 9 !important;
}
.residential-solar img {
	display: block;
	margin: 0 auto 60px;
}
.residential-solar a {
	color: #404040;
	width: 320px;
	padding: 6px;
	max-width: 100%;
	font-size: 24px;
	background: #ffd204;
	border-radius: 40px;
	display: inline-block;
	font-family: 'Futura PT Demi', Arial,'Roboto',Helvetica,sans-serif;
}
.residential-solar a:hover, .residential-solar a:focus {
	color: #fff;
	background: #404040;
}
.home-blue {
	float: left;
	width: 100%;
	padding-top: 68px;
	text-align: center;
	background: #0064a8;
	padding-bottom: 90px;
}
.home-blue h3 {
	color: #fff;
	font-size: 3em;
	font-weight: 500;
	margin-bottom: 54px;
	font-family: 'Futura PT', Arial,'Roboto',Helvetica,sans-serif;
}
a.contact-btn {
	color: #404040;
	min-width: 296px;
	padding: 11px 40px;
	max-width: 100%;
	font-size: 30px;
	font-weight: 600;
	position: relative;
	border-radius: 40px;
	background: #ffd204;
	display: inline-block;
	text-align:center;
	font-family: 'Futura PT Demi', Arial,'Roboto',Helvetica,sans-serif;
}
a.contact-btn::after {
	top: 50%;
	right: 20px;
	margin-top: -8px;
	font-size: 18px;
	content: "\f054";
	line-height: 16px;
	font-style: normal;
	position: absolute;
	font-weight: normal;
	font-family: FontAwesome;
}
a.contact-btn:hover, a.contact-btn:focus {
	color: #fff;
	background: #404040;
}
.footer {
	float: left;
	width: 100%;
	padding-top: 86px;
	background: #f5f5f5;
}
.footer-menu {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
.footer-menu ul ul {
	margin:10px 0 1px 26px;	
}
.footer-menu ul ul li:last-child { margin-bottom:0; }
.footer-menu h3, .footer-menu-heading {
	color: #404040;
	font-size: 30px;
	line-height: 35px;
	font-weight: 500;
	font-style: normal;
	margin-bottom: 50px;
	font-family: 'Futura PT', Arial,'Roboto',Helvetica,sans-serif;
}
.footer-menu li {
	float: left;
    width: 100%;
    font-size: 15px;
    margin: 0 0 16px;
}
.footer-menu li a {
	color: #404040;
}
.footer-menu li a:hover, .footer-menu li a:focus {
	color: #404040;
	text-decoration:underline;
}
.footer-bottom {
	float: left;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 30px;
	border-top: 1px solid #b9b9b9;
}
span.copyrights {
	float: left;
	color: #404040;
	font-size: 17px;
	padding-right: 15px;
	margin-bottom: 20px;
}
.footer-bottom ul {
	float: right;
	margin-bottom: 20px;
}
.footer-bottom li {
	float: left;
	font-size: 17px;
	position: relative;
	padding-right: 14px;
	padding-left: 12px;
	text-transform: uppercase;
}
.footer-bottom li:last-child {
	padding-right: 0;
}
.footer-bottom li::after {
	right: 0;
	content:"|";
	position: absolute;
}
.footer-bottom li:last-child::after {
	display: none;
}
.footer-bottom li a {
	color: #404040;
}
.footer-bottom li a:hover, .footer-bottom li a:focus {
	color: #404040;
}
.page-banner {
	float: left;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 45px;
}
.page-banner h1, .page-banner .morethan {
	text-align: center;
}
.pt1.page-banner { padding-top:120px; }
.pt2.page-banner { padding-top:190px; }
.pt3.page-banner { padding-top:260px; }
.breadcrumbs {
	float: left;
	width: 100%;
	margin-bottom:35px;
}
.breadcrumbs ul {
	float: left;
	width: 100%;
	text-align: center;
}
.breadcrumbs li {
	color: #0064a8;
	font-size: 20px;
	font-weight: 500;
	display: inline-block;
	font-family: 'Futura PT', Arial,'Roboto',Helvetica,sans-serif;
}
.breadcrumbs li::after {
	content:'>';
	margin-right: 5px;
	margin-left: 10px;
}
.breadcrumbs li:last-child {
	text-decoration: underline;
}
.breadcrumbs li:last-child::after {
	display: none;
}
.breadcrumbs li a {
	color: #0064a8;
}
.breadcrumbs li a:hover, .breadcrumbs li a:focus {
	color: #404040;
}
.page-banner h1 {
	clear: both;
	line-height: 1;
	font-size: 2.6em;
	margin-bottom: 25px;
	font-family: 'Futura PT', Arial,'Roboto',Helvetica,sans-serif;
}
.page-banner img, img.botline {
	display: block;
	margin: 0 auto 50px;
}
.page-banner p {
	color: #707070;
	font-size: 16px;
	line-height: 1.4;

}
h2.solar-heading {
	clear: both;
	font-size: 3em;
	font-weight: 500;
	text-align: center;
	margin-bottom: 50px;
	font-family: 'Futura PT', Arial,'Roboto',Helvetica,sans-serif;
}
.solar-program {
	float: left;
	width: 100%;
	padding: 40px 30px;
	text-align: center;
	background: #f8f8f8;
	border-radius: 10px;
	margin-bottom: 80px;
}
.solar-program:hover, .solar-program:focus {
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.16); 
}
.solar-program img {
	display: block;    border-radius: 10px;
	margin: 0 auto 20px;
}
.solar-program h3 {
    clear: both;
    color: #404040;
    font-size: 1.4em;
    font-weight: 500;
    font-family: 'Futura PT', Arial,'Roboto',Helvetica,sans-serif;
    margin-top: 10px;
}
.row {
    width: 1200px;
    }
.solar-program p {
	color: #707070;
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 60px;
}
.solar-program a.learnmore {
	right: inherit;
	position: relative;
	display: inline-block;
}
.solar-program a:hover, .solar-program a:focus {
	color: #fff;
	background: #404040;
}
.blue-solar {
	float: left;
	width: 100%;
	color: #fff;
	padding: 100px 0;
	background: #0064a8 url(images/blue-cat-bg.jpg) no-repeat right center;
	background-size: cover;
}
.blue-solar h2, .new-renewables h2, .new-retail-supply h2 {
	font-size: 2.5em;
	font-weight: 500;
	line-height: 1.1;
	margin-bottom: 35px;
	font-family: 'Futura PT', Arial,'Roboto',Helvetica,sans-serif;
}
.blue-solar p {
	font-size: 22px;
	line-height: 1.5;
	word-spacing: 1px;
	margin-bottom: 40px;
}
.blue-solar a.learnmore, .electric-charging a.learnmore {
	position: relative;
	display: inline-block;
}
.blue-solar a.learnmore:hover, .blue-solar a.learnmore:focus {
	color: #fff !important;
	background: #404040 !important;
}
.electric-wrapper {
	float: left;
	width: 100%;
	padding: 100px 0 80px;
	background: #fff url(images/electric-charging.jpg) no-repeat right center;
	background-size: cover;
}
.electric-charging {
	float: left;
	width: 630px;
	max-width: 100%;
}
.electric-charging h2 {
	font-size: 2.5em;
	font-weight: 500;
	line-height: 1.1;
	margin-bottom: 40px;
	font-family: 'Futura PT', Arial,'Roboto',Helvetica,sans-serif;
}
.electric-charging p {
	color: #707070;
	font-size: 22px;
	line-height: 1.5;
	margin-bottom: 45px;
}
.community-serve {
	float: left;
	width: 100%;
	padding: 65px 0;
	text-align: center;
	background: #ffd204 url(images/community-serve.jpg) no-repeat center top;
	background-size: cover;
}
.community-serve h2 {
	font-size: 2.5em;
	font-weight: 500;
	line-height: 1.1;
	margin-bottom: 60px;
	font-family: 'Futura PT', Arial,'Roboto',Helvetica,sans-serif;
}
.community-serve ul {
	float: left;
	width: 100%;
	text-align: center;
}
.community-serve li {
	width: 33%;
	font-size: 52px;
	padding: 0 20px;
	margin-bottom: 15px;
	display: inline-block;
	font-family: 'Futura PT Demi', Arial,'Roboto',Helvetica,sans-serif;
}
.community-serve h6 {
	padding-bottom: 22px;
	display: inline-block;
	border-bottom: 5px solid #fff;
}
.incentive-wrapper {
	float: left;
	width: 100%;
	margin-top:0px;
	color: #fff;
	padding: 30px 30px 20px 30px;
	background: #0064a8;
}
.incentive-top {
	margin: auto;
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}
.incentive-top h2 {
	font-size: 2.25em;
	font-weight: 500;
	position: relative;
	margin-bottom: 45px;
	padding-bottom: 42px;
	font-family: 'Futura PT', Arial,'Roboto',Helvetica,sans-serif;
}
.incentive-top h2::after {
	left: 50%;
	bottom: 0;
	content:"";
	width: 150px;
	height:  4px;
	margin-left: -75px;
	position: absolute;
	background: #ffd205;
}
.incentive-top p, .incentive p {
	font-size: 16px;
}
.incentive {
	float: left;
	width: 100%;
}
.incentive > div {
	float: left;
	width: 38%;
	margin-bottom: 50px;
}
.incentive > div:last-child {
	float: right;
}
.incentive h4, .incentive h3 {
    color: #ffd204;
    font-size: 26px;
    width: 80%;
    margin-bottom: 21px;
    text-transform: uppercase;
    font-family: 'Futura PT Book', Arial,'Roboto',Helvetica,sans-serif;
    font-weight: bold;
}
.howdoes-wrapper {
	float: left;
	width: 100%;
}
.howdoes-left {
	float: left;
	width: 50%;
	/*background:url(images/EV-charging.jpg) no-repeat center -150px;
	background-size: cover;*/
}
/*.howdoes-left img, */.eligibilty-left img {
	display: none;
}
.howdoes-right {
	float: right;
	width: 50%;
	position: relative;
}
.work-content {
    float: left;
	width: 670px;
	max-width: 100%;
	padding: 60px 50px 30px;
}
.work-content h3, .work-content h2, h3.botline {
	font-size: 36px;
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 30px;
	font-family: 'Futura PT Demi', Arial,'Roboto',Helvetica,sans-serif;	
}
h3.botline::after, .work-content h3::after, .work-content h2::after {
	left: 0;
	bottom: 0;
	content:"";
	width: 150px;
	height:  4px;
	position: absolute;
	background: #ffd205;
}
.work-content ul {
	float: left;
	width: 100%;
}
ul.simplelist {
	list-style: square;
    margin-left: 15px;
}
ul.simplelist li {
	padding-left: 0px;
    margin-bottom: 10px;
	font-size: 16px;
}
.work-content li {
    float: left;
    width: 100%;
    color: #707070;
    font-size: 16px;
    line-height: 1.4;
    position: relative;
    padding-left: 88px;
    margin-bottom: 24px;
}
.work-content li a {
	color: #0064a8;
	text-decoration: underline;
}
.work-content li a:hover, .work-content li a:focus {
	text-decoration: none;
}
.work-content li span {
	left: 0;
	width: 64px;
	height: 64px;
	color: #404040;
	font-size: 40px;
	line-height: 64px;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	background: #ffd204;
	font-family: 'Futura PT', Arial,'Roboto',Helvetica,sans-serif;
}
.eligibilty-left {
	float: right;
	width: 50%;
	background:url(images/eligibilty.jpg) no-repeat center top;
	background-size: cover;
}
.eligibilty-right {
	float: left;
	width: 50%;
	padding: 100px 0;
}
.eligibilty-right .work-content {
	float: right;
}
.work-content p {
	color: #707070;
	font-size: 16px;
	line-height: 1.5;
}
.get-even {
	float: left;
	width: 100%;
	padding-top: 80px;
	text-align: center;
	margin-bottom: 35px;
}
.get-even h3, .customer-reviews h3 {
	font-size: 2.5em;
    font-weight: 500;
	position: relative;
    text-align: center;
    margin-bottom: 50px;
	padding-bottom: 40px;
    font-family: 'Futura PT', Arial,'Roboto',Helvetica,sans-serif;
}
.get-even h3::after, .customer-reviews h3::after {
    left: 50%;
    bottom: 0;
    content: "";
    width: 150px;
    height: 4px;
    margin-left: -75px;
    position: absolute;
    background: #ffd205;
}
.get-even p {
	color: #707070;
	font-size: 20px;
	width: 80%;
    margin: auto;
	line-height: 1.5;
}
.customer-reviews {
	float: left;
	width: 100%;
	padding: 80px 0;
	overflow: hidden;
	background: #f8f8f8;
}
.customer-reviews img {
	display: block;
	margin: 0 auto 50px;
}
.customer-reviews p {
	font-size: 22px;
	font-family: 'Futura PT Book', Arial,'Roboto',Helvetica,sans-serif;
}
span.customername {
	color: #707070;
	font-size: 26px;
}
span.customername strong {
	color: #404040;
} 
.incentive-top ul {
	float: left;
	width: 100%;
	margin-bottom: 25px;
}
.incentive-top li {
	float: left;
	width: 100%;
 	margin-bottom: 8px;
}
.go-green-left, .howit-left {
	float: right;
	width: 50%;
	position: relative;
	padding: 100px 20px;
	text-align: center;
}
.go-green-left img {
	display: block;
	margin: 0 auto;
}
.howit-left {
	float: left;
}
.go-green-left img {
    top: 50%;
	width: 80%;
	color: #0a0a0a;
	font-size: 20px;
    position: absolute;
	text-transform: uppercase;
    transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}
.main-sub-menu {
	float: left;
	width: 100%;
	border-bottom: 1px solid #ebebeb;
	background: #fff url(images/main-sub-menu.png) repeat-x left top;
}
.main-sub-menu ul {
	float: left;
	width: 100%;
	text-align: center;
}
.main-sub-menu li {
	margin-left: -2px;
	position: relative;
	display: inline-flex;
	text-transform: uppercase;
}
.main-sub-menu li a { 
	color: #404040;
	float: left;
	font-size: 14.75px;
	padding: 25px 14px;
	font-family: 'Futura PT', Arial,'Roboto',Helvetica,sans-serif;
}
.main-sub-menu li a:hover, .main-sub-menu li a:focus, .main-sub-menu li.current a {
	color: #0064a8;
}
.main-sub-menu li.current a {
	font-family: 'Futura PT Demi', Arial,'Roboto',Helvetica,sans-serif;
}
/*.columns { overflow: hidden; }*/
ul.greenlots {
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
ul.greenlots li {
	float: left;
	width: 47%;
	margin-right:3%;
	text-align: left;
	position: relative;
	padding-left: 20px;
	margin-bottom: 12px;
}
ul.greenlots li:nth-child(2n+1) { clear:both }
ul.greenlots li::before {
    left: 0;
    top: 4px;
    color: #ffd204;
    font-size: 13px;
    content: "\f111";
    position: absolute;
    font-style: normal;
    position: absolute;
    font-weight: normal;
    font-family: FontAwesome;
}
.incentive-top img { margin-top: 20px; }
.grey-background {
	color: #707070;
	background: #f8f8f8;
}
.grey-background h3, h3.botline {
	color: #404040;
	font-size:20px;
}
..grey-background h3:after {display: none !important;}
.grey-background .incentive h4 {
	color: #010101;
}
p.morethan {
	color: #404040;
	font-size: 31px;
	font-family: 'Futura PT Book', Arial,'Roboto',Helvetica,sans-serif;
}
.community-wrapper {
	float: left;
	width: 100%;
}
.community {
		padding: 50px 0px 0;
    float: left;
    width: 100%;
    /*border-top: 1px solid #eaeaea;*/
}
.community-left {
	float: left;
	width: 50%;
}
.community:nth-child(even) .community-left, .community:nth-child(even) .community-right .work-content {
	float: right;
}
.community-right .work-content {
	padding: 35px 50px 30px
}
.community-left img {
	width: 100%;
	float: left;
}
.community-right {
	float: right;
	width: 50%;
}
.community:nth-child(even) .community-right {
	float: left;
}
.community-right .work-content p {
	line-height: 1.3;
}
.benifits-detail { display:none; }
a.benefits-btn {
	float: left;
	color: #404040;
	font-size: 24px;
	padding: 5px 30px;
	margin-right: 1px;
	margin-top: 0px;
	/*border-radius: 30px;*/
	margin-bottom: 1px;
	background: #ffd204;
	font-family: 'Futura PT Demi', Arial,'Roboto',Helvetica,sans-serif;
	cursor:pointer;
}
a.benefits-btn .fa {
	float: right;
	font-size: 2px;
	margin-top: 10px;
	margin-left: 10px;
	line-height: 26px;
	display:none;
}
a.benefits-btn:hover, a.benefits-btn:focus, a.benefits-btn.active {
	color: #fff !important;
	background: #0064a8 !important;
}
.solutions-tabs-wrapper {
	float: left;
	width: 100%;
	padding-top: 50px;
}
.solutions-tabs {
	    width: 100%;
    float: left;
    text-align: center;
    padding-bottom: 25px;
    border-bottom: 1px solid #b1b1b1;
    background: #4040401c;
    padding-top: 45px;
    margin-top: -50px;
}
.solutions-tabs li {
	font-size: 24px;
	padding: 0 15px;
	font-weight: 500;
	margin: 0 0 15px;
	display: inline-block;
	font-family: 'Futura PT', Arial,'Roboto',Helvetica,sans-serif;
}
.solutions-tabs li a {
	width: 100%;
	float: left;
	cursor:pointer;
	padding: 8px 28px;
	border-radius: 30px;
	background:#ffd204;
	color:#404040;
	text-align: center;
}
.solutions-tabs li a:hover, .solutions-tabs li a:focus, .solutions-tabs li.current span { 
	background:#ff6e00; 
	color:white;
}
.solutions-tabs-content {
	float: left;
	width: 100%;
}
.solutions-renewable {
	float: left;
	width: 100%;
	display: none;
	padding-top: 35px;
}
.onsite-solutions .solutions-renewable h2 {
	float: left;
	width: 100%;
	color: #404040;
	padding: 0 15px;
	font-size: 64px;
	font-weight: 500;
	margin-bottom: 30px;
	text-align: center;
	font-family: 'Futura PT', Arial,'Roboto',Helvetica,sans-serif;
}
.onsite-solutions .solutions-renewable img {
	float: left;
	width: 100%;
	margin-bottom: 25px;
}
..onsite-solutions solutions-renewable p {
	color: #707070;
	font-size: 26px;
}
span.closebtn {
	color: #ffd204;
	font-size: 28px;
	display: inline-block;
	text-decoration: underline;
	font-family: 'Futura PT Demi', Arial,'Roboto',Helvetica,sans-serif;
}
.benefits .incentive-top h2 {
	text-align:left;
}
.benefits .incentive-top h2::after {
	left: 0;
	margin-left: 0;
}
.your-business {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.your-business ul {
	float: left;
	width: 100%;
}
.your-business li {
    float: left;
    width: 100%;
    font-size: 18px;
    padding-top: 9px;
    min-height: 45px;
    padding-left: 70px;
    margin-bottom: 20px;
    background: url(images/business-llibg.png) no-repeat left top;
}
.on-site {
	padding-top: 0;
}
.boxes2 .solar-program {
	margin-bottom: 30px;
}
.demannd-response {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.demannd-response:hover, .demannd-response:focus {
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.16); 
}
.demannd-response img {
	float: left;
	width: 100%;
}
.demannd-response a {
	float: left;
	width: 100%;
	color: #404040;
	padding: 15px;
	font-size: 28px;
	font-weight: 500;
	text-align: center;
	background: #f8f8f8;
	font-family: 'Futura PT', Arial,'Roboto',Helvetica,sans-serif;
}
.demannd-response a:hover, .demannd-response a:focus {
	color: #fff;
	background: #404040;
}
.retail-supply {
	padding-left: 50px;
	margin-bottom:50px;
	padding-right: 50px;
	background: #0064a8 url(images/retail-supply.jpg) no-repeat right center;
    background-size: cover;
}
.retail-supply h2 {
	position: relative;
	padding-bottom: 30px;
}
.retail-supply h2::after {
    left: 0;
    bottom: 0;
    content: "";
    width: 150px;
    height: 4px;
    position: absolute;
    background: #ffd205;
}
.retail-supply a.learnmore {
	color: #fff;
	background: #ed1c24;
	box-shadow: 0px 2px 8.73px 0.27px rgba(0, 0, 0, 0.35) inset;
}
.markets-serve {
	float: left;
	width: 100%;
	padding-top: 50px;
	text-align: center;
	background: #f8f8f8;
	padding-bottom: 50px;
}
.markets-serve h2 {
	color: #404040;
	font-size: 64px;
	font-weight: 500;
	margin-bottom: 35px;
	font-family: 'Futura PT', Arial,'Roboto',Helvetica,sans-serif;
}
.markets-serve ul {
	float: left;
	width: 100%;
}
.markets-serve li {
	width: 20%;
	padding: 0 15px;
	margin-left: -5px;
	margin-bottom: 80px;
	display: inline-block;
}
.markets-serve li > div {
	float: left;
	width: 100%;
	position: relative;
	border-radius: 6px;
	background: #f8f8f8;
	padding: 30px 15px 20px;
	box-shadow: 0px 0px 66px 0px rgba(0, 0, 0, 0.19);
}
.markets-serve li a {
	left: 0;
	width: 100%;
	color: #404040;
	bottom: -80px;
	padding: 15px;
	font-size: 24px;
	position: absolute;
	border-radius: 30px;
	background: #ffd204;
	margin-bottom: 40px;
	font-family: 'Futura PT Demi', Arial,'Roboto',Helvetica,sans-serif;
}
.markets-serve li a:hover, .markets-serve li a:focus {
	color: #fff;
	background: #0064a8;
}
/***/

.new-retail-supply {
	float: left;
	width: 100%;
	background: #f6f6f6;
	padding-top: 100px;
	padding-bottom: 50px;
}
.new-retail-supply a.learnmore {
	position: relative;
	display: inline-block;
}
#container {
    height: 800px; 
    min-width: 100%;  
    margin: 0 auto; 
}
.loading {
    margin-top: 10em;
    text-align: center;
    color: gray;
}
.new-markets {
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 50px;
}
.orderedlist li { position:relative; padding-left:40px; margin-bottom:12px; }
.orderedlist li span { 
	width: 25px;
    background: #ffd205;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 2px;
	font-size: 14px;
    height: 25px;
    line-height: 25px;
	font-weight:bold;
}
ul.square { 
	margin-bottom:22px; 
	float: left;
    width: 100%;
}
ul.square li {
    margin-bottom: 5px;
    padding-left: 23px;
    position: relative;
}
ul.square li::before {
    left: 0;
    top: 3px;
    color: #ffd204;
    font-size: 14px;
    /*content: "\f0c8";*/
	content: "\f111";
    position: absolute;
    font-family: FontAwesome;
}
.boxes a.learnmore {
    font-size: 16px;
    padding: 20px 18%;
    line-height: 18px;
}
a.btn {
    color: #404040;
    width: 100%;
	padding: 15px 50px 15px;
    max-width: 100%;
    font-size: 20px;
	line-height:35px;
    font-weight: 600;
    position: relative;
    border-radius: 40px;
    background: #ffd204;
    display: inline-block;
    text-align: center;
    font-family: 'Futura PT Demi', Arial,'Roboto',Helvetica,sans-serif;
}
a.btn::after {
	top: 50%;
    right:28px;
    font-size: 18px;
    content: "\f054";
	margin-top: -5px;
	line-height: 16px;
    font-style: normal;
    position: absolute;
    font-weight: normal;
    font-family: FontAwesome;
    /*display: none;*/
}
a.btn:hover, a.btn:focus {
	color: #fff;
	background: #404040;
	text-decoration: underline;
}
ul.square.wid_33 li {
    float: left;
    width: 30%;
    margin-right: 3%;
    text-align: left;
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
}
ul.square.wid_33 li:nth-child(3n+1) {
    clear: both;
}
.main-sub-menu .current-menu-ancestor a {background: #ffd204; color: #ef353c;}
.main-sub-menu { border-bottom:0;}
.main-sub-menu.yellow {background: #ffd204; border-bottom: 1px solid #ebebeb; }
.team-work {
    margin-top: 20px;
    margin-bottom: 20px;
}
.team-hide {
    color: #707070;
    background: #f5f5f5;
    display: none;
    padding: 30px 30px 20px 30px;
}
.team-work h6, .team-work .team-ac-title {
    margin:10px 0 0 0;
    color: #404040;
    font-size: 24px;
    cursor: pointer;
    padding: 12px 16px;
    border:2px solid;
	font-family: 'Futura PT Demi', Arial,'Roboto',Helvetica,sans-serif;
	position:relative;
	display:block;
}
.team-work h6:after, .team-work .team-ac-title:after {
	position:absolute;
	top:0;
	right: 15px;
    color: #404040;
    content: '+';
    line-height: 53px;
    font-size: 30px;
}
.team-work h6:hover:after, .team-work h6:focus:after, .team-work .team-ac-title:hover:after, .team-work .team-ac-title:focus:after {
	color:#fff;	
}
.team-work h6.on:after, .team-work .team-ac-title.on:after {
	content:'-';
	color:#fff;	
}
.team-work h6:hover, .team-work h6:focus, .team-work h6.on, .team-work .team-ac-title:hover, .team-work .team-ac-title:focus, .team-work .team-ac-title.on {color:#fff;background:#404040;}
img.white-circle-img {
	background: #fff;
    border-radius: 100%;
    padding: 10px;
    margin: 0 auto 15px;
    display: block;
}
.icon_box {
	text-align:center;
	margin-top:30px;
	margin-bottom:30px;
}
.embed-container.embed-circle {
	background: #fff;
    border-radius: 53%;
}
.show-spec { display:none; }
.card {
  display: flex;
  height: 275px;
  width: 300px;
  background-color: #fff;
  transition: 0.4s ease-out;
  position: relative;
  left: 0px;
  box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.19);
  padding: 30px;
  overflow:hidden;
}
.card:not(:first-child) {
    margin-left: -50px;
}
.card:hover, .card:focus {
  transform: translateY(-20px);
  transition: 0.4s ease-out;
}
.card:hover ~ .card, .card:focus ~ .card {
  position: relative;
  left: 50px;
  transition: 0.4s ease-out;
}

.title {
  width:100%;
}
.card a.btn {
	color: #404040;
	width: 320px;
	padding: 6px;
	max-width: 100%;
	margin-bottom: 20px;
	font-size: 15px;
	background: #ffd204;
	border-radius: 40px;
	display: inline-block;
	font-family: 'Futura PT Demi', Arial,'Roboto',Helvetica,sans-serif;
}
.card a.btn::after {
	right: 15px;
	font-size: 14px;
}
.card a.btn:hover, .card a.btn:focus {
	color: #fff;
	background: #404040;
}
.card img {
    display: block;
    margin: 0 auto 30px;
}
/*.row .row {
	margin: 0 auto; 
}*/
.team-work {
    margin-top: 20px;
    margin-bottom: 20px;
}

.team-hide {
    color: #707070;
    background: #f5f5f5;
    display: none;
    padding: 30px 30px 20px 30px;
}
.team-work h6 {
    margin:10px 0 0 0;
    color: #404040;
    font-size: 24px;
    cursor: pointer;
    padding: 12px 16px;
    border:2px solid;
	font-family: 'Futura PT Demi', Arial,'Roboto',Helvetica,sans-serif;
	position:relative;
}
.team-work h6:after {
	position:absolute;
	top:0;
	right: 15px;
    color: #404040;
    content: '+';
    line-height: 53px;
    font-size: 30px;
}
.team-work h6:hover:after, .team-work h6:focus:after {
	color:#fff;	
}
.team-work h6.on:after {
	content:'-';
	color:#fff;	
}
.team-work h6:hover, .team-work h6:focus, .team-work h6.on{color:#fff;background:#404040;}
img.white-circle-img {
	background: #fff;
    border-radius: 100%;
    padding: 10px;
    margin: 0 auto 15px;
    display: block;
}
.icon_box {
	text-align:center;
	margin-top:30px;
	margin-bottom:30px;
}
.embed-container.embed-circle {
	background: #fff;
    border-radius: 53%;
}
.show-spec { display:none; }
.card_container {
  display: flex;
  width:100%;
  position: relative;
  top: 60px;
}
.card {
  display: flex;
  height: 275px;
  width: 300px;
  background-color: #fff;
  transition: 0.4s ease-out;
  position: relative;
  left: 0px;
  box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.19);
  padding: 30px;
  overflow:hidden;
}
.card:not(:first-child) {
    margin-left: -50px;
}
.card:hover, .card:focus {
  transform: translateY(-20px);
  transition: 0.4s ease-out;
}
.card:hover ~ .card, .card:focus ~ .card {
  position: relative;
  left: 50px;
  transition: 0.4s ease-out;
}
.title {
  width:100%;
}
.card a.btn {
	color: #404040;
	width: 320px;
	padding: 6px;
	max-width: 100%;
	margin-bottom: 20px;
	font-size: 15px;
	background: #ffd204;
	border-radius: 40px;
	display: inline-block;
	font-family: 'Futura PT Demi', Arial,'Roboto',Helvetica,sans-serif;
}
.card a.btn:hover, .card a.btn:focus {
	color: #fff;
	background: #404040;
}
.card img {
    display: block;
    margin: 0 auto 30px;
}
h3.fancy_heading, h2.fancy_heading, h1.fancy_heading {
	font-size: 40px;
	position: relative;
	margin-bottom: 38px;
	padding-bottom: 30px;
	font-family: 'Futura PT Demi', Arial,'Roboto',Helvetica,sans-serif;
	text-align:left;	
}
h3.fancy_heading::after, h2.fancy_heading::after, h1.fancy_heading::after {
	left: 0;
	bottom: 0;
	content:"";
	width: 150px;
	height:  4px;
	position: absolute;
	background: #ffd205;
}
h3.fancy_heading.center, h2.fancy_heading.center, h1.fancy_heading.center { text-align:center;}
h3.fancy_heading.center::after, h2.fancy_heading.center::after, h1.fancy_heading.center::after { 
	left: 50%;
    margin-left: -75px;
}
.white-wrapper, .gray-wrapper, .blue-wrapper {
    float: left;
    width: 100%;
    padding-top: 50px;
    background: #fff;
    padding-bottom: 40px;
}
.blue-wrapper {
    background: #0064a8;
	color:#fff;
}
.gray-wrapper {
    background: #f8f8f8;
}
.incentive > div.full_wid { width:100%;}
a.btn.popup-with-form::after { right: 15px; }
.mt-150 {
	margin-top:-150px;
}

@media only screen and (max-width: 1299px) {
	.logo img { width: 275px; }
	.top-right { padding-top: 18px; }
	.main-menu li { padding: 0 10px; font-size: 16px; }
	.solutions { padding-top: 60px; }
	.left-banner, .right-banner { padding: 60px 15px 80px; min-height: 600px; }
	.banner-content h2 { font-size: 34px; }
	.banner-content p { font-size: 17px; }
	a.learnmore { font-size: 24px; }
	/*a.learnmore::after { top: 18px; }*/
	.experts h3 { font-size: 1.8em; }
	.banner-content { padding-bottom: 150px; }
	.solutions-bar { min-height: 330px; }
	li.searchbar { font-size: 16px; padding-right: 20px; }
	.main-sub-menu li a { font-size: 16px; padding: 25px 10px; letter-spacing: 0; }
	.page-banner .two { display: none; }
	.page-banner .eight { width: 100%; }
	.breadcrumbs li { font-size: 18px; }
	.page-banner h1 { font-size: 2.4em; }
	p.morethan { font-size: 24px; }
	.page-banner img { margin-bottom: 30px; }
	/*.page-banner p { font-size: 24px; }*/
	.incentive-top h2 { font-size: 2em; }
	.incentive-top li, .incentive-top p, .incentive p, .work-content p, .work-content li { font-size: 16px; }
	.work-content h3, .work-content h2, h3.botline { font-size: 36px; }
	.work-content { padding: 60px 25px 30px; }
	.community-serve { padding: 50px 0; }
	.community-serve h2, .electric-charging h2, .markets-serve h2 { font-size: 2em; margin-bottom: 35px; }
	.community-serve li { font-size: 40px; }
	span.customername { font-size: 22px; }
	.electric-charging p br { display: none; }
	.blue-solar h2, .new-renewables h2, h2.solar-heading, .new-retail-supply h2 { font-size: 2em; }
	.blue-solar p { font-size: 18px; }
	.blue-solar, .customer-reviews { padding: 50px 0 30px; }
	.solar-program { padding: 40px 15px; }
	.solar-program p, .get-even p, .onsite-solutions .solutions-renewable p, .your-business li { font-size: 16px; }
	.get-even h3, .customer-reviews h3 { font-size: 2em; }
	#owl { padding: 30px 75px 0; }
	.customer-reviews p { font-size: 26px; }
	.markets-serve li a { font-size: 18px; }
	.retail-supply { padding-left: 20px; padding-right: 20px; }
	.demannd-response a { font-size: 24px; }
	.onsite-solutions .solutions-renewable h2 { font-size: 50px; }
	.card { padding: 30px 15px; }
	h3.fancy_heading, h2.fancy_heading { font-size: 32px; }
	.experts { padding-top: 0; }
	.experts h3 { margin-bottom: 70px; }
	.home-blue { padding-top: 50px; padding-bottom: 65px; }
	.footer  { padding-top: 60px; }
	.footer-menu h3, .footer-menu-heading { margin-bottom: 35px; }
	.solutions p { padding: 30px 19.1% !important; }
	.pt2.page-banner { padding-top: 160px; }
	.get-even, .new-retail-supply { padding-top: 50px; }
	.incentive-wrapper { padding: 60px 0 !important; }
	.tab25 a.benefits-btn { font-size: 18px; }
	.incentive h4 { width: 100%; }
}
@media only screen and (max-width: 1023px) {
	.customtop {margin-top:0px !important;}
	a.btn, a.contact-btn, .incentive h4 { font-size: 24px; }
	a.btn::after { font-size: 16px; }
	.header { padding-bottom: 30px; }
	.top-right { padding-top: 10px; }
	.main-menu { display: none; }
	.searchbar { right: 70px; }
	.back-search { top: -15px; width: 80%; right: 20%; }
	li.searchbar { display: none; }
	li.serchimg { display: block; }
	.banner-content h2 { font-size: 26px; }
	.banner-content p { font-size: 16px }
	.experts h2 { font-size: 2em; margin-bottom: 50px; }
	.experts img { width: 320px; margin-bottom: 0 auto 45px; }
	.residential-solar a { font-size: 15px; }
	.solutions-bar { min-height: 260px; }
	.footer-menu li { font-size: 14px; margin-bottom: 20px; }
	.footer-menu h3, .footer-menu-heading { font-size: 24px; }
	.home-blue h3 { font-size: 50px; }
	.solutions h2 { font-size: 2em; }
	.solutions p { padding: 30px 8.1% !important; }
	span.copyrights, .footer-bottom li { font-size: 14px; }
	.left-banner, .right-banner { min-height: 510px; }
	.main-sub-menu li { float: left; width: 50%; margin: 0; }
	.main-sub-menu li a { width: 100%; border-left:1px solid #ebebeb; border-top:1px solid #ebebeb; }
	/*.page-banner h1 { line-height: 1.1; font-size: 60px; margin-bottom: 30px; }*/
	.breadcrumbs li { font-size: 16px; }
	.breadcrumbs { margin-bottom: 25px; }
	.page-banner img { margin: 0 auto 35px; }
	/*.page-banner p { font-size: 18px; }*/
	.incentive-top h2 { font-size: 34px; margin-bottom: 30px; padding-bottom: 30px; }
	.incentive p, .work-content p, .onsite-solutions .solutions-renewable p { font-size: 16px; }
	.go-green-left, .howit-left { width: 100%; padding: 50px  15px; }
	.howdoes-right { width: 100%; }
	.go-green-left img { position: inherit; top: inherit; width: 100%; transform: none !important; }
	.work-content { width: 100%; padding: 30px 15px !important; }
	.solar-program h3 { font-size: 1.2em; }
	a.learnmore, .electric-charging p { font-size: 20px; }
	a.learnmore::after { right: 22px; font-size: 16px; }
	.new-renewables h2, h2.solar-heading, .onsite-solutions .solutions-renewable h2 { font-size: 36px; line-height: 1.2; }
	.electric-wrapper { padding: 60px 0; background: #fff; }
	.blue-solar { background: #0064a8 ; }
	.electric-charging { width: 100%; }
	.community-serve h2, .electric-charging h2 { margin-bottom: 28px; }
	.community-serve li { font-size: 34px; width: 32%; }
	.community-serve h6 { padding-bottom: 18px; border-bottom: 3px solid #fff; }
	.howdoes-left, .eligibilty-left { background: #fff; padding: 20px 15px; width: 100%; }
	.howdoes-left img, .eligibilty-left img { display: block; }
	.eligibilty-right { width: 100%; padding: 0; }
	.customer-reviews p { font-size: 22px; }
	.incentive > div { width: 45%; }
	span.closebtn { font-size: 18px; }
	.markets-serve li { width: 33.333%; }
	.community-left, .community-right { width: 100%; }
	a.benefits-btn { font-size: 20px; }
	a.benefits-btn .fa { font-size: 20px; margin-top: 4px; }
	.card a.btn::after { display: none; }
	.solutions { padding-top: 85px; }
	.pt1.page-banner, .pt2.page-banner { padding-top: 100px; }
	.solar-program p { font-size: 16px; }
	.page-banner h1 { font-size: 2em; }
	.solar-program { margin-bottom: 50px; }
	h3.fancy_heading, h2.fancy_heading { font-size: 24px; }
	.white-wrapper p, .white-wrapper li { font-size: 16px; }
	.team-work h6 { font-size: 20px; }
	a.benefits-btn { padding:5px 15px; font-size:20px; }
	.tab25 a.benefits-btn { padding: 10px 30px; width: 48% !important; }
	ul.square.wid_33 li { width: 47%; }
}
@media only screen and (max-width: 767px) {
	.footer-bottom li { width:100%; padding-bottom:10px; }
	.footer-bottom li::after { display:none }
	body { font-size: 16px; }
	.logo { position: relative; }
	.logo img { width: 200px; }
	.searchbar { display: none; }
	.top-right { padding-right: 0; }
	/*.back-search { float:left; position: inherit; display: block !important; width: 100%; top: inherit; padding: 10px; right: inherit; }*/
	.banner { padding-top: 0; }
	.left-banner, .right-banner { width: 100%; min-height: 400px; text-align: left; }
	.left-banner { padding-top: 50px; padding-bottom: 0; }
	.right-banner { padding-top: 20px; padding-bottom: 50px; }
	.banner-content { width: 100%; padding-bottom: 75px; }
	a.learnmore { left: 0; }
	.experts h2 { font-size: 28px; line-height: 1.2; margin-bottom: 40px; }
	.experts img { margin-bottom: 35px; }
	.experts h3 { font-size: 18px; line-height: 1.2; margin-bottom: 40px; }
	.solutions { padding-top: 20px; padding-bottom: 0; }
	.solutions h2 { font-size: 30px; margin-bottom: 30px; }
	.residential-solar { width: 100%; position: inherit !important; left: inherit !important; }
	.home-blue h3 { font-size: 34px; }
	.incentive h4 { font-size: 20px; }
	.footer-bottom ul, span.copyrights { width: 100%;     display: block;
    text-align: center; }
	.footer-bottom li:first-child { padding-left: 0; }
	.page-banner h1 br { display: none; }
	.page-banner h1 { font-size: 24px; }
	.page-banner p, .incentive-top li, .incentive-top p, .incentive p, .work-content p { font-size: 16px; }
	.incentive-top h2, .work-content h3, .work-content h2, h3.botline { font-size: 24px; }
	.main-sub-menu li a, .breadcrumbs li { font-size: 15px; }
	.page-banner { padding-top: 20px !important; padding-bottom: 30px; }
	.blue-solar h2, .new-renewables h2, h2.solar-heading, .community-serve h2, .electric-charging h2 { font-size: 24px; }
	.blue-solar h2 br { display: none; }
	.community-serve li { float: left; width: 100%; }
	.incentive > div { width: 100%; margin-bottom: 25px; }
	.solar-program p, .get-even p, .incentive-top li, .incentive-top p, .incentive p, .work-content p, .work-content li, 						.onsite-solutions .solutions-renewable p, .your-business li { font-size: 16px; }
	.work-content li { padding-left: 60px; }
	.work-content li span { width: 45px; height: 45px; line-height: 45px; font-size: 22px; }
	.get-even h3, .customer-reviews h3 { font-size: 26px; margin-bottom: 22px; }
	#owl { padding: 30px 0 0; }
	#owl .owl-controls { display: none; }
	.customer-reviews p, .electric-charging p, span.customername, .blue-solar p { font-size: 16px; }
	.solutions p { padding: 30px 15px !important; }
	.card_container { display: inline-block !important; margin-bottom: 50px !important; }
	.card { margin-left: 0 !important; width: 50%; height: auto; /*display: inline-block !important;*/ float:left; margin-bottom: 30px; }
	.card:hover ~ .card, .card:focus ~ .card { left: 0px; transition: 0.4s ease-out; }
	.twelve { margin-top: 0 !important; padding-bottom: 0 !important }
	.banner-content h2 { font-size: 22px; }
	.card a.btn, a.contact-btn { font-size: 13px;
    text-align: left;
    padding: 6px 10px; }
	.card a.btn::after, a.contact-btn::after { display: block; right: 8px;
    font-size: 10px;
    top: 11px; }
	.footer-menu { margin-bottom: 25px; }
	.electric-wrapper { padding-top: 50px; padding-bottom: 30px; }
	ul.greenlots li { width: 100%; margin-right: 0; }
	a.btn, a.contact-btn { font-size: 20px; line-height:1.2; }
	ul.orderedlist { padding:0 !important; }
	.tab33 a.benefits-btn, .tab25 a.benefits-btn, .your-business li { width: 100% !important; }
	h2 { font-size: 30px !important; }
	.solutions-tabs li { font-size: 20px; padding:0 5px; }
	h3.fancy_heading, h2.fancy_heading, .gray-wrapper h2 { font-size: 24px !important; } 
}







.submenu {
    background: #f6f6f6;
    padding: 0;
    float: left;
    width: 100%;
    /*border-top: 1px solid #e0e0e0;*/
}
.submenu .submenu {
	background: #ffd204;
}
.top-right .submenu {
    display:none; 
    top: 100%;
    left: 0;
    position: absolute;
    z-index: 999999;
}
.top-right li:hover > .submenu,
.top-right li.focused > .submenu, 
.top-right li.current > .submenu, 
.top-right li.current-menu-ancestor > .submenu {
	display:block;
}
.top-right li:hover > .submenu, .top-right li.focused > .submenu {
	z-index: 9999999;
}
.top-right ul, .submenu ul {
    margin: 0;
    padding: 0;
    float: right;
    list-style: none;
}
.submenu ul { text-align:center; float:none; }
.submenu li a::after { display:none !important }
.submenu li:hover > a, .submenu li > a:focus, .submenu li.current-menu-ancestor > a, .submenu li.current-menu-item > a {
    background: #fff;
    color: #404040 !important;
    border-bottom:5px solid #ffd204;
}
.submenu .submenu li:hover > a, .submenu .submenu li > a:focus, .submenu .submenu li.current-menu-item > a { border-bottom:5px solid #fff;}
.submenu ul li {
    float: none;
	display:inline-flex;
    background: none !important;
	padding: 0;
}
.top-right li .submenu ul li a {
    font-weight: normal;
    height: auto;
	color: #404040;
	float: left;
	font-size: 14.75px;
	padding: 15px 14px;
	letter-spacing:0;
}
.submenu ul li a { float: none;
	display:inline-block; }
.submenu li a:hover, .submenu li a:focus, .submenu li.current a {
	color: #0064a8;
}
.submenu .submenu li a { border-bottom:0px solid black !important; }
li.current-menu-item a, .submenu .submenu li:hover a, .submenu .submenu li:focus a {
   border-bottom:0px solid black !important;
   text-decoration:underline;
}
ol { padding-left:20px;}
ol li { margin-bottom:20px; color: #707070;}
.clr { clear:both; float:left; width:100%; }
.custom-port-menu {
	text-align: right;
	margin: 0;
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 9999;
}
.custom-port-menu a {
	color:#005aa0;
	font-size:12px;
	text-decoration:none;
	margin:0 0 0 15px;
	text-transform:uppercase;
}
.custom-port-menu a:hover, .custom-port-menu a:focus { text-decoration:underline; }
@media only screen and (max-width: 1023px) {
.custom-port-menu {
	top: 13px;
	right: 80px;
}
.custom-port-menu a {
	margin: 0 0 0 10px;
	font-size: 11px;
}
}
@media only screen and (max-width: 767px) {
.custom-port-menu {
	top: -20px;
	right: 15px;
}
.logo {
	top: 14px;
}
#fixed-top { top: 40px; }
.custom-port-menu a {
	margin: 0 0 0 6px;
	font-size: 10px;
}
ul.square.wid_33 li { width:100%; margin-right:0;}
}

.map_area {
	float:left;
	width:100%;
	padding:50px 0 20px;
}
.map_block {
	background-color:#f1f1f2;
	float:left;
	width:100%;	
	margin-bottom:30px;
}
.map_block_inner {
	/*padding: 40px 0;*/
	padding: 20px;
    float: left;
    width: 100%;
}
.map_block_left, .map_block_right {
	float:left;
	width:100%;
	/*width:50%;
	padding: 0 40px;
	display: table-cell;
    vertical-align: middle;*/	
}
.map_block_right {
	position: absolute;
    top: inherit;
}
.map_block_left {
	/*border-right: 1px solid #6b6b6d;*/
}
.map_block h3 {
	background-color:#0064a8;
	padding:5px;
	color:#404040;
	text-align:center;
	text-transform:uppercase;
	margin:0;
}
.map_block ul li {
	color:#0064a8;
	font-weight:bold;
	line-height: 22px;
    font-size: 16px;	
}
.map_block_right ul { display:none;}
.map_block_left:hover + .map_block_right ul, .map_block_left:focus + .map_block_right ul { display:block;} 

.map_area .six.w5 { width:20%;}

ul.gen_icon { text-align:center;}
ul.gen_icon li {
    display: inline-block;
	list-style:none;
    width: 175px;
    min-height: 111px;
    text-align: center;
    background: #fff;
    margin: 0 7px 15px 7px;
    padding: 15px;
}
ul.gen_icon img {
    margin-bottom: 15px;
}
ul.gen_icon h6, ul.gen_icon p.gen_icon_title {
    color: #707070;
    text-transform: uppercase;
    margin: 0;
    font-size: 12px;
	font-weight:bold;
}
/*a.btn.small {
	font-size: 25px;
    line-height: 30px;
	padding: 15px 30px;
}*/
hr.h_50 { margin: 25px 0;}
@media only screen and (min-width: 767px) {
.your-business.wid_50 li {
    width: 50%;
    padding-right: 20px;
}
.your-business.wid_33 li {
    width: 33.333%;
    padding-right: 20px;
}
}




/*================================================== */
/* mobile menu - start
================================================== */

.dismiss { float:right; }
.sidebar-title { margin-top:9px !important; font-size: 30px !important; }
.sidebar-menu-wrapper {
  display: block; 
}
.sidebar-menu-wrapper ul { margin-left:0 !important; }
.sidebar-menu-wrapper .sidebar-menu {
    top: 0;
    right: -400px;
    height: 100vh;
    z-index: 9999999999;
    padding: 20px;
    position: fixed;
    width: 320px;
    max-width: 100%;
    overflow-y: scroll;
    background-color: #ffffff;
    -webkit-transition: 0.6s cubic-bezier(1, 0, 0, 1);
    -o-transition: 0.6s cubic-bezier(1, 0, 0, 1);
    transition: 0.6s cubic-bezier(1, 0, 0, 1);
    -webkit-box-shadow: -3px 0px 8px 1px rgba(0, 0, 0, 0.1);
    box-shadow: -3px 0px 8px 1px rgba(0, 0, 0, 0.1);
    /* menu items - start */
    /* menu items - end */
    /* menu items >> sub menu - start */
    /* menu items >> sub menu - end */
    /* contact-info - start */
    /* contact-info - end */
    /* social-links - start */
    /* social-links - end */
    /* social-links - start */
    /* social-links - end */ }
    .sidebar-menu-wrapper .sidebar-menu .mCustomScrollBox {
      overflow: visible !important; }
    .sidebar-menu-wrapper .sidebar-menu .dismiss .close-btn {
      width: 40px;
      height: 40px;
      font-size: 14px;
      cursor: pointer;
      line-height: 42px;
      text-align: center;
      color: #ffffff;
      border-radius: 3px;
      display: inline-block;
      background-color: #001238; }
    .sidebar-menu-wrapper .sidebar-menu .sidebar-title {
      font-size: 21px;
      text-transform: capitalize; }
    .sidebar-menu-wrapper .sidebar-menu .menu-list {
      margin: 0px -20px 0 0; padding:30px 0 0; }
      .sidebar-menu-wrapper .sidebar-menu .menu-list > li {
        width: 100%;
        display: block;
        border-bottom: 1px solid #e0deff; }
        .sidebar-menu-wrapper .sidebar-menu .menu-list > li > a {
          width: 100%;
          display: block;
          font-size: 14px;
          padding: 15px 30px;
          color: #7c8a97;
          text-transform: capitalize; }
        .sidebar-menu-wrapper .sidebar-menu .menu-list > li:hover > a, .sidebar-menu-wrapper .sidebar-menu .menu-list > li:focus > a {
          color: #404040;
          background-color: #f8fbff; }
      .sidebar-menu-wrapper .sidebar-menu .menu-list > .active > a {
        color: #404040;
        background-color: #f8fbff; }
    .sidebar-menu-wrapper .sidebar-menu .menu-list .menu-item-has-children {
      position: relative; }
      .sidebar-menu-wrapper .sidebar-menu .menu-list .menu-item-has-children:before {
        top: 9px;
        right: 25px;
		padding: 10px 15px;
        font-size: 14px;
        font-weight: 400;
        content: '\f067';
        position: absolute;
		z-index:999;
        color: #7c8a97;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        font-family: 'FontAwesome'; }
    .sidebar-menu-wrapper .sidebar-menu .menu-list .menu-item-has-children.open:before {
      content: '\f068';
      -webkit-transform: rotate(-540deg);
      -ms-transform: rotate(-540deg);
      transform: rotate(-540deg); }
    .sidebar-menu-wrapper .sidebar-menu .menu-list .menu-item-has-children .sub-menu {
      background-color: #f8fbff; list-style:none; display:none; }
	  .sidebar-menu-wrapper .sidebar-menu .menu-list .menu-item-has-children.open > .sub-menu { display:block }
      .sidebar-menu-wrapper .sidebar-menu .menu-list .menu-item-has-children .sub-menu > li {
        position: relative; }
        .sidebar-menu-wrapper .sidebar-menu .menu-list .menu-item-has-children .sub-menu > li > a {
          width: 100%;
          display: block;
          font-size: 14px;
          padding: 15px 0px;
          padding-left: 50px;
          color: #7c8a97; }
		  .sidebar-menu-wrapper .sidebar-menu .menu-list .menu-item-has-children .menu-item-has-children .sub-menu > li > a { padding-left: 70px; }
        .sidebar-menu-wrapper .sidebar-menu .menu-list .menu-item-has-children .sub-menu > li:hover > a, .sidebar-menu-wrapper .sidebar-menu .menu-list .menu-item-has-children .sub-menu > li:focus > a {
          color: #404040; }
      .sidebar-menu-wrapper .sidebar-menu .menu-list .menu-item-has-children .sub-menu > .active:before {
        background-color: #001238; }
      .sidebar-menu-wrapper .sidebar-menu .menu-list .menu-item-has-children .sub-menu > .active > a {
        color: #fff; }
    .sidebar-menu-wrapper .sidebar-menu .contact-info > ul > li {
      font-size: 14px;
      margin-bottom: 0px; }
      .sidebar-menu-wrapper .sidebar-menu .contact-info > ul > li:last-child {
        margin-bottom: 0px; }
    .sidebar-menu-wrapper .sidebar-menu .social-links > ul > li {
      width: 40px;
      height: 40px;
      margin-right: 5px; }
      .sidebar-menu-wrapper .sidebar-menu .social-links > ul > li:last-child {
        margin-right: 0px !important; }
      .sidebar-menu-wrapper .sidebar-menu .social-links > ul > li > a {
        font-size: 14px;
        line-height: 40px; }
    .sidebar-menu-wrapper .sidebar-menu .custom-btn.signup-btn {
      width: 100%;
      display: block;
      border-radius: 0px; }
  .sidebar-menu-wrapper .sidebar-menu.active {
    right: 0px;
    -webkit-box-shadow: 0px 10px 55px 1px rgba(137, 173, 255, 0.35);
    box-shadow: 0px 10px 55px 1px rgba(137, 173, 255, 0.35); }
  .sidebar-menu-wrapper .overlay {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .sidebar-menu-wrapper .overlay.active {
    opacity: 1;
    display: block; }

.sidebar-menu::-webkit-scrollbar {
  width: 0px; }

/* mobile menu - end
================================================== */

img.aligncenter { margin:0 auto 15px; display:block;}
.footerbottom {
    font-size: 12px;
    font-weight: 400;
    color: #404040; text-align: center;
	width: 1070px;
    margin: 0 auto 40px;
	max-width:100%;
}
.div-ac { margin-bottom:15px; }

.div-ac h6, .div-ac .ac-title {
    margin: 0;
    color: #404040;
    cursor: pointer;
    font-size: 20px;
    padding: 15px 20px;
    background: #ffd204;
    /*border: 3px solid #E3E2DD;*/
    position: relative;
	font-weight:bold;
	text-align:left;
	display:block;
}
.div-ac h6:hover, .div-ac h6:focus, .div-ac h6.on, .div-ac .ac-title:hover, .div-ac .ac-title:focus, .div-ac .ac-title.on {
    background: #0064a8;
	color: #fff;
}
.div-ac h6::after, .div-ac .ac-title::after {
	content:'+';
	position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -18px;
    font-size: 30px;
}
.div-ac h6.on::after, .div-ac .ac-title.on::after { content:'-'; }
.div-hide {
    display: none;
    padding: 20px 20px 10px;
	text-align:left;
    /*border-top: 1px solid #E3E2DD;
    border-left: 4px solid #E3E2DD;
    border-right: 4px solid #E3E2DD;
    border-bottom: 4px solid #E3E2DD;*/
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
    margin-bottom: 0;
}
hr.small {
    margin: 30px 0;
}
/*blog style start*/
.news-full {
    background: #f0f0f0;
    width: 100%;
    padding: 20px;
    float: left;
    margin-bottom: 17px;
    margin-right: 17px;
}
.news-left {
    background: #f0f0f0;
    width: 49%;
    padding: 20px;
    float: left;
    margin-bottom: 17px;
    margin-right: 2%;
}
.news-left.last {
    margin-right: 0;
}
.news-full h3, .news-left h3 {
    
}
.news-full p, .news-left p {
    
}
.news-full a, .news-left a {
    float: right;
    color: #0064a8;
    text-decoration: none;
}
.news-full a:hover, .news-left a:hover, .news-full a:focus, .news-left a:focus {
	text-decoration: underline;
}
table { border-collapse: collapse; }
thead th, tbody td {
	padding:10px;
	font-size:15px;
	line-height:1.5;
	vertical-align:middle;
	border:1px solid #ddd;
}
@media only screen and (max-width: 767px) {
.news-left {
    width: 100%;
	margin-right: 0;
}
}
@media only screen and (max-width: 479px) {
	.card a.btn, a.contact-btn {
		font-size: 12px;
		padding: 6px 20px 6px 10px;
	}
}
/*blog style end*/

a.skip-main {
    left:-999px;
    position:absolute;
    top:0;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}
a.skip-main:focus, a.skip-main:active {
    color: #fff;
    background-color:#000;
    left: 50%;
    top: 0;
    width: 190px;
    height: auto;
    overflow: auto;
    margin: 10px;
    padding: 10px;
    border-radius: 50px;
    border: 4px solid #ffd204;
    text-align: center;
    font-size: 15px;
    z-index: 999;
    margin-left: -95px;
}

#notification {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 150%;
    padding: 15px 15px 35px;
    text-align: left;
    position: fixed;
    left: 0;
    bottom: -20px;
    /* background: rgba(18, 108, 177, 0.901961); */
    background: #de291e;
    color: #fff;
    width: 100%;
    z-index: 99;
}