/*
	Accessibility styles
	chris@inathought.com
*/

/*a:focus {
	outline: 2px dotted red !important;
}*/

.a11y-jump-link {
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    background: black;
    z-index: 99999;
    margin: 0;
    padding: 10px;
    text-align: center;
}

.a11y-jump-link:focus {
    top: 0;
}

.focusable:focus {
    outline: 2px dashed red !important;
    outline-offset: 2px;
    border-radius: 0;
}

.has-focus {
    background: yellow;
}

fieldset fieldset {
    margin: 0 0 16px 0;
}

fieldset fieldset legend {
    border-bottom: none !important;
    font-size: inherit;
    margin: 0 !important;
}

fieldset p {
    font-size: inherit !important;
    line-height: 1.3 !important;
}

/*section:first-child {
	margin-top: 48px;
}*/

.label-search {
    display: none;
}

.a11y-toolbar {
    position: fixed;
    z-index: 99999;
    top: 43%;
    right: 0;
}

.a11y-toolbar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    /* 	box-shadow: 0 0 3px #888; */
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.a11y-toolbar ul li {
    display: block;
    height: 24px;
    width: 24px;
}

.a11y-toolbar .icon {
    display: inline-block;
    background: url('/cassette.axd/file/Content/Vendors/a11y-master/img/sprite-d59e103731d773f67a90584768c3cea885f609dd.png') transparent no-repeat;
    height: 16px;
    width: 16px;
    margin-top: 3px;
}

.a11y-toolbar .icon-adjust {
    background-position: 0 0;
}

.a11y-toolbar .icon-tint {
    background-position: 0 -16px;
}

.a11y-toolbar .icon-font {
    background-position: 0 -32px;
}

.a11y-toolbar .icon-white.icon-adjust {
    background-position: -16px -16px;
}

.a11y-toolbar .icon-white.icon-tint {
    background-position: -16px 0;
}

.a11y-toolbar .icon-white.icon-font {
    background-position: -16px -32px;
}

.a11y-toolbar ul li a {
    display: block;
    height: 24px;
    width: 24px;
    background: #e2e2e2;
    text-align: center;
    line-height: 24px;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #d2d2d2;
}

.a11y-toolbar ul li a:focus,
.a11y-toolbar ul li a:hover {
    background: #fff;
}

.a11y-toolbar ul li a.active {
    background: #e3b313;
}

.a11y-toolbar ul li:first-child a {
    border-top-left-radius: 4px;
}

.a11y-toolbar ul li:last-child a {
    border-bottom-left-radius: 4px;
}

.a11y-toolbar .offscreen {
    display: none;
}