/* --------------- System Tabs  --------------- */
.tabs-container {
  margin-bottom: 20px;
}

.tabs {
  font-size: 0.9em;
  font-weight: 400;
  text-transform: uppercase;
  padding: 8px;
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: #b12b25;
}

.tabs ul.primary li a {
  display: block;
  height: 1.8em;
  color: #FFFFFF;
  line-height: 1.9;
}

.tabs a:hover {
  opacity: 0.7;
}

@media screen and (min-width: 320px) { /* 600px */
  .tabs ul.primary {
    overflow: hidden;
    height: auto;
    margin: 0;
    padding: 8px;
    background-color: #c72b24;
    white-space: nowrap;
    border: none;
    border-radius: 0;
    border-collapse: collapse;
    line-height: normal;
  }

  .tabs ul.primary li {
    display: block;
    float: left;
    margin: 0 10px 0 10px;
    vertical-align: bottom;
  }

  .tabs ul.primary li a {
    float: left;
  }

  .tabs ul.primary li.is-active a {
    /*border-bottom: 1px solid #fff;*/
  }

}


.tabs ul.secondary {
  overflow: hidden;
  margin: 5px;
  padding: 0.5em 0;
  border-bottom: none;
}

.tabs ul.secondary li {
  display: block;
  float: left;
  margin: 0;
  padding: 0 1em;
  border-right: 1px solid #ccc;
}

.tabs ul.secondary li:last-child {
  border-right: none;
}

.tabs ul.secondary li:first-child {
  padding-left: 0;
}

.tabs ul.secondary li a {
  display: inline;
  text-decoration: none;
}
.tabs ul.secondary li a.is-active {
  border-bottom: none;
  background: #f2f2f2;
}
