/*
 * ENERGY SAVINGS MODAL - GENERIC
 */
#youreko-overlay.youreko-energy-savings-modal
{
    z-index: 10000;
    opacity: 0;
    filter: alpha(opacity=0);
    background: #fff;
}
body #youreko-overlay.youreko-energy-savings-modal
{
    display: block;
}
#youreko-overlay.youreko-no-arrows
{
    opacity: 0.6;
    filter: alpha(opacity=60);
}
#youreko-energy-savings
{
    z-index: 10001;
    display: none;
    position: absolute;
    font-family: arial, helvetica, sans-serif;
    width: 318px;
    height: 437px;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.4);
    background: #fff;
    line-height: normal;
    cursor: default;
    border: solid 1px #ccc;
    outline: none;
    font-stretch: normal;
}
#youreko-energy-savings[class*=youreko-v6]
{
    height: 396px;
}
#youreko-energy-savings.youreko-desktop
{
    width: 800px;
    height: 422px;
}
#youreko-energy-savings.youreko-desktop[class*=youreko-v6]
{
    height: 381px;
}
#youreko-energy-savings,
#youreko-energy-savings *,
#youreko-energy-savings *:before,
#youreko-energy-savings *:after
{
    font-family: arial, helvetica, sans-serif !important;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
*:focus
{
    outline: none;
}
#youreko-energy-savings.cursor-wait
{
    cursor: wait;
}
#youreko-energy-savings.youreko-no-usage
{
    height: 398px;
}
#youreko-energy-savings section
{
    padding: 0;
}
#youreko-info-container
{
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    color: #666;
    font-size: 11px;
    line-height: 14px;
    text-align: center;
    background: rgba(255, 255, 255,0.7);
    z-index: 11;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.youreko-no-usage #youreko-info-container
{
    height: 397px;
}
#youreko-label-arrow-up
{
    display: none;
    position: absolute;
    width: 50px;
    height: 25px;
    overflow: hidden;
    top: -25px;
}
#youreko-label-arrow-up:after
{
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    background: #fff;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    top: 13px;
    left: 13px;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.4);
    border: solid 1px #ccc;
}
#youreko-label-arrow-down
{
    display: none;
    position: absolute;
    width: 50px;
    height: 25px;
    overflow: hidden;
    top: 422px;
}
[class*=youreko-v6] #youreko-label-arrow-down
{
    top: 381px;
}
#youreko-label-arrow-down:after
{
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    background: #fff;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    top: -12px;
    left: 13px;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.4);
    border: solid 1px #ccc;
}
#youreko-label-arrow-right
{
    display: none;
    position: absolute;
    left: 318px;
    width: 25px;
    height: 50px;
    overflow: hidden;
}
#youreko-label-arrow-right:after
{
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    background: #fff;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    top: 14px;
    left: -12px;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.4);
    border: solid 1px #ccc;
}
#youreko-label-arrow-left
{
    display: none;
    position: absolute;
    right: 318px;
    width: 25px;
    height: 50px;
    overflow: hidden;
}
#youreko-label-arrow-left:after
{
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    background: #fff;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    top: 14px;
    left: 13px;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.4);
    border: solid 1px #ccc;
}
#youreko-info-container:before
{
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -3px;
}
.youreko-info-text
{
    font-size: 11px;
    text-align: left;
    border: 1px solid #9c9c9c;
    border-radius: 5px;
    background: #f3f4f4;
    margin-right: 17px;
    margin-left: 21px;
    display: inline-block;
    vertical-align: middle;
/*    width: 244px;*/
    padding: 12px 19px 12px 19px;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.4);
    position: relative;
}
.youreko-mobile .youreko-info-text
{
    padding-bottom: 0;
}
.youreko-info-text p
{
    margin-top: 1em;
    margin-bottom: 1em;
    font: 11px/14px arial, helvetica, sans-serif;
    font-weight: normal;
    color: #666;
    padding: 0;
}
.youreko-info-text-heading
{
    font-size: 12px;
    margin-bottom: 5px;
    font-weight: bold;
    color: #666;
    width: 100%;
    float: left;
}
.youreko-info-text-text
{
    float: left;
    margin: 0 0 8px 0;
    line-height: 14px;
    font-size: 11px;
}
.youreko-info-text-sources-text
{
    width: 65%;
    float: left;
    font-size: 11px;
}
.youreko-mobile .youreko-info-text-sources-text
{
    width: 100%;
}
.youreko-info-text-sources-images
{
    float: right;
}
.youreko-mobile .youreko-info-text-sources-images
{
    display: none;
}
.youreko-info-text-sources-images-beis
{
    float: left;
    width: 75px;
    height: 40px;
    background: url('/images/energy-savings-modal/info-text/beis.png') 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    margin: 0 10px 0 0;
}
.youreko-info-text-sources-images-est
{
    float: left;
    width: 49px;
    height: 40px;
    background: url('/images/energy-savings-modal/info-text/est.png') 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
.youreko-info-text-sources-table
{
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.youreko-is-ekoscore #youreko-info-text-medal-rating,
.youreko-mobile:not([class*=youreko-v6]) #youreko-info-text-medal-rating
{
    display: none;
}

.youreko-info-text-medal-rating-table .youreko-rating-container,
.youreko-mobile .youreko-info-text-medal-rating-table .youreko-rating-container
{
    width: 11px;
    height: 18px;
    margin: -2px 0 0 0;
}
.youreko-info-text-medal-rating-table table
{
    float: left;
}
.youreko-info-text-medal-rating-table table td:first-child
{
    width: 16px;
}
.youreko-info-text-medal-rating-table table td:nth-child(2)
{
    width: 76px;
    font-style: italic;
}
.youreko-close-info-text
{
    display: block;
    font-size: 18px;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    position: absolute;
    right: 6px;
    top: 6px;
}
.youreko-info-text-main
{
    float: left;
    width: 100%;
    font-size: 11px;
}
.youreko-desktop .youreko-info-text-main
{
    width: 429px;
}
.youreko-no-energy-data .youreko-info-text-main
{
    width: 100%;
}
#youreko-info-text-how-we-calculate
{
    float: left;
}

[class*=youreko-v6] #youreko-info-text-how-we-calculate
{
    display: none;
}
.youreko-info-text-divider
{
    float: left;
    width: 37px;
    height: 372px;
    display: none;
}
.youreko-info-text-divider:after
{
    content:"";
    position: absolute;
    top: 10%;
    bottom: 10%;
    left: 60%;
    border-left: 1px solid #999;
}
[class*=youreko-v6] .youreko-info-text-divider:after
{
    display: none;
}
.youreko-desktop .youreko-info-text-divider
{
    display: block;
}
.youreko-mobile .youreko-info-text-divider,
.youreko-no-energy-data .youreko-info-text-divider
{
    display: none;
}
.youreko-mobile .youreko-sponsored-text
{
    display: none;
}
#youreko-info-text-cost-panel-wrapper
{
    float: left;
    width: 273px;
    position: relative;
    overflow: hidden;
    height: 372px;
}
.youreko-mobile #youreko-info-text-cost-panel-wrapper
{
    display: none;
}
#youreko-info-text-cost-panel-slider
{
    width: 546px;
    position: absolute;
    height: 100%;
}
[class*=youreko-v6] #youreko-info-text-cost-panel-slider
{
    display: none;
}
.youreko-info-text-yearly-cost-panel,
.youreko-info-text-lifetime-cost-panel
{
    height: 100%;
    float: left;
    width: 273px;
}
body .youreko-info-text-yearly-cost-panel table,
body .youreko-info-text-lifetime-cost-panel table
{
    width: 272px;
}

.youreko-info-text-lifetime-cost-panel
{
    /*display: none;*/
}
.youreko-info-text-yearly-cost-panel
{
    /*width: 37%;*/
    margin: 0 0 10px 0;
}
.youreko-info-text .youreko-info-text-yearly-cost-panel table,
.youreko-info-text .youreko-info-text-lifetime-cost-panel table
{
    margin: 0 0 10px 0;
}
.youreko-form-active .youreko-info-text-yearly-cost-panel td,
.youreko-form-active .youreko-info-text-lifetime-cost-panel td
{
    filter: blur(2px);
}
.youreko-info-text-lifetime-cost-panel
{
    /*display: none;*/
    /*width: 37%;*/
}
.youreko-desktop .youreko-info-text-yearly-cost-panel
{
    display: block;
}
.youreko-mobile .youreko-info-text-yearly-cost-panel,
.youreko-mobile .youreko-info-text-lifetime-cost-panel
{
    display: none;
}
#youreko-info-text-see-yearly-cost,
#youreko-info-text-see-lifetime-cost
{
    text-decoration: underline;
    font-style: italic;
    cursor: pointer;
}
.youreko-info-text table
{
    width: 100%;
    border-collapse: collapse;
    font-size: 10px;
    line-height: normal;
    margin: 0;
}
.youreko-info-text tr
{
    border: solid 1px #999;
}
.youreko-info-text tr:nth-child(odd)
{
    background: #dfdfdf;
}
.youreko-info-text tr:nth-child(even)
{
    background: #fff;
}
.youreko-info-text table tr td.youreko-table-emphasize-last-row
{
    padding-top: 1px;
    padding-bottom: 3px;
    text-decoration: underline;
    font-weight: bold;
    font-style: italic;
}
.youreko-info-text table tr td
{
    padding: 0 0 0 5px;
    height: 13px;
    line-height: 13px;
    border: 1px solid grey;
    margin-left: 0;
    display: table-cell;
    float: none !important;
    vertical-align: middle;
    color: #666;
    background: none;
    font-size: 10px;
    word-break: normal;
    word-wrap: normal;
}
.youreko-table-cell-heading
{
    text-decoration: underline;
}
.youreko-description-column
{
    width: 35%;
}
.youreko-value-column
{
    width: 40%;
}
.youreko-source-column
{
    width: 25%;
}
.youreko-info-text-ekoscore p u
{
    text-decoration: underline;
}
.youreko-info-text-ekoscore p u b
{
    font-size: 11px;
    color: #666;
}
.youreko-energy-cost-info-text,
.youreko-energy-cost-saving-info-text
{
    display: none;
    height: 372px;
    margin-left: 12px;
    margin-right: 9px;
}
[class*=youreko-v6] .youreko-energy-cost-info-text,
[class*=youreko-v6] .youreko-energy-cost-saving-info-text
{
    height: 331px;
}
.youreko-mobile .youreko-energy-cost-info-text,
.youreko-mobile .youreko-energy-cost-saving-info-text
{
    height: 402px;
}
.youreko-mobile[class*=youreko-v6] .youreko-energy-cost-info-text,
.youreko-mobile[class*=youreko-v6] .youreko-energy-cost-saving-info-text
{
    height: 361px;
}
.youreko-mobile.youreko-no-usage .youreko-energy-cost-info-text,
.youreko-mobile.youreko-no-usage .youreko-energy-cost-saving-info-text
{
    height: 359px;
}
.youreko-energy-cost-info-text
{
    display: none;
}
.youreko-savings-info-text
{
    display: none;
}
.youreko-dynamic-info-text
{
    display: none;
}
.youreko-sponsored-info-text
{
    display: none;
}
.youreko-custom-usage-info-text,
.youreko-custom-usage-info-text-savings-disappeared
{
    display: none;
}
#youreko-info-text-more
{
    display: none;
}
#youreko-info-text-more-target
{
    display: none;
}
#youreko-info-text-more-trigger
{
    font-style: italic;
    text-decoration: underline;
    color: #fff;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#youreko-header
{
/*    height: 85px;*/
}
#youreko-navigation-tabs, #youreko-header-info
{
    height: 43px;
    border-bottom: 1px solid #dfdfdf;
}
#product-info-container
{
    float: left;
    width: 760px;
}
.youreko-desktop #youreko-navigation-tabs
{
    display: none;
}
.youreko-mobile #youreko-header-info
{
    display: none;
}
#youreko-product-details
{
    float: left;
    height: 43px;
    /*width: 442px;*/
}
#youreko-product-name
{
    margin-left: 24px;
    margin-right: 13px;
    float: left;
    height: 43px;
    line-height: 43px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}
.youreko-has-rating.youreko-has-alternatives #youreko-product-name
{
    margin-left: 66px;
}
#youreko-product-price-container
{
    /*margin-left: 24px;*/
    margin-right: 13px;
    float: left;
    height: 43px;
    line-height: 43px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    color: #999;
}
#youreko-price-delimiter
{
    color: #000;
    margin-right: 9px;
}
#youreko-product-price
{
    /*border: 1px solid #dfdfdf;
    padding: 3px;
    border-radius: 5px;*/
}
#youreko-ekoscore-container
{
    float: left;
    height: 43px;
    line-height: 43px;
    background-color: transparent;
    margin-left: 0;
    width: auto;
}
#youreko-ekoscore-pointer
{
    margin-top: 11px;
    float: left;
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 11px solid transparent;
    /*border-right-style: solid;*/
    display: inline-block;
    vertical-align: top;

    /*border-top-width: 11px;*/
    /*border-bottom-width: 11px;*/
    /*border-right-width: 11px;*/
}
#youreko-ekoscore-container.youreko-ekoscore-background-colour-green #youreko-ekoscore
{
    background: #009A07;
}
#youreko-ekoscore-container.youreko-ekoscore-background-colour-light-green #youreko-ekoscore
{
    background: #8ABE0C;
}
#youreko-ekoscore-container.youreko-ekoscore-background-colour-yellow #youreko-ekoscore
{
    background: #E8B505;
}
#youreko-ekoscore-container.youreko-ekoscore-background-colour-orange #youreko-ekoscore
{
    background: #EC7517;
}
#youreko-ekoscore-container.youreko-ekoscore-background-colour-red #youreko-ekoscore
{
    background: #E63606;
}

#youreko-ekoscore-container.youreko-ekoscore-background-colour-green #youreko-ekoscore-pointer
{
    border-right-color: #009A07;
}
#youreko-ekoscore-container.youreko-ekoscore-background-colour-light-green #youreko-ekoscore-pointer
{
    border-right-color: #8ABE0C;
}
#youreko-ekoscore-container.youreko-ekoscore-background-colour-yellow #youreko-ekoscore-pointer
{
    border-right-color: #E8B505;
}
#youreko-ekoscore-container.youreko-ekoscore-background-colour-orange #youreko-ekoscore-pointer
{
    border-right-color: #EC7517;
}
#youreko-ekoscore-container.youreko-ekoscore-background-colour-red #youreko-ekoscore-pointer
{
    border-right-color: #E63606;
}

#youreko-ekoscore
{
    position: relative;
    margin-top: 11px;
    height: 22px;
    line-height: 22px;
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    color: #FFF;
    float: left;
    text-align: center;
}
#youreko-ekoscore-text
{
    color: #fff;
    font-size: 11px;
    margin-left: 1px;
    margin-right: 6px;
}
.youreko-ekoscore-info
{
    display: none;
    font-size: 11px;
    color: #fff;
}
.youreko-ekoscore-info u
{
    text-decoration: underline;
    font-size: 11px;
    color: #fff;
}
#youreko-logo-and-tagline
{
    float: right;
    height: 43px;
    /*width: 318px;*/
}
#youreko-tagline
{
    width: 171px;
    float: left;
    /*margin-left: 50px;*/
    height: 43px;
    line-height: 43px;
    font-size: 12px;
    text-align: right;
    font-style: italic;
    color: #999;
}
#youreko-logo-in-header
{
    width: 76px;
    float: left;
    margin-right: 15px;
    margin-left: 6px;
}
#youreko-header ul
{
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: normal;
}
#youreko-header ul li
{
    list-style: none;
    margin: 0;
    padding: 0;
    background: none;
}
#youreko-savings-link,
#youreko-energy-cost-link,
#youreko-energy-cost-saving-link
{
/*    width: 138px;*/
    cursor: pointer;
}
#youreko-savings-link.youreko-v3,
#youreko-energy-cost-link.youreko-v3,
#youreko-savings-link.youreko-v5,
#youreko-energy-cost-link.youreko-v5
{
    width: 138px;
}

#youreko-savings-link.youreko-v4,
#youreko-savings-link.youreko-v6
{
    width: 176px;
}
#youreko-energy-cost-saving-link.youreko-v4,
#youreko-energy-cost-saving-link.youreko-v6
{
    width: 100px
}
#youreko-savings-link:not(.youreko-selected) span.youreko-savings-notifier.youreko-notifier-products-available
{
    opacity: 0.4;
}
#youreko-savings-link:not(.youreko-selected) span.youreko-savings-notifier.youreko-notifier-no-products
{
    opacity: 0.6;
}
.youreko-navigation-tab.youreko-close-link
{
    font-size: 24px;
    font-weight: bolder;
    width: 39px;
    border-left: 1px solid #dfdfdf;
    border-bottom: 0;
    height: 43px;
    cursor: pointer;
}
#youreko-close
{
    float: left;
    width: 40px;
    height: 43px;
}

#youreko-close ul li
{
    list-style: none;
    margin: 0;
    padding: 0;
    background: none;
}
.youreko-navigation-tab
{
    text-decoration: none;
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    font-weight: bolder;
    text-align: center;
    color: #999;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#youreko-energy-savings.cursor-wait .youreko-navigation-tab
{
    cursor: wait;
}
.youreko-navigation-tab:not(.youreko-close-link):hover
{
    border-bottom: 3px solid #b9cf51;
}
.youreko-navigation-tab.youreko-selected:not(.youreko-close-link)
{
    color: #000;
    border-bottom: 3px solid #b9cf51;
}
.youreko-roundel-container
{
    display: inline-block;
    vertical-align: middle;
}
.youreko-savings-notifier
{
    color: #fff;
    margin-left: 5px;
    width: 20px;
    height: 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;

    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-flexbox;

    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;

    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;

    margin-top: -1px;
    font-weight: bold;
    font-size: 12px;
    vertical-align: middle;
}
.youreko-notifier-products-available
{
    background: #d72e00;
}
.youreko-notifier-no-products
{
    background: #999;
}
.youreko-usage
{
    float: left;
    width: 318px;
    background-color: #f3f4f4;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #666;
    font-size: 12px;
    border-bottom: 1px solid #dfdfdf;
    cursor: default;
}
[class*=youreko-v6] .youreko-usage
{
    display: none;
}
.youreko-desktop .youreko-usage
{
    width: 800px;
    text-align: left;
}
#youreko-energy-savings.cursor-wait .youreko-usage
{
    cursor: wait;
}
.youreko-custom-usage-unit-text
{
    text-transform: uppercase;
}
#youreko-custom-usage-period
{
    text-transform: uppercase;
}
.youreko-usage span
{
    font-size: 12px;
    vertical-align: middle;
}
.youreko-usage-first-text
{
    text-transform: uppercase;
}
.youreko-desktop .youreko-usage-first-text
{
    margin-left: 24px;
}
.youreko-usage select
{
    display: inline;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    color: #9eb729;
    font-weight: 600;
    height: 24px;
    font-size: 14px;
    background: #f3f4f4;
    margin: 0 3px 0 3px;
    padding: 0;
    width: auto;
    vertical-align: middle;
    opacity: 1;

    -moz-appearance: menulist !important;
    -webkit-appearance: menulist !important;
}
.youreko-usage select:focus
{
    color: #9eb729 !important;
    background: #f3f4f4 !important;
    border: 1px solid #dfdfdf;
    box-shadow: none;
    /*border-color: #dfdfdf;*/
}
.youreko-usage select option
{
    color: #9eb729;
}
#youreko-custom-tariff
{
    display: inline;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    color: #9eb729;
    font-weight: 600;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    background: #f3f4f4;
    margin: 0 3px 0 3px;
    width: 50px;
    text-align: center;
    vertical-align: middle;
}
#youreko-energy-savings.cursor-wait .youreko-usage select
{
    cursor: wait;
}
.youreko-usage select:focus
{
    outline: none;
}
.youreko-usage select:hover
{
    border: 1px solid #999;
}
#youreko-custom-energy-cost-years
{
    text-transform: uppercase;
}
.youreko-message-text-box
{
    float: left;
    width: 268px;
    height: 237px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    margin: 6px 24px 7px 24px;
}
.youreko-desktop .youreko-no-products .youreko-message-text-box
{
    display: none;
}
.youreko-no-usage .youreko-message-text-box
{
    height: 237px;
}
#youreko-extended-usage
{
    display: inline-block;
    position: relative;
    text-transform: uppercase;
}
.youreko-mobile #youreko-extended-usage
{
    display: none;
}
#youreko-desktop-info-text-link
{
    text-transform: lowercase;
    vertical-align: middle;
    text-align: center;
    position: relative;
    float: right;
    color: #fff;
    margin-left: 10px;
    margin-top: 9px;
    width: 21px;
    height: 21px;
    line-height: 21px;
    background: #a2a2a2;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;

    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-flexbox;

    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;

    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;

    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.youreko-search-icon.youreko-search-icon-grey
{
    margin-left: 34px;
}
.youreko-search-icon
{
    color: #ccc;
    height:40px;
    width:38px;
    display:block;
    position:relative;
    margin-left: 20px;
    float: left;
}
.youreko-search-icon:before, .youreko-search-icon:after
{
    content:'';
    height:20px;
    display:block;
    position:absolute;
    top:0;
    left:0;
}
.youreko-search-icon:before
{
    width:20px;
    border:3px #9eb729 solid;
    border-radius:100%;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
}
.youreko-search-icon.youreko-search-icon-green:before
{
    border:3px #9eb729 solid;
}
.youreko-search-icon.youreko-search-icon-grey:before
{
    border:3px #ccc solid;
}
.youreko-search-icon:after
{
    width:7px;
    background:#9eb729;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    top:17px;
    left:-5px;
}
.youreko-search-icon.youreko-search-icon-green:after
{
    background:#9eb729;
}
.youreko-search-icon.youreko-search-icon-grey:after
{
    background:#ccc;
}
.youreko-message-text
{
    border-bottom: 1px solid #dfdfdf;
}
.youreko-message-text-title
{
    height: 40px;
    margin-top: 15px;
    padding-bottom: 15px;
    font-size: 15px;
    font-weight: bolder;
    margin-right: 10px;
    text-align: left;
}
.youreko-message-text-body,
.youreko-no-results-message-text-body-desktop
{
    float: left;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
}
.youreko-no-results-message-text-body-desktop
{
    margin: 15px;
}
.youreko-form-active .youreko-no-results-message-text-body-desktop
{
    filter: blur(5px);
}
.youreko-message-text-body p
{
    font: 14px/24px Arial,Helvetica,Sans-serif;
    margin: 15px;
}
.youreko-message-text-body span
{
    font: 14px/24px Arial,Helvetica,Sans-serif;
}
.youreko-message-text-body a
{
    color: #999;
    text-decoration: underline;
}
.youreko-energy-cost-tab,
.youreko-energy-cost-saving-tab
{
    width: 318px;
    float: left;
}

/*
 * Medal rating view
 */

#youreko-energy-savings.youreko-mobile[class*="youreko-rating-"] .youreko-savings-notifier
{
    display: none;
}

.youreko-product-rating
{
    float: left;
    width: 482px;
    height: 292px;
    /*border: 1px solid #dfdfdf;
    border-radius: 5px;*/
}
.youreko-mobile .youreko-product-rating
{
    width: 318px;
}
.youreko-product-benefits
{
    position: relative;
    margin: 6px 24px 3px 24px;
    width: 437px;
    height: 237px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    float: left;
    background-color: #f3f4f4;
    z-index: 0;

    background:
            -webkit-linear-gradient(-234deg, rgb(243,244,244) 0, rgb(243,244,244) 4%, rgba(0,0,0,0) 4%, rgba(0,0,0,0) 100%),
            -webkit-linear-gradient(54deg, rgb(243,244,244) 4%, rgba(0,0,0,0) 4%),
            -webkit-linear-gradient(18deg, rgb(235,237,237) 8.5%, rgba(0,0,0,0) 8.5%),
            -webkit-linear-gradient(-198deg, rgb(235,237,237) 8.5%, rgba(0,0,0,0) 8.5%),
            -webkit-linear-gradient(-126deg, rgb(235,237,237) 7.5%, rgba(0,0,0,0) 7.5%),
            -webkit-linear-gradient(-54deg, rgb(235,237,237) 7.5%, rgba(0,0,0,0) 7.5%),
            -webkit-linear-gradient(-234deg, rgb(243,244,244) 4%, rgba(0,0,0,0) 4%),
            -webkit-linear-gradient(54deg, rgb(243,244,244) 4%, rgba(0,0,0,0) 4%),
            -webkit-linear-gradient(18deg, rgb(235,237,237) 8.5%, rgba(0,0,0,0) 8.5%),
            -webkit-linear-gradient(-198deg, rgb(235,237,237) 8.5%, rgba(0,0,0,0) 8.5%),
            -webkit-linear-gradient(-126deg, rgb(235,237,237) 7.5%, rgba(0,0,0,0) 7.5%),
            -webkit-linear-gradient(-54deg, rgb(235,237,237) 7.5%, rgba(0,0,0,0) 7.5%), rgba(243,244,244,1);

    /*noinspection CssOverwrittenProperties*/
    background:
            -moz-linear-gradient(324deg, rgb(243,244,244) 0, rgb(243,244,244) 4%, rgba(0,0,0,0) 4%, rgba(0,0,0,0) 100%),
            -moz-linear-gradient(36deg, rgb(243,244,244) 4%, rgba(0,0,0,0) 4%),
            -moz-linear-gradient(72deg, rgb(235,237,237) 8.5%, rgba(0,0,0,0) 8.5%),
            -moz-linear-gradient(288deg, rgb(235,237,237) 8.5%, rgba(0,0,0,0) 8.5%),
            -moz-linear-gradient(216deg, rgb(235,237,237) 7.5%, rgba(0,0,0,0) 7.5%),
            -moz-linear-gradient(144deg, rgb(235,237,237) 7.5%, rgba(0,0,0,0) 7.5%),
            -moz-linear-gradient(324deg, rgb(243,244,244) 4%, rgba(0,0,0,0) 4%),
            -moz-linear-gradient(36deg, rgb(243,244,244) 4%, rgba(0,0,0,0) 4%),
            -moz-linear-gradient(72deg, rgb(235,237,237) 8.5%, rgba(0,0,0,0) 8.5%),
            -moz-linear-gradient(288deg, rgb(235,237,237) 8.5%, rgba(0,0,0,0) 8.5%),
            -moz-linear-gradient(216deg, rgb(235,237,237) 7.5%, rgba(0,0,0,0) 7.5%),
            -moz-linear-gradient(144deg, rgb(235,237,237) 7.5%, rgba(0,0,0,0) 7.5%), rgba(243,244,244,1);

    /*noinspection CssOverwrittenProperties*/
    background:
            linear-gradient(324deg, rgb(243,244,244) 0, rgb(243,244,244) 4%, rgba(0,0,0,0) 4%, rgba(0,0,0,0) 100%),
            linear-gradient(36deg, rgb(243,244,244) 4%, rgba(0,0,0,0) 4%),
            linear-gradient(72deg, rgb(235,237,237) 8.5%, rgba(0,0,0,0) 8.5%),
            linear-gradient(288deg, rgb(235,237,237) 8.5%, rgba(0,0,0,0) 8.5%),
            linear-gradient(216deg, rgb(235,237,237) 7.5%, rgba(0,0,0,0) 7.5%),
            linear-gradient(144deg, rgb(235,237,237) 7.5%, rgba(0,0,0,0) 7.5%),
            linear-gradient(324deg, rgb(243,244,244) 4%, rgba(0,0,0,0) 4%),
            linear-gradient(36deg, rgb(243,244,244) 4%, rgba(0,0,0,0) 4%),
            linear-gradient(72deg, rgb(235,237,237) 8.5%, rgba(0,0,0,0) 8.5%),
            linear-gradient(288deg, rgb(235,237,237) 8.5%, rgba(0,0,0,0) 8.5%),
            linear-gradient(216deg, rgb(235,237,237) 7.5%, rgba(0,0,0,0) 7.5%),
            linear-gradient(144deg, rgb(235,237,237) 7.5%, rgba(0,0,0,0) 7.5%), rgba(243,244,244,1);

    background-position: 32px 37px, -12px 37px, 32px 37px, -12px 37px, 32px 28px, -12px 28px, 54px 104px, 10px 104px, 54px 104px, 10px 104px, 54px 95px, 10px 95px;
    -webkit-background-size: 44px 44px;
    background-size: 44px 44px;
}
.youreko-mobile .youreko-product-benefits
{
    width: 268px;
}
.youreko-benefits-text
{
    float: left;
    height: 237px;
    width: 228px;
    display: table;
}
.youreko-mobile .youreko-benefits-text
{
    margin: 0 5px 0 35px;
    height: 78px;
}
.youreko-benefits-bullets
{
    display: table-cell;
    vertical-align: middle;
    padding: 0;
}
.youreko-mobile .youreko-benefits-bullets
{
    vertical-align: top;
}

.youreko-benefit-bullet
{
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    line-height: 25px;
    list-style: none;
    text-align: left;
    margin: 5px 0 5px 0;
    display: inline-block;
}
.youreko-mobile .youreko-benefit-bullet
{
    /*line-height: 38px;*/
}
.youreko-bullet {
    display:inline-block;
    width: 22px;
    height:22px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);

    text-align: center;
    vertical-align: middle;
    float: left;
    margin: 1px 8px 7px 0;
}

.youreko-bullet-circle {
    position: absolute;
    width:22px;
    height:22px;
    background-color: #009a07;
    border-radius:11px;
    left:0;
    top:0;
}

.youreko-bullet-stem {
    position: absolute;
    width:2px;
    height:9px;
    background-color:#fff;
    left:11px;
    top:6px;
}

.youreko-bullet-kick {
    position: absolute;
    width:5px;
    height:2px;
    background-color:#fff;
    left:8px;
    top:13px;
}
.youreko-bullet-text
{
    margin-top: 2px;
}

@keyframes FadeIn {
    0% {
        opacity: 0;
    }

    85% {
        opacity: 1;
    }
}

.youreko-benefit-bullet
{
    -webkit-animation: FadeIn 1s linear;
    -o-animation: FadeIn 1s linear;
    animation: FadeIn 1s linear;

    animation-fill-mode: both;
}
.youreko-benefit-bullet.youreko-animation-off
{
    -webkit-animation: unset;
    -o-animation: unset;
    animation: unset;
}

li.youreko-benefit-bullet:nth-child(1)
{
    -webkit-animation-delay: 0.25s;
    -moz-animation-delay: 0.25s;
    -o-animation-delay: 0.25s;
    animation-delay: 0.25s;
}
li.youreko-benefit-bullet:nth-child(2)
{
    -webkit-animation-delay: 1.25s;
    -moz-animation-delay: 1.25s;
    -o-animation-delay: 1.25s;
    animation-delay: 1.25s;
}
li.youreko-benefit-bullet:nth-child(3)
{
    -webkit-animation-delay: 2.25s;
    -moz-animation-delay: 2.25s;
    -o-animation-delay: 2.25s;
    animation-delay: 2.25s;
}
li.youreko-benefit-bullet:nth-child(4)
{
    -webkit-animation-delay: 3.25s;
    -moz-animation-delay: 3.25s;
    -o-animation-delay: 3.25s;
    animation-delay: 3.25s;
}
li.youreko-benefit-bullet:nth-child(5)
{
    -webkit-animation-delay: 4.25s;
    -moz-animation-delay: 4.25s;
    -o-animation-delay: 4.25s;
    animation-delay: 4.25s;
}
li.youreko-benefit-bullet:nth-child(6)
{
    -webkit-animation-delay: 5.25s;
    -moz-animation-delay: 5.25s;
    -o-animation-delay: 5.25s;
    animation-delay: 5.25s;
}
li.youreko-benefit-bullet:nth-child(7)
{
    -webkit-animation-delay: 6.25s;
    -moz-animation-delay: 6.25s;
    -o-animation-delay: 6.25s;
    animation-delay: 6.25s;
}
[class*=youreko-v6] .youreko-benefit-nothing-cheaper
{
    display: none;
}

/*
 * Medal rating container
 */

.youreko-rating-container
{
    margin: -15px 10px 0 10px;
    width: 166px;
    height: 252px;
    float: left;
}

/* In header */

#youreko-header .youreko-rating-container
{
    width: 38px;
    height: 55px;
    position: absolute;
    margin-top: -5px;
    margin-left: 16px;
}

.youreko-is-ekoscore #youreko-header .youreko-rating-container,
.youreko-has-rating.youreko-no-alternatives #youreko-header .youreko-rating-container,
.youreko-no-rating #youreko-header .youreko-rating-container
{
    display: none;
}

/* Mobile */

.youreko-mobile .youreko-rating-container
{
    margin: -12px 74px 0 74px;
    width: 120px;
    height: 171px;
}
[class*='youreko-rating-resize-container']
{
    position: relative;
    width: 100%;
    height: 100%;
}
[class*='youreko-rating-ribbon']
{
    background: url('/images/energy-savings-modal/rating/ribbon.svg') 0 0 no-repeat;
    width: 65%;
    height: 100%;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    left: 17.5%;
}
[class*='youreko-rating-image-container']
{
    position: absolute;
    width: 100%;
    height: 75%;
    padding-top: 25%;
}
[class*='youreko-rating-image']:not([class*='youreko-rating-image-container'])
{
    position: absolute;
    width: 100%;
    height: 100%;
}
.youreko-rating-platinum [class*='youreko-rating-image']:not([class*='youreko-rating-image-container']),
.youreko-rating-container.youreko-rating-platinum [class*='youreko-rating-image']:not([class*='youreko-rating-image-container'])
{
    background: url('/images/energy-savings-modal/rating/platinum.svg') 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    margin-top: -7%;
}
[class*='youreko-energy-label'].youreko-rating-platinum [class*='youreko-rating-image']:not([class*='youreko-rating-image-container'])
{
    background: url('/images/energy-savings-modal/rating/platinum-button.svg') 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    margin-top: -7%;
}
.youreko-rating-gold [class*='youreko-rating-image']:not([class*='youreko-rating-image-container']),
.youreko-rating-container.youreko-rating-gold [class*='youreko-rating-image']:not([class*='youreko-rating-image-container'])
{
    background: url('/images/energy-savings-modal/rating/gold.svg') 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 87.5%;
    height: 87.5%;
    left: 6%;
}
.youreko-rating-silver [class*='youreko-rating-image']:not([class*='youreko-rating-image-container']),
.youreko-rating-container.youreko-rating-silver [class*='youreko-rating-image']:not([class*='youreko-rating-image-container'])
{
    background: url('/images/energy-savings-modal/rating/silver.svg') 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 87.5%;
    height: 87.5%;
    left: 6%;
}
.youreko-rating-bronze [class*='youreko-rating-image']:not([class*='youreko-rating-image-container']),
.youreko-rating-container.youreko-rating-bronze [class*='youreko-rating-image']:not([class*='youreko-rating-image-container'])
{
    background: url('/images/energy-savings-modal/rating/bronze.svg') 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 87.5%;
    height: 87.5%;
    left: 6%;
}
.youreko-rating-plain [class*='youreko-rating-image']:not([class*='youreko-rating-image-container']),
.youreko-rating-container.youreko-rating-plain [class*='youreko-rating-image']:not([class*='youreko-rating-image-container'])
{
    background: url('/images/energy-savings-modal/rating/plain.svg') 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 87.5%;
    height: 87.5%;
    left: 6%;
}
[class*='youreko-energy-label'].youreko-rating-none [class*='youreko-rating-container']:not([class*='youreko-rating-container-button'])
{
    display: none;
}

/*
 * 2019 - new button medal rating (with bolt)
 */

[class*='youreko-energy-label'].youreko-rating-none [class*='youreko-rating-container-button']
{
    width: 29px;
}
[class*='youreko-energy-label'] [class*='youreko-rating-container-button'] [class*='youreko-rating-ribbon']
{
    background: url('/images/energy-savings-modal/rating/ribbon-button-v2.svg') 0 0 no-repeat;
    width: 36px;
    height: 60px;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    left: 5.5px;
    top: -1px;
}
[class*='youreko-energy-label'].youreko-rating-none [class*='youreko-rating-container-button'] [class*='youreko-rating-ribbon']
{
    display: none;
}
[class*='youreko-energy-label'].youreko-rating-platinum [class*='youreko-rating-container-button'] [class*='youreko-rating-image']:not([class*='youreko-rating-image-container'])
{
    background: url('/images/energy-savings-modal/rating/platinum-button-v2.svg') 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 87.5%;
    height: 87.5%;
    left: 6%;
    margin: 0;
}
[class*='youreko-energy-label'].youreko-rating-gold [class*='youreko-rating-container-button'] [class*='youreko-rating-image']:not([class*='youreko-rating-image-container'])
    /*.youreko-rating-container.youreko-rating-gold [class*='youreko-rating-image']:not([class*='youreko-rating-image-container'])*/
{
    background: url('/images/energy-savings-modal/rating/gold-button-v2.svg') 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    /*width: 87.5%;
    height: 87.5%;
    left: 6%;*/
}
[class*='youreko-energy-label'].youreko-rating-silver [class*='youreko-rating-container-button'] [class*='youreko-rating-image']:not([class*='youreko-rating-image-container'])
    /*.youreko-rating-container.youreko-rating-silver [class*='youreko-rating-image']:not([class*='youreko-rating-image-container'])*/
{
    background: url('/images/energy-savings-modal/rating/silver-button-v2.svg') 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    /*width: 87.5%;
    height: 87.5%;
    left: 6%;*/
}
[class*='youreko-energy-label'].youreko-rating-bronze [class*='youreko-rating-container-button'] [class*='youreko-rating-image']:not([class*='youreko-rating-image-container'])
    /*.youreko-rating-container.youreko-rating-bronze [class*='youreko-rating-image']:not([class*='youreko-rating-image-container'])*/
{
    background: url('/images/energy-savings-modal/rating/bronze-button-v2.svg') 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    /*width: 87.5%;
    height: 87.5%;
    left: 6%;*/
}
[class*='youreko-energy-label'].youreko-rating-plain [class*='youreko-rating-container-button'] [class*='youreko-rating-image']:not([class*='youreko-rating-image-container'])
    /*.youreko-rating-container.youreko-rating-plain [class*='youreko-rating-image']:not([class*='youreko-rating-image-container'])*/
{
    background: url('/images/energy-savings-modal/rating/plain-button-v2.svg') 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    /*width: 87.5%;
    height: 87.5%;
    left: 6%;*/
}
[class*='youreko-energy-label'].youreko-rating-none [class*='youreko-rating-container-button'] [class*='youreko-rating-image']:not([class*='youreko-rating-image-container'])
    /*.youreko-rating-container.youreko-rating-none [class*='youreko-rating-image']:not([class*='youreko-rating-image-container'])*/
{
    background: url('/images/energy-savings-modal/rating/none-button-v2.svg') 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 30px;
    height: 30px;
    margin: 5px 12px 5px 9px;
}

.youreko-rating-platinum [class*=youreko-cost-value][class*=youreko-rating]:not(.youreko-rating-platinum),
.youreko-rating-platinum [class*=youreko-cost-cta][class*=youreko-rating]:not(.youreko-rating-platinum)
{
    display: none;
}
.youreko-rating-gold [class*=youreko-cost-value][class*=youreko-rating]:not(.youreko-rating-gold),
.youreko-rating-gold [class*=youreko-cost-cta][class*=youreko-rating]:not(.youreko-rating-gold)
{
    display: none;
}
.youreko-rating-silver [class*=youreko-cost-value][class*=youreko-rating]:not(.youreko-rating-silver),
.youreko-rating-silver [class*=youreko-cost-cta][class*=youreko-rating]:not(.youreko-rating-silver)
{
    display: none;
}
.youreko-rating-bronze [class*=youreko-cost-value][class*=youreko-rating]:not(.youreko-rating-bronze),
.youreko-rating-bronze [class*=youreko-cost-cta][class*=youreko-rating]:not(.youreko-rating-bronze)
{
    display: none;
}
.youreko-rating-plain [class*=youreko-cost-value][class*=youreko-rating]:not(.youreko-rating-plain),
.youreko-rating-plain [class*=youreko-cost-cta][class*=youreko-rating]:not(.youreko-rating-plain)
{
    display: none;
}

/*
 * Text
 */

.youreko-rating-text
{
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    font-weight: 800;
}
.youreko-rating-text-top, .youreko-rating-text-middle, .youreko-rating-text-bottom
{
    display: block;
}

.youreko-rating-platinum .youreko-rating-text
{
    padding-top: 54px;
}
.youreko-mobile.youreko-rating-platinum .youreko-rating-text
{
    padding-top: 39px;
}
.youreko-rating-platinum .youreko-rating-text *
{
    color: #9e5f09;
}
.youreko-rating-platinum .youreko-rating-text-top
{
    font-size: 15px;
    line-height: 15px;
}
.youreko-mobile.youreko-rating-platinum .youreko-rating-text-top
{
    font-size: 12px;
    line-height: 12px;
}
.youreko-rating-platinum .youreko-rating-text-top:after
{
    content: 'BEST';
}
.youreko-rating-platinum .youreko-rating-text-middle
{
    font-size: 11px;
    line-height: 15px;
}
.youreko-mobile.youreko-rating-platinum .youreko-rating-text-middle
{
    font-size: 8px;
    line-height: 12px;
}
.youreko-rating-platinum .youreko-rating-text-middle:after
{
    content: 'OF THE';
}
.youreko-rating-platinum .youreko-rating-text-bottom
{
    font-size: 15px;
    line-height: 15px;
}
.youreko-mobile.youreko-rating-platinum .youreko-rating-text-bottom
{
    font-size: 12px;
    line-height: 12px;
}
.youreko-rating-platinum .youreko-rating-text-bottom:after
{
    content: 'BEST';
}
.youreko-rating-gold .youreko-rating-text
{
    padding-top: 54px;
}
.youreko-mobile.youreko-rating-gold .youreko-rating-text
{
    padding-top: 37px;
}
.youreko-rating-gold .youreko-rating-text *
{
    color: #9e5f09;
}
.youreko-rating-gold .youreko-rating-text-top
{
    font-size: 18.5px;
    line-height: 18.5px;
}
.youreko-mobile.youreko-rating-gold .youreko-rating-text-top
{
    font-size: 15px;
    line-height: 15px;
}
.youreko-rating-gold .youreko-rating-text-top:after
{
    content: 'HIGHLY';
}
.youreko-rating-gold .youreko-rating-text-middle
{
    font-size: 13px;
    line-height: 22px;
}
.youreko-mobile.youreko-rating-gold .youreko-rating-text-middle
{
    font-size: 10.5px;
    line-height: 18px;
}
.youreko-rating-gold .youreko-rating-text-middle:after
{
    content: 'EFFICIENT';
}
.youreko-rating-gold .youreko-rating-text-bottom
{
    display: none;
}

.youreko-rating-silver .youreko-rating-text
{
    padding-top: 51px;
}
.youreko-mobile.youreko-rating-silver .youreko-rating-text
{
    padding-top: 35px;
}
.youreko-rating-silver .youreko-rating-text *
{
    color: #819898;
}
.youreko-rating-silver .youreko-rating-text-top
{
    font-size: 25px;
    line-height: 25px;
}
.youreko-mobile.youreko-rating-silver .youreko-rating-text-top
{
    font-size: 20px;
    line-height: 20px;
}
.youreko-rating-silver .youreko-rating-text-top:after
{
    content: 'VERY';
}
.youreko-rating-silver .youreko-rating-text-middle
{
    font-size: 13px;
    line-height: 19px;
}
.youreko-mobile.youreko-rating-silver .youreko-rating-text-middle
{
    font-size: 10px;
    line-height: 15px;
}
.youreko-rating-silver .youreko-rating-text-middle:after
{
    content: 'EFFICIENT';
}
.youreko-rating-silver .youreko-rating-text-bottom
{
    display: none;
}

.youreko-rating-bronze .youreko-rating-text
{
    padding-top: 55px;
}
.youreko-mobile.youreko-rating-bronze .youreko-rating-text
{
    padding-top: 38px;
}
.youreko-rating-bronze .youreko-rating-text *
{
    color: #8d501a;
}
.youreko-rating-bronze .youreko-rating-text-top
{
    font-size: 17.5px;
    line-height: 17.5px;
}
.youreko-mobile.youreko-rating-bronze .youreko-rating-text-top
{
    font-size: 14.5px;
    line-height: 14.5px;
}
.youreko-rating-bronze .youreko-rating-text-top:after
{
    content: 'PRETTY';
}
.youreko-rating-bronze .youreko-rating-text-middle
{
    font-size: 13px;
    line-height: 20px;
}
.youreko-mobile.youreko-rating-bronze .youreko-rating-text-middle
{
    font-size: 11px;
    line-height: 16px;
}
.youreko-rating-bronze .youreko-rating-text-middle:after
{
    content: 'EFFICIENT';
}
.youreko-rating-bronze .youreko-rating-text-bottom
{
    display: none;
}


.youreko-rating-plain .youreko-rating-text
{
    padding-top: 51px;
}
.youreko-mobile.youreko-rating-plain .youreko-rating-text
{
    padding-top: 36px;
}
.youreko-rating-plain .youreko-rating-text *
{
    color: #c0b184;
}
.youreko-rating-plain .youreko-rating-text-top
{
    font-size: 22px;
    line-height: 22px;
}
.youreko-mobile.youreko-rating-plain .youreko-rating-text-top
{
    font-size: 17px;
    line-height: 17px;
}
.youreko-rating-plain .youreko-rating-text-top:after
{
    content: 'GOOD';
}
.youreko-rating-plain .youreko-rating-text-middle
{
    font-size: 19px;
    line-height: 22px;
}
.youreko-mobile.youreko-rating-plain .youreko-rating-text-middle
{
    font-size: 14px;
    line-height: 16px;
}
.youreko-rating-plain .youreko-rating-text-middle:after
{
    content: 'VALUE';
}
.youreko-rating-plain .youreko-rating-text-bottom
{
    display: none;
}

.youreko-savings-tab
{
/*    display: none;*/
}
.youreko-savings-tab.youreko-with-products
{
    width: 318px;
    float: left;
}
.youreko-savings-tab.youreko-no-products
{
    float: left;
}
.youreko-desktop .youreko-savings-tab.youreko-with-products
{
    width: 482px;
}
.youreko-desktop .youreko-savings-tab.youreko-no-products
{
    width: 482px;
}
.youreko-savings-next-mobile,
.youreko-savings-previous-mobile
{
/*    display: none;*/
    float: left;
    width: 19px;
    height: 208px;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.youreko-desktop .youreko-savings-previous-mobile,
.youreko-desktop .youreko-savings-next-mobile
{
    display: none;
}
#youreko-energy-savings.cursor-wait .youreko-savings-next-mobile,
#youreko-energy-savings.cursor-wait .youreko-savings-previous-mobile
{
    cursor: wait;
}
.youreko-savings-previous-mobile span
{
    float: left;
    /*width: 20px;
    height: 224px;*/
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-right: 12px solid #ccc;
    border-bottom: 12px solid transparent;
    margin-top: 106px;
    margin-left: 5px;
    top: auto;
    background: #fff;
}
.youreko-savings-next-mobile span
{
    float: left;
    /*width: 20px;
    height: 224px;*/
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-left: 12px solid #ccc;
    border-bottom: 12px solid transparent;
    margin-top: 106px;
    margin-right: 4px;
    margin-left: 2px;
    top: auto;
    background: #fff;
}
.youreko-savings-next.youreko-no-savings-nav,
.youreko-savings-previous.youreko-no-savings-nav
{
    cursor: default;
}
.youreko-savings-next.youreko-no-savings-nav span,
.youreko-savings-previous.youreko-no-savings-nav span
{
    display: none;
}

.youreko-savings-navigation-desktop
{
/*    display: none;*/
    float: left;
    width: 20px;
    height: 128px;
    margin-left: 9px;
}
.youreko-mobile .youreko-savings-navigation-desktop
{
    display: none;
}
.youreko-savings-next-desktop,
.youreko-savings-previous-desktop
{
/*    display: none;*/
    float: left;
    width: 19px;
/*    height: 208px;*/
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.youreko-mobile .youreko-savings-previous-desktop,
.youreko-mobile .youreko-savings-next-desktop
{
    display: none;
}

.youreko-form-active .youreko-savings-next-desktop
{
    filter: blur(5px);
}
.youreko-savings-previous-desktop
{
    margin-top: 8px;
    margin-bottom: 10px;
}
.youreko-savings-next-desktop
{
    margin-top: 10px;
}
#youreko-energy-savings.cursor-wait .youreko-savings-next-desktop,
#youreko-energy-savings.cursor-wait .youreko-savings-previous-desktop
{
    cursor: wait;
}

.swiper-button-next,
.swiper-button-prev
{
    left: auto;
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    text-indent: 0;

    color: #777;
    width: 20px;
    height: 20px;
    background: #ebebeb;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;

    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-flexbox;

    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;

    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;

    margin-top: -1px;
    font-weight: bold;
    font-size: 12px;
    position: relative;
}
.youreko-savings-previous-desktop span:hover,
.youreko-savings-next-desktop span:hover
{
    background: #ebebeb;
}

.youreko-savings-product.youreko-no-results
{
    float: left;
    width: 128px;
    height: 235px;
    border: 1px solid #dfdfdf;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin: 8px 5px 0 5px;
}
#youreko-savings-tab.youreko-no-products .youreko-savings-product.youreko-no-results
{
    width: 268px;
}
.youreko-desktop .youreko-no-products-mobile
{
    display: none;
}
.youreko-mobile .youreko-no-products-desktop
{
    display: none;
}
.youreko-savings-product.youreko-no-results:hover
{
    border: 1px solid #dfdfdf;
    cursor: auto;
}
.youreko-savings-product-no-results-box
{
    font-size: 12px;
    text-align: center;

    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;

    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;

    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;

    height: 235px;
    margin-left: 25px;
    margin-right: 25px;
}
.youreko-form-active .youreko-savings-product-no-results-box
{
    filter: blur(5px);
}
.youreko-no-results-text
{
    color: #ccc;
    font-size: 12px;
}
.youreko-savings-product.youreko-savings-product-hidden
{
    display: none;
}
.youreko-flip-container,
.youreko-savings-product-container
{
    float: left;
    width: 140px;
    height: 192px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.youreko-savings-tab.youreko-no-products .youreko-flip-container:not(.youreko-no-results)
{
    margin-left: 19px;
}
.youreko-mobile .youreko-savings-tab.youreko-no-products .youreko-flip-container
{
    display: none;
}
.youreko-flip-container
{
    perspective: 1000px;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
    -ms-perspective: 1000px;
}
.youreko-flip-container .youreko-savings-product-container
{
    width: 100%;
    height: 100%;
    position: absolute;

    transition: 1s ease-out;
    -webkit-transition: 1s ease-out;
    -moz-transition: 1s ease-out;
    -o-transition: 1s ease-out;
    -ms-transition: 1s ease-out;

    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
}
.youreko-flip-container.youreko-flipped .youreko-savings-product-container
{
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
}
.youreko-flip-container .youreko-savings-product-container .youreko-alternative-product-front,
.youreko-flip-container .youreko-savings-product-container .youreko-alternative-product-back
{
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: visible;
}
.youreko-flip-container .youreko-savings-product-container .youreko-alternative-product-front,
.youreko-flip-container.youreko-flipped .youreko-savings-product-container .youreko-alternative-product-front
{
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
}
.youreko-flip-container .youreko-savings-product-container .youreko-alternative-product-back,
.youreko-flip-container.youreko-flipped .youreko-savings-product-container .youreko-alternative-product-back
{
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
}

.youreko-flip-container .youreko-savings-product-container .youreko-alternative-product-front,
.youreko-flip-container.youreko-flipped .youreko-savings-product-container .youreko-alternative-product-back
{
    /* IE Hack. Halfway through the card flip, set visibility. Keep other browsers visible throughout the card flip. */
    animation: stayvisible 1s both;
    -webkit-animation: stayvisible 1s both;
    -moz-animation: stayvisible 1s both;
    -o-animation: stayvisible 1s both;
    -ms-animation: donothing 1s;
    -ms-transition: visibility 0s linear 0.34s;
    visibility: visible;
}

.youreko-flip-container.youreko-flipped .youreko-savings-product-container .youreko-alternative-product-front,
.youreko-flip-container .youreko-savings-product-container .youreko-alternative-product-back
{
    /* IE Hack. Halfway through the card flip, set visibility. Keep other browsers visible throughout the card flip. */
    animation: stayvisible 1s both;
    -webkit-animation: stayvisible 1s both;
    -moz-animation: stayvisible 1s both;
    -o-animation: stayvisible 1s both;
    -ms-animation: donothing 1s;
    -ms-transition: visibility 0s linear 0.34s;
    visibility: hidden;
}

@keyframes stayvisible { from { visibility: visible; } to { visibility: visible; } }
@-webkit-keyframes stayvisible { from { visibility: visible; } to { visibility: visible; } }
@-moz-keyframes stayvisible { from { visibility: visible; } to { visibility: visible; } }
@-o-keyframes stayvisible { from { visibility: visible; } to { visibility: visible; } }
@-ms-keyframes donothing { 0% { } 100% { } }

.youreko-savings-product
{
    position: absolute;
    float: left;
    width: 128px;
    height: 235px;
    border: 1px solid #dfdfdf;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    cursor: pointer;
    margin: 8px 5px 0 5px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#youreko-energy-savings.cursor-wait .youreko-savings-product
{
    cursor: wait;
}
.youreko-savings-product:hover
{
    border: 1px solid #009a07;
}
.youreko-savings-product:hover .youreko-savings-product-name,
.youreko-savings-product:hover .youreko-savings-product-price
{
    text-decoration: underline;
}

.youreko-badge
{
    display: none;
    position: absolute;
    left: -5px; top: -5px;
    z-index: 3;
    overflow: hidden;
    width: 100px;
    height: 100px;
    text-align: right;
}
.youreko-badge span
{
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 120px;
    display: block;
    background: #FF0000;
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 25px;
    left: -25px;
}
.youreko-badge.youreko-badge-higher-capacity span
{
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 85px;
    display: block;
    background: #FF0000;
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 13px;
    left: -20px;
}
.youreko-badge span::before
{
    content: "";
    position: absolute; left: 0; top: 100%;
    z-index: -1;
    border: 3px solid #ff0000;
    border-right-color: transparent;
    border-bottom-color: transparent;
}
.youreko-badge span::after
{
    content: "";
    position: absolute; right: 0; top: 100%;
    z-index: -1;
    border: 3px solid transparent;
    border-right-color: #ff0000;
    border-top-color: #ff0000;
}
.youreko-badge-example
{
    display: block;
}

.youreko-energy-cost-range-compact
{
    width: 128px;

    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;

    transition: transform 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
}
.youreko-energy-cost-range-compact ul
{
    height: 4px;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    line-height: normal;
}
.youreko-energy-cost-range-compact ul li
{
    list-style: none;
    width: 26px;
    height: 5px;
    float: left;
    position: absolute;
    margin-top: -1px;
}
.youreko-energy-cost-range-red
{
    background-color: #f43400;
}
.youreko-energy-cost-range-compact .youreko-energy-cost-range-red
{
    margin-left: -1px;
}
.youreko-energy-cost-range-orange
{
    background-color: #f67814;
}
.youreko-energy-cost-range-compact .youreko-energy-cost-range-orange
{
    margin-left: 25px;
}
.youreko-energy-cost-range-yellow
{
    background-color: #f4bd00;
}
.youreko-energy-cost-range-compact .youreko-energy-cost-range-yellow
{
    margin-left: 51px;
}
.youreko-energy-cost-range-light-green
{
    background-color: #8abe0c;
}
.youreko-energy-cost-range-compact .youreko-energy-cost-range-light-green
{
    margin-left: 77px;
}
.youreko-energy-cost-range-green
{
    background-color: #009a07;
}
.youreko-energy-cost-range-compact .youreko-energy-cost-range-green
{
    margin-left: 103px;
}
.youreko-range-pointer-container
{
    margin-top: -7px;
    margin-left: -6px;
    height: 7px;

    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;

    transition: transform 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
}
.youreko-range-pointer-inside
{
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #fff;
    z-index: 2;
    position: absolute;
    margin-left: 2px;
    margin-top: 1px;

    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;

    transition: transform 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
}
.youreko-range-pointer-outside
{
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 9px solid #000;
    z-index: 1;
    position: absolute;

    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;

    transition: transform 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
}
.youreko-alternative-product-calculation-text
{
    margin: 9px 8px 2px 8px;
    font-size: 12px;
    font-weight: bolder;
    color: #333;
}
.youreko-alternative-product-calculation-text span
{
    font-size: 10px;
    display: inline-block;
}
.youreko-alternative-product-calculation-close
{
    display: none;
    text-align: right;
    position: absolute;
    font-size: 18px;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-weight: bolder;
    width: 122px;
    height: 32px;
    margin-left: 3px;
    margin-right: 3px;
     margin-top: 2px;
    line-height: 16px;
    color: #999;
}
.youreko-savings-breakdown-text
{
/*    display: none;*/
}
.youreko-info-text-saving
{
    text-decoration: underline;
}
.youreko-savings-breakdown
{
/*    display: none;*/
    height: 39px;
    list-style: disc inside none;
    padding: 0;
    margin: 8px 0 0 10px;
    text-align: left;
}
.youreko-savings-breakdown li
{
    list-style-position:inside;
    font-weight: bolder;
    font-size: 10px;
    margin-top: 1px;
    height: 12px;
}
@-moz-document url-prefix()
{
    .youreko-savings-breakdown li span
    {
        margin-left: 3px;
    }
}
.youreko-alternative-product-calculation-box
{
    float: left;
    width: 100%;
    background-color: #f3f4f4;
    font-weight: bolder;
    height: 23px;
    border-top: solid 1px #dfdfdf;
}
.youreko-form-active .youreko-alternative-product-calculation-box
{
    filter: blur(5px);
}
.youreko-alternative-product-calculation-lifetime-cost
{
    background-color: #666;
}
.youreko-alternative-product-calculation-compare-run,
.youreko-alternative-product-calculation-compare-run .youreko-alternative-product-calculation-item-value
{
    color: #009a07;
}
.youreko-alternative-product-calculation-compare-buy-container
{
    height: 23px;
    margin-top: 10px;
    border-top: solid 1px #fff;
}
.youreko-alternative-no-price .youreko-alternative-product-calculation-compare-buy-container
{
    height: 8px;
}
.youreko-alternative-product-calculation-compare-buy,
.youreko-alternative-product-calculation-compare-buy .youreko-alternative-product-calculation-item-value
{
    color: #f4bd00;
}
.youreko-alternative-product-back .youreko-overall-savings
{
    margin-top: 6px;
    margin-bottom: 0;
}
.youreko-alternative-product-calculation-item-value
{
    float: left;
    height: 23px;
    line-height: 23px;
    margin-left: 8px;
    font-size: 14px;
    font-weight: bold;
}
.youreko-alternative-product-calculation-item-text
{
    float: left;
    height: 23px;
    line-height: 24px;
    font-size: 10px;
    font-weight: normal;
    color: #666;
    text-transform: uppercase;
}
.youreko-alternative-product-calculation-overall-savings
{
    color: #009a07;
    font-size: 16px;
    font-weight: bolder;
    text-align: center;
}
.youreko-alternative-product-calculation-overall-savings-text
{
    font-weight: bold;
    font-size: 10px;
}
.youreko-overall-savings
{
    float: left;
    width: 100%;
    height: 43px;
    line-height: 43px;
    background-color: #009a07;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: solid 1px #dfdfdf;
    font-weight: 600;
    color: #fff;
    text-align: center;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.youreko-overall-savings .youreko-overall-savings-value
{
    font-weight: bold;
    color: #fff;
    vertical-align: baseline;
}
.youreko-form-active .youreko-overall-savings
{
    filter: blur(5px);
}
.youreko-overall-savings-value
{
    font-size: 22px;
}
.youreko-overall-savings-text
{
    color: #fff;
    vertical-align: baseline;
    font-size: 10px;
    text-transform: uppercase;
}
.youreko-overall-savings .youreko-roundel-container
{
    margin-top: -3px;
}
.youreko-overall-savings span.youreko-info
{
    color: #fff;
    margin-left: 4px;
    width: 12px;
    height: 12px;
    background: #59bd5e;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;

    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-flexbox;

    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;

    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;

    text-decoration: none;
    font-size: 10px;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#youreko-energy-savings.cursor-wait .youreko-overall-savings span.youreko-info
{
    cursor: wait;
}
.youreko-savings-product-image
{
    height: 84px;
    width: 128px;
    display: inline-block;
    text-align: center;
    margin-bottom: 7px;
    margin-top: 11px;
}
.youreko-savings-product-image img
{
    display: inline-block;
}
.youreko-form-active .youreko-product-image-url
{
    filter: blur(5px);
}
.youreko-alternative-no-price .youreko-savings-product-image
{
    margin-top: 27px;
}
.youreko-savings-product-name
{
    height: 13px;
    font-size: 11px;
    color: #666;
    margin-left: 8px;
    font-weight: 600;
    text-align: left;
}
.youreko-form-active .youreko-savings-product-name
{
    filter: blur(5px);
}
.youreko-savings-product-price-container
{
    height: 13px;
}
.youreko-form-active .youreko-savings-product-price-container
{
    filter: blur(5px);
}
.youreko-savings-product-price
{
    height: 13px;
    font-size: 11px;
    color: #333;
    margin-left: 8px;
    font-weight: 600;
    text-align: left;
}
.youreko-partner-logo
{
    display: none;
    float: right;
    margin-right: 1px;
    margin-top: -13px;
}
.youreko-alternative-no-price .youreko-partner-logo
{
    float: left;
    margin-left: 8px;
}
.youreko-sponsored
{
    display: none;
    position: absolute;
    height: 11px;
    width: 60px;
    font-size: 9px;
    font-weight: 600;
    background: #fff;
    margin-left: 60px;
    margin-top: 3px;
    float: left;
    padding: 0 4px 0 4px;
    color: #666;
    border-bottom-left-radius: 5px;
}
@-moz-document url-prefix()
{
    .youreko-sponsored
    {
        margin-top: 6px;
    }
}
.youreko-sponsored a
{
    color: #999;
    text-decoration: none;
}
.youreko-savings-paging-mobile
{
/*    display: none;*/
    width: 318px;
    height: 17px;
    float: left;
    clear: both;
    text-align: center;
}
.youreko-desktop .youreko-savings-paging-mobile
{
    display: none;
}
#youreko-energy-savings.cursor-wait .youreko-savings-paging
{
    cursor: wait;
}
.youreko-savings-paging-mobile ul
{
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    cursor: default;
    vertical-align: top;
    line-height: normal;
}
#youreko-energy-savings.cursor-wait .youreko-savings-paging ul
{
    cursor: wait;
}
.youreko-savings-paging-mobile li
{
    position: relative;
    float: left;
    margin: 0 3.5px;
    width: 7px;
    height: 7px;
    cursor: pointer;
}
#youreko-energy-savings.cursor-wait .youreko-savings-paging li
{
    cursor: wait;
}
.youreko-savings-paging-mobile li a
{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 50%;
    background-color: #ccc;
    position: absolute;
}

.youreko-savings-paging-desktop
{
/*    display: none;*/
/*    width: 318px;*/
/*    height: 100%;*/
    float: left;/*
    clear: both;*/
    text-align: center;
}
.youreko-mobile .youreko-savings-paging-desktop
{
    display: none;
}
.youreko-form-active .youreko-savings-paging-desktop
{
    filter: blur(5px);
}
.youreko-savings-paging-desktop ul
{
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    cursor: default;
    vertical-align: top;
    line-height: normal;
}
.youreko-savings-paging-desktop li
{
    position: relative;
    float: left;
    margin: 0 3.5px;
    width: 7px;
    height: 7px;
    cursor: pointer;
}
.youreko-savings-paging-desktop li a
{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 50%;
    background-color: #ccc;
    position: absolute;
}

#youreko-energy-savings.cursor-wait .youreko-savings-paging li a
{
    cursor: wait;
}
.youreko-savings-page.youreko-selected
{
    background: #999;
}
#youreko-energy-savings.cursor-wait .youreko-savings-page
{
    cursor: wait;
}
.youreko-energy-cost-tab
{
/*    display: none;*/
}
.youreko-title
{
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    float: left;
    height: 34px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    cursor: default;
    margin-bottom: 15px;
}
.youreko-title-desktop,
.youreko-title-mobile
{
/*    display: none;*/
}
.youreko-desktop .youreko-title-mobile
{
    display: none;
}
.youreko-mobile .youreko-title-desktop
{
    display: none;
}
.youreko-no-energy-data .youreko-title-desktop.youreko-has-energy-data
{
    display: none;
}
.youreko-has-energy-data .youreko-title-desktop.youreko-no-energy-data
{
    display: none;
}
.youreko-desktop .youreko-title
{
    text-align: left;
    margin-left: 24px;
}
.youreko-desktop .youreko-savings-tab .youreko-title
{
    width: 458px;
    overflow: hidden;
}
[class*=youreko-v3] #youreko-energy-cost-saving-tab .youreko-title:not(.youreko-v3)
{
    display: none;
}
[class*=youreko-v4] #youreko-energy-cost-saving-tab .youreko-title:not(.youreko-v4)
{
    display: none;
}
[class*=youreko-v5] #youreko-energy-cost-saving-tab .youreko-title:not(.youreko-v5)
{
    display: none;
}
[class*=youreko-v6] #youreko-energy-cost-saving-tab .youreko-title:not(.youreko-v6)
{
    display: none;
}
.youreko-explainer
{
    display: none;
    height: 28px;
    font-size: 12px;
    color: #777;
    float: left;
    text-align: center;
    cursor: default;
    width: 278px;
    margin: 2px 22px 9px 22px;
    line-height: 16px;
}
.youreko-explainer.youreko-explainer-desktop b
{
    font-size: 12px;
    font-weight: bold;
    color: #777;
}
.youreko-explainer-mobile,
.youreko-explainer-desktop
{
/*    display: none;*/
}
.youreko-desktop .youreko-explainer-mobile
{
    display: none;
}
.youreko-mobile .youreko-explainer-desktop
{
    display: none;
}
.youreko-no-energy-data .youreko-explainer-desktop.youreko-has-energy-data
{
    display: none;
}
.youreko-has-energy-data .youreko-explainer-desktop.youreko-no-energy-data
{
    display: none;
}
.youreko-desktop .youreko-explainer
{
    text-align: left;
    margin-left: 24px;
}
.youreko-desktop .youreko-savings-tab .youreko-explainer
{
    width: 418px;
}
#youreko-energy-savings.cursor-wait .youreko-title,
#youreko-energy-savings.cursor-wait .youreko-explainer
{
    cursor: wait;
}
.youreko-break-all
{
    font-size: 12px;
    font-weight: bold;
    color: #777;

    -ms-word-break: break-all;
    word-break: break-all;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
#youreko-energy-cost-info-text-link,
#youreko-savings-info-text-link
{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.youreko-desktop #youreko-savings-info-text-link
{
    display: none;
}
.youreko-title .youreko-roundel-container
{
    margin-top: -2px;
}
.youreko-desktop:not([class*=youreko-v6]) .youreko-title .youreko-roundel-container
{
    margin-top: -6px;
}
.youreko-title span.youreko-info
{
    color: #fff;
    margin-left: 5px;
    width: 14px;
    height: 14px;
    background: #a2a2a2;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;

    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-flexbox;

    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;

    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;

    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    vertical-align: baseline;
}
#youreko-energy-savings.cursor-wait span.youreko-info
{
    cursor: wait;
}
.youreko-desktop #youreko-energy-cost-info-text-link,
.youreko-desktop:not([class*=youreko-v6]) #youreko-energy-cost-saving-info-text-link
{
    display: none;
}
.youreko-energy-cost-this-product,
.youreko-energy-cost-saving-this-product
{
    float: left;
    width: 268px;
    height: 237px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    margin: 6px 24px 3px 24px;
    cursor: default;
}
#youreko-energy-savings.cursor-wait .youreko-energy-cost-this-product,
#youreko-energy-savings.cursor-wait .youreko-energy-cost-saving-this-product
{
    cursor: wait;
}
.youreko-no-usage .youreko-energy-cost-this-product,
.youreko-no-usage .youreko-energy-cost-saving-this-product
{
    height: 237px;
}
.youreko-no-range .youreko-energy-cost-this-product,
.youreko-no-range .youreko-energy-cost-saving-this-product
{
    height: 271px;
}
.youreko-no-usage .youreko-energy-cost-saving-calculation
{
/*    margin-top: 9px;*/
}
.youreko-energy-cost-image
{
    height: 80px;
    margin: 0 5px 0 5px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.youreko-energy-cost-tab.youreko-no-range .youreko-image-and-pointer-container
{
    margin-left: 89px;
}
.youreko-energy-cost-tab.youreko-no-range .youreko-image-and-pointer-container .youreko-energy-cost-pointer-tip
{
    display: none;
}
.youreko-energy-cost-tab.youreko-no-range .youreko-energy-cost-pointer-large
{
    background: #999;
}
.youreko-image-and-pointer-container
{
    margin-left: 1px;
    height: 100px;
    width: 90px;
}
[class*=youreko-v6] .youreko-image-and-pointer-container
{
    padding-top: 16px;
}
.youreko-energy-cost-saving-tab:not(.youreko-no-range) .youreko-image-and-pointer-container,
.youreko-energy-cost-tab:not(.youreko-no-range) .youreko-image-and-pointer-container
{
    height: 114px;
}
.youreko-energy-cost-tab:not(.youreko-no-range) .youreko-image-and-pointer-container
{
/*    margin-top: 43px;*/
}
.youreko-energy-cost-pointer-large
{
    display: table;
    padding: 0 5px 0 5px;
    text-align: center;
    border-radius: 5px;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    line-height: 29px;
    color: #fff;
    z-index: 2;
    float: none;
    width: auto;

    margin: -23px auto 0 auto;
}
.youreko-form-active .youreko-energy-cost-pointer-large
{
    filter: blur(5px);
}
.youreko-energy-cost-saving-tab:not(.youreko-no-range) .youreko-energy-cost-pointer-large,
.youreko-energy-cost-tab:not(.youreko-no-range) .youreko-energy-cost-pointer-large
{
    font-size: 14px;
    line-height: 26px;
/*    width: 51px;
    margin: -26px 0 0 20px;*/
}
.youreko-energy-cost-pointer-tip
{
    margin: -13px 0 0 42px;
    z-index: 1;
    text-align: left;
}
.youreko-form-active .youreko-energy-cost-pointer-tip
{
    filter: blur(5px);
}
.youreko-ekoscore-background-colour-red
{
    background-color: #f43400;
}
.youreko-ekoscore-background-colour-orange
{
    background-color: #f67814;
}
.youreko-ekoscore-background-colour-yellow
{
    background-color: #f4bd00;
}
.youreko-ekoscore-background-colour-light-green
{
    background-color: #8abe0c;
}
.youreko-ekoscore-background-colour-green
{
    background-color: #009a07;
}
.youreko-energy-cost-pointer-tip:before,
.youreko-energy-cost-pointer-tip:after
{
    content: '';
    position: absolute;
    background-color: inherit;
}
.youreko-energy-cost-pointer-tip,
.youreko-energy-cost-pointer-tip:before,
.youreko-energy-cost-pointer-tip:after
{
    width:  13px;
    height: 13px;
    border-top-right-radius: 30%;
}
.youreko-energy-cost-pointer-tip
{
    transform: rotate(-0deg) skewX(-30deg) scale(1,.866);
    -webkit-transform: rotate(-0deg) skewX(-30deg) scale(1,.866);
    -moz-transform: rotate(-0deg) skewX(-30deg) scale(1,.866);
    -o-transform: rotate(-0deg) skewX(-30deg) scale(1,.866);
    -ms-transform: rotate(-0deg) skewX(-30deg) scale(1,.866);
}
.youreko-energy-cost-pointer-tip:before
{
    transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%);
    -webkit-transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%);
    -moz-transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%);
    -o-transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%);
    -ms-transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%);
}
.youreko-energy-cost-pointer-tip:after
{
    transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%);
    -webkit-transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%);
    -moz-transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%);
    -o-transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%);
    -ms-transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%);
}

.youreko-energy-cost-saving-tab.youreko-no-range .youreko-image-and-pointer-container
{
    margin-left: 89px;
}
.youreko-energy-cost-saving-tab.youreko-no-range .youreko-image-and-pointer-container .youreko-energy-cost-pointer-tip
{
    display: none;
}
.youreko-energy-cost-saving-tab.youreko-no-range .youreko-energy-cost-pointer-large
{
    background: #999;
}
.youreko-energy-cost-saving-tab.youreko-no-range .youreko-comparison-energy-cost-pointer-container
{
    display: none;
}
.youreko-comparison-energy-cost-pointer-container
{
    margin-left: 1px;
    width: 90px;
    /*height: 31px;*/
    margin-top: 25px;
    float: left;
}
.youreko-form-active .youreko-comparison-energy-cost-pointer-container
{
    filter: blur(5px);
}
.youreko-comparison-energy-cost-pointer-large
{
    border-radius: 5px;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 26px;
    color: #fff;
    z-index: 2;
    display: table;
    padding: 0 5px 0 5px;
    float: none;
    width: auto;
    margin: -13px auto 0 auto;
}
.youreko-comparison-energy-cost-pointer-tip
{
    margin-left: 35.5px;
    margin-top: -14px;
    z-index: 1;
    text-align: left;
}
.youreko-comparison-energy-cost-pointer-tip:before,
.youreko-comparison-energy-cost-pointer-tip:after
{
    content: '';
    position: absolute;
    background-color: inherit;
}
.youreko-comparison-energy-cost-pointer-tip,
.youreko-comparison-energy-cost-pointer-tip:before,
.youreko-comparison-energy-cost-pointer-tip:after
{
    width:  13px;
    height: 13px;
    border-top-right-radius: 30%;
    margin-bottom: 0;
    float: none;
    display: block;
}
.youreko-comparison-energy-cost-pointer-tip
{
    transform: rotate(-180deg) skewX(-30deg) scale(1,.866);
    -webkit-transform: rotate(-180deg) skewX(-30deg) scale(1,.866);
    -moz-transform: rotate(-180deg) skewX(-30deg) scale(1,.866);
    -o-transform: rotate(-180deg) skewX(-30deg) scale(1,.866);
    -ms-transform: rotate(-180deg) skewX(-30deg) scale(1,.866);
}
.youreko-comparison-energy-cost-pointer-tip:before
{
    transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%);
    -webkit-transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%);
    -moz-transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%);
    -o-transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%);
    -ms-transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%);
}
.youreko-comparison-energy-cost-pointer-tip:after
{
    transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%);
    -webkit-transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%);
    -moz-transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%);
    -o-transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%);
    -ms-transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%);
}

