/* Consistent, crisp action icons across the academy pages. */
svg.action-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
  vertical-align: -.22em;
  pointer-events: none;
}
.photo-caption > a .action-icon { width: 24px; height: 24px; }
.header nav > a[aria-current="page"] { color: #ff922f; }
.aau-header-link { white-space: nowrap; }
@media (max-width: 760px) {
  .header .header-inner { flex-wrap: wrap; }
  .header .header-inner > nav {
    width: 100%;
    justify-content: space-between;
    gap: 18px;
    padding-top: 10px;
    border-top: 1px solid #343434;
  }
}
