/* General Styles */
.red-text-bold-underline {
  color: red !important;
  font-weight: bold !important;
  -webkit-text-decoration: underline !important;
  text-decoration: underline !important;
}

.black-link-bold {
  color: black !important;
  font-weight: bold !important;
}

div#applicant.fsiType > div {
  margin-right: 20px !important;
  margin-left: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  width: 250px !important;
  vertical-align: top !important;
}

[id="applicant.fsiType"] {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media only screen and (min-width: 920px) {
  [id="applicant.fsiType"] {
    height: 270px;
  }
  [id="applicant.fsiType"]>:nth-child(4) {
    height: 35px;
  }
}
div[id="step4"]>:nth-child(1)>:nth-child(4)>:nth-child(1)>:nth-child(3),
div[id="step4"]>:nth-child(1)>.reviewContent>:nth-child(1)>:nth-child(3) {
  display: none !important;
}

div[id="applicant.fsiType"] > div {
  margin-right: 20px !important;
  margin-left: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  width: 250px !important;
  vertical-align: top !important;
}

.padding-left-5 {
  padding-left: 5px !important;
}
