/* custom css */

body { background-color:#ffffff; }
.subscribe-partner-container { display: none; }

/* CAT A SALE BANNER */

#stHpBanner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 5px auto;
  background-color: #ce1b1b;
  text-align: center;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
#stHpBanner h4 {
  padding: 10px;
  font-weight: bold;
  font-size: 1.2em;
}
#stHpBanner h4 a:hover {
  text-decoration: underline;
}
#stHpBanner a {
  color: #fff;
}
#stHpTerms h1{
  font-size: 2em;
}
/*  #stHpTermsContainer.reveal-modal.open .close-reveal-modal {
  display: block;
}*/
@-webkit-keyframes stFadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
@keyframes stFadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
.stFadeIn {
  -webkit-animation-name: stFadeIn;
  animation-name: stFadeIn;
}
.fs140 {
	font-size: 110% !important;
}
#talkbubble {
	padding-top: 4px !important;
}