.sitemap-brand-results ul > li {
   list-style-type: none;
   margin: 2px 0;
}

.letter-container {
   margin: 0 20px 40px;

}

.letter {
   color:#999999;
   font-size: 24px;
   font-weight: bold;
}

.homepage
{
   font-size: 16px;
   margin: 0 60px;
}
@media only screen and (max-width : 768px) {
   .nav_links
   {
      list-style-type: none;
      vertical-align: top;
   }
}

@media only screen and (min-width : 769px) {
   .nav_links
   {
      list-style-type: none;
      display:inline-block;
      vertical-align: top;
   }
}

.nav_links li
{
   font-size: 16px;
}
