/**
 * @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 background images  to use png rather than SVG in ie */
/* line 13, ../sass/ie.scss */
.ie {
  /* end no SVG */
}

/** End browser support for background images  to use png rather than SVG in ie */
