/**
 *   Important Information about this CSS File
 *
 * - Do not delete or rename this file, if you do not use it leave it blank (delete 
 *   everything) and the file will be skipped when you enable Production Mode in
 *   the Global theme settings.
 *   
 * - There is an scss (SASS) version of this file in the /sass/ directory in your
 *   sub-theme, if you set Compass to watch it or the directory this file will be
 *   overwritten!
 *
 * - Read the _README file in this directory, it contains useful help and other information.
 */
 .block-menu-top-menu > .block-inner > .menu {
  position: relative;
}
 .block-menu-top-menu .menu li {
  display: inline-block;
  position: initial;
}
 .location-list-item:nth-child(3n-2) {
  clear: left;
}