﻿@charset "utf-8";
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  -webkit-tap-highlight-color: transparent;
}
a,
img {
  border: none;
}
input {
  padding: 4px;
}
.cf {
  *zoom: 1;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.vis-hide {
  overflow: hidden;
  position: absolute;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(0 0 0 0);
}
.full-hide {
  display: none !important;
  visibility: hidden;
}
.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap;
}
.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}
.button--progress-start {
  position: absolute;
  top: 340px;
  right: 0;
  z-index: 500;
  width: 300px;
  height: 86px;
  color: #fff;
  background-color: #f1812c;
  font-size: 38px;
  font-size: 38 / 16rem;
  line-height: 86px;
  text-align: center;
  text-decoration: none;
}
.button--progress-start:before {
  content: url(../images/btn-next.png);
  position: absolute;
  top: 0;
  left: -64px;
  width: 64px;
  height: 86px;
}
.button--progress-login {
  position: absolute;
  top: 440px;
  right: 0;
  z-index: 500;
  width: 300px;
  height: 86px;
  color: #fff;
  background-color: #0092d5;
  font-size: 38px;
  font-size: 38 / 16rem;
  line-height: 86px;
  text-align: center;
  text-decoration: none;
}
.button--progress-login:before {
  content: url(../images/start-btn.png);
  position: absolute;
  top: 0;
  left: -64px;
  width: 64px;
  height: 86px;
}
.button--slide-info-rhi {
  position: absolute;
  top: 0;
  left: 0;
  width: 259px;
  height: 53px;
  background: url(../images/btn-bus-info.png) 0 0 no-repeat;
  -moz-background-size: 259px 53px;
  -o-background-size: 259px 53px;
  -webkit-background-size: 259px 53px;
  background-size: 259px 53px;
}
.button--slide-info-rhi span {
  overflow: hidden;
  position: absolute;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(0 0 0 0);
}
.button--slide-info {
  position: absolute;
  top: 11px;
  right: 8px;
  width: 32px;
  height: 32px;
  background: url(../images/btn-info.png) 0 0 no-repeat;
  -moz-background-size: 32px 32px;
  -o-background-size: 32px 32px;
  -webkit-background-size: 32px 32px;
  background-size: 32px 32px;
}
.slide--results .button--slide-info {
  left: 8px;
}
.slide--rhi .button--slide-info {
  left: 8px;
}
.slide--bus .button--slide-info {
  left: 8px;
}
.button--slide-info span {
  overflow: hidden;
  position: absolute;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(0 0 0 0);
}
.button--progress-prev {
  position: absolute;
  top: 250px;
  left: 0;
  z-index: 300;
  width: 64px;
  height: 86px;
  background: url(../images/btn-previous.png) 0 0 no-repeat;
  cursor: pointer;
}
.button--progress-prev span {
  overflow: hidden;
  position: absolute;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(0 0 0 0);
}
.button--progress-next {
  position: absolute;
  top: 250px;
  right: 0;
  z-index: 300;
  width: 64px;
  height: 86px;
  background: url(../images/btn-next.png) 0 0 no-repeat;
}
.button--progress-next span {
  overflow: hidden;
  position: absolute;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(0 0 0 0);
}
.button--start-again {
  position: absolute;
  top: 11px;
  right: 8px;
  width: 137px;
  height: 35px;
  color: #fff;
  background: url(../images/btn-restart.png) 0 0 no-repeat;
  font-size: 18px;
  font-size: 18 / 16rem;
}
.button--rhi {
  position: relative;
  top: 40px;
  float: left;
  display: inline-block;
  width: 250px;
  height: 106px;
  background: url(../../_shared/images/btn-bus-calculator.png) 0 0 no-repeat;
}
.button--rhi span {
  overflow: hidden;
  position: absolute;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(0 0 0 0);
}
.slide--results .button--rhi {
  z-index: 102;
}
.button--download-report {
  position: relative;
  top: 40px;
  float: left;
  display: inline-block;
  width: 270px;
  height: 106px;
  background: url(../../_shared/images/btn-download-solution.png) 0 0 no-repeat;
}
.button--download-report span {
  overflow: hidden;
  position: absolute;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(0 0 0 0);
}
.slide--rhi .button--download-report {
  position: absolute;
  top: 440px;
  right: 0;
}
.slide--bus .button--download-report {
  position: absolute;
  top: 520px;
  right: 0;
}
.slide--results .button--download-report {
  z-index: 102;
}
.button--dontshow {
  position: relative;
  padding-left: 32px;
  color: #fff;
  background-color: transparent;
  font-size: 13px;
  font-size: 13 / 16rem;
}
.button--dontshow:before {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  width: 24px;
  height: 24px;
  background-color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.button--dontshow.selected:before {
  content: url(../../_shared/images/tick.png);
}
.button--submit {
  position: absolute;
  bottom: -68px;
  right: -27px;
  width: 158px;
  color: #fff;
  background-color: #f1812c;
  background: url(../images/btn-submit-bg.png) 0 0 no-repeat;
  line-height: 42px;
}
.mislogo {
  position: absolute;
  top: 393px;
  right: 355px;
  z-index: 500;
  width: 183px;
  height: 183px;
}
.mislogo img {
  width: 183px;
  height: 183px;
}
@media screen and (max-width: 800px) {
  .slide--rhi .button--download-report {
    top: 580px;
  }
  .slide--bus .button--download-report {
    top: 580px;
  }
  .button--rhi {
    clear: both;
  }
}
@media screen and (max-height: 600px) {
  .slide--rhi .button--download-report,
  .slide--bus .button--download-report {
    right: 243px;
  }
}
.questions {
  position: relative;
  left: 45%;
  margin: 0;
  width: 40%;
}
.questions input,
.questions textarea {
  width: 100%;
}
.questions--location .cbx {
  width: 160px;
}
.questions--location li {
  position: absolute;
}
.questions--location li:nth-child(1) {
  top: 100px;
  left: -80px;
}
.questions--location li:nth-child(2) {
  top: 350px;
  left: -50px;
}
.questions--location li:nth-child(3) {
  top: 230px;
  left: 0;
}
.questions--location li:nth-child(4) {
  top: 400px;
  left: 190px;
}
.questions--location li:nth-child(4) .cbx {
  padding-left: 40px;
}
.questions--location li:nth-child(4) .cbx:after {
  left: 5px;
}
.questions--location li:nth-child(5) {
  top: 340px;
  left: 220px;
}
.questions--location li:nth-child(5) .cbx {
  padding-left: 40px;
}
.questions--location li:nth-child(5) .cbx:after {
  left: 5px;
}
.questions--location li:nth-child(6) {
  top: 290px;
  left: 160px;
}
.questions--location li:nth-child(6) .cbx {
  padding-left: 40px;
}
.questions--location li:nth-child(6) .cbx:after {
  left: 5px;
}
.questions--location li:nth-child(7) {
  top: 415px;
  left: -70px;
}
.questions--location li:nth-child(8) {
  top: 230px;
  left: -170px;
}
.questions--location li:nth-child(9) {
  top: 300px;
  left: -200px;
}
@media screen and (max-height: 600px) {
  .questions {
    top: 30%;
  }
  .slideimage {
    left: 10% !important;
  }
  .questions--location {
    *zoom: 1;
  }
  .questions--location:before,
  .questions--location:after {
    content: " ";
    display: table;
  }
  .questions--location:after {
    clear: both;
  }
  .questions--location:before,
  .questions--location:after {
    content: " ";
    display: table;
  }
  .questions--location:after {
    clear: both;
  }
  .questions--location li {
    position: static;
    float: left;
    margin-right: 1%;
    width: 48%;
  }
  .questions--location li:nth-child(4) .cbx,
  .questions--location li:nth-child(5) .cbx,
  .questions--location li:nth-child(6) .cbx {
    padding-left: 7%;
  }
  .questions--location li:nth-child(4) .cbx:after,
  .questions--location li:nth-child(5) .cbx:after,
  .questions--location li:nth-child(6) .cbx:after {
    left: 166px;
  }
  .questions--location .cbx {
    width: auto;
  }
}
.star-ratings {
  *zoom: 1;
  position: relative;
  top: 16px;
  width: 100%;
  color: #7b8790 !important;
  text-align: center;
}
.star-ratings:before,
.star-ratings:after {
  content: " ";
  display: table;
}
.star-ratings:after {
  clear: both;
}
.star-ratings:before,
.star-ratings:after {
  content: " ";
  display: table;
}
.star-ratings:after {
  clear: both;
}
.star-ratings .rating {
  display: inline-block;
  position: relative;
  float: left;
  width: 83px;
}
.star-ratings .rating-6 {
  left: 12px;
}
.star-ratings .rating-5 {
  left: 12px;
}
.star-ratings .rating-4 {
  left: 11px;
}
.star-ratings .rating-3 {
  left: 12px;
}
.star-ratings .rating-2 {
  left: 13px;
}
.star-ratings .rating-1 {
  left: 13px;
}
.ui-state-default,
.ui-widget-content .ui-state-default {
  left: 40%;
  background: transparent url(../images/slider-tab.png) 50% 50%;
  height: 59px;
  width: 59px;
  border: none;
  cursor: pointer;
}
.ui-state-focus {
  border: none;
  outline: none;
}
.stars {
  height: 16px;
  background-repeat: no-repeat;
  background-position-x: center;
}
.rating-6 .stars {
  background-image: url('../images/stars-6.png');
}
.rating-6 .selected {
  background-image: url('../images/stars-selected-6.png');
}
.rating-5 .stars {
  background-image: url('../images/stars-5.png');
}
.rating-5 .selected {
  background-image: url('../images/stars-selected-5.png');
}
.rating-4 .stars {
  background-image: url('../images/stars-4.png');
}
.rating-4 .selected {
  background-image: url('../images/stars-selected-4.png');
}
.rating-3 .stars {
  background-image: url('../images/stars-3.png');
}
.rating-3 .selected {
  background-image: url('../images/stars-selected-3.png');
}
.rating-2 .stars {
  background-image: url('../images/stars-2.png');
}
.rating-2 .selected {
  background-image: url('../images/stars-selected-2.png');
}
.rating-1 .stars {
  background-image: url('../images/stars-1.png');
}
.rating-1 .selected {
  background-image: url('../images/stars-selected-1.png');
}
.start {
  overflow: hidden;
  height: 100%;
  background-color: #fff;
}
.start__title span {
  overflow: hidden;
  position: absolute;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(0 0 0 0);
}
.start__intro {
  position: absolute;
  top: 40px;
  left: 70px;
  z-index: 500;
  width: 340px;
  color: #4d4d4d;
  text-align: center;
  font-size: 12px;
  font-size: 12 / 16rem;
}
.start__intro p {
  padding: 0 7%;
}
.start__intro-title {
  color: #7b8790;
  font-size: 22px;
  font-size: 22 / 16rem;
}
.start-image {
  position: absolute;
  right: 0;
}
.start-image--interior {
  top: 41px;
  right: 226px;
}
.start-image--office {
  top: 148px;
  right: 426px;
}
.start-image--mitsu {
  top: 288px;
  right: 824px;
}
.start__rhi-calculator {
  position: absolute;
  top: 0;
  right: 0;
  width: 160px;
  height: 105px;
  background: url(../../mobile/images/rhi-calculator-included.png) 0 0 no-repeat;
  -moz-background-size: 160px 105px;
  -o-background-size: 160px 105px;
  -webkit-background-size: 160px 105px;
  background-size: 160px 105px;
}
.start__rhi-calculator span {
  overflow: hidden;
  position: absolute;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(0 0 0 0);
}
.start__bus-calculator {
  position: absolute;
  top: 0;
  right: 0;
  width: 160px;
  height: 105px;
  background: url(../../mobile/images/bus-calculator-included.png) 0 0 no-repeat;
  -moz-background-size: 160px 105px;
  -o-background-size: 160px 105px;
  -webkit-background-size: 160px 105px;
  background-size: 160px 105px;
}
.start__bus-calculator span {
  overflow: hidden;
  position: absolute;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(0 0 0 0);
}
@media screen and (max-width: 800px) {
  .start-image--bg {
    right: -252px;
  }
  .start-image--mitsu {
    right: 580px;
  }
  .start-image--office {
    right: 195px;
  }
  .start-image--interior {
    right: -16px;
  }
  .start__intro {
    left: 70px;
  }
  .start-rhi-calculator {
    bottom: 220px;
    right: 0;
  }
}
[role="contentinfo"] {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #fff;
}
[role="contentinfo"] .logo-wrapper {
  *zoom: 1;
  width: 100%;
}
[role="contentinfo"] .logo-wrapper:before,
[role="contentinfo"] .logo-wrapper:after {
  content: " ";
  display: table;
}
[role="contentinfo"] .logo-wrapper:after {
  clear: both;
}
[role="contentinfo"] .logo-wrapper:before,
[role="contentinfo"] .logo-wrapper:after {
  content: " ";
  display: table;
}
[role="contentinfo"] .logo-wrapper:after {
  clear: both;
}
[role="contentinfo"] .logo img {
  width: auto;
  height: 68px;
}
[role="contentinfo"] .logo--mitsubishi {
  float: left;
}
[role="contentinfo"] .logo--ecodan {
  float: right;
}
.start + [role="contentinfo"] {
  position: static;
}
.start + [role="contentinfo"] .logo--ecodan {
  position: absolute;
  bottom: 40px;
  right: 0;
  float: none;
}
.slide {
  background-color: #fff;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#afe6f6), to(#fff));
  background-image: -moz-linear-gradient(#afe6f6, #fff);
  background-image: -ms-linear-gradient(#afe6f6, #fff);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #afe6f6), color-stop(100%, #fff));
  background-image: -webkit-linear-gradient(#afe6f6, #fff);
  background-image: -o-linear-gradient(#afe6f6, #fff);
  background-image: -ms-linear-gradient(top, #afe6f6 0%, #fff 100%);
  background-image: linear-gradient(#afe6f6, #fff);
}
.slide--results,
.slide--selected-product,
.slide--download-form {
  background: #fff;
}
.slide--rhi .submit-status {
  margin: 72px;
  text-align: center;
}
.slide__header {
  display: block;
  position: absolute;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 85px;
}
.slide--results .slide__header {
  height: 60px;
  background-color: #fff;
}
.slide--download-form .slide__header {
  height: auto;
}
.slide__header .logo span {
  overflow: hidden;
  position: absolute;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(0 0 0 0);
}
.slide__title {
  display: inline-block;
  top: 22px;
  left: 8px;
  text-align: left;
  overflow: hidden;
}
.slide--selected-product .slide__title {
  color: #ee2d24;
  font-size: 21px;
  font-size: 21 / 16rem;
  line-height: 1.3;
}
.slide--rhi .slide__title {
  top: 60px;
  left: 8px;
  font-size: 22px;
  font-size: 22 / 16rem;
  text-align: left;
}
.slide__content {
  width: 100%;
}
.slide--results .slide__content {
  top: 45px;
  bottom: 72px;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-y: auto;
  background-color: #fff;
}
.slide--rhi .slide__content {
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}
.slide--selected-product .slide__content {
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}
.slide--download-form .slide__content {
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}
.inner-scroll {
  max-height: 100%;
  overflow-y: scroll;
}
.slide__footer {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.slide--results .slide__footer .logo {
  margin-top: 35px;
}
.slide--selected-product .slide__footer .logo {
  margin-top: 35px;
}
.slide__footer img {
  width: auto;
  max-height: 100%;
}
.slide__footer .logo {
  /*margin: 0 auto;
        width: 100px;
        height: 50px;
        background: url(../../mobile/images/logo-ecodan.png) 0 0 no-repeat;
        -moz-background-size: 100px 35px;
        -o-background-size: 100px 35px;
        -webkit-background-size: 100px 35px;
        background-size: 100px 35px;*/
}
.slide__footer .logo span {
  overflow: hidden;
  position: absolute;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(0 0 0 0);
}
@media screen and (max-height: 600px) {
  .slide--rhi .slide__content {
    margin-top: 0;
  }
  .slide--location .slide__footer .slideimage {
    height: 60%;
  }
}
.progress {
  position: absolute;
  bottom: 0;
  z-index: 300;
  width: 100%;
}
.progress__steps {
  *zoom: 1;
  list-style: none;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  width: 960px;
  height: 91px;
}
.progress__steps:before,
.progress__steps:after {
  content: " ";
  display: table;
}
.progress__steps:after {
  clear: both;
}
.progress__steps:before,
.progress__steps:after {
  content: " ";
  display: table;
}
.progress__steps:after {
  clear: both;
}
.progress__step {
  position: relative;
  float: left;
  color: #fff;
  width: 120px;
}
.progress__step .step__title {
  position: relative;
  bottom: -40px;
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
}
.progress__step-inner {
  margin: 25px 5px 0;
  width: 110px;
  height: 110px !important;
  background-color: #4c5962;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.progress__step-inner--selected {
  margin: 0;
  width: 120px;
  height: 120px;
  background-color: #f1812c;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.progress__step-inner--selected:after {
  content: "";
  bottom: -40px;
  width: 0;
  height: 0;
  border: 21px solid transparent;
  border-bottom-color: #fff;
  position: relative;
  left: 39px;
}
.progress__step-inner--selected .step__title {
  bottom: -45px;
  width: 122px;
  font-size: 13px;
}
.progress__bar {
  margin: 0 auto;
  width: 960px;
}
#progressBar {
  z-index: 300;
  bottom: 24px;
  width: 60px;
  height: 10px;
  background-color: #ee2d24;
}
@media screen and (max-width: 800px) {
  .progress__steps {
    overflow: hidden;
    position: absolute;
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    border: 0;
    clip: rect(0 0 0 0);
  }
  .progress__bar {
    overflow: hidden;
    position: absolute;
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    border: 0;
    clip: rect(0 0 0 0);
  }
}
.parallax {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  overflow: hidden;
  height: 600px;
}
.parallax__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 110;
  height: 100%;
}
.parallax--buildings {
  position: absolute;
  bottom: 200px;
  z-index: 1;
  width: 6413px;
  height: 172px;
  background: url(../images/buildings.png) 0 0 no-repeat;
  opacity: 0.6;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition: all 1.5s ease-out;
  -moz-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
}
.parallax--buildings.step13b {
  margin-left: -2600px;
}
.parallax--buildings.step12b {
  margin-left: -2400px;
}
.parallax--buildings.step11b {
  margin-left: -2200px;
}
.parallax--buildings.step10b {
  margin-left: -2000px;
}
.parallax--buildings.step9b {
  margin-left: -1800px;
}
.parallax--buildings.step8b {
  margin-left: -1600px;
}
.parallax--buildings.step7b {
  margin-left: -1400px;
}
.parallax--buildings.step6b {
  margin-left: -1200px;
}
.parallax--buildings.step5b {
  margin-left: -1000px;
}
.parallax--buildings.step4b {
  margin-left: -800px;
}
.parallax--buildings.step3b {
  margin-left: -600px;
}
.parallax--buildings.step2b {
  margin-left: -400px;
}
.parallax--buildings.step1b {
  margin-left: -200px;
}
.parallax--grass {
  position: absolute;
  bottom: 150px;
  z-index: 2;
  width: 7826px;
  height: 250px;
  background: url(../images/grass.png) 0 0 no-repeat;
  -webkit-transition: all 1.5s ease-out;
  -moz-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
}
.parallax--grass.step13 {
  margin-left: -5200px;
}
.parallax--grass.step12 {
  margin-left: -4800px;
}
.parallax--grass.step11 {
  margin-left: -4400px;
}
.parallax--grass.step10 {
  margin-left: -4000px;
}
.parallax--grass.step9 {
  margin-left: -3600px;
}
.parallax--grass.step8 {
  margin-left: -3200px;
}
.parallax--grass.step7 {
  margin-left: -2800px;
}
.parallax--grass.step6 {
  margin-left: -2400px;
}
.parallax--grass.step5 {
  margin-left: -2000px;
}
.parallax--grass.step4 {
  margin-left: -1600px;
}
.parallax--grass.step3 {
  margin-left: -1200px;
}
.parallax--grass.step2 {
  margin-left: -800px;
}
.parallax--grass.step1 {
  margin-left: -400px;
}
.parallax__fg {
  *zoom: 1;
  position: absolute;
  bottom: 95px;
  left: 0;
  z-index: 120;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.parallax__fg:before,
.parallax__fg:after {
  content: " ";
  display: table;
}
.parallax__fg:after {
  clear: both;
}
.parallax__fg:before,
.parallax__fg:after {
  content: " ";
  display: table;
}
.parallax__fg:after {
  clear: both;
}
.parallax__fg.parallax__fg--location {
  top: 100px;
  height: 600px;
}
.parallax__fg--rhi {
  top: 72px;
  left: -202px;
  width: 1164px;
  height: 534px;
  background: url(../images/rhi-bg-domestic.png) 0 0 no-repeat;
}
.parallax__fg--rhi-commercial {
  background: url(../images/rhi-bg-commercial.png) 0 0 no-repeat;
}
@media screen and (max-width: 800px) {
  .parallax__fg--rhi {
    top: 124px;
    left: 0;
    height: 860px;
    background: url(../images/rhi-bg-domestic-768.png) 0 0 no-repeat;
  }
  .parallax__fg--rhi-commercial {
    background: url(../images/rhi-bg-domestic-768.png) 0 0 no-repeat;
  }
  .parallax__fg--bus {
    top: 124px;
    left: 0;
    height: 860px;
    background: url(../images/bus-bg-domestic-768.png) 0 0 no-repeat;
  }
  .parallax__fg--bus-commercial {
    background: url(../images/bus-bg-domestic-768.png) 0 0 no-repeat;
  }
}
.popup-dialog {
  display: none;
  position: absolute;
  top: -1000px;
  color: #fff;
  background: url(../images/popup-bg-large.png) center 24px no-repeat;
  font-size: 16px;
  line-height: 20px;
}
.popup-dialog h2 {
  margin: 0;
  padding: 10px 0 0;
  font-size: 20px;
  font-weight: normal;
}
.popup-dialog p {
  margin-top: 0;
}
.popup-dialog input,
.popup-dialog textarea {
  color: #333;
}
.popup-dialog--open {
  display: block;
  top: 40%;
  z-index: 400;
  padding-top: 24px;
  width: 700px;
  height: 474px;
}
.popup-dialog--open p {
  margin: 60px auto;
  width: 500px;
}
.popup__inner {
  margin: 24px auto 0;
  width: 232px;
}
.popup__inner p {
  margin: 0;
  width: auto;
}
.popup-dialog--slider .popup__inner {
  position: relative;
  left: 24px;
}
.popup-dialog--graph.popup-dialog--open {
  top: 75px;
  left: 185px;
}
.popup-dialog--download-report {
  background: url(../images/popup-bg-download-report.png) center center no-repeat;
}
.popup-dialog--download-report.popup-dialog--open {
  /*top: 210px;
        left: 668px;*/
  top: 152px;
  right: 0;
  width: 299px;
  height: 304px;
}
.popup-dialog--download-report.popup-dialog--open.slide--rhi .popup-dialog--download-report.popup-dialog--open {
  top: 130px;
  right: 10px;
}
.popup-dialog--download-report p {
  margin: 0;
  width: auto;
}
.popup-dialog--download.popup-dialog--open {
  top: 0;
}
.popup-dialog--download .checkBox {
  position: relative;
  display: inline;
  width: 24px;
  height: 24px;
}
.popup-dialog--download .uncheckedBox:after {
  position: absolute;
  top: 0;
  right: -28px;
  content: " ";
  width: 24px;
  height: 24px;
  background-color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.popup-dialog--download .checkedBox:after {
  position: absolute;
  top: 0;
  right: -28px;
  content: url(../../_shared/images/tick.png);
  width: 24px;
  height: 24px;
  background-color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.popup-dialog--slider {
  margin-top: -50px;
  left: -340px;
  padding-right: 90px;
  width: 345px !important;
  height: 292px;
  background: url(../images/popup-bg-slider.png) 0 0 no-repeat;
  text-align: left;
}
.popup-close {
  position: absolute;
  top: 0;
  right: -8px;
  width: 87px;
  height: 87px;
  background: url(../images/popup-close.png) 0 0 no-repeat;
  cursor: pointer;
}
.popup-close:hover {
  background-image: url(../images/popup-close-over.png);
}
.popup-dialog--slider .popup-close {
  top: -16px;
  right: 8px;
}
.popup-dialog--download-report .popup-close {
  top: -16px;
  right: -32px;
}
.popup-close span {
  overflow: hidden;
  position: absolute;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(0 0 0 0);
}
@media screen and (max-width: 800px) {
  .popup-dialog.popup-dialog--open {
    top: 70px;
  }
  .slide--results.popup-dialog--open .popup-dialog--download-report {
    top: 70px;
    left: 237px;
  }
  .slide--rhi.popup-dialog--open .popup-dialog--download-report .popup-dialog--download-report {
    top: 320px;
    left: 420px;
  }
  .popup-dialog--slider {
    padding: 86px 50px 50px;
    width: 319px;
    height: 340px;
    background: url(../images/popup-bg-slider-768.png) 0 0 no-repeat;
  }
  .popup-close.popup-close--slider {
    top: 20px;
    right: -32px;
  }
}
@media screen and (max-height: 600px) {
  .popup-dialog--slider.popup-dialog--open {
    top: 75%;
  }
  .popup-dialog--download-report.popup-dialog--open {
    top: 150px;
    left: 570px;
  }
}
.PersonalDetails {
  position: relative;
}
#pop {
  width: 325px !important;
}
#pop .popup-close {
  right: 0px !important;
}
#pop .popup__inner {
  margin: 24px 0px 0;
  width: 200px;
}
#pop .popup__inner .button--dontshow {
  margin-top: 20px;
}
.keypad {
  background-color: transparent;
}
.keypad form {
  left: 40%;
  padding: 0;
  width: 40%;
}
.selected-product {
  float: left;
  margin-left: 35px;
  width: 430px;
  background-color: #fff;
}
.selected-product__image {
  float: left;
  display: inline-block;
}
.selected-product__detail {
  float: left;
  display: inline-block;
  margin-left: 10px;
  width: 320px;
  text-align: left;
}
.savings-graph {
  float: left;
  width: 50%;
}
.savings-graph--running-costs {
  text-align: right;
}
.button--submit {
  cursor: pointer;
}
.button--submit span {
  margin-left: 40%;
}
.rhi-background,
.bus-background {
  height: 534px;
}
.rhi-background--domestic {
  background: url(../images/rhi-bg-domestic.png) 0 0 no-repeat;
}
.rhi-background--commercial {
  background: url(../images/rhi-bg-commercial.png) 0 0 no-repeat;
}
.bus-background--domestic {
  background: url(../images/bus-bg-domestic.png) 0 0 no-repeat;
}
.bus-background--commercial {
  background: url(../images/bus-bg-commercial.png) 0 0 no-repeat;
}
.rhi-calculator-slider {
  position: absolute;
  top: 68px;
  left: 502px;
}
.rhi-calculator-slider h3 {
  font-size: 15px;
  font-size: 15 / 16rem;
}
.rhi-savings {
  margin-bottom: 5px;
  color: #7b8790;
  font-size: 13px;
  font-size: 13 / 16rem;
  text-align: right;
}
.rhi-savings-value {
  display: inline-block;
  margin-left: 15px;
  padding: 3px 15px 3px 3px;
  width: 100px;
  color: #fff;
  background-color: #ee2d24;
  font-size: 19px;
  font-size: 19 / 16rem;
}
.rhi-fa__title {
  padding-bottom: 10px;
  color: #7b8790;
  font-size: 13px;
  font-size: 13 / 16rem;
  font-weight: 400;
}
.bus-fa {
  position: absolute;
  top: 120px;
  right: 182px;
  margin-left: 50px;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.21);
  width: 410px;
}
.bus-fa__title {
  display: block;
  color: #f07f13;
  font-size: 20px;
  font-size: 20 / 16rem;
  font-weight: 700;
  /*text-align: right;*/
  /*
    padding-bottom: 10px;
    color: #7b8790;
    .font-size-rems(13);
    font-weight: 400;*/
}
.bus-fa__body {
  color: #7b8790;
  margin-top: 10px;
  font-size: 14px;
  font-size: 14 / 16rem;
  /*text-align: center;*/
}
.bus-fa__body .highlight {
  font-size: 18px;
  font-size: 18 / 16rem;
  font-weight: 700;
  color: #f07f13;
}
.bus-fa__footer {
  color: #7b8790;
  margin-top: 30px;
  font-size: 10px;
  font-size: 10 / 16rem;
  /*text-align: center;*/
}
.rhi-fa {
  position: absolute;
  top: 320px;
  right: 8px;
}
.rhi-fa .data-table {
  width: 492px;
}
.rhi-fa__header {
  color: #7b8790;
  font-size: 11px;
  font-size: 11 / 16rem;
  text-align: center;
}
.rhi-fa__value {
  display: block;
  margin: 2px;
  padding: 2px 6px;
  color: #fff;
  background-color: #f07f13;
  font-size: 17px;
  font-size: 17 / 16rem;
  text-align: right;
}
.rhi-fa__highlight {
  display: block;
  margin: 2px;
  padding: 2px 6px;
  color: #fff;
  background-color: #f07f13;
  font-size: 17px;
  font-size: 17 / 16rem;
  text-align: right;
}
.rhi-savings-block {
  position: absolute;
  top: 232px;
  right: 8px;
  width: 300px;
}
.disclaimer--rhi-figures {
  position: absolute;
  top: 550px;
  left: 95px;
}
#rhipop1 .popup-close--slider {
  left: 246px;
}
#rhipop1 .popup__inner {
  margin: 24px 20px 0;
  width: 200px;
}
#rhipop1 .popup__inner .button--dontshow {
  margin-top: 20px;
}
#rhipop2 {
  width: 325px !important;
}
#rhipop2 .popup-close {
  right: 0px !important;
}
#rhipop2 .popup__inner {
  margin: 24px 0px 0;
  width: 200px;
}
#rhipop2 .popup__inner .button--dontshow {
  margin-top: 20px;
}
@media screen and (max-width: 800px) {
  .rhi-background,
  .bus-background {
    height: 796px;
  }
  .rhi-background--domestic {
    background: url(../images/rhi-bg-domestic-768.png) 0 65px no-repeat;
  }
  .rhi-background--commercial {
    background: url(../images/rhi-bg-commercial-768.png) 0 65px no-repeat;
  }
  .bus-background--domestic {
    background: url(../images/bus-bg-domestic-768.png) 0 65px no-repeat;
  }
  .bus-background--commercial {
    background: url(../images/bus-bg-commercial-768.png) 0 65px no-repeat;
  }
  .rhi-calculator-slider {
    top: 100px;
    left: 44px;
  }
  .rhi-savings-block {
    top: 260px;
    left: 64px;
  }
  .rhi-fa {
    top: 370px;
    right: 70px;
  }
  .disclaimer--rhi-figures {
    top: 845px;
  }
}
@media screen and (max-height: 600px) {
  .disclaimer--rhi-figures {
    left: 190px;
  }
}
/*! jQuery UI - v1.10.3 - 2013-10-07
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.slider.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */
.ui-corner-all {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ui-slider {
  position: absolute;
  top: 82px;
  left: 38px;
  width: 417px;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}
.ui-slider-horizontal {
  height: 1px;
}
.ui-slider-horizontal .ui-slider-handle {
  top: 7px;
  margin-left: -16px;
}
.ui-widget-content {
  color: #333;
  background: #eee url(../images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;
  background-color: transparent;
  border: none;
}
.ui-widget-content a {
  color: #333;
}
.ui-widget-content .ui-state-default {
  width: 59px;
  height: 59px;
  color: #1c94c4;
  background: transparent url(../images/slider-tab.png) 50% 50% no-repeat;
  border: none;
  font-weight: 700;
  cursor: pointer;
}
.sliderLine {
  position: relative;
  top: 34px;
  left: 0;
  height: 3px;
  background-color: #ee2d24;
  -webkit-transition: all 0.75s ease-out;
  -moz-transition: all 0.75s ease-out;
  -ms-transition: all 0.75s ease-out;
  -o-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
  z-index: 10;
}
.sliderLine.one {
  width: 470px;
}
.sliderLine.two {
  width: 386px;
}
.sliderLine.three {
  width: 302px;
}
.sliderLine.four {
  width: 219px;
}
.sliderLine.five {
  width: 135px;
}
.sliderLine.six {
  width: 52px;
}
@media screen and (max-width: 800px) {
  .ui-slider {
    top: 81px;
    left: 55px;
  }
  .ui-slider-horizontal .ui-slider-handle {
    margin-left: -32px;
  }
  .sliderLine {
    top: 32px;
  }
}
html,
body,
.content,
.panel0,
.panel1,
.slide {
  height: 100%;
}
.content {
  position: relative;
  z-index: 10;
}
.panel0 {
  position: absolute;
  left: 0;
  top: 0;
  /*z-index: 1;*/
  width: 100%;
  height: 100%;
  /*background-color: #fff;*/
}
.panel1 {
  position: absolute;
  left: 0;
  top: 0;
  /*z-index: -1;*/
  width: 100%;
  height: 100%;
  /*background-color: #fff;*/
}
.slide__content {
  position: absolute;
  top: 0;
  z-index: 10;
  margin-top: 32px;
  padding-top: 85px;
  display: block;
  width: 100%;
}
.flexi-wrapper {
  width: 100%;
  position: fixed;
  bottom: 90px;
  height: 600px;
}
form {
  margin: 0 24px;
}
.slide__footer .background {
  overflow: hidden;
  text-align: center;
  position: absolute;
  bottom: 0;
  z-index: 100;
}
.slide__footer .background img {
  height: 100%;
}
.slide__footer .slideimage {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 100;
}
.slide--location .slide__footer .slideimage {
  text-align: center;
}
.slide__footer .slideimage img {
  max-height: 100%;
}
.go-wrap {
  position: relative;
}
#ecodan {
  display: block;
  width: 100%;
  height: 40px;
  z-index: 600;
}
.slide__header {
  z-index: 110;
}
.slide__content {
  z-index: 101;
}
.slide__footer {
  z-index: 100;
}
.DetailsDiv {
  position: relative;
  height: 320px;
}
.MessageDiv {
  position: absolute;
  height: 220px;
  top: 172px;
  right: 0px;
  left: 0px;
}
#errorDiv {
  position: absolute;
  top: 360px;
  color: #f1812c;
}
.validationerror {
  border: solid 1px #f1812c;
}