.university-contacts--list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 .5rem;
}

.university-contacts--item {
    flex: 0 0 33.333%;
    display: flex;
    padding: 10px;
    min-width: 350px;
}

.university-contact-card {
    flex: 0 0 100%;
    border: 2px solid #e8e8e8;
    border-radius: 6px;
    padding: 25px;
    margin: 1rem;
}

.item-name {
    font-size: 28px;
    font-weight: bolder;
}

.item-university {
    font-size: 18px;
    font-weight: 500;
}

.item-department {
    font-size: 18px;
    font-weight: 500;
}

.infuse-topics-item {
    margin: 1rem 0;
}

.item-button {
    text-decoration: none;
    font-weight: bold;
}

.infuse-contacts.card > h1 {
    margin-top: 0;
}
.page-section {
    margin-top: 2rem;
}
.page-section .section-label {
    margin-bottom: 0;
}

.page-section > h2 {
    margin-top: 0;
}
.infuse-contacts-cta-heading {
    margin-bottom: 1.5rem;
}

.infuse-contacts-cta {
    text-align: center;
    margin-bottom: 4rem;
}

.component-card--infuse-awards-card span{
    padding: 0;
}

.component-card--infuse-awards-card p,
.component-card--infuse-national-lab-card p{
    margin: 0;
}

.component-card--infuse-national-lab-card .term-list{
    margin: 0.5rem 0;
}

.component-card--infuse-national-lab-card .term-list .term-list-item{
    padding-left: 0;
    padding-right: 0;
}

.component-card--infuse-national-lab-card .term-list .term-list-item a{
    padding-left: 0;
    padding-right: 0

}

nav.breadcrumb {
    display: block;
    margin-top: 1em;
}

nav.breadcrumb .crumbs {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

nav.breadcrumb .crumbs li {
    display: flex;
    font-size: 0.95em;
}

nav.breadcrumb .crumbs li + li::before {
    margin: 0 0.25em;
    height: 0.8em;
    content: ">";
}

.single-events .entry-content {
    padding-bottom: var(--spacing--pos--p10);
}


.single-infuse_events .event-sponsor {
    font-size: var(--body--lg--font-size);
}

.single-infuse_events .term-list {
    font-size: var(--body--lg--font-size);
}

.single-infuse_events .type-infuse_events {
    padding-bottom: var(--spacing--pos--p10);
}
