.hero-article .content-wrapper {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background-color: #000000;
}
.hero-article .default,
.hero-article .bottom-left,
.hero-article .bottom-right {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
.hero-article .default {
  background-color: #003a60;
}
.hero-article .bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #001d43;
  height: 90%;
  width: 40%;
  border-radius: 0 100% 0 0;
}
.hero-article .bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #00507b;
  height: 120%;
  width: 40%;
  border-radius: 100% 0 0 0;
}
.hero-article .media.bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.hero-article .content-wrapper.default,
.hero-article .content-wrapper.image {
  display: flex;
}
.hero-article .content-wrapper.default .content,
.hero-article .content-wrapper.image .content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 420px;
}
.hero-article .media.videoWrapper {
  padding-top: 56.25%;
}
.hero-article .content-wrapper.video .video-js {
  pointer-events: none;
}
.hero-article .content-wrapper.video .video-js.video-playing {
  pointer-events: auto;
}
.hero-article .content-wrapper.video .video-js .vjs-big-play-button,
.hero-article .content-wrapper.video .video-js .vjs-dock-text {
  display: none;
}
.hero-article .content-wrapper.video .content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.hero-article .content-wrapper.video .content.video-playing {
  visibility: hidden;
}
.hero-article .first-row {
  margin-top: 40px;
}
.hero-article .eyebrow {
  font-family: 'MetLifeCircular', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: 500;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 2px;
  margin-bottom: 0;
}
.hero-article .title {
  font-family: 'MetLifeCircular', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: 500;
  font-size: 36px;
  line-height: 43px;
  letter-spacing: -0.56px;
  margin-bottom: 0;
}
.hero-article .eyebrow ~ .title {
  margin-top: 20px;
}
.hero-article .second-row {
  display: flex;
  align-items: flex-end;
  margin-bottom: 40px;
}
.hero-article .details {
  margin-top: 30px;
}
.hero-article .read-time,
.hero-article .date {
  font-family: 'MetLifeCircular', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
}
.hero-article .read-time + .date:before {
  content: '|';
  padding-left: 20px;
  padding-right: 20px;
}
.hero-article .play-button {
  display: inline-block;
  margin-top: 30px;
}
.hero-article .play-button .icon-video-play-default,
.hero-article .play-button .icon-video-play-hvr {
  height: 60px;
  width: 60px;
}
.hero-article .play-button .icon-video-play-default {
  display: block;
}
.hero-article .play-button .icon-video-play-hvr {
  display: none;
}
.hero-article .play-button:hover .icon-video-play-default {
  display: none;
}
.hero-article .play-button:hover .icon-video-play-hvr {
  display: block;
}
.hero-article .horizontal-bar {
  display: flex;
  height: 15px;
}
.hero-article .bar1 {
  width: 60%;
  background-color: #007ABC;
}
.hero-article .bar2 {
  width: 30%;
  background-color: #0061a0;
}
.hero-article .bar3 {
  width: 10%;
  background-color: #A4CE4E;
}
@media screen and (min-width: 768px) {
  .hero-article .content-wrapper.default .content,
  .hero-article .content-wrapper.image .content {
    min-height: 380px;
  }
  .hero-article .first-row {
    margin-top: 30px;
  }
  .hero-article .title {
    font-size: 52px;
    line-height: 59px;
    letter-spacing: -0.8px;
  }
  .hero-article .second-row {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .hero-article .social-sharing {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .hero-article .content-wrapper.default .content,
  .hero-article .content-wrapper.image .content {
    min-height: 600px;
  }
  .hero-article .first-row {
    margin-top: 50px;
  }
  .hero-article .title {
    font-size: 70px;
    line-height: 77px;
    letter-spacing: -1.5px;
  }
  .hero-article .second-row {
    margin-bottom: 50px;
  }
  .hero-article .play-button {
    margin-top: 40px;
  }
}
.byline-spacing .hero-article.component {
  margin-bottom: 0;
}
