.sub-page-menu {
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px; }
  .sub-page-menu .childmenu-select {
    width: 96%;
    padding: 6px;
    color: #74013f;
    font-weight: 500; }

.hsubmenu {
  text-align: center; }
  .hsubmenu .hsubmenu-item {
    display: inline-block;
    padding: 0; }
    .hsubmenu .hsubmenu-item .hsubmenu-link {
      color: #999999;
      font-size: 12px;
      letter-spacing: 0.1em;
      font-weight: 700;
      text-transform: uppercase;
      display: inline-flex;
      align-items: center;
      position: relative; }
      .hsubmenu .hsubmenu-item .hsubmenu-link:hover {
        color: #171F69; }
    .hsubmenu .hsubmenu-item .hsubmenu-seperator {
      display: inline-block;
      padding: 0 10px; }
    .hsubmenu .hsubmenu-item.active .hsubmenu-link {
      color: #74013f;
      /*
                &::after {
                    position: absolute;
                    bottom: -8px;
                    left: 45%;
                    display: inline-block;
                    font-style: normal;
                    font-variant: normal;
                    text-rendering: auto;
                    -webkit-font-smoothing: antialiased;
                    font-family: "Font Awesome 5 Free";
                    font-weight: 900;
                    content: "";
                    font-size: 22px;
                    line-height: 1;
                }
                */ }

.sub-page-menu-level {
  min-height: 40px; }
  .sub-page-menu-level .hsubmenu .hsubmenu-item .hsubmenu-link {
    color: #ffffff;
    font-size: 12px;
    font-weight: 300;
    text-transform: initial; }
