/* quick and dirty style reset while I'm working on the mac */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
        -webkit-font-smoothing:antialiased;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* existing styles from EA website */

html {background:#000;}

body {
font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
font-size: 13px;
line-height: 20px;
color: #666;
}
.container {
margin-left: auto;
margin-right: auto;
}
.container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
width: 940px;
}
.row {
margin-left: -20px;
}

.content-column {
margin-bottom: 20px;
}
.three-column .content-column {
width: 460px;
float: left;
margin-left: 20px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-family: MuseoSans300Regular,Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-weight: normal;
	color: #333;
	text-rendering: optimizelegibility;
}
h1 {
	font-family: MuseoSans300Regular,Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-size: 39px;
	line-height: 60px;
	color: #333;
}
.content-column h1 {
margin-bottom: 20px;
line-height: 50px;
}

h2 {
	font-family: MuseoSans300Regular,Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 10px;
	color: #333;
}

h2.leader, span.leader {
display: block;
font-size: 16px;
color: #666;
font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
line-height: 25px;
font-weight: normal;
margin: -15px 0 30px 0;
zoom: 1;
}
.container p {
    margin: 0 0 20px 0;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-size: 13px;
	line-height: 20px;
}
a {
color: #487e00;
text-decoration: none;
}
ul, ol {
padding: 0;
margin: 0 0 20px 25px;
}
ul {
list-style: disc;
}
li {
line-height: 20px;
}
img {
height: auto;
border: 0;
-ms-interpolation-mode: bicubic;
vertical-align: middle;
}

.content-column p a, .wysiwyg a, .wysiwyg li a, .wysiwyg div a, .validator-messages a {
text-decoration: underline!important;
}

#home-page-mobile .quick-tasks .grouping {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: none;
	-webkit-box-shadow: -1px 1px 3px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    -1px 1px 3px rgba(50, 50, 50, 0.3);
	box-shadow:         -1px 1px 3px rgba(50, 50, 50, 0.3);
}

#landing-page-mobile .quick-tasks,
#landing-page-mobile .l1 { 
	-webkit-box-shadow: -1px 1px 3px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    -1px 1px 3px rgba(50, 50, 50, 0.3);
	box-shadow:         -1px 1px 3px rgba(50, 50, 50, 0.3);
}

