@charset "UTF-8";

html {
  font-family: 'Roboto', sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
   * Remove default margin.
   */
body {
  margin: 0;
  animation: fadeInAnimation ease 1.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes fadeInAnimation {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
   }
}
[hidden] {
  display: none; }

a:active,
a:hover {
  outline: 0; }
.center-text{
  text-align:center;
  margin-top:25px;
}
.reveal{
  margin-top:70px;
}
.white{color:#ffffff;}
img{
  width:100%;
  height:auto;
}
.main-logo{
  max-width:220px;
  position:absolute;
  top:18px;
  left:55px;
  z-index:100;
}
.mainil-logo{
  max-width:180px;
  position:absolute;
  top:18px;
  left:55px;
  z-index:100;
}
.help{
  max-width:180px;
  position:absolute;
  top:18px;
  right:55px;
  z-index:100;
}
.res-intro{
  text-align:left;
}
.res-intro h2{
  color:rgb(0, 125, 185);
    font-weight: 700;
    padding-bottom: 30px;
}
.disclaimer{
  padding-top:150px;
}
.vertical {
  border-left: thick solid #fff;
}
.button-label{
  min-height:6em;
}
button,
input {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }
button {
  overflow: visible; }
button {
  text-transform: none; }
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
 appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }


button[disabled],
html input[disabled] {
  cursor: default; }

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


input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
 appearance:none;
margin:0; }

input[type="search"] {
  appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  appearance: none; }

html {
  font-size: 100%;
  box-sizing: border-box; }

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

body {
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

button {
  appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1; }

.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .row::after {
    clear: both; }
  .row .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem; }
    @media screen and (min-width: 40em) {
      .row .row {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem; } }

 .columns {
  width: 100%;
  float: left;
  padding-left: 0.325rem;
  padding-right: 0.325rem; }
  @media screen and (min-width: 40em) {
     .columns {
      padding-left: 0.375rem;
      padding-right: 0.375rem; } }
   .columns:last-child:not(:first-child) {
    float: right; }
.nopad {
      padding-left:0;
      padding-right:0;
}
.padml{
  padding-top:12px;
}
 .row.row.columns {
  float: none; }
   .row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }

  .medium-2 {
    width: 16.66667%; }
    .medium-52 {
      width: 20%; }
      .medium-52 .button-label{
        min-height: 170px;
      }
  .medium-3 {
    width: 25%; }

  .medium-4 {
    width: 33.33333%; }

  .medium-5 {
    width: 41.66667%; }

  .medium-6 {
    width: 50%; }

  .medium-7 {
    width: 58.33333%; }

  .medium-8 {
    width: 66.66667%; }

  .medium-9 {
    width: 75%; }

  .medium-10 {
    width: 83.33333%; }

  .medium-11 {
    width: 91.66667%; }

  .medium-12 {
    width: 100%; }

  .medium-offset-0 {
    margin-left: 0 !important; }

  .medium-offset-1 {
    margin-left: 8.33333% !important; }

  .medium-offset-2 {
    margin-left: 16.66667% !important; }

  .medium-offset-3 {
    margin-left: 25% !important; }

  .medium-offset-4 {
    margin-left: 33.33333% !important; }

  .medium-offset-5 {
    margin-left: 41.66667% !important; }

  .medium-offset-6 {
    margin-left: 50% !important; }

  .medium-offset-7 {
    margin-left: 58.33333% !important; }

  .medium-offset-8 {
    margin-left: 66.66667% !important; }

  .medium-offset-9 {
    margin-left: 75% !important; }

  .medium-offset-10 {
    margin-left: 83.33333% !important; }

  .medium-offset-11 {
    margin-left: 91.66667% !important; }
	
}

div,
h3,
h4,
form,
p {
  margin: 0;
  padding: 0; }

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: .3rem;
  text-rendering: optimizeLegibility; }

strong {
  font-weight: bold;
  line-height: inherit; }


h3,
h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.3rem;
  line-height: 1.4; }

h2 {
  font-size: 2.5rem; }

h4 {
  font-size: 1.125rem; 
font-weight:700;}


