/*
	business - tabs-wide
*/
/* link color */
/* rounded corners */
/* box-shadow - see Programs & Initiatives hover state */
.tabs-wide {
  margin: 10px 0 10px 0; }
  .tabs-wide .inner {
    background-color: #eee;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc; }
  @media screen and (max-width: 767px) {
    .tabs-wide .span9 {
      width: 100%; } }
  .tabs-wide .nav-tabs:after, .tabs-wide .nav-pills:after {
    clear: both; }
  .tabs-wide .nav-tabs:before, .tabs-wide .nav-pills:before, .tabs-wide .nav-tabs:after, .tabs-wide .nav-pills:after {
    content: "";
    display: table;
    line-height: 0; }
    /* Disabled because of a change request from client */
 /*  .tabs-wide .nav-tabs {
    border-bottom: 1px solid #DDDDDD; } */
  .tabs-wide .nav {
    list-style: none outside none;
    margin-bottom: 0;
    margin-left: 0; }
  .tabs-wide ul {
    margin: 0 0 10px 25px;
    padding: 0; }
  .tabs-wide .nav-tabs > li > a {
    border-radius: 4px 4px 0 0;
    font-weight: bold;
    line-height: 20px;
    padding-bottom: 14px;
    padding-top: 14px;
    display: block;
    color: #000;
    text-align: center;
    text-decoration: none; }
  .tabs-wide .nav-tabs > li > a,
  .tabs-wide .nav-pills > li > a {
    line-height: 14px;
    white-space: nowrap; }
  .tabs-wide li {
    background: url("../../../../static/img/global/tab-divider.png") no-repeat right center;
    float: left;
    line-height: 20px;
    margin-bottom: -2px;
    width: 33%; }
    @media screen and (max-width: 767px) {
      .tabs-wide li {
        width: 100%; } }
  .tabs-wide li:last-child {
    background: none; }
  .tabs-wide .nav {
    list-style: none outside none; }
  .tabs-wide .nav-tabs > .active {
    background: none; }
  .tabs-wide .nav-tabs > .active > a,
  .tabs-wide .nav-tabs > .active > a:hover,
  .tabs-wide .nav-tabs > .active > a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: #ddd #ddd transparent;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    cursor: default;
    margin-top: -5px;
    padding-bottom: 19px; }

.tab-content {
  overflow: visible; }

.lt-ie8 .tabs-wide ul li {
  width: 200px; }
