﻿body {
}
img.chk-hero-img {
    /* min-height: 50%; */
    height: 400px;
    background-size: cover;
    /* height: auto; */
    object-fit: cover;
    min-width: fit-content;
}

.chk-hero-img-wrapper {
    height: 50%;
}

.content-pad:nth-child(1n) {
    /* padding-left: 90px; */
}





.w3-col p {
    font-family: inherit;
    font-size: inherit;
}


img.chk-person-img {
    width: 100%;
    /*min-height: 100%;*/
}


.chk-person-img-wrapper {
    width: 300px;
}

.chk-person-wrapper {
}

.chk-person-info-wrapper {
    padding-top: 20px;
}

.chk-person-info-control-more {
    height: 0;
    border-top: 0.5em solid transparent;
    border-bottom: 0.5em solid transparent;
    border-right: 0.75em solid #00AEEF;
    top: -0.5em;
    position: relative;
    bottom: 0px;
    cursor: pointer;
}

.chk-person-info-wrapper {
    font-family: Sarabun-Regular;
    font-size: 25px;
}

.chk-person-bio-wrapper p {
    font-size: 15px;
}

.wrapper.w3-auto.w3-col.chk-50-spacer {
}

.chk-people-row {
    padding-bottom: 100px;
    height: auto;
}

.chk-person-bio-wrapper-hide {
    display: none;
    transition: opacity 1s ease-out;
    opacity: 0;
}

.chk-person-bio-wrapper-show {
    display: block;
    transition: opacity 1s ease-out;
    opacity: 1;
}

.transformTriangle {
    transform: rotate(-90deg);
    top: -0.15em;
    left: 0.5em;
}

.chk-person-info-title {
    font-family: Sarabun-Light;
}

/*common*/

.w3-auto.content-internal-pad {
    padding-left: 85px;
    padding-right: 22px;
    /* background: black; */
    /* z-index: 111111111; */
}


.chk-quote {
    font-size: 35px !important;
    font-weight: bold;
    margin-top: 12px;
    font-family: Sarabun-Regular !important;
}

.chk-50-spacer {
    position: relative;
    height: 50px !important;
    /* padding-top: 25px; */
    /* padding-bottom: 25px; */
}

.chk-200-spacer {
    position: relative;
    height: 200px !important;
    /* padding-top: 25px; */
    /* padding-bottom: 25px; */
}

.chk-header-h2 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 44px;
    font-family: EBGaramond-Regular;
}

.transformTriangle {
    /* transform: rotate(-90deg); */
    /* top: -0.15em; */
    /* height: 0; */
    /* border-top: 0.5em solid transparent; */
    /* border-bottom: 0.5em solid transparent; */
    /* border-right: 0.75em solid #00AEEF; */
    /* top: -0.5em; */
    /* position: relative; */
    /* bottom: 0px; */
    /* cursor: pointer; */
    /* left: 0.5em; */
    transform: rotate(-90deg);
    top: -0.75em !important;
    bottom: unset !important;
    display: inline;
    float: right;
    top: auto;
    right: 0.1em;
    left: unset !important;
}
.chk-person-info-control-outer {
    width: 0% !important;
    padding-bottom: 28.2842712474619%;
    position: relative;
    overflow: hidden;
    display: inline;
}
p.chk-person-info-control-more {
    width: 0;
    float: right;
}
@media(min-width:601px) and (max-width:993px) {
    img .chk-person-img {
        height: 350px;
    }

    .chk-person-info-control-more {
        height: 0;
        border-top: 0.75em solid transparent;
        border-bottom: 0.75em solid transparent;
        border-right: 1.125em solid #00AEEF;
        top: -0.75em;
        position: relative;
        bottom: 0px;
        cursor: pointer;
    }

    .chk-person-wrapper {
        padding-bottom: 50px;
    }
    /*.chk-person-wrapper {
        height: 650px;
    }*/
    .people-col-med .chk-person-img-wrapper {
        min-height: 630px;
    }

    .chk-person-bio-wrapper-show {
        /* position: inherit; */
        margin-bottom: -20px;
    }

    .chk-people-row {
        flex-direction: column !important;
        column-count: 2 !important;
        display: flex !important;
        flex-wrap: wrap !important;
        flex-direction: row !important;
        padding-bottom: 0px !important;
    }

    .transformTriangle {
        transform: rotate(-90deg);
        top: -0.75em !important;
        bottom: unset !important;
        display: inline;
        float: right;
        top: auto;
        right: 0.2em;
        left: unset !important;
    }
}

@media (max-width:600px) {

    .chk-person-img-wrapper {
        padding-right: 22px;
    }

    p.chk-person-info-control-more {
        height: 0;
        border-top: 1em solid transparent;
        border-bottom: 1em solid transparent;
        border-right: 1.5em solid #00AEEF;
        top: -0.5em;
        position: relative;
        bottom: 0px;
        cursor: pointer;
    }



    .transformTriangle {
        transform: rotate(-90deg);
        top: -0.75em !important;
        bottom: unset !important;
        display: inline;
        float: right;
        top: auto;
        right: 0.2em;
        left: unset !important;
    }

    .chk-people-row {
        padding-bottom: 0px;
    }

    img.chk-person-img {
        height: 400px;
    }
}

/*@media (max-width: 380px) 
{.transformTriangle {
    transform: rotate(-90deg);
    top: 1% !important;
    left: 15% !important;
}
}*/