
* { margin: 0; padding: 0; word-wrap: break-word; }

@font-face {
  font-family: 'BarnDings';
  src: url('../fonts/BarnDings.eot');
  src: url('../fonts/BarnDings.eot?#iefix') format('embedded-opentype'), url('../fonts/BarnDings.woff') format('woff'), url('../fonts/BarnDings.ttf') format('truetype'), url('../fonts/BarnDings.svg#BarnDings') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Apercu Bold';
  src: url('../webfonts/Apercu Pro Bold-webfont.eot');
  src: url('../webfonts/Apercu Pro Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../webfonts/Apercu Pro Bold-webfont.woff') format('woff'), url('../webfonts/Apercu Pro Bold-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Apercu Regular';
  src: url('../webfonts/Apercu Pro Regular-webfont.eot');
  src: url('../webfonts/Apercu Pro Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../webfonts/Apercu Pro Regular-webfont.woff') format('woff'), url('../webfonts/Apercu Pro Regular-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Apercu Medium';
  src: url('../webfonts/Apercu Pro Medium-webfont.eot');
  src: url('../webfonts/Apercu Pro Medium-webfont.eot?#iefix') format('embedded-opentype'), url('../webfonts/Apercu Pro Medium-webfont.woff') format('woff'), url('../webfonts/Apercu Pro Medium-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Apercu Light';
  src: url('../webfonts/Apercu Pro Light-webfont.eot');
  src: url('../webfonts/Apercu Pro Light-webfont.eot?#iefix') format('embedded-opentype'), url('../webfonts/Apercu Pro Light-webfont.woff') format('woff'), url('../webfonts/Apercu Pro Light-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

::selection{
	background: #13AB4A;
	color: #fff;
}
::-moz-selection{
	background: #13AB4A;
	color: #fff;
}
html{height:100%;}
body {
	font-family: 'Apercu Light', Helvetica, Arial, sans-serif;
	text-align: left;
	font-size: 18px;
	line-height: 1.45;
	color: #4f504b;
	font-weight: 400;
	text-align: center;
	background: #fff;
    height:100%;
}

.node-unpublished {
	background-color: inherit;

}
.node-unpublished:before {
	content: 'THIS PAGE IS UNPUBLISHED';
	background-color: red;
	padding: 20px 0;
	width: 100%;
	display: block;
	color: #fff;
}

a {
	text-decoration: none;
    outline: medium none;
	color: #00B675;
}
a.button {
	display: block;
	width: 230px;
	color: #262722;
	line-height: 15px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	font-weight: 500;
	text-align: center;
	padding: 12px 42px;
	border: 0;
	background: #fbb01b;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Apercu Regular', Helvetica, Arial, sans-serif;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	-ms-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
.ghost-button {
	display: block;
	width: 230px;
	color: #fff;
	line-height: 15px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	font-weight: 500;
	text-align: center;
	padding: 12px 42px;
	border: 0;
	background: transparent;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Apercu Regular', Helvetica, Arial, sans-serif;
	border: 1px solid #fff;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	-ms-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
.ghost-black {
	display: block;
	width: 230px;
	color: #000;
	line-height: 15px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	font-weight: 500;
	text-align: center;
	padding: 12px 42px;
	border: 0;
	background: transparent;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Apercu Regular', Helvetica, Arial, sans-serif;
	border: 1px solid #000;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	-ms-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
a.btn-rounded {
	width: auto;
	border: none;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	-ms-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
	display: inline-block;
	color: #262722;
	line-height: 15px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	font-weight: 500;
	text-align: center;
	padding: 12px 42px;
	border: 0;
	background: #fbb01b;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Apercu Regular', Helvetica, Arial, sans-serif;
}

a.btn-rounded:hover,
a.button:hover,
.standalone-zip .form-submit:hover {
	background: #FBB62D;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	cursor: pointer;
}
a.btn-rounded:active,
a.button:active,
.standalone-zip .form-submit:active {
	background: #DC9B18;
	box-shadow: none;
}

.ghost-button:hover,
.ghost-black:hover {
	background: #262722;
	color: #fff;
	cursor: pointer;
}
.ghost-button:active,
.ghost-black:active {
	background: #595959;
	box-shadow: none;
	border: 1px #595959 solid;
	color: #FFFFFF;
}

p,
.field-type-text-long li {
	padding: 6px 0;
	margin: 0;
	font-size: 17px;
    font-weight: 300;
}
.field-type-text-long li {
	margin-bottom: 0.2em;
}
b, strong {
    font-weight: bold;
}

.wrap,
.field-name-field-one-column,
.field-name-field-two-column,
.field-name-field-three-column,
.field-name-field-four-column,
.field-name-field-photo-gallery,
.node-type-news .region-content #block-system-main,
.view-press-releases,
#block-views-464facd43a8d2e8c7a520d7d9b0adfa4 .content,
#block-views-default-boilerplate-block-block .content,
#block-block-1 > .content,
#block-chronos-breadcrumbs > .content {
	text-align: center;
	width: 920px;
	margin: 0 auto;
}

.wrap {
	position: relative;
}

#page {
	min-width: 920px;
}

.inner-content,
.node-type-news .region-content #block-system-main .content,
.view-press-releases > div,
.node-type-news .field-name-field-abstract-slug {
	text-align: left;
	clear: left;
}

.clear {
	clear: both;
}





/*
* Global Styles
*/
h1, h2, h3, h4, h5, h6, .h1 {
	font-family: 'Apercu-Light', Helvetica, Arial, sans-serif;
	font-weight: 300;
    color: #262722;
	display: block;
	text-align: left;
	line-height: 1.2em;
}
h1.medium, h2.medium, h3.medium, h4.medium, h5.medium, h6.medium {
	font-family: 'Apercu Medium', Helvetica, Arial, sans-serif;
}
h1, .h1 {
	font-size: 42px;
}
h2, .h2 {
    font-size: 38px;
    margin-bottom: 0.5em;
}
h3 {
    font-size: 28px;
    margin-bottom: 0.5em;
}
h4 {
    font-size: 24px;
    margin-bottom: 0.5em;
}
h5 {
    color: #b5b5b0;
    font-size: 22px;
    margin-bottom: 0.5em;
}
.field ul, .field ol {
	margin: 6px 20px;
	font-weight: 300;
}
.field ul li, .field ol li {
	padding-bottom: 15px;
}
.button {
    border-right: 2px solid #4D4D4D;
	border-bottom: 2px solid #4D4D4D;
    color: #FFFFFF;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
    padding: 0 1.5em;
}
.button.grey {
	background-color: #808080;
    border-right: 2px solid #4D4D4D;
	border-bottom: 2px solid #4D4D4D;
    box-shadow: -1px -1px 0 -1px #6C6C6C inset;
}
.button.grey:hover {
	background-color: #7c6a6a;
}
hr {
	border: 0 none;
    display: block;
	height: 1px;
	background: #dbdbdb;
	line-height: 0;
}
hr.green {
	height: 8px;
	background: url('../img/breakBG.jpg') no-repeat scroll center top #00823F;
	background-size: cover;
}
hr.green.big {
	height: 40px;
}
blockquote {
    font-family: 'Apercu Light', Georgia, 'Times New Roman', serif;
    font-size: 26px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.45;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	padding: 30px 0;
	margin-bottom: 10px;
}
blockquote p {
	padding: 0;
	margin: 0;
}
blockquote u {
    display: block;
    font-size: 20px;
    font-weight: 300;
    margin-top: 5px;
    text-align: right;
	text-transform: uppercase;
	text-decoration: none;
}
.input-tray {
	background: none repeat scroll 0 0 #ED8022;
    border: 1px solid #C34322;
	padding: 20px;
}
label {
	display: block;
    padding: 5px 10px;
    width: auto;
}
input.form-text {
    display: block;
    width: auto;
	background: #fff none;
    border: 1px solid #B3B3B3;
    border-radius: 0;
    color: #5F5F5F;
	font-family: 'Apercu Light',Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: 400;
	line-height: 24px;
    margin-bottom: 12px;
    padding: 9px;
	outline: none;
}
input.form-text:focus {
    border-color: #ED8022;
    -webkit-box-shadow: 0 0 5px 0 #ED8022;
    box-shadow: 0 0 5px 0 #ED8022;
}
textarea {
    display: block;
    width: auto;
	background: #fff none;
    border: 1px solid #B3B3B3;
    border-radius: 0;
    color: #5F5F5F;
	font-family: 'Apercu Light',Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: 400;
	line-height: 24px;
    margin-bottom: 12px;
    padding: 9px;
	outline: none;
}
textarea:focus {
    border-color: #ED8022;
    -webkit-box-shadow: 0 0 5px 0 #ED8022;
    box-shadow: 0 0 5px 0 #ED8022;
}
select {
    display: block;
    width: auto;
	background: #fff none;
    border: 1px solid #B3B3B3;
    border-radius: 0;
    color: #5F5F5F;
	font-family: 'freight-sans-pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: 400;
	line-height: 24px;
    margin-bottom: 12px;
    padding: 7px 9px 8px 9px;
	outline: none;
}
select:focus {
    border-color: #ED8022;
    -webkit-box-shadow: 0 0 5px 0 #ED8022;
    box-shadow: 0 0 5px 0 #ED8022;
}
input.form-submit {
	background-color: #ED8022;
	border: 0;
    color: #FFFFFF;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
    padding: 5px 20px;
	margin-top: 10px;
	width: 100%;
	border-radius:20px;
}
input.form-submit:disabled {
	cursor: not-allowed;
    opacity: 0.5;
}
.hidden {
    display: none;
}
::-webkit-input-placeholder { color: #787974; }
:-moz-placeholder { color: #787974; }
::-moz-placeholder { color: #787974; }
:-ms-input-placeholder { color: #787974; }
.testimonialNames {
	color:#00ac4c;
	font-weight:bold;
	font-style:italic;
	font-size:16px;
}
.lineDivider {
	background-color:#999;
	width:100%;
	height:2px;
	margin:1.5em 0;
}
.stateContactTitle {
	font-family: 'Apercu-Light', Helvetica, Arial, sans-serif;
	font-size:1.6em;
	color:#13AB4A;
}



/*
* Header Masthead
*/
.masthead {
	position: relative;
	z-index: 4;
	width: 100%;
	height: 100px;
	background: #fff;
	/*make sure border bottom  is thick by default, so that if js is off you can still see the nav*/
	border-bottom: 33px solid #00ad68;
}

/*if js is turned on, now you can show the thin green line for masthead by default */
.js .masthead {
	border-bottom: 5px solid #00ad68;
}

/*if js is on and detects sub-nav, show the thick green line*/
.masthead.has-subnav {
	border-bottom: 33px solid #00ad68;
}

.masthead #logo {
	float: left;
 	padding: 33px 0px 0px 0;
}
.masthead #logo img {
	display: block;
	width: 198px;
	height: 51px;
}
.masthead > .wrap > ul.menu {
	display: block;
	height: 55px;
	clear: right;
	float: right;
	padding: 45px 0 0 0;
	margin: 0;
	list-style: none;
	text-align: right;
}
.masthead > .wrap > ul.menu > li {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0;
	list-style: none;
}
.masthead > .wrap > ul.menu > li > a {
	font-family: 'Apercu-Regular', Helvetica, Arial, sans-serif;
	display: block;
	height: 18px;
	margin: 8px 0 13px 25px;
	padding: 7px 0;
	color: #707070;
    font-size: 16px;
	line-height: 18px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	border-bottom: 3px solid #fff;
	letter-spacing: 0.8px;
}
.masthead > .wrap > ul.menu > li:hover > a,
.masthead > .wrap > ul.menu > li.active > a,
.masthead > .wrap > ul.menu > li > a.active {
	border-bottom: 2px solid #00B675;
}
.masthead > .wrap > ul.menu > li > ul {
	display: none;
	position: absolute;
	z-index: 9;
	width: 100%;
	height: 33px;
	left: -15px;
	text-align: left;
	margin: 0;
	padding: 0;
	list-style: none;
  	background-color: none;
	overflow: hidden;
}
.masthead > .wrap > ul.menu > li.active > ul {
	display: block;
}
/* hide subnav from free quote page */
/*.page-node-54 .masthead > .wrap > ul.menu > li.active > ul {
	display: none;
}
.page-node-54 .masthead.has-subnav {
	*border-bottom: none;
}*/
.masthead > .wrap > ul.menu > li > ul > li {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
	vertical-align: middle;
}
.masthead > .wrap > ul.menu > li > ul > li > a {
	display: block;
	font-size: 18px;
	height: 18px;
	line-height: 18px;
	font-weight: 400;
	color: #fff;
	padding: 6px 13px 14px 13px;
}
.masthead > .wrap > ul.menu > li > ul > li > a:hover,
.masthead > .wrap > ul.menu > li > ul > li > a.active,
.masthead > .wrap > ul.menu > li > ul > li.active > a {
	background: #0B8340;
}
.masthead > .wrap > ul.menu > li > ul > li > ul {
	display: none;
}
.masthead > .wrap > .menu-toggle {
	display: none;
}
/* Fixed Sub-Nav */
.masthead.fixed {
	position: fixed;
	top: -100px;
}
/* Hide Newsroom menu item */
.masthead > .wrap > ul.menu > li.last {
    width: 0;
	overflow: hidden;
}



/* Drawer Nav */
#slide-menu {
	position: relative;
	z-index: 1001;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #444444;

}
#slide-menu .wrap.inside {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.menu-toggle #slide-menu .wrap.inside {
	max-height: 1440px;
}
#slide-menu .wrap > ul.menu {
	display: table;
	padding: 70px 0;
	margin: 0;
	list-style: none;
	width: 100%;
}
#slide-menu .wrap > ul.menu > li {
	display: table-cell;
	vertical-align: top;
	height: 100%;
	padding: 0 15px;
	margin: 0;
	list-style: none;
	border-left: 1px solid #555555;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#slide-menu .wrap > ul.menu > li.first {
	border-left: 0 none;
}
#slide-menu .wrap > ul.menu > li > a {
	color: #00d797;
	font-size: 22px;
	line-height: 120%;
}
#slide-menu .wrap > ul.menu > li ul {
	display: block;
	padding: 8px 0 0 0;
	margin: 0;
	list-style: none;
	line-height: 90%;
}
#slide-menu .wrap > ul.menu > li ul li {
	display: block;
	padding: 0px 0 8px 15px;
	margin: 0;
	list-style: none;
	line-height: 90%;
}
#slide-menu .wrap > ul.menu > li > ul li {
	/*padding-left: 20px;*/
}
#slide-menu .wrap > ul.menu > li > ul > li a {
    color: #fff;
	font-size: 15px;
	line-height: 120%;
	font-size: 15px;
}
#slide-menu .wrap > ul.menu > li > ul > li a:hover {
	text-decoration: underline;
}
#slide-menu .wrap > ul.menu > li > ul > li > ul a {
    color: #bbbbbb;
}
#slide-menu span.toggle {
	position: relative;
	width: 20px;
	height: 22px;
	margin: 0 0 0 -20px;
    color: #00d797;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
}
#slide-menu .wrap > ul.menu > li > ul li.expanded ul {
	display: none;
}
#slide-menu .mobile-menu {
	display: none;
}
.secondary-menu {
	float: right;
	height: 15px;
	padding: 10px;
	background: #ebebeb;
	margin: 0 0 -35px 0;
	text-align: center;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.secondary-menu a {
	height: 15px;
	font-size: 15px;
	line-height: 12px;
	font-weight: 300;
	display: inline-block;
	margin: 0 0 0 0;
	vertical-align: top;
	padding: 0 10px;
	color: #656665;
	border-right: 1px solid #ffffff;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.secondary-menu a.menu-toggle {
	border-right: 0 none;
}
.menu-toggle #slide-menu .secondary-menu {
	background: #444444;
}
.menu-toggle #slide-menu .secondary-menu a {
	color: #fff;
	border-color: #555555;
}
.secondary-menu a.no-menu-wrap {
	float: left;
	border-right: 0 none;
    display: block;
}
.menu-toggle #slide-menu .secondary-menu a.no-menu-wrap {
	color: #656665 !important;
}
.secondary-menu a.call-sc {
    margin: 0 0 0 -342px;
    padding: 0;
}
.secondary-menu a.sc-bonds {
    margin: 0 0 0 -220px;
}
.secondary-menu a.careers {
	margin: 0 0 0 -132px;
}
.secondary-menu a.sc-news {
    margin: 0 0 0 -70px;
}

