.social-link {
  transition: background-color 0.25s ease, transform 0.25s ease;
}

.social-link:hover {
  background-color: var(--primary-blue);
  color: var(--base-color-brand--white);
  transform: translateY(-2px);
}

.section_blog21 .finsweet-radio {
  cursor: pointer;
}

.section_blog21 .search-box {
  padding-right: 2.5rem;
}

.section_blog21 .finsweet-radio:has(input:checked) .finsweet-radio-btn {
  border: 1px solid var(--base-color-brand--egc-blue);
  background-color: var(--base-color-brand--txt-blue-bg);
  box-shadow: 0 2px 5px #0000;
}

.w-video.w-embed .youtube-embed {
  border: 0;
}

.alumni-spotlight-page .section_layout236 {
  overflow: hidden;
}

.section_hero .fade-out {
  opacity: 1 !important;
}

.alumni-excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  min-height: 6.4em;
  line-height: 1.6;
}

.grid-testimonials-homebtm .alumni-ite,
.grid-testimonials-homebtm .video-item {
  height: 100%;
}

