.nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.nav a {
  color: #000;
  text-decoration: none;
}
.nav-level-0 > li > a {
  font-family: "franklin-gothic-atf", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}
.nav-level-1 > li > a {
  font-family: "franklin-gothic-atf", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
}
.nav-level-3 {
  font-size: 85%;
  padding: 0 0 15px 15px !important;
}
@media screen and (min-width: 992px) {
  .nav {
    height: 80px;
    background: #f7f7f7;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    display: table;
    width: 100%;
    position: relative;
  }
  .nav-level-0 {
    letter-spacing: -0.4em;
    display: table-row;
  }
  .nav-level-0 > li {
    display: table-cell;
    letter-spacing: 0;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    padding: 0 40px;
  }
  .nav-level-0 > li.menu-current {
    border-top: 1px rgba(255, 255, 255, 0.25) solid;
    background: #000 !important;
  }
  .nav-level-0 > li.menu-current > a {
    color: #fff;
  }
  .nav-level-0 > li > a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
  .nav-level-0 > li:last-child {
    border-right-width: 0;
  }
  .nav-level-0 > li:hover {
    background: #e5e5e5;
  }
  .nav-level-0 > li:hover > ul {
    display: block !important;
    /* transform: translateY(0); */
  }
  .nav-level-0:after {
    display: inline-block;
    width: 100%;
    content: "";
  }
  .nav-level-1 {
    display: none;
    /*
      transform: translateY(-200px);
      transform-origin: 50% 0;
      transition: transform 0.2s ease;
      transition-delay: 0.4s;
      */
    position: absolute;
    top: 79px;
    left: 0;
    right: 0;
    text-align: left;
    background: #e5e5e5;
    z-index: 1;
    padding: 20px 0 40px !important;
  }
  .nav-level-1 > li {
    width: 25%;
    padding: 0 40px;
  }
  .nav-level-1 > li > a {
    position: relative;
    z-index: 1;
    display: block;
    line-height: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  .nav-level-1 > li:hover > ul {
    display: block;
  }
  .nav-level-1 > li:hover > a {
    color: #000;
  }
  .nav-level-1 > li:hover > a > span {
    text-decoration: underline;
    color: #FE1C12;
    opacity: 1;
  }
  .nav-level-1-subItemsExist > a:before {
    content: "\f105";
    font-family: "FontAwesome";
    float: right;
    line-height: 50px;
  }
  .nav-level-2 {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    min-height: 100%;
    z-index: 0;
    background: #e5e5e5;
    padding: 20px 20px 20px 25% !important;
  }
  .nav-level-2-column {
    float: left;
    width: 25%;
    padding-right: 15px;
  }
  .nav-level-2 > li {
    line-height: 120%;
    padding: 4px 0 4px 40px;
  }
  .nav-level-2 > li > a:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 992px) and (max-width: 1330px) {
  .nav-level-0 > li {
    padding: 0 10px;
  }
}
@media screen and (min-width: 992px) and (min-width: 1331px) {
  .nav-level-0 > li:first-child {
    text-align: left;
  }
}
@media screen and (min-width: 992px) and (min-width: 1331px) {
  .nav-level-0 > li:last-child {
    text-align: right;
  }
}
@media screen and (max-width: 991px) {
  .nav {
    height: 46px;
    width: 100%;
    position: relative;
    background: #f7f7f7;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  .nav-link {
    float: right;
    margin: 11px 20px 0 0;
    position: relative;
    z-index: 2;
  }
  .nav-link-strip {
    display: block;
    height: 5px;
    width: 30px;
    background: #000;
    margin-bottom: 4px;
    opacity: 1;
  }
  .nav-opened .nav-level-0 {
    display: block !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  .nav-opened .nav-link-strip-1 {
    transform: rotate(45deg);
    transform-origin: 0 10px;
  }
  .nav-opened .nav-link-strip-2 {
    opacity: 0;
  }
  .nav-opened .nav-link-strip-3 {
    transform: rotate(-45deg);
    transform-origin: 9px -1px;
  }
  .nav-level-0 {
    float: left;
    width: 100%;
    background: #f7f7f7;
    padding: 20px 60px 20px 40px !important;
    position: absolute;
    top: 46px;
    z-index: 1;
  }
  .nav-level-0 > li {
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  .nav-level-0 > li.menu-current > a {
    color: #fe1c12;
  }
  .nav-level-1 {
    padding: 0 0 10px 20px !important;
  }
  .nav-level-1 > li.menu-current > a {
    color: #fe1c12;
  }
  .nav-level-1-subItemsExist > a:after {
    content: "\f055";
    font-family: "FontAwesome";
    margin-left: 10px;
    opacity: 0.6;
  }
  .nav-level-1-subItemsExist-opened > a:after {
    content: "\f056";
  }
  .nav-level-1-subItemsExist-opened ul {
    display: block !important;
  }
  .nav-level-2 {
    display: none;
    padding: 0 0 10px 20px !important;
  }
  .nav-level-2 > li.menu-current > a {
    color: #fe1c12;
  }
  .nav-search {
    float: left;
    padding: 7px;
    width: 100%;
    position: relative;
  }
  .nav-search button {
    background: none;
    border-width: 0;
    position: absolute;
    right: 13px;
    top: 8px;
  }
}
@media screen and (max-width: 991px) and (max-width: 359px) {
  .nav-search {
    max-width: 270px;
  }
}
@media screen and (max-width: 991px) and (min-width: 360px) and (max-width: 479px) {
  .nav-search {
    max-width: 310px;
  }
}
@media screen and (max-width: 991px) and (min-width: 480px) {
  .nav-search {
    max-width: 360px;
  }
}

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