﻿/*Accessibility*/
.accessibility_conti2 { float: left; padding: 6px 0 0 0; box-sizing: border-box; }


.accessibility_conti { box-sizing: border-box;position: absolute; left: 0;display: none;top:40px;z-index:90000; }
.accessibility_js { color: #0e415d; box-sizing: border-box; display: block; font-size: 25px; font-weight: bold; float:left;}
.accessibility_drop_down {   background-color: #fff; color: #000; width: 155px; z-index: 1000000; }
.accessibility { overflow: hidden; width: 100px; }
    .accessibility a { float: right; display: block; padding: 5px; box-sizing: border-box; }
        .accessibility a:first-child { margin-left: 10px; }
.big { font-size: 1.5em !important; }
.small { font-size: 1em !important; }
.accessibility .big1 { font-size: 1em !important; }

.accessibility_drop_down ul li { width: 100%; border-bottom: 1px solid #0e415d; }
    .accessibility_drop_down ul li a { display: block; padding:10px 5px; box-sizing: border-box; }
        .accessibility_drop_down ul li a:hover, .accessibility_drop_down ul li a:focus { background-color: #0e415d; color: #fff; }

.grayscale { -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */ filter: grayscale(100%); }
.underline_anchors a { text-decoration: underline !important; }
.font_family { font-family: Arial !important; }
.high_contrast, .low_contrast { background: #000 !important; }
.light_background { background: #fff !important; }
.high_contrast a { color: #0080ff !important; }
.low_contrast a { color: yellow !important; }

.make_gray::before { content: '\f02a'; font-family: FontAwesome; }
.change_to_high_contrast::before { content: '\f042'; font-family: FontAwesome; }
.change_to_low_contrast::before { content: '\f06e'; font-family: FontAwesome; }
.change_to_light_background::before { content: '\f0e2'; font-family: FontAwesome; }
.underline_anchors::before { content: '\f0c1'; font-family: FontAwesome; }
.change_font_family::before { content: '\f031'; font-family: FontAwesome; }
.remove_accessibility::before { content: '\f0e2'; font-family: FontAwesome; }
/*End Accessibility*/
