@charset "UTF-8";
/**
 * Menus
 *  - style Drupal core block menus.
 *  - for the drop menu and other responsive menus see the mixins and the
 *    respective responsive menu partials.
 ============================================================================ */
.menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

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

.menu .menu__link:hover,
.menu .menu__link:focus {
  text-decoration: none;
}

.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.button {
  padding-left: 1rem;
  padding-right: 1rem;
}

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

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

.menu__item {
  text-align: left;
}

.menu__item > span > .menu__link:after {
  font-family: FontAwesome, sans-serif;
  content: "";
  float: right;
  padding: 0 1px;
  text-align: right;
  width: 1rem;
}

.menu__item--expanded > span > .menu__link:after {
  content: "";
}

[dir="rtl"] .menu__item {
  content: "";
}

/**
 * Menus in the Leaderboard region.
 ============================================================================ */
.pr-leaderboard {
  /* Mixin */
  display: flex;
}

.pr-leaderboard .block-menu {
  margin-top: 0;
  margin-bottom: 0;
}

.pr-leaderboard .block-menu:before,
.pr-leaderboard .block-menu:after {
  content: " ";
  display: table;
}

.pr-leaderboard .block-menu:after {
  clear: both;
}

.pr-leaderboard .menu {
  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 .menu .menu__item {
  margin: 0 0.75rem 0 0;
  list-style: none;
}

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

.pr-leaderboard .block__content .menu__link:hover,
.pr-leaderboard .block__content .menu__link:focus {
  text-decoration: none;
}

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

/**
 * Menus in the Footer region.
 ============================================================================ */
.pr-footer__footer {
  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 .block-menu:before,
.pr-footer__footer .block-menu:after {
  content: " ";
  display: table;
}

.pr-footer__footer .block-menu:after {
  clear: both;
}

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

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

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