/**
 * @file
 * This file is used to style the header.
 *
 */
.footer {
  background-color: rgb(23, 129, 59);
  color: #eee;
  padding: 1rem 1rem;
  font-size: 0.95rem;
}
.footer a {
  color: #ccc;
  text-decoration: none;
}
.footer a:hover {
  color: #fff;
  background-color: initial;
  text-decoration: underline;
}
.footer .paragraph--type--footer-container {
  justify-content: center;
  display: flex;
}
.footer .field--name-field-columns.field__items {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  max-width: 1200px;
}
@media (max-width: 768px) {
  .footer .field--name-field-columns.field__items {
    flex-direction: column;
  }
}
.footer .paragraph--type--footer-column {
  flex: 1 1 30%;
  min-width: 200px;
}
.footer .paragraph--type--footer-column p {
  margin: 0.5rem 0;
}
.footer .paragraph--type--footer-column h4, .footer .paragraph--type--footer-column h5 {
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer ul li {
  margin-bottom: 0.4rem;
}
.footer .contact-info {
  padding: 10px;
  border-radius: 5px;
  background-color: rgb(19, 109, 49);
}
.footer .contact-info .line:first-child {
  display: flex;
}
.footer .contact-info .line:first-child .logo {
  width: 50px;
  margin-left: 15px;
  margin-right: 5px;
}
.footer .social-icons {
  margin-top: 1rem;
}
.footer .social-icons a {
  display: inline-block;
  margin-right: 0.5rem;
  font-size: 1.2rem;
}
.footer .social-icons a i {
  color: #ccc;
  transition: color 0.2s ease;
}
.footer .social-icons a i:hover {
  color: #fff;
}
.footer .footer-bottom {
  text-align: center;
  margin-top: 2rem;
  font-size: 0.8rem;
  color: #888;
}
.footer #installAppLinkFooter, .footer #enableNotifications {
  -webkit-tap-highlight-color: transparent;
}
.footer #installAppLinkFooter:active, .footer #installAppLinkFooter:focus, .footer #enableNotifications:active, .footer #enableNotifications:focus {
  background: transparent;
}
.footer #installAppLinkFooter ::selection, .footer #enableNotifications ::selection {
  background: transparent;
  color: inherit;
}
.footer #installAppLinkFooter :focus-visible, .footer #enableNotifications :focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
