 /* -----------------
-OWL CAROUSEL
------------------*/
/* -Dev: Cade 
----Notes: *See "Add tab navigation support for OWL CAROUSELS" in accessible.js for corresponding scripts RE: tab functionality
           *Adds visible focus state that inherits element color to .owl-dot elements when tab focused, should style focus-state to be a circular border with offset from element
           *Should manually verify the .owl-dot :focus-visible state for tab focus appearance meets contrast requirements if not obviously compliant
*/
.owl-dot:focus-visible{
    border: 2px solid;
    border-radius: 50%;
}
body .owl-theme .owl-dots .owl-dot:focus-visible span{
    margin: unset;
}