
/* FOE-127 */
.dashboard .widget-section > .col,
.dashboard .widget-section > [class*="col-"] {
    padding-right: 12px;
    padding-left: 12px;
}
.dashboard .fjord-page-header {
    padding: 0 0 32px 12px;
    font-weight: 200;
    font-size: 36px;
    line-height: 40px;
}
.dashboard .fjord-page-header,
.dashboard .widget-section {
    max-width: 940px;
    margin: 0 auto;
}
#fjord-has-nothing-my-plan-widget-create-plan-block-widget {
    padding-left: 0;
    padding-right: 0;
}
#fjord-myactions-widget .img-wrapper,
#fjord-myactions-widget .img-wrapper img,
#fjord-energykit-widget .img-wrapper,
#fjord-energykit-widget .img-wrapper img,
#fjord-findrebateshalf-widget .img-wrapper,
#fjord-findrebateshalf-widget .img-wrapper img {
    max-height: 247px;
    object-fit: cover;
}
.dashboard .w-item h4,
.dashboard .w-item .title-widget p {
    font-family: Pragmatica, sans-serif !important;
    font-weight: 200;
    font-size: 36px;
    line-height: 40px;
    margin: 16px 0;
    text-align: left;
}
.dashboard .w-item .icon-wrapper {
    display: none;
}
.dashboard .w-item .widget-button {
    width: 100%;
    background: #D76722;
    border-radius: 0;
    height: auto;
    line-height: 43px;
    margin: 0;
}
.dashboard .w-item .widget-button a {
    text-transform: capitalize;
}
.dashboard .w-item .description-text-widget p {
    font-weight: 300;
    font-size: 18px;
    line-height: 31px;
    color: #000;
    text-align: left;
    margin: 0;
}
#fjord-findrebateshalf-widget {
    padding-bottom: 0;
}
.dashboard .w-item .seasonishere-image {
    border-radius: 0;
}
.dashboard .w-item {
    height: auto;
    text-align: left;
}
#fjord-findrebateshalf-widget .description-text-widget,
#fjord-myactions-widget .description-text-widget {
    margin: 0 0 24px 0;
}
#fjord-myactions-widget .seasonishere-body,
#fjord-findrebateshalf-widget .description-widget,
#fjord-energykit-widget .description-widget {
    padding: 0;
}
.dashboard a {
    text-decoration: none;
}

@media screen and (min-width: 768px) {
    .dashboard #content .fjord-content-inner {
        max-width: 1154px;
        background: #fff;
        padding: 72px 0;
    }
    #dashboard {
        min-height: 695px;
        padding-top: 72px;
    }
    #fjord-findrebateshalf-widget .description-text-widget,
    #fjord-myactions-widget .description-text-widget {
        height: 100%;
    }
    #fjord-myactions-widget .seasonishere-body,
    #fjord-findrebateshalf-widget .description-widget,
    #fjord-energykit-widget .description-widget {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }
    #fjord-myactions-widget.w-item,
    #fjord-energykit-widget.w-item,
    #fjord-findrebateshalf-widget.w-item {
        height: 100%;
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        text-align: left;
    }
    a:focus{
        box-shadow: 0 0 10px #4b711d !important;
    }
    .fjord-header-top a:focus,
    #footer a:focus {
        box-shadow: none !important;
    }
}
@media screen and (max-width: 767px) {
    #content {
        background: #fff;
    }
    #content .fjord-content-inner {
        padding-bottom: 32px;
    }
    .dashboard .w-item {
        max-width: 100%;
        margin: 0 auto 32px auto;
    }
    .dashboard .w-item .description-text-widget p {
        font-size: 16px;
        line-height: 24px;
    }
    .dashboard .w-item h4,
    .dashboard .w-item .title-widget p {
        margin: 32px 0 24px 0;
    }
    .dashboard .fjord-page-header {
        padding: 32px 12px;
    }
}
/* // FOE-127 */
/* FOE-350 */
#recover-password h1 {
    font-size: 48px;
    line-height: 65px;
    margin-bottom: 8px;
}
#recover-password .buffered {
    padding: 0;
    display: flex;
    flex-direction: column;
}
#recover-password .buffered .recover-statement {
    order: -1;
    margin-bottom: 37px;
}
#recover-password #form-element-email label {
    font-size: 18px;
    line-height: 31px;
    color: black;
    margin: 0 0 11px;
    font-weight: 400;
    position: relative;
    width: 100%;
}
#recover-password #form-element-email {
    margin-bottom: 41px;
}
#recover-password #form-element-email label:after {
    content: '* Required field';
    position: absolute;
    top: 6px;
    right: 0;
    font-size: 14px;
    line-height: 19px;
    color: #FF0000;
}
#recover-password .password-recovery-empty-email {
    border: 1px solid #FF0000;
}
#recover-password #form-element-email input {
    padding: 0 0 0 16px;
    box-sizing: border-box;
}
#recover-password .errors {
    color: #FF0000;
    padding: 0;
}
#recover-password #form-element-email label:before {
    content: '* ';
    color: #FF0000;
}
#recover-password #form-element-email #email {
    margin-bottom: 0;
}
#recover-password #form-element-email #email:-ms-input-placeholder {
    color: #8C8C8C;
}
#recover-password #form-element-email #email::placeholder {
    color: #8C8C8C;
}
#recover-password #fieldset-submit_cancel {
    padding: 0;
}
#recover-password #submitbutton {
    background: #D76722 !important;
    width: 214px !important;
    height: 39px;
    font-size: 18px !important;
}
#recover-password #cancel {
    background-color: transparent !important;
    font-weight: 300;
    height: 39px;
    font-size: 18px !important;
    width: auto !important;
    line-height: 24px;
    color: #D76722;
    text-decoration: underline;
}
#recover-password .hint {
    display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
    #recover-password #cancel {
        padding: 0 !important;
        background: transparent;
    }
}
@media (max-width: 767px) {
    #content #recover-password {
        padding: 0 20px;
    }
    #recover-password h1 {
        font-weight: 300;
        font-size: 36px;
        line-height: 40px;
        margin-left: 0;
        margin-top: 32px;
        margin-bottom: 24px;
    }
    #recover-password .recover-statement {
        font-size: 16px;
        line-height: 24px;
    }
    #recover-password #form-element-email label {
        margin: 0 0 8px;
    }
    #recover-password #submitbutton {
        width: 100% !important;
        -webkit-appearance: none;
        opacity: 1;
        border-radius: 0;
    }
    #recover-password #form-element-cancel {
        text-align: center;
    }
}
/* end FOE-350 */
/* FOE-138 */
#content .content-wrapper.fjord-myplan-overview {
    background: transparent;
}
.take-action-trigger,
.tip-action-btn-label,
.wide-tab,
.action-tab-switcher,
.download-file,
.fjord-page-header {
    font-family: Pragmatica, sans-serif;
}
.fjord-myplan-overview .white-section.my-savings-plan,
.fjord-myplan-overview .recomended-header,
.fjord-myplan-overview .recomended-description {
    display: none;
}
#content .fjord-myplan-overview,
.fjord-myplan-overview .fjord-page-header,
.fjord-myplan-overview .fjord-page-description {
    color: #000;
}
.fjord-page-top-img-container.overview-img-container {
    display: none;
}
.fjord-myplan-overview .fjord-page-header {
    margin: 0;
}
#content .fjord-myplan-overview .fjord-content-inner {
    background: #fff;
    padding: 72px 112px 5px;
    max-width: 1154px;
}
.fjord-myplan-overview .fjord-page-description p {
    margin: 37px 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 31px;
}
.fjord-myplan-overview .more-tips-wrapper .fjord-page-description p {
    line-height: normal;
    font-size: 14px;
    margin: 8px 0;
}
.fjord-action-plan .fjord-page-header,
.fjord-myplan-overview .fjord-page-header.page-total-title {
    font-weight: 300;
    font-size: 48px;
    line-height: 65px;
}
.fjord-myplan-overview .action-tab-switcher {
    background: #515151;
    padding: 22px 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #fff;
    min-height: 62px;
    box-shadow: none;
    border-top: 0;
}
.fjord-myplan-overview .action-tab-title {
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
}
.my-plan-actions .fjord-tab-switcher {
    margin-bottom: 37px;
}
.action-tabs-wrapper > .row > div:first-child .action-tab-switcher {
    border-radius: 8px 0px 0px 8px;
    border-right: 1px solid #676767;

}
.action-tabs-wrapper > .row > div:last-child .action-tab-switcher {
    border-radius: 0px 8px 8px 0px;
    border-left: 1px solid #676767;
}
.fjord-myplan-overview .action-tab-switcher.selected {
    background: #1976B9;
    border: 0;
    color: #fff;
}
.fjord-myplan-overview .action-tab-subtitle {
    display: none;
}
.fjord-myplan-overview .mobile-visible.overview-graph {
    display: none;
}
.fjord-myplan-overview a.download-file {
    text-align: right;
    background: none;
    text-decoration: none;
    font-size: 16px;
    display: block;
    width: 100%;
    color: #515151;
}
.fjord-myplan-overview a.download-file:before {
    margin-right: 8px;
    content: '\f019';
    font-size: inherit;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
}
.fjord-myplan-overview .savings-popup-trigger {
    display: none;
}
.fjord-myplan-overview .my-plan-actions .fjord-tip {
    border-radius: 0;
    margin: 0 0 37px 0;
}
.fjord-tip {
    border-top: none;
}
.fjord-myplan-overview .my-plan-actions .tip-headline {
    border-bottom: none;
    min-height: 31px;
    padding: 0 0 16px;
}
/* FOE-250 */
.fjord-myplan-overview .no_actions .sectionStep2 {
    display: none;
}
/* end FOE-250 */
.content-wrapper .tip-headline a {
    text-decoration: none;
}
.take-action-trigger {
    color: #1976B9;
}
.fjord-myplan-overview .tip-headline-link {
    font-weight: 300;
    font-size: 18px;
    line-height: 31px;
}
.tip-action-btn:before,
.tip-action-btn-label {
    display: inline-block;
}
.tip-action-btn {
    background: #767171;
    color: #fff;
    width: 100%;
    height: 43px;
    line-height: 43px;
    padding: 0;
}
.tip-action-btn.selected {
    color: #fff;
    background: #D76722;
}
.tip-action-btn-label {
    text-transform: capitalize;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
}
.tip-buttons .col-tip-btn {
    padding-right: 4px;
    padding-left: 4px;
    flex-grow: 1;
    max-width: 100%;
    flex-basis: 0;
    -webkit-box-flex: 1;
}
.fjord-myplan-overview .declined-items .tip-decline {
    background: #D76722;
    color: #fff;
}
.fjord-tip-footer {
    border-top: 0;
    background: #F4F4F4;
    margin-top: 16px;
}
.fjord-tip-footer a {
    text-decoration: underline;
    color: #D76722;
    font-size: 16px;
    line-height: 31px;
}
.my-plan-actions .tip-info .ws-header {
    padding: 24px 23px 0;
    background: #f4f4f4;
}
.my-plan-actions .tip-info .ws-header .ws-title:after {
    content: ':';
}
.my-plan-actions .tip-info-wrapper .ws-list {
    border-top: none;
    padding: 0 23px 24px;
    background: #F4F4F4;
    font-size: 18px;
    line-height: 31px;
}
.my-plan-actions .tip-info-wrapper .ws-list li {
    padding: 0;
}
.my-plan-actions .wide-tab.declined-tab {
    padding: 0;
    border: none;
    box-shadow: none;
    font-weight: 300;
    text-align: left;
    position: relative;
    line-height: 23px;
    margin: 41px 0;
}
.my-plan-actions .declined-container {
    margin: 0 0 37px;
}
.my-plan-actions .wide-tab.declined-tab .declined-tab-label {
    display: inline-block;
}
.my-plan-actions .declined-tab .angle-direction {
    padding: 0;
    position: absolute;
    right: 0;
}
.declined-tab .angle-direction::before {
    font-size: 24px;
    color: #000;
    font-weight: 900;
}
.fjord-tip .tip-image {
    height: 297px;
    max-width: 100%;
    margin: 30px 0 37px;
}
.fjord-myplan-overview .more-tips-wrapper .fjord-page-header {
    font-weight: 300;
    font-size: 24px;
    line-height: 31px;
    padding-bottom: 8px;
}
.fjord-myplan-overview .more-tips-wrapper .tips-category-title {
    color: #000;
    font-weight: 300;
    font-size: 24px;
    line-height: 31px;
    margin: 37px 0;
}
.fjord-myplan-overview .more-tips-wrapper .fjord-tip {
    border-top: none;
}
.fjord-myplan-overview .more-tips-wrapper .tip-headline {
    font-weight: normal;
    font-size: 18px;
    line-height: 31px;
    padding: 0;
    color: #000;
    border-bottom: 0;
    align-items: baseline;
    text-decoration: none;
}
.fjord-tip-body .tip-info-wrapper {
    padding-left: 25px
}
.fjord-myplan-overview .more-tips-link {
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    text-decoration: none;
    color: #1976B9;
}
.fjord-myplan-overview .btn-to-all-tips {
    border-radius: 0;
    border: none;
    background: #D76722;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    text-transform: capitalize;
    padding: 0;
    min-width: 305px;
    height: 39px;
    line-height: 39px;
    text-decoration: none;
    margin: 37px 0 41px;
}
.fjord-myplan-overview #fjord-support-bar {
    display: none;
}
.take-action-popup .fjord-stretch-btn {
    width: 100%;
    height: 40px;
    border-radius: 0;
    border: 1px solid #D76722;
    color: #D76722;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    margin: 0 0 10px;
    text-decoration: none;
}
.take-action-popup .fjord-stretch-btn.fjord-red-btn {
    background: #D76722;
    border: none;
    color: #fff;
}
.take-action-popup .fjord-popup-body {
    padding-bottom: 30px;
}
.take-action-popup .fjord-popup-headline{
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
}
.take-action-popup .fjord-popup-header {
    padding: 20px 58px 18px 20px;
    background: #F2F2F2;
}
.take-action-popup .fjord-popup-buttons-wrapper {
    max-width: 285px;
}
.take-action-popup .fjord-popup-header .row {
    margin-left: -5px;
    margin-right: -5px;
}
.take-action-popup .fjord-popup-header .row > .col,
.take-action-popup .fjord-popup-header .row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}
.take-action-popup .fjord-popup-img {
    background-size: cover;
}
.status-overlay.accept-overlay {
    background: #0072CE;
}
.status-overlay.complete-overlay {
    background: #007C91;
}
.status-overlay.decline-overlay {
    background: #73767B;
}
.status-overlay-social a {
    color: #fff;
    text-decoration: none;
}

