#visually-impaired-mode-controls {
  display: none; }

#visually-impaired-mode-controls .selected {
  display: none;
  width: 100%;
  position: absolute;
  height: 3px;
  background: #000;
  left: 0;
  bottom: -6px; }

.color-1 #visually-impaired-mode-controls .control-color-1 .selected {
  display: block; }

.color-2 #visually-impaired-mode-controls .control-color-2 .selected {
  display: block; }

.color-3 #visually-impaired-mode-controls .control-color-3 .selected {
  display: block; }

.color-4 #visually-impaired-mode-controls .control-color-4 .selected {
  display: block; }

.color-5 #visually-impaired-mode-controls .control-color-5 .selected {
  display: block; }

.font-family-1 #visually-impaired-mode-controls .control-font-family-1 .selected {
  display: block; }

.font-size-1 #visually-impaired-mode-controls .control-font-size-1 .selected {
  display: block; }

.font-interval-1 #visually-impaired-mode-controls .control-font-interval-1 .selected {
  display: block; }

.font-family-2 #visually-impaired-mode-controls .control-font-family-2 .selected {
  display: block; }

.font-size-2 #visually-impaired-mode-controls .control-font-size-2 .selected {
  display: block; }

.font-interval-2 #visually-impaired-mode-controls .control-font-interval-2 .selected {
  display: block; }

.font-family-3 #visually-impaired-mode-controls .control-font-family-3 .selected {
  display: block; }

.font-size-3 #visually-impaired-mode-controls .control-font-size-3 .selected {
  display: block; }

.font-interval-3 #visually-impaired-mode-controls .control-font-interval-3 .selected {
  display: block; }

html.visually-impaired-mode #visually-impaired-mode-controls {
  display: block !important;
  padding: 15px !important;
  color: black !important;
  background: #b4b4b4 !important;
  font-size: 22px !important; }

html.visually-impaired-mode #visually-impaired-mode-controls > div {
  display: inline-block;
  margin: 0 20px;
  vertical-align: middle; }

@media (max-width: 979px) {
  html.visually-impaired-mode #visually-impaired-mode-controls > div {
    display: block;
    margin: 20px 0; } }
html.visually-impaired-mode #visually-impaired-mode-controls div[class^="control-"] {
  padding: 3px;
  line-height: normal;
  position: relative !important;
  cursor: pointer !important;
  min-width: 30px !important;
  min-height: 30px !important;
  border: 1px solid black !important;
  display: inline-block !important;
  vertical-align: middle !important;
  text-align: center !important; }

html.visually-impaired-mode #visually-impaired-mode-controls .control-color-1 {
  color: #000 !important;
  background: #fff !important; }

html.visually-impaired-mode #visually-impaired-mode-controls .control-color-2 {
  color: #fff !important;
  background: #000 !important; }

html.visually-impaired-mode #visually-impaired-mode-controls .control-color-3 {
  color: #195183 !important;
  background: #9dd1ff !important; }

html.visually-impaired-mode #visually-impaired-mode-controls .control-color-4 {
  color: #4d4b43 !important;
  background: #f7f3d6 !important; }

html.visually-impaired-mode #visually-impaired-mode-controls .control-color-5 {
  color: #a9dd38 !important;
  background: #3b2716 !important; }

html.visually-impaired-mode #visually-impaired-mode-controls .control-font-family-1 {
  font-family: Arial, serif; }

html.visually-impaired-mode #visually-impaired-mode-controls .control-font-family-2 {
  font-family: "Times New Roman", serif; }

html.visually-impaired-mode #visually-impaired-mode-controls .control-font-family-3 {
  font-family: "PT Sans", monospace; }

html.visually-impaired-mode #visually-impaired-mode-controls .control-font-size-1 {
  font-size: 22px !important; }

html.visually-impaired-mode #visually-impaired-mode-controls .control-font-size-2 {
  font-size: 28px !important; }

html.visually-impaired-mode #visually-impaired-mode-controls .control-font-size-3 {
  font-size: 34px !important; }

html.visually-impaired-mode #visually-impaired-mode-controls .control-font-interval-2 {
  letter-spacing: 2px; }

html.visually-impaired-mode #visually-impaired-mode-controls .control-font-interval-3 {
  letter-spacing: 4px; }