.secondary-menu a.my-solarcity{
	font-size:13px;
}

.secondary-menu a.menu-toggle{
	font-size:13px;
}

#slide-menu > a.menu-toggle {
	display: none;
	width: 46px;
	height: 46px;
	float: right;
	background: url('../img/menu_close.svg') no-repeat center 5px;
	font-size: 11px;
	line-height: 80px;
	overflow: hidden;
	color: #C7DD7B;
	margin: 0 0 -46px -46px;
}
.menu-toggle #slide-menu > a.menu-toggle {
	display: block;
}


/* Breadcrumb Nav */
#block-system-main {
	clear: both;
}
#block-chronos-breadcrumbs {
	background: #333;
}
#block-chronos-breadcrumbs .content > ul.menu {
	display: block;
    line-height: 1;
    padding: 30px 0 0;
}
#block-chronos-breadcrumbs ul {
	display: inline;
}
#block-chronos-breadcrumbs li {
	display: none;
}
#block-chronos-breadcrumbs li.active {
	display: inline;
	padding: 0;
	margin: 0;
}
#block-chronos-breadcrumbs li,
#block-chronos-breadcrumbs li a {
	color: #fff;
	font-size: 12px;
    font-weight: 300;
	line-height: 16px;
}
#block-chronos-breadcrumbs li a.null {
	cursor: text;
}

/* footer qualify bar */
#qualify-footer-bar {
	background: #333;
	padding: 10px 0;
	text-align: center;
	border-bottom: 1px solid #4f504b;
}
#qualify-footer-bar * {
	display: inline-block;
}
#qualify-footer-bar input.form-text {
    margin-bottom: 0;
	border-radius: 3px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.4) inset;
    display: inline-block;
    font-family: "Apercu Light",helvetica,arial,sans-serif;
    font-size: 17px;
    height: 34px;
    line-height: 30px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    width: 140px;
}
#qualify-footer-bar .button {
    margin-left: 15px;
	width: 145px;
}
@media screen and (max-width: 640px) {
	#qualify-footer-bar * {
		display: block;
		margin: 0 auto;
	}
	#qualify-footer-bar input.form-text {
		margin-bottom: 5px;
	}
	#qualify-footer-bar .button {
		margin-left: auto;
	}
}


/* Commercial Colors */
.masthead > .wrap > ul.menu > li:hover > a[href="/commercial"],
.masthead > .wrap > ul.menu > li.active > a[href="/commercial"],
.masthead > .wrap > ul.menu > li > a.active[href="/commercial"] {
	border-color: 2px solid #006D3D;
}
.commercial .masthead > .wrap > ul.menu > li > ul {
	/*background-color: #5fa0c6;*/
	/* background-color: #666666; */
}
.commercial .masthead > .wrap > ul.menu > li > ul > li > a:hover,
.commercial .masthead > .wrap > ul.menu > li > ul > li > a.active,
.commercial .masthead > .wrap > ul.menu > li > ul > li.active > a {
	/*background: #114362;*/
	/* background: #444444; */
}
.commercial #slide-menu {
	/*background-color: #1f5c81;*/
	background-color: #444444;
}
.commercial.menu-toggle #slide-menu .secondary-menu {
	background: #444444;
}
.commercial #slide-menu .wrap > ul.menu > li,
.commercial.menu-toggle #slide-menu .secondary-menu a {
	padding: 0 15px;
}
.commercial.menu-toggle #slide-menu .secondary-menu a  {
	border-color: #555555;
}



/*
* Header Bar & Title
*/
.header-graphic {
	background-color: #ececec;
  	background-image: url(/sites/all/themes/solarcity/img/triangle-bg.png) !important;
	background-repeat: no-repeat;
	background-size: auto;
	background-position: top center;
	margin-top: 0;
	padding: 0 0 15px;
}
.commercial .header-graphic {
	/*background-color: #1f5c81;*/
	/* background-color: #444444; */
}
.banner-lead-tool + h1 {
	max-width: 75%;
}
.header-graphic h1,
.header-graphic span.h1 {
	padding: 16px 0 0 0;
	font-size: 36px;
  	line-height: 1.2;
}
.green-title h2 {
	font-size: 36px;
	line-height: 40px;
	display: block;
	margin-bottom: 0;
}
.header-graphic-with-image {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center top;
}
.header-graphic-with-image .wrap {
	box-sizing: border-box;
	padding: 15px;
}
.header-graphic-with-image h1 {
	box-sizing: border-box;
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	display: block;
	width: 100%;
	max-width: 100%;
	float: none;
	text-align: center;
	color: #fff;
}
.header-graphic-with-image.top-pos h1 {
	position: static;
	clear: both;
}
.header-graphic-with-image.middle-pos h1 {
	bottom: 40%;
}




/*
* Content Regions
*/
#block-system-main {
	padding-bottom: 80px;
}
.page-node-102 #block-system-main,
.page-node-109 #block-system-main,
.page-node-90 #block-system-main,
.page-node-91 #block-system-main,
.page-node-108 #block-system-main {
	padding-bottom: 20px;
}
.region-content {
	padding-top: 15px;
	position: relative;
}
.entity-field-collection-item.field-collection-item-field-content-block {
	padding: 40px 0;
}
.field-name-field-content-block .field-items .field-item:first-child .entity-field-collection-item.field-collection-item-field-content-block {
    padding-top: 0;
}
.field-collection-item-field-reusable-block .entity-field-collection-item.field-collection-item-field-content-block {
	padding: 0;
}
.field-name-field-content-block > .field-items > .field-item > .entity > .field-name-field-full-width-image {
	/* no spacing above full width images */
	padding-top: 0;
}
.field-name-field-one-column > div,
.field-name-field-two-column > div,
.field-name-field-three-column > div,
.field-name-field-four-column > div {
	text-align: left;
}
.field-name-field-two-column-copy > .field-items > .field-item,
.field-name-field-three-column-copy > .field-items > .field-item,
.field-name-field-four-column-copy > .field-items > .field-item {
	/* Turn 2/3/4 Column block text areas into columns */
	display: inline-block;
	margin-right: -4px;
	vertical-align: top;
	text-align: left;
	display: block;
	float: left;
	width: 47.826086956%;
}
.field-name-field-two-column-copy > .field-items > .field-item.even,
.field-name-field-three-column-copy > .field-items > .field-item,
.field-name-field-four-column-copy > .field-items > .field-item {
	padding-right: 4.347826086%;
}
.field-name-field-three-column-copy > .field-items > .field-item:last-child,
.field-name-field-four-column-copy > .field-items > .field-item:last-child {
	padding-right: 0;
}
.field-name-field-three-column-copy > .field-items > .field-item {
	/* three columns */
	width: 30.434782608%;
}
.field-name-field-four-column-copy > .field-items > .field-item {
	/* four columns */
	width: 21.739130434%;
}
.column-ratio-1 .field-name-field-two-column-copy > .field-items > .field-item.even,
.column-ratio-2 .field-name-field-two-column-copy > .field-items > .field-item.odd {
	width: 30.434782608%
}
.column-ratio-1 .field-name-field-two-column-copy > .field-items > .field-item.odd,
.column-ratio-2 .field-name-field-two-column-copy > .field-items > .field-item.even {
	width: 65.217391304%
}
.column-ratio-1 .field-name-field-two-column-copy > .field-items > .field-item *,
.column-ratio-2 .field-name-field-two-column-copy > .field-items > .field-item * {
	max-width: 100%;
}

.faqs dt{
	padding: 0 0 0 50px;
	font-size:22px;
	color: #fa8a2e;
	cursor: pointer;
	line-height: 1.5em;
	margin: 1.5em 0 .5em 0;
	background: url(../../../../default/files/expand-plus.png) no-repeat left; min-height:37px;
}

	.faqs dd{
		padding-left:3em;
	}

.faqs .expanded {
	background: url(../../../../default/files/hide-minus.png) no-repeat left; min-height:37px;
}

#myscPhoneVideoContainer{
	width:440px;
	height:584px;
	background: url('../img/mysc-phone-hand-big.png') no-repeat center;
}

#myscPhoneVideoiFrame {
	position:relative;
	width:213px;
	height:380px;
	overflow:hidden;
	display:inline-block;
	left:70px;
	top:42px;

}

#myscPhonePicContainer{
	width:440px;
	height:326px;
	background: url('../img/mysc-app-feature-blank.png') no-repeat center;
}

#myscPhoneGalleryContainer {
	position:relative;
	width:97px;
	height:165px;
	overflow:hidden;
	display:inline-block;
	left:154px;
	top:81px;

}

#myscPhoneGalleryimg1{
	position:absolute;
	left:0;
	width:97px;
	z-index:10;
}

#myscPhoneGalleryimg2{
	position:absolute;
	left:-97px;
	width:97px;
	z-index:10;
}






/*
* Homepage Header
*/

#homepage-banner {
	background-color: #F2F3F3;
	overflow: hidden;
}

