/* ==========================================================================
   CHS-HRC HOMEPAGE
   ========================================================================== */
/* CTA link boxes override */
.homeButtons {
  background-image: none;
  background-color: #DEDEDE;
}
/* HRC Intro */
.hrcIntro {
  margin: 50px;
}
.hrcIntro p:first-of-type {
  font-weight: 600;
  font-size: 1.2rem;
  color: #000000;
  line-height: 1.5;
}
.hrcIntro__heading {
  margin-bottom: 1.5rem;
}
.hrcIntro__heading h2 {
  font-size: 4.5rem;
  font-family: "Merriweather", serif;
  letter-spacing: -0.09375rem;
  padding-top: 0;
  font-weight: 700;
}
.plugin-general-content.hrcIntro__heading h2 {
  padding-left: 0.75rem;
  margin: auto;
}
@media (min-width: 576px) {
  .hrcIntro__heading h2 {
    font-size: 4.4rem;
  }
}
@media (min-width: 768px) {
  .hrcIntro__heading h2 {
    font-size: 4.5rem;
  }
}
@media (min-width: 992px) {
  .hrcIntro__heading h2 {
    font-size: 4.5rem;
  }
}
@media (min-width: 1200px) {
  .hrcIntro__heading h2 {
    font-size: 4.5rem;
  }
}
/* HRC spotlight headline */
.headingCustom__post {
    color: #a24d9d;
    display: block;
}
@media (min-width: 576px) {
  .headingCustom__pre {
    font-size: 4.6875rem;
  }
}
@media (min-width: 768px) {
  .headingCustom__pre {
    font-size: 5.625rem;
  }
}
@media (min-width: 992px) {
  .headingCustom__pre {
    font-size: 5.5625rem;
  }
}
@media (min-width: 1200px) {
  .headingCustom__pre {
    font-size: 6.5rem;
  }
}
/* Stats area */
.hp-stats-list ul {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    padding: 0;
    margin-inline: auto !important;
    max-width: 1200px;
    gap: 6rem;
    justify-content: center;
    -webkit-align-items: center;
}
.hp-stats-list > * {
    flex: 1 1 0;
}
.hp-stats-list li {
    text-align: center;
}
.hp-stats-list li strong {
    font-family: Roboto,sans-serif;
    font-size: 4rem !important;
    margin: 0 auto 1rem;
    line-height: 0.8 !important;
    display: block;
}
.hp-stats-list li {
    position: relative;
    background: url('https://pharmacy.vcu.edu/media/pharmacy/pharmacyvcuedu/css/images-in-stylesheets/stat-bkg--gold.svg');
    line-height: 1.25;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 7em;
    padding-top: 3rem;
    top: -3rem;
    flex: 1;
}
.hp-stats-list a {
    color: #fff;
}
.plugin-card--gray {
    padding-top: 20px;
}
.plugin-card.hp-stats-list ul {
    gap: 2rem;
}
.plugin-card.hp-stats-list {
    border: none;
}
.hp-stats-list .plugin-card__body {
    padding-bottom:0;
    padding-top: 3rem;
}
.hp-stats-list .plugin-card__container {
    padding-bottom:0;
}
.hp-stats-list.deg-btns p.t4_button {
    display: inline-block;
}
.hp-stats-list p.t4_button {
    margin-top: 0;
}
.hp-stats-list .plugin-card__body>:last-child {
    padding-bottom: 3rem !important;
}

/* HP Stats block slice */

.hp-stats-list {
    border-image: conic-gradient(var(--vcu-gray) 0 0) fill 0 / 0 / 0 100vw !important;
    margin-bottom: 0 !important;
    margin-top: 2rem !important;
}


































