<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* temporary */

div[aria-labelledby=aboutUs] &gt; a:first-child {
  display: none;
}
/* custom */
.social-links svg,
.social-links svg path {
  color: #16284c !important;
  fill: #16284c !important;
}
/* headshot */
@media (min-width: 576px) {
  .headshot &gt; .col:after {
    left: -404px;
  }
}
@media (min-width: 576px) {
  .navbar-brand {
      width: 300px;
      height: 57px;
  }
}
@media (min-width: 768px) {
  .navbar-brand {
      width: 300px;
      height: 57px;
  }
}
@media (min-width: 992px) {
  .navbar-brand {
      width: 300px;
      height: 57px;
  }
}
@media (min-width: 1200px) {
  .navbar-brand {
      width: 360px;
      height: 57px;
  }
}
.border-warning {
  border-color: #e96848 !important;
  border-radius: 2px;
  border-width: medium !important;
  border-style: dotted !important;
}</pre></body></html>