html.visually-impaired-mode.color-1 #wrapper {
  color: #000 !important;
  background: #fff !important; }

html.visually-impaired-mode.color-1 #wrapper header#banner {
  color: #000 !important;
  background: #fff !important; }

html.visually-impaired-mode.color-1 #wrapper header#banner .site-title .logo img {
  display: none; }

html.visually-impaired-mode.color-1 #wrapper .pager > li > a, html.visually-impaired-mode.color-1 #wrapper .btn {
  background-color: #fff !important;
  border-color: #000 !important; }

html.visually-impaired-mode.color-1 #wrapper .separator {
  border-color: #000 !important; }

html.visually-impaired-mode.color-1 #wrapper legend {
  border-bottom-color: #000 !important; }

html.visually-impaired-mode.color-1 #wrapper input, html.visually-impaired-mode.color-1 #wrapper select, html.visually-impaired-mode.color-1 #wrapper textarea {
  color: #000 !important;
  border-color: #000 !important;
  background-color: #fff !important; }

html.visually-impaired-mode.color-1 #wrapper .control-label {
  color: #000 !important; }

html.visually-impaired-mode.color-1 #wrapper a {
  color: #000 !important;
  text-decoration: underline !important; }

html.visually-impaired-mode.color-1 #wrapper h1, html.visually-impaired-mode.color-1 #wrapper h2, html.visually-impaired-mode.color-1 #wrapper h3, html.visually-impaired-mode.color-1 #wrapper h4, html.visually-impaired-mode.color-1 #wrapper legend {
  color: #000 !important; }

html.visually-impaired-mode.color-1 #wrapper th, html.visually-impaired-mode.color-1 #wrapper td, html.visually-impaired-mode.color-1 #wrapper table {
  background-color: #fff !important;
  border-color: #000 !important; }

html.visually-impaired-mode.color-1 #wrapper .breadcrumb {
  background: #fff !important; }

html.visually-impaired-mode.color-1 #wrapper .breadcrumb * {
  color: #000 !important; }

html.visually-impaired-mode.color-1 #wrapper .nav.nav-tabs .tab.active > a, html.visually-impaired-mode.color-1 #wrapper .nav.nav-tabs .tab > a:hover {
  color: #fff !important;
  background: #000 !important; }

html.visually-impaired-mode.color-1 #wrapper .chosen-container .chosen-single, html.visually-impaired-mode.color-1 #wrapper .chosen-container .chosen-choices {
  background: #fff !important; }

html.visually-impaired-mode.color-1 #wrapper .accordion-group {
  border: 1px solid #000 !important; }

html.visually-impaired-mode.color-1 #wrapper .accordion-inner {
  border-top: 1px solid #000 !important; }

html.visually-impaired-mode.color-1 #wrapper .accordion-toggle {
  color: #000 !important; }

html.visually-impaired-mode.color-1 #wrapper .btn {
  color: #000 !important; }

html.visually-impaired-mode.color-1 #wrapper .btn-primary {
  background: #000 !important;
  color: #fff !important; }

html.visually-impaired-mode.color-1 #wrapper footer#footer {
  color: #000 !important;
  background: #fff !important; }

html.visually-impaired-mode.color-2 #wrapper {
  color: #fff !important;
  background: #000 !important; }

html.visually-impaired-mode.color-2 #wrapper header#banner {
  color: #fff !important;
  background: #000 !important; }

html.visually-impaired-mode.color-2 #wrapper header#banner .site-title .logo img {
  display: none; }

html.visually-impaired-mode.color-2 #wrapper .pager > li > a, html.visually-impaired-mode.color-2 #wrapper .btn {
  background-color: #000 !important;
  border-color: #fff !important; }

html.visually-impaired-mode.color-2 #wrapper .separator {
  border-color: #fff !important; }

html.visually-impaired-mode.color-2 #wrapper legend {
  border-bottom-color: #fff !important; }

html.visually-impaired-mode.color-2 #wrapper input, html.visually-impaired-mode.color-2 #wrapper select, html.visually-impaired-mode.color-2 #wrapper textarea {
  color: #fff !important;
  border-color: #f2f2f2 !important;
  background-color: #000 !important; }

html.visually-impaired-mode.color-2 #wrapper .control-label {
  color: #fff !important; }

html.visually-impaired-mode.color-2 #wrapper a {
  color: #fff !important;
  text-decoration: underline !important; }

