﻿/*@import url('../../affiliate/URLRewritePlaceholder/OverrideACH.css');*/
/* Hide all affiliate content by default. We use an !important modifier because longer selector paths later in this file could override this. */
.Affiliate {display: none !important;}
div.Affiliate {display: none !important;}
.features .icon-telehealth {
  background-image: url("../images/quicklinks/video_visit.png");
}
.features .icon-estimates {
  background-image: url("../images/quicklinks/estimates.png");
}
.features .icon-billing {
  background-image: url("../images/quicklinks/billing.png");
}
body #extPmtPageFrame {
	height: 68rem !important;
	overflow-y: visible !important;}
body #guestPay-content #extPmtPageFrame {
	height: 38rem;
	overflow-y: visible;
}
body #guestPay-content .formbuttons {
margin-bottom: 5rem;
}
/* Show content for this affiliate. An !important modifier is needed to override the !important modifier in the global Override.css. */

div.Affiliate.ACH {display: block !important;}

span.Affiliate.ACH {display: inline !important;}

p.Affiliate.ACH {display: block !important;}

li.Affiliate.ACH {display: list-item !important;}
