﻿/*Will need to pull out once we can hide these dynamically w/ Cache settings*/
#pmtMethodsAcceptedIcons .allowedBrandsIcon[alt="American Express"]{
Display:none;
}

#pmtMethodsAcceptedIcons .allowedBrandsIcon[alt="Diners Club"]{
Visibility:hidden;
}

/* BEGIN: Changed embedded scheduling widget height for Open Scheduling */

body.embedded div[id*="EmbeddedSchedule"] .stepContainer {
    height: 1000px !important;
}

.card .name.partial + .partial.right{
	line-height: .9rem !important;
}

.card .cardline.partial{
	width: 450px !important;
}

/* Hide anything tag with an Affiliate class */
.Affiliate {display: none !important;}

/* Show content for just this affiliate. An !important modifier is needed to override the !important modifier above. */
div.Affiliate.UConn  {display: block !important;}
span.Affiliate.UConn  {display: inline !important;}
p.Affiliate.UConn  {display: block !important;}
li.Affiliate.UConn  {display: list-item !important;}