/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
    border:none;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font: 16px/26px Roboto, Helvetica, Helvetica Neue, Arial;
}

.wrapper {
    width: 90%;
    margin: 0 5%;
}

/* ===================
	ALL: Orange Theme
   =================== */

.header-container {
    border-bottom: 20px solid #e44d26;
}

.main aside {
    border-top: 20px solid #e44d26;
}

.header-container,
.main aside {
    background: #f16529;
}

.title {
    color: white;
}

strong, b {
    font-family: RobotoBold;
    font-weight: normal;
}

img {
    border-style: none;
    max-width: 100%;
}

em {
    font-family:RobotoItalic;
    font-style: normal;
}

em strong,
strong em {
    font-family: RobotoBoldItalic;
    font-style: normal;
    font-weight: normal;
}

/* ==============
	MOBILE: Menu
   ============== */
nav {
    background: #c6c4c4;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#d6d6d6', endColorstr='#c6c4c4');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#d6d6d6', endColorstr='#c6c4c4')";
    background-image: -ms-linear-gradient(bottom, #c6c4c4 0%, #d6d6d6 100%);
    background-image: -moz-linear-gradient(bottom, #c6c4c4 0%, #d6d6d6 100%);
    background-image: -o-linear-gradient(bottom, #c6c4c4 0%, #d6d6d6 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #c6c4c4), color-stop(1, #d6d6d6));
    background-image: -webkit-linear-gradient(bottom, #c6c4c4 0%, #d6d6d6 100%);
    background-image: linear-gradient(to top, #c6c4c4 0%, #d6d6d6 100%);
}

nav ul {
    margin: 0;
    padding: 0;
}

nav a {
    border:1px solid #c6c4c4;
    display: block;
    margin-bottom: 10px;
    padding: 10px 10px;

    text-align: center;
    text-decoration: none;
    font-weight: bold;

    color:#333 !important;

    font:normal .8em Roboto, arial, sans-serif;
}
nav li.on a,
nav a:hover {
    text-decoration: none !important;
    background:#fff;
    color:#0e83b7;
    border-bottom:1px solid #fff;
}

/*nav ul li:first-child a:hover {
	border-bottom:1px solid #fff;
}
nav ul:last-child a {
	border-width:1px 1px 0 0;
}*/

/*nav a:hover,
nav a:visited {
	color: white;
}*/

/* ==============
	MOBILE: Main
   ============== */

.main {
    padding: 30px 0;
}

.main article h1 {
    font-size: 2em;
}

.main aside {
    color: white;
    padding: 0 5% 10px;
}

.footer-container footer {
    color: white;
    padding: 20px 0;
}

/* ===============
	ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html {
    background-color:#ceebfa;
}
body {
    background-color:#fff;
    max-width:980px;
    margin:0 auto;
}

body, #main div, #main p, #main ul, #main li, #main table, #main th, #main td, #main a, #main section {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    font-family: Roboto, Arial, sans-serif;
    font-weight: normal;
}
.max-width {
    max-width:980px;
    margin:0 auto;
    background-color:#fff;
}
#main a {
    color: #1680c3;
    text-decoration: none;
}
#main a:hover {
    text-decoration: underline;
}
.help_list {
    width:62%;
    display:block;
    float:left;
    margin-right:3%;
}
.quick_links {
    display:block;
    float:left;
    width:35%;
}
html.lt-ie8 .help_list {
    width:40%;
}
html.lt-ie8 .quick_links {
    width:auto;
}
ul.tab_links li {
    box-sizing: border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
    display:block;
    float:left;
    width:25%;
    padding:0 1em;
    font-family:RobotoBold;
    font-weight:normal;
    border-left: 1px solid #ccc;
    height:90px;
    margin-bottom:1em;
}
ul.tab_links li.first {
    border-style:none;
}
ul.tab_links li a {
    display:block;
    width:90px;
    margin:0 auto;
}
ul.tab_links img {
    margin-bottom:.5em;
    width:100% !important;
}

html.lt-ie8 ul.tab_links li  {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
html.lt-ie8 ul.tab_links {
    width:auto;
}
html.lt-ie8 .mega_body ul.tab_links {
    margin-left: 1em;
}
html.lt-ie8 ul.tab_links li {
    min-width:80px;
    max-width:92px;
    padding-left:13px;
}
html.lt-ie8 ul.tab_links li.first {
    padding-left: 0;
}

html.lt-ie8 .hasLayout {
    *zoom: 1;
}

ul.social,
header ul#utility ul.social {
    list-style: none;
    margin-top:0;
    float: right;
    margin-bottom:0;
}
ul.social {
    float:none;
    padding-left:0;
}
ul.social li,
header ul#utility ul.social li {
    list-style: none;
    float:left;
}
ul.social li a,
header ul#utility ul.social li a {
    display:block;
    height: 23px;
    margin-left: 10px;
    width: 21px;
}
ul.social a.icn_facebook {
    background: url('../image/home_page/header_sprite.png') no-repeat;
}
ul.social a.icn_twitter {
    background: url('../image/home_page/header_sprite.png') -29px 0 no-repeat;
}
ul.social a.icn_youtube {
    background: url('../image/home_page/header_sprite.png') -58px 0 no-repeat;
}
ul.social a.icn_blog {
    background: url('../image/home_page/header_sprite.png') -87px 0 no-repeat;
}

/* sub-head */
div#sub-head {
    background:url('../image/hdr_house.png') 98.5% 1.45em no-repeat;
}
ul#bct {
    margin:1em 0 .75em 0;
    padding:0 0 0 22px;
    list-style-type: none;
}
ul#bct li {
    background:url('../image/bct.png') no-repeat right 50%;
    float:left;
    padding-right:2em;
    font-size:.8em;
}
ul#bct li:last-child {
    background-image:none;
}
ul#bct li a {
    display:block;
}
#mast-head {
    padding:0;
    margin:0;
}
#mast-head h1 {
    color:#1680c3;
    padding-left:20px;
    line-height:38px;
    margin:0;
}
#mast-head h2 {
    color:#666;
    font-size:1em;
    margin:0;
}

