.btn-claims, .mobile-claims, .cancel-quote, #nav-sticky-wrapper, #navbar, #contact, .mobile-nav-toggle {
    display: none !important;
}

.logo img{
    max-height:50px;
}

#main {
    background-color: inherit;
}

.wl-banner {
    background-color: #ff9b22;
    background-size: cover;
    background-position: top center;
}

.wl-banner  #header

{
    background-color:transparent;;
    padding: 38px 0;
    color: #202020;
    font-weight: bold;
    margin: 0;
    border-bottom: 0px solid #202020;
}

.banner-strike {
    background: url(/Img/whitelabels/swoosh-black.png);
    background-repeat: no-repeat;
     background-size:contain;
    height: 20px;
    background-position:center;
}

.white .banner-strike {
    background: url(/Img/whitelabels/swoosh.png);
}

.banner-arrow {
    background: url(/Img/whitelabels/black-arrow-right.png);
    background-repeat: no-repeat;
    background-size: 25px;
    height: 30px;
    width: 30px;
    display: inline-block;
    fill: #000;
}

.banner-arrow.right {
    background-image: url(/Img/whitelabels/black-arrow-right.png);
}

    .banner-arrow.left {
        background-image: url(/Img/whitelabels/black-arrow-left.png);
    }

.wl-banner.white h1, .wl-banner.white h2, .wl-banner.white h3, .wl-banner.white h4, .wl-banner.white h5, .wl-banner.white h6 {
    color: #fff;
}
.white .banner-arrow.right {
    background-image: url(/Img/whitelabels/white-arrow-right.png);
}

.white .banner-arrow.left {
    background-image: url(/Img/whitelabels/white-arrow-left.png);
}

.wl-banner.white {
     background:transparent;
}

.wl-banner.white #header .btn {
    color: #fff;
    border-bottom: 5px solid #fff;
}