.initiatives-listing__heading {
  margin-top: 16px;
}

.initiatives-listing__heading__inner {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -16px;
  margin-top: -16px;
}

.initiatives-listing__heading__inner > * {
  margin-left: 16px;
  margin-top: 16px;
}

.initiatives-listing__heading__text h2 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.initiatives-listing__heading__filter {
  color: #000;
  display: flex;
}

.initiatives-listing__heading__filter__all {
  color: inherit;
  display: block;
  margin-left: 16px;
  position: relative;
}

.initiatives-listing__heading__filter__all:hover {
  text-decoration: none;
}

.initiatives-listing__heading__filter__all[aria-current='page']::before {
  background-color: currentColor;
  content: '';
  height: 1.5px;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
}

.initiatives-listing__heading__filter__select {
  display: flex;
  margin-left: 16px;
  position: relative;
}

.initiatives-listing__heading__filter__select:hover {
  color: #686868;
  position: relative;
}

.initiatives-listing__heading__filter__select--active::before {
  background-color: currentColor;
  content: '';
  height: 1.5px;
  left: 0;
  position: absolute;
  top: 100%;
  width: calc(100% - 16px);
}

.initiatives-listing__heading__filter__select::after {
  border-bottom: 2px currentColor solid;
  border-right: 2px currentColor solid;
  content: '';
  display: inline-block;
  height: 8px;
  width: 8px;
  text-indent: 0;
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-80%) rotate(45deg);
}

.initiatives-listing__heading__filter__select select {
  appearance: none;
  background-color: transparent;
  border: none;
  color: inherit;
  padding: 0 20px 0 4px;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.initiatives-listing__list {
  margin-bottom: 90px;
  margin-top: 75px;
}

.initiatives-listing__list__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -30px;
  margin-top: -30px;
}

.initiatives-listing__item-wrap {
  padding-left: 30px;
  padding-top: 30px;
  width: 100%;
}

@media (min-width: 768px) {
  .initiatives-listing__item-wrap {
    width: 50%;
  }
}

@media (min-width: 991px) {
  .initiatives-listing__item-wrap {
    max-width: 312px;
    width: 25%;
  }
}

.initiatives-listing__item {
  background-color: #fff !important;
  border-radius: 16px;
  color: #333;
  display: flex;
  flex-direction: column;
  filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.15));
  height: 100%;
  padding: 0;
  width: 100%;
}

.initiatives-listing__item:hover {
  color: #333;
  text-decoration: none;
}

.initiatives-listing__item__image {
  background-color: #2774ae;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  height: 250px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.initiatives-listing__item__image img {
  display: block;
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.initiatives-listing__item__content {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  min-height: 200px;
  padding: 24px;
  width: 100%;
}

.initiatives-listing__item__content__description {
  flex: 1 0 auto;
  margin-top: 16px;
}

.initiatives-listing__item__content__footer {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}

.initiatives-listing__item__content__cta {
  color: #2774ae;
  margin-bottom: 12px;
}

.initiatives-listing__item:hover .initiatives-listing__item__content__cta {
  color: #00598c;
}

.initiatives-listing__item__content__cta__arrow {
  position: relative;
  top: 2px;
}
