@media screen and (max-width: 1199px) {
  .menu-toggle {
    margin-left: 15px;
    display: flex !important;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #ef7b10;
    justify-content: center;
    align-items: center;
    float: right;
    margin-top: 0;
    padding: 0;
  }
  .menu-toggle svg {
    width: 16px;
    height: 10px;
    color: #FFF;
    margin: 0;
  }
  .menu-toggle:hover, .menu-toggle:focus {
    background-color: #002d59;
  }
}

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