:root {
    --accent-color: #06754C;
}

/*
* Helper
*/
.mt-7 { 
    margin-top: 7rem;
}
.mt-9 { 
    margin-top: 9rem;
}
.mt-11 { 
    margin-top: 11rem;
}

.history .core-values h3 {
    font-size: 1.2rem;
    font-weight: 600;
}

.about .image-stack .image-stack-item-bottom {
    z-index: 2;
    bottom: 10%;
    left: 38%;
}

.leadership .leadership-team .leader-card .leader-info h3 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 1.25rem;
}

/*
.alumni .section-header h3 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
  position: relative;
  display: inline-block;
  font-weight: 700;
}

.alumni .section-header h3:after {
  content: "";
  width: 70px;
  height: 4px;
  background: var(--accent-color);
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2px;
}
*/

.alumni .section-header h2 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
    font-weight: 700;
}
.alumni .section-header h2:after {
    content: "";
    width: 70px;
    height: 4px;
    background: var(--accent-color);
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
}

.faculty--staff .department-info h3 {
    color: var(--heading-color);
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 22px;
}

.academics .featured-program-wrapper .featured-program-card .featured-program-content .program-highlights .highlight .highlight-info h5 {
    font-size: 18px;
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: 0;
}

.history .about-content h2 {
    color: var(--accent-color);
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 1.1rem;
}
.history .about-content h3 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-weight: 700;
    color: var(--heading-color);
}