html {
  overflow-x: clip;
  background: #f2f0ea;
}

html,
body,
#cxm {
  margin: 0;
  padding: 0;
  max-width: 100%;
  background: #f2f0ea;
}

:root {
  --cream: #f2f0ea;
  --sand: #e7e3d8;
  --ahg-blue: #34506c;
  --ahg-blue-mid: #4c6885;
  --ahg-blue-light: #bccadb;
  --ahg-blue-pale: #e0e7f0;
  --accent: #5e7c9c;
  --accent-d: #46627f;
  --ahg-blue-d: #274867;
  --ink: #232118;
  --muted: #646054;
  --display: "Bricolage Grotesque", system-ui, sans-serif;
  --body: "Hanken Grotesk", system-ui, sans-serif;
  --brand: "Bodoni Moda", "Cormorant Garamond", Georgia, serif;
  --pad: clamp(20px, 5vw, 32px);
  --gut: clamp(24px, 4.5vw, 64px);
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --maxw-shell: 1440px;
  --radius-panel: 2px;
  --radius-control: 0;
  --fs-xs: clamp(12.5px, 0.95vw, 13.5px);
  --fs-sm: clamp(14.5px, 1.05vw, 15.5px);
  --fs-base: clamp(16.5px, 1.25vw, 18px);
  --fs-md: clamp(17.5px, 1.45vw, 19.5px);
}

#cxm.ahg-redesign {
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.5;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
  width: 100%;
  box-sizing: border-box;
}
#cxm.ahg-redesign *,
#cxm.ahg-redesign *::before,
#cxm.ahg-redesign *::after {
  box-sizing: border-box;
}
#cxm.ahg-redesign .bs {
  font-size: 16px;
  max-width: 100%;
}
#cxm.ahg-redesign .bs#photo-strip, #cxm.ahg-redesign .bs#map {
  max-width: none;
}
#cxm.ahg-redesign h1, #cxm.ahg-redesign h2, #cxm.ahg-redesign h3, #cxm.ahg-redesign h4, #cxm.ahg-redesign h5, #cxm.ahg-redesign h6 {
  font-family: var(--display);
  color: var(--ahg-blue);
  font-weight: 400;
  line-height: 1.15;
}
#cxm.ahg-redesign h1 {
  font-size: clamp(30px, 5vw, 48px);
}
#cxm.ahg-redesign h2 {
  font-size: clamp(24px, 3.2vw, 32px);
}
#cxm.ahg-redesign h3 {
  font-size: clamp(20px, 2.4vw, 26px);
}
#cxm.ahg-redesign a {
  color: var(--accent-d);
}
#cxm.ahg-redesign .btn {
  font-family: var(--body);
  text-decoration: none;
  border-radius: var(--radius-control);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-size: clamp(13px, 2.2vw, 14px);
  padding: 15px 28px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-width: 1.5px;
}
#cxm.ahg-redesign .btn-sm {
  font-size: 12px;
  padding: 12px 18px;
  min-height: 44px;
}
#cxm.ahg-redesign .btn-primary,
#cxm.ahg-redesign .btn-search-jobs {
  background: var(--ahg-blue);
  border-color: var(--ahg-blue);
  color: var(--cream);
}
#cxm.ahg-redesign .btn-primary:hover,
#cxm.ahg-redesign .btn-search-jobs:hover {
  background: var(--ahg-blue-d);
  border-color: var(--ahg-blue-d);
  color: var(--cream);
  transform: translateY(-1px);
}
#cxm.ahg-redesign .btn-outline-primary {
  color: var(--ahg-blue);
  border-color: var(--ahg-blue);
  background: transparent;
}
#cxm.ahg-redesign .btn-outline-primary:hover {
  background: var(--ahg-blue);
  color: var(--cream);
}
#cxm.ahg-redesign .btn-outline-secondary,
#cxm.ahg-redesign .share-button {
  color: var(--ahg-blue) !important;
  border-color: var(--ahg-blue) !important;
  background: transparent !important;
}
#cxm.ahg-redesign .btn-outline-secondary:hover, #cxm.ahg-redesign .btn-outline-secondary:focus, #cxm.ahg-redesign .btn-outline-secondary:active, #cxm.ahg-redesign .btn-outline-secondary.show,
#cxm.ahg-redesign .share-button:hover,
#cxm.ahg-redesign .share-button:focus,
#cxm.ahg-redesign .share-button:active,
#cxm.ahg-redesign .share-button.show {
  background: var(--ahg-blue) !important;
  border-color: var(--ahg-blue) !important;
  color: var(--cream) !important;
}
#cxm.ahg-redesign .skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 1000;
  background: var(--ahg-blue);
  color: var(--cream);
  padding: 0.75rem 1rem;
}
#cxm.ahg-redesign .skip-link:focus {
  left: 0;
}
#cxm.ahg-redesign .wrap {
  width: 100%;
  max-width: var(--maxw-shell);
  margin-inline: auto;
  padding: 0 var(--gut);
}
#cxm.ahg-redesign .ftr .container,
#cxm.ahg-redesign .container.ftr-grid {
  max-width: var(--maxw-shell);
  margin-inline: auto;
  padding-inline: var(--gut);
}
#cxm.ahg-redesign .ahg-board-content {
  padding-top: clamp(40px, 5vw, 64px);
  padding-bottom: clamp(56px, 8vw, 96px);
}
#cxm.ahg-redesign .ahg-board-content.has-member-band {
  padding-top: clamp(28px, 4vw, 48px);
}
#cxm.ahg-redesign .ahg-board-content:has(#map) {
  padding-bottom: 0;
}
#cxm.ahg-redesign .ahg-member-band {
  padding: 0 var(--gut);
  background: transparent;
  color: var(--cream);
}
#cxm.ahg-redesign .ahg-member-band-inner {
  background: var(--ahg-blue);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  max-width: none;
  margin-inline: 0;
  padding-inline: clamp(16px, 2vw, 28px);
}
#cxm.ahg-redesign .ahg-member-links {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
#cxm.ahg-redesign .ahg-member-links > li {
  position: relative;
  margin: 0;
}
#cxm.ahg-redesign .ahg-member-links > li > a {
  display: block;
  padding: 1.15rem 1.5rem 1.15rem 0;
  margin-right: 0.75rem;
  font-family: var(--body);
  font-size: var(--fs-xs);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--cream);
  white-space: nowrap;
}
#cxm.ahg-redesign .ahg-member-links > li.active > a,
#cxm.ahg-redesign .ahg-member-links > li > a[aria-current=page] {
  color: var(--ahg-blue-pale);
}
#cxm.ahg-redesign .ahg-member-links > li::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0.75rem;
  bottom: 0;
  height: 3px;
  background: var(--ahg-blue-light);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s var(--ease);
}
#cxm.ahg-redesign .ahg-member-links > li.active::after, #cxm.ahg-redesign .ahg-member-links > li:hover::after {
  transform: scaleX(1);
}
#cxm.ahg-redesign .jobs-subnav {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 0.85rem 0 1rem;
}
#cxm.ahg-redesign .jobs-subnav-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.75rem;
  align-items: center;
}
#cxm.ahg-redesign .jobs-subnav-inner a {
  font-family: var(--body);
  font-size: var(--fs-xs);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--ahg-blue-light);
  transition: color 0.2s ease;
}
#cxm.ahg-redesign .jobs-subnav-inner a:hover, #cxm.ahg-redesign .jobs-subnav-inner a.active {
  color: var(--cream);
}
@media (max-width: 700px) {
  #cxm.ahg-redesign .ahg-member-links {
    display: none;
  }
  #cxm.ahg-redesign .jobs-subnav {
    border-top: 0;
    padding-top: 0.75rem;
  }
}
#cxm.ahg-redesign .a-link {
  position: relative;
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: baseline;
  text-decoration: none;
  color: inherit;
}
#cxm.ahg-redesign .a-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.16em;
  width: 100%;
  height: 1px;
  background: currentColor;
  pointer-events: none;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
