    @font-face {
	font-family: 'TitilliumWeb-Regular';
	src: url('../fonts/TitilliumWeb-Regular/TitilliumWeb-Regular.eot');
    src: local('☺'), 
        url('../fonts/TitilliumWeb-Regular/TitilliumWeb-Regular.woff') format('woff'), 
        url('../fonts/TitilliumWeb-Regular/TitilliumWeb-Regular.ttf') format('truetype'), 
        url('../fonts/TitilliumWeb-Regular/TitilliumWeb-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'TitilliumWeb-Bold';
	src: url('../fonts/TitilliumWeb-Bold/TitilliumWeb-Bold.eot');
	src: local('☺'), url('../fonts/TitilliumWeb-Bold/TitilliumWeb-Bold.woff') format('woff'), 
	url('../fonts/TitilliumWeb-Bold/TitilliumWeb-Bold.ttf') format('truetype'), 
	url('../fonts/TitilliumWeb-Bold/TitilliumWeb-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'TitilliumWeb-SemiBold';
	src: url('../fonts/TitilliumWeb-SemiBold/TitilliumWeb-SemiBold.eot');
    src: local('☺'), url('../fonts/TitilliumWeb-SemiBold/TitilliumWeb-SemiBold.woff') format('woff'), 
    url('../fonts/TitilliumWeb-SemiBold/TitilliumWeb-SemiBold.ttf') format('truetype'), 
    url('../fonts/TitilliumWeb-SemiBold/TitilliumWeb-SemiBold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


.meet-the-team-render-template #main .fusion-row{
    max-width: 100%;
}

.meet-the-team-render-template #main{
    padding-right:0px !important;
    padding-left:0px !important;
}

.meet-the-team-render-template .fusion-page-title-bar {

    /***background: transparent linear-gradient(99deg, #041E42 0%, #00B0BA 100%) 0% 0% no-repeat padding-box;
    
    /
    background-image: url('../images/bg-meet-the-team-with-overlay.jpg') !important;
    background-repeat: no-repeat;
    **/
    background-image: none;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 30px !important;
    padding-bottom: 10px !important;
    margin-top: 114px !important;
    text-align: left;
    margin-left: 0px !important;
    margin-right: 0px !important;
    width: 100%;
    background-color: #fff !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.meet-the-team-render-template #wrapper{
    background-color:#fff !important;
}

.meet-the-team-render-template .fusion-page-title-bar{
    margin-bottom:40px;
}

.meet-the-team-render-template .fusion-page-title-captions{
    padding:0px;
}

.meet-the-team-render-template .fusion-page-title-bar .fusion-page-title-row{
    width:100% !important;
}

.meet-the-team-render-template .fusion-page-title-bar h1.entry-title{
    font-family:  'TitilliumWeb-Bold','Sica-Bold', Helvetica !important;
    letter-spacing: 0px;
    color: #041E42 !important;
    font-size:44px !important;
    line-height:67px !important;
    text-align:left;
}

.meet-the-team-render-template  #main{
    padding-top:0px !important;
}
.post-content .mtt-team-container{
    padding-bottom:50px;
    padding-top: 60px;
    background-color:#fff;
}

.post-content .mtt-team-container:first-child{
    padding-top:0px;
}

.post-content .mtt-team-container:nth-child(even) {
    background-color:#F7F8FA;
}

.mtt-team-container .mtt-team-list-container{
    max-width:1170px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; 
    margin:0 auto;
    margin:0 15px;
}




.mtt-team-container .mtt-team-title{
    font-family:  'TitilliumWeb-SemiBold','Sica-Bold', Helvetica  !important;
    font-size: 30px  !important;
    color: #041E42;
    text-align: left;
    line-height: 46px  !important;
    max-width:1170px;
    margin:0 15px 50px;
}

.mtt-team-container .mtt-team-list-container .mtt-team-wrapper{
    position: relative;
    text-align:left;
    width:100%;
    margin-bottom:30px;
}



.mtt-team-wrapper{
    font-family: 'TitilliumWeb-SemiBold','Sica-Regular', Helvetica;
    font-size: 16px;
    color: #4D4D4D;
    border-radius: 10px;
    position: relative;
}

.mtt-team-wrapper:before{
    content:" ";
    position: absolute;
    top:0px;
    left:0px;
    background:#fff;
    opacity: 0.3;
    z-index: 100;
    width:100%;
    height:100%;
}

span.loader {
    z-index: 101;
    border: 5px solid #EAECF1;
    border-top: 5px solid #1C2948;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
    display: block;
    position: absolute;
    left: calc(50% - 10px);
    top: calc(50% - 10px);
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

.mtt-team-wrapper.load-complete:before,
.mtt-team-wrapper.load-complete span.loader{
      display:none;
}


.mtt-team-wrapper .mtt-team-image{
    width:100%;
    display:block;
    text-align: center;
    background-color:#fff;
}

.mtt-team-wrapper .mtt-team-image img{
    width:auto;
    height:100%;
    object-fit: cover;
    
}

.mtt-team-wrapper .mtt-team-details{
    /***
    width: calc(70% - 15px);
    margin-left: 10px;
    ***/
    display: inline-block;
    vertical-align: middle;
    padding:15px;
    widtH:100%;
    background:#F7F8FA;
   
}

.post-content .mtt-team-container:nth-child(even) .mtt-team-details {
    background-color:#fff;
}




.mtt-team-wrapper .mtt-team-details > div{
    line-height: 20px;
    display: block;
    width: 100%;
    margin-bottom: 8px;
}


.mtt-team-wrapper .mtt-team-details label{
    color: #4D4D4D;
    font-family: 'Sica-Regular', Helvetica;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 0px;
}

.mtt-team-wrapper .mtt-team-details .mtt-team-name {
    letter-spacing: 0px;
    color: #041E42;
    text-transform: capitalize;
    font-family: 'TitilliumWeb-SemiBold','Sica-Bold', Helvetica !important;
    font-size:18px !important;
    line-height:27px !important;
    margin-bottom:0px;
}

.mtt-team-wrapper .mtt-team-details .mtt-team-position{
    font-family: 'TitilliumWeb-Regular','Sica-Regular', Helvetica;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #00B0B9;
    text-transform: uppercase;
    margin-bottom: 21px;
}

.mtt-team-wrapper .mtt-team-details .mtt-team-contact-details{
    width: 115px;
    display:inline-block;
    margin-bottom:0px;
    min-height:48px;
    
}

.mtt-team-wrapper .mtt-team-details .mtt-team-contact-details > div{
    font-family: 'TitilliumWeb-Regular','Sica-Regular', Helvetica;
    font-size:16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #66768C;

}



.mtt-team-wrapper .mtt-team-details .mtt-team-status{
    position: relative;
    line-height: 15px;
    width: calc(100% - 122px);
    display: inline-block;
    text-align: right;
    font-size: 14px;
    margin-bottom: 0px;
    top: -7px;
    vertical-align: bottom;

}

.mtt-team-wrapper .mtt-team-details .mtt-team-status .color{
    /***
    position: absolute;
    left: 0px;
    top: calc(50% - 6px);
    **/
    border-radius: 10px;
    height: 12px;
    width: 12px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.mtt-team-wrapper .mtt-team-message {
    background-color: rgb(121, 127, 143);
   text-align: center;
   padding: 13.5px 0px;
   display: inline-block;
   width: 100%;
   vertical-align: middle;
   line-height: 10px;
   border-radius: 0px 0px 10px 10px;
}

.mtt-team-wrapper .mtt-team-message a {
    color: #fff !important;
    background-color: #98a4ae;
    border-radius: 30px;
    padding: 2px 18px 5px;
    font-family: 'Sica-Bold', Helvetica;
    text-decoration: none;
    font-size: 16px;
    line-height: 18px;
    min-height: 22px;
    display: inline-block;
    vertical-align: middle;

}


.mtt-team-wrapper .mtt-team-message a:hover{
    background-color:#fff;
    color:#98a4ae !important;
}



@media  (min-width: 767px){
    .mtt-team-container .mtt-team-list-container .mtt-team-wrapper{
        width: calc(50% - 12px );
        margin-bottom: 30px; /* (100-32*3)/2 */
    }
    .mtt-team-container .mtt-team-list-container .mtt-team-wrapper:nth-child(odd){
        margin-right:11.5px;
    }

    .mtt-team-container .mtt-team-list-container .mtt-team-wrapper:nth-child(even){
        margin-left:11.5px;
    }
    .meet-the-team-render-template .fusion-page-title-captions h1{
        font-size:60px !important;
        line-height:60px !important;
    }
    
    .meet-the-team-render-template .fusion-page-title-bar{
        margin-bottom:0px;
    }

    

    .post-content .mtt-team-container {
        padding-bottom: 50px;
        padding-top: 60px;
    }
    
}

@media  (min-width: 980px){
    .mtt-team-container .mtt-team-list-container .mtt-team-wrapper{
        width: calc(33.3333% - 20px );
    }
    
    .mtt-team-container .mtt-team-list-container .mtt-team-wrapper{
        margin-left:0px !important;
        margin-right:30px !important;
    }
    .mtt-team-container .mtt-team-list-container .mtt-team-wrapper:nth-child(3n+0){
        margin-right:0px !important; 
    }
   
    /**
    
    **/
    .mtt-team-wrapper .mtt-team-image img{
        max-height: 153px;
    }

    .post-content .mtt-team-container {
        padding-bottom: 50px;
        padding-top: 60px;
    }
}


@media (min-width: 1024px) {
    .mtt-team-container .mtt-team-list-container .mtt-team-wrapper{
        width:  calc(25% - 23px );
    }
    .mtt-team-container .mtt-team-list-container .mtt-team-wrapper:nth-child(3n+0){
        margin-right:30px !important; 
    }

    .mtt-team-container .mtt-team-list-container .mtt-team-wrapper:nth-child(4n+0){
        margin-right:0px !important; 
    }
}


@media (min-width: 1200px) {
    .mtt-team-container .mtt-team-list-container{
        margin:0 auto;
    }
    
    .mtt-team-container .mtt-team-title{
        margin:0 auto 50px;
    }
}

@media (min-width: 1367px){
    .meet-the-team-render-template .fusion-page-title-bar {
        margin-top: 0px !important;
    }
    
}

