

.leadership-header {
    height:153px;
}

.leadership-header p {
   font-size:1rem;; 

}

.leadership-individual-section .name-tag a {
    text-decoration:none; 
    color: #E9E4CC;
}

.leadership-individual-section .description a {
    display:flex;
    width:488px; 
    font-size:20px; 
    line-height:20px; 
    margin-left: auto;
    margin-right: auto;
    color:#E9E4CC; 
    align-items: center;
}


.leadership-individual-section .mobile-leadership .description a {
    display:flex;
    width:100%; 
    font-size:20px; 
    line-height:32px; 
    margin-left: auto;
    margin-right: auto;
    color:#E9E4CC; 
}






.leadership-individual-section .description i { 
    font-size:35px; 
    color:#E9E4CC; 
    padding-right:20px; 
}

.leadership-individual-section {
    padding-top:140px; 
}

.leadership-outer {
    margin-bottom:40px; 
    position: relative;
    width: 100%;
    height: 650px;
    background: #E9E4CC;
    clip-path: polygon(0% 80px,
    80px 0%,
    100% 0%,
    100% 100%,
    0% 100%,
    0% 100%);
    -webkit-clip-path: polygon(0% 80px,
    80px 0%,
    100% 0%,
    100% 100%,
    0% 100%,
    0% 100%);
}

.leadership-inner {
    z-index:-1; 
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    background: #222a35;
    clip-path: polygon(0% 80px,
            80px 0%,
            100% 0%,
            100% 100%,
            0% 100%,
            0% 100%);
    -webkit-clip-path: polygon(0% 80px,
    80px 0%,
    100% 0%,
    100% 100%,
    0% 100%,
    0% 100%);
}

.leadership-individual-section .description {
    padding-left:40px; 
    padding-right:40px; 
}

.leadership-individual-section .picture { 
    padding-left:40px; 
    padding-right:40px; 
    clip-path: polygon(0% 20%,
    15% 0%,
    100% 0%,
    100% 100%,
    0% 100%,
    0% 100%);
-webkit-clip-path: polygon(0% 20%,
    15% 0%,
    100% 0%,
    100% 100%,
    0% 100%,
    0% 100%);
    z-index:1;
    overflow:hidden; 
}


.leadership-individual-section .picture .picture-gradient {
    right:0;
    top:0; 
    bottom:0; 
    width:100%; 
    position:absolute;  
    z-index:2;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.7726761847317052) 2%, rgba(242,242,242,0) 27%); 
}


.leadership-individual-section p {
    font-size:1rem;; 
    line-height:32px; 
    margin-bottom:30px; 
}

.leadership-individual-section:last-of-type {
    padding-bottom:120px; 
}

.leadership-individual-section .experience p:last-of-type {
    margin-bottom:110px; 
}

.leadership-individual-section  h4 {
    line-height: 1;
	color: #F2F2F2;
	font-size: 48px;
	font-family: 'DM Serif Display', serif;
    margin-bottom:40px; 
}

.leadership-individual-section ul {
    padding-left:0; 
    list-style-type: none;
    margin-bottom:60px; 
}


.leadership-individual-section .picture .name-tag {
    position:absolute; 
    z-index:3; 
    width:280px; 
    height:150px;
    bottom:0; 
    right:0;  

}

.leadership-individual-section .picture .name-tag h4 {
    font-size:32px; 
    font-family: 'DM Serif Display', serif;
    color:#F2F2F2;
    margin-bottom:20px!important;  
}

.leadership-individual-section .picture .name-tag p {
    margin-bottom:0; 
    font-family:'Futura Book BT';
    font-size:20px; 
}

.small-name-tag {
    display:none; 
}

@media (max-width:520px){
    .small-name-tag {
        display:block;
        margin-bottom:30px; 
    }

    
    .small-name-tag {
        position: inherit;
        margin-top:20px; 
    }

    .small-name-tag p {
        margin-bottom:5px; 
        line-height:1rem; 
    }

    .small-name-tag h4 {
        margin-bottom:10px!important;
        font-size:1.8rem; 
    }

    .name-tag {
        display:none; 
    }
}

