.btn:focus,
button:focus {
  outline: solid 3px #ffa00f !important;
}

div.active:focus {
  outline: solid 3px #ffa00f !important;
}

a:focus,
span:focus,
input:focus {
  outline: solid 3px #ffa00f !important;
}

a:hover,
input:hover {
  outline: solid 3px #ffa00f !important;
}

.close:hover, .close:focus {
  outline: solid 3px #ffa00f !important;
}

.nav > li > a:hover, .nav > li > a:focus {
  outline: solid 3px #ffa00f !important;
}

.carousel-indicators li,
.carousel-indicators li.active {
  position: relative;
  width: 18px;
  height: 18px;
  border-width: 2px;
  -webkit-box-shadow: 0 0 0 1px #808080;
  box-shadow: 0 0 0 1px #808080;
}

.carousel-indicators.active li {
  background-color: rgba(100, 149, 253, 0.6);
}

.carousel-indicators.active li.active {
  background-color: white;
}

.carousel-tablist-highlight {
  position: absolute;
  display: block;
  outline: 2px solid transparent;
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 1px transparent;
  box-shadow: 0 0 0 1px transparent;
}

.carousel-tablist-highlight.focus {
  outline: 2px solid #6495ed;
  background-color: rgba(0, 0, 0, 0.4);
}

a.carousel-control:focus {
  outline: 2px solid #6495ed;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, transparent), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, transparent 0, rgba(0, 0, 0, 0.5) 100%);
  -webkit-box-shadow: 0 0 0 1px #000;
  box-shadow: 0 0 0 1px #000;
}

.carousel-pause-button {
  position: absolute;
  top: -30em;
  left: -300em;
  display: block;
}

.carousel-pause-button.focus {
  top: 0.5em;
  left: 0.5em;
}

.carousel:hover .carousel-caption,
.carousel.contrast .carousel-caption {
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
}

.alert-success {
  color: #2d4821;
}

.alert-info {
  color: #214c62;
}

.alert-warning {
  color: #6c4a00;
  background-color: #f9f1c6;
}

.alert-danger {
  color: #d2322d;
}

.alert-danger:hover {
  color: #a82824;
}

/*# sourceMappingURL=bootstrap-accessibility.css.map */
