.hidden_xl {
  display: none !important;
}

.headBar {
  z-index: 9999;
  background-color: white;
}

.headBar .topBar {
  background-color: #1e3056;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15vw;
  height: 42px;
  position: relative;
}

.headBar .topBar img {
  height: 70%;
  width: auto;
}

.headBar .topBar .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.headBar .topBar .left .withWords {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.88;
  font-size: 80%;
  margin-right: 2vw;
}

.headBar .topBar .right {
  width: 10vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.headBar .topBar .right img {
  cursor: pointer;
}

.headBar .titleBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16vw;
  position: relative;
  height: 100px;
  z-index: 9999;
}

.headBar .titleBar .logo {
  margin-right: 20px;
}

.headBar .titleBar .menuItem {
  width: 10vw;
  font-weight: bold;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-bottom: 3px solid white;
  font-family: Montserrat-Regular;
  color: #1e3056;
}

.headBar .titleBar .menuItem:hover {
  color: #40d2e1;
  border-bottom: 3px solid #40d2e1;
  cursor: pointer;
}

.headBar .titleBar .menuItem:hover .children {
  display: block;
}

.headBar .titleBar .activity {
  color: #40d2e1;
  border-bottom: 3px solid #40d2e1;
}
/*# sourceMappingURL=head.css.map */