/*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;
}*/
.tagline {
  max-width: 38em;
  font-size: 1em;
}

.nav {
  font-family: "Open Sans", sans-serif;
}

.button {
  font-size: 1.5em;
  padding: 0.5em 1em;
  border-radius: 4px;
}

.step-body > .primary-content {
  padding-top: 0;
}

.max-selections {
  position: sticky;
  top: 0;
  z-index: 1;
  text-transform: uppercase;
}

.checkbox-question .close, .checkbox-question .open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.checkbox-question .opener .close {
  display: none;
}
.checkbox-question .opener .fa {
  position: relative;
  font-weight: 900;
  vertical-align: middle;
}
.checkbox-question .selected-icon {
  padding-left: 0.5rem;
}
.checkbox-question .question-label {
  padding: 0.6em 0.7em 0.7em 0.5em;
}
.checkbox-question .question-label.ui-state-active .opener .open {
  display: none;
}
.checkbox-question .question-label.ui-state-active .opener .close {
  display: inline-block;
}
.checkbox-question .checkbox label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.checkbox-question .checkbox label > span {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.checkbox-question .checkbox label > span.check {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  visibility: visible;
  border: solid 1px #17293b;
  border-radius: 4px;
  background-color: #fff;
  color: #fff;
  font-size: 17px;
  margin-left: 10px;
  padding-left: 0;
}
.checkbox-question .checkbox label > span.check .icon {
  visibility: hidden;
  font-weight: 400;
}
.checkbox-question .checkbox.checked label > span.check {
  border-color: #00825F;
}
.checkbox-question .checkbox.checked label > span.check .icon {
  visibility: visible;
  background-color: #00825F;
}

.step-body {
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.15);
}

.button.finish {
  font-weight: 700;
  text-transform: uppercase;
}
.button.disabled {
  opacity: 1;
}
/*# sourceMappingURL=instance-common.css.map */
