.isotope-grid {
	visibility:hidden;
}

.team-tooltip {
	z-index:99999999;
	position:absolute!important;
}

.team-tooltip .team-text .title {
	background:rgba(130,154,158,0.9);
	padding:20px 40px;
}

.team-tooltip .team-text .title p {
	color:#fff!important;
}

.team-tooltip .team-text .content {
	color:#686B6B;
	padding:20px 40px;
}

.team-tooltip .team-text .title {
	background:rgba(130,154,158,0.9);
	padding:20px 40px;
}

.team-tooltip .team-text .title p {
	color:#fff!important;
}

.team-tooltip .team-text .content {
	color:#686B6B;
	padding:20px 40px;
}

.team-tooltip .team-text {
	visibility:hidden;
	min-width:400px!important;
	text-align:left!important;
	background:rgba(255,255,255,0.9);
	color:#fff;
	text-align:center;
	border-radius:6px;
	padding:0;
	position:absolute;
	z-index:9999999999;
	bottom:125%;
	min-height:200px;
	opacity:1;
	transition:opacity 1s;
	z-index:99999999!important;
}

.team-tooltip .team-text:after {
	content:"";
	position:absolute;
	border-width:15px;
	border-style:solid;
	border-color:transparent rgba(255,255,255,0.9) transparent transparent;
	margin-left:-30px;
	top:60%;
}

.team-tooltip .team-text.left:after {
	content:"";
	position:absolute;
	top:60%;
	left:0;
	margin-left:-30px;
	border-width:15px;
	border-style:solid;
	border-color:transparent rgba(255,255,255,0.9) transparent transparent;
}

.team-tooltip .team-text.right {
	margin-left:0!important;
}

.team-tooltip .team-text.left {
	margin-left:30px!important;
}

.team-tooltip .team-text.right:after {
	border-color:transparent transparent transparent rgba(255,255,255,0.9);
	left:calc(100% + 30px);
}

.team-tooltip .team-text.top {
	margin-left:0;
}

.team-tooltip .team-text.top:after {
	border-color:rgba(255,255,255,0.9) transparent transparent;
	margin-left:40%;
	top:100%;
}

.team-tooltip.hover .team-text {
	visibility:visible!important;
	opacity:1;
}

.isotope-grid .item:before {
	content:""!important;
	opacity:0;
	transition:opacity .5s;
	position:absolute;
	width:100%;
	height:100%;
	background:#000;
}

.isotope-grid:hover .item:before {
	opacity:.5;
	transition:opacity .5s;
}

.isotope-grid .item:hover:before {
	opacity:0;
	transition:opacity .5s;
}

@-webkit-keyframes animate-team {
	0% {
		opacity:0;
	}
	
	100% {
		opacity:.5;
	}
}

@-moz-keyframes animate-team {
	0% {
		opacity:0;
	}
	
	100% {
		opacity:.5;
	}
}

@-o-keyframes animate-team {
	0% {
		opacity:0;
	}
	
	100% {
		opacity:.5;
	}
}

@keyframes animate-team {
	0% {
		opacity:0;
	}
	
	100% {
		opacity:.5;
	}
}

.isotope-grid .item {
	width:16.6667%;
	cursor:pointer;
}

.isotope-grid .item .job-description {
	display:none;
}

.isotope-grid img {
	width:100%!important;
	height:auto;
}

@media(max-width:992px) {
	.isotope-grid .item {
		width:50%;
	}
	
	.isotope-grid img {
		width:100%!important;
		height:auto;
	}
}

@media(max-width:667px) {
	.isotope-grid .item {
		text-align:center;
		width:100%;
	}
	
	.isotope-grid img,.isotope-grid .item {
		width:100%!important;
		height:auto;
	}
}

@media(max-width:400px) {
	.team-tooltip {
		min-width:89%!important;
	}
	
	.team-tooltip .team-text {
		min-width:100%!important;
	}
}

/*.uabb-flip-box-section{
 padding:0 !important;;   
}
.team-tooltip {
    z-index: 99999999;
    position:absolute !important;
}
.team-tooltip .team-text .title{
background: rgba(130,154,158,0.9);
   padding:20px 40px;

}
.team-tooltip .team-text .title p{
    color:white !important;    ;

}
.team-tooltip .team-text .content{    
color:#686B6B;    
   padding:20px 40px;
}



.team-tooltip .team-text{
	visibility:hidden;    
    min-width:400px !important;
    text-align:left !important;    
    background: rgba(255,255,255,0.9);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 0px;
    position: absolute;
    z-index: 9999999999;
    bottom: 125%; 
    min-height:200px;       
    opacity: 1;
    transition: opacity 1s;
    z-index: 99999999 !important;   
     
}

.team-tooltip .team-text::after {
  	content: "";
    position: absolute;    
    border-width: 15px;
    border-style: solid;    
    border-color: transparent rgba(255,255,255,0.9) transparent transparent;
    margin-left: -30px;
    top: 60%;
}

.team-tooltip .team-text.left{
    margin-left: -30px;

}
.team-tooltip .team-text.left::after {    

    content: "";
    position: absolute;
    top: 60%;
    left: 0;
    margin-left: -30px;
    border-width: 15px;
    border-style: solid;
    border-color: transparent rgba(255,255,255,0.9) transparent transparent;
}

.team-tooltip .team-text.right{
    margin-left: 30px;
}
.team-tooltip .team-text.right::after{
border-color: transparent transparent transparent rgba(255,255,255,0.9);
left:calc(100% + 30px);
}

.team-tooltip .team-text.top{
    margin-left: 0px;
}
.team-tooltip .team-text.top::after{
border-color: rgba(255,255,255,0.9) transparent transparent transparent;
margin-left: 40%;
top: 100%;
}



.team-tooltip.hover .team-text{
    visibility: visible !important;
    opacity: 1;
}
.non-active{
    opacity:0.3;
    transition:opacity 500ms;
     -webkit-transition: opacity  500ms;
}

.fl-col-group .fl-col{
overflow:hidden !important;
}

.uabb-flip-box-section-content.uabb-text-editor img{
 margin-top:70px;
width:100%;
object-fit: cover !important;
}

@media(min-width:1400px){
.uabb-flip-box.horizontal_flip_left.uabb-custom-height,
.uabb-flip-box.uabb-flip-box-outter{
    width:22vw;
    height:17vw !important;
}
}

@media(max-width:1400px) and (min-width:1240px){
.uabb-flip-box.horizontal_flip_left.uabb-custom-height,
.uabb-flip-box.uabb-flip-box-outter{
    width:22vw;
    height:16vw !important;
}
}

@media(max-width:1240px) and (min-width:767px){
.uabb-flip-box.horizontal_flip_left.uabb-custom-height,
.uabb-flip-box.uabb-flip-box-outter{        
    height:300px !important;
}
.uabb-flip-box-section-content.uabb-text-editor img{

height:100% !important;
width:auto;
object-fit: cover !important;

}
}



*/