/* Custom CSS from the support team. */

/*
*  Ticket 8447249
*  Font weight of 500 was wavy in Internet Explorer, making the text seem not in same line.
*  06/14/16 - James B
*/

.fsAccordion .fsPanel > header h2, 
.fsTabs .fsPanel > header h2,
.fsTabs .fsTabsNav li a {
    font-weight: 700;
}

/* End Section */

/*
*  Shasta COE- OCR Workaround
*  Color contrast changes- THESE RULES NEED TO BE MOVED OVER TO BUILD ONCE GULPFILE IS UPDATED
*  01/16/2020 - Kara
*/


.sub-nav .fsNavLevel1 a:hover {
    color: #fff;
    text-decoration: underline;
    /*font-weight: 800;*/
}

.sub-nav .fsNavLevel1 .fsNavCurrentPageAncestor a, .sub-nav .fsNavLevel1 .fsNavCurrentPage a {
    color: #fff;
    /*text-decoration: underline;*/
    font-weight: 800;
}

.fsCalendarEventGrid .fsCalendarDaybox a:focus {
    outline: -webkit-focus-ring-color auto 5px;    
    outline-color: #759e3c;  
}​

.fs_style_21 a {
    color: #fff;
    text-decoration: none;
} 

.fs_style_22 a {
    color: #fff;
    text-decoration: none;
} 

.fs_style_23 a {
    color: #fff;
    text-decoration: none;
} 

.fs_style_24 a {
    color: #fff;
    text-decoration: none;
} 

.module-blue a {
    color: #fff;
}

.module-brown a {
    color: #fff;
}

.module-green a {
    color: #fff;
}

.module-blue a:hover {
    color: #fff;
    text-decoration: underline;
    font-weight: 800;
}

.module-brown a:hover {
    color: #fff;
    text-decoration: underline;
    font-weight: 800;
}

.module-green a:hover {
    color: #fff;
    text-decoration: underline;
    font-weight: 800;
}

.drawer-trigger:focus {
    outline: -webkit-focus-ring-color auto 5px;    
    outline-color: #9ecaed;
}

.drawer-trigger:hover {
    outline: -webkit-focus-ring-color auto 5px;    
    outline-color: #9ecaed;
}

.site-search input:focus {
    outline: -webkit-focus-ring-color auto 5px;    
    outline-color: #759e3c;
}

.site-search input:hover {
    outline: -webkit-focus-ring-color auto 5px;    
    outline-color: #759e3c;
}

.site-search button:focus {
    outline: -webkit-focus-ring-color auto 5px;    
    outline-color: #759e3c;
}

.site-search button:hover {
    outline: -webkit-focus-ring-color auto 5px;    
    outline-color: #759e3c;
}

/* End Section */
