.t3-tabs-horizontal {
  text-align: left;
}
.t3-tabs-horizontal .nav-tabs {
  border-bottom: 0;
  text-align: center;
  margin-bottom: 25px;
}
.t3-tabs-horizontal .nav-tabs > li {
  float: left;
  background: #1d4156;
  border: 0;
  margin-bottom: 0;
}
.t3-tabs-horizontal .nav-tabs > li.active {
  background: #e8b80f;
}
.t3-tabs-horizontal .nav-tabs > li.active a,
.t3-tabs-horizontal .nav-tabs > li.active a:hover,
.t3-tabs-horizontal .nav-tabs > li.active a:focus,
.t3-tabs-horizontal .nav-tabs > li.active a:active {
  background: #e8b80f;
  color: #ffffff;
  border: 0;
}
.t3-tabs-horizontal .nav-tabs > li a {
  background: transparent;
  color: #829eaf;
  text-transform: uppercase;
  border: 0;
  margin: 0;
  padding: 25px;
  font-size: 13px;
  font-weight: 700;
  border-right: 1px solid #173344;
}
.t3-tabs-horizontal .tab-content {
  padding: 0;
}

.t3-tabs-vertical {
  text-align: left;
}
.t3-tabs-vertical .nav-tabs {
  border-bottom: 0;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .t3-tabs-vertical .nav-tabs {
    float: left;
    width: 25%;
  }
}
@media (max-width: 991px) {
  .t3-tabs-vertical .nav-tabs {
    margin-bottom: 25px;
  }
}
.t3-tabs-vertical .nav-tabs > li {
  display: block;
  float: none;
  background: #1d4156;
  border: 0;
  margin-bottom: 0;
}
.t3-tabs-vertical .nav-tabs > li.active {
  background: #e8b80f;
}
.t3-tabs-vertical .nav-tabs > li.active a,
.t3-tabs-vertical .nav-tabs > li.active a:hover,
.t3-tabs-vertical .nav-tabs > li.active a:focus,
.t3-tabs-vertical .nav-tabs > li.active a:active {
  background: #e8b80f;
  color: #ffffff;
  border: 0;
}
.t3-tabs-vertical .nav-tabs > li a {
  background: transparent;
  color: #829eaf;
  text-transform: uppercase;
  border: 0;
  margin: 0;
  padding: 25px;
  font-size: 13px;
  font-weight: 700;
  border-bottom: 1px solid #173344;
}
.t3-tabs-vertical .nav-tabs > li a.active:hover,
.t3-tabs-vertical .nav-tabs > li a.active:focus,
.t3-tabs-vertical .nav-tabs > li a.active:active {
  background: #e8b80f;
  color: #ffffff;
  border: 0;
}
.t3-tabs-vertical .tab-content {
  padding: 0;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .t3-tabs-vertical .tab-content {
    float: left;
    width: 66.66666667%;
  }
}