/* ---- General ---- */

body {font-family: 'roboto', sans-serif;color:#5C5C5C; min-width:320px;}

a {
    color: #00AF43;
    text-decoration: none;
}

        a:hover {
            color: #00792e;
            text-decoration: none;
        }

    small, .small {
        font-size: 13px !important;
        color: #666;
    }

        small > small, .small > .small {
            font-size: 11px !important;
            color: #666;
        }

            small > small > small, .small > .small > .small {
                font-size: 9px !important;
                color: #666;
            }

    hr {
        border: 0;
        height: 1px;
        background: #00AF43;
        background-image: linear-gradient(to right, #dff0d8, #00AF43, #dff0d8);
    }

    .big {
        font-size: 120%;
    }

    /*-------------- Colors -------------------*/
    .black-text {
        color: #333333 !important;
    }

    .black-border {
        border: solid 1px #333333 !important;
    }

    .black-background {
        background-color: #333333 !important;
    }

    .white-text {
        color: #fff !important;
    }

    .white-border {
        border: solid 1px #fff !important;
    }

    .white-background {
        background-color: #fff !important;
    }

    .dark-orange-text {
        color: #00AF43 !important;
    }

    .dark-orange-border {
        border: solid 1px #00AF43 !important;
    }

    .dark-orange-background {
        background-color: #00AF43 !important;
    }

    .orange-text {
        color: #FF9900 !important;
    }

    .orange-border {
        border: solid 1px #FF9900 !important;
    }

    .orange-background {
        background-color: #FF9900 !important;
    }

    .grey-text {
        color: #767676 !important;
    }

    .grey-border {
        border: solid 1px #767676 !important;
    }

    .grey-background {
        background-color: #767676 !important;
    }

    .dark-grey-text {
        color: #767676 !important;
    }

    .dark-grey-border {
        border: solid 1px #767676 !important;
    }

    .dark-grey-background {
        background-color: #767676 !important;
    }

    .light-grey-text {
        color: #eaeaea !important;
    }

    .light-grey-border {
        border: solid 1px #eaeaea !important;
    }

    .light-grey-background {
        background-color: #eaeaea !important;
    }

    .green-text {
        color: #00AF43 !important;
    }

    .green-border {
        border: solid 1px #00AF43 !important;
    }

    .green-background {
        background-color: #00AF43 !important;
    }

    .yellow-text {
        color: #FFCB05 !important;
    }

    .yellow-border {
        border: solid 1px #FFCB05 !important;
    }

    .yellow-background {
        background-color: #FFCB05 !important;
    }

    .dark-green-text {
        color: #235937 !important;
    }

    .dark-green-border {
        border: solid 1px #235937 !important;
    }

    .dark-green-background {
        background-color: #235937 !important;
    }

    .default-text {
        color: #235937 !important;
    }

    .default-border {
        border: solid 1px #235937 !important;
    }

    .default-background {
        background-color: #235937 !important;
    }

    /*-------------- Spacing -------------------*/

    .margin-10 {
        margin: 10px;
    }

    .margin-20 {
        margin: 20px;
    }

    .mt30 {
        margin-top: 30px;
    }

    .mt20 {
        margin-top: 20px;
    }

    .mb30 {
        margin-bottom: 30px;
    }

    .mb20 {
        margin-bottom: 20px;
    }

    .padding-10 {
        padding: 10px;
    }

    .padding-20 {
        padding: 20px;
    }

    .pt30 {
        padding-top: 30px;
    }

    .pt20 {
        padding-top: 20px;
    }

    .pb30 {
        padding-bottom: 30px;
    }

    .pb20 {
        padding-bottom: 20px;
    }


    /*-------------- Other -------------------*/

    .border-thick {
        border-width: 4px !important;
    }



    td {
        padding: 5px;
    }

    .float-left {
        float: left;
    }

    .float-right {
        float: right;
    }

    .underline {
        text-decoration: underline;
    }

    /* ---- Header ---- */
    #site-header {
        background: #fff;
        padding: 15px 0 15px 0;
    }

    .logo {
        width: 140px;
        margin: 0 auto;
        text-align: center;
    }

    .brand-text {
        margin: 0 auto;
        text-align: center;
    }

    .brand-text {
        margin-top: 20px;
    }

        .brand-text p {
            font-weight: bold;
            text-align: center;
            font-size: 18px;
            margin: 0 0 5px 0;
        }

        .brand-text a {
            color: #5C5C5C;
            text-decoration: underline;
        }



    .icon-bar {
        background: #5C5C5C;
        height: 5px !important;
        width: 50px !important;
        margin-bottom: 6px !important;
    }

    .stripe {
        height: 16px !important;
        background-repeat: no-repeat;
        background-position: left bottom;
        /*background-position: left bottom no-repeat;*/
        background-color: #FFFFFF;
    }

    /* ---- Main ---- */
    #main section, aside {
        padding: 40px 0 40px 0;
    }

    #main h1 {
        font-size: 30px;
        font-weight: 500;
        color: #00AF43;
        margin-top: 0;
    }

    #main h2 {
        font-size: 24px;
        font-weight: 300;
    }

    #main h3 {
        font-size: 22px;
        font-weight: 500;
        color: #00AF43;
    }

    #main h4 {
        font-size: 20px;
        font-weight: 600;
        color: #00AF43;
    }

    #main h5 {
        font-size: 20px;
        font-weight: 400;
    }

    #main h6 {
        font-size: 16px;
        font-weight: 400;
        font-style: italic;
    }

    #main h7 {
        font-size: 16px;
        font-weight: 400;
        color: #00AF43;
    }

    #main p {
        font-size: 18px;
        font-weight: 400;
    }


    #main li {
        color: #00AF43;
        margin-bottom: 5px;
    }

        #main li span {
            font-size: 18px;
            color: #5C5C5C;
        }


    #main.container {
        min-height: 400px;
    }

    #sidebar-right-content p {
        font-size: 13px;
    }


    /* Forms */
    form.mc2-form input {
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important;
        background-color: #EAEAEA;
    }

    select.form-control {
        background-color: #EAEAEA;
        border: 1px solid #5C5C5C;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important;
    }

    form.mc2-form h4 {
        margin-bottom: 20px;
    }

    form.mc2-form p {
        margin-bottom: 25px;
    }

        form.mc2-form p.confirm-doc {
            font-size: 18px !important;
            margin-bottom: 5px;
        }

    form.mc2-form label.mc2-label {
        font-weight: normal !important;
        font-size: 16px;
    }

    form.mc2-form .form-group.mc2-inline-form-group input {
        display: inline-block;
        margin-left: 15px;
    }

    form.mc2-form label.mc2-label {
        margin-left: -15px;
    }

    .small-group .form-group {
        margin-bottom: 5px !important
    }

    .small-group p {
        margin: 0 0 5px;
    }

    .checkbox {
        padding-left: 20px;
    }

        .checkbox label {
            display: inline-block;
            position: relative;
            padding-left: 5px;
            font-size: 16px;
            cursor: default;
        }

            .checkbox label::before {
                content: "";
                display: inline-block;
                position: absolute;
                width: 17px;
                height: 17px;
                left: 0;
                margin-left: -20px;
                border: 1px solid #5C5C5C;
                border-radius: 3px;
                background-color: #fff;
                -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
                -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
                transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            }

            .checkbox label::after {
                display: inline-block;
                position: absolute;
                width: 16px;
                height: 16px;
                left: 0;
                top: 0;
                margin-left: -20px;
                padding-left: 3px;
                padding-top: 1px;
                font-size: 11px;
                color: #555555;
            }

        .checkbox input[type="checkbox"] {
            opacity: 0;
        }

            .checkbox input[type="checkbox"]:focus + label::before {
                outline: thin dotted;
                outline: 5px -webkit-focus-ring-color;
                outline-offset: -2px;
            }
            /*.checkbox input[type="checkbox"]:focus + label::before {outline: thin dotted;outline: 5px auto -webkit-focus-ring-color;outline-offset: -2px; }*/
            .checkbox input[type="checkbox"]:checked + label::after {
                font-family: 'FontAwesome';
                content: "\f00c";
            }

            .checkbox input[type="checkbox"]:disabled + label {
                opacity: 0.65;
            }

                .checkbox input[type="checkbox"]:disabled + label::before {
                    background-color: #eeeeee;
                    cursor: not-allowed;
                }

    .checkbox-mc2 input[type="checkbox"]:checked + label::before {
        background-color: #00AF43;
        border-color: #00AF43;
    }
    /*#fcd08f*/
    .checkbox-mc2 input[type="checkbox"]:checked + label::after {
        color: #fff;
    }

    .checkbox input[type="checkbox"] {
        opacity: 0;
        z-index: 1;
        cursor: pointer;
        width: 18px;
        height: 18px;
        margin-top: 0;
    }

    .iframe-container {
        overflow: hidden;
        padding-top: 56.25%;
        position: relative;
    }

        .iframe-container iframe {
            border: 0;
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
        }

    /* 4x3 Aspect Ratio */
    .iframe-container-4x3 {
        padding-top: 75%;
    }

    /*input[type="checkbox"].styled:checked + label::aftercontent: "\f00c";}*/
    input[type="checkbox"].styled:checked + label::before {
        color: #fff;
    }

    input[type="checkbox"].styled:checked + label::after {
        color: #fff;
    }

    input.mc2-input {
        width: 70%;
        border: 1px solid #333
    }