@media screen and (min-width: 1025px) {
    .content-wrapper.fjord-myplan-overview {
        padding: 72px 0 0;
    }
}
@media screen and (max-width: 767px) {
    #content .fjord-myplan-overview .fjord-content-inner {
        padding: 20px;
    }
    .tip-buttons .col-tip-btn {
        padding-right: 1px;
        padding-left: 1px;
    }
    .tip-action-btn-label {
        font-size: 14px;
    }
    .fjord-myplan-overview .fjord-page-header.page-total-title {
        font-size: 36px;
        line-height: 40px;
    }
    .fjord-myplan-overview .fjord-page-description p {
        font-size: 16px;
        line-height: 24px;
        margin: 24px 0 32px 0;
    }
    .fjord-action-plan .fjord-page-header {
        font-weight: 300;
        font-size: 32px;
        line-height: 40px;
    }
    .my-plan-actions .fjord-tab-switcher > .row {
        display: block;
    }
    .tip-headline {
        flex-direction: column;
        align-items: flex-start;
        padding: 0;
        border-bottom: 0;
    }
    .tip-headline .take-action-trigger {
        width: 100%;
        font-size: 16px;
        line-height: 24px;
    }
    .tip-headline .tip-headline-link {
        padding-bottom: 24px;
    }
    .fjord-tip .tip-image {
        margin: 24px 0;
        background-size: cover;
    }
    .action-tab-switcher-wrapper .tab-mobile-icon {
        display: none;
    }
    .action-tab-title,
    .action-tab-subtitle-label {
        display: block;
    }
    .fjord-myplan-overview .action-tab-switcher {
        min-height: 50px;
    }
    .action-tabs-wrapper > .row > div:last-child .action-tab-switcher,
    .action-tabs-wrapper > .row > div:first-child .action-tab-switcher {
        border-radius: 0;
    }
    .fjord-tip-footer {
        margin: 0;
    }
    .tip-info {
        margin: 24px 0;
    }
    .fjord-myplan-overview a.download-file {
        color: #D76722;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    #content .fjord-myplan-overview .fjord-content-inner {
        max-width: 624px;
        margin: 72px auto;
        padding: 32px;
    }
    .my-plan-actions {
        margin: 37px 0 41px;
    }
    .action-tab-title .action-label {
        display: block;
    }
    .tip-headline-link {
        font-size: 16px;
        line-height: 19px;
    }
    .tip-action-btn {
        height: 100%;
        padding: 12px 0 6px;
    }
    .tip-action-btn:before,
    .tip-action-btn-label {
        display: block;
        line-height: normal;
        font-size: 14px;
    }
    .tip-buttons {
        margin-right: -4px;
        margin-left: -4px;
    }
    .fjord-tip-body .tip-info-wrapper {
        padding-left: 17px;
    }
    .fjord-tip .fjord-tip-footer {
        margin-top: 0;
    }
    .fjord-tip.half-tip .fjord-tip-footer {
        margin-top: 8px;
    }
    .fjord-tip .tip-image {
        height: 270px;
    }

    .fjord-myplan-overview .more-tips-wrapper .more-tips-item {
        display: flex;
        flex-direction: column;
    }
    .fjord-myplan-overview .more-tips-wrapper .show-tips-category {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    .fjord-myplan-overview .more-tips-wrapper .fjord-tip {
        display: flex;
        flex-direction: column;
        height: 100%;
        min-height: 1px;
    }
    .fjord-tip .tip-image {
        margin: 30px auto 37px;
    }
    .fjord-myplan-overview .more-tips-wrapper .tip-headline {
        height: 100%;
    }
}
/* FOE-138 */

/*FOE-140 */
.contact-us-page#topSection{
    display: flex;
    flex-direction: row;
    max-width: 928px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}
