/* 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;
}

/* Skip to main content link - accessible skip navigation */
.skip-to-main-content {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: 10000;
}
.skip-to-main-content:focus {
  position: fixed;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  overflow: visible;
  padding: 16px 24px;
  background-color: #0075b7;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  outline: 2px solid #fff;
  outline-offset: -4px;
}
