.content {
  margin-right: 10px;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .content {
    margin-bottom: 76px;
  }
}
@media (min-width: 768px) {
  .content {
    margin-bottom: 132px;
  }
}
.content .header {
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
  border-bottom: 1px solid #000;
  text-align: center;
  font-weight: normal;
}
@media (max-width: 767px) {
  .content .header {
    margin-top: 52px;
    margin-bottom: 42px;
    padding-bottom: 30px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .content .header {
    margin-top: 97px;
    margin-bottom: 63px;
    padding-bottom: 33px;
    font-size: 24px;
  }
}
.content .subHeader {
  margin-top: 34px;
  margin-bottom: 38px;
  text-align: center;
  font-weight: normal;
}
.content p {
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .content p {
    font-size: 12px;
    line-height: 30px;
  }
}
@media (min-width: 768px) {
  .content p {
    font-size: 14px;
    line-height: 32px;
  }
}
.content p + .subHeader {
  margin-top: 68px;
}
.content form {
  margin-right: auto;
  margin-left: auto;
  width: 290px;
  color: #333;
}
@media (max-width: 767px) {
  .content form {
    margin-top: 45px;
  }
}
@media (min-width: 768px) {
  .content form {
    margin-top: 48px;
  }
}
.content form dl {
  margin-top: 0;
  margin-bottom: 0;
}
.content form dl dt {
  margin-bottom: 3px;
  margin-left: 7px;
}
.content form dl dd {
  margin-left: 0;
}
.content form input,
.content form textarea {
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 0 10px;
  width: 100%;
  border: 1px solid #666;
  font-size: 14px;
}
.content form input {
  height: 26px;
  line-height: 26px;
}
.content form textarea {
  min-height: 245px;
  height: 245px;
  resize: vertical;
}
.content form input[type="submit"] {
  box-sizing: border-box;
  margin-bottom: 0;
  width: 100px;
  border: 1px solid #b3b3b3;
  background-color: #ccc;
  line-height: 24px;
}
.content form input[type="submit"]:active {
  background-color: #fff;
}
.content form .formError {
  z-index: 50;
}
.content form .formError .formErrorContent {
  z-index: 51;
}
.content form .formError .formErrorArrow {
  z-index: 52;
}
.content .contact {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}
