/* 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]--> */
/* Custom CSS for IE9 and Plus */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 9, ../sass/ie.scss */
  #sortLocations #sortIconBox a {
    margin: 0.5% 0 0.5% 2%;
    padding: 0.9em 0 0.7em 7em;
    background-size: 100px;
  }

  /* line 14, ../sass/ie.scss */
  .navbar-inverse .navbar-nav #locations {
    background-size: 60px;
    padding-left: 20px;
  }

  /* line 18, ../sass/ie.scss */
  #locationListings .listingCommunity {
    background-size: 150px;
    background-position-x: -50px;
    background-position-y: center;
  }
}
