.search-dropdown ul,
.search-dropdown ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.search-dropdown ul {
    margin-bottom: 5px;
    padding-bottom: 10px;
}
.search-dropdown ul:first-child {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}
.search-dropdown ul li {
    background-image:url(https://www.ergon.com.au/__data/assets/image/0009/386847/arrow.png);
    background-position: 2px 4px;
    background-repeat: no-repeat;
    margin: 0 0 3px 0;
    padding: 0 0 0 20px;
}
.search-dropdown ul li a {
   text-decoration: none;   
}
.search-dropdown ul li a:hover {
   color: #333;   
}
.search-dropdown .view-all-results > div {
    background-color: #404040;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
}
.search-dropdown {
  position: absolute;
  clear: both;
  display: none;
  font-size: 0.9em;
  color: #333;
  width: 675px; 
  height: auto; 
  max-width: none; 
  z-index: 99999; 
  background-color: #fff; 
  box-shadow: 0px 3px 3px 0px #ddd;
  word-wrap: break-word;
}
.nav-gateway .search-dropdown {
  font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B', Helvetica, sans-serif;
  font-weight: 400;
  left: 35px;
  max-width: 269px;
  top: 40px;
}
.search-dropdown > div {
  margin: 10px 15px;   
}
.search-dropdown a {
  color: #333; 
  text-decoration: underline !important;   
}
.segment-footer {
  overflow: visible;
}
.segment-search-form > form, 
.nav-search-form > form {
  position: relative;
}
@media screen and (max-width: 950px) {
  .nav-gateway .search-dropdown {
    left: 15px;  
  }
}
@media screen and (max-width: 767px) {
  .search-dropdown {
    max-width: none;
    width: 100%;      
  }
  .nav-gateway .search-dropdown {
    left: 0;
    max-width: 460px;
  }
}
</style>