.WaGadgetMenuHorizontal {
    overflow: visible;
    float: right;
}

.WaGadgetMenuHorizontal .menuInner ul.firstLevel > li.sel > .item > a {
    color: #BF2A4D;
}

.WaGadgetMenuHorizontal .menuInner {
    position: relative;
    margin: 0;
    background: transparent;
}

.WaGadgetMenuHorizontal .menuInner ul.firstLevel {
    display: table;
    margin: 0;
    padding: 0;
    background: transparent;
    text-align: left;
    list-style: none;
    zoom: 1;
}

.gadgetStyle001 .gadgetStyleBody {

    padding: 5px 5px 5px;

}

.WaGadgetLoginButton .loginContainer.authenticated.loginContainer.authenticated .loginLink {
    width: 40px;
    height: 40px;
    color: #BF2A4D;
}

.WaGadgetLoginButton .loginContainer.loginContainer .loginLink {
    width: 40px;
    height: 40px;
    background:#BF2A4D;;
    color: white;
}

.zonePlace.zoneWAbranding {
    display: none;
}
/*
Responsive style for youtube video
*/

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}