@charset "UTF-8";
/*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;
}*/
.pgwp .question-text:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  color: red;
  margin-left: 0.5rem;
  font-weight: 400;
}

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

.wizard-step[data-meaning=academic-interest] .categories, .wizard-step[data-meaning=student-life-interest] .categories {
  border-top: solid 1px #999;
}
.wizard-step[data-meaning=academic-interest] .categories .checkbox-question, .wizard-step[data-meaning=student-life-interest] .categories .checkbox-question {
  border-top: none;
  margin-bottom: 0;
}

.step-header p {
  line-height: 1.3;
}

.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 .text {
  font-size: 1.21em;
}
.wizard-step[data-meaning=division] .wizard-question.division .checkbox:hover {
  background-color: transparent;
}

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