/*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 #fff;
}
.wizard-step[data-meaning=division] .wizard-question.division .checkbox:hover {
  background-color: transparent;
}

.nav .relative-nav .circle:after {
  margin-top: 2px;
}

.nav .steps .step-icon .icon-completed {
  font-weight: 400;
}

.wizard-question.emailcc-type .options {
  flex-wrap: wrap;
  gap: 0.5em 0.75em;
}

.button.finish {
  font-weight: 700;
  text-transform: uppercase;
  border-width: 3px;
}
/*# sourceMappingURL=instance-common.css.map */
