﻿.listing-pods .item.usn_pod_textimage.alternate .inner {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.3);
}
.listing-pods .item.usn_pod_textimage.alternate .inner .link-wrapper .info .pod-content-wrapper {
  background-color: transparent;
  padding: 0;
}
.listing-pods .item.usn_pod_textimage.alternate .inner .link-wrapper .info .pod-content-wrapper .text p {
  margin: 0 0 16px 0;
  padding: 8px 12px 8px 12px;
  border-radius: 4px;
  background: #FFF;
}
.listing-pods .item.usn_pod_textimage.alternate .inner .link-wrapper .info .pod-content-wrapper .text p:last-child {
  margin-bottom: 0;
}
.listing-pods .item.usn_pod_textimage.alternate .inner .link-wrapper .info .pod-content-wrapper .text p a {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.usn_cmp_pods.c2-bg .item .inner, .listing-component.c2-bg .item .inner {
  background-color: rgba(var(--c2-bg-color1), 1);
}
.usn_cmp_pods .item.has-extra-links.items-2 .inner, .listing-component .item.has-extra-links.items-2 .inner {
  padding-bottom: 32px !important;
}
.usn_cmp_pods .item.has-extra-links:not(.items-2) .inner, .listing-component .item.has-extra-links:not(.items-2) .inner {
  height: auto;
  padding-bottom: 120px !important;
}
.usn_cmp_pods .extra-links, .listing-component .extra-links {
  position: relative;
  display: block;
  margin-top: 32px;
}
.usn_cmp_pods .extra-links .extra-link, .listing-component .extra-links .extra-link {
  border-radius: 30px;
  display: inline-block;
  padding: 4px 12px;
  font-family: Nunito;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.usn_cmp_pods .extra-links .extra-link:hover, .listing-component .extra-links .extra-link:hover {
  text-decoration: underline !important;
}
.usn_cmp_pods .extra-links .extra-link:not(:first-child), .listing-component .extra-links .extra-link:not(:first-child) {
  margin-left: 5px;
}
.usn_cmp_pods .item.has-icon .inner, .listing-component .item.has-icon .inner {
  border-radius: 16px;
  box-shadow: 0 11px 3px 0 rgba(0, 0, 0, 0), 0 7px 3px 0 rgba(0, 0, 0, 0), 0 4px 2px 0 rgba(0, 0, 0, 0.05), 0 2px 2px 0 rgba(0, 0, 0, 0.07), 0 0 1px 0 rgba(0, 0, 0, 0.07);
}
.usn_cmp_pods .item.has-icon .pod-content-wrapper, .listing-component .item.has-icon .pod-content-wrapper {
  padding-bottom: 0;
}
.usn_cmp_pods .item.has-icon .pod-content-wrapper .pod-icon-wrapper, .listing-component .item.has-icon .pod-content-wrapper .pod-icon-wrapper {
  max-width: 48px;
  max-height: 48px;
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.usn_cmp_pods .item.has-icon .pod-content-wrapper .pod-icon-wrapper img, .listing-component .item.has-icon .pod-content-wrapper .pod-icon-wrapper img {
  width: auto;
  height: auto;
}
.usn_cmp_pods .item.has-icon .pod-content-wrapper .pod-learn-more, .listing-component .item.has-icon .pod-content-wrapper .pod-learn-more {
  font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.usn_cmp_pods .item:not(.item_filter-selected):not(.item_has-bg) .inner, .listing-component .item:not(.item_filter-selected):not(.item_has-bg) .inner {
  border-radius: 10px;
  background: #FAF8FF;
  box-shadow: 0 11px 3px 0 rgba(0, 0, 0, 0), 0 7px 3px 0 rgba(0, 0, 0, 0), 0 4px 2px 0 rgba(0, 0, 0, 0.05), 0 2px 2px 0 rgba(0, 0, 0, 0.07), 0 0 1px 0 rgba(0, 0, 0, 0.07);
}
.usn_cmp_pods .row .item-letter:first-child, .listing-component .row .item-letter:first-child {
  margin-top: 0 !important;
}
.usn_cmp_pods .item-letter, .listing-component .item-letter {
  margin-top: 15px;
  margin-bottom: 40px;
}
.usn_cmp_pods .item-letter .inner .heading, .listing-component .item-letter .inner .heading {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.usn_cmp_pods .item.heading-above .labels, .listing-component .item.heading-above .labels {
  margin-bottom: 15px;
}
.usn_cmp_pods .item.item_text-heading-above .inner .link-wrapper .info .pod-content-wrapper .image, .listing-component .item.item_text-heading-above .inner .link-wrapper .info .pod-content-wrapper .image {
  margin-bottom: 15px;
}
.usn_cmp_pods .item.item_text-heading-above .inner .link-wrapper .info .pod-content-wrapper .text p, .listing-component .item.item_text-heading-above .inner .link-wrapper .info .pod-content-wrapper .text p {
  color: #2F3E46;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.usn_cmp_pods .item.has-toggle .pod-content-wrapper .text, .listing-component .item.has-toggle .pod-content-wrapper .text {
  margin-top: 0 !important;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;
}
.usn_cmp_pods .item.has-toggle .link-btn, .listing-component .item.has-toggle .link-btn {
  cursor: pointer;
  transform: rotate(90deg);
  transition: all 0.35s ease-in-out;
}
.usn_cmp_pods .item.has-toggle.open .link-btn, .listing-component .item.has-toggle.open .link-btn {
  transform: rotate(-90deg);
}
.usn_cmp_pods .item.has-toggle.open .pod-content-wrapper .text, .listing-component .item.has-toggle.open .pod-content-wrapper .text {
  max-height: 550px;
}
.usn_cmp_pods .item.items-1.item_text-right .inner, .listing-component .item.items-1.item_text-right .inner {
  padding: 30px 30px 30px 30px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.95) 100%), linear-gradient(0deg, #76A039 0%, #76A039 100%), #FAF8FF;
  box-shadow: 0 11px 3px 0 rgba(0, 0, 0, 0), 0 7px 3px 0 rgba(0, 0, 0, 0), 0 4px 2px 0 rgba(0, 0, 0, 0.05), 0 2px 2px 0 rgba(0, 0, 0, 0.07), 0 0 1px 0 rgba(0, 0, 0, 0.07);
}
@media (max-width: 560px) {
  .usn_cmp_pods .item.items-1.item_text-right .inner, .listing-component .item.items-1.item_text-right .inner {
    padding: 24px 24px 24px 24px;
  }
}
.usn_cmp_pods .item.items-1.item_text-right .inner .link-wrapper, .listing-component .item.items-1.item_text-right .inner .link-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
}
.usn_cmp_pods .item.items-1.item_text-right .inner .link-wrapper .link-btn, .listing-component .item.items-1.item_text-right .inner .link-wrapper .link-btn {
  right: 30px;
  bottom: 40px;
}
@media (max-width: 560px) {
  .usn_cmp_pods .item.items-1.item_text-right .inner .link-wrapper .link-btn, .listing-component .item.items-1.item_text-right .inner .link-wrapper .link-btn {
    right: 25px;
    bottom: 35px;
  }
}
.usn_cmp_pods .item.items-1.item_text-right .inner .link-wrapper .chart-pie, .listing-component .item.items-1.item_text-right .inner .link-wrapper .chart-pie {
  margin-right: 30px;
}
.usn_cmp_pods .item.items-1.item_text-right .inner .link-wrapper .image, .listing-component .item.items-1.item_text-right .inner .link-wrapper .image {
  flex: 0 0 120px;
  width: 120px;
  margin-right: 16px;
  min-width: 120px;
  margin-bottom: 0;
}
.usn_cmp_pods .item.items-1.item_text-right .inner .link-wrapper .image img, .listing-component .item.items-1.item_text-right .inner .link-wrapper .image img {
  border-radius: 8px;
  overflow: hidden;
}
.usn_cmp_pods .item.items-1.item_text-right .inner .link-wrapper .info, .listing-component .item.items-1.item_text-right .inner .link-wrapper .info {
  display: flex;
  flex: 1 1 auto;
  align-items: flex-start;
  min-width: 0;
  padding-bottom: 0 !important;
}
@media (max-width: 560px) {
  .usn_cmp_pods .item.items-1.item_text-right .inner .link-wrapper .info, .listing-component .item.items-1.item_text-right .inner .link-wrapper .info {
    flex-direction: column;
  }
}
.usn_cmp_pods .item.items-1.item_text-right .inner .link-wrapper .info .labels, .listing-component .item.items-1.item_text-right .inner .link-wrapper .info .labels {
  margin-left: 0;
}
@media (max-width: 560px) {
  .usn_cmp_pods .item.items-1.item_text-right .inner .link-wrapper .info .labels, .listing-component .item.items-1.item_text-right .inner .link-wrapper .info .labels {
    order: 2;
    margin-left: 0;
    margin-bottom: 16px;
  }
}
@media (max-width: 560px) {
  .usn_cmp_pods .item.items-1.item_text-right .inner .link-wrapper .info .image, .listing-component .item.items-1.item_text-right .inner .link-wrapper .info .image {
    order: 1;
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    flex: 0 0 auto;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 16px;
  }
}
.usn_cmp_pods .item.items-1.item_text-right .inner .link-wrapper .info .pod-content-wrapper, .listing-component .item.items-1.item_text-right .inner .link-wrapper .info .pod-content-wrapper {
  flex: 1 1 auto;
  min-width: 0;
}
@media (max-width: 560px) {
  .usn_cmp_pods .item.items-1.item_text-right .inner .link-wrapper .info .pod-content-wrapper, .listing-component .item.items-1.item_text-right .inner .link-wrapper .info .pod-content-wrapper {
    order: 3;
  }
}
@media (max-width: 560px) {
  .usn_cmp_pods .item.items-1.item_text-right .inner .link-wrapper .info .pod-content-wrapper .tags, .listing-component .item.items-1.item_text-right .inner .link-wrapper .info .pod-content-wrapper .tags {
    padding-right: 35px;
  }
}
.usn_cmp_pods .item.items-1.item_text-right .inner .link-wrapper .info .pod-content-wrapper .meta, .listing-component .item.items-1.item_text-right .inner .link-wrapper .info .pod-content-wrapper .meta {
  position: relative;
}
.usn_cmp_pods .item.items-1.item_text-left .inner, .listing-component .item.items-1.item_text-left .inner {
  padding: 30px 30px 60px 30px;
}
.usn_cmp_pods .item.items-1.item_text-left .inner .link-wrapper, .listing-component .item.items-1.item_text-left .inner .link-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
}
.usn_cmp_pods .item.items-1.item_text-left .inner .link-wrapper .link-btn, .listing-component .item.items-1.item_text-left .inner .link-wrapper .link-btn {
  right: 30px;
  bottom: 30px;
}
.usn_cmp_pods .item.items-1.item_text-left .inner .link-wrapper .chart-pie, .listing-component .item.items-1.item_text-left .inner .link-wrapper .chart-pie {
  margin-right: 30px;
}
.usn_cmp_pods .item.items-1.item_text-left .inner .link-wrapper .image, .listing-component .item.items-1.item_text-left .inner .link-wrapper .image {
  flex: 0 0 120px;
  width: 120px;
  margin-left: 16px;
  min-width: 120px;
  margin-bottom: 0;
  order: 2;
}
.usn_cmp_pods .item.items-1.item_text-left .inner .link-wrapper .image img, .listing-component .item.items-1.item_text-left .inner .link-wrapper .image img {
  border-radius: 8px;
  overflow: hidden;
}
.usn_cmp_pods .item.items-1.item_text-left .inner .link-wrapper .info, .listing-component .item.items-1.item_text-left .inner .link-wrapper .info {
  display: flex;
  flex: 1 1 auto;
  align-items: flex-start;
  min-width: 0;
  padding-bottom: 0 !important;
  order: 1;
}
.usn_cmp_pods .item.items-1.item_text-left .inner .link-wrapper .info .pod-content-wrapper, .listing-component .item.items-1.item_text-left .inner .link-wrapper .info .pod-content-wrapper {
  flex: 1 1 auto;
  min-width: 0;
}
.usn_cmp_pods .item.items-1.item_text-left .inner .link-wrapper .info .pod-content-wrapper .meta, .listing-component .item.items-1.item_text-left .inner .link-wrapper .info .pod-content-wrapper .meta {
  position: relative;
}
.usn_cmp_pods .item.item_text-below .link-wrapper .info .image, .listing-component .item.item_text-below .link-wrapper .info .image {
  margin-bottom: 20px;
}
.usn_cmp_pods .item.items-1.item_text-below .inner, .listing-component .item.items-1.item_text-below .inner {
  padding: 30px 30px 60px 30px;
}
.usn_cmp_pods .item.items-1.item_text-below .inner .link-wrapper, .listing-component .item.items-1.item_text-below .inner .link-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}
.usn_cmp_pods .item.items-1.item_text-below .inner .link-wrapper .link-btn, .listing-component .item.items-1.item_text-below .inner .link-wrapper .link-btn {
  right: 30px;
  bottom: 30px;
}
.usn_cmp_pods .item.items-1.item_text-below .inner .link-wrapper .chart-pie, .listing-component .item.items-1.item_text-below .inner .link-wrapper .chart-pie {
  margin-right: 30px;
}
.usn_cmp_pods .item.items-1.item_text-below .inner .link-wrapper .image, .listing-component .item.items-1.item_text-below .inner .link-wrapper .image {
  flex: 0 0 100%;
  width: 100%;
  margin-left: 0;
  min-width: 120px;
  margin-bottom: 20px;
  order: 1;
}
.usn_cmp_pods .item.items-1.item_text-below .inner .link-wrapper .image img, .listing-component .item.items-1.item_text-below .inner .link-wrapper .image img {
  border-radius: 8px;
  overflow: hidden;
}
.usn_cmp_pods .item.items-1.item_text-below .inner .link-wrapper .info, .listing-component .item.items-1.item_text-below .inner .link-wrapper .info {
  display: flex;
  align-items: flex-start;
  padding-bottom: 0 !important;
  order: 2;
}
.usn_cmp_pods .item.items-1.item_text-below .inner .link-wrapper .info .pod-content-wrapper, .listing-component .item.items-1.item_text-below .inner .link-wrapper .info .pod-content-wrapper {
  flex: 1 1 auto;
  min-width: 0;
}
.usn_cmp_pods .item.items-1.item_text-below .inner .link-wrapper .info .pod-content-wrapper .meta, .listing-component .item.items-1.item_text-below .inner .link-wrapper .info .pod-content-wrapper .meta {
  position: relative;
}
.usn_cmp_pods .item.items-2, .usn_cmp_pods .item.items-4, .listing-component .item.items-2, .listing-component .item.items-4 { /* items-4 is only used on full width pages so its about the same size as items-2 on small pages*/ }
.usn_cmp_pods .item.items-2 .inner, .usn_cmp_pods .item.items-4 .inner, .listing-component .item.items-2 .inner, .listing-component .item.items-4 .inner {
  padding: 30px;
  padding-bottom: 70px;
}
.usn_cmp_pods .item.items-2 .inner .link-btn, .usn_cmp_pods .item.items-4 .inner .link-btn, .listing-component .item.items-2 .inner .link-btn, .listing-component .item.items-4 .inner .link-btn {
  right: 30px;
  bottom: 30px;
}
.usn_cmp_pods .item.items-2 .inner .chart-pie, .usn_cmp_pods .item.items-4 .inner .chart-pie, .listing-component .item.items-2 .inner .chart-pie, .listing-component .item.items-4 .inner .chart-pie {
  margin-bottom: 20px;
}
.usn_cmp_pods .item.items-2 .inner .info .pod-content-wrapper .text, .usn_cmp_pods .item.items-4 .inner .info .pod-content-wrapper .text, .listing-component .item.items-2 .inner .info .pod-content-wrapper .text, .listing-component .item.items-4 .inner .info .pod-content-wrapper .text {
  color: #2F3E46;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.usn_cmp_pods .item.items-3 .inner, .listing-component .item.items-3 .inner {
  padding: 15px;
  padding-bottom: 60px;
}
.usn_cmp_pods .item.items-3 .inner .link-btn, .listing-component .item.items-3 .inner .link-btn {
  right: 15px;
  bottom: 15px;
}
.usn_cmp_pods .item.items-3 .inner .info .pod-content-wrapper .text, .listing-component .item.items-3 .inner .info .pod-content-wrapper .text {
  color: #2F3E46;
  font-family: Nunito;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.usn_cmp_pods .item.items-3 .inner .info .pod-content-wrapper .tags .tag, .listing-component .item.items-3 .inner .info .pod-content-wrapper .tags .tag {
  margin-right: 5px;
}
.usn_cmp_pods .item.heading-above .inner .info .pod-content-wrapper .meta, .listing-component .item.heading-above .inner .info .pod-content-wrapper .meta {
  margin-top: 0;
  margin-bottom: 15px;
}
.usn_cmp_pods .item.heading-above .inner .info .pod-content-wrapper .meta .date, .listing-component .item.heading-above .inner .info .pod-content-wrapper .meta .date {
  margin-top: 0;
  margin-bottom: 0;
}
.usn_cmp_pods .item.heading-above .inner .info .heading, .listing-component .item.heading-above .inner .info .heading {
  margin-top: 0;
}
.usn_cmp_pods .item:not(.item_has-bg) .inner .link-btn, .listing-component .item:not(.item_has-bg) .inner .link-btn {
  background: #42B1E3;
}
.usn_cmp_pods .item.item_has-bg .inner.c1-bg .link-btn, .listing-component .item.item_has-bg .inner.c1-bg .link-btn {
  background-color: rgba(var(--c1-heading), 1);
}
.usn_cmp_pods .item.item_has-bg .inner.c2-bg .link-btn, .listing-component .item.item_has-bg .inner.c2-bg .link-btn {
  background-color: rgba(var(--c2-heading), 1);
}
.usn_cmp_pods .item.item_has-bg .inner.c3-bg .link-btn, .listing-component .item.item_has-bg .inner.c3-bg .link-btn {
  background-color: rgba(var(--c3-heading), 1);
}
.usn_cmp_pods .item.item_has-bg .inner.c4-bg .link-btn, .listing-component .item.item_has-bg .inner.c4-bg .link-btn {
  background-color: rgba(var(--c4-heading), 1);
}
.usn_cmp_pods .item.item_has-bg .inner.c5-bg .link-btn, .listing-component .item.item_has-bg .inner.c5-bg .link-btn {
  background-color: rgba(var(--c5-heading), 1);
}
.usn_cmp_pods .item.item_has-bg .inner.c6-bg .link-btn, .listing-component .item.item_has-bg .inner.c6-bg .link-btn {
  background-color: rgba(var(--c6-heading), 1);
}
.usn_cmp_pods .item.item_has-bg .inner.c7-bg .link-btn, .listing-component .item.item_has-bg .inner.c7-bg .link-btn {
  background-color: rgba(var(--c7-heading), 1);
}
.usn_cmp_pods .item.item_has-bg .inner.c8-bg .link-btn, .listing-component .item.item_has-bg .inner.c8-bg .link-btn {
  background-color: rgba(var(--c8-heading), 1);
}
.usn_cmp_pods .item.item_has-bg .inner.c9-bg .link-btn, .listing-component .item.item_has-bg .inner.c9-bg .link-btn {
  background-color: rgba(var(--c9-heading), 1);
}
.usn_cmp_pods .item.item_has-bg .inner.c10-bg .link-btn, .listing-component .item.item_has-bg .inner.c10-bg .link-btn {
  background-color: rgba(var(--c10-heading), 1);
}
.usn_cmp_pods .item.item_has-bg .inner.c11-bg .link-btn, .listing-component .item.item_has-bg .inner.c11-bg .link-btn {
  background-color: rgba(var(--c11-heading), 1);
}
.usn_cmp_pods .item.item_has-bg .inner.c12-bg .link-btn, .listing-component .item.item_has-bg .inner.c12-bg .link-btn {
  background-color: rgba(var(--c12-heading), 1);
}
.usn_cmp_pods .item .inner .link-btn, .listing-component .item .inner .link-btn {
  border-radius: 32px;
  height: 24px;
  width: 24px;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
}
.usn_cmp_pods .item .inner .link-btn svg, .listing-component .item .inner .link-btn svg {
  width: 5px;
  height: 9px;
}
.usn_cmp_pods .item .inner .info .heading, .listing-component .item .inner .info .heading {
  margin-bottom: 20px;
}
@media (max-width: 560px) {
  .usn_cmp_pods .item .inner .info .heading, .listing-component .item .inner .info .heading {
    margin-bottom: 8px;
  }
}
.usn_cmp_pods .item .inner .info .secondary-heading, .listing-component .item .inner .info .secondary-heading {
  margin-bottom: 20px !important;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.usn_cmp_pods .item .inner .info .pod-content-wrapper .meta .date, .listing-component .item .inner .info .pod-content-wrapper .meta .date {
  color: #2F3E46;
  font-family: Nunito;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.usn_cmp_pods .item .inner .info .pod-content-wrapper .image img, .listing-component .item .inner .info .pod-content-wrapper .image img {
  border-radius: 10px;
  overflow: hidden;
}
.usn_cmp_pods .item .inner .info .pod-content-wrapper .text .tile-downloads, .listing-component .item .inner .info .pod-content-wrapper .text .tile-downloads {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.usn_cmp_pods .item .inner .info .pod-content-wrapper .text .tile-download, .listing-component .item .inner .info .pod-content-wrapper .text .tile-download {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  padding: 6px 15px 6px 15px;
  border-radius: 30px;
  background: #24279C;
  color: #fff;
  text-decoration: none;
  transition: box-shadow 0.3s ease;
}
.usn_cmp_pods .item .inner .info .pod-content-wrapper .text .tile-download:hover, .usn_cmp_pods .item .inner .info .pod-content-wrapper .text .tile-download:focus-visible, .listing-component .item .inner .info .pod-content-wrapper .text .tile-download:hover, .listing-component .item .inner .info .pod-content-wrapper .text .tile-download:focus-visible {
  color: #fff;
  text-decoration: none;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.usn_cmp_pods .item .inner .info .pod-content-wrapper .text .tile-download .tile-download-icon, .listing-component .item .inner .info .pod-content-wrapper .text .tile-download .tile-download-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  position: relative;
}
.usn_cmp_pods .item .inner .info .pod-content-wrapper .text .tile-download .tile-download-icon .file-extension, .listing-component .item .inner .info .pod-content-wrapper .text .tile-download .tile-download-icon .file-extension {
  text-transform: uppercase;
  color: #fff;
  font-size: 5px;
  line-height: 8px;
  width: 10px;
  position: absolute;
  bottom: 0px;
}
.usn_cmp_pods .item .inner .info .pod-content-wrapper .text .tile-download .tile-download-icon svg, .listing-component .item .inner .info .pod-content-wrapper .text .tile-download .tile-download-icon svg {
  display: block;
  width: 18px;
  height: 18px;
}
.usn_cmp_pods .item .inner .info .pod-content-wrapper .text .tile-download .tile-download-copy, .listing-component .item .inner .info .pod-content-wrapper .text .tile-download .tile-download-copy {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  min-width: 0;
}
.usn_cmp_pods .item .inner .info .pod-content-wrapper .text .tile-download .tile-download-name, .listing-component .item .inner .info .pod-content-wrapper .text .tile-download .tile-download-name {
  color: #FFF;
  font-family: Nunito;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.28px;
  text-transform: uppercase;
}
.usn_cmp_pods .item .inner .info .pod-content-wrapper .text .tile-download .tile-download-size, .listing-component .item .inner .info .pod-content-wrapper .text .tile-download .tile-download-size {
  color: rgba(255, 255, 255, 0.85);
  font-family: Nunito;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  white-space: nowrap;
}

.tags {
  margin-top: 20px;
  font-size: 0;
  line-height: 0;
}
.tags a.tag {
  transform-origin: center;
  transition: all 0.5s;
}
.tags a.tag:hover {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.tags .tag {
  display: inline-block !important;
  vertical-align: middle;
  padding: 4px 12px 4px 12px;
  font-family: Nunito;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-right: 10px;
  margin-bottom: 10px;
}
.tags .tag svg {
  display: inline-block;
  vertical-align: middle;
}
.tags .tag svg path {
  fill: #fff;
}
.tags .tag .tag-text, .tags .tag .add-to-orders-link {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.tags .tag:last-child {
  margin-right: 0;
}
.tags .tag.grey {
  border-radius: 30px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.85) 100%), #9771FF;
  color: #2F3E46;
}
.tags .tag.blue {
  border-radius: 30px;
  background: var(--MHF-primary-secondary-colors-secondary-NEW-royal-blue-cta, #24279C);
  color: #fff;
}
.tags .tag.blue:hover {
  color: #fff !important;
}

.labels .label {
  display: inline-flex;
  padding: 4px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  font-family: Nunito;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///C:/Websites/MentalHealthFoundation/MentalHealthFoundation/wwwroot/css/AfterASuicide/aas-custom-pods.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAQQ;EACI;EACA;;AAIQ;EACI;EACA;;AAKI;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;;;AAqB5B;EACI;;AAOA;EACI;;AAKJ;EACI;EAEA;;AAKZ;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EAMA;EACA;EACA;EACA;EACA;;AARA;EACI;;AASJ;EACI;;AASR;EACI;EACA;;AAGJ;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;;AAQR;EACI;EACA;EACA;;AAMJ;EACI;;AAIR;EACI;EACA;;AAGI;EACI;EACA;EACA;EACA;;AAOJ;EACI;;AAUY;EACI;;AAUA;EACI;EACA;EACA;EACA;EACA;EACA;;AAWpB;EACI;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;;AAIA;EACI;;AAIA;EACI;;AAUZ;EACI;EACA;EACA;;AAEA;EALJ;IAMQ;;;AAGJ;EACI;EACA;EACA;EACA;;AAKA;EACI;EACA;;AAEA;EAJJ;IAKQ;IACA;;;AAIR;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;;AAEA;EAPJ;IAQQ;;;AAGJ;EAEI;;AAEA;EAJJ;IAKQ;IACA;IACA;;;AAOJ;EAHJ;IAIQ;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;;AAIR;EACI;EACA;;AAEA;EAJJ;IAKQ;;;AAIA;EADJ;IAEQ;;;AAIR;EACI;;AAkBpB;EACI;;AAEA;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAEA;EACI;;AAoBZ;EACI;;AAOZ;EACI;;AAEA;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAIR;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAEA;EACI;;AAkBxB;AACI;EACI;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;;AAKI;EACI;EACA;EACA;EACA;EACA;EACA;;AAShB;EACI;EACA;;AAEA;EACI;EACA;;AAKI;EACI;EACA;EACA;EACA;EACA;EACA;;AAIA;EACI;;AAaR;EACI;EACA;;AAEA;EACI;EACA;;AAKZ;EACI;;AAQR;EAEI;;AASI;EACI;;AADJ;EACI;;AADJ;EACI;;AADJ;EACI;;AADJ;EACI;;AADJ;EACI;;AADJ;EACI;;AADJ;EACI;;AADJ;EACI;;AADJ;EACI;;AADJ;EACI;;AADJ;EACI;;AAUhB;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAOJ;EACI;;AAEA;EAHJ;IAIQ;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;;AAKI;EACI;EACA;EACA;EACA;EACA;EACA;;AAKJ;EACI;EACA;;AAKJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EAEI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAWhC;EACI;EACA;EACA;;AAEA;EACI;EACA;;AAEA;EACI;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAEA;EACI;;AAIR;EACI;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;;;AAOZ;EACI;EACA;EACA;EACA;EACA;EAEA;EAEA;EACA;EACA;EACA;EACA%22%7D */