/*Separator line between step icons*/
/*If the header is transparent then the Wizard background image should be implement here. 
Uncomment the block below, create an img directory in the intance theme, and put the asset there */
/*.page.wizard-steps{
	background-image: url('../img/WizardBackground.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}*/
.wizard-step[data-meaning=division] .wizard-question.division .checkbox label {
  border-radius: 12px;
  border: solid 2px #DCDBD1;
}
.wizard-step[data-meaning=division] .wizard-question.division .checkbox:hover {
  background-color: transparent;
}

.button.finish {
  font-weight: 400;
  text-transform: uppercase;
}

.step-header h2 {
  font-weight: 300;
}
/*# sourceMappingURL=instance-common.css.map */