/* note: I'm adding .search .btn - it gets overwritten otherwise */
.btn, .search .btn {
	display: inline-block;
	padding: 4px 10px 4px;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 20px;
	color: #666;
	font-family: MuseoSans500Regular,Arial,"Helvetica Neue",Helvetica,sans-serif;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255,255,255,0.75);
	vertical-align: middle;
	background-color: #ebebeb;
	background-image: -moz-linear-gradient(top,#eee,#e6e6e6);
	background-image: -ms-linear-gradient(top,#eee,#e6e6e6);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#eee),to(#e6e6e6));
	background-image: -webkit-linear-gradient(top,#eee,#e6e6e6);
	background-image: -o-linear-gradient(top,#eee,#e6e6e6);
	background-image: linear-gradient(top,#eee,#e6e6e6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#e6e6e6',GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	border: 1px solid #ccc;
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	cursor: pointer;
}

.btn-primary, .search .btn-primary {
background-color: #71b62e;
background-image: -moz-linear-gradient(top,#81bf38,#59a920);
background-image: -ms-linear-gradient(top,#81bf38,#59a920);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#81bf38),to(#59a920));
background-image: -webkit-linear-gradient(top,#81bf38,#59a920);
background-image: -o-linear-gradient(top,#81bf38,#59a920);
background-image: linear-gradient(top,#81bf38,#59a920);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#81bf38',endColorstr='#59a920',GradientType=0);
border-color: #59a920 #59a920 #376914;
border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-secondary, .search .btn-secondary {
	background-color: #e57a10;
	background-image: -moz-linear-gradient(top,#ed8117,#d96f06);
	background-image: -ms-linear-gradient(top,#ed8117,#d96f06);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#ed8117),to(#d96f06));
	background-image: -webkit-linear-gradient(top,#ed8117,#d96f06);
	background-image: -o-linear-gradient(top,#ed8117,#d96f06);
	background-image: linear-gradient(top,#ed8117,#d96f06);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed8117',endColorstr='#d96f06',GradientType=0);
	border-color: #d96f06 #d96f06 #8f4904;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-large .search .btn-large {
	padding: 9px 14px;
	font-size: 16px;
	line-height: normal;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.btn:hover, .search .btn:hover  {
color: #666;
text-decoration: none;
background-color: #e6e6e6;
background-position: 0 -20px;
-webkit-transition: background-position .1s linear;
-moz-transition: background-position .1s linear;
-ms-transition: background-position .1s linear;
-o-transition: background-position .1s linear;
transition: background-position .1s linear;
}
.btn-primary, .btn-primary:hover, .btn-secondary, .btn-secondary:hover, .btn-warning, .btn-warning:hover, .btn-danger, .btn-danger:hover, .btn-success, .btn-success:hover, .btn-info, .btn-info:hover, .btn-inverse, .btn-inverse:hover, .search .btn, .search .btn:hover {
text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
color: #fff;
}
.btn-primary, .btn-primary:hover, .btn-secondary, .btn-secondary:hover {
font-family: MuseoSans500Regular,Arial,"Helvetica Neue",Helvetica,sans-serif;
font-size: 16px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled], .search .btn-primary:hover, .search .btn-primary:active {
background-color: #59a920;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary.active, .btn-secondary.disabled, .btn-secondary[disabled], .search .btn-secondary:hover, .search .btn-secondary:active {
background-color: #d96f06;
}

.call-to-action {
margin: 40px 0;
}
.call-to-action blockquote h2, .call-to-action blockquote h3 {
font-family: MuseoSans300Regular,Arial,"Helvetica Neue",Helvetica,sans-serif;
font-size: 22px;
line-height: 33px;
color: #de7003;
}
.call-to-action blockquote h2 {
color: #666;
font-family: MuseoSans500Regular,Arial,"Helvetica Neue",Helvetica,sans-serif;
margin-bottom: 0;
}

.products .product {
    margin: 20px 0 0 0;
    background-color: #eee;
    width: 100%;
}

.products .product-body {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    background:#fff;	
}

.products .product-header {
    margin: 0 0 0 0; 
    padding: 10px; 
    border-radius: 4px 4px 0 0; 
    border: 1px solid #6fb200; 
    border-bottom: 0;
}

.products .product-header h2 {
	line-height: 30px;
	margin-bottom: 5px;
	margin-top: 0;
}

.products .product-header p {
font-size: 13px;
width: 100%;
font-family: MuseoSans300Regular,Arial,"Helvetica Neue",Helvetica,sans-serif;
}
.products .product-body ul.benefits {

    border-left: 1px solid #6fb200;
    border-right: 1px solid #6fb200;
}
.products .product-body ul.benefits li {
background: url(images/sprites-icons.png) -31px -840px no-repeat;
padding-left: 40px;
font-weight: normal;
margin-bottom: 0;
}
.products .product-body ul.benefits li:last-child {
    margin-bottom: 0;
}

.products .product-body li {
    padding: 10px 10px;
}

.products .product-body a {
    margin: 0 10px;
}

.products .product-body a.btn {
    margin-top: 10px;
}

.products .product-body a.arrow-link {
    margin: 0;
    line-height: 16px;  
    border-radius: 0 0 4px 4px;
    padding: 10px 10px 10px 40px;
    background-position: -476px -477px;
    border: 1px solid #6fb200;
    border-top: 0;
}

.product-header img {
    margin-bottom: 0px;
    /***
     * NB: This img width is here temporarily to override the img width:100% defined further down (
     *     which I think is incorrect).

     -- have changed img widths to be max-width:100%; That should fix any issues.
     */
    width: auto;
}
/* Careful, this could mess things up... Only needed because there is an empty <p> in the plans */
.products .product-body p {
display: none;
}

.postcode-form-container {
    width: 100%;	
border-top: 15px solid #fff;
background: #fff;
}

.postcode-form-happy-option,
.or-text,
.postcode-form-estimate-option {
    margin-bottom: 5px;	
}
.or-text {
text-align: center;
}

.postcode-error {
	color: #DE7003;
	font-size: 13px;
	font-weight: bold;
}

.radio-button-selected {
  background-image: url("images/mobile/radio-button-selected.png");
  background-repeat: no-repeat;
  background-position: left center; 
  float: left;
  width: 25px;
 }

.radio-button-unselected {
  background-image: url("images/mobile/radio-button-unselected.png");
  background-repeat: no-repeat;
  background-position: left center; 
  float: left;
  width: 25px;
}

.easy-switch-widget-title {
    background-color: #6FB200;
	background-image: -ms-radial-gradient(left top,circle farthest-corner,#88c33c 0,#50a41b 100%);
	background-image: -moz-radial-gradient(left top,circle farthest-corner,#88c33c 0,#50a41b 100%);
	background-image: -o-radial-gradient(left top,circle farthest-corner,#88c33c 0,#50a41b 100%);
	background-image: -webkit-gradient(radial,left top,0,left top,994,color-stop(0,#88c33c),color-stop(1,#50a41b));
	background-image: -webkit-radial-gradient(left top,circle farthest-corner,#88c33c 0,#50a41b 100%);
	background-image: radial-gradient(circle farthest-corner at left top,#88c33c 0,#50a41b 100%);
    background: #50a41b url('images/bg-gradient-a.png') no-repeat 0 0;    
    color: white;
    font-size: 18px;
padding: 10px;
border-radius: 4px 4px 0 0;
}

.easy-switch-widget-body {
    background-color: #FAFAFA;
    border-bottom: 1px solid #6FB200;
    border-left: 1px solid #6FB200;
    border-right: 1px solid #6FB200;
padding: 10px;
border-radius: 0 0 4px 4px;
}

.easy-switch-widget-body .selection-text-2 {
    margin-left: 25px;
}

.easy-switch-postcode-input {
    width: 130px;
    margin-top: 10px;
margin-bottom: 0px;
}
.products .product-body a.btn {
	margin-left: 0px;
}

.form-horizontal .control-label {
	float: none;
}

.account-differentiator .control-label {
    width: 100%;
    margin-bottom: 5px;
}

.account-differentiator .controls {
    margin-left: 0px;	
}

/***
 * Flexslider specific styles start here...
 */
 
/* Browser Resets */
.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 Necessary Styles
*********************************/ 
.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 .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0; background: #fff; position: relative; zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(images/mobile/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #6FB200; cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}

/***
 * Override flexslider syles for product slider so house images remain set size.
 */
#product-page-slider.flexslider .slides img {
    width: auto;
}

.mobile-product-wrapper {
    margin-right: 10px;	
}

#product-page-slider-controls {
    position: relative;
    height: 30px;	
    margin-top: 15px;
}

.flex-control-nav {
    display: none;
}
/***
 * Flexslider specific styles finish here...
 */

/******************************************************************************
 * Left-side slide nav styles start here
 *****************************************************************************/
.btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #666666;
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}

.btn.btn-navbar {
	padding: 10px;
	float: left;
	background: #EEEEEE;
	border: none;
    margin: 3px 0 0 0;	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;    
}

.ui-content {
    padding: 0px;	
    box-shadow: 0 0 13px #333;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.4);
}

#slideOutNav {
	background: #676767;
	z-index: 998;
}

#slideOutNav .ui-panel-inner {
	padding: 0px;  
}

#slideOutNav .ui-panel-inner header ul {
    background: #676767; 
}

#slideOutNav .ui-panel-inner header li {
    display: block;
    text-align: left;
}

#slideOutNav .ui-panel-inner header a {
    color: #eeeeee;
    font-family: MuseoSans500Regular;
}

.headernav-wrapper {
	background: #EEEEEE;
}

.ui-icon-loading {
	background: url(images/mobile/ajax-loader.gif);
	background-size: 46px 46px;
}

/******************************************************************************
 * Left-side slide nav styles finish here
 *****************************************************************************/

/* styles for accordion page navigation */

.pageNav {
    margin:0 9.375%;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    display: none;
}
.ui-state-default {
    background: #eee;
    font-weight: normal;
}
.ui-state-hover {
    font-weight: normal;
}
.ui-state-focus {
    outline: none;
}
/* do I need this? */
.ui-menu {
    outline: none;
}
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.pageNav div, .l1, .l2, .l3 {
    margin:0;
    padding:0 !important;
    border:0;
    border-radius: 0;
}
.pageNav .homeLink {
    display: none;
}
h3.l0 span, h3.l1 span, .pageNav a {
    box-sizing:border-box;
    vertical-align: middle;
}
h3.l0 {
    border-radius: 0;
    overflow: hidden;
    border:0;©
    color: #fff;    
    margin-bottom: 0;
    margin-top: 10px;
    background-color: #71b62e;
    background-image: -moz-linear-gradient(top,#81bf38,#59a920);
    background-image: -ms-linear-gradient(top,#81bf38,#59a920);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#81bf38),to(#59a920));
    background-image: -webkit-linear-gradient(top,#81bf38,#59a920);
    background-image: -o-linear-gradient(top,#81bf38,#59a920);
    background-image: linear-gradient(top,#81bf38,#59a920);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#81bf38',endColorstr='#59a920',GradientType=0);
    border-color: #59a920 #59a920 #376914;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
#landing-page-mobile .l0 {
display: none;
}
.l0 + .active {
    display: block;
}

h3.l0 span {
    font-size: 24px;
    line-height: 45px;
    width:80%;
    display: block;
    padding-left:15px;
}
.l0 + div {
    margin-bottom: 13px;
}
/* l1 contains products & services etc*/
h3.l1, a.l1.directLink {    
    border-radius: 4px;
    overflow: hidden;
    border:0;
    color: #fff;
    background: rgb(133,194,59); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(133,194,59,1) 40%, rgba(80,164,27,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(40%,rgba(133,194,59,1)), color-stop(100%,rgba(80,164,27,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(133,194,59,1) 40%,rgba(80,164,27,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(133,194,59,1) 40%,rgba(80,164,27,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(133,194,59,1) 40%,rgba(80,164,27,1) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(133,194,59,1) 40%,rgba(80,164,27,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85c23b', endColorstr='#50a41b',GradientType=1 ); /* IE6-9 */
    white-space: nowrap;
    font-size: 0;
    line-height: 1.3;
    margin-top: 13px;
    padding: 0;
}
h3.l1 span, a.l1.directLink span {
    display: inline-block;
    width:47%;
    padding:0 0 0 15px;
    font-size: 19px;
    letter-spacing: -1px;
    white-space: normal;
    vertical-align: middle;
    font-family: MuseoSans300Regular,Arial,"Helvetica Neue",Helvetica,sans-serif;
}
h3.l1 span.l1Img, a.l1.directLink span.l1Img {
    display: inline-block;
    width:33%;
    height: 70px;
    background-position: 50% 50%;
    padding:0;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
#residential .l1Img.s1img1 {
    background-image: url(../css/images/mobile/nav-l1-productsServices.jpg);
}
#residential .l1Img.s1img2 {
    background-image: url(../css/images/mobile/nav-l1-specialOffers.jpg);
}
#residential .l1Img.s1img3 {
    background-image: url(../css/images/mobile/nav-l1-energySaving.jpg);
}
#residential .l1Img.s1img4 {
    background-image: url(../css/images/mobile/nav-l1-eWise.jpg);
}
#residential .l1Img.s1img6 {
    background-image: url(../css/images/mobile/nav-l1-accountTools.jpg);
}
#residential .l1Img.pending {
    background-image: url(../css/images/mobile/pending.jpg);
}
    #business .l1Img.s1img1 {
        background-image: url(../css/images/mobile/nav-l1-productsServicesBus.jpg);
    }
    #business .l1Img.s1img2 {
        background-image: url(../css/images/mobile/nav-l1-moveYourBusiness.jpg);
    }
    #business .l1Img.s1img3 {
        background-image: url(../css/images/mobile/nav-l1-accountToolsBus.jpg);
    }
    #business .l1Img.s1img4 {
        background-image: url(../css/images/mobile/nav-l1-largeBusiness.jpg);
    }
    #business .l1Img.s1img5 {
        background-image: url(../css/images/mobile/nav-l1-helpCenter.jpg);
    }
    #aboutUs .l1Img.s1img1 {
        background-image: url(../css/images/mobile/nav-l1-whatWeDo.jpg);
    }
    #aboutUs .l1Img.s1img2 {
        background-image: url(../css/images/mobile/nav-l1-careers.jpg);
    }
    #aboutUs .l1Img.s1img5 {
	    background-image: url(../css/images/mobile/nav-l1-helpCenter.jpg);
	}
/*2.0 dpr */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    #residential .l1Img.s1img1 {
        background-image: url(../css/images/mobile/nav-l1-productsServices-@2x.jpg);
    }
    #residential .l1Img.s1img2 {
        background-image: url(../css/images/mobile/nav-l1-specialOffers-@2x.jpg);
    }
    #residential .l1Img.s1img3 {
        background-image: url(../css/images/mobile/nav-l1-energySaving-@2x.jpg);
    }
    #residential .l1Img.s1img4 {
        background-image: url(../css/images/mobile/nav-l1-eWise-@2x.jpg);
    }
    #residential .l1Img.s1img5 {
        background-image: url(../css/images/mobile/nav-l1-helpCenter-@2x.jpg);
    }
    #residential .l1Img.s1img6 {
        background-image: url(../css/images/mobile/nav-l1-accountTools-@2x.jpg);
    }
    #business .l1Img.s1img1 {
        background-image: url(../css/images/mobile/nav-l1-productsServicesBus-@2x.jpg);
    }
    #business .l1Img.s1img2 {
        background-image: url(../css/images/mobile/nav-l1-moveYourBusiness-@2x.jpg);
    }
    #business .l1Img.s1img3 {
        background-image: url(../css/images/mobile/nav-l1-accountToolsBus-@2x.jpg);
    }
    #business .l1Img.s1img4 {
        background-image: url(../css/images/mobile/nav-l1-largeBusiness-@2x.jpg);
    }
    #business .l1Img.s1img5 {
        background-image: url(../css/images/mobile/nav-l1-helpCenter-@2x.jpg);
    }
    #aboutUs .l1Img.s1img1 {
        background-image: url(../css/images/mobile/nav-l1-whatWeDo-@2x.jpg);
    }
    #aboutUs .l1Img.s1img2 {
        background-image: url(../css/images/mobile/nav-l1-careers-@2x.jpg);
    }
}

