.swop25-nav {
  color: #fff;
}

.swop25-nav a,
.swop25-nav button {
  display: block;
  padding: 0;
  border: 0;
}

.swop25 .swop25-navbar a,
.swop25 .swop25-navbar a:hover,
.swop25 .swop25-nav button,
.swop25 .swop25-nav button:hover {
  color: inherit;
  text-decoration: none;
}

.swop25-nav ul,
.swop25-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.swop25-navbar,
.swop25-menu {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
}

/*
 * .-----------------------------------------------------.
 * |                    NAVIGATION BAR                   |
 * '-----------------------------------------------------'
 */

.swop25-navbar {
  height: 52px;
  padding: 0 20px;
  background: #2f3240;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  font-size: 14px;
  line-height: 38px;
  text-transform: uppercase;
  z-index: 110;
}

.swop25-navbar svg path {
  fill: #fff;
}

/* --- Logo --- */

.swop25-navbar-logo {
  float: left;
  /* (52 - 24) / 2 */
  padding-top: 14px;
}

.swop25-navbar-logo a,
.swop25-navbar-logo img {
  float: left;
  height: 24px;
  min-width: 1px;
}

/* --- Items --- */

ul.swop25-navbar-items {
  float: right;
  padding-top: 7px;
  height: 100%;
}

li.swop25-navbar-item {
  float: left;
  margin-right: 24px;
}

li.swop25-navbar-item:last-child {
  margin-right: 0;
}

li.swop25-navbar-item-text,
li.swop25-navbar-item-lang,
li.swop25-navbar-item-dropdown {
  display: none;
}

li.swop25-navbar-item-icon {
  padding-top: 8px;
}

li.swop25-navbar-item .lang-link-full {
  display: none;
}

/* --- Drop Down --- */

li.swop25-navbar-item-dropdown {
  cursor: default;
  position: relative;
}

.swop25-navbar-parent {
  display: block;
  position: relative;
  padding-right: 24px;
}

.swop25-navbar-parent svg {
  width: 13px;
  height: 14px;
  position: absolute;
  top: 11px;
  right: 0;
}

ul.swop25-navbar-subitems {
  visibility: hidden;
  pointer-events: none;
  width: 200px;
  padding: 16px 0 16px 26px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  position: absolute;
  left: -26px;
  top: 100%;
}

.swop25-navbar-item-dropdown:hover .swop25-navbar-subitems,
.swop25-navbar-item-dropdown:focus .swop25-navbar-subitems {
  visibility: visible;
  pointer-events: all;
}

ul.swop25-navbar-subitems:before {
  /* 100% - 32px (padding top + bottom) */
  height: calc(100% - 32px);
  width: 0;
  border: 1px solid #9dbdd1;
  content: '';
  position: absolute;
  left: 26px;
  top: 16px;
}

.swop25 .swop25-navbar-subitem a {
  color: #3b7ba3;
  padding: 6px 26px;
  font-size: 14px;
  line-height: 16px;
}

.swop25-navbar-subitem.swop25-navbar-subitem-nolink {
  opacity: 0.8;
  pointer-events: none;
  cursor: default;
}

.swop25-navbar-subitem.swop25-navbar-subitem-sub a {
  padding: 6px 26px 6px 42px;
}

.swop25 .swop25-navbar-subitem a:hover {
  color: #3b7ba3;
  background: #f5f5f5;
}

/* --- Share / Expand --- */

button.swop25-nav-expand,
.swop25-navbar .swop25-sharelink a {
  width: 20px;
  height: 20px;
}

button.swop25-nav-expand svg {
  display: block;
  width: 100%;
  height: auto;
}

button.swop25-nav-expand {
  background: center center no-repeat;
  background-size: 100% auto;
  text-indent: -9999px;
  overflow: hidden;
}

button.swop25-nav-expand {
  width: 24px;
}

/* --- Responsive --- */

@media all and (min-width: 768px) {
  .swop25-navbar {
    height: 70px;
    padding: 0 36px;
    font-size: 16px;
  }

  .swop25-navbar-logo {
    /* (70 - 30) / 2 */
    padding-top: 20px;
  }

  .swop25-navbar-logo a,
  .swop25-navbar-logo img {
    height: 30px;
  }

  ul.swop25-navbar-items {
    padding-top: 16px;
  }

  li.swop25-navbar-item {
    margin-right: 32px;
  }

  li.swop25-navbar-item-text,
  li.swop25-navbar-item-lang,
  li.swop25-navbar-item-dropdown {
    display: block;
  }

  li.swop25-navbar-item-lang {
    font-size: 14px;
    opacity: 0.7;
  }

  li.swop25-navbar-item-lang.swop25-navbar-item-small-margin {
    margin-right: 12px;
  }

  li.swop25-navbar-item-lang a.is-active,
  li.swop25-navbar-item-lang a.is-active:hover {
    color: #f4dac3;
  }

  .swop25 .swop25-navbar .swop25-navbar-item-share {
    margin-right: 0;
  }

  li.swop25-navbar-item-expand {
    display: none;
  }

  li.swop25-navbar-item-icon {
    padding-top: 8px;
    padding-bottom: 7px;
  }
}

