<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Range slider */

*, *:before, *:after {
  box-sizing: border-box;
}

.row {
  margin-left: 0px;
  margin-right: 0px;
}

body {
  font-family: open sans,sans-serif;
}

.nav-link-right-mod {
  font-family: Righteous;
  font-size: 22px;
  color: #073b4c;
}

.navbar-brand-left-mod {
  font-size: 22px;
  color: #073b4c;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: solid 3px #ffd166;
  /* padding-bottom: 0px; */
  line-height: 17px;
}

.range-slider {
  margin: 10px 0 0 0%;
}

.range-slider {
  width: 90%;
}

.range-slider__range {
  -webkit-appearance: none;
  width: calc(100% - (75px));
  height: 5px;
  border-radius: 5px;
  background: #fdfffc;
  outline: none;
  padding: 0;
  margin: 0;
}
.range-slider__range::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fdfffc;
  cursor: pointer;
  -webkit-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
}

.blue-range::-webkit-slider-thumb {
  background: #073b4c;
}

.range-slider__range::-webkit-slider-thumb:hover {
  background: #ffd166;
}
.range-slider__range:active::-webkit-slider-thumb {
  background: #ffd166;
}
.range-slider__range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: #fdfffc;
  cursor: pointer;
  -webkit-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
}
.range-slider__range::-moz-range-thumb:hover {
  background: #ffd166;
}
.range-slider__range:active::-moz-range-thumb {
  background: #ffd166;
}

.range-slider__value {
  display: inline-block;
  position: relative;
  border: solid #fdfffc 1px;
  width: 62px;
  color: #ffd166;
  line-height: 20px;
  text-align: center;
  /* border-radius: 5px; */
  background: transparent;
  padding: 5px 10px;
  margin-left: 8px;
  font-size: 17px;
  font-weight: 500;
  box-shadow: -3px 3px 0px 0px #fdfffc;
}

.range-slider__value:after {
  position: absolute;
  top: 11px;
  left: -9px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 7px solid #fdfffc;
  border-bottom: 7px solid transparent;
  content: '';
}

.blue-range:after {
  border-right: 7px solid #073b4c;
}

.blue-range-mod {
  box-shadow: -3px 3px 0px 0px #073b4c;
}

::-moz-range-track {
  background: #4fb68d;
  border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
  border: 0;
}


/* ########################################## */

/* CUSTOM EDITS */

/* Button tweak */
.btn-off-white {
border: 1px solid #fdfffc;
margin-top: 30px;
margin-right: 6px;
margin-bottom: 25px;
font-weight: bold;
border-radius: 0px;
text-transform: capitalize;
color: #fdfffc;
padding: 10px 15px 10px 15px;
font-size: 24px;
}


.btn-off-white:hover {
border: 1px solid #ffd166;
color: #ffd166;
box-shadow: -3px 3px 0px 0px #ffd166;
}


/* NOT CREATED YET */
.btn-blue {
color: #073b4c;
border: 1px solid #073b4c;
}


/* Increases the space between sliders */
.each-slider {
margin-bottom: -8px;
margin-top: -2px;
}
/* Increases the space between sliders */
.each-switch {
  margin-bottom: 3px;
}
/* Customise form check labels */
.form-check-label {
  font-size: 24px;
  /* font-weight: bold; */
  padding-left: 15px;
}
/* Adjustment to line up with labels */
.form-check-input {
  margin-top: 8px;
  margin-right: 12px;
}

/* Form area settings to space sections properly*/
.custom-check {
  padding: 30px;
  /* margin-left: 50px; */
  padding-left: 18px;
}
.custom-slider {
  padding-left: 19px;
  padding-right: 15px;
}

.custom-slider-extra {
  padding-left: 25px;
  padding-right: 15px;
}

.main-question-home-wide {
  padding: 25px;
  padding-bottom: 0px;
  margin-top: 20px;
  font-weight: bold;
  font-size: 36px;
}

.main-question-home-narrow {
  padding: 20px;
  padding-bottom: 0px;
  margin-top: 15px;
  font-weight: bold;
  font-size: 26px;
}

/* General settings for question text */
.main-question {
  padding: 20px;
  /* margin-top: -1px; */
  font-weight: bold;
  font-size: 28px;
}

