a {
  color: #6c757d;
}

.filter {
  cursor: pointer;
}

#ajax-overlay {
  position: fixed;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.spinner-wrapper {
  width: 100%;
  height: 100%;
}

.spinner-centered {
  margin: 0 auto;
  flex-direction: column;
}

.list-group-item.active {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.bd-toc {
  position: -webkit-sticky;
  position: sticky;
  top: 5rem;
  height: calc(100vh - 5rem);
  overflow-y: auto;
}

.active.tab1 {
  background-color: #92d050 !important;
}

.active.tab2 {
  background-color: #ffff00 !important;
  color: #495057 !important;
}

.active.tab3 {
  background-color: #ffc000 !important;
}

#contents, #materials {
  display: none;
}

.show-contents, .show-materials {
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .position-sticky {
    position: relative !important;
    top: 0 !important;
    height: auto !important;
  }
}
.waiting-message {
  color: #fff;
  margin: 15px auto;
  text-align: center;
}

.loading-message {
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  margin: 15px auto;
  text-align: center;
}

.hidden {
  display: none;
}

.rotate {
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.rotate.down {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

h4.accordion {
  display: inline-block;
}

ul.intro-list li {
  margin-bottom: 15px;
}

h5.modal-title {
  text-align: center;
  font-size: 1.35rem;
  margin: 0 auto;
}

img.card-img-top {
  flex: none;
  image-orientation: none;
}

.modal .close {
  position: absolute;
  right: 1rem;
}

.link-blue {
  color: #00b0f0;
}

.fitforfire {
  font-family: Arial, sans-serif;
}

.nav-item a.nav-link {
  color: #ffffff !important;
}

.alert {
  display: none;
}

.wwwebsite {
  z-index: 999;
  position: absolute;
  height: 0;
  width: 0;
  border: none;
  background: none;
  margin: 0;
  top: 0;
  left: 0;
  clear: both;
  font-size: 0;
  line-height: 0;
}

div#nav-tabContent {
  background: #fff;
}

/*# sourceMappingURL=styles.css.map */
