.find-nav .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active,
.eu-link {
  border: 2px solid #122d54;
  border-bottom: 2px solid #F3F3F3;
  margin-bottom: -1px;
}

.find-nav, .eu-link {
  color: #122d54 !important;
  font-size: 16px !important;
}

.myClickDisabledElm.active, .nav-link.active {
  font-weight: bold;
}

.find-tabs, .eu-tabs {
  border-bottom: 2px solid #122d54;
}

#myTabContent {
  padding: 2rem 1rem;
  border: 2px solid #122d54;
  border-top: none;
}

/* bootstrap hack: fix content width inside hidden tabs */
.tab-content > .tab-pane:not(.active),
.pill-content > .pill-pane:not(.active) {
    display: block;
    height: 0;
    overflow-y: hidden;
}
/* bootstrap hack end */

#find-dropdown {
  border: 2px solid #122d54;
  border-bottom: 2px solid #F3F3F3;
  color: #122D54;
  font-weight: bold;
  margin-bottom: -1px;
}

.dropdown-item:hover {
  background-color: #111A25;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: white;
  color: #122D54;
}

.dropdown-item.active:hover {
  color: #122D54;
}

@media only screen and (max-width: 1309px) {
  #find-inline-tabs  {
    display: none;
  }
  #find-dropdown-tabs {
    display: block;
  }
}
@media only screen and (min-width: 1310px) {
  #find-inline-tabs  {
    display: block;
  }
  #find-dropdown-tabs {
    display: none;
  }
}
