/**
 * Form Validation Errors
 */
.error-message {
	color: #c00;
	margin-bottom: .5em;
}

.value-area .error-message {
	font-size: 14px;	
}

input[type="text"].error, 
input[type="number"].error, 
input[type="password"].error, 
input[type="search"].error, 
input[type="number"].error, 
input[type="datetime"].error, 
input[type="datetime-local"].error, 
input[type="date"].error, 
input[type="month"].error, 
input[type="time"].error, 
input[type="week"].error, 
input[type="email"].error, 
input[type="url"].error, 
input[type="tel"].error, 
input[type="color"].error,
textarea.error,
select.error {
  border-color: #c00;
}


/** 
 * Fieldset
 */
 fieldset {
    border: 0;
}

/**
 * Disabled Inputs
 */ 
input[type="text"]:disabled {
	background: #ccc;
}

/**
 * Create Account
 */
 .create-account .title {
 	font-weight: bold;
 }
 
 .create-account .text {
 	margin-left: 5px;
 }
 
/** 
 * Attempt to fix logged out page background
 */
article.logged-out {
    padding-top: 45px;
    bottom: -135px;
}

article.logged-out .forgot {
    margin-bottom: 50px;
}
article.logged-out .legal {
    bottom: 20px;
}

/*don't display the new password error message on the login information form */
#loginInfo .newPasswordformError{display:none;}

/*don't display specific error messages on the login information form */
#loginInfo .security-answer-1formError,
#loginInfo .security-answer-2formError,
#loginInfo .newPasswordformError{
	display:none;
	}


/* set the background of the alternating blocks even if they have sibilngs */
article.alternating-block-links > span:nth-of-type(odd) article.block-links .link {
  background-image: url('../images/i/bg/diamonds-blue.png');
}
article.alternating-block-links > span:nth-of-type(even) article.block-links .link {
  background-image: url('../images/i/bg/diamonds-dark-blue.png');
}
article.alternating-block-links a {text-decoration:none;}

.reset-password a.button {
	width:100%;
	display:block;
}
.kynect-business-tools-tile, .easy-enrollment-tile, .menu .links .link.share {
	display:none;
}

/* address search CSS starts */
.li_list {
	padding: 10px 15px;
	color: #178fcd;
}

.li_list .dpBtn {
	float: right;
	display: none;
	color: #0971cd !important;
	background-color: #fff !important;
	padding: 2px 8px !important;
}

.labelAdd:hover {
	background-color: #0971cd !important;
	color: #fff !important;
}

.li_list:hover {
	background-color: #0971cd;
	color: #fff !important;
}

.li_list:hover .dpBtn {
	display: inline-block;
	float: right;
	color: #0971cd !important;
	background-color: #fff !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active,
	a.ui-button:active, .ui-button:active {
	border: none !important;
	background: transparent !important;
	color: #0971cd !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active,
	a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover
	{
	border: none !important;
	background: transparent !important;
	color: #fff !important;
}

a.ui-button:active, .ui-button:active, .ui-button:hover {
	color: #0971cd !important;
	background-color: #fff !important;
}

.ui-autocomplete-loading {
	/* background: white url("../images/LoaderIcon.gif") calc(100% - 10px) center no-repeat; */
}

/*  Address search CSS ends */

#state-select button {
    border-color: #cfcfcf;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#state-select .icon {
    background-position: 10px center;
    background-repeat: no-repeat;
    padding-left: 40px;
}

#state-select .texas {
    background-image: url('../images/i/bg/texas-icon.png');
}

.statedrpdwnposition {
	position: absolute;
	top: 10px;
	right: 18px;
	z-index: 10;
}

#selectState {
	padding-left: 0px !important;
}

.dropdown-menu-left li a {
	padding: 5px 0px !important;
}

#state-select.input-group-btn ul li a:hover {
	background-color: #2080b4c7 !important;
	color: #fff;
}
article.marketing.energy-rates .content .location #state-select.input-group-btn button {
    background-color: #fff;
    font-size: 16px;
}

.statedrpdwnposition {
    position: absolute;
    top: 15px;
    right: 18px;
    z-index: 10;
}

.btn-dropdown {
    display: inline-block;
}

