/****************
  * FOOTER REGION
  ***************/
#block-surf-footer {
  margin: 0px auto;
  justify-content: center;
  /* transform: translateY(20px); */
  padding-top: 5px;
}

footer {
  flex-shrink: 0;
}

footer ul.menu {
  margin-left: 1em;
  /* LTR */
  padding: 0;
  list-style: none outside;
  text-align: left;
  /* LTR */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  font-weight: normal;
}

footer ul.menu .menu-item {
  margin: 0 12px;
}

/* footer ul.menu .menu-item:nth-of-type(1){
      display: none;
  } */

.hide-pwa-instruction-link {
  display: none;
}
.region-footer {
  margin: 2em 0 0 0;
  padding: 16px;
  align-items: stretch;
  /* display: flex; */
  flex: 1 1 auto;
  flex-flow: row wrap;
  justify-content: space-between;
  background-color: #444;
  color: #ccc;
  font-size: 0.8em;
}

.region-footer a {
  color: #ccc;
  text-decoration: none;
}

.region-footer a:after {
  text-decoration: none !important;
}

.region-footer a:hover {
  text-decoration: underline;
}

.region-footer nav.menu--footer {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  flex-flow: row wrap;
  justify-content: flex-start;
  flex: 0 1 auto;
}

.region-footer nav.menu--footer ul.menu {
  margin-left: 1em;
  margin-right: 1em;
}

.user-logged-in .region-footer nav.menu--footer {
  flex: 1 1 auto;
}

.region-footer .block-social-media-links {
  position: relative;
}

.region-footer .block-social-media-links .social-media-links-follow-label {
  position: relative;
  /* top: 10px; */
  width: 100%;
  display: flex;
  white-space: nowrap;
  justify-content: center;
}

.region-footer .block-social-media-links ul.platforms {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.region-footer ul.menu a.is-active {
  color: inherit;
  opacity: 0.75;
}
