/*Separator line between step icons*/
.wizard-step[data-meaning=division] .step-header p {
  font-size: 1.25em;
}
.wizard-step[data-meaning=division] .wizard-question.division .checkbox {
  border-radius: 6px;
}
.wizard-step[data-meaning=division] .wizard-question.division .checkbox label {
  border-radius: 6px;
  border: none;
  box-shadow: none;
}
.wizard-step[data-meaning=division] .wizard-question.division .checkbox:hover {
  background-color: transparent;
}

.wizard-step[data-meaning=division] .wizard-question.division .checkbox.checked label {
  border-color: #E87722;
  background-color: #F36D24;
}
.wizard-step[data-meaning=division] .wizard-question.division .checkbox.checked label:hover, .wizard-step[data-meaning=division] .wizard-question.division .checkbox.checked label:focus {
  background-color: #E87722;
}

.wizard-step[data-meaning=division] .wizard-question.division .checkbox label:hover,
.wizard-step[data-meaning=division] .wizard-question.division .checkbox label:focus {
  color: #E87722;
  background-color: rgba(217, 217, 214, 0.7);
  border-color: #f4bb91;
}

.wizard-step[data-meaning=division] .wizard-question.division .checkbox .text {
  margin-left: 0;
  color: inherit;
  font-size: 1.3em;
  font-weight: 700;
}

.wizard-step[data-meaning=division] .wizard-question.division .checkbox.checked .text {
  color: #E87722;
}

.primary-content .filter-interface {
  display: none;
}

.wizard-step[data-meaning=division] .supporting-content {
  display: none;
}
.wizard-step[data-meaning=division] .wizard-question.division > ul > li .checkbox input {
  margin-top: 0;
}
.wizard-step[data-meaning=division] .wizard-question.division > ul > li .checkbox label {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.wizard-step[data-meaning=division] .wizard-question.division > ul > li .checkbox label > *:first-child {
  display: block;
}
.wizard-step[data-meaning=division] .wizard-question.division > ul > li .checkbox label > span:not(.check) {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}
.wizard-step[data-meaning=division] .wizard-question.division > ul > li .checkbox label:before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 6.875rem;
  width: 8.4375rem;
  background-size: cover;
  background-position: center top;
  border-radius: 4px 0 0 4px;
}
.wizard-step[data-meaning=division] .wizard-question.division > ul > li .checkbox label .text {
  display: block;
  font-size: 1.4em;
  text-align: left;
  padding: 1.4rem;
  line-height: 1.15;
}
.wizard-step[data-meaning=division] .wizard-question.division > ul > li .checkbox label .text .division-description {
  font-family: "Open Sans", sans-serif;
  display: block;
  font-weight: 400;
  text-transform: none;
}
.wizard-step[data-meaning=division] .wizard-question.division > ul > li.question-4 .checkbox label:before {
  background-image: url("../img/WizardDart1.jpg");
}
.wizard-step[data-meaning=division] .wizard-question.division > ul > li.question-4 .checkbox label .text {
  color: #2A64AF;
}
.wizard-step[data-meaning=division] .wizard-question.division > ul > li.question-4 .checkbox label .text .division-description {
  color: #3a3a3a;
}
.wizard-step[data-meaning=division] .wizard-question.division > ul > li.question-3 .checkbox label:before {
  background-image: url("../img/WizardDart2.jpg");
}
.wizard-step[data-meaning=division] .wizard-question.division > ul > li.question-3 .checkbox label .text {
  color: #593896;
}
.wizard-step[data-meaning=division] .wizard-question.division > ul > li.question-3 .checkbox label .text .division-description {
  color: #3a3a3a;
}
.wizard-step[data-meaning=division] .wizard-question.division > ul > li.question-2 .checkbox label:before {
  background-image: url("../img/WizardDart3.jpg");
}
.wizard-step[data-meaning=division] .wizard-question.division > ul > li.question-2 .checkbox label .text {
  color: #A92B79;
}
.wizard-step[data-meaning=division] .wizard-question.division > ul > li.question-2 .checkbox label .text .division-description {
  color: #3a3a3a;
}
.wizard-step[data-meaning=division] .wizard-question.division > ul > li.question-1 .checkbox label:before {
  background-image: url("../img/WizardDart4.jpg");
}
.wizard-step[data-meaning=division] .wizard-question.division > ul > li.question-1 .checkbox label .text {
  color: #F36D24;
}
.wizard-step[data-meaning=division] .wizard-question.division > ul > li.question-1 .checkbox label .text .division-description {
  color: #3a3a3a;
}
.wizard-step[data-meaning=division] .wizard-question.division > ul > li.question-5 .checkbox label:before {
  background-image: url("../img/WizardDartNone.jpg");
}
.wizard-step[data-meaning=division] .wizard-question.division > ul > li.question-5 .checkbox label .text {
  color: #F36D24;
}
.wizard-step[data-meaning=division] .wizard-question.division > ul > li.question-5 .checkbox label .text .division-description {
  color: #3a3a3a;
}

.wizard-step[data-meaning=division] .wizard-question.division .checkbox label {
  padding: 0;
}
/*# sourceMappingURL=instance-common.css.map */
