/* CSS for Related Articles listing on project page */
.field--name-field-related-articles {
  padding: 0 !important;
}

.view-related-articles .item-list > ul {
  padding-left: 3rem;
}
.view-related-articles .item-list > ul > li {
  margin-bottom: 4rem;
  list-style-type: none;
  position: relative;
}
.view-related-articles .item-list > ul > li::before {
  position: absolute;
  content: "";
  background-image: linear-gradient(to right, #ffffff 87.5%, #98A1B4 87.5%, #98A1B4 100%);
  background-size: 8px 100%;
  top: calc(4vw + 4px);
  left: -25px;
  width: 8px;
  height: 150%;
  z-index: 0;
}
.view-related-articles .item-list > ul > li:last-child:before {
  background: #ffffff;
  z-index: 1;
  height: 80%;
}
.view-related-articles .item-list > ul > li > .article:before {
  content: url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='16' width='32'><circle cx='8' cy='8' r='7' fill='rgb(152, 161, 180)' stroke='rgb(152, 161, 180)' stroke-width='1'/></svg>");
  position: absolute;
  top: 4vw;
  left: -25px;
  z-index: 1;
}

.article.related-article-teaser {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.article.related-article-teaser .field {
  padding: 0;
}
.article.related-article-teaser .column-1 {
  flex-basis: calc(33% - 1rem);
  padding-right: 1rem;
  padding-top: 4px;
  flex-grow: 0;
  flex-shrink: 0;
}
.article.related-article-teaser .column-1 img {
  width: 100%;
  height: auto;
}
.article.related-article-teaser .preamble {
  font-size: 1rem;
}
.article.related-article-teaser h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  color: #33373d;
  font-size: 1.5rem;
  margin: 0.5em 0;
}
.article.related-article-teaser h3 a {
  color: #33373d;
}
.article.related-article-teaser h3 a:hover {
  color: #33373d;
  text-decoration: underline;
}
.article.related-article-teaser .publish-date {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  color: #707070;
}

@media (min-width: 500px) {
  .view-related-articles .item-list > ul > li::before {
    top: calc(6vw + 4px);
  }
  .view-related-articles .item-list > ul > li > .article:before {
    top: 6vw;
  }
}
@media (min-width: 768px) {
  .article.related-article-teaser .column-1 {
    flex-basis: calc(40% - 2rem);
  }
  .article.related-article-teaser .preamble {
    font-size: 1.25rem;
  }
  .article.related-article-teaser h3 {
    font-size: 2.5rem;
  }
  .view-related-articles .item-list > ul {
    padding-left: 4rem;
  }
  .view-related-articles .item-list > ul > li::before {
    top: 39px;
    left: -32px;
  }
  .view-related-articles .item-list > ul > li > .article:before {
    top: 35px;
    left: -32px;
  }
}
@media (min-width: 1024px) {
  .view-related-articles .item-list > ul > li::before {
    top: 54px;
  }
  .view-related-articles .item-list > ul > li > .article:before {
    top: 50px;
  }
}
@media (min-width: 1200px) {
  .view-related-articles .item-list > ul > li::before {
    top: calc(40% + 4px);
  }
  .view-related-articles .item-list > ul > li > .article:before {
    top: 40%;
  }
}

/*# sourceMappingURL=project-related-articles.css.map */
