/**
 * Combines all modules, partials and vendor files etc.
 * Author: Chalk [www.chalk.co.uk]
 *
 * Use this file to write IE specific override styles. Import this file using the following HTML or equivalent:
 *
 * <!--[if IE]>
 *   <link href="/stylesheets/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
 * <![endif]-->
 *
 */
/* Welcome to Compass. Use this file to write IE specific override styles.
 * Import this file using the following HTML or equivalent:
 * <!--[if IE]>
 *   <link href="/stylesheets/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
 * <![endif]--> */
/* Hide mobile nav - showing for some reason */
/* line 23, ../sass/ie.scss */
.mobile-nav {
  display: none;
}

/* line 26, ../sass/ie.scss */
.front .header {
  overflow: auto;
}

/* Make  */
/* line 33, ../sass/ie.scss */
.fs-nav #menu-overlay-nav li, .fs-nav #menu-overlay-nav a {
  min-height: 300px;
}
/* line 34, ../sass/ie.scss */
.fs-nav #menu-overlay-nav span {
  margin-top: 100px;
}
