<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">section {
  background-image: none;
  padding: 7vh 3vw !important;
}
section .session {
  display: block;
  font-size: 0.9rem;
  color: #14521c !important;
}
section .name {
  font-size: 2.5rem;
  margin: .2em 0 1em;
}
section .name small{
  display: block;
  margin: .5em 0;
  font-size: 0.8rem;
  font-weight: bold;
}
.container.section {
  width: 70vw;
  max-width: 1000px;
  padding: 0 0 5vh 0;

}
.show-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 -15px;
}
.video-archivelist {
  width: 48%;
  margin: 0 0 5vh 0;
  padding: 5vh 3vw !important;
}
.video-archivelist p {
  margin: 10px 0!important;
  font-size: 120%;
  font-weight: bold;
}
.video-archivelist ul {
  width: 100%;
  margin: 0;
  padding: 5vh 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.video-archivelist li {
  position: relative;
  width: 100%;
  list-style: none;
  cursor: pointer;
}
.video-archivelist li a {
  display: block;
  width: 125%;
  padding: 15px 40px 15px 15px;
  margin-left: -12.5%;
  margin-bottom: 1em;
  font-family: "Barlow Semi";
  background: #3f3f3f;
  border-radius: 5px;
  color: #fff;
  -moz-transform: scale( 0.80, 1 ); /* Firefox */
  -webkit-transform: scale( 0.80, 1 ); /* Chrome,Safari */
  -ms-transform: scale( 0.80, 1 ); /* IE */
  transform: scale( 0.80, 1 ); /* CSS3 */
}
.video-archivelist li::after {
  position: absolute;
  content: '';
  top: 14px;
  right: 10px;
  bottom: 0;
  display: block;
  width: 25px;
  height: 25px;
  background-image: url(../img/video/video_Icon.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.video-listWrap li a:hover {
  opacity: 0.7;
}
.video-archivelist .video-close {
  font-size: 90%;
  margin: 2em 0;
}
@media screen and (max-width: 768px) {
  .video-archivelist {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .container.section {
    width: 90vw;
    max-width: 1000px;
    padding: 0;
  }
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .video-archivelist li {
    width: 48%;
  }
  *::-ms-backdrop, .video-archivelist li::after{
    right: 0;
    left: 85%;
  }
  *::-ms-backdrop, .video-archivelist li a {
    width: 100%;
    margin-left: 0;
  }
}</pre></body></html>