@media (max-width:576px){
    .leadership-individual-section .description {
        padding-left:20px; 
        padding-right:20px; 
    }

    .leadership-individual-section .description h3 {
       font-size:1.6rem;  
    }

}

@media (max-width:992px){
    .leadership-individual-section {
        padding-top: 80px;
    }
    .leadership-individual-section .description {
        padding-left:30px; 
        padding-right:30px; 
    }

    .leadership-individual-section .experience p:last-of-type {
        margin-bottom:60px; 
    }

    .leadership-individual-section .description h3 {
        margin-bottom:30px; 
    }

    .leadership-outer {
        padding-top:40px; 
        padding-bottom:60px; 
        position: relative;
        width: 100%;
        height: auto;
        background: #E9E4CC;
        clip-path: polygon(0% 40px, 40px 0%, 100% 0%, 100% 100%, 0% 100%, 0% 100%);
        -webkit-clip-path: polygon(0% 40px, 40px 0%, 100% 0%, 100% 100%, 0% 100%, 0% 100%);
    }

    .leadership-inner {
        z-index:-1; 
        position: absolute;
        top: 1px;
        left: 1px;
        right: 1px;
        bottom: 1px;
        background: #222a35;
        clip-path: polygon(0% 40px,
                40px 0%,
                100% 0%,
                100% 100%,
                0% 100%,
                0% 100%);
        -webkit-clip-path: polygon(0% 40px,
        40px 0%,
        100% 0%,
        100% 100%,
        0% 100%,
        0% 100%);
    }

    .leadership-individual-section .description a {
        margin-left:unset; 
    }

    .leadership-individual-section .picture {
        padding:0!important; 
        position:relative; 
        margin-bottom:30px; 
        margin-top:30px; 
        clip-path: unset;
        -webkit-clip-path: unset;
    }

    .leadership-individual-section .picture .name-tag h4 {
        margin-bottom:10px!important;
    }

    .leadership-individual-section .picture .name-tag {
        position: absolute;
        z-index: 3;
        width: fit-content;
        padding-right: 20px;
        height: 100px;
        bottom: 0;
        right: 0;
    }

    .leadership-individual-section .picture .name-tag p {
        line-height:1rem; 
    }

    .leadership-individual-section .picture .picture-gradient {
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        position: absolute;
        z-index: 2;
        background: rgb(0,0,0);
        background: linear-gradient(0deg, rgba(0,0,0,0.7726761847317052) 5%, rgba(242,242,242,0) 40%);
    }
}


@media (min-width:992px) and (max-width: 1399.98px) { 

    .leadership-individual-section .experience p:last-of-type {
        margin-bottom:60px; 
    }

    .leadership-individual-section .description h3 {
        margin-bottom:30px; 
    }

    .leadership-individual-section .picture .name-tag {
        position: inherit;
        margin-top:20px; 
    }

    .leadership-individual-section .picture .name-tag p {
        margin-bottom:10px; 
        line-height:1rem; 
    }

    .leadership-individual-section .picture .name-tag h4 {
        margin-bottom:10px!important;
    }

    .leadership-individual-section .picture {
        padding:0!important; 
        position:relative; 
    }

    .leadership-individual-section .picture .picture-gradient {
        display:none; 
    }
}

@media (min-width:1400px) { 

    .leadership-individual-section .description h3 {
        margin-bottom:20px; 
    }

    .leadership-individual-section .picture .name-tag {
        position:absolute; 
        z-index:3; 
        width:280px; 
        height:130px;
        bottom:0; 
        left:20px;   
    
    }

    .leadership-individual-section .picture .picture-gradient {
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        position: absolute;
        z-index: 2;
        background: rgb(0,0,0);
        background: linear-gradient(0deg, rgba(0,0,0,0.7726761847317052) 2%, rgba(242,242,242,0) 37%);
    }

    .leadership-individual-section p {
        font-size: 1rem;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .leadership-individual-section .description a {
        margin-left: unset;
    }

    .leadership-individual-section .picture { 
        padding:0; 
        position:relative; 
    }

    .leadership-individual-section .picture .name-tag h4 {
        margin-bottom:10px!important;
    }
}

