.va-footer {
  background-color: var(--vads-color-primary-darker, #162e51);
  color: var(--vads-color-white, #ffffff);
  margin-top: 0;
}

.va-footer-content {
  background-color: var(--vads-color-primary-darker, #162e51);
  padding-top: 40px;
}

.va-footer-inner {
  max-width: var(--vads-grid-container-max-width, 1024px);
  margin: 0 auto;
  padding: 0 var(--units-3, 1.5rem);
}

.va-footer-nav {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: var(--units-5, 2.5rem);
  max-width: 100%;
}

.va-footer-linkgroup {
  margin-bottom: 2rem;
}

.va-footer-linkgroup-title {
  font-size: var(--vads-font-size-base, 18px);
  font-weight: var(--vads-font-weight-bold, 700);
  line-height: 1.4;
  margin: 0 0 1.25rem 0;
  color: #ffffff;
}

.va-footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.va-footer-links li {
  margin-bottom: 0.5rem;
}
.va-footer-links li a {
  color: var(--vads-color-white);
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.6;
  transition: color 0.15s ease-in-out;
  display: inline-block;
}
.va-footer-links li a:hover, .va-footer-links li a:focus {
  text-decoration: underline;
}
.va-footer-links .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.va-footer-links .menu .menu {
  margin-left: 1rem;
  margin-top: 0.5rem;
}
.va-footer-links .menu .menu .menu-item a {
  font-size: 0.875rem;
}
.va-footer-links .menu .menu-item {
  margin-bottom: 0.75rem;
  display: block;
  width: 100%;
}
.va-footer-links .menu .menu-item a {
  color: var(--vads-color-white);
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.6;
  transition: color 0.15s ease-in-out;
  display: block;
  padding: 0.25rem 0;
}
.va-footer-links .menu .menu-item a:hover, .va-footer-links .menu .menu-item a:focus {
  text-decoration: underline;
}
.va-footer-links .va-header-nav-link {
  padding: 0;
  font-weight: var(--vads-font-weight-normal, 400);
}
.va-footer-links .va-header-nav-link:hover, .va-footer-links .va-header-nav-link:focus {
  background: none;
  text-decoration: underline;
}

.va-footer-crisis-line {
  display: block;
  padding: 1rem;
  background-color: #ca2525;
  border-radius: 0.25rem;
  color: #ffffff !important;
  text-decoration: none;
  margin-bottom: 1rem;
  transition: all 0.15s ease-in-out;
  font-weight: 600;
}

.va-footer-crisis-line:hover,
.va-footer-crisis-line:focus {
  background-color: #a02020;
  color: #ffffff !important;
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.va-footer-crisis-phone {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 0.25rem;
  display: block;
}

.va-footer-nav-mobile {
  display: none;
}

.va-footer-accordion-item {
  border-bottom: 1px solid #323a45;
}

.va-footer-accordion-button {
  width: 100%;
  padding: 1.25rem 0;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: color 0.15s ease-in-out;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.va-footer-accordion-button:hover,
.va-footer-accordion-button:focus {
  color: #aeb0b5;
}

.va-footer-accordion-icon {
  transform: rotate(0deg);
  transition: transform 0.2s ease-in-out;
}

.va-footer-accordion-button[aria-expanded=true] .va-footer-accordion-icon {
  transform: rotate(180deg);
}

.va-footer-accordion-content {
  display: none;
  padding-bottom: 1rem;
}

.va-footer-accordion-content.va-accordion-expanded {
  display: block;
}

.va-footer-bottom {
  background-color: #112e51;
  padding: 1rem 0;
}
.va-footer-bottom .va-header-nav-link {
  padding: 0;
  font-weight: var(--vads-font-weight-normal, 400);
}
.va-footer-bottom .va-header-nav-link:hover, .va-footer-bottom .va-header-nav-link:focus {
  background: none;
  text-decoration: underline;
}

.va-footer p strong,
.va-footer-content p strong {
  color: #ffffff !important;
  font-weight: 700;
}

.va-footer p,
.va-footer-content p,
.va-footer-content a {
  color: #ffffff !important;
}

.va-footer-top-links {
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #323a45;
}

.va-footer-top-links .menu {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.va-footer-top-links .menu-item a {
  color: #aeb0b5;
  text-decoration: none;
  font-size: 0.875rem;
  transition: color 0.15s ease-in-out;
}

.va-footer-top-links .menu-item a:hover,
.va-footer-top-links .menu-item a:focus {
  color: #ffffff;
  text-decoration: underline;
}

.va-footer-logo-section {
  text-align: left;
  margin-bottom: 1.5rem;
}

.va-footer-logo {
  display: inline-block;
  transition: opacity 0.15s ease-in-out;
}

.va-footer-logo:hover,
.va-footer-logo:focus {
  opacity: 0.8;
}

.va-footer-logo-img {
  height: 50px;
  width: auto;
  max-width: 200px;
}

.va-footer-legal {
  text-align: center;
}

.va-footer-legal-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.va-footer-legal-links li {
  margin: 0;
}

.va-footer-legal-links a {
  color: #aeb0b5;
  text-decoration: none;
  font-size: 0.875rem;
  transition: color 0.15s ease-in-out;
}

.va-footer-legal-links a:hover,
.va-footer-legal-links a:focus {
  color: #ffffff;
  text-decoration: underline;
}

.va-footer-legal .menu {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: start;
  align-items: start;
  list-style: none;
  margin: 0;
  padding: 0;
}

.va-footer-legal .menu-item:not(:last-child)::after {
  content: "|";
  margin-left: 0.5rem;
  color: #565c70;
}

.va-footer-legal .menu-item a {
  color: #aeb0b5;
  text-decoration: none;
  font-size: 0.875rem;
  transition: color 0.15s ease-in-out;
}

.va-footer-legal .menu-item a:hover,
.va-footer-legal .menu-item a:focus {
  color: #ffffff;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .va-footer-nav {
    display: none;
  }
  .va-footer-nav-mobile {
    display: block;
  }
  .va-footer-content {
    padding: 2rem 0;
  }
  .va-footer-content {
    color: var(--vads-color-white);
  }
  .va-footer-inner {
    padding: 0 1rem;
  }
  .va-footer-legal-links {
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
  }
  .va-footer-bottom {
    padding: 1.5rem 0;
  }
  .va-footer-logo-section {
    margin-bottom: 1.5rem;
  }
}
.va-footer-legal a {
  color: #ffffff !important;
  border-right: 1px solid !important;
  padding-right: 10px !important;
}

@media (max-width: 1024px) and (min-width: 769px) {
  .va-footer-nav {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
  .va-footer-content {
    padding: 2.5rem 0;
  }
}
.va-footer a:focus {
  outline: 2px solid #ffbf47;
  outline-offset: 2px;
}

.va-footer-accordion-button:focus {
  outline: 2px solid #ffbf47;
  outline-offset: 2px;
}

@media (prefers-contrast: high) {
  .va-footer {
    background-color: #000000;
  }
  .va-footer-bottom {
    background-color: #1a1a1a;
    border-top-color: #666666;
  }
  .va-footer-links a,
  .va-footer-legal-links a {
    color: #ffffff;
  }
  .va-footer-accordion-button {
    color: #ffffff;
  }
}
@media print {
  .va-footer {
    background: none;
    color: #000000;
  }
  .va-footer-links a,
  .va-footer-legal-links a {
    color: #000000;
    text-decoration: underline;
  }
  .va-footer-crisis-line {
    background: none;
    border: 1px solid #000000;
    color: #000000 !important;
  }
}
.footer-mvp-img {
  text-align: center;
  margin-bottom: 1.5rem;
}

.footer-mvp-img img {
  max-height: 60px;
}