.staff-page-header {
    border-radius: 0px;
    padding: 10px;
    /* center*/
    margin: auto;
    margin-top: 48px;
    margin-bottom: 51.5px;
}

.staff-page-dropdown {
    width: 100%;
}

.location-dropdown {
    max-width: 374px;
    position: relative;
}

.dropdown-btn {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 52px;
    width: 100%;
    background: #FFF;
    color: var(--black);
}

.location-dropdown-btn {
    border: 1px solid var(--pahoehoe);
    padding-left: 16px;
    padding-right: 8px;
}

.dropdown-btn .chev-down {
    display: flex;
}
.dropdown-btn.active .chev-down {
    display: none;
}
.dropdown-btn .chev-up {
    display: none;
}
.dropdown-btn.active .chev-up {
    display: flex;
}

.dropdown-content {
    display: none;
    width: 100%;
    z-index: 3;
}

.location-dropdown .dropdown-content {
    position: absolute;
    background-color: var(--white);
}

.location-dropdown-content-header {
    background-color: rgba(0, 0, 0, .05);
}

.location-dropdown-content-header, .location-dropdown-item {
    border-bottom: 1px solid var(--pahoehoe);
    border-left: 1px solid var(--pahoehoe);
    border-right: 1px solid var(--pahoehoe);
}

.location-dropdown-item {
    color: inherit;
    text-decoration: none;
}

.location-dropdown-item:hover {
    color: inherit;
    background: #C4C4C4;
    opacity: inherit;
}

.employee-sort-feature {
    /*width: 100%;
    padding: 0px;*/
    margin-top: 64px;
    margin-left: auto;
    margin-right: auto;
}

.employee-sort-feature.employee-sort-btns {
    text-align: center;
}

.employee-sort-btn {
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 1px;
    color: #868487;
    flex: none;
    order: 0;
    flex-grow: 0;
    padding: 0px 10px;
    background: none !important;
    border: none;
    margin-left: auto;
    margin-right: auto;
}

.employee-sort-btn.active {
    color: #111111;
    border-bottom: 4px solid #111111;
    padding: 0;
    padding-bottom: 8px;
    margin: 0px 10px;
    pointer-events: none
}

.employee-sort-dropdown {
    max-width: 396px;
}

.employee-sort-dropdown .employee-sort-heading {
    margin-left: auto;
    margin-right: auto;
    max-width: 396px;
    margin-bottom: 12px;
    size: 14px;
    color: var(--pahoehoe);
}

.employee-sort-dropdown-btn {
    border: 1px solid rgba(134, 132, 135, 0.4);
    color: var(--pahoehoe);
    font-family: var(--primary-font);
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 20px;
    padding-left: 20px;
}

.employee-sort-dropdown-btn:focus {
    border:1px solid black;
}

.employee-sort-dropdown-btn .overline-text{
    color: black;
}

.employee-sort-dropdown-btn span {
    text-transform: none;
}

.employee-sort-dropdown-content {
    /*margin-left: 10px;*/
    /*margin-right: 10px;*/
    margin: auto;
    position: relative;
    /*left:50%;
    transform: translate(-50%, 0%);*/
    background-color: #f9f9f9;
    max-width: 396px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
}

.employee-sort-dropdown-content a {
    display: block;
    padding: 16px 12px 16px;
    color: var(--pahoehoe);
    text-transform: none;
    text-decoration: none;
}

.employee-sort-dropdown-content a.active {
    color: black;
}

.employee-sort-dropdown-content a:hover {
    text-decoration: none;
    color: var(--black) !important;
    opacity: 0.4;
}

.employee-search-bar {
    margin-top: 40px;
    text-align: center;
    height: 52px;
    max-width: 396px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.employee-search-form {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    border:1px solid rgba(134, 132, 135, 0.4);    
}

.employee-search-form:focus-within {
    border:1px solid black;
}

.employee-search-input {
    flex-grow: 2;
    padding-left: 15px;
    border: none;
    font-size: 12px;
}

.employee-search-btn {
    color: #000000;
    border: none;
    background: none;
}

.employee-search-btn.magnifying-glass {
    margin-right: 9px;
}

.close-img {
    transform: scale(0.6);
}

.staff-card {
    margin-top: 0px;
    margin-bottom: 56px;
    margin-left: auto;
    margin-right: auto;
}

.headshot {
    background-color: azure;
    width: 225px;
    height: 225px;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 100%;
    margin-bottom: 24px;
}

.center {
    text-align: center;
}

.employee-btn {
    position: relative;
    display: block;
    margin-top: 16px;
    margin-bottom: 67px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
}

.staff-card .fa-phone {
    color: #8C8C8C;
    padding-right: 11.5px;
    -webkit-text-stroke: 2px;
}

.employeeName {
    margin-top: 0px;
    margin-bottom: 4px;
    text-transform: capitalize;
}

.employeeTitle {
    margin-top: 0px;
    margin-bottom: 4px;
}

.employeeLanguage {
    margin-top: 6px;
    margin-bottom: 6px;
}

.contact-team-title {
    margin-top: 0px;
    margin-bottom: 24px;
}

.employee-btn:hover {
    opacity: 0.6;
}

.nonCaps {
    text-transform: initial;
}

.mobile-btn-div {
    margin: auto;
    text-align: center;
    display: block;
    max-width: 504px;
}

.mobile-btn-col {
    margin-top: 6px;
    margin-left: -16px;
    margin-right: -16px;
    padding: 0;
}

.mobile-btn-row {
    justify-content: center;
}

.no-search-result-text p {
    max-width: 597px;
    /* height: 319px; */

    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    /* or 24px */


    color: #000000;

    /* Inside auto layout */

    flex: none;
    order: 4;
    flex-grow: 0;

    margin-left: auto;
    margin-right: auto;

    overflow-wrap: break-word
}

.no-search-result-text {
    max-width: 597px;
    /* height: 319px; */

    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    /* or 24px */


    color: #000000;

    /* Inside auto layout */

    margin: 0 auto;
    padding: 10px;
    margin-bottom: 96px;

    overflow-wrap: break-word
}