


.employ-list-item:nth-child(odd) > div:nth-child(1) {
    background-color: #f2f5fa;
}

.employ-list-item:nth-child(even) > div:nth-child(1) {
    background-color: #fff;
}

.employ-list-item-expand {
    height: 0;
}

.employ-list-item-expand-active {
    height: auto !important;
    padding: 2rem;
    border-bottom: .0625rem;
    border-color: #bbb;
    border-style: solid;
}
