/* Safari 7.1+ */
/* https://browserstrangeness.bitbucket.io/css_hacks.html#safari */
/* https://stackoverflow.com/a/25975282 */

/*
 * Safari fix for search bar opening, other menu items hitting floor
 * Setting the following fixes this but disables the standard drop down menus on both Safari and Chrome
 *
 * @media all and (min-width: 992px) {
 *   .flexnav > li {
 *     verflow: hidden;
 *   }
 * }
 */

_::-webkit-full-page-media, _:future, :root .flexnav > li + li {
  margin-bottom: -36px;
}