.card-wrap {
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2abdfe', endColorstr='#0e83b6'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2abdfe', endColorstr='#0e83b6')"; /* IE8 */
    background-image: -ms-linear-gradient(top, #2abdfe 0%, #0e83b6 100%);
    background-image: -moz-linear-gradient(top, #2abdfe 0%, #0e83b6 100%);
    background-image: -o-linear-gradient(top, #2abdfe 0%, #0e83b6 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2abdfe), color-stop(1, #0e83b6));
    background-image: -webkit-linear-gradient(top, #2abdfe 0%, #0e83b6 100%);
    background-image: linear-gradient(to bottom, #2abdfe 0%, #0e83b6 100%);
}

#main ul.card-filter {
    width:100%;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#e5e5e5'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#e5e5e5')"; /* IE8 */
    background-image: -ms-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background-image: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #e5e5e5));
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
}
#main ul.card-filter li {
    width:14.28571%;
    text-align:center;
    font:normal normal normal .7em Roboto, arial, sans-serif;
    text-transform:uppercase;
}
#main ul.card-filter li a,
#main ul.card-filter li a:visited {
    border:1px solid #35befb;
    border-width:0 1px 0 0;
    text-decoration:none;
    color:#094ebd;
    display: block;
    padding:5% 10%;
    height:3.3em;
}
#main ul.card-filter li a:hover,
#main ul.card-filter li:last-child li a:hover {
    text-decoration:underline;
}
#main ul.card-filter li:last-child {
    width:14.28574%;
    background:url('../image/icon_dropdown.png') no-repeat 90% 1.2em;
    position:relative;
    border-right:0;
}
#main ul.card-filter li:last-child a {
    padding-right:15%;
    border-right:0;
}
#main ul.card-filter li:last-child a:hover {
    text-decoration:none;
}
#main ul.card-filter li:last-child ul {
    position:absolute;
    left:-9999em;
    width:100%;
    margin:0;
    z-index:9999;
}
#main ul.card-filter li:last-child:hover ul {
    position:absolute;
    left:0;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0c4e6c', endColorstr='#010609'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0c4e6c', endColorstr='#010609')"; /* IE8 */
    background-image: -ms-linear-gradient(top, #0c4e6c 0%, #010609 100%);
    background-image: -moz-linear-gradient(top, #0c4e6c 0%, #010609 100%);
    background-image: -o-linear-gradient(top, #0c4e6c 0%, #010609 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0c4e6c), color-stop(1, #010609));
    background-image: -webkit-linear-gradient(top, #0c4e6c 0%, #010609 100%);
    background-image: linear-gradient(to bottom, #0c4e6c 0%, #010609 100%);
    color:#fff;
}
#main ul.card-filter li:last-child li {
    float:none;
    border:none;
    width:100%;
    border-bottom:none;
    border-right:none;
    font:normal normal normal 1em Roboto, arial, sans-serif;
    text-align:right;
}
#main ul.card-filter li:last-child li:last-child {
    border:none;
    background-image:none;
}
#main ul.card-filter li:last-child li a {
    height:auto;
    color:#fff;
}
#main ul.card-filter li a.on {
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0c4e6c', endColorstr='#010609'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0c4e6c', endColorstr='#010609')"; /* IE8 */
    background-image: -ms-linear-gradient(top, #0c4e6c 0%, #010609 100%);
    background-image: -moz-linear-gradient(top, #0c4e6c 0%, #010609 100%);
    background-image: -o-linear-gradient(top, #0c4e6c 0%, #010609 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0c4e6c), color-stop(1, #010609));
    background-image: -webkit-linear-gradient(top, #0c4e6c 0%, #010609 100%);
    background-image: linear-gradient(to bottom, #0c4e6c 0%, #010609 100%);
    color:#fff;
}

ul.card-gallery {
    margin-left:-4%;
    margin-top:.75em;
}
ul.card-gallery li {
    position:relative;
    margin-top:2em;
}
ul.card-gallery li.card-open {
    margin-top:.4em;
    margin-bottom:.6em;
}
li.card-open .tagline {
    text-align:center;
    color:#0f84b7;
}
ul.card-gallery li li {
    margin-top:0;
}
.card {
    margin:0 5% 1em 15%;
    min-height:185px;
    background:#fff;
    position:relative;
    padding:4%;
    color:#094e6d;
    font:.8em/1.2em Roboto, arial, sans-serif;
    -moz-box-shadow:3px 3px 3px 0 #0d6d97;
    -webkit-box-shadow:3px 3px 3px 0 #0d6d97;
    box-shadow:3px 3px 3px 0 #0d6d97;
    width:auto;
}
.card.partner-card {
    background-color:#094d6c;
    color:#fff;
}
.card img {
    width:100%;
    margin-bottom:1.5em;
}
.card p {
    margin:0 15px 0 0;
}
.card-todo,
.card-complete {
    position:absolute;
    top:0;
    left:0;
    background:url('../image/icon_corner_check.png') 4px 4px no-repeat;
    height:27px;
    width:27px;
}
.card-todo {
    background:url('../image/icon_corner_todo.png') 4px 4px no-repeat;
}
.card-expand {
    text-decoration:none;
}
.card-toggle {
    display:block;
    height:32px;
    width:31px;
    background: url('../image/icon_add.png') 0 0 no-repeat;
    position:absolute;
    bottom:2em;
    right:0;
}
.priority-banner {
    position:absolute;
    bottom:0;
    text-transform:uppercase;
    text-align:center;
    background-color:#ff8c00;
    color:#fff;
    width:100%;
    margin:-5% 0 0 -5%;
    padding:3px 0;
}
#he-recommendations .card,
#he-recommendations .card-details {
    box-shadow:3px 3px 3px 0 #aaa;
}
#he-recommendations .card-details h3 {
    background:none;
}
.card-landing-text {
    color:#fff;
    padding-left:2em;
}
#main .card-landing-text a.btn {
    background-color:#ff9e26;
    border:2px solid #eef2ec;
    border-color:rgba(255, 255, 255, 0.9);
    color:#333;
    text-transform:uppercase;
    padding:14px 20px 12px 20px;
    -ms-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -khtml-box-sizing:border-box;
    box-sizing:border-box;
    moz-border-radius:4px;
    border-radius:4px;
    display:inline-block;
    width:180px;
    text-align:center;
    font:1.35em/1em RobotoBold, arial, sans-serif;
    margin-top:2.5em;
}
#main .card-landing-text a.btn:hover {
    text-decoration:none;
}
#main .card-landing-text a.lnk {
    display:block;
    text-transform:uppercase;
    color:#fff;
    font-size:.85em;
    margin-top:1em;
    text-decoration:underline;
}
#main .card-landing-text a.lnk:hover {
    text-decoration:none;
}
.card-open {
    margin:.25em 0 2.75em 3.75%;
    width:95.25% !important;
}
.arrow {
    margin:0;
    padding:0;
}
.pointer-0 .arrow {
    padding-left:8.5%;
}
.pointer-1 .arrow {
    padding-left:34.5%;
}
.pointer-2 .arrow {
    padding-left:61%;
}
.pointer-3 .arrow {
    padding-left:87.5%;
}
.card-details {
    background-color:#fff !important;
    position:relative;
    padding:20px;
    margin-top:-2px;
    -moz-box-shadow:3px 3px 3px 0 #0d6d97;
    -webkit-box-shadow:3px 3px 3px 0 #0d6d97;
    box-shadow:3px 3px 3px 0 #0d6d97;
}
.card-close {
    float:right;
    background:url('../image/icon_close.png');
    display:block;
    height:13px;
    width:13px;
    position:absolute;
    top:5px;
    right:3px;
}
.card-open h2,
.card-details .col2 h2 {
    font:1.6em Roboto, arial, sans-serif;
    color:#0f84b7;
    padding:0;
    margin:0;
    text-transform:none;
}
.card-open h3,
#todo-wrap h3,
#complete-wrap h3,
.move-todo h3 {
    font:normal normal normal 1.2em RobotoBold, arial, sans-serif;
    color:#0f84b7;
    margin:0 0 .5em 0;
    padding:0;
    text-transform:uppercase;
}
#todo-wrap h3,
.move-todo h3 {
    margin:0;
}
.card-open p,
.card-open li {
    font:1em/1.5em Roboto, arial, sans-serif;
}
.card-benefits {
    margin:0 0 0 1em;
    padding:0 1em 0 0;
    list-style:disc;
}
ul.card-gallery ul.card-benefits li {
    float:none;
    width:auto;
}
p.card-fact {
    margin-top:0;
}
.card-savings {
    padding:10px;
    background-color:#073b53;
}
.card-savings .col2 {
    margin:.5em 0 0 0;
    background:url('../image/icon_dollar.png') no-repeat 0 0;
    padding-left:22px;
    height:21px;
}
.card-savings .col2.card-saving-water {
    background:url('../image/icon_drop.png') no-repeat 0 0;
}
.card-savings span {
    font-size:.7em;
}
.card-savings h3 {
    text-transform:uppercase;
    font:normal normal normal 1em RobotoBold, arial, sans-serif;
    margin:0;
    padding:0;
}
.card-pledge-action,
.card-pledge-action:visited {
    color:#062736;
    padding-left: 20px;
    display:block;
    width:165px;
    height:27px;
    background:url('../image/btn_hand.png') no-repeat 0 0;
    float:right;
    text-transform:uppercase;
    font-size:.9em;
}
.card-pledge-action:hover {
    background-position:0 -31px;
    text-decoration:none;
}
.card-pledge-action.card-pledged {
    background:url('../image/btn_hand.png') no-repeat 0 -31px;
    cursor:default;
    text-decoration:none;
}
#card-list .icon {
    display:block;
    width:22px;
    height:22px;
    float:right;
    background:url('../image/home_advisor/social_sprite.png') 0 0 no-repeat;
    margin-right:.5em;
}
#card-list .icon.fb-icon {
    background-position:0 -22px;
}
/* card-button-list is used on both ways-to-save & my-energy-star */
ul.card-button-list {
    margin:0 auto 0 1%;
}
ul.card-button-list li {
    background:url("../image/btn_sprite.png") no-repeat right -204px;
    float:left;
    margin:1em 2% 1em 0;
    width:23% !important;
}
#main ul.card-button-list li a,
#main ul.card-button-list li.btn-on a:hover {
    color:#062736;
    display:block;
    font:.65em/1em RobotoBold, arial, sans-serif;
    padding: 16px 0 0 15px;
    text-transform:uppercase;
    text-decoration:none;
    text-align:center;
    height:41px;
}

