.eds_news_BuildingHope .event-list {
  --bs-gutter-x: 0;
  --bs-gutter-y: 1rem;
}
@media (min-width: 768px) {
  .eds_news_BuildingHope .event-list {
    --bs-gutter-x: 3rem;
    --bs-gutter-y: 3rem;
  }
}
.eds_news_BuildingHope .event-list .card {
  flex-grow: 1;
  border: 1px solid #9572D9;
  width: 100%;
}
.eds_news_BuildingHope .event-list .card a {
  text-decoration: none;
}
.eds_news_BuildingHope .event-list .card-body {
  padding: 1.5rem 1rem;
}
.eds_news_BuildingHope .event-list .card-img {
  position: relative;
  height: 150px;
  background-color: rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media (min-width: 768px) {
  .eds_news_BuildingHope .event-list .card-img {
    height: 200px;
  }
}
@media (min-width: 1200px) {
  .eds_news_BuildingHope .event-list .card-img {
    height: 220px;
  }
}
.eds_news_BuildingHope .event-list .card-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.eds_news_BuildingHope .event-list .card-date {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  background: linear-gradient(90.27deg, #E4E4F4 3.86%, #EBF5F5 98.37%);
}
.eds_news_BuildingHope .event-list .card-btn::after {
  content: "";
  display: inline-block;
  -webkit-mask-image: url("/Portals/_default/Skins/building-hope/img/arrow.svg");
  mask-image: url("/Portals/_default/Skins/building-hope/img/arrow.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: currentColor;
  flex: 0 0 auto;
  width: 0.875em;
  height: 0.875em;
  margin-top: 0.25rem;
}
.eds_news_BuildingHope .event-details__header {
  position: relative;
  display: flex;
  min-height: 340px;
  padding: 2rem 1.5rem;
  margin-bottom: 2.5rem;
  background-size: cover;
  background-position: center;
}
@media (min-width: 768px) {
  .eds_news_BuildingHope .event-details__header {
    padding: 2rem 2rem;
  }
}
@media (min-width: 992px) {
  .eds_news_BuildingHope .event-details__header {
    margin-bottom: 3.75rem;
    min-height: 400px;
  }
}
@media (min-width: 1200px) {
  .eds_news_BuildingHope .event-details__header {
    padding: 3rem 5.5rem;
  }
}
.eds_news_BuildingHope .event-details__header::before {
  content: "";
  position: absolute;
  z-index: 0;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(360deg, rgba(73, 55, 105, 0.88) 0%, rgba(73, 55, 105, 0.44) 100%);
}
.eds_news_BuildingHope .event-details__header-content {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  color: #FFFFFF;
}
@media (min-width: 992px) {
  .eds_news_BuildingHope .event-details__header-content {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
  }
}
.eds_news_BuildingHope .event-details__header-title {
  color: #FFFFFF;
  width: 100%;
}
@media (min-width: 992px) {
  .eds_news_BuildingHope .event-details__header-title {
    flex-grow: 1;
    flex-shrink: 1;
    width: 70%;
  }
}
.eds_news_BuildingHope .event-details__header-title a {
  text-decoration: none;
}
.eds_news_BuildingHope .event-details__header-title a::before {
  content: "";
  display: inline-block;
  -webkit-mask-image: url("/Portals/_default/Skins/building-hope/img/arrow.svg");
  mask-image: url("/Portals/_default/Skins/building-hope/img/arrow.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: currentColor;
  flex: 0 0 auto;
  width: 0.875em;
  height: 0.875em;
  margin-top: 0.25rem;
  transform: scaleX(-1);
}
.eds_news_BuildingHope .event-details__header-title h1 {
  color: #FFFFFF;
  margin-top: 1.5rem;
  margin-bottom: 0;
}
.eds_news_BuildingHope .event-details__header-button {
  padding-top: 1rem;
  justify-content: flex-start;
}
@media (min-width: 992px) {
  .eds_news_BuildingHope .event-details__header-button {
    justify-content: center;
    flex-grow: 1;
    flex-shrink: 1;
  }
}
.eds_news_BuildingHope .event-details__details {
  padding: 2rem 1rem 1.5rem;
}
@media (max-width: 991.98px) {
  .eds_news_BuildingHope .event-details__details {
    margin-top: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .eds_news_BuildingHope .event-details__details {
    padding-inline: 1.5rem;
  }
}
.eds_news_BuildingHope .event-details__details .h6 {
  position: relative;
  display: inline-block;
  width: auto;
  text-transform: uppercase;
  font-weight: 600;
}
.eds_news_BuildingHope .event-details__details .h6::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: -0.1rem;
  display: block;
  background-color: #f5f5f5;
  height: 0.3rem;
}
.eds_news_BuildingHope .event-details__details .link-primary {
  text-decoration: none;
}
.eds_news_BuildingHope .event-details__details .link-primary::after {
  content: "";
  display: inline-block;
  -webkit-mask-image: url("/Portals/_default/Skins/building-hope/img/arrow.svg");
  mask-image: url("/Portals/_default/Skins/building-hope/img/arrow.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: currentColor;
  flex: 0 0 auto;
  width: 0.75em;
  height: 0.75em;
  margin-top: 0.25rem;
  margin-left: 0.25rem;
}
.eds_news_BuildingHope .event-details__subtitle {
  margin-bottom: 2rem;
}
.eds_news_BuildingHope .event-details__text h3,
.eds_news_BuildingHope .event-details__text h4,
.eds_news_BuildingHope .event-details__text h5,
.eds_news_BuildingHope .event-details__text h6 {
  font-weight: 300;
}
.eds_news_BuildingHope .event-details__sponsors {
  margin-top: 2.5rem;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1.5rem;
}
@media (min-width: 992px) {
  .eds_news_BuildingHope .event-details__sponsors {
    margin-top: 6rem;
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 2rem;
  }
}
@media (min-width: 1200px) {
  .eds_news_BuildingHope .event-details__sponsors {
    --bs-gutter-x: 2.5rem;
    --bs-gutter-y: 2.5rem;
  }
}
.eds_news_BuildingHope .event-details__sponsors-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Caveat", cursive;
  color: #9572D9;
  gap: 1.5rem;
  margin-top: 0;
}
@media (min-width: 1200px) {
  .eds_news_BuildingHope .event-details__sponsors-title {
    gap: 2rem;
  }
}
.eds_news_BuildingHope .event-details__sponsors-title::before, .eds_news_BuildingHope .event-details__sponsors-title::after {
  content: "";
  display: block;
  flex-grow: 1;
  flex-shrink: 1;
  height: 1px;
  background-color: #E4E4F4;
}
.eds_news_BuildingHope .event-details__sponsors-item img {
  width: 100%;
  height: auto;
}
.eds_news_BuildingHope .event-details__sponsors-logos img {
  width: 100%;
  height: auto;
}

.ednMoreArticlesTriggerWrapper {
  text-align: center;
}

.edNews_loadMoreTrigger {
  margin: 3rem auto 2rem auto;
  display: inline-block;
  float: none;
  position: static;
  appearance: none;
  background: #493769;
  color: white;
  padding: 0.5rem 1rem;
  border: 1px solid #493769;
  box-shadow: none;
  outline: none;
  font-weight: 600;
}

/*# sourceMappingURL=BuildingHope.css.map */
