:root {
    --litepicker-button-prev-month-color: #333;
    --litepicker-button-next-month-color: #333;
    --litepicker-highlighted-day-color: #fff;
    --litepicker-highlighted-day-color-bg: #802755;
}

.ar-media:has(.alt-slider-nav)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 79%, #fff 95%);
    z-index: 2;
    pointer-events: none;
}

.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-icon);
}

.utility-nav-links > li:has(.utility-subnav) > a::after {
    content: '\e809';
    font-family: 'fontello';		
    font-size: 1rem;			
    pointer-events: none;					
    padding-left: .35rem;
    vertical-align: top;
}


@media only screen and (max-width: 968px) and (orientation: landscape) {
    .litepicker.mobilefriendly-portrait {
        --litepicker-day-width: 6.5vw !important;
    }
}

#hero:has(.slider-counter, .video-controls) .hero-slide::after {	
    background: linear-gradient(to top,rgba(0,0,0,.65) 0%,rgba(0,0,0,.35) 85%,transparent 100%);
    bottom: 0;
    content: '';
    height: 50%;
    left: 0;
    position: absolute;
    width: 100%;		
    pointer-events: none;	
}

@media screen and (max-width: 991.98px) {
    #hero:has(.slider-counter, .video-controls) .hero-slide::after {
        height: 60%;
    }
}

.hero-slide:has(h2, .hero-sub-caption)::after {
    background: linear-gradient(to top,rgba(0,0,0,.65) 0%,rgba(0,0,0,.35) 85%,transparent 100%);
    bottom: 0;
    content: '';
    height: 50%;
    left: 0;
    position: absolute;
    width: 100%;		
    pointer-events: none;		
}

@media screen and (max-width: 991.98px) {
    .hero-slide:has(h2, .hero-sub-caption)::after {
        height: 60%;
    }
}