html,
body {
    background: #3E3434;
}

.formFieldWrapper .sub-heading {
    margin-top: 5px;
}

.workflowContent .formFieldWrapper.heading-wrapper h3 {
    border-color: #CE9C57;
}

.page-content .workflowContent .style-selector_13.heading-wrapper h3,
.page-content .workflowContent .style-selector_44.heading-wrapper h3 {
	border-color: #CE9C57!important;
}

@media (max-width: 768px) { 
	html,
	body {
		background: #3E3434;
		background-image: none;
		background-attachment: fixed;
		background-position: center;
	}
}/* Hide the Submit button when element42 is checked */
.form-section:has(#form-element-wrapper_42 #element42:checked)
  input.form-submit-button.withQTip.toCheck.ignore-reset.buttonMargin.cancel {
    visibility: hidden !important;
}

/* (Optional) hide the checkbox field itself */
#form-element-wrapper_42 {
    visibility: collapse;
}