.ntp-logo-group {
  width:400px;
}

.custom-logo-ntp img {
    display: block;
    height: auto;
    width: 200px;
    margin-top: 0px;
}

.ntp-menu-primary {
       display: flex;
  flex-wrap:nowrap;
    justify-content: space-between;
    align-items: center;
  flex-shrink:0;
  margin-left:30px!important;
  align-items: center;
}

/*styling to fix mob flex*/

@media (max-width: 1023px) {
  .ntp-menu-primary {
display:none;
  }
}


/*.custom-menu-primary .hs-menu-wrapper > ul {*/
  

.top-bar .ntp-menu-primary .hs-menu-wrapper > ul > li > a {
    color: #000;
    letter-spacing: .03125rem;
    display: flex;
    padding: 0;
    position: relative;
    text-decoration: none;
    width: auto;
    font-family: 'Cooper Hewitt'!important;

}

/*become a TP*/
.menu-button {
  background-color: #fff;
  font-family: "Arimo"!important;
  font-size:12px;
  color: #002653;
  border: 2px solid #002653;
  padding: 15px 15px 13px 15px;
  margin-top:25px;
  cursor: pointer;
}

.menu-button:hover {
  background-color: #002653;
  text-decoration:none;
  color:#fff;
}

/*tribal homepage*/
.menu-button-2 {
  background-color: #59c3e8;
  font-family: "Arimo"!important;
  font-size:12px;
  color: #fff;
  border: none;
  padding: 15px 15px 13px 15px;
  margin-top:25px;
  margin-left:10px;
  cursor: pointer;
}
.menu-button-2:hover {
  background-color: #4cbae3;
  text-decoration:none;
}

a:hover {
  text-decoration: none;
}

/*desktop single buttons*/
.desktop-menu-button {
  background-color: #fff;
  font-family: "Arimo"!important;
  font-size:12px;
  color: #002653;
  border: 2px solid #002653;
  padding: 15px 15px 13px 15px;
  margin-left:25px;
  cursor: pointer;
  display:flex;
}

.desktop-menu-button:hover {
  background-color: #002653;
  text-decoration:none;
  color:#fff;
}

/*tribal homepage*/
.desktop-menu-button-2 {
  background-color: #002653;
  font-family: "Arimo"!important;
  font-size:12px;
  color: #fff;
  border: none;
  padding: 15px 15px 13px 15px;
  margin-left:25px;
  cursor: pointer;
  display:flex;
}
.desktop-menu-button-2:hover {
  background-color: #4cbae3;
  text-decoration:none;
}

@media (max-width: 1023px) {
  .desktop-menu-button {
    display:none;
  }
}
@media (max-width: 1023px) {
  .desktop-menu-button-2 {
    display:none;
  }
}

a:hover {
  text-decoration: none;
}


/*.custom-header-group {
    height: 100px !important;
    left: 0;
    position: fixed;
    top: 0;
    width: 100% !important;
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
    z-index: 999;
  margin-bottom:30px!important;
}

/*hack to fix the menu positioning temporarily
.custom-menu-primary .hs-menu-wrapper > ul {
    display: block;
    margin-top: -80px!important;
}*/

/*overrides to main stylesheet*/

.top-bar {
       background-color: #fff;
      height: 100px;
      display: flex;
      justify-content: center;
      align-items: center;
    }
     .content-wrapper {
      max-width: 1498px;
      width: 100%;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 100%;
      padding: 0 20px;
}

/*THIS IS THE ADDITIONAL CSS FOR THE MOB TEST */

/*desktop styling*/
@media (min-width: 1024px) {
  .mobile-menu {
    display: none;
  }
}

@media (min-width: 1024px) {
.burger-icon {
  display: none;
}
}

@media (min-width: 1024px) {
.desktop-menu {
  display: flex;
}
}


/* mobile styling*/
@media (max-width: 1023px) {
  .desktop-menu {
    display: none;
  }
}

@media (max-width: 1023px) {
.mobile-menu {
  display: none;
}
}

@media (max-width: 1023px) {
  .mobile-menu.open {
    display: block;
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    background-color: #021e41;
    padding: 50px;
    z-index: 999555;
    height:500px;
  }
}
.mobile-menu-items {
  position:absolute;
  z-index:100000000000;
}

@media (max-width: 1023px) {
  .burger-icon {
    display: block;
    position: absolute;
    top: 36px;
    right: 25px;
    z-index: 999;
    max-width:39px;
  }
}

