.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
@media only screen and (max-width: 992px) {
  .nav {
    flex-direction: column;
  }
}

.nav-link {
  display: block;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-tabs {
  border-bottom: 1px solid #e8e8e8;
}
@media only screen and (max-width: 992px) {
  .nav-tabs {
    border: 0;
  }
}
.nav-tabs .nav-item {
  padding: 0 1rem;
  margin: 0;
  text-indent: 0;
}
@media only screen and (max-width: 992px) {
  .nav-tabs .nav-item {
    padding: 0;
    border-bottom: 1px solid #e8e8e8;
  }
}
.nav-tabs .nav-item:before {
  display: none;
}
.nav-tabs .nav-item:first-child {
  padding-left: 0;
}
.nav-tabs .nav-item:last-child {
  padding-right: 0;
}
.nav-tabs .nav-link {
  border: 0;
  font-size: 18px;
  padding: 0.6rem 0;
  letter-spacing: 0;
  position: relative;
  top: 2px;
  border-bottom: 3px solid transparent;
  color: #0D0F58;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  color: #0d0f58;
  border-color: #0d0f58;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #0d0f58;
  border-bottom: 3px solid #0d0f58;
}

.tab-content {
  box-shadow: none;
  background: transparent;
}
.tab-content > .tab-pane {
  display: none;
  padding: 16px 0px;
}
.tab-content > .active {
  display: block;
}

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