﻿/* 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. */

/* KAP 2017-08-07 Add css to use a different logo on the Open Scheduling page */

/* .md_openscheduling_index .logo {
  background-image: url("../images/openschedlogo.png");
} */

a.phslink {
  color: red;
  font-weight: bold;
} 

a.phslink:hover {
  text-decoration: underline;
}

.component .news .FAQnewscard.newscard {
background-image: url("../images/FAQnewscard.jpg")
}

.component .news .AttachImage.newscard {
background-image: url("../../content/images/AttachRed.png")
}

#features .icon-login {
  background-image: url("../images/quicklinks/info.png");
}

.component .news .careplanning.newscard {
background-image: url("../../content/images/shareplan.png")
}

.component .news .ROI.newscard {
background-image: url("../images/quicklinks/health_record.png")
}

body #extPmtPageFrame {
height: 1500px;
}

body #guestPay-content #extPmtPageFrame {
height: 38rem;
overflow-y: visible;
}

body #guestPay-content .formbuttons {
margin-bottom: 5rem;
}

/* Hide sign in button in guest estimates
.md_guestestimates_selectservicearea div#sidebar a.inlineblock.button,
.md_guestestimates_acceptdisclaimer div#sidebar a.inlineblock.button,
.md_guestestimates_getestimateservices div#sidebar div#essServicesSidebar a.inlineblock.button
{
display: none;
} */

/*.vertical .quicklinks a:nth-last-of-type(-n+2) img {
  width: 62.5%;
  height: 62.5%;
} */
