.wrap h1.head-notice {
  height: 0;
  padding: 0;
  visibility: hidden;
}

/* Top bar start */
.topbar-container * {
  font-family: Roboto;
}

.topbar-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin: 20px 0 20px 0;
  font-family: Roboto;
}
.topbar-container * {
  box-sizing: border-box;
}
.topbar-container .topbar {
  background-color: #FFFFFF;
  border: 1px solid #D0D0D080;
  border-radius: 7px;
  color: #000000;
  padding: 10px;
}

.topbar_cont {
  display: flex;
}

.topbar-container .topbar.topbar_support_forum {
  background-color: #4786FF;
  margin-left: 20px;
}

.topbar-container .topbar.topbar_support_forum:hover {
  background-color: #3077FF;
  opacity:1
}

.topbar-content {
  display: flex;
  justify-content: space-between;
  flex: auto;
  margin: 0 20px 0 0;
  padding: 10px 15px;
  height: 60px;
}
.topbar-links {
  color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  font-size: 18px;
  font-weight: 300;
  margin: 0 0 0 2px;
  height: 60px;
}
.topbar-links-container {
  display: flex;
  justify-content: space-around;
  height: 80%;
}
.topbar-links-item {
  display: flex;
  flex: 1;
  align-self: center;
  justify-content: center;
  width: 170px;
  line-height: 50px;
}
.topbar-links * {
  font-size: 18px;
}
.topbar-links a,
.topbar-links a:focus {
  align-self: center;
  box-shadow: none;
  color: #000000;
  text-decoration: none;
}

.topbar-links a.topbar_support_forum {
  color: #fff;
}

.topbar-links a.topbar_support_forum .help_icon {
  margin-right: 10px;
}

.topbar-links a:hover {
  opacity: 0.5;
  text-decoration: none;
}
.topbar-separator {
  background-color: #C2C2C280;
  width: 1px;
  height: 100%;
}
.topbar-content-title {
  color: #0C4D68;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
}
.topbar-content-body {
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}
.topbar-content-container {
  display: flex;
  flex-direction: column;
}
.topbar-content-button-container,
.free-message-button-container {
  align-self: center;
}
.topbar-upgrade-button,
.topbar-upgrade-button:focus {
  background-color: #29B311;
  border-radius: 20px;
  box-shadow: none;
  color: #FFFFFF;
  font-size: 14px;
  padding: 5px 44px;
  text-decoration: none;
  text-transform: uppercase;
}
.topbar-upgrade-button:hover {
  text-decoration: none;
  color: #FFFFFFCC;
}
@media screen and (max-width: 1366px) {
  .topbar-links {
    font-size: 15px;
  }
  .topbar-content-title {
    font-size: 15px;
  }
  .topbar-content-body {
    font-size: 13px;
  }
}
@media screen and (max-width: 1285px) {
  .topbar-container {
    flex-direction: column;
  }
  .topbar-links,
  .topbar-content {
    margin: 0 0 10px 0;
    width: 100%;
  }
  .topbar-content {
    flex-direction: column;
    height: auto;
  }
  .topbar-content-container,
  .topbar-content-container * {
    align-self: center;
    padding-bottom: 4px;
  }
}

@media screen and (max-width: 450px) {
  .topbar_cont {
    display: block;
  }

  .topbar-container .topbar.topbar_support_forum {
    margin-left: 0px;
  }
}

/* Top bar end */
