﻿@import url("//fonts.googleapis.com/css?family=Open+Sans:300,400,400italic,700,700italic");
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css");
@font-face {
  font-family: 'pc-icons';
  src: url("../../fonts/pc-icons/pc-icons.eot");
  src: url("../../fonts/pc-icons/pc-icons.eot?#iefix") format("embedded-opentype"), url("../../fonts/pc-icons/pc-icons.woff") format("woff"), url("../../fonts/pc-icons/pc-icons.ttf") format("truetype"), url("../../fonts/pc-icons/pc-icons.svg#pc-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

[data-icon]:before {
  font-family: 'pc-icons';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  text-decoration: none; }

.pdf[data-icon],
.audio[data-icon] {
  text-decoration: none; }
  .pdf[data-icon]:before,
  .audio[data-icon]:before {
    text-decoration: none;
    margin-right: 4px;
    color: #d12027; }

