.leadershipMembers h2,.topMembers h2,.propertyCounselorsMembers h2{text-align:center}.leadershipMembers{background-color:var(--light-blue)}.memberWrap img{margin:0 auto 10px}.memberWrap .name{margin-bottom:5px;text-align:center}.memberWrap span{color:var(--bright-blue)}.memberWrap .title{margin-bottom:5px;text-align:center}.memberWrap[type=button]:focus-visible{outline:2px solid var(--bright-blue)}.memberThreeCol{display:flex;flex-direction:column;gap:40px 20px}.memberThreeCol .name{width:100%;font-family:'ambroise-std',sans-serif;font-weight:400;font-size:1.8rem;line-height:1;color:var(--black)}@media(min-width:767px){.memberThreeCol{flex-direction:row;justify-content:space-between}}.memberFiveCol{display:grid;grid-template-columns:repeat(2,1fr);gap:30px 20px}.memberFiveCol img{border-radius:10px}.memberFiveCol .memberWrap{max-width:251px}.memberFiveCol .title{color:var(--gray);font-size:.95rem}.memberFiveCol span{font-size:.9rem}@media(min-width:767px){.memberFiveCol{grid-template-columns:repeat(3,1fr)}}@media(min-width:1100px){.memberFiveCol{grid-template-columns:repeat(5,1fr)}}.bioModalWrap{position:fixed;width:100%;height:100%;top:0;left:0;visibility:hidden;opacity:0;padding:20px;background-color:rgba(0,0,0,.4);transition:.15s linear;display:flex;justify-content:center;align-items:baseline}.bioModalWrap.active{opacity:1;visibility:visible}.bioModalWrap .content{background-color:#fff;max-width:1200px;width:100%;margin:0 auto;border-radius:10px;border:1px solid var(--bright-blue);outline:15px solid #fff;position:relative;margin-top:80px}.bioModalWrap .close{position:absolute;top:-8px;right:-8px;background-color:#fff;border-radius:50%}.bioModalWrap svg{width:30px;height:30px;fill:transparent;stroke:var(--bright-blue)}.bioModalWrap svg path{stroke:var(--bright-blue)}.bioModalWrap .content .innerContent{padding:20px}.bioModalWrap .content .overFlowWrap{overflow:hidden;display:flex;flex-direction:column;gap:20px 40px;position:relative;overflow:auto;max-height:calc(100vh - 230px)}.bioModalWrap .content img{border:1px solid var(--bright-blue);padding:10px;max-width:250px;height:min-content;border-radius:50%}.bioModalWrap .content .bioContent{flex:1;height:100%}.bioModalWrap .content .top{position:sticky;top:0;background-color:#fff;padding-bottom:5px;box-shadow:0 10px 10px 0 #fff;margin-bottom:10px}.bioModalWrap .name{width:100%;font-family:'ambroise-std',sans-serif;font-weight:400;font-size:1.8rem;line-height:1;color:var(--black);margin-bottom:5px}.bioModalWrap .title{margin-bottom:0}@media(min-width:600px){.bioModalWrap .content .overFlowWrap{flex-direction:row}.bioModalWrap .content img{position:sticky;top:0;max-width:180px}}@media(min-width:767px){.bioModalWrap .content img{padding:20px;max-width:270px}.bioModalWrap .content{margin-top:170px}}@media(max-height:1074px) and (min-width:767px){.bioModalWrap{margin-top:0}.bioModalWrap .content .overFlowWrap{max-height:calc(100vh - 260px)}}