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

.question-label {
  padding: 0.65em;
}

.freetext-question input, .wizard-question.select .select-bar {
  border-color: #0197d6;
  border-radius: 0;
  border: 1px solid;
}

.wizard-question.select.focus .select-bar, .freetext-question input:focus, .toggle-question input[type=checkbox i]:focus + .filter-check-box {
  border-color: #004065;
  box-shadow: 0 0 2px 1px #fff;
}

.nav .steps {
  max-width: 13.8125rem;
}
/*# sourceMappingURL=elliott-common.css.map */
