/* ------------------------
Simple teams styling 
------------------------ */

.st .st_flexcontainer {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
}

.st .st_member {
	margin: 20px 5px;
	width: 340px;
	display: block;
	text-align: center;
}

/* Photo */

.st .st_member .st_photo {
	margin-left: auto;
	margin-right: auto;
	background-size: cover;
	background-position: center center;
	width: 150px;
	height: 150px;
	border-radius: 50%;
}

/* Text */

.st .st_textblock {
	margin: 1rem;
}

.st .st_textblock .st_names {
	margin: 0;
}

.st .st_textblock .st_job {
	font-size: 1.6rem;
	color: #888888;
	margin-bottom: 0;
}

.st .st_textblock .st_desc {
	font-size: 1.6rem;
	color: #555555;
	word-break: break-word;
	margin: 1rem 0 0;
}

.st .st_textblock .st_desc p {
	margin: 0;
}

/* Social */

.st .st_scblock {
	font-size: 1.6rem;
	display: flex;
	flex-wrap: wrap;
	margin: 1rem;
}

.st .st_scblock a {
	text-decoration: none;
	color: #000;
	margin: 0.5rem 0;
}

.st .st_scblock .st_sociallink {
	width: 100%;
	max-width: 100%;
}

.st .st_scblock .st_sociallink:hover {
	opacity: 0.5;
}

.st .st_scblock .st_sociallink img {
	display: inline-block;
	width: 1.6rem;
	height: 1.6rem;
	margin: 0 3px -2px 0;
}