/* Profile Page */

h3 {
    margin: 1.5em 0 .25em 0;
}

p {
    margin: 0 0 5px;
}

.alpha-links {
    margin: 0 0 1em 0;
}

.dud-layouts-letter-divider-bar-cell, .dud-layouts-letter-divider-cell {
    display: table-cell;
    height: auto !important;
}

#dud_srch_val_container {
    height: 50px;
    margin: 80px 0;
    width: 100%;
}

#dud_srch_val_container select {
    border: 1px solid #173656;
    border-radius: 0px !important;
    color: #173656 !important;
    font-size: 16px;
    height: 50px !important;
    margin: 0 20px 0 0 !important;
    background: #cddee8 !important;
}

select#dud_user_srch_key {
    display: block;
    float: left;
}

#dud_srch_val_container input[type=text] {
    border: 1px solid #27558f !important;
    box-shadow: none;
    color: #333333 !important;
    float: left;
    border-radius: 0px !important;
    display: inline-block;
    font-family: inherit;
    font-size: 16px !important;
    height: 50px !important;
    padding: 0 0 0 8px;
    width: 50% !important;
}

#dud_srch_val_container button {
    background: #27668f !important;
    border: 1px solid #27668f !important;
    border-radius: 0 !important;
    box-shadow: none;
    box-sizing: inherit;
    display: inline-block;
    float: left;
    height: 50px !important;
}

.dud-clr-srch-icon {
    color: #333333 !important;
    font-size: 23px !important;
    left: 15px !important;
    position: relative;
    top: 0px;
}

#clear-srch-text {
    color: #333333 !important;
    font-size: 12px !important;
    left: 7px !important;
    letter-spacing: 1px;
    position: absolute;
    top: 28px !important;
    text-transform: uppercase !important;
}

#dud_srch_val_container {
    height: 50px !important;
    margin-bottom: 80px !important;
}

.dud-layouts-letter-divider-cell {
    color: #173656 !important;
}

.author-avatar {
    float: left;
    margin: 0 1.5em 0 0;
}

.author-description {
    overflow: hidden;
}

@media (max-width: 834px) {
   #dud_srch_val_container input[type=text] {
        width: 75% !important;
    }
}

/* Department Listing */

.department-list ul {
    margin: 1em 0 0 0;
    padding: 0;
}

table {
background: #dfebf4;
border: solid 1px #c7d9e6;
border-collapse: collapse;
width:100%;
margin-top:2em;

}

table tr:nth-of-type(even) {
background: #ffffff;
}

table thead tr th, table tfoot tr th, table tfoot tr td, table tbody tr th, table tbody tr td, table tr td {
vertical-align: text-top;
padding:.5em;
}

@media screen and (min-width: 320px) and (max-width: 667px) {
.author-avatar {
    float: none;
    width:100%;
}

.author-description {
    overflow:unset;
margin-top:.5em;
}

#dud_srch_val_container {
    margin: 20px 0;
}

}
/* Remove search icon from menu */
.fl-page-nav-search{
    display: none;
}