a {
  color: #2199e8;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1585cf; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  @page {
    margin: 0.5cm; }
  p,
  h3 {
    orphans: 3;
    widows: 3; }
  
  h3 {
    page-break-after: avoid; } }

[type='text'], [type='number']{
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus {
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    outline: none;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

input::-webkit-input-placeholder {
  color: #cacaca; }

input::-moz-placeholder {
  color: #cacaca; }

input:-ms-input-placeholder {
  color: #cacaca; }

input::placeholder {
  color: #cacaca; }

input:disabled, input[readonly] {
  background-color: #e6e6e6;
  cursor: default; }

[type='submit'],
[type='button'] {
  border-radius: 0;
 appearance: none;
  -moz-appearance: none; }

input[type='search'] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: baseline; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 1.4;
  color: #0a0a0a;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0; }

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
 appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  color: #fefefe; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    color: #fefefe; }
   .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed;
    pointer-events: none; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #2199e8;
  color: #fefefe; }
.inlinelabel{
  color:#ffffff;
  font-size:2em;
  padding-bottom:1em;
}
html,
body {
  height: 100%; }
[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }
	
	
.subhead{
  color:#ffffff;
  padding-bottom:35px;
  text-align:center;
}
h3{
	font-size:1.4rem;
	color:#ffffff;
}
.block h3{
	font-size:1.4rem;
	color:rgb(0, 125, 185);
}
.left{text-align:left;}
.tleft{
	text-align:left;
  margin-bottom:20px;
}
.addp-top{
	padding-top:25px;
}
.addp-topb{
	padding-top:20px;
}
.addp-bottom{
	padding-bottom:45px;
}
.form-style{
    font: 95% Arial, Helvetica, sans-serif;
    max-width: 100%;
    margin: 10px auto;
    padding: 16px;
}
.form-style h1{
    background: #43D1AF;
    padding: 20px 0;
    font-weight: 300;
    text-align: center;
    color: #fff;
    margin: -16px -16px 16px -16px;
}
 h1{font-size:1em;}
.form-style input[type="text"],
.form-style input[type="number"],
.form-style textarea,
.form-style select 
{
    transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    background: #fff;
    margin-bottom: 4%;
    border: 1px solid #ccc;
    padding: 3%;
    color: #555;
    font: 145% Arial, Helvetica, sans-serif;
    border-radius: 10px;
}
.form-style input[type="text"]:focus,
.form-style input[type="number"]:focus,
.form-style textarea:focus,
.form-style select:focus
{
    box-shadow: 0 0 5px #0067b1;
    padding: 3%;
    border: 1px solid #0067b1;
}

.form-style input[type="submit"],
.form-style input[type="button"]{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    padding: 3%;
    background: #ffffff;  
    color: #EC1C24;
    border:2px solid #EC1C24;
	border-radius:10px;
	transition: ease-in-out .5s;
}
.form-style input[type="submit"]:hover,
.form-style input[type="button"]:hover{
    background: #EC1C24;
    color:#ffffff;
}
.button{
  box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    background: #ffffff;  
    color: #F26322;
    border:2px solid #F26322;
	border-radius:10px;
	transition: ease-in-out .5s;
}
.button:hover, .button:focus{
  background: #F26322;
    color:#ffffff;
}
.next{
  bottom:0px;
  padding:8px 10px;
  width:140px;
  float:right;
  margin-top:15px;
  font-size: 1rem;
  font-weight:700;
}
.recalc{
  padding:8px 10px;
  width:140px;
  float:left;
  margin-top:15px;
  font-size: 1rem;
  font-weight:700;
}
.equivalencies{
  margin-top:20px;
  text-align:left;
}
.equivalencies p{
  font-size:1rem;
}
.inputmain{
	width:50% !important;
  display:inline;
  text-align:right;
}
.inputgen::after{
	content: "Therms/CCFs";
	margin-left:10px;
	color:#ffffff;
  font-size:1.5em;
}
.inputper::after{
	content: "%";
	margin-left:10px;
	color:#0067b1;
}

#wrap{
	margin:0 auto;
	text-align:left;
	margin-top:8px;
	padding:5px;
  font-family: 'Roboto', sans-serif;
	font-size:17px;    
    line-height:20px;
}
#wrap .calc fieldset{
	margin:10px;
	padding:0px 20px 0px 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}
#wrap .cont_details input{
	margin-bottom:10px;
	color:#000;
}
#wrap label{
	display:block;
	color:#000;
    font-weight:bold;
}
#wrap label.inlinelabel
{
    display:inline;
    margin-right:25px;
}
#wrap .calc input{
	margin:15px 0px 10px 0px;
	
}
#wrap .calc p{
	padding-top:5px;
}

