.profile-card {
  max-width: 80rem
}
.profile-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 3.3rem;
  z-index: -1;
  margin: 0 auto;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 24px solid var(--base-1);
  transition: .5s ease-in-out
}
.profile-card__card-link {
  transition: all .3s ease-in-out;
  min-height: auto;
  cursor: pointer
}
.profile-card__card-link:focus-within,
.profile-card__card-link:hover {
  text-decoration: none
}
.profile-card__card-link:focus-within .profile-card__cta-wrapper,
.profile-card__card-link:hover .profile-card__cta-wrapper {
  margin-top: var(--sm-2);
  max-height: 80px
}
.profile-card__card-link:focus-within .profile-card__cta-wrapper .cta,
.profile-card__card-link:hover .profile-card__cta-wrapper .cta {
  color: var(--color-display)
}
.profile-card__card-link:focus-within .profile-card__cta-wrapper .cta__label,
.profile-card__card-link:hover .profile-card__cta-wrapper .cta__label {
  text-decoration: none
}
.profile-card__card-link:focus-within .profile-card__content,
.profile-card__card-link:hover .profile-card__content {
  background-color: var(--secondary-3);
  color: var(--base-1)
}
.profile-card__card-link:focus-within .profile-card__content .color-body,
.profile-card__card-link:hover .profile-card__content .color-body {
  color: var(--base-1)
}
.profile-card__card-link:focus-within .profile-card__content .color-cta,
.profile-card__card-link:focus-within .profile-card__content .color-display,
.profile-card__card-link:hover .profile-card__content .color-cta,
.profile-card__card-link:hover .profile-card__content .color-display {
  color: var(--color-display)
}
.profile-card__card-link:focus-within {
  box-shadow: 0 0 0 2px var(--base-2)
}
.profile-card__image {
  max-height: 32rem
}
.profile-card__cta-wrapper {
  max-height: 0;
  transition: all .3s ease-in-out
}
.profile-card__cta-wrapper .cta--text-link:focus-within .cta__label,
.profile-card__cta-wrapper .cta--text-link:hover .cta__label {
  color: var(--color-display)
}
.profile-card__content {
  background: var(--base-4);
  flex: 1;
  bottom: 0;
  transition: all .6s ease-in-out
}
.profile-card--visible .profile-card__content {
  background-color: var(--base-1);
  color: var(--color-display)
}
.profile-card--visible .profile-card__content .color-body {
  color: var(--base-1)
}
.profile-card--visible .profile-card__content .color-cta,
.profile-card--visible .profile-card__content .color-display {
  color: var(--color-display)
}
.profile-card--visible::after {
  bottom: -23px
}
.profile-card--visible .profile-card__content {
  background-color: var(--base-1);
  color: var(--base-5)
}
.profile-card--visible {
  text-decoration: none
}
.profile-card--visible .profile-card__cta-wrapper {
  margin-top: var(--sm-2);
  max-height: 8rem
}
.profile-card--visible .profile-card__cta-wrapper .cta {
  color: var(--color-display)
}
.profile-card--visible .profile-card__cta-wrapper .cta__label {
  text-decoration: none
}
.profile-card--visible .profile-card__card-link:focus-within .profile-card__content,
.profile-card--visible .profile-card__card-link:hover .profile-card__content {
  background-color: var(--base-1)
}
.profile-card__image-wrapper {
  height: 24rem
}
@media (min-width:992px) {
  .profile-card__image-wrapper {
    height: 32rem
  }
}
.profile-detail__image-wrapper {
  min-height: 24.6rem
}
@media (min-width:768px) {
  .profiles [class*=col-] .profile-detail--visible {
    width: calc(100% + 33.2rem)
  }
  .profiles [class*=col-]:nth-child(2n) .profile-detail {
    left: calc(-100% - 1.6rem)
  }
}
@media (min-width:992px) {
  .profiles [class*=col-] .profile-detail--visible {
    width: calc(100% + 45.4rem)
  }
  .profiles [class*=col-]:nth-child(2n) .profile-detail {
    left: calc(-100% - 3.5rem)
  }
}
@media screen and (orientation:landscape) and (min-width:1025px) {
  .profiles [class*=col-] .profile-detail--visible {
    width: calc(100% + 53.3rem)
  }
  .profiles [class*=col-]:nth-child(3n+2) .profile-detail {
    left: calc(-100% - 3.4rem)
  }
}
@media (min-width:1200px) {
  .profiles [class*=col-] .profile-detail--visible {
    width: calc(300% + 6.4rem)
  }
  .profiles [class*=col-]:nth-child(2n) .profile-detail {
    left: 0
  }
  .profiles [class*=col-]:nth-child(3n+2) .profile-detail {
    left: calc(-100% - 3.4rem)
  }
  .profiles [class*=col-]:nth-child(3n) .profile-detail {
    left: calc(-200% - 6.4rem)
  }
}
@media (min-width:1400px) {
  .profile-detail__close {
    top: 4.1rem;
    right: 4.1rem
  }
}
.media-card__wrapper:hover .media-card__body {
  background-color: var(--base-1);
  color: var(--base-5)
}
.media-card__wrapper:hover .cta {
  color: var(--base-5)
}
.media-card__wrapper:hover .cta__label {
  text-decoration: none
}
.media-card__body {
  transition: all .6s ease-in-out
}
.media-card__cta-wrapper {
  transition: all .3s ease-in-out
}
.media-card__cta-wrapper .cta--text-link:hover .cta__label {
  color: var(--base-5)
}
.event-card {
  min-height: 36rem;
  max-width: 60rem;
  transition: all .3s ease-in-out;
  width: 100%;
  background-color: var(--primary-1);
  border: 1px solid var(--dark-25);
  color: var(--base-5)
}
.event-card .icon-date {
  color: var(--base-5)
}
.event-card__date {
  color: var(--base-5)
}
.event-card .cta {
  color: var(--base-5)
}
.event-card .cta--text-link:hover .cta__label {
  color: var(--primary-1);
  text-decoration: none
}
.event-card:focus-within .cta,
.event-card:hover .cta {
  color: var(--primary-1)
}
.event-card:focus-within .cta__label,
.event-card:hover .cta__label {
  color: var(--primary-1)
}
@media (min-width:992px) {
  .event-card {
    background-color: var(--base-5);
    transition: all .3s linear;
    color: var(--primary-1);
    min-height: 39.5rem
  }
  .event-card .icon-date {
    color: var(--base-1)
  }
  .event-card__date {
    color: var(--primary-1)
  }
  .event-card__cta-wrapper {
    overflow: hidden;
    max-height: 0;
    transition: max-height .5s ease
  }
  .event-card:focus-within,
  .event-card:hover {
    background-color: var(--secondary-3);
    color: var(--primary-1);
    border: 1px solid transparent
  }
  .event-card:focus-within .icon-date,
  .event-card:hover .icon-date {
    color: var(--primary-1)
  }
  .event-card:hover .event-card__date {
    color: var(--primary-1)
  }
  .event-card:hover .event-card__cta-wrapper {
    max-height: 50rem;
    transition: max-height .5s ease
  }
  .event-card:focus-within .event-card__date {
    color: var(--light-75)
  }
  .event-card:focus-within .event-card__cta-wrapper {
    overflow: visible;
    max-height: 50rem;
    transition: max-height .5s ease
  }
}