﻿@charset "UTF-8";
/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/roboto-v18-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Roboto'), local('Roboto-Regular'), url('fonts/roboto-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/roboto-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/roboto-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('fonts/roboto-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/roboto-v18-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/roboto-v18-latin-500.eot'); /* IE9 Compat Modes */
    src: local('Roboto Medium'), local('Roboto-Medium'), url('fonts/roboto-v18-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/roboto-v18-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/roboto-v18-latin-500.woff') format('woff'), /* Modern Browsers */
    url('fonts/roboto-v18-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/roboto-v18-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/roboto-v18-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Roboto Bold'), local('Roboto-Bold'), url('fonts/roboto-v18-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/roboto-v18-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/roboto-v18-latin-700.woff') format('woff'), /* Modern Browsers */
    url('fonts/roboto-v18-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/roboto-v18-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Social-Intranet';
  src: url("fonts/Social-Intranet.eot?n271ja");
  src: url("fonts/Social-Intranet.eot?n271ja#iefix") format("embedded-opentype"), url("fonts/Social-Intranet.ttf?n271ja") format("truetype"), url("fonts/Social-Intranet.woff?n271ja") format("woff"), url("fonts/Social-Intranet.svg?n271ja#Social-Intranet") format("svg");
  font-weight: normal;
  font-style: normal;
}

.customIcons,
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Social-Intranet' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*
//extend in sass modules customIcons
  &:before {
    @extend .customIcons;
    @extend .icon-doc--ppt:before;
  }
 */
.icon-social--instagram:before {
  content: "";
}

.icon-doc--ppt:before {
  content: "";
}

.icon-doc--word:before {
  content: "";
}

.icon-doc--pdf:before {
  content: "";
}

.icon-doc--xls:before {
  content: "";
}

.icon-social--twitter:before {
  content: "";
}

.icon-social--pinterest:before {
  content: "";
}

.icon-social--linkedin:before {
  content: "";
}

.icon-social--googleplus:before {
  content: "";
}

.icon-social--facebook:before {
  content: "";
}

.icon-social--youtube:before {
  content: "";
}

.icon-check:before {
  content: "";
}

.icon-edit:before {
  content: "";
}

.icon-edit-photo:before {
  content: "";
}

/*# sourceMappingURL=vendors.css.map */
