@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "3m-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: "3m-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-3m-right-arrow-open:before {
  content: "b";
}
.icon-fb:before {
  content: "c";
}
.icon-localization:before {
  content: "d";
}
.icon-share:before {
  content: "e";
}
.icon-twitter:before {
  content: "f";
}
.icon-3m-down-arrow-closed:before {
  content: "a";
}
.icon-yt:before {
  content: "h";
}
.icon-3m-breadcrump:before {
  content: "g";
}
.icon-mail:before {
  content: "i";
}
.icon-phone:before {
  content: "j";
}
