/*
Icon classes can be used entirely standalone. They are named after their original file names.

```html
<!-- `display: block` sprite -->
<div class="icon-home"></div>

<!-- `display: inline-block` sprite -->
<img class="icon-home" />
```
*/
.icon-blog-highlight-header {
  background-image: url(../../images/gracewell/spritesheet.png);
  background-position: 0px 0px;
  width: 139px;
  height: 31px;
}
.icon-briefcase {
  background-image: url(../../images/gracewell/spritesheet.png);
  background-position: -71px -80px;
  width: 18px;
  height: 17px;
}
.icon-care-home-nav-icon {
  background-image: url(../../images/gracewell/spritesheet.png);
  background-position: -47px -31px;
  width: 32px;
  height: 34px;
}
.icon-close-btn {
  background-image: url(../../images/gracewell/spritesheet.png);
  background-position: -139px -25px;
  width: 9px;
  height: 9px;
}
.icon-community-gallery {
  background-image: url(../../images/gracewell/spritesheet.png);
  background-position: -56px -102px;
  width: 24px;
  height: 22px;
}
.icon-community-header-left {
  background-image: url(../../images/gracewell/spritesheet.png);
  background-position: -79px -31px;
  width: 42px;
  height: 22px;
}
.icon-community-header-right {
  background-image: url(../../images/gracewell/spritesheet.png);
  background-position: 0px -80px;
  width: 42px;
  height: 22px;
}
.icon-community-location {
  background-image: url(../../images/gracewell/spritesheet.png);
  background-position: -139px 0px;
  width: 17px;
  height: 25px;
}
.icon-community-search-icon {
  background-image: url(../../images/gracewell/spritesheet.png);
  background-position: 0px -31px;
  width: 47px;
  height: 49px;
}
.icon-community-share {
  background-image: url(../../images/gracewell/spritesheet.png);
  background-position: -121px -31px;
  width: 18px;
  height: 18px;
}
.icon-community-slideshow-next {
  background-image: url(../../images/gracewell/spritesheet.png);
  background-position: -28px -102px;
  width: 28px;
  height: 28px;
}
.icon-community-slideshow-prev {
  background-image: url(../../images/gracewell/spritesheet.png);
  background-position: 0px -102px;
  width: 28px;
  height: 28px;
}
.icon-community-vts {
  background-image: url(../../images/gracewell/spritesheet.png);
  background-position: -42px -80px;
  width: 29px;
  height: 19px;
}
.icon-levels-of-care {
  background-image: url(../../images/gracewell/spritesheet.png);
  background-position: -47px -65px;
  width: 19px;
  height: 15px;
}