#main ul.card-button-list li a:before,
#main ul.card-button-list li.btn-on a:hover:before {
    content: "";
    height: 41px;
    position: absolute;
    width: 40px;
    top: 0;
    left: 0;
    z-index: 0;
}

#main ul.card-button-list li.btn-todo a:before,
#main ul.card-button-list li.btn-todo.btn-on a:hover:before{
    background: url("../image/btn_sprite.png") no-repeat 0 0;
}

#main ul.card-button-list li.btn-todo a:hover:before,
#main ul.card-button-list li.btn-todo.btn-on a:before{
    background: url("../image/btn_sprite.png") no-repeat 0 -51px;
}

#main ul.card-button-list li.btn-complete a:before,
#main ul.card-button-list li.btn-complete.btn-on a:hover:before {
    background: url("../image/btn_sprite.png") no-repeat 0 -102px;
}

#main ul.card-button-list li.btn-complete a:hover:before,
#main ul.card-button-list li.btn-complete.btn-on a:before{
    background: url("../image/btn_sprite.png") no-repeat 0 -153px;
}

#main ul.card-button-list li.btn-more {
    background:url("../image/btn_sprite.png") no-repeat  right -306px;
}

#main ul.card-button-list li.btn-more a:before {
    background:url("../image/btn_sprite.png") no-repeat 0 -255px;
}
#main ul.card-button-list li.btn-more a:hover {
    color:#fff;
}

#main ul.card-button-list li.btn-more a {
    margin-left: -15px;
}

#main ul.card-button-list li.btn-go {
    background:url("../image/btn_sprite.png") no-repeat  right -408px;
}

#main ul.card-button-list li.btn-go a {
    margin-left: -17px;
}

#main ul.card-button-list li.btn-go a:before {
    background:url("../image/btn_sprite.png") no-repeat 0 -357px;
    width: 10px;
}
#main ul.card-button-list li.btn-go a:hover {
    color:#fff;
}
#todos,
#hep-todos {
    position:relative;
}
#todos ul.card-button-list li,
#hep-todos ul.card-button-list li {
    background:url("../image/btn_sprite_sm.png") no-repeat 0 -131px;
    height: 32px;
    width: 31% !important;
}
#main #todos ul.card-button-list li a,
#main #todos ul.card-button-list li.btn-on a,
#main #hep-todos ul.card-button-list li a,
#main #hep-todos ul.card-button-list li.btn-on a {
    padding:12px 0 0;
    font:.65em/1em RobotoBold, arial, sans-serif;
}

#main #todos ul.card-button-list li a:before,
#main #todos ul.card-button-list li.btn-on a:hover:before,
#main #hep-todos ul.card-button-list li a:before,
#main #hep-todos ul.card-button-list li.btn-on a:hover:before {
    content: "";
    float: left;
    height: 32px;
    left: 0;
    position: relative;
    top: -12px;
    width: 32px;
    z-index: 0;
}

#main #todos ul.card-button-list li a:hover:before,
#main #todos ul.card-button-list li.btn-on a:before,
#main #hep-todos ul.card-button-list li a:hover:before,
#main #hep-todos ul.card-button-list li.btn-on a:before {
    background:url("../image/btn_sprite_sm.png") no-repeat 0 -26px;
}

#main #todos ul.card-button-list li.btn-todo a:hover:before,
#main #todos ul.card-button-list li.btn-todo.btn-on a:before,
#main #hep-todos ul.card-button-list li.btn-todo a:hover:before,
#main #hep-todos ul.card-button-list li.btn-todo.btn-on a:before {
    background: url("../image/btn_sprite_sm.png") no-repeat 0 -34px;
}

#main #todos ul.card-button-list li a#btn-add,
#main #hep-todos ul.card-button-list li a#btn-add {
    cursor:default;
}
#main ul.card-button-list li a#btn-add {
    padding-left:29px;
}
#main #he-recommendations-sections ul.card-button-list li a#btn-add {
    padding-left:25px;
}

#main #todos ul.card-button-list li.btn-complete a:before,
#main #todos ul.card-button-list li.btn-complete.btn-on a:hover:before,
#main #hep-todos ul.card-button-list li.btn-complete a:before,
#main #hep-todos ul.card-button-list li.btn-complete.btn-on a:hover:before{
    background: url("../image/btn_sprite_sm.png") no-repeat 0 -66px;
}

#main #todos ul.card-button-list li.btn-complete a:hover:before,
#main #todos ul.card-button-list li.btn-complete.btn-on a:before,
#main #hep-todos ul.card-button-list li.btn-complete a:hover:before,
#main #hep-todos ul.card-button-list li.btn-complete.btn-on a:before {
    background: url("../image/btn_sprite_sm.png") no-repeat 0 -98px;
}

#main #todos ul.card-button-list li.btn-more a:before,
#main #hep-todos ul.card-button-list li.btn-more a:before {
    background: url("../image/btn_sprite_sm.png") no-repeat 0 -164px;
    margin-left: 15px;
    width: 10px;
}

#main #todos ul.card-button-list li.btn-more,
#main #hep-todos ul.card-button-list li.btn-more {
    background:url("../image/btn_sprite_sm.png") no-repeat 0 -196px;
}

