.dropdown-menu > li > a {
  padding: 5px 13px;
  border-radius: 3px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background: #f7f7f7;
  color: #1d9bdc;
}
.dropdown-menu > .open > a,
.dropdown-menu > .open > a:hover,
.dropdown-menu > .open > a:focus {
  background: #f7f7f7;
  color: #1d9bdc;
}
.dropdown-menu > .active > a {
  color: #1d9bdc;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background: #f7f7f7;
}
.dropdown-header {
  padding: 3px 20px;
  font-size: 14px;
}
.dropdown-header a {
  color: #8c959f;
}
.dropdown-submenu > a:after {
  border-left-color: #4c5560;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #414852;
}
.nav > li > .separator {
  position: relative;
  display: block;
  padding: 10px 15px;
  line-height: 26px;
}
@media (min-width: 992px) {
  .nav > li > .separator {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (max-width: 991px) {
  .nav > li > span {
    padding: 10px 15px;
    display: inline-block;
  }
}
.nav-tabs {
  margin-bottom: 26px;
}
.nav-tabs > li {
  margin-right: 26px;
}
.nav-tabs > li > a {
  color: #26292d;
  border: none;
  border-bottom: 2px solid transparent;
  font-weight: 700;
  padding: 0 0 5px 0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background: none;
  border-color: #1d9bdc;
  color: #1d9bdc;
}
.nav-tabs > li.open > a,
.nav-tabs > li.open > a:hover,
.nav-tabs > li.open > a:focus {
  background: none;
}
.nav-tabs > li.disabled > a,
.nav-tabs > li.disabled > a:hover,
.nav-tabs > li.disabled > a:focus {
  border-color: transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background: none;
  border: none;
  border-bottom: 2px solid #1d9bdc;
  color: #1d9bdc;
}
.nav-tabs > li > a.active,
.nav-tabs > li > a.active:hover,
.nav-tabs > li > a.active:focus {
  background: none;
  border: none;
  border-bottom: 2px solid #1d9bdc;
  color: #1d9bdc;
}
.nav-tabs .dropdown-menu {
  margin-top: 0;
}
.nav-pills > li > a {
  border: 1px solid #eeeeee;
  text-transform: uppercase;
  color: #4c5560;
}
.nav-pills > li.open > a,
.nav-pills > li.open > a:hover,
.nav-pills > li.open > a:focus {
  background: #f7f7f7;
  color: #1d9bdc;
  border-color: #eeeeee;
}
.nav-pills > li.disabled > a,
.nav-pills > li.disabled > a:hover,
.nav-pills > li.disabled > a:focus {
  background: #f7f7f7;
  color: #8c959f;
  border-color: #eeeeee;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background: #1d9bdc;
  border-color: #1d9bdc;
  color: #ffffff;
}
.nav .caret {
  border-top-color: #1d9bdc;
  border-bottom-color: #1d9bdc;
}
.nav a:hover .caret {
  border-top-color: #146b98;
  border-bottom-color: #146b98;
}
.t3-navhelper {
  background: #f5f5f5;
  border-top: 1px solid #eeeeee;
  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: #8c959f;
}
.breadcrumb > .active + li:before {
  content: "";
  padding: 0;
}
.breadcrumb > .active .hasTooltip {
  padding-right: 13px;
}
.breadcrumb .divider {
  display: none;
}
.pagination-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 30px;
  margin: 26px 0 0;
}
@media (min-width: 1200px) {
  .pagination-wrap {
    justify-content: space-between;
  }
}
.pagination-wrap::after,
.pagination-wrap::before {
  display: none;
}
div.pagination,
.com-tags-tag-list__pagination {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 30px;
  margin: 26px 0 0;
}
@media (min-width: 1200px) {
  div.pagination,
  .com-tags-tag-list__pagination {
    justify-content: space-between;
  }
}
div.pagination::after,
.com-tags-tag-list__pagination::after,
div.pagination::before,
.com-tags-tag-list__pagination::before {
  display: none;
}
ul.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  gap: 7.5px;
}
@media (min-width: 1200px) {
  ul.pagination {
    justify-content: start;
    gap: 0;
  }
}
.counter {
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #dddddd;
  color: #4c5560;
  display: inline-block;
  margin: 0;
  padding: 10px 20px;
}