.view-taxonomy-term-page-1__content .view-taxonomy-term-page-1__row .node-blog-article-teaser__field-category a {
  padding: 7px 10px;
  border: 1px solid #00A4D9;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  color: #00A4D9;
}
.view-taxonomy-term-page-1__content .view-taxonomy-term-page-1__row .node-blog-article-teaser__field-category a:hover {
  color: #fff;
  background-color: #00A4D9;
}

.view-taxonomy-term-page-1__content .view-taxonomy-term-page-1__row .node-blog-article-teaser__field-body a {
  font-weight: 600;
  line-height: 1.5;
  text-decoration: underline;
  color: #240F6E;
}
.view-taxonomy-term-page-1__content .view-taxonomy-term-page-1__row .node-blog-article-teaser__field-body a:hover {
  color: #082ECF;
}
.view-taxonomy-term-page-1__content .view-taxonomy-term-page-1__row .node-blog-article-teaser__field-body a:disabled {
  text-decoration: underline;
  background-color: #aaa;
}

.taxonomy-term-category-full__field-title,
.taxonomy-term-tags-full__field-title {
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 300;
  letter-spacing: -1.12px;
  line-height: 1.3;
  color: #000;
}
@media (min-width: 768px) {
  .taxonomy-term-category-full__field-title,
  .taxonomy-term-tags-full__field-title {
    max-width: 830px;
    margin: 0 auto 15px;
  }
}
@media (min-width: 1200px) {
  .taxonomy-term-category-full__field-title,
  .taxonomy-term-tags-full__field-title {
    font-size: 56px;
  }
}
.taxonomy-term-category-full__description,
.taxonomy-term-tags-full__description {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .taxonomy-term-category-full__description,
  .taxonomy-term-tags-full__description {
    margin: 0 auto 15px;
  }
}
.taxonomy-term-category-full__description p,
.taxonomy-term-tags-full__description p {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}
@media (min-width: 768px) {
  .taxonomy-term-category-full__description p,
  .taxonomy-term-tags-full__description p {
    max-width: 830px;
    margin: 0 auto;
    font-size: 20px;
    letter-spacing: -0.2px;
  }
}

.view-taxonomy-term-page-1__header > p {
  max-width: 830px;
  margin: 0 auto 20px;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.2px;
  color: #000;
}
.view-taxonomy-term-page-1__header .field-article-author-wrapper {
  display: flex;
  flex-direction: column-reverse;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .view-taxonomy-term-page-1__header .field-article-author-wrapper {
    flex-direction: row-reverse;
    width: 100%;
    max-width: 830px;
    padding: 30px 0;
    margin: 0 auto;
  }
}
.view-taxonomy-term-page-1__header .field-article-author-wrapper > div:first-of-type {
  flex: 1;
}
.view-taxonomy-term-page-1__header .field-article-author-wrapper .taxonomy-term-blog-article-author-full__field-title {
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 300;
  line-height: 1.1;
  color: #000;
}
@media (min-width: 1200px) {
  .view-taxonomy-term-page-1__header .field-article-author-wrapper .taxonomy-term-blog-article-author-full__field-title {
    margin-bottom: 15px;
    font-size: 56px;
  }
}
.view-taxonomy-term-page-1__header .field-article-author-wrapper .taxonomy-term-blog-article-author-full__description p {
  font-size: 16px;
  line-height: 1.6;
  color: #000;
}
@media (min-width: 768px) {
  .view-taxonomy-term-page-1__header .field-article-author-wrapper .taxonomy-term-blog-article-author-full__description p {
    font-size: 18px;
  }
}
.view-taxonomy-term-page-1__header .field-article-author-wrapper .taxonomy-term-blog-article-author-full__field-image {
  width: 106px;
  height: 106px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .view-taxonomy-term-page-1__header .field-article-author-wrapper .taxonomy-term-blog-article-author-full__field-image {
    width: 139px;
    height: 139px;
    margin-inline-end: 36px;
    margin-bottom: 0;
  }
}
.view-taxonomy-term-page-1__header .field-article-author-wrapper .taxonomy-term-blog-article-author-full__field-image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.view-taxonomy-term-page-1__header .view-featured-articles-swipe-block {
  margin: 0 -15px 20px;
}
@media (min-width: 768px) {
  .view-taxonomy-term-page-1__header .view-featured-articles-swipe-block {
    margin: 0 -15px 30px;
  }
}
.view-taxonomy-term-page-1__header .view-featured-articles-swipe-block h2 {
  font-size: 34px;
  line-height: 1.1;
  letter-spacing: -0.68px;
  color: #000;
  font-weight: 300;
}

