/*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;
}*/
/**********************************
Begin Major Theme Overrides
***********************************/
#welcome ~ * {
  display: none;
}
#welcome .body {
  overflow: scroll;
}
#welcome .body .body-inner {
  padding-left: 2em;
  padding-right: 2em;
}
#welcome .coming-soon {
  background-color: #fff;
  max-width: 35.42em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3em;
  position: relative;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.5;
  padding: 2.79em 1.29em 1.75em 1.29em;
  z-index: 1;
}
#welcome .coming-soon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/wizard-wave-graphic.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  z-index: -1;
}
#welcome .coming-soon h2 {
  font-size: 1.5em;
  line-height: 1;
  margin-top: 0;
}
#welcome .coming-soon a {
  text-decoration: none;
  display: inline-block;
  padding: 0.583em 2.583em;
  color: #fff;
  background-color: #0055AF;
  margin-top: 2em;
  border-radius: 0.333em;
}
#welcome .coming-soon a:hover, #welcome .coming-soon a:focus {
  background-color: #002754;
}

.page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.page header {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.page .body {
  position: relative;
  -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;
  flex-direction: column;
}
.page .body .panel.flex.wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 1px;
  overflow-y: auto;
}
.page .body:after {
  content: url("../img/secondary-logo.png");
  width: 100vw;
  font-size: 1.25em;
  min-height: 4.8em;
  background-color: #002754;
  flex: 0 0 auto;
  margin-top: 2em;
  display: flex;
  align-items: center;
  padding: 0.75em 2em;
}
.page.wizard-steps .steps-container {
  position: relative;
}
.page.wizard-steps .body:after {
  position: absolute;
  bottom: 0;
  left: 0;
}
.page.wizard-steps .body .wizard-step {
  margin-bottom: 10em;
}

.bottom-nav {
  display: none;
}

.email-tip {
  text-align: center;
  margin-bottom: 2.5em;
  font-size: 0.78em;
  color: #777;
}

/**********************************
End Major Theme Overrides
***********************************/
.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;
}
/*# sourceMappingURL=instance-common.css.map */
