/** Team Member block **/
.tsu-team-member-block {
	position: relative;
	margin-left: -9.5%;
	margin-right: -9.5%;
	padding-left: 9.5%;
	padding-right: 9.5%;
	/*padding-top: 7%;*/
	padding-bottom: 5%;
	background: #fff;
	overflow: hidden;
}
@media (max-width: 991px){
	.tsu-team-member-block {
		/*padding-top: 10%;*/
		padding-bottom: 6%;
	}
}
.tsu-team-member-block > .container-fluid,
.tsu-team-member-block > .row {
    position: relative;
    z-index: 1;
}

/*.tsu-team-member-block .post-list > .col.no-thumb {
	display: flex;
	align-items: end;
}*/
.tsu-team-member-block .tm-wrap {
	position: relative;
	color: var(--global--color-text);
	transition: color ease-in-out .2s;
	cursor: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' x='0' y='0' width='74' height='74' viewBox='0 0 74 74' xml:space='preserve'%3E%3Cpath d='M37 0C16.6 0 0 16.6 0 37s16.6 37 37 37 37-16.6 37-37S57.4 0 37 0z' fill='%23ffffffd9'/%3E%3Cpath fill='%2358C0A4' d='M52 36H38V22h-2v14H22v2h14v14h2V38h14z'/%3E%3C/svg%3E") 37 37, auto;
	z-index: 1000;
}
.tsu-team-member-block .tm-wrap::before {
	content: '';
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(8, 15, 53, 0.1);
	opacity: 0;
	transition: opacity ease-in-out .2s;
}
.tsu-team-member-block .tm-wrap:hover::before {
	opacity: 1;
}
/*.tsu-team-member-block .post-list > .col.no-thumb .tm-wrap {
	width: 100%;
}
.tsu-team-member-block .post-list > .col.no-thumb .tm-wrap::before {
	display: none;
}*/

.tsu-team-member-block .tm-popup > .tm-item-popup {
  margin-bottom: calc(var(--bs-gutter-x));
}
.tsu-team-member-block .tm-wrap > img {
	position: relative;
	z-index: 1;
}
.tsu-team-member-block .tm-content {
	z-index: 3;
	margin-bottom: 20px;
	background: #fff;
	padding-top: 15px;
	position: relative;
}

.tsu-team-member-block .tm-name {
	font-size: 1.1em;
	font-weight: 500;
	transition: color ease-in-out .2s;
}
.tsu-team-member-block .tm-wrap:hover .tm-name {
  color: var(--global--color-primary);
}
.tsu-team-member-block .tm-role {
	font-size: 1.7rem;
	line-height: 1.4;
}
.tsu-team-member-block .tm-location {
	font-size: 1.5rem;
	line-height: 1.4;
	letter-spacing: .02rem;
	text-transform: uppercase;
	display: none;
}
.tsu-team-member-block .tm-desc {
	font-size: 1.5rem;
	line-height: 1.4;
	margin-top: .7em;
	opacity: 0;
	transition: opacity ease-in-out .2s;
}
.tsu-team-member-block .tm-wrap:hover .tm-desc {
	opacity: 1;
}

.tm-popup-wrapper .mfp-bg {
  background: var(--global--color-primary);
  opacity: 1;
}

.tm-popup .tm-popup-content {
	display: none;
}
.tm-popup-content {
	width: 100%;
	background: var(--global--color-primary);
	color: #fff;
	/*padding: 50px 60px;*/
	position: relative;
	top: 15px;
	padding-right: 8%;
	padding-left: 8%;
}
.tm-popup-content .mfp-close {
	top: 60px;
	background: var(--global--color-green);
	border-radius: 50%;
	color: #fff;
}
.tm-popup-content .mfp-close:active {
	top: 60px;
}
.tm-popup-wrap {
  border-top: 2px solid rgba(255,255,255,.15);
  padding-top: 20px;
  margin-top: 60px;
}
.tm-popup-wrap .tm-name {
	font-size: 2.8rem;
	font-weight: 500;
	line-height: 1.3;
	padding-right: 55px;
}
.tm-popup-wrap h3 {
	font-size: 2.8rem;
	font-weight: 500;
	line-height: 1.3;
	margin-top: 0;
}
.tm-popup-wrap .tm-role {
	font-size: 20px;
	font-size: 2rem;
}
.tm-popup-wrap .popup-content-wrap {
  padding-top: 30px;
  border-bottom: 2px solid rgba(255,255,255,.15);
  margin-bottom: 20px;
  padding-bottom: 30px;
}
.linkedin-link {
  margin-top: 35px;
}
a.linkedin-link::after {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18px' height='18px' fill='%231FBF3E' viewBox='0 0 384 512'%3E%3Cpath d='M336 96c8.8 0 16 7.2 16 16V336c0 8.8-7.2 16-16 16s-16-7.2-16-16V150.6L59.3 411.3c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L297.4 128H112c-8.8 0-16-7.2-16-16s7.2-16 16-16H336z'/%3E%3C/svg%3E");
	width: 17px;
	height: 17px;
	margin-left: 4px;
	display: inline-block;
}
.popup-link-wrap {
	text-align: right;
	margin-bottom: 60px;
}
.tm-popup-wrap .popup-link .next-tm-title,
.tm-popup-wrap .popup-link .tm-role {
	display: block;
}