.home-advisor-tip {
    margin:1em 0 0 0;
    padding:1em;
    color:#094e6d;
}
#todo-wrap .home-advisor-tip {
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f3ab4e', endColorstr='#e08425'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f3ab4e', endColorstr='#e08425')"; /* IE8 */
    background-image: -ms-linear-gradient(top, #f3ab4e 0%, #e08425 100%);
    background-image: -moz-linear-gradient(top, #f3ab4e 0%, #e08425 100%);
    background-image: -o-linear-gradient(top, #f3ab4e 0%, #e08425 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f3ab4e), color-stop(1, #e08425));
    background-image: -webkit-linear-gradient(top, #f3ab4e 0%, #e08425 100%);
    background-image: linear-gradient(to bottom, #f3ab4e 0%, #e08425 100%);
    color:#fff;
}
.home-advisor-tip div {
    float:left;
    width:30%;
    padding:0;
}
#todo-wrap .home-advisor-tip div {
    padding:0 0 1em 0;
}
.home-advisor-tip div.home-advisor-tip-icon {
    width:65%;
    padding:0;
}
#todo-wrap .home-advisor-tip div.home-advisor-tip-icon {
    padding:0 0 0 63px;
    background:url('../image/my_energy_star/icon_lightbulb.png') no-repeat 5px 0;
}

section.call-out {
    background: #2abdfe url('../image/callouts/house_left.png') no-repeat 0 100%;
    background: url('../image/callouts/house_left.png') no-repeat 0 100%, -webkit-gradient(linear, left top, left bottom, color-stop(0, #2abdfe), color-stop(1, #0e83b6));/* Saf4+, Chrome */
    background: url('../image/callouts/house_left.png') no-repeat 0 100%, -webkit-linear-gradient(top, #2abdfe 0%, #0e83b6 100%); /* Chrome 10+, Saf5.1+ */
    background: url('../image/callouts/house_left.png') no-repeat 0 100%, -moz-linear-gradient(top, #2abdfe 0%, #0e83b6 100%); /* FF3.6+ */
    background: url('../image/callouts/house_left.png') no-repeat 0 100%, -ms-linear-gradient(top, #2abdfe 0%, #0e83b6 100%); /* IE10 */
    background: url('../image/callouts/house_left.png') no-repeat 0 100%, -o-linear-gradient(top, #2abdfe 0%, #0e83b6 100%); /* Opera 11.10+ */
    background: url('../image/callouts/house_left.png') no-repeat 0 100%, linear-gradient(to bottom, #2abdfe 0%, #0e83b6 100%); /* W3C */
    margin:2%;
}
section.call-out.graph {
    background: #2abdfe url('../image/callouts/graph.png') no-repeat 0 100%;
    background: url('../image/callouts/graph.png') no-repeat 0 100%, -webkit-gradient(linear, left top, left bottom, color-stop(0, #2abdfe), color-stop(1, #0e83b6));/* Saf4+, Chrome */
    background: url('../image/callouts/graph.png') no-repeat 0 100%, -webkit-linear-gradient(top, #2abdfe 0%, #0e83b6 100%); /* Chrome 10+, Saf5.1+ */
    background: url('../image/callouts/graph.png') no-repeat 0 100%, -moz-linear-gradient(top, #2abdfe 0%, #0e83b6 100%); /* FF3.6+ */
    background: url('../image/callouts/graph.png') no-repeat 0 100%, -ms-linear-gradient(top, #2abdfe 0%, #0e83b6 100%); /* IE10 */
    background: url('../image/callouts/graph.png') no-repeat 0 100%, -o-linear-gradient(top, #2abdfe 0%, #0e83b6 100%); /* Opera 11.10+ */
    background: url('../image/callouts/graph.png') no-repeat 0 100%, linear-gradient(to bottom, #2abdfe 0%, #0e83b6 100%); /* W3C */
    margin:2%;
}
section.call-out.landing {
    background: #2abdfe url('../image/callouts/house.png') no-repeat 100% 100%;
    background: url('../image/callouts/house.png') no-repeat 100% 100%, -webkit-gradient(linear, left top, left bottom, color-stop(0, #2abdfe), color-stop(1, #0e83b6));/* Saf4+, Chrome */
    background: url('../image/callouts/house.png') no-repeat 100% 100%, -webkit-linear-gradient(top, #2abdfe 0%, #0e83b6 100%); /* Chrome 10+, Saf5.1+ */
    background: url('../image/callouts/house.png') no-repeat 100% 100%, -moz-linear-gradient(top, #2abdfe 0%, #0e83b6 100%); /* FF3.6+ */
    background: url('../image/callouts/house.png') no-repeat 100% 100%, -ms-linear-gradient(top, #2abdfe 0%, #0e83b6 100%); /* IE10 */
    background: url('../image/callouts/house.png') no-repeat 100% 100%, -o-linear-gradient(top, #2abdfe 0%, #0e83b6 100%); /* Opera 11.10+ */
    background: url('../image/callouts/house.png') no-repeat 100% 100%, linear-gradient(to bottom, #2abdfe 0%, #0e83b6 100%); /* W3C */
}
section.call-out.bulb {
    background: #2abdfe url('../image/callouts/bulb.png') no-repeat 0 100%;
    background: url('../image/callouts/bulb.png') no-repeat 0 100%, -webkit-gradient(linear, left top, left bottom, color-stop(0, #2abdfe), color-stop(1, #0e83b6));/* Saf4+, Chrome */
    background: url('../image/callouts/bulb.png') no-repeat 0 100%, -webkit-linear-gradient(top, #2abdfe 0%, #0e83b6 100%); /* Chrome 10+, Saf5.1+ */
    background: url('../image/callouts/bulb.png') no-repeat 0 100%, -moz-linear-gradient(top, #2abdfe 0%, #0e83b6 100%); /* FF3.6+ */
    background: url('../image/callouts/bulb.png') no-repeat 0 100%, -ms-linear-gradient(top, #2abdfe 0%, #0e83b6 100%); /* IE10 */
    background: url('../image/callouts/bulb.png') no-repeat 0 100%, -o-linear-gradient(top, #2abdfe 0%, #0e83b6 100%); /* Opera 11.10+ */
    background: url('../image/callouts/bulb.png') no-repeat 0 100%, linear-gradient(to bottom, #2abdfe 0%, #0e83b6 100%); /* W3C */
}
section.call-out.hand {
    background: #2abdfe url('../image/callouts/hand.png') no-repeat 30px 75%;
    background: url('../image/callouts/hand.png') no-repeat 30px 75%, -webkit-gradient(linear, left top, left bottom, color-stop(0, #2abdfe), color-stop(1, #0e83b6));/* Saf4+, Chrome */
    background: url('../image/callouts/hand.png') no-repeat 30px 75%, -webkit-linear-gradient(top, #2abdfe 0%, #0e83b6 100%); /* Chrome 10+, Saf5.1+ */
    background: url('../image/callouts/hand.png') no-repeat 30px 75%, -moz-linear-gradient(top, #2abdfe 0%, #0e83b6 100%); /* FF3.6+ */
    background: url('../image/callouts/hand.png') no-repeat 30px 75%, -ms-linear-gradient(top, #2abdfe 0%, #0e83b6 100%); /* IE10 */
    background: url('../image/callouts/hand.png') no-repeat 30px 75%, -o-linear-gradient(top, #2abdfe 0%, #0e83b6 100%); /* Opera 11.10+ */
    background: url('../image/callouts/hand.png') no-repeat 30px 75%, linear-gradient(to bottom, #2abdfe 0%, #0e83b6 100%); /* W3C */
}
section.call-out h1 {
    color:#fff;
    text-transform:uppercase;
    font:normal normal normal 30pt RobotoBold, arial, sans-serif;
    margin:.2em 0;
}
section.call-out h1 span {
    font-family:RobotoLight, arial, sans-serif;
    font-weight:normal;
}
.call-out-hdr p {
    color:#fff;
}
.call-out-highlight {
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#135f80', endColorstr='#094a67'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#135f80', endColorstr='#094a67')"; /* IE8 */
    background-image: -ms-linear-gradient(top, #135f80 0%, #094a67 100%);
    background-image: -moz-linear-gradient(top, #135f80 0%, #094a67 100%);
    background-image: -o-linear-gradient(top, #135f80 0%, #094a67 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #135f80), color-stop(1, #094a67));
    background-image: -webkit-linear-gradient(top, #135f80 0%, #094a67 100%);
    background-image: linear-gradient(to bottom, #135f80 0%, #094a67 100%);
    border:1px inset #082837;
    color:#fff;
    font:normal normal normal .8em/1.5em Roboto, arial, sans-serif;
    margin:0;
    padding:2%;
}
.call-out-highlight h2 {
    color:#86efff;
    margin:0;
    font:normal normal normal 1.2em Roboto, arial, sans-serif;
    text-transform:none;
}
.call-out-highlight h3 {
    color:#6cf177;
    margin:.5em 0 .4em 0;
    font:normal normal normal 1em Roboto, arial, sans-serif;
    text-transform:uppercase;
}
.call-out-highlight .sign-in {
    text-transform:uppercase;
}
#main .call-out-highlight .sign-in a,
#main .call-out-highlight .sign-in a:visited {
    color:#fff;
}
#main .call-out-highlight .sign-in a.login {
    text-decoration:underline;
}

#main .call-out-highlight .sign-in a:hover {
    text-decoration:none;
}
.call-out-highlight a.btn-orange {
    background:url('../image/buttons/btn_highlight_r.png') no-repeat 100% 0;
    height:20px;
    max-width:170px;
    text-align:center;
    margin:0;
    padding:0;
    color:#052939;
}
.call-out-highlight a.btn-orange span {
    background:url('../image/buttons/btn_highlight_l.png') no-repeat;
    height:20px;
    display:block;
    padding:2px 0 0 0;
    margin:0;
    color:#052939;
}
.one-edge-shadow {
    -webkit-box-shadow: 0 15px 8px -10px black;
    -moz-box-shadow: 0 15px 8px -6px black;
    box-shadow: 0 15px 6px -4px black;
}
#main p.highlights-welcome {
    color: #fff;
    font-family: Roboto-Light, arial, sans-serif;
}
#main p.highlights-welcome span.userid-wrap {
    color:#fff;
}
#main p.highlights-welcome a,
#complete-pledge-wrap .wht {
    color: #fff;
}
#complete-pledge-wrap a.wht {
    text-decoration: underline;
}
#complete-pledge-wrap a.wht:hover{
    text-decoration: none;
}
section.major {
    margin:0 2% 1em 2%;
}
section.minor {
    margin:0 2% 1em 2%;
}
section h2 {
    text-transform:uppercase;
    font:normal normal normal 1.5em RobotoCondensed, arial, sans-serif;
    margin:0;
    padding:.4em .8em;
}
section.major h3 {
    text-transform:uppercase;
    color:#1680C3;
    font:RobotoLight, arial, sans-serif;
    font-weight:normal;
}
section.major h4 {
    margin:.5em 0 .3em 0;
    font:1em/1.2em Roboto, arial, sans-serif;
    font-weight:normal;
}

.more-info {
    font-size:.85em;
    font-style:italic;
}
.rebate-desc {
    font-size:.85em;
    margin-top:0;
    display:none;
}

#he-profile .nested {
    padding-left:1em;
}

.col2 {
    float:left;
    width:50%;
}
.col3 {
    float:left;
    padding:2%;
    width:33%;
}
.col3 ul {
    margin:0 0 0 1em;
    padding:0;
    font:.9em/1.1em Roboto, arial, sans-serif;
}
.col4 {
    float:left;
    width:25%;
}

section.minor.box-blue h3 {
    color:#11adf2;
    font:1em Roboto, arial, sans-serif;
    margin:0;
}
section.minor.box-blue ul.crawl {
    margin:0;
    padding:0;
    list-style-type:none;
}
section.minor.box-blue ul.crawl li {
    border:1px solid #86d5f8;
    border-width:1px 0 0 0;
    font:.85em Roboto, arial, sans-serif;
    padding:.8em 0;
}
section.minor.box-blue ul.crawl li:first-child {
    border-width:0;
}
section.minor.box-blue th {
    color:#333;
}

h3.light {
    font:1.2em RobotoCondensed, arial, sans-serif;
    margin:1em 0 0 0;
}

.hr {
    border:1px solid #89c7e2;
    border-width:1px 0 0 0;
    padding-top:1em;
    margin-top:1em;
}

/* ==========================================================================
   Tabs
   ========================================================================== */
.tabs li {
    margin-left:2%;
    font:1.75em RobotoLight, arial, sans-serif;
}
.tabs a {
    background-color:#a9e4fd;
    color:#1ea3df;
    display:block;
    text-decoration:none;
    padding:.5em 1em .3em 1em;
    z-index: 10;
}
.tabs a.disabled {
    background-color:#dcdcdc;
    color:#808080 !important;
}
#main .tabs a:hover {
    text-decoration:none;
    cursor: default;
}
.tabs a.active {
    background-color: #fff;
}
.tabs a:focus {
    outline:none;
}

#todo-wrap,
#completed-wrap {
    padding:20px;
    background-color:#fff;
}
#todo-wrap h2,
#completed-wrap h2,
.move-todo h2 {
    margin:0 0 0 0;
    height:55px;
    vertical-align: middle;
    padding:.7em 0 0 50px;
    text-transform:none;
    background:url('../image/clipboard_blue.png') no-repeat 0 0;
    color:#1087bc;
}
#todo-wrap h3,
.move-todo h3 {
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2abdfe', endColorstr='#0e83b6'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2abdfe', endColorstr='#0e83b6')"; /* IE8 */
    background-image: -ms-linear-gradient(top, #2abdfe 0%, #0e83b6 100%);
    background-image: -moz-linear-gradient(top, #2abdfe 0%, #0e83b6 100%);
    background-image: -o-linear-gradient(top, #2abdfe 0%, #0e83b6 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2abdfe), color-stop(1, #0e83b6));
    background-image: -webkit-linear-gradient(top, #2abdfe 0%, #0e83b6 100%);
    background-image: linear-gradient(to bottom, #2abdfe 0%, #0e83b6 100%);
}
#todo-wrap h3 a,
.move-todo h3 a {
    color:#fff;
    padding:.5em 1em .3em 1em;
    display:block;
    font-size:.85em;
    text-decoration:none;
    text-transform:none;
    background:url('../image/arrow_r_small.png') no-repeat 97% 50%;
}
#todo-wrap h3.open a,
.move-todo h3.open a {
    background:url('../image/arrow_d_small.png') no-repeat 97% 50%;
}
.my-es-card p,
.my-es-card ul.card-benefits li {
    font:normal normal normal .85em/1.5em Roboto, arial, sans-serif;
    margin-top:0;
}
.my-es-card p {
    padding:1em 2em;
}
.card-todo-details {
    background-color:#ecf8fe;
    margin-top:0;
}
#todo-wrap .card-todo-details,
.move-todo .card-todo-details {
    padding-bottom:.5em;
}
#todo-wrap .my-es-card .opt h3,
.move-todo .opt h3 {
    background:none;
}
#todo-wrap .my-es-card .opt .col2,
.move-todo .opt .col2 {
    padding:1em 2em;
}
#todo-wrap .my-es-card .opt p,
.move-todo .opt p {
    padding:0;

}
.my-es-promo {
    background-color:#333;
    color:#fff;
    margin:0;
    padding:2%;
}
#completed-table .checkmark,
#hep-completed-table .checkmark {
    text-align:center;
    vertical-align:top;
}
#completed-table .todo-item,
#hep-completed-table .todo-item {
    padding-left:1em;
    border-left:1px solid #999;
}

#pledge-form h3 {
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2abdfe', endColorstr='#0e83b6'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2abdfe', endColorstr='#0e83b6')"; /* IE8 */
    background-image: -ms-linear-gradient(top, #2abdfe 0%, #0e83b6 100%);
    background-image: -moz-linear-gradient(top, #2abdfe 0%, #0e83b6 100%);
    background-image: -o-linear-gradient(top, #2abdfe 0%, #0e83b6 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2abdfe), color-stop(1, #0e83b6));
    background-image: -webkit-linear-gradient(top, #2abdfe 0%, #0e83b6 100%);
    background-image: linear-gradient(to bottom, #2abdfe 0%, #0e83b6 100%);
    margin:0;
}
#pledge-form h3 a {
    color:#fff;
    text-decoration:none;
    display:block;
    font:normal normal normal 1.5em RobotoLight, arial, sans-serif;
    padding:.5em 1em;
    text-transform:none;
    background:url('../image/arrow_r_big.png') no-repeat 97% 50%;
}
#pledge-form h3 a:hover {
    text-decoration:underline;
}
#pledge-form h3.open a {
    background:url('../image/arrow_d_big.png') no-repeat 97% 50%;
}
#pledge-form .box-blue.form-section {
    padding:20px;
    margin-bottom:1em;
}
#pledge-form fieldset legend,
#pledge-form fieldset h4,
#pledge-form fieldset h5 {
    color:#0e83b7;
}
#pledge-form fieldset legend {
    font-size:140%;
}
#pledge-form fieldset h4 {
    font-size:120%;
}
#pledge-form fieldset h5 {
    margin:0;
    font-weight:normal;
    font-size:100%;
}
#pledge-form fieldset p,
#pledge-form fieldset div {
    padding-left:1em;
}
#pledge-form fieldset div input.inline {
    margin:.3em .5em .5em 0;
    display:block;
    float:left;
}
#pledge-form fieldset div label {
    display:block;
    float:left;
    width:95%;
}
#complete-pledge-wrap .clearfix {
    margin-bottom:1em;
}
#complete-pledge-wrap .clearfix div {
    float:left;
    padding-right:1em;
}
#complete-pledge-wrap .clearfix div input.txt {
    display:block;
    width:100%;
}
#complete-pledge-wrap span.field-error{
    width:auto;
    margin-left:0;
    display:block;
}
#impact-numbers table td {
    width:30%;
    vertical-align:top;
}
#impact-numbers table th {
    width:70%;
    text-align:left;
    font-size:.85em;
    font-weight:normal;
    vertical-align:top;
    padding-left:.5em;
}
.impact-number {
    text-align:right;
    color:#094e6d;
    padding-right:.3em;

}
.impact-number-hdr {
    text-align:left;
}
.imageHdr {
    margin-top:0;
}
.imageHdr a {
    display:block;
}
.imageHdr a.img-air {

}
#complete-pledge-wrap {
    background-color:#25943a;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4ab856', endColorstr='#25943a'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4ab856', endColorstr='#25943a')"; /* IE8 */
    background-image: -ms-linear-gradient(top, #4ab856 0%, #25943a 100%);
    background-image: -moz-linear-gradient(top, #4ab856 0%, #25943a 100%);
    background-image: -o-linear-gradient(top, #4ab856 0%, #25943a 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4ab856), color-stop(1, #25943a));
    background-image: -webkit-linear-gradient(top, #4ab856 0%, #25943a 100%);
    background-image: linear-gradient(to bottom, #4ab856 0%, #25943a 100%);
    padding:20px;
    margin-top:1em;
}
.progress-bar {
    background-color:#dedede;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#c1c1c1', endColorstr='#dedede'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#c1c1c1', endColorstr='#dedede')"; /* IE8 */
    background-image: -ms-linear-gradient(top, #c1c1c1 0%, #dedede 100%);
    background-image: -moz-linear-gradient(top, #c1c1c1 0%, #dedede 100%);
    background-image: -o-linear-gradient(top, #c1c1c1 0%, #dedede 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c1c1c1), color-stop(1, #dedede));
    background-image: -webkit-linear-gradient(top, #c1c1c1 0%, #dedede 100%);
    background-image: linear-gradient(to bottom, #c1c1c1 0%, #dedede 100%);
    width:100%;
    height:1em;
    border:1px solid #111;
    margin-top:.25em;
}
.progress-bar div {
    background-color:#25943a;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4ab856', endColorstr='#25943a'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4ab856', endColorstr='#25943a')"; /* IE8 */
    background-image: -ms-linear-gradient(top, #4ab856 0%, #25943a 100%);
    background-image: -moz-linear-gradient(top, #4ab856 0%, #25943a 100%);
    background-image: -o-linear-gradient(top, #4ab856 0%, #25943a 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4ab856), color-stop(1, #25943a));
    background-image: -webkit-linear-gradient(top, #4ab856 0%, #25943a 100%);
    background-image: linear-gradient(to bottom, #4ab856 0%, #25943a 100%);
    color:#fff;
    height:100%;
    text-align:right;
    line-height:1em;
    width:0;
    font-size:.85em;
    padding-top:.09em;
}
#pledge-form .social-link {
    padding:0 0 0 1.5em;
}

ul.my-es-stars li {
    background:url('../image/myes_sprites.png') no-repeat 0 -254px;
    float:left;
    width:56px;
    height:54px;
    margin-right:.65em;
}
ul.my-es-stars li.s005.on {
    background-position:0 -200px;
}
ul.my-es-stars li.s025 {
    background-position:-54px -254px;
}
ul.my-es-stars li.s025.on {
    background-position:-54px -200px;
}
ul.my-es-stars li.s075 {
    background-position:-108px -254px;
}
ul.my-es-stars li.s075.on {
    background-position:-108px -200px;
}
ul.my-es-stars li.s100 {
    background-position:-162px -254px;
}
ul.my-es-stars li.s100.on {
    background-position:-162px -200px;
}

/* HEP */
#he-profile h2,
#he-recommendations h2 {
    color:#11acf2;
    margin:0;
    padding:0;
    text-transform:none;
}
#he-profile .tab-section {
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f9f9f9', endColorstr='#e1e1e1'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f9f9f9', endColorstr='#e1e1e1')"; /* IE8 */
    background-image: -ms-linear-gradient(top, #f9f9f9 0%, #e1e1e1 100%);
    background-image: -moz-linear-gradient(top, #f9f9f9 0%, #e1e1e1 100%);
    background-image: -o-linear-gradient(top, #f9f9f9 0%, #e1e1e1 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f9f9f9), color-stop(1, #e1e1e1));
    background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #e1e1e1 100%);
    background-image: linear-gradient(to bottom, #f9f9f9 0%, #e1e1e1 100%);
    padding:1em;
    margin-bottom:1em;
    position:relative;
}
#he-profile .tab-section.last {
    margin-bottom:0;
}
#he-profile .tab-intro {
    background:url(../image/home_advisor/profile_tab_sprite.png) no-repeat;
    float:left;
    padding:0 0 0 175px;
    width:70%;
}
#he-profile .disabled-overlay {
    position:absolute;
    width:158px;
    z-index:10;
    background-color:rgba(102, 102, 102, .75);
    float:left;
}
#he-profile .tab-intro h3 {
    color:#11acf2;
    margin:0;
    padding:0;
}
#he-profile .tab-intro.home-basics-first h3 {
    color:#ccc;
}
#he-profile .tab-intro p {
    font-size:.85em;
    line-height:1.2em;
    min-height:3em;
}
#he-profile #lighting-and-appliances .tab-intro {
    background-position:0 -123px;
}
#he-profile #building-envelope .tab-intro {
    background-position:0 -246px;
}
#he-profile #heatingandcooling .tab-intro {
    background-position:0 -369px;
}
#he-profile #home-energy-yardstick .tab-intro {
    background-position:0 -492px;
}
#he-profile .rec-count {
    color:#094e6d;
    font-size:2.5em;
    font-family:RobotoBold, Arial, sans-serif;;
    text-align:right;
    padding:.25em .5em 0 0;
}
a.open-recommendation {
    color: #fff;
    background-color: #2ba840;
    border: 2px solid rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
    padding: 4px 6px;
    -moz-box-sizing: border-box;
    border-radius: 4px;
    display: inline-block;
    width: 70px;
    text-align: center;
}
#he-profile .section-details {
    clear:both;
    margin-top:1em;
}
#he-profile .print-icon {
    background:url(../image/home_advisor/modal_sprites.png) -72px -225px no-repeat;
    display:block;
    width:24px;
    height:22px;
    float:right;
}
ul.completion-legend {
    float:right;
    width:150px;
}
ul.completion-legend li {
    font-size:.85em;
    line-height:1.2em;
    padding-left:25px;
    background:url(../image/home_advisor/progress_sprite.png) 0 -127px no-repeat;
}
ul.completion-legend li.open {
    background-position:0 -107px;
}
ul.completion-legend li.complete,
ul.completion-legend li.partial,
ul.completion-legend li.not-started {
    margin-bottom:3.2em;
    line-height:1.8em
}
ul.completion-legend li.complete {
    background-position:0 -77px;
}
ul.completion-legend li.partial {
    background-position:0 -49px;
}
ul.completion-legend li.not-started {
    background-position:0 -20px;
}
#he-profile .section-highlight {
    float:left;
    width:175px;
}
#he-profile .section-recommendations {
    width:158px;
    border:1px solid #ccc;
    background:#fff;
    padding:.5em .5em 1.5em .5em;
    color:#094e6d;
    font-size:.75em;
    line-height:1em;
    margin-top:1em;
}
#he-profile .section-recommendations h4 {
    margin:0 0 1em 0;
}
#he-profile .section-review {
    margin-left:175px;
}
#he-profile .section-details .section-data {
    font-size:.75em;
    color:#094e6d;
    padding:1em 1em 1em 0;
    width:51.5%;
    border:1px solid #ccc;
    border-width:0 1px 0 0;
}
#he-profile .section-details .section-data:last-child {
    padding:1em 0 1em 1em;
    width:48.5%;
    border-width:0;
}
#he-profile .section-details .section-data.notes {
    border-width:1px 0 0 0;
    padding:1em 0 0 0;
    width:100%;
    margin:1em 0 0 0;
    overflow:hidden;
}
#he-profile .section-details .section-data.notes h4,
#he-profile .section-details .section-data.notes p {
    padding:0;
}
#he-profile .section-details .section-data.notes p {
    color:#000;
}
#he-profile .section-details .section-data h4 {
    margin:1em 0 0 0;
    text-transform:uppercase;
    font-family:RobotBold, Arial, sans-serif;
    border:1px solid #ccc;
    border-width:1px 0 0 0;
    padding:1em 0 0 0;
}
#he-profile .section-details .section-data h4:first-child {
    margin-top:0;
    border:1px solid #ccc;
    border-width:0;
    padding:0;
}
#he-profile .section-details .section-data h4 a.edit {
    background:url('../image/home_advisor/icon_edit.png') 0 50% no-repeat;
    display:block;
    float:right;
    color:#666;
    padding-left:16px;
}
#main a.edit-wide {
    background:url('../image/home_advisor/icon_edit.png') 0 50% no-repeat;
    color:#666;
    padding-left:16px;
    text-transform:uppercase;
    font-size:.9em;
}
#he-profile .section-details .section-data p {
    padding-left:1em;
    line-height:1.1em;
    margin-top:0;
}
#he-profile .section-details .section-data div {
    padding-left:1em;
    line-height:1.1em;
    margin-top:0;
}
#he-profile .section-details .section-data div span,
#he-profile .section-details .section-data p span,
#he-profile .section-details .section-data pre.profile-text {
    color:#28a440;
}
#he-profile .section-details .section-data pre.profile-text {
    font-family:Roboto, arial, sans-serif;
    line-height:1.1em;
    margin-top:0;
}

#hep-summary h2 {
    text-transform:none;
    color:#1680c3;
    font-size:1.30em;
    margin:0 0 .5em 0;
    padding:0;
}
#hep-summary #he-recommendations-sections h3 {
    font-size:1em;
}
#hep-summary #hep-progress h3 {
    color:#1680c3;
    font-size:1em;
    font-weight:normal;
    margin:0;
}
#he-recommendations-sections .card {
    min-height:195px;
}
#he-recommendations-sections .card-toggle {
    bottom:3em;
}
#he-recommendations-sections .card-open {
    font-size:90%;
}

