.dropdown-menu {
  border-radius: 3px;
  padding: 10px 0;
}
.dropdown-menu .divider {
  background: transparent;
  height: auto;
  margin: 0;
  overflow: visible;
}
.dropdown-menu > li > a,
.dropdown-menu > li > span {
  display: block;
  padding: 5px 20px;
}
.dropdown-header {
  padding: 3px 20px;
  font-size: 14px;
}
.dropdown-header a {
  color: #888888;
}
.dropdown-submenu > a:after {
  border-left-color: #9e9e9e;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ad974f;
}
.nav > li > .separator {
  position: relative;
  display: block;
  padding: 10px 15px;
  line-height: 24px;
}
@media (min-width: 991px) {
  .nav > li > .separator {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
@media (max-width: 991px) {
  .nav > li > span {
    padding: 10px 15px;
    display: inline-block;
  }
}
.nav-tabs {
  margin-bottom: 24px;
}
.nav-tabs > li > a {
  border: 0;
  border-bottom: 1px solid transparent;
  padding: 0 0 4px 0;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 24px;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs > li > a:active {
  border-bottom: 1px solid transparent;
}
.nav-tabs > li.open > a,
.nav-tabs > li.open > a:hover,
.nav-tabs > li.open > a:focus,
.nav-tabs > li.open > a:active {
  border-bottom: 1px solid transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:active {
  border: 0;
  border-bottom: 1px solid #ad974f;
}
.nav-tabs > li > a.active {
  background: transparent;
}
.nav .caret {
  border-top-color: rgba(255, 255, 255, 0.8);
  border-bottom-color: rgba(255, 255, 255, 0.8);
  border-bottom-width: 0;
  border-style: solid;
}
.nav a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.t3-navhelper {
  background: #f5f5f5;
  border-top: 1px solid #191919;
  color: #555555;
  padding: 5px 0;
}
.breadcrumb {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #888888;
}
.breadcrumb > .active + li:before {
  content: "";
  padding: 0;
}
.breadcrumb > .active .hasTooltip {
  padding-right: 12px;
}
.breadcrumb .divider {
  display: none;
}
.pagination-wrap {
  clear: both;
}
.pagination > li > a,
.pagination > li > span {
  border: 0;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 3px;
}
.pagination > .disabled {
  display: none;
}
div.pagination,
.pagination-wrap,
.com-tags-tag-list__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  margin-top: 36px;
  margin-bottom: 0;
}
@media (min-width: 1400px) {
  div.pagination,
  .pagination-wrap,
  .com-tags-tag-list__pagination {
    flex-direction: row-reverse;
  }
}
ul.pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
}
.counter {
  background-color: #252525;
  border-radius: 3px;
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  padding: 15px 15px;
}