
.catitem {
    display: flex;
    align-items: left;
    flex-direction: column;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}
.catitem:last-of-type {
    border-bottom: none;
}
.catitem .teamlink {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    text-decoration: none;
}
.catitem-member {
    flex: 1;
    display: flex;
    align-items: center;
    padding-left: 1em;
    font-size: 1rem;
}
.team-member {
    display: flex;
    align-items: center;
    padding: 5px 0;
}

.teamContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
    background-color: #f9f9f9;
}
.teammember {
    display: flex;
    align-items: center;
    padding: 10px 1em;
}
.teammember-link span.name {
    font-weight: bold;
    margin-right: 10px;
    display: flex;
    align-items: center;
    padding: 5px 0;
}
.teammember-link span.title {
    font-style: italic;
    color: #666;
}
.catitem-member img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}
.catitem-member span {
    font-weight: normal;
}

p.backlink a {
	color: var(--brand-b-bg);
	text-decoration: none;
}
p.backlink a:hover {
	color: var(--brand-b-hilite);
	text-decoration: underline;
}
p.backlink {
    margin: 20px 0;
    font-size: 1.2rem;
}
