@media (max-width: 991px) {
  header .row > div {
    display: flex;
    align-items: center;
  }
  header .open-menu {
    display: flex;
  }
  header ul {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #0068A0;
    flex-direction: column;
    align-content: center;
    align-items: center;
    padding-top: 70px;
    z-index: 111;
  }
  header ul.active {
    display: flex;
  }
  header ul li {
    margin: 0px;
  }
  header ul li:last-child {
    display: block;
  }
  body.overlay:before {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 1000;
    display: block;
    background: rgba(0, 0, 0, 0.3);
    justify-content: center;
    align-items: center;
    content: "";
    top: 0;
  }
}

/*# sourceMappingURL=responsive.css.map */