.l1 + div {
    margin:0 5px;
    border:1px solid #dfdfdf;
    border-top: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 14px;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
}
.homeLink + div, .l1.directLink + div, .l2.directLink + div  {
    height:0 !important;
    border:0;
}
h3.l2:first-child {
    border-top:0;
}
/* styling to add arrows to navigation */
h3.l2, .pageNav a {
    font-family: inherit;
    font-weight: bold;
    font-size: 14px;
    border-radius: 0;
    border-top:1px solid #dfdfdf;
    display: block;
    line-height:45px;
    vertical-align: middle;
    color:#666;
    padding-left: 15px;
    background:#eee;
}
.pageNav a {
    font-weight: normal;
    background: #fafafa;
    width:100%;
    border:0;
    border-top:2px solid #fff;
}
.pageNav a.active {
    font-weight: bold;
    color:#487e00;
 }
.pageNav a.active::before {
    content:"\e026";
    font-weight: normal;
    color:#487e00;
 }
 .pageNav a.l2.directLink {
    background:#eee;
    font-weight: bold;
    border-top:1px solid #dfdfdf;
 }
h3.l0::before, h3.l1::before, a.directLink::before, h3.l2::before, .l1 + div a::before  {
    font-family: 'EA-IconFont';
    font-size: 20px;
    height: 0;
    line-height: 45px;
    font-weight: bold;
    content: '\e031';
    display: block;
    float: right;
    width:25px;
    margin-right: 15px;
    text-align: right;
    color:#999;
    text-indent: 0;
    box-sizing: border-box;
    vertical-align: middle;
}
/* specific styles */
h3.l0::before {
    color:#fff;
    font-weight: normal;
}
h3.l1::before, a.directLink::before {
width: 12%;
font-size: 40px;
font-weight: normal;
line-height: 70px;
content:"\e02d";
color:#b9dba4;
}
h3.l1:active::before, a.directLink:active , a.directLink:active::before {
    color:#fff;
    font-weight: normal;
    }
