/*
 * Template Name: Join Our Team
 */

#inner-page-wrapper{
	margin-bottom: 0;
}
#inner-page-wrapper > .container{
	width: 100%;
	padding: 0 0;
}
.ip-container #breadcrumbs {
    margin: 0 auto 30px auto;
    padding: 0 15px;
    max-width: 1300px;
    width: 100%;
}
#ip-oagnts{}
.oagnts-inner{
	position: relative;
	padding: 45px 0 0;
}
.oagnts-inner:before{
	content:'';
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	background: url(../../images/turnkey-program/tupr-logo_accent.png) center top no-repeat;
    background-size: min(48.501vw,372px) auto;
    opacity: 0.05;
}
.oagnts-bg{
	position: absolute;
	z-index: 0;
	left: 0;
	right: 0;
	top: 30px;
	bottom: 30px;
	margin: auto 0;
	max-height: 838px;
	background: #fff;
}
.oagnts-bg:before{
	content: '';
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../../images/join-our-team/jot-bg_01.jpg) center center no-repeat;
    background-size: cover;
    opacity: 0.53;
}
.oagnts-bg:after{
	content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 10%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,1) 90%);
}
.oagnts-intro{
	position: relative;
	z-index: 2;
}
.oagnts-container{
	width: 1410px;
	margin: 0 auto;
	max-width: calc(100% - 30px);
}
.intro-title{}
.intro-title h2{
	color: #454545;
    font-size: 110px;
    font-family: var(--font-family-title);
}
.intro-title h2 small{
	display: block;
	text-transform: uppercase;
	color: #afa5a5;
	font-weight: 700;
	font-size: 0.182em;
	letter-spacing: 0.250em;
    font-family: var(--font-family-default);
}
.intro-title h2 span{
	color: var(--primary);
}
.intro-desc{
	line-height: 1.546;
	font-size: 24px;
	letter-spacing: 0.050em;
	margin: 45px 0 0;
}
.intro-desc span{
	font-weight: 700;
}
.oagnts-list{
	margin: 54px 0 0;
	padding: 0 0 105px;
	position: relative;
	z-index: 2;
}
.oagnts-items{
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.oagnts-item{
	position: relative;
	overflow: hidden;
	width: calc(25% - 14px);
	margin-left: 18px;
	border-radius: 13px;
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
	padding: 2px;
}

.oagnts-item:before{
	content:'';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	pointer-events: none;
	border: 7px solid #fff;
	border-radius: 13px;
	opacity: 0;

	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
.oagnts-item:hover:before{
	opacity: 1;
}
.oagnts-item .oagnts-img{
	position: relative;
	z-index: 0;
}
.oagnts-item .oagnts-img a{
	display: block;
	position: relative;
	/*cursor: auto;
    pointer-events: none;*/
}
.oagnts-item .oagnts-img a:after{
	content:'';
	display: block;
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../../images/our-agents/oa-fade.png) center center no-repeat;
	background-size: cover;
	border-radius: 13px;
}
.oagnts-item .oagnts-img a canvas{
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 0;
}
.oagnts-item .oagnts-img a img{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
	border-radius: 13px;
}
.oagnts-item .oagnts-det{
	position: absolute;
	z-index: 1;
	left: 1px;
	right: 1px;
	bottom: 0;
	color: #fff;
	pointer-events: none;
	padding: 0 0 36px;
}
.oagnts-item .oagnts-det:before{
	content: '';
	display: block;
	position: absolute;
	z-index: 2;
	bottom: 28px;
	right: 26px;
	width: 93px;
	height: 170px;
	background: url(../../images/our-agents/oa-monogram.png) center center no-repeat;
	background-size: cover;
	opacity: 0;
	pointer-events: none;
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
.oagnts-item:hover .oagnts-det:before{
	opacity: 0.8;
}
.oagnts-item .oagnts-det a{
	pointer-events: auto;
	opacity: 1;
}
.oagnts-item .oagnts-det a:hover{
	opacity: 0.7;
}
.oagnts-item .oagnts-name {
    font-size: 26px;
    font-family: var(--font-family-title);
    color: #000;
    background: rgb(229,189,176);
    background: linear-gradient(90deg, rgba(229,189,176,1) 66%, rgba(255,255,255,0) 100%);
    padding: 11px 10px 11px 28px;
    margin: 0 0 9px;
}
.oagnts-item .oagnts-position{
	padding: 0 0 0 28px;
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 4px;
}
.oagnts-item .oagnts-ci{
	padding: 0 0 0 28px;
	font-size: 15px;
	line-height: 1.25em;
}
.oagnts-item .oagnts-ci a:not(.section-btn){
	color: #fff;
}
.oagnts-item .oagnts-ci a:not(.section-btn):hover{
	text-decoration: none;
}
.oagnts-item .oagnts-vd{
	padding: 0 0 0 28px;
	margin: 11px 0 0;
	display: none;
}
.oagnts-item:hover .oagnts-vd{
	/*display: block;*/
}
.section-btn.active.oagnts{
	color: #000;
    min-width: 146px;
    line-height: 46px;
    height: 46px;
}
@media only screen and (min-width: 992px) {
	.oagnts-item{
		margin-left: min(1.25vw,18px);
		width: calc(25% - min(0.972vw,14px));
		margin-left: min(1.25vw,18px);
		border-radius: min(0.903vw,13px);
		transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		transition: all ease .4s;
		-moz-transition: all ease .4s;
		-webkit-transition: all ease .4s;

		padding: 0.15vw;
	}
	.oagnts-item:hover{
		transform: scale(1.11764);
		-moz-transform: scale(1.11764);
		-webkit-transform: scale(1.11764);
		z-index: 2;
	}
	.oagnts-item:nth-child(4n + 1) {
	    transform-origin: left;
	    margin-left: 0;
	}
	.oagnts-item:nth-child(4n + 4) {
	    transform-origin: right;
	}
	.oagnts-item:nth-child(n + 5) {
		margin-top: min(1.25vw,18px);
	}
	.oagnts-item:before{
		border: min(0.486vw,7px) solid #fff;
		border-radius: min(0.903vw,13px);
	}
	.oagnts-item .oagnts-img a:after,
	.oagnts-item .oagnts-img a img{
		border-radius: min(0.903vw,13px);
	}

	.oagnts-item .oagnts-det{
		padding: 0 0 min(2.5vw,36px);
		left: 0.125vw;
		right: 0.125vw;
	}
	.oagnts-item .oagnts-det:before{
		bottom: min(1.944vw,28px);
		right: min(1.806vw,26px);
		width: min(6.458vw,93px);
		height: min(11.806vw,170px);
	}
	.oagnts-item .oagnts-name {
	    padding: min(0.764vw,11px) min(0.694vw,10px) min(0.764vw,11px) min(1.944vw,28px);
	    margin: 0 0 min(0.625vw,9px);
	    font-size: min(1.806vw,26px);
	}
	.oagnts-item .oagnts-position{
		padding: 0 0 0 min(1.944vw,28px);
		font-size: min(1.25vw,18px);
		margin: 0 0 min(0.278vw,4px);
	}
	.oagnts-item .oagnts-ci{
		padding: 0 0 0 min(1.944vw,28px);
		font-size: min(1.0417vw,15px);
	}
	.oagnts-item .oagnts-vd{
		padding: 0 0 0 min(1.944vw,28px);
		margin: min(0.764vw,11px) 0 0;
	}
	.section-btn.active.oagnts{
	    min-width: min(10.139vw,146px);
	    line-height: min(3.194vw,46px);
	    height: min(3.194vw,46px);
	}
}
@media only screen and (min-width: 1200px) {}
@media only screen and (max-width: 1199px) {
	.intro-title h2 {
	    font-size: 80px;
	}
}
@media only screen and (max-width: 991px) {
	.oagnts-items {
	    margin: 0 auto;
	    max-width: 700px;
	    
	}
	.oagnts-item {
	    width: calc(50% - 10px);
	    margin-left: 20px;
	    padding: 5px;
	}
	.oagnts-item:nth-child(odd) {
	    margin-left: 0;
	}
	.oagnts-item:nth-child(n + 3){
		margin-top: 20px;
	}
	.oagnts-item .oagnts-det {
	    position: relative;
	    background: #000;
	    text-align: center;
	    padding: 30px 15px;
	    left: 0;
	    right: 0;
	}
	.oagnts-item .oagnts-name {
	    color: #fff;
	    background: none;
	    padding: 0;
	    margin: 0 0 9px;
	}
	.oagnts-item .oagnts-position{
		padding: 0 0 0;
	}
	.oagnts-item .oagnts-ci{
		padding: 0 0 0;
	}
	.oagnts-item .oagnts-vd{
		display: block;
		padding: 0 0 0;
	}

	.oagnts-item .oagnts-img a img, .oagnts-item .oagnts-img a:after {
	    border-bottom-left-radius: 0;
	    border-bottom-right-radius: 0;
	}
}
@media only screen and (max-width: 767px) {
	.oagnts-items{
		display: block;
	}
	.oagnts-item{
		width: 100%;
		max-width: 340px;
		margin: 20px auto 0;
	}
	.oagnts-item:first-child{
		margin-top: 0;
		margin-left: auto;
	}
	.oagnts-item:nth-child(odd){
		margin-left: auto;
	}
}
@media only screen and (max-width: 567px) {
	.intro-title h2 {
	    font-size: 70px;
	}
}
@media only screen and (max-width: 480px) {
	.intro-title h2 {
	    font-size: 45px;
	}
	.intro-title h2 small {
	    font-size: 0.31em;
	    margin: 0 0 5px;
	    letter-spacing: 0.050em;
	}
	.intro-desc {
	    font-size: 16px;
	}
}