﻿/*Column-wrapper*/

.members-column {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

    .members-column p.sub-title {
        display: inline-block;
        padding-top: 10px;
        font-size: 14px;
        line-height: 20px;
        font-family: 'Roboto';
        color: #888888;
    }

    .members-column .column-wrapper {
        position: relative;
        text-align: left;
        color: white;
        margin: 0px;
        max-width: 648px;
        background-repeat: no-repeat;
        background-size: cover;
        margin-bottom: 24px;
        width: 100%;
        min-height: unset;
        padding-top: 0;
    }

    .members-column .banner-full-size {
        width: 100%;
    }

        .members-column .banner-full-size .column-wrapper {
            max-width: 100%;
        }

            .members-column .banner-full-size .column-wrapper picture {
                width: 100%
            }

.banner-full-slick .column-wrapper {
    max-width: 100%;
}

.members-column .column-wrapper:last-of-type {
    margin-bottom: 52px;
}

.members-column .column-wrapper .img-wrapper img, .members-column .banner-full-size .column-wrapper img, .partner-detail .members-column .column-wrapper .img-wrapper img {
    min-height: 400px;
    object-fit: cover;
}

.members-column .column-wrapper img {
    width: 100%;
}

.members-column .column-wrapper .img-wrapper {
    height: 100%;
    min-height: 400px;
}

.members-column .column-wrapper .text-wrapper {
    font-family: Roboto;
    font-size: 24px;
    line-height: 26px;
    width: 100%;
    padding: 0 24px;
    position: absolute;
    z-index: 2;
    bottom: 48px;
}

    .members-column .column-wrapper .text-wrapper h4 {
        font-size: 48px;
        line-height: 48px;
        margin: 0;
        text-transform: none;
        font-family: Roboto;
        color: #ffffff;
    }

    .members-column .column-wrapper .text-wrapper .button-area {
        padding: 0;
        align-items: flex-start;
    }

        .members-column .column-wrapper .text-wrapper .button-area .button {
            margin: 0;
        }

    .members-column .column-wrapper .text-wrapper p:last-of-type {
        padding-bottom: 20px;
    }

.members-column .column-wrapper .background-gradient {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #00000080 0%, #00000000 100%);
    z-index: 1;
}

.members-column .banner-full-slick .slick-dots {
    bottom: 0px !important;
}


.banner-full-slick .column-wrapper {
    max-width: 100%;
}

    .banner-full-slick .column-wrapper.full {
        padding-top: 0;
        margin-bottom: 52px;
    }


@media screen and (min-width:500px) {
    .members-column .banner-full-size .column-wrapper .text-wrapper {
        bottom: 50px;
        padding: 0 50px;
        max-width: 648px;
    }
}

@media screen and (min-width:992px) {
    .members-column .banner-full-slick .slick-slide {
        margin: 0 12px;
    }

    .members-column .banner-full-slick .slick-list {
        margin: 0 -12px;
    }

    .members-column .column-wrapper:not(.full):first-of-type {
        margin-right: 12px;
        margin-bottom: 52px;
    }

    .members-column .column-wrapper:not(.full):last-of-type {
        margin-left: 12px;
    }

    .members-column .banner-full-slick .column-wrapper:not(.full) {
        margin-right: 0;
        margin-left: 0;
    }

    .members-column {
        flex-wrap: nowrap;
    }
}