#wrap input[type="radio"]
{
margin-top:8px;
margin-bottom:8px;
}

#wrap input[type="text"]:hover,
#wrap input[type="text"]:active {
background-color: #FAF398;
}

#wrap input#submit
{
margin-bottom:30px;
padding-left:20px;
padding-right:20px;
padding-top:10px;
padding-bottom:10px;
border:none;
}

#wrap div#totalPrice
{
    padding:10px;
    font-weight:bold;
    background-color:#ff0;
}
#wrap div#totaltouPrice
{
    padding:10px;
    font-weight:bold;
    background-color:#ff0;
}
#wrap label.radiolabel
{
font-weight:normal;
 display:inline;
}
.slide-heading{
	color:#ffffff;
	text-align:center;
	font-weight:700;
	padding-bottom:40px;
}
.ratebox h4{
  font-size:1.3rem;

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

.ratebox{
  background-color:#eeeeee;
  padding:5px;
  margin:15px;
  color:#0a0a0a;
  border-radius:7px;
}

.ratebox-card{
  background-color:#eeeeee;
  padding:5px;
  margin:5px;
  color:#0a0a0a;
  border-radius:7px;
  border:.5px solid #000000;
}
.ratebox-card h4{
  padding:10px 10px 0px 10px;
}
.ratebox-card p{
	text-align:center;
	margin-bottom:.4rem;
}



.container ul{
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
}

ul li{
  color: #AAAAAA;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: 80px;
}

ul li input[type=radio]{
  position: absolute;
  visibility: hidden;
}

ul li label{
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 1rem;
  padding: 20px 25px 25px 80px;
  margin: 10px auto;
  height: 30px;
  z-index: 9;
  cursor: pointer;
  transition: all 0.25s linear;
}

ul li:hover label{
  color: #000000;
}

ul li .check{
  display: block;
  position: absolute;
  border: 5px solid #AAAAAA;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  top: 30px;
  left: 20px;
  z-index: 5;
  transition: border .25s linear;
  -webkit-transition: border .25s linear;
}

ul li:hover .check {
  border: 5px solid #000000;
}

ul li .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  top:-2px;
  left:-2px;
  height: 18px;
  width: 18px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

input[type=radio]:checked ~ .check {
  border: 7px solid #00BCF1;
}

input[type=radio]:checked ~ .check::before{
  background: #00BCF1;

}

input[type=radio]:checked ~ label{
  color: #000000;
}

.alert {
  box-sizing: border-box;
  background-color: #BDFFE1;
  width: 100%;
  position: relative; 
  top: 0;
  left: 0;
  z-index: 300;
  padding: 20px 40px;
  color: #333;
}

.alert h2 {
  font-size: 22px;
  color: #232323;
  margin-top: 0;
}

.alert p {
  line-height: 1.6em;
  font-size:18px;
}

.alert a {
  color: #232323;
  font-weight: bold;
}
.rng{display:inline-block;}
#rangeValue {
  position: relative;
  display: block;
  text-align: center;
  font-size: 5em;
  color: #ffffff;
  font-weight: 700;
}
#rangeValue:after{
  content: '%';
  display: inline-block;
}
#rangeValue2:after{
  content: '%';
  display: inline-block;
}
.range {
  width: 100%;
  height: 25px;
  margin-top:40px;
 appearance: none;
  background: #ffffff;
  outline: none;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, .5);
}
.range::-webkit-slider-thumb {
 appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: rgba(0,188,241, 1);
  cursor: pointer;
  border: 4px solid rgb(37, 37, 37);
  box-shadow: -407px 0 0 400px rgba(0,188,241, 1);
}
.state-select{
	margin-top:10px;
	padding-top:20px;
}
.block{
	background-color:#f6f6f6;
	padding:20px;
	border-radius:5px;
	box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
}
.blockg{
	background-color:rgba(178,210,50,.95);
	padding:20px;
	border-radius:5px;
	box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
}
.blocke{
  padding:0 20px 0 20px;
}
.carb-report p{
	line-height:1.2;
}
#numCars{
  font-size:2em;
  color:#000000;
  font-weight:700;
  line-height:1.2em;
}
#numTrees{
  font-size:2em;
  color:#000000;
  font-weight:700;
  line-height:1.2em;
}
#prevEmissions{
  font-size:1.7em;
  color:rgb(0, 125, 185);
  font-weight:700;
  line-height:1.2em;
}
#rngMix{
  font-size:1.7em;
  color:rgb(0, 125, 185);
  font-weight:700;
  line-height:1.2em;
}
#upEmissions{
  font-size:1.7em;
  color:rgb(0, 125, 185);
  font-weight:700;
  line-height:1.2em;
}
#perRNG{
  font-size:1.7em;
  color:rgb(0, 125, 185);
  font-weight:700;
  line-height:1.2em;
}
.notes{
  font-size:.7em;
  font-style: italic;
  margin-bottom:.5rem;
}
.notesw{
  font-size:.9em;
  font-style: italic;
  margin-bottom:.5rem;
  color:#ffffff;
}
.margin-up{
  margin-top:-10px;
}