.l1 + .pageNav a::before  {
    width:20%;
    margin-right:3px;
    background: #fafafa;
    height: auto;
    z-index: 99;
    position: relative;
}
 .pageNav a.l2.directLink::before {
    background:#eee;
 }
/* active states */
h3.l0.ui-state-active::before {
    content: '\E032';
}
h3.l1.ui-state-active::before {
    content: '\E02e';
}
h3.l2.ui-state-active::before {
    content: '\E032';
}
/* arrows for direct links point right */
a.l1.directLink::before {
    content: '\E02f';
}
.pageNav a::before {
    /*content: 'ee';*/
}
.l1 + div a::before {
    content:"\e033";
    background: red;
}
/*---- slider sideNav styles ----*/
#sideNav {
    margin:0;
    background:#676767;
}
#sideNav .homeLink {
    display:block;
    color:#c1c1c1;
    background:0;
    font-size: 14px;
    font-weight: bold;
    padding-left:0;
    border-top: 0;
}
#sideNav .homeLink::before {
    content:"\e003";
    font-family: 'EA-IconFont';
    float: left;
    width:40px;
    text-align: center;
    margin:0;
    margin-top:-2px;
}
#sideNav .l0 {
    display:block;
    margin:0;
    color:#fff;
}
#sideNav .l0 + div {
    margin:0;
}
#sideNav .l0 span {
    font-size: 21px;
}
 #sideNav h3.l1 {
    margin-top:0;
    background: #dbdbdb;
    color:#333;
    border-radius: 0;
    border-top:1px solid #c4c4c4;
 }
 #sideNav h3.l1::first-child {
    border: 0;
 }
 #sideNav h3::before, #sideNav a::before {
font-weight: bold;
font-size: 17px;
    float: right;
    width:25px;
    margin-right: 15px;
 }
 #sideNav .l1 + div a {
    position: relative;
    line-height: 16px;
padding-top: 13px;
padding-bottom: 14px;
padding-right: 20%;
 }
 #sideNav .l1 + div a::before {
position: absolute;
right: 0;
top: 50%;
bottom: 50%;
height: 0;
line-height: 0;
 }
 #sideNav h3.l1::before, #sideNav a.directLink::before {
line-height: 45px;
content:"\e031";
color:#999;
}
 #sideNav h3.l1.ui-state-active::before {

     content:"\e032"
}
#sideNav a.directLink::before {
     content:"\e033"
}
 #sideNav .l1 + div {
    margin:0;
    border-bottom: 0;
    border-radius: 0;
}
 #sideNav .l1 span {
    width:80%;
    font-size:17px;
    line-height: 45px;
 }
#sideNav .l1Img {
    display: none;
 }
 #sideNav h3.l2 {
    font-size:13px;
 }
 #sideNav .pageNav a {
    font-size: 13px;
 }
 #sideNav a.directLink {
    background: #dbdbdb;
    margin-top:0;
    color: #333;
border-radius: 0;
border-top: 1px solid #c4c4c4;
 }
 #sideNav a.l2.directLink {
    background: #eee;
    border-top:1px solid #dfdfdf;
    color:#666;
    font-weight: bold;
 }
 #sideNav a.directLink.active {
    color:#487e00;
}

 #sideNav a.directLink.active::before {
    color:#487e00;
    content:"\e026";
    font-weight: normal;
 }
/*--- overwriting styles for when nav exists in side swipe nav ---*/