.homepage-header {
	background: #03A939 url('../img/homepage-banner.jpg') no-repeat center top;
	background-size: cover;
}
.homepage-header .wrap {
	padding: 30px 0 40px 0;
}
.homepage-header h1 {
	-ms-transform: skew(20deg);
	-webkit-transform: skew(20deg);
	-moz-transform: skew(20deg);
	-o-transform: skew(20deg);
	display: block;
	margin: 0 60px;
	padding: 40px 20px;
	font-size: 70px;
	font-weight: 300;
	line-height: 80px;
	letter-spacing: -1px;
	text-transform: uppercase;
	background: rgba(0, 141, 80, 0.8);
}
.homepage-header h1 b {
	display: block;
	font-size: 120px;
	font-weight: 700;
	letter-spacing: 1px;
}
.homepage-header h1 span {
	display: block;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: skew(-20deg);
	-webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-o-transform: skew(-20deg);
	text-align: center;
}
.zip-tray {
	background: #f1b113;
}
.zip-tray .input-tray {
	border: 0 none;
	padding: 10px 0;
	margin: 0 110px;
	-ms-transform: skew(20deg);
	-webkit-transform: skew(20deg);
	-moz-transform: skew(20deg);
	-o-transform: skew(20deg);
}
.zip-tray .input-tray > * {
	-ms-transform: skew(-20deg);
	-webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-o-transform: skew(-20deg);
	display: inline-block;
	margin: 0;
}
.zip-tray  label {
	color: #fff;
	font-weight: 300;
	font-size: 22px;
	text-transform: uppercase;
}
.zip-tray.sticky{
    position: fixed;
    z-index: 500;
    width:100%;
    bottom:0;
    left:0;
}





/*
* Full Width Image
*/
.field-collection-item-field-full-width-image {
	background-color: #00a04b;
	background-position: center center;
	background-repeat: no-repeat;
}
.commercial .field-collection-item-field-full-width-image {
	background-color: #1f5c81;
}





/*
* Webform
*/
.node-webform {
	padding: 20px 0;
}
.node-webform .webform-client-form {
	margin: 0 auto;
    text-align: center;
    width: 920px;
}
.node-webform .webform-client-form > div {
    text-align: left;
}
.node-webform .webform-client-form > div > .form-item > label {
	padding-left: 0;
}
.node-webform .grippie {
	display: none;
}
.node-webform div.form-radios {
	padding: 10px 0;
}
.node-webform div.form-type-radio {
	text-align: center;
	display: inline-block;
	vertical-align: top;
	margin: 0 -4px 0 0;
}
.node-webform div.form-type-radio label {
	display: block;
	width: auto;
	height: 28px;
	margin-top: -46px;
}
.node-webform div.form-type-radio label.not-likely {
    margin-top: -6px;
}
.node-webform div.form-type-radio input {
	margin-top: 20px;
}
.node-webform input.form-submit {
	width: auto;
}





/*
* Video Modal
*/
.vimeo-popup {
	cursor: pointer;
}
#vimeo-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
}
#vimeo-modal {
	position: fixed;
	top: 10%;
	left: 10%;
	z-index: 9999;
	width: 80%;
}
.video-size {
    padding-top: 56.25%;
}
.video-close {
    position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	margin: -33px -33px 0 0;
	background: url('../img/menu.close.white.png');
	cursor: pointer;
}
#vimeo-modal iframe {
    position: absolute;
    top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* 9x16 ratio */
#vimeo-modal.ratio9x16 {
	left: 50%;
	width: auto;
	height: 80%;
}
#vimeo-modal.ratio9x16 .video-size {
    padding-top: 0;
}
/* 4x3 ratio */
#vimeo-modal.ratio4x3 .video-size {
    padding-top: 75%;
}

/* Vimeo Swap */
.vimeo-swap,
.vimeo-target {
	cursor: pointer;
}
.vimeo-swap-wrap {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.vimeo-swap-wrap.ratio4x3 {
	padding-bottom: 75%; /* 4:3 */
}
iframe.vimeo-swap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.field iframe.vimeo-swap {
	height: 100% !important;
}



/*
* Photo Gallery
*/
.field-collection-item-field-photo-gallery {
	padding-top: 6px;
}
.view-photo-gallery-large-image img {
	width: 100%;
	height: auto;
	display: none;
}
.gallery-button {
	float: left;
    display: block;
	position: relative;
    font-family: 'FontAwesome';
    font-size: 80px;
    font-weight: normal;
	width: 100px;
	height: 100px;
	color: #fff;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.6);
	opacity: 0;
	margin: 200px 0 -320px 0;
    -webkit-transition: .3s all;
    -webkit-transition-delay: 0s;
    -moz-transition: .3s all;
    -moz-transition-delay: 0s;
    -ms-transition: .3s all;
    -ms-transition-delay: 0s;
    -o-transition: .3s all;
    -o-transition-delay: 0s;
    transition: .3s all;
    transition-delay: 0s;
}
.gallery-button.gallery-next {
	float: right;
	margin-right: 0;
}
.field-collection-item-field-photo-gallery:hover .gallery-button.gallery-next {
	opacity: 0.95;
	margin-right: 20px;
}
.gallery-button:after {
	content: "\f054";
}
.gallery-button.gallery-prev {
	margin-left: 0;
}
.gallery-button.gallery-prev:after {
	content: "\f053";
}
.field-collection-item-field-photo-gallery:hover .gallery-button.gallery-prev {
	opacity: 0.95;
	margin-left: 20px;
}
.field-name-field-image img {
	display: block;
	float: left;
	padding: 4px 4px 0 0;
	cursor: pointer;
	width: 150px !important;
	height: auto !important;
}
.thumb-wrap {
	margin-right: -4px;
	display: none;
}
.view-photo-gallery-large-image h2,
.thumb-wrap h2 {
	display: none;
	height: 0 !important;
	margin: 0 !important;
}
.view-photo-gallery-large-image {
	height: 552px;
}






/** Prebuilt Blocks **/

/*
* Full Width Yellow Give Us A Call Block
*/
#prebuilt-0 {
	background-color: #EEB111;
	padding: 60px 0;
}
#prebuilt-0 h3,
#prebuilt-0 h3 a {
	color: #fff;
	margin: 0;
}
#prebuilt-0 h3 span {
	display: block;
}

/*
* Four Square Graphical Customer Quote Block
*/
.quote-block {
	display: inline-block;
	width: 24%;
	margin: 0 -4px 0 1.3%;
	height: 240px;
	overflow: hidden;
    position: relative;
    vertical-align: top;
	text-align: left;
	background-size: cover;
	display: block;
	float: left;
}
.quote-block:first-child {
	margin-left: 0;
}
.quote-block.quote-1 { background-image: url('../img/testimonials_03.jpg'); }
.quote-block.quote-2 { background-image: url('../img/testimonials_05.jpg'); }
.quote-block.quote-3 { background-image: url('../img/testimonials_07.jpg'); }
.quote-block.quote-4 { background-image: url('../img/testimonials_09.jpg'); }
.quote-block .quote-slide {
	display: block;
	width: 90%;
	height: 180px;
	padding: 30px 5%;
	overflow: hidden;
    position: relative;
	color: #fff;
	font-size: 16px;
    font-weight: 400;
    top: 240px;
	background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: .5s all;
    -webkit-transition-delay: 0s;
    -moz-transition: .5s all;
    -moz-transition-delay: 0s;
    -ms-transition: .5s all;
    -ms-transition-delay: 0s;
    -o-transition: .5s all;
    -o-transition-delay: 0s;
    transition: .5s all;
    transition-delay: 0s;
	background-color: black\9;
	opacity: 0.7\9;
}
.quote-block:hover .quote-slide {
	top: 0;
}
.quote-block .quote-slide span {
    display: block;
    font-size: 0.875rem;
    margin-top: 5px;
    text-align: right;
}
.quote-block .quote-slide span:before {
    content: '— ';
}

/*
* Accordion
*/
.accordion-item h4 {
	color: #404040;
}
.accordion-menu h3 {
	font-size: 20px;
	margin-bottom: 0;
	text-align: center;
}
.accordion-menu h3 span {
	display: block;
	text-align: center;
	color: #656565;
	font-size: 12px;
}
.accordion-item .accordion-menu {
	display: none;
}
.accordion-menu {
	box-sizing: border-box;
	display: block;
	width: 25%;
	float: left;
	background: #f6f6f7;
	padding: 30px 0 0 0;
	cursor: pointer;
	border-right: 1px solid #fff;
}
.accordion-tabs .accordion-menu:after {
	display: block;
	content: '';
	position: relative;
	height: 12px;
	margin: 25px 0 -12px 0;
	background: #00a258;
}
.accordion-tabs .accordion-menu:nth-child(1):after {
	background: #d0e4af;
}
.accordion-tabs .accordion-menu:nth-child(2):after {
	background: #b5d679;
}
.accordion-tabs .accordion-menu:nth-child(3):after {
	background: #89bf91;
}
.accordion-content {
	text-align: left;
	padding: 0 0 0 0;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	transition: all 0.2s linear;
}
.accordion-item.visible .accordion-content {
	padding: 30px 0 0 0;
	height: auto;
	overflow: visible;
	visibility: visible;
	opacity: 1;
}
.citation {
    font-size: 11px;
}
.accordion-item a.button {
    display: inline-block;
    padding: 11px 20px;
    width: auto;
}





/*
* Footer
*/
.footer {
	background: #333;
	background-size: cover;
}

.footer .wrap {
	padding: 15px 0 30px 0;
	/*background: -moz-linear-gradient(left, #008751 0%, #009e4a 50%, #008751 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#008751), color-stop(50%,#009e4a), color-stop(100%,#008751));
	background: -webkit-linear-gradient(left, #008751 0%,#009e4a 50%,#008751 100%);
	background: -o-linear-gradient(left, #008751 0%,#009e4a 50%,#008751 100%);
	background: -ms-linear-gradient(left, #008751 0%,#009e4a 50%,#008751 100%);
	background: linear-gradient(to right, #008751 0%,#009e4a 50%,#008751 100%);*/
}
.front .footer .wrap {
	padding: 30px 0;
}

.footer p {
	color:#ccc !important;
}

.footer div.menu {
	padding: 5px 0;
	/*border-top: 1px solid #93c83e;
	border-bottom: 1px solid #93c83e;*/
	text-align: left;
	color: #fff;
	font-size: 11px;
	line-height: 25px;
}
.footer div.menu a {
	color: #fff;
}
.footer div.menu ul,
.footer div.menu ul li {
	list-type: none;
	display: inline;
}
.footer ul.footer-menu li a {
	padding-right: 4px;
	margin-right: 2px;
	/*border-right: 1px solid #93c83e;*/
}
.footer ul.footer-menu li.terms {
	float: right;
}
.footer ul.footer-menu li.terms.first a {
	padding-right: 0;
	padding-left: 2px;
	margin-right: 0;
	border-right: 0 none;
}
.footer ul.footer-menu li.follow {
	padding-right: 20px;
}
.footer ul.footer-menu li.social a {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: #3c5b9b;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	line-height: 25px;
	vertical-align: middle;
	text-align: center;
	margin-right: 4px;
	padding-right: 0;
	border-right: 0 none;
}
.footer ul.footer-menu li.twitter a {
	background: #2eaae1;
}
.footer ul.footer-menu li.google a {
	background: #f63e28;
}
.footer ul.footer-menu li.youtube a {
	background: #fe3432;
}
.footer ul.footer-menu li.linkedin a {
	background: #0173b2;
}
.footer ul.footer-menu li.pinterest a {
	background: #d7323a;
}
.footer ul.footer-menu li.instagram a {
	background: #6392b3;
}
.footer ul.footer-menu li a span {
	font-size: 16px;
	line-height: 25px;
}
#block-views-footer-block-block,
#block-views-default-footer-block-block {
	color: #fff;
	text-align: justify;
}
#block-views-footer-block-block p,
#block-views-default-footer-block-block p {
	font-size: 11px;
}
/* Commercial Colors */
.commercial .footer {
	background: #333;
}
.commercial .footer .wrap {
	/*background: -moz-linear-gradient(left, #1f5c81 0%, #5a7e95 50%, #1f5c81 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1f5c81), color-stop(50%,#5a7e95), color-stop(100%,#1f5c81));
	background: -webkit-linear-gradient(left, #1f5c81 0%,#5a7e95 50%,#1f5c81 100%);
	background: -o-linear-gradient(left, #1f5c81 0%,#5a7e95 50%,#1f5c81 100%);
	background: -ms-linear-gradient(left, #1f5c81 0%,#5a7e95 50%,#1f5c81 100%);
	background: linear-gradient(to right, #1f5c81 0%,#5a7e95 50%,#1f5c81 100%);*/
}
.commercial .footer ul.footer-menu li a,
.commercial .footer div.menu {
	/*border-color: #37ccc7;*/
}

