.enqform input,
.enqform textarea {
  width: 100%;
  border: none;
  font-size: 1.2em;
  background: transparent;
}
.enqform input {
  height: 40px;
}
.enqform textarea {
  height: 100px;
}
.enqform .setpadding {
  padding: 8px;
}
.enqform .inputbg {
  background: #f0f0f0;
  padding: 0 5px;
}
.enqform .inputbg.err {
  background: #f0cccc;
  color: white;
}
.enqform .submit,
.enqform .reset {
  font-size: 1em;
}
.enqform .submit {
  margin-right: 10px;
}
.categorygrid {
  background-position: center center;
}
.categorygrid .w3-agileits-bottom-left {
  height: 300px;
  padding: 0;
  text-align: center;
}
.categorygrid .stand {
  width: 1px;
  height: 100%;
  margin-left: -1px;
}
.categorygrid .vhcontent {
  max-width: 80%;
  line-height: 15px;
  font-size: 13px;
}
.categorygrid h3 {
  font-size: 24px;
  line-height: 1.1;
  text-transform: none;
  padding: 0 10px;
  padding-top: 20px;
  padding-bottom: 10px;
  letter-spacing: 0;
}
.categorygrid .w3-agileits-bottom-left-text {
  padding: 0;
}