/* mobile devices landscape */
/* note: convert line-heights to percentages */
@media only screen and (max-width: 640px){
    html {
        -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    }

	/* overriding EA website styles */
	.left-column, .right-column, .links-backtop-social, #footer,#accessibility-links, #mboxDefault, .hero, .links-backtop-social,  .two-column-modules {
		display: none;
	}
	html {
		background: #fff;
	}
    .container
     {
		width:100% !important;
		font-size: 13px;
		line-height: 19px;
	}
	.row {
		margin: 0;
	}
	.three-column .content-column {
	}
	#content {
		width:auto;
		margin:0 9.375%;
	}
    .accordion-inner {
        padding:14px 4.6875%;
    }
    .content-column .accordion .view-all-link {
        margin:0 0 14px;
    }
	/* setting EA mobile styles*/
	body {
	background:#fff;
	font-size: 16px;
	margin:0 auto;
	min-width:0;
	font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
	min-width: 100%;
	}

	a {
	text-decoration:none;
	}
	/*--- this may need to be .container img instead */
	.content-column .wysiwyg img {
		max-width: 100%;
	}
	.call-to-action {
	margin: 0;
	}
	.call-to-action blockquote h2, .call-to-action blockquote h3 {
	font-family: MuseoSans300Regular,Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-size: 16px;
	line-height:23px;
	color: #de7003;
	margin-bottom: 10px;
	}
	.call-to-action blockquote h2 {
	font-size: 19px; /* could make same size as content H2: 18px, but lighter gray makes it look smaller */
	color: #666;
	margin-bottom: 5px;
	}
	.call-to-action blockquote .btn-large {
		font-size: 16px;
		color: #fff;
		width:initial;
		padding:3.785% 4.6875%;
    font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
        font-weight: bold;
	}

	.content-column form, section, .logo {
		margin: 0;
		overflow: visible;
	}
	/*--- need to check this doesn't break other tables */
	.table, .wysiwyg table, .table th, .wysiwyg table th, .table td, .wysiwyg table td {
		font-size: 12px;
		margin-bottom: 14px;
	}
	
	#map {
		width: 100%!important;
		background-size: 155%!important;
		background-position: 42% 50%!important;
		height: 0!important;
		padding-bottom: 95%!important;
	}
	.clear {height:0;}
	
	#jaJobSearch {
		width:100%;
	}

	.special-offer-row {
		width:100%;
		clear: both;
	}
	.special-offer-container-left {
		width:100%;
		margin-bottom: 10px;
	}
	.special-offer-container-right {
		width:100%;
		margin-bottom: 10px;
	float: left;
	clear: both;
	}
	.special-offer-img {
	width: 38%;
	}
	.special-offer-content {
	width: 56%;
	float:left;
	padding:10px;
	box-sizing:border-box;
	}	
	.special-offer-content > div {
	width: initial !important;
	float: left !important;
	}
	.content-column .special-offer-content > div img {
	margin-right:7px;
	}
	.content-column .special-offer-content > div a {
	font-size: 13px;
	font-weight: bold;
	}
	/*--- Note: these styles are for green energy options page.
	----- do they cause problems on any other pages? */
	.wysiwyg table thead {
	    display: none;
	}
	.wysiwyg table tr {
	    float: left;
	    width: 100%;
	}
	.wysiwyg table td {
	    float: left;
	    width: 100%;
	    border: 0;
	    font-size: 12px;
	    color: #666;
	    padding: 0 0 8px;
	}
	.wysiwyg ol li {
	list-style-type: decimal;
	}
	.content-column .wysiwyg td img {
	    width: initial;
	}
	
	.wysiwyg table td:nth-child(2) {
	    /*font-weight: bold;*/
	}
	.wysiwyg table td strong {
	font-weight: bold;
	}
	.wysiwyg table tr:nth-child(2) {
	    border: 1px solid #ddd;
	    border-right: 0;
	    border-left: 0;
	    padding:20px 0;
	    margin:20px 0;
	}
	.wysiwyg table td:last-child {
		padding:0;
	}
		.accordion-inner table {
	    font-size: 10px;
	    line-height:14px;
	    margin-bottom: 14px;
	}
	.accordion-inner table th {
	color: #333;
	line-height: 10px;
	padding: 5px;
	text-align: left;
	}
	.accordion-inner td {
	    padding: 5px;
	    border-bottom:1px solid #eee;
	}
	.accordion-inner th:nth-child(2) {
	    border-left: 2px solid #fff;
	    border-right: 2px solid #fff;
	}
	.accordion-inner p em {
		font-size: 10px;
		line-height: 13px;
	}
	.content-column .form-body {
	    margin-top: 14px;
	}
	.form-body h2 {
	    margin-top: 0;
	}
	.form-body .control-group {
	    margin-bottom: 0;
	}
	.content-column .section-title {
	    margin-bottom: 14px;
	}
	.view-all-link a, .module-body .view-all-link a {
		margin:0 0 0 30px;
	}
	.disclaimer {
		border-top: 0;
		padding-top: 0;
	}

	header ul {
	background:#eee;
	overflow:auto;
	padding:0 11.375% 0 7.375%;
	text-align:center;
	margin:0;
    font-size: 0;
	}

	header li {
	text-align:center;
	display:inline-block;
	margin:0 2.4%;
	}

	header a {
	color:#333;
	font-family:'MuseoSans300Regular';
	white-space:nowrap;
	display:inline-block;
	box-sizing:border-box;
    padding:0 12px;
    font-size:17px;
    line-height:45px;
	}
	header a:hover {
	color:#487e00;
    text-decoration: none;
	}
	header a.active {
	background:#6eb214;
	color: #fff;
	}
    header .slideButton {
    position: absolute;
    left:0;
    top:0;
    margin:0;
    width:9.375%;
    }
    header .slideButton a {
    display:block; 
    width: 100%;
    font-size: 40px;
    font-family: 'EA-IconFont';
    color: #999;
    text-align:center; 
    line-height:23px;
    padding:11px 0 14px;
    margin-top:-3px;
    text-shadow: 0px 1px 3px rgba(155, 155, 155, 0.42);
    }
	
	.logo {
	display:block;
	margin:4.6875% 0 4.6875% 9.375%
	}

	.logo img {
	display:block;
	width:60%
	}

	.icon {
	display:inline-block;
	line-height:100%
	}

	/* temporarily using .mobile while the template is being made */
	.mobile h1, .content-column h1 {
	font-size:23px;
	line-height:29px;
	margin-bottom:7px
	}

	.mobile h2.leader {
	font-size:15px;
	line-height:20px;
	margin:0 0 11px
	}
	h2.leader, span.leader, h3.leader {
	font-size:15px;
	line-height:20px;
	margin:0 0 11px
	}

	.mobile h2 {
	font-size:18px;
	line-height:22px;
    margin:22px 0 9px
	}
	h2, h3, .accordion-group h3 {
	font-size: 18px;
	line-height:22px;
	margin:22px 0 9px;
	}
	.accordion-group h3 {
		font-size: 16px;
	}
	.accordion-group h4 {
		font-size: 14px;
	}
	.mobile h5, h5 {
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-weight: bold;
    font-size: 13px;
    margin-bottom: 9px; 
	}
    p, .container p, .mobile p {
	font-size:13px;
    line-height:19px;
    margin:0 0 14px;
	}
	p {
	font-size:13px;
	line-height:19px
	}
	strong {
		font-weight: bold;
	}

	.mobile a {
	color:#487e00;
	text-decoration:underline!important
	}
    .mobile ul {
        margin:0 0 14px 20px;
    }
	.mobile li, li {
		font-size: 12px;
		line-height: 19px;
        margin:0 0 7px;
	}
	.accordion-heading {
		margin-bottom: 0;
		position: relative;
	}
	.accordion-heading a {
		font-size: 17px;
		background-image: none;
		background-color:#eee;
		color:#6eb214;
		overflow:hidden;
	}
	.accordion-heading a:hover {
		background-color:#e6e6e6;
	}
	.expanded .accordion-heading a {
	background-color: #6eb214;
	}
	.expanded .accordion-heading a:hover {
	background-color: #609b11;
	}
	.accordion-heading a:after {
	font-family: 'EA-IconFont';
	content:'\e000';
	color:#6eb214;
	font-size: 18px; 
	text-align:right;
	-webkit-font-smoothing: antialiased;
	vertical-align:middle;    
	width:10%;
	display: block;
	position: absolute;
	top: 50%;
	bottom: 50%;
	right: 4.6875%;
	height: 0;
	line-height:0;
	}
	.expanded .accordion-heading a:after {
	content:'\e006';
	color:#fff;
	}
	.accordion-heading h3 {
	color:inherit;
	vertical-align:middle;   
	width:90%;
	}
	.expanded .accordion-heading h3 {
	color: #fff;
	}
	.accordion-heading .accordion-toggle {
	padding: 3.5% 4.6875%;
	}
	.accordion-heading  .accordion-toggle h3 {
	margin: 0;
	}
	.collapse {
		margin:0;
	}
	.btn {
	display:inline-block;
	padding:2.5% 4.6875%;
	line-height:100%;
	text-align:left;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box
	}

	.btn-primary {
	color:#fff;
	}

	.btn-large {
	padding:1.25% 4.6875%;
	width:100%;
    font-family:MuseoSans300Regular;
	margin-bottom:3%;
    font-size:22px;
	}

	.btn-large:hover {
    font-family:MuseoSans300Regular;
    font-size:22px;
	}

	.btn-large span {
	display:inline-block;
	width:90%;
	min-height:initial;
	padding:0;
	line-height:180%;
	}
	
	#landing-page-mobile .quick-tasks .btn-large > .icon {
		width: 30%;
    }

    #landing-small-business .quick-tasks .btn-large > .icon {
    	width: 10%;
    }

    #landing-small-business .quick-tasks .btn-large {
    	margin-bottom: 0.75%;
    	border: 0px;
    	-webkit-border-bottom-left-radius: 0px;
		-webkit-border-bottom-right-radius: 0px;
		-moz-border-bottom-left-radius: 0px;
		-moz-border-bottom-right-radius: 0px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
    }

	.btn-options {
	width:33%;
	}

	.btn span,.btn div {
	vertical-align:middle;
	margin:0;
	}
	.btn-action span.arrow, .btn-next span.arrow {
vertical-align: middle;
}
	
	.quick-tasks {
		margin:0 9.375% 5%;
		position: relative;
		top:initial;
		left:initial;
		bottom:initial;
		right:initial;
		-webkit-border-bottom-left-radius: 4px;
		-webkit-border-bottom-right-radius: 4px;
		-moz-border-bottom-left-radius: 4px;
		-moz-border-bottom-right-radius: 4px;
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
	}
	.quick-tasks section {
		margin:0;
		float:left;
		width:100%;
		margin-bottom:4.6875%;
	}

	.quick-tasks .btn-large .icon {
		width:10%;
		height:auto;
		text-align:right;
	    font-size:23px;
	}

	.quick-task {
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		margin:0;
		float:left;
		text-align:center;
	    padding: 4% 3.125% 7px;
	    border: none;
		border-right:1px solid #4f9718;
		border-color:#59a920 #59a920 #376914;
		border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
		-webkit-border-radius:0;
		-moz-border-radius:0;
		border-radius:0;
		width:33%;
		height: 170px;
	}

	.quick-task:nth-child(2) {
    -webkit-border-radius:4px 0 0 4px;
    -moz-border-radius:4px 0 0 4px;
    border-radius:4px 0 0 4px
	}
    .quick-task {
    -webkit-border-radius:4px 0 0 4px;
    -moz-border-radius:4px 0 0 4px;
    border-radius:4px 0 0 4px
    }
    .quick-task ~ .quick-task {
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    }

	.quick-task:last-child {
    -webkit-border-radius:0 4px 4px 0;
    -moz-border-radius:0 4px 4px 0;
    border-radius:0 4px 4px 0;
	width:34%;
	}

	.quick-task:hover {
	background-image:-ms-radial-gradient(left top,circle farthest-corner,#6bb32b 0,#53a61d 100%);
	background-image:-moz-radial-gradient(left top,circle farthest-corner,#6bb32b 0,#53a61d 100%);
	background-image:-o-radial-gradient(left top,circle farthest-corner,#6bb32b 0,#53a61d 100%);
	background-image:-webkit-gradient(radial,left top,0,left top,994,color-stop(0,#6bb32b),color-stop(1,#53a61d));
	background-image:-webkit-radial-gradient(left top,circle farthest-corner,#6bb32b 0,#53a61d 100%);
	background-image:radial-gradient(circle farthest-corner at left top,#6bb32b 0,#53a61d 100%);
	background:#de6b00 url(../css/images/bg-gradient-b.png) no-repeat 0 0
	}

	.quick-task span {
		display:block;
		line-height:110%;
		padding-top:1.125%;
		font-size: 24px;
		font-family: Arial, Helvetica, sans-serif;
	    font-weight: bold;
	}

	.quick-task .icon {
		font-size: 64px;
		height: 78px;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box
	}

	.search {
		position:relative;
		overflow:auto;
		margin:3.6875% 9.375% 0.75%;
		padding-bottom: 4%;
		-webkit-border-top-left-radius:8px;
		-webkit-border-top-right-radius:8px;
		-moz-border-top-left-radius:8px;
		-moz-border-top-right-radius:8px;
		border-radius-top-left:8px;
		border-radius-top-right:8px;
		font-family:MuseoSans300Regular;
		/* IE10 Consumer Preview */

		background-image: -ms-radial-gradient(left top, circle farthest-corner, #6bb32b 0%, #53a61d 100%);
		/* Mozilla Firefox */

		background-image: -moz-radial-gradient(left top, circle farthest-corner, #6bb32b 0%, #53a61d 100%);
		/* Opera */

		background-image: -o-radial-gradient(left top, circle farthest-corner, #6bb32b 0%, #53a61d 100%);
		/* Webkit (Safari/Chrome 10) */

		background-image: -webkit-gradient(radial, left top, 0, left top, 994, color-stop(0, #6bb32b), color-stop(1, #53a61d));
		/* Webkit (Chrome 11+) */

		background-image: -webkit-radial-gradient(left top, circle farthest-corner, #6bb32b 0%, #53a61d 100%);
		/* W3C Markup, IE10 Release Preview */

		background-image: radial-gradient(circle farthest-corner at left top, #6bb32b 0%, #53a61d 100%);
		background: #de6b00 url('images/bg-gradient-b.png') no-repeat 0 0;

		-webkit-box-shadow: -1px -1px 3px rgba(50, 50, 50, 0.3);
		-moz-box-shadow:    -1px -1px 3px rgba(50, 50, 50, 0.3);
		box-shadow:         -1px -1px 3px rgba(50, 50, 50, 0.3);
	}

	.home-search .search {
		margin-bottom: 4.6875%;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
	}

	#landing-page-mobile .quick-task {
		-webkit-border-top-left-radius: 0px;
		-webkit-border-top-right-radius: 0px;
		-moz-border-top-left-radius: 0px;
		-moz-border-top-right-radius: 0px;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
	}

	.search .bestoffer {
		margin-right: 3.46%;
		background: url('images/bestoffer/BOO-whiteRibbon@2x-mobile.png') no-repeat top right;
		background-size: 19.4% auto;
	}

	.search header {
		width:100%;
		float:left;
	}
	.search h1 {
		color: #fff;
		line-height: 110%;
		padding: 5% 0 5% 5.2%;
		font-size: 32px;
		margin-right: 21%;
	}

	.search h2{
		color:#fff;
		line-height:120%;
		padding:5% 0 2.5%;
		font-size:18px;
		margin: 0;
		margin-bottom: 4.6875%;
		padding: 10px 4.6875%;
		color: #fff;
		text-align: left;
		background: #85c23b; /* Old browsers */
		background: -moz-linear-gradient(-45deg, #85c23b 0%, #50a41b 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#85c23b), color-stop(100%,#50a41b)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(-45deg, #85c23b 0%,#50a41b 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(-45deg, #85c23b 0%,#50a41b 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(-45deg, #85c23b 0%,#50a41b 100%); /* IE10+ */
		background: linear-gradient(135deg, #85c23b 0%,#50a41b 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85c23b', endColorstr='#50a41b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}

	.search h3 {
		color:#666;
		padding:0 4.6875%;
		margin-bottom:4.6875%;
		font-size:15px;
	}

	.search input.search-query, .search-query {
		background:#f5f5f5;
		border:1px solid #d0d0d0;
		-webkit-border-radius:8px !important;
		-moz-border-radius:8px !important;
		border-radius:8px !important;
		-webkit-box-shadow:none;
		-moz-box-shadow:none;
		box-shadow:none;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		margin: 0% 2% 0 5.2%;
		display:inline-block;
		float:left;
		width:67.72%;
		padding: 1% 4.6875%;
		font-size:26px; 
		line-height:185%;
		height: auto;
	}

	.search input::-webkit-input-placeholder { /* WebKit browsers */
    	color: #666666;
	}
	.search input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    	color: #666666;
	}
	.search input::-moz-placeholder { /* Mozilla Firefox 19+ */
    	color: #666666;
	}
	.search input:-ms-input-placeholder { /* Internet Explorer 10+ */
    	color: #666666;
	}

	.search .btn {
		position: relative;
		right: 24.8%;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		float:left;
		margin:1% 0 0 0;
		width:21.88%;
		height: auto;
	    padding:0.25% 28px 0.25% 4.6875%;
		font-size:26px; 
		color:#fff;
	}

	.search .btn span,.search .btn div {
	display:inline-block;
	width:80%;
	padding:0;
	text-align:left;
	}

	.search .btn div {
		width: 20%;
		text-align: right;
		font-size: 80%;
	}

	footer {
	color:#fff;
    text-align:center;
    margin-top:30px;
	}

	footer ul {
	background:#707070;
	overflow:auto;
    padding:3% 3% 5%;
	margin: 0;
	}

	footer li {
	display:inline;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	width:50%;
	float:left;
	padding:0 3%;
	margin:2% 0;
	text-align:left;
	border:0
	}

	footer li:nth-child(odd) {
	text-align:right;
	border-right:1px solid #999
	}

	footer li:first-child {
	border-left:0
	}

	footer li:nth-last-child(2) {
	border-right:0
	}

	footer li:last-child {
	display:block;
	margin-top:0;
    padding-top:2%;
	float:none;
	clear:both;
	width:100%;
	text-align:center;
	border:0;
	line-height:140%;
		}

	footer .btn {
	width:100%;
	padding:1.125% 2.5%;
	white-space:nowrap;
	background:none;
	color:#6fb200;
	font-family:MuseoSans300Regular;
	border-bottom:0;
	border-radius:0;
	text-align:left;
	background-color:#ebebeb;
	background-image:-moz-linear-gradient(top,#eee,#e6e6e6);
	background-image:-ms-linear-gradient(top,#eee,#e6e6e6);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#eee),to(#e6e6e6));
	background-image:-webkit-linear-gradient(top,#eee,#e6e6e6);
	background-image:-o-linear-gradient(top,#eee,#e6e6e6);
	background-image:linear-gradient(top,#eee,#e6e6e6);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#e6e6e6',GradientType=0);
	border-color:#e6e6e6 #e6e6e6 #bfbfbf;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	filter:progid:dximagetransform.microsoft.gradient(enabled=false);
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	}
	footer li a:hover, footer li a:hover span {
	text-decoration:underline;
	color:#fff;
	}
	footer .btn:hover {
	color:#6fb200
	}

	footer .btn span {
	display:inline-block;
	width:90%;
	min-height:initial;
	padding:0;
	line-height:inherit;
    text-align:left;
    font-size: 22px;
    line-height:170%;
    float:left;
	}

	footer .btn div {
	float:right;
	width:10%;
	height:auto;
	text-align:right;
    font-size:21px;
    padding-top:5px;
	}

	footer .btn:first-child {
	border-right:1px solid #ddd
	}

	footer a {
    color:#fff;
    font-size:13px;
	}

}
/* mobile devices portrait */
@media only screen and (max-width: 479px) {
	.quick-task {
		height:87px
	}
	.quick-task span {
		font-size:12px;
	}
	.quick-task .icon {
	    font-size:35px;
	    height:43px	
	}
	header ul {
	padding:0 23px 0 0;
	}
	header li {
    margin:0;
	}
	header a {
        padding:0 10px;
        font-size: 15px;
	}
	.accordion-heading a {
		font-size: 15px;
	}
	.search {
	}
	.search h1 {
		font-size: 16px;
	}
	.search input.search-query, .search-query {
		font-size:13px;
		padding-left:3.5%;
		padding-right: 0;
	}
	.search .btn {
		font-size:13px;
		padding: 0.75% 15px 0.75% 4.6875%
	}
}
/* mobile devices portrait */
@media only screen and (max-width:320px) {
	header a {
	}
	.btn-large span {
		width:85%;
		line-height: 110%;
		padding: 2px 0;
    }
    .quick-tasks .btn-large .icon {
		width:15%;
		font-size:21px;
	}
	footer {
		line-height:160%
	}
}
.accordion-heading .accordion-toggle h3 {
    margin: 0;
}



/* Follow Me (stalker) styles */
.follow-me [data-icon]:before {
	font-family: 'EnergyAustralia';
}

#fm-tab {
	width: 100%;
	height: 35px;
	top: auto;
	bottom: 0;
	border-bottom: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: #d96f06;
    background: linear-gradient(to top, #F38B21 0%, #DE6B00 100%);
    background: -o-linear-gradient(top, #F38B21 0%, #DE6B00 100%);
    background: -moz-linear-gradient(top , #F38B21 0%, #DE6B00 100%);
    background: -webkit-linear-gradient(top, #F38B21 0%, #DE6B00 100%);
    background: -ms-linear-gradient(top, #F38B21 0%, #DE6B00 100%);
    background: -webkit-gradient(top, color-stop(0, #F38B21), color-stop(1, #DE6B00) );
    -webkit-box-shadow: 1px -1px 1px 1px rgba(0, 0, 0, 0.2);
  	box-shadow: 1px -1px 1px 1px rgba(0, 0, 0, 0.2);
}

#fm-tab .icon,
#fm-popout .header .icon {
	float: left;
	font-size: 24px;
	margin: 5px 4px 0 3px;
}

#fm-tab h3,
#fm-popout .header h3 {
	margin-top: 8px;
	font-size: 18px;
	font-family: MuseoSans500Regular,Arial,"Helvetica Neue",Helvetica,sans-serif;
	text-align: left;
}

#fm-tab.active {
	right: 0;
	bottom: -40px;
}

#fm-popout {
	width: 100%;
	top: auto;
	bottom: -480px;
	right: 0;
	background-color: #fff;
}

#fm-popout.active {
	bottom: 0;
}

#fm-popout .header {
	cursor: pointer;
	background-color: #6fb200;
	background: linear-gradient(to top, #85c23b 0%, #4b9819 100%);
	background: -o-linear-gradient(top, #85c23b 0%, #4b9819 100%);
	background: -moz-linear-gradient(top , #85c23b 0%, #4b9819 100%);
	background: -webkit-linear-gradient(top, #85c23b 0%, #4b9819 100%);
	background: -ms-linear-gradient(top, #85c23b 0%, #4b9819 100%);
	background: -webkit-gradient(top, color-stop(0, #85c23b), color-stop(1, #4b9819) );
}

#fm-popout .header .fm-close,
#fm-tab .fm-arrow-up {
	width: 0; 
	height: 0; 
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-top: 13px solid #fff;
	font-size: 0;
	line-height: 0;
}

#fm-tab .fm-arrow-up {
	display: block;
	border-top: none;
	border-bottom: 13px solid #fff;
}

#fm-popout iframe {
	width: 100%;
}

#fm-popout .footer {
	margin: 0 26px;
}

#fm-popout .footer p {
	margin-bottom: 0;
	margin-top: 0;
}

#fm-popout .footer .btn {
	padding: 8px 0;
	font-size: 16px;
	font-family: MuseoSans500Regular,Arial,"Helvetica Neue",Helvetica,sans-serif;
	text-align: center;
}

/* Error Page */
.layout-error {
	background: none;
}

.layout-error .hero {
	min-width: inherit;
}

.layout-error .hero,
.layout-error .hero-content,
.layout-error .hero-unit,
.layout-error .content {
	width: 100%;
}

.layout-error .logo {
	display: none;
}