@import url('../../../../en-US/styles/override.css');
/* BEGIN EPIC DELIVERED THEME CSS */
#graphicHeader:not(:empty) #header_logo .header_logo_link {
background: transparent url("../images/logo.png") no-repeat scroll center/contain;
}
/* BEGIN: SPECIAL HIDING PROPERTIES FROM MAIN CSS */

div.Affiliate.MHS  {display: none !important;}

span.Affiliate.MHS {display: none !important;}

p.Affiliate.MHS {display: none !important;}

li.Affiliate.MHS {display: none !important;}

/* BEGIN: SPECIAL HIDING PROPERTIES FROM MAIN CSS */

/* 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. But we be aware 
    that your changes can affect the responsive design layout on small screens. Bottom line: the logo must be height-matched to its
    container to get a good result on both sides of the responsive breakpoint.  */ 
/* END: CONFIGURABLE PRELOGIN LOGO HEIGHT */

/* 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. */
/* Show content for this affiliate. An !important modifier is needed to override the !important modifier in the global Override.css. */

div.Affiliate.CCP  {display: block !important;}

span.Affiliate.CCP {display: inline !important;}

p.Affiliate.CCP {display: block !important;}

li.Affiliate.CCP {display: list-item !important;}

div.Affiliate.CCPno  {display: none !important;}

/*added by Bernie to customize prelogin page for CCP 01232024*/

.features {
  list-style: none;
  padding: 0 0 1rem;
}
.features li {
  padding-left: 75px;
  background-repeat: no-repeat;
}
.features .icon-health_record {
  background-image: url("../images/quicklinks/health_record.png");
}  
.features .icon-questionnaire {
  background-image: url("../images/quicklinks/questionnaire.png");
}    
.features .icon-provider {
  background-image: url("../images/quicklinks/provider.png");
}  

/*added by Bernie to remove the badge footers and realign the links for CCP 07242024*/

.badges {
  display: none;
}


  
  
  
  