.selected-articles.component {
  background-color: #ffffff;
  color: #000000;
}
.selected-articles a {
  display: block;
}
.selected-articles .selected-articles__decoration-row {
  margin-bottom: 10px;
}
.selected-articles .selected-articles__color-bar {
  position: absolute;
  top: 0;
  left: 16px;
  right: 16px;
  height: 4px;
  background-image: linear-gradient(to right, #0090da, #a4ce4e);
}
.selected-articles .selected-articles__title-column,
.selected-articles .selected-articles__cta-button-column {
  display: flex;
  align-items: center;
}
.selected-articles .selected-articles__cta-button {
  display: inline-flex;
  align-items: center;
  color: #000000;
}
.selected-articles .selected-articles__cta-button .icon-chevron-right {
  height: 11px;
  width: 8px;
  color: #000000;
  fill: none;
  stroke: #000000;
  margin-left: 8px;
  margin-top: 2px;
}
.selected-articles .selected-articles__general-content-row {
  margin-bottom: 20px;
}
.selected-articles .selected-articles__title {
  color: #000000;
  font-family: 'MetLifeCircular', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: 500;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: -0.43px;
  margin-bottom: 0;
}
.selected-articles .selected-articles__title > *:last-child {
  margin-bottom: 0;
}
.selected-articles .selected-articles__content-card-row {
  margin-bottom: 40px;
}
.selected-articles .selected-articles__content-card-link {
  color: #000000;
}
.selected-articles .selected-articles__content-card-link:hover .selected-articles__content-card-image .bg,
.selected-articles .selected-articles__content-card-link:focus .selected-articles__content-card-image .bg {
  transform: scale(1.05);
}
.selected-articles .selected-articles__selected-articles-link:hover .selected-articles__selected-articles-image-container .bg,
.selected-articles .selected-articles__selected-articles-link:focus .selected-articles__selected-articles-image-container .bg {
  transform: scale(1.05);
}
.selected-articles .selected-articles__content-card-image-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.selected-articles .selected-articles__content-card-image-background {
  position: absolute;
  top: 5px;
  left: 5px;
  height: 100%;
  width: 100%;
  background: #000000;
}
.selected-articles .selected-articles__content-card-image-background.black {
  background: #000000;
}
.selected-articles .selected-articles__content-card-image-background.blue-green {
  background: linear-gradient(89.94deg, #0090da 0.06%, #0090da 0.06%, #a4ce4e 99.95%);
}
.selected-articles .selected-articles__content-card-image,
.selected-articles .selected-articles__selected-articles-image {
  position: absolute;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.selected-articles .selected-articles__content-card-image .bg,
.selected-articles .selected-articles__selected-articles-image .bg {
  height: 100%;
  width: 100%;
  transition: all .5s;
}
.selected-articles .card-link {
  color: #000000;
}
.selected-articles .card-link:focus,
.selected-articles .card-link:hover {
  color: #000000;
  text-decoration: underline;
}
.selected-articles .selected-articles__content-card-title {
  color: #000000;
  font-family: 'MetLifeCircular', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: 500;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: -0.43px;
}
.selected-articles .selected-articles__content-card-description {
  color: #000000;
  font-family: 'Noto Sans', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.1px;
  margin-top: 10px;
}
.selected-articles .selected-articles__content-card-title > *:last-child,
.selected-articles .selected-articles__content-card-description > *:last-child {
  margin-bottom: 0;
}
.selected-articles .selected-articles__content-card-date {
  color: #6e6e6e;
  font-family: 'MetLifeCircular', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: 500;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 2px;
  margin-top: 20px;
}
.selected-articles .selected-articles__selected-articles-column {
  display: flex;
}
.selected-articles .selected-articles__selected-articles-link {
  width: 100%;
  color: #000000;
}
.selected-articles .feature-link a {
  color: #000000;
}
.selected-articles .feature-link a:focus,
.selected-articles .feature-link a:hover {
  color: #000000;
  text-decoration: underline;
}
.selected-articles .selected-articles__selected-articles-image-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.selected-articles .selected-articles__selected-articles-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.selected-articles .selected-articles__selected-articles-title {
  color: #000000;
  font-family: 'MetLifeCircular', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.2px;
  margin-top: 20px;
}
.selected-articles .selected-articles__selected-articles-date {
  color: #6e6e6e;
  font-family: 'MetLifeCircular', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: 500;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 2px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .selected-articles .selected-articles__cta-button {
    margin-top: 20px;
  }
  .selected-articles .selected-articles__content-card-image-container {
    margin-bottom: 20px;
  }
  .selected-articles .selected-articles__selected-articles-column:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .selected-articles .selected-articles__decoration-row {
    margin-bottom: 30px;
  }
  .selected-articles .selected-articles__general-content-row {
    margin-bottom: 40px;
  }
  .selected-articles .selected-articles__title-column {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .selected-articles .selected-articles__cta-button-column {
    flex: 0 0 30%;
    max-width: 30%;
    justify-content: flex-end;
  }
  .selected-articles .selected-articles__title {
    font-weight: 500;
    font-size: 44px;
    line-height: 50px;
    letter-spacing: -0.73px;
  }
  .selected-articles .selected-articles__content-card-title {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.5px;
  }
  .selected-articles .selected-articles__selected-articles-row > .col-12 > .row {
    margin-left: -13px;
    margin-right: -13px;
  }
  .selected-articles .selected-articles__selected-articles-column {
    position: relative;
    padding-left: 13px;
    padding-right: 13px;
  }
  .selected-articles .selected-articles__content-card-description {
    line-height: 26px;
  }
  .selected-articles .selected-articles__content-card-date {
    margin-top: 10px;
  }
  .selected-articles .selected-articles__selected-articles-link-bar {
    position: absolute;
    width: 1px;
    background: #d9d9d6;
    height: 75%;
    bottom: 0;
    left: 13px;
  }
  .selected-articles .selected-articles__selected-articles-link {
    padding-left: 26px;
  }
}
.keyboard-active .selected-articles .card-link:focus,
.keyboard-active .selected-articles .feature-link a:focus {
  outline-offset: 2px;
}
body[dir="rtl"] .selected-articles .selected-articles__color-bar {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
body[dir="rtl"] .selected-articles .selected-articles__cta-button .icon-chevron-right {
  margin-right: 8px;
  margin-left: initial;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
body[dir="rtl"] .selected-articles .selected-articles__content-card-image-background {
  right: 5px;
  left: initial;
}
body[dir="rtl"] .selected-articles .selected-articles__content-card-image-background.blue-green {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
@media screen and (min-width: 768px) {
  body[dir="rtl"] .selected-articles .selected-articles__selected-articles-link-bar {
    right: 13px;
    left: initial;
  }
  body[dir="rtl"] .selected-articles .selected-articles__selected-articles-link {
    padding-right: 26px;
    padding-left: initial;
  }
}
