/* font-face */
@font-face {
  font-family: "AccessibilityFoundicons";
  src: url("../fonts/accessibility_foundicons.eot");
  src: url("../fonts/accessibility_foundicons.eot?#iefix") format("embedded-opentype"), url("../fonts/accessibility_foundicons.woff") format("woff"), url("../fonts/accessibility_foundicons.ttf") format("truetype"), url("../fonts/accessibility_foundicons.svg#AccessibilityFoundicons") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* global foundicon styles */
[class*="accessibility foundicon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
}

[class*="accessibility foundicon-"]:before {
  font-family: "AccessibilityFoundicons";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  font-size:30px;
}

/* icons */
.foundicon-wheelchair:before {
  content: "\f000";
}

.foundicon-speaker:before {
  content: "\f001";
}

.foundicon-fontsize:before {
  content: "\f002";
}

.foundicon-eject:before {
  content: "\f003";
}

.foundicon-view-mode:before {
  content: "\f004";
}

.foundicon-eyeball:before {
  content: "\f005";
}

.foundicon-asl:before {
  content: "\f006";
}

.foundicon-person:before {
  content: "\f007";
}

.foundicon-question:before {
  content: "\f008";
}

.foundicon-adult:before {
  content: "\f009";
}

.foundicon-child:before {
  content: "\f00a";
}

.foundicon-glasses:before {
  content: "\f00b";
}

.foundicon-cc:before {
  content: "\f00c";
}

.foundicon-blind:before {
  content: "\f00d";
}

.foundicon-braille:before {
  content: "\f00e";
}

.foundicon-iphone-home:before {
  content: "\f00f";
}

.foundicon-w3c:before {
  content: "\f010";
}

.foundicon-css:before {
  content: "\f011";
}

.foundicon-key:before {
  content: "\f012";
}

.foundicon-hearing-impaired:before {
  content: "\f013";
}

.foundicon-male:before {
  content: "\f014";
}

.foundicon-female:before {
  content: "\f015";
}

.foundicon-network:before {
  content: "\f016";
}

.foundicon-guidedog:before {
  content: "\f017";
}

.foundicon-universal-access:before {
  content: "\f018";
}

.foundicon-elevator:before {
  content: "\f019";
}

[class*="foundicon-"]:after { position: relative; top: -10px; left: 12px; color: #888; font-size: 100%; font-style: normal; }

.foundicon-wheelchair:after         { content: "wheelchair"; }
.foundicon-speaker:after            { content: "speaker"; }
.foundicon-fontsize:after           { content: "fontsize"; }
.foundicon-eject:after              { content: "eject"; }
.foundicon-view-mode:after          { content: "view-mode"; }
.foundicon-eyeball:after            { content: "eyeball"; }
.foundicon-asl:after                { content: "asl"; }
.foundicon-person:after             { content: "person"; }
.foundicon-question:after           { content: "question"; }
.foundicon-adult:after              { content: "adult"; }
.foundicon-child:after              { content: "child"; }
.foundicon-glasses:after            { content: "glasses"; }
.foundicon-cc:after                 { content: "cc"; }
.foundicon-blind:after              { content: "blind"; }
.foundicon-braille:after            { content: "Braille"; }
.foundicon-iphone-home:after        { content: "iphone-home"; }
.foundicon-w3c:after                { content: "w3c"; }
.foundicon-css:after                { content: "css"; }
.foundicon-key:after                { content: "key"; }
.foundicon-hearing-impaired:after   { content: "hearing-impaired"; }
.foundicon-male:after               { content: "male"; }
.foundicon-female:after             { content: "female"; }
.foundicon-network:after            { content: "network"; }
.foundicon-guidedog:after           { content: "guidedog"; }
.foundicon-universal-access:after   { content: "universal-access"; }
.foundicon-elevator:after           { content: "elevator"; }