.site-footer-resi  {
  background: linear-gradient(180deg, #04292b 0%, #195a5e 100%);
  color: rgba(255, 255, 255, 0.88);
  position: relative;
}

.site-footer-resi .container  {
  position: relative;
  z-index: 1;
}

.site-footer-resi-brand-mark  {
  max-height: 52px;
  width: auto;
}

.site-footer-resi-brand, .site-footer-resi-title  {
  color: #ffffff;
  letter-spacing: 0.04em;
}

.site-footer-resi-text, .site-footer-resi-contact, .site-footer-resi .small, .site-footer-resi .text-white-50  {
  color: rgba(255, 255, 255, 0.72) !important;
}

.site-footer-resi-link  {
  color: rgba(255, 255, 255, 0.78);
  transition: color 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}

.site-footer-resi-link:hover, .site-footer-resi-link:focus  {
  color: #6cb3af;
  text-decoration: none;
}

.site-footer-resi-care-parent  {
  color: #ffffff;
}

.site-footer-resi-care-subnav  {
  padding-left: 0.85rem;
  border-left: 1px solid rgba(108, 179, 175, 0.35);
}

.site-footer-resi-care-subnav .site-footer-resi-link  {
  font-size: 0.92em;
}

.site-footer-resi-contact i  {
  color: #6cb3af;
  min-width: 16px;
}

.site-footer-resi-card  {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.site-footer-resi-social a  {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: rgba(108, 179, 175, 0.14);
  border: 1px solid rgba(108, 179, 175, 0.35);
  color: #ffffff;
  transition: all 0.25s ease;
}

.site-footer-resi-social a:hover, .site-footer-resi-social a:focus  {
  background-color: #6cb3af;
  border-color: #6cb3af;
  color: #04292b;
  text-decoration: none;
  transform: translateY(-2px);
}

.site-footer-resi hr  {
  border-color: rgba(255, 255, 255, 0.12);
}

.site-footer-resi .list-inline-item.text-white-50  {
  color: rgba(255, 255, 255, 0.35) !important;
}

@media (max-width: 767.98px)  {
  .site-footer-resi  {
    padding-top: 3rem;
  }
  .site-footer-resi-care-subnav  {
    padding-left: 0.75rem;
  }
}