.component .news .newscard.record {
    background-image: url("../images/medical_record.png");
}

.md_default #sidebar a.button[href*="guestpay"] {
  background-color: #542F90;
}

.rowSection.flexParent.walkInButtonContainer:after {
	content: "-or-                       ";
	white-space: pre;
}

div#stepcontainer-root:after {
    content: "By using the GET DIRECTIONS feature, your coordinates and destination will be shared with Google®.";
	font-style: italic;
}

input#twofactorcode {
	width: 35%;	
}

/** This code is to keep our prelogin tiles customized **/
.features {
  list-style: none;
  padding: 0 0 1rem;
}
.features li {
  padding-left: 75px;
  background-repeat: no-repeat;
}

.features .icon-health {
  background-image: url("../images/quicklinks/health_record.png");
}

.features .icon-testResults {
  background-image: url("../images/quicklinks/test_results.png");
}

.features .icon-account {
  background-image: url("../images/quicklinks/account_summary.png");
}

.features .icon-questionnaire {
  background-image: url("../images/quicklinks/questionnaire.png");
}

.features .icon-record {
  background-image: url("../images/quicklinks/downloadmyrecord.png");
}

.features .icon-info {
  background-image: url("../images/quicklinks/info.png");
}

/** This change keeps "Update your information" from reverting to black (#363636). **/
body [class*='question'] .header {
  color: #246FB5; }

a.button.tall.newworkflow#JAC-GuestPayButton {
	background-color: #500778;
}

a.button.tall.newworkflow#JAC-GuestEstimatesButton {
	background-color: #EA7600; /* Orange */
	/* background-color: #E31C79; /* Pink */
	/* background-color: #A50034; /* Dark red */
}

div#D72B7F4E-B2DD-4A94-8A76-DC628995805C_signup_userinfo_content:before {
	content: "Enter your legal name as it appears on your ID.";
}

/* Hides the department address from the appointment slot selection page of Open Scheduling. */
.departmentInfo {
	display: none;
}

/* Hides the department address from the appointment confirmation page of Open Scheduling. */
p.addressLine.subtle {
	display: none;
}

/* Hides the department name from the appointment slot selection page of Open Scheduling. */
.departmentName {
	display: none;
}

/* Hides the department phone number from the appointment confirmation page of Open Scheduling. */
p.phoneNumber.subtle {
    display: none;
}

/* Hides the department name shown in the Location button on the Choose a Time step of Open Scheduling. */
span.departmentName.hasDistance {
    display: none;
}

/* Hides the department distance shown in the Location button on the Choose a Time step of Open Scheduling. */
span.departmentDistance {
    display: none;
}

/* Hides the department address shown in the Location button on the Choose a Time step of Open Scheduling. */
span.departmentAddress {
    display: none;
}

/* Hides the entire Location button on the Choose a Time step of Open Scheduling. */
div#D6F73C26-7627-4948-95EA-2C630C25C5E9_scheduleOpenings_locationsFieldSet {
    display: none;
}

/* Hides the "I'm On My Way" button. */
input.button.walkInButton.postMessageLink.tall {
	display: none;
}

/* Hides the "—————————— Or ——————————" divider between the department's/location's information and the "Make a reservation" header. */
.onBorder.subtle {
	display: none;
}

/* Hides the greyed out "I'm On My Way" button. */
input.button.walkInButton.postMessageLink {
	display: none;
}

/* Hides the MyChart customer service chat button from Nuance/Salesforce. */
a#liveagent_button_online_5730W000001DWfB {
    display: none;
}

/* Aligns the pop-out button. */
.five9-frame #five9-popout-button {
    position: absolute;
    right: 10px;
}

/* Aligns the minimize icon. */
.five9-frame #five9-minimize-icon {
    position: absolute;
    right: 35px;
}

/* Sets the chat window background color. */
.five9-chat-button {
  background: #B80C4B !important; /* Montage red */
}

/*Hide the related links on Advance Care Planning page. 
div#related-links-container a[href="/MyChartPOC/inside.asp?mode=msgoptions"] {
    display: none;
}
*/

/*Hide the active Health Care Agent Status bar. */
.cardline.hca-activestatus.active {
    display: none;
}

/*Removing the Edit/Remove buttons from then ACP page. */
 button.button.primary.negative.disabled.inlinedelete.multi.explanable {
	 display: none !important;
 }
 button.button.primary.neutral.editButton.multi {
	 display: none !important;
 }

/*Removing the document Accepted button from the ACP page. */
 .statusBadge {
	 display: none !important;
 }

/*Hide the related links on Advance Care Planning page. */ 
div#related-links-container > a {
	display: none !important;
}

/*Configuration for the OSG Payment Pages (external payment page) integration.*/
#guestPay-content #extPmtPageFrame {
	height: 20rem;
	overflow-y: visible;
}