.staff-list>ul{display:flex;flex-wrap:wrap;margin-left:calc(-1*var(--gutter-half-large));margin-right:calc(-1*var(--gutter-half-large))}.staff-list>ul>li{flex:0 0 auto;padding-left:var(--gutter-half-large);padding-right:var(--gutter-half-large);width:100%;display:flex;flex-direction:column}.staff-list-item-image::before{content:'';display:block;padding-top:var(--generic-image-ratio)}.staff-list-item-name:not(:last-child){margin-bottom:var(--margin-small)}.staff-list-item-position{font-weight:600}.staff-list-item-position:not(:first-child),.staff-list-item-service:not(:first-child){margin-top:var(--margin-xsmall)}.staff-list-item-position:not(:last-child),.staff-list-item-service:not(:last-child){margin-bottom:var(--margin-xsmall)}@media (min-width:768px){.staff-list>ul>li{width:50%}.staff-list-level-1>ul>li{width:75%}}@media (min-width:1200px){.staff-list>ul>li{width:25%}.staff-list-level-2>ul>li{width:33.3333333333%}.staff-list-level-1>ul>li{width:calc(5/12*100%)}}