html.visually-impaired-mode.color-2 #wrapper h1, html.visually-impaired-mode.color-2 #wrapper h2, html.visually-impaired-mode.color-2 #wrapper h3, html.visually-impaired-mode.color-2 #wrapper h4, html.visually-impaired-mode.color-2 #wrapper legend {
  color: #fff !important; }

html.visually-impaired-mode.color-2 #wrapper th, html.visually-impaired-mode.color-2 #wrapper td, html.visually-impaired-mode.color-2 #wrapper table {
  background-color: #000 !important;
  border-color: #fff !important; }

html.visually-impaired-mode.color-2 #wrapper .breadcrumb {
  background: #000 !important; }

html.visually-impaired-mode.color-2 #wrapper .breadcrumb * {
  color: #fff !important; }

html.visually-impaired-mode.color-2 #wrapper .nav.nav-tabs .tab.active > a, html.visually-impaired-mode.color-2 #wrapper .nav.nav-tabs .tab > a:hover {
  color: #000 !important;
  background: #fff !important; }

html.visually-impaired-mode.color-2 #wrapper .chosen-container .chosen-single, html.visually-impaired-mode.color-2 #wrapper .chosen-container .chosen-choices {
  background: #000 !important; }

html.visually-impaired-mode.color-2 #wrapper .accordion-group {
  border: 1px solid #fff !important; }

html.visually-impaired-mode.color-2 #wrapper .accordion-inner {
  border-top: 1px solid #fff !important; }

html.visually-impaired-mode.color-2 #wrapper .accordion-toggle {
  color: #fff !important; }

html.visually-impaired-mode.color-2 #wrapper .btn {
  color: #fff !important; }

html.visually-impaired-mode.color-2 #wrapper .btn-primary {
  background: #fff !important;
  color: #000 !important; }

html.visually-impaired-mode.color-2 #wrapper footer#footer {
  color: #fff !important;
  background: #000 !important; }

html.visually-impaired-mode.color-3 #wrapper {
  color: #195183 !important;
  background: #9dd1ff !important; }

html.visually-impaired-mode.color-3 #wrapper header#banner {
  color: #195183 !important;
  background: #9dd1ff !important; }

html.visually-impaired-mode.color-3 #wrapper header#banner .site-title .logo img {
  display: none; }

html.visually-impaired-mode.color-3 #wrapper .pager > li > a, html.visually-impaired-mode.color-3 #wrapper .btn {
  background-color: #9dd1ff !important;
  border-color: #195183 !important; }

html.visually-impaired-mode.color-3 #wrapper .separator {
  border-color: #195183 !important; }

html.visually-impaired-mode.color-3 #wrapper legend {
  border-bottom-color: #195183 !important; }

html.visually-impaired-mode.color-3 #wrapper input, html.visually-impaired-mode.color-3 #wrapper select, html.visually-impaired-mode.color-3 #wrapper textarea {
  color: #195183 !important;
  border-color: #15446e !important;
  background-color: #9dd1ff !important; }

html.visually-impaired-mode.color-3 #wrapper .control-label {
  color: #195183 !important; }

html.visually-impaired-mode.color-3 #wrapper a {
  color: #195183 !important;
  text-decoration: underline !important; }

html.visually-impaired-mode.color-3 #wrapper h1, html.visually-impaired-mode.color-3 #wrapper h2, html.visually-impaired-mode.color-3 #wrapper h3, html.visually-impaired-mode.color-3 #wrapper h4, html.visually-impaired-mode.color-3 #wrapper legend {
  color: #195183 !important; }

html.visually-impaired-mode.color-3 #wrapper th, html.visually-impaired-mode.color-3 #wrapper td, html.visually-impaired-mode.color-3 #wrapper table {
  background-color: #9dd1ff !important;
  border-color: #195183 !important; }

html.visually-impaired-mode.color-3 #wrapper .breadcrumb {
  background: #9dd1ff !important; }

html.visually-impaired-mode.color-3 #wrapper .breadcrumb * {
  color: #195183 !important; }

html.visually-impaired-mode.color-3 #wrapper .nav.nav-tabs .tab.active > a, html.visually-impaired-mode.color-3 #wrapper .nav.nav-tabs .tab > a:hover {
  color: #9dd1ff !important;
  background: #195183 !important; }

