/* 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. */
/* ADDED TO MAKE TEXT OF SPECIALTY ICON LABELS GREEN*/
[id*=_openScheduling_specialtyStep_toggleButton_] > a > span.iconLabel {
  color: #487613;
}

/* 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. */
body.isPrelogin .logo {
  height: 7rem;
}

body.isPrelogin .logo {
  background-position: center top;
}

/* END: CONFIGURABLE PRELOGIN LOGO HEIGHT */
/* Start: Prevents answers from being hidden under the header when jumping to them */
.isInside #faqtop,
.isInside .faq h3 {
  padding-top: 110px;
  margin-top: -80px;
}

/* End: Prevents answers from being hidden under the header when jumping to them */
/* Start: Hide Value Input Slidebar Question*/
div.sliderdisplayval {
  display: none;
}

/*end*/
td.qnr-summary-question-answer.slider-answer span.answertext {
  color: white;
}

/* SMP 07/13/2020 - Instamed External Payment page*/
body #extPmtPageFrame {
  height: 970px;
}

/* SMP 07/13/2020 - Guest Pay Payment page*/
body #guestPay-content #extPmtPageFrame {
  height: 38rem;
  overflow-y: visible;
}

body #guestPay-content .formbuttons {
  margin-bottom: 5rem;
}

/* HTS 01/21/21 copied from menu.css to prevent MyChart menu from defaulting over MyLVHN/LVHN logo */
/* #graphicHeader:not(:empty) #header_logo .header_logo_link {
      background: transparent url("../images/logo.png") no-repeat scroll center/contain;
}
 */
