/*
 * Custom theme overrides
 * Loads after uSkinned theme – use this file for your own CSS changes
 * so theme updates don't overwrite your work.
 */

/* Add your overrides below */

h1 {
    overflow-wrap: anywhere;
}
h2,p {
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.breadcrumb-trail ol.breadcrumb li.breadcrumb-item a, .breadcrumb-trail ol.breadcrumb li.breadcrumb-item a span {
    text-decoration:underline;
}
.breadcrumb-trail ol.breadcrumb li.breadcrumb-item a, .breadcrumb-trail ol.breadcrumb li.breadcrumb-item a span, .breadcrumb-trail ol.breadcrumb li.breadcrumb-item>span {
    color:#333333 !important;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}