.Team {
display:flex;
justify-content: flex-start;
max-width: 1152px;
margin: 0 auto;
margin-top:30px;
}

/* .chevron {
        margin-top:100px;
        @media (--xs-only) {    
        margin-top:60px;
        }
} */

.Team.is-static .Team-ArrowButton {
        display:none;
        }

.Team.is-static .Team-TeamList {
        margin-left:40px;
        margin-right:40px;
        justify-content: space-around;
        align-items:flex-start;
        }

.Team-Arrow {
        flex: 0 0 auto;
}

.Team-ArrowButton {
        width: 40px;
}

.Team-TeamListOuter {
        flex: 1 0 0px;
        overflow: hidden;
        position: relative;
}

.Team-TeamList {
        display:flex;
        justify-content: space-around;
        flex: 1 0 0px;
        align-items:flex-end;
}

.Team-TeamList--previous {
        -webkit-transform: translate(-100%, 0);
                transform: translate(-100%, 0);
        position:absolute;
        top:0;
        left:0;
        width:100%;
}

.Team-TeamList--next {
        -webkit-transform: translate(100%, 0);
                transform: translate(100%, 0);
        position:absolute;
        top:0;
        left:0;
        width:100%;
}

.Team-TeamMember {
        width:33%;
        padding: 0 10px;
        text-align:center;
        align-self:baseline;
}

@media only screen and (max-width : 575px) {

.Team-TeamMember {    
        width:100%;
}
        }

@media only screen and (min-width : 576px) and (max-width : 767px) {

.Team-TeamMember {    
        width:100%;
}
        }

.Team-TeamMember img {
        width:100%;
        max-width:250px;
        display:block;
        margin:0 auto;
        }

@media only screen and (max-width : 575px) {

.Team-TeamMember img {    
                max-width:200px
        }
        }

@media only screen and (min-width : 576px) and (max-width : 767px) {

.Team-TeamMember img {    
                max-width:250px
        }
        }

@media only screen and (min-width : 768px) and (max-width : 991px) {

.Team-TeamMember img {    
                max-width:220px
        }
        }

.Team-TeamMember p {
        line-height:24px;
        }

.Team-TeamMember h3 {
        margin-top:15px;
        }

.Team-Social {
        max-width:140px;
        display:block;
        margin:0 auto;
}

.Team-Social img {
        max-width:30px;
        margin:5px;
        margin-top:10px;
        }

@media only screen and (max-width : 575px) {

.Team-Social img {    
                width:20px
        }
        }

.Team--Partners {
        justify-content: center;
}