*, *:after, *:before {
  box-sizing: border-box; }

.animenu__btn {
  display: none;
  cursor: pointer;
  background-color: #fff;
  border: 0;
  padding: 10px;
  height: 40px;
  width: 40px;
  color: #212121; }
  .animenu__btn:hover {
    background-color: #0186ba;
    color: #fff; }

.animenu__btn__bar {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #212121;
  transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55); }
  .animenu__btn__bar + .animenu__btn__bar {
    margin-top: 4px; }

.animenu__btn--active .animenu__btn__bar {
  margin: 0;
  position: absolute; }
  .animenu__btn--active .animenu__btn__bar:nth-child(1) {
    transform: rotate(45deg); }
  .animenu__btn--active .animenu__btn__bar:nth-child(2) {
    opacity: 0; }
  .animenu__btn--active .animenu__btn__bar:nth-child(3) {
    transform: rotate(-45deg); }

.animenu {
  display: block; }
  .animenu ul {
    padding: 0;
    list-style: none; }
  .animenu li, .animenu a {
    display: inline-block;
    font-size: 15px; }
  .animenu a {
    color: #212121;
    text-decoration: none; }

.animenu__nav {
  background-color: #fff;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2); }
  .animenu__nav > li {
    position: relative;
    border-right: 1px solid #cccccc; }
    .animenu__nav > li:last-child {
      border-right: none; }
    .animenu__nav > li > a {
      padding: 10px 30px;
      text-transform: uppercase; }
    .animenu__nav > li:hover > ul {
      opacity: 1;
      visibility: visible;
      margin: 0; }
    .animenu__nav > li:hover > a {
      color: darkblue; }
    .animenu__nav > li:focus-within > ul {
      opacity: 1;
      visibility: visible;
      margin: 0; }
    .animenu__nav > li:focus-within > a {
      color: #456875; }
  .animenu__nav__hasDropdown:before {
    content: "";
    position: absolute;
    border: 4px solid transparent;
    border-bottom: 0;
    border-top-color: currentColor;
    top: 50%;
    margin-top: -2px;
    right: 10px; }

.animenu__nav__dropdown {
  min-width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  margin: 20px 0 0 0;
  background-color: white;
  transition: margin .15s, opacity .15s;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2); }
  .animenu__nav__dropdown > li {
    width: 100%;
    border-bottom: 1px solid #bfbfbf; }
    .animenu__nav__dropdown > li:first-child > a:after {
      content: '';
      position: absolute;
      height: 0;
      width: 0;
      left: 1em;
      top: -6px;
      border: 6px solid transparent;
      border-top: 0;
      border-bottom-color: inherit; }
    .animenu__nav__dropdown > li:last-child {
      border: 0; }
  .animenu__nav__dropdown a {
    padding: 10px;
    width: 100%;
    border-color: #d9d9d9; }
    .animenu__nav__dropdown a:hover {
      background-color: #0186ba;
      border-color: #0186ba;
      color: #fff; }
    .animenu__nav__dropdown a:focus-within {
      background-color: #0186ba;
      border-color: #0186ba;
      color: #fff; }

@media screen and (max-width: 767px) {
  .animenu__btn {
    display: inline-block; }

  .animenu__nav,
  .animenu__nav__dropdown {
    display: none; }

  .animenu__nav {
    margin: 10px 0; }
    .animenu__nav > li {
      width: 100%;
      border-right: 0;
      border-bottom: 1px solid #bfbfbf; }
      .animenu__nav > li:last-child {
        border: 0; }
      .animenu__nav > li:first-child > a:after {
        content: '';
        position: absolute;
        height: 0;
        width: 0;
        left: 1em;
        top: -6px;
        border: 6px solid transparent;
        border-top: 0;
        border-bottom-color: inherit; }
      .animenu__nav > li > a {
        width: 100%;
        padding: 10px;
        border-color: #fff;
        position: relative; }
    .animenu__nav a:hover {
      background-color: #0186ba;
      border-color: #0186ba;
      color: #fff; }

  .animenu__nav__dropdown {
    position: static;
    background-color: white;
    margin: 0;
    transition: none;
    visibility: visible;
    opacity: 1; }
    .animenu__nav__dropdown > li:first-child > a:after {
      content: none; }
    .animenu__nav__dropdown a {
      padding-left: 20px;
      width: 100%; } }
.animenu__nav--active {
  display: block !important; }
  .animenu__nav--active .animenu__nav__dropdown {
    display: block; }

/*# sourceMappingURL=nav.css.map */
