.llgc_header_logo {
    float: left;
    margin-left: -5px;
}

.llgc_sign_up_btn {
    background-color: #1D4EBF !important;
    border-radius: 4px 4px 0px 0px !important;
    border-bottom-color: #1D4EBF !important;
    font-size: 0.9em;
    color: white;
}

.llgc_facet_chevron:not(.collapsed)::after {
    color: #f7f7f7 !important;
}

.llgc_facet_chevron:after {
    color: #ffffff !important;
}

::placeholder{
    color: #979797 !important;
}

@media (max-width: 1212.98px) {
    .llgc_header_logo {
        margin-left: -2px;
        padding-top: 9px;   
    }
}

@media (max-width: 1199.98px) {
    .llgc_header_logo {
        margin-left: -2px;
        padding-top: 6px;   
    }
}

@media (min-width: 767.5px) and (max-width: 1199.98px){
    .llgc_address_section{
        float: left !important;
        padding-left: 30px;
    }

    .llgc_about_section{
        float: left !important;
    }

    .llgc_visit_and_search_section{
        float: left !important;
    }

    .llgc_sign_up_section{
        float: left !important;
        padding-left: 30px;
    }
}

@media (min-width: 1200px) {
    .llgc_navbar_separator {
        margin-top: 37px;
        margin-right: 10px;
    }
    .navbar-nav {
        float: right !important;
        margin-left: 0px !important;
    }
}

@media (min-width: 992px) {
    .navbar-nav > li > a {
        margin-top: 22px;
        margin-left: -15px;
    }

    .navbar-nav {
        float: right !important;
    }

}

@media (min-width:576px) and (max-width: 991.98px) {
    .navbar-header {
        float: none;
        margin-bottom: -39px;
    }
}

@media (min-width: 991px) and (max-width: 991.98px){
    .llgc_header_logo {
        float: left;
        width: auto !important;
        margin-right: -14px;
    }
}

@media (max-width: 991.98px) {
    .llgc_header_logo {
        margin-left: 1px;
        margin-top: 0px;
        padding-top: 15px;
    }
}

@media (max-width: 767.98px) {
    .llgc_header_logo {
        margin-left: -8px;
    }
}

@media (max-width: 500px){
    .llgc_sign_up_field {
        width: 234px;
    }
}

@media (max-width: 400px) {
    .llgc_nav_toggler {
        display: block;
        margin-top: 50px;
        margin-bottom: 16px;
        margin-left: 87%;
    }
}

