body {
  background-color: #efede7;
}

.process-steps li a {
  cursor: auto;
}
p.question {
  padding: 5px 10px;
  font-size: 18px;
  font-weight: bold;
  background-color: #f1f1f1;
}

label {
  font-weight: 300;
  font-size: 12px;
}

.col_one_third > label {
  font-size: 16px;
}

.pcsheader {
  background-color: #fff;
}
.pcsheader .topnav {
  background-color: #1e1e1e;
  padding: 10px 0;
  font-size: 18px;
}
.pcsheader .topnav a {
  color: #fff;
  text-decoration: none;
  margin-right: 10px;
}
.pcsheader .topnav a:hover {
  color: #efede7;
}
.pcsheader img {
  margin: 10px;
}
.pcsfooter {
  background-color: #1e1e1e;
  padding: 10px 0;
  width: 100%;
}
.pcsfooter p {
  color: #fff;
}
.pcsfooter.fixed {
  position: fixed;
  bottom: 0;
}

.showonmobile {
  display: block;
}
.showonmobile select {
  width: 100%;
  margin-bottom: 10px;
}
.hideonmobile {
  display: none;
}
.col-lg-12 {
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 960px) {
  .showonmobile {
    display: none;
  }
  .hideonmobile {
    display: block;
  }
  .col-lg-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
