.header-banner.header-banner__light {

  background-color: #cc9900;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,
startColorstr='#cc9900', endColorstr='#eac861');
  background-size: 100%;
  background-image:  -moz-linear-gradient(left, #cc9900 0%, #eac861 50%,
#cc9900 100%);
  background-image:  -o-linear-gradient(left, #cc9900 0%, #eac861 50%, #cc9900
100%);
  background-image:  -webkit-linear-gradient(left, #cc9900 0%, #eac861 50%,
#cc9900 100%);
  background-image: linear-gradient(to right, #cc9900 0%, #fff5df 53%, #eac861
70%, #cc9900 100%);
  border-bottom: solid 1px #eac861 !important;
 }


.header-banner.header-banner__light a:hover {
  color: #000; 
}