/* ----------------------------------------------
- Global Accessibility
---------------------------------------------- */
body a:focus-visible,
body button:focus-visible,
.vc_tta-tabs-container .vc_tta-tab a:focus-visible,
body.page-template-default button.skip-button:focus-visible,
body.page-template-default button.nav-skip-button:focus-visible {
    border: 2px solid !important;
    margin: 1px !important;
}
/* Border of logo needs to be >=3px due to inset focus appearance */
body #logo a:focus-visible img {
    background-color: white !important;
    border: 3px solid #008266 !important;
    padding: 2px;
    margin: 5px!important;
    box-shadow: 0 0 0 2px white;
}

.boco_button_orange:focus-visible,
.boco_button_blue:focus-visible,
.boco_button_green:focus-visible{
    border-color: #000!important;
}

button.skip-button:focus-visible{
    border: 2px solid #000!important;
    margin: 1px !important;
}
.skip-link {
    position: absolute;
    left: -9999px;
    z-index: 999;
    padding: 1em;
    background-color: #fff;
    color: #000;
    text-decoration: none;
}
.skip-link:focus {
    left: 0;
}
/* ----------------------------------------------
- Navigation Accessibility
---------------------------------------------- */
body .header-v1 #navigation > ul{
    float: left!important;
}
ul#nav ul.sub-menu{
    display: none;
}
ul#nav ul.sub-menu.expanded{
    display: block;
}
.sf-arrows .sf-with-ul.hide-after-icon:after{
    display: none;
}
/* Desktop search icon + mobile menu icon/text */
#navigation #search-btn, #mobile-header #mobile-navigation-btn, #mobile-header #mobile-navigation-btn::before {
    color: #767676;
}
/* ----------------------------------------------
- Global Table Accessibility
---------------------------------------------- */
table a:hover{
    text-decoration: underline;
}
body table thead .dt-orderable-asc .dt-column-order:after, 
body table thead .dt-orderable-asc .dt-column-order:before, 
body table thead .dt-orderable-desc .dt-column-order:after, 
body table thead .dt-orderable-desc .dt-column-order:before, 
body table thead .dt-ordering-asc .dt-column-order:after, 
body table thead .dt-ordering-asc .dt-column-order:before, 
body table thead .dt-ordering-desc .dt-column-order:after, 
body table thead .dt-ordering-desc .dt-column-order:before,
body table.tablepress thead .dt-orderable-asc .dt-column-order:after, 
body table.tablepress thead .dt-orderable-asc .dt-column-order:before, 
body table.tablepress thead .dt-orderable-desc .dt-column-order:after, 
body table.tablepress thead .dt-orderable-desc .dt-column-order:before, 
body table.tablepress thead .dt-ordering-asc .dt-column-order:after, 
body table.tablepress thead .dt-ordering-asc .dt-column-order:before, 
body table.tablepress thead .dt-ordering-desc .dt-column-order:after, 
body table.tablepress thead .dt-ordering-desc .dt-column-order:before{
    color: #fff;
    opacity: 0.6 ;
    display: block;
    position: absolute;
    font-family: sans-serif !important;
    font-size: 12px;
    line-height: 12px;
}
body table thead .dt-orderable-asc .dt-column-order, 
body table thead .dt-orderable-desc .dt-column-order, 
body table thead .dt-ordering-asc .dt-column-order, 
body table thead .dt-ordering-desc .dt-column-order {
    bottom: 0;
    color: var(--head-sort-arrow-color);
    position: absolute;
    right: 6px;
    top: 0;
    width: 12px;
}
body table thead .dt-orderable-asc, 
body table thead .dt-orderable-desc, 
body table thead .dt-ordering-asc, 
body table thead .dt-ordering-desc {
    padding-right: 24px;
    position: relative;
}
body table thead .dt-orderable-asc .dt-column-order:before, 
body table thead .dt-ordering-asc .dt-column-order:before {
    bottom: 50%;
    content: "\25b2" / "";
}
body table thead .dt-orderable-desc .dt-column-order:after, 
body table thead .dt-ordering-desc .dt-column-order:after {
    content: "\25bc" / "";
    top: 50%;
}
body table thead .dt-ordering-asc .dt-column-order:before, 
body table thead .dt-ordering-desc .dt-column-order:after,
body table.tablepress thead .dt-ordering-asc .dt-column-order:before,
body table.tablepress thead .dt-ordering-desc .dt-column-order:after {
    opacity: 1;
}


/* ----------------------------------------------
- Simple Table Accessibility
---------------------------------------------- */
.wpb_vc_table .dataTables_wrapper th, 
.wpb_vc_table .dataTables_wrapper td {
    min-width: 100px;
}

/* ----------------------------------------------
- OWL slider accessibility
---------------------------------------------- */
.owl-dot:focus-visible{
    border: 2px solid !important;
    border-radius: 50%;
}
body .owl-theme .owl-dots .owl-dot:focus-visible span{
    margin: unset;
}

.vc_color-custom-color {
    background-color: #a6b914 !important; /* Replace with your desired color */
  }

/* ----------------------------------------------
- Skip Button Accessibility
---------------------------------------------- */
body button.nav-skip-button,
body.page-template-default button.nav-skip-button{
    background: unset!important;
    color: #008265!important;
    font-size: 24px;
    font-weight: 300;
    border: none;
    position: absolute;
    right: 5px;
    top: 0; 
    bottom: 0; 
    margin: auto 0!important;
    padding: unset!important;
}
body.page-template-default button.nav-skip-button:hover{
    color: #008265;
}

body button.skip-button,
body.page-template-default button.skip-button{
    padding: 5px 10px;
    font-size: .7em;
}

/* Hide Submenu from main nav When Skip Button "collapsed" */
body #navigation #nav .nav-skip-button.collapsed + ul.sub-menu {
    display: none !important;
}

/* Desktop Expandable Search Region */
body #header #search-top.opened-search-region, body #header #search-top form {
    display: flex !important;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background-color: white !important;
    width: 100%;
}
body #header #search-top.opened-search-region form{
    width: 90%;
}
body #header #search-top.opened-search-region form button{
    max-height: 20%;
}
body #header #search-top.opened-search-region #close-search-btn {
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 16px;
}