/* Has Full Background */
.has-full-bg {
	padding-bottom: 40px;
	background-position: center bottom;
	background-size: 100%;
	background-repeat: no-repeat;
}
.has-full-bg .content-block-title h2,
.has-full-bg .field-type-text-long * {
	color: #fff;
}

/* Has Divider */
.has-divider > div.field-type-field-collection {
	/*border-bottom: 2px solid #d1d3d4;*/
	border-bottom: 1px solid #d1d3d4;
	padding-bottom: 40px;
}
.has-divider > div.field-name-field-prebuilt-block {
	border-bottom: 0 none;
	padding-bottom: 0;
}




/*
* Misc
*/
body.cke_show_borders {
	text-align: left;
}
a.node-edit {
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 30px;
	line-height: 40px;
	margin-left: -40px;
	color: #216535;
	z-index: 99;
}
#admin-menu {
	z-index: 1919;
}
.views-exposed-form select {
	vertical-align: top;
	display: inline-block;
	background: #fff;
	border: 1px solid #a1a1a1;
	padding: 0;
	margin: 0 0 10px 0;
	height: 30px;
	min-width: 100px;
	color: #656565;
    font-size: 14px;
    font-weight: 400;
}
.views-exposed-form input.form-text {
    font-size: 14px;
	height: 28px;
	line-height: 28px;
	padding: 0 5px;
	margin: 0;
	width: 80%;
}
.view-content {
	clear: both;
}

/* Mobile vs Desktop */
.mobile-only {
	display: none !important;
}

/* Banner Lead Tool */
.banner-lead-tool {
	float: right;
	padding: 16px 0 0px 0;
	text-align: left;
}
a#banner-lead-tool {
	display: inline-block;
	font-size: 16px;
	line-height: 12px;
	padding: 12px 20px;
	color: #fff;
	background-color: #FBB01B;
	text-transform: uppercase;
 	-moz-border-radius: 5px;
 	-webkit-border-radius: 5px;
 	border-radius: 5px;
 	font-weight: bold;
}
a#banner-lead-tool span.fa {
	color: #fff;
	display: block;
	float: right;
	font-size: 13px;
	line-height: 15px;
	margin-left: 9px;
}
.banner-lead-tool > div {
	display: inline-block;
	padding: 10px 15px;
	height: 16px;
	background-color: #F3F3F3;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#F3F3F3));
	background: -moz-linear-gradient(top, #FFFFFF 0%, #F3F3F3 100%);
	border: 2px solid #69be57;
}
.banner-lead-tool > div a#banner-lead-tool {
	padding: 0;
	background: transparent none;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 0 0 0 transparent;
	box-shadow: 0 0 0 0 transparent;
}
.banner-lead-tool > div a#banner-lead-tool span.fa {
	margin-right: 0;
}
.banner-lead-tool > div input {
	display: block;
	height: 16px;
	padding: 0;
	float: left;
	border: 0 none;
	background: transparent;
}


/* Newsroom Styles */
.node-news.view-mode-full {
	padding-top: 40px;
}
.view-press-releases .view-filters > form {
	float: left;
	width: 40%;
}
.field-name-field-media-contact,
.view-default-media-contact-block {
	text-align: left;
	float: right;
	width: 60%;
}
.entity-media-contact > .field {
	display: inline-block;
	height: 16px;
	line-height: 16px;
}
.entity-media-contact > .field-name-field-contact-phone {
	padding: 0 10px;
	margin: 0 10px;
	border-right: 1px solid #656565;
	border-left: 1px solid #656565;
}
.node-news .field-name-title h1 {
	clear: both;
	font-size: 28px;
	line-height: 32px;
	padding: 20px 0 40px 0;
}
.node-news .field-name-title h1 a,
.node-news .field-name-title h2 a,
.node-news .field-name-title h3 a  {
	color: #00ac4c;
}
.node-news.view-mode-full .field-name-field-abstract-slug {
	color: #00ac4c;
	font-size: 22px;
	line-height: 26px;
	padding: 0 0 40px 0;
}
.field-name-field-content-photo {
	float: left;
	padding-right: 40px;
}
.field-name-field-publication,
.node-news .field-name-field-date {
	display: inline-block;
	padding-right: 10px;
	margin-right: 10px;
	height: 16px;
	line-height: 16px;
	border-right: 1px solid #656565;
	vertical-align: top;
}
.node-news .field-name-field-date {
	padding-right: 0;
	margin-right: 0;
	border-right: 0 none;
	font-style: italic;
}
.entity-boilerplate {
    padding-top: 20px;
}
.view-press-releases .views-row {
	border-bottom: 1px solid #D1D3D4;
    padding-bottom: 20px;
	margin-bottom: 20px;
}
.field-name-field-newsroom-graphic {
	float: left;
	width: 280px;
	height: 175px;
	margin-right: 30px;
	text-align: center;
}
.views-row .field-name-field-content-photo {
    display: none;
}
.views-row-1 .field-name-field-content-photo {
	display: block;
}
.views-row-1 .has-both .field-name-field-newsroom-graphic {
	display: none;
}
.node-news.view-mode-full .field-name-title {
	clear: both;
}
.view-press-releases .views-submit-button {
	display: none;
}
.view-press-releases .views-exposed-form .views-exposed-widget {
	padding: 0 0 20px 0;
	width: 30%;
}
.view-press-releases .views-exposed-form .views-widget-filter-title {
	width: 65%;
}
.view-default-boilerplate-block {
	text-align: left;
}
#block-views-press-releases-block-1 .field-name-field-content-photo,
#block-views-press-releases-block-1 .field-name-field-newsroom-graphic,
#block-views-press-releases-block .field-name-field-content-photo,
#block-views-press-releases-block .field-name-field-newsroom-graphic,
#block-views-press-releases-block-3 .field-name-field-content-photo,
#block-views-press-releases-block-3 .field-name-field-newsroom-graphic {
	display: none;
}



/* Add This */
#block-block-1 {
	min-height: 25px;
}
#block-block-1 > .content > div {
	text-align: right;
}
#block-block-1 > .content > div > a {
	float: right !important;
}
#block-block-1 > .content > div > a > span {
	background-image: none !important;
	background-color: #bbbdc0;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #fff;
	text-align: center;
	text-indent: 0;
  border-radius: 12px;
  font-size: 15px;
  width: 25px;
  height: 25px;
  line-height: 25px;
}
#block-block-1 > .content > div > a.addthis_button_facebook > span:after {
  content: "\f09a";
}
#block-block-1 > .content > div > a.addthis_button_facebook > span:hover {
  background-color: #3B5998;
}
#block-block-1 > .content > div > a.addthis_button_twitter > span:after {
  content: "\f099";
}
#block-block-1 > .content > div > a.addthis_button_twitter > span:hover {
  background-color: #4099FF;
}
#block-block-1 > .content > div > a.addthis_button_google_plusone_share > span:after {
  content: "\f0d5";
}
#block-block-1 > .content > div > a.addthis_button_google_plusone_share > span:hover {
  background-color: #d34836;
}
#block-block-1 > .content > div > a.addthis_button_linkedin > span:after {
  content: "\f0e1";
}
#block-block-1 > .content > div > a.addthis_button_linkedin > span:hover {
  background-color: #4875B4;
}
#block-block-1 > .content > div > a.addthis_button_pinterest_share > span:after {
  content: "\f0d2";
}
#block-block-1 > .content > div > a.addthis_button_pinterest_share > span:hover {
  background-color: #910101;
}

.modal-container{
    display: block;
    position: fixed;
        top: 0;
        left: 0;
        z-index:2000;
    width:100%;
    height: 100%;
    background-color: rgba(0,0,0,0.63);
    text-align: center;
}
    .modal-container .modal-popup{
        display:block;
        position: relative;
        max-width:600px;
        padding:4%;
        padding-bottom:2%;
        margin: 10% auto;
        background-color: #fff;
        box-shadow: 1px 1px 30px rgba(0,0,0,0.6);
    }
    .modal-container .modal-close{
        position: absolute;
        top:20px;
        right:25px;
        cursor: pointer;
    }
    .modal-container img{
        margin-bottom:20px;
        max-width:100%;
    }
    .modal-container a{
        display: inline-block;
        color: #fff;
        background-color: #eeb111;
        padding:10px 20px;
        margin: 10px;
        border-radius:3px;
    }
    .modal-container p.modal-legal{
        margin-top:10px;
        font-size:11px;
    }

/* What it costs finance selection bar */
#financeSelectionBar{
		max-width:920px;
		margin:auto 0;
	}

	#financeSelectionBar .financeType{
		width:24.6%;
		display:inline-block;
		text-align:center;
		background-color:#e6e6e6;
		padding:1.5em 0;
		color:#333;
		font-size:.8em;
	}

	#financeSelectionBar .financeType a{
		color:#333;
	}

	#financeSelectionBar .financeType span{
		font-size:1.5em;
		line-height:1.75em;

	}

	#financeSelectionBar .bottom1 {
		border-bottom:8px solid #d0e4af;
	}

	#financeSelectionBar .bottom2 {
		border-bottom:8px solid #b5d679;
	}

	#financeSelectionBar .bottom3 {
		border-bottom:8px solid #89bf91;
	}

	#financeSelectionBar .bottom4 {
		border-bottom:8px solid #00a258;
	}


/* Carousel 1 Styling */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .flex-control-paging {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.flexslider .flex-control-paging li {
	display: inline-block;
	margin: 0 6px;
}

.flexslider .flex-control-paging li a {
	display: block;
 	width: 11px;
 	height: 11px;
  	background-color: #fff;
  	border-radius: 11px;
  	text-indent: -9999px;
  	cursor: pointer;
}

.flexslider .flex-control-paging .flex-active {
	background-color: #0b8340;
}

#gallerycarousel-1 {
	background-color:#f5f5f4;
	/*margin-top:2em;*/
}

#gallerycarousel-1 .no-js .slides > li:first-child {display: block;}


#gallerycarousel-1 .flexslider {
	position: relative; zoom: 1;
	width:auto;
	max-width:920px;
	margin: 0 auto;
}

#gallerycarousel-1 #galleryHeader {
	position: absolute;
	padding-top: 60px;
	z-index:5;
	width: 100%;
  	text-align:center;
  	font-size: 13px;
  	line-height: 150%;
  	letter-spacing: 0.1em;
  	color: rgba(0,0,0,0.4);
}
    #gallerycarousel-1 #galleryHeader span {
      padding: 0.2em 2em 0.4em 2em;
      background-color: rgba(255,255,255,0.3);
      border-radius: 1em/50%;
    }

#gallerycarousel-1 .flex-viewport {
	height:600px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

#gallerycarousel-1 .loading .flex-viewport {
	max-height: 300px;
}

#gallerycarousel-1 .flexslider .slides {
	zoom: 1;
}

#gallerycarousel-1 .carousel li {
	margin-right: 5px;
}

#gallerycarousel-1 .slides li {
	position: relative;
	z-index: 1;
	height:600px;
	background-size: 920px 600px;
}

#gallerycarousel-1 .slides li:before {
    content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,0.5) 80%, rgba(0,0,0,0.5) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(40%,rgba(0,0,0,0)), color-stop(80%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,0.5)));
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,0.5) 80%,rgba(0,0,0,0.5) 100%);
  background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,0.5) 80%,rgba(0,0,0,0.5) 100%);
  background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,0.5) 80%,rgba(0,0,0,0.5) 100%);
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,0.5) 80%,rgba(0,0,0,0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );


  }

#gallerycarousel-1 .slideText h2 {
  font-size: 27px;
	line-height: 120%;
	color:#fff;
}

#gallerycarousel-1 .slideText {
	position: absolute;
	top:70%;
	z-index: 3;
	color:#fff;
	padding: 0 50px;
}

#gallerycarousel-1 .slideText p {
	text-align:left;
  line-height: 1.5em;
  padding: 0;
}

#gallerycarousel-1 .slideText a.link-more {
  color: #FBB01B;
  font-size: 14px;
}



.flex-direction-nav {
	height: 0;
}

#gallerycarousel-1 .flex-direction-nav a  {
	text-decoration:none;
	display: block;
	width: 100px;
	height: 100px;
	margin: -50px 0 0;
    padding: 25px;
    box-sizing: border-box;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: #fff;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

/* #gallerycarousel-1 .flex-direction-nav .flex-prev {
  left: -50px;
}

#gallerycarousel-1 .flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
} */

#gallerycarousel-1 .flexslider:hover .flex-prev {
}

#gallerycarousel-1 .flexslider:hover .flex-next {
}