#he-recommendations-sections h3 {
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f9f9f9', endColorstr='#e1e1e1'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f9f9f9', endColorstr='#e1e1e1')"; /* IE8 */
    background: url('../image/home_advisor/arrow_sprite.png') 5px -32px no-repeat, -ms-linear-gradient(top, #f9f9f9 0%, #e1e1e1 100%);
    background: url('../image/home_advisor/arrow_sprite.png') 5px -32px no-repeat, -moz-linear-gradient(top, #f9f9f9 0%, #e1e1e1 100%);
    background: url('../image/home_advisor/arrow_sprite.png') 5px -32px no-repeat, -o-linear-gradient(top, #f9f9f9 0%, #e1e1e1 100%);
    background: url('../image/home_advisor/arrow_sprite.png') 5px -32px no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0, #f9f9f9), color-stop(1, #e1e1e1));
    background: url('../image/home_advisor/arrow_sprite.png') 5px -32px no-repeat, -webkit-linear-gradient(top, #f9f9f9 0%, #e1e1e1 100%);
    background: url('../image/home_advisor/arrow_sprite.png') 5px -32px no-repeat, linear-gradient(to bottom, #f9f9f9 0%, #e1e1e1 100%);
    clear:both;
    margin:0;
}
#he-recommendations-sections h3.open {
    background-position:0 50%;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f9f9f9', endColorstr='#e1e1e1'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f9f9f9', endColorstr='#e1e1e1')"; /* IE8 */
    background: url('../image/home_advisor/arrow_sprite.png') 5px 8px no-repeat, -ms-linear-gradient(top, #f9f9f9 0%, #e1e1e1 100%);
    background: url('../image/home_advisor/arrow_sprite.png') 5px 8px no-repeat, -moz-linear-gradient(top, #f9f9f9 0%, #e1e1e1 100%);
    background: url('../image/home_advisor/arrow_sprite.png') 5px 8px no-repeat, -o-linear-gradient(top, #f9f9f9 0%, #e1e1e1 100%);
    background: url('../image/home_advisor/arrow_sprite.png') 5px 8px no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0, #f9f9f9), color-stop(1, #e1e1e1));
    background: url('../image/home_advisor/arrow_sprite.png') 5px 8px no-repeat, -webkit-linear-gradient(top, #f9f9f9 0%, #e1e1e1 100%);
    background: url('../image/home_advisor/arrow_sprite.png') 5px 8px no-repeat, linear-gradient(to bottom, #f9f9f9 0%, #e1e1e1 100%);
}
#hep-summary #he-recommendations-sections h3 {
    background-position:0 50%;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f9f9f9', endColorstr='#e1e1e1'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f9f9f9', endColorstr='#e1e1e1')"; /* IE8 */
    background: -ms-linear-gradient(top, #f9f9f9 0%, #e1e1e1 100%);
    background: -moz-linear-gradient(top, #f9f9f9 0%, #e1e1e1 100%);
    background: -o-linear-gradient(top, #f9f9f9 0%, #e1e1e1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f9f9f9), color-stop(1, #e1e1e1));
    background: -webkit-linear-gradient(top, #f9f9f9 0%, #e1e1e1 100%);
    background: linear-gradient(to bottom, #f9f9f9 0%, #e1e1e1 100%);
}
#he-recommendations-sections h3 a {
    padding:.3em .3em .3em 30px;
    display:block;
    float:left;
}
#he-recommendations-sections h3 span {
    display:block;
    padding-top:.3em;
}
#he-recommendations-sections h3 span strong {
    color:#000;
    font-size:.85em;
}
#he-recommendations-sections h3 span strong span {
    display:inline;
    padding:0;
}
#he-recommendations .section-details {
    background-color:#f0f0f0;
    margin-bottom:.5em;
}
#he-recommendations  .profile-return-link {
    padding-left:2em;
}

#hey-legend {
    font-size:.75em;
    margin-bottom:1em;
    display:table;
    margin-left:35%;
}
#hey-legend li {
    display:table-row;
}
#hey-legend div,
#hey-legend span,
#hey-legend label {
    display:table-cell;
    padding:2px 3px;
}
#hey-legend span {
    background:#fff url('../image/home_advisor/profile_tab_sprite.png') no-repeat 100% -620px;
    padding:0 35px 0 0;
}
#hey-legend span.hey-baseline-sparkline {
    background-position:-32px -639px;
}
#hey-legend span.hey-offset-sparkline {
    background-position:100% -640px;
}

