/*--BEGINNING--Announcement slider shorter width--*/

/*--INFO--*/
/*--These CSS are meant to make the Announcement slider width shorter 
to fit the same alignment of the Partner Supplier Banner title
PENDING SNOW TICKET --*/

.announcement-slider .extended_carousel_header_text{
    color: #464682;
}
.container-fluid--upto-xl.container-fluid.extended_carousel {
    padding-left: 80px;
    padding-right: 80px;
}

.extended_carousel_header_border {
    border-bottom: 1px solid #464682;
}

@media (max-width: 767.98px){
.container-fluid--upto-xl.container-fluid.extended_carousel {
    padding: 2.5rem 0;
}
}

@media (max-width: 1023.98px){
.container-fluid--upto-xl.container-fluid.extended_carousel {
    padding: 3.4375rem 0 4.5rem;
}
}

/*--END--Announcement slider shorter width--*/
