/* Accessibility Styles */

/* Focus styles for logo when tabbed to main content link */ 
#main-content-section:focus ~.ar-topnavWrap nav .row .ar-logo .jpmcLink,
li.mainNav a:focus,
.yamm-content a:focus {
	outline: 1px dotted #fff; 
	outline-offset: 2px; 
}

/* Prevents tab focus going into the global sub navs when closed */
nav .yammDropdown.closed, nav .yammDropdown2.closed {
	display: none;
}

/* Allows tab focus to go into the global sub navs when opened */
nav .yammDropdown.open, nav .yammDropdown2.open {
	display: block;
}