html,
body {
    background: #3E3434;
    background-image: url("https://sonoma.prod.simpligov.com/prod/portal/file/49da5be8263247218063774ed2a4fab2.jpg?t=1657732814304");
    background-attachment: fixed;
    background-position: center;
}

.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;
	}
}.select-all-option { 

    display: none !important; 

} /*This will hide the submit button if a boolean checkbox is checked*/
.form-section:has(#form-element-wrapper_42 #element42:checked) input.form-submit-button.withQTip.toCheck.ignore-reset.buttonMargin.cancel{
    visibility: hidden !important;
}

/* this will hide the checkbox used to show or hide the submit button*/
#form-element-wrapper_42{
    visibility: collapse;
}

#form-element-wrapper_8 {
    padding-bottom: 0px;
}

#form-element-wrapper_25, 
#form-element-wrapper_26, 
#form-element-wrapper_27 {
    display: none;
}/*This will hide the submit button if a boolean checkbox is checked*/
.form-section:has(#form-element-wrapper_53 #element53:checked) input.form-submit-button.withQTip.toCheck.ignore-reset.buttonMargin.cancel{
    visibility: hidden !important;
}

/* this will hide the checkbox used to show or hide the submit button*/
#form-element-wrapper_53{
    visibility: collapse;
}/*This will hide the submit button if a boolean checkbox is checked*/
.form-section:has(#form-element-wrapper_54 #element54:checked) input.form-submit-button.withQTip.toCheck.ignore-reset.buttonMargin.cancel{
    visibility: hidden !important;
}

/* this will hide the checkbox used to show or hide the submit button*/
#form-element-wrapper_54{
    visibility: collapse;
}
/* this will hide the checkbox used to show or hide the submit button*/
#form-element-wrapper_31{
    visibility: collapse;
}