.video-block {
  font-family: "Proxima Nova", sans-serif;
  color: #2d2d2d;
  margin: 96px 0;
}

.video-block h5 {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 700;
  color: #2d2d2d;
}

.video-block .block-title {
  font-family: "Trade Gothic Condensed", "Proxima Nova", sans-serif;
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  margin: 0 0 48px;
  letter-spacing: -1px;
  padding-bottom: 0.78571rem;
  line-height: 1.1;
  background: url("../../images/horizontal-dash.png") center bottom no-repeat;
}

.videoGallery-container .videoGallery {
  padding: 0 2.4rem;
  margin: 0 auto;
}

.videoGallery-main {
  height: 0;
  overflow: hidden;
  position: relative;
  padding-top: 0;
  padding-bottom: 56.25%;
  margin-bottom: 3rem;
}

.videoGallery-main.widescreen {
  padding-bottom: 56.34%;
}

.videoGallery-main.vimeo {
  padding-top: 0;
}

.videoGallery-main embed,
.videoGallery-main iframe,
.videoGallery-main object,
.videoGallery-main video {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}

.videoGallery-list {
  list-style: none;
  margin: 0;
  max-width: none;
  width: auto;
  font-size: 0;
  padding-left: 0;
}

.videoGallery-list:after,
.videoGallery-list:before {
  content: " ";
  display: table;
}

.videoGallery-item {
  width: 100%;
  display: inline-block;
  float: none;
  vertical-align: top;
  margin-bottom: 3rem;
}

.videoGallery-item:last-of-type {
  margin-bottom: 0;
}

.video {
  display: block;
  margin-bottom: 1.85714rem;
  opacity: 0.4;
  transition: opacity 0.1s ease-out;
}

.header-logo,
.header-main .navUser-action {
  transition: all 0.3s ease-in-out;
  z-index: 50;
}

.video:after,
.video:before {
  content: " ";
  display: table;
}

.video-figure {
  float: left;
}

.video-figure > img {
  display: block;
}

.video-body:after,
.video-body:before {
  display: table;
  content: " ";
}

.video-figure--opposite {
  float: right;
  margin-left: 0.78571rem;
  margin-right: 0;
}

.video.is-active,
.video:hover {
  color: #454545;
  opacity: 1;
}

.video-figure {
  margin-right: 1.85714rem;
}

.video-title {
  margin-bottom: 0;
  margin-top: 0;
  text-transform: none;
  font-size: 14px;
}

.video-description {
  font-size: 12px;
  margin-bottom: 0;
}

.limelight-player {
  width: 100% !important;
  height: 0 !important;
  padding-bottom: 56.25%;
}

@media (min-width: 1261px) {
  .videoGallery-container .videoGallery {
    max-width: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-right: 24px;
  }

  .videoGallery-container .videoGallery .videoGallery-main {
    width: 65%;
    padding-bottom: 36.25%;
    -ms-flex: 2;
    flex: 2;
  }

  .videoGallery-container .videoGallery .videoGallery-list {
    width: 35%;
    -ms-flex: 1;
    flex: 1;
    max-height: 462px;
  }

  .videoGallery-container .videoGallery .videoGallery-list .videoGallery-item {
    width: 100%;
    display: block;
    padding-left: 1.2rem;
    padding-right: 4rem;
    min-height: 90px;
  }

  .videoGallery-container
    .videoGallery
    .videoGallery-list
    .videoGallery-item
    .video-description,
  .videoGallery-container
    .videoGallery
    .videoGallery-list
    .videoGallery-item
    .video-title {
    line-height: 16px;
  }
}

@media (min-width: 801px) {
  .videoGallery-item {
    width: 50%;
  }

  .videoGallery-item:nth-child(odd) {
    padding-right: 2rem;
  }

  .videoGallery-item:nth-child(even) {
    padding-left: 2rem;
  }

  .video {
    margin-bottom: 1.85714rem;
  }
}

@media screen and (max-width: 967px) {
  .video-block {
    margin: 48px 0 0 0;
  }
}