#cxm.ahg-redesign .a-link:hover::before, #cxm.ahg-redesign .a-link:focus-visible::before {
  transform: scaleX(1);
  transform-origin: left;
}
#cxm.ahg-redesign input[type=text],
#cxm.ahg-redesign input[type=email],
#cxm.ahg-redesign input[type=password],
#cxm.ahg-redesign input[type=search],
#cxm.ahg-redesign input[type=tel],
#cxm.ahg-redesign input[type=url],
#cxm.ahg-redesign input[type=number],
#cxm.ahg-redesign textarea,
#cxm.ahg-redesign select,
#cxm.ahg-redesign .form-control,
#cxm.ahg-redesign .form-select,
#cxm.ahg-redesign .what,
#cxm.ahg-redesign .where {
  font-family: var(--body) !important;
  font-size: 15px !important;
  line-height: 1.4 !important;
  color: var(--ink) !important;
  background-color: var(--cream) !important;
  border: 1px solid var(--sand) !important;
  border-radius: var(--radius-control) !important;
  padding: 12px 14px !important;
  min-height: 48px !important;
  box-shadow: none !important;
  width: 100%;
}
#cxm.ahg-redesign input[type=text]:focus,
#cxm.ahg-redesign input[type=email]:focus,
#cxm.ahg-redesign input[type=password]:focus,
#cxm.ahg-redesign input[type=search]:focus,
#cxm.ahg-redesign input[type=tel]:focus,
#cxm.ahg-redesign input[type=url]:focus,
#cxm.ahg-redesign input[type=number]:focus,
#cxm.ahg-redesign textarea:focus,
#cxm.ahg-redesign select:focus,
#cxm.ahg-redesign .form-control:focus,
#cxm.ahg-redesign .form-select:focus,
#cxm.ahg-redesign .what:focus,
#cxm.ahg-redesign .where:focus {
  border-color: var(--ahg-blue-mid) !important;
  outline: 2px solid var(--ahg-blue-pale);
  outline-offset: 1px;
  box-shadow: none !important;
}
#cxm.ahg-redesign input[type=text]::-moz-placeholder, #cxm.ahg-redesign input[type=email]::-moz-placeholder, #cxm.ahg-redesign input[type=password]::-moz-placeholder, #cxm.ahg-redesign input[type=search]::-moz-placeholder, #cxm.ahg-redesign input[type=tel]::-moz-placeholder, #cxm.ahg-redesign input[type=url]::-moz-placeholder, #cxm.ahg-redesign input[type=number]::-moz-placeholder, #cxm.ahg-redesign textarea::-moz-placeholder, #cxm.ahg-redesign select::-moz-placeholder, #cxm.ahg-redesign .form-control::-moz-placeholder, #cxm.ahg-redesign .form-select::-moz-placeholder, #cxm.ahg-redesign .what::-moz-placeholder, #cxm.ahg-redesign .where::-moz-placeholder {
  color: var(--muted);
  opacity: 1;
  text-transform: none;
}
#cxm.ahg-redesign input[type=text]::placeholder,
#cxm.ahg-redesign input[type=email]::placeholder,
#cxm.ahg-redesign input[type=password]::placeholder,
#cxm.ahg-redesign input[type=search]::placeholder,
#cxm.ahg-redesign input[type=tel]::placeholder,
#cxm.ahg-redesign input[type=url]::placeholder,
#cxm.ahg-redesign input[type=number]::placeholder,
#cxm.ahg-redesign textarea::placeholder,
#cxm.ahg-redesign select::placeholder,
#cxm.ahg-redesign .form-control::placeholder,
#cxm.ahg-redesign .form-select::placeholder,
#cxm.ahg-redesign .what::placeholder,
#cxm.ahg-redesign .where::placeholder {
  color: var(--muted);
  opacity: 1;
  text-transform: none;
}
#cxm.ahg-redesign select,
#cxm.ahg-redesign .form-select {
  -moz-appearance: none !important;
       appearance: none !important;
  -webkit-appearance: none !important;
  padding-right: 40px !important;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2346627F' stroke-width='2'><path d='M6 9l6 6 6-6'/></svg>") !important;
  background-repeat: no-repeat !important;
  background-position: right 14px center !important;
  background-size: 12px !important;
  cursor: pointer;
  min-width: 190px;
}
#cxm.ahg-redesign textarea {
  min-height: 120px !important;
}
#cxm.ahg-redesign label {
  font-size: var(--fs-xs);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--muted);
  font-weight: 500;
  margin-bottom: 6px;
}
#cxm.ahg-redesign .job-search-form {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 20px;
  align-items: flex-end;
  margin: 0 0 clamp(36px, 5vw, 56px);
  padding: 0;
  max-width: 100%;
}
#cxm.ahg-redesign .job-search-form .element {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1 1 220px;
  min-width: 200px;
  margin: 0;
}
#cxm.ahg-redesign .job-search-form label {
  display: block;
  margin: 0;
}
#cxm.ahg-redesign .job-search-form input {
  width: 100%;
}
#cxm.ahg-redesign .job-search-form .btn-search-jobs,
#cxm.ahg-redesign .job-search-form #search-submit {
  flex: 0 0 auto;
  min-width: 160px;
  margin: 0;
}
#cxm.ahg-redesign .resource-card.job-card .card-img-top {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
#cxm.ahg-redesign .resource-card.job-card .badges {
  position: static;
  top: auto;
  right: auto;
}
#cxm.ahg-redesign .resource-card.job-card .badge {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: var(--radius-control);
  padding: 5px 9px;
  background: var(--ahg-blue-pale) !important;
  color: var(--ahg-blue) !important;
  border: 1px solid var(--sand);
}
#cxm.ahg-redesign .bar {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--cream);
  border-bottom: 1px solid var(--sand);
}
#cxm.ahg-redesign .bar-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  -moz-column-gap: clamp(14px, 1.8vw, 28px);
       column-gap: clamp(14px, 1.8vw, 28px);
  min-height: 76px;
  width: 100%;
  max-width: var(--maxw-shell);
  margin-inline: auto;
  padding-inline: var(--gut);
}
#cxm.ahg-redesign .nav-left ul {
  display: flex;
  gap: clamp(0.7rem, 1.25vw, 1.45rem);
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}
#cxm.ahg-redesign .nav-left a {
  text-transform: uppercase;
  letter-spacing: clamp(0.9px, 0.09vw, 1.62px);
  font-size: var(--fs-xs);
  text-decoration: none;
  color: var(--ink);
  white-space: nowrap;
}
#cxm.ahg-redesign .nav-left a[aria-current=page] {
  color: var(--ahg-blue);
}
#cxm.ahg-redesign .nav-left a[aria-current=page]::before {
  transform: scaleX(1);
  transform-origin: left;
  height: 2px;
}
#cxm.ahg-redesign .wordmark {
  text-align: center;
  text-decoration: none;
  color: inherit;
}
#cxm.ahg-redesign .brand {
  font-family: var(--brand);
  font-size: clamp(1.02rem, 1.35vw, 1.25rem);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--ink);
  display: block;
  white-space: nowrap;
}
#cxm.ahg-redesign .stars {
  display: block;
  text-align: center;
  font-size: clamp(6.5px, 0.5vw, 8px);
  letter-spacing: 0.26em;
  margin-right: -0.26em;
  margin-top: 0.35em;
  line-height: 1;
  color: var(--accent);
}
#cxm.ahg-redesign .nav-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
}
#cxm.ahg-redesign .nav-account {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: var(--fs-xs);
  font-weight: 600;
  color: var(--ink);
  text-decoration: none;
}
#cxm.ahg-redesign .btn-ahg-blue,
#cxm.ahg-redesign .btn-ghost {
  text-decoration: none !important;
}
#cxm.ahg-redesign .btn-ahg-blue {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--ahg-blue);
  color: var(--cream) !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: var(--fs-xs);
  font-weight: 700;
  padding: 13px 22px;
  min-height: 46px;
  border-radius: var(--radius-control);
  transition: background 0.2s ease;
}
#cxm.ahg-redesign .btn-ahg-blue:hover {
  background: var(--ahg-blue-d);
  color: var(--cream) !important;
}
#cxm.ahg-redesign .btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  color: var(--ahg-blue);
  background: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: var(--fs-xs);
  font-weight: 700;
  padding: 13px 22px;
  min-height: 46px;
  border-radius: var(--radius-control);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
