/* Start videoYouTubeStageHeader.ftl */

.video-row {
  justify-content: center;
  padding-top: 30px;
}

.video-desc {
  margin-bottom: 30px;
}

@media screen and (max-width: 420px){
  .video-desc{
    padding-left: 10px;
  }
}

.video-row .main-content{
  padding: 0px 3px;
}

/* End videoYouTubeStageHeader.ftl */
@media screen and (max-width: 768px){
  nav .overview-list .card-body{
    padding-top: 1.875rem;
  }
}


#linklists-container h2 {
  margin-bottom: .9375rem
}

table.table tbody th,
table.table tfoot th,
table.table tbody th[scope="row"] {
  background-color: var(--brand1);
  color: var(--white);
}

/* removed 2022-05-05 because of customer wish */
/*
.container-fluid.page-title.page-title-slider {
  margin-bottom: 30px;
}
*/