.contact-us-page .section-header-error-page{
    background: url("/images/plan-contact-us-step-by-step.png") no-repeat;
    width: 50%;
    height: auto;
    background-size: contain;
}
.contact-us-page .section-header-error-page h1{
    display: none;
}
.contact-us-page>div:last-child{
    display: none;
}
.contact-us-page .section-body{
    width: 50%;
    padding: 0 0 0 24px;
}
.contact-us-page .section-body #help-text-block{
    padding: 0;
}
.contact-us-page .section-body #help-text-block .page-title{
    font-size: 48px;
    line-height: 65px;
    color: #000000;
    font-weight: 300;
    margin: 0 0 16px 0;
}
.contact-us-page .section-body #help-text-block .page-description{
    padding: 0;
    line-height: 31px;
    margin-bottom: 16px;
}
.contact-us-page .section-body #help-text-block .required-fields{
    display: block;
    line-height: 20px;
    color: #FF0000;
    font-size: 14px;
    text-align: right;
    margin-bottom: 16px;
}
.contact-us-page .section-body #form-contact form {
    display: flex;
    flex-direction: column;
}
.contact-us-page .section-body #form-contact #form-element-preferred_contact_method{
    display: none;
}
.contact-us-page .section-body #form-contact .form-element{
    margin: 16px 0;
}
.contact-us-page .section-body #form-contact .form-element label{
    width: 100%;
}
.contact-us-page .section-body #form-contact #form-element-name{
    order: 1;
}
.contact-us-page .section-body #form-contact #form-element-name input{
    width: 100%;
    padding: 0;
    margin: 0;
    background: #F3F3F3;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    height: 47px;
}
.contact-us-page .section-body #form-contact #form-element-email{
    order: 2;
}
.contact-us-page .section-body #form-contact #form-element-email input{
    width: 100%;
    padding: 0;
    margin: 0;
    background: #F3F3F3;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    height: 47px;
}
.contact-us-page .section-body #form-contact #form-element-message{
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    order: 3;
    position: relative;
    margin-bottom: 58px;
}
.contact-us-page .section-body #form-contact #form-element-message textarea{
    width: 100%;
    padding: 0;
    margin: 0;
    background: #FFFFFF;
    border: 1px solid #D1D1D1;
    box-sizing: border-box;
    resize: none;
    height: 178px;
    border-radius: unset;
}
.contact-us-page .section-body #form-contact label{
    height: unset !important;
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 31px;
    color: #000000;
}
.contact-us-page .section-body #form-contact label::after{
    background-color: white;
    color: white;
    content: '*';
    position: absolute;
    transform: translate(-100%, 0);
}
.contact-us-page .section-body #form-contact label::before{
    content: '* ';
    color: #FF0000;
}
.contact-us-page .section-body #contact #fieldset-submit_cancel{
    display: block;
    order: 4;
    margin: 0;
    padding: 0;
}
.contact-us-page .section-body #fieldset-submit_cancel #contact_submit{
    padding: 4px 68px !important;
    width: 180px !important;
    height: 39px !important;
    background-color: #D76722 !important;
    color: transparent;
}
.contact-us-page .section-body #fieldset-submit_cancel #form-element-cancel,
.contact-us-page .section-body #fieldset-submit_cancel #form-element-submit{
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
}
.contact-us-page .section-body #fieldset-submit_cancel #form-element-submit::after{
    display: block;
    content: 'Send';
    color: white;
    font-size: 18px;
    line-height: 31px;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    pointer-events: none;
}
.contact-us-page .section-body #fieldset-submit_cancel #form-element-cancel #cancel{
    padding: 0 !important;
    width: 55px !important;
    height: 39px !important;
    background-color: transparent !important;
}
.contact-us-page .section-body #fieldset-submit_cancel #form-element-cancel #cancel:focus{
    outline: none;
    box-shadow: none !important;
}
.contact-us-page .section-body #fieldset-submit_cancel #form-element-cancel #cancel::after{
    content: 'Reset';
    line-height: 23px;
    font-size: 18px;
    position: absolute;
    transform: translate(0, -50%);
    text-decoration-line: underline;
    top: 50%;
    left: 16px;
    color: #D76722;
    pointer-events: none;
}
.contact-us-page .section-body #form-contact .counter{
    position: absolute;
    transform: translate(-100%, 100%);
    left: 100%;
    bottom: -8px;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}
.contact-us-page .section-body #form-contact #form-element-message .err-message{
    position: absolute;
    transform: translate(0, 100%);
    left: 0;
    bottom: -8px;
}
.contact-us-page .section-body #contact .err-message{
    margin-top: 8px;
    font-family: Open Sans;
    font-size: 12px;
    line-height: 18px;
    color: #FF0000;
    position: relative;
}
.contact-us-page .section-body #form-contact .err-message::after{
    background-color: white;
    color: #FF0000;
    position: absolute;
    transform: translate(0, 0);
    left: 0;
    width: 100%;
}
.contact-us-page .section-body #form-contact #form-element-message .err-message::after{
    content: 'Please enter message';
    z-index: 10;
}
.contact-us-page .section-body #form-contact #form-element-name .err-message::after{
    content: 'Please enter your name';
}
.contact-us-page .section-body #form-contact #form-element-email .err-message::after{
    content: 'Please enter a valid email';
}
.contact-us-page form.for-valid textarea.error{
    border: 2px solid red !important;
}
@media screen and (max-width: 1023px) {
    #topSection.contact-us-page{
        max-width: 560px;
        padding: 0;
    }
    .contact-us-page .section-body{
        width: 272px;
        padding-left: 16px;
    }
    .contact-us-page .section-body #help-text-block .page-description{
        font-size: 16px;
        line-height: 24px;
    }
    .contact-us-page .section-body #help-text-block .page-title{
        font-size: 36px;
        line-height: 40px;
    }
    .contact-us-page .section-body #help-text-block .required-fields{
        font-size: 16px;
        margin-bottom: 0;
    }
    .contact-us-page .section-body #form-contact .form-element label{
        font-size: 16px;
        white-space: nowrap;
    }
    .contact-us-page .section-body #form-contact #form-element-message{
        margin-bottom: 45px;
    }
}
@media screen and (max-width: 767px){
    #topSection.contact-us-page{
        flex-direction: column;
        max-width: 376px;
        padding: 0;
    }
    .contact-us-page .section-header-error-page{
        background: url("/images/plan-contact-us-step-by-step-mobile.png") no-repeat;
        width: 375px;
        height: 200px;
    }
    .contact-us-page .section-body{
        width: calc(100% - 40px);
        margin: 32px 0 0 0;
        padding: 0 20px;
        font-weight: normal;
        font-weight: normal;
    }
    .contact-us-page .section-body #help-text-block .page-title{
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 32px;
    }
    .contact-us-page .section-body #help-text-block .page-description{
        margin-bottom: 32px;
    }
    .contact-us-page .section-body #help-text-block .required-fields{
        margin-bottom: 0;
    }
    .contact-us-page .section-body #form-contact .form-element{
        padding: 0 !important;
        margin-top: 8px;
    }
    .contact-us-page .section-body #form-contact .form-element label{
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 8px;
    }
    .contact-us-page .section-body #contact #fieldset-submit_cancel{
        display: flex;
        flex-direction: column;
    }
    .contact-us-page .section-body #form-contact #form-element-message{
        margin-bottom: 50px;
    }
    .contact-us-page .section-body #fieldset-submit_cancel #form-element-cancel #cancel,
    .contact-us-page .section-body #fieldset-submit_cancel #form-element-submit input,
    .contact-us-page .section-body #fieldset-submit_cancel #form-element-cancel,
    .contact-us-page .section-body #fieldset-submit_cancel #form-element-submit{
        width: 100% !important;
    }
    .contact-us-page .section-body #fieldset-submit_cancel #form-element-cancel #cancel::after,
    .contact-us-page .section-body #fieldset-submit_cancel #form-element-submit::after{
        font-weight: 300;
        font-size: 16px !important;
        line-height: 24px;
    }
    .contact-us-page .section-body #fieldset-submit_cancel #form-element-cancel #cancel::after{
        transform: translate(-50%, -50%);
        left: 50%;
    }
    .contact-us-page #fieldset-submit_cancel #form-element-cancel,
    .contact-us-page #fieldset-submit_cancel #form-element-submit{
        margin: 0;
    }
    .contact-us-page #fieldset-submit_cancel #form-element-cancel{
        height: 56px;
    }
    .contact-us-page #fieldset-submit_cancel #form-element-submit #contact_submit{
        height: 42px !important;
    }
}
/* end FOE-140 */
/* FOE-165 */
/* global styles */
body {
    background: #ffffff;
}
h1, h2, h3, h4 {
    font-family: pragmatica, sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 1.35;
    padding: 0;
    margin-top: 0;
    color: #000000;
}

h2 {
    font-size: 48px;
}

