/* BEGIN: Styles for public forms */
.publicform .hideNextForm ~ form,
.recoveryPage .hideNextForm ~ form {
  display: none !important;
}

/* END: Styles for public forms */
/* BEGIN: external payment page frame dimensions */
#extPmtPageFrame, #visitpayment-content #extPmtPageFrame, #visitpayment-content #iFrameLoadingIndicator {
  height: 40rem;
}

#guestPay-content #extPmtPageFrame, #guestPay-content #iFrameLoadingIndicator {
  height: 40rem;
}

@media only screen and (max-width: 825px) {
  #payment-content #extPmtPageFrame,
  #payment-content #iFrameLoadingIndicator,
  #guestPay-content #extPmtPageFrame,
  #guestPay-content #iFrameLoadingIndicator {
    height: 60rem;
  }
}
/* END: external payment page frame dimensions */
/* BEGIN: morehouse only */
.mhcOnly {
  display: inherit !important;
}

.helpdeskphone::before {
  content: "833-848-0212";
}

.schedulingphone::before {
  content: "404-756-1422";
}

/* END: morehouse only */
/* BEGIN: alleghany only */
.alhOnly {
  display: none !important;
}

/* END: alleghany only */
/* BEGIN: scotland only */
.scotOnly {
  display: none !important;
}

/* END: scotland only */
/* BEGIN: stlukes only */
.stluOnly {
  display: none !important;
}

/* END: stlukes only */
/* BEGIN: camino only */
.caminoOnly {
  display: none !important;
}

/* END: camino only */
