.request-type-subsection,
.javascript-required { display: none; }
summary { font-weight: bold; }
.required label:after { content: "\00A0*"; color: red; }
.required input[type=radio] + label:after,
.required input[name="same_as_office"] + label:after { content: none; }
.hides-submit-button { font-size: large; }

header img {
  display: block;
  width: 300px;
  height: auto;
  margin: 2rem auto 1rem;
}

.wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  justify-items: center;
  padding: 1rem;
}

.form-container {
  width: 100%;
  max-width: 768px;
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid #bf5700;
  border-radius: .25rem;
}

.header {
  text-align: center;
  margin-bottom: 4rem;
}

.header h1 {
  font-size: 24px;
}

.contact {
  max-width: 600px;
  width: 100%;
  margin: 0px auto;
  text-align: center;
}
