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

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

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

.footer-container .social-partners a {
    font-size: 24px;
    color: #0097BD;
    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: #003764;
    font-weight: bold;
    font-size: 17px;
}

.Footercontainer .NewAtHome>span {
    color: #0097BD;
}

.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: #003764;
    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: #0097bd;
    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: #003764;
}

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 .footer-container #footer-social-icon-list li {
    background: #f4f4f4;
}

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;
}

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 Added 08-04-2024 */

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: 20px;
  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(-80px);
}

#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 {
  display: none;
}

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

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

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