.popup-link-wrap .next-tm-title {
	font-size: 2.2rem;
	color: var(--global--color-white);
	font-weight: 500;
	transition: color ease-in-out .15s;
}
.popup-link-wrap .next-tm-title::after {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' viewBox='0 0 448 512'%3E%3Cpath d='M440.6 273.4c4.7-4.5 7.4-10.8 7.4-17.4s-2.7-12.8-7.4-17.4l-176-168c-9.6-9.2-24.8-8.8-33.9 .8s-8.8 24.8 .8 33.9L364.1 232 24 232c-13.3 0-24 10.7-24 24s10.7 24 24 24l340.1 0L231.4 406.6c-9.6 9.2-9.9 24.3-.8 33.9s24.3 9.9 33.9 .8l176-168z'/%3E%3C/svg%3E");
	width: 16px;
	height: 18px;
	position: absolute;
	right: 0;
	top: 6px;
	transition: color ease-in-out .15s;
}
.popup-link-wrap a.popup-link:hover .next-tm-title::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2358C0A4' viewBox='0 0 448 512'%3E%3Cpath d='M440.6 273.4c4.7-4.5 7.4-10.8 7.4-17.4s-2.7-12.8-7.4-17.4l-176-168c-9.6-9.2-24.8-8.8-33.9 .8s-8.8 24.8 .8 33.9L364.1 232 24 232c-13.3 0-24 10.7-24 24s10.7 24 24 24l340.1 0L231.4 406.6c-9.6 9.2-9.9 24.3-.8 33.9s24.3 9.9 33.9 .8l176-168z'/%3E%3C/svg%3E");
}

a.popup-link:hover .next-tm-title {
	color: var(--global--color-highlight);
	text-decoration: none;
}
.popup-link-wrap .tm-role {
	font-size: 1em;
}
a.popup-link {
	color: var(--global--color-white);
	text-decoration: none;
	display: inline-block;
	position: relative;
	padding-right: 24px;
}
a.popup-link:hover {
	text-decoration: none;
	color: var(--global--color-highlight);
}
a.popup-link:hover .tm-role {
	color: var(--global--color-white);
}

.tm-popup-wrapper .mfp-content .tm-popup-content .mfp-close {
	position: absolute;
	top: 20px;
	right: 8%;
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: var(--global--color-white);
	color: var(--global--color-highlight);
	opacity: 1;
	transition: all ease-in-out 0.15s;
}
.tm-popup-wrapper .mfp-content .tm-popup-content .mfp-close:hover {
	background: var(--global--color-highlight);
	color: var(--global--color-white);
}
.popup-content-wrap .tm-content {
	margin-bottom: 30px;
	padding-right: 60px
}
.popup-content-wrap .tm-content a {
	color: #fff;
}
.popup-content-wrap .tm-content a:hover {
	color: var(--global--color-highlight);
}
.popup-content-wrap > .row img {
	margin-bottom: 30px;
	padding-right: 5%;
}
@media screen and (max-width: 767px){
	.tm-about {
		display: none;
	}
	.popup-link-wrap {
	  display: none;
	}
}
@media screen and (max-width: 540px){
	.tm-popup-content {
		width: 100%;
	}
	.tm-popup-content {
		padding: 40px 20px;
	}
	.tm-popup-wrapper .mfp-content .tm-popup-content .mfp-close {
		top: 15px;
		right: 15px;
		position: fixed;
	}
	.popup-content-wrap > .row img {
		padding-right: 0;
	}
	.popup-content-wrap .tm-content {
		padding-right: 0
	}
}