.view-taxonomy-term-page-1__content {
  max-width: 830px;
  margin: 0 auto;
}
.view-taxonomy-term-page-1__content .view-taxonomy-term-page-1__row {
  margin: 0 auto 30px;
  background-color: #fff;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .view-taxonomy-term-page-1__content .view-taxonomy-term-page-1__row {
    max-width: 100%;
  }
}
.view-taxonomy-term-page-1__content .view-taxonomy-term-page-1__row .node-blog-article-teaser {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 540px) {
  .view-taxonomy-term-page-1__content .view-taxonomy-term-page-1__row .node-blog-article-teaser {
    flex-direction: row;
  }
}
.view-taxonomy-term-page-1__content .view-taxonomy-term-page-1__row .node-blog-article-teaser:hover .node-blog-article-teaser__field-hero-image {
  position: relative;
}
.view-taxonomy-term-page-1__content .view-taxonomy-term-page-1__row .node-blog-article-teaser:hover .node-blog-article-teaser__field-hero-image::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00A4D9;
  opacity: 0.5;
}
.view-taxonomy-term-page-1__content .view-taxonomy-term-page-1__row .node-blog-article-teaser:hover .node-blog-article-teaser__field-title {
  color: #00A4D9;
}
.view-taxonomy-term-page-1__content .view-taxonomy-term-page-1__row .node-blog-article-teaser:active {
  border: 2px solid #00A4D9;
}
.view-taxonomy-term-page-1__content .view-taxonomy-term-page-1__row .node-blog-article-teaser__field-category {
  margin-bottom: 10px;
}
.view-taxonomy-term-page-1__content .view-taxonomy-term-page-1__row .node-blog-article-teaser__field-category a {
  position: relative;
  z-index: 2;
  display: inline-block;
}
.view-taxonomy-term-page-1__content .view-taxonomy-term-page-1__row .node-blog-article-teaser__title span {
  display: none;
}
.view-taxonomy-term-page-1__content .view-taxonomy-term-page-1__row .node-blog-article-teaser__title a::after {
  position: absolute;
  z-index: 1;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.view-taxonomy-term-page-1__content .view-taxonomy-term-page-1__row .node-blog-article-teaser__read-time, .view-taxonomy-term-page-1__content .view-taxonomy-term-page-1__row .node-blog-article-teaser__date {
  display: inline;
  font-size: 12px;
  letter-spacing: -0.12px;
  line-height: 1.1;
  color: #6B6666;
}
.view-taxonomy-term-page-1__content .view-taxonomy-term-page-1__row .node-blog-article-teaser__read-time {
  position: relative;
}
[dir=ltr] .view-taxonomy-term-page-1__content .view-taxonomy-term-page-1__row .node-blog-article-teaser__read-time {
  margin-right: 10px;
}
[dir=rtl] .view-taxonomy-term-page-1__content .view-taxonomy-term-page-1__row .node-blog-article-teaser__read-time {
  margin-left: 10px;
}
.view-taxonomy-term-page-1__content .view-taxonomy-term-page-1__row .node-blog-article-teaser__read-time::after {
  content: "";
  position: absolute;
  top: 1px;
  width: 1px;
  height: 11px;
  background-color: #6B6666;
}
[dir=ltr] .view-taxonomy-term-page-1__content .view-taxonomy-term-page-1__row .node-blog-article-teaser__read-time::after {
  right: -6px;
}
[dir=rtl] .view-taxonomy-term-page-1__content .view-taxonomy-term-page-1__row .node-blog-article-teaser__read-time::after {
  left: -6px;
}
.view-taxonomy-term-page-1__content .view-taxonomy-term-page-1__row .node-blog-article-teaser__date {
  display: flex;
}
[dir=ltr] .view-taxonomy-term-page-1__content .view-taxonomy-term-page-1__row .node-blog-article-teaser__date span:not(:last-of-type) {
  margin-right: 4px;
}
[dir=rtl] .view-taxonomy-term-page-1__content .view-taxonomy-term-page-1__row .node-blog-article-teaser__date span:not(:last-of-type) {
  margin-left: 4px;
}
[dir=ltr] .view-taxonomy-term-page-1__content .view-taxonomy-term-page-1__row .node-blog-article-teaser__date span:nth-child(2) {
  position: relative;
  margin-right: 6px;
}
[dir=ltr] .view-taxonomy-term-page-1__content .view-taxonomy-term-page-1__row .node-blog-article-teaser__date span:nth-child(2)::after {
  position: absolute;
  content: ",";
}
.view-taxonomy-term-page-1__content .view-taxonomy-term-page-1__row .node-blog-article-teaser__info-wrapper {
  display: flex;
}
.view-taxonomy-term-page-1__content .view-taxonomy-term-page-1__row .node-blog-article-teaser__field-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 15px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: #404040;
}
@media (min-width: 768px) {
  .view-taxonomy-term-page-1__content .view-taxonomy-term-page-1__row .node-blog-article-teaser__field-title {
    margin: 10px 0;
  }
}
@media (min-width: 1200px) {
  .view-taxonomy-term-page-1__content .view-taxonomy-term-page-1__row .node-blog-article-teaser__field-title {
    font-size: 20px;
  }
}
.view-taxonomy-term-page-1__content .view-taxonomy-term-page-1__row .node-blog-article-teaser__field-hero-image {
  width: 100%;
  height: 205px;
}
@media (min-width: 540px) {
  .view-taxonomy-term-page-1__content .view-taxonomy-term-page-1__row .node-blog-article-teaser__field-hero-image {
    min-width: 224px;
    width: 224px;
    min-height: 159px;
    height: auto;
  }
}
@media (min-width: 1200px) {
  .view-taxonomy-term-page-1__content .view-taxonomy-term-page-1__row .node-blog-article-teaser__field-hero-image {
    min-height: 169px;
  }
}
.view-taxonomy-term-page-1__content .view-taxonomy-term-page-1__row .node-blog-article-teaser__field-hero-image * {
  width: 100%;
  height: 100%;
}
.view-taxonomy-term-page-1__content .view-taxonomy-term-page-1__row .node-blog-article-teaser__field-hero-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 2/1;
  object-fit: cover;
}
.view-taxonomy-term-page-1__content .view-taxonomy-term-page-1__row .node-blog-article-teaser__content {
  padding: 15px;
}
@media (min-width: 768px) {
  .view-taxonomy-term-page-1__content .view-taxonomy-term-page-1__row .node-blog-article-teaser__content {
    width: calc(100% - 224px);
    padding: 15px 28px 15px 15px;
  }
}
.view-taxonomy-term-page-1__content .view-taxonomy-term-page-1__row .node-blog-article-teaser__field-body {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 1.7;
  color: #000;
}
@media (min-width: 768px) {
  .view-taxonomy-term-page-1__content .view-taxonomy-term-page-1__row .node-blog-article-teaser__field-body {
    line-height: 1.6;
    letter-spacing: -0.14px;
  }
}
.view-taxonomy-term-page-1__content .view-taxonomy-term-page-1__row .node-blog-article-teaser__field-body p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 1.7;
  color: #000;
}
@media (min-width: 768px) {
  .view-taxonomy-term-page-1__content .view-taxonomy-term-page-1__row .node-blog-article-teaser__field-body p {
    line-height: 1.6;
    letter-spacing: -0.14px;
  }
}
.pager {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .pager {
    margin-bottom: 30px;
  }
}
.pager .pager__items {
  display: flex;
  align-items: center;
}
.pager .pager__item--next, .pager .pager__item--previous {
  width: 27px;
  height: 27px;
  padding: 4px;
  border: 1px solid #404040;
  border-radius: 50%;
}
.pager .pager__item--previous {
  margin-inline-end: 20px;
}
[dir=rtl] .pager .pager__item--previous {
  transform: rotate(180deg);
}
.pager .pager__item--next {
  transform: rotate(180deg);
  margin-inline-start: 20px;
}
[dir=rtl] .pager .pager__item--next {
  transform: rotate(0);
}
.pager .is-active {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #404040;
}

/*# sourceMappingURL=blog-listing.css.map */
