.dropdown-menu > li > a,
.dropdown-menu > li > span {
  padding: 5px 20px;
  display: block;
  clear: both;
  font-weight: normal;
  line-height: 1.85714286;
  color: #3f3f3f;
  white-space: nowrap;
}
.dropdown-menu > li.open > a,
.dropdown-menu > li.open > span {
  background-color: #f5f5f5;
  color: #323232;
}
.dropdown-menu > li.open > a:hover,
.dropdown-menu > li.open > span:hover,
.dropdown-menu > li.open > a:focus,
.dropdown-menu > li.open > span:focus {
  background-color: #f5f5f5;
  color: #323232;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > span {
  background-color: #c29032;
  color: #ffffff;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > span,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > span:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > span:focus {
  background-color: #c29032;
  color: #ffffff;
}
.dropdown-header {
  padding: 3px 20px;
  font-size: 14px;
}
.dropdown-header a {
  color: #999999;
}
.dropdown-submenu > a:after {
  border-right-color: #3f3f3f;
}
.dropdown-submenu:hover > a:after {
  border-right-color: #323232;
}
.nav > li > .separator {
  position: relative;
  display: block;
  padding: 10px 15px;
  line-height: 26px;
}
@media (min-width: 768px) {
  .nav > li > .separator {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (max-width: 991px) {
  .nav > li > span {
    padding: 10px 15px;
    display: inline-block;
  }
}
.nav-tabs {
  border-bottom: 0;
}
.nav-tabs > li {
  float: none;
  display: inline-block;
  text-align: right;
}
.nav-tabs > li + li {
  margin-right: 30px;
}
.nav-tabs > li > a {
  background: none;
  color: #707070;
  padding-right: 0;
  padding-left: 0;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  border: 0;
}
.nav-tabs > li > a:after {
  content: "";
  width: 0;
  height: 2px;
  background: #707070;
  position: absolute;
  bottom: 5px;
  right: 0;
  -webkit-transition: width 350ms;
  -o-transition: width 350ms;
  transition: width 350ms;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs > li > a:active {
  background: none;
  color: #707070;
}
.nav-tabs > li > a:hover:after,
.nav-tabs > li > a:focus:after,
.nav-tabs > li > a:active:after {
  width: 100%;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:active {
  background: none;
  color: #c29032;
  border: 0;
}
.nav-tabs > li.active > a:after,
.nav-tabs > li.active > a:hover:after,
.nav-tabs > li.active > a:focus:after,
.nav-tabs > li.active > a:active:after {
  width: 100%;
  background-color: #c29032;
}
.nav .caret {
  border-top-color: #c29032;
  border-bottom-color: #c29032;
  border-bottom-width: 0;
  border-style: solid;
}
.nav a:hover .caret {
  border-top-color: #856322;
  border-bottom-color: #856322;
}
.t3-navhelper {
  background: #f5f5f5;
  border-top: 1px solid #ebe8e8;
  color: #555555;
  padding: 5px 0;
}
.breadcrumb {
  margin-bottom: 0;
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #999999;
}
.breadcrumb > .active + li:before {
  content: "";
  padding: 0;
}
.breadcrumb > .active .hasTooltip {
  padding-left: 13px;
}
.breadcrumb .divider {
  display: none;
}
.pagination-wrap {
  border-top: 1px solid #ebe8e8;
}
.pagination > li > a,
.pagination > li > span {
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  color: #252525;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-right: 0;
  margin-left: 19.5px;
  padding: 5px 3px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background: none;
  border-color: #c29032;
  color: #252525;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background: none;
  border-color: #c29032;
  color: #c29032;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  background: none;
  border-color: transparent;
}
.pagination {
  display: block;
}
.pagination:before,
.pagination:after {
  content: " ";
  display: table;
}
.pagination:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .pagination {
    float: right;
  }
}
.pagination .pagination {
  display: inline-block;
}
.counter {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  margin-top: 26px;
  padding: 5px 3px;
  background-color: #ffffff;
  border-bottom: 2px solid #ebe8e8;
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .counter {
    float: left;
  }
}
.pager ul {
  padding: 0;
}
.pager li {
  margin: 0 10px;
}
.pager li > strong {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  border-bottom: 1px solid #999999;
}