/* ------ buttons ----- */
/* ------ typography ----- */
.msk-footer {
  font-family: inherit;
}
.msk-footer,
.msk-footer *,
.msk-footer *::before,
.msk-footer *::after {
  box-sizing: border-box;
}
.msk-footer {
  background-color: var(--msk-color-bg-footer, #f0f5ff);
  box-sizing: border-box;
  color: var(--msk-color-content-footer, #002569);
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 3rem;
}
.msk-footer *:focus-visible,
.msk-footer *:focus-visible:hover {
  outline: none;
}
.msk-footer *:focus,
.msk-footer *:focus:hover {
  /* Visible in the full-colour space */
  box-shadow: inset 0 0 0 0.125rem var(--msk-color-border-focus-outer, #000000), inset 0 0 0 0.1875rem var(--msk-color-border-focus-inner, #ffffff);
  /* Visible in Windows high-contrast themes */
  outline-color: transparent;
  outline-width: 2px;
  outline-style: solid;
}
.msk-footer [data-whatintent=keyboard] *:focus {
  box-shadow: 0 0 0 1px var(--msk-color-border-focus-inner, #ffffff), 0 0 0 3px var(--msk-color-border-focus-outer, #000000);
  outline: none;
}
.msk-footer-container {
  border-bottom: 0.0625rem solid;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  width: 100%;
}
.msk-footer-container:first-child {
  border-top: 0.25rem solid var(--msk-color-border-footer-divider, #002569);
}
.msk-footer-container:last-child {
  border-bottom: 0;
}
.msk-footer-container > .msk-footer-section {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: 100%;
}
@media (min-width: 1025px) {
  .msk-footer-container > .msk-footer-section {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.msk-footer-container-2400 > .msk-footer-section {
  margin-left: auto;
  margin-right: auto;
  max-width: 2400px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.msk-footer-container-fluid > .msk-footer-section {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  max-width: 100%;
}
.msk-footer-contact-nav {
  padding: 0.5rem;
}
.msk-footer-base {
  display: block;
}
.msk-footer-base .msk-footer-base-group {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 1025px) {
  .msk-footer-base .msk-footer-base-group {
    flex-direction: row;
  }
}
.msk-footer-base .msk-footer-logo-container {
  padding: 0 0.5rem;
}
@media (min-width: 801px) {
  .msk-footer-base .msk-footer-logo-container {
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .msk-footer-base .msk-footer-logo-container {
    width: 50%;
  }
}
.msk-footer-base .msk-footer-logo-container .msk-footer-logo {
  margin-top: 1.5rem;
}
.msk-footer-base .msk-footer-base-link-group {
  display: flex;
  flex-flow: column nowrap;
  margin-top: 1.5rem;
  padding: 0 0.5rem;
}
@media (min-width: 801px) {
  .msk-footer-base .msk-footer-base-link-group {
    flex-direction: row;
  }
}
.msk-footer-base .msk-footer-base-link-group .msk-footer-base-link {
  list-style-type: none;
  margin-right: 1rem;
}
.msk-footer-base .msk-footer-base-link-group .msk-footer-base-link:last-child {
  margin-right: 0;
}
@media (min-width: 801px) {
  .msk-footer-base .msk-footer-base-link-group .msk-footer-base-link .msk-link {
    white-space: nowrap;
  }
}
.msk-footer-base .msk-footer-copyright {
  font-size: 0.875rem;
  padding: 1.5rem 0.5rem 2rem;
  width: 100%;
}
.msk-footer-sitemap {
  display: flex;
  flex-wrap: wrap;
  margin: 1rem auto;
}
.msk-footer-sitemap .msk-footer-sitemap-section {
  flex: 0 1 auto;
  margin: 1rem 0;
  width: 100%;
}
@media (min-width: 801px) {
  .msk-footer-sitemap .msk-footer-sitemap-section {
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .msk-footer-sitemap .msk-footer-sitemap-section {
    width: 25%;
  }
}
.msk-footer-sitemap .msk-footer-sitemap-section .msk-footer-sitemap-section-container {
  padding: 0.5rem;
}
.msk-footer-sitemap .msk-footer-sitemap-section .msk-footer-sitemap-section-container .msk-footer-sitemap-link-group {
  margin-bottom: 1rem;
  padding: 0;
}
.msk-footer-sitemap .msk-footer-sitemap-section .msk-footer-sitemap-section-container .msk-footer-sitemap-link-group:last-child {
  margin-bottom: 0;
}
.msk-footer-sitemap .msk-footer-sitemap-section .msk-footer-sitemap-section-container .msk-footer-sitemap-link-group .msk-footer-sitemap-link {
  list-style-type: none;
}
.msk-footer-sitemap .msk-footer-sitemap-section .msk-footer-sitemap-section-container .msk-footer-sitemap-header {
  color: #002569;
  margin-bottom: 1rem;
}
.msk-footer-btn-ghost {
  font-size: 16px;
  font-weight: 500;
  padding: 12px 16px;
  border-radius: 4px;
  line-height: 1;
  position: relative;
  display: inline-flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  min-height: 3rem;
  flex-shrink: 0;
  margin: 0;
  cursor: pointer;
  outline: none;
  border-width: 2px;
  border-style: solid;
  background-color: transparent;
  border-color: transparent;
  color: var(--msk-color-content-action-secondary, #113e90);
  justify-content: flex-start;
}
.msk-footer-btn-ghost:disabled, .msk-footer-btn-ghost:hover:disabled, .msk-footer-btn-ghost:focus:disabled, .msk-footer-btn-ghost.msk-btn--disabled, .msk-footer-btn-ghost.msk-btn--disabled:hover, .msk-footer-btn-ghost.msk-btn--disabled:focus {
  color: var(--msk-color-content-inverse-disabled, #f7f3f2);
  box-shadow: none;
  cursor: not-allowed;
}
.msk-footer-btn-ghost:not(:disabled):focus, .msk-footer-btn-ghost:not(:disabled):focus:active {
  box-shadow: inset 0 0 0 0.125rem #ffffff;
  border-color: #000000;
}
.msk-footer-btn-ghost:disabled, .msk-footer-btn-ghost:hover:disabled, .msk-footer-btn-ghost:focus:disabled, .msk-footer-btn-ghost.msk-btn--disabled, .msk-footer-btn-ghost.msk-btn--disabled:hover, .msk-footer-btn-ghost.msk-btn--disabled:focus {
  border-color: var(--msk-color-bg-disabled, #f7f3f2);
  background: var(--msk-color-bg-disabled, #f7f3f2);
  color: var(--msk-color-content-disabled, #8f8b8b);
}
.msk-footer-btn-ghost:focus, .msk-footer-btn-ghost:hover {
  background-color: var(--msk-color-bg-action-hover, #f2f4f8);
  color: var(--msk-color-content-action-secondary-hover, #002569);
}
.msk-footer-btn-ghost:hover {
  border-color: var(--msk-color-bg-action-hover, #f2f4f8);
}
.msk-footer-btn-ghost:active {
  background-color: var(--msk-color-bg-action-active, #dde1e6);
  color: var(--msk-color-content-action-secondary-active, #001641);
  border-color: var(--msk-color-bg-action-active, #dde1e6);
}
.msk-footer-btn-group {
  display: flex;
  flex-direction: column;
  padding: 0 0.5rem;
}
@media (min-width: 801px) {
  .msk-footer-btn-group {
    flex-direction: row;
  }
}
.msk-footer--logo {
  margin-top: 1.5rem;
  display: flex;
  height: 100%;
  width: 100%;
  aspect-ratio: 60/284;
  max-height: 60px;
  max-width: 284px;
  background-image: url("https://cdn.jsdelivr.net/npm/@mskcc/fundamentals@latest/dist/logo/assets/logo-primary-sans-medium-navy.svg");
}
html[data-theme=dark] .msk-footer--logo,
.dark .msk-footer--logo {
  background-image: url("https://cdn.jsdelivr.net/npm/@mskcc/fundamentals@latest/dist/logo/assets/logo-primary-sans-medium-white.svg");
}