html.visually-impaired-mode.color-3 #wrapper .chosen-container .chosen-single, html.visually-impaired-mode.color-3 #wrapper .chosen-container .chosen-choices {
  background: #9dd1ff !important; }

html.visually-impaired-mode.color-3 #wrapper .accordion-group {
  border: 1px solid #195183 !important; }

html.visually-impaired-mode.color-3 #wrapper .accordion-inner {
  border-top: 1px solid #195183 !important; }

html.visually-impaired-mode.color-3 #wrapper .accordion-toggle {
  color: #195183 !important; }

html.visually-impaired-mode.color-3 #wrapper .btn {
  color: #195183 !important; }

html.visually-impaired-mode.color-3 #wrapper .btn-primary {
  background: #195183 !important;
  color: #9dd1ff !important; }

html.visually-impaired-mode.color-3 #wrapper footer#footer {
  color: #195183 !important;
  background: #9dd1ff !important; }

html.visually-impaired-mode.color-4 #wrapper {
  color: #4d4b43 !important;
  background: #f7f3d6 !important; }

html.visually-impaired-mode.color-4 #wrapper header#banner {
  color: #4d4b43 !important;
  background: #f7f3d6 !important; }

html.visually-impaired-mode.color-4 #wrapper header#banner .site-title .logo img {
  display: none; }

html.visually-impaired-mode.color-4 #wrapper .pager > li > a, html.visually-impaired-mode.color-4 #wrapper .btn {
  background-color: #f7f3d6 !important;
  border-color: #4d4b43 !important; }

html.visually-impaired-mode.color-4 #wrapper .separator {
  border-color: #4d4b43 !important; }

html.visually-impaired-mode.color-4 #wrapper legend {
  border-bottom-color: #4d4b43 !important; }

html.visually-impaired-mode.color-4 #wrapper input, html.visually-impaired-mode.color-4 #wrapper select, html.visually-impaired-mode.color-4 #wrapper textarea {
  color: #4d4b43 !important;
  border-color: #3f3e37 !important;
  background-color: #f7f3d6 !important; }

html.visually-impaired-mode.color-4 #wrapper .control-label {
  color: #4d4b43 !important; }

html.visually-impaired-mode.color-4 #wrapper a {
  color: #4d4b43 !important;
  text-decoration: underline !important; }

html.visually-impaired-mode.color-4 #wrapper h1, html.visually-impaired-mode.color-4 #wrapper h2, html.visually-impaired-mode.color-4 #wrapper h3, html.visually-impaired-mode.color-4 #wrapper h4, html.visually-impaired-mode.color-4 #wrapper legend {
  color: #4d4b43 !important; }

html.visually-impaired-mode.color-4 #wrapper th, html.visually-impaired-mode.color-4 #wrapper td, html.visually-impaired-mode.color-4 #wrapper table {
  background-color: #f7f3d6 !important;
  border-color: #4d4b43 !important; }

html.visually-impaired-mode.color-4 #wrapper .breadcrumb {
  background: #f7f3d6 !important; }

html.visually-impaired-mode.color-4 #wrapper .breadcrumb * {
  color: #4d4b43 !important; }

html.visually-impaired-mode.color-4 #wrapper .nav.nav-tabs .tab.active > a, html.visually-impaired-mode.color-4 #wrapper .nav.nav-tabs .tab > a:hover {
  color: #f7f3d6 !important;
  background: #4d4b43 !important; }

html.visually-impaired-mode.color-4 #wrapper .chosen-container .chosen-single, html.visually-impaired-mode.color-4 #wrapper .chosen-container .chosen-choices {
  background: #f7f3d6 !important; }

html.visually-impaired-mode.color-4 #wrapper .accordion-group {
  border: 1px solid #4d4b43 !important; }

html.visually-impaired-mode.color-4 #wrapper .accordion-inner {
  border-top: 1px solid #4d4b43 !important; }

html.visually-impaired-mode.color-4 #wrapper .accordion-toggle {
  color: #4d4b43 !important; }

html.visually-impaired-mode.color-4 #wrapper .btn {
  color: #4d4b43 !important; }

html.visually-impaired-mode.color-4 #wrapper .btn-primary {
  background: #4d4b43 !important;
  color: #f7f3d6 !important; }

html.visually-impaired-mode.color-4 #wrapper footer#footer {
  color: #4d4b43 !important;
  background: #f7f3d6 !important; }

