﻿/* @import url('../../Affiliate/URLRewritePlaceholder/Override.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;} /*Since the URL Rewrite doesn't seem to be writing, I'm going to comment this out for now*/

/* Backward compatibility for multiple background images - was in body.prelogin_home #wrap  */
/* body.prelogin_home #wrap {
	
	background-position: 0 0;
	background-image:url("../../Affiliate/URLRewritePlaceholder/images/loginpic.jpg");
	background-repeat:no-repeat;
	
	background: url("../../Affiliate/URLRewritePlaceholder/images/loginpic.jpg") no-repeat 0 0, url("../../Affiliate/URLRewritePlaceholder/images/bgpattern_wrap.png") repeat 0 0; 
}

body.menuontop {
	background: url("../images/bg_folder_color1.png") no-repeat 49.999% 20px;
}

.alert{
	color: red;
}

div#getCodeCard > .logo{
	height: inherit;
	background: inherit;
}

.news .newscard.videoVisits,
.news .newscard.devices,
.news .newscard.careEverywhere {
	
} */
/*display: none; was in .news selectors*/

@keyframes kfHSHSCallVolumeReduction {
  from {color: red;}
  to {color: black;}
}
.myHSHSCallVolumeReduction {
  animation-name: kfHSHSCallVolumeReduction;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  font-weight: bold;
  color: red;
}
#pmtMethodsAcceptedIcons .allowedBrandsIcon[alt="Diners Club"] { display: none; }
#extPmtPageFrame {
  height: 40rem;
}

#iFrameLoadingIndicator.mobileExtPmtPage,
#extPmtPageFrame.mobileExtPmtPage {
  height: 27rem;
}

@media only screen and (max-width: 768px) {
  #iFrameLoadingIndicator,
#extPmtPageFrame {
    height: 27rem;
  }
}

#guestPay-content #extPmtPageFrame,
#guestPay-content #iFrameLoadingIndicator {
  height: 27rem;
}
.myHSHSBold {
	font-weight: bold;
}