a {
    color: #D76722;
    text-decoration: underline;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.fjord-header-account-info.account-info {
    display: none !important;
}

small {
    font-size: 14px;
}

.content-wrapper.box-shadow {
    box-shadow: none;
}
#wrapper, #wrapper-inner {
    overflow: hidden;
}
#content-main .inner-wrapper {
    width: 100%;
    max-width: 1154px;
}
#content-main .inner-wrapper > .inner {
    width: 100%;
    margin: 0;
}
.button,
.content-inner a.button,
.fjord-content-inner a.button,
input[type="submit"].button,
button[type="submit"] {
    display: inline-block;
    font-family: pragmatica, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    background-color: #D76722;
    color: #ffffff;
    min-width: 290px;
    height: 43px;
    line-height: 43px;
    font-size: 18px;
    border-radius: 0;
    padding: 0 15px;
    margin: 16px 0;
    border: 2px solid #D76722;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.button:hover,
.content-inner a.button:hover,
.fjord-content-inner a.button:hover,
input[type="submit"].button:hover,
button[type="submit"]:hover {
    background-color: rgba(215, 103, 34, 0.5);
}
.button.button-gray {
    background-color: #767171;
    border-color: #767171;
}
.button.button-gray:hover,
.button.button-gray.active {
    background-color: #D76722;
    border-color: #D76722;
}

ul.breadcrumbs {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}

ul.breadcrumbs li {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: lighter;
    margin-right: 30px;
}

ul.breadcrumbs li:not(:last-child)::after {
    position: absolute;
    content: ">";
    font-size: 12px;
    top: 54%;
    right: -18px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

ul.breadcrumbs li.active {
    font-weight: 600;
}

[id^="iconic-select-"] {
    font-size: inherit;
    border: none;
    margin-bottom: 35px;
}

[id^="iconic-select-"] .is-select {
    position: relative;
    font-weight: 300;
    padding-left: 0;
    background: none;
}

[id^="iconic-select-"] .is-select::after {
    font-family: 'FontAwesome', sans-serif;
    content: "\f107";
    font-weight: bold;
    font-size: 16px;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    -ms-transform: translate(0, -50%) scaleY(1);
    -webkit-transform: translate(0, -50%) scaleY(1);
    transform: translate(0, -50%) scaleY(1);
}

[id^="iconic-select-"] .is-select.open-select::after {
    -ms-transform: translate(0, -50%) scaleY(-1);
    -webkit-transform: translate(0, -50%) scaleY(-1);
    transform: translate(0, -50%) scaleY(-1);
}

[id^="iconic-select-"] .is-options {
    max-height: 350px;
    overflow-y: auto;
}

label {
    display: inline-block;
    margin-bottom: 15px;
}

.required {
    color: #FF0000;
}

input[type="text"],
input[type="email"],
input[type="password"],
#form-element-phone_number input,
#energy_savings_pack_form #form-element-phone_number input {
    width: 100%;
    height: 47px;
    line-height: 47px;
    padding: 0 15px;
    border: none;
    background-color: #F3F3F3;
    color: inherit;
    margin-bottom: 35px;
}

input[type="text"].error,
input[type="email"].error,
input[type="password"].error,
#form-element-phone_number input.error,
#energy_savings_pack_form #form-element-phone_number input.error {
    border: 1px solid #FF0000;
}

/* loader */
.loader-wrapper {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.85);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 100;
}
.loader-wrapper.loading {
    visibility: visible;
    opacity: 1;
}
.eligibility-form-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 80px;
    height: 80px;
}
.eligibility-form-loader div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 16px;
    background: #D76722;
    opacity: 0.75;
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.eligibility-form-loader div:nth-child(1) {
    left: 8px;
    animation-delay: -0.24s;
}
.eligibility-form-loader div:nth-child(2) {
    left: 32px;
    animation-delay: -0.12s;
}
.eligibility-form-loader div:nth-child(3) {
    left: 56px;
    animation-delay: unset;
}
@keyframes lds-facebook {
    0% {
        top: 8px;
        height: 64px;
    }
    50%, 100% {
        top: 24px;
        height: 32px;
    }
}
/* end loader */
/* end global styles */

/* header */
#fjord-header .fjord-header-top {
    position: relative;
    min-height: 0px;
    height: 74px;
    padding: 0 88px;
    border: none;
}

#fjord-header .fjord-header-img {
    width: 218px;
    height: 53px;
    object-fit: contain;
}

/* navigation */
.js-nav-system {
    justify-content: flex-end;
}

.js-nav-system .nav_li_0, .fjord-header-user-menu {
    margin: 0 14px;
}

.js-nav-system li a, .js-nav-system__subnav a, .fjord-top-menu-wrapper .js-nav-system li span, .fjord-header-user-name {
    font-family: pragmatica, sans-serif;
    text-decoration: none;
    font-weight: normal;
    font-size: 18px;
    color: #000000;
}

.fjord-header-user-menu, .fjord-header-user-container {
    margin-right: 0;
    position: static;
}

.fjord-header-user-menu.show-login.show-login-popup {
    position: relative;
}

.fjord-header-user-menu .fa.fa-caret-down {
    display: none;
}

.js-nav-system.fjord-header-user-container.desktop-user-container {
    padding: 0;
}

.fjord-user-menu-icon {
    background: transparent;
}

.active .fjord-user-menu-icon, .fjord-header-user-menu:hover a.fjord-header-user-menu-label i {
    color: #D76722;
}

.fjord-header-user-menu-label {
    min-width: 0;
    text-decoration: none;
}

.fjord-user-menu-icon {
    margin: 0;
}

.fjord-header-user-name {
    display: none;
}
/* end navigation */

/* Login popup */
#fjord1-login-popup,
#MyAccountMenu {
    width: 390px;
    background-color: #D2EDF4;
    padding: 32px 42px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0;
    box-sizing: border-box;
}

#MyAccountMenu {
    width: 265px;
    padding: 32px 16px;
    border: none;
    text-align: center;
}

#MyAccountMenu a {
    color: #D76722;
    font-weight: 300;
    font-size: 18px;
    text-decoration: underline;
}

#fjord1-login-popup #sign-in-form,
#fjord1-login-popup #login-con {
    display: flex;
    flex-direction: column;
}

#fjord1-login-popup::after,
#MyAccountMenu::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 91px;
    border: 14px solid transparent;
    border-left-width: 9px;
    border-right-width: 9px;
    border-bottom-color: #D2EDF4;
    z-index: 1;
}

#fjord1-login-popup h5 {
    display: block !important;
    text-align: center;
    font-weight: 300;
    font-size: 24px;
    line-height: 36px;
    color: #000000;
    margin: 0 0 30px;
}

#fjord1-login-popup .form-element-label {
    display: none;
}

#fjord1-login-popup input {
    font-weight: 300;
    font-size: 16px;
    color: #000000;
    margin-bottom: 16px;
    border: 1px solid #D1D1D1;
    line-height: 54px;
    height: 54px;
    padding: 0 16px;
    box-sizing: border-box;
}

#fjord1-login-popup input#sign-in-form-password,
#fjord1-login-popup input#password-con {
    margin-bottom: 0;
}

#fjord1-login-popup input::placeholder {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    color: #BABABA;
}

#fjord1-login-popup .button-container {
    order: 2;
}

#fjord1-login-popup .red-btn {
    font-family: pragmatica, sans-serif;
    background-color: #D76722;
    color: #ffffff;
    width: 100%;
    height: 43px;
    line-height: 43px;
    font-size: 18px;
    border-radius: 0;
    padding: 0 15px;
    margin: 30px 0;
    text-transform: lowercase;
    border: 2px solid #D76722;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#fjord1-login-popup .red-btn:hover {
    background-color: rgba(215, 103, 34, 0.5);
}
#fjord1-login-popup .red-btn:first-letter {
    text-transform: uppercase;
}

#forgotten-login {
    margin: 0;
    text-align: left;
}
#forgotten-login .forgotten-link {
    font-size: 12px;
    line-height: 30px;
    color: #D76722;
}

#fjord1-login-popup #create-account {
    display: block !important;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #000000;
}
/* end Login popup */