.btn-dropdown button {
    background: #fff;
    color: #555;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    -webkit-transition: border linear, box-shadow linear;
    -webkit-transition-delay: .2s, .2s;
    transition: border linear .2s, box-shadow linear .2s;
    text-transform: none;
    padding-right: 35px;
    border: 1px solid #ccc;
    text-align: left;
    position: relative;
    font-weight: normal;
    text-shadow: none;
}

.btn-dropdown button .caret {
    position: absolute;
    right: 6px;
    top: 7px;
}

.btn-dropdown .dropdown-menu {
    display: none;
}

.btn-dropdown.open .dropdown-menu {
    display: block;
}

.dropdown-menu {
    border: 1px solid #ddd;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0;
    padding: 0;
    position: absolute;
    cursor: pointer;
    background: #fff;
    min-width: 205px;
    z-index: 8000;
}

.dropdown-menu.typeahead {
    width: calc(100% - 215px);
}


.dropdown-menu.typeahead li a {
    padding: 5px 10px 5px 20px;
}

.dropdown-menu.typeahead li a .typeahead-button {
    float: right;
    background-color: #fff;
    color: #0971cd;
    padding: 2px 6px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
}

.dropdown-menu li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.dropdown-menu li a {
    padding: 5px 20px;
    display: block;
}

.dropdown-menu li a:hover {
    background: #0971cd;
    color: #fff;
}

.dropdown-menu li.active a {
    background: #0971cd;
    color: #fff;
}

.dropdown-menu.dropdown-menu-right {
    left: 0;
    top: 45px;
}

#state-select button {
    border-color: #cfcfcf;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
}

#state-select .icon {
    background-position: 10px center;
    background-repeat: no-repeat;
    padding-left: 40px;
}

#state-select .texas {
    background-image: url('../images/i/bg/texas-icon.png');
}

@media(-webkit-min-device-pixel-ratio:2),
(-o-min-device-pixel-ratio:3/2),
(min--moz-device-pixel-ratio:2),
(min-device-pixel-ratio:2),
(min-resolution:144dpi),
(min-resolution:2dppx) {
    #state-select .texas {
        background-image: url('../images/i/bg2x/texas-icon.png');
        background-size: 21px 21px;
    }
}

#state-select a.texas:hover {
    background-image: url('../images/i/bg/texas-white-icon.png');
}

@media(-webkit-min-device-pixel-ratio:2),
(-o-min-device-pixel-ratio:3/2),
(min--moz-device-pixel-ratio:2),
(min-device-pixel-ratio:2),
(min-resolution:144dpi),
(min-resolution:2dppx) {
    #state-select a.texas:hover {
        background-image: url('../images/i/bg2x/texas-white-icon.png');
        background-size: 21px 21px;
    }
}

#state-select .georgia {
    background-image: url('../images/i/bg/georgia-icon.png');
}

@media(-webkit-min-device-pixel-ratio:2),
(-o-min-device-pixel-ratio:3/2),
(min--moz-device-pixel-ratio:2),
(min-device-pixel-ratio:2),
(min-resolution:144dpi),
(min-resolution:2dppx) {
    #state-select .georgia {
        background-image: url('../images/i/bg2x/georgia-icon.png');
        background-size: 21px 21px;
    }
}

#state-select a.georgia:hover {
    background-image: url('../images/i/bg/georgia-white-icon.png');
}

@media(-webkit-min-device-pixel-ratio:2),
(-o-min-device-pixel-ratio:3/2),
(min--moz-device-pixel-ratio:2),
(min-device-pixel-ratio:2),
(min-resolution:144dpi),
(min-resolution:2dppx) {
    #state-select a.georgia:hover {
        background-image: url('../images/i/bg2x/georgia-white-icon.png');
        background-size: 21px 21px;
    }
}

#state-select .pennsylvania {
    background-image: url('../images/i/bg/pennsylvania-icon.png');
}

@media(-webkit-min-device-pixel-ratio:2),
(-o-min-device-pixel-ratio:3/2),
(min--moz-device-pixel-ratio:2),
(min-device-pixel-ratio:2),
(min-resolution:144dpi),
(min-resolution:2dppx) {
    #state-select .pennsylvania {
        background-image: url('../images/i/bg2x/pennsylvania-icon.png');
        background-size: 24px 14px;
    }
}

#state-select a.pennsylvania:hover {
    background-image: url('../images/i/bg/pennsylvania-white-icon.png');
}

