@charset "utf-8";

@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);

/*----------intial declartaion of css----------*/
 * {padding:0; margin:0; list-style:none;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}
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, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td ,select,input,option,article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{margin: 0; padding: 0; border: 0;	outline: 0; font-size: 100%;}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block;}
audio,canvas,video{display:inline-block;}
audio:not([controls]){display:none; height:0;}
pre{white-space:pre; white-space:pre-wrap; word-wrap:break-word}
q{quotes:none}
q:before,q:after{content:''; content:none}
small{font-size:80%}
sub,sup{font-size:75%; line-height:0; position:relative; vertical-align:baseline}
sup{top:-0.5em;}
sub{bottom:-0.25em}
nav ul,nav ol{list-style:none; list-style-image:none;}
button,input,select,textarea{font-size:100%; margin:0; vertical-align:baseline;}
textarea{overflow:auto;vertical-align:top}
table{border-collapse:collapse;border-spacing:0}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:none; cursor:pointer; }
/* remember to define focus styles! */
:focus {outline: 0;}
ol, ul {list-style: none;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
a{text-decoration:none;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
table {	border:0 none; border-collapse:collapse; border-spacing:0;}
td { vertical-align:top; }
img	{ border:0 none; max-width:100%; }
a	{ outline:none; cursor:pointer; }
/* End hide from IE Mac */ .none { display: none; } /* End Clearfix */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {display:block}
.clear{ clear:both;}  
img{ max-width:100%;}
/* For modern browsers */ 
.cf:before, .cf:after {content: "";display: table}
.cf:after {clear: both;}
/* For IE 6/7 (trigger hasLayout) */

p{ font-size:19px;line-height:30px;color:#666666;}
h1{ font-size:32px;}
h2{ font-size:44px;color:#106082;font-family: 'nerissemibold',arial,sans-serif;line-height: 55px;font-weight:400;}
h3{ font-size:19px;color:#fff;font-family: 'nerisblack',arial,sans-serif;font-weight:400;}
h4{ font-size:16px;}
h5{ font-size:12px;}

body {margin: 0; padding: 0; font-family: 'nerislight', arial,sans-serif; font-size:14px;color:#000;}
/*--------sticky footer or vertical footer------------*/
.wrapper {min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -165px; /*initialize footer height in negative for sticky footer*/}
#footer-main, .push {height: 165px; /*initialize footer height here for sticky footer*/}
body, html {height: 100%;}
/*--------sticky footer or vertical footer------------*/

/*-----------------------main styles starts here-----------------------------------------------*/
.main {width: 960px; margin: 0 auto}

/*-----------header section styles goes here---------------*/
#header-main {
	width: 100%;
	padding: 20px 0px 20px;
	float: left;
	height: 90px;
	padding-top: 20px;
}
.logo{
	width:auto;
	float:left;
}
.head-right{
	float:right;
	width: 275px;
}
.head-right img{
	width:55px;
	float:left;
}
.head-right p{
	width:210px;
	float:left;
	font-family: 'Roboto', arial, sans-serif;
	font-size:23px;
	color:#ed1f24;
	font-weight:900;
	line-height:17px;
	margin-left: 10px;
}
.head-right p span{
	font-size:14.50px;
	color:#333333;
	font-weight:700;
	display: block;
	text-transform:uppercase;
	margin-top: 4px;
}

/* New header menu styles from the main page Begin */

.horizontal  ul li a {
	box-sizing: content-box;
}

#header-wrap {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);

	color: #FFFFFF;
	position: relative;
	z-index: 100;
	min-height: 90px;

	/* fallback */
	background-color: #FFFFFF;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#EEEEEE)); /* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #EEEEEE, #FFFFFF); /* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #EEEEEE, #FFFFFF); /* IE 10 */
	background: -ms-linear-gradient(top, #EEEEEE, #FFFFFF); /* Opera 11.10+ */
	background: -o-linear-gradient(top, #EEEEEE, #FFFFFF); /* apple */
}

@media (max-width: 767px) {
	#header-wrap {
		min-height: 0;
	}
}

#header {
	padding-bottom: 20px
}

#header.partner {
	padding-top: 10px;
	padding-bottom: 10px
}

#header.partner #sunrun-logo {
	height: 60px
}

#header-tabs {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	font-size: 15px;
	font-weight: normal;
	float: right;
	color: #FFFFFF;
	background-color: #278b11;
	margin-top: -20px;
    line-height: 1.2;
	box-shadow: 0 -1px #FFFFFF inset;
	border-right: 1px solid #278b11;
	border-left: 1px solid #278b11;
	border-bottom: 1px solid #278b11;
	border-top: none;
    font-family: 'Droid Sans', sans-serif;
}

#header-tabs span, #header-tabs a {
	padding: 0 14px;
	color: #FFFFFF;
	text-decoration: none
}

