.board{display:flex;grid-gap:10px;flex-wrap:wrap;justify-content:flex-start}.board>div{width:31%;border-left:3px solid #ad7f66;padding-left:1em;margin:1em 0 0}.board article{cursor:pointer;margin-bottom:1em}.board img{border-radius:50%;width:100px;height:auto}.board h4{font-size:1.17em}.board article p{font-size:.75em;font-weight:600;color:#5a5958;padding:.75em 0 0}.board article i{color:#fff;background:#ad7f66;padding:.45em .5em;border-radius:50%;font-size:.9em}@media(max-width:650px){.board{justify-content:space-between}.board>div{width:calc(50% - 10px)}.board article p{height:auto}}.board-modal{color:#252525;display:none;cursor:default;position:fixed;width:100%;height:100%;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10}.board-modal.active{display:block}.board-modal .board-modal-bg{background:rgba(95,78,70,.5);width:100%;height:100%;z-index:11}.board-modal .board-modal-mid{background:#fff;width:100%;max-width:50%;max-height:90%;padding:2em;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.board-modal .modal-close{font-weight:700;cursor:pointer;position:absolute;right:2em;top:2em;padding:.2em .5em}.board-modal .board-head{display:flex}.board-modal .board-head>div:last-child{padding-left:2em}.board-modal .board-head img{width:150px;border-radius:0;border:1px solid #e8e8e8}.board-modal .board-head span{font-weight:300}.board-modal .leader-socials{margin-top:1.2em}.board-modal .leader-socials a{background:#ad7f66;color:#fff;font-size:.8em;padding:.35em .5em;border-radius:50%;border:1px solid #ad7f66;transition:background .25s,color .25s}.board-modal .leader-socials a:hover{background:#fff;color:#ad7f66}.board-modal .bio{margin-top:1em}@media(max-width:850px){.board-modal .board-modal-mid{max-width:90%}.board-modal .bio{font-size:.8em}}@media(max-width:664px){.board-modal .modal-close{top:5px;right:5px}}