#cxm.ahg-redesign .btn-ghost:hover {
  background: var(--ahg-blue);
  color: var(--cream);
}
#cxm.ahg-redesign .hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: none;
  border: 0;
  padding: 10px;
  min-width: 44px;
  min-height: 44px;
  cursor: pointer;
}
#cxm.ahg-redesign .hamburger span {
  width: 24px;
  height: 2px;
  background: var(--ink);
  display: block;
}
#cxm.ahg-redesign .sheet-scrim {
  position: fixed;
  inset: 0;
  z-index: 190;
  background: rgba(35, 33, 24, 0.45);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.42s var(--ease);
}
#cxm.ahg-redesign .sheet-scrim.is-open {
  opacity: 1;
  pointer-events: auto;
}
#cxm.ahg-redesign .sheet {
  position: fixed;
  inset: 0 0 0 auto;
  z-index: 200;
  width: min(86vw, 400px);
  display: flex;
  flex-direction: column;
  background: var(--cream);
  border-left: 1px solid var(--sand);
  transform: translateX(100%);
  visibility: hidden;
  overscroll-behavior: contain;
  transition: transform 0.42s var(--ease), visibility 0s linear 0.42s;
}
#cxm.ahg-redesign .sheet.is-open {
  transform: translateX(0);
  visibility: visible;
  transition: transform 0.42s var(--ease), visibility 0s linear 0s;
}
#cxm.ahg-redesign .sheet-head {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px var(--pad);
  border-bottom: 1px solid var(--sand);
}
#cxm.ahg-redesign .sheet-brand {
  font-family: var(--brand);
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  line-height: 1.2;
  color: var(--ink);
  text-decoration: none;
}
#cxm.ahg-redesign .sheet-close {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-right: -10px;
  background: none;
  border: 0;
  color: var(--ink);
  cursor: pointer;
}
#cxm.ahg-redesign .sheet-close svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 1.5;
  fill: none;
}
#cxm.ahg-redesign .sheet-nav {
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 4px var(--pad) 20px;
}
#cxm.ahg-redesign .sheet-list,
#cxm.ahg-redesign .acc-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
#cxm.ahg-redesign .sheet-list > li {
  border-bottom: 1px solid var(--sand);
}
#cxm.ahg-redesign .sheet-nav a.sheet-link,
#cxm.ahg-redesign .sheet-nav summary {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 56px;
  font-family: var(--display);
  font-size: var(--fs-md);
  line-height: 1.25;
  color: var(--ink);
  text-decoration: none;
}
#cxm.ahg-redesign .sheet-nav summary {
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
  list-style: none;
}
#cxm.ahg-redesign .sheet-nav summary::-webkit-details-marker {
  display: none;
}
#cxm.ahg-redesign .sheet-nav a[aria-current=page] {
  color: var(--ahg-blue);
  font-weight: 600;
}
#cxm.ahg-redesign .chev {
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  margin-right: 4px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 0.3s var(--ease);
}
#cxm.ahg-redesign .acc[open] .chev {
  transform: translateY(2px) rotate(-135deg);
}
#cxm.ahg-redesign .acc-list {
  padding: 2px 0 14px 2px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