/* Add rule when over 1000px. */
@media all and (min-width: 1000px) {
  li.swop25-navbar-item:not(:last-child):not(.swop25-navbar-item-small-margin) {
    margin-right: 84px;
    position: relative;
  }

  li.swop25-navbar-item:not(:last-child):not(.swop25-navbar-item-small-margin):after {
    content: '';
    position: absolute;
    right: -52px;
    top: calc(50% - 1px);
    width: 20px;
    height: 0;
    border-bottom: 1px solid #fff;
  }

  li.swop25-navbar-item:not(:last-child) {
    margin-right: 52px;
  }

  .swop25-navbar li.swop25-navbar-item-small-margin {
    margin-right: 32px;
  }

  li.swop25-navbar-item-lang.swop25-navbar-item-small-margin {
    margin-right: 12px;
  }
}

@media all and (min-width: 1200px) {
  li.swop25-navbar-item:not(:last-child):not(.swop25-navbar-item-small-margin) {
    margin-right: 108px;
  }

  li.swop25-navbar-item:not(:last-child):not(.swop25-navbar-item-small-margin):after {
    right: -72px;
    width: 40px;
  }
}

/*
 * .-----------------------------------------------------.
 * |                   NAVIGATION MENU                   |
 * '-----------------------------------------------------'
 */

/* --- Menu Core --- */

.swop25-menu {
  height: 100%;
  color: #fff;
  pointer-events: none;
  /* This huge z-index is needed so the menu covers */
  /* the accessibility widget when it is opened. */
  z-index: 2147483648;
}

.swop25-menu-hidden {
  visibility: hidden;
}

.swop25-menu-inner {
  width: 100%;
  height: 100%;
  transform: translate(100%, 0);
  transition: transform 0.8s cubic-bezier(.17,.67,.47,1);
  background: #2f3240;
  display: flex;
  align-items: center;
  padding: 0 36px;
}

.swop25-menu-opened {
  pointer-events: all;
}

.swop25-menu-opened .swop25-menu-inner {
  transform: translate(0, 0);
}

.swop25-menu-inner-2 {
  width: 100%;
  position: relative;
}

@media all and (min-width: 768px) {
  .swop25-menu {
    display: none;
  }
}

/* --- Menu General --- */

.swop25-menu {
  font-size: 16px;
  line-height: 22px;
  overflow: hidden;
}

.swop25 .swop25-menu a {
  color: #fff;
}

img.swop25-menu-logo {
  display: block;
  width: 60px;
}

h2.swop25-menu-title {
  margin: 14px 0 43px;
  max-width: 360px;
  color: inherit;
  font-size: 36px;
  line-height: 48px;
}

.swop25-menu-date {
  display: block;
  margin-top: 7px;
  color: #f6be8e;
}

.swop25-menu-close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  font-size: 0;
}

.swop25-menu-close svg {
  display: block;
  width: 100%;
  height: 100%;
}

/* --- Menu Links --- */

.swop25-menu-links {
  padding-top: 20px;
}

.swop25-menu-links-last {
  padding-bottom: 45px;
}

.swop25-menu-links p {
  margin: 0 0 3px 0;
  color: #f6be8e;
  font-size: 20px;
  line-height: 36px;
}

.swop25-menu-links ul {
  margin: 0 0 0 -7px;
  padding: 0;
}

.swop25-menu-links li {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}

.swop25-menu-links a {
  float: left;
  padding: 2px 7px 0;
  text-transform: uppercase;
  text-decoration: underline;
}

.swop25-menu-links a:hover,
.swop25-menu-links a.active {
  color: #fff;
  text-decoration: underline;
}

/* --- Menu Langs --- */

.swop25-menu-langs {
  padding-top: 40px;
  position: relative;
}

.swop25-menu-langs:before {
  content: '';
  background: #c17e56;
  position: absolute;
  left: -36px;
  right: -36px;
  height: 100vh;
  top: 0;
  display: block;
  clear: none;
  z-index: 1;
}

.swop25-menu-langs p {
  margin: 0;
  padding-left: 37px;
  position: relative;
  z-index: 2;
}

.swop25-menu-langs svg {
  position: absolute;
  left: 0;
  top: 2px;
  width: 23px;
  height: 18px;
  z-index: 2;
}

.swop25-menu-langs ul {
  margin: 16px 0 0 0;
  padding: 0;
  position: relative;
  z-index: 2;
}

.swop25-menu-langs li {
  margin: 0 30px 0 0;
  padding: 0;
  float: left;
  list-style: none;
  position: relative;
}

.swop25-menu-langs li:last-child {
  margin-right: 0;
}

.swop25-menu-langs li:not(:last-child):after {
  content: '|';
  position: absolute;
  top: 0;
  right: -16px;
}

.swop25-menu-langs a {
  text-decoration: underline;
}

.swop25-menu-langs a:hover,
.swop25-menu-langs a.active {
  color: #fff;
  text-decoration: underline;
}

.swop25-menu-langs a .lang-link-short {
  display: none;
}
