body {
  width: 100%;
  *zoom: 1;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat-Regular'), url("/fnt/Montserrat.ttf") format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local('Montserrat-Bold'), url("/fnt/Montserrat-Bold.ttf") format('truetype');
}
a {
  color: #c24427;
  text-decoration: none;
}
slider {
  display: inline-block;
  position: relative;
  height: 3px;
  width: 100%;
  margin: 0.625em 0;
  vertical-align: middle;
}
slider span {
  white-space: nowrap;
  position: absolute;
  display: inline-block;
}
slider span.base {
  width: 100%;
  height: 100%;
  padding: 0;
}
slider span.bar {
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #32333a;
}
slider span.pointer {
  cursor: pointer;
  width: 10px;
  height: 20px;
  top: -9px;
  background-color: #266776;
  z-index: 2;
}
sub {
  font-size: 40%;
  vertical-align: baseline;
  position: relative;
  top: 0.4em;
}
body {
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  background-color: #4e4d4d;
  color: #4e4d4d;
}
#wrapper {
  background-color: #f1f1f1;
  width: 960px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 10px #32333a;
  box-shadow: 0 0 10px #32333a;
  position: relative;
  z-index: 1;
}
header.main {
  background-color: #c24427;
  min-height: 200px;
  position: relative;
}
header.main p {
  background-color: #f1f1f1;
  font-style: italic;
  position: absolute;
  left: -11px;
  top: 33px;
  padding: 0.7em;
  -webkit-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
  -o-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
header.main h1 {
  font-size: 3em;
  font-weight: bold;
  text-transform: lowercase;
  color: #f1f1f1;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
#calculator {
  *zoom: 1;
  padding-top: 1.25em;
}
#calculator:before,
#calculator:after {
  content: "";
  display: table;
}
#calculator:after {
  clear: both;
}
#calculator form {
  display: inline;
  float: left;
  overflow: hidden;
  width: 380px;
  margin: 0 10px;
  *width: 380px -$correction;
  *margin: 0 10px -$correction;
  margin-left: 90px;
}
#calculator form p {
  margin: 1.25em 0;
  line-height: 2.5;
}
#calculator form p select {
  margin: 0 0.25em;
  padding: 0.2em 0;
}
#calculator sidebar {
  display: inline;
  float: left;
  overflow: hidden;
  width: 380px;
  margin: 0 10px;
  *width: 380px -$correction;
  *margin: 0 10px -$correction;
  margin-left: 90px;
  background-color: #32333a;
  color: #f1f1f1;
  margin-bottom: 1.25em;
}
#calculator sidebar p {
  margin: 1.25em;
}
#calculator sidebar p span.results {
  font-size: 1.5em;
  color: #f7901e;
  text-align: center;
  line-height: 1.6666666666666667em;
  display: block;
}
#calculator sidebar p span.note {
  text-align: right;
  margin-right: 1.25em;
  font-style: italic;
  display: block;
}
#calculator sidebar#ecological_footprint span#planets {
  display: block;
  margin: 0.625em 0 0 0;
  text-align: center;
}
#calculator sidebar#ecological_footprint span#planets i {
  background: transparent url("/img/globe.png");
  height: 2.5em;
  width: 2.5em;
  display: inline-block;
  text-align: center;
}
#calculator sidebar#assumptions {
  background-color: #b2b4b4;
  color: #32333a;
}
#calculator sidebar#assumptions span.results {
  color: #266776;
  display: inline-block;
  text-align: left;
  margin-right: 0.4166666666666667em;
}
#calculator sidebar#assumptions span.note {
  font-size: 0.625em;
  margin-right: 0;
}
#calculator sidebar#carbon_footprint section#chart {
  margin: -2.5em auto 0 auto;
  width: 280px;
  height: 230px;
}
#calculator sidebar#carbon_footprint section#chart text {
  font-family: "Montserrat", sans-serif;
  fill: #f1f1f1 !important;
}
#calculator sidebar#carbon_footprint span.note.hover {
  font-size: 0.625em;
  margin-right: 0;
}
footer.main {
  -webkit-box-shadow: inset 0 0 10px -2px #32333a;
  box-shadow: inset 0 0 10px -2px #32333a;
  border-top: 3px solid #32333a;
  background: url("/img/pattern.png");
  *zoom: 1;
  padding-bottom: 1.25em;
}
footer.main:before,
footer.main:after {
  content: "";
  display: table;
}
footer.main:after {
  clear: both;
}
footer.main div {
  width: 960px;
  margin: 0 auto;
}
footer.main article {
  -webkit-box-shadow: 0 0 5px #4e4d4d;
  box-shadow: 0 0 5px #4e4d4d;
  background-color: rgba(241,241,241,0.8);
  display: inline;
  float: left;
  overflow: hidden;
  width: 460px;
  margin: 0 10px;
  *width: 460px -$correction;
  *margin: 0 10px -$correction;
  margin-left: 170px;
  font-size: 1.125em;
  margin-top: 2.2222222222222223em;
}
footer.main article p {
  margin: 1.1111111111111112em;
}
footer.main article.right {
  margin-left: 489.99999999999994px;
  margin-top: 2.2222222222222223em;
}
footer.main article.mid {
  margin-left: 330px;
  margin-top: 2.2222222222222223em;
}
footer.main article.copyright {
  background-color: #fff;
  display: inline;
  float: left;
  overflow: hidden;
  width: 780px;
  margin: 0 10px;
  *width: 780px -$correction;
  *margin: 0 10px -$correction;
  margin-left: 90px;
  margin-top: 3.3333333333333335em;
}
footer.main article.copyright p {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
footer.main article.copyright p img {
  vertical-align: middle;
}
@media screen and (max-width: 980px) {
  #wrapper {
    width: 100%;
  }
  header.main p {
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
    top: 12px;
    left: 10px;
  }
  #calculator form,
  #calculator sidebar {
    margin: 2.5em auto;
    float: none;
    display: block;
  }
  footer.main div {
    width: 100%;
  }
  footer.main div article {
    margin: 2.5em auto !important;
    float: none !important;
    display: block !important;
  }
}
@media screen and (max-width: 620px) {
  #wrapper {
    width: 100%;
  }
  header.main {
    min-height: 0;
    padding-bottom: 1.25em;
  }
  header.main p {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    position: static;
  }
  header.main h1 {
    position: static;
    font-size: 2em;
    text-align: right;
    margin: 1.25em 0.3125em 0 0;
  }
  #calculator form,
  #calculator sidebar {
    width: 90%;
  }
  footer.main div {
    width: 100%;
  }
  footer.main div article {
    width: 90% !important;
  }
  footer.main div article.copyright {
    padding-top: 1.25em;
  }
}