#cxm.ahg-redesign .acc-list a {
  min-height: 44px;
  align-items: center;
  font-size: var(--fs-base);
  color: var(--muted);
  text-decoration: none;
}
#cxm.ahg-redesign .acc-list a:hover, #cxm.ahg-redesign .acc-list a:focus-visible {
  color: var(--ink);
}
#cxm.ahg-redesign .acc-overview {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: var(--fs-xs);
}
#cxm.ahg-redesign .sheet-foot {
  flex: 0 0 auto;
  display: grid;
  gap: 10px;
  padding: 14px var(--pad) calc(14px + env(safe-area-inset-bottom));
  border-top: 1px solid var(--sand);
  background: var(--cream);
}
@media (max-width: 700px) {
  #cxm.ahg-redesign .brand {
    font-size: clamp(0.8rem, 3.6vw, 1rem);
    letter-spacing: 0.08em;
    white-space: normal;
  }
  #cxm.ahg-redesign .nav-right .btn-ahg-blue {
    padding-inline: 12px;
    letter-spacing: 0.06em;
    white-space: nowrap;
  }
  #cxm.ahg-redesign .nav-account {
    display: none;
  }
}
@media (max-width: 1139px) {
  #cxm.ahg-redesign .nav-left ul {
    display: none;
  }
  #cxm.ahg-redesign .hamburger {
    display: flex;
  }
}
@media (min-width: 1140px) {
  #cxm.ahg-redesign .sheet,
  #cxm.ahg-redesign .sheet-scrim {
    display: none;
  }
}
#cxm.ahg-redesign .ahg-hero {
  position: relative;
  padding: 10px var(--gut) 0;
  background: var(--cream);
}
#cxm.ahg-redesign .ahg-hero-stage {
  position: relative;
  min-height: clamp(320px, 48vh, 480px);
  overflow: hidden;
  border-radius: var(--radius-panel);
  background: var(--ahg-blue-d);
  display: flex;
  align-items: flex-end;
}
#cxm.ahg-redesign .ahg-hero-stage img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#cxm.ahg-redesign .ahg-hero-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 30, 42, 0.34) 0%, rgba(20, 30, 42, 0.12) 36%, rgba(20, 30, 42, 0.55) 78%, rgba(20, 30, 42, 0.78) 100%);
}
#cxm.ahg-redesign .ahg-hero-copy {
  position: relative;
  z-index: 1;
  padding: clamp(28px, 5vw, 60px);
  max-width: 62ch;
}
#cxm.ahg-redesign .ahg-hero-copy h1 {
  color: #f4f0e4;
  font-size: clamp(34px, 6vw, 64px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.025em;
  margin: 0;
  max-width: 18ch;
}
#cxm.ahg-redesign .ahg-hero-subhead {
  color: var(--ahg-blue-pale);
  margin: 14px 0 0;
  font-size: clamp(15px, 1.8vw, 18px);
  line-height: 1.55;
  max-width: 48ch;
}
#cxm.ahg-redesign .page-head {
  margin-bottom: clamp(28px, 4vw, 40px);
}
#cxm.ahg-redesign .page-head h1 {
  font-size: clamp(34px, 5.5vw, 56px);
  line-height: 1.04;
  letter-spacing: -0.02em;
  margin: 0;
  max-width: 18ch;
}
#cxm.ahg-redesign .page-head .answer {
  color: var(--muted);
  margin-top: 14px;
  font-size: clamp(15px, 1.7vw, 17px);
  max-width: 64ch;
}
#cxm.ahg-redesign .ahg-employer-photos,
#cxm.ahg-redesign .ahg-job-show .ahg-job-photos {
  margin-top: clamp(28px, 4vw, 40px);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
}
#cxm.ahg-redesign .ahg-employer-photos #photo-strip,
#cxm.ahg-redesign .ahg-job-show .ahg-job-photos #photo-strip {
  margin: 0;
  width: 100%;
  max-width: none;
  border-radius: 0;
  overflow: hidden;
}
#cxm.ahg-redesign .ahg-employer-photos {
  margin-bottom: 8px;
}
#cxm.ahg-redesign .ahg-job-show .ahg-job-photos {
  margin-bottom: clamp(28px, 4vw, 40px);
}
#cxm.ahg-redesign #map {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
  height: 400px;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}
