@charset "UTF-8";

@font-face {
  font-family: "eden-icons";
  src:url("../fonts/eden-icons.eot");
  src:url("../fonts/eden-icons.eot?#iefix") format("embedded-opentype"),
    url("../fonts/eden-icons.woff") format("woff"),
    url("../fonts/eden-icons.ttf") format("truetype"),
    url("../fonts/eden-icons.svg#eden-icons") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "eden-icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "eden-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-car:before {
  content: "\61";
}
.icon-flower:before {
  content: "\62";
}
.icon-grass-medium:before {
  content: "\63";
}
.icon-grass-short:before {
  content: "\64";
}
.icon-grass-tall:before {
  content: "\65";
}
.icon-house:before {
  content: "\66";
}
.icon-leaves:before {
  content: "\67";
}
.icon-person:before {
  content: "\68";
}
.icon-snow-plow:before {
  content: "\69";
}
.icon-snow-shovel:before {
  content: "\6a";
}
.icon-trees:before {
  content: "\6b";
}
.icon-trees-pine:before {
  content: "\6c";
}
.icon-aeration:before {
  content: "\6d";
}
.icon-fertilizer:before {
  content: "\6e";
}
.icon-flowers:before {
  content: "\6f";
}
.icon-mulch:before {
  content: "\70";
}
.icon-seeding:before {
  content: "\71";
}
.icon-soil:before {
  content: "\72";
}
.icon-tree-work:before {
  content: "\73";
}

.icon-initial-cleanUp:before{
  content: "\r";
}