.team-page { padding: 28px 0 0; background: #fff; }
.team-page-title { margin: 0; font-size: 2.6em; font-weight: 300; }
.team-page-divider { width: 50px; height: 3px; margin: 10px 0 37px; background: #000; }
.team-page-intro { margin-bottom: 28px; }
.team-page-intro > :last-child, .team-member-copy > :last-child { margin-bottom: 0; }
.team-band { padding: 55px 0; background: #f7f4ea; background: color-mix(in srgb, var(--team-accent) 10%, #fff); }
.team-band-alt { background: #fff; }
.team-category-title { margin: 0 0 20px; font-weight: 300; }
.team-card { width: 100%; }
.team-card > .row { display: flex; align-items: center; flex-wrap: wrap; }
.team-image-column { order: 1; }
.team-copy-column { order: 2; padding: 5px 30px 0; }
.team-contact-column { order: 3; }
.team-band-alt .team-image-column { order: 3; }
.team-band-alt .team-copy-column { order: 1; }
.team-band-alt .team-contact-column { order: 2; }
.team-image-frame { position: relative; padding: 12px; }
.team-image-frame::before,
.team-image-frame::after { content: ""; position: absolute; width: 64px; height: 64px; pointer-events: none; }
.team-image-frame::before { top: 0; left: 0; border-top: 1px solid var(--team-accent); border-left: 1px solid var(--team-accent); }
.team-image-frame::after { right: 0; bottom: 0; border-right: 1px solid var(--team-accent); border-bottom: 1px solid var(--team-accent); }
.teamImg { display: block; width: 100%; height: auto; border: 0; border-radius: 0; box-shadow: none; }
.team-card h2 { margin: 5px 0 8px; color: var(--team-accent); font-weight: 300; letter-spacing: -1px; line-height: 29px; }
.team-card h4 { margin: 0 0 28px; font-size: 1.7em; font-weight: 300; line-height: 30px; }
.team-card h4::after { content: ""; display: block; width: 50px; height: 3px; margin-top: 14px; background: #000; }
.team-member-copy, .team-member-copy p, .team-contact-details, .team-contact-column { font-size: 14px; line-height: 20px; color: #777; }
.team-member-copy p { margin: 0 0 8px; }
.team-contact-details { display: flex; flex-wrap: wrap; gap: 8px 24px; margin: 0 0 28px; padding: 0; }
.team-contact-details li { display: inline-flex; align-items: baseline; position: relative; margin: 0; padding: 0 0 0 20px; white-space: nowrap; }
.team-contact-details .fa-li { left: 0; top: 1px; width: 14px; }
.team-contact-details strong { margin-right: 4px; }
.team-info-social-icons { margin: 0 0 15px; }
.team-info-social-icons a { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; }
.team-contact-column .sidebar h4 { margin-top: 5px; }
.team-empty { padding-bottom: 55px; }

@media (max-width: 767px) {
	.team-page { padding-top: 24px; }
	.team-band { padding: 32px 0; }
	.team-card > .row { display: flex; }
	.team-image-column,
	.team-band-alt .team-image-column { order: 1; margin-bottom: 22px; }
	.team-copy-column,
	.team-band-alt .team-copy-column { order: 2; padding: 0 15px; }
	.team-contact-column,
	.team-band-alt .team-contact-column { order: 3; }
	.team-image-frame { padding: 10px; }
	.team-image-frame::before,
	.team-image-frame::after { width: 48px; height: 48px; }
	.team-card h4 { margin-bottom: 22px; }
	.team-contact-details { display: block; margin-bottom: 22px; }
	.team-contact-details li { display: flex; width: 100%; margin-bottom: 7px; white-space: normal; }
	.team-contact-column { margin-top: 20px; }
}
