.template-leader {

}

.template-leader .description {
    white-space: normal;
    vertical-align: top;
}

.template-leader .image-container {
    position: relative;
}

/* Leader layout is smaller than regular page layout */
.template-leader .leader {
    margin: 90px;
}

.template-leader .leader-info-container {
    margin-bottom: 90px;
}

.template-leader .bio {
    color: #4B4B4B;
    font-size: 22px;
}

.template-leader .focus > div {
    background: #F2F1F1;
    padding: 30px;
    width: calc(100% - 60px);
}

.template-leader .leader-info-container .leader-short-title {
    font-size: 16px;
}

.template-leader .leader-info-container .leader-title,
.template-leader .leader-info-container .bio {
    color: #7F7F7F;
}

.template-leader .leader-info-container > div {
    width: calc(65% - 90px);
    display: inline-block;
    vertical-align: top;
    margin-right: 90px;
}

.template-leader .leader-info-container > div * {
    white-space: normal;
}

.template-leader .leader-info-container .image-container {
    width: 35%;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    margin-top: -90px;
}

.template-leader .leader-info-container .share-social-buttons-container.mobile {
    display: none;
}

.template-leader .leader-info-container .leader-social-container.mobile {
    display: none;
}

.template-leader .leader-info-container .bio.mobile {
    display: none;
}

.template-leader .leader-info-container > .image-container img {
    height: 100%;
    width: 100%;
    max-height: 580px;
    min-height: 580px;
    max-width: inherit;
    object-fit: contain;
    margin-left: 0;
    object-position: center bottom;
}
/* 
.template-leader .leader-info-container > .image-container img {
    height: 100%;
    width: 150%;
    max-height: 580px;
    min-height: 580px;
    max-width: inherit;
    object-fit: cover;
    margin-left: -35%;
    object-position: 0% 25%;
} */

.template-leader .leader-info-container .leader-social-container {
    margin-bottom: 30px;
}

.template-leader .leader-info-container .leader-social-container.mobile {
    display: none;
}

/* Site design width */
@media only screen and ( max-width: 1280px ){

}

/* Max-header width */
@media only screen and ( max-width: 1180px ){
    /* Account for fixed mobile header */
    .template-leader .leader {
        margin: 30px 0px;
    }
}

/* Large Tablet */
@media only screen and ( max-width: 920px ){
    .template-leader .leader-descriptions {
        display: flex;
        flex-direction: column;
    }

    .template-leader .leader-descriptions .focus {
        order: 2;
        width: 100%;
    }

    .template-leader .leader-descriptions .description {
        order: 1;
        width: 100%;
    }

    .template-leader .focus > div {
        width: 100%;
        margin: 0px;
    }
}

/* Small Tablet */
@media only screen and ( max-width: 768px ){
    .template-leader .leader-info-container {
        white-space: normal;
        display: flex;
        flex-direction: column;
        margin-bottom: 30px;
    }

    .template-leader .leader-info-container > div {
        width: 100%;
        margin: 0px;
    }

    .template-leader .leader-info-container > .image-container {
        width: 100%;
        margin-top: 0;
    }

    .template-leader .leader-info-container .share-social-buttons-container {
        display: none;
    }

    .template-leader .leader-info-container .share-social-buttons-container.mobile {
        display: block;
        margin-top: 0px;
    }

    .template-leader .leader-info-container .leader-social-container.mobile  {
        display: block;
    }

    .template-leader .leader-info-container .bio {
        display: none;
    }

    .template-leader .leader-info-container .bio.mobile {
        display: block;
        margin-top: 60px;
    }

    .template-leader .button-filled {
        width: 100%;
        margin-top: 30px;
    }
}

/* Mobile */
@media only screen and ( max-width: 640px ){

}
