/**
 * @file
 * IE Styles.
 *
 * Random IE Hacks.
 *
 * Use the conditional classes as supplied in the <html> tag. See html.tpl.php.
 */
/**
 * Legacy IE support.
 */
/**
 * Font faces, stacks and sizes.
 */
/**
 * Colors, etc.
 */
/**
 * Partials to be shared with all .scss files.
 */
/**
 * Layout element mixins.
 */
/* The white box with grey border that surrounds most content. */
/* The grey box that surrounds content. */
/* The white box containing the main content. Has a green top border. */
/* Content inset into the white box */
/* Content inset on grey background */
/* Content on a lightgrey background with darker border ie left nav and right column of a normal page */
/* Button-like styling for inset box that sits at normal white box level. */
/* Button with a plus icon to the left. */
/* standard button across site. */
/**
 * Text element mixins.
 */
/** browser support for ie 7 */
/* line 16, ../sass/ie7.scss */
.lt-ie8 #block-menu-menu-footer-menu li {
  display: inline-block;
  zoom: 1 !important;
  *display: inline !important;
}
/* line 23, ../sass/ie7.scss */
.lt-ie8 .pane-trending {
  width: 29% !important;
  padding: 0 1.4em;
}
/* line 28, ../sass/ie7.scss */
.lt-ie8 .pane-featured {
  width: 29% !important;
  padding: 0 1.4em;
}
/* line 33, ../sass/ie7.scss */
.lt-ie8 .pane-event-list {
  width: 29% !important;
  padding: 0 1.4em;
}
/* line 39, ../sass/ie7.scss */
.lt-ie8 .ds-2col.view-mode-one_liner_with_thumbnail .group-left {
  padding-left: 0 !important;
}
/* line 44, ../sass/ie7.scss */
.lt-ie8 .flex-nav-container {
  height: 396px !important;
  overflow: hidden;
}
/* line 49, ../sass/ie7.scss */
.lt-ie8 .panel-front-bottom .more-link, .lt-ie8 .view-trending .more-link, .lt-ie8 .field-node-link {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
/* line 55, ../sass/ie7.scss */
.lt-ie8 #enquiries-wrapper {
  width: 22% !important;
}
/* line 59, ../sass/ie7.scss */
.lt-ie8 .region-header {
  width: 39.66% !important;
}
/* line 63, ../sass/ie7.scss */
.lt-ie8 #secondary-menu {
  padding-right: 14px !important;
}
/* line 67, ../sass/ie7.scss */
.lt-ie8 .panel-front-right-wrapper {
  width: 31% !important;
}
/* line 69, ../sass/ie7.scss */
.lt-ie8 .panel-front-right-wrapper .panel-front-right {
  margin-left: -30px !important;
}

/* end of .ie7 */
