﻿
/* BEGIN EPIC COMMUNITY MEMBER CUSTOM CSS */
/* Epic recommends any additional CSS be placed below this line. Avoid adding CSS above because it makes it difficult to determine which are your changes and which are Epic's. */

/* dld - Prelogin video visit image */
.features .icon-video_visit {
                background-image: url('../images/quicklinks/video_visit.png');
}

/* rsc - Prelogin pay your bill image */
.features .icon-account_summary {
                background-image: url('../images/quicklinks/account_summary.png');
}

#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;
}
}

/* 9/23/2019 - remove Gender field from personal info update */
	.field2.ghostInput.ghosted.col-6 {
	    display: none;
}