﻿.features {
  list-style: none;
  padding: 0 0 1rem;
}

.features li {
  padding-left: 75px;
  background-repeat: no-repeat;
}

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

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

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

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

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

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

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

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

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

.features .info {
  font-size: 0.9rem;
}

body #extPmtPageFrame {
  height: 68rem;
  overflow-y: visible;
}

body #guestPay-content #extPmtPageFrame {
  height: 68rem;
  overflow-y: visible;
}

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

/*
#guestPay-content #extPmtPageFrame,
#guestPay-content #iFrameLoadingIndicator {
  height: 40rem;
}
#guestPay-content #iFrameLoadingIndicator .v-center {
  top: 5rem;
}
#guestPay-content #extPmtPageFrame.mobileExtPmtPage,
#guestPay-content #iFrameLoadingIndicator.mobileExtPmtPage {
  height: 40rem;
}
@media only screen and (max-width: 768px) {
  #guestPay-content #extPmtPageFrame,
#guestPay-content #iFrameLoadingIndicator {
    height: 40rem;
  }
}
*/
