body {
  background-color: #333;
}
.hero {
  background: none;
  box-shadow: none;
}
.modal {
  color: #333;
}
.install-destination + label {
  display: inline-block;
  padding: 10px;
  vertical-align: middle;
  border: 1px solid #27ae60;
  cursor: pointer;
  color: #27ae60;
}
.install-destination[disabled] + label {
  display: inline-block;
  padding: 10px;
  vertical-align: middle;
  border: 1px solid #CCC;
  cursor: pointer;
  color: #CCC;
}
.install-destination + label:hover {
  color: #27ae60;
}
.install-destination[disabled] + label:hover {
  color: #CCC;
}
.install-destination + label i {
  opacity: 0;
}
.install-destination:checked + label {
  color: #FFF;
  background-color: #27ae60;
  border-color: #27ae60;
}
.install-destination:checked + label i {
  opacity: 1;
}
.install-destination {
  display: none;
}
.body {
  background-color: #2c3e50;
  background-image: url("http://kineticgrowth.com/wp-content/themes/kgstrapped/images/bg-done-1400.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #333;
  padding-bottom: 40px;
  box-shadow: inset 0 220px 220px 0 rgba(0,0,0,0.9);
  padding-top: 3rem;
}

.content-container {
  background: rgba(255,255,255,0.75);
}

/* These should be moved to the main KG stylesheet */
.modal-content {
  border-radius: 2px;
}
.content {
  padding-left: 12rem;
  padding-right: 12rem;
}