#cxm.ahg-redesign #photo-strip .photo-row {
  align-items: stretch;
}
#cxm.ahg-redesign #photo-strip .strip-photo {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
#cxm.ahg-redesign #photo-strip .strip-photo img {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center;
     object-position: center;
}
#cxm.ahg-redesign .ahg-employer-body {
  padding-bottom: clamp(40px, 5vw, 64px);
}
#cxm.ahg-redesign .ahg-employer-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 1100px) {
  #cxm.ahg-redesign .ahg-employer-grid {
    grid-template-columns: minmax(0, 1.7fr) minmax(280px, 1fr);
    align-items: start;
  }
}
#cxm.ahg-redesign .ahg-panel {
  background: #fff;
  border: 1px solid var(--sand);
  border-top: 3px solid var(--ahg-blue);
  border-radius: var(--radius-panel);
  padding: clamp(1.25rem, 2.5vw, 1.75rem);
}
#cxm.ahg-redesign .ahg-panel-title {
  font-family: var(--body);
  font-size: var(--fs-xs);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 1rem;
}
#cxm.ahg-redesign .ahg-employer-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--sand);
}
#cxm.ahg-redesign .ahg-employer-logo .branding {
  width: 100%;
  max-width: 160px;
}
#cxm.ahg-redesign .ahg-employer-logo .branding img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
#cxm.ahg-redesign .ahg-employer-about .employer-profile {
  font-size: var(--fs-base);
  line-height: 1.6;
  color: var(--ink);
}
#cxm.ahg-redesign .ahg-employer-about .employer-profile h1, #cxm.ahg-redesign .ahg-employer-about .employer-profile h2, #cxm.ahg-redesign .ahg-employer-about .employer-profile h3, #cxm.ahg-redesign .ahg-employer-about .employer-profile h4, #cxm.ahg-redesign .ahg-employer-about .employer-profile h5, #cxm.ahg-redesign .ahg-employer-about .employer-profile h6 {
  font-family: var(--display);
  color: var(--ink);
}
#cxm.ahg-redesign .ahg-employer-about .employer-profile a {
  color: var(--ahg-blue);
}
#cxm.ahg-redesign .ahg-employer-videos {
  margin-top: 1.5rem;
}
#cxm.ahg-redesign .ahg-employer-jobs .jobs-list h6 {
  display: none;
}
#cxm.ahg-redesign .ahg-employer-jobs .jobs-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
#cxm.ahg-redesign .ahg-employer-jobs .jobs-list li a {
  font-family: var(--display);
  font-size: var(--fs-md);
  color: var(--ink);
  text-decoration: none;
  line-height: 1.3;
}
#cxm.ahg-redesign .ahg-employer-jobs .jobs-list li a:hover {
  color: var(--ahg-blue);
}
#cxm.ahg-redesign .ahg-employer-jobs .jobs-flyer {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid var(--sand);
}
#cxm.ahg-redesign .ahg-employer-jobs .jobs-flyer .btn,
#cxm.ahg-redesign .ahg-employer-jobs .jobs-flyer .btn-ahg-blue {
  width: 100%;
  text-align: center;
}
#cxm.ahg-redesign .ahg-employer-jobs-empty {
  margin: 0;
  font-size: var(--fs-base);
  color: var(--muted);
  font-style: italic;
}
#cxm.ahg-redesign .ahg-job-show .ahg-job-body {
  padding-bottom: clamp(28px, 4vw, 40px);
}
#cxm.ahg-redesign .ahg-job-show .ahg-job-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 1100px) {
  #cxm.ahg-redesign .ahg-job-show .ahg-job-grid {
    grid-template-columns: minmax(0, 1.7fr) minmax(280px, 1fr);
    align-items: start;
  }
}
#cxm.ahg-redesign .ahg-job-show .ahg-job-main .job-headline {
  font-family: var(--display);
  font-size: var(--fs-md);
  font-style: italic;
  color: var(--muted);
  border: 0;
  margin: 0 0 1rem;
  padding: 0;
}
#cxm.ahg-redesign .ahg-job-show .ahg-job-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.75rem;
  margin-bottom: 1.5rem;
}
#cxm.ahg-redesign .ahg-job-show .ahg-job-meta .job-traits,
#cxm.ahg-redesign .ahg-job-show .ahg-job-meta .badges {
  margin-bottom: 0;
}
#cxm.ahg-redesign .ahg-job-show .ahg-job-actions .action-buttons {
  margin-top: 0.25rem;
  margin-bottom: 1.5rem;
}
#cxm.ahg-redesign .ahg-job-show .ahg-job-actions .action-buttons .btn-primary,
#cxm.ahg-redesign .ahg-job-show .ahg-job-actions .action-buttons .btn-search-jobs {
  background: var(--ahg-blue);
  border-color: var(--ahg-blue);
  color: var(--cream);
}
#cxm.ahg-redesign .ahg-job-show .ahg-job-actions .action-buttons .btn-outline-secondary,
#cxm.ahg-redesign .ahg-job-show .ahg-job-actions .action-buttons .share-button {
  background: transparent;
  border: 1px solid var(--ahg-blue);
  color: var(--ahg-blue);
}
#cxm.ahg-redesign .ahg-job-show .ahg-job-actions .action-buttons .btn-outline-secondary:hover,
#cxm.ahg-redesign .ahg-job-show .ahg-job-actions .action-buttons .share-button:hover {
  background: var(--ahg-blue);
  color: var(--cream);
}
#cxm.ahg-redesign .ahg-job-show .ahg-job-actions.ahg-job-actions-bottom {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--sand);
}
#cxm.ahg-redesign .ahg-job-show .ahg-job-ad {
  font-size: var(--fs-base);
  line-height: 1.65;
  color: var(--ink);
}
#cxm.ahg-redesign .ahg-job-show .ahg-job-ad h1, #cxm.ahg-redesign .ahg-job-show .ahg-job-ad h2, #cxm.ahg-redesign .ahg-job-show .ahg-job-ad h3, #cxm.ahg-redesign .ahg-job-show .ahg-job-ad h4, #cxm.ahg-redesign .ahg-job-show .ahg-job-ad h5, #cxm.ahg-redesign .ahg-job-show .ahg-job-ad h6,
#cxm.ahg-redesign .ahg-job-show .ahg-job-ad strong {
  font-family: var(--display);
  color: var(--ink);
}
#cxm.ahg-redesign .ahg-job-show .ahg-job-ad ul {
  padding-left: 1.1rem;
}
#cxm.ahg-redesign .ahg-job-show .ahg-job-videos {
  margin-top: 1.5rem;
}
#cxm.ahg-redesign .ahg-job-show .ahg-job-aside {
  text-align: center;
}
#cxm.ahg-redesign .ahg-job-show .ahg-job-aside .ahg-panel-title {
  text-align: center;
}
#cxm.ahg-redesign .ahg-job-show .ahg-job-aside .ahg-panel-title a {
  color: var(--ink);
  text-decoration: none;
}
#cxm.ahg-redesign .ahg-job-show .ahg-job-aside .vcard {
  text-align: left;
  font-size: var(--fs-sm);
  color: var(--muted);
}
#cxm.ahg-redesign .ahg-job-show .ahg-job-aside .vcard a {
  color: var(--ahg-blue);
}
#cxm.ahg-redesign .ahg-job-show .ahg-job-aside .vcard .type {
  display: none;
}
#cxm.ahg-redesign .ahg-job-show .ahg-job-aside .vcard p {
  margin: 0.35rem 0;
}
#cxm.ahg-redesign .ahg-job-show .ahg-job-aside-kind {
  margin: 1rem 0 0;
  font-size: var(--fs-xs);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}