.btn.btn-mc2 {
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 20px 5px 20px;
    color: #ffffff;
    background: #00AF43;
    -webkit-box-shadow: -3px 3px 3px 0px rgba(221,221,221,1);
    -moz-box-shadow: -3px 3px 3px 0px rgba(221,221,221,1);
    box-shadow: -3px 3px 3px 0px rgba(221,221,221,1);
    transition: .5s;
}

        .btn.btn-mc2:hover {
            background: #00792e;
        }

    .btn.btn-mc2-whiteface {
        height: 53px;
        padding: 2px 20px 5px 20px;
        text-decoration: none;
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        color: #121212;
        background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
        background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
        background-image: -ms-linear-gradient(top, #ffffff, #ffffff);
        background-image: -o-linear-gradient(top, #ffffff, #ffffff);
        background-image: linear-gradient(to bottom, #ffffff, #ffffff);
        border-width: 3px;
        border-color: #00AF43;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        box-shadow: 3px 3px 3px 3px rgba(221,221,221,1);
        -webkit-box-shadow: 3px 3px 3px 3px rgba(221,221,221,1);
        -moz-box-shadow: 3px 3px 3px 3px rgba(221,221,221,1);
    }

    .btn.btn-mc2.btn-lg {
        font-size: 22px;
        font-weight: bold;
    }

    .btn.btn-mc2.btn-sm {
        font-size: 14px;
        padding: 5px 10px 5px 10px;
    }

    /* Home */
    .top-images div.col-md-6 {
        position: relative;
        height: 300px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    #home-images.top-images #image-left {
        background-image: url('../../../../images/programs/ecogreen/ecogreen_power_program20.jpg');
        min-height: 400px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    #home-images.top-images #image-right {
        background-image: url('../../../../images/home-right.jpg');
        min-height: 400px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    a.home-button {
        width: 90%;
        position: absolute;
        bottom: 15px;
        margin-left: auto;
        margin-right: auto;
        z-index: 999;
        display: block;
        text-decoration: none;
        background: #fff;
        padding: 5px 15px;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
    }

        a.home-button span {
            display: block;
            text-align: center;
        }

        a.home-button .button-title {
            color: #00AF43;
            font-weight: bold;
            font-size: 18px;
        }

        a.home-button .button-text {
            color: #5C5C5C;
            font-size: 14px;
            font-weight: 500
        }


    img {
        -ms-interpolation-mode: bicubic;
    }

    .image-windmill {
        background-image: url('../../../../images/programs/ecogreen/windmill.jpg');
        background-repeat: no-repeat;
        background-position: right;
        background-size: cover;
    }

    .image-solar {
        background-image: url('../../../../images/programs/ecogreen/Illinois_Community_Solar.png');
        background-repeat: no-repeat;
        background-position: right;
        background-size: cover;
    }

    .vert-align-container {
        position: absolute;
        transform: translate(0%, -50%);
        top: 50%;
    }

    /* Scrape Content Page */
    #scrape {
        border-right: 1px solid #eee;
    }


    /* Savings */
    #savings {
        margin: 15px 0 15px 0
    }

    #savings-amount {
        height: 172px;
        background: url('../../../../images/bg-savings-circle-sm2.png') no-repeat;
        padding-left: 0px;
    }

        #savings-amount span {
            text-align: center;
            display: block;
            font-weight: bold;
            font-size: 34px;
            line-height: 30px !important
        }

            #savings-amount span.amount {
                padding-top: 50px;
            }

    #savings-amount-2 {
        height: 172px;
        background: url('../../../../images/bg-savings-circle-sm2.png') no-repeat;
        padding-left: 0px;
    }

        #savings-amount-2 span {
            text-align: center;
            display: block;
            font-weight: bold;
            font-size: 34px;
            line-height: 30px !important
        }

            #savings-amount-2 span.amount {
                padding-top: 45px;
            }

            #savings-amount-2 span.savings {
                font-size: 18px;
                line-height: 25px !important;
                padding-top: 7px;
            }

    #savings-text {
        height: 134px;
        background: #00AF43;
        margin-top: 21px;
    }

        #savings-text p {
            font-weight: 500;
            color: #fff;
            font-size: 22px;
            padding-top: 20px;
            text-align: left;
        }

    .savings-description {
        border: 2px solid #00AF43;
    }

        .savings-description p {
            padding: 7px;
        }

            .savings-description p.desc-title {
                font-size: 14px !important;
                margin-bottom: 0;
                padding-bottom: 0;
            }

            .savings-description p.desc-text {
                font-size: 12px !important;
                margin-bottom: 0;
                padding-top: 0;
            }

    .savings-dropdown .btn {
        -webkit-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.3);
        font-weight: bold;
        color: #333 !important;
        background: #00AF43 !important;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    .savings-dropdown .dropdown-menu {
        padding: 0px !important;
        top: 0 !important;
    }

    /* My Account */
    #my-account .btn.btn-mc2 {
        width: 100%;
    }

    #my-account .row {
        margin-bottom: 20px;
    }


    /* My Supply */
    #my-supply h2 strong {
        font-weight: 500;
    }

    #my-supply .indent-left {
        padding-left: 20px;
    }

    /* The Facts */
    p.can-save {
        font-size: 24px !important;
        font-weight: 300 !important;
        margin-top: 20px !important;
    }

    /* My Account Login */

    #my-account-login h4 {
        margin: 35px 0 20px 0;
    }

    #my-account-login p {
        margin-bottom: 15px !important;
    }


    /* Small Business */
    #business-text h2 {
        background: url('../../../../images/icon-check.png') no-repeat;
        padding-left: 30px;
    }

    #business-images.top-images #image-left {
        background-image: url('../../../../images/home-right.jpg');
        min-height: 600px;
    }

    #business-images.top-images #image-right {
        background-image: url('../../../../images/business-right.jpg');
        min-height: 600px;
    }


    /* Large Business */
    .top-image {
        background-image: url('../../../../images/bg-large-business.jpg');
        position: relative;
        height: 300px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    #business-quote h4 {
        margin: 35px 0 20px 0;
    }


    /* Information */

    .mc2-accordion h5 a {
        color: #5C5C5C;
        text-decoration: none;
        display: table-cell
    }

        .mc2-accordion h5 a:hover {
            text-decoration: none;
        }

        .mc2-accordion h5 a span.glyphicon {
            color: #00AF43;
            padding-left: 20px;
            font-size: 12px;
        }

        .mc2-accordion h5 a[aria-expanded=true] .glyphicon-menu-down {
            display: none;
        }

        .mc2-accordion h5 a[aria-expanded=false] .glyphicon-menu-up {
            display: none;
        }

    .mc2-accordion p {
        margin-left: 20px;
    }


    .loa-table td {
        padding: 5px 20px 5px 0px;
        font-size: 14px;
        font-weight: 400;
    }

    /* ---- Leadership ---- */
    .leadership {
        padding-right: 15px;
        padding-bottom: 15px;
        float: left;
        width: 120px;
    }

    /* ---- Sidebar ---- */
    aside h3 {
        line-height: 28px;
    }


    /* ---- Footer ---- */

    .footer {
        background: #eaeaea;
        padding: 20px 0 30px 0;
        color: #4472a8;
    }

    .stars-wrapper {
        background: #eaeaea;
        padding: 10px 0 0 0;
        color: #4472a8;
    }

        .stars-wrapper .stars {
            text-align: center;
            padding-bottom: 10px;
        }

            .stars-wrapper .stars span {
                font-size: 14px;
            }

    .stars p {
        font-size: 12px !important;
        font-weight: normal;
    }

    #stars-social {
        padding-bottom: 10px;
    }

    .social-links li {
        vertical-align: middle;
        padding-top: 5px;
    }

    #copyright {
        background: #00AF43;
        padding: 10px 0 0 0;
    }

        #copyright p {
            font-size: 14px;
            text-align: center;
            color: #fff;
            font-weight: 300;
        }

        #copyright a, #copyright a:visited {
            color: #ffffff;
        }

            #copyright a:hover {
                color: #000;
            }

    .loa-block {
        float: right;
        padding-bottom: 300px;
    }

    .agreement-block {
        float: right;
        padding-bottom: 30px;
    }


    .brand1 {
        font-size: 36px !important;
        font-weight: bold !important;
    }

    .brand2 {
        color: #54565B;
        font-size: 20px !important;
        font-weight: bold !important;
    }

    /* ---- Media Queries ---- */

    @media only screen and (min-width : 1024px) {
        .top-images #home-right a.home-button {
            left: 15px;
            right: auto
        }

        .top-images #image-right a.home-button {
            left: 15px;
            right: auto
        }

        .top-images #home-left a.home-button {
            right: 15px;
            left: auto
        }

        .top-images #image-left a.home-button {
            right: 15px;
            left: auto
        }

        .map {
            float: right;
            clear: left;
            padding-left: 15px;
            padding-bottom: 15px;
            width: 290px;
        }
    }


    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
        .social-links {
            float: right;
        }

        .brand-text p {
            font-size: 22px;
        }

        input.mc2-input {
            width: 25%;
        }

        .home input.mc2-input {
            width: 60%;
        }

        #my-account .row p {
            padding-top: 8px;
        }

        a.home-button {
            width: 80%;
            position: absolute;
            bottom: 15px;
            right: 15px;
            margin-top: 0;
        }

        .top-images div.col-md-6, .top-image {
            height: 600px;
        }

        .map {
            float: right;
            clear: left;
            padding-left: 15px;
            padding-bottom: 15px;
            width: 290px;
        }
    }


    /* Small Devices, Tablets */
    @media only screen and (min-width : 769px) {
        #site-header {
            padding-bottom: 30px;
        }

        .top-images div.col-md-6, .top-image {
            height: 400px;
        }

        a.home-button .button-title {
            font-size: 31px;
        }

        a.home-button .button-text {
            font-size: 22px;
            margin-top: -10px;
        }

        .social-links li {
            height: 40px;
        }

        a.home-button {
            position: absolute;
            bottom: 15px;
            margin-left: auto;
            margin-right: auto;
            left: 0;
            right: 0;
            margin-top: 0;
        }

        .map {
            float: right;
            clear: left;
            padding-left: 15px;
            padding-bottom: 15px;
            width: 100%;
        }

        .mobile-only {
            display: none;
        }
    }


    @media only screen and (max-width : 768px) {
        .stars {
            display: block;
            margin-right: auto;
            margin-left: auto;
        }

        #social-icons {
            display: block;
            text-align: center;
            margin-bottom: 15px;
        }

        #savings-amount, #savings-amount-2 {
            background: url('../../../../images/bg-savings-circle-sm2.png') no-repeat;
            z-index: 2;
        }

        .hide-on-mobile {
            display: none !important;
        }
    }

    /* Extra Small Devices, Phones */
    @media only screen and (max-width : 480px) {

        #main h1 {
            font-size: 20px;
        }

        #main h2 {
            font-size: 18px;
        }

        #main h3 {
            font-size: 16px;
        }

        #main h4 {
            font-size: 14px;
        }

        #main h5 {
            font-size: 14px;
        }

        #main h6 {
            font-size: 12px;
        }

        #main h7 {
            font-size: 12px;
        }

        .brand1 {
            font-size: 20px !important;
            font-weight: bold !important;
        }

        .brand2 {
            font-size: 16px !important;
            font-weight: bold !important;
        }

        footer .row#stars-social {
            padding-bottom: 50px;
        }

        footer li a#bbblink {
            margin-top: 15px;
        }

        input.mc2-input {
            width: 100%;
        }

        #savings-amount, #savings-amount-2 {
            background: url('../../../../images/bg-savings-circle-sm2.png') no-repeat;
            z-index: 2;
        }

        #savings-text {
            margin-top: -10px;
            z-index: 1;
            height: auto;
        }

            #savings-text p {
                margin-left: 0;
            }

        .savings-description {
            margin-top: -10px;
            height: auto;
        }

        form.mc2-form .btn-mc2 {
            width: 100%;
        }

        form.mc2-form#rejection-form .form-group.mc2-inline-form-group input, form.mc2-form#login-form .form-group.mc2-inline-form-group input {
            margin-left: 0;
        }

        .map {
            float: none;
            clear: none;
            padding-top: 15px;
            width: 100%;
        }

        .hide-on-mobile {
            display: none !important;
        }

        .loa-block {
            float: right;
            padding-bottom: 20px;
            margin-left: 30px;
        }

        .agreement-block {
            float: right;
            padding-bottom: 20px;
            margin-left: 30px;
        }
    }


    @media only screen and (min-device-width : 992px) and (max-device-width : 1200px) {
        a.home-button .button-title {
            font-size: 20px;
        }

        a.home-button .button-text {
            font-size: 18px;
        }
    }

    /* Validation */
    .validation-summary-errors {
        background-color: #ffc8cc !important;
        color: #e80c4d !important;
        font-weight: bold;
        font-size: 1.1em;
        list-style: none;
    }

        .validation-summary-errors ul {
            padding: 10px;
            list-style: none;
        }

            .validation-summary-errors ul li {
                color: #e80c4d !important;
            }

    .input-validation-error {
        background-color: #ffc8cc !important;
    }

    .field-validation-error {
        color: #e80c4d !important;
    }


    /* Contract Agreements */
    #mc2-address {
        text-align: right;
        border-left-width: 1px;
        border-left-style: solid;
        border-left-color: #CCC;
        margin-bottom: 20px;
        margin-left: 15px;
    }

    #page-print {
        margin: 5px;
        padding: 10px;
        border: 1px solid #00AF43;
        background-color: #ececec;
        text-align: center;
    }

    #main.agreement h2 {
        font-size: 18px !important;
        line-height: 20px !important;
        font-weight: normal !important;
    }

    #main.agreement h3 {
        font-size: 16px !important;
        line-height: 18px !important;
        font-weight: normal !important;
        color: #5C5C5C;
    }

    #main.agreement h3,
    #main.agreement h3 {
        font-size: 16px !important;
    }

    #main.agreement p {
        font-size: 13px !important;
    }

    #main.agreement li {
        color: #5C5C5C;
        font-size: 16px !important;
    }

    #myProgress {
        width: 100%;
        background-color: #ffffff;
    }

    .myBar {
        width: 0%;
        height: 30px;
        background-color: #5C5C5C;
        text-align: center;
        line-height: 30px;
        color: white;
        border-radius: 0px;
        background: rgb(125,126,125); /* Old browsers */
        background: -moz-linear-gradient(left, rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=1 );
    }

    .progress-bar-custom.indeterminate {
        position: relative;
        -webkit-animation: progress-indeterminate 30s linear infinite;
        -moz-animation: progress-indeterminate 30s linear infinite;
        -ms-animation: progress-indeterminate 30s linear infinite;
        animation: progress-indeterminate 30s linear infinite;
    }

    @keyframes progress-indeterminate {
        to {
            width: 100%;
        }
    }

    @-webkit-keyframes progress-indeterminate {
        to {
            width: 100%;
        }
    }

    @-moz-keyframes progress-indeterminate {
        to {
            width: 100%;
        }
    }

    .myBar {
        width: 0%;
        height: 30px;
        background-color: #5C5C5C;
        text-align: center;
        line-height: 30px;
        color: white;
        background: rgb(125,126,125); /* Old browsers */
        background: -moz-linear-gradient(left, rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=1 );
    }

    @media print {
        .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
            float: left;
        }

        .col-sm-12 {
            width: 100%;
        }

        .col-sm-11 {
            width: 91.66666667%;
        }

        .col-sm-10 {
            width: 83.33333333%;
        }

        .col-sm-9 {
            width: 75%;
        }

        .col-sm-8 {
            width: 66.66666667%;
        }

        .col-sm-7 {
            width: 58.33333333%;
        }

        .col-sm-6 {
            width: 50%;
        }

        .col-sm-5 {
            width: 41.66666667%;
        }

        .col-sm-4 {
            width: 33.33333333%;
        }

        .col-sm-3 {
            width: 25%;
        }

        .col-sm-2 {
            width: 16.66666667%;
        }

        .col-sm-1 {
            width: 8.33333333%;
        }

        .col-sm-pull-12 {
            right: 100%;
        }

        .col-sm-pull-11 {
            right: 91.66666667%;
        }

        .col-sm-pull-10 {
            right: 83.33333333%;
        }

        .col-sm-pull-9 {
            right: 75%;
        }

        .col-sm-pull-8 {
            right: 66.66666667%;
        }

        .col-sm-pull-7 {
            right: 58.33333333%;
        }

        .col-sm-pull-6 {
            right: 50%;
        }

        .col-sm-pull-5 {
            right: 41.66666667%;
        }

        .col-sm-pull-4 {
            right: 33.33333333%;
        }

        .col-sm-pull-3 {
            right: 25%;
        }

        .col-sm-pull-2 {
            right: 16.66666667%;
        }

        .col-sm-pull-1 {
            right: 8.33333333%;
        }

        .col-sm-pull-0 {
            right: auto;
        }

        .col-sm-push-12 {
            left: 100%;
        }

        .col-sm-push-11 {
            left: 91.66666667%;
        }

        .col-sm-push-10 {
            left: 83.33333333%;
        }

        .col-sm-push-9 {
            left: 75%;
        }

        .col-sm-push-8 {
            left: 66.66666667%;
        }

        .col-sm-push-7 {
            left: 58.33333333%;
        }

        .col-sm-push-6 {
            left: 50%;
        }

        .col-sm-push-5 {
            left: 41.66666667%;
        }

        .col-sm-push-4 {
            left: 33.33333333%;
        }

        .col-sm-push-3 {
            left: 25%;
        }

        .col-sm-push-2 {
            left: 16.66666667%;
        }

        .col-sm-push-1 {
            left: 8.33333333%;
        }

        .col-sm-push-0 {
            left: auto;
        }

        .col-sm-offset-12 {
            margin-left: 100%;
        }

        .col-sm-offset-11 {
            margin-left: 91.66666667%;
        }

        .col-sm-offset-10 {
            margin-left: 83.33333333%;
        }

        .col-sm-offset-9 {
            margin-left: 75%;
        }

        .col-sm-offset-8 {
            margin-left: 66.66666667%;
        }

        .col-sm-offset-7 {
            margin-left: 58.33333333%;
        }

        .col-sm-offset-6 {
            margin-left: 50%;
        }

        .col-sm-offset-5 {
            margin-left: 41.66666667%;
        }

        .col-sm-offset-4 {
            margin-left: 33.33333333%;
        }

        .col-sm-offset-3 {
            margin-left: 25%;
        }

        .col-sm-offset-2 {
            margin-left: 16.66666667%;
        }

        .col-sm-offset-1 {
            margin-left: 8.33333333%;
        }

        .col-sm-offset-0 {
            margin-left: 0%;
        }

        .visible-xs {
            display: none !important;
        }

        .hidden-xs {
            display: block !important;
        }

        table.hidden-xs {
            display: table;
        }

        tr.hidden-xs {
            display: table-row !important;
        }

        th.hidden-xs,
        td.hidden-xs {
            display: table-cell !important;
        }

        .hidden-xs.hidden-print {
            display: none !important;
        }

        .hidden-sm {
            display: none !important;
        }

        .visible-sm {
            display: block !important;
        }

        table.visible-sm {
            display: table;
        }

        tr.visible-sm {
            display: table-row !important;
        }

        th.visible-sm,
        td.visible-sm {
            display: table-cell !important;
        }
    }



    @media print {
        .agreement {
            max-width: 980px;
            min-width: 980px;
            width: 980px;
        }

        .loa {
            max-width: 980px;
            min-width: 980px;
            width: 980px;
        }

        .loa-block {
            display: block;
            float: none;
            padding-bottom: 0px;
        }

        .agreement-block {
            float: right;
            padding-bottom: 0px;
        }

        #mc2-address {
            border-left: none;
        }

        .col-print-1 {
            width: 8%;
            float: left;
        }

        .col-print-2 {
            width: 16%;
            float: left;
        }

        .col-print-3 {
            width: 25%;
            float: left;
        }

        .col-print-4 {
            width: 33%;
            float: left;
        }

        .col-print-5 {
            width: 42%;
            float: left;
        }

        .col-print-6 {
            width: 50%;
            float: left;
        }

        .col-print-7 {
            width: 58%;
            float: left;
        }

        .col-print-8 {
            width: 66%;
            float: left;
        }

        .col-print-9 {
            width: 75%;
            float: left;
        }

        .col-print-10 {
            width: 83%;
            float: left;
        }

        .col-print-11 {
            width: 92%;
            float: left;
        }

        .col-print-12 {
            width: 100%;
            float: left;
        }

        .col-print-pull-12 {
            right: 100%;
        }

        .col-print-pull-11 {
            right: 91.66666667%;
        }

        .col-print-pull-10 {
            right: 83.33333333%;
        }

        .col-print-pull-9 {
            right: 75%;
        }

        .col-print-pull-8 {
            right: 66.66666667%;
        }

        .col-print-pull-7 {
            right: 58.33333333%;
        }

        .col-print-pull-6 {
            right: 50%;
        }

        .col-print-pull-5 {
            right: 41.66666667%;
        }

        .col-print-pull-4 {
            right: 33.33333333%;
        }

        .col-print-pull-3 {
            right: 25%;
        }

        .col-print-pull-2 {
            right: 16.66666667%;
        }

        .col-print-pull-1 {
            right: 8.33333333%;
        }

        .col-print-pull-0 {
            right: auto;
        }

        .col-print-push-12 {
            left: 100%;
        }

        .col-print-push-11 {
            left: 91.66666667%;
        }

        .col-print-push-10 {
            left: 83.33333333%;
        }

        .col-print-push-9 {
            left: 75%;
        }

        .col-print-push-8 {
            left: 66.66666667%;
        }

        .col-print-push-7 {
            left: 58.33333333%;
        }

        .col-print-push-6 {
            left: 50%;
        }

        .col-print-push-5 {
            left: 41.66666667%;
        }

        .col-print-push-4 {
            left: 33.33333333%;
        }

        .col-print-push-3 {
            left: 25%;
        }

        .col-print-push-2 {
            left: 16.66666667%;
        }

        .col-print-push-1 {
            left: 8.33333333%;
        }

        .col-print-push-0 {
            left: auto;
        }

        .col-print-offset-12 {
            margin-left: 100%;
        }

        .col-print-offset-11 {
            margin-left: 91.66666667%;
        }

        .col-print-offset-10 {
            margin-left: 83.33333333%;
        }

        .col-print-offset-9 {
            margin-left: 75%;
        }

        .col-print-offset-8 {
            margin-left: 66.66666667%;
        }

        .col-print-offset-7 {
            margin-left: 58.33333333%;
        }

        .col-print-offset-6 {
            margin-left: 50%;
        }

        .col-print-offset-5 {
            margin-left: 41.66666667%;
        }

        .col-print-offset-4 {
            margin-left: 33.33333333%;
        }

        .col-print-offset-3 {
            margin-left: 25%;
        }

        .col-print-offset-2 {
            margin-left: 16.66666667%;
        }

        .col-print-offset-1 {
            margin-left: 8.33333333%;
        }

        .col-print-offset-0 {
            margin-left: 0%;
        }
    }




    .col-xs-5b,
    .col-sm-5b,
    .col-md-5b,
    .col-lg-5b {
        position: relative;
        min-height: 1px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .col-xs-5b {
        width: 20%;
        float: left;
    }

    @media (min-width: 768px) {
        .col-sm-5b {
            width: 20%;
            float: left;
        }
    }

    @media (min-width: 992px) {
        .col-md-5b {
            width: 20%;
            float: left;
        }
    }

    @media (min-width: 1200px) {
        .col-lg-5b {
            width: 20%;
            float: left;
        }
    }



    /********************** Home Page CSS *******************/
    .leftsidebar {
        width: 100%;
        float: left;
    }

    .rightsidebar {
        width: 50%;
        float: right;
        display: none;
    }


    .home {
        margin: auto;
        top: 20px;
        position: relative;
    }

    .home-container {
        position: absolute;
        width: 100%;
        color: white;
        font-size: 20px;
    }

        .home-container input {
            height: 60px;
            font-size: 28px;
            text-align: center;
            background-color: #00AF43;
            color: #ffffff;
        }

    .btn-grey {
        webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background-color: white;
        color: #5C5C5C;
    }

    #home-text {
        padding-bottom: 20px !important;
    }

        #home-text h5 {
            font-weight: 600;
        }

    .home span {
        font-size: 28px
    }

    .eco-green-reminder {
        background: rgba(0, 175, 67, .75)
    }

    @media only screen and (max-width : 780px) {

        .home span {
            font-size: 24px
        }

        #home-images.top-images #image-left {
            min-height: 300px;
        }

        #home-images.top-images #image-right {
            min-height: 300px;
        }

        .leftsidebar {
            width: 100%;
            float: left;
            min-height: 300px
        }

        .rightsidebar {
            width: 100%;
            float: right;
            min-height: 300px
        }

        .home-container input {
            height: 40px;
            width: 80%;
            font-size: 20px;
            background-color: #00AF43 !important;
            text-align: center;
        }
    }



    .center-table {
        text-align: center;
    }

    .compare-table {
        margin-top: 50px;
    }

        .compare-table .col-sm-6,
        .compare-table .col-sm-4 {
            padding: 0px;
        }

        .compare-table tr.first {
            background-color: #A9C0C9;
        }

        .compare-table tr.second {
            background-color: #FFCE97;
        }

        .compare-table .center {
            height: 3px;
            padding: 0px;
        }

        .compare-table tr td {
            padding: 10px 20px;
        }

    .center td {
        padding: 0px !important;
    }

    .blue2 {
        background-color: #D3E0E6;
    }

    .orange2 {
        background-color: #FFE8C6;
    }

    .extra-margin {
        margin: 0px 30px;
    }

    @media only screen and (max-width : 990px) {
        .extra-margin {
            margin: 0px 0px;
        }
    }

    @media only screen and (min-width : 480px) {
        .big-text {
            font-size: 20px;
        }

        .biggy-text {
            font-size: 28px;
        }

        .bigger-text {
            font-size: 35px;
        }

        .biggest-text {
            font-size: 50px;
        }
    }

    @media only screen and (min-width : 770px) {

        .vh {
            height: 100%;
            align-items: center;
            display: flex;
        }

            .vh > div {
                vertical-align: middle;
            }
    }

    @media only screen and (min-width: 480px) {
        .home-input {
            width: 380px;
        }
    }

    @media only screen and (max-width: 480px) {
        .row {
            margin-right: 5px !important;
        }
    }

    .img-caption em {
        font-style: normal;
        display: block;
        padding-left: 5px;
        font-size: 13px;
        font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    }

    .highlight {
        padding: 10px 15px;
        margin-bottom: 25px;
        background-color: #f7f7f9;
        border: 1px solid #767676;
        border-radius: 4px;
    }

    .inline-display p {
        font-size: 12px !important;
    }

    .highlight-no-boarders {
        padding: 0px 15px;
        border: none !important;
    }

    @media print {
        a[href]:after {
            content: none !important;
        }
    }

    @media only screen and (min-width : 768px) {
        .row-eq-height {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
        }
    }
