.container .header {
   background: url(../img/header_services.png) center top no-repeat;
   background-size: auto 100%;
  }

.panel.wide .body.consulting {
    width: 100%;
    padding: 5px 15px;
    text-align: center;
  }
.panel.wide .properties {
    width: 100%;
  }


.panel.wide .properties .issue-list {
      padding: 10px 10px 10px 40px;

    }

.panel.wide .properties .issue-list li {
        max-width: 600px;
        min-width: 200px;
        padding: 10px;
        margin: 5px;
        border: 1px solid lightgray;
        border-radius: 3px;

      }

.panel.wide .properties .issue-list li span.passmark {
          color: lightseagreen;
          font-weight: bold;
        }


.panel.wide .properties .contact {
      text-align: center;
      background-color: #428bca;
      border-radius: 4px;
      padding-top: 10px;
      padding-bottom: 10px;
      margin: 10px 40px 30px 40px;

    }

.panel.wide .properties .contact a {
        color: #eeeeee;
        padding: 0px;
        margin: 0px;
      }
.panel.wide .properties .contact a:hover {
        color: #ffffff;
      }
.panel.wide .properties .contact:hover {
        background-color: #599dd7;
      }
.panel.wide .properties .contact p {
        font-weight: bold;
        font-size: 1.1em;
        padding: 0px;
        margin: 0px;
      }

.panel.wide .body.zeroflight {
    padding: 5px 15px;
    margin: 10px;
    text-align: center;
  }