@media screen and (min-width: 1025px) {
    .js-nav-system .nav_li_0:hover > a:before,
    .js-nav-system .nav_li_0:hover > span:before,
    .js-nav-system__subnav li:hover a:before,
    .js-nav-system__subnav li:hover span:before,
    .fjord-header-user-container:hover .fjord-header-user-menu > a:before,
    .js-nav-system__link:focus:before {
        display: none;
    }
    .js-nav-system .nav_li_0:hover > a,
    .js-nav-system .nav_li_0:hover > span,
    .js-nav-system__subnav li:hover a,
    .js-nav-system__subnav li:hover span,
    .fjord-header-user-container:hover .fjord-header-user-menu > a {
        color: #D76722;
    }
    .js-nav-system .nav_li_0, .fjord-header-user-menu, .fjord-header-user-container {
        height: 100%;
        min-height: 0;
    }
}
@media (max-width: 1024px) {
    #fjord-header .fjord-header-top {
        padding: 0 16px;
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
    }
    #fjord-header .fjord-header-img {
        width: 137px;
        height: 33px;
    }
    #fjord-header.opened {
        height: auto;
    }
    .fjord-mobile-menu-trigger {
        padding: 0 4px;
        height: 30px;
        border: 1px solid #333333;
    }
    .fjord-mobile-menu-trigger .fa.fa-bars,
    .fjord-mobile-menu-trigger .fa.fa-times {
        font-family: pragmatica, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 30px;
        color: #333333;
    }
    .fjord-mobile-menu-trigger .fa.fa-bars::before,
    .fjord-mobile-menu-trigger .fa.fa-times::before {
        content: "Full Menu";
    }
    .js-nav-system .nav_li_0, .fjord-header-user-menu {
        margin: 0;
        background: #333333;
    }
    .nav_li_0 a, .nav_li_0 span {
        padding: 0 25px;
        line-height: 57px;
    }
    #MyAccountMenu a,
    .js-nav-system li a, .js-nav-system__subnav a,
    .fjord-top-menu-wrapper .js-nav-system li span,
    .fjord-header-user-name,
    .fjord-mobile-account-menu .js-nav-system__link span {
        font-family: pragmatica, sans-serif;
        font-size: 16px;
        font-weight: normal;
        color: #fff;
        text-decoration: none;
    }
    #fjord-header .fa.fa-user.fjord-user-menu-icon {
        display: none;
    }
    .js-nav-system li:not(:last-child),
    .js-nav-system li.nav_li_0.fjord-mobile-account-menu {
        border-bottom: 1px solid #666666;
    }
    #fjord1-login-popup, #MyAccountMenu {
        top: 74px
    }
    #fjord1-login-popup::after {
        display: none;
    }
    .fjord-login-popup-blackout {
        background: transparent;
    }
    a.js-nav-system__link.selected,
    a.js-nav-system__link.selected span {
        color: #fff;
    }
    #MyAccountMenu {
        width: 100%;
        text-align: left;
        padding: 0;
        background: transparent;
    }
    #MyAccountMenu::after {
        display: none;
    }
    .nav_li_0 .selected + .js-nav-system__subnav li:first-child a {
        border-top: 1px solid #ccc;
    }
    #MyAccountMenu a {
        text-decoration: none;
    }
    .js-nav-system__subnav {
        display: none;
    }
}

    /* tablet header (FOE-206) */
@media (min-width: 768px) and (max-width: 1024px) {
    .js-nav-system .nav_li_0:hover > a::before,
    .js-nav-system .nav_li_0:hover > span::before,
    .js-nav-system__subnav li:hover a::before,
    .js-nav-system__subnav li:hover span::before,
    .fjord-header-user-container:hover .fjord-header-user-menu > a::before,
    .js-nav-system__link:focus::before {
        display: none;
    }
    a:focus {
        box-shadow: none !important;
    }
    .fjord-header-mobile-menu {
        display: block;
    }
    .fjord-mobile-account-menu > a {
        text-transform: capitalize;
    }
    .js-nav-system .nav_li_0,
    .fjord-header-user-menu {
        display: block;
        text-align: left;
        height: auto;
        width: 100%;
    }
    .js-nav-system {
        display: block;
    }
    .desktop-menu,
    .desktop-account-info,
    .desktop-user-container {
        display: none;
    }
    .fjord-mobile-menu-trigger{
        display: block;
        padding: 0 20px;
        cursor: pointer;
    }
    .fjord-mobile-menu-trigger .fa-times{
        display: none;
    }
    .opened .fjord-mobile-menu-trigger .fa-bars {
        display: none;
    }
    .opened .fjord-mobile-menu-trigger .fa-times {
        display: block;
    }
    .fjord-header-mobile-menu-wrapper {
        width: 100%;
        box-sizing: border-box;
        display: none;
        z-index: 100;
    }
    .js-nav-system__subnav {
        position: static;
    }
    .js-nav-system__subnav li {
        padding: 0;
    }
    .nav_li_0 a,
    .nav_li_0 span {
        display: block;
        cursor: pointer;
    }
    .nav_li_1 a,
    .nav_li_1 span {
        display: block;
    }
    #fjord-header.opened {
        position: fixed;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        z-index: 100;
    }
    .fjord-mobile-account-menu .js-nav-system__link span {
        display: flex;
        padding: 0;
    }
    #fjord1-login-popup {
        position: fixed;
        left: 50%;
        transform: translateX(-50%);
    }
}
    /* end tablet header (FOE-206)*/
/* end header */

/* index logout landing */
body #content {
    background-color: transparent;
}
#content:after {
    background-image: url("/images/index-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 911px;
    left: 0;
    z-index: -2;
}
#content .content-wrapper.box-shadow {
    margin: 72px 0;
    padding: 72px 100px;
}
#content.content-act-user-editaccount #content-main .content-wrapper.box-shadow,
#content.content-act-audit-wizard #content-main .content-wrapper.box-shadow,
#content.content-act-user-timeline #content-main .content-wrapper.box-shadow,
#content.content-act-myplan-help #content-main .content-wrapper.box-shadow
{
    padding-bottom: 0;
    margin-bottom: 0;
}
.welcome-image img,
.page-image img {
    width: 100%;
    height: auto;
}
.col.span_4_of_4 {
    padding: 0;
    margin: 0;
}
@media (max-width: 991px) {
    h2 {
        font-size: 36px;
        line-height: 1.11;
        margin: 24px 0;
    }
}
@media (max-width: 767px) {
    .content-wrapper.box-shadow {
        padding: 0;
        margin: 0 0 80px 0;
    }
    .welcome-image, .page-image  {
        padding: 0 !important;
    }
    .content-inner.home-page a.button {
        width: 100%;
    }
    .content-inner.home-page p:last-child {
        text-align: center;
    }
}
/* end index logout landing */

/* END FOE-165 */

/* FOE-139 */
#energy_savings_pack_list {
    font-family: 'Open Sans', san-serif;
    font-size: 16px;
    font-weight: normal;
    background-color: #D2EDF4;
    padding: 40px 35px;
    border-bottom: 10px solid #3A6F8F;
}

#energy_savings_pack_image {
    margin-bottom: -12px;
}

#energy_savings_pack_image img {
    width: 100%;
    height: auto;
}

#energy_savings_pack_list .row {
    margin-top: 24px;
}

#energy_savings_pack_list .row div {
    margin-bottom: 6px;
}

#energy_savings_pack_right label {
    display: block;
    margin-bottom: 15px;
}

#energy_savings_pack_right label.error {
    display: block;
    font-size: 12px;
    color: red;
    margin: -30px 0 35px !important;
}

#energy_savings_pack_right button[type="submit"] {
    min-width: 175px;
}

#energy_savings_pack_form input.error {
    margin-bottom: 35px;
}

#energy_savings_pack_right h2 {
    margin-bottom: 16px;
}

#energy_savings_pack_form small.required {
    display: block;
    margin-bottom: 35px;
}

#showSavingPackQuantity,
#energy_savings_pack_list .close {
    display: none;
}

#energy_savings_pack_right p {
    margin-bottom: 35px;
    font-weight: normal;
}

#energy_savings_pack_right #esp_pack_id input[type="radio"],
#energy_savings_pack_right #form-element-pack_id br,
#energy_savings_pack_right #esp_service_same_as_legal_address input[type="checkbox"],
#energy_savings_pack_right #esp_mailing_same_as_legal_address input[type="checkbox"],
#energy_savings_pack_right #esp_accept input[type="checkbox"] {
    display: none;
}

#energy_savings_pack_right #form-element-pack_id label {
    display: inline-block;
    width: calc(33.3333333% - 8px);
    min-width: 0;
    margin-bottom: 35px;
    margin-top: 0;
}

#energy_savings_pack_right #form-element-pack_id label:not(:last-child) {
    margin-right: 8px;
}

#esp_service_same_as_legal_address label,
#esp_mailing_same_as_legal_address label,
#esp_accept label {
    position: relative;
    padding-left: 30px;
    margin-bottom: 35px;
}

#esp_service_same_as_legal_address label::before,
#esp_mailing_same_as_legal_address label::before,
#esp_accept label::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 14px;
    text-align: center;
    font-family: FontAwesome;
    content: "";
    border: 3px solid #000;
    height: 22px;
    width: 22px;
    line-height: 18px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border-radius: 4px;
}

#esp_service_same_as_legal_address label.checked::before,
#esp_mailing_same_as_legal_address label.checked::before,
#esp_accept label.checked::before {
    content: "\f00c";
}

button[type="reset"],
#esp_service_submit_back,
#esp_mailing_submit_back {
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    font-weight: 300;
    border: none;
    background: transparent;
    color: #D76722;
    text-decoration: underline;
    padding: 0 20px;
    cursor: pointer;
}
#esp_service_submit_back,
#esp_mailing_submit_back {
    padding-right: 0;
}

@media screen and (max-width: 991px) {
    #energy_savings_pack_right #form-element-pack_id label {
        display: block;
        width: 100%;
        min-width: 0;
        text-align: center;
        padding: 0 15px;
        margin: 0 0 10px 0;
    }

    #energy_savings_pack_list {
        padding-left: 20px;
    }
}