#gallerycarousel-1 .flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
}

#gallerycarousel-1 .flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter:alpha(opacity=0);
	cursor: default;
}

#gallerycarousel-1 .flex-direction-nav a:before  {
	background: url('/sites/all/themes/solarcity/img/carousel/carousel_chevron_left.png') no-repeat;
	width:78px;
	height:89px;
	display:block;
	content: ' ';
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}

#gallerycarousel-1 .flex-direction-nav a.flex-next:before  {
	background: url('/sites/all/themes/solarcity/img/carousel/carousel_chevron_right.png') no-repeat;
	width:78px;
	height:89px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}

#gallerycarousel-1 .flex-direction-nav a:hover.flex-prev:before,
#gallerycarousel-1 .flex-direction-nav a:hover.flex-next:before {

}

#gallerycarousel-1 .flexslider .flex-direction-nav a,
#gallerycarousel-1 .flexslider .flex-direction-nav a {
	display: block;
}

#gallerycarousel-1 .flex-direction-nav .flex-next {
	right: 0 !important;
	margin-right: -10px;
	opacity: 1;
}

#gallerycarousel-1 .flex-direction-nav .flex-prev {
	left: 0 !important;
	opacity: 1;
	margin-left: -30px;
}

#gallerycarousel-1 .flexslider .flex-control-paging li a {
	background-color: #fff;
}
#gallerycarousel-1 .flexslider .flex-control-paging .flex-active {
	background-color: #0b8340;
}

/* Carousel on How Panels Look page */


/* Carousel 2 Styling */
#gallerycarousel-1 .how-panels-look {
	background-color: #fff;
}
#gallerycarousel-1 .how-panels-look .flex-control-paging {
	text-align: center;
}
#gallerycarousel-1 .how-panels-look .slides ul {
	margin: 0!important;
	padding: 0;
}
#gallerycarousel-1 .how-panels-look .slides li,
#gallerycarousel-1 .how-panels-look .flex-viewport {
	height: 576px;
	margin:0;
	padding: 0;
}

#gallerycarousel-2 {
	background-color:#f5f5f4;
	margin-top:2em;
}

.flexslider .slides img {
	width: 100%;
	display: block;
}

#gallerycarousel-2 #galleryHeader {
	position: absolute;
	padding-top: 60px;
	z-index:5;
	width: 100%;
  text-align:center;
  font-size: 13px;
  line-height: 150%;
  letter-spacing: 0.1em;
  color: rgba(0,0,0,0.5);
}
    #gallerycarousel-2 #galleryHeader span {
      padding: 0.2em 1.4em 0.4em 1.4em;
      background-color: rgba(255,255,255,0);
      border-radius: 1em/50%;
    }


#gallerycarousel-2 .flexslider {
	position: relative; zoom: 1;
	width:auto;
	max-width:920px;
	margin: 0 auto;
}

#gallerycarousel-2 .flex-viewport {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

#gallerycarousel-2 .slides li {
	position: relative;
	z-index: 1;
}

#gallerycarousel-2 .imgContainer {
	z-index: 2;
	width:500px;
	margin:0 auto;
}

#gallerycarousel-2 .slides h2 {
	font-size: 27px;
	line-height: 120%;
	text-align:center;
	color:#000;
  margin-top: 98px;
  padding: 0 0.75em;
}

#gallerycarousel-2 .slideText {
	padding: 0 50px 60px 50px;
	max-width:900px;
	text-align:center;
}
#gallerycarousel-2 .slideText p {
	color:#444;
  line-height: 1.5em;
}

#gallerycarousel-2 .flex-direction-nav a  {
	text-decoration:none;
	display: block;
	width: 100px;
	height: 100px;
	margin: -50px 0 0;
  padding: 25px;
  box-sizing: border-box;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: #fff;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}



/* #gallerycarousel-2 .flex-direction-nav .flex-prev {
  left: -50px;
}

#gallerycarousel-2 .flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
} */

#gallerycarousel-2 .flexslider:hover .flex-prev {
}

#gallerycarousel-2 .flexslider:hover .flex-next {
}

#gallerycarousel-2 .flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
}

#gallerycarousel-2 .flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter:alpha(opacity=0);
	cursor: default;
}

#gallerycarousel-2 .flex-direction-nav a:before  {
	background: url('/sites/all/themes/solarcity/img/carousel/carousel_chevron_left.svg') no-repeat;
	background-color: #FFFFFF;
	border-radius: 50px;
	width:50px;
	height:50px;
	display:block;
	content: ' ';
  border: 1px solid #FFFFFF;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}

#gallerycarousel-2 .flex-direction-nav a.flex-next:before  {
	background: url('/sites/all/themes/solarcity/img/carousel/carousel_chevron_right.svg') no-repeat;
	background-color: #FFFFFF;
	border-radius: 50px;
	width:50px;
	height:50px;
  border: 1px solid #FFFFFF;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}

#gallerycarousel-2 .flex-direction-nav a:hover.flex-prev:before,
#gallerycarousel-2 .flex-direction-nav a:hover.flex-next:before {
  border: 1px solid #FBB01B;
}
#gallerycarousel-2 .flexslider .flex-direction-nav a,
#gallerycarousel-2 .flexslider .flex-direction-nav a {
	display: block;
}

#gallerycarousel-2 .flex-direction-nav .flex-next {
	right: 0 !important;
	margin-right: -50px;
	opacity: 1;
}

#gallerycarousel-2 .flex-direction-nav .flex-prev {
	left: 0 !important;
	opacity: 1;
	margin-left: -50px;
}



/* Grid Engineering Modal */
#grid-form-modal-bg {
	position: fixed;
	z-index: 1600;
	background: #000;
	opacity: 0.7;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#grid-form-modal {
	position: fixed;
	z-index: 1601;
	background: #fff;
	width: 360px;
	top: 100px;
	left: 50%;
	margin-left: -190px;
	padding: 10px;
}
#grid-form-modal .close {
    color: #E04E39;
    float: right;
    font-size: 34px;
    margin: -24px;
}
#grid-form-modal .form-text {
    width: 100%;
}
#grid-form-modal .form-text {
    box-sizing: border-box;
    width: 100%;
}
#grid-form-modal input.form-submit {
    cursor: pointer
}
#grid-form-modal a.form-submit {
    display: block;
    margin-top: 10px;
}


/* Text Block Styling */

#text-block {
  width:auto;
  max-width:920px;
  margin: 2em auto 0 auto;
  padding: 4.5em 0em 5em 0em;
  box-sizing: border-box;
}
#text-block h2 {
  color: #000000;
  text-align: center;
  margin-bottom: 0.75em;
  /* font-family: 'Apercu Regular'; */
  font-size: 30px;
}
#text-block a.button.tiny {
  width: auto;
  margin: 0 auto;
  padding: 0 2.5em;
  font-size: 16px;
  line-height: 38px;
  font-family: 'Apercu Regular';
  display: inline-block;
}

/* Five column block styles */
.five-column-block {
    max-width: 920px;
    margin: 2em auto 0 auto;
    position: relative;
}

.five-column-block:after {
    content: "";
    position: absolute;
    top: 20%;
    left: 10%;
    right: 10%;
    border: 1px dashed rgba(0, 0, 0, 0.2);
    z-index: -1;
}

.five-column-block .icon-block {
    display: inline-block;
    width: 150px;
    border: none;
    padding: 0 15px;
    vertical-align: top;
    text-align: center
}

.five-column-block .icon-block img {
    width: 77px!important;
    height: 77px!important;
    padding: 25px 15px 0;
    background-color: #fff;
}
.five-column-block .icon-block p {
    padding: 15px 0 30px 0;
    font-size: 16px;
    font-family: 'Apercu Light', helvetica, arial, sans-serif;
}

/* Six column block styles */
.six-column-block {
    max-width: 920px;
    margin: 2em auto 0 auto;
    position: relative;
}

.six-column-block:after {
    content: "";
    position: absolute;
    top: 20%;
    left: 10%;
    right: 10%;
    border: 1px dashed rgba(0, 0, 0, 0.2);
    z-index: -1;
}

.six-column-block .icon-block {
    display: inline-block;
    width: 130px;
    border: none;
    padding: 0 8px;
    vertical-align: top;
    text-align: center
}

.six-column-block .icon-block img {
    width: 66px!important;
    height: 66px!important;
    padding: 15px 15px 0;
    background-color: #fff;
}
.six-column-block .icon-block p {
    padding: 15px 0 30px 0;
    font-size: 13px;
    font-family: 'Apercu Light', helvetica, arial, sans-serif;
}

/* Seven Column Process Block */
.seven-step-process-wrap {
	border-bottom: 1px solid #d1d3d4;
	padding-bottom: 40px;
	margin: 0 auto;
	max-width: 920px;
}
.seven-column-block {
	max-width: 920px;
	margin: 3em auto 0;
	position: relative;
}

.seven-column-block .icon-block-wrap {
	display: inline-block;

}

.seven-column-block .icon-block img {
	width: 81px!important;
	height: 81px!important;
	padding: 0;
	background-color: #fff;
}
.seven-column-block .icon-block p {
	padding: 15px 0 30px 0;
	font-size: 13px;
	font-family: 'Apercu Bold', helvetica, arial, sans-serif;
}
.seven-column-block .icon-block {
	display: inline-block;
	border: none;
	padding: 0 8px;
	vertical-align: top;
	text-align: center;
	width: 99px;
}

.seven-column-block .icon-block-wrap:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: 25px;
	height:20px;
	width: 12px;
	background-image: url("/sites/all/themes/solarcity/img/process-steps/process-arrow-sprite.png");
}

.seven-column-block .process-step-1 .icon-block {
	padding-left: 0;
}

.seven-column-block .process-step-7 .icon-block {
	padding-right: 0;
}

.seven-column-block .process-step-1:after {
	background-position: 0 0;
}
.seven-column-block .process-step-2:after {
	background-position: -12px 0;
}
.seven-column-block .process-step-3:after {
	background-position: -24px 0;
}
.seven-column-block .process-step-4:after {
	background-position: -36px 0;
}
.seven-column-block .process-step-5:after {
	background-position: -48px 0;
}
.seven-column-block .process-step-6:after {
	background-position: -60px 0;
}
.seven-column-block .process-step-7:after {
	display: none!important;
}

@media screen and (max-width: 480px) {
	.seven-step-process-wrap {
		padding: 0 20px;
	}
	.seven-column-block .icon-block-wrap {
		display: block;
		margin-bottom: 20px;
	}
	.seven-column-block .icon-block {
		display: block;
		margin: 0 auto;
		padding: 0;
	}
	.seven-column-block .icon-block p {
		padding-bottom: 10px;
	}
	.seven-column-block .icon-block-wrap:after {
		height: 12px;
		width: 20px;
		top:0;
		display: block;
		margin: 0 auto;
		background-image: url("/sites/all/themes/solarcity/img/process-steps/process-downarrow-sprite.png");
	}
	.seven-column-block .process-step-1:after {
		background-position: 0 0;
	}
	.seven-column-block .process-step-2:after {
		background-position: 0 -12px;
	}
	.seven-column-block .process-step-3:after {
		background-position: 0 -24px;
	}
	.seven-column-block .process-step-4:after {
		background-position: 0 -36px;
	}
	.seven-column-block .process-step-5:after {
		background-position: 0 -48px;
	}
	.seven-column-block .process-step-6:after {
		background-position: 0 -60px;
	}
}


/* Side-by-side info comparison blocks */
#info-blocks {
	max-width: 630px;
	display: block;
	margin: 20px auto;
	height: auto;
}

.info_block__wrap {
	display: inline-block;
	width: 250px;
	height: 265px;
	background-color: #fff;
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.4);
	text-align: center;
	vertical-align: middle;
	margin: 15px 30px;
}

.info_block__head {
	padding: 10px 0;
	font-family: "Apercu Regular", Helvetica, Arial, sans-serif;
	color: #262626;
}

.info_block__highlight {
	width: 100%;
	padding: 0;
	border-top: 1px solid #0b8340;
	border-bottom: 1px solid #0b8340;
	color: #0b8340;
	font-family: "Apercu Medium", Helvetica, Arial, sans-serif;
	margin-bottom: 15px;
}

