.hero-article__wrapper {
  position: relative;
  overflow: hidden;
  background-color: #000000;
  color: #ffffff;
  padding-top: 48px;
  padding-bottom: 48px;
}
.hero-article__wrapper.blue {
  background-color: #007abc;
}
.hero-article__wrapper.blue .social-icons .sharingButton:hover .icon:not(.icon-close) {
  color: #ffffff;
  fill: #ffffff;
}
.hero-article__wrapper.dark-gray {
  background-color: #333333;
}
.hero-article__wrapper.light-blue {
  color: #333333;
  background-color: #e6f4fb;
}
.hero-article__wrapper.light-blue svg {
  color: #333333;
  fill: #333333;
}
.hero-article__wrapper.light-blue .social-icons .sharingButton:focus {
  outline-color: #333333;
}
.hero-article__wrapper.light-blue .social-icons .sharingButton:focus svg {
  color: #333333;
  fill: #333333;
}
.hero-article__wrapper.default {
  background-color: #003a60;
}
.hero-article__wrapper.default .media.bg {
  background-image: url('../../../../../../../content/dam/globalMarketingPlatformAssets/images/hero-article/hero-article-mobile.png');
}
@media screen and (min-width: 768px) {
  .hero-article__wrapper.default .media.bg {
    background-image: url('../../../../../../../content/dam/globalMarketingPlatformAssets/images/hero-article/hero-article-tablet.png');
  }
}
@media screen and (min-width: 1024px) {
  .hero-article__wrapper.default .media.bg {
    background-image: url('../../../../../../../content/dam/globalMarketingPlatformAssets/images/hero-article/hero-article-desktop.png');
  }
}
.hero-article__wrapper.default,
.hero-article__wrapper.image {
  display: flex;
  padding-top: 140px;
}
.hero-article__wrapper.default .hero-article__content,
.hero-article__wrapper.image .hero-article__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 2;
}
.hero-article__wrapper:not(.none).white,
.hero-article__wrapper:not(.none).lightblue {
  color: #333333;
}
.hero-article__wrapper:not(.none).white svg,
.hero-article__wrapper:not(.none).lightblue svg {
  fill: #007abc;
}
.hero-article__wrapper:not(.none).white .social-icons .sharingButton:focus,
.hero-article__wrapper:not(.none).lightblue .social-icons .sharingButton:focus {
  outline-color: #0061a0;
}
.hero-article__wrapper:not(.none).white .social-icons .sharingButton:focus:hover svg,
.hero-article__wrapper:not(.none).lightblue .social-icons .sharingButton:focus:hover svg {
  fill: #007abc;
}
.hero-article__wrapper:not(.none) .media.bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero-article__wrapper:not(.none) .media.bg.black::before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0.54) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.hero-article__wrapper:not(.none) .media.bg.white::before {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.67) 0%, rgba(255, 255, 255, 0.67) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.hero-article__wrapper:not(.none) .media.bg.darkblue::before {
  background: linear-gradient(0deg, rgba(0, 58, 96, 0.67) 0%, rgba(0, 58, 96, 0.67) 100%), linear-gradient(180deg, rgba(0, 58, 96, 0) 0%, #003a60 100%);
}
.hero-article__wrapper:not(.none) .media.bg.lightblue::before {
  background: linear-gradient(0deg, rgba(230, 244, 251, 0.67) 0%, rgba(230, 244, 251, 0.67) 100%), linear-gradient(180deg, rgba(230, 244, 251, 0) 0%, #e6f4fb 100%);
}
.hero-article .media.bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.hero-article .media.videoWrapper {
  padding-top: 56.25%;
}
.hero-article__wrapper.video .video-js {
  pointer-events: none;
}
.hero-article__wrapper.video .video-js.video-playing {
  pointer-events: auto;
}
.hero-article__wrapper.video .video-js .vjs-big-play-button,
.hero-article__wrapper.video .video-js .vjs-dock-text {
  display: none;
}
.hero-article__wrapper.video .hero-article__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.hero-article .hero-article__wrapper.video .hero-article__content.video-playing {
  visibility: hidden;
}
.hero-article .play-button {
  display: inline-block;
  margin-top: 30px;
  height: 60px;
}
.hero-article__eyebrow {
  margin-bottom: 24px;
}
.hero-article__read,
.hero-article__date {
  display: inline-flex;
}
.hero-article__details {
  margin-top: 24px;
}
.hero-article__details span {
  padding: 0 24px;
}
.hero-article .horizontal-bar {
  height: 20px;
  display: flex;
}
.hero-article .horizontal-bar.blueGreenGradient {
  background-image: linear-gradient(90deg, #0090da 0%, #a3cd4d 100%);
}
.hero-article .horizontal-bar.darkBlueGradient {
  background-image: linear-gradient(90deg, #1e4c76 0%, #007abc 100%);
}
.hero-article .horizontal-bar.blue {
  background-image: none;
  background-color: #0090da;
}
.hero-article .horizontal-bar.dark-gray {
  background-image: none;
  background-color: #333333;
}
.hero-article .horizontal-bar.light-gray {
  background-image: none;
  background-color: #d9d9d6;
}
.hero-article .horizontal-bar .bar1 {
  width: 60%;
  background-color: #007abc;
}
.hero-article .horizontal-bar .bar2 {
  width: 30%;
  background-color: #0061a0;
}
.hero-article .horizontal-bar .bar3 {
  width: 10%;
  background-color: #a4ce4e;
}
.hero-article .hero-article:not(.imageTag) .social-icons li.social-icons__item {
  margin: 0 0 0 16px;
}
.hero-article .hero-article:not(.imageTag) .social-icons li.social-icons__item:first-of-type {
  margin: 0;
}
.hero-article .hero-article:not(.imageTag) .byline-wrapper {
  border-bottom: 1px solid #d9d9d6;
  padding-top: 48px;
  padding-bottom: 32px;
  display: flex;
  align-items: center;
}
.hero-article .hero-article:not(.imageTag) .byline-wrapper .byline-image,
.hero-article .hero-article:not(.imageTag) .byline-wrapper .byline-content,
.hero-article .hero-article:not(.imageTag) .byline-wrapper .byline-content__text,
.hero-article .hero-article:not(.imageTag) .byline-wrapper .byline-content__name {
  display: inline-block;
}
.hero-article .hero-article:not(.imageTag) .byline-wrapper .byline-image {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 83px;
  min-height: 83px;
  width: 83px;
  min-width: 83px;
  background: linear-gradient(136deg, #0090da, #a4ce4e);
  border-radius: 50%;
}
.hero-article .hero-article:not(.imageTag) .byline-wrapper .byline-image .bg {
  height: 80px;
  width: 80px;
  border-radius: 50%;
}
.hero-article .hero-article:not(.imageTag) .byline-wrapper .byline-content {
  padding-left: 16px;
  color: #000000;
}
.hero-article .hero-article:not(.imageTag) .byline-wrapper .byline-content .byline-content__title {
  color: #333333;
}
.hero-article .col-padding-right-none {
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .hero-article__wrapper.default,
  .hero-article__wrapper.image {
    padding-top: 160px;
  }
  .hero-article .continue-share .col-12 {
    max-width: 50%;
  }
  .hero-article .continue-share .col-md-3 {
    max-width: 40%;
    width: fit-content;
    float: right;
  }
  .hero-article .social-icons {
    height: 100%;
  }
  .hero-article .social-icons .social-icons__list {
    height: 100%;
    align-items: flex-end;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .hero-article .titleColumnSpan {
    flex: 0 0 83.33%;
    max-width: 83.33%;
  }
  .hero-article .hero-article:not(.imageTag) .social-sharing .icon {
    height: 28px;
    width: 28px;
  }
}
@media screen and (max-width: 1023px) {
  .hero-article .hero-article:not(.imageTag) .social-icons li.social-icons__item {
    margin: 0 0 0 16px;
  }
  .hero-article .hero-article:not(.imageTag) .social-icons li.social-icons__item:first-of-type {
    margin: 0;
  }
  .hero-article .hero-article:not(.imageTag) .social-sharing {
    margin-top: 24px;
  }
  .hero-article .hero-article.solidColor .social-sharing {
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .hero-article .titleColumnSpan {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .hero-article .hero-article:not(.imageTag) .social-sharing .social-icons__item {
    height: 20px;
    width: 20px;
  }
  .hero-article .hero-article:not(.imageTag) .social-sharing .icon {
    height: 20px;
    width: 20px;
  }
  .hero-article .social-icons__item {
    height: 20px;
    width: 20px;
  }
  .hero-article .social-icons__item .sharingButton {
    height: 20px;
    width: 20px;
  }
  .hero-article .hero-article.solidColor .social-sharing {
    margin-top: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .hero-article .titleColumnSpan {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .hero-article__eyebrow {
    margin-bottom: 48px;
  }
  .hero-article__details {
    margin-top: 48px;
  }
  .hero-article .hero-article:not(.imageTag) .social-sharing .icon {
    height: 28px;
    width: 28px;
  }
  .hero-article__wrapper.default,
  .hero-article__wrapper.image {
    padding-top: 200px;
  }
  .hero-article .play-button {
    margin-top: 48px;
  }
}
@media screen and (min-width: 1300px) {
  .hero-article .col-lg-11-offset-1-right-edge {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    padding-left: calc(1300px * 0.08333 + 0.5 * (100vw - 1285px));
    margin-left: 0;
  }
}
.hero-article .imageTag .hero-article__wrapper {
  background-color: #ffffff;
  padding-bottom: 0;
  padding-top: 24px;
}
.hero-article .imageTag .mobile-bg {
  display: none;
}
.hero-article .imageTag .byline-compact-wrapper .byline-image .bg {
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
.hero-article .imageTag .hero-article__wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.hero-article .imageTag .hero-article__eyebrow {
  padding: 0;
  margin: 0;
}
.hero-article .imageTag .byline-compact-wrapper {
  display: flex;
  padding: 16px 0 16px 16px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.hero-article .imageTag .byline-compact-wrapper .byline-compact-wrapper-inner {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.hero-article .imageTag .byline-compact-wrapper .byline-content {
  display: flex;
  flex-direction: row;
  gap: 4px;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
}
.hero-article .imageTag .byline-compact-wrapper .byline-content__text,
.hero-article .imageTag .byline-compact-wrapper .byline-content__name,
.hero-article .imageTag .byline-compact-wrapper .byline-content__title {
  align-self: center;
}
.hero-article .imageTag .hero-article__wrapper.imageTag.blue,
.hero-article .imageTag .hero-article__wrapper.imageTag.blue .mobile-bg {
  background-image: none;
  background-color: #007abc;
}
.hero-article .imageTag .hero-article__wrapper.imageTag.gray,
.hero-article .imageTag .hero-article__wrapper.imageTag.gray .mobile-bg {
  background-image: none;
  background-color: #333333;
}
.hero-article .imageTag .hero-article__headline {
  display: flex;
  padding-bottom: 16px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.hero-article .imageTag .col-md-4 {
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}
.hero-article .imageTag .col-md-8 {
  display: flex;
}
.hero-article .imageTag .hero-article__details {
  margin-top: 0;
}
.hero-article .imageTag img {
  height: 100%;
}
.hero-article .imageTag .outside-horizontal-bar {
  margin-bottom: -12px;
}
.hero-article .imageTag .horizontal-bar {
  height: 12px;
  transform: rotate(180deg);
  background-image: linear-gradient(267deg, #0090da 20.83%, #a3cd4d 75.53%);
}
.hero-article .imageTag .social-sharing {
  padding: 8px 0;
}
.hero-article .imageTag .full-bar {
  height: 1px;
  background-image: linear-gradient(267deg, #0090da 20.83%, #a3cd4d 75.53%);
}
.hero-article .imageTag .byline-wrapper {
  display: flex;
  align-items: center;
}
.hero-article .imageTag .byline-wrapper .byline-image,
.hero-article .imageTag .byline-wrapper .byline-content,
.hero-article .imageTag .byline-wrapper .byline-content__text,
.hero-article .imageTag .byline-wrapper .byline-content__name {
  display: inline-block;
}
.hero-article .imageTag .byline-wrapper .byline-image .bg {
  border-radius: 50%;
}
.hero-article .imageTag .byline-wrapper .byline-content {
  padding-left: 16px;
  color: #000000;
}
.hero-article .imageTag .social-sharing {
  padding-top: 8px;
}
.hero-article .imageTag .social-icons .icon {
  height: 20px;
  width: 20px;
}
.hero-article .imageTag .social-icons li.social-icons__item {
  margin-left: 16px;
}
.hero-article .imageTag .social-icons li.social-icons__item:first-child {
  margin-left: 0;
}
.hero-article .imageTag .social-icons .sharingButton:focus {
  outline: 2px solid #a4ce4e;
  outline-offset: 3px;
}
@media screen and (max-width: 767px) {
  .hero-article .imageTag .col-md-8,
  .hero-article .imageTag .offset-md-6 {
    padding: 0 16px;
  }
  .hero-article .imageTag .hero-article__details span {
    padding: 0 20px;
  }
  .hero-article .imageTag .mobile-bg {
    display: block;
    background-image: linear-gradient(90deg, #1e4c76 0%, #0090da 100%);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
  }
  .hero-article .imageTag .hero-article__headline {
    padding-bottom: 8px;
  }
  .hero-article .imageTag .byline-content {
    padding-left: 16px;
  }
  .hero-article .imageTag .byline-content .byline-content__name {
    align-self: center;
  }
  .hero-article .imageTag .outside-horizontal-bar {
    padding-left: 30%;
  }
  .hero-article .imageTag .social-icons .icon {
    height: 20px;
    width: 20px;
  }
  .hero-article .imageTag .social-sharing {
    padding: 16px 0 0 0;
  }
  .hero-article .imageTag .byline-wrapper .byline-container {
    padding-top: 12px;
  }
  .hero-article .imageTag .byline-compact-wrapper .social-sharing {
    display: none;
  }
  .hero-article .imageTag__date > span {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (min-width: 768px) {
  .hero-article .imageTag .hero-article__wrapper.imageTag {
    background-image: linear-gradient(90deg, #1e4c76 0%, #007abc 100%);
  }
  .hero-article .imageTag .horizontal-bar {
    height: 8px;
    transform: rotate(180deg);
    background-image: linear-gradient(267deg, #0090da 20.83%, #a3cd4d 75.53%);
  }
  .hero-article .imageTag .social-icons li.social-icons__item {
    margin: 0 0 0 16px;
  }
  .hero-article .imageTag .social-icons .sharingButton:focus {
    outline: 2px solid #0061a0;
    outline-offset: 3px;
  }
  .hero-article .imageTag .social-icons .sharingButton:hover .icon,
  .hero-article .imageTag .social-icons .sharingButton:focus .icon {
    color: #0061a0;
    fill: #0061a0;
  }
  .hero-article .imageTag .social-icons .icon {
    height: 28px;
    width: 28px;
    color: #333333;
    fill: #333333;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .hero-article .imageTag .hero-article__wrapper {
    padding-top: 24px;
  }
  .hero-article .imageTag .social-sharing {
    padding-top: 5px;
  }
  .hero-article .imageTag .hero-article__wrapper.by-social {
    padding-bottom: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .hero-article .imageTag .hero-article__eyebrow {
    padding-top: 0;
  }
  .hero-article .imageTag .hero-article__wrapper.imageTag {
    background-image: linear-gradient(90deg, #1e4c76 0%, #007abc 100%);
  }
  .hero-article .imageTag .horizontal-bar {
    height: 12px;
    transform: rotate(180deg);
    background-image: linear-gradient(267deg, #0090da 20.83%, #a3cd4d 75.53%);
  }
  .hero-article .imageTag .social-icons li.social-icons__item {
    margin: 0 0 0 16px;
  }
  .hero-article .imageTag .social-icons .icon {
    height: 28px;
    width: 28px;
  }
}
.byline-spacing .hero-article.component {
  margin-bottom: 0;
}
body[dir="rtl"] .hero-article .col-padding-right-none {
  padding-left: 0;
  padding-right: 16px;
}
body[dir="rtl"] .hero-article__read {
  direction: ltr;
}
body[dir="rtl"] .hero-article__wrapper.default .media.bg {
  transform: scaleX(-1);
}
body[dir="rtl"] .hero-article .hero-article:not(.imageTag) .social-icons li.social-icons__item {
  margin: 0 18px 0 0;
}
body[dir="rtl"] .hero-article .hero-article:not(.imageTag) .social-icons li.social-icons__item:first-of-type {
  margin: 0;
}
body[dir="rtl"] .hero-article .hero-article:not(.imageTag) .byline-wrapper .byline-content {
  padding-right: 32px;
  padding-left: 0;
}
body[dir="rtl"] .hero-article .horizontal-bar.blueGreenGradient {
  transform: scaleX(-1);
}
body[dir="rtl"] .hero-article .horizontal-bar.darkBlueGradient {
  transform: scaleX(-1);
}
body[dir="rtl"] .hero-article .imageTag__wrapper.imageTag,
body[dir="rtl"] .hero-article .imageTag__wrapper.imageTag .container {
  transform: scaleX(-1);
}
body[dir="rtl"] .hero-article .imageTag .full-bar {
  background-image: linear-gradient(to right, #a4ce4e, #0090da);
}
body[dir="rtl"] .hero-article .imageTag .offset-md-6 > div {
  transform: scaleX(-1);
}
body[dir="rtl"] .hero-article .imageTag .social-icons li.social-icons__item {
  margin: 0 24px 0 0;
}
body[dir="rtl"] .hero-article .imageTag .social-icons li.social-icons__item:first-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  body[dir="rtl"] .hero-article .imageTag .hero-article:not(.imageTag) .social-sharing .icon {
    height: 30px;
    width: 30px;
  }
  body[dir="rtl"] .hero-article .imageTag .col-md-8,
  body[dir="rtl"] .hero-article .imageTag .offset-md-6 {
    padding-left: 0;
    padding-right: 16px;
  }
  body[dir="rtl"] .hero-article .imageTag .hero-article:not(.imageTag) .social-icons {
    float: left;
  }
}
@media screen and (min-width: 768px) {
  body[dir="rtl"] .hero-article .imageTag .social-icons li.social-icons__item {
    margin: 0 16px 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  body[dir="rtl"] .hero-article .imageTag .col-md-8 {
    padding-left: 0;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1024px) {
  body[dir="rtl"] .hero-article .imageTag .social-icons li.social-icons__item {
    margin: 0 20px 0 0;
  }
}
body[dir="rtl"] .hero-article .imageTag .byline-content {
  padding-right: 8px;
  padding-left: initial;
}
@media screen and (min-width: 1300px) {
  body[dir="rtl"] .hero-article .col-lg-11-offset-1-right-edge {
    padding-left: initial;
    padding-right: calc(1300px * 0.08333 + 0.5 * (100vw - 1285px));
    margin-right: 0;
    margin-left: initial;
  }
}
@media screen and (max-width: 767px) {
  .video .col-12.col-sm-9.col-md-7.offset-md-1 {
    max-width: 50%;
  }
  .video .social-sharing {
    max-width: 50%;
  }
  .video .social-sharing .social-icons {
    float: right;
  }
}
