ul.nobullets {
  list-style:none;
}
ul.nobullets li{
  margin-bottom:2%;
  padding-left:0;
}
ul.nobullets ul.nobullets {
  padding-left:0;
}
ul.nobullets label {
  width:200px;
}
ul.nobullets li input, ul.nobullets li textarea, ul.nobullets select {
  /* border:1px solid red; */
  width:250px;
}
select#contactus {
  height:30px;
}
.contact-error {
  color:red;
  margin-left:.5rem;
}
@media (max-width:576px) {
  span.contact-error {
    display:block;
  }
}
