@media print {
  .article-header {
    gap: initial;
    margin-bottom: 1.25rem;
  }
}
.article-header.add-marg-bottom {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 992px) {
  .article-header.has-image {
    position: relative;
  }
}
.article-header :last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .article-header__media {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media screen and (min-width: 992px) {
  .article-header__media::after {
    background-color: rgba(0, 0, 0, 0.2);
    content: "";
    display: block;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
  }
}
.article-header__media img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.article-header__content {
  padding-bottom: 50px;
  padding-top: 66px;
}

.article-header__container {
  position: relative;
  text-align: center;
  z-index: 1;
}

.article-header__back {
  margin-left: 30px;
}
@media screen and (min-width: 992px) {
  .article-header__back {
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.article-header__back-link {
  align-items: center;
  color: #000;
  display: flex;
  font-size: 1rem;
  font-weight: bold;
  justify-content: center;
  line-height: 1.5;
  text-decoration: none;
}
.article-header__back-link svg {
  margin-right: 0.625rem;
}

.article-header__page_title {
  font-size: 2.8125rem;
  line-height: 1.2;
  margin-bottom: 1.25rem;
}

.article-header__blurb {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}

.article-header__cat-care a {
  color: #00558c;
  font-size: 1.125rem;
  text-decoration: none;
}

.article-header__meta {
  align-items: center;
  border-bottom: 1px solid #c4c8d8;
  border-top: 1px solid #c4c8d8;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
}
@media screen and (min-width: 992px) {
  .article-header__meta {
    flex-direction: row;
    justify-content: space-between;
  }
}
.has-pattern .article-header__meta {
  border-top: 0;
}
.article-header__meta a {
  text-decoration: none;
}

.article-header__review {
  align-items: center;
  display: flex;
}
.article-header__review strong {
  display: inline-block;
  margin-right: 0.25em;
}

.article-header__date {
  font-family: Antonio, sans-serif;
  font-size: 1.5rem;
  line-height: 1;
}
.article-header__date:not(:last-child) {
  margin-right: 2.5rem;
}

.article-header__author {
  font-size: 1.3125rem;
  line-height: 1.475;
}

.article-header__seperator {
  display: inline-block;
}
.article-header__seperator:not(:first-child) {
  margin-left: 0.25em;
}
.article-header__seperator:not(:last-child) {
  margin-right: 0.25em;
}