﻿/* 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. */
/* CUSTOM: Hide customer service buttons */
body.md_coverage #custsvc_coverage, #custsvc_eligibility, #custsvc_claims, #custsvc_referrals {
  visibility: hidden;
}

/* CUSTOM: E-Visit T&C bullets */
ul.evisit {
  width: auto !important;
  margin-left: 0px !important;
  list-style-type: disc;
  white-space: normal;
}

ul.evisit li {
  width: auto !important;
  margin-left: 25px;
  padding: 1px 0;
}

/* CUSTOM ATANAG 2019-01-21: Commented out outdated CSS, use below instead in August 2018 version */
/*
#features li:nth-child(5):before {
	background: rgba(0, 0, 0, 0) url("../images/quicklinks/account_summary.png") no-repeat center center;
}
#features li:nth-child(6):before {
	background: rgba(0, 0, 0, 0) url("../images/quicklinks/questionnaire.png") no-repeat center center;
}
*/
/* CUSTOM ATANAG 2021-12-27: Updated home prelogin icons */
.features .icon-billing {
  background-image: url("../images/quicklinks/account_summary.png");
}

.features .icon-echeckin {
  background-image: url("../images/quicklinks/questionnaire.png");
}

.features .icon-FAQ {
  background-image: url("../images/quicklinks/info.png");
}

/* CUSTOM AIBAR 2020-01-01: Hide Customer Service Button */
.card.custsvc {
  display: none;
}
