/*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;
}

.step-header {
  border-radius: 4px 4px 0 0;
}

.step-body {
  border-radius: 4px;
}

.about-me .toggle-question.wizard-question {
  margin-top: -0.8em;
  margin-bottom: 1.5em;
}

.bottom-nav .button-wrapper .relative-nav.next a, .bottom-nav .button-wrapper .relative-nav.back a, .bottom-nav .button-wrapper .relative-nav:only-child a {
  border-radius: 4px;
}

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

.nav .relative-nav .circle::after {
  top: 6px;
}
/*# sourceMappingURL=instance-common.css.map */
