.justify-editorial {
  text-align: justify;
  hyphens: auto;
}
/* CONTACT FORM — Editorial Style */

.page-id-271 .wpcf7 {
  max-width: 600px;
  margin: 0 auto;
  font-family: inherit;
}

.page-id-271 .wpcf7 input,
.page-id-271 .wpcf7 textarea {
  width: 100%;
  font-family: inherit;
  font-size: 16px;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(0,0,0,0.25);
  padding: 14px 0;
  border-radius: 0;
  outline: none;
}

.page-id-271 .wpcf7 textarea {
  min-height: 140px;
}

.page-id-271 .wpcf7 input::placeholder,
.page-id-271 .wpcf7 textarea::placeholder {
  color: rgba(0,0,0,0.45);
}

.page-id-271 .wpcf7 in
.page-id-271 .wpcf7-not-valid-tip,
.page-id-271 .wpcf7-response-output {
  color: rgba(0,0,0,0.55);
  font-size: 13px;
  border: none;
  padding: 6px 0;
  margin: 0;
  background: none;
}
.page-id-271 .wpcf7 label {
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(0,0,0,0.55);
}
.page-id-271 .wpcf7 p {
  margin-bottom: 28px;
}
/* CONTACT only — Make submit visible */
.page-id-271 .wpcf7 input[type="submit"]{
  display: inline-block;
  width: auto;
  padding: 10px 18px;
  border: 1px solid rgba(0,0,0,0.35);
  background: transparent;
  color: rgba(0,0,0,0.85);
  font-family: inherit;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
}

/* Center the submit */
.page-id-271 .wpcf7 form p:last-child{
  text-align: center;
  margin-top: 28px;
}



/* NGO FORM — Editorial Style (mirrors CONTACT) */

.page-id-700 .wpcf7 {
  max-width: 600px;
  margin: 0 auto;
  font-family: inherit;
}

.page-id-700 .wpcf7 input,
.page-id-700 .wpcf7 textarea {
  width: 100%;
  font-family: inherit;
  font-size: 16px;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(0,0,0,0.25);
  padding: 14px 0;
  border-radius: 0;
  outline: none;
}

.page-id-700 .wpcf7 textarea {
  min-height: 140px;
}

.page-id-700 .wpcf7 input::placeholder,
.page-id-700 .wpcf7 textarea::placeholder {
  color: rgba(0,0,0,0.45);
}

.page-id-700 .wpcf7 in
.page-id-700 .wpcf7-not-valid-tip,
.page-id-700 .wpcf7-response-output {
  color: rgba(0,0,0,0.55);
  font-size: 13px;
  border: none;
  padding: 6px 0;
  margin: 0;
  background: none;
}
.page-id-700 .wpcf7 label {
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(0,0,0,0.55);
}
.page-id-700 .wpcf7 p {
  margin-bottom: 28px;
}
/* CONTACT only — Make submit visible */
.page-id-700 .wpcf7 input[type="submit"]{
  display: inline-block;
  width: auto;
  padding: 10px 18px;
  border: 1px solid rgba(0,0,0,0.35);
  background: transparent;
  color: rgba(0,0,0,0.85);
  font-family: inherit;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
}

/* Center the submit */
.page-id-700 .wpcf7 form p:last-child{
  text-align: center;
  margin-top: 28px;
}

