.container-wide {
    max-width: 1300px !important;
}

.employee-role {
    align-items: flex-start;
    display: inline-flex;
    font-size: inherit;
}

.employee-role-icon {
    color: #EB0A1E;
    margin-left: 10px;
    margin-right: 3px;
    vertical-align: top;
}

.employee-role-text {
    color: #EB0A1E;
    display: inline-block;
    font-family: inherit;
    font-weight: 600;
    line-height: 1.2;
    vertical-align: top;
    white-space: normal;
    width: 60px;
}

/* if using 2 sticky-tops and one is below the other*/
.sticky-top-child {
    position: -webkit-sticky;
    position: sticky;
    top: 64px;
    z-index: 1029;
}