/* Extra items not included in core.css and site.css

One edit was made to css/core.css to change the path ~line 100 since we aren't pulling in bootstrap:

@font-face { font-family: 'Glyphicons Halflings'; src: url("fonts/glyphicons-halflings-regular.eot");
  src: url("fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"),
  url("fonts/glyphicons-halflings-regular.woff2") format("woff2"),
  url("fonts/glyphicons-halflings-regular.woff") format("woff"),
  url("fonts/glyphicons-halflings-regular.ttf") format("truetype"),
  url("fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }
*/

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px,1px,1px,1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}
.visually-hidden.focusable:active,.visually-hidden.focusable:focus {
  position: static !important;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
}
