html {
  height: 100%;
}
body {
  height: 100%;
  font-family: 'Roboto';
  font-size: 16px;
  color: #282828;
}
/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
  max-width: 480px;
}
a {
  font-family: 'Roboto';
  font-size: 16px;
  text-decoration: none;
  color: #00A09B;
  cursor: pointer;
}
/* buttons and links extension to use brackets: [ click me ] */
.btn-bracketed::before {
  display: inline-block;
  content: "[";
  padding-right: 0.5em;
}
.btn-bracketed::after {
  display: inline-block;
  content: "]";
  padding-left: 0.5em;
}
.form-set {
  margin-top: 45px;
}
.text-danger {
  color: #B33A3A;
  font-family: 'Roboto';
}
/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
  width: 100%;
}
/* Hide/rearrange for smaller screens */
@media screen and (max-width: 992px) {
  /* Hide captions */
  .carousel-caption {
    display: none;
  }
  .profiler-results {
    display: none;
  }
}
.label {
  border-radius: 2px;
}
h1,
h2,
h3 {
  font-weight: 700;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  margin: 0;
}
h4 {
  font-weight: 500;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  margin: 0;
}
h1 {
  font-size: 64px;
  line-height: 72px;
}
h2 {
  font-size: 36px;
  line-height: 52px;
}
h3 {
  font-size: 24px;
  line-height: 36px;
}
h4 {
  font-size: 22px;
  line-height: 30px;
}
.nogozone {
  color: #E70000;
}
.gozone {
  color: #00B400;
}
.homezone {
  color: #0000E7;
}
.info-wrapper i,
.warning-wrapper i {
  display: inline-block;
  margin-right: 7px;
  font-size: 24px;
  color: #00A09B;
  line-height: 30px;
  vertical-align: inherit;
}
.info-wrapper .text,
.warning-wrapper .text {
  display: inline-block;
  vertical-align: top;
  line-height: 30px;
}
.warning-wrapper i {
  color: #B33A3A;
}
.banner {
  position: fixed;
  left: 0;
  bottom: 0;
  color: white;
  text-align: center;
  right: 0;
  padding: 5px;
  text-transform: uppercase;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  background: #00A09B;
}
.banner.demo {
  background: red;
}
