html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
.red,
.error,
.errors {
  color: red;
  outline-color: pink;
}
.largeText {
  color: #8e8e8e;
  font-size: 20pt;
}
.smallText {
  font-size: 10pt;
  color: #8e8e8e;
}
@media screen and (min-width: 0) and (max-width: 400px) {
  div .location {
    margin-top: 20px;
  }
  div .location h2 {
    margin-top: 20px;
    text-align: center;
  }
}
#contactPage div.locbox {
  background-color: #454545;
  color: white;
  margin-bottom: 10px;
  padding: 10px 60px;
}
#contactForm {
  padding: 0 40px;
}
#contactForm div {
  border-right: none;
  padding: 0;
}
#contactForm div #commentDiv {
  margin-top: 20px;
}
#contactForm div #commentDiv textarea {
  height: 100px;
  width: 420px;
  box-sizing: border-box;
  border: solid 1px #d0d0d0;
}
#contactForm div #emailDiv {
  margin-top: 20px;
}
#contactForm div #emailDiv .emailAdr {
  width: 235px;
}
#contactForm fieldset {
  border: 1px solid silver;
  padding: 10px;
}
#contactForm input {
  box-sizing: border-box;
  height: 32px;
  border: solid 1px #d0d0d0;
  padding-left: 3px;
}
#contactForm input .error {
  outline-color: red;
}
#contactForm input [type="submit"] {
  width: 80px;
  background-color: #05b;
  color: white;
}
#contactForm textarea .error {
  outline-color: red;
}
#contactForm #errorMsgs label {
  color: red;
}
#contactForm #nameDiv input {
  width: 200px;
  margin-right: 15px;
}
#contactForm #emailDiv input {
  width: 420px;
}
#contactForm #map {
  height: 100%;
}
@media screen and (min-width: 0) and (max-width: 400px) {
  
  /*header,
  .frmLabel {
    display: none;
  }*/
  .apptHdr {
    text-align: center;
  }
  form div label {
    margin-bottom: 0;
  }
  #appt div.radioBtns {
    margin-top: 0;
    margin-bottom: 5px;
  }
  input[type="radio"] {
    margin-top: 0;
  }
}
@media screen and (min-width: 401) {
  #appt div.radioBtns {
    margin-top: 5px;
  }
}
#appt .rowBuffer {
  margin-bottom: 5px;
}
#appt button.subBtn {
  margin-top: 10px;
}
#appt div.radioBtns input {
  margin-right: 2px;
}
#appt div.radioBtns input:not(:first-child) {
  margin-left: 10px;
}
#appt div.errors {
  color: red;
}
#appt div p {
  margin-bottom: 0;
}
#appt div p.input-group {
  width: 130px;
}
#appt div p.input-group input.dob {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#appt div p.input-group span.input-group-btn button {
  height: 28px;
  width: 28px;
  padding: 2px;
}
#appt input[type='text'],
#appt input[type='tel'] {
  height: 28px;
  padding-left: 3px;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #222;
}
#appt input[type='text'].apin,
#appt input[type='tel'].apin {
  width: 200px;
}
#appt input[type='text'].name,
#appt input[type='tel'].name,
#appt input[type='text'].email,
#appt input[type='tel'].email,
#appt input[type='text'].addr,
#appt input[type='tel'].addr,
#appt input[type='text'].city,
#appt input[type='tel'].city {
  width: 310px;
}
#appt input[type='text'].phone,
#appt input[type='tel'].phone {
  width: 130px;
}
#appt input[type='text'].state,
#appt input[type='tel'].state {
  width: 40px;
}
#appt input[type='text'].zip,
#appt input[type='tel'].zip {
  width: 65px;
}
#appt .form-group {
  margin-bottom: 5px;
}
#appt .frmHdr {
  text-align: center;
  color: #1b1536;
}
