.kp-sbureau-filter-container {
    margin: 20px auto;
    display: flex;
    max-width: 1160px;
    align-items:center;
}

.kp-sbureau-filter-container label {
    margin-right: 10px;
    font-weight: 700;
}

select {
    border: 1px solid #D8D8D8;
    background-image: url(../images/select_arrow.svg);
    background-size: 12px;
    font-weight: 400;
    font-style: normal;
    color: #888888;
}

select {
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: 0.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    background-image: url(data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>);
    background-origin: content-box;
    background-position: right -1rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-right: 1.5rem;
    -webkit-transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
    transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
    transition: box-shadow .5s,border-color .25s ease-in-out;
    transition: box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s;
}

select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-radius: 0;
}



button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

*, ::after, ::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.kp-sbureau-posts-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 1160px;
    justify-content: center;
    margin: 0px auto;
}

.kp-sbureau-posts-container .posts {
    width: calc(33% - 40px);
    margin: 0 20px 20px 20px;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #E9EBEE;
    box-shadow: 0px 0px 5px #EEE;
    background: linear-gradient(0deg, #FFF 75%, #0078b3 0);
    display: flex;
    flex-direction: column;
}

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

    .kp-sbureau-posts-container .posts {
        width: 100%;
        margin: 0 20px 20px 20px;
        cursor: pointer;
    }
}

.kp-sbureau-posts-container .posts .bottom  .name {
    font-size: 1.2em;
    line-height: 1.2em;
    font-weight: 600;
    margin: 0;
    padding: 0 0 8px 0;
    text-align: center;
}

.bio-container {
   
}

.kp-sbureau-posts-container .posts .bottom .job-title {
    font-size: 1em;
    line-height: 1.2em;
    margin: 0;
    padding: 0 0 4px 0;
    text-align: center;
    font-style: italic;
    flex-grow: 1;
    display: flex;
    border-bottom: 2px solid #0078b3;
    min-height: 80px;
}

.kp-sbureau-posts-container .posts .bottom .bio {
    font-size: 1em;
    line-height: 1.5em;
    text-align: center;
}

.kp-sbureau-posts-container .posts .bottom hr {
    background-color: #0078b3;
    height: 2px;
    border: 0;
    margin:10px 0;

}

.kp-sbureau-posts-container .posts .image-container {
    width: 200px;
    min-height: 200px;
    height: 200px;
    background-color: #d9d8d6;
    margin:20px auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 0;
    border-radius: 50%;
}
.kp-sbureau-posts-container .posts .bottom {
    padding: 0 20px 20px 20px;
    height: 100%;
}

.kp-sbureau-posts-container .posts .bottom p {
	line-height:1.6em;	
    text-align:center;
}


.kp-sbureau-posts-container .posts .image-container .video-play {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6);
	background-image: url(../images/video-play-btn.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 30%;
}