.tabs {
	padding: 30px 0;
	justify-content: center;
	width: 100%;
}

.tab { margin: 0 20px; padding: 4px 0; }

.tab span {
	color: #a3c8e2;
	font-size: 1.2em;
	font-weight: bold;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: .1em;
}
.case {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.staff-member { 
	width: 32%;
	margin-right: 1.33%;
	margin-bottom: 20px;		
}

.staff-text { align-items: center; }

.staff-text span:nth-of-type(1) { 
	color: #00224a; 
	font-weight: 900; 
	text-transform: uppercase;
}

.staff-text span:nth-of-type(2) { 
	color: #00224a; 
}

.staff-text span:nth-of-type(3) {
	color: #a3c8e2;
	font-style: italic;
}

.staff-image-case {
	position: relative;
}

.member-image {	
	width: 100%;
	height: auto;
}

.member-image-tint {
	background: #a3c8e2;
	opacity: 0;
	width: 100%;
	position: absolute;
}

.member-image-tint:hover { opacity: 0.4; }

.flex-row { display: flex; flex-direction: row;}
.flex-col { display: flex; flex-direction: column; }

.twet-card{ width: fit-content;}
.twet-card .twitter-timeline.twitter-timeline-rendered{
width: 100% !important;
}