@charset "UTF-8";
/* 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. */
/*Used for PRD*/
#extPmtPageFrame {
  Height: 45em !important;
  Overflow-y: visible;
}

/*Used for Non-PRD*/
body #extPmtPageFrame {
  height: 550px;
}

#pmtMethodsAcceptedIcons .allowedBrandsIcon[alt="Diners Club"] {
  Visibility: hidden;
}

#Terms-AutoPayDOMLabel, #Terms-AutoPayDOM {
  Visibility: visible;
}

fieldset.selfPay {
  Visibility: hidden;
}

.button.nextstep, .button.nextstep:focus, .button.nextstep:hover {
  background-color: #789D4A;
}

.button.completeworkflow, .button.completeworkflow:focus, .button.completeworkflow:hover {
  background-color: #789D4A;
}

#details2 #MDAundistributedpayments {
  visibility: hidden;
}

#potentially-a-two-column-container .left.section {
  Visibility: hidden;
}

/* to fix the words breaking improperly in a question in a MDASI â€“ COVID questionnaire */
.md_mychartquestionnaire_questionnaires .groupresponsecolumn {
  word-wrap: normal !important;
}

/*MDA Emergency Alert Styles*/
@font-face {
  font-family: mda-icons;
  src: url("/fonts/mda-icons/mda-icons.eot?52p6ne");
  src: url("/fonts/mda-icons/mda-icons.eot?#iefix52p6ne") format("embedded-opentype"), url("/fonts/mda-icons/mda-icons.ttf?52p6ne") format("truetype"), url("/fonts/mda-icons/mda-icons.woff?52p6ne") format("woff"), url("/fonts/mda-icons/mda-icons.svg?52p6ne#mda-icons") format("svg");
  font-weight: 400;
  font-style: normal;
}
[class*=" mda-icon-"], [class^=mda-icon-] {
  font-family: mda-icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class*=" mda-icon-"].mda-2x, [class^=mda-icon-].mda-2x {
  font-size: 2em;
}

[class*=" mda-icon-"].mda-3x, [class^=mda-icon-].mda-3x {
  font-size: 3em;
}

[class*=" mda-icon-"].mda-4x, [class^=mda-icon-].mda-4x {
  font-size: 4em;
}

.mda-icon-alert:before {
  content: "\e62a";
}

.hide {
  display: none !important;
}

.alert-wrapper, .alerts {
  text-align: center;
}

.alerts {
  width: 100%;
  background: #da291c;
  max-width: 1440px;
  list-style: none outside none;
  display: inline-block;
  color: #fff;
  padding: 5px 0;
  margin: 0 auto;
}

.alerts li {
  margin: 0;
  display: inline;
}

.alerts .alert-icon {
  width: 20%;
  text-align: right;
  vertical-align: middle;
  margin-right: 10px;
}

.alerts .alert-text {
  font-family: Univers LT W01_55 Roman, Arial;
  font-size: 14px;
  letter-spacing: -0.02em;
  line-height: 1.3;
  color: #fff;
  float: none;
  width: 100%;
}

@media (max-width: 992px) {
  #emergency-alert {
    margin-bottom: 5px;
  }
  .alerts .alert-text {
    font-size: 12px;
    width: 100%;
    padding-right: 0;
  }
  .alerts [class*=" mda-icon-"].mda-2x {
    padding-left: 0;
    padding-right: 5px;
  }
}
@media (min-width: 1024px) {
  .isCustomMobileLaunch #main {
    max-width: 1440px;
    margin: 0 auto;
  }
}
.alerts .alert-text a {
  color: #fff;
  padding: 6px 40px;
  border: 1px solid #fff;
  display: inline-block;
  text-decoration: none;
  padding: 5px 10px;
  margin: 0 20px;
}

.alerts .alert-text a:hover {
  color: #da291c;
  border: 1px solid #d0d0ce;
  background-color: #fff;
}

.alerts .alert-close {
  width: 10%;
  float: right;
  text-align: right;
  font-size: 23px;
  padding-right: 30px;
  color: #fff;
}

.alerts .alert-close:hover {
  color: #d0d0ce;
}

@media (max-width: 992px) {
  .alerts {
    height: auto;
    min-height: 60px;
    display: inline-block;
    padding: 5px 20px;
  }
  .alerts .fa-stack-2x, .alerts [class*=" mda-icon-"].mda-2x, .alerts [class^=mda-icon-].mda-2x {
    font-size: 24px;
    vertical-align: middle;
  }
  .alerts .alert-icon {
    text-align: left;
    /* padding-left:10px; */
    /* width:10% */
  }
  .alerts .alert-text a {
    display: block;
    margin-top: 10px;
    padding: 5px 10px;
  }
  .alerts .alert-close {
    text-align: right;
    padding-right: 10px;
  }
}
@media (max-width: 480px) {
  .alerts .alert-icon a {
    color: #fff;
  }
}
/*Fix the header element display as extra space of top of screen when MDA Emergency Alert ascript is added in the BannerPreLogin.html*/
.isPrelogin #header:not(:empty) {
  display: none;
}
