﻿#mainContentCopy #frmLoginContainer .primaryButton {
    background-color: #0086B3;
    border-color: #0086B3;
}
#frmLoginContainer .quickLinks li a {
    border-color: #284E36;
    background-color: #284E36;
}
#promoCards ul li:hover {
    background: #0086B3 url(/includes/images/arrow-light.png) bottom right no-repeat;
    background-size: 36px 36px;
}
#forYourBusinessContentContainer {
    background-color: #eee;
}
/* for 475px or greater */
@media screen and (min-width: 475px) {
    #homeEnergyProfile {
        padding: 0px 10px;
        height: 100px;
        background: url(../images/hp_energyProfileSheet.gif) no-repeat right bottom;
    }
    #homeEnergyProfileContainer {
        padding-bottom: 0px;
    }
    #homeEnergyProfile h3 {
        font-size: 1.25em;
        padding-right: 172px;
        padding-left: 10px;
    }
    #homeEnergyProfile p {
        padding-left: 10px;
        font-size: .875em;
        padding-right: 15px;
    }
    #homeEnergyProfile p a {
        color: #000;
    }
}
/* for 715px or greater */
@media screen and (min-width: 715px) {
    #homeEnergyProfile h3 {
        font-size: 1.5em;
    }
}
/* for 980px or greater */
@media screen and (min-width: 980px) {
    #homeEnergyProfile h3 {
        font-size: 1.25em;
        padding-right: 0px;
    }
}