.survey-form .fieldgroup > legend {
	text-align: left;
}
.survey-form .fieldgroup > legend .fieldset-legend {
  text-transform: initial;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 20px;
}
.survey-form form .form-required:after {
	color: red;
	vertical-align: super;
	font-weight: normal;
}
.survey-form form:not(.views-exposed-form):not(.group-content-form):not(.tft-add-term-form) .form-item:not(.fieldgroup) {
  margin-bottom: 0.875rem;
  background-color: #DDD;
  padding: 20px 10px 10px 10px;
  border-radius: 0.3em;
}