body.light {
  color: #222222;
  font-size: 15px;
  background-color: white; }
  body.light .navbar-orange h1 {
    background-image: url(/images/orange-h1-bg-light.png); }
  body.light .container-full.lighter {
    background-color: #ececec;
    border-bottom: 1px solid #e7e7e7; }
    body.light .container-full.lighter.border-top {
      border-top: 1px solid #e7e7e7; }
  body.light input[type="radio"] + label, body.light input[type="checkbox"] + label {
    background-color: #dadada;
    box-shadow: 1px 1px 2px #999999; }
  body.light input[type="radio"]:checked + label, body.light input[type="checkbox"]:checked + label {
    background-color: #ffc13a; }
    body.light input[type="radio"]:checked + label:after, body.light input[type="checkbox"]:checked + label:after {
      content: url(/images/icons/check2.svg);
      margin-left: 10px; }
  body.light .btn {
    background-color: #dadada;
    border-color: #dadada;
    box-shadow: 1px 1px 2px #999999; }
    body.light .btn.btn-success {
      background-color: #8ab71b;
      border: 1px solid #8ab71b; }
    body.light .btn.btn-danger {
      background-color: #ee4e10;
      border: 1px solid #ee4e10; }
  body.light a.section-button, body.light a.section-button:visited {
    box-shadow: 1px 1px 2px #999999; }
  body.light a.cascade {
    box-shadow: 1px 1px 2px #999999; }