.info_block__highlight .large-number {
	font-size: 55px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.info_block__highlight .large-number sup {
	font-size: 20px;
}

.info_block__highlight .highlight-text {
	display: inline-block;
	vertical-align: middle;
	line-height:1.1;
}

.info_block__benefits p {
	color: #262626;
	line-height: 1.1;
	font-family: "Apercu Regular", Helvetica, Arial, sans-serif;
}


/*Mobile*/
@media screen and (max-width: 640px) {

    .five-column-block .icon-block {
        display: block;
        width: 300px;
        margin: auto;
        margin-bottom: 15px;
    }

    .five-column-block .icon-block p {
        padding: 10px 0 30px 0;
        font-size: 16px;
    }

    .six-column-block .icon-block {
        display: block;
        width: 300px;
        margin: auto;
        margin-bottom: 15px;
    }

    .six-column-block .icon-block p {
        padding: 10px 0 30px 0;
        font-size: 16px;
    }
}

/* Grid Engineering page  */
ul.grid-link-list, ul.grid-list {
    clear:left;
    margin:0 !important;
    list-style-type: none;
}
ul.grid-link-list li, ul.grid-list li {
    list-style-type: none;
    clear:left;
    padding-top:1.4em;
}
.grid-link-list img,.grid-list img {
    width:200px;
    float:left;
    vertical-align: top;
    margin-bottom:2.0em;
}
.grid-link-list p, .grid-list p {
    padding-left:220px;
}
@media (max-width: 480px) {
	.grid-link-list, .grid-list{
		clear:left;
		margin: 0px 0px;
		list-style-type: none;
	}
	.grid-link-list img, .grid-list img {
		margin-bottom:1.0em;
	}
	.grid-link-list p, .grid-list p {
		padding-left:0px;
	}
}
.split-list ul {
	/*display: inline-block;*/
	/*vertical-align: top;*/
	/*width: 100%;*/
	max-width: 45%;
	padding: 0 15px;
}

.split-list li {
	padding: 0!important;
}
.split-list__left {
	float: left;
}

.split-list__right {
	float: right;
}

@media (max-width: 768px) {
	.split-list ul {
		max-width: 34%;
	}
}

@media (max-width: 480px) {
	.split-list ul {
		max-width: 100%;
		margin-top: 0!important;
		margin-bottom: 0 !important;;
	}
	.split-list__left {
		float: none;
	}

	.split-list__right {
		float: none
	}

}

/* Commercial Resources page  */
.comm-resource-lib-section {
}
.grid-link-list.comm-resource img, .grid-list.comm-resource img {
    width:100px;
    float:left;
    vertical-align: top;
    margin-bottom:2.0em;
}
.grid-link-list.comm-resource p, .grid-list.comm-resource p {
    padding-left:120px;
}
.comm-resource-lib-section h3 {
    border-top: 1px solid #ccc;
    clear: both;
    color: #137331;
    padding-top: 30px;
}
.comm-resource-header-img {
	display:inline-block;
    margin: -10px 0;
    padding-right: 8px;
    width: 60px;
	max-width: 60px;
}

@media (max-width: 480px) {

	.grid-link-list.comm-resource p {
		padding-left:0;
	}


}

/* SMB Page  */
/*.smb-page .field-name-field-content-block .field-items .odd {*/
    /*background-color: #f6f6f6;*/
/*}*/
.smb-page .field-name-field-content-block .field-items p strong {
    font-family: 'Apercu Medium';
    font-weight: normal;
}
/*.smb-page #block-system-main {*/
    /*padding-bottom: 0;*/
/*}*/
.smb-page .flexslider .flex-control-paging {
    text-align: center;
}
/*.smb-page .entity-field-collection-item.field-collection-item-field-content-block {*/
    /*padding: 0;*/
    /*padding: 0;*/
/*}*/

.smb-carousel .slide-1 {
    background: url('/sites/all/themes/solarcity/img/carousel/smb-slide1.2.jpg') center 0 no-repeat;
    background-size: 920px 600px;
}
.smb-carousel .slide-2 {
    background: url('/sites/all/themes/solarcity/img/carousel/smb-slide2.jpg') center 0 no-repeat;
    background-size: 920px 600px;
}
.smb-carousel .slide-3 {
    background: url('/sites/all/themes/solarcity/img/carousel/smb-slide3.jpg') center 0 no-repeat;
    background-size: 920px 600px;
}
.smb-carousel .slide-4 {
    background: url('/sites/all/themes/solarcity/img/carousel/smb-slide4.jpg') center 0 no-repeat;
    background-size: 920px 600px;
}
.smb-carousel .slide-5 {
    background: url('/sites/all/themes/solarcity/img/carousel/smb-slide5.jpg') center 0 no-repeat;
    background-size: 920px 600px;
}

.smb-carousel .slideText p {
    max-width: 575px;
}

.field .smb-carousel ul,
.field .smb-carousel ol {
    margin: 0 20px;

}


/* Video Module  Styling */

.video-module {
	background-color:#ffffff;
	margin-top:2em;
  overflow: hidden;
}
.video-module .video-cover {
  width:auto;
  max-width:920px;
  height:600px;
  margin: 0 auto;
}

#video-module-givepower.video-module .video-cover {
  background: url('../img/givepower-video-cover.jpg') no-repeat center top;
  background-size: cover;
  padding: 0 1em;
  box-sizing: border-box;
  text-align: left;
}
#video-module-givepower.video-module .video-cover h2 {
}
#video-module-givepower.video-module .video-cover p {
  width: 60%;
}
#video-module-givepower.video-module .video-cover p span {
  background: #fff;
  background: rgba(255,255,255,0.5);
  box-shadow: 5px 0 0 rgba(255,255,255,0.5), -5px 0 0 rgba(255,255,255,0.5);
  padding: 0;
}



/* Split Module  Styling */

.split-module {
  background-color:#ffffff;
  margin: 6em auto 6em auto;
  overflow: hidden;
  width:auto;
  max-width:920px;
}
.split-module .block-left {
  width: 49%;
  float: left;
  box-sizing: border-box;
}
.split-module .block-right {
  width: 48%;
  float: right;
  text-align: left;
  box-sizing: border-box;
}
#prebuilt-14 .split-module .block-left img {
	padding-top: 20px;
}

#backed-by-billions.split-module .block-left {
  border: 1px solid #ccc;
  background: url('../img/backed-logos.png') no-repeat center center #ccc;
  background-size: contain;
  height: 250px;
}
#backed-by-billions.split-module .block-right {
}

/* The Switch Homepage Block Styling */
#theSwitchWrap {
    background-color: #6B707C;
}
#theSwitchContainer{

    height:485px;

    max-width:920px;
    margin:0 auto;
    position: relative;
}

#theSwitchContainer > div.bg {
    background:url('/sites/all/themes/solarcity/img/the_switch.jpg') center top;
    height:485px;

}

#theSwitchContentWrapper {
    height: 100%;
    max-height: 400px;
    position: relative;
    padding: 30px 0;
    max-width: 750px;
    margin: 0 auto;
}

#theSwitchContentWrapper,
#theSwitchContentWrapper h2{
    text-align:center;
    color: #fff;
}

#theSwitchContentWrapper .switch-bottom-text {
    position: absolute;
    bottom: 0;
}

#theSwitchPlayButtonWrapper {
    margin-top:140px;
    text-align: right;
    margin-right: 120px;
}

#theSwitchPlayButtonImage {
    display:inline-block;
    margin: 0 7px 0 0;
}

#theSwitchPlayButtonImage img {
    height:50px;
    width:50px
}

#theSwitchPlayButtonText {
    display:inline-block;
    vertical-align:top;
    color:#eeb111;
    font-size: 13px;
    padding-top: 15px;
    letter-spacing: 1px;
}

#theSwitchContainer #video-container {
    max-height: 485px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    display: none;
}

#theSwitchContainer .video-switch:hover {
    cursor: pointer;
}

#theSwitchContainer #video-container video {
    /*max-height: 420px;*/
    margin-top: -16px;
    position: relative;
    max-width: 920px;
}

#theSwitchContainer .vimeo-swap-wrap {
    padding-bottom: 42.25%;
}

#theSwitchContainer #video-btn {
    position: absolute;
    left: 0;
}

/* User login */
#user-login {
	max-width: 600px;
	margin: 0 auto;
}

#user-login input.form-text {
	margin: 0 auto 5px;
}

#user-login .form-actions {
	max-width: 500px;
	margin: 0 auto;
}

@media (max-width: 768px) {

    #theSwitchContentWrapper {
        padding: 10px 20px 20px;
        max-height: 440px;

    }

    #theSwitchContainer{
        height: auto;
    }

    #theSwitchPlayButtonWrapper {
        margin-top: 120px;
        margin-right: 20px;
    }

    #theSwitchContentWrapper .switch-bottom-text {
        padding-right: 20px;
    }

}

@media (max-width: 480px) {

    #theSwitchContentWrapper h2 {
        margin-bottom: 0;
    }

    #theSwitchContentWrapper {
        line-height: 1.1;
    }

    #theSwitchPlayButtonWrapper {
        margin: 0;
        text-align: center;
    }


}

/* Homepage Refresh styling */
.newhome h1{
	text-align: center;
	padding: 115px 0 0 0;
	float: none;
}
.newhome h4{
	text-align: center;
}

@media (max-width: 640px) {

	.newhome h1{
		padding: 30px 20px 0 20px;
	}
	.newhome h4{
		margin-top:15px;
		text-align: center;
	}


}

/* Residential Advanced Solar Tech Block */

#adv-tech {
	position: relative;
	display: block;
	width: 100%;
	height: 490px;
	background: #f3f3ee;
}
#adv-tech__content {
	max-width: 575px;
	margin: 0 auto;
	padding-top: 100px;
	display: inline-block;
	text-align: left;
	vertical-align: top;
}

#adv-tech #myscPhoneContainer {
	width: 340px;
	height: 490px;
	display: inline-block;
	background: url('/sites/all/themes/solarcity/img/myscPhoneContainer.jpg');
}
#myscPhoneContainer .vid-wrap {
	width: 164px;
	height: 292px;
	padding: 74px 0 0 55px;
}
#myscPhoneContainer .vimeo-swap-wrap {
    padding-bottom: 177%;
}

#provider-video-container .provider-video {
	max-width: 789px;
	height: auto;
	display: block;
	margin: 0 auto;
}

#installation-video-container .installation-video {
	max-width: 789px;
	height: auto;
	display: block;
	margin: 0 auto 30px;
}

@media (min-width: 768px) and (max-width: 920px) {
	#adv-tech {
		background-position: -130px top;
	}
	.adv-tech__zed-mount {
		display: none;
	}
	#adv-tech__content {
		margin-left: -200px;
	}
}
@media (max-width: 767px) {
	#adv-tech {
		background-image: none;
		height: auto;
	}
	.adv-tech__zed-mount {
		display: none;
	}
	#adv-tech__content {
		max-width: 85%;
		display: block;
	}
	#adv-tech #myscPhoneVideoContainer {
		display: block;
		position: relative;
		margin: 20px auto 0;
	}
}

/* Quote carousel */
#gallerycarousel-3 .flexslider.quotes .slides li {
}
#gallerycarousel-3 .flexslider.quotes .slides li:before {
	background: none;
}
#gallerycarousel-3 .flexslider.quotes .slideText {
	position: relative;
	margin: 0 auto;
	color: black;
	top: inherit;
	padding: 40px 120px;
	border-top: 1px solid #cacac5;
	border-bottom: 1px solid #cacac5;
}
#gallerycarousel-3 .flexslider.quotes .slideText p {
	font-style: italic;
	text-align: center;
	font-size: 22px;
}
@media (max-width: 768px) {
	#gallerycarousel-3 .flexslider.quotes .slideText {
		padding: 20px 40px;
	}
	#gallerycarousel-3 .flexslider.quotes .slideText p {
		font-size: 20px;
	}
}
@media (max-width: 460px) {
	#gallerycarousel-3 .flexslider.quotes .slideText {
		padding: 10px;
	}
	#gallerycarousel-3 .flexslider.quotes .slideText p {
		font-size: 18px;
	}
}

#gallerycarousel-3 .flexslider.quotes .slideText p span.quote-attr {
	font-style: normal;
	color: #b1b2ad;
	text-transform: uppercase;
	font-size: 12px;
}
#gallerycarousel-3 .flexslider.quotes .flex-viewport {
	padding-top: 25px;
}

#gallerycarousel-3 .quotes .flex-direction-nav {
	position: relative;
}
#gallerycarousel-3 .quotes .flex-direction-nav a {
	top: -85px;
	position: absolute;
	color: #fff;
	font-size: 45px;

}
#gallerycarousel-3 .slides,
#gallerycarousel-3 .flex-direction-nav {
	margin-top: 0;
	margin-bottom: 0;
}

#gallerycarousel-3 .quotes .flex-direction-nav a.flex-prev {
	left: 0;
 }

#gallerycarousel-3 .quotes .flex-direction-nav a.flex-next {
	right: 0;
}
#gallerycarousel-3 .flex-control-nav {
	text-align: center;
	position: relative;
}