.youreko-energy-cost-tab.youreko-no-range .youreko-energy-cost-range,
.youreko-energy-cost-saving-tab.youreko-no-range .youreko-energy-cost-range,
.youreko-energy-cost-range .youreko-no-products-in-this-ekoscore-range
{
    opacity: 0.4;
}
.youreko-energy-cost-range
{
    float: left;
    width: 175px;
    margin: 0 46.5px 0 46.5px;
}
.youreko-form-active .youreko-energy-cost-range
{
    filter: blur(5px);
}
.youreko-energy-cost-range ul
{
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    line-height: normal;
    text-align: left;
}
.youreko-energy-cost-range ul li
{
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
    width: 35px;
    height: 18px;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    display: inline-block;
}
.youreko-energy-cost-range ul li span
{
    display: inline-block;
    height: 18px;
    line-height: 18px;
    float: right;
}
.youreko-energy-cost-range .youreko-least-efficient-energy-cost span
{
    margin-left: 3px;
    font-size: 11px;
    position: absolute;
    text-align: left;
    color: #fff;
}
.youreko-energy-cost-range .youreko-most-efficient-energy-cost
{
    text-align: right;
}
.youreko-energy-cost-range .youreko-most-efficient-energy-cost span
{
    font-size: 11px;
    color: #fff;
    margin-right: 3px;
}
.youreko-energy-cost-tab.youreko-no-range .youreko-energy-cost-percentage
{
    color: #999;
}
.youreko-energy-cost-percentage
{
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 11px;
    font-weight: bolder;
    text-align: center;
    display: inline-block;
    width: 268px;
    color: #999;
}
.youreko-comparison-product
{
    font-size: 9px;
    font-weight: 600;
    text-align: left;
    color: #999;
    /*margin-top: 7px;*/
    white-space: nowrap;
    display: block;
    margin-left: 4px;
    margin-right: auto;
    text-transform: uppercase;
    width: 263px;
    float: left;
    height: 24px;
    line-height: 24px;
}
.youreko-comparison-text-center
{
    text-align: center;
    margin-left: 0;
    width: 268px;
}
.youreko-lifetime-cost-this-product
{
    float: left;
    font-size: 9px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    color: #999;
    width: 90px;
    height: 10px;
    margin: 5px 0 5px 0;
}
[class*=youreko-v6] .youreko-lifetime-cost-this-product
{
    color: #fff;
}
.youreko-ekoscore-font-colour-red,
.youreko-ekoscore-font-colour-red span
{
    color: #f43400;
}
.youreko-ekoscore-font-colour-orange,
.youreko-ekoscore-font-colour-orange span
{
    color: #f67814;
}
.youreko-ekoscore-font-colour-yellow,
.youreko-ekoscore-font-colour-yellow span
{
    color: #f4bd00;
}
.youreko-ekoscore-font-colour-light-green,
.youreko-ekoscore-font-colour-light-green span
{
    color: #8abe0c;
}
.youreko-ekoscore-font-colour-green,
.youreko-ekoscore-font-colour-green span
{
    color: #009a07;
}
.youreko-energy-cost-range-description
{
    float: left;
    height: 34px;
    font-size: 12px;
    text-align: center;
    display: inline-block;
    width: 254px;
    color: #333;
    margin: 0 7px 0 7px;
    line-height: 18px;
}
.youreko-energy-cost-saving-calculation,
.youreko-energy-cost-summary
{
    display: inline-block;
    float: left;
    height: 43px;
    line-height: 43px;
    text-align: center;
    width: 268px;
    color: #333;
    border-top: solid 1px #dfdfdf;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-weight: bold;
    background-color: #f3f4f4;
    /*margin-top: 7px;*/
}
[class*=youreko-v6] .youreko-energy-cost-saving-calculation
{
    display: none;
}
.youreko-form-active .youreko-energy-cost-saving-calculation
{
    filter: blur(5px);
}
.youreko-energy-cost-saving-calculation-comparison-cost,
.youreko-energy-cost-saving-calculation-this-cost
{
    width: 88px;
    border-right: solid 1px #dfdfdf;
    float: left;
    font-size: 18px;
    line-height: 43px;
    margin-left: 0;
}
.youreko-energy-cost-saving-calculation-comparison-cost span,
.youreko-energy-cost-saving-calculation-this-cost span
{
    font-size: 18px;
    font-weight: bold;
}
.youreko-energy-cost-summary-statement
{
    width: 177px;
    border-right: solid 1px #dfdfdf;
    float: left;
    font-size: 18px;
    line-height: 42px;
}
.youreko-energy-cost-summary-statement span
{
    font-size: 14px;
    font-weight: bold;
    color: #888;
}
#youreko-energy-cost-below-average, #youreko-energy-cost-average, #youreko-energy-cost-above-average
{
    display: none;
}
.youreko-energy-cost-saving-calculation-saving,
.youreko-energy-cost-summary-total
{
    width: 90px;
    float: left;
    font-size: 22px;
    color: #fff;
    border-bottom-right-radius: 4px;
    margin-left: 0;
}
.youreko-energy-cost-saving-calculation-saving span,
.youreko-energy-cost-summary-total span
{
    font-size: 22px;
    color: #fff;
}
.youreko-energy-cost-saving-calculation-symbols
{
    position: relative;
    display: inline-block;
    background-color: transparent;
    width: 268px;
    margin-top: -44px;
    line-height: 44px;
    float: left;
}
[class*=youreko-v6] .youreko-energy-cost-saving-calculation-symbols
{
    display: none;
}
.youreko-form-active .youreko-energy-cost-saving-calculation-symbols
{
    filter: blur(5px);
}
.youreko-energy-cost-saving-calculation-comparison-cost-gap
{
    float: left;
    width: 81px;
}
.youreko-energy-cost-saving-calculation-this-cost-gap
{
    float: left;
    width: 75px;
}
.youreko-energy-cost-saving-calculation-minus-roundel,
.youreko-energy-cost-saving-calculation-equals-roundel
{
    color: #fff;
    width: 16px;
    height: 16px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;

    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-flexbox;

    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;

    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;

/*    margin-top: -1px;*/
    font-weight: bold;
    font-size: 14px;

    vertical-align: middle;

    background-color: #999;
}
.youreko-energy-cost-saving-calculation-minus,
.youreko-energy-cost-saving-calculation-equals
{
    width: 14px;
    float: left;
    font-size: 14px;
    font-weight: bolder;
}
.youreko-energy-cost-saving-calculation-minus span.youreko-roundel-container,
.youreko-energy-cost-saving-calculation-equals span.youreko-roundel-container
{
    display: table-cell;
    height: 44px;
}
.youreko-energy-cost-saving-calculation-no-range
{
    float: left;
    height: 34px;
    font-size: 12px;
    text-align: center;
    display: inline-block;
    width: 254px;
    color: #333;
    margin: 30px 7px 0 7px;
    line-height: 18px;
}
#youreko-footer
{
    position: absolute;
    bottom: 5px;
    text-align: center;
    float: left;
    width: 318px;
    cursor: default;
    background: #fff;
}
.youreko-desktop #youreko-footer
{
    display: none;
}
#youreko-energy-savings.cursor-wait #youreko-footer
{
    cursor: wait;
}
#youreko-footer .youreko-logo-container
{
    margin-top: 0;
}
.youreko-logo-container
{
    display: inline-block;
    height: 21px;
    width: 76px;
    background: url('/images/youreko-logo-76x21.svg') 0 0 no-repeat;
    background-size: 76px;
    margin-top: 11px;
}

