.webform-submission-contact-form .top_markup {
  text-align: center;
  margin-bottom: 60px;
}
.webform-submission-contact-form .captcha-row {
  margin-bottom: 10px;
}
.webform-submission-contact-form #captcha--description {
  display: none;
}

.webform-submission-contact-form .webform-element-more--link {
  padding-bottom: 10px;
}
.webform-submission-contact-form .webform-element-more--link > a:link {
  color: #aab8c2;
  font-family: Futura;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
}
.webform-submission-contact-form .webform-element-more--link:before {
  margin-left: 1em;
}
.webform-submission-contact-form .webform-element-more--link:before,
.webform-submission-contact-form .webform-element-more.is-open .webform-element-more--link:before {
  content: none;
}
.webform-submission-contact-form .webform-element-more--link:after {
  content: "+";
  cursor: pointer;
  border: 1px solid #151515;
  height: 19px;
  width: 19px;
  display: inline-block;
  text-align: center;
  margin-top: 6px;
  font-size: 19px;
  line-height: 17px;
  font-weight: 400;
  margin-left: 10px;
}
.webform-submission-contact-form .webform-element-more.is-open .webform-element-more--link:after {
  content: "-";
}
