.zone-header-wrapper {
    padding: 15px 0;
    background: #cc4502;
    background: -moz-linear-gradient(top, #cc4502 0%, #8e2f01 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cc4502), color-stop(100%, #8e2f01));
    background: -webkit-linear-gradient(top, #cc4502 0%, #8e2f01 100%);
    background: -o-linear-gradient(top, #cc4502 0%, #8e2f01 100%);
    background: -ms-linear-gradient(top, #cc4502 0%, #8e2f01 100%);
    background: linear-gradient(to bottom, #cc4502 0%, #8e2f01 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc4502', endColorstr='#8e2f01',GradientType=0 );
    border-bottom: solid 1px #020f16;
}