#youreko-form
{
    display: none;
    top: 190px;
    /*background: #003d66;*/
/*    opacity: 0.7;*/
    background-color: rgba(0, 61, 102, 0.85);
    width: 800px;
    height: 217px;
    z-index: 2;
    position: absolute;
}
.youreko-form-headline-text-container
{
    float: left;
    display: inline-block;
    width: 332px;
    height: 172px;
    text-align: center;
    color: #fff;
    padding-top: 45px;
    font-family: arial, helvetica, sans-serif;
    font-weight: 800;
}
.youreko-form-headline-text-line-1
{
    color: #fff;
    font-size: 23px;
    line-height: 27px;
}
.youreko-form-headline-text-line-2
{
    color: #fff;
    font-size: 21px;
    line-height: 27px;
}
.youreko-form-headline-text-line-3
{
    color: #fff;
    font-size: 19.5px;
    line-height: 27px;
}
.youreko-form-headline-text-line-4
{
    font-size: 46px;
    line-height: 45px;
    color: #8cbb67;
}
.youreko-form-divider
{
    height: 192px;
    margin-top: 25px;
    float: left;
}
.youreko-form-divider-line
{
    width: 13px;
    height: 73px;
    border-left: solid 1px #fff;
    opacity: 0.5;
}
.youreko-form-divider-pointer
{
    position: relative;
    height: 21px;
    width: 14px;
    overflow: hidden;
}
.youreko-form-divider-pointer:after
{
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
/*    background: #fff;*/
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    top: 3px;
    left: -7px;
    border: solid 1px #ccc;
}
.youreko-form-content
{
    float: left;
    width: 454px;
    height: 217px;
    display: inline-block;
    text-align: center;
}
.youreko-form-content-container
{
    padding: 59px 37px 0 37px;
    text-align: left;
}
.youreko-form-content-cta
{
    font-weight: bold;
    color: #efefef;
    font-size: 16px;
}
.youreko-form-email
{
    float: left;
}
body #youreko-energy-savings .youreko-form-email
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body #youreko-energy-savings .youreko-form-email-input
{
    width: 278px;
    float: left;
    margin: 13px 0 13px 0;
    height: 38px;
    /*border-top: solid 1px #d8d8d8;
    border-bottom: solid 1px #d8d8d8;
    border-left: solid 1px #d8d8d8;*/

    border: solid 1px #d8d8d8;
    border-right: solid 0 transparent;

    /*background: #35607d;*/
    color: #fff;
    padding: 14px;
    background-color: rgba(216, 216, 216, 0.3);
    font-size: 16px;
}
body #youreko-energy-savings .youreko-form-email-input
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body .youreko-form-email-input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #c1c1c1;
}
body .youreko-form-email-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #c1c1c1;
   opacity: 1;
}
body .youreko-form-email-input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #c1c1c1;
   opacity: 1;
}
body .youreko-form-email-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #c1c1c1;
}
body #youreko-energy-savings .youreko-form-submit
{
    float: left;
    width: 89px;
    background: #041f4e;
    margin: 13px 0 13px 0;
    height: 38px;
    line-height: 36px;
    /*border-top: solid 1px #d8d8d8;
    border-bottom: solid 1px #d8d8d8;
    border-right: solid 1px #d8d8d8;*/

    border: solid 1px #d8d8d8;
    border-left: solid 0 transparent;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.youreko-form-content-small-text
{
    float: left;
    font-size: 11px;
    color: #fff;
    opacity: 0.6;
}

/*
 * Swiper 2
 */

/*
 * Swiper 2.7.6
 * Mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/sliders/swiper/
 *
 * Copyright 2010-2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under GPL & MIT
 *
 * Released on: February 11, 2015
*/
/* ===============================================================
Basic Swiper Styles
================================================================*/
.youreko-swiper-container {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	direction:ltr;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index:1;
}
.youreko-swiper-wrapper {
	position:relative;
	width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;

	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;

	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	/*-o-transform:translate3d(0px,0,0);*/
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);

	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;

	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-free-mode > .youreko-swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.youreko-swiper-slide {
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.youreko-swiper-container {
    /* Specify Swiper's Size: */

    width: 280px;
    float: left;
    cursor: default;
}
.youreko-desktop .youreko-swiper-container
{
    width: 420px;
    height: 248px;
    margin-left: 19px;
}
.youreko-mobile .youreko-swiper-container
{
/*    display: none;*/
}
#youreko-energy-savings.cursor-wait .youreko-swiper-container
{
    cursor: wait;
}
.youreko-swiper-wrapper
{
    height: 248px !important;
    overflow: hidden;
    cursor: default;
    margin-bottom: 4px;
}
.youreko-desktop .youreko-swiper-wrapper
{
    height: auto !important;
}
#youreko-energy-savings.cursor-wait .youreko-swiper-wrapper
{
    cursor: wait;
}
.youreko-swiper-slide {
	/* Specify Slides's Size: */

/*	width: 128px !important;
        height: 192px !important;*/
}
.youreko-desktop .youreko-swiper-slide
{
    width: 140px !important;
    height: 248px !important;
}
.youreko-swiper-slide-active {
    /* Specific active slide styling: */

}
.youreko-swiper-slide-visible {
    /* Specific visible slide styling: */

}
/* ===============================================================
Pagination Styles
================================================================*/
.youreko-swiper-pagination-switch {
	/* Stylize pagination button: */
    top: 0;
    left: 0;
    /*width: 100%;
    height: 100%;*/
    outline: none;
    border-radius: 50%;
    background-color: #ccc;
    margin: 3.5px;
    width: 7px;
    height: 7px;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.youreko-desktop .youreko-swiper-pagination-switch
{
    vertical-align: middle;
}
.youreko-swiper-active-switch {
    /* Specific active button style: */
    background: #808080;

}
.youreko-swiper-visible-switch {
    /* Specific visible button style: */
    background: #808080;
}

/*
 * Youreko v7 - Energy Savings Modal Focus Savings
 */

[class*='youreko-v7']#youreko-energy-savings.youreko-desktop
{
    width: 840px;
}

[class*='youreko-v7'] #youreko-product-name,
[class*='youreko-v7'] #youreko-product-price-container,
[class*='youreko-v7'] #youreko-tagline {
    color: #505050;
    font-size: 15px;
    font-weight: 300;
    font-style: normal;
    height: 51px;
    line-height: 54px;
    margin-top: 3px;
}

[class*='youreko-v7'].youreko-has-rating.youreko-has-alternatives #youreko-product-name,
[class*='youreko-v7'] #youreko-product-name
{
    margin-left: 0;
}

[class*='youreko-v7'] #youreko-header-info
{
    height: 54px;
    border-bottom: 1px solid #E3E3E3;
}

[class*='youreko-v7'] #youreko-tagline
{
    width: 200px;
}

[class*='youreko-v7'] #youreko-product-details
{
    height: 54px;
}

[class*='youreko-v7'] #youreko-logo-and-tagline
{
    height: 54px;
    width: 302px;
}

[class*='youreko-v7'] .youreko-logo-container
{
    margin-top: 14px;
    height: 32px;
    width: 118px;
    -webkit-background-size: 118px;
    background-size: 118px;
}

[class*='youreko-v7'] #youreko-close
{
    width: 28px;
}

[class*='youreko-v7'] .youreko-navigation-tab.youreko-close-link
{
    margin-top: 9px;
    font-weight: 300;
    color: #E3E3E3;
    border-left: none;

    font-size: 26px;
    width: auto;
}

[class*='youreko-v7'] .youreko-usage-first-text,
[class*='youreko-v7'] .youreko-custom-usage-unit-text,
[class*='youreko-v7'] #youreko-custom-usage-period,
[class*='youreko-v7'] #youreko-extended-usage
{
    text-transform: none;
}

[class*='youreko-v7'] .youreko-usage
{
    background-color: #fff;
    height: 77px;
    line-height: 77px;
    border-bottom: 1px solid #E3E3E3;
}

[class*='youreko-v7'].youreko-mobile .youreko-usage
{
    width: 268px;
}

[class*='youreko-v7'] .youreko-usage span
{
    font-weight: 300;
    font-size: 15px;
    color: #505050;
    float: left;
}

[class*='youreko-v7'] .youreko-usage select
{
    background: #ffffff;
    color: #505050;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-weight: 700;
    margin: -2px 5px 0 5px;
    font-size: 15px;

    /* for Firefox */
    -moz-appearance: none !important;
    /* for Chrome */
    -webkit-appearance: none !important;

    text-align-last: center;
}

/* For IE10 */
[class*='youreko-v7'] .youreko-usage select::-ms-expand {
    display: none;
}

[class*='youreko-v7'] .youreko-usage select option
{
    color: #505050;
    font-weight: 700;
}

[class*='youreko-v7'] .youreko-usage select:focus
{
    color: #505050 !important;
    background: #ffffff !important;
    border: none;
    box-shadow: none;
}

[class*='youreko-v7'] .youreko-usage select:hover
{
    border: none;
}

[class*='youreko-v7'] #youreko-custom-tariff
{
    color: #505050;
    font-weight: 700;
    border: none;
    background: #ffffff;
    width: 29px;
    font-size: 15px;
    float: left;
    line-height: 75px;
    height: 75px;
}

[class*='youreko-v7'] #youreko-desktop-info-text-link
{
    font-size: 10px;
    width: 15px;
    height: 15px;
    margin-top: 32px;
    float: left;
}

[class*='youreko-v7'] .youreko-left-margin
{
    float: left;
    width: 46px;
    height: 424px;
}

[class*='youreko-v7'].youreko-mobile .youreko-left-margin
{
    width: 25px;
}

[class*='youreko-v7'] .youreko-main-content
{
    float: left;
    width: 766px;
    height: 424px;
}

[class*='youreko-v7'].youreko-mobile .youreko-main-content
{
    width: 268px;
}

[class*='youreko-v7'] #product-info-container
{
    width: 726px;
}

[class*='youreko-v7'] .youreko-right-margin
{
    float: left;
    width: 28px;
    height: 424px;
}

[class*='youreko-v7'].youreko-mobile .youreko-right-margin
{
    width: 25px;
}

[class*='youreko-v7'].youreko-desktop .youreko-usage
{
    width: 766px;
}

[class*='youreko-v7'].youreko-desktop .youreko-usage-first-text
{
    margin-left: 0;
}

[class*='youreko-v7'] .youreko-custom-usage-unit-text,
[class*='youreko-v7'] .youreko-usage-over-text
{
    float: left;
}

[class*='youreko-v7'] .youreko-usage-triangle-up
{
    position: relative;
    margin: 18px auto -25px auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 3.5px 7px 3.5px;
    border-color: transparent transparent #e3e3e3 transparent;
    cursor: pointer;
}

[class*='youreko-v7'] .youreko-usage-triangle-down
{
    margin: -22px auto 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 3.5px 0 3.5px;
    border-color: #e3e3e3 transparent transparent transparent;
    cursor: pointer;
}

[class*='youreko-v7'] #youreko-custom-usage-number-of-times-container,
[class*='youreko-v7'] #youreko-custom-usage-period-container,
[class*='youreko-v7'] #youreko-custom-energy-cost-years-container
{
    float: left;
}

[class*='youreko-v7'] .youreko-benefit-bullet
{
    color: #505050;
    font-size: 15px;
    font-weight: 300;
    font-style: normal;
    line-height: 26px;
    list-style: none;
    text-align: left;
    margin: 0;
    display: inline-block;
}

[class*='youreko-v7'] .youreko-bullet
{
    margin: 4px 0 0 0;
    float: left;
}

[class*='youreko-v7'] .youreko-bullet-text
{
    width: 218px;
    float: left;
}

[class*='youreko-v7'] .youreko-bullet-circle
{
    display: none;
}

[class*='youreko-v7'] .youreko-bullet-stem,
[class*='youreko-v7'] .youreko-bullet-kick
{
    background-color: #E3E3E3;
}

[class*='youreko-v7'] .youreko-energy-cost-this-product,
[class*='youreko-v7'] .youreko-energy-cost-saving-this-product
{
    margin: 0;
    height: 268px;
    border: none;
    position: relative;
}

[class*='youreko-v7'] .youreko-energy-cost-saving-this-product,
[class*='youreko-v7'] .youreko-energy-cost-this-product
{
    background: url('/images/energy-savings-modal/rating/range-circle.svg') 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

[class*='youreko-v7'] .youreko-title-range
{
    display: block;
    float: none;
    margin: 56px 0 0 0;
    font-size: 13px;
    font-weight: 300;
    color: #505050;
    text-align: center;
    height: auto;
    line-height: normal;
}

[class*='youreko-v7'] .youreko-energy-cost-saving-large,
[class*='youreko-v7'] .youreko-energy-cost-large
{
    font-size: 70px;
    color: #85BE0D;
    font-weight: 300;
    text-align: center;
    margin: 3px auto 0 auto;
    line-height: 70px;
}

[class*='youreko-v7'] .youreko-explainer-range
{
    display: block;
    width: 190px;
    margin: 7px auto 0 auto;
    font-size: 13px;
    color: #505050;
    font-weight: 300;
    height: 37px;
    line-height: 18px;
    float: none;
    text-align: center;
}

[class*='youreko-v7'] .youreko-energy-cost-range
{
    margin: 22px auto 0 auto;
    width: 191px;
    text-align: center;
    float: none;
    display: table;
}

[class*='youreko-v7'] .youreko-energy-cost-range ul li
{
    margin: 0 1px;
    border-radius: 2px;
    width: 36px;
    height: 16px;
}
[class*='youreko-v7'] .youreko-energy-cost-range ul
{
    display: inline-block;
}

[class*='youreko-v7'] .youreko-energy-cost-range ul li span
{
    height: 16px;
    line-height: 16px;
    width: 36px;
    text-align: center;
}

[class*='youreko-v7'] .youreko-energy-cost-range .youreko-least-efficient-energy-cost span
{
    margin: auto;
}

[class*='youreko-v7'] .youreko-energy-cost-range .youreko-most-efficient-energy-cost span
{
    margin: auto;
}

[class*='youreko-v7'] .youreko-main-content .youreko-energy-cost-saving-range-description
{
    text-align: center;
    margin: 7px 0 0 -26px;
    font-size: 11px;
    font-weight: 300;
    width: 320px;
}

[class*='youreko-v7'] #youreko-info-container .youreko-energy-cost-saving-range-description
{
    text-align: center;
    margin: 7px auto 0 auto;
    font-size: 11px;
    font-weight: 300;
}

[class*='youreko-v7'] .youreko-energy-cost-show,
[class*='youreko-v7'] .youreko-energy-saving-show
{
    text-align: center;
    margin: 5px auto 0 auto;
    font-size: 13px;
    font-weight: 300;
    text-decoration: underline;
}

[class*='youreko-v7'] .youreko-energy-cost-show span,
[class*='youreko-v7'] .youreko-energy-saving-show span
{
    cursor: pointer;
}

[class*='youreko-v7'] #youreko-energy-savings-compared-info-text-link,
[class*='youreko-v7'] #youreko-desktop-cost-info-text-link
{
    vertical-align: middle;
    text-align: center;
    position: relative;
    color: #505050;
    margin-left: 5px;
    margin-top: -2px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    background: #fff;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    display: inline-flex;
    display: -webkit-inline-flex;
    /*display: -ms-flexbox;*/ /* Ignore IE10 */
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    border: 1px solid #505050;
}

[class*='youreko-v7']#youreko-energy-savings.youreko-desktop
{
    height: 462px;
}

[class*='youreko-v7'] #youreko-label-arrow-down
{
    top: 462px;
}

[class*='youreko-v7'] .youreko-benefits-text
{
    height: 295px;
    width: 248px;
}

/*
 * V7 Medal rating on overlay with short ribbon
 */

#youreko-energy-savings[class*='youreko-v7'] .youreko-rating-container-button
{
    margin: 7px 0 0 9px;
    width: 31px;
    height: 48px;
    float: left;
}

#youreko-energy-savings[class*='youreko-v7'].youreko-mobile .youreko-rating-container-button
{
    display: none;
}

#youreko-energy-savings[class*='youreko-v7'].youreko-rating-none [class*='youreko-rating-container-button']
{
    width: 29px;
}
#youreko-energy-savings[class*='youreko-v7'] [class*='youreko-rating-container-button'] [class*='youreko-rating-ribbon']
{
    background: url('/images/energy-savings-modal/rating/ribbon-bottom-only-v2.svg') 0 0 no-repeat;
    width: 18px;
    /*height: 60px;*/
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    left: 6px;
    top: 15px;
}
#youreko-energy-savings[class*='youreko-v7'].youreko-rating-none [class*='youreko-rating-container-button'] [class*='youreko-rating-ribbon']
{
    display: none;
}
#youreko-energy-savings[class*='youreko-v7'].youreko-rating-platinum [class*='youreko-rating-container-button'] [class*='youreko-rating-image']:not([class*='youreko-rating-image-container'])
{
    background: url('/images/energy-savings-modal/rating/platinum-button-v2.svg') 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 31px;
    height: 48px;
    left: 0;
    margin: 0;
}
#youreko-energy-savings[class*='youreko-v7'].youreko-rating-gold [class*='youreko-rating-container-button'] [class*='youreko-rating-image']:not([class*='youreko-rating-image-container'])
{
    background: url('/images/energy-savings-modal/rating/gold-button-v2.svg') 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 31px;
    height: 48px;
    left: 0;
}
#youreko-energy-savings[class*='youreko-v7'].youreko-rating-silver [class*='youreko-rating-container-button'] [class*='youreko-rating-image']:not([class*='youreko-rating-image-container'])
{
    background: url('/images/energy-savings-modal/rating/silver-button-v2.svg') 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 31px;
    height: 48px;
    left: 0;
}
#youreko-energy-savings[class*='youreko-v7'].youreko-rating-bronze [class*='youreko-rating-container-button'] [class*='youreko-rating-image']:not([class*='youreko-rating-image-container'])
{
    background: url('/images/energy-savings-modal/rating/bronze-button-v2.svg') 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 31px;
    height: 48px;
    left: 0;
}
#youreko-energy-savings[class*='youreko-v7'].youreko-rating-plain [class*='youreko-rating-container-button'] [class*='youreko-rating-image']:not([class*='youreko-rating-image-container'])
{
    background: url('/images/energy-savings-modal/rating/plain-button-v2.svg') 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 31px;
    height: 48px;
    left: 0;
}
#youreko-energy-savings[class*='youreko-v7'].youreko-rating-none [class*='youreko-rating-container-button'] [class*='youreko-rating-image']:not([class*='youreko-rating-image-container'])
{
    background: url('/images/energy-savings-modal/rating/none-button-v2.svg') 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 30px;
    height: 30px;
    margin: 5px 12px 5px 9px;
}

[class*='youreko-v7'] #youreko-energy-cost-tab
{
    display: none;
}

[class*='youreko-v7'].youreko-desktop .youreko-savings-tab.youreko-with-products,
[class*='youreko-v7'].youreko-desktop .youreko-savings-tab.youreko-no-products
{
    width: 187px;
}

[class*='youreko-v7'].youreko-desktop .youreko-savings-tab .youreko-title
{
    width: auto;
}

[class*='youreko-v7'] .youreko-swiper-container
{
    width: 187px;
    margin: 0;
}

[class*='youreko-v7'] .youreko-energy-cost-tab,
[class*='youreko-v7'] .youreko-energy-cost-saving-tab
{
    width: 268px;
    margin: 20px 0 0 0;
}

[class*='youreko-v7'] .youreko-title-alternatives
{
    font-size: 13px;
    color: #505050;
    font-weight: 300;
    line-height: 14px;
    margin: 10px 40px 10px 18px;
}

[class*='youreko-v7'] .youreko-swiper-slide
{
    width: 165px !important;
    height: 100px !important;
    margin: 0 11px;
}

[class*='youreko-v7'] .youreko-swiper-container
{
    height: auto !important;
}

[class*='youreko-v7'] .youreko-savings-product
{
    margin: 0;
    border: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top: 1px solid #e3e3e3;
    width: auto;
    height: auto;
}

[class*='youreko-v7'] .youreko-savings-product-image
{
    float: left;
    width: auto;
    height: auto;
    margin: 10px 0 0 0;
}

[class*='youreko-v7'] .youreko-product-details-container
{
    float: left;
    width: 103px;
    margin: 0 0 0 10px;
}

[class*='youreko-v7'] .youreko-savings-product-name,
[class*='youreko-v7'] .youreko-savings-product-price-container
{
    display: none;
}

[class*='youreko-v7'] .youreko-alternative-product-calculation-compare-buy,
[class*='youreko-v7'] .youreko-alternative-product-calculation-compare-run
{
    background: none;
    border-top: none;
    border-bottom: 1px solid #e3e3e3;
    height: 18px;
}

[class*='youreko-v7'] .youreko-overall-savings
{
    width: auto;
    height: 18px;
    line-height: normal;
    background: none;
    border: none;
}

[class*='youreko-v7'] .youreko-alternative-product-calculation-item-value,
[class*='youreko-v7'] .youreko-alternative-product-calculation-item-text,
[class*='youreko-v7'] .youreko-overall-savings-value,
[class*='youreko-v7'] .youreko-overall-savings-text
{
    margin: 0;
    color: #505050;
    font-size: 11px;
    font-weight: 300;
    height: 18px;
    line-height: 18px;
    text-transform: none;
    display: block;
    float: left;
}

[class*='youreko-v7'] .youreko-overall-savings-value
{
    font-weight: 600;
    color: #EDB111;
}

[class*='youreko-v7'] .youreko-alternative-product-calculation-item-value
{
    font-weight: 600;
}

[class*='youreko-v7'] .youreko-alternative-product-calculation-compare-buy-container
{
    height: auto;
    margin-top: 7px;
}

[class*='youreko-v7'] .youreko-savings-navigation-desktop
{
    display: none;
}

[class*='youreko-v7'] .youreko-button-link-to-product
{
    height: 17px;
    line-height: 17px;
    border-radius: 3px;
    background-color: #EDB111;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 11px;
    color: #505050;
    margin: 3px 0 0 0;
}

[class*='youreko-v7'] .youreko-savings-tab
{
    position: relative;
    height: 271px;
    float: left;
}

[class*='youreko-v7'] .youreko-alternatives-container
{
    border: 1px solid #E3E3E3;
    position: absolute;
    bottom: 0;
    left: 0;
}

[class*='youreko-v7'] #youreko-alternatives-arrow
{
    width: 61px;
    float: left;
    display: block;
    height: 241px;
    position: relative;
}

[class*='youreko-v7'] #youreko-alternatives-arrow-container
{
    border-bottom: 1px solid #E3E3E3;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

[class*='youreko-v7'] .youreko-triangle-left
{
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform:rotate(270deg);
    -o-transform:rotate(270deg);
    -ms-transform:rotate(270deg);

    position: relative;
    margin: 0 0 -4px -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 3.5px 7px 3.5px;
    border-color: transparent transparent #e3e3e3 transparent;
}

[class*='youreko-v7'].youreko-no-alternatives .youreko-title-alternatives
{
    margin-top: 20px;
    margin-bottom: 20px;
}

[class*='youreko-v7'] .youreko-energy-saving-compared-info-text
{
    display: none;
}

[class*='youreko-v7'] .youreko-energy-saving-info-text-product-type
{
    text-transform: lowercase;
}

[class*='youreko-v7'] .youreko-energy-saving-info-text-bold
{
    font-weight: 600;
}

[class*='youreko-v7'] .youreko-energy-saving-calculation-box
{
    height: 36px;
    width: 100%;
    border: 1px solid #85BE0D;
    border-radius: 2px;
    background-color: rgba(133,190,13,0.2);
    float: left;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    line-height: 36px;
    margin: 20px 0;
}

[class*='youreko-v7'] .youreko-range-indicator-container
{
    float: left;
    width: 100%;
    display: block;
    position: relative;
    margin: 15px 0 6px 0;
}

[class*='youreko-v7'] .youreko-range-indicator
{
    display: inline-block;
    margin-left: 107px;
}

[class*='youreko-v7'] .youreko-range-indicator-text
{
    margin-bottom: 2px;
    font-weight: 600;
}

[class*='youreko-v7'] .youreko-range-indicator-pointer
{
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 6px 0 6px;
    border-color: #85BE0D transparent transparent transparent;
    cursor: pointer;
}

[class*='youreko-v7'] .youreko-ekoscore-border-colour-green
{
    border-color: #009a07 transparent transparent transparent;
}
[class*='youreko-v7'] .youreko-ekoscore-border-colour-light-green
{
    border-color: #8abe0c transparent transparent transparent;
}
[class*='youreko-v7'] .youreko-ekoscore-border-colour-yellow
{
    border-color: #f4bd00 transparent transparent transparent;
}
[class*='youreko-v7'] .youreko-ekoscore-border-colour-orange
{
    border-color: #f67814 transparent transparent transparent;
}
[class*='youreko-v7'] .youreko-ekoscore-border-colour-red
{
    border-color: #f43400 transparent transparent transparent;
}

[class*='youreko-v7'] #youreko-range-circle
{
    position: absolute;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);

    left: 3.5px;
    top: 4.5px;
}

[class*='youreko-v7'] .youreko-range-circle-pointer
{
    position: absolute;
    margin: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 3.5px 0 3.5px;
}

[class*='youreko-v7'] [class*='youreko-range-circle-pointer']
{
    display: none;
}

/* MOBILE */

[class*='youreko-v7']#youreko-energy-savings.youreko-mobile
{
    height: 487px;
}

[class*='youreko-v7']#youreko-energy-savings.youreko-mobile.youreko-no-usage
{
    height: 409px;
}

[class*='youreko-v7'].youreko-mobile #youreko-navigation-tabs .youreko-close-link
{
    display: none;
}

[class*='youreko-v7'].youreko-mobile #youreko-savings-link,
[class*='youreko-v7'].youreko-mobile #youreko-energy-cost-saving-link
{
    width: 134px;
}

[class*='youreko-v7'].youreko-mobile #youreko-navigation-tabs
{
    height: 43px;
    border-bottom: 1px solid #E3E3E3;
}

[class*=youreko-v7].youreko-mobile .youreko-navigation-tab.youreko-close-link
{
    margin-top: -4px;
}

[class*=youreko-v7].youreko-mobile .youreko-benefits-text
{
    display: none;
}

[class*=youreko-v7].youreko-mobile #youreko-energy-cost-info-text-link,
[class*=youreko-v7].youreko-mobile #youreko-energy-cost-saving-info-text-link
{
    display: none;
}

[class*=youreko-v7].youreko-mobile .youreko-energy-saving-compared-info-text
{
    width: 243px;
}

[class*='youreko-v7'].youreko-mobile .youreko-range-indicator
{
    margin-left: 13px;
}

[class*='youreko-v7'].youreko-mobile .youreko-savings-tab.youreko-with-products
{
    width: 268px;
}

[class*='youreko-v7'].youreko-mobile #youreko-alternatives-arrow
{
    display: none;
}
[class*='youreko-v7'].youreko-mobile .youreko-alternatives-container
{
    display: inline-block;
    text-align: center;
    margin: 20px 0 0 0;
    /*border: none;*/
    position: relative;
    height: 100%;
    width: 266px;
}
[class*='youreko-v7'] .youreko-savings-previous,
[class*='youreko-v7'] .youreko-savings-next
{
    display: none;
}

[class*='youreko-v7'] .youreko-title-desktop
{
    display: block;
}

[class*='youreko-v7'] .youreko-title-mobile
{
    display: none;
}

[class*='youreko-v7'].youreko-mobile .youreko-title-alternatives
{
    margin: 10px 14px;
}

[class*='youreko-v7'].youreko-mobile.youreko-no-alternatives .youreko-title-alternatives
{
    margin: 20px 10px;
}

[class*='youreko-v7'].youreko-mobile .youreko-swiper-container
{
    width: auto;
    float: none;
}

[class*='youreko-v7'].youreko-mobile .youreko-swiper-wrapper
{
    width: 187px !important;
    display: inline-block;
}

[class*='youreko-v7'].youreko-mobile .youreko-usage
{
    display: inline-block;
}

[class*='youreko-v7'].youreko-mobile .youreko-usage-container
{
    text-align: center;
    display: inline-block;
}

[class*='youreko-v7'].youreko-mobile #youreko-desktop-info-text-link
{
    margin-left: 2px;
}

[class*='youreko-v7'] #youreko-extended-usage
{
    float: left;
}

[class*='youreko-v7'].youreko-mobile.youreko-no-usage .youreko-info-text-comparison-explainer
{
    display: none;
}

[class*='youreko-v7'] .youreko-info-text-comparison-explainer
{
    float: left;
}

[class*='youreko-v7'] .youreko-range-indicator-container .youreko-energy-cost-range
{
    margin: 6px auto 0 auto;
}/*
 *  IFRAMES & OVERLAY
 */

#youreko-overlay
{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 5;
    top: 0;
    bottom: 0;
    left: 0;
    background: none repeat scroll 0 0 #000;
    opacity: 0.40;
    filter: alpha(opacity=40);
}

/*
 * ENERGY LABEL SINGLE - DEFAULT
 */

.youreko-energy-label-single-default,
.youreko-energy-label-single-no-results-default
{
    display: inline-block;
    position: relative;
    height: 40px;
    border: solid 1px #d9d9d9;
    border-radius: 7px 3px 3px 7px;
    cursor: pointer;
    box-sizing: content-box;
    z-index: 0;
    margin-bottom: 15px;
}
@media only screen and (max-width: 299px)
{
    .youreko-energy-label-single-default,
    .youreko-energy-label-single-no-results-default
    {
        display: none;
    }
}
.youreko-energy-label-single-default:after
{
    content: '';
    top: 19px;
    height: 19px;
    display: block;
    position: relative;
    z-index: -2;
    border: solid 1px #fff;
    border-radius: 7px 3px 3px 7px;
    box-sizing: content-box;

    background: linear-gradient(top, #fff, #f0f0f0);
    background: -moz-linear-gradient(top, #fff, #f0f0f0);
    background: -webkit-linear-gradient(top, #fff, #f0f0f0);
    background: -o-linear-gradient(top, #fff, #f0f0f0);
    background: -ms-linear-gradient(top, #fff, #f0f0f0); /*For IE10*/
}
.youreko-energy-label-single-default:hover:after
{
   top: 0;

   background: linear-gradient(bottom, #fff, #f0f0f0);
   background: -moz-linear-gradient(bottom, #fff, #f0f0f0);
   background: -webkit-linear-gradient(bottom, #fff, #f0f0f0);
   background: -o-linear-gradient(bottom, #fff, #f0f0f0);
   background: -ms-linear-gradient(bottom, #fff, #f0f0f0); /*For IE10*/
}
.youreko-energy-label-single-default .youreko-ekoscore-container-default
{
   margin-top: 7px;
   margin-right: 7px;
   float: left;
   height: 33px;
   opacity: 0.8;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .youreko-energy-label-single-default .youreko-ekoscore-container-default
    {
        display: none;
    }
}
@media only screen and (max-width: 349px)
{
    .youreko-energy-label-single-default .youreko-ekoscore-container-default
    {
        display: none;
    }
}
.youreko-ekoscore-pointer-default
{
    float: left;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-right: 13px solid transparent;
    display: inline-block;
    vertical-align: top;
}
.youreko-energy-label-single-default .youreko-ekoscore-default
{
   height: 26px;
   width: 26px;
   line-height: 26px;
   font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
   font-size: 13px;
   color: #FFF;
   float: left;
   text-align: center;
}
.youreko-ekoscore-text-default
{
   margin-left: -7px;
}
.youreko-energy-label-single-default:hover .youreko-ekoscore-container-default
{
   opacity: 1;
}

.youreko-energy-label-single-default.ekoscore-green .youreko-ekoscore-default
{
   background: #009A07;
}
.youreko-energy-label-single-default.ekoscore-light-green .youreko-ekoscore-default
{
   background: #8ABE0C;
}
.youreko-energy-label-single-default.ekoscore-yellow .youreko-ekoscore-default
{
   background: #E8B505;
}
.youreko-energy-label-single-default.ekoscore-orange .youreko-ekoscore-default
{
   background: #EC7517;
}
.youreko-energy-label-single-default.ekoscore-red .youreko-ekoscore-default
{
   background: #E63606;
}

.youreko-energy-label-single-default.ekoscore-green .youreko-ekoscore-pointer-default
{
   border-right-color: #009A07;
}
.youreko-energy-label-single-default.ekoscore-light-green .youreko-ekoscore-pointer-default
{
   border-right-color: #8ABE0C;
}
.youreko-energy-label-single-default.ekoscore-yellow .youreko-ekoscore-pointer-default
{
   border-right-color: #E8B505;
}
.youreko-energy-label-single-default.ekoscore-orange .youreko-ekoscore-pointer-default
{
   border-right-color: #EC7517;
}
.youreko-energy-label-single-default.ekoscore-red .youreko-ekoscore-pointer-default
{
   border-right-color: #E63606;
}

.youreko-energy-label-single-default.ekoscore-none .youreko-ekoscore-container-default
{
    background: #fff none;
}

.youreko-energy-label-single-default.ekoscore-green:hover,
.youreko-energy-label-single-default.ekoscore-green:hover .youreko-roundel-plug-container-single-default:after
{
   border: solid 1px #009A07;
}
.youreko-energy-label-single-default.ekoscore-light-green:hover,
.youreko-energy-label-single-default.ekoscore-light-green:hover .youreko-roundel-plug-container-single-default:after
{
   border: solid 1px #8ABE0C;
}
.youreko-energy-label-single-default.ekoscore-yellow:hover,
.youreko-energy-label-single-default.ekoscore-yellow:hover .youreko-roundel-plug-container-single-default:after
{
   border: solid 1px #E8B505;
}
.youreko-energy-label-single-default.ekoscore-orange:hover,
.youreko-energy-label-single-default.ekoscore-orange:hover .youreko-roundel-plug-container-single-default:after
{
   border: solid 1px #EC7517;
}
.youreko-energy-label-single-default.ekoscore-red:hover,
.youreko-energy-label-single-default.ekoscore-red:hover .youreko-roundel-plug-container-single-default:after
{
   border: solid 1px #E63606;
}
.youreko-energy-label-single-default .youreko-cost-default
{
   font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
   font-size: 13px;
   text-align: center;
   float: left;
   margin: 0 5px 0 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .youreko-energy-label-single-default .youreko-cost-default
    {
        font-size: 12px;
    }
}

.youreko-energy-label-single-default:hover .youreko-cost-cta-default
{
    text-decoration: underline;
}
.youreko-cost-text-default,
.youreko-cost-value-default,
.youreko-cost-text-default:hover,
.youreko-cost-value-default:hover
{
   height: 18px;
   margin-top: 3px;
   color: #333;
   text-decoration: none;
}
.youreko-cost-cta-default
{
   font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
   height: 19px;
   font-size: 11px;
   display: block;
   color: #3f92da;
}
.youreko-cost-value-default
{
   font-weight: bold;
}
.youreko-logo-container-default
{
    display: none;
    float: left;
}
@media only screen and (max-width: 429px)
{
    .youreko-logo-container-default
    {
        display: none;
    }
}
.youreko-divider-default
{
    float: left;
    border-left: solid 1px #d9d9d9;
    height: 38px;
    margin-top: 1px;
    border-right: solid 1px #fff;
    margin-right: 5px;

}
.youreko-logo-default
{
    float: left;
    height: 27px;
    width: 58px;
    margin-top: 13px;
    margin-right: 5px;
    background: url('/images/youreko-logo-small.svg') 0 0 no-repeat;
}

/*
* ENERGY LABEL NOTIFIER
*/

.youreko-savings-notifier-single-default
{
   font-family: arial, sans-serif;
   position: absolute;
   top: -7px;
   left: 28px;
   color: #fff;
   width: 20px;
   height: 20px;
   line-height: 20px;

   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   border-radius: 10px;

   display: inline-flex;
   display: -webkit-inline-flex;
   display: -ms-flexbox;

   align-items: center;
   -webkit-align-items: center;
   -ms-flex-align: center;

   justify-content: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;

   margin-top: -1px;
   font-weight: bold;
   font-size: 12px;
   text-align: center;
}

/* ENERGY LABEL PLUG */

.youreko-roundel-plug-container-single-default
{
   float: left;
   display: block;
   position: relative;
   width: 36px;
   height: 36px;
   border: solid 2px #fff;
   border-radius: 7px;
   background: #0078ca;
   box-sizing: content-box;
}
.youreko-roundel-plug-container-single-default:after
{
   top: -3px;
   left: -3px;
   content: '';
   position: absolute;
   width: 40px;
   height: 40px;
   border: solid 1px #d9d9d9;
   border-radius: 7px;
   background: transparent;
   box-sizing: content-box;
}
.youreko-plug-container-single-default
{
   width: 36px;
   display: block;
   height: 36px;
   box-sizing: content-box;
}
.youreko-plug-top-container-single-default
{
   width: 36px;
   height: 14px;
   float: left;
}
.youreko-plug-top-prong-single-default
{
   height: 9px;
   width: 4px;
   background: #fff;
   margin-top: 5px;
   margin-left: 16px;
}
.youreko-plug-bottom-container-single-default
{
   float: left;
   margin-top: 11px;
   width: 36px;
}
.youreko-plug-bottom-prong-left-single-default
{
   height: 3px;
   width: 8px;
   background: #fff;
   float: left;
   margin-left: 5px;
}
.youreko-plug-bottom-prong-right-single-default
{
   height: 3px;
   width: 8px;
   background: #fff;
   float: left;
   margin-left: 10px;
}

/*
 * Medal rating container
 */

.youreko-rating-container-default
{
    margin: -4px 10px 0 0;
    width: 35px;
    height: 50px;
    float: left;
}

@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .youreko-rating-container-default
    {
        display: none;
    }
}

@media only screen and (max-width: 339px)
{
    .youreko-rating-container-default
    {
        display: none;
    }
}

/*
 * ENERGY LABEL MULTIPLE - GRID
 */

body .youreko-energy-label-multiple-grid,
body .youreko-energy-label-multiple-grid:before,
body .youreko-energy-label-multiple-grid:after,
body .youreko-energy-label-multiple-grid *:before,
body .youreko-energy-label-multiple-grid *:after,
body .youreko-energy-label-multiple-no-results-grid,
body .youreko-energy-label-multiple-no-results-grid *:before,
body .youreko-energy-label-multiple-no-results-grid *:after
{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.youreko-energy-label-multiple-grid,
.youreko-energy-label-multiple-no-results-grid
{
    width: 223px;
    height: 24px;
    display: block;
    text-align: center;
    position: relative;
    border: solid 1px #d9d9d9;
/*    border-radius: 3px;*/
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    cursor: pointer;
    z-index: 0;
    margin: 5px 0 0 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .youreko-energy-label-multiple-grid,
    .youreko-energy-label-multiple-no-results-grid
    {
        width: 173px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .youreko-energy-label-multiple-grid,
    .youreko-energy-label-multiple-no-results-grid
    {
        width: 298px;
    }
}
@media only screen and (max-width: 331px)
{
    .youreko-energy-label-multiple-grid,
    .youreko-energy-label-multiple-no-results-grid
    {
        width: auto;
    }
}
@media only screen and (max-width: 289px)
{
    .youreko-energy-label-multiple-grid,
    .youreko-energy-label-multiple-no-results-grid
    {
        display: none;
    }
}
.youreko-energy-label-multiple-no-results-grid
{
    border: solid 1px transparent;
}
.youreko-energy-label-multiple-grid:after
{
   content: '';
   top: 12px;
   height: 10px;
   display: block;
   position: relative;
   z-index: -2;
   border: solid 1px #fff;
/*   border-radius: 3px;*/
   border-top-left-radius: 5px;
   border-bottom-left-radius: 5px;

   background: linear-gradient(top, #fff, #f0f0f0);
   background: -moz-linear-gradient(top, #fff, #f0f0f0);
   background: -webkit-linear-gradient(top, #fff, #f0f0f0);
   background: -o-linear-gradient(top, #fff, #f0f0f0);
   background: -ms-linear-gradient(top, #fff, #f0f0f0);
}
.youreko-energy-label-multiple-grid:hover:after
{
   top: 0;

   background: linear-gradient(bottom, #fff, #f0f0f0);
   background: -moz-linear-gradient(bottom, #fff, #f0f0f0);
   background: -webkit-linear-gradient(bottom, #fff, #f0f0f0);
   background: -o-linear-gradient(bottom, #fff, #f0f0f0);
   background: -ms-linear-gradient(bottom, #fff, #f0f0f0);
}
.youreko-energy-label-multiple-grid .youreko-ekoscore-container-grid
{
   margin-top: 5px;
   margin-right: 5px;
   float: left;
   height: 19px;
   opacity: 0.8;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .youreko-energy-label-multiple-grid .youreko-ekoscore-container-grid
    {
        display: none;
    }
}
@media only screen and (max-width: 331px)
{
    .youreko-energy-label-multiple-grid .youreko-ekoscore-container-grid
    {
        display: none;
    }
}
.youreko-ekoscore-pointer-grid
{
    float: left;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid transparent;
    display: inline-block;
    vertical-align: top;
}
.youreko-energy-label-multiple-grid .youreko-ekoscore-grid
{
   height: 14px;
   width: 14px;
   line-height: 14px;
   font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
   font-size: 9px;
   color: #FFF;
   float: left;
   text-align: center;
}
.youreko-ekoscore-text-grid
{
   margin-left: -4px;
}
.youreko-energy-label-multiple-grid:hover .youreko-ekoscore-container-grid
{
   opacity: 1;
}
.youreko-energy-label-multiple-grid.ekoscore-green .youreko-ekoscore-grid
{
   background: #009A07;
}
.youreko-energy-label-multiple-grid.ekoscore-light-green .youreko-ekoscore-grid
{
   background: #8ABE0C;
}
.youreko-energy-label-multiple-grid.ekoscore-yellow .youreko-ekoscore-grid
{
   background: #E8B505;
}
.youreko-energy-label-multiple-grid.ekoscore-orange .youreko-ekoscore-grid
{
   background: #EC7517;
}
.youreko-energy-label-multiple-grid.ekoscore-red .youreko-ekoscore-grid
{
   background: #E63606;
}

.youreko-energy-label-multiple-grid.ekoscore-green .youreko-ekoscore-pointer-grid
{
   border-right-color: #009A07;
}
.youreko-energy-label-multiple-grid.ekoscore-light-green .youreko-ekoscore-pointer-grid
{
   border-right-color: #8ABE0C;
}
.youreko-energy-label-multiple-grid.ekoscore-yellow .youreko-ekoscore-pointer-grid
{
   border-right-color: #E8B505;
}
.youreko-energy-label-multiple-grid.ekoscore-orange .youreko-ekoscore-pointer-grid
{
   border-right-color: #EC7517;
}
.youreko-energy-label-multiple-grid.ekoscore-red .youreko-ekoscore-pointer-grid
{
   border-right-color: #E63606;
}

.youreko-energy-label-multiple-grid.ekoscore-none .youreko-ekoscore-container-grid
{
    background: #fff none;
}

.youreko-energy-label-multiple-grid.ekoscore-green:hover,
.youreko-energy-label-multiple-grid.ekoscore-green:hover .youreko-roundel-plug-container-multiple-grid:after
{
   border: solid 1px #009A07;
}
.youreko-energy-label-multiple-grid.ekoscore-light-green:hover,
.youreko-energy-label-multiple-grid.ekoscore-light-green:hover .youreko-roundel-plug-container-multiple-grid:after
{
   border: solid 1px #8ABE0C;
}
.youreko-energy-label-multiple-grid.ekoscore-yellow:hover,
.youreko-energy-label-multiple-grid.ekoscore-yellow:hover .youreko-roundel-plug-container-multiple-grid:after
{
   border: solid 1px #E8B505;
}
.youreko-energy-label-multiple-grid.ekoscore-orange:hover,
.youreko-energy-label-multiple-grid.ekoscore-orange:hover .youreko-roundel-plug-container-multiple-grid:after
{
   border: solid 1px #EC7517;
}
.youreko-energy-label-multiple-grid.ekoscore-red:hover,
.youreko-energy-label-multiple-grid.ekoscore-red:hover .youreko-roundel-plug-container-multiple-grid:after
{
   border: solid 1px #E63606;
}
.youreko-energy-label-multiple-grid .youreko-cost-grid
{
   font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
   font-size: 13px;
   text-align: center;
   float: left;
   margin: 0 8px 0 8px;
   width: 155px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .youreko-energy-label-multiple-grid .youreko-cost-grid
    {
        width: auto;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .youreko-energy-label-multiple-grid .youreko-cost-grid
    {
        width: 230px;
    }
}
@media only screen and (max-width: 331px)
{
    .youreko-energy-label-multiple-grid .youreko-cost-grid
    {
        width: auto;
    }
}
.youreko-cost-text-grid,
.youreko-cost-value-grid,
.youreko-cost-text-grid:hover,
.youreko-cost-value-grid:hover
{
   height: 24px;
   line-height: 24px;
   color: #222;
   text-decoration: none;
}
.youreko-cost-cta-grid
{
   font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
   display: none;
   height: 18px;
   font-size: 11px;
   color: #0081b9;
}
.youreko-cost-value-grid
{
   font-weight: bold;
}

/*
* ENERGY LABEL NOTIFIER
*/

.youreko-savings-notifier-multiple-grid
{
   font-family: arial, sans-serif;
   position: absolute;
   top: -3px;
   left: 17px;
   color: #fff;
   width: 12px;
   height: 12px;
   line-height: 13px;

   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   border-radius: 10px;

   display: inline-flex;
   display: -webkit-inline-flex;
   display: -ms-flexbox;

   align-items: baseline;
   -webkit-align-items: baseline;
   -ms-flex-align: baseline;

   justify-content: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;

   margin-top: -1px;
   font-weight: bold;
   font-size: 8px;
   text-align: center;
}

/* ENERGY LABEL PLUG */


body .youreko-roundel-plug-container-multiple-grid
{
    box-sizing: content-box;
}
.youreko-roundel-plug-container-multiple-grid
{
   float: left;
   display: block;
   position: relative;
   width: 22px;
   height: 22px;
   border: solid 1px #fff;
   border-radius: 5px;
   background: #0078ca;
}
.youreko-roundel-plug-container-multiple-grid:after
{
   top: -2px;
   left: -2px;
   content: '';
   position: absolute;
   width: 24px;
   height: 24px;
   border: solid 1px #d9d9d9;
   border-radius: 5px;
   background: transparent;
}
.youreko-plug-container-multiple-grid
{
   width: 22px;
   display: block;
   height: 22px;
}
.youreko-plug-top-container-multiple-grid
{
   width: 36px;
   height: 14px;
   float: left;
}
.youreko-plug-top-prong-multiple-grid
{
   height: 7px;
   width: 2px;
   background: #fff;
   margin-top: 3px;
   margin-left: 10px;
}
.youreko-plug-bottom-container-multiple-grid
{
   float: left;
   margin-top: 2px;
   width: 22px;
}
.youreko-plug-bottom-prong-left-multiple-grid
{
   height: 2px;
   width: 6px;
   background: #fff;
   float: left;
   margin-left: 3px;
}
.youreko-plug-bottom-prong-right-multiple-grid
{
   height: 2px;
   width: 6px;
   background: #fff;
   float: left;
   margin-left: 4px;
}

/*
 * Medal rating container
 */

.youreko-rating-container-grid
{
    margin: -3px 8px 0 0;
    width: 22px;
    height: 32px;
    float: left;
}

/*
 * CUSTOM SITE CSS - SHOULD BE UPDATED ON SITE, NOT SET HERE
 */

/*
 * Generic
 */



/*
 * PRODUCT LIST
 */



/*
 * ENERGY SAVINGS MODAL - CUSTOM
 */

body #youreko-overlay.youreko-energy-savings-modal
{
/*    z-index: 100;*/
}
body #youreko-energy-savings
{
/*    z-index: 101;*/
}