#aw-menu {
  height: 100%; }

.aw-menu {
  font-family: Open Sans;
  cursor: default;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  text-align: right; }
  @media all and (min-width: 700px) and (max-width: 999px), all and (min-width: 1000px) and (max-width: 1365px), all and (min-width: 1366px) {
    .aw-menu {
      justify-content: space-between; } }
  .aw-menu a {
    text-decoration: none; }
  .aw-menu a:hover {
    color: #1f9bcc !important; }
  .aw-menu ._primary-menu {
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    text-transform: uppercase; }
    .aw-menu ._primary-menu a {
      color: #323f4d; }
  .aw-menu ._secondary-menu {
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
    display: flex;
    justify-content: flex-end;
    text-align: right;
    color: #9fa2a6; }
    .aw-menu ._secondary-menu a {
      color: #9fa2a6; }
  .aw-menu ._menu-items {
    white-space: nowrap; }
  .aw-menu ._menu-item {
    position: relative; }
  .aw-menu ._submenu-wrapper {
    position: absolute;
    top: 0; }
  .aw-menu ._submenu {
    position: relative;
    top: 30px;
    padding: 5px 10px;
    border: 1px solid #d0d4d8;
    border-radius: 5px;
    background: white;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15); }
  .aw-menu ._submenu-item {
    font-weight: normal;
    margin: 5px 0;
    text-align: left;
    white-space: nowrap; }
  .aw-menu .current-menu-item > a, .aw-menu .current-menu-parent > a {
    color: #d62013 !important; }
  .aw-menu svg.slate-mono {
    margin-top: 2px; }

.aw-menu .slate-mono, #aw-mobile-menu .slate-mono {
  position: relative;
  top: 2px;
  height: 14px;
  margin: 0 5px; }
  .aw-menu .slate-mono .shape, #aw-mobile-menu .slate-mono .shape {
    fill: #d0d4d8; }
.aw-menu .slate-triple, #aw-mobile-menu .slate-triple {
  position: relative;
  top: 2px;
  height: 14px; }
  .aw-menu .slate-triple .shape, #aw-mobile-menu .slate-triple .shape {
    fill: #d0d4d8; }