@media(-webkit-min-device-pixel-ratio:2),
(-o-min-device-pixel-ratio:3/2),
(min--moz-device-pixel-ratio:2),
(min-device-pixel-ratio:2),
(min-resolution:144dpi),
(min-resolution:2dppx) {
    #state-select a.pennsylvania:hover {
        background-image: url('../images/i/bg2x/pennsylvania-white-icon.png');
        background-size: 24px 14px;
    }
}

#state-select .ohio {
    background-image: url('../images/i/bg/ohio-icon.png');
}

@media(-webkit-min-device-pixel-ratio:2),
(-o-min-device-pixel-ratio:3/2),
(min--moz-device-pixel-ratio:2),
(min-device-pixel-ratio:2),
(min-resolution:144dpi),
(min-resolution:2dppx) {
    #state-select .ohio {
        background-image: url('../images/i/bg2x/ohio-icon.png');
        background-size: 21px 21px;
    }
}

#state-select a.ohio:hover {
    background-image: url('../images/i/bg/ohio-white-icon.png');
}

@media(-webkit-min-device-pixel-ratio:2),
(-o-min-device-pixel-ratio:3/2),
(min--moz-device-pixel-ratio:2),
(min-device-pixel-ratio:2),
(min-resolution:144dpi),
(min-resolution:2dppx) {
    #state-select a.ohio:hover {
        background-image: url('../images/i/bg2x/ohio-white-icon.png');
        background-size: 21px 21px;
    }
}

#state-select .maryland {
    background-image: url('../images/i/bg/maryland-icon.png');
}

@media(-webkit-min-device-pixel-ratio:2),
(-o-min-device-pixel-ratio:3/2),
(min--moz-device-pixel-ratio:2),
(min-device-pixel-ratio:2),
(min-resolution:144dpi),
(min-resolution:2dppx) {
    #state-select .maryland {
        background-image: url('../images/i/bg2x/maryland-icon.png');
        background-size: 32px 16px;
    }
}

#state-select a.maryland:hover {
    background-image: url('../images/i/bg/maryland-white-icon.png');
}

@media(-webkit-min-device-pixel-ratio:2),
(-o-min-device-pixel-ratio:3/2),
(min--moz-device-pixel-ratio:2),
(min-device-pixel-ratio:2),
(min-resolution:144dpi),
(min-resolution:2dppx) {
    #state-select a.maryland:hover {
        background-image: url('../images/i/bg2x/maryland-white-icon.png');
        background-size: 32px 16px;
    }
}

#state-select .new-jersey {
    background-image: url('../images/i/bg/newjersey-icon.png');
}

@media(-webkit-min-device-pixel-ratio:2),
(-o-min-device-pixel-ratio:3/2),
(min--moz-device-pixel-ratio:2),
(min-device-pixel-ratio:2),
(min-resolution:144dpi),
(min-resolution:2dppx) {
    #state-select .new-jersey {
        background-image: url('../images/i/bg2x/newjersey-icon.png');
        background-size: 9px 21px;
    }
}

#state-select a.new-jersey:hover {
    background-image: url('../images/i/bg/newjersey-white-icon.png');
}

@media(-webkit-min-device-pixel-ratio:2),
(-o-min-device-pixel-ratio:3/2),
(min--moz-device-pixel-ratio:2),
(min-device-pixel-ratio:2),
(min-resolution:144dpi),
(min-resolution:2dppx) {
    #state-select a.new-jersey:hover {
        background-image: url('../images/i/bg2x/newjersey-white-icon.png');
        background-size: 9px 21px;
    }
}

#state-select .new-york {
    background-image: url('../images/i/bg/newyork-icon.png');
}

@media(-webkit-min-device-pixel-ratio:2),
(-o-min-device-pixel-ratio:3/2),
(min--moz-device-pixel-ratio:2),
(min-device-pixel-ratio:2),
(min-resolution:144dpi),
(min-resolution:2dppx) {
    #state-select .new-york {
        background-image: url('../images/i/bg2x/newyork-icon.png');
        background-size: 26px 19px;
    }
}

#state-select a.new-york:hover {
    background-image: url('../images/i/bg/newyork-white-icon.png');
}

