﻿/* 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. */

/* homeprelogin.txt icon */
.features .icon-video {
    background-image: url("../images/quicklinks/video_visit.png"); }
	
.features .icon-info {
    background-image: url("../images/quicklinks/info.png"); }
/* This section is for the Other Information section on self registration */
.selfreginfo {
font-size: 16px;
}
.otherinfo {
font-size: 16px;
}
.features .icon-covid_status {
    background-image: url("../images/quicklinks/covid_status.png"); 
}
/*This adds the WCH logo in all environments*/
#graphicHeader:not(:empty) #header_logo .header_logo_link {
background: transparent url("../images/logo.png") no-repeat scroll center/contain;
}
	

