#headingContainer {
  font-size: 1.8em;
}

#signupProgress {
  width: 100%;
  margin-bottom: 1em;
  table-layout: fixed;
}

.navStep {
  cursor: default;
  padding: 0.65em 0;
  border: 2px solid white;
  text-align: center;
  font-size: medium;
}

#oiStep, #uiStep, #compStep {
  background-color: #595959;
  color: #ffffff;
}

#uaStep {
  background-color: #0055ab;
  color: white;
  transform: scale(1.1);
}

.clickStep:hover {
  cursor: pointer;
  border: 2px solid #4d90fe;
}

table:not(.titleBlock) {
    width: 90%;
    table-layout: fixed;
    margin: 0 auto;
}

.firstRow {
  width: 45%;
}

#initialSUQuestion {
  margin: 1.5em auto 0 3em;
  color: #393a3c;
  font-size: 1.1em;
}

#initialSUQuestion > div {
  margin: 0.5em auto 0.25em 0;
  font-size: 1.05em;
}

#initialSUQuestion input {
  margin: 0 0 0 1em;
  vertical-align: middle;
  height: 1em;
  width: 1em;
  font-size: 1em;
}

.titleBlock {
  margin: 1.5em auto auto 1.7em;
  color: #101010;
}

.titleBlock > h3 {
  color: #101010;
}


.titleBlock > p {
  margin: 0;
}

.errMsg {
  width: 30rem;
  margin-top: 0.25rem;
  padding: 0.35em;
  background-color: #fff2f2;;
  color: #e81414;
  font-size: 0.9rem;
}

.topPad {
    padding-top: 0.5em;
}

.btmPad {
    padding-bottom: 1.5em;
}

#termsContainer {
  box-sizing: border-box;
  background-color: #f2f2f2;
  padding: 0.5em 1em 1em 1em;
}

#termsContainer > h3 {
  margin-top: 0.5em;
  text-align: center;
  font-size: 1.35em;
  color: #1d1d1d;
}

#reminderContainer {
  box-sizing: border-box;
  background-color: #f2f2f2;
  padding: 0.5rem;
  border: 0.5px solid #a9aeb1;
}

.reviewFirstRow {
  width: 250px;
  font-size: 1.2em;
  text-decoration: underline;
  color: #101010;
  padding-bottom: 0.75em;
}

#orgReview1, #orgReview2, #userReview {
  padding: 0.75em 1em;
  border-top: 1px solid #909090;
}

#orgReview1, #orgReview2 {
  margin: 1.25em auto;
}

#userReview {
  margin: 0 auto;
}

#orgReview1 > table, #orgReview2 > table, #userReview > table {
  width: 100%;
}

#orgReview1 td:not(.reviewFirstRow), 
#orgReview2 td:not(.reviewFirstRow), 
#userReview td:not(.reviewFirstRow) {
  padding: 0.25em;
}

.editBtn {
  background-image:url("../images/edit_icon__reg.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image:url("../images/edit_icon__reg.svg"), linear-gradient(transparent, transparent);
  background-repeat:no-repeat;
  background-position:left 0rem center;
  background-size:1.4rem;
  
  box-sizing: border-box;
  float: right;
  color: #7292c7;
  cursor: pointer;
}

.editBtn:hover {
  background-image:url("../images/edit_icon__hover.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image:url("../images/edit_icon__hover.svg"), linear-gradient(transparent, transparent);
  color: #0050d8;
}

.editBtn > span {
	margin-left: 1.5rem;
	vertical-align: middle;
}

.fieldLabel {
  color: #404040;
  text-align: right;
}

.fieldValue {
  color: #101010;
  vertical-align: middle;
  font-weight: bold;
}

.navBtns {
  margin-top: 2.5rem;
  text-align: center;
}

.back {
  margin-right: 0.5em;
}

/* SHORT FORMS */

/* No Reg Status Check */
.submitBtn {
  margin-left: 175px;
}

.cancelBtn {
  margin-left: 40px;
}