﻿
/* 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. */

/* END EPIC DELIVERED THEME CSS */

/* 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. */

	#features .icon-advice {
		background-image: url("../images/quicklinks/medical_advice_login.png");
	}

	#features .icon-testResults {
		background-image: url("../images/quicklinks/test_results_login.png");
	}

	#features .icon-medications {
		background-image: url("../images/quicklinks/medications_login.png");
	}

	#features .icon-calendar {
		background-image: url("../images/quicklinks/calendar_login.png");
	}

	#features li {
		padding-left: 75px;
		background-repeat: no-repeat;
	}

.component .news .newscard.shareEverywhere {
  background-position-x: 20px /*rtl:calc(100% - 20px)*/;
  background-image: url("../images/share_everywhere_globe.png");
} 

.component .news .newscard.SingleBill {
  background-position-x: 20px /*rtl:calc(100% - 20px)*/;
  background-image: url("../images/billingdetails_statements.png");
} 
.component .news .newscard.PromiseProject {
  background-position-x: 20px /*rtl:calc(100% - 20px)*/;
  background-image: url("../images/PromiseProject.png");
} 

body.isPrelogin .logo {
    height: 7rem;
}