#gallerycarousel-3 .flex-control-nav li {
	display: inline-block;
	padding: 0 10px;
	color: #0b8340;
	text-decoration: underline;
	font-size: 14px;
	text-transform: uppercase;
	-webkit-transition: color .5s;
	-moz-transition: color .5s;
	-ms-transition: color .5s;
	-o-transition: color .5s;
	transition: color .5s;
}
#gallerycarousel-3 .flex-control-nav li:hover {
	cursor: pointer;

}
#gallerycarousel-3 .flex-control-nav li.flex-active {
	color: #b1b1af;
	text-decoration: none;
}

/* Sunshine to savings prebuilt block */

.sunshine-to-savings {
	padding: 70px 20px;
	background-color: #f5f6f1;
}

.sunshine-to-savings .split-module {
	background-color: transparent;
	margin: 0 auto;
}

@media (max-width: 768px) {
	.sunshine-to-savings .block-right li {
		text-align: left;
	}
	#gallerycarousel-3 .flex-direction-nav {
		display: none;
	}
}

/* Residential Free Quote Form with full background image */
.free-quote-banner {
	display: block;
	position: relative;
	width: 100%;
	height: 615px;
	background: url("../img/quote-hero.jpg") no-repeat top center;
	background-size: cover;
	margin-top: -15px;
}
.page-node-54 .masthead > .wrap > ul.menu > li.active > ul {
    display: none;
}
.page-node-54 .masthead.has-subnav {
    border-bottom: 4px solid #00ad68;
}
.free-quote-banner #oot-form p {
    text-align: center;
}
.free-quote-banner #oot-form p a {
    display: block;
}
@media (min-width: 768px) {
	.page-node-54 .masthead.fixed {
		position: static;
	}
}
@media (max-width: 768px) {
	.page-node-54 .masthead.fixed {
		top: 0;
	}
}
#prebuilt-15 {
    padding-bottom: 90px;
}


/* Free Quote page revision */
.free-quote-banner .wrap > span {
	display: block;
	height: 170px;
}

.free-quote-banner__header h1,
.free-quote-banner__header h3,
.free-quote-banner__header p {
	float: none;
	color: #000;
	text-align: center;
	font-family: "Apercu Light", Helvetica, Arial, sans-serif;
}

.free-quote-banner__header h1 {
	padding-bottom: 5px;
}
.free-quote-banner__header h3 {
	font-size: 18px;
}
.free-quote-banner .hidden.step h4 {
    text-align: center;
}

.free-quote-banner form#lead_form,
.free-quote-banner #oot-form {
	background-color: #fff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    height: 550px;
    margin: 0 auto;
    padding: 20px 40px;
    width: 790px;
	box-sizing: border-box;
}
@media (max-width: 768px) {
	.free-quote-banner form#lead_form,
	.free-quote-banner #oot-form {
		height: auto;
    	padding: 20px;
    	width: auto;
	}
}

.free-quote-banner form#lead_form label {
	display: inline-block;
	width: 190px;
	font-size: 17px;
	color: #262722;
	font-weight: normal;
}
.free-quote-banner form#lead_form input {
	display: inline-block;
	padding: 7px 11px;
	font-size: 17px;
	-webkit-box-shadow: inset 1px 1px 2px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: inset 1px 1px 2px 0px rgba(0,0,0,0.6);
	box-shadow: inset 1px 1px 2px 0px rgba(0,0,0,0.6);
	border: none;
	background: #f3f3ee;
	border-radius: 3px;
	padding: 7px 11px;
}

.free-quote-banner form#lead_form input#first_name,
.free-quote-banner form#lead_form input#zip,
.free-quote-banner form#lead_form input#last_name {
	width: 158px;
}

.free-quote-banner form#lead_form input#email {
	max-width: 343px;
	width: 100%;
}

.free-quote-banner form#lead_form input#phone {
	max-width: 228px;
	width: 100%;
}

.field-name-field-prebuilt-block .free-quote-banner .column {
    width: 560px;
	padding: 20px 0 10px;
}
@media (max-width: 768px) {
	.free-quote-banner .wrap {
		padding: 0 20px;
	}
	.field-name-field-prebuilt-block .free-quote-banner .column {
		width: auto;
	}
	.free-quote-banner form#lead_form label {
		width: 125px;
	}
	.free-quote-banner form#lead_form input#first_name, .free-quote-banner form#lead_form input#zip, .free-quote-banner form#lead_form input#last_name {
    	width: 100px;
	}
	.free-quote-banner form#lead_form input#email,
	.free-quote-banner form#lead_form input#phone  {
    	max-width: 225px;
	}
}

.free-quote-banner form#lead_form input#lead_submit,
.free-quote-banner #oot-form input#lead_submit {
	background-color: #fdbc22;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow:none;
	color: #000;
	font-family: "Apercu Light", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	padding: 9px;
	width: 80%;
	border-radius: 30px;
	font-size: 16px;
}
.free-quote-banner form#lead_form input#lead_submit:hover,
.free-quote-banner #oot-form input#lead_submit:hover {
	cursor: pointer;
}
.free-quote-banner form .lead-form-disclaimer {
	width: 80%;
	color: #33342f;
	font-size: 12px;
	padding-top: 13px;
}

.free-quote-banner div.form-error {
	display: block;
}

.free-quote-banner #oot-form h2 {
	text-align: center;
	font-size: 20px;
}

.free-quote-banner #oot-form input {
	width: 73%;
	display: block;
	margin: 10px auto;
	background: #f3f3ee none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.6) inset;
}

@media (max-width: 480px) {
	#prebuilt-15 {
		padding-bottom: 20px;
	}
	.free-quote-banner {
		min-height: 850px;
	}
	.free-quote-banner form#lead_form,
	.free-quote-banner #oot-form{
		width: auto;
		height: auto;
	}
	.free-quote-banner__header h1 {
		font-size: 25px;
		line-height: 1.2;
	}
	.free-quote-banner form#lead_form label {
		display: block;
	}
	.free-quote-banner form#lead_form input#first_name,
	.free-quote-banner form#lead_form input#last_name,
	.free-quote-banner form#lead_form input#phone,
	.free-quote-banner form#lead_form input#email,
	.free-quote-banner form#lead_form input#zip {
		max-width: 90%;
		width: 100%;
	}
	.field-name-field-prebuilt-block .column {
		width: auto!important;
	}


	.solar-ways table {
		width: 100%;
		margin-bottom: 50px;
		display: table!important;
	}
}
@media (max-width: 390px) {
	#prebuilt-15 {
		padding-bottom: 40px;
	}
}
@media (max-width: 350px) {
	#prebuilt-15 {
		padding-bottom: 60px;
	}
}
@media (max-width: 335px) {
	#prebuilt-15 {
		padding-bottom: 80px;
	}
}

/* Ways to go solar table */
.pricing-toggle-wrapper {
	background-color: #f7f8f4;
}

.pricing-toggle {
	width: 920px;
	margin: 0 auto 80px auto;
	background-color: #f7f8f4;
	padding: 50px 0;
}

.pricing-toggle-buttons {
	border: 1px solid #c9c7c2;
	border-radius: 25px;
	padding: 8px;
	display: inline-block;
	margin: 30px 0 60px;
}

.pricing-toggle-buttons .button {
	float: left;
	color: #4d4c49;
	background-color: #fff;
	box-shadow: 1px 4px 7px rgba(0, 0, 0, .4);
}

.pricing-toggle-buttons .button:hover {
	color: #4d4c49;
	background-color: #fff;
	box-shadow: 1px 4px 7px rgba(0, 0, 0, .6);
}

.pricing-toggle-buttons .button:first-child {
	margin-right: 25px;
}

.pricing-toggle-buttons .button.is-selected {
	color: #fff;
	background-color: #0b8340;
	box-shadow: 4px 4px 7px rgba(0, 0, 0, .4) inset;
}

.pricing-toggle-buttons .button.is-selected:hover {
	box-shadow: 4px 4px 7px rgba(0, 0, 0, .6) inset;
}

.pricing-toggle h3 {
	text-align: center;
}

.pricing-toggle .split-module {
	background-color: #f7f8f4;
	border-top: 2px solid #373734;
	padding-top: 50px;
	margin: 0;
	display: none;
}

.pricing-toggle .is-visible {
	display: block;
}

.pricing-toggle .split-module .block-left {
	width: 50%;
	padding-right: 5%;
	border-right: 1px solid #e4e2de;
	padding-bottom: 50px;
}

.pricing-toggle .split-module .block-right {
	width: 45%;
}

.pricing-toggle .split-module h3 {
	text-align: center;
	color: #137331;
}

.pricing-toggle p {
	text-align: left;
}

.pricing-table {
	width: 920px;
	margin: 0 auto;
}

.pricing-table .icon-text {
	font-size: 0;
	visibility: hidden;
}

.pricing-table .fa {
	font-size: 20px;
}

.pricing-table .fa-check-circle {
	color: #137331;
}

.pricing-table .fa-times-circle {
	color: #e4e2de;
}

.pricing-table td {
	text-transform: uppercase;
	font-size: 13px;
	border-bottom: 1px solid #e4e2de;
	padding: 25px;
}

td.y-axis-no-label, td.plain-td {
	border-bottom: 0;
	background: none;
}

.pricing-table th {
	border-bottom: 2px solid #373734;
}

.x-axis-label {
	border-bottom: 2px solid #373734;
	color: #137331;
	font-size: 24px;
	text-align: center;
	white-space: nowrap;
	padding: 25px;
	font-weight: normal;
	min-width: 100px;
}

.pricing-table th.x-axis-label {
	border-bottom: 2px solid #373734;
}

.y-axis-label {
	background-color: #f9f9f6;
	text-align: left;
	padding: 25px;
}

.pricing-table td.y-axis-label {
	text-transform: none;
	font-size: 17px;
}

.disclaimer {
	font-size: 13px;
}

@media only screen and (max-width: 767px) {

	/* Pricing Toggle styles */
	.pricing-toggle {
		margin-top: -80px;
		margin-bottom: 80px;
	    padding-left: 20px;
	    padding-right: 20px;
	    width: auto;
	}

	.pricing-toggle .split-module .block-left, .pricing-toggle .split-module .block-right {
		float: none;
	    text-align: center;
	    padding-right: 1em;
	    padding-left: 1em;
	    border-right: none;
	    width: auto;
	    margin: 0;
	}


	.pricing-toggle-buttons .button {
		float: none;
		width: auto;
	}

	.pricing-toggle-buttons .button:first-child {
		margin-bottom: 20px;
		margin-right: 0;
	}

	/* Responsive Tables Styles from Zurb with some edits */
	.pricing-table {
		width: 620px;
	}

	.pricing-table td {
		font-size: 14px;
		padding: 10px;
	}

	.pricing-table td.y-axis-label {
		text-transform: none;
		font-size: 14px;
	}

	table.responsive {
		margin-bottom: 0;
	}

	.pinned {
		position: absolute;
		left: 0;
		top: 0;
		background: #fff;
		width: 30%;
		overflow: hidden;
		overflow-x: scroll;
		border-right: 1px solid #ccc;
		border-left: 1px solid #ccc;
	}

	.pinned table {
		border-right: none; border-left: none; width: 100%; }

	.pinned td:last-child {
		border-bottom: 0;
	}

	div.table-wrapper {
		position: relative;
		margin-bottom: 20px;
		overflow: hidden;
		border-right: 1px solid #ccc;
	}

	div.table-wrapper div.scrollable {
		margin-left: 30%;
	}

	div.table-wrapper div.scrollable {
		overflow: scroll;
		overflow-y: hidden;
	}

	table.responsive td, table.responsive th {
		position: relative;
		overflow: hidden;
	}

	table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td {
		display: none;
	}

}

/* Standalone Footer Zip Input */
form.footer-zip {
	background-color: #fdbc22!important;
	height: auto;
	display: block;
	padding: 10px 0!important;
}

form.footer-zip input.form-submit {
	border: 1px solid #33322d!important;
}

form .standalone-zip input {
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
form .standalone-zip input#zip {
	background: #fff none repeat scroll 0 0;
    border: 1px solid #b3b3b3;
	color: #5f5f5f;
	font-weight: 400;
	border-radius: 3px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.4) inset;
    display: inline-block;
    font-family: "Apercu Light",helvetica,arial,sans-serif;
    font-size: 17px;
    height: 34px;
    line-height: 30px;
    margin-bottom: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    width: 140px;
}

form .standalone-zip input.form-submit {
	width: auto;
	margin-left:20px;
	color: #33322d;
	border: none;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;
	padding: 5px 40px 6px;
	font-size: 16px;
	font-family: "Apercu Light", Helvetica, Arial, sans-serif;
	background-color: #fdbc22;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	-ms-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
	-webkit-appearance: none;
}


