@charset "UTF-8";

@font-face {
  font-family: "pmw";
  src:url("/fonts/pmw.eot");
  src:url("/fonts/pmw.eot?#iefix") format("embedded-opentype"),
    url("/fonts/pmw.woff") format("woff"),
    url("/fonts/pmw.ttf") format("truetype"),
    url("/fonts/pmw.svg#pmw") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "pmw" !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: "pmw" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-check:before {
  content: "\58";
}
.icon-marketing:before {
  content: "\4d";
}
.icon-maintenance:before {
  content: "\6d";
}
.icon-rent-collection:before {
  content: "\72";
}
.icon-eviction-protection:before {
  content: "\65";
}
.icon-financial-reporting:before {
  content: "\66";
}
.icon-property-management:before {
  content: "\70";
}
.icon-rental-value:before {
  content: "\76";
}
.icon-resources:before {
  content: "\52";
}
.icon-search:before {
  content: "\73";
}
.icon-tenant-screening:before {
  content: "\74";
}
.icon-marker:before {
  content: "\63";
}
.icon-insight:before {
  content: "\69";
}
