/**
 * Deprecated versions? ...
 */
/**
 * Menus
 *  - style Drupal core block menus.
 *  - for the drop menu and other responsive menus see the mixins and the
 *    respective responsive menu partials.
 ============================================================================ */
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500&display=swap");
.menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.menu .menu__link {
  display: block;
  padding: 0.125rem 0;
  margin: 0.125rem 0;
}

.menu .menu__link:before, .menu .menu__link:after {
  display: none;
}

.fa-loaded .menu .menu__link:before, .fa-loaded .menu .menu__link:after {
  display: inline-block;
}

.menu .menu__link.active {
  text-decoration: underline;
}

.menu .menu__link.button {
  padding-left: 1rem;
  padding-right: 1rem;
}

.menu .menu__link.button:after {
  content: '';
  display: none;
}

.menu .menu {
  padding-left: 1rem;
}

.menu .menu__item--no-link .menu__link {
  cursor: default;
}

.menu__item {
  text-align: left;
}

@media all and (min-width: 45.0625em) {
  .page .l-navbar #superfish-left-drawer-menu {
    -webkit-transition: padding 500ms ease;
    -o-transition: padding 500ms ease;
    transition: padding 500ms ease;
  }
  .page .l-navbar #superfish-left-drawer-menu .site-branding__logo-link {
    display: none;
  }
  .page .l-navbar.sticky {
    position: fixed;
    width: 100%;
    z-index: 500;
  }
  .page .l-navbar.sticky .pr-navbar {
    background: white;
    border-bottom: 2px solid #0D3165;
    color: #0D3165;
  }
  .page .l-navbar.sticky #superfish-left-drawer-menu {
    padding-top: .5em;
    padding-bottom: .5em;
  }
  .page .l-navbar.sticky #superfish-left-drawer-menu .site-branding__logo-link {
    display: inline-block;
    padding: 0;
  }
  .page .l-navbar.sticky #superfish-left-drawer-menu .site-branding__logo-link img {
    height: 90px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .page .l-navbar.sticky #superfish-left-drawer-menu li.sf-depth-1 {
    margin-top: 1em;
  }
}

/**
 * Menus in the Leaderboard region.
 ============================================================================ */
.pr-leaderboard .block-menu {
  margin: 0;
}

.pr-leaderboard .block-menu .menu-level-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.pr-leaderboard .block-menu .menu-level-1 .menu__item {
  margin: 0.375rem 1rem 0.375rem 0;
  list-style: none;
}

[dir="rtl"] .pr-leaderboard .block-menu .menu-level-1 .menu__item {
  margin-right: 0;
  margin-left: 16px;
}

.pr-leaderboard .block-menu .menu-level-1 li.menu__item {
  margin: 0 2rem 0 0;
}

.pr-leaderboard .block-menu .menu-level-1 li.menu__item a.menu__link {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.2;
}

.pr-leaderboard .block-menu .menu-level-1 li.menu__item a.menu__link:hover {
  text-decoration: underline;
}

.pr-leaderboard.rm-row .block-menu {
  float: right;
}

.pr-leaderboard .menu .menu__link:after {
  content: none;
  display: none;
}

.pr-leaderboard__leaderboard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/**
 * Menus in the Footer region.
 ============================================================================ */
.pr-footer__footer .menu-level-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.pr-footer__footer .menu-level-1 .menu__item {
  margin: 0.625rem 1rem 0.625rem 0;
  list-style: none;
}

[dir="rtl"] .pr-footer__footer .menu-level-1 .menu__item {
  margin-right: 0;
  margin-left: 16px;
}

.pr-footer__footer .menu .menu__link:after {
  content: none;
  display: none;
}
/*# sourceMappingURL=menu.css.map */