.widget-graphic-cms-bi-less .page-header {
  margin-top: 0;
}
.widget-graphic-cms-bi-less ul {
  list-style: none;
  padding: 10px 1px;
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
}
.widget-graphic-cms-bi-less ul li {
  float: left;
  padding: 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .widget-graphic-cms-bi-less ul li {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .widget-graphic-cms-bi-less {
    /** * Conditionally apply styles based upon child count */
    /** * The non-sassy way */
    /* one item */
    /* two items */
  }
  .widget-graphic-cms-bi-less li:first-child:nth-last-child(1),
  .widget-graphic-cms-bi-less li:first-child:nth-last-child(1) ~ li {
    width: 100%;
  }
  .widget-graphic-cms-bi-less li:first-child:nth-last-child(2),
  .widget-graphic-cms-bi-less li:first-child:nth-last-child(2) ~ li {
    width: 50%;
  }
  .widget-graphic-cms-bi-less li:first-child:nth-last-child(1) {
    width: 100%;
  }
  .widget-graphic-cms-bi-less li:first-child:nth-last-child(2),
  .widget-graphic-cms-bi-less li:first-child:nth-last-child(2) ~ li {
    width: 50%;
  }
}
.widget-graphic-cms-bi-less .placeholder-wrapper {
  display: block;
  position: relative;
}
.widget-graphic-cms-bi-less .placeholder-wrapper p {
  margin: 0;
}
.widget-graphic-cms-bi-less .placeholder-wrapper p.text-placeholder-streaming {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  color: #FFF;
  font-size: 22px;
  text-align: center;
  line-height: 1.2;
}
.widget-graphic-cms-bi-less .tabs-video-language .tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}
.widget-graphic-cms-bi-less .tabs-video-language .tabset .tab-panel {
  display: none;
}
.widget-graphic-cms-bi-less .tabs-video-language .tabset label {
  border-bottom: 0;
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  padding: 15px 25px 25px;
  position: relative;
  margin-bottom: 0;
  font-size: 18px;
}
.widget-graphic-cms-bi-less .tabs-video-language .tabset label:after {
  background: #8d8d8d;
  bottom: 10px;
  content: "";
  height: 4px;
  left: 25px;
  position: absolute;
  width: 22px;
}
.widget-graphic-cms-bi-less .tabs-video-language .tabset label:hover {
  color: #0066cc;
}
.widget-graphic-cms-bi-less .tabs-video-language .tabset label:hover:after {
  background: #0066cc;
}
.widget-graphic-cms-bi-less .tabs-video-language .tabset input:focus + label {
  color: #0066cc;
}
.widget-graphic-cms-bi-less .tabs-video-language .tabset input:focus + label:after {
  background: #0066cc;
}
.widget-graphic-cms-bi-less .tabs-video-language .tabset input:checked + label {
  border-bottom: 1px solid #ffffff;
  border-color: #cccccc;
  margin-bottom: -1px;
}
.widget-graphic-cms-bi-less .tabs-video-language .tabset input:checked + label:after {
  background: #0066cc;
}
.widget-graphic-cms-bi-less .tabs-video-language .tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.widget-graphic-cms-bi-less .tabs-video-language .tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.widget-graphic-cms-bi-less .tabs-video-language .tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.widget-graphic-cms-bi-less .tabs-video-language .tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.widget-graphic-cms-bi-less .tabs-video-language .tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.widget-graphic-cms-bi-less .tabs-video-language .tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}
.widget-graphic-cms-bi-less .tabs-video-language .tab-panel {
  border-top: 1px solid #cccccc;
  padding: 30px 0;
}
