.contactform input[type=checkbox] {
  width: 0.75em !important;
  height: 0.75em !important;
  margin-top: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0 none;
  background-color: #f3f3f3;
  box-shadow: none;
  font-size: 1em;
}
.contactform input[type=checkbox]:checked {
  background-color: #7693b8;
}
.contactform form {
  width: 100%;
}
.contactform form .field {
  display: block;
  margin-bottom: 1em;
}
@media (min-width: 576px) {
  .contactform form .field {
    display: flex;
  }
}
.contactform form .field.error input, .contactform form .field.error textarea {
  background-color: #f5b3b3 !important;
}
.contactform form .field label.left {
  display: block;
}
@media (min-width: 576px) {
  .contactform form .field label.left {
    display: inline-block;
    width: 12em;
    margin: 0.25em 0 0;
  }
}
.contactform form .field .middleColumn {
  flex-grow: 1;
}
.contactform form .field .middleColumn input[type=text], .contactform form .field .middleColumn input[type=email], .contactform form .field .middleColumn textarea {
  border: 0 none;
  outline: none;
  padding: 0.25em 0.25em 0.25em 0.5em;
  background-color: #f3f3f3;
  width: 100%;
}
.contactform form .field .middleColumn input[type=text]:focus, .contactform form .field .middleColumn input[type=email]:focus, .contactform form .field .middleColumn textarea:focus {
  background-color: white;
}
.contactform form .field .middleColumn input[type=text].numeric, .contactform form .field .middleColumn input[type=email].numeric, .contactform form .field .middleColumn textarea.numeric {
  width: 4em;
}
.contactform form .field .middleColumn .optionset li {
  display: flex;
  align-items: center;
  margin: 0.25em 0;
}
.contactform form .field .middleColumn .optionset li input[type=radio] {
  appearance: none;
  background-color: #f3f3f3;
  margin: 0;
  font: inherit;
  width: 1em;
  height: 1em;
  border-radius: 50%;
}
.contactform form .field .middleColumn .optionset li input[type=radio]:checked {
  background-color: #adbf1f;
}
.contactform form .field.checkbox {
  margin-left: 12em;
}
.contactform form .field.checkbox label.right {
  width: auto;
  margin-top: 0;
  padding-left: 1em;
}
.contactform form .field.optionset ul {
  list-style: none;
  padding: 0;
}
.contactform form .field.optionset ul li label {
  padding-left: 1em;
  width: auto;
}
.contactform form .fieldgroup.ZipTown {
  display: block;
}
.contactform form .fieldgroup.ZipTown .first {
  margin-bottom: 1em;
}
@media (min-width: 576px) {
  .contactform form .fieldgroup.ZipTown .fieldgroup-field {
    margin-bottom: 0;
  }
  .contactform form .fieldgroup.ZipTown .fieldgroup-field.first {
    margin-bottom: 1em;
  }
  .contactform form .fieldgroup.ZipTown .fieldgroup-field > div {
    display: flex;
  }
  .contactform form .fieldgroup.ZipTown .fieldgroup-field > div label {
    width: 12em;
  }
  .contactform form .fieldgroup.ZipTown .fieldgroup-field > div input {
    width: auto;
    flex-grow: 1;
  }
}
@media (min-width: 768px) {
  .contactform form .fieldgroup.ZipTown {
    display: flex;
  }
  .contactform form .fieldgroup.ZipTown > .middleColumn {
    display: flex;
  }
  .contactform form .fieldgroup.ZipTown > .middleColumn .first {
    margin-bottom: 0;
  }
  .contactform form .fieldgroup.ZipTown > .middleColumn .first input {
    width: 8em;
  }
  .contactform form .fieldgroup.ZipTown > .middleColumn .last {
    flex-grow: 1;
  }
  .contactform form .fieldgroup.ZipTown > .middleColumn .last label {
    width: 6em;
    text-align: center;
  }
}
@media (min-width: 576px) {
  .contactform form .btn-toolbar {
    margin-left: 12em;
  }
}
.contactform form .btn-toolbar input[type=submit] {
  padding: 0.6em 0.5em 0.5em;
  margin: 1em 0;
  flex-grow: 1;
  width: 100%;
  transition: all 0.2s ease;
  outline: none;
  border: #efefef 2px solid;
}
.contactform form .btn-toolbar input[type=submit]:hover {
  transition: all 0.2s ease;
  background-color: #f5b3b3;
  color: white;
  border-color: white;
}
.contactform form #validationError {
  display: none;
  margin-left: 12em;
}
.contactform form #validationError p {
  background-color: #f5b3b3;
  padding: 0.25em 0.5em;
}

/*# sourceMappingURL=contactform.css.map */
