/* 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: none !important;
}
/* END: morehouse only */

/* BEGIN: alleghany only */
.alhOnly {
	display: none !important;
}
/* END: alleghany only */

/* BEGIN: scotland only */
.scotOnly {
	display: inherit !important;
}
.schedulingphone::before {content: "910-291-7507"}
.helpdeskphone::before {content: "910-291-7507"}
/* END: scotland only */

/* BEGIN: stlukes only */
.stluOnly {
	display: none !important;
}
/* END: stlukes only */

/* BEGIN: camino only */
.caminoOnly {
	display: none !important;
}
/* END: camino only */