/* login */
#login-wrap {
    padding:0 1.5em 1em;
}
#login-wrap h2 {
    margin-bottom:0;
}
#login-wrap label {
    display:block;
    margin-top:1em;
}
#login-wrap label.inline, #utility-container label.inline {
    display:inline;
    margin-top:0;
    padding-left:.6em;
}
#login-wrap .options-container legend {
    margin-bottom:1em;
    padding-top:0;
}
#login-wrap #utility-container p,
#login-wrap .options-container p {
    padding-left:2em;
}
#login-wrap button {
    margin-top:1em;
}

/* footer */
footer {
    position: relative;
    margin:1em 0 0 0;
    font-size:.8em;
}
footer li,
footer a,
footer h4 {
    font-family: Roboto, Arial, sans-serif;
    font-weight:normal;
}
footer h4 {
    padding-left:20px;
}
footer ul {
    padding-left:40px;
}
footer #ftr_container {
    background: #ceebfa;
    margin: 0 auto;
    padding:1.5em 0;
    width: 980px;
}
footer a {
    text-decoration: none;
}
footer a:hover {
    text-decoration: underline;
}
footer h4 {
    font:inherit;
    color: #1680c3;
    font-size:.9em;
    margin:1em 0 1em 20px;
}
footer h4 a,
footer h4 a:visited {
    color: #1680c3;
}
footer h4 strong {
    font-family: RobotoBold, Arial, sans-serif;
    font-weight:normal;
    font-size:1.2em;
    line-height:1em;
    display:block;
}
footer #ftr_container #ftr_products,
footer #ftr_container #ftr_homes,
footer #ftr_container #ftr_new_homes,
footer #ftr_container #ftr_bp {
    font:inherit;
    width:19%;
    float:left;
}
footer #ftr_container #ftr_all {
    font:inherit;
    background: url('../image/home_page/white_pixel.png') 1em 0 repeat-y;
    float:left;
    padding-top:0;
    margin-top:1em;
    padding-left:27px;
}
footer #ftr_container ul {
    list-style: none;
    line-height:2em;
}
footer #ftr_container ul li {
    line-height:1em;
    margin-bottom:1em;
}
footer div#ftr_container ul a {
    color: #4e4e4e;
}
footer #ftr_container #ftr_all ul {
    padding:0 0 0 1em;
    margin-top:0;
}
footer #ftr_container #ftr_all ul,
footer #ftr_container #ftr_all ul a {
    color: #1680c3;
}
footer #ftr_seals li {
    font-family: Roboto, Arial, sans-serif;
    font-weight:normal;
    float: left;
    margin-right: 1em;
    text-align: center;
}
footer #ftr_seals img {
    margin-bottom: .5em;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

