.edc-related {
  display: flex;
  overflow: hidden;
  color: var(--calcite-ui-text-1);
  background-color: var(--calcite-ui-background);
  text-shadow: none !important; }
  @media (max-width: 640px) {
    .edc-related {
      flex-direction: column; } }
  @media (min-width: 481px) and (max-width: 860px) {
    .edc-related {
      align-items: center; } }
  .edc-related-message {
    font-size: 32px;
    line-height: 1.094;
    padding: var(--space-8) var(--space-4);
    text-align: center;
    font-weight: 100;
    justify-content: center;
    letter-spacing: -.03em;
    margin: 0;
    transition: font-size .2s; }
    .edc-related-message p {
      margin-bottom: 0; }
    @media (min-width: 641px) {
      .edc-related-message {
        font-size: 35px;
        line-height: 1.086;
        padding: 0 var(--space-6);
        width: calc(50vw + 22px);
        text-align: start; } }
    @media (min-width: 860px) {
      .edc-related-message {
        font-size: 3.4vmax;
        line-height: 1.5;
        padding: var(--space-8);
        align-items: center;
        display: flex;
        flex-grow: 1; } }
    @media (min-width: 1900px) {
      .edc-related-message {
        font-size: 64px; } }
    .edc-related-message-content {
      max-width: 12.75em;
      font-weight: 300;
      position: relative; }
      .edc-related-message-content a,
      .edc-related-message-content p a {
        text-decoration: none;
        background-position: 0% calc(100% - .05em);
        background-repeat: no-repeat;
        background-size: 200% 1px;
        background-position-x: 100%;
        position: relative;
        display: inline;
        transition: background-position-x .4s;
        background-image: linear-gradient(90deg, var(--calcite-ui-brand) calc(50% - 1px), var(--calcite-ui-border-1) calc(50% - 1px));
        color: var(--calcite-ui-brand);
        text-shadow: -0.075em -0.05em 0 var(--calcite-ui-foreground-1), -0.125em 0 0 var(--calcite-ui-foreground-1), -0.075em 0 0 var(--calcite-ui-foreground-1), -0.05em 0 0 var(--calcite-ui-foreground-1), 0.05em 0 0 var(--calcite-ui-foreground-1), 0.075em 0 0 var(--calcite-ui-foreground-1), 0.125em 0 0 var(--calcite-ui-foreground-1) !important; }
        .edc-related-message-content a:focus, .edc-related-message-content a:hover,
        .edc-related-message-content p a:focus,
        .edc-related-message-content p a:hover {
          background-position-x: 0;
          text-decoration: none; }
        .edc-related-message-content a::selection,
        .edc-related-message-content p a::selection {
          background-color: #b3d4fc;
          color: var(--calcite-ui-text-1);
          text-shadow: none; }
        .edc-related-message-content a li,
        .edc-related-message-content p a li {
          letter-spacing: 0; }
  .edc-related .edc-related-aside2 {
    display: block;
    overflow: hidden;
    position: relative; }
    .edc-related .edc-related-aside2 .edc-related-link {
      background-color: var(--esri-ui-opacity85-inverse); }
      .edc-related .edc-related-aside2 .edc-related-link calcite-link {
        --calcite-link-blue-underline: transparent; }
    .edc-related .edc-related-aside2:hover .edc-related-link {
      background-color: var(--calcite-ui-background); }
    .edc-related .edc-related-aside2:hover .heromessage-image {
      transform: scale(1.05); }
    @media (max-width: 480px) {
      .edc-related .edc-related-aside2 {
        margin: var(--space-4); } }
    @media (min-width: 641px) and (max-width: 1280px) {
      .edc-related .edc-related-aside2 {
        width: 44vw; } }
    @media (min-width: 1281px) {
      .edc-related .edc-related-aside2 {
        min-width: 400px;
        min-height: 300px;
        width: 60vmin;
        height: 45vmin; } }
    .edc-related .edc-related-aside2 .edc-related-link {
      padding: var(--space-4);
      color: var(--calcite-ui-text-1);
      text-decoration: none;
      transition: background-color .4s; }
      @media (min-width: 861px) {
        .edc-related .edc-related-aside2 .edc-related-link {
          right: 0;
          bottom: 0;
          left: 0;
          position: absolute; } }
      .edc-related .edc-related-aside2 .edc-related-link calcite-link {
        display: inline;
        font-size: 1.5vmax;
        line-height: 1.3; }
        @media (max-width: 1280px) {
          .edc-related .edc-related-aside2 .edc-related-link calcite-link {
            font-size: 20px; } }
    .edc-related .edc-related-aside2 .heromessage-image {
      height: 100%;
      max-width: none;
      transition: transform .4s;
      width: 100%;
      object-fit: cover; }
  .edc-related .hero-message__category {
    padding: 0;
    color: currentColor;
    letter-spacing: .12em;
    background-color: initial; }

.edc-related-category + .edc-related-action {
  margin-top: .25em; }

.edc-related .edc-related-aside2:hover, .edc-related .edc-related-aside2:active, .edc-related .edc-related-aside2:focus {
  cursor: pointer; }

@media (min-width: 641px) {
  .edc-related.ILTR,
  .edc-related.ILTR * a {
    flex-direction: row-reverse; } }
