/* Static-site compatibility layer */ :root {
  --scst-navy: #001b4c;
   --scst-navy: #912b3b;
  --scst-blue: #184f85;
  --scst-blue: #912b3b;
  --scst-gold: #e6b655;
  --scst-bg: #f4f7fb
}
html {
  scroll-behavior: smooth
}
body {
  overflow-wrap: anywhere
}
.container-header {
  background: linear-gradient(135deg, var(--scst-navy), var(--scst-blue)) !important
}
.container-header .site-description, .container-header h1 {
  line-height: 1.15
}
img {
  max-width: 100%;
  height: auto
}
.com-content-article__body table {
  display: block;
  max-width: 100%;
  overflow-x: auto
}
iframe {
  max-width: 100%
}
.skip-link {
  position: absolute;
  left: -9999px
}
.skip-link:focus {
  left: 1rem;
  top: 1rem;
  z-index: 9999;
  background: #fff;
  padding: .75rem
}
.static-notice {
  background: #fff4d8;
  border-left: 4px solid var(--scst-gold);
  padding: .75rem 1rem;
  margin: 1rem 0
}
@media(max-width:768px) {
  .container-header h1, .container-header .display-3 {
    font-size: 1.55rem !important
  }
  .grid-child {
    padding-left: 1rem;
    padding-right: 1rem
  }
}