/* Remove any overlay gradients/masks */
.headline-wrapper::before,
.headline-wrapper::after,
.subfooterline::before,
.subfooterline::after,
.headline::before,
.headline::after{
  content: none !important;
  background: none !important;
  opacity: 0 !important;
}


/* Force the 3 big background bands to be flat beige */
.headline-wrapper,
.container-wrapper,
.subfooterline {
  background: #DCCAAC !important;
  background-image: none !important;
  box-shadow: none !important;
  border: 0 !important;
  outline: 0 !important;
}



.subfooterline.a-bg-l1,
.subfooterline-inner {
  background: #DCCAAC !important;
  background-image: none !important;
  box-shadow: none !important;
  filter: none !important;
}

/* Kill any “separator” shadows/lines added by inner wrappers */ .headline, .container, .container-wrapper-wrapper, .subfooter, .footerline, .content, #content { background-image: none !important; box-shadow: none !important; border: 0 !important; }