.highlighted {
    font-weight: bold;
}

.search_results {
    margin-top: 40px;
    margin-left: 2px;
    z-index: 1;
    position: absolute;
    width: 600px !important;
}

#results {
    border-radius: 4px;
    border: 0px !important;
    box-shadow: 0 0 3pt 0.2pt #D3D3D3;
}

.search_input {
    width: 600px;
    height: 37px;
    padding-left: 10px;
    padding-right: 38px;
    margin-top: 1px;
    border-radius: 8px;
    border: 0.5pt solid #966060 !important;
}

.btn.btn_search {
    margin-left: -40px !important;
    background-color: transparent;
    border: none;
}

@media screen and (max-width: 720px) {
    .search_input {
        width: 320px !important;
    }

    .search_results {
        width: 320px !important;
    }

    .btn_hs_home {
        display: none;
    }
}

@media screen and (max-width: 415px) {
    .search_input {
        width: 290px !important;
    }

    .search_results {
        width: 290px !important;
    }
}

#results {
    padding: 8px 0px 15px 0px;
}

#results > li {
    list-style: none;
    border-radius: 3px;
    padding: 5px 10px 5px 10px !important;
    transition: all .5s linear;
}

#results > li:hover {
    background: #ececec
}

.btn_search {
    padding: 10px 10px 7px 10px !important;
    margin: 0px 0px 4px 0px !important;
}

.top_bar {
    height: 71px;
    background-color: #F5F5F5;
    border-bottom: 1px solid #cfd5e4;
}

.top_bar .menu-bar {
    margin-top: 28px;
}

.m-t-28 {
    margin-top: 28px
}

.row {
    margin: 0px !important;
}

.main-content-custom {
    height: 775px;
}

.left-top-bar {
    padding-left: 0px !important;
}

.center-body {
    margin-top: -200px !important;
    height: 200px;

}

.account-r {
    margin-top: 20px !important;
}

.nav-link-custom {
    color: #444444;
    padding: 0px 15px 0px 15px;
    font-size: 12px;
}