/*@media only screen and (min-width: 480px) {*/

    /* ====================
        INTERMEDIATE: Menu
       ==================== */

    nav a {
        float: left;
        width: 20%;
        margin: 0;
        padding: 10px 10px;
    }

    /*nav li:first-child a {
        margin: 0;
    }

    nav li:last-child a {
        margin: 0;
    }*/

    /* ========================
        INTERMEDIATE: IE Fixes
       ======================== */

    /*nav ul li {
        display: inline;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }*/

    .call-out-hdr {
        float:none;
        width:100%;
        padding:0;
    }
    .call-out-highlight {
        float:none;
        width:100%;
    }
    #mast-head h1 {
        width:auto;
        float:none;
        margin-bottom:0;
    }
    #mast-head h2 {
        width:auto;
        padding-left:23px;
        float:none;
        margin-top:0;
    }
    .card {
        margin:0 5% 1em 15%;
        min-height:185px;
        background:#fff;
        position:relative;
        padding:4%;
        color:#094e6d;
        font:.8em/1em Roboto, arial, sans-serif;
        -moz-box-shadow:3px 3px 3px 0 #0d6d97;
        -webkit-box-shadow:3px 3px 3px 0 #0d6d97;
        box-shadow:3px 3px 3px 0 #0d6d97;
        max-width:200px;
    }
