<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* 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. */

fieldset.questiongroup
{
	border-width: 1px;
	border-style: solid;
	border-color: #777777;
}

form#SignupDemographic_Form div#posttextdemog.posttextcontainer
{
	height: 10px;
}

#sidebar&gt;div.signup&gt; a{
      display:  none;
}
.preloginhelptext {
	text-align: center;
	font-size: 1rem;
	}
/*body {
	background: #FFF url("../images/prelogin.jpg") no-repeat fixed center center;
	background: rgba(0, 0, 0, 0) url("../images/prelogin.jpg") no-repeat fixed center center / cover;
	margin: 0 auto;
	position: relative;
}
#content:after {
	background: #FFF url("../images/prelogin_blurred.jpg") no-repeat fixed center center;
	background: rgba(0, 0, 0, 0) url("../images/prelogin_blurred.jpg") no-repeat fixed center center / cover;
}*/
h1.header{
	display: block;
	font-weight: normal;
	padding: 0.25rem 0 0.5rem;
	width: 100%;
	text-align: center;
}

.qnr-container fieldset[data-display-style="MyChartLQL"] .question-choice-span,
.qnr-container fieldset[data-display-style="MyChartLQL"] .question-choice-span label {
    display: block;
    width: 55%;
}
.section [class*="question"].MyChartLQL .tbContainer {
    display: block;
    width: 100%;
}
.section [class*="question"].MyChartLQL.tbContainer label {
    display: block;
    width: 100%;
}
 	
#guestPay-content #extPmtPageFrame,
#guestPay-content #iFrameLoadingIndicator{    
                height: 20rem;
}
#guestPay-content #iFrameLoadingIndicator .v-center{
                top: 5rem;
}
#guestPay-content #extPmtPageFrame.mobileExtPmtPage,
#guestPay-content #iFrameLoadingIndicator.mobileExtPmtPage{
                height: 24.5rem;
}
#payment-content #extPmtPageFrame,
#payment-content #iFrameLoadingIndicator {
                height: 35rem;
}
#payment-content #iFrameLoadingIndicator .v-center {
                top: 5rem;
}
#payment-content #extPmtPageFrame.mobileExtPmtPage,
#payment-content #iFrameLoadingIndicator.mobileExtPmtPage {
                height: 24.5rem;
}
body.md_visitdetails_index div.card.telemedicine {display:none}
.affiliates {
    font-size: 0.8rem;
    text-align: center;
    padding-bottom: 30px;
}


.features .icon-video {
    background-image: url("../images/videovisitprelogin.png"); 
	background-repeat:no-repeat;
	}

.content .coveragedetailstable {
  word-break: normal;
}

.content.tableWrapper {
  padding-bottom: 0;
  word-break: normal;
  overflow: visible;
}</pre></body></html>