/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 1 version
*/

.team-card__heading {
    text-align: center;
}

.team-card__heading h2 {
    padding-bottom: 40px;
}

.team-card-image {
    height: 219px;
}

.team-card-slider .slick-track {
    display: flex;
}

.team-card-slider {
    padding: 46px 0 0;
}

.team-card-content {
    background-color: #F4F9FC;
    width: calc(100% - 34px);
    margin: -32px auto 0;
    text-align: center;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    padding: 18px 0;
    position: relative;
    z-index: 1;
}

.team-cards .fx-slide{
    display: block;
}

.team-card-content h5 {
    padding: 0 0 20px;
    color: #2F4D5A;
    font-size: 16px;
    display: inline-block;
    position: relative;
    font-family: 'Raleway', sans-serif;
}

.team-card-content h5::before {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translate(-50% , 0%);
            transform: translate(-50% , 0%);
    width: 49px;
    height: 1px;
    background-color: #B1CBD7;
}

.team-card-content h4 {
    padding: 0;
    color: #2F4D5A;
    font-style: italic;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

.js-team-card .slick-list {
    padding: 0 0 88px;
}

.js-team-card {
    width: calc(100% + 32px);
    margin-left: -16px;
}

.js-team-card  .slick-slide {
    margin: 0 16px;
}

.team-card-linkedin{
    display: block !important;
    list-style-type: none;
}

.team-card-linkedin li{
    padding-left: 0;
}

.team-card-linkedin li:before{
    content: '';
    width: 0;
    height: 0;
}

.team-card-content ul li a {
    font-size: 13px;
    transition: all 0.3s ease-in-out;
    color: #fff;
    margin: 10px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 17px;
    height: 17px;
    border-radius: 2px;
    background-color: #49788C;
}

@media(min-width: 768px) {
    .team-card__heading h2 {
        padding-bottom: 30px;
    }

    .team-card-content h5 {
        font-size: 14px;
    }

    .team-card-content h4 {
        font-size: 12px;
    }

    .team-card-image {
        height: 210px;
    }

    .js-team-card .slick-list {
        padding: 0 0 114px;
    }
}

@media(min-width: 1200px) {
    .team-card__heading {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 0 18px;
    }

    .team-card__heading h2 {
        padding-bottom: 0;
    }

    .team-card-slider {
        padding: 0;
        margin: 0;
        width: calc(100% + 32px);
        display: flex;
        flex-wrap: wrap;
        margin-left: -16px;
    }

    .team-card-linkedin{
        display: none;
    }

    .team-card-content {
        width: calc(100% - 32px);
        margin: -50px auto 0;
        transition: all 0.3s ease-in-out;
        padding: 17px 0;
    }

    .team-card-col {
        width: calc(33.33% - 32px);
        margin: 32px 16px 0;
    }

    .team-card-image {
        height: 270px;
    }

    .team-card-content ul,
    .team-card-content ul li {
        padding: 0;
        margin: 0;
    }

    .team-card-content ul li::before {
        display: none;
    }

    .team-card-content ul {
        display: flex;
        transition: all 0.2s ease-in-out;
        position: absolute;
        opacity: 0;
        visibility: hidden;
        bottom: -12px;
        left: 50%;
        -webkit-transform: translate(-50% , 0);
                transform: translate(-50% , 0);
    }

    .team-card-content ul li a {
        font-size: 13px;
        transition: all 0.3s ease-in-out;
        color: #fff;
        margin: 0 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 17px;
        height: 17px;
        border-radius: 2px;
        background-color: #49788C;
    }

    .team-card-content h5 {
        font-size: 16px;
    }

    .team-card-content h4 {
        font-size: 14px;
    }

    .team-card-col:hover .team-card-content {
        padding-bottom: 45px;
        margin-top: -78px;
    }

    .team-card-col:hover .team-card-content ul {
        opacity: 1;
        visibility: visible;
        bottom: 15px;
    }
}