/* Navigation - Atom */
ul.e-navigation {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
}
ul.e-navigation li {
  padding: 0;
  margin: 0;
  /*float: left;*/
}
ul.e-navigation li a {
  display: block;
  cursor: pointer;
}
ul.e-navigation li div {
  color: black;
  font-size: 19px;
  font-weight: 800;
  height: 25.3px;
  line-height: 25.3px;
}
@media (max-width: 1023px) {
  ul.e-navigation li div {
    display: flex;
    flex-direction: column;
    font-size: 19px;
    font-weight: 800;
    height: 18px;
    justify-content: center;
    line-height: 18px;
  }
}

/* Header */
.e-header {
  position: relative;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  /* padding: 0 1.75rem 0 1.25rem; */
  /* border-bottom: 0.0625rem solid #dcdcdc; */
  margin: 0;
}

/* Header - Navigation */
.e-header--navigation {
  height: 100%;
}
.e-header--navigation ul.e-navigation {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  flex-wrap: nowrap;
  height: 100%;
  gap: 40px;
}
@media only screen and (min-width: 960px) {
  .e-header--navigation ul.e-navigation {
    gap: 40px;
  }
}
.e-header--navigation ul.e-navigation li {
  display: flex;
  align-items: center;
  height: 100%;
}
.e-header--navigation ul.e-navigation li a {
  word-break: auto-phrase;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  color: black;
  font-family: teleneo, TeleNeoOffice-Medium, Trebuchet MS, Lucida Grande,
    Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.01em;
  /* color: #999; */
  /* display: block; */
  /* padding: 1.1875rem 1.3125rem 0.875rem; */
  /* border-bottom: .25rem solid transparent; */
  transition: color 0.3s ease-in-out;
}
.e-header--navigation ul.e-navigation li a:hover {
  /* color: black; */
  /* border-bottom: .25rem solid #ccc; */
  color: #e82c29;
  text-decoration: none;
}
.e-header--navigation ul.e-navigation li.e-active a {
  /* border-bottom: .25rem solid #e82c29; */
  color: #e82c29;
  text-decoration: none;
}
.e-header--navigation ul.e-navigation li.e-active a:hover {
  color: #af005a;
}

/* Header - Close */
/* .e-header--close a {
  display: block;
  padding: 0;
  margin: 0;
}
.e-header--close a:hover svg path {
  fill: #af005a;
}
.e-header--close a svg {
  width: 1.5625rem;
  height: 1.5625rem;
}
.e-header--close a svg path {
  fill: #e82c29;
} */
@media only screen and (min-width: 960px) {
  .e-header--navigation ul.e-navigation li a {
    font-size: 19px;
    /* padding: 2.1875rem 1.3125rem 1.875rem; */
    /* font-size: 1.25rem; */
  }
}