html.visually-impaired-mode.color-5 #wrapper {
  color: #a9dd38 !important;
  background: #3b2716 !important; }

html.visually-impaired-mode.color-5 #wrapper header#banner {
  color: #a9dd38 !important;
  background: #3b2716 !important; }

html.visually-impaired-mode.color-5 #wrapper header#banner .site-title .logo img {
  display: none; }

html.visually-impaired-mode.color-5 #wrapper .pager > li > a, html.visually-impaired-mode.color-5 #wrapper .btn {
  background-color: #3b2716 !important;
  border-color: #a9dd38 !important; }

html.visually-impaired-mode.color-5 #wrapper .separator {
  border-color: #a9dd38 !important; }

html.visually-impaired-mode.color-5 #wrapper legend {
  border-bottom-color: #a9dd38 !important; }

html.visually-impaired-mode.color-5 #wrapper input, html.visually-impaired-mode.color-5 #wrapper select, html.visually-impaired-mode.color-5 #wrapper textarea {
  color: #a9dd38 !important;
  border-color: #9fd725 !important;
  background-color: #3b2716 !important; }

html.visually-impaired-mode.color-5 #wrapper .control-label {
  color: #a9dd38 !important; }

html.visually-impaired-mode.color-5 #wrapper a {
  color: #a9dd38 !important;
  text-decoration: underline !important; }

html.visually-impaired-mode.color-5 #wrapper h1, html.visually-impaired-mode.color-5 #wrapper h2, html.visually-impaired-mode.color-5 #wrapper h3, html.visually-impaired-mode.color-5 #wrapper h4, html.visually-impaired-mode.color-5 #wrapper legend {
  color: #a9dd38 !important; }

html.visually-impaired-mode.color-5 #wrapper th, html.visually-impaired-mode.color-5 #wrapper td, html.visually-impaired-mode.color-5 #wrapper table {
  background-color: #3b2716 !important;
  border-color: #a9dd38 !important; }

html.visually-impaired-mode.color-5 #wrapper .breadcrumb {
  background: #3b2716 !important; }

html.visually-impaired-mode.color-5 #wrapper .breadcrumb * {
  color: #a9dd38 !important; }

html.visually-impaired-mode.color-5 #wrapper .nav.nav-tabs .tab.active > a, html.visually-impaired-mode.color-5 #wrapper .nav.nav-tabs .tab > a:hover {
  color: #3b2716 !important;
  background: #a9dd38 !important; }

html.visually-impaired-mode.color-5 #wrapper .chosen-container .chosen-single, html.visually-impaired-mode.color-5 #wrapper .chosen-container .chosen-choices {
  background: #3b2716 !important; }

html.visually-impaired-mode.color-5 #wrapper .accordion-group {
  border: 1px solid #a9dd38 !important; }

html.visually-impaired-mode.color-5 #wrapper .accordion-inner {
  border-top: 1px solid #a9dd38 !important; }

html.visually-impaired-mode.color-5 #wrapper .accordion-toggle {
  color: #a9dd38 !important; }

html.visually-impaired-mode.color-5 #wrapper .btn {
  color: #a9dd38 !important; }

html.visually-impaired-mode.color-5 #wrapper .btn-primary {
  background: #a9dd38 !important;
  color: #3b2716 !important; }

html.visually-impaired-mode.color-5 #wrapper footer#footer {
  color: #a9dd38 !important;
  background: #3b2716 !important; }

html.visually-impaired-mode.font-size-1 {
  font-size: 22px !important;
  line-height: 27px !important; }

html.visually-impaired-mode.font-size-2 {
  font-size: 26px !important;
  line-height: 33px !important; }

html.visually-impaired-mode.font-size-3 {
  font-size: 30px !important;
  line-height: 39px !important; }

html.visually-impaired-mode.font-family-1 {
  font-family: 'Arial', sans-serif !important; }

html.visually-impaired-mode.font-family-2 {
  font-family: 'Times New Roman', sans-serif !important; }

html.visually-impaired-mode.font-family-3 {
  font-family: 'PT Sans', monospace !important; }

html.visually-impaired-mode.font-interval-2 {
  letter-spacing: 2px; }

html.visually-impaired-mode.font-interval-3 {
  letter-spacing: 4px; }

