/**
    Theme Name:     Jones Group International Child
    Author:         Jones Group International
    Template:       jgi
    Text Domain:	jones-group-international-child
    Description:    Jones Group International
    Version:        1.0.3
 */


.team_members-template-default .container-wrap {
    padding-top: 0px !important;
}

.team-grid .team-member {
	position: relative;
}

.team-grid .team-member .team-member-image {
	position: relative;
	width: 100%;
	aspect-ratio: 1/1;
	overflow: hidden;
}

.team-grid .team-member .team-member-image img {
	position: absolute;
	inset: 0;
	transition: transform 0.3s;
}

.team-grid {
    display: -ms-grid;
    display: grid;
    gap: 2rem 5rem;
}

.team-grid .team-member .team-meta {
	margin-top: 1rem;
}

.team-grid .team-member .team-meta a:before {
	content: "";
	position: absolute;
	inset: 0;
}

.team-grid .team-member .team-meta h3 {
	font-size: 1.5rem;
	line-height: 1.3;
	margin-bottom: 0.25rem;
}

.team-grid .team-member:hover .team-member-image img {
	transform: scale(1.05);
}

.tm-header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px 40px;
    z-index: 0;
    padding-top: calc(100vw * 0.09);
    padding-bottom: calc(100vw * 0.09);
}

.tm-header::before {
    position: absolute;
    z-index: -1;
    content: "";
    background: rgba(10,10,10,0.4); 
    background: -webkit-gradient(linear,left top, left bottom,from(rgba(10,10,10,0.4)),to(#000000)); 
    background: -o-linear-gradient(top,rgba(10,10,10,0.4) 0%,#000000 100%); 
    background: linear-gradient(to bottom,rgba(10,10,10,0.4) 0%,#000000 100%);
    opacity: 0.95;
    width: 100vw;
    height: 100%;
    left: 50%;
    top: 0;
    margin-left: -50vw;
}

.tm-header__title {
    font-size: 6vw;
    color: #ffffff;
    line-height: 125px;
    text-align: left;
}

.tm-header__position {
    font-family: Cabin;
    font-size: 30px;
    line-height: 38px;
    font-weight: 600;
    color: #bfbfbf;
    text-align: left;
}

.tm-header__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 20px;
    overflow: hidden;
}

.tm-header__linkedin {
    display: block;
    font-size: 29px;
    line-height: 29px;
    height: 29px;
    width: 29px;
    color: #fff;
}

.tm-header__linkedin:hover {
    color: #263372;
}

.tm-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
}

.tm-column {
    padding: calc(600px * 0.10);
}

.tm-column > * + * {
    margin-top: 30px;
}

.tm-column__heading {
    font-size: 40px;
    line-height: 50px;
    text-align: left;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(0,0,0,.12);
}

.tm-meta {
    line-height: 1.5;
}

@media only screen and (min-width: 1000px) {
    .team-grid {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: repeat(3, 1fr);
    }

    .tm-header {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }

    .tm-header__image {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: calc(25% - 30px);
    }

    .tm-header__content {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
    }

    .tm-columns {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 3fr 1fr;
        grid-template-columns: 3fr 1fr;
    }

    .tm-column {
        padding: calc((100vw - 180px) * 0.10);
    }
}

@media only screen and (min-width: 1425px) {
    .tm-column {
        padding: calc(1245px * 0.10);
    }
}