﻿/* 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. */

/* BEGIN: Apply a login back ground image on the features list */
ul#features li h2 {
    font-size: 1rem;
}
ul#features li span.info {
    font-size: 0.8rem;
}
ul#features {
    background-color: rgba(255, 255, 255, 1.0);
    background-image: url("../images/loginpic1.jpg");
    background-position: right center;
    background-repeat: no-repeat;
    border: 1px solid #cccccc;
    padding: 0 47% 0 0;
    width: 100%;
    background-size: auto 100%;
}
ul#features li {
	width: 100%;
}
ul#features li::before {
    height: 4rem;
    margin: 0 0 -5rem -5rem;
    width: 4rem;
}
/* END: Apply a login back ground image on the features list */

.login .recovery a {
	color: red;
	font-weight: bold;
}

.md_communications_manage div.content div#smsSignupForm {
    display: none;
}

#MedicationsWorkflowHost #MedicationForm.refill-workflow div.rxReviewDetailsCardList.cardlist div.card:nth-of-type(2) div.cardline:nth-of-type(4),
#MedicationForm div.rxReviewCards div.rxReviewCardList.cardlist div.medcard div.costContainer {
	display: none;
}



div.quickLinks a[data-id="newproviderbutton"] {
	display: none;
}

div.quickLinks a[data-id="evisitbutton"] {
	display: none;
}

/* gam - Prelogin statements */
#features .icon-statement {
	background-image: url('../images/quicklinks/paperless.png');
}
.faq h3.header {
  color: #006747;
}
.faq a,
.linkcolor,
.subtle.linkcolor {
  color: #00529C;
}