/*
 * Template Name: Meet The Team
 */

.ip-custom-banner.main{
    display: none !important;
}
.ip-banner-wrap{
	display: none;
}

#inner-page-wrapper{
	margin-bottom: 0;
}

#inner-page-wrapper > .container{
	width: 100%;
	padding: 0 0;
}

#mtt-wrap{
	padding: 0 20px;
}

.mtt-top{
	background: #f0f0f0;
	font-size: min(3.8vw,16px);
	line-height: 1.5;
	padding: 50px 15px;
	text-align: center;
	position: relative;
	z-index: 0;
}
.mtt-top:before{
	content:'';
	display: block;
	position: absolute;
	z-index: 0;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../../images/meet-the-team/mtt-bg.jpg) center center no-repeat #f0f0f0;
}
.mtt-top_lg{
	font-size: 1.875em;
	font-weight: 600;
	line-height: 1.2;
	position: relative;
	z-index: 2;
}
.mtt-top_sm{
	margin: 25px 0 0;
	position: relative;
	z-index: 2;
}
.mtt-list{
	padding: 0 0 min(12.714vw,126px);
	position: relative;
	z-index: 1;
}
.mtt-single{}
.mtt-single .mtt-featimg{}
.mtt-single .mtt-featimg a{
	display: block;
	position: relative;
}
.mtt-single .mtt-featimg a .mtt-photo{
	position: relative;
	z-index: 0;
	background: #000;
}
.mtt-single .mtt-featimg a .mtt-photo img{
	display: block;
	position: relative;
	z-index: 0;
	width: 100%;
	height: auto;
	aspect-ratio: 350/410;
	object-fit: cover;
	object-position: center;
	opacity: 1;
	transition: all ease .4s;
}
.mtt-single .mtt-featimg a:hover .mtt-photo img{
	opacity: 0.56;
}
.mtt-single .mtt-det{
	text-align: center;
	color: #000;
	padding: 23px 0 0;
}
.mtt-single .mtt-det a{
	color: inherit;
}
.mtt-single .mtt-det .site-button a:hover{
	color: #fff;
}
.mtt-single .mtt-det a:hover{
	color: var(--primary);
}
.mtt-single .mtt-name{}
.mtt-single .mtt-name a{
	font-size: min(6.286vw,22px);
	text-transform: uppercase;
}
.mtt-single .mtt-name a span{
	display: block;
	font-family: var(--font-family-title);
	letter-spacing: -0.025em;
	font-size: 1.591em;
}
.mtt-single .mtt-position{
	font-size: min(4.286vw,15px);
	color: #565656;
	text-transform: uppercase;
	margin: min(2vw,7px) 0 0;
}
.mtt-single .mtt-position:after{
	display: block;
	content:'';
	width: min(22.857vw,80px);
	height: 1px;
	background: #ff4b00;
	margin: min(5.714vw,20px) auto 0;
}
.mtt-single .mtt-cntct{
	margin: min(5.714vw,20px) 0 0;
}
.mtt-single .mtt-cntct > div{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	font-size: min(4.571vw,16px);
	font-weight: 500;
	letter-spacing: 0.060em;
	margin: min(2vw,7px) 0 0;
}
.mtt-single .mtt-cntct > div:first-child{
	margin: 0 0 0;
}
.mtt-single .mtt-cntct > div em{
	color: var(--primary);
	font-size: 0.9371em;
	margin: 0 min(4.857vw,17px) 0 0;
}
.mtt-single .mtt-cntct > div em.ai-font-cellphone{
	font-size: 1.1871em;
}
.mtt-single .mtt-cntct > div em.ai-font-envelope-filled-a{
	font-size: 0.6871em;
}
.mtt-single .mtt-bttn{
	margin: min(10.286vw,36px) 0 0;
}
@media only screen and (min-width: 992px) {
	.ip-custom-banner-img.attachment-fixed{
		clip-path: inset(0 0 0 0);
	    -moz-clip-path: inset(0 0 0 0);
	    -webkit-clip-path: inset(0 0 0 0);
	    overflow: hidden;
	    aspect-ratio: 1600 / 392;
	}
	.ip-custom-banner-img.attachment-fixed canvas{
		position: fixed;
		height: auto;
		top: 0;
		width: calc(100% - 2.5vw);
		aspect-ratio: 1600 / 440;
		background-position: top center;
	}
	#mtt-wrap{
		padding: 0 1.250vw;
	}
	.mtt-top{
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		justify-content: space-between;
		padding: min(7.5vw,108px) 3.500vw min(7.5vw,108px) 1.250vw;
		text-align: left;
		font-size: min(1.127vw,16px);
	}
	.mtt-top:before{
		bottom: max(-22.25vw,-356px);
	}
	.mtt-top:after{
		content:'';
		display: block;
		position: absolute;
		z-index: 1;
		left: 0;
		right: 0;
		top: 34.38%;
		bottom: max(-22.25vw,-356px);
		background: #FFFFFF;
		background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	}
	.mtt-top_sm{
		margin: 0 0 0;
	}
	.mtt-list{
		display: flex;
		flex-flow: row wrap;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.mtt-single{
		margin-left: 2.5vw;
		width: calc(calc(100% / 3) - 1.875vw);
	}
	.mtt-single:nth-child(3n + 1){
		margin-left: 0;
	}
	.mtt-single:nth-child(n + 4){
		margin-top: 4.9375vw;
	}
	.mtt-single .mtt-det{
		padding: 1.4375vw 0 0;
	}
	.mtt-single .mtt-name a{
		font-size: 1.375vw;
	}
	.mtt-single .mtt-position{
		font-size: 0.9375vw;
		margin: 0.438vw 0 0;
	}
	.mtt-single .mtt-position:after{
		width: 5vw;
		margin: 1.25vw auto 0;
	}
	.mtt-single .mtt-cntct{
		margin: 1.25vw 0 0;
	}
	.mtt-single .mtt-cntct > div{
		font-size: 1vw;
		margin: 0.438vw 0 0;
	}
	.mtt-single .mtt-cntct > div em{
		margin: 0 1.0625vw 0 0;
	}
	.mtt-single .mtt-bttn{
		margin: 2.25vw 0 0;
	}
}

@media only screen and (max-width: 991px) {
	.ip-custom-banner {
        padding: 20px 20px;
    }
    .mtt-list{
    	padding: 60px 0 min(12.714vw,126px);
    }
    .mtt-single {
	    max-width: 450px;
	    margin: 40px auto 0;
	}
	.mtt-single:first-child{
		margin-top: 0;
	}
}