@media(-webkit-min-device-pixel-ratio:2),
(-o-min-device-pixel-ratio:3/2),
(min--moz-device-pixel-ratio:2),
(min-device-pixel-ratio:2),
(min-resolution:144dpi),
(min-resolution:2dppx) {
    #state-select a.new-york:hover {
        background-image: url('../images/i/bg2x/newyork-white-icon.png');
        background-size: 26px 19px;
    }
}

#state-select .washington-dc {
    background-image: url('../images/i/bg/dc-icon.png');
}

@media(-webkit-min-device-pixel-ratio:2),
(-o-min-device-pixel-ratio:3/2),
(min--moz-device-pixel-ratio:2),
(min-device-pixel-ratio:2),
(min-resolution:144dpi),
(min-resolution:2dppx) {
    #state-select .washington-dc {
        background-image: url('../images/i/bg2x/dc-icon.png');
        background-size: 21px 16px;
    }
}

#state-select a.washington-dc:hover {
    background-image: url('../images/i/bg/dc-white-icon.png');
}

@media(-webkit-min-device-pixel-ratio:2),
(-o-min-device-pixel-ratio:3/2),
(min--moz-device-pixel-ratio:2),
(min-device-pixel-ratio:2),
(min-resolution:144dpi),
(min-resolution:2dppx) {
    #state-select a.washington-dc:hover {
        background-image: url('../images/i/bg2x/dc-white-icon.png');
        background-size: 21px 16px;
    }
}

#state-select .delaware {
    background-image: url('../images/i/bg/delaware-icon.png');
}

@media(-webkit-min-device-pixel-ratio:2),
(-o-min-device-pixel-ratio:3/2),
(min--moz-device-pixel-ratio:2),
(min-device-pixel-ratio:2),
(min-resolution:144dpi),
(min-resolution:2dppx) {
    #state-select .delaware {
        background-image: url('../images/i/bg2x/delaware-icon.png');
        background-size: 10px 23px;
    }
}

#state-select .illinois {
    background-image: url('../images/i/bg/illinois-icon.png');
}

@media(-webkit-min-device-pixel-ratio:2),
(-o-min-device-pixel-ratio:3/2),
(min--moz-device-pixel-ratio:2),
(min-device-pixel-ratio:2),
(min-resolution:144dpi),
(min-resolution:2dppx) {
    #state-select .illinois {
        background-image: url('../images/i/bg2x/illinois-icon.png');
        background-size: 14px 25px;
    }
}

#state-select.input-group-btn {
    min-width: 215px;
    position: relative;
    width: 100%;
}

#state-select.input-group-btn ul {
    text-align: left;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0;
    border-radius: 0 0 5px 5px;
    width: 100%;
}

#state-select.input-group-btn ul li a {
    color: #555;
}

#state-select.input-group-btn ul li a:hover {
    background-color: #2080b4;
    color: #fff;
}

#state-select.input-group-btn ul li:last-child {
    padding-bottom: 5px;
}

#state-select.open button {
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px;
    border-radius: 5px 5px 0 0;
}

.icon-nav-arrow-collapsed {
    background-image: url('../images/i/icon-sd62c859559.png');
    background-position: 0 -1749px;
    height: 6px;
    width: 14px;
}

@media(-webkit-min-device-pixel-ratio:2),
(-o-min-device-pixel-ratio:3/2),
(min--moz-device-pixel-ratio:2),
(min-device-pixel-ratio:2),
(min-resolution:144dppx) {
    .icon-nav-arrow-collapsed {
        background-image: url('../images/i/icon2x-s72f24e0b62.png');
        background-size: 93px 2598px;
        background-position: 0 -1346px;
        height: 6px;
        width: 14px;
    }
}

.icon-nav-arrow-collapsed.text {
    padding-left: 19px;
}

.icon-nav-arrow-expanded {
    background-image: url('../images/i/icon-sd62c859559.png');
    background-position: 0 -1759px;
    height: 6px;
    width: 14px;
}

.share-enrollment {
	padding: 5px 0;
}

@media only screen and (min-width: 767px) { 
    #state-select button {
        width: 250px;
    }	

	#state-select.input-group-btn {
	    width: 250px;
	}

	#state-select.input-group-btn ul {
	    width: 250px;
	}
}


/** 
 * Share overview
 */
article.share-dashboard .overview p {
  color: #000;
  line-height: 1.5;
  margin-bottom: 10px;
}
 
article.share .overview p {
  font-size: 16px;
  color: #000;
  margin-top: 0;
}

