.story-created-date {
  font-size: 15px;
  color: #808285;
  font-weight: 500;
  margin-bottom: 2em;
}

/* EOF - leave to help git with changes. */

img.twitter-small {
  position: relative;
  top: -3px;
  width: 30px;
}

body.views-page .taxonomy-term > header {
  padding-bottom: 2em;
}

article.search-list-item {
  margin: 20px 0;
  padding: 16px;
  border-radius: 10px;
  border: 1px #f1f1f1;
  background-color: #f1f1f1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition-duration: 0.5s;
}

article.search-list-item:hover {
  background-color: #e1e1e1;
}

.flex-row  {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.no-hr hr {
  display: none;
}


.off-canvas-wrapper article.search-list-item h4.node-title {
  margin-bottom: 0;
  font-family: "Roboto Slab";
  text-transform: inherit;
}
.bundle-col {
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  text-align: right;
  margin-left: 30px;
  padding: 5px 6px 6px 6px;
  border-radius: 4px;
  background-color: #4c4d46;
  white-space: nowrap;
}

article.search-list-item .link-row a {
  font-size: 18px;
}

.bundle-col {

}
.bundle-col:before {
  padding-right: 10px;
  padding-right: 10px;
  position: relative;
  top: 2px;
}
.article-ico:before {
  width: 1em;
  height: 1em;
  content: url("../images/blog-icon.svg");
}
.program-ico:before {
  width: 1em;
  height: 1em;
  content: url("../images/heart-icon.svg");
}
.press-release-ico:before {
  width: 1em;
  height: 1em;
  content: url("../images/news-icon.svg");
}
.story-ico:before {
  width: 1em;
  height: 1em;
  content: url("../images/book-icon.svg");
}
@media screen and (max-width: 64em)  {
  .views-row {
    padding-right: 2em;
    padding-left: 2em;
  }
}
.off-canvas-wrapper .tags-wrapper {
  display: flex;
}
.viewport-margin-important {
  width: 95%;
  margin-left: 2em !important;
}
