/*Start changes for SER053790 IT Client Banner drawer component */

.cro-drawer.open {
    bottom: 0;
    transform: translateY(0);
}

.cro-drawer {
    transform: translateY(100%);
    margin: 0px 0px 0px -105px;
    text-align: center;
    background: #FFF;
    box-shadow: 10px 30px 30px 40px rgba(0,0,0,0.2);
    position: fixed;
    width: 105%;
    z-index: 5;
    transition: all 1s ease;
}

    .cro-drawer h2 {
        color: #000;
        font-size: 32px;
        margin-bottom: 0;
        margin-top: 10px;
        font-weight: 700;
    }

    .cro-drawer p {
        font-size: 18px;
        font-weight: 500;
    }

    .cro-drawer a.cont {
        font-size: 18px;
        background: #ED1C24;
        color: #fff;
        display: block;
        width: 146px;
        margin: 30px auto;
        height: 40px;
        line-height: 40px;
        font-weight: 700;
        border-radius: 10px;
    }

.open > a {
    outline: 0;
    text-decoration: none;
}

a.cro-close {
    font-size: 18px;
    color: #ee1c3c;
    text-decoration: underline;
    margin-top: 10px;
    display: block;
    margin-bottom: 30px;
    font-weight: 500;
}

.cro-drawer p span {
    color: #ED1C3C;
    font-weight: 700;
}

.nav-pills li a.cro-cont {
    background: #fff;
    font-size: 18px;
    font-weight: 700;
    color: #ED1C24;
    text-transform: uppercase;
    /* letter-spacing: .5px; */
    border-radius: 10px;
    /* padding: 6px 16px;
    margin-left: 17px; */
}

.wrap-navigation .nav-pills li a.cro-cont {
    background: #fff;
    text-decoration: none;
}

a.cro-drawer-anchor {
    position: absolute;
    top: 20px;
    right: 100px;
    color: black;
    font-size: 18px;
}

.btn-headerCC {
    display: none;
}

.nav-top-bar .secondary-links {
    border-left: none;
}

@media (max-width: 640px) {
    .spotlight-container .panel {
        width: 100%;
    }

    .cro-drawer {
        text-align: left;
        margin: 10px;
        width: 321px;
        height: auto;
        position: relative;
        box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2);
    }

        .cro-drawer h2 {
            color: #000;
            font-size: 20px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
        }

        .cro-drawer p {
            color: #000;
            font-size: 15px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            margin-top: 10px;
        }

            .cro-drawer p span {
                color: #ED1C24;
                font-size: 15px;
                font-style: normal;
                font-weight: 700;
                line-height: normal;
            }

    a.cro-drawer-anchor {
        position: absolute;
        top: -23px;
        right: -20px;
        color: black;
        font-size: 18px;
        display: none;
    }

    .cro-drawer a.cont {
        margin: 39px 0px 0px 0px;
        font-size: 18px;
        background: #ED1C24;
        color: #fff;
        display: block;
        width: 146px;
        height: 40px;
        line-height: 40px;
        font-weight: 700;
        border-radius: 10px;
        text-align: center;
    }

    .cro-drawer a.cro-close {
        color: #ED1C24;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        margin: 30px 0px 0px 0px;
        line-height: normal;
        text-decoration-line: underline;
    }
}
/*End changes for SER053790 IT Client Banner drawer component  */