:root {
    --dark-text: #2e4369;
    --light-text: #00b9ff;
    --light-color-background: #e4f2fd;
    --btn-hover: #00a4df;
    --primary: #017EE5;
}

.search-nav {
    float: right;
    font-size: 15px;
    border: 1px solid #e2e6e8;
    background: white;
    border-radius: 20px;
    font-family: 'AvNxt-Med';
    padding: 0 15px;
    position: relative;
    margin-top: 19px;
    height: 35px;
    width: 300px;
    outline: none;
    margin-left: 18px;
    margin-right: 50px;
    top: -25px;
    left: -50px;
    color: #000;
}

.nav-search-results {
    font-size: 16px;
    text-align: left;
    background-color: #fff;
    border: 0 solid #e2e6e8;
    border-radius: 3px;
    -webkit-box-shadow: 0 20px 66px 0 rgba(34,48,73,0.2);
    box-shadow: 0 20px 66px 0 rgba(34,48,73,0.2);
    background-clip: padding-box;
    z-index: 1000;
    position: absolute;
    top: -20px;
    right: -80px;
    width: 500px;
    padding: 5px 20px 10px 20px;
}

.nav-search-results h4 {
    font-family: 'AvNxt-Demi';
    font-size: 16px;
    color: var(--dark-text);
    padding-top: 5px;
}

.nav-search-results .small, small {
    font-size: 85% !important;
    color: inherit !important;
    margin-bottom: inherit !important;
    text-align: inherit !important;
    text-transform: inherit !important;
    font-family: inherit !important;
}

.nav-search-results p raw {
    font-family: 'AvNxt-Reg';
}

.nav-search-results .help-text {
    font-size: 14px !important;
    color: #5d7079;
    font-weight: inherit !important;
    margin-bottom: none;
    text-transform: none;
}

.nav-search-results>li {
    font-size: 14px;
    margin-top: 5px;
    padding-bottom: 5px;
    display: block;
    clear: both;
    font-weight: normal;
    line-height: 24px;
    font-family: 'AvNxt-Med';
    text-align: left;
    border-bottom: 1px solid #f2f5f7;
    border-radius: 0px;
    text-transform: none;
}

.nav-search-results li a {
    padding: 0px;
    color: var(--dark-text);
    font-family: 'AvNxt-Med';
}

.results_item {
    padding-bottom: 0px;
}

.nav-search-results .prj_result {
    color: var(--dark-text);
    padding-left: 15px;
    font-family: 'AvNxt-Med';
    font-size: inherit !important;
    font-weight: inherit !important;
}

.nav-search-results a.list-group-item {
    color: var(--light-text) !important;
    text-decoration: none !important;
}

.nav-search-results img, .list-group-item img {
    width: 50px;
    border-radius: 100%;
    border: 1px solid #DFE3E4;
}

.nav-search-results li.divider {
    height: 1px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    overflow: hidden;
    background-color: #f2f5f7;
    padding: 0px!important;
}

.more-results {
    padding-top: 10px !important;
    padding-bottom: 5px !important;
    border-bottom: 0px !important;
}

.text-ellipsis {
    padding-bottom: 10px !important;
    padding-top: 5px !important;
}

@media (max-width: 1020px) {
    .search-nav { display: none; }
    .nav-search-results { display: none; }
}