#header-tabs a:hover {
	text-decoration: underline
}

.header-nav-row {
	clear: both;
	position: relative;
	content: "";
	display: table;
	line-height: 0;
	margin-left: 0;
	width: 100%;
}

.header-nav-row:before {
	content: "";
	display: table;
	line-height: 0;
}

.header-nav-row:after {
	clear: both;
}

.nav-collapse {
	z-index: 11
}

.nav-collapse.collapse {
	overflow: visible
}

.nav-tabs, #sub-nav ul, #sub-nav ul {
	border: none
}

#solarjoy-logo-wrapper {
	line-height: 1;
	position:absolute;
	z-index: 112;
    left: 0;
	top:-30px;
}

#solarjoy-logo {
	max-width: 360px;
	width: 100%;
	margin-top: 1px;
}

#sj-navbar {
	position: absolute;
	right: 0;
	margin-bottom: 0;
	z-index: 113
}

#main_nav ul {
	margin: 0;
	padding: 35px 0 0 0;
	list-style: none
}

#main_nav ul li ul {
	margin: 0;
	padding: 0 !important;
}

#main_nav li {
	float: left;
}

#main_nav li:last-child {
	margin-right: 0
}

#main_nav li a {
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
	color: #278b11;
	text-decoration: none
}

#main_nav li a:hover {
	color: #3A6000;
}

#main_nav li ul li a {
	color: #FFFFFF;
	width: 140px;
}

#interior p {
	font-size: 18px;
	line-height: 1.2em;
}

.nav-collapse {
	-webkit-transition: height 0.3s ease;
	-moz-transition: height 0.3s ease;
	-o-transition: height 0.3s ease;
	transition: height 0.3s ease
}

@media (max-width: 881px) {
	#solarjoy-logo-wrapper {
		/* position: absolute; */
		/* margin-left: -130px; */
		/* margin-top: -3px; */
	}

	#header.partner #solarjoy-logo {
		height: 52px;
	}

	#solarjoy-logo {
		max-width: 400px;
		margin-top: 0;
	}

	#main_nav ul {
		/* padding: 21px 0 0 */
	}

	#main_nav li {
	}

	#main_nav a {
		font-size: 14px;
		font-weight: normal;
		line-height: 14px
	}

	.navbar {
		margin-bottom: 0
	}

	.navbar .btn-navbar {
		display: none
	}

	#header-tabs {
		/* height: 23px; */
		/* font-size: 13px; */
		/* font-weight: normal; */
		/* line-height: 24px; */
		/* margin-right: 0 */
	}

	#sj-navbar {
		margin-right: 0
	}

	.nav-collapse.collapse {
		height: auto
	}
}

@media (max-width: 767px) {
	#header {
		height: 40px
	}

	#header.partner {
		height: 50px;
		padding-top: 5px;
		padding-bottom: 5px
	}

	#header.partner #sunrun-logo {
		height: 40px
	}

	#solarjoy-logo-wrapper {
		/* margin-left: -25px; */
		/* margin-top: 0; */
		/* padding-bottom: 0 */
        top: -7px;
	}

	#solarjoy-logo {
		/* background-size: 100%; */
		/* max-width: 150px; */
		/* margin-top: 5px; */
		/* margin-left: 20%; */
	}

	#header {
		padding-top: 9px;
		padding-bottom: 9px;
		overflow: visible
	}

	#sj-navbar {
		width: auto;
		max-width: 100%;
		bottom: auto;
		right: -20px;
		top: -10px
	}

	.navbar {
		margin-bottom: 0px;
		float: right
	}

	.navbar .btn-navbar {
		position: absolute;
		display: block;
		background: none;
		border: none;
		top: 9px;
		right: 5px;
		padding: 0;
		margin: 0;
		-webkit-box-shadow: 0 0 0;
		-moz-box-shadow: 0 0 0;
		box-shadow: 0 0 0
	}

	.navbar .btn-navbar .icon-bar {
		height: 5px;
		width: 28px;
		margin-bottom: 4px;
		background: #FFFFFF;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px
	}

	.navbar .btn-navbar .icon-bar:last-child {
		margin-bottom: 0
	}

	.navbar .btn-navbar:hover {
		background: none
	}

	.nav-collapse {
		width: 100%;
		position: relative;
		top: 0px;
		right: 0px;
		-webkit-box-shadow: 0px 0 10px rgba(50, 50, 50, 0.5);
		-moz-box-shadow: 0px 0 10px rgba(50, 50, 50, 0.5);
		box-shadow: 0px 0 10px rgba(50, 50, 50, 0.5)
	}

	.nav-collapse.collapse {
		height: 0;
		overflow: auto;
	}

	.nav-collapse .close {
		height: 40px;
		display: block;
		background: #487800 url("../../images/mob-nav-close.png") no-repeat 15px center;
	}

	.nav-collapse .close:hover {
		cursor: pointer
	}

	#header-tabs {
		display: none
	}

	#main_nav {
		background: #CBF092;
		z-index: 999;
	}

	#main_nav ul {
		padding: 0px
	}

	#main_nav li {
		float: none;
		padding: 0;
		margin: 0px;
		

	}

	

	#main_nav li:hover a {
		color: white
	}

	#main_nav li a {
		padding: 12px 20px;
		display: block;
		color: #487800;
		font-size: 20px;
		font-weight: normal;
		line-height: 20px
	}
}

