.WaGadgetMenuHorizontal.menuStyle002 .menuInner ul.firstLevel>li.sel>.item>a>span:after {
    background-color: #D2232A;
}
.WaGadgetLoginForm .loginContainerWrapper .loginContainerInnerWrapper .loginLink:before {
    border: 2px solid #D2232A;
    background-color: #D2232A;
}
.fieldSubContainer .fieldBody .fieldItem span.label .textLine strong {
    font-weight: bold;
}
.fieldSubContainer .fieldBody .fieldItem span.label .typeInstruction {
    color: #666;
    line-height: 1.4em;
    font-weight: normal;
}

.WaGadgetEvents .boxOuterContainer .boxBodyOuterContainer .boxBodyContainer .boxBodyInfoOuterContainer {
    padding: 20px;
    background: #fffff5;
    width: 100%;}

.WaGadgetEvents .boxOuterContainer .boxBodyOuterContainer .boxBodyContainer .boxBodyContentOuterContainer {
    padding-left: 55px;
}

/* Added by Luigi to hide shadow in header */
.zoneHeader1Outer .zoneHeader1Inner:before, .zoneHeader1Outer .zoneHeader1Inner:after {
display: none;
}

/* Added by Luigi to change heading color */
.gadgetStyle002 .gadgetStyleTitle h4 {
    color: #00351c;
}

/* Added by Luigi to change event widget title weight */
.WaGadgetUpcomingEvents .gadgetStyleBody ul li .title a {
font: bold 14px/normal Open Sans;
text-decoration: none;
}