h2.title.col-tn-gap-top {
  color: #231815;
  border: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: middle;
}

.list-default {
  clear: both;
}

.list-default ul.body li a {
  padding: 0 !important;
}

.list-default ul.body li {
  padding: 0 !important;
}

.list-default img {
  max-width: 100%;
  height: auto;
}

.list-default dt {
  text-align: left;
  border-bottom: 1px solid #000;
  color: #c00;
  margin: 10px;
  margin-bottom: 0;
  font-family: "bebas_neueregular", sans-serif;
  font-size: 20px;
  clear: both;
}

@media screen and (min-width: 768px) {
  .list-default dt {
    margin: inherit;
    height: inherit;
    line-height: inherit;
    font-size: inherit;
    letter-spacing: inherit;
  }
}

.list-default ul li {
  clear: both;
  overflow: hidden;
}

.list-default ul li .box {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
}

.list-default ul li .box > * {
  position: relative;
}

.list-default ul li .box .icon {
  z-index: 1;
}

.list-default ul li .box .icon img {
  position: relative;
  z-index: -1;
}

.list-default ul li .icon .img,
.list-default ul li .icon img {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .list-default ul li .icon .img,
  .list-default ul li .icon img {
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -o-border-radius: 1px;
    -ms-border-radius: 1px;
  }
}

.list-default ul li .icon .img {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
}

.list-default ul li .text {
  border-bottom: solid #ccc;
  border-width: 1px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .list-default ul li .text {
    border-width: 0.5px;
  }
}

.list-default ul li .text .title {
  display: block;
}

@media screen and (min-width: 768px) {
  .list-default ul li .text .title {
    font-size: inherit;
  }
}

.list-default ul li .text .title[class*='gap-top'] {
  padding-top: 8px;
}

.list-default ul li .text .badge {
  display: inline-block;
  padding: 0 6px;
  background: #ccc;
  color: #fff;
  font-family: "bebas_neuebook", sans-serif;
  letter-spacing: 1px;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -o-border-radius: 1px;
  -ms-border-radius: 1px;
}

.list-default ul li .text .badge.badge-clear {
  background: none;
  font-family: "bebas_neueregular", sans-serif;
  font-size: 1.2em;
  color: #c00;
}

.list-default ul li:last-child .text {
  border: 0;
}

.list-default ul li:first-child, .list-default ul li:last-child {
  border-width: 1px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .list-default ul li:first-child, .list-default ul li:last-child {
    border-width: 0.5px;
  }
}
