.c-video-spotlight {
  background-color: #133153;
  overflow: hidden;
  padding: 0;
}
.l-section--banded .c-video-spotlight {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: none;
  position: relative;
  right: 50%;
  width: 100vw;
}

.c-video-spotlight__inner {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1728px;
  position: relative;
  overflow: hidden;
  height: 500px;
}
@media screen and (min-width: 37.5em) {
  .c-video-spotlight__inner {
    height: 500px;
  }
}
@media screen and (min-width: 48em) {
  .c-video-spotlight__inner {
    height: 500px;
  }
}
@media screen and (min-width: 62em) {
  .c-video-spotlight__inner {
    height: 768px;
  }
}

.c-video-spotlight__image {
  -o-object-fit: cover;
     object-fit: cover;
  line-height: 0;
  z-index: 0;
}
.c-video-spotlight__image img {
  mix-blend-mode: overlay;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.9;
}
.c-video-spotlight__image:before {
  background: -webkit-gradient(linear, left top, right top, from(#133153), to(rgba(19, 49, 83, 0)));
  background: linear-gradient(90deg, #133153 0%, rgba(19, 49, 83, 0) 100%);
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 18.5%;
  z-index: 1;
}
.c-video-spotlight__image:after {
  background: -webkit-gradient(linear, right top, left top, from(#133153), to(rgba(19, 49, 83, 0)));
  background: linear-gradient(-90deg, #133153 0%, rgba(19, 49, 83, 0) 100%);
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 18.5%;
  z-index: 1;
}

.c-video-spotlight__content {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1472px;
  padding-left: 16px;
  padding-right: 16px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
  height: 100%;
  color: #d2dee3;
  z-index: 2;
}
@media (min-width: 37.5em) {
  .c-video-spotlight__content {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 92em) {
  .c-video-spotlight__content {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.c-video-spotlight__content p {
  max-width: 35rem;
  margin: 0 auto 64px;
}
.c-video-spotlight__content h2,
.c-video-spotlight__content h3,
.c-video-spotlight__content h4,
.c-video-spotlight__content h5,
.c-video-spotlight__content h6 {
  font-size: 1.9rem;
  color: #fff;
  margin: 0 0 16px;
}
@media (min-width: 37.5em) {
  .c-video-spotlight__content h2,
  .c-video-spotlight__content h3,
  .c-video-spotlight__content h4,
  .c-video-spotlight__content h5,
  .c-video-spotlight__content h6 {
    font-size: 2.5rem;
  }
}
@media (min-width: 48em) {
  .c-video-spotlight__content h2,
  .c-video-spotlight__content h3,
  .c-video-spotlight__content h4,
  .c-video-spotlight__content h5,
  .c-video-spotlight__content h6 {
    font-size: 3rem;
  }
}
@media (min-width: 62em) {
  .c-video-spotlight__content h2,
  .c-video-spotlight__content h3,
  .c-video-spotlight__content h4,
  .c-video-spotlight__content h5,
  .c-video-spotlight__content h6 {
    font-size: 4rem;
  }
}

.c-video-spotlight__play {
  border: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background-color: #da1418;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  margin: 0 auto;
}
.c-video-spotlight__play:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  margin-left: 2px;
  border-left: 30px solid #fff;
}

.c-video-spotlight__video {
  position: absolute;
  display: none;
  width: 100%;
  top: 0;
  left: 0;
  height: 0;
  z-index: 3;
}
.c-video-spotlight__video video,
.c-video-spotlight__video iframe {
  width: 100%;
  height: 100%;
}

.c-video-spotlight__video video-js {
  width: 100%;
  height: 500px;
}
@media screen and (min-width: 37.5em) {
  .c-video-spotlight__video video-js {
    height: 500px;
  }
}
@media screen and (min-width: 48em) {
  .c-video-spotlight__video video-js {
    height: 500px;
  }
}
@media screen and (min-width: 62em) {
  .c-video-spotlight__video video-js {
    height: 768px;
  }
}

.c-video-spotlight__brightcove {
  position: relative;
  z-index: 3;
}

.paragraph--type--video-spotlight .js-video-spotlight__video.c-video-spotlight__brightcove .brightcove-player video-js.video-js {
  padding-top: 500px;
}
@media screen and (min-width: 37.5em) {
  .paragraph--type--video-spotlight .js-video-spotlight__video.c-video-spotlight__brightcove .brightcove-player video-js.video-js {
    padding-top: 500px;
  }
}
@media screen and (min-width: 48em) {
  .paragraph--type--video-spotlight .js-video-spotlight__video.c-video-spotlight__brightcove .brightcove-player video-js.video-js {
    padding-top: 500px;
  }
}
@media screen and (min-width: 62em) {
  .paragraph--type--video-spotlight .js-video-spotlight__video.c-video-spotlight__brightcove .brightcove-player video-js.video-js {
    padding-top: 768px;
  }
}