/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/3084859
 * @preserve
 */

/**
 * @file
 * Footer regions.
 */

.site-footer {
  position: relative; /* stack above left social bar */
  color: #9ea0a1;
  /*background: linear-gradient(180deg, var(--color--gray-5) 0%, var(--color--gray-8) 100%);*/
  background: #566C99;
  font-family: din-condensed,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3rem;
  text-align: center
}

@media (min-width: 31.25rem) {

.site-footer {
    text-align: left
}
  }

[dir="ltr"] .site-footer .menu {
    margin-left: 0
}

[dir="rtl"] .site-footer .menu {
    margin-right: 0
}

.site-footer .menu {
    list-style: none
  }

[dir="ltr"] .site-footer .menu ul {
      margin-left: 1.125rem
}

[dir="rtl"] .site-footer .menu ul {
      margin-right: 1.125rem
}

.site-footer .menu li {
      /*margin-block-end: var(--sp0-5);*/
      margin-bottom: 0.84375rem;
    }

.site-footer a {
    color: #eaeff5;
    text-decoration: none
  }

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

@media (min-width: 75rem) {
  [dir="ltr"] body:not(.is-always-mobile-nav) .site-footer {
    border-left: solid 90px #566C99
  }
  [dir="rtl"] body:not(.is-always-mobile-nav) .site-footer {
    border-right: solid 90px #566C99
  }
}

#block-logofooter {
  display: inline-block;
  -ms-grid-column-align: center;
  justify-self: center
}

@media (min-width: 31.25rem) {

#block-logofooter {
    display: block;
    -ms-grid-column-align: end;
    justify-self: end
}    
  }

.footer-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto;
  grid-template-columns: auto
}

@media (min-width: 31.25rem) {

.footer-inner {
    -ms-grid-columns: 1.5fr 1fr 1fr;
    grid-template-columns: 1.5fr 1fr 1fr
}
  }
