.staffApp.staffList ul.ws-flex {
    row-gap: 1.5em;
    --ws-column-count: 3
}

.staffApp.staffList ul.ws-flex li {
    font-size: 1em;
    margin: 0;
    padding: 0;
    text-align: center;
}

.staffApp.staffList ul.ws-flex li::before {
    display: none
}

.staff2col {
    columns: 2;
    column-gap: 40px;
    column-rule: 1px outset rgba(0,0,0,.15)
}

.staff2col section {
    display: inline-block;
    line-height: 1.25em
}

.staffApp ul.ws-flex h2 {
    font-size: var(--ws-text-20);
    margin: 0 0 .25em
}

.staffApp .jobTitle {
    font-size: 1.125em;
    color: var(--ws-dk-blue);
    font-weight: 600;
    line-height: 1.2
}

.staffApp.staffList ul.ws-flex li a {display: flex;padding: 0;background:#fff;border-radius: 6px;border: 2px solid #ececec;width: 100%;height: 100%;flex-direction: column;}
.staffApp.staffList ul.ws-flex li a:hover{background:var(--lightest-blue-40); border-color:var(--lightest-blue);}

.staffApp.staffList ul.ws-flex li .textbox {
    padding: 1em;
}

#content .staffApp a h2 {color: var(--ws-dk-blue);}
#content .staffApp .ws-flex li .jobTitle{font-size: 1rem;font-weight: normal;margin: 0;}
#content .staffApp .jobTitle {font-size: 1.35em;}
.staffApp section .jobTitle,.staffApp .requiredText {
    margin-top: -1em
}

.staffApp.staffList .ws-flex li img {
	aspect-ratio: 1/1;
	border-radius: 4px;
	height: auto;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.staffApp hr,.staffApp section {
    clear: both;
    width: 100%
}

@media(max-width: 56.25em) {
    .staffApp.staffList ul.ws-flex {
        --ws-column-count: 2
    }
}

@media(max-width: 749px) {
    .staffApp .requiredText {
        margin-top:-1em
    }

    .staffApp hr,.staffApp section {
        clear: both;
        padding-top: 0;
        width: 100%
    }

    .staffApp.staffList ul.ws-flex {
        --ws-column-count: 2
    }
}

@media(max-width: 31.25em) {
    .staffApp.staffList ul.ws-flex {
        --ws-column-count: 1
    }
}
