/* 
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

CSS Document - Font declarations

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
*/

@font-face {
  font-family: 'SH Icons';
  src:  url('../fonts/sh-icons.eot?2vrarw');
  src:  url('../fonts/sh-icons.eot?2vrarw#iefix') format('embedded-opentype'),
    url('../fonts/sh-icons.ttf?2vrarw') format('truetype'),
    url('../fonts/sh-icons.woff?2vrarw') format('woff'),
    url('../fonts/sh-icons.svg?2vrarw#sh-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

.icon-closeX:before {
  content: "\e902";
}
.icon-downArrowhead:before {
  content: "\e903";
}
.icon-readMoreArrow:before {
  content: "\e907";
}
.icon-magnifyingGlass:before {
  content: "\e905";
}
.icon-barChart:before {
  content: "\e900";
}
.icon-briefcase:before {
  content: "\e901";
}
.icon-envelope:before {
  content: "\e904";
}
.icon-phone:before {
  content: "\e906";
}
.icon-stethoscope:before {
  content: "\e90e";
}
.icon-socialIconFacebook:before {
  content: "\e908";
}
.icon-socialIconGooglePlus:before {
  content: "\e909";
}
.icon-socialIconInstagram:before {
  content: "\e90a";
}
.icon-socialIconLinkedIn:before {
  content: "\e90b";
}
.icon-socialIconTwitter:before {
  content: "\e90c";
}
.icon-socialIconYouTube:before {
  content: "\e90d";
}
