@font-face {
  font-family: 'MoonFlowerBold';
  src: url('../fonts/moon_flower_bold-webfont.woff2') format('woff2'), url('../fonts/moon_flower_bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.pdf {
  background: url(../images/icon-pdf.png);
  background-repeat: no-repeat;
  background-position: left center;
  min-height: 32px;
  padding-left: 40px;
  color: #003E5A;
}
.excel {
  background: url(../images/icons/excel.png);
  background-repeat: no-repeat;
  background-position: left center;
  min-height: 32px;
  padding-left: 40px;
  color: #003E5A;
}
.word {
  background: url(../images/icons/word.png);
  background-repeat: no-repeat;
  background-position: left center;
  min-height: 32px;
  padding-left: 40px;
  color: #003E5A;
}
.powerpoint {
  background: url(../images/icons/powerpoint.png);
  background-repeat: no-repeat;
  background-position: left center;
  min-height: 32px;
  padding-left: 40px;
  color: #003E5A;
}
.outlook {
  background: url(../images/icons/outlook.png);
  background-repeat: no-repeat;
  background-position: left center;
  min-height: 32px;
  padding-left: 40px;
  color: #003E5A;
}
.pictures {
  background: url(../images/icons/pictures.png);
  background-repeat: no-repeat;
  background-position: left center;
  min-height: 32px;
  padding-left: 40px;
  color: #003E5A;
}
.external-link {
  background: url(../images/icons/external-link.png);
  background-repeat: no-repeat;
  background-position: left center;
  min-height: 32px;
  padding-left: 40px;
  color: #003E5A;
}
