body.b-popup-open,
body.b-popup-open #page-container{
    overflow: hidden;
}

body.b-popup-open #main-header,
body.b-popup-open #top-header,
body.b-popup-open #wpadminbar{
    z-index: 99;
}

.b-popup-container{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
    opacity: 1;
    overflow: auto;
    padding: 10% 0;
    display: none;
}

.b-popup-container.open{
    display:flex;
}

.b-popup-content{
    background: #FFF;
    max-width: 800px;
    width: 100%;
    position: relative;
    margin: auto;
    border-radius: 5px;
}

.b-popup-close{
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    cursor: pointer;
    background: none;
    border: none;
}

.b-popup-close svg{
    width: 20px;
    height: 20px;
}

.b-popup-content__padding{
    padding: 20px 30px;
}

#ourstaff a[href*="#b-popup"],
#ourboard a[href*="#b-popup"]{
    color: #92DAC7!important;
}