img.align-left {margin: 0 1rem 1rem 0;}
img.align-right { margin: 0 0 1rem 1rem;}
figure.align-left { margin: 0 1rem 1rem 0 ;}
figcaption {text-align: right; font-style: italic; font-size: .875rem;}
.user-logged-in #sliver_container {display:none;}
p.large { font-size: 1.25rem; }
.mini-card-wrap { clear: both; }
li.active-trail.sf-depth-1 {
  background-color: #f4c82e;
  color: #000 !important;
}
/* #maincontent a:visited {
color: rgb(255,255,255);
} */

article li a {
  padding-block: .25rem;
}

/* 
IMPROVED .skipnav
 */

/*.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip-link.is-visible {
  left: 2px;
  top: 2px;
  width: auto;
  height: auto;
  overflow: visible;
  padding: 8px 12px;
  z-index: 1001;
  background: #fff;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  outline: 3px solid yellow;
}
*/

.skipnav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.skip-link {
  position: absolute;
  left: -999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip-link:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 8px 12px;

  background: #fff;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  z-index: 1000;
}

.skip-link:focus-visible {
  outline: 3px solid #0b5fff;
}

.skipnav li + li .skip-link:focus {
  margin-top: 0.5rem;
}

footer h2 {
	color: #000;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: bold;
  font-family: 'DM Sans',-apple-system, BlinkMacSystemFont, "avenir next", avenir, "helvetica neue", helvetica, Ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
}