/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 22 June 2026 13:50:18
*/


@charset "UTF-8";
.video-tiles .inner {
  padding: 1rem 0;
  font-size: 90%;
}
.video-tiles .inner h4 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
.video-tiles .inner .video-image-thumbnail {
  margin: 0.25rem 1rem 1rem 0;
}
.video-tiles .bg-light-theme {
  background-color: #f0f0f0;
}
.video-tiles .video-image-background {
  display: none;
  background-position: center center;
  background-size: cover;
  min-height: 15rem;
}
.video-tiles .video-image-background:hover i.icon-fa-play-light {
  color: #8cdbe5;
}
.video-tiles .video-image-background a.no-hover::after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}
.video-tiles .video-image-thumbnail {
  float: left;
  background-position: center center;
  background-size: cover;
  width: 6rem;
  height: 6rem;
  margin: 0.25rem 1rem 0.25rem 0;
  position: relative;
}
.video-tiles .video-image-thumbnail a.no-hover::after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}
.video-tiles img.loading {
  width: 2.5rem;
  height: auto;
}
.video-tiles.video-tiles-lg .video-image-thumbnail {
  display: block;
}
.video-tiles.video-tiles-lg .video-image-background {
  display: none;
}
.video-tiles.row .col.bg-light-blue {
  height: 100%;
}
.video-tiles .duration. .description {
  display: none;
}
.video-tiles .description:not(:empty) {
  display: inline;
}
.video-tiles .duration:not(:empty) {
  display: block;
  margin: 1rem 0 0.5rem;
}
.video-tiles .duration:not(:empty)::before {
  content: "";
  font-family: "Iconly";
  margin-right: 0.5rem;
}
.video-tiles i.icon-fa-play-light {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #d1eeea;
  transition: color ease 0.2s;
}
@media screen and (min-width: 640px) {
  .video-tiles {
    display: flex;
  }
  .video-tiles .inner {
    font-size: 100%;
  }
  .video-tiles.video-tiles-lg .video-image-thumbnail {
    display: none;
  }
  .video-tiles.video-tiles-lg .video-image-background {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .video-tiles .inner {
    padding: 1.5rem 1rem;
  }
  .video-tiles .inner h4 {
    margin-bottom: 1rem;
  }
  .video-tiles .tile.col-md-6 {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  .video-tiles .tile.col-md-6 .bg-dark {
    flex-grow: 0;
  }
  .video-tiles .tile.col-md-6 .bg-light-theme {
    flex-grow: 1;
  }
  .video-tiles .tile.col-md-6 .inner {
    padding: 1rem 0;
  }
  .video-tiles .tile.col-md-6 .video-image-background {
    min-height: 12rem;
  }
  .video-tiles .tile.col-md-4 {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  .video-tiles .tile.col-md-4 .bg-dark {
    flex-grow: 0;
  }
  .video-tiles .tile.col-md-4 .bg-light-theme {
    flex-grow: 1;
  }
  .video-tiles .tile.col-md-4 .inner {
    padding: 1rem 0;
  }
  .video-tiles .tile.col-md-4 .video-image-background {
    min-height: 8rem;
  }
}
@media screen and (min-width: 991px) {
  .video-tiles .inner {
    padding: 1rem 0 0.25rem;
  }
  .video-tiles .video-image-thumbnail {
    display: none;
  }
  .video-tiles .video-image-background {
    display: block;
  }
  .video-tiles .tile.col-md-6 > .col > a {
    display: flex;
    height: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .video-tiles .inner {
    padding: 2rem 1.5rem;
  }
}