/**
    //////////////////////////////////////
   * //////// Box styling radios.
   //////////////////////////////////////
   */
   body {
    min-height: 100%;
    overflow: hidden;
  }
  
  .container {
    height: 100%;
    min-height: 100%;
    margin: 0 auto;
  }
  
  .button-wrap {
    position: relative;
    text-align: center;
    top: 50%;
  }
  @media (max-width: 40em) {
    .button-wrap {
      margin-top: -1.5em;
    }
  }
  .hundredw{
    width:100%;
  }
  .rule{background: linear-gradient(#fff, #fff) no-repeat center/2px 100%; height:100%;min-height:1--px;}
  .button-label {
    display: inline-block;
    padding: 1em 2em;
    margin: 0.5em;
    cursor: pointer;
    color: #292929;
    border-radius: 0.25em;
    background: #efefef;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0 -3px 0 rgba(0, 0, 0, 0.22);
    transition: 0.3s;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .hline{
    line-height:3.8;
  }
  .opta h1{
    margin-top:35px;
  }
  .optb h1{
    margin-top:25px;
  }
  .optc h1{
    margin-top:5px;
  }
  .optd h1{
    margin-top:15px;
  }
  .b
  .button-label h1 {
    font-size: 1em;
    font-family: "Lato", sans-serif;
  }
  .button-label:hover {
    background: #d6d6d6;
    color: #101010;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0 -3px 0 rgba(0, 0, 0, 0.32);
  }
  .button-label:active {
    transform: translateY(2px);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0px -1px 0 rgba(0, 0, 0, 0.22);
  }
  @media (max-width: 40em) {
    .button-label {
      padding: 0em 1em 3px;
      margin: 0.25em;
    }
  }
  .gas-equal{
    padding:8px;
  }
  .tree-equal{
    padding:8px;
  }
  #illinois:checked + .button-label {
    background: #2ECC71;
    color: #efefef;
  }
  #illinois:checked + .button-label:hover {
    background: #29b765;
    color: #e2e2e2;
  }
  
  #georgia:checked + .button-label {
    background: #2ECC71;
    color: #efefef;
  }
  #georgia:checked + .button-label:hover {
    background: #2ECC71;
    color: #e2e2e2;
  }
  
  #tennessee:checked + .button-label {
    background: #2ECC71;
    color: #efefef;
  }
  #tennessee:checked + .button-label:hover {
    background: #2ECC71;
    color: #e2e2e2;
  }
   #virginia:checked + .button-label {
    background: #2ECC71;
    color: #efefef;
  }
  #virginia:checked + .button-label:hover {
    background: #2ECC71;
    color: #e2e2e2;
  }
  #manual:checked + .button-label {
    background: #2ECC71;
    color: #efefef;
  }
  #manual:checked + .button-label:hover {
    background: #2ECC71;
    color: #e2e2e2;
  }
  #auto:checked + .button-label {
    background: #2ECC71;
    color: #efefef;
  }
  #auto:checked + .button-label:hover {
    background: #2ECC71;
    color: #e2e2e2;
  }
  #single:checked + .button-label {
    background: #2ECC71;
    color: #efefef;
  }
  #single:checked + .button-label:hover {
    background: #2ECC71;
    color: #e2e2e2;
  }
  #attached:checked + .button-label {
    background: #2ECC71;
    color: #efefef;
  }
  #attached:checked + .button-label:hover {
    background: #2ECC71;
    color: #e2e2e2;
  }
  #apartment:checked + .button-label {
    background: #2ECC71;
    color: #efefef;
  }
  #apartment:checked + .button-label:hover {
    background: #2ECC71;
    color: #e2e2e2;
  }
  #mobile:checked + .button-label {
    background: #2ECC71;
    color: #efefef;
  }
  #mobile:checked + .button-label:hover {
    background: #2ECC71;
    color: #e2e2e2;
  }
  #gas:checked + .button-label {
    background: #2ECC71;
    color: #efefef;
  }
  #gas:checked + .button-label:hover {
    background: #2ECC71;
    color: #e2e2e2;
  }
  #gaswater:checked + .button-label {
    background: #2ECC71;
    color: #efefef;
  }
  #gaswater:checked + .button-label:hover {
    background: #2ECC71;
    color: #e2e2e2;
  }
  #gasandwater:checked + .button-label {
    background: #2ECC71;
    color: #efefef;
  }
  #gasandwater:checked + .button-label:hover {
    background: #2ECC71;
    color: #e2e2e2;
  }
  #range:checked + .button-label {
    background: #2ECC71;
    color: #efefef;
  }
  #range:checked + .button-label:hover {
    background: #2ECC71;
    color: #e2e2e2;
  }
  #andmisc:checked + .button-label {
    background: #2ECC71;
    color: #efefef;
  }
  #andmisc:checked + .button-label:hover {
    background: #2ECC71;
    color: #e2e2e2;
  }
  #standardheat:checked + .button-label {
    background: #2ECC71;
    color: #efefef;
  }
  #standardheat:checked + .button-label:hover {
    background: #2ECC71;
    color: #e2e2e2;
  }
  #highheat:checked + .button-label {
    background: #2ECC71;
    color: #efefef;
  }
  #highheat:checked + .button-label:hover {
    background: #2ECC71;
    color: #e2e2e2;
  }
  #notsure:checked + .button-label {
    background: #2ECC71;
    color: #efefef;
  }
  #notsure:checked + .button-label:hover {
    background: #2ECC71;
    color: #e2e2e2;
  }
  #standard:checked + .button-label {
    background: #00BCF1;
    color: #efefef;
  }
  #standard:checked + .button-label:hover {
    background: #00BCF1;
    color: #e2e2e2;
  }
  #high:checked + .button-label {
    background: #00BCF1;
    color: #efefef;
  }
  #high:checked + .button-label:hover {
    background: #00BCF1;
    color: #e2e2e2;
  }
  #rng:checked + .button-label {
    background: #2ECC71;
    color: #efefef;
  }
  #rng:checked + .button-label:hover {
    background: #2ECC71;
    color: #e2e2e2;
  }
  .hidden {
    display: none;
  }
  .center {
    text-align: center;
}
#trans li {
  color: #AAAAAA;
  display: block;
  position: relative;
  float: left;
  height: 80px;
  width: 50%;
}
#trans li .check {
  left: 90px;
}
#trans li label {
  color:#ffffff;
  text-align:left;
  padding: 20px 25px 25px 80px;
}
#trans #cust-select{
  left:50px;
}