.footer {
  position: relative;
  background: var(--base2);
  padding: 20px 0;
  box-sizing: border-box;
}

.footer a {
  color: inherit;
  text-decoration: underline;
  text-underline-position: under;
}

.footer .footer_row {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}

@media (max-width: 800px) {
  .footer .footer_row {
    flex-wrap: wrap;
  }
}


.footer .footer_links {
  width: 100%;
  margin: 30px 0 0;
  padding: 0 10px;
  text-align: center;
}

.footer .footer_link {
  padding: 10px;
  font-size: 0.9em;
}

.footer .footer_bottom {
  width: 100%;
  margin: 30px 0 30px;
  padding: 0 10px;
  font-size: 0.9em;
  text-align: center;
}

/* Web Chat */
#connect-chat-container #questions {
  height: 610px !important;
}
