/*
 * 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: #fff;
  background: linear-gradient(180deg, #220939 0%, #220939 100%)
}

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

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

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

.site-footer .menu  {
    display: grid;
    grid-template-rows: repeat(7, auto);
    grid-auto-flow: column;
    gap: 0 40px;
    text-wrap-mode: nowrap;
    white-space: nowrap;
}

[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-bottom: 5px;
    }

.site-footer a {
    color: inherit;
    font-size: 14px;
    text-decoration: none;
  }

.site-footer a:hover {
      text-decoration: none;
      color: #328D8F;
      text-decoration: underline;
    }

.site-footer .text-content, .site-footer .cke_editable {
  font-size: 14px;
}

.site-footer .text-content p, .site-footer .cke_editable p {
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 0px;
}


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