@media screen and (max-width: 767px) {
    #energy_savings_pack_image img {
        height: 200px;
        object-fit: cover;
        object-position: center;
    }

    #energy_savings_pack_right label {
        margin-bottom: 8px;
    }

    #showSavingPackQuantity {
        display: block;
        margin: 30px 0;
    }

    #energy_savings_pack_list {
        display: none;
        padding-left: 20px;
        position: absolute;
        top: 0;
        height: calc(100vh - 74px);
        overflow-y: auto;
        z-index: 100;
    }

    #energy_savings_pack_list .close {
        display: block;
        position: absolute;
        top: 13px;
        right: 20px;
        font-size: 20px;
        color: #000;
    }

    #energy_savings_pack_form small.required {
        margin-bottom: 8px;
    }

    #energy_savings_pack_list .row {
        margin-top: 15px;
    }

    #energy_savings_pack_right p,
    #energy_savings_pack_right input[type="text"],
    #energy_savings_pack_right input[type="email"],
    #energy_savings_pack_right input[type="password"],
    #energy_savings_pack_right #form-element-phone_number input,
    #energy_savings_pack_right #energy_savings_pack_form #form-element-phone_number input,
    #esp_pack_id {
        margin-bottom: 24px;
    }

    button[type="reset"],
    #esp_service_submit_back,
    #esp_mailing_submit_back,
    #energy_savings_pack_right button[type="submit"] {
        display: block;
        width: 100%;
        min-width: 0;
        text-align: center;
        margin: 12px 0;
        padding: 0 15px;
    }
}
#energy_savings_pack_confirmation_popup_wrapper .fjord-popup-body .container {
    text-align: center;
}
/* end FOE-139 */

/* FOE-137 */
#eligibility-form .errors,
#eligibility-form label.error {
    display: block;
    font-size: 14px;
    margin: -35px 0 35px;
    padding: 0;
    list-style: none;
}

#eligibility-registration-popup {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.75);
    z-index: 999999;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    transition-delay: 0.25s;
}

#eligibility-registration-popup.show {
    visibility: visible;
    opacity: 1;
}

#eligibility-registration-popup .popup-inner {
    position: absolute;
    opacity: 0;
    top: 50%;
    left: 50%;
    background-color: #FFFFFF;
    font-size: larger;
    padding: 45px 35px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 650px;
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    -webkit-transition: all 0.5s cubic-bezier(.78,.05,.52,1.35);
    transition: all 0.5s cubic-bezier(.78,.05,.52,1.35);
    transition-delay: 0.4s;
}

#eligibility-registration-popup.show .popup-inner {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

#eligibility-registration-popup .close {
    position: absolute;
    top: 10px;
    right: 20px;
}

#eligibility-form .accept-terms {
    margin-top: 30px;
}

#eligibility-form input#accept {
    display: none;
}

#eligibility-form .accept-terms label {
    position: relative;
    padding-left: 30px;
    margin-bottom: 35px;
}

#eligibility-form .accept-terms label::before {
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 14px;
    text-align: center;
    font-family: FontAwesome;
    content: "";
    border: 3px solid #000;
    height: 22px;
    width: 22px;
    line-height: 18px;
    border-radius: 4px;
}

#eligibility-form .accept-terms label.checked::before {
    content: "\f00c";
}

#eligibility-form .accept-terms .errors {
    padding-left: 30px;
}

@media (max-width: 991px) {
    .assessment .content-wrapper.box-shadow {
        padding: 30px 15px;
        max-width: 80vw;
        margin-left: auto;
        margin-right: auto;
    }

    .assessment .content-wrapper.box-shadow .container {
        max-width: 100%;
    }

    .eligibility-registration ul.breadcrumbs li {
        font-size: 15px;
    }

    .eligibility-registration h2 {
        font-size: 36px;
        line-height: 1.11;
        margin: 24px 0;
    }

    #eligibility-form label,
    [id^="iconic-select-"] .is-select,
    [id^="iconic-select-"] .is-option {
        font-size: 16px;
    }

    .eligibility-registration .button.next-btn,
    .eligibility-registration input[type="submit"].button {
        width: 100%;
    }

    #eligibility-form + span {
        font-size: 16px;
        display: block;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .assessment .content-wrapper.box-shadow {
        max-width: 100%;
        padding: 0;
    }

    .eligibility-registration .breadcrumbs {
        display: none;
    }

    .eligibility-registration > .row > .col-md-6:not(.welcome-image) {
        order: 2;
    }

    .eligibility-registration .welcome-image img {
        width: 100%;
        height: 200px;
        object-position: center;
        object-fit: cover;
    }
}
/* end FOE-137 */
/* FOE-225 Sign-in page */
.fjord-content-inner.signup-background.shadow-overlay {
    background: transparent;
    height: auto;
}
.fjord-content-inner.signup-background.shadow-overlay:after {
    content: none;
}
.fjord-content-inner.signup-background .sign-image {
    height: 100%;
    background: url(/images/welcome-image.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.fjord-content-inner.signup-background .login-form-box {
    border: none;
    margin: 0;
    padding: 0;
}
.fjord-content-inner.signup-background .login-form-box .login-form{
    margin-top: 37px;
}
.fjord-content-inner.signup-background .row.no-gutters.justify-content-center>.col,
.fjord-content-inner.signup-background .row.no-gutters.justify-content-center>[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
}
.fjord-content-inner.signup-background .close,
.fjord-content-inner.signup-background .user-icon,
.fjord-content-inner.signup-background #forgotten-login{
    display: none;
}
.fjord-content-inner.signup-background h1 {
    font-weight: 300;
    font-size: 48px;
    line-height: 65px;
    margin: 0;
    text-align: left;
}
.fjord-content-inner.signup-background .login-form-box .form-element-parent {
    padding: 0;
    text-align: left;
    margin-bottom: 37px;
}
.fjord-content-inner.signup-background .login-form-box input.form-element {
    width: 100%;
    height: 47px;
    line-height: 47px;
    padding: 0 15px;
    border: none;
    background-color: #F3F3F3;
    color: inherit;
    /*margin-bottom: 35px;*/
}
.fjord-content-inner.signup-background .login-form-box input.form-element::placeholder {
    color: #8C8C8C;
}
.fjord-content-inner.signup-background .login-form-box .red-btn-parent {
    margin: 0;
}
.fjord-content-inner.signup-background .login-form-box .red-btn {
    display: inline-block;
    font-family: pragmatica, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    background-color: #D76722;
    color: #ffffff;
    min-width: 290px;
    height: 43px;
    line-height: 43px;
    font-size: 18px;
    border-radius: 0;
    padding: 0 15px;
    margin: 19px 0 0;
    border: 2px solid #D76722;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    text-transform: none;
}
.fjord-content-inner.signup-background .login-form-box .red-btn:hover {
    background-color: rgba(215, 103, 34, 0.5);
}
.fjord-content-inner.signup-background .login-form-box .for-sign-in {
    text-align: left;
}
.fjord-content-inner.signup-background .login-form-box .input-info {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
}
.fjord-content-inner.signup-background .login-form-box .form-element-parent label {
    font-weight: normal;
    font-size: 18px;
    line-height: 31px;
}
.fjord-content-inner.signup-background .login-form-box .form-element-parent label[for="password"] {
    text-transform: lowercase;
}
.fjord-content-inner.signup-background .login-form-box .form-element-parent label[for="password"]:first-letter {
    text-transform: capitalize;
}
.fjord-content-inner.signup-background .login-form-box .for-sign-in a {
    color: #D76722;
}
.fjord-content-inner.signup-background .login-form-box .text-error {
    font-size: 16px;
    line-height: 1.5;
}
.fjord-content-inner.signup-background .login-form-box #error {
    margin: 0;
    margin-top: -27px;
}
.fjord-content-inner.signup-background .login-form-box #error .icon-error {
    display: none;
}
.fjord-content-inner.signup-background .login-form-box .toggle-password {
    color: #D76722;
    float: right;
    line-height: 1.72;
    cursor: pointer;
    text-transform: none;
}
.fjord-content-inner.signup-background .login-form-box .toggle-password i {
    padding-right: 8px;
}
@media screen and (max-width: 767px) {
    #content .fjord-content-inner.signup-background .sign-image-wrapper {
        padding: 0;
        margin-bottom: 32px;
    }
    .fjord-content-inner.signup-background .sign-image {
        background: url(/images/welcome-image-mobile.png);
        height: 200px;
    }
    .fjord-content-inner.signup-background h1 {
        font-size: 32px;
        line-height: 40px;
    }
    .fjord-content-inner.signup-background .login-form-box .login-form {
        margin-top: 24px;
    }
    .fjord-content-inner.signup-background .login-form-box .form-element-parent {
        margin-bottom: 24px;
    }
    .fjord-content-inner.signup-background .login-form-box .red-btn-parent {
        margin-bottom: 16px;
    }
    .fjord-content-inner.signup-background .login-form-box .red-btn {
        margin-top: 0;
        max-width: none;
    }
    .fjord-content-inner.signup-background .login-form-box .for-sign-in {
        text-align: center;
    }
    .fjord-content-inner.signup-background .login-form-box .form-element-parent label {
        font-size: 16px;
        line-height: 24px;
    }
    .fjord-content-inner.signup-background .login-form-box .toggle-password {
        text-decoration-line: underline;
    }
    .fjord-content-inner.signup-background .login-form-box #error {
        margin-top: -17px;
    }
    .fjord-content-inner.signup-background .login-form-box .text-error {
        font-size: 14px;
    }
}
/* //FOE-225 */
/* FOE-143 */
.category-select, .timeline-show-first-wrap {
    border: none;
    width: 240px;
    height: 36px;
}
/* //FOE-143 */
/* FOE-247 */
.take-action-popup .fjord-stretch-btn {
    padding: 10px 20px;
}
/* // FOE-247 */


