fieldset#edit-contact-information > legend:first-child,
fieldset#edit-demographic-information > legend:first-child,
fieldset#edit-bar-exam-information-fieldset > legend:first-child,
fieldset#edit-employment-status-fieldset > legend:first-child,
fieldset#edit-employment-status-current-fieldset > legend:first-child,
fieldset#edit-general-job-information > legend:first-child, 
fieldset#edit-specific-job-information-fieldset > legend:first-child, 
fieldset#edit-job-details > legend:first-child, 
fieldset#edit-job-search-details > legend:first-child, 
fieldset#edit-resume-pipeline > legend:first-child, 
fieldset#edit-secondary-email-address > legend:first-child, 
fieldset#edit-secondary-contact > legend:first-child, 
fieldset#edit-job-search-details > legend:first-child, 
fieldset#edit-resume-pipeline > legend:first-child, 
fieldset#edit-secondary-email-address > legend:first-child, 
fieldset#edit-secondary-contact > legend:first-child, 
fieldset#edit-additional-notes-fieldset > legend:first-child,
fieldset#edit-mpre-moral-character > legend:first-child {
	/*padding-bottom: 16px !important;*/
	color: #888B8D;
}

fieldset > legend,
#edit-march-15--wrapper-legend {
	padding-left: 0;
	padding-bottom: 0 !important;
	color: black;
}

fieldset .description {
	font-size: 0.9rem;
}

fieldset .description p {
	margin-top: 0.2rem;
}

/*Adds * to required fields*/
.js-form-required.form-required:after {
	content: " *";
	color: red;
}

/*Hide status tracker*/
.webform-progress {
	display: none;
}