
.desktop-only {
  display: none;
}

.nav-wrap._bottom {
  height: 58px;
}
nav.nav * {
  color: #354a7b;
  font-family: "Poppins", sans-serif !important;
  font-size: 16px !important;
}
nav.nav {
  background-color: #f4f1ee;
  transition: 3s all;
}
nav.nav._sticky {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10;
}
.nav-inner-wrap {
  margin: 0 auto;
}
.nav-eye {
  max-width: 1200px;
  padding: .5rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-eye-right {
  display: flex;
  align-items: center;
}
.nav-eye-right .nav-item {
  margin-left: 10px;
}

.nav-item * {
  transition: .35s all;
}
.nav-home .nav-link,
.nav-chat .nav-link,
.nav-login .nav-link {
  display: block !important;
  line-height: 0;
}
.nav-logo {
  max-width: 65px;
}
.nav-icon {
  height: 30px;
  width: 30px;
  padding: 0;
  margin: 0;
}
.nav-chat a.nav-link span.nav-icon-label,
.nav-login a.nav-link span.nav-icon-label {
  display: none;
  color: #475360;
}
.nav-build .nav-cta.button {
  width: 100px !important;
  padding: 7px !important;
  background: none !important;
  background-color: #ffffff !important;
  border: 2px solid #354a7b !important;
  border-radius: 5px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 14px !important;
  color: #354a7b !important;
  font-weight: bold;
  text-transform: uppercase !important;
}
.nav-build .nav-cta.button span.nav-icon-label {
  display: none;
  transition: color 0s, width 55s !important;
}
.nav-build .nav-cta.button:hover {
  color: #f4f1ee !important;
  background-color: #354a7b !important;
}

.nav-toggle.mobile-only {
  display: block;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  background-size: 30px;
  background-repeat: no-repeat;
  background-image: url(https://www.squadlocker.com/hubfs/2018%20Marketing%20Site/menu-icon.svg);
}
nav.nav._active .nav-toggle.mobile-only {
  background-image: url(https://www.squadlocker.com/hubfs/2018%20Marketing%20Site/x-icon.svg);
}

.nav-has-dropdown._active {
  color: #354a7b !important !important;
}
.nav-has-dropdown::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.nav-dropdown {
  display: none;
}
.nav-dropdown._active {
  display: block;
  /*     width: 160px; */
  width: 175px;
  margin: 0 auto;
  background-color: #f4f1ee;
  border-radius: .25rem;
}

.nav-main {
  display: none;
  /*     transition: 1s all; */
}
.nav-main .nav-link,
.nav-main .nav-link:active,
.nav-main .nav-link:focus,
.nav-main .nav-link:visited {
  display: block;
  padding: .5rem 1rem;
  font-size: 16px;
  line-height: 24px;
  color: #475360;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
}
.nav-main .nav-link:hover {
  text-decoration: none;
  color: #354a7b !important;
}

@media screen and (min-width: 0) and (max-width: 767px) {
  ._top .nav-toggle.mobile-only {
    width: 40px;
    height: 40px;
    background-size: 40px;
  }
  ._top .nav-logo {
    max-width: 50px;
  }
  ._top .nav-icon {
    height: 40px;
    width: 40px;
  }
  ._top .nav-build .nav-cta.button {
    font-size: 18px;
    line-height: 22px;
  }
  .nav-build .nav-cta.button {
    padding: 4px !important;
  }
}
@media screen and (min-width: 768px) {
  .nav-toggle.mobile-only {
    width: 40px;
    height: 40px;
    background-size: 40px;
  }
  .nav-logo {
    max-width: 90px;
  }
  .nav-icon {
    height: 40px;
    width: 40px;
  }
  .nav-build .nav-cta.button {
    line-height: 22px;
  }

  ._top .nav-toggle.mobile-only {
    width: 48px;
    height: 48px;
    background-size: 48px;
  }
  ._top .nav-logo {
    max-width: 115px;
  }
  ._top .nav-icon {
    height: 48px;
    width: 48px;
  }
  ._top .nav-build .nav-cta.button {
    line-height: 32px;
  }
}
@media screen and (min-width: 0) and (max-width: 992px) {
  nav.nav._active .nav-main {
    position: absolute;
    width: 100%;
    z-index: 10;
    display: block;
    background-color: #f4f1ee;
  }
}
@media screen and (min-width: 993px) {
  .mobile-only {
    display: none !important;
  }
  .desktop-only {
    display: block;
  }
  span.desktop-only {
    display: inline;
  }

  .nav-wrap._bottom {
    height: 137px;
  }
  .nav-dropdown._active {
    position: absolute;
    z-index: 10;
    padding: .5rem 0;
    margin-top: -.5rem;
  }
  .nav-dropdown._active a {
    text-align: left !important;
  }

  .nav-eye {
    padding: .5rem 2rem;
  }
  .nav-eye-right .nav-build.nav-item {
    padding-right: 0;
  }

  .nav-main {
    display: block;
    padding: 0 2rem;
    background-color: #FFF;
    border-bottom: 1px solid #C5C6C8;

    display: flex;
    align-items: center;
  }
  .nav-main .nav-max {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    
  }

  .nav-wrap._bottom {
    height: 137px;
  }
  ._top .nav-dropdown._active {
    margin-top: 0;
  }
  ._top .nav-eye-right .nav-item {
    padding: .5rem;
  }
  ._top .nav-eye-right .nav-link {
    margin: 0 10px;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
  }
  ._top .nav-logo {
    max-width: 115px;
  }
  ._top .nav-icon {
    height: 48px;
    width: 48px;
  }
  ._top .nav-chat a.nav-link,
  ._top .nav-login a.nav-link {
    display: flex !important;
    align-items: center;
  }
  ._top .nav-chat a.nav-link span.nav-icon-label,
  ._top .nav-login a.nav-link span.nav-icon-label {
    display: block;
    line-height: 24px;
    padding-left: .5rem;
  }
  ._top .nav-build .nav-cta.button {
    width: 140px;
    line-height: 32px;
  }
  ._top .nav-build .nav-cta.button span.nav-icon-label {
    /*       display: inline; */
  }

  ._top .nav-main {
    padding: .5rem 2rem;
  }
