@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "clue-icon-font" !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^="clueicon-"]:before,
[class*=" clueicon-"]:before {
  font-family: "clue-icon-font" !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;
}

.clueicon-evening:before {
  content: "\61";
}
.clueicon-afternoon:before {
  content: "\62";
}
.clueicon-morning:before {
  content: "\63";
}
.clueicon-emergency-care:before {
  content: "\65";
}
.clueicon-implant-center:before {
  content: "\66";
}
.clueicon-general-dentistry:before {
  content: "\67";
}
.clueicon-plain-tooth:before {
  content: "\68";
}
.clueicon-new-patient:before {
  content: "\6b";
}
.clueicon-returning-patient:before {
  content: "\6a";
}
.clueicon-invisalign-braces:before {
  content: "\69";
}
.clueicon-children:before {
  content: "\64";
}
.clueicon-medicare:before {
  content: "\6d";
}
.clueicon-no:before {
  content: "\6e";
}
.clueicon-not-sure:before {
  content: "\6f";
}
.clueicon-yes:before {
  content: "\70";
}
.clueicon-endodontics:before {
  content: "\6c";
}
.clueicon-cosmetic-dentistry:before {
  content: "\71";
}
.clueicon-gum-health:before {
  content: "\72";
}
.clueicon-oral-surgery:before {
  content: "\73";
}
.clueicon-tmj:before {
  content: "\74";
}
.clueicon-wrinkle-treatment:before {
  content: "\75";
}