/*}

@media only screen and (min-width: 768px) {*/

    /* ====================
        WIDE: CSS3 Effects
       ==================== */

    .header-container,
    .main aside {
        -webkit-box-shadow: 0 5px 10px #aaa;
        -moz-box-shadow: 0 5px 10px #aaa;
        box-shadow: 0 5px 10px #aaa;
    }

    /* ============
        WIDE: Menu
       ============ */

    .title {
        float: left;
    }

    /*nav {
        float: right;
        width: 38%;
    }*/

    /* ============
        WIDE: Main
       ============ */

    .main article {
        float: left;
        width: 57%;
    }

    .main aside {
        float: right;
        width: 28%;
    }

    #mast-head h1 {
        width:45%;
        float:left;
    }
    #mast-head h2 {
        float:none;
        width:auto;
        margin-top:.5em;
    }

    ul.card-gallery li {
        width:25%;
    }

    section.major {
        width:64%;
        float:left;
    }
    section.minor {
        width:27%;
        float:right;
    }
/*}

@media only screen and (min-width: 1140px) {*/

    /* ===============
        Maximal Width
       =============== */

    .wrapper {
        width: 1026px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }

    #mast-head h2 {
        margin-top:.5em;
    }

    .call-out-hdr {
        float:left;
        width:55%;
        padding:0 50px 0 0;
    }
    .call-out-highlight {
        float:left;
        width:45%;
    }
    .card {
        margin:0 5% 1em 15%;
        min-height:185px;
        background:#fff;
        position:relative;
        padding:4%;
        color:#094e6d;
        font:.8em/1em Roboto, arial, sans-serif;
        -moz-box-shadow:3px 3px 3px 0 #0d6d97;
        -webkit-box-shadow:3px 3px 3px 0 #0d6d97;
        box-shadow:3px 3px 3px 0 #0d6d97;
        width:auto;
    }

    .mac-highlight-imageBox {
        background-color: #094e6d !important;
        float: left;
        margin-right: 5px;
        padding: 0;
        height: 140px;
        width: 10%;
    }

    .mac-highlight-wrap {
        border-radius:25px;
        background-color:#a2a2a2;
        display:none;
        padding:15px 25px;
        margin:1em auto;
    }
    .input-link {
        background: none;
        border: none;
        color: #1680c3;
        text-decoration: none;
        font-family: Roboto,Arial,sans-serif;
        cursor: pointer;
        font-weight: normal;
        padding: 0;
    }
/*}*/

/* theme */
.box-gray {
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ebebeb', endColorstr='#ffffff'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ebebeb', endColorstr='#ffffff')"; /* IE8 */
    background-image: -ms-linear-gradient(top, #ebebeb 0%, #ffffff 100%);
    background-image: -moz-linear-gradient(top, #ebebeb 0%, #ffffff 100%);
    background-image: -o-linear-gradient(top, #ebebeb 0%, #ffffff 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ebebeb), color-stop(1, #ffffff));
    background-image: -webkit-linear-gradient(top, #ebebeb 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #ebebeb 0%, #ffffff 100%);
}
.box-blue {
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ecf8fe', endColorstr='#ffffff'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ecf8fe', endColorstr='#ffffff')"; /* IE8 */
    background-image: -ms-linear-gradient(top, #ecf8fe 0%, #ffffff 100%);
    background-image: -moz-linear-gradient(top, #ecf8fe 0%, #ffffff 100%);
    background-image: -o-linear-gradient(top, #ecf8fe 0%, #ffffff 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ecf8fe), color-stop(1, #ffffff));
    background-image: -webkit-linear-gradient(top, #ecf8fe 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #ecf8fe 0%, #ffffff 100%);
}
.hdr-white {
    background-color:#fff;
    color:#666;
}
.hdr-light-blue {
    background-color:#c3eafc;
    color:#1680C3;
}
.hdr-blue {
    background-color:#11adf2;
    color:#fff;
}

/* popbox */
.popbox {
    position:relative;
    z-index:11;
}
.popbox #popbox-origin,
#main .call-out-hdr a,
#main .call-out-hdr a:visited{
    color:#fff;
    text-decoration:underline;
}
.minor .popbox #popbox.origin {
    color:#1680c3;
}
.popbox #popbox-origin:hover,
#main .call-out-hdr a:hover,
#main .call-out-hdr a:focus{
    text-decoration:none;
}
.popbox .collapse { position:relative; }
.popbox .box {
    display:none;
    background:#fff;
    border:solid 1px #bbb;
    /*border-radius:5px;*/
    box-shadow:0 0 15px #999;
    position:absolute;
}
.popbox .box a.close {
    color:red;
    font-size:12px;
    font-family:arial;
    text-decoration:underline;
    position:absolute;
    top:5px;
    right:5px;
    background:url('../image/icon_close.png');
    height:13px;
    width:13px;
}
.popbox .arrow {
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #FFF;
    position:absolute;
    left:1px;
    top:-10px;
    z-index:1001;
}
.popbox .arrow-border {
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #bbb;
    position:absolute;
    top:-12px;
    z-index:1000;
}
.popbox .box #login-form {
    margin:1em;
    color:#666;
    text-transform:none;
    font-size:13px;
}
.popbox .box #login-form label,
.popbox .box #login-form p,
#login-form.stand-alone label,
#login-form.stand-alone p {
    display:block;
    margin-top:13px;
    line-height:19.2px;
}
#login-form.stand-alone input.txt {
    min-width:340px;
}
#main a.popbox-link {
    color: #1680c3 !important;
    text-decoration: none !important;
}
#main a.popbox-link:hover {
    text-decoration: underline !important;
}
.inline-edit.editable.editable-pre-wrapped.editable-click {
    max-width:500px;
    overflow:hidden;
}

.disabled {
    color:#ccc !important;
}

.ui-datepicker-calendar {
    display:none !important;
}


/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
