.suggestions-box.open-suggestions {
    position: absolute;
    top: 34px;
    padding: 0;
    background: #fff;
    z-index: 33333;
    box-shadow: 0 0 3px #ccc;
    width: 100%;
    max-height: 500px;
    overflow: auto;
}
.suggestions-box.open-suggestions a {
    padding: 4px 16px;
    border-bottom: 1px solid #eee;
    display: block;
}
.suggestions-box.open-suggestions a span {
    color: #666;
    display: block;
    font-size: .7325rem;
}
.search-suggestions .cap {
    text-transform: capitalize;
}
#primary-header .search-suggestions a:hover strong,
#primary-header .search-suggestions a:focus strong,
#primary-header .search-suggestions a strong {
    color:#0054BA
}
#primary-header .search-suggestions a:hover span strong,
#primary-header .search-suggestions a:focus span strong,
#primary-header .search-suggestions a span strong {
    color: #333;
}
.search-suggestions {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#primary-footer .footer-navigation {
    border-top: none;
}
#primary-footer {
    border-top:none;
}
@media (max-width:959px) {
    .suggestions-box.open-suggestions {
        top: 34px;
    }
}
@media (max-width:767px) {
    .suggestions-box.open-suggestions {
        top: 30px;
    }
}