/* prowin sineosExtendMember */

.team ul {
	list-style: none;
	display: grid;
	padding: 0;
}
.team span, .member_details span {
	display: block;
}
.team li .name {
	font-weight: 500;
	font-size: 1.1em;
}
.team-vl ul, .team-tl ul {
	grid-template-columns: 1fr;
}
.team-tl img {
	float: none;
	margin-right: 0;
}

@media (min-width: 450px) {
.team-vl ul {
	grid-template-columns: 1fr 1fr;
}
}

@media (min-width: 600px) {
.team-tl img {
	max-width: 35% !important;
	float: left;
	margin-right: 1em;
}
}

@media (min-width: 768px) {
.team-vl ul {
	grid-template-columns: 1fr 1fr 1fr;
}
.team-tl ul {
	grid-template-columns: 1fr 1fr;
}
}

@media (min-width: 960px) {
.team-vl ul {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
}

@media (min-width: 1020px) {
.team-tl ul {
	grid-template-columns: 1fr 1fr 1fr;
}
}
.team-vl li, .team-tl li {
	padding-right: 1em;
	padding-bottom: 2em;
}
.team li img {
	margin-bottom: 1em;
}
.team a {
	padding-top: 1em;
	display: block;
}
.member_details {
	padding: 3em 1em 2em 1em;
}
.member_details img {
	margin-bottom: 1em;
}

@media (min-width: 768px) {
.member_details img {
	float: left;
	margin-right: 2em;
	margin-bottom: 0;
	max-width: 300px !important;
}
}
.member_details .name {
	font-size: 1.5em;
}
.member_details .description {
	color: #888;
	padding-top: 2em;
}
.team-page #cboxLoadedContent {
	margin: 0 auto;
}