.secondary-text {
  margin-top: -24px;
  padding-left: 20px;
  padding-right: 20px;
  font-style: italic;
}

/* Slider question tags */
.question-tag {
  font-size: 18px;
}

.background-image-index {
  background: url("../images/index_background_main.a87cdfc55281.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  padding:0;
  margin:0;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
}

.flash-text{
  text-shadow: 0.5px 0.5px 5px white;
}

#smoker1 {
  position: absolute;
  /* border: 1px solid red; */
  margin-left: 42%;
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#smoker2 {
  position: absolute;
  /* border: 1px solid red; */
  margin-left: 71%;
  margin-top: 32%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#smoker3 {
  position: absolute;
  /* border: 1px solid red; */
  margin-left: 15%;
  margin-top: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ##################################### */

/* PROGRESS BAR */

.nav-menu-top {
  width: 100%;
}

ul {
  padding-inline-start: 0;
}


.navigation_menu {
  width: 95%;
  margin-left: 12px;
}

.navigation_tabs {
   counter-reset: step;
}

.navigation_tabs li:first-child:nth-last-child(12),
.navigation_tabs li:first-child:nth-last-child(12) ~ li {
  width: 3.5%;
  margin-top: 8px;
}

.navigation_tabs li {
  list-style: none;
  display: inline-block;
  position: relative;
  text-align: center;
  cursor: pointer;
}

a {
  color: #000;
}

.navigation_tabs li a {
  text-decoration: none;
}

.navigation_tabs li:before {
  content: "";
  /* counter-increment: step; */
  width: 12px;
  height: 12px;
  /* color: grey; */
  /* background-color: #ddd; */
  line-height : 20px;
  border: 1px solid #fdfffc;
  border-radius: 100%;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  font-size: 10px;
}

.nav_tabs_blue li:before {
  border: 1px solid #073b4c;
}

.navigation_tabs li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  /* background-color: #ddd; */
  top: 9px;
  left: -50%;
  z-index : -1;
}

.navigation_tabs li:first-child:after {
  content: none;
}

.navigation_tabs li.tab_active,
.navigation_tabs li.tab_inactive,
.navigation_tabs li.tab_active a,
.navigation_tabs li.tab_inactive a{
  color: black;
}

.navigation_tabs li.tab_active a:hover,
.navigation_tabs li.tab_inactive a:hover {
  font-weight: bold;
}


.navigation_tabs li.tab_active:before {
  border-color: #fdfffc;
  background-color: #fdfffc;
}

.nav_tabs_blue li.tab_active:before {
  border-color: #073b4c;
  background-color: #073b4c;
}

.navigation_tabs li.tab_inactive:before {
  border-color: #242423;
  background-color: grey;
  color: #fff;
  content: "\2713";
}


.navigation_tabs li.tab_inactive + li:after {
  background-color: grey;
}


/* Edited version */

.draw-border-edit {
  box-shadow: inset 0 0 0 4px #5a5c69;
  color: #5a5c69;
  transition: color 0.25s 0.0833333333s;
  position: relative;
  width: 100%;
  white-space: nowrap;
  margin-bottom: 10px;
}
.draw-border-edit::before, .draw-border::after {
  border: 0 solid transparent;
  box-sizing: border-box;
  content: "";
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
}
.draw-border-edit::before {
  border-bottom-width: 4px;
  border-left-width: 4px;
}
.draw-border-edit::after {
  border-top-width: 4px;
  border-right-width: 4px;
}
.draw-border-edit:hover {
  color: #ffe593;
}
.draw-border-edit:hover::before, .draw-border:hover::after {
  border-color: #ffe593;
  transition: border-color 0s, width 0.25s, height 0.25s;
  width: 100%;
  height: 100%;
}
.draw-border-edit:hover::before {
  transition-delay: 0s, 0s, 0.25s;
}
.draw-border-edit:hover::after {
  transition-delay: 0s, 0.25s, 0s;
}



/* Fancy botton */

/* Note can inherit this botton by making equivalent CSS adjustments to btn-dark, if wanted */

