.coordinator_wrapper{
    padding: 0 8px;
}
.coordinator_wrapper .coordinator_img{
    background-position: center center;
    background-size: cover;
    width: 100%;
    padding-top: 55.5%;
    margin-bottom: 10px;
}
.coordinator_wrapper .coordinator_img img{
    width: 100%;
    vertical-align: middle;
}
.coordinator_wrapper .coordinator_name{
    font-size: 40px;
    line-height: 48px;
    color: #001e32;
    font-weight: 100;
    text-transform: none;
}
.coordinator_wrapper .separator_line{
    margin-top: 24px;
    margin-bottom: 24px;
    border-bottom-color: #1b9bd7;
    border-bottom-style: solid;
    height: 3px;
    border-bottom-width: 3px;
    width: 280px;
}
.coordinator_wrapper .coordinator_position{
    font-size: 24px;
    line-height: 32px;
    color: #001e32;
    font-weight: 100;
    text-transform: none;
}


/*slick overrides*/
.coordinators_slider .slick-dots li button:before{
    display: none;
}
.coordinators_slider  .slick-dots{
    position: absolute;
    bottom: -15px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    transition: all 500ms cubic-bezier(.19,1,.22,1);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.coordinators_slider .slick-slider:hover .slick-dots{

}