<style>
#BrowseFullWidthHeader {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 20px;
}
#BrowseFullWidthHeaderWrapper {
    position: absolute;
    height: 100%;
    left: 0;
}
#BrowseFullWidthHeader #TeamBranding {
    margin-top: 5px;
    margin-bottom: 0!important; /*To avoid getting the styling from other image*/
}
#BrowseFullWidthHeader #TeamBranding img {
    width: 50%;
    height: 50%;
}
#BrowseFullWidthHeader #TeamBranding h4 {
    color: #fff;
    font-weight: 100;
    font-size: 15px;
}
#BrowseFullWidthHeader #TeamBranding .partnerImage img {
    max-width: 80%;
    margin-top: 12px;
}
#BrowseFullWidthHeader #TopPlayers ul {
    margin-top: 15px; 
    line-height: 23px;
    color: #fff;
}
#BrowseFullWidthHeader #TopPlayers a {
    color: #fff;
}
.navUnderBrowse {
    clear: both;
}
.navUnderBrowse ul {
   border-bottom: none;
   margin-top: 5px;
}
.navUnderBrowse ul a {
    color: #fff;
    text-transform: none;
}
.navUnderBrowse .breadcrumbs>:before {
    color: #fff;
}
li.noContent::before {
    content: "";
    display: inline-block;
}
.navUnderBrowse .breadcrumbs span {
    color: #fff;
}
@media only screen and (min-width: 1150px) {
    #BrowseFullWidthHeader #TopPlayers ul {
        line-height: 26px;
    }
}
@media only screen and (min-width:1100px) {
    #BrowseFullWidthHeader #TeamBranding h4 {
        font-size: 16px;
    }
    #BrowseFullWidthHeader #TeamBranding .partnerImage img {
        margin-top: 20px;
    }
}
</style>