.draw-border {
  box-shadow: inset 0 0 0 2px #073b4c;
  color: #1089b1;
  transition: color 0.25s 0.0833333333s;
  position: relative;
  border-radius: 0px;
}
.draw-border::before, .draw-border::after {
  border: 0 solid transparent;
  box-sizing: border-box;
  content: "";
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
}
.draw-border::before {
  border-bottom-width: 2px;
  border-left-width: 2px;
}
.draw-border::after {
  border-top-width: 2px;
  border-right-width: 2px;
}
.draw-border:hover {
  color: #ffd166;
}
.draw-border:hover::before, .draw-border:hover::after {
  border-color: #ffd166;
  transition: border-color 0s, width 0.25s, height 0.25s;
  width: 100%;
  height: 100%;
}
.draw-border:hover::before {
  transition-delay: 0s, 0s, 0.25s;
}
.draw-border:hover::after {
  transition-delay: 0s, 0.25s, 0s;
}







.inner-group {
  max-width: 600px;
}

.top-question {
  margin-left: 15px;
  margin-top: 4px;
  margin-bottom: -4px;
  margin-right: 25px;
  float: right;
  font-size: 16px;
}


/* CHECKMARKS MAIN */

.custom-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  cursor: pointer;
  top: 8px;
  left: 0;
  margin-right: 5px;
  height: 21px;
  width: 21px;
  /* background-color: #fff; */
  border-radius: 50%;
  border: 2px solid #fdfffc;
}


/* YELLOW RESPONSE */
.checkmark:hover {
  border: 2px solid #ffd166;
}
.form-check-label:hover {
  color: #ffd166;
  cursor: pointer;
}
.form-check-label:hover .checkmark {
  border: 2px solid #ffd166;
}
.form-check input:checked ~ .form-check-label .checkmark {
  background-color: #ffd166;
  border: 2px solid #ffd166;
}
.form-check input:checked ~ .form-check-label {
  color: #ffd166;
}


/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.form-check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.form-check .checkmark:after {
    top: 3px;
    left: 3.5px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: transparent;
}

.card-body {
  padding-left: 30px;
}

.image-container-quest {
  width: auto;
  height: 681px;
  min-height: 200px;
  /* border: dashed grey 1px; */
  white-space: nowrap;
  text-align: center;
  margin: 1em 0;
}

.image-container-index {
  width: auto;
  min-height: 200px;
  /* border: dashed grey 1px; */
  white-space: nowrap;
  text-align: center;
  margin: 1em 0;
}

