.portlet-content {
  padding: 0px !important;
}
.portlet-content .portlet-header {
  display: none;
}

.rb-type-fourteen-applynow {
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
}
.rb-type-fourteen-applynow .opportunity-div {
  display: flex;
  flex-direction: column;
  gap: 40px;
  background-color: rgba(246, 247, 248, 0.5);
}
.rb-type-fourteen-applynow .opportunity-div .type-fourteen-fm {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
  row-gap: 16px;
}
.rb-type-fourteen-applynow .opportunity-div .type-fourteen-fm > div {
  flex-basis: calc(50% - 10px);
}
.rb-type-fourteen-applynow .opportunity-div .type-fourteen-fm fieldset div > div label {
  font-size: 18px;
}
.rb-type-fourteen-applynow .opportunity-div .type-fourteen-fm .fieldRequiredMarkStar .fieldset-legend {
  padding-bottom: 16px;
}
.rb-type-fourteen-applynow .opportunity-div .type-fourteen-fm .fieldRequiredMarkStar .fieldset-legend .legend {
  color: #17054B;
  align-self: stretch;
  font-size: 20px;
}
.rb-type-fourteen-applynow .opportunity-div .type-fourteen-fm .fieldRequiredMarkStar .radio label {
  color: #5A6572;
  flex: 1 0 0;
}
.rb-type-fourteen-applynow .opportunity-div .type-fourteen-fm .fieldRequiredMarkStar .radio {
  margin-top: 0px;
  margin-bottom: 8px;
}
.rb-type-fourteen-applynow .opportunity-div .type-fourteen-fm .rbpw-label-2-regular {
  color: #697786;
}
.rb-type-fourteen-applynow .opportunity-div .type-fourteen-fm .taglib-captcha .lexicon-icon {
  margin-left: 15px;
  margin-top: 15px;
}
.rb-type-fourteen-applynow .opportunity-div .form-button {
  display: flex;
  align-items: center;
  align-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.rb-type-fourteen-applynow .opportunity-div .form-button .btn {
  margin-right: 0px;
}
.rb-type-fourteen-applynow .opportunity-div .form-button .cancel-button {
  min-width: 184px;
  border-color: #3FCFBE;
}
.rb-type-fourteen-applynow .opportunity-div .button-holder {
  margin: 0;
  flex-direction: row;
}
.rb-type-fourteen-applynow .opportunity-div .button_primary {
  border: 0 !important;
}
.rb-type-fourteen-applynow .col-md-12 {
  padding: 0;
}
.rb-type-fourteen-applynow .control-label {
  display: none;
}
.rb-type-fourteen-applynow .empty-div {
  display: block;
}
@media only screen and (max-width: 768px) {
  .rb-type-fourteen-applynow .apply-now-fourteen .opportunity-div {
    gap: 32px;
  }
  .rb-type-fourteen-applynow .apply-now-fourteen .opportunity-div .type-fourteen-fm {
    width: 100%;
    row-gap: 16px;
    flex-direction: column;
  }
  .rb-type-fourteen-applynow .apply-now-fourteen .opportunity-div .type-fourteen-fm .fieldset-legend .legend {
    font-size: 18px;
  }
  .rb-type-fourteen-applynow .apply-now-fourteen .opportunity-div .type-fourteen-fm fieldset div > div label {
    font-size: 16px;
  }
  .rb-type-fourteen-applynow .apply-now-fourteen .opportunity-div .form-button .cancel-button {
    min-width: 198px;
  }
  .rb-type-fourteen-applynow .empty-div {
    display: none;
  }
}