

/* Common promotion styes */
.massPromoMenu {
    display: none;
}
.whiteBg {
    background: #fff;
}
.promoMenuHolder {
    padding: 0;
    margin: 0;
    display: flex;
    position: relative;
}
.promoMenuHolder > li {
    background: #ed1c24;
    margin-left: 0px;
    list-style: none;
    flex: 1;
    text-align: center;
    line-height: 15px;
    height: 66px;
    border-right: 1px solid #931818;
    text-transform: uppercase;
}
.promoMenuHolder > li a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.promoMenuHolder a:hover {
    text-decoration: none;
}

.promoMenuHolder #level1 {
    position: absolute;
    top: 65px;
    width: 100%;
    display: none;
    left: 0;
    padding-top: 0;
    box-shadow: 0px 1px 3px #484848;
    z-index: 0;
    padding-left: 20px;
    padding-right: 20px;
}
.promoMenuHolder #level1 > li {
    padding-left: 10px;
    padding-right: 10px;
    list-style: none;
}
.promoMenuHolder #level1 > li a {
    color: #000;
    margin-top: 0 !important;
    font-weight: normal !important;
} 
.stickyMassMenu {
    position: fixed;
    top: 70px;
    z-index: 3;
    width: 81% !important;
}
.scrollButton {
    display: flex;
    align-items: center;
    position: absolute;
    height: 98%;
    justify-content: center;
    width: 40px;
    cursor: pointer;
    background: #fff;
    box-shadow: 0px 0px 5px #919191;
}
.scrollLeft  {
    left: 0;
}
.scrollRight   {
    left: auto;
    right: 0;
}
.lendingMenuItem.active {
    background: #fff !important;
}
.lendingMenuItem.active > a {
    color: #000;
}

@media only screen 
and (max-width : 1124px) {
    .promoMenuHolder {
        display: block !important;
    }
    .promoMenuHome {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
    }
    .promoMenuHolder > .lendingMenuItem {
        border-bottom: 1px solid #313131 !important;
    }
    .promoMenuHolder > li {
        margin: 0 !important;
        min-height: 66px;
        height: auto;
    }
    .promoMenuHolder #level1 {
        position: relative !important;
        top: auto !important;
        padding: 0 !important;
        display: none;
    }
    .promoMenuHolder #level1 > li {
        width: 100% !important;
    }
    .promoMenuHolder #level1 > li a {
        font-weight: normal !important;
    }
    .scrollButton {
        display: none !important;
    }
    .promoMenuHolder > li a {
        padding: 13px;
        height: 66px;
    }
    .promoMenuHolder #level1 {
        height: auto;
    }
}

/* @media only screen 
and (max-width : 692px) { 
    .promoMenuHolder {
        display: block !important;
    }
    .promoMenuHome {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
    }
    .lendingMenuItem {
        border-bottom: 1px solid #313131 !important;
    }
    .promoMenuHolder > li {
        margin: 0 !important;
    }
    .promoMenuHolder #level1 {
        position: relative !important;
        top: auto !important;
        padding: 0 !important;
        display: none !important;
    }
    .promoMenuHolder #level1 > li {
        width: 100% !important;
    }
    .promoMenuHolder #level1 > li a {
        font-weight: normal !important;
    }
    .scrollButton {
        display: none !important;
    }
} */