﻿
/* 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%;
}

/* END: Apply a login back ground image on the features list */

/* 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. */

#smsSignupForm {display:none;} /*top of notifications preferences page*/

#caregiverinfo {display:none;} /*Other Preferences page (renamed by us Scheduling Preferences in 2018)*/

#registrationform {display:none;} /*pre-login, 13-17 sign up page*/

.bigred {font-size:20px; font-weight:bold; color:red;} /*used on send a message page*/

/*prelogin front page*/
ul#features {background-image: none !important; padding:10px 24px 5px 24px;} /*removes background image from info section */

#header:not(:empty).header_graphic{
	background: rgba(24,184,156, 0.5);
}

#graphicHeader:not(:empty) #header_logo .header_logo_link {
background: transparent url("../images/logo.png") no-repeat scroll center/contain;
}

.features .icon-billing {
    background-image: url(../images/quicklinks/account_summary.png);
}
._Disclosure .disclosureButton{
	color: #D4442E;
}

