body{
    margin-top: 50px;
}
.c_010D-is-floating{
    top: 50px !important;
}
.c_010D-secondary-nav{
    top: 89px !important;
}
.c_010D-secondary-nav.third-level-active{
    top: -60px !important;
}
.banner-top{
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain, 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    z-index: 9999;
}

.banner-top:hover{
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.banner-top a{
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
}

@media screen and (max-width: 960px) {
    .c_010D-is-floating{
        top: 60px !important;
    }
    .c_010D-secondary-nav{
        top: 60px !important;
    }
    .c_046C.nav-fixed{
        top: 50px !important;
    }
    .c_010D-secondary-nav.third-level-active{
        top: 60px !important;
    }
}