.tabs {
  position: relative;
  line-height: 0;
}
.tabs:before, .tabs:after {
  content: " ";
  display: table;
}
.tabs:after {
  clear: both;
}
.tabs ul {
  width: 100%;
  padding: 0.55em 0.55em 0 0.55em;
  overflow: hidden;
  margin-left: -0.55em;
  display: inline-block;
  padding-right: 9em;
}

.tabs li a {
  text-align: center;
  color: #4e5969;
  text-decoration: none;
  background-color: #FFF;
  border-radius: 1em 1em 0 0;
  margin-right: 1.2em;
  position: relative;
  display: block;
  overflow: visible;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 1.4em 2em 1.3em 3em;
  margin-bottom: -1px;
  -webkit-box-shadow: 0px 1px 15px -1px rgba(26, 44, 69, 0.5);
  -moz-box-shadow: 0px 1px 15px -1px rgba(26, 44, 69, 0.5);
  box-shadow: 0px 1px 15px -1px rgba(26, 44, 69, 0.5);
}
.tabs li a:after,
.tabs li a {
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.tabs li a:after {
  content: '';
  height: 100%;
  width: 2em;
  background: #FFF;
  border-radius: 0 0.85em 0 0;
  -ms-transform: skew(20deg);
  -webkit-transform: skew(20deg);
  transform: skew(20deg);
  position: absolute;
  margin-left: -1em;
  top: 0;
  left: 100%;
  bottom: 0;
  -webkit-box-shadow: 5px -3px 12px -6px rgba(26, 44, 69, 0.4);
  -moz-box-shadow: 5px -3px 12px -6px rgba(26, 44, 69, 0.4);
  box-shadow: 5px -3px 12px -6px rgba(26, 44, 69, 0.4);
}
.tabs li i {
  text-align: right;
  min-width: 1em;
  opacity: 0.8;
  margin-right: 7px;
  font-size: 0.93em;
  text-align: left;
}
.tabs a span {
  font-size: 1.05em;
  opacity: 0.8;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.tabs ul li.tab--active a {
  z-index: 1;
}
.tabs ul li.tab--active a span,
.tabs ul li.tab--active a i {
  opacity: 1;
}
.jumbo .tabs ul li.tab--active a i,
.tabs ul li.tab--active a i {
  color: #5495cf;
}
.tabs ul li.tab--active a:after,
.tabs ul li.tab--active a {
  background-color: #FFF !important;
}
.jumbo .tabs li.tab--active a {
  color: #4e5969;
}
.jumbo .tabs li:hover a:after,
.jumbo .tabs li:hover a {
  background-color: rgba(103, 123, 167, 1.0)
}
.jumbo .tabs li a:after,
.jumbo .tabs li a {
  color: #FFF;
  background-color: rgba(86, 109, 161, 1.0);
}
.jumbo .tabs ul li {
  float: right;
  width: 33.33%;
}
.jumbo .tabs li a:after {
  -webkit-box-shadow: 9px 1px 10px -5px rgba(26, 44, 69, 0.4);
  -moz-box-shadow: 9px 1px 10px -5px rgba(26, 44, 69, 0.4);
  box-shadow: 9px 1px 10px -5px rgba(26, 44, 69, 0.4);
}

.tabs .floating-action .button {
  font-size: 1.55em;
}


@media screen and (max-width: 58em) {
  .tabs a span i {
    display: none;
  }
  .tabs li a {
    padding: 1.4em 0.5em 1.3em 1.5em;
  }
}
