html, body {
    background: #F9F8F4;
}
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;
	}
}