.help-span {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.question_image {
    width: 80%;
    height: auto;
    left: 0px;
    right: 0px;
    vertical-align: middle;
}

@media (max-width: 768px) {

  .image-container-quest {
    height: 250px;
  }
  .question_image {
      width: auto;
      height: 100%;
  }

}

.red-back {
  background-color: #ef476f;
}

.nav-custom-style {
  /* background-color: #073b4c; */
  border-bottom: solid 1px #073b4c;
  background-color: #fff;
}

.gen-quest-container {
  padding-top: 40px;
  padding-left: 12px;
  padding-right: 12px;
}

.gen-quest-container-home {
  padding-top: 40px;
  padding-left: 12px;
  padding-right: 12px;
}

.off-white {
  color: #fdfffc;
}

.off-white-back {
  background-color: #fdfffc;
}

.yellow-back {
  background-color: #ffd166;
}

.yellow {
  color: #ffd166;
}

.blue-back {
  background-color: #073b4c;
}

.blue-back-border {
  border-color: #073b4c;
}

.green-back {
  background-color: #06d5a0;
}

.blue {
  color: #073b4c;
}

.light-blue-back {
  background-color: #1089b1;
}

.gradient-up {
  /* background-image: linear-gradient(to top,rgba(239, 71, 111, 0.4),#fff); */
}

.home-background {
  margin-top: -750px;
  z-index: -100;

}

.yellow-hill {
  margin-top: -700px;
  height: 700px;
  width: 100%;
  object-fit: cover;
  object-position: left;
}

.yellow-hill-2 {
  margin-top: -650px;
  height: 740px;
  width: 100%;
  object-fit: cover;
  object-position: left;
}


/* RESULTS SPECIFIC CSS */

.top-section-background {
  background-color: #06d5a0;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 60px;
}

.card {
  border-radius: 0px;
  background-color: transparent;
  border: none;
}

.card-header-text {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: -10px;
}

.white-space {
  width: 100%;
  background-color: #fdfffc;
  height: 110px;
  position: relative;
}

.inner-header-figuers {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: bold;
  font-size: 36px;
}

.blue-space {
  background-color: #073b4c;
  color: #fdfffc;
  width: 100%;
  height: 150px;
  padding: 9px;
}

.blue-space p {
  /* margin-right: 40px; */
}

.icon-position {
  float: right;
  margin-right: -35px;
  margin-top: -100px;
}

.main-white-background {
  background-color: #fdfffc;
}


.btn-results {
width: 100%;
border-width: 2px;
/* padding: 10px 15px 10px 15px; */
font-size: 18px;
white-space: nowrap;
margin-bottom: 5px;
margin-top: 5px;
}


.btn-results-bottom {
  width: 100%;
  border: 1px solid #fdfffc;
  padding: 20px 25px 20px 25px;
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 10px;
  background-color: #fdfffc;
  text-align: left;
  text-transform: none;
  line-height: 22px;
}

.btn-bottom-color:hover {
  color: #073b4c;
}

.btn-sizing-up:hover {
  border: 2px solid #073b4c;
  color: #073b4c;
  box-shadow: -4px 4px 0px 0px #073b4c;
}

.btn-co2:hover {
  border: 2px solid #ef476f;
  color: #ef476f;
  box-shadow: -4px 4px 0px 0px #ef476f;
}

.btn-water:hover {
  border: 2px solid #1089b1;
  color: #1089b1;
  box-shadow: -4px 4px 0px 0px #1089b1;
}

.btn-wash-dry:hover {
  border: 2px solid #ffd166;
  color: #ffd166;
  box-shadow: -4px 4px 0px 0px #ffd166;
}

.btn-summary:hover {
  border: 2px solid #06d5a0;
  color: #06d5a0;
  box-shadow: -4px 4px 0px 0px #06d5a0;
}

.sizing-up-border {
  border: solid 2px #073b4c;
}

.co2-border {
  border: solid 2px #ef476f;
}

.water-border {
  border: solid 2px #1089b1;
}

.wash-dry-border {
  border: solid 2px #ffd166;
}

.section-title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 22px;
}

.email-cta-text {
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
}

.email-cta-background {
  background-color: #fdfffc;
}

.form-control-mod {
  border: none;
  border-bottom: 2px solid #06d5a0;
  border-radius: 0px;
  font-weight: 600;
  padding-left: 2px;
  padding-bottom: 0px;
  line-height: 1.2;
  font-size: 18px;
}

.user-purchase-ratio {
  max-width: 400px;
  height: 300px;
}

.co2-purchases-chart {
  min-height: 300px;
  min-width: 300px;
  max-width: 500px;
}

.co2-itemised {
  min-height: 300px;
  min-width: 300px;
}

.water-purchases-chart {
  min-height: 250px;
  min-width: 260px;
  max-width: 500px;
}

.water-itemised {
  /* position: relative; */
  min-height: 300px;
  min-width: 300px;
}

.washing-co2-chart {
  position: relative;
  min-height: 300px;
  min-width: 300px;
  max-width: 550px;
}

.scores-explained-container {
  padding-right: 25px;
}

.scores-1 {
  padding-left: 12px;
  padding-right: 12px;
  /* padding-top: 3%; */
}

.scores-1 p {
  margin-bottom: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.score-span {
  font-weight: bold;
}

.calculator-footer {
  width: 100%;
  height: 70px;
  background-color: #fdfffc;
  border-top: 1px solid #073b4c;
}

.right-footer-text {
  font-weight: 600;
  font-size: 18px;
  color: #073b4c;
}

.left-footer-text {
  text-align: right;
  margin-top: 10px;
  font-weight: 600;
  font-size: 12px;
  color: #073b4c;
}

.title-references {
  font-size: 20px;
  font-weight: bold;
}

.reference-text {
  font-size: 14px;
  font-weight: 600;
}

.reference-text ul li a {
  color: #073b4c;
}

.social-icons-index {
  position: absolute;
  bottom: 0;
  margin-bottom: 16px;
  margin-left: 8px;
}
</pre></body></html>