.ccm-block-express-entry-list-table th.ccm-results-list-active-sort-desc a:after,.ccm-block-express-entry-list-table th.ccm-results-list-active-sort-desc span:after{border-color:#000 transparent transparent;border-style:solid;border-width:4px 4px 0;content:"";display:inline-block;height:0;margin-left:10px;vertical-align:middle;width:0}.ccm-block-express-entry-list-table th.ccm-results-list-active-sort-asc a:after,.ccm-block-express-entry-list-table th.ccm-results-list-active-sort-asc span:after{border-color:transparent transparent #000;border-style:solid;border-width:0 4px 4px;content:"";display:inline-block;height:0;margin-left:10px;vertical-align:middle;width:0}a.ccm-block-express-entry-list-advanced-search{margin-left:20px;white-space:nowrap}a.ccm-block-express-entry-list-advanced-search:after{border-color:transparent transparent #000;border-style:solid;border-width:0 4px 4px;content:"";display:inline-block;height:0;margin-left:10px;vertical-align:middle;width:0}a.ccm-block-express-entry-list-advanced-search-open:after{border-color:#000 transparent transparent;border-style:solid;border-width:4px 4px 0;content:"";display:inline-block;height:0;margin-left:10px;vertical-align:middle;width:0}div.ccm-block-express-entry-list-advanced-search-fields{margin-bottom:20px}


.team{
    padding-bottom:70px;
}
 .team .section-title{
    text-align:left;
    margin-bottom:50px;
}
 .team__item{
    height:480px;
    position:relative;
    z-index:1;
    margin-bottom:30px;
    overflow:hidden;
    background-position:center;
    background-size:cover;
    border-radius: 10px;
    box-shadow: 0 70px 63px -60px #000000;
}
 .team__item:after{
    position:absolute;
    left:0;
    top:0;
    height:100%;
    width:100%;
    background:rgba(34,48,96,0.8);
    content:"";
    z-index:-1;
    opacity:0;
    -webkit-transition:all,0.5s,ease-out,.5s;
    -o-transition:all,0.5s,ease-out,.5s;
    transition:all,0.5s,ease-out,.5s;
}
 .team__item:hover:after{
    opacity:1;
}
 .team__item:hover .team__text{
    top:0;
}
.team__item .image2{
    display:none;
    height: 100%;
}
.team__item:hover .image2{
    display:inline;
    animation: fadeIn 1.5s;
}
 .team__item:hover .team__text .team__title{
    border-bottom:1px solid rgba(183,183,183,0.2);
    padding:0 0 16px;
    margin-bottom:26px;
    opacity:0;
    visibility:hidden;
    position:relative;
    bottom:initial;
    opacity:1;
    visibility:visible;
}

 .team__item:hover .team__text p{
    top:0;
    opacity:1;
    visibility:visible;
    -webkit-transition:all .5s ease .3s;
    -o-transition:all .5s ease .3s;
    transition:all .5s ease .3s;
}
 .team__item:hover .team__text{
    opacity:1;
    visibility:visible;
    bottom:34px;
    -webkit-transition:all .5s ease .5s;
    -o-transition:all .5s ease .5s;
    transition:all .5s ease .5s;
    overflow-y:scroll;
}
 .team__text{
    height:100%;
    top: calc(100% * 0.75);
    position:relative;
    padding:35px 30px 30px;
    -webkit-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
   
}
 .team__text .team__title{
    border-bottom:1px solid rgba(183,183,183,0.2);
    padding:0 0 26px;
    margin-bottom:26px;
    position:relative;
    background: rgba(0,0,0,.2);
    padding: .5rem .5rem;
}
 .team__text .team__title h4{
    color:#fff;
    font-weight:700;
    margin-bottom:6px;
}
 .team__text .team__title span{
    font-size:15px;
    font-weight: 300;
    color: lightgrey;
}
 .team__text p{
    color:#e4e4e4;
    line-height:26px;
    opacity:0;
    visibility:hidden;
    position:relative;
    top:50px;
    -webkit-transition:all .3s;
    -o-transition:all .3s;
    transition:all .3s;
    
}

@media(max-width:768px) {
     .team__item{
        height:350px;
    }
     .team__text{
        padding:25px 20px 20px;
    }
}


@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }

/*-----Testimonial-------*/

.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    background: url(../../../blocks/express_entry_list/templates/Hakom_Team_Bios/img/testimonial.bg-top.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.testimonial {
    min-height: 375px;
    position: relative;
    background: url(https://hakomi.ca/application/files/8317/2115/4582/starry_night.webp);
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center;
        background-size: cover;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

/* .testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 1.6s cubic-bezier(0.3,1,0,1);
  transition: all 1.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
} */

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
  background: rgba(255,255,255,.80);
}
.img-circle{
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
    /* color: #ffffff; */
    font-size: 20px;
    line-height: 1.4;
    margin: 40px 0 20px 0;
}
.testimonial4_slide h4 {
  /* color: #ffffff; */
  font-size: 22px;
}

.testimonial .carousel {
	padding-bottom:50px;
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}
/* ------testimonial  close-------*/

