.ui-tabs .ui-tabs-nav {
    margin-bottom: 60px !important;
    height: 30px;
}

    .ui-tabs .ui-tabs-nav li {
        float: left;
		list-style: none;
    }

        .ui-tabs .ui-tabs-nav li a {
    color: #525252 !important;
    margin: 0 24px 0 -10px;
            font-size: 18px;
        }

#StaffSearchBox {
    width: 670px;
    height: 30px;
    border: 1px solid #ebedee;
    border-radius: 20px;
}

    #StaffSearchBox input {
        border: 0;
        margin-left: 20px;
        padding: 5px 0;
        color: #9295a0;
        font: 13px/15px "Montserrat";
        width: 615px;
        float: left;
    }

.staff_listing p, #StaffProfile p {
    margin-bottom: 5px;
}

.staff_listing h2 {
    margin: 0;
}

.staff_name {
    font-size: larger;
}

.blue_font {
    color: #680164;
}

.staff_listing h3 a {
    font: 18px/22px "Montserrat";
    color: #362881;
    margin-bottom: 5px;
}

#StaffProfile {
    position: relative;
    margin-top: 20px;
    border-bottom: 1px solid #e7e9ed;
    padding-bottom: 25px;
}

    #StaffProfile img {
        /*border-radius: 100px;*/
        border: 8px solid #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
        position: absolute;
        right: 0px;
        top: -40px;
        width: 96px;
        height: 96px;
        z-index: 9;
    }

    /*#StaffProfile:before {
        content: "";
        border-radius: 100px;
        width: 96px;
        height: 96px;
        position: absolute;
        top: -40px;
        right: 0;
        display: block;
        border: 8px solid #fff;
        z-index: 10;
    }*/

#Biography {
    margin-top: 25px;
}


.hold {
    background-color: beige;
    display: inline-block;
    color: black;
    border: 1px solid black;
    width: 300px;
    margin-bottom: 10px;
    padding: 5px;
}

.hide {
    display: none;
}

.show {
    display: normal;
}

.ui-tabs-hide {
    display: none !important;
}

.results_container {
background-color: #dee1e3;
padding: 0 15px 15px 15px;
}
.staff-search input {
border-radius: 0;
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
    font-size: 16px;
    background: #FFFFFF;
    background-position: 10px 35px;
    background-repeat: no-repeat;
    padding: 8px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    width: 100%;
    margin: 20px 0 -10px 0;
}
.staff-search {
    margin: 30px 0;
}
.staff_listing {
    margin-bottom: 30px;
}