@media (max-width: 480px) {
	.nav-collapse {
		width: 246px
	}
}

.requestquote {
	background: url("../../images/request-arrow.png") no-repeat scroll left top rgba(0, 0, 0, 0);
}
/* End */

/* Copy necessary styles from nav.css because html tag in l1 page have additional classes such as .cssgradients, .boxshadow, which added by modernizr.js */
/* JS disabled styles */
.no-js nav li:hover ul { display:block; }

#topNav {
	z-index:998;
}
nav ul li ul {
	z-index:999;
}

/* base nav styles */
nav {
display:block;
margin:0 auto 0 auto;
position:relative;
font:18px Arial, Tahoma, Sans-serif;
}
nav ul { padding:0; margin:0; }
nav li { position:relative; float:left; list-style-type:none; }
nav ul:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
nav li a { display:block; padding:1px 11px; border-left:1px solid #bbb; color:#628200; text-decoration:none; cursor:pointer; }
nav ul li ul li a {
	color:#fff;
	padding:10px;
}
nav li a:focus { outline:none; text-decoration:underline; }
nav li:first-child a { border-left:none; }
nav li.last a { border-right:none; }
nav a span { display:block; float:right; margin-left:5px; }
nav ul ul {
display:none;
width:100%;
min-width:165px;
position:absolute;
left:0;
background:#a1cc60;
border-radius:5px;
box-shadow:0 2px 3px #000;
color:#fff !important;
 }
nav ul ul li { float:none; }
nav ul ul a { padding:5px 10px; border-left:none; border-right:none; font-size:16px; }
nav ul ul a:hover { background-color:#e99a0b; border-radius:5px; text-decoration:none; }

/* END */

/*-----------header section styles ends here----------------*/

/*-----------mid section styles goes here-----------*/
#mid-container {
	width: 100%;
	float:left;
}
#mid-container1 {
	width: 100%;
	float:left;
}
#mid-container2 {
	width: 100%;
	float:left;
}
#mid-container3 {
	width: 100%;
	float:left;
}
#mid-container4 {
	width: 100%;
	float:left;
}
#mid-container5 {
	width: 100%;
	float:left;
}
.banner{
	background:url(../images/banner-bg.jpg) center;
}
.banner .main{
	position:relative;
}
.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
    *zoom: 1;
}
.bx-wrapper img {
    max-width: 100%;
    display: block;
	width: 100%;
}
.banner-txt{
	width:410px;
	float:left;
	top:52px;
	left:47px;
	background:url(../images/banner-txt-bg.png) repeat;
	position:absolute;
	border:3px solid #808080;
	box-shadow:0px 0px 9px 0px rgba(0,0,0,0.75);
	padding: 10px 0px;
}
.banner-txt p{
	font-size:23.27px;
	color:#fff;
	text-shadow:0px 2px 0px rgba(0,0,0,0.75);
	font-family: 'nerisblack';
	text-align:center;
}
.banner-txt p span{
	font-size:69.81px;
	display:block;
	line-height: 43px;
	margin-top: 10px;
	height: 70px;
}
.banner-txt p span sup{
	font-family: 'nerislight', arial, sans-serif;
	font-size: 18px;
	top: -38px;
}
.banner-txt ul{
	width:100%;
	float:left;
	padding-left:25px;
}
.banner-txt ul li{
	width:100%;
	float:left;
	color:#fff;
	font-size:19px;
	font-family: 'nerissemibold', arial, sans-serif;
	margin-top:10px;
	margin-bottom:5px;
	line-height:20px;
}
.banner-txt ul li i{
	float:left;
	width:auto;
	margin-right:15px;
	min-width: 33px;
}
.check-availability{
	background:#12a39c;
	float:left;
	padding:14px 0px;
}
.check-availability .main{
	width:660px;
}
.check-wrap{
	width:100%;
	float:left;
}
.check-wrap p{
    font-family: 'nerisblack', arial, sans-serif;
	font-size:24px;
	color:#fff;
	text-shadow:0px 2px 0px rgba(0,0,0,0.25);
	float:left;
	line-height: 46px;
	text-transform: uppercase;
}
.check-wrap i{
	float:left;
	margin-left: 10px;
	margin-right: 10px;
	width: auto;
	margin-top: 12px;
	position:relative;
	left:-5px;
    -webkit-animation: move 5s infinite;
    animation: move 5s infinite;
}
@-webkit-keyframes move {
    0% {
		left: -5px;
	}
    50% {
		left: 20px;
	}
    100% {
		left: -5px;
	}
}
@keyframes move {
    0% {
		left: -5px;
	}
    50% {
		left: 20px;
	}
    100% {
		left: -5px;
	}
}
.check-availability form{
	width:auto;
	float:right;
}
.form-group{
	width:175px;
	float:left;
}
.form-group input{
	width:100%;
	background:#fff;
	padding: 11px 25px;
	font-size: 18px;
	color: #979797;
	font-family: 'nerissemibold', arial, sans-serif;
	line-height: 24px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	transition: 1s all;
	-webkit-transition: 1s all;
	-moz-transition: 1s all;
	-ms-transition: 1s all;
	-o-transition: 1s all;
}
.form-group input:hover, .form-group input:focus, .form-group input:active{
	background:#f1f1f1;
}
.form-submit{
	width:115px;
	float:left;
}
.form-submit input{
	background:#2c1dab;
	padding:0px;
	font-size:23px;
	color:#fff;
    font-family: 'nerisblack', arial, sans-serif;
	line-height:46px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.form-submit input:hover, .form-submit input:focus{
	background:#BE4611;
}
.main-section{
	float:left;
	background:#fff;
	padding:40px 0px;
}
.money-saver{
	width:100%;
	float:left;
	margin-top:20px;
	margin-bottom:40px;
}
.money-save-left{
	width:560px;
	float:left;
	margin-top: -13px;
}
.money-save-right{
	width:376px;
	float:right;
	padding-right:10px;
}
.money-save-right span{
	text-align:center;
	font-size:18px;
	color:#000;
    font-family: 'nerisblack', arial, sans-serif;
	line-height:24px;
	text-transform:uppercase;
	margin-top: 15px;
	display:block;
}
.back-top {
	font-size:13px;
	color:#106082;
	font-family: 'nerissemibold', arial, sans-serif;
	line-height:30px;
	text-transform:uppercase;
	margin-top:40px;
	float:right;
	transition: 1s all;
	-webkit-transition: 1s all;
	-moz-transition: 1s all;
	-ms-transition: 1s all;
	-o-transition: 1s all;
}
.back-top:hover{
	color: #ff6c2b;
}
.back-top i{
	background:url(../images/back-top.png) no-repeat;
	width:30px;
	height:30px;
	float:left;
	margin-right: 6px;
}
.money-save-left h2 span{
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: 400;
}
.money-save-left p{
	margin-top: 12px;
}
.down-section{
	width:100%;
	float:left;
	background:#e9e9e9;
}
.down-price{
	width:auto;
	float:left;
	color:#fff;
	font-size:51px;
	line-height:93px;
	text-align:center;
	background:#12a39c;
	padding:0px 20px;
    font-family: 'nerisblack';
	letter-spacing: -3px;
}
.down-section p{
	color:#666;
	font-size:20px;
	font-family: 'nerissemibold', arial, sans-serif;
	line-height:24px;
	margin:23px 25px 23px 40px;
	width:446px;
	float:left;
	letter-spacing: -0.5px;
}
.down-section a{
	color:#fff;
	font-size:23px;
    font-family: 'nerisblack', arial, sans-serif;
	line-height:45px;
	width: 168px;
	float:left;
	padding-left:20px;
	background:#2c1dab;
	border-radius:3px;
	margin-top: 24px;
	transition: 1s all;
	-webkit-transition: 1s all;
	-moz-transition: 1s all;
	-ms-transition: 1s all;
	-o-transition: 1s all;
}
.down-section a:hover{
	background: #BE4611;
}
.save-section{
	float:left;
	width:100%;
	margin-top:40px;
}
.save-section-left{
	width:380px;
	float:left;
}
.save-section-left img{
	width:auto;
	float:left;
	margin-left:-25px;
}
.save-section-right{
	width:580px;
	float:left;
	padding-right:10px;
}
.save-section-right h2{
	margin-top: 10px;
}
.save-section-right h3{
	color:#7b7c81;
	margin-top: 2px;
	text-transform: uppercase;
	margin-bottom: 15px;
	letter-spacing: 2px;
}
.quote-today{
	margin-top: 10px;
	background:#12a39c;
}
.quote-today h1{
	color:#fff;
	font-size:60px;
	font-family: 'nerissemibold', arial, sans-serif;
	line-height:76px;
	letter-spacing: -1px;
	text-align:center;
	padding: 17px 0px;
}
.quote-form1{
	width:100%;
	float:left;
	margin-bottom: 50px;
}
.quote-form1 p{
	color:#333;
	font-size:22px;
	line-height:30px;
	letter-spacing:-0.5px;
	padding:40px 35px 10px;
}
.quote-form1 p strong{
    font-family: 'nerisblack', arial, sans-serif;
	text-decoration:underline;
	font-weight: 400;
}
.quote-wrap{
	width:100%;
	float:left;
}
.quote-left{
	width:305px;
	float:left;
}
.quote-left img{
	width:auto;
}
.quote-right{
	width:625px;
	float:right;
	margin-right:30px;
	border:3px solid #d3d3d4;
	padding:40px 35px;
	margin-top: 46px;
}
.quote-right h2{
	font-size:48px;
	padding-left:5px;
	margin-bottom: 15px;
	margin-top: -12px;
}
.quote-form{
	width:100%;
	float:left;
	margin-bottom: 15px;
	position: relative;
}
.quote-form input{
	border:2px solid #d3d3d4;
	width:100%;
	background:#fff;
	color:#333333;
	font-size:15px;
	font-family: 'Source Sans Pro', arial, sans-serif;
	font-weight:600;
	padding: 8px 10px;
	line-height: 18px;
	margin-top: 7px;
	-webkit-appearance: none;
	transition: 1s all;
	-webkit-transition: 1s all;
	-moz-transition: 1s all;
	-ms-transition: 1s all;
	-o-transition: 1s all;
}
.quote-form input:active, .quote-form input:focus, .sbHolder:active, .sbHolder:focus {
	border-color:#ff6c2b;
}
.main-form span {
	line-height: 14px;
	width: 100%;
	float: left;
	padding: 0px;
	font-size: 12px;
	color: #cccccc;
	position: absolute;
	bottom: -14px;
	left: 0px;
}
.main-form span.error{
	color: #dc362f;
	text-align: left;
}
.form-group span.error {
	color: #fff;
}
.has-error input, .has-error input:focus, .has-error input:active, .has-error .sbHolder, .has-error .sbHolder:focus, .has-error .sbHolder:active {
	border-color: #dc362f;
}
.quote-form label{
	color:#333333;
	font-size:15px;
	font-family: 'Source Sans Pro', arial, sans-serif;
	font-weight:600;
	line-height:20px;
	cursor:pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.hf-fm{
	width:264px;
}
.hf-fml{
	margin-right:10px;
}
.hf-fmr{
	margin-left:10px;
}
.hf-city{
	width:204px;
}
.hf-state{
	width:100px;
}
.sbHolder {
	border: 2px solid #d3d3d4;
	width: 100%;
	background: #fff;
	color: #333333;
	font-size: 15px;
	font-family: 'Source Sans Pro', arial, sans-serif;
	font-weight:600;
	padding: 8px 10px;
	line-height: 36px;
    position: relative;
	height: 38px;
}
.sbHolder:focus .sbSelector {
}
.sbSelector {
    display: block;
    height: 38px;
    left: 0;
    line-height: 38px;
    outline: none;
    overflow: hidden;
    position: absolute;
    text-indent: 10px;
    top: -2px;
	width: 100%;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover {
    color: #333333;
    outline: none;
    text-decoration: none;
}
.sbToggle {
    background: url(../images/select-arrow.png) no-repeat;
    display: block;
    height: 38px;
    outline: none;
    position: absolute;
	right: -2px;
	top: -2px;
    width: 30px;
}
.has-error .sbToggle {
    background: url(../images/select-arrow-error.png) no-repeat;
}
.sbOptions {
    background-color: #fff;
    border: solid 2px #d3d3d4;
    list-style: none;
    left: 0px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 38px;
    width: 100%;
    z-index: 1;
    overflow-y: auto;
	min-height: 100px;
}
.sbOptions a {
    border-bottom: solid 1px #d3d3d4;
    display: block;
    outline: none;
    padding: 7px;
    color: #333;
	line-height:20px;
}
.sbOptions a:hover, .sbOptions a:focus, .sbOptions a.sbFocus {
    color: #333;
	background:#f1f1f1;
}
.sbOptions li.last a {
    border-bottom: none;
}
.select, .quote-check{
	margin-top: 12px;
}
.quote-check input{
	width:auto;
}
.quote-check label{
	font-size:13px;
	color:#666666;
	line-height:18px;
	font-weight:400;
	cursor:pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.quote-submit{
	text-align:center;
	margin-top: 12px;
	margin-bottom:25px;
}
.quote-submit input{
	width:350px;
	background:#278b11;
	font-size:31px;
	color:#fff;
	line-height:61px;
	border-radius:3px;
	text-shadow:0px 2px 0px rgba(0,0,0,0.20);
	border:0px solid;
	padding:0px;
	text-transform:uppercase;
	margin:0px;
	transition: 1s all;
	-webkit-transition: 1s all;
	-moz-transition: 1s all;
	-ms-transition: 1s all;
	-o-transition: 1s all;
}
.quote-submit input:hover{
	background:#ff6c2b;
}
.quote-submit input:focus, .quote-submit input:active{
	background: #ff6c2b;
}
.form-msg{
	width:420px;
	margin:0px auto;
}
.form-msg i{
	width:auto;
	float:left;
}
.form-msg p{
	width:265px;
	float:left;
	font-size:14px;
	color:rgba(0,0,0,0.60);
	line-height:20px;
	padding:0px;
	margin:10px 0px;
	margin-left:20px;
	font-family: 'Source Sans Pro', arial, sans-serif;
}
.icheckbox_minimal, .iradio_minimal {
	display: block;
	margin: 0;
	padding: 0;
	width: 14px;
	height: 14px;
	background: url(../images/check.png) no-repeat;
	border: none;
	cursor: pointer;
	float:left;
	margin-right: 10px;
	margin-top: 2px;
}
.icheckbox_minimal {
	background-position:0px 0px;
}
.icheckbox_minimal.focus, .icheckbox_minimal.hover{
	background-position: 0px -30px;
}
.icheckbox_minimal.checked {
	background-position: 0px -15px;
}
.slide-saving{
	width: 542px;
	float:left;
	
	margin-left:5px;
	margin-top:35px;
}
.slide-saving span{
	display:block;
	width:100%;
	text-align:center;
	text-transform:uppercase;
	color:#106082;
	font-size:14px;
    font-family: 'nerisblack', arial, sans-serif;
	margin-top:20px;
	margin-bottom:20px;
	line-height:16px;
}
.range-wrap{
	width:100%;
	float:left;
}
.range-wrap label{
	color:#333333;
	font-size:16px;
    font-family: 'nerisblack', arial, sans-serif;
	line-height:20px;
	text-transform:uppercase;
	width: 100%;
	text-align: center;
	float: left;
	margin-top: 30px;
}
.range-wrap input{
	color:#333333;
	font-size:16px;
    font-family: 'nerisblack', arial, sans-serif;
	line-height:20px;
	text-transform:uppercase;
}
.slide-saving .ui-widget-content .ui-slider-handle {
	background:url(../images/range-ball.png) no-repeat;
	border: 0 none;
	cursor: pointer;
	font-size: 44px;
	font-weight: 400;
	height: 64px;
	width: 64px;
	top:-40px;
	text-align: center;
}
.ui-corner-all{
	background:transparent;
	width:100%;
	height:26px;
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	border-radius: 0px;
	border: 0px;
	clear: both;
}
.ui-slider-horizontal .ui-slider-range{
	background:transparent;
	margin:0px;
}
.ui-state-default:hover, .ui-widget-content .ui-state-default:hover, .ui-widget-header .ui-state-default:hover, 
.ui-state-default:focus, .ui-widget-content .ui-state-default:focus, .ui-widget-header .ui-state-default:focus,
.ui-state-default:active, .ui-widget-content .ui-state-default:active, .ui-widget-header .ui-state-default:active {
	background:url(../images/range-ball-hover.png) no-repeat;
}
.slide-range3{
	background:url(../images/range-bg.png) no-repeat;
	width:425px;
	margin: 0px 45px 0px 45px;
}
#slider-range .ui-slider-range-max{
	background:transparent;	
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	border-radius: 0px;
	border: 0px;
}
.usages{
	width:100%;
	float:left;
	color:#838388;
	font-size:35px;
	font-family: 'nerissemibold', arial, sans-serif;
	line-height:40px;
	margin-top:5px;
	text-align: center;
}
.usages span{
	width:auto;
	color:#ff6c2b;
	font-size:35px;
    font-family: 'nerisblack', arial, sans-serif;
	line-height:40px;
	display: inline-block;
	text-transform:none;
	margin: 0px;
}
.fix {
    position: fixed;
    top: 0;
    z-index: 1000;
}
.check-availability1 {
	background:#12a39c;
	float: left;
	padding: 14px 0px;
	position:fixed;
	z-index: 999;
	transition: 1s linear;
	-webkit-transition: 1s linear;
	-moz-transition: 1s linear;
	-o-transition: 1s linear;
	-ms-transition: 1s linear;
	display:none;
}
.slogo{
	width:auto;
	float:left;
}
.slogo img{
	width:auto;
}
.check-availability1 .check-wrap{
	width: 520px;
	margin-right: 15px;
	float: right;
}
.check-availability1 .check-wrap p{
	text-transform:none;
}
.check-availability1 .form-group {
	width: 140px;
}
.check-availability1 .form-submit {
	width: 96px;
}
.check-availability1 .check-wrap p{
	font-size: 22px;
	line-height: 36px;
}
.check-availability1 .form-group input{
	padding: 8px 8px;
	font-size: 14px;
	line-height: 20px;
}
.check-availability1 .form-submit input{
	line-height: 36px;
	padding: 0px;
	font-size: 18px;
}
.check-availability1 .check-wrap i{
	margin-top: 6px;
	-webkit-animation: move1 5s infinite;
	animation: move1 5s infinite;
}
.check-availability1 form{
	width:auto;
	float:right;
}
@-webkit-keyframes move1 {
    0% {
		left: -5px;
	}
    50% {
		left: 15px;
	}
    100% {
		left: -5px;
	}
}
@keyframes move1 {
    0% {
		left: -5px;
	}
    50% {
		left: 15px;
	}
    100% {
		left: -5px;
	}
}
/*----------------mid section styles ends here-------*/

/*----------------footer section  styles goes here-----------*/
#footer-main {
	height: 165px;
	background: #333333; 
	width: 100%;
	float:left;
}
.footer-logo{
	width:155px;
	float:left;
	margin:35px 30px 60px;
}
.footer-logo a{
	display:block;
}
.footer-logo img{
	width:auto;
}
.copyright{
	width:735px;
	float:right;
	margin-top:35px;
}
.copyright p{
	color:#fff;
	font-size:13px;
	line-height:18px;
	font-family: 'Open Sans', arial, sans-serif;
	margin-bottom:15px;
}
.copyright a{
	color:#fff;
	transition: 1s all;
	-webkit-transition: 1s all;
	-moz-transition: 1s all;
	-ms-transition: 1s all;
	-o-transition: 1s all;
}
.copyright a:hover{
	color:#ff6c2b;
}
.preloader{ display:none;}
/*----------------footer section styles ends here--------*/
.win.firefox .form-submit input{
	line-height:44px;
}
.win.firefox .check-availability1 .form-submit input{
	line-height:34px;
}
@media all and (-ms-high-contrast:none){
	.form-submit input{
		line-height:45px;
	}
	*::-ms-backdrop, .form-submit input{
		line-height:45px;
	}
	.check-availability1 .form-submit input{
		line-height:35px;
	}
	*::-ms-backdrop, .check-availability1.form-submit input{
		line-height:35px;
	}
}
.msie9 .check-wrap i{
	margin-left:17px;
}
.msie9 .form-submit input{
	line-height:45px;
}
.msie9 .check-availability1 .form-submit input{
	line-height:35px;
}
.msie8 .check-wrap i{
	margin-left:17px;
}
.msie8 .form-submit input{
	line-height:46px;
}
.msie8 .check-availability1 .form-submit input{
	line-height:35px;
}
.msie8 .head-right p{
	width:235px;
}
.msie8 .head-right{
	width:305px;
}
.msie7 .check-wrap i{
	margin-left:17px;
}
.msie7 .form-submit input{
	line-height:36px;
	height:36px;
}
.msie7 .check-availability1 .form-submit input{
	line-height:35px;
}
.msie7 .head-right p{
	width:235px;
}
.msie7 .head-right{
	width:305px;
}
.msie7 .banner-txt p{
	line-height:normal;
}
.msie7 .banner-txt p span{
	line-height:normal;
	height:80px;
	margin-bottom:20px;
	margin-top:-10px;
}
.msie7 .down-section p{
	width:460px;
}
.msie7 .down-section{
	height:94px;
}
.msie7 .save-section-right{
	width:570px;
}
.msie7 .quote-right{
	margin:0px;
	padding:40px 10px;
	width:590px;
}
.msie7 .quote-form input{
	width:90%;
}
.msie7 .hf-fm{
	width:280px;
}
.msie7 .quote-form label{
	margin-left:10px;
	text-align:left !important;
}
.msie7 .sbHolder{
	padding:0px;
	height:34px;
	margin-left:10px;
}
.msie7 .wrapper{
	margin:0px auto;
}
.msie7 .form-msg{
	width:435px;
}
.msie7 footer{
	margin-top:20px;
}
.mac.safari .down-section p{
	font-size:18px;
}
.mac.firefox .form-submit input{
	line-height:44px;
}
.mac.firefox .check-availability1 .form-submit input{
	line-height:34px;
}
.form-group input{
	height:46px;
}
.msie7 .form-group input {
	height: auto !important;
}
.sbSelector {
	padding-top: 4px;
}
.win .sbSelector {
	padding-top: 0px;
}
.mac .sbSelector {
	padding-top: 0px;
}
.ipad_iphone  .sbSelector{
	padding-top: 0px !important;
}
.check-availability1 .form-group input{
	height: 36px;
}
.win.safari .down-section p{
	font-size:18px;
}
.msie7 .quote-submit input{
	width:60%;
	line-height:46px;
}
.msie7 .icheckbox_minimal{
	margin-right:0px;
}
.msie7 .sbOptions{
	z-index:999;
}
.msie7 .sbHolder{
	position:relative;
	z-index:999;
}
.msie7 #fname, .msie7 #email, .msie7 #saddress, .msie7 #city, .msie7 .main-form span.error{
	margin-left:10px;
}
.msie7 .zipCode_ie{
	padding-left:10px;
}
.msie7 .zipCode_ie #zip_code{
	width:97%;
}
.msie7 #saddress{
	width:93.5%;
}
.msie7 .bx-viewport{
	height:auto !important;
}
.msie7 .ui-corner-all{
	width:90%;
}
.msie7 #main-form1 .select{
	width:275px;
}
.msie7 .quote-check{
	margin-left:10px;
}
.msie7 .quote-check .error{
	margin-left:0px !important;
}
.msie7 .zipCode_ie .error{
	margin-left:20px !important;
}
.msie7 .usages span{
	margin-right:5px;
}
.select_state{
 margin: 0px;
 margin-top: 7px;
}
.quote-form input{
 padding: 8px 10px 7px;
}


label.select-label{position: relative;display: block;}
label.select-label:focus {border-color: #ff6c2b;}
.select-label select {display: inline-block;
        border: 2px solid #d3d3d4;
        padding: 6px 3px 5px 5px;
        margin: 0;
        font: inherit;
        outline:none; /* remove focus ring from Webkit */
        line-height: 1.4;
        background: #fff;
        width: 100%;
        -webkit-appearance:none; /* remove the strong OSX influence from Webkit */

}
.select-label:after{
        content: "▼";
        position: absolute;
        top: 2px;
        right: 2px;
        bottom: 2px;
        line-height: 30px;
        padding: 0 7px;
        background: #fff;
        color: #000;
        
        pointer-events:none;

}

input.error { background-color:yellow; }
select.error { background-color:yellow; }

.hidden-phone {
    font-size: 26px;
}

