﻿*:focus { outline: 3px dashed; }
button:focus { outline: 3px dashed black;}
a.button:focus, .button:focus { outline: 2px dashed black; text-decoration: none; }
.sub-nav ul li a:focus { outline: 3px dashed black; }
#osu_navbar .univ_name a:focus { outline: 3px dashed white; }
a.skip-link:active, a.skip-link:focus { position: absolute; top: 0; left: 25%; width: 50%; text-align: center; padding: 0.5em 0 1.5em 0; display: block; color: #fff; z-index: 999999999999999999; text-decoration: none; background: #666; background: rgba(0,0,0,0.8); border: 1px dotted #ccc; border-top: none; border-radius: 0 0 6px 6px; }
    a.skip-link:active:hover, a#.skip-link:focus:hover { background: #b00; background: rgba(187,0,0,0.8); }
#ApplicationNavigation:focus, #content:focus { outline: 3px dashed black; }
.orange { background-color: #C75124; }
#ApplicationNavigation .content-wrapper { position: relative; }
.sub-nav ul { display: inline-block; }
    .sub-nav ul.right { position: absolute; right: 0px; }
