* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  a, ol, li, p, h1 {
  font-size: unset;
  line-height: unset;
  padding: unset;
}
  
  body {
    margin: 0 auto;
    padding: 0;
    max-width: 1440px;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    line-height: 1.42857143;
  }
  
  footer {
    padding: 1.5rem 0;
    line-height: 1.42857143;
  }
  
  .aarp-c-footer-lp__content {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    box-sizing: border-box;
  }

  
  .aarp-c-footer-lp__content-links-ul a {
    font-size: 18px;
  }
  
  .aarp-c-footer-lp {
    background-color: rgb(51, 51, 51);
    padding: 1rem 0;
  }
 

  .aarp-c-footer-lp__content-links-ul li {
    color: #ffffff;
    list-style-type: none;
    border-left: none;
    padding-bottom: 6px;
  }
  
  .aarp-c-footer-lp__content-links li a {
    text-decoration: none;
    color: #fff;
    padding: 0 9px;
    font-size: 18px;
    border-left: 2px solid #ffffff;
    width: fit-content;
  }
  
  .aarp-c-footer-lp__content-links-ul {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }
  
  .aarp-c-footer-lp__content-links li a:hover {
    text-decoration: underline;
  }
  
  .aarp-c-footer-lp__content-links li:last-child {
    border-right: none;
  
    width: fit-content;
  }
  
  .aarp-c-footer-lp__content-links-ul li:first-child a {
    border-left: none;
  }
  
  @media (min-width: 768px) {
    .aarp-c-footer-lp__content-links\@tablet ul a {
      font-size: 12px;
    }
  
    .aarp-c-footer-lp\@tablet {
      padding: 1rem 0;
    }
  }

  @media (min-width: 986px) {
    .aarp-c-footer-lp__content-links ul a {
      font-size: 14px;
    }
  
    .aarp-c-footer-lp {
      padding: 1.5rem 0;
    }
  }
  
  @media (min-width: 1200px) {
    .aarp-c-footer-lp__content-links ul a {
      font-size: 18px;
    }
  
  }
  
  @media (max-width: 767px) {

  
    .aarp-c-footer-lp__content-links\@mobile li a {
      font-size: 12px;
      padding: 0 8px;
    }
  }
  