.headerNavigationContainer {
  position: absolute;
  top: 81px;
  right: 0;
  z-index: 2;
}

.mainNavBar {
  list-style-type: none;
  margin: 0;
}


.menuMain {
  background-color: transparent;
  padding: 0;
  border-radius: 2px;
}

.menuMain li {
  position: relative
}

.menuMain .topLevel {
  font-family: source sans pro, sans-serif;
  text-transform: none
}

.menuMain .topLevel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  padding:10px;
  font-family: source sans pro, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}


.menuMain ul {
  padding-left: 0;
  margin-bottom: 0
}

ul.topLevel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  position:absolute;
}

.menuMain .topLevel li.level1>a {
  color: #500778;
  font-family: source sans pro, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: transparent
}

.menuMain .topLevel li.level1:hover>a {
  color: #e35205;
  background-color: transparent
}

li.level1.hasSubmenu>a:after {
  display: inline-block;
  content: '\f078';
  color: #500778;
  margin-left: 10px;
}

li.level1.hasSubmenu:hover>a:after {
  display: inline-block;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: all .3s ease;
  color: #e35205
}

li.hasSubmenu a:after {
  font-family: fontawesome;
  font-size: .875em;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: right;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.menuMain ul.subMenu {
  position: absolute;
  z-index: 2;
  background-color: #e35205;
  -webkit-box-shadow: none;
  box-shadow: none;
}


li.level1.hasSubmenu:hover>.subMenu.level2 {
  display: block;
}

.subMenu.level2 {
  display: none;
}

.subMenu.level2 a{
  width: 100%;
  min-width: 155px;
  padding-right: 20px;
  color: #fff;
}

.subMenu.level2 li:hover{
  background-color: rgba(0, 0, 0, .1);
}

.menuMain ul {
  position: relative;
  z-index: 2;
}



@media(max-width:1200px) {
  .headerNavigationContainer {
    top: 85px;
    padding-right: 15px
  }

  .menuMain .topLevel li.level1>a {
    font-size: .9em;
    font-weight: 600;
    padding-left: 15px;
    padding-right: 15px;
  }

  .menuMain .topLevel a {
    font-size: .9em;
    font-weight: 600;
  }
  .subMenu.level2 a{
    width: 100%;
    min-width: 130px;
    padding-right: 20px;
    color: #fff;
  }



  .headerButtons .header-button {
    font-weight: 400;
    line-height: 1;
    margin-right: 15px;
    margin: 1px 2px 1px 2px;
    padding: 15px 15px;
  }

  .headerButtons .menuMainAlt {
    font-weight: 400;
    line-height: 1;
    margin-right: 15px;
    margin: 1px 2px 1px 2px;
    padding: 15px 15px;

  }

  .headerButtons .header-button:first-child {
    margin-left: 3px
  }

  a.header-button {
    padding-left: 35px!important
  }

  a.header-button:before {
    left: 10px;
    top: 50%;
    width: 15px;
    height: 16px;
  }

}

@media(max-width:975px) {

  .headerNavigationContainer {
    top: 86px;
  }
  .menuMain .topLevel li.level1>a {
    font-size: .8em;
    font-weight: 600;
    padding-left: 10px;
    padding-right: 10px;
  }

  .menuMain .topLevel a {
    font-size: .8em;
    font-weight: 600;
  }

  .headerButtons .header-button {
    font-weight: 400;
    line-height: 1;
    margin-right: 10px;
    margin: 1px 2px 1px 2px;
    padding: 10px 10px;
  }

  .headerButtons .menuMainAlt {
    font-weight: 400;
    line-height: 1;
    margin-right: 30px;
    padding: 10px 10px;

  }

  .headerButtons .header-button:first-child {
    margin-left: 2px
  }

  a.header-button {
    padding-left: 25px!important
  }

  a.header-button:before {
    left: 10px;
    top: 50%;
    width: 15px;
    height: 16px;
  }
  .menuMain ul.subMenu {
    margin-top: 2px;
  }
}

@media(max-width:850px) {

  .headerNavigationContainer {
    top: 77px;
  }
}

/*
  mobile
*/

@media(max-width:670px) {
  .headerNavigationContainer {
    position: absolute;
    top: 100px;
    left:0;
    padding-right: 0px;
    float: right;
    clear: right;
    border-bottom: solid;
    border-color: #fff;
    border-style: solid;
  }

  .hideNav {
    display: none;
  }

  .mainNavBar {
    position: relative;
    max-width: 100%;
  }

  .menuMain {
    background-color: #500778;
  }

  .menuMain .topLevel {
    display: block;
    font-family: source sans pro, sans-serif;
    text-transform: none;
  }

  .menuMain li {
      display: block;
  }

  .menuMain .topLevel a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-block;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: source sans pro, sans-serif;
    font-size: 1rem;
    font-weight: 400;
  }


  .menuMain ul {
    padding-left: 0;
    margin-bottom: 0
  }

  ul.topLevel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    position:absolute;
  }

  .menuMain .topLevel li.level1>a {
    color: #fff;
    font-family: source sans pro, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    background-color: #500778;
  }

  .menuMain .topLevel li.level1:hover>a {
    color: #fff;
  }

  li.level1.hasSubmenu>a:after {
    display: inline-block;
    content: '\f078';
    color: #fff;
    position: absolute;
    right: 20px;
  }

  li.level1.hasSubmenu:hover>a:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all .1s ease;
    color: #fff;
  }

  li.hasSubmenu a:after {
    font-family: fontawesome;
    font-size: .875em;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: right;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
  }

  .menuMain ul.subMenu {
    background-color: #500778;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
  }

  .subMenu.level2 a{
    padding-left: 60px;
    color: #fff;
  }

  li.level1.hasSubmenu:hover>.subMenu.level2 {
    display: none;
  }

  li.level1.hasSubmenu>.subMenu.level2 {
    display: none;
  }

  li.level1.hasSubmenu>.subMenu.level2 {
    display: none;
  }
  li.level1.hasSubmenu.closed>.subMenu.level2 {
    display: none;
  }

  li.level1.hasSubmenu.isActiveVOL>.subMenu.level2 {
    display: block;
  }

  li.level1.hasSubmenu.isActiveNS>.subMenu.level2 {
    display: block;
  }

  li.level1.hasSubmenu.isActiveFund>.subMenu.level2 {
    display: block;
  }

  li.level1.hasSubmenu.isActiveNews>.subMenu.level2 {
    display: block;
  }

  li.level1.hasSubmenu.isActiveAbout>.subMenu.level2 {
    display: block;
  }

  li.level1.hasSubmenu.isActiveVOL>a:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all .3s ease;
    color: #fff;
  }

  li.level1.hasSubmenu.isActiveNS>a:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all .3s ease;
    color: #fff;
  }

  li.level1.hasSubmenu.isActiveFund>a:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all .3s ease;
    color: #fff;
  }

  li.level1.hasSubmenu.isActiveNews>a:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all .3s ease;
    color: #fff;
  }

  li.level1.hasSubmenu.isActiveAbout>a:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all .3s ease;
    color: #fff;
  }

  .menuMain ul {
    position: relative;
    z-index: 2;
  }
}