article.share .overview p a {
  color: #004cb2;
  font-size: 16px;
}

 
article.share-dashboard .overview {
  padding: 15px 25px;
  background: #dfdfdf;
}

article.share-dashboard.choose-plan .overview .buttons {
  margin-bottom: 0;
}

article.share-dashboard.choose-plan .overview .buttons .arrow {
  transform: rotate(90deg);
  margin-left: 15px;
  margin-top: -3px;
}

article.share-dashboard.choose-plan .overview .buttons .arrow.up {
  transform: rotate(-90deg);
}

article.share-dashboard.choose-plan .overview .buttons.icon-share {
  position: absolute;
  right: 0;
  top: calc(50% - 14px);
}

article.share-dashboard.choose-plan .overview .buttons.grayscale {
  filter: grayscale(100%);
}

article.share-dashboard.choose-plan .overview .buttons .share {
  text-align: left;
  padding: 10px 25px;
}

article.share-dashboard.choose-plan .overview .buttons .share p {
  color: #fff;
  margin-bottom: 0px;
  background-image: url("../images/i/icon/share-medium.png");
  background-position: 0px 50%;
  background-repeat: no-repeat;
  padding-left: 30px;
  font-size: 18px;
  line-height: .9em;
  margin-left: -10px;
}

article.share-dashboard .overview .buttons .share p span {
  font-size: 14px;
  color: #a9b9dd;
}

article.share-dashboard .overview .buttons .share p .icon {
  float: right;
  margin-top: -6px;
}

article.share-dashboard .overview .info {
  line-height: 1.3;
}

article.share-dashboard .overview .info p {
  margin-bottom: 0;
  line-height: 1;
}

article.share-dashboard .overview .info a {
  font-size: 16px;
  font-weight: 600;
  color: #004cb2;
}

article.share-dashboard .overview .info a + p {
  margin-top: 10px;
}

article.share-dashboard .overview .info a.name {
  text-transform: capitalize;
  display: block;
}

article.share-dashboard .overview .info .personal-info-section {
  margin-bottom: 15px;
}

article.share-dashboard .overview .info .personal-info-section a {
  display: block;
}

article.share-dashboard .overview .info .personal-info-section a.plan-name {
  padding-bottom: 10px;
  border-bottom: 1px solid #a9a9a9;
}

article.share-dashboard .overview .info .personal-info-section .section {
  margin-bottom: 10px;
  line-height: 1.3;
}

article.share-dashboard .overview .info .personal-info-section .section:last-of-type {
  margin-bottom: 0;
}






/** 
  * Share overview summary
  */
.overview-summary .overview-share-button.button.primary {
    background: none;
    color: #fff;
}

article .overview-summary p {
  color: #000;
  line-height: 1.5;
  margin-bottom: 10px;
}
 
article .overview-summary p {
  font-size: 16px;
  color: #000;
  margin-top: 0;
}

article .overview-summary p a {
  color: #004cb2;
  font-size: 16px;
}

 
article. .overview-summary {
  padding: 15px 25px;
  background: #dfdfdf;
}

article.share-dashboard .overview-summary .buttons {
  margin-bottom: 0;
}

article.share-dashboard .overview-summary .buttons .arrow {
  transform: rotate(90deg);
  margin-left: 15px;
  margin-top: -3px;
}

article.share-dashboard .overview-summary .buttons .arrow.up {
  transform: rotate(-90deg);
}

article.share-dashboard .overview-summary .buttons.icon-share {
  position: absolute;
  right: 0;
  top: calc(50% - 14px);
}

article.share-dashboard .overview-summary .buttons.grayscale {
  filter: grayscale(100%);
}

article.share-dashboard .overview-summary .buttons .share {
  text-align: left;
  padding: 10px 25px;
}

article.share-dashboard .overview-summary .buttons .share p {
  color: #000;
  margin-bottom: 0px;
  background-image: url("../images/i/icon/share.png");
  background-position: 0px 50%;
  background-repeat: no-repeat;
  padding-left: 30px;
  font-size: 18px;
  line-height: .9em;
  margin-left: -10px;
}

article.share-dashboard .overview-summary .buttons .share p span {
  font-size: 14px;
  color: #000;
}

article.share-dashboard .overview-summary .buttons .share p .icon {
  float: right;
  margin-top: -6px;
}

