.youtube-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
#youtube-field-player {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.container.header-content-layout {
  margin-left: 25px;
}
.node--type-youtube-video-content.node--view-mode-full .field--name-field-video-transcript .field__item {
  display: none;
}
.video-title {
  color: rgb(0, 48, 135);
}
.video-title:hover {
  text-decoration: underline;
}
#youtube-field-player {
  border-radius: 16px;
}
h1.video-title,
h1.video-title:hover {
  color: black;
  font-weight: bold;
  text-decoration: none;
}
.sidebar-right {
  padding-top: 35px;
}
.node--view-mode-related-videos a .field__item.video-thumbnail {
  flex: 0 1 60%;
  display: flex;
  justify-content: center;
}
div.views-element-container h2{
  margin-top: var(--spacing04);
  padding: 0;
  margin-bottom: 0;
  padding-left: var(--spacing06);
}
.views-element-container {
  padding-top: var(--spacing11);
}
#block-identrust-theme-content .views-element-container {
  padding-top: 0;
}
.views-element-container.contextual-region {
  padding-top: 0;
}
@media (max-width: 1480px) and (min-width: 992px) {
  .node--view-mode-related-videos a {
    flex-direction: column;
  }
  .video-title {
    padding-top: 15px;
  }
}
@media (max-width: 600px) {
  .node--view-mode-related-videos a {
    flex-direction: column;
  }
  .video-title {
    padding-top: 15px;
  }
}
.node--view-mode-related-videos {
  border-top: 1px solid #E7E7E7;
}
.node--view-mode-related-videos.last {
  border-bottom: 1px solid #E7E7E7;
}

.node--view-mode-related-videos .video-title {
  text-decoration: none;
  color: black;
}
.node--view-mode-related-videos .node__content.clearfix a {
  display: flex;
  justify-content: right;
}
article.node--view-mode-related-videos .node__content.clearfix {
  max-width: 668px;
}
.node--type-youtube-video-content .node__content.clearfix {
  padding-top: var(--spacing05);
}
.extra-width.container {
  width: 90%;
}
.node--view-mode-related-videos .field--name-field-instructional-video {
  flex: 0 1 60%;
}
.node--view-mode-related-videos .video-title {
  flex: 0 1 30%;
  font-size: 16px;
}
.field--name-field-video-description {
  padding: 25px 0;
}
.field--name-field-video-transcript {
  padding-bottom: 25px;
}
.video-order-number {
  height: 25px;
  width: 25px;
  background-color: silver;
  border-radius: 50%;
  display: inline-block;
  line-height: 28px;
  color: black;
  text-align: center;
}
.current-video.video-order-number {
  line-height: 26.5px;
  padding-left: 3px;
  background-color: black;
  color: white;
}
/*@media (min-width: 1345px) {
  nav.breadcrumb ol {
    margin-left: 100px;
  }
  div.breadcrumbs {
    display: flex;
    justify-content: left;
  }
}*/
@media (max-width: 1480px) and (min-width: 992px) {
  .video-thumbnail img {
    width: 70%
  }
}
@media (max-width: 830px) {
  .flex-page-content {
    flex-wrap: wrap;
  }
}
@media (max-width: 600px) {
  .node--view-mode-related-videos .video-thumbnail img {
    width: 70%;
  }
}
.item-list ol {
  counter-reset: item;
  list-style-type: none;
}
.item-list ol li {
  counter-increment: item;
  position: relative;
}
.item-list ol li:before {
  content: counter(item) "";
  position: absolute;
  height: 25px;
  width: 25px;
  background-color: silver;
  border-radius: 50%;
  padding-right: var(--spacing01);
  padding-left: var(--spacing01);
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 28px;
  color: black;
  text-align: center;
  left: 0;
  top: 1em;
}
.item-list ol li.playing:before {
  content: '\25B6';
  background-color: black;
  display: flex;
  color: white;
  line-height: 25px;
  justify-content: center;
  align-items: center;
  padding-left: var(--spacing02);
  padding-bottom: var(--spacing01);
}
a .field__item.video-title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: var(--spacing06);
}
.node--view-mode-related-videos .video-thumbnail {
  position: relative;
  display: inline-block;
}
.node--view-mode-related-videos .video-thumbnail img {
  transition: opacity 0.5 ease;
}
.node--view-mode-related-videos .video-thumbnail:before {
  content: '\25B6';
  position: absolute;
  top: 50%;
  left: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  transform: translate(-50%, -50%);
  display: flex;
  height: 50px;
  font-size: 30px;
  color: black;
  background-color: white;
  border-radius: 50%;
  padding: 10px 16px;
  opacity: 0;
  transition: opacity 0.5s ease;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.node--view-mode-related-videos .video-thumbnail:hover img {
  opacity: 1;
}
.node--view-mode-related-videos .video-thumbnail:hover::before {
  opacity: 1;
}