/* FOE-166 */
#user-edit-popup {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.75);
    z-index: 999999;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    transition-delay: 0.25s;
}

#user-edit-popup.show {
    visibility: visible;
    opacity: 1;
}

#user-edit-popup .popup-inner {
    position: absolute;
    opacity: 0;
    top: 50%;
    left: 50%;
    background-color: #FFFFFF;
    font-size: larger;
    padding: 45px 35px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 650px;
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    -webkit-transition: all 0.5s cubic-bezier(.78,.05,.52,1.35);
    transition: all 0.5s cubic-bezier(.78,.05,.52,1.35);
    transition-delay: 0.4s;
}

#user-edit-popup .popup-inner {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

#user-edit-popup .close {
    position: absolute;
    top: 10px;
    right: 20px;
}

.edit-account input[type="text"].error, .edit-account input[type="email"].error, .edit-account input[type="password"].error {
    margin-bottom: 0;
}

.edit-account form label.error {
    font-size: 14px;
    margin: -35px 0 35px !important;
}
/* end FOE-166 */
/* FOE-167 */
/* footer */
#footer, #footer-main {
    background: #ffffff;
}
#footer-main, #footer-main a {
    font-family: pragmatica, sans-serif;
    color: #333333;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}
#footer #footer-main .inner-wrapper {
    width: 100%;
}
#footer .inner-wrapper > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
}
#footer .footer-menu {
    margin-bottom: 8px;
}
#footer .footer-menu a {
    display: block;
    color: #D76722;
    margin-bottom: 8px;
}
#footer .fjord-footer-img {
    width: 220px;
    height: 54px;
    object-fit: contain;
}
#footer ul.social {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
}
#footer ul.social li {
    display: inline-block;
}
#footer ul.social li a {
    display: block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 24px;
    background: #767171;
    border: 1px solid #767171;
    margin: 4px;
    color: #ffffff;
    transition: all 0.3s ease;
}
#footer ul.social li a:hover {
    background: transparent;
    color: #767171;
}
@media screen and (min-width: 768px) {
    #footer, #footer-main {
        height: 300px !important;
        box-sizing: border-box;
    }
    #footer-main {
        display: flex;
        align-items: center;
    }
    #footer #footer-main .inner-wrapper {
        display: flex;
        justify-content: space-between;
        padding: 0 88px;
    }
    #footer .inner-wrapper > div {
        width: 33.33333333%;
    }
}
@media  (min-width: 768px) and (max-width: 1024px) {
    #footer .inner-wrapper > div {
        width: 30%;
    }
    #footer .inner-wrapper > div:nth-child(2) {
        width: 40%;
    }
    #footer #footer-main .inner-wrapper {
        padding: 0 16px;
    }
}
@media screen and (max-width: 767px) {
    #footer .inner-wrapper > div {
        padding: 15px;
    }
}
/* end footer */
/* end FOE-167 */


/* FOE-128 */
.assessment .fjord-page-top-img-container.wizard-img-container,
.assessment .starting-business .fjord-page-header,
.assessment .starting-business .business-img-container,
.fjord-choose-goal-smallcom .fjord-page-description p:last-child {
    display: none;
}

.fjord-choose-goal-smallcom .type-business .category-option {
    border-radius: 0;
    background: transparent;
    height: 214px;
    width: 214px;
    line-height: 1.4;
    margin-bottom: 25px;
}

.fjord-choose-goal-smallcom .type-business .category-option img {
    width: 214px;
    height: 183px;
    object-fit: cover;
}

.fjord-choose-goal-smallcom .type-business .category-option .option-label {
    position: static;
    font-family: pragmatica, sans-serif;
    color: inherit;
    padding: 0;
    font-size: 14px;
    height: auto;
}

.fjord-choose-goal-smallcom .type-business .row.industry-options {
    margin-left: -12px;
    margin-right: -12px;
}

.fjord-choose-goal-smallcom .type-business .row.industry-options > .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 auto;
    min-width: 25%;
    width: auto;
    padding-left: 12px;
    padding-right: 12px;
}

.fjord-choose-goal-smallcom .type-business {
    display: block !important;
}

.fjord-choose-goal-smallcom .starting-business-btn {
    display: none;
}

.fjord-choose-goal-smallcom .fjord-page-header {
    font-family: pragmatica, sans-serif;
    font-weight: 300;
    font-size: 48px;
    line-height: 65px;
    color: #000000;
    margin: 0 0 37px;
}

.fjord-choose-goal-smallcom .fjord-page-description,
.fjord-choose-goal-smallcom .fjord-page-header.header-type-business {
    font-family: pragmatica, sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 31px;
    color: #000000;
}

.fjord-choose-goal-smallcom .fjord-page-header.header-type-business {
    margin: 37px 0;
}

#content .fjord-choose-goal-smallcom #setUserIndustryBottom {
    margin: 68px 0 0;
    text-transform: capitalize;
}

.fjord-choose-goal-smallcom #setUserIndustryBottom,
.audit-form #form-next-page,
.audit-form .questionWrapper .confirm-button.unconfirmed,
.audit-form .questionWrapper .confirm-button.confirmed {
    display: inline-block;
    font-family: pragmatica, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    background-color: #D76722;
    color: #ffffff;
    min-width: 290px;
    height: 43px;
    line-height: 43px;
    font-size: 18px;
    border-radius: 0;
    padding: 0 15px;
    margin: 0;
    border: 2px solid #D76722;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.fjord-choose-goal-smallcom #setUserIndustryBottom:hover,
.audit-form #form-next-page:hover {
    background-color: rgba(215, 103, 34, 0.5);
}

.audit-form .questionWrapper .confirm-button.unconfirmed {
    background-color: #767171;
    border-color: #767171;
}

.audit-form .questionWrapper .confirm-button.unconfirmed:hover {
    background-color: #D76722;
    border-color: #D76722;
}

.audit-form .questionWrapper .confirm-button.unconfirmed,
.audit-form .questionWrapper .confirm-button.confirmed {
    margin-top: 15px;
}
.business-assessment-inner .fjord-page-header {
    margin: 0 0 37px;
    font-weight:  300;
    font-size:  48px;
    line-height:  65px;
    color: #000;
}
.business-assessment-inner .fjord-page-header + p {
    margin: 0 0 37px;
}

/* Assessment Progress Bar */
@media screen and (min-width: 1025px) {
    .audit-progress-bar .gray-bar {
        display: none;
    }
    .audit-progress-bar .labels-wrapper {
        overflow: hidden;
    }
    .audit-progress-bar .labels-wrapper .assessment-bar-block:first-child {
        margin-left: -2%;
    }
    .audit-progress-bar .labels-wrapper .assessment-bar-block:not(:first-child) a {
        margin-left: -7%;
    }
    .audit-progress-bar .labels-wrapper .assessment-bar-block:last-child:before,
    .audit-progress-bar .labels-wrapper .assessment-bar-block:last-child:after {
        width: 110%;
    }
    .assessment-bar-block a {
        position: absolute;
        z-index: 2;
    }
    .assessment-bar-block a:focus {
        box-shadow: none !important;
    }
    .assessment-bar-block {
        background: transparent;
        position: relative;
    }
    .assessment-bar-block:before,
    .assessment-bar-block:after {
        content: "";
        position: absolute;
        transition: all 0.8s;
        z-index: 1;
        border-right: 1px solid rgba(255, 255, 255, 0.25);
        border-left: 1px solid rgba(255, 255, 255, 0.25);
        height: 52%;
        width: 101%;
    }
    .assessment-bar-block:before {
        top: 0;
        left: 0;
        background: #515151;
        -webkit-transform: skew(30deg);
        -moz-transform: skew(30deg);
        transform: skew(30deg);
    }
    .assessment-bar-block:after {
        top: 50%;
        left: 0;
        background: #515151;
        -webkit-transform: skew(-30deg);
        -moz-transform: skew(-30deg);
        transform: skew(-30deg);
    }
    .assessment-bar-block.on:before,
    .assessment-bar-block.on:after {
        background: #1976B9;
    }
    .assessment-bar-block .wrapper-order {
        display: none;
    }
    #content .assessment-bar-block a {
        font-size: 14px;
        line-height: 18px;
    }
}
@media screen and (max-width: 1024px) {
    #content .assessment-bar-block a {
        color: #000;
        align-items: flex-start !important;
        font-size: 11px;
        line-height: 14px;
        word-break: break-all;
    }
    .audit-progress-bar .assessment-bar-block {
        position: relative;
        padding: 50px 5px 0;
    }
    .assessment-bar-block .wrapper-order-circle {
        position: absolute;
        display: block;
        width: 31px;
        height: 31px;
        border-radius: 50%;
        background: #515151;
        top: 0;
        left: calc(50% - 15px);
        text-align: center;
        line-height: 31px;
        font-size: 24px;
        color: #fff;
    }
    .assessment-bar-block .wrapper-order-circle .fa-check {
        font-family: 'Font Awesome 5 Pro';
        font-size: 20px;
    }
    .audit-progress-bar .assessment-bar-block:not(:last-child) .wrapper-order-line {
        background: #514151;
        position: absolute;
        display: block;
        width: 100%;
        height: 3px;
        top: 15px;
        left: calc(50% - 15px);
    }
    .audit-progress-bar .gray-bar {
        display: none;
        height: 3px;
        background: #515151;
        top: 15px;
    }
    .audit-progress-bar .assessment-bar-block.on .wrapper-order-circle,
    .audit-progress-bar .assessment-bar-block.progress-done .wrapper-order-circle,
    .audit-progress-bar .assessment-bar-block.progress-done .wrapper-order-line {
        background: #1976B9;
    }
    /* end Assessment Progress Bar */

    .fjord-choose-goal-smallcom .fjord-page-header.header-type-business {
        margin: 24px 0;
    }
    .business-assessment-inner .fjord-page-header + p,
    .business-assessment-inner .fjord-page-header,
    .fjord-choose-goal-smallcom .fjord-page-header {
        margin: 0 0 24px;
    }
    .type-business .category-option.checked:after {
        top: 5px;
        right: 5px;
    }
}


