.Footercontainer .social-partners {
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .Footercontainer.tempFooterContainer {
    background-color: #FBF7F4;
    padding-top: 40px;
}

.footer-container .social-partners img {
    width: 20px;
}

.footer-container .social-partners a {
    font-size: 24px;
    color: #2e2e2e;
    margin-right: 0;
    padding: 8px;
    line-height: 0;
}

.footer-container .social-partners a:hover {
    color: #00829f;
}

.footer-container .social-partners a:first-of-type {
    margin-left: -8px;
}

.footer-container .social-partners a span {
    display: inline-block;
    text-indent: -9999px;
    line-height: 0;
    width: 0;
}

.social-div {
    display: none !important;
}

.Footercontainer .NewAtHome {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #2e2e2e;
    font-weight: bold;
    font-size: 17px;
}

.Footercontainer .NewAtHome>span {
    color: #2e2e2e;
}

.Footercontainer .imgWrapperShopScan {
    margin-top: 30px;
}

.Footercontainer .imgWrapperShopScan>img {
    max-width: 219px;
}

.Footercontainer .imgWrapperDownloadApp>img {
    max-width: 110px;
}

.Footercontainer ul.menu-footer li {
    list-style-type: none;
    margin: 0 0 .58em;
}

.Footercontainer .NewAtHome {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #2e2e2e;
    font-weight: bold;
    font-size: 17px;
}

.container.house.text-center.footer-signup-start {
    margin-bottom: 20px;
}

#footercontent>div.footer-item-join>div.container.join-now>div {
    padding: 0;
}

.Footercontainer span.now-hiring {
    background-color: #2e2e2e;
    color: white;
    font-size: 14px;
    font-weight: 700;
    line-height: 2em;
}

footer#footercontent {
    border-top: none;
}

.Footercontainer .imgWrapperDownloadApp {
    max-width: 185px;
}

footer h6 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 14px;
    color: #2e2e2e;
}

footer .footer-item h6 {
    cursor: text;
}

footer .footer-item ul li .NewAtHome a {
    font-weight: bold;
}

.Footercontainer .upChevron {
    width: 16px;
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    float: right;
}

.Footercontainer .upChevron.down {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

footer .copyright {
    margin-top: 0;
}

footer .Footercontainer {
    background: #f4f4f4;
    padding-bottom: 40px;
}

footer .Footercontainer .footer-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0;
}

footer .footer-copyright .copyright {
    display: none;
}

.Footercontainer .NewAtHome {
    margin-top: 0;
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
    width: fit-content;
}

.Footercontainer .imgWrapperDownloadApp {
    width: fit-content;
    margin: auto;
}

footer .footer-container #footer-social-icon-list a.footer-social-icon {
    line-height: 15px;
    margin-bottom: 5px;
}

footer div.Footercontainer.tempFooterContainer {
    padding-top: 0;
}

footer .footer-container #footer-social-icon-list h6 {
    text-align: center;
}

footer .footer-container h6 {
    margin: 15px;
    margin-left: 0;
    font-weight: 400;
}

footer .footer-container #footer-social-icon-list .NewAtHome a {
    font-weight: bold;
    font-size: 21px;
}

footer .footer-container #footer-social-icon-list .imgWrapperDownloadApp a {
    margin-bottom: 0px;
    margin-top: 0px;
}

footer svg.icon {
    stroke: none;
}

@media screen and (min-width: 768px) {
    footer .footer-border {
        padding: 0;
    }

    .desk-hide,
    .upChevron {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .mob-hide {
        display: none;
    }

    .Footercontainer .imgWrapperShopScan {
        display: none;
    }

    .Footercontainer .footer-item ul.menu-footer li {
        margin-bottom: 0;
    }

    footer .footer-container h6 {
        margin-left: 15px;
    }    
}

/* Chatbot Stuff Updated 01-15-2025 */

iframe#launcher {
  display: none;
}

#chatbot-button {
  display: flex;
  background: #0098BD;
  color: white;
  font-size: 1.4rem;
  border-radius: 30px;
  border: 0px;
  position: fixed;
  z-index: 5;
  bottom: 10px;
  right: 10px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 0 !important;
  transition: opacity 800ms, transform 400ms;
}

body.toast-showing #chatbot-button {
  transform: translateY(-75px);
}

body.toast-showing iframe[name="Messaging window"] {
  transform: scale(1) translateY(-75px) !important;
  max-height: calc(-75px + 100vh) !important;
}

@media screen and (min-width: 768px) {
  #chatbot-button {
    bottom: 28px;
    right: 15px;
  }
  body.toast-showing #chatbot-button {
    transform: translateY(-44px);
  }
  body.toast-showing iframe[name="Messaging window"] {
    transform: scale(1) translateY(-44px) !important;
    max-height: none !important;
  }
}

#chatbot-button.hidden {
  transition-delay: 300ms;
  opacity: 0;
}

#chatbot-button span {
  display: none;
}

#chatbot-button #chatbot-spinner {
  display: none;
}

#chatbot-button.loading span,
#chatbot-button.loading .chatbot-question-icon,
#chatbot-button.loading .chatbot-close-icon{
  display: none;
}

#chatbot-button:not(.opened) .chatbot-close-icon {
  display: none;
}

#chatbot-button.opened span,
#chatbot-button.opened .chatbot-question-icon {
  display: none;
}

.chatbot-close-icon {
  font-size: 18px;
  stroke-width: 2;
}

#chatbot-button.loading #chatbot-spinner {
  display: block;
  animation: spinner 1s ease-in-out infinite;
}

footer div.footer-item ul li a {
  color: #2e2e2e;
  font-weight: 400;;
}

@media screen and (max-width: 767px) {
    footer .footer-container #footer-social-icon-list li,
    footer .footer-container .menu-footer li {
        background: #FBF7F4;
    }
}

@media (min-width: 575.98px) {
  #chatbot-button {
    width: 110px;
  }

  #chatbot-button span {
    display: inline;
    padding-left: 8px;
  }
}

.ip-toast {
  font-size: 14px;
  color: white;
  position: fixed;
  inset: auto 0 0;
  background: #242424;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 32px 8px 8px;
  transform: translateY(100%);
  transition: transform 300ms;
  gap: 12px;
  &.is-showing {
    transform: translateY(0);
  }
}

.ipt-close {
  font-size: 12px;
  color: white;
  background: none;
  outline: none;
  border: none;
  position: absolute;
  inset: 3px 3px auto auto;
}

.ipt-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
  width: clamp(100%, max-content, 350px);
}

.ipt-message {
  display: flex;
  flex-direction: column;
  text-wrap: balance;
  text-align: right;
  flex: 1 1 fit-content;
  span { 
    flex: 1 1 fit-content;
  }
}

.ipt-buttons {
  text-align: left;
  flex: 1 1 fit-content;
}

.ipt-button {
  display: inline-block;
  font-size: 14px;
  border: 2px solid white;
  border-radius: 2px;
  font-weight: 500;
  background-color: white;
  white-space: nowrap;
  color: #242424;
  padding: 0.5em 1em;
  flex: 1 0 auto;
  height: auto;
  &:hover {
    border-color: #F4F4F4;
    background-color: #F4F4F4;
    color: #242424;
  }
}

.ipt-pretend-button { 
  background-color: #242424;
  color: #fff;
  &:hover {
    background-color: #242424;
    color: #fff;
  }
}

@media (min-width: 575.98px) {
  .ipt-message {
    flex-direction: row;
  }
}