#cxm.ahg-redesign .ahg-job-show .ahg-job-aside-managed {
  margin: 0.5rem 0 0;
  font-size: var(--fs-sm);
  color: var(--muted);
}
#cxm.ahg-redesign .ahg-job-show .ahg-job-aside-perks {
  margin-top: 1rem;
  text-align: left;
  font-size: var(--fs-sm);
  color: var(--ink);
}
#cxm.ahg-redesign .ahg-job-show .ahg-job-aside-photo {
  margin-top: 1.25rem;
  overflow: hidden;
  border-radius: var(--radius-panel);
}
#cxm.ahg-redesign .ahg-job-show .ahg-job-aside-photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
}
#cxm.ahg-redesign .ahg-job-show .ahg-job-aside-jobs {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--sand);
  text-align: left;
}
#cxm.ahg-redesign .ahg-job-show .ahg-job-aside-jobs .jobs-list h6 {
  font-family: var(--body);
  font-size: var(--fs-xs);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 0.75rem;
}
#cxm.ahg-redesign .ahg-job-show .ahg-job-aside-jobs .jobs-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
#cxm.ahg-redesign .ahg-job-show .ahg-job-aside-jobs .jobs-list li a {
  font-family: var(--display);
  font-size: var(--fs-base);
  color: var(--ink);
  text-decoration: none;
}
#cxm.ahg-redesign .ahg-job-show .ahg-job-aside-jobs .jobs-list li a:hover {
  color: var(--ahg-blue);
}
#cxm.ahg-redesign .ahg-job-show .ahg-job-aside-jobs .jobs-flyer {
  margin-top: 1rem;
}
#cxm.ahg-redesign .ahg-job-show .ahg-job-aside-jobs .jobs-flyer .btn,
#cxm.ahg-redesign .ahg-job-show .ahg-job-aside-jobs .jobs-flyer .btn-ahg-blue {
  width: 100%;
  text-align: center;
}
#cxm.ahg-redesign .ahg-job-show .ahg-job-about {
  margin-bottom: clamp(28px, 4vw, 40px);
}
#cxm.ahg-redesign .ahg-job-show .ahg-job-about .ahg-job-about-kind {
  margin: -0.5rem 0 1rem;
  font-size: var(--fs-sm);
  color: var(--muted);
}
#cxm.ahg-redesign .ahg-job-show .ahg-job-about .employer-profile {
  font-size: var(--fs-base);
  line-height: 1.6;
  color: var(--ink);
}
#cxm.ahg-redesign .ahg-job-show .ahg-job-about .employer-profile h1, #cxm.ahg-redesign .ahg-job-show .ahg-job-about .employer-profile h2, #cxm.ahg-redesign .ahg-job-show .ahg-job-about .employer-profile h3, #cxm.ahg-redesign .ahg-job-show .ahg-job-about .employer-profile h4, #cxm.ahg-redesign .ahg-job-show .ahg-job-about .employer-profile h5, #cxm.ahg-redesign .ahg-job-show .ahg-job-about .employer-profile h6 {
  font-family: var(--display);
}
#cxm.ahg-redesign .ahg-job-show .ahg-job-about .employer-profile a {
  color: var(--ahg-blue);
}
#cxm.ahg-redesign .jobs-list .card-title,
#cxm.ahg-redesign .jobs-list h3, #cxm.ahg-redesign .jobs-list h4, #cxm.ahg-redesign .jobs-list h5,
#cxm.ahg-redesign .job-search-results .card-title,
#cxm.ahg-redesign .job-search-results h3,
#cxm.ahg-redesign .job-search-results h4,
#cxm.ahg-redesign .job-search-results h5,
#cxm.ahg-redesign .resource-card .card-title,
#cxm.ahg-redesign .resource-card h3,
#cxm.ahg-redesign .resource-card h4,
#cxm.ahg-redesign .resource-card h5,
#cxm.ahg-redesign .card .card-title,
#cxm.ahg-redesign .card h3,
#cxm.ahg-redesign .card h4,
#cxm.ahg-redesign .card h5 {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(19px, 2.1vw, 25px);
  line-height: 1.15;
  color: var(--ahg-blue);
}
#cxm.ahg-redesign .job-ad {
  font-size: 16px;
  line-height: 1.65;
}
#cxm.ahg-redesign .job-ad ul, #cxm.ahg-redesign .job-ad ol, #cxm.ahg-redesign .job-ad dl {
  list-style: revert;
  margin: revert;
  padding: revert;
}
#cxm.ahg-redesign .jobs-list {
  margin-top: 1rem;
}
#cxm.ahg-redesign .pagination .page-link {
  text-decoration: none;
  color: var(--ahg-blue);
  font-size: 15px;
  padding: 0.65rem 0.95rem;
  border-radius: 0;
}
#cxm.ahg-redesign .pagination .page-item.active .page-link {
  background: var(--ahg-blue);
  border-color: var(--ahg-blue);
  color: var(--cream);
}
#cxm.ahg-redesign .card,
#cxm.ahg-redesign .resource-card {
  background: #fff;
  border: 1px solid var(--sand);
  border-top: solid 4px var(--ahg-blue);
  border-radius: var(--radius-panel);
  padding: 1.25rem;
}
#cxm.ahg-redesign .ftr {
  background: var(--ahg-blue);
  color: var(--cream);
  padding: 3rem 0 1.5rem;
  margin-top: 4rem;
}
#cxm.ahg-redesign main:has(#map) ~ .ftr {
  margin-top: 0;
}
#cxm.ahg-redesign .ftr-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
#cxm.ahg-redesign .ftr h2 {
  font-family: var(--body);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: var(--fs-xs);
  color: var(--ahg-blue-light);
  margin: 0;
}
#cxm.ahg-redesign .ftr ul {
  list-style: none;
  margin: 0.5rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  font-size: var(--fs-sm);
}
#cxm.ahg-redesign .ftr a {
  color: var(--cream);
  text-decoration: none;
}
#cxm.ahg-redesign .ftr-brand {
  font-family: var(--brand);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 1.05rem;
  margin: 0;
}
#cxm.ahg-redesign .ftr-tag {
  color: var(--ahg-blue-light);
  margin: 0.25rem 0 0;
  font-size: 1rem;
}
#cxm.ahg-redesign .ftr-props .addr {
  color: var(--ahg-blue-light);
  font-size: var(--fs-xs);
}
#cxm.ahg-redesign .ftr-legal {
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: var(--fs-sm);
  color: var(--ahg-blue-light);
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  align-items: center;
  justify-content: space-between;
}
#cxm.ahg-redesign .ftr-legal a {
  color: var(--cream);
  text-decoration: none;
}
#cxm.ahg-redesign .ftr-legal-copy {
  margin: 0;
}
#cxm.ahg-redesign .ftr-powered .cxm,
#cxm.ahg-redesign .ftr-powered .powered-by {
  margin: 0;
  display: inline;
}
#cxm.ahg-redesign .ftr-powered .powered-by,
#cxm.ahg-redesign .ftr-powered .powered-by a {
  font-size: inherit;
  color: var(--ahg-blue-light) !important;
  text-decoration: none;
}
#cxm.ahg-redesign .ftr-powered .powered-by a:hover {
  text-decoration: underline;
}
@media (max-width: 760px) {
  #cxm.ahg-redesign .ftr-grid {
    grid-template-columns: 1fr 1fr;
  }
  #cxm.ahg-redesign .job-search-form .element {
    flex-basis: 100%;
  }
}
@media (max-width: 460px) {
  #cxm.ahg-redesign .ftr-grid {
    grid-template-columns: 1fr;
  }
  #cxm.ahg-redesign .ftr-legal {
    flex-direction: column;
    align-items: flex-start;
  }
}

body.menu-open {
  overflow: hidden;
}
