/* Show content for cmcenters. An !important modifier is needed to override the !important modifier in the global Override.css. */
.excludecmcenters {display: none; }

div.Affiliate.cmcenters  {display: block !important;}

span.Affiliate.cmcenters  {display: inline !important;}

p.Affiliate.cmcenters  {display: block !important;}

li.menugroup.Affiliate {display: inline-block !important;}   /* parent "Resources" menu */
li.Affiliate.cmcenters  {display: list-item !important;}

.features .icon-account-summary {
  background-image: url("../images/quicklinks/account_summary.png");
}

.features .icon-health-record {
  background-image: url("../images/quicklinks/health_record.png");
}

.features .icon-provider {
  background-image: url("../images/quicklinks/provider.png");
}

/* BEGIN EPIC DELIVERED THEME CSS */
/* BEGIN: SPECIAL HIDING PROPERTIES */
/* If you only want certain HTML content to display on mobile, tag it with an "OnlyMobile" class*/
.onlymobile, 
.onlyMobile, 
.Onlymobile, 
.OnlyMobile {
    display: none !important;
}  

/* If you want to only show content on a certain affiliate site, tag it with an Affiliate class, and then another class to unhide just for that affiliate. Use URL Rewrite an affiliate-specific override css file to do the unhiding.*/
.affiliate,
.Affiliate {
    display: none !important;
}

/* If you want to show something only when looking at your own chart, not in proxy mode, tag it with a "selfmode" class. If you want something to only show when looking at someone else's chart, use "proxymode" class. */
.proxyMode,
.proxymode,
.ProxyMode {
    display: none !important;
}
/* END: SPECIAL HIDING PROPERTIES */

/* BEGIN: CONFIGURABLE PRELOGIN LOGO HEIGHT */
/* Prelogin logo height is 6rem by default which can cause it to be cropped for many larger logos. Change it here. */
.logo {height: 8rem;}
.logo {background-position: center top;}  
/* END: CONFIGURABLE PRELOGIN LOGO HEIGHT */

