/*[RRD] WORKAROUND TO UPDATE THE FONT STYLE OF FULLWIDTH MARQUEE TEXT
CODE REVIEW APPROVED: SITE MANAGEMENT INQUIRY 1636885*/

.full-width-marquee-text-container .bp-category-tag{
text-shadow: 1px 1px 3px #4a4a4a;
}

.full-width-marquee-text-container .bp-logo-section-title {
    font-size: 80px!important;
    line-height: 1!important;
    font-family: "Graphik Light", "Arial", Sans-Serif!important;
    font-weight: normal!important;
    text-shadow: 1px 1px 3px #4a4a4a;
}

.full-width-marquee-text-container .bp-card-description {
    line-height: 1.2 !important;
    text-shadow: 1px 1px 3px #4a4a4a;
}

@media (min-width: 768px) and (max-width: 1024px){
.full-width-marquee-text-container .bp-logo-section-title {
    font-size: 2.5rem !important;
    line-height: 0.9 !important;
}}

@media (max-width: 767px){
.full-width-marquee-text-container .bp-logo-section-title {
    font-size: 2.5rem!important;
}}