@media (max-width: 640px) {

	form .standalone-zip input.form-submit {
		margin-left:0px;
		margin-top:10px;
		display:block;
		margin-left: auto;
		margin-right:auto;
	}
}




.content-icon__wrap {
	display: block;
	margin-bottom: 50px;
}

.content-icon__img {
	width:72px;
	display: inline-block;
	vertical-align: top;
}
.content-icon__img img {
	display: block;
    height: auto;
    margin: 0 auto;
    width: 100%;
}

.content-icon__content {
	margin-left: 15px;
	display: inline-block;
	vertical-align: top;
	width: 78%;
}

.content-icon__content h4 {
	color: #32332d;
	margin-bottom: 0;
	line-height: 1;
}

.content-icon__content p {
	margin-top: 0;
}

@media (max-width: 768px) {
	.content-icon__img {
		display: block;
		margin: 0 auto 5px;
	}

	.content-icon__content {
		width: 100%;
		margin: 0;
	}

	.content-icon__content,
	.content-icon__content h4 {
		text-align: center;
	}
}


/* Residential How Panels Look - Installation Video prebuilt block */
.solar-panels-look-installation-video {
	display: block;
	background-color: #f6f7f2;
	padding: 60px 0 80px;
}

.solar-panels-look-installation-video .split-module {
	background-color: transparent;
	margin: 0 auto;
	padding: 0;
}


/* Sunshine to electricity prebuilt block */
.sunshine-to-electricity {
	display: block;
	background-color: #f6f7f2;
	padding: 40px 0 30px 0;
	margin: -20px 0;
}

.sunshine-to-electricity .split-module {
	background-color: transparent;
	margin: 0 auto;
	padding: 0;
}

.sunshine-to-electricity .block-left {

}

.sunshine-to-electricity .block-left img {
	margin-top: 40px;
    max-width: 550px;
}

ul.sunshine-to-electricity__steps {
	list-style-type: none;
	margin-left: 0;
	margin-right: 0;
	position: relative;

}

ul.sunshine-to-electricity__steps > li {
	counter-increment: customlistcounter;
	line-height: 1.4;
	height: 50px;
	vertical-align: top;
	max-width: 330px;
	margin-bottom: 20px;
	position: relative;
}

ul.sunshine-to-electricity__steps > li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

ul.sunshine-to-electricity__steps > li:before {
	content: counter(customlistcounter) " ";
	border: 3px solid #dcdcd9;
    border-radius: 25px;
    color: #129859;
    display: inline-block;
    font-size: 34px;
    height: 46px;
    line-height: 43px;
    margin-left: -62px;
    margin-top: -6px;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    width: 46px;
}

ul.sunshine-to-electricity__steps:first-child {
	counter-reset: customlistcounter;
}

.sunshine-1 {

}

.sunshine-2 {
	left: 40px;
}

.sunshine-3 {
	left: 80px;
}

.sunshine-4 {
	left: 120px;
}

@media (max-width: 768px) {
	ul.sunshine-to-electricity__steps {
		padding-left: 50px;
		max-width: 400px;
		margin: 0 auto;

	}
	ul.sunshine-to-electricity__steps > li {
		text-align: left;
		left: 0!important;
		max-width: 400px;
	}
	.sunshine-to-electricity .block-left img {
		margin: 30px auto;
	}
	.sunshine-to-electricity .split-module .block-left {
		background-color: transparent;
		margin: 0 auto;
		padding: 0 15px;
		width: 100%;
	}
}

@media (max-width: 480px) {
	ul.sunshine-to-electricity__steps {
		padding-left: 65px;
	}
}

/* How to turn your system on page styles */
.power__content__tabs {
	margin-top: 50px;
}
ul.tabs{
	margin: 0!important;
	padding: 0;
	list-style: none;
	display: table;
}

.tabs.gateway-tabs {
	width: 100%;
	text-align: center;
}

.tabs.gateway-tabs li {
	width: 50%;
}
ul.tabs li{
	background:#f3f3ee;
	color: #16b5c9;
	display: table-cell;
	padding: 10px 30px;
	cursor: pointer;
	line-height: 1;
	vertical-align: middle;
	height: 37px;
	border-top: 1px solid #f3f3ee;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
ul.tabs li span {
	font-size: 14px;
}

ul.tabs li.current{
	background: #fff;
	color: #000;
	border: 1px solid #f3f3ee;
	border-bottom: none;
}

ul.tabs.gateway-tabs li.current{
	color: #16b5c9;
}

.system_power {
	text-align: left;
}

@media all and (max-width: 768px) {
	.system_power {
		padding: 0 20px!important;
	}
}

.tab-content{
	display: none;
	background: #fff;
	padding: 15px 0;
	text-align: left;
	color: #727270;
	font-size: 17px;
	line-height: 1.5;
}

.tab-content.current{
	display: inherit;
}
.system_power ul {
	margin-left: 30px;
}
.system_power li {
	margin-bottom: 15px;
}

.col {
	display: inline-block;
	vertical-align: top;
}

.tab-content .col-small {
	float: right;
	width: 30%;
}

.tab-content .col-large {
	float: left;
	width: 65%;
}
.system_power h2 {
	text-align: center;
	clear: both;
}
#gateway-tab-1 .power__content-row,
#gateway-tab-2 .power__content-row {
	border-bottom: 1px solid #e5e3de;
	border-top:none;
}

#gateway-tab-1 .power__content-row:last-child,
#gateway-tab-2 .power__content-row:last-child {
	border-bottom:2px solid #00B87B;
	padding-bottom: 130px;
}
.power__content-row {
	text-align: left;
	padding: 30px 0 60px;
	border-top: 1px solid #e5e3de;
	clear: both;
}

.power__content-row_number {
	width: 15%;
	text-align: center;
	font-size: 28px;
	position: relative;
}
.power__content-row_number span {
	color: #129859;
	border: 2px solid #129859;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 1;
	padding: 20px;
	display: inline-block;

}

.power__content-row_text {
	width: 47%;
	padding-top: 20px;
}
.power__content-row_text_full {
	width: 82%;
	padding-top: 20px;
}
.power__content-row_img {
	width: 35%;

}

.power__content-row_img img {
	display: block;
	float: right;
}
.system_power select {
	-webkit-appearance: button;
	-webkit-padding-end: 20px;
	-webkit-padding-start: 2px;
	-webkit-user-select: none;
	background: url('/sites/all/themes/solarcity/img/select-arrow-blk.png') right 0 no-repeat #f3f3ee;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	border: 1px solid #b1b1ae;
	margin: 20px auto;
	overflow: hidden;
	padding: 6px 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 97%;
	max-width: 550px;
	color: #16b5c9;
	text-indent: 20px;
}
.financing-text-overlay__wrap {
	border-bottom: 1px solid #d1d3d4;
	padding-bottom: 40px;
	margin: 2em auto 0 auto;
	max-width: 920px;
}
.financing-text-overlay {
	display: block;
	max-height:471px;
	height: 471px;
	width: 100%;

	background-color: #000;
	position: relative;
}

.financing-text-overlay__text-wrap {
	background-color: rgba(0, 0, 0, .6);
	padding: 20px 0;
	position: absolute;
	bottom: 0;
	display: table;
	width: 100%;
}

.text-wrap__block {
	display: table-cell;
	padding: 0 15px;
	border: none;
	vertical-align: top;
	position: relative;
	background-repeat: no-repeat;
	width: 230px
}

.text-wrap__block-heading {
	text-align: center;
	font-size: 24px;
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
	margin: 0 auto;
	max-width: 230px;
	font-family: 'Apercu Light', Helvetica, Arial, sans-serif;
}

.text-wrap__block-features li {
	list-style: none;
	color: #fff;
	padding-bottom: 0!important;
	font-size: 14px;
	line-height:1.9;
	font-family: 'Apercu Light', Helvetica, Arial, sans-serif;
}

.page-node-1118 #block-system-main {
	padding-bottom: 0;
}

.page-node-1118 .field-name-field-content-block .field-item.odd:last-child {
	background-color: #F6F6F6;
}

/* Full Screen Video Styles */
.video-full-width {
	width: 100%;
    margin: -15px 0 -40px 0;
    padding: 0!important;
}

.video-bg-banner {
    position: relative;
    overflow: hidden;
    min-height: 500px;
}

.video-bg-banner h2 {
	position: relative;
    z-index: 100;
    text-align: center;
    width: 60%;
    color: #fff;
    font-size: 56px;
    margin: 150px auto;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
    font-family: "Apercu Light",helvetica,arial,sans-serif!important;
    max-width: 800px;
 }

.video-bg-wrapper {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

#js-video-background {
    object-fit: cover;
    width:100%;
    height:100%!important;
}


@media (max-width: 768px) {
	.video-bg-banner {
	    min-height: 500px;
	}
	.video-bg-banner h2 {
	    font-size: 40px;
	    width: 70%;
	}
	.system_power {
		padding:0;
	}
	#power-select-list {
		display: block!important;
	}
	.power__content__tabs ul.tabs {
		display: none;
	}
}
@media (max-width: 480px) {
	.video-bg-banner {
	    min-height: 330px;
	}
	.video-bg-banner h2 {
	    font-size: 30px;
	    padding: 60px 0 0;
	    margin: 50px auto;
	    width: 70%;
	}
	.power__content-row_number span{
		display: inline-block;
	}
	.power__content-row_number,
	.power__content-row_img,
	.power__content-row_text,
	.power__content-row_text_full,
	.tab-content .col-small,
	.tab-content .col-large {
		width: auto;
		display: block;

	}
	.system_power img {
		margin: 0 auto;
		float: none;
		display: block;
	}
	.tab-content .col-small {
		width: 100%;
	}

	.tab-content .col-large {
		width: auto;
	}
	.system_power h2 {
		font-size: 28px;

	}
	.system_power li {
		font-size: 17px;
	}
}

/* New Thank you page layout (7/20/16 - TH) */
.content-top {
	padding-top: 0;
	padding-bottom: 30px;
	background-color: #f9f9f6;
	margin-top: -15px;
}

.content-top h5 {
	color: #4d4c49;
	margin: 30px 0;
}

.content-top .btn-rounded {
	max-width: 150px;
	margin-left:auto;
	margin-right: auto;
}

.content-middle {
	background-color: #fff;
	padding-top: 75px;
	padding-bottom: 75px;
}

.content-middle h2 {
	font-size: 2em;
}

.three-column_column {
	display: inline-block;
	width: 29%;
	position: relative;
	vertical-align: top;
	padding: 0 25px;
}
.three-column_column-1 {
	padding-left:0;
}

.three-column_column-3 {
	padding-right:0;
}
.content-middle .icon img {
	display: block;
	margin: 50px auto 30px;
}

.content-middle .icon h5 {
	font-size: 1.1em;
	font-family: "Apercu Regular", Helvetica, Arial, sans-serif;
	color: #0b8340;
}

.content-bottom {
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #0b8340;
	color: #fff;
	margin-bottom: -120px;
}

.btn-white-alt {
	background-color: #fff;
	color: #0b8340;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;
	font-family: "Apercu Light", Helvetica, Arial, sans-serif;
	font-size: 18px;
	max-width: 175px;
	display: block;
	margin: 30px auto;
	padding: 5px 0 7px;
}

.btn-green {
	background-color: #0b8340;
	padding: 5px 50px 7px;
	color: #fff;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;
	font-family: "Apercu Light", Helvetica, Arial, sans-serif;
	font-size: 18px;
	max-width: 175px;
	display: block;
	margin: 30px auto;
}
.text-center {
	text-align: center;
}
.thankyou-banner {
	width: 100%;
	height: 318px;
	background: url("/sites/all/themes/solarcity/img/thankyou-banner.jpg") 0 bottom no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
@media screen and (max-width: 768px) {

	.content-top h1 {
		font-size: 2.4em;
	}

	.content-top .wrap,
	.content-middle .wrap,
	.content-bottom .wrap {
		padding: 0 15px;
	}
	.content-top h5 {
		font-size: 1.1em;
	}

	.content-middle {
		padding-bottom: 0;
	}

	.content-middle .icon img {
		margin-top: 0;
	}
	.three-column_column {
		display: block;
		padding: 0 15px;
		width: 100%;
		max-width: 300px;
		margin: 10px auto 100px;
	}
}

/* Social Landing Page Content Type */
.field-name-field-social-lp-copy {
	text-align: left;
	max-width: 940px;
	margin: 0 auto;
	padding: 0 20px;
}

@media all and (max-width: 480px) {
	.field-name-field-social-lp-copy img {
		float: none!important;
		margin-right: 0!important;
		margin-left: 0!important;
	}
}


/* END OF CSS FILE | DO NOT WRITE BELOW THIS LINE */
