/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

.j-menu {
  padding: 15px 0;
  position: relative;
  cursor: pointer;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  justify-content: flex-end;
  list-style: none;
  align-items: center;
}
.j-menu__item {
  padding: 0;
  display: block;
  margin-right: 30px;
}
.j-menu__item:last-child {
  margin-right: 0;
}
.j-menu__item a {
  padding: 10px 0;
  font-weight: 600;
  font-size: 14px;
  line-height: normal;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0;
}
.j-menu__item a:hover, .j-menu__item a.active {
  text-decoration: none;
  border-bottom: 1px solid white;
  padding-bottom: 10px;
  color: #FFFFFF;
}
.j-menu__dropdown-btn {
  position: relative;
}
.j-menu__dropdown-btn svg {
  margin-left: 5px;
}
.j-menu__dropdown-btn--open svg {
  transform: scaleY(-1);
}
.j-menu__dropdown-btn--open .j-menu__dropdown {
  display: flex;
  flex-direction: column;
}
.j-menu__dropdown {
  list-style: none;
  display: none;
  position: absolute;
  z-index: 10;
  background: #FFFFFF;
  box-shadow: 0 5px 15px rgba(37, 37, 37, 0.12);
  border-radius: 5px;
  margin: 0;
  padding: 5px 0;
}
.j-menu__dropdown .j-menu__item {
  padding: 5px 15px;
  white-space: nowrap;
  margin: 0;
}
.j-menu__dropdown .j-menu__item a {
  text-transform: none;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  color: #444444;
}
.j-menu__dropdown .j-menu__item a:hover {
  border-bottom: none;
  padding-bottom: 0;
}
.j-menu__dropdown .j-menu__item:hover {
  background: #F8F8FA;
}
.j-menu__help-us {
  margin-left: 10px;
  line-height: normal;
}
.j-menu-toggler {
  display: none;
}
.j-menu-container {
  width: auto;
  flex: auto;
  margin-right: 30px;
}
.j-menu-container--hide {
  display: none;
}
@media (max-width: 1200px) {
  .j-nav--fixed .j-menu--open {
    top: 78px;
    height: calc(100vh - 78px);
  }
  .j-menu-toggler {
    display: inline-flex;
    border: none;
    background: transparent;
    padding: 5px;
  }
  .j-menu-container {
    max-width: fit-content;
    max-width: -moz-fit-content;
    margin: 0;
    margin-right: 15px;
  }
  .j-menu {
    display: none;
  }
  .j-menu__item {
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .j-menu--open {
    display: flex;
    position: absolute;
    z-index: 1000;
    flex-direction: column;
    justify-content: flex-start;
    top: 108px;
    align-items: center;
    width: 100%;
    height: calc(100vh - 108px);
    background: #212121;
    left: 0;
  }
  .j-menu__dropdown-btn--open .j-menu__dropdown {
    top: 37px;
    width: 100%;
  }
}
@media (min-width: 600px) and (max-width: 1200px) {
  .j-menu-container {
    margin-right: 30px;
  }
}
/*# sourceMappingURL=_menu__body_only.css.map */