@media (min-width: 768px) and (max-width: 1024px) {
    .business-assessment-inner .fjord-page-header,
    .fjord-choose-goal-smallcom .fjord-page-header {
        font-size: 32px;
        line-height: 43px;
    }
    .business-assessment-inner .fjord-page-header + p,
    .fjord-choose-goal-smallcom .fjord-page-description,
    .fjord-choose-goal-smallcom .fjord-page-header.header-type-business {
        font-size: 16px;
        line-height: 24px;
        font-weight: normal;
    }
    .fjord-choose-goal-smallcom .type-business .category-option img {
        max-width: 130px;
        max-height: 110px;
    }
    .fjord-choose-goal-smallcom .type-business .category-option {
        height: auto;
        max-width: 130px;
    }
    .fjord-choose-goal-smallcom #setUserIndustryBottom {
        margin-top: 15px;
    }
    .fjord-choose-goal-smallcom .type-business .row.industry-options > .col-md-auto {
        padding-left: 7px;
        padding-right: 7px;
    }
    #content .fjord-choose-goal-smallcom #setUserIndustryBottom {
        margin: 15px 0 0;
    }
}
@media screen and (max-width: 767px) {
    #content .fjord-choose-goal-smallcom .fjord-content-inner,
    #content .fjord-content-inner.business-assessment-inner {
        padding: 20px;
    }
    .business-assessment-inner .fjord-page-header,
    .fjord-choose-goal-smallcom .fjord-page-header {
        font-size: 32px;
        line-height: 40px;
        margin-top: 20px;
    }
    .business-assessment-inner .fjord-page-header + p,
    .fjord-choose-goal-smallcom .fjord-page-description {
        font-size: 16px;
        line-height: 24px;
        font-weight: normal;
    }
    .fjord-choose-goal-smallcom .fjord-page-header.header-type-business {
        font-weight: normal;
        font-size: 18px;
        line-height: 31px;
    }
    .fjord-choose-goal-smallcom .type-business .category-option img {
        max-width: 160px;
        max-height: 105px;
    }
    .fjord-choose-goal-smallcom .type-business .category-option {
        max-width: 160px;
        height: auto;
    }
    .fjord-choose-goal-smallcom .type-business .row.industry-options > .col-md-auto {
        padding-left: 8px;
        padding-right: 8px;
    }
    .fjord-choose-goal-smallcom .type-business .row.industry-options {
        margin-left: -8px;
        margin-right: -8px;
    }
    #content .fjord-choose-goal-smallcom #setUserIndustryBottom {
        margin: 0;
    }
    #content .assessment-bar-block a > span {
        display: none;
    }
    .audit-progress-bar {
        margin-bottom: 0;
    }
    .component {
        margin-top: 0;
    }
}
/* end FOE-128 */
/* FOE-237 */
.fjord-action-plan .fjord-go-back-link.action-plan-back {
    display: none;
}
/* end FOE-237 */
/* FOE-291 */
#energy_savings_pack_right #esp_pack_id input[type="radio"],
#energy_savings_pack_right #esp_service_same_as_legal_address input[type="checkbox"],
#energy_savings_pack_right #esp_mailing_same_as_legal_address input[type="checkbox"],
#energy_savings_pack_right #esp_accept input[type="checkbox"] {
    display: block;
    width: 0;
    height: 0;
    margin: 0;
    -webkit-appearance: none;
    color: transparent;
}
/* // FOE-291 */
/*FOE-348*/
#form-passwordreset #form-element-password,
#form-passwordreset #form-element-password_confirm{
    margin-bottom: 35px;
}
#form-passwordreset #form-element-password input,
#form-passwordreset #form-element-password_confirm input{
    margin-bottom: 0;
}
#form-passwordreset #form-element-password:after{
    content: "Password must be at least 8 characters long. To make it stronger, use 1 uppercase letter, 1 lowercase letter, 1 numeral and 1 special character (e.g., !, @, #, $, %, ^, &). ";
    display: block;
    font-size: 16px;
}
/*END FOE-348*/
/* FOE-295 */
.fjord-popup {
    border-color: #1976B9;
}
.fjord-popup-body {
    padding: 40px 48px;
}
.update-password-popup .popup-cancel-btn {
    margin-bottom: 0;
}
.fjord-popup .fa-remove::before,
.fjord-popup .fa-close::before,
.fjord-popup .fa-times::before {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
}
#energy_savings_pack_right h2,
#energy_savings_pack_right h3 {
    font-size: 18px;
    line-height: 31px;
    margin: 0;
}
/* end FOE-295 */

/* IP-7427 */
.ddImages-wrapper {
    margin-left: -12px;
    margin-right: -12px;
}
.ddImages-wrapper a {
    width: auto;
    padding: 8px 12px;
    position: relative;
    display: flex;
    flex-direction: column;
    text-decoration: none !important;
}
.ddImages-wrapper > a.active:after,
.form-box-content.changed .is-select:before,
.form-box-content.changed .email-wrap:after {
    content: "\f058";
    font-family: 'Font Awesome 5 Pro';
    font-weight: bold;
    font-size: 24px;
    position: absolute;
    right: 20px;
    top: 16px;
    color: #4b711d;
}
.ddImages-wrapper a.active img,
.ddImages-wrapper a:hover img{
    border-radius: 0;
    border: 1px solid #4b711d;
}
.ddImages-wrapper a.active span,
.ddImages-wrapper a:hover span{
    background: #4b711d;
    color: #fff !important;
}
.ddImages-wrapper a span {
    padding: 8px;
    height: 100%;
    max-width: 100px;
}
.audit-form .email-wrap{
    max-width: 490px;
    position: relative;
}
.form-box-content.changed .email-wrap:after{
    right: 5px;
    top: 5px;
}
.audit-form  .email-wrap input,
.audit-form  .is-select{
    border: 1px solid rgba(118,113,113,0.42);
}
.form-box-content.changed .is-select:before {
    right: 25px;
    top: 0;
    width: 27px;
    text-align: center;
}
.audit-form  .is-select{
    padding-left: 10px;
    padding-right: 60px;
}
.audit-form [id^="iconic-select-"] .is-select::after {
    width: 25px;
    text-align: center;
    content: "\f0dc";
    right: 0;
}
/* end IP-7427 */

/*FOE-378*/
#fjord-page-inner-timeline .date-selecte-icon::after {
    top: auto;
    bottom: 46px;
}
/*end FOE-378*/

/*FOE-457*/
@media print {
    .ws-list-label{
        font-weight: 300 !important;
    }
    .tip-action-btn-label{
        font-weight: 600 !important;
    }
    .fjord-tab-content .fjord-tip, my-plan-actions{
        page-break-inside: avoid !important;
        display: block !important
    }
    #content{
        padding: 0 !important;
    }
    .my-plan-actions{
        margin: 0 !important;
    }
    .declined-container{
        margin: 10px !important;
        page-break-inside: avoid !important;
        display: block !important
    }
    .my-plan-actions .wide-tab.declined-tab {
        margin: 0 !important;
    }
}
/*end FOE-457*/

/* Bdr-info */
.fjord-programs-bdr-info b {
    font-weight: 600;
}
.fjord-programs-bdr-info .container-fluid {
    padding-right: 0;
    padding-left: 0;
}
.fjord-programs-bdr-info .bdr-info-img {
    padding-left: 8px;
    padding-right: 8px;
}
.fjord-programs-bdr-info .bdr-info-img > img {
    width: 100%;
    max-width: 140px;
}
.fjord-programs-bdr-info .fjord-page-header {
    font-size: 48px;
    font-weight: 400;
    line-height: 1 !important;
    margin: 0 0 8px;
    color: #333333;
}
.fjord-programs-bdr-info .fjord-page-description {
    padding-bottom: 0;
}
.fjord-programs-bdr-info .fjord-page-description p {
    font-size: 18px;
    line-height: 1.7 !important;
    margin-top: 0;
    margin-bottom: 32px;
    color: #333333;
}
.fjord-programs-bdr-info .img-container {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

@media (min-width: 768px) {
    .fjord-programs-bdr-info .img-container {
        margin-left: auto;
        margin-right: auto;
    }
}
/* //Bdr-info */